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 |
|---|---|---|---|---|
.bp-context-menu { position: fixed; padding: 4px 0; width: 160px; background: #fff; overflow: hidden; z-index: 999; font-size: 14px;
box-shadow: 0 8px 20px 0 rgba(0,0,0,.2); }
.bp-context-item { margin: 4px 0; padding: 6px 16px; cursor: default; }
.bp-context-item:hover,
.bp-context-item-selected { background: #f5fafe; }
.bp-context-item:last-child { border-bottom: none; }
/* Stack */
.bp-stack {}
.bp-group { position: relative; }
/* Token Field */
.bp-token { border: 1px solid #ddd; font-size: 32px; }
.bp-token-value { display: inline; }
.bp-token-input { display: inline; padding: 0; width: 4px; border: none; background: #eee; border-radius: 0; font-size: 32px; }
.bp-token-select-all .bp-token-value { background: #f5fafe; }
/* Modal */
.bp-modal-mask { display: none; position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: rgba(240,240,240,.75); z-index: 999; }
.bp-modal-mask-active { display: block; }
.bp-modal { position: fixed; top: 64px; left: 50%; width: 60%; min-height: 320px; margin-left: -30%; padding: 32px; background: rgba(255,255,255,1); }
.bp-modal .bp-button { display: inline-block; padding: 4px 16px; border: 1px solid rgba(90,172,106,1); color: rgba(90,172,106,1); border-radius: 4px; }
/* Collection */
.bp-collection { margin-bottom: 48px; }
.bp-section { margin-bottom: 16px; font-size: 13px; text-transform: uppercase; font-weight: 500; }
.bp-cell { -webkit-user-select: none; cursor: default; }
/* Form */
.bp-button { color: rgba(90,172,106,1); cursor: default; }
/* Typeahead */
.bp-typeahead { position: relative; cursor: default; -webkit-user-select: none; }
.bp-typeahead-clear { display: none; position: absolute; top: 20px; right: 0; width: 16px; height: 16px; background: rgba(90,172,106,.3); border-radius: 8px; }
.bp-typeahead-selected input { border-color: rgba(90,172,106,1); color: rgba(90,172,106,1); }
.bp-typeahead-selected .bp-typeahead-clear { display: block; }
.bp-typeahead-results { position: absolute; top: 50px; left: 0; right: 0; box-shadow: 0 8px 20px 0 rgba(0,0,0,.2); background: #fff; }
.bp-typeahead-result { padding: 8px; }
.bp-typeahead-result:first-child,
.bp-typeahead-result:hover { background: rgba(90,172,106,.1); } | blueprint.css | .bp-context-menu { position: fixed; padding: 4px 0; width: 160px; background: #fff; overflow: hidden; z-index: 999; font-size: 14px;
box-shadow: 0 8px 20px 0 rgba(0,0,0,.2); }
.bp-context-item { margin: 4px 0; padding: 6px 16px; cursor: default; }
.bp-context-item:hover,
.bp-context-item-selected { background: #f5fafe; }
.bp-context-item:last-child { border-bottom: none; }
/* Stack */
.bp-stack {}
.bp-group { position: relative; }
/* Token Field */
.bp-token { border: 1px solid #ddd; font-size: 32px; }
.bp-token-value { display: inline; }
.bp-token-input { display: inline; padding: 0; width: 4px; border: none; background: #eee; border-radius: 0; font-size: 32px; }
.bp-token-select-all .bp-token-value { background: #f5fafe; }
/* Modal */
.bp-modal-mask { display: none; position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: rgba(240,240,240,.75); z-index: 999; }
.bp-modal-mask-active { display: block; }
.bp-modal { position: fixed; top: 64px; left: 50%; width: 60%; min-height: 320px; margin-left: -30%; padding: 32px; background: rgba(255,255,255,1); }
.bp-modal .bp-button { display: inline-block; padding: 4px 16px; border: 1px solid rgba(90,172,106,1); color: rgba(90,172,106,1); border-radius: 4px; }
/* Collection */
.bp-collection { margin-bottom: 48px; }
.bp-section { margin-bottom: 16px; font-size: 13px; text-transform: uppercase; font-weight: 500; }
.bp-cell { -webkit-user-select: none; cursor: default; }
/* Form */
.bp-button { color: rgba(90,172,106,1); cursor: default; }
/* Typeahead */
.bp-typeahead { position: relative; cursor: default; -webkit-user-select: none; }
.bp-typeahead-clear { display: none; position: absolute; top: 20px; right: 0; width: 16px; height: 16px; background: rgba(90,172,106,.3); border-radius: 8px; }
.bp-typeahead-selected input { border-color: rgba(90,172,106,1); color: rgba(90,172,106,1); }
.bp-typeahead-selected .bp-typeahead-clear { display: block; }
.bp-typeahead-results { position: absolute; top: 50px; left: 0; right: 0; box-shadow: 0 8px 20px 0 rgba(0,0,0,.2); background: #fff; }
.bp-typeahead-result { padding: 8px; }
.bp-typeahead-result:first-child,
.bp-typeahead-result:hover { background: rgba(90,172,106,.1); } | 0.46393 | 0.202128 |
.cart {
border-top: 4px solid black;
display: flex;
}
#cart-title {
text-align: center;
font-size: 30px;
}
.total-in-cart {
opacity: 0.3;
}
.cart-items {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
width: 70vw;
min-height: 30em;
}
#total-price {
}
.total-price {
width: 30vw;
background-color: #FFF;
border-left: 4px solid black;
border-bottom: 4px solid black;
padding: 3em;
}
.items-title {
text-align: center;
}
img {
height: 20em;
}
.cart-container {
padding-top: 95px;
padding-bottom: 35px;
min-height: 20vw;
background-color: #f7f7f7;
}
.cart-container h5 {
margin-top: 30px;
}
.cart-item {
height: 120px;
overflow: hidden;
display: flex;
margin: .5em 0;
padding: 1em 0;
}
.cart-item, .total {
display: flex;
flex-direction: row;
width: 100%;
justify-content: space-between;
}
.cart-item .product-image {
width: 130px;
flex-grow: 0;
flex-shrink: 0;
}
.cart-item .actions, .total .actions {
width: 130px;
flex-grow: 0;
flex-shrink: 0;
}
.cart-item .pricing h6, .total .pricing h6 {
color: #5F6D74;
font-family: Roboto, sans !important;
font-weight: 300;
display: inline-block;
margin-right: 20px;
width: 80px;
text-align: right;
}
.total .pricing h6 {
margin: 0;
display: block;
line-height: 32px;
}
.total .pricing {
line-height: 32px;
}
.cart-item .pricing, .total .pricing {
width: 160px;
padding-right: 30px;
flex-grow: 0;
flex-shrink: 0;
color: #5F6D7490;
}
.cart-item .details, .total .details {
width: auto;
flex-grow: 1;
flex-shrink: 1;
}
.cart-item .details a {
font-size: 16.5px;
font-weight: 300;
color: #5F6D74;
letter-spacing: -0.02em;
}
.cart-item img {
height: 100px;
border-radius: 7px;
box-shadow: 0px 2px 4px rgba(132, 142, 151, 0.1);
}
.total {
border-top: 1px solid #5F6D7440;
margin-top: 20px;
padding-top: 20px;
}
.btn-cart-remove {
background: #5F6D7420;
color: #5F6D74;
}
.btn-cart-remove:hover {
color: #ffffff !important;
}
.order-details {
font-weight: 300;
margin-top: 20px;
font-size: 16.5;
opacity: 0.7;
} | react-ui/frontend/src/components/Cart/index.css | .cart {
border-top: 4px solid black;
display: flex;
}
#cart-title {
text-align: center;
font-size: 30px;
}
.total-in-cart {
opacity: 0.3;
}
.cart-items {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
width: 70vw;
min-height: 30em;
}
#total-price {
}
.total-price {
width: 30vw;
background-color: #FFF;
border-left: 4px solid black;
border-bottom: 4px solid black;
padding: 3em;
}
.items-title {
text-align: center;
}
img {
height: 20em;
}
.cart-container {
padding-top: 95px;
padding-bottom: 35px;
min-height: 20vw;
background-color: #f7f7f7;
}
.cart-container h5 {
margin-top: 30px;
}
.cart-item {
height: 120px;
overflow: hidden;
display: flex;
margin: .5em 0;
padding: 1em 0;
}
.cart-item, .total {
display: flex;
flex-direction: row;
width: 100%;
justify-content: space-between;
}
.cart-item .product-image {
width: 130px;
flex-grow: 0;
flex-shrink: 0;
}
.cart-item .actions, .total .actions {
width: 130px;
flex-grow: 0;
flex-shrink: 0;
}
.cart-item .pricing h6, .total .pricing h6 {
color: #5F6D74;
font-family: Roboto, sans !important;
font-weight: 300;
display: inline-block;
margin-right: 20px;
width: 80px;
text-align: right;
}
.total .pricing h6 {
margin: 0;
display: block;
line-height: 32px;
}
.total .pricing {
line-height: 32px;
}
.cart-item .pricing, .total .pricing {
width: 160px;
padding-right: 30px;
flex-grow: 0;
flex-shrink: 0;
color: #5F6D7490;
}
.cart-item .details, .total .details {
width: auto;
flex-grow: 1;
flex-shrink: 1;
}
.cart-item .details a {
font-size: 16.5px;
font-weight: 300;
color: #5F6D74;
letter-spacing: -0.02em;
}
.cart-item img {
height: 100px;
border-radius: 7px;
box-shadow: 0px 2px 4px rgba(132, 142, 151, 0.1);
}
.total {
border-top: 1px solid #5F6D7440;
margin-top: 20px;
padding-top: 20px;
}
.btn-cart-remove {
background: #5F6D7420;
color: #5F6D74;
}
.btn-cart-remove:hover {
color: #ffffff !important;
}
.order-details {
font-weight: 300;
margin-top: 20px;
font-size: 16.5;
opacity: 0.7;
} | 0.44746 | 0.08438 |
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
background:url('ie.png');
background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
z-index:100000;
}
#confirmBox{
background:url('body_bg.jpg') repeat-x left bottom #e5e5e5;
width:360px;
position:fixed;
left:50%;
top:50%;
margin:-130px 0 0 -230px;
border: 2px solid rgba(33, 33, 33, 0.6);
-moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
-webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
}
#confirmBox h1,
#confirmBox p{
font-weight:bolder;
font-family: verdana, arial, sans-serif;
font-size: 13px;
background:url('header_bg.jpg') repeat-x left bottom #f5f5f5;
padding: 18px 25px;
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
color: black;
}
#confirmBox p{
background:none;
font-weight: normal;
font-family: verdana, arial, sans-serif;
font-size: 12px;
line-height:1.4;
padding-top: 5px;
color: red;
}
#confirmButtons{
padding:5px 0 5px;
text-align:center;
}
#confirmBox .button{
display:inline-block;
background:url('buttons.png') no-repeat;
color:white;
position:relative;
height: 33px;
font:17px/33px 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
margin-right: 15px;
padding: 0 35px 0 40px;
text-decoration:none;
border:none;
}
#confirmBox .button:last-child{ margin-right:0;}
#confirmBox .button span{
position:absolute;
top:0;
right:-5px;
background:url('buttons.png') no-repeat;
width:5px;
height:33px
}
#confirmBox .blue{ background-position:left top;text-shadow:1px 1px 0 #5889a2;}
#confirmBox .blue span{ background-position:-195px 0;}
#confirmBox .blue:hover{ background-position:left bottom;}
#confirmBox .blue:hover span{ background-position:-195px bottom;}
#confirmBox .gray{ background-position:-200px top;text-shadow:1px 1px 0 #707070;}
#confirmBox .gray span{ background-position:-395px 0;}
#confirmBox .gray:hover{ background-position:-200px bottom;}
#confirmBox .gray:hover span{ background-position:-395px bottom;} | CapellaTimeEffort/WebContent/jquery.confirm/jquery.confirm.css | width:100%;
height:100%;
position:fixed;
top:0;
left:0;
background:url('ie.png');
background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
z-index:100000;
}
#confirmBox{
background:url('body_bg.jpg') repeat-x left bottom #e5e5e5;
width:360px;
position:fixed;
left:50%;
top:50%;
margin:-130px 0 0 -230px;
border: 2px solid rgba(33, 33, 33, 0.6);
-moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
-webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
}
#confirmBox h1,
#confirmBox p{
font-weight:bolder;
font-family: verdana, arial, sans-serif;
font-size: 13px;
background:url('header_bg.jpg') repeat-x left bottom #f5f5f5;
padding: 18px 25px;
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
color: black;
}
#confirmBox p{
background:none;
font-weight: normal;
font-family: verdana, arial, sans-serif;
font-size: 12px;
line-height:1.4;
padding-top: 5px;
color: red;
}
#confirmButtons{
padding:5px 0 5px;
text-align:center;
}
#confirmBox .button{
display:inline-block;
background:url('buttons.png') no-repeat;
color:white;
position:relative;
height: 33px;
font:17px/33px 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
margin-right: 15px;
padding: 0 35px 0 40px;
text-decoration:none;
border:none;
}
#confirmBox .button:last-child{ margin-right:0;}
#confirmBox .button span{
position:absolute;
top:0;
right:-5px;
background:url('buttons.png') no-repeat;
width:5px;
height:33px
}
#confirmBox .blue{ background-position:left top;text-shadow:1px 1px 0 #5889a2;}
#confirmBox .blue span{ background-position:-195px 0;}
#confirmBox .blue:hover{ background-position:left bottom;}
#confirmBox .blue:hover span{ background-position:-195px bottom;}
#confirmBox .gray{ background-position:-200px top;text-shadow:1px 1px 0 #707070;}
#confirmBox .gray span{ background-position:-395px 0;}
#confirmBox .gray:hover{ background-position:-200px bottom;}
#confirmBox .gray:hover span{ background-position:-395px bottom;} | 0.221267 | 0.05875 |
.Geography {
max-width: 1040px;
margin: 0 auto;
padding: 0 3rem;
}
svg {
fill: currentColor;
stroke: currentColor;
}
.lead .PDFIcon{
height: 16px;
margin: 0 1px -3px 2px;
}
.SelectWrapper > h3 {
margin: 1.2em 0 0 0;
}
.SelectWrapper > p {
color: #5b616b;
font-size: 15px;
margin:2px 0 4px 0;
}
.LargeFileWarning > h4 {
display: inline;
}
.QuerySummary {
align-items: stretch;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
font-size: 20px;
}
.QuerySummary > span {
display: inline-block;
width: 100%;
margin: 30px 0;
}
.QuerySummary b {
font-size: 24px;
}
.CheckboxContainer{
width: 33%;
padding: 1.5em 0.5em 0.5em 0.5em;
}
.CheckboxContainer .border {
width: 100%;
height: 100%;
display: flex;
flex-flow: column nowrap;
font-size: 16px;
}
.CheckboxContainer h3 {
margin: 0 0 0.5em 0;
}
.CheckboxWrapper {
width: 100%;
padding: 0.25em 0;
}
.CheckboxWrapper > label {
padding-left: 2px;
}
.CheckboxWrapper > input, .CheckboxWrapper > label {
cursor: pointer;
}
.QueryButton {
background-color: #0071bc;
color: #fff;
border: 0;
cursor: pointer;
margin: 2em 0.5em 2em 0;
padding: 1em;
font-size: 16px;
font-weight: bold;
border-radius: 3px;
border: 1px solid #0071bc;
}
.QueryButton.secondary {
color:#254b87;
color:#002d72;
background:#d6e8fa;
border-color:#254b87;
}
.QueryButton:hover {
background-color: #205493;
}
.QueryButton.secondary:hover {
background-color: #afd2f2
}
.QueryButton:active {
background-color: #112e51;
}
.QueryButton.disabled,
.QueryButton.secondary.disabled {
color: #fff;
background-color: #888;
border-color: #888;
cursor: not-allowed;
}
.Aggregations h2 {
margin: 0.8em 0 1em 0;
}
.Aggregations table {
border-collapse: collapse;
border-spacing: 0;
font-size: 0.8em;
width: 100%;
}
.Aggregations thead {
font-family: SourceSansProBold;
}
.Aggregations th {
background-color: #f1f1f1;
font-weight: bold;
}
.Aggregations th, .Aggregations td {
border: 1px solid #5b616b;
padding: 1rem 1.5rem;
text-align: center;
}
.Aggregations th:first-child {
text-align: left;
}
.Aggregations ul {
list-style: none;
}
.Aggregations > ul {
list-style: none;
text-align: left;
width: 100%;
font-size: 0.9em;
padding: 0;
}
.Aggregations > ul > li {
width: 33%;
display: inline-block;
vertical-align: top;
margin-bottom: 1em;
}
.sublist {
padding-left: 0.5em;
}
.sublist > li {
margin-bottom: 0.1em;
}
.Aggregations ul h4 {
margin: 0;
font-size: 16px;
}
.CSVButtonContainer {
margin-top: 1.5em;
}
.AggregationTotal {
font-size: 1.1em;
}
.CSVButtonContainer h4 {
display: inline;
}
.Error {
margin-top: 4em;
}
.Pill {
color: #222;
display: inline-block;
font-size: 14px;
border-radius: 2px;
}
.PillValue, .PillClose {
display: inline-block;
background-color: #e6e6e6;
border-radius: 2px;
}
.PillValue {
margin: 0.75em 0 0 0;
padding: 8px 4px 8px 8px;
}
.PillClose {
padding: 8px 8px 8px 2px;
margin: 0.75em 0.75em 0 -2px;
}
.PillClose svg {
display: inline-block;
line-height: 1;
stroke-width: 0;
margin: 0 0 -2px 4px;
}
.PillClose:hover {
background-color: #ffbdad;
color: #de350b;
} | src/geo/Geography.css | .Geography {
max-width: 1040px;
margin: 0 auto;
padding: 0 3rem;
}
svg {
fill: currentColor;
stroke: currentColor;
}
.lead .PDFIcon{
height: 16px;
margin: 0 1px -3px 2px;
}
.SelectWrapper > h3 {
margin: 1.2em 0 0 0;
}
.SelectWrapper > p {
color: #5b616b;
font-size: 15px;
margin:2px 0 4px 0;
}
.LargeFileWarning > h4 {
display: inline;
}
.QuerySummary {
align-items: stretch;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
font-size: 20px;
}
.QuerySummary > span {
display: inline-block;
width: 100%;
margin: 30px 0;
}
.QuerySummary b {
font-size: 24px;
}
.CheckboxContainer{
width: 33%;
padding: 1.5em 0.5em 0.5em 0.5em;
}
.CheckboxContainer .border {
width: 100%;
height: 100%;
display: flex;
flex-flow: column nowrap;
font-size: 16px;
}
.CheckboxContainer h3 {
margin: 0 0 0.5em 0;
}
.CheckboxWrapper {
width: 100%;
padding: 0.25em 0;
}
.CheckboxWrapper > label {
padding-left: 2px;
}
.CheckboxWrapper > input, .CheckboxWrapper > label {
cursor: pointer;
}
.QueryButton {
background-color: #0071bc;
color: #fff;
border: 0;
cursor: pointer;
margin: 2em 0.5em 2em 0;
padding: 1em;
font-size: 16px;
font-weight: bold;
border-radius: 3px;
border: 1px solid #0071bc;
}
.QueryButton.secondary {
color:#254b87;
color:#002d72;
background:#d6e8fa;
border-color:#254b87;
}
.QueryButton:hover {
background-color: #205493;
}
.QueryButton.secondary:hover {
background-color: #afd2f2
}
.QueryButton:active {
background-color: #112e51;
}
.QueryButton.disabled,
.QueryButton.secondary.disabled {
color: #fff;
background-color: #888;
border-color: #888;
cursor: not-allowed;
}
.Aggregations h2 {
margin: 0.8em 0 1em 0;
}
.Aggregations table {
border-collapse: collapse;
border-spacing: 0;
font-size: 0.8em;
width: 100%;
}
.Aggregations thead {
font-family: SourceSansProBold;
}
.Aggregations th {
background-color: #f1f1f1;
font-weight: bold;
}
.Aggregations th, .Aggregations td {
border: 1px solid #5b616b;
padding: 1rem 1.5rem;
text-align: center;
}
.Aggregations th:first-child {
text-align: left;
}
.Aggregations ul {
list-style: none;
}
.Aggregations > ul {
list-style: none;
text-align: left;
width: 100%;
font-size: 0.9em;
padding: 0;
}
.Aggregations > ul > li {
width: 33%;
display: inline-block;
vertical-align: top;
margin-bottom: 1em;
}
.sublist {
padding-left: 0.5em;
}
.sublist > li {
margin-bottom: 0.1em;
}
.Aggregations ul h4 {
margin: 0;
font-size: 16px;
}
.CSVButtonContainer {
margin-top: 1.5em;
}
.AggregationTotal {
font-size: 1.1em;
}
.CSVButtonContainer h4 {
display: inline;
}
.Error {
margin-top: 4em;
}
.Pill {
color: #222;
display: inline-block;
font-size: 14px;
border-radius: 2px;
}
.PillValue, .PillClose {
display: inline-block;
background-color: #e6e6e6;
border-radius: 2px;
}
.PillValue {
margin: 0.75em 0 0 0;
padding: 8px 4px 8px 8px;
}
.PillClose {
padding: 8px 8px 8px 2px;
margin: 0.75em 0.75em 0 -2px;
}
.PillClose svg {
display: inline-block;
line-height: 1;
stroke-width: 0;
margin: 0 0 -2px 4px;
}
.PillClose:hover {
background-color: #ffbdad;
color: #de350b;
} | 0.481454 | 0.158826 |
.wrapper {
display: grid;
height: 100vh;
grid-template-areas: 'header header ' 'main sub ' 'main chat1 ' 'button chat1 ';
grid-template-columns: 2fr 1fr;
grid-template-rows: 56px 3fr 4fr 1fr;
}
.main {
grid-area: main;
}
.sub {
grid-area: sub;
}
.chat1 {
grid-area: chat1;
}
.button {
grid-area: button;
}
#main-cam2 {
position: relative;
width: 100%;
height: 100%;
}
#sub-cam1 {
position: relative;
height: 100%;
width: 100%;
right: 0.5%;
}
#container {
position: relative;
width: 100%;
height: 100%;
border: 1px solid black;
background: ivory;
right: 0.5%;
}
#chatView {
height: 90%;
overflow-y: scroll;
}
#chatForm {
height: 10%;
border-top: 1px solid black;
text-align: center;
}
#msg {
width: 80%;
height: 32px;
border-radius: 8px;
}
#send {
width: 16%;
height: 34px;
border-radius: 50px;
background: black;
color: white;
}
#mic_by_student {
position: relative;
top: 30%;
left: 35%;
}
#absent {
position: relative;
top: 30%;
left: 40%;
}
#cam_by_student {
position: relative;
top: 30%;
left: 45%;
}
#mic_student {
position: relative;
left: 25%;
top: 30%;
}
#mic_professor {
position: relative;
left: 30%;
top: 30%;
}
#cam_professor {
position: relative;
left: 35%;
top: 30%;
}
#rec {
position: relative;
left: 40%;
top: 30%;
}
#whiteboard {
position: relative;
left: 45%;
top: 30%;
}
#nochat {
position: relative;
left: 50%;
top: 30%;
}
#fullscreen {
position: relative;
left: 55%;
top: 30%;
}
#smallscreen {
position: relative;
left: 55%;
top: 30%;
}
.wrapper1 {
display: grid;
height: 100vh;
grid-template-areas: 'header header header header header header' 'cam1 cam2 cam3 cam4 cam5 maincam1 ' 'cam6 cam7 cam8 cam9 cam10 maincam1 ' 'cam11 cam12 cam13 cam14 cam15 chat1 ' 'cam16 cam17 cam18 cam19 cam20 chat1 ' 'cam21 cam22 cam23 cam24 cam25 chat1 ' 'cam26 cam27 cam28 cam29 cam30 chat1 ' ' btn1 btn1 btn1 btn1 btn1 chat1 ';
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 2.5fr;
grid-template-rows: 56px 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.wrapper1 div {
}
.wrapper2 {
display: grid;
grid-gap: 1px;
height: 100vh;
grid-template-areas: 'btn1 btn1 btn1 btn1 btn1' 'cam1 came2 came3 cam4 cam5 ' 'cam6 cam7 cam8 cam9 cam10' 'cam11 cam12 cam13 cam14 cam15 ' 'cam16 cam17 cam18 cam19 cam20 ' 'cam21 cam22 cam23 cam24 cam25 ' 'cam26 cam27 cam28 cam29 cam30 ';
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: 56px 1fr 1fr 1fr 1fr 1fr 1fr;
}
.wrapper2 div {
}
.header {
grid-area: header;
width: 100%;
height: 100%;
}
.maincam1 {
grid-area: maincam1;
}
.btn1 {
grid-area: btn1;
}
.chat2 {
grid-area: chat2;
}
.container1 {
width: 100%;
height: 100%;
position: relative;
}
.cam1 {
grid-area: cam1;
position: relative;
}
.cam2 {
grid-area: cam2;
}
.cam3 {
grid-area: cam3;
}
.cam4 {
grid-area: cam4;
}
.cam5 {
grid-area: cam5;
}
.cam6 {
grid-area: cam6;
}
.cam7 {
grid-area: cam7;
}
.cam8 {
grid-area: cam8;
}
.cam9 {
grid-area: cam9;
}
.cam10 {
grid-area: cam10;
}
.cam11 {
grid-area: cam11;
}
.cam12 {
grid-area: cam12;
}
.cam13 {
grid-area: cam13;
}
.cam14 {
grid-area: cam14;
}
.cam15 {
grid-area: cam15;
}
.cam16 {
grid-area: cam16;
}
.cam17 {
grid-area: cam17;
}
.cam18 {
grid-area: cam18;
}
.cam19 {
grid-area: cam19;
}
.cam20 {
grid-area: cam20;
}
.cam21 {
grid-area: cam21;
}
.cam22 {
grid-area: cam22;
}
.cam23 {
grid-area: cam23;
}
.cam24 {
grid-area: cam24;
}
.cam25 {
grid-area: cam25;
}
.cam26 {
grid-area: cam26;
}
.cam27 {
grid-area: cam27;
}
.cam28 {
grid-area: cam28;
}
.cam29 {
grid-area: cam29;
}
.cam30 {
grid-area: cam30;
} | public/css/main.css | .wrapper {
display: grid;
height: 100vh;
grid-template-areas: 'header header ' 'main sub ' 'main chat1 ' 'button chat1 ';
grid-template-columns: 2fr 1fr;
grid-template-rows: 56px 3fr 4fr 1fr;
}
.main {
grid-area: main;
}
.sub {
grid-area: sub;
}
.chat1 {
grid-area: chat1;
}
.button {
grid-area: button;
}
#main-cam2 {
position: relative;
width: 100%;
height: 100%;
}
#sub-cam1 {
position: relative;
height: 100%;
width: 100%;
right: 0.5%;
}
#container {
position: relative;
width: 100%;
height: 100%;
border: 1px solid black;
background: ivory;
right: 0.5%;
}
#chatView {
height: 90%;
overflow-y: scroll;
}
#chatForm {
height: 10%;
border-top: 1px solid black;
text-align: center;
}
#msg {
width: 80%;
height: 32px;
border-radius: 8px;
}
#send {
width: 16%;
height: 34px;
border-radius: 50px;
background: black;
color: white;
}
#mic_by_student {
position: relative;
top: 30%;
left: 35%;
}
#absent {
position: relative;
top: 30%;
left: 40%;
}
#cam_by_student {
position: relative;
top: 30%;
left: 45%;
}
#mic_student {
position: relative;
left: 25%;
top: 30%;
}
#mic_professor {
position: relative;
left: 30%;
top: 30%;
}
#cam_professor {
position: relative;
left: 35%;
top: 30%;
}
#rec {
position: relative;
left: 40%;
top: 30%;
}
#whiteboard {
position: relative;
left: 45%;
top: 30%;
}
#nochat {
position: relative;
left: 50%;
top: 30%;
}
#fullscreen {
position: relative;
left: 55%;
top: 30%;
}
#smallscreen {
position: relative;
left: 55%;
top: 30%;
}
.wrapper1 {
display: grid;
height: 100vh;
grid-template-areas: 'header header header header header header' 'cam1 cam2 cam3 cam4 cam5 maincam1 ' 'cam6 cam7 cam8 cam9 cam10 maincam1 ' 'cam11 cam12 cam13 cam14 cam15 chat1 ' 'cam16 cam17 cam18 cam19 cam20 chat1 ' 'cam21 cam22 cam23 cam24 cam25 chat1 ' 'cam26 cam27 cam28 cam29 cam30 chat1 ' ' btn1 btn1 btn1 btn1 btn1 chat1 ';
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 2.5fr;
grid-template-rows: 56px 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.wrapper1 div {
}
.wrapper2 {
display: grid;
grid-gap: 1px;
height: 100vh;
grid-template-areas: 'btn1 btn1 btn1 btn1 btn1' 'cam1 came2 came3 cam4 cam5 ' 'cam6 cam7 cam8 cam9 cam10' 'cam11 cam12 cam13 cam14 cam15 ' 'cam16 cam17 cam18 cam19 cam20 ' 'cam21 cam22 cam23 cam24 cam25 ' 'cam26 cam27 cam28 cam29 cam30 ';
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: 56px 1fr 1fr 1fr 1fr 1fr 1fr;
}
.wrapper2 div {
}
.header {
grid-area: header;
width: 100%;
height: 100%;
}
.maincam1 {
grid-area: maincam1;
}
.btn1 {
grid-area: btn1;
}
.chat2 {
grid-area: chat2;
}
.container1 {
width: 100%;
height: 100%;
position: relative;
}
.cam1 {
grid-area: cam1;
position: relative;
}
.cam2 {
grid-area: cam2;
}
.cam3 {
grid-area: cam3;
}
.cam4 {
grid-area: cam4;
}
.cam5 {
grid-area: cam5;
}
.cam6 {
grid-area: cam6;
}
.cam7 {
grid-area: cam7;
}
.cam8 {
grid-area: cam8;
}
.cam9 {
grid-area: cam9;
}
.cam10 {
grid-area: cam10;
}
.cam11 {
grid-area: cam11;
}
.cam12 {
grid-area: cam12;
}
.cam13 {
grid-area: cam13;
}
.cam14 {
grid-area: cam14;
}
.cam15 {
grid-area: cam15;
}
.cam16 {
grid-area: cam16;
}
.cam17 {
grid-area: cam17;
}
.cam18 {
grid-area: cam18;
}
.cam19 {
grid-area: cam19;
}
.cam20 {
grid-area: cam20;
}
.cam21 {
grid-area: cam21;
}
.cam22 {
grid-area: cam22;
}
.cam23 {
grid-area: cam23;
}
.cam24 {
grid-area: cam24;
}
.cam25 {
grid-area: cam25;
}
.cam26 {
grid-area: cam26;
}
.cam27 {
grid-area: cam27;
}
.cam28 {
grid-area: cam28;
}
.cam29 {
grid-area: cam29;
}
.cam30 {
grid-area: cam30;
} | 0.306631 | 0.116111 |
8.0.0-beta16:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.0.0-rc1:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.0.0-rc2:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.0.0-rc3:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.0.0-rc4:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.0.1:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.0.2:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.0.3:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.0.4:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.0.5:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.0.6:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.1.0-beta1:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.1.0-beta2:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.1.0-rc1:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.1.1:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.1.2:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.1.3:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.1.4:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.1.5:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.1.6:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.1.7:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.1.8:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.1.9:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.1.10:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.2.0-beta1:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.2.0-beta2:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.2.0-beta3:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.2.0-rc1:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.2.0-rc2:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.2.1:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.2.2:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.2.3:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.2.4:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.2.5:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.2.6:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.3.0-alpha1:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.3.0-beta1:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.3.0-rc1:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.2.7:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.3.0-rc2:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.0.0:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.1.0:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.2.0:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.3.0:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24 | hashs-database/hashs/core___themes___classy___css___components___file.css | 8.0.0-beta16:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.0.0-rc1:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.0.0-rc2:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.0.0-rc3:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.0.0-rc4:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.0.1:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.0.2:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.0.3:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.0.4:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.0.5:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.0.6:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.1.0-beta1:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.1.0-beta2:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.1.0-rc1:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.1.1:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.1.2:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.1.3:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.1.4:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.1.5:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.1.6:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.1.7:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.1.8:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.1.9:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.1.10:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.2.0-beta1:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.2.0-beta2:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.2.0-beta3:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.2.0-rc1:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.2.0-rc2:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.2.1:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.2.2:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.2.3:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.2.4:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.2.5:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.2.6:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.3.0-alpha1:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.3.0-beta1:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.3.0-rc1:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.2.7:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.3.0-rc2:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.0.0:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.1.0:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.2.0:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24
8.3.0:7d04f1c15d5ed21588c49f968cf44d6521c9b8780e8d32ea3e7e63109656eb24 | 0.192805 | 0.290628 |
@import url("https://fonts.googleapis.com/css?family=Muli");
:root {
--background: #ffffff;
--fontcolor: #000;
--fontsize: 10px;
}
* {
box-sizing: border-box;
direction: rtl;
font-size: var(--fontsize);
}
.row {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr;
align-items: center;
align-content: center;
padding: 2%;
padding-left: 100px;
margin: auto;
line-height: 170px;
row-gap: 10px;
column-gap: 10px;
width: 1348.1px;
}
html {
font-family: "Lucida Sans", sans-serif;
font-size: var(--fontsize);
}
.footer {
background-color: var(--background);
color: var(--fontcolor);
text-align: center;
font-size: 12px;
padding: 15px;
}
body {
background-color: var(--background);
}
:focus {
outline: none;
}
.box {
width: 80%;
height: 58px;
background-color: var(--background);
margin: 20px auto;
}
.search-bar form.example input[type=text] {
padding: 10px;
font-size: 12px;
border: 1px solid 1px solid lightgray;
float: right;
width: 46%;
background: #f8f8f8;
margin-right: 350px;
border-radius: 0 2px 2px 0;
}
.search-bar form.example button {
position: relative;
left: 169px;
float: left;
width: 62px;
padding: 4px;
margin: 0;
background: var(--background);
color: var(--fontcolor);
font-size: 17px;
border: 1px solid grey;
cursor: pointer;
}
.search-bar form.example button:hover {
background: lightgray;
}
.search-bar form.example::after {
content: "";
clear: both;
display: table;
}
input[type=text] {
width: 89%;
height: 30px;
padding: 0 10px;
color: #000;
border: 1px solid #BEBEBE;
border-radius: 2px 0 0 2px;
z-index: 2;
}
button i {
opacity: 0.5;
transition: all 0.1s ease-in-out;
}
button:hover {
background-color: #E4E4E4;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 0 2px rgba(0, 0, 0, 0.05);
transition: all 0.07s ease-in-out;
}
.btn {
background-color: var(--background);
border: none;
color: var(--fontcolor);
padding: 12px 0 0 0px;
font-size: 16px;
float: right;
margin: -2.5%;
cursor: pointer;
position: relative;
top: -7px;
right: -80px;
}
.yimg {
height: 30px;
position: relative;
float: right;
bottom: 30px;
right: -80px;
}
.icons {
position: relative;
right: 120px;
}
.content .button {
margin: -5px;
position: relative;
top: 50px;
right: -110px;
direction: ltr;
border: none;
background-color: inherit;
padding: 14px 28px;
font-size: 16px;
cursor: pointer;
display: grid;
grid-template-rows: 1fr;
}
.button:hover {
background: #eee;
}
.success {
color: black;
}
.info {
color: black;
}
.warning {
color: black;
}
.danger {
color: black;
}
.default {
color: black;
}
.row .item {
position: relative;
left: -180px;
} | HTML_CSS/projects/project3-youtube/Christina/dist/style.css | @import url("https://fonts.googleapis.com/css?family=Muli");
:root {
--background: #ffffff;
--fontcolor: #000;
--fontsize: 10px;
}
* {
box-sizing: border-box;
direction: rtl;
font-size: var(--fontsize);
}
.row {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr;
align-items: center;
align-content: center;
padding: 2%;
padding-left: 100px;
margin: auto;
line-height: 170px;
row-gap: 10px;
column-gap: 10px;
width: 1348.1px;
}
html {
font-family: "Lucida Sans", sans-serif;
font-size: var(--fontsize);
}
.footer {
background-color: var(--background);
color: var(--fontcolor);
text-align: center;
font-size: 12px;
padding: 15px;
}
body {
background-color: var(--background);
}
:focus {
outline: none;
}
.box {
width: 80%;
height: 58px;
background-color: var(--background);
margin: 20px auto;
}
.search-bar form.example input[type=text] {
padding: 10px;
font-size: 12px;
border: 1px solid 1px solid lightgray;
float: right;
width: 46%;
background: #f8f8f8;
margin-right: 350px;
border-radius: 0 2px 2px 0;
}
.search-bar form.example button {
position: relative;
left: 169px;
float: left;
width: 62px;
padding: 4px;
margin: 0;
background: var(--background);
color: var(--fontcolor);
font-size: 17px;
border: 1px solid grey;
cursor: pointer;
}
.search-bar form.example button:hover {
background: lightgray;
}
.search-bar form.example::after {
content: "";
clear: both;
display: table;
}
input[type=text] {
width: 89%;
height: 30px;
padding: 0 10px;
color: #000;
border: 1px solid #BEBEBE;
border-radius: 2px 0 0 2px;
z-index: 2;
}
button i {
opacity: 0.5;
transition: all 0.1s ease-in-out;
}
button:hover {
background-color: #E4E4E4;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 0 2px rgba(0, 0, 0, 0.05);
transition: all 0.07s ease-in-out;
}
.btn {
background-color: var(--background);
border: none;
color: var(--fontcolor);
padding: 12px 0 0 0px;
font-size: 16px;
float: right;
margin: -2.5%;
cursor: pointer;
position: relative;
top: -7px;
right: -80px;
}
.yimg {
height: 30px;
position: relative;
float: right;
bottom: 30px;
right: -80px;
}
.icons {
position: relative;
right: 120px;
}
.content .button {
margin: -5px;
position: relative;
top: 50px;
right: -110px;
direction: ltr;
border: none;
background-color: inherit;
padding: 14px 28px;
font-size: 16px;
cursor: pointer;
display: grid;
grid-template-rows: 1fr;
}
.button:hover {
background: #eee;
}
.success {
color: black;
}
.info {
color: black;
}
.warning {
color: black;
}
.danger {
color: black;
}
.default {
color: black;
}
.row .item {
position: relative;
left: -180px;
} | 0.475362 | 0.230931 |
.advert {
color: #FF8929;
font-style: italic;
}
.codecommand, .codebox code {
background-color: #E0E0E0;
font-family: monospace;
}
.Large {
font-size: 2rem;
}
.exercise, .exo {
color: #00BA10;
font-size: 1.1rem;
}
.math.inline {
background-color: aliceblue;
}
/* Special backgrounds*/
.blueShaded {
background-color: #D6E8F5;
font-family: monospace;
}
.blueShaded pre:not([class]) {
background-color: #D6E8F5;
}
.redbox {
background-color: #FF7F7F;
padding: 2px 5px;
}
/* Document formatting*/
body {
font-family: "Noto Sans", sans-serif;
/* font-size: 1.5rem; */
text-align: justify;
}
h3 {
font-style: italic;
}
/* Figures */
.figure {
margin-bottom: 1.5em;
}
/* Custom specific to my bookdown template */
.body-inner {
/* background-color: #1e73be;*/
background-color: #f6f6f6;
}
.book .book-body .page-wrapper .page-inner {
max-width: 1025px;
}
.book .book-body .page-wrapper .page-inner section {
padding: 5px 3em;
}
.book .book-body .page-wrapper .page-inner section.normal p.caption {
margin: 0 10%;
text-align: center;
font-size: 1.4rem;
}
.page-inner {
max-width: 1025px;
margin-left: auto;
margin-right: auto;
background-color: white;
/* padding: 1em 30px 15px; */
}
.book .book-body .navigation {
font-size: 70px;
color: #ccc;
text-align: center;
}
#content a, .book .book-body .page-wrapper .page-inner section.normal a {
color: #DE633C;
}
/* thinkr.css
.container-fluid.main-container {
margin-top: 80px;
}
h1.title {
margin-top: 80px;
}
.container-fluid.main-container h1.title {
margin-top: 0px;
}
*/
.logos {
position: fixed;
top: 50px;
width: 100px;
left: 330px;
z-index: 1;
}
.logos img {
margin: 5px auto; /* Modified for gitbook */
display: block;
height: 60px;
}
a {
color: #15b7d6;
}
h1 {
color: #DE633C;
}
h2 {
color: #15b7d6;
}
.sidebar h2 {
color: black;
}
/* Footer with logo */
footer {
text-align: center;
}
footer img {
max-height: 40px;
} | css/style_gitbook.css | .advert {
color: #FF8929;
font-style: italic;
}
.codecommand, .codebox code {
background-color: #E0E0E0;
font-family: monospace;
}
.Large {
font-size: 2rem;
}
.exercise, .exo {
color: #00BA10;
font-size: 1.1rem;
}
.math.inline {
background-color: aliceblue;
}
/* Special backgrounds*/
.blueShaded {
background-color: #D6E8F5;
font-family: monospace;
}
.blueShaded pre:not([class]) {
background-color: #D6E8F5;
}
.redbox {
background-color: #FF7F7F;
padding: 2px 5px;
}
/* Document formatting*/
body {
font-family: "Noto Sans", sans-serif;
/* font-size: 1.5rem; */
text-align: justify;
}
h3 {
font-style: italic;
}
/* Figures */
.figure {
margin-bottom: 1.5em;
}
/* Custom specific to my bookdown template */
.body-inner {
/* background-color: #1e73be;*/
background-color: #f6f6f6;
}
.book .book-body .page-wrapper .page-inner {
max-width: 1025px;
}
.book .book-body .page-wrapper .page-inner section {
padding: 5px 3em;
}
.book .book-body .page-wrapper .page-inner section.normal p.caption {
margin: 0 10%;
text-align: center;
font-size: 1.4rem;
}
.page-inner {
max-width: 1025px;
margin-left: auto;
margin-right: auto;
background-color: white;
/* padding: 1em 30px 15px; */
}
.book .book-body .navigation {
font-size: 70px;
color: #ccc;
text-align: center;
}
#content a, .book .book-body .page-wrapper .page-inner section.normal a {
color: #DE633C;
}
/* thinkr.css
.container-fluid.main-container {
margin-top: 80px;
}
h1.title {
margin-top: 80px;
}
.container-fluid.main-container h1.title {
margin-top: 0px;
}
*/
.logos {
position: fixed;
top: 50px;
width: 100px;
left: 330px;
z-index: 1;
}
.logos img {
margin: 5px auto; /* Modified for gitbook */
display: block;
height: 60px;
}
a {
color: #15b7d6;
}
h1 {
color: #DE633C;
}
h2 {
color: #15b7d6;
}
.sidebar h2 {
color: black;
}
/* Footer with logo */
footer {
text-align: center;
}
footer img {
max-height: 40px;
} | 0.346541 | 0.101589 |
@import url('css/reset.css');
@import url('css/960.css');
@import url('css/supersized.core.css');
@font-face {
font-family: 'Karla';
font-style: normal;
font-weight: 400;
src: local('Karla-Regular'), url('Karla-Regular.ttf') format('ttf');
}
/*----------------------------------------------------------------*/
/* General */
/*----------------------------------------------------------------*/
body {
color: #333;
font: 12pt/1.5 Karla, Calibri, Arial, sans-serif;
}
a {
color: #666666;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
p {
margin-bottom:10px;
}
h1,h2,h3,h4,h5,h6
{
font-weight:normal;
}
h1
{
font-size: 150%;
}
h2
{
font-size: 135%;
}
h3
{
font-size: 120%;
}
h4
{
font-size: 110%;
}
input,
textarea,
select,
.uneditable-input {
display: inline-block;
width: 210px;
height: 18px;
padding: 4px;
font-size: 13px;
line-height: 18px;
color: #808080;
border: 1px solid #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
select {
padding: initial;
}
select
{
height: 27px;
*height: auto;
line-height: 27px;
*margin-top: 4px;
/* For IE7, add top margin to align select with labels */
}
hr
{
border-bottom: dotted 1px #222222;
width:100%;
margin-bottom:15px;
}
label span {
width: 200px;
float: left;
display: inline;
}
input[type=radio] {
width: auto;
padding: 5px;
}
p.strip {
border-bottom: 1px solid #FFF;
padding-bottom: 5px;
}
/*----------------------------------------------------------------*/
/* Header Layout */
/*----------------------------------------------------------------*/
#masking
{
background: transparent url(images/line-dotted.png) left top repeat;
width:100%;
height:100%;
position:fixed;
z-index: -99;
padding:0;
margin:0;
}
.topic
{
background-color: #89c1db;
font-size: 12px;
padding: 10px 0px;
color: #ffffff;
position: fixed;
width: 100%;
}
.language
{
text-align: right;
float: right;
}
.title
{
background: transparent url(images/logo.png) left center no-repeat;
padding-left:48px;
float: left;
line-height: 18pt;
}
.sitename
{
font-size:20px;
letter-spacing: -1px;
white-space: nowrap;
}
.subname
{
font-size:12px;
}
.subname a{
color:#ffcc00;
}
.logo
{
background-color:rgba(0,0,0,0.9);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#000000,endColorstr=#000000);
zoom:1;
padding:15px 0px;
color:#ffffff;
position: fixed;
width: 100%;
margin-top:47px;
}
/*----------------------------------------------------------------*/
/* Header Navigation */
/*----------------------------------------------------------------*/
.nav
{
float: right;
padding-top:10px;
}
.nav li
{
font-size:13px;
float: left;
padding-right:9px;
letter-spacing: -1px;
}
.sitename a, .nav a, .sidebar a
{
color: #ffffff;
}
.social li
{
float: left;
margin-right:10px;
display:inline;
}
.social li a
{
color:#fff;
}
/*----------------------------------------------------------------*/
/* Content Layout */
/*----------------------------------------------------------------*/
#content
{
z-index: 999;
padding-bottom: 60px;
}
.content
{
padding-top: 100px;
color:#ffffff;
height:100%;
}
.welcome
{
font-size:110%;
margin-top:50px;
float: left;
text-align:center;
}
.tagline, .search-result-info
{
background-color:#89c1db;
padding:20px;
font-size:16px;
}
.tagline strong
{
color: #da5240;
}
.search-result-info {
background:rgba(224,77,64,0.9);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e04d40,endColorstr=#e04d40);
}
/*----------------------------------------------------------------*/
/* Search Layout */
/*----------------------------------------------------------------*/
.simply
{
font-size:24px;
background: rgba(0,0,0,0.9) url(images/search.png) center center no-repeat ;
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#000000,endColorstr=#000000);
padding:20px;
}
#keyword, #title
{
padding:20px;
margin-left:40px;
font-size:18px;
width:400px;
background:transparent;
border: none;
outline: 0;
}
.advance
{
font-size:24px;
background-color: rgba(0,0,0,0.9);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#000000,endColorstr=#000000);
padding:20px;
font-size:16px;
}
.advance table td
{
padding:10px;
}
.advance table td input
{
width:200px;
}
#show_advance
{
background: rgba(255,255,255,1) url(images/line-dotted2.png) center center repeat ;
padding:2px;
}
#show_advance a {
color:#666666;
font-size:14px;
}
.searchButton
{
border-radius: 3px;
height:40px;
}
/*----------------------------------------------------------------*/
/* Search Layout Inside Result Search List */
/*----------------------------------------------------------------*/
.result-search .simply
{
font-size:24px;
background: transparent url(images/search.png) center center no-repeat !important;
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#000000,endColorstr=#000000);
}
.result-search #keyword,
.result-search #title
{
margin-left:120px;
font-size:18px;
width:400px !important;
background:transparent;
border: none;
outline: 0;
}
.result-search .advance
{
font-size:24px;
background: transparent;
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#000000,endColorstr=#000000);
padding:5px;
font-size:16px;
}
.result-search .advance table td
{
padding:5px;
}
.result-search .advance table td input
{
width:200px;
}
.result-search #show_advance
{
background: rgba(255,255,255,1) url(images/line-dotted2.png) center center repeat ;
padding:2px;
text-align: center;
}
/*----------------------------------------------------------------*/
/* Sidebar Layout */
/*----------------------------------------------------------------*/
.sidebar
{
background:rgba(224,77,64,0.9);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e04d40,endColorstr=#e04d40);
zoom:1;
width:250px;
float: left;
font-size:14px;
}
.sidebar .tagline
{
background:rgba(255,255,255,0.9);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff,endColorstr=#ffffff);
zoom:1;
color: #666666;
}
.info
{
padding:10px;
}
.section, .contentDesc
{
float: right;
text-align:left;
background-color:rgba(0,0,0,0.9);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#000000,endColorstr=#000000);
}
.section.page
{
width: 100%;
}
/*----------------------------------------------------------------*/
/* Collection Layout */
/*----------------------------------------------------------------*/
.collection
{
}
.detail
{
display:none;
z-index:9;
position: absolute;
padding: 20px;
width:100px;
height: 165px;
font-size:12px;
text-align:center;
color:#fff;
cursor: pointer;
}
.detail hr
{
border-bottom:dotted 1px #FFF;
}
.detail a
{
background-color: #ff4633;
padding:2px 5px;
color:#fff;
float: left;
}
.detail a:hover
{
background-color: #ff0000;
}
.cover
{
padding:20px;
border: solid 1px #fef;
background-color:#fff;
margin-left: auto;
margin-right: auto;
box-shadow: inset 0px 0px 10px #ddd;
}
.collections-list
{
width: 690px;
}
.item
{
width: 670px;
float: left;
padding:10px ;
clear: both;
border-bottom: dotted 1px #222222;
}
.item:first-child
{
border-top: none;
}
.cover-list
{
float: left;
background: transparent url(images/nobook.png) center top no-repeat;
width:90px;
height:115px;
margin:5px;
clear: both;
}
.detail-list
{
margin-left: 110px;
font-size:14px;
}
.detail-list h4
{
width:500px;
}
.titleField
{
color: #78a9c0;
font-size:18px;
}
.defaultTextActive { color: #a1a1a1; font-style: italic; }
.biblioPaging
{
font-size:14px;
padding:10px;
border-bottom: dotted 1px #222222;
clear: both;
}
.biblioPaging b
{
color:#ffcc00;
text-decoration: underline;
}
/*----------------------------------------------------------------*/
/* Collection Detail */
/*----------------------------------------------------------------*/
.collection-detail
{
font-size:14px;
padding-bottom:20px !important;
}
.collection-detail th
{
font-size:22px;
padding:20px;
border-bottom:dotted 1px #222222;
color: #ff4633;
}
.key
{
padding: 10px 20px 0px 20px;
border-bottom:dotted 1px #222222;
border-right:dotted 1px #222222;
text-align:right;
color: #82b7d0;
}
.value
{
padding: 10px 20px 10px 20px;
border-bottom:dotted 1px #222222;
}
.abstract
{
font-style: italic;
padding:20px;
border-bottom:dotted 1px #222222;
background:rgba(224,77,64,0.9);
}
.tagline a
{
color: #82b7d0;
}
.xmlResultLink, #memberLogout
{
color: #ffffff !important;
text-decoration:underline;
}
.biblioMarkFormAction input
{
float: right;
height: 37px;
margin:10px 10px 0px 0px;
width:auto;
background-color: #3b9eca;
color:#ffffff;
}
.biblioCheck
{
padding:0;
margin:0;
width:20px;
}
/*----------------------------------------------------------------*/
/* Footer Layout */
/*----------------------------------------------------------------*/
.footer
{
position: fixed;
bottom:0;
width: 100%;
display: block;
background-color: rgba(0,0,0,0.9);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#000000,endColorstr=#000000);
zoom:1;
font-size: 12px;
color: #ffffff;
padding:10px 0px;
}
.lisence
{
text-align: right;
border-right: solid 1px #fff;
padding-right:20px;
}
/*----------------------------------------------------------------*/
/* Admin Login */
/*----------------------------------------------------------------*/
#login-page
{
background: whitesmoke url(images/bg_noise.jpg) left top repeat;
display:block;
}
#loginForm
{
background:#ffffff;
padding:20px;
margin-left:auto;
margin-right:auto;
box-shadow: 0px 0px 4px #ccc;
width: 406px;
margin: 120px auto 0;
border-radius:10px;
}
.back
{
color:#fff !important;
}
.to_right
{
float: right;
}
#loginForm form
{
background:#63b2d5;
padding:40px 40px 80px 40px;
border-radius:5px;
}
.heading1
{
float: left;
color: #fff;
clear:both;
width:85px;
}
.login_input
{
margin-bottom:10px;
}
.login_input input
{
font-size:20px;
padding:8px;
}
.loginButton, .homeButton, #loginButton
{
height:40px;
cursor: pointer;
margin-right:15px;
display:inline;
}
#homeButton {
float: left;
}
.marginTop input
{
width:75px;
height:40px;
cursor: pointer;
}
.marginTop
{
float: right;
}
/*----------------------------------------------------------------*/
/* Member Login */
/*----------------------------------------------------------------*/
.memberBasketList
{
border:none !important;
}
.memberBasketList .dataListHeader td
{
background-color:#ffffff;
color: #333333 !important;
}
.memberBasketAction a
{
color:#ca453b;
}
#memberLoginInfo
{
border:none !important;
text-align: center;
}
.loginInfo
{
padding:20px;
border-bottom: dotted 1px #222222;
}
.fieldLabel
{
float: left;
width: 125px;
clear:both;
}
.alterCell, .alterCell2, .memberLoanListInfo, .memberLoanHistInfo
{
background-color: rgba(0,0,0,0.9) !important;
padding: 10px !important;
}
.memberDetail, .memberLoanList
{
border: none !important;
padding: 0 !important;
margin:0 !important;
width:100%;
font-size:16px;
}
.memberDetail strong
{
font-weight:normal !important;
}
.dataListHeader
{
width:100%;
background-color: #89c1db !important;
margin:0;
padding:0;
}
.dataListHeader td
{
padding:10px !important;
}
.dataListHeader td
{
color#fc0;
}
.memberLoanList td.alterCell2
{
padding:10px !important;
}
.memberButton
{
height: 37px;
margin-left:125px;
width:228px;
background-color: #3b9eca;
color:#ffffff;
}
/*-----------------------------------*/
/* HTML Pop Up Div */
/*-----------------------------------*/
#blocker
{
background-color: #000000; ;
opacity: 0.7 !important;
-moz-opacity: 0.7 !important;
-webkit-opacity: 0.7 !important;
filter: alpha(opacity=70); /*IE*/
}
#htmlPop {
background: whitesmoke;
position: fixed;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: outset 0px 0px 5px #ccc;
-moz-box-shadow: outset 0px 0px 5px #ccc;
-webkit-box-shadow: outset 0px 0px 5px #ccc;
border:solid 1px #fff;
}
#htmlPopTitle {
background-color: #000;
color: #666;
font-weight: bold;
}
#htmlPopFrame {
width: 100% !important;
}
/*-----------------------------------*/
/* Popup */
/*-----------------------------------*/
#fade {
display: none;
background-image: url(images/bg.png) !important ;
position: fixed; left: 0; top: 0;
width: 100%; height: 100%;
opacity: 0.8;
-webkit-opacity: 0.8;
-moz-opacity: 0.8;
filter: alpha(opacity=80); /*IE*/
z-index: 9;
}
.popup_block{
display: none; /*--hidden by default--*/
background: #fff;
float: left;
font-size: 1.2em;
position: fixed;
top: 50%; left: 50%;
z-index: 10;
-webkit-box-shadow: 0px 0px 20px #000;
-moz-box-shadow: 0px 0px 20px #000;
box-shadow: 0px 0px 20px #000;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
img.btn_close {
float: right;
margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
position: absolute;
}
*html .popup_block {
position: absolute;
}
/*-----------------------------------*/
/* Popup */
/*-----------------------------------*/
#guestbookForm p
{
background-color: #bde0e7;
padding:10px;
color:#fff;
font-size:20px;
text-align:right;
}
#guestbookForm form
{
padding:0 !important;
margin:0 !important;
}
#guestbookForm table
{
margin-left:0px !important;
background-color:rgba(255,255,255,0.7);
width:100%;
border: solid 1px #eee;
float: left !important;
}
#guestbookForm table td
{
border: none;
}
#guestbookForm table td:first-child
{
text-align: right;
}
#guestbookForm td span
{
font-size:10px;
height:10px;
}
#guestbookForm #pekerjaan
{
width:200px;
height:10px;
}
#guestbookForm #captcha
{
width:150px;
height:50px;
}
#guestbookList a
{
background-color:#8fb2d8;
border: solid 1px #8fb2d8;
padding:7px;
box-shadow: inset 0px 0px 5px #6a98ca;
-webkit-box-shadow: inset 0px 0px 5px #6a98ca;
-moz-box-shadow: inset 0px 0px 5px #6a98ca;
color:#fff;
font-size: 18px;
clear: both;
margin-top:30px;
cursor:pointer;
}
/*------------------------------------------
captcha
-------------------------------------------*/
.captchaMember
{
padding: 0px 0px 10px 125px;
}
.captchaAdmin
{
padding: 0px 0px 10px 0px;
clear: both;
}
.errorBox
{
background-color: #ca453b;
padding:10px !important;
color: #ffffff;
margin:0 !important;
font-size: 14px;
border: none !important;
}
.content-padding {
padding: 10px;
}
/*------------------------------------------
search cluster
-------------------------------------------*/
.cluster-title {
padding: 5px;
margin-bottom: 5px;
background: #89C1DB;
}
.cluster-loading {
width: 99%;
height: 100px;
background: url(images/loader.gif) center center no-repeat;
}
/*------------------------------------------
visitor counter
Overwrite the default to this new style
-------------------------------------------*/
#visitorCounterWrap {
font-family: Karla, Arial, sans-serif !important;
margin: 0 auto;
width: 600px;
padding: 0;
border: none;
border-radius: 7px;
background-color: rgba(0,0,0,0.9);
}
#visitorCounterWrap #counterInfo {
display: block;
padding: 20px;
font-weight: normal;
font-size: 150%;
border: none;
}
#visitorCounterWrap .info {
font-weight: normal;
border: none;
background: rgba(137,193,219,0.9);
margin: 0;
padding:20px;
}
#visitorCounterForm {
float: left;
padding-top:25px;
}
#visitorCounterForm input[type="text"]
{
background-color: rgba(255,255,255,0.1);
border:none;
padding:10px;
width: 330px;
color:#cccccc;
}
#visitorCounterWrap .fieldLabel
{
white-space: nowrap;
}
#visitorCounterWrap #counter
{
margin-right: 8px;
background-color: #7dafc6;
border: none;
color: #ffffff;
}
#visitorCounterPhoto {
padding: 20px;
float: left;
width: 100px;
height: 120px;
}
:-moz-placeholder {
color: #999999;
}
::-webkit-input-placeholder {
color: #999999;
}
.comment-input {
display: block;
padding: 5px;
}
.comment-found {
display: block;
padding: 5px;
text-align: right;
}
.comment-member {
display: block;
padding: 2px;
margin-left: 5px
}
.comment-content {
display: block;
margin-left: 20px
}
.cluster-hidden {
display: none;
}
.search-suggestion-link {
font-size: 120%;
color: #ffffff;
font-style: italic;
text-decoration: underline;
}
.share-buttons {
clear: both;
float: right;
list-style: none;
margin: 3px;
}
.share-buttons li {
display: inline;
}
.share-buttons li a {
display: inline-block;
margin-right: 2px;
}
.row-fluid {
width: 100%;
*zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
display: table;
line-height: 0;
content: "";
}
.row-fluid:after {
clear: both;
}
.row-fluid [class*="span"] {
display: block;
float: left;
width: 100%;
min-height: 30px;
margin-left: 2.127659574468085%;
*margin-left: 2.074468085106383%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.row-fluid [class*="span"]:first-child {
margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
width: 100%;
*width: 99.94680851063829%;
}
.row-fluid .span11 {
width: 91.48936170212765%;
*width: 91.43617021276594%;
}
.row-fluid .span10 {
width: 82.97872340425532%;
*width: 82.92553191489361%;
}
.row-fluid .span9 {
width: 74.46808510638297%;
*width: 74.41489361702126%;
}
.row-fluid .span8 {
width: 65.95744680851064%;
*width: 65.90425531914893%;
}
.row-fluid .span7 {
width: 57.44680851063829%;
*width: 57.39361702127659%;
}
.row-fluid .span6 {
width: 48.93617021276595%;
*width: 48.88297872340425%;
}
.row-fluid .span5 {
width: 40.42553191489362%;
*width: 40.37234042553192%;
}
.row-fluid .span4 {
width: 31.914893617021278%;
*width: 31.861702127659576%;
}
.row-fluid .span3 {
width: 23.404255319148934%;
*width: 23.351063829787233%;
}
.row-fluid .span2 {
width: 14.893617021276595%;
*width: 14.840425531914894%;
}
.row-fluid .span1 {
width: 6.382978723404255%;
*width: 6.329787234042553%;
}
.librarian {
margin-bottom: 20px;
}
.librarian-image {
width: 144px;
-webkit-box-shadow: 4px 4px 5px rgba(100, 100, 100, 0.75);
-moz-box-shadow: 4px 4px 5px rgba(100, 100, 100, 0.75);
box-shadow: 4px 4px 5px rgba(100, 100, 100, 0.75);
overflow: hidden;
}
.librarian-image img {
width: 144px;
} | apache/htdocs/slims7_cendana/template/meranti/style.css | @import url('css/reset.css');
@import url('css/960.css');
@import url('css/supersized.core.css');
@font-face {
font-family: 'Karla';
font-style: normal;
font-weight: 400;
src: local('Karla-Regular'), url('Karla-Regular.ttf') format('ttf');
}
/*----------------------------------------------------------------*/
/* General */
/*----------------------------------------------------------------*/
body {
color: #333;
font: 12pt/1.5 Karla, Calibri, Arial, sans-serif;
}
a {
color: #666666;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
p {
margin-bottom:10px;
}
h1,h2,h3,h4,h5,h6
{
font-weight:normal;
}
h1
{
font-size: 150%;
}
h2
{
font-size: 135%;
}
h3
{
font-size: 120%;
}
h4
{
font-size: 110%;
}
input,
textarea,
select,
.uneditable-input {
display: inline-block;
width: 210px;
height: 18px;
padding: 4px;
font-size: 13px;
line-height: 18px;
color: #808080;
border: 1px solid #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
select {
padding: initial;
}
select
{
height: 27px;
*height: auto;
line-height: 27px;
*margin-top: 4px;
/* For IE7, add top margin to align select with labels */
}
hr
{
border-bottom: dotted 1px #222222;
width:100%;
margin-bottom:15px;
}
label span {
width: 200px;
float: left;
display: inline;
}
input[type=radio] {
width: auto;
padding: 5px;
}
p.strip {
border-bottom: 1px solid #FFF;
padding-bottom: 5px;
}
/*----------------------------------------------------------------*/
/* Header Layout */
/*----------------------------------------------------------------*/
#masking
{
background: transparent url(images/line-dotted.png) left top repeat;
width:100%;
height:100%;
position:fixed;
z-index: -99;
padding:0;
margin:0;
}
.topic
{
background-color: #89c1db;
font-size: 12px;
padding: 10px 0px;
color: #ffffff;
position: fixed;
width: 100%;
}
.language
{
text-align: right;
float: right;
}
.title
{
background: transparent url(images/logo.png) left center no-repeat;
padding-left:48px;
float: left;
line-height: 18pt;
}
.sitename
{
font-size:20px;
letter-spacing: -1px;
white-space: nowrap;
}
.subname
{
font-size:12px;
}
.subname a{
color:#ffcc00;
}
.logo
{
background-color:rgba(0,0,0,0.9);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#000000,endColorstr=#000000);
zoom:1;
padding:15px 0px;
color:#ffffff;
position: fixed;
width: 100%;
margin-top:47px;
}
/*----------------------------------------------------------------*/
/* Header Navigation */
/*----------------------------------------------------------------*/
.nav
{
float: right;
padding-top:10px;
}
.nav li
{
font-size:13px;
float: left;
padding-right:9px;
letter-spacing: -1px;
}
.sitename a, .nav a, .sidebar a
{
color: #ffffff;
}
.social li
{
float: left;
margin-right:10px;
display:inline;
}
.social li a
{
color:#fff;
}
/*----------------------------------------------------------------*/
/* Content Layout */
/*----------------------------------------------------------------*/
#content
{
z-index: 999;
padding-bottom: 60px;
}
.content
{
padding-top: 100px;
color:#ffffff;
height:100%;
}
.welcome
{
font-size:110%;
margin-top:50px;
float: left;
text-align:center;
}
.tagline, .search-result-info
{
background-color:#89c1db;
padding:20px;
font-size:16px;
}
.tagline strong
{
color: #da5240;
}
.search-result-info {
background:rgba(224,77,64,0.9);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e04d40,endColorstr=#e04d40);
}
/*----------------------------------------------------------------*/
/* Search Layout */
/*----------------------------------------------------------------*/
.simply
{
font-size:24px;
background: rgba(0,0,0,0.9) url(images/search.png) center center no-repeat ;
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#000000,endColorstr=#000000);
padding:20px;
}
#keyword, #title
{
padding:20px;
margin-left:40px;
font-size:18px;
width:400px;
background:transparent;
border: none;
outline: 0;
}
.advance
{
font-size:24px;
background-color: rgba(0,0,0,0.9);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#000000,endColorstr=#000000);
padding:20px;
font-size:16px;
}
.advance table td
{
padding:10px;
}
.advance table td input
{
width:200px;
}
#show_advance
{
background: rgba(255,255,255,1) url(images/line-dotted2.png) center center repeat ;
padding:2px;
}
#show_advance a {
color:#666666;
font-size:14px;
}
.searchButton
{
border-radius: 3px;
height:40px;
}
/*----------------------------------------------------------------*/
/* Search Layout Inside Result Search List */
/*----------------------------------------------------------------*/
.result-search .simply
{
font-size:24px;
background: transparent url(images/search.png) center center no-repeat !important;
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#000000,endColorstr=#000000);
}
.result-search #keyword,
.result-search #title
{
margin-left:120px;
font-size:18px;
width:400px !important;
background:transparent;
border: none;
outline: 0;
}
.result-search .advance
{
font-size:24px;
background: transparent;
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#000000,endColorstr=#000000);
padding:5px;
font-size:16px;
}
.result-search .advance table td
{
padding:5px;
}
.result-search .advance table td input
{
width:200px;
}
.result-search #show_advance
{
background: rgba(255,255,255,1) url(images/line-dotted2.png) center center repeat ;
padding:2px;
text-align: center;
}
/*----------------------------------------------------------------*/
/* Sidebar Layout */
/*----------------------------------------------------------------*/
.sidebar
{
background:rgba(224,77,64,0.9);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e04d40,endColorstr=#e04d40);
zoom:1;
width:250px;
float: left;
font-size:14px;
}
.sidebar .tagline
{
background:rgba(255,255,255,0.9);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff,endColorstr=#ffffff);
zoom:1;
color: #666666;
}
.info
{
padding:10px;
}
.section, .contentDesc
{
float: right;
text-align:left;
background-color:rgba(0,0,0,0.9);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#000000,endColorstr=#000000);
}
.section.page
{
width: 100%;
}
/*----------------------------------------------------------------*/
/* Collection Layout */
/*----------------------------------------------------------------*/
.collection
{
}
.detail
{
display:none;
z-index:9;
position: absolute;
padding: 20px;
width:100px;
height: 165px;
font-size:12px;
text-align:center;
color:#fff;
cursor: pointer;
}
.detail hr
{
border-bottom:dotted 1px #FFF;
}
.detail a
{
background-color: #ff4633;
padding:2px 5px;
color:#fff;
float: left;
}
.detail a:hover
{
background-color: #ff0000;
}
.cover
{
padding:20px;
border: solid 1px #fef;
background-color:#fff;
margin-left: auto;
margin-right: auto;
box-shadow: inset 0px 0px 10px #ddd;
}
.collections-list
{
width: 690px;
}
.item
{
width: 670px;
float: left;
padding:10px ;
clear: both;
border-bottom: dotted 1px #222222;
}
.item:first-child
{
border-top: none;
}
.cover-list
{
float: left;
background: transparent url(images/nobook.png) center top no-repeat;
width:90px;
height:115px;
margin:5px;
clear: both;
}
.detail-list
{
margin-left: 110px;
font-size:14px;
}
.detail-list h4
{
width:500px;
}
.titleField
{
color: #78a9c0;
font-size:18px;
}
.defaultTextActive { color: #a1a1a1; font-style: italic; }
.biblioPaging
{
font-size:14px;
padding:10px;
border-bottom: dotted 1px #222222;
clear: both;
}
.biblioPaging b
{
color:#ffcc00;
text-decoration: underline;
}
/*----------------------------------------------------------------*/
/* Collection Detail */
/*----------------------------------------------------------------*/
.collection-detail
{
font-size:14px;
padding-bottom:20px !important;
}
.collection-detail th
{
font-size:22px;
padding:20px;
border-bottom:dotted 1px #222222;
color: #ff4633;
}
.key
{
padding: 10px 20px 0px 20px;
border-bottom:dotted 1px #222222;
border-right:dotted 1px #222222;
text-align:right;
color: #82b7d0;
}
.value
{
padding: 10px 20px 10px 20px;
border-bottom:dotted 1px #222222;
}
.abstract
{
font-style: italic;
padding:20px;
border-bottom:dotted 1px #222222;
background:rgba(224,77,64,0.9);
}
.tagline a
{
color: #82b7d0;
}
.xmlResultLink, #memberLogout
{
color: #ffffff !important;
text-decoration:underline;
}
.biblioMarkFormAction input
{
float: right;
height: 37px;
margin:10px 10px 0px 0px;
width:auto;
background-color: #3b9eca;
color:#ffffff;
}
.biblioCheck
{
padding:0;
margin:0;
width:20px;
}
/*----------------------------------------------------------------*/
/* Footer Layout */
/*----------------------------------------------------------------*/
.footer
{
position: fixed;
bottom:0;
width: 100%;
display: block;
background-color: rgba(0,0,0,0.9);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#000000,endColorstr=#000000);
zoom:1;
font-size: 12px;
color: #ffffff;
padding:10px 0px;
}
.lisence
{
text-align: right;
border-right: solid 1px #fff;
padding-right:20px;
}
/*----------------------------------------------------------------*/
/* Admin Login */
/*----------------------------------------------------------------*/
#login-page
{
background: whitesmoke url(images/bg_noise.jpg) left top repeat;
display:block;
}
#loginForm
{
background:#ffffff;
padding:20px;
margin-left:auto;
margin-right:auto;
box-shadow: 0px 0px 4px #ccc;
width: 406px;
margin: 120px auto 0;
border-radius:10px;
}
.back
{
color:#fff !important;
}
.to_right
{
float: right;
}
#loginForm form
{
background:#63b2d5;
padding:40px 40px 80px 40px;
border-radius:5px;
}
.heading1
{
float: left;
color: #fff;
clear:both;
width:85px;
}
.login_input
{
margin-bottom:10px;
}
.login_input input
{
font-size:20px;
padding:8px;
}
.loginButton, .homeButton, #loginButton
{
height:40px;
cursor: pointer;
margin-right:15px;
display:inline;
}
#homeButton {
float: left;
}
.marginTop input
{
width:75px;
height:40px;
cursor: pointer;
}
.marginTop
{
float: right;
}
/*----------------------------------------------------------------*/
/* Member Login */
/*----------------------------------------------------------------*/
.memberBasketList
{
border:none !important;
}
.memberBasketList .dataListHeader td
{
background-color:#ffffff;
color: #333333 !important;
}
.memberBasketAction a
{
color:#ca453b;
}
#memberLoginInfo
{
border:none !important;
text-align: center;
}
.loginInfo
{
padding:20px;
border-bottom: dotted 1px #222222;
}
.fieldLabel
{
float: left;
width: 125px;
clear:both;
}
.alterCell, .alterCell2, .memberLoanListInfo, .memberLoanHistInfo
{
background-color: rgba(0,0,0,0.9) !important;
padding: 10px !important;
}
.memberDetail, .memberLoanList
{
border: none !important;
padding: 0 !important;
margin:0 !important;
width:100%;
font-size:16px;
}
.memberDetail strong
{
font-weight:normal !important;
}
.dataListHeader
{
width:100%;
background-color: #89c1db !important;
margin:0;
padding:0;
}
.dataListHeader td
{
padding:10px !important;
}
.dataListHeader td
{
color#fc0;
}
.memberLoanList td.alterCell2
{
padding:10px !important;
}
.memberButton
{
height: 37px;
margin-left:125px;
width:228px;
background-color: #3b9eca;
color:#ffffff;
}
/*-----------------------------------*/
/* HTML Pop Up Div */
/*-----------------------------------*/
#blocker
{
background-color: #000000; ;
opacity: 0.7 !important;
-moz-opacity: 0.7 !important;
-webkit-opacity: 0.7 !important;
filter: alpha(opacity=70); /*IE*/
}
#htmlPop {
background: whitesmoke;
position: fixed;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: outset 0px 0px 5px #ccc;
-moz-box-shadow: outset 0px 0px 5px #ccc;
-webkit-box-shadow: outset 0px 0px 5px #ccc;
border:solid 1px #fff;
}
#htmlPopTitle {
background-color: #000;
color: #666;
font-weight: bold;
}
#htmlPopFrame {
width: 100% !important;
}
/*-----------------------------------*/
/* Popup */
/*-----------------------------------*/
#fade {
display: none;
background-image: url(images/bg.png) !important ;
position: fixed; left: 0; top: 0;
width: 100%; height: 100%;
opacity: 0.8;
-webkit-opacity: 0.8;
-moz-opacity: 0.8;
filter: alpha(opacity=80); /*IE*/
z-index: 9;
}
.popup_block{
display: none; /*--hidden by default--*/
background: #fff;
float: left;
font-size: 1.2em;
position: fixed;
top: 50%; left: 50%;
z-index: 10;
-webkit-box-shadow: 0px 0px 20px #000;
-moz-box-shadow: 0px 0px 20px #000;
box-shadow: 0px 0px 20px #000;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
img.btn_close {
float: right;
margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
position: absolute;
}
*html .popup_block {
position: absolute;
}
/*-----------------------------------*/
/* Popup */
/*-----------------------------------*/
#guestbookForm p
{
background-color: #bde0e7;
padding:10px;
color:#fff;
font-size:20px;
text-align:right;
}
#guestbookForm form
{
padding:0 !important;
margin:0 !important;
}
#guestbookForm table
{
margin-left:0px !important;
background-color:rgba(255,255,255,0.7);
width:100%;
border: solid 1px #eee;
float: left !important;
}
#guestbookForm table td
{
border: none;
}
#guestbookForm table td:first-child
{
text-align: right;
}
#guestbookForm td span
{
font-size:10px;
height:10px;
}
#guestbookForm #pekerjaan
{
width:200px;
height:10px;
}
#guestbookForm #captcha
{
width:150px;
height:50px;
}
#guestbookList a
{
background-color:#8fb2d8;
border: solid 1px #8fb2d8;
padding:7px;
box-shadow: inset 0px 0px 5px #6a98ca;
-webkit-box-shadow: inset 0px 0px 5px #6a98ca;
-moz-box-shadow: inset 0px 0px 5px #6a98ca;
color:#fff;
font-size: 18px;
clear: both;
margin-top:30px;
cursor:pointer;
}
/*------------------------------------------
captcha
-------------------------------------------*/
.captchaMember
{
padding: 0px 0px 10px 125px;
}
.captchaAdmin
{
padding: 0px 0px 10px 0px;
clear: both;
}
.errorBox
{
background-color: #ca453b;
padding:10px !important;
color: #ffffff;
margin:0 !important;
font-size: 14px;
border: none !important;
}
.content-padding {
padding: 10px;
}
/*------------------------------------------
search cluster
-------------------------------------------*/
.cluster-title {
padding: 5px;
margin-bottom: 5px;
background: #89C1DB;
}
.cluster-loading {
width: 99%;
height: 100px;
background: url(images/loader.gif) center center no-repeat;
}
/*------------------------------------------
visitor counter
Overwrite the default to this new style
-------------------------------------------*/
#visitorCounterWrap {
font-family: Karla, Arial, sans-serif !important;
margin: 0 auto;
width: 600px;
padding: 0;
border: none;
border-radius: 7px;
background-color: rgba(0,0,0,0.9);
}
#visitorCounterWrap #counterInfo {
display: block;
padding: 20px;
font-weight: normal;
font-size: 150%;
border: none;
}
#visitorCounterWrap .info {
font-weight: normal;
border: none;
background: rgba(137,193,219,0.9);
margin: 0;
padding:20px;
}
#visitorCounterForm {
float: left;
padding-top:25px;
}
#visitorCounterForm input[type="text"]
{
background-color: rgba(255,255,255,0.1);
border:none;
padding:10px;
width: 330px;
color:#cccccc;
}
#visitorCounterWrap .fieldLabel
{
white-space: nowrap;
}
#visitorCounterWrap #counter
{
margin-right: 8px;
background-color: #7dafc6;
border: none;
color: #ffffff;
}
#visitorCounterPhoto {
padding: 20px;
float: left;
width: 100px;
height: 120px;
}
:-moz-placeholder {
color: #999999;
}
::-webkit-input-placeholder {
color: #999999;
}
.comment-input {
display: block;
padding: 5px;
}
.comment-found {
display: block;
padding: 5px;
text-align: right;
}
.comment-member {
display: block;
padding: 2px;
margin-left: 5px
}
.comment-content {
display: block;
margin-left: 20px
}
.cluster-hidden {
display: none;
}
.search-suggestion-link {
font-size: 120%;
color: #ffffff;
font-style: italic;
text-decoration: underline;
}
.share-buttons {
clear: both;
float: right;
list-style: none;
margin: 3px;
}
.share-buttons li {
display: inline;
}
.share-buttons li a {
display: inline-block;
margin-right: 2px;
}
.row-fluid {
width: 100%;
*zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
display: table;
line-height: 0;
content: "";
}
.row-fluid:after {
clear: both;
}
.row-fluid [class*="span"] {
display: block;
float: left;
width: 100%;
min-height: 30px;
margin-left: 2.127659574468085%;
*margin-left: 2.074468085106383%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.row-fluid [class*="span"]:first-child {
margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
width: 100%;
*width: 99.94680851063829%;
}
.row-fluid .span11 {
width: 91.48936170212765%;
*width: 91.43617021276594%;
}
.row-fluid .span10 {
width: 82.97872340425532%;
*width: 82.92553191489361%;
}
.row-fluid .span9 {
width: 74.46808510638297%;
*width: 74.41489361702126%;
}
.row-fluid .span8 {
width: 65.95744680851064%;
*width: 65.90425531914893%;
}
.row-fluid .span7 {
width: 57.44680851063829%;
*width: 57.39361702127659%;
}
.row-fluid .span6 {
width: 48.93617021276595%;
*width: 48.88297872340425%;
}
.row-fluid .span5 {
width: 40.42553191489362%;
*width: 40.37234042553192%;
}
.row-fluid .span4 {
width: 31.914893617021278%;
*width: 31.861702127659576%;
}
.row-fluid .span3 {
width: 23.404255319148934%;
*width: 23.351063829787233%;
}
.row-fluid .span2 {
width: 14.893617021276595%;
*width: 14.840425531914894%;
}
.row-fluid .span1 {
width: 6.382978723404255%;
*width: 6.329787234042553%;
}
.librarian {
margin-bottom: 20px;
}
.librarian-image {
width: 144px;
-webkit-box-shadow: 4px 4px 5px rgba(100, 100, 100, 0.75);
-moz-box-shadow: 4px 4px 5px rgba(100, 100, 100, 0.75);
box-shadow: 4px 4px 5px rgba(100, 100, 100, 0.75);
overflow: hidden;
}
.librarian-image img {
width: 144px;
} | 0.261048 | 0.051918 |
.bigTitle{
padding:20px;
border-bottom:1px solid #F0F0F0;
}
.bigTitle p{
padding-left:10px;
border-left:4px solid #148963;
}
.container .txt{
padding:20px 0 20px 30px;
}
.skinChose{
display:flex;
}
.skinChose>div{
width:312px;
height:174px;
}
.skinChose>div>img{
width:100%;
height:100%;
}
.mrSelected{
margin-left:70px;
position:relative;
}
.mrSelected .img{
position:absolute;
top:0;
left:0;
z-index:1;
}
.mrSelected .checkBtn{
width:100%;
position:absolute;
bottom:0;
padding-bottom:10px;
text-align:center;
}
.mrSelected .checkBtn button{
background:#ddd;
color:#000;
}
.selected{
margin-left:50px;
position:relative;
}
.selected .img{
position:absolute;
top:0;
left:0;
display:none;
}
.mask1{
position:absolute;
bottom: 0;
left: 0;
width:100%;
height:0;
background: rgba(0,0,0, 0.6);
transition:height .2s;
}
.mask1 p{
text-align:center;
padding:10px 0;
color:#fff;
display:none;
}
.mask1 div{
padding-bottom:10px;
text-align:center;
display:none;
}
.selected:hover div.mask1{
height:100%;
position: absolute;
bottom: 0;
left: 0;
width:100%;
background: rgba(0,0,0, 0.6);
}
.selected:hover{
cursor:pointer;
}
.selected:hover div.mask1 div{
display:block;
position: absolute;
width: 100%;
text-align: center;
bottom: 0;
}
.selected:hover div.mask1 p{
display:block;
}
.layui-layer {
right:0;
left:auto !important;
width:350px !important;
height:100%;
animation:mymove 1s;
}
@keyframes mymove
{
from {right:-350px}
to {right:0}
}
@-moz-keyframes mymove /* Firefox */
{
from {right:-350px}
to {right:0}
}
@-webkit-keyframes mymove /* Safari 和 Chrome */
{
from {right:-350px}
to {right:0}
}
@-o-keyframes mymove /* Opera */
{
from {right:-350px}
to {right:0}
}
#modal .imgBox{
width:300px;
height:200px;
padding:10px;
/*border:2px solid #3DAFA4;*/
border:2px solid transparent;
margin:0 auto;
position:relative;
box-sizing: border-box;
}
#modal .imgBox>img{
width:100%;
height:100%;
}
#modal .imgBox .img{
position:absolute;
top:10px;
left:10px;
display:none;
}
#modal .imgBox:hover{
border:2px solid #3DAFA4;
}
/*.layui-layer-page .layui-layer-content{*/
/*height:550px!important;*/
/*}*/
.mask2{
position:absolute;
bottom: 0;
left: 0;
width:100%;
height:0;
background: rgba(0,0,0, 0.6);
transition:height .2s;
}
.mask2 .btn{
display:none;
text-align: center;
padding-bottom: 20px;
position: absolute;
bottom: 0;
width: 100%;
}
#modal .imgBox:hover div.mask2{
height:100%;
position: absolute;
bottom: 0;
left: 0;
width:100%;
background: rgba(0,0,0, 0.6);
cursor:pointer;
}
#modal .imgBox:hover div.mask2 .btn{
display:block;
} | public/static/admin/css/login/loginSkin.css | .bigTitle{
padding:20px;
border-bottom:1px solid #F0F0F0;
}
.bigTitle p{
padding-left:10px;
border-left:4px solid #148963;
}
.container .txt{
padding:20px 0 20px 30px;
}
.skinChose{
display:flex;
}
.skinChose>div{
width:312px;
height:174px;
}
.skinChose>div>img{
width:100%;
height:100%;
}
.mrSelected{
margin-left:70px;
position:relative;
}
.mrSelected .img{
position:absolute;
top:0;
left:0;
z-index:1;
}
.mrSelected .checkBtn{
width:100%;
position:absolute;
bottom:0;
padding-bottom:10px;
text-align:center;
}
.mrSelected .checkBtn button{
background:#ddd;
color:#000;
}
.selected{
margin-left:50px;
position:relative;
}
.selected .img{
position:absolute;
top:0;
left:0;
display:none;
}
.mask1{
position:absolute;
bottom: 0;
left: 0;
width:100%;
height:0;
background: rgba(0,0,0, 0.6);
transition:height .2s;
}
.mask1 p{
text-align:center;
padding:10px 0;
color:#fff;
display:none;
}
.mask1 div{
padding-bottom:10px;
text-align:center;
display:none;
}
.selected:hover div.mask1{
height:100%;
position: absolute;
bottom: 0;
left: 0;
width:100%;
background: rgba(0,0,0, 0.6);
}
.selected:hover{
cursor:pointer;
}
.selected:hover div.mask1 div{
display:block;
position: absolute;
width: 100%;
text-align: center;
bottom: 0;
}
.selected:hover div.mask1 p{
display:block;
}
.layui-layer {
right:0;
left:auto !important;
width:350px !important;
height:100%;
animation:mymove 1s;
}
@keyframes mymove
{
from {right:-350px}
to {right:0}
}
@-moz-keyframes mymove /* Firefox */
{
from {right:-350px}
to {right:0}
}
@-webkit-keyframes mymove /* Safari 和 Chrome */
{
from {right:-350px}
to {right:0}
}
@-o-keyframes mymove /* Opera */
{
from {right:-350px}
to {right:0}
}
#modal .imgBox{
width:300px;
height:200px;
padding:10px;
/*border:2px solid #3DAFA4;*/
border:2px solid transparent;
margin:0 auto;
position:relative;
box-sizing: border-box;
}
#modal .imgBox>img{
width:100%;
height:100%;
}
#modal .imgBox .img{
position:absolute;
top:10px;
left:10px;
display:none;
}
#modal .imgBox:hover{
border:2px solid #3DAFA4;
}
/*.layui-layer-page .layui-layer-content{*/
/*height:550px!important;*/
/*}*/
.mask2{
position:absolute;
bottom: 0;
left: 0;
width:100%;
height:0;
background: rgba(0,0,0, 0.6);
transition:height .2s;
}
.mask2 .btn{
display:none;
text-align: center;
padding-bottom: 20px;
position: absolute;
bottom: 0;
width: 100%;
}
#modal .imgBox:hover div.mask2{
height:100%;
position: absolute;
bottom: 0;
left: 0;
width:100%;
background: rgba(0,0,0, 0.6);
cursor:pointer;
}
#modal .imgBox:hover div.mask2 .btn{
display:block;
} | 0.401453 | 0.105902 |
# Common
--------------------------------------------------------------*/
/*font-family: 'Barlow Condensed', sans-serif;
font-family: 'Satisfy', cursive;*/
:root {
--thm-font: 'Barlow Condensed', sans-serif;
--heading-font: 'Satisfy', cursive;
--thm-base: #ffa801;
--thm-base-rgb: 255, 168, 1;
--thm-primary: #40b9eb;
--thm-primary-rgb: 64, 185, 235;
--thm-secondary: #ff0143;
--thm-secondary-rgb: 255, 1, 67;
--thm-black: #082740;
--thm-black-rgb: 8, 39, 64;
--thm-gray: #eceeef;
}
body {
font-family: var(--thm-font);
color: #7c859b;
font-size: 18px;
line-height: 34px;
font-weight: 500;
}
a:active,
a:hover,
a:focus,
a:visited {
text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--heading-font);
}
.page-wrapper {
position: relative;
margin: 0 auto;
width: 100%;
min-width: 300px;
overflow: hidden;
}
@media (min-width: 1200px) {
.container {
max-width: 1200px;
}
}
.block-title {
margin-bottom: 60px;
}
.block-title p {
margin: 0;
text-transform: uppercase;
color: var(--thm-base);
font-size: 16px;
font-weight: 600;
letter-spacing: .2em;
line-height: 1em;
}
.block-title h3 {
margin: 0;
color: var(--thm-black);
font-size: 60px;
font-weight: 600;
font-family: var(--thm-font);
line-height: 1em;
}
.block-title p+h3 {
margin-top: 15px;
}
.thm-btn {
display: inline-block;
vertical-align: middle;
border: none;
outline: none;
background-color: var(--thm-base);
font-size: 18px;
color: var(--thm-black);
font-weight: 600;
text-transform: uppercase;
padding: 20px 50.5px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.xx{
width: 100%;
height: 44px;
display: block;
border: none;
outline: none;
background-color : #ffffff !important;
font-size: 12px;
font-weight: 500;
color: #000;
padding-left: 30px;
}
.x{
width: 100%;
height: 64px;
display: block;
border: none;
outline: none;
background-color : #ffffff !important;
font-size: 18px;
font-weight: 500;
color: #000;
padding-left: 30px;
}
.y{
font-size: 20px !important;
font-weight: 600;
}
.yy{
font-size: 14px !important;
font-weight: 600;
}
.login-submit{
display: inline-block;
vertical-align: middle;
border: none;
outline: none;
background-color: var(--thm-base);
font-size: 14px;
color: var(--thm-black);
font-weight: 600;
text-transform: uppercase;
padding: 15px 115px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
border-radius: 5px;
}
.login-header
{
display: inline-block;
vertical-align: middle;
border: none;
outline: none;
background-color: var(--thm-base);
font-size: 18px;
color: var(--thm-black);
font-weight: 600;
text-transform: uppercase;
padding: 20px 50.5px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.forgot-link{
display: inline-block;
vertical-align: middle;
border: none;
outline: none;
text-align: center;
font-size: 9px;
color: var(--thm-black);
font-weight: 600;
text-transform: uppercase;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.thm-btn:hover {
background-color: var(--thm-primary);
color: #ffffff;
}
.login-submit:hover {
background-color: var(--thm-primary);
color: #ffffff;
}
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
background-color: transparent !important;
box-shadow: none !important;
outline: none !important;
}
.bootstrap-select>.dropdown-toggle {
box-shadow: none !important;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
outline: none !important;
}
.bootstrap-select .dropdown-menu {
padding-top: 0;
padding-bottom: 0;
margin-top: 0;
z-index: 991;
border-radius: 0;
}
.bootstrap-select .dropdown-menu>li+li>a {
border-top: 1px solid var(--thm-gray);
}
.bootstrap-select .dropdown-menu>li.selected>a {
background: var(--thm-primary);
color: #fff;
}
.bootstrap-select .dropdown-menu>li>a {
font-size: 16px;
font-weight: 500;
padding: 4px 20px;
color: var(--thm-black);
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.bootstrap-select .dropdown-menu>li>a:hover {
background: var(--thm-primary);
color: #fff;
cursor: pointer;
}
/* datepicker */
.datepicker.dropdown-menu {
min-width: 17rem;
}
.datepicker table {
width: 100%;
}
.post-pagination {
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
flex-wrap: wrap;
}
.post-pagination a {
border-radius: 50%;
background-color: var(--thm-gray);
color: #9ca3a9;
font-size: 18px;
font-weight: 600;
text-align: center;
padding: 0;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
width: 57px;
height: 57px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.post-pagination a:hover {
background-color: var(--thm-primary);
color: #fff;
}
.post-pagination a.active {
background-color: var(--thm-base);
color: #fff;
cursor: auto;
}
.post-pagination a+a {
margin-left: 15px;
}
/* owl dots style */
.thm__owl-carousel .owl-dots {
margin-top: 20px;
}
.thm__owl-carousel .owl-dots .owl-dot {
outline: none;
}
.thm__owl-carousel .owl-dots .owl-dot span {
margin: 0 2.5px;
padding: 0;
width: 14px;
height: 14px;
background-color: var(--thm-gray);
border-radius: 50%;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.thm__owl-carousel .owl-dots .owl-dot:hover span,
.thm__owl-carousel .owl-dots .owl-dot.active span {
background-color: var(--thm-primary);
}
.thm__owl-carousel.light-dots .owl-dots .owl-dot span {
background-color: #fff;
}
.thm__owl-carousel.light-dots .owl-dots .owl-dot:hover span,
.thm__owl-carousel.light-dots .owl-dots .owl-dot.active span {
background-color: var(--thm-primary);
}
.preloader {
position: fixed;
background-color: #fff;
background-position: center center;
background-repeat: no-repeat;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9991;
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
text-align: center;
}
.preloader__image {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: flipInY;
animation-name: flipInY;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.scroll-to-top {
display: inline-block;
width: 45px;
height: 45px;
background: var(--thm-primary);
position: fixed;
bottom: 40px;
right: 40px;
z-index: 99;
text-align: center;
-webkit-transition: all .4s ease;
transition: all .4s ease;
display: none;
border-radius: 50%;
transition: all .4s ease;
}
.scroll-to-top i {
color: #ffffff;
font-size: 18px;
line-height: 45px;
}
.scroll-to-top:hover {
background-color: var(--thm-black);
}
.scroll-to-top:hover i {
color: #fff;
}
.thm-base-bg {
background-color: var(--thm-primary);
}
.thm-base-bg-2 {
background-color: var(--thm-base);
}
.thm-gray-bg {
background-color: var(--thm-gray);
}
/* home 5 */
.home-5__content-wrap {
background-color: var(--thm-black);
position: relative;
}
.home-5__bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.home-5__bg-inner {
height: 100% !important;
}
.home-5__social {
position: absolute;
top: 50%;
left: 120px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
z-index: 100;
}
.home-5__social a {
color: #fff;
font-size: 22px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.home-5__social a:hover {
color: var(--thm-primary);
}
.home-5__social a + a {
margin-top: 15px;
}
.home-5__floated-text {
font-size: 400px;
font-weight: 200;
color: #ffffff;
letter-spacing: .2em;
position: absolute;
top: 50%;
left: 50%;
text-transform: uppercase;
-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
z-index: 10;
text-align: center;
opacity: 0.05;
}
/* home 7 */
.home-7-content-wrap {
position: relative;
}
.home-7-content__bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: -37px;
background-position: top;
background-repeat: no-repeat;
background-position: bottom center;
opacity: 0.07;
background-color: #004c85;
background-blend-mode: multiply;
z-index: 10;
}
.home-7-content-wrap .container {
position: relative;
z-index: 11;
}
/* Cursor Style */
.cursor {
position: absolute;
background-color: #fff;
width: 6px;
height: 6px;
border-radius: 100%;
z-index: 1;
-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
z-index: 10000;
-webkit-transform: scale(1);
transform: scale(1);
visibility: hidden;
}
.cursor {
visibility: visible;
}
.cursor.active {
opacity: 0.5;
-webkit-transform: scale(0);
transform: scale(0);
}
.cursor.hovered {
opacity: 0.08;
}
.cursor-follower {
position: absolute;
background-color: RGBA(255, 255, 255, 0.3);
width: 50px;
height: 50px;
border-radius: 100%;
z-index: 1;
-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
z-index: 10000;
visibility: hidden;
}
.cursor-follower {
visibility: visible;
}
.cursor-follower.active {
opacity: 0.7;
-webkit-transform: scale(1);
transform: scale(1);
}
.cursor-follower.hovered {
opacity: 0.08;
}
.cursor-follower.close-cursor:before {
position: absolute;
content: '';
height: 25px;
width: 2px;
background: #fff;
left: 48%;
top: 12px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
display: inline-block;
}
.cursor-follower.close-cursor:after {
position: absolute;
content: '';
height: 25px;
width: 2px;
background: #fff;
right: 48%;
top: 12px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar-one {
background-color: #004c85;
}
.topbar-one .container-fluid {
padding-left: 0;
padding-right: 0;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: justify;
justify-content: space-between;
}
.topbar-one__left {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
padding-left: 60px;
}
.topbar-one__left a {
color: #a4cae5;
font-size: 16px;
font-weight: 500;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.topbar-one__left a:hover {
color: #fff;
}
.topbar-one__left a+a {
margin-left: 40px;
}
.topbar-one__right {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.topbar-one__social {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
margin-right: 60px;
}
.topbar-one__social a {
font-size: 14px;
color: #a4cae5;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.topbar-one__social a:hover {
color: var(--thm-base);
}
.topbar-one__social a+a {
margin-left: 30px;
}
.topbar-one__guide-btn {
background-color: var(--thm-base);
text-transform: uppercase;
font-size: 16px;
font-weight: 600;
color: var(--thm-black);
padding-top: 10px;
padding-bottom: 10px;
padding-left: 60px;
padding-right: 60px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.topbar-one__guide-btn:hover {
background-color: var(--thm-black);
color: #fff;
}
.topbar-one .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
width: 40px;
}
.topbar-one .bootstrap-select>.dropdown-toggle {
border: none;
font-size: 14px;
font-weight: 500;
color: #a4cae5;
padding: 11px 0px;
background-color: transparent;
}
.topbar-one .bootstrap-select+.bootstrap-select {
margin-left: 10px;
}
.topbar-one .container {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: justify;
justify-content: space-between;
}
.topbar-one__home-7 {
border-bottom: 1px solid rgba(255, 255, 255, .07);
}
.topbar-one__home-7 .topbar-one__spacer {
width: 1px;
height: 55px;
background-color: rgba(255, 255, 255, .07);
margin-left: 40px;
margin-right: 40px;
}
.topbar-one__home-7 .topbar-one__left {
padding-left: 0;
}
.topbar-one__home-7 .topbar-one__social {
margin-right: 0;
}
/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/
.main-nav__header-one .container {
position: relative;
}
.main-nav__logo-box {
background-color: #eceeef;
text-align: center;
width: 100%;
max-width: 244px;
display: block;
margin-right: 60px;
padding: 41.65px 0;
}
.main-nav__logo-box .side-menu__toggler {
font-size: 20px;
color: var(--thm-black);
}
@media (min-width: 1200px) {
.main-nav__header-one .container {
max-width: 100%;
padding-left: 0;
padding-right: 0;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.main-nav__logo-box .side-menu__toggler {
display: none;
}
.main-nav__main-navigation {
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
}
@media(max-width: 1199px) {
.main-nav__logo-box {
padding: 20px 0;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: justify;
justify-content: space-between;
}
.main-nav__main-navigation {
display: none;
}
}
.main-nav__main-navigation .main-nav__navigation-box {
margin: 0;
padding: 0;
list-style: none;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.main-nav__main-navigation .main-nav__navigation-box,
.main-nav__main-navigation .main-nav__navigation-box ul {
margin: 0;
padding: 0;
list-style: none;
}
.main-nav__main-navigation .main-nav__navigation-box>li+li {
margin-left: 45px;
}
.main-nav__main-navigation .main-nav__navigation-box>li {
position: relative;
padding: 44.5px 0px;
}
.main-nav__main-navigation .main-nav__navigation-box>li>a {
color: #9ca3a9;
font-size: 18px;
font-weight: 500;
font-family: var(--thm-font);
text-transform: uppercase;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-nav__main-navigation .main-nav__navigation-box>li:hover>a,
.main-nav__main-navigation .main-nav__navigation-box>li.current>a,
.main-nav__main-navigation .main-nav__navigation-box>li.current-menu-item>a {
color: var(--thm-primary);
}
/* Dropdown menu */
.main-nav__main-navigation .dropdown-btn {
display: none;
}
.main-nav__main-navigation .main-nav__navigation-box>li ul {
position: absolute;
width: 230px;
background-color: #fff;
border-top: 2px solid var(--thm-base);
box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
-webkit-transform-origin: top;
transform-origin: top;
visibility: hidden;
opacity: 0;
z-index: 991;
-webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
}
.main-nav__main-navigation .main-nav__navigation-box>li ul>li {
position: relative;
}
.main-nav__main-navigation .main-nav__navigation-box>li ul>li+li {
border-top: 1px solid rgba(var(--thm-base-rgb), .3);
}
.main-nav__main-navigation .main-nav__navigation-box>li ul>li>a {
display: block;
color: var(--thm-black);
font-size: 14px;
font-family: var(--thm-font);
word-break: break-all;
padding-top: 9.5px;
padding-bottom: 9.5px;
padding-left: 20px;
padding-right: 20px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-nav__main-navigation .main-nav__navigation-box>li ul>li:hover>a {
color: #fff;
background-color: var(--thm-base);
}
/* Second level menu */
.main-nav__main-navigation .main-nav__navigation-box>li>ul {
top: 100%;
left: 0;
-webkit-transform: translateY(30px);
transform: translateY(30px);
visibility: hidden;
opacity: 0;
}
.main-nav__main-navigation .main-nav__navigation-box>li:hover>ul {
-webkit-transform: translateY(0);
transform: translateY(0);
visibility: visible;
opacity: 1;
}
/* Third level menu */
.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul {
top: 0;
left: 100%;
-webkit-transform: translateX(30px);
transform: translateX(30px);
visibility: hidden;
opacity: 0;
}
.main-nav__main-navigation .main-nav__navigation-box>li>ul>li:hover>ul {
-webkit-transform: translateX(0px);
transform: translateX(0px);
visibility: visible;
opacity: 1;
}
/* After Third level menu */
.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul>li ul {
display: none;
}
.main-nav__right {
margin-left: auto;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
padding-right: 60px;
}
.main-nav__right .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
width: 96px;
}
.main-nav__right .bootstrap-select>.dropdown-toggle {
border-style: solid;
border-width: 2px;
border-color: rgb(236, 238, 239);
font-size: 14px;
font-weight: 500;
color: #9ca3a9;
padding: 11px 20px;
background-color: #fff;
}
.main-nav__right .bootstrap-select+.bootstrap-select {
margin-left: 10px;
}
.main-nav__login,
.main-nav__search {
font-size: 21px;
color: var(--thm-black);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-nav__login:hover,
.main-nav__search:hover {
color: var(--thm-secondary);
}
.main-nav__search {
margin-right: 30px;
}
.main-nav__login {
margin-right: 40px;
}
.stricked-menu {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 999;
background-color: #ffffff;
box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
opacity: 0;
-webkit-transform: translateY(-110%);
transform: translateY(-110%);
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.stricked-menu.stricky-fixed {
opacity: 1;
-webkit-transform: translateY(0%);
transform: translateY(0%);
}
.site-header__home-two-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 100;
}
.site-header__home-two .main-nav__logo-box {
background-color: transparent;
padding-top: 30px;
padding-bottom: 30px;
max-width: 123px;
margin-right: 125px;
}
.site-header__home-two .main-nav__main-navigation .main-nav__navigation-box>li {
padding-top: 30px;
padding-bottom: 30px;
}
.site-header__home-two .main-nav__main-navigation .main-nav__navigation-box>li>a {
color: #ffffff;
}
.site-header__home-two .main-nav__main-navigation .main-nav__navigation-box>li:hover>a,
.site-header__home-two .main-nav__main-navigation .main-nav__navigation-box>li.current>a,
.site-header__home-two .main-nav__main-navigation .main-nav__navigation-box>li.current-menu-item>a {
color: var(--thm-secondary);
}
.site-header__home-two {
padding-left: 120px;
padding-right: 120px;
}
.site-header__home-two .main-nav__right {
padding-right: 0;
}
.site-header__home-two .main-nav__login,
.site-header__home-two .main-nav__search {
color: #fff;
margin-right: 0;
margin-left: 30px;
}
.site-header__home-two .main-nav__search {
margin-left: 175px;
}
@media(max-width: 1440px) {
.site-header__home-two .main-nav__search {
margin-left: 50px;
}
}
@media(max-width: 1280px) {
.site-header__home-two .main-nav__search {
margin-left: 20px;
}
.site-header__home-two .main-nav__right .bootstrap-select + .bootstrap-select {
margin-left: 20px;
}
.site-header__home-two .main-nav__logo-box {
margin-right: 70px;
}
}
.site-header__home-two-wrap .topbar-one {
background-color: #082740;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 120px;
padding-right: 120px;
}
.site-header__home-two-wrap .topbar-one__left {
padding-left: 0;
}
.site-header__home-two-wrap .topbar-one__social {
margin-right: 0;
}
.site-header__home-two .main-nav__right .bootstrap-select>.dropdown-toggle {
padding: 0;
background-color: transparent;
font-size: 16px;
border: none;
color: #ffffff;
}
.site-header__home-two .main-nav__right .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
width: 48px;
position: relative;
top: -4px;
}
.site-header__home-two .main-nav__right .bootstrap-select+.bootstrap-select {
margin-left: 30px;
}
.site-header__home-two .stricked-menu {
background-color: var(--thm-black);
padding-left: 120px;
padding-right: 120px;
}
.main-nav__header-three {
background-color: #004c85;
}
.main-nav__header-three .stricked-menu {
background-color: #004c85;
}
.main-nav__header-four .container,
.main-nav__header-three .container {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
flex-wrap: wrap;
-webkit-box-pack: center;
justify-content: center;
}
.main-nav__header-four .main-nav__logo-box,
.main-nav__header-three .main-nav__logo-box {
background-color: transparent;
max-width: 123px;
padding: 0;
}
.main-nav__header-four .main-nav__main-navigation,
.main-nav__header-three .main-nav__main-navigation {
-webkit-box-pack: center;
justify-content: center;
margin-left: auto;
}
.main-nav__header-four .main-nav__main-navigation .main-nav__navigation-box>li,
.main-nav__header-three .main-nav__main-navigation .main-nav__navigation-box>li {
padding-top: 39.5px;
padding-bottom: 39.5px;
}
.main-nav__header-three .main-nav__main-navigation .main-nav__navigation-box>li>a {
color: #a2c8e4;
}
.main-nav__header-four .main-nav__main-navigation .main-nav__navigation-box>li>a {
color: #9ca3a9;
}
.main-nav__header-three .main-nav__main-navigation .main-nav__navigation-box>li:hover>a,
.main-nav__header-three .main-nav__main-navigation .main-nav__navigation-box>li.current>a,
.main-nav__header-three .main-nav__main-navigation .main-nav__navigation-box>li.current-menu-item>a {
color: #ffffff;
}
.main-nav__header-four .main-nav__main-navigation .main-nav__navigation-box>li:hover>a,
.main-nav__header-four .main-nav__main-navigation .main-nav__navigation-box>li.current>a,
.main-nav__header-four .main-nav__main-navigation .main-nav__navigation-box>li.current-menu-item>a {
color: var(--thm-primary);
}
.main-nav__header-four .main-nav__right,
.main-nav__header-three .main-nav__right {
padding-right: 0;
}
.header-four__btn,
.header-three__btn {
padding: 10px 36.5px;
}
.main-nav__header-four {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 100;
}
.main-nav__header-6 {
width: 100px;
height: 100vh;
background-color: var(--thm-gray);
position: fixed;
top: 0;
left: 0;
z-index: 991;
}
.main-nav__header-6 .header-navigation,
.main-nav__header-6 .main-nav__logo-box,
.main-nav__header-6 .header-navigation .container {
height: 100%;
}
.main-nav__header-6 .main-nav__logo-box {
margin: 0;
padding: 30px 0;
position: relative;
}
.main-nav__header-6 .main-nav__logo-box .side-menu__toggler {
display: block;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 22px;
height: 18px;
border-top: 2px solid var(--thm-black);
border-bottom: 2px solid var(--thm-black);
}
.main-nav__header-6__copy {
text-transform: uppercase;
margin: 0;
color: #9ca3a9;
font-size: 16px;
line-height: 1em;
font-weight: 400;
position: absolute;
bottom: 16%;
left: -84%;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: bottom center;
transform-origin: bottom center;
z-index: 91;
display: block;
width: 200px;
word-wrap: unset;
}
.main-nav__header-6 .stricked-menu {
display: none !important;
}
.main-nav__header-6 .main-nav__main-navigation {
display: none;
}
.main-nav__header-8 {
background-color: #082740;
}
.main-nav__header-8 .main-nav__main-navigation {
width: 100%;
margin-left: 0;
}
.main-nav__header-8 .main-nav__main-navigation .main-nav__navigation-box {
width: 100%;
-webkit-box-pack: center;
justify-content: center;
}
.main-nav__header-8 .main-nav__main-navigation .main-nav__navigation-box > li:nth-child(3) {
margin-right: auto;
}
.main-nav__header-8 .container {
position: relative;
}
.main-nav__header-8 .stricked-menu {
background-color: #082740;
}
@media(min-width: 1200px) {
.main-nav__header-8 .container {
max-width: 800px;
}
.main-nav__header-8 .main-nav__logo-box {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
}
.main-nav__header-8 .main-nav__logo-box {
margin-right: 0;
}
.site-header__home-5 .side-menu__toggler {
width: 22px;
height: 18px;
display: block;
border-top: 2px solid #fff;
border-bottom: 2px solid #fff;
}
.site-header__home-5 .main-nav__logo-box {
max-width: 230px;
display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
align-items: center;
margin-right: 0;
}
.site-header__home-5 .main-nav__logo-box__sep {
width: 1px;
height: 54px;
background-color: rgba(255, 255, 255, .1);
display: -webkit-box;
display: flex;
}
.site-header__home-5 .main-nav__main-navigation {
display: none;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* default size */
.site-footer {
border-top: 1px solid #eceeef;
padding-top: 130px;
padding-bottom: 90px;
position: relative;
}
.site-footer__bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-position: top;
background-repeat: no-repeat;
opacity: 0.05;
}
.site-footer .container {
position: relative;
}
.site-footer .row {
margin-left: -27.5px;
margin-right: -27.5px;
}
.footer-widget__column {
-webkit-box-flex: 1;
flex: 1 1 33.333333%;
max-width: 33.333333;
padding-left: 27.5px;
padding-right: 27.5px;
margin-bottom: 30px;
}
/* custom size */
.footer-widget__about,
.footer-widget__gallery {
-webkit-box-flex: 1;
flex: 1 1 25%;
max-width: 25%;
}
.footer-widget__links,
.footer-widget__options {
-webkit-box-flex: 1;
flex: 1 1 16.666666%;
max-width: 16.666666%;
}
.footer-widget__links {
padding-left: 57.5px;
}
/* gallery widget */
.footer-widget__gallery-list {
display: -webkit-box;
display: flex;
margin: 0;
flex-wrap: wrap;
margin-left: -5px;
margin-right: -5px;
margin-top: -10px;
}
.footer-widget__gallery-list li {
-webkit-box-flex: 1;
flex: 1 1 33.333%;
max-width: 33.333%;
padding-left: 5px;
padding-right: 5px;
margin-top: 10px;
}
.footer-widget__gallery-list li a {
display: block;
background-color: var(--thm-black);
}
.footer-widget__gallery-list li a img {
width: 100%;
opacity: 1;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.footer-widget__gallery-list li a:hover img {
opacity: 0.5;
}
.footer-widget__column p {
font-size: 18px;
line-height: 30px;
font-weight: 500;
color: #9ca3a9;
margin: 0;
}
.footer-widget__logo {
display: inline-block;
-webkit-transform: translateY(-35%);
transform: translateY(-35%);
}
.footer-widget__about p {
margin-top: 20px;
margin-bottom: 25px;
}
.footer-widget__about a {
font-size: 20px;
color: var(--thm-secondary);
line-height: 30px;
font-weight: 500;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.footer-widget__about a:hover {
color: var(--thm-primary);
}
.footer-widget__title {
font-size: 20px;
font-weight: 500;
color: var(--thm-black);
margin: 0;
margin-bottom: 50px;
font-family: var(--thm-font);
}
.footer-widget__links-list {
margin: 0;
margin-top: -15px;
}
.footer-widget__links-list li a {
color: #9ca3a9;
font-size: 18px;
font-weight: 500;
position: relative;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.footer-widget__links-list li a:hover {
padding-left: 15px;
color: var(--thm-primary);
}
.footer-widget__links-list li a::before {
content: '\f101';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 12px;
color: var(--thm-base);
opacity: 0;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.footer-widget__links-list li a:hover::before {
opacity: 1;
}
.footer-widget__options .bootstrap-select+.bootstrap-select {
margin-top: 10px;
}
.footer-widget__options .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
width: 100%;
}
.footer-widget__options .bootstrap-select>.dropdown-toggle {
border-style: solid;
border-width: 2px;
border-color: rgb(236, 238, 239);
font-size: 14px;
font-weight: 500;
color: #9ca3a9;
padding: 11px 30px;
padding-right: 25px;
background-color: #fff;
}
/* footer bottom */
.site-footer__bottom {
padding-top: 43.5px;
padding-bottom: 43.5px;
background-color: #eceeef;
}
.site-footer__bottom .container {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: justify;
justify-content: space-between;
}
.site-footer__bottom p {
margin: 0;
font-size: 18px;
font-weight: 500;
color: #9ca3a9;
}
.site-footer__bottom p a {
color: inherit;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.site-footer__bottom p a:hover {
color: var(--thm-secondary);
}
.site-footer__social {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.site-footer__social a {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
width: 57px;
height: 57px;
background-color: #fff;
color: #9ca3a9;
font-size: 16px;
border-radius: 50%;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.site-footer__social a+a {
margin-left: 10px;
}
.site-footer__social a:hover {
background-color: var(--thm-primary);
color: #ffffff;
}
.site-footer__bottom-home-3 {
background-color: #fff;
border-top: 1px solid #eceeef;
}
.site-footer__bottom-home-3 .site-footer__social a {
background-color: #eceeef;
color: #9ca3a9;
}
.site-footer__bottom-home-3 .site-footer__social a:hover {
background-color: var(--thm-primary);
color: #ffffff;
}
.site-footer__bottom-home-7 {
border-top: 0;
padding-top: 0;
background-color: #004c85;
}
.site-footer__bottom-home-7 p {
color: #a4cae5;
}
.site-footer__bottom-home-8 {
background-color: #082740;
border-top: 0;
}
.site-footer__bottom-home-8 p {
color: #a2c8e4;
}
.site-footer__home-5 .container-fluid {
border-top: 1px solid rgba(255, 255, 255, .1);
padding-left: 120px;
padding-right: 120px;
padding-top: 23px;
padding-bottom: 23px;
display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
align-items: center;
flex-wrap: wrap;
position: relative;
}
.site-footer__home-5-links {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.site-footer__home-5-text p,
.site-footer__home-5-links a {
color: #fff;
font-size: 16px;
font-weight: 500;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.site-footer__home-5-links a:hover {
color: var(--thm-secondary);
}
.site-footer__home-5-links a + a {
margin-left: 10px;
}
.site-footer__home-5-text p {
margin: 0;
}
/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 1000;
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
-webkit-transform-origin: bottom center;
transform-origin: bottom center;
-webkit-transition: -webkit-transform .7s ease;
transition: -webkit-transform .7s ease;
transition: transform .7s ease;
transition: transform .7s ease, -webkit-transform .7s ease;
}
.search-popup.active {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.search-popup__overlay {
width: 100%;
height: 100%;
background-color: #000;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
opacity: .7;
cursor: none;
}
.search-popup__inner {
position: absolute;
width: 100%;
height: 100%;
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
}
.search-popup__form {
position: relative;
z-index: 9991;
width: 100%;
padding: 15px;
max-width: 600px;
position: relative;
}
.search-popup__form input {
background-color: transparent;
border: none;
outline: none;
width: 100%;
height: 60px;
color: var(--thm-black);
font-size: 18px;
background-color: white;
padding-left: 30px;
}
.search-popup__form input::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: var(--thm-black);
}
.search-popup__form input::-moz-placeholder {
/* Firefox 19+ */
color: var(--thm-black);
}
.search-popup__form input:-ms-input-placeholder {
/* IE 10+ */
color: var(--thm-black);
}
.search-popup__form input:-moz-placeholder {
/* Firefox 18- */
color: var(--thm-black);
}
.search-popup__form button[type=submit] {
border: none;
outline: none;
width: 60px;
height: 60px;
color: #fff;
background-color: var(--thm-base);
cursor: pointer;
position: absolute;
top: 50%;
right: 15px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.search-popup__form button[type=submit]:hover {
background-color: var(--thm-black);
color: var(--thm-base);
}
/*--------------------------------------------------------------
# Sidemenu
--------------------------------------------------------------*/
.side-menu__block {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 1000;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transform-origin: left center;
transform-origin: left center;
-webkit-transition: -webkit-transform .7s ease;
transition: -webkit-transform .7s ease;
transition: transform .7s ease;
transition: transform .7s ease, -webkit-transform .7s ease;
}
.side-menu__block.active {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.side-menu__block-overlay {
width: 100%;
height: 100%;
background-color: var(--thm-black);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
opacity: .7;
}
.side-menu__block-overlay .cursor-follower {
background-color: rgba(var(--thm-black-rgb), 0.3);
}
.side-menu__block-inner {
position: relative;
max-width: 532px;
width: 100%;
margin-right: auto;
height: 100vh;
background-color: var(--thm-gray);
z-index: 999999;
overflow-y: auto;
padding: 40px 0;
padding-top: 20px;
position: relative;
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
align-content: space-between;
}
@media(max-width: 575px) {
.side-menu__block-inner {
max-width: 480px;
}
}
@media(max-width: 480px) {
.side-menu__block-inner {
max-width: 400px;
}
}
@media(max-width: 375px) {
.side-menu__block-inner {
max-width: 300px;
}
}
.side-menu__block-inner .mCustomScrollBox {
width: 100%;
}
.side-menu__top {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: justify;
justify-content: space-between;
padding-left: 100px;
padding-right: 40px;
}
.mobile-nav__container {
padding-left: 100px;
padding-right: 100px;
padding-top: 50px;
}
.mobile-nav__container ul {
margin: 0;
padding: 0;
list-style: none;
}
.mobile-nav__container li.dropdown ul {
display: none;
padding-left: 0.5em;
}
.mobile-nav__container li.dropdown {
position: relative;
}
.mobile-nav__container li.dropdown .dropdown-btn {
border: none;
outline: none;
background-color: transparent;
color: #9ca3a9;
font-size: 14px;
padding-left: 10px;
padding-right: 10px;
width: auto;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transition: transfrom 500ms ease;
transition: transfrom 500ms ease;
}
.mobile-nav__container li.dropdown .dropdown-btn.open {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.mobile-nav__container li+li {
margin-top: 10px;
}
.mobile-nav__container li a {
text-transform: uppercase;
color: #9ca3a9;
font-size: 18px;
font-weight: 500;
display: block;
font-family: var(--thm-font);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
position: relative;
}
.mobile-nav__container li a:hover {
color: #004c85;
}
.mobile-nav__container li.current-menu-item>a,
.mobile-nav__container li.current>a {
color: #004c85;
}
.side-menu__social {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
margin-top: 80px;
margin-bottom: 40px;
}
.side-menu__social a {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
width: 57px;
height: 57px;
background-color: #fff;
color: #9ca3a9;
font-size: 16px;
border-radius: 50%;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.side-menu__social a+a {
margin-left: 10px;
}
.side-menu__social a:hover {
background-color: var(--thm-primary);
color: #ffffff;
}
.side-menu__content {
padding-left: 100px;
padding-right: 100px;
}
.side-menu__content p {
margin: 0;
font-size: 18px;
line-height: 30px;
font-weight: 500;
color: #9ca3a9;
letter-spacing: .02em;
}
.side-menu__content p + p {
margin-top: 30px;
}
.side-menu__content p a {
color: var(--thm-secondary);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.side-menu__content p a:hover {
color: var(--thm-base);
}
.side-menu__sep {
width: calc(100% - 200px);
margin-left: auto;
margin-right: auto;
height: 1px;
background-color: #fff;
margin-top: 70px;
margin-bottom: 70px;
}
.side-menu__text p {
font-size: 18px;
line-height: 30px;
font-weight: 500;
color: #9ca3a9;
margin: 0;
margin-bottom: 25px;
}
.side-menu__text a {
font-size: 20px;
color: var(--thm-secondary);
line-height: 30px;
font-weight: 500;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.side-menu__text a:hover {
color: var(--thm-primary);
}
.side-menu__block__copy {
text-transform: uppercase;
font-size: 16px;
color: #9ca3a9;
font-weight: 400;
letter-spacing: .2em;
}
@media(max-width: 575px) {
.side-menu__top,
.side-menu__content,
.mobile-nav__container {
padding-left: 50px;
padding-right: 50px;
}
.side-menu__sep {
margin-top: 40px;
margin-bottom: 40px;
width: calc(100% - 100px);
}
}
@media(max-width: 480px) {
.side-menu__top,
.side-menu__content,
.mobile-nav__container {
padding-left: 25px;
padding-right: 25px;
}
.side-menu__sep {
width: calc(100% - 50px);
}
.side-menu__social {
margin-top: 40px;
}
.side-menu__social a {
width: 45px;
height: 45px;
}
}
/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.banner-one {
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: left center;
padding-top: 175px;
padding-bottom: 180px;
}
.banner-one::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #082740;
opacity: 0.3;
}
.banner-one .container {
position: relative;
}
.banner-one h2 {
margin: 0;
color: #ffffff;
font-weight: bold;
font-size: 100px;
}
.banner-one h2 span {
color: var(--thm-base);
position: relative;
line-height: 1em;
display: inline-block;
}
.banner-one h2 span::before {
content: '';
width: 100%;
height: 31px;
background-image: url(../images/shapes/title-decor-1-1.png);
background-position: center;
background-repeat: no-repeat;
position: absolute;
top: 70%;
left: 0;
}
.banner-one p {
margin: 0;
color: #ffffff;
font-size: 30px;
font-weight: 400;
margin-top: 15px;
margin-bottom: 50px;
}
.banner-two {
background-color: var(--thm-black);
position: relative;
background-repeat: no-repeat;
background-position: center center;
padding-top: 307.5px;
padding-bottom: 307.5px;
}
.banner-two__bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.banner-two__bg-inner {
height: 100% !important;
}
.banner-two::before {
content: '';
width: 100%;
height: 419px;
position: absolute;
top: 0;
left: 0;
z-index: 11;
background-repeat: no-repeat;
background-size: cover;
background-position: center top;
background-image: url(../images/shapes/banner-two__top-shadow.png);
}
.banner-two .container {
position: relative;
text-align: center;
z-index: 12;
}
.banner-two p {
color: var(--thm-secondary);
margin: 0;
font-family: var(--heading-font);
font-size: 130px;
line-height: 1em;
margin-bottom: -60px;
position: relative;
z-index: 10;
}
.banner-two .container h2 {
margin: 0;
line-height: 1em;
font-size: 150px;
line-height: 1em;
color: #fff;
font-family: var(--thm-font);
text-transform: uppercase;
font-weight: 900;
}
.banner-two__floated-text {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
}
.banner-three__wrap {
position: relative;
}
.banner-three__floated-text {
position: absolute;
top: 50%;
left: 50%;
opacity: 0.03;
-webkit-transform: translateX(-50%) translateY(-65%);
transform: translateX(-50%) translateY(-65%);
color: var(--thm-black);
font-size: 350px;
font-family: var(--heading-font);
display: block;
line-height: 1em;
}
.banner-three {
padding-top: 90px;
padding-bottom: 80px;
background-image: -webkit-gradient( linear, left bottom, left top, from(rgb(255,255,255)), to(rgb(236,238,239)));
background-image: linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(236,238,239) 100%);
}
.banner-three__top {
text-align: center;
}
.banner-three__top-inner {
display: inline-block;
position: relative;
}
.banner-three__top-inner h3 {
margin: 0;
font-size: 100px;
color: var(--thm-black);
font-family: var(--thm-font);
letter-spacing: .1em;
font-weight: 400;
text-transform: uppercase;
}
.banner-three__top-inner p {
position: absolute;
right: 10px;
bottom: 5px;
color: var(--thm-secondary);
font-family: var(--heading-font);
margin: 0;
font-size: 60px;
}
.banner-three__box {
padding-bottom: 90px;
}
.banner-three__col {
-webkit-box-flex: 1;
flex: 1 1 20%;
max-width: 20%;
padding-left: 15px;
padding-right: 15px;
}
.banner-three__box-single {
position: relative;
border: 2px dashed #ced3d6;
box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
-webkit-transform: translateY(0);
transform: translateY(0);
margin-bottom: 30px;
-webkit-transition: -webkit-transform 500ms ease;
transition: -webkit-transform 500ms ease;
transition: transform 500ms ease;
transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.banner-three__box-single:hover {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
.banner-three__box-single::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border: 15px solid #ffffff;
z-index: 10;
}
.banner-three__box-single > img {
width: 100%;
}
.banner-three__leaf {
position: absolute;
top: 0;
left: 0;
}
.banner-three__sun {
position: absolute;
top: 5%;
left: 10%;
-webkit-animation: sunMove 10s linear infinite;
animation: sunMove 10s linear infinite;
}
@-webkit-keyframes sunMove {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
25% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
75% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes sunMove {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
25% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
75% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
.banner-three__plane {
position: absolute;
bottom: 15%;
right: 0;
-webkit-animation: planeMove 5s ease-in infinite;
animation: planeMove 5s ease-in infinite;
}
@-webkit-keyframes planeMove {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
25% {
-webkit-transform: translateY(15px);
transform: translateY(15px);
}
50% {
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
75% {
-webkit-transform: translateY(15px);
transform: translateY(15px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
@keyframes planeMove {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
25% {
-webkit-transform: translateY(15px);
transform: translateY(15px);
}
50% {
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
75% {
-webkit-transform: translateY(15px);
transform: translateY(15px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog-one {
padding-top: 120px;
padding-bottom: 90px;
}
.blog-one__single {
margin-bottom: 30px;
position: relative;
}
.blog-one__image {
position: relative;
background-color: var(--thm-black);
overflow: hidden;
}
.blog-one__image>img {
width: 100%;
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
transition: opacity 500ms ease, -webkit-transform 500ms ease;
transition: transform 500ms ease, opacity 500ms ease;
transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}
.blog-one__image>a {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
font-size: 25px;
color: var(--thm-secondary);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
opacity: 0;
}
.blog-one__image>a:hover {
color: #fff;
}
.blog-one__single:hover .blog-one__image>img {
opacity: 0.7;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.blog-one__single:hover .blog-one__image>a {
opacity: 1;
}
.blog-one__content {
padding: 35px 50px;
border-style: solid;
border-width: 1px;
border-color: rgb(236, 238, 239);
background-color: rgb(255, 255, 255);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.blog-one__single:hover .blog-one__content {
box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}
.blog-one__meta {
margin: 0;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.blog-one__meta li+li {
margin-left: 20px;
}
.blog-one__meta li a {
font-size: 14px;
font-weight: 600;
color: #9ca3a9;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.blog-one__meta li i {
font-size: 13px;
color: var(--thm-base);
margin-right: 5px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.blog-one__meta li a:hover {
color: var(--thm-black);
}
.blog-one__meta li a:hover i {
color: var(--thm-primary);
}
.blog-two__content h3,
.blog-one__content h3 {
font-family: var(--thm-font);
color: var(--thm-black);
font-weight: 600;
line-height: 38px;
font-size: 26px;
}
.blog-two__content h3 a,
.blog-one__content h3 a {
color: inherit;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.blog-two__content h3 a:hover,
.blog-one__content h3 a:hover {
color: var(--thm-primary);
}
.blog-one__grid {
padding-bottom: 120px;
}
.blog-one__grid .post-pagination {
margin-top: 30px;
}
.blog-list {
padding-top: 120px;
padding-bottom: 120px;
}
.blog-list .post-pagination {
-webkit-box-pack: start;
justify-content: flex-start;
margin-top: 60px;
}
.blog-two__single {
position: relative;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.blog-two__single:hover {
box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}
.blog-two__single::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-style: solid;
border-width: 1px;
border-color: rgb(236, 238, 239);
}
.blog-two__content {
display: block;
width: 100%;
position: relative;
padding-left: 20px;
padding-right: 50px;
}
@media(max-width: 991px) {
.blog-two__content {
padding-top: 35px;
padding-bottom: 35px;
padding-left: 25px;
padding-right: 25px;
}
}
.blog-two__content p {
margin: 0;
color: #9ca3a9;
font-size: 18px;
line-height: 34px;
font-weight: 500;
margin-bottom: 20px;
margin-top: 20px;
}
.blog-two__link {
text-transform: uppercase;
letter-spacing: .2em;
font-size: 14px;
color: var(--thm-primary);
font-weight: 500;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.blog-two__link:hover {
color: var(--thm-black);
}
/*--------------------------------------------------------------
## Blog Details
--------------------------------------------------------------*/
.blog-details__content {
border: 1px solid #eceeef;
padding: 50px;
padding-bottom: 30px;
}
.blog-details__content h3 {
margin: 0;
color: var(--thm-black);
font-weight: 600;
font-family: var(--thm-font);
font-size: 36px;
}
.blog-details__content p {
margin: 0;
color: #9ca3a9;
font-size: 18px;
line-height: 34px;
font-weight: 500;
}
.blog-details__content p+p {
margin-top: 35px;
}
.blog-details__bottom {
border-top: 1px solid #eceeef;
padding-top: 30px;
margin-top: 20px;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: justify;
justify-content: space-between;
flex-wrap: wrap;
}
.blog-details__tags {
margin: 0;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
flex-wrap: wrap;
}
.blog-details__tags span {
margin: 0;
color: var(--thm-black);
font-size: 20px;
font-weight: 600;
}
.blog-details__tags a {
font-size: 14px;
color: #9ca3a9;
background-color: var(--thm-gray);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
text-transform: uppercase;
display: -webkit-box;
display: flex;
padding-left: 20px;
padding-right: 20px;
line-height: 38px;
margin-left: 10px;
}
.blog-details__tags a:hover {
background-color: var(--thm-base);
color: var(--thm-black);
}
/* author */
.author-one {
background-color: var(--thm-gray);
padding: 60px;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
margin-top: 30px;
margin-bottom: 60px;
}
@media(max-width: 575px) {
.author-one {
flex-wrap: wrap;
}
}
.author-one__content {
margin-left: 40px;
}
.author-one__content h3 {
margin: 0;
color: var(--thm-black);
font-size: 24px;
font-weight: 600;
font-family: var(--thm-font);
}
.author-one__content p {
margin: 0;
font-size: 18px;
font-weight: 500;
color: #9ca3a9;
margin-top: 20px;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-one__title,
.comment-form__title {
margin: 0;
color: var(--thm-black);
font-size: 40px;
font-weight: 600;
font-family: var(--thm-font);
margin-bottom: 50px;
margin-top: -10px;
}
.comment-one__single {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
border-bottom: 1px solid #eceeef;
padding-bottom: 60px;
margin-bottom: 60px;
}
.comment-one__content {
position: relative;
margin-left: 45px;
}
.comment-one__content h3 {
margin: 0;
font-size: 20px;
color: var(--thm-black);
font-weight: 600;
font-family: var(--thm-font);
margin-bottom: 30px;
}
.comment-one__content p {
margin: 0;
font-size: 18px;
line-height: 34px;
font-weight: 500;
color: #9ca3a9;
}
.comment-one__btn {
font-size: 14px;
text-transform: uppercase;
line-height: 38px;
padding: 0 20px;
position: absolute;
top: 0;
right: 0;
}
.comment-one__image img {
border-radius: 50%;
}
/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
position: relative;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
padding: 80.5px 0;
}
.page-header::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: var(--thm-black);
opacity: 0.3;
}
.page-header .container {
position: relative;
text-align: center;
}
.page-header h2 {
margin: 0;
color: #ffffff;
font-weight: 600;
font-size: 60px;
font-family: var(--thm-base);
}
.thm-breadcrumb {
display: -webkit-box;
display: flex;
margin: 0;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
flex-wrap: wrap;
}
.thm-breadcrumb li {
display: -webkit-box;
display: flex;
text-transform: uppercase;
font-size: 16px;
font-weight: 600;
color: #fff;
}
.thm-breadcrumb li+li::before {
content: '/';
margin-left: 15px;
margin-right: 15px;
}
.thm-breadcrumb li a,
.thm-breadcrumb li span {
color: inherit;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.thm-breadcrumb li a:hover {
color: var(--thm-base);
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-one {
padding-bottom: 120px;
}
.contact-one .block-title {
margin-bottom: 40px;
}
.contact-one__content-text {
margin-bottom: 40px;
}
.contact-one__content-text p {
margin: 0;
font-size: 18px;
line-height: 34px;
font-weight: 500;
}
.contact-one__social {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.contact-one__social a {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
width: 57px;
height: 57px;
background-color: var(--thm-gray);
color: #9ca3a9;
font-size: 16px;
border-radius: 50%;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.contact-one__social a+a {
margin-left: 10px;
}
.contact-one__social a:hover {
background-color: var(--thm-primary);
color: #ffffff;
}
.google-map__contact {
width: 100%;
border: none;
outline: none;
display: block;
height: 558px;
}
.contact-one__form .row.low-gutters {
margin-left: -5px;
margin-right: -5px;
}
.contact-one__form .row.low-gutters>[class*="col-"] {
padding-left: 5px;
padding-right: 5px;
}
.contact-one__form .input-group {
margin-bottom: 10px;
}
.contact-one__form .input-group input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]),
.contact-one__form .input-group textarea {
width: 100%;
height: 74px;
display: block;
border: none;
outline: none;
background-color: #eceeef;
font-size: 16px;
font-weight: 500;
color: #9ca3a9;
padding-left: 30px;
}
.contact-one__form .input-group textarea {
height: 221px;
padding-top: 20px;
}
.contact-one__form .input-group ::-webkit-input-placeholder {
color: #9ca3a9;
opacity: 1;
}
.contact-one__form .input-group ::-moz-placeholder {
color: #9ca3a9;
opacity: 1;
}
.contact-one__form .input-group :-ms-input-placeholder {
color: #9ca3a9;
opacity: 1;
}
.contact-one__form .input-group ::-ms-input-placeholder {
color: #9ca3a9;
opacity: 1;
}
.contact-one__form .input-group ::placeholder {
color: #9ca3a9;
opacity: 1;
}
.contact-one__form .input-group :-ms-input-placeholder {
color: #9ca3a9;
}
.contact-one__form .input-group ::-ms-input-placeholder {
color: #9ca3a9;
}
/*--------------------------------------------------------------
## Contact Info
--------------------------------------------------------------*/
.contact-info-one {
padding-top: 120px;
padding-bottom: 80px;
}
.contact-info-one [class*=col-]:nth-child(1) .contact-info-one__single i {
background-color: var(--thm-secondary);
}
.contact-info-one [class*=col-]:nth-child(2) .contact-info-one__single i {
background-color: #6ebd32;
}
.contact-info-one__single {
margin-bottom: 40px;
border-style: solid;
border-width: 1px;
border-color: rgb(236, 238, 239);
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
padding: 55px 50px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.contact-info-one__single:hover {
box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}
.contact-info-one__single i {
width: 60px;
height: 60px;
border-radius: 50%;
background-color: var(--thm-primary);
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
color: #fff;
margin-right: 20px;
font-size: 30px;
}
.contact-info-one__single p {
margin: 0;
font-size: 18px;
line-height: 30px;
font-weight: 500;
color: #9ca3a9;
}
.contact-info-one__single p a {
color: inherit;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.contact-info-one__single p a:hover {
color: var(--thm-black);
}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
.sidebar {
margin-top: 50px;
}
}
.sidebar__single+.sidebar__single {
margin-top: 30px;
}
.sidebar__single:not(.sidebar__search):not(.sidebar__twitter) {
border-style: solid;
border-width: 1px;
border-color: rgb(236, 238, 239);
background-color: rgb(255, 255, 255);
padding: 50px;
}
.sidebar__search,
.sidebar__twitter {
background-color: #004c85;
}
.sidebar__title {
margin: 0;
margin-bottom: 30px;
font-family: var(--thm-font);
color: var(--thm-black);
font-size: 20px;
font-weight: 600;
line-height: 1em;
margin-top: -5px;
}
.sidebar__social-list {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.sidebar__social-list a {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
width: 57px;
height: 57px;
background-color: var(--thm-gray);
color: #9ca3a9;
font-size: 16px;
border-radius: 50%;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.sidebar__social-list a+a {
margin-left: 10px;
}
.sidebar__social-list a:hover {
background-color: var(--thm-primary);
color: #ffffff;
}
.sidebar__post-list li {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.sidebar__post-list li+li {
margin-top: 30px;
padding-top: 30px;
border-top: 1px solid #eceeef;
}
.sidebar__post-image {
margin-right: 20px;
}
.sidebar__post-image>img {
width: 61px;
}
.sidebar__post-content h3 {
color: var(--thm-black);
font-size: 18px;
line-height: 30px;
font-family: var(--thm-font);
margin: 0;
}
.sidebar__post-content h3 a {
color: inherit;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.sidebar__post-content h3 a:hover {
color: var(--thm-primary);
}
.sidebar__search-form {
position: relative;
}
.sidebar__search-form input[type=search] {
display: block;
border: none;
outline: none;
background-color: transparent;
color: #ffffff;
font-size: 18px;
font-weight: 500;
padding-left: 50px;
height: 85px;
}
.sidebar__search-form ::-webkit-input-placeholder {
color: #ffffff;
opacity: 1;
}
.sidebar__search-form ::-moz-placeholder {
color: #ffffff;
opacity: 1;
}
.sidebar__search-form :-ms-input-placeholder {
color: #ffffff;
opacity: 1;
}
.sidebar__search-form ::-ms-input-placeholder {
color: #ffffff;
opacity: 1;
}
.sidebar__search-form ::placeholder {
color: #ffffff;
opacity: 1;
}
.sidebar__search-form :-ms-input-placeholder {
color: #ffffff;
}
.sidebar__search-form ::-ms-input-placeholder {
color: #ffffff;
}
.sidebar__search-form button[type=submit] {
background-color: transparent;
color: #ffffff;
font-size: 21px;
position: absolute;
top: 50%;
right: 50px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: auto;
outline: none;
border: none;
}
.sidebar__category-list {
margin: 0;
margin-top: -15px;
}
.sidebar__category-list li+li {
margin-top: 15px;
}
.sidebar__category-list li a {
color: #9ca3a9;
font-size: 18px;
font-weight: 500;
position: relative;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.sidebar__category-list li a:hover {
padding-left: 15px;
color: var(--thm-black);
}
.sidebar__category-list li a::before {
content: '\f101';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 12px;
color: var(--thm-base);
opacity: 0;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.sidebar__category-list li a:hover::before {
opacity: 1;
}
.sidebar__tags-list {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
flex-wrap: wrap;
margin-left: -10px;
margin-top: -10px;
}
.sidebar__tags-list a {
font-size: 14px;
color: #9ca3a9;
background-color: var(--thm-gray);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
text-transform: uppercase;
display: -webkit-box;
display: flex;
padding-left: 20px;
padding-right: 20px;
margin-top: 10px;
margin-left: 10px;
line-height: 38px;
}
.sidebar__tags-list a:hover {
background-color: var(--thm-base);
color: var(--thm-black);
}
.sidebar__twitter {
padding: 50px;
}
.sidebar__twitter .sidebar__title {
color: #ffffff;
margin-bottom: 15px;
}
.sidebar__twitter p {
font-size: 16px;
font-weight: 500;
color: #a4cae5;
margin: 0;
}
.sidebar__twitter p a {
color: inherit;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.sidebar__twitter p a:hover {
color: var(--thm-primary);
}
.sidebar__twitter-user {
border-bottom: 1px solid var(--thm-primary);
color: var(--thm-primary) !important;
display: inline-block;
line-height: 1em;
}
.sidebar__twitter h4 {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
font-family: var(--thm-font);
margin: 0;
font-size: 16px;
color: #ffffff;
margin-top: 20px;
}
.sidebar__twitter h4 i {
font-size: 20px;
color: var(--thm-base);
margin-right: 10px;
}
.sidebar__twitter h4 a {
color: var(--thm-primary);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.sidebar__twitter h4 a:hover {
color: var(--thm-secondary);
}
.sidebar__twitter h4 span {
margin-left: 10px;
margin-right: 10px;
}
.sidebar__twitter-carousel .owl-nav.disabled+.owl-dots {
margin-top: 0;
}
.sidebar__twitter-carousel .owl-dots {
margin-top: 0;
position: absolute;
top: -35px;
right: 0;
display: -webkit-box;
display: flex;
-webkit-box-align: end;
align-items: flex-end;
}
.sidebar__twitter-carousel .owl-dots .owl-dot {
outline: none;
}
.sidebar__twitter-carousel .owl-dots .owl-dot span {
margin-left: 5px;
margin-right: 5px;
width: 10px;
height: 10px;
background-color: #a4cae5;
border-radius: 50%;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.sidebar__twitter-carousel .owl-dots .owl-dot:hover span,
.sidebar__twitter-carousel .owl-dots .owl-dot.active span {
background-color: #ffffff;
}
.offer-sidebar {
position: relative;
padding-left: 60px;
padding-bottom: 70px;
padding-top: 325px;
background-position: center;
background-size: cover;
}
.offer-sidebar::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #004c85;
opacity: 0.8;
}
.offer-sidebar h3 {
position: relative;
font-weight: 300;
font-size: 60px;
line-height: 60px;
color: #fff;
font-family: var(--thm-font);
}
.offer-sidebar h3 span {
font-weight: 900;
}
.offer-sidebar__price {
color: var(--thm-base);
}
/*--------------------------------------------------------------
# Mailchimp
--------------------------------------------------------------*/
.mailchimp-one {
padding-top: 123.5px;
padding-bottom: 123.5px;
background-color: var(--thm-primary);
}
.mailchimp-one h3 {
margin: 0;
color: #ffffff;
font-size: 50px;
font-weight: 600;
font-family: var(--thm-font);
margin-top: -15px;
}
.mailchimp-one__form {
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: justify;
justify-content: space-between;
}
@media(min-width: 1200px) {
.mailchimp-one__form {
margin-left: 80px;
}
}
.mailchimp-one__form input {
display: block;
border: none;
outline: none;
width: 100%;
max-width: 370px;
height: 74px;
color: #9ca3a9;
font-size: 16px;
font-weight: 500;
padding-left: 30px;
}
.mailchimp-one__form ::-webkit-input-placeholder {
color: #9ca3a9;
opacity: 1;
}
.mailchimp-one__form ::-moz-placeholder {
color: #9ca3a9;
opacity: 1;
}
.mailchimp-one__form :-ms-input-placeholder {
color: #9ca3a9;
opacity: 1;
}
.mailchimp-one__form ::-ms-input-placeholder {
color: #9ca3a9;
opacity: 1;
}
.mailchimp-one__form ::placeholder {
color: #9ca3a9;
opacity: 1;
}
.mailchimp-one__form :-ms-input-placeholder {
color: #9ca3a9;
}
.mailchimp-one__form ::-ms-input-placeholder {
color: #9ca3a9;
}
.mailchimp-one__btn:hover {
background-color: var(--thm-black);
}
.mc-form__response {
text-align: center;
color: #fff;
}
/*--------------------------------------------------------------
# Brand
--------------------------------------------------------------*/
.brand-one {
border-top: 1px solid #eceeef;
padding-top: 120px;
padding-bottom: 120px;
}
@media(min-width: 1200px) {
.brand-one .container {
padding-left: 50px;
padding-right: 50px;
}
}
.brand-one img {
opacity: 0.3;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.brand-one img:hover {
opacity: 0.6;
}
.brand-one__home-two {
border-top: 0;
border-bottom: 1px solid #eceeef;
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team-one {
padding-top: 120px;
padding-bottom: 60px;
}
.team-one__single {
margin-bottom: 60px;
}
.team-one__image {
overflow: hidden;
background-color: var(--thm-black);
}
.team-one__image>img {
opacity: 1;
width: 100%;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
transition: opacity 500ms ease, -webkit-transform 500ms ease;
transition: opacity 500ms ease, transform 500ms ease;
transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}
.team-one__single:hover .team-one__image>img {
opacity: 0.6;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.team-one__content {
text-align: center;
padding-top: 30px;
}
.team-one__content h3 {
margin: 0;
font-family: var(--thm-font);
font-size: 24px;
line-height: 1em;
color: var(--thm-black);
}
.team-one__content p {
font-size: 14px;
font-weight: 500;
letter-spacing: .2em;
color: #9ca3a9;
margin: 0;
line-height: 1em;
margin-top: 15px;
}
.team-one__social {
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
margin-top: 30px;
}
.team-one__social a {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
width: 57px;
height: 57px;
background-color: var(--thm-gray);
color: #9ca3a9;
font-size: 16px;
border-radius: 50%;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.team-one__social a+a {
margin-left: 10px;
}
.team-one__social a:hover {
background-color: var(--thm-primary);
color: #ffffff;
}
/*--------------------------------------------------------------
# Call To Action
--------------------------------------------------------------*/
.cta-one {
padding-top: 80px;
padding-bottom: 80px;
background-color: var(--thm-primary);
}
.cta-one h3 {
margin: 0;
color: #fff;
font-size: 50px;
font-family: var(--thm-font);
font-weight: 700;
}
.cta-one .container {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: justify;
justify-content: space-between;
}
.cta-one__btn:hover {
background-color: var(--thm-black);
}
.cta-one__home-two {
background-color: var(--thm-base);
}
.cta-one__home-two .cta-one__btn {
background-color: var(--thm-black);
color: #ffffff;
}
.cta-one__home-two .cta-one__btn:hover {
background-color: var(--thm-secondary);
}
.cta-two {
padding-top: 120px;
padding-bottom: 120px;
}
.cta-two__content-highlight {
margin-top: -10px;
margin-bottom: 35px;
}
.cta-two__content-highlight p {
margin: 0;
color: var(--thm-primary);
font-size: 24px;
line-height: 36px;
font-weight: 400;
}
.cta-two__list {
margin: 0;
margin-bottom: 35px;
}
.cta-two__list li {
position: relative;
font-size: 20px;
line-height: 40px;
font-weight: 500;
color: #9ca3a9;
padding-left: 30px;
}
.cta-two__list li i {
position: absolute;
top: 60%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 14px;
color: var(--thm-secondary);
}
.cta-three__content {
position: relative;
}
.cta-three__content::before {
content: '';
width: 10000px;
height: 100%;
background-color: var(--thm-gray);
position: absolute;
top: 0;
right: 0;
}
.cta-three__content-inner {
position: relative;
padding-top: 120px;
}
.cta-three__content .block-title {
margin-bottom: 50px;
}
.cta-three__content .block-title h3 {
line-height: 1.1em;
}
.cta-three__content .block-title h3 span {
color: var(--thm-primary);
font-family: var(--heading-font);
font-weight: 400;
display: inline-block;
}
.cta-three__box {
position: absolute;
background-color: var(--thm-secondary);
width: 100%;
max-width: 340px;
bottom: 0;
right: 0;
padding-top: 30px;
padding-bottom: 40px;
padding-left: 60px;
}
.cta-three__box p {
margin: 0;
color: #ffffff;
font-size: 22px;
line-height: 32px;
font-weight: 600;
}
.cta-three__images {
margin-top: 120px;
}
.cta-four {
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
background-size: cover;
position: relative;
padding-top: 118px;
padding-bottom: 118px;
}
.cta-four::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #082740;
opacity: 0.3;
}
.cta-four .container {
text-align: center;
position: relative;
}
.cta-four p {
font-family: var(--heading-font);
font-size: 40px;
color: #ffffff;
margin: 0;
}
.cta-four h3 {
margin: 0;
font-family: var(--thm-font);
font-size: 100px;
text-transform: uppercase;
font-weight: 800;
margin-top: 15px;
margin-bottom: 45px;
color: #ffffff;
}
.cta-four h3 span {
color: var(--thm-secondary);
position: relative;
display: inline-block;
line-height: 1em;
}
.cta-four h3 span::before {
content: '';
width: 100%;
height: 31px;
background-image: url(../images/shapes/title-decor-1-2.png);
background-position: center;
background-repeat: no-repeat;
position: absolute;
top: 80%;
left: 0;
}
/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery-one {
padding-bottom: 90px;
padding-top: 120px;
}
.gallery-one__single {
margin-bottom: 30px;
position: relative;
overflow: hidden;
}
.gallery-one__single>img {
width: 100%;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: -webkit-transform 500ms ease;
transition: -webkit-transform 500ms ease;
transition: transform 500ms ease;
transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.gallery-one__single:hover>img {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.gallery-one__link {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(var(--thm-base-rgb), .9);
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
font-size: 46px;
color: #ffffff;
opacity: 0;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.gallery-one__link:hover {
color: #ffffff;
}
.gallery-one__single:hover .gallery-one__link {
opacity: 1;
}
.gallery-home-8 {
position: relative;
background-color: #082740;
}
.gallery-home-8 .row.low-gutters {
margin-left: -1px;
margin-right: -1px;
}
.gallery-home-8 .row.low-gutters [class*=col-] {
padding-left: 1px;
padding-right: 1px;
margin-bottom: 2px;
}
.gallery-home-8__single {
overflow: hidden;
}
.gallery-home-8__single > img {
width: 100%;
-webkit-animation: galleryHomeEightImg 5s linear infinite;
animation: galleryHomeEightImg 5s linear infinite;
}
@-webkit-keyframes galleryHomeEightImg {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(1.01);
transform: scale(1.01);
}
50% {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
75% {
-webkit-transform: scale(1.01);
transform: scale(1.01);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes galleryHomeEightImg {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(1.01);
transform: scale(1.01);
}
50% {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
75% {
-webkit-transform: scale(1.01);
transform: scale(1.01);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-page {
background-color: #004c85;
position: relative;
padding-top: 60px;
padding-bottom: 120px;
}
.error-page .container {
position: relative;
}
.error-page__bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: -37px;
background-position: top;
background-repeat: no-repeat;
background-position: bottom center;
opacity: 0.07;
background-color: #004c85;
background-blend-mode: multiply;
}
.error-page__logo {
display: block;
text-align: center;
}
.error-page__title {
position: relative;
display: inline-block;
margin-top: 140px;
}
.error-page__title h2 {
position: relative;
display: inline-block;
font-size: 400px;
font-weight: 900;
color: #ffffff;
font-family: var(--thm-font);
line-height: 1em;
}
.error-page__title h2::before {
width: 141px;
height: 124px;
content: '';
background-image: url(../images/shapes/error-page__shape-1-1.png);
background-repeat: no-repeat;
background-position: center;
position: absolute;
top: -5px;
left: -40px;
}
.error-page__title p {
font-family: var(--heading-font);
font-size: 200px;
line-height: 1em;
color: var(--thm-secondary);
position: absolute;
bottom: -60px;
right: 0;
}
.error-page__text {
margin-top: 40px;
padding-bottom: 60px;
}
.error-page__text p {
font-size: 30px;
color: #a4cae5;
margin: 0;
font-weight: 400;
}
/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
.video-one {
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;
position: relative;
padding-top: 135px;
padding-bottom: 120px;
}
.video-one::before {
content: '';
background-color: var(--thm-black);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0.4;
}
.video-one .container {
position: relative;
}
.video-one p {
font-family: var(--heading-font);
color: var(--thm-secondary);
font-size: 30px;
margin: 0px;
}
.video-one__btn {
position: relative;
width: 94px;
height: 94px;
background-color: var(--thm-base);
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
font-size: 24px;
color: var(--thm-black);
margin-left: auto;
margin-right: auto;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
margin-bottom: 75px;
}
.video-one__btn:before {
content: '';
position: absolute;
top: -15px;
left: -15px;
right: -15px;
bottom: -15px;
border: 1px solid rgba(255, 255, 255, .15);
}
.video-one__btn:hover {
background-color: #fff;
color: var(--thm-base);
}
.video-one h3 {
color: #fff;
font-weight: 400;
font-family: var(--thm-font);
margin: 0;
font-size: 70px;
margin-top: 5px;
}
.video-one h3 span {
font-weight: 800;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-one {
background-color: var(--thm-gray);
padding-top: 120px;
padding-bottom: 120px;
}
.testimonials-one__single {
margin-bottom: 40px;
text-align: center;
}
.testimonials-one__stars {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
margin-bottom: 25px;
}
.testimonials-one__stars i {
font-size: 18px;
color: #ffa801;
}
.testimonials-one__stars i+i {
margin-left: 5px;
}
.testimonials-one__content {
background-color: #fff;
position: relative;
padding-left: 70px;
padding-right: 70px;
padding-bottom: 50px;
padding-top: 60px;
margin-bottom: 40px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.testimonials-one__single:hover .testimonials-one__content {
box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
}
.testimonials-one__content::before {
content: '';
width: 85px;
height: 85px;
background-image: url(../images/shapes/testi-qoute-1-1.png);
background-position: center;
background-repeat: no-repeat;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.testimonials-one__content::after {
content: '';
width: 72px;
height: 20px;
background-image: url(../images/shapes/testi-arrow-1-1.png);
background-position: center;
background-repeat: no-repeat;
position: absolute;
top: 100%;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.testimonials-one__content p {
margin: 0;
font-size: 20px;
color: #9ca3a9;
font-weight: 400;
line-height: 36px;
position: relative;
}
.testimonials-one__info img {
border-radius: 50%;
}
.testimonials-one__info h3 {
font-family: var(--thm-font);
color: var(--thm-black);
font-size: 20px;
font-weight: 500;
margin: 0;
line-height: 1em;
margin-top: 10px;
}
.testimonials-one__carousel .owl-item img {
width: auto;
margin-left: auto;
margin-right: auto;
display: block;
}
.testimonials-one__carousel .owl-nav button.owl-next,
.testimonials-one__carousel .owl-nav button.owl-prev {
font-size: 20px;
color: var(--thm-black);
font-weight: 500;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.testimonials-one__carousel .owl-nav button.owl-prev {
margin-right: 15px;
}
.testimonials-one__carousel .owl-nav button.owl-next:hover,
.testimonials-one__carousel .owl-nav button.owl-prev:hover {
color: var(--thm-secondary);
background-color: transparent;
}
/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
.faq-one {
padding-top: 120px;
padding-bottom: 120px;
}
.faq-one-accrodion .accrodion {
border-style: solid;
border-width: 1px;
border-color: rgb(236, 238, 239);
background-color: rgb(255, 255, 255);
padding-left: 40px;
padding-right: 40px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.faq-one-accrodion .accrodion+.accrodion {
margin-top: 10px;
}
.faq-one-accrodion .accrodion.active {
background-color: var(--thm-gray);
border-color: var(--thm-gray);
}
.faq-one-accrodion .accrodion-title {
cursor: pointer;
}
.faq-one-accrodion .accrodion-title h4 {
margin: 0;
font-family: var(--thm-font);
color: var(--thm-black);
font-size: 20px;
font-weight: 500;
position: relative;
padding-top: 31.5px;
padding-bottom: 31.5px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.faq-one-accrodion .accrodion.active .accrodion-title h4 {
color: var(--thm-primary);
}
.faq-one-accrodion .accrodion-title h4::before {
content: '\f067';
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 14px;
color: var(--thm-base);
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
content: '\f068';
color: var(--thm-black);
}
.faq-one-accrodion .accrodion-content {
padding-bottom: 40px;
}
.faq-one-accrodion .accrodion-content p {
margin: 0;
font-size: 16px;
font-weight: 500;
line-height: 30px;
color: #9ca3a9;
}
/*--------------------------------------------------------------
# Tour
--------------------------------------------------------------*/
.tour-one {
padding-top: 120px;
padding-bottom: 90px;
}
.tour-grid {
padding-top: 120px;
padding-bottom: 120px;
}
.tour-grid .post-pagination {
margin-top: 30px;
}
.tour-one__single {
position: relative;
margin-bottom: 30px;
}
.tour-one__image {
position: relative;
background-color: var(--thm-black);
overflow: hidden;
}
.tour-one__image>img {
width: 100%;
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
transition: opacity 500ms ease, -webkit-transform 500ms ease;
transition: transform 500ms ease, opacity 500ms ease;
transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}
.tour-one__image>a {
width: 38px;
height: 38px;
background-color: rgba(var(--thm-black-rgb), .2);
border-radius: 50%;
text-align: center;
line-height: 38px;
font-size: 14px;
color: #fff;
position: absolute;
top: 30px;
right: 30px;
z-index: 10;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.tour-one__single:hover .tour-one__image>img {
opacity: 1;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.tour-one__single:hover .tour-one__image>a {
background-color: #fff;
color: var(--thm-secondary);
}
.tour-one__content {
border-style: solid;
border-width: 1px;
border-color: rgb(236, 238, 239);
background-color: rgb(255, 255, 255);
padding-left: 50px;
padding-right: 50px;
padding-top: 40px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.tour-one__single:hover .tour-one__content {
box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}
.tour-one__stars {
font-size: 16px;
font-weight: 500;
color: #9ca3a9;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
line-height: 1em;
margin-bottom: 5px;
}
.tour-one__stars i {
font-size: 14px;
color: var(--thm-base);
margin-right: 10px;
}
.tour-one__content p {
margin: 0;
font-size: 16px;
font-weight: 500;
color: #9ca3a9;
line-height: 1em;
margin-top: 10px;
margin-bottom: 30px;
}
.tour-one__content p span {
color: var(--thm-secondary);
font-size: 22px;
font-weight: 600;
}
.tour-one__meta {
margin: 0;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
padding-top: 18px;
padding-bottom: 25px;
border-top: 1px solid rgb(236, 238, 239);
}
.tour-one__meta li+li {
margin-left: 20px;
}
.tour-one__meta li a {
font-size: 16px;
font-weight: 500;
color: #9ca3a9;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.tour-one__meta li i {
font-size: 14px;
margin-right: 5px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.tour-one__meta li a:hover {
color: var(--thm-black);
}
.tour-one__meta li a:hover i {
color: var(--thm-primary);
}
.tour-one__content h3 {
margin: 0;
font-family: var(--thm-font);
color: var(--thm-black);
font-weight: 600;
line-height: 34px;
font-size: 26px;
}
.tour-one__content h3 a {
color: inherit;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.tour-one__content h3 a:hover {
color: var(--thm-primary);
}
.tour-one__carousel {
margin-bottom: 20px;
}
.tour-one__carousel .owl-nav.disabled+.owl-dots {
margin-top: 20px;
}
.tour-one__carousel-no-overflow .owl-stage-outer {
overflow: visible;
}
.tour-one__carousel .owl-nav button.owl-next,
.tour-one__carousel .owl-nav button.owl-prev {
font-size: 20px;
color: var(--thm-black);
font-weight: 500;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.tour-one__carousel .owl-nav button.owl-prev {
margin-right: 15px;
}
.tour-one__carousel .owl-nav button.owl-next:hover,
.tour-one__carousel .owl-nav button.owl-prev:hover {
color: var(--thm-secondary);
background-color: transparent;
}
.tour-two__single {
display: -webkit-box;
display: flex;
}
.tour-two__image-wrap .tour-one__image {
width: 270px;
}
.tour-two__single .tour-one__content {
padding: 0;
padding-top: 40px;
padding-right: 40px;
padding-left: 40px;
}
.tour-two__top {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: justify;
justify-content: space-between;
}
.tour-two__right p {
margin: 0;
}
.tour-two__right p span {
display: inline-block;
margin-bottom: 5px;
}
.tour-two__text {
margin-top: 20px;
margin-bottom: 30px;
}
.tour-two__text p {
margin: 0;
font-size: 18px;
font-weight: 500;
line-height: 34px;
color: #9ca3a9;
}
.tour-list {
padding-top: 120px;
padding-bottom: 120px;
}
.tour-list .post-pagination {
-webkit-box-pack: start;
justify-content: flex-start;
margin-top: 60px;
}
/* tour sorter */
.tour-sorter-one {
display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
align-items: center;
margin-bottom: 30px;
}
.tour-sorter-one h3 {
font-family: var(--thm-font);
color: var(--thm-black);
font-size: 24px;
font-weight: 600;
margin: 0;
}
.tour-sorter-one__right {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.tour-sorter-one__right>a {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
width: 43px;
height: 43px;
border-style: solid;
border-width: 2px;
border-color: rgb(236, 238, 239);
font-size: 16px;
color: #9ca3a9;
margin-left: 10px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.tour-sorter-one__right>a.active,
.tour-sorter-one__right>a:hover {
background-color: var(--thm-base);
border-color: var(--thm-base);
color: var(--thm-black);
}
.tour-sorter-one__select {
width: 103px;
}
.tour-sorter-one .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
width: 100%;
}
.tour-sorter-one .bootstrap-select>.dropdown-toggle {
border-style: solid;
border-width: 2px;
border-color: rgb(236, 238, 239);
font-size: 14px;
font-weight: 500;
color: #9ca3a9;
padding: 9px 20px;
padding-right: 20px;
background-color: #fff;
text-transform: uppercase;
}
/* tour details */
.tour-details__spacer {
display: block;
width: 100%;
height: 0;
border-top: 1px solid #eceeef;
margin-top: 60px;
margin-bottom: 60px;
}
.tour-details__title {
margin: 0;
font-family: var(--thm-font);
color: var(--thm-black);
font-size: 40px;
font-weight: 600;
margin-bottom: 50px;
margin-top: -10px;
}
.tour-details__title+p {
margin-top: -10px !important;
}
.tour-details__subtitle {
margin: 0;
font-family: var(--thm-font);
color: var(--thm-black);
font-size: 24px;
font-weight: 600;
margin-top: 35px;
margin-bottom: 40px;
}
.tour-details__content p {
margin: 0;
color: #9ca3a9;
font-size: 18px;
font-weight: 500;
line-height: 34px;
}
.google-map__tour-details {
height: 388px;
}
.tour-details__review-form {
border: 1px solid #eceeef;
padding: 50px;
}
.tour-details__review-form-stars {
margin-bottom: 40px;
}
.tour-details__review-form-stars p {
display: -webkit-box;
display: flex;
margin: 0;
-webkit-box-align: center;
align-items: center;
}
.tour-details__review-form-stars p+p {
margin-top: 10px;
}
.tour-details__review-form-stars span {
font-size: 20px;
color: #9ca3a9;
font-weight: 500;
margin-right: 15px;
}
.tour-details__review-form-stars i {
color: #eceeef;
font-size: 16px;
line-height: 1em;
position: relative;
top: -2px;
}
.tour-details__review-form-stars i+i {
margin-left: 5px;
}
.tour-details__review-form-stars i.active {
color: var(--thm-base);
}
.tour-details-two {
padding-top: 0;
}
.tour-details__content .tour-two__top {
padding-bottom: 30px;
}
.tour-details__content .tour-two__top h3 {
font-family: var(--thm-font);
font-size: 40px;
color: var(--thm-black);
margin: 0;
font-weight: 600;
padding-bottom: 20px;
}
.tour-details__content .tour-one__stars {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.tour-details__content .tour-one__stars i {
margin-right: 5px;
}
.tour-details__content .tour-one__stars i:last-child {
margin-right: 15px;
}
.tour-details__content .tour-one__stars i.inactive {
color: #eceeef;
}
.tour-details__content .tour-two__right p {
color: #9ca3a9;
font-size: 16px;
font-weight: 500;
margin: 0;
line-height: 1em;
}
.tour-details__content .tour-two__right span {
color: var(--thm-secondary);
font-size: 36px;
font-weight: 600;
padding-bottom: 15px;
}
.tour-details__content .tour-one__meta li+li {
margin-left: 50px;
}
.tour-details__content .tour-one__meta li a {
font-size: 18px;
}
.tour-details__content .tour-one__meta li a i {
color: var(--thm-primary);
font-size: 16px;
}
.tour-details__list {
margin-bottom: 0px;
}
.tour-details__list li {
position: relative;
font-size: 18px;
font-weight: 500;
color: #9ca3a9;
padding-left: 25px;
line-height: 1em;
}
.tour-details__list li+li {
margin-top: 20px;
}
.tour-details__list li i {
font-size: 14px;
display: block;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: var(--thm-primary);
}
.tour-details__list.unavailable li i {
color: var(--thm-secondary);
}
.tour-details__plan-single {
position: relative;
}
.tour-details__plan-single+.tour-details__plan-single {
margin-top: 20px;
}
.tour-details__plan-count {
width: 97px;
height: 97px;
border-radius: 50%;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
color: #fff;
border: 20px solid #fff;
font-size: 18px;
font-weight: 600;
background-color: var(--thm-base);
position: absolute;
top: -20px;
left: -20px;
z-index: 10;
}
.tour-details__plan-content {
border-left: 1px solid #eceeef;
margin-left: 28.5px;
padding-left: 60px;
padding-bottom: 40px;
}
.tour-details__plan-content h3 {
color: var(--thm-black);
font-family: var(--thm-font);
margin: 0;
font-weight: 600;
margin-bottom: 5px;
}
.tour-details__plan-content span {
display: block;
font-size: 18px;
font-weight: 500;
color: var(--thm-primary);
}
.tour-details__plan-content p {
font-size: 18px;
font-weight: 500;
line-height: 34px;
color: #9ca3a9;
margin-top: 20px;
}
.tour-details__plan-content ul {
margin-bottom: 0;
margin-top: 35px;
}
.tour-details__plan-content ul li {
color: #9ca3a9;
font-size: 18px;
font-weight: 500;
line-height: 1em;
}
.tour-details__plan-content ul li+li {
margin-top: 20px;
}
.tour-details__review-score {
border: 1px solid #eceeef;
display: -webkit-box;
display: flex;
margin-bottom: 60px;
}
.tour-details__review-score-ave {
-webkit-box-flex: 1;
flex: 1 1 245px;
max-width: 245px;
display: -webkit-box;
display: flex;
}
.tour-details__review-score-ave .my-auto {
width: 100%;
text-align: center;
}
.tour-details__review-score-ave h3 {
margin: 0;
font-family: var(--thm-font);
font-weight: 300;
font-size: 100px;
color: var(--thm-black);
}
.tour-details__review-score-ave p {
margin: 0;
color: #9ca3a9;
font-size: 20px;
font-weight: 500;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
}
.tour-details__review-score-ave p i {
color: var(--thm-base);
font-size: 18px;
margin-right: 10px;
}
.tour-details__review-score__content {
-webkit-box-flex: 1;
flex: 1 1 calc(100% - 245px);
max-width: calc(100% - 245px);
border-left: 1px solid #eceeef;
padding-left: 50px;
padding-right: 50px;
padding-top: 40px;
padding-bottom: 50px;
}
.tour-details__review-score__bar+.tour-details__review-score__bar {
margin-top: 20px;
}
.tour-details__review-score__bar-top {
display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
align-items: center;
}
.tour-details__review-score__bar-top h3 {
font-family: var(--thm-font);
font-size: 16px;
font-weight: 500;
color: var(--thm-black);
margin: 0;
}
.tour-details__review-score__bar-top p {
margin: 0;
font-size: 14px;
font-weight: 600;
color: #9ca3a9;
}
.tour-details__review-score__bar-line {
width: 100%;
height: 7px;
background-color: #eceeef;
position: relative;
overflow: hidden;
}
.tour-details__review-score__bar-line span {
position: absolute;
height: 100%;
top: 0;
left: 0;
background-color: var(--thm-base);
}
.tour-details__review-comment-single {
border-bottom: 1px solid #eceeef;
padding-bottom: 10px;
margin-bottom: 60px;
}
.tour-details__review-comment-top {
position: relative;
padding-left: 125px;
padding-top: 30px;
padding-bottom: 25px;
margin-bottom: 25px;
}
.tour-details__review-comment-top>img {
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
}
.tour-details__review-comment-top h3 {
font-family: var(--thm-font);
font-size: 20px;
font-weight: 600;
color: var(--thm-black);
margin: 0;
margin-bottom: 5px;
}
.tour-details__review-comment-top p {
margin: 0;
font-size: 18px;
line-height: 1em;
font-weight: 500;
color: var(--thm-primary);
}
.tour-details__review-comment-content {
margin-bottom: 25px;
}
.tour-details__review-comment-content h3 {
font-family: var(--thm-font);
font-size: 24px;
font-weight: 600;
color: var(--thm-black);
margin: 0;
margin-bottom: 40px;
}
.tour-details__review-comment-content p {
margin: 0;
font-size: 18px;
font-weight: 500;
line-height: 34px;
}
.tour-details__gallery-thumb-carousel,
.tour-details__gallery-carousel {
overflow: hidden;
}
.tour-details__gallery-thumb-carousel {
margin-bottom: 60px;
}
.tour-details__gallery-carousel {
margin-bottom: 10px;
}
.tour-details__gallery-thumb-carousel img {
cursor: pointer;
}
.tour-details__gallery-image {
position: relative;
}
.tour-details__gallery-links {
position: absolute;
top: 30px;
right: 30px;
z-index: 10;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.tour-details__gallery-links a {
display: block;
width: 38px;
height: 38px;
background-color: rgba(var(--thm-black-rgb), .2);
border-radius: 50%;
text-align: center;
line-height: 38px;
font-size: 14px;
color: #fff;
margin-left: 10px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.tour-details__gallery-image:hover .tour-details__gallery-links a {
background-color: #fff;
color: var(--thm-secondary);
}
.tour-details__content .accrodion-grp {
margin-bottom: 60px;
}
/* tour details header */
.tour-details__header {
background-position: top center;
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
}
.tour-details__header .container {
position: relative;
min-height: 577px;
}
.tour-details__header .tour-details__gallery-links {
position: absolute;
top: 30px;
right: 15px;
}
.tour-details__header .thm-breadcrumb {
position: absolute;
bottom: 30px;
left: 15px;
}
.tour-details-two .tour-details__content {
padding-top: 45px;
}
/* tour category */
.tour-category-one {
background-color: var(--thm-gray);
padding-top: 120px;
padding-bottom: 90px;
}
.tour-category-one__col {
-webkit-box-flex: 1;
flex: 1 1 20%;
padding-left: 15px;
padding-right: 15px;
max-width: 20%;
}
.tour-category-one__single {
margin-bottom: 30px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
background-color: #fff;
text-align: center;
padding-top: 34.5px;
padding-bottom: 34.5px;
}
.tour-category-one__single:hover {
background-color: var(--thm-primary);
}
.tour-category-one__single i {
font-size: 60px;
color: var(--thm-primary);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.tour-category-one__single h3 {
margin: 0;
font-size: 20px;
font-weight: 500;
color: #9ca3a9;
font-family: var(--thm-font);
margin-top: 5px;
}
.tour-category-one__single h3 a {
color: inherit;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.tour-category-one__single h3 a:hover {
color: #ffffff;
}
.tour-category-one__single:hover i,
.tour-category-one__single:hover h3 a {
color: #ffffff;
}
/* tour gallery home 6 */
.tour-gallery__home-6__content-wrap {
position: relative;
background-color: var(--thm-black);
}
.tour-gallery__home-6__content {
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
padding-bottom: 285px;
padding-left: 135px;
}
.tour-gallery__home-6__content p {
margin: 0;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
color: #fff;
font-size: 20px;
margin-bottom: 10px;
font-weight: 600;
position: relative;
z-index: 10;
}
.tour-gallery__home-6__content p span {
margin-left: 15px;
margin-right: 15px;
}
.tour-gallery__home-6__content p i {
color: var(--thm-base);
letter-spacing: .2em;
}
.tour-gallery__home-6__content h3 {
font-family: var(--thm-font);
font-size: 80px;
font-weight: bold;
color: #ffffff;
line-height: 1em;
text-transform: uppercase;
position: relative;
z-index: 10;
}
.tour-gallery__home-6__content h3 a {
color: inherit;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.tour-gallery__home-6__content h3 a:hover {
color: var(--thm-primary);
}
.tour-gallery__home-6__content .tab-pane {
width: 100%;
}
.tour-gallery__home-6__tab-navs {
position: absolute;
bottom: 130px;
left: 135px;
border-bottom: 0;
z-index: 99;
}
.tour-gallery__home-6__tab-navs li + li {
margin-left: 20px;
}
.tour-gallery__home-6__tab-navs li a {
position: relative;
display: block;
cursor: pointer;
background-color: var(--thm-black);
}
.tour-gallery__home-6__tab-navs li a.active {
box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}
.tour-gallery__home-6__tab-navs li a img {
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.tour-gallery__home-6__tab-navs li a.active img {
opacity: 0.2;
}
.tour-gallery__home-6__tab-navs li a::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border: 15px solid #ffffff;
z-index: 10;
}
.tour-gallery__home-6__content-wrap .tab-pane,
.tour-gallery__home-6__content-wrap .tab-content {
width: 100%;
position: relative;
}
.tour-gallery__home-6__content-floated-text {
font-family: var(--heading-font);
font-size: 300px;
color: #fff;
position: absolute;
bottom: 40%;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
opacity: 0.1;
}
/*--------------------------------------------------------------
## Tour Sidebar
--------------------------------------------------------------*/
.tour-sidebar__search {
background-color: var(--thm-gray);
padding: 50px;
}
.tour-sidebar__search h3 {
margin: 0;
margin-bottom: 30px;
font-size: 24px;
font-weight: 500;
color: var(--thm-black);
line-height: 1em;
font-family: var(--thm-font);
}
.tour-sidebar__search-form .input-group+.input-group {
margin-top: 10px;
}
.tour-sidebar__search-form .input-group input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]),
.tour-sidebar__search-form .input-group textarea {
width: 100%;
height: 64px;
display: block;
border: none;
outline: none;
background-color: #ffffff;
font-size: 18px;
font-weight: 500;
color: #9ca3a9;
padding-left: 30px;
}
.tour-sidebar__search-form .input-group textarea {
height: 135px;
padding-top: 15px;
}
.tour-sidebar__search-form .thm-btn {
display: block;
width: 100%;
height: 64px;
padding: 0;
text-align: center;
line-height: 64px;
}
.tour-sidebar__search-form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
width: 100%;
}
.tour-sidebar__search-form .bootstrap-select>.dropdown-toggle {
border: 0;
padding: 18.5px 30px;
border-radius: 0;
background-color: #ffffff;
font-size: 18px;
font-weight: 500;
color: #9ca3a9;
}
.tour-sidebar__search-form ::-webkit-input-placeholder {
color: #9ca3a9;
opacity: 1;
}
.tour-sidebar__search-form ::-moz-placeholder {
color: #9ca3a9;
opacity: 1;
}
.tour-sidebar__search-form :-ms-input-placeholder {
color: #9ca3a9;
opacity: 1;
}
.tour-sidebar__search-form ::-ms-input-placeholder {
color: #9ca3a9;
opacity: 1;
}
.tour-sidebar__search-form ::placeholder {
color: #9ca3a9;
opacity: 1;
}
.tour-sidebar__search-form :-ms-input-placeholder {
color: #9ca3a9;
}
.tour-sidebar__search-form ::-ms-input-placeholder {
color: #9ca3a9;
}
.tour-sidebar__search+.offer-sidebar {
margin-top: 30px;
}
.tour-sidebar__sorter-wrap {
padding: 50px;
border-style: solid;
border-width: 1px;
border-color: #eceeef;
margin-top: 15px;
}
.tour-sidebar__sorter-single+.tour-sidebar__sorter-single {
margin-top: 45px;
}
.tour-sidebar__sorter-top {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: justify;
justify-content: space-between;
border-bottom: 1px solid #eceeef;
padding-bottom: 10px;
margin-bottom: 30px;
}
.tour-sidebar__sorter-top h3 {
margin: 0;
color: var(--thm-black);
font-family: var(--thm-font);
font-size: 20px;
font-weight: 500;
}
.tour-sidebar__sorter-toggler {
border: none;
outline: none !important;
font-size: 18px;
color: var(--thm-black);
width: auto;
background-color: transparent;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.tour-sidebar__sorter-toggler.toggled {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.tour-sidebar__price-range .form-group {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: justify;
justify-content: space-between;
}
.tour-sidebar__price-range .form-group p {
font-size: 16px;
font-weight: 500;
color: #9ca3a9;
margin: 0;
line-height: 1em;
}
.tour-sidebar__price-range .noUi-horizontal {
height: 3px;
background-color: var(--thm-gray);
}
.tour-sidebar__price-range .noUi-handle {
border-radius: 50%;
width: 15px;
height: 15px;
background-color: var(--thm-primary);
border: none;
outline: none;
box-shadow: none;
}
.tour-sidebar__price-range .noUi-handle::before,
.tour-sidebar__price-range .noUi-handle::after {
display: none;
}
.tour-sidebar__price-range .noUi-connect {
background-color: var(--thm-primary);
}
.tour-sidebar__sorter-inputs p {
margin: 0;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.tour-sidebar__sorter-inputs p+p {
margin-top: 30px;
}
.tour-sidebar__sorter-inputs p label {
margin: 0;
font-weight: 400;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.tour-sidebar__sorter-inputs p label i {
color: #eceeef;
font-size: 16px;
line-height: 1em;
position: relative;
top: -2px;
}
.tour-sidebar__sorter-inputs p label i+i {
margin-left: 5px;
}
.tour-sidebar__sorter-inputs p label i.active {
color: var(--thm-base);
}
.tour-sidebar__sorter-inputs [type="checkbox"]:checked,
.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked) {
position: absolute;
left: -9999px;
}
.tour-sidebar__sorter-inputs [type="checkbox"]:checked+label,
.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked)+label {
position: relative;
padding-left: 25px;
cursor: pointer;
color: #9ca3a9;
font-size: 16px;
font-weight: 500;
display: block;
line-height: 1em;
}
.tour-sidebar__sorter-inputs [type="checkbox"]:checked+label:before,
.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked)+label:before {
content: '';
position: absolute;
left: 0;
top: 0px;
width: 16px;
height: 16px;
border: 1px solid #9ca3a9;
}
.tour-sidebar__sorter-inputs [type="checkbox"]:checked+label:after,
.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked)+label:after {
content: '\f14a';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
position: absolute;
top: 0px;
left: 0px;
font-size: 18px;
color: var(--thm-base);
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked)+label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
.tour-sidebar__sorter-inputs [type="checkbox"]:checked+label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.tour-details-two .tour-sidebar {
position: relative;
z-index: 10;
margin-top: -100px;
}
.tour-sidebar__featured,
.tour-sidebar__organizer {
border: 1px solid #eceeef;
padding: 50px;
margin-top: 30px;
}
.tour-sidebar__featured {
margin-top: 0;
}
.tour-sidebar__featured h3,
.tour-sidebar__organizer h3 {
margin: 0;
color: var(--thm-black);
font-size: 20px;
font-family: var(--thm-font);
margin-bottom: 30px;
}
.tour-sidebar__organizer-content {
position: relative;
padding-left: 95px;
}
.tour-sidebar__organizer-content>img {
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
}
.tour-sidebar__featured-single p i,
.tour-sidebar__organizer-content p i {
font-size: 14px;
color: var(--thm-base);
margin-right: 10px;
}
.tour-sidebar__organizer-content p,
.tour-sidebar__featured-single p,
.tour-sidebar__organizer-content span,
.tour-sidebar__featured-single span {
font-size: 16px;
color: #9ca3a9;
font-weight: 500;
line-height: 1em;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
margin: 0;
}
.tour-sidebar__featured {
margin-bottom: 30px;
}
.tour-sidebar__featured-single {
position: relative;
padding-left: 80px;
}
.tour-sidebar__featured-single>img {
position: absolute;
top: 5px;
left: 0;
}
.tour-sidebar__featured-single h3,
.tour-sidebar__organizer-content h3 {
margin: 0;
color: var(--thm-black);
font-size: 18px;
font-family: var(--thm-font);
margin-bottom: 10px;
margin-top: 10px;
}
.tour-sidebar__featured-single+.tour-sidebar__featured-single {
border-top: 1px solid #eceeef;
padding-top: 30px;
margin-top: 30px;
}
.tour-sidebar__featured-single+.tour-sidebar__featured-single>img {
top: 35px;
}
.tour-sidebar__featured-single p,
.tour-sidebar__featured-single p i {
font-size: 14px;
color: #9ca3a9;
}
.tour-sidebar__featured-single span {
color: var(--thm-secondary);
font-size: 18px;
font-weight: 500;
}
.tour-sidebar__featured-single h3 {
margin: 0;
margin-top: 5px;
margin-bottom: 10px;
}
.tour-sidebar__featured-single h3 a {
color: inherit;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.tour-sidebar__featured-single h3 a:hover {
color: var(--thm-primary);
}
/*--------------------------------------------------------------
# Destinations
--------------------------------------------------------------*/
.destinations-one,
.destinations-two {
padding-top: 120px;
padding-bottom: 90px;
}
.destinations-one__single,
.destinations-two__single {
border-radius: 50%;
background-color: #082740;
overflow: hidden;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
position: relative;
margin-bottom: 30px;
}
.destinations-one__single {
border-radius: 0;
}
.destinations-one__single:hover,
.destinations-two__single:hover {
background-color: var(--thm-base);
}
.destinations-one__single>img,
.destinations-two__single>img {
opacity: 0.7;
-webkit-transform: scale(1.0);
transform: scale(1.0);
width: 100%;
border-radius: 50%;
-webkit-transition: all 500ms ease 300ms;
transition: all 500ms ease 300ms;
}
.destinations-one__single>img {
border-radius: 0;
}
.destinations-one__single:hover img,
.destinations-two__single:hover img {
opacity: 0.1;
-webkit-transform: scale(1.05);
transform: scale(1.05);
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}
.destinations-one__single h3,
.destinations-two__single h3 {
font-family: var(--thm-font);
font-size: 50px;
font-weight: bold;
color: #fff;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
margin: 0;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0
}
.destinations-one__single h3 a,
.destinations-two__single h3 a {
color: inherit
}
.destinations-one__single h3 a:hover,
.destinations-two__single h3 a:hover {
color: #fff;
}
/* Destinations Details */
.destinations-details__title {
margin: 0;
color: var(--thm-black);
font-size: 60px;
font-family: var(--thm-font);
font-weight: 600;
line-height: 1em;
margin-top: -10px;
margin-bottom: 40px;
}
.destinations-details__title+p {
margin-top: -10px;
}
.destinations-details__subtitle {
margin: 0;
color: var(--thm-black);
font-size: 40px;
font-weight: 600;
font-family: var(--thm-font);
margin-top: -10px;
margin-bottom: 50px;
}
.destinations-details__subtitle+p {
margin-top: -10px;
}
.destinations-details__content p {
margin: 0;
color: #9ca3a9;
font-size: 18px;
font-weight: 500;
line-height: 34px;
}
.destinations-details__content p+p {
margin-top: 30px;
}
.destinations-details__content .row {
margin-left: -5px;
margin-right: -5px;
}
.destinations-details__content .row>[class*=col-] {
padding-left: 5px;
padding-right: 5px;
}
.destinations-details__gallery {
margin-top: 60px;
margin-bottom: 60px;
}
.destinations-details__content .accrodion-grp {
margin-top: 50px;
}
/* destinations three */
.destinations-three {
padding-top: 120px;
padding-bottom: 90px;
}
.destinations-three__single {
position: relative;
overflow: hidden;
margin-bottom: 30px;
background-color: var(--thm-black);
}
.destinations-three__single>img {
width: 100%;
}
.destinations-three__content {
position: absolute;
bottom: 0;
left: 0;
z-index: 10;
padding-left: 40px;
padding-bottom: 40px;
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
transition: opacity 500ms ease, -webkit-transform 500ms ease;
transition: transform 500ms ease, opacity 500ms ease;
transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}
.destinations-three__single:hover .destinations-three__content {
-webkit-transform: translateY(100%);
transform: translateY(100%);
opacity: 0;
}
.destinations-three__hover-content h3,
.destinations-three__content h3 {
font-family: var(--thm-font);
color: #fff;
font-size: 36px;
text-transform: uppercase;
margin: 0;
}
.destinations-three__hover-content h3 a,
.destinations-three__content h3 a {
color: inherit;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.destinations-three__hover-content h3 a:hover,
.destinations-three__content h3 a:hover {
color: var(--thm-primary);
}
.destinations-three__single::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, rgba(0, 0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0.98)), to(rgba(0, 0, 0, 1)));
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.98) 99%, rgba(0, 0, 0, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
.destinations-three__hover-content {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 11;
padding-left: 40px;
padding-bottom: 35px;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
opacity: 0;
-webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
transition: opacity 500ms ease, -webkit-transform 500ms ease;
transition: transform 500ms ease, opacity 500ms ease;
transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}
.destinations-three__single:hover .destinations-three__hover-content {
opacity: 1;
-webkit-transform: translateY(0%);
transform: translateY(0%);
}
.destinations-three__hover-content p {
margin: 0;
font-size: 18px;
font-weight: 500;
color: var(--thm-base);
line-height: 1em;
}
.destinations-three__link {
width: 50px;
display: block;
height: 50px;
text-align: center;
border-radius: 50%;
background-color: var(--thm-base);
position: absolute;
right: 30px;
bottom: 40px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.destinations-three__link i {
line-height: 50px;
color: var(--thm-black);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
font-size: 18px;
}
.destinations-three__link:hover {
background-color: var(--thm-primary);
}
.destinations-three__link:hover i {
color: #ffffff;
}
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features-one__title {
background-color: #082740;
padding-bottom: 180px;
padding-top: 120px;
}
.features-one__title .block-title {
margin-bottom: 0;
}
.features-one__title .block-title h3 {
color: #ffffff;
}
.features-one__single {
box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
background-color: #fff;
text-align: center;
padding-top: 65.5px;
padding-bottom: 65.5px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
position: relative;
z-index: 10;
margin-top: -120px;
}
.features-one__single:hover {
background-color: var(--thm-primary);
}
.features-one__single i {
font-size: 50px;
color: var(--thm-primary);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.features-one__single:hover i {
color: #ffffff;
}
.features-one__single h3 {
color: var(--thm-black);
font-size: 24px;
margin: 0;
font-family: var(--thm-font);
line-height: 30px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
margin-top: 15px;
}
.features-one__single h3 a {
color: inherit;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.features-one__single h3 a:hover {
color: #ffffff;
}
.features-one__single:hover h3,
.features-one__single:hover h3 a {
color: #ffffff;
}
.features-two {
padding-top: 120px;
padding-bottom: 120px;
position: relative;
}
.features-two__bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-position: center 130%;
background-repeat: no-repeat;
opacity: 0.05;
}
.features-two .container {
position: relative;
}
.features-two__single {
margin-bottom: 30px;
text-align: center;
}
.features-two__single h3 {
margin: 0;
color: var(--thm-black);
font-family: var(--thm-font);
font-size: 24px;
font-weight: 600;
margin-bottom: 25px;
margin-top: 40px;
}
.features-two__single p {
margin: 0;
color: #9ca3a9;
font-size: 18px;
line-height: 34px;
font-weight: 500;
}
.features-two__single i {
width: 129px;
display: -webkit-box;
display: flex;
height: 129px;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
margin-left: auto;
margin-right: auto;
border-radius: 50%;
font-size: 52px;
color: #ffffff;
background-color: var(--thm-secondary);
box-shadow: 0px 10px 30px 0px rgba(255, 1, 67, 0.2);
}
.features-two [class*=col-]:nth-child(1) .features-two__single i {
background-color: #6ebd32;
box-shadow: 0px 10px 30px 0px rgba(110, 189, 50, .2);
}
.features-two [class*=col-]:nth-child(2) .features-two__single i {
background-color: var(--thm-secondary);
box-shadow: 0px 10px 30px 0px rgba(var(--thm-secondary-rgb), .2);
}
.features-two [class*=col-]:nth-child(3) .features-two__single i {
background-color: var(--thm-primary);
box-shadow: 0px 10px 30px 0px rgba(var(--thm-primary-rgb), .2);
}
.features-two__btn {
margin-top: 30px;
}
/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact-one {
padding-top: 100px;
padding-bottom: 80px;
background-color: var(--thm-primary);
}
.funfact-one__single {
margin-bottom: 30px;
}
.funfact-one__single h3 {
margin: 0;
color: #ffffff;
font-size: 90px;
font-weight: 400;
font-family: var(--thm-font);
line-height: 1em;
}
.funfact-one__single p {
margin: 0;
color: #ffffff;
font-weight: 400;
font-size: 20px;
margin-top: 10px;
}
/*--------------------------------------------------------------
# Tour Search
--------------------------------------------------------------*/
.tour-search-one {
background-color: #fff;
box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}
.tour-search-one__inner {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
flex-wrap: wrap;
}
.tour-search-one__inputs {
-webkit-box-flex: 1;
flex: 1 1 calc(100% - 224px);
max-width: calc(100% - 224px);
flex-wrap: wrap;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.tour-search-one__btn-wrap {
-webkit-box-flex: 1;
flex: 1 1 224px;
max-width: 224px;
display: -webkit-box;
display: flex;
-webkit-box-pack: end;
justify-content: flex-end;
}
.tour-search-one__btn {
padding: 43px 77.25px;
font-size: 20px;
font-weight: 600;
}
.tour-search-one__input-box {
-webkit-box-flex: 1;
flex: 1 1 33.333%;
max-width: 33.333%;
padding: 0px 40px;
padding-top: 39.5px;
padding-bottom: 24.5px;
}
.tour-search-one__input-box+.tour-search-one__input-box {
border-left: 1px solid #eceeef;
}
.tour-search-one__input-box label {
display: block;
margin: 0;
text-transform: uppercase;
color: var(--thm-black);
font-weight: 600;
font-size: 14px;
letter-spacing: .2em;
line-height: 1em;
box-shadow: none;
}
.tour-search-one__input-box input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]),
.tour-search-one__input-box textarea {
border: none;
outline: none;
font-size: 20px;
color: #9ca3a9;
display: block;
line-height: 35px;
}
.tour-search-one__input-box ::-webkit-input-placeholder {
color: #9ca3a9;
opacity: 1;
}
.tour-search-one__input-box ::-moz-placeholder {
color: #9ca3a9;
opacity: 1;
}
.tour-search-one__input-box :-ms-input-placeholder {
color: #9ca3a9;
opacity: 1;
}
.tour-search-one__input-box ::-ms-input-placeholder {
color: #9ca3a9;
opacity: 1;
}
.tour-search-one__input-box ::placeholder {
color: #9ca3a9;
opacity: 1;
}
.tour-search-one__input-box :-ms-input-placeholder {
color: #9ca3a9;
}
.tour-search-one__input-box ::-ms-input-placeholder {
color: #9ca3a9;
}
.tour-search-one__input-box .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
width: 100%;
}
.tour-search-one__input-box .bootstrap-select>.dropdown-toggle {
background-color: transparent;
border: none;
font-size: 20px;
font-weight: 400;
border-radius: 0;
color: #9ca3a9;
padding: 0;
line-height: 35px;
}
.tour-search-one__home-two {
position: relative;
z-index: 10;
margin-top: -60px;
}
.tour-search-one__home-three .block-title p {
font-size: 24px;
text-transform: capitalize;
color: var(--thm-primary);
font-weight: 400;
letter-spacing: 0em;
}
.tour-search-one__home-three .block-title h3 {
font-size: 50px;
}
.tour-search-one__home-three .tour-search-one {
box-shadow: none;
}
.tour-search-one__home-three .tour-search-one__inputs {
border: 1px solid #eceeef;
border-right: 0;
}
.tour-search-one__home-four {
padding-top: 250px;
padding-bottom: 120px;
background-repeat: no-repeat;
background-position: top left;
position: relative;
}
.tour-search-one__home-four__sun {
position: absolute;
top: 10%;
left: 10%;
-webkit-animation: sunMove 10s linear infinite;
animation: sunMove 10s linear infinite;
}
.tour-search-one__home-four__bird-1 {
position: absolute;
top: 23%;
left: 46%;
-webkit-animation: bridMove 5s ease-in infinite;
animation: bridMove 5s ease-in infinite;
}
.tour-search-one__home-four__bird-2 {
position: absolute;
top: 36%;
left: 8%;
-webkit-animation: bridMove 5s ease-in infinite;
animation: bridMove 5s ease-in infinite;
}
.tour-search-one__home-four__moc {
position: absolute;
top: 0;
right: -10px;
-webkit-animation: planeMove2 5s ease-in infinite;
animation: planeMove2 5s ease-in infinite;
}
@-webkit-keyframes planeMove2 {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
25% {
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
50% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
75% {
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
}
@keyframes planeMove2 {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
25% {
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
50% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
75% {
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
}
@-webkit-keyframes bridMove {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
25% {
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
}
50% {
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
}
75% {
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes bridMove {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
25% {
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
}
50% {
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
}
75% {
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
.tour-search-one__home-four .container {
position: relative;
}
.tour-search-one__home-four__floated-text {
position: absolute;
right: 53%;
top: 89%;
-webkit-transform: translateY(0%) rotate(-90deg);
transform: translateY(0%) rotate(-90deg);
-webkit-transform-origin: left center;
transform-origin: left center;
text-transform: uppercase;
font-size: 200px;
font-weight: 200;
line-height: 200px;
letter-spacing: .16em;
opacity: 0.04;
}
.tour-search-one__home-four .block-title p {
color: var(--thm-primary);
text-transform: uppercase;
font-size: 20px;
font-weight: 600;
}
.tour-search-one__home-four .block-title h3 {
font-size: 80px;
font-weight: 800;
line-height: 70px;
color: var(--thm-secondary);
}
.tour-search-one__home-four .tour-search-one {
box-shadow: none;
}
.tour-search-one__home-four .tour-search-one__inputs {
-webkit-box-flex: 1;
flex: 1 1 100%;
max-width: 100%;
margin-left: -5px;
margin-right: -5px;
}
.tour-search-one__home-four .tour-search-one__col {
-webkit-box-flex: 1;
flex: 1 1 50%;
padding-left: 5px;
padding-right: 5px;
margin-bottom: 10px;
}
.tour-search-one__home-four .tour-search-one__col:nth-child(1) {
-webkit-box-flex: 1;
flex: 1 1 100%;
}
.tour-search-one__home-four .tour-search-one__input-box {
-webkit-box-flex: 1;
flex: 1 1 100%;
max-width: 100%;
border: 2px solid #eceeef;
}
.tour-search-one__home-5 {
padding-top: 290px;
padding-bottom: 200px;
position: relative;
z-index: 11;
}
.tour-search-one__home-5 .block-title {
margin-bottom: 30px;
}
.tour-search-one__home-5 .block-title p {
color: #fff;
font-weight: 500;
}
.tour-search-one__home-5 .block-title h3 {
margin: 0;
font-size: 170px;
color: #fff;
letter-spacing: .04em;
font-weight: 900;
line-height: 1em;
text-transform: uppercase;
margin-top: -7px;
}
.tour-search-one__home-5 .block-title > span {
font-size: 70px;
font-family: var(--heading-font);
color: var(--thm-secondary);
margin: 0;
display: block;
line-height: 1em;
margin-top: -10px;
}
.tour-search-one__home-5 .tour-search-one__col:nth-child(1) {
-webkit-box-flex: 1;
flex: 1 1 50%;
}
@media(min-width: 1200px) {
.tour-search-one__home-5 .container {
max-width: 860px;
}
}
.tour-search-one__home-5 .tour-search-one__btn {
width: 100%;
padding-left: 30px;
padding-right: 30px;
}
.tour-search-one__home-5 .tour-search-one {
background-color: transparent;
}
.tour-search-one__home-5 .tour-search-one__input-box {
border: 2px solid rgba(236, 238, 239, .2);
}
.tour-search-one__home-5 .tour-search-one__input-box label {
color: #fff;
}
.tour-search-one__home-5 .tour-search-one__input-box .bootstrap-select > .dropdown-toggle {
color: #fff;
}
.tour-search-one__home-5 .tour-search-one__input-box input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]), .tour-search-one__home-5 .tour-search-one__input-box textarea {
background-color: transparent;
color: #ffffff;
}
.tour-search-one__home-5 .tour-search-one__input-box ::-webkit-input-placeholder {
color: #ffffff;
opacity: 1;
}
.tour-search-one__home-5 .tour-search-one__input-box ::-moz-placeholder {
color: #ffffff;
opacity: 1;
}
.tour-search-one__home-5 .tour-search-one__input-box :-ms-input-placeholder {
color: #ffffff;
opacity: 1;
}
.tour-search-one__home-5 .tour-search-one__input-box ::-ms-input-placeholder {
color: #ffffff;
opacity: 1;
}
.tour-search-one__home-5 .tour-search-one__input-box ::placeholder {
color: #ffffff;
opacity: 1;
}
.tour-search-one__home-5 .tour-search-one__input-box :-ms-input-placeholder {
color: #ffffff;
}
.tour-search-one__home-5 .tour-search-one__input-box ::-ms-input-placeholder {
color: #ffffff;
}
.tour-search__home-6 {
padding-left: 100px;
}
.tour-search__home-6 .tour-search-one__home-four {
padding-left: 135px;
padding-right: 135px;
padding-top: 258px;
padding-bottom: 258px;
position: relative;
}
.tour-search__home-6 .tour-search-one {
position: relative;
background-color: transparent;
}
.tour-search-one__6__bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-position: center 110%;
background-repeat: no-repeat;
opacity: 0.05;
background-size: 120% auto;
}
.tour-search__home-6 .row,
.tour-search__home-6 .block-title {
position: relative;
}
.tour-search__home-6 .block-title p {
font-size: 30px;
letter-spacing: 0;
}
.tour-search__home-6 .block-title h3 {
font-size: 70px;
line-height: 70px;
text-transform: uppercase;
font-weight: 800;
}
.tour-search-one__home-seven {
background-color: #004c85;
padding-top: 0;
padding-top: 110px;
padding-bottom: 105px;
}
.tour-search-one__home-seven .block-title p {
text-transform: capitalize;
letter-spacing: 0;
}
.tour-search-one__home-seven .block-title h3 {
color: #fff;
font-size: 70px;
font-weight: 600;
}
.tour-search-one__home-seven .tour-search-one {
background-color: transparent;
}
.tour-search-one__home-seven .tour-search-one__input-box {
border-color: rgba(255, 255, 255, .15);
}
tour-search-one__home-seven .tour-search-one__input-box .bootstrap-select > .dropdown-toggle,
.tour-search-one__home-seven .tour-search-one__input-box input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]), .tour-search-one__home-seven .tour-search-one__input-box textarea {
background-color: transparent;
color: #a4cae5;
opacity: 1;
}
.tour-search-one__home-seven .tour-search-one__input-box .tour-search-one__input-box ::-webkit-input-placeholder {
color: #a4cae5;
opacity: 1;
}
.tour-search-one__home-seven .tour-search-one__input-box .tour-search-one__input-box ::-moz-placeholder {
color: #a4cae5;
opacity: 1;
}
.tour-search-one__home-seven .tour-search-one__input-box .tour-search-one__input-box :-ms-input-placeholder {
color: #a4cae5;
opacity: 1;
}
.tour-search-one__home-seven .tour-search-one__input-box .tour-search-one__input-box ::-ms-input-placeholder {
color: #a4cae5;
opacity: 1;
}
.tour-search-one__home-seven .tour-search-one__input-box .tour-search-one__input-box ::placeholder {
color: #a4cae5;
opacity: 1;
}
.tour-search-one__home-seven .tour-search-one__input-box :-ms-input-placeholder {
color: #a4cae5;
}
.tour-search-one__home-seven .tour-search-one__input-box ::-ms-input-placeholder {
color: #a4cae5;
}
.tour-search-one__home-seven .tour-search-one__input-box label {
color: #ffffff;
}
.tour-search-one__home-seven .features-two__single {
position: relative;
padding-left: 170px;
text-align: left;
margin-bottom: 0;
}
.tour-search-one__home-seven .features-two__single i {
position: absolute;
top: 10px;
left: 0;
}
.tour-search-one__home-seven-content {
padding-left: 100px;
}
.tour-search-one__home-seven-content [class*=col-] +[class*=col-] {
border-top: 1px solid rgba(255, 255, 255, .07);
padding-top: 40px;
margin-top: 40px;
}
.tour-search-one__home-seven-content .features-two__single h3 {
color: #ffffff;
margin-top: 0;
}
.tour-search-one__home-seven-content .features-two__single p {
color: #a4cae5;
}
.tour-search-one__home-8 {
width: 100%;
max-width: 1250px;
background-color: #fff;
padding: 40px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.2);
} | public/assets/css/style.css | # Common
--------------------------------------------------------------*/
/*font-family: 'Barlow Condensed', sans-serif;
font-family: 'Satisfy', cursive;*/
:root {
--thm-font: 'Barlow Condensed', sans-serif;
--heading-font: 'Satisfy', cursive;
--thm-base: #ffa801;
--thm-base-rgb: 255, 168, 1;
--thm-primary: #40b9eb;
--thm-primary-rgb: 64, 185, 235;
--thm-secondary: #ff0143;
--thm-secondary-rgb: 255, 1, 67;
--thm-black: #082740;
--thm-black-rgb: 8, 39, 64;
--thm-gray: #eceeef;
}
body {
font-family: var(--thm-font);
color: #7c859b;
font-size: 18px;
line-height: 34px;
font-weight: 500;
}
a:active,
a:hover,
a:focus,
a:visited {
text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--heading-font);
}
.page-wrapper {
position: relative;
margin: 0 auto;
width: 100%;
min-width: 300px;
overflow: hidden;
}
@media (min-width: 1200px) {
.container {
max-width: 1200px;
}
}
.block-title {
margin-bottom: 60px;
}
.block-title p {
margin: 0;
text-transform: uppercase;
color: var(--thm-base);
font-size: 16px;
font-weight: 600;
letter-spacing: .2em;
line-height: 1em;
}
.block-title h3 {
margin: 0;
color: var(--thm-black);
font-size: 60px;
font-weight: 600;
font-family: var(--thm-font);
line-height: 1em;
}
.block-title p+h3 {
margin-top: 15px;
}
.thm-btn {
display: inline-block;
vertical-align: middle;
border: none;
outline: none;
background-color: var(--thm-base);
font-size: 18px;
color: var(--thm-black);
font-weight: 600;
text-transform: uppercase;
padding: 20px 50.5px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.xx{
width: 100%;
height: 44px;
display: block;
border: none;
outline: none;
background-color : #ffffff !important;
font-size: 12px;
font-weight: 500;
color: #000;
padding-left: 30px;
}
.x{
width: 100%;
height: 64px;
display: block;
border: none;
outline: none;
background-color : #ffffff !important;
font-size: 18px;
font-weight: 500;
color: #000;
padding-left: 30px;
}
.y{
font-size: 20px !important;
font-weight: 600;
}
.yy{
font-size: 14px !important;
font-weight: 600;
}
.login-submit{
display: inline-block;
vertical-align: middle;
border: none;
outline: none;
background-color: var(--thm-base);
font-size: 14px;
color: var(--thm-black);
font-weight: 600;
text-transform: uppercase;
padding: 15px 115px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
border-radius: 5px;
}
.login-header
{
display: inline-block;
vertical-align: middle;
border: none;
outline: none;
background-color: var(--thm-base);
font-size: 18px;
color: var(--thm-black);
font-weight: 600;
text-transform: uppercase;
padding: 20px 50.5px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.forgot-link{
display: inline-block;
vertical-align: middle;
border: none;
outline: none;
text-align: center;
font-size: 9px;
color: var(--thm-black);
font-weight: 600;
text-transform: uppercase;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.thm-btn:hover {
background-color: var(--thm-primary);
color: #ffffff;
}
.login-submit:hover {
background-color: var(--thm-primary);
color: #ffffff;
}
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
background-color: transparent !important;
box-shadow: none !important;
outline: none !important;
}
.bootstrap-select>.dropdown-toggle {
box-shadow: none !important;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
outline: none !important;
}
.bootstrap-select .dropdown-menu {
padding-top: 0;
padding-bottom: 0;
margin-top: 0;
z-index: 991;
border-radius: 0;
}
.bootstrap-select .dropdown-menu>li+li>a {
border-top: 1px solid var(--thm-gray);
}
.bootstrap-select .dropdown-menu>li.selected>a {
background: var(--thm-primary);
color: #fff;
}
.bootstrap-select .dropdown-menu>li>a {
font-size: 16px;
font-weight: 500;
padding: 4px 20px;
color: var(--thm-black);
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.bootstrap-select .dropdown-menu>li>a:hover {
background: var(--thm-primary);
color: #fff;
cursor: pointer;
}
/* datepicker */
.datepicker.dropdown-menu {
min-width: 17rem;
}
.datepicker table {
width: 100%;
}
.post-pagination {
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
flex-wrap: wrap;
}
.post-pagination a {
border-radius: 50%;
background-color: var(--thm-gray);
color: #9ca3a9;
font-size: 18px;
font-weight: 600;
text-align: center;
padding: 0;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
width: 57px;
height: 57px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.post-pagination a:hover {
background-color: var(--thm-primary);
color: #fff;
}
.post-pagination a.active {
background-color: var(--thm-base);
color: #fff;
cursor: auto;
}
.post-pagination a+a {
margin-left: 15px;
}
/* owl dots style */
.thm__owl-carousel .owl-dots {
margin-top: 20px;
}
.thm__owl-carousel .owl-dots .owl-dot {
outline: none;
}
.thm__owl-carousel .owl-dots .owl-dot span {
margin: 0 2.5px;
padding: 0;
width: 14px;
height: 14px;
background-color: var(--thm-gray);
border-radius: 50%;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.thm__owl-carousel .owl-dots .owl-dot:hover span,
.thm__owl-carousel .owl-dots .owl-dot.active span {
background-color: var(--thm-primary);
}
.thm__owl-carousel.light-dots .owl-dots .owl-dot span {
background-color: #fff;
}
.thm__owl-carousel.light-dots .owl-dots .owl-dot:hover span,
.thm__owl-carousel.light-dots .owl-dots .owl-dot.active span {
background-color: var(--thm-primary);
}
.preloader {
position: fixed;
background-color: #fff;
background-position: center center;
background-repeat: no-repeat;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9991;
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
text-align: center;
}
.preloader__image {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: flipInY;
animation-name: flipInY;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.scroll-to-top {
display: inline-block;
width: 45px;
height: 45px;
background: var(--thm-primary);
position: fixed;
bottom: 40px;
right: 40px;
z-index: 99;
text-align: center;
-webkit-transition: all .4s ease;
transition: all .4s ease;
display: none;
border-radius: 50%;
transition: all .4s ease;
}
.scroll-to-top i {
color: #ffffff;
font-size: 18px;
line-height: 45px;
}
.scroll-to-top:hover {
background-color: var(--thm-black);
}
.scroll-to-top:hover i {
color: #fff;
}
.thm-base-bg {
background-color: var(--thm-primary);
}
.thm-base-bg-2 {
background-color: var(--thm-base);
}
.thm-gray-bg {
background-color: var(--thm-gray);
}
/* home 5 */
.home-5__content-wrap {
background-color: var(--thm-black);
position: relative;
}
.home-5__bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.home-5__bg-inner {
height: 100% !important;
}
.home-5__social {
position: absolute;
top: 50%;
left: 120px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
z-index: 100;
}
.home-5__social a {
color: #fff;
font-size: 22px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.home-5__social a:hover {
color: var(--thm-primary);
}
.home-5__social a + a {
margin-top: 15px;
}
.home-5__floated-text {
font-size: 400px;
font-weight: 200;
color: #ffffff;
letter-spacing: .2em;
position: absolute;
top: 50%;
left: 50%;
text-transform: uppercase;
-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
z-index: 10;
text-align: center;
opacity: 0.05;
}
/* home 7 */
.home-7-content-wrap {
position: relative;
}
.home-7-content__bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: -37px;
background-position: top;
background-repeat: no-repeat;
background-position: bottom center;
opacity: 0.07;
background-color: #004c85;
background-blend-mode: multiply;
z-index: 10;
}
.home-7-content-wrap .container {
position: relative;
z-index: 11;
}
/* Cursor Style */
.cursor {
position: absolute;
background-color: #fff;
width: 6px;
height: 6px;
border-radius: 100%;
z-index: 1;
-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
z-index: 10000;
-webkit-transform: scale(1);
transform: scale(1);
visibility: hidden;
}
.cursor {
visibility: visible;
}
.cursor.active {
opacity: 0.5;
-webkit-transform: scale(0);
transform: scale(0);
}
.cursor.hovered {
opacity: 0.08;
}
.cursor-follower {
position: absolute;
background-color: RGBA(255, 255, 255, 0.3);
width: 50px;
height: 50px;
border-radius: 100%;
z-index: 1;
-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
z-index: 10000;
visibility: hidden;
}
.cursor-follower {
visibility: visible;
}
.cursor-follower.active {
opacity: 0.7;
-webkit-transform: scale(1);
transform: scale(1);
}
.cursor-follower.hovered {
opacity: 0.08;
}
.cursor-follower.close-cursor:before {
position: absolute;
content: '';
height: 25px;
width: 2px;
background: #fff;
left: 48%;
top: 12px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
display: inline-block;
}
.cursor-follower.close-cursor:after {
position: absolute;
content: '';
height: 25px;
width: 2px;
background: #fff;
right: 48%;
top: 12px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar-one {
background-color: #004c85;
}
.topbar-one .container-fluid {
padding-left: 0;
padding-right: 0;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: justify;
justify-content: space-between;
}
.topbar-one__left {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
padding-left: 60px;
}
.topbar-one__left a {
color: #a4cae5;
font-size: 16px;
font-weight: 500;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.topbar-one__left a:hover {
color: #fff;
}
.topbar-one__left a+a {
margin-left: 40px;
}
.topbar-one__right {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.topbar-one__social {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
margin-right: 60px;
}
.topbar-one__social a {
font-size: 14px;
color: #a4cae5;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.topbar-one__social a:hover {
color: var(--thm-base);
}
.topbar-one__social a+a {
margin-left: 30px;
}
.topbar-one__guide-btn {
background-color: var(--thm-base);
text-transform: uppercase;
font-size: 16px;
font-weight: 600;
color: var(--thm-black);
padding-top: 10px;
padding-bottom: 10px;
padding-left: 60px;
padding-right: 60px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.topbar-one__guide-btn:hover {
background-color: var(--thm-black);
color: #fff;
}
.topbar-one .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
width: 40px;
}
.topbar-one .bootstrap-select>.dropdown-toggle {
border: none;
font-size: 14px;
font-weight: 500;
color: #a4cae5;
padding: 11px 0px;
background-color: transparent;
}
.topbar-one .bootstrap-select+.bootstrap-select {
margin-left: 10px;
}
.topbar-one .container {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: justify;
justify-content: space-between;
}
.topbar-one__home-7 {
border-bottom: 1px solid rgba(255, 255, 255, .07);
}
.topbar-one__home-7 .topbar-one__spacer {
width: 1px;
height: 55px;
background-color: rgba(255, 255, 255, .07);
margin-left: 40px;
margin-right: 40px;
}
.topbar-one__home-7 .topbar-one__left {
padding-left: 0;
}
.topbar-one__home-7 .topbar-one__social {
margin-right: 0;
}
/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/
.main-nav__header-one .container {
position: relative;
}
.main-nav__logo-box {
background-color: #eceeef;
text-align: center;
width: 100%;
max-width: 244px;
display: block;
margin-right: 60px;
padding: 41.65px 0;
}
.main-nav__logo-box .side-menu__toggler {
font-size: 20px;
color: var(--thm-black);
}
@media (min-width: 1200px) {
.main-nav__header-one .container {
max-width: 100%;
padding-left: 0;
padding-right: 0;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.main-nav__logo-box .side-menu__toggler {
display: none;
}
.main-nav__main-navigation {
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
}
@media(max-width: 1199px) {
.main-nav__logo-box {
padding: 20px 0;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: justify;
justify-content: space-between;
}
.main-nav__main-navigation {
display: none;
}
}
.main-nav__main-navigation .main-nav__navigation-box {
margin: 0;
padding: 0;
list-style: none;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.main-nav__main-navigation .main-nav__navigation-box,
.main-nav__main-navigation .main-nav__navigation-box ul {
margin: 0;
padding: 0;
list-style: none;
}
.main-nav__main-navigation .main-nav__navigation-box>li+li {
margin-left: 45px;
}
.main-nav__main-navigation .main-nav__navigation-box>li {
position: relative;
padding: 44.5px 0px;
}
.main-nav__main-navigation .main-nav__navigation-box>li>a {
color: #9ca3a9;
font-size: 18px;
font-weight: 500;
font-family: var(--thm-font);
text-transform: uppercase;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-nav__main-navigation .main-nav__navigation-box>li:hover>a,
.main-nav__main-navigation .main-nav__navigation-box>li.current>a,
.main-nav__main-navigation .main-nav__navigation-box>li.current-menu-item>a {
color: var(--thm-primary);
}
/* Dropdown menu */
.main-nav__main-navigation .dropdown-btn {
display: none;
}
.main-nav__main-navigation .main-nav__navigation-box>li ul {
position: absolute;
width: 230px;
background-color: #fff;
border-top: 2px solid var(--thm-base);
box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
-webkit-transform-origin: top;
transform-origin: top;
visibility: hidden;
opacity: 0;
z-index: 991;
-webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
}
.main-nav__main-navigation .main-nav__navigation-box>li ul>li {
position: relative;
}
.main-nav__main-navigation .main-nav__navigation-box>li ul>li+li {
border-top: 1px solid rgba(var(--thm-base-rgb), .3);
}
.main-nav__main-navigation .main-nav__navigation-box>li ul>li>a {
display: block;
color: var(--thm-black);
font-size: 14px;
font-family: var(--thm-font);
word-break: break-all;
padding-top: 9.5px;
padding-bottom: 9.5px;
padding-left: 20px;
padding-right: 20px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-nav__main-navigation .main-nav__navigation-box>li ul>li:hover>a {
color: #fff;
background-color: var(--thm-base);
}
/* Second level menu */
.main-nav__main-navigation .main-nav__navigation-box>li>ul {
top: 100%;
left: 0;
-webkit-transform: translateY(30px);
transform: translateY(30px);
visibility: hidden;
opacity: 0;
}
.main-nav__main-navigation .main-nav__navigation-box>li:hover>ul {
-webkit-transform: translateY(0);
transform: translateY(0);
visibility: visible;
opacity: 1;
}
/* Third level menu */
.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul {
top: 0;
left: 100%;
-webkit-transform: translateX(30px);
transform: translateX(30px);
visibility: hidden;
opacity: 0;
}
.main-nav__main-navigation .main-nav__navigation-box>li>ul>li:hover>ul {
-webkit-transform: translateX(0px);
transform: translateX(0px);
visibility: visible;
opacity: 1;
}
/* After Third level menu */
.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul>li ul {
display: none;
}
.main-nav__right {
margin-left: auto;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
padding-right: 60px;
}
.main-nav__right .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
width: 96px;
}
.main-nav__right .bootstrap-select>.dropdown-toggle {
border-style: solid;
border-width: 2px;
border-color: rgb(236, 238, 239);
font-size: 14px;
font-weight: 500;
color: #9ca3a9;
padding: 11px 20px;
background-color: #fff;
}
.main-nav__right .bootstrap-select+.bootstrap-select {
margin-left: 10px;
}
.main-nav__login,
.main-nav__search {
font-size: 21px;
color: var(--thm-black);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-nav__login:hover,
.main-nav__search:hover {
color: var(--thm-secondary);
}
.main-nav__search {
margin-right: 30px;
}
.main-nav__login {
margin-right: 40px;
}
.stricked-menu {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 999;
background-color: #ffffff;
box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
opacity: 0;
-webkit-transform: translateY(-110%);
transform: translateY(-110%);
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.stricked-menu.stricky-fixed {
opacity: 1;
-webkit-transform: translateY(0%);
transform: translateY(0%);
}
.site-header__home-two-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 100;
}
.site-header__home-two .main-nav__logo-box {
background-color: transparent;
padding-top: 30px;
padding-bottom: 30px;
max-width: 123px;
margin-right: 125px;
}
.site-header__home-two .main-nav__main-navigation .main-nav__navigation-box>li {
padding-top: 30px;
padding-bottom: 30px;
}
.site-header__home-two .main-nav__main-navigation .main-nav__navigation-box>li>a {
color: #ffffff;
}
.site-header__home-two .main-nav__main-navigation .main-nav__navigation-box>li:hover>a,
.site-header__home-two .main-nav__main-navigation .main-nav__navigation-box>li.current>a,
.site-header__home-two .main-nav__main-navigation .main-nav__navigation-box>li.current-menu-item>a {
color: var(--thm-secondary);
}
.site-header__home-two {
padding-left: 120px;
padding-right: 120px;
}
.site-header__home-two .main-nav__right {
padding-right: 0;
}
.site-header__home-two .main-nav__login,
.site-header__home-two .main-nav__search {
color: #fff;
margin-right: 0;
margin-left: 30px;
}
.site-header__home-two .main-nav__search {
margin-left: 175px;
}
@media(max-width: 1440px) {
.site-header__home-two .main-nav__search {
margin-left: 50px;
}
}
@media(max-width: 1280px) {
.site-header__home-two .main-nav__search {
margin-left: 20px;
}
.site-header__home-two .main-nav__right .bootstrap-select + .bootstrap-select {
margin-left: 20px;
}
.site-header__home-two .main-nav__logo-box {
margin-right: 70px;
}
}
.site-header__home-two-wrap .topbar-one {
background-color: #082740;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 120px;
padding-right: 120px;
}
.site-header__home-two-wrap .topbar-one__left {
padding-left: 0;
}
.site-header__home-two-wrap .topbar-one__social {
margin-right: 0;
}
.site-header__home-two .main-nav__right .bootstrap-select>.dropdown-toggle {
padding: 0;
background-color: transparent;
font-size: 16px;
border: none;
color: #ffffff;
}
.site-header__home-two .main-nav__right .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
width: 48px;
position: relative;
top: -4px;
}
.site-header__home-two .main-nav__right .bootstrap-select+.bootstrap-select {
margin-left: 30px;
}
.site-header__home-two .stricked-menu {
background-color: var(--thm-black);
padding-left: 120px;
padding-right: 120px;
}
.main-nav__header-three {
background-color: #004c85;
}
.main-nav__header-three .stricked-menu {
background-color: #004c85;
}
.main-nav__header-four .container,
.main-nav__header-three .container {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
flex-wrap: wrap;
-webkit-box-pack: center;
justify-content: center;
}
.main-nav__header-four .main-nav__logo-box,
.main-nav__header-three .main-nav__logo-box {
background-color: transparent;
max-width: 123px;
padding: 0;
}
.main-nav__header-four .main-nav__main-navigation,
.main-nav__header-three .main-nav__main-navigation {
-webkit-box-pack: center;
justify-content: center;
margin-left: auto;
}
.main-nav__header-four .main-nav__main-navigation .main-nav__navigation-box>li,
.main-nav__header-three .main-nav__main-navigation .main-nav__navigation-box>li {
padding-top: 39.5px;
padding-bottom: 39.5px;
}
.main-nav__header-three .main-nav__main-navigation .main-nav__navigation-box>li>a {
color: #a2c8e4;
}
.main-nav__header-four .main-nav__main-navigation .main-nav__navigation-box>li>a {
color: #9ca3a9;
}
.main-nav__header-three .main-nav__main-navigation .main-nav__navigation-box>li:hover>a,
.main-nav__header-three .main-nav__main-navigation .main-nav__navigation-box>li.current>a,
.main-nav__header-three .main-nav__main-navigation .main-nav__navigation-box>li.current-menu-item>a {
color: #ffffff;
}
.main-nav__header-four .main-nav__main-navigation .main-nav__navigation-box>li:hover>a,
.main-nav__header-four .main-nav__main-navigation .main-nav__navigation-box>li.current>a,
.main-nav__header-four .main-nav__main-navigation .main-nav__navigation-box>li.current-menu-item>a {
color: var(--thm-primary);
}
.main-nav__header-four .main-nav__right,
.main-nav__header-three .main-nav__right {
padding-right: 0;
}
.header-four__btn,
.header-three__btn {
padding: 10px 36.5px;
}
.main-nav__header-four {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 100;
}
.main-nav__header-6 {
width: 100px;
height: 100vh;
background-color: var(--thm-gray);
position: fixed;
top: 0;
left: 0;
z-index: 991;
}
.main-nav__header-6 .header-navigation,
.main-nav__header-6 .main-nav__logo-box,
.main-nav__header-6 .header-navigation .container {
height: 100%;
}
.main-nav__header-6 .main-nav__logo-box {
margin: 0;
padding: 30px 0;
position: relative;
}
.main-nav__header-6 .main-nav__logo-box .side-menu__toggler {
display: block;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 22px;
height: 18px;
border-top: 2px solid var(--thm-black);
border-bottom: 2px solid var(--thm-black);
}
.main-nav__header-6__copy {
text-transform: uppercase;
margin: 0;
color: #9ca3a9;
font-size: 16px;
line-height: 1em;
font-weight: 400;
position: absolute;
bottom: 16%;
left: -84%;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: bottom center;
transform-origin: bottom center;
z-index: 91;
display: block;
width: 200px;
word-wrap: unset;
}
.main-nav__header-6 .stricked-menu {
display: none !important;
}
.main-nav__header-6 .main-nav__main-navigation {
display: none;
}
.main-nav__header-8 {
background-color: #082740;
}
.main-nav__header-8 .main-nav__main-navigation {
width: 100%;
margin-left: 0;
}
.main-nav__header-8 .main-nav__main-navigation .main-nav__navigation-box {
width: 100%;
-webkit-box-pack: center;
justify-content: center;
}
.main-nav__header-8 .main-nav__main-navigation .main-nav__navigation-box > li:nth-child(3) {
margin-right: auto;
}
.main-nav__header-8 .container {
position: relative;
}
.main-nav__header-8 .stricked-menu {
background-color: #082740;
}
@media(min-width: 1200px) {
.main-nav__header-8 .container {
max-width: 800px;
}
.main-nav__header-8 .main-nav__logo-box {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
}
.main-nav__header-8 .main-nav__logo-box {
margin-right: 0;
}
.site-header__home-5 .side-menu__toggler {
width: 22px;
height: 18px;
display: block;
border-top: 2px solid #fff;
border-bottom: 2px solid #fff;
}
.site-header__home-5 .main-nav__logo-box {
max-width: 230px;
display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
align-items: center;
margin-right: 0;
}
.site-header__home-5 .main-nav__logo-box__sep {
width: 1px;
height: 54px;
background-color: rgba(255, 255, 255, .1);
display: -webkit-box;
display: flex;
}
.site-header__home-5 .main-nav__main-navigation {
display: none;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* default size */
.site-footer {
border-top: 1px solid #eceeef;
padding-top: 130px;
padding-bottom: 90px;
position: relative;
}
.site-footer__bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-position: top;
background-repeat: no-repeat;
opacity: 0.05;
}
.site-footer .container {
position: relative;
}
.site-footer .row {
margin-left: -27.5px;
margin-right: -27.5px;
}
.footer-widget__column {
-webkit-box-flex: 1;
flex: 1 1 33.333333%;
max-width: 33.333333;
padding-left: 27.5px;
padding-right: 27.5px;
margin-bottom: 30px;
}
/* custom size */
.footer-widget__about,
.footer-widget__gallery {
-webkit-box-flex: 1;
flex: 1 1 25%;
max-width: 25%;
}
.footer-widget__links,
.footer-widget__options {
-webkit-box-flex: 1;
flex: 1 1 16.666666%;
max-width: 16.666666%;
}
.footer-widget__links {
padding-left: 57.5px;
}
/* gallery widget */
.footer-widget__gallery-list {
display: -webkit-box;
display: flex;
margin: 0;
flex-wrap: wrap;
margin-left: -5px;
margin-right: -5px;
margin-top: -10px;
}
.footer-widget__gallery-list li {
-webkit-box-flex: 1;
flex: 1 1 33.333%;
max-width: 33.333%;
padding-left: 5px;
padding-right: 5px;
margin-top: 10px;
}
.footer-widget__gallery-list li a {
display: block;
background-color: var(--thm-black);
}
.footer-widget__gallery-list li a img {
width: 100%;
opacity: 1;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.footer-widget__gallery-list li a:hover img {
opacity: 0.5;
}
.footer-widget__column p {
font-size: 18px;
line-height: 30px;
font-weight: 500;
color: #9ca3a9;
margin: 0;
}
.footer-widget__logo {
display: inline-block;
-webkit-transform: translateY(-35%);
transform: translateY(-35%);
}
.footer-widget__about p {
margin-top: 20px;
margin-bottom: 25px;
}
.footer-widget__about a {
font-size: 20px;
color: var(--thm-secondary);
line-height: 30px;
font-weight: 500;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.footer-widget__about a:hover {
color: var(--thm-primary);
}
.footer-widget__title {
font-size: 20px;
font-weight: 500;
color: var(--thm-black);
margin: 0;
margin-bottom: 50px;
font-family: var(--thm-font);
}
.footer-widget__links-list {
margin: 0;
margin-top: -15px;
}
.footer-widget__links-list li a {
color: #9ca3a9;
font-size: 18px;
font-weight: 500;
position: relative;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.footer-widget__links-list li a:hover {
padding-left: 15px;
color: var(--thm-primary);
}
.footer-widget__links-list li a::before {
content: '\f101';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 12px;
color: var(--thm-base);
opacity: 0;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.footer-widget__links-list li a:hover::before {
opacity: 1;
}
.footer-widget__options .bootstrap-select+.bootstrap-select {
margin-top: 10px;
}
.footer-widget__options .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
width: 100%;
}
.footer-widget__options .bootstrap-select>.dropdown-toggle {
border-style: solid;
border-width: 2px;
border-color: rgb(236, 238, 239);
font-size: 14px;
font-weight: 500;
color: #9ca3a9;
padding: 11px 30px;
padding-right: 25px;
background-color: #fff;
}
/* footer bottom */
.site-footer__bottom {
padding-top: 43.5px;
padding-bottom: 43.5px;
background-color: #eceeef;
}
.site-footer__bottom .container {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: justify;
justify-content: space-between;
}
.site-footer__bottom p {
margin: 0;
font-size: 18px;
font-weight: 500;
color: #9ca3a9;
}
.site-footer__bottom p a {
color: inherit;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.site-footer__bottom p a:hover {
color: var(--thm-secondary);
}
.site-footer__social {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.site-footer__social a {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
width: 57px;
height: 57px;
background-color: #fff;
color: #9ca3a9;
font-size: 16px;
border-radius: 50%;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.site-footer__social a+a {
margin-left: 10px;
}
.site-footer__social a:hover {
background-color: var(--thm-primary);
color: #ffffff;
}
.site-footer__bottom-home-3 {
background-color: #fff;
border-top: 1px solid #eceeef;
}
.site-footer__bottom-home-3 .site-footer__social a {
background-color: #eceeef;
color: #9ca3a9;
}
.site-footer__bottom-home-3 .site-footer__social a:hover {
background-color: var(--thm-primary);
color: #ffffff;
}
.site-footer__bottom-home-7 {
border-top: 0;
padding-top: 0;
background-color: #004c85;
}
.site-footer__bottom-home-7 p {
color: #a4cae5;
}
.site-footer__bottom-home-8 {
background-color: #082740;
border-top: 0;
}
.site-footer__bottom-home-8 p {
color: #a2c8e4;
}
.site-footer__home-5 .container-fluid {
border-top: 1px solid rgba(255, 255, 255, .1);
padding-left: 120px;
padding-right: 120px;
padding-top: 23px;
padding-bottom: 23px;
display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
align-items: center;
flex-wrap: wrap;
position: relative;
}
.site-footer__home-5-links {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.site-footer__home-5-text p,
.site-footer__home-5-links a {
color: #fff;
font-size: 16px;
font-weight: 500;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.site-footer__home-5-links a:hover {
color: var(--thm-secondary);
}
.site-footer__home-5-links a + a {
margin-left: 10px;
}
.site-footer__home-5-text p {
margin: 0;
}
/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 1000;
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
-webkit-transform-origin: bottom center;
transform-origin: bottom center;
-webkit-transition: -webkit-transform .7s ease;
transition: -webkit-transform .7s ease;
transition: transform .7s ease;
transition: transform .7s ease, -webkit-transform .7s ease;
}
.search-popup.active {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.search-popup__overlay {
width: 100%;
height: 100%;
background-color: #000;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
opacity: .7;
cursor: none;
}
.search-popup__inner {
position: absolute;
width: 100%;
height: 100%;
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
}
.search-popup__form {
position: relative;
z-index: 9991;
width: 100%;
padding: 15px;
max-width: 600px;
position: relative;
}
.search-popup__form input {
background-color: transparent;
border: none;
outline: none;
width: 100%;
height: 60px;
color: var(--thm-black);
font-size: 18px;
background-color: white;
padding-left: 30px;
}
.search-popup__form input::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: var(--thm-black);
}
.search-popup__form input::-moz-placeholder {
/* Firefox 19+ */
color: var(--thm-black);
}
.search-popup__form input:-ms-input-placeholder {
/* IE 10+ */
color: var(--thm-black);
}
.search-popup__form input:-moz-placeholder {
/* Firefox 18- */
color: var(--thm-black);
}
.search-popup__form button[type=submit] {
border: none;
outline: none;
width: 60px;
height: 60px;
color: #fff;
background-color: var(--thm-base);
cursor: pointer;
position: absolute;
top: 50%;
right: 15px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.search-popup__form button[type=submit]:hover {
background-color: var(--thm-black);
color: var(--thm-base);
}
/*--------------------------------------------------------------
# Sidemenu
--------------------------------------------------------------*/
.side-menu__block {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 1000;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transform-origin: left center;
transform-origin: left center;
-webkit-transition: -webkit-transform .7s ease;
transition: -webkit-transform .7s ease;
transition: transform .7s ease;
transition: transform .7s ease, -webkit-transform .7s ease;
}
.side-menu__block.active {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.side-menu__block-overlay {
width: 100%;
height: 100%;
background-color: var(--thm-black);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
opacity: .7;
}
.side-menu__block-overlay .cursor-follower {
background-color: rgba(var(--thm-black-rgb), 0.3);
}
.side-menu__block-inner {
position: relative;
max-width: 532px;
width: 100%;
margin-right: auto;
height: 100vh;
background-color: var(--thm-gray);
z-index: 999999;
overflow-y: auto;
padding: 40px 0;
padding-top: 20px;
position: relative;
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
align-content: space-between;
}
@media(max-width: 575px) {
.side-menu__block-inner {
max-width: 480px;
}
}
@media(max-width: 480px) {
.side-menu__block-inner {
max-width: 400px;
}
}
@media(max-width: 375px) {
.side-menu__block-inner {
max-width: 300px;
}
}
.side-menu__block-inner .mCustomScrollBox {
width: 100%;
}
.side-menu__top {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: justify;
justify-content: space-between;
padding-left: 100px;
padding-right: 40px;
}
.mobile-nav__container {
padding-left: 100px;
padding-right: 100px;
padding-top: 50px;
}
.mobile-nav__container ul {
margin: 0;
padding: 0;
list-style: none;
}
.mobile-nav__container li.dropdown ul {
display: none;
padding-left: 0.5em;
}
.mobile-nav__container li.dropdown {
position: relative;
}
.mobile-nav__container li.dropdown .dropdown-btn {
border: none;
outline: none;
background-color: transparent;
color: #9ca3a9;
font-size: 14px;
padding-left: 10px;
padding-right: 10px;
width: auto;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transition: transfrom 500ms ease;
transition: transfrom 500ms ease;
}
.mobile-nav__container li.dropdown .dropdown-btn.open {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.mobile-nav__container li+li {
margin-top: 10px;
}
.mobile-nav__container li a {
text-transform: uppercase;
color: #9ca3a9;
font-size: 18px;
font-weight: 500;
display: block;
font-family: var(--thm-font);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
position: relative;
}
.mobile-nav__container li a:hover {
color: #004c85;
}
.mobile-nav__container li.current-menu-item>a,
.mobile-nav__container li.current>a {
color: #004c85;
}
.side-menu__social {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
margin-top: 80px;
margin-bottom: 40px;
}
.side-menu__social a {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
width: 57px;
height: 57px;
background-color: #fff;
color: #9ca3a9;
font-size: 16px;
border-radius: 50%;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.side-menu__social a+a {
margin-left: 10px;
}
.side-menu__social a:hover {
background-color: var(--thm-primary);
color: #ffffff;
}
.side-menu__content {
padding-left: 100px;
padding-right: 100px;
}
.side-menu__content p {
margin: 0;
font-size: 18px;
line-height: 30px;
font-weight: 500;
color: #9ca3a9;
letter-spacing: .02em;
}
.side-menu__content p + p {
margin-top: 30px;
}
.side-menu__content p a {
color: var(--thm-secondary);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.side-menu__content p a:hover {
color: var(--thm-base);
}
.side-menu__sep {
width: calc(100% - 200px);
margin-left: auto;
margin-right: auto;
height: 1px;
background-color: #fff;
margin-top: 70px;
margin-bottom: 70px;
}
.side-menu__text p {
font-size: 18px;
line-height: 30px;
font-weight: 500;
color: #9ca3a9;
margin: 0;
margin-bottom: 25px;
}
.side-menu__text a {
font-size: 20px;
color: var(--thm-secondary);
line-height: 30px;
font-weight: 500;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.side-menu__text a:hover {
color: var(--thm-primary);
}
.side-menu__block__copy {
text-transform: uppercase;
font-size: 16px;
color: #9ca3a9;
font-weight: 400;
letter-spacing: .2em;
}
@media(max-width: 575px) {
.side-menu__top,
.side-menu__content,
.mobile-nav__container {
padding-left: 50px;
padding-right: 50px;
}
.side-menu__sep {
margin-top: 40px;
margin-bottom: 40px;
width: calc(100% - 100px);
}
}
@media(max-width: 480px) {
.side-menu__top,
.side-menu__content,
.mobile-nav__container {
padding-left: 25px;
padding-right: 25px;
}
.side-menu__sep {
width: calc(100% - 50px);
}
.side-menu__social {
margin-top: 40px;
}
.side-menu__social a {
width: 45px;
height: 45px;
}
}
/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.banner-one {
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: left center;
padding-top: 175px;
padding-bottom: 180px;
}
.banner-one::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #082740;
opacity: 0.3;
}
.banner-one .container {
position: relative;
}
.banner-one h2 {
margin: 0;
color: #ffffff;
font-weight: bold;
font-size: 100px;
}
.banner-one h2 span {
color: var(--thm-base);
position: relative;
line-height: 1em;
display: inline-block;
}
.banner-one h2 span::before {
content: '';
width: 100%;
height: 31px;
background-image: url(../images/shapes/title-decor-1-1.png);
background-position: center;
background-repeat: no-repeat;
position: absolute;
top: 70%;
left: 0;
}
.banner-one p {
margin: 0;
color: #ffffff;
font-size: 30px;
font-weight: 400;
margin-top: 15px;
margin-bottom: 50px;
}
.banner-two {
background-color: var(--thm-black);
position: relative;
background-repeat: no-repeat;
background-position: center center;
padding-top: 307.5px;
padding-bottom: 307.5px;
}
.banner-two__bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.banner-two__bg-inner {
height: 100% !important;
}
.banner-two::before {
content: '';
width: 100%;
height: 419px;
position: absolute;
top: 0;
left: 0;
z-index: 11;
background-repeat: no-repeat;
background-size: cover;
background-position: center top;
background-image: url(../images/shapes/banner-two__top-shadow.png);
}
.banner-two .container {
position: relative;
text-align: center;
z-index: 12;
}
.banner-two p {
color: var(--thm-secondary);
margin: 0;
font-family: var(--heading-font);
font-size: 130px;
line-height: 1em;
margin-bottom: -60px;
position: relative;
z-index: 10;
}
.banner-two .container h2 {
margin: 0;
line-height: 1em;
font-size: 150px;
line-height: 1em;
color: #fff;
font-family: var(--thm-font);
text-transform: uppercase;
font-weight: 900;
}
.banner-two__floated-text {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
}
.banner-three__wrap {
position: relative;
}
.banner-three__floated-text {
position: absolute;
top: 50%;
left: 50%;
opacity: 0.03;
-webkit-transform: translateX(-50%) translateY(-65%);
transform: translateX(-50%) translateY(-65%);
color: var(--thm-black);
font-size: 350px;
font-family: var(--heading-font);
display: block;
line-height: 1em;
}
.banner-three {
padding-top: 90px;
padding-bottom: 80px;
background-image: -webkit-gradient( linear, left bottom, left top, from(rgb(255,255,255)), to(rgb(236,238,239)));
background-image: linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(236,238,239) 100%);
}
.banner-three__top {
text-align: center;
}
.banner-three__top-inner {
display: inline-block;
position: relative;
}
.banner-three__top-inner h3 {
margin: 0;
font-size: 100px;
color: var(--thm-black);
font-family: var(--thm-font);
letter-spacing: .1em;
font-weight: 400;
text-transform: uppercase;
}
.banner-three__top-inner p {
position: absolute;
right: 10px;
bottom: 5px;
color: var(--thm-secondary);
font-family: var(--heading-font);
margin: 0;
font-size: 60px;
}
.banner-three__box {
padding-bottom: 90px;
}
.banner-three__col {
-webkit-box-flex: 1;
flex: 1 1 20%;
max-width: 20%;
padding-left: 15px;
padding-right: 15px;
}
.banner-three__box-single {
position: relative;
border: 2px dashed #ced3d6;
box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
-webkit-transform: translateY(0);
transform: translateY(0);
margin-bottom: 30px;
-webkit-transition: -webkit-transform 500ms ease;
transition: -webkit-transform 500ms ease;
transition: transform 500ms ease;
transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.banner-three__box-single:hover {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
.banner-three__box-single::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border: 15px solid #ffffff;
z-index: 10;
}
.banner-three__box-single > img {
width: 100%;
}
.banner-three__leaf {
position: absolute;
top: 0;
left: 0;
}
.banner-three__sun {
position: absolute;
top: 5%;
left: 10%;
-webkit-animation: sunMove 10s linear infinite;
animation: sunMove 10s linear infinite;
}
@-webkit-keyframes sunMove {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
25% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
75% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes sunMove {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
25% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
75% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
.banner-three__plane {
position: absolute;
bottom: 15%;
right: 0;
-webkit-animation: planeMove 5s ease-in infinite;
animation: planeMove 5s ease-in infinite;
}
@-webkit-keyframes planeMove {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
25% {
-webkit-transform: translateY(15px);
transform: translateY(15px);
}
50% {
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
75% {
-webkit-transform: translateY(15px);
transform: translateY(15px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
@keyframes planeMove {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
25% {
-webkit-transform: translateY(15px);
transform: translateY(15px);
}
50% {
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
75% {
-webkit-transform: translateY(15px);
transform: translateY(15px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog-one {
padding-top: 120px;
padding-bottom: 90px;
}
.blog-one__single {
margin-bottom: 30px;
position: relative;
}
.blog-one__image {
position: relative;
background-color: var(--thm-black);
overflow: hidden;
}
.blog-one__image>img {
width: 100%;
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
transition: opacity 500ms ease, -webkit-transform 500ms ease;
transition: transform 500ms ease, opacity 500ms ease;
transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}
.blog-one__image>a {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
font-size: 25px;
color: var(--thm-secondary);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
opacity: 0;
}
.blog-one__image>a:hover {
color: #fff;
}
.blog-one__single:hover .blog-one__image>img {
opacity: 0.7;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.blog-one__single:hover .blog-one__image>a {
opacity: 1;
}
.blog-one__content {
padding: 35px 50px;
border-style: solid;
border-width: 1px;
border-color: rgb(236, 238, 239);
background-color: rgb(255, 255, 255);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.blog-one__single:hover .blog-one__content {
box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}
.blog-one__meta {
margin: 0;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.blog-one__meta li+li {
margin-left: 20px;
}
.blog-one__meta li a {
font-size: 14px;
font-weight: 600;
color: #9ca3a9;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.blog-one__meta li i {
font-size: 13px;
color: var(--thm-base);
margin-right: 5px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.blog-one__meta li a:hover {
color: var(--thm-black);
}
.blog-one__meta li a:hover i {
color: var(--thm-primary);
}
.blog-two__content h3,
.blog-one__content h3 {
font-family: var(--thm-font);
color: var(--thm-black);
font-weight: 600;
line-height: 38px;
font-size: 26px;
}
.blog-two__content h3 a,
.blog-one__content h3 a {
color: inherit;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.blog-two__content h3 a:hover,
.blog-one__content h3 a:hover {
color: var(--thm-primary);
}
.blog-one__grid {
padding-bottom: 120px;
}
.blog-one__grid .post-pagination {
margin-top: 30px;
}
.blog-list {
padding-top: 120px;
padding-bottom: 120px;
}
.blog-list .post-pagination {
-webkit-box-pack: start;
justify-content: flex-start;
margin-top: 60px;
}
.blog-two__single {
position: relative;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.blog-two__single:hover {
box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}
.blog-two__single::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-style: solid;
border-width: 1px;
border-color: rgb(236, 238, 239);
}
.blog-two__content {
display: block;
width: 100%;
position: relative;
padding-left: 20px;
padding-right: 50px;
}
@media(max-width: 991px) {
.blog-two__content {
padding-top: 35px;
padding-bottom: 35px;
padding-left: 25px;
padding-right: 25px;
}
}
.blog-two__content p {
margin: 0;
color: #9ca3a9;
font-size: 18px;
line-height: 34px;
font-weight: 500;
margin-bottom: 20px;
margin-top: 20px;
}
.blog-two__link {
text-transform: uppercase;
letter-spacing: .2em;
font-size: 14px;
color: var(--thm-primary);
font-weight: 500;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.blog-two__link:hover {
color: var(--thm-black);
}
/*--------------------------------------------------------------
## Blog Details
--------------------------------------------------------------*/
.blog-details__content {
border: 1px solid #eceeef;
padding: 50px;
padding-bottom: 30px;
}
.blog-details__content h3 {
margin: 0;
color: var(--thm-black);
font-weight: 600;
font-family: var(--thm-font);
font-size: 36px;
}
.blog-details__content p {
margin: 0;
color: #9ca3a9;
font-size: 18px;
line-height: 34px;
font-weight: 500;
}
.blog-details__content p+p {
margin-top: 35px;
}
.blog-details__bottom {
border-top: 1px solid #eceeef;
padding-top: 30px;
margin-top: 20px;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: justify;
justify-content: space-between;
flex-wrap: wrap;
}
.blog-details__tags {
margin: 0;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
flex-wrap: wrap;
}
.blog-details__tags span {
margin: 0;
color: var(--thm-black);
font-size: 20px;
font-weight: 600;
}
.blog-details__tags a {
font-size: 14px;
color: #9ca3a9;
background-color: var(--thm-gray);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
text-transform: uppercase;
display: -webkit-box;
display: flex;
padding-left: 20px;
padding-right: 20px;
line-height: 38px;
margin-left: 10px;
}
.blog-details__tags a:hover {
background-color: var(--thm-base);
color: var(--thm-black);
}
/* author */
.author-one {
background-color: var(--thm-gray);
padding: 60px;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
margin-top: 30px;
margin-bottom: 60px;
}
@media(max-width: 575px) {
.author-one {
flex-wrap: wrap;
}
}
.author-one__content {
margin-left: 40px;
}
.author-one__content h3 {
margin: 0;
color: var(--thm-black);
font-size: 24px;
font-weight: 600;
font-family: var(--thm-font);
}
.author-one__content p {
margin: 0;
font-size: 18px;
font-weight: 500;
color: #9ca3a9;
margin-top: 20px;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-one__title,
.comment-form__title {
margin: 0;
color: var(--thm-black);
font-size: 40px;
font-weight: 600;
font-family: var(--thm-font);
margin-bottom: 50px;
margin-top: -10px;
}
.comment-one__single {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
border-bottom: 1px solid #eceeef;
padding-bottom: 60px;
margin-bottom: 60px;
}
.comment-one__content {
position: relative;
margin-left: 45px;
}
.comment-one__content h3 {
margin: 0;
font-size: 20px;
color: var(--thm-black);
font-weight: 600;
font-family: var(--thm-font);
margin-bottom: 30px;
}
.comment-one__content p {
margin: 0;
font-size: 18px;
line-height: 34px;
font-weight: 500;
color: #9ca3a9;
}
.comment-one__btn {
font-size: 14px;
text-transform: uppercase;
line-height: 38px;
padding: 0 20px;
position: absolute;
top: 0;
right: 0;
}
.comment-one__image img {
border-radius: 50%;
}
/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
position: relative;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
padding: 80.5px 0;
}
.page-header::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: var(--thm-black);
opacity: 0.3;
}
.page-header .container {
position: relative;
text-align: center;
}
.page-header h2 {
margin: 0;
color: #ffffff;
font-weight: 600;
font-size: 60px;
font-family: var(--thm-base);
}
.thm-breadcrumb {
display: -webkit-box;
display: flex;
margin: 0;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
flex-wrap: wrap;
}
.thm-breadcrumb li {
display: -webkit-box;
display: flex;
text-transform: uppercase;
font-size: 16px;
font-weight: 600;
color: #fff;
}
.thm-breadcrumb li+li::before {
content: '/';
margin-left: 15px;
margin-right: 15px;
}
.thm-breadcrumb li a,
.thm-breadcrumb li span {
color: inherit;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.thm-breadcrumb li a:hover {
color: var(--thm-base);
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-one {
padding-bottom: 120px;
}
.contact-one .block-title {
margin-bottom: 40px;
}
.contact-one__content-text {
margin-bottom: 40px;
}
.contact-one__content-text p {
margin: 0;
font-size: 18px;
line-height: 34px;
font-weight: 500;
}
.contact-one__social {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.contact-one__social a {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
width: 57px;
height: 57px;
background-color: var(--thm-gray);
color: #9ca3a9;
font-size: 16px;
border-radius: 50%;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.contact-one__social a+a {
margin-left: 10px;
}
.contact-one__social a:hover {
background-color: var(--thm-primary);
color: #ffffff;
}
.google-map__contact {
width: 100%;
border: none;
outline: none;
display: block;
height: 558px;
}
.contact-one__form .row.low-gutters {
margin-left: -5px;
margin-right: -5px;
}
.contact-one__form .row.low-gutters>[class*="col-"] {
padding-left: 5px;
padding-right: 5px;
}
.contact-one__form .input-group {
margin-bottom: 10px;
}
.contact-one__form .input-group input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]),
.contact-one__form .input-group textarea {
width: 100%;
height: 74px;
display: block;
border: none;
outline: none;
background-color: #eceeef;
font-size: 16px;
font-weight: 500;
color: #9ca3a9;
padding-left: 30px;
}
.contact-one__form .input-group textarea {
height: 221px;
padding-top: 20px;
}
.contact-one__form .input-group ::-webkit-input-placeholder {
color: #9ca3a9;
opacity: 1;
}
.contact-one__form .input-group ::-moz-placeholder {
color: #9ca3a9;
opacity: 1;
}
.contact-one__form .input-group :-ms-input-placeholder {
color: #9ca3a9;
opacity: 1;
}
.contact-one__form .input-group ::-ms-input-placeholder {
color: #9ca3a9;
opacity: 1;
}
.contact-one__form .input-group ::placeholder {
color: #9ca3a9;
opacity: 1;
}
.contact-one__form .input-group :-ms-input-placeholder {
color: #9ca3a9;
}
.contact-one__form .input-group ::-ms-input-placeholder {
color: #9ca3a9;
}
/*--------------------------------------------------------------
## Contact Info
--------------------------------------------------------------*/
.contact-info-one {
padding-top: 120px;
padding-bottom: 80px;
}
.contact-info-one [class*=col-]:nth-child(1) .contact-info-one__single i {
background-color: var(--thm-secondary);
}
.contact-info-one [class*=col-]:nth-child(2) .contact-info-one__single i {
background-color: #6ebd32;
}
.contact-info-one__single {
margin-bottom: 40px;
border-style: solid;
border-width: 1px;
border-color: rgb(236, 238, 239);
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
padding: 55px 50px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.contact-info-one__single:hover {
box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}
.contact-info-one__single i {
width: 60px;
height: 60px;
border-radius: 50%;
background-color: var(--thm-primary);
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
color: #fff;
margin-right: 20px;
font-size: 30px;
}
.contact-info-one__single p {
margin: 0;
font-size: 18px;
line-height: 30px;
font-weight: 500;
color: #9ca3a9;
}
.contact-info-one__single p a {
color: inherit;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.contact-info-one__single p a:hover {
color: var(--thm-black);
}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
.sidebar {
margin-top: 50px;
}
}
.sidebar__single+.sidebar__single {
margin-top: 30px;
}
.sidebar__single:not(.sidebar__search):not(.sidebar__twitter) {
border-style: solid;
border-width: 1px;
border-color: rgb(236, 238, 239);
background-color: rgb(255, 255, 255);
padding: 50px;
}
.sidebar__search,
.sidebar__twitter {
background-color: #004c85;
}
.sidebar__title {
margin: 0;
margin-bottom: 30px;
font-family: var(--thm-font);
color: var(--thm-black);
font-size: 20px;
font-weight: 600;
line-height: 1em;
margin-top: -5px;
}
.sidebar__social-list {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.sidebar__social-list a {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
width: 57px;
height: 57px;
background-color: var(--thm-gray);
color: #9ca3a9;
font-size: 16px;
border-radius: 50%;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.sidebar__social-list a+a {
margin-left: 10px;
}
.sidebar__social-list a:hover {
background-color: var(--thm-primary);
color: #ffffff;
}
.sidebar__post-list li {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.sidebar__post-list li+li {
margin-top: 30px;
padding-top: 30px;
border-top: 1px solid #eceeef;
}
.sidebar__post-image {
margin-right: 20px;
}
.sidebar__post-image>img {
width: 61px;
}
.sidebar__post-content h3 {
color: var(--thm-black);
font-size: 18px;
line-height: 30px;
font-family: var(--thm-font);
margin: 0;
}
.sidebar__post-content h3 a {
color: inherit;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.sidebar__post-content h3 a:hover {
color: var(--thm-primary);
}
.sidebar__search-form {
position: relative;
}
.sidebar__search-form input[type=search] {
display: block;
border: none;
outline: none;
background-color: transparent;
color: #ffffff;
font-size: 18px;
font-weight: 500;
padding-left: 50px;
height: 85px;
}
.sidebar__search-form ::-webkit-input-placeholder {
color: #ffffff;
opacity: 1;
}
.sidebar__search-form ::-moz-placeholder {
color: #ffffff;
opacity: 1;
}
.sidebar__search-form :-ms-input-placeholder {
color: #ffffff;
opacity: 1;
}
.sidebar__search-form ::-ms-input-placeholder {
color: #ffffff;
opacity: 1;
}
.sidebar__search-form ::placeholder {
color: #ffffff;
opacity: 1;
}
.sidebar__search-form :-ms-input-placeholder {
color: #ffffff;
}
.sidebar__search-form ::-ms-input-placeholder {
color: #ffffff;
}
.sidebar__search-form button[type=submit] {
background-color: transparent;
color: #ffffff;
font-size: 21px;
position: absolute;
top: 50%;
right: 50px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: auto;
outline: none;
border: none;
}
.sidebar__category-list {
margin: 0;
margin-top: -15px;
}
.sidebar__category-list li+li {
margin-top: 15px;
}
.sidebar__category-list li a {
color: #9ca3a9;
font-size: 18px;
font-weight: 500;
position: relative;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.sidebar__category-list li a:hover {
padding-left: 15px;
color: var(--thm-black);
}
.sidebar__category-list li a::before {
content: '\f101';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 12px;
color: var(--thm-base);
opacity: 0;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.sidebar__category-list li a:hover::before {
opacity: 1;
}
.sidebar__tags-list {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
flex-wrap: wrap;
margin-left: -10px;
margin-top: -10px;
}
.sidebar__tags-list a {
font-size: 14px;
color: #9ca3a9;
background-color: var(--thm-gray);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
text-transform: uppercase;
display: -webkit-box;
display: flex;
padding-left: 20px;
padding-right: 20px;
margin-top: 10px;
margin-left: 10px;
line-height: 38px;
}
.sidebar__tags-list a:hover {
background-color: var(--thm-base);
color: var(--thm-black);
}
.sidebar__twitter {
padding: 50px;
}
.sidebar__twitter .sidebar__title {
color: #ffffff;
margin-bottom: 15px;
}
.sidebar__twitter p {
font-size: 16px;
font-weight: 500;
color: #a4cae5;
margin: 0;
}
.sidebar__twitter p a {
color: inherit;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.sidebar__twitter p a:hover {
color: var(--thm-primary);
}
.sidebar__twitter-user {
border-bottom: 1px solid var(--thm-primary);
color: var(--thm-primary) !important;
display: inline-block;
line-height: 1em;
}
.sidebar__twitter h4 {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
font-family: var(--thm-font);
margin: 0;
font-size: 16px;
color: #ffffff;
margin-top: 20px;
}
.sidebar__twitter h4 i {
font-size: 20px;
color: var(--thm-base);
margin-right: 10px;
}
.sidebar__twitter h4 a {
color: var(--thm-primary);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.sidebar__twitter h4 a:hover {
color: var(--thm-secondary);
}
.sidebar__twitter h4 span {
margin-left: 10px;
margin-right: 10px;
}
.sidebar__twitter-carousel .owl-nav.disabled+.owl-dots {
margin-top: 0;
}
.sidebar__twitter-carousel .owl-dots {
margin-top: 0;
position: absolute;
top: -35px;
right: 0;
display: -webkit-box;
display: flex;
-webkit-box-align: end;
align-items: flex-end;
}
.sidebar__twitter-carousel .owl-dots .owl-dot {
outline: none;
}
.sidebar__twitter-carousel .owl-dots .owl-dot span {
margin-left: 5px;
margin-right: 5px;
width: 10px;
height: 10px;
background-color: #a4cae5;
border-radius: 50%;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.sidebar__twitter-carousel .owl-dots .owl-dot:hover span,
.sidebar__twitter-carousel .owl-dots .owl-dot.active span {
background-color: #ffffff;
}
.offer-sidebar {
position: relative;
padding-left: 60px;
padding-bottom: 70px;
padding-top: 325px;
background-position: center;
background-size: cover;
}
.offer-sidebar::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #004c85;
opacity: 0.8;
}
.offer-sidebar h3 {
position: relative;
font-weight: 300;
font-size: 60px;
line-height: 60px;
color: #fff;
font-family: var(--thm-font);
}
.offer-sidebar h3 span {
font-weight: 900;
}
.offer-sidebar__price {
color: var(--thm-base);
}
/*--------------------------------------------------------------
# Mailchimp
--------------------------------------------------------------*/
.mailchimp-one {
padding-top: 123.5px;
padding-bottom: 123.5px;
background-color: var(--thm-primary);
}
.mailchimp-one h3 {
margin: 0;
color: #ffffff;
font-size: 50px;
font-weight: 600;
font-family: var(--thm-font);
margin-top: -15px;
}
.mailchimp-one__form {
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: justify;
justify-content: space-between;
}
@media(min-width: 1200px) {
.mailchimp-one__form {
margin-left: 80px;
}
}
.mailchimp-one__form input {
display: block;
border: none;
outline: none;
width: 100%;
max-width: 370px;
height: 74px;
color: #9ca3a9;
font-size: 16px;
font-weight: 500;
padding-left: 30px;
}
.mailchimp-one__form ::-webkit-input-placeholder {
color: #9ca3a9;
opacity: 1;
}
.mailchimp-one__form ::-moz-placeholder {
color: #9ca3a9;
opacity: 1;
}
.mailchimp-one__form :-ms-input-placeholder {
color: #9ca3a9;
opacity: 1;
}
.mailchimp-one__form ::-ms-input-placeholder {
color: #9ca3a9;
opacity: 1;
}
.mailchimp-one__form ::placeholder {
color: #9ca3a9;
opacity: 1;
}
.mailchimp-one__form :-ms-input-placeholder {
color: #9ca3a9;
}
.mailchimp-one__form ::-ms-input-placeholder {
color: #9ca3a9;
}
.mailchimp-one__btn:hover {
background-color: var(--thm-black);
}
.mc-form__response {
text-align: center;
color: #fff;
}
/*--------------------------------------------------------------
# Brand
--------------------------------------------------------------*/
.brand-one {
border-top: 1px solid #eceeef;
padding-top: 120px;
padding-bottom: 120px;
}
@media(min-width: 1200px) {
.brand-one .container {
padding-left: 50px;
padding-right: 50px;
}
}
.brand-one img {
opacity: 0.3;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.brand-one img:hover {
opacity: 0.6;
}
.brand-one__home-two {
border-top: 0;
border-bottom: 1px solid #eceeef;
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team-one {
padding-top: 120px;
padding-bottom: 60px;
}
.team-one__single {
margin-bottom: 60px;
}
.team-one__image {
overflow: hidden;
background-color: var(--thm-black);
}
.team-one__image>img {
opacity: 1;
width: 100%;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
transition: opacity 500ms ease, -webkit-transform 500ms ease;
transition: opacity 500ms ease, transform 500ms ease;
transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}
.team-one__single:hover .team-one__image>img {
opacity: 0.6;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.team-one__content {
text-align: center;
padding-top: 30px;
}
.team-one__content h3 {
margin: 0;
font-family: var(--thm-font);
font-size: 24px;
line-height: 1em;
color: var(--thm-black);
}
.team-one__content p {
font-size: 14px;
font-weight: 500;
letter-spacing: .2em;
color: #9ca3a9;
margin: 0;
line-height: 1em;
margin-top: 15px;
}
.team-one__social {
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
margin-top: 30px;
}
.team-one__social a {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
width: 57px;
height: 57px;
background-color: var(--thm-gray);
color: #9ca3a9;
font-size: 16px;
border-radius: 50%;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.team-one__social a+a {
margin-left: 10px;
}
.team-one__social a:hover {
background-color: var(--thm-primary);
color: #ffffff;
}
/*--------------------------------------------------------------
# Call To Action
--------------------------------------------------------------*/
.cta-one {
padding-top: 80px;
padding-bottom: 80px;
background-color: var(--thm-primary);
}
.cta-one h3 {
margin: 0;
color: #fff;
font-size: 50px;
font-family: var(--thm-font);
font-weight: 700;
}
.cta-one .container {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: justify;
justify-content: space-between;
}
.cta-one__btn:hover {
background-color: var(--thm-black);
}
.cta-one__home-two {
background-color: var(--thm-base);
}
.cta-one__home-two .cta-one__btn {
background-color: var(--thm-black);
color: #ffffff;
}
.cta-one__home-two .cta-one__btn:hover {
background-color: var(--thm-secondary);
}
.cta-two {
padding-top: 120px;
padding-bottom: 120px;
}
.cta-two__content-highlight {
margin-top: -10px;
margin-bottom: 35px;
}
.cta-two__content-highlight p {
margin: 0;
color: var(--thm-primary);
font-size: 24px;
line-height: 36px;
font-weight: 400;
}
.cta-two__list {
margin: 0;
margin-bottom: 35px;
}
.cta-two__list li {
position: relative;
font-size: 20px;
line-height: 40px;
font-weight: 500;
color: #9ca3a9;
padding-left: 30px;
}
.cta-two__list li i {
position: absolute;
top: 60%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 14px;
color: var(--thm-secondary);
}
.cta-three__content {
position: relative;
}
.cta-three__content::before {
content: '';
width: 10000px;
height: 100%;
background-color: var(--thm-gray);
position: absolute;
top: 0;
right: 0;
}
.cta-three__content-inner {
position: relative;
padding-top: 120px;
}
.cta-three__content .block-title {
margin-bottom: 50px;
}
.cta-three__content .block-title h3 {
line-height: 1.1em;
}
.cta-three__content .block-title h3 span {
color: var(--thm-primary);
font-family: var(--heading-font);
font-weight: 400;
display: inline-block;
}
.cta-three__box {
position: absolute;
background-color: var(--thm-secondary);
width: 100%;
max-width: 340px;
bottom: 0;
right: 0;
padding-top: 30px;
padding-bottom: 40px;
padding-left: 60px;
}
.cta-three__box p {
margin: 0;
color: #ffffff;
font-size: 22px;
line-height: 32px;
font-weight: 600;
}
.cta-three__images {
margin-top: 120px;
}
.cta-four {
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
background-size: cover;
position: relative;
padding-top: 118px;
padding-bottom: 118px;
}
.cta-four::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #082740;
opacity: 0.3;
}
.cta-four .container {
text-align: center;
position: relative;
}
.cta-four p {
font-family: var(--heading-font);
font-size: 40px;
color: #ffffff;
margin: 0;
}
.cta-four h3 {
margin: 0;
font-family: var(--thm-font);
font-size: 100px;
text-transform: uppercase;
font-weight: 800;
margin-top: 15px;
margin-bottom: 45px;
color: #ffffff;
}
.cta-four h3 span {
color: var(--thm-secondary);
position: relative;
display: inline-block;
line-height: 1em;
}
.cta-four h3 span::before {
content: '';
width: 100%;
height: 31px;
background-image: url(../images/shapes/title-decor-1-2.png);
background-position: center;
background-repeat: no-repeat;
position: absolute;
top: 80%;
left: 0;
}
/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery-one {
padding-bottom: 90px;
padding-top: 120px;
}
.gallery-one__single {
margin-bottom: 30px;
position: relative;
overflow: hidden;
}
.gallery-one__single>img {
width: 100%;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: -webkit-transform 500ms ease;
transition: -webkit-transform 500ms ease;
transition: transform 500ms ease;
transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.gallery-one__single:hover>img {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.gallery-one__link {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(var(--thm-base-rgb), .9);
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
font-size: 46px;
color: #ffffff;
opacity: 0;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.gallery-one__link:hover {
color: #ffffff;
}
.gallery-one__single:hover .gallery-one__link {
opacity: 1;
}
.gallery-home-8 {
position: relative;
background-color: #082740;
}
.gallery-home-8 .row.low-gutters {
margin-left: -1px;
margin-right: -1px;
}
.gallery-home-8 .row.low-gutters [class*=col-] {
padding-left: 1px;
padding-right: 1px;
margin-bottom: 2px;
}
.gallery-home-8__single {
overflow: hidden;
}
.gallery-home-8__single > img {
width: 100%;
-webkit-animation: galleryHomeEightImg 5s linear infinite;
animation: galleryHomeEightImg 5s linear infinite;
}
@-webkit-keyframes galleryHomeEightImg {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(1.01);
transform: scale(1.01);
}
50% {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
75% {
-webkit-transform: scale(1.01);
transform: scale(1.01);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes galleryHomeEightImg {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(1.01);
transform: scale(1.01);
}
50% {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
75% {
-webkit-transform: scale(1.01);
transform: scale(1.01);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-page {
background-color: #004c85;
position: relative;
padding-top: 60px;
padding-bottom: 120px;
}
.error-page .container {
position: relative;
}
.error-page__bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: -37px;
background-position: top;
background-repeat: no-repeat;
background-position: bottom center;
opacity: 0.07;
background-color: #004c85;
background-blend-mode: multiply;
}
.error-page__logo {
display: block;
text-align: center;
}
.error-page__title {
position: relative;
display: inline-block;
margin-top: 140px;
}
.error-page__title h2 {
position: relative;
display: inline-block;
font-size: 400px;
font-weight: 900;
color: #ffffff;
font-family: var(--thm-font);
line-height: 1em;
}
.error-page__title h2::before {
width: 141px;
height: 124px;
content: '';
background-image: url(../images/shapes/error-page__shape-1-1.png);
background-repeat: no-repeat;
background-position: center;
position: absolute;
top: -5px;
left: -40px;
}
.error-page__title p {
font-family: var(--heading-font);
font-size: 200px;
line-height: 1em;
color: var(--thm-secondary);
position: absolute;
bottom: -60px;
right: 0;
}
.error-page__text {
margin-top: 40px;
padding-bottom: 60px;
}
.error-page__text p {
font-size: 30px;
color: #a4cae5;
margin: 0;
font-weight: 400;
}
/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
.video-one {
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;
position: relative;
padding-top: 135px;
padding-bottom: 120px;
}
.video-one::before {
content: '';
background-color: var(--thm-black);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0.4;
}
.video-one .container {
position: relative;
}
.video-one p {
font-family: var(--heading-font);
color: var(--thm-secondary);
font-size: 30px;
margin: 0px;
}
.video-one__btn {
position: relative;
width: 94px;
height: 94px;
background-color: var(--thm-base);
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
font-size: 24px;
color: var(--thm-black);
margin-left: auto;
margin-right: auto;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
margin-bottom: 75px;
}
.video-one__btn:before {
content: '';
position: absolute;
top: -15px;
left: -15px;
right: -15px;
bottom: -15px;
border: 1px solid rgba(255, 255, 255, .15);
}
.video-one__btn:hover {
background-color: #fff;
color: var(--thm-base);
}
.video-one h3 {
color: #fff;
font-weight: 400;
font-family: var(--thm-font);
margin: 0;
font-size: 70px;
margin-top: 5px;
}
.video-one h3 span {
font-weight: 800;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-one {
background-color: var(--thm-gray);
padding-top: 120px;
padding-bottom: 120px;
}
.testimonials-one__single {
margin-bottom: 40px;
text-align: center;
}
.testimonials-one__stars {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
margin-bottom: 25px;
}
.testimonials-one__stars i {
font-size: 18px;
color: #ffa801;
}
.testimonials-one__stars i+i {
margin-left: 5px;
}
.testimonials-one__content {
background-color: #fff;
position: relative;
padding-left: 70px;
padding-right: 70px;
padding-bottom: 50px;
padding-top: 60px;
margin-bottom: 40px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.testimonials-one__single:hover .testimonials-one__content {
box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
}
.testimonials-one__content::before {
content: '';
width: 85px;
height: 85px;
background-image: url(../images/shapes/testi-qoute-1-1.png);
background-position: center;
background-repeat: no-repeat;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.testimonials-one__content::after {
content: '';
width: 72px;
height: 20px;
background-image: url(../images/shapes/testi-arrow-1-1.png);
background-position: center;
background-repeat: no-repeat;
position: absolute;
top: 100%;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.testimonials-one__content p {
margin: 0;
font-size: 20px;
color: #9ca3a9;
font-weight: 400;
line-height: 36px;
position: relative;
}
.testimonials-one__info img {
border-radius: 50%;
}
.testimonials-one__info h3 {
font-family: var(--thm-font);
color: var(--thm-black);
font-size: 20px;
font-weight: 500;
margin: 0;
line-height: 1em;
margin-top: 10px;
}
.testimonials-one__carousel .owl-item img {
width: auto;
margin-left: auto;
margin-right: auto;
display: block;
}
.testimonials-one__carousel .owl-nav button.owl-next,
.testimonials-one__carousel .owl-nav button.owl-prev {
font-size: 20px;
color: var(--thm-black);
font-weight: 500;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.testimonials-one__carousel .owl-nav button.owl-prev {
margin-right: 15px;
}
.testimonials-one__carousel .owl-nav button.owl-next:hover,
.testimonials-one__carousel .owl-nav button.owl-prev:hover {
color: var(--thm-secondary);
background-color: transparent;
}
/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
.faq-one {
padding-top: 120px;
padding-bottom: 120px;
}
.faq-one-accrodion .accrodion {
border-style: solid;
border-width: 1px;
border-color: rgb(236, 238, 239);
background-color: rgb(255, 255, 255);
padding-left: 40px;
padding-right: 40px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.faq-one-accrodion .accrodion+.accrodion {
margin-top: 10px;
}
.faq-one-accrodion .accrodion.active {
background-color: var(--thm-gray);
border-color: var(--thm-gray);
}
.faq-one-accrodion .accrodion-title {
cursor: pointer;
}
.faq-one-accrodion .accrodion-title h4 {
margin: 0;
font-family: var(--thm-font);
color: var(--thm-black);
font-size: 20px;
font-weight: 500;
position: relative;
padding-top: 31.5px;
padding-bottom: 31.5px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.faq-one-accrodion .accrodion.active .accrodion-title h4 {
color: var(--thm-primary);
}
.faq-one-accrodion .accrodion-title h4::before {
content: '\f067';
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 14px;
color: var(--thm-base);
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
content: '\f068';
color: var(--thm-black);
}
.faq-one-accrodion .accrodion-content {
padding-bottom: 40px;
}
.faq-one-accrodion .accrodion-content p {
margin: 0;
font-size: 16px;
font-weight: 500;
line-height: 30px;
color: #9ca3a9;
}
/*--------------------------------------------------------------
# Tour
--------------------------------------------------------------*/
.tour-one {
padding-top: 120px;
padding-bottom: 90px;
}
.tour-grid {
padding-top: 120px;
padding-bottom: 120px;
}
.tour-grid .post-pagination {
margin-top: 30px;
}
.tour-one__single {
position: relative;
margin-bottom: 30px;
}
.tour-one__image {
position: relative;
background-color: var(--thm-black);
overflow: hidden;
}
.tour-one__image>img {
width: 100%;
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
transition: opacity 500ms ease, -webkit-transform 500ms ease;
transition: transform 500ms ease, opacity 500ms ease;
transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}
.tour-one__image>a {
width: 38px;
height: 38px;
background-color: rgba(var(--thm-black-rgb), .2);
border-radius: 50%;
text-align: center;
line-height: 38px;
font-size: 14px;
color: #fff;
position: absolute;
top: 30px;
right: 30px;
z-index: 10;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.tour-one__single:hover .tour-one__image>img {
opacity: 1;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.tour-one__single:hover .tour-one__image>a {
background-color: #fff;
color: var(--thm-secondary);
}
.tour-one__content {
border-style: solid;
border-width: 1px;
border-color: rgb(236, 238, 239);
background-color: rgb(255, 255, 255);
padding-left: 50px;
padding-right: 50px;
padding-top: 40px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.tour-one__single:hover .tour-one__content {
box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}
.tour-one__stars {
font-size: 16px;
font-weight: 500;
color: #9ca3a9;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
line-height: 1em;
margin-bottom: 5px;
}
.tour-one__stars i {
font-size: 14px;
color: var(--thm-base);
margin-right: 10px;
}
.tour-one__content p {
margin: 0;
font-size: 16px;
font-weight: 500;
color: #9ca3a9;
line-height: 1em;
margin-top: 10px;
margin-bottom: 30px;
}
.tour-one__content p span {
color: var(--thm-secondary);
font-size: 22px;
font-weight: 600;
}
.tour-one__meta {
margin: 0;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
padding-top: 18px;
padding-bottom: 25px;
border-top: 1px solid rgb(236, 238, 239);
}
.tour-one__meta li+li {
margin-left: 20px;
}
.tour-one__meta li a {
font-size: 16px;
font-weight: 500;
color: #9ca3a9;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.tour-one__meta li i {
font-size: 14px;
margin-right: 5px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.tour-one__meta li a:hover {
color: var(--thm-black);
}
.tour-one__meta li a:hover i {
color: var(--thm-primary);
}
.tour-one__content h3 {
margin: 0;
font-family: var(--thm-font);
color: var(--thm-black);
font-weight: 600;
line-height: 34px;
font-size: 26px;
}
.tour-one__content h3 a {
color: inherit;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.tour-one__content h3 a:hover {
color: var(--thm-primary);
}
.tour-one__carousel {
margin-bottom: 20px;
}
.tour-one__carousel .owl-nav.disabled+.owl-dots {
margin-top: 20px;
}
.tour-one__carousel-no-overflow .owl-stage-outer {
overflow: visible;
}
.tour-one__carousel .owl-nav button.owl-next,
.tour-one__carousel .owl-nav button.owl-prev {
font-size: 20px;
color: var(--thm-black);
font-weight: 500;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.tour-one__carousel .owl-nav button.owl-prev {
margin-right: 15px;
}
.tour-one__carousel .owl-nav button.owl-next:hover,
.tour-one__carousel .owl-nav button.owl-prev:hover {
color: var(--thm-secondary);
background-color: transparent;
}
.tour-two__single {
display: -webkit-box;
display: flex;
}
.tour-two__image-wrap .tour-one__image {
width: 270px;
}
.tour-two__single .tour-one__content {
padding: 0;
padding-top: 40px;
padding-right: 40px;
padding-left: 40px;
}
.tour-two__top {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: justify;
justify-content: space-between;
}
.tour-two__right p {
margin: 0;
}
.tour-two__right p span {
display: inline-block;
margin-bottom: 5px;
}
.tour-two__text {
margin-top: 20px;
margin-bottom: 30px;
}
.tour-two__text p {
margin: 0;
font-size: 18px;
font-weight: 500;
line-height: 34px;
color: #9ca3a9;
}
.tour-list {
padding-top: 120px;
padding-bottom: 120px;
}
.tour-list .post-pagination {
-webkit-box-pack: start;
justify-content: flex-start;
margin-top: 60px;
}
/* tour sorter */
.tour-sorter-one {
display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
align-items: center;
margin-bottom: 30px;
}
.tour-sorter-one h3 {
font-family: var(--thm-font);
color: var(--thm-black);
font-size: 24px;
font-weight: 600;
margin: 0;
}
.tour-sorter-one__right {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.tour-sorter-one__right>a {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
width: 43px;
height: 43px;
border-style: solid;
border-width: 2px;
border-color: rgb(236, 238, 239);
font-size: 16px;
color: #9ca3a9;
margin-left: 10px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.tour-sorter-one__right>a.active,
.tour-sorter-one__right>a:hover {
background-color: var(--thm-base);
border-color: var(--thm-base);
color: var(--thm-black);
}
.tour-sorter-one__select {
width: 103px;
}
.tour-sorter-one .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
width: 100%;
}
.tour-sorter-one .bootstrap-select>.dropdown-toggle {
border-style: solid;
border-width: 2px;
border-color: rgb(236, 238, 239);
font-size: 14px;
font-weight: 500;
color: #9ca3a9;
padding: 9px 20px;
padding-right: 20px;
background-color: #fff;
text-transform: uppercase;
}
/* tour details */
.tour-details__spacer {
display: block;
width: 100%;
height: 0;
border-top: 1px solid #eceeef;
margin-top: 60px;
margin-bottom: 60px;
}
.tour-details__title {
margin: 0;
font-family: var(--thm-font);
color: var(--thm-black);
font-size: 40px;
font-weight: 600;
margin-bottom: 50px;
margin-top: -10px;
}
.tour-details__title+p {
margin-top: -10px !important;
}
.tour-details__subtitle {
margin: 0;
font-family: var(--thm-font);
color: var(--thm-black);
font-size: 24px;
font-weight: 600;
margin-top: 35px;
margin-bottom: 40px;
}
.tour-details__content p {
margin: 0;
color: #9ca3a9;
font-size: 18px;
font-weight: 500;
line-height: 34px;
}
.google-map__tour-details {
height: 388px;
}
.tour-details__review-form {
border: 1px solid #eceeef;
padding: 50px;
}
.tour-details__review-form-stars {
margin-bottom: 40px;
}
.tour-details__review-form-stars p {
display: -webkit-box;
display: flex;
margin: 0;
-webkit-box-align: center;
align-items: center;
}
.tour-details__review-form-stars p+p {
margin-top: 10px;
}
.tour-details__review-form-stars span {
font-size: 20px;
color: #9ca3a9;
font-weight: 500;
margin-right: 15px;
}
.tour-details__review-form-stars i {
color: #eceeef;
font-size: 16px;
line-height: 1em;
position: relative;
top: -2px;
}
.tour-details__review-form-stars i+i {
margin-left: 5px;
}
.tour-details__review-form-stars i.active {
color: var(--thm-base);
}
.tour-details-two {
padding-top: 0;
}
.tour-details__content .tour-two__top {
padding-bottom: 30px;
}
.tour-details__content .tour-two__top h3 {
font-family: var(--thm-font);
font-size: 40px;
color: var(--thm-black);
margin: 0;
font-weight: 600;
padding-bottom: 20px;
}
.tour-details__content .tour-one__stars {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.tour-details__content .tour-one__stars i {
margin-right: 5px;
}
.tour-details__content .tour-one__stars i:last-child {
margin-right: 15px;
}
.tour-details__content .tour-one__stars i.inactive {
color: #eceeef;
}
.tour-details__content .tour-two__right p {
color: #9ca3a9;
font-size: 16px;
font-weight: 500;
margin: 0;
line-height: 1em;
}
.tour-details__content .tour-two__right span {
color: var(--thm-secondary);
font-size: 36px;
font-weight: 600;
padding-bottom: 15px;
}
.tour-details__content .tour-one__meta li+li {
margin-left: 50px;
}
.tour-details__content .tour-one__meta li a {
font-size: 18px;
}
.tour-details__content .tour-one__meta li a i {
color: var(--thm-primary);
font-size: 16px;
}
.tour-details__list {
margin-bottom: 0px;
}
.tour-details__list li {
position: relative;
font-size: 18px;
font-weight: 500;
color: #9ca3a9;
padding-left: 25px;
line-height: 1em;
}
.tour-details__list li+li {
margin-top: 20px;
}
.tour-details__list li i {
font-size: 14px;
display: block;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: var(--thm-primary);
}
.tour-details__list.unavailable li i {
color: var(--thm-secondary);
}
.tour-details__plan-single {
position: relative;
}
.tour-details__plan-single+.tour-details__plan-single {
margin-top: 20px;
}
.tour-details__plan-count {
width: 97px;
height: 97px;
border-radius: 50%;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
color: #fff;
border: 20px solid #fff;
font-size: 18px;
font-weight: 600;
background-color: var(--thm-base);
position: absolute;
top: -20px;
left: -20px;
z-index: 10;
}
.tour-details__plan-content {
border-left: 1px solid #eceeef;
margin-left: 28.5px;
padding-left: 60px;
padding-bottom: 40px;
}
.tour-details__plan-content h3 {
color: var(--thm-black);
font-family: var(--thm-font);
margin: 0;
font-weight: 600;
margin-bottom: 5px;
}
.tour-details__plan-content span {
display: block;
font-size: 18px;
font-weight: 500;
color: var(--thm-primary);
}
.tour-details__plan-content p {
font-size: 18px;
font-weight: 500;
line-height: 34px;
color: #9ca3a9;
margin-top: 20px;
}
.tour-details__plan-content ul {
margin-bottom: 0;
margin-top: 35px;
}
.tour-details__plan-content ul li {
color: #9ca3a9;
font-size: 18px;
font-weight: 500;
line-height: 1em;
}
.tour-details__plan-content ul li+li {
margin-top: 20px;
}
.tour-details__review-score {
border: 1px solid #eceeef;
display: -webkit-box;
display: flex;
margin-bottom: 60px;
}
.tour-details__review-score-ave {
-webkit-box-flex: 1;
flex: 1 1 245px;
max-width: 245px;
display: -webkit-box;
display: flex;
}
.tour-details__review-score-ave .my-auto {
width: 100%;
text-align: center;
}
.tour-details__review-score-ave h3 {
margin: 0;
font-family: var(--thm-font);
font-weight: 300;
font-size: 100px;
color: var(--thm-black);
}
.tour-details__review-score-ave p {
margin: 0;
color: #9ca3a9;
font-size: 20px;
font-weight: 500;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
}
.tour-details__review-score-ave p i {
color: var(--thm-base);
font-size: 18px;
margin-right: 10px;
}
.tour-details__review-score__content {
-webkit-box-flex: 1;
flex: 1 1 calc(100% - 245px);
max-width: calc(100% - 245px);
border-left: 1px solid #eceeef;
padding-left: 50px;
padding-right: 50px;
padding-top: 40px;
padding-bottom: 50px;
}
.tour-details__review-score__bar+.tour-details__review-score__bar {
margin-top: 20px;
}
.tour-details__review-score__bar-top {
display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
align-items: center;
}
.tour-details__review-score__bar-top h3 {
font-family: var(--thm-font);
font-size: 16px;
font-weight: 500;
color: var(--thm-black);
margin: 0;
}
.tour-details__review-score__bar-top p {
margin: 0;
font-size: 14px;
font-weight: 600;
color: #9ca3a9;
}
.tour-details__review-score__bar-line {
width: 100%;
height: 7px;
background-color: #eceeef;
position: relative;
overflow: hidden;
}
.tour-details__review-score__bar-line span {
position: absolute;
height: 100%;
top: 0;
left: 0;
background-color: var(--thm-base);
}
.tour-details__review-comment-single {
border-bottom: 1px solid #eceeef;
padding-bottom: 10px;
margin-bottom: 60px;
}
.tour-details__review-comment-top {
position: relative;
padding-left: 125px;
padding-top: 30px;
padding-bottom: 25px;
margin-bottom: 25px;
}
.tour-details__review-comment-top>img {
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
}
.tour-details__review-comment-top h3 {
font-family: var(--thm-font);
font-size: 20px;
font-weight: 600;
color: var(--thm-black);
margin: 0;
margin-bottom: 5px;
}
.tour-details__review-comment-top p {
margin: 0;
font-size: 18px;
line-height: 1em;
font-weight: 500;
color: var(--thm-primary);
}
.tour-details__review-comment-content {
margin-bottom: 25px;
}
.tour-details__review-comment-content h3 {
font-family: var(--thm-font);
font-size: 24px;
font-weight: 600;
color: var(--thm-black);
margin: 0;
margin-bottom: 40px;
}
.tour-details__review-comment-content p {
margin: 0;
font-size: 18px;
font-weight: 500;
line-height: 34px;
}
.tour-details__gallery-thumb-carousel,
.tour-details__gallery-carousel {
overflow: hidden;
}
.tour-details__gallery-thumb-carousel {
margin-bottom: 60px;
}
.tour-details__gallery-carousel {
margin-bottom: 10px;
}
.tour-details__gallery-thumb-carousel img {
cursor: pointer;
}
.tour-details__gallery-image {
position: relative;
}
.tour-details__gallery-links {
position: absolute;
top: 30px;
right: 30px;
z-index: 10;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.tour-details__gallery-links a {
display: block;
width: 38px;
height: 38px;
background-color: rgba(var(--thm-black-rgb), .2);
border-radius: 50%;
text-align: center;
line-height: 38px;
font-size: 14px;
color: #fff;
margin-left: 10px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.tour-details__gallery-image:hover .tour-details__gallery-links a {
background-color: #fff;
color: var(--thm-secondary);
}
.tour-details__content .accrodion-grp {
margin-bottom: 60px;
}
/* tour details header */
.tour-details__header {
background-position: top center;
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
}
.tour-details__header .container {
position: relative;
min-height: 577px;
}
.tour-details__header .tour-details__gallery-links {
position: absolute;
top: 30px;
right: 15px;
}
.tour-details__header .thm-breadcrumb {
position: absolute;
bottom: 30px;
left: 15px;
}
.tour-details-two .tour-details__content {
padding-top: 45px;
}
/* tour category */
.tour-category-one {
background-color: var(--thm-gray);
padding-top: 120px;
padding-bottom: 90px;
}
.tour-category-one__col {
-webkit-box-flex: 1;
flex: 1 1 20%;
padding-left: 15px;
padding-right: 15px;
max-width: 20%;
}
.tour-category-one__single {
margin-bottom: 30px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
background-color: #fff;
text-align: center;
padding-top: 34.5px;
padding-bottom: 34.5px;
}
.tour-category-one__single:hover {
background-color: var(--thm-primary);
}
.tour-category-one__single i {
font-size: 60px;
color: var(--thm-primary);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.tour-category-one__single h3 {
margin: 0;
font-size: 20px;
font-weight: 500;
color: #9ca3a9;
font-family: var(--thm-font);
margin-top: 5px;
}
.tour-category-one__single h3 a {
color: inherit;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.tour-category-one__single h3 a:hover {
color: #ffffff;
}
.tour-category-one__single:hover i,
.tour-category-one__single:hover h3 a {
color: #ffffff;
}
/* tour gallery home 6 */
.tour-gallery__home-6__content-wrap {
position: relative;
background-color: var(--thm-black);
}
.tour-gallery__home-6__content {
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
padding-bottom: 285px;
padding-left: 135px;
}
.tour-gallery__home-6__content p {
margin: 0;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
color: #fff;
font-size: 20px;
margin-bottom: 10px;
font-weight: 600;
position: relative;
z-index: 10;
}
.tour-gallery__home-6__content p span {
margin-left: 15px;
margin-right: 15px;
}
.tour-gallery__home-6__content p i {
color: var(--thm-base);
letter-spacing: .2em;
}
.tour-gallery__home-6__content h3 {
font-family: var(--thm-font);
font-size: 80px;
font-weight: bold;
color: #ffffff;
line-height: 1em;
text-transform: uppercase;
position: relative;
z-index: 10;
}
.tour-gallery__home-6__content h3 a {
color: inherit;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.tour-gallery__home-6__content h3 a:hover {
color: var(--thm-primary);
}
.tour-gallery__home-6__content .tab-pane {
width: 100%;
}
.tour-gallery__home-6__tab-navs {
position: absolute;
bottom: 130px;
left: 135px;
border-bottom: 0;
z-index: 99;
}
.tour-gallery__home-6__tab-navs li + li {
margin-left: 20px;
}
.tour-gallery__home-6__tab-navs li a {
position: relative;
display: block;
cursor: pointer;
background-color: var(--thm-black);
}
.tour-gallery__home-6__tab-navs li a.active {
box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}
.tour-gallery__home-6__tab-navs li a img {
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.tour-gallery__home-6__tab-navs li a.active img {
opacity: 0.2;
}
.tour-gallery__home-6__tab-navs li a::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border: 15px solid #ffffff;
z-index: 10;
}
.tour-gallery__home-6__content-wrap .tab-pane,
.tour-gallery__home-6__content-wrap .tab-content {
width: 100%;
position: relative;
}
.tour-gallery__home-6__content-floated-text {
font-family: var(--heading-font);
font-size: 300px;
color: #fff;
position: absolute;
bottom: 40%;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
opacity: 0.1;
}
/*--------------------------------------------------------------
## Tour Sidebar
--------------------------------------------------------------*/
.tour-sidebar__search {
background-color: var(--thm-gray);
padding: 50px;
}
.tour-sidebar__search h3 {
margin: 0;
margin-bottom: 30px;
font-size: 24px;
font-weight: 500;
color: var(--thm-black);
line-height: 1em;
font-family: var(--thm-font);
}
.tour-sidebar__search-form .input-group+.input-group {
margin-top: 10px;
}
.tour-sidebar__search-form .input-group input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]),
.tour-sidebar__search-form .input-group textarea {
width: 100%;
height: 64px;
display: block;
border: none;
outline: none;
background-color: #ffffff;
font-size: 18px;
font-weight: 500;
color: #9ca3a9;
padding-left: 30px;
}
.tour-sidebar__search-form .input-group textarea {
height: 135px;
padding-top: 15px;
}
.tour-sidebar__search-form .thm-btn {
display: block;
width: 100%;
height: 64px;
padding: 0;
text-align: center;
line-height: 64px;
}
.tour-sidebar__search-form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
width: 100%;
}
.tour-sidebar__search-form .bootstrap-select>.dropdown-toggle {
border: 0;
padding: 18.5px 30px;
border-radius: 0;
background-color: #ffffff;
font-size: 18px;
font-weight: 500;
color: #9ca3a9;
}
.tour-sidebar__search-form ::-webkit-input-placeholder {
color: #9ca3a9;
opacity: 1;
}
.tour-sidebar__search-form ::-moz-placeholder {
color: #9ca3a9;
opacity: 1;
}
.tour-sidebar__search-form :-ms-input-placeholder {
color: #9ca3a9;
opacity: 1;
}
.tour-sidebar__search-form ::-ms-input-placeholder {
color: #9ca3a9;
opacity: 1;
}
.tour-sidebar__search-form ::placeholder {
color: #9ca3a9;
opacity: 1;
}
.tour-sidebar__search-form :-ms-input-placeholder {
color: #9ca3a9;
}
.tour-sidebar__search-form ::-ms-input-placeholder {
color: #9ca3a9;
}
.tour-sidebar__search+.offer-sidebar {
margin-top: 30px;
}
.tour-sidebar__sorter-wrap {
padding: 50px;
border-style: solid;
border-width: 1px;
border-color: #eceeef;
margin-top: 15px;
}
.tour-sidebar__sorter-single+.tour-sidebar__sorter-single {
margin-top: 45px;
}
.tour-sidebar__sorter-top {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: justify;
justify-content: space-between;
border-bottom: 1px solid #eceeef;
padding-bottom: 10px;
margin-bottom: 30px;
}
.tour-sidebar__sorter-top h3 {
margin: 0;
color: var(--thm-black);
font-family: var(--thm-font);
font-size: 20px;
font-weight: 500;
}
.tour-sidebar__sorter-toggler {
border: none;
outline: none !important;
font-size: 18px;
color: var(--thm-black);
width: auto;
background-color: transparent;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.tour-sidebar__sorter-toggler.toggled {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.tour-sidebar__price-range .form-group {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: justify;
justify-content: space-between;
}
.tour-sidebar__price-range .form-group p {
font-size: 16px;
font-weight: 500;
color: #9ca3a9;
margin: 0;
line-height: 1em;
}
.tour-sidebar__price-range .noUi-horizontal {
height: 3px;
background-color: var(--thm-gray);
}
.tour-sidebar__price-range .noUi-handle {
border-radius: 50%;
width: 15px;
height: 15px;
background-color: var(--thm-primary);
border: none;
outline: none;
box-shadow: none;
}
.tour-sidebar__price-range .noUi-handle::before,
.tour-sidebar__price-range .noUi-handle::after {
display: none;
}
.tour-sidebar__price-range .noUi-connect {
background-color: var(--thm-primary);
}
.tour-sidebar__sorter-inputs p {
margin: 0;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.tour-sidebar__sorter-inputs p+p {
margin-top: 30px;
}
.tour-sidebar__sorter-inputs p label {
margin: 0;
font-weight: 400;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.tour-sidebar__sorter-inputs p label i {
color: #eceeef;
font-size: 16px;
line-height: 1em;
position: relative;
top: -2px;
}
.tour-sidebar__sorter-inputs p label i+i {
margin-left: 5px;
}
.tour-sidebar__sorter-inputs p label i.active {
color: var(--thm-base);
}
.tour-sidebar__sorter-inputs [type="checkbox"]:checked,
.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked) {
position: absolute;
left: -9999px;
}
.tour-sidebar__sorter-inputs [type="checkbox"]:checked+label,
.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked)+label {
position: relative;
padding-left: 25px;
cursor: pointer;
color: #9ca3a9;
font-size: 16px;
font-weight: 500;
display: block;
line-height: 1em;
}
.tour-sidebar__sorter-inputs [type="checkbox"]:checked+label:before,
.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked)+label:before {
content: '';
position: absolute;
left: 0;
top: 0px;
width: 16px;
height: 16px;
border: 1px solid #9ca3a9;
}
.tour-sidebar__sorter-inputs [type="checkbox"]:checked+label:after,
.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked)+label:after {
content: '\f14a';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
position: absolute;
top: 0px;
left: 0px;
font-size: 18px;
color: var(--thm-base);
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked)+label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
.tour-sidebar__sorter-inputs [type="checkbox"]:checked+label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.tour-details-two .tour-sidebar {
position: relative;
z-index: 10;
margin-top: -100px;
}
.tour-sidebar__featured,
.tour-sidebar__organizer {
border: 1px solid #eceeef;
padding: 50px;
margin-top: 30px;
}
.tour-sidebar__featured {
margin-top: 0;
}
.tour-sidebar__featured h3,
.tour-sidebar__organizer h3 {
margin: 0;
color: var(--thm-black);
font-size: 20px;
font-family: var(--thm-font);
margin-bottom: 30px;
}
.tour-sidebar__organizer-content {
position: relative;
padding-left: 95px;
}
.tour-sidebar__organizer-content>img {
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
}
.tour-sidebar__featured-single p i,
.tour-sidebar__organizer-content p i {
font-size: 14px;
color: var(--thm-base);
margin-right: 10px;
}
.tour-sidebar__organizer-content p,
.tour-sidebar__featured-single p,
.tour-sidebar__organizer-content span,
.tour-sidebar__featured-single span {
font-size: 16px;
color: #9ca3a9;
font-weight: 500;
line-height: 1em;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
margin: 0;
}
.tour-sidebar__featured {
margin-bottom: 30px;
}
.tour-sidebar__featured-single {
position: relative;
padding-left: 80px;
}
.tour-sidebar__featured-single>img {
position: absolute;
top: 5px;
left: 0;
}
.tour-sidebar__featured-single h3,
.tour-sidebar__organizer-content h3 {
margin: 0;
color: var(--thm-black);
font-size: 18px;
font-family: var(--thm-font);
margin-bottom: 10px;
margin-top: 10px;
}
.tour-sidebar__featured-single+.tour-sidebar__featured-single {
border-top: 1px solid #eceeef;
padding-top: 30px;
margin-top: 30px;
}
.tour-sidebar__featured-single+.tour-sidebar__featured-single>img {
top: 35px;
}
.tour-sidebar__featured-single p,
.tour-sidebar__featured-single p i {
font-size: 14px;
color: #9ca3a9;
}
.tour-sidebar__featured-single span {
color: var(--thm-secondary);
font-size: 18px;
font-weight: 500;
}
.tour-sidebar__featured-single h3 {
margin: 0;
margin-top: 5px;
margin-bottom: 10px;
}
.tour-sidebar__featured-single h3 a {
color: inherit;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.tour-sidebar__featured-single h3 a:hover {
color: var(--thm-primary);
}
/*--------------------------------------------------------------
# Destinations
--------------------------------------------------------------*/
.destinations-one,
.destinations-two {
padding-top: 120px;
padding-bottom: 90px;
}
.destinations-one__single,
.destinations-two__single {
border-radius: 50%;
background-color: #082740;
overflow: hidden;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
position: relative;
margin-bottom: 30px;
}
.destinations-one__single {
border-radius: 0;
}
.destinations-one__single:hover,
.destinations-two__single:hover {
background-color: var(--thm-base);
}
.destinations-one__single>img,
.destinations-two__single>img {
opacity: 0.7;
-webkit-transform: scale(1.0);
transform: scale(1.0);
width: 100%;
border-radius: 50%;
-webkit-transition: all 500ms ease 300ms;
transition: all 500ms ease 300ms;
}
.destinations-one__single>img {
border-radius: 0;
}
.destinations-one__single:hover img,
.destinations-two__single:hover img {
opacity: 0.1;
-webkit-transform: scale(1.05);
transform: scale(1.05);
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}
.destinations-one__single h3,
.destinations-two__single h3 {
font-family: var(--thm-font);
font-size: 50px;
font-weight: bold;
color: #fff;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
margin: 0;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0
}
.destinations-one__single h3 a,
.destinations-two__single h3 a {
color: inherit
}
.destinations-one__single h3 a:hover,
.destinations-two__single h3 a:hover {
color: #fff;
}
/* Destinations Details */
.destinations-details__title {
margin: 0;
color: var(--thm-black);
font-size: 60px;
font-family: var(--thm-font);
font-weight: 600;
line-height: 1em;
margin-top: -10px;
margin-bottom: 40px;
}
.destinations-details__title+p {
margin-top: -10px;
}
.destinations-details__subtitle {
margin: 0;
color: var(--thm-black);
font-size: 40px;
font-weight: 600;
font-family: var(--thm-font);
margin-top: -10px;
margin-bottom: 50px;
}
.destinations-details__subtitle+p {
margin-top: -10px;
}
.destinations-details__content p {
margin: 0;
color: #9ca3a9;
font-size: 18px;
font-weight: 500;
line-height: 34px;
}
.destinations-details__content p+p {
margin-top: 30px;
}
.destinations-details__content .row {
margin-left: -5px;
margin-right: -5px;
}
.destinations-details__content .row>[class*=col-] {
padding-left: 5px;
padding-right: 5px;
}
.destinations-details__gallery {
margin-top: 60px;
margin-bottom: 60px;
}
.destinations-details__content .accrodion-grp {
margin-top: 50px;
}
/* destinations three */
.destinations-three {
padding-top: 120px;
padding-bottom: 90px;
}
.destinations-three__single {
position: relative;
overflow: hidden;
margin-bottom: 30px;
background-color: var(--thm-black);
}
.destinations-three__single>img {
width: 100%;
}
.destinations-three__content {
position: absolute;
bottom: 0;
left: 0;
z-index: 10;
padding-left: 40px;
padding-bottom: 40px;
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
transition: opacity 500ms ease, -webkit-transform 500ms ease;
transition: transform 500ms ease, opacity 500ms ease;
transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}
.destinations-three__single:hover .destinations-three__content {
-webkit-transform: translateY(100%);
transform: translateY(100%);
opacity: 0;
}
.destinations-three__hover-content h3,
.destinations-three__content h3 {
font-family: var(--thm-font);
color: #fff;
font-size: 36px;
text-transform: uppercase;
margin: 0;
}
.destinations-three__hover-content h3 a,
.destinations-three__content h3 a {
color: inherit;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.destinations-three__hover-content h3 a:hover,
.destinations-three__content h3 a:hover {
color: var(--thm-primary);
}
.destinations-three__single::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, rgba(0, 0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0.98)), to(rgba(0, 0, 0, 1)));
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.98) 99%, rgba(0, 0, 0, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
.destinations-three__hover-content {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 11;
padding-left: 40px;
padding-bottom: 35px;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
opacity: 0;
-webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
transition: opacity 500ms ease, -webkit-transform 500ms ease;
transition: transform 500ms ease, opacity 500ms ease;
transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}
.destinations-three__single:hover .destinations-three__hover-content {
opacity: 1;
-webkit-transform: translateY(0%);
transform: translateY(0%);
}
.destinations-three__hover-content p {
margin: 0;
font-size: 18px;
font-weight: 500;
color: var(--thm-base);
line-height: 1em;
}
.destinations-three__link {
width: 50px;
display: block;
height: 50px;
text-align: center;
border-radius: 50%;
background-color: var(--thm-base);
position: absolute;
right: 30px;
bottom: 40px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.destinations-three__link i {
line-height: 50px;
color: var(--thm-black);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
font-size: 18px;
}
.destinations-three__link:hover {
background-color: var(--thm-primary);
}
.destinations-three__link:hover i {
color: #ffffff;
}
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features-one__title {
background-color: #082740;
padding-bottom: 180px;
padding-top: 120px;
}
.features-one__title .block-title {
margin-bottom: 0;
}
.features-one__title .block-title h3 {
color: #ffffff;
}
.features-one__single {
box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
background-color: #fff;
text-align: center;
padding-top: 65.5px;
padding-bottom: 65.5px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
position: relative;
z-index: 10;
margin-top: -120px;
}
.features-one__single:hover {
background-color: var(--thm-primary);
}
.features-one__single i {
font-size: 50px;
color: var(--thm-primary);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.features-one__single:hover i {
color: #ffffff;
}
.features-one__single h3 {
color: var(--thm-black);
font-size: 24px;
margin: 0;
font-family: var(--thm-font);
line-height: 30px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
margin-top: 15px;
}
.features-one__single h3 a {
color: inherit;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.features-one__single h3 a:hover {
color: #ffffff;
}
.features-one__single:hover h3,
.features-one__single:hover h3 a {
color: #ffffff;
}
.features-two {
padding-top: 120px;
padding-bottom: 120px;
position: relative;
}
.features-two__bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-position: center 130%;
background-repeat: no-repeat;
opacity: 0.05;
}
.features-two .container {
position: relative;
}
.features-two__single {
margin-bottom: 30px;
text-align: center;
}
.features-two__single h3 {
margin: 0;
color: var(--thm-black);
font-family: var(--thm-font);
font-size: 24px;
font-weight: 600;
margin-bottom: 25px;
margin-top: 40px;
}
.features-two__single p {
margin: 0;
color: #9ca3a9;
font-size: 18px;
line-height: 34px;
font-weight: 500;
}
.features-two__single i {
width: 129px;
display: -webkit-box;
display: flex;
height: 129px;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
margin-left: auto;
margin-right: auto;
border-radius: 50%;
font-size: 52px;
color: #ffffff;
background-color: var(--thm-secondary);
box-shadow: 0px 10px 30px 0px rgba(255, 1, 67, 0.2);
}
.features-two [class*=col-]:nth-child(1) .features-two__single i {
background-color: #6ebd32;
box-shadow: 0px 10px 30px 0px rgba(110, 189, 50, .2);
}
.features-two [class*=col-]:nth-child(2) .features-two__single i {
background-color: var(--thm-secondary);
box-shadow: 0px 10px 30px 0px rgba(var(--thm-secondary-rgb), .2);
}
.features-two [class*=col-]:nth-child(3) .features-two__single i {
background-color: var(--thm-primary);
box-shadow: 0px 10px 30px 0px rgba(var(--thm-primary-rgb), .2);
}
.features-two__btn {
margin-top: 30px;
}
/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact-one {
padding-top: 100px;
padding-bottom: 80px;
background-color: var(--thm-primary);
}
.funfact-one__single {
margin-bottom: 30px;
}
.funfact-one__single h3 {
margin: 0;
color: #ffffff;
font-size: 90px;
font-weight: 400;
font-family: var(--thm-font);
line-height: 1em;
}
.funfact-one__single p {
margin: 0;
color: #ffffff;
font-weight: 400;
font-size: 20px;
margin-top: 10px;
}
/*--------------------------------------------------------------
# Tour Search
--------------------------------------------------------------*/
.tour-search-one {
background-color: #fff;
box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}
.tour-search-one__inner {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
flex-wrap: wrap;
}
.tour-search-one__inputs {
-webkit-box-flex: 1;
flex: 1 1 calc(100% - 224px);
max-width: calc(100% - 224px);
flex-wrap: wrap;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.tour-search-one__btn-wrap {
-webkit-box-flex: 1;
flex: 1 1 224px;
max-width: 224px;
display: -webkit-box;
display: flex;
-webkit-box-pack: end;
justify-content: flex-end;
}
.tour-search-one__btn {
padding: 43px 77.25px;
font-size: 20px;
font-weight: 600;
}
.tour-search-one__input-box {
-webkit-box-flex: 1;
flex: 1 1 33.333%;
max-width: 33.333%;
padding: 0px 40px;
padding-top: 39.5px;
padding-bottom: 24.5px;
}
.tour-search-one__input-box+.tour-search-one__input-box {
border-left: 1px solid #eceeef;
}
.tour-search-one__input-box label {
display: block;
margin: 0;
text-transform: uppercase;
color: var(--thm-black);
font-weight: 600;
font-size: 14px;
letter-spacing: .2em;
line-height: 1em;
box-shadow: none;
}
.tour-search-one__input-box input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]),
.tour-search-one__input-box textarea {
border: none;
outline: none;
font-size: 20px;
color: #9ca3a9;
display: block;
line-height: 35px;
}
.tour-search-one__input-box ::-webkit-input-placeholder {
color: #9ca3a9;
opacity: 1;
}
.tour-search-one__input-box ::-moz-placeholder {
color: #9ca3a9;
opacity: 1;
}
.tour-search-one__input-box :-ms-input-placeholder {
color: #9ca3a9;
opacity: 1;
}
.tour-search-one__input-box ::-ms-input-placeholder {
color: #9ca3a9;
opacity: 1;
}
.tour-search-one__input-box ::placeholder {
color: #9ca3a9;
opacity: 1;
}
.tour-search-one__input-box :-ms-input-placeholder {
color: #9ca3a9;
}
.tour-search-one__input-box ::-ms-input-placeholder {
color: #9ca3a9;
}
.tour-search-one__input-box .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
width: 100%;
}
.tour-search-one__input-box .bootstrap-select>.dropdown-toggle {
background-color: transparent;
border: none;
font-size: 20px;
font-weight: 400;
border-radius: 0;
color: #9ca3a9;
padding: 0;
line-height: 35px;
}
.tour-search-one__home-two {
position: relative;
z-index: 10;
margin-top: -60px;
}
.tour-search-one__home-three .block-title p {
font-size: 24px;
text-transform: capitalize;
color: var(--thm-primary);
font-weight: 400;
letter-spacing: 0em;
}
.tour-search-one__home-three .block-title h3 {
font-size: 50px;
}
.tour-search-one__home-three .tour-search-one {
box-shadow: none;
}
.tour-search-one__home-three .tour-search-one__inputs {
border: 1px solid #eceeef;
border-right: 0;
}
.tour-search-one__home-four {
padding-top: 250px;
padding-bottom: 120px;
background-repeat: no-repeat;
background-position: top left;
position: relative;
}
.tour-search-one__home-four__sun {
position: absolute;
top: 10%;
left: 10%;
-webkit-animation: sunMove 10s linear infinite;
animation: sunMove 10s linear infinite;
}
.tour-search-one__home-four__bird-1 {
position: absolute;
top: 23%;
left: 46%;
-webkit-animation: bridMove 5s ease-in infinite;
animation: bridMove 5s ease-in infinite;
}
.tour-search-one__home-four__bird-2 {
position: absolute;
top: 36%;
left: 8%;
-webkit-animation: bridMove 5s ease-in infinite;
animation: bridMove 5s ease-in infinite;
}
.tour-search-one__home-four__moc {
position: absolute;
top: 0;
right: -10px;
-webkit-animation: planeMove2 5s ease-in infinite;
animation: planeMove2 5s ease-in infinite;
}
@-webkit-keyframes planeMove2 {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
25% {
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
50% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
75% {
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
}
@keyframes planeMove2 {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
25% {
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
50% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
75% {
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
}
@-webkit-keyframes bridMove {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
25% {
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
}
50% {
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
}
75% {
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes bridMove {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
25% {
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
}
50% {
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
}
75% {
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
.tour-search-one__home-four .container {
position: relative;
}
.tour-search-one__home-four__floated-text {
position: absolute;
right: 53%;
top: 89%;
-webkit-transform: translateY(0%) rotate(-90deg);
transform: translateY(0%) rotate(-90deg);
-webkit-transform-origin: left center;
transform-origin: left center;
text-transform: uppercase;
font-size: 200px;
font-weight: 200;
line-height: 200px;
letter-spacing: .16em;
opacity: 0.04;
}
.tour-search-one__home-four .block-title p {
color: var(--thm-primary);
text-transform: uppercase;
font-size: 20px;
font-weight: 600;
}
.tour-search-one__home-four .block-title h3 {
font-size: 80px;
font-weight: 800;
line-height: 70px;
color: var(--thm-secondary);
}
.tour-search-one__home-four .tour-search-one {
box-shadow: none;
}
.tour-search-one__home-four .tour-search-one__inputs {
-webkit-box-flex: 1;
flex: 1 1 100%;
max-width: 100%;
margin-left: -5px;
margin-right: -5px;
}
.tour-search-one__home-four .tour-search-one__col {
-webkit-box-flex: 1;
flex: 1 1 50%;
padding-left: 5px;
padding-right: 5px;
margin-bottom: 10px;
}
.tour-search-one__home-four .tour-search-one__col:nth-child(1) {
-webkit-box-flex: 1;
flex: 1 1 100%;
}
.tour-search-one__home-four .tour-search-one__input-box {
-webkit-box-flex: 1;
flex: 1 1 100%;
max-width: 100%;
border: 2px solid #eceeef;
}
.tour-search-one__home-5 {
padding-top: 290px;
padding-bottom: 200px;
position: relative;
z-index: 11;
}
.tour-search-one__home-5 .block-title {
margin-bottom: 30px;
}
.tour-search-one__home-5 .block-title p {
color: #fff;
font-weight: 500;
}
.tour-search-one__home-5 .block-title h3 {
margin: 0;
font-size: 170px;
color: #fff;
letter-spacing: .04em;
font-weight: 900;
line-height: 1em;
text-transform: uppercase;
margin-top: -7px;
}
.tour-search-one__home-5 .block-title > span {
font-size: 70px;
font-family: var(--heading-font);
color: var(--thm-secondary);
margin: 0;
display: block;
line-height: 1em;
margin-top: -10px;
}
.tour-search-one__home-5 .tour-search-one__col:nth-child(1) {
-webkit-box-flex: 1;
flex: 1 1 50%;
}
@media(min-width: 1200px) {
.tour-search-one__home-5 .container {
max-width: 860px;
}
}
.tour-search-one__home-5 .tour-search-one__btn {
width: 100%;
padding-left: 30px;
padding-right: 30px;
}
.tour-search-one__home-5 .tour-search-one {
background-color: transparent;
}
.tour-search-one__home-5 .tour-search-one__input-box {
border: 2px solid rgba(236, 238, 239, .2);
}
.tour-search-one__home-5 .tour-search-one__input-box label {
color: #fff;
}
.tour-search-one__home-5 .tour-search-one__input-box .bootstrap-select > .dropdown-toggle {
color: #fff;
}
.tour-search-one__home-5 .tour-search-one__input-box input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]), .tour-search-one__home-5 .tour-search-one__input-box textarea {
background-color: transparent;
color: #ffffff;
}
.tour-search-one__home-5 .tour-search-one__input-box ::-webkit-input-placeholder {
color: #ffffff;
opacity: 1;
}
.tour-search-one__home-5 .tour-search-one__input-box ::-moz-placeholder {
color: #ffffff;
opacity: 1;
}
.tour-search-one__home-5 .tour-search-one__input-box :-ms-input-placeholder {
color: #ffffff;
opacity: 1;
}
.tour-search-one__home-5 .tour-search-one__input-box ::-ms-input-placeholder {
color: #ffffff;
opacity: 1;
}
.tour-search-one__home-5 .tour-search-one__input-box ::placeholder {
color: #ffffff;
opacity: 1;
}
.tour-search-one__home-5 .tour-search-one__input-box :-ms-input-placeholder {
color: #ffffff;
}
.tour-search-one__home-5 .tour-search-one__input-box ::-ms-input-placeholder {
color: #ffffff;
}
.tour-search__home-6 {
padding-left: 100px;
}
.tour-search__home-6 .tour-search-one__home-four {
padding-left: 135px;
padding-right: 135px;
padding-top: 258px;
padding-bottom: 258px;
position: relative;
}
.tour-search__home-6 .tour-search-one {
position: relative;
background-color: transparent;
}
.tour-search-one__6__bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-position: center 110%;
background-repeat: no-repeat;
opacity: 0.05;
background-size: 120% auto;
}
.tour-search__home-6 .row,
.tour-search__home-6 .block-title {
position: relative;
}
.tour-search__home-6 .block-title p {
font-size: 30px;
letter-spacing: 0;
}
.tour-search__home-6 .block-title h3 {
font-size: 70px;
line-height: 70px;
text-transform: uppercase;
font-weight: 800;
}
.tour-search-one__home-seven {
background-color: #004c85;
padding-top: 0;
padding-top: 110px;
padding-bottom: 105px;
}
.tour-search-one__home-seven .block-title p {
text-transform: capitalize;
letter-spacing: 0;
}
.tour-search-one__home-seven .block-title h3 {
color: #fff;
font-size: 70px;
font-weight: 600;
}
.tour-search-one__home-seven .tour-search-one {
background-color: transparent;
}
.tour-search-one__home-seven .tour-search-one__input-box {
border-color: rgba(255, 255, 255, .15);
}
tour-search-one__home-seven .tour-search-one__input-box .bootstrap-select > .dropdown-toggle,
.tour-search-one__home-seven .tour-search-one__input-box input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]), .tour-search-one__home-seven .tour-search-one__input-box textarea {
background-color: transparent;
color: #a4cae5;
opacity: 1;
}
.tour-search-one__home-seven .tour-search-one__input-box .tour-search-one__input-box ::-webkit-input-placeholder {
color: #a4cae5;
opacity: 1;
}
.tour-search-one__home-seven .tour-search-one__input-box .tour-search-one__input-box ::-moz-placeholder {
color: #a4cae5;
opacity: 1;
}
.tour-search-one__home-seven .tour-search-one__input-box .tour-search-one__input-box :-ms-input-placeholder {
color: #a4cae5;
opacity: 1;
}
.tour-search-one__home-seven .tour-search-one__input-box .tour-search-one__input-box ::-ms-input-placeholder {
color: #a4cae5;
opacity: 1;
}
.tour-search-one__home-seven .tour-search-one__input-box .tour-search-one__input-box ::placeholder {
color: #a4cae5;
opacity: 1;
}
.tour-search-one__home-seven .tour-search-one__input-box :-ms-input-placeholder {
color: #a4cae5;
}
.tour-search-one__home-seven .tour-search-one__input-box ::-ms-input-placeholder {
color: #a4cae5;
}
.tour-search-one__home-seven .tour-search-one__input-box label {
color: #ffffff;
}
.tour-search-one__home-seven .features-two__single {
position: relative;
padding-left: 170px;
text-align: left;
margin-bottom: 0;
}
.tour-search-one__home-seven .features-two__single i {
position: absolute;
top: 10px;
left: 0;
}
.tour-search-one__home-seven-content {
padding-left: 100px;
}
.tour-search-one__home-seven-content [class*=col-] +[class*=col-] {
border-top: 1px solid rgba(255, 255, 255, .07);
padding-top: 40px;
margin-top: 40px;
}
.tour-search-one__home-seven-content .features-two__single h3 {
color: #ffffff;
margin-top: 0;
}
.tour-search-one__home-seven-content .features-two__single p {
color: #a4cae5;
}
.tour-search-one__home-8 {
width: 100%;
max-width: 1250px;
background-color: #fff;
padding: 40px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.2);
} | 0.218086 | 0.042444 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* Hide horizontal content overflow */
body {
font-family:"Arial", Serif;
background-color: #f4f4f4;
overflow-x: hidden;
}
/* Declare Hamburger Icon and List Links as Flex Items */
.navbar {
background-color: #3b5998;
overflow: hidden;
height: 4em;
display: flex;
flex-direction: row-reverse;
}
/* Generic Link Styling */
a {
text-decoration: none;
}
/* Logo Font Styling */
.logo {
font-family: 'Lato', sans-serif;
}
/* Declare List Links as Flex Items */
.navbar ul {
/* background-color: red; */
display: flex;
justify-content: flex-end;
/* justify-content: center */
/* IF ONLY JONNOVATIVE SHOWS UP ON MOBILE, CENTER */
align-items: center;
list-style: none;
}
/* Space Out List links */
.navbar ul li {
padding: 1em;
}
/* Make List Link:Hover Green Background Blocks */
.navbar ul li:hover {
padding-top: 1.45em;
align-self: stretch;
background: green;
}
/* Make Horizontal Nav Items White */
.navbar a{
color: #f2f2f2;
}
/* .navbar .last-link {
/* color: blue; */
/* margin-right: 2em;
} */
/* Hide all list Items EXCEPT Jonnovative Logo */
.navbar .hidden-links {
/* display: none; */
}
/* Declares Span Containing Hamburger Icon a Flex Container */
/* Item is flexed for easy centering */
/* Margin makes it so List links don't have weird background-color size */
.open-slide {
display: flex;
justify-content: center;
align-items: center;
margin-left: 2em;
}
/* Hamburger Icon Styling */
.open-slide .heaven-icon {
padding: .3em .5em 0 .5em;
font-size: 2em;
align-self: stretch;
}
/* Hamburger Icon:hover Styling */
.open-slide .heaven-icon:hover,
.open-slide .heaven-icon:focus {
background-color: #3d0c02;
}
.side-nav {
height: 100vh;
width: 0;
position: fixed;
z-index:1;
top:0;
right: 0;
background-color: #3d0c02;
/* ITEMS TO BE CHANGED START */
/* opacity: 0.9; */
overflow-x: auto;
padding-top: 60px;
/* ITEMS TO BE CHANGED END */
/* transition: 0.5s; */
transition: 0.4s;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-end;
}
.side-nav a{
/* padding: 10px 10px 10px 30px; */
/* border: 1px solid white; */
margin: .5em 0;
padding-right: 3em;
text-decoration: none;
font-size: 1.375em;
color: #ccc;
transition: 0.3s;
}
.side-nav a:hover {
color: #fff;
}
/*
padding: .3em .5em 0 .5em;
font-size: 2em;
*/
.side-nav .btn-close {
/* to its container */
margin: 0;
position: absolute;
top: 0;
right: 0;
font-size: 3em;
padding-top: .1em;
padding-right: .3em;
/* NOTE: if I want to center an item with calc, could I do 50% then subtract whatever em the item is? */
/* margin-left: 50px; */
}
h1 {
/* transition:margin-right 0.5s; */
padding: 20px;
/* overflow: hidden; */
/* width: 100%; */
text-align: center;
}
@media(max-width:25.875em) {
.navbar ul{
display:none
}
}
@media(min-width:35.5em) {
.open-slide{display:none}
}
@media(min-width:48.000em) {
.side-nav {
background-color: #000;
/* ITEMS TO BE CHANGED START */
justify-content: flex-start;
align-items: flex-end;
}
.side-nav a {
padding-right: 5em;
margin-bottom: 2em;
}
} | portfolio/myHamburgerORIGINAL.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* Hide horizontal content overflow */
body {
font-family:"Arial", Serif;
background-color: #f4f4f4;
overflow-x: hidden;
}
/* Declare Hamburger Icon and List Links as Flex Items */
.navbar {
background-color: #3b5998;
overflow: hidden;
height: 4em;
display: flex;
flex-direction: row-reverse;
}
/* Generic Link Styling */
a {
text-decoration: none;
}
/* Logo Font Styling */
.logo {
font-family: 'Lato', sans-serif;
}
/* Declare List Links as Flex Items */
.navbar ul {
/* background-color: red; */
display: flex;
justify-content: flex-end;
/* justify-content: center */
/* IF ONLY JONNOVATIVE SHOWS UP ON MOBILE, CENTER */
align-items: center;
list-style: none;
}
/* Space Out List links */
.navbar ul li {
padding: 1em;
}
/* Make List Link:Hover Green Background Blocks */
.navbar ul li:hover {
padding-top: 1.45em;
align-self: stretch;
background: green;
}
/* Make Horizontal Nav Items White */
.navbar a{
color: #f2f2f2;
}
/* .navbar .last-link {
/* color: blue; */
/* margin-right: 2em;
} */
/* Hide all list Items EXCEPT Jonnovative Logo */
.navbar .hidden-links {
/* display: none; */
}
/* Declares Span Containing Hamburger Icon a Flex Container */
/* Item is flexed for easy centering */
/* Margin makes it so List links don't have weird background-color size */
.open-slide {
display: flex;
justify-content: center;
align-items: center;
margin-left: 2em;
}
/* Hamburger Icon Styling */
.open-slide .heaven-icon {
padding: .3em .5em 0 .5em;
font-size: 2em;
align-self: stretch;
}
/* Hamburger Icon:hover Styling */
.open-slide .heaven-icon:hover,
.open-slide .heaven-icon:focus {
background-color: #3d0c02;
}
.side-nav {
height: 100vh;
width: 0;
position: fixed;
z-index:1;
top:0;
right: 0;
background-color: #3d0c02;
/* ITEMS TO BE CHANGED START */
/* opacity: 0.9; */
overflow-x: auto;
padding-top: 60px;
/* ITEMS TO BE CHANGED END */
/* transition: 0.5s; */
transition: 0.4s;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-end;
}
.side-nav a{
/* padding: 10px 10px 10px 30px; */
/* border: 1px solid white; */
margin: .5em 0;
padding-right: 3em;
text-decoration: none;
font-size: 1.375em;
color: #ccc;
transition: 0.3s;
}
.side-nav a:hover {
color: #fff;
}
/*
padding: .3em .5em 0 .5em;
font-size: 2em;
*/
.side-nav .btn-close {
/* to its container */
margin: 0;
position: absolute;
top: 0;
right: 0;
font-size: 3em;
padding-top: .1em;
padding-right: .3em;
/* NOTE: if I want to center an item with calc, could I do 50% then subtract whatever em the item is? */
/* margin-left: 50px; */
}
h1 {
/* transition:margin-right 0.5s; */
padding: 20px;
/* overflow: hidden; */
/* width: 100%; */
text-align: center;
}
@media(max-width:25.875em) {
.navbar ul{
display:none
}
}
@media(min-width:35.5em) {
.open-slide{display:none}
}
@media(min-width:48.000em) {
.side-nav {
background-color: #000;
/* ITEMS TO BE CHANGED START */
justify-content: flex-start;
align-items: flex-end;
}
.side-nav a {
padding-right: 5em;
margin-bottom: 2em;
}
} | 0.425605 | 0.068009 |
.content,
.pic,
.sankaku{
z-index:0;
}
.jumbotron{
position: relative;
background: url(bxs.png) center center;
background-size: cover;
}
.tops{
font-family: 'Poppins', sans-serif;
color:white;
}
.pic{
position: absolute;
z-index:2;
width:300px;
height:150px;
}
.content{
z-index:1;
position:absolute;
top:100px;
left:5px;
height:150px;
width:280px;
padding-top:55px;
}
.cds{
position:absolute;
z-index:100;
}
.sdw{
box-shadow:
0 1.9px 2.5px rgba(0, 0, 0, 0.057),
0 5px 6.1px rgba(0, 0, 0, 0.076),
0 10.1px 11.4px rgba(0, 0, 0, 0.086),
0 19.2px 19.8px rgba(0, 0, 0, 0.092),
0 38.4px 34.8px rgba(0, 0, 0, 0.1),
0 101px 74px rgba(0, 0, 0, 0.13);
}
.sankaku{
position: absolute;
border-style: solid;
border-width: 0 20px 20px 0;
border-color: transparent #000000 transparent transparent;
top:150px;
left:-15px;
}
.botan{
z-index:2;
top:0;
left:0;
position: absolute;
padding: 0.5em 1em;
background: #74ebd5; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #ACB6E5, #74ebd5); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #ACB6E5, #74ebd5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
color: #FFF;
box-shadow:
0 1.9px 2.5px rgba(0, 0, 0, 0.057),
0 5px 6.1px rgba(0, 0, 0, 0.076),
0 10.1px 11.4px rgba(0, 0, 0, 0.086),
0 19.2px 19.8px rgba(0, 0, 0, 0.092),
0 38.4px 34.8px rgba(0, 0, 0, 0.1),
0 101px 74px rgba(0, 0, 0, 0.13);
}
.botans{
z-index:0;
position: absolute;
width:110px;
height:40px;
padding: 0.5em 1em;
top:10px;
left: 10px;
background: #74ebd5; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #ACB6E5, #74ebd5); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #ACB6E5, #74ebd5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.botana{
position: relative;
}
.tps{
font-family: 'Poppins', sans-serif;
}
.sms{
background-color:black;
background:black;
}
.mas{
position: relative;
}
.cds{
position :relative;
}
body {
background-color:#f7f7f7;
}
.face{
border-radius: 50%;
width:150px;
height:150px;
}
.card{
margin-top: 30px;
text-align : center;
border-radius: 20px
backdrop-filter: blur(3px);
}
.title{
text-align : center;
margin: 10px auto;
}
img.emoji {
height: 1em;
width: 1em;
margin: 0 .05em 0 .1em;
vertical-align: -0.1em;
} | css/stylees.css | .content,
.pic,
.sankaku{
z-index:0;
}
.jumbotron{
position: relative;
background: url(bxs.png) center center;
background-size: cover;
}
.tops{
font-family: 'Poppins', sans-serif;
color:white;
}
.pic{
position: absolute;
z-index:2;
width:300px;
height:150px;
}
.content{
z-index:1;
position:absolute;
top:100px;
left:5px;
height:150px;
width:280px;
padding-top:55px;
}
.cds{
position:absolute;
z-index:100;
}
.sdw{
box-shadow:
0 1.9px 2.5px rgba(0, 0, 0, 0.057),
0 5px 6.1px rgba(0, 0, 0, 0.076),
0 10.1px 11.4px rgba(0, 0, 0, 0.086),
0 19.2px 19.8px rgba(0, 0, 0, 0.092),
0 38.4px 34.8px rgba(0, 0, 0, 0.1),
0 101px 74px rgba(0, 0, 0, 0.13);
}
.sankaku{
position: absolute;
border-style: solid;
border-width: 0 20px 20px 0;
border-color: transparent #000000 transparent transparent;
top:150px;
left:-15px;
}
.botan{
z-index:2;
top:0;
left:0;
position: absolute;
padding: 0.5em 1em;
background: #74ebd5; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #ACB6E5, #74ebd5); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #ACB6E5, #74ebd5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
color: #FFF;
box-shadow:
0 1.9px 2.5px rgba(0, 0, 0, 0.057),
0 5px 6.1px rgba(0, 0, 0, 0.076),
0 10.1px 11.4px rgba(0, 0, 0, 0.086),
0 19.2px 19.8px rgba(0, 0, 0, 0.092),
0 38.4px 34.8px rgba(0, 0, 0, 0.1),
0 101px 74px rgba(0, 0, 0, 0.13);
}
.botans{
z-index:0;
position: absolute;
width:110px;
height:40px;
padding: 0.5em 1em;
top:10px;
left: 10px;
background: #74ebd5; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #ACB6E5, #74ebd5); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #ACB6E5, #74ebd5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.botana{
position: relative;
}
.tps{
font-family: 'Poppins', sans-serif;
}
.sms{
background-color:black;
background:black;
}
.mas{
position: relative;
}
.cds{
position :relative;
}
body {
background-color:#f7f7f7;
}
.face{
border-radius: 50%;
width:150px;
height:150px;
}
.card{
margin-top: 30px;
text-align : center;
border-radius: 20px
backdrop-filter: blur(3px);
}
.title{
text-align : center;
margin: 10px auto;
}
img.emoji {
height: 1em;
width: 1em;
margin: 0 .05em 0 .1em;
vertical-align: -0.1em;
} | 0.302185 | 0.128744 |
@keyframes a {
0% {
box-shadow: 0 0 0 0 rgba(22, 172, 207, 0.4);
}
70% {
box-shadow: 0 0 0 24px rgba(22, 172, 207, 0);
}
to {
box-shadow: 0 0 0 0 rgba(22, 172, 207, 0);
}
}
@keyframes b {
0% {
color: #f0ad4e;
transform: rotate(0deg);
box-shadow: 0 0 0 0 rgba(240, 173, 78, 0.4);
}
70% {
box-shadow: 0 0 0 24px rgba(240, 173, 78, 0);
}
to {
color: #f0ad4e;
transform: rotate(-359deg);
box-shadow: 0 0 0 0 rgba(240, 173, 78, 0);
}
}
@-webkit-keyframes b {
0% {
color: #f0ad4e;
-webkit-transform: rotate(0deg);
-webkit-box-shadow: 0 0 0 0 rgba(240, 173, 78, 0.6);
}
70% {
-webkit-box-shadow: 0 0 0 24px rgba(240, 173, 78, 0);
}
to {
color: #f0ad4e;
-webkit-transform: rotate(-359deg);
-webkit-box-shadow: 0 0 0 0 rgba(240, 173, 78, 0);
}
}
@-webkit-keyframes c {
0% {
bottom: 10px;
}
50% {
bottom: 20px;
}
to {
bottom: 10px;
}
}
@keyframes c {
0% {
bottom: 10px;
}
50% {
bottom: 20px;
}
to {
bottom: 10px;
}
}
@-webkit-keyframes d {
0%,
80%,
to {
-webkit-transform: scale(0);
}
40% {
-webkit-transform: scale(1);
}
}
@keyframes d {
0%,
80%,
to {
opacity: 0.1;
}
40% {
opacity: 0.9;
}
}
@keyframes e {
0% {
opacity: 0;
}
to {
opacity: 1;
}
}
.footer__col-4___-XXVx {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 12px;
padding-left: 12px;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.footer__footerSection___1-2XO {
display: block;
padding: 48px 0 20px;
background-color: #212121;
color: #fff;
position: absolute;
right: 0;
bottom: 0;
left: 0;
}
.footer__col-md-4___2KXw4 {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 12px;
padding-left: 12px;
}
.container__container___1fvX0 {
position: relative;
margin-left: auto;
margin-right: auto;
padding-right: 12px;
padding-left: 12px;
visibility: visible;
max-width: 100%;
}
.footer__upper___3xatR {
padding-bottom: 24px;
margin-bottom: 15px;
border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}
.row__row___2roCA {
display: flex !important;
flex-wrap: wrap !important;
margin-right: -12px;
margin-left: -12px;
}
.footer__col-md-2___1vyOI {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 12px;
padding-left: 12px;
}
.footer__col-md-8___2pauw {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 12px;
padding-left: 12px;
}
.footer__socialLinks___3S5w9 .footer__logo___SNGnI {
margin-top: -20px;
margin-bottom: 20px;
display: block;
}
.footer__socialLinks___3S5w9 .footer__logo___SNGnI .footer__image___1wrDs {
width: 110px;
}
.footer__socialLinks___3S5w9 ul {
margin-bottom: 0;
}
.footer__socialLinks___3S5w9 ul li {
margin-bottom: 10px;
}
.footer__socialLinks___3S5w9 ul li:not(:last-child) {
margin-right: 10px;
}
.footer__socialLinks___3S5w9 ul li a {
display: block;
padding: 4px;
width: 28px;
font-size: 16px;
line-height: 18px;
color: #fff;
text-align: center;
border: 1px solid #fff;
border-radius: 14px;
}
.footer__socialLinks___3S5w9 ul li a:hover {
text-decoration: none;
}
.footer__col-lg-6___2jvLt {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 12px;
padding-left: 12px;
}
.footer__col-lg-8___KYzn5 {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 12px;
padding-left: 12px;
}
.footer__lower___3ZvXz {
font-weight: 400;
font-size: 12px;
color: rgba(255, 255, 255, 0.7);
}
.footer__lower___3ZvXz .footer__copyright___1R9Fa .footer__govLink___1bjkn {
display: inline-block;
width: 88px;
margin-right: 15px;
margin-bottom: 10px;
}
.footer__lower___3ZvXz .footer__copyright___1R9Fa .footer__govLink___1bjkn .footer__image___1wrDs {
width: 100%;
}
.footer__lower___3ZvXz .footer__copyright___1R9Fa .footer__text___1Ta7d {
white-space: nowrap;
}
.footer__listItemSpacer___Winee {
margin-bottom: 8px;
}
.list-inline {
padding-left: 0;
list-style: none;
}
.list-inline-item {
display: inline-block;
}
.list-inline-item:not(:last-child) {
margin-right: 5px;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.footer__facebookPage___2mPne {
margin-top: 20px;
text-align: center;
}
.footer__contact___2p3rC .footer__title___2Zw_F {
color: #fff;
font-weight: 500;
text-transform: capitalize;
font-size: 12px;
margin-bottom: 22px;
}
.footer__contact___2p3rC .footer__body___2_pAR {
font-weight: 400;
font-size: 12px;
margin-top: 12px;
}
.footer__contact___2p3rC .footer__body___2_pAR ul {
margin-bottom: 0;
}
.footer__contact___2p3rC .footer__body___2_pAR ul li {
color: #fff;
}
.footer__contact___2p3rC .footer__body___2_pAR ul li a {
color: rgba(255, 255, 255, 0.85);
width: 100%;
display: block;
padding-top: 4px;
padding-bottom: 4px;
}
.footer__company___GKAFU .footer__title___2Zw_F {
color: #fff;
font-weight: 500;
text-transform: capitalize;
font-size: 12px;
margin-bottom: 22px;
}
.footer__company___GKAFU .footer__body___2_pAR {
font-weight: 400;
font-size: 12px;
margin-top: 12px;
}
.footer__company___GKAFU .footer__body___2_pAR ul {
margin-bottom: 0;
}
.footer__company___GKAFU .footer__body___2_pAR ul li {
color: #fff;
}
.footer__company___GKAFU .footer__body___2_pAR ul li a {
color: rgba(255, 255, 255, 0.85);
width: 100%;
display: block;
padding-top: 4px;
padding-bottom: 4px;
}
.footer__customerService___2ZPaW .footer__title___2Zw_F {
color: #fff;
font-weight: 500;
text-transform: capitalize;
font-size: 12px;
margin-bottom: 22px;
}
.footer__customerService___2ZPaW .footer__body___2_pAR {
font-weight: 400;
font-size: 12px;
margin-top: 12px;
}
.footer__customerService___2ZPaW .footer__body___2_pAR ul {
margin-bottom: 0;
}
.footer__customerService___2ZPaW .footer__body___2_pAR ul li {
color: #fff;
}
.footer__customerService___2ZPaW .footer__body___2_pAR ul li a {
color: rgba(255, 255, 255, 0.85);
width: 100%;
display: block;
padding-top: 4px;
padding-bottom: 4px;
}
.footer__col-lg-4___excjO {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 12px;
padding-left: 12px;
}
@media (max-width: 767px) {
.footer__footerSection___1-2XO {
padding: 30px 0;
}
.footer__upper___3xatR {
padding-bottom: 12px;
}
.footer__socialLinks___3S5w9 {
text-align: center;
margin-bottom: 15px;
}
.footer__socialLinks___3S5w9 .footer__logo___SNGnI {
margin-top: 0;
margin-left: 0.1px !important;
}
.footer__lower___3ZvXz {
text-align: center;
}
.footer__lower___3ZvXz .footer__copyright___1R9Fa {
margin-bottom: 10px;
}
.footer__lower___3ZvXz .footer__copyright___1R9Fa .footer__govLink___1bjkn {
display: block;
width: 75px;
margin: 0 auto 5px;
}
.footer__lower___3ZvXz .footer__company___GKAFU .footer__title___2Zw_F {
height: 32px;
margin-bottom: 8px;
font-weight: 400;
}
.footer__lower___3ZvXz .footer__company___GKAFU .footer__body___2_pAR ul li a {
padding-top: 6px;
padding-bottom: 6px;
}
.footer__lower___3ZvXz .footer__company___GKAFU .footer__lower___3ZvXz {
text-align: center;
}
.footer__lower___3ZvXz .footer__company___GKAFU .footer__lower___3ZvXz .footer__copyright___1R9Fa {
margin-bottom: 10px;
}
.footer__lower___3ZvXz .footer__company___GKAFU .footer__lower___3ZvXz .footer__copyright___1R9Fa .footer__govLink___1bjkn {
display: block;
width: 75px;
margin: 0 auto 5px;
}
.footer__lower___3ZvXz .footer__company___GKAFU .footer__lower___3ZvXz .footer__address___aiHX9 {
margin-bottom: 10px;
}
.footer__lower___3ZvXz .footer__contact___2p3rC {
margin-bottom: 20px;
}
.footer__lower___3ZvXz .footer__contact___2p3rC .footer__title___2Zw_F {
height: 32px;
margin-bottom: 8px;
font-weight: 400;
}
.footer__lower___3ZvXz .footer__contact___2p3rC .footer__body___2_pAR ul li a {
padding-top: 6px;
padding-bottom: 6px;
}
.footer__lower___3ZvXz .footer__customerService___2ZPaW .footer__title___2Zw_F {
height: 32px;
margin-bottom: 8px;
font-weight: 400;
}
.footer__lower___3ZvXz .footer__customerService___2ZPaW .footer__body___2_pAR ul li a {
padding-top: 6px;
padding-bottom: 6px;
}
}
@media (min-width: 576px) {
.container__container___1fvX0 {
padding-right: 12px;
padding-left: 12px;
width: 540px;
max-width: 100%;
}
.row__row___2roCA {
margin-right: -12px;
margin-left: -12px;
}
.footer__col-md-2___1vyOI {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-4___-XXVx {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-lg-8___KYzn5 {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-md-8___2pauw {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-lg-6___2jvLt {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-lg-4___excjO {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-md-4___2KXw4 {
padding-right: 12px;
padding-left: 12px;
}
}
@media (min-width: 768px) {
.container__container___1fvX0 {
padding-right: 12px;
padding-left: 12px;
width: 720px;
max-width: 100%;
}
.row__row___2roCA {
margin-right: -12px;
margin-left: -12px;
}
.footer__col-md-2___1vyOI {
padding-right: 12px;
padding-left: 12px;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.footer__col-4___-XXVx {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-lg-8___KYzn5 {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-md-8___2pauw {
padding-right: 12px;
padding-left: 12px;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.footer__col-lg-6___2jvLt {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-lg-4___excjO {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-md-4___2KXw4 {
padding-right: 12px;
padding-left: 12px;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
}
@media (min-width: 992px) {
.container__container___1fvX0 {
padding-right: 12px;
padding-left: 12px;
width: 960px;
max-width: 100%;
}
.row__row___2roCA {
margin-right: -12px;
margin-left: -12px;
}
.footer__col-md-2___1vyOI {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-4___-XXVx {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-lg-8___KYzn5 {
padding-right: 12px;
padding-left: 12px;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.footer__col-md-8___2pauw {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-lg-6___2jvLt {
padding-right: 12px;
padding-left: 12px;
flex: 0 0 50%;
max-width: 50%;
}
.footer__col-lg-4___excjO {
padding-right: 12px;
padding-left: 12px;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.footer__col-md-4___2KXw4 {
padding-right: 12px;
padding-left: 12px;
}
}
@media (min-width: 1200px) {
.container__container___1fvX0 {
padding-right: 12px;
padding-left: 12px;
width: 1140px;
max-width: 100%;
}
.row__row___2roCA {
margin-right: -12px;
margin-left: -12px;
}
.footer__col-md-2___1vyOI {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-4___-XXVx {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-lg-8___KYzn5 {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-md-8___2pauw {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-lg-6___2jvLt {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-lg-4___excjO {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-md-4___2KXw4 {
padding-right: 12px;
padding-left: 12px;
}
}
@media only screen and (max-width: 480px) {
.jp-card .jp-card-front .jp-card-lower {
width: 90%;
left: 5%;
}
}
@font-face {
font-family: 'icomoon';
src: url(/image/icomoon.ttf);
src: url(/image/icomoon.ttf) format('truetype');
font-weight: 400;
font-style: normal;
}
[class*='ic-'] {
font-family: icomoon !important;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class*='ic-']:active {
opacity: 0.6;
background-color: rgba(78, 89, 93, 0.3);
border-radius: 3px;
}
[class*='ic-']:focus {
opacity: 0.6;
background-color: rgba(78, 89, 93, 0.3);
border-radius: 3px;
}
.ic-linkedin2:before {
content: '\EACA';
}
.ic-ic-zalo:before {
content: '\E92D';
}
.ic-facebook:before {
content: '\EA90';
}
.ic-instagram:before {
content: '\EA92';
} | src/components/GlobalFooter/index.css | @keyframes a {
0% {
box-shadow: 0 0 0 0 rgba(22, 172, 207, 0.4);
}
70% {
box-shadow: 0 0 0 24px rgba(22, 172, 207, 0);
}
to {
box-shadow: 0 0 0 0 rgba(22, 172, 207, 0);
}
}
@keyframes b {
0% {
color: #f0ad4e;
transform: rotate(0deg);
box-shadow: 0 0 0 0 rgba(240, 173, 78, 0.4);
}
70% {
box-shadow: 0 0 0 24px rgba(240, 173, 78, 0);
}
to {
color: #f0ad4e;
transform: rotate(-359deg);
box-shadow: 0 0 0 0 rgba(240, 173, 78, 0);
}
}
@-webkit-keyframes b {
0% {
color: #f0ad4e;
-webkit-transform: rotate(0deg);
-webkit-box-shadow: 0 0 0 0 rgba(240, 173, 78, 0.6);
}
70% {
-webkit-box-shadow: 0 0 0 24px rgba(240, 173, 78, 0);
}
to {
color: #f0ad4e;
-webkit-transform: rotate(-359deg);
-webkit-box-shadow: 0 0 0 0 rgba(240, 173, 78, 0);
}
}
@-webkit-keyframes c {
0% {
bottom: 10px;
}
50% {
bottom: 20px;
}
to {
bottom: 10px;
}
}
@keyframes c {
0% {
bottom: 10px;
}
50% {
bottom: 20px;
}
to {
bottom: 10px;
}
}
@-webkit-keyframes d {
0%,
80%,
to {
-webkit-transform: scale(0);
}
40% {
-webkit-transform: scale(1);
}
}
@keyframes d {
0%,
80%,
to {
opacity: 0.1;
}
40% {
opacity: 0.9;
}
}
@keyframes e {
0% {
opacity: 0;
}
to {
opacity: 1;
}
}
.footer__col-4___-XXVx {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 12px;
padding-left: 12px;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.footer__footerSection___1-2XO {
display: block;
padding: 48px 0 20px;
background-color: #212121;
color: #fff;
position: absolute;
right: 0;
bottom: 0;
left: 0;
}
.footer__col-md-4___2KXw4 {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 12px;
padding-left: 12px;
}
.container__container___1fvX0 {
position: relative;
margin-left: auto;
margin-right: auto;
padding-right: 12px;
padding-left: 12px;
visibility: visible;
max-width: 100%;
}
.footer__upper___3xatR {
padding-bottom: 24px;
margin-bottom: 15px;
border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}
.row__row___2roCA {
display: flex !important;
flex-wrap: wrap !important;
margin-right: -12px;
margin-left: -12px;
}
.footer__col-md-2___1vyOI {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 12px;
padding-left: 12px;
}
.footer__col-md-8___2pauw {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 12px;
padding-left: 12px;
}
.footer__socialLinks___3S5w9 .footer__logo___SNGnI {
margin-top: -20px;
margin-bottom: 20px;
display: block;
}
.footer__socialLinks___3S5w9 .footer__logo___SNGnI .footer__image___1wrDs {
width: 110px;
}
.footer__socialLinks___3S5w9 ul {
margin-bottom: 0;
}
.footer__socialLinks___3S5w9 ul li {
margin-bottom: 10px;
}
.footer__socialLinks___3S5w9 ul li:not(:last-child) {
margin-right: 10px;
}
.footer__socialLinks___3S5w9 ul li a {
display: block;
padding: 4px;
width: 28px;
font-size: 16px;
line-height: 18px;
color: #fff;
text-align: center;
border: 1px solid #fff;
border-radius: 14px;
}
.footer__socialLinks___3S5w9 ul li a:hover {
text-decoration: none;
}
.footer__col-lg-6___2jvLt {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 12px;
padding-left: 12px;
}
.footer__col-lg-8___KYzn5 {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 12px;
padding-left: 12px;
}
.footer__lower___3ZvXz {
font-weight: 400;
font-size: 12px;
color: rgba(255, 255, 255, 0.7);
}
.footer__lower___3ZvXz .footer__copyright___1R9Fa .footer__govLink___1bjkn {
display: inline-block;
width: 88px;
margin-right: 15px;
margin-bottom: 10px;
}
.footer__lower___3ZvXz .footer__copyright___1R9Fa .footer__govLink___1bjkn .footer__image___1wrDs {
width: 100%;
}
.footer__lower___3ZvXz .footer__copyright___1R9Fa .footer__text___1Ta7d {
white-space: nowrap;
}
.footer__listItemSpacer___Winee {
margin-bottom: 8px;
}
.list-inline {
padding-left: 0;
list-style: none;
}
.list-inline-item {
display: inline-block;
}
.list-inline-item:not(:last-child) {
margin-right: 5px;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.footer__facebookPage___2mPne {
margin-top: 20px;
text-align: center;
}
.footer__contact___2p3rC .footer__title___2Zw_F {
color: #fff;
font-weight: 500;
text-transform: capitalize;
font-size: 12px;
margin-bottom: 22px;
}
.footer__contact___2p3rC .footer__body___2_pAR {
font-weight: 400;
font-size: 12px;
margin-top: 12px;
}
.footer__contact___2p3rC .footer__body___2_pAR ul {
margin-bottom: 0;
}
.footer__contact___2p3rC .footer__body___2_pAR ul li {
color: #fff;
}
.footer__contact___2p3rC .footer__body___2_pAR ul li a {
color: rgba(255, 255, 255, 0.85);
width: 100%;
display: block;
padding-top: 4px;
padding-bottom: 4px;
}
.footer__company___GKAFU .footer__title___2Zw_F {
color: #fff;
font-weight: 500;
text-transform: capitalize;
font-size: 12px;
margin-bottom: 22px;
}
.footer__company___GKAFU .footer__body___2_pAR {
font-weight: 400;
font-size: 12px;
margin-top: 12px;
}
.footer__company___GKAFU .footer__body___2_pAR ul {
margin-bottom: 0;
}
.footer__company___GKAFU .footer__body___2_pAR ul li {
color: #fff;
}
.footer__company___GKAFU .footer__body___2_pAR ul li a {
color: rgba(255, 255, 255, 0.85);
width: 100%;
display: block;
padding-top: 4px;
padding-bottom: 4px;
}
.footer__customerService___2ZPaW .footer__title___2Zw_F {
color: #fff;
font-weight: 500;
text-transform: capitalize;
font-size: 12px;
margin-bottom: 22px;
}
.footer__customerService___2ZPaW .footer__body___2_pAR {
font-weight: 400;
font-size: 12px;
margin-top: 12px;
}
.footer__customerService___2ZPaW .footer__body___2_pAR ul {
margin-bottom: 0;
}
.footer__customerService___2ZPaW .footer__body___2_pAR ul li {
color: #fff;
}
.footer__customerService___2ZPaW .footer__body___2_pAR ul li a {
color: rgba(255, 255, 255, 0.85);
width: 100%;
display: block;
padding-top: 4px;
padding-bottom: 4px;
}
.footer__col-lg-4___excjO {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 12px;
padding-left: 12px;
}
@media (max-width: 767px) {
.footer__footerSection___1-2XO {
padding: 30px 0;
}
.footer__upper___3xatR {
padding-bottom: 12px;
}
.footer__socialLinks___3S5w9 {
text-align: center;
margin-bottom: 15px;
}
.footer__socialLinks___3S5w9 .footer__logo___SNGnI {
margin-top: 0;
margin-left: 0.1px !important;
}
.footer__lower___3ZvXz {
text-align: center;
}
.footer__lower___3ZvXz .footer__copyright___1R9Fa {
margin-bottom: 10px;
}
.footer__lower___3ZvXz .footer__copyright___1R9Fa .footer__govLink___1bjkn {
display: block;
width: 75px;
margin: 0 auto 5px;
}
.footer__lower___3ZvXz .footer__company___GKAFU .footer__title___2Zw_F {
height: 32px;
margin-bottom: 8px;
font-weight: 400;
}
.footer__lower___3ZvXz .footer__company___GKAFU .footer__body___2_pAR ul li a {
padding-top: 6px;
padding-bottom: 6px;
}
.footer__lower___3ZvXz .footer__company___GKAFU .footer__lower___3ZvXz {
text-align: center;
}
.footer__lower___3ZvXz .footer__company___GKAFU .footer__lower___3ZvXz .footer__copyright___1R9Fa {
margin-bottom: 10px;
}
.footer__lower___3ZvXz .footer__company___GKAFU .footer__lower___3ZvXz .footer__copyright___1R9Fa .footer__govLink___1bjkn {
display: block;
width: 75px;
margin: 0 auto 5px;
}
.footer__lower___3ZvXz .footer__company___GKAFU .footer__lower___3ZvXz .footer__address___aiHX9 {
margin-bottom: 10px;
}
.footer__lower___3ZvXz .footer__contact___2p3rC {
margin-bottom: 20px;
}
.footer__lower___3ZvXz .footer__contact___2p3rC .footer__title___2Zw_F {
height: 32px;
margin-bottom: 8px;
font-weight: 400;
}
.footer__lower___3ZvXz .footer__contact___2p3rC .footer__body___2_pAR ul li a {
padding-top: 6px;
padding-bottom: 6px;
}
.footer__lower___3ZvXz .footer__customerService___2ZPaW .footer__title___2Zw_F {
height: 32px;
margin-bottom: 8px;
font-weight: 400;
}
.footer__lower___3ZvXz .footer__customerService___2ZPaW .footer__body___2_pAR ul li a {
padding-top: 6px;
padding-bottom: 6px;
}
}
@media (min-width: 576px) {
.container__container___1fvX0 {
padding-right: 12px;
padding-left: 12px;
width: 540px;
max-width: 100%;
}
.row__row___2roCA {
margin-right: -12px;
margin-left: -12px;
}
.footer__col-md-2___1vyOI {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-4___-XXVx {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-lg-8___KYzn5 {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-md-8___2pauw {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-lg-6___2jvLt {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-lg-4___excjO {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-md-4___2KXw4 {
padding-right: 12px;
padding-left: 12px;
}
}
@media (min-width: 768px) {
.container__container___1fvX0 {
padding-right: 12px;
padding-left: 12px;
width: 720px;
max-width: 100%;
}
.row__row___2roCA {
margin-right: -12px;
margin-left: -12px;
}
.footer__col-md-2___1vyOI {
padding-right: 12px;
padding-left: 12px;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.footer__col-4___-XXVx {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-lg-8___KYzn5 {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-md-8___2pauw {
padding-right: 12px;
padding-left: 12px;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.footer__col-lg-6___2jvLt {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-lg-4___excjO {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-md-4___2KXw4 {
padding-right: 12px;
padding-left: 12px;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
}
@media (min-width: 992px) {
.container__container___1fvX0 {
padding-right: 12px;
padding-left: 12px;
width: 960px;
max-width: 100%;
}
.row__row___2roCA {
margin-right: -12px;
margin-left: -12px;
}
.footer__col-md-2___1vyOI {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-4___-XXVx {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-lg-8___KYzn5 {
padding-right: 12px;
padding-left: 12px;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.footer__col-md-8___2pauw {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-lg-6___2jvLt {
padding-right: 12px;
padding-left: 12px;
flex: 0 0 50%;
max-width: 50%;
}
.footer__col-lg-4___excjO {
padding-right: 12px;
padding-left: 12px;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.footer__col-md-4___2KXw4 {
padding-right: 12px;
padding-left: 12px;
}
}
@media (min-width: 1200px) {
.container__container___1fvX0 {
padding-right: 12px;
padding-left: 12px;
width: 1140px;
max-width: 100%;
}
.row__row___2roCA {
margin-right: -12px;
margin-left: -12px;
}
.footer__col-md-2___1vyOI {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-4___-XXVx {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-lg-8___KYzn5 {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-md-8___2pauw {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-lg-6___2jvLt {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-lg-4___excjO {
padding-right: 12px;
padding-left: 12px;
}
.footer__col-md-4___2KXw4 {
padding-right: 12px;
padding-left: 12px;
}
}
@media only screen and (max-width: 480px) {
.jp-card .jp-card-front .jp-card-lower {
width: 90%;
left: 5%;
}
}
@font-face {
font-family: 'icomoon';
src: url(/image/icomoon.ttf);
src: url(/image/icomoon.ttf) format('truetype');
font-weight: 400;
font-style: normal;
}
[class*='ic-'] {
font-family: icomoon !important;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class*='ic-']:active {
opacity: 0.6;
background-color: rgba(78, 89, 93, 0.3);
border-radius: 3px;
}
[class*='ic-']:focus {
opacity: 0.6;
background-color: rgba(78, 89, 93, 0.3);
border-radius: 3px;
}
.ic-linkedin2:before {
content: '\EACA';
}
.ic-ic-zalo:before {
content: '\E92D';
}
.ic-facebook:before {
content: '\EA90';
}
.ic-instagram:before {
content: '\EA92';
} | 0.348313 | 0.181209 |
@font-face {
font-family: "Roboto";
src: url("/public/fonts/roboto-t.eot");
src: url("/public/fonts/roboto-t.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto-t.woff2") format("woff2"), url("/public/fonts/roboto-t.woff") format("woff"), url("/public/fonts/roboto-t.ttf") format("truetype"), url("/public/fonts/roboto-t.svg#roboto") format("svg");
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: "Roboto";
src: url("/public/fonts/roboto-t-i.eot");
src: url("/public/fonts/roboto-t-i.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto-t-i.woff2") format("woff2"), url("/public/fonts/roboto-t-i.woff") format("woff"), url("/public/fonts/roboto-t-i.ttf") format("truetype"), url("/public/fonts/roboto-t-i.svg#roboto") format("svg");
font-weight: 200;
font-style: italic;
}
@font-face {
font-family: "Roboto";
src: url("/public/fonts/roboto-l.eot");
src: url("/public/fonts/roboto-l.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto-l.woff2") format("woff2"), url("/public/fonts/roboto-l.woff") format("woff"), url("/public/fonts/roboto-l.ttf") format("truetype"), url("/public/fonts/roboto-l.svg#roboto") format("svg");
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: "Roboto";
src: url("/public/fonts/roboto-l-i.eot");
src: url("/public/fonts/roboto-l-i.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto-l-i.woff2") format("woff2"), url("/public/fonts/roboto-l-i.woff") format("woff"), url("/public/fonts/roboto-l-i.ttf") format("truetype"), url("/public/fonts/roboto-l-i.svg#roboto") format("svg");
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: "Roboto";
src: url("/public/fonts/roboto-r.eot");
src: url("/public/fonts/roboto-r.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto-r.woff2") format("woff2"), url("/public/fonts/roboto-r.woff") format("woff"), url("/public/fonts/roboto-r.ttf") format("truetype"), url("/public/fonts/roboto-r.svg#roboto") format("svg");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Roboto";
src: url("/public/fonts/roboto-i.eot");
src: url("/public/fonts/roboto-i.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto-i.woff2") format("woff2"), url("/public/fonts/roboto-i.woff") format("woff"), url("/public/fonts/roboto-i.ttf") format("truetype"), url("/public/fonts/roboto-i.svg#roboto") format("svg");
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: "Roboto";
src: url("/public/fonts/roboto-m.eot");
src: url("/public/fonts/roboto-m.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto-m.woff2") format("woff2"), url("/public/fonts/roboto-m.woff") format("woff"), url("/public/fonts/roboto-m.ttf") format("truetype"), url("/public/fonts/roboto-m.svg#roboto") format("svg");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: "Roboto";
src: url("/public/fonts/roboto-m-i.eot");
src: url("/public/fonts/roboto-m-i.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto-m-i.woff2") format("woff2"), url("/public/fonts/roboto-m-i.woff") format("woff"), url("/public/fonts/roboto-m-i.ttf") format("truetype"), url("/public/fonts/roboto-m-i.svg#roboto") format("svg");
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: "Roboto";
src: url("/public/fonts/roboto-b.eot");
src: url("/public/fonts/roboto-b.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto-b.woff2") format("woff2"), url("/public/fonts/roboto-b.woff") format("woff"), url("/public/fonts/roboto-b.ttf") format("truetype"), url("/public/fonts/roboto-b.svg#roboto") format("svg");
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: "Roboto";
src: url("/public/fonts/roboto-b-i.eot");
src: url("/public/fonts/roboto-b-i.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto-b-i.woff2") format("woff2"), url("/public/fonts/roboto-b-i.woff") format("woff"), url("/public/fonts/roboto-b-i.ttf") format("truetype"), url("/public/fonts/roboto-b-i.svg#roboto") format("svg");
font-weight: 700;
font-style: italic;
}
@font-face {
font-family: "Roboto";
src: url("/public/fonts/roboto-bl.eot");
src: url("/public/fonts/roboto-bl.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto-bl.woff2") format("woff2"), url("/public/fonts/roboto-bl.woff") format("woff"), url("/public/fonts/roboto-bl.ttf") format("truetype"), url("/public/fonts/roboto-bl.svg#roboto") format("svg");
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: "Roboto";
src: url("/public/fonts/roboto-bl-i.eot");
src: url("/public/fonts/roboto-bl-i.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto-bl-i.woff2") format("woff2"), url("/public/fonts/roboto-bl-i.woff") format("woff"), url("/public/fonts/roboto-bl-i.ttf") format("truetype"), url("/public/fonts/roboto-bl-i.svg#roboto") format("svg");
font-weight: 900;
font-style: italic;
}
/* \Roboto */
/* Roboto Condensed */
@font-face {
font-family: "Roboto Condensed";
src: url("/public/fonts/roboto_condensed-l.eot");
src: url("/public/fonts/roboto_condensed-l.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto_condensed-l.woff2") format("woff2"), url("/public/fonts/roboto_condensed-l.woff") format("woff"), url("/public/fonts/roboto_condensed-l.ttf") format("truetype"), url("/public/fonts/roboto_condensed-l.svg#roboto_condensed") format("svg");
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: "Roboto Condensed";
src: url("/public/fonts/roboto_condensed-l-i.eot");
src: url("/public/fonts/roboto_condensed-l-i.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto_condensed-l-i.woff2") format("woff2"), url("/public/fonts/roboto_condensed-l-i.woff") format("woff"), url("/public/fonts/roboto_condensed-l-i.ttf") format("truetype"), url("/public/fonts/roboto_condensed-l-i.svg#roboto_condensed") format("svg");
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: "Roboto Condensed";
src: url("/public/fonts/roboto_condensed-r.eot");
src: url("/public/fonts/roboto_condensed-r.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto_condensed-r.woff2") format("woff2"), url("/public/fonts/roboto_condensed-r.woff") format("woff"), url("/public/fonts/roboto_condensed-r.ttf") format("truetype"), url("/public/fonts/roboto_condensed-r.svg#roboto_condensed") format("svg");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Roboto Condensed";
src: url("/public/fonts/roboto_condensed-i.eot");
src: url("/public/fonts/roboto_condensed-i.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto_condensed-i.woff2") format("woff2"), url("/public/fonts/roboto_condensed-i.woff") format("woff"), url("/public/fonts/roboto_condensed-i.ttf") format("truetype"), url("/public/fonts/roboto_condensed-i.svg#roboto_condensed") format("svg");
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: "Roboto Condensed";
src: url("/public/fonts/roboto_condensed-b.eot");
src: url("/public/fonts/roboto_condensed-b.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto_condensed-b.woff2") format("woff2"), url("/public/fonts/roboto_condensed-b.woff") format("woff"), url("/public/fonts/roboto_condensed-b.ttf") format("truetype"), url("/public/fonts/roboto_condensed-b.svg#roboto_condensed") format("svg");
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: "Roboto Condensed";
src: url("/public/fonts/roboto_condensed-b-i.eot");
src: url("/public/fonts/roboto_condensed-b-i.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto_condensed-b-i.woff2") format("woff2"), url("/public/fonts/roboto_condensed-b-i.woff") format("woff"), url("/public/fonts/roboto_condensed-b-i.ttf") format("truetype"), url("/public/fonts/roboto_condensed-b-i.svg#roboto_condensed") format("svg");
font-weight: 700;
font-style: italic;
}
/* \Roboto Condensed */ | public/css/fonts.css | @font-face {
font-family: "Roboto";
src: url("/public/fonts/roboto-t.eot");
src: url("/public/fonts/roboto-t.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto-t.woff2") format("woff2"), url("/public/fonts/roboto-t.woff") format("woff"), url("/public/fonts/roboto-t.ttf") format("truetype"), url("/public/fonts/roboto-t.svg#roboto") format("svg");
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: "Roboto";
src: url("/public/fonts/roboto-t-i.eot");
src: url("/public/fonts/roboto-t-i.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto-t-i.woff2") format("woff2"), url("/public/fonts/roboto-t-i.woff") format("woff"), url("/public/fonts/roboto-t-i.ttf") format("truetype"), url("/public/fonts/roboto-t-i.svg#roboto") format("svg");
font-weight: 200;
font-style: italic;
}
@font-face {
font-family: "Roboto";
src: url("/public/fonts/roboto-l.eot");
src: url("/public/fonts/roboto-l.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto-l.woff2") format("woff2"), url("/public/fonts/roboto-l.woff") format("woff"), url("/public/fonts/roboto-l.ttf") format("truetype"), url("/public/fonts/roboto-l.svg#roboto") format("svg");
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: "Roboto";
src: url("/public/fonts/roboto-l-i.eot");
src: url("/public/fonts/roboto-l-i.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto-l-i.woff2") format("woff2"), url("/public/fonts/roboto-l-i.woff") format("woff"), url("/public/fonts/roboto-l-i.ttf") format("truetype"), url("/public/fonts/roboto-l-i.svg#roboto") format("svg");
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: "Roboto";
src: url("/public/fonts/roboto-r.eot");
src: url("/public/fonts/roboto-r.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto-r.woff2") format("woff2"), url("/public/fonts/roboto-r.woff") format("woff"), url("/public/fonts/roboto-r.ttf") format("truetype"), url("/public/fonts/roboto-r.svg#roboto") format("svg");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Roboto";
src: url("/public/fonts/roboto-i.eot");
src: url("/public/fonts/roboto-i.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto-i.woff2") format("woff2"), url("/public/fonts/roboto-i.woff") format("woff"), url("/public/fonts/roboto-i.ttf") format("truetype"), url("/public/fonts/roboto-i.svg#roboto") format("svg");
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: "Roboto";
src: url("/public/fonts/roboto-m.eot");
src: url("/public/fonts/roboto-m.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto-m.woff2") format("woff2"), url("/public/fonts/roboto-m.woff") format("woff"), url("/public/fonts/roboto-m.ttf") format("truetype"), url("/public/fonts/roboto-m.svg#roboto") format("svg");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: "Roboto";
src: url("/public/fonts/roboto-m-i.eot");
src: url("/public/fonts/roboto-m-i.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto-m-i.woff2") format("woff2"), url("/public/fonts/roboto-m-i.woff") format("woff"), url("/public/fonts/roboto-m-i.ttf") format("truetype"), url("/public/fonts/roboto-m-i.svg#roboto") format("svg");
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: "Roboto";
src: url("/public/fonts/roboto-b.eot");
src: url("/public/fonts/roboto-b.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto-b.woff2") format("woff2"), url("/public/fonts/roboto-b.woff") format("woff"), url("/public/fonts/roboto-b.ttf") format("truetype"), url("/public/fonts/roboto-b.svg#roboto") format("svg");
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: "Roboto";
src: url("/public/fonts/roboto-b-i.eot");
src: url("/public/fonts/roboto-b-i.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto-b-i.woff2") format("woff2"), url("/public/fonts/roboto-b-i.woff") format("woff"), url("/public/fonts/roboto-b-i.ttf") format("truetype"), url("/public/fonts/roboto-b-i.svg#roboto") format("svg");
font-weight: 700;
font-style: italic;
}
@font-face {
font-family: "Roboto";
src: url("/public/fonts/roboto-bl.eot");
src: url("/public/fonts/roboto-bl.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto-bl.woff2") format("woff2"), url("/public/fonts/roboto-bl.woff") format("woff"), url("/public/fonts/roboto-bl.ttf") format("truetype"), url("/public/fonts/roboto-bl.svg#roboto") format("svg");
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: "Roboto";
src: url("/public/fonts/roboto-bl-i.eot");
src: url("/public/fonts/roboto-bl-i.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto-bl-i.woff2") format("woff2"), url("/public/fonts/roboto-bl-i.woff") format("woff"), url("/public/fonts/roboto-bl-i.ttf") format("truetype"), url("/public/fonts/roboto-bl-i.svg#roboto") format("svg");
font-weight: 900;
font-style: italic;
}
/* \Roboto */
/* Roboto Condensed */
@font-face {
font-family: "Roboto Condensed";
src: url("/public/fonts/roboto_condensed-l.eot");
src: url("/public/fonts/roboto_condensed-l.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto_condensed-l.woff2") format("woff2"), url("/public/fonts/roboto_condensed-l.woff") format("woff"), url("/public/fonts/roboto_condensed-l.ttf") format("truetype"), url("/public/fonts/roboto_condensed-l.svg#roboto_condensed") format("svg");
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: "Roboto Condensed";
src: url("/public/fonts/roboto_condensed-l-i.eot");
src: url("/public/fonts/roboto_condensed-l-i.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto_condensed-l-i.woff2") format("woff2"), url("/public/fonts/roboto_condensed-l-i.woff") format("woff"), url("/public/fonts/roboto_condensed-l-i.ttf") format("truetype"), url("/public/fonts/roboto_condensed-l-i.svg#roboto_condensed") format("svg");
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: "Roboto Condensed";
src: url("/public/fonts/roboto_condensed-r.eot");
src: url("/public/fonts/roboto_condensed-r.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto_condensed-r.woff2") format("woff2"), url("/public/fonts/roboto_condensed-r.woff") format("woff"), url("/public/fonts/roboto_condensed-r.ttf") format("truetype"), url("/public/fonts/roboto_condensed-r.svg#roboto_condensed") format("svg");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Roboto Condensed";
src: url("/public/fonts/roboto_condensed-i.eot");
src: url("/public/fonts/roboto_condensed-i.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto_condensed-i.woff2") format("woff2"), url("/public/fonts/roboto_condensed-i.woff") format("woff"), url("/public/fonts/roboto_condensed-i.ttf") format("truetype"), url("/public/fonts/roboto_condensed-i.svg#roboto_condensed") format("svg");
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: "Roboto Condensed";
src: url("/public/fonts/roboto_condensed-b.eot");
src: url("/public/fonts/roboto_condensed-b.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto_condensed-b.woff2") format("woff2"), url("/public/fonts/roboto_condensed-b.woff") format("woff"), url("/public/fonts/roboto_condensed-b.ttf") format("truetype"), url("/public/fonts/roboto_condensed-b.svg#roboto_condensed") format("svg");
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: "Roboto Condensed";
src: url("/public/fonts/roboto_condensed-b-i.eot");
src: url("/public/fonts/roboto_condensed-b-i.eot?#iefix") format("embedded-opentype"), url("/public/fonts/roboto_condensed-b-i.woff2") format("woff2"), url("/public/fonts/roboto_condensed-b-i.woff") format("woff"), url("/public/fonts/roboto_condensed-b-i.ttf") format("truetype"), url("/public/fonts/roboto_condensed-b-i.svg#roboto_condensed") format("svg");
font-weight: 700;
font-style: italic;
}
/* \Roboto Condensed */ | 0.225929 | 0.058373 |
*, *::after, *::before {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html, body {
height: 100%;
}
/* reusable colors */
:root {
--skin: #f9c5b5;
--skinshadow: rgba(231,158,145,1);
--skinback: rgba(241,184,167,1);
--skinbackshadow: rgba(219,146,133,1);
--hair: rgb(19, 10, 9);
--hoodie: rgb(254, 247, 255);
--hoodieaccent: rgb(254, 253, 255);
--hoodieaccent2: rgb(240, 219, 248);
--hoodiehole: rgb(111, 56, 199);
--hoodieoutline: rgb(206, 165, 221);
--hoodiefront: rgb(255, 255, 255);
--hoodieback: rgb(249, 223, 255);
}
/* --- */
body {
background-color: rgb(22, 7, 2);
}
main {
height: 910px;
width: 1540px;
margin: auto;
display: flex;
align-items: center;
background-color: rgb(165, 103, 55);
border: 2.5em inset rgb(136, 86, 48);
}
.container {
background-color: lightgray;
background-image: url(../images/backgroundday.jpg);
background-repeat: no-repeat;
background-size: contain;
height: 810px;
width: 1440px;
display: flex;
margin: auto;
overflow: hidden;
position: relative;
}
.buttons {
position: absolute;
bottom: 1%;
right: 1%;
display: flex;
}
.buttons > button {
display: flex;
align-items: center;
height: 2em;
padding: 1em;
text-align: center;
font-weight: bold;
margin: 0.5em;
background-color: rgb(255, 255, 255);
border: 2px solid black;
}
.buttons > button:hover {
background-color: rgb(179, 152, 185);
}
.container > p {
position: absolute;
font-size: 0.8em;
font-family: Helvetica, sans-serif;
opacity: 0.8;
top: 1%;
right: 1%;
color: white;
}
/* start objects character */
.charbody {
position: absolute;
background-color: var(--hoodie);
width: 25%;
height: 50%;
top: 51%;
left: 51%;
border-right: 2px solid var(--hoodieoutline);
border-radius: 35% 58% 11% 0% / 76% 89% 11% 10% ;
transform-style: preserve-3d;
transform: translateZ(1em);
}
.charbody::after {
content: "";
position: absolute;
background-color: var(--hoodie);
width: 25%;
height: 38%;
top: 65%;
left: 84%;
transform: rotate(15deg);
border-right: 2px solid var(--hoodieoutline);
border-radius: 0% 100% 24% 10% / 10% 71% 28% 10% ;
}
/* arm-front */
.upperarm-front {
position: absolute;
background-color: var(--hoodiefront);
width: 60%;
height: 85%;
top: 15%;
left: 18%;
border-right: 2px solid var(--hoodieoutline);
border-radius: 43% 46% 9% 0% / 83% 46% 28% 10%;
transform-style: preserve-3d;
transform: rotate(-3deg) translateZ(10em);
transform-origin: 50% 0%;
animation: armfrontmove 5s infinite;
}
.lowerarm-front {
position: absolute;
background-color: var(--hoodiefront);
width: 90%;
height: 100%;
transform: rotate(-60deg) translateZ(12em);
top: 25%;
left: -70%;
border-right: 2px solid var(--hoodieoutline);
border-radius: 54% 26% 69% 19% / 70% 18% 40% 19% ;
transform-style: preserve-3d;
}
.lowerarm-front-end {
position: absolute;
background-color: rgb(253, 245, 255);
width: 31%;
height: 30%;
transform: rotate(70deg) translateZ(-1em);
top: -16%;
left: 42%;
border-top: 2px solid var(--hoodieoutline);
border-radius: 63% 26% 27% 31% / 49% 13% 13% 39%;
transform-style: preserve-3d;
}
/* arm-front-hand */
.hand-front {
position: absolute;
background-color: var(--skin);
width: 55%;
height: 23%;
transform: rotate(65deg) translateZ(-1em);
top: -22%;
left: 24%;
border-radius: 22% 35% 21% 17% / 84% 14% 5% 13%;
background: linear-gradient(15deg, var(--skinshadow) 10%, var(--skin) 10%);
transform-style: preserve-3d;
animation: handfrontmove 2s infinite;
}
.pinkyfinger-base-front {
position: absolute;
background-color: var(--skin);
width: 24%;
height: 56%;
transform: rotate(-70deg) translateZ(-1em);
top: 48%;
left: -20%;
border-right: 2px solid var(--skinshadow);
border-radius: 35% 30% 36% 30% / 41% 43% 38% 36%;
background: linear-gradient(90deg, var(--skinshadow) 20%, var(--skin) 20%);
transform-style: preserve-3d;
animation: fingermove 2s infinite;
}
.pinkyfinger-end-front {
position: absolute;
background-color: var(--skin);
width: 71%;
height: 63%;
transform: rotate(-70deg);
top: -31%;
left: -21%;
border-right: 2px solid var(--skinshadow);
border-radius: 35% 30% 36% 30% / 41% 43% 38% 36% ;
background: linear-gradient(99deg, var(--skinshadow) 20%, var(--skin) 20%);
transform-style: preserve-3d;
}
.ringfinger-base-front {
position: absolute;
background-color: var(--skin);
width: 25%;
height: 61%;
transform: rotate(-80deg) translateZ(-1em);
top: 22%;
left: -27%;
border-right: 2px solid var(--skinshadow);
border-radius: 35% 30% 36% 30% / 41% 43% 38% 36% ;
background: linear-gradient(90deg, var(--skinshadow) 20%, var(--skin) 20%);
transform-style: preserve-3d;
animation: fingermove 2s infinite -0.5s;
}
.ringfinger-end-front {
position: absolute;
background-color: var(--skin);
width: 71%;
height: 81%;
transform: rotate(-70deg);
top: -40%;
left: -30%;
border-right: 2px solid var(--skinshadow);
border-radius: 35% 30% 36% 30% / 41% 43% 38% 36% ;
background: linear-gradient(99deg, var(--skinshadow) 20%, var(--skin) 20%);
transform-style: preserve-3d;
}
.middlefinger-base-front {
position: absolute;
background-color: var(--skin);
width: 27%;
height: 64%;
transform: rotate(-81deg) translateZ(-1em);
top: 3%;
left: -24%;
border-right: 2px solid var(--skinshadow);
border-radius: 35% 30% 36% 30% / 41% 43% 38% 36% ;
background: linear-gradient(90deg, var(--skinshadow) 20%, var(--skin) 20%);
transform-style: preserve-3d;
animation: fingermove 2s infinite -0.7s;
}
.middlefinger-end-front {
position: absolute;
background-color: var(--skin);
width: 71%;
height: 81%;
transform: rotate(-70deg);
top: -44%;
left: -39%;
border-right: 2px solid var(--skinshadow);
border-radius: 35% 30% 36% 30% / 41% 43% 38% 36% ;
background: linear-gradient(99deg, var(--skinshadow) 20%, var(--skin) 20%);
transform-style: preserve-3d;
}
.pointerfinger-base-front {
position: absolute;
background-color: var(--skin);
width: 26%;
height: 63%;
transform: rotate(-94deg) translateZ(-1em);
top: -14%;
left: -14%;
border-right: 2px solid var(--skinshadow);
border-radius: 35% 30% 36% 30% / 41% 43% 38% 36% ;
background: linear-gradient(90deg, var(--skinshadow) 20%, var(--skin) 20%);
transform-style: preserve-3d;
animation: fingermove 2s infinite -0.1s;
}
.pointerfinger-end-front {
position: absolute;
background-color: var(--skin);
width: 71%;
height: 81%;
transform: rotate(-70deg);
top: -44%;
left: -39%;
border-right: 2px solid var(--skinshadow);
border-radius: 35% 30% 36% 30% / 41% 43% 38% 36% ;
background: linear-gradient(99deg, var(--skinshadow) 20%, var(--skin) 20%);
transform-style: preserve-3d;
}
/* arm-front-end */
/* arm-back */
.upperarm-back {
position: absolute;
background-color: rgb(249, 223, 255);
width: 29%;
height: 55%;
transform: rotate(49deg) translateZ(-8em);
top: 17%;
left: 20%;
border-left: 2px solid rgb(230, 180, 241);
border-radius: 40%;
transform-style: preserve-3d;
transform-origin: 50% 0%;
animation: armbackmove 5s infinite -1s;
}
.lowerarm-back {
position: absolute;
background-color: rgb(249, 223, 255);
width: 90%;
height: 90%;
transform: rotate(52deg) translateZ(1em);
top: 60%;
left: -85%;
border-left: 2px solid rgb(230, 180, 241);
border-radius: 47% 47% 28% 28% / 31% 25% 45% 28% ;
transform-style: preserve-3d;
}
.lowerarm-back::after {
content: "";
position: absolute;
background-color: rgb(250, 227, 255);
width: 39%;
height: 41%;
transform: rotate(90deg);
top: 73%;
left: 31%;
border-left: 2px solid rgb(230, 180, 241);
border-radius: 46% 24% 23% 43% / 41% 28% 26% 49% ;
transform-style: preserve-3d;
}
.hand-back {
position: absolute;
background-color: #e9a894;
width: 81%;
height: 41%;
transform: rotate(-87deg) translateZ(-7em);
top: 92%;
left: 8%;
border-radius: 46% 41% 39% 43% / 41% 28% 26% 49% ;
transform-style: preserve-3d;
animation: handbackmove 3s infinite;
}
/* fingers back */
.thumb-base-back {
position: absolute;
background-color: var(--skinback);
width: 58%;
height: 68%;
transform: rotate(-32deg) translateZ(5em);
top: -8%;
left: 24%;
border-right: 2px solid var(--skinbackshadow);
border-radius: 44% 26% 37% 39% / 34% 24% 36% 40% ;
transform-style: preserve-3d;
}
.thumb-end-back {
position: absolute;
background-color: var(--skinback);
width: 72%;
height: 88%;
transform: rotate(67deg);
top: -32%;
left: -12%;
border-left: 2px solid var(--skinbackshadow);
border-radius: 39% 41% 51% 34% / 39% 35% 66% 37% ;
background: linear-gradient(309deg, var(--skinbackshadow) 30%, var(--skinback) 34%);
transform-style: preserve-3d;
}
.pointerfinger-base-back {
position: absolute;
background-color: var(--skinback);
width: 40%;
height: 51%;
transform: rotate(-95deg) translateZ(3em);
top: 3%;
left: -47%;
border-radius: 40%;
transform-style: preserve-3d;
}
.pointerfinger-end-back {
position: absolute;
background-color: var(--skinback);
width: 141%;
height: 62%;
transform: rotate(-66deg) translateZ(1em);
top: 14%;
left: -23%;
border-bottom: 2px solid var(--skinbackshadow);
border-radius: 43% 40% 41% 38% / 44% 31% 32% 46% ;
background: linear-gradient(168deg, var(--skinbackshadow) 20%, var(--skinback) 27%);
transform-style: preserve-3d;
}
.middlefinger-base-back {
position: absolute;
background-color: var(--skinback);
width: 35%;
height: 52%;
transform: rotate(84deg) translateZ(2em);
top: 32%;
left: -39%;
border-radius: 23% 23% 51% 41% / 24% 22% 45% 44% ;
transform-style: preserve-3d;
}
.middlefinger-end-back {
position: absolute;
background-color: var(--skinback);
width: 89%;
height: 106%;
transform: rotate(-2deg);
top: -5%;
left: 6%;
border-right: 2px solid var(--skinbackshadow);
border-radius: 40%;
background: linear-gradient(257deg, var(--skinbackshadow) 20%, var(--skinback) 27%);
transform-style: preserve-3d;
}
.ringfinger-base-back {
position: absolute;
background-color: var(--skinback);
width: 29%;
height: 50%;
transform: rotate(81deg) translateZ(1em);
top: 56%;
left: -22%;
border-radius: 40%;
transform-style: preserve-3d;
}
.ringfinger-end-back {
position: absolute;
background-color: var(--skinback);
width: 94%;
height: 107%;
transform: rotate(10deg);
top: -7%;
left: 12%;
border-right: 2px solid var(--skinbackshadow);
border-radius: 40%;
background: linear-gradient(257deg, var(--skinbackshadow) 20%, var(--skinback) 27%);
transform-style: preserve-3d;
}
.pinkyfinger-base-back {
position: absolute;
background-color: var(--skinback);
width: 28%;
height: 44%;
transform: rotate(70deg) translateZ(0em);
top: 74%;
left: -3%;
border-radius: 40%;
transform-style: preserve-3d;
}
.pinkyfinger-end-back {
position: absolute;
background-color: var(--skinback);
width: 94%;
height: 94%;
transform: rotate(-10deg);
top: 9%;
left: 10%;
border-right: 2px solid var(--skinbackshadow);
border-radius: 40%;
background: linear-gradient(257deg, var(--skinbackshadow) 20%, var(--skinback) 27%);
transform-style: preserve-3d;
}
/* fingers back end */
.pen {
position: absolute;
background-color: darkblue;
width: 13%;
height: 182%;
transform: rotate(0deg) translateZ(3em);
top: -60%;
left: -6%;
border-radius: 39% 41% 54% 47% / 24% 22% 45% 44% ;
transform-style: preserve-3d;
animation: penmove 3s infinite;
}
/* head start */
.head {
position: absolute;
background-color: var(--skin);
width: 70%;
height: 64%;
transform: rotate(-23deg) translateZ(3em);
top: -71%;
left: -8%;
border-radius: 30% 43% 41% 21% / 81% 42% 41% 12%;
background: linear-gradient(9deg, var(--skinshadow) 4%, var(--skin) 5%);
transform-style: preserve-3d;
transform-origin: 60% 100%;
animation: headmove 5s infinite;
}
.neck {
position: absolute;
background-color: var(--skin);
width: 52%;
height: 25%;
top: 97%;
left: 23%;
border-radius: 12% 6% 9% 15% / 9% 9% 8% 73% ;
background: linear-gradient(136deg, var(--skinshadow) 25%, var(--skin) 27%);
transform-style: preserve-3d;
transform: translateZ(-1em);
}
.ear {
position: absolute;
background-color: var(--skin);
width: 29%;
height: 34%;
top: 52%;
left: 53%;
border-radius: 73% 27% 87% 13% / 47% 25% 75% 53% ;
background: radial-gradient(at 59% 33%, var(--skinshadow) 19%, var(--skin) 21%);
transform-style: preserve-3d;
transform: translateZ(3em);
}
.hair {
position: absolute;
background-color: var(--hair);
width: 66%;
height: 112%;
top: -7%;
left: 55%;
border-radius: 19% 80% 60% 26% / 28% 52% 48% 28% ;
transform-style: preserve-3d;
transform: translateZ(3em);
}
.hair1 {
position: absolute;
background-color: var(--hair);
width: 106%;
height: 25%;
top: -12%;
left: -57%;
border-radius: 21% 82% 57% 44% / 46% 75% 30% 47%;
transform-style: preserve-3d;
}
.hair2 {
position: absolute;
background-color: var(--hair);
width: 56%;
height: 66%;
transform: rotate(-17deg);
top: -7%;
left: -23%;
border-radius: 30% 37% 10% 33% / 49% 38% 10% 29% ;
transform-style: preserve-3d;
}
.hair3 {
position: absolute;
background-color: var(--hair);
width: 44%;
height: 26%;
transform: rotate(-62deg);
top: -21%;
left: 21%;
border-radius: 49% 47% 27% 38% / 82% 42% 25% 24%;
background: radial-gradient(circle at 91% 40% ,transparent 67% ,var(--hair) 69%);
transform-style: preserve-3d;
}
.hairtie {
position: absolute;
background-color: rgb(236, 57, 2);
width: 17%;
height: 23%;
transform: rotate(-11deg) translateZ(1em);
top: 26%;
left: 93%;
border-radius: 17% 83% 82% 18% / 49% 45% 55% 51% ;
transform-style: preserve-3d;
}
.ponytail {
position: absolute;
background-color: var(--hair);
width: 91%;
height: 58%;
transform: rotate(12deg) translateZ(-2em);
top: 21%;
left: 99%;
border-radius: 52% 63% 36% 38% / 35% 51% 52% 65%;
background: radial-gradient(at -25% 73% ,transparent 23% ,var(--hair) 19%);
transform-style: preserve-3d;
}
.ponytail2 {
position: absolute;
background-color: var(--hair);
width: 78%;
height: 73%;
transform: rotate(-3deg) translateZ(-2em);
top: 80%;
left: 4%;
border-radius: 17% 22% 10% 55% / 50% 10% 10% 47%;
background: radial-gradient(circle at 111% 68% ,transparent 30% ,var(--hair) 31%);
transform-style: preserve-3d;
}
.ponytail3 {
position: absolute;
background-color: var(--hair);
width: 82%;
height: 46%;
transform: rotate(-57deg) translateZ(-2em);
top: 61%;
left: 23%;
border-radius: 45% 13% 59% 50% / 8% 49% 33% 81%;
transform-style: preserve-3d;
}
.eye {
position: absolute;
background-color: rgb(255, 255, 255);
width: 20%;
height: 17%;
transform: rotate(9deg);
top: 35%;
left: 9%;
clip-path: polygon(0 12%, 20% 100%, 100% 10%)
;
background: linear-gradient(0deg, transparent 66%, black 71%), linear-gradient(-43deg, black 47%, white 49%);
transform-style: preserve-3d;
animation: blink 5s infinite;
}
.pupil {
position: absolute;
background-color: black;
width: 15%;
height: 56%;
transform: rotate(-14deg);
top: 23%;
left: 15%;
border-radius: 40%;
transform-style: preserve-3d;
animation: blink2 5s infinite;
}
.aboveeye {
position: absolute;
background-color: var(--skin);
width: 19%;
height: 10%;
transform: rotate(6deg);
top: 27%;
left: 12%;
background: linear-gradient(14deg, rgba(191,158,184,1) 19%, transparent 37%);
clip-path: polygon(0 0, 0 100%, 100% 100%);
animation: blink2 5s infinite;
}
.eyebrow {
position: absolute;
background-color: var(--hair);
width: 29%;
height: 5%;
transform: rotate(10deg);
top: 25%;
left: 8%;
border-radius: 30% 64% 32% 23% / 36% 58% 40% 30%;
background: radial-gradient(circle at 61% 532% ,transparent 80% ,var(--hair) 82%);
transform-style: preserve-3d;
}
.mouth {
position: absolute;
background-color: black;
width: 11%;
height: 1%;
transform: rotate(35deg);
top: 74%;
left: -1%;
border-radius: 10% 27% 27% 38% / 10% 20% 25% 89% ;
transform-style: preserve-3d;
}
/* head end */
/* hoodie start */
.hoodie {
position: absolute;
background-color: var(--hoodieaccent);
width: 63%;
height: 18%;
transform: rotate(-26deg) translateZ(4em);
top: 0%;
left: 6%;
border-top: 2px solid var(--hoodieoutline);
border-radius: 51% 52% 27% 38% / 81% 61% 25% 24%;
background: radial-gradient(circle at 50% 292% ,transparent 70% ,var(--hoodieaccent) 71%);
transform-style: preserve-3d;
}
.hoodie2 {
position: absolute;
background-color: var(--hoodieaccent);
width: 54%;
height: 95%;
transform: rotate(-15deg) translateZ(-2em);
top: -40%;
left: -7%;
border-left: 2px solid var(--hoodieoutline);
border-radius: 19% 52% 27% 39% / 85% 61% 25% 35%;
background: radial-gradient(circle at 46% 70%, var(--hoodieaccent2) 46%, var(--hoodieaccent) 46%);
transform-style: preserve-3d;
}
.hoodie3 {
position: absolute;
background-color: var(--hoodieaccent);
width: 48%;
height: 69%;
transform: rotate(14deg) translateZ(-2em);
top: -49%;
left: 49%;
border-top: 2px solid var(--hoodieoutline);
border-radius: 44% 62% 9% 39% / 85% 93% 29% 35%;
background: radial-gradient(circle at 52% 79%, var(--hoodieaccent2) 36%, var(--hoodieaccent) 36%);
transform-style: preserve-3d;
}
.hoodie4 {
position: absolute;
background-color: var(--hoodieaccent);
width: 30%;
height: 75%;
transform: rotate(73deg) translateZ(-5em);
top: 71%;
left: 72%;
border-right: 2px solid rgb(233, 203, 243);
border-radius: 44% 52% 57% 39% / 85% 61% 56% 35%;
transform-style: preserve-3d;
}
.hole-1 {
position: absolute;
background-color: var(--hoodiehole);
width: 6%;
height: 20%;
top: 71%;
left: 2%;
border-radius: 50%;
transform-style: preserve-3d;
}
.hole-2 {
position: absolute;
background-color: var(--hoodiehole);
width: 5%;
height: 16%;
top: 54%;
left: -6%;
border-radius: 50%;
transform-style: preserve-3d;
}
.tie-1 {
position: absolute;
background-color: var(--hoodieaccent);
width: 71%;
height: 673%;
transform: rotate(27deg);
top: 13%;
left: -149%;
border-right: 2px solid var(--hoodieoutline);
border-radius: 40%;
transform-style: preserve-3d;
}
.tie-2 {
position: absolute;
background-color: var(--hoodieaccent);
width: 71%;
height: 673%;
transform: rotate(27deg);
top: 13%;
left: -149%;
border-right: 2px solid var(--hoodieoutline);
border-radius: 40%;
transform-style: preserve-3d;
}
/* hoodie end */
/* animations */
.animOff {
animation: none !important;
}
@keyframes blink {
0% { background: linear-gradient(0deg, transparent 66%, black 71%), linear-gradient(-43deg, black 47%, white 49%); }
89% { background: linear-gradient(0deg, transparent 66%, black 71%), linear-gradient(-43deg, black 47%, white 49%); }
90% { background: linear-gradient(0deg, transparent 66%, transparent 71%), linear-gradient(-43deg, black 47%, transparent 49%); }
100% { background: linear-gradient(0deg, transparent 66%, black 71%), linear-gradient(-43deg, black 47%, white 49%); }
}
@keyframes blink2 {
0% { opacity: 1;}
89% { opacity: 1; }
90% { opacity: 0;}
100% { opacity: 1;}
}
@keyframes headmove {
0% { transform: rotate(-23deg) translateZ(3em);}
25% { transform: rotate(-20deg) translateZ(3em);}
50% { transform: rotate(-25deg) translateZ(3em);}
100% { transform: rotate(-23deg) translateZ(3em);}
}
@keyframes armbackmove {
0% { transform: rotate(48deg) translateZ(-8em);}
50% { transform: rotate(47deg) translateZ(-8em);}
100% { transform: rotate(48deg) translateZ(-8em);}
}
@keyframes armfrontmove {
0% { transform: rotate(1deg) translateZ(10em);}
50% { transform: rotate(-1deg) translateZ(10em);}
100% { transform: rotate(1deg) translateZ(10em);}
}
@keyframes handbackmove {
0% { transform: rotate(-87deg) translateZ(-7em);}
20% { transform: rotate(-80deg) translateZ(-7em);}
40% { transform: rotate(-85deg) translateZ(-7em);}
50% { transform: rotate(-80deg) translateZ(-7em);}
100% { transform: rotate(-87deg) translateZ(-7em);}
}
@keyframes penmove {
0% { transform: rotate(0deg) translateZ(3em);}
25% { transform: rotate(-5deg) translateZ(3em);}
45% { transform: rotate(-2deg) translateZ(3em);}
55% { transform: rotate(-5deg) translateZ(3em);}
100% { transform: rotate(0deg) translateZ(3em);}
}
@keyframes fingermove {
0% { transform: rotate(-70deg) translateZ(-1em);}
50% { transform: rotate(-80deg) translateZ(-1em);}
100% { transform: rotate(-70deg) translateZ(-1em);}
}
@keyframes handfrontmove {
0% { transform: rotate(65deg) translateZ(-1em);}
50% { transform: rotate(60deg) translateZ(-1em);}
100% { transform: rotate(65deg) translateZ(-1em);}
}
/* --- */
/* border radius transforms bron: https://9elements.github.io/fancy-border-radius/full-control.html */ | styles/style.css | *, *::after, *::before {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html, body {
height: 100%;
}
/* reusable colors */
:root {
--skin: #f9c5b5;
--skinshadow: rgba(231,158,145,1);
--skinback: rgba(241,184,167,1);
--skinbackshadow: rgba(219,146,133,1);
--hair: rgb(19, 10, 9);
--hoodie: rgb(254, 247, 255);
--hoodieaccent: rgb(254, 253, 255);
--hoodieaccent2: rgb(240, 219, 248);
--hoodiehole: rgb(111, 56, 199);
--hoodieoutline: rgb(206, 165, 221);
--hoodiefront: rgb(255, 255, 255);
--hoodieback: rgb(249, 223, 255);
}
/* --- */
body {
background-color: rgb(22, 7, 2);
}
main {
height: 910px;
width: 1540px;
margin: auto;
display: flex;
align-items: center;
background-color: rgb(165, 103, 55);
border: 2.5em inset rgb(136, 86, 48);
}
.container {
background-color: lightgray;
background-image: url(../images/backgroundday.jpg);
background-repeat: no-repeat;
background-size: contain;
height: 810px;
width: 1440px;
display: flex;
margin: auto;
overflow: hidden;
position: relative;
}
.buttons {
position: absolute;
bottom: 1%;
right: 1%;
display: flex;
}
.buttons > button {
display: flex;
align-items: center;
height: 2em;
padding: 1em;
text-align: center;
font-weight: bold;
margin: 0.5em;
background-color: rgb(255, 255, 255);
border: 2px solid black;
}
.buttons > button:hover {
background-color: rgb(179, 152, 185);
}
.container > p {
position: absolute;
font-size: 0.8em;
font-family: Helvetica, sans-serif;
opacity: 0.8;
top: 1%;
right: 1%;
color: white;
}
/* start objects character */
.charbody {
position: absolute;
background-color: var(--hoodie);
width: 25%;
height: 50%;
top: 51%;
left: 51%;
border-right: 2px solid var(--hoodieoutline);
border-radius: 35% 58% 11% 0% / 76% 89% 11% 10% ;
transform-style: preserve-3d;
transform: translateZ(1em);
}
.charbody::after {
content: "";
position: absolute;
background-color: var(--hoodie);
width: 25%;
height: 38%;
top: 65%;
left: 84%;
transform: rotate(15deg);
border-right: 2px solid var(--hoodieoutline);
border-radius: 0% 100% 24% 10% / 10% 71% 28% 10% ;
}
/* arm-front */
.upperarm-front {
position: absolute;
background-color: var(--hoodiefront);
width: 60%;
height: 85%;
top: 15%;
left: 18%;
border-right: 2px solid var(--hoodieoutline);
border-radius: 43% 46% 9% 0% / 83% 46% 28% 10%;
transform-style: preserve-3d;
transform: rotate(-3deg) translateZ(10em);
transform-origin: 50% 0%;
animation: armfrontmove 5s infinite;
}
.lowerarm-front {
position: absolute;
background-color: var(--hoodiefront);
width: 90%;
height: 100%;
transform: rotate(-60deg) translateZ(12em);
top: 25%;
left: -70%;
border-right: 2px solid var(--hoodieoutline);
border-radius: 54% 26% 69% 19% / 70% 18% 40% 19% ;
transform-style: preserve-3d;
}
.lowerarm-front-end {
position: absolute;
background-color: rgb(253, 245, 255);
width: 31%;
height: 30%;
transform: rotate(70deg) translateZ(-1em);
top: -16%;
left: 42%;
border-top: 2px solid var(--hoodieoutline);
border-radius: 63% 26% 27% 31% / 49% 13% 13% 39%;
transform-style: preserve-3d;
}
/* arm-front-hand */
.hand-front {
position: absolute;
background-color: var(--skin);
width: 55%;
height: 23%;
transform: rotate(65deg) translateZ(-1em);
top: -22%;
left: 24%;
border-radius: 22% 35% 21% 17% / 84% 14% 5% 13%;
background: linear-gradient(15deg, var(--skinshadow) 10%, var(--skin) 10%);
transform-style: preserve-3d;
animation: handfrontmove 2s infinite;
}
.pinkyfinger-base-front {
position: absolute;
background-color: var(--skin);
width: 24%;
height: 56%;
transform: rotate(-70deg) translateZ(-1em);
top: 48%;
left: -20%;
border-right: 2px solid var(--skinshadow);
border-radius: 35% 30% 36% 30% / 41% 43% 38% 36%;
background: linear-gradient(90deg, var(--skinshadow) 20%, var(--skin) 20%);
transform-style: preserve-3d;
animation: fingermove 2s infinite;
}
.pinkyfinger-end-front {
position: absolute;
background-color: var(--skin);
width: 71%;
height: 63%;
transform: rotate(-70deg);
top: -31%;
left: -21%;
border-right: 2px solid var(--skinshadow);
border-radius: 35% 30% 36% 30% / 41% 43% 38% 36% ;
background: linear-gradient(99deg, var(--skinshadow) 20%, var(--skin) 20%);
transform-style: preserve-3d;
}
.ringfinger-base-front {
position: absolute;
background-color: var(--skin);
width: 25%;
height: 61%;
transform: rotate(-80deg) translateZ(-1em);
top: 22%;
left: -27%;
border-right: 2px solid var(--skinshadow);
border-radius: 35% 30% 36% 30% / 41% 43% 38% 36% ;
background: linear-gradient(90deg, var(--skinshadow) 20%, var(--skin) 20%);
transform-style: preserve-3d;
animation: fingermove 2s infinite -0.5s;
}
.ringfinger-end-front {
position: absolute;
background-color: var(--skin);
width: 71%;
height: 81%;
transform: rotate(-70deg);
top: -40%;
left: -30%;
border-right: 2px solid var(--skinshadow);
border-radius: 35% 30% 36% 30% / 41% 43% 38% 36% ;
background: linear-gradient(99deg, var(--skinshadow) 20%, var(--skin) 20%);
transform-style: preserve-3d;
}
.middlefinger-base-front {
position: absolute;
background-color: var(--skin);
width: 27%;
height: 64%;
transform: rotate(-81deg) translateZ(-1em);
top: 3%;
left: -24%;
border-right: 2px solid var(--skinshadow);
border-radius: 35% 30% 36% 30% / 41% 43% 38% 36% ;
background: linear-gradient(90deg, var(--skinshadow) 20%, var(--skin) 20%);
transform-style: preserve-3d;
animation: fingermove 2s infinite -0.7s;
}
.middlefinger-end-front {
position: absolute;
background-color: var(--skin);
width: 71%;
height: 81%;
transform: rotate(-70deg);
top: -44%;
left: -39%;
border-right: 2px solid var(--skinshadow);
border-radius: 35% 30% 36% 30% / 41% 43% 38% 36% ;
background: linear-gradient(99deg, var(--skinshadow) 20%, var(--skin) 20%);
transform-style: preserve-3d;
}
.pointerfinger-base-front {
position: absolute;
background-color: var(--skin);
width: 26%;
height: 63%;
transform: rotate(-94deg) translateZ(-1em);
top: -14%;
left: -14%;
border-right: 2px solid var(--skinshadow);
border-radius: 35% 30% 36% 30% / 41% 43% 38% 36% ;
background: linear-gradient(90deg, var(--skinshadow) 20%, var(--skin) 20%);
transform-style: preserve-3d;
animation: fingermove 2s infinite -0.1s;
}
.pointerfinger-end-front {
position: absolute;
background-color: var(--skin);
width: 71%;
height: 81%;
transform: rotate(-70deg);
top: -44%;
left: -39%;
border-right: 2px solid var(--skinshadow);
border-radius: 35% 30% 36% 30% / 41% 43% 38% 36% ;
background: linear-gradient(99deg, var(--skinshadow) 20%, var(--skin) 20%);
transform-style: preserve-3d;
}
/* arm-front-end */
/* arm-back */
.upperarm-back {
position: absolute;
background-color: rgb(249, 223, 255);
width: 29%;
height: 55%;
transform: rotate(49deg) translateZ(-8em);
top: 17%;
left: 20%;
border-left: 2px solid rgb(230, 180, 241);
border-radius: 40%;
transform-style: preserve-3d;
transform-origin: 50% 0%;
animation: armbackmove 5s infinite -1s;
}
.lowerarm-back {
position: absolute;
background-color: rgb(249, 223, 255);
width: 90%;
height: 90%;
transform: rotate(52deg) translateZ(1em);
top: 60%;
left: -85%;
border-left: 2px solid rgb(230, 180, 241);
border-radius: 47% 47% 28% 28% / 31% 25% 45% 28% ;
transform-style: preserve-3d;
}
.lowerarm-back::after {
content: "";
position: absolute;
background-color: rgb(250, 227, 255);
width: 39%;
height: 41%;
transform: rotate(90deg);
top: 73%;
left: 31%;
border-left: 2px solid rgb(230, 180, 241);
border-radius: 46% 24% 23% 43% / 41% 28% 26% 49% ;
transform-style: preserve-3d;
}
.hand-back {
position: absolute;
background-color: #e9a894;
width: 81%;
height: 41%;
transform: rotate(-87deg) translateZ(-7em);
top: 92%;
left: 8%;
border-radius: 46% 41% 39% 43% / 41% 28% 26% 49% ;
transform-style: preserve-3d;
animation: handbackmove 3s infinite;
}
/* fingers back */
.thumb-base-back {
position: absolute;
background-color: var(--skinback);
width: 58%;
height: 68%;
transform: rotate(-32deg) translateZ(5em);
top: -8%;
left: 24%;
border-right: 2px solid var(--skinbackshadow);
border-radius: 44% 26% 37% 39% / 34% 24% 36% 40% ;
transform-style: preserve-3d;
}
.thumb-end-back {
position: absolute;
background-color: var(--skinback);
width: 72%;
height: 88%;
transform: rotate(67deg);
top: -32%;
left: -12%;
border-left: 2px solid var(--skinbackshadow);
border-radius: 39% 41% 51% 34% / 39% 35% 66% 37% ;
background: linear-gradient(309deg, var(--skinbackshadow) 30%, var(--skinback) 34%);
transform-style: preserve-3d;
}
.pointerfinger-base-back {
position: absolute;
background-color: var(--skinback);
width: 40%;
height: 51%;
transform: rotate(-95deg) translateZ(3em);
top: 3%;
left: -47%;
border-radius: 40%;
transform-style: preserve-3d;
}
.pointerfinger-end-back {
position: absolute;
background-color: var(--skinback);
width: 141%;
height: 62%;
transform: rotate(-66deg) translateZ(1em);
top: 14%;
left: -23%;
border-bottom: 2px solid var(--skinbackshadow);
border-radius: 43% 40% 41% 38% / 44% 31% 32% 46% ;
background: linear-gradient(168deg, var(--skinbackshadow) 20%, var(--skinback) 27%);
transform-style: preserve-3d;
}
.middlefinger-base-back {
position: absolute;
background-color: var(--skinback);
width: 35%;
height: 52%;
transform: rotate(84deg) translateZ(2em);
top: 32%;
left: -39%;
border-radius: 23% 23% 51% 41% / 24% 22% 45% 44% ;
transform-style: preserve-3d;
}
.middlefinger-end-back {
position: absolute;
background-color: var(--skinback);
width: 89%;
height: 106%;
transform: rotate(-2deg);
top: -5%;
left: 6%;
border-right: 2px solid var(--skinbackshadow);
border-radius: 40%;
background: linear-gradient(257deg, var(--skinbackshadow) 20%, var(--skinback) 27%);
transform-style: preserve-3d;
}
.ringfinger-base-back {
position: absolute;
background-color: var(--skinback);
width: 29%;
height: 50%;
transform: rotate(81deg) translateZ(1em);
top: 56%;
left: -22%;
border-radius: 40%;
transform-style: preserve-3d;
}
.ringfinger-end-back {
position: absolute;
background-color: var(--skinback);
width: 94%;
height: 107%;
transform: rotate(10deg);
top: -7%;
left: 12%;
border-right: 2px solid var(--skinbackshadow);
border-radius: 40%;
background: linear-gradient(257deg, var(--skinbackshadow) 20%, var(--skinback) 27%);
transform-style: preserve-3d;
}
.pinkyfinger-base-back {
position: absolute;
background-color: var(--skinback);
width: 28%;
height: 44%;
transform: rotate(70deg) translateZ(0em);
top: 74%;
left: -3%;
border-radius: 40%;
transform-style: preserve-3d;
}
.pinkyfinger-end-back {
position: absolute;
background-color: var(--skinback);
width: 94%;
height: 94%;
transform: rotate(-10deg);
top: 9%;
left: 10%;
border-right: 2px solid var(--skinbackshadow);
border-radius: 40%;
background: linear-gradient(257deg, var(--skinbackshadow) 20%, var(--skinback) 27%);
transform-style: preserve-3d;
}
/* fingers back end */
.pen {
position: absolute;
background-color: darkblue;
width: 13%;
height: 182%;
transform: rotate(0deg) translateZ(3em);
top: -60%;
left: -6%;
border-radius: 39% 41% 54% 47% / 24% 22% 45% 44% ;
transform-style: preserve-3d;
animation: penmove 3s infinite;
}
/* head start */
.head {
position: absolute;
background-color: var(--skin);
width: 70%;
height: 64%;
transform: rotate(-23deg) translateZ(3em);
top: -71%;
left: -8%;
border-radius: 30% 43% 41% 21% / 81% 42% 41% 12%;
background: linear-gradient(9deg, var(--skinshadow) 4%, var(--skin) 5%);
transform-style: preserve-3d;
transform-origin: 60% 100%;
animation: headmove 5s infinite;
}
.neck {
position: absolute;
background-color: var(--skin);
width: 52%;
height: 25%;
top: 97%;
left: 23%;
border-radius: 12% 6% 9% 15% / 9% 9% 8% 73% ;
background: linear-gradient(136deg, var(--skinshadow) 25%, var(--skin) 27%);
transform-style: preserve-3d;
transform: translateZ(-1em);
}
.ear {
position: absolute;
background-color: var(--skin);
width: 29%;
height: 34%;
top: 52%;
left: 53%;
border-radius: 73% 27% 87% 13% / 47% 25% 75% 53% ;
background: radial-gradient(at 59% 33%, var(--skinshadow) 19%, var(--skin) 21%);
transform-style: preserve-3d;
transform: translateZ(3em);
}
.hair {
position: absolute;
background-color: var(--hair);
width: 66%;
height: 112%;
top: -7%;
left: 55%;
border-radius: 19% 80% 60% 26% / 28% 52% 48% 28% ;
transform-style: preserve-3d;
transform: translateZ(3em);
}
.hair1 {
position: absolute;
background-color: var(--hair);
width: 106%;
height: 25%;
top: -12%;
left: -57%;
border-radius: 21% 82% 57% 44% / 46% 75% 30% 47%;
transform-style: preserve-3d;
}
.hair2 {
position: absolute;
background-color: var(--hair);
width: 56%;
height: 66%;
transform: rotate(-17deg);
top: -7%;
left: -23%;
border-radius: 30% 37% 10% 33% / 49% 38% 10% 29% ;
transform-style: preserve-3d;
}
.hair3 {
position: absolute;
background-color: var(--hair);
width: 44%;
height: 26%;
transform: rotate(-62deg);
top: -21%;
left: 21%;
border-radius: 49% 47% 27% 38% / 82% 42% 25% 24%;
background: radial-gradient(circle at 91% 40% ,transparent 67% ,var(--hair) 69%);
transform-style: preserve-3d;
}
.hairtie {
position: absolute;
background-color: rgb(236, 57, 2);
width: 17%;
height: 23%;
transform: rotate(-11deg) translateZ(1em);
top: 26%;
left: 93%;
border-radius: 17% 83% 82% 18% / 49% 45% 55% 51% ;
transform-style: preserve-3d;
}
.ponytail {
position: absolute;
background-color: var(--hair);
width: 91%;
height: 58%;
transform: rotate(12deg) translateZ(-2em);
top: 21%;
left: 99%;
border-radius: 52% 63% 36% 38% / 35% 51% 52% 65%;
background: radial-gradient(at -25% 73% ,transparent 23% ,var(--hair) 19%);
transform-style: preserve-3d;
}
.ponytail2 {
position: absolute;
background-color: var(--hair);
width: 78%;
height: 73%;
transform: rotate(-3deg) translateZ(-2em);
top: 80%;
left: 4%;
border-radius: 17% 22% 10% 55% / 50% 10% 10% 47%;
background: radial-gradient(circle at 111% 68% ,transparent 30% ,var(--hair) 31%);
transform-style: preserve-3d;
}
.ponytail3 {
position: absolute;
background-color: var(--hair);
width: 82%;
height: 46%;
transform: rotate(-57deg) translateZ(-2em);
top: 61%;
left: 23%;
border-radius: 45% 13% 59% 50% / 8% 49% 33% 81%;
transform-style: preserve-3d;
}
.eye {
position: absolute;
background-color: rgb(255, 255, 255);
width: 20%;
height: 17%;
transform: rotate(9deg);
top: 35%;
left: 9%;
clip-path: polygon(0 12%, 20% 100%, 100% 10%)
;
background: linear-gradient(0deg, transparent 66%, black 71%), linear-gradient(-43deg, black 47%, white 49%);
transform-style: preserve-3d;
animation: blink 5s infinite;
}
.pupil {
position: absolute;
background-color: black;
width: 15%;
height: 56%;
transform: rotate(-14deg);
top: 23%;
left: 15%;
border-radius: 40%;
transform-style: preserve-3d;
animation: blink2 5s infinite;
}
.aboveeye {
position: absolute;
background-color: var(--skin);
width: 19%;
height: 10%;
transform: rotate(6deg);
top: 27%;
left: 12%;
background: linear-gradient(14deg, rgba(191,158,184,1) 19%, transparent 37%);
clip-path: polygon(0 0, 0 100%, 100% 100%);
animation: blink2 5s infinite;
}
.eyebrow {
position: absolute;
background-color: var(--hair);
width: 29%;
height: 5%;
transform: rotate(10deg);
top: 25%;
left: 8%;
border-radius: 30% 64% 32% 23% / 36% 58% 40% 30%;
background: radial-gradient(circle at 61% 532% ,transparent 80% ,var(--hair) 82%);
transform-style: preserve-3d;
}
.mouth {
position: absolute;
background-color: black;
width: 11%;
height: 1%;
transform: rotate(35deg);
top: 74%;
left: -1%;
border-radius: 10% 27% 27% 38% / 10% 20% 25% 89% ;
transform-style: preserve-3d;
}
/* head end */
/* hoodie start */
.hoodie {
position: absolute;
background-color: var(--hoodieaccent);
width: 63%;
height: 18%;
transform: rotate(-26deg) translateZ(4em);
top: 0%;
left: 6%;
border-top: 2px solid var(--hoodieoutline);
border-radius: 51% 52% 27% 38% / 81% 61% 25% 24%;
background: radial-gradient(circle at 50% 292% ,transparent 70% ,var(--hoodieaccent) 71%);
transform-style: preserve-3d;
}
.hoodie2 {
position: absolute;
background-color: var(--hoodieaccent);
width: 54%;
height: 95%;
transform: rotate(-15deg) translateZ(-2em);
top: -40%;
left: -7%;
border-left: 2px solid var(--hoodieoutline);
border-radius: 19% 52% 27% 39% / 85% 61% 25% 35%;
background: radial-gradient(circle at 46% 70%, var(--hoodieaccent2) 46%, var(--hoodieaccent) 46%);
transform-style: preserve-3d;
}
.hoodie3 {
position: absolute;
background-color: var(--hoodieaccent);
width: 48%;
height: 69%;
transform: rotate(14deg) translateZ(-2em);
top: -49%;
left: 49%;
border-top: 2px solid var(--hoodieoutline);
border-radius: 44% 62% 9% 39% / 85% 93% 29% 35%;
background: radial-gradient(circle at 52% 79%, var(--hoodieaccent2) 36%, var(--hoodieaccent) 36%);
transform-style: preserve-3d;
}
.hoodie4 {
position: absolute;
background-color: var(--hoodieaccent);
width: 30%;
height: 75%;
transform: rotate(73deg) translateZ(-5em);
top: 71%;
left: 72%;
border-right: 2px solid rgb(233, 203, 243);
border-radius: 44% 52% 57% 39% / 85% 61% 56% 35%;
transform-style: preserve-3d;
}
.hole-1 {
position: absolute;
background-color: var(--hoodiehole);
width: 6%;
height: 20%;
top: 71%;
left: 2%;
border-radius: 50%;
transform-style: preserve-3d;
}
.hole-2 {
position: absolute;
background-color: var(--hoodiehole);
width: 5%;
height: 16%;
top: 54%;
left: -6%;
border-radius: 50%;
transform-style: preserve-3d;
}
.tie-1 {
position: absolute;
background-color: var(--hoodieaccent);
width: 71%;
height: 673%;
transform: rotate(27deg);
top: 13%;
left: -149%;
border-right: 2px solid var(--hoodieoutline);
border-radius: 40%;
transform-style: preserve-3d;
}
.tie-2 {
position: absolute;
background-color: var(--hoodieaccent);
width: 71%;
height: 673%;
transform: rotate(27deg);
top: 13%;
left: -149%;
border-right: 2px solid var(--hoodieoutline);
border-radius: 40%;
transform-style: preserve-3d;
}
/* hoodie end */
/* animations */
.animOff {
animation: none !important;
}
@keyframes blink {
0% { background: linear-gradient(0deg, transparent 66%, black 71%), linear-gradient(-43deg, black 47%, white 49%); }
89% { background: linear-gradient(0deg, transparent 66%, black 71%), linear-gradient(-43deg, black 47%, white 49%); }
90% { background: linear-gradient(0deg, transparent 66%, transparent 71%), linear-gradient(-43deg, black 47%, transparent 49%); }
100% { background: linear-gradient(0deg, transparent 66%, black 71%), linear-gradient(-43deg, black 47%, white 49%); }
}
@keyframes blink2 {
0% { opacity: 1;}
89% { opacity: 1; }
90% { opacity: 0;}
100% { opacity: 1;}
}
@keyframes headmove {
0% { transform: rotate(-23deg) translateZ(3em);}
25% { transform: rotate(-20deg) translateZ(3em);}
50% { transform: rotate(-25deg) translateZ(3em);}
100% { transform: rotate(-23deg) translateZ(3em);}
}
@keyframes armbackmove {
0% { transform: rotate(48deg) translateZ(-8em);}
50% { transform: rotate(47deg) translateZ(-8em);}
100% { transform: rotate(48deg) translateZ(-8em);}
}
@keyframes armfrontmove {
0% { transform: rotate(1deg) translateZ(10em);}
50% { transform: rotate(-1deg) translateZ(10em);}
100% { transform: rotate(1deg) translateZ(10em);}
}
@keyframes handbackmove {
0% { transform: rotate(-87deg) translateZ(-7em);}
20% { transform: rotate(-80deg) translateZ(-7em);}
40% { transform: rotate(-85deg) translateZ(-7em);}
50% { transform: rotate(-80deg) translateZ(-7em);}
100% { transform: rotate(-87deg) translateZ(-7em);}
}
@keyframes penmove {
0% { transform: rotate(0deg) translateZ(3em);}
25% { transform: rotate(-5deg) translateZ(3em);}
45% { transform: rotate(-2deg) translateZ(3em);}
55% { transform: rotate(-5deg) translateZ(3em);}
100% { transform: rotate(0deg) translateZ(3em);}
}
@keyframes fingermove {
0% { transform: rotate(-70deg) translateZ(-1em);}
50% { transform: rotate(-80deg) translateZ(-1em);}
100% { transform: rotate(-70deg) translateZ(-1em);}
}
@keyframes handfrontmove {
0% { transform: rotate(65deg) translateZ(-1em);}
50% { transform: rotate(60deg) translateZ(-1em);}
100% { transform: rotate(65deg) translateZ(-1em);}
}
/* --- */
/* border radius transforms bron: https://9elements.github.io/fancy-border-radius/full-control.html */ | 0.557243 | 0.084493 |
body{
color: #57517D;
}
#subtitle{
width: 32%;
}
div p{
font-size: 16%;
padding: 0% 5% 0% 5%;
}
p{
font-variant: normal;
font-family: 'mariannemedium';
}
.main-section{
width: 100%;
position: relative;
margin-bottom: 3%;
}
#close{
position: absolute;
top:5%;
right:5%;
width: 7%;
}
#introduction{
margin-top:5%;
margin-bottom:3%;
margin-right: 18%;
font-family: 'mariannemedium';
}
#blue-content{
color:#57517D;
}
#white-content{
color:#FFFFFF;
}
#green-content{
color:#276A50;
}
#light-content{
color:#57517D;
opacity: 50%;
}
.section-div{
width: 60%;
}
#second-p{
padding-top:30%;
}
#diagram{
width:38%;
margin-right: 5%;
}
#tv{
width:52%;
margin-left: -5%;
}
button{
background-color: #514B77 ;
}
.last-section{
text-align: center;
margin-top:-6%;
}
.last-section img{
width:75%;
}
#fat-logo{
text-align: center;
max-width: 85%;
width: 65%;
}
#fat-subtitle{
width: 52%;
}
.credit-section{
margin-top: -10%;
text-align: center;
}
#div-subtitle{
margin-top: -7%;
}
@font-face {
font-family: 'marianneregular';
src: url('font/marianne-regular-webfont.woff2') format('woff2'),
url('font/marianne-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
.nr{
width: 15%;
}
#last-div{
margin-bottom:10%;
}
#bandeau {
padding-top: 3%;
width:100%;
font-size: 20%;
margin-top: 25%;
}
#bandeau li{
list-style-type: none;
display: inline-block;
vertical-align: middle;
margin: 0 0.5em;
}
#bandeau img{
height: 1em;
}
#bandeau #cc, #bandeau #opensource{
height: 1em;
}
#bandeau ul{
text-align: center;
padding: 0 0;
}
#bandeau .institutionnel
{
height: 0.8em;
}
#bandeau .metropole{
height: 1.5em;
}
.pagenumber{
position: absolute;
color:#8282AA;;
margin-top: 5%;
text-align:center;
font-weight:bolder;
font-size:15%;
width: 100%;
font-family:"mariannemedium";
bottom:2.5%;
}
#currentnum{
display:inline-block;
color:#57517D;
text-decoration:none
}
a:link,a:visited{
display:inline-block;
color:#8282AA;;
padding:0% 3%;
margin:0.5%;
text-decoration:none;
}
#diagram{
position:absolute;
right:0%
}
.Right{
text-align: right;
margin-right: 25%;
}
#check-header{
height: 15%;
} | q-a-1/public/css/blue_page.css | body{
color: #57517D;
}
#subtitle{
width: 32%;
}
div p{
font-size: 16%;
padding: 0% 5% 0% 5%;
}
p{
font-variant: normal;
font-family: 'mariannemedium';
}
.main-section{
width: 100%;
position: relative;
margin-bottom: 3%;
}
#close{
position: absolute;
top:5%;
right:5%;
width: 7%;
}
#introduction{
margin-top:5%;
margin-bottom:3%;
margin-right: 18%;
font-family: 'mariannemedium';
}
#blue-content{
color:#57517D;
}
#white-content{
color:#FFFFFF;
}
#green-content{
color:#276A50;
}
#light-content{
color:#57517D;
opacity: 50%;
}
.section-div{
width: 60%;
}
#second-p{
padding-top:30%;
}
#diagram{
width:38%;
margin-right: 5%;
}
#tv{
width:52%;
margin-left: -5%;
}
button{
background-color: #514B77 ;
}
.last-section{
text-align: center;
margin-top:-6%;
}
.last-section img{
width:75%;
}
#fat-logo{
text-align: center;
max-width: 85%;
width: 65%;
}
#fat-subtitle{
width: 52%;
}
.credit-section{
margin-top: -10%;
text-align: center;
}
#div-subtitle{
margin-top: -7%;
}
@font-face {
font-family: 'marianneregular';
src: url('font/marianne-regular-webfont.woff2') format('woff2'),
url('font/marianne-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
.nr{
width: 15%;
}
#last-div{
margin-bottom:10%;
}
#bandeau {
padding-top: 3%;
width:100%;
font-size: 20%;
margin-top: 25%;
}
#bandeau li{
list-style-type: none;
display: inline-block;
vertical-align: middle;
margin: 0 0.5em;
}
#bandeau img{
height: 1em;
}
#bandeau #cc, #bandeau #opensource{
height: 1em;
}
#bandeau ul{
text-align: center;
padding: 0 0;
}
#bandeau .institutionnel
{
height: 0.8em;
}
#bandeau .metropole{
height: 1.5em;
}
.pagenumber{
position: absolute;
color:#8282AA;;
margin-top: 5%;
text-align:center;
font-weight:bolder;
font-size:15%;
width: 100%;
font-family:"mariannemedium";
bottom:2.5%;
}
#currentnum{
display:inline-block;
color:#57517D;
text-decoration:none
}
a:link,a:visited{
display:inline-block;
color:#8282AA;;
padding:0% 3%;
margin:0.5%;
text-decoration:none;
}
#diagram{
position:absolute;
right:0%
}
.Right{
text-align: right;
margin-right: 25%;
}
#check-header{
height: 15%;
} | 0.493164 | 0.088229 |
#user_det{
float:right;
margin-top:10px;
color:#FFF;
}
.general-font-family {
font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
}
.title-font-family {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
/* === TOP BAR COLORS */
/* === HEADER COLORS */
/* === NAVIGATION COLORS */
/* === HOME ROW */
/* === SIDEBAR COLORS */
/* === BLOG COLORS */
/* === FOOTER COLORS */
/* === MISCELLANEOUS CLASSES */
.border-line {
background: #ddd;
clear: both;
margin: 1.2em 0;
width: 100%;
height: 1px;
}
/* ====================== END VARIABLES, CLASSES AND FUNCTIONS ====================== */
/* =================== START MEMENTO =================== */
/* ============= Main code is in style.css ============= */
html {
background-color: #2b2b2b;
}
/* === TYPOGRAPHY */
body {
font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
}
body,
p,
li,
address,
dd,
blockquote {
color: #6f6f6f;
}
a,
#sidebar a:hover {
color: #c98206;
}
a:hover,
#sidebar a {
color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #2b2b2b;
}
h1,
h2 {
letter-spacing: -1px;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
i.reverse {
color: #d48303;
}
blockquote {
background: url('../images/cite.png') no-repeat left 25px;
padding: 35px;
}
/* ====================== START MAIN STRUCTURE ====================== */
/* ==== Widths, heights, floats and margins of all basic sections === */
#topbar {
height: 40px;
}
#header {
min-height: 85px;
padding-top: 30px;
}
#logo {
margin: 10px 0;
}
#nav {
float: right;
}
#page_meta {
margin-bottom: 15px;
padding: 20px 0;
}
#primary {
padding-top: 20px;
}
#content {
padding-bottom: 20px;
width: 75%;
}
#sidebar {
width: 22%;
}
#footer {
clear: both;
}
.boxed-layout #header .inner,
.boxed-layout #slider,
.boxed-layout .home-row .widget,
.boxed-layout .home-section {
-webkit-box-shadow: 0 0 5px 0px rgba(70, 70, 70, 0.3);
-moz-box-shadow: 0 0 5px 0px rgba(70, 70, 70, 0.3);
box-shadow: 0 0 5px 0px rgba(70, 70, 70, 0.3);
}
/* ====================== END MAIN STRUCTURE ====================== */
/* ====================== START STRETCHED LAYOUT ====================== */
.stretched-layout {
/* === STRETCHED LAYOUT RESET */
}
.stretched-layout #header {
margin-top: 0;
padding-top: 0;
background-color: #2b2b2b;
}
.stretched-layout #primary {
-webkit-border-top-left-radius: 0;
-moz-border-radius-topleft: 0;
border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
-moz-border-radius-topright: 0;
border-top-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-moz-border-radius-bottomleft: 0;
border-bottom-left-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-bottomright: 0;
border-bottom-right-radius: 0;
margin-top: 0;
margin-bottom: 0;
}
.stretched-layout #topbar .topbar-left {
margin-left: 20px;
}
.stretched-layout #topbar .topbar-right {
margin-right: 20px;
}
.stretched-layout #header .inner {
margin-bottom: 0;
}
.stretched-layout .home-row.inner {
margin-bottom: 15px;
}
.stretched-layout .home-section,
.stretched-layout .home-row .widget {
background: none;
-webkit-border-top-left-radius: 0px;
-moz-border-radius-topleft: 0px;
border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topright: 0px;
border-top-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-bottomleft: 0px;
border-bottom-left-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-bottomright: 0px;
border-bottom-right-radius: 0px;
}
.stretched-layout .home-section {
margin-bottom: 25px;
}
.stretched-layout .home-gallery {
margin-bottom: 10px;
}
.stretched-layout #page_meta {
-webkit-border-top-left-radius: 0;
-moz-border-radius-topleft: 0;
border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
-moz-border-radius-topright: 0;
border-top-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-moz-border-radius-bottomleft: 0;
border-bottom-left-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-bottomright: 0;
border-bottom-right-radius: 0;
margin: 0;
}
.stretched-layout .slider-wrapper {
height: auto;
}
.stretched-layout #slider.layers-slider .ls-container,
.stretched-layout #slider.inner {
margin-top: 30px !important;
}
.stretched-layout #slider.inner {
max-width: 960px;
width: 960px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
}
.stretched-layout #slider.fixed-image img {
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
}
.stretched-layout #slider.layers-slider .ls-container {
margin: 0 auto;
}
.stretched-layout #slider.layers-slider .ls-container,
.stretched-layout #slider.layers-slider .ls-inner,
.stretched-layout #slider.layers-slider .ls-layer,
.stretched-layout #slider.layers-slider .ls-layer .ls-bg {
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
}
.stretched-layout #slider.layers-slider .shadowWrapper {
width: 1000px;
margin: 0 auto;
position: relative;
}
.stretched-layout #slider.layers-slider .shadow-left,
.stretched-layout #slider.layers-slider .shadow-right {
z-index: 0;
width: 63px;
position: absolute;
height: 100%;
top: 0;
background: url('../images/bg/slider-shadow.png') no-repeat;
}
.stretched-layout #slider.layers-slider .shadow-left {
right: -63px;
background-position: center right;
}
.stretched-layout #slider.layers-slider .shadow-right {
left: -63px;
background-position: center left;
}
.stretched-layout #slider.slider_elegant,
.stretched-layout #slider.slider_elegant li {
width: 960px;
}
.stretched-layout #slider.thumbnails {
margin-top: 0px !important;
-webkit-border-top-left-radius: 0px;
-moz-border-radius-topleft: 0px;
border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topright: 0px;
border-top-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-bottomleft: 0px;
border-bottom-left-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-bottomright: 0px;
border-bottom-right-radius: 0px;
}
.stretched-layout #slider.thumbnails .showcase-thumbnail-container {
margin-top: -50px !important;
}
.stretched-layout #slider.thumbnails .showcase-text {
bottom: 50px;
}
.stretched-layout #slider.nivoSlider {
height: auto;
}
.stretched-layout #slider.nivoSlider img {
max-width: 960px;
}
.stretched-layout #slider.elastic,
.stretched-layout #slider.nivoSlider,
.stretched-layout #slider.layers-slider {
-webkit-border-top-left-radius: 0px;
-moz-border-radius-topleft: 0px;
border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topright: 0px;
border-top-right-radius: 0px;
}
/* ====================== END STRETCHED LAYOUT ====================== */
/* ====================== START TOPBAR ====================== */
#topbar {
background-color: #191919;
}
#topbar .topbar-right {
margin-right: 20px;
/* === TOPBAR MENU */
}
#topbar .topbar-right .topbar-level-1 {
height: 40px;
}
#topbar .topbar-right .topbar-level-1 > li {
line-height: 40px;
margin-left: 5px;
position: relative;
}
#topbar .topbar-right .topbar-level-1 > li > a {
border-right: 1px solid #373737;
color: #bcbcbc;
height: 25px;
font-size: 12px;
line-height: 25px;
padding: 8px 10px;
text-align: center;
}
#topbar .topbar-right .topbar-level-1 > li > a:hover {
color: #fff;
}
#topbar .topbar-right .topbar-level-1 > li > a i {
display: inline-block;
font-size: 15px;
margin-right: 3px;
vertical-align: top;
}
#topbar .topbar-right .topbar-level-1 > li:last-child a {
border-right: none;
}
#topbar .topbar-right .topbar-level-1 > li > ul {
background-color: #191919;
background-color: rgba(0, 0, 0, 0.8);
border: 1px solid #333;
-webkit-box-shadow: 0 0 5px 0 #000000;
-moz-box-shadow: 0 0 5px 0 #000000;
box-shadow: 0 0 5px 0 #000000;
display: none;
position: absolute;
top: 31px;
left: -6px;
z-index: 10000;
}
#topbar .topbar-right .topbar-level-1 > li > ul li {
padding: 6px 18px;
min-width: 120px;
}
#topbar .topbar-right .topbar-level-1 > li > ul li:hover {
background-color: #0F0F0F;
background-color: rgba(0, 0, 0, 0.6);
}
#topbar .topbar-right .topbar-level-1 > li > ul li a {
color: #bcbcbc;
}
#topbar .topbar-right .topbar-level-1 > li > ul li a:hover {
color: #fff;
}
#topbar .topbar-right .topbar-level-1 > li > ul li a i {
display: inline-block;
font-size: 15px;
margin-right: 3px;
vertical-align: top;
}
#topbar .topbar-right .topbar-level-1 > li:hover > ul {
display: block;
}
#topbar .topbar-right .topbar-level-1 li.login_link i {
color: #bcbcbc;
display: inline-block;
font-size: 15px;
margin-right: -5px;
vertical-align: top;
}
#topbar .topbar-right .topbar-level-1 li.login_link a {
padding-right: 0;
}
#topbar .topbar-right .topbar-level-1 li.login_link:hover i {
color: #fff;
}
#topbar .topbar-left {
margin-left: 20px;
}
#topbar .topbar-left p {
color: #e6e4e4;
line-height: 40px;
position: relative;
}
#topbar .topbar-left a {
color: #c98206;
font-size: 12px;
}
#topbar .topbar-left a:hover {
color: #fff;
}
#topbar .topbar-left a.socials {
display: inline-block;
font-family: 'SocialicoRegular';
height: 40px;
vertical-align: middle;
margin-top: -10px;
z-index: 1000;
}
/* === TWITTER SLIDER */
#twitter-slider {
height: 30px;
overflow: hidden;
}
#twitter-slider .tweets-list ul {
list-style: none;
margin: 0;
}
#twitter-slider .tweets-list li {
display: none;
padding: 0;
}
#twitter-slider .tweets-list li p {
margin: 0;
}
#twitter-slider .tweets-list li .date,
#twitter-slider .tweets-list li .meta {
display: inline;
letter-spacing: 1px;
padding-left: 5px;
text-transform: uppercase;
}
/* ====================== END TOPBAR ====================== */
/* ====================== START HEADER ====================== */
#header .inner {
background-color: #2b2b2b;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
/* === LOGO */
}
#header .inner #logo {
max-width: 220px;
text-align: left;
/* === DESCRIPTION */
}
#header .inner #logo a.logo-text {
color: #fff;
font-size: 36px;
font-weight: bold;
}
#header .inner #logo a.logo-text span {
color: #b0b0b0;
}
#header .inner #logo p {
color: #bcbcbc;
margin-top: -10px;
font-size: 12px;
}
/* ====================== END HEADER ====================== */
/* ====================== START HEADER MAP ====================== */
.header-map {
background: #FFF;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
width: 100%;
position: relative;
margin: 1px auto 15px;
}
.header-map .tab-label {
background: url(../images/icons/icon-close-map.png) left no-repeat;
padding: 10px 20px 10px 0px;
display: block;
text-align: right;
color: #000000;
float: right;
width: 80px;
}
.header-map .tab-label:hover {
color: #c98206;
}
.header-map .inner {padding: 0; max-width:1000px;}
.header-map #map-wrap {
overflow: hidden;
height: 0px;
}
.header-map #map-wrap.opened {
height: 300px;
}
.header-map .header-map #map {
width: 100%;
height: 340px;
}
.header-map .tab-label.closed {
background: url(../images/icons/icon-open-map.png) left no-repeat;
}
/* ====================== END HEADER MAP ====================== */
/* ====================== START NAVIGATION ====================== */
#nav > ul,
#nav > .menu > ul,
#nav > ul *,
#nav > .menu > ul * {
margin: 0;
padding: 0;
list-style: none;
}
#nav > ul > li > a,
#nav > .menu > ul > li > a {
background-color: #2b2b2b;
display: block;
font-size: 12px;
min-height: 42px;
padding-top: 43px;
position: relative;
transition: background 0.4s ease;
-webkit-transition: background 0.4s ease;
-o-transition: background 0.4s ease;
-moz-transition: background 0.4s ease;
}
#nav > ul > li > a i,
#nav > .menu > ul > li > a i {
display: block;
font-size: 20px;
position: absolute;
top: 5px;
right: 0px;
width: 100%;
}
#nav > ul ul,
#nav > .menu > ul ul {
position: absolute;
top: -999em;
width: 180px;
}
#nav > ul ul li,
#nav > .menu > ul ul li {
width: 100%;
}
#nav > ul li:hover,
#nav > .menu > ul li:hover {
visibility: inherit;
}
#nav > ul li,
#nav > .menu > ul li {
float: left;
position: relative;
}
#nav > ul a,
#nav > .menu > ul a {
display: block;
position: relative;
background-color: #2b2b2b;
transition: background 0.4s ease;
-webkit-transition: background 0.4s ease;
-o-transition: background 0.4s ease;
-moz-transition: background 0.4s ease;
}
#nav > ul li:hover ul,
#nav > ul li.sfHover ul,
#nav > .menu > ul li:hover ul,
#nav > .menu > ul li.sfHover ul {
left: 0px;
top: 92px;
/* match top ul list item height */
z-index: 99;
}
#nav > ul li:hover li ul,
#nav > ul li.sfHover li ul,
#nav > .menu > ul li:hover li ul,
#nav > .menu > ul li.sfHover li ul {
top: -999em;
}
#nav > ul li li:hover ul,
#nav > ul li li.sfHover ul,
#nav > .menu > ul li li:hover ul,
#nav > .menu > ul li li.sfHover ul {
left: 180px;
/* match ul width */
top: 0px;
}
/*** navigation skin ***/
#nav > ul,
#nav > .menu > ul {
float: left;
border-right: 1px solid #3c3c3c;
border-left: 1px solid #111111;
}
#nav > ul a,
#nav > .menu > ul a {
font-size: 12px;
height: 50px;
line-height: 50px;
font-weight: bold;
color: #999;
padding: 0 18px;
text-decoration: none;
border-left: 1px solid #3c3c3c;
border-right: 1px solid #111111;
}
#nav > ul a:hover,
#nav > .menu > ul a:hover {
color: #fff;
background-color: #444;
}
#nav .current-menu-item > a,
#nav .current-menu-parent > a,
#nav .current_page_item > a {
color: #fff;
}
/*Subs*/
#nav > ul ul,
#nav > .menu > ul ul {
font-size: 12px;
background: #2b2b2b;
padding: 0px;
border-top: 1px solid #111111;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#nav > ul ul a,
#nav > .menu > ul ul a {
margin: 0px;
padding: 12px 20px;
height: auto;
line-height: 1.3em !important;
color: #999;
font-weight: normal;
border-left: none;
border-right: none;
border-top: 1px solid #3c3c3c;
border-bottom: 1px solid #111111;
}
#nav > ul ul a i,
#nav > .menu > ul ul a i {
font-size: 16px;
margin-left: -3px;
padding-right: 5px;
}
#nav > ul ul a:hover,
#nav > .menu > ul ul a:hover {
color: #fff;
background-color: #444;
}
#nav > ul ul li:last-child > a,
#nav > .menu > ul ul li:last-child > a {
border-bottom: none;
}
#nav > ul ul ul a,
#nav > .menu > ul ul ul a {
border-bottom: 1px solid #111111;
}
#nav > ul ul ul li:last-child a,
#nav > .menu > ul ul ul li:last-child a {
border-bottom: none !important;
}
#nav > ul ul ul,
#nav > ul ul ul li:first-child a,
#nav > .menu > ul ul ul,
#nav > .menu > ul ul ul li:first-child a {
border-top: none;
}
/*** arrows **/
#nav > ul a.sf-with-ul,
#nav > .menu > ul a.sf-with-ul {
padding-right: 2.25em;
min-width: 1px;
}
.sf-sub-indicator {
position: absolute;
display: block;
top: 68%;
margin-top: -6px;
right: .75em;
width: 12px;
height: 12px;
text-indent: -999em;
overflow: hidden;
background: url('../images/nav-down-white.png') no-repeat;
opacity: 0.6;
}
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
opacity: 1;
}
/* point right for anchors in subs */
#nav > ul ul .sf-sub-indicator,
#nav > .menu > ul ul .sf-sub-indicator {
top: 50%;
margin-top: -6px;
background: url('../images/nav-right-white.png') no-repeat;
opacity: 0.8;
}
#nav > ul ul a:focus > .sf-sub-indicator,
#nav > ul ul a:hover > .sf-sub-indicator,
#nav > ul ul a:active > .sf-sub-indicator,
#nav > ul ul li:hover > a > .sf-sub-indicator,
#nav > ul ul li.sfHover > a > .sf-sub-indicator,
#nav > .menu > ul ul a:focus > .sf-sub-indicator,
#nav > .menu > ul ul a:hover > .sf-sub-indicator,
#nav > .menu > ul ul a:active > .sf-sub-indicator,
#nav > .menu > ul ul li:hover > a > .sf-sub-indicator,
#nav > .menu > ul ul li.sfHover > a > .sf-sub-indicator {
opacity: 1;
}
/* ====================== END NAVIGATION ====================== */
/* ====================== START SLIDER ====================== */
#slider.inner {
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
max-width: 1000px;
padding: 0px;
width: 1000px;
}
#slider.fixed-image img {
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
display: block;
max-width: 100%;
width: auto;
height: auto;
}
#slider.flash {
-webkit-box-shadow: 0 0 0 0 #000000;
-moz-box-shadow: 0 0 0 0 #000000;
box-shadow: 0 0 0 0 #000000;
}
#slider.flash object {
margin-top: -6px;
}
#slider.elastic,
#slider.nivoSlider,
#slider.layers-slider {
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
}
#slider.layers-slider .ls-container,
#slider.layers-slider .ls-inner,
#slider.layers-slider .ls-layer,
#slider.layers-slider .ls-layer .ls-bg {
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
}
/* ====================== START SLIDER ====================== */
/* ====================== START PAGE META ====================== */
#page_meta {
background-color: #fff;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
}
#page_meta .meta-left,
#page_meta .meta-right {
min-height: 25px;
}
#page_meta .meta-left {
float: left;
padding: 0 15px 0 0;
width: 310px;
}
#page_meta .meta-left h2.page-title,
#page_meta .meta-left h2 {
margin: 0;
padding: 0;
font-size: 1.4em;
line-height: 1.25em;
}
#page_meta .meta-left h2.page-title {
font-size: 25px;
}
#page_meta .meta-left #slogan {
clear: left;
font-weight: normal;
}
#page_meta .meta-left #slogan h2,
#page_meta .meta-left #slogan h3 {
font-weight: normal;
}
#page_meta .meta-left #slogan h3 {
font-size: 15px;
margin: 0px;
}
#page_meta .meta-right {
float: right;
padding: 0 0 0 15px;
text-align: right;
width: 310px;
}
#page_meta .meta-right #crumbs {
margin-top: 8px;
position: absolute;
right: 20px;
bottom: 0;
}
#page_meta .meta-right #crumbs a {
color: #6f6f6f;
}
#page_meta .meta-right #crumbs a:hover {
color: #000;
}
/* ====================== END PAGE META ====================== */
/* ====================== START HOME ====================== */
/* === SECTION STYLE */
.home-section {
background-color: #fff;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
padding: 10px 20px 25px 20px;
margin-bottom: 15px;
}
/* === HOME ROW */
.home-row.inner {
padding: 0;
max-width: 1000px;
}
.home-row .widget {
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
background-color: #fff;
float: left;
padding: 1.25% 2.083333333333333%;
margin-right: 1.5625%;
margin-bottom: 15px;
padding-top: 4px;
}
.home-row .widget.only-one {
width: 95.83333333333333%;
}
.home-row .widget.two-fourth {
width: 45.052083333333336%;
}
.home-row .widget.one-third {
width: 28.125%;
}
.home-row .widget.one-fourth {
width: 19.661458333333335%;
}
.home-row .widget.one-fifth {
width: 14.583333333333334%;
}
.home-row .widget.widget-last {
margin-right: 0;
}
.chrome .home-row .widget {padding: 1.25% 2.04%;}
.chrome .home-row .widget.one-third {width: 28%;}
.home-row .widget h2 {
margin-top: 0;
font-size: 25px;
border-bottom: 1px solid #bcbcbc;
}
.home-row .widget h2 i {
font-size: 130%;
padding-right: 4px;
}
.home-row .widget h2 span,
.home-row .widget h2 i.reverse {
color: #d48303;
}
.home-row .widget h2 img {
padding-top: 7px;
}
.chrome .home-row .widget,
.opera .home-row .widget,
.safari .home-row .widget {
border: 1px solid #fff;
}
/* === HOME TESTIMONIALS */
.home-testimonials {
padding-bottom: 10px;
}
.home-testimonials .title {
float: left;
padding-right: 30px;
margin-right: 0px;
border-right: 1px solid #bcbcbc;
}
.home-testimonials .title h2 {
margin: 5px 0 0;
font-size: 25px;
}
.home-testimonials .title h2 i {
font-size: 130%;
padding-right: 4px;
}
.home-testimonials .title h2 img.icon-img {
padding-top: 7px;
min-width: 32px;
}
.home-testimonials .title p {
margin: -10px 0 5px;
text-align: right;
color: #898989;
}
.home-testimonials ul {
list-style: none;
margin: 0 0 0 26px;
float: right;
}
.home-testimonials ul strong {
color: #000;
}
.bl_testimonials .thumbnail,
.bl_testimonials .withoutthumbnail,
.bl_testimonials .the-content {
width: 100% !important;
float: none !important;
}
.bl_testimonials .image-wrap img {
width: auto !important;
}
/* === HOME BLOG */
.home-blog .hentry-post {
float: left;
width: 23.828125%;
margin-right: 1.5625%;
}
.home-blog .hentry-post.last {
margin-right: 0;
}
.home-blog .hentry-post img {
padding: 3px;
border: 1px solid #b7bdbd;
display: block;
margin-bottom: 12px;
}
.home-blog .hentry-post img:hover {
background: 0;
border: 0;
padding: 0;
border: 4px solid #f6b651;
}
.home-blog .hentry-post p.post-date {
color: #000;
}
.home-blog .hentry-post p.post-date i {
font-size: 18px;
padding-right: 5px;
}
.home-blog .hentry-post h3 {
font-size: 13px;
margin: 0;
padding: 0;
}
.home-blog .hentry-post h3 a {
color: #000000;
}
.home-blog .hentry-post h3 a:hover {
color: #c98206;
}
.home-blog .hentry-post .btn-more-link {
vertical-align: middle;
}
.home-blog .hentry-post .btn-more-link i {
margin-right: 2px;
vertical-align: middle;
}
/* === HOME SERVICES */
.home-services {
padding-bottom: 0px;
}
.home-services h2 {
margin: 4px 0 10px;
}
.home-services .hentry-post {
float: left;
width: 23.828125%;
margin-right: 1.5625%;
margin-bottom: 15px;
}
.home-services .hentry-post.last {
margin-right: 0;
}
.home-services .hentry-post img {
padding: 3px;
border: 1px solid #b7bdbd;
display: block;
margin-bottom: 12px;
}
.home-services .hentry-post img:hover {
background: 0;
border: 0;
padding: 0;
border: 4px solid #f6b651;
}
.home-services .hentry-post h3 {
font-size: 13px;
margin: 0;
padding: 0;
}
.home-services .hentry-post h3 a {
color: #000000;
}
.home-services .hentry-post h3 a:hover {
color: #c98206;
}
/* === HOME PORTFOLIO */
.home-portfolio ul {
width: 103%;
}
/* === HOME GALLERY */
.home-gallery {
padding-bottom: 0;
}
.home-gallery .gallery-wrap {
margin-bottom: 0 !important;
}
.home-gallery .gallery-filters {
overflow: hidden;
padding-bottom: 5px;
margin-bottom: 5px;
}
.home-gallery .gallery-filters h1 {
float: left;
font-size: 18px;
margin: 0;
}
.home-gallery .gallery-filters ul.filters {
float: left;
list-style: none;
margin: 8px 1px 0px;
}
.home-gallery .gallery-filters ul.filters li {
float: left;
height: 12px;
line-height: 11px;
margin-bottom: 10px;
color: #6f6f6f;
}
.home-gallery .gallery-filters ul.filters li.first {
border-left: 0;
}
.home-gallery .gallery-filters ul.filters li a {
float: right;
font-size: 12px;
color: #6f6f6f;
}
.home-gallery .gallery-filters ul.filters li a:hover,
.home-gallery .gallery-filters ul.filters li.selected a {
color: #c67a02;
margin: 0;
}
/* === BUTTON READ MORE */
.btn-more-link {
margin: 7px 0;
}
/* ====================== END HOME ====================== */
/* ====================== START PRIMARY CONTENT ====================== */
#primary .inner {
font-size: 12px;
padding: 0;
}
/* === SIDEBAR */
#sidebar .widget {
margin-bottom: 20px;
}
#sidebar h3 {
font-size: 16px;
color: #030303;
}
#sidebar ul li a {
color: #8c8c8c;
font-size: 12px;
}
#sidebar ul li a:hover {
color: #c98206;
}
#sidebar p a {
color: #000;
}
/* === EXTRA CONTENT */
.extra-content {
margin-top: 20px;
padding: 15px;
}
/* ====================== END PRIMARY CONTENT ====================== */
/* ====================== START BLOG ====================== */
.hentry-post .post-title {
margin-top: 7px;
margin-bottom: 15px;
}
.hentry-post .post-title a {
color: #000000;
}
.hentry-post .post-title a:hover {
color: #c98206;
}
.hentry-post .more-link {
color: #000;
font-weight: bold;
}
.hentry-post .more-link:hover {
color: #c98206;
}
.hentry-post .meta .date,
.hentry-post .meta .author,
.hentry-post .meta .categories,
.hentry-post .meta .comments,
.hentry-post .meta .edit-link {
line-height: 21px;
min-height: 21px;
font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
}
.hentry-post .meta .date i,
.hentry-post .meta .author i,
.hentry-post .meta .categories i,
.hentry-post .meta .comments i,
.hentry-post .meta .edit-link i {
font-size: 18px;
padding-right: 10px;
}
.hentry-post .meta .date a,
.hentry-post .meta .author a,
.hentry-post .meta .categories a,
.hentry-post .meta .comments a,
.hentry-post .meta .edit-link a {
color: #000;
}
.hentry-post .meta .date a:hover,
.hentry-post .meta .author a:hover,
.hentry-post .meta .categories a:hover,
.hentry-post .meta .comments a:hover,
.hentry-post .meta .edit-link a:hover {
color: #c98206;
}
/* === BIG IMAGE */
.blog-big {
border-bottom: 1px solid #dadada;
margin-bottom: 15px;
}
.blog-big .thumbnail,
.blog-big .withoutthumbnail,
.blog-big .the-content {
float: right;
padding: 0 15px;
padding-bottom: 10px;
width: 500px;
}
.blog-big .thumbnail .image-wrap,
.blog-big .withoutthumbnail .image-wrap,
.blog-big .the-content .image-wrap {
margin-bottom: 0;
}
.blog-big .thumbnail .image-wrap img,
.blog-big .withoutthumbnail .image-wrap img,
.blog-big .the-content .image-wrap img {
-webkit-border-top-left-radius: 15px;
-moz-border-radius-topleft: 15px;
border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topright: 15px;
border-top-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-left-radius: 15px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-bottomright: 15px;
border-bottom-right-radius: 15px;
width: 500px;
height: auto;
}
.blog-big .the-content-single {
width: 100%;
}
.blog-big .meta {
float: left;
font-size: 12px;
padding: 0 20px 10px 0;
width: 170px;
}
.blog-big .meta .date i {
margin-right: 4px;
}
.blog-big .meta .date,
.blog-big .meta .author,
.blog-big .meta .categories,
.blog-big .meta .comments {
line-height: 21px;
min-height: 21px;
margin-top: 9px;
}
.blog-big .edit-link {
margin-top: 20px;
}
.blog-big a.socials {
font-size: 35px !important;
}
/* === SMALL IMAGE */
.blog-small {
margin-bottom: 30px;
}
.blog-small .post-title {
margin-left: 240px;
}
.blog-small .thumbnail,
.blog-small .withoutthumbnail {
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
float: left;
margin-right: 10px;
}
.blog-small .thumbnail img,
.blog-small .withoutthumbnail img {
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
width: 215px;
height: 215px;
}
.blog-small .meta {
float: left;
margin-left: 15px;
}
.blog-small .meta .date,
.blog-small .meta .author,
.blog-small .meta .categories,
.blog-small .meta .comments {
margin-bottom: 9px;
}
.blog-small .meta .date i,
.blog-small .meta .author i,
.blog-small .meta .categories i,
.blog-small .meta .comments i {
color: #454545;
}
.blog-small .meta .date i {
margin-right: 5px;
}
.blog-small .edit-link {
margin-top: 20px;
}
/* === MEMENTO */
.blog-memento {
margin-bottom: 15px;
}
.blog-memento .post-title {
padding-top: 35px;
margin-bottom: 0px;
}
.blog-memento .date-left {
border-right: 1px solid #9b9b9b;
float: left;
padding-right: 15px;
margin-right: 10px;
width: 80px;
}
.blog-memento .date-left .month,
.blog-memento .date-left .day {
color: #4c4949;
font-size: 30px;
line-height: 30px;
letter-spacing: -2px;
margin: 0;
padding: 0;
text-align: right;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
.blog-memento .date-left .month {
margin-top: 25px;
}
.blog-memento .date-left .day {
font-size: 72px;
line-height: 72px;
}
.blog-memento .thumbnail,
.blog-memento .withoutthumbnail {
float: left;
margin-right: 10px;
}
.blog-memento .thumbnail img,
.blog-memento .withoutthumbnail img {
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
width: 120px;
height: 120px;
}
.blog-memento .meta {
float: left;
}
/* === BLOG NOIMAGE */
.blog-noimage {
float: left;
width: 50%;
}
/* ====================== END BLOG ====================== */
/* ====================== START COMMENTS ====================== */
h3#comments-title {
margin: 30px 0;
padding-left: 35px;
background: url('../images/comment.png') no-repeat left center;
}
.comment-container {
padding: 5px;
border: 1px solid #d8d7d7;
}
.comment-author {
float: left;
margin: 25px 10px 0 15px;
max-width: 85px;
}
.image-square-style #comments img.avatar {
border: 4px solid #d7d7d7;
}
.image-sphere-style #comments img.avatar {
border: 0;
}
#commentform img.avatar {
margin: 0;
}
#comments .fn {
font-style: normal;
text-align: center;
font-size: 90%;
margin: 10px 0 0 0;
display: block;
}
/*comments visitors*/
.comment-meta {
margin: 1px 0 1px 120px;
padding: 20px 20px 10px 20px;
border-left: 1px solid #d8d7d7;
min-height: 145px;
}
.comment-metaTextarea {
position: relative;
margin: 0 0 15px 120px;
width: 422px;
padding: 20px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}
em.moderation {
float: right;
clear: right;
font-size: 85%;
}
/*.comment-meta p {font-size:0.83em;color:#363533;} */
.contentMetaData {
width: 100%;
height: 30px;
}
.intro {
width: 100%;
height: 25px;
margin-bottom: 20px;
}
.commentNumber {
float: right;
font-size: 150%;
color: #bebcbd;
}
.commentDate {
float: left;
margin: 0 0 0px 0;
}
ol.commentlist {
margin-left: 0 !important;
}
ol.commentlist ol {
margin-left: 40px !important;
}
ol.commentlist,
li.comment {
clear: both;
margin: 0 0 2em 0;
padding: 0;
list-style-type: none!important;
}
li.comment ul.children {
margin-left: 6.5em;
}
li.comment ul.children li {
margin: 20px 0 0 0;
}
/*comments author*/
.bypostauthor .comment-container,
.bypostauthor .comment-container .children,
.bypostauthor .children .bypostauthor .comment-container,
.bypostauthor .children .bypostauthor .children .comment-container,
.bypostauthor .children .bypostauthor .children .bypostauthor .comment-container,
.bypostauthor .children .bypostauthor .children .bypostauthor .children .bypostauthor .comment-container,
.bypostauthor .children .bypostauthor .children .bypostauthor .children .bypostauthor .children .bypostauthor .comment-container {
background-color: #f4f4f4;
}
/*comments visitors*/
.comment-container .children,
.bypostauthor .children .comment-container,
.bypostauthor .children .bypostauthor .children .comment-container,
.bypostauthor .children .bypostauthor .children .bypostauthor .children .comment-container,
.bypostauthor .children .bypostauthor .children .bypostauthor .children .bypostauthor .children .comment-container {
background-color: #fff;
}
/*comments link*/
/*.comment-meta a:link, .comment-meta a:visited {color:#9a052a;text-decoration:none;}
.comment-meta a:active, .comment-meta a:hover {color:#8c0106;}
/*trackback*/
ol.trackbacklist {
margin: 20px 35px;
}
ol.trackbacklist li {
padding: 10px 0;
}
/* ====================== END COMMENTS ====================== */
/* ====================== START RESPOND ====================== */#respond {
margin: 2em 0 1em;
}
#respond input {
width: 92%;
padding: 9px;
margin: 0;
border: 1px solid #d8d7d7;
background-color: #fff;
font-size: 12px;
font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
}
#respond input:focus,
#respond textarea:focus {
background-color: #f7f7f7;
}
#respond textarea {
width: 97%;
border: 1px solid #d8d7d7;
background-color: #fff;
height: 135px;
padding: 10px;
font-size: 12px;
font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
}
/*.depth-1 #respond input, .depth-1 #respond textarea {width:374px;}
.depth-2 #respond input, .depth-2 #respond textarea {width:334px;}
.depth-3 #respond input, .depth-3 #respond textarea {width:294px;}
.depth-4 #respond input, .depth-4 #respond textarea {width:254px;}
.depth-5 #respond input, .depth-5 #respond textarea {width:214px;}
.depth-6 #respond input, .depth-6 #respond textarea {width:174px;}*/
/*#respond #submit {color:#666363;background:#eee;width:150px;float:right;margin:0 0 20px 0;padding:10px;font-weight:bold;font-size:0.95em!important;}
#respond #submit:hover {background-color:#fff;cursor:pointer;color:#000} */
#respond #submit {
background: url("../images/input_pattern.png") repeat-x scroll 0 0 #f3f0f0;
color: #4C4B4B;
float: right;
font-size: .7em!important;
letter-spacing: 1px;
text-transform: uppercase;
width: 130px;
margin: 0 0 20px;
padding: 8px;
}
#respond #submit:hover {
background: url("../images/input_pattern_hover.png") repeat-x scroll 0 6px #f3f0f0;
cursor: pointer;
color: #000000;
}
#respond .containerPost {
font-size: 1.1em;
}
img.comment-avatar {
margin: 20px 0 0 0;
border: 1px solid #ccc;
padding: 3px;
}
/*.depth-1 #respond #commentform { width:508px; }
.depth-2 #respond #commentform { width:468px; }
.depth-3 #respond #commentform { width:428px; }
.depth-4 #respond #commentform { width:388px; }
.depth-5 #respond #commentform { width:348px; }
.depth-6 #respond #commentform { width:308px; }*/
#respond label {
width: 101.5px;
clear: left;
display: block;
float: left;
font-size: 1em;
line-height: 40px;
margin: 0;
text-align: left;
vertical-align: middle;
}
#respond p {
padding: 10px 0 0px;
margin-bottom: 0;
float: left;
width: 32%;
margin-right: 2%;
}
#respond p.comment-form-comment {
width: 100%;
}
#respond p.comment-form-url {
margin-right: 0;
}
#respond p.form-submit {
border-bottom: none;
width: 100%;
}
#respond p.subscribe-to-comments {
width: 100%;
}
#respond p.comment-form-author label,
#respond p.comment-form-email label,
#respond p.comment-form-url label {
height: 38px;
}
/* ====================== END RESPOND ====================== */
/* ====================== START REPLY COMMENTS ====================== */
.reply {
text-align: right;
margin: 25px 0 0 0;
}
h3#reply-title {
padding-left: 35px;
background: url('../images/leave-comment.png') no-repeat left center;
line-height: 27px;
}
/*.depth-3 {width:466px;}
.depth-3 .comment-meta {width:305px;}
.depth-4 {width:475px;}
.depth-4 .comment-meta {width:310px;}
.depth-5 {width:435px;}
.depth-5 .comment-meta {width:270px;} */
.form-reply p {
text-align: right;
padding-bottom: 5px;
margin-right: 24px;
}
.form-reply p small {
text-align: left;
}
/* ====================== END REPLY COMMENTS ====================== */
/* ====================== START FOOTER ====================== */
#footer p {
font-size: 12px;
}
#footer p,
#footer li,
#footer span,
#footer label {
color: #fff;
}
.boxed-layout #footer .inner {
max-width: 1000px;
padding: 0;
width: 1000px;
}
/* === WIDGETS */
.footer_cols_1 .widget h3,
.footer_cols_2 .widget h3,
.footer_cols_3 .widget h3,
.footer_cols_4 .widget h3 {
text-shadow: 0px 0px 2px #404040;
color: #fff;
}
.footer_cols_1 .widget a,
.footer_cols_2 .widget a,
.footer_cols_3 .widget a,
.footer_cols_4 .widget a {
color: #fff;
}
.footer_cols_1 .widget a:hover,
.footer_cols_2 .widget a:hover,
.footer_cols_3 .widget a:hover,
.footer_cols_4 .widget a:hover {
color: #fcbb2f;
}
/* = NAV MENU */
#footer .widget_nav_menu .menu li {
border-bottom: 1px solid #848484;
line-height: 30px;
}
#footer .widget_nav_menu .menu li.columns2 {
width: 45%;
float: left;
margin-right: 5%;
}
#footer .widget_nav_menu .menu li.columns2:nth-child(2n+2) {
margin-right: 0;
width: 50%;
}
/* = RECENT/POPULAR POSTS */
#footer .recent-posts .hentry-post,
#footer .popular-posts .hentry-post {
margin-bottom: 25px;
}
#footer .recent-posts .post-date,
#footer .popular-posts .post-date {
border-right: 1px solid #fff;
float: left;
margin: 0;
margin-right: 17px;
padding: 0;
padding-right: 6px;
width: 60px;
}
#footer .recent-posts .post-date span,
#footer .popular-posts .post-date span {
display: block;
line-height: 18px;
font-weight: bold;
text-align: right;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
#footer .recent-posts .post-date .day,
#footer .popular-posts .post-date .day {
font-size: 48px;
line-height: 40px;
padding-right: 0;
}
#footer .recent-posts .post-date .month,
#footer .popular-posts .post-date .month,
#footer .recent-posts .post-date .year,
#footer .popular-posts .post-date .year {
font-size: 15px;
padding-right: 3px;
}
#footer .recent-posts .title,
#footer .popular-posts .title {
font-weight: bold;
font-size: 14px;
padding-right: 10px;
margin-bottom: 5px;
}
#footer .recent-posts p.meta,
#footer .popular-posts p.meta {
float: left;
line-height: 11px;
margin: 0;
}
#footer .recent-posts p.meta .comments a,
#footer .popular-posts p.meta .comments a {
color: #fff;
}
#footer .recent-posts p.meta .read-more,
#footer .popular-posts p.meta .read-more {
color: #fcbb2f;
}
/* ====================== END FOOTER ====================== */
/* ====================== START COPYRIGHT ====================== */
#copyright {
background-color: #2b2b2b;
color: #fff;
}
#copyright a.socials {
display: inline-block;
font-family: 'SocialicoRegular';
height: 20px;
vertical-align: middle;
margin-top: -17px;
}
#copyright .center {
padding: 3px 0;
}
#copyright .center a.socials {
display: inline-block;
font-family: 'SocialicoRegular';
height: 40px;
vertical-align: middle;
margin-top: 0px;
z-index: 1000;
}
#copyright p {
color: #fff;
font-size: 12px;
}
#copyright p a:hover {
color: #f9b43c;
}
/* ====================== END COPYRIGHT ====================== */
/* ====================== START WIDGETS ====================== */
/* === FOOTER QUICK CONTACT */
#footer .quick-contact .input-prepend .add-on {
color: #000 !important;
top: 20%;
right: 10px;
}
#footer .quick-contact .textarea-field .input-prepend .add-on {
top: 5%;
}
#footer .quick-contact p.success {
background: #effea9 url('../images/icons/tick_contact.png') no-repeat 15px center;
border: 1px solid #d7ee6e;
color: #839607;
margin: 0 auto 30px;
padding: 10px 15px 10px 55px;
}
#footer .quick-contact p.error {
display: none;
}
#footer .quick-contact li {
padding-top: 20px;
position: relative;
}
#footer .quick-contact li:first-child {
padding-top: 0px;
}
#footer .quick-contact li:first-child span.label {
top: 5px;
}
#footer .quick-contact li:first-child div.msg-error {
top: -40px;
}
#footer .quick-contact li:last-child {
padding-top: 1px;
}
#footer .quick-contact li label br {
display: none;
}
#footer .quick-contact li label span {
position: absolute;
}
#footer .quick-contact li label span.label {
color: #000;
top: 25px;
left: 10px;
text-shadow: -1px 1px 1px #d1d1d1;
z-index: 100;
}
#footer .quick-contact li label span.sublabel {
top: -2px;
}
#footer .quick-contact li input[type=text],
#footer .quick-contact li textarea {
background-color: #9e9fa0;
border: none;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
font-size: 12px;
font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
line-height: 25px;
height: 30px;
}
#footer .quick-contact li textarea {
height: 95px;
}
#footer .quick-contact li input[type=submit] {
background-color: #383838;
border: 1px solid #706e6e;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
color: #fff;
cursor: pointer;
height: 35px;
margin: 5px 0 0 0;
}
#footer .quick-contact li input[type=submit]:hover {
background-color: #424242;
}
#footer .quick-contact li div.msg-error {
border: 1px solid #484848;
background: #000;
color: #fff;
display: block;
width: 150px;
padding: 4px 10px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
-webkit-box-shadow: 0 0 3px 0 #000000;
-moz-box-shadow: 0 0 3px 0 #000000;
box-shadow: 0 0 3px 0 #000000;
position: absolute;
top: -20px;
right: -100px;
z-index: 100;
}
#footer .quick-contact li input.error,
#footer .quick-contact li select.error,
#footer .quick-contact li textarea.error {
border: 1px solid #cf0606;
}
/* DAMN FIREFOX!!! */
/* Hack because Firefox has a bug with the padding in percentage -.- */
#footer .footer_cols_1 .quick-contact input[type=text],
#footer .footer_cols_1 .quick-contact textarea {
padding: 3px 10px;
width: 980px;
}
#footer .footer_cols_2 .widget.widget-last.quick-contact input[type=submit] {
margin-right: 0px;
}
#footer .footer_cols_2 .quick-contact input[type=text],
#footer .footer_cols_2 .quick-contact textarea {
padding: 3px 10px;
width: 460px;
}
#footer .footer_cols_2 .quick-contact input[type=submit] {
margin-right: 0px;
}
#footer .footer_cols_3 .widget.widget-last.quick-contact input[type=text],
#footer .footer_cols_3 .widget.widget-last.quick-contact textarea {
width: 314px;
}
#footer .footer_cols_3 .widget.widget-last.quick-contact input[type=submit] {
margin-right: 0px;
}
#footer .footer_cols_3 .widget .quick-contact input[type=text],
#footer .footer_cols_3 .widget .quick-contact textarea {
padding: 3px 10px;
width: 293px;
}
#footer .footer_cols_3 .widget .quick-contact input[type=submit] {
margin-right: 0px;
}
#footer .footer_cols_4 .widget.widget-last.quick-contact input[type=text],
#footer .footer_cols_4 .widget.widget-last.quick-contact textarea {
padding: 3px 10px;
width: 230px;
}
#footer .footer_cols_4 .widget .quick-contact input[type=text],
#footer .footer_cols_4 .widget .quick-contact textarea {
padding: 3px 10px;
width: 210px;
}
.stretched-layout #footer .footer_cols_1 .quick-contact input[type=text],
.stretched-layout #footer .footer_cols_1 .quick-contact textarea {
padding: 3px 10px;
width: 938px;
}
.stretched-layout #footer .footer_cols_2 .widget.widget-last.quick-contact input[type=submit] {
margin-right: 19px;
}
.stretched-layout #footer .footer_cols_2 .quick-contact input[type=text],
.stretched-layout #footer .footer_cols_2 .quick-contact textarea {
padding: 3px 10px;
width: 438px;
}
.stretched-layout #footer .footer_cols_2 .quick-contact input[type=submit] {
margin-right: 19px;
}
.stretched-layout #footer .footer_cols_3 .widget.widget-last.quick-contact input[type=text],
.stretched-layout #footer .footer_cols_3 .widget.widget-last.quick-contact textarea {
width: 298px;
}
.stretched-layout #footer .footer_cols_3 .widget.widget-last.quick-contact input[type=submit] {
margin-right: 0px;
}
.stretched-layout #footer .footer_cols_3 .widget .quick-contact input[type=text],
.stretched-layout #footer .footer_cols_3 .widget .quick-contact textarea {
padding: 3px 10px;
width: 278px;
}
.stretched-layout #footer .footer_cols_3 .widget .quick-contact input[type=submit] {
margin-right: 1px;
}
.stretched-layout #footer .footer_cols_4 .widget.widget-last.quick-contact input[type=text],
.stretched-layout #footer .footer_cols_4 .widget.widget-last.quick-contact textarea {
padding: 3px 10px;
width: 220px;
}
.stretched-layout #footer .footer_cols_4 .widget .quick-contact input[type=text],
.stretched-layout #footer .footer_cols_4 .widget .quick-contact textarea {
padding: 3px 10px;
width: 200px;
}
/* === RECENT COMMENTS */.recent-comments .the-post {
margin-bottom: 1.6em;
line-height: 1em;
}
.recent-comments .the-post p {
padding-bottom: 0;
line-height: 1.5em;
margin-top: 3px;
}
.recent-comments .avatar {
display: inline;
float: left;
padding-right: 7px !important;
margin: 0;
}
.recent-comments .avatar img {
background: #FFFFFF !important;
border: 1px solid #CDCDCD !important;
padding: 2px !important;
width: auto;
height: auto;
}
#sidebar .recent-comments a.title,
#sidebar .recent-comments a.goto,
#sidebar .recent-comments .author a {
color: #a16404;
line-height: 1.5em;
}
#sidebar .recent-comments a.title:hover,
#sidebar .recent-comments a.goto:hover,
#sidebar .recent-comments .author a:hover {
color: #da8102;
}
.recent-comments a.goto {
font-size: 1.2em;
}
.recent-comments a.title {
font-size: 1em;
}
.prev-comments {
float: left;
display: none;
padding-top: 20px;
}
.next-comments {
float: right;
padding-top: 20px;
}
.prev-comments:hover,
.next-comments:hover {
text-decoration: underline !important;
}
/* ====================== END WIDGETS ====================== */
/* ====================== START SHORTCODES ====================== */
hr {
border: 1px dotted #ccc;
clear: both;
margin: 40px auto;
width: 600px;
}
code,
pre {
background-color: #e8ebec;
border: 1px dotted #bbb;
color: #333;
font: 13px/18px Consolas, "Courier New", Courier, monospace;
padding: 0px 5px;
}
pre {
margin-top: 10px;
margin-bottom: 10px;
}
/* === HIGHLIGHT */
span.highlight {
background-color: #eb9a0b;
color: #fff;
}
/* === SOCIALS */
a.socials {
color: #6f6f6f;
font-family: 'SocialicoRegular';
}
a.socials:hover {
color: #000;
}
#copyright a.socials:hover {
color: #fff;
}
/* === RECENT-POST */
.recent-post .post-date span {
padding-right: 3px;
}
.recent-post h3 {
margin-top: 0px;
}
/* ====================== END SHORTCODES ====================== */
/* =================== END MEMENTO =================== */ | public/css/memento.css | #user_det{
float:right;
margin-top:10px;
color:#FFF;
}
.general-font-family {
font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
}
.title-font-family {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
/* === TOP BAR COLORS */
/* === HEADER COLORS */
/* === NAVIGATION COLORS */
/* === HOME ROW */
/* === SIDEBAR COLORS */
/* === BLOG COLORS */
/* === FOOTER COLORS */
/* === MISCELLANEOUS CLASSES */
.border-line {
background: #ddd;
clear: both;
margin: 1.2em 0;
width: 100%;
height: 1px;
}
/* ====================== END VARIABLES, CLASSES AND FUNCTIONS ====================== */
/* =================== START MEMENTO =================== */
/* ============= Main code is in style.css ============= */
html {
background-color: #2b2b2b;
}
/* === TYPOGRAPHY */
body {
font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
}
body,
p,
li,
address,
dd,
blockquote {
color: #6f6f6f;
}
a,
#sidebar a:hover {
color: #c98206;
}
a:hover,
#sidebar a {
color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #2b2b2b;
}
h1,
h2 {
letter-spacing: -1px;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
i.reverse {
color: #d48303;
}
blockquote {
background: url('../images/cite.png') no-repeat left 25px;
padding: 35px;
}
/* ====================== START MAIN STRUCTURE ====================== */
/* ==== Widths, heights, floats and margins of all basic sections === */
#topbar {
height: 40px;
}
#header {
min-height: 85px;
padding-top: 30px;
}
#logo {
margin: 10px 0;
}
#nav {
float: right;
}
#page_meta {
margin-bottom: 15px;
padding: 20px 0;
}
#primary {
padding-top: 20px;
}
#content {
padding-bottom: 20px;
width: 75%;
}
#sidebar {
width: 22%;
}
#footer {
clear: both;
}
.boxed-layout #header .inner,
.boxed-layout #slider,
.boxed-layout .home-row .widget,
.boxed-layout .home-section {
-webkit-box-shadow: 0 0 5px 0px rgba(70, 70, 70, 0.3);
-moz-box-shadow: 0 0 5px 0px rgba(70, 70, 70, 0.3);
box-shadow: 0 0 5px 0px rgba(70, 70, 70, 0.3);
}
/* ====================== END MAIN STRUCTURE ====================== */
/* ====================== START STRETCHED LAYOUT ====================== */
.stretched-layout {
/* === STRETCHED LAYOUT RESET */
}
.stretched-layout #header {
margin-top: 0;
padding-top: 0;
background-color: #2b2b2b;
}
.stretched-layout #primary {
-webkit-border-top-left-radius: 0;
-moz-border-radius-topleft: 0;
border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
-moz-border-radius-topright: 0;
border-top-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-moz-border-radius-bottomleft: 0;
border-bottom-left-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-bottomright: 0;
border-bottom-right-radius: 0;
margin-top: 0;
margin-bottom: 0;
}
.stretched-layout #topbar .topbar-left {
margin-left: 20px;
}
.stretched-layout #topbar .topbar-right {
margin-right: 20px;
}
.stretched-layout #header .inner {
margin-bottom: 0;
}
.stretched-layout .home-row.inner {
margin-bottom: 15px;
}
.stretched-layout .home-section,
.stretched-layout .home-row .widget {
background: none;
-webkit-border-top-left-radius: 0px;
-moz-border-radius-topleft: 0px;
border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topright: 0px;
border-top-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-bottomleft: 0px;
border-bottom-left-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-bottomright: 0px;
border-bottom-right-radius: 0px;
}
.stretched-layout .home-section {
margin-bottom: 25px;
}
.stretched-layout .home-gallery {
margin-bottom: 10px;
}
.stretched-layout #page_meta {
-webkit-border-top-left-radius: 0;
-moz-border-radius-topleft: 0;
border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
-moz-border-radius-topright: 0;
border-top-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-moz-border-radius-bottomleft: 0;
border-bottom-left-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-bottomright: 0;
border-bottom-right-radius: 0;
margin: 0;
}
.stretched-layout .slider-wrapper {
height: auto;
}
.stretched-layout #slider.layers-slider .ls-container,
.stretched-layout #slider.inner {
margin-top: 30px !important;
}
.stretched-layout #slider.inner {
max-width: 960px;
width: 960px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
}
.stretched-layout #slider.fixed-image img {
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
}
.stretched-layout #slider.layers-slider .ls-container {
margin: 0 auto;
}
.stretched-layout #slider.layers-slider .ls-container,
.stretched-layout #slider.layers-slider .ls-inner,
.stretched-layout #slider.layers-slider .ls-layer,
.stretched-layout #slider.layers-slider .ls-layer .ls-bg {
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
}
.stretched-layout #slider.layers-slider .shadowWrapper {
width: 1000px;
margin: 0 auto;
position: relative;
}
.stretched-layout #slider.layers-slider .shadow-left,
.stretched-layout #slider.layers-slider .shadow-right {
z-index: 0;
width: 63px;
position: absolute;
height: 100%;
top: 0;
background: url('../images/bg/slider-shadow.png') no-repeat;
}
.stretched-layout #slider.layers-slider .shadow-left {
right: -63px;
background-position: center right;
}
.stretched-layout #slider.layers-slider .shadow-right {
left: -63px;
background-position: center left;
}
.stretched-layout #slider.slider_elegant,
.stretched-layout #slider.slider_elegant li {
width: 960px;
}
.stretched-layout #slider.thumbnails {
margin-top: 0px !important;
-webkit-border-top-left-radius: 0px;
-moz-border-radius-topleft: 0px;
border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topright: 0px;
border-top-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-bottomleft: 0px;
border-bottom-left-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-bottomright: 0px;
border-bottom-right-radius: 0px;
}
.stretched-layout #slider.thumbnails .showcase-thumbnail-container {
margin-top: -50px !important;
}
.stretched-layout #slider.thumbnails .showcase-text {
bottom: 50px;
}
.stretched-layout #slider.nivoSlider {
height: auto;
}
.stretched-layout #slider.nivoSlider img {
max-width: 960px;
}
.stretched-layout #slider.elastic,
.stretched-layout #slider.nivoSlider,
.stretched-layout #slider.layers-slider {
-webkit-border-top-left-radius: 0px;
-moz-border-radius-topleft: 0px;
border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topright: 0px;
border-top-right-radius: 0px;
}
/* ====================== END STRETCHED LAYOUT ====================== */
/* ====================== START TOPBAR ====================== */
#topbar {
background-color: #191919;
}
#topbar .topbar-right {
margin-right: 20px;
/* === TOPBAR MENU */
}
#topbar .topbar-right .topbar-level-1 {
height: 40px;
}
#topbar .topbar-right .topbar-level-1 > li {
line-height: 40px;
margin-left: 5px;
position: relative;
}
#topbar .topbar-right .topbar-level-1 > li > a {
border-right: 1px solid #373737;
color: #bcbcbc;
height: 25px;
font-size: 12px;
line-height: 25px;
padding: 8px 10px;
text-align: center;
}
#topbar .topbar-right .topbar-level-1 > li > a:hover {
color: #fff;
}
#topbar .topbar-right .topbar-level-1 > li > a i {
display: inline-block;
font-size: 15px;
margin-right: 3px;
vertical-align: top;
}
#topbar .topbar-right .topbar-level-1 > li:last-child a {
border-right: none;
}
#topbar .topbar-right .topbar-level-1 > li > ul {
background-color: #191919;
background-color: rgba(0, 0, 0, 0.8);
border: 1px solid #333;
-webkit-box-shadow: 0 0 5px 0 #000000;
-moz-box-shadow: 0 0 5px 0 #000000;
box-shadow: 0 0 5px 0 #000000;
display: none;
position: absolute;
top: 31px;
left: -6px;
z-index: 10000;
}
#topbar .topbar-right .topbar-level-1 > li > ul li {
padding: 6px 18px;
min-width: 120px;
}
#topbar .topbar-right .topbar-level-1 > li > ul li:hover {
background-color: #0F0F0F;
background-color: rgba(0, 0, 0, 0.6);
}
#topbar .topbar-right .topbar-level-1 > li > ul li a {
color: #bcbcbc;
}
#topbar .topbar-right .topbar-level-1 > li > ul li a:hover {
color: #fff;
}
#topbar .topbar-right .topbar-level-1 > li > ul li a i {
display: inline-block;
font-size: 15px;
margin-right: 3px;
vertical-align: top;
}
#topbar .topbar-right .topbar-level-1 > li:hover > ul {
display: block;
}
#topbar .topbar-right .topbar-level-1 li.login_link i {
color: #bcbcbc;
display: inline-block;
font-size: 15px;
margin-right: -5px;
vertical-align: top;
}
#topbar .topbar-right .topbar-level-1 li.login_link a {
padding-right: 0;
}
#topbar .topbar-right .topbar-level-1 li.login_link:hover i {
color: #fff;
}
#topbar .topbar-left {
margin-left: 20px;
}
#topbar .topbar-left p {
color: #e6e4e4;
line-height: 40px;
position: relative;
}
#topbar .topbar-left a {
color: #c98206;
font-size: 12px;
}
#topbar .topbar-left a:hover {
color: #fff;
}
#topbar .topbar-left a.socials {
display: inline-block;
font-family: 'SocialicoRegular';
height: 40px;
vertical-align: middle;
margin-top: -10px;
z-index: 1000;
}
/* === TWITTER SLIDER */
#twitter-slider {
height: 30px;
overflow: hidden;
}
#twitter-slider .tweets-list ul {
list-style: none;
margin: 0;
}
#twitter-slider .tweets-list li {
display: none;
padding: 0;
}
#twitter-slider .tweets-list li p {
margin: 0;
}
#twitter-slider .tweets-list li .date,
#twitter-slider .tweets-list li .meta {
display: inline;
letter-spacing: 1px;
padding-left: 5px;
text-transform: uppercase;
}
/* ====================== END TOPBAR ====================== */
/* ====================== START HEADER ====================== */
#header .inner {
background-color: #2b2b2b;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
/* === LOGO */
}
#header .inner #logo {
max-width: 220px;
text-align: left;
/* === DESCRIPTION */
}
#header .inner #logo a.logo-text {
color: #fff;
font-size: 36px;
font-weight: bold;
}
#header .inner #logo a.logo-text span {
color: #b0b0b0;
}
#header .inner #logo p {
color: #bcbcbc;
margin-top: -10px;
font-size: 12px;
}
/* ====================== END HEADER ====================== */
/* ====================== START HEADER MAP ====================== */
.header-map {
background: #FFF;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
width: 100%;
position: relative;
margin: 1px auto 15px;
}
.header-map .tab-label {
background: url(../images/icons/icon-close-map.png) left no-repeat;
padding: 10px 20px 10px 0px;
display: block;
text-align: right;
color: #000000;
float: right;
width: 80px;
}
.header-map .tab-label:hover {
color: #c98206;
}
.header-map .inner {padding: 0; max-width:1000px;}
.header-map #map-wrap {
overflow: hidden;
height: 0px;
}
.header-map #map-wrap.opened {
height: 300px;
}
.header-map .header-map #map {
width: 100%;
height: 340px;
}
.header-map .tab-label.closed {
background: url(../images/icons/icon-open-map.png) left no-repeat;
}
/* ====================== END HEADER MAP ====================== */
/* ====================== START NAVIGATION ====================== */
#nav > ul,
#nav > .menu > ul,
#nav > ul *,
#nav > .menu > ul * {
margin: 0;
padding: 0;
list-style: none;
}
#nav > ul > li > a,
#nav > .menu > ul > li > a {
background-color: #2b2b2b;
display: block;
font-size: 12px;
min-height: 42px;
padding-top: 43px;
position: relative;
transition: background 0.4s ease;
-webkit-transition: background 0.4s ease;
-o-transition: background 0.4s ease;
-moz-transition: background 0.4s ease;
}
#nav > ul > li > a i,
#nav > .menu > ul > li > a i {
display: block;
font-size: 20px;
position: absolute;
top: 5px;
right: 0px;
width: 100%;
}
#nav > ul ul,
#nav > .menu > ul ul {
position: absolute;
top: -999em;
width: 180px;
}
#nav > ul ul li,
#nav > .menu > ul ul li {
width: 100%;
}
#nav > ul li:hover,
#nav > .menu > ul li:hover {
visibility: inherit;
}
#nav > ul li,
#nav > .menu > ul li {
float: left;
position: relative;
}
#nav > ul a,
#nav > .menu > ul a {
display: block;
position: relative;
background-color: #2b2b2b;
transition: background 0.4s ease;
-webkit-transition: background 0.4s ease;
-o-transition: background 0.4s ease;
-moz-transition: background 0.4s ease;
}
#nav > ul li:hover ul,
#nav > ul li.sfHover ul,
#nav > .menu > ul li:hover ul,
#nav > .menu > ul li.sfHover ul {
left: 0px;
top: 92px;
/* match top ul list item height */
z-index: 99;
}
#nav > ul li:hover li ul,
#nav > ul li.sfHover li ul,
#nav > .menu > ul li:hover li ul,
#nav > .menu > ul li.sfHover li ul {
top: -999em;
}
#nav > ul li li:hover ul,
#nav > ul li li.sfHover ul,
#nav > .menu > ul li li:hover ul,
#nav > .menu > ul li li.sfHover ul {
left: 180px;
/* match ul width */
top: 0px;
}
/*** navigation skin ***/
#nav > ul,
#nav > .menu > ul {
float: left;
border-right: 1px solid #3c3c3c;
border-left: 1px solid #111111;
}
#nav > ul a,
#nav > .menu > ul a {
font-size: 12px;
height: 50px;
line-height: 50px;
font-weight: bold;
color: #999;
padding: 0 18px;
text-decoration: none;
border-left: 1px solid #3c3c3c;
border-right: 1px solid #111111;
}
#nav > ul a:hover,
#nav > .menu > ul a:hover {
color: #fff;
background-color: #444;
}
#nav .current-menu-item > a,
#nav .current-menu-parent > a,
#nav .current_page_item > a {
color: #fff;
}
/*Subs*/
#nav > ul ul,
#nav > .menu > ul ul {
font-size: 12px;
background: #2b2b2b;
padding: 0px;
border-top: 1px solid #111111;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#nav > ul ul a,
#nav > .menu > ul ul a {
margin: 0px;
padding: 12px 20px;
height: auto;
line-height: 1.3em !important;
color: #999;
font-weight: normal;
border-left: none;
border-right: none;
border-top: 1px solid #3c3c3c;
border-bottom: 1px solid #111111;
}
#nav > ul ul a i,
#nav > .menu > ul ul a i {
font-size: 16px;
margin-left: -3px;
padding-right: 5px;
}
#nav > ul ul a:hover,
#nav > .menu > ul ul a:hover {
color: #fff;
background-color: #444;
}
#nav > ul ul li:last-child > a,
#nav > .menu > ul ul li:last-child > a {
border-bottom: none;
}
#nav > ul ul ul a,
#nav > .menu > ul ul ul a {
border-bottom: 1px solid #111111;
}
#nav > ul ul ul li:last-child a,
#nav > .menu > ul ul ul li:last-child a {
border-bottom: none !important;
}
#nav > ul ul ul,
#nav > ul ul ul li:first-child a,
#nav > .menu > ul ul ul,
#nav > .menu > ul ul ul li:first-child a {
border-top: none;
}
/*** arrows **/
#nav > ul a.sf-with-ul,
#nav > .menu > ul a.sf-with-ul {
padding-right: 2.25em;
min-width: 1px;
}
.sf-sub-indicator {
position: absolute;
display: block;
top: 68%;
margin-top: -6px;
right: .75em;
width: 12px;
height: 12px;
text-indent: -999em;
overflow: hidden;
background: url('../images/nav-down-white.png') no-repeat;
opacity: 0.6;
}
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
opacity: 1;
}
/* point right for anchors in subs */
#nav > ul ul .sf-sub-indicator,
#nav > .menu > ul ul .sf-sub-indicator {
top: 50%;
margin-top: -6px;
background: url('../images/nav-right-white.png') no-repeat;
opacity: 0.8;
}
#nav > ul ul a:focus > .sf-sub-indicator,
#nav > ul ul a:hover > .sf-sub-indicator,
#nav > ul ul a:active > .sf-sub-indicator,
#nav > ul ul li:hover > a > .sf-sub-indicator,
#nav > ul ul li.sfHover > a > .sf-sub-indicator,
#nav > .menu > ul ul a:focus > .sf-sub-indicator,
#nav > .menu > ul ul a:hover > .sf-sub-indicator,
#nav > .menu > ul ul a:active > .sf-sub-indicator,
#nav > .menu > ul ul li:hover > a > .sf-sub-indicator,
#nav > .menu > ul ul li.sfHover > a > .sf-sub-indicator {
opacity: 1;
}
/* ====================== END NAVIGATION ====================== */
/* ====================== START SLIDER ====================== */
#slider.inner {
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
max-width: 1000px;
padding: 0px;
width: 1000px;
}
#slider.fixed-image img {
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
display: block;
max-width: 100%;
width: auto;
height: auto;
}
#slider.flash {
-webkit-box-shadow: 0 0 0 0 #000000;
-moz-box-shadow: 0 0 0 0 #000000;
box-shadow: 0 0 0 0 #000000;
}
#slider.flash object {
margin-top: -6px;
}
#slider.elastic,
#slider.nivoSlider,
#slider.layers-slider {
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
}
#slider.layers-slider .ls-container,
#slider.layers-slider .ls-inner,
#slider.layers-slider .ls-layer,
#slider.layers-slider .ls-layer .ls-bg {
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
}
/* ====================== START SLIDER ====================== */
/* ====================== START PAGE META ====================== */
#page_meta {
background-color: #fff;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
}
#page_meta .meta-left,
#page_meta .meta-right {
min-height: 25px;
}
#page_meta .meta-left {
float: left;
padding: 0 15px 0 0;
width: 310px;
}
#page_meta .meta-left h2.page-title,
#page_meta .meta-left h2 {
margin: 0;
padding: 0;
font-size: 1.4em;
line-height: 1.25em;
}
#page_meta .meta-left h2.page-title {
font-size: 25px;
}
#page_meta .meta-left #slogan {
clear: left;
font-weight: normal;
}
#page_meta .meta-left #slogan h2,
#page_meta .meta-left #slogan h3 {
font-weight: normal;
}
#page_meta .meta-left #slogan h3 {
font-size: 15px;
margin: 0px;
}
#page_meta .meta-right {
float: right;
padding: 0 0 0 15px;
text-align: right;
width: 310px;
}
#page_meta .meta-right #crumbs {
margin-top: 8px;
position: absolute;
right: 20px;
bottom: 0;
}
#page_meta .meta-right #crumbs a {
color: #6f6f6f;
}
#page_meta .meta-right #crumbs a:hover {
color: #000;
}
/* ====================== END PAGE META ====================== */
/* ====================== START HOME ====================== */
/* === SECTION STYLE */
.home-section {
background-color: #fff;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
padding: 10px 20px 25px 20px;
margin-bottom: 15px;
}
/* === HOME ROW */
.home-row.inner {
padding: 0;
max-width: 1000px;
}
.home-row .widget {
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
background-color: #fff;
float: left;
padding: 1.25% 2.083333333333333%;
margin-right: 1.5625%;
margin-bottom: 15px;
padding-top: 4px;
}
.home-row .widget.only-one {
width: 95.83333333333333%;
}
.home-row .widget.two-fourth {
width: 45.052083333333336%;
}
.home-row .widget.one-third {
width: 28.125%;
}
.home-row .widget.one-fourth {
width: 19.661458333333335%;
}
.home-row .widget.one-fifth {
width: 14.583333333333334%;
}
.home-row .widget.widget-last {
margin-right: 0;
}
.chrome .home-row .widget {padding: 1.25% 2.04%;}
.chrome .home-row .widget.one-third {width: 28%;}
.home-row .widget h2 {
margin-top: 0;
font-size: 25px;
border-bottom: 1px solid #bcbcbc;
}
.home-row .widget h2 i {
font-size: 130%;
padding-right: 4px;
}
.home-row .widget h2 span,
.home-row .widget h2 i.reverse {
color: #d48303;
}
.home-row .widget h2 img {
padding-top: 7px;
}
.chrome .home-row .widget,
.opera .home-row .widget,
.safari .home-row .widget {
border: 1px solid #fff;
}
/* === HOME TESTIMONIALS */
.home-testimonials {
padding-bottom: 10px;
}
.home-testimonials .title {
float: left;
padding-right: 30px;
margin-right: 0px;
border-right: 1px solid #bcbcbc;
}
.home-testimonials .title h2 {
margin: 5px 0 0;
font-size: 25px;
}
.home-testimonials .title h2 i {
font-size: 130%;
padding-right: 4px;
}
.home-testimonials .title h2 img.icon-img {
padding-top: 7px;
min-width: 32px;
}
.home-testimonials .title p {
margin: -10px 0 5px;
text-align: right;
color: #898989;
}
.home-testimonials ul {
list-style: none;
margin: 0 0 0 26px;
float: right;
}
.home-testimonials ul strong {
color: #000;
}
.bl_testimonials .thumbnail,
.bl_testimonials .withoutthumbnail,
.bl_testimonials .the-content {
width: 100% !important;
float: none !important;
}
.bl_testimonials .image-wrap img {
width: auto !important;
}
/* === HOME BLOG */
.home-blog .hentry-post {
float: left;
width: 23.828125%;
margin-right: 1.5625%;
}
.home-blog .hentry-post.last {
margin-right: 0;
}
.home-blog .hentry-post img {
padding: 3px;
border: 1px solid #b7bdbd;
display: block;
margin-bottom: 12px;
}
.home-blog .hentry-post img:hover {
background: 0;
border: 0;
padding: 0;
border: 4px solid #f6b651;
}
.home-blog .hentry-post p.post-date {
color: #000;
}
.home-blog .hentry-post p.post-date i {
font-size: 18px;
padding-right: 5px;
}
.home-blog .hentry-post h3 {
font-size: 13px;
margin: 0;
padding: 0;
}
.home-blog .hentry-post h3 a {
color: #000000;
}
.home-blog .hentry-post h3 a:hover {
color: #c98206;
}
.home-blog .hentry-post .btn-more-link {
vertical-align: middle;
}
.home-blog .hentry-post .btn-more-link i {
margin-right: 2px;
vertical-align: middle;
}
/* === HOME SERVICES */
.home-services {
padding-bottom: 0px;
}
.home-services h2 {
margin: 4px 0 10px;
}
.home-services .hentry-post {
float: left;
width: 23.828125%;
margin-right: 1.5625%;
margin-bottom: 15px;
}
.home-services .hentry-post.last {
margin-right: 0;
}
.home-services .hentry-post img {
padding: 3px;
border: 1px solid #b7bdbd;
display: block;
margin-bottom: 12px;
}
.home-services .hentry-post img:hover {
background: 0;
border: 0;
padding: 0;
border: 4px solid #f6b651;
}
.home-services .hentry-post h3 {
font-size: 13px;
margin: 0;
padding: 0;
}
.home-services .hentry-post h3 a {
color: #000000;
}
.home-services .hentry-post h3 a:hover {
color: #c98206;
}
/* === HOME PORTFOLIO */
.home-portfolio ul {
width: 103%;
}
/* === HOME GALLERY */
.home-gallery {
padding-bottom: 0;
}
.home-gallery .gallery-wrap {
margin-bottom: 0 !important;
}
.home-gallery .gallery-filters {
overflow: hidden;
padding-bottom: 5px;
margin-bottom: 5px;
}
.home-gallery .gallery-filters h1 {
float: left;
font-size: 18px;
margin: 0;
}
.home-gallery .gallery-filters ul.filters {
float: left;
list-style: none;
margin: 8px 1px 0px;
}
.home-gallery .gallery-filters ul.filters li {
float: left;
height: 12px;
line-height: 11px;
margin-bottom: 10px;
color: #6f6f6f;
}
.home-gallery .gallery-filters ul.filters li.first {
border-left: 0;
}
.home-gallery .gallery-filters ul.filters li a {
float: right;
font-size: 12px;
color: #6f6f6f;
}
.home-gallery .gallery-filters ul.filters li a:hover,
.home-gallery .gallery-filters ul.filters li.selected a {
color: #c67a02;
margin: 0;
}
/* === BUTTON READ MORE */
.btn-more-link {
margin: 7px 0;
}
/* ====================== END HOME ====================== */
/* ====================== START PRIMARY CONTENT ====================== */
#primary .inner {
font-size: 12px;
padding: 0;
}
/* === SIDEBAR */
#sidebar .widget {
margin-bottom: 20px;
}
#sidebar h3 {
font-size: 16px;
color: #030303;
}
#sidebar ul li a {
color: #8c8c8c;
font-size: 12px;
}
#sidebar ul li a:hover {
color: #c98206;
}
#sidebar p a {
color: #000;
}
/* === EXTRA CONTENT */
.extra-content {
margin-top: 20px;
padding: 15px;
}
/* ====================== END PRIMARY CONTENT ====================== */
/* ====================== START BLOG ====================== */
.hentry-post .post-title {
margin-top: 7px;
margin-bottom: 15px;
}
.hentry-post .post-title a {
color: #000000;
}
.hentry-post .post-title a:hover {
color: #c98206;
}
.hentry-post .more-link {
color: #000;
font-weight: bold;
}
.hentry-post .more-link:hover {
color: #c98206;
}
.hentry-post .meta .date,
.hentry-post .meta .author,
.hentry-post .meta .categories,
.hentry-post .meta .comments,
.hentry-post .meta .edit-link {
line-height: 21px;
min-height: 21px;
font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
}
.hentry-post .meta .date i,
.hentry-post .meta .author i,
.hentry-post .meta .categories i,
.hentry-post .meta .comments i,
.hentry-post .meta .edit-link i {
font-size: 18px;
padding-right: 10px;
}
.hentry-post .meta .date a,
.hentry-post .meta .author a,
.hentry-post .meta .categories a,
.hentry-post .meta .comments a,
.hentry-post .meta .edit-link a {
color: #000;
}
.hentry-post .meta .date a:hover,
.hentry-post .meta .author a:hover,
.hentry-post .meta .categories a:hover,
.hentry-post .meta .comments a:hover,
.hentry-post .meta .edit-link a:hover {
color: #c98206;
}
/* === BIG IMAGE */
.blog-big {
border-bottom: 1px solid #dadada;
margin-bottom: 15px;
}
.blog-big .thumbnail,
.blog-big .withoutthumbnail,
.blog-big .the-content {
float: right;
padding: 0 15px;
padding-bottom: 10px;
width: 500px;
}
.blog-big .thumbnail .image-wrap,
.blog-big .withoutthumbnail .image-wrap,
.blog-big .the-content .image-wrap {
margin-bottom: 0;
}
.blog-big .thumbnail .image-wrap img,
.blog-big .withoutthumbnail .image-wrap img,
.blog-big .the-content .image-wrap img {
-webkit-border-top-left-radius: 15px;
-moz-border-radius-topleft: 15px;
border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topright: 15px;
border-top-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-left-radius: 15px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-bottomright: 15px;
border-bottom-right-radius: 15px;
width: 500px;
height: auto;
}
.blog-big .the-content-single {
width: 100%;
}
.blog-big .meta {
float: left;
font-size: 12px;
padding: 0 20px 10px 0;
width: 170px;
}
.blog-big .meta .date i {
margin-right: 4px;
}
.blog-big .meta .date,
.blog-big .meta .author,
.blog-big .meta .categories,
.blog-big .meta .comments {
line-height: 21px;
min-height: 21px;
margin-top: 9px;
}
.blog-big .edit-link {
margin-top: 20px;
}
.blog-big a.socials {
font-size: 35px !important;
}
/* === SMALL IMAGE */
.blog-small {
margin-bottom: 30px;
}
.blog-small .post-title {
margin-left: 240px;
}
.blog-small .thumbnail,
.blog-small .withoutthumbnail {
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
float: left;
margin-right: 10px;
}
.blog-small .thumbnail img,
.blog-small .withoutthumbnail img {
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
width: 215px;
height: 215px;
}
.blog-small .meta {
float: left;
margin-left: 15px;
}
.blog-small .meta .date,
.blog-small .meta .author,
.blog-small .meta .categories,
.blog-small .meta .comments {
margin-bottom: 9px;
}
.blog-small .meta .date i,
.blog-small .meta .author i,
.blog-small .meta .categories i,
.blog-small .meta .comments i {
color: #454545;
}
.blog-small .meta .date i {
margin-right: 5px;
}
.blog-small .edit-link {
margin-top: 20px;
}
/* === MEMENTO */
.blog-memento {
margin-bottom: 15px;
}
.blog-memento .post-title {
padding-top: 35px;
margin-bottom: 0px;
}
.blog-memento .date-left {
border-right: 1px solid #9b9b9b;
float: left;
padding-right: 15px;
margin-right: 10px;
width: 80px;
}
.blog-memento .date-left .month,
.blog-memento .date-left .day {
color: #4c4949;
font-size: 30px;
line-height: 30px;
letter-spacing: -2px;
margin: 0;
padding: 0;
text-align: right;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
.blog-memento .date-left .month {
margin-top: 25px;
}
.blog-memento .date-left .day {
font-size: 72px;
line-height: 72px;
}
.blog-memento .thumbnail,
.blog-memento .withoutthumbnail {
float: left;
margin-right: 10px;
}
.blog-memento .thumbnail img,
.blog-memento .withoutthumbnail img {
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
width: 120px;
height: 120px;
}
.blog-memento .meta {
float: left;
}
/* === BLOG NOIMAGE */
.blog-noimage {
float: left;
width: 50%;
}
/* ====================== END BLOG ====================== */
/* ====================== START COMMENTS ====================== */
h3#comments-title {
margin: 30px 0;
padding-left: 35px;
background: url('../images/comment.png') no-repeat left center;
}
.comment-container {
padding: 5px;
border: 1px solid #d8d7d7;
}
.comment-author {
float: left;
margin: 25px 10px 0 15px;
max-width: 85px;
}
.image-square-style #comments img.avatar {
border: 4px solid #d7d7d7;
}
.image-sphere-style #comments img.avatar {
border: 0;
}
#commentform img.avatar {
margin: 0;
}
#comments .fn {
font-style: normal;
text-align: center;
font-size: 90%;
margin: 10px 0 0 0;
display: block;
}
/*comments visitors*/
.comment-meta {
margin: 1px 0 1px 120px;
padding: 20px 20px 10px 20px;
border-left: 1px solid #d8d7d7;
min-height: 145px;
}
.comment-metaTextarea {
position: relative;
margin: 0 0 15px 120px;
width: 422px;
padding: 20px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}
em.moderation {
float: right;
clear: right;
font-size: 85%;
}
/*.comment-meta p {font-size:0.83em;color:#363533;} */
.contentMetaData {
width: 100%;
height: 30px;
}
.intro {
width: 100%;
height: 25px;
margin-bottom: 20px;
}
.commentNumber {
float: right;
font-size: 150%;
color: #bebcbd;
}
.commentDate {
float: left;
margin: 0 0 0px 0;
}
ol.commentlist {
margin-left: 0 !important;
}
ol.commentlist ol {
margin-left: 40px !important;
}
ol.commentlist,
li.comment {
clear: both;
margin: 0 0 2em 0;
padding: 0;
list-style-type: none!important;
}
li.comment ul.children {
margin-left: 6.5em;
}
li.comment ul.children li {
margin: 20px 0 0 0;
}
/*comments author*/
.bypostauthor .comment-container,
.bypostauthor .comment-container .children,
.bypostauthor .children .bypostauthor .comment-container,
.bypostauthor .children .bypostauthor .children .comment-container,
.bypostauthor .children .bypostauthor .children .bypostauthor .comment-container,
.bypostauthor .children .bypostauthor .children .bypostauthor .children .bypostauthor .comment-container,
.bypostauthor .children .bypostauthor .children .bypostauthor .children .bypostauthor .children .bypostauthor .comment-container {
background-color: #f4f4f4;
}
/*comments visitors*/
.comment-container .children,
.bypostauthor .children .comment-container,
.bypostauthor .children .bypostauthor .children .comment-container,
.bypostauthor .children .bypostauthor .children .bypostauthor .children .comment-container,
.bypostauthor .children .bypostauthor .children .bypostauthor .children .bypostauthor .children .comment-container {
background-color: #fff;
}
/*comments link*/
/*.comment-meta a:link, .comment-meta a:visited {color:#9a052a;text-decoration:none;}
.comment-meta a:active, .comment-meta a:hover {color:#8c0106;}
/*trackback*/
ol.trackbacklist {
margin: 20px 35px;
}
ol.trackbacklist li {
padding: 10px 0;
}
/* ====================== END COMMENTS ====================== */
/* ====================== START RESPOND ====================== */#respond {
margin: 2em 0 1em;
}
#respond input {
width: 92%;
padding: 9px;
margin: 0;
border: 1px solid #d8d7d7;
background-color: #fff;
font-size: 12px;
font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
}
#respond input:focus,
#respond textarea:focus {
background-color: #f7f7f7;
}
#respond textarea {
width: 97%;
border: 1px solid #d8d7d7;
background-color: #fff;
height: 135px;
padding: 10px;
font-size: 12px;
font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
}
/*.depth-1 #respond input, .depth-1 #respond textarea {width:374px;}
.depth-2 #respond input, .depth-2 #respond textarea {width:334px;}
.depth-3 #respond input, .depth-3 #respond textarea {width:294px;}
.depth-4 #respond input, .depth-4 #respond textarea {width:254px;}
.depth-5 #respond input, .depth-5 #respond textarea {width:214px;}
.depth-6 #respond input, .depth-6 #respond textarea {width:174px;}*/
/*#respond #submit {color:#666363;background:#eee;width:150px;float:right;margin:0 0 20px 0;padding:10px;font-weight:bold;font-size:0.95em!important;}
#respond #submit:hover {background-color:#fff;cursor:pointer;color:#000} */
#respond #submit {
background: url("../images/input_pattern.png") repeat-x scroll 0 0 #f3f0f0;
color: #4C4B4B;
float: right;
font-size: .7em!important;
letter-spacing: 1px;
text-transform: uppercase;
width: 130px;
margin: 0 0 20px;
padding: 8px;
}
#respond #submit:hover {
background: url("../images/input_pattern_hover.png") repeat-x scroll 0 6px #f3f0f0;
cursor: pointer;
color: #000000;
}
#respond .containerPost {
font-size: 1.1em;
}
img.comment-avatar {
margin: 20px 0 0 0;
border: 1px solid #ccc;
padding: 3px;
}
/*.depth-1 #respond #commentform { width:508px; }
.depth-2 #respond #commentform { width:468px; }
.depth-3 #respond #commentform { width:428px; }
.depth-4 #respond #commentform { width:388px; }
.depth-5 #respond #commentform { width:348px; }
.depth-6 #respond #commentform { width:308px; }*/
#respond label {
width: 101.5px;
clear: left;
display: block;
float: left;
font-size: 1em;
line-height: 40px;
margin: 0;
text-align: left;
vertical-align: middle;
}
#respond p {
padding: 10px 0 0px;
margin-bottom: 0;
float: left;
width: 32%;
margin-right: 2%;
}
#respond p.comment-form-comment {
width: 100%;
}
#respond p.comment-form-url {
margin-right: 0;
}
#respond p.form-submit {
border-bottom: none;
width: 100%;
}
#respond p.subscribe-to-comments {
width: 100%;
}
#respond p.comment-form-author label,
#respond p.comment-form-email label,
#respond p.comment-form-url label {
height: 38px;
}
/* ====================== END RESPOND ====================== */
/* ====================== START REPLY COMMENTS ====================== */
.reply {
text-align: right;
margin: 25px 0 0 0;
}
h3#reply-title {
padding-left: 35px;
background: url('../images/leave-comment.png') no-repeat left center;
line-height: 27px;
}
/*.depth-3 {width:466px;}
.depth-3 .comment-meta {width:305px;}
.depth-4 {width:475px;}
.depth-4 .comment-meta {width:310px;}
.depth-5 {width:435px;}
.depth-5 .comment-meta {width:270px;} */
.form-reply p {
text-align: right;
padding-bottom: 5px;
margin-right: 24px;
}
.form-reply p small {
text-align: left;
}
/* ====================== END REPLY COMMENTS ====================== */
/* ====================== START FOOTER ====================== */
#footer p {
font-size: 12px;
}
#footer p,
#footer li,
#footer span,
#footer label {
color: #fff;
}
.boxed-layout #footer .inner {
max-width: 1000px;
padding: 0;
width: 1000px;
}
/* === WIDGETS */
.footer_cols_1 .widget h3,
.footer_cols_2 .widget h3,
.footer_cols_3 .widget h3,
.footer_cols_4 .widget h3 {
text-shadow: 0px 0px 2px #404040;
color: #fff;
}
.footer_cols_1 .widget a,
.footer_cols_2 .widget a,
.footer_cols_3 .widget a,
.footer_cols_4 .widget a {
color: #fff;
}
.footer_cols_1 .widget a:hover,
.footer_cols_2 .widget a:hover,
.footer_cols_3 .widget a:hover,
.footer_cols_4 .widget a:hover {
color: #fcbb2f;
}
/* = NAV MENU */
#footer .widget_nav_menu .menu li {
border-bottom: 1px solid #848484;
line-height: 30px;
}
#footer .widget_nav_menu .menu li.columns2 {
width: 45%;
float: left;
margin-right: 5%;
}
#footer .widget_nav_menu .menu li.columns2:nth-child(2n+2) {
margin-right: 0;
width: 50%;
}
/* = RECENT/POPULAR POSTS */
#footer .recent-posts .hentry-post,
#footer .popular-posts .hentry-post {
margin-bottom: 25px;
}
#footer .recent-posts .post-date,
#footer .popular-posts .post-date {
border-right: 1px solid #fff;
float: left;
margin: 0;
margin-right: 17px;
padding: 0;
padding-right: 6px;
width: 60px;
}
#footer .recent-posts .post-date span,
#footer .popular-posts .post-date span {
display: block;
line-height: 18px;
font-weight: bold;
text-align: right;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
#footer .recent-posts .post-date .day,
#footer .popular-posts .post-date .day {
font-size: 48px;
line-height: 40px;
padding-right: 0;
}
#footer .recent-posts .post-date .month,
#footer .popular-posts .post-date .month,
#footer .recent-posts .post-date .year,
#footer .popular-posts .post-date .year {
font-size: 15px;
padding-right: 3px;
}
#footer .recent-posts .title,
#footer .popular-posts .title {
font-weight: bold;
font-size: 14px;
padding-right: 10px;
margin-bottom: 5px;
}
#footer .recent-posts p.meta,
#footer .popular-posts p.meta {
float: left;
line-height: 11px;
margin: 0;
}
#footer .recent-posts p.meta .comments a,
#footer .popular-posts p.meta .comments a {
color: #fff;
}
#footer .recent-posts p.meta .read-more,
#footer .popular-posts p.meta .read-more {
color: #fcbb2f;
}
/* ====================== END FOOTER ====================== */
/* ====================== START COPYRIGHT ====================== */
#copyright {
background-color: #2b2b2b;
color: #fff;
}
#copyright a.socials {
display: inline-block;
font-family: 'SocialicoRegular';
height: 20px;
vertical-align: middle;
margin-top: -17px;
}
#copyright .center {
padding: 3px 0;
}
#copyright .center a.socials {
display: inline-block;
font-family: 'SocialicoRegular';
height: 40px;
vertical-align: middle;
margin-top: 0px;
z-index: 1000;
}
#copyright p {
color: #fff;
font-size: 12px;
}
#copyright p a:hover {
color: #f9b43c;
}
/* ====================== END COPYRIGHT ====================== */
/* ====================== START WIDGETS ====================== */
/* === FOOTER QUICK CONTACT */
#footer .quick-contact .input-prepend .add-on {
color: #000 !important;
top: 20%;
right: 10px;
}
#footer .quick-contact .textarea-field .input-prepend .add-on {
top: 5%;
}
#footer .quick-contact p.success {
background: #effea9 url('../images/icons/tick_contact.png') no-repeat 15px center;
border: 1px solid #d7ee6e;
color: #839607;
margin: 0 auto 30px;
padding: 10px 15px 10px 55px;
}
#footer .quick-contact p.error {
display: none;
}
#footer .quick-contact li {
padding-top: 20px;
position: relative;
}
#footer .quick-contact li:first-child {
padding-top: 0px;
}
#footer .quick-contact li:first-child span.label {
top: 5px;
}
#footer .quick-contact li:first-child div.msg-error {
top: -40px;
}
#footer .quick-contact li:last-child {
padding-top: 1px;
}
#footer .quick-contact li label br {
display: none;
}
#footer .quick-contact li label span {
position: absolute;
}
#footer .quick-contact li label span.label {
color: #000;
top: 25px;
left: 10px;
text-shadow: -1px 1px 1px #d1d1d1;
z-index: 100;
}
#footer .quick-contact li label span.sublabel {
top: -2px;
}
#footer .quick-contact li input[type=text],
#footer .quick-contact li textarea {
background-color: #9e9fa0;
border: none;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
font-size: 12px;
font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
line-height: 25px;
height: 30px;
}
#footer .quick-contact li textarea {
height: 95px;
}
#footer .quick-contact li input[type=submit] {
background-color: #383838;
border: 1px solid #706e6e;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
color: #fff;
cursor: pointer;
height: 35px;
margin: 5px 0 0 0;
}
#footer .quick-contact li input[type=submit]:hover {
background-color: #424242;
}
#footer .quick-contact li div.msg-error {
border: 1px solid #484848;
background: #000;
color: #fff;
display: block;
width: 150px;
padding: 4px 10px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
-webkit-box-shadow: 0 0 3px 0 #000000;
-moz-box-shadow: 0 0 3px 0 #000000;
box-shadow: 0 0 3px 0 #000000;
position: absolute;
top: -20px;
right: -100px;
z-index: 100;
}
#footer .quick-contact li input.error,
#footer .quick-contact li select.error,
#footer .quick-contact li textarea.error {
border: 1px solid #cf0606;
}
/* DAMN FIREFOX!!! */
/* Hack because Firefox has a bug with the padding in percentage -.- */
#footer .footer_cols_1 .quick-contact input[type=text],
#footer .footer_cols_1 .quick-contact textarea {
padding: 3px 10px;
width: 980px;
}
#footer .footer_cols_2 .widget.widget-last.quick-contact input[type=submit] {
margin-right: 0px;
}
#footer .footer_cols_2 .quick-contact input[type=text],
#footer .footer_cols_2 .quick-contact textarea {
padding: 3px 10px;
width: 460px;
}
#footer .footer_cols_2 .quick-contact input[type=submit] {
margin-right: 0px;
}
#footer .footer_cols_3 .widget.widget-last.quick-contact input[type=text],
#footer .footer_cols_3 .widget.widget-last.quick-contact textarea {
width: 314px;
}
#footer .footer_cols_3 .widget.widget-last.quick-contact input[type=submit] {
margin-right: 0px;
}
#footer .footer_cols_3 .widget .quick-contact input[type=text],
#footer .footer_cols_3 .widget .quick-contact textarea {
padding: 3px 10px;
width: 293px;
}
#footer .footer_cols_3 .widget .quick-contact input[type=submit] {
margin-right: 0px;
}
#footer .footer_cols_4 .widget.widget-last.quick-contact input[type=text],
#footer .footer_cols_4 .widget.widget-last.quick-contact textarea {
padding: 3px 10px;
width: 230px;
}
#footer .footer_cols_4 .widget .quick-contact input[type=text],
#footer .footer_cols_4 .widget .quick-contact textarea {
padding: 3px 10px;
width: 210px;
}
.stretched-layout #footer .footer_cols_1 .quick-contact input[type=text],
.stretched-layout #footer .footer_cols_1 .quick-contact textarea {
padding: 3px 10px;
width: 938px;
}
.stretched-layout #footer .footer_cols_2 .widget.widget-last.quick-contact input[type=submit] {
margin-right: 19px;
}
.stretched-layout #footer .footer_cols_2 .quick-contact input[type=text],
.stretched-layout #footer .footer_cols_2 .quick-contact textarea {
padding: 3px 10px;
width: 438px;
}
.stretched-layout #footer .footer_cols_2 .quick-contact input[type=submit] {
margin-right: 19px;
}
.stretched-layout #footer .footer_cols_3 .widget.widget-last.quick-contact input[type=text],
.stretched-layout #footer .footer_cols_3 .widget.widget-last.quick-contact textarea {
width: 298px;
}
.stretched-layout #footer .footer_cols_3 .widget.widget-last.quick-contact input[type=submit] {
margin-right: 0px;
}
.stretched-layout #footer .footer_cols_3 .widget .quick-contact input[type=text],
.stretched-layout #footer .footer_cols_3 .widget .quick-contact textarea {
padding: 3px 10px;
width: 278px;
}
.stretched-layout #footer .footer_cols_3 .widget .quick-contact input[type=submit] {
margin-right: 1px;
}
.stretched-layout #footer .footer_cols_4 .widget.widget-last.quick-contact input[type=text],
.stretched-layout #footer .footer_cols_4 .widget.widget-last.quick-contact textarea {
padding: 3px 10px;
width: 220px;
}
.stretched-layout #footer .footer_cols_4 .widget .quick-contact input[type=text],
.stretched-layout #footer .footer_cols_4 .widget .quick-contact textarea {
padding: 3px 10px;
width: 200px;
}
/* === RECENT COMMENTS */.recent-comments .the-post {
margin-bottom: 1.6em;
line-height: 1em;
}
.recent-comments .the-post p {
padding-bottom: 0;
line-height: 1.5em;
margin-top: 3px;
}
.recent-comments .avatar {
display: inline;
float: left;
padding-right: 7px !important;
margin: 0;
}
.recent-comments .avatar img {
background: #FFFFFF !important;
border: 1px solid #CDCDCD !important;
padding: 2px !important;
width: auto;
height: auto;
}
#sidebar .recent-comments a.title,
#sidebar .recent-comments a.goto,
#sidebar .recent-comments .author a {
color: #a16404;
line-height: 1.5em;
}
#sidebar .recent-comments a.title:hover,
#sidebar .recent-comments a.goto:hover,
#sidebar .recent-comments .author a:hover {
color: #da8102;
}
.recent-comments a.goto {
font-size: 1.2em;
}
.recent-comments a.title {
font-size: 1em;
}
.prev-comments {
float: left;
display: none;
padding-top: 20px;
}
.next-comments {
float: right;
padding-top: 20px;
}
.prev-comments:hover,
.next-comments:hover {
text-decoration: underline !important;
}
/* ====================== END WIDGETS ====================== */
/* ====================== START SHORTCODES ====================== */
hr {
border: 1px dotted #ccc;
clear: both;
margin: 40px auto;
width: 600px;
}
code,
pre {
background-color: #e8ebec;
border: 1px dotted #bbb;
color: #333;
font: 13px/18px Consolas, "Courier New", Courier, monospace;
padding: 0px 5px;
}
pre {
margin-top: 10px;
margin-bottom: 10px;
}
/* === HIGHLIGHT */
span.highlight {
background-color: #eb9a0b;
color: #fff;
}
/* === SOCIALS */
a.socials {
color: #6f6f6f;
font-family: 'SocialicoRegular';
}
a.socials:hover {
color: #000;
}
#copyright a.socials:hover {
color: #fff;
}
/* === RECENT-POST */
.recent-post .post-date span {
padding-right: 3px;
}
.recent-post h3 {
margin-top: 0px;
}
/* ====================== END SHORTCODES ====================== */
/* =================== END MEMENTO =================== */ | 0.214774 | 0.057865 |
width: 100%;
height:100%;
overflow: hidden;
position: relative;
}
#pagepiling .section {
top: auto;
bottom: 0;
width:100%;
height:100%;
text-align: center;
position:absolute;
}
.pp-section {
height:100%;
position:absolute;
width:100%;
}
.pp-easing {
-webkit-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
-moz-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
-o-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
/* custom */
-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
-moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
-o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
/* custom */
}
#pp-nav {
position: fixed;
z-index: 100;
margin-top: -32px;
top: 50%;
opacity: 1;
}
#pp-nav.right {
right: 17px;
}
#pp-nav.left {
left: 17px;
}
.pp-section.pp-table{
display:block;
width: 100%;
}
.pp-tableCell {
display:block;
width:100%;
height:100%;
max-height:100%;
position:relative;
overflow:hidden;
}
.pp-slidesNav{
position: absolute;
z-index: 4;
left: 50%;
opacity: 1;
}
.pp-slidesNav.bottom {
bottom: 17px;
}
.pp-slidesNav.top {
top: 17px;
}
#pp-nav ul,
.pp-slidesNav ul {
margin: 0;
padding: 0;
}
#pp-nav li,
.pp-slidesNav li {
display: block;
width: 24px;
height: 24px;
margin: 24px 7px;
position:relative;
}
.pp-slidesNav li {
display: inline-block;
}
#pp-nav li a,
.pp-slidesNav li a {
display: block;
position: relative;
z-index: 1;
width: 100%;
height: 100%;
cursor: pointer;
text-decoration: none;
}
#pp-nav li .active span,
.pp-slidesNav .active span {
background:#20a3f0!important;
border:2px solid #ffffff!important;
transform:scale(1.2);
-webkit-transform:scale(1.2);
}
#pp-nav span,
.pp-slidesNav span {
top: 2px;
left: 2px;
width: 20px;
height: 20px;
border: none!important;
background:#FFF!important;
border-radius: 50%;
-webkit-border-radius: 50%;
position: absolute;
z-index: 1;
-moz-box-shadow:1px 1px 10px rgba(0,0,0,0.2) ; /* For Firefox3.6+ */
-webkit-box-shadow:1px 1px 10px rgba(0,0,0,0.2); /* For Chrome5+, Safari5+ */
box-shadow:1px 1px 10px rgba(0,0,0,0.2); /* For Latest Opera */
transition: background-color ease-in 200ms;
-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
-o-transition: background-color ease-in 200ms; /* Opera */
-ms-transition: background-color ease-in 200ms; /* IE9? */
}
.pp-tooltip {
position: absolute;
top: 1px;
color: #fff;
font-size: 14px;
font-family: arial, helvetica, sans-serif;
white-space: nowrap;
max-width: 220px;
}
.pp-tooltip.right {
right: 35px;
}
.pp-tooltip.left {
left: 20px;
}
.section .mCSB_inside>.mCSB_container{
margin:0;
}
.section .mCSB_scrollTools{
width:3px;
}
.section .mCustomScrollBox{
}
.section{
background-color:#FFF;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
}
.section .section-scrollbar{
pointer-events:none
}
.section.active .section-scrollbar{
pointer-events:auto;
}
.section-scrollbar{
height:100%;
max-height:100%;
overflow:auto;
}
.section .section-scrollbar .mCSB_container{
min-height:100%;
height:100%;
display:table;
width:100%;
}
.section .section-scrollbar .section-middle{
display:table-cell;
width:100%;
vertical-align:middle;
}
.section .mCS_no_scrollbar .mCustomScrollBox,
.section .mCS_no_scrollbar .mCSB_container,
.section .mCS_no_scrollbar {
overflow:visible;
}
#pagepiling + footer{
visibility:hidden;
}
.dnnEditState #pagepiling + footer,
#pagepiling.active + footer{
visibility:visible;
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
.section .section-scrollbar .container{
width:75%;
margin:auto;
}
}
@media only screen and (max-width: 992px) {
#pp-nav li,
.pp-slidesNav li{
margin:8px 7px;
}
}
.mm-opened #pp-nav{
opacity:0;
visibility:hidden;
}
.pp-tooltip{
background-color:#333;
max-width:inherit;
padding:3px 8px;
margin-top:-2px;
font-size:12px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
}
.pp-tooltip:after{
content:"";
position:absolute;
top:50%;
left:100%;
border:3px solid transparent;
border-left-color:#333;
margin-top:-3px;
} | site_asset/css/component/pagepiling.css | width: 100%;
height:100%;
overflow: hidden;
position: relative;
}
#pagepiling .section {
top: auto;
bottom: 0;
width:100%;
height:100%;
text-align: center;
position:absolute;
}
.pp-section {
height:100%;
position:absolute;
width:100%;
}
.pp-easing {
-webkit-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
-moz-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
-o-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
/* custom */
-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
-moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
-o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
/* custom */
}
#pp-nav {
position: fixed;
z-index: 100;
margin-top: -32px;
top: 50%;
opacity: 1;
}
#pp-nav.right {
right: 17px;
}
#pp-nav.left {
left: 17px;
}
.pp-section.pp-table{
display:block;
width: 100%;
}
.pp-tableCell {
display:block;
width:100%;
height:100%;
max-height:100%;
position:relative;
overflow:hidden;
}
.pp-slidesNav{
position: absolute;
z-index: 4;
left: 50%;
opacity: 1;
}
.pp-slidesNav.bottom {
bottom: 17px;
}
.pp-slidesNav.top {
top: 17px;
}
#pp-nav ul,
.pp-slidesNav ul {
margin: 0;
padding: 0;
}
#pp-nav li,
.pp-slidesNav li {
display: block;
width: 24px;
height: 24px;
margin: 24px 7px;
position:relative;
}
.pp-slidesNav li {
display: inline-block;
}
#pp-nav li a,
.pp-slidesNav li a {
display: block;
position: relative;
z-index: 1;
width: 100%;
height: 100%;
cursor: pointer;
text-decoration: none;
}
#pp-nav li .active span,
.pp-slidesNav .active span {
background:#20a3f0!important;
border:2px solid #ffffff!important;
transform:scale(1.2);
-webkit-transform:scale(1.2);
}
#pp-nav span,
.pp-slidesNav span {
top: 2px;
left: 2px;
width: 20px;
height: 20px;
border: none!important;
background:#FFF!important;
border-radius: 50%;
-webkit-border-radius: 50%;
position: absolute;
z-index: 1;
-moz-box-shadow:1px 1px 10px rgba(0,0,0,0.2) ; /* For Firefox3.6+ */
-webkit-box-shadow:1px 1px 10px rgba(0,0,0,0.2); /* For Chrome5+, Safari5+ */
box-shadow:1px 1px 10px rgba(0,0,0,0.2); /* For Latest Opera */
transition: background-color ease-in 200ms;
-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
-o-transition: background-color ease-in 200ms; /* Opera */
-ms-transition: background-color ease-in 200ms; /* IE9? */
}
.pp-tooltip {
position: absolute;
top: 1px;
color: #fff;
font-size: 14px;
font-family: arial, helvetica, sans-serif;
white-space: nowrap;
max-width: 220px;
}
.pp-tooltip.right {
right: 35px;
}
.pp-tooltip.left {
left: 20px;
}
.section .mCSB_inside>.mCSB_container{
margin:0;
}
.section .mCSB_scrollTools{
width:3px;
}
.section .mCustomScrollBox{
}
.section{
background-color:#FFF;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
}
.section .section-scrollbar{
pointer-events:none
}
.section.active .section-scrollbar{
pointer-events:auto;
}
.section-scrollbar{
height:100%;
max-height:100%;
overflow:auto;
}
.section .section-scrollbar .mCSB_container{
min-height:100%;
height:100%;
display:table;
width:100%;
}
.section .section-scrollbar .section-middle{
display:table-cell;
width:100%;
vertical-align:middle;
}
.section .mCS_no_scrollbar .mCustomScrollBox,
.section .mCS_no_scrollbar .mCSB_container,
.section .mCS_no_scrollbar {
overflow:visible;
}
#pagepiling + footer{
visibility:hidden;
}
.dnnEditState #pagepiling + footer,
#pagepiling.active + footer{
visibility:visible;
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
.section .section-scrollbar .container{
width:75%;
margin:auto;
}
}
@media only screen and (max-width: 992px) {
#pp-nav li,
.pp-slidesNav li{
margin:8px 7px;
}
}
.mm-opened #pp-nav{
opacity:0;
visibility:hidden;
}
.pp-tooltip{
background-color:#333;
max-width:inherit;
padding:3px 8px;
margin-top:-2px;
font-size:12px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
}
.pp-tooltip:after{
content:"";
position:absolute;
top:50%;
left:100%;
border:3px solid transparent;
border-left-color:#333;
margin-top:-3px;
} | 0.2676 | 0.060863 |
@import url('https://fonts.googleapis.com/css2?family=Grandstander&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300&family=Grandstander:ital,wght@1,300&display=swap');
/* EFFECTS */
@keyframes fadeIn {
0% {
opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
}
/* ETIQUETAS */
body {
height: 122.188em;
margin: 0;
}
header {
background-color: transparent;
position: fixed;
width: 100%;
}
#mainHeader {
height: 10%;
transition: top 0.3s; /* Transition effect when sliding down (and up) */
}
footer {
display: flex;
flex-direction: column;
height: 10%;
}
/* DIV Contenedor */
#bodyContainer {
height: 100%;
width: 100%;
}
/* DIV dentro de <Header> */
#headerDiv {
display: flex;
flex-direction: row;
height: 100%;
}
.null {
width: 5%;
}
#personalBrand {
display: flex;
flex-direction: column;
width: 15%;
}
.null2 {
height: 45%;
}
#personal-logo {
text-align: center;
height: 35%;
}
#brandText {
font-family: 'Grandstander', cursive;
text-align: center;
font-size: x-large;
height: 25%;
}
.null3 {
width: 14%;
}
#headerMidBox {
display: flex;
flex-direction: column;
width: 30%;
}
.null4 {
height: 65%;
}
#listDiv {
height: 35%;
}
/* Estilos de la lista */
.list {
display: flex;
list-style-type: none;
height: 100%;
}
a {
color: #222831;
text-decoration: none;
}
a:hover {
color: #eeeeee;
transition: 0.5s;
}
li:nth-child(1) {
font-family: 'Grandstander', cursive;
text-align: center;
height: 100%;
width: 33.3%;
}
li:nth-child(2) {
font-family: 'Grandstander', cursive;
text-align: center;
height: 100%;
width: 33.3%;
}
li:nth-child(3) {
font-family: 'Grandstander', cursive;
text-align: center;
height: 100%;
width: 33.3%;
}
.null5 {
width: 36%;
}
/* DIV con Imagen */
#imageDiv {
height: 50%;
width: 100%;
background-image: url(../img/main.jpg);
background-size: cover;
background-repeat: no-repeat;
}
/* SECTION 'Sobre mi' */
.section {
display: flex;
flex-direction: row;
height: 20%;
}
#section1LeftSide {
width: 20%;
}
#section1Center {
display: flex;
flex-direction: column;
width: 60%;
}
.null6 {
height: 5%;
}
#centerTop1{
position: relative;
height: 5em;
width: 5em;
margin: auto;
}
#centerTop1 img.top {
position: relative;
bottom: 5.250em;
animation-name: fadeIn;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 3s;
animation-direction: alternate;
}
#centerMid1 {
font-family: 'Grandstander', cursive;
font-size: xx-large;
text-align: center;
height: 10%;
}
#centerBottom1{
font-family: 'Dosis', sans-serif;
color: #222831;
font-weight: 200;
font-size: x-large;
text-align: center;
height: 50%;
}
#section1RightSide {
width: 20%;
}
/* SECTION 'Tecnologias' */
#section2LeftSide {
width: 5%;
}
#section2Center {
width: 40%;
}
#centerTop2 {
background-color: #77cace;
height: 1.25%;
width: 100%;
margin-top: 5%;
}
#centerMid2 {
font-family: 'Grandstander', cursive;
font-size: xx-large;
text-align: center;
height: 10%;
width: 100%;
margin-top: 2.5%;
}
#centerBottom2 {
font-family: 'Dosis', sans-serif;
color: #222831;
font-size: x-large;
text-align: center;
height: 70%;
width: 100%;
}
#section2RightSide {
display: flex;
flex-direction: column;
width: 55%;
}
#iconoApiDiv {
width: 80%;
margin: auto;
}
/* Icono dentro del DIV 'iconoApi' */
#ico-Api {
position: relative;
left: 15%;
bottom: 30%;
}
#iconoWebDiv {
width: 80%;
}
/* Iconos dentro del DIV 'iconoWeb' */
#ico-Web {
position: relative;
left: 50%;
bottom: 25%;
}
#ico-BBDD {
position: relative;
left: 15%;
}
/* SECTION 'Contacto' */
#section3LeftSide {
width: 50%;
}
#section3Center {
display: flex;
flex-direction: column;
width: 45%;
}
#section3RightSide {
width: 5%;
}
#barSeparation2 {
background-color: #77cace;
height: 1.25%;
width: 100%;
margin-top: 5%;
}
#contactTittle {
font-family: 'Grandstander', cursive;
font-size: xx-large;
text-align: center;
height: 10%;
width: 100%;
margin-top: 2.5%;
}
#contactText {
font-family: 'Dosis', sans-serif;
color: #222831;
font-size: x-large;
text-align: center;
height: 25%;
width: 100%;
}
/* Boton de contacto */
#contactButton {
font-family: 'Grandstander', cursive;
background-color: #00adb5;
color: white;
font-size: large;
text-align: center;
height: 20%;
width: 25%;
margin: auto;
border-radius: 0.750em;
transition-duration: 1s;
}
#spanText {
margin-top: 14.5%;
}
#contactButton:hover {
box-shadow: 0 0.750em 1em 0 rgba(0,0,0,0.24), 0 1.063em 3.125em 0 rgba(0,0,0,0.19);
transition-duration: 2s;
}
.button span {
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}
.button span:after {
content: '\00bb';
position: absolute;
opacity: 0;
top: 0;
right: -1.250em;
transition: 0.5s;
}
.button:hover span {
padding-right: 1.563em;
}
.button:hover span:after {
opacity: 1;
right: 0;
}
/* FOOTER */
.null7 {
height: 65%;
}
#socialLinks{
display: flex;
flex-direction: row;
height: 30%;
}
#leftFooter {
width: 45%;
}
#centerFooter {
display: flex;
flex-direction: row;
justify-content: space-evenly;
width: 10%;
}
#rightFooter {
width: 45%;
}
#footerBar{
background-color: #77cace;
height: 5%;
width: 100%;
}
/* CONTACT.html */
body.contactBody {
height: 100%;
}
header.contactHeader {
background-color: #77cace;
height: 10%;
transition: top 0.3s; /* Transition effect when sliding down (and up) */
}
#headerContactDIV {
display: flex;
flex-direction: row;
height: 100%;
}
.null2contact {
height: 40%;
}
#personal-logoContact {
text-align: center;
height: 30%;
}
.null3Contact {
width: 60%;
}
#listDivContact {
height: 100%;
width: 10%;
}
.null4Contact {
height: 80%;
}
.listContact {
height: 20%;
width: 100%;
list-style-type: none;
}
#linkIndex {
width: 100%;
}
/* Div con el Formulario de contacto */
#contactDIV {
display: flex;
flex-direction: column;
position: relative;
bottom: 5em;
height: 55.000em;
}
#contactChildDiv {
height: 100%;
}
#ico-idea {
position: relative;
top: 10.625em;
left: 11.250em;
z-index: 0;
}
#ico-deal {
position: relative;
top: 38.750em;
left: 45.000em;
z-index: 0;
}
#dudaDiv {
font-family: 'Grandstander', cursive;
font-size: x-large;
width: 100%;
text-align: center;
}
.form-control {
font-family: 'Dosis', sans-serif;
font-size: large;
}
#nombreLabel {
font-family: 'Dosis', sans-serif;
font-size: x-large;
}
#email-Label {
font-family: 'Dosis', sans-serif;
font-size: x-large;
}
#commentLabel {
font-family: 'Dosis', sans-serif;
font-size: x-large;
}
#commentLabelInput {
font-family: 'Dosis', sans-serif;
font-size: large;
}
#form-set {
position: relative;
z-index: 1;
}
#backImage {
height: 43.750em;
}
#socialLinksContact {
display: flex;
flex-direction: row;
height: 30%;
margin-top: 1.5%;
}
#centerFooterContact {
display: flex;
flex-direction: row;
justify-content: space-evenly;
width: 10%;
} | css/styles.css | @import url('https://fonts.googleapis.com/css2?family=Grandstander&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300&family=Grandstander:ital,wght@1,300&display=swap');
/* EFFECTS */
@keyframes fadeIn {
0% {
opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
}
/* ETIQUETAS */
body {
height: 122.188em;
margin: 0;
}
header {
background-color: transparent;
position: fixed;
width: 100%;
}
#mainHeader {
height: 10%;
transition: top 0.3s; /* Transition effect when sliding down (and up) */
}
footer {
display: flex;
flex-direction: column;
height: 10%;
}
/* DIV Contenedor */
#bodyContainer {
height: 100%;
width: 100%;
}
/* DIV dentro de <Header> */
#headerDiv {
display: flex;
flex-direction: row;
height: 100%;
}
.null {
width: 5%;
}
#personalBrand {
display: flex;
flex-direction: column;
width: 15%;
}
.null2 {
height: 45%;
}
#personal-logo {
text-align: center;
height: 35%;
}
#brandText {
font-family: 'Grandstander', cursive;
text-align: center;
font-size: x-large;
height: 25%;
}
.null3 {
width: 14%;
}
#headerMidBox {
display: flex;
flex-direction: column;
width: 30%;
}
.null4 {
height: 65%;
}
#listDiv {
height: 35%;
}
/* Estilos de la lista */
.list {
display: flex;
list-style-type: none;
height: 100%;
}
a {
color: #222831;
text-decoration: none;
}
a:hover {
color: #eeeeee;
transition: 0.5s;
}
li:nth-child(1) {
font-family: 'Grandstander', cursive;
text-align: center;
height: 100%;
width: 33.3%;
}
li:nth-child(2) {
font-family: 'Grandstander', cursive;
text-align: center;
height: 100%;
width: 33.3%;
}
li:nth-child(3) {
font-family: 'Grandstander', cursive;
text-align: center;
height: 100%;
width: 33.3%;
}
.null5 {
width: 36%;
}
/* DIV con Imagen */
#imageDiv {
height: 50%;
width: 100%;
background-image: url(../img/main.jpg);
background-size: cover;
background-repeat: no-repeat;
}
/* SECTION 'Sobre mi' */
.section {
display: flex;
flex-direction: row;
height: 20%;
}
#section1LeftSide {
width: 20%;
}
#section1Center {
display: flex;
flex-direction: column;
width: 60%;
}
.null6 {
height: 5%;
}
#centerTop1{
position: relative;
height: 5em;
width: 5em;
margin: auto;
}
#centerTop1 img.top {
position: relative;
bottom: 5.250em;
animation-name: fadeIn;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 3s;
animation-direction: alternate;
}
#centerMid1 {
font-family: 'Grandstander', cursive;
font-size: xx-large;
text-align: center;
height: 10%;
}
#centerBottom1{
font-family: 'Dosis', sans-serif;
color: #222831;
font-weight: 200;
font-size: x-large;
text-align: center;
height: 50%;
}
#section1RightSide {
width: 20%;
}
/* SECTION 'Tecnologias' */
#section2LeftSide {
width: 5%;
}
#section2Center {
width: 40%;
}
#centerTop2 {
background-color: #77cace;
height: 1.25%;
width: 100%;
margin-top: 5%;
}
#centerMid2 {
font-family: 'Grandstander', cursive;
font-size: xx-large;
text-align: center;
height: 10%;
width: 100%;
margin-top: 2.5%;
}
#centerBottom2 {
font-family: 'Dosis', sans-serif;
color: #222831;
font-size: x-large;
text-align: center;
height: 70%;
width: 100%;
}
#section2RightSide {
display: flex;
flex-direction: column;
width: 55%;
}
#iconoApiDiv {
width: 80%;
margin: auto;
}
/* Icono dentro del DIV 'iconoApi' */
#ico-Api {
position: relative;
left: 15%;
bottom: 30%;
}
#iconoWebDiv {
width: 80%;
}
/* Iconos dentro del DIV 'iconoWeb' */
#ico-Web {
position: relative;
left: 50%;
bottom: 25%;
}
#ico-BBDD {
position: relative;
left: 15%;
}
/* SECTION 'Contacto' */
#section3LeftSide {
width: 50%;
}
#section3Center {
display: flex;
flex-direction: column;
width: 45%;
}
#section3RightSide {
width: 5%;
}
#barSeparation2 {
background-color: #77cace;
height: 1.25%;
width: 100%;
margin-top: 5%;
}
#contactTittle {
font-family: 'Grandstander', cursive;
font-size: xx-large;
text-align: center;
height: 10%;
width: 100%;
margin-top: 2.5%;
}
#contactText {
font-family: 'Dosis', sans-serif;
color: #222831;
font-size: x-large;
text-align: center;
height: 25%;
width: 100%;
}
/* Boton de contacto */
#contactButton {
font-family: 'Grandstander', cursive;
background-color: #00adb5;
color: white;
font-size: large;
text-align: center;
height: 20%;
width: 25%;
margin: auto;
border-radius: 0.750em;
transition-duration: 1s;
}
#spanText {
margin-top: 14.5%;
}
#contactButton:hover {
box-shadow: 0 0.750em 1em 0 rgba(0,0,0,0.24), 0 1.063em 3.125em 0 rgba(0,0,0,0.19);
transition-duration: 2s;
}
.button span {
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}
.button span:after {
content: '\00bb';
position: absolute;
opacity: 0;
top: 0;
right: -1.250em;
transition: 0.5s;
}
.button:hover span {
padding-right: 1.563em;
}
.button:hover span:after {
opacity: 1;
right: 0;
}
/* FOOTER */
.null7 {
height: 65%;
}
#socialLinks{
display: flex;
flex-direction: row;
height: 30%;
}
#leftFooter {
width: 45%;
}
#centerFooter {
display: flex;
flex-direction: row;
justify-content: space-evenly;
width: 10%;
}
#rightFooter {
width: 45%;
}
#footerBar{
background-color: #77cace;
height: 5%;
width: 100%;
}
/* CONTACT.html */
body.contactBody {
height: 100%;
}
header.contactHeader {
background-color: #77cace;
height: 10%;
transition: top 0.3s; /* Transition effect when sliding down (and up) */
}
#headerContactDIV {
display: flex;
flex-direction: row;
height: 100%;
}
.null2contact {
height: 40%;
}
#personal-logoContact {
text-align: center;
height: 30%;
}
.null3Contact {
width: 60%;
}
#listDivContact {
height: 100%;
width: 10%;
}
.null4Contact {
height: 80%;
}
.listContact {
height: 20%;
width: 100%;
list-style-type: none;
}
#linkIndex {
width: 100%;
}
/* Div con el Formulario de contacto */
#contactDIV {
display: flex;
flex-direction: column;
position: relative;
bottom: 5em;
height: 55.000em;
}
#contactChildDiv {
height: 100%;
}
#ico-idea {
position: relative;
top: 10.625em;
left: 11.250em;
z-index: 0;
}
#ico-deal {
position: relative;
top: 38.750em;
left: 45.000em;
z-index: 0;
}
#dudaDiv {
font-family: 'Grandstander', cursive;
font-size: x-large;
width: 100%;
text-align: center;
}
.form-control {
font-family: 'Dosis', sans-serif;
font-size: large;
}
#nombreLabel {
font-family: 'Dosis', sans-serif;
font-size: x-large;
}
#email-Label {
font-family: 'Dosis', sans-serif;
font-size: x-large;
}
#commentLabel {
font-family: 'Dosis', sans-serif;
font-size: x-large;
}
#commentLabelInput {
font-family: 'Dosis', sans-serif;
font-size: large;
}
#form-set {
position: relative;
z-index: 1;
}
#backImage {
height: 43.750em;
}
#socialLinksContact {
display: flex;
flex-direction: row;
height: 30%;
margin-top: 1.5%;
}
#centerFooterContact {
display: flex;
flex-direction: row;
justify-content: space-evenly;
width: 10%;
} | 0.362518 | 0.072374 |
body,p,div,a,span,h1,h2,h3,h4{
font-family: 'helvetica neue',helvetica,arial,'lucida grande',sans-serif;
}
body{
background:#999 url(../img/body-back.png) no-repeat center 10px;
}
.header-strip{
background:#5e5e5e;
height:10px;
}
.header-back{
background:transparent url(../img/repeat.jpg) repeat-x left top;
height:85px;
}
.header-back div.span12{
margin-left:0;
}
.header-text{
background:#000;
color: #cccccc;
font-size:13px;
height:5px;
text-align:center;
}
.logo{
background:transparent url(../img/logo2.png) no-repeat left top;
width:auto;
height:85px;
display:block;
cursor:pointer;
margin-top:5px;
}
.login-header{
background:#e86d1f;
color:#fff;
padding:5px;
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
margin-top:10px;
}
.form-horizontal .control-label{
width:80px;
}
.form-horizontal .controls{
margin-left:100px;
}
.form-horizontal .form-actions{
padding-left:100px;
padding-bottom:0;
margin-bottom:0;
}
h1{
margin-top:20px;
color:#fff;
font-weight:normal;
font-size:30px;
}
.main-login-container{
background:transparent url(../img/container-back.png) repeat left top;
padding:20px 20px;
margin-bottom:20px;
-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
border-radius:10px;
}
.form-actions{
border-top:none;
background:transparent;
}
.btn-primary.active
{
color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
padding:5px 10px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
color: #ffffff;
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.btn-primary:active,
.btn-primary.active {
background-color: #003399 \9;
}
h2{
color:#ddd;
font-weight:normal;
}
#claimed_id{
background:#fff url(../img/openid-input.gif) no-repeat left 4px;
padding-left:20px;
}
.link-seperator{
border-bottom:solid 1px #ccc;
padding-bottom:20px;
}
p{
font-size:16px;
}
.black_overlay{
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index:1001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
}
.white_content {
display: none;
position: absolute;
top: 5%;
left: 25%;
width: 40%;
height: 70%;
padding: 16px;
background-color: white;
z-index:1002;
overflow: auto;
}
.form-horizontal .control-label{
width:250px;
padding-right:5px;
}
.form-horizontal div.alignment-fix{
margin-left:250px;
}
.form-horizontal .controls{
width:560px;
}
#light{
overflow-x:hidden;
}
#selfReg{
margin-top:50px;
}
#login{
margin-right:20px;
}
.link-buttons{
text-align:right;
}
.link-buttons button{
font-size: 14px;
padding: 10px 20px;;
} | components/dashboard/src/main/dashboard/css/localstyles.css | body,p,div,a,span,h1,h2,h3,h4{
font-family: 'helvetica neue',helvetica,arial,'lucida grande',sans-serif;
}
body{
background:#999 url(../img/body-back.png) no-repeat center 10px;
}
.header-strip{
background:#5e5e5e;
height:10px;
}
.header-back{
background:transparent url(../img/repeat.jpg) repeat-x left top;
height:85px;
}
.header-back div.span12{
margin-left:0;
}
.header-text{
background:#000;
color: #cccccc;
font-size:13px;
height:5px;
text-align:center;
}
.logo{
background:transparent url(../img/logo2.png) no-repeat left top;
width:auto;
height:85px;
display:block;
cursor:pointer;
margin-top:5px;
}
.login-header{
background:#e86d1f;
color:#fff;
padding:5px;
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
margin-top:10px;
}
.form-horizontal .control-label{
width:80px;
}
.form-horizontal .controls{
margin-left:100px;
}
.form-horizontal .form-actions{
padding-left:100px;
padding-bottom:0;
margin-bottom:0;
}
h1{
margin-top:20px;
color:#fff;
font-weight:normal;
font-size:30px;
}
.main-login-container{
background:transparent url(../img/container-back.png) repeat left top;
padding:20px 20px;
margin-bottom:20px;
-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
border-radius:10px;
}
.form-actions{
border-top:none;
background:transparent;
}
.btn-primary.active
{
color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
padding:5px 10px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
color: #ffffff;
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.btn-primary:active,
.btn-primary.active {
background-color: #003399 \9;
}
h2{
color:#ddd;
font-weight:normal;
}
#claimed_id{
background:#fff url(../img/openid-input.gif) no-repeat left 4px;
padding-left:20px;
}
.link-seperator{
border-bottom:solid 1px #ccc;
padding-bottom:20px;
}
p{
font-size:16px;
}
.black_overlay{
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index:1001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
}
.white_content {
display: none;
position: absolute;
top: 5%;
left: 25%;
width: 40%;
height: 70%;
padding: 16px;
background-color: white;
z-index:1002;
overflow: auto;
}
.form-horizontal .control-label{
width:250px;
padding-right:5px;
}
.form-horizontal div.alignment-fix{
margin-left:250px;
}
.form-horizontal .controls{
width:560px;
}
#light{
overflow-x:hidden;
}
#selfReg{
margin-top:50px;
}
#login{
margin-right:20px;
}
.link-buttons{
text-align:right;
}
.link-buttons button{
font-size: 14px;
padding: 10px 20px;;
} | 0.260389 | 0.084266 |
@media (min-width: 1000px) {
.hero{
padding-bottom: 12.625rem;
overflow-x: hidden;
}
.grid {
display: grid;
grid-template-columns: auto auto auto;
width: 100%;
}
.content {
background-image: url(../assets/bg-hero-squiggle.svg);
background-repeat: no-repeat;
background-position: center;
display: flex;
height: 378px;
flex-direction: column;
justify-content: center;
align-items: center;
}
.content h1 {
font-size: clamp(var(--fs-medium-small), 2vw, var(--fs-large));
color: var(--white);
line-height: var(--lh--large);
max-width: 33.75rem;
background-color: transparent;
margin: 5.625rem 0 2.5rem;
}
.content span {
color: var(--mint);
background-color: transparent;
}
.content p {
color: var(--greyish);
font-size: var(--fs-text);
font-weight: var(--fw-medium);
line-height: var(--lh-small-text);
max-width: 37.55rem;
background-color: transparent;
margin-bottom: 5.25rem;
}
.left {
display: flex;
justify-content: flex-start;
margin-left: -3.3125rem;
}
.right {
display: flex;
justify-content: flex-end;
margin-right: -3.3125rem;
}
.top {
display: none;
}
}
@media (max-width: 1000px) and (min-width: 590px) {
.hero{
padding-bottom: 12.625rem;
overflow-x: hidden;
}
.grid {
display: grid;
grid-template-columns: auto auto auto;
width: 100%;
}
.content {
background-image: url(../assets/bg-hero-squiggle.svg);
display: flex;
height: 378px;
flex-direction: column;
justify-content: center;
align-items: center;
}
.content h1 {
font-size: var(--fs-medium-small);
color: var(--white);
line-height: var(--lh--medium);
max-width: 100%;
background-color: transparent;
margin: 5.625rem 0 2.5rem;
}
.content span {
color: var(--mint);
background-color: transparent;
}
.content p {
color: var(--greyish);
font-size: var(--fs-text);
font-weight: var(--fw-medium);
line-height: var(--lh-small-text);
max-width: 100%;
background-color: transparent;
margin-bottom: 5.25rem;
}
.left {
display: flex;
justify-content: flex-start;
margin-left: -14rem;
}
.right {
display: flex;
justify-content: flex-end;
margin-right: -14rem;
}
.top {
display: none;
}
}
@media (max-width: 590px) {
.left, .right {
display: none;
}
.hero {
width: 100%;
margin-bottom: 9rem;
}
.top img {
width: 100%;
}
.top {
margin-bottom: 3rem;
}
.content {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.content h1 {
font-size: var(--fs-medium-small);
color: var(--white);
line-height: var(--lh--medium);
max-width: 80%;
background-color: transparent;
margin: 5.625rem 0 2.5rem;
}
.content span {
color: var(--mint);
background-color: transparent;
}
.content p {
color: var(--greyish);
font-size: var(--fs-text);
font-weight: var(--fw-medium);
line-height: var(--lh-small-text);
max-width: 80%;
background-color: transparent;
margin-bottom: 5.25rem;
}
} | src/components/css/hero.css | @media (min-width: 1000px) {
.hero{
padding-bottom: 12.625rem;
overflow-x: hidden;
}
.grid {
display: grid;
grid-template-columns: auto auto auto;
width: 100%;
}
.content {
background-image: url(../assets/bg-hero-squiggle.svg);
background-repeat: no-repeat;
background-position: center;
display: flex;
height: 378px;
flex-direction: column;
justify-content: center;
align-items: center;
}
.content h1 {
font-size: clamp(var(--fs-medium-small), 2vw, var(--fs-large));
color: var(--white);
line-height: var(--lh--large);
max-width: 33.75rem;
background-color: transparent;
margin: 5.625rem 0 2.5rem;
}
.content span {
color: var(--mint);
background-color: transparent;
}
.content p {
color: var(--greyish);
font-size: var(--fs-text);
font-weight: var(--fw-medium);
line-height: var(--lh-small-text);
max-width: 37.55rem;
background-color: transparent;
margin-bottom: 5.25rem;
}
.left {
display: flex;
justify-content: flex-start;
margin-left: -3.3125rem;
}
.right {
display: flex;
justify-content: flex-end;
margin-right: -3.3125rem;
}
.top {
display: none;
}
}
@media (max-width: 1000px) and (min-width: 590px) {
.hero{
padding-bottom: 12.625rem;
overflow-x: hidden;
}
.grid {
display: grid;
grid-template-columns: auto auto auto;
width: 100%;
}
.content {
background-image: url(../assets/bg-hero-squiggle.svg);
display: flex;
height: 378px;
flex-direction: column;
justify-content: center;
align-items: center;
}
.content h1 {
font-size: var(--fs-medium-small);
color: var(--white);
line-height: var(--lh--medium);
max-width: 100%;
background-color: transparent;
margin: 5.625rem 0 2.5rem;
}
.content span {
color: var(--mint);
background-color: transparent;
}
.content p {
color: var(--greyish);
font-size: var(--fs-text);
font-weight: var(--fw-medium);
line-height: var(--lh-small-text);
max-width: 100%;
background-color: transparent;
margin-bottom: 5.25rem;
}
.left {
display: flex;
justify-content: flex-start;
margin-left: -14rem;
}
.right {
display: flex;
justify-content: flex-end;
margin-right: -14rem;
}
.top {
display: none;
}
}
@media (max-width: 590px) {
.left, .right {
display: none;
}
.hero {
width: 100%;
margin-bottom: 9rem;
}
.top img {
width: 100%;
}
.top {
margin-bottom: 3rem;
}
.content {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.content h1 {
font-size: var(--fs-medium-small);
color: var(--white);
line-height: var(--lh--medium);
max-width: 80%;
background-color: transparent;
margin: 5.625rem 0 2.5rem;
}
.content span {
color: var(--mint);
background-color: transparent;
}
.content p {
color: var(--greyish);
font-size: var(--fs-text);
font-weight: var(--fw-medium);
line-height: var(--lh-small-text);
max-width: 80%;
background-color: transparent;
margin-bottom: 5.25rem;
}
} | 0.677794 | 0.101056 |
body {
background: #f1f4f6;
}
.selection {
position: absolute;
border: 1px solid #8B9;
background-color: #BEC;
}
.note-dialog .modal {
z-index: 1060;
}
.bootstrap-dialog .modal-dialog {
/*width: 70%;*/
max-width: 885px;
}
#header {
background: #fff;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
}
.content-wrapper {
position: relative;
}
.tab-addtabs {
overflow: hidden;
}
.tab-addtabs .tab-pane {
height: 100%;
width: 100%;
}
/*
* RIBBON
*/
#ribbon {
overflow: hidden;
padding: 15px 15px 0 15px;
position: relative;
}
#ribbon a {
color: #777 !important;
text-decoration: none !important;
}
#ribbon .breadcrumb {
display: inline-block;
margin: 0;
padding: 0;
background: none;
vertical-align: top;
}
#ribbon .breadcrumb > .active,
#ribbon .breadcrumb li:last-child {
color: #aaa;
}
#ribbon .shortcut a {
margin-left: 10px;
}
.is-dialog #main {
background: #fff;
}
.is-dialog form label {
font-weight: normal;
}
/*panel扩展描述样式*/
.panel-intro {
margin-bottom: 0;
border: none;
}
.panel-intro .panel-heading {
padding: 15px;
padding-bottom: 0;
background: #e8edf0;
border-color: #e8edf0;
position: relative;
}
.panel-intro .panel-heading .panel-lead {
margin-bottom: 15px;
}
.panel-intro .panel-heading .panel-lead em {
display: block;
font-weight: bold;
font-style: normal;
}
.panel-intro .panel-heading .panel-title {
height: 25px;
font-weight: normal;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.panel-intro .panel-heading .panel-control {
height: 42px;
position: absolute;
top: 8px;
right: 8px;
}
.panel-intro .panel-heading .panel-control .fa {
font-size: 14px;
}
.panel-intro .panel-heading .nav-tabs {
border-bottom: 0;
margin-bottom: 0;
}
.panel-intro .panel-heading .nav-tabs > li > a {
margin-right: 4px;
color: #95a5a6;
background-color: #d8e0e6;
border: 1px solid #e8edf0;
border-bottom-color: transparent;
}
.panel-intro .panel-heading .nav-tabs > li > a:hover,
.panel-intro .panel-heading .nav-tabs > li > a:focus {
border: 1px solid #e8edf0;
color: #7b8a8b;
background-color: #c9d4dc;
}
.panel-intro .panel-heading .nav-tabs > li.active > a,
.panel-intro .panel-heading .nav-tabs > li.active > a:hover,
.panel-intro .panel-heading .nav-tabs > li.active > a:focus {
color: #7b8a8b;
background-color: #ffffff;
border-bottom-color: transparent;
cursor: default;
}
/*单表格*/
.panel-tabs .panel-heading {
padding: 12px 15px 12px 15px;
}
.panel-tabs .panel-heading .panel-lead {
margin-bottom: 0px;
}
/*选项卡*/
.panel-nav .panel-heading {
padding: 0px;
padding-bottom: 0;
background: #f1f4f6;
border-color: #f1f4f6;
}
.panel-nav .nav-tabs > li > a {
padding: 12px 15px;
background-color: #e8edf0;
border: 1px solid #f1f4f6;
}
.panel-nav .nav-tabs > li > a:hover,
.panel-nav .nav-tabs > li > a:focus {
border: 1px solid #e8edf0;
background-color: #e8edf0;
}
.panel-nav .nav-tabs > li.active > a,
.panel-nav .nav-tabs > li.active > a:hover,
.panel-nav .nav-tabs > li.active > a:focus {
border-color: #f1f4f6;
border-bottom-color: transparent;
}
/*顶栏addtabs*/
.nav-addtabs {
border: none;
}
.nav-addtabs > li {
margin: 0;
}
.nav-addtabs > li > a {
height: 49px;
line-height: 49px;
padding: 0 15px;
border-radius: 0;
border: none;
border-right: 1px solid rgba(0, 0, 0, 0.05);
margin: 0;
color: #95a5a6;
}
.nav-addtabs > li > a:hover,
.nav-addtabs > li > a:focus {
border: none;
color: #2c3e50;
border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.nav-addtabs > li > a i {
margin-right: 3px;
}
.nav-addtabs > li.active > a {
height: 49px;
line-height: 49px;
padding: 0 15px;
border-radius: 0;
border: none;
border-right: 1px solid rgba(0, 0, 0, 0.05);
background: #f1f4f6;
color: #2c3e50;
overflow: hidden;
}
.nav-addtabs > li.active > a:hover,
.nav-addtabs > li.active > a:focus {
border: none;
color: #2c3e50;
border-right: 1px solid rgba(0, 0, 0, 0.05);
background: #f1f4f6;
}
.nav-addtabs > li .close-tab {
font-size: 10px;
position: absolute;
right: 5px;
top: 50%;
margin-top: -7px;
z-index: 100;
cursor: hand;
cursor: pointer;
color: #fff;
display: none;
}
.nav-addtabs .open > a:hover,
.nav-addtabs .open > a:focus {
border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.nav-addtabs ul li {
position: relative;
}
.nav-addtabs li:hover > .close-tab {
display: block;
}
#treeview .jstree-container-ul .jstree-node {
display: block;
clear: both;
}
#treeview .jstree-leaf:not(:first-child) {
float: left;
background: none;
margin-left: 0;
width: 80px;
clear: none;
color: #BBBDC3;
}
#treeview .jstree-leaf {
float: left;
margin-left: 0;
padding-left: 24px;
width: 80px;
clear: none;
color: #ccc;
}
#treeview .jstree-leaf > .jstree-icon,
#treeview .jstree-leaf .jstree-themeicon {
display: none;
}
#treeview .jstree-last {
background-image: url("../img/32px.png");
background-position: -292px -4px;
background-repeat: repeat-y;
}
#treeview .jstree-children:before,
#treeview .jstree-children:after {
content: " ";
display: table;
}
#treeview .jstree-children:after {
clear: both;
}
#treeview .jstree-children:before,
#treeview .jstree-children:after {
content: " ";
display: table;
}
#treeview .jstree-children:after {
clear: both;
}
#treeview .jstree-themeicon {
display: none;
}
/*去除bootstrap-table的边框*/
.fixed-table-container {
border: none!important;
}
.pjax-loader-bar .progress {
position: fixed;
top: 0;
left: 0;
height: 2px;
background: #77b6ff;
box-shadow: 0 0 10px rgba(119, 182, 255, 0.7);
-webkit-transition: width 0.4s ease;
transition: width 0.4s ease;
}
.dropdown-menu.text-left a,
.dropdown-menu.text-left li {
text-align: left!important;
}
.bootstrap-table .fixed-table-toolbar .dropdown-menu {
overflow: visible;
}
.bootstrap-table table tbody tr:first-child td .bs-checkbox {
vertical-align: middle;
}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu > .dropdown-menu {
overflow: auto;
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
-webkit-border-radius: 0 6px 6px 6px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0 6px 6px 6px;
-moz-background-clip: padding;
border-radius: 0 6px 6px 6px;
background-clip: padding-box;
}
.dropdown-submenu:hover > .dropdown-menu {
display: block;
}
.dropdown-submenu:hover > a:after {
border-left-color: #fff;
}
.dropdown-submenu > a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #ccc;
margin-top: 5px;
margin-right: -10px;
}
.dropdown-submenu.pull-left {
float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
left: -100%;
margin-left: 10px;
-webkit-border-radius: 6px 0 6px 6px;
-webkit-background-clip: padding-box;
-moz-border-radius: 6px 0 6px 6px;
-moz-background-clip: padding;
border-radius: 6px 0 6px 6px;
background-clip: padding-box;
}
/*重写toast的几个背景色*/
.toast-primary {
background-color: #48c9b0!important;
}
.toast-success {
background-color: #2ecc71!important;
}
.toast-error {
background-color: #e74c3c!important;
}
.toast-info {
background-color: #5dade2!important;
}
.toast-warning {
background-color: #f1c40f!important;
}
.toast-inverse {
background-color: #34495e!important;
}
.toast-default {
background-color: #bdc3c7!important;
}
.layui-layer-title {
background: #2c3e50!important;
color: #fff!important;
}
/*避免出现多滚动条*/
.layui-layer-noborder {
border: none!important;
box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3) !important;
}
.layui-layer-moves {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.layui-layer-iframe {
overflow: hidden!important;
}
.layui-layer-iframe .layui-layer-content {
-webkit-overflow-scrolling: touch;
overflow-y: hidden!important;
overflow: hidden;
}
/*自定义底部灰色操作区*/
.layui-layer-btn {
text-align: center!important;
padding: 10px!important;
background: #ecf0f1;
}
.layui-layer-footer {
padding: 8px 20px;
background-color: #ecf0f1;
height: auto;
text-align: inherit!important;
}
.layui-layer-btn a {
background-color: #95a5a6!important;
border-color: #95a5a6!important;
color: #fff!important;
}
.layui-layer-btn .layui-layer-btn0 {
background-color: #18bc9c!important;
border-color: #18bc9c!important;
}
.layui-layer-setwin {
top: 10px!important;
}
.layui-layer-setwin > a {
background: none!important;
}
.layui-layer-setwin > a cite {
display: none;
}
.layui-layer-setwin > a:after {
content: "\e625";
font-family: iconfont;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
position: absolute;
font-size: 18px;
color: #fff;
margin: 0;
z-index: 1;
}
.layui-layer-setwin > a:hover {
text-decoration: none!important;
background: none!important;
}
.layui-layer-setwin > a:focus {
text-decoration: none!important;
}
.layui-layer-setwin .layui-layer-min:after {
content: "\e625";
}
.layui-layer-setwin .layui-layer-max:after {
content: "\e623";
}
.layui-layer-setwin .layui-layer-maxmin:after {
content: "\e624";
}
.layui-layer-setwin .layui-layer-close1:after {
content: "\e626";
}
/*手机版样式*/
@media (max-width: 480px) {
.nav-addtabs {
display: none;
}
}
/*平板样式*/
/*# sourceMappingURL=frontend-func.css.map */ | public/assets/css/frontend-func.css | body {
background: #f1f4f6;
}
.selection {
position: absolute;
border: 1px solid #8B9;
background-color: #BEC;
}
.note-dialog .modal {
z-index: 1060;
}
.bootstrap-dialog .modal-dialog {
/*width: 70%;*/
max-width: 885px;
}
#header {
background: #fff;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
}
.content-wrapper {
position: relative;
}
.tab-addtabs {
overflow: hidden;
}
.tab-addtabs .tab-pane {
height: 100%;
width: 100%;
}
/*
* RIBBON
*/
#ribbon {
overflow: hidden;
padding: 15px 15px 0 15px;
position: relative;
}
#ribbon a {
color: #777 !important;
text-decoration: none !important;
}
#ribbon .breadcrumb {
display: inline-block;
margin: 0;
padding: 0;
background: none;
vertical-align: top;
}
#ribbon .breadcrumb > .active,
#ribbon .breadcrumb li:last-child {
color: #aaa;
}
#ribbon .shortcut a {
margin-left: 10px;
}
.is-dialog #main {
background: #fff;
}
.is-dialog form label {
font-weight: normal;
}
/*panel扩展描述样式*/
.panel-intro {
margin-bottom: 0;
border: none;
}
.panel-intro .panel-heading {
padding: 15px;
padding-bottom: 0;
background: #e8edf0;
border-color: #e8edf0;
position: relative;
}
.panel-intro .panel-heading .panel-lead {
margin-bottom: 15px;
}
.panel-intro .panel-heading .panel-lead em {
display: block;
font-weight: bold;
font-style: normal;
}
.panel-intro .panel-heading .panel-title {
height: 25px;
font-weight: normal;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.panel-intro .panel-heading .panel-control {
height: 42px;
position: absolute;
top: 8px;
right: 8px;
}
.panel-intro .panel-heading .panel-control .fa {
font-size: 14px;
}
.panel-intro .panel-heading .nav-tabs {
border-bottom: 0;
margin-bottom: 0;
}
.panel-intro .panel-heading .nav-tabs > li > a {
margin-right: 4px;
color: #95a5a6;
background-color: #d8e0e6;
border: 1px solid #e8edf0;
border-bottom-color: transparent;
}
.panel-intro .panel-heading .nav-tabs > li > a:hover,
.panel-intro .panel-heading .nav-tabs > li > a:focus {
border: 1px solid #e8edf0;
color: #7b8a8b;
background-color: #c9d4dc;
}
.panel-intro .panel-heading .nav-tabs > li.active > a,
.panel-intro .panel-heading .nav-tabs > li.active > a:hover,
.panel-intro .panel-heading .nav-tabs > li.active > a:focus {
color: #7b8a8b;
background-color: #ffffff;
border-bottom-color: transparent;
cursor: default;
}
/*单表格*/
.panel-tabs .panel-heading {
padding: 12px 15px 12px 15px;
}
.panel-tabs .panel-heading .panel-lead {
margin-bottom: 0px;
}
/*选项卡*/
.panel-nav .panel-heading {
padding: 0px;
padding-bottom: 0;
background: #f1f4f6;
border-color: #f1f4f6;
}
.panel-nav .nav-tabs > li > a {
padding: 12px 15px;
background-color: #e8edf0;
border: 1px solid #f1f4f6;
}
.panel-nav .nav-tabs > li > a:hover,
.panel-nav .nav-tabs > li > a:focus {
border: 1px solid #e8edf0;
background-color: #e8edf0;
}
.panel-nav .nav-tabs > li.active > a,
.panel-nav .nav-tabs > li.active > a:hover,
.panel-nav .nav-tabs > li.active > a:focus {
border-color: #f1f4f6;
border-bottom-color: transparent;
}
/*顶栏addtabs*/
.nav-addtabs {
border: none;
}
.nav-addtabs > li {
margin: 0;
}
.nav-addtabs > li > a {
height: 49px;
line-height: 49px;
padding: 0 15px;
border-radius: 0;
border: none;
border-right: 1px solid rgba(0, 0, 0, 0.05);
margin: 0;
color: #95a5a6;
}
.nav-addtabs > li > a:hover,
.nav-addtabs > li > a:focus {
border: none;
color: #2c3e50;
border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.nav-addtabs > li > a i {
margin-right: 3px;
}
.nav-addtabs > li.active > a {
height: 49px;
line-height: 49px;
padding: 0 15px;
border-radius: 0;
border: none;
border-right: 1px solid rgba(0, 0, 0, 0.05);
background: #f1f4f6;
color: #2c3e50;
overflow: hidden;
}
.nav-addtabs > li.active > a:hover,
.nav-addtabs > li.active > a:focus {
border: none;
color: #2c3e50;
border-right: 1px solid rgba(0, 0, 0, 0.05);
background: #f1f4f6;
}
.nav-addtabs > li .close-tab {
font-size: 10px;
position: absolute;
right: 5px;
top: 50%;
margin-top: -7px;
z-index: 100;
cursor: hand;
cursor: pointer;
color: #fff;
display: none;
}
.nav-addtabs .open > a:hover,
.nav-addtabs .open > a:focus {
border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.nav-addtabs ul li {
position: relative;
}
.nav-addtabs li:hover > .close-tab {
display: block;
}
#treeview .jstree-container-ul .jstree-node {
display: block;
clear: both;
}
#treeview .jstree-leaf:not(:first-child) {
float: left;
background: none;
margin-left: 0;
width: 80px;
clear: none;
color: #BBBDC3;
}
#treeview .jstree-leaf {
float: left;
margin-left: 0;
padding-left: 24px;
width: 80px;
clear: none;
color: #ccc;
}
#treeview .jstree-leaf > .jstree-icon,
#treeview .jstree-leaf .jstree-themeicon {
display: none;
}
#treeview .jstree-last {
background-image: url("../img/32px.png");
background-position: -292px -4px;
background-repeat: repeat-y;
}
#treeview .jstree-children:before,
#treeview .jstree-children:after {
content: " ";
display: table;
}
#treeview .jstree-children:after {
clear: both;
}
#treeview .jstree-children:before,
#treeview .jstree-children:after {
content: " ";
display: table;
}
#treeview .jstree-children:after {
clear: both;
}
#treeview .jstree-themeicon {
display: none;
}
/*去除bootstrap-table的边框*/
.fixed-table-container {
border: none!important;
}
.pjax-loader-bar .progress {
position: fixed;
top: 0;
left: 0;
height: 2px;
background: #77b6ff;
box-shadow: 0 0 10px rgba(119, 182, 255, 0.7);
-webkit-transition: width 0.4s ease;
transition: width 0.4s ease;
}
.dropdown-menu.text-left a,
.dropdown-menu.text-left li {
text-align: left!important;
}
.bootstrap-table .fixed-table-toolbar .dropdown-menu {
overflow: visible;
}
.bootstrap-table table tbody tr:first-child td .bs-checkbox {
vertical-align: middle;
}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu > .dropdown-menu {
overflow: auto;
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
-webkit-border-radius: 0 6px 6px 6px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0 6px 6px 6px;
-moz-background-clip: padding;
border-radius: 0 6px 6px 6px;
background-clip: padding-box;
}
.dropdown-submenu:hover > .dropdown-menu {
display: block;
}
.dropdown-submenu:hover > a:after {
border-left-color: #fff;
}
.dropdown-submenu > a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #ccc;
margin-top: 5px;
margin-right: -10px;
}
.dropdown-submenu.pull-left {
float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
left: -100%;
margin-left: 10px;
-webkit-border-radius: 6px 0 6px 6px;
-webkit-background-clip: padding-box;
-moz-border-radius: 6px 0 6px 6px;
-moz-background-clip: padding;
border-radius: 6px 0 6px 6px;
background-clip: padding-box;
}
/*重写toast的几个背景色*/
.toast-primary {
background-color: #48c9b0!important;
}
.toast-success {
background-color: #2ecc71!important;
}
.toast-error {
background-color: #e74c3c!important;
}
.toast-info {
background-color: #5dade2!important;
}
.toast-warning {
background-color: #f1c40f!important;
}
.toast-inverse {
background-color: #34495e!important;
}
.toast-default {
background-color: #bdc3c7!important;
}
.layui-layer-title {
background: #2c3e50!important;
color: #fff!important;
}
/*避免出现多滚动条*/
.layui-layer-noborder {
border: none!important;
box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3) !important;
}
.layui-layer-moves {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.layui-layer-iframe {
overflow: hidden!important;
}
.layui-layer-iframe .layui-layer-content {
-webkit-overflow-scrolling: touch;
overflow-y: hidden!important;
overflow: hidden;
}
/*自定义底部灰色操作区*/
.layui-layer-btn {
text-align: center!important;
padding: 10px!important;
background: #ecf0f1;
}
.layui-layer-footer {
padding: 8px 20px;
background-color: #ecf0f1;
height: auto;
text-align: inherit!important;
}
.layui-layer-btn a {
background-color: #95a5a6!important;
border-color: #95a5a6!important;
color: #fff!important;
}
.layui-layer-btn .layui-layer-btn0 {
background-color: #18bc9c!important;
border-color: #18bc9c!important;
}
.layui-layer-setwin {
top: 10px!important;
}
.layui-layer-setwin > a {
background: none!important;
}
.layui-layer-setwin > a cite {
display: none;
}
.layui-layer-setwin > a:after {
content: "\e625";
font-family: iconfont;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
position: absolute;
font-size: 18px;
color: #fff;
margin: 0;
z-index: 1;
}
.layui-layer-setwin > a:hover {
text-decoration: none!important;
background: none!important;
}
.layui-layer-setwin > a:focus {
text-decoration: none!important;
}
.layui-layer-setwin .layui-layer-min:after {
content: "\e625";
}
.layui-layer-setwin .layui-layer-max:after {
content: "\e623";
}
.layui-layer-setwin .layui-layer-maxmin:after {
content: "\e624";
}
.layui-layer-setwin .layui-layer-close1:after {
content: "\e626";
}
/*手机版样式*/
@media (max-width: 480px) {
.nav-addtabs {
display: none;
}
}
/*平板样式*/
/*# sourceMappingURL=frontend-func.css.map */ | 0.422266 | 0.068226 |
min-width: 840px;
width: 100%;
border-bottom: 1px solid #999999;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
position: fixed;
background-color: #ffffff;
top: 0;
}
#navigation_control {
float: left;
margin-left: 20px;
margin-top: 13px;
}
.well-alert {
margin-left: 20px;
margin-right: 20px;
}
.controlbutton {
float: left;
margin: 0px 3px;
}
.controlbutton:hover {
cursor: pointer;
}
#navigation_time {
float: left;
margin-left: 20px;
font-size: 16px;
}
#navigation_time input {
font-size: 16px;
width: 90px;
margin-bottom: 3px !important;
min-height: 25px;
float: left;
margin-top: 13px;
margin-right: 5px;
}
#navigation_time_current_overview {
float: left;
margin-top: 19px;
}
#menu {
float: right;
margin-top: 13px;
margin-right: 20px;
}
#menu img {
margin-top: -3px;
}
#menu .btn-small {
width: 30px !important;
}
#navigation_logo {
float: right;
margin-right: 24px;
margin-top: 18px;
}
/* SLIDER */
#volumeSlider {
position: relative;
margin-top: 26px;
width: 100px;
float: left;
margin-left: 20px;
margin-right: 2px;
border-width: 1px;
border-style: solid;
border-color: #333 #333 #777 #333;
border-radius: 25px;
height: 4px;
background-color: #8e8d8d;
background: url('../images/bg-track.png') repeat top left;
box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5), 0 1px 0 0px
rgba(250, 250, 250, .5);
}
.volume_icon {
float: left;
margin-top: 17px;
margin-left: 15px;
}
#slider {
margin: 15px 20px 0px;
border-width: 1px;
border-style: solid;
border-color: #333 #333 #777 #333;
border-radius: 25px;
height: 4px;
background-color: #8e8d8d;
background: url('../images/bg-track.png') repeat top left;
box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5), 0 1px 0 0px
rgba(250, 250, 250, .5);
}
.ui-slider-handle {
position: absolute;
z-index: 2;
width: 25px !important;
height: 25px !important;
cursor: pointer !important;
background: url('../images/handle.png') no-repeat 50% 50% !important;
font-weight: bold;
color: #1C94C4;
outline: none;
border: none !important;
top: -10px !important;
margin-left: -12px;
}
.ui-slider-range {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
color-stop(100%, #eaeaea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
/* IE10+ */
background: linear-gradient(top, #ffffff 0%, #eaeaea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
endColorstr='#eaeaea', GradientType=0); /* IE6-9 */
position: absolute;
border: 0;
top: 0;
height: 100%;
border-radius: 25px;
}
#segment_wrapper {
margin: 0px 22px;
height: 13px;
margin-bottom: 15px;
}
#segment_wrapper .row-fluid .span12 {
min-height: auto;
}
.segment {
height: 20px !important;
min-height: 20px !important;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
margin: 0px !important;
padding-left: 0 !important;
transition: background-color 0.3s;
-moz-transition: background-color 0.3s;
-webkit-transition: background-color 0.3s;
-o-transition: background-color 0.3s;
float: left;
}
.segment:first-child {
border-left: 1px solid #000000;
}
.segmentspan {
display: none;
}
.segmentHover {
cursor: pointer;
background-color: #dddddd;
/* border-bottom: 1px solid #cccccc; */
}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
-webkit-border-radius: 0 6px 6px 6px;
-moz-border-radius: 0 6px 6px;
border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #ccc;
margin-top: 5px;
margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
border-left-color: #fff;
}
.dropdown-submenu.pull-left {
float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
-webkit-border-radius: 6px 0 6px 6px;
-moz-border-radius: 6px 0 6px 6px;
border-radius: 6px 0 6px 6px;
}
#headerLogo {
height: 36px;
margin-top: -7px;
} | modules/matterhorn-engage-theodul-plugin-controls/src/main/resources/static/styles/desktop_top.css | min-width: 840px;
width: 100%;
border-bottom: 1px solid #999999;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
position: fixed;
background-color: #ffffff;
top: 0;
}
#navigation_control {
float: left;
margin-left: 20px;
margin-top: 13px;
}
.well-alert {
margin-left: 20px;
margin-right: 20px;
}
.controlbutton {
float: left;
margin: 0px 3px;
}
.controlbutton:hover {
cursor: pointer;
}
#navigation_time {
float: left;
margin-left: 20px;
font-size: 16px;
}
#navigation_time input {
font-size: 16px;
width: 90px;
margin-bottom: 3px !important;
min-height: 25px;
float: left;
margin-top: 13px;
margin-right: 5px;
}
#navigation_time_current_overview {
float: left;
margin-top: 19px;
}
#menu {
float: right;
margin-top: 13px;
margin-right: 20px;
}
#menu img {
margin-top: -3px;
}
#menu .btn-small {
width: 30px !important;
}
#navigation_logo {
float: right;
margin-right: 24px;
margin-top: 18px;
}
/* SLIDER */
#volumeSlider {
position: relative;
margin-top: 26px;
width: 100px;
float: left;
margin-left: 20px;
margin-right: 2px;
border-width: 1px;
border-style: solid;
border-color: #333 #333 #777 #333;
border-radius: 25px;
height: 4px;
background-color: #8e8d8d;
background: url('../images/bg-track.png') repeat top left;
box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5), 0 1px 0 0px
rgba(250, 250, 250, .5);
}
.volume_icon {
float: left;
margin-top: 17px;
margin-left: 15px;
}
#slider {
margin: 15px 20px 0px;
border-width: 1px;
border-style: solid;
border-color: #333 #333 #777 #333;
border-radius: 25px;
height: 4px;
background-color: #8e8d8d;
background: url('../images/bg-track.png') repeat top left;
box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5), 0 1px 0 0px
rgba(250, 250, 250, .5);
}
.ui-slider-handle {
position: absolute;
z-index: 2;
width: 25px !important;
height: 25px !important;
cursor: pointer !important;
background: url('../images/handle.png') no-repeat 50% 50% !important;
font-weight: bold;
color: #1C94C4;
outline: none;
border: none !important;
top: -10px !important;
margin-left: -12px;
}
.ui-slider-range {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
color-stop(100%, #eaeaea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
/* IE10+ */
background: linear-gradient(top, #ffffff 0%, #eaeaea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
endColorstr='#eaeaea', GradientType=0); /* IE6-9 */
position: absolute;
border: 0;
top: 0;
height: 100%;
border-radius: 25px;
}
#segment_wrapper {
margin: 0px 22px;
height: 13px;
margin-bottom: 15px;
}
#segment_wrapper .row-fluid .span12 {
min-height: auto;
}
.segment {
height: 20px !important;
min-height: 20px !important;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
margin: 0px !important;
padding-left: 0 !important;
transition: background-color 0.3s;
-moz-transition: background-color 0.3s;
-webkit-transition: background-color 0.3s;
-o-transition: background-color 0.3s;
float: left;
}
.segment:first-child {
border-left: 1px solid #000000;
}
.segmentspan {
display: none;
}
.segmentHover {
cursor: pointer;
background-color: #dddddd;
/* border-bottom: 1px solid #cccccc; */
}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
-webkit-border-radius: 0 6px 6px 6px;
-moz-border-radius: 0 6px 6px;
border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #ccc;
margin-top: 5px;
margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
border-left-color: #fff;
}
.dropdown-submenu.pull-left {
float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
-webkit-border-radius: 6px 0 6px 6px;
-moz-border-radius: 6px 0 6px 6px;
border-radius: 6px 0 6px 6px;
}
#headerLogo {
height: 36px;
margin-top: -7px;
} | 0.321353 | 0.106691 |
/*Modal dialog*/
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
.tc-ctl-query-dialog.tc-modal {
display: -moz-flex!important;
display: -webkit-flex!important;
display: -ms-flex!important;
display: flex!important;
}
.tc-modal .tc-query-modal-window{
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
overflow:visible;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
flex-direction: column;
-ms-flex-direction:column;
align-self:center;
top:auto;
position:relative;
/*Animacion para Firefox */
-moz-animation: fadeIn .5s linear;
}
.tc-query-modal-window .tc-modal-footer button {
margin: 0 2px;
}
.tc-query-modal-window .tc-modal-footer button:last-of-type {
margin-left: 0;
}
.tc-query-modal-window .tc-modal-body
{
overflow-y:auto;
padding: 20px;
}
.tc-query-modal-window .tc-modal-header {
padding: 15px 30px 15px 15px;
}
.tc-query-modal-window .tc-modal-header .tc-ctl-popup-close{
right:15px;
}
.tc-modal-form{
flex-wrap: wrap;
min-height: 150px;
}
.tc-query-modal-window .tc-modal-body div {
flex-basis: 100%;
margin-bottom: 1em;
}
.tc-query-modal-window.tc-modal-body div.tc-modal-form, .tc-query-modal-window .tc-modal-body div.tc-query-where,.tc-query-modal-window .tc-modal-body .tc-query-whereList, .tc-query-modal-window .tc-modal-body div:last-of-type, .tc-query-modal-window .tc-modal-body .tc-query-operacion{
margin-bottom: 0;
}
.tc-ctl-query-dialog .tc-combo {
width:100%;
}
.tc-modal-form label.tc-query-cond {
border: solid 1px rgb(90, 117, 134);
float: left;
padding: 6px 6px;
text-align: center;
flex-grow: 6;
flex-basis: 12%;
cursor:pointer;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
align-items: center;
justify-content: center;
margin-left:1px;
background-color:rgb(90, 117, 134);
color:white
}
.tc-modal-form label.tc-query-cond:first-of-type{
margin-left : 0;
border-top-left-radius:.3em;
border-bottom-left-radius:.3em;
}
.tc-modal-form label.tc-query-cond:last-of-type{
margin-right : 0;
border-top-right-radius:.3em;
border-bottom-right-radius:.3em;
}
.tc-modal-form label.tc-query-cond span{
display: inline-block;
vertical-align: middle;
line-height: normal;
}
/*.tc-modal-body .tc-query-key {
width:15%;
float:left;
margin-bottom: 1em;
height: 2em;
display:flex;
align-items:center;
}
.tc-modal-body .tc-query-value {
width:85%;
float:left;
margin-bottom: 1em;
}*/
.tc-modal-form .tc-query-text,.tc-modal-form .tc-query-numeric,.tc-modal-form .tc-query-date{
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display:flex;
}
.tc-modal-form .tc-query-text.tc-hidden,.tc-modal-form .tc-query-numeric.tc-hidden,.tc-modal-form .tc-query-date.tc-hidden{
display:none;
}
.tc-modal-form input[type=radio]:checked + label {
background-color:#D2EA56;
border-color: #D2EA56;
color: black;
}
.tc-query-where {
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
flex-wrap: wrap;
-ms-flex-wrap:wrap;
}
.tc-query-where input {
display: block;
float: left;
width: 35%;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
box-sizing: border-box;
/* height: 29px; */
}
.tc-query-where input[type=date]::-webkit-inner-spin-button, .tc-query-where input[type=number]::-webkit-inner-spin-button {
height:26px;
}
.tc-query-where input[type=number]::-webkit-inner-spin-button, .tc-query-where input[type=number]::-webkit-outer-spin-button {
-webkit-appearance:none;
margin: 0;
}
.tc-query-where input[type=number]{
-webkit-appearance:textfield;
-moz-appearance:textfield;
appearance: textfield;
}
.tc-query-where button{
display:block;
float:left;
width:15%;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
height: 28px;
}
.tc-query-whereList {
border: solid 1px #CCC;
border-radius: 0.3em;
min-height:2em;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
padding: 0 0.3em;
flex-wrap:wrap;
-ms-flex-wrap:wrap;
box-sizing:border-box;
align-items: baseline;
}
.tc-query-modal-window .tc-modal-body .tc-query-whereList .tc-query-where-cond {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
flex-basis: calc(100% - 3em);
margin: 0;
box-sizing: border-box;
align-self: center;
}
.tc-query-modal-window .tc-modal-body .tc-query-whereList .tc-query-where-cond:first-child {
flex-basis: calc(100% - 2em);
}
.tc-query-modal-window .tc-modal-body .tc-query-whereList div.tc-query-whereList-op{
flex-basis: 1em;
margin-bottom: 0;
align-self: center;
}
.tc-query-whereList div.tc-query-del-cond {
color: rgb(90, 117, 134);
width: 1em;
cursor: pointer;
font-size: 1.5em;
line-height: 1.33;
flex: 0;
flex-basis: 1em;
margin-bottom: 0;
}
.tc-query-whereList div.tc-query-del-cond:after {
font-family: 'FontAwesome';
content: '\f1f8';
}
.tc-modal .tc-query-modal-window {
width: 600px;
max-width: 80%;
max-height: 100%;
}
.tc-query-modal-window .tc-modal-body.tc-loading {
background-color: #fff;
}
.tc-query-modal-window .tc-modal-body.tc-loading:before {
content: " ";
border-radius: 50%;
box-shadow: #ccc 6vmin 0 0 0, #ccc 4.243vmin 4.243vmin 0 0, #ccc 0 6vmin 0 0, #ccc -4.243vmin 4.243vmin 0 0, #ccc -6vmin 0 0 0, #ccc -4.243vmin -4.243vmin 0 0, #ccc 0 -6vmin 0 0, #ccc 4.243vmin -4.243vmin 0 0;
position: absolute;
width: 3vmin;
height: 3vmin;
background-color: transparent;
left: 50%;
top: 50%;
margin-left: -1.5vmin;
margin-top: -1.5vmin;
font-size: 2vmin;
animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-webkit-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
}
.tc-query-modal-window .tc-modal-body.tc-loading * {
visibility: hidden;
}
.tc-query-value > div {
margin-bottom:1em;
}
.tc-query-modal-window .tc-modal-body div .tc-query-where .tc-query-key {
margin-left: 5%;
padding-top: 0.5em;
flex-basis: 25%;
}
.tc-query-modal-window .tc-modal-body .tc-query-where .tc-query-value{
flex-basis: 20%;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
display:flex;
}
.tc-modal-form label.tc-query-logOp{
border: solid 1px rgb(90, 117, 134);
float: left;
text-align: center;
cursor: pointer;
border-radius: 0.3em;
flex-grow: 2;
background: rgb(90, 117, 134);
color: white;
padding: 5px;
}
.tc-modal-form label.tc-query-logOp:last-of-type{
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.tc-modal-form label.tc-query-logOp:first-of-type {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
margin-right: 1px;
}
.tc-query-message{
padding: 1.5em;
box-shadow: 0 0 12px #999;
overflow-y: auto;
font-size: 0.9em;
opacity: .8;
border-radius: 0.2em;
position: absolute;
bottom:70px;
width: calc(100% - 60px);
align-self: self-end;
display:block;
right:10px;
}
.tc-query-message:before {
font-family: 'FontAwesome';
float: left;
padding-right: 0.5em;
}
/*.tc-modal-body > .tc-query-message {
top:50%;
bottom:auto;
}*/
.tc-query-message.tc-msg-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b;
}
.tc-query-message.tc-msg-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f;
}
.tc-query-message.tc-msg-error {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}
.tc-query-message.tc-msg-warning:before {
content: "\f071";
}
.tc-query-message.tc-msg-info:before {
content: "\f05a";
}
.tc-query-message.tc-msg-error:before {
content: "\f057";
}
.tc-query-list.tc-ctl-search-list{
display: block;
margin-top: 30px;
width: auto;
min-width: calc(35% - (40px * 0.35));
max-width: calc(100% - 40px);
left:20px;
}
@media only screen and (max-width: 480px) {
.tc-modal .tc-query-modal-window {
width : 100%;
max-width : 100%;
max-height:100%;
}
.tc-query-modal-window .tc-modal-header {
padding: 10px 20px 10px 10px;
}
.tc-query-modal-window .tc-modal-header .tc-ctl-popup-close {
top: 5px;
right: 5px;
}
.tc-query-modal-window .tc-modal-body {
padding:10px;
height:auto;
overflow-y: auto;
}
.tc-modal-form .tc-query-text, .tc-modal-form .tc-query-numeric, .tc-modal-form .tc-query-date {
flex-wrap: wrap;
}
.tc-modal-form{
height:inherit;
width:inherit;
}
.tc-query-where {
display: flex;
flex-wrap: wrap;
}
.tc-query-where input {
flex-basis: 75%;
-webkit-appearance: textfield;
-moz-appearance: textfield;
}
.tc-query-where button{
display:block;
flex-basis: 25%;
}
.tc-query-where .tc-query-whereList {
flex-basis: 100%;
}
.tc-query.tc-query-numeric label,.tc-query.tc-query-date label {
flex-basis: 22%;
}
.tc-query.tc-query-numeric label:nth-of-type(1),.tc-query.tc-query-date label:nth-of-type(1) {
margin-bottom:1px;
border-bottom-left-radius:0;
}
.tc-query.tc-query-numeric label:nth-of-type(2),.tc-query.tc-query-date label:nth-of-type(2) {
margin-bottom:1px;
}
.tc-query.tc-query-numeric label:nth-of-type(3),.tc-query.tc-query-date label:nth-of-type(3) {
margin-bottom:1px;
border-top-right-radius:0.3em;
}
.tc-query.tc-query-numeric label:nth-of-type(4),.tc-query.tc-query-date label:nth-of-type(4) {
margin-left:0px;
border-bottom-left-radius:0.3em;
}
.tc-query.tc-query-numeric label:nth-of-type(6),.tc-query.tc-query-date label:nth-of-type(6) {
border-top-right-radius:0;
}
}
@media only screen and (max-width: 480px), only screen and (max-height: 480px) {
.tc-query-modal-window .tc-modal-header {
padding: 10px 20px 10px 10px;
}
.tc-query-modal-window .tc-modal-header .tc-ctl-popup-close {
top: 5px;
right: 5px;
}
.tc-query-modal-window .tc-modal-footer {
padding: 10px;
}
.tc-query-modal-window .tc-modal-body {
padding:10px;
}
.tc-query-modal-window label.tc-query-cond {
font-size: 75%;
}
.tc-query-where input {
display: block;
flex-basis: 75%;
}
.tc-query-where button{
display:block;
flex-basis:25%;
height: 28px;
}
.tc-query-where {
display: flex;
flex-wrap: wrap;
}
.tc-query-modal-window .tc-modal-body div .tc-query-where .tc-query-key {
flex-basis: 75%;
margin-left: 0%;
margin-top:5px;
}
.tc-query-modal-window .tc-modal-body div .tc-query-where .tc-query-value{
flex-basis: 25%;
margin-top:5px;
}
.tc-query-list.tc-ctl-search-list{
display:block;
margin-top:30px;
width: auto;
min-width: calc(75% - (20px * 0.75));
max-width: calc(100% - 20px);
left:10px;
}
}
@media only screen and (max-width: 500px) {
.tc-modal .tc-query-modal-window {
width: 100%;
max-width: 100%;
left:0;
}
}
@media only screen and (min-width: 768px)
{
/*.tc-query-where .tc-query-key {
flex-basis: 75%;
margin-left: 0%;
}
.tc-query-where .tc-query-value{
flex-basis: 25%;
display:flex;
}*/
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
.tc-modal .tc-query-modal-window {
width: 500px;
max-height: 80%;
}
.tc-modal-form {
min-height:200px;
}
.tc-query-where input {
width: 35%;
flex-basis: 35%;
-webkit-appearance: textfield;
-moz-appearance: textfield;
}
.tc-query-where button{
width:15%;
flex-basis: 15%;
height:29px;
}
.tc-query-modal-window .tc-modal-body div .tc-query-where .tc-query-key {
flex-basis: 25%;
margin-top:0;
margin-left:5%;
}
.tc-query-modal-window .tc-modal-body div .tc-query-where .tc-query-value{
flex-basis: 20%;
margin-top:0;
}
.tc-modal-form label.tc-query-logOp {
margin-top:0;
margin-bottom:0;
}
}
@media only screen and (max-height: 600px) {
.tc-modal .tc-query-modal-window {
max-height: 100%;
}
}
/*
@media only screen and (min-width: 768px) and (orientation: portrait) {
.tc-modal-form
{
min-height: 400px;
}
}*/
@media only screen and (min-width: 1024px) {
.tc-modal .tc-query-modal-window {
width: 500px;
max-height: 80%;
}
.tc-modal-form {
min-height:300px;
}
}
@media only screen and (min-width: 1140px) {
.tc-modal .tc-query-modal-window {
width: 500px;
max-height: 70%;
}
.tc-modal-form {
min-height:300px;
}
}
/*ResultPane*/
.tc-ctl-p-results .table {
display:table;
}
.prpanel-title span.prpanel-title-text {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block;
cursor:text;
}
/*Estilo panel de resultados*/
.tc-ctl-p-results-table {
max-height: 400px;
font-size:11px;
overflow-x:auto;
}
.tc-ctl-p-results-table tbody tr {
cursor:pointer
}
.tc-ctl-p-results-table>table>tbody>tr.tc-selectable {
cursor: zoom-in;
/*IE hack*/
cursor: url(//sitna.tracasa.es/api/TC/layout/responsive/img/zoomin.cur),default\9;
}
.ie10 .tc-ctl-p-results-table>table>tbody>tr.tc-selectable {
cursor: url(//sitna.tracasa.es/api/TC/layout/responsive/img/zoomin.cur),default;
}
.tc-ctl-p-results-table tr:hover {
background-color: rgba(238,238,238,.8);
}
.tc-ctl-p-results-table th, .tc-ctl-p-results-table td {
text-align: left;
padding: 0.3em;
max-width: 200px;
white-space: nowrap;
overflow: hidden;
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd;
}
.tc-ctl-p-results-table thead tr, .tc-ctl-p-results-table tbody tr:nth-child(even) {
background-color: rgba(238,238,238,.7);
}
.tc-ctl-p-results-table thead tr, .tc-ctl-p-results-table tbody tr:nth-child(odd) {
background-color: rgba(255,255,255,.7);
}
.tc-ctl-p-results-table tbody tr:nth-child(even):hover, .tc-ctl-p-results-table tbody tr:nth-child(odd):hover
{
background-color: rgba(214,234,115,.8);
}
.tc-ctl-p-results .prpanel-heading{
height: 2em;
padding: 0px 15px;
background-color: rgba(90,117,134,.7);
}
.tc-ctl-p-results .prcollapsed{
background-color:#5a7586;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (orientation:portrait) {
.tc-ctl-p-results {
bottom: 0;
width: 100%;
left: 0;
top:auto;
max-width: 100%;
z-index: 10007;
}
.prcollapsed.prcollapsed-max.prcollapsed-pull-left{
position: fixed;
top: 13.65em;
left: 0.7em;
width: 2em;
height: 2em;
}
.tc-ctl-p-results-table {
max-height:200px;
}
}
@media only screen and (max-width: 735px) and (min-height: 42em){
.prcollapsed.prcollapsed-max.prcollapsed-pull-left{
top: 24.25em;
left: 0.7em;
position: fixed;
}
}
@media screen and (max-height: 22cm), screen and (max-width: 22cm) {
.prpanel-title span.prpanel-title-text {
width: calc(100% - 85px);
}
.prcollapsed-slide-submenu {
font-size:1.4em;
}
}
@media (pointer: fine) {
.prcollapsed-slide-submenu {
font-size:1em;
}
.prpanel-title span.prpanel-title-text {
width: calc(100% - 60px);
}
}
@media \0screen\,screen\9 {
.tc-ctl-search-list.tc-query-list {
max-width: calc(100% - 57px);
}
}
@media screen and (min-width:0\0) {
.tc-ctl-search-list.tc-query-list {
max-width: calc(100% - 57px);
}
} | TC/layout/pamplona/dialogAndPanel.css |
/*Modal dialog*/
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
.tc-ctl-query-dialog.tc-modal {
display: -moz-flex!important;
display: -webkit-flex!important;
display: -ms-flex!important;
display: flex!important;
}
.tc-modal .tc-query-modal-window{
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
overflow:visible;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
flex-direction: column;
-ms-flex-direction:column;
align-self:center;
top:auto;
position:relative;
/*Animacion para Firefox */
-moz-animation: fadeIn .5s linear;
}
.tc-query-modal-window .tc-modal-footer button {
margin: 0 2px;
}
.tc-query-modal-window .tc-modal-footer button:last-of-type {
margin-left: 0;
}
.tc-query-modal-window .tc-modal-body
{
overflow-y:auto;
padding: 20px;
}
.tc-query-modal-window .tc-modal-header {
padding: 15px 30px 15px 15px;
}
.tc-query-modal-window .tc-modal-header .tc-ctl-popup-close{
right:15px;
}
.tc-modal-form{
flex-wrap: wrap;
min-height: 150px;
}
.tc-query-modal-window .tc-modal-body div {
flex-basis: 100%;
margin-bottom: 1em;
}
.tc-query-modal-window.tc-modal-body div.tc-modal-form, .tc-query-modal-window .tc-modal-body div.tc-query-where,.tc-query-modal-window .tc-modal-body .tc-query-whereList, .tc-query-modal-window .tc-modal-body div:last-of-type, .tc-query-modal-window .tc-modal-body .tc-query-operacion{
margin-bottom: 0;
}
.tc-ctl-query-dialog .tc-combo {
width:100%;
}
.tc-modal-form label.tc-query-cond {
border: solid 1px rgb(90, 117, 134);
float: left;
padding: 6px 6px;
text-align: center;
flex-grow: 6;
flex-basis: 12%;
cursor:pointer;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
align-items: center;
justify-content: center;
margin-left:1px;
background-color:rgb(90, 117, 134);
color:white
}
.tc-modal-form label.tc-query-cond:first-of-type{
margin-left : 0;
border-top-left-radius:.3em;
border-bottom-left-radius:.3em;
}
.tc-modal-form label.tc-query-cond:last-of-type{
margin-right : 0;
border-top-right-radius:.3em;
border-bottom-right-radius:.3em;
}
.tc-modal-form label.tc-query-cond span{
display: inline-block;
vertical-align: middle;
line-height: normal;
}
/*.tc-modal-body .tc-query-key {
width:15%;
float:left;
margin-bottom: 1em;
height: 2em;
display:flex;
align-items:center;
}
.tc-modal-body .tc-query-value {
width:85%;
float:left;
margin-bottom: 1em;
}*/
.tc-modal-form .tc-query-text,.tc-modal-form .tc-query-numeric,.tc-modal-form .tc-query-date{
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display:flex;
}
.tc-modal-form .tc-query-text.tc-hidden,.tc-modal-form .tc-query-numeric.tc-hidden,.tc-modal-form .tc-query-date.tc-hidden{
display:none;
}
.tc-modal-form input[type=radio]:checked + label {
background-color:#D2EA56;
border-color: #D2EA56;
color: black;
}
.tc-query-where {
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
flex-wrap: wrap;
-ms-flex-wrap:wrap;
}
.tc-query-where input {
display: block;
float: left;
width: 35%;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
box-sizing: border-box;
/* height: 29px; */
}
.tc-query-where input[type=date]::-webkit-inner-spin-button, .tc-query-where input[type=number]::-webkit-inner-spin-button {
height:26px;
}
.tc-query-where input[type=number]::-webkit-inner-spin-button, .tc-query-where input[type=number]::-webkit-outer-spin-button {
-webkit-appearance:none;
margin: 0;
}
.tc-query-where input[type=number]{
-webkit-appearance:textfield;
-moz-appearance:textfield;
appearance: textfield;
}
.tc-query-where button{
display:block;
float:left;
width:15%;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
height: 28px;
}
.tc-query-whereList {
border: solid 1px #CCC;
border-radius: 0.3em;
min-height:2em;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
padding: 0 0.3em;
flex-wrap:wrap;
-ms-flex-wrap:wrap;
box-sizing:border-box;
align-items: baseline;
}
.tc-query-modal-window .tc-modal-body .tc-query-whereList .tc-query-where-cond {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
flex-basis: calc(100% - 3em);
margin: 0;
box-sizing: border-box;
align-self: center;
}
.tc-query-modal-window .tc-modal-body .tc-query-whereList .tc-query-where-cond:first-child {
flex-basis: calc(100% - 2em);
}
.tc-query-modal-window .tc-modal-body .tc-query-whereList div.tc-query-whereList-op{
flex-basis: 1em;
margin-bottom: 0;
align-self: center;
}
.tc-query-whereList div.tc-query-del-cond {
color: rgb(90, 117, 134);
width: 1em;
cursor: pointer;
font-size: 1.5em;
line-height: 1.33;
flex: 0;
flex-basis: 1em;
margin-bottom: 0;
}
.tc-query-whereList div.tc-query-del-cond:after {
font-family: 'FontAwesome';
content: '\f1f8';
}
.tc-modal .tc-query-modal-window {
width: 600px;
max-width: 80%;
max-height: 100%;
}
.tc-query-modal-window .tc-modal-body.tc-loading {
background-color: #fff;
}
.tc-query-modal-window .tc-modal-body.tc-loading:before {
content: " ";
border-radius: 50%;
box-shadow: #ccc 6vmin 0 0 0, #ccc 4.243vmin 4.243vmin 0 0, #ccc 0 6vmin 0 0, #ccc -4.243vmin 4.243vmin 0 0, #ccc -6vmin 0 0 0, #ccc -4.243vmin -4.243vmin 0 0, #ccc 0 -6vmin 0 0, #ccc 4.243vmin -4.243vmin 0 0;
position: absolute;
width: 3vmin;
height: 3vmin;
background-color: transparent;
left: 50%;
top: 50%;
margin-left: -1.5vmin;
margin-top: -1.5vmin;
font-size: 2vmin;
animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-webkit-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
}
.tc-query-modal-window .tc-modal-body.tc-loading * {
visibility: hidden;
}
.tc-query-value > div {
margin-bottom:1em;
}
.tc-query-modal-window .tc-modal-body div .tc-query-where .tc-query-key {
margin-left: 5%;
padding-top: 0.5em;
flex-basis: 25%;
}
.tc-query-modal-window .tc-modal-body .tc-query-where .tc-query-value{
flex-basis: 20%;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
display:flex;
}
.tc-modal-form label.tc-query-logOp{
border: solid 1px rgb(90, 117, 134);
float: left;
text-align: center;
cursor: pointer;
border-radius: 0.3em;
flex-grow: 2;
background: rgb(90, 117, 134);
color: white;
padding: 5px;
}
.tc-modal-form label.tc-query-logOp:last-of-type{
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.tc-modal-form label.tc-query-logOp:first-of-type {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
margin-right: 1px;
}
.tc-query-message{
padding: 1.5em;
box-shadow: 0 0 12px #999;
overflow-y: auto;
font-size: 0.9em;
opacity: .8;
border-radius: 0.2em;
position: absolute;
bottom:70px;
width: calc(100% - 60px);
align-self: self-end;
display:block;
right:10px;
}
.tc-query-message:before {
font-family: 'FontAwesome';
float: left;
padding-right: 0.5em;
}
/*.tc-modal-body > .tc-query-message {
top:50%;
bottom:auto;
}*/
.tc-query-message.tc-msg-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b;
}
.tc-query-message.tc-msg-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f;
}
.tc-query-message.tc-msg-error {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}
.tc-query-message.tc-msg-warning:before {
content: "\f071";
}
.tc-query-message.tc-msg-info:before {
content: "\f05a";
}
.tc-query-message.tc-msg-error:before {
content: "\f057";
}
.tc-query-list.tc-ctl-search-list{
display: block;
margin-top: 30px;
width: auto;
min-width: calc(35% - (40px * 0.35));
max-width: calc(100% - 40px);
left:20px;
}
@media only screen and (max-width: 480px) {
.tc-modal .tc-query-modal-window {
width : 100%;
max-width : 100%;
max-height:100%;
}
.tc-query-modal-window .tc-modal-header {
padding: 10px 20px 10px 10px;
}
.tc-query-modal-window .tc-modal-header .tc-ctl-popup-close {
top: 5px;
right: 5px;
}
.tc-query-modal-window .tc-modal-body {
padding:10px;
height:auto;
overflow-y: auto;
}
.tc-modal-form .tc-query-text, .tc-modal-form .tc-query-numeric, .tc-modal-form .tc-query-date {
flex-wrap: wrap;
}
.tc-modal-form{
height:inherit;
width:inherit;
}
.tc-query-where {
display: flex;
flex-wrap: wrap;
}
.tc-query-where input {
flex-basis: 75%;
-webkit-appearance: textfield;
-moz-appearance: textfield;
}
.tc-query-where button{
display:block;
flex-basis: 25%;
}
.tc-query-where .tc-query-whereList {
flex-basis: 100%;
}
.tc-query.tc-query-numeric label,.tc-query.tc-query-date label {
flex-basis: 22%;
}
.tc-query.tc-query-numeric label:nth-of-type(1),.tc-query.tc-query-date label:nth-of-type(1) {
margin-bottom:1px;
border-bottom-left-radius:0;
}
.tc-query.tc-query-numeric label:nth-of-type(2),.tc-query.tc-query-date label:nth-of-type(2) {
margin-bottom:1px;
}
.tc-query.tc-query-numeric label:nth-of-type(3),.tc-query.tc-query-date label:nth-of-type(3) {
margin-bottom:1px;
border-top-right-radius:0.3em;
}
.tc-query.tc-query-numeric label:nth-of-type(4),.tc-query.tc-query-date label:nth-of-type(4) {
margin-left:0px;
border-bottom-left-radius:0.3em;
}
.tc-query.tc-query-numeric label:nth-of-type(6),.tc-query.tc-query-date label:nth-of-type(6) {
border-top-right-radius:0;
}
}
@media only screen and (max-width: 480px), only screen and (max-height: 480px) {
.tc-query-modal-window .tc-modal-header {
padding: 10px 20px 10px 10px;
}
.tc-query-modal-window .tc-modal-header .tc-ctl-popup-close {
top: 5px;
right: 5px;
}
.tc-query-modal-window .tc-modal-footer {
padding: 10px;
}
.tc-query-modal-window .tc-modal-body {
padding:10px;
}
.tc-query-modal-window label.tc-query-cond {
font-size: 75%;
}
.tc-query-where input {
display: block;
flex-basis: 75%;
}
.tc-query-where button{
display:block;
flex-basis:25%;
height: 28px;
}
.tc-query-where {
display: flex;
flex-wrap: wrap;
}
.tc-query-modal-window .tc-modal-body div .tc-query-where .tc-query-key {
flex-basis: 75%;
margin-left: 0%;
margin-top:5px;
}
.tc-query-modal-window .tc-modal-body div .tc-query-where .tc-query-value{
flex-basis: 25%;
margin-top:5px;
}
.tc-query-list.tc-ctl-search-list{
display:block;
margin-top:30px;
width: auto;
min-width: calc(75% - (20px * 0.75));
max-width: calc(100% - 20px);
left:10px;
}
}
@media only screen and (max-width: 500px) {
.tc-modal .tc-query-modal-window {
width: 100%;
max-width: 100%;
left:0;
}
}
@media only screen and (min-width: 768px)
{
/*.tc-query-where .tc-query-key {
flex-basis: 75%;
margin-left: 0%;
}
.tc-query-where .tc-query-value{
flex-basis: 25%;
display:flex;
}*/
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
.tc-modal .tc-query-modal-window {
width: 500px;
max-height: 80%;
}
.tc-modal-form {
min-height:200px;
}
.tc-query-where input {
width: 35%;
flex-basis: 35%;
-webkit-appearance: textfield;
-moz-appearance: textfield;
}
.tc-query-where button{
width:15%;
flex-basis: 15%;
height:29px;
}
.tc-query-modal-window .tc-modal-body div .tc-query-where .tc-query-key {
flex-basis: 25%;
margin-top:0;
margin-left:5%;
}
.tc-query-modal-window .tc-modal-body div .tc-query-where .tc-query-value{
flex-basis: 20%;
margin-top:0;
}
.tc-modal-form label.tc-query-logOp {
margin-top:0;
margin-bottom:0;
}
}
@media only screen and (max-height: 600px) {
.tc-modal .tc-query-modal-window {
max-height: 100%;
}
}
/*
@media only screen and (min-width: 768px) and (orientation: portrait) {
.tc-modal-form
{
min-height: 400px;
}
}*/
@media only screen and (min-width: 1024px) {
.tc-modal .tc-query-modal-window {
width: 500px;
max-height: 80%;
}
.tc-modal-form {
min-height:300px;
}
}
@media only screen and (min-width: 1140px) {
.tc-modal .tc-query-modal-window {
width: 500px;
max-height: 70%;
}
.tc-modal-form {
min-height:300px;
}
}
/*ResultPane*/
.tc-ctl-p-results .table {
display:table;
}
.prpanel-title span.prpanel-title-text {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block;
cursor:text;
}
/*Estilo panel de resultados*/
.tc-ctl-p-results-table {
max-height: 400px;
font-size:11px;
overflow-x:auto;
}
.tc-ctl-p-results-table tbody tr {
cursor:pointer
}
.tc-ctl-p-results-table>table>tbody>tr.tc-selectable {
cursor: zoom-in;
/*IE hack*/
cursor: url(//sitna.tracasa.es/api/TC/layout/responsive/img/zoomin.cur),default\9;
}
.ie10 .tc-ctl-p-results-table>table>tbody>tr.tc-selectable {
cursor: url(//sitna.tracasa.es/api/TC/layout/responsive/img/zoomin.cur),default;
}
.tc-ctl-p-results-table tr:hover {
background-color: rgba(238,238,238,.8);
}
.tc-ctl-p-results-table th, .tc-ctl-p-results-table td {
text-align: left;
padding: 0.3em;
max-width: 200px;
white-space: nowrap;
overflow: hidden;
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd;
}
.tc-ctl-p-results-table thead tr, .tc-ctl-p-results-table tbody tr:nth-child(even) {
background-color: rgba(238,238,238,.7);
}
.tc-ctl-p-results-table thead tr, .tc-ctl-p-results-table tbody tr:nth-child(odd) {
background-color: rgba(255,255,255,.7);
}
.tc-ctl-p-results-table tbody tr:nth-child(even):hover, .tc-ctl-p-results-table tbody tr:nth-child(odd):hover
{
background-color: rgba(214,234,115,.8);
}
.tc-ctl-p-results .prpanel-heading{
height: 2em;
padding: 0px 15px;
background-color: rgba(90,117,134,.7);
}
.tc-ctl-p-results .prcollapsed{
background-color:#5a7586;
}
@media only screen and (max-width: 480px), only screen and (max-width: 768px) and (orientation:portrait) {
.tc-ctl-p-results {
bottom: 0;
width: 100%;
left: 0;
top:auto;
max-width: 100%;
z-index: 10007;
}
.prcollapsed.prcollapsed-max.prcollapsed-pull-left{
position: fixed;
top: 13.65em;
left: 0.7em;
width: 2em;
height: 2em;
}
.tc-ctl-p-results-table {
max-height:200px;
}
}
@media only screen and (max-width: 735px) and (min-height: 42em){
.prcollapsed.prcollapsed-max.prcollapsed-pull-left{
top: 24.25em;
left: 0.7em;
position: fixed;
}
}
@media screen and (max-height: 22cm), screen and (max-width: 22cm) {
.prpanel-title span.prpanel-title-text {
width: calc(100% - 85px);
}
.prcollapsed-slide-submenu {
font-size:1.4em;
}
}
@media (pointer: fine) {
.prcollapsed-slide-submenu {
font-size:1em;
}
.prpanel-title span.prpanel-title-text {
width: calc(100% - 60px);
}
}
@media \0screen\,screen\9 {
.tc-ctl-search-list.tc-query-list {
max-width: calc(100% - 57px);
}
}
@media screen and (min-width:0\0) {
.tc-ctl-search-list.tc-query-list {
max-width: calc(100% - 57px);
}
} | 0.347537 | 0.042523 |
body {
margin: 0;
padding: 0;
width: 100%;
height: 1000px;
overflow: hidden;
position: relative;
font-family: "Trebuchet MS";
position: relative;
}
#mapCanvas {
margin: 0 auto;
width: 100%;
height: 90%
}
#directionsPanel {
margin: 0;
padding: 0;
position: absolute;
top: 0;
left: 0;
width: 275px;
height: 650px;
background: #fff;
border: 1px solid #999;
border-left: none;
border-top: none;
padding: 10px 15px;
position: absolute;
}
#directionsPanel a {
display: block;
text-decoration: none;
clear: both;
}
#useGPS {
margin: 3px auto;
background: #ac304a;
color: #fff;
padding: 3px;
border: 1px solid #000;
text-align: center;
font-size: 13px;
}
.or {
clear: both;
padding: 0;
text-align: center;
color: #000;
font-size: 13px;
font-weight: bold;
}
.directionInputs label {
background: #ac304a;
color: #fff;
padding: 2px 8px;
border: 1px solid #000;
text-align: center;
font-size: 14px;
margin-right: 10px
}
.directionInputs input {
width: 234px;
height: 20px;
border: 1px solid #000;
font-size: 15px;
}
.directionInputs #getDirections,
.directionInputs #paneReset {
display: inline-block;
background: #ac304a;
color: #fff;
width: 165px;
padding: 3px;
text-align: center;
border: 1px solid #000;
font-size: 13px;
}
.directionInputs #paneReset {
width: 85px
}
#paneToggle {
position: absolute;
background: #ac304a;
color: #fff;
width: 15px;
padding: 0 3px;
text-align: center;
border: 1px solid #000;
font-weight: bold;
font-size: 16px;
border-left: none;
top: 0;
right: -23px;
}
#directionSteps {
clear: both;
width: 100%;
height: 100%;
margin: 10px 0 0 0;
font-size: 11px;
line-height: normal;
height: 395px;
overflow: auto;
top:280px !important;
}
#directionSteps p {
font-size: 13px;
color: #999
}
.gmap-control-container {
margin: 5px;
}
.gmap-control {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
-moz-user-select: none;
background: #fff;
padding: 5px 10px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
color: #333333 !important;
cursor: pointer;
direction: ltr;
font-family: Arial, sans-serif !important;
font-size: 12px !important;
font-weight: normal;
min-width: 54px;
overflow: hidden;
padding: 13px 10px !important;
font-weight: bold;;
position: relative;
right: -14px;
top: 5px;
text-align: center;
}
.gmap-control-active {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #6D8ACC;
border-color: #717B87 -moz-use-text-color #717B87 #717B87;
border-style: solid none solid solid;
border-width: 1px 0 1px 1px;
color: #FFFFFF !important;
font-weight: bold;
}
#mapCanvas>div>div>div.gmap-control-container.gmnoprint {
right: 1% !important;
} | public/css/diriection.css | body {
margin: 0;
padding: 0;
width: 100%;
height: 1000px;
overflow: hidden;
position: relative;
font-family: "Trebuchet MS";
position: relative;
}
#mapCanvas {
margin: 0 auto;
width: 100%;
height: 90%
}
#directionsPanel {
margin: 0;
padding: 0;
position: absolute;
top: 0;
left: 0;
width: 275px;
height: 650px;
background: #fff;
border: 1px solid #999;
border-left: none;
border-top: none;
padding: 10px 15px;
position: absolute;
}
#directionsPanel a {
display: block;
text-decoration: none;
clear: both;
}
#useGPS {
margin: 3px auto;
background: #ac304a;
color: #fff;
padding: 3px;
border: 1px solid #000;
text-align: center;
font-size: 13px;
}
.or {
clear: both;
padding: 0;
text-align: center;
color: #000;
font-size: 13px;
font-weight: bold;
}
.directionInputs label {
background: #ac304a;
color: #fff;
padding: 2px 8px;
border: 1px solid #000;
text-align: center;
font-size: 14px;
margin-right: 10px
}
.directionInputs input {
width: 234px;
height: 20px;
border: 1px solid #000;
font-size: 15px;
}
.directionInputs #getDirections,
.directionInputs #paneReset {
display: inline-block;
background: #ac304a;
color: #fff;
width: 165px;
padding: 3px;
text-align: center;
border: 1px solid #000;
font-size: 13px;
}
.directionInputs #paneReset {
width: 85px
}
#paneToggle {
position: absolute;
background: #ac304a;
color: #fff;
width: 15px;
padding: 0 3px;
text-align: center;
border: 1px solid #000;
font-weight: bold;
font-size: 16px;
border-left: none;
top: 0;
right: -23px;
}
#directionSteps {
clear: both;
width: 100%;
height: 100%;
margin: 10px 0 0 0;
font-size: 11px;
line-height: normal;
height: 395px;
overflow: auto;
top:280px !important;
}
#directionSteps p {
font-size: 13px;
color: #999
}
.gmap-control-container {
margin: 5px;
}
.gmap-control {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
-moz-user-select: none;
background: #fff;
padding: 5px 10px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
color: #333333 !important;
cursor: pointer;
direction: ltr;
font-family: Arial, sans-serif !important;
font-size: 12px !important;
font-weight: normal;
min-width: 54px;
overflow: hidden;
padding: 13px 10px !important;
font-weight: bold;;
position: relative;
right: -14px;
top: 5px;
text-align: center;
}
.gmap-control-active {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #6D8ACC;
border-color: #717B87 -moz-use-text-color #717B87 #717B87;
border-style: solid none solid solid;
border-width: 1px 0 1px 1px;
color: #FFFFFF !important;
font-weight: bold;
}
#mapCanvas>div>div>div.gmap-control-container.gmnoprint {
right: 1% !important;
} | 0.528777 | 0.097433 |
:host([data-disabled=true]) {
pointer-events: none;
}
.button {
font-family: var(--font-family-base);
font-weight: 300;
-moz-appearance: none;
-webkit-appearance: none;
align-items: center;
border-width: 0.05rem;
border-style: solid;
border-color: var(--color-medium-light);
border-radius: 3px;
box-shadow: none;
display: inline-flex;
font-size: 1rem;
height: 2.25em;
justify-content: space-between;
line-height: 1.5;
padding-bottom: calc(0.375em - 1px);
padding-top: calc(0.375em - 1px);
padding-left: 0.77em;
padding-right: 0.77em;
position: relative;
/*vertical-align: top;*/
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
background-color: var(--color-light);
color: var(--color-base-light);
cursor: pointer;
justify-content: center;
text-align: center;
white-space: nowrap;
transition: all;
transition-duration: 0.1s;
transition-timing-function: ease-out;
}
.button:focus, .button.is-focused, .button:active, .button.is-active {
outline: none;
}
.button:hover, .button.is-hovered {
background-color: var(--color-light-light);
border-color: var(--color-medium);
color: var(--color-base);
box-shadow: 0 0.125em 0.25em var(--color-base-transparent-10);
}
.button:focus, .button.is-focused {
color: var(--color-base);
}
.button:active, .button.is-active {
border-color: var(--color-medium);
color: var(--color-primary);
box-shadow: 0 0.125rem 0.25rem var(--color-base-transparent-10) inset;
}
.button[disabled] {
cursor: not-allowed;
pointer-events: none;
background-color: var(--color-light-light);
border-color: var(--color-medium-light);
box-shadow: none;
color: var(--color-medium);
}
.button[disabled] img {
opacity: 0.3;
}
/* Primary */
.button.is-primary {
background-color: var(--color-primary);
border-color: var(--color-primary-dark);
color: var(--color-light-light);
}
.button.is-primary:hover, .button.is-primary.is-hovered {
background-color: var(--color-primary-light);
border-color: var(--color-primary-dark);
color: var(--color-light-light);
}
.button.is-primary:focus, .button.is-primary.is-focused {
border-color: transparent;
color: var(--color-light-light);
}
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
box-shadow: 0 0 0 0.125em var(--color-base-transparent-10);
}
.button.is-primary:active, .button.is-primary.is-active {
background-color: var(--color-primary-light);
border-color: var(--color-primary);
background-image: none;
color: var(--color-light-light);
}
.button.is-primary[disabled] {
background-color: var(--color-primary-light);
border-color: transparent;
box-shadow: none;
}
.button.is-info {
background-color: var(--color-info);
border-color: var(--color-info-dark);
color: var(--color-light-light);
}
.button.is-info:hover, .button.is-info.is-hovered {
background-color: var(--color-info-light);
border-color: var(--color-info-dark);
color: var(--color-light-light);
}
.button.is-info:focus, .button.is-info.is-focused {
border-color: transparent;
color: var(--color-light-light);
}
.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
box-shadow: 0 0 0 0.125em var(--color-base-transparent-10);
}
.button.is-info:active, .button.is-info.is-active {
background-color: var(--color-info-light);
border-color: var(--color-info);
background-image: none;
color: var(--color-light-light);
}
.button.is-info[disabled] {
background-color: var(--color-info-light);
border-color: transparent;
box-shadow: none;
}
.button.is-link {
background-color: transparent;
border-color: transparent;
color: var(--color-link);
}
.button.is-minimal {
background-color: transparent;
border-color: transparent;
color: var(--color-base);
}
.button.is-success {
background-color: var(--color-success);
border-color: var(--color-success-dark);
color: var(--color-light-light);
}
.button.is-success:hover, .button.is-success.is-hovered {
background-color: var(--color-success-info);
border-color: var(--color-success-dark);
color: var(--color-light-light);
}
.button.is-success:focus, .button.is-success.is-focused {
border-color: transparent;
color: var(--color-light-light);
}
.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
box-shadow: 0 0 0 0.125em var(--color-base-transparent-10);
}
.button.is-success:active, .button.is-success.is-active {
background-color: var(--color-success-light);
border-color: var(--color-success);
background-image: none;
color: var(--color-light-light);
}
.button.is-success[disabled] {
background-color: var(--color-success-light);
border-color: transparent;
box-shadow: none;
}
.button.is-warning {
background-color: var(--color-warning);
border-color: var(--color-warning-dark);
color: var(--color-light-light);
}
.button.is-warning:hover, .button.is-warning.is-hovered {
background-color: var(--color-warning-info);
border-color: var(--color-warning-dark);
color: var(--color-light-light);
}
.button.is-warning:focus, .button.is-warning.is-focused {
border-color: transparent;
color: var(--color-light-light);
}
.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
box-shadow: 0 0 0 0.125em var(--color-base-transparent-10);
}
.button.is-warning:active, .button.is-warning.is-active {
background-color: var(--color-warning-light);
border-color: var(--color-warning);
background-image: none;
color: var(--color-light-light);
}
.button.is-warning[disabled] {
background-color: var(--color-warning-light);
border-color: transparent;
box-shadow: none;
}
.button.is-danger {
background-color: var(--color-danger);
border-color: var(--color-danger-dark);
color: var(--color-light-light);
}
.button.is-danger:hover, .button.is-danger.is-hovered {
background-color: var(--color-danger-light);
border-color: var(--color-danger-dark);
color: var(--color-light-light);
}
.button.is-danger:focus, .button.is-danger.is-focused {
border-color: transparent;
color: var(--color-light-light);
}
.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
box-shadow: 0 0 0 0.125em var(--color-base-transparent-10);
}
.button.is-danger:active, .button.is-danger.is-active {
background-color: var(--color-danger-light);
border-color: var(--color-danger);
background-image: none;
color: var(--color-light-light);
}
.button.is-danger[disabled] {
background-color: var(--color-danger-light);
border-color: transparent;
box-shadow: none;
}
.button.is-link:hover, .button.is-link.is-hovered {
background-image: none;
background-color: transparent;
border-color: transparent;
color: var(--color-link-light);
text-decoration: underline;
text-decoration-style: dashed;
box-shadow: none;
}
.button.is-minimal:hover, .button.is-minimal.is-hovered {
background-image: none;
background-color: var(--color-light-light);
border-color: var(--color-medium-light);
color: var(--color-base-light);
}
.button.is-link:focus, .button.is-link.is-focused {
border-color: transparent;
color: var(--color-link-light);
}
.button.is-minimal:focus, .button.is-minimal.is-focused {
border-color: transparent;
color: var(--color-base-light);
}
.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
box-shadow: 0 0 0 0.125em var(--color-base-transparent-10);
}
.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
box-shadow: none;
}
.button.is-link:active, .button.is-link.is-active {
background-color: transparent;
border-color: transparent;
background-image: none;
color: var(--color-link);
text-decoration: underline;
text-decoration-color: var(--color-link);
text-decoration-style: solid;
}
.button.is-link[disabled] {
color: var(--color-link-light);
background-color: transparent;
border-color: transparent;
box-shadow: none;
}
.button.is-minimal:active, .button.is-minimal.is-active {
background-color: transparent;
border-color: transparent;
background-image: none;
color: var(--color-base);
}
.button.is-minimal[disabled] {
color: var(--color-base-light);
background-color: transparent;
border-color: transparent;
box-shadow: none;
}
/* Sizes */
.button.is-small {
border-radius: calc(var(--font-size-small) / 7);
font-size: var(--font-size-small);
padding: 0.77em;
}
.button.is-small.icon-only {
height: 2em;
width: 2em;
}
/* Loading */
.button.is-loading {
color: transparent !important;
pointer-events: none;
}
.button.is-loading:after {
animation: spinAround 500ms infinite linear;
border: 2px solid var(--color-medium-light);
border-radius: 100%;
border-right-color: var(--color-medium-light-transparent);
border-top-color: var(--color-medium-light-transparent);
content: "";
display: block;
height: 1em;
position: relative;
width: 1em;
position: absolute;
left: calc(50% - (1em / 2) - 2px);
top: calc(50% - (1em / 2) -2px);
position: absolute !important;
}
.button.is-primary.is-loading:after,
.button.is-info.is-loading:after,
.button.is-success.is-loading:after,
.button.is-warning.is-loading:after,
.button.is-danger.is-loading:after {
border-color:
var(--color-light-light-transparent-20)
var(--color-light-light-transparent-20)
var(--color-light-light-transparent-80)
var(--color-light-light-transparent-80) !important;
}
.button.is-fullwidth {
width: 100%;
}
.button .symbol.square {
width: 1.5em;
height: 1.5em;
}
.icon, .image {
align-items: center;
display: inline-flex;
justify-content: center;
height: 1.5rem;
width: 1.5rem;
}
.button.is-leftbound .label {
text-align: left;
width: calc(100% - 4rem);
}
.icon.is-small {
height: 1rem;
width: 1rem;
}
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
height: 1.5em;
width: 1.5em;
}
.button .icon:first-child:not(:last-child) {
margin-left: calc(-0.375em - 1px);
margin-right: 0.1875em;
}
:host-context(fieldset[disabled]) .button {
pointer-events: none;
}
:host :host-context(.field.default) {
flex-shrink: 0;
}
:host-context(.field.default):not(:last-child) {
margin-bottom: 0;
margin-left: 0;
margin-right: 0.75rem;
}
:host-context(.field.default.reverse):not(:last-child) {
margin-bottom: 0;
margin-left: 0.75rem;
margin-right: 0;
}
/* ----------- button row grouped START ---------*/
:host :host-context(.field.default.grouped) {
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
}
:host-context(.field.default.grouped):not(:last-child) .button,
:host :host-context(.field.default.grouped tm-dropdown:not(:last-child) .dropdown-trigger) .button {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right-width: 0;
}
:host-context(.field.default.grouped):not(:first-child) .button,
:host :host-context(.field.default.grouped tm-dropdown:not(:first-child) .dropdown-trigger) .button {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
/* ----------- button row grouped END ---------*/
:host :host-context(.dropdown:not(.is-multiple) .dropdown-trigger) .button::after {
border: 1px solid var(--color-base);
border-right: 0;
border-top: 0;
content: " ";
display: block;
height: 0.5em;
pointer-events: none;
transform: rotate(-45deg);
transform-origin: center;
width: 0.5em;
margin-top: -0.25rem;
margin-left: 0.5rem;
z-index: 4;
}
:host :host-context(.dropdown:not(.is-multiple) .dropdown-trigger) .button.has-color::after {
margin-left: auto;
}
:host :host-context(.dropdown:not(.is-multiple) .dropdown-trigger) .button:not(.has-label):not(.has-color):not(.has-icon)::after {
margin-left: 0;
}
:host :host-context(tm-navlist-dropdown .dropdown:not(.is-multiple) .dropdown-trigger) .button::after {
margin-left: 0;
}
:host :host-context(.dropdown:not(.is-multiple) .dropdown-trigger) .button.is-primary::after {
border-color: 1px solid var(--color-light-light);
}
:host :host-context(.field .control .dropdown .dropdown-trigger),
:host :host-context(.field .control .dropdown .dropdown-trigger) .button {
width: 100%;
}
:host :host-context(.field .control .dropdown .dropdown-trigger) .button {
justify-content: space-between;
}
:host :host-context(.field .control .dropdown .dropdown-trigger) .button.is-empty {
justify-content: flex-end;
}
:host :host-context(.field .control .dropdown .dropdown-trigger) .button.has-label.has-color {
justify-content: flex-start;
}
.state {
display: inline-block;
border-radius: 50%;
width: 0.7rem;
height: 0.7rem;
margin-right: 1rem;
}
.state.square {
border-radius: 0;
}
.state.circle {
border-radius: 50%;
}
.state.sidebar {
position: absolute;
height: 2.05rem;
width: 0.25rem;
left: 0;
top: 0;
}
:host :host-context(.breadcrumb .item .dropdown-trigger) .button:after {
transition-duration: var(--duration-short);
transition-property: transform;
transform: translateX(-0.1rem) translateY(0.1rem) rotate(225deg);
will-change: transform;
}
:host :host-context(.breadcrumb .item .is-active .dropdown-trigger) .button:after {
transform: rotate(-45deg);
}
:host :host-context(.rem-10) .button.is-leftbound .label {
width: 5rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} | widgets/angular/widgets/button.component.css | :host([data-disabled=true]) {
pointer-events: none;
}
.button {
font-family: var(--font-family-base);
font-weight: 300;
-moz-appearance: none;
-webkit-appearance: none;
align-items: center;
border-width: 0.05rem;
border-style: solid;
border-color: var(--color-medium-light);
border-radius: 3px;
box-shadow: none;
display: inline-flex;
font-size: 1rem;
height: 2.25em;
justify-content: space-between;
line-height: 1.5;
padding-bottom: calc(0.375em - 1px);
padding-top: calc(0.375em - 1px);
padding-left: 0.77em;
padding-right: 0.77em;
position: relative;
/*vertical-align: top;*/
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
background-color: var(--color-light);
color: var(--color-base-light);
cursor: pointer;
justify-content: center;
text-align: center;
white-space: nowrap;
transition: all;
transition-duration: 0.1s;
transition-timing-function: ease-out;
}
.button:focus, .button.is-focused, .button:active, .button.is-active {
outline: none;
}
.button:hover, .button.is-hovered {
background-color: var(--color-light-light);
border-color: var(--color-medium);
color: var(--color-base);
box-shadow: 0 0.125em 0.25em var(--color-base-transparent-10);
}
.button:focus, .button.is-focused {
color: var(--color-base);
}
.button:active, .button.is-active {
border-color: var(--color-medium);
color: var(--color-primary);
box-shadow: 0 0.125rem 0.25rem var(--color-base-transparent-10) inset;
}
.button[disabled] {
cursor: not-allowed;
pointer-events: none;
background-color: var(--color-light-light);
border-color: var(--color-medium-light);
box-shadow: none;
color: var(--color-medium);
}
.button[disabled] img {
opacity: 0.3;
}
/* Primary */
.button.is-primary {
background-color: var(--color-primary);
border-color: var(--color-primary-dark);
color: var(--color-light-light);
}
.button.is-primary:hover, .button.is-primary.is-hovered {
background-color: var(--color-primary-light);
border-color: var(--color-primary-dark);
color: var(--color-light-light);
}
.button.is-primary:focus, .button.is-primary.is-focused {
border-color: transparent;
color: var(--color-light-light);
}
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
box-shadow: 0 0 0 0.125em var(--color-base-transparent-10);
}
.button.is-primary:active, .button.is-primary.is-active {
background-color: var(--color-primary-light);
border-color: var(--color-primary);
background-image: none;
color: var(--color-light-light);
}
.button.is-primary[disabled] {
background-color: var(--color-primary-light);
border-color: transparent;
box-shadow: none;
}
.button.is-info {
background-color: var(--color-info);
border-color: var(--color-info-dark);
color: var(--color-light-light);
}
.button.is-info:hover, .button.is-info.is-hovered {
background-color: var(--color-info-light);
border-color: var(--color-info-dark);
color: var(--color-light-light);
}
.button.is-info:focus, .button.is-info.is-focused {
border-color: transparent;
color: var(--color-light-light);
}
.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
box-shadow: 0 0 0 0.125em var(--color-base-transparent-10);
}
.button.is-info:active, .button.is-info.is-active {
background-color: var(--color-info-light);
border-color: var(--color-info);
background-image: none;
color: var(--color-light-light);
}
.button.is-info[disabled] {
background-color: var(--color-info-light);
border-color: transparent;
box-shadow: none;
}
.button.is-link {
background-color: transparent;
border-color: transparent;
color: var(--color-link);
}
.button.is-minimal {
background-color: transparent;
border-color: transparent;
color: var(--color-base);
}
.button.is-success {
background-color: var(--color-success);
border-color: var(--color-success-dark);
color: var(--color-light-light);
}
.button.is-success:hover, .button.is-success.is-hovered {
background-color: var(--color-success-info);
border-color: var(--color-success-dark);
color: var(--color-light-light);
}
.button.is-success:focus, .button.is-success.is-focused {
border-color: transparent;
color: var(--color-light-light);
}
.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
box-shadow: 0 0 0 0.125em var(--color-base-transparent-10);
}
.button.is-success:active, .button.is-success.is-active {
background-color: var(--color-success-light);
border-color: var(--color-success);
background-image: none;
color: var(--color-light-light);
}
.button.is-success[disabled] {
background-color: var(--color-success-light);
border-color: transparent;
box-shadow: none;
}
.button.is-warning {
background-color: var(--color-warning);
border-color: var(--color-warning-dark);
color: var(--color-light-light);
}
.button.is-warning:hover, .button.is-warning.is-hovered {
background-color: var(--color-warning-info);
border-color: var(--color-warning-dark);
color: var(--color-light-light);
}
.button.is-warning:focus, .button.is-warning.is-focused {
border-color: transparent;
color: var(--color-light-light);
}
.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
box-shadow: 0 0 0 0.125em var(--color-base-transparent-10);
}
.button.is-warning:active, .button.is-warning.is-active {
background-color: var(--color-warning-light);
border-color: var(--color-warning);
background-image: none;
color: var(--color-light-light);
}
.button.is-warning[disabled] {
background-color: var(--color-warning-light);
border-color: transparent;
box-shadow: none;
}
.button.is-danger {
background-color: var(--color-danger);
border-color: var(--color-danger-dark);
color: var(--color-light-light);
}
.button.is-danger:hover, .button.is-danger.is-hovered {
background-color: var(--color-danger-light);
border-color: var(--color-danger-dark);
color: var(--color-light-light);
}
.button.is-danger:focus, .button.is-danger.is-focused {
border-color: transparent;
color: var(--color-light-light);
}
.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
box-shadow: 0 0 0 0.125em var(--color-base-transparent-10);
}
.button.is-danger:active, .button.is-danger.is-active {
background-color: var(--color-danger-light);
border-color: var(--color-danger);
background-image: none;
color: var(--color-light-light);
}
.button.is-danger[disabled] {
background-color: var(--color-danger-light);
border-color: transparent;
box-shadow: none;
}
.button.is-link:hover, .button.is-link.is-hovered {
background-image: none;
background-color: transparent;
border-color: transparent;
color: var(--color-link-light);
text-decoration: underline;
text-decoration-style: dashed;
box-shadow: none;
}
.button.is-minimal:hover, .button.is-minimal.is-hovered {
background-image: none;
background-color: var(--color-light-light);
border-color: var(--color-medium-light);
color: var(--color-base-light);
}
.button.is-link:focus, .button.is-link.is-focused {
border-color: transparent;
color: var(--color-link-light);
}
.button.is-minimal:focus, .button.is-minimal.is-focused {
border-color: transparent;
color: var(--color-base-light);
}
.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
box-shadow: 0 0 0 0.125em var(--color-base-transparent-10);
}
.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
box-shadow: none;
}
.button.is-link:active, .button.is-link.is-active {
background-color: transparent;
border-color: transparent;
background-image: none;
color: var(--color-link);
text-decoration: underline;
text-decoration-color: var(--color-link);
text-decoration-style: solid;
}
.button.is-link[disabled] {
color: var(--color-link-light);
background-color: transparent;
border-color: transparent;
box-shadow: none;
}
.button.is-minimal:active, .button.is-minimal.is-active {
background-color: transparent;
border-color: transparent;
background-image: none;
color: var(--color-base);
}
.button.is-minimal[disabled] {
color: var(--color-base-light);
background-color: transparent;
border-color: transparent;
box-shadow: none;
}
/* Sizes */
.button.is-small {
border-radius: calc(var(--font-size-small) / 7);
font-size: var(--font-size-small);
padding: 0.77em;
}
.button.is-small.icon-only {
height: 2em;
width: 2em;
}
/* Loading */
.button.is-loading {
color: transparent !important;
pointer-events: none;
}
.button.is-loading:after {
animation: spinAround 500ms infinite linear;
border: 2px solid var(--color-medium-light);
border-radius: 100%;
border-right-color: var(--color-medium-light-transparent);
border-top-color: var(--color-medium-light-transparent);
content: "";
display: block;
height: 1em;
position: relative;
width: 1em;
position: absolute;
left: calc(50% - (1em / 2) - 2px);
top: calc(50% - (1em / 2) -2px);
position: absolute !important;
}
.button.is-primary.is-loading:after,
.button.is-info.is-loading:after,
.button.is-success.is-loading:after,
.button.is-warning.is-loading:after,
.button.is-danger.is-loading:after {
border-color:
var(--color-light-light-transparent-20)
var(--color-light-light-transparent-20)
var(--color-light-light-transparent-80)
var(--color-light-light-transparent-80) !important;
}
.button.is-fullwidth {
width: 100%;
}
.button .symbol.square {
width: 1.5em;
height: 1.5em;
}
.icon, .image {
align-items: center;
display: inline-flex;
justify-content: center;
height: 1.5rem;
width: 1.5rem;
}
.button.is-leftbound .label {
text-align: left;
width: calc(100% - 4rem);
}
.icon.is-small {
height: 1rem;
width: 1rem;
}
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
height: 1.5em;
width: 1.5em;
}
.button .icon:first-child:not(:last-child) {
margin-left: calc(-0.375em - 1px);
margin-right: 0.1875em;
}
:host-context(fieldset[disabled]) .button {
pointer-events: none;
}
:host :host-context(.field.default) {
flex-shrink: 0;
}
:host-context(.field.default):not(:last-child) {
margin-bottom: 0;
margin-left: 0;
margin-right: 0.75rem;
}
:host-context(.field.default.reverse):not(:last-child) {
margin-bottom: 0;
margin-left: 0.75rem;
margin-right: 0;
}
/* ----------- button row grouped START ---------*/
:host :host-context(.field.default.grouped) {
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
}
:host-context(.field.default.grouped):not(:last-child) .button,
:host :host-context(.field.default.grouped tm-dropdown:not(:last-child) .dropdown-trigger) .button {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right-width: 0;
}
:host-context(.field.default.grouped):not(:first-child) .button,
:host :host-context(.field.default.grouped tm-dropdown:not(:first-child) .dropdown-trigger) .button {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
/* ----------- button row grouped END ---------*/
:host :host-context(.dropdown:not(.is-multiple) .dropdown-trigger) .button::after {
border: 1px solid var(--color-base);
border-right: 0;
border-top: 0;
content: " ";
display: block;
height: 0.5em;
pointer-events: none;
transform: rotate(-45deg);
transform-origin: center;
width: 0.5em;
margin-top: -0.25rem;
margin-left: 0.5rem;
z-index: 4;
}
:host :host-context(.dropdown:not(.is-multiple) .dropdown-trigger) .button.has-color::after {
margin-left: auto;
}
:host :host-context(.dropdown:not(.is-multiple) .dropdown-trigger) .button:not(.has-label):not(.has-color):not(.has-icon)::after {
margin-left: 0;
}
:host :host-context(tm-navlist-dropdown .dropdown:not(.is-multiple) .dropdown-trigger) .button::after {
margin-left: 0;
}
:host :host-context(.dropdown:not(.is-multiple) .dropdown-trigger) .button.is-primary::after {
border-color: 1px solid var(--color-light-light);
}
:host :host-context(.field .control .dropdown .dropdown-trigger),
:host :host-context(.field .control .dropdown .dropdown-trigger) .button {
width: 100%;
}
:host :host-context(.field .control .dropdown .dropdown-trigger) .button {
justify-content: space-between;
}
:host :host-context(.field .control .dropdown .dropdown-trigger) .button.is-empty {
justify-content: flex-end;
}
:host :host-context(.field .control .dropdown .dropdown-trigger) .button.has-label.has-color {
justify-content: flex-start;
}
.state {
display: inline-block;
border-radius: 50%;
width: 0.7rem;
height: 0.7rem;
margin-right: 1rem;
}
.state.square {
border-radius: 0;
}
.state.circle {
border-radius: 50%;
}
.state.sidebar {
position: absolute;
height: 2.05rem;
width: 0.25rem;
left: 0;
top: 0;
}
:host :host-context(.breadcrumb .item .dropdown-trigger) .button:after {
transition-duration: var(--duration-short);
transition-property: transform;
transform: translateX(-0.1rem) translateY(0.1rem) rotate(225deg);
will-change: transform;
}
:host :host-context(.breadcrumb .item .is-active .dropdown-trigger) .button:after {
transform: rotate(-45deg);
}
:host :host-context(.rem-10) .button.is-leftbound .label {
width: 5rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} | 0.411702 | 0.084682 |
body{
margin: 0;
padding: 0;
font-family: "Roboto";
}
ul{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
ul li{
list-style: none;
margin-right: 40px;
padding: 10px;
}
ul li a{
text-decoration: none;
font-size: 20px;
color: white;
}
ul li a:hover{
background: grey;
}
.cerrar {
text-decoration: none;
color: white;
cursor: pointer;
}
.user{
color: white;
}
.cerrar:hover{
text-decoration: none;
}
.contenedor-header{
color: white;
background: #194D39;
width: 100%;
height: 50px;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items:center;
justify-content: space-around;
}
.user{
font-weight: bold;
font-size: 18px;
font-family: 'Roboto';
color: black;
}
.label{
font-family: 'Arial';
font-size: 15px;
}
header{
position: relative;
}
.contenedor-menu{
width: 100%;
height: 70px;
background: #080E17;
position: absolute;
top: 50px;
}
h1{
font-size: 30px;
}
h1 a{
text-decoration: none;
color: white;
}
h2{
text-align: center;
font-size: 30px;
-webkit-box-shadow: 9px 2px 15px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 9px 2px 15px -6px rgba(0,0,0,0.75);
box-shadow: 9px 2px 15px -6px rgba(0,0,0,0.75);
background: white;
padding: 20px;
}
.contenedor-formulario{
-webkit-box-shadow: 17px 9px 36px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 17px 9px 36px 0px rgba(0,0,0,0.75);
box-shadow: 17px 9px 36px 0px rgba(0,0,0,0.75);
width: 80%;
margin: 100px auto;
height: 680px;
}
form{
width: 50%;
margin: 50px auto ;
}
input[type="text"], input[type="date"]{
padding: 5px;
width: 80%;
border-radius: 2px;
}
select{
padding: 5px;
border-radius: 5px;
}
label{
font-size: 15px;
font-family: "Roboto";
display: block;
}
.contenedor-input{
margin-top: 5px;
display: block;
}
input[type="submit"]{
width: 50%;
padding: 20px;
margin-top: 40px;
border-radius: 10px;
cursor: pointer;
background-color: dodgerblue;
color: white;
font-size: 15px;
font-family: "Roboto";
float: right;
}
.contenedor-submit{
width: 80%;
}
input[type="submit"]:hover{
background-color: darkcyan;
font-family: "Roboto";
}
#cedula{
width: 40%;
}
.alert{
width: 100%;
border-radius: 2px;
margin: 20px auto;
font-size: 12px;
}
.m_guardar{
background: #246B2D;
padding: 20px;
color: white;
text-align: left;
}
.m_error{
background: red;
padding: 20px;
color: white;
text-align: left;
} | estilos/personas.css | body{
margin: 0;
padding: 0;
font-family: "Roboto";
}
ul{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
ul li{
list-style: none;
margin-right: 40px;
padding: 10px;
}
ul li a{
text-decoration: none;
font-size: 20px;
color: white;
}
ul li a:hover{
background: grey;
}
.cerrar {
text-decoration: none;
color: white;
cursor: pointer;
}
.user{
color: white;
}
.cerrar:hover{
text-decoration: none;
}
.contenedor-header{
color: white;
background: #194D39;
width: 100%;
height: 50px;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items:center;
justify-content: space-around;
}
.user{
font-weight: bold;
font-size: 18px;
font-family: 'Roboto';
color: black;
}
.label{
font-family: 'Arial';
font-size: 15px;
}
header{
position: relative;
}
.contenedor-menu{
width: 100%;
height: 70px;
background: #080E17;
position: absolute;
top: 50px;
}
h1{
font-size: 30px;
}
h1 a{
text-decoration: none;
color: white;
}
h2{
text-align: center;
font-size: 30px;
-webkit-box-shadow: 9px 2px 15px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 9px 2px 15px -6px rgba(0,0,0,0.75);
box-shadow: 9px 2px 15px -6px rgba(0,0,0,0.75);
background: white;
padding: 20px;
}
.contenedor-formulario{
-webkit-box-shadow: 17px 9px 36px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 17px 9px 36px 0px rgba(0,0,0,0.75);
box-shadow: 17px 9px 36px 0px rgba(0,0,0,0.75);
width: 80%;
margin: 100px auto;
height: 680px;
}
form{
width: 50%;
margin: 50px auto ;
}
input[type="text"], input[type="date"]{
padding: 5px;
width: 80%;
border-radius: 2px;
}
select{
padding: 5px;
border-radius: 5px;
}
label{
font-size: 15px;
font-family: "Roboto";
display: block;
}
.contenedor-input{
margin-top: 5px;
display: block;
}
input[type="submit"]{
width: 50%;
padding: 20px;
margin-top: 40px;
border-radius: 10px;
cursor: pointer;
background-color: dodgerblue;
color: white;
font-size: 15px;
font-family: "Roboto";
float: right;
}
.contenedor-submit{
width: 80%;
}
input[type="submit"]:hover{
background-color: darkcyan;
font-family: "Roboto";
}
#cedula{
width: 40%;
}
.alert{
width: 100%;
border-radius: 2px;
margin: 20px auto;
font-size: 12px;
}
.m_guardar{
background: #246B2D;
padding: 20px;
color: white;
text-align: left;
}
.m_error{
background: red;
padding: 20px;
color: white;
text-align: left;
} | 0.195402 | 0.061115 |
body {
padding: 0;
margin: 0;
background: #FFF;
font-family: 'Dosis', sans-serif;
}
body button,
.btn,
body a {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.btn:hover,
body button:hover {
opacity: .8;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
body a:hover {
opacity: .8;
text-decoration: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
html {
scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0;
font-family: 'Lora', serif;
}
p {
margin: 0;
padding: 0;
font-size: 16px;
letter-spacing: 1px;
line-height: 1.9;
color: #999;
}
ul,
ol {
margin: 0;
padding: 0;
}
ul {
list-style-type: none;
}
/* //Reset Code */
/* colors code */
.text-bl {
color: #343a40;
}
.text-wh {
color: #fff;
}
.text-li {
color: #f8f9fa;
}
.bg-li {
background: #f8f9fa;
}
.bg-wh {
background: #fff;
}
.let {
letter-spacing: 1px;
}
/* //colors code */
/* bottom-to-top */
a.move-top {
position: fixed;
bottom: 3%;
right: 2%;
z-index: 0;
background: #fff;
width: 30px;
height: 30px;
border-radius: 50%;
-webkit-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-moz-border-radius: 50%;
}
a.move-top span {
color: #000;
font-size: 26px;
line-height: 30px;
}
/* //bottom-to-top */
/* header */
header {
background: #fff;
border-bottom: 1px solid #e4e4e4;
position: fixed;
width: 100%;
z-index: 999;
}
/* navigation */
/* CSS Document */
.toggle-2,
.toggle,
[id^=drop] {
display: none;
}
/* Giving a background-color to the nav container. */
nav {
margin: 0;
padding: 0;
}
#logo a {
float: left;
display: initial;
font-weight: 600;
font-size: 35px;
color: #719cfe;
text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.06);
}
/* Since we'll have the "ul li" "float:left"
* we need to add a clear after the container. */
nav:after {
content: "";
display: table;
clear: both;
}
/* Removing padding, margin and "list-style" from the "ul",
* and adding "position:reltive" */
nav ul {
/* float: right; */
padding: 0;
margin: 0;
list-style: none;
position: relative;
}
/* Positioning the navigation items inline */
nav ul li {
margin: 0px;
display: inline-block;
float: left;
}
/* Styling the links */
nav a {
color: #000;
text-transform: capitalize;
font-weight: 400;
font-size: 16px;
margin: 0 12px;
letter-spacing: 2px;
display: inline-block;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
/* Background color change on Hover */
nav a:hover {
color: #000;
opacity: .8;
}
/* Hide Dropdowns by Default
* and giving it a position of absolute */
nav ul ul {
display: none;
position: absolute;
top: 26px;
background: #ffffff;
padding: 10px;
border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
-moz-border-radius: 4px;
z-index: 9;
/* has to be the same number as the "line-height" of "nav a" */
-webkit-box-shadow: 0px -1px 5px 0px rgba(143,143,143,0.72);
-moz-box-shadow: 0px -1px 5px 0px rgba(143,143,143,0.72);
box-shadow: 0px -1px 5px 0px rgba(143,143,143,0.72);
}
nav ul ul li a:hover {
}
/* Display Dropdowns on Hover */
nav ul li:hover>ul {
display: inherit;
}
/* Fisrt Tier Dropdown */
nav ul ul li {
width: 170px;
float: none;
display: list-item;
position: relative;
}
nav ul ul li a {
display: block;
font-size: 14px;
margin: 10px 0;
letter-spacing: 1px;
}
/* Second, Third and more Tiers
* We move the 2nd and 3rd etc tier dropdowns to the left
* by the amount of the width of the first tier.
*/
nav ul ul ul li {
position: relative;
top: -60px;
/* has to be the same number as the "width" of "nav ul ul li" */
left: 170px;
}
/* Change ' +' in order to change the Dropdown symbol */
li>a:only-child:after {
content: '';
}
/* Media Queries
--------------------------------------------- */
@media(max-width: 1280px) {
nav a {
font-size: 14px;
}
}
@media all and (max-width : 991px) {
#logo {
display: block;
padding: 0;
width: 100%;
text-align: center;
float: none;
}
nav {
margin: 0;
}
/* Hide the navigation menu by default */
/* Also hide the */
.toggle+a,
.menu {
display: none;
}
/* Stylinf the toggle lable */
.toggle {
display: block;
padding: 7px 12px;
font-size: 15px;
text-decoration: none;
border: none;
float: right;
background-color: #eee;
color: #000;
border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
-moz-border-radius: 4px;
letter-spacing: 1px;
margin-bottom: 0;
cursor: pointer;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.menu .toggle {
float: none;
text-align: center;
margin: auto;
max-width: 115px;
padding: 5px;
font-weight: normal;
font-size: 14px;
letter-spacing: 2px;
background: transparent;
color: #000;
}
.toggle:hover {
opacity: .8;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
/* Display Dropdown when clicked on Parent Lable */
[id^=drop]:checked+ul {
display: block;
padding: 15px 0;
text-align: center;
width: 100%;
}
nav ul {
float: right;
}
/* Change menu item's width to 100% */
nav ul li {
display: block;
width: 100%;
}
nav a:hover,
nav ul ul ul a {
background-color: transparent;
}
/* Hide Dropdowns by Default */
nav ul ul {
float: none;
position: static;
color: #ffffff;
/* has to be the same number as the "line-height" of "nav a" */
}
/* Hide menus on hover */
nav ul ul li:hover>ul,
nav ul li:hover>ul {
display: none;
}
/* Fisrt Tier Dropdown */
nav ul ul li {
display: block;
width: 100%;
padding: 0;
}
nav ul ul li a {
letter-spacing: 2px;
}
nav ul ul ul li {
position: static;
/* has to be the same number as the "width" of "nav ul ul li" */
}
.menu li.active a,
.menu li a:hover {
opacity: .8;
}
nav a {
font-size: 14px;
display: block;
margin: 8px 0;
}
a.reqe-button {
padding: 12px 20px;
font-size: 13px;
margin: 0 8px;
}
}
@media all and (max-width : 330px) {
nav ul li {
display: block;
width: 94%;
}
}
/* dropdown */
#demo {
margin: 10px 0 0px 0;
}
#demo .wrapper {
display: inline-block;
position: relative;
}
#demo .parent {
height: 100%;
width: 100%;
display: block;
cursor: pointer;
line-height: 30px;
height: 30px;
color: #fff;
z-index: 2;
position: relative;
-webkit-transition: border-radius .1s linear, background .1s linear, z-index 0s linear;
-webkit-transition-delay: .8s;
text-align: center;
color: #fff;
text-transform: capitalize;
font-weight: 500;
font-size: 15px;
letter-spacing: 1px;
padding-left: 0;
padding-right: 0;
}
#demo .parent:hover,
#demo .content:hover~.parent {
-webkit-transition-delay: 0s, 0s, 0s;
}
#demo .content:hover~.parent {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
z-index: 0;
}
#demo .content {
position: absolute;
top: 0;
display: block;
z-index: 1;
height: 0;
width: 150px;
padding-top: 30px;
-webkit-transition: height .5s ease;
-webkit-transition-delay: .4s;
}
#demo .wrapper:active .content {
height: 150px;
z-index: 3;
-webkit-transition-delay: 0s;
}
#demo .content:hover {
height: 150px;
z-index: 3;
-webkit-transition-delay: 0s;
}
#demo .content ul {
background: #fff;
margin: 0;
padding: 0;
overflow: hidden;
height: 100%;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
#demo .content ul a {
text-decoration: none;
padding: 0;
}
#demo .content li {
list-style: none;
text-align: left;
color: #999;
font-size: 16px;
line-height: 30px;
height: 40px;
line-height: 40px;
padding-left: 10px;
border-top: 1px solid #eee;
}
#demo .content li:last-of-type {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
/* //dropdown */
/* //navigation */
/* //header */
/* banner */
.mian-content-wthree {
background: url(../images/69.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
min-height: 50vw;
position: relative;
z-index: 1;
}
/* banner text */
.style-banner {
padding-top: 18em;
max-width: 800px;
}
.style-banner h3 {
font-size: 52px;
letter-spacing: 1px;
}
.style-banner h3 span {
color: #ff7f62;
}
.style-banner p {
font-size: 18px;
letter-spacing: 4px;
}
/* //banner text */
/* form */
.home-form-w3ls .form-control {
font-size: 15px;
border: none;
-webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.28);
-moz-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.28);
box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.28);
outline: none;
letter-spacing: 1px;
color: #000;
box-sizing: border-box;
border-radius: 0px;
-webkit-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
-moz-border-radius: 0px;
padding: 12px;
}
.home-form-w3ls textarea.form-control {
height: 46px;
}
.home-form-w3ls button {
background: #ff7f62;
color: #fff;
padding: 13px 40px;
margin-top: 2em;
border: none;
outline: none;
letter-spacing: 1px;
font-size: 16px;
cursor: pointer;
border-radius: 0;
-webkit-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
-moz-border-radius: 0;
}
/* //form */
/* //banner */
/* bannner bottom */
h3.title-w3 {
font-size: 42px;
color: #719cfe;
}
.services h3.title-w3,
.clients h3.title-w3,
.contact h3.title-w3 {
color: #fff;
}
h3.title-sub {
font-size: 27px;
line-height: 1.5;
letter-spacing: 1px;
}
h3.title-sub span {
display: block;
}
/* //bannner bottom */
/* what */
.services {
background: url(../images/bg3.jpg) center no-repeat fixed;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
.services h3.title-w3 span {
color: #ff7f62;
}
.w3pvtits-services-grids h4 {
font-size: 23px;
font-weight: 600;
color: #000 !important;
letter-spacing: .5px;
}
.w3pvtits-services-grids span.ser-icon {
font-size: 2em;
color: #ff7f62;
width: 70px;
height: 70px;
line-height: 2.2;
text-align: center;
box-shadow: 7px 4px 5px rgba(0, 0, 0, 0.37);
-webkit-box-shadow: 7px 4px 5px rgba(0, 0, 0, 0.37);
-moz-box-shadow: 7px 4px 5px rgba(0, 0, 0, 0.37);
border-radius: 50%;
-webkit-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-moz-border-radius: 50%;
}
.w3pvtits-services-grids {
background: #fff;
padding: 3em;
}
a.service-btn {
color: #fff;
font-size: 15px;
display: inline-block;
letter-spacing: 1px;
background: #ff7f62;
padding: 10px 16px;
border-radius: 0px;
-webkit-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
-moz-border-radius: 0px;
}
a.service-btn:hover,
.home-form-w3ls button:hover {
letter-spacing: 2px;
}
/* //what */
/* courses */
.place-w3 {
padding: 0 .5em;
}
.team-img {
min-height: 330px;
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
}
.team-img-1 {
background: url(../images/p1.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
}
.team-img-2 {
background: url(../images/p2.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
}
.team-img-3 {
background: url(../images/p3.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
}
.team-img-4 {
background: url(../images/p4.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
}
.team-content {
padding: 3em 2em 0;
}
.team-meta {
color: #eee;
font-size: 14px;
margin-top: 2px;
}
.team-content h4 {
font-size: 24px;
font-weight: 600;
}
/* //courses */
/* testimonials */
.clients {
background: url(../images/bg2.jpg) no-repeat center fixed;
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
}
.feedback-info p {
max-width: 700px;
margin: 0 auto;
line-height: 1.8;
color: #e4e4e4;
}
.feedback-info img {
border-radius: 50%;
-webkit-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-moz-border-radius: 50%;
}
/* //testimonials */
/* events */
.card {
background-color: #eee;
border: none;
-webkit-box-shadow: 5px 6px 8px 0 rgba(56, 56, 56, 0.21);
-moz-box-shadow: 5px 6px 8px 0 rgba(56, 56, 56, 0.21);
box-shadow: 5px 6px 8px 0 rgba(56, 56, 56, 0.21);
}
h5.card-title a {
color: #fff;
font-weight: 400;
font-size: 16px;
letter-spacing: 1px;
background: #719cfe;
padding: 1em;
display: block;
}
.blog_w3icon span {
color: #333;
font-size: 14px;
word-spacing: 3px;
letter-spacing: 1px;
}
.card-body p {
color: #333;
font-size: 15px;
}
.card-footer {
background-color: #dee2e6;
}
/* //events */
/* stats */
.middlesection-w3pvt {
position: relative;
background: #719cfe;
margin-top: 8em !important;
}
.counter {
color: #fff;
font-size: 4.5em;
font-weight: 600;
margin-bottom: 6px;
}
h3.title-w3-2 {
font-size: 34px;
letter-spacing: 1px;
color: #212020;
}
.agents-w3 {
position: absolute;
left: 7%;
bottom: 0;
}
/* //stats */
/* gallery */
.gal-img img {
padding: 10px;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.gal-img:hover.gal-img img {
box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
-webkit-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
-moz-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
/* popup */
.pop-overlay {
position: fixed;
top: 0px;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.7);
transition: opacity 0ms;
visibility: hidden;
opacity: 0;
z-index: 999;
}
.pop-overlay:target {
visibility: visible;
opacity: 1;
}
.popup {
background: #719cfe;
border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
-moz-border-radius: 4px;
max-width: 520px;
position: relative;
margin: 8em auto;
padding: 3em 2em 2em;
}
.popup img {
box-shadow: 0px 14px 23px 0 rgba(56, 56, 56, 0.23);
-webkit-box-shadow: 0px 14px 23px 0 rgba(56, 56, 56, 0.23);
-moz-box-shadow: 0px 14px 23px 0 rgba(56, 56, 56, 0.23);
}
.popup p {
color: #fff;
font-size: 16px;
line-height: 1.9;
letter-spacing: 1px;
}
.popup .close {
position: absolute;
top: 5px;
right: 15px;
transition: all 200ms;
font-size: 30px;
font-weight: bold;
text-decoration: none;
color: #fff;
opacity: 1;
}
.popup .close:hover {
color: #f14f5e;
}
/* //popup */
/* //gallery */
/* apps */
.apps_w3w3pvt {
position: relative;
}
ul.apps-lists li {
display: inline-block;
}
ul.apps-lists li a {
background: #fff;
color: #000;
padding: 12px 25px;
box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
font-size: 16px;
letter-spacing: 1px;
display: inline-block;
}
ul.apps-lists li a span {
color: #ff7f62;
font-size: 24px;
vertical-align: middle;
}
ul.apps-lists li a.active {
background: #ff7f62;
color: #fff;
}
ul.apps-lists li a.active span {
color: #fff;
}
.img-podi-w3ls {
position: absolute;
top: 30%;
right: 6%;
transform: rotate(40deg);
}
.img-podi-w3ls span {
font-size: 8em;
color: #ff7f62;
}
/* //apps */
/* contact */
.contact {
background: url(../images/bg1.jpg) no-repeat 0px 0px;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
.contact_grid_right input[type="text"],
.contact_grid_right input[type="email"],
.contact_grid_right textarea {
outline: none;
padding: 15px 15px;
font-size: 14px;
color: #000;
background: #fff;
letter-spacing: 1px;
border: none;
border-radius: 0px;
-webkit-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
-moz-border-radius: 0px;
}
.contact_grid_right textarea {
min-height: 110px;
resize: none;
width: 100%;
}
.contact_grid_right button {
outline: none;
padding: 15px 0;
font-size: 14px;
color: #fff;
background: #719cfe;
border: none;
border-radius: 0px;
-webkit-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
-moz-border-radius: 0px;
letter-spacing: 2px;
text-transform: uppercase;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
font-weight: 600;
cursor: pointer;
}
/* //contact */
/* inner banner */
.inner-banner-w3ls {
background: url(../images/banner.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
position: relative;
z-index: 1;
}
/* login */
.modal-body {
max-width: 600px;
margin: 0 auto;
}
label.col-form-label {
color: #fff;
letter-spacing: 1px;
font-size: 15px;
margin-bottom: 5px;
}
.modal-body .form-control {
background: #fff;
border-radius: 0px;
-webkit-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
-moz-border-radius: 0px;
border: none;
padding: 10px 15px;
}
button.button-style-w3 {
outline: none;
padding: 12px 20px;
font-size: 14px;
color: #fff;
background: #ff7f62;
border: none;
border-radius: 0px;
letter-spacing: 1px;
text-transform: uppercase;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
font-weight: 600;
width: 100%;
margin-top: 1em;
}
.text-style-w3ls {
letter-spacing: 1px;
font-size: 15px;
}
p.dont-do a:hover,
.text-style-w3ls:hover {
color: #fff;
}
/* //login */
/* footer */
footer {
background: #ff7f62;
}
.footer-grid h3 {
font-size: 24px;
color: #fff;
letter-spacing: .5px;
font-weight: 600;
}
.footer-grid ul li a,
.footer-grid ul li {
color: #eee;
font-size: 16px;
letter-spacing: 1.5px;
margin: 10px 0;
font-weight: 400;
}
/* logo */
a.logo.text-wh {
font-size: 44px;
}
a.logo:hover {
color:#fff;
}
.copyright-w3ls {
background: #191919;
}
/* //logo */
/* copyright */
p.copy-right-grids {
font-size: 14px;
letter-spacing: 2px;
}
p.copy-right-grids a {
color: #ff7f62;
}
p.copy-right-grids a:hover {
color: #fff;
}
/* //copyright */
/* social-icons */
.w3social-icons ul li {
display: inline-block;
}
.w3social-icons ul li a {
color: #fff;
font-size: 15px;
display: block;
-webkit-box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 0.59);
-moz-box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 0.59);
box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 0.59);
width: 38px;
height: 38px;
text-align: center;
line-height: 2.6;
}
.w3social-icons ul li a:hover {
-webkit-box-shadow: 0px 0px 13px 2px #ff7f62;
-moz-box-shadow: 0px 0px 13px 2px #ff7f62;
box-shadow: 0px 0px 13px 2px #ff7f62;
}
/* //social-icons */
/* //footer */
/* responsive */
@media(max-width: 1680px) {
.style-banner {
padding-top: 16em;
}
}
@media(max-width: 1600px) {
.style-banner {
padding-top: 14em;
}
}
@media(max-width: 1440px) {
.style-banner {
padding-top: 12em;
}
.mian-content-wthree {
min-height: 52vw;
}
.counter {
font-size: 4em;
}
}
@media(max-width: 1366px) {
h3.title-w3 {
font-size: 40px;
}
.style-banner h3 {
font-size: 48px;
}
.style-banner p {
font-size: 16px;
}
.mian-content-wthree {
min-height: 54vw;
}
}
@media(max-width: 1280px) {
.w3pvtits-services-grids {
padding: 2em;
}
.style-banner {
padding-top: 11em;
}
h3.w3pvt-title {
font-size: 23px;
}
}
@media(max-width: 1080px) {
a.logo.text-wh {
font-size: 40px;
}
.demo>li {
max-width: 295px;
}
p {
font-size: 15px;
}
ul.apps-lists li a {
padding: 14px 25px;
font-size: 15px;
}
ul.apps-lists li a span {
font-size: 22px;
}
.img-podi-w3ls span {
font-size: 7em;
}
.serv-w3mk {
padding: 0 .5em;
}
.team-img {
min-height: 280px;
}
.mian-content-wthree {
min-height: 720px;
}
p.counter {
font-size: 2.6em;
}
.footer-grid h3 {
font-size: 20px;
}
.counter {
font-size: 3.5em;
}
h3.title-w3 {
font-size: 34px;
}
.agents-w3 {
width: 22%;
}
h3.title-sub {
font-size: 25px;
}
.style-banner h3 {
font-size: 44px;
}
}
@media(max-width: 991px) {
.contact_grid_right input[type="text"],
.contact_grid_right input[type="email"],
.contact_grid_right textarea {
padding: 14px 15px;
font-size: 13px;
}
.contact_grid_right textarea {
min-height: 160px;
}
.demo>li {
max-width: 215px;
}
.serv-w3mk {
padding: 0 1em;
}
.w3pvtits-services-grids {
padding: 3em;
max-width: 400px;
margin: 0 auto;
}
.team-img {
min-height: 330px;
}
.style-banner p {
font-size: 15px;
}
.mian-content-wthree {
min-height: 750px;
}
.agents-w3 {
width: 17%;
}
.footer-grid h3 {
font-size: 22px;
}
h3.w3pvt-title {
font-size: 24px;
}
.counter {
font-size: 3em;
}
.middlesection-w3pvt {
margin-top: 3em !important;
}
#logo a {
font-size: 30px;
}
.style-banner {
padding-top: 9em;
}
}
@media(max-width: 900px) {
.agents-w3 {
left: 4%;
}
.img-podi-w3ls span {
font-size: 5em;
}
}
@media(max-width: 800px) {
.agents-w3 {
width: 22%;
left: 2%;
}
}
@media(max-width: 736px) {
.w3social-icons ul li a {
font-size: 14px;
width: 35px;
height: 35px;
}
.demo>li {
max-width: 240px;
}
ul.apps-lists li a {
padding: 14px 17px;
font-size: 14px;
}
h3.title-w3 {
font-size: 32px;
}
.team-img {
min-height: 290px;
}
.style-banner h3 {
font-size: 42px;
}
.style-banner p {
font-size: 14px;
}
.style-banner {
padding-top: 8em;
}
.mian-content-wthree {
min-height: 700px;
}
p.counter {
font-size: 2.2em;
}
.counter {
font-size: 2.8em;
}
h3.title-sub {
font-size: 23px;
}
.style-banner h3 {
font-size: 38px;
}
}
@media(max-width: 667px) {
ul.apps-lists li a {
padding: 13px 11px;
}
ul.apps-lists li a span {
font-size: 20px;
}
a.logo.text-wh {
font-size: 36px;
}
.agents-w3 {
width: 25%;
}
}
@media(max-width: 640px) {
h3.title-w3 {
font-size: 32px;
}
.property-paper {
text-align: center;
margin-top: 1em;
}
.counter {
font-size: 2.5em;
}
}
@media(max-width: 600px) {
ul.apps-lists li a {
padding: 13px 9px;
font-size: 13px;
}
ul.apps-lists li a i {
font-size: 18px;
}
}
@media(max-width: 568px) {
ul.apps-lists li {
display: block;
}
ul.apps-lists li a {
padding: 15px 15px;
}
.place-w3 {
padding: 0 1em;
}
.team-img {
min-height: 340px;
}
.home-form-w3ls select.form-control {
font-size: 14px;
}
.home-form-w3ls button {
font-size: 15px;
}
.w3layouts_stats_left {
padding: 0 1em;
}
.agents-w3 {
width: 30%;
}
.img-podi-w3ls {
top: 48%;
}
.popup {
margin: 5em 1em;
}
.agents-w3 {
width: 30%;
position: static;
}
}
@media(max-width: 480px) {
.demo>li {
max-width: 202px;
}
.style-banner h3 {
font-size: 32px;
}
.style-banner p {
font-size: 12px;
}
.mian-content-wthree {
min-height: 700px;
}
.agents-w3 {
width: 50%;
}
.img-podi-w3ls span {
font-size: 4em;
}
}
@media(max-width: 440px) {
.contact_grid_right textarea {
min-height: 140px;
}
.demo>li {
max-width: 100%;
}
h3.w3pvt-title {
font-size: 23px;
}
h3.title-sub {
font-size: 21px;
}
}
@media(max-width: 414px) {
.style-banner h3 {
font-size: 30px;
}
.style-banner {
padding-top: 8em;
}
.mian-content-wthree {
min-height: 680px;
}
h5.card-title a {
font-size: 15px;
}
}
@media(max-width: 384px) {
.contact_grid_right button {
padding: 14px 0;
font-size: 13px;
}
.img-podi-w3ls span {
font-size: 3em;
}
.popup p {
font-size: 15px;
}
.w3layouts_stats_left {
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 18px;
}
h3.title-w3 {
font-size: 28px;
}
.style-banner h3 {
font-size: 28px;
}
}
@media(max-width: 375px) {
h3.title-w3 {
font-size: 30px;
}
.w3pvtits-services-grids {
padding: 2em;
}
.style-banner {
padding-top: 7em;
}
.home-form-w3ls select.form-control {
font-size: 13px;
}
.home-form-w3ls button {
font-size: 14px;
padding: 13px 30px;
}
.mian-content-wthree {
min-height: 620px;
}
h3.title-w3 {
font-size: 26px;
}
.footer-grid {
flex: 0 0 100%;
max-width: 100%;
}
p {
font-size: 14px;
}
a.service-btn {
font-size: 14px;
padding: 9px 14px;
}
#logo a {
font-size: 28px;
}
}
@media(max-width: 320px) {
p.copy-right-grids {
letter-spacing: 1px;
}
.footer-grid ul li a,
.footer-grid ul li {
font-size: 15px;
}
.contact_grid_right textarea {
min-height: 120px;
}
h3.title-w3 {
font-size: 26px;
}
.team-img {
min-height: 300px;
}
.style-banner h3 {
font-size: 23px;
}
.style-banner p {
font-size: 11px;
letter-spacing: 2px;
}
.style-banner {
padding-top: 6.5em;
}
.mian-content-wthree {
min-height: 600px;
}
.agents-w3 {
width: 60%;
}
.footer-grid:nth-child(2),
.footer-grid:nth-child(4) {
margin-top: 1em;
}
.img-podi-w3ls span {
font-size: 2.5em;
}
a.logo.text-wh {
font-size: 32px;
}
.popup {
padding: 2.5em 1em 1em;
}
h5.card-title a {
font-size: 13px;
}
.card-body p {
font-size: 14px;
}
.w3pvtits-services-grids h4 {
font-size: 22px;
}
.home-form-w3ls {
margin-top: 2em !important;
}
.modal-body {
padding: 0;
}
}
/* //responsive */ | web/Front/css/style.css | body {
padding: 0;
margin: 0;
background: #FFF;
font-family: 'Dosis', sans-serif;
}
body button,
.btn,
body a {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.btn:hover,
body button:hover {
opacity: .8;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
body a:hover {
opacity: .8;
text-decoration: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
html {
scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0;
font-family: 'Lora', serif;
}
p {
margin: 0;
padding: 0;
font-size: 16px;
letter-spacing: 1px;
line-height: 1.9;
color: #999;
}
ul,
ol {
margin: 0;
padding: 0;
}
ul {
list-style-type: none;
}
/* //Reset Code */
/* colors code */
.text-bl {
color: #343a40;
}
.text-wh {
color: #fff;
}
.text-li {
color: #f8f9fa;
}
.bg-li {
background: #f8f9fa;
}
.bg-wh {
background: #fff;
}
.let {
letter-spacing: 1px;
}
/* //colors code */
/* bottom-to-top */
a.move-top {
position: fixed;
bottom: 3%;
right: 2%;
z-index: 0;
background: #fff;
width: 30px;
height: 30px;
border-radius: 50%;
-webkit-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-moz-border-radius: 50%;
}
a.move-top span {
color: #000;
font-size: 26px;
line-height: 30px;
}
/* //bottom-to-top */
/* header */
header {
background: #fff;
border-bottom: 1px solid #e4e4e4;
position: fixed;
width: 100%;
z-index: 999;
}
/* navigation */
/* CSS Document */
.toggle-2,
.toggle,
[id^=drop] {
display: none;
}
/* Giving a background-color to the nav container. */
nav {
margin: 0;
padding: 0;
}
#logo a {
float: left;
display: initial;
font-weight: 600;
font-size: 35px;
color: #719cfe;
text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.06);
}
/* Since we'll have the "ul li" "float:left"
* we need to add a clear after the container. */
nav:after {
content: "";
display: table;
clear: both;
}
/* Removing padding, margin and "list-style" from the "ul",
* and adding "position:reltive" */
nav ul {
/* float: right; */
padding: 0;
margin: 0;
list-style: none;
position: relative;
}
/* Positioning the navigation items inline */
nav ul li {
margin: 0px;
display: inline-block;
float: left;
}
/* Styling the links */
nav a {
color: #000;
text-transform: capitalize;
font-weight: 400;
font-size: 16px;
margin: 0 12px;
letter-spacing: 2px;
display: inline-block;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
/* Background color change on Hover */
nav a:hover {
color: #000;
opacity: .8;
}
/* Hide Dropdowns by Default
* and giving it a position of absolute */
nav ul ul {
display: none;
position: absolute;
top: 26px;
background: #ffffff;
padding: 10px;
border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
-moz-border-radius: 4px;
z-index: 9;
/* has to be the same number as the "line-height" of "nav a" */
-webkit-box-shadow: 0px -1px 5px 0px rgba(143,143,143,0.72);
-moz-box-shadow: 0px -1px 5px 0px rgba(143,143,143,0.72);
box-shadow: 0px -1px 5px 0px rgba(143,143,143,0.72);
}
nav ul ul li a:hover {
}
/* Display Dropdowns on Hover */
nav ul li:hover>ul {
display: inherit;
}
/* Fisrt Tier Dropdown */
nav ul ul li {
width: 170px;
float: none;
display: list-item;
position: relative;
}
nav ul ul li a {
display: block;
font-size: 14px;
margin: 10px 0;
letter-spacing: 1px;
}
/* Second, Third and more Tiers
* We move the 2nd and 3rd etc tier dropdowns to the left
* by the amount of the width of the first tier.
*/
nav ul ul ul li {
position: relative;
top: -60px;
/* has to be the same number as the "width" of "nav ul ul li" */
left: 170px;
}
/* Change ' +' in order to change the Dropdown symbol */
li>a:only-child:after {
content: '';
}
/* Media Queries
--------------------------------------------- */
@media(max-width: 1280px) {
nav a {
font-size: 14px;
}
}
@media all and (max-width : 991px) {
#logo {
display: block;
padding: 0;
width: 100%;
text-align: center;
float: none;
}
nav {
margin: 0;
}
/* Hide the navigation menu by default */
/* Also hide the */
.toggle+a,
.menu {
display: none;
}
/* Stylinf the toggle lable */
.toggle {
display: block;
padding: 7px 12px;
font-size: 15px;
text-decoration: none;
border: none;
float: right;
background-color: #eee;
color: #000;
border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
-moz-border-radius: 4px;
letter-spacing: 1px;
margin-bottom: 0;
cursor: pointer;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.menu .toggle {
float: none;
text-align: center;
margin: auto;
max-width: 115px;
padding: 5px;
font-weight: normal;
font-size: 14px;
letter-spacing: 2px;
background: transparent;
color: #000;
}
.toggle:hover {
opacity: .8;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
/* Display Dropdown when clicked on Parent Lable */
[id^=drop]:checked+ul {
display: block;
padding: 15px 0;
text-align: center;
width: 100%;
}
nav ul {
float: right;
}
/* Change menu item's width to 100% */
nav ul li {
display: block;
width: 100%;
}
nav a:hover,
nav ul ul ul a {
background-color: transparent;
}
/* Hide Dropdowns by Default */
nav ul ul {
float: none;
position: static;
color: #ffffff;
/* has to be the same number as the "line-height" of "nav a" */
}
/* Hide menus on hover */
nav ul ul li:hover>ul,
nav ul li:hover>ul {
display: none;
}
/* Fisrt Tier Dropdown */
nav ul ul li {
display: block;
width: 100%;
padding: 0;
}
nav ul ul li a {
letter-spacing: 2px;
}
nav ul ul ul li {
position: static;
/* has to be the same number as the "width" of "nav ul ul li" */
}
.menu li.active a,
.menu li a:hover {
opacity: .8;
}
nav a {
font-size: 14px;
display: block;
margin: 8px 0;
}
a.reqe-button {
padding: 12px 20px;
font-size: 13px;
margin: 0 8px;
}
}
@media all and (max-width : 330px) {
nav ul li {
display: block;
width: 94%;
}
}
/* dropdown */
#demo {
margin: 10px 0 0px 0;
}
#demo .wrapper {
display: inline-block;
position: relative;
}
#demo .parent {
height: 100%;
width: 100%;
display: block;
cursor: pointer;
line-height: 30px;
height: 30px;
color: #fff;
z-index: 2;
position: relative;
-webkit-transition: border-radius .1s linear, background .1s linear, z-index 0s linear;
-webkit-transition-delay: .8s;
text-align: center;
color: #fff;
text-transform: capitalize;
font-weight: 500;
font-size: 15px;
letter-spacing: 1px;
padding-left: 0;
padding-right: 0;
}
#demo .parent:hover,
#demo .content:hover~.parent {
-webkit-transition-delay: 0s, 0s, 0s;
}
#demo .content:hover~.parent {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
z-index: 0;
}
#demo .content {
position: absolute;
top: 0;
display: block;
z-index: 1;
height: 0;
width: 150px;
padding-top: 30px;
-webkit-transition: height .5s ease;
-webkit-transition-delay: .4s;
}
#demo .wrapper:active .content {
height: 150px;
z-index: 3;
-webkit-transition-delay: 0s;
}
#demo .content:hover {
height: 150px;
z-index: 3;
-webkit-transition-delay: 0s;
}
#demo .content ul {
background: #fff;
margin: 0;
padding: 0;
overflow: hidden;
height: 100%;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
#demo .content ul a {
text-decoration: none;
padding: 0;
}
#demo .content li {
list-style: none;
text-align: left;
color: #999;
font-size: 16px;
line-height: 30px;
height: 40px;
line-height: 40px;
padding-left: 10px;
border-top: 1px solid #eee;
}
#demo .content li:last-of-type {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
/* //dropdown */
/* //navigation */
/* //header */
/* banner */
.mian-content-wthree {
background: url(../images/69.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
min-height: 50vw;
position: relative;
z-index: 1;
}
/* banner text */
.style-banner {
padding-top: 18em;
max-width: 800px;
}
.style-banner h3 {
font-size: 52px;
letter-spacing: 1px;
}
.style-banner h3 span {
color: #ff7f62;
}
.style-banner p {
font-size: 18px;
letter-spacing: 4px;
}
/* //banner text */
/* form */
.home-form-w3ls .form-control {
font-size: 15px;
border: none;
-webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.28);
-moz-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.28);
box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.28);
outline: none;
letter-spacing: 1px;
color: #000;
box-sizing: border-box;
border-radius: 0px;
-webkit-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
-moz-border-radius: 0px;
padding: 12px;
}
.home-form-w3ls textarea.form-control {
height: 46px;
}
.home-form-w3ls button {
background: #ff7f62;
color: #fff;
padding: 13px 40px;
margin-top: 2em;
border: none;
outline: none;
letter-spacing: 1px;
font-size: 16px;
cursor: pointer;
border-radius: 0;
-webkit-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
-moz-border-radius: 0;
}
/* //form */
/* //banner */
/* bannner bottom */
h3.title-w3 {
font-size: 42px;
color: #719cfe;
}
.services h3.title-w3,
.clients h3.title-w3,
.contact h3.title-w3 {
color: #fff;
}
h3.title-sub {
font-size: 27px;
line-height: 1.5;
letter-spacing: 1px;
}
h3.title-sub span {
display: block;
}
/* //bannner bottom */
/* what */
.services {
background: url(../images/bg3.jpg) center no-repeat fixed;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
.services h3.title-w3 span {
color: #ff7f62;
}
.w3pvtits-services-grids h4 {
font-size: 23px;
font-weight: 600;
color: #000 !important;
letter-spacing: .5px;
}
.w3pvtits-services-grids span.ser-icon {
font-size: 2em;
color: #ff7f62;
width: 70px;
height: 70px;
line-height: 2.2;
text-align: center;
box-shadow: 7px 4px 5px rgba(0, 0, 0, 0.37);
-webkit-box-shadow: 7px 4px 5px rgba(0, 0, 0, 0.37);
-moz-box-shadow: 7px 4px 5px rgba(0, 0, 0, 0.37);
border-radius: 50%;
-webkit-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-moz-border-radius: 50%;
}
.w3pvtits-services-grids {
background: #fff;
padding: 3em;
}
a.service-btn {
color: #fff;
font-size: 15px;
display: inline-block;
letter-spacing: 1px;
background: #ff7f62;
padding: 10px 16px;
border-radius: 0px;
-webkit-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
-moz-border-radius: 0px;
}
a.service-btn:hover,
.home-form-w3ls button:hover {
letter-spacing: 2px;
}
/* //what */
/* courses */
.place-w3 {
padding: 0 .5em;
}
.team-img {
min-height: 330px;
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
}
.team-img-1 {
background: url(../images/p1.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
}
.team-img-2 {
background: url(../images/p2.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
}
.team-img-3 {
background: url(../images/p3.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
}
.team-img-4 {
background: url(../images/p4.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
}
.team-content {
padding: 3em 2em 0;
}
.team-meta {
color: #eee;
font-size: 14px;
margin-top: 2px;
}
.team-content h4 {
font-size: 24px;
font-weight: 600;
}
/* //courses */
/* testimonials */
.clients {
background: url(../images/bg2.jpg) no-repeat center fixed;
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
}
.feedback-info p {
max-width: 700px;
margin: 0 auto;
line-height: 1.8;
color: #e4e4e4;
}
.feedback-info img {
border-radius: 50%;
-webkit-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-moz-border-radius: 50%;
}
/* //testimonials */
/* events */
.card {
background-color: #eee;
border: none;
-webkit-box-shadow: 5px 6px 8px 0 rgba(56, 56, 56, 0.21);
-moz-box-shadow: 5px 6px 8px 0 rgba(56, 56, 56, 0.21);
box-shadow: 5px 6px 8px 0 rgba(56, 56, 56, 0.21);
}
h5.card-title a {
color: #fff;
font-weight: 400;
font-size: 16px;
letter-spacing: 1px;
background: #719cfe;
padding: 1em;
display: block;
}
.blog_w3icon span {
color: #333;
font-size: 14px;
word-spacing: 3px;
letter-spacing: 1px;
}
.card-body p {
color: #333;
font-size: 15px;
}
.card-footer {
background-color: #dee2e6;
}
/* //events */
/* stats */
.middlesection-w3pvt {
position: relative;
background: #719cfe;
margin-top: 8em !important;
}
.counter {
color: #fff;
font-size: 4.5em;
font-weight: 600;
margin-bottom: 6px;
}
h3.title-w3-2 {
font-size: 34px;
letter-spacing: 1px;
color: #212020;
}
.agents-w3 {
position: absolute;
left: 7%;
bottom: 0;
}
/* //stats */
/* gallery */
.gal-img img {
padding: 10px;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.gal-img:hover.gal-img img {
box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
-webkit-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
-moz-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
/* popup */
.pop-overlay {
position: fixed;
top: 0px;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.7);
transition: opacity 0ms;
visibility: hidden;
opacity: 0;
z-index: 999;
}
.pop-overlay:target {
visibility: visible;
opacity: 1;
}
.popup {
background: #719cfe;
border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
-moz-border-radius: 4px;
max-width: 520px;
position: relative;
margin: 8em auto;
padding: 3em 2em 2em;
}
.popup img {
box-shadow: 0px 14px 23px 0 rgba(56, 56, 56, 0.23);
-webkit-box-shadow: 0px 14px 23px 0 rgba(56, 56, 56, 0.23);
-moz-box-shadow: 0px 14px 23px 0 rgba(56, 56, 56, 0.23);
}
.popup p {
color: #fff;
font-size: 16px;
line-height: 1.9;
letter-spacing: 1px;
}
.popup .close {
position: absolute;
top: 5px;
right: 15px;
transition: all 200ms;
font-size: 30px;
font-weight: bold;
text-decoration: none;
color: #fff;
opacity: 1;
}
.popup .close:hover {
color: #f14f5e;
}
/* //popup */
/* //gallery */
/* apps */
.apps_w3w3pvt {
position: relative;
}
ul.apps-lists li {
display: inline-block;
}
ul.apps-lists li a {
background: #fff;
color: #000;
padding: 12px 25px;
box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
font-size: 16px;
letter-spacing: 1px;
display: inline-block;
}
ul.apps-lists li a span {
color: #ff7f62;
font-size: 24px;
vertical-align: middle;
}
ul.apps-lists li a.active {
background: #ff7f62;
color: #fff;
}
ul.apps-lists li a.active span {
color: #fff;
}
.img-podi-w3ls {
position: absolute;
top: 30%;
right: 6%;
transform: rotate(40deg);
}
.img-podi-w3ls span {
font-size: 8em;
color: #ff7f62;
}
/* //apps */
/* contact */
.contact {
background: url(../images/bg1.jpg) no-repeat 0px 0px;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
.contact_grid_right input[type="text"],
.contact_grid_right input[type="email"],
.contact_grid_right textarea {
outline: none;
padding: 15px 15px;
font-size: 14px;
color: #000;
background: #fff;
letter-spacing: 1px;
border: none;
border-radius: 0px;
-webkit-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
-moz-border-radius: 0px;
}
.contact_grid_right textarea {
min-height: 110px;
resize: none;
width: 100%;
}
.contact_grid_right button {
outline: none;
padding: 15px 0;
font-size: 14px;
color: #fff;
background: #719cfe;
border: none;
border-radius: 0px;
-webkit-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
-moz-border-radius: 0px;
letter-spacing: 2px;
text-transform: uppercase;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
font-weight: 600;
cursor: pointer;
}
/* //contact */
/* inner banner */
.inner-banner-w3ls {
background: url(../images/banner.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
position: relative;
z-index: 1;
}
/* login */
.modal-body {
max-width: 600px;
margin: 0 auto;
}
label.col-form-label {
color: #fff;
letter-spacing: 1px;
font-size: 15px;
margin-bottom: 5px;
}
.modal-body .form-control {
background: #fff;
border-radius: 0px;
-webkit-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
-moz-border-radius: 0px;
border: none;
padding: 10px 15px;
}
button.button-style-w3 {
outline: none;
padding: 12px 20px;
font-size: 14px;
color: #fff;
background: #ff7f62;
border: none;
border-radius: 0px;
letter-spacing: 1px;
text-transform: uppercase;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
font-weight: 600;
width: 100%;
margin-top: 1em;
}
.text-style-w3ls {
letter-spacing: 1px;
font-size: 15px;
}
p.dont-do a:hover,
.text-style-w3ls:hover {
color: #fff;
}
/* //login */
/* footer */
footer {
background: #ff7f62;
}
.footer-grid h3 {
font-size: 24px;
color: #fff;
letter-spacing: .5px;
font-weight: 600;
}
.footer-grid ul li a,
.footer-grid ul li {
color: #eee;
font-size: 16px;
letter-spacing: 1.5px;
margin: 10px 0;
font-weight: 400;
}
/* logo */
a.logo.text-wh {
font-size: 44px;
}
a.logo:hover {
color:#fff;
}
.copyright-w3ls {
background: #191919;
}
/* //logo */
/* copyright */
p.copy-right-grids {
font-size: 14px;
letter-spacing: 2px;
}
p.copy-right-grids a {
color: #ff7f62;
}
p.copy-right-grids a:hover {
color: #fff;
}
/* //copyright */
/* social-icons */
.w3social-icons ul li {
display: inline-block;
}
.w3social-icons ul li a {
color: #fff;
font-size: 15px;
display: block;
-webkit-box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 0.59);
-moz-box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 0.59);
box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 0.59);
width: 38px;
height: 38px;
text-align: center;
line-height: 2.6;
}
.w3social-icons ul li a:hover {
-webkit-box-shadow: 0px 0px 13px 2px #ff7f62;
-moz-box-shadow: 0px 0px 13px 2px #ff7f62;
box-shadow: 0px 0px 13px 2px #ff7f62;
}
/* //social-icons */
/* //footer */
/* responsive */
@media(max-width: 1680px) {
.style-banner {
padding-top: 16em;
}
}
@media(max-width: 1600px) {
.style-banner {
padding-top: 14em;
}
}
@media(max-width: 1440px) {
.style-banner {
padding-top: 12em;
}
.mian-content-wthree {
min-height: 52vw;
}
.counter {
font-size: 4em;
}
}
@media(max-width: 1366px) {
h3.title-w3 {
font-size: 40px;
}
.style-banner h3 {
font-size: 48px;
}
.style-banner p {
font-size: 16px;
}
.mian-content-wthree {
min-height: 54vw;
}
}
@media(max-width: 1280px) {
.w3pvtits-services-grids {
padding: 2em;
}
.style-banner {
padding-top: 11em;
}
h3.w3pvt-title {
font-size: 23px;
}
}
@media(max-width: 1080px) {
a.logo.text-wh {
font-size: 40px;
}
.demo>li {
max-width: 295px;
}
p {
font-size: 15px;
}
ul.apps-lists li a {
padding: 14px 25px;
font-size: 15px;
}
ul.apps-lists li a span {
font-size: 22px;
}
.img-podi-w3ls span {
font-size: 7em;
}
.serv-w3mk {
padding: 0 .5em;
}
.team-img {
min-height: 280px;
}
.mian-content-wthree {
min-height: 720px;
}
p.counter {
font-size: 2.6em;
}
.footer-grid h3 {
font-size: 20px;
}
.counter {
font-size: 3.5em;
}
h3.title-w3 {
font-size: 34px;
}
.agents-w3 {
width: 22%;
}
h3.title-sub {
font-size: 25px;
}
.style-banner h3 {
font-size: 44px;
}
}
@media(max-width: 991px) {
.contact_grid_right input[type="text"],
.contact_grid_right input[type="email"],
.contact_grid_right textarea {
padding: 14px 15px;
font-size: 13px;
}
.contact_grid_right textarea {
min-height: 160px;
}
.demo>li {
max-width: 215px;
}
.serv-w3mk {
padding: 0 1em;
}
.w3pvtits-services-grids {
padding: 3em;
max-width: 400px;
margin: 0 auto;
}
.team-img {
min-height: 330px;
}
.style-banner p {
font-size: 15px;
}
.mian-content-wthree {
min-height: 750px;
}
.agents-w3 {
width: 17%;
}
.footer-grid h3 {
font-size: 22px;
}
h3.w3pvt-title {
font-size: 24px;
}
.counter {
font-size: 3em;
}
.middlesection-w3pvt {
margin-top: 3em !important;
}
#logo a {
font-size: 30px;
}
.style-banner {
padding-top: 9em;
}
}
@media(max-width: 900px) {
.agents-w3 {
left: 4%;
}
.img-podi-w3ls span {
font-size: 5em;
}
}
@media(max-width: 800px) {
.agents-w3 {
width: 22%;
left: 2%;
}
}
@media(max-width: 736px) {
.w3social-icons ul li a {
font-size: 14px;
width: 35px;
height: 35px;
}
.demo>li {
max-width: 240px;
}
ul.apps-lists li a {
padding: 14px 17px;
font-size: 14px;
}
h3.title-w3 {
font-size: 32px;
}
.team-img {
min-height: 290px;
}
.style-banner h3 {
font-size: 42px;
}
.style-banner p {
font-size: 14px;
}
.style-banner {
padding-top: 8em;
}
.mian-content-wthree {
min-height: 700px;
}
p.counter {
font-size: 2.2em;
}
.counter {
font-size: 2.8em;
}
h3.title-sub {
font-size: 23px;
}
.style-banner h3 {
font-size: 38px;
}
}
@media(max-width: 667px) {
ul.apps-lists li a {
padding: 13px 11px;
}
ul.apps-lists li a span {
font-size: 20px;
}
a.logo.text-wh {
font-size: 36px;
}
.agents-w3 {
width: 25%;
}
}
@media(max-width: 640px) {
h3.title-w3 {
font-size: 32px;
}
.property-paper {
text-align: center;
margin-top: 1em;
}
.counter {
font-size: 2.5em;
}
}
@media(max-width: 600px) {
ul.apps-lists li a {
padding: 13px 9px;
font-size: 13px;
}
ul.apps-lists li a i {
font-size: 18px;
}
}
@media(max-width: 568px) {
ul.apps-lists li {
display: block;
}
ul.apps-lists li a {
padding: 15px 15px;
}
.place-w3 {
padding: 0 1em;
}
.team-img {
min-height: 340px;
}
.home-form-w3ls select.form-control {
font-size: 14px;
}
.home-form-w3ls button {
font-size: 15px;
}
.w3layouts_stats_left {
padding: 0 1em;
}
.agents-w3 {
width: 30%;
}
.img-podi-w3ls {
top: 48%;
}
.popup {
margin: 5em 1em;
}
.agents-w3 {
width: 30%;
position: static;
}
}
@media(max-width: 480px) {
.demo>li {
max-width: 202px;
}
.style-banner h3 {
font-size: 32px;
}
.style-banner p {
font-size: 12px;
}
.mian-content-wthree {
min-height: 700px;
}
.agents-w3 {
width: 50%;
}
.img-podi-w3ls span {
font-size: 4em;
}
}
@media(max-width: 440px) {
.contact_grid_right textarea {
min-height: 140px;
}
.demo>li {
max-width: 100%;
}
h3.w3pvt-title {
font-size: 23px;
}
h3.title-sub {
font-size: 21px;
}
}
@media(max-width: 414px) {
.style-banner h3 {
font-size: 30px;
}
.style-banner {
padding-top: 8em;
}
.mian-content-wthree {
min-height: 680px;
}
h5.card-title a {
font-size: 15px;
}
}
@media(max-width: 384px) {
.contact_grid_right button {
padding: 14px 0;
font-size: 13px;
}
.img-podi-w3ls span {
font-size: 3em;
}
.popup p {
font-size: 15px;
}
.w3layouts_stats_left {
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 18px;
}
h3.title-w3 {
font-size: 28px;
}
.style-banner h3 {
font-size: 28px;
}
}
@media(max-width: 375px) {
h3.title-w3 {
font-size: 30px;
}
.w3pvtits-services-grids {
padding: 2em;
}
.style-banner {
padding-top: 7em;
}
.home-form-w3ls select.form-control {
font-size: 13px;
}
.home-form-w3ls button {
font-size: 14px;
padding: 13px 30px;
}
.mian-content-wthree {
min-height: 620px;
}
h3.title-w3 {
font-size: 26px;
}
.footer-grid {
flex: 0 0 100%;
max-width: 100%;
}
p {
font-size: 14px;
}
a.service-btn {
font-size: 14px;
padding: 9px 14px;
}
#logo a {
font-size: 28px;
}
}
@media(max-width: 320px) {
p.copy-right-grids {
letter-spacing: 1px;
}
.footer-grid ul li a,
.footer-grid ul li {
font-size: 15px;
}
.contact_grid_right textarea {
min-height: 120px;
}
h3.title-w3 {
font-size: 26px;
}
.team-img {
min-height: 300px;
}
.style-banner h3 {
font-size: 23px;
}
.style-banner p {
font-size: 11px;
letter-spacing: 2px;
}
.style-banner {
padding-top: 6.5em;
}
.mian-content-wthree {
min-height: 600px;
}
.agents-w3 {
width: 60%;
}
.footer-grid:nth-child(2),
.footer-grid:nth-child(4) {
margin-top: 1em;
}
.img-podi-w3ls span {
font-size: 2.5em;
}
a.logo.text-wh {
font-size: 32px;
}
.popup {
padding: 2.5em 1em 1em;
}
h5.card-title a {
font-size: 13px;
}
.card-body p {
font-size: 14px;
}
.w3pvtits-services-grids h4 {
font-size: 22px;
}
.home-form-w3ls {
margin-top: 2em !important;
}
.modal-body {
padding: 0;
}
}
/* //responsive */ | 0.400749 | 0.073696 |
------ Only #RRGGBB or #RGB colors are accepted -----
#4285f4 //TitleBarColor
#FFF //TitleBarTextColor
#dedede //LoadingBarColor
#4285f4 //LoadingBarBGColor
#fff //SettingsTextColor=
------ Respecting the order, comments are ignored ------
!CUSTOMCOLORS*/
/* vhanla */
@-moz-document url-prefix("https://play.google.com/music") {
::-webkit-scrollbar {
width: 5px;
}
::-webkit-scrollbar-track {
background: #fff!important;
}
::-webkit-scrollbar-thumb {
background: #4285f4!important;
}
::-webkit-scrollbar-thumb:window-inactive {
background: #4285f4!important;
}
body{
font-family: 'Roboto Condensed', sans-serif;
}
/*Right container*/
#content-container{
display: snone;
}
/*Cards one by one*/
.card, .card.draggable{
/* border-radius: 0 0 10px 10px;*/
transition: box-shadow 0.5s ease 0.1s;
transition: transform 0.3s ease 0.05s;
}
.card:hover, .card.draggable:hover{
/* -webkit-animation-name:rotater;
-webkit-animation-duration:150ms;
-webkit-animation-iteration-count:2;
-webkit-animation-timing-function: ease; */
box-shadow: 0 25px 55px 0 rgba(0, 0, 0, 0.21), 0 16px 28px 0 rgba(0, 0, 0, 0.22);
/* border-radius: 0 0 8px 8px;*/
transform: scale(1.04);
}
.card .hover-overlay,
.material-card .hover-overlay{
background: none;/*#4285f4;*/
}
@-webkit-keyframes rotater {
0% { -webkit-transform:rotate(0) scale(1) }
50% { -webkit-transform:rotate(3deg) rotateY(0deg) scale(1.05) }
100% { -webkit-transform:rotate(-3deg) rotateY(0deg) scale(1) }
}
/*Material*/
/*Left Navbar*/
#nav .nav-item-container{
position: relative;
height: 48px;
line-height: 40px;
font-size: 0.9em;
color: #757575 !important;
}
#nav .nav-section{
display: inline-block;
background-color: #fff;
width: 100%;
box-shadow: 0 8px 17px 0 rgba(0,0,0,0.05);
transition: all 0.7s ease 0.1s;
}
#nav .nav-section:hover{
box-shadow: 0 25px 55px 0 rgba(0, 0, 0, 0.21), 0 16px 28px 0 rgba(0, 0, 0, 0.22);
}
/*Top Google Music Banner icon*/
.music-banner{
background: #4285f4 !important;
}
/*Container background color*/
#nav, .nav-section, .nav-item-container, .tooltip,.fade-out:after,
.card, #content-container, #music-content, #breadcrumbs, .nav-bar
{
background: #ececec !important;
}
/*Left menus color*/
#nav, .nav-item-container,
#nav .tooltip,
#nav .fade-out:after{
background: #fff!important;
}
/*PlayLists' add button*/
.button.primary, .simple-dialog-buttons button.goog-buttonset-default{
background-color:#4285f4 !important;
}
.button.primary:hover, .simple-dialog-buttons button.goog-buttonset-default{
background-color:#33ac71 !important;
}
/*Section Header*/
.nav-section-header{
color: #4285f4 !important;
}
#nav .nav-item-container:hover,
#nav .nav-section a:hover .tooltip,
#nav .nav-section a:hover>.fade-out:after{
background: #ddd!important;
color: #333 !important;
}
.button.small{
border-radius: 0 !important;
}
.button.primary.small,
.simple-dialog-buttons button.goog-buttonset-default.small{
background: #3262ba !important;
}
/*Right Side*/
/*Top Bar*/
#headerBar .nav-bar,
#headerBar #breadcrumbs,
#headerBar .tab-text,
#headerBar .header-tab-title,
#headerBar #countSummary{
background: #4285f4 !important;
color: #fff !important;
}
#headerBar .header-tab-title.selected{
border-bottom: 3px solid #fff !important;
}
.song-row td{
line-height: 1.5 !important;
}
.song-row td,
.song-row td .content,
.song-row td .fade-out:after,
.song-table .header-row th{
background: #fff !important;
}
.song-row td .content img,
.song-row td .content .hover-button[data-id="play"]{
border-radius: 50%;
width: 28px;
height: 28px;
}
/*Play Button in a table list*/
.song-row .hover-button[data-id="play"]{
background-position: -264px -720px;
background-color: #4285f4;
transform: scale(1) rotate(360deg);
transition: transform .2s cubic-bezier(.4,0,.2,1);
}
.song-row td .hover-button[data-id="play"]:hover{
transform: scale(1) rotate(0deg);
}
.song-table{
box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24) !important;
background: #fff !important;
}
.card, .card .tooltip, .card .fade-out:after{
background: #333!important;
color: #dedede !important;
}
/*Play controls*/
#player, .player-middle{
min-height: 64px;
}
#player, .player-top #top_divider_line,
.player-left .fade-out:after,.player-left .now-playing-menu-wrapper, #playerSongTitle, .player-middle,.upload-dialog, .player-album{
background: #4285f4 !important;
color: #eee !important;
}
#player-artist{
color: #fff !important;
}
.player-left #playerSongInfo div[data-id="now-playing-menu"]{
color: #fff !important;
border: 0 !important;
}
.player-middle button{
border-radius: 32px;
-webkit-filter: invert(100%)!important;
}
.player-middle button:hover{
-webkit-filter: invert(0%)!important;
}
.player-middle button[data-id="rewind"]{
background-position: -572px -1418px !important;
min-height: 62px;
}
.player-middle button[data-id="play-pause"]{
background-position: -472px -1186px !important;
min-height: 62px;
}
.player-middle button[data-id="forward"]{
background-position: -446px -1494px !important;
min-height: 62px;
}
#slider_wrapper #slider .played-progress,
#slider_wrapper #slider .goog-slider-thumb,
#slider_wrapper #slider #time_container_current,
#slider_wrapper #slider #time_container_duration{
background: #fff !important;
color: #4285f4 !important;
}
#slider_wrapper #slider .playing-progress-background{
background: #3275e4 !important;
}
#slider_wrapper #slider .goog-slider-thumb{border-radius: 9px;}
#player #playerSongInfo .image-wrapper img,
#playerSongInfo .image-wrapper .hover-overlay{
border-radius: 50% !important;
}
/*Lets animate it*/
#playerSongInfo .hover-overlay .hover-icon{
transform: scale(1) rotate(360deg);
transition: transform .2s cubic-bezier(.4,0,.2,1);
}
#playerSongInfo .hover-overlay .hover-icon:hover{
transform: scale(1) rotate(0deg);
}
/*Volume and Ratings buttons*/
#player #player-right-wrapper #volume #volume_slider{
background: #fff !important;
}
#player .player-rating-container li[data-rating="5"],
#player .player-rating-container li[data-rating="1"],
#player button[data-id="queue"]{
border-radius: 50% !important;
}
/*For smaller screens*/
@media screen and (max-width:640px){
#gmusicplus{
display:none;
}
#nav-container {
display:none !important;
}
#content-container{
position:initial!important;
margin: 0 !important;
}
#music-content .two-column.g-content{
/*width: 100%!important;*/
}
#music-content .card-group{
display: table-footer-group !important;
float: left !important;
}
/*---*/
#gba {
height: 0px !important;
}
#player {
position: fixed !important;
box-shadow: none !important;
height: 100% !important;
border-top: 0px !important;
display: table;
min-width: 360px;
bottom: 0px;
}
#player.active:hover .playing-progress-background {
background: transparent;
}
#volume_low {
opacity: 100;
}
#vslider {
opacity: 100;
}
.player-left {
height: 0;
}
#player-left-wrapper {
float: none !important;
width: 100% !important;
background-color: transparent !important;
display: table-row-group;
}
.now-playing-menu-wrapper {
display: none !important;
}
.player-middle {
float: none !important;
background-color: transparent !important;
display: table-header-group;
}
.player-middle button:first-child{
margin-left: 12%;
}
.fade-out:after {
background-image: none !important;
background: none !important;
}
#player-right-wrapper {
float: none !important;
width: 100% !important;
background-color: transparent !important;
margin-left: 0px !important;
text-align: left !important;
}
.screensaver.visible, .panning {
width: 100% !important;
height: 100% !important;
}
.overlay {
width: 100% !important;
height: 100% !important;
}
#player .flat-button[data-id="queue"] {
display: none !important;
}
}
/*Fixing old css*/
#nav, .nav-section, .nav-item-container, .tooltip, .fade-out:after, .card, #content-container, #music-content, #breadcrumbs, .nav-bar {
background: none !important;
}
#player.material .material-player-middle sj-icon-button[data-id="play-pause"]:not([disabled]), #player.material .material-player-middle paper-icon-button[data-id="play-pause"]:not([disabled]) {
color: #eee !important;
}
#player.material .player-rating-container {
height: 100%;
vertical-align: top;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background: none !important;
}
#player.material .now-playing-actions sj-icon-button, #player.material .now-playing-actions paper-icon-button {
color: #fff !important;
}
.paper-progress-0 #secondaryProgress.paper-progress {
background-color: #ddd !important;
}
.paper-progress-0 #primaryProgress.paper-progress {
background-color: #fff !important;
}
#material-app-bar {
background-color: #4285f4 !important;
color: white;
z-index: 700;
margin-top: -64px;
font-size: inherit;
}
} | data/usercss/110378.user.css | ------ Only #RRGGBB or #RGB colors are accepted -----
#4285f4 //TitleBarColor
#FFF //TitleBarTextColor
#dedede //LoadingBarColor
#4285f4 //LoadingBarBGColor
#fff //SettingsTextColor=
------ Respecting the order, comments are ignored ------
!CUSTOMCOLORS*/
/* vhanla */
@-moz-document url-prefix("https://play.google.com/music") {
::-webkit-scrollbar {
width: 5px;
}
::-webkit-scrollbar-track {
background: #fff!important;
}
::-webkit-scrollbar-thumb {
background: #4285f4!important;
}
::-webkit-scrollbar-thumb:window-inactive {
background: #4285f4!important;
}
body{
font-family: 'Roboto Condensed', sans-serif;
}
/*Right container*/
#content-container{
display: snone;
}
/*Cards one by one*/
.card, .card.draggable{
/* border-radius: 0 0 10px 10px;*/
transition: box-shadow 0.5s ease 0.1s;
transition: transform 0.3s ease 0.05s;
}
.card:hover, .card.draggable:hover{
/* -webkit-animation-name:rotater;
-webkit-animation-duration:150ms;
-webkit-animation-iteration-count:2;
-webkit-animation-timing-function: ease; */
box-shadow: 0 25px 55px 0 rgba(0, 0, 0, 0.21), 0 16px 28px 0 rgba(0, 0, 0, 0.22);
/* border-radius: 0 0 8px 8px;*/
transform: scale(1.04);
}
.card .hover-overlay,
.material-card .hover-overlay{
background: none;/*#4285f4;*/
}
@-webkit-keyframes rotater {
0% { -webkit-transform:rotate(0) scale(1) }
50% { -webkit-transform:rotate(3deg) rotateY(0deg) scale(1.05) }
100% { -webkit-transform:rotate(-3deg) rotateY(0deg) scale(1) }
}
/*Material*/
/*Left Navbar*/
#nav .nav-item-container{
position: relative;
height: 48px;
line-height: 40px;
font-size: 0.9em;
color: #757575 !important;
}
#nav .nav-section{
display: inline-block;
background-color: #fff;
width: 100%;
box-shadow: 0 8px 17px 0 rgba(0,0,0,0.05);
transition: all 0.7s ease 0.1s;
}
#nav .nav-section:hover{
box-shadow: 0 25px 55px 0 rgba(0, 0, 0, 0.21), 0 16px 28px 0 rgba(0, 0, 0, 0.22);
}
/*Top Google Music Banner icon*/
.music-banner{
background: #4285f4 !important;
}
/*Container background color*/
#nav, .nav-section, .nav-item-container, .tooltip,.fade-out:after,
.card, #content-container, #music-content, #breadcrumbs, .nav-bar
{
background: #ececec !important;
}
/*Left menus color*/
#nav, .nav-item-container,
#nav .tooltip,
#nav .fade-out:after{
background: #fff!important;
}
/*PlayLists' add button*/
.button.primary, .simple-dialog-buttons button.goog-buttonset-default{
background-color:#4285f4 !important;
}
.button.primary:hover, .simple-dialog-buttons button.goog-buttonset-default{
background-color:#33ac71 !important;
}
/*Section Header*/
.nav-section-header{
color: #4285f4 !important;
}
#nav .nav-item-container:hover,
#nav .nav-section a:hover .tooltip,
#nav .nav-section a:hover>.fade-out:after{
background: #ddd!important;
color: #333 !important;
}
.button.small{
border-radius: 0 !important;
}
.button.primary.small,
.simple-dialog-buttons button.goog-buttonset-default.small{
background: #3262ba !important;
}
/*Right Side*/
/*Top Bar*/
#headerBar .nav-bar,
#headerBar #breadcrumbs,
#headerBar .tab-text,
#headerBar .header-tab-title,
#headerBar #countSummary{
background: #4285f4 !important;
color: #fff !important;
}
#headerBar .header-tab-title.selected{
border-bottom: 3px solid #fff !important;
}
.song-row td{
line-height: 1.5 !important;
}
.song-row td,
.song-row td .content,
.song-row td .fade-out:after,
.song-table .header-row th{
background: #fff !important;
}
.song-row td .content img,
.song-row td .content .hover-button[data-id="play"]{
border-radius: 50%;
width: 28px;
height: 28px;
}
/*Play Button in a table list*/
.song-row .hover-button[data-id="play"]{
background-position: -264px -720px;
background-color: #4285f4;
transform: scale(1) rotate(360deg);
transition: transform .2s cubic-bezier(.4,0,.2,1);
}
.song-row td .hover-button[data-id="play"]:hover{
transform: scale(1) rotate(0deg);
}
.song-table{
box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24) !important;
background: #fff !important;
}
.card, .card .tooltip, .card .fade-out:after{
background: #333!important;
color: #dedede !important;
}
/*Play controls*/
#player, .player-middle{
min-height: 64px;
}
#player, .player-top #top_divider_line,
.player-left .fade-out:after,.player-left .now-playing-menu-wrapper, #playerSongTitle, .player-middle,.upload-dialog, .player-album{
background: #4285f4 !important;
color: #eee !important;
}
#player-artist{
color: #fff !important;
}
.player-left #playerSongInfo div[data-id="now-playing-menu"]{
color: #fff !important;
border: 0 !important;
}
.player-middle button{
border-radius: 32px;
-webkit-filter: invert(100%)!important;
}
.player-middle button:hover{
-webkit-filter: invert(0%)!important;
}
.player-middle button[data-id="rewind"]{
background-position: -572px -1418px !important;
min-height: 62px;
}
.player-middle button[data-id="play-pause"]{
background-position: -472px -1186px !important;
min-height: 62px;
}
.player-middle button[data-id="forward"]{
background-position: -446px -1494px !important;
min-height: 62px;
}
#slider_wrapper #slider .played-progress,
#slider_wrapper #slider .goog-slider-thumb,
#slider_wrapper #slider #time_container_current,
#slider_wrapper #slider #time_container_duration{
background: #fff !important;
color: #4285f4 !important;
}
#slider_wrapper #slider .playing-progress-background{
background: #3275e4 !important;
}
#slider_wrapper #slider .goog-slider-thumb{border-radius: 9px;}
#player #playerSongInfo .image-wrapper img,
#playerSongInfo .image-wrapper .hover-overlay{
border-radius: 50% !important;
}
/*Lets animate it*/
#playerSongInfo .hover-overlay .hover-icon{
transform: scale(1) rotate(360deg);
transition: transform .2s cubic-bezier(.4,0,.2,1);
}
#playerSongInfo .hover-overlay .hover-icon:hover{
transform: scale(1) rotate(0deg);
}
/*Volume and Ratings buttons*/
#player #player-right-wrapper #volume #volume_slider{
background: #fff !important;
}
#player .player-rating-container li[data-rating="5"],
#player .player-rating-container li[data-rating="1"],
#player button[data-id="queue"]{
border-radius: 50% !important;
}
/*For smaller screens*/
@media screen and (max-width:640px){
#gmusicplus{
display:none;
}
#nav-container {
display:none !important;
}
#content-container{
position:initial!important;
margin: 0 !important;
}
#music-content .two-column.g-content{
/*width: 100%!important;*/
}
#music-content .card-group{
display: table-footer-group !important;
float: left !important;
}
/*---*/
#gba {
height: 0px !important;
}
#player {
position: fixed !important;
box-shadow: none !important;
height: 100% !important;
border-top: 0px !important;
display: table;
min-width: 360px;
bottom: 0px;
}
#player.active:hover .playing-progress-background {
background: transparent;
}
#volume_low {
opacity: 100;
}
#vslider {
opacity: 100;
}
.player-left {
height: 0;
}
#player-left-wrapper {
float: none !important;
width: 100% !important;
background-color: transparent !important;
display: table-row-group;
}
.now-playing-menu-wrapper {
display: none !important;
}
.player-middle {
float: none !important;
background-color: transparent !important;
display: table-header-group;
}
.player-middle button:first-child{
margin-left: 12%;
}
.fade-out:after {
background-image: none !important;
background: none !important;
}
#player-right-wrapper {
float: none !important;
width: 100% !important;
background-color: transparent !important;
margin-left: 0px !important;
text-align: left !important;
}
.screensaver.visible, .panning {
width: 100% !important;
height: 100% !important;
}
.overlay {
width: 100% !important;
height: 100% !important;
}
#player .flat-button[data-id="queue"] {
display: none !important;
}
}
/*Fixing old css*/
#nav, .nav-section, .nav-item-container, .tooltip, .fade-out:after, .card, #content-container, #music-content, #breadcrumbs, .nav-bar {
background: none !important;
}
#player.material .material-player-middle sj-icon-button[data-id="play-pause"]:not([disabled]), #player.material .material-player-middle paper-icon-button[data-id="play-pause"]:not([disabled]) {
color: #eee !important;
}
#player.material .player-rating-container {
height: 100%;
vertical-align: top;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background: none !important;
}
#player.material .now-playing-actions sj-icon-button, #player.material .now-playing-actions paper-icon-button {
color: #fff !important;
}
.paper-progress-0 #secondaryProgress.paper-progress {
background-color: #ddd !important;
}
.paper-progress-0 #primaryProgress.paper-progress {
background-color: #fff !important;
}
#material-app-bar {
background-color: #4285f4 !important;
color: white;
z-index: 700;
margin-top: -64px;
font-size: inherit;
}
} | 0.224991 | 0.080357 |
* {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
font-family: 'Poppins', sans-serif;
background-color: var(--primary-color);
}
.light {
--primary-color: #fff;
--heading-color: rgb(61, 98, 133);
--primary-invert-color: #111111;
}
.dark {
--primary-color: #111111;
--heading-color: #c5c5c5;
--primary-invert-color: #adadad;
}
blockquote {
margin-left: 0;
padding-left: 20px;
font-style: italic;
border-left: 3px solid var(--heading-color);
}
a {
color: var(--primary-invert-color);
text-decoration: none;
}
.container {
width: 90%;
max-width: 700px;
margin: auto;
}
.title a {
color: var(--heading-color);
}
nav {
justify-content: space-between;
align-items: center;
padding: 50px 0;
}
#nav-links,
nav {
display: flex;
}
nav li {
list-style: none;
margin-left: 10px;
}
nav li a {
font-size: 20px;
}
#toggle-dark,
nav .title {
font-size: 30px;
font-weight: 600;
}
main {
min-height: calc(100vh - 40px);
padding-bottom: 10px;
}
#toggle-dark {
background: 0 0;
border: 0;
font-size: 20px;
outline: 0;
border-radius: 50%;
margin: 0;
height: 100%;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
}
#toggle-dark svg {
height: 100%;
width: 100%;
}
#toggle-dark svg path {
fill: var(--primary-invert-color);
}
.blog-item {
padding: 20px 30px;
border-radius: 4px;
box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.3);
margin-bottom: 20px;
border: 1px solid rgba(138, 130, 130, 0.096);
}
.blog-title,
footer,
main {
color: var(--primary-invert-color);
}
.blog-title {
font-size: 35px;
font-weight: 600;
margin-bottom: 5px;
}
.blog-desc {
font-size: 16px;
margin-bottom: 5px;
}
.blog-date {
font-size: 14px;
color: var(--heading-color);
}
.blog-body {
margin-top: 40px;
}
code,
pre,
pre span {
font-family: Ubuntu Mono, monospace !important;
}
.badge {
background-color: var(--heading-color);
color: var(--primary-color);
border-radius: 2px;
padding: 5px 12px;
margin: 2px 5px;
}
footer {
text-align: center;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
}
code.hljs {
padding: 10px;
}
.ulka-heading {
position: relative;
margin-left: -20px;
padding-left: 20px;
}
.ulka-heading-anchor {
visibility: hidden;
position: absolute;
top: 50%;
fill: var(--heading-color);
left: 0;
transform: translateY(-50%);
}
.ulka-heading:hover .ulka-heading-anchor {
visibility: visible;
} | src/style.css | * {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
font-family: 'Poppins', sans-serif;
background-color: var(--primary-color);
}
.light {
--primary-color: #fff;
--heading-color: rgb(61, 98, 133);
--primary-invert-color: #111111;
}
.dark {
--primary-color: #111111;
--heading-color: #c5c5c5;
--primary-invert-color: #adadad;
}
blockquote {
margin-left: 0;
padding-left: 20px;
font-style: italic;
border-left: 3px solid var(--heading-color);
}
a {
color: var(--primary-invert-color);
text-decoration: none;
}
.container {
width: 90%;
max-width: 700px;
margin: auto;
}
.title a {
color: var(--heading-color);
}
nav {
justify-content: space-between;
align-items: center;
padding: 50px 0;
}
#nav-links,
nav {
display: flex;
}
nav li {
list-style: none;
margin-left: 10px;
}
nav li a {
font-size: 20px;
}
#toggle-dark,
nav .title {
font-size: 30px;
font-weight: 600;
}
main {
min-height: calc(100vh - 40px);
padding-bottom: 10px;
}
#toggle-dark {
background: 0 0;
border: 0;
font-size: 20px;
outline: 0;
border-radius: 50%;
margin: 0;
height: 100%;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
}
#toggle-dark svg {
height: 100%;
width: 100%;
}
#toggle-dark svg path {
fill: var(--primary-invert-color);
}
.blog-item {
padding: 20px 30px;
border-radius: 4px;
box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.3);
margin-bottom: 20px;
border: 1px solid rgba(138, 130, 130, 0.096);
}
.blog-title,
footer,
main {
color: var(--primary-invert-color);
}
.blog-title {
font-size: 35px;
font-weight: 600;
margin-bottom: 5px;
}
.blog-desc {
font-size: 16px;
margin-bottom: 5px;
}
.blog-date {
font-size: 14px;
color: var(--heading-color);
}
.blog-body {
margin-top: 40px;
}
code,
pre,
pre span {
font-family: Ubuntu Mono, monospace !important;
}
.badge {
background-color: var(--heading-color);
color: var(--primary-color);
border-radius: 2px;
padding: 5px 12px;
margin: 2px 5px;
}
footer {
text-align: center;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
}
code.hljs {
padding: 10px;
}
.ulka-heading {
position: relative;
margin-left: -20px;
padding-left: 20px;
}
.ulka-heading-anchor {
visibility: hidden;
position: absolute;
top: 50%;
fill: var(--heading-color);
left: 0;
transform: translateY(-50%);
}
.ulka-heading:hover .ulka-heading-anchor {
visibility: visible;
} | 0.450843 | 0.110423 |
.toolset-wrap{
position:relative;
}
.toolset-videos-wrapper{
clear: both;
margin: 10px 0 0 0;
width: 820px;
float:left;
}
.toolset-video-box-wrap{
position: relative;
display:block;
/*width:100%;*/
height:100%;
float:left;
clear:both;
overflow:hidden;
margin-top:20px;
margin-bottom:20px;
}
.toolset-wrap .toolset-video-box-wrap{overflow:visible;}
.toolset-box-video {
position: relative;
top: 10px;
overflow: hidden;
}
.toolset-box-video div.mejs-overlay-play{display:none!important;} /** let's make sure that the overlay is hidden even if original JS has $overlay.show(); **/
.toolset-box-container {
margin-bottom: 0px;
}
.toolset-box-container:empty {
margin: 0;
}
.toolset-box-content{margin-bottom:2px;}
.remove-video{float:right;}
.remove-video-icon{font-size:16px;margin-right:2px;}
.remove-video-icon:hover{color:#0073aa;}
.toolset-box-footer{
position: relative;
width:100%;
display: block;
overflow: hidden;
padding:4px 0px 0px 0px;
}
.toolset-box-header{
position: relative;
width:100%;
display: block;
overflow: hidden;
padding:0px 0px 4px 0px;
}
.remove-video{cursor:pointer;}
.button.remove-video{margin:0px 0px 0px 4px;}
.remove-video-icon{position:relative;bottom:-1px;font-size:16px;}
.video-box-title{
margin-bottom:0px;
padding-bottom:0px;
margin-top:0px;
padding-top:0px;
font-weight:normal;
font-size:13px;
}
.video-box-title-open{
margin-bottom:0px;
padding-bottom:0px;
margin-top:0px;
padding-top:0px;
position:relative;
top:30px;
color:white;
z-index:8888;
font-family: 'FontAwesome'!important;
font-style: normal!important;
float:left;
margin-left:30px;
font-size:24px;
display:block;
}
.video-box-title-open i{
font-family: 'FontAwesome'!important;
font-style: normal!important;
}
span.mejs-offscreen{display:none!important;}
.video-title-alone{cursor:pointer;}
/**** LIST *****/
.js-video-list{
color:#0073aa;
cursor:pointer;
}
.toolset-video-icon{
font-size:14px;
margin-left:6px;
}
/*** OVERLAY ****/
/*OVERLAY*/
/* ------- */
/* Overlay */
/* ------- */
.toolset-box-container .loader-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 3;
background: #000;
text-align: center;
opacity: .4;
width:100%;
height:100%;
float:left;
}
.toolset-box-container .loader-overlay-high-z {
z-index: 8888;
}
.toolset-box-container .preloader {
position:absolute;
z-index: 100;
top:50%;
left:48%;
/*display: inline-block;*/
margin: -32px 0 0 -32px;
width: 64px;
height: 64px;
background: url('../images/ajax-loader-overlay2.gif') center center no-repeat;
font-family: 'FontAwesome'!important;
font-style: normal!important;
}
.toolset-box-container .preloader i.fa.fa-play-circle{
font-family: 'FontAwesome'!important;
font-style: normal!important;
font-size:7em;
cursor:pointer;
}
.toolset-box-container .preloader i.fa.fa-play-circle:hover{color:white;opacity: 1;} | templates/wp-content/plugins/types/vendor/toolset/toolset-common/utility/help-videos/res/css/toolset-help-videos.css | .toolset-wrap{
position:relative;
}
.toolset-videos-wrapper{
clear: both;
margin: 10px 0 0 0;
width: 820px;
float:left;
}
.toolset-video-box-wrap{
position: relative;
display:block;
/*width:100%;*/
height:100%;
float:left;
clear:both;
overflow:hidden;
margin-top:20px;
margin-bottom:20px;
}
.toolset-wrap .toolset-video-box-wrap{overflow:visible;}
.toolset-box-video {
position: relative;
top: 10px;
overflow: hidden;
}
.toolset-box-video div.mejs-overlay-play{display:none!important;} /** let's make sure that the overlay is hidden even if original JS has $overlay.show(); **/
.toolset-box-container {
margin-bottom: 0px;
}
.toolset-box-container:empty {
margin: 0;
}
.toolset-box-content{margin-bottom:2px;}
.remove-video{float:right;}
.remove-video-icon{font-size:16px;margin-right:2px;}
.remove-video-icon:hover{color:#0073aa;}
.toolset-box-footer{
position: relative;
width:100%;
display: block;
overflow: hidden;
padding:4px 0px 0px 0px;
}
.toolset-box-header{
position: relative;
width:100%;
display: block;
overflow: hidden;
padding:0px 0px 4px 0px;
}
.remove-video{cursor:pointer;}
.button.remove-video{margin:0px 0px 0px 4px;}
.remove-video-icon{position:relative;bottom:-1px;font-size:16px;}
.video-box-title{
margin-bottom:0px;
padding-bottom:0px;
margin-top:0px;
padding-top:0px;
font-weight:normal;
font-size:13px;
}
.video-box-title-open{
margin-bottom:0px;
padding-bottom:0px;
margin-top:0px;
padding-top:0px;
position:relative;
top:30px;
color:white;
z-index:8888;
font-family: 'FontAwesome'!important;
font-style: normal!important;
float:left;
margin-left:30px;
font-size:24px;
display:block;
}
.video-box-title-open i{
font-family: 'FontAwesome'!important;
font-style: normal!important;
}
span.mejs-offscreen{display:none!important;}
.video-title-alone{cursor:pointer;}
/**** LIST *****/
.js-video-list{
color:#0073aa;
cursor:pointer;
}
.toolset-video-icon{
font-size:14px;
margin-left:6px;
}
/*** OVERLAY ****/
/*OVERLAY*/
/* ------- */
/* Overlay */
/* ------- */
.toolset-box-container .loader-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 3;
background: #000;
text-align: center;
opacity: .4;
width:100%;
height:100%;
float:left;
}
.toolset-box-container .loader-overlay-high-z {
z-index: 8888;
}
.toolset-box-container .preloader {
position:absolute;
z-index: 100;
top:50%;
left:48%;
/*display: inline-block;*/
margin: -32px 0 0 -32px;
width: 64px;
height: 64px;
background: url('../images/ajax-loader-overlay2.gif') center center no-repeat;
font-family: 'FontAwesome'!important;
font-style: normal!important;
}
.toolset-box-container .preloader i.fa.fa-play-circle{
font-family: 'FontAwesome'!important;
font-style: normal!important;
font-size:7em;
cursor:pointer;
}
.toolset-box-container .preloader i.fa.fa-play-circle:hover{color:white;opacity: 1;} | 0.482429 | 0.050565 |
html {
overflow-x: hidden;
}
.content-header {
position: relative;
padding: 0 0 3px 8px
}
.content-header>.breadcrumb {
position: relative;
top: 0;
right: 0;
float: none;
margin-top: 0px;
padding-left: 10px;
background: #ecf0f5;
}
.main-footer {
padding: 7px;
color: #444;
border-top: 1px solid #eee;
}
[v-cloak] {
display: none;
}
.grid-btn {
margin-bottom: 12px;
}
.grid-btn .btn {
margin-right: 10px;
margin-bottom: 5px;
}
@media (max-width: 968px){
.grid-btn .form-group {
width: 100%;
}
}
.pointer {
cursor: pointer;
}
.ml-10 {
margin-left: 0 !important;
}
@media ( min-width : 768px) {
.ml-10 {
margin-left: 10px !important;
}
.form-horizontal .col-sm-10 {
width: 70%;
padding-left: 0px;
}
.form-horizontal .col-sm-2 {
width: 24%;
}
.form-biz .control-label {
padding-top: 7px;
margin-bottom: 0;
text-align: right;
}
.form-biz .form-group {
display: block;
margin-left: 0px;
margin-right: 0px;
}
.form-biz {
width: 100%;
padding-top: 20px;
}
.form-biz .form-group:after, .form-group:before {
display: table;
content: " ";
}
.form-biz .form-group:after {
clear: both;
}
}
.form-half{
width:48%;float:left;
}
tbody>tr>th {
font-weight: normal;
}
.panel .table {
margin: 0 0;
}
.panel .pagination {
margin: 0;
}
.panel-default>.panel-heading {
background-color: #f5f5f5;
}
.row {
border-top: 1px solid #ddd;
margin: 0;
padding: 20px 2px 0px 2px;
}
.col-xs-6 {
padding-left: 0px;
padding-right: 0px;
}
.form-horizontal .form-group {
margin-left: 0px;
margin-right: 0px;
}
.form-horizontal {
width: 550px;
padding-top: 20px;
}
.qa-table{
background-color: #e0e0e0;
width: 100%;
max-width:800px;
border-collapse: collapse;
border: solid thin #d7d7d7;
border-color:#d7d7d7;
}
.qa-table tr{
height: 28px;
}
.qa-table tr:nth-child(2n){
background-color: #ffffff;
}
.qa-table tr:nth-child(2n+1){
background-color: #f3f3f3;
}
.qa-table th{
text-align: center;
background-color: #e0e0e0;
padding: 0 3px;
}
.agent div{
width: 300px;
height: 150px;
background-color: #3C8DBC;
text-align: center;
line-height: 150px;
margin: 10px auto;
margin-bottom: 20px;
color: #FFFFFF;
}
.agent div h3{
position: relative;
top: 60px;
}
.agencyform{
margin: 10px auto;
width:80%;
max-width: 800px;
padding-left: 0px;
}
.agencyform .form-group{
clear: both;
min-height: 34px;
margin: 15px 0;
}
.agencyform .form-group .reg{
color:red;
}
.agencyform .form-group .control-label{
text-align: right;
padding-top: 7px;
}
@media ( max-width : 768px) {
.agencyform{
padding-left: 0px;
}
.agencyform .form-group{
margin: 10px 0;
}
.agencyform .form-group .control-label{
text-align: left;
}
}
.agencyform .col-sm-4{
padding: 0 5px;
}
.agencyform .uploadbtn{
display: inline-block;
border: 1px solid #999;
height: 34px;
line-height: 34px;
width: 150px;
text-align: center;
} | src/main/resources/static/public/css/main.css | html {
overflow-x: hidden;
}
.content-header {
position: relative;
padding: 0 0 3px 8px
}
.content-header>.breadcrumb {
position: relative;
top: 0;
right: 0;
float: none;
margin-top: 0px;
padding-left: 10px;
background: #ecf0f5;
}
.main-footer {
padding: 7px;
color: #444;
border-top: 1px solid #eee;
}
[v-cloak] {
display: none;
}
.grid-btn {
margin-bottom: 12px;
}
.grid-btn .btn {
margin-right: 10px;
margin-bottom: 5px;
}
@media (max-width: 968px){
.grid-btn .form-group {
width: 100%;
}
}
.pointer {
cursor: pointer;
}
.ml-10 {
margin-left: 0 !important;
}
@media ( min-width : 768px) {
.ml-10 {
margin-left: 10px !important;
}
.form-horizontal .col-sm-10 {
width: 70%;
padding-left: 0px;
}
.form-horizontal .col-sm-2 {
width: 24%;
}
.form-biz .control-label {
padding-top: 7px;
margin-bottom: 0;
text-align: right;
}
.form-biz .form-group {
display: block;
margin-left: 0px;
margin-right: 0px;
}
.form-biz {
width: 100%;
padding-top: 20px;
}
.form-biz .form-group:after, .form-group:before {
display: table;
content: " ";
}
.form-biz .form-group:after {
clear: both;
}
}
.form-half{
width:48%;float:left;
}
tbody>tr>th {
font-weight: normal;
}
.panel .table {
margin: 0 0;
}
.panel .pagination {
margin: 0;
}
.panel-default>.panel-heading {
background-color: #f5f5f5;
}
.row {
border-top: 1px solid #ddd;
margin: 0;
padding: 20px 2px 0px 2px;
}
.col-xs-6 {
padding-left: 0px;
padding-right: 0px;
}
.form-horizontal .form-group {
margin-left: 0px;
margin-right: 0px;
}
.form-horizontal {
width: 550px;
padding-top: 20px;
}
.qa-table{
background-color: #e0e0e0;
width: 100%;
max-width:800px;
border-collapse: collapse;
border: solid thin #d7d7d7;
border-color:#d7d7d7;
}
.qa-table tr{
height: 28px;
}
.qa-table tr:nth-child(2n){
background-color: #ffffff;
}
.qa-table tr:nth-child(2n+1){
background-color: #f3f3f3;
}
.qa-table th{
text-align: center;
background-color: #e0e0e0;
padding: 0 3px;
}
.agent div{
width: 300px;
height: 150px;
background-color: #3C8DBC;
text-align: center;
line-height: 150px;
margin: 10px auto;
margin-bottom: 20px;
color: #FFFFFF;
}
.agent div h3{
position: relative;
top: 60px;
}
.agencyform{
margin: 10px auto;
width:80%;
max-width: 800px;
padding-left: 0px;
}
.agencyform .form-group{
clear: both;
min-height: 34px;
margin: 15px 0;
}
.agencyform .form-group .reg{
color:red;
}
.agencyform .form-group .control-label{
text-align: right;
padding-top: 7px;
}
@media ( max-width : 768px) {
.agencyform{
padding-left: 0px;
}
.agencyform .form-group{
margin: 10px 0;
}
.agencyform .form-group .control-label{
text-align: left;
}
}
.agencyform .col-sm-4{
padding: 0 5px;
}
.agencyform .uploadbtn{
display: inline-block;
border: 1px solid #999;
height: 34px;
line-height: 34px;
width: 150px;
text-align: center;
} | 0.319758 | 0.082512 |
.baslik_blue{
border-bottom:1px solid #EAEFF4;
border-top:1px solid #EAEFF4;
background-position: top;
overflow: hidden;
height: 22px;
width:100%;
border-left: #a4bed4 0px solid;
border-right: #a4bed4 0px solid;
margin-top: 0px;
margin-bottom:0px;
font-weight: bold;
vertical-align: middle;
text-align: left;
text-indent:5px;
background-color:#EFF3F7;
/*
color:white;
background-color:#EBEFF5;
background-image:url("images/b g.png");
background-repeat:repeat-x;
*/font-family: Arial, Tahoma, Helvetica, Arial, sans-serif;
font-size: 11px;
/*background-color: #DEE8F7;
background-color:#E5EFF8;*/
}
.fieldset_blue{
border :1px solid #EBEFF5;
margin-bottom: 10px;
float:left;
width:95%;
text-align: left;
}
.legend_blue{
color:#8BA4B9;
padding-left:0px;
}
#olay_detay{
width:98%;
height:95%;
float: left;
margin-left: 0px;
border-top:1px solid #EBEFF5;
border-left:1px solid #EBEFF5;
border-right:1px solid #EBEFF5;
border-bottom:1px solid #EBEFF5;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
}
.olay_detay{
width:100%;
margin-top:0px;
margin-bottom:0px;
border-collapse: collapse;
border-spacing: 0px;
border: solid 0px #b8b8b8;
color: #000000;
font: 11px/18px Arial,Tahoma, Helvetica, Arial, sans-serif;
text-indent: 3px;
}
.olay_ekle select {
font: 11px/18px Arial,Tahoma, Helvetica, Arial, sans-serif;
}
.olay_detay th
{
margin-top:10px;
font: 19px/24px Arial,Tahoma, Helvetica, Arial, sans-serif;
float: left;
font-weight: normal;
}
.olay_detay img
{
border:0px;
}
.olay_detay .tarih
{
font: 11px/24px Arial,Tahoma, Helvetica, Arial, sans-serif;
float: right;
color:gray;
font-weight: normal;
}
.olay_detay .icrk
{
font: 12px/24px Arial,Tahoma, Helvetica, Arial, sans-serif;
float: left;
font-weight: normal;
text-align: left;
}
.olay_detay .anahtar
{
font: 11px/24px Arial,Tahoma, Helvetica, Arial, sans-serif;
float: left;
color:gray;
font-weight: normal;
}
.olay_detay .kisi
{
font: 11px/24px Arial,Tahoma, Helvetica, Arial, sans-serif;
float: left;
color: #90CBFC;
font-weight: normal;
}
.ekler a
{
font-size:11px;
color:#015b86;
text-decoration: none;
float: left;
}
.ekler a:hover{
color:#029feb;
} | olaylar/css/olay_detay.css | .baslik_blue{
border-bottom:1px solid #EAEFF4;
border-top:1px solid #EAEFF4;
background-position: top;
overflow: hidden;
height: 22px;
width:100%;
border-left: #a4bed4 0px solid;
border-right: #a4bed4 0px solid;
margin-top: 0px;
margin-bottom:0px;
font-weight: bold;
vertical-align: middle;
text-align: left;
text-indent:5px;
background-color:#EFF3F7;
/*
color:white;
background-color:#EBEFF5;
background-image:url("images/b g.png");
background-repeat:repeat-x;
*/font-family: Arial, Tahoma, Helvetica, Arial, sans-serif;
font-size: 11px;
/*background-color: #DEE8F7;
background-color:#E5EFF8;*/
}
.fieldset_blue{
border :1px solid #EBEFF5;
margin-bottom: 10px;
float:left;
width:95%;
text-align: left;
}
.legend_blue{
color:#8BA4B9;
padding-left:0px;
}
#olay_detay{
width:98%;
height:95%;
float: left;
margin-left: 0px;
border-top:1px solid #EBEFF5;
border-left:1px solid #EBEFF5;
border-right:1px solid #EBEFF5;
border-bottom:1px solid #EBEFF5;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
}
.olay_detay{
width:100%;
margin-top:0px;
margin-bottom:0px;
border-collapse: collapse;
border-spacing: 0px;
border: solid 0px #b8b8b8;
color: #000000;
font: 11px/18px Arial,Tahoma, Helvetica, Arial, sans-serif;
text-indent: 3px;
}
.olay_ekle select {
font: 11px/18px Arial,Tahoma, Helvetica, Arial, sans-serif;
}
.olay_detay th
{
margin-top:10px;
font: 19px/24px Arial,Tahoma, Helvetica, Arial, sans-serif;
float: left;
font-weight: normal;
}
.olay_detay img
{
border:0px;
}
.olay_detay .tarih
{
font: 11px/24px Arial,Tahoma, Helvetica, Arial, sans-serif;
float: right;
color:gray;
font-weight: normal;
}
.olay_detay .icrk
{
font: 12px/24px Arial,Tahoma, Helvetica, Arial, sans-serif;
float: left;
font-weight: normal;
text-align: left;
}
.olay_detay .anahtar
{
font: 11px/24px Arial,Tahoma, Helvetica, Arial, sans-serif;
float: left;
color:gray;
font-weight: normal;
}
.olay_detay .kisi
{
font: 11px/24px Arial,Tahoma, Helvetica, Arial, sans-serif;
float: left;
color: #90CBFC;
font-weight: normal;
}
.ekler a
{
font-size:11px;
color:#015b86;
text-decoration: none;
float: left;
}
.ekler a:hover{
color:#029feb;
} | 0.334481 | 0.131787 |
div.empty {width:1px; height:1px; overflow:hidden;}
/* Toolbar */
div.bx-interface-toolbar {margin:16px 0 16px 0; position:relative; zoom:1;}
table.bx-interface-toolbar {width:100%; border-collapse:separate; }
div.bx-interface-toolbar td {background-color:#ffffff; font-size:100%;}
div.bx-interface-toolbar tr.bx-top td {border-top:1px solid #eaeaea;}
div.bx-interface-toolbar td.bx-left {background-image:url(images/toolbar/l.gif); background-repeat:no-repeat; background-position:left top;}
div.bx-interface-toolbar td.bx-right {background-image:url(images/toolbar/r.gif); background-repeat:no-repeat; background-position:left top;}
div.bx-interface-toolbar tr.bx-top td.bx-left {border:0; background-image:url(images/toolbar/lt.gif); height:2px; width:3px;}
div.bx-interface-toolbar tr.bx-top td.bx-right {border:0; background-image:url(images/toolbar/rt.gif); height:2px; width:3px;}
div.bx-interface-toolbar tr.bx-bottom td {background-color:#f1f1f1;}
div.bx-interface-toolbar tr.bx-bottom td.bx-left {border:0; background-image:url(images/toolbar/lb.gif); height:1px; width:3px;}
div.bx-interface-toolbar tr.bx-bottom td.bx-right {border:0; background-image:url(images/toolbar/rb.gif); height:1px; width:3px;}
div.bx-interface-toolbar tr.bx-bottom-all td {background:url(images/toolbar/b.gif) repeat-x;}
div.bx-interface-toolbar tr.bx-bottom-all td.bx-left {border:0; background-image:url(images/toolbar/bl.gif); height:2px; width:3px;}
div.bx-interface-toolbar tr.bx-bottom-all td.bx-right {border:0; background-image:url(images/toolbar/br.gif); height:2px; width:3px;}
div.bx-interface-toolbar td.bx-content {height:28px; background-color:white; background-image:url(images/toolbar/bg.png); background-repeat:repeat-x; background-position:left bottom;}
div.bx-interface-toolbar td.bx-content table td {padding:0; background-color:transparent;}
div.bx-interface-toolbar div {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
div.bx-interface-toolbar div.bx-section-separator { display:none; width:3px; height:17px; border-left:1px solid #D1D1D1; border-right:1px solid #D1D1D1; margin:0 0 0 6px;}
div.bx-interface-toolbar div.bx-separator {display: none; width:1px; height:17px; border-left:1px solid #D1D1D1; margin:0 0 0 6px;}
div.bx-interface-toolbar a.bx-context-button {display:inline-block; height:24px; border:none; margin:0 0 0 3px; white-space:nowrap; cursor:pointer;}
div.bx-interface-toolbar a.bx-context-button:hover { margin:0 0 0 3px ; border:none; }
div.bx-interface-toolbar span.bx-context-button-left, div.bx-interface-toolbar span.bx-context-button-right { vertical-align:top; display:inline-block; width:2px; height:24px;}
div.bx-interface-toolbar span.bx-context-button-text { display:inline-block; height: 24px; vertical-align:top; line-height:24px; margin: 0 4px 0 4px;}
div.bx-interface-toolbar a.bx-context-button:hover span.bx-context-button-left, div.bx-interface-toolbar a.pressed span.bx-context-button-left { background: url(images/toolbar/hover-sprite.gif) no-repeat 0 0;}
div.bx-interface-toolbar a.bx-context-button:hover span.bx-context-button-right, div.bx-interface-toolbar a.pressed span.bx-context-button-right { background: url(images/toolbar/hover-sprite.gif) no-repeat 0 -24px ;}
div.bx-interface-toolbar a.bx-context-button:hover, div.bx-interface-toolbar a.pressed { background: url(images/toolbar/hover-sprite.gif) repeat-x 0 -48px ;}
div.bx-interface-toolbar span.bx-context-button-icon {display: inline-block; width:21px; height:24px; background-repeat:no-repeat; background-position:center center; margin: 0 -3px 0 0;}
div.bx-interface-toolbar a, div.bx-interface-toolbar a:visited, div.bx-interface-toolbar a:active { color:#333; text-decoration:none;}
div.bx-interface-toolbar a:hover {color:black;}
div.bx-interface-toolbar span.bx-arrow {display:inline-block; height:24px; width: 9px; background: url(images/arr_down.gif) no-repeat 0 center; vertical-align:top;}
div.bx-context-more-buttons { position:absolute; top:4px; right:3px; }
/* Toolbar common icons */
div.bx-interface-toolbar .btn-list {background-image:url(images/buttons/list.gif);}
div.bx-interface-toolbar .btn-new {background-image:url(images/buttons/new.gif);}
div.bx-interface-toolbar .btn-delete {background-image:url(images/buttons/delete.gif);}
div.bx-interface-toolbar .btn-copy {background-image:url(images/buttons/copy.gif);}
div.bx-interface-toolbar .btn-excel {background-image:url(images/buttons/excel.gif);}
div.bx-interface-toolbar .btn-settings {background-image:url(images/buttons/settings.gif);}
/*Common actions icons */
td.popupmenu div.popupitem div.edit {background-image:url(images/popup/edit.gif);}
td.popupmenu div.popupitem div.copy {background-image:url(images/popup/copy.gif);}
td.popupmenu div.popupitem div.delete {background-image:url(images/popup/delete.gif);}
td.popupmenu div.popupitem div.view {background-image:url(images/popup/view.gif);}
td.popupmenu div.popupitem div.checked {background-image:url(images/popup/checkbox.gif);}
td.popupmenu div.popupitem div.list {background-image:url(images/popup/list.gif);}
td.popupmenu div.popupitem div.add {background-image:url(images/popup/new.gif);} | bitrix/wizards/bitrix/portal/site/templates/en/light/components/bitrix/main.interface.toolbar/.default/style.css | div.empty {width:1px; height:1px; overflow:hidden;}
/* Toolbar */
div.bx-interface-toolbar {margin:16px 0 16px 0; position:relative; zoom:1;}
table.bx-interface-toolbar {width:100%; border-collapse:separate; }
div.bx-interface-toolbar td {background-color:#ffffff; font-size:100%;}
div.bx-interface-toolbar tr.bx-top td {border-top:1px solid #eaeaea;}
div.bx-interface-toolbar td.bx-left {background-image:url(images/toolbar/l.gif); background-repeat:no-repeat; background-position:left top;}
div.bx-interface-toolbar td.bx-right {background-image:url(images/toolbar/r.gif); background-repeat:no-repeat; background-position:left top;}
div.bx-interface-toolbar tr.bx-top td.bx-left {border:0; background-image:url(images/toolbar/lt.gif); height:2px; width:3px;}
div.bx-interface-toolbar tr.bx-top td.bx-right {border:0; background-image:url(images/toolbar/rt.gif); height:2px; width:3px;}
div.bx-interface-toolbar tr.bx-bottom td {background-color:#f1f1f1;}
div.bx-interface-toolbar tr.bx-bottom td.bx-left {border:0; background-image:url(images/toolbar/lb.gif); height:1px; width:3px;}
div.bx-interface-toolbar tr.bx-bottom td.bx-right {border:0; background-image:url(images/toolbar/rb.gif); height:1px; width:3px;}
div.bx-interface-toolbar tr.bx-bottom-all td {background:url(images/toolbar/b.gif) repeat-x;}
div.bx-interface-toolbar tr.bx-bottom-all td.bx-left {border:0; background-image:url(images/toolbar/bl.gif); height:2px; width:3px;}
div.bx-interface-toolbar tr.bx-bottom-all td.bx-right {border:0; background-image:url(images/toolbar/br.gif); height:2px; width:3px;}
div.bx-interface-toolbar td.bx-content {height:28px; background-color:white; background-image:url(images/toolbar/bg.png); background-repeat:repeat-x; background-position:left bottom;}
div.bx-interface-toolbar td.bx-content table td {padding:0; background-color:transparent;}
div.bx-interface-toolbar div {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
div.bx-interface-toolbar div.bx-section-separator { display:none; width:3px; height:17px; border-left:1px solid #D1D1D1; border-right:1px solid #D1D1D1; margin:0 0 0 6px;}
div.bx-interface-toolbar div.bx-separator {display: none; width:1px; height:17px; border-left:1px solid #D1D1D1; margin:0 0 0 6px;}
div.bx-interface-toolbar a.bx-context-button {display:inline-block; height:24px; border:none; margin:0 0 0 3px; white-space:nowrap; cursor:pointer;}
div.bx-interface-toolbar a.bx-context-button:hover { margin:0 0 0 3px ; border:none; }
div.bx-interface-toolbar span.bx-context-button-left, div.bx-interface-toolbar span.bx-context-button-right { vertical-align:top; display:inline-block; width:2px; height:24px;}
div.bx-interface-toolbar span.bx-context-button-text { display:inline-block; height: 24px; vertical-align:top; line-height:24px; margin: 0 4px 0 4px;}
div.bx-interface-toolbar a.bx-context-button:hover span.bx-context-button-left, div.bx-interface-toolbar a.pressed span.bx-context-button-left { background: url(images/toolbar/hover-sprite.gif) no-repeat 0 0;}
div.bx-interface-toolbar a.bx-context-button:hover span.bx-context-button-right, div.bx-interface-toolbar a.pressed span.bx-context-button-right { background: url(images/toolbar/hover-sprite.gif) no-repeat 0 -24px ;}
div.bx-interface-toolbar a.bx-context-button:hover, div.bx-interface-toolbar a.pressed { background: url(images/toolbar/hover-sprite.gif) repeat-x 0 -48px ;}
div.bx-interface-toolbar span.bx-context-button-icon {display: inline-block; width:21px; height:24px; background-repeat:no-repeat; background-position:center center; margin: 0 -3px 0 0;}
div.bx-interface-toolbar a, div.bx-interface-toolbar a:visited, div.bx-interface-toolbar a:active { color:#333; text-decoration:none;}
div.bx-interface-toolbar a:hover {color:black;}
div.bx-interface-toolbar span.bx-arrow {display:inline-block; height:24px; width: 9px; background: url(images/arr_down.gif) no-repeat 0 center; vertical-align:top;}
div.bx-context-more-buttons { position:absolute; top:4px; right:3px; }
/* Toolbar common icons */
div.bx-interface-toolbar .btn-list {background-image:url(images/buttons/list.gif);}
div.bx-interface-toolbar .btn-new {background-image:url(images/buttons/new.gif);}
div.bx-interface-toolbar .btn-delete {background-image:url(images/buttons/delete.gif);}
div.bx-interface-toolbar .btn-copy {background-image:url(images/buttons/copy.gif);}
div.bx-interface-toolbar .btn-excel {background-image:url(images/buttons/excel.gif);}
div.bx-interface-toolbar .btn-settings {background-image:url(images/buttons/settings.gif);}
/*Common actions icons */
td.popupmenu div.popupitem div.edit {background-image:url(images/popup/edit.gif);}
td.popupmenu div.popupitem div.copy {background-image:url(images/popup/copy.gif);}
td.popupmenu div.popupitem div.delete {background-image:url(images/popup/delete.gif);}
td.popupmenu div.popupitem div.view {background-image:url(images/popup/view.gif);}
td.popupmenu div.popupitem div.checked {background-image:url(images/popup/checkbox.gif);}
td.popupmenu div.popupitem div.list {background-image:url(images/popup/list.gif);}
td.popupmenu div.popupitem div.add {background-image:url(images/popup/new.gif);} | 0.209066 | 0.124585 |
* {
text-transform: capitalize;
transition: all .2s linear;
}
html {
font-size: min(2vw, 18px);
}
body {
font-family: 'Source Sans Pro', sans-serif;
background-color: #020200;
color: rgba(255, 255, 255, 0.95);
word-break: keep-all;
}
a {
text-decoration: none;
}
.banner {
width: 100%;
height: 50vh;
background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("img/banner.jpg");
background-size: cover;
}
.banner .header {
position: fixed;
top: 0;
left: 0;
width: 100%;
margin: 0 auto;
z-index: 100000;
padding: 20px 0;
background: rgba(0, 0, 0, .85);
}
.banner .header .layout {
width: 80%;
display: flex;
justify-content: space-between;
margin: 0 auto;
align-items: center;
}
.banner .header .name {
display: flex;
}
.banner .header .name a {
text-decoration: none;
color: blanchedalmond;
font-size: 2.2rem;
font-family: 'Source Sans Pro', sans-serif;
z-index: 100000;
}
.banner ul li {
display: inline-block;
}
.banner ul li a {
text-decoration: none;
font-size: 1.3rem;
padding: 12px;
color: blanchedalmond;
font-family: 'Source Sans Pro', sans-serif;
z-index: 1000;
}
.banner .header ul li a:hover {
background-color: #d49466;
border-radius: 4px;
}
.goog-te-gadget {
position: absolute;
float: right;
right: 3%;
top: 90%;
}
.navbar_toggleBtn {
display: none;
position: absolute;
font-size: 2.5rem;
color: blanchedalmond;
right: 32px;
top: 20px;
}
.banner .banner-text {
left: 50%;
top: 50%;
position: relative;
transform: translate(-50%, -50%);
color: ghostwhite;
text-align: center;
font-family: 'Source Sans Pro', sans-serif;
width: 50%;
}
.banner .banner-text h1 {
font-size: 42px;
margin-bottom: 12px;
color: rgba(255, 255, 255, 0.95);
}
.banner .banner-text p {
font-size: 22px;
color: rgba(255, 255, 255, 0.95);
position: relative;
}
.banner .banner-text button {
background: none;
border: 2px solid darkseagreen;
color: white;
padding: 10px 20px;
border-radius: 20px;
margin-top: 15px;
outline: none;
cursor: pointer;
transition: all .4s;
}
.banner .banner-text button:hover {
background-color: darkslategray;
}
.main_text0 {
width: 100%;
background: black;
}
.main_text0 h2 {
padding-top: 5rem;
padding-left: 5rem;
font-size: 35px;
color: rgba(255, 255, 255, 0.95);
margin: 0 auto;
border-top: 8px solid #222;
}
.main_text0 .contents1 {
padding-left: 5rem;
margin-top: 1rem;
margin-bottom: 2rem;
font-size: 16px;
color: rgba(255, 255, 255, 0.95);
}
.enjoy_wrap {
display: flex;
align-items: center;
justify-content: space-around;
flex-wrap: wrap;
}
.enjoy_menu {
display: flex;
margin-top: 3rem;
padding-bottom: 3rem;
}
.enjoy_menu {
flex-grow: 1;
}
.enjoy_menu a {
display: block;
margin: 0 auto;
cursor: pointer;
}
.card {
display: grid;
grid-template-columns: 300px;
grid-template-rows: 16rem 10rem 4rem;
grid-template-areas: "image""text""stats";
border-radius: 18px;
background: white;
box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.9);
text-align: center;
transition: 0.5s ease;
cursor: pointer;
margin: 30px;
}
.card-image {
grid-area: image;
background: url("img/likeabilitytest.jpg");
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-size: cover;
}
.card-text {
grid-area: text;
margin: 1rem 1.5rem;
}
.card-text .date {
color: rgb(255, 7, 110);
font-size: 1rem;
font-weight: 600;
}
.card-text h3 {
font-size: 1.5rem;
color: #020200;
font-weight: 600;
margin: 10px 25px 10px 25px;
}
.card-text p {
color: grey;
font-size: 1rem;
font-weight: 400;
line-height: 1.3;
margin-top: 15px;
}
.card-stats {
grid-area: stats;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 1fr;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
background: rgb(255, 7, 110);
}
.card-stats .stat {
padding: 10px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
color: white;
}
.card-stats .border {
border-left: 1px solid rgb(172, 26, 87);
border-right: 1px solid rgb(172, 26, 87);
}
.card-stats .value {
font-size: 22px;
font-weight: 500;
margin-bottom: 5px;
}
.card-stats .value sup {
font-size: 12px;
}
.card-stats .type {
font-size: 11px;
font-weight: 300;
text-transform: uppercase;
}
.card:hover {
transform: scale(1.15);
box-shadow: rgb(255 255 255) 1px 1px 10px;
}
.card-image1 {
background: url("img/pokemonface.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
border-bottom: 1px solid #cccccc;
}
.card-text .date1 {
color: #3564ac;
}
.card-text1 h3 {
color: #020200;
}
.card-stats1 {
background: #3564ac;
}
.card-stats.card-stats1 .stat {
color: #ffcb05;
}
.card-stats .border1 {
border-left: 1px solid #ffcb05;
border-right: 1px solid #ffcb05;
}
.card-image2 {
background: url("img/hiddenface.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
border: 1px solid #cccccc;
}
.card-text .date2 {
color: #010a13;
}
.card-text2 h3 {
color: #020200;
width: 11.1rem;
}
.card-stats2 {
background: #010a13;
border: 1px solid #cccccc;
}
.card-stats.card-stats2 .stat {
color: blanchedalmond;
}
.card-stats .border2 {
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
}
.w-btn {
position: relative;
border: none;
display: inline-block;
padding: 10px 20px;
border-radius: 15px;
font-family: "paybooc-Light", sans-serif;
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
text-decoration: none;
font-weight: 600;
transition: 0.25s;
margin-left: 15px;
}
.w-btn-outline {
position: relative;
padding: 15px 30px;
border-radius: 15px;
font-family: "paybooc-Light", sans-serif;
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
text-decoration: none;
font-weight: 600;
transition: 0.25s;
}
.w-btn:hover {
letter-spacing: 2px;
transform: scale(1.2);
cursor: pointer;
}
.w-btn:active {
transform: scale(1.5);
}
.w-btn-outline:active {
transform: scale(1.5);
}
.w-btn-gra1 {
background: linear-gradient(-45deg, #33ccff 0%, #ff99cc 100%);
color: white;
}
.w-btn a {
width: 100%;
height: 100%;
color: #fff;
font-size: 15px;
}
.adsense {
margin: 0 auto;
text-align: center;
justify-content: center;
}
.main_text1 {
width: 100%;
border-top: 8px solid #222;
margin-top: 2rem;
padding-bottom: 5rem;
}
.main_text1 h2 {
padding-top: 5rem;
padding-left: 5rem;
font-size: 35px;
color: rgba(255, 255, 255, 0.95);
margin: 0 auto;
}
.main_text1 .contents2 {
padding-left: 5rem;
margin-top: 1rem;
margin-bottom: 2rem;
font-size: 16px;
color: rgba(255, 255, 255, 0.95);
}
.main_text1 .box-container {
max-width: 1100px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 3rem;
padding-bottom: 3rem;
}
.main_text1 .box-container .about_text {
width: 55%;
height: 100%;
flex: 0 1 auto;
padding: 0 5rem 0 0;
z-index: 3;
}
.main_text1 .box-container .about_text h3 {
line-height: normal;
font-size: 2.2rem;
font-weight: bolder;
margin-bottom: 1.3rem;
color: #d49466;
padding-top: 0;
padding-left: 5rem;
}
.main_text1 .box-container .about_text h4 {
font-size: 1.5rem;
font-weight: 400;
padding-left: 5rem;
color: rgba(255, 255, 255, 0.8);
line-height: 2.5rem;
}
.main_text1 .about_img {
width: 45%;
height: 100%;
margin-right: 5rem;
display: inline-block;
padding: 0.5rem;
border: 1px solid rgba(255, 255, 255, 0.25);
background-color: rgba(255, 255, 255, 0.06);
box-shadow: 1px 1px 10px #fff;
}
.main_text1 .about_img img {
max-width: 100%;
position: relative;
z-index: 2;
border: 2px solid transparent;
border-image: linear-gradient(to right, red 0%, orange 100%);
border-image-slice: 1;
overflow: hidden;
}
.about-more {
display: block;
text-align: center;
overflow: hidden;
margin: 0 auto;
margin-bottom: 1.8rem;
}
.about-more button {
background: none;
border: 0;
}
.about-more a {
display: inline-block;
padding: 10px 10px;
font-size: 1.5rem;
text-decoration: none;
background: #374d9a;
color: #fff;
border-radius: 4px;
}
.about-more a:hover {
opacity: 0.8;
}
.main_text2 {
width: 100%;
border-top: 8px solid #222;
padding-bottom: 4rem;
}
.main_text2 h2 {
padding-top: 5rem;
padding-left: 5rem;
font-size: 35px;
color: rgba(255, 255, 255, 0.95);
margin: 0 auto;
}
.main_text2 .contents3 {
padding-left: 5rem;
margin-top: 1rem;
margin-bottom: 2rem;
font-size: 16px;
color: rgba(255, 255, 255, 0.95);
}
.faq_main {
list-style: none;
margin: 0 auto;
width: 50%;
text-align: center;
align-items: center;
padding-bottom: 8rem;
transition: all 0.3s;
}
.faq_main li {
padding: .3rem 0;
box-sizing: border-box;
transition: all 0.4s;
}
.faq_main input {
display: none;
}
.faq_main label {
display: block;
padding: 20px;
border-bottom: 0;
color: blanchedalmond;
font-weight: bold;
background: #666666;
cursor: pointer;
position: relative;
font-size: 1.4rem;
border-bottom: 1px solid blanchedalmond;
transition: all 0.4s;
z-index: 10;
}
.faq_main label:hover {
background: rgba(255, 255, 255, 0.5);
}
.faq_main input:checked+label {
background: rgba(255, 255, 255, 0.5);
}
.faq_main i {
display: inline-block;
position: absolute;
top: 0;
left: -1rem;
height: 2rem;
width: 2rem;
line-height: 2;
border-radius: 50%;
text-align: center;
justify-content: center;
font-size: 1rem;
color: #fff;
background: #1c1e4e;
}
.faq_main input:checked+label i {
background: #ec1a5b;
}
.faq_main div {
display: none;
color: #febd1a;
overflow: hidden;
background-color: rgba(255, 255, 255, 0.5);
padding: 20px 30px 20px 30px;
box-sizing: border-box;
font-size: 1.3rem;
line-height: 2rem;
text-align: left;
transition: 0.4s ease-out;
}
.faq_main input:checked+label+div {
display: block;
}
.profile {
text-align: center;
padding-bottom: 8rem;
}
.profile .profile_img {
border-radius: 100%;
display: inline-block;
padding: 0.5rem;
border: 1px solid rgba(255, 255, 255, 0.25);
background-color: rgba(255, 255, 255, 0.06);
margin: 2rem 0;
}
.profile .profile_img img {
object-fit: cover;
border-radius: 100%;
height: 10rem;
width: 10rem;
display: block;
}
.profile h3 {
font-size: 3rem;
color: blanchedalmond;
font-weight: 200;
margin-bottom: 1.5rem;
}
.profile h4 {
font-size: 2rem;
color: rgba(255, 255, 255, 0.78);
font-weight: 200;
line-height: 3rem;
margin-bottom: 1.5rem;
}
.profile strong {
font-weight: 200;
border-bottom: 1px dotted rgba(255, 255, 255, 0.25);
}
.profile .connect li {
display: inline-block;
border-radius: 100%;
border: 1px solid rgba(255, 255, 255, 0.25);
background-color: rgba(255, 255, 255, 0.09);
width: 2.5rem;
height: 2.5rem;
font-size: 1.3rem;
display: inline-flex;
align-items: center;
justify-content: center;
margin-right: 2rem;
margin-top: 1.2rem;
}
.profile .connect li:hover {
border: 1px solid rgba(255, 255, 255, 0.25);
background-color: rgba(255, 255, 255, 0.2);
}
.profile .connect a {
color: rgba(255, 255, 255, 0.8);
width: 100%;
height: 100%;
}
.profile .connect a i {
vertical-align: -webkit-baseline-middle;
line-height: 2;
}
.last-text {
font-family: SB 어그로;
color: rgba(255, 255, 255, 0.6);
text-align: center;
border-top: 1px solid rgba(255, 255, 255, 0.3);
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
padding: 1.2rem;
font-size: 14px;
margin-bottom: 50px;
line-height: 1.2rem;
}
.last-text .info {
text-decoration: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
width: 18%;
text-align: center;
color: rgba(255, 255, 255, 0.6);
}
.last-text p {
margin-top: 0.5rem;
}
/* media queries */
@media screen and (max-width: 768px) {
.header {
flex-direction: column;
align-items: flex-start;
padding: 8px 24px;
}
.banner .header .layout {
display: block;
}
.banner .header .name a {
font-size: 2.5rem;
}
.navbar_menu {
display: none;
flex-direction: column;
align-items: center;
position: absolute;
right: 0;
top: 100%;
}
.navbar_menu li {
text-align: right;
padding: 10px 0;
width: 100%;
margin-right: 50px;
}
.banner ul li a {
font-size: 2rem;
padding: 3px;
}
.goog-te-gadget {
position: absolute;
float: right;
right: 30%;
top: 33%;
}
.navbar_toggleBtn {
display: block;
}
.navbar_toggleBtn:hover {
color: #d49466;
}
.navbar_toggleBtn:focus {
color: #d49466;
}
.navbar_menu.active {
display: flex;
z-index: 100;
}
.enjoy_menu {
margin-top: 1.5rem;
padding-bottom: 1.5rem;
}
.enjoy_menu:first-child{
margin-top: 4rem;
}
.enjoy_menu:last-child{
padding-bottom: 4rem;
}
.card {
grid-template-rows: 280px 140px 60px;
}
.card-text .date {
font-size: 20px;
}
.card-text h3 {
font-size: 28px;
margin: 5px;
width: auto;
}
.card-text p {
font-size: 15px;
margin-top: 15px;
line-height: 1.5;
}
.w-btn {
padding: 8px 12px;
}
.w-btn a {
font-size: 13px;
}
.main_text1 .box-container {
flex-direction: column;
}
.main_text1 .box-container .about_text {
width: 80%;
text-align: center;
}
.main_text1 .box-container .about_text h3 {
font-size: 3.2rem;
}
.main_text1 .box-container .about_text h4 {
font-weight: 400;
font-size: 1.6rem;
}
.main_text1 .about_img {
width: 100%;
height: 100%;
max-width: 330px;
margin: 2.5rem 0 0 0;
}
.faq_main {
width: 80%;
}
.faq_main label {
font-size: 1.6rem;
}
.profile .connect li {
width: 3rem;
height: 3rem;
font-size: 1.8rem;
display: inline-flex;
align-items: center;
justify-content: center;
}
.profile .connect a i {
vertical-align: -webkit-baseline-middle;
line-height: 0;
}
.last-text {
margin-top: 30px;
padding: 2rem;
}
.last-text p {
margin-top: 12px;
}
} | style.css | * {
text-transform: capitalize;
transition: all .2s linear;
}
html {
font-size: min(2vw, 18px);
}
body {
font-family: 'Source Sans Pro', sans-serif;
background-color: #020200;
color: rgba(255, 255, 255, 0.95);
word-break: keep-all;
}
a {
text-decoration: none;
}
.banner {
width: 100%;
height: 50vh;
background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("img/banner.jpg");
background-size: cover;
}
.banner .header {
position: fixed;
top: 0;
left: 0;
width: 100%;
margin: 0 auto;
z-index: 100000;
padding: 20px 0;
background: rgba(0, 0, 0, .85);
}
.banner .header .layout {
width: 80%;
display: flex;
justify-content: space-between;
margin: 0 auto;
align-items: center;
}
.banner .header .name {
display: flex;
}
.banner .header .name a {
text-decoration: none;
color: blanchedalmond;
font-size: 2.2rem;
font-family: 'Source Sans Pro', sans-serif;
z-index: 100000;
}
.banner ul li {
display: inline-block;
}
.banner ul li a {
text-decoration: none;
font-size: 1.3rem;
padding: 12px;
color: blanchedalmond;
font-family: 'Source Sans Pro', sans-serif;
z-index: 1000;
}
.banner .header ul li a:hover {
background-color: #d49466;
border-radius: 4px;
}
.goog-te-gadget {
position: absolute;
float: right;
right: 3%;
top: 90%;
}
.navbar_toggleBtn {
display: none;
position: absolute;
font-size: 2.5rem;
color: blanchedalmond;
right: 32px;
top: 20px;
}
.banner .banner-text {
left: 50%;
top: 50%;
position: relative;
transform: translate(-50%, -50%);
color: ghostwhite;
text-align: center;
font-family: 'Source Sans Pro', sans-serif;
width: 50%;
}
.banner .banner-text h1 {
font-size: 42px;
margin-bottom: 12px;
color: rgba(255, 255, 255, 0.95);
}
.banner .banner-text p {
font-size: 22px;
color: rgba(255, 255, 255, 0.95);
position: relative;
}
.banner .banner-text button {
background: none;
border: 2px solid darkseagreen;
color: white;
padding: 10px 20px;
border-radius: 20px;
margin-top: 15px;
outline: none;
cursor: pointer;
transition: all .4s;
}
.banner .banner-text button:hover {
background-color: darkslategray;
}
.main_text0 {
width: 100%;
background: black;
}
.main_text0 h2 {
padding-top: 5rem;
padding-left: 5rem;
font-size: 35px;
color: rgba(255, 255, 255, 0.95);
margin: 0 auto;
border-top: 8px solid #222;
}
.main_text0 .contents1 {
padding-left: 5rem;
margin-top: 1rem;
margin-bottom: 2rem;
font-size: 16px;
color: rgba(255, 255, 255, 0.95);
}
.enjoy_wrap {
display: flex;
align-items: center;
justify-content: space-around;
flex-wrap: wrap;
}
.enjoy_menu {
display: flex;
margin-top: 3rem;
padding-bottom: 3rem;
}
.enjoy_menu {
flex-grow: 1;
}
.enjoy_menu a {
display: block;
margin: 0 auto;
cursor: pointer;
}
.card {
display: grid;
grid-template-columns: 300px;
grid-template-rows: 16rem 10rem 4rem;
grid-template-areas: "image""text""stats";
border-radius: 18px;
background: white;
box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.9);
text-align: center;
transition: 0.5s ease;
cursor: pointer;
margin: 30px;
}
.card-image {
grid-area: image;
background: url("img/likeabilitytest.jpg");
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-size: cover;
}
.card-text {
grid-area: text;
margin: 1rem 1.5rem;
}
.card-text .date {
color: rgb(255, 7, 110);
font-size: 1rem;
font-weight: 600;
}
.card-text h3 {
font-size: 1.5rem;
color: #020200;
font-weight: 600;
margin: 10px 25px 10px 25px;
}
.card-text p {
color: grey;
font-size: 1rem;
font-weight: 400;
line-height: 1.3;
margin-top: 15px;
}
.card-stats {
grid-area: stats;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 1fr;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
background: rgb(255, 7, 110);
}
.card-stats .stat {
padding: 10px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
color: white;
}
.card-stats .border {
border-left: 1px solid rgb(172, 26, 87);
border-right: 1px solid rgb(172, 26, 87);
}
.card-stats .value {
font-size: 22px;
font-weight: 500;
margin-bottom: 5px;
}
.card-stats .value sup {
font-size: 12px;
}
.card-stats .type {
font-size: 11px;
font-weight: 300;
text-transform: uppercase;
}
.card:hover {
transform: scale(1.15);
box-shadow: rgb(255 255 255) 1px 1px 10px;
}
.card-image1 {
background: url("img/pokemonface.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
border-bottom: 1px solid #cccccc;
}
.card-text .date1 {
color: #3564ac;
}
.card-text1 h3 {
color: #020200;
}
.card-stats1 {
background: #3564ac;
}
.card-stats.card-stats1 .stat {
color: #ffcb05;
}
.card-stats .border1 {
border-left: 1px solid #ffcb05;
border-right: 1px solid #ffcb05;
}
.card-image2 {
background: url("img/hiddenface.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
border: 1px solid #cccccc;
}
.card-text .date2 {
color: #010a13;
}
.card-text2 h3 {
color: #020200;
width: 11.1rem;
}
.card-stats2 {
background: #010a13;
border: 1px solid #cccccc;
}
.card-stats.card-stats2 .stat {
color: blanchedalmond;
}
.card-stats .border2 {
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
}
.w-btn {
position: relative;
border: none;
display: inline-block;
padding: 10px 20px;
border-radius: 15px;
font-family: "paybooc-Light", sans-serif;
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
text-decoration: none;
font-weight: 600;
transition: 0.25s;
margin-left: 15px;
}
.w-btn-outline {
position: relative;
padding: 15px 30px;
border-radius: 15px;
font-family: "paybooc-Light", sans-serif;
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
text-decoration: none;
font-weight: 600;
transition: 0.25s;
}
.w-btn:hover {
letter-spacing: 2px;
transform: scale(1.2);
cursor: pointer;
}
.w-btn:active {
transform: scale(1.5);
}
.w-btn-outline:active {
transform: scale(1.5);
}
.w-btn-gra1 {
background: linear-gradient(-45deg, #33ccff 0%, #ff99cc 100%);
color: white;
}
.w-btn a {
width: 100%;
height: 100%;
color: #fff;
font-size: 15px;
}
.adsense {
margin: 0 auto;
text-align: center;
justify-content: center;
}
.main_text1 {
width: 100%;
border-top: 8px solid #222;
margin-top: 2rem;
padding-bottom: 5rem;
}
.main_text1 h2 {
padding-top: 5rem;
padding-left: 5rem;
font-size: 35px;
color: rgba(255, 255, 255, 0.95);
margin: 0 auto;
}
.main_text1 .contents2 {
padding-left: 5rem;
margin-top: 1rem;
margin-bottom: 2rem;
font-size: 16px;
color: rgba(255, 255, 255, 0.95);
}
.main_text1 .box-container {
max-width: 1100px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 3rem;
padding-bottom: 3rem;
}
.main_text1 .box-container .about_text {
width: 55%;
height: 100%;
flex: 0 1 auto;
padding: 0 5rem 0 0;
z-index: 3;
}
.main_text1 .box-container .about_text h3 {
line-height: normal;
font-size: 2.2rem;
font-weight: bolder;
margin-bottom: 1.3rem;
color: #d49466;
padding-top: 0;
padding-left: 5rem;
}
.main_text1 .box-container .about_text h4 {
font-size: 1.5rem;
font-weight: 400;
padding-left: 5rem;
color: rgba(255, 255, 255, 0.8);
line-height: 2.5rem;
}
.main_text1 .about_img {
width: 45%;
height: 100%;
margin-right: 5rem;
display: inline-block;
padding: 0.5rem;
border: 1px solid rgba(255, 255, 255, 0.25);
background-color: rgba(255, 255, 255, 0.06);
box-shadow: 1px 1px 10px #fff;
}
.main_text1 .about_img img {
max-width: 100%;
position: relative;
z-index: 2;
border: 2px solid transparent;
border-image: linear-gradient(to right, red 0%, orange 100%);
border-image-slice: 1;
overflow: hidden;
}
.about-more {
display: block;
text-align: center;
overflow: hidden;
margin: 0 auto;
margin-bottom: 1.8rem;
}
.about-more button {
background: none;
border: 0;
}
.about-more a {
display: inline-block;
padding: 10px 10px;
font-size: 1.5rem;
text-decoration: none;
background: #374d9a;
color: #fff;
border-radius: 4px;
}
.about-more a:hover {
opacity: 0.8;
}
.main_text2 {
width: 100%;
border-top: 8px solid #222;
padding-bottom: 4rem;
}
.main_text2 h2 {
padding-top: 5rem;
padding-left: 5rem;
font-size: 35px;
color: rgba(255, 255, 255, 0.95);
margin: 0 auto;
}
.main_text2 .contents3 {
padding-left: 5rem;
margin-top: 1rem;
margin-bottom: 2rem;
font-size: 16px;
color: rgba(255, 255, 255, 0.95);
}
.faq_main {
list-style: none;
margin: 0 auto;
width: 50%;
text-align: center;
align-items: center;
padding-bottom: 8rem;
transition: all 0.3s;
}
.faq_main li {
padding: .3rem 0;
box-sizing: border-box;
transition: all 0.4s;
}
.faq_main input {
display: none;
}
.faq_main label {
display: block;
padding: 20px;
border-bottom: 0;
color: blanchedalmond;
font-weight: bold;
background: #666666;
cursor: pointer;
position: relative;
font-size: 1.4rem;
border-bottom: 1px solid blanchedalmond;
transition: all 0.4s;
z-index: 10;
}
.faq_main label:hover {
background: rgba(255, 255, 255, 0.5);
}
.faq_main input:checked+label {
background: rgba(255, 255, 255, 0.5);
}
.faq_main i {
display: inline-block;
position: absolute;
top: 0;
left: -1rem;
height: 2rem;
width: 2rem;
line-height: 2;
border-radius: 50%;
text-align: center;
justify-content: center;
font-size: 1rem;
color: #fff;
background: #1c1e4e;
}
.faq_main input:checked+label i {
background: #ec1a5b;
}
.faq_main div {
display: none;
color: #febd1a;
overflow: hidden;
background-color: rgba(255, 255, 255, 0.5);
padding: 20px 30px 20px 30px;
box-sizing: border-box;
font-size: 1.3rem;
line-height: 2rem;
text-align: left;
transition: 0.4s ease-out;
}
.faq_main input:checked+label+div {
display: block;
}
.profile {
text-align: center;
padding-bottom: 8rem;
}
.profile .profile_img {
border-radius: 100%;
display: inline-block;
padding: 0.5rem;
border: 1px solid rgba(255, 255, 255, 0.25);
background-color: rgba(255, 255, 255, 0.06);
margin: 2rem 0;
}
.profile .profile_img img {
object-fit: cover;
border-radius: 100%;
height: 10rem;
width: 10rem;
display: block;
}
.profile h3 {
font-size: 3rem;
color: blanchedalmond;
font-weight: 200;
margin-bottom: 1.5rem;
}
.profile h4 {
font-size: 2rem;
color: rgba(255, 255, 255, 0.78);
font-weight: 200;
line-height: 3rem;
margin-bottom: 1.5rem;
}
.profile strong {
font-weight: 200;
border-bottom: 1px dotted rgba(255, 255, 255, 0.25);
}
.profile .connect li {
display: inline-block;
border-radius: 100%;
border: 1px solid rgba(255, 255, 255, 0.25);
background-color: rgba(255, 255, 255, 0.09);
width: 2.5rem;
height: 2.5rem;
font-size: 1.3rem;
display: inline-flex;
align-items: center;
justify-content: center;
margin-right: 2rem;
margin-top: 1.2rem;
}
.profile .connect li:hover {
border: 1px solid rgba(255, 255, 255, 0.25);
background-color: rgba(255, 255, 255, 0.2);
}
.profile .connect a {
color: rgba(255, 255, 255, 0.8);
width: 100%;
height: 100%;
}
.profile .connect a i {
vertical-align: -webkit-baseline-middle;
line-height: 2;
}
.last-text {
font-family: SB 어그로;
color: rgba(255, 255, 255, 0.6);
text-align: center;
border-top: 1px solid rgba(255, 255, 255, 0.3);
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
padding: 1.2rem;
font-size: 14px;
margin-bottom: 50px;
line-height: 1.2rem;
}
.last-text .info {
text-decoration: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
width: 18%;
text-align: center;
color: rgba(255, 255, 255, 0.6);
}
.last-text p {
margin-top: 0.5rem;
}
/* media queries */
@media screen and (max-width: 768px) {
.header {
flex-direction: column;
align-items: flex-start;
padding: 8px 24px;
}
.banner .header .layout {
display: block;
}
.banner .header .name a {
font-size: 2.5rem;
}
.navbar_menu {
display: none;
flex-direction: column;
align-items: center;
position: absolute;
right: 0;
top: 100%;
}
.navbar_menu li {
text-align: right;
padding: 10px 0;
width: 100%;
margin-right: 50px;
}
.banner ul li a {
font-size: 2rem;
padding: 3px;
}
.goog-te-gadget {
position: absolute;
float: right;
right: 30%;
top: 33%;
}
.navbar_toggleBtn {
display: block;
}
.navbar_toggleBtn:hover {
color: #d49466;
}
.navbar_toggleBtn:focus {
color: #d49466;
}
.navbar_menu.active {
display: flex;
z-index: 100;
}
.enjoy_menu {
margin-top: 1.5rem;
padding-bottom: 1.5rem;
}
.enjoy_menu:first-child{
margin-top: 4rem;
}
.enjoy_menu:last-child{
padding-bottom: 4rem;
}
.card {
grid-template-rows: 280px 140px 60px;
}
.card-text .date {
font-size: 20px;
}
.card-text h3 {
font-size: 28px;
margin: 5px;
width: auto;
}
.card-text p {
font-size: 15px;
margin-top: 15px;
line-height: 1.5;
}
.w-btn {
padding: 8px 12px;
}
.w-btn a {
font-size: 13px;
}
.main_text1 .box-container {
flex-direction: column;
}
.main_text1 .box-container .about_text {
width: 80%;
text-align: center;
}
.main_text1 .box-container .about_text h3 {
font-size: 3.2rem;
}
.main_text1 .box-container .about_text h4 {
font-weight: 400;
font-size: 1.6rem;
}
.main_text1 .about_img {
width: 100%;
height: 100%;
max-width: 330px;
margin: 2.5rem 0 0 0;
}
.faq_main {
width: 80%;
}
.faq_main label {
font-size: 1.6rem;
}
.profile .connect li {
width: 3rem;
height: 3rem;
font-size: 1.8rem;
display: inline-flex;
align-items: center;
justify-content: center;
}
.profile .connect a i {
vertical-align: -webkit-baseline-middle;
line-height: 0;
}
.last-text {
margin-top: 30px;
padding: 2rem;
}
.last-text p {
margin-top: 12px;
}
} | 0.492188 | 0.108614 |
.article-list .wrapper {
padding-top: 2rem;
}
.article-list .container {
min-height: 100%;
position: relative;
}
.article-list {
color: #313437;
background-color: #fff;
}
.article-list .navbar {
background: #fff;
border-bottom: rgb(119, 119, 119);
/* padding: 2rem 1rem; */
box-shadow: 4px 4px 4px rgba(190, 190, 190, 0.2);
/* overflow: hidden; */
transition: 0.4s;
width: 100%;
padding: 3rem 1rem;
/* height: 40rem; */
}
#brand {
margin-top: -2rem;
position: relative;
}
.navbar-brand img {
max-width: 45px;
max-height: 45px;
width: 120%;
height: auto;
}
.navbar .navbar-right {
margin-top: 1rem;
}
.article-list .container {
margin-top: 5rem;
}
.article-list p {
color: #000000;
font-family: Roboto, sans-serif;
}
.article-list h1 {
/* font-family: Roboto, sans-serif; */
font-weight: bold;
margin-bottom: 40px;
color: #35ba9b;
}
@media (max-width:767px) {
.article-list h2 {
margin-bottom: 25px;
padding-top: 25px;
font-size: 24px;
}
}
.article-list .intro {
font-size: 16px;
max-width: 500px;
margin: 0 auto;
}
.article-list .intro p {
margin-bottom: 0;
}
.article-list .articles {
padding-bottom: 40px;
}
.article-list .item {
padding-top: 50px;
min-height: 425px;
text-align: center;
border: true;
}
.article-list .item .name {
font-weight: bold;
font-size: 16px;
margin-top: 20px;
color: inherit;
}
.article-list .item .description {
font-size: 14px;
margin-top: 15px;
margin-bottom: 0;
}
.article-list .item .action {
margin: 15px 0 0;
display: inline-block;
text-decoration: none;
font-weight: bold;
color: #35BA9B;
padding: 5px;
border: 2px solid #35BA9B;
}
.article-list .item .action:hover {
background: #35BA9B;
color: #ffffff;
/* opacity: 1; */
}
.header-logo {
padding: 0 !important;
}
.header-whole {
width: 90%;
position: fixed;
left: 50%;
transform: translate(-50%, 0);
display: flex;
justify-content: space-between;
max-width: 100% !important;
padding: 20px;
}
.main-nav {
display: block;
}
.main-nav ul {
display: flex;
text-decoration: none !important;
margin: 0 !important;
padding-top: 7px;
}
.main-nav li {
padding: 0 20px;
}
/* SEARCH */
.search__input {
width: 50%;
padding: 12px 24px;
background-color: transparent;
transition: transform 250ms ease-in-out;
font-size: 14px;
line-height: 18px;
position: absolute;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
color: black;
background-color: transparent;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size: 30px 30px;
background-position: 95% center;
border-radius: 50px;
border: 5px solid #575756;
transition: all 250ms ease-in-out;
backface-visibility: hidden;
transform-style: preserve-3d;
}
.search__input::placeholder {
color: color(#575756 a(0.8));
/* font-size: 16px; */
text-transform: uppercase;
letter-spacing: 1.5px;
}
.search__input:hover:focus {
padding: 12px 0;
outline: 0;
border: 5px solid transparent;
border-bottom: 5px solid #575756;
border-radius: 0;
background-position: 100% center;
} | assets/frontend/index/Article-List.css | .article-list .wrapper {
padding-top: 2rem;
}
.article-list .container {
min-height: 100%;
position: relative;
}
.article-list {
color: #313437;
background-color: #fff;
}
.article-list .navbar {
background: #fff;
border-bottom: rgb(119, 119, 119);
/* padding: 2rem 1rem; */
box-shadow: 4px 4px 4px rgba(190, 190, 190, 0.2);
/* overflow: hidden; */
transition: 0.4s;
width: 100%;
padding: 3rem 1rem;
/* height: 40rem; */
}
#brand {
margin-top: -2rem;
position: relative;
}
.navbar-brand img {
max-width: 45px;
max-height: 45px;
width: 120%;
height: auto;
}
.navbar .navbar-right {
margin-top: 1rem;
}
.article-list .container {
margin-top: 5rem;
}
.article-list p {
color: #000000;
font-family: Roboto, sans-serif;
}
.article-list h1 {
/* font-family: Roboto, sans-serif; */
font-weight: bold;
margin-bottom: 40px;
color: #35ba9b;
}
@media (max-width:767px) {
.article-list h2 {
margin-bottom: 25px;
padding-top: 25px;
font-size: 24px;
}
}
.article-list .intro {
font-size: 16px;
max-width: 500px;
margin: 0 auto;
}
.article-list .intro p {
margin-bottom: 0;
}
.article-list .articles {
padding-bottom: 40px;
}
.article-list .item {
padding-top: 50px;
min-height: 425px;
text-align: center;
border: true;
}
.article-list .item .name {
font-weight: bold;
font-size: 16px;
margin-top: 20px;
color: inherit;
}
.article-list .item .description {
font-size: 14px;
margin-top: 15px;
margin-bottom: 0;
}
.article-list .item .action {
margin: 15px 0 0;
display: inline-block;
text-decoration: none;
font-weight: bold;
color: #35BA9B;
padding: 5px;
border: 2px solid #35BA9B;
}
.article-list .item .action:hover {
background: #35BA9B;
color: #ffffff;
/* opacity: 1; */
}
.header-logo {
padding: 0 !important;
}
.header-whole {
width: 90%;
position: fixed;
left: 50%;
transform: translate(-50%, 0);
display: flex;
justify-content: space-between;
max-width: 100% !important;
padding: 20px;
}
.main-nav {
display: block;
}
.main-nav ul {
display: flex;
text-decoration: none !important;
margin: 0 !important;
padding-top: 7px;
}
.main-nav li {
padding: 0 20px;
}
/* SEARCH */
.search__input {
width: 50%;
padding: 12px 24px;
background-color: transparent;
transition: transform 250ms ease-in-out;
font-size: 14px;
line-height: 18px;
position: absolute;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
color: black;
background-color: transparent;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size: 30px 30px;
background-position: 95% center;
border-radius: 50px;
border: 5px solid #575756;
transition: all 250ms ease-in-out;
backface-visibility: hidden;
transform-style: preserve-3d;
}
.search__input::placeholder {
color: color(#575756 a(0.8));
/* font-size: 16px; */
text-transform: uppercase;
letter-spacing: 1.5px;
}
.search__input:hover:focus {
padding: 12px 0;
outline: 0;
border: 5px solid transparent;
border-bottom: 5px solid #575756;
border-radius: 0;
background-position: 100% center;
} | 0.28279 | 0.04807 |
@charset "UTF-8";
li-icon[type=linkedin-logo] svg,
li-icon[type=linkedin-bug] svg {
width: 100%;
height: 100%
}
a,
hr {
padding: 0
}
a,
ins {
text-decoration: none
}
.t-italic,
em,
i,
mark {
font-style: italic
}
li-icon[type=linkedin-bug] .background {
fill: #000
}
li-icon[type=linkedin-bug][color=brand] .background {
fill: #0077B5
}
li-icon[type=linkedin-bug][color=inverse] .background {
fill: #fff
}
li-icon[type=linkedin-bug][color=premium] .background {
fill: #AF9B62
}
.artdeco-premium-bug-variant li-icon[type=linkedin-bug][color=premium] .background {
fill: #EFB920
}
li-icon[type=linkedin-bug] .bug-text-color {
display: none
}
li-icon[type=linkedin-bug][color] .bug-text-color {
display: block
}
li-icon[type=linkedin-bug] .bug-14dp,
li-icon[type=linkedin-bug] .bug-21dp,
li-icon[type=linkedin-bug] .bug-28dp,
li-icon[type=linkedin-bug] .bug-34dp,
li-icon[type=linkedin-bug] .bug-40dp,
li-icon[type=linkedin-bug] .bug-48dp,
li-icon[type=linkedin-bug][color=inverse] .bug-text-color {
display: none
}
li-icon[type=linkedin-bug][size="14dp"] {
width: 14px;
height: 14px
}
li-icon[type=linkedin-bug][size="21dp"] {
width: 21px;
height: 21px
}
li-icon[type=linkedin-bug][size="28dp"] {
width: 28px;
height: 28px
}
li-icon[type=linkedin-bug][size="34dp"] {
width: 34px;
height: 34px
}
li-icon[type=linkedin-bug][size="40dp"] {
width: 40px;
height: 40px
}
li-icon[type=linkedin-bug][size="48dp"] {
width: 48px;
height: 48px
}
li-icon[type=linkedin-bug] .dpi-gt1,
li-icon[type=linkedin-bug][size="48dp"] .bug-48dp,
li-icon[type=linkedin-bug][size="14dp"] .bug-14dp,
li-icon[type=linkedin-bug][size="21dp"] .bug-21dp,
li-icon[type=linkedin-bug][size="28dp"] .bug-28dp,
li-icon[type=linkedin-bug][size="34dp"] .bug-34dp,
li-icon[type=linkedin-bug][size="40dp"] .bug-40dp {
display: block
}
li-icon[type=linkedin-bug] .dpi-1 {
display: none
}
@media (-webkit-max-device-pixel-ratio:1),
(max-resolution:96dpi),
(max-resolution:1dppx) {
li-icon[type=linkedin-bug] dpi-gt1 {
display: none
}
li-icon[type=linkedin-bug] .dpi-1 {
display: block
}
}
li-icon[type=linkedin-logo] .background {
fill: #000
}
li-icon[type=linkedin-logo][color=brand] .background {
fill: #0077B5
}
li-icon[type=linkedin-logo][color=inverse] .background {
fill: #fff
}
li-icon[type=linkedin-logo].logo-lockup-inverse .linkedin-text path,
li-icon[type=linkedin-logo].logo-lockup-inverse .linkedin-text polygon,
li-icon[type=linkedin-logo][color=inverse] .linkedin-text path,
li-icon[type=linkedin-logo][color=inverse] .linkedin-text polygon {
fill: #FFF
}
li-icon[type=linkedin-logo][color=premium] .background {
fill: #AF9B62
}
.artdeco-premium-bug-variant li-icon[type=linkedin-logo][color=premium] .background {
fill: #EFB920
}
li-icon[type=linkedin-logo] .bug-text-color {
display: none
}
li-icon[type=linkedin-logo][color] .bug-text-color {
display: block
}
li-icon[type=linkedin-logo] .logo-14dp,
li-icon[type=linkedin-logo] .logo-21dp,
li-icon[type=linkedin-logo] .logo-28dp,
li-icon[type=linkedin-logo] .logo-34dp,
li-icon[type=linkedin-logo] .logo-40dp,
li-icon[type=linkedin-logo] .logo-48dp,
li-icon[type=linkedin-logo][color=inverse] .bug-text-color {
display: none
}
li-icon[type=linkedin-logo][size="14dp"] {
width: 56px;
height: 14px
}
li-icon[type=linkedin-logo][size="21dp"] {
width: 84px;
height: 21px
}
li-icon[type=linkedin-logo][size="28dp"] {
width: 110px;
height: 28px
}
@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi),
(min-resolution:2dppx) {
li-icon[type=linkedin-logo][size="28dp"] {
width: 112px
}
}
li-icon[type=linkedin-logo][size="34dp"] {
width: 135px;
height: 34px
}
li-icon[type=linkedin-logo][size="40dp"] {
width: 159px;
height: 40px
}
li-icon[type=linkedin-logo][size="48dp"] {
width: 191px;
height: 48px
}
li-icon[type=linkedin-logo] .dpi-gt1,
li-icon[type=linkedin-logo][size="48dp"] .logo-48dp,
li-icon[type=linkedin-logo][size="14dp"] .logo-14dp,
li-icon[type=linkedin-logo][size="21dp"] .logo-21dp,
li-icon[type=linkedin-logo][size="28dp"] .logo-28dp,
li-icon[type=linkedin-logo][size="34dp"] .logo-34dp,
li-icon[type=linkedin-logo][size="40dp"] .logo-40dp {
display: block
}
li-icon[type=linkedin-logo] .dpi-1 {
display: none
}
@media (-webkit-max-device-pixel-ratio:1),
(max-resolution:96dpi),
(max-resolution:1dppx) {
li-icon[type=linkedin-logo] .dpi-gt1 {
display: none
}
li-icon[type=linkedin-logo] .dpi-1 {
display: block
}
}
@keyframes pebbleDraw {
to {
stroke-dashoffset: 0
}
}
@keyframes pebbleGrow {
to {
transform: scale(1)
}
}
use {
fill-opacity: 1;
stroke-opacity: 1;
fill: transparent;
stroke: transparent
}
.active use[*|href^="#nav-"],
use[data-size=small],
use[data-state=active] {
fill-opacity: 0;
stroke-opacity: 0;
fill: currentColor;
stroke: currentColor
}
li-icon[type=loader] {
color: #0084bf;
display: flex;
justify-content: center;
align-items: center
}
li-icon[type=loader] .artdeco-spinner {
width: 50px;
height: 50px;
position: relative;
overflow: visible
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:before {
content: '';
display: block;
width: 0;
margin: -4px auto;
height: 14px;
border: 1px solid currentColor;
border-radius: 1px;
animation: loaderfade 1s infinite ease-in-out both
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(12) {
transform: rotate(-360deg)
}
[dir=rtl] li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(12) {
transform: rotate(360deg)
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(12):before {
animation-delay: -1s
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(11) {
transform: rotate(-330deg)
}
[dir=rtl] li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(11) {
transform: rotate(330deg)
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(11):before {
animation-delay: -.916s
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(10) {
transform: rotate(-300deg)
}
[dir=rtl] li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(10) {
transform: rotate(300deg)
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(10):before {
animation-delay: -.833s
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(9) {
transform: rotate(-270deg)
}
[dir=rtl] li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(9) {
transform: rotate(270deg)
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(9):before {
animation-delay: -750ms
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(8) {
transform: rotate(-240deg)
}
[dir=rtl] li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(8) {
transform: rotate(240deg)
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(8):before {
animation-delay: -.666s
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(7) {
transform: rotate(-210deg)
}
[dir=rtl] li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(7) {
transform: rotate(210deg)
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(7):before {
animation-delay: -.583s
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(6) {
transform: rotate(-180deg)
}
[dir=rtl] li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(6) {
transform: rotate(180deg)
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(6):before {
animation-delay: -.5s
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(5) {
transform: rotate(-150deg)
}
[dir=rtl] li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(5) {
transform: rotate(150deg)
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(5):before {
animation-delay: -.416s
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(4) {
transform: rotate(-120deg)
}
[dir=rtl] li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(4) {
transform: rotate(120deg)
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(4):before {
animation-delay: -.333s
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(3) {
transform: rotate(-90deg)
}
[dir=rtl] li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(3) {
transform: rotate(90deg)
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(3):before {
animation-delay: -250ms
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(2) {
transform: rotate(-60deg)
}
[dir=rtl] li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(2) {
transform: rotate(60deg)
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(2):before {
animation-delay: -.166s
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(1) {
transform: rotate(-30deg)
}
[dir=rtl] li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(1) {
transform: rotate(30deg)
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(1):before {
animation-delay: -.083s
}
li-icon[type=loader][size=small] .artdeco-spinner-bars:before {
height: 6px;
margin: 10px auto
}
@keyframes loaderfade {
0%,
100%,
5% {
opacity: .8
}
95% {
opacity: .05
}
}
li-icon {
display: inline-block;
width: 300px;
height: 150px;
overflow: hidden;
position: relative
}
li-icon>svg {
display: block;
margin: auto
}
li-icon[type$="-icon"] {
width: 24px;
height: 24px
}
li-icon[type$="-icon"][size=small] {
width: 16px;
height: 16px
}
li-icon[type$="-icon"]>svg {
vertical-align: top
}
li-icon[type^=nav-] {
width: 32px!important;
height: 32px!important
}
li-icon .inactive-item,
li-icon .large-icon {
fill: currentColor
}
li-icon .active-item,
li-icon .small-icon {
fill: currentColor;
visibility: hidden
}
li-icon[size=small] .inactive-item,
li-icon[size=small] .large-icon,
li-icon[type^=nav-][active] .inactive-item,
li-icon[type^=nav-][active] .large-icon {
visibility: hidden
}
li-icon[size=small] .active-item,
li-icon[size=small] .small-icon,
li-icon[type^=nav-][active] .active-item,
li-icon[type^=nav-][active] .small-icon {
visibility: visible
}
li-icon[type^=app-] {
width: 40px!important;
height: 40px!important
}
li-icon[type=loader] {
fill-opacity: 1;
stroke-opacity: 1;
fill: transparent;
stroke: transparent
}
li-icon[type=loader][size=small] {
fill-opacity: 0;
stroke-opacity: 0;
fill: currentColor;
stroke: currentColor
}
li-icon .color-icon,
li-icon[color] .solid-icon {
display: none
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
label,
li-icon[color] .color-icon,
main,
menu,
nav,
section {
display: block
}
li-icon[type^=large-],
li-icon[type^=large-][size=small] {
width: 48px!important;
height: 48px!important
}
[dir=rtl] li-icon[type*=arrow],
[dir=rtl] li-icon[type*=chevron],
[dir=rtl] li-icon[type*=follow],
[dir=rtl] li-icon[type=enter-icon],
[dir=rtl] li-icon[type=forward-icon],
[dir=rtl] li-icon[type=leave-icon],
[dir=rtl] li-icon[type=question-pebble-icon],
[dir=rtl] li-icon[type=reply-icon],
[dir=rtl] li-icon[type=share-ios-icon],
[dir=rtl] li-icon[type=share-linkedin-icon],
[dir=rtl] li-icon[type=to-end-icon],
[dir=rtl] li-icon[type=to-start-icon] {
/*!rtl:begin:ignore*/
transform: rotateY(180deg)/*!rtl:end:ignore*/
}
[dir=rtl] li-icon>svg {
/*!rtl:begin:ignore*/
float: left/*!rtl:end:ignore*/
}
li-icon[type$="-pebble-icon"][animate] {
transform: scale(.2);
animation: pebbleGrow 334ms ease-in-out forwards
}
li-icon[type$="-pebble-icon"][animate] .circle {
stroke-dasharray: 63;
stroke-dashoffset: 63;
animation: pebbleDraw .5s ease-out forwards;
animation-delay: 334ms
}
li-icon[type$="-pebble-icon"][animate][size=small] .circle {
stroke-dasharray: 38;
stroke-dashoffset: 38
}
li-icon[type^=premium-] {
width: auto;
height: 16px
}
li-icon[type^=premium-][size="24dp"],
li-icon[type^=premium-][type^=premium-app-icon],
li-icon[type^=premium-][type^=premium-inverse-app] {
height: 24px
}
li-icon[type^=premium-][size="8dp"] {
height: 8px
}
li-icon[type^=premium-][size="10dp"] {
height: 10px
}
li-icon[type^=premium-][size="12dp"] {
height: 12px
}
li-icon[type^=premium-][size="16dp"] {
height: 16px
}
li-icon[type^=premium-][size="20dp"] {
height: 20px
}
li-icon[type^=premium-][size="32dp"] {
height: 32px
}
li-icon[type^=premium-] text {
font-size: 24px;
font-weight: 600;
letter-spacing: 4px;
dominant-baseline: text-before-edge;
font-family: Source Sans Pro, Helvetica, Arial, sans-serif
}
@media screen and (-ms-high-contrast:white-on-black) {
li-icon[type=premium-app-icon],
li-icon[type=premium-badge] {
-ms-high-contrast-adjust: none;
background-color: #fff
}
li-icon[type=premium-app-icon] svg,
li-icon[type=premium-badge] svg {
height: 90%!important;
position: relative;
top: 5%;
left: 2%
}
}
@media screen and (-ms-high-contrast:black-on-white) {
li-icon[type=premium-inverse-badge],
li-icon[type=premium-inverse-app-icon] {
-ms-high-contrast-adjust: none;
background-color: #000
}
li-icon[type=premium-inverse-badge] svg,
li-icon[type=premium-inverse-app-icon] svg {
height: 90%!important;
position: relative;
top: 5%;
left: 2%
}
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: 0 0;
}
ins,
mark {
background-color: #ff9;
color: #000
}
nav ul {
list-style: none
}
blockquote,
q {
quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
content: '';
content: none
}
a {
margin: 0;
font-size: 100%;
vertical-align: baseline;
background: 0 0
}
mark {
font-weight: 700
}
del {
text-decoration: line-through
}
abbr[title],
dfn[title] {
border-bottom: 1px dotted;
cursor: help
}
table {
border-collapse: collapse;
border-spacing: 0
}
hr {
border: 0;
height: 1px;
margin: 1rem 0 24px;
border-color: rgba(0, 0, 0, .15);
border-top: 1px solid rgba(0, 0, 0, .15)
}
@media (max-width:976px) {
hr {
margin-bottom: 16px
}
}
#svg-source {
position: absolute;
top: 0;
left: -100px;
opacity: 0
}
.a11y-text {
border: 0!important;
clip: rect(1px, 1px, 1px, 1px);
height: 1px!important;
overflow: hidden;
padding: 0!important;
position: absolute!important;
white-space: nowrap!important;
width: 1px!important
}
artdeco-slider,
form {
position: relative
}
[data-artdeco-is-focused=true] {
outline: 0
}
@keyframes nodeInserted {
from {
opacity: .99
}
to {
opacity: 1
}
}
.artdeco-link-variant p a {
font-weight: 700!important
}
input,
select {
vertical-align: middle
}
label {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .9);
margin: 12px 0 3px
}
label.required:after {
content: '*';
color: #0073b1;
margin-left: 2px
}
label[disabled] {
opacity: .35
}
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
transition-duration: 334ms;
transition-property: border-color, box-shadow;
box-shadow: none;
border-radius: 2px;
border: 1px solid rgba(0, 0, 0, .6);
padding: 0 10px;
width: 100%;
outline: 0;
height: 32px;
box-sizing: border-box;
background-color: transparent;
color: rgba(0, 0, 0, .9)
}
input[type=date]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: rgba(0, 0, 0, .6);
opacity: 1
}
input[type=date]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=email]::placeholder,
input[type=month]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=time]::placeholder,
input[type=url]::placeholder,
input[type=week]::placeholder,
textarea::placeholder {
color: rgba(0, 0, 0, .6);
opacity: 1
}
input[type=date]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover,
input[type=email]:hover,
input[type=month]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=tel]:hover,
input[type=text]:hover,
input[type=time]:hover,
input[type=url]:hover,
input[type=week]:hover,
textarea:hover {
border-color: rgba(0, 0, 0, .9)
}
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
border-color: #0073b1;
box-shadow: 0 0 0 1px #0073b1
}
input[type=date][disabled],
input[type=datetime][disabled],
input[type=datetime-local][disabled],
input[type=email][disabled],
input[type=month][disabled],
input[type=number][disabled],
input[type=password][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=text][disabled],
input[type=time][disabled],
input[type=url][disabled],
input[type=week][disabled],
textarea[disabled] {
opacity: .45
}
input[type=date][disabled]:hover,
input[type=datetime][disabled]:hover,
input[type=datetime-local][disabled]:hover,
input[type=email][disabled]:hover,
input[type=month][disabled]:hover,
input[type=number][disabled]:hover,
input[type=password][disabled]:hover,
input[type=search][disabled]:hover,
input[type=tel][disabled]:hover,
input[type=text][disabled]:hover,
input[type=time][disabled]:hover,
input[type=url][disabled]:hover,
input[type=week][disabled]:hover,
textarea[disabled]:hover {
border-color: rgba(0, 0, 0, .6)
}
input[type=date].error,
input[type=datetime].error,
input[type=datetime-local].error,
input[type=email].error,
input[type=month].error,
input[type=number].error,
input[type=password].error,
input[type=search].error,
input[type=tel].error,
input[type=text].error,
input[type=time].error,
input[type=url].error,
input[type=week].error,
textarea.error {
border-color: #ff2c33
}
input[type=search] {
-webkit-appearance: textfield
}
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
@media all and (-ms-high-contrast:none) {
::-ms-backdrop,
artdeco-slider [type=range] {
background-image: linear-gradient(to right, transparent, transparent)!important;
height: 22px!important;
margin: -8px 0!important
}
}
artdeco-slider {
display: block;
overflow: hidden;
height: 32px;
box-sizing: content-box
}
artdeco-slider [type=range] {
box-sizing: content-box;
-webkit-appearance: none;
width: 100%;
height: 16px;
border-radius: 16px;
margin: 8px 0;
background-size: 100%, calc(16.666% + 1px) 100%, 200%;
background-position: top left, -1px, 36.8421%;
background-repeat: no-repeat, repeat-x, no-repeat;
animation-duration: 1ms;
animation-name: nodeInserted;
background-image: linear-gradient(to right, #0084bf 16px, transparent 17px, transparent calc(100% - 18px), #cdcfd2 18px), linear-gradient(to right, #fff 1px, transparent 1px), linear-gradient(to right, #0084bf 50%, #cdcfd2 50%)
}
artdeco-slider [type=range][data-artdeco-slider-reverse] {
background-image: linear-gradient(to right, #cdcfd2 16px, transparent 17px, transparent calc(100% - 18px), #0084bf 18px), linear-gradient(to right, #fff 1px, transparent 1px), linear-gradient(to right, #cdcfd2 50%, #0084bf 50%)
}
artdeco-slider [type=range]::-webkit-slider-thumb {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
transition: box-shadow 83ms;
height: 20px;
width: 20px;
border-radius: 10px;
background: #fff;
cursor: pointer;
position: relative;
z-index: 100;
-webkit-appearance: none;
margin-top: -2px
}
@media screen and (-ms-high-contrast:active) {
artdeco-slider [type=range]::-webkit-slider-thumb {
border: 1px solid activeborder
}
}
artdeco-slider [type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 16px;
border-radius: 16px;
background-color: transparent;
cursor: pointer
}
artdeco-slider [type=range]::-moz-range-thumb {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
transition: box-shadow 83ms;
height: 20px;
width: 20px;
border-radius: 10px;
background: #fff;
cursor: pointer;
position: relative;
z-index: 100
}
@media screen and (-ms-high-contrast:active) {
artdeco-slider [type=range]::-moz-range-thumb {
border: 1px solid activeborder
}
}
artdeco-slider [type=range]::-moz-range-track {
width: 100%;
height: 16px;
border-radius: 16px;
background-color: transparent;
cursor: pointer
}
artdeco-slider [type=range]::-ms-track {
height: 16px;
border-radius: 16px;
cursor: pointer;
width: 100%;
background: 0 0;
border-color: transparent;
color: transparent
}
artdeco-slider [type=range]::-ms-thumb {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
transition: box-shadow 83ms;
height: 20px;
width: 20px;
border-radius: 10px;
background: #fff;
cursor: pointer;
position: relative;
z-index: 100
}
@media screen and (-ms-high-contrast:active) {
artdeco-slider [type=range]::-ms-thumb {
border: 1px solid activeborder
}
}
artdeco-slider [type=range]::-ms-fill-lower {
background: #0084bf;
border-radius: 16px;
height: 16px
}
artdeco-slider [type=range]::-ms-fill-upper {
background: #cdcfd2;
border-radius: 16px;
height: 16px
}
artdeco-slider [type=range][data-artdeco-slider-reverse]::-ms-fill-lower {
background: #cdcfd2
}
artdeco-slider [type=range][data-artdeco-slider-reverse]::-ms-fill-upper {
background: #0084bf
}
artdeco-slider[multiple] input[type=range] {
position: absolute;
top: 0;
left: 0
}
artdeco-slider[multiple] div.artdeco-max-slider-container {
position: absolute;
overflow: hidden;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0
}
artdeco-slider+datalist,
artdeco-slider+ul {
display: flex;
justify-content: space-around;
position: relative;
padding: 0 10px;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
list-style: none
}
artdeco-slider+datalist li,
artdeco-slider+datalist option,
artdeco-slider+ul li,
artdeco-slider+ul option {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400;
color: rgba(0, 0, 0, .6);
text-align: center;
flex: 1;
transform: translateX(-50%);
padding: 0
}
artdeco-slider+datalist li:last-of-type,
artdeco-slider+datalist option:last-of-type,
artdeco-slider+ul li:last-of-type,
artdeco-slider+ul option:last-of-type {
position: absolute;
left: 100%;
text-indent: -20px;
flex: 0;
-moz-transform: translateX(15px)
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
box-shadow: none;
outline: 0;
height: 32px;
position: relative;
z-index: 2;
background: url(/sc/h/cwn0a0e7hog2i33c88ucrvot5) top -311px right 1px no-repeat;
/*!rtl:ignore:start*/
/*!rtl:ignore:end*/
/*!rtl:remove:start*/
/*!rtl:remove:end*/
box-sizing: border-box;
border: 0;
width: 100%;
border: 1px solid rgba(0, 0, 0, .6);
padding: 0 32px 0 10px;
transition: box-shadow .15s;
border-radius: 2px;
color: rgba(0, 0, 0, .9);
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400
}
input[type=checkbox]+label:before,
input[type=radio]+label:before {
transition-property: box-shadow;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
transition-duration: 167ms
}
a,
b,
strong {
font-weight: 600
}
select::-ms-expand {
display: none
}
select:hover {
border-color: rgba(0, 0, 0, .9)
}
select:focus {
border-color: #0073b1;
box-shadow: 0 0 0 1px #0073b1
}
select[disabled] {
opacity: .45;
background-image: url(/sc/h/cwn0a0e7hog2i33c88ucrvot5)
}
select.error {
border-color: #ff2c33
}
select:-ms-input-placeholder {
color: rgba(0, 0, 0, .6);
opacity: 1
}
select::placeholder {
color: rgba(0, 0, 0, .6);
opacity: 1
}
@media only screen and (-ms-high-contrast:active) {
select {
background-image: url(/sc/h/cwn0a0e7hog2i33c88ucrvot5)
}
}
textarea {
height: auto;
padding-top: 7px
}
input[type=checkbox],
input[type=radio] {
pointer-events: none;
opacity: 0;
margin: 16px 2px 0 0;
position: absolute
}
input[type=checkbox]+label,
input[type=radio]+label {
display: block;
line-height: 20px;
margin-bottom: 0;
padding: 0 0 0 28px;
position: relative
}
input[type=checkbox]+label:after,
input[type=checkbox]+label:before,
input[type=radio]+label:after,
input[type=radio]+label:before {
content: " ";
height: 22px;
width: 22px;
top: -1px;
left: -1px;
position: absolute;
display: block;
box-sizing: border-box
}
input[type=checkbox]+label:before,
input[type=radio]+label:before {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .6) inset;
border: 1px solid transparent;
background-clip: padding-box;
padding: 2px
}
form.inverse-form input[type=radio].small-input:checked+label:after,
input[type=radio].small-input:checked+label:after {
border-width: 5px
}
input[type=checkbox]:hover+label:before,
input[type=radio]:hover+label:before {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .9) inset
}
input[type=checkbox]:disabled:hover+label:before,
input[type=radio]:disabled:hover+label:before {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .6) inset
}
input[type=checkbox]:focus+label:before,
input[type=radio]:focus+label:before {
box-shadow: 0 0 0 1px #0073b1, 0 0 0 1px rgba(0, 0, 0, .9) inset
}
input[type=checkbox]:checked+label:before,
input[type=checkbox]:disabled:checked+label:before,
input[type=radio]:checked+label:before,
input[type=radio]:disabled:checked+label:before {
box-shadow: 0 0 0 11px #0073b1 inset
}
input[type=checkbox]:checked+label:after,
input[type=radio]:checked+label:after {
display: block
}
input[type=checkbox]:focus:checked+label:before,
input[type=radio]:focus:checked+label:before {
box-shadow: 0 0 0 1px #0073b1, 0 0 0 11px #0073b1 inset
}
input[type=checkbox]:disabled+label,
input[type=radio]:disabled+label {
opacity: .35
}
input[type=checkbox].small-input+label,
input[type=radio].small-input+label {
line-height: 16px
}
input[type=checkbox].small-input+label:after,
input[type=checkbox].small-input+label:before,
input[type=radio].small-input+label:after,
input[type=radio].small-input+label:before {
height: 18px;
width: 18px
}
input[type=radio]+label:before {
border-radius: 50%
}
input[type=radio]:checked+label:before,
input[type=radio]:disabled:checked+label:before {
box-shadow: 0 0 0 6px #0073b1 inset, 0 0 0 11px #fff inset
}
input[type=radio]:focus:checked+label:before {
box-shadow: 0 0 0 1px #0073b1, 0 0 0 6px #0073b1 inset, 0 0 0 11px #fff inset
}
input[type=radio].small-input:checked+label:before {
box-shadow: 0 0 0 5px #0073b1 inset, 0 0 0 11px #fff inset
}
input[type=radio].small-input:focus:checked+label:before {
box-shadow: 0 0 0 1px #0073b1, 0 0 0 5px #0073b1 inset, 0 0 0 11px #fff inset
}
input[type=radio].small-input:disabled:checked+label:before {
box-shadow: 0 0 0 5px #0073b1 inset, 0 0 0 11px #fff inset
}
input[type=checkbox]+label:before {
border-radius: 4px
}
input[type=checkbox]+label:after {
display: none;
height: 16px;
width: 16px;
background-image: url(/sc/h/cwn0a0e7hog2i33c88ucrvot5);
overflow: hidden;
margin: 3px
}
input[type=checkbox]:checked+label:after {
display: block;
/*!rtl:ignore*/
background-position: 0 -24px
}
input[type=checkbox].small-input+label:after {
top: -3px;
left: -3px
}
input[type=checkbox]:indeterminate+label:before,
input[type=checkbox]:indeterminate:disabled+label:before {
box-shadow: 0 0 0 11px #0073b1 inset
}
input[type=checkbox]:indeterminate:focus+label:before {
box-shadow: 0 0 0 1px #0073b1, 0 0 0 11px #0073b1 inset
}
input[type=checkbox]:indeterminate+label:after {
display: block;
content: "";
background: #fff;
height: 2px;
width: 12px;
top: 6px;
left: 1px
}
input[type=checkbox].small-input:indeterminate+label:after {
height: 2px;
width: 10px;
top: 4px;
left: 0
}
form.inverse-form label {
color: #fff
}
form.inverse-form label.required:after {
color: #98d8f4
}
form.inverse-form label[disabled] {
opacity: .45
}
form.inverse-form input[type=date],
form.inverse-form input[type=datetime],
form.inverse-form input[type=datetime-local],
form.inverse-form input[type=email],
form.inverse-form input[type=month],
form.inverse-form input[type=number],
form.inverse-form input[type=password],
form.inverse-form input[type=search],
form.inverse-form input[type=tel],
form.inverse-form input[type=text],
form.inverse-form input[type=time],
form.inverse-form input[type=url],
form.inverse-form input[type=week],
form.inverse-form select,
form.inverse-form textarea {
color: #fff;
border-color: rgba(255, 255, 255, .7)
}
form.inverse-form input[type=date]:-ms-input-placeholder,
form.inverse-form input[type=datetime]:-ms-input-placeholder,
form.inverse-form input[type=datetime-local]:-ms-input-placeholder,
form.inverse-form input[type=email]:-ms-input-placeholder,
form.inverse-form input[type=month]:-ms-input-placeholder,
form.inverse-form input[type=number]:-ms-input-placeholder,
form.inverse-form input[type=password]:-ms-input-placeholder,
form.inverse-form input[type=search]:-ms-input-placeholder,
form.inverse-form input[type=tel]:-ms-input-placeholder,
form.inverse-form input[type=text]:-ms-input-placeholder,
form.inverse-form input[type=time]:-ms-input-placeholder,
form.inverse-form input[type=url]:-ms-input-placeholder,
form.inverse-form input[type=week]:-ms-input-placeholder,
form.inverse-form select:-ms-input-placeholder,
form.inverse-form textarea:-ms-input-placeholder {
color: rgba(255, 255, 255, .7);
opacity: 1
}
form.inverse-form input[type=date]::placeholder,
form.inverse-form input[type=datetime]::placeholder,
form.inverse-form input[type=datetime-local]::placeholder,
form.inverse-form input[type=email]::placeholder,
form.inverse-form input[type=month]::placeholder,
form.inverse-form input[type=number]::placeholder,
form.inverse-form input[type=password]::placeholder,
form.inverse-form input[type=search]::placeholder,
form.inverse-form input[type=tel]::placeholder,
form.inverse-form input[type=text]::placeholder,
form.inverse-form input[type=time]::placeholder,
form.inverse-form input[type=url]::placeholder,
form.inverse-form input[type=week]::placeholder,
form.inverse-form select::placeholder,
form.inverse-form textarea::placeholder {
color: rgba(255, 255, 255, .7);
opacity: 1
}
form.inverse-form input[type=date]:disabled,
form.inverse-form input[type=datetime]:disabled,
form.inverse-form input[type=datetime-local]:disabled,
form.inverse-form input[type=email]:disabled,
form.inverse-form input[type=month]:disabled,
form.inverse-form input[type=number]:disabled,
form.inverse-form input[type=password]:disabled,
form.inverse-form input[type=search]:disabled,
form.inverse-form input[type=tel]:disabled,
form.inverse-form input[type=text]:disabled,
form.inverse-form input[type=time]:disabled,
form.inverse-form input[type=url]:disabled,
form.inverse-form input[type=week]:disabled,
form.inverse-form select:disabled,
form.inverse-form textarea:disabled {
opacity: .45
}
form.inverse-form input[type=date]:hover,
form.inverse-form input[type=datetime]:hover,
form.inverse-form input[type=datetime-local]:hover,
form.inverse-form input[type=email]:hover,
form.inverse-form input[type=month]:hover,
form.inverse-form input[type=number]:hover,
form.inverse-form input[type=password]:hover,
form.inverse-form input[type=search]:hover,
form.inverse-form input[type=tel]:hover,
form.inverse-form input[type=text]:hover,
form.inverse-form input[type=time]:hover,
form.inverse-form input[type=url]:hover,
form.inverse-form input[type=week]:hover,
form.inverse-form select:hover,
form.inverse-form textarea:hover {
border-color: #fff
}
form.inverse-form input[type=date]:focus,
form.inverse-form input[type=datetime]:focus,
form.inverse-form input[type=datetime-local]:focus,
form.inverse-form input[type=email]:focus,
form.inverse-form input[type=month]:focus,
form.inverse-form input[type=number]:focus,
form.inverse-form input[type=password]:focus,
form.inverse-form input[type=search]:focus,
form.inverse-form input[type=tel]:focus,
form.inverse-form input[type=text]:focus,
form.inverse-form input[type=time]:focus,
form.inverse-form input[type=url]:focus,
form.inverse-form input[type=week]:focus,
form.inverse-form select:focus,
form.inverse-form textarea:focus {
border-color: #98d8f4;
box-shadow: 0 0 0 1px #98d8f4
}
form.inverse-form select {
/*!rtl:remove:start*/
background-position: top -335px right 0;
/*!rtl:remove:end*/
border-color: rgba(255, 255, 255, .7)
}
form.inverse-form input[type=checkbox]:checked+label:after,
form.inverse-form input[type=checkbox]:disabled:checked+label:after,
form.inverse-form input[type=radio]:checked+label:after,
form.inverse-form input[type=radio]:disabled:checked+label:after {
background-position: 0 -366px
}
form.inverse-form select:disabled {
border-color: rgba(255, 255, 255, .25)
}
form.inverse-form input[type=checkbox]+label,
form.inverse-form input[type=radio]+label {
color: #fff
}
form.inverse-form input[type=checkbox]+label:before,
form.inverse-form input[type=checkbox]:disabled:hover+label:before,
form.inverse-form input[type=radio]+label:before,
form.inverse-form input[type=radio]:disabled:hover+label:before {
box-shadow: 0 0 0 1px rgba(255, 255, 255, .7) inset
}
form.inverse-form input[type=checkbox]:hover+label:before,
form.inverse-form input[type=radio]:hover+label:before {
box-shadow: 0 0 0 1px #fff inset
}
form.inverse-form input[type=checkbox]:checked+label:before,
form.inverse-form input[type=radio]:checked+label:before {
box-shadow: 0 0 0 11px #98d8f4 inset
}
form.inverse-form input[type=checkbox]:focus+label:before,
form.inverse-form input[type=radio]:focus+label:before {
box-shadow: 0 0 0 1px #98d8f4, 0 0 0 1px #fff inset
}
form.inverse-form input[type=checkbox]:focus:checked+label:before,
form.inverse-form input[type=radio]:focus:checked+label:before {
box-shadow: 0 0 0 1px #98d8f4, 0 0 0 11px #98d8f4 inset
}
form.inverse-form input[type=checkbox]:disabled:checked+label:before,
form.inverse-form input[type=radio]:disabled:checked+label:before {
box-shadow: 0 0 0 11px #98d8f4 inset
}
form.inverse-form input[type=radio]:checked+label:before {
box-shadow: 0 0 0 6px #98d8f4 inset, 0 0 0 11px rgba(0, 0, 0, .6) inset, 0 0 0 11px #98d8f4 inset
}
form.inverse-form input[type=radio]:focus:checked+label:before {
box-shadow: 0 0 0 1px #98d8f4, 0 0 0 6px #98d8f4 inset, 0 0 0 11px rgba(0, 0, 0, .6) inset, 0 0 0 11px #98d8f4 inset
}
form.inverse-form input[type=radio]:disabled:checked+label:before {
box-shadow: 0 0 0 6px #98d8f4 inset, 0 0 0 11px rgba(0, 0, 0, .6) inset, 0 0 0 11px #98d8f4 inset
}
form.inverse-form input[type=radio].small-input:checked+label:before {
box-shadow: 0 0 0 5px #98d8f4 inset, 0 0 0 11px rgba(0, 0, 0, .6) inset, 0 0 0 11px #98d8f4 inset
}
form.inverse-form input[type=radio].small-input:focus:checked+label:before {
box-shadow: 0 0 0 1px #98d8f4, 0 0 0 5px #98d8f4 inset, 0 0 0 11px rgba(0, 0, 0, .6) inset, 0 0 0 11px #98d8f4 inset
}
form.inverse-form input[type=radio].small-input:disabled:checked+label:before {
box-shadow: 0 0 0 5px #98d8f4 inset, 0 0 0 11px rgba(0, 0, 0, .6) inset, 0 0 0 11px #98d8f4 inset
}
form.inverse-form input[type=checkbox]:indeterminate+label:after {
background: rgba(0, 0, 0, .6)
}
form.inverse-form input[type=checkbox]:indeterminate+label:before {
box-shadow: 0 0 0 11px #98d8f4 inset
}
form.inverse-form input[type=checkbox]:indeterminate:focus+label:before {
box-shadow: 0 0 0 1px #98d8f4, 0 0 0 11px #98d8f4 inset
}
form.inverse-form input[type=checkbox]:indeterminate:disabled+label:before {
box-shadow: 0 0 0 11px #98d8f4 inset
}
form.simple-form input[type=date],
form.simple-form input[type=datetime],
form.simple-form input[type=datetime-local],
form.simple-form input[type=email],
form.simple-form input[type=month],
form.simple-form input[type=number],
form.simple-form input[type=password],
form.simple-form input[type=search],
form.simple-form input[type=tel],
form.simple-form input[type=text],
form.simple-form input[type=time],
form.simple-form input[type=url],
form.simple-form input[type=week],
form.simple-form select {
border-radius: 0;
padding-left: 0;
padding-right: 0
}
artdeco-floatlabel select,
form.simple-form select {
padding-right: 32px
}
form.simple-form input[type=date],
form.simple-form input[type=date]:disabled,
form.simple-form input[type=date]:focus,
form.simple-form input[type=date]:hover,
form.simple-form input[type=datetime],
form.simple-form input[type=datetime]:disabled,
form.simple-form input[type=datetime]:focus,
form.simple-form input[type=datetime]:hover,
form.simple-form input[type=datetime-local],
form.simple-form input[type=datetime-local]:disabled,
form.simple-form input[type=datetime-local]:focus,
form.simple-form input[type=datetime-local]:hover,
form.simple-form input[type=email],
form.simple-form input[type=email]:disabled,
form.simple-form input[type=email]:focus,
form.simple-form input[type=email]:hover,
form.simple-form input[type=month],
form.simple-form input[type=month]:disabled,
form.simple-form input[type=month]:focus,
form.simple-form input[type=month]:hover,
form.simple-form input[type=number],
form.simple-form input[type=number]:disabled,
form.simple-form input[type=number]:focus,
form.simple-form input[type=number]:hover,
form.simple-form input[type=password],
form.simple-form input[type=password]:disabled,
form.simple-form input[type=password]:focus,
form.simple-form input[type=password]:hover,
form.simple-form input[type=search],
form.simple-form input[type=search]:disabled,
form.simple-form input[type=search]:focus,
form.simple-form input[type=search]:hover,
form.simple-form input[type=tel],
form.simple-form input[type=tel]:disabled,
form.simple-form input[type=tel]:focus,
form.simple-form input[type=tel]:hover,
form.simple-form input[type=text],
form.simple-form input[type=text]:disabled,
form.simple-form input[type=text]:focus,
form.simple-form input[type=text]:hover,
form.simple-form input[type=time],
form.simple-form input[type=time]:disabled,
form.simple-form input[type=time]:focus,
form.simple-form input[type=time]:hover,
form.simple-form input[type=url],
form.simple-form input[type=url]:disabled,
form.simple-form input[type=url]:focus,
form.simple-form input[type=url]:hover,
form.simple-form input[type=week],
form.simple-form input[type=week]:disabled,
form.simple-form input[type=week]:focus,
form.simple-form input[type=week]:hover,
form.simple-form select,
form.simple-form select:disabled,
form.simple-form select:focus,
form.simple-form select:hover {
border-width: 0 0 1px
}
form.simple-form input[type=date]:focus,
form.simple-form input[type=datetime]:focus,
form.simple-form input[type=datetime-local]:focus,
form.simple-form input[type=email]:focus,
form.simple-form input[type=month]:focus,
form.simple-form input[type=number]:focus,
form.simple-form input[type=password]:focus,
form.simple-form input[type=search]:focus,
form.simple-form input[type=tel]:focus,
form.simple-form input[type=text]:focus,
form.simple-form input[type=time]:focus,
form.simple-form input[type=url]:focus,
form.simple-form input[type=week]:focus,
form.simple-form select:focus {
box-shadow: 0 1px 0 0 #0073b1
}
form.simple-form .floating-label {
position: relative;
display: block;
margin-top: 35px
}
form.simple-form .floating-label .label-text {
position: absolute;
top: 10px;
left: 0;
transition: all .35s ease;
margin: 0
}
form.simple-form .floating-label[data-form-elem-focus=true] .label-text {
transform: translate(0, -25px);
-webkit-transform: translate(0, -25px)
}
form.simple-form.inverse-form input[type=date]:focus,
form.simple-form.inverse-form input[type=datetime]:focus,
form.simple-form.inverse-form input[type=datetime-local]:focus,
form.simple-form.inverse-form input[type=email]:focus,
form.simple-form.inverse-form input[type=month]:focus,
form.simple-form.inverse-form input[type=number]:focus,
form.simple-form.inverse-form input[type=password]:focus,
form.simple-form.inverse-form input[type=search]:focus,
form.simple-form.inverse-form input[type=tel]:focus,
form.simple-form.inverse-form input[type=text]:focus,
form.simple-form.inverse-form input[type=time]:focus,
form.simple-form.inverse-form input[type=url]:focus,
form.simple-form.inverse-form input[type=week]:focus,
form.simple-form.inverse-form select:focus {
box-shadow: 0 1px 0 0 #98d8f4
}
@media screen and (-ms-high-contrast:active) {
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
input[type=checkbox]:focus+label:before,
input[type=radio]:focus+label:before,
select:focus,
textarea:focus {
outline: ButtonText dotted 2px
}
input[type=checkbox]:checked+label:after {
content: "\2714";
font-size: 18px;
top: -3px;
left: 0;
background: 0 0
}
input[type=checkbox]:checked.small-input+label:after {
font-size: 16px;
left: -1px
}
input[type=radio]:checked+label:after {
border: 7px solid currentColor;
border-radius: 50%;
width: 22px;
height: 22px
}
input[type=radio]:checked.small-input+label:after {
width: 18px;
height: 18px
}
input[type=checkbox]:indeterminate+label:after {
background: currentColor
}
}
artdeco-floatlabel {
position: relative;
display: block;
margin-top: 35px
}
artdeco-floatlabel input[type=date],
artdeco-floatlabel input[type=datetime],
artdeco-floatlabel input[type=datetime-local],
artdeco-floatlabel input[type=email],
artdeco-floatlabel input[type=month],
artdeco-floatlabel input[type=number],
artdeco-floatlabel input[type=password],
artdeco-floatlabel input[type=search],
artdeco-floatlabel input[type=tel],
artdeco-floatlabel input[type=text],
artdeco-floatlabel input[type=time],
artdeco-floatlabel input[type=url],
artdeco-floatlabel input[type=week] {
border-radius: 0;
padding-left: 0;
padding-right: 0
}
artdeco-floatlabel input[type=date],
artdeco-floatlabel input[type=date]:disabled,
artdeco-floatlabel input[type=date]:focus,
artdeco-floatlabel input[type=date]:hover,
artdeco-floatlabel input[type=datetime],
artdeco-floatlabel input[type=datetime]:disabled,
artdeco-floatlabel input[type=datetime]:focus,
artdeco-floatlabel input[type=datetime]:hover,
artdeco-floatlabel input[type=datetime-local],
artdeco-floatlabel input[type=datetime-local]:disabled,
artdeco-floatlabel input[type=datetime-local]:focus,
artdeco-floatlabel input[type=datetime-local]:hover,
artdeco-floatlabel input[type=email],
artdeco-floatlabel input[type=email]:disabled,
artdeco-floatlabel input[type=email]:focus,
artdeco-floatlabel input[type=email]:hover,
artdeco-floatlabel input[type=month],
artdeco-floatlabel input[type=month]:disabled,
artdeco-floatlabel input[type=month]:focus,
artdeco-floatlabel input[type=month]:hover,
artdeco-floatlabel input[type=number],
artdeco-floatlabel input[type=number]:disabled,
artdeco-floatlabel input[type=number]:focus,
artdeco-floatlabel input[type=number]:hover,
artdeco-floatlabel input[type=password],
artdeco-floatlabel input[type=password]:disabled,
artdeco-floatlabel input[type=password]:focus,
artdeco-floatlabel input[type=password]:hover,
artdeco-floatlabel input[type=search],
artdeco-floatlabel input[type=search]:disabled,
artdeco-floatlabel input[type=search]:focus,
artdeco-floatlabel input[type=search]:hover,
artdeco-floatlabel input[type=tel],
artdeco-floatlabel input[type=tel]:disabled,
artdeco-floatlabel input[type=tel]:focus,
artdeco-floatlabel input[type=tel]:hover,
artdeco-floatlabel input[type=text],
artdeco-floatlabel input[type=text]:disabled,
artdeco-floatlabel input[type=text]:focus,
artdeco-floatlabel input[type=text]:hover,
artdeco-floatlabel input[type=time],
artdeco-floatlabel input[type=time]:disabled,
artdeco-floatlabel input[type=time]:focus,
artdeco-floatlabel input[type=time]:hover,
artdeco-floatlabel input[type=url],
artdeco-floatlabel input[type=url]:disabled,
artdeco-floatlabel input[type=url]:focus,
artdeco-floatlabel input[type=url]:hover,
artdeco-floatlabel input[type=week],
artdeco-floatlabel input[type=week]:disabled,
artdeco-floatlabel input[type=week]:focus,
artdeco-floatlabel input[type=week]:hover {
border-width: 0 0 1px;
outline: 0
}
artdeco-floatlabel input[type=date]:focus,
artdeco-floatlabel input[type=datetime]:focus,
artdeco-floatlabel input[type=datetime-local]:focus,
artdeco-floatlabel input[type=email]:focus,
artdeco-floatlabel input[type=month]:focus,
artdeco-floatlabel input[type=number]:focus,
artdeco-floatlabel input[type=password]:focus,
artdeco-floatlabel input[type=search]:focus,
artdeco-floatlabel input[type=tel]:focus,
artdeco-floatlabel input[type=text]:focus,
artdeco-floatlabel input[type=time]:focus,
artdeco-floatlabel input[type=url]:focus,
artdeco-floatlabel input[type=week]:focus {
box-shadow: 0 1px 0 0 #0084bf
}
artdeco-floatlabel .artdeco-label-text {
position: absolute;
top: 10px;
left: 0;
transition: all .35s ease;
margin: 0
}
artdeco-floatlabel[data-form-elem-focus=true] .artdeco-label-text {
transform: translate(0, -25px);
-webkit-transform: translate(0, -25px)
}
html.artdeco {
-webkit-font-smoothing: antialiased
}
@media only screen and (-webkit-min-device-pixel-ratio:1.25),
only screen and (min-device-pixel-ratio:1.25),
only screen and (-webkit-min-device-pixel-ratio:2.0833333333333335),
only screen and (min-resolution:200dpi),
only screen and (min-resolution:1.25dppx) {
html.artdeco {
-webkit-font-smoothing: subpixel-antialiased
}
}
body {
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif
}
a {
background-color: transparent;
border: 0;
color: #0073b1
}
a:focus,
a:hover {
text-decoration: underline;
color: #006097
}
a:active {
color: #004b7c
}
a:visited {
color: #665ed0
}
a:visited:hover {
color: #544bc2
}
a:visited:active {
color: #4034b0
}
.large-header,
.large-text,
.medium-text,
.small-text,
body,
h1,
h2,
h3,
h4,
h5,
p {
font-weight: 400;
color: rgba(0, 0, 0, .9)
}
body,
p {
font-size: 1.6rem;
line-height: 1.5
}
.large-header,
h1 {
font-size: 4rem;
line-height: 1.2
}
h2 {
font-size: 3.2rem;
line-height: 1.25
}
.large-text,
h3 {
font-size: 2.4rem;
line-height: 1.33333
}
.medium-text,
h4 {
font-size: 2rem;
line-height: 1.4
}
.small-text,
h5 {
font-size: 1.6rem;
line-height: 1.5
}
h6 {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .6)
}
button,
input,
select,
textarea {
font-family: inherit
}
.small-text {
font-size: 1.45rem;
line-height: 1.375
}
blockquote {
font-size: 1.6rem;
line-height: 1.5;
font-weight: 400;
color: rgba(0, 0, 0, .75)
}
@keyframes artdecoBadgeAnimationIn1 {
from {
transform: scale(0)
}
to {
transform: scale(1.15)
}
}
@keyframes artdecoBadgeAnimationIn2 {
from {
transform: scale(1.15)
}
to {
transform: scale(1)
}
}
artdeco-pill,
artdeco-toggle-pill {
height: 32px;
color: rgba(0, 0, 0, .6);
border: 0
}
artdeco-pill .artdeco-pill-icons,
artdeco-toggle-pill .artdeco-pill-icons {
position: relative;
margin-left: 0;
height: 16px;
width: 16px
}
artdeco-pill li-icon,
artdeco-toggle-pill li-icon {
position: absolute;
top: 0;
left: 0;
transform: scale(0);
transition: transform ease-in-out 167ms
}
artdeco-pill li-icon[type=plus-icon],
artdeco-toggle-pill li-icon[type=plus-icon] {
transform: scale(1)
}
artdeco-pill li-icon[type=cancel-icon],
artdeco-toggle-pill li-icon[type=cancel-icon] {
transform: scale(1) rotate(45deg);
opacity: 0;
transition: transform ease-in-out 167ms, opacity 0s 167ms
}
artdeco-pill[type=toggle] button,
artdeco-toggle-pill button {
border: none
}
artdeco-pill[type=toggle] button,
artdeco-pill[type=toggle] label,
artdeco-toggle-pill button,
artdeco-toggle-pill label {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
display: inline-flex;
height: 32px;
align-items: center;
padding: 12px 12px 12px 10px;
margin: 0;
box-shadow: inset 0 0 0 1px #0073b1;
background-color: transparent;
color: #0073b1;
border-radius: 32px;
box-sizing: border-box;
transition: color ease-in-out 334ms, box-shadow ease-in-out 334ms, background-color ease-in-out 334ms
}
artdeco-pill[type=toggle] button span,
artdeco-pill[type=toggle] label span,
artdeco-toggle-pill button span,
artdeco-toggle-pill label span {
margin-left: 5px
}
artdeco-pill[type=toggle] button .artdeco-pill-content,
artdeco-pill[type=toggle] label .artdeco-pill-content,
artdeco-toggle-pill button .artdeco-pill-content,
artdeco-toggle-pill label .artdeco-pill-content {
display: inline-flex;
align-items: center
}
artdeco-pill[type=toggle] button:after,
artdeco-pill[type=toggle] button:before,
artdeco-pill[type=toggle] label:after,
artdeco-pill[type=toggle] label:before,
artdeco-toggle-pill button:after,
artdeco-toggle-pill button:before,
artdeco-toggle-pill label:after,
artdeco-toggle-pill label:before {
display: none
}
artdeco-pill[type=toggle] button,
artdeco-toggle-pill button {
padding-top: 6px
}
artdeco-pill[type=toggle]:hover button,
artdeco-pill[type=toggle]:hover label,
artdeco-pill[type=toggle][data-artdeco-focus] button,
artdeco-pill[type=toggle][data-artdeco-focus] label,
artdeco-toggle-pill:hover button,
artdeco-toggle-pill:hover label,
artdeco-toggle-pill[data-artdeco-focus] button,
artdeco-toggle-pill[data-artdeco-focus] label {
box-shadow: inset 0 0 0 2px #006097;
color: #006097;
background-color: transparent
}
artdeco-pill[type=toggle]:active button,
artdeco-pill[type=toggle]:active label,
artdeco-toggle-pill:active button,
artdeco-toggle-pill:active label {
box-shadow: inset 0 0 0 2px #004b7c;
color: #004b7c
}
artdeco-pill[type=toggle][checked] button,
artdeco-pill[type=toggle][checked] label,
artdeco-toggle-pill[checked] button,
artdeco-toggle-pill[checked] label {
box-shadow: inset 0 0 0 2px transparent;
color: #fff;
background-color: #0073b1
}
artdeco-pill[type=toggle][checked] button li-icon[type=check-icon],
artdeco-pill[type=toggle][checked] label li-icon[type=check-icon],
artdeco-toggle-pill[checked] button li-icon[type=check-icon],
artdeco-toggle-pill[checked] label li-icon[type=check-icon] {
transform: scale(1);
transition: transform ease-in-out 167ms 167ms
}
artdeco-pill[type=toggle][checked] button li-icon[type=plus-icon],
artdeco-pill[type=toggle][checked] button li-icon[type=cancel-icon],
artdeco-pill[type=toggle][checked] label li-icon[type=plus-icon],
artdeco-pill[type=toggle][checked] label li-icon[type=cancel-icon],
artdeco-toggle-pill[checked] button li-icon[type=plus-icon],
artdeco-toggle-pill[checked] button li-icon[type=cancel-icon],
artdeco-toggle-pill[checked] label li-icon[type=plus-icon],
artdeco-toggle-pill[checked] label li-icon[type=cancel-icon] {
transform: scale(0);
transition: transform ease-in-out 167ms, opacity 0s 167ms
}
artdeco-pill[type=toggle][checked]:hover button,
artdeco-pill[type=toggle][checked]:hover label,
artdeco-pill[type=toggle][checked][data-artdeco-focus] button,
artdeco-pill[type=toggle][checked][data-artdeco-focus] label,
artdeco-toggle-pill[checked]:hover button,
artdeco-toggle-pill[checked]:hover label,
artdeco-toggle-pill[checked][data-artdeco-focus] button,
artdeco-toggle-pill[checked][data-artdeco-focus] label {
box-shadow: inset 0 0 0 2px #006097;
background-color: #006097;
color: #fff
}
artdeco-pill[type=toggle][checked]:hover button li-icon[type=cancel-icon],
artdeco-pill[type=toggle][checked]:hover label li-icon[type=cancel-icon],
artdeco-pill[type=toggle][checked][data-artdeco-focus] button li-icon[type=cancel-icon],
artdeco-pill[type=toggle][checked][data-artdeco-focus] label li-icon[type=cancel-icon],
artdeco-toggle-pill[checked]:hover button li-icon[type=cancel-icon],
artdeco-toggle-pill[checked]:hover label li-icon[type=cancel-icon],
artdeco-toggle-pill[checked][data-artdeco-focus] button li-icon[type=cancel-icon],
artdeco-toggle-pill[checked][data-artdeco-focus] label li-icon[type=cancel-icon] {
transform: scale(1);
opacity: 1;
transition: transform ease-in-out 167ms 167ms
}
artdeco-pill[type=toggle][checked]:hover button li-icon[type=plus-icon],
artdeco-pill[type=toggle][checked]:hover button li-icon[type=check-icon],
artdeco-pill[type=toggle][checked]:hover label li-icon[type=plus-icon],
artdeco-pill[type=toggle][checked]:hover label li-icon[type=check-icon],
artdeco-pill[type=toggle][checked][data-artdeco-focus] button li-icon[type=plus-icon],
artdeco-pill[type=toggle][checked][data-artdeco-focus] button li-icon[type=check-icon],
artdeco-pill[type=toggle][checked][data-artdeco-focus] label li-icon[type=plus-icon],
artdeco-pill[type=toggle][checked][data-artdeco-focus] label li-icon[type=check-icon],
artdeco-toggle-pill[checked]:hover button li-icon[type=plus-icon],
artdeco-toggle-pill[checked]:hover button li-icon[type=check-icon],
artdeco-toggle-pill[checked]:hover label li-icon[type=plus-icon],
artdeco-toggle-pill[checked]:hover label li-icon[type=check-icon],
artdeco-toggle-pill[checked][data-artdeco-focus] button li-icon[type=plus-icon],
artdeco-toggle-pill[checked][data-artdeco-focus] button li-icon[type=check-icon],
artdeco-toggle-pill[checked][data-artdeco-focus] label li-icon[type=plus-icon],
artdeco-toggle-pill[checked][data-artdeco-focus] label li-icon[type=check-icon] {
transform: scale(0);
transition: transform ease-in-out 167ms
}
artdeco-pill[type=toggle][checked]:active button,
artdeco-pill[type=toggle][checked]:active label,
artdeco-toggle-pill[checked]:active button,
artdeco-toggle-pill[checked]:active label {
box-shadow: inset 0 0 0 2px #004b7c;
background-color: #004b7c;
color: #fff
}
artdeco-pill[type=toggle][color-scheme=muted] button,
artdeco-pill[type=toggle][color-scheme=muted] label,
artdeco-toggle-pill[color-scheme=muted] button,
artdeco-toggle-pill[color-scheme=muted] label {
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6);
background-color: transparent;
color: rgba(0, 0, 0, .6)
}
artdeco-pill[type=toggle][color-scheme=muted]:hover button,
artdeco-pill[type=toggle][color-scheme=muted]:hover label,
artdeco-pill[type=toggle][color-scheme=muted][data-artdeco-focus] button,
artdeco-pill[type=toggle][color-scheme=muted][data-artdeco-focus] label,
artdeco-toggle-pill[color-scheme=muted]:hover button,
artdeco-toggle-pill[color-scheme=muted]:hover label,
artdeco-toggle-pill[color-scheme=muted][data-artdeco-focus] button,
artdeco-toggle-pill[color-scheme=muted][data-artdeco-focus] label {
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .75);
color: rgba(0, 0, 0, .75);
background-color: transparent
}
artdeco-pill[type=toggle][color-scheme=muted]:active button,
artdeco-pill[type=toggle][color-scheme=muted]:active label,
artdeco-toggle-pill[color-scheme=muted]:active button,
artdeco-toggle-pill[color-scheme=muted]:active label {
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .9);
color: rgba(0, 0, 0, .9)
}
artdeco-pill[type=toggle][color-scheme=muted][checked] button,
artdeco-pill[type=toggle][color-scheme=muted][checked] label,
artdeco-toggle-pill[color-scheme=muted][checked] button,
artdeco-toggle-pill[color-scheme=muted][checked] label {
box-shadow: inset 0 0 0 2px transparent;
color: rgba(0, 0, 0, .6);
background-color: rgba(199, 209, 216, .45)
}
artdeco-pill[type=toggle][color-scheme=muted][checked]:hover button,
artdeco-pill[type=toggle][color-scheme=muted][checked]:hover label,
artdeco-pill[type=toggle][color-scheme=muted][checked][data-artdeco-focus] button,
artdeco-pill[type=toggle][color-scheme=muted][checked][data-artdeco-focus] label,
artdeco-toggle-pill[color-scheme=muted][checked]:hover button,
artdeco-toggle-pill[color-scheme=muted][checked]:hover label,
artdeco-toggle-pill[color-scheme=muted][checked][data-artdeco-focus] button,
artdeco-toggle-pill[color-scheme=muted][checked][data-artdeco-focus] label {
box-shadow: inset 0 0 0 2px transparent;
background-color: rgba(199, 209, 216, .6);
color: rgba(0, 0, 0, .75)
}
artdeco-pill[type=toggle][color-scheme=muted][checked]:active button,
artdeco-pill[type=toggle][color-scheme=muted][checked]:active label,
artdeco-toggle-pill[color-scheme=muted][checked]:active button,
artdeco-toggle-pill[color-scheme=muted][checked]:active label {
box-shadow: inset 0 0 0 2px transparent;
background-color: rgba(199, 209, 216, .75);
color: rgba(0, 0, 0, .9)
}
artdeco-pill[type=toggle][color-scheme=inverse] button,
artdeco-pill[type=toggle][color-scheme=inverse] label,
artdeco-toggle-pill[color-scheme=inverse] button,
artdeco-toggle-pill[color-scheme=inverse] label {
box-shadow: inset 0 0 0 1px #fff;
background-color: transparent;
color: #fff
}
artdeco-pill[type=toggle][color-scheme=inverse]:hover button,
artdeco-pill[type=toggle][color-scheme=inverse]:hover label,
artdeco-pill[type=toggle][color-scheme=inverse][data-artdeco-focus] button,
artdeco-pill[type=toggle][color-scheme=inverse][data-artdeco-focus] label,
artdeco-toggle-pill[color-scheme=inverse]:hover button,
artdeco-toggle-pill[color-scheme=inverse]:hover label,
artdeco-toggle-pill[color-scheme=inverse][data-artdeco-focus] button,
artdeco-toggle-pill[color-scheme=inverse][data-artdeco-focus] label {
box-shadow: inset 0 0 0 2px #fff;
color: #fff;
background-color: transparent
}
artdeco-pill[type=toggle][color-scheme=inverse]:active button,
artdeco-pill[type=toggle][color-scheme=inverse]:active label,
artdeco-toggle-pill[color-scheme=inverse]:active button,
artdeco-toggle-pill[color-scheme=inverse]:active label {
box-shadow: inset 0 0 0 2px #fff;
color: #fff
}
artdeco-pill[type=toggle][color-scheme=inverse][checked] button,
artdeco-pill[type=toggle][color-scheme=inverse][checked] label,
artdeco-toggle-pill[color-scheme=inverse][checked] button,
artdeco-toggle-pill[color-scheme=inverse][checked] label {
box-shadow: inset 0 0 0 2px transparent;
color: rgba(0, 0, 0, .6);
background-color: #fff
}
artdeco-pill[type=toggle][color-scheme=inverse][checked]:hover button,
artdeco-pill[type=toggle][color-scheme=inverse][checked]:hover label,
artdeco-pill[type=toggle][color-scheme=inverse][checked][data-artdeco-focus] button,
artdeco-pill[type=toggle][color-scheme=inverse][checked][data-artdeco-focus] label,
artdeco-toggle-pill[color-scheme=inverse][checked]:hover button,
artdeco-toggle-pill[color-scheme=inverse][checked]:hover label,
artdeco-toggle-pill[color-scheme=inverse][checked][data-artdeco-focus] button,
artdeco-toggle-pill[color-scheme=inverse][checked][data-artdeco-focus] label {
box-shadow: inset 0 0 0 2px #fff;
background-color: #fff;
color: rgba(0, 0, 0, .75)
}
artdeco-pill[type=toggle][color-scheme=inverse][checked]:active button,
artdeco-pill[type=toggle][color-scheme=inverse][checked]:active label,
artdeco-toggle-pill[color-scheme=inverse][checked]:active button,
artdeco-toggle-pill[color-scheme=inverse][checked]:active label {
box-shadow: inset 0 0 0 2px transparent;
background-color: #fff;
color: rgba(0, 0, 0, .9)
}
artdeco-pill[type=input] {
display: inline-flex;
position: relative;
align-items: center;
justify-content: flex-start;
vertical-align: middle
}
artdeco-pill[type=input]:hover .artdeco-pill-label-text,
artdeco-pill[type=input]:hover input[type=text],
artdeco-pill[type=input]:hover label {
color: #006097
}
artdeco-pill[type=input] label {
display: flex;
position: absolute;
box-sizing: border-box;
align-items: center;
z-index: 0;
top: 0;
left: 11px;
height: 32px;
margin: 0;
cursor: pointer;
opacity: 1;
color: #0073b1;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
artdeco-pill[type=input] label .artdeco-pill-label-text {
font-size: 1.4rem;
font-weight: 600;
transition: opacity ease-in-out 334ms;
margin-left: 6px;
color: inherit;
line-height: 21px
}
artdeco-pill[type=input] input[type=text] {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: #0073b1;
display: inline-block;
height: 32px;
width: 150px;
box-sizing: border-box;
background-color: transparent;
padding: 0 16px 0 32px;
border: 1px solid transparent;
border-radius: 16px;
cursor: pointer;
transform: translateX(8px);
transition: background-color ease-in-out 334ms, width ease-in-out 334ms, border-color ease-in-out 334ms, transform ease-in-out 334ms
}
artdeco-pill[type=input][complete] label .artdeco-pill-label-text,
artdeco-pill[type=input][data-artdeco-has-content] label .artdeco-pill-label-text {
display: none
}
linkedin-logo.vertical[size="48dp"] li-icon,
linkedin-logo.vertical[size="40dp"] li-icon {
padding-right: 0
}
artdeco-pill[type=input] input[type=text]:focus {
outline: 0;
border-color: #0073b1;
box-shadow: none;
cursor: auto
}
artdeco-dropdown-trigger button,
artdeco-modal .artdeco-dismiss {
box-sizing: border-box;
outline-width: 2px;
text-align: center;
text-decoration: none;
vertical-align: middle
}
artdeco-pill[type=input][data-artdeco-focus] input[type=text] {
color: #006097;
transform: translateX(0);
transition: background-color ease-in-out 334ms, width ease-in-out 334ms, border-color ease-in-out 334ms, transform ease-in-out 334ms
}
artdeco-pill[type=input][data-artdeco-focus] .artdeco-pill-label-text {
color: rgba(0, 115, 177, .35);
cursor: text
}
artdeco-pill[type=input][complete] {
max-width: none;
cursor: pointer
}
artdeco-pill[type=input][complete] input[type=text] {
background-color: #0073b1;
color: #fff;
border-color: transparent;
transform: translateX(0);
transition: background-color ease-in-out 334ms, width ease-in-out 334ms, border-color ease-in-out 334ms, transform 0s
}
artdeco-pill[type=input][complete] label {
z-index: 1;
color: #fff
}
artdeco-pill[type=input][complete] li-icon[type=check-icon],
artdeco-pill[type=input][complete]:hover label li-icon[type=cancel-icon],
artdeco-pill[type=input][complete][data-artdeco-focus] label li-icon[type=cancel-icon] {
opacity: 1;
transform: scale(1);
transition: transform ease-in-out 167ms 167ms
}
artdeco-pill[type=input][complete] li-icon[type=plus-icon],
artdeco-pill[type=input][complete] li-icon[type=cancel-icon] {
transform: scale(0);
transition: transform ease-in-out 167ms, opacity 0s 167ms
}
artdeco-pill[type=input][complete]:hover input,
artdeco-pill[type=input][complete][data-artdeco-focus] input {
background-color: #006097;
border-color: transparent;
color: #fff
}
artdeco-pill[type=input][complete]:hover label li-icon,
artdeco-pill[type=input][complete][data-artdeco-focus] label li-icon {
color: #fff
}
artdeco-pill[type=input][complete]:hover label li-icon[type=check-icon],
artdeco-pill[type=input][complete][data-artdeco-focus] label li-icon[type=check-icon] {
transform: scale(0);
transition: transform ease-in-out 167ms
}
artdeco-pill[type=input][data-artdeco-has-content]:not([complete]) input[type=text] {
transition: width 0s, background-color ease-in-out 334ms, border-color ease-in-out 334ms, transform ease-in-out 334ms
}
artdeco-pill[type=input][color-scheme=muted] label {
color: rgba(0, 0, 0, .6)
}
artdeco-pill[type=input][color-scheme=muted]:hover .artdeco-pill-label-text,
artdeco-pill[type=input][color-scheme=muted]:hover input[type=text],
artdeco-pill[type=input][color-scheme=muted]:hover label {
color: rgba(0, 0, 0, .75)
}
artdeco-pill[type=input][color-scheme=muted] input[type=text] {
background-color: transparent;
color: rgba(0, 0, 0, .6)
}
artdeco-pill[type=input][color-scheme=muted] input[type=text]:focus {
border-color: rgba(0, 0, 0, .6);
color: rgba(0, 0, 0, .75);
background-color: transparent
}
artdeco-pill[type=input][color-scheme=muted][data-artdeco-focus] {
color: rgba(0, 0, 0, .6)
}
artdeco-pill[type=input][color-scheme=muted][data-artdeco-focus] .artdeco-pill-label-text {
color: rgba(0, 0, 0, .25)
}
artdeco-pill[type=input][color-scheme=muted][complete] input[type=text] {
background-color: rgba(199, 209, 216, .45);
color: rgba(0, 0, 0, .6);
border-color: transparent
}
artdeco-pill[type=input][color-scheme=muted][complete] li-icon {
color: rgba(0, 0, 0, .6)
}
artdeco-pill[type=input][color-scheme=muted][complete]:hover input,
artdeco-pill[type=input][color-scheme=muted][complete][data-artdeco-focus] input {
background-color: rgba(199, 209, 216, .6);
border-color: transparent;
color: rgba(0, 0, 0, .75)
}
artdeco-pill[type=input][color-scheme=muted][complete]:hover li-icon,
artdeco-pill[type=input][color-scheme=muted][complete][data-artdeco-focus] li-icon {
color: rgba(0, 0, 0, .75)
}
artdeco-pill[type=input][color-scheme=inverse] label,
artdeco-pill[type=input][color-scheme=inverse]:hover .artdeco-pill-label-text,
artdeco-pill[type=input][color-scheme=inverse]:hover input[type=text],
artdeco-pill[type=input][color-scheme=inverse]:hover label {
color: #fff
}
artdeco-pill[type=input][color-scheme=inverse] input[type=text] {
background-color: transparent;
color: #fff
}
artdeco-pill[type=input][color-scheme=inverse] input[type=text]:focus {
border-color: #fff;
color: #fff;
background-color: transparent
}
artdeco-pill[type=input][color-scheme=inverse][data-artdeco-focus] {
color: rgba(255, 255, 255, .85)
}
artdeco-pill[type=input][color-scheme=inverse][data-artdeco-focus] .artdeco-pill-label-text {
color: rgba(255, 255, 255, .35)
}
artdeco-pill[type=input][color-scheme=inverse][complete] input[type=text] {
background-color: #fff;
color: rgba(0, 0, 0, .6);
border-color: transparent
}
artdeco-pill[type=input][color-scheme=inverse][complete] li-icon {
color: rgba(0, 0, 0, .6)
}
artdeco-pill[type=input][color-scheme=inverse][complete]:hover input,
artdeco-pill[type=input][color-scheme=inverse][complete][data-artdeco-focus] input {
background-color: #fff;
border-color: transparent;
color: rgba(0, 0, 0, .75)
}
artdeco-pill[type=input][color-scheme=inverse][complete]:hover li-icon,
artdeco-pill[type=input][color-scheme=inverse][complete][data-artdeco-focus] li-icon {
color: rgba(0, 0, 0, .75)
}
artdeco-pill[type=input] artdeco-typeahead-results-container {
left: 16px
}
linkedin-logo {
display: block
}
linkedin-logo .logo-text,
linkedin-logo li-icon {
vertical-align: middle
}
linkedin-logo .logo-text {
display: inline-block;
letter-spacing: .2em;
color: rgba(0, 0, 0, .9);
white-space: nowrap
}
linkedin-logo .logo-text.logo-lockup-dark {
color: #000
}
linkedin-logo .logo-text.logo-lockup-inverse {
color: #fff
}
linkedin-logo[size="14dp"] li-icon {
margin-right: calc(5px - .2em)
}
linkedin-logo[size="14dp"] .logo-text {
font-weight: 600;
font-size: 11px;
line-height: 14px
}
linkedin-logo[size="21dp"] li-icon {
margin-right: calc(7px - .2em)
}
linkedin-logo[size="21dp"] .logo-text {
font-size: 14px;
line-height: 21px
}
linkedin-logo[size="28dp"] li-icon {
margin-right: calc(9px - .2em)
}
linkedin-logo[size="28dp"] .logo-text {
font-size: 17px;
line-height: 28px
}
linkedin-logo[size="34dp"] li-icon {
margin-right: calc(12px - .2em)
}
linkedin-logo[size="34dp"] .logo-text {
font-size: 20px;
line-height: 34px
}
linkedin-logo[size="40dp"] li-icon {
margin-right: calc(14px - .2em)
}
linkedin-logo[size="40dp"] .logo-text {
font-size: 23px;
line-height: 40px
}
linkedin-logo[size="48dp"] li-icon {
margin-right: calc(18px - .2em)
}
linkedin-logo[size="48dp"] .logo-text {
font-size: 26px;
line-height: 48px
}
linkedin-logo.vertical {
text-align: center;
display: inline-block
}
linkedin-logo.vertical .logo-text {
display: block
}
linkedin-logo.vertical[size="40dp"] .logo-text {
font-size: 30px;
line-height: 60px
}
linkedin-logo.vertical[size="48dp"] .logo-text {
font-size: 35px;
line-height: 70px
}
body.artdeco-modal-is-open {
overflow: hidden
}
body.artdeco-modal-is-open artdeco-modal-overlay {
opacity: 1
}
artdeco-modal-overlay {
position: fixed;
top: 0;
left: 0;
z-index: 10000;
display: flex;
height: 100vh;
width: 100vw;
align-items: center;
justify-content: center;
opacity: 0;
background-color: rgba(0, 0, 0, .75);
transition: opacity 167ms cubic-bezier(0, 0, .2, 1)
}
.card-list--column,
artdeco-modal {
flex-direction: column
}
artdeco-modal-overlay[data-artdeco-destroying] {
opacity: 0
}
artdeco-modal-overlay[data-artdeco-destroying] artdeco-modal {
max-height: calc(100vh - 64px);
transform: scaleY(1);
animation: modalReveal 334ms cubic-bezier(.4, 0, 1, 1) reverse backwards
}
artdeco-modal {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 12px 18px 1px rgba(0, 0, 0, .2);
transition: box-shadow 83ms;
position: relative;
display: flex;
width: 1128px;
min-height: 48px;
border-radius: 2px;
background-color: #fff;
transform: scale(.25);
opacity: 0;
max-height: calc(100vh - 64px);
animation: modalReveal 334ms cubic-bezier(0, 0, .2, 1) forwards
}
@media screen and (-ms-high-contrast:active) {
artdeco-modal {
border: 1px solid activeborder
}
artdeco-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true] {
text-decoration: underline
}
}
artdeco-modal-overlay.artdeco-is-open artdeco-modal {
transform: scale(1);
opacity: 1;
width: 1128px
}
artdeco-modal .artdeco-dismiss {
background-color: transparent;
border: 0;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
font-size: 0;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
padding: 0;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
z-index: 0;
border-radius: 16px;
text-indent: -999px;
width: 32px;
position: absolute;
top: 8px;
right: 8px
}
@media only screen and (-ms-high-contrast:active) {
artdeco-modal .artdeco-dismiss {
border: 1px solid currentColor;
border-width: 0;
line-height: 32px
}
}
html.edge artdeco-modal .artdeco-dismiss:focus,
html.ie artdeco-modal .artdeco-dismiss:focus {
outline: #7f7f7f dashed 1px
}
artdeco-modal .artdeco-dismiss li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
artdeco-modal .artdeco-dismiss li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge artdeco-modal .artdeco-dismiss,
.ie artdeco-modal .artdeco-dismiss {
border-radius: 32px
}
artdeco-modal .artdeco-dismiss:before {
transition-duration: .5s
}
artdeco-modal .artdeco-dismiss.focus,
artdeco-modal .artdeco-dismiss.hover-not-disabled,
artdeco-modal .artdeco-dismiss:focus,
artdeco-modal .artdeco-dismiss:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
artdeco-modal .artdeco-dismiss.active-not-disabled,
artdeco-modal .artdeco-dismiss:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
artdeco-modal .artdeco-dismiss.disabled,
artdeco-modal .artdeco-dismiss:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
artdeco-modal[size="1128dp"] {
max-width: 1128px
}
artdeco-modal[size="744dp"] {
max-width: 745px
}
artdeco-modal[size="552dp"] {
max-width: 552px
}
artdeco-modal[size="360dp"] {
max-width: 360px
}
artdeco-modal-header {
display: block;
padding: 8px 48px 8px 16px;
border-bottom: 1px solid rgba(0, 0, 0, .15)
}
artdeco-modal-header h1,
artdeco-modal-header h2,
artdeco-modal-header h3,
artdeco-modal-header h4,
artdeco-modal-header h5,
artdeco-modal-header h6 {
font-size: 2.4rem;
line-height: 1.33333;
font-weight: 400;
color: rgba(0, 0, 0, .9);
margin-bottom: 0
}
artdeco-modal-content {
overflow: auto;
flex-grow: 1;
padding: 8px 16px
}
artdeco-modal-footer {
display: block;
padding: 8px 16px
}
artdeco-modal-footer[has-divider=true] {
border-top: 1px solid rgba(0, 0, 0, .15)
}
@media screen and (min-width:1192px) {
artdeco-modal,
artdeco-modal.is-open {
width: 1128px
}
}
@media screen and (max-width:1192px) and (min-width:809px) {
artdeco-modal,
artdeco-modal.is-open {
width: 745px
}
}
@media screen and (max-width:809px) and (min-width:616px) {
artdeco-modal,
artdeco-modal.is-open {
width: 552px
}
}
@media screen and (max-width:616px) {
artdeco-modal,
artdeco-modal.is-open {
width: 312px
}
}
artdeco-completeness-meter {
display: flex;
position: relative;
height: 8px;
background-color: rgba(0, 0, 0, .15);
color: #0073b1;
width: 300px;
border-radius: 2px
}
artdeco-completeness-meter[benchmark]::after {
content: ' ';
width: 2px;
height: 16px;
position: absolute;
top: -50%;
background-color: rgba(0, 0, 0, .45);
transition: left 1s ease-in-out, background-color 1s ease-in-out;
animation-duration: 167ms;
animation-timing-function: cubic-bezier(.4, 0, .2, 1);
animation-fill-mode: forwards
}
artdeco-completeness-meter[benchmark]::before {
content: ' ';
position: absolute;
top: 0;
left: 0;
height: 8px;
background-color: rgba(0, 0, 0, .15);
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
transition: width 1s ease-in-out
}
artdeco-completeness-meter .artdeco-completeness-background {
width: 100%;
height: 8px;
overflow: hidden;
position: absolute;
border-radius: 2px
}
@media only screen and (-ms-high-contrast:active) {
artdeco-completeness-meter .artdeco-completeness-background {
background: ButtonHighlight
}
}
artdeco-completeness-meter progress {
position: absolute;
width: 100%;
height: 8px;
background-color: #0073b1;
border: none;
transition: width 1s ease-in-out;
animation: artdeco_completenessLoad 1s cubic-bezier(.4, 0, .2, 1)
}
artdeco-completeness-meter progress::-webkit-progress-bar,
artdeco-completeness-meter progress::-webkit-progress-value {
background-color: #0073b1
}
artdeco-completeness-meter progress::-moz-progress-bar {
background-color: #0073b1
}
artdeco-completeness-meter progress::-ms-fill {
background-color: #0073b1;
border: none
}
@media only screen and (-ms-high-contrast:active) {
artdeco-completeness-meter progress {
background: Highlight
}
}
artdeco-completeness-meter[size=large],
artdeco-completeness-meter[size=large] .artdeco-completeness-background,
artdeco-completeness-meter[size=large] progress {
height: 12px
}
artdeco-completeness-meter[size=large][benchmark]::after {
top: -4px;
height: 20px
}
artdeco-completeness-meter[size=small],
artdeco-completeness-meter[size=small] .artdeco-completeness-background,
artdeco-completeness-meter[size=small] progress {
height: 4px
}
artdeco-completeness-meter[size=small][benchmark]::after {
top: -4px;
height: 20px
}
artdeco-completeness-meter[inverse] {
background-color: rgba(0, 0, 0, .25);
color: #98d8f4
}
artdeco-completeness-meter[inverse][benchmark]::after {
background-color: rgba(0, 0, 0, .6)
}
artdeco-completeness-meter[inverse][benchmark]::before {
background-color: rgba(0, 0, 0, .25)
}
artdeco-completeness-meter[inverse] progress {
background-color: #98d8f4
}
artdeco-completeness-meter[inverse] progress::-webkit-progress-bar,
artdeco-completeness-meter[inverse] progress::-webkit-progress-value {
background-color: #98d8f4
}
artdeco-completeness-meter[inverse] progress::-moz-progress-bar {
background-color: #98d8f4
}
artdeco-completeness-meter[inverse] progress::-ms-fill {
background-color: #98d8f4;
border: none
}
artdeco-completeness-meter[color=pro],
artdeco-completeness-meter[color=pro]::after {
color: #0e95a0
}
artdeco-completeness-meter[color=pro] progress {
background-color: #0e95a0
}
artdeco-completeness-meter[color=pro] progress::-webkit-progress-bar,
artdeco-completeness-meter[color=pro] progress::-webkit-progress-value {
background-color: #0e95a0
}
artdeco-completeness-meter[color=pro] progress::-moz-progress-bar {
background-color: #0e95a0
}
artdeco-completeness-meter[color=pro] progress::-ms-fill {
background-color: #0e95a0;
border: none
}
artdeco-completeness-meter[inverse][color=pro],
artdeco-completeness-meter[inverse][color=pro]::after {
color: #98dade
}
artdeco-completeness-meter[inverse][color=pro] progress {
background-color: #98dade
}
artdeco-completeness-meter[inverse][color=pro] progress::-webkit-progress-bar,
artdeco-completeness-meter[inverse][color=pro] progress::-webkit-progress-value {
background-color: #98dade
}
artdeco-completeness-meter[inverse][color=pro] progress::-moz-progress-bar {
background-color: #98dade
}
artdeco-completeness-meter[inverse][color=pro] progress::-ms-fill {
background-color: #98dade;
border: none
}
artdeco-completeness-meter[color=positive],
artdeco-completeness-meter[color=positive]::after {
color: #469a1f
}
artdeco-completeness-meter[color=positive] progress {
background-color: #469a1f
}
artdeco-completeness-meter[color=positive] progress::-webkit-progress-bar,
artdeco-completeness-meter[color=positive] progress::-webkit-progress-value {
background-color: #469a1f
}
artdeco-completeness-meter[color=positive] progress::-moz-progress-bar {
background-color: #469a1f
}
artdeco-completeness-meter[color=positive] progress::-ms-fill {
background-color: #469a1f;
border: none
}
artdeco-completeness-meter[inverse][color=positive],
artdeco-completeness-meter[inverse][color=positive]::after {
color: #b5d99f
}
artdeco-completeness-meter[inverse][color=positive] progress {
background-color: #b5d99f
}
artdeco-completeness-meter[inverse][color=positive] progress::-webkit-progress-bar,
artdeco-completeness-meter[inverse][color=positive] progress::-webkit-progress-value {
background-color: #b5d99f
}
artdeco-completeness-meter[inverse][color=positive] progress::-moz-progress-bar {
background-color: #b5d99f
}
artdeco-completeness-meter[inverse][color=positive] progress::-ms-fill {
background-color: #b5d99f;
border: none
}
artdeco-completeness-meter[color=muted],
artdeco-completeness-meter[color=muted]::after {
color: #7a8b98
}
artdeco-completeness-meter[color=muted] progress {
background-color: #7a8b98
}
artdeco-completeness-meter[color=muted] progress::-webkit-progress-bar,
artdeco-completeness-meter[color=muted] progress::-webkit-progress-value {
background-color: #7a8b98
}
artdeco-completeness-meter[color=muted] progress::-moz-progress-bar {
background-color: #7a8b98
}
artdeco-completeness-meter[color=muted] progress::-ms-fill {
background-color: #7a8b98;
border: none
}
artdeco-completeness-meter[inverse][color=muted],
artdeco-completeness-meter[inverse][color=muted]::after {
color: #c7d1d8
}
artdeco-completeness-meter[inverse][color=muted] progress {
background-color: #c7d1d8
}
artdeco-completeness-meter[inverse][color=muted] progress::-webkit-progress-bar,
artdeco-completeness-meter[inverse][color=muted] progress::-webkit-progress-value {
background-color: #c7d1d8
}
artdeco-completeness-meter[inverse][color=muted] progress::-moz-progress-bar {
background-color: #c7d1d8
}
artdeco-completeness-meter[inverse][color=muted] progress::-ms-fill {
background-color: #c7d1d8;
border: none
}
artdeco-completeness-meter[color=negative],
artdeco-completeness-meter[color=negative]::after {
color: #ff2c33
}
artdeco-completeness-meter[color=negative] progress {
background-color: #ff2c33
}
artdeco-completeness-meter[color=negative] progress::-webkit-progress-bar,
artdeco-completeness-meter[color=negative] progress::-webkit-progress-value {
background-color: #ff2c33
}
artdeco-completeness-meter[color=negative] progress::-moz-progress-bar {
background-color: #ff2c33
}
artdeco-completeness-meter[color=negative] progress::-ms-fill {
background-color: #ff2c33;
border: none
}
artdeco-completeness-meter[inverse][color=negative],
artdeco-completeness-meter[inverse][color=negative]::after {
color: #ffbcba
}
artdeco-completeness-meter[inverse][color=negative] progress {
background-color: #ffbcba
}
artdeco-completeness-meter[inverse][color=negative] progress::-webkit-progress-bar,
artdeco-completeness-meter[inverse][color=negative] progress::-webkit-progress-value {
background-color: #ffbcba
}
artdeco-completeness-meter[inverse][color=negative] progress::-moz-progress-bar {
background-color: #ffbcba
}
artdeco-completeness-meter[inverse][color=negative] progress::-ms-fill {
background-color: #ffbcba;
border: none
}
artdeco-completeness-meter[indeterminate] {
width: 100%
}
artdeco-completeness-meter[indeterminate] progress {
animation: artdeco_completenessLoadFull 2s cubic-bezier(.4, 0, .2, 1);
animation-iteration-count: infinite;
background-color: #0073b1;
position: relative;
display: block
}
artdeco-completeness-meter[type=circular] {
height: 96px;
width: 96px;
background: 0 0
}
artdeco-completeness-meter[type=circular][benchmark]::before {
background: 0 0;
content: none
}
artdeco-completeness-meter[type=circular][benchmark]::after {
top: calc(50% - 4px);
left: calc(50% - 1px);
height: 8px
}
artdeco-completeness-meter[type=circular] progress {
border: 0!important;
clip: rect(1px, 1px, 1px, 1px);
height: 1px!important;
overflow: hidden;
padding: 0!important;
position: absolute!important;
white-space: nowrap!important;
width: 1px!important
}
artdeco-completeness-meter[type=circular][size=large] {
height: 128px;
width: 128px
}
artdeco-completeness-meter[type=circular][size=large]::after {
top: calc(50% - 7px);
height: 14px
}
artdeco-completeness-meter[type=circular][size=small] {
height: 56px;
width: 56px
}
@keyframes artdeco_completenessLoad {
from {
transform: translate(-100%)
}
to {
transform: translate(0)
}
}
@keyframes artdeco_completenessLoadFull {
0% {
left: -100%
}
100% {
left: 100%
}
}
@keyframes completenessBenchmark {
0%,
100% {
background-color: currentColor;
transform: scaleY(1)
}
50% {
transform: scaleY(1.5)
}
}
artdeco-chip {
display: inline-flex;
align-items: center;
height: 24px;
border-radius: 2px;
margin: 0 8px 8px 0;
padding: 0 6px 0 8px;
background-color: rgba(199, 209, 216, .45);
transition: color .3s
}
artdeco-chip .artdeco-chip-text {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .6);
margin: 0
}
artdeco-chip .artdeco-chip-button {
background: 0 0;
border: 0;
padding: 0;
line-height: 0;
position: static;
margin-left: 6px;
color: rgba(0, 0, 0, .6);
transition: color .3s
}
artdeco-chip .artdeco-chip-button:hover {
color: rgba(0, 0, 0, .75)
}
artdeco-chip .artdeco-chip-button:active {
color: rgba(0, 0, 0, .9)
}
artdeco-chip[size=large] {
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: rgba(0, 0, 0, .6);
height: 28px
}
artdeco-chip:hover .artdeco-chip-text {
color: rgba(0, 0, 0, .75)
}
artdeco-chip:active .artdeco-chip-text {
color: rgba(0, 0, 0, .9)
}
artdeco-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab]:hover,
artdeco-tabs[theme=pro] artdeco-tablist[role=tablist] artdeco-tab[role=tab]:hover {
color: rgba(0, 0, 0, .75)
}
artdeco-chip:last-of-type {
margin-right: 0
}
artdeco-tabs {
display: block;
position: relative
}
artdeco-tabs artdeco-tabpanel[role=tabpanel] {
display: block
}
artdeco-tabs artdeco-tabpanel[role=tabpanel][aria-hidden=true] {
display: none
}
artdeco-tabs[disabled] artdeco-tablist[role=tablist] {
position: relative
}
artdeco-tabs[disabled] artdeco-tablist[role=tablist]:before {
display: block;
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 1;
cursor: not-allowed;
background: rgba(255, 255, 255, .65)
}
artdeco-tabs artdeco-tablist[role=tablist] {
display: flex;
flex-direction: row;
align-items: flex-end;
border-bottom: 1px solid rgba(0, 0, 0, .15);
position: relative
}
artdeco-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab] {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .6);
box-sizing: border-box;
max-width: 220px;
position: relative;
background-color: transparent;
cursor: pointer;
transition: background-color;
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
transition-duration: 83ms;
padding: 9px 8px 11px;
margin-left: 24px
}
artdeco-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab]:first-child {
margin-left: 16px
}
artdeco-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab]:before {
position: absolute;
content: '';
height: 2px;
background-color: transparent;
left: 0;
right: 0;
bottom: 0;
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
transition-duration: 83ms
}
artdeco-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true] {
color: #0073b1;
background-color: transparent;
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
transition-duration: .5s
}
artdeco-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:before {
background-color: #0073b1;
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
transition-duration: .5s
}
artdeco-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:hover {
color: #006097
}
artdeco-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:hover:before {
background: #006097
}
artdeco-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:active {
color: #004b7c
}
artdeco-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:active:before {
background: #004b7c
}
artdeco-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab]:active {
color: #006097;
background-color: rgba(152, 216, 244, .45)
}
artdeco-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab][disabled] {
color: rgba(0, 0, 0, .35);
cursor: not-allowed
}
@media screen and (min-width:480px) and (max-width:799px) {
artdeco-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab] {
margin-left: 16px
}
}
@media screen and (max-width:479px) {
artdeco-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab],
artdeco-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab]:first-child {
margin-left: 8px
}
}
artdeco-tabs artdeco-tablist[role=tablist].no-wrap artdeco-tab[role=tab] {
white-space: nowrap;
max-width: none
}
artdeco-tabs[theme=pro] artdeco-tablist[role=tablist] artdeco-tab[role=tab] {
color: rgba(0, 0, 0, .6)
}
artdeco-tabs[theme=pro] artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true] {
color: #087889
}
artdeco-tabs[theme=pro] artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:before {
background: #087889
}
artdeco-tabs[theme=pro] artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:hover {
color: #036475
}
artdeco-tabs[theme=pro] artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:hover:before {
background: #036475
}
artdeco-tabs[theme=pro] artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:active {
color: #00505d;
background: 0 0
}
artdeco-tabs[theme=pro] artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:active:before {
background: #00505d
}
artdeco-tabs[theme=pro] artdeco-tablist[role=tablist] artdeco-tab[role=tab]:active {
color: #087889;
background-color: rgba(8, 120, 137, .15)
}
artdeco-tabs[theme=pro] artdeco-tablist[role=tablist] artdeco-tab[role=tab][disabled] {
color: rgba(0, 0, 0, .35)
}
artdeco-tabs[theme=pro] .artdeco-transport {
background: rgba(255, 255, 255, .85)
}
artdeco-tabs[theme=pro] .artdeco-transport li-icon {
color: rgba(0, 0, 0, .9)
}
artdeco-tabs[theme=pro] .artdeco-transport:hover {
background: #fff
}
artdeco-tabs[theme=pro] .artdeco-transport:hover li-icon {
color: #000
}
artdeco-tabs[theme=pro] .artdeco-transport:active {
background: rgba(255, 255, 255, .7)
}
artdeco-tabs[theme=pro] .artdeco-transport:active li-icon {
color: rgba(0, 0, 0, .6)
}
artdeco-tabs .artdeco-scrolling-container {
overflow-x: scroll;
overflow-y: hidden;
overflow: -moz-scrollbars-none;
-ms-overflow-style: none
}
artdeco-tabs .artdeco-scrolling-container::-webkit-scrollbar {
display: none
}
artdeco-tabs .artdeco-transport {
position: absolute;
z-index: 1;
top: 0;
bottom: 0;
left: 0;
width: 32px;
background: rgba(255, 255, 255, .85);
border: 0;
opacity: 1;
transition: opacity;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
transition-duration: 167ms
}
artdeco-tabs .artdeco-transport.artdeco-transport-hidden {
opacity: 0
}
artdeco-tabs .artdeco-transport li-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
color: rgba(0, 0, 0, .6)
}
[dir=rtl] artdeco-tabs .artdeco-transport li-icon {
transform: translateX(-50%) translateY(-50%) rotateY(180deg)
}
artdeco-tabs .artdeco-transport:hover {
background: #fff
}
artdeco-tabs .artdeco-transport:active,
artdeco-tabs[color=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:active:before,
artdeco-tabs[theme=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:active:before {
background: rgba(255, 255, 255, .7)
}
artdeco-tabs .artdeco-transport:hover li-icon {
color: rgba(0, 0, 0, .9)
}
artdeco-tabs .artdeco-transport:active li-icon {
color: rgba(0, 0, 0, .75)
}
[dir=rtl] artdeco-tabs .artdeco-transport,
artdeco-tabs .artdeco-transport[data-direction=next] {
left: auto;
right: 0
}
[dir=rtl] artdeco-tabs .artdeco-transport[data-direction=next] {
right: auto;
left: 0
}
artdeco-tabs artdeco-spotlight-tablist[role=tablist] {
display: flex;
border-bottom: 1px solid rgba(0, 0, 0, .15);
border-top: 1px solid rgba(0, 0, 0, .15)
}
artdeco-tabs artdeco-spotlight-tablist[role=tablist] artdeco-spotlight-tab[role=tab] {
padding: 10px 16px;
cursor: pointer;
position: relative;
max-height: 88px;
box-sizing: border-box;
flex: 1;
align-items: flex-start;
border-right: 1px solid rgba(0, 0, 0, .15)
}
artdeco-tabs artdeco-spotlight-tablist[role=tablist] artdeco-spotlight-tab[role=tab]:first-child {
border-left: 1px solid rgba(0, 0, 0, .15)
}
artdeco-tabs artdeco-spotlight-tablist[role=tablist] artdeco-spotlight-tab[role=tab] .artdeco-tab-primary-text {
font-size: 2.4rem;
line-height: 1.33333;
font-weight: 600;
color: rgba(0, 0, 0, .6);
display: block
}
artdeco-tabs artdeco-spotlight-tablist[role=tablist] artdeco-spotlight-tab[role=tab] .artdeco-tab-secondary-text {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6);
display: block
}
artdeco-tabs artdeco-spotlight-tablist[role=tablist] artdeco-spotlight-tab[role=tab]:hover .artdeco-tab-primary-text,
artdeco-tabs artdeco-spotlight-tablist[role=tablist] artdeco-spotlight-tab[role=tab]:hover .artdeco-tab-secondary-text {
color: rgba(0, 0, 0, .75)
}
artdeco-tabs artdeco-spotlight-tablist[role=tablist] artdeco-spotlight-tab[role=tab][aria-selected=true]:after {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 4px;
background: #0e95a0
}
artdeco-tabs artdeco-spotlight-tablist[role=tablist] artdeco-spotlight-tab[role=tab][aria-selected=true] .artdeco-tab-primary-text {
color: #0e95a0
}
artdeco-tabs artdeco-spotlight-tablist[role=tablist] artdeco-spotlight-tab[role=tab][aria-selected=true] .artdeco-tab-secondary-text {
color: rgba(0, 0, 0, .9)
}
artdeco-tabs artdeco-spotlight-tablist[role=tablist].no-wrap artdeco-spotlight-tab[role=tab] {
white-space: nowrap
}
artdeco-tabs[in-modal=true] artdeco-tablist artdeco-tab:first-child {
margin-left: 24px
}
artdeco-tabs[align=centered] artdeco-tablist {
justify-content: center
}
artdeco-tabs[align=centered] artdeco-tablist artdeco-tab:first-child[aria-selected=true]:before {
left: 8px;
right: 8px
}
artdeco-tabs[size="48dp"] artdeco-tablist[role=tablist] artdeco-tab[role=tab],
artdeco-tabs[size="17px"] artdeco-tablist[role=tablist] artdeco-tab[role=tab] {
padding-top: 12px;
padding-bottom: 16px;
font-size: 17px
}
artdeco-tabs[color=inverse][disabled] artdeco-tablist[role=tablist]:before,
artdeco-tabs[theme=inverse][disabled] artdeco-tablist[role=tablist]:before {
background: rgba(255, 255, 255, .55)
}
artdeco-tabs[color=inverse] artdeco-tablist[role=tablist],
artdeco-tabs[theme=inverse] artdeco-tablist[role=tablist] {
border-bottom-color: rgba(255, 255, 255, .25)
}
artdeco-tabs[color=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab],
artdeco-tabs[color=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:active,
artdeco-tabs[theme=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab],
artdeco-tabs[theme=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:active {
color: rgba(255, 255, 255, .7)
}
artdeco-tabs[color=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab]:hover,
artdeco-tabs[color=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:hover,
artdeco-tabs[theme=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab]:hover,
artdeco-tabs[theme=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:hover {
color: rgba(255, 255, 255, .85)
}
artdeco-tabs[color=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab]:active,
artdeco-tabs[theme=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab]:active {
background: rgba(255, 255, 255, .15)
}
artdeco-tabs[color=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true],
artdeco-tabs[theme=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true] {
color: #fff
}
artdeco-tabs[color=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:before,
artdeco-tabs[theme=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:before {
background: #fff
}
artdeco-tabs[color=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:hover:before,
artdeco-tabs[theme=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:hover:before {
background: rgba(255, 255, 255, .85)
}
artdeco-tabs[color=inverse] .artdeco-transport,
artdeco-tabs[color=inverse] .artdeco-transport:hover,
artdeco-tabs[theme=inverse] .artdeco-transport,
artdeco-tabs[theme=inverse] .artdeco-transport:hover {
background: rgba(0, 115, 177, .85)
}
artdeco-tabs[color=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab][disabled],
artdeco-tabs[theme=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab][disabled] {
color: rgba(255, 255, 255, .45)
}
artdeco-tabs[color=inverse] .artdeco-transport li-icon,
artdeco-tabs[theme=inverse] .artdeco-transport li-icon {
color: rgba(255, 255, 255, .7)
}
artdeco-tabs[color=inverse] .artdeco-transport:hover li-icon,
artdeco-tabs[theme=inverse] .artdeco-transport:hover li-icon {
color: #fff
}
artdeco-tabs[color=inverse] .artdeco-transport:active,
artdeco-tabs[theme=inverse] .artdeco-transport:active {
background: #0073b1
}
artdeco-tabs[color=inverse] .artdeco-transport:active li-icon,
artdeco-tabs[theme=inverse] .artdeco-transport:active li-icon {
color: rgba(255, 255, 255, .85)
}
artdeco-typeahead {
position: relative
}
artdeco-typeahead .artdeco-typeahead-live-region {
border: 0!important;
clip: rect(1px, 1px, 1px, 1px);
height: 1px!important;
overflow: hidden;
padding: 0!important;
position: absolute!important;
white-space: nowrap!important;
width: 1px!important
}
artdeco-typeahead-results-container {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 6px 9px rgba(0, 0, 0, .2);
transition: box-shadow 83ms;
display: block;
position: absolute;
border-radius: 0 0 2px 2px;
padding: 4px 0;
background-color: #fff
}
@media screen and (-ms-high-contrast:active) {
artdeco-typeahead-results-container {
border: 1px solid activeborder
}
}
artdeco-typeahead-results-container ul {
list-style-type: none
}
artdeco-typeahead-results-container li {
padding: 8px 16px
}
artdeco-typeahead-results-container .highlighted,
artdeco-typeahead-results-container li:hover {
background-color: #f3f6f8
}
.artdeco-list,
.artdeco-list__item {
background-color: transparent;
margin: 0
}
:root {
--artdeco-typography-mono: SF Mono, Consolas, Roboto Mono, Noto Mono, Droid Mono, Fira Mono, Ubuntu Mono, Oxygen Mono, Lucida Console, Menlo, Monaco, monospace;
--artdeco-typography-sans: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Fira Sans, Ubuntu, Oxygen, Oxygen Sans, Cantarell, Droid Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Emoji, Segoe UI Symbol, Lucida Grande, Helvetica, Arial, sans-serif;
--artdeco-typography-serif: Noto Serif, Droid Serif, Georgia, serif;
--artdeco-typography-ar: Arabic UI Display, Geeza Pro, Simplified Arabic, var(--artdeco-typography-sans);
--artdeco-typography-ja: Meiryo, Yu Gothic, Hiragino Kaku Gothic Pro, Hiragino Sans, var(--artdeco-typography-sans);
--artdeco-typography-ko: Malgun Gothic, Apple SD Gothic Neo, var(--artdeco-typography-sans);
--artdeco-typography-th: Leelawadee, Thonburi, var(--artdeco-typography-sans);
--artdeco-typography-zh: Microsoft Yahei, PingFang SC, PingFang TC, Hiragino Sans, Hiragino Kaku Gothic Pro, var(--artdeco-typography-sans)
}
hr.artdeco-divider {
border: 0;
border-top: 1px solid rgba(0, 0, 0, .15);
display: block;
height: 1px;
width: 100%
}
hr.artdeco-divider--inverse {
border-color: rgba(255, 255, 255, .25)
}
.artdeco-list {
list-style-type: none;
padding: 0
}
.artdeco-list--border {
border: 1px solid rgba(0, 0, 0, .15)
}
.artdeco-list--grid {
display: inline-flex;
flex-direction: row
}
.artdeco-list--inverse {
border-color: rgba(255, 255, 255, .25)
}
.artdeco-list__item {
border: 0;
position: relative;
padding: 8px 8px 9px
}
.artdeco-list__item::after {
border-bottom: 1px solid rgba(0, 0, 0, .15);
bottom: 0;
content: '';
height: 0;
position: absolute;
right: 0;
width: 100%
}
.artdeco-list--grid .artdeco-list__item::after,
.artdeco-list__item:last-child::after {
content: none
}
.artdeco-list--compact .artdeco-list__item {
padding: 0 0 1px
}
.artdeco-list--grid .artdeco-list__item {
border: 0;
border-left: 1px solid rgba(0, 0, 0, .15);
padding: 16px;
flex-grow: 1
}
.artdeco-list--grid .artdeco-list__item:first-child {
border: 0
}
.artdeco-list--compact.artdeco-list--grid .artdeco-list__item {
padding: 0
}
.artdeco-list--inverse .artdeco-list__item::after {
border-color: rgba(255, 255, 255, .25)
}
.artdeco-list--offset-1 .artdeco-list__item::after,
.artdeco-list__item--offset-1::after {
width: calc(100% - 64px)
}
.artdeco-list--offset-2 .artdeco-list__item::after,
.artdeco-list__item--offset-2::after {
width: calc(100% - 72px)
}
.artdeco-list--offset-3 .artdeco-list__item::after,
.artdeco-list__item--offset-3::after {
width: calc(100% - 80px)
}
.artdeco-list--offset-4 .artdeco-list__item::after,
.artdeco-list__item--offset-4::after {
width: calc(100% - 88px)
}
.artdeco-list--offset-5 .artdeco-list__item::after,
.artdeco-list__item--offset-5::after {
width: calc(100% - 104px)
}
.artdeco-list--offset-6 .artdeco-list__item::after,
.artdeco-list__item--offset-6::after {
width: calc(100% - 120px)
}
.artdeco-list--offset-7 .artdeco-list__item::after,
.artdeco-list__item--offset-7::after {
width: calc(100% - 136px)
}
.artdeco-list--offset-8 .artdeco-list__item::after,
.artdeco-list__item--offset-8::after {
width: calc(100% - 160px)
}
.artdeco-list--offset-9 .artdeco-list__item::after,
.artdeco-list__item--offset-9::after {
width: calc(100% - 232px)
}
.artdeco-list--offset-10 .artdeco-list__item::after,
.artdeco-list__item--offset-10::after {
width: calc(100% - 272px)
}
.artdeco-list--offset-11 .artdeco-list__item::after,
.artdeco-list__item--offset-11::after {
width: calc(100% - 312px)
}
.t-mono {
font-family: var(--artdeco-typography-mono)
}
.t-sans {
font-family: var(--artdeco-typography-sans)
}
.t-serif {
font-family: var(--artdeco-typography-serif)
}
.t-black {
color: rgba(0, 0, 0, .9)
}
.t-black--light {
color: rgba(0, 0, 0, .6)
}
.t-white {
color: #fff
}
.t-white--light {
color: rgba(255, 255, 255, .7)
}
.t-bold {
font-weight: 600
}
.t-light {
font-weight: 200
}
.t-normal {
font-weight: 400
}
.t-roman {
font-style: normal
}
.t-12 {
font-size: 1.2rem;
line-height: 1.33333
}
.t-14 {
font-size: 1.4rem;
line-height: 1.42857
}
.t-16 {
font-size: 1.6rem;
line-height: 1.5
}
.t-16.t-16--open {
line-height: 1.75
}
.t-18 {
font-size: 1.8rem;
line-height: 1.33333
}
.t-18.t-18--open {
line-height: 1.55556
}
.t-20 {
font-size: 2rem;
line-height: 1.4
}
.t-20.t-20--open {
line-height: 1.6
}
.t-24 {
font-size: 2.4rem;
line-height: 1.33333
}
.t-32 {
font-size: 3.2rem;
line-height: 1.25
}
.t-40 {
font-size: 4rem;
line-height: 1.2
}
.t-48 {
font-size: 4.8rem;
line-height: 1.16667
}
.t-64 {
font-size: 6.4rem;
line-height: 1.125
}
artdeco-dropdown {
position: relative;
box-sizing: border-box;
cursor: pointer;
display: block;
margin: 0;
padding: 0
}
artdeco-dropdown[disabled] {
opacity: .25;
cursor: not-allowed
}
artdeco-dropdown[disabled] artdeco-dropdown-trigger {
pointer-events: none
}
artdeco-dropdown-trigger {
display: block
}
artdeco-dropdown-trigger>:first-child {
display: inline-block;
vertical-align: middle;
line-height: normal
}
artdeco-dropdown-trigger button {
background-color: #0073b1;
border: 0;
border-radius: 2px;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 1.6rem;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
padding: 0 16px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
z-index: 0
}
@media only screen and (-ms-high-contrast:active) {
artdeco-dropdown-trigger button {
border: 1px solid currentColor;
line-height: 30px
}
}
html.edge artdeco-dropdown-trigger button:focus,
html.ie artdeco-dropdown-trigger button:focus {
outline: #7f7f7f dashed 1px
}
artdeco-dropdown-trigger button li-icon {
top: 2px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
artdeco-dropdown-trigger button li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
artdeco-dropdown-content.artdeco-dropdown-is-open,
artdeco-inline-feedback {
transition-duration: 334ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1)
}
.edge artdeco-dropdown-trigger button,
.ie artdeco-dropdown-trigger button {
border-radius: 0
}
artdeco-dropdown-trigger button.focus,
artdeco-dropdown-trigger button.hover-not-disabled,
artdeco-dropdown-trigger button:focus,
artdeco-dropdown-trigger button:hover:not(:disabled):not(.disabled) {
background-color: #006097;
color: #fff
}
artdeco-dropdown-trigger button.active-not-disabled,
artdeco-dropdown-trigger button:active:not(:disabled):not(.disabled) {
background-color: #004b7c;
color: #fff
}
artdeco-dropdown-trigger button.disabled,
artdeco-dropdown-trigger button:disabled {
color: rgba(255, 255, 255, .45);
background-color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
artdeco-dropdown-trigger li-icon {
vertical-align: middle
}
artdeco-dropdown-trigger[placement=top] li-icon {
transform: rotate(180deg)
}
artdeco-dropdown-content {
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 6px 9px rgba(0, 0, 0, .2);
transition: box-shadow 83ms;
transition: visibility 0s, opacity;
transition-timing-function: cubic-bezier(.4, 0, 1, 1);
transition-duration: 167ms;
padding: 4px 0;
opacity: 0;
visibility: hidden;
display: inline-block;
position: absolute;
z-index: 999;
min-width: 168px;
max-width: 264px;
max-height: 548px;
box-sizing: border-box
}
artdeco-dropdown-content ul[role=tablist] {
border-top: 0
}
@media screen and (-ms-high-contrast:active) {
artdeco-dropdown-content {
border: 1px solid activeborder
}
}
artdeco-dropdown-content.artdeco-dropdown-is-open {
transition-delay: 25ms;
opacity: 1;
visibility: visible
}
artdeco-dropdown-content[placement=bottom] {
margin-top: 8px
}
artdeco-dropdown-content[placement=top] {
bottom: calc(100% + 8px);
bottom: -webkit-calc(100% + 8px)
}
artdeco-dropdown-content.artdeco-dropdown-with-arrow:after,
artdeco-dropdown-content.artdeco-dropdown-with-arrow:before {
position: absolute;
border-color: transparent;
border-style: solid;
border-width: 0;
content: '';
height: 0;
width: 0
}
artdeco-dropdown-content.artdeco-dropdown-with-arrow[arrow-dir=right]:after,
artdeco-dropdown-content.artdeco-dropdown-with-arrow[arrow-dir=right]:before {
left: calc(100% - 24px)
}
artdeco-dropdown-content.artdeco-dropdown-with-arrow[arrow-dir=left]:after,
artdeco-dropdown-content.artdeco-dropdown-with-arrow[arrow-dir=left]:before {
left: 24px
}
artdeco-dropdown-content.artdeco-dropdown-with-arrow[placement=top]:after {
border-top: 8px #fff solid;
border-left-width: 8px;
border-right-width: 8px;
bottom: -8px;
margin-left: -9px
}
artdeco-dropdown-content.artdeco-dropdown-with-arrow[placement=top]:before {
border-top: 9px rgba(0, 0, 0, .1) solid;
border-left-width: 9px;
border-right-width: 9px;
bottom: -9px;
margin-left: -10px
}
artdeco-dropdown-content.artdeco-dropdown-with-arrow[placement=bottom]:after {
border-right-width: 8px;
border-bottom: 8px #fff solid;
border-left-width: 8px;
top: -8px;
margin-left: -9px
}
artdeco-dropdown-content.artdeco-dropdown-with-arrow[placement=bottom]:before {
border-right-width: 9px;
border-bottom: 9px rgba(0, 0, 0, .1) solid;
border-left-width: 9px;
top: -9px;
margin-left: -10px
}
artdeco-dropdown-content dl,
artdeco-dropdown-content ol,
artdeco-dropdown-content ul {
list-style-type: none
}
artdeco-dropdown-content div,
artdeco-dropdown-content dl,
artdeco-dropdown-content form,
artdeco-dropdown-content ol,
artdeco-dropdown-content section,
artdeco-dropdown-content ul {
overflow-y: auto;
min-height: inherit;
max-height: 540px
}
artdeco-dropdown-header,
artdeco-dropdown-item {
box-sizing: border-box;
padding: 8px 16px
}
artdeco-dropdown-header {
height: auto
}
artdeco-dropdown-header,
artdeco-dropdown-header dl>dt,
artdeco-dropdown-header h2,
artdeco-dropdown-header h3,
artdeco-dropdown-header h4,
artdeco-dropdown-header h5,
artdeco-dropdown-header h6 {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9)
}
artdeco-dropdown-item {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .6)
}
artdeco-dropdown-item,
artdeco-dropdown-item a,
artdeco-dropdown-item button,
artdeco-dropdown-item img,
artdeco-dropdown-item input,
artdeco-dropdown-item label,
artdeco-dropdown-item span {
display: block
}
artdeco-dropdown-item:not(:first-child) {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
artdeco-dropdown-item[disabled] {
opacity: .25;
cursor: not-allowed
}
artdeco-dropdown-item:not([disabled]):focus,
artdeco-dropdown-item:not([disabled]):hover {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .75)
}
artdeco-dropdown-item:not([disabled]):active {
color: #006097;
background: rgba(152, 216, 244, .45)
}
artdeco-dropdown-item.artdeco-selected {
color: #0073b1;
border-left: 2px solid #0073b1
}
artdeco-dropdown-item.artdeco-selected:focus,
artdeco-dropdown-item.artdeco-selected:hover {
color: #006097;
border-color: #006097
}
artdeco-dropdown-item.artdeco-selected:active {
color: #004b7c;
background: rgba(152, 216, 244, .45);
border-color: #004b7c
}
[dir=rtl] artdeco-dropdown-item.artdeco-selected {
border-left: none;
border-right: 2px solid #0073b1
}
[theme=pro] artdeco-dropdown-item:not([disabled]):active {
color: #036475;
background: rgba(152, 218, 222, .45)
}
[theme=pro] artdeco-dropdown-item.ad-selected {
color: #087889;
border-color: #087889
}
[theme=pro] artdeco-dropdown-item.ad-selected:focus,
[theme=pro] artdeco-dropdown-item.ad-selected:hover {
color: #036475;
border-color: #036475
}
[theme=pro] artdeco-dropdown-item.ad-selected:active {
color: #00505d;
background: rgba(152, 218, 222, .45);
border-color: #00505d
}
artdeco-inline-feedback {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9);
display: block
}
.artdeco-inline-feedback__message {
font-size: inherit;
line-height: inherit;
color: inherit;
display: block
}
.artdeco-inline-feedback__icon {
float: left;
margin: 2px 4px 0 0
}
.artdeco-inline-feedback__icon+.artdeco-inline-feedback__message {
padding: 0 0 0 20px
}
[dir=rtl] .artdeco-inline-feedback__icon {
float: right;
margin: 2px 0 0 4px
}
[dir=rtl] .artdeco-inline-feedback__icon+.artdeco-inline-feedback__message {
padding: 0 20px 0 0
}
.artdeco-inline-feedback__linktext {
font-size: inherit;
line-height: inherit;
display: inline-block;
color: inherit;
text-decoration: underline
}
.artdeco-inline-feedback--fade {
opacity: 0
}
.artdeco-dropdown dl a[disabled],
.artdeco-dropdown dl button[disabled],
.artdeco-dropdown ol a[disabled],
.artdeco-dropdown ol button[disabled],
.artdeco-dropdown ul a[disabled],
.artdeco-dropdown ul button[disabled],
.artdeco-dropdown-menu dl a[disabled],
.artdeco-dropdown-menu dl button[disabled],
.artdeco-dropdown-menu ol a[disabled],
.artdeco-dropdown-menu ol button[disabled],
.artdeco-dropdown-menu ul a[disabled],
.artdeco-dropdown-menu ul button[disabled],
.card-list--is-refreshing,
.payments-purchase-widget.faded {
opacity: .25
}
.artdeco-inline-feedback--hidden {
display: none
}
.artdeco-inline-feedback--success {
color: #2f7b15
}
.artdeco-inline-feedback--success--inverse {
color: #b5d99f
}
.artdeco-inline-feedback--yield {
color: #b74700
}
.artdeco-inline-feedback--yield--inverse {
color: #f8c19e
}
.artdeco-inline-feedback--error {
color: #d11124
}
.artdeco-inline-feedback--error--inverse {
color: #ffbcba
}
.artdeco-inline-feedback--note {
color: #5c6f7c
}
.artdeco-inline-feedback--note--inverse {
color: #c7d1d8
}
.artdeco-inline-feedback--actionable {
cursor: pointer
}
body.ember-semaphore-rendered {
overflow: hidden
}
@media (orientation:landscape) {
body.ember-semaphore-rendered #profile-wrapper {
overflow: visible
}
}
body.ember-semaphore-rendered #core-nav,
body.ember-semaphore-rendered #extended-nav,
body.ember-semaphore-rendered #voyager-nav {
z-index: 0
}
body.ember-semaphore-rendered #profile-wrapper {
z-index: initial
}
body.ember-semaphore-rendered .collapsable-sticky-header {
z-index: 0;
position: relative
}
#profile-wrapper .ember-semaphore .additional-actions li-icon {
width: 22px
}
.ember-semaphore .focusguard {
padding: 0
}
.ember-semaphore li .ember-semaphore__button.additional-action:nth-child(2) {
margin-top: 16px
}
.ember-semaphore li .ember-semaphore__button[role=additional-action] {
background-color: transparent;
height: initial;
padding-left: 0;
margin-left: -3px;
width: calc(100% - 16px);
text-align: left
}
.ember-semaphore li .ember-semaphore__button[role=additional-action] span.additional-action-link {
text-decoration: none;
font-weight: 600;
background-color: transparent;
border: 0;
color: #0091ca;
cursor: pointer;
position: relative;
top: -6px;
margin-left: 4px
}
.ember-semaphore li .ember-semaphore__button[role=additional-action] span.additional-action-link:focus,
.ember-semaphore li .ember-semaphore__button[role=additional-action] span.additional-action-link:hover {
text-decoration: underline;
color: #006097
}
.ember-semaphore li .ember-semaphore__button[role=additional-action] span.additional-action-link:active {
color: #004b7c
}
.ember-semaphore li .ember-semaphore__button[role=additional-action] span.additional-action-link:visited {
color: #665ed0
}
.ember-semaphore li .ember-semaphore__button[role=additional-action] span.additional-action-link:visited:hover {
color: #544bc2
}
.ember-semaphore li .ember-semaphore__button[role=additional-action] span.additional-action-link:visited:active {
color: #4034b0
}
.ember-semaphore li .ember-semaphore__button[role=additional-action] li-icon {
color: #0073b1;
padding-right: 0;
margin: 0 4px
}
.ember-semaphore li .ember-semaphore__button[role=additional-action] li-icon[type$="-icon"][size=small] {
width: 24px;
height: 24px
}
.ember-semaphore li .ember-semaphore__button[role=additional-action] li-icon .icon {
color: rgba(0, 0, 0, .6)
}
.ember-semaphore li .ember-semaphore__button[role=additional-action] .ember-semaphore__description {
margin-left: 4px;
position: relative;
top: -10px
}
.ember-semaphore li .ember-semaphore__button[role=additional-action]:hover {
background: 0 0
}
.ember-semaphore .divider {
border: 0;
display: block;
height: 1px;
border-color: rgba(0, 0, 0, .15);
border-top: 1px solid rgba(0, 0, 0, .15);
margin: 0;
padding: 0
}
@media (max-width:976px) {
.ember-semaphore .divider {
margin-bottom: 16px
}
}
.ember-semaphore .last-screen-divider {
margin-bottom: 16px
}
.ember-semaphore label {
text-align: left
}
.ember-semaphore__loader li-icon {
width: 100%
}
.ember-semaphore__content {
overflow-y: auto;
max-height: 310px;
padding: 0;
width: auto
}
.ember-semaphore__content--confirm {
padding: 16px
}
.ember-semaphore__description {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.ember-semaphore__button--previous,
.ember-semaphore__button--primary,
.ember-semaphore__button--secondary {
font-size: 1.6rem;
font-weight: 600;
text-align: center;
overflow: hidden;
position: relative;
display: inline-block;
text-decoration: none;
font-family: inherit;
z-index: 0
}
.ember-semaphore__button--primary {
background-color: #0073b1;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
height: 40px;
line-height: 40px;
outline-width: 2px;
padding: 0 24px;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.ember-semaphore__button--primary {
border: 1px solid currentColor;
line-height: 38px
}
}
html.edge .ember-semaphore__button--primary:focus,
html.ie .ember-semaphore__button--primary:focus {
outline: #7f7f7f dashed 1px
}
.ember-semaphore__button--primary li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.ember-semaphore__button--primary li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .ember-semaphore__button--primary,
.ie .ember-semaphore__button--primary {
border-radius: 0
}
.ember-semaphore__button--primary.focus,
.ember-semaphore__button--primary.hover-not-disabled,
.ember-semaphore__button--primary:focus,
.ember-semaphore__button--primary:hover:not(:disabled):not(.disabled) {
background-color: #006097;
color: #fff
}
.ember-semaphore__button--primary.active-not-disabled,
.ember-semaphore__button--primary:active:not(:disabled):not(.disabled) {
background-color: #004b7c;
color: #fff
}
.ember-semaphore__button--primary.disabled,
.ember-semaphore__button--primary:disabled {
color: rgba(255, 255, 255, .45);
background-color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.ember-semaphore__button--primary:after {
border-color: #fff
}
.ember-semaphore__button--secondary {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #0073b1;
cursor: pointer;
height: 40px;
line-height: 40px;
outline-width: 2px;
padding: 0 24px;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px transparent, inset 0 0 0 1px transparent;
margin-right: 8px
}
@media only screen and (-ms-high-contrast:active) {
.ember-semaphore__button--secondary {
border: 1px solid currentColor;
line-height: 38px
}
}
html.edge .ember-semaphore__button--secondary:focus,
html.ie .ember-semaphore__button--secondary:focus {
outline: #7f7f7f dashed 1px
}
.ember-semaphore__button--secondary li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.ember-semaphore__button--secondary li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .ember-semaphore__button--secondary,
.ie .ember-semaphore__button--secondary {
border-radius: 0
}
.ember-semaphore__button--secondary:hover:not(:disabled)[data-is-animating-click=true],
.ember-semaphore__button--secondary:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px transparent, inset 0 0 0 1px #004b7c
}
.ember-semaphore__button--secondary.focus,
.ember-semaphore__button--secondary.hover-not-disabled,
.ember-semaphore__button--secondary:focus,
.ember-semaphore__button--secondary:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097;
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px #006097, inset 0 0 0 1px transparent
}
.ember-semaphore__button--secondary.active-not-disabled,
.ember-semaphore__button--secondary:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.ember-semaphore__button--secondary.disabled,
.ember-semaphore__button--secondary:disabled {
color: rgba(0, 115, 177, .35);
box-shadow: inset 0 0 0 1px rgba(0, 115, 177, .35);
cursor: not-allowed
}
.artdeco-carousel-slide,
.card {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2)
}
.ember-semaphore__button--previous {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
height: 32px;
line-height: 32px;
outline-width: 2px;
padding: 0 8px;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.ember-semaphore__button--previous {
border: 1px solid currentColor;
border-width: 0;
line-height: 32px
}
}
html.edge .ember-semaphore__button--previous:focus,
html.ie .ember-semaphore__button--previous:focus {
outline: #7f7f7f dashed 1px
}
.ember-semaphore__button--previous li-icon {
top: 2px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.ember-semaphore__button--previous li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .ember-semaphore__button--previous,
.ie .ember-semaphore__button--previous {
border-radius: 0
}
.ember-semaphore__button--previous.focus,
.ember-semaphore__button--previous.hover-not-disabled,
.ember-semaphore__button--previous:focus,
.ember-semaphore__button--previous:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
.ember-semaphore__button--previous.active-not-disabled,
.ember-semaphore__button--previous:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.ember-semaphore__button--previous.disabled,
.ember-semaphore__button--previous:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.ember-semaphore__button--menuitem {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
cursor: pointer;
display: inline-block;
font-family: inherit;
overflow: hidden;
outline-width: 2px;
position: relative;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .75);
height: auto;
padding: 16px 0 16px 16px;
text-align: left;
width: calc(100% + 16px);
margin-left: -16px
}
@media only screen and (-ms-high-contrast:active) {
.ember-semaphore__button--menuitem {
border: 1px solid currentColor;
border-width: 0;
line-height: 24px
}
}
html.edge .ember-semaphore__button--menuitem:focus,
html.ie .ember-semaphore__button--menuitem:focus {
outline: #7f7f7f dashed 1px
}
.ember-semaphore__button--menuitem li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .ember-semaphore__button--menuitem,
.ie .ember-semaphore__button--menuitem {
border-radius: 0
}
.ember-semaphore__button--menuitem.focus,
.ember-semaphore__button--menuitem.hover-not-disabled,
.ember-semaphore__button--menuitem:focus,
.ember-semaphore__button--menuitem:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
.ember-semaphore__button--menuitem.active-not-disabled,
.ember-semaphore__button--menuitem:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.ember-semaphore__button--menuitem.disabled,
.ember-semaphore__button--menuitem:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.ember-semaphore__button--menuitem li-icon {
box-sizing: content-box;
height: 16px;
left: 0;
width: 16px;
float: right;
vertical-align: text-top;
margin: 0;
padding: 0;
color: rgba(0, 0, 0, .6);
position: relative;
top: 2px
}
.ember-semaphore__button--menuitem li-icon[type$="-icon"][size=small],
.ember-semaphore__button--menuitem>svg {
height: 24px;
width: 24px
}
.ember-semaphore__button--menuitem span {
display: inline-block;
max-width: calc(100% - 32px);
text-indent: 0
}
.justify-flex-end {
display: flex;
justify-content: flex-end
}
.ember-semaphore__back {
margin: 16px 0
}
.ember-semaphore__submit-radio {
margin: 16px 0 16px 8px
}
.ember-semaphore__menu {
list-style-type: none
}
.ember-semaphore__menu li .semaphore-radio-div input[type=radio]+label:after,
.ember-semaphore__menu li .semaphore-radio-div input[type=radio]+label:before {
content: " ";
height: 20px;
width: 20px;
position: absolute;
top: 20px;
left: 0;
display: block;
box-sizing: border-box
}
.ember-semaphore__menu li .semaphore-radio-div label {
text-align: left;
padding: 16px 16px 16px 28px;
margin: 0;
cursor: pointer
}
.ember-semaphore__menu li .semaphore-non-radio-div button li-icon {
margin-right: 16px
}
.ember-semaphore__menu.action-options li .ember-semaphore__button--menuitem {
width: 100%
}
.ember-semaphore__menu.action-options li .ember-semaphore__button--menuitem li-icon {
margin: 0
}
.ember-semaphore__menu.action-options li .ember-semaphore__button--menuitem li-icon .icon {
color: rgba(0, 0, 0, .6)
}
.ember-semaphore__item {
padding-left: 24px
}
.ember-semaphore__item--inner {
border-top: 1px solid rgba(0, 0, 0, .15)
}
.ember-semaphore__item:first-child .ember-semaphore__item--inner {
border-top: none
}
.ember-semaphore__text--label {
font-size: 1.6rem;
line-height: 1.75;
font-weight: 400;
color: rgba(0, 0, 0, .9)
}
.ember-sempahore__help-center-option {
background-color: inherit;
color: rgba(0, 0, 0, .75);
padding: 16px 0;
margin-left: 16px;
text-align: left
}
.ember-semaphore__help-center-link {
text-decoration: none;
font-weight: 600;
background-color: transparent;
border: 0;
cursor: pointer;
color: #0084bf;
display: initial;
padding: 0
}
.ember-semaphore__help-center-link:focus,
.ember-semaphore__help-center-link:hover {
text-decoration: underline;
color: #006097
}
.ember-semaphore__help-center-link:active {
color: #004b7c
}
.ember-semaphore__help-center-link:visited {
color: #665ed0
}
.ember-semaphore__help-center-link:visited:hover {
color: #544bc2
}
.ember-semaphore__help-center-link:visited:active {
color: #4034b0
}
.ember-semaphore__help-center-option,
.ember-sempahore__additional-string-option {
color: rgba(0, 0, 0, .75);
padding: 16px 0;
margin-left: 24px;
text-align: left
}
.ember-sempahore__addtional-actions-option {
padding: 8px 0 16px 8px;
text-align: left;
margin-left: 16px
}
.ember-sempahore__addtional-actions-option .space {
height: 4px;
content: '.';
visibility: hidden
}
artdeco-modal[size="552dp"] .artdeco-dismiss {
margin-right: 8px
}
artdeco-modal[size="552dp"] artdeco-modal-header>#semaphore-title {
font-size: 21px;
margin-left: 8px;
max-width: 450px
}
artdeco-modal[size="552dp"] #semaphore-title+#semaphore-subtitle {
display: block;
color: rgba(0, 0, 0, .6);
font-size: 15px;
margin-left: 8px;
margin-top: 4px
}
artdeco-modal[size="552dp"] artdeco-modal-content>.ember-semaphore__description {
margin-left: 8px
}
artdeco-modal[size="552dp"] .ember-semaphore__help-center-option {
margin-left: 24px;
margin-right: 24px;
padding-top: 16px;
padding-bottom: 16px
}
.payments-purchase-widget {
background-color: #fff;
height: 100vh
}
.payments-purchase-widget .global-title-container .global-title {
top: 0;
position: static
}
.payments-purchase-widget .global-title-container .global-title .global-title-button {
margin: 2px 12px 0 0;
float: right;
height: 50px
}
.payments-purchase-widget .global-title-container .global-title .global-title-text {
padding-left: 0;
background-image: url(/sc/h/c2noy4k2eaaz6dx3ag3am3o0r);
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
height: 52px;
width: 64px
}
.payments-purchase-widget .free-trial-help {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400;
color: rgba(0, 0, 0, .6);
text-align: center;
margin: 16px 12px
}
.payments-card-form {
text-align: center
}
.payments-card-form #input-fields {
padding: 8px 16px;
overflow: auto
}
.payments-card-form #input-fields input {
-webkit-appearance: none;
padding: 0;
border: none;
border-bottom: 2px solid;
border-bottom-color: #f3f6f8;
margin: 8px 0
}
.payments-card-form #input-fields input::-webkit-inner-spin-button,
.payments-card-form #input-fields input::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0
}
.payments-card-form #input-fields input:focus,
.payments-card-form #input-fields textarea:focus {
border-bottom-color: #0091ca;
-webkit-tap-highlight-color: transparent
}
.payments-card-form #input-fields #account-div {
position: relative
}
.payments-card-form #input-fields #account-div .amex {
background: url(/sc/h/2vtcoqc3d9xria81chlcc1phv)
}
.payments-card-form #input-fields #account-div .generic {
background: url(/sc/h/9tc98twu13m3hjzm0blo0os7m)
}
.payments-card-form #input-fields #account-div .discover {
background: url(/sc/h/a0gqf5liwoa9ghvglhdylvvhm)
}
.payments-card-form #input-fields #account-div .mastercard {
background: url(/sc/h/cmls1zvb1zprek1aefu4y83i9)
}
.payments-card-form #input-fields #account-div .visa {
background: url(/sc/h/6b56nxn7n11ykvnoubbeithuq)
}
.payments-card-form #input-fields #account-div #card-icon {
width: 56px;
height: 28px;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
position: absolute;
right: 0;
bottom: calc(8px + 1px + 4px)
}
.payments-card-form #input-fields #expiration-month-div,
.payments-card-form #input-fields #expiration-year-div,
.payments-card-form #input-fields #verification-code-div {
width: 20%
}
.payments-card-form #input-fields #postal-code-div {
width: 40%;
padding-right: 0
}
.payments-card-form #input-fields #vat-number-div {
width: 100%
}
.payments-card-form #input-fields .floated-input {
float: left;
padding-right: 12px
}
.payments-card-form .calculate-tax,
.payments-card-form .place-order {
margin: 12px 12px auto;
background-color: #0073b1;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
font-size: 1.6rem;
font-weight: 600;
font-family: inherit;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0 16px;
position: relative;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
display: inline-block;
text-align: center;
height: auto;
min-height: 40px
}
@media only screen and (-ms-high-contrast:active) {
.payments-card-form .calculate-tax,
.payments-card-form .place-order {
border: 1px solid currentColor;
line-height: 30px
}
}
html.edge .payments-card-form .calculate-tax:focus,
html.edge .payments-card-form .place-order:focus,
html.ie .payments-card-form .calculate-tax:focus,
html.ie .payments-card-form .place-order:focus {
outline: #7f7f7f dashed 1px
}
.payments-card-form .calculate-tax li-icon,
.payments-card-form .place-order li-icon {
top: 2px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.payments-card-form .calculate-tax li-icon>svg,
.payments-card-form .place-order li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .payments-card-form .calculate-tax,
.edge .payments-card-form .place-order,
.ie .payments-card-form .calculate-tax,
.ie .payments-card-form .place-order {
border-radius: 0
}
.payments-card-form .calculate-tax.focus,
.payments-card-form .calculate-tax.hover-not-disabled,
.payments-card-form .calculate-tax:focus,
.payments-card-form .calculate-tax:hover:not(:disabled):not(.disabled),
.payments-card-form .place-order.focus,
.payments-card-form .place-order.hover-not-disabled,
.payments-card-form .place-order:focus,
.payments-card-form .place-order:hover:not(:disabled):not(.disabled) {
background-color: #006097;
color: #fff
}
.payments-card-form .calculate-tax.active-not-disabled,
.payments-card-form .calculate-tax:active:not(:disabled):not(.disabled),
.payments-card-form .place-order.active-not-disabled,
.payments-card-form .place-order:active:not(:disabled):not(.disabled) {
background-color: #004b7c;
color: #fff
}
.payments-card-form .calculate-tax.disabled,
.payments-card-form .calculate-tax:disabled,
.payments-card-form .place-order.disabled,
.payments-card-form .place-order:disabled {
color: rgba(255, 255, 255, .45);
background-color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.payments-card-form .calculate-tax .place-order-lock,
.payments-card-form .place-order .place-order-lock {
vertical-align: middle;
display: inline-block;
margin-left: 32px;
height: 24px
}
.payments-card-form .calculate-tax .place-order-lock li-icon,
.payments-card-form .place-order .place-order-lock li-icon {
width: 24px;
height: 24px;
padding: 0
}
.payments-card-form .calculate-tax .place-order-cta,
.payments-card-form .place-order .place-order-cta {
vertical-align: middle;
margin-left: 4px;
margin-right: 32px;
display: inline-block;
max-width: calc(100% - 24px - 4px)
}
.payments-card-form .calculate-tax {
color: #006097;
background-color: #fff
}
.payments-card-form .calculate-tax:hover {
color: #006097;
background-color: rgba(0, 115, 177, .1)
}
.modal-wormhole .payments-subscription-details .modal-wormhole-content,
.payments-subscription-details .modal-wormhole .modal-wormhole-content,
.payments-subscription-details .shared-modal-dialog {
width: 100%;
height: 100%;
max-width: none;
padding: 0;
border: none;
overflow-y: scroll
}
.modal-wormhole .payments-subscription-details .modal-wormhole-content .global-title-container .global-title,
.payments-subscription-details .modal-wormhole .modal-wormhole-content .global-title-container .global-title,
.payments-subscription-details .shared-modal-dialog .global-title-container .global-title {
top: 0
}
.modal-wormhole .payments-subscription-details .modal-wormhole-content .global-title-container .global-title .global-title-button,
.payments-subscription-details .modal-wormhole .modal-wormhole-content .global-title-container .global-title .global-title-button,
.payments-subscription-details .shared-modal-dialog .global-title-container .global-title .global-title-button {
margin: 2px 12px 0 0;
float: right;
height: 50px
}
.modal-wormhole .payments-subscription-details .modal-wormhole-content .global-title-container .global-title .global-title-text,
.payments-subscription-details .modal-wormhole .modal-wormhole-content .global-title-container .global-title .global-title-text,
.payments-subscription-details .shared-modal-dialog .global-title-container .global-title .global-title-text {
padding-left: 0
}
.modal-wormhole .payments-subscription-details .modal-wormhole-content .details-list,
.payments-subscription-details .modal-wormhole .modal-wormhole-content .details-list,
.payments-subscription-details .shared-modal-dialog .details-list {
list-style-type: none;
padding: 0 16px;
display: table;
width: 100%
}
.modal-wormhole .payments-subscription-details .modal-wormhole-content .details-list li,
.payments-subscription-details .modal-wormhole .modal-wormhole-content .details-list li,
.payments-subscription-details .shared-modal-dialog .details-list li {
border-bottom: 1px solid #cdcfd2;
padding: 24px 0
}
.modal-wormhole .payments-subscription-details .modal-wormhole-content .details-list li .details-icon,
.payments-subscription-details .modal-wormhole .modal-wormhole-content .details-list li .details-icon,
.payments-subscription-details .shared-modal-dialog .details-list li .details-icon {
display: table-cell;
vertical-align: middle;
color: #cdcfd2
}
.modal-wormhole .payments-subscription-details .modal-wormhole-content .details-list li p,
.payments-subscription-details .modal-wormhole .modal-wormhole-content .details-list li p,
.payments-subscription-details .shared-modal-dialog .details-list li p {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .75);
padding-left: 8px;
vertical-align: middle;
display: table-cell
}
.payments-order-summary {
background-color: #f3f6f8;
border-bottom: 1px solid #cdcfd2
}
.payments-order-summary .order-summary-table {
list-style-type: none;
padding: 12px 16px;
overflow: auto
}
.payments-order-summary .order-summary-table .order-row {
height: 20px
}
.payments-order-summary .order-summary-table .order-row h4 {
margin-bottom: 4px
}
.payments-order-summary .order-summary-table .order-row .left-field {
float: left;
width: 70%
}
.payments-order-summary .order-summary-table .order-row .right-field {
float: right;
width: 30%;
text-align: right
}
.payments-order-summary .order-summary-table .order-row .plan-name,
.payments-order-summary .order-summary-table .order-row .plan-price {
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: rgba(0, 0, 0, .9)
}
.payments-order-summary .order-summary-table .order-row .plan-name-detail {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .75)
}
.payments-order-summary .order-summary-table .order-row .plan-price-detail {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .75)
}
.payments-order-summary .order-summary-table .order-row .due-today-left {
padding-top: 8px;
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: rgba(0, 0, 0, .9)
}
.payments-order-summary .order-summary-table .order-row .due-today-right {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.payments-order-summary .order-summary-table .order-row .due-today-price {
padding-top: 8px;
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: rgba(0, 0, 0, .9)
}
.payments-order-summary .order-summary-table .order-row .show-details {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400;
color: #0073b1;
margin-top: 12px;
width: 100%;
cursor: pointer
}
.payments-order-summary .order-summary-table .order-row .cart-details {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.payments-order-summary .order-summary-table .summary-hr {
margin-top: 16px;
margin-bottom: 0
}
.payments-order-summary-paid .order-summary-table .order-row .discount-name,
.payments-order-summary-paid .order-summary-table .order-row .discount-price {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400;
color: #ee1620
}
.payments-order-summary-paid .order-summary-table .order-row .tax-name,
.payments-order-summary-paid .order-summary-table .order-row .tax-price {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.payments-order-summary-paid .order-summary-table .order-row .due-today {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 600;
color: rgba(0, 0, 0, .6)
}
.payments-order-summary-paid .order-summary-table .order-row .due-today-price {
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: rgba(0, 0, 0, .9)
}
.payments-order-summary-free .order-summary-table .order-row .due-today-free,
.payments-order-summary-free .order-summary-table .order-row .free-price {
padding-top: 8px;
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: rgba(0, 0, 0, .9)
}
.tos-footer,
.tos-footer a {
line-height: 1.33333;
font-size: 1.2rem
}
.payments-route-loader {
height: 100vh;
width: 100vw;
position: absolute;
top: 0
}
.tos-footer {
font-weight: 400;
color: rgba(0, 0, 0, .6);
position: fixed;
bottom: 12px;
padding: 0 16px;
text-align: center;
width: 100%
}
.tos-footer a {
font-weight: 400;
color: #0073b1
}
.artdeco-carousel-container {
background-clip: padding-box;
max-width: 100vw
}
.artdeco-carousel-slide-list {
list-style: none;
overflow: hidden
}
.artdeco-carousel-slide-list li:after,
.artdeco-carousel-slide-list li:before {
content: '';
display: table
}
.artdeco-carousel-slide-list li:after {
clear: both
}
.artdeco-carousel-slide-list li {
display: inline-block
}
.artdeco-carousel-slide-list-container.artdeco-carousel-traversable {
overflow: hidden
}
.artdeco-carousel-slide-list-container.artdeco-carousel-traversable>.artdeco-carousel-slide-list {
overflow: visible;
transition: transform .25s ease 0s
}
.artdeco-carousel-slide-list-container.artdeco-carousel-traversable.dragged .artdeco-carousel-slide-list {
transition: none
}
.artdeco-carousel-container .artdeco-carousel-title {
float: left;
font-size: 2rem;
line-height: 1.4;
font-weight: 400;
color: rgba(0, 0, 0, .9);
margin-left: 8px
}
.artdeco-carousel-container .pagination-btns {
float: right;
margin: 0 0 8px
}
.artdeco-carousel-container .pagination-btns.large-btns .next-btn span,
.artdeco-carousel-container .pagination-btns.large-btns .previous-btn span {
border: 0!important;
clip: rect(1px, 1px, 1px, 1px);
height: 1px!important;
overflow: hidden;
padding: 0!important;
position: absolute!important;
white-space: nowrap!important;
width: 1px!important
}
.artdeco-carousel-container .pagination-btns button {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
font-size: 1.6rem;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0 8px;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0
}
@media only screen and (-ms-high-contrast:active) {
.artdeco-carousel-container .pagination-btns button {
border: 1px solid currentColor;
border-width: 0;
line-height: 32px
}
}
html.edge .artdeco-carousel-container .pagination-btns button:focus,
html.ie .artdeco-carousel-container .pagination-btns button:focus {
outline: #7f7f7f dashed 1px
}
.artdeco-carousel-container .pagination-btns button li-icon {
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px;
top: 3px
}
.artdeco-carousel-container.single-slide .pagination-btns button span,
.artdeco-carousel-pagination.inverse>li span,
.artdeco-carousel-pagination.large.inverse>li span,
.artdeco-carousel-pagination.large>li span,
.artdeco-carousel-pagination>li span {
position: absolute!important;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
white-space: nowrap!important
}
.artdeco-carousel-container .pagination-btns button li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .artdeco-carousel-container .pagination-btns button,
.ie .artdeco-carousel-container .pagination-btns button {
border-radius: 0
}
.artdeco-carousel-container .pagination-btns button.focus,
.artdeco-carousel-container .pagination-btns button.hover-not-disabled,
.artdeco-carousel-container .pagination-btns button:focus,
.artdeco-carousel-container .pagination-btns button:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
.artdeco-carousel-container .pagination-btns button.active-not-disabled,
.artdeco-carousel-container .pagination-btns button:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.artdeco-carousel-container .pagination-btns button.disabled,
.artdeco-carousel-container .pagination-btns button:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.artdeco-carousel-container .pagination-btns button.next-btn li-icon {
padding: 0 0 0 6px
}
.artdeco-carousel-container .pagination-btns button.previous-btn li-icon {
margin: -12px 0 0;
padding: 0 1px 0 0
}
.artdeco-carousel-container.single-slide .artdeco-carousel-slide-container {
min-width: 80%;
max-width: 80%
}
.artdeco-carousel-container.single-slide .next-btn span,
.artdeco-carousel-container.single-slide .previous-btn span {
border: 0!important;
clip: rect(1px, 1px, 1px, 1px);
height: 1px!important;
overflow: hidden;
padding: 0!important;
position: absolute!important;
white-space: nowrap!important;
width: 1px!important
}
.artdeco-carousel-container.single-slide .pagination-btns button {
width: 26px;
height: 26px
}
.artdeco-carousel-container.single-slide .pagination-btns button li-icon {
top: 1px
}
.artdeco-carousel-container.single-slide .pagination-btns button.next-btn li-icon {
padding: 0 0 0 4px
}
.artdeco-carousel-container.single-slide .pagination-btns button.previous-btn li-icon {
margin: -12px 0 0 -3px
}
.artdeco-carousel-container.single-slide .pagination-btns button span {
border: 0!important;
height: 1px!important;
padding: 0!important;
width: 1px!important
}
.artdeco-carousel-container.single-slide .artdeco-carousel-slide {
opacity: .5
}
.artdeco-carousel-container.single-slide .artdeco-carousel-slide.active {
opacity: 1
}
.artdeco-carousel-pagination {
list-style: none;
display: flex;
align-items: center;
justify-content: center
}
.artdeco-carousel-pagination>li {
margin-left: 4px;
text-align: center;
display: inline-flex
}
.artdeco-carousel-pagination>li:not(.selected)>a,
.artdeco-carousel-pagination>li:not(.selected)>button {
background-color: rgba(0, 0, 0, .35)
}
.artdeco-carousel-pagination>li>a,
.artdeco-carousel-pagination>li>button {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: #0073b1;
display: inline-block;
box-sizing: border-box;
background-color: rgba(0, 0, 0, .35);
border: 1px solid transparent;
text-decoration: none
}
.artdeco-carousel-pagination>li>a.focus,
.artdeco-carousel-pagination>li>a:focus,
.artdeco-carousel-pagination>li>button.focus,
.artdeco-carousel-pagination>li>button:focus {
border-color: rgba(0, 0, 0, .75);
color: #000
}
.artdeco-carousel-pagination>li.selected {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: #000;
box-sizing: border-box;
padding: 4px;
min-width: initial;
background-color: rgba(0, 0, 0, .9);
height: 8px;
width: 8px;
border-radius: 50%
}
.artdeco-carousel-pagination>li>a,
.artdeco-carousel-pagination>li>button {
padding: 0;
min-width: 0;
height: 8px;
width: 8px;
border-radius: 50%
}
.artdeco-carousel-pagination>li span {
border: 0!important;
height: 1px!important;
padding: 0!important;
width: 1px!important
}
.artdeco-carousel-pagination>li.focus>a,
.artdeco-carousel-pagination>li.focus>button,
.artdeco-carousel-pagination>li.hover>a,
.artdeco-carousel-pagination>li.hover>button,
.artdeco-carousel-pagination>li:focus>a,
.artdeco-carousel-pagination>li:focus>button,
.artdeco-carousel-pagination>li:hover>a,
.artdeco-carousel-pagination>li:hover>button {
border-color: rgba(0, 0, 0, .9);
color: rgba(0, 0, 0, .9);
background-color: transparent
}
.artdeco-carousel-pagination.large {
list-style: none;
display: flex;
align-items: center;
justify-content: center
}
.artdeco-carousel-pagination.large>li {
margin-left: 16px;
text-align: center;
display: inline-flex
}
.artdeco-carousel-pagination.large>li:not(.selected)>a,
.artdeco-carousel-pagination.large>li:not(.selected)>button {
background-color: rgba(0, 0, 0, .35)
}
.artdeco-carousel-pagination.large>li>a,
.artdeco-carousel-pagination.large>li>button {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: #0073b1;
display: inline-block;
box-sizing: border-box;
background-color: rgba(0, 0, 0, .35);
border: 1px solid transparent;
text-decoration: none
}
.artdeco-carousel-pagination.large>li>a.focus,
.artdeco-carousel-pagination.large>li>a:focus,
.artdeco-carousel-pagination.large>li>button.focus,
.artdeco-carousel-pagination.large>li>button:focus {
border-color: rgba(0, 0, 0, .75);
color: #000
}
.artdeco-carousel-pagination.large>li.selected {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: #000;
box-sizing: border-box;
padding: 4px;
min-width: initial;
background-color: rgba(0, 0, 0, .9);
height: 8px;
width: 8px;
border-radius: 50%
}
.artdeco-carousel-pagination.large>li>a,
.artdeco-carousel-pagination.large>li>button {
padding: 0;
min-width: 0;
height: 8px;
width: 8px;
border-radius: 50%
}
.artdeco-carousel-pagination.large>li span {
border: 0!important;
height: 1px!important;
padding: 0!important;
width: 1px!important
}
.artdeco-carousel-pagination.large>li.focus>a,
.artdeco-carousel-pagination.large>li.focus>button,
.artdeco-carousel-pagination.large>li.hover>a,
.artdeco-carousel-pagination.large>li.hover>button,
.artdeco-carousel-pagination.large>li:focus>a,
.artdeco-carousel-pagination.large>li:focus>button,
.artdeco-carousel-pagination.large>li:hover>a,
.artdeco-carousel-pagination.large>li:hover>button {
border-color: rgba(0, 0, 0, .9);
color: rgba(0, 0, 0, .9);
background-color: transparent
}
.artdeco-carousel-pagination.inverse {
list-style: none;
display: flex;
align-items: center;
justify-content: center
}
.artdeco-carousel-pagination.inverse>li {
margin-left: 4px;
text-align: center;
display: inline-flex
}
.artdeco-carousel-pagination.inverse>li:not(.selected)>a,
.artdeco-carousel-pagination.inverse>li:not(.selected)>button {
background-color: rgba(255, 255, 255, .45)
}
.artdeco-carousel-pagination.inverse>li>a,
.artdeco-carousel-pagination.inverse>li>button {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: #0073b1;
display: inline-block;
box-sizing: border-box;
background-color: rgba(255, 255, 255, .45);
border: 1px solid transparent;
text-decoration: none
}
.artdeco-carousel-pagination.inverse>li>a.focus,
.artdeco-carousel-pagination.inverse>li>a:focus,
.artdeco-carousel-pagination.inverse>li>button.focus,
.artdeco-carousel-pagination.inverse>li>button:focus {
border-color: rgba(0, 0, 0, .75);
color: #000
}
.artdeco-carousel-pagination.inverse>li.selected {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: #000;
box-sizing: border-box;
padding: 4px;
min-width: initial;
background-color: #fff;
height: 8px;
width: 8px;
border-radius: 50%
}
.artdeco-carousel-pagination.inverse>li>a,
.artdeco-carousel-pagination.inverse>li>button {
padding: 0;
min-width: 0;
height: 8px;
width: 8px;
border-radius: 50%
}
.artdeco-carousel-pagination.inverse>li span {
border: 0!important;
height: 1px!important;
padding: 0!important;
width: 1px!important
}
.artdeco-carousel-pagination.inverse>li.focus>a,
.artdeco-carousel-pagination.inverse>li.focus>button,
.artdeco-carousel-pagination.inverse>li.hover>a,
.artdeco-carousel-pagination.inverse>li.hover>button,
.artdeco-carousel-pagination.inverse>li:focus>a,
.artdeco-carousel-pagination.inverse>li:focus>button,
.artdeco-carousel-pagination.inverse>li:hover>a,
.artdeco-carousel-pagination.inverse>li:hover>button {
border-color: #fff;
color: #fff;
background-color: transparent
}
.artdeco-carousel-pagination.large.inverse {
list-style: none;
display: flex;
align-items: center;
justify-content: center
}
.artdeco-carousel-pagination.large.inverse>li {
margin-left: 16px;
text-align: center;
display: inline-flex
}
.artdeco-carousel-pagination.large.inverse>li:not(.selected)>a,
.artdeco-carousel-pagination.large.inverse>li:not(.selected)>button {
background-color: rgba(255, 255, 255, .45)
}
.artdeco-carousel-pagination.large.inverse>li>a,
.artdeco-carousel-pagination.large.inverse>li>button {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: #0073b1;
display: inline-block;
box-sizing: border-box;
background-color: rgba(255, 255, 255, .45);
border: 1px solid transparent;
text-decoration: none
}
.artdeco-carousel-pagination.large.inverse>li>a.focus,
.artdeco-carousel-pagination.large.inverse>li>a:focus,
.artdeco-carousel-pagination.large.inverse>li>button.focus,
.artdeco-carousel-pagination.large.inverse>li>button:focus {
border-color: rgba(0, 0, 0, .75);
color: #000
}
.artdeco-carousel-pagination.large.inverse>li.selected {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: #000;
box-sizing: border-box;
padding: 4px;
min-width: initial;
background-color: #fff;
height: 8px;
width: 8px;
border-radius: 50%
}
.artdeco-carousel-pagination.large.inverse>li>a,
.artdeco-carousel-pagination.large.inverse>li>button {
padding: 0;
min-width: 0;
height: 8px;
width: 8px;
border-radius: 50%
}
.artdeco-carousel-pagination.large.inverse>li span {
border: 0!important;
height: 1px!important;
padding: 0!important;
width: 1px!important
}
.artdeco-carousel-pagination.large.inverse>li.focus>a,
.artdeco-carousel-pagination.large.inverse>li.focus>button,
.artdeco-carousel-pagination.large.inverse>li.hover>a,
.artdeco-carousel-pagination.large.inverse>li.hover>button,
.artdeco-carousel-pagination.large.inverse>li:focus>a,
.artdeco-carousel-pagination.large.inverse>li:focus>button,
.artdeco-carousel-pagination.large.inverse>li:hover>a,
.artdeco-carousel-pagination.large.inverse>li:hover>button {
border-color: #fff;
color: #fff;
background-color: transparent
}
.artdeco-carousel-slide-list-container {
clear: both;
width: 100%;
height: 100%;
margin: 8px 0
}
.artdeco-carousel-slide-list {
white-space: nowrap;
font-size: 0;
padding: 0;
margin: 0;
width: 100%;
height: 100%;
position: relative
}
.artdeco-carousel-slide-container {
box-sizing: border-box
}
.artdeco-carousel-slide {
border-radius: 2px;
overflow: hidden;
position: relative;
transition: box-shadow .2s ease-in-out;
background: #fff;
box-sizing: border-box;
width: 100%;
height: 100%;
white-space: normal
}
.artdeco-carousel-slide.focus,
.artdeco-carousel-slide.hover,
.artdeco-carousel-slide:focus,
.artdeco-carousel-slide:hover,
.card-1x2.focus,
.card-1x2.hover,
.card-1x2:focus,
.card-1x2:hover,
.card-3x2.focus,
.card-3x2.hover,
.card-3x2:focus,
.card-3x2:hover,
.card.focus,
.card.hover,
.card:focus,
.card:hover {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 4px 6px rgba(0, 0, 0, .2)
}
@media only screen and (-ms-high-contrast:active) {
.artdeco-carousel-slide {
border: 1px solid activeborder
}
}
.artdeco-carousel-slide>h1,
.artdeco-carousel-slide>h2,
.artdeco-carousel-slide>h3,
.artdeco-carousel-slide>h4,
.artdeco-carousel-slide>h5,
.artdeco-carousel-slide>h6 {
padding: 16px 24px;
margin: 0;
font-size: 1.6rem;
line-height: 1.5;
color: rgba(0, 0, 0, .6)
}
.artdeco-carousel-slide>ul a,
.artdeco-carousel-slide>ul a.muted,
.artdeco-carousel-slide>ul button,
.artdeco-carousel-slide>ul button.muted {
background-color: transparent;
cursor: pointer;
font-size: 2rem;
text-align: center;
z-index: 0;
text-decoration: none;
font-weight: 600;
font-family: inherit
}
@media only screen and (max-width:1161px) {
.artdeco-carousel-slide>h1,
.artdeco-carousel-slide>h2,
.artdeco-carousel-slide>h3,
.artdeco-carousel-slide>h4,
.artdeco-carousel-slide>h5,
.artdeco-carousel-slide>h6 {
padding: 16px
}
}
.artdeco-carousel-slide>h1 em,
.artdeco-carousel-slide>h2 em,
.artdeco-carousel-slide>h3 em,
.artdeco-carousel-slide>h4 em,
.artdeco-carousel-slide>h5 em,
.artdeco-carousel-slide>h6 em {
font-style: inherit;
color: rgba(0, 0, 0, .9)
}
.artdeco-carousel-slide>section {
padding: 16px 24px
}
@media only screen and (max-width:1161px) {
.artdeco-carousel-slide>section {
padding: 16px
}
}
.artdeco-carousel-slide>ul {
display: table;
table-layout: fixed;
text-align: center;
width: 100%;
border-top: 1px solid rgba(0, 0, 0, .15)
}
.artdeco-carousel-slide>ul li {
display: table-cell;
vertical-align: top;
list-style: none;
overflow: visible;
min-width: 48px;
width: 100%
}
.artdeco-carousel-slide>ul li:last-child:after {
content: "";
display: block;
position: absolute;
width: 1px;
border-top: 1px solid rgba(0, 0, 0, .15);
top: -1px;
right: -1px
}
.artdeco-carousel-slide>ul li:last-child a,
.artdeco-carousel-slide>ul li:last-child button {
border-right: 0!important
}
.artdeco-carousel-slide>ul input[type=date],
.artdeco-carousel-slide>ul input[type=datetime],
.artdeco-carousel-slide>ul input[type=email],
.artdeco-carousel-slide>ul input[type=number],
.artdeco-carousel-slide>ul input[type=range],
.artdeco-carousel-slide>ul input[type=search],
.artdeco-carousel-slide>ul input[type=tel],
.artdeco-carousel-slide>ul input[type=text],
.artdeco-carousel-slide>ul input[type=time],
.artdeco-carousel-slide>ul input[type=url],
.artdeco-carousel-slide>ul input[type=week] {
border: 0;
border-right: 1px solid rgba(0, 0, 0, .15);
height: 65%;
margin-top: 9px;
border-radius: 0
}
.artdeco-carousel-slide>ul a,
.artdeco-carousel-slide>ul button {
border: 0;
border-radius: 0;
box-sizing: content-box;
color: #0073b1;
display: block;
overflow: hidden;
outline-width: 2px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
border-right: 1px solid rgba(0, 0, 0, .15);
width: 100%;
min-width: 48px
}
@media only screen and (-ms-high-contrast:active) {
.artdeco-carousel-slide>ul a,
.artdeco-carousel-slide>ul button {
border: 1px solid currentColor;
border-width: 0;
line-height: 48px
}
}
html.edge .artdeco-carousel-slide>ul a:focus,
html.edge .artdeco-carousel-slide>ul button:focus,
html.ie .artdeco-carousel-slide>ul a:focus,
html.ie .artdeco-carousel-slide>ul button:focus {
outline: #7f7f7f dashed 1px
}
.artdeco-carousel-slide>ul a li-icon,
.artdeco-carousel-slide>ul button li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.artdeco-carousel-slide>ul a li-icon>svg,
.artdeco-carousel-slide>ul button li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .artdeco-carousel-slide>ul a,
.edge .artdeco-carousel-slide>ul button,
.ie .artdeco-carousel-slide>ul a,
.ie .artdeco-carousel-slide>ul button {
border-radius: 0
}
.artdeco-carousel-slide>ul a.muted,
.artdeco-carousel-slide>ul button.muted {
border: 0;
border-radius: 0;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
display: inline-block;
overflow: hidden;
outline-width: 2px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
border-right: 1px solid rgba(0, 0, 0, .15)
}
@media only screen and (-ms-high-contrast:active) {
.artdeco-carousel-slide>ul a.muted,
.artdeco-carousel-slide>ul button.muted {
border: 1px solid currentColor;
border-width: 0;
line-height: 48px
}
}
html.edge .artdeco-carousel-slide>ul a.muted:focus,
html.edge .artdeco-carousel-slide>ul button.muted:focus,
html.ie .artdeco-carousel-slide>ul a.muted:focus,
html.ie .artdeco-carousel-slide>ul button.muted:focus {
outline: #7f7f7f dashed 1px
}
.artdeco-carousel-slide>ul a.muted li-icon,
.artdeco-carousel-slide>ul button.muted li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.artdeco-carousel-slide>ul a.muted li-icon>svg,
.artdeco-carousel-slide>ul button.muted li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .artdeco-carousel-slide>ul a.muted,
.edge .artdeco-carousel-slide>ul button.muted,
.ie .artdeco-carousel-slide>ul a.muted,
.ie .artdeco-carousel-slide>ul button.muted {
border-radius: 0
}
.artdeco-carousel-slide>ul a.muted.focus,
.artdeco-carousel-slide>ul a.muted.hover-not-disabled,
.artdeco-carousel-slide>ul a.muted:focus,
.artdeco-carousel-slide>ul a.muted:hover:not(:disabled):not(.disabled),
.artdeco-carousel-slide>ul button.muted.focus,
.artdeco-carousel-slide>ul button.muted.hover-not-disabled,
.artdeco-carousel-slide>ul button.muted:focus,
.artdeco-carousel-slide>ul button.muted:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
.artdeco-carousel-slide>ul a.muted.active-not-disabled,
.artdeco-carousel-slide>ul a.muted:active:not(:disabled):not(.disabled),
.artdeco-carousel-slide>ul button.muted.active-not-disabled,
.artdeco-carousel-slide>ul button.muted:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.artdeco-carousel-slide>ul a.muted.disabled,
.artdeco-carousel-slide>ul a.muted:disabled,
.artdeco-carousel-slide>ul button.muted.disabled,
.artdeco-carousel-slide>ul button.muted:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.artdeco-carousel-slide>ul a.no-text,
.artdeco-carousel-slide>ul button.no-text {
background-color: transparent;
border: 0;
border-radius: 0!important;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
font-size: 0;
font-weight: 600;
font-family: inherit;
overflow: hidden;
outline-width: 2px;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
text-indent: -999px;
width: 48px
}
@media only screen and (-ms-high-contrast:active) {
.artdeco-carousel-slide>ul a.no-text,
.artdeco-carousel-slide>ul button.no-text {
border: 1px solid currentColor;
border-width: 0;
line-height: 48px
}
}
html.edge .artdeco-carousel-slide>ul a.no-text:focus,
html.edge .artdeco-carousel-slide>ul button.no-text:focus,
html.ie .artdeco-carousel-slide>ul a.no-text:focus,
html.ie .artdeco-carousel-slide>ul button.no-text:focus {
outline: #7f7f7f dashed 1px
}
.artdeco-carousel-slide>ul a.no-text li-icon,
.artdeco-carousel-slide>ul button.no-text li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
.artdeco-carousel-slide>ul a.no-text li-icon>svg,
.artdeco-carousel-slide>ul button.no-text li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .artdeco-carousel-slide>ul a.no-text,
.edge .artdeco-carousel-slide>ul button.no-text,
.ie .artdeco-carousel-slide>ul a.no-text,
.ie .artdeco-carousel-slide>ul button.no-text {
border-radius: 48px
}
.artdeco-carousel-slide>ul a.no-text:before,
.artdeco-carousel-slide>ul button.no-text:before {
transition-duration: .5s
}
.artdeco-carousel-slide>ul a.no-text:after,
.artdeco-carousel-slide>ul button.no-text:after {
padding: calc(70% + 1px)
}
.artdeco-carousel-slide>ul a.no-text.focus,
.artdeco-carousel-slide>ul a.no-text.hover-not-disabled,
.artdeco-carousel-slide>ul a.no-text:focus,
.artdeco-carousel-slide>ul a.no-text:hover:not(:disabled):not(.disabled),
.artdeco-carousel-slide>ul button.no-text.focus,
.artdeco-carousel-slide>ul button.no-text.hover-not-disabled,
.artdeco-carousel-slide>ul button.no-text:focus,
.artdeco-carousel-slide>ul button.no-text:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
.artdeco-carousel-slide>ul a.no-text.active-not-disabled,
.artdeco-carousel-slide>ul a.no-text:active:not(:disabled):not(.disabled),
.artdeco-carousel-slide>ul button.no-text.active-not-disabled,
.artdeco-carousel-slide>ul button.no-text:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.artdeco-carousel-slide>ul a.no-text.disabled,
.artdeco-carousel-slide>ul a.no-text:disabled,
.artdeco-carousel-slide>ul button.no-text.disabled,
.artdeco-carousel-slide>ul button.no-text:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.artdeco-carousel-slide>ul a,
.artdeco-carousel-slide>ul a.muted,
.artdeco-carousel-slide>ul a.no-text,
.artdeco-carousel-slide>ul button,
.artdeco-carousel-slide>ul button.muted,
.artdeco-carousel-slide>ul button.no-text {
height: 48px;
line-height: 48px;
padding: 0
}
.artdeco-carousel-slide>ul a.focus,
.artdeco-carousel-slide>ul a.hover-not-disabled,
.artdeco-carousel-slide>ul a:focus,
.artdeco-carousel-slide>ul a:hover:not(:disabled):not(.disabled),
.artdeco-carousel-slide>ul button.focus,
.artdeco-carousel-slide>ul button.hover-not-disabled,
.artdeco-carousel-slide>ul button:focus,
.artdeco-carousel-slide>ul button:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097
}
.artdeco-carousel-slide>ul a.active-not-disabled,
.artdeco-carousel-slide>ul a:active:not(:disabled):not(.disabled),
.artdeco-carousel-slide>ul button.active-not-disabled,
.artdeco-carousel-slide>ul button:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.artdeco-carousel-slide>ul a.disabled,
.artdeco-carousel-slide>ul a:disabled,
.artdeco-carousel-slide>ul button.disabled,
.artdeco-carousel-slide>ul button:disabled {
color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.artdeco-toast,
.error-action {
cursor: pointer;
display: inline-block
}
.artdeco-toast,
artdeco-typeahead-deprecated-results-container {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 6px 9px rgba(0, 0, 0, .2)
}
.artdeco-carousel-slide img {
display: block;
max-height: 100%
}
@media (max-width:769px) {
.artdeco-carousel-slide-container {
min-width: 80%;
max-width: 80%
}
.artdeco-carousel-container .pagination-btns {
display: none
}
.artdeco-carousel-slide {
opacity: .5
}
.artdeco-carousel-slide.active {
opacity: 1
}
}
#artdeco-toasts-wormhole,
.artdeco-toasts {
position: fixed;
left: 32px;
bottom: 32px;
width: 400px;
z-index: 11000;
text-align: left
}
.artdeco-toast {
background: #fff;
border-radius: 2px;
height: 96px;
margin-top: 12px;
opacity: 1;
overflow: hidden;
padding: 0;
position: relative;
text-align: left;
top: 0;
transition: height .3s, top .5s, box-shadow .3s, opacity .3s;
transition-timing-function: cubic-bezier(0, 0, .2, 1), cubic-bezier(0, 0, .2, 1), cubic-bezier(0, 0, 1, 0);
vertical-align: top;
width: 400px
}
.artdeco-toast.artdeco-hidden:not(.artdeco-overflow) {
top: 96px;
opacity: 0;
height: 0;
transition: height .3s, top .5s, box-shadow .3s, opacity .3s
}
.artdeco-toast.artdeco-overflow {
top: -96px;
opacity: 0;
transition: top .7s, box-shadow .3s, opacity .3s
}
.artdeco-toast>.artdeco-toast-dismiss {
background-color: transparent;
border-radius: 0;
border: 0;
height: 100%;
padding: 0;
position: absolute;
right: 0;
top: 0;
width: 48px;
z-index: 1
}
.artdeco-toast>.artdeco-toast-dismiss>li-icon[type=cancel-icon] {
position: absolute;
top: 8px;
right: 8px;
opacity: .6
}
.artdeco-toast>.artdeco-toast-dismiss:hover>li-icon[type=cancel-icon] {
opacity: .75
}
.artdeco-toast>.artdeco-toast-dismiss:active>li-icon[type=cancel-icon] {
opacity: .9
}
.artdeco-toast li-icon.artdeco-toast-icon {
color: #fff;
position: absolute;
left: 12px;
top: 50%;
width: 24px;
height: 24px;
margin-top: -12px;
z-index: 3
}
.artdeco-toast.dismissable>.artdeco-toast-inner {
width: 348px
}
.artdeco-toast>.artdeco-toast-inner {
display: block;
min-height: 96px;
box-sizing: border-box;
padding: 16px 32px 16px 64px
}
.artdeco-toast>.artdeco-toast-inner:before {
content: "";
height: 100%;
width: 48px;
background-color: #7a8b98;
display: block;
position: absolute;
left: 0;
top: 0;
z-index: 2
}
.artdeco-toast>.artdeco-toast-inner>.artdeco-toast-message {
font-size: 1.4rem;
line-height: 1.42857;
color: rgba(0, 0, 0, .9);
z-index: 1;
max-height: 60px;
overflow: hidden
}
.artdeco-toast>.artdeco-toast-inner .artdeco-toast-cta {
font-weight: 600;
display: block;
color: rgba(0, 0, 0, .9)
}
@media only screen and (max-width:769px) {
.artdeco-toast {
position: fixed;
top: 0;
left: 0;
right: 0;
height: auto;
min-height: 48px;
width: 100%;
margin: 0;
border-radius: 0
}
.artdeco-toast.artdeco-hidden:not(.artdeco-overflow) {
top: -96px
}
.artdeco-toast .artdeco-toast-dismiss {
background-color: transparent;
border-radius: 0;
border: 0;
height: 100%;
padding: 0;
position: absolute;
right: 0;
top: 0;
width: 48px;
z-index: 1
}
.artdeco-toast .artdeco-toast-dismiss>li-icon[type=cancel-icon] {
position: absolute;
top: 8px;
right: 8px;
opacity: .6
}
.artdeco-toast .artdeco-toast-dismiss:hover>li-icon[type=cancel-icon] {
opacity: .75
}
.artdeco-toast .artdeco-toast-dismiss:active>li-icon[type=cancel-icon] {
opacity: .9
}
.artdeco-toast>.artdeco-toast-inner {
display: block;
min-height: 48px;
padding: 16px 48px
}
.artdeco-toast>.artdeco-toast-inner:before {
display: none
}
.artdeco-toast>.artdeco-toast-inner .artdeco-toast-message {
display: inline
}
.artdeco-toast>.artdeco-toast-inner .artdeco-toast-cta {
display: inline;
color: rgba(0, 0, 0, .9)
}
.artdeco-toast li-icon.artdeco-toast-icon {
color: #7a8b98
}
}
@media only screen and (-ms-high-contrast:active) {
.artdeco-toast {
border: 1px solid activeborder
}
}
.artdeco-toast--success>.artdeco-toast-inner:before {
background-color: #469a1f
}
@media only screen and (max-width:769px) {
.artdeco-toast--success {
position: fixed;
top: 0;
left: 0;
right: 0;
height: auto;
min-height: 48px;
width: 100%;
margin: 0;
border-radius: 0
}
.artdeco-toast--success.artdeco-hidden:not(.artdeco-overflow) {
top: -96px
}
.artdeco-toast--success .artdeco-toast-dismiss {
background-color: transparent;
border-radius: 0;
border: 0;
height: 100%;
padding: 0;
position: absolute;
right: 0;
top: 0;
width: 48px;
z-index: 1
}
.artdeco-toast--success .artdeco-toast-dismiss>li-icon[type=cancel-icon] {
position: absolute;
top: 8px;
right: 8px;
opacity: .6
}
.artdeco-toast--success .artdeco-toast-dismiss:hover>li-icon[type=cancel-icon] {
opacity: .75
}
.artdeco-toast--success .artdeco-toast-dismiss:active>li-icon[type=cancel-icon] {
opacity: .9
}
.artdeco-toast--success>.artdeco-toast-inner {
display: block;
min-height: 48px;
padding: 16px 48px
}
.artdeco-toast--success>.artdeco-toast-inner:before {
display: none
}
.artdeco-toast--success>.artdeco-toast-inner .artdeco-toast-message {
display: inline
}
.artdeco-toast--success>.artdeco-toast-inner .artdeco-toast-cta {
display: inline;
color: rgba(0, 0, 0, .9)
}
.artdeco-toast--success li-icon.artdeco-toast-icon {
color: #469a1f
}
}
@media only screen and (-ms-high-contrast:active) {
.artdeco-toast--success {
border: 1px solid activeborder
}
}
.artdeco-toast--yield>.artdeco-toast-inner:before {
background-color: #e55800
}
@media only screen and (max-width:769px) {
.artdeco-toast--yield {
position: fixed;
top: 0;
left: 0;
right: 0;
height: auto;
min-height: 48px;
width: 100%;
margin: 0;
border-radius: 0
}
.artdeco-toast--yield.artdeco-hidden:not(.artdeco-overflow) {
top: -96px
}
.artdeco-toast--yield .artdeco-toast-dismiss {
background-color: transparent;
border-radius: 0;
border: 0;
height: 100%;
padding: 0;
position: absolute;
right: 0;
top: 0;
width: 48px;
z-index: 1
}
.artdeco-toast--yield .artdeco-toast-dismiss>li-icon[type=cancel-icon] {
position: absolute;
top: 8px;
right: 8px;
opacity: .6
}
.artdeco-toast--yield .artdeco-toast-dismiss:hover>li-icon[type=cancel-icon] {
opacity: .75
}
.artdeco-toast--yield .artdeco-toast-dismiss:active>li-icon[type=cancel-icon] {
opacity: .9
}
.artdeco-toast--yield>.artdeco-toast-inner {
display: block;
min-height: 48px;
padding: 16px 48px
}
.artdeco-toast--yield>.artdeco-toast-inner:before {
display: none
}
.artdeco-toast--yield>.artdeco-toast-inner .artdeco-toast-message {
display: inline
}
.artdeco-toast--yield>.artdeco-toast-inner .artdeco-toast-cta {
display: inline;
color: rgba(0, 0, 0, .9)
}
.artdeco-toast--yield li-icon.artdeco-toast-icon {
color: #e55800
}
}
@media only screen and (-ms-high-contrast:active) {
.artdeco-toast--yield {
border: 1px solid activeborder
}
}
.artdeco-toast--error>.artdeco-toast-inner:before {
background-color: #ff2c33
}
@media only screen and (max-width:769px) {
.artdeco-toast--error {
position: fixed;
top: 0;
left: 0;
right: 0;
height: auto;
min-height: 48px;
width: 100%;
margin: 0;
border-radius: 0
}
.artdeco-toast--error.artdeco-hidden:not(.artdeco-overflow) {
top: -96px
}
.artdeco-toast--error .artdeco-toast-dismiss {
background-color: transparent;
border-radius: 0;
border: 0;
height: 100%;
padding: 0;
position: absolute;
right: 0;
top: 0;
width: 48px;
z-index: 1
}
.artdeco-toast--error .artdeco-toast-dismiss>li-icon[type=cancel-icon] {
position: absolute;
top: 8px;
right: 8px;
opacity: .6
}
.artdeco-toast--error .artdeco-toast-dismiss:hover>li-icon[type=cancel-icon] {
opacity: .75
}
.artdeco-toast--error .artdeco-toast-dismiss:active>li-icon[type=cancel-icon] {
opacity: .9
}
.artdeco-toast--error>.artdeco-toast-inner {
display: block;
min-height: 48px;
padding: 16px 48px
}
.artdeco-toast--error>.artdeco-toast-inner:before {
display: none
}
.artdeco-toast--error>.artdeco-toast-inner .artdeco-toast-message {
display: inline
}
.artdeco-toast--error>.artdeco-toast-inner .artdeco-toast-cta {
display: inline;
color: rgba(0, 0, 0, .9)
}
.artdeco-toast--error li-icon.artdeco-toast-icon {
color: #ff2c33
}
}
@media only screen and (-ms-high-contrast:active) {
.artdeco-toast--error {
border: 1px solid activeborder
}
}
.artdeco-toast--gdpr {
height: 116px
}
.artdeco-toast--gdpr.artdeco-hidden:not(.artdeco-overflow) {
top: 116px
}
.artdeco-toast--gdpr.artdeco-overflow {
top: -116px
}
.artdeco-toast--gdpr>.artdeco-toast-inner {
min-height: 116px
}
@media only screen and (max-width:769px) {
.artdeco-toast--gdpr {
position: fixed;
top: 0;
left: 0;
right: 0;
height: auto;
min-height: 48px;
width: 100%;
margin: 0;
border-radius: 0
}
.artdeco-toast--gdpr.artdeco-hidden:not(.artdeco-overflow) {
top: -116px
}
.artdeco-toast--gdpr .artdeco-toast-dismiss {
background-color: transparent;
border-radius: 0;
border: 0;
height: 100%;
padding: 0;
position: absolute;
right: 0;
top: 0;
width: 48px;
z-index: 1
}
.artdeco-toast--gdpr .artdeco-toast-dismiss>li-icon[type=cancel-icon] {
position: absolute;
top: 8px;
right: 8px;
opacity: .6
}
.artdeco-toast--gdpr .artdeco-toast-dismiss:hover>li-icon[type=cancel-icon] {
opacity: .75
}
.artdeco-toast--gdpr .artdeco-toast-dismiss:active>li-icon[type=cancel-icon] {
opacity: .9
}
.artdeco-toast--gdpr>.artdeco-toast-inner {
display: block;
min-height: 48px;
padding: 16px 48px
}
.artdeco-toast--gdpr>.artdeco-toast-inner:before {
display: none
}
.artdeco-toast--gdpr>.artdeco-toast-inner .artdeco-toast-message {
display: inline
}
.artdeco-toast--gdpr>.artdeco-toast-inner .artdeco-toast-cta {
display: inline;
color: rgba(0, 0, 0, .9)
}
.artdeco-toast--gdpr li-icon.artdeco-toast-icon {
color: #7a8b98
}
}
@media only screen and (-ms-high-contrast:active) {
.artdeco-toast--gdpr {
border: 1px solid activeborder
}
}
.artdeco-toast--gdpr>.artdeco-toast-inner:focus,
.artdeco-toast--gdpr>.artdeco-toast-inner:hover {
text-decoration: none
}
.artdeco-toast--gdpr>.artdeco-toast-inner:focus .artdeco-toast-cta,
.artdeco-toast--gdpr>.artdeco-toast-inner:hover .artdeco-toast-cta {
text-decoration: underline
}
.artdeco-toasts-container {
display: block
}
.artdeco-toasts-item {
list-style: none
}
artdeco-typeahead-deprecated {
position: relative;
display: block
}
artdeco-typeahead-deprecated .artdeco-typeahead-deprecated-live-region {
border: 0!important;
clip: rect(1px, 1px, 1px, 1px);
height: 1px!important;
overflow: hidden;
padding: 0!important;
position: absolute!important;
white-space: nowrap!important;
width: 1px!important
}
.artdeco-typeahead-deprecated-input__ghost-text {
position: absolute;
pointer-events: none
}
artdeco-typeahead-deprecated-input input:not(.artdeco-typeahead-deprecated-input__ghost-text) {
background: 0 0;
position: relative
}
artdeco-typeahead-deprecated-results-container {
transition: box-shadow 83ms;
display: block;
position: absolute;
border-radius: 0 0 2px 2px;
padding: 4px 0;
background-color: #fff;
z-index: 100
}
.striped-table tr:nth-child(even),
artdeco-typeahead-deprecated-results-container .highlighted,
artdeco-typeahead-deprecated-results-container li:hover {
background-color: #f3f6f8
}
@media screen and (-ms-high-contrast:active) {
artdeco-typeahead-deprecated-results-container {
border: 1px solid activeborder
}
}
artdeco-typeahead-deprecated-results-container ul {
list-style-type: none
}
artdeco-typeahead-deprecated-results-container li {
padding: 8px 16px
}
artdeco-stepper .artdeco-stepper-list {
list-style-type: none
}
artdeco-stepper .artdeco-stepper-item:not(:first-child) .artdeco-stepper-item-status-node::before,
artdeco-stepper.artdeco-uncapped .artdeco-stepper-item .artdeco-stepper-item-status-node::before {
content: '';
position: absolute;
left: 50%;
width: 2px;
height: 100vh;
transform: translateX(-50%);
background-color: rgba(0, 0, 0, .15);
bottom: calc(100% + 8px)
}
artdeco-stepper .artdeco-stepper-item:not(:last-child) .artdeco-stepper-item-status-node::after,
artdeco-stepper.artdeco-uncapped .artdeco-stepper-item .artdeco-stepper-item-status-node::after {
content: '';
position: absolute;
left: 50%;
width: 2px;
height: 100vh;
transform: translateX(-50%);
background-color: rgba(0, 0, 0, .15);
top: calc(100% + 8px)
}
artdeco-stepper.artdeco-horizontal {
width: 100%
}
artdeco-stepper.artdeco-horizontal .artdeco-stepper-list {
display: flex
}
artdeco-stepper.artdeco-horizontal .artdeco-stepper-item-status-node-wrapper {
width: auto;
flex-grow: 1;
overflow: visible;
position: relative
}
artdeco-stepper.artdeco-horizontal .artdeco-stepper-item {
flex: 1;
flex-direction: column
}
artdeco-stepper.artdeco-horizontal .artdeco-stepper-item-wrapper {
text-align: center
}
artdeco-stepper.artdeco-horizontal .artdeco-stepper-item:not(:first-child) .artdeco-stepper-item-status-node::before,
artdeco-stepper.artdeco-horizontal .artdeco-stepper-item:not(:last-child) .artdeco-stepper-item-status-node::after {
display: none
}
artdeco-stepper.artdeco-horizontal .artdeco-stepper-item:not(:last-child) .artdeco-stepper-item-status-node-wrapper::after {
content: "";
position: absolute;
height: 2px;
width: calc(100% - 40px);
transform: translateY(-50%);
top: 50%;
background-color: rgba(0, 0, 0, .15);
left: calc(50% + 20px)
}
artdeco-stepper.artdeco-horizontal .artdeco-stepper-item:not(:last-child).artdeco-complete .artdeco-stepper-item-status-node-wrapper::after {
background-color: #0084bf
}
.artdeco-stepper-item {
display: flex
}
.artdeco-stepper-item .artdeco-stepper-item-status-node {
position: relative;
display: block;
top: 6px;
margin: auto;
border: 2px solid rgba(0, 0, 0, .15);
border-radius: 50%
}
.artdeco-stepper-item .artdeco-stepper-item-status-node li-icon {
position: relative;
top: 4px;
color: #fff
}
.artdeco-stepper-item.artdeco-large .artdeco-stepper-item-status-node {
font-size: 1.2rem;
font-weight: 600;
color: rgba(0, 0, 0, .6);
width: 24px;
height: 24px;
text-align: center;
line-height: 24px
}
.artdeco-stepper-item.artdeco-medium .artdeco-stepper-item-status-node {
width: 16px;
height: 16px
}
.artdeco-stepper-item.artdeco-small .artdeco-stepper-item-status-node {
width: 8px;
height: 8px
}
.artdeco-stepper-item.artdeco-centered .artdeco-stepper-item-status-node-wrapper {
display: flex
}
.artdeco-stepper-item.artdeco-centered .artdeco-stepper-item-status-node {
top: 0
}
.artdeco-stepper-item.artdeco-progress .artdeco-stepper-item-status-node {
border-color: #0084bf
}
.artdeco-stepper-item.artdeco-complete .artdeco-stepper-item-status-node {
border-color: #0084bf;
background-color: #0084bf
}
.artdeco-stepper-item-status-node-wrapper {
width: 60px;
overflow: hidden
}
artdeco-typeahead,
artdeco-typeahead-result,
artdeco-typeahead-results-list {
display: block
}
@keyframes fade-in {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
@keyframes fade-out {
0% {
opacity: 1
}
100% {
opacity: 0
}
}
html {
font-size: 62.5%
}
:root,
body,
html {
margin: 0;
padding: 0;
background-color: #f5f5f5;
box-sizing: border-box
}
*,
::after,
::before {
box-sizing: inherit
}
a[href],
button {
touch-action: manipulation
}
button {
background: 0 0;
border: none;
padding: 0;
cursor: pointer
}
.application-outlet {
position: relative;
z-index: 1
}
.application-outlet.no-scroll {
width: 100%;
height: 100%
}
.authentication-outlet {
margin-top: 44px
}
.authentication-outlet.launchpad-cp-enabled,
.authentication-outlet.nav-hidden {
margin-top: 0
}
.authentication-iframe {
height: 100vh;
width: 100%
}
.error-container {
text-align: center;
margin: 0 32px;
min-height: 100vh;
padding-top: 44px
}
.error-illustration {
height: 230px;
width: 230px;
background-image: url(/sc/h/2u19h7o00wxpup7f9a6su9xzl);
margin: 0 auto
}
.error-headline {
font-size: 2.4rem;
line-height: 1.33333;
font-weight: 400;
color: rgba(0, 0, 0, .9)
}
.error-description {
margin-top: 16px;
font-size: 1.6rem;
line-height: 1.75;
font-weight: 400;
color: rgba(0, 0, 0, .75)
}
.error-action {
margin-top: 24px;
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
font-size: 1.6rem;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0 16px;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px transparent, inset 0 0 0 1px transparent
}
@media only screen and (-ms-high-contrast:active) {
.error-action {
border: 1px solid currentColor;
line-height: 30px
}
}
#app-boot-bg .wvmp-v2-profile-viewer-ghost-card:nth-child(-n+3),
#app-boot-bg .wvmp-v2-profile-views-cards-mobile,
.loading-bg .wvmp-v2-profile-viewer-ghost-card:nth-child(-n+3),
.loading-bg .wvmp-v2-profile-views-cards-mobile {
border-bottom: 1px solid rgba(0, 0, 0, .15)
}
html.edge .error-action:focus,
html.ie .error-action:focus {
outline: #7f7f7f dashed 1px
}
.error-action li-icon {
top: 2px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.error-action li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .error-action,
.ie .error-action {
border-radius: 0
}
.error-action:hover:not(:disabled)[data-is-animating-click=true],
.error-action:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px transparent, inset 0 0 0 1px rgba(0, 0, 0, .9)
}
.error-action.focus,
.error-action.hover-not-disabled,
.error-action:focus,
.error-action:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px rgba(0, 0, 0, .75), inset 0 0 0 1px transparent
}
.error-action.active-not-disabled,
.error-action:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.error-action.disabled,
.error-action:disabled {
color: rgba(0, 0, 0, .25);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .25);
cursor: not-allowed
}
@keyframes loadingSpinner {
0% {
transform: rotate(0)
}
100% {
transform: rotate(360deg)
}
}
.loader,
.loader li-icon {
width: 100%;
height: 89px
}
.loader.blue {
color: #0084bf
}
.nav-main-container {
opacity: 0;
transform: translateY(-10px)
}
.uwp .nav-main-container {
opacity: 1!important;
transform: none!important;
animation: none!important
}
.nav-main-container.is-loading-nav {
animation: appear 334ms cubic-bezier(0, 0, .2, 1) .15s forwards
}
#app-boot-bg,
#app-boot-bg-loader {
background: #f5f5f5;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -10
}
.render-mode-SSR #app-boot-bg,
.render-mode-SSR #app-boot-bg-loader,
.render-mode-SSRPIPE #app-boot-bg,
.render-mode-SSRPIPE #app-boot-bg-loader {
display: none
}
#app-boot-bg-loader .content,
.loading-bg .content {
display: block;
width: 100%
}
#app-boot-bg-loader .initial-load-animation,
.loading-bg .initial-load-animation {
padding-top: 96px;
width: 200px;
margin: 0 auto;
transform: scale(1);
transition: transform .5s ease
}
#app-boot-bg-loader .initial-load-animation.fade-load .linkedin-image,
.loading-bg .initial-load-animation.fade-load .linkedin-image {
transform: translate(0, 10px);
opacity: 0
}
#app-boot-bg-loader .initial-load-animation.fade-load .loading-bar,
.loading-bg .initial-load-animation.fade-load .loading-bar {
transform: rotateY(90deg)
}
#app-boot-bg-loader .initial-load-animation .linkedin-image,
.loading-bg .initial-load-animation .linkedin-image {
height: 48px;
width: 48px;
margin: 0 auto 32px;
transform: translate(0, 0);
opacity: 1;
transition: all .5s ease-out
}
#app-boot-bg-loader .initial-load-animation .loading-bar,
.loading-bg .initial-load-animation .loading-bar {
width: 130px;
height: 2px;
margin: 0 auto;
border-radius: 2px;
background-color: #cfcfcf;
position: relative;
overflow: hidden;
z-index: 1;
transform: rotateY(0);
transition: transform .3s ease-in
}
#app-boot-bg-loader .initial-load-animation .loading-bar .blue-bar,
.loading-bg .initial-load-animation .loading-bar .blue-bar {
height: 100%;
width: 68px;
position: absolute;
transform: translate(-34px, 0);
background-color: #0073b1;
border-radius: 2px;
animation: initial-loading 1.5s infinite ease
}
#app-boot-bg .l1-core-rail,
#app-boot-bg .l1-left-rail,
#app-boot-bg .l1-right-rail,
#app-boot-bg .l2-core-rail,
#app-boot-bg .l2-right-rail,
.loading-bg .l1-core-rail,
.loading-bg .l1-left-rail,
.loading-bg .l1-right-rail,
.loading-bg .l2-core-rail,
.loading-bg .l2-right-rail {
float: left;
vertical-align: top
}
#app-boot-bg .module,
.loading-bg .module {
background: #FFF
}
#app-boot-bg .circle,
#app-boot-bg .line,
#app-boot-bg .rect,
.loading-bg .circle,
.loading-bg .line,
.loading-bg .rect {
background: #E1E9EE;
animation: pulse .65s infinite alternate
}
#app-boot-bg .line,
.loading-bg .line {
height: 10px;
margin: 10px 0
}
#app-boot-bg .line-wrapper,
.loading-bg .line-wrapper {
display: inline-block;
vertical-align: middle;
margin-left: 10px
}
#app-boot-bg .circle,
.loading-bg .circle {
border-radius: 50%;
display: inline-block;
vertical-align: middle;
width: 56px;
height: 56px
}
#app-boot-bg .rect,
.loading-bg .rect {
border-radius: 4px;
display: inline-block;
vertical-align: middle;
width: 48px;
height: 48px
}
#app-boot-bg .line.white,
#app-boot-bg .rect.white,
.loading-bg .line.white,
.loading-bg .rect.white {
background: #FFF;
animation: none
}
#app-boot-bg .width60,
.loading-bg .width60 {
width: 60px
}
#app-boot-bg .width90,
.loading-bg .width90 {
width: 90px
}
#app-boot-bg .width110,
.loading-bg .width110 {
width: 110px
}
#app-boot-bg .width120,
.loading-bg .width120 {
width: 120px
}
#app-boot-bg .width160,
.loading-bg .width160 {
width: 160px
}
#app-boot-bg .width190,
.loading-bg .width190 {
width: 190px
}
#app-boot-bg .width220,
.loading-bg .width220 {
width: 220px
}
#app-boot-bg .width250,
.loading-bg .width250 {
width: 250px
}
#app-boot-bg .width270,
.loading-bg .width270 {
width: 270px
}
#app-boot-bg .width300,
.loading-bg .width300 {
width: 300px
}
#app-boot-bg .width340,
.loading-bg .width340 {
width: 340px
}
#app-boot-bg .width470,
.loading-bg .width470 {
width: 470px
}
#app-boot-bg .width500,
.loading-bg .width500 {
width: 500px
}
#app-boot-bg .height8,
.loading-bg .height8 {
height: 8px
}
#app-boot-bg .height10,
.loading-bg .height10 {
height: 10px
}
#app-boot-bg .height15,
.loading-bg .height15 {
height: 15px
}
#app-boot-bg .height20,
.loading-bg .height20 {
height: 20px
}
#app-boot-bg .height32,
.loading-bg .height32 {
height: 32px
}
#app-boot-bg .height40,
.loading-bg .height40 {
height: 40px
}
#app-boot-bg .height49,
.loading-bg .height49 {
height: 49px
}
#app-boot-bg .height50,
.loading-bg .height50 {
height: 50px
}
#app-boot-bg .height70,
.loading-bg .height70 {
height: 70px
}
#app-boot-bg .height90,
.loading-bg .height90 {
height: 90px
}
#app-boot-bg .height100,
.loading-bg .height100 {
height: 100px
}
#app-boot-bg .height110,
.loading-bg .height110 {
height: 110px
}
#app-boot-bg .height200,
.loading-bg .height200 {
height: 200px
}
#app-boot-bg .height250,
.loading-bg .height250 {
height: 250px
}
#app-boot-bg .height300,
.loading-bg .height300 {
height: 300px
}
#app-boot-bg .height610,
.loading-bg .height610 {
height: 610px
}
#app-boot-bg .padding-12-20,
.loading-bg .padding-12-20 {
padding: 12px 20px
}
#app-boot-bg .padding-20,
.loading-bg .padding-20 {
padding: 20px
}
#app-boot-bg .delay140,
#app-boot-bg .delay200,
#app-boot-bg .delay260,
#app-boot-bg .delay320,
#app-boot-bg .delay380,
.loading-bg .delay140,
.loading-bg .delay200,
.loading-bg .delay260,
.loading-bg .delay320,
.loading-bg .delay380 {
opacity: 0;
transform: translateY(-10px);
animation: fade-slide-in 334ms cubic-bezier(0, 0, .2, 1) forwards
}
#app-boot-bg .delay140,
.loading-bg .delay140 {
animation-delay: 140ms
}
#app-boot-bg .delay200,
.loading-bg .delay200 {
animation-delay: .2s
}
#app-boot-bg .delay260,
.loading-bg .delay260 {
animation-delay: 260ms
}
#app-boot-bg .delay320,
.loading-bg .delay320 {
animation-delay: 320ms
}
#app-boot-bg .delay380,
.loading-bg .delay380 {
animation-delay: 380ms
}
#app-boot-bg .feed-profile,
.loading-bg .feed-profile {
border-top: 80px solid #D3DCE2;
height: 330px;
background: #FFF;
border-radius: 4px;
box-sizing: border-box;
text-align: center
}
#app-boot-bg .feed-profile .line,
.loading-bg .feed-profile .line {
margin: 10px auto;
animation: pulse .65s infinite alternate
}
#app-boot-bg .feed-circle,
.loading-bg .feed-circle {
margin-top: -35px;
width: 70px;
height: 70px;
animation: none
}
#app-boot-bg .post-feed,
.loading-bg .post-feed {
margin-bottom: 12px;
padding: 16px 16px 42px;
border-radius: 4px
}
#app-boot-bg .share-box-loading,
.loading-bg .share-box-loading {
margin-bottom: 15px;
padding: 25px 16px
}
#app-boot-bg .me-left-line-1,
.loading-bg .me-left-line-1 {
margin: auto auto 10px;
width: 100px
}
#app-boot-bg .me-left-line-2,
.loading-bg .me-left-line-2 {
margin: 20px auto 10px;
width: 120px
}
#app-boot-bg .prof-views-left-rail,
.loading-bg .prof-views-left-rail {
margin-right: 0;
width: 296px
}
#app-boot-bg .prof-views-core-rail,
.loading-bg .prof-views-core-rail {
width: 492px
}
#app-boot-bg .wvmp-v2-profile-views-core-rail.l1-core-rail,
.loading-bg .wvmp-v2-profile-views-core-rail.l1-core-rail {
width: 792px;
margin-top: 10px
}
#app-boot-bg .wvmp-v2-profile-views-core-rail.l1-core-rail .line,
.loading-bg .wvmp-v2-profile-views-core-rail.l1-core-rail .line {
margin: 0 auto
}
#app-boot-bg .wvmp-v2-profile-views-cards,
.loading-bg .wvmp-v2-profile-views-cards {
flex-wrap: wrap;
box-sizing: border-box
}
#app-boot-bg .wvmp-v2-profile-viewer-ghost-card:nth-child(3n-1),
#app-boot-bg .wvmp-v2-profile-viewer-ghost-card:nth-child(3n-2),
.loading-bg .wvmp-v2-profile-viewer-ghost-card:nth-child(3n-1),
.loading-bg .wvmp-v2-profile-viewer-ghost-card:nth-child(3n-2) {
border-right: 1px solid rgba(0, 0, 0, .15)
}
#app-boot-bg .wvmp-v2-profile-viewer-ghost-card,
.loading-bg .wvmp-v2-profile-viewer-ghost-card {
width: 33.3%
}
#app-boot-bg .wvmp-v2-profile-viewer-ghost-card-mobile,
.loading-bg .wvmp-v2-profile-viewer-ghost-card-mobile {
width: 50%;
border-top: 1px solid rgba(0, 0, 0, .15)
}
#app-boot-bg .wvmp-v2-profile-viewer-ghost-card-mobile:nth-child(2n),
.loading-bg .wvmp-v2-profile-viewer-ghost-card-mobile:nth-child(2n) {
border-left: 1px solid rgba(0, 0, 0, .15)
}
#app-boot-bg .msg-sidebar,
.loading-bg .msg-sidebar {
width: 334px;
display: inline-block;
vertical-align: top;
margin-right: -1px
}
#app-boot-bg .msg-sidebar-top,
.loading-bg .msg-sidebar-top {
height: 50px;
padding: 12px 20px;
box-sizing: border-box;
margin-bottom: 2px
}
#app-boot-bg .msg-content,
.loading-bg .msg-content {
width: 453px;
display: inline-block;
vertical-align: top
}
#app-boot-bg .msg-content-top,
.loading-bg .msg-content-top {
height: 50px;
padding: 0 15px;
box-sizing: border-box;
margin-bottom: 2px
}
#app-boot-bg .msg-circle,
.loading-bg .msg-circle {
width: 35px;
height: 35px;
margin-right: 10px
}
#app-boot-bg .my-float-right,
.loading-bg .my-float-right {
float: right;
margin-top: 15px
}
#app-boot-bg .my-rect,
.loading-bg .my-rect {
width: 70px;
height: 30px
}
#app-boot-bg .my-weird-module,
.loading-bg .my-weird-module {
text-align: center;
padding: 22px 0
}
#app-boot-bg .my-weird-module .line,
.loading-bg .my-weird-module .line {
display: inline-block;
margin: 5px 0
}
#app-boot-bg .prof-wallpaper-container::before,
.loading-bg .prof-wallpaper-container::before {
content: '';
display: block;
top: 0;
left: 0;
width: 100%;
height: 198px;
z-index: -1;
background: #e9e9e9
}
#app-boot-logo:after,
.card-1x2>ul li:last-child:after,
.card-3x2>figure:before,
.card-3x2>ul li:last-child:after,
.card>ul li:last-child:after {
content: ""
}
.button-primary-medium,
.button-primary-medium-inverse,
.button-primary-medium-round,
.button-primary-small,
.button-primary-small-inverse,
.button-primary-small-muted,
.button-primary-small-muted-round,
.button-primary-small-round,
.cta-primary,
.entity .top-card .follow {
font-weight: 600;
font-family: inherit;
overflow: hidden;
text-align: center;
text-decoration: none;
z-index: 0
}
#app-boot-bg .prof-wrapper,
.loading-bg .prof-wrapper {
margin-top: 0
}
#app-boot-bg .prof-wrapper .member-top-card,
.loading-bg .prof-wrapper .member-top-card {
background: #fff;
margin: 0 0 16px;
padding: 24px;
text-align: center
}
#app-boot-bg .prof-wrapper .member-top-card .line,
.loading-bg .prof-wrapper .member-top-card .line {
display: inline-block;
margin: 4px 0
}
#app-boot-bg .prof-wrapper .loading-profile-image,
.loading-bg .prof-wrapper .loading-profile-image {
border-radius: 50%;
border: 4px solid #fff;
display: block;
margin: -92px auto 0;
box-shadow: inset 0 1.5px 3px 0 rgba(0, 0, 0, .15), 0 1.5px 3px 0 rgba(0, 0, 0, .15);
box-sizing: content-box
}
#app-boot-bg .prof-circle,
.loading-bg .prof-circle {
width: 150px;
height: 150px;
margin-top: -75px;
margin-bottom: 30px
}
#app-boot-bg .prof-summary,
.loading-bg .prof-summary {
text-align: center;
padding-bottom: 40px;
margin: 0 0 16px
}
#app-boot-bg .prof-summary .line,
.loading-bg .prof-summary .line {
display: inline-block;
margin: 4px 0
}
#app-boot-bg .prof-non-rect,
.loading-bg .prof-non-rect {
width: 120px;
height: 40px
}
#app-boot-bg .prof-non-post,
.loading-bg .prof-non-post {
display: inline-block;
width: 350px;
padding: 10px 5px
}
#app-boot-bg .search-rect,
.loading-bg .search-rect {
width: 80px;
height: 40px;
margin-right: 10px
}
#app-boot-bg .jobs-top-module,
.loading-bg .jobs-top-module {
height: 52px
}
#app-boot-bg .jobs-top-left,
.loading-bg .jobs-top-left {
float: left;
margin-right: 60px
}
#app-boot-bg .jobs-rect-small,
.loading-bg .jobs-rect-small {
width: 30px;
height: 30px
}
#app-boot-bg .jobs-line,
.loading-bg .jobs-line {
width: 90px;
margin-top: 20px;
margin-left: 20px;
float: right
}
#app-boot-bg .jobs-bottom-post,
.loading-bg .jobs-bottom-post {
display: inline-block;
margin: 20px 20px 40px
}
#app-boot-bg .jobs-rect-large,
.loading-bg .jobs-rect-large {
width: 65px;
height: 65px;
margin-bottom: 12px
}
#app-boot-logo-spacer {
height: 15%
}
#app-boot-logo {
margin: auto;
width: 30%
}
#app-boot-logo svg {
width: auto;
height: auto
}
#app-boot-logo:after {
display: block;
padding-bottom: 100%
}
.boot-complete #app-boot-logo,
.boot-complete .app-boot-bg-skeleton,
.skeleton-load-complete {
display: none
}
@keyframes pulse {
0% {
opacity: .5
}
100% {
opacity: 1
}
}
@keyframes appear {
0% {
opacity: 0;
transform: translateY(-10px)
}
100% {
opacity: 1;
transform: translateY(0)
}
}
@keyframes fade-slide-in {
from {
opacity: 0;
transform: translateY(-10px)
}
to {
opacity: 1;
transform: translateY(0)
}
}
@keyframes initial-loading {
0%,
100% {
transform: translate(-34px, 0)
}
50% {
transform: translate(96px, 0)
}
}
.authentication-outlet>div,
.transitioning {
transition: opacity .2s
}
.button-primary-small {
background-color: #0073b1;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 1.4rem;
height: 24px;
line-height: 24px;
outline-width: 2px;
padding: 0 16px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.button-primary-small {
border: 1px solid currentColor;
line-height: 22px
}
}
html.edge .button-primary-small:focus,
html.ie .button-primary-small:focus {
outline: #7f7f7f dashed 1px
}
.button-primary-small li-icon {
top: 1px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.button-primary-small li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-primary-small,
.ie .button-primary-small {
border-radius: 0
}
.button-primary-small.focus,
.button-primary-small.hover-not-disabled,
.button-primary-small:focus,
.button-primary-small:hover:not(:disabled):not(.disabled) {
background-color: #006097;
color: #fff
}
.button-primary-small.active-not-disabled,
.button-primary-small:active:not(:disabled):not(.disabled) {
background-color: #004b7c;
color: #fff
}
.button-primary-small.disabled,
.button-primary-small:disabled {
color: rgba(255, 255, 255, .45);
background-color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-primary-small-inverse {
background-color: #fff;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: rgba(0, 0, 0, .9);
cursor: pointer;
display: inline-block;
font-size: 1.4rem;
height: 24px;
line-height: 24px;
outline-width: 2px;
padding: 0 16px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.button-primary-small-inverse {
border: 1px solid currentColor;
line-height: 22px
}
}
html.edge .button-primary-small-inverse:focus,
html.ie .button-primary-small-inverse:focus {
outline: #7f7f7f dashed 1px
}
.button-primary-small-inverse li-icon {
top: 1px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.button-primary-small-inverse li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-primary-small-inverse,
.ie .button-primary-small-inverse {
border-radius: 0
}
.button-primary-small-inverse.active-not-disabled,
.button-primary-small-inverse.focus,
.button-primary-small-inverse.hover-not-disabled,
.button-primary-small-inverse:active:not(:disabled):not(.disabled),
.button-primary-small-inverse:focus,
.button-primary-small-inverse:hover:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .85);
color: rgba(0, 0, 0, .9)
}
.button-primary-small-inverse.disabled,
.button-primary-small-inverse:disabled {
color: rgba(0, 0, 0, .25);
background-color: rgba(255, 255, 255, .35);
cursor: not-allowed
}
.button-primary-small-round {
background-color: #0073b1;
border: 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 0;
height: 24px;
line-height: 24px;
outline-width: 2px;
padding: 0;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
border-radius: 12px;
text-indent: -999px;
width: 24px
}
@media only screen and (-ms-high-contrast:active) {
.button-primary-small-round {
border: 1px solid currentColor;
line-height: 22px
}
}
html.edge .button-primary-small-round:focus,
html.ie .button-primary-small-round:focus {
outline: #7f7f7f dashed 1px
}
.button-primary-small-round li-icon {
top: calc(50% + 4px);
box-sizing: content-box;
height: 16px;
left: calc(50% + 4px);
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 16px
}
.button-primary-small-round li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-primary-small-round,
.ie .button-primary-small-round {
border-radius: 24px
}
.button-primary-small-round:before {
transition-duration: .5s
}
.button-primary-small-round.focus,
.button-primary-small-round.hover-not-disabled,
.button-primary-small-round:focus,
.button-primary-small-round:hover:not(:disabled):not(.disabled) {
background-color: #006097;
color: #fff
}
.button-primary-small-round.active-not-disabled,
.button-primary-small-round:active:not(:disabled):not(.disabled) {
background-color: #004b7c;
color: #fff
}
.button-primary-small-round.disabled,
.button-primary-small-round:disabled {
color: rgba(255, 255, 255, .45);
background-color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-primary-small-muted {
background-color: rgba(0, 0, 0, .6);
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 1.4rem;
height: 24px;
line-height: 24px;
outline-width: 2px;
padding: 0 16px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.button-primary-small-muted {
border: 1px solid currentColor;
line-height: 22px
}
}
html.edge .button-primary-small-muted:focus,
html.ie .button-primary-small-muted:focus {
outline: #7f7f7f dashed 1px
}
.button-primary-small-muted li-icon {
top: 1px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.button-primary-small-muted li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-primary-small-muted,
.ie .button-primary-small-muted {
border-radius: 0
}
.button-primary-small-muted.focus,
.button-primary-small-muted.hover-not-disabled,
.button-primary-small-muted:focus,
.button-primary-small-muted:hover:not(:disabled):not(.disabled) {
background-color: rgba(0, 0, 0, .75);
color: #fff
}
.button-primary-small-muted.active-not-disabled,
.button-primary-small-muted:active:not(:disabled):not(.disabled) {
background-color: rgba(0, 0, 0, .6);
color: #fff
}
.button-primary-small-muted.disabled,
.button-primary-small-muted:disabled {
color: rgba(255, 255, 255, .45);
background-color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.button-primary-small-muted-round {
background-color: rgba(0, 0, 0, .6);
border: 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 0;
height: 24px;
line-height: 24px;
outline-width: 2px;
padding: 0;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
border-radius: 12px;
text-indent: -999px;
width: 24px
}
@media only screen and (-ms-high-contrast:active) {
.button-primary-small-muted-round {
border: 1px solid currentColor;
line-height: 22px
}
}
html.edge .button-primary-small-muted-round:focus,
html.ie .button-primary-small-muted-round:focus {
outline: #7f7f7f dashed 1px
}
.button-primary-small-muted-round li-icon {
top: calc(50% + 4px);
box-sizing: content-box;
height: 16px;
left: calc(50% + 4px);
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 16px
}
.button-primary-small-muted-round li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-primary-small-muted-round,
.ie .button-primary-small-muted-round {
border-radius: 24px
}
.button-primary-small-muted-round:before {
transition-duration: .5s
}
.button-primary-small-muted-round.focus,
.button-primary-small-muted-round.hover-not-disabled,
.button-primary-small-muted-round:focus,
.button-primary-small-muted-round:hover:not(:disabled):not(.disabled) {
background-color: rgba(0, 0, 0, .75);
color: #fff
}
.button-primary-small-muted-round.active-not-disabled,
.button-primary-small-muted-round:active:not(:disabled):not(.disabled) {
background-color: rgba(0, 0, 0, .6);
color: #fff
}
.button-primary-small-muted-round.disabled,
.button-primary-small-muted-round:disabled {
color: rgba(255, 255, 255, .45);
background-color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.button-primary-medium,
.cta-primary,
.entity .top-card .follow {
background-color: #0073b1;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 1.6rem;
height: 32px;
line-height: 32px;
outline-width: 2px;
padding: 0 16px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.button-primary-medium,
.cta-primary,
.entity .top-card .follow {
border: 1px solid currentColor;
line-height: 30px
}
}
.entity .top-card html.edge .follow:focus,
.entity .top-card html.ie .follow:focus,
html.edge .button-primary-medium:focus,
html.edge .cta-primary:focus,
html.edge .entity .top-card .follow:focus,
html.ie .button-primary-medium:focus,
html.ie .cta-primary:focus,
html.ie .entity .top-card .follow:focus {
outline: #7f7f7f dashed 1px
}
.button-primary-medium li-icon,
.cta-primary li-icon,
.entity .top-card .follow li-icon {
top: 2px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.button-primary-medium li-icon>svg,
.cta-primary li-icon>svg,
.entity .top-card .follow li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-primary-medium,
.edge .cta-primary,
.edge .entity .top-card .follow,
.entity .top-card .edge .follow,
.entity .top-card .ie .follow,
.ie .button-primary-medium,
.ie .cta-primary,
.ie .entity .top-card .follow {
border-radius: 0
}
.button-primary-medium.focus,
.button-primary-medium.hover-not-disabled,
.button-primary-medium:focus,
.button-primary-medium:hover:not(:disabled):not(.disabled),
.cta-primary:focus,
.cta-primary:hover:not(:disabled):not(.disabled),
.entity .top-card .focus.follow,
.entity .top-card .follow:focus,
.entity .top-card .follow:hover:not(:disabled):not(.disabled),
.entity .top-card .hover-not-disabled.follow,
.focus.cta-primary,
.hover-not-disabled.cta-primary {
background-color: #006097;
color: #fff
}
.active-not-disabled.cta-primary,
.button-primary-medium.active-not-disabled,
.button-primary-medium:active:not(:disabled):not(.disabled),
.cta-primary:active:not(:disabled):not(.disabled),
.entity .top-card .active-not-disabled.follow,
.entity .top-card .follow:active:not(:disabled):not(.disabled) {
background-color: #004b7c;
color: #fff
}
.button-primary-medium.disabled,
.button-primary-medium:disabled,
.cta-primary:disabled,
.disabled.cta-primary,
.entity .top-card .disabled.follow,
.entity .top-card .follow:disabled {
color: rgba(255, 255, 255, .45);
background-color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-primary-medium-round {
background-color: #0073b1;
border: 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 0;
height: 32px;
line-height: 32px;
outline-width: 2px;
padding: 0;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
border-radius: 16px;
text-indent: -999px;
width: 32px
}
@media only screen and (-ms-high-contrast:active) {
.button-primary-medium-round {
border: 1px solid currentColor;
line-height: 30px
}
}
html.edge .button-primary-medium-round:focus,
html.ie .button-primary-medium-round:focus {
outline: #7f7f7f dashed 1px
}
.button-primary-medium-round li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
.button-primary-medium-round li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-primary-medium-round,
.ie .button-primary-medium-round {
border-radius: 32px
}
.button-primary-medium-round:before {
transition-duration: .5s
}
.button-primary-medium-round.focus,
.button-primary-medium-round.hover-not-disabled,
.button-primary-medium-round:focus,
.button-primary-medium-round:hover:not(:disabled):not(.disabled) {
background-color: #006097;
color: #fff
}
.button-primary-medium-round.active-not-disabled,
.button-primary-medium-round:active:not(:disabled):not(.disabled) {
background-color: #004b7c;
color: #fff
}
.button-primary-medium-round.disabled,
.button-primary-medium-round:disabled {
color: rgba(255, 255, 255, .45);
background-color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-primary-medium-inverse {
background-color: #fff;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: rgba(0, 0, 0, .9);
cursor: pointer;
display: inline-block;
font-size: 1.6rem;
height: 32px;
line-height: 32px;
outline-width: 2px;
padding: 0 16px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.button-primary-medium-inverse {
border: 1px solid currentColor;
line-height: 30px
}
}
html.edge .button-primary-medium-inverse:focus,
html.ie .button-primary-medium-inverse:focus {
outline: #7f7f7f dashed 1px
}
.button-primary-medium-inverse li-icon {
top: 2px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.button-primary-medium-inverse li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-primary-medium-inverse,
.ie .button-primary-medium-inverse {
border-radius: 0
}
.button-primary-medium-inverse.active-not-disabled,
.button-primary-medium-inverse.focus,
.button-primary-medium-inverse.hover-not-disabled,
.button-primary-medium-inverse:active:not(:disabled):not(.disabled),
.button-primary-medium-inverse:focus,
.button-primary-medium-inverse:hover:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .85);
color: rgba(0, 0, 0, .9)
}
.button-primary-medium-inverse.disabled,
.button-primary-medium-inverse:disabled {
color: rgba(0, 0, 0, .25);
background-color: rgba(255, 255, 255, .35);
cursor: not-allowed
}
.button-primary-medium-round-inverse {
background-color: #fff;
border: 0;
box-sizing: border-box;
color: rgba(0, 0, 0, .9);
cursor: pointer;
display: inline-block;
font-size: 0;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
border-radius: 16px;
text-indent: -999px;
width: 32px
}
.button-primary-large,
.button-primary-large-inverse {
font-size: 1.6rem;
font-weight: 600;
font-family: inherit;
overflow: hidden;
text-align: center;
text-decoration: none;
z-index: 0
}
@media only screen and (-ms-high-contrast:active) {
.button-primary-medium-round-inverse {
border: 1px solid currentColor;
line-height: 30px
}
}
html.edge .button-primary-medium-round-inverse:focus,
html.ie .button-primary-medium-round-inverse:focus {
outline: #7f7f7f dashed 1px
}
.button-primary-medium-round-inverse li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
.button-primary-medium-round-inverse li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-primary-medium-round-inverse,
.ie .button-primary-medium-round-inverse {
border-radius: 32px
}
.button-primary-medium-round-inverse:before {
transition-duration: .5s
}
.button-primary-medium-round-inverse.active-not-disabled,
.button-primary-medium-round-inverse.focus,
.button-primary-medium-round-inverse.hover-not-disabled,
.button-primary-medium-round-inverse:active:not(:disabled):not(.disabled),
.button-primary-medium-round-inverse:focus,
.button-primary-medium-round-inverse:hover:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .85);
color: rgba(0, 0, 0, .9)
}
.button-primary-medium-round-inverse.disabled,
.button-primary-medium-round-inverse:disabled {
color: rgba(0, 0, 0, .25);
background-color: rgba(255, 255, 255, .35);
cursor: not-allowed
}
.button-primary-large {
background-color: #0073b1;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
height: 40px;
line-height: 40px;
outline-width: 2px;
padding: 0 24px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.button-primary-large {
border: 1px solid currentColor;
line-height: 38px
}
}
html.edge .button-primary-large:focus,
html.ie .button-primary-large:focus {
outline: #7f7f7f dashed 1px
}
.button-primary-large li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.button-primary-large li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-primary-large,
.ie .button-primary-large {
border-radius: 0
}
.button-primary-large.focus,
.button-primary-large.hover-not-disabled,
.button-primary-large:focus,
.button-primary-large:hover:not(:disabled):not(.disabled) {
background-color: #006097;
color: #fff
}
.button-primary-large.active-not-disabled,
.button-primary-large:active:not(:disabled):not(.disabled) {
background-color: #004b7c;
color: #fff
}
.button-primary-large.disabled,
.button-primary-large:disabled {
color: rgba(255, 255, 255, .45);
background-color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-primary-large-inverse {
background-color: #fff;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: rgba(0, 0, 0, .9);
cursor: pointer;
display: inline-block;
height: 40px;
line-height: 40px;
outline-width: 2px;
padding: 0 24px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.button-primary-large-inverse {
border: 1px solid currentColor;
line-height: 38px
}
}
html.edge .button-primary-large-inverse:focus,
html.ie .button-primary-large-inverse:focus {
outline: #7f7f7f dashed 1px
}
.button-primary-large-inverse li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.button-primary-large-inverse li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-primary-large-inverse,
.ie .button-primary-large-inverse {
border-radius: 0
}
.button-primary-large-inverse.active-not-disabled,
.button-primary-large-inverse.focus,
.button-primary-large-inverse.hover-not-disabled,
.button-primary-large-inverse:active:not(:disabled):not(.disabled),
.button-primary-large-inverse:focus,
.button-primary-large-inverse:hover:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .85);
color: rgba(0, 0, 0, .9)
}
.button-primary-large-inverse.disabled,
.button-primary-large-inverse:disabled {
color: rgba(0, 0, 0, .25);
background-color: rgba(255, 255, 255, .35);
cursor: not-allowed
}
.button-primary-large-round {
background-color: #0073b1;
border: 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 0;
font-weight: 600;
font-family: inherit;
height: 40px;
line-height: 40px;
overflow: hidden;
outline-width: 2px;
padding: 0;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
border-radius: 20px;
text-indent: -999px;
width: 40px
}
.button-primary-x-large,
.button-primary-x-large-inverse {
font-size: 2rem;
font-weight: 600;
font-family: inherit;
overflow: hidden;
text-align: center;
text-decoration: none;
z-index: 0
}
@media only screen and (-ms-high-contrast:active) {
.button-primary-large-round {
border: 1px solid currentColor;
line-height: 38px
}
}
html.edge .button-primary-large-round:focus,
html.ie .button-primary-large-round:focus {
outline: #7f7f7f dashed 1px
}
.button-primary-large-round li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
.button-primary-large-round li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-primary-large-round,
.ie .button-primary-large-round {
border-radius: 40px
}
.button-primary-large-round:before {
transition-duration: .5s
}
.button-primary-large-round.focus,
.button-primary-large-round.hover-not-disabled,
.button-primary-large-round:focus,
.button-primary-large-round:hover:not(:disabled):not(.disabled) {
background-color: #006097;
color: #fff
}
.button-primary-large-round.active-not-disabled,
.button-primary-large-round:active:not(:disabled):not(.disabled) {
background-color: #004b7c;
color: #fff
}
.button-primary-large-round.disabled,
.button-primary-large-round:disabled {
color: rgba(255, 255, 255, .45);
background-color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-primary-x-large {
background-color: #0073b1;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
height: 48px;
line-height: 48px;
outline-width: 2px;
padding: 0 32px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.button-primary-x-large {
border: 1px solid currentColor;
line-height: 46px
}
}
html.edge .button-primary-x-large:focus,
html.ie .button-primary-x-large:focus {
outline: #7f7f7f dashed 1px
}
.button-primary-x-large li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.button-primary-x-large li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-primary-x-large,
.ie .button-primary-x-large {
border-radius: 0
}
.button-primary-x-large.focus,
.button-primary-x-large.hover-not-disabled,
.button-primary-x-large:focus,
.button-primary-x-large:hover:not(:disabled):not(.disabled) {
background-color: #006097;
color: #fff
}
.button-primary-x-large.active-not-disabled,
.button-primary-x-large:active:not(:disabled):not(.disabled) {
background-color: #004b7c;
color: #fff
}
.button-primary-x-large.disabled,
.button-primary-x-large:disabled {
color: rgba(255, 255, 255, .45);
background-color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-primary-x-large-inverse {
background-color: #fff;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: rgba(0, 0, 0, .9);
cursor: pointer;
display: inline-block;
height: 48px;
line-height: 48px;
outline-width: 2px;
padding: 0 32px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.button-primary-x-large-inverse {
border: 1px solid currentColor;
line-height: 46px
}
}
html.edge .button-primary-x-large-inverse:focus,
html.ie .button-primary-x-large-inverse:focus {
outline: #7f7f7f dashed 1px
}
.button-primary-x-large-inverse li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.button-primary-x-large-inverse li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-primary-x-large-inverse,
.ie .button-primary-x-large-inverse {
border-radius: 0
}
.button-primary-x-large-inverse.active-not-disabled,
.button-primary-x-large-inverse.focus,
.button-primary-x-large-inverse.hover-not-disabled,
.button-primary-x-large-inverse:active:not(:disabled):not(.disabled),
.button-primary-x-large-inverse:focus,
.button-primary-x-large-inverse:hover:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .85);
color: rgba(0, 0, 0, .9)
}
.button-primary-x-large-inverse.disabled,
.button-primary-x-large-inverse:disabled {
color: rgba(0, 0, 0, .25);
background-color: rgba(255, 255, 255, .35);
cursor: not-allowed
}
.button-primary-x-large-round {
background-color: #0073b1;
border: 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 0;
font-weight: 600;
font-family: inherit;
height: 48px;
line-height: 48px;
overflow: hidden;
outline-width: 2px;
padding: 0;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
border-radius: 24px;
text-indent: -999px;
width: 48px
}
@media only screen and (-ms-high-contrast:active) {
.button-primary-x-large-round {
border: 1px solid currentColor;
line-height: 46px
}
}
html.edge .button-primary-x-large-round:focus,
html.ie .button-primary-x-large-round:focus {
outline: #7f7f7f dashed 1px
}
.button-primary-x-large-round li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
.button-primary-x-large-round li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-primary-x-large-round,
.ie .button-primary-x-large-round {
border-radius: 48px
}
.button-primary-x-large-round:before {
transition-duration: .5s
}
.button-primary-x-large-round.focus,
.button-primary-x-large-round.hover-not-disabled,
.button-primary-x-large-round:focus,
.button-primary-x-large-round:hover:not(:disabled):not(.disabled) {
background-color: #006097;
color: #fff
}
.button-primary-x-large-round.active-not-disabled,
.button-primary-x-large-round:active:not(:disabled):not(.disabled) {
background-color: #004b7c;
color: #fff
}
.button-primary-x-large-round.disabled,
.button-primary-x-large-round:disabled {
color: rgba(255, 255, 255, .45);
background-color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-secondary-small-inverse-round {
background-color: transparent;
border: 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 0;
font-weight: 600;
font-family: inherit;
height: 24px;
line-height: 24px;
overflow: hidden;
outline-width: 2px;
padding: 0;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px transparent, inset 0 0 0 1px transparent;
border-radius: 12px;
text-indent: -999px;
width: 24px
}
.button-secondary-small,
.button-secondary-small-inverse,
.button-secondary-small-muted {
font-size: 1.4rem;
font-weight: 600;
font-family: inherit;
overflow: hidden;
text-align: center;
text-decoration: none;
z-index: 0
}
@media only screen and (-ms-high-contrast:active) {
.button-secondary-small-inverse-round {
border: 1px solid currentColor;
line-height: 22px
}
}
html.edge .button-secondary-small-inverse-round:focus,
html.ie .button-secondary-small-inverse-round:focus {
outline: #7f7f7f dashed 1px
}
.button-secondary-small-inverse-round li-icon {
top: calc(50% + 4px);
box-sizing: content-box;
height: 16px;
left: calc(50% + 4px);
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 16px
}
.button-secondary-small-inverse-round li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-secondary-small-inverse-round,
.ie .button-secondary-small-inverse-round {
border-radius: 24px
}
.button-secondary-small-inverse-round:hover:not(:disabled)[data-is-animating-click=true],
.button-secondary-small-inverse-round:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px transparent, inset 0 0 0 1px #fff
}
.button-secondary-small-inverse-round:before {
transition-duration: .5s
}
.button-secondary-small-inverse-round.focus,
.button-secondary-small-inverse-round.hover-not-disabled,
.button-secondary-small-inverse-round:focus,
.button-secondary-small-inverse-round:hover:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px #fff, inset 0 0 0 1px transparent
}
.button-secondary-small-inverse-round.active-not-disabled,
.button-secondary-small-inverse-round:active:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff
}
.button-secondary-small-inverse-round.disabled,
.button-secondary-small-inverse-round:disabled {
color: rgba(255, 255, 255, .35);
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35);
cursor: not-allowed
}
.button-secondary-small-inverse {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
height: 24px;
line-height: 24px;
outline-width: 2px;
padding: 0 16px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px transparent, inset 0 0 0 1px transparent
}
@media only screen and (-ms-high-contrast:active) {
.button-secondary-small-inverse {
border: 1px solid currentColor;
line-height: 22px
}
}
html.edge .button-secondary-small-inverse:focus,
html.ie .button-secondary-small-inverse:focus {
outline: #7f7f7f dashed 1px
}
.button-secondary-small-inverse li-icon {
top: 1px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.button-secondary-small-inverse li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-secondary-small-inverse,
.ie .button-secondary-small-inverse {
border-radius: 0
}
.button-secondary-small-inverse:hover:not(:disabled)[data-is-animating-click=true],
.button-secondary-small-inverse:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px transparent, inset 0 0 0 1px #fff
}
.button-secondary-small-inverse.focus,
.button-secondary-small-inverse.hover-not-disabled,
.button-secondary-small-inverse:focus,
.button-secondary-small-inverse:hover:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px #fff, inset 0 0 0 1px transparent
}
.button-secondary-small-inverse.active-not-disabled,
.button-secondary-small-inverse:active:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff
}
.button-secondary-small-inverse.disabled,
.button-secondary-small-inverse:disabled {
color: rgba(255, 255, 255, .35);
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35);
cursor: not-allowed
}
.button-secondary-small {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #0073b1;
cursor: pointer;
display: inline-block;
height: 24px;
line-height: 24px;
outline-width: 2px;
padding: 0 16px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px transparent, inset 0 0 0 1px transparent
}
@media only screen and (-ms-high-contrast:active) {
.button-secondary-small {
border: 1px solid currentColor;
line-height: 22px
}
}
html.edge .button-secondary-small:focus,
html.ie .button-secondary-small:focus {
outline: #7f7f7f dashed 1px
}
.button-secondary-small li-icon {
top: 1px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.button-secondary-small li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-secondary-small,
.ie .button-secondary-small {
border-radius: 0
}
.button-secondary-small:hover:not(:disabled)[data-is-animating-click=true],
.button-secondary-small:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px transparent, inset 0 0 0 1px #004b7c
}
.button-secondary-small.focus,
.button-secondary-small.hover-not-disabled,
.button-secondary-small:focus,
.button-secondary-small:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097;
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px #006097, inset 0 0 0 1px transparent
}
.button-secondary-small.active-not-disabled,
.button-secondary-small:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.button-secondary-small.disabled,
.button-secondary-small:disabled {
color: rgba(0, 115, 177, .35);
box-shadow: inset 0 0 0 1px rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-secondary-small-muted {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
height: 24px;
line-height: 24px;
outline-width: 2px;
padding: 0 16px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px transparent, inset 0 0 0 1px transparent
}
@media only screen and (-ms-high-contrast:active) {
.button-secondary-small-muted {
border: 1px solid currentColor;
line-height: 22px
}
}
html.edge .button-secondary-small-muted:focus,
html.ie .button-secondary-small-muted:focus {
outline: #7f7f7f dashed 1px
}
.button-secondary-small-muted li-icon {
top: 1px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.button-secondary-small-muted li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-secondary-small-muted,
.ie .button-secondary-small-muted {
border-radius: 0
}
.button-secondary-small-muted:hover:not(:disabled)[data-is-animating-click=true],
.button-secondary-small-muted:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px transparent, inset 0 0 0 1px rgba(0, 0, 0, .9)
}
.button-secondary-small-muted.focus,
.button-secondary-small-muted.hover-not-disabled,
.button-secondary-small-muted:focus,
.button-secondary-small-muted:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px rgba(0, 0, 0, .75), inset 0 0 0 1px transparent
}
.button-secondary-small-muted.active-not-disabled,
.button-secondary-small-muted:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.button-secondary-small-muted.disabled,
.button-secondary-small-muted:disabled {
color: rgba(0, 0, 0, .25);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .25);
cursor: not-allowed
}
.button-secondary-small-round {
background-color: transparent;
border: 0;
box-sizing: border-box;
color: #0073b1;
cursor: pointer;
display: inline-block;
font-size: 0;
font-weight: 600;
font-family: inherit;
height: 24px;
line-height: 24px;
overflow: hidden;
outline-width: 2px;
padding: 0;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px transparent, inset 0 0 0 1px transparent;
border-radius: 12px;
text-indent: -999px;
width: 24px
}
@media only screen and (-ms-high-contrast:active) {
.button-secondary-small-round {
border: 1px solid currentColor;
line-height: 22px
}
}
html.edge .button-secondary-small-round:focus,
html.ie .button-secondary-small-round:focus {
outline: #7f7f7f dashed 1px
}
.button-secondary-small-round li-icon {
top: calc(50% + 4px);
box-sizing: content-box;
height: 16px;
left: calc(50% + 4px);
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 16px
}
.button-secondary-small-round li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-secondary-small-round,
.ie .button-secondary-small-round {
border-radius: 24px
}
.button-secondary-small-round:hover:not(:disabled)[data-is-animating-click=true],
.button-secondary-small-round:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px transparent, inset 0 0 0 1px #004b7c
}
.button-secondary-small-round:before {
transition-duration: .5s
}
.button-secondary-small-round.focus,
.button-secondary-small-round.hover-not-disabled,
.button-secondary-small-round:focus,
.button-secondary-small-round:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097;
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px #006097, inset 0 0 0 1px transparent
}
.button-secondary-small-round.active-not-disabled,
.button-secondary-small-round:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.button-secondary-small-round.disabled,
.button-secondary-small-round:disabled {
color: rgba(0, 115, 177, .35);
box-shadow: inset 0 0 0 1px rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-secondary-medium,
.cta-secondary,
.entity .top-card .cta-wrap .secondary-cta,
.entity .top-card .follow.is-following {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #0073b1;
cursor: pointer;
display: inline-block;
font-size: 1.6rem;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0 16px;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px transparent, inset 0 0 0 1px transparent
}
@media only screen and (-ms-high-contrast:active) {
.button-secondary-medium,
.cta-secondary,
.entity .top-card .cta-wrap .secondary-cta,
.entity .top-card .follow.is-following {
border: 1px solid currentColor;
line-height: 30px
}
}
.entity .top-card .cta-wrap html.edge .secondary-cta:focus,
.entity .top-card .cta-wrap html.ie .secondary-cta:focus,
.entity .top-card html.edge .follow.is-following:focus,
.entity .top-card html.ie .follow.is-following:focus,
html.edge .button-secondary-medium:focus,
html.edge .cta-secondary:focus,
html.edge .entity .top-card .cta-wrap .secondary-cta:focus,
html.edge .entity .top-card .follow.is-following:focus,
html.ie .button-secondary-medium:focus,
html.ie .cta-secondary:focus,
html.ie .entity .top-card .cta-wrap .secondary-cta:focus,
html.ie .entity .top-card .follow.is-following:focus {
outline: #7f7f7f dashed 1px
}
.button-secondary-medium li-icon,
.cta-secondary li-icon,
.entity .top-card .cta-wrap .secondary-cta li-icon,
.entity .top-card .follow.is-following li-icon {
top: 2px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.button-secondary-medium li-icon>svg,
.cta-secondary li-icon>svg,
.entity .top-card .cta-wrap .secondary-cta li-icon>svg,
.entity .top-card .follow.is-following li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-secondary-medium,
.edge .cta-secondary,
.edge .entity .top-card .cta-wrap .secondary-cta,
.edge .entity .top-card .follow.is-following,
.entity .top-card .cta-wrap .edge .secondary-cta,
.entity .top-card .cta-wrap .ie .secondary-cta,
.entity .top-card .edge .follow.is-following,
.entity .top-card .ie .follow.is-following,
.ie .button-secondary-medium,
.ie .cta-secondary,
.ie .entity .top-card .cta-wrap .secondary-cta,
.ie .entity .top-card .follow.is-following {
border-radius: 0
}
.button-secondary-medium:hover:not(:disabled)[data-is-animating-click=true],
.button-secondary-medium:not(:disabled)[data-is-animating-click=true],
.cta-secondary:hover:not(:disabled)[data-is-animating-click=true],
.cta-secondary:not(:disabled)[data-is-animating-click=true],
.entity .top-card .cta-wrap .secondary-cta:hover:not(:disabled)[data-is-animating-click=true],
.entity .top-card .cta-wrap .secondary-cta:not(:disabled)[data-is-animating-click=true],
.entity .top-card .follow.is-following:hover:not(:disabled)[data-is-animating-click=true],
.entity .top-card .follow.is-following:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px transparent, inset 0 0 0 1px #004b7c
}
.button-secondary-medium.focus,
.button-secondary-medium.hover-not-disabled,
.button-secondary-medium:focus,
.button-secondary-medium:hover:not(:disabled):not(.disabled),
.cta-secondary:focus,
.cta-secondary:hover:not(:disabled):not(.disabled),
.entity .top-card .cta-wrap .focus.secondary-cta,
.entity .top-card .cta-wrap .hover-not-disabled.secondary-cta,
.entity .top-card .cta-wrap .secondary-cta:focus,
.entity .top-card .cta-wrap .secondary-cta:hover:not(:disabled):not(.disabled),
.entity .top-card .focus.follow.is-following,
.entity .top-card .follow.is-following:focus,
.entity .top-card .follow.is-following:hover:not(:disabled):not(.disabled),
.entity .top-card .hover-not-disabled.follow.is-following,
.focus.cta-secondary,
.hover-not-disabled.cta-secondary {
background-color: rgba(152, 216, 244, .25);
color: #006097;
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px #006097, inset 0 0 0 1px transparent
}
.active-not-disabled.cta-secondary,
.button-secondary-medium.active-not-disabled,
.button-secondary-medium:active:not(:disabled):not(.disabled),
.cta-secondary:active:not(:disabled):not(.disabled),
.entity .top-card .active-not-disabled.follow.is-following,
.entity .top-card .cta-wrap .active-not-disabled.secondary-cta,
.entity .top-card .cta-wrap .secondary-cta:active:not(:disabled):not(.disabled),
.entity .top-card .follow.is-following:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.button-secondary-medium.disabled,
.button-secondary-medium:disabled,
.cta-secondary:disabled,
.disabled.cta-secondary,
.entity .top-card .cta-wrap .disabled.secondary-cta,
.entity .top-card .cta-wrap .secondary-cta:disabled,
.entity .top-card .disabled.follow.is-following,
.entity .top-card .follow.is-following:disabled {
color: rgba(0, 115, 177, .35);
box-shadow: inset 0 0 0 1px rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-secondary-medium-inverse {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 1.6rem;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0 16px;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px transparent, inset 0 0 0 1px transparent
}
@media only screen and (-ms-high-contrast:active) {
.button-secondary-medium-inverse {
border: 1px solid currentColor;
line-height: 30px
}
}
html.edge .button-secondary-medium-inverse:focus,
html.ie .button-secondary-medium-inverse:focus {
outline: #7f7f7f dashed 1px
}
.button-secondary-medium-inverse li-icon {
top: 2px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.button-secondary-medium-inverse li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-secondary-medium-inverse,
.ie .button-secondary-medium-inverse {
border-radius: 0
}
.button-secondary-medium-inverse:hover:not(:disabled)[data-is-animating-click=true],
.button-secondary-medium-inverse:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px transparent, inset 0 0 0 1px #fff
}
.button-secondary-medium-inverse.focus,
.button-secondary-medium-inverse.hover-not-disabled,
.button-secondary-medium-inverse:focus,
.button-secondary-medium-inverse:hover:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px #fff, inset 0 0 0 1px transparent
}
.button-secondary-medium-inverse.active-not-disabled,
.button-secondary-medium-inverse:active:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff
}
.button-secondary-medium-inverse.disabled,
.button-secondary-medium-inverse:disabled {
color: rgba(255, 255, 255, .35);
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35);
cursor: not-allowed
}
.button-secondary-medium-inverse-round {
background-color: transparent;
border: 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 0;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px transparent, inset 0 0 0 1px transparent;
border-radius: 16px;
text-indent: -999px;
width: 32px
}
@media only screen and (-ms-high-contrast:active) {
.button-secondary-medium-inverse-round {
border: 1px solid currentColor;
line-height: 30px
}
}
html.edge .button-secondary-medium-inverse-round:focus,
html.ie .button-secondary-medium-inverse-round:focus {
outline: #7f7f7f dashed 1px
}
.button-secondary-medium-inverse-round li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
.button-secondary-medium-inverse-round li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-secondary-medium-inverse-round,
.ie .button-secondary-medium-inverse-round {
border-radius: 32px
}
.button-secondary-medium-inverse-round:hover:not(:disabled)[data-is-animating-click=true],
.button-secondary-medium-inverse-round:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px transparent, inset 0 0 0 1px #fff
}
.button-secondary-medium-inverse-round:before {
transition-duration: .5s
}
.button-secondary-medium-inverse-round.focus,
.button-secondary-medium-inverse-round.hover-not-disabled,
.button-secondary-medium-inverse-round:focus,
.button-secondary-medium-inverse-round:hover:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px #fff, inset 0 0 0 1px transparent
}
.button-secondary-medium-inverse-round.active-not-disabled,
.button-secondary-medium-inverse-round:active:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff
}
.button-secondary-medium-inverse-round.disabled,
.button-secondary-medium-inverse-round:disabled {
color: rgba(255, 255, 255, .35);
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35);
cursor: not-allowed
}
.button-secondary-medium-muted {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
font-size: 1.6rem;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0 16px;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px transparent, inset 0 0 0 1px transparent
}
@media only screen and (-ms-high-contrast:active) {
.button-secondary-medium-muted {
border: 1px solid currentColor;
line-height: 30px
}
}
html.edge .button-secondary-medium-muted:focus,
html.ie .button-secondary-medium-muted:focus {
outline: #7f7f7f dashed 1px
}
.button-secondary-medium-muted li-icon {
top: 2px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.button-secondary-medium-muted li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-secondary-medium-muted,
.ie .button-secondary-medium-muted {
border-radius: 0
}
.button-secondary-medium-muted:hover:not(:disabled)[data-is-animating-click=true],
.button-secondary-medium-muted:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px transparent, inset 0 0 0 1px rgba(0, 0, 0, .9)
}
.button-secondary-medium-muted.focus,
.button-secondary-medium-muted.hover-not-disabled,
.button-secondary-medium-muted:focus,
.button-secondary-medium-muted:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px rgba(0, 0, 0, .75), inset 0 0 0 1px transparent
}
.button-secondary-medium-muted.active-not-disabled,
.button-secondary-medium-muted:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.button-secondary-medium-muted.disabled,
.button-secondary-medium-muted:disabled {
color: rgba(0, 0, 0, .25);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .25);
cursor: not-allowed
}
.button-secondary-medium-round {
background-color: transparent;
border: 0;
box-sizing: border-box;
color: #0073b1;
cursor: pointer;
display: inline-block;
font-size: 0;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px transparent, inset 0 0 0 1px transparent;
border-radius: 16px;
text-indent: -999px;
width: 32px
}
@media only screen and (-ms-high-contrast:active) {
.button-secondary-medium-round {
border: 1px solid currentColor;
line-height: 30px
}
}
html.edge .button-secondary-medium-round:focus,
html.ie .button-secondary-medium-round:focus {
outline: #7f7f7f dashed 1px
}
.button-secondary-medium-round li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
.button-secondary-medium-round li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-secondary-medium-round,
.ie .button-secondary-medium-round {
border-radius: 32px
}
.button-secondary-medium-round:hover:not(:disabled)[data-is-animating-click=true],
.button-secondary-medium-round:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px transparent, inset 0 0 0 1px #004b7c
}
.button-secondary-medium-round:before {
transition-duration: .5s
}
.button-secondary-medium-round.focus,
.button-secondary-medium-round.hover-not-disabled,
.button-secondary-medium-round:focus,
.button-secondary-medium-round:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097;
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px #006097, inset 0 0 0 1px transparent
}
.button-secondary-medium-round.active-not-disabled,
.button-secondary-medium-round:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.button-secondary-medium-round.disabled,
.button-secondary-medium-round:disabled {
color: rgba(0, 115, 177, .35);
box-shadow: inset 0 0 0 1px rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-secondary-medium-round-muted {
background-color: transparent;
border: 0;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
font-size: 0;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px transparent, inset 0 0 0 1px transparent;
border-radius: 16px;
text-indent: -999px;
width: 32px
}
.button-secondary-large,
.button-secondary-large-inverse,
.button-secondary-large-muted {
font-size: 1.6rem;
font-weight: 600;
font-family: inherit;
overflow: hidden;
text-align: center;
text-decoration: none;
z-index: 0
}
@media only screen and (-ms-high-contrast:active) {
.button-secondary-medium-round-muted {
border: 1px solid currentColor;
line-height: 30px
}
}
html.edge .button-secondary-medium-round-muted:focus,
html.ie .button-secondary-medium-round-muted:focus {
outline: #7f7f7f dashed 1px
}
.button-secondary-medium-round-muted li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
.button-secondary-medium-round-muted li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-secondary-medium-round-muted,
.ie .button-secondary-medium-round-muted {
border-radius: 32px
}
.button-secondary-medium-round-muted:hover:not(:disabled)[data-is-animating-click=true],
.button-secondary-medium-round-muted:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px transparent, inset 0 0 0 1px rgba(0, 0, 0, .9)
}
.button-secondary-medium-round-muted:before {
transition-duration: .5s
}
.button-secondary-medium-round-muted.focus,
.button-secondary-medium-round-muted.hover-not-disabled,
.button-secondary-medium-round-muted:focus,
.button-secondary-medium-round-muted:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px rgba(0, 0, 0, .75), inset 0 0 0 1px transparent
}
.button-secondary-medium-round-muted.active-not-disabled,
.button-secondary-medium-round-muted:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.button-secondary-medium-round-muted.disabled,
.button-secondary-medium-round-muted:disabled {
color: rgba(0, 0, 0, .25);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .25);
cursor: not-allowed
}
.button-secondary-large {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #0073b1;
cursor: pointer;
display: inline-block;
height: 40px;
line-height: 40px;
outline-width: 2px;
padding: 0 24px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px transparent, inset 0 0 0 1px transparent
}
@media only screen and (-ms-high-contrast:active) {
.button-secondary-large {
border: 1px solid currentColor;
line-height: 38px
}
}
html.edge .button-secondary-large:focus,
html.ie .button-secondary-large:focus {
outline: #7f7f7f dashed 1px
}
.button-secondary-large li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.button-secondary-large li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-secondary-large,
.ie .button-secondary-large {
border-radius: 0
}
.button-secondary-large:hover:not(:disabled)[data-is-animating-click=true],
.button-secondary-large:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px transparent, inset 0 0 0 1px #004b7c
}
.button-secondary-large.focus,
.button-secondary-large.hover-not-disabled,
.button-secondary-large:focus,
.button-secondary-large:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097;
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px #006097, inset 0 0 0 1px transparent
}
.button-secondary-large.active-not-disabled,
.button-secondary-large:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.button-secondary-large.disabled,
.button-secondary-large:disabled {
color: rgba(0, 115, 177, .35);
box-shadow: inset 0 0 0 1px rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-secondary-large-inverse {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
height: 40px;
line-height: 40px;
outline-width: 2px;
padding: 0 24px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px transparent, inset 0 0 0 1px transparent
}
@media only screen and (-ms-high-contrast:active) {
.button-secondary-large-inverse {
border: 1px solid currentColor;
line-height: 38px
}
}
html.edge .button-secondary-large-inverse:focus,
html.ie .button-secondary-large-inverse:focus {
outline: #7f7f7f dashed 1px
}
.button-secondary-large-inverse li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.button-secondary-large-inverse li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-secondary-large-inverse,
.ie .button-secondary-large-inverse {
border-radius: 0
}
.button-secondary-large-inverse:hover:not(:disabled)[data-is-animating-click=true],
.button-secondary-large-inverse:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px transparent, inset 0 0 0 1px #fff
}
.button-secondary-large-inverse.focus,
.button-secondary-large-inverse.hover-not-disabled,
.button-secondary-large-inverse:focus,
.button-secondary-large-inverse:hover:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px #fff, inset 0 0 0 1px transparent
}
.button-secondary-large-inverse.active-not-disabled,
.button-secondary-large-inverse:active:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff
}
.button-secondary-large-inverse.disabled,
.button-secondary-large-inverse:disabled {
color: rgba(255, 255, 255, .35);
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35);
cursor: not-allowed
}
.button-secondary-large-muted {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
height: 40px;
line-height: 40px;
outline-width: 2px;
padding: 0 24px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px transparent, inset 0 0 0 1px transparent
}
@media only screen and (-ms-high-contrast:active) {
.button-secondary-large-muted {
border: 1px solid currentColor;
line-height: 38px
}
}
html.edge .button-secondary-large-muted:focus,
html.ie .button-secondary-large-muted:focus {
outline: #7f7f7f dashed 1px
}
.button-secondary-large-muted li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.button-secondary-large-muted li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-secondary-large-muted,
.ie .button-secondary-large-muted {
border-radius: 0
}
.button-secondary-large-muted:hover:not(:disabled)[data-is-animating-click=true],
.button-secondary-large-muted:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px transparent, inset 0 0 0 1px rgba(0, 0, 0, .9)
}
.button-secondary-large-muted.focus,
.button-secondary-large-muted.hover-not-disabled,
.button-secondary-large-muted:focus,
.button-secondary-large-muted:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px rgba(0, 0, 0, .75), inset 0 0 0 1px transparent
}
.button-secondary-large-muted.active-not-disabled,
.button-secondary-large-muted:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.button-secondary-large-muted.disabled,
.button-secondary-large-muted:disabled {
color: rgba(0, 0, 0, .25);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .25);
cursor: not-allowed
}
.button-secondary-large-round {
background-color: transparent;
border: 0;
box-sizing: border-box;
color: #0073b1;
cursor: pointer;
display: inline-block;
font-size: 0;
font-weight: 600;
font-family: inherit;
height: 40px;
line-height: 40px;
overflow: hidden;
outline-width: 2px;
padding: 0;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px transparent, inset 0 0 0 1px transparent;
border-radius: 20px;
text-indent: -999px;
width: 40px
}
@media only screen and (-ms-high-contrast:active) {
.button-secondary-large-round {
border: 1px solid currentColor;
line-height: 38px
}
}
html.edge .button-secondary-large-round:focus,
html.ie .button-secondary-large-round:focus {
outline: #7f7f7f dashed 1px
}
.button-secondary-large-round li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
.button-secondary-large-round li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-secondary-large-round,
.ie .button-secondary-large-round {
border-radius: 40px
}
.button-secondary-large-round:hover:not(:disabled)[data-is-animating-click=true],
.button-secondary-large-round:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px transparent, inset 0 0 0 1px #004b7c
}
.button-secondary-large-round:before {
transition-duration: .5s
}
.button-secondary-large-round.focus,
.button-secondary-large-round.hover-not-disabled,
.button-secondary-large-round:focus,
.button-secondary-large-round:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097;
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px #006097, inset 0 0 0 1px transparent
}
.button-secondary-large-round.active-not-disabled,
.button-secondary-large-round:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.button-secondary-large-round.disabled,
.button-secondary-large-round:disabled {
color: rgba(0, 115, 177, .35);
box-shadow: inset 0 0 0 1px rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-secondary-large-round-muted {
background-color: transparent;
border: 0;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
font-size: 0;
font-weight: 600;
font-family: inherit;
height: 40px;
line-height: 40px;
overflow: hidden;
outline-width: 2px;
padding: 0;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px transparent, inset 0 0 0 1px transparent;
border-radius: 20px;
text-indent: -999px;
width: 40px
}
@media only screen and (-ms-high-contrast:active) {
.button-secondary-large-round-muted {
border: 1px solid currentColor;
line-height: 38px
}
}
html.edge .button-secondary-large-round-muted:focus,
html.ie .button-secondary-large-round-muted:focus {
outline: #7f7f7f dashed 1px
}
.button-secondary-large-round-muted li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
.button-secondary-large-round-muted li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-secondary-large-round-muted,
.ie .button-secondary-large-round-muted {
border-radius: 40px
}
.button-secondary-large-round-muted:hover:not(:disabled)[data-is-animating-click=true],
.button-secondary-large-round-muted:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px transparent, inset 0 0 0 1px rgba(0, 0, 0, .9)
}
.button-secondary-large-round-muted:before {
transition-duration: .5s
}
.button-secondary-large-round-muted.focus,
.button-secondary-large-round-muted.hover-not-disabled,
.button-secondary-large-round-muted:focus,
.button-secondary-large-round-muted:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px rgba(0, 0, 0, .75), inset 0 0 0 1px transparent
}
.button-secondary-large-round-muted.active-not-disabled,
.button-secondary-large-round-muted:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.button-secondary-large-round-muted.disabled,
.button-secondary-large-round-muted:disabled {
color: rgba(0, 0, 0, .25);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .25);
cursor: not-allowed
}
.button-secondary-x-large-inverse {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 2rem;
font-weight: 600;
font-family: inherit;
height: 48px;
line-height: 48px;
overflow: hidden;
outline-width: 2px;
padding: 0 32px;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px transparent, inset 0 0 0 1px transparent
}
@media only screen and (-ms-high-contrast:active) {
.button-secondary-x-large-inverse {
border: 1px solid currentColor;
line-height: 46px
}
}
.button-tertiary-small,
.button-tertiary-small-inverse,
.button-tertiary-small-muted,
.button-tertiary-small-round,
.button-tertiary-small-round-inverse,
.button-tertiary-small-round-muted {
line-height: 24px;
font-weight: 600;
font-family: inherit;
overflow: hidden;
text-align: center;
text-decoration: none;
z-index: 0
}
html.edge .button-secondary-x-large-inverse:focus,
html.ie .button-secondary-x-large-inverse:focus {
outline: #7f7f7f dashed 1px
}
.button-secondary-x-large-inverse li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.button-tertiary-small li-icon,
.button-tertiary-small-inverse li-icon,
.button-tertiary-small-muted li-icon {
top: 1px;
left: 0;
margin: -12px 0 0 -6px;
width: 16px;
position: relative
}
.button-secondary-x-large-inverse li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-secondary-x-large-inverse,
.ie .button-secondary-x-large-inverse {
border-radius: 0
}
.button-secondary-x-large-inverse:hover:not(:disabled)[data-is-animating-click=true],
.button-secondary-x-large-inverse:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px transparent, inset 0 0 0 1px #fff
}
.button-secondary-x-large-inverse.focus,
.button-secondary-x-large-inverse.hover-not-disabled,
.button-secondary-x-large-inverse:focus,
.button-secondary-x-large-inverse:hover:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px #fff, inset 0 0 0 1px transparent
}
.button-secondary-x-large-inverse.active-not-disabled,
.button-secondary-x-large-inverse:active:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff
}
.button-secondary-x-large-inverse.disabled,
.button-secondary-x-large-inverse:disabled {
color: rgba(255, 255, 255, .35);
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35);
cursor: not-allowed
}
.button-tertiary-small {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #0073b1;
cursor: pointer;
display: inline-block;
font-size: 1.4rem;
height: 24px;
outline-width: 2px;
padding: 0 8px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-small {
border: 1px solid currentColor;
border-width: 0;
line-height: 24px
}
}
html.edge .button-tertiary-small:focus,
html.ie .button-tertiary-small:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-small li-icon {
box-sizing: content-box;
height: 16px;
padding: 0 6px 0 0
}
.button-tertiary-small li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-tertiary-small,
.ie .button-tertiary-small {
border-radius: 0
}
.button-tertiary-small.focus,
.button-tertiary-small.hover-not-disabled,
.button-tertiary-small:focus,
.button-tertiary-small:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097
}
.button-tertiary-small.active-not-disabled,
.button-tertiary-small:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.button-tertiary-small.disabled,
.button-tertiary-small:disabled {
color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-tertiary-small-inverse {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 1.4rem;
height: 24px;
outline-width: 2px;
padding: 0 8px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-small-inverse {
border: 1px solid currentColor;
border-width: 0;
line-height: 24px
}
}
html.edge .button-tertiary-small-inverse:focus,
html.ie .button-tertiary-small-inverse:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-small-inverse li-icon {
box-sizing: content-box;
height: 16px;
padding: 0 6px 0 0
}
.button-tertiary-small-inverse li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-tertiary-small-inverse,
.ie .button-tertiary-small-inverse {
border-radius: 0
}
.button-tertiary-small-inverse.active-not-disabled,
.button-tertiary-small-inverse.focus,
.button-tertiary-small-inverse.hover-not-disabled,
.button-tertiary-small-inverse:active:not(:disabled):not(.disabled),
.button-tertiary-small-inverse:focus,
.button-tertiary-small-inverse:hover:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff
}
.button-tertiary-small-inverse.disabled,
.button-tertiary-small-inverse:disabled {
color: rgba(255, 255, 255, .35);
cursor: not-allowed
}
.button-tertiary-small-muted {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
font-size: 1.4rem;
height: 24px;
outline-width: 2px;
padding: 0 8px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-small-muted {
border: 1px solid currentColor;
border-width: 0;
line-height: 24px
}
}
html.edge .button-tertiary-small-muted:focus,
html.ie .button-tertiary-small-muted:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-small-muted li-icon {
box-sizing: content-box;
height: 16px;
padding: 0 6px 0 0
}
.button-tertiary-small-round li-icon,
.button-tertiary-small-round-inverse li-icon,
.button-tertiary-small-round-muted li-icon {
top: calc(50% + 4px);
left: calc(50% + 4px);
margin: -12px 0 0 -12px
}
.button-tertiary-small-muted li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-tertiary-small-muted,
.ie .button-tertiary-small-muted {
border-radius: 0
}
.button-tertiary-small-muted.focus,
.button-tertiary-small-muted.hover-not-disabled,
.button-tertiary-small-muted:focus,
.button-tertiary-small-muted:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
.button-tertiary-small-muted.active-not-disabled,
.button-tertiary-small-muted:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.button-tertiary-small-muted.disabled,
.button-tertiary-small-muted:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.button-tertiary-small-round {
background-color: transparent;
border: 0;
box-sizing: border-box;
color: #0073b1;
cursor: pointer;
display: inline-block;
font-size: 0;
height: 24px;
outline-width: 2px;
padding: 0;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
border-radius: 12px;
text-indent: -999px;
width: 24px
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-small-round {
border: 1px solid currentColor;
border-width: 0;
line-height: 24px
}
}
html.edge .button-tertiary-small-round:focus,
html.ie .button-tertiary-small-round:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-small-round li-icon {
box-sizing: content-box;
height: 16px;
padding: 0;
position: absolute;
width: 16px
}
.button-tertiary-small-round li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-tertiary-small-round,
.ie .button-tertiary-small-round {
border-radius: 24px
}
.button-tertiary-small-round:before {
transition-duration: .5s
}
.button-tertiary-small-round.focus,
.button-tertiary-small-round.hover-not-disabled,
.button-tertiary-small-round:focus,
.button-tertiary-small-round:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097
}
.button-tertiary-small-round.active-not-disabled,
.button-tertiary-small-round:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.button-tertiary-small-round.disabled,
.button-tertiary-small-round:disabled {
color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-tertiary-small-round-muted {
background-color: transparent;
border: 0;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
font-size: 0;
height: 24px;
outline-width: 2px;
padding: 0;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
border-radius: 12px;
text-indent: -999px;
width: 24px
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-small-round-muted {
border: 1px solid currentColor;
border-width: 0;
line-height: 24px
}
}
html.edge .button-tertiary-small-round-muted:focus,
html.ie .button-tertiary-small-round-muted:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-small-round-muted li-icon {
box-sizing: content-box;
height: 16px;
padding: 0;
position: absolute;
width: 16px
}
.button-tertiary-small-round-muted li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-tertiary-small-round-muted,
.ie .button-tertiary-small-round-muted {
border-radius: 24px
}
.button-tertiary-small-round-muted:before {
transition-duration: .5s
}
.button-tertiary-small-round-muted.focus,
.button-tertiary-small-round-muted.hover-not-disabled,
.button-tertiary-small-round-muted:focus,
.button-tertiary-small-round-muted:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
.button-tertiary-small-round-muted.active-not-disabled,
.button-tertiary-small-round-muted:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.button-tertiary-small-round-muted.disabled,
.button-tertiary-small-round-muted:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.button-tertiary-small-round-inverse {
background-color: transparent;
border: 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 0;
height: 24px;
outline-width: 2px;
padding: 0;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
border-radius: 12px;
text-indent: -999px;
width: 24px
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-small-round-inverse {
border: 1px solid currentColor;
border-width: 0;
line-height: 24px
}
}
html.edge .button-tertiary-small-round-inverse:focus,
html.ie .button-tertiary-small-round-inverse:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-small-round-inverse li-icon {
box-sizing: content-box;
height: 16px;
padding: 0;
position: absolute;
width: 16px
}
.button-tertiary-small-round-inverse li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-tertiary-small-round-inverse,
.ie .button-tertiary-small-round-inverse {
border-radius: 24px
}
.button-tertiary-small-round-inverse:before {
transition-duration: .5s
}
.button-tertiary-small-round-inverse.active-not-disabled,
.button-tertiary-small-round-inverse.focus,
.button-tertiary-small-round-inverse.hover-not-disabled,
.button-tertiary-small-round-inverse:active:not(:disabled):not(.disabled),
.button-tertiary-small-round-inverse:focus,
.button-tertiary-small-round-inverse:hover:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff
}
.button-tertiary-small-round-inverse.disabled,
.button-tertiary-small-round-inverse:disabled {
color: rgba(255, 255, 255, .35);
cursor: not-allowed
}
.button-tertiary-medium {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #0073b1;
cursor: pointer;
display: inline-block;
font-size: 1.6rem;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0 8px;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-medium {
border: 1px solid currentColor;
border-width: 0;
line-height: 32px
}
}
html.edge .button-tertiary-medium:focus,
html.ie .button-tertiary-medium:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-medium li-icon {
top: 2px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.button-tertiary-medium li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-tertiary-medium,
.ie .button-tertiary-medium {
border-radius: 0
}
.button-tertiary-medium.focus,
.button-tertiary-medium.hover-not-disabled,
.button-tertiary-medium:focus,
.button-tertiary-medium:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097
}
.button-tertiary-medium.active-not-disabled,
.button-tertiary-medium:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.button-tertiary-medium.disabled,
.button-tertiary-medium:disabled {
color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-tertiary-medium-muted {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
font-size: 1.6rem;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0 8px;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0
}
.button-tertiary-medium-round,
.button-tertiary-medium-round-inverse,
.button-tertiary-medium-round-muted {
font-size: 0;
font-weight: 600;
font-family: inherit;
line-height: 32px;
overflow: hidden;
text-align: center;
text-decoration: none;
z-index: 0;
text-indent: -999px
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-medium-muted {
border: 1px solid currentColor;
border-width: 0;
line-height: 32px
}
}
html.edge .button-tertiary-medium-muted:focus,
html.ie .button-tertiary-medium-muted:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-medium-muted li-icon {
top: 2px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.button-tertiary-medium-muted li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-tertiary-medium-muted,
.ie .button-tertiary-medium-muted {
border-radius: 0
}
.button-tertiary-medium-muted.focus,
.button-tertiary-medium-muted.hover-not-disabled,
.button-tertiary-medium-muted:focus,
.button-tertiary-medium-muted:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
.button-tertiary-medium-muted.active-not-disabled,
.button-tertiary-medium-muted:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.button-tertiary-medium-muted.disabled,
.button-tertiary-medium-muted:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.button-tertiary-medium-round {
background-color: transparent;
border: 0;
box-sizing: border-box;
color: #0073b1;
cursor: pointer;
display: inline-block;
height: 32px;
outline-width: 2px;
padding: 0;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
border-radius: 16px;
width: 32px
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-medium-round {
border: 1px solid currentColor;
border-width: 0;
line-height: 32px
}
}
html.edge .button-tertiary-medium-round:focus,
html.ie .button-tertiary-medium-round:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-medium-round li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
.button-tertiary-medium-round li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-tertiary-medium-round,
.ie .button-tertiary-medium-round {
border-radius: 32px
}
.button-tertiary-medium-round:before {
transition-duration: .5s
}
.button-tertiary-medium-round.focus,
.button-tertiary-medium-round.hover-not-disabled,
.button-tertiary-medium-round:focus,
.button-tertiary-medium-round:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097
}
.button-tertiary-medium-round.active-not-disabled,
.button-tertiary-medium-round:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.button-tertiary-medium-round.disabled,
.button-tertiary-medium-round:disabled {
color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-tertiary-medium-inverse {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 1.6rem;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0 16px;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-medium-inverse {
border: 1px solid currentColor;
border-width: 0;
line-height: 32px
}
}
html.edge .button-tertiary-medium-inverse:focus,
html.ie .button-tertiary-medium-inverse:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-medium-inverse li-icon {
top: 2px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.button-tertiary-medium-inverse li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-tertiary-medium-inverse,
.ie .button-tertiary-medium-inverse {
border-radius: 0
}
.button-tertiary-medium-inverse.active-not-disabled,
.button-tertiary-medium-inverse.focus,
.button-tertiary-medium-inverse.hover-not-disabled,
.button-tertiary-medium-inverse:active:not(:disabled):not(.disabled),
.button-tertiary-medium-inverse:focus,
.button-tertiary-medium-inverse:hover:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff
}
.button-tertiary-medium-inverse.disabled,
.button-tertiary-medium-inverse:disabled {
color: rgba(255, 255, 255, .35);
cursor: not-allowed
}
.button-tertiary-medium-round-muted {
background-color: transparent;
border: 0;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
height: 32px;
outline-width: 2px;
padding: 0;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
border-radius: 16px;
width: 32px
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-medium-round-muted {
border: 1px solid currentColor;
border-width: 0;
line-height: 32px
}
}
html.edge .button-tertiary-medium-round-muted:focus,
html.ie .button-tertiary-medium-round-muted:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-medium-round-muted li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
.button-tertiary-medium-round-muted li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-tertiary-medium-round-muted,
.ie .button-tertiary-medium-round-muted {
border-radius: 32px
}
.button-tertiary-medium-round-muted:before {
transition-duration: .5s
}
.button-tertiary-medium-round-muted.focus,
.button-tertiary-medium-round-muted.hover-not-disabled,
.button-tertiary-medium-round-muted:focus,
.button-tertiary-medium-round-muted:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
.button-tertiary-medium-round-muted.active-not-disabled,
.button-tertiary-medium-round-muted:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.button-tertiary-medium-round-muted.disabled,
.button-tertiary-medium-round-muted:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.button-tertiary-medium-round-inverse {
background-color: transparent;
border: 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
height: 32px;
outline-width: 2px;
padding: 0;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
border-radius: 16px;
width: 32px
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-medium-round-inverse {
border: 1px solid currentColor;
border-width: 0;
line-height: 32px
}
}
.button-tertiary-large,
.button-tertiary-large-inverse,
.button-tertiary-large-muted,
.button-tertiary-large-round-inverse {
font-weight: 600;
font-family: inherit;
line-height: 40px;
overflow: hidden;
text-align: center;
text-decoration: none;
z-index: 0
}
html.edge .button-tertiary-medium-round-inverse:focus,
html.ie .button-tertiary-medium-round-inverse:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-medium-round-inverse li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
.button-tertiary-medium-round-inverse li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-tertiary-medium-round-inverse,
.ie .button-tertiary-medium-round-inverse {
border-radius: 32px
}
.button-tertiary-medium-round-inverse:before {
transition-duration: .5s
}
.button-tertiary-medium-round-inverse.active-not-disabled,
.button-tertiary-medium-round-inverse.focus,
.button-tertiary-medium-round-inverse.hover-not-disabled,
.button-tertiary-medium-round-inverse:active:not(:disabled):not(.disabled),
.button-tertiary-medium-round-inverse:focus,
.button-tertiary-medium-round-inverse:hover:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff
}
.button-tertiary-medium-round-inverse.disabled,
.button-tertiary-medium-round-inverse:disabled {
color: rgba(255, 255, 255, .35);
cursor: not-allowed
}
.button-tertiary-large {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #0073b1;
cursor: pointer;
display: inline-block;
font-size: 1.6rem;
height: 40px;
outline-width: 2px;
padding: 0 12px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-large {
border: 1px solid currentColor;
border-width: 0;
line-height: 40px
}
}
html.edge .button-tertiary-large:focus,
html.ie .button-tertiary-large:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-large li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.button-tertiary-large li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-tertiary-large,
.ie .button-tertiary-large {
border-radius: 0
}
.button-tertiary-large.focus,
.button-tertiary-large.hover-not-disabled,
.button-tertiary-large:focus,
.button-tertiary-large:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097
}
.button-tertiary-large.active-not-disabled,
.button-tertiary-large:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.button-tertiary-large.disabled,
.button-tertiary-large:disabled {
color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-tertiary-large-muted {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
font-size: 1.6rem;
height: 40px;
outline-width: 2px;
padding: 0 12px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-large-muted {
border: 1px solid currentColor;
border-width: 0;
line-height: 40px
}
}
html.edge .button-tertiary-large-muted:focus,
html.ie .button-tertiary-large-muted:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-large-muted li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.button-tertiary-large-muted li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-tertiary-large-muted,
.ie .button-tertiary-large-muted {
border-radius: 0
}
.button-tertiary-large-muted.focus,
.button-tertiary-large-muted.hover-not-disabled,
.button-tertiary-large-muted:focus,
.button-tertiary-large-muted:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
.button-tertiary-large-muted.active-not-disabled,
.button-tertiary-large-muted:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.button-tertiary-large-muted.disabled,
.button-tertiary-large-muted:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.button-tertiary-large-inverse {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 1.6rem;
height: 40px;
outline-width: 2px;
padding: 0 12px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-large-inverse {
border: 1px solid currentColor;
border-width: 0;
line-height: 40px
}
}
html.edge .button-tertiary-large-inverse:focus,
html.ie .button-tertiary-large-inverse:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-large-inverse li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.button-tertiary-large-inverse li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-tertiary-large-inverse,
.ie .button-tertiary-large-inverse {
border-radius: 0
}
.button-tertiary-large-inverse.active-not-disabled,
.button-tertiary-large-inverse.focus,
.button-tertiary-large-inverse.hover-not-disabled,
.button-tertiary-large-inverse:active:not(:disabled):not(.disabled),
.button-tertiary-large-inverse:focus,
.button-tertiary-large-inverse:hover:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff
}
.button-tertiary-large-inverse.disabled,
.button-tertiary-large-inverse:disabled {
color: rgba(255, 255, 255, .35);
cursor: not-allowed
}
.button-tertiary-large-round-inverse {
background-color: transparent;
border: 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 0;
height: 40px;
outline-width: 2px;
padding: 0;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
border-radius: 20px;
text-indent: -999px;
width: 40px
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-large-round-inverse {
border: 1px solid currentColor;
border-width: 0;
line-height: 40px
}
}
.button-tertiary-x-large,
.button-tertiary-x-large-inverse,
.button-tertiary-x-large-muted {
font-size: 2rem;
line-height: 48px;
font-weight: 600;
font-family: inherit;
overflow: hidden;
text-align: center;
text-decoration: none;
z-index: 0
}
html.edge .button-tertiary-large-round-inverse:focus,
html.ie .button-tertiary-large-round-inverse:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-large-round-inverse li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
.button-tertiary-large-round-inverse li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-tertiary-large-round-inverse,
.ie .button-tertiary-large-round-inverse {
border-radius: 40px
}
.button-tertiary-large-round-inverse:before {
transition-duration: .5s
}
.button-tertiary-large-round-inverse.active-not-disabled,
.button-tertiary-large-round-inverse.focus,
.button-tertiary-large-round-inverse.hover-not-disabled,
.button-tertiary-large-round-inverse:active:not(:disabled):not(.disabled),
.button-tertiary-large-round-inverse:focus,
.button-tertiary-large-round-inverse:hover:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff
}
.button-tertiary-large-round-inverse.disabled,
.button-tertiary-large-round-inverse:disabled {
color: rgba(255, 255, 255, .35);
cursor: not-allowed
}
.button-tertiary-x-large {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #0073b1;
cursor: pointer;
display: inline-block;
height: 48px;
outline-width: 2px;
padding: 0 16px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-x-large {
border: 1px solid currentColor;
border-width: 0;
line-height: 48px
}
}
html.edge .button-tertiary-x-large:focus,
html.ie .button-tertiary-x-large:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-x-large li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.button-tertiary-x-large li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-tertiary-x-large,
.ie .button-tertiary-x-large {
border-radius: 0
}
.button-tertiary-x-large.focus,
.button-tertiary-x-large.hover-not-disabled,
.button-tertiary-x-large:focus,
.button-tertiary-x-large:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097
}
.button-tertiary-x-large.active-not-disabled,
.button-tertiary-x-large:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.button-tertiary-x-large.disabled,
.button-tertiary-x-large:disabled {
color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-tertiary-x-large-inverse {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
height: 48px;
outline-width: 2px;
padding: 0 16px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-x-large-inverse {
border: 1px solid currentColor;
border-width: 0;
line-height: 48px
}
}
html.edge .button-tertiary-x-large-inverse:focus,
html.ie .button-tertiary-x-large-inverse:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-x-large-inverse li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.button-tertiary-x-large-inverse li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-tertiary-x-large-inverse,
.ie .button-tertiary-x-large-inverse {
border-radius: 0
}
.button-tertiary-x-large-inverse.active-not-disabled,
.button-tertiary-x-large-inverse.focus,
.button-tertiary-x-large-inverse.hover-not-disabled,
.button-tertiary-x-large-inverse:active:not(:disabled):not(.disabled),
.button-tertiary-x-large-inverse:focus,
.button-tertiary-x-large-inverse:hover:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff
}
.button-tertiary-x-large-inverse.disabled,
.button-tertiary-x-large-inverse:disabled {
color: rgba(255, 255, 255, .35);
cursor: not-allowed
}
.button-tertiary-x-large-muted {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
height: 48px;
outline-width: 2px;
padding: 0 16px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-x-large-muted {
border: 1px solid currentColor;
border-width: 0;
line-height: 48px
}
}
html.edge .button-tertiary-x-large-muted:focus,
html.ie .button-tertiary-x-large-muted:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-x-large-muted li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.button-tertiary-x-large-muted li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-tertiary-x-large-muted,
.ie .button-tertiary-x-large-muted {
border-radius: 0
}
.button-tertiary-x-large-muted.focus,
.button-tertiary-x-large-muted.hover-not-disabled,
.button-tertiary-x-large-muted:focus,
.button-tertiary-x-large-muted:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
.button-tertiary-x-large-muted.active-not-disabled,
.button-tertiary-x-large-muted:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.button-tertiary-x-large-muted.disabled,
.button-tertiary-x-large-muted:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.button-premium-medium,
.premium-btn {
background-color: #0073b1;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 1.6rem;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0 16px;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0
}
.cta-primary,
.cta-secondary,
.entity .top-card .cta-wrap .secondary-cta,
.entity .top-card .follow,
.entity .top-card .follow.is-following,
.social-cta-btn,
.social-cta-btn.active {
font-weight: 400
}
@media only screen and (-ms-high-contrast:active) {
.button-premium-medium,
.premium-btn {
border: 1px solid currentColor;
line-height: 30px
}
}
html.edge .button-premium-medium:focus,
html.edge .premium-btn:focus,
html.ie .button-premium-medium:focus,
html.ie .premium-btn:focus {
outline: #7f7f7f dashed 1px
}
.button-premium-medium li-icon,
.premium-btn li-icon {
top: 2px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.cta-primary .svg-icon-wrap li-icon,
.cta-secondary .svg-icon-wrap li-icon,
.entity .top-card .cta-wrap .secondary-cta .svg-icon-wrap li-icon,
.entity .top-card .follow .svg-icon-wrap li-icon,
.entity .top-card .follow.is-following .svg-icon-wrap li-icon {
margin: 0;
padding: 0;
position: absolute;
top: 0
}
.button-premium-medium li-icon>svg,
.premium-btn li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-premium-medium,
.edge .premium-btn,
.ie .button-premium-medium,
.ie .premium-btn {
border-radius: 0
}
.button-premium-medium.focus,
.button-premium-medium.hover-not-disabled,
.button-premium-medium:focus,
.button-premium-medium:hover:not(:disabled):not(.disabled),
.focus.premium-btn,
.hover-not-disabled.premium-btn,
.premium-btn:focus,
.premium-btn:hover:not(:disabled):not(.disabled) {
background-color: #006097;
color: #fff
}
.active-not-disabled.premium-btn,
.button-premium-medium.active-not-disabled,
.button-premium-medium:active:not(:disabled):not(.disabled),
.premium-btn:active:not(:disabled):not(.disabled) {
background-color: #004b7c;
color: #fff
}
.button-premium-medium.disabled,
.button-premium-medium:disabled,
.disabled.premium-btn,
.premium-btn:disabled {
color: rgba(255, 255, 255, .45);
background-color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
a.view-more,
a.view-more-icon,
button.view-more,
button.view-more-icon {
display: block;
width: 100%;
border-top: 1px solid rgba(0, 0, 0, .15)
}
a.view-more,
button.view-more {
line-height: 1.2;
font-size: 16px;
text-align: center;
color: #0084bf;
background-color: #fff
}
.social-cta-btn,
.social-cta-btn.active {
font-size: 1.6rem;
font-family: inherit;
line-height: 40px;
text-align: center;
text-decoration: none;
z-index: 0;
display: inline-block;
overflow: hidden
}
a.view-more-icon,
button.view-more-icon {
height: 48px;
color: #777a7d
}
.social-cta-btn li-icon,
.social-cta-btn.active li-icon {
top: 5px;
margin: -12px 0 0 -4px;
width: 24px;
position: relative;
left: 0
}
.social-cta-btn {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
height: 40px;
outline-width: 2px;
padding: 0 12px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.social-cta-btn {
border: 1px solid currentColor;
border-width: 0;
line-height: 40px
}
}
html.edge .social-cta-btn:focus,
html.ie .social-cta-btn:focus {
outline: #7f7f7f dashed 1px
}
.social-cta-btn li-icon {
box-sizing: content-box;
height: 24px;
padding: 0 6px 0 0
}
.social-cta-btn li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .social-cta-btn,
.ie .social-cta-btn {
border-radius: 0
}
.social-cta-btn.focus,
.social-cta-btn.hover-not-disabled,
.social-cta-btn:focus,
.social-cta-btn:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
.social-cta-btn.active-not-disabled,
.social-cta-btn:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.social-cta-btn.disabled,
.social-cta-btn:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.social-cta-btn.active {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #0073b1;
cursor: pointer;
height: 40px;
outline-width: 2px;
padding: 0 12px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.social-cta-btn.active {
border: 1px solid currentColor;
border-width: 0;
line-height: 40px
}
}
html.edge .social-cta-btn.active:focus,
html.ie .social-cta-btn.active:focus {
outline: #7f7f7f dashed 1px
}
.social-cta-btn.active li-icon {
box-sizing: content-box;
height: 24px;
padding: 0 6px 0 0
}
.social-cta-btn.active li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .social-cta-btn.active,
.ie .social-cta-btn.active {
border-radius: 0
}
.social-cta-btn.active.focus,
.social-cta-btn.active.hover-not-disabled,
.social-cta-btn.active:focus,
.social-cta-btn.active:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097
}
.social-cta-btn.active.active-not-disabled,
.social-cta-btn.active:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.social-cta-btn.active.disabled,
.social-cta-btn.active:disabled {
color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.social-cta-btn li-icon:not([size=small]),
.social-cta-btn.active li-icon:not([size=small]) {
width: 30px
}
.premium-btn {
line-height: 1.33333;
max-width: 224px;
height: inherit;
background-color: #9b8443;
padding: 8px
}
.premium-btn:hover {
background-color: #8b783f
}
.file-upload-medium-button__label.file-upload-medium-button__label.file-upload-medium-button__label.file-upload-medium-button__label {
font-size: 1.7rem;
line-height: 3.5rem
}
.default-focusable:focus {
outline: -webkit-focus-ring-color auto 5px
}
.card-list {
display: flex
}
.card-list--tile {
flex-flow: row wrap;
justify-content: space-between
}
.card-list--left-justified-tile {
flex-flow: row wrap;
justify-content: left
}
.card-list__item {
list-style-type: none;
width: 100%
}
.card {
border-radius: 2px;
overflow: hidden;
position: relative;
transition: box-shadow .2s ease-in-out;
background: #fff
}
@media only screen and (-ms-high-contrast:active) {
.card {
border: 1px solid activeborder
}
}
.card>h1,
.card>h2,
.card>h3,
.card>h4,
.card>h5,
.card>h6 {
padding: 16px 24px;
margin: 0;
font-size: 1.6rem;
line-height: 1.5;
color: rgba(0, 0, 0, .6)
}
.card>ul a,
.card>ul a.muted,
.card>ul button,
.card>ul button.muted {
background-color: transparent;
cursor: pointer;
font-size: 2rem;
font-weight: 600;
font-family: inherit;
text-decoration: none;
z-index: 0;
text-align: center
}
@media only screen and (max-width:1161px) {
.card>h1,
.card>h2,
.card>h3,
.card>h4,
.card>h5,
.card>h6 {
padding: 16px
}
}
.card>h1 em,
.card>h2 em,
.card>h3 em,
.card>h4 em,
.card>h5 em,
.card>h6 em {
font-style: inherit;
color: rgba(0, 0, 0, .9)
}
.card>section {
padding: 16px 24px
}
@media only screen and (max-width:1161px) {
.card>section {
padding: 16px
}
}
.card>ul {
display: table;
table-layout: fixed;
text-align: center;
width: 100%;
border-top: 1px solid rgba(0, 0, 0, .15)
}
.card>ul li {
display: table-cell;
vertical-align: top;
list-style: none;
overflow: visible;
min-width: 48px;
width: 100%
}
.card>ul li:last-child:after {
display: block;
position: absolute;
width: 1px;
border-top: 1px solid rgba(0, 0, 0, .15);
top: -1px;
right: -1px
}
.card>ul li:last-child a,
.card>ul li:last-child button {
border-right: 0!important
}
.card>ul input[type=date],
.card>ul input[type=datetime],
.card>ul input[type=email],
.card>ul input[type=number],
.card>ul input[type=range],
.card>ul input[type=search],
.card>ul input[type=tel],
.card>ul input[type=text],
.card>ul input[type=time],
.card>ul input[type=url],
.card>ul input[type=week] {
border: 0;
border-right: 1px solid rgba(0, 0, 0, .15);
height: 65%;
margin-top: 9px;
border-radius: 0
}
.card>ul a,
.card>ul button {
border: 0;
border-radius: 0;
box-sizing: content-box;
color: #0073b1;
display: block;
overflow: hidden;
outline-width: 2px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
border-right: 1px solid rgba(0, 0, 0, .15);
width: 100%;
min-width: 48px
}
@media only screen and (-ms-high-contrast:active) {
.card>ul a,
.card>ul button {
border: 1px solid currentColor;
border-width: 0;
line-height: 48px
}
}
html.edge .card>ul a:focus,
html.edge .card>ul button:focus,
html.ie .card>ul a:focus,
html.ie .card>ul button:focus {
outline: #7f7f7f dashed 1px
}
.card>ul a li-icon,
.card>ul button li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.card>ul a li-icon>svg,
.card>ul button li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .card>ul a,
.edge .card>ul button,
.ie .card>ul a,
.ie .card>ul button {
border-radius: 0
}
.card>ul a.muted,
.card>ul button.muted {
border: 0;
border-radius: 0;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
display: inline-block;
overflow: hidden;
outline-width: 2px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
border-right: 1px solid rgba(0, 0, 0, .15)
}
@media only screen and (-ms-high-contrast:active) {
.card>ul a.muted,
.card>ul button.muted {
border: 1px solid currentColor;
border-width: 0;
line-height: 48px
}
}
html.edge .card>ul a.muted:focus,
html.edge .card>ul button.muted:focus,
html.ie .card>ul a.muted:focus,
html.ie .card>ul button.muted:focus {
outline: #7f7f7f dashed 1px
}
.card>ul a.muted li-icon,
.card>ul button.muted li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.card>ul a.muted li-icon>svg,
.card>ul button.muted li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .card>ul a.muted,
.edge .card>ul button.muted,
.ie .card>ul a.muted,
.ie .card>ul button.muted {
border-radius: 0
}
.card>ul a.muted.focus,
.card>ul a.muted.hover-not-disabled,
.card>ul a.muted:focus,
.card>ul a.muted:hover:not(:disabled):not(.disabled),
.card>ul button.muted.focus,
.card>ul button.muted.hover-not-disabled,
.card>ul button.muted:focus,
.card>ul button.muted:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
.card>ul a.muted.active-not-disabled,
.card>ul a.muted:active:not(:disabled):not(.disabled),
.card>ul button.muted.active-not-disabled,
.card>ul button.muted:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.card>ul a.muted.disabled,
.card>ul a.muted:disabled,
.card>ul button.muted.disabled,
.card>ul button.muted:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.card>ul a.no-text,
.card>ul button.no-text {
background-color: transparent;
border: 0;
border-radius: 0!important;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
font-size: 0;
font-weight: 600;
font-family: inherit;
overflow: hidden;
outline-width: 2px;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
text-indent: -999px;
width: 48px
}
@media only screen and (-ms-high-contrast:active) {
.card>ul a.no-text,
.card>ul button.no-text {
border: 1px solid currentColor;
border-width: 0;
line-height: 48px
}
}
html.edge .card>ul a.no-text:focus,
html.edge .card>ul button.no-text:focus,
html.ie .card>ul a.no-text:focus,
html.ie .card>ul button.no-text:focus {
outline: #7f7f7f dashed 1px
}
.card>ul a.no-text li-icon,
.card>ul button.no-text li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
.card>ul a.no-text li-icon>svg,
.card>ul button.no-text li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .card>ul a.no-text,
.edge .card>ul button.no-text,
.ie .card>ul a.no-text,
.ie .card>ul button.no-text {
border-radius: 48px
}
.card>ul a.no-text:before,
.card>ul button.no-text:before {
transition-duration: .5s
}
.card>ul a.no-text:after,
.card>ul button.no-text:after {
padding: calc(70% + 1px)
}
.card>ul a.no-text.focus,
.card>ul a.no-text.hover-not-disabled,
.card>ul a.no-text:focus,
.card>ul a.no-text:hover:not(:disabled):not(.disabled),
.card>ul button.no-text.focus,
.card>ul button.no-text.hover-not-disabled,
.card>ul button.no-text:focus,
.card>ul button.no-text:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
.card>ul a.no-text.active-not-disabled,
.card>ul a.no-text:active:not(:disabled):not(.disabled),
.card>ul button.no-text.active-not-disabled,
.card>ul button.no-text:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.card>ul a.no-text.disabled,
.card>ul a.no-text:disabled,
.card>ul button.no-text.disabled,
.card>ul button.no-text:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.card>ul a,
.card>ul a.muted,
.card>ul a.no-text,
.card>ul button,
.card>ul button.muted,
.card>ul button.no-text {
height: 48px;
line-height: 48px;
padding: 0
}
.card>ul a.focus,
.card>ul a.hover-not-disabled,
.card>ul a:focus,
.card>ul a:hover:not(:disabled):not(.disabled),
.card>ul button.focus,
.card>ul button.hover-not-disabled,
.card>ul button:focus,
.card>ul button:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097
}
.card>ul a.active-not-disabled,
.card>ul a:active:not(:disabled):not(.disabled),
.card>ul button.active-not-disabled,
.card>ul button:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.card>ul a.disabled,
.card>ul a:disabled,
.card>ul button.disabled,
.card>ul button:disabled {
color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.card-1x2 {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
border-radius: 2px;
overflow: hidden;
position: relative;
transition: box-shadow .2s ease-in-out;
background: #fff
}
@media only screen and (-ms-high-contrast:active) {
.card-1x2 {
border: 1px solid activeborder
}
}
.card-1x2>h1,
.card-1x2>h2,
.card-1x2>h3,
.card-1x2>h4,
.card-1x2>h5,
.card-1x2>h6 {
padding: 16px 24px;
margin: 0;
font-size: 1.6rem;
line-height: 1.5;
color: rgba(0, 0, 0, .6)
}
@media only screen and (max-width:1161px) {
.card-1x2>h1,
.card-1x2>h2,
.card-1x2>h3,
.card-1x2>h4,
.card-1x2>h5,
.card-1x2>h6 {
padding: 16px
}
}
.card-1x2>h1 em,
.card-1x2>h2 em,
.card-1x2>h3 em,
.card-1x2>h4 em,
.card-1x2>h5 em,
.card-1x2>h6 em {
font-style: inherit;
color: rgba(0, 0, 0, .9)
}
.card-1x2>section {
padding: 16px 24px
}
@media only screen and (max-width:1161px) {
.card-1x2>section {
padding: 16px
}
}
.card-1x2>ul {
display: table;
table-layout: fixed;
text-align: center;
width: 100%;
border-top: 1px solid rgba(0, 0, 0, .15)
}
.card-1x2>ul li {
display: table-cell;
vertical-align: top;
list-style: none;
overflow: visible;
min-width: 48px;
width: 100%
}
.card-1x2>ul a,
.card-1x2>ul a.muted,
.card-1x2>ul a.no-text,
.card-1x2>ul button,
.card-1x2>ul button.muted,
.card-1x2>ul button.no-text {
font-weight: 600;
font-family: inherit;
overflow: hidden;
text-decoration: none;
z-index: 0;
text-align: center
}
.card-1x2>ul li:last-child:after {
display: block;
position: absolute;
width: 1px;
border-top: 1px solid rgba(0, 0, 0, .15);
top: -1px;
right: -1px
}
.card-1x2>ul li:last-child a,
.card-1x2>ul li:last-child button {
border-right: 0!important
}
.card-1x2>ul input[type=date],
.card-1x2>ul input[type=datetime],
.card-1x2>ul input[type=email],
.card-1x2>ul input[type=number],
.card-1x2>ul input[type=range],
.card-1x2>ul input[type=search],
.card-1x2>ul input[type=tel],
.card-1x2>ul input[type=text],
.card-1x2>ul input[type=time],
.card-1x2>ul input[type=url],
.card-1x2>ul input[type=week] {
border: 0;
border-right: 1px solid rgba(0, 0, 0, .15);
height: 65%;
margin-top: 9px;
border-radius: 0
}
.card-1x2>ul a,
.card-1x2>ul button {
background-color: transparent;
border: 0;
border-radius: 0;
box-sizing: content-box;
color: #0073b1;
cursor: pointer;
display: block;
font-size: 2rem;
outline-width: 2px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
border-right: 1px solid rgba(0, 0, 0, .15);
width: 100%;
min-width: 48px
}
@media only screen and (-ms-high-contrast:active) {
.card-1x2>ul a,
.card-1x2>ul button {
border: 1px solid currentColor;
border-width: 0;
line-height: 48px
}
}
html.edge .card-1x2>ul a:focus,
html.edge .card-1x2>ul button:focus,
html.ie .card-1x2>ul a:focus,
html.ie .card-1x2>ul button:focus {
outline: #7f7f7f dashed 1px
}
.card-1x2>ul a li-icon,
.card-1x2>ul button li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.card-1x2>ul a li-icon>svg,
.card-1x2>ul button li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .card-1x2>ul a,
.edge .card-1x2>ul button,
.ie .card-1x2>ul a,
.ie .card-1x2>ul button {
border-radius: 0
}
.card-1x2>ul a.muted,
.card-1x2>ul button.muted {
background-color: transparent;
border: 0;
border-radius: 0;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
font-size: 2rem;
outline-width: 2px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
border-right: 1px solid rgba(0, 0, 0, .15)
}
@media only screen and (-ms-high-contrast:active) {
.card-1x2>ul a.muted,
.card-1x2>ul button.muted {
border: 1px solid currentColor;
border-width: 0;
line-height: 48px
}
}
html.edge .card-1x2>ul a.muted:focus,
html.edge .card-1x2>ul button.muted:focus,
html.ie .card-1x2>ul a.muted:focus,
html.ie .card-1x2>ul button.muted:focus {
outline: #7f7f7f dashed 1px
}
.card-1x2>ul a.muted li-icon,
.card-1x2>ul button.muted li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.card-1x2>ul a.muted li-icon>svg,
.card-1x2>ul button.muted li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .card-1x2>ul a.muted,
.edge .card-1x2>ul button.muted,
.ie .card-1x2>ul a.muted,
.ie .card-1x2>ul button.muted {
border-radius: 0
}
.card-1x2>ul a.muted.focus,
.card-1x2>ul a.muted.hover-not-disabled,
.card-1x2>ul a.muted:focus,
.card-1x2>ul a.muted:hover:not(:disabled):not(.disabled),
.card-1x2>ul button.muted.focus,
.card-1x2>ul button.muted.hover-not-disabled,
.card-1x2>ul button.muted:focus,
.card-1x2>ul button.muted:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
.card-1x2>ul a.muted.active-not-disabled,
.card-1x2>ul a.muted:active:not(:disabled):not(.disabled),
.card-1x2>ul button.muted.active-not-disabled,
.card-1x2>ul button.muted:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.card-1x2>ul a.muted.disabled,
.card-1x2>ul a.muted:disabled,
.card-1x2>ul button.muted.disabled,
.card-1x2>ul button.muted:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.card-1x2>ul a.no-text,
.card-1x2>ul button.no-text {
background-color: transparent;
border: 0;
border-radius: 0!important;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
font-size: 0;
outline-width: 2px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
text-indent: -999px;
width: 48px
}
@media only screen and (-ms-high-contrast:active) {
.card-1x2>ul a.no-text,
.card-1x2>ul button.no-text {
border: 1px solid currentColor;
border-width: 0;
line-height: 48px
}
}
html.edge .card-1x2>ul a.no-text:focus,
html.edge .card-1x2>ul button.no-text:focus,
html.ie .card-1x2>ul a.no-text:focus,
html.ie .card-1x2>ul button.no-text:focus {
outline: #7f7f7f dashed 1px
}
.card-1x2>ul a.no-text li-icon,
.card-1x2>ul button.no-text li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
.card-3x2,
.card-3x2>figure {
position: relative;
overflow: hidden
}
.card-1x2>ul a.no-text li-icon>svg,
.card-1x2>ul button.no-text li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .card-1x2>ul a.no-text,
.edge .card-1x2>ul button.no-text,
.ie .card-1x2>ul a.no-text,
.ie .card-1x2>ul button.no-text {
border-radius: 48px
}
.card-1x2>ul a.no-text:before,
.card-1x2>ul button.no-text:before {
transition-duration: .5s
}
.card-1x2>ul a.no-text:after,
.card-1x2>ul button.no-text:after {
padding: calc(70% + 1px)
}
.card-1x2>ul a.no-text.focus,
.card-1x2>ul a.no-text.hover-not-disabled,
.card-1x2>ul a.no-text:focus,
.card-1x2>ul a.no-text:hover:not(:disabled):not(.disabled),
.card-1x2>ul button.no-text.focus,
.card-1x2>ul button.no-text.hover-not-disabled,
.card-1x2>ul button.no-text:focus,
.card-1x2>ul button.no-text:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
.card-1x2>ul a.no-text.active-not-disabled,
.card-1x2>ul a.no-text:active:not(:disabled):not(.disabled),
.card-1x2>ul button.no-text.active-not-disabled,
.card-1x2>ul button.no-text:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.card-1x2>ul a.no-text.disabled,
.card-1x2>ul a.no-text:disabled,
.card-1x2>ul button.no-text.disabled,
.card-1x2>ul button.no-text:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.card-1x2>ul a,
.card-1x2>ul a.muted,
.card-1x2>ul a.no-text,
.card-1x2>ul button,
.card-1x2>ul button.muted,
.card-1x2>ul button.no-text {
height: 48px;
line-height: 48px;
padding: 0
}
.card-1x2>ul a.focus,
.card-1x2>ul a.hover-not-disabled,
.card-1x2>ul a:focus,
.card-1x2>ul a:hover:not(:disabled):not(.disabled),
.card-1x2>ul button.focus,
.card-1x2>ul button.hover-not-disabled,
.card-1x2>ul button:focus,
.card-1x2>ul button:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097
}
.card-1x2>ul a.active-not-disabled,
.card-1x2>ul a:active:not(:disabled):not(.disabled),
.card-1x2>ul button.active-not-disabled,
.card-1x2>ul button:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.card-1x2>ul a.disabled,
.card-1x2>ul a:disabled,
.card-1x2>ul button.disabled,
.card-1x2>ul button:disabled {
color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.card-3x2 {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
border-radius: 2px;
transition: box-shadow .2s ease-in-out;
background: #fff
}
.card-3x2>figure {
padding: 0;
margin: 0;
width: 100%
}
.card-3x2>figure:before {
padding-top: calc(.666 * 100%);
display: block
}
.card-3x2>figure>img {
position: absolute;
top: 50%;
left: 0;
bottom: 0;
right: 0;
width: 100%;
transform: translateY(-50%)
}
@media only screen and (-ms-high-contrast:active) {
.card-3x2 {
border: 1px solid activeborder
}
}
.card-3x2>h1,
.card-3x2>h2,
.card-3x2>h3,
.card-3x2>h4,
.card-3x2>h5,
.card-3x2>h6 {
padding: 16px 24px;
margin: 0;
font-size: 1.6rem;
line-height: 1.5;
color: rgba(0, 0, 0, .6)
}
@media only screen and (max-width:1161px) {
.card-3x2>h1,
.card-3x2>h2,
.card-3x2>h3,
.card-3x2>h4,
.card-3x2>h5,
.card-3x2>h6 {
padding: 16px
}
}
.card-3x2>h1 em,
.card-3x2>h2 em,
.card-3x2>h3 em,
.card-3x2>h4 em,
.card-3x2>h5 em,
.card-3x2>h6 em {
font-style: inherit;
color: rgba(0, 0, 0, .9)
}
.card-3x2>section {
padding: 16px 24px
}
@media only screen and (max-width:1161px) {
.card-3x2>section {
padding: 16px
}
}
.card-3x2>ul {
display: table;
table-layout: fixed;
text-align: center;
width: 100%;
border-top: 1px solid rgba(0, 0, 0, .15)
}
.card-3x2>ul li {
display: table-cell;
vertical-align: top;
list-style: none;
overflow: visible;
min-width: 48px;
width: 100%
}
.card-3x2>ul a,
.card-3x2>ul a.muted,
.card-3x2>ul a.no-text,
.card-3x2>ul button,
.card-3x2>ul button.muted,
.card-3x2>ul button.no-text {
overflow: hidden;
z-index: 0;
font-weight: 600;
text-align: center;
text-decoration: none;
font-family: inherit
}
.card-3x2>ul li:last-child:after {
display: block;
position: absolute;
width: 1px;
border-top: 1px solid rgba(0, 0, 0, .15);
top: -1px;
right: -1px
}
.card-3x2>ul li:last-child a,
.card-3x2>ul li:last-child button {
border-right: 0!important
}
.card-3x2>ul input[type=date],
.card-3x2>ul input[type=datetime],
.card-3x2>ul input[type=email],
.card-3x2>ul input[type=number],
.card-3x2>ul input[type=range],
.card-3x2>ul input[type=search],
.card-3x2>ul input[type=tel],
.card-3x2>ul input[type=text],
.card-3x2>ul input[type=time],
.card-3x2>ul input[type=url],
.card-3x2>ul input[type=week] {
border: 0;
border-right: 1px solid rgba(0, 0, 0, .15);
height: 65%;
margin-top: 9px;
border-radius: 0
}
.card-3x2>ul a,
.card-3x2>ul button {
background-color: transparent;
border: 0;
border-radius: 0;
box-sizing: content-box;
color: #0073b1;
cursor: pointer;
display: block;
font-size: 2rem;
outline-width: 2px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
border-right: 1px solid rgba(0, 0, 0, .15);
width: 100%;
min-width: 48px
}
@media only screen and (-ms-high-contrast:active) {
.card-3x2>ul a,
.card-3x2>ul button {
border: 1px solid currentColor;
border-width: 0;
line-height: 48px
}
}
html.edge .card-3x2>ul a:focus,
html.edge .card-3x2>ul button:focus,
html.ie .card-3x2>ul a:focus,
html.ie .card-3x2>ul button:focus {
outline: #7f7f7f dashed 1px
}
.card-3x2>ul a li-icon,
.card-3x2>ul button li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.card-3x2>ul a li-icon>svg,
.card-3x2>ul button li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .card-3x2>ul a,
.edge .card-3x2>ul button,
.ie .card-3x2>ul a,
.ie .card-3x2>ul button {
border-radius: 0
}
.card-3x2>ul a.muted,
.card-3x2>ul button.muted {
background-color: transparent;
border: 0;
border-radius: 0;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
font-size: 2rem;
outline-width: 2px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
border-right: 1px solid rgba(0, 0, 0, .15)
}
@media only screen and (-ms-high-contrast:active) {
.card-3x2>ul a.muted,
.card-3x2>ul button.muted {
border: 1px solid currentColor;
border-width: 0;
line-height: 48px
}
}
html.edge .card-3x2>ul a.muted:focus,
html.edge .card-3x2>ul button.muted:focus,
html.ie .card-3x2>ul a.muted:focus,
html.ie .card-3x2>ul button.muted:focus {
outline: #7f7f7f dashed 1px
}
.card-3x2>ul a.muted li-icon,
.card-3x2>ul button.muted li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.card-3x2>ul a.muted li-icon>svg,
.card-3x2>ul button.muted li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .card-3x2>ul a.muted,
.edge .card-3x2>ul button.muted,
.ie .card-3x2>ul a.muted,
.ie .card-3x2>ul button.muted {
border-radius: 0
}
.card-3x2>ul a.muted.focus,
.card-3x2>ul a.muted.hover-not-disabled,
.card-3x2>ul a.muted:focus,
.card-3x2>ul a.muted:hover:not(:disabled):not(.disabled),
.card-3x2>ul button.muted.focus,
.card-3x2>ul button.muted.hover-not-disabled,
.card-3x2>ul button.muted:focus,
.card-3x2>ul button.muted:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
.card-3x2>ul a.muted.active-not-disabled,
.card-3x2>ul a.muted:active:not(:disabled):not(.disabled),
.card-3x2>ul button.muted.active-not-disabled,
.card-3x2>ul button.muted:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.card-3x2>ul a.muted.disabled,
.card-3x2>ul a.muted:disabled,
.card-3x2>ul button.muted.disabled,
.card-3x2>ul button.muted:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.card-3x2>ul a.no-text,
.card-3x2>ul button.no-text {
background-color: transparent;
border: 0;
border-radius: 0!important;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
font-size: 0;
outline-width: 2px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
text-indent: -999px;
width: 48px
}
@media only screen and (-ms-high-contrast:active) {
.card-3x2>ul a.no-text,
.card-3x2>ul button.no-text {
border: 1px solid currentColor;
border-width: 0;
line-height: 48px
}
}
html.edge .card-3x2>ul a.no-text:focus,
html.edge .card-3x2>ul button.no-text:focus,
html.ie .card-3x2>ul a.no-text:focus,
html.ie .card-3x2>ul button.no-text:focus {
outline: #7f7f7f dashed 1px
}
.card-3x2>ul a.no-text li-icon,
.card-3x2>ul button.no-text li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
.card-3x2>ul a.no-text li-icon>svg,
.card-3x2>ul button.no-text li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .card-3x2>ul a.no-text,
.edge .card-3x2>ul button.no-text,
.ie .card-3x2>ul a.no-text,
.ie .card-3x2>ul button.no-text {
border-radius: 48px
}
.card-3x2>ul a.no-text:before,
.card-3x2>ul button.no-text:before {
transition-duration: .5s
}
.card-3x2>ul a.no-text:after,
.card-3x2>ul button.no-text:after {
padding: calc(70% + 1px)
}
.card-3x2>ul a.no-text.focus,
.card-3x2>ul a.no-text.hover-not-disabled,
.card-3x2>ul a.no-text:focus,
.card-3x2>ul a.no-text:hover:not(:disabled):not(.disabled),
.card-3x2>ul button.no-text.focus,
.card-3x2>ul button.no-text.hover-not-disabled,
.card-3x2>ul button.no-text:focus,
.card-3x2>ul button.no-text:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
.card-3x2>ul a.no-text.active-not-disabled,
.card-3x2>ul a.no-text:active:not(:disabled):not(.disabled),
.card-3x2>ul button.no-text.active-not-disabled,
.card-3x2>ul button.no-text:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.card-3x2>ul a.no-text.disabled,
.card-3x2>ul a.no-text:disabled,
.card-3x2>ul button.no-text.disabled,
.card-3x2>ul button.no-text:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.card-3x2>ul a,
.card-3x2>ul a.muted,
.card-3x2>ul a.no-text,
.card-3x2>ul button,
.card-3x2>ul button.muted,
.card-3x2>ul button.no-text {
height: 48px;
line-height: 48px;
padding: 0
}
.card-3x2>ul a.focus,
.card-3x2>ul a.hover-not-disabled,
.card-3x2>ul a:focus,
.card-3x2>ul a:hover:not(:disabled):not(.disabled),
.card-3x2>ul button.focus,
.card-3x2>ul button.hover-not-disabled,
.card-3x2>ul button:focus,
.card-3x2>ul button:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097
}
.card-3x2>ul a.active-not-disabled,
.card-3x2>ul a:active:not(:disabled):not(.disabled),
.card-3x2>ul button.active-not-disabled,
.card-3x2>ul button:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.card-3x2>ul a.disabled,
.card-3x2>ul a:disabled,
.card-3x2>ul button.disabled,
.card-3x2>ul button:disabled {
color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.artdeco-dropdown,
.artdeco-dropdown-menu {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 6px 9px rgba(0, 0, 0, .2);
transition: box-shadow 83ms;
min-width: 168px;
max-width: 264px;
z-index: 999;
box-sizing: border-box
}
.artdeco-dropdown {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
position: relative;
display: inline-block;
max-height: 548px;
padding: 4px 0;
margin: 0
}
.artdeco-dropdown ul[role=tablist] {
border-top: 0
}
@media only screen and (-ms-high-contrast:active) {
.artdeco-dropdown {
border: 1px solid activeborder
}
}
.artdeco-dropdown dl>dt,
.artdeco-dropdown h1,
.artdeco-dropdown h2,
.artdeco-dropdown h3,
.artdeco-dropdown h4,
.artdeco-dropdown h5,
.artdeco-dropdown h6 {
font-size: 1.4rem;
font-weight: 600;
color: rgba(0, 0, 0, .9);
height: 36px;
line-height: normal;
margin-bottom: 0;
padding: 8px 16px;
box-sizing: border-box
}
.artdeco-dropdown dl,
.artdeco-dropdown ol,
.artdeco-dropdown ul {
display: inline-block;
list-style-type: none;
width: 100%
}
.artdeco-dropdown dl a,
.artdeco-dropdown dl button,
.artdeco-dropdown ol a,
.artdeco-dropdown ol button,
.artdeco-dropdown ul a,
.artdeco-dropdown ul button {
font-size: 1.4rem;
font-weight: 600;
color: rgba(0, 0, 0, .6);
display: inline-block;
width: 100%;
min-height: 36px;
line-height: normal;
max-height: 52px;
padding: 8px 16px;
cursor: pointer;
box-sizing: border-box;
word-break: break-all
}
.artdeco-dropdown dl a:not(:first-child),
.artdeco-dropdown dl button:not(:first-child),
.artdeco-dropdown ol a:not(:first-child),
.artdeco-dropdown ol button:not(:first-child),
.artdeco-dropdown ul a:not(:first-child),
.artdeco-dropdown ul button:not(:first-child) {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400
}
.artdeco-dropdown dl a.focus,
.artdeco-dropdown dl a.hover,
.artdeco-dropdown dl a:focus,
.artdeco-dropdown dl a:hover,
.artdeco-dropdown dl button.focus,
.artdeco-dropdown dl button.hover,
.artdeco-dropdown dl button:focus,
.artdeco-dropdown dl button:hover,
.artdeco-dropdown ol a.focus,
.artdeco-dropdown ol a.hover,
.artdeco-dropdown ol a:focus,
.artdeco-dropdown ol a:hover,
.artdeco-dropdown ol button.focus,
.artdeco-dropdown ol button.hover,
.artdeco-dropdown ol button:focus,
.artdeco-dropdown ol button:hover,
.artdeco-dropdown ul a.focus,
.artdeco-dropdown ul a.hover,
.artdeco-dropdown ul a:focus,
.artdeco-dropdown ul a:hover,
.artdeco-dropdown ul button.focus,
.artdeco-dropdown ul button.hover,
.artdeco-dropdown ul button:focus,
.artdeco-dropdown ul button:hover {
color: rgba(0, 0, 0, .75);
text-decoration: none
}
.artdeco-dropdown dl a.active,
.artdeco-dropdown dl a:active,
.artdeco-dropdown dl button.active,
.artdeco-dropdown dl button:active,
.artdeco-dropdown ol a.active,
.artdeco-dropdown ol a:active,
.artdeco-dropdown ol button.active,
.artdeco-dropdown ol button:active,
.artdeco-dropdown ul a.active,
.artdeco-dropdown ul a:active,
.artdeco-dropdown ul button.active,
.artdeco-dropdown ul button:active {
color: #006097;
background: rgba(152, 216, 244, .45)
}
.artdeco-dropdown hr {
margin: 8px 0 4px;
width: 100%;
border-color: rgba(0, 0, 0, .15);
display: block;
float: none
}
.artdeco-dropdown:after,
.artdeco-dropdown:before {
content: "";
height: 0;
width: 0
}
.artdeco-dropdown>dl dt~dt {
padding-top: 6px;
border-top: 1px solid rgba(0, 0, 0, .15);
margin-top: 8px
}
.artdeco-dropdown:after,
.artdeco-dropdown:before {
left: 100%;
position: absolute
}
.artdeco-dropdown:before {
border-color: transparent;
border-style: solid;
border-width: 0 10px;
border-bottom: 10px rgba(0, 0, 0, .15) solid;
margin-left: -35px;
top: -10px
}
.artdeco-dropdown:after {
border-color: transparent;
border-style: solid;
border-width: 0 9px;
border-bottom: 9px #fff solid;
margin-left: -34px;
top: -9px
}
.artdeco-dropdown-menu {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
position: relative;
display: inline-block;
max-height: 548px;
padding: 4px 0;
margin: 0
}
.artdeco-dropdown-menu ul[role=tablist] {
border-top: 0
}
@media only screen and (-ms-high-contrast:active) {
.artdeco-dropdown-menu {
border: 1px solid activeborder
}
}
.artdeco-dropdown-menu dl>dt,
.artdeco-dropdown-menu h1,
.artdeco-dropdown-menu h2,
.artdeco-dropdown-menu h3,
.artdeco-dropdown-menu h4,
.artdeco-dropdown-menu h5,
.artdeco-dropdown-menu h6 {
font-size: 1.4rem;
font-weight: 600;
color: rgba(0, 0, 0, .9);
height: 36px;
line-height: normal;
margin-bottom: 0;
padding: 8px 16px;
box-sizing: border-box
}
.artdeco-dropdown-menu dl,
.artdeco-dropdown-menu ol,
.artdeco-dropdown-menu ul {
display: inline-block;
list-style-type: none;
width: 100%
}
.artdeco-dropdown-menu dl a,
.artdeco-dropdown-menu dl button,
.artdeco-dropdown-menu ol a,
.artdeco-dropdown-menu ol button,
.artdeco-dropdown-menu ul a,
.artdeco-dropdown-menu ul button {
font-size: 1.4rem;
font-weight: 600;
color: rgba(0, 0, 0, .6);
display: inline-block;
width: 100%;
min-height: 36px;
line-height: normal;
max-height: 52px;
padding: 8px 16px;
cursor: pointer;
box-sizing: border-box;
word-break: break-all
}
.artdeco-dropdown-menu dl a:not(:first-child),
.artdeco-dropdown-menu dl button:not(:first-child),
.artdeco-dropdown-menu ol a:not(:first-child),
.artdeco-dropdown-menu ol button:not(:first-child),
.artdeco-dropdown-menu ul a:not(:first-child),
.artdeco-dropdown-menu ul button:not(:first-child) {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400
}
.artdeco-dropdown-menu dl a.focus,
.artdeco-dropdown-menu dl a.hover,
.artdeco-dropdown-menu dl a:focus,
.artdeco-dropdown-menu dl a:hover,
.artdeco-dropdown-menu dl button.focus,
.artdeco-dropdown-menu dl button.hover,
.artdeco-dropdown-menu dl button:focus,
.artdeco-dropdown-menu dl button:hover,
.artdeco-dropdown-menu ol a.focus,
.artdeco-dropdown-menu ol a.hover,
.artdeco-dropdown-menu ol a:focus,
.artdeco-dropdown-menu ol a:hover,
.artdeco-dropdown-menu ol button.focus,
.artdeco-dropdown-menu ol button.hover,
.artdeco-dropdown-menu ol button:focus,
.artdeco-dropdown-menu ol button:hover,
.artdeco-dropdown-menu ul a.focus,
.artdeco-dropdown-menu ul a.hover,
.artdeco-dropdown-menu ul a:focus,
.artdeco-dropdown-menu ul a:hover,
.artdeco-dropdown-menu ul button.focus,
.artdeco-dropdown-menu ul button.hover,
.artdeco-dropdown-menu ul button:focus,
.artdeco-dropdown-menu ul button:hover {
color: rgba(0, 0, 0, .75);
text-decoration: none
}
.artdeco-dropdown-menu dl a.active,
.artdeco-dropdown-menu dl a:active,
.artdeco-dropdown-menu dl button.active,
.artdeco-dropdown-menu dl button:active,
.artdeco-dropdown-menu ol a.active,
.artdeco-dropdown-menu ol a:active,
.artdeco-dropdown-menu ol button.active,
.artdeco-dropdown-menu ol button:active,
.artdeco-dropdown-menu ul a.active,
.artdeco-dropdown-menu ul a:active,
.artdeco-dropdown-menu ul button.active,
.artdeco-dropdown-menu ul button:active {
color: #006097;
background: rgba(152, 216, 244, .45)
}
.artdeco-dropdown-menu hr {
margin: 8px 0 4px;
width: 100%;
border-color: rgba(0, 0, 0, .15);
display: block;
float: none
}
.artdeco-dropdown-menu>dl dt~dt {
padding-top: 6px;
border-top: 1px solid rgba(0, 0, 0, .15);
margin-top: 8px
}
.hovercard,
.hovercard-bottom,
.hovercard-left,
.hovercard-right,
.hovercard-top {
font-size: 1.4rem;
line-height: 1.42857;
color: rgba(0, 0, 0, .75);
background-color: #fff;
max-width: 320px;
padding: 14px 16px;
z-index: 999;
background-clip: padding-box
}
.artdeco-dropdown-menu:after,
.artdeco-dropdown-menu:before {
left: 100%;
position: absolute;
display: none
}
.badge,
.badge abbr {
display: inline-block
}
.artdeco-dropdown-menu:before {
border-color: transparent;
border-style: solid;
border-width: 0 10px;
border-bottom: 10px rgba(0, 0, 0, .15) solid;
content: "";
height: 0;
width: 0;
margin-left: -35px;
top: -10px
}
.artdeco-dropdown-menu:after,
.hovercard:after {
border-color: transparent;
border-style: solid;
content: "";
height: 0;
width: 0
}
.artdeco-dropdown-menu:after {
border-width: 0 9px;
border-bottom: 9px #fff solid;
margin-left: -34px;
top: -9px
}
.hovercard {
border-radius: 2px;
opacity: 0;
position: absolute;
visibility: hidden
}
@media only screen and (-ms-high-contrast:active) {
.hovercard {
border: 1px solid activeborder
}
}
.hovercard:after {
border-width: 0 8px;
border-top: 8px #fff solid;
bottom: -8px;
left: 50%;
margin-left: -9px;
position: absolute
}
.hovercard-bottom:after,
.hovercard:before {
border-color: transparent;
border-style: solid
}
.hovercard:before {
border-width: 0 9px;
border-top: 9px rgba(0, 0, 0, .1) solid;
content: "";
height: 0;
width: 0;
bottom: -10px;
left: 50%;
margin-left: -10px;
position: absolute
}
.hovercard.active {
opacity: 1;
transition-delay: 0s;
visibility: visible
}
.hovercard-bottom {
border-radius: 2px;
opacity: 0;
position: absolute;
visibility: hidden
}
@media only screen and (-ms-high-contrast:active) {
.hovercard-bottom {
border: 1px solid activeborder
}
}
.hovercard-bottom:after {
border-width: 0 8px;
border-bottom: 8px #fff solid;
content: "";
height: 0;
width: 0;
top: -8px;
left: 50%;
margin-left: -9px;
position: absolute
}
.hovercard-bottom:before,
.hovercard-top:after {
border-color: transparent;
border-style: solid;
content: "";
height: 0;
width: 0;
left: 50%;
position: absolute
}
.hovercard-bottom:before {
border-width: 0 9px;
border-bottom: 9px rgba(0, 0, 0, .1) solid;
top: -10px;
margin-left: -10px
}
.hovercard-bottom.active {
opacity: 1;
transition-delay: 0s;
visibility: visible
}
.hovercard-top {
border-radius: 2px;
opacity: 0;
position: absolute;
visibility: hidden
}
@media only screen and (-ms-high-contrast:active) {
.hovercard-top {
border: 1px solid activeborder
}
}
.hovercard-top:after {
border-width: 0 8px;
border-top: 8px #fff solid;
bottom: -8px;
margin-left: -9px
}
.hovercard-top:before {
border-color: transparent;
border-style: solid;
border-width: 0 9px;
border-top: 9px rgba(0, 0, 0, .1) solid;
content: "";
height: 0;
width: 0;
bottom: -10px;
left: 50%;
margin-left: -10px;
position: absolute
}
.hovercard-top.active {
opacity: 1;
transition-delay: 0s;
visibility: visible
}
.hovercard-right {
border-radius: 2px;
opacity: 0;
position: absolute;
visibility: hidden
}
@media only screen and (-ms-high-contrast:active) {
.hovercard-right {
border: 1px solid activeborder
}
}
.hovercard-right:after {
border-color: transparent;
border-style: solid;
border-width: 8px 0;
border-right: 8px #fff solid;
content: "";
height: 0;
width: 0;
left: -8px;
top: 50%;
margin-top: -9px;
position: absolute
}
.hovercard-left:after,
.hovercard-right:before {
border-color: transparent;
border-style: solid;
height: 0;
width: 0;
top: 50%;
position: absolute;
content: ""
}
.hovercard-right:before {
border-width: 9px 0;
border-right: 9px rgba(0, 0, 0, .1) solid;
left: -10px;
margin-top: -10px
}
.hovercard-right.active {
opacity: 1;
transition-delay: 0s;
visibility: visible
}
.hovercard-left {
border-radius: 2px;
opacity: 0;
position: absolute;
visibility: hidden
}
@media only screen and (-ms-high-contrast:active) {
.hovercard-left {
border: 1px solid activeborder
}
}
.hovercard-left:after {
border-width: 8px 0;
border-left: 8px #fff solid;
right: -8px;
margin-top: -9px
}
.hovercard-left:before {
border-color: transparent;
border-style: solid;
border-width: 9px 0;
border-left: 9px rgba(0, 0, 0, .1) solid;
content: "";
height: 0;
width: 0;
right: -10px;
top: 50%;
margin-top: -10px;
position: absolute
}
.badge abbr,
.list figure {
position: relative
}
.hovercard-left.active {
opacity: 1;
transition-delay: 0s;
visibility: visible
}
.hovercard,
.hovercard-bottom,
.hovercard-left,
.hovercard-right,
.hovercard-top {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 6px 9px rgba(0, 0, 0, .2);
transition: box-shadow 83ms
}
.list,
.tooltip-inverse {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15)
}
@media screen and (-ms-high-contrast:active) {
.hovercard,
.hovercard-bottom,
.hovercard-left,
.hovercard-right,
.hovercard-top {
border: 1px solid activeborder
}
}
.badge {
background-color: #ff2c33;
border-radius: 14px;
border: 2px solid #fff;
line-height: 0;
margin: 0;
opacity: 1;
padding: 0;
transform-origin: bottom left;
vertical-align: baseline;
width: auto;
animation-name: artdecoBadgeAnimationIn1, artdecoBadgeAnimationIn2;
animation-duration: 345ms, 255ms;
animation-delay: 0s, 345ms;
animation-timing-function: cubic-bezier(.4, 0, 1, 1)
}
@media (max-width:769px) {
.badge {
border-width: 1px;
border-radius: 18px
}
}
.badge abbr {
color: #fff;
border: none;
box-sizing: border-box;
clip: auto;
cursor: default;
font-size: 10px;
font-style: normal;
font-weight: 600;
height: 14px;
line-height: 14px;
min-width: 14px;
padding: 0 4px;
text-align: center;
text-decoration: none;
transition: min-width .15s, height .15s;
vertical-align: top
}
.badge abbr:empty {
width: 8px;
height: 8px;
min-width: 0
}
@media (max-width:769px) {
.badge abbr {
font-size: 12px;
line-height: 18px;
height: 18px;
min-width: 18px
}
.badge abbr:empty {
width: 9px;
height: 9px
}
}
.pagination>li.selected,
.pagination>li>a,
.pagination>li>button {
font-size: 1.4rem;
line-height: 1.42857;
box-sizing: border-box;
padding: 4px;
min-width: 29px;
font-weight: 600
}
.pagination {
list-style: none;
display: flex;
align-items: center;
justify-content: center
}
.pagination>li {
margin-left: 4px;
text-align: center
}
.pagination>li:not(.selected)>a,
.pagination>li:not(.selected)>button {
background-color: #fff
}
.pagination>li>a,
.pagination>li>button {
color: #0073b1;
display: inline-block;
background-color: #fff;
border: 1px solid transparent;
text-decoration: none
}
.pagination>li>a.focus,
.pagination>li>a:focus,
.pagination>li>button.focus,
.pagination>li>button:focus {
border-color: rgba(0, 0, 0, .75);
color: #000
}
.pagination>li.selected {
color: #000;
background-color: rgba(199, 209, 216, .45)
}
.pagination>li.focus>a,
.pagination>li.focus>button,
.pagination>li.hover>a,
.pagination>li.hover>button,
.pagination>li:focus>a,
.pagination>li:focus>button,
.pagination>li:hover>a,
.pagination>li:hover>button {
border-color: rgba(199, 209, 216, .45);
color: rgba(0, 0, 0, .9);
background-color: #fff
}
.divider {
border: 0;
display: block;
height: 1px;
margin: 1rem 0 24px;
padding: 0;
border-color: rgba(0, 0, 0, .15);
border-top: 1px solid rgba(0, 0, 0, .15)
}
@media (max-width:976px) {
.divider {
margin-bottom: 16px
}
}
.list {
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
padding: 16px;
transition: box-shadow 83ms
}
.list ul[role=tablist] {
border-top: 0
}
@media only screen and (-ms-high-contrast:active) {
.list {
border: 1px solid activeborder
}
}
.list h1,
.list h2,
.list h3,
.list h4,
.list h5,
.list h6,
.list>dl>dt {
font-size: 1.6rem;
line-height: 1.5;
color: rgba(0, 0, 0, .9);
margin-bottom: 20px
}
.list>dl>dt {
padding-left: 16px
}
@media (min-width:769px) {
.list {
padding: 24px
}
.list h1,
.list h2,
.list h3,
.list h4,
.list h5,
.list h6,
.list>dl>dt {
font-size: 2rem;
line-height: 1.4;
color: rgba(0, 0, 0, .9);
margin-bottom: 24px
}
}
.list button,
.list>dl,
.list>ol,
.list>ul {
font-size: 1.6rem;
line-height: 1.5;
overflow: hidden
}
.list>dl,
.list>ol,
.list>ul {
color: rgba(0, 0, 0, .9);
list-style: none;
margin-left: -16px;
width: calc(100% + 32px)
}
.list>dl {
margin-top: -8px;
padding-top: 8px
}
.list>dl>dd,
.list>ol>li,
.list>ul>li {
margin: 0 0 16px 16px;
padding-bottom: 16px;
box-shadow: 0 1px 0 0 rgba(0, 0, 0, .15)
}
.list>dl>dd:last-child,
.list>ol>li:last-child,
.list>ul>li:last-child {
box-shadow: none;
margin-bottom: 0
}
.list>dl>dd:after,
.list>ol>li:after,
.list>ul>li:after {
content: "";
display: table;
clear: both
}
.list button {
background: 0 0;
border: none;
border-top: 1px solid rgba(0, 0, 0, .15);
box-sizing: content-box;
cursor: pointer;
display: block;
height: 24px;
margin: 0 -16px -16px;
padding: 16px;
text-align: center;
text-overflow: ellipsis;
width: 100%;
color: rgba(0, 0, 0, .75)
}
.list button li-icon,
.list button svg>svg {
vertical-align: middle
}
.list button li-icon[type^=large-chevron-],
.list button svg>svg[type^=large-chevron-] {
transform: translateY(-12px)
}
.list figure:after {
content: "";
display: block;
width: 100%;
background: #fff;
height: 1px;
position: absolute;
bottom: -17px
}
.small-degree-label {
font-size: 1.2rem;
font-weight: 600;
box-sizing: border-box;
display: inline-block;
border-radius: 2px;
padding: 0 4px;
height: 16px;
color: rgba(0, 0, 0, .9);
background: rgba(199, 209, 216, .45);
line-height: 17px
}
.tooltip,
.tooltip-inverse {
font-size: 1.4rem;
line-height: 1.42857;
padding: 5px 18px 8px;
position: absolute;
z-index: 999;
transform: translateX(-50%);
white-space: nowrap
}
.tooltip {
background-color: rgba(0, 0, 0, .9);
border-radius: 2px;
color: #fff;
opacity: 0;
transition: visibility 0s linear .2s, opacity .2s linear;
visibility: hidden;
bottom: calc(100% + 12px);
left: calc(50%)
}
@media only screen and (-ms-high-contrast:active) {
.tooltip {
border: 1px solid activeborder
}
}
.tooltip-inverse:after,
.tooltip:after {
border-color: transparent;
border-style: solid;
margin-left: -9px
}
.tooltip:after {
border-width: 0 8px;
border-top: 8px rgba(0, 0, 0, .9) solid;
content: "";
height: 0;
width: 0;
bottom: -8px;
left: 50%;
position: absolute
}
.tooltip.active {
opacity: 1;
transition-delay: 0s;
visibility: visible
}
.tooltip-inverse {
background-color: #fff;
border-radius: 2px;
color: rgba(0, 0, 0, .9);
opacity: 0;
transition: visibility 0s linear .2s, opacity .2s linear;
visibility: hidden;
bottom: calc(100% + 12px);
left: calc(50%)
}
.tooltip-inverse:after,
.tooltip-inverse:before {
height: 0;
width: 0;
left: 50%;
position: absolute;
content: ""
}
@media only screen and (-ms-high-contrast:active) {
.tooltip-inverse {
border: 1px solid activeborder
}
}
.tooltip-inverse:after {
border-width: 0 8px;
border-top: 8px #fff solid;
bottom: -8px
}
.tooltip-inverse.active {
opacity: 1;
transition-delay: 0s;
visibility: visible
}
.toggle-24dp input[type=checkbox]:disabled+label,
.toggle-switch input[type=checkbox]:disabled+label {
opacity: .35
}
.tooltip-inverse:before {
border-color: transparent;
border-style: solid;
border-width: 0 9px;
border-top: 9px rgba(0, 0, 0, .1) solid;
bottom: -10px;
margin-left: -10px
}
.toggle-24dp {
height: 32px
}
.toggle-24dp input[type=checkbox]+label {
display: inline-block;
position: relative;
padding: 2px 48px 0 0;
font-size: 1.6rem;
line-height: 1.5;
line-height: 16px;
margin: 0;
color: rgba(0, 0, 0, .9)
}
.EntityContainer,
.facepile-overlap,
.facepile-row {
font-size: 0
}
.toggle-24dp input[type=checkbox]+label:before {
content: "";
display: block;
position: absolute;
width: 40px;
height: 24px;
top: 0;
right: 0;
left: auto;
border-radius: 16px;
transition: background-color .2s ease-out;
background-clip: border-box;
padding: 0;
background-color: rgba(0, 0, 0, .35);
box-shadow: none
}
.toggle-24dp input[type=checkbox]+label:focus:before {
top: -1px;
right: -1px;
box-shadow: 0 0 0 1px rgba(0, 115, 177, .99);
box-sizing: content-box;
background-clip: content-box;
border-radius: 20px;
border: 1px solid transparent
}
@media only screen and (-ms-high-contrast:active) {
.toggle-24dp input[type=checkbox]+label:focus:before {
border: 2px solid windowText
}
}
.toggle-24dp input[type=checkbox]+label:after {
display: block;
content: "";
background-color: #fff;
height: 20px;
width: 20px;
border-radius: 13px;
position: absolute;
top: 0;
right: 16px;
left: auto;
transition: all .5s ease;
background-image: none;
transform: scale(1);
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
margin: 2px
}
.mt0,
.mv0 {
margin-top: 0
}
.mb0,
.mv0,
.striped-table p,
.table p {
margin-bottom: 0
}
@media only screen and (-ms-high-contrast:active) {
.toggle-24dp input[type=checkbox]+label:after {
background: windowText;
border: 1px solid activeborder
}
}
.toggle-24dp input[type=checkbox]:focus+label:before {
top: -1px;
right: -1px;
box-shadow: 0 0 0 1px rgba(0, 115, 177, .99), inset 0 0 0 1px transparent;
box-sizing: content-box;
background-clip: content-box;
border-radius: 20px;
border: 1px solid transparent
}
@media only screen and (-ms-high-contrast:active) {
.toggle-24dp input[type=checkbox]:focus+label:before {
border: 2px solid windowText
}
.toggle-24dp input[type=checkbox]:checked+label:after {
background: buttonFace
}
}
.toggle-24dp input[type=checkbox]:checked+label:focus:before {
box-shadow: 0 0 0 1px rgba(0, 115, 177, .99), inset 0 0 0 1px transparent
}
.toggle-24dp input[type=checkbox]:checked+label:before {
background-color: rgba(0, 115, 177, .99);
border-color: transparent;
box-shadow: none
}
@media only screen and (-ms-high-contrast:active) {
.toggle-24dp input[type=checkbox]:checked+label:before {
background: windowText
}
}
.toggle-24dp input[type=checkbox]:disabled:hover+label:before {
box-shadow: none
}
.toggle-24dp input[type=checkbox]:focus:checked+label:before {
box-shadow: 0 0 0 1px rgba(0, 115, 177, .99), inset 0 0 0 1px transparent
}
.toggle-24dp input[type=checkbox]:checked+label:after {
transform: translateX(16px)
}
artdeco-tabs.vertical-tabs {
display: flex
}
artdeco-tabs.vertical-tabs .artdeco-scrolling-container,
artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist] {
flex-direction: column;
align-items: flex-start;
border-top: none;
border-bottom: none;
overflow: hidden
}
artdeco-tabs.vertical-tabs .artdeco-scrolling-container artdeco-tab[role=tab],
artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab] {
line-height: 40px;
padding: 0 0 0 24px;
width: 100%;
height: 40px;
margin-left: 0
}
.container,
.container-with-shadow {
padding: 16px;
background-color: #fff;
background-clip: padding-box;
transition: box-shadow 83ms
}
artdeco-tabs.vertical-tabs .artdeco-scrolling-container artdeco-tab[role=tab]::before,
artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab]::before {
height: 100%;
width: 4px;
right: initial;
top: 0;
position: absolute
}
artdeco-tabs.vertical-tabs .artdeco-scrolling-container artdeco-tab[role=tab]:first-child,
artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab]:first-child {
margin-left: 0
}
artdeco-tabs.vertical-tabs .artdeco-scrolling-container .artdeco-transport,
artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist] .artdeco-transport {
display: none!important
}
.container-premium-with-shadow:before,
.container-premium:before {
content: ' ';
display: block;
height: 4px;
width: 100%;
top: 0;
left: 0;
box-sizing: border-box
}
artdeco-tabs.vertical-tabs .artdeco-scrolling-container artdeco-tabpanel[role=tabpanel],
artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist] artdeco-tabpanel[role=tabpanel] {
float: right
}
.Elevation-0dp {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
transition: box-shadow 83ms
}
.Elevation-2dp {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
transition: box-shadow 83ms
}
.Elevation-4dp {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 4px 6px rgba(0, 0, 0, .2);
transition: box-shadow 83ms
}
.Elevation-6dp,
.img-edit-button__dropdown-options {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 6px 9px rgba(0, 0, 0, .2)
}
.Elevation-6dp {
transition: box-shadow 83ms
}
@media screen and (-ms-high-contrast:active) {
.Elevation-0dp,
.Elevation-2dp,
.Elevation-4dp,
.Elevation-6dp {
border: 1px solid activeborder
}
}
.container {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
border-radius: 2px
}
@media screen and (-ms-high-contrast:active) {
.container {
border: 1px solid activeborder
}
}
.container ul[role=tablist] {
border-top: 0
}
.container-with-shadow {
border-radius: 2px;
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2)
}
.container-with-shadow ul[role=tablist] {
border-top: 0
}
@media screen and (-ms-high-contrast:active) {
.container-with-shadow {
border: 1px solid activeborder
}
}
.container-premium {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
padding: 20px 16px 16px;
transition: box-shadow 83ms;
position: relative
}
.container-premium-with-shadow,
.striped-table,
.table {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2)
}
@media screen and (-ms-high-contrast:active) {
.container-premium {
border: 1px solid activeborder
}
}
.container-premium ul[role=tablist] {
border-top: 0
}
.container-premium:before {
position: absolute;
background: linear-gradient(45deg, #af9b62 0, #f1e8c5 70%, #c5b583 100%);
border-radius: 2px 2px 0 0;
padding: 0 16px
}
.container-premium-with-shadow {
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
padding: 20px 16px 16px;
position: relative;
transition: box-shadow 83ms
}
.container-premium-with-shadow ul[role=tablist] {
border-top: 0
}
.container-premium-with-shadow:before {
position: absolute;
background: linear-gradient(45deg, #af9b62 0, #f1e8c5 70%, #c5b583 100%);
border-radius: 2px 2px 0 0;
padding: 0 16px
}
@media screen and (-ms-high-contrast:active) {
.container-premium-with-shadow {
border: 1px solid activeborder
}
}
.EntityPhoto-square-1 {
width: 32px;
height: 32px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
border-radius: 6px
}
.EntityPhoto-square-1-ghost-company,
.EntityPhoto-square-1-ghost-content {
border: 4px solid transparent;
width: 32px;
box-sizing: border-box;
background-clip: content-box;
background-color: #cfcfcf;
display: inline-block
}
.EntityPhoto-square-1-ghost-company {
height: 32px;
background-image: url(/sc/h/ck48xrmh3ctwna0w2y1hos0ln);
border-radius: 6px
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-square-1-ghost-company {
background-image: none
}
.EntityPhoto-square-1-ghost-company:after {
content: url(/sc/h/ck48xrmh3ctwna0w2y1hos0ln);
height: 100%
}
}
.EntityPhoto-square-1-ghost-content {
height: 32px;
background-image: url(/sc/h/60zxzzekdyijj4i2nild6h4cl);
border-radius: 6px
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-square-1-ghost-content {
background-image: none
}
.EntityPhoto-square-1-ghost-content:after {
content: url(/sc/h/60zxzzekdyijj4i2nild6h4cl);
height: 100%
}
}
.EntityPhoto-square-1-ghost-school {
width: 32px;
height: 32px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
background-image: url(/sc/h/8zyvax2j09k9jfspjn2wi17un);
border-radius: 6px;
background-color: #cfcfcf;
display: inline-block
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-square-1-ghost-school {
background-image: none
}
.EntityPhoto-square-1-ghost-school:after {
content: url(/sc/h/8zyvax2j09k9jfspjn2wi17un);
height: 100%
}
}
.EntityPhoto-square-2,
.EntityPhoto-square-2-ghost-company {
width: 40px;
height: 40px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent
}
.EntityPhoto-square-2 {
border-radius: 6px
}
.EntityPhoto-square-2-ghost-company {
background-image: url(/sc/h/ck48xrmh3ctwna0w2y1hos0ln);
border-radius: 6px;
background-color: #cfcfcf;
display: inline-block
}
.EntityPhoto-square-2-ghost-content,
.EntityPhoto-square-2-ghost-group {
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
width: 40px;
background-color: #cfcfcf;
display: inline-block
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-square-2-ghost-company {
background-image: none
}
.EntityPhoto-square-2-ghost-company:after {
content: url(/sc/h/ck48xrmh3ctwna0w2y1hos0ln);
height: 100%
}
}
.EntityPhoto-square-2-ghost-content {
height: 40px;
background-image: url(/sc/h/60zxzzekdyijj4i2nild6h4cl);
border-radius: 6px
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-square-2-ghost-content {
background-image: none
}
.EntityPhoto-square-2-ghost-content:after {
content: url(/sc/h/60zxzzekdyijj4i2nild6h4cl);
height: 100%
}
}
.EntityPhoto-square-2-ghost-group {
height: 40px;
background-image: url(/sc/h/elt73bjdfklnx1hy5ssvzgc4i);
border-radius: 6px
}
.EntityPhoto-square-2-ghost-school,
.EntityPhoto-square-3 {
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-square-2-ghost-group {
background-image: none
}
.EntityPhoto-square-2-ghost-group:after {
content: url(/sc/h/elt73bjdfklnx1hy5ssvzgc4i);
height: 100%
}
}
.EntityPhoto-square-2-ghost-school {
width: 40px;
height: 40px;
background-image: url(/sc/h/8zyvax2j09k9jfspjn2wi17un);
border-radius: 6px;
background-color: #cfcfcf;
display: inline-block
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-square-2-ghost-school {
background-image: none
}
.EntityPhoto-square-2-ghost-school:after {
content: url(/sc/h/8zyvax2j09k9jfspjn2wi17un);
height: 100%
}
}
.EntityPhoto-square-3 {
width: 48px;
height: 48px;
border-radius: 6px
}
.EntityPhoto-square-3-ghost-company,
.EntityPhoto-square-3-ghost-content {
border: 4px solid transparent;
width: 48px;
display: inline-block;
box-sizing: border-box;
background-clip: content-box;
background-color: #cfcfcf
}
.EntityPhoto-square-3-ghost-company {
height: 48px;
background-image: url(/sc/h/ck48xrmh3ctwna0w2y1hos0ln);
border-radius: 6px
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-square-3-ghost-company {
background-image: none
}
.EntityPhoto-square-3-ghost-company:after {
content: url(/sc/h/ck48xrmh3ctwna0w2y1hos0ln);
height: 100%
}
}
.EntityPhoto-square-3-ghost-content {
height: 48px;
background-image: url(/sc/h/60zxzzekdyijj4i2nild6h4cl);
border-radius: 6px
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-square-3-ghost-content {
background-image: none
}
.EntityPhoto-square-3-ghost-content:after {
content: url(/sc/h/60zxzzekdyijj4i2nild6h4cl);
height: 100%
}
}
.EntityPhoto-square-3-ghost-school {
width: 48px;
height: 48px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
background-image: url(/sc/h/8zyvax2j09k9jfspjn2wi17un);
border-radius: 6px;
background-color: #cfcfcf;
display: inline-block
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-square-3-ghost-school {
background-image: none
}
.EntityPhoto-square-3-ghost-school:after {
content: url(/sc/h/8zyvax2j09k9jfspjn2wi17un);
height: 100%
}
}
.EntityPhoto-square-3-stackedFacepile {
box-sizing: border-box;
background-clip: content-box;
border: 2px solid #fff;
border-radius: 6px;
width: 44px;
height: 44px
}
.EntityPhoto-square-4,
.EntityPhoto-square-4-ghost-company {
height: 56px;
border: 4px solid transparent;
width: 56px;
box-sizing: border-box;
background-clip: content-box
}
.EntityPhoto-square-3-stackedFacepile:nth-of-type(1n+2) {
margin-left: -20px
}
[dir=rtl] .EntityPhoto-square-3-stackedFacepile {
margin-left: 0;
margin-right: -18px
}
[dir=rtl] .EntityPhoto-square-3-stackedFacepile:nth-of-type(1),
[dir=rtl] .EntityPhoto-square-3-stackedFacepile:nth-of-type(1n+2) {
margin-left: 0;
margin-right: -20px
}
.EntityPhoto-square-3-stackedFacepile:nth-of-type(1n+13) {
display: none
}
.EntityPhoto-square-4 {
border-radius: 6px
}
.EntityPhoto-square-4-ghost-company {
background-image: url(/sc/h/ck48xrmh3ctwna0w2y1hos0ln);
border-radius: 6px;
background-color: #cfcfcf;
display: inline-block
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-square-4-ghost-company {
background-image: none
}
.EntityPhoto-square-4-ghost-company:after {
content: url(/sc/h/ck48xrmh3ctwna0w2y1hos0ln);
height: 100%
}
}
.EntityPhoto-square-4-ghost-content {
width: 56px;
height: 56px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
background-image: url(/sc/h/60zxzzekdyijj4i2nild6h4cl);
border-radius: 6px;
background-color: #cfcfcf;
display: inline-block
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-square-4-ghost-content {
background-image: none
}
.EntityPhoto-square-4-ghost-content:after {
content: url(/sc/h/60zxzzekdyijj4i2nild6h4cl);
height: 100%
}
}
.EntityPhoto-square-4-ghost-group,
.EntityPhoto-square-4-group {
height: 56px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
width: 56px
}
.EntityPhoto-square-4-group {
border-radius: 6px
}
.EntityPhoto-square-4-ghost-group {
background-image: url(/sc/h/elt73bjdfklnx1hy5ssvzgc4i);
border-radius: 6px;
background-color: #cfcfcf;
display: inline-block
}
.EntityPhoto-square-4-ghost-school,
.EntityPhoto-square-5 {
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-square-4-ghost-group {
background-image: none
}
.EntityPhoto-square-4-ghost-group:after {
content: url(/sc/h/elt73bjdfklnx1hy5ssvzgc4i);
height: 100%
}
}
.EntityPhoto-square-4-ghost-school {
width: 56px;
height: 56px;
background-image: url(/sc/h/8zyvax2j09k9jfspjn2wi17un);
border-radius: 6px;
background-color: #cfcfcf;
display: inline-block
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-square-4-ghost-school {
background-image: none
}
.EntityPhoto-square-4-ghost-school:after {
content: url(/sc/h/8zyvax2j09k9jfspjn2wi17un);
height: 100%
}
}
.EntityPhoto-square-5 {
width: 72px;
height: 72px;
border-radius: 6px
}
.EntityPhoto-square-6,
.EntityPhoto-square-7 {
border: 4px solid transparent;
background-clip: content-box;
box-sizing: border-box
}
.EntityPhoto-square-6 {
width: 88px;
height: 88px;
border-radius: 6px
}
.EntityPhoto-square-7 {
width: 104px;
height: 104px;
border-radius: 6px
}
.EntityPhoto-square-9 {
width: 200px;
height: 200px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
border-radius: 6px
}
.EntityPhoto-circle-1 {
width: 32px;
height: 32px;
box-sizing: border-box;
background-clip: content-box;
border: 3px solid transparent;
border-radius: 49.9%
}
.EntityPhoto-circle-1-rollup {
box-sizing: border-box;
border: 1px solid rgba(0, 0, 0, .6);
border-radius: 49.9%;
transform: translateY(-50%) translateY(2px) translateX(3px);
font-size: 1.2rem;
color: rgba(0, 0, 0, .6);
display: inline-block;
background: #fff;
text-align: center;
z-index: 2;
width: 26px;
height: 26px;
line-height: 26px
}
[dir=rtl] .EntityPhoto-circle-1-rollup {
transform: translateY(-50%) translateY(2px) translateX(3px)
}
.EntityPhoto-circle-1-rollup:before {
border-radius: 49.9%
}
.EntityPhoto-circle-1-ghost-person {
width: 32px;
height: 32px;
box-sizing: border-box;
background-clip: content-box;
border: 3px solid transparent;
background-image: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
border-radius: 49.9%;
background-color: #cfcfcf;
display: inline-block
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-circle-1-ghost-person {
background-image: none
}
.EntityPhoto-circle-1-ghost-person:after {
content: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
height: 100%
}
}
.EntityPhoto-circle-1-ghost-person-stackedFacepile {
box-sizing: border-box;
background-clip: content-box;
border: 1px solid #fff;
background-image: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
border-radius: 49.9%;
width: 28px;
height: 28px;
background-color: #cfcfcf;
display: inline-block
}
.EntityPhoto-circle-1-ghost-person-stackedFacepile:nth-of-type(1n+13),
.EntityPhoto-circle-1-stackedFacepile:nth-of-type(1n+13) {
display: none
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-circle-1-ghost-person-stackedFacepile {
background-image: none
}
.EntityPhoto-circle-1-ghost-person-stackedFacepile:after {
content: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
height: 100%
}
}
.EntityPhoto-circle-1-ghost-person-stackedFacepile:nth-of-type(1n+2) {
margin-left: -12px
}
[dir=rtl] .EntityPhoto-circle-1-ghost-person-stackedFacepile {
margin-left: 0;
margin-right: -11px
}
[dir=rtl] .EntityPhoto-circle-1-ghost-person-stackedFacepile:nth-of-type(1),
[dir=rtl] .EntityPhoto-circle-1-ghost-person-stackedFacepile:nth-of-type(1n+2) {
margin-left: 0;
margin-right: -12px
}
.EntityPhoto-circle-1-stackedFacepile {
box-sizing: border-box;
background-clip: content-box;
border: 1px solid #fff;
border-radius: 49.9%;
width: 28px;
height: 28px
}
.EntityPhoto-circle-2,
.EntityPhoto-circle-2-ghost-person {
width: 40px;
height: 40px;
box-sizing: border-box;
background-clip: content-box
}
.EntityPhoto-circle-1-stackedFacepile:nth-of-type(1n+2) {
margin-left: -12px
}
[dir=rtl] .EntityPhoto-circle-1-stackedFacepile {
margin-left: 0;
margin-right: -11px
}
[dir=rtl] .EntityPhoto-circle-1-stackedFacepile:nth-of-type(1),
[dir=rtl] .EntityPhoto-circle-1-stackedFacepile:nth-of-type(1n+2) {
margin-left: 0;
margin-right: -12px
}
.EntityPhoto-circle-2 {
border: 3px solid transparent;
border-radius: 49.9%
}
.EntityPhoto-circle-2-ghost-person {
border: 3px solid transparent;
background-image: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
border-radius: 49.9%;
background-color: #cfcfcf;
display: inline-block
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-circle-2-ghost-person {
background-image: none
}
.EntityPhoto-circle-2-ghost-person:after {
content: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
height: 100%
}
}
.EntityPhoto-circle-2-stackedFacepile {
box-sizing: border-box;
background-clip: content-box;
border: 1px solid #fff;
border-radius: 49.9%;
width: 36px;
height: 36px
}
.EntityPhoto-circle-3,
.EntityPhoto-circle-3-ghost-person {
width: 48px;
height: 48px;
box-sizing: border-box;
background-clip: content-box
}
.EntityPhoto-circle-2-stackedFacepile:nth-of-type(1n+2) {
margin-left: -16px
}
[dir=rtl] .EntityPhoto-circle-2-stackedFacepile {
margin-left: 0;
margin-right: -15px
}
[dir=rtl] .EntityPhoto-circle-2-stackedFacepile:nth-of-type(1),
[dir=rtl] .EntityPhoto-circle-2-stackedFacepile:nth-of-type(1n+2) {
margin-left: 0;
margin-right: -16px
}
.EntityPhoto-circle-2-stackedFacepile:nth-of-type(1n+13) {
display: none
}
.EntityPhoto-circle-3 {
border: 2px solid transparent;
border-radius: 49.9%
}
.EntityPhoto-circle-3-ghost-person {
border: 2px solid transparent;
background-image: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
border-radius: 49.9%;
background-color: #cfcfcf;
display: inline-block
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-circle-3-ghost-person {
background-image: none
}
.EntityPhoto-circle-3-ghost-person:after {
content: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
height: 100%
}
}
.EntityPhoto-circle-3-rollup {
box-sizing: border-box;
border: 1px solid rgba(0, 0, 0, .6);
border-radius: 49.9%;
transform: translateY(-50%) translateY(4px) translateX(2px);
font-size: 1.4rem;
color: rgba(0, 0, 0, .6);
display: inline-block;
background: #fff;
text-align: center;
z-index: 2;
width: 44px;
height: 44px;
line-height: 44px
}
.EntityPhoto-circle-3-stackedFacepile:nth-of-type(1n+13),
.EntityPhoto-circle-4-stackedFacepile:nth-of-type(1n+13) {
display: none
}
[dir=rtl] .EntityPhoto-circle-3-rollup {
transform: translateY(-50%) translateY(4px) translateX(2px)
}
.EntityPhoto-circle-3-rollup:before {
border-radius: 49.9%
}
.EntityPhoto-circle-3-stackedFacepile {
box-sizing: border-box;
background-clip: content-box;
border: 2px solid #fff;
border-radius: 49.9%;
width: 48px;
height: 48px
}
.EntityPhoto-circle-4,
.EntityPhoto-circle-4-ghost-person,
.EntityPhoto-circle-4-stackedFacepile {
width: 56px;
height: 56px;
box-sizing: border-box;
background-clip: content-box
}
.EntityPhoto-circle-3-stackedFacepile:nth-of-type(1n+2) {
margin-left: -24px
}
[dir=rtl] .EntityPhoto-circle-3-stackedFacepile {
margin-left: 0;
margin-right: -22px
}
[dir=rtl] .EntityPhoto-circle-3-stackedFacepile:nth-of-type(1),
[dir=rtl] .EntityPhoto-circle-3-stackedFacepile:nth-of-type(1n+2) {
margin-left: 0;
margin-right: -24px
}
.EntityPhoto-circle-4 {
border: 2px solid transparent;
border-radius: 49.9%
}
.EntityPhoto-circle-4-stackedFacepile {
border: 2px solid #fff;
border-radius: 49.9%
}
.EntityPhoto-circle-4-stackedFacepile:nth-of-type(1n+2) {
margin-left: -28px
}
[dir=rtl] .EntityPhoto-circle-4-stackedFacepile {
margin-left: 0;
margin-right: -26px
}
[dir=rtl] .EntityPhoto-circle-4-stackedFacepile:nth-of-type(1),
[dir=rtl] .EntityPhoto-circle-4-stackedFacepile:nth-of-type(1n+2) {
margin-left: 0;
margin-right: -28px
}
.EntityPhoto-circle-4-ghost-person {
border: 2px solid transparent;
background-image: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
border-radius: 49.9%;
background-color: #cfcfcf;
display: inline-block
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-circle-4-ghost-person {
background-image: none
}
.EntityPhoto-circle-4-ghost-person:after {
content: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
height: 100%
}
}
.EntityPhoto-circle-4-rollup,
.EntityPhoto-circle-4-stackedRollup {
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
z-index: 2;
width: 52px;
height: 52px;
line-height: 52px;
display: inline-block;
background: #fff;
text-align: center;
font-size: 1.4rem
}
.EntityPhoto-circle-4-rollup {
border: 1px solid rgba(0, 0, 0, .6);
border-radius: 49.9%;
transform: translateY(-50%) translateY(5px) translateX(1px)
}
[dir=rtl] .EntityPhoto-circle-4-rollup {
transform: translateY(-50%) translateY(5px) translateX(1px)
}
.EntityPhoto-circle-4-rollup:before {
border-radius: 49.9%
}
.EntityPhoto-circle-4-stackedRollup {
border: 1px solid rgba(0, 0, 0, .6);
border-radius: 49.9%;
transform: translateY(-50%) translateY(4px);
margin-left: -26px
}
.mh0,
.ml0 {
margin-left: 0
}
.EntityPhoto-circle-5,
.EntityPhoto-circle-5-ghost-person {
width: 72px;
height: 72px;
box-sizing: border-box;
background-clip: content-box
}
[dir=rtl] .EntityPhoto-circle-4-stackedRollup {
margin-left: 0;
margin-right: -26px
}
.EntityPhoto-circle-4-stackedRollup:before {
left: -3px;
top: -3px;
bottom: -3px;
right: -3px;
display: block;
position: absolute;
content: "";
border: 2px solid #fff;
z-index: -1;
border-radius: 49.9%
}
.EntityPhoto-circle-5 {
border: 1px solid transparent;
border-radius: 49.9%
}
.EntityPhoto-circle-5-ghost-person {
border: 1px solid transparent;
background-image: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
border-radius: 49.9%;
background-color: #cfcfcf;
display: inline-block
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-circle-5-ghost-person {
background-image: none
}
.EntityPhoto-circle-5-ghost-person:after {
content: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
height: 100%
}
}
.EntityPhoto-circle-6,
.EntityPhoto-circle-6-ghost-person {
width: 88px;
height: 88px;
box-sizing: border-box;
background-clip: content-box
}
.EntityPhoto-circle-6 {
border: 1px solid transparent;
border-radius: 49.9%
}
.EntityPhoto-circle-6-ghost-person {
border: 1px solid transparent;
background-image: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
border-radius: 49.9%;
background-color: #cfcfcf;
display: inline-block
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-circle-6-ghost-person {
background-image: none
}
.EntityPhoto-circle-6-ghost-person:after {
content: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
height: 100%
}
}
.EntityPhoto-circle-7 {
width: 104px;
height: 104px;
box-sizing: border-box;
background-clip: content-box;
border: 0 solid transparent;
border-radius: 49.9%
}
.EntityPhoto-circle-8 {
width: 128px;
height: 128px;
box-sizing: border-box;
background-clip: content-box;
border: 0 solid transparent;
border-radius: 49.9%
}
.EntityLockup-square-2 {
display: table
}
.EntityLockup-square-2>figure {
display: table-cell;
vertical-align: top
}
.EntityLockup-square-2>figure i,
.EntityLockup-square-2>figure img {
width: 40px;
height: 40px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
border-radius: 6px;
display: inline-block;
margin-right: 8px;
object-fit: scale-down;
vertical-align: middle
}
.EntityLockup-square-2 dl {
width: 100%;
display: table-cell;
vertical-align: middle
}
.EntityLockup-square-2 dt {
display: inline-block;
vertical-align: middle
}
.EntityLockup-square-2 dt,
.EntityLockup-square-2 dt h2,
.EntityLockup-square-2 dt h3,
.EntityLockup-square-2 dt h4,
.EntityLockup-square-2 dt h5,
.EntityLockup-square-2 dt h6 {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin: 0
}
.EntityLockup-square-2 .badge,
.EntityLockup-square-2 dd:not(.badge) {
font-size: 1.2rem;
line-height: 1.33333;
color: rgba(0, 0, 0, .6)
}
.EntityLockup-square-2 .badge {
display: inline-block;
font-weight: 400;
padding: 0 4px
}
.EntityLockup-square-2 .badge:before {
content: "·";
margin-right: 8px
}
.EntityLockup-square-2-company {
display: table
}
.EntityLockup-square-2-company>figure {
display: table-cell;
vertical-align: top
}
.EntityLockup-square-2-company>figure i,
.EntityLockup-square-2-company>figure img {
width: 40px;
height: 40px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
border-radius: 6px;
display: inline-block;
margin-right: 8px;
object-fit: scale-down;
vertical-align: middle
}
.EntityLockup-square-2-company dl {
width: 100%;
display: table-cell;
vertical-align: middle
}
.EntityLockup-square-2-company dt {
display: inline-block;
vertical-align: middle
}
.EntityLockup-square-2-company dt,
.EntityLockup-square-2-company dt h2,
.EntityLockup-square-2-company dt h3,
.EntityLockup-square-2-company dt h4,
.EntityLockup-square-2-company dt h5,
.EntityLockup-square-2-company dt h6 {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin: 0
}
.EntityLockup-square-2-company .badge,
.EntityLockup-square-2-company dd:not(.badge) {
font-size: 1.2rem;
line-height: 1.33333;
color: rgba(0, 0, 0, .6)
}
.EntityLockup-square-2-company .badge {
display: inline-block;
font-weight: 400;
padding: 0 4px
}
.EntityLockup-square-2-company .badge:before {
content: "·";
margin-right: 8px
}
.EntityLockup-square-2-ghost-company {
display: table
}
.EntityLockup-square-2-ghost-company>figure {
display: table-cell;
vertical-align: top
}
.EntityLockup-square-2-ghost-company>figure i,
.EntityLockup-square-2-ghost-company>figure img {
width: 40px;
height: 40px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
background-image: url(/sc/h/ck48xrmh3ctwna0w2y1hos0ln);
border-radius: 6px;
background-color: #827be9;
display: inline-block;
margin-right: 8px;
object-fit: scale-down;
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.EntityLockup-square-2-ghost-company>figure i,
.EntityLockup-square-2-ghost-company>figure img {
background-image: none
}
.EntityLockup-square-2-ghost-company>figure i:after,
.EntityLockup-square-2-ghost-company>figure img:after {
content: url(/sc/h/ck48xrmh3ctwna0w2y1hos0ln);
height: 100%
}
}
.EntityLockup-square-2-ghost-company dl {
width: 100%;
display: table-cell;
vertical-align: middle
}
.EntityLockup-square-2-ghost-company dt {
display: inline-block;
vertical-align: middle
}
.EntityLockup-square-2-ghost-company dt,
.EntityLockup-square-2-ghost-company dt h2,
.EntityLockup-square-2-ghost-company dt h3,
.EntityLockup-square-2-ghost-company dt h4,
.EntityLockup-square-2-ghost-company dt h5,
.EntityLockup-square-2-ghost-company dt h6 {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin: 0
}
.EntityLockup-square-2-ghost-company .badge,
.EntityLockup-square-2-ghost-company dd:not(.badge) {
font-size: 1.2rem;
line-height: 1.33333;
color: rgba(0, 0, 0, .6)
}
.EntityLockup-square-2-ghost-company .badge {
display: inline-block;
font-weight: 400;
padding: 0 4px
}
.EntityLockup-square-2-ghost-company .badge:before {
content: "·";
margin-right: 8px
}
.EntityLockup-square-2-ghost-school {
display: table
}
.EntityLockup-square-2-ghost-school>figure {
display: table-cell;
vertical-align: top
}
.EntityLockup-square-2-ghost-school>figure i,
.EntityLockup-square-2-ghost-school>figure img {
width: 40px;
height: 40px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
background-image: url(/sc/h/8zyvax2j09k9jfspjn2wi17un);
border-radius: 6px;
background-color: #827be9;
display: inline-block;
margin-right: 8px;
object-fit: scale-down;
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.EntityLockup-square-2-ghost-school>figure i,
.EntityLockup-square-2-ghost-school>figure img {
background-image: none
}
.EntityLockup-square-2-ghost-school>figure i:after,
.EntityLockup-square-2-ghost-school>figure img:after {
content: url(/sc/h/8zyvax2j09k9jfspjn2wi17un);
height: 100%
}
}
.EntityLockup-square-2-ghost-school dl {
width: 100%;
display: table-cell;
vertical-align: middle
}
.EntityLockup-square-2-ghost-school dt {
display: inline-block;
vertical-align: middle
}
.EntityLockup-square-2-ghost-school dt,
.EntityLockup-square-2-ghost-school dt h2,
.EntityLockup-square-2-ghost-school dt h3,
.EntityLockup-square-2-ghost-school dt h4,
.EntityLockup-square-2-ghost-school dt h5,
.EntityLockup-square-2-ghost-school dt h6 {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin: 0
}
.EntityLockup-square-2-ghost-school .badge,
.EntityLockup-square-2-ghost-school dd:not(.badge) {
font-size: 1.2rem;
line-height: 1.33333;
color: rgba(0, 0, 0, .6)
}
.EntityLockup-square-2-ghost-school .badge {
display: inline-block;
font-weight: 400;
padding: 0 4px
}
.EntityLockup-square-2-ghost-school .badge:before {
content: "·";
margin-right: 8px
}
.EntityLockup-square-4-ghost-company {
display: table
}
.EntityLockup-square-4-ghost-company>figure {
display: table-cell;
vertical-align: top
}
.EntityLockup-square-4-ghost-company>figure i,
.EntityLockup-square-4-ghost-company>figure img {
width: 56px;
height: 56px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
background-image: url(/sc/h/ck48xrmh3ctwna0w2y1hos0ln);
border-radius: 6px;
background-color: #827be9;
display: inline-block;
margin-right: 8px;
object-fit: scale-down;
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.EntityLockup-square-4-ghost-company>figure i,
.EntityLockup-square-4-ghost-company>figure img {
background-image: none
}
.EntityLockup-square-4-ghost-company>figure i:after,
.EntityLockup-square-4-ghost-company>figure img:after {
content: url(/sc/h/ck48xrmh3ctwna0w2y1hos0ln);
height: 100%
}
}
.EntityLockup-square-4-ghost-company dl {
width: 100%;
display: table-cell;
vertical-align: middle
}
.EntityLockup-square-4-ghost-company dt {
display: inline-block;
vertical-align: middle
}
.EntityLockup-square-4-ghost-company dt,
.EntityLockup-square-4-ghost-company dt h2,
.EntityLockup-square-4-ghost-company dt h3,
.EntityLockup-square-4-ghost-company dt h4,
.EntityLockup-square-4-ghost-company dt h5,
.EntityLockup-square-4-ghost-company dt h6 {
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin: 0
}
.EntityLockup-square-4-ghost-company .badge,
.EntityLockup-square-4-ghost-company dd:not(.badge) {
font-size: 1.4rem;
line-height: 1.42857;
color: rgba(0, 0, 0, .6)
}
.EntityLockup-square-4-ghost-company .badge {
display: inline-block;
font-weight: 400;
padding: 0 8px
}
.EntityLockup-square-4-ghost-company .badge:before {
content: "·";
margin-right: 8px
}
.EntityLockup-square-4-ghost-school {
display: table
}
.EntityLockup-square-4-ghost-school>figure {
display: table-cell;
vertical-align: top
}
.EntityLockup-square-4-ghost-school>figure i,
.EntityLockup-square-4-ghost-school>figure img {
width: 56px;
height: 56px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
background-image: url(/sc/h/8zyvax2j09k9jfspjn2wi17un);
border-radius: 6px;
background-color: #827be9;
display: inline-block;
margin-right: 8px;
object-fit: scale-down;
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.EntityLockup-square-4-ghost-school>figure i,
.EntityLockup-square-4-ghost-school>figure img {
background-image: none
}
.EntityLockup-square-4-ghost-school>figure i:after,
.EntityLockup-square-4-ghost-school>figure img:after {
content: url(/sc/h/8zyvax2j09k9jfspjn2wi17un);
height: 100%
}
}
.EntityLockup-square-4-ghost-school dl {
width: 100%;
display: table-cell;
vertical-align: middle
}
.EntityLockup-square-4-ghost-school dt {
display: inline-block;
vertical-align: middle
}
.EntityLockup-square-4-ghost-school dt,
.EntityLockup-square-4-ghost-school dt h2,
.EntityLockup-square-4-ghost-school dt h3,
.EntityLockup-square-4-ghost-school dt h4,
.EntityLockup-square-4-ghost-school dt h5,
.EntityLockup-square-4-ghost-school dt h6 {
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin: 0
}
.EntityLockup-square-4-ghost-school .badge,
.EntityLockup-square-4-ghost-school dd:not(.badge) {
font-size: 1.4rem;
line-height: 1.42857;
color: rgba(0, 0, 0, .6)
}
.EntityLockup-square-4-ghost-school .badge {
display: inline-block;
font-weight: 400;
padding: 0 8px
}
.EntityLockup-square-4-ghost-school .badge:before {
content: "·";
margin-right: 8px
}
.EntityLockup-square-4 {
display: table
}
.EntityLockup-square-4>figure {
display: table-cell;
vertical-align: top
}
.EntityLockup-square-4>figure i,
.EntityLockup-square-4>figure img {
width: 56px;
height: 56px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
border-radius: 6px;
display: inline-block;
margin-right: 8px;
object-fit: scale-down;
vertical-align: middle
}
.EntityLockup-square-4 dl {
width: 100%;
display: table-cell;
vertical-align: middle
}
.EntityLockup-square-4 dt {
display: inline-block;
vertical-align: middle
}
.EntityLockup-square-4 dt,
.EntityLockup-square-4 dt h2,
.EntityLockup-square-4 dt h3,
.EntityLockup-square-4 dt h4,
.EntityLockup-square-4 dt h5,
.EntityLockup-square-4 dt h6 {
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin: 0
}
.EntityLockup-square-4 .badge,
.EntityLockup-square-4 dd:not(.badge) {
font-size: 1.4rem;
line-height: 1.42857;
color: rgba(0, 0, 0, .6)
}
.EntityLockup-square-4 .badge {
display: inline-block;
font-weight: 400;
padding: 0 8px
}
.EntityLockup-square-4 .badge:before {
content: "·";
margin-right: 8px
}
.EntityLockup-square-5-ghost-company {
display: table
}
.EntityLockup-square-5-ghost-company>figure {
display: table-cell;
vertical-align: top
}
.EntityLockup-square-5-ghost-company>figure i,
.EntityLockup-square-5-ghost-company>figure img {
width: 72px;
height: 72px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
background-image: url(/sc/h/ck48xrmh3ctwna0w2y1hos0ln);
border-radius: 6px;
background-color: #827be9;
display: inline-block;
margin-right: 8px;
object-fit: scale-down;
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.EntityLockup-square-5-ghost-company>figure i,
.EntityLockup-square-5-ghost-company>figure img {
background-image: none
}
.EntityLockup-square-5-ghost-company>figure i:after,
.EntityLockup-square-5-ghost-company>figure img:after {
content: url(/sc/h/ck48xrmh3ctwna0w2y1hos0ln);
height: 100%
}
}
.EntityLockup-square-5-ghost-company dl {
width: 100%;
display: table-cell;
vertical-align: middle
}
.EntityLockup-square-5-ghost-company dt {
display: inline-block;
vertical-align: middle
}
.EntityLockup-square-5-ghost-company dt,
.EntityLockup-square-5-ghost-company dt h2,
.EntityLockup-square-5-ghost-company dt h3,
.EntityLockup-square-5-ghost-company dt h4,
.EntityLockup-square-5-ghost-company dt h5,
.EntityLockup-square-5-ghost-company dt h6 {
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin: 0
}
.EntityLockup-square-5-ghost-company .badge,
.EntityLockup-square-5-ghost-company dd:not(.badge) {
color: rgba(0, 0, 0, .6);
font-size: 1.6rem;
line-height: 1.5
}
.EntityLockup-square-5-ghost-company .badge {
display: inline-block;
font-weight: 400;
padding: 0 8px
}
.EntityLockup-square-5-ghost-company .badge:before {
content: "·";
margin-right: 8px
}
.EntityLockup-square-5 {
display: table
}
.EntityLockup-square-5>figure {
display: table-cell;
vertical-align: top
}
.EntityLockup-square-5>figure i,
.EntityLockup-square-5>figure img {
width: 72px;
height: 72px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
border-radius: 6px;
display: inline-block;
margin-right: 8px;
object-fit: scale-down;
vertical-align: middle
}
.EntityLockup-square-5 dl {
width: 100%;
display: table-cell;
vertical-align: middle
}
.EntityLockup-square-5 dt {
display: inline-block;
vertical-align: middle
}
.EntityLockup-square-5 dt,
.EntityLockup-square-5 dt h2,
.EntityLockup-square-5 dt h3,
.EntityLockup-square-5 dt h4,
.EntityLockup-square-5 dt h5,
.EntityLockup-square-5 dt h6 {
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin: 0
}
.EntityLockup-square-5 .badge,
.EntityLockup-square-5 dd:not(.badge) {
color: rgba(0, 0, 0, .6);
font-size: 1.6rem;
line-height: 1.5
}
.EntityLockup-square-5 .badge {
display: inline-block;
font-weight: 400;
padding: 0 8px
}
.EntityLockup-square-5 .badge:before {
content: "·";
margin-right: 8px
}
.EntityLockup-square-5-ghost-school {
display: table
}
.EntityLockup-square-5-ghost-school>figure {
display: table-cell;
vertical-align: top
}
.EntityLockup-square-5-ghost-school>figure i,
.EntityLockup-square-5-ghost-school>figure img {
width: 72px;
height: 72px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
background-image: url(/sc/h/8zyvax2j09k9jfspjn2wi17un);
border-radius: 6px;
background-color: #827be9;
display: inline-block;
margin-right: 8px;
object-fit: scale-down;
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.EntityLockup-square-5-ghost-school>figure i,
.EntityLockup-square-5-ghost-school>figure img {
background-image: none
}
.EntityLockup-square-5-ghost-school>figure i:after,
.EntityLockup-square-5-ghost-school>figure img:after {
content: url(/sc/h/8zyvax2j09k9jfspjn2wi17un);
height: 100%
}
}
.EntityLockup-square-5-ghost-school dl {
width: 100%;
display: table-cell;
vertical-align: middle
}
.EntityLockup-square-5-ghost-school dt {
display: inline-block;
vertical-align: middle
}
.EntityLockup-square-5-ghost-school dt,
.EntityLockup-square-5-ghost-school dt h2,
.EntityLockup-square-5-ghost-school dt h3,
.EntityLockup-square-5-ghost-school dt h4,
.EntityLockup-square-5-ghost-school dt h5,
.EntityLockup-square-5-ghost-school dt h6 {
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin: 0
}
.EntityLockup-square-5-ghost-school .badge,
.EntityLockup-square-5-ghost-school dd:not(.badge) {
font-size: 1.6rem;
line-height: 1.5;
color: rgba(0, 0, 0, .6)
}
.EntityLockup-square-5-ghost-school .badge {
display: inline-block;
font-weight: 400;
padding: 0 8px
}
.EntityLockup-square-5-ghost-school .badge:before {
content: "·";
margin-right: 8px
}
.EntityLockup-circle-2 {
display: table
}
.EntityLockup-circle-2>figure {
display: table-cell;
vertical-align: top
}
.EntityLockup-circle-2>figure i,
.EntityLockup-circle-2>figure img {
width: 40px;
height: 40px;
box-sizing: border-box;
background-clip: content-box;
border: 3px solid transparent;
border-radius: 49.9%;
display: inline-block;
margin-right: 8px;
object-fit: scale-down;
vertical-align: middle
}
.EntityLockup-circle-2 dl {
width: 100%;
display: table-cell;
vertical-align: middle
}
.EntityLockup-circle-2 dt {
display: inline-block;
vertical-align: middle
}
.EntityLockup-circle-2 dt,
.EntityLockup-circle-2 dt h2,
.EntityLockup-circle-2 dt h3,
.EntityLockup-circle-2 dt h4,
.EntityLockup-circle-2 dt h5,
.EntityLockup-circle-2 dt h6 {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin: 0
}
.EntityLockup-circle-2 .badge,
.EntityLockup-circle-2 dd:not(.badge) {
font-size: 1.2rem;
line-height: 1.33333;
color: rgba(0, 0, 0, .6)
}
.EntityLockup-circle-2 .badge {
display: inline-block;
font-weight: 400;
padding: 0 4px
}
.EntityLockup-circle-2 .badge:before {
content: "·";
margin-right: 8px
}
.EntityLockup-circle-2-ghost-person {
display: table
}
.EntityLockup-circle-2-ghost-person>figure {
display: table-cell;
vertical-align: top
}
.EntityLockup-circle-2-ghost-person>figure i,
.EntityLockup-circle-2-ghost-person>figure img {
width: 40px;
height: 40px;
box-sizing: border-box;
background-clip: content-box;
border: 3px solid transparent;
background-image: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
border-radius: 49.9%;
background-color: #0091ca;
display: inline-block;
margin-right: 8px;
object-fit: scale-down;
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.EntityLockup-circle-2-ghost-person>figure i,
.EntityLockup-circle-2-ghost-person>figure img {
background-image: none
}
.EntityLockup-circle-2-ghost-person>figure i:after,
.EntityLockup-circle-2-ghost-person>figure img:after {
content: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
height: 100%
}
}
.EntityLockup-circle-2-ghost-person dl {
width: 100%;
display: table-cell;
vertical-align: middle
}
.EntityLockup-circle-2-ghost-person dt {
display: inline-block;
vertical-align: middle
}
.EntityLockup-circle-2-ghost-person dt,
.EntityLockup-circle-2-ghost-person dt h2,
.EntityLockup-circle-2-ghost-person dt h3,
.EntityLockup-circle-2-ghost-person dt h4,
.EntityLockup-circle-2-ghost-person dt h5,
.EntityLockup-circle-2-ghost-person dt h6 {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin: 0
}
.EntityLockup-circle-2-ghost-person .badge,
.EntityLockup-circle-2-ghost-person dd:not(.badge) {
font-size: 1.2rem;
line-height: 1.33333;
color: rgba(0, 0, 0, .6)
}
.EntityLockup-circle-2-ghost-person .badge {
display: inline-block;
font-weight: 400;
padding: 0 4px
}
.EntityLockup-circle-2-ghost-person .badge:before {
content: "·";
margin-right: 8px
}
.EntityLockup-circle-3-ghost-person {
display: table
}
.EntityLockup-circle-3-ghost-person>figure {
display: table-cell;
vertical-align: top
}
.EntityLockup-circle-3-ghost-person>figure i,
.EntityLockup-circle-3-ghost-person>figure img {
width: 48px;
height: 48px;
box-sizing: border-box;
background-clip: content-box;
border: 2px solid transparent;
background-image: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
border-radius: 49.9%;
background-color: #0091ca;
display: inline-block;
margin-right: 8px;
object-fit: scale-down;
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.EntityLockup-circle-3-ghost-person>figure i,
.EntityLockup-circle-3-ghost-person>figure img {
background-image: none
}
.EntityLockup-circle-3-ghost-person>figure i:after,
.EntityLockup-circle-3-ghost-person>figure img:after {
content: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
height: 100%
}
}
.EntityLockup-circle-3-ghost-person dl {
width: 100%;
display: table-cell;
vertical-align: middle
}
.EntityLockup-circle-3-ghost-person dt {
display: inline-block;
vertical-align: middle
}
.EntityLockup-circle-3-ghost-person dt,
.EntityLockup-circle-3-ghost-person dt h2,
.EntityLockup-circle-3-ghost-person dt h3,
.EntityLockup-circle-3-ghost-person dt h4,
.EntityLockup-circle-3-ghost-person dt h5,
.EntityLockup-circle-3-ghost-person dt h6 {
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin: 0
}
.EntityLockup-circle-3-ghost-person .badge,
.EntityLockup-circle-3-ghost-person dd:not(.badge) {
font-size: 1.4rem;
line-height: 1.42857;
color: rgba(0, 0, 0, .6)
}
.EntityLockup-circle-3-ghost-person .badge {
display: inline-block;
font-weight: 400;
padding: 0 8px
}
.EntityLockup-circle-3-ghost-person .badge:before {
content: "·";
margin-right: 8px
}
.EntityLockup-circle-4-ghost-company {
display: table
}
.EntityLockup-circle-4-ghost-company>figure {
display: table-cell;
vertical-align: top
}
.EntityLockup-circle-4-ghost-company>figure i,
.EntityLockup-circle-4-ghost-company>figure img {
width: 56px;
height: 56px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
background-image: url(/sc/h/ck48xrmh3ctwna0w2y1hos0ln);
border-radius: 6px;
background-color: #827be9;
display: inline-block;
margin-right: 8px;
object-fit: scale-down;
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.EntityLockup-circle-4-ghost-company>figure i,
.EntityLockup-circle-4-ghost-company>figure img {
background-image: none
}
.EntityLockup-circle-4-ghost-company>figure i:after,
.EntityLockup-circle-4-ghost-company>figure img:after {
content: url(/sc/h/ck48xrmh3ctwna0w2y1hos0ln);
height: 100%
}
}
.EntityLockup-circle-4-ghost-company dl {
width: 100%;
display: table-cell;
vertical-align: middle
}
.EntityLockup-circle-4-ghost-company dt {
display: inline-block;
vertical-align: middle
}
.EntityLockup-circle-4-ghost-company dt,
.EntityLockup-circle-4-ghost-company dt h2,
.EntityLockup-circle-4-ghost-company dt h3,
.EntityLockup-circle-4-ghost-company dt h4,
.EntityLockup-circle-4-ghost-company dt h5,
.EntityLockup-circle-4-ghost-company dt h6 {
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin: 0
}
.EntityLockup-circle-4-ghost-company .badge,
.EntityLockup-circle-4-ghost-company dd:not(.badge) {
font-size: 1.4rem;
line-height: 1.42857;
color: rgba(0, 0, 0, .6)
}
.EntityLockup-circle-4-ghost-company .badge {
display: inline-block;
font-weight: 400;
padding: 0 8px
}
.EntityLockup-circle-4-ghost-company .badge:before {
content: "·";
margin-right: 8px
}
.EntityLockup-circle-4-ghost-person {
display: table
}
.EntityLockup-circle-4-ghost-person>figure {
display: table-cell;
vertical-align: top
}
.EntityLockup-circle-4-ghost-person>figure i,
.EntityLockup-circle-4-ghost-person>figure img {
width: 56px;
height: 56px;
box-sizing: border-box;
background-clip: content-box;
border: 2px solid transparent;
background-image: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
border-radius: 49.9%;
background-color: #0091ca;
display: inline-block;
margin-right: 8px;
object-fit: scale-down;
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.EntityLockup-circle-4-ghost-person>figure i,
.EntityLockup-circle-4-ghost-person>figure img {
background-image: none
}
.EntityLockup-circle-4-ghost-person>figure i:after,
.EntityLockup-circle-4-ghost-person>figure img:after {
content: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
height: 100%
}
}
.EntityLockup-circle-4-ghost-person dl {
width: 100%;
display: table-cell;
vertical-align: middle
}
.EntityLockup-circle-4-ghost-person dt {
display: inline-block;
vertical-align: middle
}
.EntityLockup-circle-4-ghost-person dt,
.EntityLockup-circle-4-ghost-person dt h2,
.EntityLockup-circle-4-ghost-person dt h3,
.EntityLockup-circle-4-ghost-person dt h4,
.EntityLockup-circle-4-ghost-person dt h5,
.EntityLockup-circle-4-ghost-person dt h6 {
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin: 0
}
.EntityLockup-circle-4-ghost-person .badge,
.EntityLockup-circle-4-ghost-person dd:not(.badge) {
font-size: 1.4rem;
line-height: 1.42857;
color: rgba(0, 0, 0, .6)
}
.EntityLockup-circle-4-ghost-person .badge {
display: inline-block;
font-weight: 400;
padding: 0 8px
}
.EntityLockup-circle-4-ghost-person .badge:before {
content: "·";
margin-right: 8px
}
.EntityLockup-circle-4 {
display: table
}
.EntityLockup-circle-4>figure {
display: table-cell;
vertical-align: top
}
.EntityLockup-circle-4>figure i,
.EntityLockup-circle-4>figure img {
width: 56px;
height: 56px;
box-sizing: border-box;
background-clip: content-box;
border: 2px solid transparent;
border-radius: 49.9%;
display: inline-block;
margin-right: 8px;
object-fit: scale-down;
vertical-align: middle
}
.EntityLockup-circle-4 dl {
width: 100%;
display: table-cell;
vertical-align: middle
}
.EntityLockup-circle-4 dt {
display: inline-block;
vertical-align: middle
}
.EntityLockup-circle-4 dt,
.EntityLockup-circle-4 dt h2,
.EntityLockup-circle-4 dt h3,
.EntityLockup-circle-4 dt h4,
.EntityLockup-circle-4 dt h5,
.EntityLockup-circle-4 dt h6 {
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin: 0
}
.EntityLockup-circle-4 .badge,
.EntityLockup-circle-4 dd:not(.badge) {
font-size: 1.4rem;
line-height: 1.42857;
color: rgba(0, 0, 0, .6)
}
.EntityLockup-circle-4 .badge {
display: inline-block;
font-weight: 400;
padding: 0 8px
}
.EntityLockup-circle-4 .badge:before {
content: "·";
margin-right: 8px
}
.EntityLockup-company-5 {
display: table
}
.EntityLockup-company-5>figure {
display: table-cell;
vertical-align: top
}
.EntityLockup-company-5>figure i,
.EntityLockup-company-5>figure img {
width: 72px;
height: 72px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
border-radius: 6px;
display: inline-block;
margin-right: 8px;
object-fit: scale-down;
vertical-align: middle
}
.EntityLockup-company-5 dl {
width: 100%;
display: table-cell;
vertical-align: middle
}
.EntityLockup-company-5 dt {
display: inline-block;
vertical-align: middle
}
.EntityLockup-company-5 dt,
.EntityLockup-company-5 dt h2,
.EntityLockup-company-5 dt h3,
.EntityLockup-company-5 dt h4,
.EntityLockup-company-5 dt h5,
.EntityLockup-company-5 dt h6 {
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin: 0
}
.EntityLockup-company-5 .badge,
.EntityLockup-company-5 dd:not(.badge) {
color: rgba(0, 0, 0, .6);
font-size: 1.6rem;
line-height: 1.5
}
.EntityLockup-company-5 .badge {
display: inline-block;
font-weight: 400;
padding: 0 8px
}
.EntityLockup-company-5 .badge:before {
content: "·";
margin-right: 8px
}
.EntityLockup-company-4 {
display: table
}
.EntityLockup-company-4>figure {
display: table-cell;
vertical-align: top
}
.EntityLockup-company-4>figure i,
.EntityLockup-company-4>figure img {
width: 56px;
height: 56px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
border-radius: 6px;
display: inline-block;
margin-right: 8px;
object-fit: scale-down;
vertical-align: middle
}
.EntityLockup-company-4 dl {
width: 100%;
display: table-cell;
vertical-align: middle
}
.EntityLockup-company-4 dt {
display: inline-block;
vertical-align: middle
}
.EntityLockup-company-4 dt,
.EntityLockup-company-4 dt h2,
.EntityLockup-company-4 dt h3,
.EntityLockup-company-4 dt h4,
.EntityLockup-company-4 dt h5,
.EntityLockup-company-4 dt h6 {
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin: 0
}
.EntityLockup-company-4 .badge,
.EntityLockup-company-4 dd:not(.badge) {
font-size: 1.4rem;
line-height: 1.42857;
color: rgba(0, 0, 0, .6)
}
.EntityLockup-company-4 .badge {
display: inline-block;
font-weight: 400;
padding: 0 8px
}
.header-extra-small,
.header-medium {
display: block;
background-size: cover;
background-position: center
}
.EntityLockup-company-4 .badge:before {
content: "·";
margin-right: 8px
}
.mh0,
.mr0 {
margin-right: 0
}
.header-medium {
height: 220px
}
.header-extra-small {
height: 144px
}
.success-check-premium-74 {
background-image: url(/sc/h/68vnb8fn0e5qg7pn5kzrjyft2);
height: 74px;
width: 74px
}
.empty-pencil-paper-premium {
background-image: url(/sc/h/bq5egsjwh4myfe5y343g9wwo8);
height: 102px;
width: 76px
}
.company-buildings {
background-image: url(/sc/h/313hulygda8g4cyps4y31snkr)
}
.trophy {
background-image: url(/sc/h/3q1qyzyq3kll7vphk7fqitdjw)
}
.network-48 {
background-image: url(/sc/h/doklkhzdgzgibs6tjtf60r989)
}
.people-conversation-48 {
background-image: url(/sc/h/b1zmr4pvp95hmjkgs027kyl6k)
}
.salary-48 {
background-image: url(/sc/h/bb1bggmgqbnv123k2i3wlcex8)
}
.illustration-56 {
height: 56px;
width: 56px
}
.illustration-230 {
height: 230px;
width: 230px
}
.label,
.label-16dp,
.label-16dp-success,
.label-accent {
font-size: 1.2rem;
font-weight: 600;
box-sizing: border-box;
display: inline-block;
border-radius: 2px;
padding: 0 4px;
height: 16px;
line-height: 17px
}
.add-connections {
background-image: url(/sc/h/jgz2omhh9nvs84vkskzfa8o3)
}
.browser-graph {
background-image: url(/sc/h/58lfld7i3scxowb4t8m6cy8ui)
}
.browser-feed {
background-image: url(/sc/h/cmiaxgs63f6zuxgsvv364wmfz)
}
.browser-feed-muted {
background-image: url(/sc/h/b6nm1jvgxg3voww8k633wxhcp)
}
.circle-warning {
background-image: url(/sc/h/fpxv8vfe817y6giishsfm40l)
}
.circle-fail {
background-image: url(/sc/h/cqg0c0w9jie18o3h2txkizdo0)
}
.circle-person {
background-image: url(/sc/h/9crsqi3ijq2d0m6uay7opimmn)
}
.company-buildings-56 {
background-image: url(/sc/h/10mkauyey7dtl32t1ud22tw0q)
}
.school-building {
background-image: url(/sc/h/a5h55j98dwpmv6emgow8enpia)
}
.course-watch {
background-image: url(/sc/h/brnrmvhanujyjodqlwqn0jxpm)
}
.computer-jobs-56 {
background-image: url(/sc/h/5s5v4wfhsaqsqookifatq5bpe)
}
.industry-56 {
background-image: url(/sc/h/b8ynfp83t8oo25ebsmx6pys8l)
}
.briefcase {
background-image: url(/sc/h/e2iymlqjjo30x1191htvcimnl)
}
.lightbulb {
background-image: url(/sc/h/duuvg50ehznblzzm3p3cmxu8j)
}
.magnifying-glass {
background-image: url(/sc/h/7th7q4ba372xivurw8b3dosy3)
}
.news-paper {
background-image: url(/sc/h/6bsoysvzaiotsgbbodlh2har3)
}
.ruler-pencil {
background-image: url(/sc/h/ackjl2y08ng17nh919mqeqopy)
}
.success-check {
background-image: url(/sc/h/dj6cvn64nct6wbza7hew9c93i)
}
.network {
background-image: url(/sc/h/31ckhm7adkp4uvdp0htujlor7)
}
.network-premium {
background-image: url(/sc/h/5y0t3fb49fo2jx0rar4c6jnn7)
}
.people-group {
background-image: url(/sc/h/dx89evqm8kctzq4kscwed7l40)
}
.people-conversation {
background-image: url(/sc/h/5a1vw9q3fw4kpzxgpc3087df2)
}
.salary {
background-image: url(/sc/h/8ohaqiq04bo6miu8pdmhfap5)
}
.radar-56 {
background-image: url(/sc/h/5qoiiunswg8ae6s0mwmdgqaxp)
}
.certificate-56 {
background-image: url(/sc/h/xldgzdu5t6p8akhzv2wzzp16)
}
.group-56 {
background-image: url(/sc/h/13vwq8lszmr0vsces77tab7en)
}
.group-muted-56 {
background-image: url(/sc/h/eqd6ghpvkxi5am9ot3occni24)
}
.lock-56 {
background-image: url(/sc/h/94qg9g1uiy89ccnfg4c70nx4x)
}
.magnifying-glass-56 {
background-image: url(/sc/h/7th7q4ba372xivurw8b3dosy3)
}
.mobile-phone-56 {
background-image: url(/sc/h/2jhs2hxfuy763uxiqhf76maji)
}
.circle-check-56 {
background-image: url(/sc/h/81h5z0rakvoe61n81uq71dqv9)
}
.trophy-premium {
background-image: url(/sc/h/pah0qronn6v33hnik26edvu2)
}
.lock-premium {
background-image: url(/sc/h/950zk49wrlp0cr1mj4gpjsi3t)
}
.gift-premium {
background-image: url(/sc/h/aex2vw61rn0kvjtm0kvbhbtod)
}
.location-pin {
background-image: url(/sc/h/efo0wduaodia4nmsfgzpuh6ae)
}
.paper-report-premium {
background-image: url(/sc/h/ad0qzmxt5eb8bgh7p61zut0ra)
}
.in-mail {
background-image: url(/sc/h/7posci9gp3rw1ttknrozlmd3k)
}
.add-feed {
background-image: url(/sc/h/2evwdby7w2loevjlwg8d0esf3)
}
.desktop-mobile-screens {
background-image: url(/sc/h/cu2lrpear3hn0ll63r2cgyemb)
}
.sad-browser-230 {
background-image: url(/sc/h/2u19h7o00wxpup7f9a6su9xzl)
}
.sad-browser-muted-230 {
background-image: url(/sc/h/9z0na2tjrx0w50zn45r0ecl00)
}
.search-results-muted-230 {
background-image: url(/sc/h/p7d88tov7z0gcfxlvksh9zfw)
}
.missing-piece-muted-230 {
background-image: url(/sc/h/bq2cuj7cdif03ogfhk3p07fnd)
}
.people-comment {
background-image: url(/sc/h/71v6pnbcw5tzv7mabh9pud1u4)
}
.empty-pencil-paper {
background-image: url(/sc/h/3qlw2gk8g1lly5vnm4cd6jdkz)
}
.no-likers-muted {
background-image: url(/sc/h/8rna5h31dvcrq2fk7p2hsh2xa)
}
.label {
color: rgba(0, 0, 0, .9);
background: rgba(199, 209, 216, .45)
}
.label-accent {
color: #fff;
background: #0073b1
}
.label-16dp {
color: rgba(0, 0, 0, .9);
background: rgba(199, 209, 216, .45)
}
.label-16dp-success {
color: #fff;
background: #2f7b15
}
.label-20dp,
.label-24dp {
font-weight: 600;
box-sizing: border-box;
display: inline-block;
border-radius: 2px;
padding: 0 8px;
color: rgba(0, 0, 0, .9);
background: rgba(199, 209, 216, .45)
}
.label-20dp {
font-size: 1.4rem;
height: 20px;
line-height: 20px
}
.label-24dp {
font-size: 1.6rem;
height: 24px;
line-height: 24px
}
.inverse-link,
.inverse-link-light-background-without-hover-state,
.inverse-link-without-hover-state,
.link,
.link-without-hover-state,
.link-without-hover-visited,
.link-without-visited-state {
font-weight: 600;
background-color: transparent;
border: 0
}
.link-without-visited-state {
text-decoration: none;
color: #0073b1
}
.link-without-visited-state:visited {
color: #0073b1
}
.link-without-visited-state:focus,
.link-without-visited-state:hover {
text-decoration: underline;
color: #006097
}
.link-without-visited-state:active {
color: #004b7c
}
.link {
text-decoration: none;
color: #0073b1
}
.link:focus,
.link:hover {
text-decoration: underline;
color: #006097
}
.link:active {
color: #004b7c
}
.link:visited {
color: #665ed0
}
.link:visited:hover {
color: #544bc2
}
.link:visited:active {
color: #4034b0
}
.link-without-hover-state {
text-decoration: none;
color: #0073b1
}
.link-without-hover-state:focus,
.link-without-hover-state:hover {
text-decoration: underline;
color: #006097
}
.link-without-hover-state:active {
color: #004b7c
}
.link-without-hover-state:visited {
color: #665ed0
}
.link-without-hover-state:visited:hover {
color: #544bc2
}
.link-without-hover-state:visited:active {
color: #4034b0
}
.link-without-hover-state:hover {
text-decoration: none
}
.link-without-hover-visited {
text-decoration: none;
color: #0073b1
}
.link-without-hover-visited:visited {
color: #0073b1
}
.link-without-hover-visited:focus,
.link-without-hover-visited:hover {
text-decoration: underline;
color: #006097
}
.link-without-hover-visited:active {
color: #004b7c
}
.link-without-hover-visited:hover {
text-decoration: none
}
.inverse-link-light-background-without-hover-state {
text-decoration: none;
color: rgba(0, 0, 0, .6)
}
.inverse-link-light-background-without-hover-state:visited {
color: inherit
}
.inverse-link-light-background-without-hover-state:focus,
.inverse-link-light-background-without-hover-state:hover {
text-decoration: underline;
color: rgba(0, 0, 0, .75)
}
.inverse-link,
.inverse-link-light-background-without-hover-state:hover {
text-decoration: none
}
.inverse-link-light-background-without-hover-state:active {
color: #000;
text-decoration: none
}
.inverse-link-light-background-without-hover-state:visited {
color: rgba(0, 0, 0, .6)
}
.inverse-link-light-background-without-hover-state:visited:active {
color: rgba(0, 0, 0, .9)
}
.inverse-link {
color: #fff
}
.inverse-link:focus,
.inverse-link:hover {
text-decoration: underline
}
.inverse-link:active {
text-decoration: none;
color: #fff
}
.inverse-link:visited,
.inverse-link:visited:active {
color: #fff
}
.inverse-link-without-hover-state {
text-decoration: none;
color: #fff
}
.inverse-link-without-hover-state:focus,
.inverse-link-without-hover-state:hover {
text-decoration: underline
}
.inverse-link-without-hover-state:active {
text-decoration: none;
color: #fff
}
.inverse-link-without-hover-state:visited,
.inverse-link-without-hover-state:visited:active {
color: #fff
}
.inverse-link-without-hover-state:hover {
text-decoration: none
}
.link-without-visited-state:not(:hover).t-black {
color: rgba(0, 0, 0, .9)
}
.link-without-visited-state:not(:hover).t-black--light {
color: rgba(0, 0, 0, .6)
}
.hoverable-link-text.hoverable-link-text:hover {
color: #0084bf;
text-decoration: underline
}
.hoverable-link-text.hoverable-link-text[disabled] {
text-decoration: none;
color: inherit
}
.media,
.media__body {
overflow: hidden
}
.media__side {
float: left
}
.media__side--right {
float: right
}
.media__media {
display: block
}
.static-pill {
font-size: 1.4rem;
font-weight: 400;
color: rgba(0, 0, 0, .6);
display: inline-block;
height: 32px;
line-height: 32px;
padding: 0 12px;
border: 0;
border-radius: 32px
}
.striped-table th,
.table th {
font-weight: 600;
min-height: 36px;
text-align: left;
white-space: nowrap
}
.striped-table td,
.table td {
height: 52px;
box-sizing: border-box
}
.striped-table td,
.striped-table th,
.table td,
.table th {
font-size: 1.4rem;
line-height: 1.42857;
color: rgba(0, 0, 0, .9);
vertical-align: middle
}
.table {
border-radius: 2px;
text-align: left;
border-collapse: separate
}
@media only screen and (-ms-high-contrast:active) {
.table {
border: 1px solid activeborder
}
}
.table th {
border-bottom: 2px solid rgba(0, 0, 0, .15);
padding: 10px 24px 7px
}
.table tr:last-child {
border-bottom: none
}
.table td {
border-bottom: 1px solid rgba(0, 0, 0, .15);
padding: 17px 24px 15px
}
.striped-table {
border-radius: 2px;
text-align: left;
border-collapse: separate
}
@media only screen and (-ms-high-contrast:active) {
.striped-table {
border: 1px solid activeborder
}
}
.striped-table th {
border-bottom: 2px solid rgba(0, 0, 0, .15);
padding: 10px 24px 7px
}
.striped-table tr:last-child {
border-bottom: none
}
.striped-table td {
border-bottom: 1px solid rgba(0, 0, 0, .15);
padding: 17px 24px 15px
}
.pt0,
.pv0 {
padding-top: 0
}
.pb0,
.pv0 {
padding-bottom: 0
}
.ph0,
.pl0 {
padding-left: 0
}
.ph0,
.pr0 {
padding-right: 0
}
.focused-easeIn-motion {
transition-timing-function: cubic-bezier(.4, 0, 1, 1);
transition-duration: 334ms
}
.focused-easeOut-motion {
transition-timing-function: cubic-bezier(0, 0, .2, 1);
transition-duration: 334ms
}
.focused-easeInOut-motion {
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
transition-duration: 334ms
}
.easeInOut-long-slow-motion,
.slow-easeInOut-motion {
transition-duration: 834ms;
transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}
.easeInOut-long-slow-motion {
transition-delay: 1s
}
.quick-easeInOut-motion {
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
transition-duration: 167ms
}
.fast-easeOut-motion {
transition-timing-function: cubic-bezier(0, 0, .2, 1);
transition-duration: 83ms
}
.fast-easeIn-motion {
transition-timing-function: cubic-bezier(.4, 0, 1, 1);
transition-duration: 83ms
}
.slow-easeOut-motion {
transition-timing-function: cubic-bezier(0, 0, .2, 1);
transition-duration: 834ms
}
.slow-easeIn-motion {
transition-timing-function: cubic-bezier(.4, 0, 1, 1);
transition-duration: 834ms
}
.m0 {
margin: 0
}
.mt1,
.mv1 {
margin-top: 4px
}
.mb1,
.mv1 {
margin-bottom: 4px
}
.mh1,
.ml1 {
margin-left: 4px
}
.mh1,
.mr1 {
margin-right: 4px
}
.m1 {
margin: 4px
}
.mt2,
.mv2 {
margin-top: 8px
}
.mb2,
.mv2 {
margin-bottom: 8px
}
.mh2,
.ml2 {
margin-left: 8px
}
.mh2,
.mr2 {
margin-right: 8px
}
.m2 {
margin: 8px
}
.mt3,
.mv3 {
margin-top: 12px
}
.mb3,
.mv3 {
margin-bottom: 12px
}
.mh3,
.ml3 {
margin-left: 12px
}
.mh3,
.mr3 {
margin-right: 12px
}
.m3 {
margin: 12px
}
.mt4,
.mv4 {
margin-top: 16px
}
.mb4,
.mv4 {
margin-bottom: 16px
}
.mh4,
.ml4 {
margin-left: 16px
}
.mh4,
.mr4 {
margin-right: 16px
}
.m4 {
margin: 16px
}
.mt5,
.mv5 {
margin-top: 24px
}
.mb5,
.mv5 {
margin-bottom: 24px
}
.mh5,
.ml5 {
margin-left: 24px
}
.mh5,
.mr5 {
margin-right: 24px
}
.m5 {
margin: 24px
}
.mt6,
.mv6 {
margin-top: 32px
}
.mb6,
.mv6 {
margin-bottom: 32px
}
.mh6,
.ml6 {
margin-left: 32px
}
.mh6,
.mr6 {
margin-right: 32px
}
.m6 {
margin: 32px
}
.p0 {
padding: 0
}
.pt1,
.pv1 {
padding-top: 4px
}
.pb1,
.pv1 {
padding-bottom: 4px
}
.ph1,
.pl1 {
padding-left: 4px
}
.ph1,
.pr1 {
padding-right: 4px
}
.p1 {
padding: 4px
}
.pt2,
.pv2 {
padding-top: 8px
}
.pb2,
.pv2 {
padding-bottom: 8px
}
.ph2,
.pl2 {
padding-left: 8px
}
.ph2,
.pr2 {
padding-right: 8px
}
.p2 {
padding: 8px
}
.pt3,
.pv3 {
padding-top: 12px
}
.pb3,
.pv3 {
padding-bottom: 12px
}
.ph3,
.pl3 {
padding-left: 12px
}
.ph3,
.pr3 {
padding-right: 12px
}
.p3 {
padding: 12px
}
.pt4,
.pv4 {
padding-top: 16px
}
.pb4,
.pv4 {
padding-bottom: 16px
}
.ph4,
.pl4 {
padding-left: 16px
}
.ph4,
.pr4 {
padding-right: 16px
}
.p4 {
padding: 16px
}
.pt5,
.pv5 {
padding-top: 24px
}
.pb5,
.pv5 {
padding-bottom: 24px
}
.ph5,
.pl5 {
padding-left: 24px
}
.ph5,
.pr5 {
padding-right: 24px
}
.p5 {
padding: 24px
}
.pt6,
.pv6 {
padding-top: 32px
}
.pb6,
.pv6 {
padding-bottom: 32px
}
.ph6,
.pl6 {
padding-left: 32px
}
.ph6,
.pr6 {
padding-right: 32px
}
.p6 {
padding: 32px
}
.b0 {
border: 0
}
.bt0,
.bv0 {
border-top: 0
}
.bh0,
.br0 {
border-right: 0
}
.bb0,
.bv0 {
border-bottom: 0
}
.bh0,
.bl0 {
border-left: 0
}
.mtA,
.mvA {
margin-top: auto
}
.mhA,
.mrA {
margin-right: auto
}
.mbA,
.mvA {
margin-bottom: auto
}
.mhA,
.mlA {
margin-left: auto
}
.align-self-center {
-ms-grid-row-align: center;
align-self: center
}
.align-self-flex-end {
align-self: flex-end
}
.align-items-baseline {
align-items: baseline
}
.align-items-center {
align-items: center
}
.align-items-flex-start {
align-items: flex-start
}
.align-items-flex-end {
align-items: flex-end
}
.block {
display: block
}
.clear-both {
clear: both
}
.clearfix:after,
.clearfix:before {
content: '';
display: table
}
.clearfix:after {
clear: both
}
.display-flex {
display: flex
}
.inline-flex {
display: inline-flex
}
.full-width {
width: 100%
}
.full-height {
height: 100%
}
.inline {
display: inline
}
.inline-block {
display: inline-block
}
.flex-1 {
flex: 1
}
.flex-column {
flex-direction: column
}
.flex-column-reverse {
flex-direction: column-reverse
}
.flex-row {
flex-direction: row
}
.flex-none {
flex: none
}
.flex-wrap {
flex-wrap: wrap
}
.flex-wrap-nowrap {
flex-wrap: nowrap
}
.flex-shrink-zero {
flex-shrink: 0
}
.flex-grow-0 {
flex-grow: 0
}
.flex-grow-1 {
flex-grow: 1
}
.justify-center {
justify-content: center
}
.justify-flex-start {
justify-content: flex-start
}
.justify-space-between {
justify-content: space-between
}
.justify-space-around {
justify-content: space-around
}
.overflow-hidden {
overflow: hidden
}
.relative {
position: relative
}
.absolute {
position: absolute
}
.fixed {
position: fixed
}
.flex-row-reverse {
flex-direction: row-reverse
}
.white-space-nowrap {
white-space: nowrap
}
.white-space-pre-wrap {
white-space: pre-wrap
}
.white-space-pre-line {
white-space: pre-line
}
.center-both {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%)
}
.position-right {
right: 0;
left: auto
}
.fl {
float: left
}
.fr {
float: right
}
.square {
border-radius: 0
}
.round {
border-radius: 50%
}
.v-align-top {
vertical-align: top
}
.v-align-middle {
vertical-align: middle
}
.v-align-bottom {
vertical-align: bottom
}
.disable-transitions * {
transition: none!important
}
.application-outlet.no-scroll,
.no-scroll {
overflow: hidden;
position: fixed
}
.list-style-none {
list-style: none
}
.icon-flipped {
transform: scaleX(-1)
}
.icon-rotate {
transform: rotate(180deg)
}
.sticky.stuck>:first-child {
position: fixed;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.visually-hidden {
display: block;
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
white-space: nowrap;
width: 1px
}
.visually-hidden .focusable:active,
.visually-hidden .focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto
}
.hidden {
display: none
}
.visibility-hidden {
visibility: hidden
}
.text-align-center {
text-align: center
}
.text-align-right {
text-align: right
}
.text-align-left {
text-align: left
}
.text-align-start {
text-align: start
}
.font-style-italic {
font-style: italic
}
.truncate {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.ghosted {
opacity: .6
}
.break-words {
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word
}
.page-blur .application-outlet>* {
filter: blur(10px)
}
.type-ahead-input-wrapper {
display: flex;
align-items: center
}
.type-ahead-input-wrapper>button {
font-size: 1.6rem;
line-height: 1.75;
font-weight: 400;
color: #fff;
margin: 0 16px 0 8px
}
.type-ahead-input-wrapper>button:hover {
text-decoration: none
}
.type-ahead-input {
flex: 1;
position: relative;
z-index: 1
}
.type-ahead-input input {
font-size: 1.6rem;
font-weight: 400;
color: rgba(0, 0, 0, .9);
height: 34px;
line-height: 34px;
padding: 0 24px 0 8px;
background-color: #fff;
text-overflow: ellipsis
}
.type-ahead-input input:-ms-input-placeholder {
color: rgba(0, 0, 0, .6);
opacity: 1
}
.type-ahead-input input::placeholder {
color: rgba(0, 0, 0, .6);
opacity: 1
}
.type-ahead-input .type-ahead-input-icons {
display: none;
position: absolute;
top: 5px;
right: 5px
}
.type-ahead-input .type-ahead-input-icons button {
width: 24px;
height: 24px
}
.type-ahead-input label {
margin: 0
}
.type-ahead-loader {
overflow: hidden;
position: relative;
top: -2px;
z-index: 2;
height: 2px;
margin-bottom: -2px
}
.type-ahead-loader .break {
display: none;
position: absolute;
top: 0;
width: 6px;
left: -6px;
height: 2px
}
.type-ahead-loader.show .break,
.type-ahead-wormhole .type-ahead-wrapper .type-ahead-input-wrapper .type-ahead-input-icons {
display: block
}
.type-ahead-loader .dot1 {
animation: typeaheadLoader 2s infinite
}
.type-ahead-loader .dot2 {
animation: typeaheadLoader 2s .5s infinite
}
.type-ahead-loader .dot3 {
animation: typeaheadLoader 2s 1s infinite
}
@keyframes typeaheadLoader {
0% {
left: -6px;
background-color: #0073b1
}
100% {
left: 100%;
background-color: #0084bf
}
}
.type-ahead-wormhole .type-ahead-wrapper {
position: fixed;
z-index: 2000;
top: 0;
left: 0;
bottom: 0;
width: 100%
}
.type-ahead-wormhole .type-ahead-wrapper .global-title {
top: 0
}
.type-ahead-wormhole .type-ahead-wrapper .type-ahead-input-container {
height: 48px
}
.type-ahead-wormhole .type-ahead-wrapper .type-ahead-input-wrapper {
position: fixed;
z-index: 1;
top: 0;
width: 100%
}
.type-ahead-wormhole .type-ahead-wrapper .type-ahead-input-wrapper .type-ahead-input {
margin: 8px
}
.type-ahead-wormhole .type-ahead-wrapper .type-ahead-input-wrapper input {
width: 100%;
border: 0;
border-radius: 2px
}
.type-ahead-wormhole .type-ahead-wrapper .type-ahead-input-wrapper input:focus {
outline: 0
}
.type-ahead-wormhole .type-ahead-wrapper .type-ahead-input-wrapper input:invalid {
box-shadow: none
}
.type-ahead-wormhole .type-ahead-wrapper .type-ahead-input-wrapper>button {
margin: 0 16px 0 8px
}
.type-ahead-wormhole .type-ahead-wrapper .type-ahead-input-wrapper>button:hover {
text-decoration: none
}
.type-ahead-wormhole .type-ahead-wrapper .type-ahead-results {
height: 100%;
padding-bottom: 48px;
overflow: auto;
-webkit-overflow-scrolling: touch
}
.type-ahead-wormhole .type-ahead-wrapper.has-title .type-ahead-input-wrapper {
top: 44px
}
.type-ahead-wormhole .type-ahead-wrapper.has-title .type-ahead-results {
padding-bottom: 92px
}
.type-ahead-results {
background-color: #f3f6f8
}
.type-ahead-results .type-ahead-entity {
border-top: 4px solid #e6e9ec
}
.type-ahead-results .type-ahead-entity+.type-ahead-entity {
border-top: none
}
.type-ahead-results .type-ahead-entity+.type-ahead-entity .type-ahead-result-info {
border-top: 1px solid rgba(0, 0, 0, .15)
}
.type-ahead-results .type-ahead-entity+.type-ahead-entity.is-active .type-ahead-result-info,
.type-ahead-results .type-ahead-entity.is-active+.type-ahead-entity .type-ahead-result-info {
border-color: transparent
}
.type-ahead-results .type-ahead-nonentity {
border-top: 4px solid #e6e9ec
}
.type-ahead-results .type-ahead-nonentity+.type-ahead-nonentity {
border-top: none
}
.type-ahead-results .type-ahead-nonentity+.type-ahead-nonentity .type-ahead-result-info {
border-top: 1px solid rgba(0, 0, 0, .15)
}
.type-ahead-results .type-ahead-nonentity+.type-ahead-nonentity.is-active .type-ahead-result-info,
.type-ahead-results .type-ahead-nonentity.is-active+.type-ahead-nonentity .type-ahead-result-info {
border-color: transparent
}
.type-ahead-results .suggestion {
border-top: 4px solid #e6e9ec
}
.type-ahead-results .suggestion+.suggestion {
border-top: none
}
.type-ahead-results .suggestion+.suggestion .type-ahead-result-info {
border-top: 1px solid rgba(0, 0, 0, .15)
}
.type-ahead-results .suggestion+.suggestion.is-active .type-ahead-result-info,
.type-ahead-results .suggestion.is-active+.suggestion .type-ahead-result-info {
border-color: transparent
}
.type-ahead-results .auto-complete {
border-top: 4px solid #e6e9ec
}
.type-ahead-results .auto-complete+.auto-complete {
border-top: none
}
.type-ahead-results .auto-complete+.auto-complete .type-ahead-result-info {
border-top: 1px solid rgba(0, 0, 0, .15)
}
.type-ahead-results .auto-complete+.auto-complete.is-active .type-ahead-result-info,
.type-ahead-results .auto-complete.is-active+.auto-complete .type-ahead-result-info {
border-color: transparent
}
.type-ahead-result {
background-color: #fff;
cursor: pointer;
display: flex;
align-items: stretch;
padding: 0;
margin: 0;
position: relative;
overflow: hidden
}
.type-ahead-result:first-child {
border-top: none
}
.type-ahead-result-image {
width: 40px;
height: 40px;
box-sizing: border-box;
background-clip: content-box;
border: 3px solid transparent;
border-radius: 49.9%;
display: flex;
justify-content: center;
align-items: center;
padding: 0;
overflow: hidden;
align-self: center;
transform: translateZ(0)
}
.type-ahead-result-image img {
max-width: 100%;
max-height: 100%
}
.type-ahead-entity .type-ahead-result-image {
background-color: #b3b6b9
}
.jobs-escape-hatch .type-ahead-result-image {
background-color: transparent
}
.profile .type-ahead-result-image {
background-image: radial-gradient(50% 50% ellipse, #b3b6b9 0, #b3b6b9 95%, #fff 100%)
}
.company .type-ahead-result-image,
.group .type-ahead-result-image,
.school .type-ahead-result-image {
width: 40px;
height: 40px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
border-radius: 6px;
display: flex;
justify-content: center;
align-items: center;
padding: 0;
overflow: hidden
}
.company .type-ahead-result-image img,
.group .type-ahead-result-image img,
.school .type-ahead-result-image img {
max-width: 100%;
max-height: 100%
}
.type-ahead-result-info {
display: flex;
flex-flow: column;
justify-content: center;
flex: 1;
min-width: 0;
padding: 8px
}
.type-ahead-result-info p {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.type-ahead-result-info h3 {
font-size: 1.6rem;
color: rgba(0, 0, 0, .9);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
line-height: 2rem
}
.type-ahead-result-info strong {
font-weight: inherit
}
.type-ahead-result-info:not(:first-child) {
padding-left: 0
}
.type-ahead-result.suggestion .type-ahead-result-info h3,
.type-ahead-result.suggestion li-icon {
color: #0073b1
}
.type-ahead-result.suggestion .type-ahead-result-info p {
color: #398b18
}
.type-ahead-no-results {
line-height: 4;
text-align: center
}
.location-type-ahead-wrapper {
display: flex;
align-items: center
}
.location-type-ahead-wrapper .type-ahead-input-icons {
display: block;
top: 0
}
.location-type-ahead-wrapper .location-type-ahead-icon {
margin: 8px;
color: #0084bf
}
.location-type-ahead-wrapper>section {
flex: 1 0 auto
}
.location-type-ahead input {
font-size: 1.7rem
}
.location-type-ahead .current-location .type-ahead-result-info h3,
.location-type-ahead .location li-icon {
color: #0084bf
}
.location-type-ahead .current-location .type-ahead-result-info p {
overflow: visible;
white-space: normal
}
.location-type-ahead .type-ahead-nonentity+.type-ahead-nonentity .type-ahead-result-info {
border-top: none
}
.location-type-ahead .location:not(.current-location) {
border-top: 4px solid #e6e9ec
}
.location-type-ahead .location:not(.current-location)+.location:not(.current-location) {
border-top: none
}
.location-type-ahead .location:not(.current-location)+.location:not(.current-location) .type-ahead-result-info {
border-top: 1px solid rgba(0, 0, 0, .15)
}
.location-type-ahead .location:not(.current-location)+.location:not(.current-location).is-active .type-ahead-result-info,
.location-type-ahead .location:not(.current-location).is-active+.location:not(.current-location) .type-ahead-result-info {
border-color: transparent
}
.type-ahead-wormhole .type-ahead-wrapper.type-ahead-theme-primary .type-ahead-input-wrapper {
background-color: #0073b1
}
.type-ahead-wormhole .type-ahead-wrapper.type-ahead-theme-secondary,
.type-ahead-wormhole .type-ahead-wrapper.type-ahead-theme-secondary .type-ahead-input-wrapper,
.type-ahead-wormhole .type-ahead-wrapper.type-ahead-theme-secondary .type-ahead-results-wrapper {
background-color: #fff
}
.type-ahead-wormhole .type-ahead-wrapper.type-ahead-theme-primary .type-ahead-input-wrapper>button {
font-size: 1.6rem;
line-height: 1.75;
font-weight: 400;
color: #fff
}
.type-ahead-wormhole .type-ahead-wrapper.type-ahead-theme-secondary .label-text {
display: none
}
.type-ahead-wormhole .type-ahead-wrapper.type-ahead-theme-secondary .type-ahead-cancel {
text-transform: lowercase;
color: #000
}
.type-ahead-wormhole .type-ahead-wrapper.type-ahead-theme-secondary .type-ahead-loader {
background-color: #0073b1;
height: 1px;
top: 0
}
.type-ahead-wormhole .type-ahead-wrapper.type-ahead-theme-secondary .dot1,
.type-ahead-wormhole .type-ahead-wrapper.type-ahead-theme-secondary .dot2,
.type-ahead-wormhole .type-ahead-wrapper.type-ahead-theme-secondary .dot3 {
background-color: #fff;
animation-name: typeaheadLoaderSecondary
}
@keyframes typeaheadLoaderSecondary {
0% {
left: -6px
}
100% {
left: 100%
}
}
.mn-invite-alert {
min-height: 54px;
background-color: #fff;
border-bottom: 1px solid rgba(0, 0, 0, .15);
padding: 0
}
.nav-hidden .mn-invite-alert {
top: 52px;
position: relative;
z-index: 1
}
.mn-invite-alert__wrapper {
position: relative;
min-width: 100%;
margin: auto;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
padding: 8px 0
}
.mn-invite-alert__message {
display: flex;
align-items: center;
color: #44474a;
font-size: 14px;
justify-content: center;
text-align: left
}
.mn-invite-alert__svg-icon--error {
color: #d11124;
height: 25px
}
.mn-invite-alert__svg-icon--success {
color: #398b18;
align-self: flex-start
}
.mn-invite-alert__svg-icon--notify {
color: #777a7d
}
.mn-invite-alert__link,
.mn-invite-alert__link:active,
.mn-invite-alert__link:hover,
.mn-invite-alert__link:visited,
.mn-invite-alert__link:visited:active,
.mn-invite-alert__link:visited:hover {
color: #373a3d
}
.mn-invite-alert__link--weight-normal {
font-weight: 400
}
.mn-invite-alert__link--weight-bold {
font-weight: 700
}
.mn-invite-alert__dismiss {
right: 0;
cursor: pointer;
color: #777a7d;
padding: 8px;
-ms-grid-row-align: center;
align-self: center;
height: 36px
}
@media (min-width:961px) {
.mn-invite-alert__message {
min-width: 1128px;
justify-content: flex-start
}
.mn-invite-alert__svg-icon--success {
margin: 11px 8px 7px
}
.mn-invite-alert__content {
width: 100%
}
}
.entity {
display: flex;
flex-direction: column;
align-content: space-between;
background-color: #e6e9ec;
min-height: calc(100vh - 44px)
}
.entity h2 {
font-size: 1.6rem;
line-height: 1.75;
font-weight: 400;
color: rgba(0, 0, 0, .9)
}
.entity p {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .75);
margin-bottom: 12px
}
.entity p.tagline {
margin-top: -12px
}
.entity p:last-child {
margin-bottom: 0
}
.entity .show-more-text p {
word-break: break-word;
margin-bottom: 12px
}
.entity .card {
border-radius: 2px;
padding: 12px;
background-color: #fff;
margin: 8px;
position: relative;
z-index: 1;
overflow: hidden
}
.entity .full-bleed {
padding: 0
}
.entity .full-bleed h2 {
padding: 12px 12px 0
}
.entity .full-bleed p {
padding: 0 12px
}
.entity .browsemap {
background-color: #004b7c;
position: relative;
padding: 16px 8px 8px
}
.entity .browsemap:before {
content: '';
position: absolute;
width: 100%;
top: -160px;
left: 0;
height: 160px;
background: linear-gradient(to bottom, #e6e9ec 0, #004b7c 100%);
z-index: 0
}
.entity .browsemap h2 {
font-size: 2rem;
line-height: 1.4;
font-weight: 400;
color: rgba(255, 255, 255, .85);
padding: 0 24px;
text-align: center;
margin-bottom: 24px
}
.entity .sub-title-description,
.entity .title-description {
font-size: 1.4rem;
line-height: 1.42857;
color: rgba(0, 0, 0, .6);
font-weight: 400
}
.entity .browsemap .entity-list-wrapper {
border-radius: 2px;
overflow: hidden
}
.entity .content {
padding: 0 12px 12px;
margin: 0 8px;
border: 1px solid rgba(0, 0, 0, .15);
border-bottom: 0;
position: relative;
z-index: 1;
border-radius: 2px;
background-color: #fff;
text-align: center
}
.entity .content:after,
.entity .content:before {
content: '';
position: absolute;
top: 0;
width: 2px;
height: 100%;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 70%)
}
.entity .content:before {
left: -1px
}
.entity .content:after {
right: -1px
}
.entity .top-card {
padding-top: 17.8vw;
background-color: #fff;
border-bottom: 1px solid #e6e9ec;
position: relative;
z-index: 2
}
.entity .top-card .follow .svg-icon-wrap {
position: relative;
height: 19px;
width: 19px;
overflow: hidden;
vertical-align: middle
}
.entity .hero-image-container {
position: absolute;
top: 0;
left: 0;
z-index: 0;
width: 100%;
height: 33.3vw;
max-height: 325px;
text-align: center;
overflow: hidden
}
.entity .hero-image-container.default {
background-size: 100% 100%;
background-image: url(/sc/h/9yqu9itza6pba4a69xch7d1x2);
background-repeat: no-repeat;
background-color: transparent
}
.entity .hero-image-container.default:before {
content: ' '
}
.entity .hero-image-container.default:after {
content: none
}
.entity .hero-image-container:before {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
overflow: hidden;
z-index: -1;
background: linear-gradient(to bottom, rgba(0, 0, 0, .6) 15%, rgba(255, 255, 255, .55) 65%, #fff 100%)
}
.entity .hero-image-container:after {
content: '';
position: absolute;
top: 40%;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 90%)
}
.entity .hero-image {
display: block;
width: 100%
}
.entity .title {
margin-bottom: 4px
}
.entity .sub-title-description span:nth-child(2n+4):before,
.entity .title-description span:nth-child(2n+4):before {
content: "\00b7\00a0";
display: inline-block
}
.entity .title-description {
margin-bottom: 4px
}
.entity .sub-title-description {
margin-bottom: 0
}
.entity .cta-wrap+.sub-title-description,
.entity .sub-title-description+.cta-wrap {
margin-top: 12px
}
.entity .profile-image-container {
width: 72px;
height: 72px;
box-sizing: border-box;
border-radius: 6px;
border: none;
padding: 4px;
overflow: hidden;
top: -36px;
left: calc(50% - 36px);
position: absolute;
background: #fff;
box-shadow: 0 1px 2px 0 #cdcfd2;
display: flex;
align-items: center;
justify-content: center
}
.entity .profile-picture {
width: 100%;
display: block
}
.entity .description h2,
.entity .details h2 {
margin-bottom: 12px
}
.entity .empty-state {
font-size: 1.6rem;
line-height: 1.75;
font-weight: 400;
color: rgba(0, 0, 0, .75);
padding: 32px
}
.entity .empty-state p {
text-align: center
}
.entity .feed-container-theme {
background-color: transparent
}
.entity .feed-container-theme>h2 {
padding: 16px 16px 12px;
border-bottom: 1px solid #e6e9ec
}
.entity .feed-container-theme .feed-shared-update {
margin: 0;
border: 0;
border-radius: 0;
box-shadow: none
}
.entity .feed-container-theme .feed-shared-update h2 {
padding: 12px 0 0
}
.entity .feed-container-theme .feed-shared-update h3 {
padding: 0 0 12px
}
.entity .feed-container-theme .feed-shared-update p {
padding: 0
}
.time-badge {
display: inline-block
}
.new-badge {
height: 14px;
background: #0091ca;
border-radius: 2px;
padding: 0 6px;
font-size: 1.1rem;
line-height: 14px;
text-align: center;
color: #fff
}
.time-ago {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.country-flags::after {
background: url(/sc/h/4dugc751zqyrdqa8lxt0rdv0d) 0 25px no-repeat;
position: absolute;
left: 8px;
bottom: 8px;
border: 1px solid #b6b6b6;
content: " ";
height: 16px;
width: 22px;
zoom: 1
}
.country-flags--abk::after {
background-position: -1px -4px
}
.country-flags--af::after {
background-position: -1px -33px
}
.country-flags--ax::after {
background-position: -1px -62px
}
.country-flags--al::after {
background-position: -1px -91px
}
.country-flags--dz::after {
background-position: -1px -120px
}
.country-flags--as::after {
background-position: -1px -149px
}
.country-flags--ad::after {
background-position: -1px -178px
}
.country-flags--ao::after {
background-position: -1px -207px
}
.country-flags--ai::after {
background-position: -1px -236px
}
.country-flags--aq::after {
background-position: -1px -265px
}
.country-flags--ag::after {
background-position: -1px -294px
}
.country-flags--ar::after {
background-position: -1px -323px
}
.country-flags--am::after {
background-position: -1px -352px
}
.country-flags--aw::after {
background-position: -1px -381px
}
.country-flags--au::after {
background-position: -1px -410px
}
.country-flags--at::after {
background-position: -1px -439px
}
.country-flags--az::after {
background-position: -1px -468px
}
.country-flags--bs::after {
background-position: -1px -497px
}
.country-flags--bh::after {
background-position: -1px -526px
}
.country-flags--bd::after {
background-position: -1px -555px
}
.country-flags--bb::after {
background-position: -1px -584px
}
.country-flags--by::after {
background-position: -1px -613px
}
.country-flags--be::after {
background-position: -1px -642px
}
.country-flags--bz::after {
background-position: -1px -671px
}
.country-flags--bj::after {
background-position: -1px -700px
}
.country-flags--bm::after {
background-position: -1px -729px
}
.country-flags--bt::after {
background-position: -1px -758px
}
.country-flags--bo::after {
background-position: -1px -787px
}
.country-flags--ba::after {
background-position: -1px -816px
}
.country-flags--bw::after {
background-position: -1px -845px
}
.country-flags--bv::after {
background-position: -1px -874px
}
.country-flags--br::after {
background-position: -1px -903px
}
.country-flags--io::after {
background-position: -1px -932px
}
.country-flags--bvi::after {
background-position: -1px -961px
}
.country-flags--bn::after {
background-position: -1px -990px
}
.country-flags--bg::after {
background-position: -1px -1019px
}
.country-flags--bf::after {
background-position: -1px -1048px
}
.country-flags--bi::after {
background-position: -1px -1077px
}
.country-flags--kh::after {
background-position: -1px -1106px
}
.country-flags--cm::after {
background-position: -1px -1135px
}
.country-flags--ca::after {
background-position: -1px -1164px
}
.country-flags--cv::after {
background-position: -1px -1193px
}
.country-flags--cb::after {
background-position: -1px -1222px
}
.country-flags--ky::after {
background-position: -1px -1251px
}
.country-flags--cf::after {
background-position: -1px -1280px
}
.country-flags--td::after {
background-position: -1px -1309px
}
.country-flags--cl::after {
background-position: -1px -1338px
}
.country-flags--cn::after {
background-position: -1px -1367px
}
.country-flags--cx::after {
background-position: -1px -1396px
}
.country-flags--cc::after {
background-position: -1px -1425px
}
.country-flags--co::after {
background-position: -1px -1454px
}
.country-flags--com::after {
background-position: -1px -1483px
}
.country-flags--km::after {
background-position: -1px -1512px
}
.country-flags--ck::after {
background-position: -1px -1541px
}
.country-flags--cr::after {
background-position: -1px -1570px
}
.country-flags--ci::after {
background-position: -1px -1599px
}
.country-flags--hr::after {
background-position: -1px -1628px
}
.country-flags--cu::after {
background-position: -1px -1657px
}
.country-flags--cy::after {
background-position: -1px -1686px
}
.country-flags--cz::after {
background-position: -1px -1715px
}
.country-flags--cd::after {
background-position: -1px -1744px
}
.country-flags--dk::after {
background-position: -1px -1773px
}
.country-flags--dj::after {
background-position: -1px -1802px
}
.country-flags--dm::after {
background-position: -1px -1831px
}
.country-flags--do::after {
background-position: -1px -1860px
}
.country-flags--tp::after {
background-position: -1px -1889px
}
.country-flags--ec::after {
background-position: -1px -1918px
}
.country-flags--eg::after {
background-position: -1px -1947px
}
.country-flags--sv::after {
background-position: -1px -1976px
}
.country-flags--eng::after {
background-position: -1px -2005px
}
.country-flags--gq::after {
background-position: -1px -2034px
}
.country-flags--er::after {
background-position: -1px -2063px
}
.country-flags--ee::after {
background-position: -1px -2092px
}
.country-flags--et::after {
background-position: -1px -2121px
}
.country-flags--euu::after {
background-position: -1px -2150px
}
.country-flags--fk::after {
background-position: -1px -2179px
}
.country-flags--fo::after {
background-position: -1px -2208px
}
.country-flags--fj::after {
background-position: -1px -2237px
}
.country-flags--fi::after {
background-position: -1px -2266px
}
.country-flags--fr::after {
background-position: -1px -2295px
}
.country-flags--gf::after {
background-position: -1px -2324px
}
.country-flags--pf::after {
background-position: -1px -2353px
}
.country-flags--tf::after {
background-position: -1px -2382px
}
.country-flags--ga::after {
background-position: -1px -2411px
}
.country-flags--gm::after {
background-position: -1px -2440px
}
.country-flags--ge::after {
background-position: -1px -2469px
}
.country-flags--de::after {
background-position: -1px -2498px
}
.country-flags--gh::after {
background-position: -1px -2527px
}
.country-flags--gi::after {
background-position: -1px -2556px
}
.country-flags--gos::after {
background-position: -1px -2585px
}
.country-flags--gr::after {
background-position: -1px -2614px
}
.country-flags--gl::after {
background-position: -1px -2643px
}
.country-flags--gd::after {
background-position: -1px -2672px
}
.country-flags--gp::after {
background-position: -1px -2701px
}
.country-flags--gu::after {
background-position: -1px -2730px
}
.country-flags--gt::after {
background-position: -1px -2759px
}
.country-flags--gg::after {
background-position: -1px -2788px
}
.country-flags--gw::after {
background-position: -1px -2817px
}
.country-flags--gn::after {
background-position: -1px -2846px
}
.country-flags--gy::after {
background-position: -1px -2875px
}
.country-flags--ht::after {
background-position: -1px -2904px
}
.country-flags--hm::after {
background-position: -1px -2933px
}
.country-flags--hn::after {
background-position: -1px -2962px
}
.country-flags--hk::after {
background-position: -1px -2991px
}
.country-flags--hu::after {
background-position: -1px -3020px
}
.country-flags--is::after {
background-position: -1px -3049px
}
.country-flags--in::after {
background-position: -1px -3078px
}
.country-flags--id::after {
background-position: -1px -3107px
}
.country-flags--ir::after {
background-position: -1px -3136px
}
.country-flags--iq::after {
background-position: -1px -3165px
}
.country-flags--ie::after {
background-position: -1px -3194px
}
.country-flags--im::after {
background-position: -1px -3223px
}
.country-flags--il::after {
background-position: -1px -3252px
}
.country-flags--it::after {
background-position: -1px -3281px
}
.country-flags--jm::after {
background-position: -1px -3310px
}
.country-flags--jp::after {
background-position: -1px -3339px
}
.country-flags--je::after {
background-position: -1px -3368px
}
.country-flags--jo::after {
background-position: -1px -3397px
}
.country-flags--kz::after {
background-position: -1px -3426px
}
.country-flags--ke::after {
background-position: -1px -3455px
}
.country-flags--ki::after {
background-position: -1px -3484px
}
.country-flags--ko::after {
background-position: -1px -3513px
}
.country-flags--kw::after {
background-position: -1px -3542px
}
.country-flags--kg::after {
background-position: -1px -3571px
}
.country-flags--la::after {
background-position: -1px -3600px
}
.country-flags--lv::after {
background-position: -1px -3629px
}
.country-flags--lb::after {
background-position: -1px -3658px
}
.country-flags--ls::after {
background-position: -1px -3687px
}
.country-flags--lr::after {
background-position: -1px -3716px
}
.country-flags--ly::after {
background-position: -1px -3745px
}
.country-flags--li::after {
background-position: -1px -3774px
}
.country-flags--lt::after {
background-position: -1px -3803px
}
.country-flags--lu::after {
background-position: -1px -3832px
}
.country-flags--mo::after {
background-position: -1px -3861px
}
.country-flags--mk::after {
background-position: -1px -3890px
}
.country-flags--mg::after {
background-position: -1px -3919px
}
.country-flags--mw::after {
background-position: -1px -3948px
}
.country-flags--my::after {
background-position: -1px -3977px
}
.country-flags--mv::after {
background-position: -1px -4006px
}
.country-flags--ml::after {
background-position: -1px -4035px
}
.country-flags--mt::after {
background-position: -1px -4064px
}
.country-flags--mars::after {
background-position: -1px -4093px
}
.country-flags--mh::after {
background-position: -1px -4122px
}
.country-flags--mq::after {
background-position: -1px -4151px
}
.country-flags--mr::after {
background-position: -1px -4180px
}
.country-flags--mu::after {
background-position: -1px -4209px
}
.country-flags--yt::after {
background-position: -1px -4238px
}
.country-flags--mx::after {
background-position: -1px -4267px
}
.country-flags--fm::after {
background-position: -1px -4296px
}
.country-flags--md::after {
background-position: -1px -4325px
}
.country-flags--mc::after {
background-position: -1px -4354px
}
.country-flags--mn::after {
background-position: -1px -4383px
}
.country-flags--me::after {
background-position: -1px -4412px
}
.country-flags--ms::after {
background-position: -1px -4441px
}
.country-flags--ma::after {
background-position: -1px -4470px
}
.country-flags--mz::after {
background-position: -1px -4499px
}
.country-flags--mm::after {
background-position: -1px -4528px
}
.country-flags--nato::after {
background-position: -1px -4557px
}
.country-flags--nag::after {
background-position: -1px -4586px
}
.country-flags--na::after {
background-position: -1px -4615px
}
.country-flags--nr::after {
background-position: -1px -4644px
}
.country-flags--np::after {
background-position: -1px -4673px
}
.country-flags--an::after {
background-position: -1px -4702px
}
.country-flags--nl::after {
background-position: -1px -4731px
}
.country-flags--nc::after {
background-position: -1px -4760px
}
.country-flags--nz::after {
background-position: -1px -4789px
}
.country-flags--ni::after {
background-position: -1px -4818px
}
.country-flags--ne::after {
background-position: -1px -4847px
}
.country-flags--ng::after {
background-position: -1px -4876px
}
.country-flags--nu::after {
background-position: -1px -4905px
}
.country-flags--nf::after {
background-position: -1px -4934px
}
.country-flags--kp::after {
background-position: -1px -4963px
}
.country-flags--ncyp::after {
background-position: -1px -4992px
}
.country-flags--mp::after {
background-position: -1px -5021px
}
.country-flags--no::after {
background-position: -1px -5050px
}
.country-flags--oo::after {
background-position: -1px -5079px
}
.country-flags--olympics::after {
background-position: -1px -5108px
}
.country-flags--om::after {
background-position: -1px -5137px
}
.country-flags--pk::after {
background-position: -1px -5166px
}
.country-flags--pw::after {
background-position: -1px -5195px
}
.country-flags--ps::after {
background-position: -1px -5224px
}
.country-flags--pa::after {
background-position: -1px -5253px
}
.country-flags--pg::after {
background-position: -1px -5282px
}
.country-flags--py::after {
background-position: -1px -5311px
}
.country-flags--pe::after {
background-position: -1px -5340px
}
.country-flags--ph::after {
background-position: -1px -5369px
}
.country-flags--pn::after {
background-position: -1px -5398px
}
.country-flags--pl::after {
background-position: -1px -5427px
}
.country-flags--pt::after {
background-position: -1px -5456px
}
.country-flags--pr::after {
background-position: -1px -5485px
}
.country-flags--qa::after {
background-position: -1px -5514px
}
.country-flags--re::after {
background-position: -1px -5543px
}
.country-flags--redcross::after {
background-position: -1px -5572px
}
.country-flags--cg::after {
background-position: -1px -5601px
}
.country-flags--ro::after {
background-position: -1px -5630px
}
.country-flags--ru::after {
background-position: -1px -5659px
}
.country-flags--rw::after {
background-position: -1px -5688px
}
.country-flags--stbart::after {
background-position: -1px -5717px
}
.country-flags--sh::after {
background-position: -1px -5746px
}
.country-flags--kn::after {
background-position: -1px -5775px
}
.country-flags--lc::after {
background-position: -1px -5804px
}
.country-flags--pm::after {
background-position: -1px -5833px
}
.country-flags--vc::after {
background-position: -1px -5862px
}
.country-flags--ws::after {
background-position: -1px -5891px
}
.country-flags--sm::after {
background-position: -1px -5920px
}
.country-flags--st::after {
background-position: -1px -5949px
}
.country-flags--sa::after {
background-position: -1px -5978px
}
.country-flags--scot::after {
background-position: -1px -6007px
}
.country-flags--sn::after {
background-position: -1px -6036px
}
.country-flags--rs::after {
background-position: -1px -6065px
}
.country-flags--cs::after {
background-position: -1px -6094px
}
.country-flags--sc::after {
background-position: -1px -6123px
}
.country-flags--sl::after {
background-position: -1px -6152px
}
.country-flags--sg::after {
background-position: -1px -6181px
}
.country-flags--sk::after {
background-position: -1px -6210px
}
.country-flags--si::after {
background-position: -1px -6239px
}
.country-flags--sb::after {
background-position: -1px -6268px
}
.country-flags--so::after {
background-position: -1px -6297px
}
.country-flags--somal::after {
background-position: -1px -6326px
}
.country-flags--za::after {
background-position: -1px -6355px
}
.country-flags--gs::after {
background-position: -1px -6384px
}
.country-flags--kr::after {
background-position: -1px -6413px
}
.country-flags--soss::after {
background-position: -1px -6442px
}
.country-flags--ss::after {
background-position: -1px -6471px
}
.country-flags--es::after {
background-position: -1px -6500px
}
.country-flags--lk::after {
background-position: -1px -6529px
}
.country-flags--sd::after {
background-position: -1px -6558px
}
.country-flags--sr::after {
background-position: -1px -6587px
}
.country-flags--sj::after {
background-position: -1px -6616px
}
.country-flags--sz::after {
background-position: -1px -6645px
}
.country-flags--se::after {
background-position: -1px -6674px
}
.country-flags--ch::after {
background-position: -1px -6703px
}
.country-flags--sy::after {
background-position: -1px -6732px
}
.country-flags--tw::after {
background-position: -1px -6761px
}
.country-flags--tj::after {
background-position: -1px -6790px
}
.country-flags--tz::after {
background-position: -1px -6819px
}
.country-flags--th::after {
background-position: -1px -6848px
}
.country-flags--tl::after {
background-position: -1px -6877px
}
.country-flags--tg::after {
background-position: -1px -6906px
}
.country-flags--tk::after {
background-position: -1px -6935px
}
.country-flags--to::after {
background-position: -1px -6964px
}
.country-flags--tt::after {
background-position: -1px -6993px
}
.country-flags--tn::after {
background-position: -1px -7022px
}
.country-flags--tr::after {
background-position: -1px -7051px
}
.country-flags--tm::after {
background-position: -1px -7080px
}
.country-flags--tc::after {
background-position: -1px -7109px
}
.country-flags--tv::after {
background-position: -1px -7138px
}
.country-flags--vi::after {
background-position: -1px -7167px
}
.country-flags--ug::after {
background-position: -1px -7196px
}
.country-flags--ua::after {
background-position: -1px -7225px
}
.country-flags--ae::after {
background-position: -1px -7254px
}
.country-flags--gb::after {
background-position: -1px -7283px
}
.country-flags--unitednations::after {
background-position: -1px -7312px
}
.country-flags--us::after {
background-position: -1px -7341px
}
.country-flags--uy::after {
background-position: -1px -7370px
}
.country-flags--uz::after {
background-position: -1px -7399px
}
.country-flags--vu::after {
background-position: -1px -7428px
}
.country-flags--va::after {
background-position: -1px -7457px
}
.country-flags--ve::after {
background-position: -1px -7486px
}
.country-flags--vn::after {
background-position: -1px -7515px
}
.country-flags--vg::after {
background-position: -1px -7544px
}
.country-flags--wales::after {
background-position: -1px -7573px
}
.country-flags--wf::after {
background-position: -1px -7602px
}
.country-flags--eh::after {
background-position: -1px -7631px
}
.country-flags--ye::after {
background-position: -1px -7660px
}
.country-flags--yu::after {
background-position: -1px -7689px
}
.country-flags--zm::after {
background-position: -1px -7718px
}
.country-flags--zw::after {
background-position: -1px -7747px
}
#feedback-submit {
text-align: center
}
#feedback-submit .title {
margin-bottom: 10px
}
#feedback-submit .feedback-category,
#feedback-submit .feedback-pillar {
display: block;
margin: 0 auto 10px
}
#feedback-submit .primary,
#feedback-submit .secondary {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #0073b1;
cursor: pointer;
display: inline-block;
font-size: 1.6rem;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0 16px;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px transparent, inset 0 0 0 1px transparent
}
@media only screen and (-ms-high-contrast:active) {
#feedback-submit .primary,
#feedback-submit .secondary {
border: 1px solid currentColor;
line-height: 30px
}
}
html.edge #feedback-submit .primary:focus,
html.edge #feedback-submit .secondary:focus,
html.ie #feedback-submit .primary:focus,
html.ie #feedback-submit .secondary:focus {
outline: #7f7f7f dashed 1px
}
#feedback-submit .primary li-icon,
#feedback-submit .secondary li-icon {
top: 2px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
#feedback-submit .primary li-icon>svg,
#feedback-submit .secondary li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge #feedback-submit .primary,
.edge #feedback-submit .secondary,
.ie #feedback-submit .primary,
.ie #feedback-submit .secondary {
border-radius: 0
}
#feedback-submit .primary:hover:not(:disabled)[data-is-animating-click=true],
#feedback-submit .primary:not(:disabled)[data-is-animating-click=true],
#feedback-submit .secondary:hover:not(:disabled)[data-is-animating-click=true],
#feedback-submit .secondary:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px transparent, inset 0 0 0 1px #004b7c
}
#feedback-submit .primary.focus,
#feedback-submit .primary.hover-not-disabled,
#feedback-submit .primary:focus,
#feedback-submit .primary:hover:not(:disabled):not(.disabled),
#feedback-submit .secondary.focus,
#feedback-submit .secondary.hover-not-disabled,
#feedback-submit .secondary:focus,
#feedback-submit .secondary:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097;
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px #006097, inset 0 0 0 1px transparent
}
#feedback-submit .primary.active-not-disabled,
#feedback-submit .primary:active:not(:disabled):not(.disabled),
#feedback-submit .secondary.active-not-disabled,
#feedback-submit .secondary:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.ghost-company,
.ghost-content,
.ghost-group,
.ghost-job,
.ghost-person,
.ghost-school {
background-color: #b3b6b9
}
#feedback-submit .primary.disabled,
#feedback-submit .primary:disabled,
#feedback-submit .secondary.disabled,
#feedback-submit .secondary:disabled {
color: rgba(0, 115, 177, .35);
box-shadow: inset 0 0 0 1px rgba(0, 115, 177, .35);
cursor: not-allowed
}
#feedback-submit .primary:hover:disabled,
#feedback-submit .secondary:hover:disabled {
cursor: default
}
.ghost-person {
background-image: url(/sc/h/djzv59yelk5urv2ujlazfyvrk)
}
.ghost-company {
background-image: url(/sc/h/ck48xrmh3ctwna0w2y1hos0ln)
}
.ghost-school {
background-image: url(/sc/h/8zyvax2j09k9jfspjn2wi17un)
}
.ghost-group {
background-image: url(/sc/h/elt73bjdfklnx1hy5ssvzgc4i)
}
.ghost-content {
background-image: url(/sc/h/60zxzzekdyijj4i2nild6h4cl)
}
.ghost-job {
background-image: url(/sc/h/8tdgy7buzt6dxujlpd2ha22ne)
}
.ghost-article {
background: url(/sc/h/1ij2owjkf0ygzq76a39t609lq) center no-repeat #b3b6b9
}
.ghost-hashtag {
background-color: #b3b6b9;
background-image: url(/sc/h/7r1545vh80i1e1mw8sai2g42l)
}
.ghost-events {
background-color: #b3b6b9;
background-image: url(/sc/h/6ko8ot9j2o8uandkcimwm3v06)
}
.sub-nav {
position: relative;
border-top: 1px solid rgba(0, 0, 0, .15)
}
.sub-nav.stuck ul {
z-index: 2;
border-bottom: 1px solid rgba(0, 0, 0, .15);
background-color: #fff
}
.sub-nav ul {
padding: 0 24px;
background-color: #fff;
width: 100%;
top: 0;
display: flex;
justify-content: center;
transition: border .2s ease
}
.sub-nav.scrollable ul {
display: block;
padding: 0 8px;
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap
}
.sub-nav.scrollable ul::after {
content: '';
position: absolute;
top: 0;
right: 0;
width: 10%;
height: 100%;
text-align: center;
margin: 0;
padding: 0;
transform: translate3d(0, 0, 0);
background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0))
}
.sub-nav.scrollable.stuck ul::after {
position: absolute;
top: 0
}
.sub-nav-item {
list-style-type: none;
flex: 1 0 33%;
display: flex
}
.sub-nav.scrollable .sub-nav-item {
flex: 0 1 auto;
display: inline-block
}
.sub-nav-item a,
.sub-nav-item button {
font-size: 1.6rem;
line-height: 1.75;
font-weight: 400;
color: rgba(0, 0, 0, .6);
margin: 0;
padding: 12px;
text-align: center;
text-decoration: none;
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 100%
}
.global-title-container .global-title-text,
.shared-title-bar__text {
line-height: 44px;
overflow: hidden;
padding: 0 12px;
white-space: nowrap;
text-overflow: ellipsis
}
.sub-nav-item a::after,
.sub-nav-item button::after {
content: '';
width: 0;
height: 2px;
background-color: transparent;
margin: auto;
display: block;
transition: all .2s ease;
bottom: 0;
left: 50%;
position: absolute
}
.sub-nav-item a::hover::after,
.sub-nav-item button::hover::after {
width: 100%;
background-color: #0084bf;
left: 0
}
.sub-nav-item .active {
color: #0084bf
}
.global-title-container .global-title-button,
.global-title-container .global-title-text,
.shared-title-bar__button,
.shared-title-bar__text {
color: #fff;
display: inline-block;
vertical-align: middle
}
.sub-nav-item .active::after {
width: 100%;
background-color: #0084bf;
left: 0
}
.global-title-container .global-title,
.shared-title-bar__title {
background-color: #0073b1;
position: fixed;
top: 44px;
z-index: 100;
left: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.svg-icon-wrap {
display: inline-block
}
svg.large-icon {
width: 48px;
height: 48px
}
.global-title-container {
height: 44px
}
.global-title-container .global-title {
width: 100%
}
.global-title-container .global-title-button {
margin: 4px 6px 4px 10px;
height: 24px;
width: 24px
}
.global-title-container .global-title-text {
font-size: 1.6rem;
font-weight: 400;
margin-left: 16px
}
.shared-title-bar {
height: 44px;
flex-shrink: 0
}
.shared-title-bar__title {
width: 100%
}
.shared-title-bar__button {
margin: 4px 6px 4px 10px;
height: 24px;
width: 24px
}
.shared-title-bar__text {
margin-left: 16px
}
.bg-img {
width: 100%;
position: relative;
overflow: visible
}
.bg-img--has-shadow {
border-top-left-radius: 2px;
border-top-right-radius: 2px
}
.bg-img__zero-height-container {
height: 0;
width: 100%;
overflow: visible
}
.bg-img__zero-height-container--hide {
display: none
}
.bg-img__visible-content {
width: 100%;
position: relative
}
.bg-img__visible-content::before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
pointer-events: none;
background: linear-gradient(transparent, rgba(0, 0, 0, .6))
}
.bg-img__cropper {
width: 100%;
padding: 0;
background: 0 0;
position: relative;
overflow: hidden
}
.bg-img__cropper--hide {
height: 0;
overflow: hidden
}
.bg-img__show-default {
background-image: url(/sc/h/3chad3rzxalsf65nuo7hxciac);
background-position: center;
background-size: cover;
margin-top: -1px
}
.bg-img__no-image-stub {
width: 100%;
background: 0 0
}
.bg-img__spinner {
display: flex;
justify-content: center;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
color: #f3f6f8
}
.tracking-overlay {
position: fixed;
top: 0;
left: 0;
bottom: 0;
z-index: 9999;
min-width: 275px;
pointer-events: none;
padding-top: 50px;
background-color: rgba(0, 0, 0, .6);
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(255, 255, 255, .85)
}
.tracking-overlay .header {
display: flex;
justify-content: space-between;
margin: 10px
}
.tracking-overlay .more-info-button {
pointer-events: all;
margin: 2px 0;
max-height: 24px;
max-width: 24px
}
.tracking-overlay .action {
pointer-events: all;
background-color: #0073b1;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 1.4rem;
font-weight: 600;
font-family: inherit;
height: 24px;
line-height: 24px;
overflow: hidden;
outline-width: 2px;
padding: 0 16px;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0
}
@media only screen and (-ms-high-contrast:active) {
.tracking-overlay .action {
border: 1px solid currentColor;
line-height: 22px
}
}
html.edge .tracking-overlay .action:focus,
html.ie .tracking-overlay .action:focus {
outline: #7f7f7f dashed 1px
}
.tracking-overlay .action li-icon {
top: 1px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.tracking-overlay .action li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .tracking-overlay .action,
.ie .tracking-overlay .action {
border-radius: 0
}
.tracking-overlay .action.focus,
.tracking-overlay .action.hover-not-disabled,
.tracking-overlay .action:focus,
.tracking-overlay .action:hover:not(:disabled):not(.disabled) {
background-color: #006097;
color: #fff
}
.tracking-overlay .action.active-not-disabled,
.tracking-overlay .action:active:not(:disabled):not(.disabled) {
background-color: #004b7c;
color: #fff
}
.tracking-overlay .action.disabled,
.tracking-overlay .action:disabled {
color: rgba(255, 255, 255, .45);
background-color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.tracking-overlay .tracking-events {
list-style-type: none;
margin: 10px 10px 0
}
.nav-main-container {
position: fixed;
top: 0;
left: 0;
height: 44px;
width: 100%;
z-index: 100;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.render-mode-SSR.nav-v2 #voyager-nav-snap,
.render-mode-SSRPIPE.nav-v2 #voyager-nav-snap {
display: block
}
.nav-main {
background-color: #0073b1;
position: absolute;
overflow: hidden;
width: 100%
}
.nav-item__link {
position: relative;
display: block;
height: 44px;
color: #fff
}
.nav-item__link.active,
.nav-item__link:active,
.nav-item__link:visited,
.nav-item__link:visited:active {
color: #fff
}
.nav-item__link.active {
border-bottom: 2px solid #fff
}
.nav-item__link.active .active-item {
visibility: visible
}
.nav-item__link.active .inactive-item {
visibility: hidden
}
.nav-item__badge {
position: absolute;
top: 6px;
left: calc(50% + 9px);
height: 14px;
min-width: 14px;
background-color: #cf5000;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
font-size: 12px;
font-weight: 400;
line-height: 12px;
text-align: center;
padding: 0 4px
}
.nav-container .nav-item__icon li-icon,
.nav-container .nav-item__icon svg {
pointer-events: none
}
.nav-item__badge+.nav-item__icon {
-webkit-clip-path: polygon(0 0, calc(50% + 7px) 0, calc(50% + 7px) 22px, 100% 22px, 100% 100%, 0 100%);
clip-path: polygon(0 0, calc(50% + 7px) 0, calc(50% + 7px) 22px, 100% 22px, 100% 100%, 0 100%)
}
.artdeco-feedback {
align-items: flex-start;
display: flex;
opacity: 1;
transition: opacity .334s
}
.artdeco-feedback--hidden,
.like-button .unlike-icon {
display: none
}
.artdeco-feedback--fade {
opacity: 0
}
.artdeco-feedback--note {
color: #878787
}
.artdeco-feedback--note.artdeco-feedback--inverse {
color: #cfcfcf
}
.artdeco-feedback--success {
color: #469a1f
}
.artdeco-feedback--success.artdeco-feedback--inverse {
color: #b5d99f
}
.artdeco-feedback--yield {
color: #e55800
}
.artdeco-feedback--yield.artdeco-feedback--inverse {
color: #f8c19e
}
.artdeco-feedback--error {
color: #ff2c33
}
.artdeco-feedback--error.artdeco-feedback--inverse {
color: #ffbcba
}
.artdeco-feedback__icon {
margin: 2px 4px 0 0
}
.artdeco-feedback__message {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9);
color: inherit;
flex-grow: 1;
width: 0
}
.like-button.active,
.like-button.active:hover:not(:disabled) {
color: #0084bf
}
.like-button.active .unlike-icon,
.like-button.active:hover:not(:disabled) .unlike-icon {
display: inline-block
}
.like-button.active .like-icon,
.like-button.active:hover:not(:disabled) .like-icon {
display: none
}
.not-found__graphic {
position: absolute;
width: 100%;
height: 100vh;
max-height: 100vh;
max-width: 100%;
min-height: 750px;
left: 0;
top: 0;
overflow: hidden
}
.entity-list-item .insight-item-image,
.flavor .flavor-image {
max-height: 100%;
max-width: 100%
}
.not-found__section {
width: 1128px;
box-sizing: content-box;
padding: 0 30px;
display: block;
margin: auto;
position: relative;
z-index: 10
}
@media (max-width:1208px) {
.not-found__section {
width: calc(100vw - 20px);
box-sizing: border-box
}
}
@media (max-width:976px) {
.not-found__section {
padding: 0 18px
}
}
.not-found__header {
padding: 32px
}
.not-found__main {
text-align: center
}
.not-found__main-heading {
margin: 24px 0
}
.not-found__main-subheading {
max-width: 560px;
margin: 0 auto
}
.not-found__main-subheading a {
text-decoration: none;
font-weight: 600;
background-color: transparent;
border: 0;
color: #0073b1
}
.not-found__main-subheading a:visited {
color: #0073b1
}
.not-found__main-subheading a:focus,
.not-found__main-subheading a:hover {
text-decoration: underline;
color: #006097
}
.not-found__main-subheading a:active {
color: #004b7c
}
.not-found__main-cta {
padding-top: 32px
}
.not-found__footer {
width: 100%;
z-index: 10;
position: fixed;
bottom: 0;
left: 0;
padding: 16px 32px;
text-align: center;
vertical-align: middle;
background: #f5f5f5
}
.not-found__footer-copyright {
display: inline-block;
color: #4F6878
}
.not-found__footer-copyright svg {
width: 56px;
height: 14px;
display: inline-block;
vertical-align: top
}
.not-found__footer-link {
padding: 0 2px 0 16px;
color: #4F6878
}
.not-found__footer-link:hover {
text-decoration: underline
}
.not-found__stars {
z-index: 1
}
.not-found__stars>svg {
left: 50%;
top: 50%;
position: absolute;
transform: translate(-50%, -50%)
}
.not-found__mountians>svg,
.not-found__telescope>svg {
transform: translateX(-50%);
position: absolute;
left: 50%;
bottom: 0
}
.not-found__stars .star.fast {
animation: starPulse 3s ease infinite
}
.not-found__stars .star.medium {
animation: starPulse 5s ease infinite
}
.not-found__stars .star.slow {
animation: starPulse 7s ease infinite
}
.not-found__mountians {
z-index: 2
}
.not-found__telescope {
z-index: 3
}
.not-found__telescope#telescope-scope {
transform-origin: 50% 75%;
animation: swivel 20s ease infinite
}
@keyframes swivel {
0%,
100% {
transform: rotate(0)
}
25% {
transform: rotate(12deg)
}
75% {
transform: rotate(-12deg)
}
}
@keyframes starPulse {
0%,
100% {
opacity: 1
}
50% {
opacity: .05
}
}
.accordion-panel-body.is-expanded {
height: auto
}
.accordion-panel-body.is-collapsed {
height: 0;
display: none;
overflow: hidden;
transition: height 2s
}
.actor-list {
padding: 8px 16px 16px;
background-color: #fff;
list-style: none
}
.actor-list .actor-item:after,
.actor-list .actor-item:before {
content: '';
display: table
}
.actor-list .actor-item:after {
clear: both
}
.actor-list .actor-item>a {
display: block
}
.actor-list .actor-item>a:hover {
text-decoration: none
}
.actor-list .actor-item:not(:first-child) {
margin-top: 8px
}
.actor-list .actor-item .actor-image,
.actor-list .actor-item .profile-link {
display: inline-block;
vertical-align: middle
}
.actor-list .actor-item .profile-link {
width: calc(100% - 64px)
}
.actor-list .actor-item .actor-image {
margin-right: 3px
}
.actor-list .actor-item .actor-image>img {
display: block;
width: 56px;
height: 56px;
box-sizing: border-box;
background-clip: content-box;
border: 2px solid transparent;
border-radius: 49.9%
}
.actor-list .actor-item .name {
font-size: 1.6rem;
line-height: 1.75;
font-weight: 600;
color: rgba(0, 0, 0, .9)
}
.actor-list .actor-item .headline {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.dropdown dd a,
.dropdown dd a:visited,
.dropdown li a,
.dropdown li a:visited {
color: #000;
text-decoration: none
}
.actor-list .actor-item:not(:last-child)::after {
content: "";
width: 100%;
height: 8px;
border-bottom: 1px solid rgba(0, 0, 0, .15);
margin-left: 56px
}
.app-store-badge__android,
.app-store-badge__ios {
height: 44px;
width: 144px;
display: inline-block;
background-size: 100%;
background-repeat: no-repeat
}
.app-store-badge__ios {
background-image: url(/sc/h/64ir8xojxaby0z91u9tp4zjcb)
}
.app-store-badge__android {
background-image: url(/sc/h/dolm0zdpo3363nx2uhn9bbcum)
}
.dropdown {
overflow: hidden;
display: block
}
.dropdown .dropdown-trigger:hover {
cursor: pointer;
background-color: #cdcfd2
}
.dropdown .dropdown-options {
position: absolute;
margin-top: 2px;
box-shadow: 2px 2px 2px #000;
padding: 8px;
background-color: #fff;
z-index: 1000;
right: 0
}
.dropdown .focus,
.dropdown dd:hover,
.dropdown li:hover {
background-color: #cdcfd2
}
.dropdown dd a:hover,
.dropdown li a:hover {
text-decoration: none
}
.dropdown .closed {
display: none
}
.dropdown .open {
display: block
}
.artdeco-container-card {
display: block;
background-color: #fff;
border-radius: 2px;
position: relative;
list-style: none
}
.artdeco-container-card-action-bar {
font-size: 1.6rem;
font-weight: 600;
width: 100%;
height: initial;
display: block;
line-height: 48px;
border-top: 1px solid rgba(0, 0, 0, .15);
text-align: center;
box-sizing: content-box;
color: #0073b1
}
.artdeco-container-card-action-bar:visited {
color: #0073b1
}
@media only screen and (min-width:616px) {
.confirmation-modal {
width: 450px
}
}
.distance-badge {
position: relative;
vertical-align: middle;
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.distance-badge.separator::before {
content: '\2022';
margin: 0
}
.entity-list.row {
display: flex;
flex-direction: column
}
.entity-list.row .entity-list-item {
padding: 0 0 0 12px
}
.entity-list.row .entity-list-item:nth-last-child(1) {
margin-bottom: 0
}
.entity-list.row .entity-list-item:nth-last-child(1) .content-wrapper,
.entity-list.row .entity-list-item:nth-last-child(1) .cta-wrap {
border-bottom: none
}
.entity-list.row p {
margin-bottom: 0;
padding: 0
}
.entity-list.row .entity-item-wrapper,
.entity-list.row .entity-link-wrapper {
display: flex;
width: 100%
}
.entity-list.row .entity-link-wrapper>figure {
padding: 12px 0;
margin-right: 12px;
align-self: baseline;
min-height: 72px;
min-width: 48px
}
.entity-list.row .insight {
position: relative;
padding: 12px 12px 12px 0
}
.entity-list.row .insight figure {
margin-right: 4px;
-ms-grid-row-align: center;
align-self: center
}
.entity-list.row .insight p {
-ms-grid-row-align: center;
align-self: center
}
.entity-list.row .insight:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 25%;
height: 1px;
background-color: rgba(0, 0, 0, .15)
}
.entity-list.row .content-wrapper {
display: flex;
flex-direction: column;
justify-content: center;
flex: 1 1 auto;
border-bottom: 1px solid rgba(0, 0, 0, .15);
padding: 12px 12px 12px 0
}
.entity-list.row .content-wrapper .insight {
padding-bottom: 0;
margin-top: 12px
}
.entity-list.row .cta-wrap {
display: flex;
align-items: center;
justify-content: flex-end;
flex: 1 0 auto;
border-bottom: 1px solid rgba(0, 0, 0, .15);
padding: 0 12px 0 0
}
.entity-list.row .cta-wrap a,
.entity-list.row .cta-wrap button {
color: #0084bf;
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid currentColor
}
.entity-list.row .cta-wrap a {
text-align: center;
display: flex;
align-items: center
}
.entity-list.row .cta-wrap a .svg-icon-wrap {
flex: 1
}
.entity-list.row .cta-wrap .svg-icon-wrap>li-icon,
.entity-list.row .cta-wrap .svg-icon-wrap>svg {
vertical-align: middle
}
.entity-list.tile {
display: flex;
flex-direction: row;
flex-wrap: wrap
}
.entity-list.tile .entity-list-item {
display: flex;
flex: 1 1 50%
}
.entity-list.tile .entity-list-item:nth-child(even) {
border-right: none
}
.entity-list.tile .entity-list-item:last-child,
.entity-list.tile .entity-list-item:nth-child(odd):nth-last-of-type(2) {
border-bottom: none
}
.entity-list.tile .entity-list-item>div {
display: flex
}
.browsemap .entity-list.tile {
padding: 0 12px 24px;
justify-content: space-between;
align-content: space-between;
border: 0
}
.browsemap .entity-list.tile .entity-list-item {
flex: 1 1 40%;
border-radius: 2px;
margin-bottom: 12px
}
.browsemap .entity-list.tile .entity-list-item:nth-child(odd) {
margin-right: 12px
}
.browsemap .entity-list.tile .entity-list-item:nth-child(odd):last-child {
margin: 0;
max-width: calc(50% - 4px)
}
.browsemap .entity-list.tile .entity-list-item:nth-child(even) {
border-right: 1px solid rgba(0, 0, 0, .15)
}
.entity-list.tile .entity-link-wrapper {
display: flex;
flex-direction: column;
flex: 1 1 auto
}
.entity-list.tile figure {
padding-left: 0;
padding-top: 0;
margin-bottom: 4px;
width: 64px;
height: 64px;
flex-basis: 64px
}
.entity-list.tile .content-wrapper .name {
margin-bottom: 0
}
.entity-list.tile .content-wrapper p {
padding: 0
}
.entity-list.tile .insight {
display: flex;
flex: 1;
align-items: flex-start;
flex-direction: column;
margin-top: 12px
}
.entity-list.tile .insight:before {
content: '';
flex: 1;
width: 25%;
border-bottom: 1px solid rgba(0, 0, 0, .15);
margin-bottom: 12px
}
.entity-list.tile .insight.posted-date .abbreviated {
display: none
}
.entity-list-item {
list-style-type: none;
background-color: #fff;
width: 100%
}
.entity-list-item figure {
display: flex;
flex: 0 0 48px;
align-items: center;
padding: 4px
}
.entity-list-item .insight-link-wrapper {
display: flex
}
.entity-list-item .insight p {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400;
color: rgba(0, 0, 0, .6);
padding: 0
}
.entity-list-item .insight .name {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 600;
color: rgba(0, 0, 0, .6);
white-space: nowrap
}
.entity-item {
width: 100%
}
.entity-item .entity-item-image {
margin: 0!important;
max-width: 100%;
max-height: 100%
}
.entity-item .entity-item-image[class*=ghost-] {
width: 48px;
height: 48px;
box-sizing: border-box;
background-clip: content-box;
border: 2px solid transparent;
border-radius: 49.9%
}
.entity-item p {
font-size: 1.4rem;
line-height: 1.42857;
color: rgba(0, 0, 0, .6);
padding: 0;
word-wrap: break-word;
word-break: break-word;
font-weight: 400
}
.entity-item .name {
font-size: 1.6rem;
line-height: 1.75;
font-weight: 600;
color: rgba(0, 0, 0, .9)
}
.in-common-item .distance-badge.separator:before,
.job-item p span:nth-child(2n+4):before,
.profile-item .distance-badge.separator:before,
.skill-item .distance-badge.separator:before {
content: "\00b7";
display: inline-block
}
.job-item .entity-item-image {
width: 100%
}
.job-item figure {
height: 0
}
.row .job-item .posted-date {
border-bottom: 1px solid rgba(0, 0, 0, .15);
flex: 1 0 auto;
text-align: right
}
.row .job-item .posted-date:before {
display: none
}
.row .entity-list-item:last-child .job-item .posted-date {
border-bottom: none
}
.job-item p span:nth-child(2n+4):before {
margin-right: 4px
}
.in-common-item .entity-item-image,
.profile-item .entity-item-image,
.skill-item .entity-item-image {
border-radius: 50%
}
.in-common-item .distance-badge.separator:before,
.profile-item .distance-badge.separator:before,
.skill-item .distance-badge.separator:before {
margin: 0
}
.profile-item figure {
padding: 16px 0
}
.profile-item .location {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.profile-item .location .svg-icon-wrap {
transform: scale(.67);
vertical-align: middle;
margin: -4px -4px 0
}
.profile-item .location .svg-icon-wrap li-icon {
vertical-align: middle
}
.profile-item__name--has-hover:hover {
text-decoration: underline
}
.quote-item>blockquote {
margin-bottom: -16px
}
.quote-item .quoted-text {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .75)
}
.entity-list.row .quote-item .quoted-text {
padding-bottom: 16px
}
.quote-item .quoted-text::before {
content: '\201C'
}
.quote-item .quoted-text::after {
content: '\201D'
}
.quote-item footer::before {
content: '';
display: block;
width: 25%;
border-bottom: 1px solid rgba(0, 0, 0, .15)
}
.quote-item cite {
display: block;
font-style: normal
}
.entity-list.row .quote-item cite .content-wrapper {
border-bottom: 0
}
.pv-profile-detail__content .entity-list.row .entity-list-item {
padding: 0
}
.pv-profile-detail__content .entity-list.row .content-wrapper {
margin-right: -16px
}
.img-edit-button {
z-index: 101
}
.img-edit-button--text {
height: 64px;
display: flex;
align-items: center;
position: absolute;
bottom: 0;
right: 0
}
.img-edit-button--circle::before {
content: '';
position: absolute;
top: 0;
right: 24px;
width: 32px;
height: 32px;
transform: translate(0, -50%);
background-color: #fff;
border-radius: 50%
}
.img-edit-button--circle-edge::before {
right: 0;
transform: translate(50%, -50%)
}
.img-edit-button--text .img-edit-button__dropdown {
border-radius: 2px;
transition: box-shadow 83ms;
position: relative;
box-sizing: border-box;
display: inline-block;
max-width: 264px;
max-height: 548px;
z-index: 999;
flex: 1 1 auto;
background: 0 0;
box-shadow: none;
margin: 0;
padding: 0;
overflow: visible;
min-width: 0
}
.img-edit-button--text .img-edit-button__dropdown ul[role=tablist] {
border-top: 0
}
@media only screen and (-ms-high-contrast:active) {
.img-edit-button--text .img-edit-button__dropdown {
border: 1px solid activeborder
}
}
.img-edit-button--text .img-edit-button__dropdown dl>dt,
.img-edit-button--text .img-edit-button__dropdown h1,
.img-edit-button--text .img-edit-button__dropdown h2,
.img-edit-button--text .img-edit-button__dropdown h3,
.img-edit-button--text .img-edit-button__dropdown h4,
.img-edit-button--text .img-edit-button__dropdown h5,
.img-edit-button--text .img-edit-button__dropdown h6 {
font-size: 1.4rem;
font-weight: 600;
color: rgba(0, 0, 0, .9);
height: 36px;
line-height: normal;
margin-bottom: 0;
padding: 8px 16px;
box-sizing: border-box
}
.img-edit-button--text .img-edit-button__dropdown dl,
.img-edit-button--text .img-edit-button__dropdown ol,
.img-edit-button--text .img-edit-button__dropdown ul {
display: inline-block;
list-style-type: none;
width: 100%
}
.img-edit-button--text .img-edit-button__dropdown dl a,
.img-edit-button--text .img-edit-button__dropdown dl button,
.img-edit-button--text .img-edit-button__dropdown ol a,
.img-edit-button--text .img-edit-button__dropdown ol button,
.img-edit-button--text .img-edit-button__dropdown ul a,
.img-edit-button--text .img-edit-button__dropdown ul button {
font-size: 1.4rem;
font-weight: 600;
color: rgba(0, 0, 0, .6);
display: inline-block;
width: 100%;
min-height: 36px;
line-height: normal;
max-height: 52px;
padding: 8px 16px;
cursor: pointer;
box-sizing: border-box;
word-break: break-all
}
.img-edit-button--text .img-edit-button__dropdown dl a[disabled],
.img-edit-button--text .img-edit-button__dropdown dl button[disabled],
.img-edit-button--text .img-edit-button__dropdown ol a[disabled],
.img-edit-button--text .img-edit-button__dropdown ol button[disabled],
.img-edit-button--text .img-edit-button__dropdown ul a[disabled],
.img-edit-button--text .img-edit-button__dropdown ul button[disabled] {
opacity: .25
}
.img-edit-button--text .img-edit-button__dropdown dl a:not(:first-child),
.img-edit-button--text .img-edit-button__dropdown dl button:not(:first-child),
.img-edit-button--text .img-edit-button__dropdown ol a:not(:first-child),
.img-edit-button--text .img-edit-button__dropdown ol button:not(:first-child),
.img-edit-button--text .img-edit-button__dropdown ul a:not(:first-child),
.img-edit-button--text .img-edit-button__dropdown ul button:not(:first-child) {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400
}
.img-edit-button--text .img-edit-button__dropdown dl a.focus,
.img-edit-button--text .img-edit-button__dropdown dl a.hover,
.img-edit-button--text .img-edit-button__dropdown dl a:focus,
.img-edit-button--text .img-edit-button__dropdown dl a:hover,
.img-edit-button--text .img-edit-button__dropdown dl button.focus,
.img-edit-button--text .img-edit-button__dropdown dl button.hover,
.img-edit-button--text .img-edit-button__dropdown dl button:focus,
.img-edit-button--text .img-edit-button__dropdown dl button:hover,
.img-edit-button--text .img-edit-button__dropdown ol a.focus,
.img-edit-button--text .img-edit-button__dropdown ol a.hover,
.img-edit-button--text .img-edit-button__dropdown ol a:focus,
.img-edit-button--text .img-edit-button__dropdown ol a:hover,
.img-edit-button--text .img-edit-button__dropdown ol button.focus,
.img-edit-button--text .img-edit-button__dropdown ol button.hover,
.img-edit-button--text .img-edit-button__dropdown ol button:focus,
.img-edit-button--text .img-edit-button__dropdown ol button:hover,
.img-edit-button--text .img-edit-button__dropdown ul a.focus,
.img-edit-button--text .img-edit-button__dropdown ul a.hover,
.img-edit-button--text .img-edit-button__dropdown ul a:focus,
.img-edit-button--text .img-edit-button__dropdown ul a:hover,
.img-edit-button--text .img-edit-button__dropdown ul button.focus,
.img-edit-button--text .img-edit-button__dropdown ul button.hover,
.img-edit-button--text .img-edit-button__dropdown ul button:focus,
.img-edit-button--text .img-edit-button__dropdown ul button:hover {
color: rgba(0, 0, 0, .75);
text-decoration: none
}
.img-edit-button--text .img-edit-button__dropdown dl a.active,
.img-edit-button--text .img-edit-button__dropdown dl a:active,
.img-edit-button--text .img-edit-button__dropdown dl button.active,
.img-edit-button--text .img-edit-button__dropdown dl button:active,
.img-edit-button--text .img-edit-button__dropdown ol a.active,
.img-edit-button--text .img-edit-button__dropdown ol a:active,
.img-edit-button--text .img-edit-button__dropdown ol button.active,
.img-edit-button--text .img-edit-button__dropdown ol button:active,
.img-edit-button--text .img-edit-button__dropdown ul a.active,
.img-edit-button--text .img-edit-button__dropdown ul a:active,
.img-edit-button--text .img-edit-button__dropdown ul button.active,
.img-edit-button--text .img-edit-button__dropdown ul button:active {
color: #006097;
background: rgba(152, 216, 244, .45)
}
.img-edit-button--text .img-edit-button__dropdown hr {
margin: 8px 0 4px;
width: 100%;
border-color: rgba(0, 0, 0, .15);
display: block;
float: none
}
.img-edit-button--text .img-edit-button__dropdown>dl dt~dt {
padding-top: 6px;
border-top: 1px solid rgba(0, 0, 0, .15);
margin-top: 8px
}
.img-edit-button--text .img-edit-button__dropdown:after,
.img-edit-button--text .img-edit-button__dropdown:before {
left: 100%;
position: absolute
}
.img-edit-button--text .img-edit-button__dropdown:before {
border-color: transparent;
border-style: solid;
border-width: 0 10px;
border-bottom: 10px rgba(0, 0, 0, .15) solid;
content: "";
height: 0;
width: 0;
margin-left: -35px;
top: -10px
}
.img-edit-button--text .img-edit-button__dropdown:after {
border-color: transparent;
border-style: solid;
border-width: 0 9px;
border-bottom: 9px #fff solid;
content: "";
height: 0;
width: 0;
margin-left: -34px;
top: -9px
}
.img-edit-button--text .img-edit-button__dropdown::after,
.img-edit-button--text .img-edit-button__dropdown::before {
display: none
}
.img-edit-button--text .img-edit-button__dropdown ul {
width: auto
}
.img-edit-button__action-name.img-edit-button__action-name.img-edit-button__action-name.img-edit-button__action-name {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .9)
}
.img-edit-button--text .img-edit-button__dropdown-trigger.img-edit-button__dropdown-trigger:hover {
background: 0 0
}
.img-edit-button--circle .img-edit-button__dropdown-trigger {
background-color: transparent;
border: 0;
box-sizing: border-box;
color: #0073b1;
cursor: pointer;
display: inline-block;
font-size: 0;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
border-radius: 16px;
text-indent: -999px;
width: 32px;
position: absolute;
top: 0;
right: 24px;
transform: translate(0, -50%)
}
@media only screen and (-ms-high-contrast:active) {
.img-edit-button--circle .img-edit-button__dropdown-trigger {
border: 1px solid currentColor;
border-width: 0;
line-height: 32px
}
}
html.edge .img-edit-button--circle .img-edit-button__dropdown-trigger:focus,
html.ie .img-edit-button--circle .img-edit-button__dropdown-trigger:focus {
outline: #7f7f7f dashed 1px
}
.img-edit-button--circle .img-edit-button__dropdown-trigger li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
.img-edit-button--circle .img-edit-button__dropdown-trigger li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .img-edit-button--circle .img-edit-button__dropdown-trigger,
.ie .img-edit-button--circle .img-edit-button__dropdown-trigger {
border-radius: 32px
}
.img-edit-button--circle .img-edit-button__dropdown-trigger:before {
transition-duration: .5s
}
.img-edit-button--circle .img-edit-button__dropdown-trigger.focus,
.img-edit-button--circle .img-edit-button__dropdown-trigger.hover-not-disabled,
.img-edit-button--circle .img-edit-button__dropdown-trigger:focus,
.img-edit-button--circle .img-edit-button__dropdown-trigger:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097
}
.img-edit-button--circle .img-edit-button__dropdown-trigger.active-not-disabled,
.img-edit-button--circle .img-edit-button__dropdown-trigger:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.img-edit-button--circle .img-edit-button__dropdown-trigger.disabled,
.img-edit-button--circle .img-edit-button__dropdown-trigger:disabled {
color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.img-edit-button--circle-edge .img-edit-button__dropdown-trigger {
right: 0;
transform: translate(50%, -50%)
}
.img-edit-button__dropdown-options {
transition: box-shadow 83ms;
z-index: 2;
background-color: #fff;
top: 100%;
left: -12px;
right: auto;
margin-top: 8px;
border-radius: 2px
}
@media screen and (-ms-high-contrast:active) {
.img-edit-button__dropdown-options {
border: 1px solid activeborder
}
}
.img-edit-button--circle .img-edit-button__dropdown-options {
top: 0;
left: 100%;
margin-top: 32px;
margin-left: -64px
}
.img-edit-button--circle-edge .img-edit-button__dropdown-options {
margin-left: -20px
}
.img-edit-button__dropdown-options::before {
position: absolute;
content: '';
top: -20px;
left: 12px;
border: 10px solid transparent;
border-bottom-color: rgba(0, 0, 0, .2)
}
.img-edit-button__dropdown-options::after {
position: absolute;
content: '';
top: -18px;
left: 13px;
border: 9px solid transparent;
border-bottom-color: #fff
}
.img-edit-button__dropdown-options--is-reversed {
left: auto;
margin-top: 16px;
right: -12px
}
.img-edit-button--circle-edge .img-edit-button__dropdown-options--is-reversed {
left: auto;
margin-left: 0;
margin-top: 32px;
right: -32px;
top: auto
}
.img-edit-button__dropdown-options--is-reversed::before {
left: auto;
right: 20px
}
.img-edit-button__dropdown-options--is-reversed::after {
left: auto;
right: 21px
}
.img-edit-button__action-body {
color: rgba(0, 0, 0, .6)
}
.img-edit-button__action-body:hover {
color: #0084bf;
background: #f3f6f8
}
.img-edit-button__file-upload-input {
top: 0;
right: 0;
height: 100%;
padding-left: 100%;
cursor: pointer;
opacity: 0
}
.img-edit-button--text .img-edit-button__action.img-edit-button__action,
.img-edit-button__action.img-edit-button__action {
width: 100%;
padding: 0;
height: auto
}
.img-edit-button__action-icon li-icon {
display: block
}
.info-not-shared {
background-color: #f3f6f8;
padding: 16px
}
.info-not-shared__helplink {
color: #0084bf
}
.facepile-overlap .img-container {
position: relative;
float: left
}
.facepile-overlap .img-container .profile-picture {
width: 100%;
height: 100%;
border-radius: 50%
}
.facepile-overlap.xsmall .img-container .profile-picture,
.facepile-overlap.xxsmall .img-container .profile-picture {
border: 1px solid #fff
}
.facepile-overlap.xxsmall .img-container {
width: 32px;
height: 32px;
padding: 3px;
margin-right: -16px
}
.facepile-overlap.xxsmall .img-container:last-child {
margin-right: 0
}
.facepile-overlap.xsmall .img-container {
width: 40px;
height: 40px;
padding: 2px;
margin-right: -20px
}
.facepile-overlap.xsmall .img-container:last-child {
margin-right: 0
}
.facepile-overlap.large .img-container .profile-picture,
.facepile-overlap.medium .img-container .profile-picture,
.facepile-overlap.small .img-container .profile-picture {
border: 2px solid #fff
}
.facepile-overlap.small .img-container {
width: 48px;
height: 48px;
padding: 2px;
margin-right: -24px
}
.facepile-overlap.small .img-container:last-child {
margin-right: 0
}
.facepile-overlap.medium .img-container {
width: 56px;
height: 56px;
padding: 1px;
margin-right: -28px
}
.facepile-overlap.medium .img-container:last-child {
margin-right: 0
}
.facepile-overlap.large .img-container {
width: 72px;
height: 72px;
padding: 1px;
margin-right: -36px
}
.facepile-overlap.large .img-container:last-child,
.facepile-row .img-container+.img-container:last-child {
margin-right: 0
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(1) {
z-index: 1
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(2) {
z-index: 2
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(3) {
z-index: 3
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(4) {
z-index: 4
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(5) {
z-index: 5
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(6) {
z-index: 6
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(7) {
z-index: 7
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(8) {
z-index: 8
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(9) {
z-index: 9
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(10) {
z-index: 10
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(11) {
z-index: 11
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(12) {
z-index: 12
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(13) {
z-index: 13
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(14) {
z-index: 14
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(15) {
z-index: 15
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(16) {
z-index: 16
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(17) {
z-index: 17
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(18) {
z-index: 18
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(19) {
z-index: 19
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(20) {
z-index: 20
}
.facepile-row {
line-height: initial
}
.facepile-row.xxsmall .img-container {
width: 32px;
height: 32px;
box-sizing: border-box;
background-clip: content-box;
border: 3px solid transparent;
border-radius: 49.9%
}
.facepile-row.xxsmall .people-left {
box-sizing: border-box;
border: 1px solid rgba(0, 0, 0, .6);
border-radius: 49.9%;
transform: translateY(-50%) translateY(2px) translateX(3px);
font-size: 1.2rem;
color: rgba(0, 0, 0, .6);
display: inline-block;
text-align: center;
z-index: 2;
width: 26px;
height: 26px;
line-height: 26px;
background: 0 0;
margin-bottom: -8px
}
[dir=rtl] .facepile-row.xxsmall .people-left {
transform: translateY(-50%) translateY(2px) translateX(3px)
}
.facepile-row.xxsmall .people-left:before {
border-radius: 49.9%
}
.facepile-row.xsmall .img-container {
width: 40px;
height: 40px;
box-sizing: border-box;
background-clip: content-box;
border: 3px solid transparent;
border-radius: 49.9%
}
.facepile-row.xsmall .people-left {
box-sizing: border-box;
border: 1px solid rgba(0, 0, 0, .6);
border-radius: 49.9%;
transform: translateY(-50%) translateY(2px) translateX(3px);
font-size: 1.2rem;
color: rgba(0, 0, 0, .6);
display: inline-block;
text-align: center;
z-index: 2;
width: 34px;
height: 34px;
line-height: 34px;
background: 0 0;
margin-bottom: -12px
}
.facepile-row.large .people-left,
.facepile-row.medium .people-left,
.facepile-row.small .people-left {
box-sizing: border-box;
font-size: 1.4rem;
color: rgba(0, 0, 0, .6);
display: inline-block;
text-align: center;
z-index: 2
}
[dir=rtl] .facepile-row.xsmall .people-left {
transform: translateY(-50%) translateY(2px) translateX(3px)
}
.facepile-row.xsmall .people-left:before {
border-radius: 49.9%
}
.facepile-row.small .img-container {
width: 48px;
height: 48px;
box-sizing: border-box;
background-clip: content-box;
border: 2px solid transparent;
border-radius: 49.9%
}
.facepile-row.small .people-left {
border: 1px solid rgba(0, 0, 0, .6);
border-radius: 49.9%;
transform: translateY(-50%) translateY(4px) translateX(2px);
width: 44px;
height: 44px;
line-height: 44px;
background: 0 0;
margin-bottom: -16px
}
[dir=rtl] .facepile-row.small .people-left {
transform: translateY(-50%) translateY(4px) translateX(2px)
}
.facepile-row.small .people-left:before {
border-radius: 49.9%
}
.facepile-row.medium .img-container {
width: 56px;
height: 56px;
box-sizing: border-box;
background-clip: content-box;
border: 2px solid transparent;
border-radius: 49.9%
}
.facepile-row.medium .people-left {
border: 1px solid rgba(0, 0, 0, .6);
border-radius: 49.9%;
transform: translateY(-50%) translateY(5px) translateX(1px);
width: 52px;
height: 52px;
line-height: 52px;
background: 0 0;
margin-bottom: -21px
}
[dir=rtl] .facepile-row.medium .people-left {
transform: translateY(-50%) translateY(5px) translateX(1px)
}
.facepile-row.medium .people-left:before {
border-radius: 49.9%
}
.facepile-row.large .img-container {
width: 72px;
height: 72px;
box-sizing: border-box;
background-clip: content-box;
border: 1px solid transparent;
border-radius: 49.9%
}
.facepile-row.large .people-left {
border: 1px solid rgba(0, 0, 0, .6);
border-radius: 49.9%;
transform: translateY(-50%) translateY(5px) translateX(1px);
width: 70px;
height: 70px;
line-height: 70px;
background: 0 0;
margin-bottom: -29px
}
.flavor>div p,
.flavor>div strong {
font-size: 1.2rem;
line-height: 1.33333;
color: rgba(0, 0, 0, .6)
}
.flavor .in-network-reason figure,
.flavor>div figure {
height: 32px;
box-sizing: border-box;
background-clip: content-box
}
[dir=rtl] .facepile-row.large .people-left {
transform: translateY(-50%) translateY(5px) translateX(1px)
}
.facepile-row.large .people-left:before {
border-radius: 49.9%
}
.flavor-list {
margin-top: 12px;
list-style-type: none
}
.top-card .flavor-list {
margin-bottom: 12px
}
.scroll-reveal {
transform: translateX(0);
opacity: 1;
transition: all .5s cubic-bezier(.95, 0, .74, .87);
transition-property: opacity, transform
}
.scroll-reveal.hide-flavor {
transform: translateX(10px);
opacity: .2
}
.flavor>div {
display: flex;
margin-left: -4px;
align-items: center;
text-align: left
}
.top-card .flavor>div {
justify-content: center
}
.flavor>div figure {
width: 32px;
border: 4px solid transparent;
border-radius: 6px;
padding: 0;
margin-right: 4px;
flex-basis: auto;
overflow: hidden;
opacity: .99
}
.flavor>div p {
font-weight: 400
}
.flavor>div strong {
font-weight: 600
}
.flavor .flavor-image {
margin: 0 auto
}
.flavor .flavor-image[class*=ghost-] {
width: 100%
}
.flavor .in-network-reason figure {
width: 32px;
border: 3px solid transparent;
border-radius: 49.9%
}
.headless-takeover .modal-wormhole .modal-wormhole-content,
.headless-takeover .shared-modal-dialog,
.modal-wormhole .headless-takeover .modal-wormhole-content {
border: none;
background: 0 0;
width: 100%;
max-width: 100%;
padding: 0 48px;
text-align: center
}
.headless-takeover .modal-wormhole .modal-wormhole-content h1,
.headless-takeover .shared-modal-dialog h1,
.modal-wormhole .headless-takeover .modal-wormhole-content h1 {
font-size: 2rem;
line-height: 1.4;
font-weight: 600;
color: #fff;
color: rgba(255, 255, 255, .85)
}
.headless-takeover .modal-wormhole .modal-wormhole-content p,
.headless-takeover .shared-modal-dialog p,
.modal-wormhole .headless-takeover .modal-wormhole-content p {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: #fff;
color: rgba(255, 255, 255, .85)
}
.headless-takeover .modal-wormhole .modal-wormhole-content button,
.headless-takeover .shared-modal-dialog button,
.modal-wormhole .headless-takeover .modal-wormhole-content button {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: #fff;
border: 1px solid rgba(255, 255, 255, .85);
border-radius: 2px;
display: block;
margin: 32px auto 0;
padding: 4px 12px;
color: rgba(255, 255, 255, .85)
}
.headless-takeover .modal-wormhole .modal-wormhole-content hr,
.headless-takeover .shared-modal-dialog hr,
.modal-wormhole .headless-takeover .modal-wormhole-content hr {
border: 1px solid rgba(255, 255, 255, .55);
width: 56px;
height: 0;
margin: 16px auto
}
.headless-takeover+.shared-modal-overlay,
.modal-wormhole .headless-takeover+.modal-wormhole-overlay {
opacity: .75
}
.modal-wormhole,
.shared-modal-container {
overflow-y: auto;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 201;
cursor: pointer
}
.modal-wormhole .modal-content-wrapper,
.shared-modal-open {
width: 100%;
height: 100%
}
.modal-wormhole .modal-wormhole-content,
.shared-modal-dialog {
position: relative;
background: #fff;
padding: 1.5em;
border-radius: 2px;
margin-left: auto;
margin-right: auto;
max-width: 20em;
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 12px 18px 1px rgba(0, 0, 0, .2);
transition: box-shadow 83ms
}
@media screen and (-ms-high-contrast:active) {
.modal-wormhole .modal-wormhole-content,
.shared-modal-dialog {
border: 1px solid activeborder
}
}
.modal-wormhole .modal-wormhole-overlay,
.shared-modal-overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #000;
opacity: .7;
z-index: 200
}
.shared-modal-open,
body.modal-is-open {
overflow: hidden
}
.ios body.modal-is-open {
position: fixed;
height: 100%
}
body.modal-is-open .application-outlet,
body.modal-is-open .nav-main-container {
filter: blur(2px)
}
@supports (-moz-appearance:none) and (display:contents) {
body.modal-is-open .application-outlet,
body.modal-is-open .nav-main-container {
filter: none
}
}
.modal-wormhole {
cursor: auto
}
.modal-wormhole .modal-wormhole-content {
z-index: 203
}
.modal-wormhole .modal-wormhole-overlay {
cursor: pointer;
z-index: 202
}
.modal-wormhole .modal-wormhole-overlay.overlay-actions-are-disabled {
cursor: auto
}
.modal-wormhole.hidden {
display: none;
visibility: hidden
}
.actor-name-with-distance {
position: relative;
overflow: hidden;
font-size: 1.6rem;
line-height: 1.75;
font-weight: 600;
color: rgba(0, 0, 0, .9)
}
.actor-name-with-distance .name-and-icon {
display: inline-block;
vertical-align: middle
}
.actor-name-with-distance .name-and-icon .influencer-icon {
display: inline-block;
height: 19px;
width: 17px;
text-indent: -3000px;
background: url(/sc/h/1kwg0dqnqvs4gok0y64lehp20) 0 -22px no-repeat;
margin-left: 2px;
vertical-align: middle
}
.actor-name-with-distance .name-and-icon .svg-icon-wrap {
line-height: 1.5
}
.actor-name-with-distance .name-and-icon .svg-icon-wrap.premium-icon {
vertical-align: middle
}
.actor-name-with-distance .name-and-icon .svg-icon-wrap.premium-icon li-icon {
margin: 0 1px
}
.actor-name-with-distance.single-line-truncate .name-and-icon {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: calc(100% - 48px)
}
.notification-container {
position: fixed;
z-index: 20000;
width: 100%;
box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 2px 4px rgba(0, 0, 0, .15);
display: none
}
.photo-cropper__circle-frame::after,
.photo-cropper__rectangle-frame::after {
box-shadow: 0 0 0 100vw rgba(0, 0, 0, .5);
content: '';
pointer-events: none;
}
.notification-container.visible {
display: block
}
.notification-item {
display: flex;
align-items: center;
background-color: #F6F8FA;
min-height: 64px;
padding: 12px 16px
}
.notification-item .icon {
float: left;
margin-right: 8px;
height: 24px
}
.notification-item .description {
flex: 1
}
.notification-item.success .icon {
color: #2f7b15
}
.notification-item.error .icon {
color: #ee1620
}
.notification-item.yield .icon {
color: #cf5000
}
.notification-item.notify .icon {
color: #777a7d
}
.notification-item.description {
overflow: hidden
}
.notification-item .title {
font-size: 1.6rem;
line-height: 1.75;
font-weight: 600;
color: rgba(0, 0, 0, .75)
}
.notification-item .action,
.notification-item .message {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .75)
}
.school-ranking-item .numeric-stat-title {
font-weight: 700;
color: #000
}
.school-ranking-item .numeric-stat-subtitle {
color: #777a7d
}
.numeric-stat-list {
display: flex;
padding: 0 12px
}
.numeric-stat-list .numeric-stat {
text-align: center;
font-size: 3.2rem;
line-height: 1.25;
font-weight: 400;
color: rgba(0, 0, 0, .9);
width: 56px;
height: 56px
}
.numeric-stat-list .numeric-stat-description .numeric-stat-title {
margin-bottom: 0
}
.peek-carousel__slides {
display: flex;
list-style-type: none;
position: relative
}
.peek-carousel__card-item {
margin-right: 12px
}
.peek-carousel__card-item:first-child {
margin-left: 24px
}
.peek-carousel__card-item:last-child {
margin-right: 24px
}
.photo-cropper--filters {
height: 100%
}
.photo-cropper__target-image {
position: absolute;
pointer-events: none
}
.photo-cropper__image-container-parent {
overflow: hidden;
background-color: #000;
display: flex;
height: 100%
}
.photo-cropper__target-image-container {
position: relative;
text-align: center;
overflow: hidden;
margin: auto;
touch-action: none
}
.photo-cropper__target-image-container--show {
overflow: initial
}
.photo-cropper__circle-frame::after {
position: absolute;
width: 100%;
height: 100%;
border-radius: 100%;
top: 0;
left: 0;
border: 2px solid #fff;
}
.photo-cropper__thirds {
position: relative;
width: 100%;
height: 100%;
border-radius: 100%;
overflow: hidden;
pointer-events: none;
border: 2px solid #fff;
}
.photo-cropper__thirds-line {
position: absolute;
z-index: 1;
background: rgba(255, 255, 255, .55)
}
.photo-cropper__thirds-line--top-horizontal {
width: 100%;
height: 1px;
top: 33.33333%
}
.photo-cropper__thirds-line--bottom-horizontal {
width: 100%;
height: 1px;
top: 66.66666%
}
.photo-cropper__thirds-line--left-vertical {
height: 100%;
width: 1px;
left: 33.33333%
}
.photo-cropper__thirds-line--right-vertical {
height: 100%;
width: 1px;
left: 66.66666%
}
.photo-cropper__thirds--bg-img {
border-radius: 0
}
.photo-cropper__rectangle-frame::after {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
border: 2px solid #fff
}
.photo-cropper__circle-frame--non-crop::after,
.photo-cropper__rectangle-frame--non-crop::after {
box-shadow: 0 0 0 100vw #000;
border: none
}
.photo-cropper__divider {
height: 1px;
width: 100%;
background-color: #696c6f
}
.photo-cropper__loader {
width: 100%;
height: 100%;
z-index: 2;
position: absolute;
top: 0;
left: 0
}
.photo-cropper__loader li-icon {
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, .5);
color: #fff;
border-radius: 100%
}
.photo-cropper__loader--bg-img li-icon {
border-radius: 0
}
.photo-filter {
flex: 0 0 auto;
z-index: 1
}
.photo-filter__body {
background-color: #000;
border-top: 1px solid rgba(255, 255, 255, .15)
}
.photo-filter__slider-body {
display: flex;
justify-content: space-between;
align-items: center;
padding: 16px 24px
}
.photo-filter__slider-container {
width: calc(100% - 48px);
overflow: hidden
}
.photo-filter__slider-info {
color: #fff;
display: flex;
justify-content: space-between
}
.photo-filter__slider {
height: 24px;
padding-top: 8px;
cursor: auto
}
.photo-filter__slider [type=range] {
height: 2px
}
.photo-filter__slider-button {
color: #fff;
width: 24px;
height: 24px
}
.photo-filter__select-body {
overflow: hidden;
padding: 12px;
width: 100%;
max-width: 100vw
}
.photo-filter__select-body-scroll-container {
width: 100%
}
.photo-filter__select-button {
display: inline-flex;
flex-direction: column;
align-items: center;
margin: 0 12px 0 0
}
.photo-filter__select-button:last-child {
margin-right: 0
}
.photo-filter__select-filter-image {
height: 100%
}
.photo-filter__selected-filter {
color: #fff
}
.photo-filter__filter-preview-container {
position: relative
}
.photo-filter__selected-filter .photo-filter__filter-preview-container::before {
content: '';
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
border: 2px solid #fff;
border-radius: 50%
}
.photo-filter__selected-filter .photo-filter__filter-preview-container--bg-img::before {
border-radius: 2px
}
.photo-filter__adjust-icon.photo-filter__adjust-icon {
border: 1px solid rgba(255, 255, 255, .25);
color: #fff;
width: 72px;
height: 72px
}
.photo-filter__loader {
color: #fff;
width: 32px;
height: 32px
}
.photo-filter__footer-button {
min-width: 80px;
padding: 0 8px;
height: 80px;
color: #cfcfcf;
word-break: break-word;
width: 25%
}
.photo-filter__footer-button:disabled {
opacity: .5
}
.photo-filter__footer-button--selected:disabled {
opacity: 1
}
.photo-filter__footer-button--visibility {
margin-left: auto;
text-align: center
}
.photo-filter__footer-button--visibility .visibility-setting__trigger {
height: 80px
}
.photo-filter__footer-button--visibility .visibility-setting__trigger-content {
flex-direction: column
}
.photo-filter__footer-button--visibility .visibility-options {
right: 3px
}
.photo-filter__icon {
margin: auto
}
.photo-filter__footer-bar {
position: absolute;
height: 2px;
transition: left .5s
}
.pic-cropper__container {
width: 100%;
padding: 32px;
background-color: #000;
position: relative;
overflow: hidden;
display: flex;
}
.pic-cropper__container--crop {
padding: 16px 32px 48px;
}
.pic-cropper__container--non-crop {
padding: 16px 32px
}
.pic-cropper__target-image-container {
/* position:relative; */
margin: auto;
visibility: hidden;
}
.pic-cropper__target-image-container:focus {
outline: -webkit-focus-ring-color auto 5px
}
.pic-cropper__target-image-container:focus[data-artdeco-is-focused=true] {
outline: 0
}
.pic-cropper__target-image {
position: absolute;
margin: 0;
min-width: none;
max-width: none;
min-height: none;
max-height: none
}
.pic-cropper__action-ignorer {
pointer-events: none
}
.pic-cropper__image-loaded {
visibility: visible;
}
.pic-cropper__loader {
width: 100%;
color: #f3f6f8;
display: flex;
justify-content: center
}
.pic-cropper__ghost-image {
width: 100%;
height: 100%;
display: block
}
.pv-s-suggested-endorsement-item {
align-items: center;
display: flex;
justify-content: space-between;
position: relative
}
.pv-s-suggested-endorsement-item::after {
background: rgba(0, 0, 0, .15);
content: '';
display: block;
height: 1px;
position: absolute;
right: -16px;
bottom: 0;
left: 0
}
.pv-s-pending-skill-item__loader,
.pv-s-suggested-endorsement-item__loader {
width: 60px;
height: 60px;
position: absolute;
left: calc(50% - 30px);
top: calc(50% - 30px)
}
.pv-s-suggested-endorsement-item:last-child {
padding-bottom: 0
}
.pv-s-suggested-endorsement-item:last-child::after {
display: none
}
.pv-s-suggested-endorsement-item--endorsed {
color: #398b18
}
.pv-s-suggested-endorsement-item__recipient {
align-self: flex-start
}
.pv-s-suggested-endorsement-item__loader {
color: #0084bf
}
.pv-s-pending-skill-item {
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid rgba(0, 0, 0, .15)
}
.pv-s-pending-skill-item:last-child {
padding-bottom: 0;
border: 0
}
.pv-s-pending-skill-item__cta {
flex-shrink: 0
}
.pv-s-pending-skill-item__loader {
color: #0084bf
}
.results-pagination {
display: flex;
border-top: 1px solid rgba(0, 0, 0, .15);
padding: 12px
}
.results-pagination .results-paginator {
display: flex;
margin: auto;
border: 1px solid #0084bf;
border-radius: 2px
}
.results-pagination .results-paginator button,
.results-pagination .results-paginator li {
cursor: pointer;
display: inline-block;
margin: 2px 0;
padding: 8px 16px 6px;
font-size: 1.6rem;
line-height: 1.75;
font-weight: 600;
color: #0084bf
}
.results-pagination .results-paginator button .svg-icon-wrap {
vertical-align: middle;
margin: -4px -8px 0;
color: #777a7d
}
.results-pagination .results-paginator button .svg-icon-wrap li-icon {
vertical-align: middle
}
.results-pagination .results-paginator button.prev {
border-right: 1px solid rgba(0, 0, 0, .4)
}
.results-pagination .results-paginator button.next {
border-left: 1px solid rgba(0, 0, 0, .4)
}
.search-s-shared-connections__link:hover {
color: rgba(0, 0, 0, .6)
}
.search-alert-modal-container .search-alert {
border-bottom: 1px solid rgba(0, 0, 0, .15)
}
.search-alert-modal-container .search-alert:last-child {
border: 0
}
.search-alert-modal-container-form--create .search-alert {
padding: 0
}
.search-alert__title {
display: flex;
flex-wrap: wrap
}
.search-alert__flex-btn {
display: flex
}
.search-alert__toggle-btn--link {
color: #0084bf
}
.search-alert__toggle-btn--border {
padding-left: 16px;
margin: 8px 0 0 16px;
border-left: 1px solid rgba(0, 0, 0, .15)
}
.search-alert__facets-applied {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6);
width: 100%;
order: 2
}
#search-alert-notification-tooltip {
width: 225px
}
.search-alert-details {
flex: 1 1 auto;
flex-flow: row wrap
}
.search-alert-details--column {
flex-direction: column
}
.search-alert-details__hovercard-icon {
width: auto;
opacity: .55;
border: none;
padding: 0;
margin: 0;
display: inline;
vertical-align: middle;
height: 18px
}
.search-alert-details__hovercard-icon .svg-icon-wrap {
pointer-events: none
}
.search-alert-details__dropdown--simple {
border: 0;
border-bottom: 1px solid rgba(0, 0, 0, .6);
border-radius: 0
}
.search-alert-details__receive-dropdown {
width: 126px
}
.search-alert-details__channel-dropdown {
width: 200px
}
.search-alert-details__delivery-label.search-alert-details__delivery-label {
margin: 8px 0
}
.search-alert-details__delivery-label--notifications.search-alert-details__delivery-label--notifications {
display: inline
}
.search-alert-modal-container .modal-wormhole-content {
padding: 0
}
.search-alert-modal-container--full-page.search-alert-modal-container--full-page {
background-color: #f3f6f8;
padding: 8px
}
.search-alert-modal-container__header {
border-bottom: 1px solid rgba(0, 0, 0, .15);
display: flex
}
.search-s-facet,
.search-s-facet__values--all_filters .search-s-facet:last-child {
border-bottom: 0
}
.search-alert-modal-container__header-text {
flex: 1 1 auto
}
.search-alert-modal-container__header-dismiss {
flex: 0 1 auto;
color: rgba(0, 0, 0, .6)
}
.search-alert-modal-container__form {
padding: 24px 12px 24px 24px
}
.search-alert-modal-container__actions {
justify-content: flex-end;
padding: 16px 12px 16px 0
}
.search-alert-modal-container__max-alerts-message {
color: #e55800
}
.modal-wormhole .search-s-clear-history .modal-wormhole-content,
.search-s-clear-history .modal-wormhole .modal-wormhole-content,
.search-s-clear-history .shared-modal-dialog {
cursor: auto;
max-width: 552px
}
.search-s-facet--is-floating .search-s-facet__name-wrap,
.smart-hovercard-container .hovercard-trigger {
cursor: default
}
.search-s-facet {
list-style-type: none
}
.search-s-facet:first-of-type {
padding-top: 0
}
.search-filters-bar__suggested-filters .search-s-facet {
padding-right: 0;
margin-right: 12px
}
.search-advanced-facets__facets-list .search-s-facet {
flex-grow: 1;
width: 264px;
max-width: 282px;
padding: 16px 16px 24px
}
.search-s-facet--is-spaced-out {
padding-right: 48px
}
.search-s-facet--is-child-facet {
border-bottom: 1px solid rgba(0, 0, 0, .15)
}
.search-s-facet__values {
z-index: 100
}
.search-s-facet--is-closed .search-s-facet__values {
display: none
}
.search-s-facet--is-child-facet .search-s-facet__values {
position: relative
}
.search-filters-bar__suggested-filters .search-s-facet__values {
z-index: 1
}
.search-s-facet__values--is-floating {
position: absolute;
min-width: 320px;
max-width: 360px
}
.search-s-facet__name-wrap {
width: 100%
}
.search-advanced-facets__facets .search-s-facet--single-facet-input {
margin-left: 0;
margin-top: 4px
}
.search-advanced-facets__facets-list .search-s-facet--single-facet-input,
.search-s-rail--right .search-s-facet--single-facet-input {
margin-top: 12px
}
.search-s-rail--right .search-s-facet--single-facet-input input {
width: 258px;
font-size: 14px
}
.search-s-facet__name-wrap-container {
width: 100%;
display: flex;
padding: 12px 0;
text-align: left;
align-items: center
}
.search-s-facet:first-of-type .search-s-facet__name-wrap-container {
border-top: none
}
.search-s-facet__name-wrap-container--pill {
padding: 0
}
.search-s-facet__name-wrap-container--pill li-icon {
margin-left: 0;
top: 6px;
padding-right: 0
}
.search-s-facet__svg-icon {
color: rgba(0, 0, 0, .6);
display: flex;
padding-left: 4px
}
.search-s-facet__name-wrap--pill-with-selected-values .search-s-facet__name,
.search-s-facet__name-wrap--pill-with-selected-values .search-s-facet__svg-icon {
color: #fff
}
.search-s-facet__name {
flex: 1 0 auto
}
.search-s-facet--condensed {
padding: 0
}
.search-s-facet__values--connectionOf .type-ahead-input-icons,
.search-s-facet__values--facetConnectionOf .type-ahead-input-icons {
right: 4px;
display: inline-block;
top: 9px
}
.search-filters-bar__suggested-filters .search-s-facet__values--facetNetwork,
.search-filters-bar__suggested-filters .search-s-facet__values--network {
min-width: 240px
}
.search-s-facet-value {
list-style-type: none
}
.search-s-facet-value:first-child .search-s-facet-value__label {
margin-top: 0
}
.search-s-facet-value__label::before {
top: 1px
}
.send-invite .modal-wormhole-content {
padding: 0;
visibility: visible;
opacity: 1
}
.send-invite__header {
z-index: 3;
width: 100%;
padding: 0 16px;
position: relative;
border-bottom: 1px rgba(0, 0, 0, .15) solid
}
.send-invite__cancel-btn {
position: absolute;
top: 12px;
right: 8px
}
.send-invite__custom-message {
height: 120px
}
.send-invite__count {
position: absolute;
right: 16px;
bottom: 22px;
color: #777a7d
}
.send-invite__actions {
width: 100%;
text-align: right;
margin-top: 12px;
border-top: 1px rgba(0, 0, 0, .15) solid;
padding: 16px
}
.send-invite__success-icon {
color: #398b18;
align-self: flex-start
}
.smart-hovercard-container .bottom-smart-hovercard,
.smart-hovercard-container .left-smart-hovercard,
.smart-hovercard-container .right-smart-hovercard,
.smart-hovercard-container .top-smart-hovercard {
font-size: 1.4rem;
line-height: 1.42857;
color: rgba(0, 0, 0, .75);
background-clip: padding-box;
background-color: #fff;
max-width: 320px;
padding: 14px 16px;
z-index: 999;
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 6px 9px rgba(0, 0, 0, .2)
}
.smart-hovercard-container .bottom-smart-hovercard {
border-radius: 2px;
opacity: 0;
position: absolute;
visibility: hidden;
transition: box-shadow 83ms
}
@media only screen and (-ms-high-contrast:active) {
.smart-hovercard-container .bottom-smart-hovercard {
border: 1px solid activeborder
}
}
.smart-hovercard-container .bottom-smart-hovercard:after {
border-color: transparent;
border-style: solid;
border-width: 0 8px;
border-bottom: 8px #fff solid;
content: "";
height: 0;
width: 0;
top: -8px;
left: 50%;
margin-left: -9px;
position: absolute
}
.smart-hovercard-container .bottom-smart-hovercard:before,
.smart-hovercard-container .left-smart-hovercard:after {
border-color: transparent;
border-style: solid;
content: "";
height: 0;
width: 0;
position: absolute
}
.smart-hovercard-container .bottom-smart-hovercard:before {
border-width: 0 9px;
border-bottom: 9px rgba(0, 0, 0, .1) solid;
top: -10px;
left: 50%;
margin-left: -10px
}
.smart-hovercard-container .bottom-smart-hovercard.active {
opacity: 1;
transition-delay: 0s;
visibility: visible
}
@media screen and (-ms-high-contrast:active) {
.smart-hovercard-container .bottom-smart-hovercard {
border: 1px solid activeborder
}
}
.smart-hovercard-container .left-smart-hovercard {
border-radius: 2px;
opacity: 0;
position: absolute;
visibility: hidden;
right: 0;
transition: box-shadow 83ms
}
@media only screen and (-ms-high-contrast:active) {
.smart-hovercard-container .left-smart-hovercard {
border: 1px solid activeborder
}
}
.smart-hovercard-container .left-smart-hovercard:after {
border-width: 8px 0;
border-left: 8px #fff solid;
right: -8px;
top: 50%;
margin-top: -9px
}
.smart-hovercard-container .left-smart-hovercard:before {
border-color: transparent;
border-style: solid;
border-width: 9px 0;
border-left: 9px rgba(0, 0, 0, .1) solid;
content: "";
height: 0;
width: 0;
right: -10px;
top: 50%;
margin-top: -10px;
position: absolute
}
.smart-hovercard-container .left-smart-hovercard.active {
opacity: 1;
transition-delay: 0s;
visibility: visible
}
@media screen and (-ms-high-contrast:active) {
.smart-hovercard-container .left-smart-hovercard {
border: 1px solid activeborder
}
}
.smart-hovercard-container .right-smart-hovercard {
border-radius: 2px;
opacity: 0;
position: absolute;
visibility: hidden;
transition: box-shadow 83ms
}
@media only screen and (-ms-high-contrast:active) {
.smart-hovercard-container .right-smart-hovercard {
border: 1px solid activeborder
}
}
.smart-hovercard-container .right-smart-hovercard:after {
border-color: transparent;
border-style: solid;
border-width: 8px 0;
border-right: 8px #fff solid;
content: "";
height: 0;
width: 0;
left: -8px;
top: 50%;
margin-top: -9px;
position: absolute
}
.smart-hovercard-container .right-smart-hovercard:before,
.smart-hovercard-container .top-smart-hovercard:after {
border-color: transparent;
border-style: solid;
height: 0;
width: 0;
position: absolute;
content: ""
}
.smart-hovercard-container .right-smart-hovercard:before {
border-width: 9px 0;
border-right: 9px rgba(0, 0, 0, .1) solid;
left: -10px;
top: 50%;
margin-top: -10px
}
.smart-hovercard-container .right-smart-hovercard.active {
opacity: 1;
transition-delay: 0s;
visibility: visible
}
@media screen and (-ms-high-contrast:active) {
.smart-hovercard-container .right-smart-hovercard {
border: 1px solid activeborder
}
}
.smart-hovercard-container .top-smart-hovercard {
border-radius: 2px;
opacity: 0;
position: absolute;
visibility: hidden;
transition: box-shadow 83ms
}
@media only screen and (-ms-high-contrast:active) {
.smart-hovercard-container .top-smart-hovercard {
border: 1px solid activeborder
}
}
.smart-hovercard-container .top-smart-hovercard:after {
border-width: 0 8px;
border-top: 8px #fff solid;
bottom: -8px;
left: 50%;
margin-left: -9px
}
.smart-hovercard-container .top-smart-hovercard:before {
border-color: transparent;
border-style: solid;
border-width: 0 9px;
border-top: 9px rgba(0, 0, 0, .1) solid;
content: "";
height: 0;
width: 0;
bottom: -10px;
left: 50%;
margin-left: -10px;
position: absolute
}
.smart-hovercard-container .top-smart-hovercard.active {
opacity: 1;
transition-delay: 0s;
visibility: visible
}
@media screen and (-ms-high-contrast:active) {
.smart-hovercard-container .top-smart-hovercard {
border: 1px solid activeborder
}
}
.muted-hovercard-background::after {
background-color: rgba(255, 255, 255, .7);
content: '';
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%
}
.snap-search-bar {
background-color: #0073b1;
position: relative;
padding: 8px
}
.snap-search-bar .snap-search-bar__search-icon {
position: absolute;
top: 8px;
left: 8px;
color: rgba(255, 255, 255, .7)
}
.snap-search-bar .snap-search-bar__link {
display: block;
width: 100%;
position: relative
}
.snap-search-bar .snap-search-bar__link::after {
content: " ";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0
}
.snap-search-bar .snap-search-bar__input {
border: 0;
border-radius: 2px;
background-color: rgba(0, 0, 0, .2);
color: #fff;
font-weight: 200;
padding-left: 29px;
font-size: 1.7rem;
position: relative
}
.snap-search-bar .snap-search-bar__input:-ms-input-placeholder {
color: rgba(255, 255, 255, .7);
font-size: 1.5rem;
opacity: 1
}
.snap-search-bar .snap-search-bar__input::placeholder {
color: rgba(255, 255, 255, .7);
font-size: 1.5rem;
opacity: 1
}
.sticky-header .sticky-header-text {
height: 44px;
left: 0;
font-size: 16px;
color: rgba(0, 0, 0, .9);
width: 100%;
padding: 12px 24px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
transition: background-color .3s, border-color .3s;
z-index: 100
}
.sticky-header .sticky-header-text.divider {
height: 32px;
padding: 8px 24px;
font-size: 12px;
line-height: 16px;
color: rgba(0, 0, 0, .6)
}
.sticky-header.stuck .sticky-header-text {
border-color: rgba(0, 0, 0, .15);
background-color: #fff
}
.toggle-switch {
height: 32px
}
.toggle-switch input[type=checkbox]+label {
display: inline-block;
position: relative;
padding: 8px 60px 0 0;
font-size: 1.6rem;
line-height: 1.5;
line-height: 16px;
margin: 0;
color: rgba(0, 0, 0, .9)
}
.toggle-switch input[type=checkbox]+label:before {
content: "";
display: block;
position: absolute;
width: 51px;
height: 30px;
top: 0;
right: 0;
left: auto;
border-radius: 16px;
transition: background-color .2s ease-out;
background-clip: border-box;
padding: 0;
background-color: rgba(0, 0, 0, .35);
box-shadow: none
}
.toggle-switch input[type=checkbox]+label:focus:before {
top: -1px;
right: -1px;
box-shadow: 0 0 0 1px rgba(0, 115, 177, .99);
box-sizing: content-box;
background-clip: content-box;
border-radius: 20px;
border: 1px solid transparent
}
@media only screen and (-ms-high-contrast:active) {
.toggle-switch input[type=checkbox]+label:focus:before {
border: 2px solid windowText
}
}
.toggle-switch input[type=checkbox]+label:after {
display: block;
content: "";
background-color: #fff;
height: 26px;
width: 26px;
border-radius: 13px;
position: absolute;
top: 0;
right: 21px;
left: auto;
transition: all .5s ease;
background-image: none;
transform: scale(1);
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
margin: 2px
}
@media only screen and (-ms-high-contrast:active) {
.toggle-switch input[type=checkbox]+label:after {
background: windowText;
border: 1px solid activeborder
}
}
.toggle-switch input[type=checkbox]:focus+label:before {
top: -1px;
right: -1px;
box-shadow: 0 0 0 1px rgba(0, 115, 177, .99), inset 0 0 0 1px transparent;
box-sizing: content-box;
background-clip: content-box;
border-radius: 20px;
border: 1px solid transparent
}
.toggle-switch input[type=checkbox]:checked+label:after {
transform: translateX(21px)
}
@media only screen and (-ms-high-contrast:active) {
.toggle-switch input[type=checkbox]:focus+label:before {
border: 2px solid windowText
}
.toggle-switch input[type=checkbox]:checked+label:after {
background: buttonFace
}
}
.toggle-switch input[type=checkbox]:checked+label:focus:before {
box-shadow: 0 0 0 1px rgba(0, 115, 177, .99), inset 0 0 0 1px transparent
}
.toggle-switch input[type=checkbox]:checked+label:before {
background-color: rgba(0, 115, 177, .99);
border-color: transparent;
box-shadow: none
}
@media only screen and (-ms-high-contrast:active) {
.toggle-switch input[type=checkbox]:checked+label:before {
background: windowText
}
}
.toggle-switch input[type=checkbox]:disabled:hover+label:before {
box-shadow: none
}
.toggle-switch input[type=checkbox]:focus:checked+label:before {
box-shadow: 0 0 0 1px rgba(0, 115, 177, .99), inset 0 0 0 1px transparent
}
.youtube-player {
position: relative;
height: 0;
padding-bottom: 56.25%
}
.youtube-player>button {
display: block;
width: 100%;
position: relative;
color: #fff
}
.youtube-player>button:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, .6)
}
.youtube-player>button>span {
display: inline
}
.youtube-player>button li-icon {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto
}
.youtube-player img {
width: 100%;
display: block
}
.youtube-player>iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%
}
.ember-application .collapsable-sticky-header {
height: 48px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
pointer-events: none
}
.ember-application .collapsable-sticky-header.show-header {
pointer-events: auto
}
.header-container {
position: fixed;
top: 44px;
width: 100%;
z-index: 100
}
.nav-hidden .header-container {
top: 0
}
.header-container .header-content {
background-color: #0073b1;
position: relative;
transition: transform .5s;
top: -48px
}
.show-header .header-container .header-content {
transform: translate3d(0, 48px, 0)
}
.entity-all.separate-entities .entity-list-item {
border-radius: 2px;
padding: 12px;
background-color: #fff;
margin: 8px 8px 0;
width: auto
}
.entity-all {
background-color: #e6e9ec
}
.entity-all .global-title-container h1 {
text-align: center;
display: block;
margin: 0
}
.entity-all>p {
padding: 12px
}
.entity-all span.loading {
display: block;
text-align: center;
margin: 16px
}
.entity-all span.loading li-icon {
width: 100%;
height: 89px
}
.entity-all .entity-list.tile {
margin-top: 0;
border-bottom: 1px solid rgba(0, 0, 0, .15)
}
.entity-all .card {
border-radius: 2px;
padding: 12px;
background-color: #fff;
margin: 8px 8px 0;
width: auto
}
.entity-all .card h2 {
font-size: 1.6rem;
line-height: 1.75;
font-weight: 400;
color: rgba(0, 0, 0, .9);
margin-bottom: 12px
}
.entity-all .card li,
.entity-all .card p {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .75);
margin-bottom: 12px
}
.entity-all .card ul {
margin: 0 0 12px 24px
}
.entity-all .card li {
margin-bottom: 6px
}
.entity-all.separate-entities .entity-list-item .content-wrapper,
.entity-all.separate-entities .entity-list-item .cta-wrap {
border-bottom: none
}
.entity-all.separate-entities .entity-list-item .content-wrapper {
padding: 12px 12px 12px 0
}
.entity-all.feed-container-theme .entity-list-item {
padding: 0;
border-radius: 4px
}
.entity-all.feed-container-theme .update {
margin: 0
}
.visibility-setting {
position: relative
}
.visibility-setting--trailing {
display: flex;
flex-direction: row-reverse
}
.visibility-setting__dropdown {
background: 0 0;
box-shadow: none;
margin: 0;
padding: 0;
width: auto;
overflow: visible
}
.visibility-setting__dropdown::after,
.visibility-setting__dropdown::before {
display: none
}
.visibility-setting__trigger {
color: #0084bf
}
.visibility-setting__trigger.visibility-setting__trigger:hover {
background: 0 0
}
.visibility-setting__trigger--white {
color: #fff
}
.visibility-setting__trigger-content {
display: flex;
align-items: center
}
.visibility-setting__eyeball {
line-height: 0
}
.visibility-setting__eyeball--non-rl {
margin: none
}
.visibility-setting__screen-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999;
background-color: rgba(0, 0, 0, .75)
}
.visibility-options {
position: absolute;
right: 0;
z-index: 1000;
width: 90vw;
max-width: 375px;
margin: 8px 0;
border: 1px solid rgba(119, 122, 125, .15);
background-color: #fff;
border-radius: 2px;
padding: 0;
box-shadow: none;
list-style-type: none
}
.visibility-options__tooltip::before {
position: absolute;
content: '';
right: 24px;
border: 9px solid transparent
}
.visibility-options__tooltip::after {
position: absolute;
content: '';
right: 25px;
border: 8px solid transparent
}
.visibility-options__tooltip--top {
border-top: 0;
top: 100%
}
.visibility-options__tooltip--top::before {
top: -18px;
border-bottom-color: rgba(119, 122, 125, .15)
}
.visibility-options__tooltip--top::after {
top: -14px;
border-bottom-color: #fff
}
.visibility-options__tooltip--bottom {
border-bottom: 0;
bottom: 100%
}
.visibility-options__tooltip--bottom::before {
bottom: -18px;
border-top-color: rgba(119, 122, 125, .15)
}
.visibility-options__tooltip--bottom::after {
bottom: -14px;
border-top-color: #fff
}
.visibility-option.visibility-option {
position: relative;
height: auto;
padding: 8px 16px;
min-height: 56px;
width: 100%;
text-align: left;
border-top: 1px solid rgba(119, 122, 125, .15)
}
.visibility-option.visibility-option__explanation {
border-bottom: 1px solid rgba(119, 122, 125, .15)
}
.visibility-option.visibility-option__explanation:hover {
background-color: inherit
}
.visibility-option.visibility-option--first {
border-top: 0
}
.visibility-option__content {
display: flex;
flex-direction: column;
justify-content: center
}
.visibility-option__title.visibility-option__title {
position: relative;
margin: auto 0;
padding: 0 40px 0 0;
pointer-events: none
}
.visibility-option__title.visibility-option__title::after,
.visibility-option__title.visibility-option__title::before {
display: none
}
.visibility-option__title.visibility-option__title--checked {
color: #0084bf
}
.visibility-option__description {
margin-top: 1px;
padding: 0 40px 0 0
}
.visibility-option__check-mark {
position: absolute;
top: 0;
right: 0;
color: #0084bf
}
.jobs-job-card-actions-container {
display: flex;
flex: 1 1 auto;
max-height: 500px;
overflow: hidden
}
.jobs-job-card-actions-container--is-removing {
transition-timing-function: cubic-bezier(.4, 0, 1, 1);
transition-duration: 334ms;
transition-property: opacity, max-height;
opacity: 0;
max-height: 0
}
.jobs-job-card-actions {
display: flex;
align-items: flex-start;
padding: 28px 24px 0 12px;
border-top: 1px solid rgba(0, 0, 0, .15)
}
.jobs-activity__list-item:first-of-type .jobs-job-card-actions {
border: 0
}
.jobs-job-card-actions__button {
white-space: nowrap;
margin-right: 8px
}
.jobs-job-card-actions__button:last-child {
margin: 0
}
.msg-attachment-preview {
display: flex;
align-items: center
}
.msg-attachment-preview--error {
box-shadow: 0 0 0 1px #ff2c33 inset
}
.msg-attachment-preview__attachment-type--ai,
.msg-attachment-preview__attachment-type--doc,
.msg-attachment-preview__attachment-type--generic,
.msg-attachment-preview__attachment-type--pdf,
.msg-attachment-preview__attachment-type--ppt,
.msg-attachment-preview__attachment-type--psd,
.msg-attachment-preview__attachment-type--txt,
.msg-attachment-preview__attachment-type--xls {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
box-sizing: border-box;
float: left;
overflow: hidden
}
.msg-attachment-preview__thumbnail {
display: flex;
align-items: center;
justify-content: center
}
.msg-attachment-preview__image-container {
display: flex;
align-items: center;
justify-content: center;
height: 40px;
width: 40px
}
.msg-attachment-preview__image {
height: auto;
width: auto;
max-height: 100%;
max-width: 100%
}
.msg-attachment-preview__status--error {
color: #ff2c33
}
.msg-attachment-preview__status--uploading {
color: #0084bf
}
.msg-attachment-preview__upload-progress {
height: 4px;
width: 100%;
display: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
.msg-attachment-preview__upload-progress::-webkit-progress-value {
background: #0073b1
}
.msg-attachment-preview__upload-progress::-webkit-progress-bar {
color: #0091ca;
height: 4px;
background-color: transparent
}
.msg-attachment-preview__upload-progress--uploading {
display: block
}
.msg-attachment-preview__bytesize::before {
content: '•';
padding: 0 4px
}
.msg-attachment-preview__attachment-type--generic {
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
transition: box-shadow 83ms;
height: 64px;
width: 232px;
padding: 12px 8px 12px 52px;
position: relative;
margin: 0 16px 16px 0
}
.msg-attachment-preview__attachment-type--generic ul[role=tablist] {
border-top: 0
}
@media only screen and (-ms-high-contrast:active) {
.msg-attachment-preview__attachment-type--generic {
border: 1px solid activeborder
}
}
.msg-attachment-preview__attachment-type--generic:before {
display: block;
position: absolute;
top: 0;
left: 0;
background-color: #485d69;
content: "Attachment Icon";
text-indent: -999px;
background-position: 0 -216px;
background-image: url(/sc/h/cwn0a0e7hog2i33c88ucrvot5);
width: 24px;
height: 24px;
border-style: solid;
border-color: #485d69;
border-width: 20px 10px
}
.msg-attachment-preview__attachment-type--generic button {
position: absolute;
border: 0;
margin: 0;
padding: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
line-height: 64px;
cursor: pointer;
background: rgba(255, 255, 255, .85);
color: rgba(0, 0, 0, .6);
opacity: 0;
transition: opacity .3s;
font-weight: 600
}
.msg-attachment-preview__attachment-type--generic button>svg {
height: 16px;
margin-right: 8px;
width: 16px
}
.msg-attachment-preview__attachment-type--generic button li-icon {
display: inline-block;
margin-right: 8px;
color: rgba(0, 0, 0, .6)
}
.msg-attachment-preview__attachment-type--generic button li-icon,
.msg-attachment-preview__attachment-type--generic button span,
.msg-attachment-preview__attachment-type--generic button>svg {
vertical-align: middle
}
.msg-attachment-preview__attachment-type--generic .attachment-filename {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap
}
.msg-attachment-preview__attachment-type--generic .attachment-filesize {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.msg-attachment-preview__attachment-type--generic.focus button,
.msg-attachment-preview__attachment-type--generic.hover button,
.msg-attachment-preview__attachment-type--generic:focus button,
.msg-attachment-preview__attachment-type--generic:hover button {
opacity: 1
}
.msg-attachment-preview__attachment-type--generic::before {
width: 44px;
height: 64px
}
.msg-attachment-preview__attachment-type--pdf {
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
transition: box-shadow 83ms;
height: 64px;
width: 232px;
padding: 12px 8px 12px 52px;
position: relative;
margin: 0 16px 16px 0
}
.msg-attachment-preview__attachment-type--pdf ul[role=tablist] {
border-top: 0
}
@media only screen and (-ms-high-contrast:active) {
.msg-attachment-preview__attachment-type--pdf {
border: 1px solid activeborder
}
}
.msg-attachment-preview__attachment-type--pdf:before {
display: block;
position: absolute;
top: 0;
left: 0;
background-color: #d11124;
content: "PDF";
text-indent: 0;
background-position: 0 -216px;
background-image: none;
width: 44px;
height: 64px;
font-size: 1.4rem;
font-weight: 600;
color: #fff;
border: none;
line-height: 64px;
text-align: center
}
.msg-attachment-preview__attachment-type--pdf button {
position: absolute;
border: 0;
margin: 0;
padding: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
line-height: 64px;
cursor: pointer;
background: rgba(255, 255, 255, .85);
color: rgba(0, 0, 0, .6);
opacity: 0;
transition: opacity .3s;
font-weight: 600
}
.msg-attachment-preview__attachment-type--pdf button>svg {
height: 16px;
margin-right: 8px;
width: 16px
}
.msg-attachment-preview__attachment-type--pdf button li-icon {
display: inline-block;
margin-right: 8px;
color: rgba(0, 0, 0, .6)
}
.msg-attachment-preview__attachment-type--pdf button li-icon,
.msg-attachment-preview__attachment-type--pdf button span,
.msg-attachment-preview__attachment-type--pdf button>svg {
vertical-align: middle
}
.msg-attachment-preview__attachment-type--pdf .attachment-filename {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap
}
.msg-attachment-preview__attachment-type--pdf .attachment-filesize {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.msg-attachment-preview__attachment-type--pdf.focus button,
.msg-attachment-preview__attachment-type--pdf.hover button,
.msg-attachment-preview__attachment-type--pdf:focus button,
.msg-attachment-preview__attachment-type--pdf:hover button {
opacity: 1
}
.msg-attachment-preview__attachment-type--doc {
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
transition: box-shadow 83ms;
height: 64px;
width: 232px;
padding: 12px 8px 12px 52px;
position: relative;
margin: 0 16px 16px 0
}
.msg-attachment-preview__attachment-type--doc ul[role=tablist] {
border-top: 0
}
@media only screen and (-ms-high-contrast:active) {
.msg-attachment-preview__attachment-type--doc {
border: 1px solid activeborder
}
}
.msg-attachment-preview__attachment-type--doc:before {
display: block;
position: absolute;
top: 0;
left: 0;
background-color: #004b7c;
content: "DOC";
text-indent: 0;
background-position: 0 -216px;
background-image: none;
width: 44px;
height: 64px;
font-size: 1.4rem;
font-weight: 600;
color: #fff;
border: none;
line-height: 64px;
text-align: center
}
.msg-attachment-preview__attachment-type--doc button {
position: absolute;
border: 0;
margin: 0;
padding: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
line-height: 64px;
cursor: pointer;
background: rgba(255, 255, 255, .85);
color: rgba(0, 0, 0, .6);
opacity: 0;
transition: opacity .3s;
font-weight: 600
}
.msg-attachment-preview__attachment-type--doc button>svg {
height: 16px;
margin-right: 8px;
width: 16px
}
.msg-attachment-preview__attachment-type--doc button li-icon {
display: inline-block;
margin-right: 8px;
color: rgba(0, 0, 0, .6)
}
.msg-attachment-preview__attachment-type--doc button li-icon,
.msg-attachment-preview__attachment-type--doc button span,
.msg-attachment-preview__attachment-type--doc button>svg {
vertical-align: middle
}
.msg-attachment-preview__attachment-type--doc .attachment-filename {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap
}
.msg-attachment-preview__attachment-type--doc .attachment-filesize {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.msg-attachment-preview__attachment-type--doc.focus button,
.msg-attachment-preview__attachment-type--doc.hover button,
.msg-attachment-preview__attachment-type--doc:focus button,
.msg-attachment-preview__attachment-type--doc:hover button {
opacity: 1
}
.msg-attachment-preview__attachment-type--ai {
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
transition: box-shadow 83ms;
height: 64px;
width: 232px;
padding: 12px 8px 12px 52px;
position: relative;
margin: 0 16px 16px 0
}
.msg-attachment-preview__attachment-type--ai ul[role=tablist] {
border-top: 0
}
@media only screen and (-ms-high-contrast:active) {
.msg-attachment-preview__attachment-type--ai {
border: 1px solid activeborder
}
}
.msg-attachment-preview__attachment-type--ai:before {
display: block;
position: absolute;
top: 0;
left: 0;
background-color: #993a00;
content: "AI";
text-indent: 0;
background-position: 0 -216px;
background-image: none;
width: 44px;
height: 64px;
font-size: 1.4rem;
font-weight: 600;
color: #fff;
border: none;
line-height: 64px;
text-align: center
}
.msg-attachment-preview__attachment-type--ai button {
position: absolute;
border: 0;
margin: 0;
padding: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
line-height: 64px;
cursor: pointer;
background: rgba(255, 255, 255, .85);
color: rgba(0, 0, 0, .6);
opacity: 0;
transition: opacity .3s;
font-weight: 600
}
.msg-attachment-preview__attachment-type--ai button>svg {
height: 16px;
margin-right: 8px;
width: 16px
}
.msg-attachment-preview__attachment-type--ai button li-icon {
display: inline-block;
margin-right: 8px;
color: rgba(0, 0, 0, .6)
}
.msg-attachment-preview__attachment-type--ai button li-icon,
.msg-attachment-preview__attachment-type--ai button span,
.msg-attachment-preview__attachment-type--ai button>svg {
vertical-align: middle
}
.msg-attachment-preview__attachment-type--ai .attachment-filename {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap
}
.msg-attachment-preview__attachment-type--ai .attachment-filesize {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.msg-attachment-preview__attachment-type--ai.focus button,
.msg-attachment-preview__attachment-type--ai.hover button,
.msg-attachment-preview__attachment-type--ai:focus button,
.msg-attachment-preview__attachment-type--ai:hover button {
opacity: 1
}
.msg-attachment-preview__attachment-type--xls {
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
transition: box-shadow 83ms;
height: 64px;
width: 232px;
padding: 12px 8px 12px 52px;
position: relative;
margin: 0 16px 16px 0
}
.msg-attachment-preview__attachment-type--xls ul[role=tablist] {
border-top: 0
}
@media only screen and (-ms-high-contrast:active) {
.msg-attachment-preview__attachment-type--xls {
border: 1px solid activeborder
}
}
.msg-attachment-preview__attachment-type--xls:before {
display: block;
position: absolute;
top: 0;
left: 0;
background-color: #2f7b15;
content: "XLS";
text-indent: 0;
background-position: 0 -216px;
background-image: none;
width: 44px;
height: 64px;
font-size: 1.4rem;
font-weight: 600;
color: #fff;
border: none;
line-height: 64px;
text-align: center
}
.msg-attachment-preview__attachment-type--ppt ul[role=tablist],
.msg-attachment-preview__attachment-type--psd ul[role=tablist] {
border-top: 0
}
.msg-attachment-preview__attachment-type--xls button {
position: absolute;
border: 0;
margin: 0;
padding: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
line-height: 64px;
cursor: pointer;
background: rgba(255, 255, 255, .85);
color: rgba(0, 0, 0, .6);
opacity: 0;
transition: opacity .3s;
font-weight: 600
}
.msg-attachment-preview__attachment-type--xls button>svg {
height: 16px;
margin-right: 8px;
width: 16px
}
.msg-attachment-preview__attachment-type--xls button li-icon {
display: inline-block;
margin-right: 8px;
color: rgba(0, 0, 0, .6)
}
.msg-attachment-preview__attachment-type--xls button li-icon,
.msg-attachment-preview__attachment-type--xls button span,
.msg-attachment-preview__attachment-type--xls button>svg {
vertical-align: middle
}
.msg-attachment-preview__attachment-type--xls .attachment-filename {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap
}
.msg-attachment-preview__attachment-type--xls .attachment-filesize {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.msg-attachment-preview__attachment-type--xls.focus button,
.msg-attachment-preview__attachment-type--xls.hover button,
.msg-attachment-preview__attachment-type--xls:focus button,
.msg-attachment-preview__attachment-type--xls:hover button {
opacity: 1
}
.msg-attachment-preview__attachment-type--psd {
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
transition: box-shadow 83ms;
height: 64px;
width: 232px;
padding: 12px 8px 12px 52px;
position: relative;
margin: 0 16px 16px 0
}
@media only screen and (-ms-high-contrast:active) {
.msg-attachment-preview__attachment-type--psd {
border: 1px solid activeborder
}
}
.msg-attachment-preview__attachment-type--psd:before {
display: block;
position: absolute;
top: 0;
left: 0;
background-color: #0073b1;
content: "PSD";
text-indent: 0;
background-position: 0 -216px;
background-image: none;
width: 44px;
height: 64px;
font-size: 1.4rem;
font-weight: 600;
color: #fff;
border: none;
line-height: 64px;
text-align: center
}
.msg-attachment-preview__attachment-type--psd button {
position: absolute;
border: 0;
margin: 0;
padding: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
line-height: 64px;
cursor: pointer;
background: rgba(255, 255, 255, .85);
color: rgba(0, 0, 0, .6);
opacity: 0;
transition: opacity .3s;
font-weight: 600
}
.msg-attachment-preview__attachment-type--psd button>svg {
height: 16px;
margin-right: 8px;
width: 16px
}
.msg-attachment-preview__attachment-type--psd button li-icon {
display: inline-block;
margin-right: 8px;
color: rgba(0, 0, 0, .6)
}
.msg-attachment-preview__attachment-type--psd button li-icon,
.msg-attachment-preview__attachment-type--psd button span,
.msg-attachment-preview__attachment-type--psd button>svg {
vertical-align: middle
}
.msg-attachment-preview__attachment-type--psd .attachment-filename {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap
}
.msg-attachment-preview__attachment-type--psd .attachment-filesize {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.msg-attachment-preview__attachment-type--psd.focus button,
.msg-attachment-preview__attachment-type--psd.hover button,
.msg-attachment-preview__attachment-type--psd:focus button,
.msg-attachment-preview__attachment-type--psd:hover button {
opacity: 1
}
.msg-attachment-preview__attachment-type--ppt {
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
transition: box-shadow 83ms;
height: 64px;
width: 232px;
padding: 12px 8px 12px 52px;
position: relative;
margin: 0 16px 16px 0
}
@media only screen and (-ms-high-contrast:active) {
.msg-attachment-preview__attachment-type--ppt {
border: 1px solid activeborder
}
}
.msg-attachment-preview__attachment-type--ppt:before {
display: block;
position: absolute;
top: 0;
left: 0;
background-color: #b74700;
content: "PPT";
text-indent: 0;
background-position: 0 -216px;
background-image: none;
width: 44px;
height: 64px;
font-size: 1.4rem;
font-weight: 600;
color: #fff;
border: none;
line-height: 64px;
text-align: center
}
.msg-attachment-preview__attachment-type--ppt button {
position: absolute;
border: 0;
margin: 0;
padding: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
line-height: 64px;
cursor: pointer;
background: rgba(255, 255, 255, .85);
color: rgba(0, 0, 0, .6);
opacity: 0;
transition: opacity .3s;
font-weight: 600
}
.msg-attachment-preview__attachment-type--ppt button>svg {
height: 16px;
margin-right: 8px;
width: 16px
}
.msg-attachment-preview__attachment-type--ppt button li-icon {
display: inline-block;
margin-right: 8px;
color: rgba(0, 0, 0, .6)
}
.msg-attachment-preview__attachment-type--ppt button li-icon,
.msg-attachment-preview__attachment-type--ppt button span,
.msg-attachment-preview__attachment-type--ppt button>svg {
vertical-align: middle
}
.msg-attachment-preview__attachment-type--ppt .attachment-filename {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap
}
.msg-attachment-preview__attachment-type--ppt .attachment-filesize {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.msg-attachment-preview__attachment-type--ppt.focus button,
.msg-attachment-preview__attachment-type--ppt.hover button,
.msg-attachment-preview__attachment-type--ppt:focus button,
.msg-attachment-preview__attachment-type--ppt:hover button {
opacity: 1
}
.msg-attachment-preview__attachment-type--txt {
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
transition: box-shadow 83ms;
height: 64px;
width: 232px;
padding: 12px 8px 12px 52px;
position: relative;
margin: 0 16px 16px 0
}
.msg-messaging-form__message:focus,
.shared-search-box.not-inline .keyword-search-box input:invalid,
input.msg-inmail-compose-widget__subject:focus {
box-shadow: none
}
.msg-attachment-preview__attachment-type--txt ul[role=tablist] {
border-top: 0
}
@media only screen and (-ms-high-contrast:active) {
.msg-attachment-preview__attachment-type--txt {
border: 1px solid activeborder
}
}
.msg-attachment-preview__attachment-type--txt:before {
display: block;
position: absolute;
top: 0;
left: 0;
background-color: #665ed0;
content: "TXT";
text-indent: 0;
background-position: 0 -216px;
background-image: none;
width: 44px;
height: 64px;
font-size: 1.4rem;
font-weight: 600;
color: #fff;
border: none;
line-height: 64px;
text-align: center
}
.msg-attachment-preview__attachment-type--txt button {
position: absolute;
border: 0;
margin: 0;
padding: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
line-height: 64px;
cursor: pointer;
background: rgba(255, 255, 255, .85);
color: rgba(0, 0, 0, .6);
opacity: 0;
transition: opacity .3s;
font-weight: 600
}
.msg-attachment-preview__attachment-type--txt.focus button,
.msg-attachment-preview__attachment-type--txt.hover button,
.msg-attachment-preview__attachment-type--txt:focus button,
.msg-attachment-preview__attachment-type--txt:hover button,
.transitioning~.application-outlet .authentication-outlet>div {
opacity: 1
}
.msg-attachment-preview__attachment-type--txt button>svg {
height: 16px;
margin-right: 8px;
width: 16px
}
.msg-attachment-preview__attachment-type--txt button li-icon {
display: inline-block;
margin-right: 8px;
color: rgba(0, 0, 0, .6)
}
.msg-attachment-preview__attachment-type--txt button li-icon,
.msg-attachment-preview__attachment-type--txt button span,
.msg-attachment-preview__attachment-type--txt button>svg {
vertical-align: middle
}
.msg-attachment-preview__attachment-type--txt .attachment-filename {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap
}
.msg-attachment-preview__attachment-type--txt .attachment-filesize {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.msg-attachment-preview__attachment-type {
display: flex;
align-items: center;
justify-content: center;
max-width: 100%;
margin: 0;
padding: 0;
height: 40px;
width: 40px;
box-shadow: none
}
.msg-attachment-preview__attachment-type::before {
line-height: 40px;
width: 40px;
height: 40px
}
.msg-attachment-preview__attachment-type-icon {
line-height: 0
}
.msg-s-event-listitem__audio {
display: flex;
align-items: center;
height: 34px;
width: 200px;
background-color: #0084bf;
color: #fff;
position: relative;
overflow: hidden;
border-radius: 4px
}
.msg-s-event-listitem__audio-icon-container {
display: flex;
align-items: center;
border-right: 1px solid rgba(255, 255, 255, .15)
}
.msg-s-event-listitem__audio-progress-bar {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: absolute;
top: 0;
width: 100%;
height: 100%;
background-color: #0084bf;
border-radius: 4px;
overflow: hidden;
border: none
}
.msg-compose-widget__connections-typeahead,
.msg-compose-widget__no-search-results-container,
.msg-compose-widget__title-bar,
.msg-inmail-compose-widget__entity-lockup,
.msg-inmail-compose-widget__subject-input-container,
.msg-inmail-compose-widget__title-bar {
border-bottom: 1px solid #cdcfd2
}
.msg-s-event-listitem__audio-progress-bar::-webkit-progress-bar {
background-color: #0084bf
}
.msg-s-event-listitem__audio-progress-bar::-webkit-progress-value {
background-color: #006097
}
.msg-s-event-listitem__audio-time {
position: relative;
margin-left: auto;
padding: 0 8px;
min-width: 44px;
text-align: left
}
.msg-compose-modal .artdeco-dismiss {
display: none
}
.msg-compose-modal>[role=dialog] div.compose-modal {
padding: 0;
width: 100%;
height: 100%;
overflow-y: visible
}
.compose-modal,
.msg-compose-modal__content,
.msg-compose-modal__widget-component,
.msg-compose-widget {
display: flex;
flex-direction: column;
flex-grow: 1
}
.msg-compose-modal__widget-component .msg-messaging-form__form-footer,
.msg-compose-modal__widget-component .msg-messaging-form__message {
padding: 12px 16px
}
.msg-compose-modal__widget-component .msg-messaging-form__message {
flex: 1;
max-height: none
}
.msg-core-reshare {
height: 100%;
background-color: #fff;
overflow: scroll
}
.msg-core-reshare .msg-messaging-form__message {
flex: 1
}
.msg-core-reshare .msg-messaging-form__form-footer {
height: 100px;
padding: 8px 0
}
.msg-core-reshare .msg-messaging-form__right-actions {
display: flex;
justify-content: flex-end;
flex: 1;
align-items: initial
}
.msg-core-reshare .msg-compose-widget__connections-typeahead {
padding: 0 8px;
border-bottom: 1px solid #cdcfd2
}
.msg-core-reshare .msg-messaging-form__message {
padding: 12px
}
.msg-compose-widget {
display: flex;
flex-direction: column
}
.msg-compose-widget__title-bar {
display: flex;
align-items: center;
flex-direction: row-reverse
}
.msg-compose-widget__no-search-results-icon {
color: #ff2c33
}
.msg-entity-lockup {
display: flex;
align-items: center;
min-width: 0;
width: 100%
}
.msg-entity-lockup .msg-entity-lockup__entity-title-wrapper {
padding: 1px;
display: flex
}
.msg-entity-lockup .msg-entity-lockup__entity-title,
.msg-entity-lockup dd.msg-entity-lockup__entity-info,
.msg-entity-lockup__presence-status {
color: #fff
}
.msg-inmail-compose-widget__character-limit-text,
.msg-inmail-compose-widget__error {
color: #ff2c33
}
.msg-inmail-compose-widget {
flex: 1;
background-color: #fff
}
.msg-inmail-compose-widget__title-bar {
display: flex;
padding: 12px 16px;
align-items: center;
flex-direction: row-reverse
}
.msg-inmail-compose-widget__container {
height: 100%
}
.msg-inmail-compose-widget__entity-lockup {
display: flex
}
.msg-inmail-compose-widget__participant-info-row {
min-width: 0
}
input.msg-inmail-compose-widget__subject {
padding: 0;
border: 0
}
.msg-inmail-compose-widget__character-limit {
display: flex;
justify-content: space-between
}
.msg-inmail-compose-widget__action-bar {
display: flex;
justify-content: space-between;
align-items: center;
background-color: #f3f6f8
}
.msg-inmail-compose-widget .msg-messaging-form__form-footer {
border-top: none
}
.msg-messaging-form {
flex: 1;
display: flex;
flex-direction: column
}
.msg-messaging-form.msg-messaging-form__overlay-expanded {
display: flex;
flex-direction: column;
flex: auto
}
.msg-messaging-form__form {
flex: 1;
display: flex;
flex-direction: column
}
.msg-messaging-form.msg-messaging-form__overlay-expanded .msg-messaging-form__form {
max-height: 275px
}
.msg-messaging-form__message {
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
transition-property: height;
transition-duration: 167ms;
height: 100px;
border: none;
resize: none
}
.ios .msg-messaging-form__message {
font-size: 16px
}
.msg-messaging-form__message--chat {
height: 40px
}
.msg-messaging-form__attachment-previews {
max-height: 180px;
overflow-y: auto
}
.msg-messaging-form__hovercard-container {
-ms-grid-row-align: center;
align-self: center;
float: none;
margin: 0 0 0 8px;
padding: 0;
position: relative
}
.msg-messaging-form__hovercard {
width: 275px;
bottom: 37px;
right: -122px;
left: auto
}
.msg-messaging-form__form-footer {
display: flex;
justify-content: flex-end;
border-top: 1px solid #cdcfd2;
padding: 8px 12px
}
.msg-messaging-form__left-actions {
margin-left: -4px
}
.msg-messaging-form__right-actions {
margin-left: auto;
display: flex;
align-items: center
}
.msg-messaging-form__send-button {
margin-left: auto
}
.msg-messaging-form__back-button {
outline: 0
}
.msg-messaging-form__back-button:focus {
border: 1px solid #0073b1
}
.square-entity-logo-container.size-1,
.square-entity-logo-container.size-2 {
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent
}
.square-entity-logo-container {
overflow: hidden;
display: flex;
align-items: center;
justify-content: center
}
.square-entity-logo-container.size-1 {
width: 32px;
height: 32px;
border-radius: 6px
}
.square-entity-logo-container.size-2 {
width: 40px;
height: 40px;
border-radius: 6px
}
.square-entity-logo-container.size-3,
.square-entity-logo-container.size-4 {
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent
}
.square-entity-logo-container.size-3 {
width: 48px;
height: 48px;
border-radius: 6px
}
.square-entity-logo-container.size-4 {
width: 56px;
height: 56px;
border-radius: 6px
}
.square-entity-logo-container.size-5,
.square-entity-logo-container.size-6 {
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent
}
.square-entity-logo-container.size-5 {
width: 72px;
height: 72px;
border-radius: 6px
}
.square-entity-logo-container.size-6 {
width: 88px;
height: 88px;
border-radius: 6px
}
.square-entity-logo-container.size-7,
.square-entity-logo-container.size-8 {
border: 4px solid transparent;
box-sizing: border-box;
background-clip: content-box
}
.square-entity-logo-container.size-7 {
width: 104px;
height: 104px;
border-radius: 6px
}
.square-entity-logo-container.size-8 {
width: 128px;
height: 128px;
border-radius: 6px
}
.square-entity-logo-container.size-9 {
width: 200px;
height: 200px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
border-radius: 6px
}
.square-entity-logo-container.size-10 {
width: 240px;
height: 240px;
box-sizing: border-box;
background-clip: content-box;
border: 8px solid transparent;
border-radius: 10px
}
.square-entity-logo-container.size-11 {
width: 280px;
height: 280px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
border-radius: 6px
}
.square-entity-logo-container .logo-image {
background-color: #0091ca;
max-width: 100%;
max-height: 100%
}
.square-entity-logo-container .ghost-company,
.square-entity-logo-container .ghost-school {
width: 100%;
height: 100%
}
.osmosis-toggle {
display: flex;
align-items: center;
background-color: #f3f6f8
}
.photo-cropper .osmosis-toggle {
background-color: #44474a
}
.photo-cropper .osmosis-toggle .osmosis-toggle__title {
color: rgba(255, 255, 255, .85)
}
.photo-cropper .osmosis-toggle .osmosis-toggle__message {
color: #777a7d
}
.osmosis-toggle-switch {
position: relative;
margin-left: -9px;
top: -8px
}
.osmosis-toggle__helplink {
color: #0084bf
}
.meter-bar {
height: 16px;
border-radius: 8px;
background-color: #cdcfd2
}
.meter-bar .meter-value {
transition-timing-function: cubic-bezier(0, 0, .2, 1);
transition-duration: 334ms;
transition-property: width;
transition-delay: 1s;
height: 16px;
border-radius: 8px;
background-color: #008CC9
}
.content-analytics-entry-point .analytics-entry-point::before {
content: '';
display: block;
border-top: 1px solid rgba(0, 0, 0, .15)
}
.pv-dashboard-section__card .content-analytics-entry-point .analytics-entry-point::before {
display: none
}
.content-analytics-entry-point .analytics-entry-point .icon-and-text-container {
display: flex;
align-items: center;
padding: 12px
}
.content-analytics-entry-point .analytics-entry-point .icon-and-text-container .svg-icon-wrap {
height: 24px;
margin-right: 8px
}
.ca-entry-point__play-icon-and-text-container {
display: flex;
position: relative
}
.ca-entry-point__num-views {
margin: auto 0
}
.ca-entry-point__video-analytics-tooltip {
width: 260px;
white-space: normal;
padding: 12px 16px 24px;
cursor: default
}
.shared-search-box.not-inline {
background-color: #0073b1;
display: flex;
flex-flow: column;
padding: 8px 8px 4px
}
.shared-search-box.not-inline .keyword-search-form,
.shared-search-box.not-inline .location-search-form {
display: flex;
position: relative
}
.shared-search-box.not-inline .keyword-search-form>section,
.shared-search-box.not-inline .location-search-form>section {
width: 100%
}
.shared-search-box.not-inline .keyword-search-box {
position: relative;
width: 100%
}
.shared-search-box.not-inline .keyword-search-box input {
width: 100%;
border: 0;
border-radius: 2px;
background: rgba(0, 0, 0, .2);
padding-left: 29px;
color: #fff
}
.shared-search-box.not-inline .keyword-search-box input:-ms-input-placeholder {
font-size: 1.5rem;
color: rgba(255, 255, 255, .7);
opacity: 1
}
.shared-search-box.not-inline .keyword-search-box input::placeholder {
font-size: 1.5rem;
color: rgba(255, 255, 255, .7);
opacity: 1
}
.shared-search-box.not-inline .keyword-search-box input:focus {
outline: 0;
background-color: #fff;
padding-left: 8px;
color: rgba(0, 0, 0, .6)
}
.shared-search-box.not-inline .keyword-search-box .svg-icon-wrap:first-child {
position: absolute;
top: 8px;
left: 8px;
color: rgba(255, 255, 255, .7)
}
.shared-search-box.not-inline .location-search-form {
margin-top: 8px
}
.shared-search-box.not-inline .location-search-form input {
width: 100%;
background-color: transparent;
border: none;
border-bottom: 1px solid rgba(255, 255, 255, .3);
border-radius: 0;
outline: 0;
color: #fff;
font-weight: 200
}
.shared-search-box.not-inline .location-search-form input:-ms-input-placeholder {
font-size: 1.5rem;
color: rgba(255, 255, 255, .7);
opacity: 1
}
.shared-search-box.not-inline .location-search-form input::placeholder {
font-size: 1.5rem;
color: rgba(255, 255, 255, .7);
opacity: 1
}
.shared-search-box.not-inline .location-search-form input:focus:-ms-input-placeholder {
color: rgba(255, 255, 255, .7);
opacity: 1
}
.shared-search-box.not-inline .location-search-form input:focus::placeholder {
color: rgba(255, 255, 255, .7);
opacity: 1
}
.shared-search-box.not-inline .location-search-form .type-ahead-input-icons {
display: block
}
.shared-search-box.not-inline .location-search-form .type-ahead-input-icon {
color: #fff
}
.shared-search-box.not-inline .location-search-form .location-type-ahead-icon {
padding: 8px;
color: #fff
}
.shared-search-box.not-inline .open-filters {
display: flex;
justify-content: center;
margin-left: 4px;
color: #fff;
border-radius: 2px;
padding: 4px 8px
}
.shared-search-box.not-inline .open-filters .svg-icon-wrap {
display: flex
}
.shared-search-box.not-inline .open-filters.active {
background-color: #fff;
color: #0073b1
}
.jobs-search-filters,
.search-alerts-modal,
.search-facets-modal {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 100vh;
background-color: #fff;
z-index: 100;
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch
}
.jobs-search-filters .global-title-container .global-title,
.search-alerts-modal .global-title-container .global-title,
.search-facets-modal .global-title-container .global-title {
top: 0
}
.jobs-search-filters .global-title-container .global-title h1,
.search-alerts-modal .global-title-container .global-title h1,
.search-facets-modal .global-title-container .global-title h1 {
display: block;
text-align: center;
margin: 0;
font-size: 2rem;
font-weight: 600;
color: #fff;
line-height: 44px
}
.jobs-search-filters .global-title-container .global-title button,
.search-alerts-modal .global-title-container .global-title button,
.search-facets-modal .global-title-container .global-title button {
position: absolute;
top: 0;
height: 100%;
padding: 0 16px;
background: 0 0;
font-size: 1.6rem;
line-height: 1.75;
font-weight: 400;
color: #fff
}
.jobs-search-filters .global-title-container .global-title .done,
.search-alerts-modal .global-title-container .global-title .done,
.search-facets-modal .global-title-container .global-title .done {
right: 0
}
.jobs-search-filters .global-title-container .global-title .reset,
.search-alerts-modal .global-title-container .global-title .reset,
.search-facets-modal .global-title-container .global-title .reset {
left: 0
}
.nav-profile__link,
.nav-profile__link.active,
.nav-profile__link:active,
.nav-profile__link:visited {
color: #fff
}
.nav-profile__link.active .active-item {
visibility: visible
}
.nav-profile__link.active .inactive-item {
visibility: hidden
}
.nav-profile__link li-icon[type^=nav-] {
width: 24px!important;
height: 24px!important
}
.nav-profile--with-search-bar .nav-profile__link {
padding: 0 12px 0 4px
}
.nav-profile__member-photo {
border: 1px solid #c7d1d8;
border-radius: 50%
}
.profile-background-image {
position: relative;
width: 100%;
padding-bottom: 25%
}
.profile-background-image--loading {
background: url(/sc/h/3chad3rzxalsf65nuo7hxciac) center/cover
}
.profile-background-image__image-container {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden
}
.profile-background-image__loader {
position: absolute;
top: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
color: #fff
}
body {
overflow-y: scroll
}
.neptune-grid {
width: 1128px;
box-sizing: content-box;
padding: 0 32px;
display: block;
margin: auto;
position: relative
}
.neptune-grid .left-rail,
.neptune-grid.two-column .core-rail {
margin-bottom: 24px;
margin-left: calc((576px * 0) - 24px + 24px);
box-sizing: border-box;
float: left;
margin-right: -1px
}
.neptune-grid::after {
content: '';
display: table;
clear: both
}
.neptune-grid .left-rail {
width: calc((576px * .20833) + 96px)
}
.neptune-grid.one-column .core-rail {
box-sizing: border-box;
float: left;
margin-bottom: 24px;
margin-right: -1px;
width: calc((576px * 1) + 552px)
}
.neptune-grid.two-column .core-rail {
width: calc((576px * .70833) + 384px)
}
.neptune-grid .right-rail,
.neptune-grid.three-column .core-rail {
margin-bottom: 24px;
margin-left: calc((576px * 0) - 24px + 49px)
}
.neptune-grid.three-column .core-rail {
box-sizing: border-box;
float: left;
margin-right: -1px;
width: calc((576px * .5) + 264px)
}
.neptune-grid .right-rail,
.neptune-grid .right-rail .right-rail-container {
float: left;
margin-right: -1px;
width: calc((576px * .29167) + 144px);
box-sizing: border-box
}
.neptune-grid .right-rail .right-rail-container {
margin-bottom: 0;
margin-left: calc((576px * 0) - 24px + 24px)
}
.core-rail,
.left-rail {
opacity: 0;
animation: fade-in 330ms ease forwards
}
.core-rail {
animation-delay: 84ms
}
.ghost-animate-in .core-rail,
.ghost-animate-in .left-rail {
opacity: 1;
animation: none
}
#app-boot-bg-loader,
.loading-bg {
z-index: 2;
background: 0 0
}
#app-boot-bg-loader .top-bar,
.loading-bg .top-bar {
position: relative;
height: 52px
}
#app-boot-bg-loader .content,
.loading-bg .content {
padding: 48px 0
}
#app-boot-bg.skeleton-load-complete .top-bar::after,
.loading-bg.skeleton-load-complete .top-bar::after {
position: absolute;
bottom: -2px;
content: '';
display: block;
width: 100%;
height: 2px;
background: #0073b1;
box-shadow: 0 1px 2px #94A4AD;
transform: scaleX(.01);
animation: loading-bar 10s forwards cubic-bezier(.1, .55, .15, .5)
}
#app-boot-bg .content,
.loading-bg .content {
margin: auto;
padding-top: 49px;
width: 1128px
}
#app-boot-bg .content.ghost-template-jobs,
.loading-bg .content.ghost-template-jobs {
padding-top: 16px
}
#app-boot-bg .l1-left-rail,
.loading-bg .l1-left-rail {
width: 216px;
margin-right: 24px
}
#app-boot-bg .l1-core-rail,
.loading-bg .l1-core-rail {
width: 552px;
margin-right: 24px
}
#app-boot-bg .l1-right-rail,
.loading-bg .l1-right-rail {
width: 312px
}
#app-boot-bg .l2-core-rail,
.loading-bg .l2-core-rail {
width: 792px;
margin-right: 24px
}
#app-boot-bg .l2-right-rail,
.loading-bg .l2-right-rail {
width: 307px
}
@keyframes loading-bar {
from {
transform: scaleX(.01)
}
to {
transform: scaleX(1)
}
}
.sticky>:first-child {
margin-top: 0;
transition: margin-top .25s ease-in-out
}
.sticky.stuck>:first-child {
top: 52px;
margin-top: 12px
}
.sticky.bottom-stuck>:first-child {
position: fixed;
top: inherit
}
.tooltip-container {
display: inline-block;
position: relative
}
.tooltip-container .tooltip {
font-size: 1.4rem;
line-height: 1.42857;
background-color: rgba(0, 0, 0, .9);
border-radius: 2px;
color: #fff;
padding: 5px 18px 8px;
opacity: 0;
position: absolute;
transition: visibility 0s linear .2s, opacity .2s linear;
visibility: hidden;
z-index: 999;
bottom: calc(100% + 12px);
left: calc(50%);
transform: translateX(-50%);
white-space: nowrap
}
@media only screen and (-ms-high-contrast:active) {
.tooltip-container .tooltip {
border: 1px solid activeborder
}
}
.tooltip-container .tooltip:after {
border-color: transparent;
border-style: solid;
border-width: 0 8px;
border-top: 8px rgba(0, 0, 0, .9) solid;
content: "";
height: 0;
width: 0;
bottom: -8px;
left: 50%;
margin-left: -9px;
position: absolute
}
.tooltip-container .tooltip.active,
.tooltip-container:hover .tooltip {
opacity: 1;
transition-delay: 0s;
visibility: visible
}
.type-ahead-wrapper {
position: relative
}
.type-ahead-results {
position: absolute;
width: 100%;
max-height: 192px;
border: 1px solid #647C8D;
border-radius: 2px;
box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
overflow: auto
}
.type-ahead-results:empty {
border: none;
overflow: hidden
}
.type-ahead-result.is-active {
background-color: #e6e9ec
}
.type-ahead-result:first-child {
border-radius: 2px 2px 0 0
}
.type-ahead-result:last-child {
border-radius: 0 0 2px 2px
}
.type-ahead-result-image {
margin: 2px 8px
}
.type-ahead-result-info h3 {
font-weight: 400
}
.type-ahead-entity h3 {
font-size: 16px
}
.type-ahead-result.auto-complete .type-ahead-result-info h3 {
font-size: 14px;
font-weight: 700
}
.type-ahead-result.search-history-item:not(.suggestion) .type-ahead-result-info h3 {
font-size: 14px
}
.type-ahead-result.search-history-item.topic .type-ahead-result-info h3 {
font-size: 16px
}
.simple-type-ahead .type-ahead-results {
position: absolute;
z-index: 1000;
width: 100%;
top: 32px;
left: 0;
max-height: 300px;
overflow-y: auto;
border: 1px solid #cdcfd2;
box-shadow: 0 5px 5px #cdcfd2
}
.simple-type-ahead .type-ahead-results:empty {
border: none
}
.simple-type-ahead .type-ahead-results .type-ahead-result.active,
.simple-type-ahead .type-ahead-results .type-ahead-result:hover {
background-color: #cdcfd2
}
.simple-type-ahead .type-ahead-results .type-ahead-result.active h3,
.simple-type-ahead .type-ahead-results .type-ahead-result:hover h3 {
color: #0084bf
}
.simple-type-ahead .type-ahead-results figure {
display: none
}
.simple-type-ahead .type-ahead-results .type-ahead-result-info {
padding-left: 8px
}
.simple-type-ahead .type-ahead-results .type-ahead-result-info h3 {
font-weight: 400;
font-size: 1.4rem
}
.simple-type-ahead .type-ahead-results .type-ahead-result-info h3 strong {
font-weight: 700
}
.typeahead-icon {
position: absolute;
top: 4px;
left: 6px;
z-index: 2
}
.typeahead-icon li-icon {
color: #5c6f7c
}
.search-typeahead-v2__hit--escape-hatch .search-typeahead-v2__hit-text,
.search-typeahead-v2__icon--entry-point {
color: #0073b1
}
.search-typeahead-v2 .typeahead-suggestion {
padding: 0
}
.search-typeahead-v2__section-header--top-divider {
border-top: 1px solid rgba(0, 0, 0, .15)
}
.search-typeahead-v2__hit {
cursor: pointer;
display: flex;
align-items: center;
padding: 2px 8px 4px
}
.typeahead-suggestion:first-of-type .search-typeahead-v2__hit {
padding-top: 4px
}
.search-typeahead-v2__illustration--hashtag {
background-image: url(/sc/h/4s2ak5vqyeyde0y0uuaosm58d);
background-position: center;
width: 40px;
height: 40px
}
.search-typeahead-v2__hit--non-profile-entity .search-typeahead-v2__image {
width: 40px;
height: 40px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
border-radius: 6px;
margin: 0
}
.search-typeahead-v2__hit--profile-entity .search-typeahead-v2__image {
width: 40px;
height: 40px;
box-sizing: border-box;
background-clip: content-box;
border: 3px solid transparent;
border-radius: 49.9%;
margin: 0
}
.search-typeahead-v2__hit--escape-hatch {
border-top: 2px solid #e1e9ee;
padding: 12px 8px
}
.search-typeahead-v2__hit-info {
line-height: 20px;
padding-left: 8px
}
.search-typeahead-v2__hit--autocomplete .search-typeahead-v2__hit-text,
.search-typeahead-v2__hit--entry-point .search-typeahead-v2__hit-text {
font-weight: 400
}
.search-typeahead-v2__hit--history-query .search-typeahead-v2__hit-text {
color: rgba(0, 0, 0, .75);
font-weight: 400
}
.ca-content-analytics {
position: relative;
background: #f3f6f8
}
.modal-wormhole.content-analytics-modal {
z-index: 200
}
.modal-wormhole.content-analytics-modal .modal-wormhole-content {
padding: 0;
background-color: #f3f6f8
}
.modal-wormhole.content-analytics-modal .modal-wormhole-content .dismiss {
position: absolute;
right: 8px;
top: 8px;
color: #fff;
z-index: 1
}
.ca-activity-header {
color: #fff;
position: relative;
z-index: 0
}
.ca-activity-header--null-analytics {
height: 0;
overflow: visible;
padding-bottom: 50%;
width: 100%
}
.ca-activity-header__image-container {
overflow: hidden;
position: absolute;
background-image: url(/sc/h/3chad3rzxalsf65nuo7hxciac);
background-size: 100%;
left: 0;
top: 0;
width: 100%;
z-index: -1
}
.ca-activity-header__image-container::before {
display: block;
content: '';
padding-bottom: 50%
}
.ca-activity-header__image-container>img {
position: absolute;
top: 50%;
transform: translateY(-50%);
min-width: 100%;
min-height: 100%;
left: 0;
width: 100%;
height: auto
}
.ca-activity-header__image-container::after {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
background-color: rgba(0, 115, 177, .7);
background-image: linear-gradient(to bottom, #0073b1 0, rgba(0, 115, 177, 0) 30%, rgba(243, 246, 248, 0) 70%, #f3f6f8 100%)
}
.ca-activity-header__article-title,
.ca-activity-header__social-counts {
color: #fff
}
.ca-reach-statistics__title-network-reach {
display: block
}
.ca-reach-statistics__main {
display: flex;
align-items: center;
justify-content: center
}
.ca-reach-statistics__profile-picture-container {
display: inline-block;
position: relative;
padding-right: 48px
}
.ca-reach-statistics__profile-picture-container:after {
content: "";
display: inline-block;
position: absolute;
top: 50%;
right: 4px;
width: 40px;
height: 1px;
background-color: rgba(0, 0, 0, .35)
}
.ca-reach-statistics__circles-container {
display: flex;
align-items: center;
justify-content: center;
width: 210px
}
.ca-reach-statistics__circle {
display: inline-block;
border-radius: 50%;
color: #006097;
min-width: 44px;
max-width: 166px;
text-align: center;
position: relative
}
.ca-reach-statistics__circle:before {
content: "";
display: block;
padding-top: 100%
}
.ca-reach-statistics__circle--first-degree {
border: 1px solid #0073b1
}
.ca-reach-statistics__circle--second-degree {
background-color: #caedff;
border: 1px dotted #0073b1
}
.ca-reach-statistics__circle-caption {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
left: 0
}
.ca-analytics-highlight__image-container {
top: 0;
left: 0;
right: 0;
z-index: 1
}
.ca-analytics-highlight__location-pin {
background-image: url(/sc/h/efo0wduaodia4nmsfgzpuh6ae)
}
.ca-analytics-highlight__trophy {
background-image: url(/sc/h/3q1qyzyq3kll7vphk7fqitdjw)
}
.ca-analytics-highlight__radar {
background-image: url(/sc/h/b0hfxf4yu2y3u9uejaneyroqo)
}
.ca-analytics-highlight__image {
box-shadow: 0 1px 2px rgba(0, 0, 0, .15)
}
.ca-analytics-highlight__logo-container {
display: flex;
align-items: center;
justify-content: center;
background-color: #fff;
overflow: hidden;
margin: auto
}
.ca-analytics-highlight__company-logo {
width: 100%
}
.ca-analytics-highlight__icon {
display: inline-block;
background-color: #f3f6f8;
background-position: center;
background-repeat: no-repeat
}
.ca-analytics-highlight__main {
padding-top: 44px
}
.ca-analytics-highlight__message.ca-analytics-highlight__message {
margin-bottom: 8px
}
.ca-analytics-highlight__info {
padding-top: 8px
}
.ca-analytics-highlight__info-list-item {
overflow: hidden;
border-bottom: 1px solid #cdcfd2
}
.ca-social-gesture-highlights__carousel-button {
position: absolute;
top: 0;
height: 100%;
line-height: 100%;
width: 32px;
padding-top: 44px
}
.ca-social-gesture-highlights__carousel-button--prev {
left: -32px
}
.ca-social-gesture-highlights__carousel-button--next {
right: -32px
}
.ca-social-gesture-highlights__carousel-item {
width: 100%;
top: 0;
left: 150vw;
padding-top: 44px;
text-align: center
}
.ca-social-gesture-highlights__carousel-item--show {
position: relative;
opacity: 1;
left: 0;
transition: opacity .2s ease-out, left .2s ease-out
}
.ca-social-gesture-highlights__carousel-item--hide-right {
left: 150vw
}
.ca-social-gesture-highlights__carousel-item--hide-left {
left: -150vw
}
.ca-social-gesture-highlights__dots {
text-align: center;
margin: 16px 0
}
.ca-social-gesture-highlights__dot {
border-radius: 50%;
display: inline-block;
width: 10px;
height: 10px;
background-color: rgba(0, 0, 0, .4);
transition: background-color .2s linear
}
.ca-social-gesture-highlights__dot:nth-child(n+2) {
margin-left: 4px
}
.ca-social-gesture-highlights__dot--active {
background-color: rgba(0, 0, 0, .75)
}
.ca-content-analytics {
background-color: #fff;
padding-bottom: 0
}
.modal-wormhole.content-analytics-modal .modal-wormhole-content {
height: unset;
max-height: 90%;
max-width: 1128px;
width: 1128px
}
.modal-wormhole.content-analytics-modal .modal-wormhole-content .dismiss {
color: rgba(0, 0, 0, .9)
}
.ca-activity-header {
padding: 24px 24px 16px;
color: rgba(0, 0, 0, .9);
text-align: left;
border-bottom: 1px solid rgba(0, 0, 0, .15)
}
.ca-activity-header__image-container {
display: none
}
.ca-activity-header__article-title {
font-size: 2rem;
line-height: 1.4;
font-weight: 400;
color: rgba(0, 0, 0, .9)
}
.ca-activity-header__social-counts {
font-size: 3.2rem;
line-height: 1.25;
font-weight: 200;
color: rgba(0, 0, 0, .9);
margin-top: 8px
}
.ca-activity-header__social-count {
margin-right: 24px
}
.ca-activity-header__social-count:last-child {
margin-right: 0
}
.ca-activity-header__title-wrapper {
overflow: hidden;
cursor: pointer
}
.ca-activity-header__title {
display: block;
max-height: 45px;
max-width: 80%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.ca-activity-header__null-analytics-title {
background: url(/sc/h/3mqd86rvxk3ssamrbw3fc3dx7) center top no-repeat;
display: block;
margin: 72px auto;
max-width: 328px;
padding-top: 76px;
text-align: center
}
.ca-activity-header__tabs .feed-shared-update {
max-width: 700px;
margin: 10px auto!important
}
.ca-activity-header__tabs .feed-container-theme {
max-height: 600px;
overflow-y: scroll
}
.ca-activity-header__tabs .feed-container-theme .feed-shared-social-action-bar,
.ca-activity-header__tabs .feed-container-theme .feed-shared-update-control-panel-trigger {
display: none!important
}
.ca-activity-header__tabs .feed-container-theme .feed-shared-update-v2__update-content-wrapper,
.ca-activity-header__tabs .feed-container-theme .feed-shared-update__update-content-wrapper {
box-shadow: none!important
}
.ca-analytics-highlight__main:hover,
.ca-reach-statistics,
.ca-reach-statistics:hover {
box-shadow: none
}
.ca-activity-header__analytics-tooltip-container {
position: relative
}
.ca-activity-header__video-analytics-tooltip {
width: 260px;
white-space: normal;
padding: 12px 16px 24px;
cursor: default;
top: calc(100% + 12px);
bottom: auto
}
.ca-activity-header__video-analytics-tooltip::after,
.ca-activity-header__video-analytics-tooltip::before {
border-top: 0;
bottom: auto
}
.ca-activity-header__video-analytics-tooltip::before {
border-bottom: 9px solid rgba(0, 0, 0, .1);
top: -10px
}
.ca-activity-header__video-analytics-tooltip::after {
border-bottom: 9px solid #fff;
top: -9px
}
.ca-analytics-highlight__image-container {
position: static
}
.ca-analytics-highlight__image {
width: 56px;
height: 56px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
border-radius: 6px;
background-color: #fff
}
.ca-analytics-highlight__main {
padding: 0;
box-shadow: none
}
.ca-analytics-highlight__message.ca-analytics-highlight__message {
margin-left: 12px;
padding: 0
}
.ca-analytics-highlight__primary-message {
font-size: 2rem;
line-height: 1.4;
font-weight: 400;
color: rgba(0, 0, 0, .9);
margin: 12px 0 16px
}
.ca-analytics-highlight__secondary-message {
margin-top: 8px;
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.ca-analytics-highlight__info-list-item:last-child {
border-bottom: none
}
.ca-social-gesture-highlights {
padding: 24px 0 32px;
margin: 0 24px
}
.ca-social-gesture-highlights__highlights {
position: relative;
margin: 0;
display: flex;
justify-content: center
}
.ca-social-gesture-highlights__carousel-item {
position: static;
padding: 0 32px;
opacity: 1;
min-height: 0;
border-left: 1px solid rgba(0, 0, 0, .15);
max-width: 34%
}
.ca-social-gesture-highlights__carousel-item:first-child {
border-left: 0
}
.ca-social-gesture-highlights__dots {
display: none
}
.ca-social-gesture-highlights__expand {
width: 100%;
height: 38px;
border-bottom: 1px solid rgba(0, 0, 0, .15)
}
.ca-social-gesture-highlights__expand-action {
background-color: #fff;
color: #0073b1
}
.ca-social-gesture-highlights__expand-action-icon {
vertical-align: middle
}
.ca-reach-statistics {
display: flex;
flex-direction: row-reverse;
justify-content: center;
margin: 0 24px;
position: static
}
.breadcrumb-carousel,
.carousel-body,
.carousel-header {
position: relative
}
.artdeco-container-card,
.right-rail .ad-banner-container {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
transition: box-shadow 83ms
}
.ca-reach-statistics__header {
display: flex;
align-items: center;
margin-left: 24px
}
.ca-reach-statistics__main {
margin: 0
}
.ad-banner-container {
min-width: 1px;
min-height: 1px
}
.ad-banner-container.is-header-zone {
padding: 16px 0;
min-height: 17px;
box-sizing: content-box
}
.ad-banner {
display: block;
margin: 0 auto
}
.carousel-header,
.carousel-header__item--show {
display: flex;
align-items: center
}
.right-rail .ad-banner-container {
background-color: #fff;
padding: 6px;
margin: 0
}
@media screen and (-ms-high-contrast:active) {
.right-rail .ad-banner-container {
border: 1px solid activeborder
}
}
.carousel-header {
width: 100%;
padding: 12px 24px;
background-color: #fff;
border-bottom: 1px solid rgba(0, 0, 0, .15)
}
.carousel-header__chevron {
margin: 0 8px
}
.carousel-header__item--hide,
.edit-profile-photo-modal .profile-photo-cropper__back-action,
.edit-profile-photo-modal .profile-photo-cropper__delete-action {
display: none
}
.carousel-body {
background-color: #fff;
width: 100%;
overflow: hidden
}
.carousel-item {
width: 100%;
top: 0
}
.carousel-item--show {
position: relative;
left: 0;
opacity: 1
}
.carousel-item--pop {
position: absolute;
left: 100%;
opacity: 0
}
.carousel-item--stack {
position: absolute;
left: -100%;
opacity: 0
}
.artdeco-container-card-action-bar {
padding: 0 24px;
margin: 16px -24px -24px
}
.artdeco-container-card-action-bar .svg-icon-wrap {
line-height: 24px;
vertical-align: middle
}
.artdeco-container-card {
margin: 16px 0;
padding: 24px
}
@media screen and (-ms-high-contrast:active) {
.artdeco-container-card {
border: 1px solid activeborder
}
}
.artdeco-container-card .card-heading {
font-size: 2rem;
line-height: 1.4;
color: rgba(0, 0, 0, .9);
font-weight: 400
}
.edit-profile-photo-modal .modal-wormhole-content {
max-width: 744px;
padding: 0
}
.edit-profile-photo-modal .profile-photo-cropper {
width: 744px
}
.edit-profile-photo-modal__header {
position: relative;
display: flex;
align-items: center;
background-color: #fff;
border-bottom: 1px solid rgba(0, 0, 0, .15)
}
.entity-hovercard__info,
.search-alert__name {
flex: 1 1 auto
}
.edit-profile-photo-modal__title {
width: 100%;
color: rgba(0, 0, 0, .6)
}
.edit-profile-photo-modal__close-button {
position: absolute;
top: 12px;
right: 24px
}
.entity-hovercard-container {
height: 0;
overflow: hidden
}
.entity-hovercard {
width: 350px;
padding: 0
}
.entity-hovercard__info--premium-member {
padding-right: 24px
}
.entity-hovercard__title-container {
position: relative
}
.entity-hovercard__premium-logo {
position: absolute;
top: 0;
right: -24px
}
.entity-hovercard__influencer-badge {
display: inline-block;
width: 14px;
height: 14px;
overflow: hidden;
vertical-align: middle
}
.entity-hovercard__influencer-badge li-icon>svg {
width: 14px;
height: 14px;
margin: 0
}
.entity-hovercard__insights-container {
flex-direction: column;
list-style: none
}
.entity-hovercard__insight {
align-items: center;
padding-left: 64px
}
.entity-hovercard__link {
text-decoration: none
}
.entity-hovercard__insight-icon {
width: 24px;
height: 24px;
margin-left: -32px;
margin-right: 8px;
color: rgba(0, 0, 0, .6)
}
.entity-hovercard__insight-icon>svg {
width: 24px;
height: 24px
}
.entity-hovercard__cta-container {
flex-wrap: wrap
}
.entity-hovercard__loading-state {
padding: 8px 4px
}
.entity-hovercard__distance-badge::before {
font-size: 8px;
vertical-align: middle
}
.entity-hovercard__cta-button {
flex: 1 0 auto;
height: 100%
}
.entity-hovercard__cta-button .button-icon {
vertical-align: middle;
margin: 0 0 8px
}
.entity-list.tile {
width: 100%;
border: none;
margin: 0;
padding: 0 12px 12px;
justify-content: space-between
}
.entity-list.tile .entity-list-item {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
padding: 16px;
transition: box-shadow 83ms;
flex-basis: auto;
max-width: none;
border: none;
margin: 12px
}
@media screen and (-ms-high-contrast:active) {
.entity-list.tile .entity-list-item {
border: 1px solid activeborder
}
}
.entity-list.tile .entity-list-item ul[role=tablist] {
border-top: 0
}
.entity-list.tile .content-wrapper {
display: flex;
flex-direction: column;
padding: 0;
flex: 1 1 auto
}
.entity-list.tile .cta-wrap a,
.entity-list.tile .cta-wrap button {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #0073b1;
cursor: pointer;
display: inline-block;
font-size: 1.6rem;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0 8px;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0
}
@media only screen and (-ms-high-contrast:active) {
.entity-list.tile .cta-wrap a,
.entity-list.tile .cta-wrap button {
border: 1px solid currentColor;
border-width: 0;
line-height: 32px
}
}
html.edge .entity-list.tile .cta-wrap a:focus,
html.edge .entity-list.tile .cta-wrap button:focus,
html.ie .entity-list.tile .cta-wrap a:focus,
html.ie .entity-list.tile .cta-wrap button:focus {
outline: #7f7f7f dashed 1px
}
.entity-list.tile .cta-wrap a li-icon,
.entity-list.tile .cta-wrap button li-icon {
top: 2px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.entity-list.tile .cta-wrap a li-icon>svg,
.entity-list.tile .cta-wrap button li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .entity-list.tile .cta-wrap a,
.edge .entity-list.tile .cta-wrap button,
.ie .entity-list.tile .cta-wrap a,
.ie .entity-list.tile .cta-wrap button {
border-radius: 0
}
.entity-list.tile .cta-wrap a.focus,
.entity-list.tile .cta-wrap a.hover-not-disabled,
.entity-list.tile .cta-wrap a:focus,
.entity-list.tile .cta-wrap a:hover:not(:disabled):not(.disabled),
.entity-list.tile .cta-wrap button.focus,
.entity-list.tile .cta-wrap button.hover-not-disabled,
.entity-list.tile .cta-wrap button:focus,
.entity-list.tile .cta-wrap button:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097
}
.entity-list.tile .cta-wrap a.active-not-disabled,
.entity-list.tile .cta-wrap a:active:not(:disabled):not(.disabled),
.entity-list.tile .cta-wrap button.active-not-disabled,
.entity-list.tile .cta-wrap button:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.entity-list.tile .cta-wrap a.disabled,
.entity-list.tile .cta-wrap a:disabled,
.entity-list.tile .cta-wrap button.disabled,
.entity-list.tile .cta-wrap button:disabled {
color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.entity-list.tile .entity-link-wrapper {
padding: 0
}
.entity-list .entity-link-wrapper.focus,
.entity-list .entity-link-wrapper.hover,
.entity-list .entity-link-wrapper:focus,
.entity-list .entity-link-wrapper:hover {
text-decoration: none!important
}
.company-item .entity-item-image,
.job-item .entity-item-image {
border-radius: 3px
}
@keyframes feature-tipcard-slide-up {
from {
opacity: 0;
transform: translateY(20px)
}
to {
opacity: 1;
transform: translateY(0)
}
}
@keyframes feature-tipcard-slide-down {
from {
opacity: 0;
transform: translateY(-20px)
}
to {
opacity: 1;
transform: translateY(0)
}
}
@keyframes feature-tipcard-slide-left {
from {
opacity: 0;
transform: translateX(20px)
}
to {
opacity: 1;
transform: translateX(0)
}
}
@keyframes feature-tipcard-slide-right {
from {
opacity: 0;
transform: translateX(-20px)
}
to {
opacity: 1;
transform: translateX(0)
}
}
.feature-tipcard--bottom {
animation: 1s linear 1s forwards feature-tipcard-slide-up
}
.feature-tipcard--top {
animation: 1s linear 1s forwards feature-tipcard-slide-down
}
.feature-tipcard--left {
animation: 1s linear 1s forwards feature-tipcard-slide-right
}
.feature-tipcard--right {
animation: 1s linear 1s forwards feature-tipcard-slide-left
}
.feature-tipcard--tip-right::after,
.feature-tipcard--tip-right::before {
left: 85%
}
.feature-tipcard--tip-left::after,
.feature-tipcard--tip-left::before {
left: 15%
}
.feature-tipcard--tip-bottom::after,
.feature-tipcard--tip-bottom::before {
top: 85%
}
.feature-tipcard--tip-top::after,
.feature-tipcard--tip-top::before {
top: 15%
}
.feature-tipcard--premium-top-tip::before {
display: none
}
.feature-tipcard--premium-top-tip-left::after {
border-bottom: 8px #BDAB78 solid
}
.feature-tipcard--premium-top-tip-default::after {
border-bottom: 8px #DDD1A8 solid
}
.feature-tipcard--premium-top-tip-right::after {
border-bottom: 8px #DDD0A2 solid
}
.feature-tipcard--blue-top-tip-default::after,
.feature-tipcard--blue-top-tip-left::after,
.feature-tipcard--blue-top-tip-right::after {
border-bottom: 8px #0073b1 solid
}
.feature-tipcard__container {
max-width: 400px;
display: block;
opacity: 0;
visibility: visible
}
.feature-tipcard__container-inner {
border: 0;
box-shadow: none
}
.icon-tooltip .hovercard-container .hovercard,
.popover-container .popover {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 6px 9px rgba(0, 0, 0, .2);
z-index: 999
}
.feature-tipcard__container-with-blue-border {
padding: 12px;
border-top: 4px solid #0073b1
}
.feature-tipcard__close-button {
opacity: .55;
top: 16px;
right: 12px
}
.feature-tipcard--no-animation {
opacity: 1
}
.get-app-sms-modal.modal-wormhole .modal-wormhole-content {
padding: 0;
max-width: 360px
}
.get-app-sms-modal .modal-footer {
border-top: 1px solid rgba(0, 0, 0, .15)
}
.get-app-sms-modal .modal-header {
border-bottom: 1px solid rgba(0, 0, 0, .15)
}
.get-app-sms-modal__error-message {
color: #d11124;
line-height: 16px
}
.get-app-sms-modal__input-error .get-app-sms-modal__phone-input {
border-color: #d11124
}
.icon-tooltip .hovercard-container {
position: relative
}
.icon-tooltip .hovercard-container .hovercard {
font-size: 1.4rem;
line-height: 1.42857;
color: rgba(0, 0, 0, .75);
background-clip: padding-box;
background-color: #fff;
border-radius: 2px;
max-width: 320px;
opacity: 0;
padding: 14px 16px;
position: absolute;
transition: visibility 0s linear .2s, opacity .2s linear;
visibility: hidden;
text-align: left;
bottom: calc(100% + 10px);
left: -145px;
width: 300px
}
@media only screen and (-ms-high-contrast:active) {
.icon-tooltip .hovercard-container .hovercard {
border: 1px solid activeborder
}
}
.icon-tooltip .hovercard-container .hovercard:after {
border-color: transparent;
border-style: solid;
border-width: 0 8px;
border-top: 8px #fff solid;
content: "";
height: 0;
width: 0;
bottom: -8px;
left: 50%;
margin-left: -9px;
position: absolute
}
.icon-tooltip .hovercard-container .hovercard:before,
.popover-container .popover:after {
border-color: transparent;
border-style: solid;
content: "";
height: 0
}
.icon-tooltip .hovercard-container .hovercard:before {
border-width: 0 9px;
border-top: 9px rgba(0, 0, 0, .1) solid;
width: 0;
bottom: -10px;
left: 50%;
margin-left: -10px;
position: absolute
}
.icon-tooltip .hovercard-container .hovercard.active {
opacity: 1;
transition-delay: 0s;
visibility: visible
}
.info-not-shared {
border-top: 1px solid rgba(0, 0, 0, .15)
}
.job-alert-item {
display: flex;
padding-top: 16px
}
.job-alert-item .icon-container {
display: flex;
align-items: center;
margin-right: 16px
}
.job-alert-item .content-container {
padding-bottom: 16px;
display: flex;
flex: 1
}
.job-alert-item .content-container .info-container {
display: flex;
flex: 1;
flex-flow: column
}
.job-alert-item .content-container .alert-title {
font-size: 1.6rem;
line-height: 1.75;
font-weight: 600;
color: rgba(0, 0, 0, .9)
}
.job-alert-item .content-container .alert-location {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.job-alert-item .count-container {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .6);
display: flex;
align-items: flex-start;
max-width: 120px;
justify-content: flex-end;
overflow: hidden;
text-align: right
}
.mn-abi-form__input.mn-email-invite__input {
width: 80%!important;
margin-right: 8px
}
.neptune-shared-modal .modal-wormhole-content {
max-width: 552px;
min-width: 552px;
padding: 0
}
.neptune-shared-modal .modal-header {
align-items: center;
border-bottom: 1px solid rgba(0, 0, 0, .15);
display: flex;
justify-content: space-between;
padding: 12px 24px
}
.neptune-shared-modal .modal-header button span {
display: flex;
align-items: center
}
.neptune-shared-modal .modal-header-text {
font-size: 2rem;
line-height: 1.4;
font-weight: 400;
color: rgba(0, 0, 0, .75)
}
.neptune-shared-modal .modal-content {
display: flex;
flex-flow: column;
padding: 16px 24px
}
.neptune-shared-modal .modal-textarea {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .75);
border: 1px solid #cdcfd2;
background: 0 0;
resize: none
}
.neptune-shared-modal .modal-footer {
display: flex;
justify-content: flex-end;
padding: 16px 24px;
border-top: 1px solid #cdcfd2
}
.toast {
bottom: 10px;
left: 20px;
width: 400px;
box-shadow: none
}
.toast .action {
font-weight: 700;
display: block
}
.osmosis-toggle {
justify-content: flex-start;
padding: 0 16px;
border-top: 1px solid rgba(0, 0, 0, .15)
}
.osmosis-toggle__body {
margin: 12px 0 12px 8px
}
.osmosis-toggle__body.info {
margin: 12px 0
}
.osmosis-toggle__title {
margin-bottom: 0
}
.osmosis-toggle-switch {
margin-right: 0
}
.peek-carousel {
overflow: hidden
}
.peek-carousel__slides {
transition: transform .5s ease
}
.peek-carousel__card-item:hover {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
transition: box-shadow 83ms
}
@media screen and (-ms-high-contrast:active) {
.peek-carousel__card-item:hover {
border: 1px solid activeborder
}
}
.peek-carousel-controls__link {
color: rgba(0, 0, 0, .6);
font-size: 1.5rem;
line-height: 2.4rem;
transition: font-size .5s ease;
display: inline-flex;
align-items: center
}
.peek-carousel-controls__link:visited {
color: rgba(0, 0, 0, .6)
}
.peek-carousel-controls__link--grow {
font-size: 1.7rem
}
.peek-carousel-controls__button {
color: rgba(0, 0, 0, .6);
transition: color .5s ease
}
.peek-carousel-controls__button:first-of-type {
margin-right: 4px
}
.peek-carousel-controls__button[disabled] {
color: rgba(0, 0, 0, .15)
}
.popover-container {
display: inline-block;
position: relative
}
.popover-container .popover {
font-size: 1.4rem;
line-height: 1.42857;
color: rgba(0, 0, 0, .75);
background-clip: padding-box;
background-color: #fff;
border-radius: 2px;
max-width: 320px;
opacity: 0;
padding: 14px 16px;
position: absolute;
transition: visibility 0s linear .2s, opacity .2s linear;
visibility: hidden;
bottom: calc(100% + 10px)
}
@media only screen and (-ms-high-contrast:active) {
.popover-container .popover {
border: 1px solid activeborder
}
}
.popover-container .popover:after {
border-width: 0 8px;
border-top: 8px #fff solid;
width: 0;
bottom: -8px;
left: 50%;
margin-left: -9px;
position: absolute
}
.popover-container .popover:before {
border-color: transparent;
border-style: solid;
border-width: 0 9px;
border-top: 9px rgba(0, 0, 0, .1) solid;
content: "";
height: 0;
width: 0;
bottom: -10px;
left: 50%;
margin-left: -10px;
position: absolute
}
.popover-container .popover.active {
opacity: 1;
transition-delay: 0s;
visibility: visible
}
.popover-container__bridge {
position: absolute;
top: 100%;
right: 0;
left: 0;
height: 16px
}
.profile-photo-edit,
.profile-photo-edit__preview {
height: 88px;
width: 88px;
border-radius: 50%
}
.profile-photo-edit {
margin: 0 auto;
position: relative;
background-color: #e6e9ec;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
box-sizing: border-box
}
.profile-photo-edit__edit-btn {
line-height: 0;
margin: 0
}
.profile-photo-edit__edit-icon {
position: absolute;
display: block;
height: 32px;
width: 32px;
border-radius: 32px;
bottom: -6px;
right: -6px;
background-color: #fff;
box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
color: #0073b1;
padding: 8px 0 0 2px
}
.push-perm-card,
.search-alerts-rail__hovercard {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 6px 9px rgba(0, 0, 0, .2);
z-index: 999
}
.profile-photo-edit--large-preview .profile-photo-edit__edit-icon {
bottom: 0;
right: 0
}
.profile-photo-edit--large-preview .profile-photo-edit__edit-icon--for-top-card-v2 {
bottom: 8px;
right: 8px
}
.profile-photo-edit__camera-plus {
background: url(/sc/h/7062nipesrpeaprozsvb4aj8e) no-repeat;
width: 56px;
height: 56px
}
.profile-photo-edit__file-upload-input {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
cursor: pointer;
padding-left: 100%;
overflow: hidden;
background-color: transparent
}
.push-perm-card {
font-size: 1.4rem;
line-height: 1.42857;
color: rgba(0, 0, 0, .75);
background-clip: padding-box;
background-color: #fff;
border-radius: 2px;
position: absolute;
transition: box-shadow 83ms;
left: -175px;
top: calc(100% + 4px);
visibility: visible;
opacity: 1;
max-width: 425px;
width: 425px;
padding: 8px 8px 16px 16px;
border-top: 4px solid #0073b1
}
.push-perm-card:after,
.push-perm-card:before {
content: "";
height: 0;
width: 0;
left: 50%;
position: absolute
}
@media only screen and (-ms-high-contrast:active) {
.push-perm-card {
border: 1px solid activeborder
}
}
.push-perm-card:after {
border-color: transparent;
border-style: solid;
border-width: 0 8px;
border-bottom: 8px #fff solid;
top: -8px;
margin-left: -9px
}
.push-perm-card:before {
border-color: transparent;
border-style: solid;
border-width: 0 9px;
border-bottom: 9px rgba(0, 0, 0, .1) solid;
top: -10px;
margin-left: -10px
}
.push-perm-card.active {
opacity: 1;
transition-delay: 0s;
visibility: visible
}
@media screen and (-ms-high-contrast:active) {
.push-perm-card {
border: 1px solid activeborder
}
}
.push-perm-card::after {
border-bottom-color: #0073b1
}
.push-perm-card__dimiss-btn {
float: right;
color: #92a1ac;
height: 8px
}
.push-perm-card__icon {
background: url(/sc/h/ef5awxxs3nk54zdjeqkimt9b7) 0 no-repeat;
width: 130px;
height: 105px;
background-size: 130px 105px
}
.push-perm-card__action {
width: 255px;
padding-left: 16px;
display: flex;
flex-direction: column;
align-items: flex-start
}
.push-perm-modal .modal-wormhole-content {
display: none
}
.results-paginator {
position: relative;
list-style: none;
display: flex;
padding: 24px 0
}
.results-paginator li-icon {
vertical-align: middle
}
.results-paginator .svg-icon-wrap {
vertical-align: top
}
.results-paginator .page-list {
flex-grow: 1;
margin-top: 6px;
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .6)
}
.results-paginator .page-list ol {
display: flex;
justify-content: center;
list-style: none
}
.results-paginator .page-list ol button,
.results-paginator .page-list ol li.active {
padding: 0 4px;
margin: 0 8px;
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .6)
}
.results-paginator .page-list ol button.active,
.results-paginator .page-list ol li.active.active {
color: #0084bf;
border-bottom: 2px solid #0084bf
}
.search-alert__toggle-icon,
.search-alerts-rail__alert-link,
.search-alerts-rail__manage-link:active {
color: rgba(0, 0, 0, .6)
}
.results-paginator .next,
.results-paginator .prev {
position: absolute;
margin-top: 1px;
font-size: 1.6rem;
line-height: 1.75;
font-weight: 600;
color: rgba(0, 0, 0, .6)
}
.results-paginator .next-text,
.results-paginator .prev-text {
display: inline-block;
margin-top: 1px
}
.results-paginator .prev {
left: 16px
}
.results-paginator .next {
right: 16px
}
.search-alert-details {
display: flex;
flex-wrap: wrap
}
.search-alert__delta-button {
flex: 1 1 auto;
text-align: left
}
.search-alert__toggle-btn {
padding: 0 8px 0 0;
margin: 0 12px 0 0;
border-top: 0;
border-right: 1px solid rgba(0, 0, 0, .15)
}
.search-alert__toggle-btn li-icon {
margin-left: 4px;
top: 2px
}
.search-alert-details__receive-settings {
margin-right: 165px
}
.search-alert-details__receive-dropdown {
max-width: 600px
}
.search-alert-modal-container .modal-wormhole-content {
min-width: 744px;
margin: 0 auto
}
.search-alert-modal-container--manage .modal-content {
max-height: 400px;
overflow-y: auto;
position: relative
}
.search-alert-modal-container__actions {
display: block;
border-top: none;
padding-right: 24px;
margin-left: auto
}
.search-alert-modal-container__submit {
margin-right: 0
}
.search-alert-modal-container__submit:disabled {
cursor: default
}
.search-alerts-rail__cursor-pointer,
.search-alerts-rail__manage-link,
.search-s-facet-value__label {
cursor: pointer
}
.search-alert-modal-container__header {
padding: 12px 24px
}
.search-alert-modal-container__alert-list {
padding: 0
}
.search-alert-modal-container__footer {
display: flex;
justify-content: space-between;
border-top: 1px solid rgba(0, 0, 0, .15)
}
.search-alert-modal-container__max-alerts-message {
padding-top: 24px;
padding-bottom: 0
}
.search-alerts-rail__bullet::before {
content: "\2022";
padding: 0 4px
}
.search-alerts-rail__alert-link {
text-decoration: none;
background-color: transparent;
border: 0;
font-size: 14px;
font-weight: 400;
text-align: left
}
.search-alerts-rail__alert-link:visited {
color: inherit
}
.search-alerts-rail__alert-link:focus,
.search-alerts-rail__alert-link:hover {
text-decoration: underline;
color: rgba(0, 0, 0, .75)
}
.search-alerts-rail__alert-link:active {
color: #000;
text-decoration: none
}
.search-alerts-rail__alert-link:visited {
color: rgba(0, 0, 0, .6)
}
.search-alerts-rail__alert-link:visited:active {
color: rgba(0, 0, 0, .9)
}
.search-alerts-rail__alert-link:hover {
text-decoration: none
}
.search-alerts-rail__delta-count {
white-space: nowrap
}
.search-alerts-rail__list-item {
margin-bottom: 8px
}
.search-alerts-rail__list-item:last-child {
margin-bottom: 0
}
.search-alerts-rail__create-alert:hover {
text-decoration: none
}
.search-alerts-rail__create-alert li-icon {
top: 3px;
box-sizing: content-box;
color: #0084bf
}
.search-alerts-rail__hovercard-container {
position: relative
}
.search-alerts-rail__hovercard {
font-size: 1.4rem;
line-height: 1.42857;
color: rgba(0, 0, 0, .75);
background-clip: padding-box;
border-radius: 2px;
max-width: 320px;
opacity: 0;
padding: 14px 16px;
position: absolute;
transition: visibility 0s linear .2s, opacity .2s linear;
visibility: hidden;
bottom: 8px;
width: 260px;
background-color: #0091ca;
display: flex;
flex-direction: column;
text-align: center;
margin: 0 auto;
left: 0;
right: 0
}
.search-alerts-rail__hovercard:after,
.search-alerts-rail__hovercard:before {
content: "";
height: 0;
width: 0;
left: 50%;
position: absolute
}
@media only screen and (-ms-high-contrast:active) {
.search-alerts-rail__hovercard {
border: 1px solid activeborder
}
}
.search-alerts-rail__hovercard:after {
border-color: transparent;
border-style: solid;
border-width: 0 8px;
border-top: 8px #fff solid;
bottom: -8px;
margin-left: -9px
}
.search-alerts-rail__hovercard:before {
border-color: transparent;
border-style: solid;
border-width: 0 9px;
border-top: 9px rgba(0, 0, 0, .1) solid;
bottom: -10px;
margin-left: -10px
}
.search-alerts-rail__hovercard.active {
opacity: 1;
transition-delay: 0s;
visibility: visible
}
.search-alerts-rail__hovercard::after {
border-top-color: #0073b1
}
.search-alerts-rail__hovercard-submit {
width: 80px;
-ms-grid-row-align: center;
align-self: center
}
.search-alerts-rail__sticky-container {
width: 294px;
background: #f5f5f5;
padding-bottom: 24px;
z-index: 3
}
.sticky.stuck .search-alerts-rail__sticky-container {
margin-top: 0
}
.search-alerts-rail__sticky-container-v2 {
width: 294px;
z-index: 3
}
.search-alerts-rail__clock-time-illustration {
background: url(/sc/h/29ohb4acgneoost9fir7gsfp9) center;
height: 48px;
width: 48px
}
.search-alerts-rail__saved-alerts-container {
background-color: #f3f6f8;
padding: 16px 16px 12px
}
.search-alerts-rail__list-item-v2 {
margin-bottom: 4px
}
.search-alerts-rail__manage-alerts-container {
background-color: #f3f6f8;
padding: 4px 16px 12px
}
.shared-search-box.is-inline {
display: flex
}
.shared-search-box.is-inline .keyword-search-form,
.shared-search-box.is-inline .location-search-form {
flex: 1;
position: relative;
margin-right: 8px;
z-index: 100
}
.shared-search-box.is-inline input {
font-size: 1.6rem;
line-height: 1.75;
font-weight: 400;
color: rgba(0, 0, 0, .9);
width: 100%;
height: 40px;
padding-left: 42px;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: 2px
}
.shared-search-box.is-inline input::-ms-clear {
display: none
}
.shared-search-box.is-inline.is-jobs .type-ahead-result-image {
background-color: inherit
}
.shared-search-box.is-inline.is-jobs .type-ahead-nonentity:not(.auto-complete) figure {
display: none
}
.shared-search-box.is-inline.is-jobs .type-ahead-nonentity:not(.auto-complete) .type-ahead-result-info {
margin-left: 16px;
padding: 12px 16px 12px 0
}
.shared-search-box.is-inline.is-jobs .type-ahead-result.active,
.shared-search-box.is-inline.is-jobs .type-ahead-result:hover {
background-color: #f5f5f5
}
.search-s-facet-value__label::before,
.search-s-rail--content .search-s-rail__sticky-container {
background-color: #fff
}
.shared-search-box.is-inline.is-jobs .type-ahead-result.active .type-ahead-result-info,
.shared-search-box.is-inline.is-jobs .type-ahead-result.active+.type-ahead-result .type-ahead-result-info,
.shared-search-box.is-inline.is-jobs .type-ahead-result:hover .type-ahead-result-info,
.shared-search-box.is-inline.is-jobs .type-ahead-result:hover+.type-ahead-result .type-ahead-result-info {
border-color: #f5f5f5
}
.shared-search-box.is-inline .type-ahead-input {
display: flex
}
.shared-search-box.is-inline .type-ahead-results {
z-index: 1
}
.shared-search-box.is-inline .svg-icon-wrap {
position: absolute;
z-index: 2;
left: 12px;
top: 8px
}
.shared-search-box.is-inline .label-text {
display: none
}
.shared-search-box.is-inline .location-search-form.invalid-location .label-text {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
position: absolute;
z-index: 2;
display: inline;
color: #ff2c33;
right: 16px;
top: 10px
}
.shared-search-box.is-inline .location-search-form.invalid-location .type-ahead-results {
display: none
}
.shared-search-box.is-inline .location-search-form.invalid-location input:focus {
border-color: #ff2c33;
outline: 0
}
.search-s-add-facet {
display: block;
width: initial;
position: relative;
margin: 12px 0 0 24px
}
.search-s-add-facet:first-child,
.search-s-add-facet:last-child {
padding: 0
}
.search-s-add-facet input {
width: 258px;
font-size: 14px
}
.search-advanced-facets__facets .search-s-add-facet {
margin-left: 0;
margin-top: 4px
}
.search-s-add-facet__button {
color: #777a7d
}
.search-advanced-facets__facets-list .search-s-add-facet,
.search-facet--connection-of .search-s-add-facet {
margin-left: 0
}
.search-s-add-facet--on-top {
margin: 12px 0 0
}
.search-s-facet-value__label {
word-break: break-all
}
.search-s-facet-value__input:focus+.search-s-facet-value__label {
outline: transparent solid 1px
}
.search-s-facet-value__label:first-child {
margin-top: 0
}
.search-s-facet-value__count {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .75);
flex-shrink: 0;
max-width: 40%
}
.search-s-rail--content {
border: 1px solid #cfcfcf;
border-radius: 2px;
background-color: #fff
}
.search-s-rail--content .ad-banner-container {
border-top: 1px solid #cfcfcf;
box-shadow: none
}
.search-s-rail--content .nav-footer {
border-top: 1px solid #cfcfcf;
margin-top: 0;
padding-bottom: 12px
}
.search-s-rail--content .search-ad__list {
padding-left: 12px;
padding-bottom: 12px
}
.search-s-rail__below-ad-module {
border-top: 1px solid #cfcfcf;
transition-property: max-height, opacity
}
.search-s-rail__below-ad-module--hidden {
max-height: 0;
opacity: 0;
visibility: hidden;
transition-duration: .5s
}
.search-s-rail__below-ad-module--visible {
max-height: 1000px;
opacity: 1;
transition-duration: 750ms, .5s
}
.search-s-rail--right .search-s-rail__sticky-container {
width: 310px
}
.search-s-rail--content .stuck .search-s-rail__sticky-container {
border-bottom: 1px solid #cfcfcf;
border-left: 1px solid #cfcfcf;
border-right: 1px solid #cfcfcf;
margin-top: 0;
width: calc(310px + 2px);
margin-left: -1px
}
.search-s-rail__saved-jobs {
position: relative;
transition: opacity .5s linear;
opacity: 1;
border-bottom: 1px solid rgba(0, 0, 0, .15)
}
.search-s-rail__saved-jobs--is-loading {
opacity: 0
}
.search-s-rail__saved-jobs-count {
font-size: 2.4rem;
line-height: 1.33333;
font-weight: 400;
color: #0084bf;
padding-right: 4px;
display: inline-block
}
.search-s-rail__saved-jobs--pop .search-s-rail__saved-jobs-count {
animation: search-s-jobs-saved-jobs-pop .5s
}
.search-s-rail__saved-jobs-label {
font-size: 1.6rem;
line-height: 1.75;
font-weight: 400;
color: rgba(0, 0, 0, .9)
}
.search-s-rail__saved-jobs-notification {
margin-left: -20%
}
.send-invite .modal-wormhole-content {
min-width: 552px
}
.sort-dropdown {
position: relative;
text-align: right;
margin-bottom: 8px
}
.sort-dropdown .dropdown {
display: flex;
flex-direction: reverse-row;
justify-content: flex-end;
align-items: center
}
.sort-dropdown .dropdown .dropdown-trigger:hover,
.sort-dropdown .dropdown li:hover {
background-color: transparent
}
.sort-dropdown hr {
margin: 0 4px 0 0;
flex-grow: 2
}
.sort-dropdown__text-container {
overflow: hidden
}
.sort-dropdown__dropdown-list.sort-dropdown__dropdown-list {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 6px 9px rgba(0, 0, 0, .2);
transition: box-shadow 83ms;
align-self: flex-start;
margin-top: 24px;
padding: 0;
overflow: hidden;
animation-name: feed-s-dropdown-animation;
animation-duration: .25s
}
.video-stories-modal__footer,
.video-stories-modal__message-send-button {
align-self: flex-end
}
@media screen and (-ms-high-contrast:active) {
.sort-dropdown__dropdown-list.sort-dropdown__dropdown-list {
border: 1px solid activeborder
}
}
.sort-dropdown__list-item:first-child,
.sub-nav--trans-nav {
border-bottom: 1px solid rgba(0, 0, 0, .15)
}
.sort-dropdown__icon {
color: rgba(0, 0, 0, .6)
}
.sort-dropdown__icon li-icon {
vertical-align: text-bottom
}
.sort-dropdown__list-item {
list-style: none;
padding: 0
}
.sort-dropdown__list-item--active {
color: #0084bf
}
.sort-dropdown__list-item-button {
padding: 8px 32px;
width: 100%;
height: 100%;
text-align: left
}
.sort-dropdown__list-item-button:hover {
color: #0084bf;
background-color: #f3f6f8
}
@keyframes feed-s-dropdown-animation {
from {
height: 0
}
to {
height: 65px
}
}
.sub-nav--trans-nav {
border-top: none
}
.sub-nav--trans-nav .sub-nav-item {
display: inline-block;
padding: 0 16px;
vertical-align: bottom
}
.sub-nav--trans-nav .sub-nav-item:first-child {
padding-left: 0
}
.sub-nav--trans-nav .sub-nav-item button {
font-weight: 700;
padding-left: 8px;
padding-right: 8px;
width: initial
}
.sub-nav--trans-nav .sub-nav-item button:hover {
color: rgba(0, 0, 0, .8)
}
.sub-nav--trans-nav .sub-nav-item button:hover:after {
height: 0;
width: 0
}
.sub-nav--trans-nav .sub-nav-item button.active {
color: #0084bf
}
.sub-nav--trans-nav .sub-nav-item button.active:after {
background-color: #0084bf;
bottom: 0;
content: '';
height: 4px;
left: 0;
position: absolute;
width: 100%
}
.user-feedback-container .shared-modal-dialog {
max-width: 552px;
padding: 0
}
.user-feedback-container #user-feedback-modal {
width: 552px
}
.user-feedback-container #user-feedback-modal .svg-icon {
opacity: .5
}
.user-feedback-container #user-feedback-modal .user-feedback-header {
position: relative;
padding: 12px 36px 12px 24px;
border-bottom: 1px solid #e6e9ec
}
.user-feedback-container #user-feedback-modal .user-feedback-header .user-feedback-title {
font-size: 2rem;
line-height: 1.4;
font-weight: 400;
color: rgba(0, 0, 0, .9)
}
.user-feedback-container #user-feedback-modal .user-feedback-header.with-back-button {
padding: 12px 36px 12px 48px
}
.user-feedback-container #user-feedback-modal .user-feedback-content {
padding: 16px 24px
}
.user-feedback-container #user-feedback-modal .user-feedback-action-footer {
border-top: 1px solid #e6e9ec;
padding: 16px 24px;
text-align: right
}
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-cancel-button {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
font-size: 1.6rem;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0 16px;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px transparent, inset 0 0 0 1px transparent
}
@media only screen and (-ms-high-contrast:active) {
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-cancel-button {
border: 1px solid currentColor;
line-height: 30px
}
}
html.edge .user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-cancel-button:focus,
html.ie .user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-cancel-button:focus {
outline: #7f7f7f dashed 1px
}
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-cancel-button li-icon {
top: 2px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-cancel-button li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-cancel-button,
.ie .user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-cancel-button {
border-radius: 0
}
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-cancel-button:hover:not(:disabled)[data-is-animating-click=true],
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-cancel-button:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px transparent, inset 0 0 0 1px rgba(0, 0, 0, .9)
}
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-cancel-button.focus,
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-cancel-button.hover-not-disabled,
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-cancel-button:focus,
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-cancel-button:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px rgba(0, 0, 0, .75), inset 0 0 0 1px transparent
}
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-cancel-button.active-not-disabled,
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-cancel-button:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-cancel-button.disabled,
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-cancel-button:disabled {
color: rgba(0, 0, 0, .25);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .25);
cursor: not-allowed
}
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-submit-button {
background-color: #0073b1;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 1.6rem;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0 16px;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0
}
@media only screen and (-ms-high-contrast:active) {
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-submit-button {
border: 1px solid currentColor;
line-height: 30px
}
}
html.edge .user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-submit-button:focus,
html.ie .user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-submit-button:focus {
outline: #7f7f7f dashed 1px
}
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-submit-button li-icon {
top: 2px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-submit-button li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-submit-button,
.ie .user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-submit-button {
border-radius: 0
}
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-submit-button.focus,
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-submit-button.hover-not-disabled,
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-submit-button:focus,
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-submit-button:hover:not(:disabled):not(.disabled) {
background-color: #006097;
color: #fff
}
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-submit-button.active-not-disabled,
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-submit-button:active:not(:disabled):not(.disabled) {
background-color: #004b7c;
color: #fff
}
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-submit-button.disabled,
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-submit-button:disabled {
color: rgba(255, 255, 255, .45);
background-color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.user-feedback-container #user-feedback-modal .message-input-wrap {
border: 1px solid rgba(0, 0, 0, .25);
border-radius: 1px
}
.user-feedback-container #user-feedback-modal .message-input-wrap .message-text {
border: none;
height: 120px
}
.user-feedback-container #user-feedback-modal .message-input-wrap .feedback-disclaimer {
background-color: #e6e9ec;
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .75);
padding: 12px
}
.user-feedback-container #user-feedback-modal .feedback-back-icon-button {
position: absolute;
top: 50%;
margin-top: -12px;
left: 12px
}
.user-feedback-container #user-feedback-modal .feedback-close-icon-button {
position: absolute;
top: 50%;
right: 12px;
margin-top: -12px;
cursor: pointer
}
.user-feedback-container #user-feedback-modal .user-feedback-content-list {
list-style: none
}
.user-feedback-container #user-feedback-modal .user-feedback-content-list .user-feedback-option {
border-top: 1px solid #e6e9ec
}
.user-feedback-container #user-feedback-modal .user-feedback-content-list .user-feedback-option:first-child {
border: none
}
.user-feedback-container #user-feedback-modal .user-feedback-content-list .feedback-problem-option {
position: relative;
padding: 0 0 0 48px
}
.user-feedback-container #user-feedback-modal .user-feedback-content-list .feedback-problem-option .feedback-problem-content {
border-top: 1px solid #e6e9ec;
padding: 16px 24px 16px 0
}
.user-feedback-container #user-feedback-modal .user-feedback-content-list .feedback-problem-option .accent-icon {
position: absolute;
top: 16px;
left: 16px
}
.user-feedback-container #user-feedback-modal .user-feedback-content-list .feedback-problem-option:first-child .feedback-problem-content {
border: none
}
.user-feedback-container #user-feedback-modal .option-header {
font-size: 1.6rem;
line-height: 1.75;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin-bottom: 4px
}
.user-feedback-container #user-feedback-modal .option-content {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .75)
}
.user-feedback-container #user-feedback-modal .feedback-option-button {
position: relative;
display: block;
width: 100%;
padding: 16px 36px 16px 24px;
text-align: left
}
.user-feedback-container #user-feedback-modal .feedback-option-button .chevron-icon {
position: absolute;
top: 50%;
margin-top: -12px;
right: 12px
}
.user-feedback-container #user-feedback-modal .home-slide,
.user-feedback-container #user-feedback-modal .problem-slide,
.user-feedback-container #user-feedback-modal .question-slide {
display: none
}
.user-feedback-container #user-feedback-modal.show-home .home-slide,
.user-feedback-container #user-feedback-modal.show-problem .problem-slide,
.user-feedback-container #user-feedback-modal.show-question .question-slide {
display: block
}
.visibility-setting__screen-overlay {
display: none
}
.visibility-options__tooltip {
border: none;
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 6px 9px rgba(0, 0, 0, .2);
transition: box-shadow 83ms
}
@media screen and (-ms-high-contrast:active) {
.visibility-options__tooltip {
border: 1px solid activeborder
}
}
.profile-photo-cropper {
width: 100%;
background: #fff
}
.carousel-form .profile-photo-cropper .body.body {
overflow: auto
}
.profile-photo-cropper__body {
height: 100vh;
max-height: 451px;
overflow: auto;
background: #000
}
.profile-photo-cropper__body--bg-img {
max-height: 412px
}
.profile-photo-cropper__body--bg-img .pic-cropper__container--crop {
padding: 24px 24px 48px
}
.profile-photo-cropper__body--bg-img .pic-cropper__container--non-crop {
padding: 24px
}
.profile-photo-cropper__cropper {
overflow: hidden;
display: flex;
flex-direction: column;
height: 100%
}
.pic-cropper__container--crop .profile-photo-cropper__target-image {
cursor: move;
}
.profile-photo-cropper__upload-and-crop {
width: 100%;
position: relative;
z-index: 0;
flex: 1 1 auto;
background: #000
}
.profile-photo-cropper__upload-and-crop .pic-cropper__container {
position: absolute;
overflow: visible;
}
.profile-photo-cropper__filter-info {
position: absolute;
z-index: 1;
text-align: center;
bottom: 16px;
left: 0;
right: 0;
pointer-events: none
}
.profile-photo-cropper__file-upload-input:focus+label {
outline-style: auto
}
.profile-photo-cropper__actions {
border-top: 1px solid rgba(0, 0, 0, .15);
padding: 16px 24px;
display: flex;
justify-content: space-between
}
.profile-rail-card {
padding: 0;
text-align: center;
width: 216px
}
.profile-rail-card__premium-bar {
background: linear-gradient(to right, #B29A53 0, #F4E8BC 65%, #C8B476 100%);
height: 4px;
width: 100%
}
.profile-rail-card__actor-meta {
border-bottom: 1px solid rgba(0, 0, 0, .15);
padding: 12px 12px 16px
}
.profile-rail-card__member-bg-image {
background-position: center;
background-size: cover;
display: block;
height: 54px;
margin: -12px -12px 0
}
.profile-rail-card__default-bg {
background-image: url(/sc/h/3chad3rzxalsf65nuo7hxciac);
background-position: center;
background-size: 462px
}
.profile-rail-card__premium-overlay {
background: linear-gradient(to bottom, rgba(0, 0, 0, .75), transparent);
height: 100%;
padding-left: 8px;
width: 100%;
text-align: left
}
.profile-rail-card__premium-badge {
color: #fff
}
.profile-rail-card__member-photo {
border: 2px solid #fff;
box-shadow: inset 0 1.5px 3px 0 rgba(0, 0, 0, .15), 0 1.5px 3px 0 rgba(0, 0, 0, .15);
margin: -38px auto 12px
}
.profile-rail-card__follow-button {
float: none;
margin-top: 10px;
margin-bottom: 10px
}
.profile-rail-card__follow-button li-icon {
padding-right: 0
}
.profile-background-image__image-container {
border-top-left-radius: 2px;
border-top-right-radius: 2px
}
.profile-background-image--no-rounded-corners {
border-radius: 0
}
.profile-background-image-edit-button {
position: absolute;
top: 16px;
right: 24px
}
.profile-background-image-edit-button__hint {
display: inline-block;
position: relative;
padding: 0 16px;
margin-right: 8px;
background: rgba(0, 0, 0, .6);
border-radius: 2px;
color: #fff;
height: 32px;
line-height: 32px;
vertical-align: top
}
.profile-background-image-edit-button:hover .profile-background-image-edit-button__hint {
visibility: visible
}
.profile-background-image-edit-button__edit-icon {
display: inline-block;
height: 32px;
width: 32px;
border-radius: 32px;
background-color: #fff;
box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
color: #0073b1;
padding: 8px 0 0 2px
}
.profile-background-image-edit-button__edit-icon--upload {
padding: 8px 0 0;
text-align: center
}
.profile-background-image-edit-button__upload {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
cursor: pointer;
padding-left: 100%;
overflow: hidden;
background-color: transparent
}
.msg-compose-modal {
width: 500px;
height: 400px
}
.feed-compose-widget {
display: flex;
flex-direction: column;
flex-grow: 1;
max-height: calc(100% - 48px)
}
.feed-compose-widget .msg-connections-typeahead {
margin: 16px 0;
padding: 0;
border: 0
}
.feed-compose-widget .msg-connections-typeahead__search-field {
margin-left: 0
}
.feed-compose-widget .msg-messaging-form__message {
padding: 16px 24px 0;
margin: 0 -24px;
height: 86px;
width: auto;
border-top: 1px solid #e6e9ec
}
.feed-compose-widget .msg-messaging-form__form-footer {
border-top: 1px solid #e6e9ec;
margin: 16px -24px -24px;
padding: 24px
}
.feed-compose-widget .msg-messaging-form__send-button {
background-color: #0073b1;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 1.4rem;
font-weight: 600;
font-family: inherit;
height: 24px;
line-height: 24px;
overflow: hidden;
outline-width: 2px;
padding: 0 16px;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0
}
@media only screen and (-ms-high-contrast:active) {
.feed-compose-widget .msg-messaging-form__send-button {
border: 1px solid currentColor;
line-height: 22px
}
}
html.edge .feed-compose-widget .msg-messaging-form__send-button:focus,
html.ie .feed-compose-widget .msg-messaging-form__send-button:focus {
outline: #7f7f7f dashed 1px
}
.feed-compose-widget .msg-messaging-form__send-button li-icon {
top: 1px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.document-s-container,
.document-s-container__document-element--loaded {
width: 100%;
height: 100%
}
.feed-compose-widget .msg-messaging-form__send-button li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .feed-compose-widget .msg-messaging-form__send-button,
.ie .feed-compose-widget .msg-messaging-form__send-button {
border-radius: 0
}
.feed-compose-widget .msg-messaging-form__send-button.focus,
.feed-compose-widget .msg-messaging-form__send-button.hover-not-disabled,
.feed-compose-widget .msg-messaging-form__send-button:focus,
.feed-compose-widget .msg-messaging-form__send-button:hover:not(:disabled):not(.disabled) {
background-color: #006097;
color: #fff
}
.feed-compose-widget .msg-messaging-form__send-button.active-not-disabled,
.feed-compose-widget .msg-messaging-form__send-button:active:not(:disabled):not(.disabled) {
background-color: #004b7c;
color: #fff
}
.feed-compose-widget .msg-messaging-form__send-button.disabled,
.feed-compose-widget .msg-messaging-form__send-button:disabled {
color: rgba(255, 255, 255, .45);
background-color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
#messaging .global-title .entity-lockup,
#messaging .global-title .entity-lockup.company {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding: 0;
margin: 0
}
#messaging .global-title .entity-lockup .entity-title,
#messaging .global-title .entity-lockup.company .entity-title {
color: rgba(0, 0, 0, .9)
}
#messaging .global-title .entity-lockup dd.entity-info,
#messaging .global-title .entity-lockup.company dd.entity-info {
color: rgba(0, 0, 0, .6)
}
#messaging .global-title .entity-lockup .badge,
#messaging .global-title .entity-lockup .distance-badge,
#messaging .global-title .entity-lockup.company .badge,
#messaging .global-title .entity-lockup.company .distance-badge {
background-color: transparent;
color: rgba(0, 0, 0, .6)
}
.msg-overlay-conversation-bubble .msg-inmail-quick-replies__options-box {
overflow: hidden;
position: relative;
height: 32px
}
.msg-overlay-conversation-bubble .msg-inmail-quick-replies__options {
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
transition-duration: 167ms;
position: absolute;
flex-wrap: nowrap
}
.msg-overlay-conversation-bubble .msg-inmail-quick-replies__options-carousel-container {
display: block;
position: absolute;
top: 8px;
right: 8px
}
.msg-overlay-conversation-bubble--jumbo .msg-inmail-quick-replies__options-carousel-container {
display: none
}
.msg-inmail-quick-replies__options-carousel-nav-next {
right: 0
}
.msg-inmail-quick-replies__options-carousel-nav-prev {
right: 16px
}
.document-s-container {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0
}
.document-s-container__loading-icon {
display: flex;
position: absolute;
top: 0;
left: 0;
height: 100%;
background-color: #f3f6f8;
text-align: center;
flex-wrap: wrap;
align-items: center;
justify-content: center
}
.document-s-container__document-element {
display: block
}
.document-share-preview__close-preview {
height: 24px;
position: absolute;
right: 0;
top: 0;
width: 24px
}
.document-share-preview__close-preview-icon.document-share-preview__close-preview-icon {
margin: 0;
padding: 3px 0 0
}
.document-share-preview__document-container {
position: relative;
border-bottom: 1px solid rgba(0, 0, 0, .15)
}
.document-share-preview__media-preview-attachment {
border: 2px solid #e1e9ee;
border-radius: 2px;
box-sizing: content-box;
display: flex;
height: 64px;
width: 232px;
position: relative
}
.document-share-preview__media-preview-attachment--has-failure {
opacity: .2
}
.document-share-preview__media-preview-attachment-conversion-progress {
position: absolute;
bottom: 0
}
.document-share-preview__uploading-overlay {
background-color: rgba(255, 255, 255, .8);
display: flex;
flex-direction: column;
height: inherit;
justify-content: space-evenly;
position: absolute;
width: inherit
}
.document-share-preview__uploading-overlay-text {
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: #000
}
.document-share-preview__uploading-overlay-progress {
background-color: #0084bf;
bottom: 0;
height: 3px;
min-width: 5px;
position: absolute
}
.document-share-preview__failure-highlight {
border: 2px solid #ff2c33;
border-radius: 2px;
width: 232px;
height: 64px;
position: absolute;
top: 0;
box-sizing: content-box;
color: #ff2c33
}
.document-share-preview__failure-highlight:disabled {
color: #ff2c33
}
.document-share-preview__attachment-icon-container {
color: #fff;
height: 100%;
width: 40px
}
.document-share-preview__attachment-icon-container--doc {
background: #006097
}
.document-share-preview__attachment-icon-container--pdf {
background: #ff2c33
}
.document-share-preview__attachment-icon-container--ppt {
background: #ff6c70
}
.document-share-preview__attachment-icon-container--etc {
background: #7a8b98
}
.document-share-preview__attachment-filetype {
line-height: 1.33333;
color: #fff;
font-size: 12px;
font-weight: 700;
text-align: center
}
.document-share-preview__attachment-file-info {
box-sizing: border-box;
max-width: calc(232px - 40px)
}
.document-share-preview__attachment-filename {
line-height: 1.33333;
color: #000;
font-size: 12px;
font-weight: 700;
opacity: .9;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.document-share-preview__attachment-filesize {
line-height: 1.33333;
color: rgba(0, 0, 0, .6);
font-size: 12px;
padding-top: 6px
}
.document-share-preview__inline-feedback-spacer {
height: 32px
}
.document-share-preview__title-info {
margin-top: auto
}
.document-share-preview__title-changed-tooltip {
font-size: 12px
}
.document-share-preview__notify-icon {
color: rgba(0, 0, 0, .6)
}
.document-share-preview__has-error {
border-color: #ff2c33
}
.document-share-preview__error-text {
font-size: 12px;
font-weight: 400
}
.member-photo-modal {
height: 100%
}
.member-photo-modal .shared-modal-dialog {
width: 100%;
max-width: 100%;
height: 100%;
padding: 0;
border: none;
background-color: #000
}
.member-photo-modal .close {
position: absolute;
padding: 12px;
color: #fff;
z-index: 10
}
.member-photo-modal .camera,
.member-photo-modal .crop {
color: #fff;
padding: 0 16px
}
.member-photo-modal img {
display: block;
margin: auto;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
border-radius: 50%
}
@media only screen and (min-device-width:320px) and (max-device-width:375px) {
.member-photo-modal img {
max-width: 300px;
max-height: 300px
}
}
.member-photo-modal .crop {
position: absolute;
bottom: 16px;
left: 16px
}
.member-photo-modal .camera .camera-icon {
position: absolute;
bottom: 16px;
right: 50%;
left: calc(50% - 12px)
}
.member-photo-modal .camera .upload-input {
width: 24px;
height: 24px;
opacity: 0;
cursor: pointer
}
.member-photo-uploader,
.member-photo-uploader .photo-upload-preview {
height: 88px;
width: 88px;
border-radius: 88px
}
.member-photo-modal .trash {
color: #fff;
padding: 0 16px;
position: absolute;
bottom: 16px;
right: 16px
}
.member-photo-modal__visibility-setting {
position: absolute;
top: 12px;
right: 12px
}
.member-photo-uploader {
position: relative;
background-color: #e6e9ec
}
.member-photo-uploader .edit-photo-icon {
display: block;
position: absolute;
bottom: -6px;
right: -6px;
border-radius: 32px;
height: 32px;
width: 32px;
background-color: rgba(243, 246, 248, .9);
color: #0084bf;
padding: 8px 0 0 2px
}
.member-photo-uploader .camera-plus {
background: url(/sc/h/7062nipesrpeaprozsvb4aj8e) center no-repeat;
width: 100%;
height: 100%
}
.member-photo-uploader input {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
opacity: 0;
cursor: pointer
}
.photo-cropper-modal.photo-cropper-modal {
height: 100%;
cursor: auto;
position: absolute;
background-color: #44474a
}
.photo-cropper-modal.photo-cropper-modal .shared-modal-dialog {
border: none;
max-width: 100%;
background-color: #44474a;
height: 100%;
width: 100%;
padding: 0
}
.photo-cropper-modal.photo-cropper-modal .photo-cropper__target-image-container {
border-top: 1px solid #000;
border-bottom: 1px solid #000
}
.photo-cropper-modal.photo-cropper-modal .zoom-message {
text-align: center;
color: #fff;
padding: 24px;
flex-shrink: 0
}
.photo-cropper-modal.photo-cropper-modal .cropper-buttons {
background: #44474a;
width: 100%;
flex-shrink: 0
}
.ivm-view-attr__illustration,
.ivm-view-attr__img--centered {
background-position: center;
background-size: cover
}
.photo-cropper-modal.photo-cropper-modal .cropper-btn {
color: #e6e9ec;
padding: 16px;
margin: 0
}
.photo-visibility__description,
.photo-visibility__option {
border-bottom: 1px solid #e6e9ec;
margin: 0 -16px;
padding: 8px 16px
}
.photo-confirm-public-visibility,
.photo-visibility {
width: 90%
}
.photo-confirm-public-visibility__detail {
background-color: #f3f6f8
}
.photo-confirm-public-visibility__view-public-profile {
color: #0084bf
}
.photo-visibility__option {
text-align: left
}
.photo-visibility__option:last-child {
border-bottom: none
}
.photo-visibility__option-label {
margin-top: 0
}
.photo-visibility__hovercard-content.photo-visibility__hovercard-content {
width: 352px;
padding-right: 16px;
margin-top: 16px
}
.ivm-entity-pile {
display: flex;
list-style-type: none
}
.ivm-entity-pile__img-item--large,
.ivm-entity-pile__img-item--small {
margin-right: 4px
}
.ivm-entity-pile__plus-number {
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
border-radius: 2px
}
.ivm-entity-pile__plus-number--profile,
.ivm-entity-pile__plus-number--stacked-circle {
border-radius: 50%
}
.ivm-entity-pile__plus-number--company {
margin: 4px
}
.ivm-entity-pile__plus-number--stacked {
transform: none;
box-shadow: 0 0 0 1px #fff
}
.ivm-entity-pile__plus-number--stacked-circle-size-1 {
margin-left: -12px
}
.ivm-entity-pile__plus-number--stacked-circle-size-2 {
margin-left: -16px
}
.ivm-entity-pile__plus-number--stacked-circle-size-3 {
margin-left: -24px
}
.ivm-entity-pile__plus-number--stacked-circle-size-4 {
margin-left: -30px
}
.ivm-entity-pile__plus-number--stacked-circle-size-5 {
margin-left: -38px
}
.ivm-image-view-model__circular-img {
box-sizing: border-box;
background-clip: content-box;
border-radius: 50%
}
.ivm-image-view-model__img-list {
list-style-type: none;
position: relative
}
.ivm-image-view-model__img-list--48 .ivm-view-attr__text {
line-height: 20px
}
.ivm-image-view-model__img-list--56 .ivm-view-attr__text {
line-height: 25px
}
.ivm-image-view-model__img-list-item {
position: absolute
}
.ivm-image-view-model__img-list-item:first-child {
top: 0;
left: 0
}
.ivm-image-view-model__img-list-item:last-child {
bottom: 0;
right: 0
}
.ivm-image-view-model--grid-2 .ivm-image-view-model__img-list-item {
position: relative
}
.ivm-image-view-model--grid-2 .ivm-image-view-model__img-list-item .ivm-image-view-model__circular-img {
border: 1px solid #fff
}
.ivm-image-view-model--grid-2 .ivm-image-view-model__img-list-item:last-child {
bottom: 0;
margin: -20px 0 0 20px
}
.ivm-image-view-model--grid-3 .ivm-image-view-model__img-list-item {
bottom: 0
}
.ivm-image-view-model--grid-3 .ivm-image-view-model__img-list-item:first-child {
top: 0;
bottom: auto
}
.ivm-image-view-model--grid-4 .ivm-image-view-model__img-list-item:nth-child(2n+1) {
top: 0
}
.ivm-image-view-model--grid-4 .ivm-image-view-model__img-list-item:nth-child(2n) {
bottom: 0
}
.ivm-image-view-model--grid-4 .ivm-image-view-model__img-list-item:nth-child(3) {
right: 0
}
.ivm-image-view-model__img-list-item-entity {
border: 1px solid #fff;
border-radius: 50%
}
.ivm-image-view-model__img-list-item-entity:nth-of-type(1n+2) {
margin-left: -12px
}
.ivm-image-view-model__img-wrapper--expanded {
overflow: hidden;
position: initial
}
.ivm-image-view-model__img-wrapper--expanded::before {
display: block;
content: ''
}
.ivm-image-view-model__img-wrapper--expanded>img {
position: absolute;
top: 50%;
transform: translateY(-50%);
min-width: 100%;
min-height: 100%;
left: 0;
width: 100%;
height: auto
}
.ivm-image-view-model__img-wrapper--expanded {
width: 100%;
height: 100%
}
.ivm-view-attr__grid-plus-number {
color: #7a8b98;
border: 1px solid #7a8b98;
border-radius: 50%
}
.ivm-view-attr__video-icon {
left: 50%;
top: 50%;
padding-top: 8px;
transform: translate(-50%, -50%);
position: absolute;
width: 45px;
height: 45px;
line-height: 38px;
color: #fff;
background-color: rgba(0, 0, 0, .6);
border-radius: 50%;
border: 2px solid #fff;
text-align: center;
display: inline-block;
z-index: 2
}
.ivm-view-attr__ghost-entity,
.ivm-view-attr__ghost-icon {
background-color: #b3b6b9
}
.ivm-view-attr__ghost-icon--company {
background-image: url(/sc/h/ck48xrmh3ctwna0w2y1hos0ln)
}
.ivm-view-attr__ghost-icon--group {
background-image: url(/sc/h/elt73bjdfklnx1hy5ssvzgc4i)
}
.ivm-view-attr__ghost-icon--content {
background-image: url(/sc/h/60zxzzekdyijj4i2nild6h4cl)
}
.ivm-view-attr__ghost-icon--job {
background-image: url(/sc/h/8tdgy7buzt6dxujlpd2ha22ne)
}
.ivm-view-attr__ghost-icon--person {
background-image: url(/sc/h/djzv59yelk5urv2ujlazfyvrk)
}
.ivm-view-attr__ghost-icon--school {
background-image: url(/sc/h/8zyvax2j09k9jfspjn2wi17un)
}
.ivm-entity-pile__img-item--stacked:first-of-type .ivm-view-attr__img--stacked {
margin-left: 0
}
.ivm-view-attr__img--stacked-circle-size-1 {
margin-left: -12px
}
.ivm-view-attr__img--stacked-circle-size-2 {
margin-left: -16px
}
.ivm-view-attr__img--stacked-circle-size-3 {
margin-left: -24px
}
.ivm-view-attr__img--stacked-circle-size-4 {
margin-left: -30px
}
.ivm-view-attr__img--stacked-circle-size-5 {
margin-left: -38px
}
.ivm-view-attr__illustration {
display: inline-block;
background-repeat: no-repeat
}
.ivm-view-attr__illustration--48 {
width: 48px;
height: 48px
}
.ivm-view-attr__illustration--56 {
width: 56px;
height: 56px
}
.ivm-view-attr__illustration--add-photo-48 {
background-image: url(/sc/h/ukc2s0d53valkkm2sz7ome6l)
}
.ivm-view-attr__illustration--article-conversation-48 {
background-image: url(/sc/h/9ex7isyeutp7un2yqyqxt92pa)
}
.ivm-view-attr__illustration--article-conversation-56 {
background-image: url(/sc/h/5eai7em8tg05qvofuiri65bqc)
}
.ivm-view-attr__illustration--briefcase-48 {
background-image: url(/sc/h/siajt0dfyvkxgulqh6c2xzc8)
}
.ivm-view-attr__illustration--briefcase-56 {
background-image: url(/sc/h/e2iymlqjjo30x1191htvcimnl)
}
.ivm-view-attr__illustration--briefcase-premium-48 {
background-image: url(/sc/h/7ebi6zsxbj6mjcg8rokzak9u6)
}
.ivm-view-attr__illustration--briefcase-premium-56 {
background-image: url(/sc/h/6wtwt0o9qj4wv10qlwt0fj4ts)
}
.ivm-view-attr__illustration--browser-dashboard-56 {
background-image: url(/sc/h/85ntiwqfnawlsaevmbu87qko2)
}
.ivm-view-attr__illustration--calendar-48 {
background-image: url(/sc/h/7sbcyf2zm7pnkiypgith17kr4)
}
.ivm-view-attr__illustration--calendar-56 {
background-image: url(/sc/h/e72jx7jzvfejdzrya37qsceh1)
}
.ivm-view-attr__illustration--browser-play-48 {
background-image: url(/sc/h/cbqusr94sszsodb05mwavfjz3)
}
.ivm-view-attr__illustration--browser-play-56 {
background-image: url(/sc/h/8gmh0f2abfmyi1pl7ergmhakx)
}
.ivm-view-attr__illustration--camera-48 {
background-image: url(/sc/h/c3ecmq3vt3vlm5afm2pph5533)
}
.ivm-view-attr__illustration--camera-56 {
background-image: url(/sc/h/64ncrpvmopoa95yr1baj1lexc)
}
.ivm-view-attr__illustration--company-buildings-48 {
background-image: url(/sc/h/313hulygda8g4cyps4y31snkr)
}
.ivm-view-attr__illustration--company-buildings-56 {
background-image: url(/sc/h/10mkauyey7dtl32t1ud22tw0q)
}
.ivm-view-attr__illustration--company-buildings-premium-48 {
background-image: url(/sc/h/9kuksdvmr4c3vmntikdsyac8l)
}
.ivm-view-attr__illustration--company-buildings-premium-56 {
background-image: url(/sc/h/68yusnj4defdguvpumnr0pwko)
}
.ivm-view-attr__illustration--compass-48 {
background-image: url(/sc/h/49rzgxjierflkmljmlycdqm1d)
}
.ivm-view-attr__illustration--compass-56 {
background-image: url(/sc/h/24cpa2m679xbkoaq3vy62ygxy)
}
.ivm-view-attr__illustration--circle-check-48 {
background-image: url(/sc/h/hgtemy8tyew4ikkmswgljm2o)
}
.ivm-view-attr__illustration--circle-check-56 {
background-image: url(/sc/h/81h5z0rakvoe61n81uq71dqv9)
}
.ivm-view-attr__illustration--eyeglasses-56 {
background-image: url(/sc/h/7fvfp45k0imo149xiglkqzyst)
}
.ivm-view-attr__illustration--gift-56 {
background-image: url(/sc/h/ezkaf4dprc39azswb6dapclyw)
}
.ivm-view-attr__illustration--industry-48 {
background-image: url(/sc/h/1heor0isth5w3477nthqubbx6)
}
.ivm-view-attr__illustration--industry-56 {
background-image: url(/sc/h/b8ynfp83t8oo25ebsmx6pys8l)
}
.ivm-view-attr__illustration--message-bubbles-48 {
background-image: url(/sc/h/e9nt0gpwvw831lbylrg4s2d3x)
}
.ivm-view-attr__illustration--message-bubbles-56 {
background-image: url(/sc/h/715noffx4ovlupndm6xd90rij)
}
.ivm-view-attr__illustration--lightbulb-48 {
background-image: url(/sc/h/b6hv3bddgafweips29byop3tx)
}
.ivm-view-attr__illustration--lightbulb-56 {
background-image: url(/sc/h/duuvg50ehznblzzm3p3cmxu8j)
}
.ivm-view-attr__illustration--lightbulb-plus-48 {
background-image: url(/sc/h/1h22nz4qwy8ak6codnlvx4fs7)
}
.ivm-view-attr__illustration--achievement-56 {
background-image: url(/sc/h/duf90gb639yrbboh9v9rp3ljg)
}
.ivm-view-attr__illustration--add-photo-56 {
background-image: url(/sc/h/4mhhqvlmghlpt1guj7zgn6ibn)
}
.ivm-view-attr__illustration--magnifying-glass-56 {
background-image: url(/sc/h/7th7q4ba372xivurw8b3dosy3)
}
.ivm-view-attr__illustration--news-paper-48 {
background-image: url(/sc/h/6x83qz7gh53729g2tlsykacts)
}
.ivm-view-attr__illustration--news-paper-56 {
background-image: url(/sc/h/6bsoysvzaiotsgbbodlh2har3)
}
.ivm-view-attr__illustration--news-paper-stack-48 {
background-image: url(/sc/h/9aswro92rj76u9x0rpwmbsn9a)
}
.ivm-view-attr__illustration--news-paper-stack-56 {
background-image: url(/sc/h/ao9uybu2o4zbuvdh6evgjwzcx)
}
.ivm-view-attr__illustration--news-paper-premium-48 {
background-image: url(/sc/h/9x12bxyy7r83knrxi5hhc8zj3)
}
.ivm-view-attr__illustration--news-paper-premium-56 {
background-image: url(/sc/h/d3m58r5erxhqkq4ggbquuwskm)
}
.ivm-view-attr__illustration--profile-cards-48 {
background-image: url(/sc/h/9vr4kha0w6e8ir7zrc2gnlnke)
}
.ivm-view-attr__illustration--profile-cards-56 {
background-image: url(/sc/h/bioh5oc5fujzo6t70mrasbw7n)
}
.ivm-view-attr__illustration--paper-report-48 {
background-image: url(/sc/h/5wif1iaztbmka6qqgiy1px5p1)
}
.ivm-view-attr__illustration--paper-report-56 {
background-image: url(/sc/h/f1hs1brwui070599qll3me14s)
}
.ivm-view-attr__illustration--group-48 {
background-image: url(/sc/h/a8vnue8qto3drydk75k1d1zn0)
}
.ivm-view-attr__illustration--group-56 {
background-image: url(/sc/h/13vwq8lszmr0vsces77tab7en)
}
.ivm-view-attr__illustration--group-plus-48 {
background-image: url(/sc/h/5qij2i3ottehpncdui89k6k0k)
}
.ivm-view-attr__illustration--group-plus-56 {
background-image: url(/sc/h/d0e25upn2zv8rjds67bdrtlvn)
}
.ivm-view-attr__illustration--group-plus-premium-48 {
background-image: url(/sc/h/5xnyzrv4jvry3s89dfq2xnh8i)
}
.ivm-view-attr__illustration--group-plus-premium-56 {
background-image: url(/sc/h/axz0fhyxra1k04809yej14wfy)
}
.ivm-view-attr__illustration--rocket-48 {
background-image: url(/sc/h/3hq7ddvq6vgbb4ctr6plh8pl4)
}
.ivm-view-attr__illustration--rocket-56 {
background-image: url(/sc/h/9zidi0ziapfk3wadobiqf1pba)
}
.ivm-view-attr__illustration--profile-cards-premium-48 {
background-image: url(/sc/h/abwlttqp31wa87rw9zba15wgj)
}
.ivm-view-attr__illustration--profile-cards-premium-56 {
background-image: url(/sc/h/363uk54xzm6uo85g6uoafdl6l)
}
.ivm-view-attr__illustration--salary-48 {
background-image: url(/sc/h/bb1bggmgqbnv123k2i3wlcex8)
}
.ivm-view-attr__illustration--salary-56 {
background-image: url(/sc/h/8ohaqiq04bo6miu8pdmhfap5)
}
.ivm-view-attr__illustration--stacked-paper-report-48 {
background-image: url(/sc/h/8w571se4qanpekbia9soqjtye)
}
.ivm-view-attr__illustration--stacked-paper-report-56 {
background-image: url(/sc/h/9hm7tcw2qxvwdqlgpjrojxk66)
}
.ivm-view-attr__illustration--school-48 {
background-image: url(/sc/h/cipnes73bjw8814de0ddogrt7)
}
.ivm-view-attr__illustration--school-56 {
background-image: url(/sc/h/a5h55j98dwpmv6emgow8enpia)
}
.ivm-view-attr__illustration--magnifying-glass-48 {
background-image: url(/sc/h/1w0fojbc25nm701le43pzdt46)
}
.ivm-view-attr__illustration--people-conversation-48 {
background-image: url(/sc/h/b1zmr4pvp95hmjkgs027kyl6k)
}
.ivm-view-attr__illustration--people-conversation-56 {
background-image: url(/sc/h/5a1vw9q3fw4kpzxgpc3087df2)
}
.ivm-view-attr__illustration--trophy-48 {
background-image: url(/sc/h/3q1qyzyq3kll7vphk7fqitdjw)
}
.ivm-view-attr__illustration--trophy-56 {
background-image: url(/sc/h/bs2mhkso13n7kk2eyvampru1d)
}
.member-insights {
display: flex
}
.member-insights--center-align {
justify-content: center;
padding: 4px 8px 0
}
.member-insights--discovery-card-center-align {
justify-content: center;
padding: 4px 0 0
}
.member-insights--left-align {
align-items: center;
margin-top: 8px;
height: 32px
}
.mn-discovery-entity-card--full-bleed .member-insights--left-align {
margin-top: 4px
}
.member-insights__count {
position: relative;
top: -4px;
right: 0
}
.member-insights__btn:hover span {
text-decoration: underline
}
.member-insights__btn--disabled:hover {
cursor: default
}
.member-insights__icon {
padding-right: 2px
}
.member-insights__info {
position: relative;
top: -2px;
right: 0
}
.member-insights__reason {
display: block;
line-height: 1.6rem!important;
max-height: 3.2rem;
overflow: hidden;
word-break: break-word
}
.member-insights__reason * {
line-height: inherit!important
}
.member-insights-mutual-connection {
display: flex;
align-items: center;
background: #fff;
visibility: visible;
position: relative;
opacity: 1;
transition: visibility .4s ease-in, opacity .4s ease-in;
border-bottom: 1px solid #e6e9ec
}
.member-insights-mutual-connection:last-child {
border-bottom: none
}
.member-insights-mutual-connection:last-child::after {
width: 1px
}
.member-insights-mutual-connection::after {
content: '';
width: 80px;
height: 2px;
background: #fff;
position: absolute;
bottom: -1px;
left: 0
}
.member-insights-mutual-connection__picture {
flex-shrink: 0;
padding: 8px 8px 4px 16px;
background: #fff
}
.member-insights-mutual-connection__details {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
padding: 8px 0;
min-height: 72px;
width: 100%
}
.member-insights-mutual-connection__link {
color: rgba(0, 0, 0, .9);
width: 100%
}
.member-insights-mutual-connection__link:active,
.member-insights-mutual-connection__link:hover,
.member-insights-mutual-connection__link:visited,
.member-insights-mutual-connection__link:visited:active,
.member-insights-mutual-connection__link:visited:hover {
color: rgba(0, 0, 0, .9)
}
.member-insights-mutual-connection__link:hover {
text-decoration: none
}
.member-insights-mutual-connection__name {
display: block;
line-height: 2.4rem!important;
max-height: 2.4rem;
overflow: hidden;
word-break: keep-all;
flex: 1 100%
}
.member-insights-mutual-connection__name * {
line-height: inherit!important
}
.member-insights-mutual-connection__occupation {
display: block;
line-height: 2rem!important;
max-height: 4rem;
overflow: hidden;
flex: 1 100%
}
.msg-connections-typeahead--focused .msg-connections-typeahead__search-field-icon,
.msg-connections-typeahead__search-result .msg-facepile-grid--group-size-2 .msg-facepile-grid__img:nth-of-type(1n+13) {
display: none
}
.member-insights-mutual-connection__occupation * {
line-height: inherit!important
}
.mutual-connections-modal {
width: 550px
}
.mutual-connections-modal__header {
padding: 10px 32px 9px 24px
}
.mutual-connections-modal__content {
padding: 0;
max-height: 410px;
overflow-y: auto
}
.msg-connections-typeahead--focused.msg-connections-typeahead--focused {
background-color: #fff
}
.msg-connections-typeahead__recipient {
float: left;
padding: 4px;
border-radius: 5px;
background: #f3f6f8;
margin: 4px;
font-size: 1.5rem
}
.msg-connections-typeahead__recipient li-icon {
vertical-align: middle
}
.msg-connections-typeahead__recipient:focus {
border: 1px solid #0091ca
}
.msg-connections-typeahead__remove-recipient {
vertical-align: top
}
.msg-connections-typeahead__search-field[type=text] {
width: 10px;
max-width: calc(100% - 8px);
padding: 0;
border: none;
float: left
}
.msg-connections-typeahead__search-field[type=text]::-ms-clear {
display: none
}
.msg-connections-typeahead__search-field[type=text]:focus {
box-shadow: none
}
.msg-connections-typeahead--focused .msg-connections-typeahead__search-field[type=text] {
margin-left: 4px
}
.ios .msg-connections-typeahead__search-field[type=text] {
font-size: 16px
}
.msg-connections-typeahead__search-field--no-recipients[type=text] {
width: 100%
}
.msg-connections-typeahead__search-field-icon {
position: absolute;
top: 6px;
left: 4px
}
.msg-connections-typeahead__hidden-field {
position: absolute;
visibility: hidden;
height: auto;
width: auto;
white-space: nowrap
}
.msg-connections-typeahead__search-results {
z-index: 1;
clear: both;
overflow: auto;
max-height: 200px;
position: relative;
padding: 0
}
.msg-connections-typeahead__search-result {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 0;
background: 0 0;
font-weight: 300;
text-align: left;
width: 100%
}
.msg-connections-typeahead__search-result .msg-facepile-grid {
height: 40px;
width: 40px;
padding: 2px
}
.msg-connections-typeahead__search-result .msg-facepile-grid--group-size-2 .msg-facepile-grid__img {
box-sizing: border-box;
background-clip: content-box;
border: 1px solid #fff;
border-radius: 49.9%;
width: 28px;
height: 28px
}
.msg-connections-typeahead__search-result .msg-facepile-grid--group-size-2 .msg-facepile-grid__img:nth-of-type(1n+2) {
margin-left: -12px
}
[dir=rtl] .msg-connections-typeahead__search-result .msg-facepile-grid--group-size-2 .msg-facepile-grid__img {
margin-left: 0;
margin-right: -11px
}
[dir=rtl] .msg-connections-typeahead__search-result .msg-facepile-grid--group-size-2 .msg-facepile-grid__img:nth-of-type(1),
[dir=rtl] .msg-connections-typeahead__search-result .msg-facepile-grid--group-size-2 .msg-facepile-grid__img:nth-of-type(1n+2) {
margin-left: 0;
margin-right: -12px
}
.msg-connections-typeahead__search-result .msg-facepile-grid--group-size-2 .msg-facepile-grid__img:nth-child(2) {
position: absolute;
bottom: 2px;
right: 2px
}
.msg-connections-typeahead__search-result-background-img {
background-size: cover
}
.msg-connections-typeahead__search-result--selected {
background: #f3f6f8
}
.people-typeahead {
width: 624px
}
.people-typeahead--in-modal {
width: 506px;
padding-top: 24px;
text-align: left;
margin-bottom: 0;
padding-bottom: 24px
}
.people-typeahead__result-info-title {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9)
}
.people-typeahead__icon {
top: 0;
left: 0;
width: 24px;
height: 24px;
color: rgba(0, 0, 0, .6)
}
.people-typeahead--in-modal .people-typeahead__icon {
top: 17px;
left: 0;
width: 24px;
height: 24px;
color: rgba(0, 0, 0, .6);
margin-left: 8px;
margin-right: 8px
}
.people-typeahead__input {
width: 100%;
height: 48px;
border-radius: 2px;
padding-left: 44px;
padding-right: 64px
}
.people-typeahead--in-modal .people-typeahead__input {
background-color: #fff;
width: 100%;
height: 32px;
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .9);
border-radius: 2px;
padding-left: 38px;
padding-right: 64px
}
.people-typeahead__input--focused:focus {
border-color: #0073b1;
padding-left: 8px
}
.people-typeahead__input--focused:focus::-ms-clear {
display: none
}
.people-typeahead__input--focused:focus:-ms-input-placeholder {
color: transparent;
opacity: 1
}
.people-typeahead__input--focused:focus::placeholder {
color: transparent;
opacity: 1
}
.people-typeahead--in-modal .people-typeahead__input--focused:focus {
border-color: #0073b1;
padding-left: 8px;
flex-grow: 33;
width: 445px
}
.people-typeahead--in-modal .people-typeahead__input--focused:focus::-ms-clear {
display: none
}
.people-typeahead__clear-button {
display: initial;
top: 0;
right: 0
}
.people-typeahead--in-modal .people-typeahead__clear-button {
display: initial;
top: 16px;
right: 0
}
.people-typeahead--in-modal .people-typeahead__clear-button--input-focused {
right: 56px
}
.people-typeahead__done-button {
top: 12px;
left: 636px
}
.people-typeahead--in-modal .people-typeahead__done-button {
top: 28px;
right: 0;
left: 453px;
margin-top: 4px;
margin-left: 8px;
position: initial
}
.people-typeahead__results-list-container {
background-color: #fff;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: 2px;
max-height: 320px;
overflow: auto;
width: 624px;
z-index: 2
}
.people-typeahead--in-modal .people-typeahead__results-list-container {
max-height: 144px;
width: 445px;
top: 55px
}
.people-typeahead__result {
height: 53px
}
.people-typeahead--in-modal .people-typeahead__result {
height: 48px
}
.people-typeahead__result-info {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 430px
}
.people-typeahead--in-modal .people-typeahead__result-info {
width: 262px
}
.people-typeahead--in-modal .people-typeahead__invite-sent,
.people-typeahead__invite-sent {
color: #469a1f
}
.presence-entity {
display: flex;
position: relative
}
.presence-entity--size-1 {
width: 32px;
height: 32px
}
.presence-entity--size-2 {
width: 40px;
height: 40px
}
.presence-entity--size-3 {
width: 48px;
height: 48px
}
.presence-entity--size-4 {
width: 56px;
height: 56px
}
.presence-entity--size-5 {
width: 72px;
height: 72px
}
.presence-entity--size-6 {
width: 88px;
height: 88px
}
.presence-entity--size-7 {
width: 104px;
height: 104px
}
.presence-entity--size-8 {
width: 128px;
height: 128px
}
.presence-entity--size-9 {
width: 152px;
height: 152px;
top: 4px;
left: 4px
}
.presence-entity__image {
background-size: cover
}
.presence-entity__indicator {
position: absolute;
box-shadow: 0 0 0 2px #fff
}
.presence-entity__indicator--size-1 {
bottom: 2px;
right: 3px
}
.presence-entity__indicator--size-2 {
bottom: 3px;
right: 3px
}
.presence-entity__indicator--size-3,
.presence-entity__indicator--size-5,
.presence-entity__indicator--size-6,
.presence-entity__indicator--size-7 {
bottom: 2px;
right: 2px
}
.presence-entity__indicator--size-4 {
bottom: 0;
right: 0
}
.presence-entity__indicator--size-8 {
bottom: 0;
right: 8px;
box-shadow: 0 0 0 2px #fff, 0 4px 6px rgba(0, 0, 0, .2)
}
.presence-entity__indicator--size-9 {
bottom: 0;
right: 16px;
box-shadow: 0 0 0 2px #fff, 0 4px 6px rgba(0, 0, 0, .2)
}
.presence-indicator {
border-radius: 50%;
background: #fff;
flex-shrink: 0;
transition: background 167ms ease-in-out;
box-sizing: border-box;
animation: fade-in 167ms ease-in
}
.presence-indicator--size-1,
.presence-indicator--size-2 {
width: 8px;
height: 8px
}
.presence-indicator--size-3,
.presence-indicator--size-4 {
width: 12px;
height: 12px
}
.presence-indicator--size-5 {
width: 16px;
height: 16px
}
.presence-indicator--size-6 {
width: 20px;
height: 20px
}
.presence-indicator--size-7,
.presence-indicator--size-8,
.presence-indicator--size-9 {
width: 24px;
height: 24px
}
.presence-indicator--is-online {
background: #469a1f
}
.presence-indicator--is-reachable {
border: 2px solid #469a1f
}
.presence-indicator--is-reachable.presence-indicator--size-1,
.presence-indicator--is-reachable.presence-indicator--size-2 {
border-width: 2px
}
.presence-indicator--is-reachable.presence-indicator--size-3,
.presence-indicator--is-reachable.presence-indicator--size-4 {
border-width: 3px
}
.presence-indicator--is-reachable.presence-indicator--size-5 {
border-width: 4px
}
.presence-indicator--is-reachable.presence-indicator--size-6 {
border-width: 5px
}
.presence-indicator--is-reachable.presence-indicator--size-7,
.presence-indicator--is-reachable.presence-indicator--size-8,
.presence-indicator--is-reachable.presence-indicator--size-9 {
border-width: 6px
}
.reactions__react-button {
overflow: visible;
z-index: 1
}
.reactions-menu {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 4px 6px rgba(0, 0, 0, .2);
position: absolute;
display: flex;
visibility: hidden;
opacity: 0;
justify-content: center;
transform: translate3d(-10%, -100%, 0);
transform-origin: bottom left;
transition: visibility .7s, transform .5s, box-shadow .2s, opacity .5s;
border-radius: 300px;
width: 250px;
height: 50px;
background-color: #fff
}
@media screen and (-ms-high-contrast:active) {
.reactions-menu {
border: 1px solid activeborder
}
}
.reactions-menu--active {
transition-timing-function: cubic-bezier(0, 0, .2, 1);
transition-duration: 334ms;
visibility: visible;
opacity: 1;
transform: translate3d(-10%, -130%, 0)
}
.reactions-menu--active .reactions-icon {
animation: bounceIconsIn .65s cubic-bezier(.28, .84, .42, 1) forwards;
transition: transform .1s
}
.reactions-menu--active .reactions-icon:nth-child(2) {
animation-delay: 50ms
}
.reactions-menu--active .reactions-icon:nth-child(3) {
animation-delay: 90ms
}
.reactions-menu--active .reactions-icon:nth-child(4) {
animation-delay: 130ms
}
.reactions-menu--active .reactions-icon:nth-child(5) {
animation-delay: 180ms
}
.reactions-menu--render-below {
transform: translate3d(-10%, 68%, 0)
}
.reactions-menu--shrink .reactions-icon {
transform: scale(.9);
transition: transform .3s
}
.reactions-menu--shrink .reactions-icon:hover {
transform: scale(1.35) translateY(-28%);
transition: transform .3s
}
@keyframes bounceIconsIn {
0% {
transform: translateY(0)
}
10% {
transform: scale(1.1, .9) translateY(0)
}
30% {
transform: scale(.9, 1.05) translateY(-8px)
}
50% {
transform: scale(1.05, .95) translateY(0)
}
57% {
transform: scale(1, 1) translateY(-2px)
}
100% {
transform: scale(1, 1) translateY(0)
}
}
.reactions-icon {
display: inline-block;
width: 36px;
height: 36px;
background-repeat: no-repeat;
background-size: 100%;
vertical-align: middle
}
.premium-welcome-banner__background:after,
.premium-welcome-banner__background:before {
content: '';
display: block;
top: 0;
left: 0;
right: 0;
bottom: 0
}
.reactions-icon--small {
height: 24px;
width: 24px
}
.reactions-icon--like {
background-image: url(/sc/h/468zbcfwkdfayw7gtnr72t4v2)
}
.reactions-icon--clap {
background-image: url(/sc/h/dvszyvey0dzi8tf4thgdbsr1m)
}
.reactions-icon--insightful {
background-image: url(/sc/h/9th27qtkllcyoz8pbo3tc0gne)
}
.reactions-icon--support {
background-image: url(/sc/h/6n7qn8ci0t6ze20kz373dtqbs)
}
.reactions-icon--hmm {
background-image: url(/sc/h/2tsnb3v9mthznz0khusg0dsci)
}
@keyframes premium-welcome-banner-slide-down {
from {
margin-top: -184px
}
to {
margin-top: 0;
opacity: 1
}
}
.premium-welcome-banner {
margin-top: -184px;
opacity: .5;
animation: .8s linear 2s forwards premium-welcome-banner-slide-down
}
.premium-welcome-banner__content {
opacity: 0;
animation: 2s linear 3.3s forwards fade-in
}
.premium-welcome-banner__background {
background-color: #fff;
z-index: 1;
position: relative
}
.premium-welcome-banner__background:before {
z-index: -2;
position: absolute;
opacity: .08;
background: radial-gradient(circle farthest-corner at 100% 0, #9b8443 0, rgba(155, 132, 67, .2) 50%, #9b8443 100%)
}
.premium-welcome-banner__background:after {
z-index: -1;
position: absolute;
opacity: .75;
background-image: url(/sc/h/adkjxsalgql1ptoo3jth8hoyg);
background-size: 1920px 1080px;
background-position: right bottom
}
.premium-welcome-banner__close-button {
position: absolute;
opacity: .55;
right: 24px
}
.share-visibility-options__comments-option::before,
.share-visibility-options__option-label::before {
opacity: 0
}
.premium-welcome-banner__left {
width: 74%;
vertical-align: top
}
.premium-welcome-banner__my-premium-entry-point {
position: relative;
width: 220px;
height: 128px;
border-left: 1px solid #b3b6b9
}
.premium-welcome-banner__my-premium-entry-point .premium-welcome-banner__my-premium-btn {
position: absolute;
left: 24px;
bottom: 0
}
.premium-welcome-banner__my-premium-entry-point .premium-welcome-banner__my-premium-btn:visited {
color: #fff
}
.share-actions__forward-action {
min-width: 60px
}
.share-actions__forward-action artdeco-loader {
margin: 0
}
.share-actions__detour-footer {
align-items: center;
border-top: 1px solid #e6e9ec;
display: flex;
justify-content: space-between;
padding: 16px 24px
}
.share-box {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 12px 18px 1px rgba(0, 0, 0, .2);
transition: box-shadow 83ms;
margin: 0 0 8px;
background: #fff;
border-radius: 2px;
color: #84878a;
display: flex;
flex-direction: column;
height: 100%;
max-height: 100%
}
.share-box--unfocused,
.share-box__text-editor .mentions-search-results {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
transition: box-shadow 83ms
}
@media screen and (-ms-high-contrast:active) {
.share-box {
border: 1px solid activeborder
}
}
.share-box--focused {
z-index: 1200
}
.share-box--unfocused {
border-top: 5px solid #0073b1
}
@media screen and (-ms-high-contrast:active) {
.share-box--unfocused {
border: 1px solid activeborder
}
}
.share-box__trigger {
color: #696c6f;
padding: 16px;
border-left: 1px solid #e9e9e9;
border-right: 1px solid #e9e9e9
}
.share-box__open {
display: flex;
flex-grow: 1
}
.share-box__article-cta {
background-color: #e1e9ee;
padding: 8px 12px
}
.share-box__header {
background-color: #0073b1;
width: 100%;
height: 48px;
color: #fff;
padding: 0 24px;
border-top-left-radius: 2px;
border-top-right-radius: 2px
}
.share-box__text-editor {
padding: 20px
}
.share-box__text-editor.mentions-texteditor .mentions-search-results {
width: 360px
}
.share-box__text-editor .mentions-texteditor__content {
font-size: inherit
}
.share-box__text-editor .mentions-search-results {
border-radius: 2px
}
@media screen and (-ms-high-contrast:active) {
.share-box__text-editor .mentions-search-results {
border: 1px solid activeborder
}
}
.share-box__text-editor .mentions-search-results::after,
.share-box__text-editor .mentions-search-results::before {
content: none
}
.share-box__text-editor .mentions-search-item {
border: 1px solid #f3f6f8;
border-top: none
}
.share-box__text-editor .mentions-texteditor__placeholder::before {
font-size: 1.8rem;
line-height: 1.33333;
font-weight: 400;
color: rgba(0, 0, 0, .75)
}
.share-box__text-editor-container {
overflow-y: scroll
}
.share-box__member-image {
text-align: center;
display: block;
border: 2px solid #fff;
box-shadow: inset 0 1.5px 3px 0 rgba(0, 0, 0, .15), 0 1.5px 3px 0 rgba(0, 0, 0, .15);
margin: 24px auto 12px
}
.share-box__feedback-msg-container,
.share-box__footer,
.share-suggested-hashtags {
border-top: 1px solid #e6e9ec
}
.share-box__header .share-box__close,
.share-box__header .share-box__close:hover {
color: #fff
}
.share-box__close {
position: absolute;
top: 4px;
right: 12px
}
.share-box__footer {
padding: 16px 12px;
display: flex;
justify-content: space-between;
align-items: center
}
.share-box__actions {
margin-left: auto;
order: 2
}
.share-box__char-count--ok {
color: #0073b1
}
.share-box__char-count--error {
color: #d11124
}
.share-box__feedback-loader.share-box__feedback-loader {
width: auto;
height: auto;
color: rgba(0, 0, 0, .55)
}
.share-box__preview-container {
position: relative;
margin: 0 16px 16px
}
.share-box__preview-container--as-box {
border: 1px solid #e6e9ec
}
.share-box__preview-container-controls {
position: absolute;
top: 1px;
right: 1px;
z-index: 1
}
.share-box__preview-close-btn.share-box__preview-close-btn {
min-height: auto;
padding: 0 0 0 2px
}
.share-box__preview-close-btn.artdeco-button--inverse.artdeco-button--tertiary,
.share-box__preview-close-btn.artdeco-button--inverse.artdeco-button--tertiary:hover {
background-color: rgba(0, 0, 0, .6)
}
.share-box__preview-close-btn li-icon {
margin: 0
}
.share-box-media-upload__item {
color: #575a5d
}
.share-suggested-hashtags__hashtag {
line-height: 0
}
.share-content-type-drawer__content {
background-color: #f3f6f8;
border-top: 1px solid rgba(0, 0, 0, .1);
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
max-height: 92px;
overflow: hidden;
overflow-y: auto;
padding: 8px 0
}
.share-content-type-drawer__arrow {
left: 50%;
position: absolute;
top: -17px
}
.share-content-type-drawer__arrow::after,
.share-content-type-drawer__arrow::before {
border-color: transparent;
border-style: solid;
border-width: 0;
content: '';
height: 0;
position: absolute;
width: 0
}
.share-content-type-drawer__arrow::after {
border-left-width: 18px;
border-right-width: 18px;
border-top: 18px #f3f6f8 solid;
bottom: -18px;
margin-left: -19px
}
.share-content-type-drawer__arrow::before {
border-left-width: 19px;
border-right-width: 19px;
border-top: 19px rgba(0, 0, 0, .1) solid;
bottom: -19px;
margin-left: -20px
}
.share-content-type-button {
background-color: #fff;
border-radius: 32px;
height: 32px;
margin: 4px
}
.share-content-type-button:focus,
.share-content-type-button:hover {
background-color: #e9e9e9;
border-radius: 32px;
color: rgba(0, 0, 0, .9)
}
.share-visibility-options__loader {
margin: 0 auto
}
.share-visibility-options__header {
background-color: #0073b1;
height: 48px;
color: #fff;
padding: 0 16px;
align-items: center;
display: flex
}
label.share-visibility-options__comments-option--active,
label.share-visibility-options__option-label--active {
color: #0084bf
}
.share-visibility-options__subheader {
background: #f3f6f8;
border-top: 1px solid rgba(0, 0, 0, .15);
width: 100%;
align-items: center;
display: flex;
height: 48px;
padding: 0 16px
}
.share-visibility-options__list {
width: 100%;
display: inline-block;
overflow-y: scroll
}
.share-visibility-options__option-subtext {
white-space: normal
}
.share-visibility-options__option-label {
cursor: pointer;
text-align: left;
position: relative;
width: 100%;
align-items: center;
background: 0 0;
white-space: nowrap;
border: none;
padding-left: 24px
}
.share-visibility-options__option-label.share-visibility-options__option-label {
display: flex;
line-height: initial;
margin: 0;
padding: 0 0 0 8px
}
.share-visibility-options__more-button.share-visibility-options__more-button {
border-top: 1px solid rgba(0, 0, 0, .15)
}
.share-visibility-options__more-icon {
margin-left: 4px;
vertical-align: sub
}
.share-visibility-options__option-text-container {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
display: flex;
align-items: center;
padding: 8px 0 8px 48px
}
.share-visibility-options__option-thumbnail {
width: 32px;
height: 32px;
justify-content: center;
flex-shrink: 0;
display: flex;
align-items: center;
overflow: hidden
}
.share-visibility-options__option-thumbnail--entity {
margin-left: 4px;
background: #fff;
border: 1px solid #fff;
position: absolute;
top: 0
}
.share-visibility-options__icon {
position: absolute;
top: 8px;
padding-left: 8px
}
.share-visibility-options__check-icon {
margin-right: 8px;
position: absolute;
right: 0;
top: 8px
}
.share-visibility-options__comments-content {
padding: 12px 16px 0;
margin-left: 16px
}
.share-visibility-options__comments-check.share-visibility-options__comments-check {
display: flex;
align-items: center
}
.share-visibility-options__comments-trigger {
background: #f3f6f8;
height: 48px;
display: flex;
align-items: center;
width: 100%
}
.share-visibility-options__comments-trigger.share-visibility-options__comments-trigger {
padding: 0 16px
}
.share-visibility-options__comments-option {
white-space: nowrap;
text-align: left;
width: 100%;
cursor: pointer
}
.share-visibility-options__comments-option.share-visibility-options__comments-option {
line-height: initial;
padding: 0;
display: flex;
align-items: center;
margin: 0 0 12px
}
.share-visibility-options__comments-option::after {
border-style: none
}
.share-visibility-options__comments-dropdown {
width: 100%;
border-top: 1px solid rgba(0, 0, 0, .15);
background: #f3f6f8;
text-align: left;
align-items: center;
display: block;
height: 48px
}
.share-visibility-options__comments-dropdown.share-visibility-options__comments-dropdown {
padding: 0
}
.share-visibility-options__comments-options-list {
margin-top: 6px
}
.share-media-button__label--disabled {
pointer-events: none
}
.social-details-reactors-list {
margin: 0 16px
}
.social-details-reactors-list__list {
margin-bottom: 16px;
list-style-type: none
}
.social-details-reactors-list__list::after {
content: '';
display: table;
clear: both
}
.social-details-reactors-list__list-item {
position: relative;
float: left
}
.social-details-reactors-list__list-item--left {
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #9b9ea2
}
.social-details-reactors-list__actor-image {
background-size: cover
}
.social-details-reactors-list__icon {
position: absolute;
right: 0;
bottom: 0
}
.social-details-social-counts {
line-height: 1.33333;
display: flex;
overflow: auto;
margin: 0 16px;
padding: 8px 0;
border-bottom: 1px solid #e6e9ec
}
.social-details-social-counts__item {
list-style: none;
margin: 0 4px;
color: rgba(0, 0, 0, .6)
}
.social-details-social-counts__item[disabled] .hoverable-link-text:hover {
text-decoration: none;
color: inherit
}
.social-details-social-counts__item:not(:last-child) {
margin-right: 4px
}
.social-details-social-counts__item:not(:last-child)::after {
content: "\00b7";
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.social-details-social-counts__reactions {
flex-grow: 1
}
.social-details-social-counts__reactions::after {
display: none
}
.pip-social-actions {
position: absolute;
top: 0;
padding: 12px;
pointer-events: none;
opacity: 0;
transform: translateY(-100%);
transition: all .5s ease-in-out 2s;
z-index: 2
}
.video-s-loader__video-components-container:hover .pip-social-actions {
opacity: 1;
transform: translateY(0);
transition: all .5s ease-in-out
}
.pip-social-actions__like-button {
color: #fff;
font-weight: 700;
padding: 4px;
pointer-events: auto
}
.pip-social-actions__like-button:focus {
outline: dotted 1px;
outline: -webkit-focus-ring-color auto 5px
}
.pip-social-actions__like-button.like-button.active,
.pip-social-actions__like-button.like-button.active:hover:not(:disabled) {
color: #fff
}
.pip-social-actions__reshare-button {
color: #fff;
font-weight: 700;
padding: 4px;
pointer-events: auto
}
.video-share-menu__dropdown-content {
right: 0
}
.video-share-menu__icon {
margin-right: 8px;
vertical-align: bottom
}
.story-video-loader {
display: flex
}
.story-video-loader .video-s-loader__thumbnail-container,
.story-video-loader .video-s-loader__video-components-container {
border-radius: 8px
}
.story-video-loader__confirmation-text {
padding: 0 48px;
margin: auto;
color: #fff;
text-align: center
}
.video-s-loader {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%
}
.video-s-loader__video-components-container {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden
}
.feed-shared-linkedin-video--pip .video-s-loader__video-components-container {
width: 20%;
min-width: 220px;
max-width: 300px;
min-height: 169px;
max-height: 300px;
position: fixed;
bottom: 24px;
z-index: 2;
box-shadow: 3px 3px 8px #c7d1d8;
border-radius: 2px
}
.video-s-loader__exit-button {
display: none
}
.feed-shared-linkedin-video--pip .video-s-loader__exit-button {
display: block;
position: absolute;
top: 4px;
right: 4px;
padding: 4px 4px 0;
color: #fff;
border-radius: 2px;
background-color: rgba(0, 0, 0, .9)
}
.video-s-loader__exit-with-social-actions {
pointer-events: auto;
color: #fff
}
.video-s-loader__pip-top-bar {
background: linear-gradient(0deg, transparent 0, rgba(0, 0, 0, .75) 67%);
width: 100%;
display: flex;
justify-content: flex-end;
position: absolute;
top: 0;
height: 56px;
padding: 12px;
opacity: 0;
transform: translateY(-100%);
transition: all .5s ease-in-out 2s;
pointer-events: none
}
.feed-shared-display-content--pip .video-s-loader__video-components-container:hover .video-s-loader__pip-top-bar,
.feed-shared-linkedin-video--pip .video-s-loader__video-components-container:hover .video-s-loader__pip-top-bar {
opacity: 1;
transform: translateY(0);
transition: all .5s ease-in-out
}
.video-s-loader__play-icon {
width: 45px;
height: 45px;
background: rgba(0, 0, 0, .8);
border-radius: 50%;
display: inline-block;
line-height: 40px;
border: 2px solid #fff
}
.video-s-loader--video-active .video-s-loader__play-icon,
.video-s-loader--video-loading .video-s-loader__play-icon {
display: none
}
.video-s-loader__play-icon li-icon {
vertical-align: middle;
margin-bottom: 2px
}
.video-s-loader__loading-icon.loader {
display: none;
position: absolute;
top: 0;
left: 0;
height: 100%;
color: #f3f6f8;
background-color: rgba(87, 90, 93, .5);
text-align: center;
flex-wrap: wrap;
align-items: center;
justify-content: center
}
.video-player-end-card__reshare-button li-icon,
.video-s-loader__overlay-text {
color: #fff
}
.video-s-loader--video-loading .video-s-loader__loading-icon.loader {
display: flex;
width: 100%
}
.video-s-loader__thumbnail {
height: 100%;
position: absolute;
cursor: pointer;
left: 50%;
transform: translateX(-50%);
width: 100%;
z-index: 0;
background-size: cover;
background-position: center
}
.video-s-loader__thumbnail--native {
width: auto
}
.video-s-loader__background-poster {
position: absolute;
width: 100%;
height: 100%;
filter: blur(20px);
opacity: .6;
transform: scale(1.1);
background: 50% 50%/cover no-repeat
}
.video-s-loader__thumbnail-container {
position: absolute;
height: 100%;
width: 100%;
background: #000;
overflow: hidden
}
.video-s-loader__thumbnail-edit {
pointer-events: all;
top: 0;
position: absolute;
right: 0;
margin-top: 4px;
margin-right: 4px;
z-index: 1;
width: 24px;
height: 24px;
padding: 0 12px;
animation: .5s ease-out .75s fade-in forwards;
opacity: 0
}
.video-s-loader__thumbnail-edit li-icon {
margin: -2px -8px;
padding: 0
}
.video-s-loader__overlay {
cursor: pointer;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: rgba(87, 90, 93, .5);
text-align: center;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center
}
.video-s-loader__overlay--with-frosted {
background-color: transparent
}
.video-s-loader__overlay:focus .video-s-loader__overlay-text {
outline: dotted 1px;
outline: -webkit-focus-ring-color auto 5px
}
.video-s-loader__video-element {
display: block
}
.video-s-loader__video-element--hidden {
position: absolute;
z-index: -1
}
.video-loader__video-adapter {
width: 100%;
height: 100%
}
.video-s-loader__live-external-link {
position: absolute;
z-index: 2;
top: 0;
left: 0;
right: 0;
bottom: 0
}
.video-s-loader__live-external-link,
.video-s-loader__live-external-link:hover {
text-decoration: none
}
.video-s-loader__live-external-link-text {
display: none;
position: absolute;
bottom: 0;
left: 0;
height: 30px;
background: linear-gradient(180deg, transparent, #000 75%)
}
.video-s-loader__live-external-link:hover .video-s-loader__live-external-link-text {
display: block
}
.video-adapter {
width: 100%;
height: 100%
}
.video-player-end-card {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%)
}
.video-player-end-card__action-item {
margin-bottom: 16px
}
.video-player-end-card__action-item:last-child {
margin-bottom: 0
}
.video-player-end-card__reshare-button {
line-height: 1.16667;
border: 1px solid #fff;
height: 48px;
width: 48px;
border-radius: 24px
}
.video-setting-modal__ghost-thumbnail {
background-color: #cdcfd2;
top: 0;
border-radius: 2px;
pointer-events: none
}
.video-setting-modal__remove-thumbnail-upload {
position: absolute;
right: 0;
margin-top: 4px;
margin-right: 4px;
z-index: 1;
width: 24px;
height: 24px;
padding: 0 12px
}
.video-setting-modal__remove-thumbnail-upload li-icon {
margin: -2px -8px;
padding: 0
}
.video-setting-modal__title-counter-container {
margin-bottom: 16px;
height: 12px;
position: relative
}
.video-setting-modal__title-content {
right: 0;
position: absolute
}
.video-setting-modal__upload-container {
flex-basis: 185px
}
.video-setting-modal__upload-text {
margin-bottom: 16px
}
.video-setting-modal__acceptable-file-types {
display: block
}
.video-setting-modal__setting-container:not(:last-of-type) {
border-bottom: 1px solid #cdcfd2
}
.video-setting-modal__modal-footer {
padding: 16px
}
.video-setting-modal__custom-thumbnail {
width: 100%;
position: absolute;
top: 0;
left: 0
}
.video-setting-modal__photo-preview-frame {
height: 100%;
position: relative;
overflow: hidden
}
.video-setting-modal__photo-preview-frame--horizontal {
padding-bottom: 56.25%
}
.video-setting-modal__photo-preview-frame--square {
padding-bottom: 100%
}
.video-setting-modal__upload-thumbnail-input {
opacity: 0;
top: 0;
position: absolute;
width: 100%;
height: 100%;
cursor: pointer;
pointer-events: all
}
.video-setting-modal__upload-thumbnail-input--focused {
outline: dotted 1px;
outline: -webkit-focus-ring-color auto 5px
}
.video-setting-modal__title-count--limit-reached {
color: #ff2c33
}
.video-setting-modal__thumbnail {
width: 100%;
height: 100%;
z-index: 1;
position: absolute
}
.video-setting-modal__upload-caption-label {
cursor: pointer;
z-index: 1;
pointer-events: all
}
.video-setting-modal__upload-caption-label--focused {
outline: dotted 1px;
outline: -webkit-focus-ring-color auto 5px
}
.video-setting-modal__upload-caption-input {
opacity: 0;
left: 0;
pointer-events: none
}
.video-setting-modal__caption-file-thumbnail {
height: 64px
}
.video-setting-modal__caption-preview-attachment {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
transition: box-shadow 83ms;
height: 64px;
padding: 12px 24px 12px 52px;
position: relative;
overflow: hidden;
box-sizing: border-box;
float: left;
margin: 0;
width: 280px
}
.video-setting-modal__caption-preview-attachment ul[role=tablist] {
border-top: 0
}
@media only screen and (-ms-high-contrast:active) {
.video-setting-modal__caption-preview-attachment {
border: 1px solid activeborder
}
}
.video-setting-modal__caption-preview-attachment:before {
display: block;
position: absolute;
top: 0;
left: 0;
background-color: #485d69;
content: "Attachment Icon";
text-indent: -999px;
background-position: 0 -216px;
background-image: url(/sc/h/cwn0a0e7hog2i33c88ucrvot5);
width: 24px;
height: 24px;
border-style: solid;
border-color: #485d69;
border-width: 20px 10px
}
.video-setting-modal__caption-preview-attachment button {
position: absolute;
border: 0;
margin: -8px 0 0;
padding: 0;
top: 50%;
left: initial;
width: 16px;
height: 16px;
line-height: 64px;
cursor: pointer;
background: 0 0;
color: rgba(0, 0, 0, .6);
opacity: 0;
transition: opacity .3s;
font-weight: 600;
right: 8px;
font-size: 0;
text-indent: -999px;
overflow: hidden
}
.video-setting-modal__caption-preview-attachment button>svg {
height: 16px;
margin-right: 8px;
width: 16px;
display: block
}
.video-setting-modal__caption-preview-attachment button li-icon {
display: block;
margin-right: 8px;
color: rgba(0, 0, 0, .6)
}
.video-setting-modal__caption-preview-attachment button li-icon>svg {
display: block
}
.video-setting-modal__caption-preview-attachment button li-icon,
.video-setting-modal__caption-preview-attachment button span,
.video-setting-modal__caption-preview-attachment button>svg {
vertical-align: middle
}
.video-setting-modal__caption-preview-attachment .attachment-filename {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap
}
.video-setting-modal__caption-preview-attachment .attachment-filesize {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.video-setting-modal__caption-preview-attachment.focus button,
.video-setting-modal__caption-preview-attachment.hover button,
.video-setting-modal__caption-preview-attachment:focus button,
.video-setting-modal__caption-preview-attachment:hover button {
opacity: 1
}
.video-setting-modal__caption-attachment-icon-container {
position: absolute;
top: 0;
left: 0;
background: #485d69;
color: #fff;
width: 44px;
height: 100%
}
.video-setting-modal__caption-preview-attachment-icon {
margin: 20px 10px
}
.video-setting-modal__remove-caption-upload {
position: absolute;
right: 0;
margin-top: 4px;
margin-right: 4px;
z-index: 1;
width: 24px;
height: 24px;
padding: 0 12px
}
.video-setting-modal__remove-caption-upload li-icon {
margin: -2px -8px;
padding: 0
}
.video-setting-modal__thumbnail-play-icon-container {
cursor: pointer;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
text-align: center;
display: flex;
z-index: 2;
background-color: #000;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
align-items: center;
justify-content: center
}
.video-setting-modal__thumbnail-play-icon-content {
line-height: 1.25;
width: 45px;
height: 45px;
background: rgba(0, 0, 0, .8);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
border: 2px solid #fff
}
.video-setting-modal__thumbnail-play-icon {
vertical-align: middle;
margin-bottom: 2px;
color: #fff
}
.video-setting-modal__error-alert {
color: #ff2c33;
display: block
}
.video-setting-modal__close-button {
margin-right: 4px
}
.video-stories__thumbnail-image-container {
border-radius: 50%
}
.video-stories__thumbnail-image-container .ivm-view-attr__img--stacked-circle {
border: 1px solid #fff;
box-shadow: 0 0 0 3px #0091ca;
background-color: #98d8f4;
margin-left: -20px;
cursor: pointer
}
.video-stories__description {
max-width: 50%
}
.video-stories__hashtag {
overflow: hidden;
text-overflow: ellipsis
}
.video-stores__last-updated--mobile {
border: 1px solid #84878a;
border-radius: 2px;
display: inline-block;
padding-left: 4px;
padding-right: 4px
}
.video-stories-modal {
position: fixed
}
.authentication-outlet>.video-stories-modal {
transform: scale(.1);
opacity: 0;
transition: opacity .2s ease-in-out, transform .2s ease-in-out
}
.authentication-outlet>.video-stories-modal--is-open {
transform: scale(1);
opacity: 1
}
.video-stories-modal__modal-content {
background: #000;
height: 100vh;
width: 100vw;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center
}
.video-stories-modal__close {
position: absolute;
color: #fff;
top: 8px;
right: 24px
}
.video-stories-modal__close--mobile {
right: 8px
}
.video-stories-modal__hashtag-header {
text-align: center
}
.video-stories-modal__hashtag-header--mobile {
width: 100%;
text-align: left
}
.video-stories-modal__hashtag-link,
.video-stories-modal__hashtag-link:active,
.video-stories-modal__hashtag-link:hover,
.video-stories-modal__hashtag-link:visited,
.video-stories-modal__hashtag-link:visited:active,
.video-stories-modal__hashtag-link:visited:hover {
color: #fff
}
.video-stories-modal__header-images-container {
display: inline-flex;
flex-wrap: nowrap;
align-items: center;
height: 78px;
max-width: 640px;
overflow-y: hidden;
overflow-x: auto;
-ms-overflow-style: -ms-autohiding-scrollbar
}
.video-stories-modal__header-images-container::-webkit-scrollbar {
height: 5px
}
.video-stories-modal__header-images-container::-webkit-scrollbar-thumb {
background: rgba(255, 255, 255, .7);
visibility: hidden;
border-radius: 5px
}
.video-stories-modal__header-images-container:active::-webkit-scrollbar-thumb,
.video-stories-modal__header-images-container:focus::-webkit-scrollbar-thumb,
.video-stories-modal__header-images-container:hover::-webkit-scrollbar-thumb {
visibility: visible
}
.video-stories-modal__header-images-container--mobile {
width: 100%;
justify-content: flex-start
}
.video-stories-modal__header-image {
margin: 0 8px
}
.video-stories-modal__story-player-loader-container {
display: flex;
margin-left: 96px;
margin-right: 40px
}
.video-stories-modal__story-player-loader-container--mobile {
margin-left: 0;
margin-right: 0
}
.video-stories-modal__story-player-container {
display: flex;
flex: 1
}
.video-stories-modal__story-player-container .video-s-loader {
position: relative
}
.video-stories-modal__story-player-loader {
display: flex;
justify-content: center;
position: relative;
border: 1px solid rgba(255, 255, 255, .7);
border-radius: 8px;
pointer-events: none;
transition: width .3s ease-in-out, height .3s ease-in-out;
min-width: 320px;
max-width: calc(100vw - 2 * (40px + 96px))
}
.video-stories-modal__story-player-loader--mobile {
pointer-events: auto;
max-width: 100vw
}
.video-stories-modal__story-player-top-container {
display: flex;
flex-direction: column;
position: absolute;
width: 100%;
pointer-events: auto;
z-index: 1
}
.video-stories-modal__story-player-top-buttons-container {
display: flex;
padding: 16px 16px 8px;
border: 1px solid rgba(255, 255, 255, .7);
border-bottom: 0;
border-radius: 8px 8px 0 0;
background-color: rgba(0, 0, 0, .75)
}
.video-stories-modal__story-player-top-commentary-container {
display: flex;
flex-direction: column;
border: 1px solid rgba(255, 255, 255, .3);
border-top: 0;
border-bottom: 0
}
.video-stories-modal__story-player-bottom-container {
position: absolute;
width: 100%;
pointer-events: auto;
z-index: 1;
bottom: 0;
background: linear-gradient(to top, #000, rgba(0, 0, 0, .75) 50%, transparent);
border-radius: 0 0 8px 8px;
padding: 24px 16px 16px
}
.video-stories-modal__message-container {
display: flex;
border: 1px solid #fff;
border-radius: 4px;
padding: 12px
}
.video-stories-modal__message-container--focused {
border-color: #0073b1;
box-shadow: 0 0 0 1px #0073b1
}
.video-stories-modal__message-container-textarea {
flex: 1;
resize: none;
border: 0;
padding: 0;
min-height: 24px
}
.video-stories-modal__message-container-textarea:focus {
border: 0;
box-shadow: none
}
.video-stories-modal__message-container-textarea:hover {
border: 0
}
.video-stories-modal__message-container-textarea:-ms-input-placeholder {
color: rgba(255, 255, 255, .85)
}
.video-stories-modal__message-container-textarea::placeholder {
color: rgba(255, 255, 255, .85)
}
.video-stories-modal__message-container-textarea::-webkit-scrollbar {
width: 5px
}
.video-stories-modal__message-container-textarea::-webkit-scrollbar-thumb {
background: rgba(255, 255, 255, .7);
visibility: hidden;
border-radius: 5px
}
.video-stories-modal__message-container-textarea:active::-webkit-scrollbar-thumb,
.video-stories-modal__message-container-textarea:focus::-webkit-scrollbar-thumb,
.video-stories-modal__message-container-textarea:hover::-webkit-scrollbar-thumb {
visibility: visible
}
.video-stories-modal__message-button-container {
align-self: flex-end;
margin-left: 8px
}
.video-stories-modal__commentary {
padding: 0 16px;
background-color: rgba(0, 0, 0, .75);
max-height: 60px;
overflow-y: auto;
overflow-x: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar
}
.video-stories-modal__commentary::-webkit-scrollbar {
width: 5px
}
.video-stories-modal__commentary::-webkit-scrollbar-thumb {
background: rgba(255, 255, 255, .7);
visibility: hidden;
border-radius: 5px
}
.video-stories-modal__commentary:active::-webkit-scrollbar-thumb,
.video-stories-modal__commentary:focus::-webkit-scrollbar-thumb,
.video-stories-modal__commentary:hover::-webkit-scrollbar-thumb {
visibility: visible
}
.video-stories-modal__toggle-commentary-button-container {
display: flex;
background: linear-gradient(to bottom, rgba(0, 0, 0, .75), transparent)
}
.video-stories-modal__control-menu-trigger.artdeco-button.artdeco-button--inverse:focus,
.video-stories-modal__control-menu-trigger.artdeco-button.artdeco-button--inverse:hover,
.video-stories-modal__toggle-commentary.artdeco-button--muted.artdeco-button--tertiary:focus,
.video-stories-modal__toggle-commentary.artdeco-button--muted.artdeco-button--tertiary:hover {
color: #fff;
background-color: rgba(207, 207, 207, 0)
}
.video-stories-modal__actor-image,
.video-stories-modal__story-buttons-container {
background-position: center;
background-size: cover
}
.video-stories-modal__toggle-commentary.artdeco-button--muted.artdeco-button--tertiary {
color: #fff;
margin: auto
}
.video-stories-modal__control-menu-trigger.artdeco-button.artdeco-button--inverse {
min-height: auto;
cursor: pointer
}
.video-stories-modal__control-menu-trigger.artdeco-button.artdeco-button--inverse li-icon {
margin: 0;
padding: 0
}
.video-stories-modal__control-menu-content {
width: 355px;
right: -12px
}
.video-stories-modal__control-menu-content--mobile {
width: 90vw
}
.video-stories-modal__control-menu-headline {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .75)
}
.tap-target:hover .video-stories-modal__control-menu-headline {
color: #000
}
.video-stories-modal__control-menu-sub-headline {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.tap-target:hover .video-stories-modal__control-menu-sub-headline {
color: rgba(0, 0, 0, .75)
}
.video-stories-modal__story-player-buttons-container {
display: flex;
flex-direction: column
}
.video-stories-modal__story-player-buttons-container li-icon {
color: #fff
}
.video-stories-modal__next-button,
.video-stories-modal__previous-button {
margin: auto
}
.video-stories-modal__story-buttons-container {
display: flex;
width: 300px;
height: 465px;
border-radius: 10px;
margin: auto;
opacity: .5
}
.video-stories-modal__share-button {
position: absolute;
top: 15px;
right: 72px
}
.video-stories-modal__share-button--mobile {
top: 8px;
right: 52px
}
.video-stories-modal__entity-lockup {
overflow: hidden;
flex: 1
}
.video-stories-modal__current-creator-profile-link,
.video-stories-modal__entity-lockup .artdeco-entity-lockup__title {
text-decoration: none
}
.video-stories-modal__message-alert {
position: absolute;
-ms-grid-row-align: center;
align-self: center;
background: rgba(0, 0, 0, .75);
padding: 4px 12px;
border-radius: 4px;
opacity: 0;
transform: scale(.1);
transform-origin: center 200%
}
.video-stories-modal__message-alert--visible {
opacity: 1;
transform: scale(1)
}
body.in-video-stories-modal .msg-overlay-container {
display: none
}
.video-stories-modal__toggle-follow {
padding: 0 4px
}
.video-stories-modal__toggle-follow li-icon {
padding: 0;
color: #fff
}
.video-stories-entity {
flex: 0 0 auto;
align-items: center;
display: flex;
position: relative;
cursor: pointer;
width: 54px;
height: 54px
}
.video-stories-entity .ivm-view-attr__img--stacked-circle {
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7)
}
.video-stories-entity--active {
transform: scale(1.18519)
}
.video-stories-entity--size-4 {
width: 60px;
height: 60px
}
.video-stories-entity--size-5 {
width: 80px;
height: 80px
}
.video-stories-entity__image {
margin: auto;
z-index: 1
}
.video-stories-entity__outline-container {
position: absolute;
transform: rotate(90deg) scaleX(-1);
width: 100%;
height: 100%
}
.video-stories-entity__outline {
stroke: rgba(255, 255, 255, .45);
stroke-width: 3px;
fill: none;
stroke-dasharray: 138.23px;
stroke-dashoffset: 0;
transition-property: stroke-dashoffset
}
.video-stories-entity__outline--unwatched {
stroke: #0091ca
}
.video-adapter-container .video-adapter {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #000
}
.video-live-bug__label {
background: #ff2c33;
border-radius: 2px;
text-transform: uppercase;
animation: video-live-fade 2.5s ease-in-out infinite
}
@keyframes video-live-fade {
0%,
100% {
opacity: 1
}
50%,
60% {
opacity: .65
}
}
.in-player-fullscreen {
overflow-y: hidden
}
.in-player-fullscreen .ad-banner-container,
.in-player-fullscreen .artdeco-toasts-outlet,
.in-player-fullscreen .internal-feedback__callout,
.in-player-fullscreen .keyword-search-form,
.in-player-fullscreen .org-admin-nav,
.in-player-fullscreen .org-admin-page-header__container--short,
.in-player-fullscreen .org-admin-page-header__container--tall,
.in-player-fullscreen .right-rail {
display: none
}
.in-player-fullscreen .msg-overlay-container {
position: static
}
.in-player-fullscreen .feed-shared-external-video__container,
.in-player-fullscreen .feed-shared-hero-entity__image-container,
.in-player-fullscreen .feed-shared-linkedin-video__container {
height: 100vh
}
.pe-form-field__day-error,
.pe-form-field__month-error {
border-color: #ee1620
}
.pe-sb-birthday-form {
background-color: #fff
}
@media (min-width:650px) {
.pe-sb-birthday-form {
width: 600px
}
}
@media (max-width:480px) {
.pe-sb-birthday-form {
width: 300px
}
}
.pe-sb-birthday-form__header {
padding: 24px;
background: linear-gradient(to left, rgba(12, 137, 150, .95), rgba(0, 132, 191, .95))
}
.pe-sb-birthday-form__footer {
display: flex;
justify-content: flex-end;
border-top: 1px solid rgba(0, 0, 0, .25);
padding: 16px 24px
}
.pe-sb-birthday-form__birthday-select-wrapper {
width: auto;
flex: 1;
position: relative
}
.pe-sb-birthday-form__birthday-select-wrapper--is-first {
order: 1;
margin-right: 24px
}
.pe-sb-birthday-form__birthday-select-wrapper--is-second {
order: 2
}
.xpromo-toast-container {
position: fixed;
bottom: 0;
z-index: 1000;
transform: translate3d(0, 100px, 0);
transition: transform .5s ease-out
}
.xpromo-toast-container.visible {
transform: translate3d(0, 0, 0)
}
.image-selector-modal {
width: 745px;
min-width: 745px
}
@keyframes image-selector-flash {
0%,
100% {
opacity: 0
}
50% {
opacity: 1
}
}
.image-selector__selector-body {
margin: auto;
padding-bottom: 48px;
max-width: 360px
}
.image-selector__selector-icon {
width: 230px;
height: 230px;
margin: auto
}
.image-selector__selector-icon--add-media {
background-image: url(/sc/h/9ibqs2274myrjuc051lgyyy0o)
}
.image-selector__selector-icon--camera-error {
background-image: url(/sc/h/64ncrpvmopoa95yr1baj1lexc);
background-repeat: no-repeat;
background-position: center
}
#image-selector__file-upload-input:focus+.image-selector__file-upload-label {
outline: -webkit-focus-ring-color auto 5px
}
.image-selector__webcam-loader.image-selector__webcam-loader {
position: absolute;
width: 100%;
height: 100%;
color: #fff;
background: rgba(0, 0, 0, .3)
}
.image-selector__camera-page,
.image-selector__webcam-video {
width: 745px;
height: 419px;
background-color: #000;
text-align: center
}
.image-selector__camera-page .visually-hidden,
.image-selector__webcam-video .visually-hidden {
width: 1px;
height: 1px
}
.image-selector__countdown-container {
position: absolute;
display: flex;
width: 100%;
height: 105px;
justify-content: center;
background-color: rgba(0, 0, 0, .5);
transition: bottom 334ms
}
.image-selector__countdown-container--visible {
bottom: 0
}
.image-selector__countdown-container--hidden {
bottom: -105px
}
.image-selector__webcam-flash {
position: absolute;
top: 0;
opacity: 0;
width: 100%;
height: 100%;
background: #fff;
animation: .5s image-selector-flash
}
.photo-filter__footer-button-container,
.share-box {
position: relative
}
.image-selector__countdown.image-selector__countdown {
width: 72px;
height: 72px;
vertical-align: middle;
display: flex;
justify-content: center;
color: #fff;
border: 2px solid rgba(255, 255, 255, .25)
}
.image-selector__countdown--highlighted.image-selector__countdown--highlighted {
border: 2px solid #fff
}
.image-selector__countdown--filled.image-selector__countdown--filled {
color: #000;
background-color: #fff
}
.image-selector__webcam-img {
height: 419px
}
.image-selector__fadein {
animation: fade-in .8s
}
.image-selector__footer {
border-top: 1px solid rgba(0, 0, 0, .15);
padding: 16px 24px
}
.photo-filter__select-body-scroll-container {
overflow-x: visible;
display: flex;
justify-content: center
}
.photo-filter__body {
background-color: rgba(0, 0, 0, .5)
}
.photo-filter__slider-body {
height: 100%;
position: relative
}
.photo-filter__footer {
background-color: #fff
}
.photo-filter__footer-button {
color: rgba(0, 0, 0, .6);
max-width: 120px
}
.photo-filter__footer-button--selected,
.photo-filter__footer-button--selected:disabled {
color: #0084bf
}
.photo-filter__footer-button--visibility .visibility-setting__trigger {
color: rgba(0, 0, 0, .6)
}
.photo-filter__footer-bar {
bottom: 0;
background-color: #0084bf
}
.ivm-entity-pile__plus-number--company {
width: 40px;
height: 40px
}
.ivm-entity-pile__plus-number--profile {
width: 42px;
height: 42px;
margin: 3px
}
.ivm-image-view-model--grid-3 .ivm-image-view-model__img-list-item:first-child {
left: calc(50% - 13.5px)
}
.ivm-image-view-model__img-list {
width: 56px;
height: 56px
}
.ivm-image-view-model--grid-1 .ivm-image-view-model__img-list {
padding: 1px
}
.ivm-image-view-model--grid-3 .ivm-image-view-model__img-list {
padding: 2px 0
}
.ivm-image-view-model--grid-1 .ivm-image-view-model__circular-img,
.ivm-image-view-model--grid-1 .ivm-image-view-model__img-list-item,
.ivm-image-view-model--grid-1 .ivm-image-view-model__square-img {
width: 54px;
height: 54px
}
.ivm-image-view-model--grid-2 .ivm-image-view-model__circular-img,
.ivm-image-view-model--grid-2 .ivm-image-view-model__img-list-item,
.ivm-image-view-model--grid-2 .ivm-image-view-model__square-img {
width: 36px;
height: 36px
}
.ivm-image-view-model--grid-3 .ivm-image-view-model__circular-img,
.ivm-image-view-model--grid-3 .ivm-image-view-model__img-list-item,
.ivm-image-view-model--grid-3 .ivm-image-view-model__square-img,
.ivm-image-view-model--grid-4 .ivm-image-view-model__circular-img,
.ivm-image-view-model--grid-4 .ivm-image-view-model__img-list-item,
.ivm-image-view-model--grid-4 .ivm-image-view-model__square-img {
width: 27px;
height: 27px
}
.ivm-view-attr__grid-plus-number {
font-size: 12px
}
.ivm-view-attr__entity-img--profile {
width: 40px;
height: 40px;
box-sizing: border-box;
background-clip: content-box;
border: 3px solid transparent;
border-radius: 49.9%
}
.ivm-view-attr__entity-img--company,
.ivm-view-attr__entity-img--content,
.ivm-view-attr__entity-img--group,
.ivm-view-attr__entity-img--professional-event,
.ivm-view-attr__entity-img--school {
width: 48px;
height: 48px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
border-radius: 6px;
margin-right: 4px
}
.resume-onboarding {
background-color: #e1e9ee
}
.resume-onboarding--is-not-job-pillar {
margin-top: 52px
}
.resume-onboarding-content {
width: 1128px
}
.resume-onboarding__title {
max-width: 960px;
padding: 20px 0
}
.resume-onboarding__btn-continue {
margin: 14px 0
}
.resume-onboarding__btn-continue:visited {
color: #fff
}
.resume-onboarding__btn-continue:hover {
text-decoration: none
}
.share-content-type-button {
width: 220px
}
.share-box__overlay {
background: #000;
position: fixed;
right: 0;
left: 0;
top: 0;
bottom: 0;
opacity: .7;
z-index: 1100
}
.share-suggested-hashtags {
min-height: 43px
}
.share-suggested-hashtags__carousel {
position: relative
}
.share-suggested-hashtags__carousel-controls-button {
line-height: 1
}
.share-suggested-hashtags__carousel-controls-button.peek-carousel-controls__button {
margin: 0
}
.share-suggested-hashtags__carousel-controls-button--left {
left: 0
}
.share-suggested-hashtags__carousel-controls-button--right {
right: 0
}
.share-suggested-hashtags__carousel-controls-button-fade {
position: absolute;
top: 0;
height: 100%;
width: 48px
}
.share-suggested-hashtags__carousel-controls-button-fade--left {
left: 0;
background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff, #fff)
}
.share-suggested-hashtags__carousel-controls-button-fade--right {
right: 0;
background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff, #fff)
}
.share-visibility-options__comments-content {
min-width: 60%;
max-width: 95%
}
.share-visibility-options__list {
max-height: 40vh
}
.sharing-subaction-bar {
width: 100%;
background-color: #fff;
border-top: 1px solid #e6e9ec;
padding: 12px 16px;
display: flex;
flex-shrink: 0;
align-items: center;
transform: translateZ(0)
}
.sharing-subaction-bar__visibility-button {
height: 24px;
width: 24px;
text-indent: inherit;
color: #84878a
}
.sharing-subaction-bar__post-button {
margin-left: auto;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.sharing-subaction-bar__video-setting-button {
top: 4px
}
.video-setting-modal__button-container {
float: right
}
.sharing-action-bar {
background-color: #0073b1;
width: 100%;
height: 48px;
min-height: 48px;
display: flex;
align-items: center;
color: #fff;
flex-shrink: 0
}
.sharing-create-share-view__wrapper,
.sharing-error-tooltip,
.sharing-url-preview {
background-color: #fff
}
.sharing-action-bar__close-button {
color: #fff;
text-align: left
}
.sharing-action-bar__title {
text-align: center;
flex-grow: 1;
color: #fff
}
.sharing-action-bar__flex-wrapper {
display: flex;
flex-grow: 1;
justify-content: center
}
.sharing-action-bar__button {
white-space: nowrap;
min-width: 110px
}
.sharing-action-bar__button.sharing-action-bar__button {
color: #fff
}
.sharing-action-bar__button:first-of-type {
border-radius: 2px 0 0 2px
}
.sharing-action-bar__button:last-of-type {
border-radius: 0 2px 2px 0
}
.sharing-action-bar__button.active {
background-color: #fff;
color: #575a5d
}
.sharing-action-bar__button:not(.active) {
color: #fff
}
.sharing-action-bar__close-button+.sharing-action-bar__flex-wrapper,
.sharing-action-bar__close-button+.sharing-action-bar__title {
margin-right: 24px
}
.sharing-textarea__autoresized-area {
min-height: 70px;
position: relative
}
.sharing-textarea__textarea {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .75);
white-space: pre-wrap;
word-wrap: break-word;
resize: none;
width: 100%;
height: 100%
}
.sharing-textarea__textarea:focus {
box-shadow: none
}
.sharing-textarea__textarea--clone {
display: block;
visibility: hidden
}
.sharing-textarea__textarea--original {
padding: 0;
top: 0;
left: 0;
margin-bottom: 0;
min-height: 70px;
border: none
}
.sharing-textarea-reshare-placeholder,
.sharing-textarea__textarea--original.sharing-textarea__textarea--original {
position: absolute
}
.sharing-textarea-reshare+.feed-shared-mini-update--composition {
margin-top: 12px
}
.sharing-create-share-view__scroll-area {
padding: 16px 16px 0;
width: 100%;
max-height: calc(100% - 48px - 50px);
overflow-y: auto;
flex-grow: 1;
display: flex;
-webkit-overflow-scrolling: touch;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-all;
word-break: break-word
}
.sharing-create-share-view__content {
min-width: 0;
flex-grow: 1;
margin-left: 8px
}
.sharing-create-share-view__warn-msg {
padding: 8px 16px 8px 36px;
display: flex;
justify-content: space-between;
position: relative
}
.sharing-create-share-view__warn-msg.sharing-create-share-view__alert {
color: #ff2c33
}
.sharing-create-share-view__url-preview-feedback--exceeded-char {
padding-bottom: 0
}
.sharing-create-share-view__warn-msg--with-url {
padding-top: 4px
}
.sharing-create-share-view__warn-msg-icon--with-url {
top: 6px
}
.sharing-create-share-view__message-icon {
height: 16px;
width: 16px;
top: 10px;
left: 16px;
position: absolute
}
.sharing-create-share-view__message-icon svg {
height: 16px
}
.sharing-create-share-view__warning-feedback {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6);
padding: 12px 16px 12px 36px;
position: relative
}
.sharing-create-share-view__url-preview-icon {
top: 14px
}
.sharing-create-share-view__char-count {
margin-left: auto;
padding-left: 8px
}
.sharing-create-share-view .mentions-search-results {
left: 0
}
.sharing-error-tooltip {
font-size: 1.4rem;
line-height: 1.42857;
border-radius: 2px;
color: rgba(0, 0, 0, .9);
opacity: 0;
position: absolute;
transition: visibility 0s linear .2s, opacity .2s linear;
visibility: hidden;
z-index: 999;
bottom: calc(100% + 12px);
left: calc(50%);
transform: translateX(-50%);
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
width: 260px;
white-space: normal;
padding: 12px 16px 24px;
cursor: default
}
.sharing-error-tooltip:after,
.sharing-error-tooltip:before {
content: "";
height: 0;
width: 0;
left: 50%;
position: absolute
}
@media only screen and (-ms-high-contrast:active) {
.sharing-error-tooltip {
border: 1px solid activeborder
}
}
.sharing-error-tooltip:after {
border-color: transparent;
border-style: solid;
border-width: 0 8px;
border-top: 8px #fff solid;
bottom: -8px;
margin-left: -9px
}
.sharing-error-tooltip.active {
opacity: 1;
transition-delay: 0s;
visibility: visible
}
.sharing-error-tooltip:before {
border-color: transparent;
border-style: solid;
border-width: 0 9px;
border-top: 9px rgba(0, 0, 0, .1) solid;
bottom: -10px;
margin-left: -10px
}
.sharing-error-tooltip__header {
font-size: 1.6rem;
line-height: 1.75;
font-weight: 600;
color: rgba(0, 0, 0, .75);
display: block
}
.sharing-error-tooltip__close-button {
position: absolute;
top: 8px;
right: 8px
}
.sharing-url-preview {
margin: 0;
border: 1px solid #e6e9ec;
position: relative
}
.sharing-url-preview__close-button {
right: 1px
}
.sharing-url-preview__overlayed-button {
position: absolute;
top: 1px;
color: #fff;
z-index: 1;
cursor: pointer
}
.sharing-url-preview__upload-file:focus+label {
outline: #0073b1 solid 1px;
outline: -webkit-focus-ring-color auto 5px
}
.sharing-url-preview__preview-icon {
height: 24px;
background-color: rgba(0, 0, 0, .6)
}
.sharing-url-preview__hero-entity-image {
max-width: 100%
}
.sharing-url-preview__image-container {
height: 0;
padding-top: 52.3%;
overflow: hidden;
max-width: 100%;
position: relative;
margin: 0
}
.sharing-url-preview__image-container img:not(.video-s-loader__thumbnail) {
left: 0;
display: block;
width: 100%;
position: absolute;
top: 50%;
transform: translateY(-50%)
}
.sharing-url-preview__image {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-position: center;
background-size: cover
}
.sharing-url-preview__image-description {
border-top: 1px solid #e6e9ec
}
.sharing-url-preview__image-headline {
max-height: 72px;
overflow: hidden
}
.sharing-url-preview__image-byline {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.sharing-url-preview__image-snippet {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin: 8px 12px 0
}
.sharing-url-preview--article-v2 {
display: flex;
align-items: center;
padding: 12px;
background-color: #f3f6f8
}
.sharing-url-preview--article-v2 .sharing-url-preview__image-container {
width: 104px;
height: 104px;
padding-top: 0;
border-radius: 2px;
flex-shrink: 0
}
.sharing-url-preview--article-v2 .sharing-url-preview__image-description {
border-top: none;
padding: 0 8px 0 0
}
.sharing-url-preview--article-v2 .sharing-url-preview__image-headline {
font-size: 1.6rem;
font-weight: 600;
color: rgba(0, 0, 0, .9);
display: block;
line-height: 2.4rem!important;
max-height: 4.8rem;
overflow: hidden
}
.sharing-url-preview--article-v2 .sharing-url-preview__image-headline * {
line-height: inherit!important
}
.sharing-url-preview--article-v2 .sharing-url-preview__image-snippet {
margin: 4px 12px 0;
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.sharing-url-preview--article-v2 .sharing-url-preview__image-byline {
margin-top: 12px;
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.sharing-create-reshare-view__warn-msg.sharing-create-reshare-view__alert,
.sharing-edit-share__char-count-warn.sharing-edit-share__alert {
color: #ff2c33
}
.sharing-url-preview--article-v2 .sharing-url-preview__meta {
min-width: 0;
flex-grow: 1
}
.sharing-url-preview--article-v2 .sharing-textarea__textarea {
padding-top: 0
}
.sharing-url-preview-mini {
background-color: #f3f6f8;
cursor: pointer;
margin: 0;
display: flex;
flex-direction: row
}
.sharing-url-preview-mini__preview-image-wrapper {
background: center/cover no-repeat #000;
width: 100px;
min-width: 100px;
height: 100px;
display: flex;
align-items: center;
justify-content: center
}
.sharing-url-preview-mini__image-description {
background-color: transparent
}
.sharing-create-reshare-view__wrapper,
.sharing-reshare-wrapper {
background-color: #fff;
display: flex;
flex-direction: column;
height: 100%;
max-height: 100%
}
.sharing-create-reshare-view__wrapper {
position: absolute;
width: 100%
}
.sharing-create-reshare-view__wrapper.visibility-hidden .small-icon {
display: none!important
}
.sharing-create-reshare-view {
display: flex;
flex-direction: column;
flex-grow: 1;
position: relative
}
.sharing-create-reshare-view__scroll {
padding: 16px 16px 0;
width: 100%;
max-height: calc(100% - 50px);
overflow-y: auto;
display: flex;
flex-grow: 1;
-webkit-overflow-scrolling: touch
}
.sharing-create-reshare-view__content {
flex-grow: 1
}
.sharing-create-reshare-view__mini-update {
margin-top: 12px
}
.sharing-create-reshare-view__warn-msg {
display: flex;
justify-content: space-between
}
.sharing-create-reshare-view__char-count {
margin-left: auto;
padding-left: 8px
}
.sharing-create-reshare-view .mentions-search-results {
left: 0
}
.sharing-create-reshare-view .mentions-search-results:before {
content: '';
position: absolute;
top: 0;
left: calc(50% - 10px);
border-bottom: 10px solid #cdcfd2;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
margin-top: -10px
}
.sharing-create-reshare-view .mentions-search-results:after {
content: '';
position: absolute;
top: 1px;
left: calc(50% - 9px);
border-bottom: 10px solid #fff;
border-left: 9px solid transparent;
border-right: 9px solid transparent;
margin-top: -10px
}
.sharing-share-edit {
margin: 0 16px
}
.sharing-share-edit__textarea {
font-size: 1.5rem
}
.sharing-edit-share__char-count-warn {
display: flex;
justify-content: space-between;
padding: 8px 0
}
.sharing-edit-share__char-count {
margin-left: auto
}
.sharing-public-visibility__message {
align-items: flex-start;
background-color: #f3f6f8;
display: flex;
justify-content: space-between;
padding: 12px 16px
}
.sharing-public-visibility__message--reshare {
margin: 16px -24px -16px;
padding-left: 24px;
padding-right: 24px
}
.sharing-share-options__container {
height: 100%;
background-color: #e9e9e9
}
.sharing-share-options__option {
display: flex;
align-items: center;
padding: 8px 16px;
background-color: #fff;
border-bottom: 1px solid #e6e9ec
}
.sharing-share-options__option:last-child {
border-bottom: none
}
.sharing-share-options__option .sharing-share-options__option-label {
margin: 0;
padding-left: 16px;
width: 100%
}
.sharing-share-options__option .sharing-share-options__option-label::before {
left: auto;
right: 0;
padding: 0
}
.sharing-share-options__description {
flex-grow: 2;
margin-left: 8px
}
.sharing-share-options__header {
text-align: start;
padding: 16px
}
.sharing-share-options__notice {
background-color: #f3f6f8;
padding: 8px
}
.sharing-visibility-options-modal {
box-shadow: none;
border: 0;
padding: 0
}
.sharing-visibility-options-modal__header {
text-align: start
}
.sharing-visibility-options-modal__option {
display: flex;
margin: 0;
padding: 0
}
.sharing-visibility-options-modal__description {
flex-grow: 2
}
.sharing-visibility-options-modal__selected-icon {
color: #0091ca
}
.sharing-visibility-options-modal__description,
.sharing-visibility-options-modal__selected-icon {
align-items: center;
display: flex
}
.sharing-visibility-options-modal__selected-icon .icon-wrapper,
.sharing-visibility-options-modal__selected-icon .svg-icon-wrap {
padding: 12px
}
.sharing-suggested-hashtags {
overflow: auto
}
.sharing-suggested-hashtags--has-hashtags {
border-top: 1px solid #e6e9ec
}
.sharing-suggested-hashtags__hashtag {
line-height: 0
}
.sharing-suggested-hashtags::-webkit-scrollbar {
display: none
}
.sharing-suggested-hashtags .peek-carousel {
margin: 0
}
.sharing-suggested-hashtags .peek-carousel__slides {
padding-bottom: 0
}
.sharing-compulsory-hashtag-tooltip {
text-align: center;
margin-left: -60px;
height: 160px;
width: 264px;
position: relative;
margin-top: -150px
}
.sharing-reshare-view-compulsory-hashtag-tooltip {
right: 10%
}
.sharing-compulsory-hashtag-tooltip__confirm-button {
margin-top: 10px
}
.sharing-compulsory-hashtag-tooltip__close-button {
margin-top: -20px
}
.sharing-compulsory-hashtag-tooltip__header::before {
background-image: url(/sc/h/4cj2bgup7wqo6aww2vs958w9j);
content: "";
display: block;
background-position: center;
width: 50px;
padding-top: 40px;
margin: auto auto auto 40%
}
.sharing-compulsory-hashtag-tooltip-mobile-view artdeco-modal-header,
body.side-panel-is-open .internal-feedback__callout {
display: none
}
.sharing-compulsory-hashtag-tooltip-mobile-view {
text-align: center;
height: 393px;
width: 370px
}
.sharing-compulsory-hashtag-tooltip-mobile-view__content {
margin: -8px -16px
}
.sharing-compulsory-hashtag-tooltip-mobile-view__hashtag-icon {
background-image: url(/sc/h/tr0ek1dgobso4o9t0rs8usf2);
background-position: center;
width: 50px;
margin: 65px auto 24px;
padding-top: 15%
}
.sharing-compulsory-hashtag-tooltip-mobile-view__guide-message {
margin: 12px 16px 24px
}
.sharing-compulsory-hashtag-tooltip-mobile-view__confirm-button {
margin-bottom: 50px
}
.side-panel__overlay {
margin-top: 52px;
align-items: flex-start;
justify-content: flex-end;
background-color: rgba(0, 0, 0, .6);
width: 100%
}
.side-panel__modal {
width: 380px;
height: calc(100vh - 52px);
max-height: 100vh;
border-radius: 0;
background-color: #f3f6f8;
transform: none;
opacity: 1;
overflow: hidden;
animation: side-panel-slide-left .3s cubic-bezier(0, 0, .2, 1)
}
.side-panel__modal artdeco-modal-header {
border: none;
padding: 0
}
.side-panel__modal artdeco-modal-footer {
padding: 0
}
.side-panel__modal artdeco-modal-content {
padding-top: 0;
padding-bottom: 32px;
margin-top: 48px
}
.side-panel__scroll-affordance {
position: absolute;
bottom: 0;
right: 0;
margin-right: 12px;
width: 100%;
height: 56px;
background: linear-gradient(rgba(255, 255, 255, 0), #fff);
pointer-events: none
}
body.side-panel-is-open .ember-application>.ember-view>:not(#artdeco-modal-outlet),
body.side-panel-is-open>.ember-view {
filter: none
}
@keyframes side-panel-slide-left {
0% {
transform: translateX(100%)
}
100% {
transform: translateX(0)
}
}
.launchpad-container {
max-height: 350px;
transition: max-height
}
.launchpad--is-open {
background-color: #e1e9ee
}
.launchpad--is-closed {
background-color: #fff
}
.launchpad--is-below-nav-bar {
margin-top: 52px
}
.launchpad--with-dark-background {
background-color: #e1e9ee
}
.launchpad-container--slide-up {
max-height: 0;
overflow-y: hidden;
transition-duration: 834ms
}
.launchpad__cards {
list-style-type: none
}
.launchpad--is-open .launchpad__cards {
border: 1px solid rgba(0, 0, 0, .15);
border-radius: 2px;
clear: both
}
.launchpad__title--is-open {
max-width: 1080px
}
.launchpad__title--is-closed {
max-width: 480px
}
.launchpad-card--size-large {
align-items: center;
background: #fff;
border-right: 1px solid rgba(0, 0, 0, .15);
box-sizing: border-box;
display: flex;
height: 192px;
justify-content: center;
overflow: hidden;
position: relative;
text-align: center;
width: 33.33333%
}
.launchpad-card--size-large:first-child {
border-bottom-left-radius: 2px;
border-top-left-radius: 2px
}
.launchpad-card--size-large:last-child {
border-right: none;
border-bottom-right-radius: 2px;
border-top-right-radius: 2px
}
.launchpad-card--size-large::before {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 4px 6px rgba(0, 0, 0, .2);
border-radius: 2px;
content: '';
height: 100%;
left: 0;
opacity: .5;
position: absolute;
top: 0;
transform: scale(1);
transition: transform .2s ease-in-out, opacity .1s ease-in, box-shadow .1s ease;
visibility: hidden;
width: 100%;
z-index: 0
}
@media screen and (-ms-high-contrast:active) {
.launchpad-card--size-large::before {
border: 1px solid activeborder
}
}
.launchpad-card--size-small {
max-width: 200px
}
.launchpad-card--is-selected {
overflow: initial
}
.launchpad-card--is-selected::before {
background: #fff;
opacity: 1;
transform: scale3d(1.03, 1.12, 1.12);
visibility: visible;
z-index: 1
}
.launchpad-card--is-selected .launchpad-card--hidden-opacity,
.launchpad-card--is-selected .launchpad-card__content {
transform: translateY(-1%);
position: relative;
z-index: 1
}
.sharing-media-preview-button__close-preview-video--hidden,
.sharing-media-preview-button__open-video-setting--hidden {
visibility: hidden
}
.launchpad-card--is-grayed-out {
background: 0 0;
box-shadow: none
}
.sharing-subaction-bar__publish-action-item .button-secondary-small-muted:hover,
.sharing-subaction-bar__publish-action-item--is-uploaded .button-secondary-small-muted {
box-shadow: inset 0 0 0 1px #0084bf, inset 0 0 0 2px #0084bf, inset 0 0 0 3px transparent;
background-color: transparent;
color: #0084bf
}
.launchpad-card--is-lss {
height: 238px
}
.launchpad-card--hidden-opacity {
opacity: 0
}
.launchpad-card--fade-out {
animation: fade-out 350ms ease-in forwards;
display: none
}
.launchpad-card--fade-in {
animation: fade-in 350ms ease-in forwards
}
.launchpad-card__title {
/*! autoprefixer: off */
display: block;
display: -webkit-box;
margin: 4px;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis
}
.launchpad-card__content {
transition: transform .2s ease-in-out
}
.launchpad-card__header {
position: relative
}
.launchpad-card__icon,
.launchpad-card__icon-container {
height: 56px;
width: 56px
}
.launchpad-card--is-complete .launchpad-card__icon {
background-image: url(/sc/h/dj6cvn64nct6wbza7hew9c93i)
}
.launchpad-card__complete-icon {
bottom: 0;
color: #469a1f;
left: 0;
position: absolute;
right: 0
}
.launchpad-card__mail-closed-icon {
background: url(/sc/h/67ir10el2tbfj55llcd0jh596) center no-repeat
}
.launchpad-card__actions {
display: none;
opacity: 0;
overflow: hidden;
transition: opacity .1s ease-in
}
.launchpad-card--is-selected .launchpad-card__actions {
display: block;
opacity: 1;
overflow: initial
}
.launchpad-add-connections__aggregate-card,
.launchpad-card--is-complete .launchpad-card__actions {
display: none
}
.launchpad-card__mini-content {
border-left: 1px solid rgba(0, 0, 0, .15)
}
.launchpad-card__mini-cta {
height: 100%;
line-height: 20px
}
.launchpad-card__down-arrows {
cursor: pointer;
width: 24px
}
.launchpad-card__top-down-arrow {
color: rgba(0, 0, 0, .3)
}
.launchpad-card__bottom-down-arrow {
color: rgba(0, 0, 0, .6);
margin-top: -19px
}
.launchpad-pymk-list {
align-content: flex-start;
flex-wrap: wrap
}
.launchpad-pymk-list__item {
width: 33.33333%;
outline: #cdcfd2 solid 1px;
background: #fff
}
.launchpad-pymk-list__item:hover {
background: #f3f6f8
}
.launchpad-pymk-modal__header {
background-color: #f3f6f8
}
.launchpad-pymk-modal__body {
height: 479px
}
.launchpad-pymk-modal__body--people-typeahead {
height: 679px
}
.launchpad-pymk-modal__body--no-results {
padding-top: 48px;
padding-bottom: 12px
}
.launchpad-pymk-modal__no-results-image {
background-image: url(/sc/h/5yiot1kmkwlmxrge3hhkc9o81);
height: 230px;
width: 230px
}
.launchpad-pymk-modal__people-typeahead-overlay {
z-index: 1;
height: 100%;
background-color: #fff;
opacity: .5
}
.launchpad-photo-upload__cta {
border: 1px solid transparent;
box-sizing: content-box
}
.launchpad-photo-upload__container:hover .launchpad-photo-upload__cta {
background-color: #0073b1
}
.launchpad-photo-upload__container--mini:hover .launchpad-photo-upload__cta--mini {
background-color: rgba(0, 96, 151, .1)
}
.launchpad-photo-upload__input {
cursor: pointer;
height: 100%;
width: 100%;
top: 0;
left: 0;
opacity: 0;
position: absolute
}
.launchpad-photo-upload__input--large:focus-within~.launchpad-add-full-profile-info__primary-action,
.launchpad-photo-upload__input--large:focus~.launchpad-add-full-profile-info__primary-action {
border-color: #fff;
outline: #96c8fc solid 2px
}
.launchpad-photo-upload__container--mini:focus-within~.launchpad-add-full-profile-info__mini-cta,
.launchpad-photo-upload__container--mini:focus~.launchpad-add-full-profile-info__mini-cta {
outline: #96c8fc solid 2px
}
@keyframes add-connections-pending-invite-card-fade-in {
from {
opacity: 0;
padding-top: 10px
}
to {
opacity: 1;
padding-top: 0
}
}
.launchpad-add-connections--fade-in {
animation: add-connections-pending-invite-card-fade-in .6s ease-in forwards
}
.launchpad-add-connections__icon {
background-image: url(/sc/h/jgz2omhh9nvs84vkskzfa8o3)
}
.launchpad-add-connections__connection-count {
color: #0084bf;
left: 0;
position: absolute;
text-align: center;
top: 14px;
width: 100%
}
.launchpad-add-connections__aggregate-card .launchpad-card__actions {
margin-top: 24px
}
.launchpad-add-connections__aggregate-card-more {
display: inline-block;
padding: 0;
margin: 0;
line-height: 56px;
border: 1px solid #84878a
}
.launchpad-add-connections__aggregate-card--show {
display: block
}
.launchpad-card__add-full-profile-info-intermediate-card-subtitle {
margin-left: 48px;
margin-right: 48px
}
.launchpad-add-full-profile-info__date-selector {
width: 47%
}
.launchpad-add-full-profile-info__company-logo,
.launchpad-add-full-profile-info__default-company-icon {
opacity: 0;
position: absolute;
top: 0;
left: 0;
height: 48px;
width: 48px
}
.launchpad-add-full-profile-info__default-company-icon {
background-image: url(/sc/h/313hulygda8g4cyps4y31snkr);
background-color: #fff;
transition-property: opacity;
transition-timing-function: cubic-bezier(.4, 0, 1, 1);
transition-duration: 334ms
}
.launchpad-card__add-full-profile-info--show-start-date-two .launchpad-card__icon-container {
position: relative;
height: 48px;
width: 48px
}
.launchpad-card__add-full-profile-info--show-start-date-two .launchpad-card__icon {
transition-timing-function: cubic-bezier(.4, 0, 1, 1);
transition-duration: 334ms;
height: 48px;
width: 48px;
background-size: 48px;
opacity: 0;
transition-property: opacity
}
.launchpad-card__add-full-profile-info--show-start-date-two .launchpad-add-full-profile-info__company-logo,
.launchpad-card__add-full-profile-info--show-start-date-two .launchpad-add-full-profile-info__default-company-icon {
opacity: 1
}
.launchpad-add-full-profile-info--is-start-date-treatment .launchpad-card__actions {
height: 0
}
.launchpad-add-full-profile__actions--slide-up {
transition-timing-function: cubic-bezier(0, 0, .2, 1);
transition-duration: 334ms;
height: 0;
overflow: hidden;
transition-property: height;
position: absolute;
left: 0;
right: 0;
bottom: 0
}
.launchpad-card__add-full-profile-info--show-start-date-one .launchpad-card__actions {
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
transition-duration: 167ms;
height: 68px;
transition-property: height
}
.launchpad-card__add-full-profile-info--show-start-date-two .launchpad-add-full-profile__actions--slide-up {
height: 68px
}
.launchpad-add-full-profile-info--is-start-date-treatment.launchpad-card--is-selected .launchpad-card__content {
transform: none
}
.launchpad-add-full-profile-info__date-selector-container--is-cjk-language {
direction: rtl
}
.launchpad-add-full-profile-info__date-selector-container--is-cjk-language>span {
direction: ltr
}
.launchpad-add-full-profile-info__same-name-count-container {
box-sizing: border-box;
border: 1px solid rgba(0, 0, 0, .6);
border-radius: 49.9%;
transform: translateY(-50%) translateY(2px) translateX(3px);
font-size: 1.2rem;
color: rgba(0, 0, 0, .6);
display: inline-block;
text-align: center;
z-index: 2;
width: 34px;
height: 34px;
line-height: 34px;
transform: none;
background: 0 0;
margin-top: 10px
}
[dir=rtl] .launchpad-add-full-profile-info__same-name-count-container {
transform: translateY(-50%) translateY(2px) translateX(3px)
}
.launchpad-add-full-profile-info__same-name-count-container:before {
border-radius: 49.9%
}
.launchpad-card--is-selected .launchpad-card-expert-sales-tips__content {
position: initial;
transform: none
}
.launchpad-card--is-complete .launchpad-card-expert-sales-tips__icon {
background-image: url(/sc/h/duuvg50ehznblzzm3p3cmxu8j)
}
.launchpad-card-expert-sales-tips__actions {
bottom: 0;
display: block;
left: 0;
opacity: 1;
overflow: initial;
position: absolute;
right: 0
}
.launchpad-card-expert-sales-tips__header {
left: 0;
position: absolute;
right: 0;
top: 0
}
.launchpad-card--is-selected .launchpad-card-find-new-leads-accounts__content {
position: initial;
transform: none
}
.launchpad-card--is-complete .launchpad-card-find-new-leads-accounts__icon {
background-image: url(/sc/h/7th7q4ba372xivurw8b3dosy3)
}
.launchpad-card-find-new-leads-accounts__actions {
display: block;
opacity: 1;
overflow: initial;
position: absolute;
bottom: 0;
left: 0;
right: 0
}
.launchpad-card-find-new-leads-accounts__header {
position: absolute;
top: 0;
left: 0;
right: 0
}
.launchpad-card--is-selected .launchpad-card-set-sales-preferences__content {
position: initial;
transform: none
}
.launchpad-card--is-complete .launchpad-card-set-sales-preferences__icon {
background-image: url(/sc/h/brnrmvhanujyjodqlwqn0jxpm)
}
.launchpad-card-set-sales-preferences__actions {
display: block;
opacity: 1;
overflow: initial;
position: absolute;
bottom: 0;
left: 0;
right: 0
}
.launchpad-card-set-sales-preferences__header {
position: absolute;
top: 0;
left: 0;
right: 0
}
.launchpad-stay-informed__icon {
background-image: url(/sc/h/6bsoysvzaiotsgbbodlh2har3)
}
.launchpad-pending-invite__invitation {
display: none;
background: #fff
}
.launchpad-pending-invite__invitation:first-child {
display: block
}
.launchpad-pending-invite__invitation.launchpad-pending-invite__invitation--hide {
display: none
}
.launchpad-pending-invite__invitation.launchpad-pending-invite__invitation--show {
display: block
}
.launchpad-pending-invite__profile-image {
margin: 12px auto 8px;
display: block;
flex-shrink: 0
}
.launchpad-pending-invite__shared-insights-icon {
vertical-align: sub
}
.launchpad-pending-invite__occupation {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 275px;
margin: 0 auto
}
.launchpad-pending-invite__action-icon {
display: none
}
.launchpad-pending-invite__action-status {
margin-bottom: 12px
}
.launchpad-pending-invite__action-status--accept {
color: #398b18
}
.launchpad-pending-invite__action-status--accept .launchpad-pending-invite__action-icon {
display: inline-block;
margin-right: 4px
}
.launchpad-card--is-complete .launchpad-gta-promo .launchpad-card__icon {
background-image: url(/sc/h/2jhs2hxfuy763uxiqhf76maji)
}
.launchpad-gta-promo__actions.launchpad-card__actions {
display: block;
opacity: 1
}
.launchpad-card--is-complete .launchpad-qr-code-gta-promo .launchpad-card__icon {
background: url(/sc/h/75u07gxts3aksopam8gnasbtt) center/contain no-repeat;
border: 4px solid #fff;
width: 80px;
height: 80px
}
.launchpad-connections-bullseye__icon,
.launchpad-student-connections__icon {
background-image: url(/sc/h/jgz2omhh9nvs84vkskzfa8o3)
}
@keyframes invites-sent-transition-to-keep-connecting-card {
from {
opacity: 1;
margin-top: 8px;
margin-bottom: 0
}
to {
opacity: 0;
margin-top: -10px;
margin-bottom: 20px
}
}
.launchpad-invites-sent--fade-out {
animation: invites-sent-transition-to-keep-connecting-card 350ms cubic-bezier(.4, 0, .2, 1) forwards;
display: none
}
.launchpad-community-connect .launchpad-card__title {
font-size: 1.6rem;
line-height: 1.25;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin-top: 0
}
.launchpad-community-connect .launchpad-card__subtitle {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin: auto;
width: 360px
}
.launchpad-community-connect__action-text--invited {
color: #469a1f
}
.launchpad-community-connect__action-text--error {
color: #ee1620
}
.launchpad-student-connections__connection-count {
color: #0084bf;
left: 0;
position: absolute;
text-align: center;
top: 14px
}
.launchpad-connections-bullseye__connection-count {
color: #0084bf;
left: 0;
top: 14px
}
.launchpad-add-photo__same-name-count-container {
box-sizing: border-box;
border: 1px solid rgba(0, 0, 0, .6);
border-radius: 49.9%;
transform: translateY(-50%) translateY(2px) translateX(3px);
font-size: 1.2rem;
color: rgba(0, 0, 0, .6);
display: inline-block;
text-align: center;
z-index: 2;
width: 34px;
height: 34px;
line-height: 34px;
transform: none;
background: 0 0;
margin-top: 10px
}
[dir=rtl] .launchpad-add-photo__same-name-count-container {
transform: translateY(-50%) translateY(2px) translateX(3px)
}
.launchpad-add-photo__same-name-count-container:before {
border-radius: 49.9%
}
.launchpad-done {
background: #e1e9ee;
position: relative;
text-align: center
}
.launchpad-done-fade-in {
animation: 1s ease-in 1 both fade-in;
opacity: 0
}
.launchpad-done--is-below-nav-bar {
margin-top: 52px
}
.launchpad-done__dismiss-button {
color: rgba(0, 0, 0, .6)
}
.launchpad-done__icon {
animation-delay: .3s;
background-image: url(/sc/h/3tvwc2j64uiactl3ont18461m);
background-position: center center;
display: block;
height: 118px;
width: 230px
}
.sharing-media-preview-button__close-preview-video--hidden li-icon,
.sharing-media-preview-button__open-video-setting--hidden li-icon {
display: none
}
.launchpad-done__content {
margin: 0 auto;
max-width: 600px
}
.launchpad-done__content--is-sales-nav-intro {
max-width: 700px
}
.launchpad-done__heading {
animation-delay: .2s;
font-weight: 400
}
.launchpad-done__message {
animation-delay: .1s
}
@keyframes sharing-media-button-show {
0% {
opacity: 0;
transform: scale(.5)
}
100% {
opacity: 1;
transform: scale(1)
}
}
@keyframes sharing-media-button-hide {
0% {
opacity: 1;
transform: scale(1)
}
100% {
opacity: 0;
transform: scale(.5)
}
}
@keyframes sharing-expand {
0% {
height: 0;
top: -65px
}
100% {
height: 107px;
top: 0
}
}
@keyframes sharing-header-expand {
0% {
top: -70px;
opacity: 0
}
100% {
top: 0;
opacity: 1
}
}
@keyframes sharing-exit {
0% {
height: 107px;
top: 0
}
100% {
height: 50px;
top: 7px
}
}
@keyframes sharing-header-exit {
0% {
top: 0;
opacity: 1;
max-height: 107px
}
100% {
top: -70px;
opacity: 0;
max-height: 0
}
}
@keyframes sharing-media-preview-close-right {
0% {
left: 252px
}
99% {
left: 492px
}
100% {
right: 0
}
}
@keyframes sharing-media-preview-video-player-show {
0% {
opacity: 0;
transform: scale(.5);
height: 100%;
width: 100%
}
100% {
opacity: 1;
transform: scale(1);
height: 100%;
width: 100%
}
}
@keyframes sharing-media-preview-video-attachment-hide {
0% {
opacity: 1;
transform: scale(1)
}
100% {
transform: scale(.5);
opacity: 0
}
}
@keyframes sharing-drag-and-drop__bounce {
0%,
15% {
transform: translateY(0)
}
100%,
85% {
transform: translateY(30px)
}
}
.sharing-media-preview-button {
position: absolute;
top: 0;
right: 8px;
color: #fff;
z-index: 1
}
.sharing-media-preview-button__close-preview-video {
position: absolute;
margin-top: 4px;
margin-right: 4px;
z-index: 1;
width: 24px;
height: 24px;
padding: 0 12px
}
.sharing-media-preview-button__close-preview-video li-icon {
margin: -2px -8px;
padding: 0
}
.sharing-media-preview-button__close-preview-video--attachment {
left: 252px
}
.sharing-media-preview-button__close-preview-video--player {
animation-name: sharing-media-preview-close-right;
animation-duration: .5s;
animation-fill-mode: forwards;
animation-timing-function: ease-in-out
}
.sharing-media-preview-button__open-video-setting {
position: absolute;
top: calc(24px + 4px);
right: 0;
margin-top: 4px;
margin-right: 4px;
z-index: 1;
width: 24px;
height: 24px;
padding: 0 12px;
animation-name: fade-in;
animation-duration: .5s;
animation-fill-mode: forwards;
animation-timing-function: ease-out;
animation-delay: .75s;
opacity: 0
}
.sharing-media-preview-button__open-video-setting li-icon {
margin: -2px -8px;
padding: 0
}
.sharing-share-box__post-button>.sharing-post-share-button__loading-icon {
height: 100%;
width: 100%;
color: #fff;
margin: -1px auto auto
}
.sharing-share-box__post-button>.sharing-post-share-button__loading-icon>.artdeco-spinner {
height: 42px
}
.sharing-share-action-media {
position: relative;
color: #84878a
}
.sharing-share-action-media.sharing-share-action-media--is-active .sharing-share-action-media__upload-input-label,
.sharing-share-action-media:hover .sharing-share-action-media__upload-input-label {
color: #0084bf
}
.sharing-share-action-media__upload-input {
position: absolute;
top: 0;
right: 0;
bottom: 0;
margin: 0;
opacity: 0;
cursor: pointer
}
.sharing-share-action-media__upload-input-label,
.sharing-share-action-media__upload-input-label--is-focused {
height: auto;
width: auto;
margin: 2px;
font-weight: 600;
color: rgba(0, 0, 0, .6)
}
.sharing-share-action-media__upload-input-label--is-focused {
outline: dotted 1px;
outline: -webkit-focus-ring-color auto 5px
}
.sharing-share-action-media__upload-camera-icon {
opacity: 1
}
.sharing-share-action-media__upload-camera-icon--is-animating {
animation: sharing-media-button-hide 2s ease-out alternate infinite
}
.sharing-share-action-media__upload-video-camera-icon {
opacity: 0;
animation: sharing-media-button-show 2s ease-in alternate infinite
}
.sharing-share-action-media--no-upload-input-label .sharing-share-action-media__upload-input-label {
color: rgba(0, 0, 0, .6);
height: 0;
width: 0
}
.sharing-share-action-media__upload-input-label--no-labels {
overflow: hidden;
position: relative
}
.sharing-subaction-bar--is-collapsed.sharing-subaction-bar--is-collapsed {
border-top: none
}
.sharing-subaction-bar__media-button {
right: 12px;
top: -44px;
color: #84878a
}
.sharing-subaction-bar__media-button.sharing-subaction-bar__media-button {
position: absolute
}
.sharing-subaction-bar__video-tooltip-container {
display: inline-block;
position: relative;
margin: -4px 0 0
}
.sharing-subaction-bar__document-button,
.sharing-subaction-bar__photo-button,
.sharing-subaction-bar__video-button {
float: left
}
.sharing-subaction-bar__publish-actions {
float: left;
position: absolute;
color: #84878a;
top: 8px
}
.sharing-subaction-bar__publish-actions--genesis-sharebox-v2 {
float: initial;
position: relative;
top: 0
}
.sharing-subaction-bar__button-text {
margin-left: 8px;
vertical-align: top
}
.sharing-subaction-bar__publish-action-item {
color: rgba(0, 0, 0, .6);
display: inline;
margin-right: 4px;
float: left
}
.sharing-subaction-bar__publish-action-item a {
color: rgba(0, 0, 0, .6);
text-decoration: none
}
.sharing-subaction-bar__publish-action-item .button-secondary-small-muted {
height: 32px;
padding-top: 4px;
border-radius: 16px;
text-decoration: none;
font-weight: 600
}
.sharing-subaction-bar__publish-action-item .button-secondary-small-muted li-icon {
margin-left: 1px
}
.sharing-subaction-bar__publish-action-item .button-secondary-small-muted.small-icon li-icon {
margin: 0;
padding: 0
}
.sharing-subaction-bar__publish-action-item .button-secondary-small-muted.small-icon li-icon>svg {
height: 17px;
width: 17px;
float: none
}
.sharing-subaction-bar__publish-post-link.sharing-subaction-bar__publish-post-link li-icon {
padding: 0;
top: 4px;
vertical-align: middle
}
.sharing-subaction-bar__save-button {
margin-left: 12px;
margin-top: -8px
}
.sharing-subaction-bar__cancel-button {
margin-top: -8px
}
.sharing-subaction-bar__publish-action-item--is-uploaded .button-secondary-small-muted .sharing-share-action-media__upload-input-label {
color: #0084bf
}
.sharing-subaction-bar__publish-action-item--no-labels {
padding-left: 8px;
padding-right: 12px
}
.sharing-create-reshare-view {
background-color: #fff
}
.sharing-create-reshare-view__warn-msg {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6);
padding: 8px 0
}
.sharing-create-reshare-view__content {
width: 100%;
margin-bottom: 16px
}
.sharing-create-share-view__wrapper {
margin: 0 0 8px;
background: #fff;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
color: #84878a;
display: flex;
flex-direction: column;
height: 100%;
max-height: 100%;
position: relative
}
.sharing-create-share-view__create-content {
flex-grow: 1;
margin-left: 0
}
.ie .sharing-create-share-view__create-content {
flex: 0 0 auto
}
.sharing-create-share-view__create-content--is-expanded {
animation: sharing-expand .1s ease-in;
padding: 0 16px 16px;
position: relative
}
.sharing-create-share-view__create-content--is-expanded:-ms-input-placeholder {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.sharing-create-share-view__create-content--is-expanded::placeholder {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.sharing-create-share-view__create-content--is-removed {
animation: sharing-exit .1s ease-out forwards
}
.sharing-create-share-view__create-content--is-save-post:visited,
.sharing-create-share-view__create-content--is-save-post:visited:hover {
color: #0084bf
}
.sharing-create-share-view__create-content--is-save-post-container {
width: 0
}
.sharing-create-share-view__create-content--is-default {
font-size: 1.6rem;
line-height: 1.75;
font-weight: 400;
color: rgba(0, 0, 0, .75);
border-bottom: 1px solid #e6e9ec;
margin: 0 16px;
padding: 24px 0
}
.sharing-create-share-view__create-content-genesis-sharebox-v2 {
display: flex;
justify-content: space-between;
align-items: center;
height: 80px;
padding: 0
}
.sharing-create-share-view__create-content-genesis-sharebox-v2 .button-secondary-medium-round-muted:hover:not(:disabled),
.sharing-create-share-view__create-content-genesis-sharebox-v2 .sharing-share-action-media--is-active {
background-color: rgba(0, 132, 191, .1);
color: #0091ca;
box-shadow: inset 0 0 0 1px #0091ca, inset 0 0 0 2px #0091ca, inset 0 0 0 1px transparent
}
.sharing-create-share-view__create-content-genesis-sharebox-v2 li-icon {
margin: -8px 0 0 -8px
}
.sharing-create-share-view__create-content-genesis-sharebox-v2:hover {
text-decoration: underline
}
.sharing-create-share-view__create-content-genesis-sharebox-v2--without-border {
border-bottom: none
}
.sharing-create-share-view__video-uploading-shade::after {
content: "";
background-color: rgba(255, 255, 255, .5);
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%
}
.sharing-create-share-view__video-uploading-shade--with-progress-bar::after {
height: calc(100% - 44px)
}
.sharing-create-share-view__warn-msg {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.sharing-create-share-view__warn-msg-count {
margin-left: auto
}
.sharing-create-share-view__warn-msg-icon {
top: 10px
}
.sharing-create-share-view__identity-header {
overflow: visible
}
.sharing-create-share-view__identity-header--is-removed {
animation: sharing-header-exit .1s ease-out forwards
}
.sharing-create-share-view__post-meta {
animation: sharing-header-expand .1s ease-in
}
.sharing-share-box--is-focused {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 12px 18px 1px rgba(0, 0, 0, .2);
transition: box-shadow 83ms;
position: relative;
z-index: 100
}
.sharing-share-box--is-unfocused {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
transition: box-shadow 83ms
}
@media screen and (-ms-high-contrast:active) {
.sharing-share-box--is-focused,
.sharing-share-box--is-unfocused {
border: 1px solid activeborder
}
}
.sharing-share-box--is-focused.sharing-share-box--genesis-focus .sharing-create-share-view {
position: relative;
z-index: 100
}
.sharing-share-box__genesis-sharebox-v2-button {
box-shadow: none;
border-radius: none
}
.sharing-share-box__genesis-sharebox-v2-button .sharing-share-action-media__upload-input-label {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .6);
cursor: pointer;
margin: 0;
display: inline-flex
}
.sharing-share-box__genesis-sharebox-v2-button .sharing-share-box__genesis-sharebox-v2-input-label,
.sharing-share-box__genesis-sharebox-v2-button:active,
.sharing-share-box__genesis-sharebox-v2-button:visited,
.sharing-share-box__genesis-sharebox-v2-button:visited:hover {
color: #0084bf
}
.sharing-share-box__genesis-sharebox-v2-button .sharing-share-action-media__upload-input-label--is-focused {
outline: 0
}
.sharing-share-box__post-button,
.sharing-visibility-select__dropdown-trigger {
cursor: pointer;
font-family: inherit;
outline-width: 2px;
text-align: center;
vertical-align: middle;
z-index: 0;
text-decoration: none
}
.sharing-share-box__genesis-sharebox-v2-button .sharing-subaction-bar__video-button {
display: inline-flex;
align-items: center
}
.sharing-share-box__genesis-sharebox-v2-button[disabled] {
color: rgba(0, 0, 0, .3)
}
.sharing-share-box__genesis-sharebox-v2-button .sharing-subaction-bar__button-text {
margin-left: 0
}
.sharing-share-box__genesis-sharebox-v2-button.sharing-subaction-bar__publish-post-link {
align-items: center;
display: inline-flex;
cursor: pointer
}
.sharing-share-box__genesis-sharebox-v2-button.sharing-subaction-bar__publish-post-link .svg-icon-wrap li-icon {
top: 0;
margin: 0
}
.sharing-share-box__genesis-sharebox-v2-button.sharing-subaction-bar__publish-post-link .svg-icon-wrap {
display: flex;
align-items: center;
margin-right: 4px
}
.sharing-share-box__post-button {
background-color: #0073b1;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
display: inline-block;
font-size: 1.4rem;
font-weight: 600;
height: 24px;
line-height: 24px;
overflow: hidden;
padding: 0 16px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1)
}
@media only screen and (-ms-high-contrast:active) {
.sharing-share-box__post-button {
border: 1px solid currentColor;
line-height: 22px
}
}
html.edge .sharing-share-box__post-button:focus,
html.ie .sharing-share-box__post-button:focus {
outline: #7f7f7f dashed 1px
}
.sharing-share-box__post-button li-icon {
top: 1px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.sharing-share-box__post-button li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .sharing-share-box__post-button,
.ie .sharing-share-box__post-button {
border-radius: 0
}
.sharing-share-box__post-button.focus,
.sharing-share-box__post-button.hover-not-disabled,
.sharing-share-box__post-button:focus,
.sharing-share-box__post-button:hover:not(:disabled):not(.disabled) {
background-color: #006097;
color: #fff
}
.sharing-share-box__post-button.active-not-disabled,
.sharing-share-box__post-button:active:not(:disabled):not(.disabled) {
background-color: #004b7c;
color: #fff
}
.sharing-share-box__post-button.disabled,
.sharing-share-box__post-button:disabled {
color: rgba(255, 255, 255, .45);
background-color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.sharing-share-box .sharing-share-box__post-button[disabled] {
color: rgba(255, 255, 255, .7)
}
.sharing-share-box__url-input-popover {
left: -50px;
transform: none
}
.sharing-share-box .hero-entity .media-element {
max-height: 510px;
display: block;
margin: 0 auto;
max-width: 100%;
background-color: #fff
}
.sharing-share-box__visibility-select-container {
animation: fade-in .1s ease-in;
position: relative;
margin-right: 8px;
float: left
}
.sharing-share-box__visibility-select-container .dropdown {
overflow: visible
}
.sharing-share-box__visibility-select-container--is-removed {
animation: fade-out .1s ease-out forwards
}
.sharing-share-box__sharing-subaction-bar {
border-top: 1px solid #e6e9ec;
display: inline-block;
position: relative;
padding: 8px 16px 0;
background-color: inherit;
height: 48px;
transform: none
}
.sharing-share-box__sharing-subaction-bar--genesis-sharebox-v2-without-post-button {
background: #f3f6f8;
border-top: none
}
.sharing-share-box__post-button-container {
float: right
}
.sharing-share-box__media-preview {
margin: 16px 0 0;
border: 1px solid #E6E9EC;
position: relative
}
.sharing-share-box__media-preview--video {
border: 0
}
.sharing-share-box__media-preview-attachment {
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
transition: box-shadow 83ms;
height: 64px;
padding: 12px 52px;
position: relative;
overflow: hidden;
box-sizing: border-box;
float: left;
box-shadow: none;
margin: 0;
width: 280px
}
.sharing-share-box__media-preview-attachment ul[role=tablist] {
border-top: 0
}
@media only screen and (-ms-high-contrast:active) {
.sharing-share-box__media-preview-attachment {
border: 1px solid activeborder
}
}
.sharing-share-box__media-preview-attachment:before {
display: block;
position: absolute;
top: 0;
left: 0;
background-color: #485d69;
content: "Attachment Icon";
text-indent: -999px;
background-position: 0 -216px;
background-image: url(/sc/h/cwn0a0e7hog2i33c88ucrvot5);
width: 24px;
height: 24px;
border-style: solid;
border-color: #485d69;
border-width: 20px 10px
}
.sharing-share-box__media-preview-attachment button {
position: absolute;
border: 0;
margin: -8px 0 0;
padding: 0;
top: 50%;
left: initial;
width: 16px;
height: 16px;
line-height: 64px;
cursor: pointer;
background: 0 0;
color: rgba(0, 0, 0, .6);
opacity: 0;
transition: opacity .3s;
font-weight: 600;
right: 8px;
font-size: 0;
text-indent: -999px;
overflow: hidden
}
.sharing-share-box__media-preview-attachment button>svg {
height: 16px;
margin-right: 8px;
width: 16px;
display: block
}
.sharing-share-box__media-preview-attachment button li-icon {
display: block;
margin-right: 8px;
color: rgba(0, 0, 0, .6)
}
.sharing-share-box__media-preview-attachment button li-icon>svg {
display: block
}
.sharing-share-box__media-preview-attachment button li-icon,
.sharing-share-box__media-preview-attachment button span,
.sharing-share-box__media-preview-attachment button>svg {
vertical-align: middle
}
.sharing-share-box__media-preview-attachment .attachment-filename {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap
}
.sharing-share-box__media-preview-attachment .attachment-filesize {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.sharing-share-box__media-preview-attachment.focus button,
.sharing-share-box__media-preview-attachment.hover button,
.sharing-share-box__media-preview-attachment:focus button,
.sharing-share-box__media-preview-attachment:hover button {
opacity: 1
}
.sharing-share-box__media-preview-attachment::before {
display: none
}
.sharing-share-box__attachment-icon-container {
position: absolute;
top: 0;
left: 0;
background: #485d69;
color: #fff;
width: 44px;
height: 100%
}
.sharing-share-box__media-preview-attachment-icon {
margin: 20px 10px
}
.sharing-share-box__upload-bar {
width: 100%;
height: 4px;
display: inline-block;
margin-right: 24px
}
.sharing-share-box__upload-bar .artdeco-completeness-background {
height: 4px
}
.sharing-share-box__upload-overlay {
background-color: #fff;
display: flex;
align-items: center;
margin-top: 12px;
width: 100%;
height: 24px
}
.sharing-share-box__upload-cancel-button {
position: absolute;
right: 0;
margin-right: 8px
}
.sharing-share-box__media-preview-video-player {
position: absolute;
overflow: hidden;
height: 1px;
width: 1px
}
.sharing-share-box__media-preview-video-player .video-adapter__video,
.sharing-share-box__media-preview-video-player .video-s-loader__video-element {
position: absolute;
height: 100%;
width: 100%
}
.sharing-share-box__media-preview-video-player .video-adapter__video .vjs-tech {
width: 100%
}
.sharing-share-box__media-preview-video-player .video-s-loader__exit-button {
display: none
}
.sharing-share-box__media-preview-video-player--expanded {
animation-name: sharing-media-preview-video-player-show;
animation-duration: .5s;
animation-fill-mode: forwards;
animation-timing-function: ease-out;
animation-delay: .75s;
transform-origin: 50% 50% 0
}
.sharing-share-box__media-preview-video-player--expanded:-webkit-full-screen-ancestor {
animation: none;
height: 100%;
width: 100%;
visibility: visible
}
.sharing-share-box__media-preview-video-attachment--collapsed {
animation-name: sharing-media-preview-video-attachment-hide;
animation-duration: .5s;
animation-fill-mode: forwards;
animation-timing-function: ease-in;
transform-origin: calc(280px / 2) calc(64px / 2) 0
}
.sharing-share-box__media-preview-container {
transition-duration: .5s;
height: 64px;
width: 280px;
box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
background-clip: padding-box;
border-radius: 2px
}
.sharing-share-box__media-preview-container--with-player {
width: 100%
}
.sharing-url-preview__hero-entity {
max-height: 272px;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center
}
.sharing-url-preview__hero-entity-image {
width: 100%;
display: block;
margin: 0 auto
}
.sharing-photo-preview--overlay-open {
min-height: 160px
}
.sharing-photo-preview__add-description-button li-icon {
top: 3px
}
.sharing-photo-preview__add-description-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, .75)
}
.sharing-photo-preview__add-description-form {
position: relative;
top: 50%;
transform: translateY(-50%);
margin: 0 10%
}
.sharing-photo-preview__add-description-form::after {
content: '';
display: table;
clear: both
}
.sharing-posting-options {
float: right;
position: relative;
top: 4px
}
.sharing-posting-options--is-disabled {
margin-top: 4px;
float: right
}
.sharing-posting-options--genesis-sharebox-v2 {
float: initial;
position: relative;
top: 0
}
.sharing-posting-options--genesis-sharebox-v2-is-disabled {
margin-top: 0;
float: initial
}
.sharing-visibility-select__icon {
position: relative;
top: 5px;
padding-right: 8px;
float: left
}
.sharing-visibility-select__comments-settings-label.sharing-visibility-select__comments-settings-label {
margin: 0;
padding-left: 40px
}
.sharing-visibility-select__comments-settings-label.sharing-visibility-select__comments-settings-label::before {
margin-left: 2px;
margin-top: 8px
}
.sharing-visibility-select__comments-settings-label.sharing-visibility-select__comments-settings-label::after {
margin-top: 10px;
margin-left: 5px
}
.sharing-visibility-select__comments-settings {
padding: 8px 16px
}
.sharing-visibility-select__comments-settings.sharing-visibility-select__comments-settings:hover {
background-color: transparent
}
.sharing-visibility-select__dropdown-title {
background: #f3f6f8;
border-top: 1px solid rgba(0, 0, 0, .15);
color: #44474a;
font-size: 14px!important;
height: 20px!important;
line-height: 24px!important;
padding: 0 12px 24px!important;
text-transform: uppercase
}
.sharing-visibility-select__nav-dropdown-item {
border-bottom: 1px solid #f3f6f8
}
.sharing-visibility-select__nav-dropdown-item .svg-icon-wrap {
padding-right: 8px
}
.sharing-visibility-select__nav-dropdown-item svg {
color: #696c6f
}
.sharing-visibility-select__nav-dropdown-item.sharing-visibility-select__nav-dropdown-item--active svg,
.sharing-visibility-select__nav-dropdown-item:hover svg {
color: #0091ca
}
.sharing-visibility-select__option-title {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9)
}
.sharing-visibility-select__option-description {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400;
color: rgba(0, 0, 0, .9)
}
.sharing-visibility-select__dropdown-trigger {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
display: inline-block;
font-size: 1.4rem;
font-weight: 600;
height: 24px;
line-height: 24px;
overflow: hidden;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px transparent, inset 0 0 0 1px transparent;
padding: 0 8px
}
@media only screen and (-ms-high-contrast:active) {
.sharing-visibility-select__dropdown-trigger {
border: 1px solid currentColor;
line-height: 22px
}
}
html.edge .sharing-visibility-select__dropdown-trigger:focus,
html.ie .sharing-visibility-select__dropdown-trigger:focus {
outline: #7f7f7f dashed 1px
}
.sharing-visibility-select__dropdown-trigger li-icon {
top: 1px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.sharing-visibility-select__dropdown-trigger li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .sharing-visibility-select__dropdown-trigger,
.ie .sharing-visibility-select__dropdown-trigger {
border-radius: 0
}
.sharing-visibility-select__dropdown-trigger:hover:not(:disabled)[data-is-animating-click=true],
.sharing-visibility-select__dropdown-trigger:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px transparent, inset 0 0 0 1px rgba(0, 0, 0, .9)
}
.sharing-visibility-select__dropdown-trigger.focus,
.sharing-visibility-select__dropdown-trigger.hover-not-disabled,
.sharing-visibility-select__dropdown-trigger:focus,
.sharing-visibility-select__dropdown-trigger:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px rgba(0, 0, 0, .75), inset 0 0 0 1px transparent
}
.sharing-visibility-select__dropdown-trigger.active-not-disabled,
.sharing-visibility-select__dropdown-trigger:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.sharing-visibility-select__dropdown-trigger.disabled,
.sharing-visibility-select__dropdown-trigger:disabled {
color: rgba(0, 0, 0, .25);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .25);
cursor: not-allowed
}
.sharing-visibility-select__dropdown-trigger .svg-icon-wrap {
float: left;
padding-right: 8px;
transform: translateY(10%)
}
.sharing-visibility-select__dropdown-trigger .svg-icon-wrap li-icon {
width: 24px;
left: 8px
}
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 6px 9px rgba(0, 0, 0, .2);
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
transition: box-shadow 83ms;
box-sizing: border-box;
display: inline-block;
max-width: 264px;
max-height: 548px;
z-index: 999;
margin: 0;
padding: 0;
position: absolute;
left: inherit;
width: 360px;
right: 0;
min-width: 360px
}
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul[role=tablist] {
border-top: 0
}
@media only screen and (-ms-high-contrast:active) {
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown {
border: 1px solid activeborder
}
}
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl>dt,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown h1,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown h2,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown h3,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown h4,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown h5,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown h6 {
font-size: 1.4rem;
font-weight: 600;
color: rgba(0, 0, 0, .9);
height: 36px;
line-height: normal;
margin-bottom: 0;
padding: 8px 16px;
box-sizing: border-box
}
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul {
display: inline-block;
list-style-type: none;
width: 100%
}
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl a,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl button,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol a,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol button,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul a,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul button {
font-size: 1.4rem;
font-weight: 600;
color: rgba(0, 0, 0, .6);
display: inline-block;
width: 100%;
min-height: 36px;
line-height: normal;
max-height: 52px;
padding: 8px 16px;
cursor: pointer;
box-sizing: border-box;
word-break: break-all
}
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl a[disabled],
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl button[disabled],
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol a[disabled],
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol button[disabled],
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul a[disabled],
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul button[disabled] {
opacity: .25
}
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl a:not(:first-child),
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl button:not(:first-child),
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol a:not(:first-child),
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol button:not(:first-child),
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul a:not(:first-child),
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul button:not(:first-child) {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400
}
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl a.focus,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl a.hover,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl a:focus,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl a:hover,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl button.focus,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl button.hover,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl button:focus,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl button:hover,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol a.focus,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol a.hover,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol a:focus,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol a:hover,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol button.focus,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol button.hover,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol button:focus,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol button:hover,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul a.focus,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul a.hover,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul a:focus,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul a:hover,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul button.focus,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul button.hover,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul button:focus,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul button:hover {
color: rgba(0, 0, 0, .75);
text-decoration: none
}
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl a.active,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl a:active,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl button.active,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl button:active,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol a.active,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol a:active,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol button.active,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol button:active,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul a.active,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul a:active,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul button.active,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul button:active {
color: #006097;
background: rgba(152, 216, 244, .45)
}
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown hr {
margin: 8px 0 4px;
width: 100%;
border-color: rgba(0, 0, 0, .15);
display: block;
float: none
}
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown>dl dt~dt {
padding-top: 6px;
border-top: 1px solid rgba(0, 0, 0, .15);
margin-top: 8px
}
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown:after,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown:before {
left: 100%;
position: absolute
}
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown:before {
border-color: transparent;
border-style: solid;
border-width: 0 10px;
border-bottom: 10px rgba(0, 0, 0, .15) solid;
content: "";
height: 0;
width: 0;
margin-left: -35px;
top: -10px
}
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown:after {
border-color: transparent;
border-style: solid;
border-width: 0 9px;
border-bottom: 9px #fff solid;
content: "";
height: 0;
width: 0;
margin-left: -34px;
top: -9px
}
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown .sharing-visibility-select__nav-dropdown-item-a11y {
height: auto;
width: 100%;
text-align: left
}
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul button {
max-height: none
}
artdeco-modal .sharing-visibility-select__vis-dropdown {
bottom: 24px
}
artdeco-modal .sharing-visibility-select__vis-dropdown::after,
artdeco-modal .sharing-visibility-select__vis-dropdown::before {
display: none
}
.sharing-visibility-select__toggle-text {
color: #7a8b98;
float: left;
padding: 0 8px;
transform: translateY(25%)
}
.sharing-visibility-select__loader {
bottom: -30px;
position: absolute;
right: 0
}
.sharing-visibility-select__loader li-icon {
height: 30px;
width: 50px
}
.sharing-visibility-select__loader svg {
height: 40px
}
.sharing-edit-share__subaction-bar {
display: flex;
justify-content: flex-end;
background-color: transparent;
padding: 16px 16px 0
}
.sharing-subaction-bar__document-edit-info {
line-height: 1.42857;
color: #6a7e89;
font-size: 12px;
left: 12px;
margin-left: -10px;
max-width: 325px;
top: 5px;
position: absolute
}
.sharing-edit-share__char-count-warn {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.sharing-post-meta {
display: flex;
flex-wrap: nowrap;
margin: 16px 16px 8px;
align-items: center
}
.sharing-post-meta__name {
margin-right: 32px;
max-width: calc(100% - 22px);
vertical-align: top
}
.sharing-post-meta__influencer-badge {
display: inline-block;
height: 16px;
width: 16px;
vertical-align: top;
margin-top: 1px;
margin-left: 4px;
overflow: hidden
}
.sharing-post-meta__influencer-badge li-icon>svg {
height: 16px
}
.sharing-mentions-input.mentions-texteditor .mentions-search-results {
width: 360px
}
.sharing-mentions-input .mentions-search-results {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
transition: box-shadow 83ms;
border-radius: 2px
}
@media screen and (-ms-high-contrast:active) {
.sharing-mentions-input .mentions-search-results {
border: 1px solid activeborder
}
}
.sharing-mentions-input .mentions-search-results::after,
.sharing-mentions-input .mentions-search-results::before {
content: none
}
.sharing-mentions-input .mentions-search-item {
border: 1px solid #f3f6f8;
border-top: none
}
.sharing-drag-and-drop {
background-color: rgba(0, 0, 0, .75);
opacity: 1;
z-index: 1001
}
.sharing-drag-and-drop--hidden {
opacity: 0;
visibility: hidden
}
.sharing-drag-and-drop__input {
width: 100%
}
.sharing-drag-and-drop__indicator {
position: relative;
width: 360px;
display: inline-block
}
.sharing-drag-and-drop__container {
position: relative;
text-align: center;
opacity: 1
}
.sharing-drag-and-drop__container--hidden {
opacity: 0;
transform: scale(1.5)
}
.sharing-drag-and-drop__container--dropped {
opacity: 0;
transform: scale(.5)
}
.sharing-drag-and-drop__exit-button {
display: block;
position: absolute;
right: 4px;
top: 4px;
color: #fff;
z-index: 1
}
.sharing-drag-and-drop__box {
background: url(/sc/h/axr2yc3etfvvpwsid2hmrwwd4) center no-repeat;
background-size: contain;
width: 275px;
height: 250px;
margin: 0 auto;
display: flex;
justify-content: center;
align-items: center
}
.sharing-drag-and-drop__plus {
background: url(/sc/h/16iwxcnqfu658peq73tr93r29);
width: 50px;
height: 50px
}
.sharing-drag-and-drop__file-container {
position: absolute;
animation: sharing-drag-and-drop__bounce 1.2s ease-in-out infinite alternate running
}
.sharing-drag-and-drop__file-icon {
width: 88px;
height: 110px
}
.sharing-drag-and-drop__left-file {
left: -20px;
top: -25px;
animation-delay: .4s
}
.sharing-drag-and-drop__doc-icon {
background: url(/sc/h/467c3tw5bp0pgjg3l8zd8e0z6);
transform: rotate(-15deg)
}
.sharing-drag-and-drop__middle-file {
top: -60px;
width: 100%;
text-align: center;
animation-delay: .2s
}
.sharing-drag-and-drop__video-icon {
background: url(/sc/h/87unfrgahqh877z3vquek7dqt);
display: inline-block
}
.sharing-drag-and-drop__right-file {
right: -20px;
top: -25px
}
.sharing-drag-and-drop__image-icon {
background: url(/sc/h/3voiiwgby585z4hm85dxfdw8p);
transform: rotate(15deg)
}
.sharing-drag-and-drop__overlay-cover .application-outlet {
z-index: 101
}
.sharing-suggested-hashtags__carousel {
position: relative;
flex: 1
}
.sharing-suggested-hashtags__carousel-controls-button {
line-height: 1
}
.sharing-suggested-hashtags__carousel-controls-button.peek-carousel-controls__button {
margin: 0
}
.sharing-suggested-hashtags__carousel-controls-button--left {
left: 0
}
.sharing-suggested-hashtags__carousel-controls-button--right {
right: 0
}
.sharing-suggested-hashtags__carousel-controls-button-fade {
position: absolute;
top: 0;
height: 100%;
width: 48px
}
.sharing-suggested-hashtags__carousel-controls-button-fade--left {
left: 0;
background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff, #fff)
}
.sharing-suggested-hashtags__carousel-controls-button-fade--right {
right: 0;
background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff, #fff)
}
.feed-shared-reshare-modal__suggested-hashtags {
width: auto;
margin: 10px -24px 0
}
.sharing-directed-posting-dropdown {
width: auto;
overflow: visible
}
.sharing-directed-posting-dropdown__trigger {
max-width: 325px;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15)
}
.sharing-directed-posting-dropdown__trigger-icon {
margin: 0 0 0 8px;
color: rgba(0, 0, 0, .6)
}
.sharing-directed-posting-dropdown__trigger-icon li-icon {
vertical-align: middle;
top: 0;
margin-top: -2px
}
.sharing-directed-posting-dropdown__options.dropdown-options {
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
transition: box-shadow 83ms;
box-sizing: border-box;
display: inline-block;
min-width: 168px;
max-width: 264px;
max-height: 548px;
z-index: 999;
margin: 0;
position: absolute;
overflow: visible;
width: 325px;
padding: 0;
left: 0;
top: 32px;
box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 6px 9px 0 rgba(0, 0, 0, .2)
}
.sharing-directed-posting-dropdown__options.dropdown-options ul[role=tablist] {
border-top: 0
}
@media only screen and (-ms-high-contrast:active) {
.sharing-directed-posting-dropdown__options.dropdown-options {
border: 1px solid activeborder
}
}
.sharing-directed-posting-dropdown__options.dropdown-options dl>dt,
.sharing-directed-posting-dropdown__options.dropdown-options h1,
.sharing-directed-posting-dropdown__options.dropdown-options h2,
.sharing-directed-posting-dropdown__options.dropdown-options h3,
.sharing-directed-posting-dropdown__options.dropdown-options h4,
.sharing-directed-posting-dropdown__options.dropdown-options h5,
.sharing-directed-posting-dropdown__options.dropdown-options h6 {
font-size: 1.4rem;
font-weight: 600;
color: rgba(0, 0, 0, .9);
height: 36px;
line-height: normal;
margin-bottom: 0;
padding: 8px 16px;
box-sizing: border-box
}
.sharing-directed-posting-dropdown__options.dropdown-options dl,
.sharing-directed-posting-dropdown__options.dropdown-options ol,
.sharing-directed-posting-dropdown__options.dropdown-options ul {
display: inline-block;
list-style-type: none;
width: 100%
}
.sharing-directed-posting-dropdown__options.dropdown-options dl a,
.sharing-directed-posting-dropdown__options.dropdown-options dl button,
.sharing-directed-posting-dropdown__options.dropdown-options ol a,
.sharing-directed-posting-dropdown__options.dropdown-options ol button,
.sharing-directed-posting-dropdown__options.dropdown-options ul a,
.sharing-directed-posting-dropdown__options.dropdown-options ul button {
font-size: 1.4rem;
font-weight: 600;
color: rgba(0, 0, 0, .6);
display: inline-block;
width: 100%;
min-height: 36px;
line-height: normal;
max-height: 52px;
padding: 8px 16px;
cursor: pointer;
box-sizing: border-box;
word-break: break-all
}
.sharing-directed-posting-dropdown__options.dropdown-options dl a[disabled],
.sharing-directed-posting-dropdown__options.dropdown-options dl button[disabled],
.sharing-directed-posting-dropdown__options.dropdown-options ol a[disabled],
.sharing-directed-posting-dropdown__options.dropdown-options ol button[disabled],
.sharing-directed-posting-dropdown__options.dropdown-options ul a[disabled],
.sharing-directed-posting-dropdown__options.dropdown-options ul button[disabled] {
opacity: .25
}
.sharing-directed-posting-dropdown__options.dropdown-options dl a:not(:first-child),
.sharing-directed-posting-dropdown__options.dropdown-options dl button:not(:first-child),
.sharing-directed-posting-dropdown__options.dropdown-options ol a:not(:first-child),
.sharing-directed-posting-dropdown__options.dropdown-options ol button:not(:first-child),
.sharing-directed-posting-dropdown__options.dropdown-options ul a:not(:first-child),
.sharing-directed-posting-dropdown__options.dropdown-options ul button:not(:first-child) {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400
}
.sharing-directed-posting-dropdown__options.dropdown-options dl a.focus,
.sharing-directed-posting-dropdown__options.dropdown-options dl a.hover,
.sharing-directed-posting-dropdown__options.dropdown-options dl a:focus,
.sharing-directed-posting-dropdown__options.dropdown-options dl a:hover,
.sharing-directed-posting-dropdown__options.dropdown-options dl button.focus,
.sharing-directed-posting-dropdown__options.dropdown-options dl button.hover,
.sharing-directed-posting-dropdown__options.dropdown-options dl button:focus,
.sharing-directed-posting-dropdown__options.dropdown-options dl button:hover,
.sharing-directed-posting-dropdown__options.dropdown-options ol a.focus,
.sharing-directed-posting-dropdown__options.dropdown-options ol a.hover,
.sharing-directed-posting-dropdown__options.dropdown-options ol a:focus,
.sharing-directed-posting-dropdown__options.dropdown-options ol a:hover,
.sharing-directed-posting-dropdown__options.dropdown-options ol button.focus,
.sharing-directed-posting-dropdown__options.dropdown-options ol button.hover,
.sharing-directed-posting-dropdown__options.dropdown-options ol button:focus,
.sharing-directed-posting-dropdown__options.dropdown-options ol button:hover,
.sharing-directed-posting-dropdown__options.dropdown-options ul a.focus,
.sharing-directed-posting-dropdown__options.dropdown-options ul a.hover,
.sharing-directed-posting-dropdown__options.dropdown-options ul a:focus,
.sharing-directed-posting-dropdown__options.dropdown-options ul a:hover,
.sharing-directed-posting-dropdown__options.dropdown-options ul button.focus,
.sharing-directed-posting-dropdown__options.dropdown-options ul button.hover,
.sharing-directed-posting-dropdown__options.dropdown-options ul button:focus,
.sharing-directed-posting-dropdown__options.dropdown-options ul button:hover {
color: rgba(0, 0, 0, .75);
text-decoration: none
}
.sharing-directed-posting-dropdown__options.dropdown-options dl a.active,
.sharing-directed-posting-dropdown__options.dropdown-options dl a:active,
.sharing-directed-posting-dropdown__options.dropdown-options dl button.active,
.sharing-directed-posting-dropdown__options.dropdown-options dl button:active,
.sharing-directed-posting-dropdown__options.dropdown-options ol a.active,
.sharing-directed-posting-dropdown__options.dropdown-options ol a:active,
.sharing-directed-posting-dropdown__options.dropdown-options ol button.active,
.sharing-directed-posting-dropdown__options.dropdown-options ol button:active,
.sharing-directed-posting-dropdown__options.dropdown-options ul a.active,
.sharing-directed-posting-dropdown__options.dropdown-options ul a:active,
.sharing-directed-posting-dropdown__options.dropdown-options ul button.active,
.sharing-directed-posting-dropdown__options.dropdown-options ul button:active {
color: #006097;
background: rgba(152, 216, 244, .45)
}
.sharing-directed-posting-dropdown__options.dropdown-options hr {
margin: 8px 0 4px;
width: 100%;
border-color: rgba(0, 0, 0, .15);
display: block;
float: none
}
.sharing-directed-posting-dropdown__options.dropdown-options>dl dt~dt {
padding-top: 6px;
border-top: 1px solid rgba(0, 0, 0, .15);
margin-top: 8px
}
.sharing-directed-posting-dropdown__options.dropdown-options:after,
.sharing-directed-posting-dropdown__options.dropdown-options:before {
left: 100%;
position: absolute
}
.sharing-directed-posting-dropdown__options.dropdown-options:before {
border-color: transparent;
border-style: solid;
border-width: 0 10px;
border-bottom: 10px rgba(0, 0, 0, .15) solid;
content: "";
height: 0;
width: 0;
margin-left: -35px;
top: -10px
}
.sharing-directed-posting-dropdown__options.dropdown-options:after {
border-color: transparent;
border-style: solid;
border-width: 0 9px;
border-bottom: 9px #fff solid;
content: "";
height: 0;
width: 0;
margin-left: -34px;
top: -9px
}
.sharing-directed-posting-dropdown__options.dropdown-options .sharing-directed-posting-dropdown__header {
font-size: 12px;
background: #f3f6f8;
text-transform: uppercase;
border-bottom: 1px solid rgba(0, 0, 0, .15)
}
.sharing-directed-posting-dropdown__options.dropdown-options li:hover {
background-color: #f3f6f8
}
.sharing-directed-posting-dropdown__options.dropdown-options::after,
.sharing-directed-posting-dropdown__options.dropdown-options::before {
left: 0
}
.sharing-directed-posting-dropdown__options.dropdown-options::before {
margin-left: 34px
}
.sharing-directed-posting-dropdown__options.dropdown-options::after {
margin-left: 35px;
border-bottom-color: #f3f6f8
}
.sharing-directed-posting-dropdown__scrollable-content {
overflow-y: auto;
overflow-x: hidden;
max-height: 300px;
width: 100%;
height: 100%;
background: #fff
}
.sharing-directed-posting-dropdown__option-thumbnail {
width: 32px;
height: 32px
}
.sharing-directed-posting-dropdown__option-button {
background: 0 0;
white-space: nowrap;
border: none;
color: rgba(0, 0, 0, .75)
}
.sharing-directed-posting-dropdown__option-button:hover .sharing-directed-posting-dropdown__option-thumbnail--entity {
border-color: #e6e9ec
}
.sharing-directed-posting-dropdown__option-button--active {
color: #0084bf
}
.sharing-directed-posting-dropdown__option-thumbnail--entity {
margin-left: -4px;
background: #fff;
border: 1px solid #fff
}
.sharing-directed-posting-dropdown__option-text-container {
padding: 12px 12px 12px 0;
border-bottom: 1px solid #e6e9ec
}
.sharing-directed-posting-dropdown__check-icon {
width: 16px;
height: 16px
}
.sharing-directed-posting-dropdown__scrollable-content--expanded .sharing-directed-posting-dropdown__option--extra-group {
display: block
}
.sharing-directed-posting-dropdown__option--extra-group {
display: none
}
.sharing-post-settings-dropdown {
overflow: visible;
top: 8px;
right: 12px;
z-index: 10;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.sharing-post-settings-dropdown.sharing-post-settings-dropdown .sharing-post-settings-dropdown__trigger,
.sharing-post-settings-dropdown.sharing-post-settings-dropdown .sharing-post-settings__dropdown-option {
background-color: transparent
}
.sharing-post-settings-dropdown__options {
width: 325px;
margin-right: -16px;
background: #fff
}
#takeover-neptune-welcome-mat {
background-color: #f3f6f8;
border-radius: 2px;
box-shadow: 0 12px 18px 0 rgba(0, 0, 0, .1), 0 0 0 1px rgba(0, 0, 0, .1);
margin: 170px auto;
padding: 36px;
width: 840px
}
.takeover-welcome-mat__intro {
text-align: center
}
.takeover-welcome-mat__list-goals {
display: flex;
list-style: none;
margin-top: 36px
}
.takeover-welcome-mat__list-goals::after {
content: '';
display: table;
clear: both
}
.takeover-welcome-mat-goal {
background-color: #fff;
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1), 0 0 1px 0 rgba(0, 0, 0, .1);
display: flex;
float: left;
margin-right: 16px;
width: 180px
}
.takeover-welcome-mat-goal:hover {
box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .1), 0 0 1px 0 rgba(0, 0, 0, .1)
}
.takeover-welcome-mat-goal:last-child {
margin-right: 0
}
.takeover-welcome-mat-goal__info {
display: block;
text-align: center;
text-decoration: none;
width: 100%
}
.takeover-welcome-mat-goal__info li-icon {
color: #0084bf;
margin-top: 12px
}
.takeover-welcome-mat-goal__name {
color: #777a7d
}
.takeover-welcome-mat__actions {
text-align: center
}
.takeover-splash-container {
display: flex
}
.takeover-modal .modal-wormhole-content {
background: 0 0;
box-shadow: none;
max-width: 1000px
}
.takeover-modal .modal-wormhole-overlay {
cursor: default
}
.takeover-follows-onboarding__splash--rendered {
animation: modalReveal .3s cubic-bezier(0, 0, .2, 1) forwards
}
.takeover-follows-onboarding__background-image {
background: url(/sc/h/3tvwc2j64uiactl3ont18461m) center no-repeat;
height: 100px;
width: 230px
}
.takeover-follows-onboarding__body {
background-color: #fff;
border-radius: 4px
}
.takeover-follows-onboarding__copy-container {
max-width: 600px
}
@keyframes modalReveal {
0% {
transform: scale(.25);
opacity: 0
}
100% {
transform: scaleY(1);
opacity: 1
}
}
.lt-line-clamp {
overflow: hidden;
position: relative
}
.lt-line-clamp__ellipsis--dummy {
position: fixed;
visibility: hidden;
top: 0;
left: 0
}
.lt-line-clamp--single-line {
display: block;
white-space: nowrap;
text-overflow: ellipsis
}
.lt-line-clamp--multi-line {
display: -webkit-box;
/*! autoprefixer: off */
-webkit-box-orient: vertical;
/*! autoprefixer: on */
text-overflow: ellipsis
}
.truncate-multiline--button,
.truncate-multiline--button-hidden {
display: block!important;
flex-shrink: 0!important
}
.truncate-multiline--button-hidden {
display: none!important
}
.truncate-multiline--last-line {
display: block!important;
overflow: hidden!important;
text-overflow: ellipsis!important;
white-space: nowrap!important;
width: 100%!important
}
.truncate-multiline--last-line-wrapper {
display: flex!important
}
.truncate-multiline--visually-hidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px
} | css/linkedin.css | @charset "UTF-8";
li-icon[type=linkedin-logo] svg,
li-icon[type=linkedin-bug] svg {
width: 100%;
height: 100%
}
a,
hr {
padding: 0
}
a,
ins {
text-decoration: none
}
.t-italic,
em,
i,
mark {
font-style: italic
}
li-icon[type=linkedin-bug] .background {
fill: #000
}
li-icon[type=linkedin-bug][color=brand] .background {
fill: #0077B5
}
li-icon[type=linkedin-bug][color=inverse] .background {
fill: #fff
}
li-icon[type=linkedin-bug][color=premium] .background {
fill: #AF9B62
}
.artdeco-premium-bug-variant li-icon[type=linkedin-bug][color=premium] .background {
fill: #EFB920
}
li-icon[type=linkedin-bug] .bug-text-color {
display: none
}
li-icon[type=linkedin-bug][color] .bug-text-color {
display: block
}
li-icon[type=linkedin-bug] .bug-14dp,
li-icon[type=linkedin-bug] .bug-21dp,
li-icon[type=linkedin-bug] .bug-28dp,
li-icon[type=linkedin-bug] .bug-34dp,
li-icon[type=linkedin-bug] .bug-40dp,
li-icon[type=linkedin-bug] .bug-48dp,
li-icon[type=linkedin-bug][color=inverse] .bug-text-color {
display: none
}
li-icon[type=linkedin-bug][size="14dp"] {
width: 14px;
height: 14px
}
li-icon[type=linkedin-bug][size="21dp"] {
width: 21px;
height: 21px
}
li-icon[type=linkedin-bug][size="28dp"] {
width: 28px;
height: 28px
}
li-icon[type=linkedin-bug][size="34dp"] {
width: 34px;
height: 34px
}
li-icon[type=linkedin-bug][size="40dp"] {
width: 40px;
height: 40px
}
li-icon[type=linkedin-bug][size="48dp"] {
width: 48px;
height: 48px
}
li-icon[type=linkedin-bug] .dpi-gt1,
li-icon[type=linkedin-bug][size="48dp"] .bug-48dp,
li-icon[type=linkedin-bug][size="14dp"] .bug-14dp,
li-icon[type=linkedin-bug][size="21dp"] .bug-21dp,
li-icon[type=linkedin-bug][size="28dp"] .bug-28dp,
li-icon[type=linkedin-bug][size="34dp"] .bug-34dp,
li-icon[type=linkedin-bug][size="40dp"] .bug-40dp {
display: block
}
li-icon[type=linkedin-bug] .dpi-1 {
display: none
}
@media (-webkit-max-device-pixel-ratio:1),
(max-resolution:96dpi),
(max-resolution:1dppx) {
li-icon[type=linkedin-bug] dpi-gt1 {
display: none
}
li-icon[type=linkedin-bug] .dpi-1 {
display: block
}
}
li-icon[type=linkedin-logo] .background {
fill: #000
}
li-icon[type=linkedin-logo][color=brand] .background {
fill: #0077B5
}
li-icon[type=linkedin-logo][color=inverse] .background {
fill: #fff
}
li-icon[type=linkedin-logo].logo-lockup-inverse .linkedin-text path,
li-icon[type=linkedin-logo].logo-lockup-inverse .linkedin-text polygon,
li-icon[type=linkedin-logo][color=inverse] .linkedin-text path,
li-icon[type=linkedin-logo][color=inverse] .linkedin-text polygon {
fill: #FFF
}
li-icon[type=linkedin-logo][color=premium] .background {
fill: #AF9B62
}
.artdeco-premium-bug-variant li-icon[type=linkedin-logo][color=premium] .background {
fill: #EFB920
}
li-icon[type=linkedin-logo] .bug-text-color {
display: none
}
li-icon[type=linkedin-logo][color] .bug-text-color {
display: block
}
li-icon[type=linkedin-logo] .logo-14dp,
li-icon[type=linkedin-logo] .logo-21dp,
li-icon[type=linkedin-logo] .logo-28dp,
li-icon[type=linkedin-logo] .logo-34dp,
li-icon[type=linkedin-logo] .logo-40dp,
li-icon[type=linkedin-logo] .logo-48dp,
li-icon[type=linkedin-logo][color=inverse] .bug-text-color {
display: none
}
li-icon[type=linkedin-logo][size="14dp"] {
width: 56px;
height: 14px
}
li-icon[type=linkedin-logo][size="21dp"] {
width: 84px;
height: 21px
}
li-icon[type=linkedin-logo][size="28dp"] {
width: 110px;
height: 28px
}
@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi),
(min-resolution:2dppx) {
li-icon[type=linkedin-logo][size="28dp"] {
width: 112px
}
}
li-icon[type=linkedin-logo][size="34dp"] {
width: 135px;
height: 34px
}
li-icon[type=linkedin-logo][size="40dp"] {
width: 159px;
height: 40px
}
li-icon[type=linkedin-logo][size="48dp"] {
width: 191px;
height: 48px
}
li-icon[type=linkedin-logo] .dpi-gt1,
li-icon[type=linkedin-logo][size="48dp"] .logo-48dp,
li-icon[type=linkedin-logo][size="14dp"] .logo-14dp,
li-icon[type=linkedin-logo][size="21dp"] .logo-21dp,
li-icon[type=linkedin-logo][size="28dp"] .logo-28dp,
li-icon[type=linkedin-logo][size="34dp"] .logo-34dp,
li-icon[type=linkedin-logo][size="40dp"] .logo-40dp {
display: block
}
li-icon[type=linkedin-logo] .dpi-1 {
display: none
}
@media (-webkit-max-device-pixel-ratio:1),
(max-resolution:96dpi),
(max-resolution:1dppx) {
li-icon[type=linkedin-logo] .dpi-gt1 {
display: none
}
li-icon[type=linkedin-logo] .dpi-1 {
display: block
}
}
@keyframes pebbleDraw {
to {
stroke-dashoffset: 0
}
}
@keyframes pebbleGrow {
to {
transform: scale(1)
}
}
use {
fill-opacity: 1;
stroke-opacity: 1;
fill: transparent;
stroke: transparent
}
.active use[*|href^="#nav-"],
use[data-size=small],
use[data-state=active] {
fill-opacity: 0;
stroke-opacity: 0;
fill: currentColor;
stroke: currentColor
}
li-icon[type=loader] {
color: #0084bf;
display: flex;
justify-content: center;
align-items: center
}
li-icon[type=loader] .artdeco-spinner {
width: 50px;
height: 50px;
position: relative;
overflow: visible
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:before {
content: '';
display: block;
width: 0;
margin: -4px auto;
height: 14px;
border: 1px solid currentColor;
border-radius: 1px;
animation: loaderfade 1s infinite ease-in-out both
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(12) {
transform: rotate(-360deg)
}
[dir=rtl] li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(12) {
transform: rotate(360deg)
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(12):before {
animation-delay: -1s
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(11) {
transform: rotate(-330deg)
}
[dir=rtl] li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(11) {
transform: rotate(330deg)
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(11):before {
animation-delay: -.916s
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(10) {
transform: rotate(-300deg)
}
[dir=rtl] li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(10) {
transform: rotate(300deg)
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(10):before {
animation-delay: -.833s
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(9) {
transform: rotate(-270deg)
}
[dir=rtl] li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(9) {
transform: rotate(270deg)
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(9):before {
animation-delay: -750ms
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(8) {
transform: rotate(-240deg)
}
[dir=rtl] li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(8) {
transform: rotate(240deg)
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(8):before {
animation-delay: -.666s
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(7) {
transform: rotate(-210deg)
}
[dir=rtl] li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(7) {
transform: rotate(210deg)
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(7):before {
animation-delay: -.583s
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(6) {
transform: rotate(-180deg)
}
[dir=rtl] li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(6) {
transform: rotate(180deg)
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(6):before {
animation-delay: -.5s
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(5) {
transform: rotate(-150deg)
}
[dir=rtl] li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(5) {
transform: rotate(150deg)
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(5):before {
animation-delay: -.416s
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(4) {
transform: rotate(-120deg)
}
[dir=rtl] li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(4) {
transform: rotate(120deg)
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(4):before {
animation-delay: -.333s
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(3) {
transform: rotate(-90deg)
}
[dir=rtl] li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(3) {
transform: rotate(90deg)
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(3):before {
animation-delay: -250ms
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(2) {
transform: rotate(-60deg)
}
[dir=rtl] li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(2) {
transform: rotate(60deg)
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(2):before {
animation-delay: -.166s
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(1) {
transform: rotate(-30deg)
}
[dir=rtl] li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(1) {
transform: rotate(30deg)
}
li-icon[type=loader] .artdeco-spinner .artdeco-spinner-bars:nth-child(1):before {
animation-delay: -.083s
}
li-icon[type=loader][size=small] .artdeco-spinner-bars:before {
height: 6px;
margin: 10px auto
}
@keyframes loaderfade {
0%,
100%,
5% {
opacity: .8
}
95% {
opacity: .05
}
}
li-icon {
display: inline-block;
width: 300px;
height: 150px;
overflow: hidden;
position: relative
}
li-icon>svg {
display: block;
margin: auto
}
li-icon[type$="-icon"] {
width: 24px;
height: 24px
}
li-icon[type$="-icon"][size=small] {
width: 16px;
height: 16px
}
li-icon[type$="-icon"]>svg {
vertical-align: top
}
li-icon[type^=nav-] {
width: 32px!important;
height: 32px!important
}
li-icon .inactive-item,
li-icon .large-icon {
fill: currentColor
}
li-icon .active-item,
li-icon .small-icon {
fill: currentColor;
visibility: hidden
}
li-icon[size=small] .inactive-item,
li-icon[size=small] .large-icon,
li-icon[type^=nav-][active] .inactive-item,
li-icon[type^=nav-][active] .large-icon {
visibility: hidden
}
li-icon[size=small] .active-item,
li-icon[size=small] .small-icon,
li-icon[type^=nav-][active] .active-item,
li-icon[type^=nav-][active] .small-icon {
visibility: visible
}
li-icon[type^=app-] {
width: 40px!important;
height: 40px!important
}
li-icon[type=loader] {
fill-opacity: 1;
stroke-opacity: 1;
fill: transparent;
stroke: transparent
}
li-icon[type=loader][size=small] {
fill-opacity: 0;
stroke-opacity: 0;
fill: currentColor;
stroke: currentColor
}
li-icon .color-icon,
li-icon[color] .solid-icon {
display: none
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
label,
li-icon[color] .color-icon,
main,
menu,
nav,
section {
display: block
}
li-icon[type^=large-],
li-icon[type^=large-][size=small] {
width: 48px!important;
height: 48px!important
}
[dir=rtl] li-icon[type*=arrow],
[dir=rtl] li-icon[type*=chevron],
[dir=rtl] li-icon[type*=follow],
[dir=rtl] li-icon[type=enter-icon],
[dir=rtl] li-icon[type=forward-icon],
[dir=rtl] li-icon[type=leave-icon],
[dir=rtl] li-icon[type=question-pebble-icon],
[dir=rtl] li-icon[type=reply-icon],
[dir=rtl] li-icon[type=share-ios-icon],
[dir=rtl] li-icon[type=share-linkedin-icon],
[dir=rtl] li-icon[type=to-end-icon],
[dir=rtl] li-icon[type=to-start-icon] {
/*!rtl:begin:ignore*/
transform: rotateY(180deg)/*!rtl:end:ignore*/
}
[dir=rtl] li-icon>svg {
/*!rtl:begin:ignore*/
float: left/*!rtl:end:ignore*/
}
li-icon[type$="-pebble-icon"][animate] {
transform: scale(.2);
animation: pebbleGrow 334ms ease-in-out forwards
}
li-icon[type$="-pebble-icon"][animate] .circle {
stroke-dasharray: 63;
stroke-dashoffset: 63;
animation: pebbleDraw .5s ease-out forwards;
animation-delay: 334ms
}
li-icon[type$="-pebble-icon"][animate][size=small] .circle {
stroke-dasharray: 38;
stroke-dashoffset: 38
}
li-icon[type^=premium-] {
width: auto;
height: 16px
}
li-icon[type^=premium-][size="24dp"],
li-icon[type^=premium-][type^=premium-app-icon],
li-icon[type^=premium-][type^=premium-inverse-app] {
height: 24px
}
li-icon[type^=premium-][size="8dp"] {
height: 8px
}
li-icon[type^=premium-][size="10dp"] {
height: 10px
}
li-icon[type^=premium-][size="12dp"] {
height: 12px
}
li-icon[type^=premium-][size="16dp"] {
height: 16px
}
li-icon[type^=premium-][size="20dp"] {
height: 20px
}
li-icon[type^=premium-][size="32dp"] {
height: 32px
}
li-icon[type^=premium-] text {
font-size: 24px;
font-weight: 600;
letter-spacing: 4px;
dominant-baseline: text-before-edge;
font-family: Source Sans Pro, Helvetica, Arial, sans-serif
}
@media screen and (-ms-high-contrast:white-on-black) {
li-icon[type=premium-app-icon],
li-icon[type=premium-badge] {
-ms-high-contrast-adjust: none;
background-color: #fff
}
li-icon[type=premium-app-icon] svg,
li-icon[type=premium-badge] svg {
height: 90%!important;
position: relative;
top: 5%;
left: 2%
}
}
@media screen and (-ms-high-contrast:black-on-white) {
li-icon[type=premium-inverse-badge],
li-icon[type=premium-inverse-app-icon] {
-ms-high-contrast-adjust: none;
background-color: #000
}
li-icon[type=premium-inverse-badge] svg,
li-icon[type=premium-inverse-app-icon] svg {
height: 90%!important;
position: relative;
top: 5%;
left: 2%
}
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: 0 0;
}
ins,
mark {
background-color: #ff9;
color: #000
}
nav ul {
list-style: none
}
blockquote,
q {
quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
content: '';
content: none
}
a {
margin: 0;
font-size: 100%;
vertical-align: baseline;
background: 0 0
}
mark {
font-weight: 700
}
del {
text-decoration: line-through
}
abbr[title],
dfn[title] {
border-bottom: 1px dotted;
cursor: help
}
table {
border-collapse: collapse;
border-spacing: 0
}
hr {
border: 0;
height: 1px;
margin: 1rem 0 24px;
border-color: rgba(0, 0, 0, .15);
border-top: 1px solid rgba(0, 0, 0, .15)
}
@media (max-width:976px) {
hr {
margin-bottom: 16px
}
}
#svg-source {
position: absolute;
top: 0;
left: -100px;
opacity: 0
}
.a11y-text {
border: 0!important;
clip: rect(1px, 1px, 1px, 1px);
height: 1px!important;
overflow: hidden;
padding: 0!important;
position: absolute!important;
white-space: nowrap!important;
width: 1px!important
}
artdeco-slider,
form {
position: relative
}
[data-artdeco-is-focused=true] {
outline: 0
}
@keyframes nodeInserted {
from {
opacity: .99
}
to {
opacity: 1
}
}
.artdeco-link-variant p a {
font-weight: 700!important
}
input,
select {
vertical-align: middle
}
label {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .9);
margin: 12px 0 3px
}
label.required:after {
content: '*';
color: #0073b1;
margin-left: 2px
}
label[disabled] {
opacity: .35
}
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
transition-duration: 334ms;
transition-property: border-color, box-shadow;
box-shadow: none;
border-radius: 2px;
border: 1px solid rgba(0, 0, 0, .6);
padding: 0 10px;
width: 100%;
outline: 0;
height: 32px;
box-sizing: border-box;
background-color: transparent;
color: rgba(0, 0, 0, .9)
}
input[type=date]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: rgba(0, 0, 0, .6);
opacity: 1
}
input[type=date]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=email]::placeholder,
input[type=month]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=time]::placeholder,
input[type=url]::placeholder,
input[type=week]::placeholder,
textarea::placeholder {
color: rgba(0, 0, 0, .6);
opacity: 1
}
input[type=date]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover,
input[type=email]:hover,
input[type=month]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=tel]:hover,
input[type=text]:hover,
input[type=time]:hover,
input[type=url]:hover,
input[type=week]:hover,
textarea:hover {
border-color: rgba(0, 0, 0, .9)
}
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
border-color: #0073b1;
box-shadow: 0 0 0 1px #0073b1
}
input[type=date][disabled],
input[type=datetime][disabled],
input[type=datetime-local][disabled],
input[type=email][disabled],
input[type=month][disabled],
input[type=number][disabled],
input[type=password][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=text][disabled],
input[type=time][disabled],
input[type=url][disabled],
input[type=week][disabled],
textarea[disabled] {
opacity: .45
}
input[type=date][disabled]:hover,
input[type=datetime][disabled]:hover,
input[type=datetime-local][disabled]:hover,
input[type=email][disabled]:hover,
input[type=month][disabled]:hover,
input[type=number][disabled]:hover,
input[type=password][disabled]:hover,
input[type=search][disabled]:hover,
input[type=tel][disabled]:hover,
input[type=text][disabled]:hover,
input[type=time][disabled]:hover,
input[type=url][disabled]:hover,
input[type=week][disabled]:hover,
textarea[disabled]:hover {
border-color: rgba(0, 0, 0, .6)
}
input[type=date].error,
input[type=datetime].error,
input[type=datetime-local].error,
input[type=email].error,
input[type=month].error,
input[type=number].error,
input[type=password].error,
input[type=search].error,
input[type=tel].error,
input[type=text].error,
input[type=time].error,
input[type=url].error,
input[type=week].error,
textarea.error {
border-color: #ff2c33
}
input[type=search] {
-webkit-appearance: textfield
}
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
@media all and (-ms-high-contrast:none) {
::-ms-backdrop,
artdeco-slider [type=range] {
background-image: linear-gradient(to right, transparent, transparent)!important;
height: 22px!important;
margin: -8px 0!important
}
}
artdeco-slider {
display: block;
overflow: hidden;
height: 32px;
box-sizing: content-box
}
artdeco-slider [type=range] {
box-sizing: content-box;
-webkit-appearance: none;
width: 100%;
height: 16px;
border-radius: 16px;
margin: 8px 0;
background-size: 100%, calc(16.666% + 1px) 100%, 200%;
background-position: top left, -1px, 36.8421%;
background-repeat: no-repeat, repeat-x, no-repeat;
animation-duration: 1ms;
animation-name: nodeInserted;
background-image: linear-gradient(to right, #0084bf 16px, transparent 17px, transparent calc(100% - 18px), #cdcfd2 18px), linear-gradient(to right, #fff 1px, transparent 1px), linear-gradient(to right, #0084bf 50%, #cdcfd2 50%)
}
artdeco-slider [type=range][data-artdeco-slider-reverse] {
background-image: linear-gradient(to right, #cdcfd2 16px, transparent 17px, transparent calc(100% - 18px), #0084bf 18px), linear-gradient(to right, #fff 1px, transparent 1px), linear-gradient(to right, #cdcfd2 50%, #0084bf 50%)
}
artdeco-slider [type=range]::-webkit-slider-thumb {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
transition: box-shadow 83ms;
height: 20px;
width: 20px;
border-radius: 10px;
background: #fff;
cursor: pointer;
position: relative;
z-index: 100;
-webkit-appearance: none;
margin-top: -2px
}
@media screen and (-ms-high-contrast:active) {
artdeco-slider [type=range]::-webkit-slider-thumb {
border: 1px solid activeborder
}
}
artdeco-slider [type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 16px;
border-radius: 16px;
background-color: transparent;
cursor: pointer
}
artdeco-slider [type=range]::-moz-range-thumb {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
transition: box-shadow 83ms;
height: 20px;
width: 20px;
border-radius: 10px;
background: #fff;
cursor: pointer;
position: relative;
z-index: 100
}
@media screen and (-ms-high-contrast:active) {
artdeco-slider [type=range]::-moz-range-thumb {
border: 1px solid activeborder
}
}
artdeco-slider [type=range]::-moz-range-track {
width: 100%;
height: 16px;
border-radius: 16px;
background-color: transparent;
cursor: pointer
}
artdeco-slider [type=range]::-ms-track {
height: 16px;
border-radius: 16px;
cursor: pointer;
width: 100%;
background: 0 0;
border-color: transparent;
color: transparent
}
artdeco-slider [type=range]::-ms-thumb {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
transition: box-shadow 83ms;
height: 20px;
width: 20px;
border-radius: 10px;
background: #fff;
cursor: pointer;
position: relative;
z-index: 100
}
@media screen and (-ms-high-contrast:active) {
artdeco-slider [type=range]::-ms-thumb {
border: 1px solid activeborder
}
}
artdeco-slider [type=range]::-ms-fill-lower {
background: #0084bf;
border-radius: 16px;
height: 16px
}
artdeco-slider [type=range]::-ms-fill-upper {
background: #cdcfd2;
border-radius: 16px;
height: 16px
}
artdeco-slider [type=range][data-artdeco-slider-reverse]::-ms-fill-lower {
background: #cdcfd2
}
artdeco-slider [type=range][data-artdeco-slider-reverse]::-ms-fill-upper {
background: #0084bf
}
artdeco-slider[multiple] input[type=range] {
position: absolute;
top: 0;
left: 0
}
artdeco-slider[multiple] div.artdeco-max-slider-container {
position: absolute;
overflow: hidden;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0
}
artdeco-slider+datalist,
artdeco-slider+ul {
display: flex;
justify-content: space-around;
position: relative;
padding: 0 10px;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
list-style: none
}
artdeco-slider+datalist li,
artdeco-slider+datalist option,
artdeco-slider+ul li,
artdeco-slider+ul option {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400;
color: rgba(0, 0, 0, .6);
text-align: center;
flex: 1;
transform: translateX(-50%);
padding: 0
}
artdeco-slider+datalist li:last-of-type,
artdeco-slider+datalist option:last-of-type,
artdeco-slider+ul li:last-of-type,
artdeco-slider+ul option:last-of-type {
position: absolute;
left: 100%;
text-indent: -20px;
flex: 0;
-moz-transform: translateX(15px)
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
box-shadow: none;
outline: 0;
height: 32px;
position: relative;
z-index: 2;
background: url(/sc/h/cwn0a0e7hog2i33c88ucrvot5) top -311px right 1px no-repeat;
/*!rtl:ignore:start*/
/*!rtl:ignore:end*/
/*!rtl:remove:start*/
/*!rtl:remove:end*/
box-sizing: border-box;
border: 0;
width: 100%;
border: 1px solid rgba(0, 0, 0, .6);
padding: 0 32px 0 10px;
transition: box-shadow .15s;
border-radius: 2px;
color: rgba(0, 0, 0, .9);
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400
}
input[type=checkbox]+label:before,
input[type=radio]+label:before {
transition-property: box-shadow;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
transition-duration: 167ms
}
a,
b,
strong {
font-weight: 600
}
select::-ms-expand {
display: none
}
select:hover {
border-color: rgba(0, 0, 0, .9)
}
select:focus {
border-color: #0073b1;
box-shadow: 0 0 0 1px #0073b1
}
select[disabled] {
opacity: .45;
background-image: url(/sc/h/cwn0a0e7hog2i33c88ucrvot5)
}
select.error {
border-color: #ff2c33
}
select:-ms-input-placeholder {
color: rgba(0, 0, 0, .6);
opacity: 1
}
select::placeholder {
color: rgba(0, 0, 0, .6);
opacity: 1
}
@media only screen and (-ms-high-contrast:active) {
select {
background-image: url(/sc/h/cwn0a0e7hog2i33c88ucrvot5)
}
}
textarea {
height: auto;
padding-top: 7px
}
input[type=checkbox],
input[type=radio] {
pointer-events: none;
opacity: 0;
margin: 16px 2px 0 0;
position: absolute
}
input[type=checkbox]+label,
input[type=radio]+label {
display: block;
line-height: 20px;
margin-bottom: 0;
padding: 0 0 0 28px;
position: relative
}
input[type=checkbox]+label:after,
input[type=checkbox]+label:before,
input[type=radio]+label:after,
input[type=radio]+label:before {
content: " ";
height: 22px;
width: 22px;
top: -1px;
left: -1px;
position: absolute;
display: block;
box-sizing: border-box
}
input[type=checkbox]+label:before,
input[type=radio]+label:before {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .6) inset;
border: 1px solid transparent;
background-clip: padding-box;
padding: 2px
}
form.inverse-form input[type=radio].small-input:checked+label:after,
input[type=radio].small-input:checked+label:after {
border-width: 5px
}
input[type=checkbox]:hover+label:before,
input[type=radio]:hover+label:before {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .9) inset
}
input[type=checkbox]:disabled:hover+label:before,
input[type=radio]:disabled:hover+label:before {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .6) inset
}
input[type=checkbox]:focus+label:before,
input[type=radio]:focus+label:before {
box-shadow: 0 0 0 1px #0073b1, 0 0 0 1px rgba(0, 0, 0, .9) inset
}
input[type=checkbox]:checked+label:before,
input[type=checkbox]:disabled:checked+label:before,
input[type=radio]:checked+label:before,
input[type=radio]:disabled:checked+label:before {
box-shadow: 0 0 0 11px #0073b1 inset
}
input[type=checkbox]:checked+label:after,
input[type=radio]:checked+label:after {
display: block
}
input[type=checkbox]:focus:checked+label:before,
input[type=radio]:focus:checked+label:before {
box-shadow: 0 0 0 1px #0073b1, 0 0 0 11px #0073b1 inset
}
input[type=checkbox]:disabled+label,
input[type=radio]:disabled+label {
opacity: .35
}
input[type=checkbox].small-input+label,
input[type=radio].small-input+label {
line-height: 16px
}
input[type=checkbox].small-input+label:after,
input[type=checkbox].small-input+label:before,
input[type=radio].small-input+label:after,
input[type=radio].small-input+label:before {
height: 18px;
width: 18px
}
input[type=radio]+label:before {
border-radius: 50%
}
input[type=radio]:checked+label:before,
input[type=radio]:disabled:checked+label:before {
box-shadow: 0 0 0 6px #0073b1 inset, 0 0 0 11px #fff inset
}
input[type=radio]:focus:checked+label:before {
box-shadow: 0 0 0 1px #0073b1, 0 0 0 6px #0073b1 inset, 0 0 0 11px #fff inset
}
input[type=radio].small-input:checked+label:before {
box-shadow: 0 0 0 5px #0073b1 inset, 0 0 0 11px #fff inset
}
input[type=radio].small-input:focus:checked+label:before {
box-shadow: 0 0 0 1px #0073b1, 0 0 0 5px #0073b1 inset, 0 0 0 11px #fff inset
}
input[type=radio].small-input:disabled:checked+label:before {
box-shadow: 0 0 0 5px #0073b1 inset, 0 0 0 11px #fff inset
}
input[type=checkbox]+label:before {
border-radius: 4px
}
input[type=checkbox]+label:after {
display: none;
height: 16px;
width: 16px;
background-image: url(/sc/h/cwn0a0e7hog2i33c88ucrvot5);
overflow: hidden;
margin: 3px
}
input[type=checkbox]:checked+label:after {
display: block;
/*!rtl:ignore*/
background-position: 0 -24px
}
input[type=checkbox].small-input+label:after {
top: -3px;
left: -3px
}
input[type=checkbox]:indeterminate+label:before,
input[type=checkbox]:indeterminate:disabled+label:before {
box-shadow: 0 0 0 11px #0073b1 inset
}
input[type=checkbox]:indeterminate:focus+label:before {
box-shadow: 0 0 0 1px #0073b1, 0 0 0 11px #0073b1 inset
}
input[type=checkbox]:indeterminate+label:after {
display: block;
content: "";
background: #fff;
height: 2px;
width: 12px;
top: 6px;
left: 1px
}
input[type=checkbox].small-input:indeterminate+label:after {
height: 2px;
width: 10px;
top: 4px;
left: 0
}
form.inverse-form label {
color: #fff
}
form.inverse-form label.required:after {
color: #98d8f4
}
form.inverse-form label[disabled] {
opacity: .45
}
form.inverse-form input[type=date],
form.inverse-form input[type=datetime],
form.inverse-form input[type=datetime-local],
form.inverse-form input[type=email],
form.inverse-form input[type=month],
form.inverse-form input[type=number],
form.inverse-form input[type=password],
form.inverse-form input[type=search],
form.inverse-form input[type=tel],
form.inverse-form input[type=text],
form.inverse-form input[type=time],
form.inverse-form input[type=url],
form.inverse-form input[type=week],
form.inverse-form select,
form.inverse-form textarea {
color: #fff;
border-color: rgba(255, 255, 255, .7)
}
form.inverse-form input[type=date]:-ms-input-placeholder,
form.inverse-form input[type=datetime]:-ms-input-placeholder,
form.inverse-form input[type=datetime-local]:-ms-input-placeholder,
form.inverse-form input[type=email]:-ms-input-placeholder,
form.inverse-form input[type=month]:-ms-input-placeholder,
form.inverse-form input[type=number]:-ms-input-placeholder,
form.inverse-form input[type=password]:-ms-input-placeholder,
form.inverse-form input[type=search]:-ms-input-placeholder,
form.inverse-form input[type=tel]:-ms-input-placeholder,
form.inverse-form input[type=text]:-ms-input-placeholder,
form.inverse-form input[type=time]:-ms-input-placeholder,
form.inverse-form input[type=url]:-ms-input-placeholder,
form.inverse-form input[type=week]:-ms-input-placeholder,
form.inverse-form select:-ms-input-placeholder,
form.inverse-form textarea:-ms-input-placeholder {
color: rgba(255, 255, 255, .7);
opacity: 1
}
form.inverse-form input[type=date]::placeholder,
form.inverse-form input[type=datetime]::placeholder,
form.inverse-form input[type=datetime-local]::placeholder,
form.inverse-form input[type=email]::placeholder,
form.inverse-form input[type=month]::placeholder,
form.inverse-form input[type=number]::placeholder,
form.inverse-form input[type=password]::placeholder,
form.inverse-form input[type=search]::placeholder,
form.inverse-form input[type=tel]::placeholder,
form.inverse-form input[type=text]::placeholder,
form.inverse-form input[type=time]::placeholder,
form.inverse-form input[type=url]::placeholder,
form.inverse-form input[type=week]::placeholder,
form.inverse-form select::placeholder,
form.inverse-form textarea::placeholder {
color: rgba(255, 255, 255, .7);
opacity: 1
}
form.inverse-form input[type=date]:disabled,
form.inverse-form input[type=datetime]:disabled,
form.inverse-form input[type=datetime-local]:disabled,
form.inverse-form input[type=email]:disabled,
form.inverse-form input[type=month]:disabled,
form.inverse-form input[type=number]:disabled,
form.inverse-form input[type=password]:disabled,
form.inverse-form input[type=search]:disabled,
form.inverse-form input[type=tel]:disabled,
form.inverse-form input[type=text]:disabled,
form.inverse-form input[type=time]:disabled,
form.inverse-form input[type=url]:disabled,
form.inverse-form input[type=week]:disabled,
form.inverse-form select:disabled,
form.inverse-form textarea:disabled {
opacity: .45
}
form.inverse-form input[type=date]:hover,
form.inverse-form input[type=datetime]:hover,
form.inverse-form input[type=datetime-local]:hover,
form.inverse-form input[type=email]:hover,
form.inverse-form input[type=month]:hover,
form.inverse-form input[type=number]:hover,
form.inverse-form input[type=password]:hover,
form.inverse-form input[type=search]:hover,
form.inverse-form input[type=tel]:hover,
form.inverse-form input[type=text]:hover,
form.inverse-form input[type=time]:hover,
form.inverse-form input[type=url]:hover,
form.inverse-form input[type=week]:hover,
form.inverse-form select:hover,
form.inverse-form textarea:hover {
border-color: #fff
}
form.inverse-form input[type=date]:focus,
form.inverse-form input[type=datetime]:focus,
form.inverse-form input[type=datetime-local]:focus,
form.inverse-form input[type=email]:focus,
form.inverse-form input[type=month]:focus,
form.inverse-form input[type=number]:focus,
form.inverse-form input[type=password]:focus,
form.inverse-form input[type=search]:focus,
form.inverse-form input[type=tel]:focus,
form.inverse-form input[type=text]:focus,
form.inverse-form input[type=time]:focus,
form.inverse-form input[type=url]:focus,
form.inverse-form input[type=week]:focus,
form.inverse-form select:focus,
form.inverse-form textarea:focus {
border-color: #98d8f4;
box-shadow: 0 0 0 1px #98d8f4
}
form.inverse-form select {
/*!rtl:remove:start*/
background-position: top -335px right 0;
/*!rtl:remove:end*/
border-color: rgba(255, 255, 255, .7)
}
form.inverse-form input[type=checkbox]:checked+label:after,
form.inverse-form input[type=checkbox]:disabled:checked+label:after,
form.inverse-form input[type=radio]:checked+label:after,
form.inverse-form input[type=radio]:disabled:checked+label:after {
background-position: 0 -366px
}
form.inverse-form select:disabled {
border-color: rgba(255, 255, 255, .25)
}
form.inverse-form input[type=checkbox]+label,
form.inverse-form input[type=radio]+label {
color: #fff
}
form.inverse-form input[type=checkbox]+label:before,
form.inverse-form input[type=checkbox]:disabled:hover+label:before,
form.inverse-form input[type=radio]+label:before,
form.inverse-form input[type=radio]:disabled:hover+label:before {
box-shadow: 0 0 0 1px rgba(255, 255, 255, .7) inset
}
form.inverse-form input[type=checkbox]:hover+label:before,
form.inverse-form input[type=radio]:hover+label:before {
box-shadow: 0 0 0 1px #fff inset
}
form.inverse-form input[type=checkbox]:checked+label:before,
form.inverse-form input[type=radio]:checked+label:before {
box-shadow: 0 0 0 11px #98d8f4 inset
}
form.inverse-form input[type=checkbox]:focus+label:before,
form.inverse-form input[type=radio]:focus+label:before {
box-shadow: 0 0 0 1px #98d8f4, 0 0 0 1px #fff inset
}
form.inverse-form input[type=checkbox]:focus:checked+label:before,
form.inverse-form input[type=radio]:focus:checked+label:before {
box-shadow: 0 0 0 1px #98d8f4, 0 0 0 11px #98d8f4 inset
}
form.inverse-form input[type=checkbox]:disabled:checked+label:before,
form.inverse-form input[type=radio]:disabled:checked+label:before {
box-shadow: 0 0 0 11px #98d8f4 inset
}
form.inverse-form input[type=radio]:checked+label:before {
box-shadow: 0 0 0 6px #98d8f4 inset, 0 0 0 11px rgba(0, 0, 0, .6) inset, 0 0 0 11px #98d8f4 inset
}
form.inverse-form input[type=radio]:focus:checked+label:before {
box-shadow: 0 0 0 1px #98d8f4, 0 0 0 6px #98d8f4 inset, 0 0 0 11px rgba(0, 0, 0, .6) inset, 0 0 0 11px #98d8f4 inset
}
form.inverse-form input[type=radio]:disabled:checked+label:before {
box-shadow: 0 0 0 6px #98d8f4 inset, 0 0 0 11px rgba(0, 0, 0, .6) inset, 0 0 0 11px #98d8f4 inset
}
form.inverse-form input[type=radio].small-input:checked+label:before {
box-shadow: 0 0 0 5px #98d8f4 inset, 0 0 0 11px rgba(0, 0, 0, .6) inset, 0 0 0 11px #98d8f4 inset
}
form.inverse-form input[type=radio].small-input:focus:checked+label:before {
box-shadow: 0 0 0 1px #98d8f4, 0 0 0 5px #98d8f4 inset, 0 0 0 11px rgba(0, 0, 0, .6) inset, 0 0 0 11px #98d8f4 inset
}
form.inverse-form input[type=radio].small-input:disabled:checked+label:before {
box-shadow: 0 0 0 5px #98d8f4 inset, 0 0 0 11px rgba(0, 0, 0, .6) inset, 0 0 0 11px #98d8f4 inset
}
form.inverse-form input[type=checkbox]:indeterminate+label:after {
background: rgba(0, 0, 0, .6)
}
form.inverse-form input[type=checkbox]:indeterminate+label:before {
box-shadow: 0 0 0 11px #98d8f4 inset
}
form.inverse-form input[type=checkbox]:indeterminate:focus+label:before {
box-shadow: 0 0 0 1px #98d8f4, 0 0 0 11px #98d8f4 inset
}
form.inverse-form input[type=checkbox]:indeterminate:disabled+label:before {
box-shadow: 0 0 0 11px #98d8f4 inset
}
form.simple-form input[type=date],
form.simple-form input[type=datetime],
form.simple-form input[type=datetime-local],
form.simple-form input[type=email],
form.simple-form input[type=month],
form.simple-form input[type=number],
form.simple-form input[type=password],
form.simple-form input[type=search],
form.simple-form input[type=tel],
form.simple-form input[type=text],
form.simple-form input[type=time],
form.simple-form input[type=url],
form.simple-form input[type=week],
form.simple-form select {
border-radius: 0;
padding-left: 0;
padding-right: 0
}
artdeco-floatlabel select,
form.simple-form select {
padding-right: 32px
}
form.simple-form input[type=date],
form.simple-form input[type=date]:disabled,
form.simple-form input[type=date]:focus,
form.simple-form input[type=date]:hover,
form.simple-form input[type=datetime],
form.simple-form input[type=datetime]:disabled,
form.simple-form input[type=datetime]:focus,
form.simple-form input[type=datetime]:hover,
form.simple-form input[type=datetime-local],
form.simple-form input[type=datetime-local]:disabled,
form.simple-form input[type=datetime-local]:focus,
form.simple-form input[type=datetime-local]:hover,
form.simple-form input[type=email],
form.simple-form input[type=email]:disabled,
form.simple-form input[type=email]:focus,
form.simple-form input[type=email]:hover,
form.simple-form input[type=month],
form.simple-form input[type=month]:disabled,
form.simple-form input[type=month]:focus,
form.simple-form input[type=month]:hover,
form.simple-form input[type=number],
form.simple-form input[type=number]:disabled,
form.simple-form input[type=number]:focus,
form.simple-form input[type=number]:hover,
form.simple-form input[type=password],
form.simple-form input[type=password]:disabled,
form.simple-form input[type=password]:focus,
form.simple-form input[type=password]:hover,
form.simple-form input[type=search],
form.simple-form input[type=search]:disabled,
form.simple-form input[type=search]:focus,
form.simple-form input[type=search]:hover,
form.simple-form input[type=tel],
form.simple-form input[type=tel]:disabled,
form.simple-form input[type=tel]:focus,
form.simple-form input[type=tel]:hover,
form.simple-form input[type=text],
form.simple-form input[type=text]:disabled,
form.simple-form input[type=text]:focus,
form.simple-form input[type=text]:hover,
form.simple-form input[type=time],
form.simple-form input[type=time]:disabled,
form.simple-form input[type=time]:focus,
form.simple-form input[type=time]:hover,
form.simple-form input[type=url],
form.simple-form input[type=url]:disabled,
form.simple-form input[type=url]:focus,
form.simple-form input[type=url]:hover,
form.simple-form input[type=week],
form.simple-form input[type=week]:disabled,
form.simple-form input[type=week]:focus,
form.simple-form input[type=week]:hover,
form.simple-form select,
form.simple-form select:disabled,
form.simple-form select:focus,
form.simple-form select:hover {
border-width: 0 0 1px
}
form.simple-form input[type=date]:focus,
form.simple-form input[type=datetime]:focus,
form.simple-form input[type=datetime-local]:focus,
form.simple-form input[type=email]:focus,
form.simple-form input[type=month]:focus,
form.simple-form input[type=number]:focus,
form.simple-form input[type=password]:focus,
form.simple-form input[type=search]:focus,
form.simple-form input[type=tel]:focus,
form.simple-form input[type=text]:focus,
form.simple-form input[type=time]:focus,
form.simple-form input[type=url]:focus,
form.simple-form input[type=week]:focus,
form.simple-form select:focus {
box-shadow: 0 1px 0 0 #0073b1
}
form.simple-form .floating-label {
position: relative;
display: block;
margin-top: 35px
}
form.simple-form .floating-label .label-text {
position: absolute;
top: 10px;
left: 0;
transition: all .35s ease;
margin: 0
}
form.simple-form .floating-label[data-form-elem-focus=true] .label-text {
transform: translate(0, -25px);
-webkit-transform: translate(0, -25px)
}
form.simple-form.inverse-form input[type=date]:focus,
form.simple-form.inverse-form input[type=datetime]:focus,
form.simple-form.inverse-form input[type=datetime-local]:focus,
form.simple-form.inverse-form input[type=email]:focus,
form.simple-form.inverse-form input[type=month]:focus,
form.simple-form.inverse-form input[type=number]:focus,
form.simple-form.inverse-form input[type=password]:focus,
form.simple-form.inverse-form input[type=search]:focus,
form.simple-form.inverse-form input[type=tel]:focus,
form.simple-form.inverse-form input[type=text]:focus,
form.simple-form.inverse-form input[type=time]:focus,
form.simple-form.inverse-form input[type=url]:focus,
form.simple-form.inverse-form input[type=week]:focus,
form.simple-form.inverse-form select:focus {
box-shadow: 0 1px 0 0 #98d8f4
}
@media screen and (-ms-high-contrast:active) {
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
input[type=checkbox]:focus+label:before,
input[type=radio]:focus+label:before,
select:focus,
textarea:focus {
outline: ButtonText dotted 2px
}
input[type=checkbox]:checked+label:after {
content: "\2714";
font-size: 18px;
top: -3px;
left: 0;
background: 0 0
}
input[type=checkbox]:checked.small-input+label:after {
font-size: 16px;
left: -1px
}
input[type=radio]:checked+label:after {
border: 7px solid currentColor;
border-radius: 50%;
width: 22px;
height: 22px
}
input[type=radio]:checked.small-input+label:after {
width: 18px;
height: 18px
}
input[type=checkbox]:indeterminate+label:after {
background: currentColor
}
}
artdeco-floatlabel {
position: relative;
display: block;
margin-top: 35px
}
artdeco-floatlabel input[type=date],
artdeco-floatlabel input[type=datetime],
artdeco-floatlabel input[type=datetime-local],
artdeco-floatlabel input[type=email],
artdeco-floatlabel input[type=month],
artdeco-floatlabel input[type=number],
artdeco-floatlabel input[type=password],
artdeco-floatlabel input[type=search],
artdeco-floatlabel input[type=tel],
artdeco-floatlabel input[type=text],
artdeco-floatlabel input[type=time],
artdeco-floatlabel input[type=url],
artdeco-floatlabel input[type=week] {
border-radius: 0;
padding-left: 0;
padding-right: 0
}
artdeco-floatlabel input[type=date],
artdeco-floatlabel input[type=date]:disabled,
artdeco-floatlabel input[type=date]:focus,
artdeco-floatlabel input[type=date]:hover,
artdeco-floatlabel input[type=datetime],
artdeco-floatlabel input[type=datetime]:disabled,
artdeco-floatlabel input[type=datetime]:focus,
artdeco-floatlabel input[type=datetime]:hover,
artdeco-floatlabel input[type=datetime-local],
artdeco-floatlabel input[type=datetime-local]:disabled,
artdeco-floatlabel input[type=datetime-local]:focus,
artdeco-floatlabel input[type=datetime-local]:hover,
artdeco-floatlabel input[type=email],
artdeco-floatlabel input[type=email]:disabled,
artdeco-floatlabel input[type=email]:focus,
artdeco-floatlabel input[type=email]:hover,
artdeco-floatlabel input[type=month],
artdeco-floatlabel input[type=month]:disabled,
artdeco-floatlabel input[type=month]:focus,
artdeco-floatlabel input[type=month]:hover,
artdeco-floatlabel input[type=number],
artdeco-floatlabel input[type=number]:disabled,
artdeco-floatlabel input[type=number]:focus,
artdeco-floatlabel input[type=number]:hover,
artdeco-floatlabel input[type=password],
artdeco-floatlabel input[type=password]:disabled,
artdeco-floatlabel input[type=password]:focus,
artdeco-floatlabel input[type=password]:hover,
artdeco-floatlabel input[type=search],
artdeco-floatlabel input[type=search]:disabled,
artdeco-floatlabel input[type=search]:focus,
artdeco-floatlabel input[type=search]:hover,
artdeco-floatlabel input[type=tel],
artdeco-floatlabel input[type=tel]:disabled,
artdeco-floatlabel input[type=tel]:focus,
artdeco-floatlabel input[type=tel]:hover,
artdeco-floatlabel input[type=text],
artdeco-floatlabel input[type=text]:disabled,
artdeco-floatlabel input[type=text]:focus,
artdeco-floatlabel input[type=text]:hover,
artdeco-floatlabel input[type=time],
artdeco-floatlabel input[type=time]:disabled,
artdeco-floatlabel input[type=time]:focus,
artdeco-floatlabel input[type=time]:hover,
artdeco-floatlabel input[type=url],
artdeco-floatlabel input[type=url]:disabled,
artdeco-floatlabel input[type=url]:focus,
artdeco-floatlabel input[type=url]:hover,
artdeco-floatlabel input[type=week],
artdeco-floatlabel input[type=week]:disabled,
artdeco-floatlabel input[type=week]:focus,
artdeco-floatlabel input[type=week]:hover {
border-width: 0 0 1px;
outline: 0
}
artdeco-floatlabel input[type=date]:focus,
artdeco-floatlabel input[type=datetime]:focus,
artdeco-floatlabel input[type=datetime-local]:focus,
artdeco-floatlabel input[type=email]:focus,
artdeco-floatlabel input[type=month]:focus,
artdeco-floatlabel input[type=number]:focus,
artdeco-floatlabel input[type=password]:focus,
artdeco-floatlabel input[type=search]:focus,
artdeco-floatlabel input[type=tel]:focus,
artdeco-floatlabel input[type=text]:focus,
artdeco-floatlabel input[type=time]:focus,
artdeco-floatlabel input[type=url]:focus,
artdeco-floatlabel input[type=week]:focus {
box-shadow: 0 1px 0 0 #0084bf
}
artdeco-floatlabel .artdeco-label-text {
position: absolute;
top: 10px;
left: 0;
transition: all .35s ease;
margin: 0
}
artdeco-floatlabel[data-form-elem-focus=true] .artdeco-label-text {
transform: translate(0, -25px);
-webkit-transform: translate(0, -25px)
}
html.artdeco {
-webkit-font-smoothing: antialiased
}
@media only screen and (-webkit-min-device-pixel-ratio:1.25),
only screen and (min-device-pixel-ratio:1.25),
only screen and (-webkit-min-device-pixel-ratio:2.0833333333333335),
only screen and (min-resolution:200dpi),
only screen and (min-resolution:1.25dppx) {
html.artdeco {
-webkit-font-smoothing: subpixel-antialiased
}
}
body {
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif
}
a {
background-color: transparent;
border: 0;
color: #0073b1
}
a:focus,
a:hover {
text-decoration: underline;
color: #006097
}
a:active {
color: #004b7c
}
a:visited {
color: #665ed0
}
a:visited:hover {
color: #544bc2
}
a:visited:active {
color: #4034b0
}
.large-header,
.large-text,
.medium-text,
.small-text,
body,
h1,
h2,
h3,
h4,
h5,
p {
font-weight: 400;
color: rgba(0, 0, 0, .9)
}
body,
p {
font-size: 1.6rem;
line-height: 1.5
}
.large-header,
h1 {
font-size: 4rem;
line-height: 1.2
}
h2 {
font-size: 3.2rem;
line-height: 1.25
}
.large-text,
h3 {
font-size: 2.4rem;
line-height: 1.33333
}
.medium-text,
h4 {
font-size: 2rem;
line-height: 1.4
}
.small-text,
h5 {
font-size: 1.6rem;
line-height: 1.5
}
h6 {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .6)
}
button,
input,
select,
textarea {
font-family: inherit
}
.small-text {
font-size: 1.45rem;
line-height: 1.375
}
blockquote {
font-size: 1.6rem;
line-height: 1.5;
font-weight: 400;
color: rgba(0, 0, 0, .75)
}
@keyframes artdecoBadgeAnimationIn1 {
from {
transform: scale(0)
}
to {
transform: scale(1.15)
}
}
@keyframes artdecoBadgeAnimationIn2 {
from {
transform: scale(1.15)
}
to {
transform: scale(1)
}
}
artdeco-pill,
artdeco-toggle-pill {
height: 32px;
color: rgba(0, 0, 0, .6);
border: 0
}
artdeco-pill .artdeco-pill-icons,
artdeco-toggle-pill .artdeco-pill-icons {
position: relative;
margin-left: 0;
height: 16px;
width: 16px
}
artdeco-pill li-icon,
artdeco-toggle-pill li-icon {
position: absolute;
top: 0;
left: 0;
transform: scale(0);
transition: transform ease-in-out 167ms
}
artdeco-pill li-icon[type=plus-icon],
artdeco-toggle-pill li-icon[type=plus-icon] {
transform: scale(1)
}
artdeco-pill li-icon[type=cancel-icon],
artdeco-toggle-pill li-icon[type=cancel-icon] {
transform: scale(1) rotate(45deg);
opacity: 0;
transition: transform ease-in-out 167ms, opacity 0s 167ms
}
artdeco-pill[type=toggle] button,
artdeco-toggle-pill button {
border: none
}
artdeco-pill[type=toggle] button,
artdeco-pill[type=toggle] label,
artdeco-toggle-pill button,
artdeco-toggle-pill label {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
display: inline-flex;
height: 32px;
align-items: center;
padding: 12px 12px 12px 10px;
margin: 0;
box-shadow: inset 0 0 0 1px #0073b1;
background-color: transparent;
color: #0073b1;
border-radius: 32px;
box-sizing: border-box;
transition: color ease-in-out 334ms, box-shadow ease-in-out 334ms, background-color ease-in-out 334ms
}
artdeco-pill[type=toggle] button span,
artdeco-pill[type=toggle] label span,
artdeco-toggle-pill button span,
artdeco-toggle-pill label span {
margin-left: 5px
}
artdeco-pill[type=toggle] button .artdeco-pill-content,
artdeco-pill[type=toggle] label .artdeco-pill-content,
artdeco-toggle-pill button .artdeco-pill-content,
artdeco-toggle-pill label .artdeco-pill-content {
display: inline-flex;
align-items: center
}
artdeco-pill[type=toggle] button:after,
artdeco-pill[type=toggle] button:before,
artdeco-pill[type=toggle] label:after,
artdeco-pill[type=toggle] label:before,
artdeco-toggle-pill button:after,
artdeco-toggle-pill button:before,
artdeco-toggle-pill label:after,
artdeco-toggle-pill label:before {
display: none
}
artdeco-pill[type=toggle] button,
artdeco-toggle-pill button {
padding-top: 6px
}
artdeco-pill[type=toggle]:hover button,
artdeco-pill[type=toggle]:hover label,
artdeco-pill[type=toggle][data-artdeco-focus] button,
artdeco-pill[type=toggle][data-artdeco-focus] label,
artdeco-toggle-pill:hover button,
artdeco-toggle-pill:hover label,
artdeco-toggle-pill[data-artdeco-focus] button,
artdeco-toggle-pill[data-artdeco-focus] label {
box-shadow: inset 0 0 0 2px #006097;
color: #006097;
background-color: transparent
}
artdeco-pill[type=toggle]:active button,
artdeco-pill[type=toggle]:active label,
artdeco-toggle-pill:active button,
artdeco-toggle-pill:active label {
box-shadow: inset 0 0 0 2px #004b7c;
color: #004b7c
}
artdeco-pill[type=toggle][checked] button,
artdeco-pill[type=toggle][checked] label,
artdeco-toggle-pill[checked] button,
artdeco-toggle-pill[checked] label {
box-shadow: inset 0 0 0 2px transparent;
color: #fff;
background-color: #0073b1
}
artdeco-pill[type=toggle][checked] button li-icon[type=check-icon],
artdeco-pill[type=toggle][checked] label li-icon[type=check-icon],
artdeco-toggle-pill[checked] button li-icon[type=check-icon],
artdeco-toggle-pill[checked] label li-icon[type=check-icon] {
transform: scale(1);
transition: transform ease-in-out 167ms 167ms
}
artdeco-pill[type=toggle][checked] button li-icon[type=plus-icon],
artdeco-pill[type=toggle][checked] button li-icon[type=cancel-icon],
artdeco-pill[type=toggle][checked] label li-icon[type=plus-icon],
artdeco-pill[type=toggle][checked] label li-icon[type=cancel-icon],
artdeco-toggle-pill[checked] button li-icon[type=plus-icon],
artdeco-toggle-pill[checked] button li-icon[type=cancel-icon],
artdeco-toggle-pill[checked] label li-icon[type=plus-icon],
artdeco-toggle-pill[checked] label li-icon[type=cancel-icon] {
transform: scale(0);
transition: transform ease-in-out 167ms, opacity 0s 167ms
}
artdeco-pill[type=toggle][checked]:hover button,
artdeco-pill[type=toggle][checked]:hover label,
artdeco-pill[type=toggle][checked][data-artdeco-focus] button,
artdeco-pill[type=toggle][checked][data-artdeco-focus] label,
artdeco-toggle-pill[checked]:hover button,
artdeco-toggle-pill[checked]:hover label,
artdeco-toggle-pill[checked][data-artdeco-focus] button,
artdeco-toggle-pill[checked][data-artdeco-focus] label {
box-shadow: inset 0 0 0 2px #006097;
background-color: #006097;
color: #fff
}
artdeco-pill[type=toggle][checked]:hover button li-icon[type=cancel-icon],
artdeco-pill[type=toggle][checked]:hover label li-icon[type=cancel-icon],
artdeco-pill[type=toggle][checked][data-artdeco-focus] button li-icon[type=cancel-icon],
artdeco-pill[type=toggle][checked][data-artdeco-focus] label li-icon[type=cancel-icon],
artdeco-toggle-pill[checked]:hover button li-icon[type=cancel-icon],
artdeco-toggle-pill[checked]:hover label li-icon[type=cancel-icon],
artdeco-toggle-pill[checked][data-artdeco-focus] button li-icon[type=cancel-icon],
artdeco-toggle-pill[checked][data-artdeco-focus] label li-icon[type=cancel-icon] {
transform: scale(1);
opacity: 1;
transition: transform ease-in-out 167ms 167ms
}
artdeco-pill[type=toggle][checked]:hover button li-icon[type=plus-icon],
artdeco-pill[type=toggle][checked]:hover button li-icon[type=check-icon],
artdeco-pill[type=toggle][checked]:hover label li-icon[type=plus-icon],
artdeco-pill[type=toggle][checked]:hover label li-icon[type=check-icon],
artdeco-pill[type=toggle][checked][data-artdeco-focus] button li-icon[type=plus-icon],
artdeco-pill[type=toggle][checked][data-artdeco-focus] button li-icon[type=check-icon],
artdeco-pill[type=toggle][checked][data-artdeco-focus] label li-icon[type=plus-icon],
artdeco-pill[type=toggle][checked][data-artdeco-focus] label li-icon[type=check-icon],
artdeco-toggle-pill[checked]:hover button li-icon[type=plus-icon],
artdeco-toggle-pill[checked]:hover button li-icon[type=check-icon],
artdeco-toggle-pill[checked]:hover label li-icon[type=plus-icon],
artdeco-toggle-pill[checked]:hover label li-icon[type=check-icon],
artdeco-toggle-pill[checked][data-artdeco-focus] button li-icon[type=plus-icon],
artdeco-toggle-pill[checked][data-artdeco-focus] button li-icon[type=check-icon],
artdeco-toggle-pill[checked][data-artdeco-focus] label li-icon[type=plus-icon],
artdeco-toggle-pill[checked][data-artdeco-focus] label li-icon[type=check-icon] {
transform: scale(0);
transition: transform ease-in-out 167ms
}
artdeco-pill[type=toggle][checked]:active button,
artdeco-pill[type=toggle][checked]:active label,
artdeco-toggle-pill[checked]:active button,
artdeco-toggle-pill[checked]:active label {
box-shadow: inset 0 0 0 2px #004b7c;
background-color: #004b7c;
color: #fff
}
artdeco-pill[type=toggle][color-scheme=muted] button,
artdeco-pill[type=toggle][color-scheme=muted] label,
artdeco-toggle-pill[color-scheme=muted] button,
artdeco-toggle-pill[color-scheme=muted] label {
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6);
background-color: transparent;
color: rgba(0, 0, 0, .6)
}
artdeco-pill[type=toggle][color-scheme=muted]:hover button,
artdeco-pill[type=toggle][color-scheme=muted]:hover label,
artdeco-pill[type=toggle][color-scheme=muted][data-artdeco-focus] button,
artdeco-pill[type=toggle][color-scheme=muted][data-artdeco-focus] label,
artdeco-toggle-pill[color-scheme=muted]:hover button,
artdeco-toggle-pill[color-scheme=muted]:hover label,
artdeco-toggle-pill[color-scheme=muted][data-artdeco-focus] button,
artdeco-toggle-pill[color-scheme=muted][data-artdeco-focus] label {
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .75);
color: rgba(0, 0, 0, .75);
background-color: transparent
}
artdeco-pill[type=toggle][color-scheme=muted]:active button,
artdeco-pill[type=toggle][color-scheme=muted]:active label,
artdeco-toggle-pill[color-scheme=muted]:active button,
artdeco-toggle-pill[color-scheme=muted]:active label {
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .9);
color: rgba(0, 0, 0, .9)
}
artdeco-pill[type=toggle][color-scheme=muted][checked] button,
artdeco-pill[type=toggle][color-scheme=muted][checked] label,
artdeco-toggle-pill[color-scheme=muted][checked] button,
artdeco-toggle-pill[color-scheme=muted][checked] label {
box-shadow: inset 0 0 0 2px transparent;
color: rgba(0, 0, 0, .6);
background-color: rgba(199, 209, 216, .45)
}
artdeco-pill[type=toggle][color-scheme=muted][checked]:hover button,
artdeco-pill[type=toggle][color-scheme=muted][checked]:hover label,
artdeco-pill[type=toggle][color-scheme=muted][checked][data-artdeco-focus] button,
artdeco-pill[type=toggle][color-scheme=muted][checked][data-artdeco-focus] label,
artdeco-toggle-pill[color-scheme=muted][checked]:hover button,
artdeco-toggle-pill[color-scheme=muted][checked]:hover label,
artdeco-toggle-pill[color-scheme=muted][checked][data-artdeco-focus] button,
artdeco-toggle-pill[color-scheme=muted][checked][data-artdeco-focus] label {
box-shadow: inset 0 0 0 2px transparent;
background-color: rgba(199, 209, 216, .6);
color: rgba(0, 0, 0, .75)
}
artdeco-pill[type=toggle][color-scheme=muted][checked]:active button,
artdeco-pill[type=toggle][color-scheme=muted][checked]:active label,
artdeco-toggle-pill[color-scheme=muted][checked]:active button,
artdeco-toggle-pill[color-scheme=muted][checked]:active label {
box-shadow: inset 0 0 0 2px transparent;
background-color: rgba(199, 209, 216, .75);
color: rgba(0, 0, 0, .9)
}
artdeco-pill[type=toggle][color-scheme=inverse] button,
artdeco-pill[type=toggle][color-scheme=inverse] label,
artdeco-toggle-pill[color-scheme=inverse] button,
artdeco-toggle-pill[color-scheme=inverse] label {
box-shadow: inset 0 0 0 1px #fff;
background-color: transparent;
color: #fff
}
artdeco-pill[type=toggle][color-scheme=inverse]:hover button,
artdeco-pill[type=toggle][color-scheme=inverse]:hover label,
artdeco-pill[type=toggle][color-scheme=inverse][data-artdeco-focus] button,
artdeco-pill[type=toggle][color-scheme=inverse][data-artdeco-focus] label,
artdeco-toggle-pill[color-scheme=inverse]:hover button,
artdeco-toggle-pill[color-scheme=inverse]:hover label,
artdeco-toggle-pill[color-scheme=inverse][data-artdeco-focus] button,
artdeco-toggle-pill[color-scheme=inverse][data-artdeco-focus] label {
box-shadow: inset 0 0 0 2px #fff;
color: #fff;
background-color: transparent
}
artdeco-pill[type=toggle][color-scheme=inverse]:active button,
artdeco-pill[type=toggle][color-scheme=inverse]:active label,
artdeco-toggle-pill[color-scheme=inverse]:active button,
artdeco-toggle-pill[color-scheme=inverse]:active label {
box-shadow: inset 0 0 0 2px #fff;
color: #fff
}
artdeco-pill[type=toggle][color-scheme=inverse][checked] button,
artdeco-pill[type=toggle][color-scheme=inverse][checked] label,
artdeco-toggle-pill[color-scheme=inverse][checked] button,
artdeco-toggle-pill[color-scheme=inverse][checked] label {
box-shadow: inset 0 0 0 2px transparent;
color: rgba(0, 0, 0, .6);
background-color: #fff
}
artdeco-pill[type=toggle][color-scheme=inverse][checked]:hover button,
artdeco-pill[type=toggle][color-scheme=inverse][checked]:hover label,
artdeco-pill[type=toggle][color-scheme=inverse][checked][data-artdeco-focus] button,
artdeco-pill[type=toggle][color-scheme=inverse][checked][data-artdeco-focus] label,
artdeco-toggle-pill[color-scheme=inverse][checked]:hover button,
artdeco-toggle-pill[color-scheme=inverse][checked]:hover label,
artdeco-toggle-pill[color-scheme=inverse][checked][data-artdeco-focus] button,
artdeco-toggle-pill[color-scheme=inverse][checked][data-artdeco-focus] label {
box-shadow: inset 0 0 0 2px #fff;
background-color: #fff;
color: rgba(0, 0, 0, .75)
}
artdeco-pill[type=toggle][color-scheme=inverse][checked]:active button,
artdeco-pill[type=toggle][color-scheme=inverse][checked]:active label,
artdeco-toggle-pill[color-scheme=inverse][checked]:active button,
artdeco-toggle-pill[color-scheme=inverse][checked]:active label {
box-shadow: inset 0 0 0 2px transparent;
background-color: #fff;
color: rgba(0, 0, 0, .9)
}
artdeco-pill[type=input] {
display: inline-flex;
position: relative;
align-items: center;
justify-content: flex-start;
vertical-align: middle
}
artdeco-pill[type=input]:hover .artdeco-pill-label-text,
artdeco-pill[type=input]:hover input[type=text],
artdeco-pill[type=input]:hover label {
color: #006097
}
artdeco-pill[type=input] label {
display: flex;
position: absolute;
box-sizing: border-box;
align-items: center;
z-index: 0;
top: 0;
left: 11px;
height: 32px;
margin: 0;
cursor: pointer;
opacity: 1;
color: #0073b1;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
artdeco-pill[type=input] label .artdeco-pill-label-text {
font-size: 1.4rem;
font-weight: 600;
transition: opacity ease-in-out 334ms;
margin-left: 6px;
color: inherit;
line-height: 21px
}
artdeco-pill[type=input] input[type=text] {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: #0073b1;
display: inline-block;
height: 32px;
width: 150px;
box-sizing: border-box;
background-color: transparent;
padding: 0 16px 0 32px;
border: 1px solid transparent;
border-radius: 16px;
cursor: pointer;
transform: translateX(8px);
transition: background-color ease-in-out 334ms, width ease-in-out 334ms, border-color ease-in-out 334ms, transform ease-in-out 334ms
}
artdeco-pill[type=input][complete] label .artdeco-pill-label-text,
artdeco-pill[type=input][data-artdeco-has-content] label .artdeco-pill-label-text {
display: none
}
linkedin-logo.vertical[size="48dp"] li-icon,
linkedin-logo.vertical[size="40dp"] li-icon {
padding-right: 0
}
artdeco-pill[type=input] input[type=text]:focus {
outline: 0;
border-color: #0073b1;
box-shadow: none;
cursor: auto
}
artdeco-dropdown-trigger button,
artdeco-modal .artdeco-dismiss {
box-sizing: border-box;
outline-width: 2px;
text-align: center;
text-decoration: none;
vertical-align: middle
}
artdeco-pill[type=input][data-artdeco-focus] input[type=text] {
color: #006097;
transform: translateX(0);
transition: background-color ease-in-out 334ms, width ease-in-out 334ms, border-color ease-in-out 334ms, transform ease-in-out 334ms
}
artdeco-pill[type=input][data-artdeco-focus] .artdeco-pill-label-text {
color: rgba(0, 115, 177, .35);
cursor: text
}
artdeco-pill[type=input][complete] {
max-width: none;
cursor: pointer
}
artdeco-pill[type=input][complete] input[type=text] {
background-color: #0073b1;
color: #fff;
border-color: transparent;
transform: translateX(0);
transition: background-color ease-in-out 334ms, width ease-in-out 334ms, border-color ease-in-out 334ms, transform 0s
}
artdeco-pill[type=input][complete] label {
z-index: 1;
color: #fff
}
artdeco-pill[type=input][complete] li-icon[type=check-icon],
artdeco-pill[type=input][complete]:hover label li-icon[type=cancel-icon],
artdeco-pill[type=input][complete][data-artdeco-focus] label li-icon[type=cancel-icon] {
opacity: 1;
transform: scale(1);
transition: transform ease-in-out 167ms 167ms
}
artdeco-pill[type=input][complete] li-icon[type=plus-icon],
artdeco-pill[type=input][complete] li-icon[type=cancel-icon] {
transform: scale(0);
transition: transform ease-in-out 167ms, opacity 0s 167ms
}
artdeco-pill[type=input][complete]:hover input,
artdeco-pill[type=input][complete][data-artdeco-focus] input {
background-color: #006097;
border-color: transparent;
color: #fff
}
artdeco-pill[type=input][complete]:hover label li-icon,
artdeco-pill[type=input][complete][data-artdeco-focus] label li-icon {
color: #fff
}
artdeco-pill[type=input][complete]:hover label li-icon[type=check-icon],
artdeco-pill[type=input][complete][data-artdeco-focus] label li-icon[type=check-icon] {
transform: scale(0);
transition: transform ease-in-out 167ms
}
artdeco-pill[type=input][data-artdeco-has-content]:not([complete]) input[type=text] {
transition: width 0s, background-color ease-in-out 334ms, border-color ease-in-out 334ms, transform ease-in-out 334ms
}
artdeco-pill[type=input][color-scheme=muted] label {
color: rgba(0, 0, 0, .6)
}
artdeco-pill[type=input][color-scheme=muted]:hover .artdeco-pill-label-text,
artdeco-pill[type=input][color-scheme=muted]:hover input[type=text],
artdeco-pill[type=input][color-scheme=muted]:hover label {
color: rgba(0, 0, 0, .75)
}
artdeco-pill[type=input][color-scheme=muted] input[type=text] {
background-color: transparent;
color: rgba(0, 0, 0, .6)
}
artdeco-pill[type=input][color-scheme=muted] input[type=text]:focus {
border-color: rgba(0, 0, 0, .6);
color: rgba(0, 0, 0, .75);
background-color: transparent
}
artdeco-pill[type=input][color-scheme=muted][data-artdeco-focus] {
color: rgba(0, 0, 0, .6)
}
artdeco-pill[type=input][color-scheme=muted][data-artdeco-focus] .artdeco-pill-label-text {
color: rgba(0, 0, 0, .25)
}
artdeco-pill[type=input][color-scheme=muted][complete] input[type=text] {
background-color: rgba(199, 209, 216, .45);
color: rgba(0, 0, 0, .6);
border-color: transparent
}
artdeco-pill[type=input][color-scheme=muted][complete] li-icon {
color: rgba(0, 0, 0, .6)
}
artdeco-pill[type=input][color-scheme=muted][complete]:hover input,
artdeco-pill[type=input][color-scheme=muted][complete][data-artdeco-focus] input {
background-color: rgba(199, 209, 216, .6);
border-color: transparent;
color: rgba(0, 0, 0, .75)
}
artdeco-pill[type=input][color-scheme=muted][complete]:hover li-icon,
artdeco-pill[type=input][color-scheme=muted][complete][data-artdeco-focus] li-icon {
color: rgba(0, 0, 0, .75)
}
artdeco-pill[type=input][color-scheme=inverse] label,
artdeco-pill[type=input][color-scheme=inverse]:hover .artdeco-pill-label-text,
artdeco-pill[type=input][color-scheme=inverse]:hover input[type=text],
artdeco-pill[type=input][color-scheme=inverse]:hover label {
color: #fff
}
artdeco-pill[type=input][color-scheme=inverse] input[type=text] {
background-color: transparent;
color: #fff
}
artdeco-pill[type=input][color-scheme=inverse] input[type=text]:focus {
border-color: #fff;
color: #fff;
background-color: transparent
}
artdeco-pill[type=input][color-scheme=inverse][data-artdeco-focus] {
color: rgba(255, 255, 255, .85)
}
artdeco-pill[type=input][color-scheme=inverse][data-artdeco-focus] .artdeco-pill-label-text {
color: rgba(255, 255, 255, .35)
}
artdeco-pill[type=input][color-scheme=inverse][complete] input[type=text] {
background-color: #fff;
color: rgba(0, 0, 0, .6);
border-color: transparent
}
artdeco-pill[type=input][color-scheme=inverse][complete] li-icon {
color: rgba(0, 0, 0, .6)
}
artdeco-pill[type=input][color-scheme=inverse][complete]:hover input,
artdeco-pill[type=input][color-scheme=inverse][complete][data-artdeco-focus] input {
background-color: #fff;
border-color: transparent;
color: rgba(0, 0, 0, .75)
}
artdeco-pill[type=input][color-scheme=inverse][complete]:hover li-icon,
artdeco-pill[type=input][color-scheme=inverse][complete][data-artdeco-focus] li-icon {
color: rgba(0, 0, 0, .75)
}
artdeco-pill[type=input] artdeco-typeahead-results-container {
left: 16px
}
linkedin-logo {
display: block
}
linkedin-logo .logo-text,
linkedin-logo li-icon {
vertical-align: middle
}
linkedin-logo .logo-text {
display: inline-block;
letter-spacing: .2em;
color: rgba(0, 0, 0, .9);
white-space: nowrap
}
linkedin-logo .logo-text.logo-lockup-dark {
color: #000
}
linkedin-logo .logo-text.logo-lockup-inverse {
color: #fff
}
linkedin-logo[size="14dp"] li-icon {
margin-right: calc(5px - .2em)
}
linkedin-logo[size="14dp"] .logo-text {
font-weight: 600;
font-size: 11px;
line-height: 14px
}
linkedin-logo[size="21dp"] li-icon {
margin-right: calc(7px - .2em)
}
linkedin-logo[size="21dp"] .logo-text {
font-size: 14px;
line-height: 21px
}
linkedin-logo[size="28dp"] li-icon {
margin-right: calc(9px - .2em)
}
linkedin-logo[size="28dp"] .logo-text {
font-size: 17px;
line-height: 28px
}
linkedin-logo[size="34dp"] li-icon {
margin-right: calc(12px - .2em)
}
linkedin-logo[size="34dp"] .logo-text {
font-size: 20px;
line-height: 34px
}
linkedin-logo[size="40dp"] li-icon {
margin-right: calc(14px - .2em)
}
linkedin-logo[size="40dp"] .logo-text {
font-size: 23px;
line-height: 40px
}
linkedin-logo[size="48dp"] li-icon {
margin-right: calc(18px - .2em)
}
linkedin-logo[size="48dp"] .logo-text {
font-size: 26px;
line-height: 48px
}
linkedin-logo.vertical {
text-align: center;
display: inline-block
}
linkedin-logo.vertical .logo-text {
display: block
}
linkedin-logo.vertical[size="40dp"] .logo-text {
font-size: 30px;
line-height: 60px
}
linkedin-logo.vertical[size="48dp"] .logo-text {
font-size: 35px;
line-height: 70px
}
body.artdeco-modal-is-open {
overflow: hidden
}
body.artdeco-modal-is-open artdeco-modal-overlay {
opacity: 1
}
artdeco-modal-overlay {
position: fixed;
top: 0;
left: 0;
z-index: 10000;
display: flex;
height: 100vh;
width: 100vw;
align-items: center;
justify-content: center;
opacity: 0;
background-color: rgba(0, 0, 0, .75);
transition: opacity 167ms cubic-bezier(0, 0, .2, 1)
}
.card-list--column,
artdeco-modal {
flex-direction: column
}
artdeco-modal-overlay[data-artdeco-destroying] {
opacity: 0
}
artdeco-modal-overlay[data-artdeco-destroying] artdeco-modal {
max-height: calc(100vh - 64px);
transform: scaleY(1);
animation: modalReveal 334ms cubic-bezier(.4, 0, 1, 1) reverse backwards
}
artdeco-modal {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 12px 18px 1px rgba(0, 0, 0, .2);
transition: box-shadow 83ms;
position: relative;
display: flex;
width: 1128px;
min-height: 48px;
border-radius: 2px;
background-color: #fff;
transform: scale(.25);
opacity: 0;
max-height: calc(100vh - 64px);
animation: modalReveal 334ms cubic-bezier(0, 0, .2, 1) forwards
}
@media screen and (-ms-high-contrast:active) {
artdeco-modal {
border: 1px solid activeborder
}
artdeco-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true] {
text-decoration: underline
}
}
artdeco-modal-overlay.artdeco-is-open artdeco-modal {
transform: scale(1);
opacity: 1;
width: 1128px
}
artdeco-modal .artdeco-dismiss {
background-color: transparent;
border: 0;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
font-size: 0;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
padding: 0;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
z-index: 0;
border-radius: 16px;
text-indent: -999px;
width: 32px;
position: absolute;
top: 8px;
right: 8px
}
@media only screen and (-ms-high-contrast:active) {
artdeco-modal .artdeco-dismiss {
border: 1px solid currentColor;
border-width: 0;
line-height: 32px
}
}
html.edge artdeco-modal .artdeco-dismiss:focus,
html.ie artdeco-modal .artdeco-dismiss:focus {
outline: #7f7f7f dashed 1px
}
artdeco-modal .artdeco-dismiss li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
artdeco-modal .artdeco-dismiss li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge artdeco-modal .artdeco-dismiss,
.ie artdeco-modal .artdeco-dismiss {
border-radius: 32px
}
artdeco-modal .artdeco-dismiss:before {
transition-duration: .5s
}
artdeco-modal .artdeco-dismiss.focus,
artdeco-modal .artdeco-dismiss.hover-not-disabled,
artdeco-modal .artdeco-dismiss:focus,
artdeco-modal .artdeco-dismiss:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
artdeco-modal .artdeco-dismiss.active-not-disabled,
artdeco-modal .artdeco-dismiss:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
artdeco-modal .artdeco-dismiss.disabled,
artdeco-modal .artdeco-dismiss:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
artdeco-modal[size="1128dp"] {
max-width: 1128px
}
artdeco-modal[size="744dp"] {
max-width: 745px
}
artdeco-modal[size="552dp"] {
max-width: 552px
}
artdeco-modal[size="360dp"] {
max-width: 360px
}
artdeco-modal-header {
display: block;
padding: 8px 48px 8px 16px;
border-bottom: 1px solid rgba(0, 0, 0, .15)
}
artdeco-modal-header h1,
artdeco-modal-header h2,
artdeco-modal-header h3,
artdeco-modal-header h4,
artdeco-modal-header h5,
artdeco-modal-header h6 {
font-size: 2.4rem;
line-height: 1.33333;
font-weight: 400;
color: rgba(0, 0, 0, .9);
margin-bottom: 0
}
artdeco-modal-content {
overflow: auto;
flex-grow: 1;
padding: 8px 16px
}
artdeco-modal-footer {
display: block;
padding: 8px 16px
}
artdeco-modal-footer[has-divider=true] {
border-top: 1px solid rgba(0, 0, 0, .15)
}
@media screen and (min-width:1192px) {
artdeco-modal,
artdeco-modal.is-open {
width: 1128px
}
}
@media screen and (max-width:1192px) and (min-width:809px) {
artdeco-modal,
artdeco-modal.is-open {
width: 745px
}
}
@media screen and (max-width:809px) and (min-width:616px) {
artdeco-modal,
artdeco-modal.is-open {
width: 552px
}
}
@media screen and (max-width:616px) {
artdeco-modal,
artdeco-modal.is-open {
width: 312px
}
}
artdeco-completeness-meter {
display: flex;
position: relative;
height: 8px;
background-color: rgba(0, 0, 0, .15);
color: #0073b1;
width: 300px;
border-radius: 2px
}
artdeco-completeness-meter[benchmark]::after {
content: ' ';
width: 2px;
height: 16px;
position: absolute;
top: -50%;
background-color: rgba(0, 0, 0, .45);
transition: left 1s ease-in-out, background-color 1s ease-in-out;
animation-duration: 167ms;
animation-timing-function: cubic-bezier(.4, 0, .2, 1);
animation-fill-mode: forwards
}
artdeco-completeness-meter[benchmark]::before {
content: ' ';
position: absolute;
top: 0;
left: 0;
height: 8px;
background-color: rgba(0, 0, 0, .15);
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
transition: width 1s ease-in-out
}
artdeco-completeness-meter .artdeco-completeness-background {
width: 100%;
height: 8px;
overflow: hidden;
position: absolute;
border-radius: 2px
}
@media only screen and (-ms-high-contrast:active) {
artdeco-completeness-meter .artdeco-completeness-background {
background: ButtonHighlight
}
}
artdeco-completeness-meter progress {
position: absolute;
width: 100%;
height: 8px;
background-color: #0073b1;
border: none;
transition: width 1s ease-in-out;
animation: artdeco_completenessLoad 1s cubic-bezier(.4, 0, .2, 1)
}
artdeco-completeness-meter progress::-webkit-progress-bar,
artdeco-completeness-meter progress::-webkit-progress-value {
background-color: #0073b1
}
artdeco-completeness-meter progress::-moz-progress-bar {
background-color: #0073b1
}
artdeco-completeness-meter progress::-ms-fill {
background-color: #0073b1;
border: none
}
@media only screen and (-ms-high-contrast:active) {
artdeco-completeness-meter progress {
background: Highlight
}
}
artdeco-completeness-meter[size=large],
artdeco-completeness-meter[size=large] .artdeco-completeness-background,
artdeco-completeness-meter[size=large] progress {
height: 12px
}
artdeco-completeness-meter[size=large][benchmark]::after {
top: -4px;
height: 20px
}
artdeco-completeness-meter[size=small],
artdeco-completeness-meter[size=small] .artdeco-completeness-background,
artdeco-completeness-meter[size=small] progress {
height: 4px
}
artdeco-completeness-meter[size=small][benchmark]::after {
top: -4px;
height: 20px
}
artdeco-completeness-meter[inverse] {
background-color: rgba(0, 0, 0, .25);
color: #98d8f4
}
artdeco-completeness-meter[inverse][benchmark]::after {
background-color: rgba(0, 0, 0, .6)
}
artdeco-completeness-meter[inverse][benchmark]::before {
background-color: rgba(0, 0, 0, .25)
}
artdeco-completeness-meter[inverse] progress {
background-color: #98d8f4
}
artdeco-completeness-meter[inverse] progress::-webkit-progress-bar,
artdeco-completeness-meter[inverse] progress::-webkit-progress-value {
background-color: #98d8f4
}
artdeco-completeness-meter[inverse] progress::-moz-progress-bar {
background-color: #98d8f4
}
artdeco-completeness-meter[inverse] progress::-ms-fill {
background-color: #98d8f4;
border: none
}
artdeco-completeness-meter[color=pro],
artdeco-completeness-meter[color=pro]::after {
color: #0e95a0
}
artdeco-completeness-meter[color=pro] progress {
background-color: #0e95a0
}
artdeco-completeness-meter[color=pro] progress::-webkit-progress-bar,
artdeco-completeness-meter[color=pro] progress::-webkit-progress-value {
background-color: #0e95a0
}
artdeco-completeness-meter[color=pro] progress::-moz-progress-bar {
background-color: #0e95a0
}
artdeco-completeness-meter[color=pro] progress::-ms-fill {
background-color: #0e95a0;
border: none
}
artdeco-completeness-meter[inverse][color=pro],
artdeco-completeness-meter[inverse][color=pro]::after {
color: #98dade
}
artdeco-completeness-meter[inverse][color=pro] progress {
background-color: #98dade
}
artdeco-completeness-meter[inverse][color=pro] progress::-webkit-progress-bar,
artdeco-completeness-meter[inverse][color=pro] progress::-webkit-progress-value {
background-color: #98dade
}
artdeco-completeness-meter[inverse][color=pro] progress::-moz-progress-bar {
background-color: #98dade
}
artdeco-completeness-meter[inverse][color=pro] progress::-ms-fill {
background-color: #98dade;
border: none
}
artdeco-completeness-meter[color=positive],
artdeco-completeness-meter[color=positive]::after {
color: #469a1f
}
artdeco-completeness-meter[color=positive] progress {
background-color: #469a1f
}
artdeco-completeness-meter[color=positive] progress::-webkit-progress-bar,
artdeco-completeness-meter[color=positive] progress::-webkit-progress-value {
background-color: #469a1f
}
artdeco-completeness-meter[color=positive] progress::-moz-progress-bar {
background-color: #469a1f
}
artdeco-completeness-meter[color=positive] progress::-ms-fill {
background-color: #469a1f;
border: none
}
artdeco-completeness-meter[inverse][color=positive],
artdeco-completeness-meter[inverse][color=positive]::after {
color: #b5d99f
}
artdeco-completeness-meter[inverse][color=positive] progress {
background-color: #b5d99f
}
artdeco-completeness-meter[inverse][color=positive] progress::-webkit-progress-bar,
artdeco-completeness-meter[inverse][color=positive] progress::-webkit-progress-value {
background-color: #b5d99f
}
artdeco-completeness-meter[inverse][color=positive] progress::-moz-progress-bar {
background-color: #b5d99f
}
artdeco-completeness-meter[inverse][color=positive] progress::-ms-fill {
background-color: #b5d99f;
border: none
}
artdeco-completeness-meter[color=muted],
artdeco-completeness-meter[color=muted]::after {
color: #7a8b98
}
artdeco-completeness-meter[color=muted] progress {
background-color: #7a8b98
}
artdeco-completeness-meter[color=muted] progress::-webkit-progress-bar,
artdeco-completeness-meter[color=muted] progress::-webkit-progress-value {
background-color: #7a8b98
}
artdeco-completeness-meter[color=muted] progress::-moz-progress-bar {
background-color: #7a8b98
}
artdeco-completeness-meter[color=muted] progress::-ms-fill {
background-color: #7a8b98;
border: none
}
artdeco-completeness-meter[inverse][color=muted],
artdeco-completeness-meter[inverse][color=muted]::after {
color: #c7d1d8
}
artdeco-completeness-meter[inverse][color=muted] progress {
background-color: #c7d1d8
}
artdeco-completeness-meter[inverse][color=muted] progress::-webkit-progress-bar,
artdeco-completeness-meter[inverse][color=muted] progress::-webkit-progress-value {
background-color: #c7d1d8
}
artdeco-completeness-meter[inverse][color=muted] progress::-moz-progress-bar {
background-color: #c7d1d8
}
artdeco-completeness-meter[inverse][color=muted] progress::-ms-fill {
background-color: #c7d1d8;
border: none
}
artdeco-completeness-meter[color=negative],
artdeco-completeness-meter[color=negative]::after {
color: #ff2c33
}
artdeco-completeness-meter[color=negative] progress {
background-color: #ff2c33
}
artdeco-completeness-meter[color=negative] progress::-webkit-progress-bar,
artdeco-completeness-meter[color=negative] progress::-webkit-progress-value {
background-color: #ff2c33
}
artdeco-completeness-meter[color=negative] progress::-moz-progress-bar {
background-color: #ff2c33
}
artdeco-completeness-meter[color=negative] progress::-ms-fill {
background-color: #ff2c33;
border: none
}
artdeco-completeness-meter[inverse][color=negative],
artdeco-completeness-meter[inverse][color=negative]::after {
color: #ffbcba
}
artdeco-completeness-meter[inverse][color=negative] progress {
background-color: #ffbcba
}
artdeco-completeness-meter[inverse][color=negative] progress::-webkit-progress-bar,
artdeco-completeness-meter[inverse][color=negative] progress::-webkit-progress-value {
background-color: #ffbcba
}
artdeco-completeness-meter[inverse][color=negative] progress::-moz-progress-bar {
background-color: #ffbcba
}
artdeco-completeness-meter[inverse][color=negative] progress::-ms-fill {
background-color: #ffbcba;
border: none
}
artdeco-completeness-meter[indeterminate] {
width: 100%
}
artdeco-completeness-meter[indeterminate] progress {
animation: artdeco_completenessLoadFull 2s cubic-bezier(.4, 0, .2, 1);
animation-iteration-count: infinite;
background-color: #0073b1;
position: relative;
display: block
}
artdeco-completeness-meter[type=circular] {
height: 96px;
width: 96px;
background: 0 0
}
artdeco-completeness-meter[type=circular][benchmark]::before {
background: 0 0;
content: none
}
artdeco-completeness-meter[type=circular][benchmark]::after {
top: calc(50% - 4px);
left: calc(50% - 1px);
height: 8px
}
artdeco-completeness-meter[type=circular] progress {
border: 0!important;
clip: rect(1px, 1px, 1px, 1px);
height: 1px!important;
overflow: hidden;
padding: 0!important;
position: absolute!important;
white-space: nowrap!important;
width: 1px!important
}
artdeco-completeness-meter[type=circular][size=large] {
height: 128px;
width: 128px
}
artdeco-completeness-meter[type=circular][size=large]::after {
top: calc(50% - 7px);
height: 14px
}
artdeco-completeness-meter[type=circular][size=small] {
height: 56px;
width: 56px
}
@keyframes artdeco_completenessLoad {
from {
transform: translate(-100%)
}
to {
transform: translate(0)
}
}
@keyframes artdeco_completenessLoadFull {
0% {
left: -100%
}
100% {
left: 100%
}
}
@keyframes completenessBenchmark {
0%,
100% {
background-color: currentColor;
transform: scaleY(1)
}
50% {
transform: scaleY(1.5)
}
}
artdeco-chip {
display: inline-flex;
align-items: center;
height: 24px;
border-radius: 2px;
margin: 0 8px 8px 0;
padding: 0 6px 0 8px;
background-color: rgba(199, 209, 216, .45);
transition: color .3s
}
artdeco-chip .artdeco-chip-text {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .6);
margin: 0
}
artdeco-chip .artdeco-chip-button {
background: 0 0;
border: 0;
padding: 0;
line-height: 0;
position: static;
margin-left: 6px;
color: rgba(0, 0, 0, .6);
transition: color .3s
}
artdeco-chip .artdeco-chip-button:hover {
color: rgba(0, 0, 0, .75)
}
artdeco-chip .artdeco-chip-button:active {
color: rgba(0, 0, 0, .9)
}
artdeco-chip[size=large] {
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: rgba(0, 0, 0, .6);
height: 28px
}
artdeco-chip:hover .artdeco-chip-text {
color: rgba(0, 0, 0, .75)
}
artdeco-chip:active .artdeco-chip-text {
color: rgba(0, 0, 0, .9)
}
artdeco-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab]:hover,
artdeco-tabs[theme=pro] artdeco-tablist[role=tablist] artdeco-tab[role=tab]:hover {
color: rgba(0, 0, 0, .75)
}
artdeco-chip:last-of-type {
margin-right: 0
}
artdeco-tabs {
display: block;
position: relative
}
artdeco-tabs artdeco-tabpanel[role=tabpanel] {
display: block
}
artdeco-tabs artdeco-tabpanel[role=tabpanel][aria-hidden=true] {
display: none
}
artdeco-tabs[disabled] artdeco-tablist[role=tablist] {
position: relative
}
artdeco-tabs[disabled] artdeco-tablist[role=tablist]:before {
display: block;
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 1;
cursor: not-allowed;
background: rgba(255, 255, 255, .65)
}
artdeco-tabs artdeco-tablist[role=tablist] {
display: flex;
flex-direction: row;
align-items: flex-end;
border-bottom: 1px solid rgba(0, 0, 0, .15);
position: relative
}
artdeco-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab] {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .6);
box-sizing: border-box;
max-width: 220px;
position: relative;
background-color: transparent;
cursor: pointer;
transition: background-color;
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
transition-duration: 83ms;
padding: 9px 8px 11px;
margin-left: 24px
}
artdeco-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab]:first-child {
margin-left: 16px
}
artdeco-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab]:before {
position: absolute;
content: '';
height: 2px;
background-color: transparent;
left: 0;
right: 0;
bottom: 0;
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
transition-duration: 83ms
}
artdeco-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true] {
color: #0073b1;
background-color: transparent;
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
transition-duration: .5s
}
artdeco-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:before {
background-color: #0073b1;
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
transition-duration: .5s
}
artdeco-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:hover {
color: #006097
}
artdeco-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:hover:before {
background: #006097
}
artdeco-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:active {
color: #004b7c
}
artdeco-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:active:before {
background: #004b7c
}
artdeco-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab]:active {
color: #006097;
background-color: rgba(152, 216, 244, .45)
}
artdeco-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab][disabled] {
color: rgba(0, 0, 0, .35);
cursor: not-allowed
}
@media screen and (min-width:480px) and (max-width:799px) {
artdeco-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab] {
margin-left: 16px
}
}
@media screen and (max-width:479px) {
artdeco-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab],
artdeco-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab]:first-child {
margin-left: 8px
}
}
artdeco-tabs artdeco-tablist[role=tablist].no-wrap artdeco-tab[role=tab] {
white-space: nowrap;
max-width: none
}
artdeco-tabs[theme=pro] artdeco-tablist[role=tablist] artdeco-tab[role=tab] {
color: rgba(0, 0, 0, .6)
}
artdeco-tabs[theme=pro] artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true] {
color: #087889
}
artdeco-tabs[theme=pro] artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:before {
background: #087889
}
artdeco-tabs[theme=pro] artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:hover {
color: #036475
}
artdeco-tabs[theme=pro] artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:hover:before {
background: #036475
}
artdeco-tabs[theme=pro] artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:active {
color: #00505d;
background: 0 0
}
artdeco-tabs[theme=pro] artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:active:before {
background: #00505d
}
artdeco-tabs[theme=pro] artdeco-tablist[role=tablist] artdeco-tab[role=tab]:active {
color: #087889;
background-color: rgba(8, 120, 137, .15)
}
artdeco-tabs[theme=pro] artdeco-tablist[role=tablist] artdeco-tab[role=tab][disabled] {
color: rgba(0, 0, 0, .35)
}
artdeco-tabs[theme=pro] .artdeco-transport {
background: rgba(255, 255, 255, .85)
}
artdeco-tabs[theme=pro] .artdeco-transport li-icon {
color: rgba(0, 0, 0, .9)
}
artdeco-tabs[theme=pro] .artdeco-transport:hover {
background: #fff
}
artdeco-tabs[theme=pro] .artdeco-transport:hover li-icon {
color: #000
}
artdeco-tabs[theme=pro] .artdeco-transport:active {
background: rgba(255, 255, 255, .7)
}
artdeco-tabs[theme=pro] .artdeco-transport:active li-icon {
color: rgba(0, 0, 0, .6)
}
artdeco-tabs .artdeco-scrolling-container {
overflow-x: scroll;
overflow-y: hidden;
overflow: -moz-scrollbars-none;
-ms-overflow-style: none
}
artdeco-tabs .artdeco-scrolling-container::-webkit-scrollbar {
display: none
}
artdeco-tabs .artdeco-transport {
position: absolute;
z-index: 1;
top: 0;
bottom: 0;
left: 0;
width: 32px;
background: rgba(255, 255, 255, .85);
border: 0;
opacity: 1;
transition: opacity;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
transition-duration: 167ms
}
artdeco-tabs .artdeco-transport.artdeco-transport-hidden {
opacity: 0
}
artdeco-tabs .artdeco-transport li-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
color: rgba(0, 0, 0, .6)
}
[dir=rtl] artdeco-tabs .artdeco-transport li-icon {
transform: translateX(-50%) translateY(-50%) rotateY(180deg)
}
artdeco-tabs .artdeco-transport:hover {
background: #fff
}
artdeco-tabs .artdeco-transport:active,
artdeco-tabs[color=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:active:before,
artdeco-tabs[theme=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:active:before {
background: rgba(255, 255, 255, .7)
}
artdeco-tabs .artdeco-transport:hover li-icon {
color: rgba(0, 0, 0, .9)
}
artdeco-tabs .artdeco-transport:active li-icon {
color: rgba(0, 0, 0, .75)
}
[dir=rtl] artdeco-tabs .artdeco-transport,
artdeco-tabs .artdeco-transport[data-direction=next] {
left: auto;
right: 0
}
[dir=rtl] artdeco-tabs .artdeco-transport[data-direction=next] {
right: auto;
left: 0
}
artdeco-tabs artdeco-spotlight-tablist[role=tablist] {
display: flex;
border-bottom: 1px solid rgba(0, 0, 0, .15);
border-top: 1px solid rgba(0, 0, 0, .15)
}
artdeco-tabs artdeco-spotlight-tablist[role=tablist] artdeco-spotlight-tab[role=tab] {
padding: 10px 16px;
cursor: pointer;
position: relative;
max-height: 88px;
box-sizing: border-box;
flex: 1;
align-items: flex-start;
border-right: 1px solid rgba(0, 0, 0, .15)
}
artdeco-tabs artdeco-spotlight-tablist[role=tablist] artdeco-spotlight-tab[role=tab]:first-child {
border-left: 1px solid rgba(0, 0, 0, .15)
}
artdeco-tabs artdeco-spotlight-tablist[role=tablist] artdeco-spotlight-tab[role=tab] .artdeco-tab-primary-text {
font-size: 2.4rem;
line-height: 1.33333;
font-weight: 600;
color: rgba(0, 0, 0, .6);
display: block
}
artdeco-tabs artdeco-spotlight-tablist[role=tablist] artdeco-spotlight-tab[role=tab] .artdeco-tab-secondary-text {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6);
display: block
}
artdeco-tabs artdeco-spotlight-tablist[role=tablist] artdeco-spotlight-tab[role=tab]:hover .artdeco-tab-primary-text,
artdeco-tabs artdeco-spotlight-tablist[role=tablist] artdeco-spotlight-tab[role=tab]:hover .artdeco-tab-secondary-text {
color: rgba(0, 0, 0, .75)
}
artdeco-tabs artdeco-spotlight-tablist[role=tablist] artdeco-spotlight-tab[role=tab][aria-selected=true]:after {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 4px;
background: #0e95a0
}
artdeco-tabs artdeco-spotlight-tablist[role=tablist] artdeco-spotlight-tab[role=tab][aria-selected=true] .artdeco-tab-primary-text {
color: #0e95a0
}
artdeco-tabs artdeco-spotlight-tablist[role=tablist] artdeco-spotlight-tab[role=tab][aria-selected=true] .artdeco-tab-secondary-text {
color: rgba(0, 0, 0, .9)
}
artdeco-tabs artdeco-spotlight-tablist[role=tablist].no-wrap artdeco-spotlight-tab[role=tab] {
white-space: nowrap
}
artdeco-tabs[in-modal=true] artdeco-tablist artdeco-tab:first-child {
margin-left: 24px
}
artdeco-tabs[align=centered] artdeco-tablist {
justify-content: center
}
artdeco-tabs[align=centered] artdeco-tablist artdeco-tab:first-child[aria-selected=true]:before {
left: 8px;
right: 8px
}
artdeco-tabs[size="48dp"] artdeco-tablist[role=tablist] artdeco-tab[role=tab],
artdeco-tabs[size="17px"] artdeco-tablist[role=tablist] artdeco-tab[role=tab] {
padding-top: 12px;
padding-bottom: 16px;
font-size: 17px
}
artdeco-tabs[color=inverse][disabled] artdeco-tablist[role=tablist]:before,
artdeco-tabs[theme=inverse][disabled] artdeco-tablist[role=tablist]:before {
background: rgba(255, 255, 255, .55)
}
artdeco-tabs[color=inverse] artdeco-tablist[role=tablist],
artdeco-tabs[theme=inverse] artdeco-tablist[role=tablist] {
border-bottom-color: rgba(255, 255, 255, .25)
}
artdeco-tabs[color=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab],
artdeco-tabs[color=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:active,
artdeco-tabs[theme=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab],
artdeco-tabs[theme=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:active {
color: rgba(255, 255, 255, .7)
}
artdeco-tabs[color=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab]:hover,
artdeco-tabs[color=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:hover,
artdeco-tabs[theme=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab]:hover,
artdeco-tabs[theme=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:hover {
color: rgba(255, 255, 255, .85)
}
artdeco-tabs[color=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab]:active,
artdeco-tabs[theme=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab]:active {
background: rgba(255, 255, 255, .15)
}
artdeco-tabs[color=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true],
artdeco-tabs[theme=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true] {
color: #fff
}
artdeco-tabs[color=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:before,
artdeco-tabs[theme=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:before {
background: #fff
}
artdeco-tabs[color=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:hover:before,
artdeco-tabs[theme=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab][aria-selected=true]:hover:before {
background: rgba(255, 255, 255, .85)
}
artdeco-tabs[color=inverse] .artdeco-transport,
artdeco-tabs[color=inverse] .artdeco-transport:hover,
artdeco-tabs[theme=inverse] .artdeco-transport,
artdeco-tabs[theme=inverse] .artdeco-transport:hover {
background: rgba(0, 115, 177, .85)
}
artdeco-tabs[color=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab][disabled],
artdeco-tabs[theme=inverse] artdeco-tablist[role=tablist] artdeco-tab[role=tab][disabled] {
color: rgba(255, 255, 255, .45)
}
artdeco-tabs[color=inverse] .artdeco-transport li-icon,
artdeco-tabs[theme=inverse] .artdeco-transport li-icon {
color: rgba(255, 255, 255, .7)
}
artdeco-tabs[color=inverse] .artdeco-transport:hover li-icon,
artdeco-tabs[theme=inverse] .artdeco-transport:hover li-icon {
color: #fff
}
artdeco-tabs[color=inverse] .artdeco-transport:active,
artdeco-tabs[theme=inverse] .artdeco-transport:active {
background: #0073b1
}
artdeco-tabs[color=inverse] .artdeco-transport:active li-icon,
artdeco-tabs[theme=inverse] .artdeco-transport:active li-icon {
color: rgba(255, 255, 255, .85)
}
artdeco-typeahead {
position: relative
}
artdeco-typeahead .artdeco-typeahead-live-region {
border: 0!important;
clip: rect(1px, 1px, 1px, 1px);
height: 1px!important;
overflow: hidden;
padding: 0!important;
position: absolute!important;
white-space: nowrap!important;
width: 1px!important
}
artdeco-typeahead-results-container {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 6px 9px rgba(0, 0, 0, .2);
transition: box-shadow 83ms;
display: block;
position: absolute;
border-radius: 0 0 2px 2px;
padding: 4px 0;
background-color: #fff
}
@media screen and (-ms-high-contrast:active) {
artdeco-typeahead-results-container {
border: 1px solid activeborder
}
}
artdeco-typeahead-results-container ul {
list-style-type: none
}
artdeco-typeahead-results-container li {
padding: 8px 16px
}
artdeco-typeahead-results-container .highlighted,
artdeco-typeahead-results-container li:hover {
background-color: #f3f6f8
}
.artdeco-list,
.artdeco-list__item {
background-color: transparent;
margin: 0
}
:root {
--artdeco-typography-mono: SF Mono, Consolas, Roboto Mono, Noto Mono, Droid Mono, Fira Mono, Ubuntu Mono, Oxygen Mono, Lucida Console, Menlo, Monaco, monospace;
--artdeco-typography-sans: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Fira Sans, Ubuntu, Oxygen, Oxygen Sans, Cantarell, Droid Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Emoji, Segoe UI Symbol, Lucida Grande, Helvetica, Arial, sans-serif;
--artdeco-typography-serif: Noto Serif, Droid Serif, Georgia, serif;
--artdeco-typography-ar: Arabic UI Display, Geeza Pro, Simplified Arabic, var(--artdeco-typography-sans);
--artdeco-typography-ja: Meiryo, Yu Gothic, Hiragino Kaku Gothic Pro, Hiragino Sans, var(--artdeco-typography-sans);
--artdeco-typography-ko: Malgun Gothic, Apple SD Gothic Neo, var(--artdeco-typography-sans);
--artdeco-typography-th: Leelawadee, Thonburi, var(--artdeco-typography-sans);
--artdeco-typography-zh: Microsoft Yahei, PingFang SC, PingFang TC, Hiragino Sans, Hiragino Kaku Gothic Pro, var(--artdeco-typography-sans)
}
hr.artdeco-divider {
border: 0;
border-top: 1px solid rgba(0, 0, 0, .15);
display: block;
height: 1px;
width: 100%
}
hr.artdeco-divider--inverse {
border-color: rgba(255, 255, 255, .25)
}
.artdeco-list {
list-style-type: none;
padding: 0
}
.artdeco-list--border {
border: 1px solid rgba(0, 0, 0, .15)
}
.artdeco-list--grid {
display: inline-flex;
flex-direction: row
}
.artdeco-list--inverse {
border-color: rgba(255, 255, 255, .25)
}
.artdeco-list__item {
border: 0;
position: relative;
padding: 8px 8px 9px
}
.artdeco-list__item::after {
border-bottom: 1px solid rgba(0, 0, 0, .15);
bottom: 0;
content: '';
height: 0;
position: absolute;
right: 0;
width: 100%
}
.artdeco-list--grid .artdeco-list__item::after,
.artdeco-list__item:last-child::after {
content: none
}
.artdeco-list--compact .artdeco-list__item {
padding: 0 0 1px
}
.artdeco-list--grid .artdeco-list__item {
border: 0;
border-left: 1px solid rgba(0, 0, 0, .15);
padding: 16px;
flex-grow: 1
}
.artdeco-list--grid .artdeco-list__item:first-child {
border: 0
}
.artdeco-list--compact.artdeco-list--grid .artdeco-list__item {
padding: 0
}
.artdeco-list--inverse .artdeco-list__item::after {
border-color: rgba(255, 255, 255, .25)
}
.artdeco-list--offset-1 .artdeco-list__item::after,
.artdeco-list__item--offset-1::after {
width: calc(100% - 64px)
}
.artdeco-list--offset-2 .artdeco-list__item::after,
.artdeco-list__item--offset-2::after {
width: calc(100% - 72px)
}
.artdeco-list--offset-3 .artdeco-list__item::after,
.artdeco-list__item--offset-3::after {
width: calc(100% - 80px)
}
.artdeco-list--offset-4 .artdeco-list__item::after,
.artdeco-list__item--offset-4::after {
width: calc(100% - 88px)
}
.artdeco-list--offset-5 .artdeco-list__item::after,
.artdeco-list__item--offset-5::after {
width: calc(100% - 104px)
}
.artdeco-list--offset-6 .artdeco-list__item::after,
.artdeco-list__item--offset-6::after {
width: calc(100% - 120px)
}
.artdeco-list--offset-7 .artdeco-list__item::after,
.artdeco-list__item--offset-7::after {
width: calc(100% - 136px)
}
.artdeco-list--offset-8 .artdeco-list__item::after,
.artdeco-list__item--offset-8::after {
width: calc(100% - 160px)
}
.artdeco-list--offset-9 .artdeco-list__item::after,
.artdeco-list__item--offset-9::after {
width: calc(100% - 232px)
}
.artdeco-list--offset-10 .artdeco-list__item::after,
.artdeco-list__item--offset-10::after {
width: calc(100% - 272px)
}
.artdeco-list--offset-11 .artdeco-list__item::after,
.artdeco-list__item--offset-11::after {
width: calc(100% - 312px)
}
.t-mono {
font-family: var(--artdeco-typography-mono)
}
.t-sans {
font-family: var(--artdeco-typography-sans)
}
.t-serif {
font-family: var(--artdeco-typography-serif)
}
.t-black {
color: rgba(0, 0, 0, .9)
}
.t-black--light {
color: rgba(0, 0, 0, .6)
}
.t-white {
color: #fff
}
.t-white--light {
color: rgba(255, 255, 255, .7)
}
.t-bold {
font-weight: 600
}
.t-light {
font-weight: 200
}
.t-normal {
font-weight: 400
}
.t-roman {
font-style: normal
}
.t-12 {
font-size: 1.2rem;
line-height: 1.33333
}
.t-14 {
font-size: 1.4rem;
line-height: 1.42857
}
.t-16 {
font-size: 1.6rem;
line-height: 1.5
}
.t-16.t-16--open {
line-height: 1.75
}
.t-18 {
font-size: 1.8rem;
line-height: 1.33333
}
.t-18.t-18--open {
line-height: 1.55556
}
.t-20 {
font-size: 2rem;
line-height: 1.4
}
.t-20.t-20--open {
line-height: 1.6
}
.t-24 {
font-size: 2.4rem;
line-height: 1.33333
}
.t-32 {
font-size: 3.2rem;
line-height: 1.25
}
.t-40 {
font-size: 4rem;
line-height: 1.2
}
.t-48 {
font-size: 4.8rem;
line-height: 1.16667
}
.t-64 {
font-size: 6.4rem;
line-height: 1.125
}
artdeco-dropdown {
position: relative;
box-sizing: border-box;
cursor: pointer;
display: block;
margin: 0;
padding: 0
}
artdeco-dropdown[disabled] {
opacity: .25;
cursor: not-allowed
}
artdeco-dropdown[disabled] artdeco-dropdown-trigger {
pointer-events: none
}
artdeco-dropdown-trigger {
display: block
}
artdeco-dropdown-trigger>:first-child {
display: inline-block;
vertical-align: middle;
line-height: normal
}
artdeco-dropdown-trigger button {
background-color: #0073b1;
border: 0;
border-radius: 2px;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 1.6rem;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
padding: 0 16px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
z-index: 0
}
@media only screen and (-ms-high-contrast:active) {
artdeco-dropdown-trigger button {
border: 1px solid currentColor;
line-height: 30px
}
}
html.edge artdeco-dropdown-trigger button:focus,
html.ie artdeco-dropdown-trigger button:focus {
outline: #7f7f7f dashed 1px
}
artdeco-dropdown-trigger button li-icon {
top: 2px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
artdeco-dropdown-trigger button li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
artdeco-dropdown-content.artdeco-dropdown-is-open,
artdeco-inline-feedback {
transition-duration: 334ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1)
}
.edge artdeco-dropdown-trigger button,
.ie artdeco-dropdown-trigger button {
border-radius: 0
}
artdeco-dropdown-trigger button.focus,
artdeco-dropdown-trigger button.hover-not-disabled,
artdeco-dropdown-trigger button:focus,
artdeco-dropdown-trigger button:hover:not(:disabled):not(.disabled) {
background-color: #006097;
color: #fff
}
artdeco-dropdown-trigger button.active-not-disabled,
artdeco-dropdown-trigger button:active:not(:disabled):not(.disabled) {
background-color: #004b7c;
color: #fff
}
artdeco-dropdown-trigger button.disabled,
artdeco-dropdown-trigger button:disabled {
color: rgba(255, 255, 255, .45);
background-color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
artdeco-dropdown-trigger li-icon {
vertical-align: middle
}
artdeco-dropdown-trigger[placement=top] li-icon {
transform: rotate(180deg)
}
artdeco-dropdown-content {
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 6px 9px rgba(0, 0, 0, .2);
transition: box-shadow 83ms;
transition: visibility 0s, opacity;
transition-timing-function: cubic-bezier(.4, 0, 1, 1);
transition-duration: 167ms;
padding: 4px 0;
opacity: 0;
visibility: hidden;
display: inline-block;
position: absolute;
z-index: 999;
min-width: 168px;
max-width: 264px;
max-height: 548px;
box-sizing: border-box
}
artdeco-dropdown-content ul[role=tablist] {
border-top: 0
}
@media screen and (-ms-high-contrast:active) {
artdeco-dropdown-content {
border: 1px solid activeborder
}
}
artdeco-dropdown-content.artdeco-dropdown-is-open {
transition-delay: 25ms;
opacity: 1;
visibility: visible
}
artdeco-dropdown-content[placement=bottom] {
margin-top: 8px
}
artdeco-dropdown-content[placement=top] {
bottom: calc(100% + 8px);
bottom: -webkit-calc(100% + 8px)
}
artdeco-dropdown-content.artdeco-dropdown-with-arrow:after,
artdeco-dropdown-content.artdeco-dropdown-with-arrow:before {
position: absolute;
border-color: transparent;
border-style: solid;
border-width: 0;
content: '';
height: 0;
width: 0
}
artdeco-dropdown-content.artdeco-dropdown-with-arrow[arrow-dir=right]:after,
artdeco-dropdown-content.artdeco-dropdown-with-arrow[arrow-dir=right]:before {
left: calc(100% - 24px)
}
artdeco-dropdown-content.artdeco-dropdown-with-arrow[arrow-dir=left]:after,
artdeco-dropdown-content.artdeco-dropdown-with-arrow[arrow-dir=left]:before {
left: 24px
}
artdeco-dropdown-content.artdeco-dropdown-with-arrow[placement=top]:after {
border-top: 8px #fff solid;
border-left-width: 8px;
border-right-width: 8px;
bottom: -8px;
margin-left: -9px
}
artdeco-dropdown-content.artdeco-dropdown-with-arrow[placement=top]:before {
border-top: 9px rgba(0, 0, 0, .1) solid;
border-left-width: 9px;
border-right-width: 9px;
bottom: -9px;
margin-left: -10px
}
artdeco-dropdown-content.artdeco-dropdown-with-arrow[placement=bottom]:after {
border-right-width: 8px;
border-bottom: 8px #fff solid;
border-left-width: 8px;
top: -8px;
margin-left: -9px
}
artdeco-dropdown-content.artdeco-dropdown-with-arrow[placement=bottom]:before {
border-right-width: 9px;
border-bottom: 9px rgba(0, 0, 0, .1) solid;
border-left-width: 9px;
top: -9px;
margin-left: -10px
}
artdeco-dropdown-content dl,
artdeco-dropdown-content ol,
artdeco-dropdown-content ul {
list-style-type: none
}
artdeco-dropdown-content div,
artdeco-dropdown-content dl,
artdeco-dropdown-content form,
artdeco-dropdown-content ol,
artdeco-dropdown-content section,
artdeco-dropdown-content ul {
overflow-y: auto;
min-height: inherit;
max-height: 540px
}
artdeco-dropdown-header,
artdeco-dropdown-item {
box-sizing: border-box;
padding: 8px 16px
}
artdeco-dropdown-header {
height: auto
}
artdeco-dropdown-header,
artdeco-dropdown-header dl>dt,
artdeco-dropdown-header h2,
artdeco-dropdown-header h3,
artdeco-dropdown-header h4,
artdeco-dropdown-header h5,
artdeco-dropdown-header h6 {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9)
}
artdeco-dropdown-item {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .6)
}
artdeco-dropdown-item,
artdeco-dropdown-item a,
artdeco-dropdown-item button,
artdeco-dropdown-item img,
artdeco-dropdown-item input,
artdeco-dropdown-item label,
artdeco-dropdown-item span {
display: block
}
artdeco-dropdown-item:not(:first-child) {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
artdeco-dropdown-item[disabled] {
opacity: .25;
cursor: not-allowed
}
artdeco-dropdown-item:not([disabled]):focus,
artdeco-dropdown-item:not([disabled]):hover {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .75)
}
artdeco-dropdown-item:not([disabled]):active {
color: #006097;
background: rgba(152, 216, 244, .45)
}
artdeco-dropdown-item.artdeco-selected {
color: #0073b1;
border-left: 2px solid #0073b1
}
artdeco-dropdown-item.artdeco-selected:focus,
artdeco-dropdown-item.artdeco-selected:hover {
color: #006097;
border-color: #006097
}
artdeco-dropdown-item.artdeco-selected:active {
color: #004b7c;
background: rgba(152, 216, 244, .45);
border-color: #004b7c
}
[dir=rtl] artdeco-dropdown-item.artdeco-selected {
border-left: none;
border-right: 2px solid #0073b1
}
[theme=pro] artdeco-dropdown-item:not([disabled]):active {
color: #036475;
background: rgba(152, 218, 222, .45)
}
[theme=pro] artdeco-dropdown-item.ad-selected {
color: #087889;
border-color: #087889
}
[theme=pro] artdeco-dropdown-item.ad-selected:focus,
[theme=pro] artdeco-dropdown-item.ad-selected:hover {
color: #036475;
border-color: #036475
}
[theme=pro] artdeco-dropdown-item.ad-selected:active {
color: #00505d;
background: rgba(152, 218, 222, .45);
border-color: #00505d
}
artdeco-inline-feedback {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9);
display: block
}
.artdeco-inline-feedback__message {
font-size: inherit;
line-height: inherit;
color: inherit;
display: block
}
.artdeco-inline-feedback__icon {
float: left;
margin: 2px 4px 0 0
}
.artdeco-inline-feedback__icon+.artdeco-inline-feedback__message {
padding: 0 0 0 20px
}
[dir=rtl] .artdeco-inline-feedback__icon {
float: right;
margin: 2px 0 0 4px
}
[dir=rtl] .artdeco-inline-feedback__icon+.artdeco-inline-feedback__message {
padding: 0 20px 0 0
}
.artdeco-inline-feedback__linktext {
font-size: inherit;
line-height: inherit;
display: inline-block;
color: inherit;
text-decoration: underline
}
.artdeco-inline-feedback--fade {
opacity: 0
}
.artdeco-dropdown dl a[disabled],
.artdeco-dropdown dl button[disabled],
.artdeco-dropdown ol a[disabled],
.artdeco-dropdown ol button[disabled],
.artdeco-dropdown ul a[disabled],
.artdeco-dropdown ul button[disabled],
.artdeco-dropdown-menu dl a[disabled],
.artdeco-dropdown-menu dl button[disabled],
.artdeco-dropdown-menu ol a[disabled],
.artdeco-dropdown-menu ol button[disabled],
.artdeco-dropdown-menu ul a[disabled],
.artdeco-dropdown-menu ul button[disabled],
.card-list--is-refreshing,
.payments-purchase-widget.faded {
opacity: .25
}
.artdeco-inline-feedback--hidden {
display: none
}
.artdeco-inline-feedback--success {
color: #2f7b15
}
.artdeco-inline-feedback--success--inverse {
color: #b5d99f
}
.artdeco-inline-feedback--yield {
color: #b74700
}
.artdeco-inline-feedback--yield--inverse {
color: #f8c19e
}
.artdeco-inline-feedback--error {
color: #d11124
}
.artdeco-inline-feedback--error--inverse {
color: #ffbcba
}
.artdeco-inline-feedback--note {
color: #5c6f7c
}
.artdeco-inline-feedback--note--inverse {
color: #c7d1d8
}
.artdeco-inline-feedback--actionable {
cursor: pointer
}
body.ember-semaphore-rendered {
overflow: hidden
}
@media (orientation:landscape) {
body.ember-semaphore-rendered #profile-wrapper {
overflow: visible
}
}
body.ember-semaphore-rendered #core-nav,
body.ember-semaphore-rendered #extended-nav,
body.ember-semaphore-rendered #voyager-nav {
z-index: 0
}
body.ember-semaphore-rendered #profile-wrapper {
z-index: initial
}
body.ember-semaphore-rendered .collapsable-sticky-header {
z-index: 0;
position: relative
}
#profile-wrapper .ember-semaphore .additional-actions li-icon {
width: 22px
}
.ember-semaphore .focusguard {
padding: 0
}
.ember-semaphore li .ember-semaphore__button.additional-action:nth-child(2) {
margin-top: 16px
}
.ember-semaphore li .ember-semaphore__button[role=additional-action] {
background-color: transparent;
height: initial;
padding-left: 0;
margin-left: -3px;
width: calc(100% - 16px);
text-align: left
}
.ember-semaphore li .ember-semaphore__button[role=additional-action] span.additional-action-link {
text-decoration: none;
font-weight: 600;
background-color: transparent;
border: 0;
color: #0091ca;
cursor: pointer;
position: relative;
top: -6px;
margin-left: 4px
}
.ember-semaphore li .ember-semaphore__button[role=additional-action] span.additional-action-link:focus,
.ember-semaphore li .ember-semaphore__button[role=additional-action] span.additional-action-link:hover {
text-decoration: underline;
color: #006097
}
.ember-semaphore li .ember-semaphore__button[role=additional-action] span.additional-action-link:active {
color: #004b7c
}
.ember-semaphore li .ember-semaphore__button[role=additional-action] span.additional-action-link:visited {
color: #665ed0
}
.ember-semaphore li .ember-semaphore__button[role=additional-action] span.additional-action-link:visited:hover {
color: #544bc2
}
.ember-semaphore li .ember-semaphore__button[role=additional-action] span.additional-action-link:visited:active {
color: #4034b0
}
.ember-semaphore li .ember-semaphore__button[role=additional-action] li-icon {
color: #0073b1;
padding-right: 0;
margin: 0 4px
}
.ember-semaphore li .ember-semaphore__button[role=additional-action] li-icon[type$="-icon"][size=small] {
width: 24px;
height: 24px
}
.ember-semaphore li .ember-semaphore__button[role=additional-action] li-icon .icon {
color: rgba(0, 0, 0, .6)
}
.ember-semaphore li .ember-semaphore__button[role=additional-action] .ember-semaphore__description {
margin-left: 4px;
position: relative;
top: -10px
}
.ember-semaphore li .ember-semaphore__button[role=additional-action]:hover {
background: 0 0
}
.ember-semaphore .divider {
border: 0;
display: block;
height: 1px;
border-color: rgba(0, 0, 0, .15);
border-top: 1px solid rgba(0, 0, 0, .15);
margin: 0;
padding: 0
}
@media (max-width:976px) {
.ember-semaphore .divider {
margin-bottom: 16px
}
}
.ember-semaphore .last-screen-divider {
margin-bottom: 16px
}
.ember-semaphore label {
text-align: left
}
.ember-semaphore__loader li-icon {
width: 100%
}
.ember-semaphore__content {
overflow-y: auto;
max-height: 310px;
padding: 0;
width: auto
}
.ember-semaphore__content--confirm {
padding: 16px
}
.ember-semaphore__description {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.ember-semaphore__button--previous,
.ember-semaphore__button--primary,
.ember-semaphore__button--secondary {
font-size: 1.6rem;
font-weight: 600;
text-align: center;
overflow: hidden;
position: relative;
display: inline-block;
text-decoration: none;
font-family: inherit;
z-index: 0
}
.ember-semaphore__button--primary {
background-color: #0073b1;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
height: 40px;
line-height: 40px;
outline-width: 2px;
padding: 0 24px;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.ember-semaphore__button--primary {
border: 1px solid currentColor;
line-height: 38px
}
}
html.edge .ember-semaphore__button--primary:focus,
html.ie .ember-semaphore__button--primary:focus {
outline: #7f7f7f dashed 1px
}
.ember-semaphore__button--primary li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.ember-semaphore__button--primary li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .ember-semaphore__button--primary,
.ie .ember-semaphore__button--primary {
border-radius: 0
}
.ember-semaphore__button--primary.focus,
.ember-semaphore__button--primary.hover-not-disabled,
.ember-semaphore__button--primary:focus,
.ember-semaphore__button--primary:hover:not(:disabled):not(.disabled) {
background-color: #006097;
color: #fff
}
.ember-semaphore__button--primary.active-not-disabled,
.ember-semaphore__button--primary:active:not(:disabled):not(.disabled) {
background-color: #004b7c;
color: #fff
}
.ember-semaphore__button--primary.disabled,
.ember-semaphore__button--primary:disabled {
color: rgba(255, 255, 255, .45);
background-color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.ember-semaphore__button--primary:after {
border-color: #fff
}
.ember-semaphore__button--secondary {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #0073b1;
cursor: pointer;
height: 40px;
line-height: 40px;
outline-width: 2px;
padding: 0 24px;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px transparent, inset 0 0 0 1px transparent;
margin-right: 8px
}
@media only screen and (-ms-high-contrast:active) {
.ember-semaphore__button--secondary {
border: 1px solid currentColor;
line-height: 38px
}
}
html.edge .ember-semaphore__button--secondary:focus,
html.ie .ember-semaphore__button--secondary:focus {
outline: #7f7f7f dashed 1px
}
.ember-semaphore__button--secondary li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.ember-semaphore__button--secondary li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .ember-semaphore__button--secondary,
.ie .ember-semaphore__button--secondary {
border-radius: 0
}
.ember-semaphore__button--secondary:hover:not(:disabled)[data-is-animating-click=true],
.ember-semaphore__button--secondary:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px transparent, inset 0 0 0 1px #004b7c
}
.ember-semaphore__button--secondary.focus,
.ember-semaphore__button--secondary.hover-not-disabled,
.ember-semaphore__button--secondary:focus,
.ember-semaphore__button--secondary:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097;
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px #006097, inset 0 0 0 1px transparent
}
.ember-semaphore__button--secondary.active-not-disabled,
.ember-semaphore__button--secondary:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.ember-semaphore__button--secondary.disabled,
.ember-semaphore__button--secondary:disabled {
color: rgba(0, 115, 177, .35);
box-shadow: inset 0 0 0 1px rgba(0, 115, 177, .35);
cursor: not-allowed
}
.artdeco-carousel-slide,
.card {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2)
}
.ember-semaphore__button--previous {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
height: 32px;
line-height: 32px;
outline-width: 2px;
padding: 0 8px;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.ember-semaphore__button--previous {
border: 1px solid currentColor;
border-width: 0;
line-height: 32px
}
}
html.edge .ember-semaphore__button--previous:focus,
html.ie .ember-semaphore__button--previous:focus {
outline: #7f7f7f dashed 1px
}
.ember-semaphore__button--previous li-icon {
top: 2px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.ember-semaphore__button--previous li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .ember-semaphore__button--previous,
.ie .ember-semaphore__button--previous {
border-radius: 0
}
.ember-semaphore__button--previous.focus,
.ember-semaphore__button--previous.hover-not-disabled,
.ember-semaphore__button--previous:focus,
.ember-semaphore__button--previous:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
.ember-semaphore__button--previous.active-not-disabled,
.ember-semaphore__button--previous:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.ember-semaphore__button--previous.disabled,
.ember-semaphore__button--previous:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.ember-semaphore__button--menuitem {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
cursor: pointer;
display: inline-block;
font-family: inherit;
overflow: hidden;
outline-width: 2px;
position: relative;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .75);
height: auto;
padding: 16px 0 16px 16px;
text-align: left;
width: calc(100% + 16px);
margin-left: -16px
}
@media only screen and (-ms-high-contrast:active) {
.ember-semaphore__button--menuitem {
border: 1px solid currentColor;
border-width: 0;
line-height: 24px
}
}
html.edge .ember-semaphore__button--menuitem:focus,
html.ie .ember-semaphore__button--menuitem:focus {
outline: #7f7f7f dashed 1px
}
.ember-semaphore__button--menuitem li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .ember-semaphore__button--menuitem,
.ie .ember-semaphore__button--menuitem {
border-radius: 0
}
.ember-semaphore__button--menuitem.focus,
.ember-semaphore__button--menuitem.hover-not-disabled,
.ember-semaphore__button--menuitem:focus,
.ember-semaphore__button--menuitem:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
.ember-semaphore__button--menuitem.active-not-disabled,
.ember-semaphore__button--menuitem:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.ember-semaphore__button--menuitem.disabled,
.ember-semaphore__button--menuitem:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.ember-semaphore__button--menuitem li-icon {
box-sizing: content-box;
height: 16px;
left: 0;
width: 16px;
float: right;
vertical-align: text-top;
margin: 0;
padding: 0;
color: rgba(0, 0, 0, .6);
position: relative;
top: 2px
}
.ember-semaphore__button--menuitem li-icon[type$="-icon"][size=small],
.ember-semaphore__button--menuitem>svg {
height: 24px;
width: 24px
}
.ember-semaphore__button--menuitem span {
display: inline-block;
max-width: calc(100% - 32px);
text-indent: 0
}
.justify-flex-end {
display: flex;
justify-content: flex-end
}
.ember-semaphore__back {
margin: 16px 0
}
.ember-semaphore__submit-radio {
margin: 16px 0 16px 8px
}
.ember-semaphore__menu {
list-style-type: none
}
.ember-semaphore__menu li .semaphore-radio-div input[type=radio]+label:after,
.ember-semaphore__menu li .semaphore-radio-div input[type=radio]+label:before {
content: " ";
height: 20px;
width: 20px;
position: absolute;
top: 20px;
left: 0;
display: block;
box-sizing: border-box
}
.ember-semaphore__menu li .semaphore-radio-div label {
text-align: left;
padding: 16px 16px 16px 28px;
margin: 0;
cursor: pointer
}
.ember-semaphore__menu li .semaphore-non-radio-div button li-icon {
margin-right: 16px
}
.ember-semaphore__menu.action-options li .ember-semaphore__button--menuitem {
width: 100%
}
.ember-semaphore__menu.action-options li .ember-semaphore__button--menuitem li-icon {
margin: 0
}
.ember-semaphore__menu.action-options li .ember-semaphore__button--menuitem li-icon .icon {
color: rgba(0, 0, 0, .6)
}
.ember-semaphore__item {
padding-left: 24px
}
.ember-semaphore__item--inner {
border-top: 1px solid rgba(0, 0, 0, .15)
}
.ember-semaphore__item:first-child .ember-semaphore__item--inner {
border-top: none
}
.ember-semaphore__text--label {
font-size: 1.6rem;
line-height: 1.75;
font-weight: 400;
color: rgba(0, 0, 0, .9)
}
.ember-sempahore__help-center-option {
background-color: inherit;
color: rgba(0, 0, 0, .75);
padding: 16px 0;
margin-left: 16px;
text-align: left
}
.ember-semaphore__help-center-link {
text-decoration: none;
font-weight: 600;
background-color: transparent;
border: 0;
cursor: pointer;
color: #0084bf;
display: initial;
padding: 0
}
.ember-semaphore__help-center-link:focus,
.ember-semaphore__help-center-link:hover {
text-decoration: underline;
color: #006097
}
.ember-semaphore__help-center-link:active {
color: #004b7c
}
.ember-semaphore__help-center-link:visited {
color: #665ed0
}
.ember-semaphore__help-center-link:visited:hover {
color: #544bc2
}
.ember-semaphore__help-center-link:visited:active {
color: #4034b0
}
.ember-semaphore__help-center-option,
.ember-sempahore__additional-string-option {
color: rgba(0, 0, 0, .75);
padding: 16px 0;
margin-left: 24px;
text-align: left
}
.ember-sempahore__addtional-actions-option {
padding: 8px 0 16px 8px;
text-align: left;
margin-left: 16px
}
.ember-sempahore__addtional-actions-option .space {
height: 4px;
content: '.';
visibility: hidden
}
artdeco-modal[size="552dp"] .artdeco-dismiss {
margin-right: 8px
}
artdeco-modal[size="552dp"] artdeco-modal-header>#semaphore-title {
font-size: 21px;
margin-left: 8px;
max-width: 450px
}
artdeco-modal[size="552dp"] #semaphore-title+#semaphore-subtitle {
display: block;
color: rgba(0, 0, 0, .6);
font-size: 15px;
margin-left: 8px;
margin-top: 4px
}
artdeco-modal[size="552dp"] artdeco-modal-content>.ember-semaphore__description {
margin-left: 8px
}
artdeco-modal[size="552dp"] .ember-semaphore__help-center-option {
margin-left: 24px;
margin-right: 24px;
padding-top: 16px;
padding-bottom: 16px
}
.payments-purchase-widget {
background-color: #fff;
height: 100vh
}
.payments-purchase-widget .global-title-container .global-title {
top: 0;
position: static
}
.payments-purchase-widget .global-title-container .global-title .global-title-button {
margin: 2px 12px 0 0;
float: right;
height: 50px
}
.payments-purchase-widget .global-title-container .global-title .global-title-text {
padding-left: 0;
background-image: url(/sc/h/c2noy4k2eaaz6dx3ag3am3o0r);
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
height: 52px;
width: 64px
}
.payments-purchase-widget .free-trial-help {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400;
color: rgba(0, 0, 0, .6);
text-align: center;
margin: 16px 12px
}
.payments-card-form {
text-align: center
}
.payments-card-form #input-fields {
padding: 8px 16px;
overflow: auto
}
.payments-card-form #input-fields input {
-webkit-appearance: none;
padding: 0;
border: none;
border-bottom: 2px solid;
border-bottom-color: #f3f6f8;
margin: 8px 0
}
.payments-card-form #input-fields input::-webkit-inner-spin-button,
.payments-card-form #input-fields input::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0
}
.payments-card-form #input-fields input:focus,
.payments-card-form #input-fields textarea:focus {
border-bottom-color: #0091ca;
-webkit-tap-highlight-color: transparent
}
.payments-card-form #input-fields #account-div {
position: relative
}
.payments-card-form #input-fields #account-div .amex {
background: url(/sc/h/2vtcoqc3d9xria81chlcc1phv)
}
.payments-card-form #input-fields #account-div .generic {
background: url(/sc/h/9tc98twu13m3hjzm0blo0os7m)
}
.payments-card-form #input-fields #account-div .discover {
background: url(/sc/h/a0gqf5liwoa9ghvglhdylvvhm)
}
.payments-card-form #input-fields #account-div .mastercard {
background: url(/sc/h/cmls1zvb1zprek1aefu4y83i9)
}
.payments-card-form #input-fields #account-div .visa {
background: url(/sc/h/6b56nxn7n11ykvnoubbeithuq)
}
.payments-card-form #input-fields #account-div #card-icon {
width: 56px;
height: 28px;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
position: absolute;
right: 0;
bottom: calc(8px + 1px + 4px)
}
.payments-card-form #input-fields #expiration-month-div,
.payments-card-form #input-fields #expiration-year-div,
.payments-card-form #input-fields #verification-code-div {
width: 20%
}
.payments-card-form #input-fields #postal-code-div {
width: 40%;
padding-right: 0
}
.payments-card-form #input-fields #vat-number-div {
width: 100%
}
.payments-card-form #input-fields .floated-input {
float: left;
padding-right: 12px
}
.payments-card-form .calculate-tax,
.payments-card-form .place-order {
margin: 12px 12px auto;
background-color: #0073b1;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
font-size: 1.6rem;
font-weight: 600;
font-family: inherit;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0 16px;
position: relative;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
display: inline-block;
text-align: center;
height: auto;
min-height: 40px
}
@media only screen and (-ms-high-contrast:active) {
.payments-card-form .calculate-tax,
.payments-card-form .place-order {
border: 1px solid currentColor;
line-height: 30px
}
}
html.edge .payments-card-form .calculate-tax:focus,
html.edge .payments-card-form .place-order:focus,
html.ie .payments-card-form .calculate-tax:focus,
html.ie .payments-card-form .place-order:focus {
outline: #7f7f7f dashed 1px
}
.payments-card-form .calculate-tax li-icon,
.payments-card-form .place-order li-icon {
top: 2px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.payments-card-form .calculate-tax li-icon>svg,
.payments-card-form .place-order li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .payments-card-form .calculate-tax,
.edge .payments-card-form .place-order,
.ie .payments-card-form .calculate-tax,
.ie .payments-card-form .place-order {
border-radius: 0
}
.payments-card-form .calculate-tax.focus,
.payments-card-form .calculate-tax.hover-not-disabled,
.payments-card-form .calculate-tax:focus,
.payments-card-form .calculate-tax:hover:not(:disabled):not(.disabled),
.payments-card-form .place-order.focus,
.payments-card-form .place-order.hover-not-disabled,
.payments-card-form .place-order:focus,
.payments-card-form .place-order:hover:not(:disabled):not(.disabled) {
background-color: #006097;
color: #fff
}
.payments-card-form .calculate-tax.active-not-disabled,
.payments-card-form .calculate-tax:active:not(:disabled):not(.disabled),
.payments-card-form .place-order.active-not-disabled,
.payments-card-form .place-order:active:not(:disabled):not(.disabled) {
background-color: #004b7c;
color: #fff
}
.payments-card-form .calculate-tax.disabled,
.payments-card-form .calculate-tax:disabled,
.payments-card-form .place-order.disabled,
.payments-card-form .place-order:disabled {
color: rgba(255, 255, 255, .45);
background-color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.payments-card-form .calculate-tax .place-order-lock,
.payments-card-form .place-order .place-order-lock {
vertical-align: middle;
display: inline-block;
margin-left: 32px;
height: 24px
}
.payments-card-form .calculate-tax .place-order-lock li-icon,
.payments-card-form .place-order .place-order-lock li-icon {
width: 24px;
height: 24px;
padding: 0
}
.payments-card-form .calculate-tax .place-order-cta,
.payments-card-form .place-order .place-order-cta {
vertical-align: middle;
margin-left: 4px;
margin-right: 32px;
display: inline-block;
max-width: calc(100% - 24px - 4px)
}
.payments-card-form .calculate-tax {
color: #006097;
background-color: #fff
}
.payments-card-form .calculate-tax:hover {
color: #006097;
background-color: rgba(0, 115, 177, .1)
}
.modal-wormhole .payments-subscription-details .modal-wormhole-content,
.payments-subscription-details .modal-wormhole .modal-wormhole-content,
.payments-subscription-details .shared-modal-dialog {
width: 100%;
height: 100%;
max-width: none;
padding: 0;
border: none;
overflow-y: scroll
}
.modal-wormhole .payments-subscription-details .modal-wormhole-content .global-title-container .global-title,
.payments-subscription-details .modal-wormhole .modal-wormhole-content .global-title-container .global-title,
.payments-subscription-details .shared-modal-dialog .global-title-container .global-title {
top: 0
}
.modal-wormhole .payments-subscription-details .modal-wormhole-content .global-title-container .global-title .global-title-button,
.payments-subscription-details .modal-wormhole .modal-wormhole-content .global-title-container .global-title .global-title-button,
.payments-subscription-details .shared-modal-dialog .global-title-container .global-title .global-title-button {
margin: 2px 12px 0 0;
float: right;
height: 50px
}
.modal-wormhole .payments-subscription-details .modal-wormhole-content .global-title-container .global-title .global-title-text,
.payments-subscription-details .modal-wormhole .modal-wormhole-content .global-title-container .global-title .global-title-text,
.payments-subscription-details .shared-modal-dialog .global-title-container .global-title .global-title-text {
padding-left: 0
}
.modal-wormhole .payments-subscription-details .modal-wormhole-content .details-list,
.payments-subscription-details .modal-wormhole .modal-wormhole-content .details-list,
.payments-subscription-details .shared-modal-dialog .details-list {
list-style-type: none;
padding: 0 16px;
display: table;
width: 100%
}
.modal-wormhole .payments-subscription-details .modal-wormhole-content .details-list li,
.payments-subscription-details .modal-wormhole .modal-wormhole-content .details-list li,
.payments-subscription-details .shared-modal-dialog .details-list li {
border-bottom: 1px solid #cdcfd2;
padding: 24px 0
}
.modal-wormhole .payments-subscription-details .modal-wormhole-content .details-list li .details-icon,
.payments-subscription-details .modal-wormhole .modal-wormhole-content .details-list li .details-icon,
.payments-subscription-details .shared-modal-dialog .details-list li .details-icon {
display: table-cell;
vertical-align: middle;
color: #cdcfd2
}
.modal-wormhole .payments-subscription-details .modal-wormhole-content .details-list li p,
.payments-subscription-details .modal-wormhole .modal-wormhole-content .details-list li p,
.payments-subscription-details .shared-modal-dialog .details-list li p {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .75);
padding-left: 8px;
vertical-align: middle;
display: table-cell
}
.payments-order-summary {
background-color: #f3f6f8;
border-bottom: 1px solid #cdcfd2
}
.payments-order-summary .order-summary-table {
list-style-type: none;
padding: 12px 16px;
overflow: auto
}
.payments-order-summary .order-summary-table .order-row {
height: 20px
}
.payments-order-summary .order-summary-table .order-row h4 {
margin-bottom: 4px
}
.payments-order-summary .order-summary-table .order-row .left-field {
float: left;
width: 70%
}
.payments-order-summary .order-summary-table .order-row .right-field {
float: right;
width: 30%;
text-align: right
}
.payments-order-summary .order-summary-table .order-row .plan-name,
.payments-order-summary .order-summary-table .order-row .plan-price {
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: rgba(0, 0, 0, .9)
}
.payments-order-summary .order-summary-table .order-row .plan-name-detail {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .75)
}
.payments-order-summary .order-summary-table .order-row .plan-price-detail {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .75)
}
.payments-order-summary .order-summary-table .order-row .due-today-left {
padding-top: 8px;
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: rgba(0, 0, 0, .9)
}
.payments-order-summary .order-summary-table .order-row .due-today-right {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.payments-order-summary .order-summary-table .order-row .due-today-price {
padding-top: 8px;
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: rgba(0, 0, 0, .9)
}
.payments-order-summary .order-summary-table .order-row .show-details {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400;
color: #0073b1;
margin-top: 12px;
width: 100%;
cursor: pointer
}
.payments-order-summary .order-summary-table .order-row .cart-details {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.payments-order-summary .order-summary-table .summary-hr {
margin-top: 16px;
margin-bottom: 0
}
.payments-order-summary-paid .order-summary-table .order-row .discount-name,
.payments-order-summary-paid .order-summary-table .order-row .discount-price {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400;
color: #ee1620
}
.payments-order-summary-paid .order-summary-table .order-row .tax-name,
.payments-order-summary-paid .order-summary-table .order-row .tax-price {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.payments-order-summary-paid .order-summary-table .order-row .due-today {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 600;
color: rgba(0, 0, 0, .6)
}
.payments-order-summary-paid .order-summary-table .order-row .due-today-price {
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: rgba(0, 0, 0, .9)
}
.payments-order-summary-free .order-summary-table .order-row .due-today-free,
.payments-order-summary-free .order-summary-table .order-row .free-price {
padding-top: 8px;
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: rgba(0, 0, 0, .9)
}
.tos-footer,
.tos-footer a {
line-height: 1.33333;
font-size: 1.2rem
}
.payments-route-loader {
height: 100vh;
width: 100vw;
position: absolute;
top: 0
}
.tos-footer {
font-weight: 400;
color: rgba(0, 0, 0, .6);
position: fixed;
bottom: 12px;
padding: 0 16px;
text-align: center;
width: 100%
}
.tos-footer a {
font-weight: 400;
color: #0073b1
}
.artdeco-carousel-container {
background-clip: padding-box;
max-width: 100vw
}
.artdeco-carousel-slide-list {
list-style: none;
overflow: hidden
}
.artdeco-carousel-slide-list li:after,
.artdeco-carousel-slide-list li:before {
content: '';
display: table
}
.artdeco-carousel-slide-list li:after {
clear: both
}
.artdeco-carousel-slide-list li {
display: inline-block
}
.artdeco-carousel-slide-list-container.artdeco-carousel-traversable {
overflow: hidden
}
.artdeco-carousel-slide-list-container.artdeco-carousel-traversable>.artdeco-carousel-slide-list {
overflow: visible;
transition: transform .25s ease 0s
}
.artdeco-carousel-slide-list-container.artdeco-carousel-traversable.dragged .artdeco-carousel-slide-list {
transition: none
}
.artdeco-carousel-container .artdeco-carousel-title {
float: left;
font-size: 2rem;
line-height: 1.4;
font-weight: 400;
color: rgba(0, 0, 0, .9);
margin-left: 8px
}
.artdeco-carousel-container .pagination-btns {
float: right;
margin: 0 0 8px
}
.artdeco-carousel-container .pagination-btns.large-btns .next-btn span,
.artdeco-carousel-container .pagination-btns.large-btns .previous-btn span {
border: 0!important;
clip: rect(1px, 1px, 1px, 1px);
height: 1px!important;
overflow: hidden;
padding: 0!important;
position: absolute!important;
white-space: nowrap!important;
width: 1px!important
}
.artdeco-carousel-container .pagination-btns button {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
font-size: 1.6rem;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0 8px;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0
}
@media only screen and (-ms-high-contrast:active) {
.artdeco-carousel-container .pagination-btns button {
border: 1px solid currentColor;
border-width: 0;
line-height: 32px
}
}
html.edge .artdeco-carousel-container .pagination-btns button:focus,
html.ie .artdeco-carousel-container .pagination-btns button:focus {
outline: #7f7f7f dashed 1px
}
.artdeco-carousel-container .pagination-btns button li-icon {
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px;
top: 3px
}
.artdeco-carousel-container.single-slide .pagination-btns button span,
.artdeco-carousel-pagination.inverse>li span,
.artdeco-carousel-pagination.large.inverse>li span,
.artdeco-carousel-pagination.large>li span,
.artdeco-carousel-pagination>li span {
position: absolute!important;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
white-space: nowrap!important
}
.artdeco-carousel-container .pagination-btns button li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .artdeco-carousel-container .pagination-btns button,
.ie .artdeco-carousel-container .pagination-btns button {
border-radius: 0
}
.artdeco-carousel-container .pagination-btns button.focus,
.artdeco-carousel-container .pagination-btns button.hover-not-disabled,
.artdeco-carousel-container .pagination-btns button:focus,
.artdeco-carousel-container .pagination-btns button:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
.artdeco-carousel-container .pagination-btns button.active-not-disabled,
.artdeco-carousel-container .pagination-btns button:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.artdeco-carousel-container .pagination-btns button.disabled,
.artdeco-carousel-container .pagination-btns button:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.artdeco-carousel-container .pagination-btns button.next-btn li-icon {
padding: 0 0 0 6px
}
.artdeco-carousel-container .pagination-btns button.previous-btn li-icon {
margin: -12px 0 0;
padding: 0 1px 0 0
}
.artdeco-carousel-container.single-slide .artdeco-carousel-slide-container {
min-width: 80%;
max-width: 80%
}
.artdeco-carousel-container.single-slide .next-btn span,
.artdeco-carousel-container.single-slide .previous-btn span {
border: 0!important;
clip: rect(1px, 1px, 1px, 1px);
height: 1px!important;
overflow: hidden;
padding: 0!important;
position: absolute!important;
white-space: nowrap!important;
width: 1px!important
}
.artdeco-carousel-container.single-slide .pagination-btns button {
width: 26px;
height: 26px
}
.artdeco-carousel-container.single-slide .pagination-btns button li-icon {
top: 1px
}
.artdeco-carousel-container.single-slide .pagination-btns button.next-btn li-icon {
padding: 0 0 0 4px
}
.artdeco-carousel-container.single-slide .pagination-btns button.previous-btn li-icon {
margin: -12px 0 0 -3px
}
.artdeco-carousel-container.single-slide .pagination-btns button span {
border: 0!important;
height: 1px!important;
padding: 0!important;
width: 1px!important
}
.artdeco-carousel-container.single-slide .artdeco-carousel-slide {
opacity: .5
}
.artdeco-carousel-container.single-slide .artdeco-carousel-slide.active {
opacity: 1
}
.artdeco-carousel-pagination {
list-style: none;
display: flex;
align-items: center;
justify-content: center
}
.artdeco-carousel-pagination>li {
margin-left: 4px;
text-align: center;
display: inline-flex
}
.artdeco-carousel-pagination>li:not(.selected)>a,
.artdeco-carousel-pagination>li:not(.selected)>button {
background-color: rgba(0, 0, 0, .35)
}
.artdeco-carousel-pagination>li>a,
.artdeco-carousel-pagination>li>button {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: #0073b1;
display: inline-block;
box-sizing: border-box;
background-color: rgba(0, 0, 0, .35);
border: 1px solid transparent;
text-decoration: none
}
.artdeco-carousel-pagination>li>a.focus,
.artdeco-carousel-pagination>li>a:focus,
.artdeco-carousel-pagination>li>button.focus,
.artdeco-carousel-pagination>li>button:focus {
border-color: rgba(0, 0, 0, .75);
color: #000
}
.artdeco-carousel-pagination>li.selected {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: #000;
box-sizing: border-box;
padding: 4px;
min-width: initial;
background-color: rgba(0, 0, 0, .9);
height: 8px;
width: 8px;
border-radius: 50%
}
.artdeco-carousel-pagination>li>a,
.artdeco-carousel-pagination>li>button {
padding: 0;
min-width: 0;
height: 8px;
width: 8px;
border-radius: 50%
}
.artdeco-carousel-pagination>li span {
border: 0!important;
height: 1px!important;
padding: 0!important;
width: 1px!important
}
.artdeco-carousel-pagination>li.focus>a,
.artdeco-carousel-pagination>li.focus>button,
.artdeco-carousel-pagination>li.hover>a,
.artdeco-carousel-pagination>li.hover>button,
.artdeco-carousel-pagination>li:focus>a,
.artdeco-carousel-pagination>li:focus>button,
.artdeco-carousel-pagination>li:hover>a,
.artdeco-carousel-pagination>li:hover>button {
border-color: rgba(0, 0, 0, .9);
color: rgba(0, 0, 0, .9);
background-color: transparent
}
.artdeco-carousel-pagination.large {
list-style: none;
display: flex;
align-items: center;
justify-content: center
}
.artdeco-carousel-pagination.large>li {
margin-left: 16px;
text-align: center;
display: inline-flex
}
.artdeco-carousel-pagination.large>li:not(.selected)>a,
.artdeco-carousel-pagination.large>li:not(.selected)>button {
background-color: rgba(0, 0, 0, .35)
}
.artdeco-carousel-pagination.large>li>a,
.artdeco-carousel-pagination.large>li>button {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: #0073b1;
display: inline-block;
box-sizing: border-box;
background-color: rgba(0, 0, 0, .35);
border: 1px solid transparent;
text-decoration: none
}
.artdeco-carousel-pagination.large>li>a.focus,
.artdeco-carousel-pagination.large>li>a:focus,
.artdeco-carousel-pagination.large>li>button.focus,
.artdeco-carousel-pagination.large>li>button:focus {
border-color: rgba(0, 0, 0, .75);
color: #000
}
.artdeco-carousel-pagination.large>li.selected {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: #000;
box-sizing: border-box;
padding: 4px;
min-width: initial;
background-color: rgba(0, 0, 0, .9);
height: 8px;
width: 8px;
border-radius: 50%
}
.artdeco-carousel-pagination.large>li>a,
.artdeco-carousel-pagination.large>li>button {
padding: 0;
min-width: 0;
height: 8px;
width: 8px;
border-radius: 50%
}
.artdeco-carousel-pagination.large>li span {
border: 0!important;
height: 1px!important;
padding: 0!important;
width: 1px!important
}
.artdeco-carousel-pagination.large>li.focus>a,
.artdeco-carousel-pagination.large>li.focus>button,
.artdeco-carousel-pagination.large>li.hover>a,
.artdeco-carousel-pagination.large>li.hover>button,
.artdeco-carousel-pagination.large>li:focus>a,
.artdeco-carousel-pagination.large>li:focus>button,
.artdeco-carousel-pagination.large>li:hover>a,
.artdeco-carousel-pagination.large>li:hover>button {
border-color: rgba(0, 0, 0, .9);
color: rgba(0, 0, 0, .9);
background-color: transparent
}
.artdeco-carousel-pagination.inverse {
list-style: none;
display: flex;
align-items: center;
justify-content: center
}
.artdeco-carousel-pagination.inverse>li {
margin-left: 4px;
text-align: center;
display: inline-flex
}
.artdeco-carousel-pagination.inverse>li:not(.selected)>a,
.artdeco-carousel-pagination.inverse>li:not(.selected)>button {
background-color: rgba(255, 255, 255, .45)
}
.artdeco-carousel-pagination.inverse>li>a,
.artdeco-carousel-pagination.inverse>li>button {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: #0073b1;
display: inline-block;
box-sizing: border-box;
background-color: rgba(255, 255, 255, .45);
border: 1px solid transparent;
text-decoration: none
}
.artdeco-carousel-pagination.inverse>li>a.focus,
.artdeco-carousel-pagination.inverse>li>a:focus,
.artdeco-carousel-pagination.inverse>li>button.focus,
.artdeco-carousel-pagination.inverse>li>button:focus {
border-color: rgba(0, 0, 0, .75);
color: #000
}
.artdeco-carousel-pagination.inverse>li.selected {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: #000;
box-sizing: border-box;
padding: 4px;
min-width: initial;
background-color: #fff;
height: 8px;
width: 8px;
border-radius: 50%
}
.artdeco-carousel-pagination.inverse>li>a,
.artdeco-carousel-pagination.inverse>li>button {
padding: 0;
min-width: 0;
height: 8px;
width: 8px;
border-radius: 50%
}
.artdeco-carousel-pagination.inverse>li span {
border: 0!important;
height: 1px!important;
padding: 0!important;
width: 1px!important
}
.artdeco-carousel-pagination.inverse>li.focus>a,
.artdeco-carousel-pagination.inverse>li.focus>button,
.artdeco-carousel-pagination.inverse>li.hover>a,
.artdeco-carousel-pagination.inverse>li.hover>button,
.artdeco-carousel-pagination.inverse>li:focus>a,
.artdeco-carousel-pagination.inverse>li:focus>button,
.artdeco-carousel-pagination.inverse>li:hover>a,
.artdeco-carousel-pagination.inverse>li:hover>button {
border-color: #fff;
color: #fff;
background-color: transparent
}
.artdeco-carousel-pagination.large.inverse {
list-style: none;
display: flex;
align-items: center;
justify-content: center
}
.artdeco-carousel-pagination.large.inverse>li {
margin-left: 16px;
text-align: center;
display: inline-flex
}
.artdeco-carousel-pagination.large.inverse>li:not(.selected)>a,
.artdeco-carousel-pagination.large.inverse>li:not(.selected)>button {
background-color: rgba(255, 255, 255, .45)
}
.artdeco-carousel-pagination.large.inverse>li>a,
.artdeco-carousel-pagination.large.inverse>li>button {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: #0073b1;
display: inline-block;
box-sizing: border-box;
background-color: rgba(255, 255, 255, .45);
border: 1px solid transparent;
text-decoration: none
}
.artdeco-carousel-pagination.large.inverse>li>a.focus,
.artdeco-carousel-pagination.large.inverse>li>a:focus,
.artdeco-carousel-pagination.large.inverse>li>button.focus,
.artdeco-carousel-pagination.large.inverse>li>button:focus {
border-color: rgba(0, 0, 0, .75);
color: #000
}
.artdeco-carousel-pagination.large.inverse>li.selected {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: #000;
box-sizing: border-box;
padding: 4px;
min-width: initial;
background-color: #fff;
height: 8px;
width: 8px;
border-radius: 50%
}
.artdeco-carousel-pagination.large.inverse>li>a,
.artdeco-carousel-pagination.large.inverse>li>button {
padding: 0;
min-width: 0;
height: 8px;
width: 8px;
border-radius: 50%
}
.artdeco-carousel-pagination.large.inverse>li span {
border: 0!important;
height: 1px!important;
padding: 0!important;
width: 1px!important
}
.artdeco-carousel-pagination.large.inverse>li.focus>a,
.artdeco-carousel-pagination.large.inverse>li.focus>button,
.artdeco-carousel-pagination.large.inverse>li.hover>a,
.artdeco-carousel-pagination.large.inverse>li.hover>button,
.artdeco-carousel-pagination.large.inverse>li:focus>a,
.artdeco-carousel-pagination.large.inverse>li:focus>button,
.artdeco-carousel-pagination.large.inverse>li:hover>a,
.artdeco-carousel-pagination.large.inverse>li:hover>button {
border-color: #fff;
color: #fff;
background-color: transparent
}
.artdeco-carousel-slide-list-container {
clear: both;
width: 100%;
height: 100%;
margin: 8px 0
}
.artdeco-carousel-slide-list {
white-space: nowrap;
font-size: 0;
padding: 0;
margin: 0;
width: 100%;
height: 100%;
position: relative
}
.artdeco-carousel-slide-container {
box-sizing: border-box
}
.artdeco-carousel-slide {
border-radius: 2px;
overflow: hidden;
position: relative;
transition: box-shadow .2s ease-in-out;
background: #fff;
box-sizing: border-box;
width: 100%;
height: 100%;
white-space: normal
}
.artdeco-carousel-slide.focus,
.artdeco-carousel-slide.hover,
.artdeco-carousel-slide:focus,
.artdeco-carousel-slide:hover,
.card-1x2.focus,
.card-1x2.hover,
.card-1x2:focus,
.card-1x2:hover,
.card-3x2.focus,
.card-3x2.hover,
.card-3x2:focus,
.card-3x2:hover,
.card.focus,
.card.hover,
.card:focus,
.card:hover {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 4px 6px rgba(0, 0, 0, .2)
}
@media only screen and (-ms-high-contrast:active) {
.artdeco-carousel-slide {
border: 1px solid activeborder
}
}
.artdeco-carousel-slide>h1,
.artdeco-carousel-slide>h2,
.artdeco-carousel-slide>h3,
.artdeco-carousel-slide>h4,
.artdeco-carousel-slide>h5,
.artdeco-carousel-slide>h6 {
padding: 16px 24px;
margin: 0;
font-size: 1.6rem;
line-height: 1.5;
color: rgba(0, 0, 0, .6)
}
.artdeco-carousel-slide>ul a,
.artdeco-carousel-slide>ul a.muted,
.artdeco-carousel-slide>ul button,
.artdeco-carousel-slide>ul button.muted {
background-color: transparent;
cursor: pointer;
font-size: 2rem;
text-align: center;
z-index: 0;
text-decoration: none;
font-weight: 600;
font-family: inherit
}
@media only screen and (max-width:1161px) {
.artdeco-carousel-slide>h1,
.artdeco-carousel-slide>h2,
.artdeco-carousel-slide>h3,
.artdeco-carousel-slide>h4,
.artdeco-carousel-slide>h5,
.artdeco-carousel-slide>h6 {
padding: 16px
}
}
.artdeco-carousel-slide>h1 em,
.artdeco-carousel-slide>h2 em,
.artdeco-carousel-slide>h3 em,
.artdeco-carousel-slide>h4 em,
.artdeco-carousel-slide>h5 em,
.artdeco-carousel-slide>h6 em {
font-style: inherit;
color: rgba(0, 0, 0, .9)
}
.artdeco-carousel-slide>section {
padding: 16px 24px
}
@media only screen and (max-width:1161px) {
.artdeco-carousel-slide>section {
padding: 16px
}
}
.artdeco-carousel-slide>ul {
display: table;
table-layout: fixed;
text-align: center;
width: 100%;
border-top: 1px solid rgba(0, 0, 0, .15)
}
.artdeco-carousel-slide>ul li {
display: table-cell;
vertical-align: top;
list-style: none;
overflow: visible;
min-width: 48px;
width: 100%
}
.artdeco-carousel-slide>ul li:last-child:after {
content: "";
display: block;
position: absolute;
width: 1px;
border-top: 1px solid rgba(0, 0, 0, .15);
top: -1px;
right: -1px
}
.artdeco-carousel-slide>ul li:last-child a,
.artdeco-carousel-slide>ul li:last-child button {
border-right: 0!important
}
.artdeco-carousel-slide>ul input[type=date],
.artdeco-carousel-slide>ul input[type=datetime],
.artdeco-carousel-slide>ul input[type=email],
.artdeco-carousel-slide>ul input[type=number],
.artdeco-carousel-slide>ul input[type=range],
.artdeco-carousel-slide>ul input[type=search],
.artdeco-carousel-slide>ul input[type=tel],
.artdeco-carousel-slide>ul input[type=text],
.artdeco-carousel-slide>ul input[type=time],
.artdeco-carousel-slide>ul input[type=url],
.artdeco-carousel-slide>ul input[type=week] {
border: 0;
border-right: 1px solid rgba(0, 0, 0, .15);
height: 65%;
margin-top: 9px;
border-radius: 0
}
.artdeco-carousel-slide>ul a,
.artdeco-carousel-slide>ul button {
border: 0;
border-radius: 0;
box-sizing: content-box;
color: #0073b1;
display: block;
overflow: hidden;
outline-width: 2px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
border-right: 1px solid rgba(0, 0, 0, .15);
width: 100%;
min-width: 48px
}
@media only screen and (-ms-high-contrast:active) {
.artdeco-carousel-slide>ul a,
.artdeco-carousel-slide>ul button {
border: 1px solid currentColor;
border-width: 0;
line-height: 48px
}
}
html.edge .artdeco-carousel-slide>ul a:focus,
html.edge .artdeco-carousel-slide>ul button:focus,
html.ie .artdeco-carousel-slide>ul a:focus,
html.ie .artdeco-carousel-slide>ul button:focus {
outline: #7f7f7f dashed 1px
}
.artdeco-carousel-slide>ul a li-icon,
.artdeco-carousel-slide>ul button li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.artdeco-carousel-slide>ul a li-icon>svg,
.artdeco-carousel-slide>ul button li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .artdeco-carousel-slide>ul a,
.edge .artdeco-carousel-slide>ul button,
.ie .artdeco-carousel-slide>ul a,
.ie .artdeco-carousel-slide>ul button {
border-radius: 0
}
.artdeco-carousel-slide>ul a.muted,
.artdeco-carousel-slide>ul button.muted {
border: 0;
border-radius: 0;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
display: inline-block;
overflow: hidden;
outline-width: 2px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
border-right: 1px solid rgba(0, 0, 0, .15)
}
@media only screen and (-ms-high-contrast:active) {
.artdeco-carousel-slide>ul a.muted,
.artdeco-carousel-slide>ul button.muted {
border: 1px solid currentColor;
border-width: 0;
line-height: 48px
}
}
html.edge .artdeco-carousel-slide>ul a.muted:focus,
html.edge .artdeco-carousel-slide>ul button.muted:focus,
html.ie .artdeco-carousel-slide>ul a.muted:focus,
html.ie .artdeco-carousel-slide>ul button.muted:focus {
outline: #7f7f7f dashed 1px
}
.artdeco-carousel-slide>ul a.muted li-icon,
.artdeco-carousel-slide>ul button.muted li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.artdeco-carousel-slide>ul a.muted li-icon>svg,
.artdeco-carousel-slide>ul button.muted li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .artdeco-carousel-slide>ul a.muted,
.edge .artdeco-carousel-slide>ul button.muted,
.ie .artdeco-carousel-slide>ul a.muted,
.ie .artdeco-carousel-slide>ul button.muted {
border-radius: 0
}
.artdeco-carousel-slide>ul a.muted.focus,
.artdeco-carousel-slide>ul a.muted.hover-not-disabled,
.artdeco-carousel-slide>ul a.muted:focus,
.artdeco-carousel-slide>ul a.muted:hover:not(:disabled):not(.disabled),
.artdeco-carousel-slide>ul button.muted.focus,
.artdeco-carousel-slide>ul button.muted.hover-not-disabled,
.artdeco-carousel-slide>ul button.muted:focus,
.artdeco-carousel-slide>ul button.muted:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
.artdeco-carousel-slide>ul a.muted.active-not-disabled,
.artdeco-carousel-slide>ul a.muted:active:not(:disabled):not(.disabled),
.artdeco-carousel-slide>ul button.muted.active-not-disabled,
.artdeco-carousel-slide>ul button.muted:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.artdeco-carousel-slide>ul a.muted.disabled,
.artdeco-carousel-slide>ul a.muted:disabled,
.artdeco-carousel-slide>ul button.muted.disabled,
.artdeco-carousel-slide>ul button.muted:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.artdeco-carousel-slide>ul a.no-text,
.artdeco-carousel-slide>ul button.no-text {
background-color: transparent;
border: 0;
border-radius: 0!important;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
font-size: 0;
font-weight: 600;
font-family: inherit;
overflow: hidden;
outline-width: 2px;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
text-indent: -999px;
width: 48px
}
@media only screen and (-ms-high-contrast:active) {
.artdeco-carousel-slide>ul a.no-text,
.artdeco-carousel-slide>ul button.no-text {
border: 1px solid currentColor;
border-width: 0;
line-height: 48px
}
}
html.edge .artdeco-carousel-slide>ul a.no-text:focus,
html.edge .artdeco-carousel-slide>ul button.no-text:focus,
html.ie .artdeco-carousel-slide>ul a.no-text:focus,
html.ie .artdeco-carousel-slide>ul button.no-text:focus {
outline: #7f7f7f dashed 1px
}
.artdeco-carousel-slide>ul a.no-text li-icon,
.artdeco-carousel-slide>ul button.no-text li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
.artdeco-carousel-slide>ul a.no-text li-icon>svg,
.artdeco-carousel-slide>ul button.no-text li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .artdeco-carousel-slide>ul a.no-text,
.edge .artdeco-carousel-slide>ul button.no-text,
.ie .artdeco-carousel-slide>ul a.no-text,
.ie .artdeco-carousel-slide>ul button.no-text {
border-radius: 48px
}
.artdeco-carousel-slide>ul a.no-text:before,
.artdeco-carousel-slide>ul button.no-text:before {
transition-duration: .5s
}
.artdeco-carousel-slide>ul a.no-text:after,
.artdeco-carousel-slide>ul button.no-text:after {
padding: calc(70% + 1px)
}
.artdeco-carousel-slide>ul a.no-text.focus,
.artdeco-carousel-slide>ul a.no-text.hover-not-disabled,
.artdeco-carousel-slide>ul a.no-text:focus,
.artdeco-carousel-slide>ul a.no-text:hover:not(:disabled):not(.disabled),
.artdeco-carousel-slide>ul button.no-text.focus,
.artdeco-carousel-slide>ul button.no-text.hover-not-disabled,
.artdeco-carousel-slide>ul button.no-text:focus,
.artdeco-carousel-slide>ul button.no-text:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
.artdeco-carousel-slide>ul a.no-text.active-not-disabled,
.artdeco-carousel-slide>ul a.no-text:active:not(:disabled):not(.disabled),
.artdeco-carousel-slide>ul button.no-text.active-not-disabled,
.artdeco-carousel-slide>ul button.no-text:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.artdeco-carousel-slide>ul a.no-text.disabled,
.artdeco-carousel-slide>ul a.no-text:disabled,
.artdeco-carousel-slide>ul button.no-text.disabled,
.artdeco-carousel-slide>ul button.no-text:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.artdeco-carousel-slide>ul a,
.artdeco-carousel-slide>ul a.muted,
.artdeco-carousel-slide>ul a.no-text,
.artdeco-carousel-slide>ul button,
.artdeco-carousel-slide>ul button.muted,
.artdeco-carousel-slide>ul button.no-text {
height: 48px;
line-height: 48px;
padding: 0
}
.artdeco-carousel-slide>ul a.focus,
.artdeco-carousel-slide>ul a.hover-not-disabled,
.artdeco-carousel-slide>ul a:focus,
.artdeco-carousel-slide>ul a:hover:not(:disabled):not(.disabled),
.artdeco-carousel-slide>ul button.focus,
.artdeco-carousel-slide>ul button.hover-not-disabled,
.artdeco-carousel-slide>ul button:focus,
.artdeco-carousel-slide>ul button:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097
}
.artdeco-carousel-slide>ul a.active-not-disabled,
.artdeco-carousel-slide>ul a:active:not(:disabled):not(.disabled),
.artdeco-carousel-slide>ul button.active-not-disabled,
.artdeco-carousel-slide>ul button:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.artdeco-carousel-slide>ul a.disabled,
.artdeco-carousel-slide>ul a:disabled,
.artdeco-carousel-slide>ul button.disabled,
.artdeco-carousel-slide>ul button:disabled {
color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.artdeco-toast,
.error-action {
cursor: pointer;
display: inline-block
}
.artdeco-toast,
artdeco-typeahead-deprecated-results-container {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 6px 9px rgba(0, 0, 0, .2)
}
.artdeco-carousel-slide img {
display: block;
max-height: 100%
}
@media (max-width:769px) {
.artdeco-carousel-slide-container {
min-width: 80%;
max-width: 80%
}
.artdeco-carousel-container .pagination-btns {
display: none
}
.artdeco-carousel-slide {
opacity: .5
}
.artdeco-carousel-slide.active {
opacity: 1
}
}
#artdeco-toasts-wormhole,
.artdeco-toasts {
position: fixed;
left: 32px;
bottom: 32px;
width: 400px;
z-index: 11000;
text-align: left
}
.artdeco-toast {
background: #fff;
border-radius: 2px;
height: 96px;
margin-top: 12px;
opacity: 1;
overflow: hidden;
padding: 0;
position: relative;
text-align: left;
top: 0;
transition: height .3s, top .5s, box-shadow .3s, opacity .3s;
transition-timing-function: cubic-bezier(0, 0, .2, 1), cubic-bezier(0, 0, .2, 1), cubic-bezier(0, 0, 1, 0);
vertical-align: top;
width: 400px
}
.artdeco-toast.artdeco-hidden:not(.artdeco-overflow) {
top: 96px;
opacity: 0;
height: 0;
transition: height .3s, top .5s, box-shadow .3s, opacity .3s
}
.artdeco-toast.artdeco-overflow {
top: -96px;
opacity: 0;
transition: top .7s, box-shadow .3s, opacity .3s
}
.artdeco-toast>.artdeco-toast-dismiss {
background-color: transparent;
border-radius: 0;
border: 0;
height: 100%;
padding: 0;
position: absolute;
right: 0;
top: 0;
width: 48px;
z-index: 1
}
.artdeco-toast>.artdeco-toast-dismiss>li-icon[type=cancel-icon] {
position: absolute;
top: 8px;
right: 8px;
opacity: .6
}
.artdeco-toast>.artdeco-toast-dismiss:hover>li-icon[type=cancel-icon] {
opacity: .75
}
.artdeco-toast>.artdeco-toast-dismiss:active>li-icon[type=cancel-icon] {
opacity: .9
}
.artdeco-toast li-icon.artdeco-toast-icon {
color: #fff;
position: absolute;
left: 12px;
top: 50%;
width: 24px;
height: 24px;
margin-top: -12px;
z-index: 3
}
.artdeco-toast.dismissable>.artdeco-toast-inner {
width: 348px
}
.artdeco-toast>.artdeco-toast-inner {
display: block;
min-height: 96px;
box-sizing: border-box;
padding: 16px 32px 16px 64px
}
.artdeco-toast>.artdeco-toast-inner:before {
content: "";
height: 100%;
width: 48px;
background-color: #7a8b98;
display: block;
position: absolute;
left: 0;
top: 0;
z-index: 2
}
.artdeco-toast>.artdeco-toast-inner>.artdeco-toast-message {
font-size: 1.4rem;
line-height: 1.42857;
color: rgba(0, 0, 0, .9);
z-index: 1;
max-height: 60px;
overflow: hidden
}
.artdeco-toast>.artdeco-toast-inner .artdeco-toast-cta {
font-weight: 600;
display: block;
color: rgba(0, 0, 0, .9)
}
@media only screen and (max-width:769px) {
.artdeco-toast {
position: fixed;
top: 0;
left: 0;
right: 0;
height: auto;
min-height: 48px;
width: 100%;
margin: 0;
border-radius: 0
}
.artdeco-toast.artdeco-hidden:not(.artdeco-overflow) {
top: -96px
}
.artdeco-toast .artdeco-toast-dismiss {
background-color: transparent;
border-radius: 0;
border: 0;
height: 100%;
padding: 0;
position: absolute;
right: 0;
top: 0;
width: 48px;
z-index: 1
}
.artdeco-toast .artdeco-toast-dismiss>li-icon[type=cancel-icon] {
position: absolute;
top: 8px;
right: 8px;
opacity: .6
}
.artdeco-toast .artdeco-toast-dismiss:hover>li-icon[type=cancel-icon] {
opacity: .75
}
.artdeco-toast .artdeco-toast-dismiss:active>li-icon[type=cancel-icon] {
opacity: .9
}
.artdeco-toast>.artdeco-toast-inner {
display: block;
min-height: 48px;
padding: 16px 48px
}
.artdeco-toast>.artdeco-toast-inner:before {
display: none
}
.artdeco-toast>.artdeco-toast-inner .artdeco-toast-message {
display: inline
}
.artdeco-toast>.artdeco-toast-inner .artdeco-toast-cta {
display: inline;
color: rgba(0, 0, 0, .9)
}
.artdeco-toast li-icon.artdeco-toast-icon {
color: #7a8b98
}
}
@media only screen and (-ms-high-contrast:active) {
.artdeco-toast {
border: 1px solid activeborder
}
}
.artdeco-toast--success>.artdeco-toast-inner:before {
background-color: #469a1f
}
@media only screen and (max-width:769px) {
.artdeco-toast--success {
position: fixed;
top: 0;
left: 0;
right: 0;
height: auto;
min-height: 48px;
width: 100%;
margin: 0;
border-radius: 0
}
.artdeco-toast--success.artdeco-hidden:not(.artdeco-overflow) {
top: -96px
}
.artdeco-toast--success .artdeco-toast-dismiss {
background-color: transparent;
border-radius: 0;
border: 0;
height: 100%;
padding: 0;
position: absolute;
right: 0;
top: 0;
width: 48px;
z-index: 1
}
.artdeco-toast--success .artdeco-toast-dismiss>li-icon[type=cancel-icon] {
position: absolute;
top: 8px;
right: 8px;
opacity: .6
}
.artdeco-toast--success .artdeco-toast-dismiss:hover>li-icon[type=cancel-icon] {
opacity: .75
}
.artdeco-toast--success .artdeco-toast-dismiss:active>li-icon[type=cancel-icon] {
opacity: .9
}
.artdeco-toast--success>.artdeco-toast-inner {
display: block;
min-height: 48px;
padding: 16px 48px
}
.artdeco-toast--success>.artdeco-toast-inner:before {
display: none
}
.artdeco-toast--success>.artdeco-toast-inner .artdeco-toast-message {
display: inline
}
.artdeco-toast--success>.artdeco-toast-inner .artdeco-toast-cta {
display: inline;
color: rgba(0, 0, 0, .9)
}
.artdeco-toast--success li-icon.artdeco-toast-icon {
color: #469a1f
}
}
@media only screen and (-ms-high-contrast:active) {
.artdeco-toast--success {
border: 1px solid activeborder
}
}
.artdeco-toast--yield>.artdeco-toast-inner:before {
background-color: #e55800
}
@media only screen and (max-width:769px) {
.artdeco-toast--yield {
position: fixed;
top: 0;
left: 0;
right: 0;
height: auto;
min-height: 48px;
width: 100%;
margin: 0;
border-radius: 0
}
.artdeco-toast--yield.artdeco-hidden:not(.artdeco-overflow) {
top: -96px
}
.artdeco-toast--yield .artdeco-toast-dismiss {
background-color: transparent;
border-radius: 0;
border: 0;
height: 100%;
padding: 0;
position: absolute;
right: 0;
top: 0;
width: 48px;
z-index: 1
}
.artdeco-toast--yield .artdeco-toast-dismiss>li-icon[type=cancel-icon] {
position: absolute;
top: 8px;
right: 8px;
opacity: .6
}
.artdeco-toast--yield .artdeco-toast-dismiss:hover>li-icon[type=cancel-icon] {
opacity: .75
}
.artdeco-toast--yield .artdeco-toast-dismiss:active>li-icon[type=cancel-icon] {
opacity: .9
}
.artdeco-toast--yield>.artdeco-toast-inner {
display: block;
min-height: 48px;
padding: 16px 48px
}
.artdeco-toast--yield>.artdeco-toast-inner:before {
display: none
}
.artdeco-toast--yield>.artdeco-toast-inner .artdeco-toast-message {
display: inline
}
.artdeco-toast--yield>.artdeco-toast-inner .artdeco-toast-cta {
display: inline;
color: rgba(0, 0, 0, .9)
}
.artdeco-toast--yield li-icon.artdeco-toast-icon {
color: #e55800
}
}
@media only screen and (-ms-high-contrast:active) {
.artdeco-toast--yield {
border: 1px solid activeborder
}
}
.artdeco-toast--error>.artdeco-toast-inner:before {
background-color: #ff2c33
}
@media only screen and (max-width:769px) {
.artdeco-toast--error {
position: fixed;
top: 0;
left: 0;
right: 0;
height: auto;
min-height: 48px;
width: 100%;
margin: 0;
border-radius: 0
}
.artdeco-toast--error.artdeco-hidden:not(.artdeco-overflow) {
top: -96px
}
.artdeco-toast--error .artdeco-toast-dismiss {
background-color: transparent;
border-radius: 0;
border: 0;
height: 100%;
padding: 0;
position: absolute;
right: 0;
top: 0;
width: 48px;
z-index: 1
}
.artdeco-toast--error .artdeco-toast-dismiss>li-icon[type=cancel-icon] {
position: absolute;
top: 8px;
right: 8px;
opacity: .6
}
.artdeco-toast--error .artdeco-toast-dismiss:hover>li-icon[type=cancel-icon] {
opacity: .75
}
.artdeco-toast--error .artdeco-toast-dismiss:active>li-icon[type=cancel-icon] {
opacity: .9
}
.artdeco-toast--error>.artdeco-toast-inner {
display: block;
min-height: 48px;
padding: 16px 48px
}
.artdeco-toast--error>.artdeco-toast-inner:before {
display: none
}
.artdeco-toast--error>.artdeco-toast-inner .artdeco-toast-message {
display: inline
}
.artdeco-toast--error>.artdeco-toast-inner .artdeco-toast-cta {
display: inline;
color: rgba(0, 0, 0, .9)
}
.artdeco-toast--error li-icon.artdeco-toast-icon {
color: #ff2c33
}
}
@media only screen and (-ms-high-contrast:active) {
.artdeco-toast--error {
border: 1px solid activeborder
}
}
.artdeco-toast--gdpr {
height: 116px
}
.artdeco-toast--gdpr.artdeco-hidden:not(.artdeco-overflow) {
top: 116px
}
.artdeco-toast--gdpr.artdeco-overflow {
top: -116px
}
.artdeco-toast--gdpr>.artdeco-toast-inner {
min-height: 116px
}
@media only screen and (max-width:769px) {
.artdeco-toast--gdpr {
position: fixed;
top: 0;
left: 0;
right: 0;
height: auto;
min-height: 48px;
width: 100%;
margin: 0;
border-radius: 0
}
.artdeco-toast--gdpr.artdeco-hidden:not(.artdeco-overflow) {
top: -116px
}
.artdeco-toast--gdpr .artdeco-toast-dismiss {
background-color: transparent;
border-radius: 0;
border: 0;
height: 100%;
padding: 0;
position: absolute;
right: 0;
top: 0;
width: 48px;
z-index: 1
}
.artdeco-toast--gdpr .artdeco-toast-dismiss>li-icon[type=cancel-icon] {
position: absolute;
top: 8px;
right: 8px;
opacity: .6
}
.artdeco-toast--gdpr .artdeco-toast-dismiss:hover>li-icon[type=cancel-icon] {
opacity: .75
}
.artdeco-toast--gdpr .artdeco-toast-dismiss:active>li-icon[type=cancel-icon] {
opacity: .9
}
.artdeco-toast--gdpr>.artdeco-toast-inner {
display: block;
min-height: 48px;
padding: 16px 48px
}
.artdeco-toast--gdpr>.artdeco-toast-inner:before {
display: none
}
.artdeco-toast--gdpr>.artdeco-toast-inner .artdeco-toast-message {
display: inline
}
.artdeco-toast--gdpr>.artdeco-toast-inner .artdeco-toast-cta {
display: inline;
color: rgba(0, 0, 0, .9)
}
.artdeco-toast--gdpr li-icon.artdeco-toast-icon {
color: #7a8b98
}
}
@media only screen and (-ms-high-contrast:active) {
.artdeco-toast--gdpr {
border: 1px solid activeborder
}
}
.artdeco-toast--gdpr>.artdeco-toast-inner:focus,
.artdeco-toast--gdpr>.artdeco-toast-inner:hover {
text-decoration: none
}
.artdeco-toast--gdpr>.artdeco-toast-inner:focus .artdeco-toast-cta,
.artdeco-toast--gdpr>.artdeco-toast-inner:hover .artdeco-toast-cta {
text-decoration: underline
}
.artdeco-toasts-container {
display: block
}
.artdeco-toasts-item {
list-style: none
}
artdeco-typeahead-deprecated {
position: relative;
display: block
}
artdeco-typeahead-deprecated .artdeco-typeahead-deprecated-live-region {
border: 0!important;
clip: rect(1px, 1px, 1px, 1px);
height: 1px!important;
overflow: hidden;
padding: 0!important;
position: absolute!important;
white-space: nowrap!important;
width: 1px!important
}
.artdeco-typeahead-deprecated-input__ghost-text {
position: absolute;
pointer-events: none
}
artdeco-typeahead-deprecated-input input:not(.artdeco-typeahead-deprecated-input__ghost-text) {
background: 0 0;
position: relative
}
artdeco-typeahead-deprecated-results-container {
transition: box-shadow 83ms;
display: block;
position: absolute;
border-radius: 0 0 2px 2px;
padding: 4px 0;
background-color: #fff;
z-index: 100
}
.striped-table tr:nth-child(even),
artdeco-typeahead-deprecated-results-container .highlighted,
artdeco-typeahead-deprecated-results-container li:hover {
background-color: #f3f6f8
}
@media screen and (-ms-high-contrast:active) {
artdeco-typeahead-deprecated-results-container {
border: 1px solid activeborder
}
}
artdeco-typeahead-deprecated-results-container ul {
list-style-type: none
}
artdeco-typeahead-deprecated-results-container li {
padding: 8px 16px
}
artdeco-stepper .artdeco-stepper-list {
list-style-type: none
}
artdeco-stepper .artdeco-stepper-item:not(:first-child) .artdeco-stepper-item-status-node::before,
artdeco-stepper.artdeco-uncapped .artdeco-stepper-item .artdeco-stepper-item-status-node::before {
content: '';
position: absolute;
left: 50%;
width: 2px;
height: 100vh;
transform: translateX(-50%);
background-color: rgba(0, 0, 0, .15);
bottom: calc(100% + 8px)
}
artdeco-stepper .artdeco-stepper-item:not(:last-child) .artdeco-stepper-item-status-node::after,
artdeco-stepper.artdeco-uncapped .artdeco-stepper-item .artdeco-stepper-item-status-node::after {
content: '';
position: absolute;
left: 50%;
width: 2px;
height: 100vh;
transform: translateX(-50%);
background-color: rgba(0, 0, 0, .15);
top: calc(100% + 8px)
}
artdeco-stepper.artdeco-horizontal {
width: 100%
}
artdeco-stepper.artdeco-horizontal .artdeco-stepper-list {
display: flex
}
artdeco-stepper.artdeco-horizontal .artdeco-stepper-item-status-node-wrapper {
width: auto;
flex-grow: 1;
overflow: visible;
position: relative
}
artdeco-stepper.artdeco-horizontal .artdeco-stepper-item {
flex: 1;
flex-direction: column
}
artdeco-stepper.artdeco-horizontal .artdeco-stepper-item-wrapper {
text-align: center
}
artdeco-stepper.artdeco-horizontal .artdeco-stepper-item:not(:first-child) .artdeco-stepper-item-status-node::before,
artdeco-stepper.artdeco-horizontal .artdeco-stepper-item:not(:last-child) .artdeco-stepper-item-status-node::after {
display: none
}
artdeco-stepper.artdeco-horizontal .artdeco-stepper-item:not(:last-child) .artdeco-stepper-item-status-node-wrapper::after {
content: "";
position: absolute;
height: 2px;
width: calc(100% - 40px);
transform: translateY(-50%);
top: 50%;
background-color: rgba(0, 0, 0, .15);
left: calc(50% + 20px)
}
artdeco-stepper.artdeco-horizontal .artdeco-stepper-item:not(:last-child).artdeco-complete .artdeco-stepper-item-status-node-wrapper::after {
background-color: #0084bf
}
.artdeco-stepper-item {
display: flex
}
.artdeco-stepper-item .artdeco-stepper-item-status-node {
position: relative;
display: block;
top: 6px;
margin: auto;
border: 2px solid rgba(0, 0, 0, .15);
border-radius: 50%
}
.artdeco-stepper-item .artdeco-stepper-item-status-node li-icon {
position: relative;
top: 4px;
color: #fff
}
.artdeco-stepper-item.artdeco-large .artdeco-stepper-item-status-node {
font-size: 1.2rem;
font-weight: 600;
color: rgba(0, 0, 0, .6);
width: 24px;
height: 24px;
text-align: center;
line-height: 24px
}
.artdeco-stepper-item.artdeco-medium .artdeco-stepper-item-status-node {
width: 16px;
height: 16px
}
.artdeco-stepper-item.artdeco-small .artdeco-stepper-item-status-node {
width: 8px;
height: 8px
}
.artdeco-stepper-item.artdeco-centered .artdeco-stepper-item-status-node-wrapper {
display: flex
}
.artdeco-stepper-item.artdeco-centered .artdeco-stepper-item-status-node {
top: 0
}
.artdeco-stepper-item.artdeco-progress .artdeco-stepper-item-status-node {
border-color: #0084bf
}
.artdeco-stepper-item.artdeco-complete .artdeco-stepper-item-status-node {
border-color: #0084bf;
background-color: #0084bf
}
.artdeco-stepper-item-status-node-wrapper {
width: 60px;
overflow: hidden
}
artdeco-typeahead,
artdeco-typeahead-result,
artdeco-typeahead-results-list {
display: block
}
@keyframes fade-in {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
@keyframes fade-out {
0% {
opacity: 1
}
100% {
opacity: 0
}
}
html {
font-size: 62.5%
}
:root,
body,
html {
margin: 0;
padding: 0;
background-color: #f5f5f5;
box-sizing: border-box
}
*,
::after,
::before {
box-sizing: inherit
}
a[href],
button {
touch-action: manipulation
}
button {
background: 0 0;
border: none;
padding: 0;
cursor: pointer
}
.application-outlet {
position: relative;
z-index: 1
}
.application-outlet.no-scroll {
width: 100%;
height: 100%
}
.authentication-outlet {
margin-top: 44px
}
.authentication-outlet.launchpad-cp-enabled,
.authentication-outlet.nav-hidden {
margin-top: 0
}
.authentication-iframe {
height: 100vh;
width: 100%
}
.error-container {
text-align: center;
margin: 0 32px;
min-height: 100vh;
padding-top: 44px
}
.error-illustration {
height: 230px;
width: 230px;
background-image: url(/sc/h/2u19h7o00wxpup7f9a6su9xzl);
margin: 0 auto
}
.error-headline {
font-size: 2.4rem;
line-height: 1.33333;
font-weight: 400;
color: rgba(0, 0, 0, .9)
}
.error-description {
margin-top: 16px;
font-size: 1.6rem;
line-height: 1.75;
font-weight: 400;
color: rgba(0, 0, 0, .75)
}
.error-action {
margin-top: 24px;
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
font-size: 1.6rem;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0 16px;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px transparent, inset 0 0 0 1px transparent
}
@media only screen and (-ms-high-contrast:active) {
.error-action {
border: 1px solid currentColor;
line-height: 30px
}
}
#app-boot-bg .wvmp-v2-profile-viewer-ghost-card:nth-child(-n+3),
#app-boot-bg .wvmp-v2-profile-views-cards-mobile,
.loading-bg .wvmp-v2-profile-viewer-ghost-card:nth-child(-n+3),
.loading-bg .wvmp-v2-profile-views-cards-mobile {
border-bottom: 1px solid rgba(0, 0, 0, .15)
}
html.edge .error-action:focus,
html.ie .error-action:focus {
outline: #7f7f7f dashed 1px
}
.error-action li-icon {
top: 2px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.error-action li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .error-action,
.ie .error-action {
border-radius: 0
}
.error-action:hover:not(:disabled)[data-is-animating-click=true],
.error-action:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px transparent, inset 0 0 0 1px rgba(0, 0, 0, .9)
}
.error-action.focus,
.error-action.hover-not-disabled,
.error-action:focus,
.error-action:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px rgba(0, 0, 0, .75), inset 0 0 0 1px transparent
}
.error-action.active-not-disabled,
.error-action:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.error-action.disabled,
.error-action:disabled {
color: rgba(0, 0, 0, .25);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .25);
cursor: not-allowed
}
@keyframes loadingSpinner {
0% {
transform: rotate(0)
}
100% {
transform: rotate(360deg)
}
}
.loader,
.loader li-icon {
width: 100%;
height: 89px
}
.loader.blue {
color: #0084bf
}
.nav-main-container {
opacity: 0;
transform: translateY(-10px)
}
.uwp .nav-main-container {
opacity: 1!important;
transform: none!important;
animation: none!important
}
.nav-main-container.is-loading-nav {
animation: appear 334ms cubic-bezier(0, 0, .2, 1) .15s forwards
}
#app-boot-bg,
#app-boot-bg-loader {
background: #f5f5f5;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -10
}
.render-mode-SSR #app-boot-bg,
.render-mode-SSR #app-boot-bg-loader,
.render-mode-SSRPIPE #app-boot-bg,
.render-mode-SSRPIPE #app-boot-bg-loader {
display: none
}
#app-boot-bg-loader .content,
.loading-bg .content {
display: block;
width: 100%
}
#app-boot-bg-loader .initial-load-animation,
.loading-bg .initial-load-animation {
padding-top: 96px;
width: 200px;
margin: 0 auto;
transform: scale(1);
transition: transform .5s ease
}
#app-boot-bg-loader .initial-load-animation.fade-load .linkedin-image,
.loading-bg .initial-load-animation.fade-load .linkedin-image {
transform: translate(0, 10px);
opacity: 0
}
#app-boot-bg-loader .initial-load-animation.fade-load .loading-bar,
.loading-bg .initial-load-animation.fade-load .loading-bar {
transform: rotateY(90deg)
}
#app-boot-bg-loader .initial-load-animation .linkedin-image,
.loading-bg .initial-load-animation .linkedin-image {
height: 48px;
width: 48px;
margin: 0 auto 32px;
transform: translate(0, 0);
opacity: 1;
transition: all .5s ease-out
}
#app-boot-bg-loader .initial-load-animation .loading-bar,
.loading-bg .initial-load-animation .loading-bar {
width: 130px;
height: 2px;
margin: 0 auto;
border-radius: 2px;
background-color: #cfcfcf;
position: relative;
overflow: hidden;
z-index: 1;
transform: rotateY(0);
transition: transform .3s ease-in
}
#app-boot-bg-loader .initial-load-animation .loading-bar .blue-bar,
.loading-bg .initial-load-animation .loading-bar .blue-bar {
height: 100%;
width: 68px;
position: absolute;
transform: translate(-34px, 0);
background-color: #0073b1;
border-radius: 2px;
animation: initial-loading 1.5s infinite ease
}
#app-boot-bg .l1-core-rail,
#app-boot-bg .l1-left-rail,
#app-boot-bg .l1-right-rail,
#app-boot-bg .l2-core-rail,
#app-boot-bg .l2-right-rail,
.loading-bg .l1-core-rail,
.loading-bg .l1-left-rail,
.loading-bg .l1-right-rail,
.loading-bg .l2-core-rail,
.loading-bg .l2-right-rail {
float: left;
vertical-align: top
}
#app-boot-bg .module,
.loading-bg .module {
background: #FFF
}
#app-boot-bg .circle,
#app-boot-bg .line,
#app-boot-bg .rect,
.loading-bg .circle,
.loading-bg .line,
.loading-bg .rect {
background: #E1E9EE;
animation: pulse .65s infinite alternate
}
#app-boot-bg .line,
.loading-bg .line {
height: 10px;
margin: 10px 0
}
#app-boot-bg .line-wrapper,
.loading-bg .line-wrapper {
display: inline-block;
vertical-align: middle;
margin-left: 10px
}
#app-boot-bg .circle,
.loading-bg .circle {
border-radius: 50%;
display: inline-block;
vertical-align: middle;
width: 56px;
height: 56px
}
#app-boot-bg .rect,
.loading-bg .rect {
border-radius: 4px;
display: inline-block;
vertical-align: middle;
width: 48px;
height: 48px
}
#app-boot-bg .line.white,
#app-boot-bg .rect.white,
.loading-bg .line.white,
.loading-bg .rect.white {
background: #FFF;
animation: none
}
#app-boot-bg .width60,
.loading-bg .width60 {
width: 60px
}
#app-boot-bg .width90,
.loading-bg .width90 {
width: 90px
}
#app-boot-bg .width110,
.loading-bg .width110 {
width: 110px
}
#app-boot-bg .width120,
.loading-bg .width120 {
width: 120px
}
#app-boot-bg .width160,
.loading-bg .width160 {
width: 160px
}
#app-boot-bg .width190,
.loading-bg .width190 {
width: 190px
}
#app-boot-bg .width220,
.loading-bg .width220 {
width: 220px
}
#app-boot-bg .width250,
.loading-bg .width250 {
width: 250px
}
#app-boot-bg .width270,
.loading-bg .width270 {
width: 270px
}
#app-boot-bg .width300,
.loading-bg .width300 {
width: 300px
}
#app-boot-bg .width340,
.loading-bg .width340 {
width: 340px
}
#app-boot-bg .width470,
.loading-bg .width470 {
width: 470px
}
#app-boot-bg .width500,
.loading-bg .width500 {
width: 500px
}
#app-boot-bg .height8,
.loading-bg .height8 {
height: 8px
}
#app-boot-bg .height10,
.loading-bg .height10 {
height: 10px
}
#app-boot-bg .height15,
.loading-bg .height15 {
height: 15px
}
#app-boot-bg .height20,
.loading-bg .height20 {
height: 20px
}
#app-boot-bg .height32,
.loading-bg .height32 {
height: 32px
}
#app-boot-bg .height40,
.loading-bg .height40 {
height: 40px
}
#app-boot-bg .height49,
.loading-bg .height49 {
height: 49px
}
#app-boot-bg .height50,
.loading-bg .height50 {
height: 50px
}
#app-boot-bg .height70,
.loading-bg .height70 {
height: 70px
}
#app-boot-bg .height90,
.loading-bg .height90 {
height: 90px
}
#app-boot-bg .height100,
.loading-bg .height100 {
height: 100px
}
#app-boot-bg .height110,
.loading-bg .height110 {
height: 110px
}
#app-boot-bg .height200,
.loading-bg .height200 {
height: 200px
}
#app-boot-bg .height250,
.loading-bg .height250 {
height: 250px
}
#app-boot-bg .height300,
.loading-bg .height300 {
height: 300px
}
#app-boot-bg .height610,
.loading-bg .height610 {
height: 610px
}
#app-boot-bg .padding-12-20,
.loading-bg .padding-12-20 {
padding: 12px 20px
}
#app-boot-bg .padding-20,
.loading-bg .padding-20 {
padding: 20px
}
#app-boot-bg .delay140,
#app-boot-bg .delay200,
#app-boot-bg .delay260,
#app-boot-bg .delay320,
#app-boot-bg .delay380,
.loading-bg .delay140,
.loading-bg .delay200,
.loading-bg .delay260,
.loading-bg .delay320,
.loading-bg .delay380 {
opacity: 0;
transform: translateY(-10px);
animation: fade-slide-in 334ms cubic-bezier(0, 0, .2, 1) forwards
}
#app-boot-bg .delay140,
.loading-bg .delay140 {
animation-delay: 140ms
}
#app-boot-bg .delay200,
.loading-bg .delay200 {
animation-delay: .2s
}
#app-boot-bg .delay260,
.loading-bg .delay260 {
animation-delay: 260ms
}
#app-boot-bg .delay320,
.loading-bg .delay320 {
animation-delay: 320ms
}
#app-boot-bg .delay380,
.loading-bg .delay380 {
animation-delay: 380ms
}
#app-boot-bg .feed-profile,
.loading-bg .feed-profile {
border-top: 80px solid #D3DCE2;
height: 330px;
background: #FFF;
border-radius: 4px;
box-sizing: border-box;
text-align: center
}
#app-boot-bg .feed-profile .line,
.loading-bg .feed-profile .line {
margin: 10px auto;
animation: pulse .65s infinite alternate
}
#app-boot-bg .feed-circle,
.loading-bg .feed-circle {
margin-top: -35px;
width: 70px;
height: 70px;
animation: none
}
#app-boot-bg .post-feed,
.loading-bg .post-feed {
margin-bottom: 12px;
padding: 16px 16px 42px;
border-radius: 4px
}
#app-boot-bg .share-box-loading,
.loading-bg .share-box-loading {
margin-bottom: 15px;
padding: 25px 16px
}
#app-boot-bg .me-left-line-1,
.loading-bg .me-left-line-1 {
margin: auto auto 10px;
width: 100px
}
#app-boot-bg .me-left-line-2,
.loading-bg .me-left-line-2 {
margin: 20px auto 10px;
width: 120px
}
#app-boot-bg .prof-views-left-rail,
.loading-bg .prof-views-left-rail {
margin-right: 0;
width: 296px
}
#app-boot-bg .prof-views-core-rail,
.loading-bg .prof-views-core-rail {
width: 492px
}
#app-boot-bg .wvmp-v2-profile-views-core-rail.l1-core-rail,
.loading-bg .wvmp-v2-profile-views-core-rail.l1-core-rail {
width: 792px;
margin-top: 10px
}
#app-boot-bg .wvmp-v2-profile-views-core-rail.l1-core-rail .line,
.loading-bg .wvmp-v2-profile-views-core-rail.l1-core-rail .line {
margin: 0 auto
}
#app-boot-bg .wvmp-v2-profile-views-cards,
.loading-bg .wvmp-v2-profile-views-cards {
flex-wrap: wrap;
box-sizing: border-box
}
#app-boot-bg .wvmp-v2-profile-viewer-ghost-card:nth-child(3n-1),
#app-boot-bg .wvmp-v2-profile-viewer-ghost-card:nth-child(3n-2),
.loading-bg .wvmp-v2-profile-viewer-ghost-card:nth-child(3n-1),
.loading-bg .wvmp-v2-profile-viewer-ghost-card:nth-child(3n-2) {
border-right: 1px solid rgba(0, 0, 0, .15)
}
#app-boot-bg .wvmp-v2-profile-viewer-ghost-card,
.loading-bg .wvmp-v2-profile-viewer-ghost-card {
width: 33.3%
}
#app-boot-bg .wvmp-v2-profile-viewer-ghost-card-mobile,
.loading-bg .wvmp-v2-profile-viewer-ghost-card-mobile {
width: 50%;
border-top: 1px solid rgba(0, 0, 0, .15)
}
#app-boot-bg .wvmp-v2-profile-viewer-ghost-card-mobile:nth-child(2n),
.loading-bg .wvmp-v2-profile-viewer-ghost-card-mobile:nth-child(2n) {
border-left: 1px solid rgba(0, 0, 0, .15)
}
#app-boot-bg .msg-sidebar,
.loading-bg .msg-sidebar {
width: 334px;
display: inline-block;
vertical-align: top;
margin-right: -1px
}
#app-boot-bg .msg-sidebar-top,
.loading-bg .msg-sidebar-top {
height: 50px;
padding: 12px 20px;
box-sizing: border-box;
margin-bottom: 2px
}
#app-boot-bg .msg-content,
.loading-bg .msg-content {
width: 453px;
display: inline-block;
vertical-align: top
}
#app-boot-bg .msg-content-top,
.loading-bg .msg-content-top {
height: 50px;
padding: 0 15px;
box-sizing: border-box;
margin-bottom: 2px
}
#app-boot-bg .msg-circle,
.loading-bg .msg-circle {
width: 35px;
height: 35px;
margin-right: 10px
}
#app-boot-bg .my-float-right,
.loading-bg .my-float-right {
float: right;
margin-top: 15px
}
#app-boot-bg .my-rect,
.loading-bg .my-rect {
width: 70px;
height: 30px
}
#app-boot-bg .my-weird-module,
.loading-bg .my-weird-module {
text-align: center;
padding: 22px 0
}
#app-boot-bg .my-weird-module .line,
.loading-bg .my-weird-module .line {
display: inline-block;
margin: 5px 0
}
#app-boot-bg .prof-wallpaper-container::before,
.loading-bg .prof-wallpaper-container::before {
content: '';
display: block;
top: 0;
left: 0;
width: 100%;
height: 198px;
z-index: -1;
background: #e9e9e9
}
#app-boot-logo:after,
.card-1x2>ul li:last-child:after,
.card-3x2>figure:before,
.card-3x2>ul li:last-child:after,
.card>ul li:last-child:after {
content: ""
}
.button-primary-medium,
.button-primary-medium-inverse,
.button-primary-medium-round,
.button-primary-small,
.button-primary-small-inverse,
.button-primary-small-muted,
.button-primary-small-muted-round,
.button-primary-small-round,
.cta-primary,
.entity .top-card .follow {
font-weight: 600;
font-family: inherit;
overflow: hidden;
text-align: center;
text-decoration: none;
z-index: 0
}
#app-boot-bg .prof-wrapper,
.loading-bg .prof-wrapper {
margin-top: 0
}
#app-boot-bg .prof-wrapper .member-top-card,
.loading-bg .prof-wrapper .member-top-card {
background: #fff;
margin: 0 0 16px;
padding: 24px;
text-align: center
}
#app-boot-bg .prof-wrapper .member-top-card .line,
.loading-bg .prof-wrapper .member-top-card .line {
display: inline-block;
margin: 4px 0
}
#app-boot-bg .prof-wrapper .loading-profile-image,
.loading-bg .prof-wrapper .loading-profile-image {
border-radius: 50%;
border: 4px solid #fff;
display: block;
margin: -92px auto 0;
box-shadow: inset 0 1.5px 3px 0 rgba(0, 0, 0, .15), 0 1.5px 3px 0 rgba(0, 0, 0, .15);
box-sizing: content-box
}
#app-boot-bg .prof-circle,
.loading-bg .prof-circle {
width: 150px;
height: 150px;
margin-top: -75px;
margin-bottom: 30px
}
#app-boot-bg .prof-summary,
.loading-bg .prof-summary {
text-align: center;
padding-bottom: 40px;
margin: 0 0 16px
}
#app-boot-bg .prof-summary .line,
.loading-bg .prof-summary .line {
display: inline-block;
margin: 4px 0
}
#app-boot-bg .prof-non-rect,
.loading-bg .prof-non-rect {
width: 120px;
height: 40px
}
#app-boot-bg .prof-non-post,
.loading-bg .prof-non-post {
display: inline-block;
width: 350px;
padding: 10px 5px
}
#app-boot-bg .search-rect,
.loading-bg .search-rect {
width: 80px;
height: 40px;
margin-right: 10px
}
#app-boot-bg .jobs-top-module,
.loading-bg .jobs-top-module {
height: 52px
}
#app-boot-bg .jobs-top-left,
.loading-bg .jobs-top-left {
float: left;
margin-right: 60px
}
#app-boot-bg .jobs-rect-small,
.loading-bg .jobs-rect-small {
width: 30px;
height: 30px
}
#app-boot-bg .jobs-line,
.loading-bg .jobs-line {
width: 90px;
margin-top: 20px;
margin-left: 20px;
float: right
}
#app-boot-bg .jobs-bottom-post,
.loading-bg .jobs-bottom-post {
display: inline-block;
margin: 20px 20px 40px
}
#app-boot-bg .jobs-rect-large,
.loading-bg .jobs-rect-large {
width: 65px;
height: 65px;
margin-bottom: 12px
}
#app-boot-logo-spacer {
height: 15%
}
#app-boot-logo {
margin: auto;
width: 30%
}
#app-boot-logo svg {
width: auto;
height: auto
}
#app-boot-logo:after {
display: block;
padding-bottom: 100%
}
.boot-complete #app-boot-logo,
.boot-complete .app-boot-bg-skeleton,
.skeleton-load-complete {
display: none
}
@keyframes pulse {
0% {
opacity: .5
}
100% {
opacity: 1
}
}
@keyframes appear {
0% {
opacity: 0;
transform: translateY(-10px)
}
100% {
opacity: 1;
transform: translateY(0)
}
}
@keyframes fade-slide-in {
from {
opacity: 0;
transform: translateY(-10px)
}
to {
opacity: 1;
transform: translateY(0)
}
}
@keyframes initial-loading {
0%,
100% {
transform: translate(-34px, 0)
}
50% {
transform: translate(96px, 0)
}
}
.authentication-outlet>div,
.transitioning {
transition: opacity .2s
}
.button-primary-small {
background-color: #0073b1;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 1.4rem;
height: 24px;
line-height: 24px;
outline-width: 2px;
padding: 0 16px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.button-primary-small {
border: 1px solid currentColor;
line-height: 22px
}
}
html.edge .button-primary-small:focus,
html.ie .button-primary-small:focus {
outline: #7f7f7f dashed 1px
}
.button-primary-small li-icon {
top: 1px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.button-primary-small li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-primary-small,
.ie .button-primary-small {
border-radius: 0
}
.button-primary-small.focus,
.button-primary-small.hover-not-disabled,
.button-primary-small:focus,
.button-primary-small:hover:not(:disabled):not(.disabled) {
background-color: #006097;
color: #fff
}
.button-primary-small.active-not-disabled,
.button-primary-small:active:not(:disabled):not(.disabled) {
background-color: #004b7c;
color: #fff
}
.button-primary-small.disabled,
.button-primary-small:disabled {
color: rgba(255, 255, 255, .45);
background-color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-primary-small-inverse {
background-color: #fff;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: rgba(0, 0, 0, .9);
cursor: pointer;
display: inline-block;
font-size: 1.4rem;
height: 24px;
line-height: 24px;
outline-width: 2px;
padding: 0 16px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.button-primary-small-inverse {
border: 1px solid currentColor;
line-height: 22px
}
}
html.edge .button-primary-small-inverse:focus,
html.ie .button-primary-small-inverse:focus {
outline: #7f7f7f dashed 1px
}
.button-primary-small-inverse li-icon {
top: 1px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.button-primary-small-inverse li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-primary-small-inverse,
.ie .button-primary-small-inverse {
border-radius: 0
}
.button-primary-small-inverse.active-not-disabled,
.button-primary-small-inverse.focus,
.button-primary-small-inverse.hover-not-disabled,
.button-primary-small-inverse:active:not(:disabled):not(.disabled),
.button-primary-small-inverse:focus,
.button-primary-small-inverse:hover:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .85);
color: rgba(0, 0, 0, .9)
}
.button-primary-small-inverse.disabled,
.button-primary-small-inverse:disabled {
color: rgba(0, 0, 0, .25);
background-color: rgba(255, 255, 255, .35);
cursor: not-allowed
}
.button-primary-small-round {
background-color: #0073b1;
border: 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 0;
height: 24px;
line-height: 24px;
outline-width: 2px;
padding: 0;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
border-radius: 12px;
text-indent: -999px;
width: 24px
}
@media only screen and (-ms-high-contrast:active) {
.button-primary-small-round {
border: 1px solid currentColor;
line-height: 22px
}
}
html.edge .button-primary-small-round:focus,
html.ie .button-primary-small-round:focus {
outline: #7f7f7f dashed 1px
}
.button-primary-small-round li-icon {
top: calc(50% + 4px);
box-sizing: content-box;
height: 16px;
left: calc(50% + 4px);
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 16px
}
.button-primary-small-round li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-primary-small-round,
.ie .button-primary-small-round {
border-radius: 24px
}
.button-primary-small-round:before {
transition-duration: .5s
}
.button-primary-small-round.focus,
.button-primary-small-round.hover-not-disabled,
.button-primary-small-round:focus,
.button-primary-small-round:hover:not(:disabled):not(.disabled) {
background-color: #006097;
color: #fff
}
.button-primary-small-round.active-not-disabled,
.button-primary-small-round:active:not(:disabled):not(.disabled) {
background-color: #004b7c;
color: #fff
}
.button-primary-small-round.disabled,
.button-primary-small-round:disabled {
color: rgba(255, 255, 255, .45);
background-color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-primary-small-muted {
background-color: rgba(0, 0, 0, .6);
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 1.4rem;
height: 24px;
line-height: 24px;
outline-width: 2px;
padding: 0 16px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.button-primary-small-muted {
border: 1px solid currentColor;
line-height: 22px
}
}
html.edge .button-primary-small-muted:focus,
html.ie .button-primary-small-muted:focus {
outline: #7f7f7f dashed 1px
}
.button-primary-small-muted li-icon {
top: 1px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.button-primary-small-muted li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-primary-small-muted,
.ie .button-primary-small-muted {
border-radius: 0
}
.button-primary-small-muted.focus,
.button-primary-small-muted.hover-not-disabled,
.button-primary-small-muted:focus,
.button-primary-small-muted:hover:not(:disabled):not(.disabled) {
background-color: rgba(0, 0, 0, .75);
color: #fff
}
.button-primary-small-muted.active-not-disabled,
.button-primary-small-muted:active:not(:disabled):not(.disabled) {
background-color: rgba(0, 0, 0, .6);
color: #fff
}
.button-primary-small-muted.disabled,
.button-primary-small-muted:disabled {
color: rgba(255, 255, 255, .45);
background-color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.button-primary-small-muted-round {
background-color: rgba(0, 0, 0, .6);
border: 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 0;
height: 24px;
line-height: 24px;
outline-width: 2px;
padding: 0;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
border-radius: 12px;
text-indent: -999px;
width: 24px
}
@media only screen and (-ms-high-contrast:active) {
.button-primary-small-muted-round {
border: 1px solid currentColor;
line-height: 22px
}
}
html.edge .button-primary-small-muted-round:focus,
html.ie .button-primary-small-muted-round:focus {
outline: #7f7f7f dashed 1px
}
.button-primary-small-muted-round li-icon {
top: calc(50% + 4px);
box-sizing: content-box;
height: 16px;
left: calc(50% + 4px);
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 16px
}
.button-primary-small-muted-round li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-primary-small-muted-round,
.ie .button-primary-small-muted-round {
border-radius: 24px
}
.button-primary-small-muted-round:before {
transition-duration: .5s
}
.button-primary-small-muted-round.focus,
.button-primary-small-muted-round.hover-not-disabled,
.button-primary-small-muted-round:focus,
.button-primary-small-muted-round:hover:not(:disabled):not(.disabled) {
background-color: rgba(0, 0, 0, .75);
color: #fff
}
.button-primary-small-muted-round.active-not-disabled,
.button-primary-small-muted-round:active:not(:disabled):not(.disabled) {
background-color: rgba(0, 0, 0, .6);
color: #fff
}
.button-primary-small-muted-round.disabled,
.button-primary-small-muted-round:disabled {
color: rgba(255, 255, 255, .45);
background-color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.button-primary-medium,
.cta-primary,
.entity .top-card .follow {
background-color: #0073b1;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 1.6rem;
height: 32px;
line-height: 32px;
outline-width: 2px;
padding: 0 16px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.button-primary-medium,
.cta-primary,
.entity .top-card .follow {
border: 1px solid currentColor;
line-height: 30px
}
}
.entity .top-card html.edge .follow:focus,
.entity .top-card html.ie .follow:focus,
html.edge .button-primary-medium:focus,
html.edge .cta-primary:focus,
html.edge .entity .top-card .follow:focus,
html.ie .button-primary-medium:focus,
html.ie .cta-primary:focus,
html.ie .entity .top-card .follow:focus {
outline: #7f7f7f dashed 1px
}
.button-primary-medium li-icon,
.cta-primary li-icon,
.entity .top-card .follow li-icon {
top: 2px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.button-primary-medium li-icon>svg,
.cta-primary li-icon>svg,
.entity .top-card .follow li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-primary-medium,
.edge .cta-primary,
.edge .entity .top-card .follow,
.entity .top-card .edge .follow,
.entity .top-card .ie .follow,
.ie .button-primary-medium,
.ie .cta-primary,
.ie .entity .top-card .follow {
border-radius: 0
}
.button-primary-medium.focus,
.button-primary-medium.hover-not-disabled,
.button-primary-medium:focus,
.button-primary-medium:hover:not(:disabled):not(.disabled),
.cta-primary:focus,
.cta-primary:hover:not(:disabled):not(.disabled),
.entity .top-card .focus.follow,
.entity .top-card .follow:focus,
.entity .top-card .follow:hover:not(:disabled):not(.disabled),
.entity .top-card .hover-not-disabled.follow,
.focus.cta-primary,
.hover-not-disabled.cta-primary {
background-color: #006097;
color: #fff
}
.active-not-disabled.cta-primary,
.button-primary-medium.active-not-disabled,
.button-primary-medium:active:not(:disabled):not(.disabled),
.cta-primary:active:not(:disabled):not(.disabled),
.entity .top-card .active-not-disabled.follow,
.entity .top-card .follow:active:not(:disabled):not(.disabled) {
background-color: #004b7c;
color: #fff
}
.button-primary-medium.disabled,
.button-primary-medium:disabled,
.cta-primary:disabled,
.disabled.cta-primary,
.entity .top-card .disabled.follow,
.entity .top-card .follow:disabled {
color: rgba(255, 255, 255, .45);
background-color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-primary-medium-round {
background-color: #0073b1;
border: 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 0;
height: 32px;
line-height: 32px;
outline-width: 2px;
padding: 0;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
border-radius: 16px;
text-indent: -999px;
width: 32px
}
@media only screen and (-ms-high-contrast:active) {
.button-primary-medium-round {
border: 1px solid currentColor;
line-height: 30px
}
}
html.edge .button-primary-medium-round:focus,
html.ie .button-primary-medium-round:focus {
outline: #7f7f7f dashed 1px
}
.button-primary-medium-round li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
.button-primary-medium-round li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-primary-medium-round,
.ie .button-primary-medium-round {
border-radius: 32px
}
.button-primary-medium-round:before {
transition-duration: .5s
}
.button-primary-medium-round.focus,
.button-primary-medium-round.hover-not-disabled,
.button-primary-medium-round:focus,
.button-primary-medium-round:hover:not(:disabled):not(.disabled) {
background-color: #006097;
color: #fff
}
.button-primary-medium-round.active-not-disabled,
.button-primary-medium-round:active:not(:disabled):not(.disabled) {
background-color: #004b7c;
color: #fff
}
.button-primary-medium-round.disabled,
.button-primary-medium-round:disabled {
color: rgba(255, 255, 255, .45);
background-color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-primary-medium-inverse {
background-color: #fff;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: rgba(0, 0, 0, .9);
cursor: pointer;
display: inline-block;
font-size: 1.6rem;
height: 32px;
line-height: 32px;
outline-width: 2px;
padding: 0 16px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.button-primary-medium-inverse {
border: 1px solid currentColor;
line-height: 30px
}
}
html.edge .button-primary-medium-inverse:focus,
html.ie .button-primary-medium-inverse:focus {
outline: #7f7f7f dashed 1px
}
.button-primary-medium-inverse li-icon {
top: 2px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.button-primary-medium-inverse li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-primary-medium-inverse,
.ie .button-primary-medium-inverse {
border-radius: 0
}
.button-primary-medium-inverse.active-not-disabled,
.button-primary-medium-inverse.focus,
.button-primary-medium-inverse.hover-not-disabled,
.button-primary-medium-inverse:active:not(:disabled):not(.disabled),
.button-primary-medium-inverse:focus,
.button-primary-medium-inverse:hover:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .85);
color: rgba(0, 0, 0, .9)
}
.button-primary-medium-inverse.disabled,
.button-primary-medium-inverse:disabled {
color: rgba(0, 0, 0, .25);
background-color: rgba(255, 255, 255, .35);
cursor: not-allowed
}
.button-primary-medium-round-inverse {
background-color: #fff;
border: 0;
box-sizing: border-box;
color: rgba(0, 0, 0, .9);
cursor: pointer;
display: inline-block;
font-size: 0;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
border-radius: 16px;
text-indent: -999px;
width: 32px
}
.button-primary-large,
.button-primary-large-inverse {
font-size: 1.6rem;
font-weight: 600;
font-family: inherit;
overflow: hidden;
text-align: center;
text-decoration: none;
z-index: 0
}
@media only screen and (-ms-high-contrast:active) {
.button-primary-medium-round-inverse {
border: 1px solid currentColor;
line-height: 30px
}
}
html.edge .button-primary-medium-round-inverse:focus,
html.ie .button-primary-medium-round-inverse:focus {
outline: #7f7f7f dashed 1px
}
.button-primary-medium-round-inverse li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
.button-primary-medium-round-inverse li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-primary-medium-round-inverse,
.ie .button-primary-medium-round-inverse {
border-radius: 32px
}
.button-primary-medium-round-inverse:before {
transition-duration: .5s
}
.button-primary-medium-round-inverse.active-not-disabled,
.button-primary-medium-round-inverse.focus,
.button-primary-medium-round-inverse.hover-not-disabled,
.button-primary-medium-round-inverse:active:not(:disabled):not(.disabled),
.button-primary-medium-round-inverse:focus,
.button-primary-medium-round-inverse:hover:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .85);
color: rgba(0, 0, 0, .9)
}
.button-primary-medium-round-inverse.disabled,
.button-primary-medium-round-inverse:disabled {
color: rgba(0, 0, 0, .25);
background-color: rgba(255, 255, 255, .35);
cursor: not-allowed
}
.button-primary-large {
background-color: #0073b1;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
height: 40px;
line-height: 40px;
outline-width: 2px;
padding: 0 24px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.button-primary-large {
border: 1px solid currentColor;
line-height: 38px
}
}
html.edge .button-primary-large:focus,
html.ie .button-primary-large:focus {
outline: #7f7f7f dashed 1px
}
.button-primary-large li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.button-primary-large li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-primary-large,
.ie .button-primary-large {
border-radius: 0
}
.button-primary-large.focus,
.button-primary-large.hover-not-disabled,
.button-primary-large:focus,
.button-primary-large:hover:not(:disabled):not(.disabled) {
background-color: #006097;
color: #fff
}
.button-primary-large.active-not-disabled,
.button-primary-large:active:not(:disabled):not(.disabled) {
background-color: #004b7c;
color: #fff
}
.button-primary-large.disabled,
.button-primary-large:disabled {
color: rgba(255, 255, 255, .45);
background-color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-primary-large-inverse {
background-color: #fff;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: rgba(0, 0, 0, .9);
cursor: pointer;
display: inline-block;
height: 40px;
line-height: 40px;
outline-width: 2px;
padding: 0 24px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.button-primary-large-inverse {
border: 1px solid currentColor;
line-height: 38px
}
}
html.edge .button-primary-large-inverse:focus,
html.ie .button-primary-large-inverse:focus {
outline: #7f7f7f dashed 1px
}
.button-primary-large-inverse li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.button-primary-large-inverse li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-primary-large-inverse,
.ie .button-primary-large-inverse {
border-radius: 0
}
.button-primary-large-inverse.active-not-disabled,
.button-primary-large-inverse.focus,
.button-primary-large-inverse.hover-not-disabled,
.button-primary-large-inverse:active:not(:disabled):not(.disabled),
.button-primary-large-inverse:focus,
.button-primary-large-inverse:hover:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .85);
color: rgba(0, 0, 0, .9)
}
.button-primary-large-inverse.disabled,
.button-primary-large-inverse:disabled {
color: rgba(0, 0, 0, .25);
background-color: rgba(255, 255, 255, .35);
cursor: not-allowed
}
.button-primary-large-round {
background-color: #0073b1;
border: 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 0;
font-weight: 600;
font-family: inherit;
height: 40px;
line-height: 40px;
overflow: hidden;
outline-width: 2px;
padding: 0;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
border-radius: 20px;
text-indent: -999px;
width: 40px
}
.button-primary-x-large,
.button-primary-x-large-inverse {
font-size: 2rem;
font-weight: 600;
font-family: inherit;
overflow: hidden;
text-align: center;
text-decoration: none;
z-index: 0
}
@media only screen and (-ms-high-contrast:active) {
.button-primary-large-round {
border: 1px solid currentColor;
line-height: 38px
}
}
html.edge .button-primary-large-round:focus,
html.ie .button-primary-large-round:focus {
outline: #7f7f7f dashed 1px
}
.button-primary-large-round li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
.button-primary-large-round li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-primary-large-round,
.ie .button-primary-large-round {
border-radius: 40px
}
.button-primary-large-round:before {
transition-duration: .5s
}
.button-primary-large-round.focus,
.button-primary-large-round.hover-not-disabled,
.button-primary-large-round:focus,
.button-primary-large-round:hover:not(:disabled):not(.disabled) {
background-color: #006097;
color: #fff
}
.button-primary-large-round.active-not-disabled,
.button-primary-large-round:active:not(:disabled):not(.disabled) {
background-color: #004b7c;
color: #fff
}
.button-primary-large-round.disabled,
.button-primary-large-round:disabled {
color: rgba(255, 255, 255, .45);
background-color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-primary-x-large {
background-color: #0073b1;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
height: 48px;
line-height: 48px;
outline-width: 2px;
padding: 0 32px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.button-primary-x-large {
border: 1px solid currentColor;
line-height: 46px
}
}
html.edge .button-primary-x-large:focus,
html.ie .button-primary-x-large:focus {
outline: #7f7f7f dashed 1px
}
.button-primary-x-large li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.button-primary-x-large li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-primary-x-large,
.ie .button-primary-x-large {
border-radius: 0
}
.button-primary-x-large.focus,
.button-primary-x-large.hover-not-disabled,
.button-primary-x-large:focus,
.button-primary-x-large:hover:not(:disabled):not(.disabled) {
background-color: #006097;
color: #fff
}
.button-primary-x-large.active-not-disabled,
.button-primary-x-large:active:not(:disabled):not(.disabled) {
background-color: #004b7c;
color: #fff
}
.button-primary-x-large.disabled,
.button-primary-x-large:disabled {
color: rgba(255, 255, 255, .45);
background-color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-primary-x-large-inverse {
background-color: #fff;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: rgba(0, 0, 0, .9);
cursor: pointer;
display: inline-block;
height: 48px;
line-height: 48px;
outline-width: 2px;
padding: 0 32px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.button-primary-x-large-inverse {
border: 1px solid currentColor;
line-height: 46px
}
}
html.edge .button-primary-x-large-inverse:focus,
html.ie .button-primary-x-large-inverse:focus {
outline: #7f7f7f dashed 1px
}
.button-primary-x-large-inverse li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.button-primary-x-large-inverse li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-primary-x-large-inverse,
.ie .button-primary-x-large-inverse {
border-radius: 0
}
.button-primary-x-large-inverse.active-not-disabled,
.button-primary-x-large-inverse.focus,
.button-primary-x-large-inverse.hover-not-disabled,
.button-primary-x-large-inverse:active:not(:disabled):not(.disabled),
.button-primary-x-large-inverse:focus,
.button-primary-x-large-inverse:hover:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .85);
color: rgba(0, 0, 0, .9)
}
.button-primary-x-large-inverse.disabled,
.button-primary-x-large-inverse:disabled {
color: rgba(0, 0, 0, .25);
background-color: rgba(255, 255, 255, .35);
cursor: not-allowed
}
.button-primary-x-large-round {
background-color: #0073b1;
border: 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 0;
font-weight: 600;
font-family: inherit;
height: 48px;
line-height: 48px;
overflow: hidden;
outline-width: 2px;
padding: 0;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
border-radius: 24px;
text-indent: -999px;
width: 48px
}
@media only screen and (-ms-high-contrast:active) {
.button-primary-x-large-round {
border: 1px solid currentColor;
line-height: 46px
}
}
html.edge .button-primary-x-large-round:focus,
html.ie .button-primary-x-large-round:focus {
outline: #7f7f7f dashed 1px
}
.button-primary-x-large-round li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
.button-primary-x-large-round li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-primary-x-large-round,
.ie .button-primary-x-large-round {
border-radius: 48px
}
.button-primary-x-large-round:before {
transition-duration: .5s
}
.button-primary-x-large-round.focus,
.button-primary-x-large-round.hover-not-disabled,
.button-primary-x-large-round:focus,
.button-primary-x-large-round:hover:not(:disabled):not(.disabled) {
background-color: #006097;
color: #fff
}
.button-primary-x-large-round.active-not-disabled,
.button-primary-x-large-round:active:not(:disabled):not(.disabled) {
background-color: #004b7c;
color: #fff
}
.button-primary-x-large-round.disabled,
.button-primary-x-large-round:disabled {
color: rgba(255, 255, 255, .45);
background-color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-secondary-small-inverse-round {
background-color: transparent;
border: 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 0;
font-weight: 600;
font-family: inherit;
height: 24px;
line-height: 24px;
overflow: hidden;
outline-width: 2px;
padding: 0;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px transparent, inset 0 0 0 1px transparent;
border-radius: 12px;
text-indent: -999px;
width: 24px
}
.button-secondary-small,
.button-secondary-small-inverse,
.button-secondary-small-muted {
font-size: 1.4rem;
font-weight: 600;
font-family: inherit;
overflow: hidden;
text-align: center;
text-decoration: none;
z-index: 0
}
@media only screen and (-ms-high-contrast:active) {
.button-secondary-small-inverse-round {
border: 1px solid currentColor;
line-height: 22px
}
}
html.edge .button-secondary-small-inverse-round:focus,
html.ie .button-secondary-small-inverse-round:focus {
outline: #7f7f7f dashed 1px
}
.button-secondary-small-inverse-round li-icon {
top: calc(50% + 4px);
box-sizing: content-box;
height: 16px;
left: calc(50% + 4px);
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 16px
}
.button-secondary-small-inverse-round li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-secondary-small-inverse-round,
.ie .button-secondary-small-inverse-round {
border-radius: 24px
}
.button-secondary-small-inverse-round:hover:not(:disabled)[data-is-animating-click=true],
.button-secondary-small-inverse-round:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px transparent, inset 0 0 0 1px #fff
}
.button-secondary-small-inverse-round:before {
transition-duration: .5s
}
.button-secondary-small-inverse-round.focus,
.button-secondary-small-inverse-round.hover-not-disabled,
.button-secondary-small-inverse-round:focus,
.button-secondary-small-inverse-round:hover:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px #fff, inset 0 0 0 1px transparent
}
.button-secondary-small-inverse-round.active-not-disabled,
.button-secondary-small-inverse-round:active:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff
}
.button-secondary-small-inverse-round.disabled,
.button-secondary-small-inverse-round:disabled {
color: rgba(255, 255, 255, .35);
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35);
cursor: not-allowed
}
.button-secondary-small-inverse {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
height: 24px;
line-height: 24px;
outline-width: 2px;
padding: 0 16px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px transparent, inset 0 0 0 1px transparent
}
@media only screen and (-ms-high-contrast:active) {
.button-secondary-small-inverse {
border: 1px solid currentColor;
line-height: 22px
}
}
html.edge .button-secondary-small-inverse:focus,
html.ie .button-secondary-small-inverse:focus {
outline: #7f7f7f dashed 1px
}
.button-secondary-small-inverse li-icon {
top: 1px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.button-secondary-small-inverse li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-secondary-small-inverse,
.ie .button-secondary-small-inverse {
border-radius: 0
}
.button-secondary-small-inverse:hover:not(:disabled)[data-is-animating-click=true],
.button-secondary-small-inverse:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px transparent, inset 0 0 0 1px #fff
}
.button-secondary-small-inverse.focus,
.button-secondary-small-inverse.hover-not-disabled,
.button-secondary-small-inverse:focus,
.button-secondary-small-inverse:hover:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px #fff, inset 0 0 0 1px transparent
}
.button-secondary-small-inverse.active-not-disabled,
.button-secondary-small-inverse:active:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff
}
.button-secondary-small-inverse.disabled,
.button-secondary-small-inverse:disabled {
color: rgba(255, 255, 255, .35);
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35);
cursor: not-allowed
}
.button-secondary-small {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #0073b1;
cursor: pointer;
display: inline-block;
height: 24px;
line-height: 24px;
outline-width: 2px;
padding: 0 16px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px transparent, inset 0 0 0 1px transparent
}
@media only screen and (-ms-high-contrast:active) {
.button-secondary-small {
border: 1px solid currentColor;
line-height: 22px
}
}
html.edge .button-secondary-small:focus,
html.ie .button-secondary-small:focus {
outline: #7f7f7f dashed 1px
}
.button-secondary-small li-icon {
top: 1px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.button-secondary-small li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-secondary-small,
.ie .button-secondary-small {
border-radius: 0
}
.button-secondary-small:hover:not(:disabled)[data-is-animating-click=true],
.button-secondary-small:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px transparent, inset 0 0 0 1px #004b7c
}
.button-secondary-small.focus,
.button-secondary-small.hover-not-disabled,
.button-secondary-small:focus,
.button-secondary-small:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097;
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px #006097, inset 0 0 0 1px transparent
}
.button-secondary-small.active-not-disabled,
.button-secondary-small:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.button-secondary-small.disabled,
.button-secondary-small:disabled {
color: rgba(0, 115, 177, .35);
box-shadow: inset 0 0 0 1px rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-secondary-small-muted {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
height: 24px;
line-height: 24px;
outline-width: 2px;
padding: 0 16px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px transparent, inset 0 0 0 1px transparent
}
@media only screen and (-ms-high-contrast:active) {
.button-secondary-small-muted {
border: 1px solid currentColor;
line-height: 22px
}
}
html.edge .button-secondary-small-muted:focus,
html.ie .button-secondary-small-muted:focus {
outline: #7f7f7f dashed 1px
}
.button-secondary-small-muted li-icon {
top: 1px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.button-secondary-small-muted li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-secondary-small-muted,
.ie .button-secondary-small-muted {
border-radius: 0
}
.button-secondary-small-muted:hover:not(:disabled)[data-is-animating-click=true],
.button-secondary-small-muted:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px transparent, inset 0 0 0 1px rgba(0, 0, 0, .9)
}
.button-secondary-small-muted.focus,
.button-secondary-small-muted.hover-not-disabled,
.button-secondary-small-muted:focus,
.button-secondary-small-muted:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px rgba(0, 0, 0, .75), inset 0 0 0 1px transparent
}
.button-secondary-small-muted.active-not-disabled,
.button-secondary-small-muted:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.button-secondary-small-muted.disabled,
.button-secondary-small-muted:disabled {
color: rgba(0, 0, 0, .25);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .25);
cursor: not-allowed
}
.button-secondary-small-round {
background-color: transparent;
border: 0;
box-sizing: border-box;
color: #0073b1;
cursor: pointer;
display: inline-block;
font-size: 0;
font-weight: 600;
font-family: inherit;
height: 24px;
line-height: 24px;
overflow: hidden;
outline-width: 2px;
padding: 0;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px transparent, inset 0 0 0 1px transparent;
border-radius: 12px;
text-indent: -999px;
width: 24px
}
@media only screen and (-ms-high-contrast:active) {
.button-secondary-small-round {
border: 1px solid currentColor;
line-height: 22px
}
}
html.edge .button-secondary-small-round:focus,
html.ie .button-secondary-small-round:focus {
outline: #7f7f7f dashed 1px
}
.button-secondary-small-round li-icon {
top: calc(50% + 4px);
box-sizing: content-box;
height: 16px;
left: calc(50% + 4px);
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 16px
}
.button-secondary-small-round li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-secondary-small-round,
.ie .button-secondary-small-round {
border-radius: 24px
}
.button-secondary-small-round:hover:not(:disabled)[data-is-animating-click=true],
.button-secondary-small-round:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px transparent, inset 0 0 0 1px #004b7c
}
.button-secondary-small-round:before {
transition-duration: .5s
}
.button-secondary-small-round.focus,
.button-secondary-small-round.hover-not-disabled,
.button-secondary-small-round:focus,
.button-secondary-small-round:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097;
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px #006097, inset 0 0 0 1px transparent
}
.button-secondary-small-round.active-not-disabled,
.button-secondary-small-round:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.button-secondary-small-round.disabled,
.button-secondary-small-round:disabled {
color: rgba(0, 115, 177, .35);
box-shadow: inset 0 0 0 1px rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-secondary-medium,
.cta-secondary,
.entity .top-card .cta-wrap .secondary-cta,
.entity .top-card .follow.is-following {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #0073b1;
cursor: pointer;
display: inline-block;
font-size: 1.6rem;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0 16px;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px transparent, inset 0 0 0 1px transparent
}
@media only screen and (-ms-high-contrast:active) {
.button-secondary-medium,
.cta-secondary,
.entity .top-card .cta-wrap .secondary-cta,
.entity .top-card .follow.is-following {
border: 1px solid currentColor;
line-height: 30px
}
}
.entity .top-card .cta-wrap html.edge .secondary-cta:focus,
.entity .top-card .cta-wrap html.ie .secondary-cta:focus,
.entity .top-card html.edge .follow.is-following:focus,
.entity .top-card html.ie .follow.is-following:focus,
html.edge .button-secondary-medium:focus,
html.edge .cta-secondary:focus,
html.edge .entity .top-card .cta-wrap .secondary-cta:focus,
html.edge .entity .top-card .follow.is-following:focus,
html.ie .button-secondary-medium:focus,
html.ie .cta-secondary:focus,
html.ie .entity .top-card .cta-wrap .secondary-cta:focus,
html.ie .entity .top-card .follow.is-following:focus {
outline: #7f7f7f dashed 1px
}
.button-secondary-medium li-icon,
.cta-secondary li-icon,
.entity .top-card .cta-wrap .secondary-cta li-icon,
.entity .top-card .follow.is-following li-icon {
top: 2px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.button-secondary-medium li-icon>svg,
.cta-secondary li-icon>svg,
.entity .top-card .cta-wrap .secondary-cta li-icon>svg,
.entity .top-card .follow.is-following li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-secondary-medium,
.edge .cta-secondary,
.edge .entity .top-card .cta-wrap .secondary-cta,
.edge .entity .top-card .follow.is-following,
.entity .top-card .cta-wrap .edge .secondary-cta,
.entity .top-card .cta-wrap .ie .secondary-cta,
.entity .top-card .edge .follow.is-following,
.entity .top-card .ie .follow.is-following,
.ie .button-secondary-medium,
.ie .cta-secondary,
.ie .entity .top-card .cta-wrap .secondary-cta,
.ie .entity .top-card .follow.is-following {
border-radius: 0
}
.button-secondary-medium:hover:not(:disabled)[data-is-animating-click=true],
.button-secondary-medium:not(:disabled)[data-is-animating-click=true],
.cta-secondary:hover:not(:disabled)[data-is-animating-click=true],
.cta-secondary:not(:disabled)[data-is-animating-click=true],
.entity .top-card .cta-wrap .secondary-cta:hover:not(:disabled)[data-is-animating-click=true],
.entity .top-card .cta-wrap .secondary-cta:not(:disabled)[data-is-animating-click=true],
.entity .top-card .follow.is-following:hover:not(:disabled)[data-is-animating-click=true],
.entity .top-card .follow.is-following:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px transparent, inset 0 0 0 1px #004b7c
}
.button-secondary-medium.focus,
.button-secondary-medium.hover-not-disabled,
.button-secondary-medium:focus,
.button-secondary-medium:hover:not(:disabled):not(.disabled),
.cta-secondary:focus,
.cta-secondary:hover:not(:disabled):not(.disabled),
.entity .top-card .cta-wrap .focus.secondary-cta,
.entity .top-card .cta-wrap .hover-not-disabled.secondary-cta,
.entity .top-card .cta-wrap .secondary-cta:focus,
.entity .top-card .cta-wrap .secondary-cta:hover:not(:disabled):not(.disabled),
.entity .top-card .focus.follow.is-following,
.entity .top-card .follow.is-following:focus,
.entity .top-card .follow.is-following:hover:not(:disabled):not(.disabled),
.entity .top-card .hover-not-disabled.follow.is-following,
.focus.cta-secondary,
.hover-not-disabled.cta-secondary {
background-color: rgba(152, 216, 244, .25);
color: #006097;
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px #006097, inset 0 0 0 1px transparent
}
.active-not-disabled.cta-secondary,
.button-secondary-medium.active-not-disabled,
.button-secondary-medium:active:not(:disabled):not(.disabled),
.cta-secondary:active:not(:disabled):not(.disabled),
.entity .top-card .active-not-disabled.follow.is-following,
.entity .top-card .cta-wrap .active-not-disabled.secondary-cta,
.entity .top-card .cta-wrap .secondary-cta:active:not(:disabled):not(.disabled),
.entity .top-card .follow.is-following:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.button-secondary-medium.disabled,
.button-secondary-medium:disabled,
.cta-secondary:disabled,
.disabled.cta-secondary,
.entity .top-card .cta-wrap .disabled.secondary-cta,
.entity .top-card .cta-wrap .secondary-cta:disabled,
.entity .top-card .disabled.follow.is-following,
.entity .top-card .follow.is-following:disabled {
color: rgba(0, 115, 177, .35);
box-shadow: inset 0 0 0 1px rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-secondary-medium-inverse {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 1.6rem;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0 16px;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px transparent, inset 0 0 0 1px transparent
}
@media only screen and (-ms-high-contrast:active) {
.button-secondary-medium-inverse {
border: 1px solid currentColor;
line-height: 30px
}
}
html.edge .button-secondary-medium-inverse:focus,
html.ie .button-secondary-medium-inverse:focus {
outline: #7f7f7f dashed 1px
}
.button-secondary-medium-inverse li-icon {
top: 2px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.button-secondary-medium-inverse li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-secondary-medium-inverse,
.ie .button-secondary-medium-inverse {
border-radius: 0
}
.button-secondary-medium-inverse:hover:not(:disabled)[data-is-animating-click=true],
.button-secondary-medium-inverse:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px transparent, inset 0 0 0 1px #fff
}
.button-secondary-medium-inverse.focus,
.button-secondary-medium-inverse.hover-not-disabled,
.button-secondary-medium-inverse:focus,
.button-secondary-medium-inverse:hover:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px #fff, inset 0 0 0 1px transparent
}
.button-secondary-medium-inverse.active-not-disabled,
.button-secondary-medium-inverse:active:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff
}
.button-secondary-medium-inverse.disabled,
.button-secondary-medium-inverse:disabled {
color: rgba(255, 255, 255, .35);
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35);
cursor: not-allowed
}
.button-secondary-medium-inverse-round {
background-color: transparent;
border: 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 0;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px transparent, inset 0 0 0 1px transparent;
border-radius: 16px;
text-indent: -999px;
width: 32px
}
@media only screen and (-ms-high-contrast:active) {
.button-secondary-medium-inverse-round {
border: 1px solid currentColor;
line-height: 30px
}
}
html.edge .button-secondary-medium-inverse-round:focus,
html.ie .button-secondary-medium-inverse-round:focus {
outline: #7f7f7f dashed 1px
}
.button-secondary-medium-inverse-round li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
.button-secondary-medium-inverse-round li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-secondary-medium-inverse-round,
.ie .button-secondary-medium-inverse-round {
border-radius: 32px
}
.button-secondary-medium-inverse-round:hover:not(:disabled)[data-is-animating-click=true],
.button-secondary-medium-inverse-round:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px transparent, inset 0 0 0 1px #fff
}
.button-secondary-medium-inverse-round:before {
transition-duration: .5s
}
.button-secondary-medium-inverse-round.focus,
.button-secondary-medium-inverse-round.hover-not-disabled,
.button-secondary-medium-inverse-round:focus,
.button-secondary-medium-inverse-round:hover:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px #fff, inset 0 0 0 1px transparent
}
.button-secondary-medium-inverse-round.active-not-disabled,
.button-secondary-medium-inverse-round:active:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff
}
.button-secondary-medium-inverse-round.disabled,
.button-secondary-medium-inverse-round:disabled {
color: rgba(255, 255, 255, .35);
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35);
cursor: not-allowed
}
.button-secondary-medium-muted {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
font-size: 1.6rem;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0 16px;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px transparent, inset 0 0 0 1px transparent
}
@media only screen and (-ms-high-contrast:active) {
.button-secondary-medium-muted {
border: 1px solid currentColor;
line-height: 30px
}
}
html.edge .button-secondary-medium-muted:focus,
html.ie .button-secondary-medium-muted:focus {
outline: #7f7f7f dashed 1px
}
.button-secondary-medium-muted li-icon {
top: 2px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.button-secondary-medium-muted li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-secondary-medium-muted,
.ie .button-secondary-medium-muted {
border-radius: 0
}
.button-secondary-medium-muted:hover:not(:disabled)[data-is-animating-click=true],
.button-secondary-medium-muted:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px transparent, inset 0 0 0 1px rgba(0, 0, 0, .9)
}
.button-secondary-medium-muted.focus,
.button-secondary-medium-muted.hover-not-disabled,
.button-secondary-medium-muted:focus,
.button-secondary-medium-muted:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px rgba(0, 0, 0, .75), inset 0 0 0 1px transparent
}
.button-secondary-medium-muted.active-not-disabled,
.button-secondary-medium-muted:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.button-secondary-medium-muted.disabled,
.button-secondary-medium-muted:disabled {
color: rgba(0, 0, 0, .25);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .25);
cursor: not-allowed
}
.button-secondary-medium-round {
background-color: transparent;
border: 0;
box-sizing: border-box;
color: #0073b1;
cursor: pointer;
display: inline-block;
font-size: 0;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px transparent, inset 0 0 0 1px transparent;
border-radius: 16px;
text-indent: -999px;
width: 32px
}
@media only screen and (-ms-high-contrast:active) {
.button-secondary-medium-round {
border: 1px solid currentColor;
line-height: 30px
}
}
html.edge .button-secondary-medium-round:focus,
html.ie .button-secondary-medium-round:focus {
outline: #7f7f7f dashed 1px
}
.button-secondary-medium-round li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
.button-secondary-medium-round li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-secondary-medium-round,
.ie .button-secondary-medium-round {
border-radius: 32px
}
.button-secondary-medium-round:hover:not(:disabled)[data-is-animating-click=true],
.button-secondary-medium-round:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px transparent, inset 0 0 0 1px #004b7c
}
.button-secondary-medium-round:before {
transition-duration: .5s
}
.button-secondary-medium-round.focus,
.button-secondary-medium-round.hover-not-disabled,
.button-secondary-medium-round:focus,
.button-secondary-medium-round:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097;
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px #006097, inset 0 0 0 1px transparent
}
.button-secondary-medium-round.active-not-disabled,
.button-secondary-medium-round:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.button-secondary-medium-round.disabled,
.button-secondary-medium-round:disabled {
color: rgba(0, 115, 177, .35);
box-shadow: inset 0 0 0 1px rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-secondary-medium-round-muted {
background-color: transparent;
border: 0;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
font-size: 0;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px transparent, inset 0 0 0 1px transparent;
border-radius: 16px;
text-indent: -999px;
width: 32px
}
.button-secondary-large,
.button-secondary-large-inverse,
.button-secondary-large-muted {
font-size: 1.6rem;
font-weight: 600;
font-family: inherit;
overflow: hidden;
text-align: center;
text-decoration: none;
z-index: 0
}
@media only screen and (-ms-high-contrast:active) {
.button-secondary-medium-round-muted {
border: 1px solid currentColor;
line-height: 30px
}
}
html.edge .button-secondary-medium-round-muted:focus,
html.ie .button-secondary-medium-round-muted:focus {
outline: #7f7f7f dashed 1px
}
.button-secondary-medium-round-muted li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
.button-secondary-medium-round-muted li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-secondary-medium-round-muted,
.ie .button-secondary-medium-round-muted {
border-radius: 32px
}
.button-secondary-medium-round-muted:hover:not(:disabled)[data-is-animating-click=true],
.button-secondary-medium-round-muted:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px transparent, inset 0 0 0 1px rgba(0, 0, 0, .9)
}
.button-secondary-medium-round-muted:before {
transition-duration: .5s
}
.button-secondary-medium-round-muted.focus,
.button-secondary-medium-round-muted.hover-not-disabled,
.button-secondary-medium-round-muted:focus,
.button-secondary-medium-round-muted:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px rgba(0, 0, 0, .75), inset 0 0 0 1px transparent
}
.button-secondary-medium-round-muted.active-not-disabled,
.button-secondary-medium-round-muted:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.button-secondary-medium-round-muted.disabled,
.button-secondary-medium-round-muted:disabled {
color: rgba(0, 0, 0, .25);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .25);
cursor: not-allowed
}
.button-secondary-large {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #0073b1;
cursor: pointer;
display: inline-block;
height: 40px;
line-height: 40px;
outline-width: 2px;
padding: 0 24px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px transparent, inset 0 0 0 1px transparent
}
@media only screen and (-ms-high-contrast:active) {
.button-secondary-large {
border: 1px solid currentColor;
line-height: 38px
}
}
html.edge .button-secondary-large:focus,
html.ie .button-secondary-large:focus {
outline: #7f7f7f dashed 1px
}
.button-secondary-large li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.button-secondary-large li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-secondary-large,
.ie .button-secondary-large {
border-radius: 0
}
.button-secondary-large:hover:not(:disabled)[data-is-animating-click=true],
.button-secondary-large:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px transparent, inset 0 0 0 1px #004b7c
}
.button-secondary-large.focus,
.button-secondary-large.hover-not-disabled,
.button-secondary-large:focus,
.button-secondary-large:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097;
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px #006097, inset 0 0 0 1px transparent
}
.button-secondary-large.active-not-disabled,
.button-secondary-large:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.button-secondary-large.disabled,
.button-secondary-large:disabled {
color: rgba(0, 115, 177, .35);
box-shadow: inset 0 0 0 1px rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-secondary-large-inverse {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
height: 40px;
line-height: 40px;
outline-width: 2px;
padding: 0 24px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px transparent, inset 0 0 0 1px transparent
}
@media only screen and (-ms-high-contrast:active) {
.button-secondary-large-inverse {
border: 1px solid currentColor;
line-height: 38px
}
}
html.edge .button-secondary-large-inverse:focus,
html.ie .button-secondary-large-inverse:focus {
outline: #7f7f7f dashed 1px
}
.button-secondary-large-inverse li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.button-secondary-large-inverse li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-secondary-large-inverse,
.ie .button-secondary-large-inverse {
border-radius: 0
}
.button-secondary-large-inverse:hover:not(:disabled)[data-is-animating-click=true],
.button-secondary-large-inverse:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px transparent, inset 0 0 0 1px #fff
}
.button-secondary-large-inverse.focus,
.button-secondary-large-inverse.hover-not-disabled,
.button-secondary-large-inverse:focus,
.button-secondary-large-inverse:hover:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px #fff, inset 0 0 0 1px transparent
}
.button-secondary-large-inverse.active-not-disabled,
.button-secondary-large-inverse:active:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff
}
.button-secondary-large-inverse.disabled,
.button-secondary-large-inverse:disabled {
color: rgba(255, 255, 255, .35);
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35);
cursor: not-allowed
}
.button-secondary-large-muted {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
height: 40px;
line-height: 40px;
outline-width: 2px;
padding: 0 24px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px transparent, inset 0 0 0 1px transparent
}
@media only screen and (-ms-high-contrast:active) {
.button-secondary-large-muted {
border: 1px solid currentColor;
line-height: 38px
}
}
html.edge .button-secondary-large-muted:focus,
html.ie .button-secondary-large-muted:focus {
outline: #7f7f7f dashed 1px
}
.button-secondary-large-muted li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.button-secondary-large-muted li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-secondary-large-muted,
.ie .button-secondary-large-muted {
border-radius: 0
}
.button-secondary-large-muted:hover:not(:disabled)[data-is-animating-click=true],
.button-secondary-large-muted:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px transparent, inset 0 0 0 1px rgba(0, 0, 0, .9)
}
.button-secondary-large-muted.focus,
.button-secondary-large-muted.hover-not-disabled,
.button-secondary-large-muted:focus,
.button-secondary-large-muted:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px rgba(0, 0, 0, .75), inset 0 0 0 1px transparent
}
.button-secondary-large-muted.active-not-disabled,
.button-secondary-large-muted:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.button-secondary-large-muted.disabled,
.button-secondary-large-muted:disabled {
color: rgba(0, 0, 0, .25);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .25);
cursor: not-allowed
}
.button-secondary-large-round {
background-color: transparent;
border: 0;
box-sizing: border-box;
color: #0073b1;
cursor: pointer;
display: inline-block;
font-size: 0;
font-weight: 600;
font-family: inherit;
height: 40px;
line-height: 40px;
overflow: hidden;
outline-width: 2px;
padding: 0;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px transparent, inset 0 0 0 1px transparent;
border-radius: 20px;
text-indent: -999px;
width: 40px
}
@media only screen and (-ms-high-contrast:active) {
.button-secondary-large-round {
border: 1px solid currentColor;
line-height: 38px
}
}
html.edge .button-secondary-large-round:focus,
html.ie .button-secondary-large-round:focus {
outline: #7f7f7f dashed 1px
}
.button-secondary-large-round li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
.button-secondary-large-round li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-secondary-large-round,
.ie .button-secondary-large-round {
border-radius: 40px
}
.button-secondary-large-round:hover:not(:disabled)[data-is-animating-click=true],
.button-secondary-large-round:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px transparent, inset 0 0 0 1px #004b7c
}
.button-secondary-large-round:before {
transition-duration: .5s
}
.button-secondary-large-round.focus,
.button-secondary-large-round.hover-not-disabled,
.button-secondary-large-round:focus,
.button-secondary-large-round:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097;
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px #006097, inset 0 0 0 1px transparent
}
.button-secondary-large-round.active-not-disabled,
.button-secondary-large-round:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.button-secondary-large-round.disabled,
.button-secondary-large-round:disabled {
color: rgba(0, 115, 177, .35);
box-shadow: inset 0 0 0 1px rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-secondary-large-round-muted {
background-color: transparent;
border: 0;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
font-size: 0;
font-weight: 600;
font-family: inherit;
height: 40px;
line-height: 40px;
overflow: hidden;
outline-width: 2px;
padding: 0;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px transparent, inset 0 0 0 1px transparent;
border-radius: 20px;
text-indent: -999px;
width: 40px
}
@media only screen and (-ms-high-contrast:active) {
.button-secondary-large-round-muted {
border: 1px solid currentColor;
line-height: 38px
}
}
html.edge .button-secondary-large-round-muted:focus,
html.ie .button-secondary-large-round-muted:focus {
outline: #7f7f7f dashed 1px
}
.button-secondary-large-round-muted li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
.button-secondary-large-round-muted li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-secondary-large-round-muted,
.ie .button-secondary-large-round-muted {
border-radius: 40px
}
.button-secondary-large-round-muted:hover:not(:disabled)[data-is-animating-click=true],
.button-secondary-large-round-muted:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px transparent, inset 0 0 0 1px rgba(0, 0, 0, .9)
}
.button-secondary-large-round-muted:before {
transition-duration: .5s
}
.button-secondary-large-round-muted.focus,
.button-secondary-large-round-muted.hover-not-disabled,
.button-secondary-large-round-muted:focus,
.button-secondary-large-round-muted:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px rgba(0, 0, 0, .75), inset 0 0 0 1px transparent
}
.button-secondary-large-round-muted.active-not-disabled,
.button-secondary-large-round-muted:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.button-secondary-large-round-muted.disabled,
.button-secondary-large-round-muted:disabled {
color: rgba(0, 0, 0, .25);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .25);
cursor: not-allowed
}
.button-secondary-x-large-inverse {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 2rem;
font-weight: 600;
font-family: inherit;
height: 48px;
line-height: 48px;
overflow: hidden;
outline-width: 2px;
padding: 0 32px;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px transparent, inset 0 0 0 1px transparent
}
@media only screen and (-ms-high-contrast:active) {
.button-secondary-x-large-inverse {
border: 1px solid currentColor;
line-height: 46px
}
}
.button-tertiary-small,
.button-tertiary-small-inverse,
.button-tertiary-small-muted,
.button-tertiary-small-round,
.button-tertiary-small-round-inverse,
.button-tertiary-small-round-muted {
line-height: 24px;
font-weight: 600;
font-family: inherit;
overflow: hidden;
text-align: center;
text-decoration: none;
z-index: 0
}
html.edge .button-secondary-x-large-inverse:focus,
html.ie .button-secondary-x-large-inverse:focus {
outline: #7f7f7f dashed 1px
}
.button-secondary-x-large-inverse li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.button-tertiary-small li-icon,
.button-tertiary-small-inverse li-icon,
.button-tertiary-small-muted li-icon {
top: 1px;
left: 0;
margin: -12px 0 0 -6px;
width: 16px;
position: relative
}
.button-secondary-x-large-inverse li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-secondary-x-large-inverse,
.ie .button-secondary-x-large-inverse {
border-radius: 0
}
.button-secondary-x-large-inverse:hover:not(:disabled)[data-is-animating-click=true],
.button-secondary-x-large-inverse:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px transparent, inset 0 0 0 1px #fff
}
.button-secondary-x-large-inverse.focus,
.button-secondary-x-large-inverse.hover-not-disabled,
.button-secondary-x-large-inverse:focus,
.button-secondary-x-large-inverse:hover:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), inset 0 0 0 2px #fff, inset 0 0 0 1px transparent
}
.button-secondary-x-large-inverse.active-not-disabled,
.button-secondary-x-large-inverse:active:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff
}
.button-secondary-x-large-inverse.disabled,
.button-secondary-x-large-inverse:disabled {
color: rgba(255, 255, 255, .35);
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35);
cursor: not-allowed
}
.button-tertiary-small {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #0073b1;
cursor: pointer;
display: inline-block;
font-size: 1.4rem;
height: 24px;
outline-width: 2px;
padding: 0 8px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-small {
border: 1px solid currentColor;
border-width: 0;
line-height: 24px
}
}
html.edge .button-tertiary-small:focus,
html.ie .button-tertiary-small:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-small li-icon {
box-sizing: content-box;
height: 16px;
padding: 0 6px 0 0
}
.button-tertiary-small li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-tertiary-small,
.ie .button-tertiary-small {
border-radius: 0
}
.button-tertiary-small.focus,
.button-tertiary-small.hover-not-disabled,
.button-tertiary-small:focus,
.button-tertiary-small:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097
}
.button-tertiary-small.active-not-disabled,
.button-tertiary-small:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.button-tertiary-small.disabled,
.button-tertiary-small:disabled {
color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-tertiary-small-inverse {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 1.4rem;
height: 24px;
outline-width: 2px;
padding: 0 8px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-small-inverse {
border: 1px solid currentColor;
border-width: 0;
line-height: 24px
}
}
html.edge .button-tertiary-small-inverse:focus,
html.ie .button-tertiary-small-inverse:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-small-inverse li-icon {
box-sizing: content-box;
height: 16px;
padding: 0 6px 0 0
}
.button-tertiary-small-inverse li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-tertiary-small-inverse,
.ie .button-tertiary-small-inverse {
border-radius: 0
}
.button-tertiary-small-inverse.active-not-disabled,
.button-tertiary-small-inverse.focus,
.button-tertiary-small-inverse.hover-not-disabled,
.button-tertiary-small-inverse:active:not(:disabled):not(.disabled),
.button-tertiary-small-inverse:focus,
.button-tertiary-small-inverse:hover:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff
}
.button-tertiary-small-inverse.disabled,
.button-tertiary-small-inverse:disabled {
color: rgba(255, 255, 255, .35);
cursor: not-allowed
}
.button-tertiary-small-muted {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
font-size: 1.4rem;
height: 24px;
outline-width: 2px;
padding: 0 8px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-small-muted {
border: 1px solid currentColor;
border-width: 0;
line-height: 24px
}
}
html.edge .button-tertiary-small-muted:focus,
html.ie .button-tertiary-small-muted:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-small-muted li-icon {
box-sizing: content-box;
height: 16px;
padding: 0 6px 0 0
}
.button-tertiary-small-round li-icon,
.button-tertiary-small-round-inverse li-icon,
.button-tertiary-small-round-muted li-icon {
top: calc(50% + 4px);
left: calc(50% + 4px);
margin: -12px 0 0 -12px
}
.button-tertiary-small-muted li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-tertiary-small-muted,
.ie .button-tertiary-small-muted {
border-radius: 0
}
.button-tertiary-small-muted.focus,
.button-tertiary-small-muted.hover-not-disabled,
.button-tertiary-small-muted:focus,
.button-tertiary-small-muted:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
.button-tertiary-small-muted.active-not-disabled,
.button-tertiary-small-muted:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.button-tertiary-small-muted.disabled,
.button-tertiary-small-muted:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.button-tertiary-small-round {
background-color: transparent;
border: 0;
box-sizing: border-box;
color: #0073b1;
cursor: pointer;
display: inline-block;
font-size: 0;
height: 24px;
outline-width: 2px;
padding: 0;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
border-radius: 12px;
text-indent: -999px;
width: 24px
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-small-round {
border: 1px solid currentColor;
border-width: 0;
line-height: 24px
}
}
html.edge .button-tertiary-small-round:focus,
html.ie .button-tertiary-small-round:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-small-round li-icon {
box-sizing: content-box;
height: 16px;
padding: 0;
position: absolute;
width: 16px
}
.button-tertiary-small-round li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-tertiary-small-round,
.ie .button-tertiary-small-round {
border-radius: 24px
}
.button-tertiary-small-round:before {
transition-duration: .5s
}
.button-tertiary-small-round.focus,
.button-tertiary-small-round.hover-not-disabled,
.button-tertiary-small-round:focus,
.button-tertiary-small-round:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097
}
.button-tertiary-small-round.active-not-disabled,
.button-tertiary-small-round:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.button-tertiary-small-round.disabled,
.button-tertiary-small-round:disabled {
color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-tertiary-small-round-muted {
background-color: transparent;
border: 0;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
font-size: 0;
height: 24px;
outline-width: 2px;
padding: 0;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
border-radius: 12px;
text-indent: -999px;
width: 24px
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-small-round-muted {
border: 1px solid currentColor;
border-width: 0;
line-height: 24px
}
}
html.edge .button-tertiary-small-round-muted:focus,
html.ie .button-tertiary-small-round-muted:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-small-round-muted li-icon {
box-sizing: content-box;
height: 16px;
padding: 0;
position: absolute;
width: 16px
}
.button-tertiary-small-round-muted li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-tertiary-small-round-muted,
.ie .button-tertiary-small-round-muted {
border-radius: 24px
}
.button-tertiary-small-round-muted:before {
transition-duration: .5s
}
.button-tertiary-small-round-muted.focus,
.button-tertiary-small-round-muted.hover-not-disabled,
.button-tertiary-small-round-muted:focus,
.button-tertiary-small-round-muted:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
.button-tertiary-small-round-muted.active-not-disabled,
.button-tertiary-small-round-muted:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.button-tertiary-small-round-muted.disabled,
.button-tertiary-small-round-muted:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.button-tertiary-small-round-inverse {
background-color: transparent;
border: 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 0;
height: 24px;
outline-width: 2px;
padding: 0;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
border-radius: 12px;
text-indent: -999px;
width: 24px
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-small-round-inverse {
border: 1px solid currentColor;
border-width: 0;
line-height: 24px
}
}
html.edge .button-tertiary-small-round-inverse:focus,
html.ie .button-tertiary-small-round-inverse:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-small-round-inverse li-icon {
box-sizing: content-box;
height: 16px;
padding: 0;
position: absolute;
width: 16px
}
.button-tertiary-small-round-inverse li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-tertiary-small-round-inverse,
.ie .button-tertiary-small-round-inverse {
border-radius: 24px
}
.button-tertiary-small-round-inverse:before {
transition-duration: .5s
}
.button-tertiary-small-round-inverse.active-not-disabled,
.button-tertiary-small-round-inverse.focus,
.button-tertiary-small-round-inverse.hover-not-disabled,
.button-tertiary-small-round-inverse:active:not(:disabled):not(.disabled),
.button-tertiary-small-round-inverse:focus,
.button-tertiary-small-round-inverse:hover:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff
}
.button-tertiary-small-round-inverse.disabled,
.button-tertiary-small-round-inverse:disabled {
color: rgba(255, 255, 255, .35);
cursor: not-allowed
}
.button-tertiary-medium {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #0073b1;
cursor: pointer;
display: inline-block;
font-size: 1.6rem;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0 8px;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-medium {
border: 1px solid currentColor;
border-width: 0;
line-height: 32px
}
}
html.edge .button-tertiary-medium:focus,
html.ie .button-tertiary-medium:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-medium li-icon {
top: 2px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.button-tertiary-medium li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-tertiary-medium,
.ie .button-tertiary-medium {
border-radius: 0
}
.button-tertiary-medium.focus,
.button-tertiary-medium.hover-not-disabled,
.button-tertiary-medium:focus,
.button-tertiary-medium:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097
}
.button-tertiary-medium.active-not-disabled,
.button-tertiary-medium:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.button-tertiary-medium.disabled,
.button-tertiary-medium:disabled {
color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-tertiary-medium-muted {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
font-size: 1.6rem;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0 8px;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0
}
.button-tertiary-medium-round,
.button-tertiary-medium-round-inverse,
.button-tertiary-medium-round-muted {
font-size: 0;
font-weight: 600;
font-family: inherit;
line-height: 32px;
overflow: hidden;
text-align: center;
text-decoration: none;
z-index: 0;
text-indent: -999px
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-medium-muted {
border: 1px solid currentColor;
border-width: 0;
line-height: 32px
}
}
html.edge .button-tertiary-medium-muted:focus,
html.ie .button-tertiary-medium-muted:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-medium-muted li-icon {
top: 2px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.button-tertiary-medium-muted li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-tertiary-medium-muted,
.ie .button-tertiary-medium-muted {
border-radius: 0
}
.button-tertiary-medium-muted.focus,
.button-tertiary-medium-muted.hover-not-disabled,
.button-tertiary-medium-muted:focus,
.button-tertiary-medium-muted:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
.button-tertiary-medium-muted.active-not-disabled,
.button-tertiary-medium-muted:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.button-tertiary-medium-muted.disabled,
.button-tertiary-medium-muted:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.button-tertiary-medium-round {
background-color: transparent;
border: 0;
box-sizing: border-box;
color: #0073b1;
cursor: pointer;
display: inline-block;
height: 32px;
outline-width: 2px;
padding: 0;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
border-radius: 16px;
width: 32px
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-medium-round {
border: 1px solid currentColor;
border-width: 0;
line-height: 32px
}
}
html.edge .button-tertiary-medium-round:focus,
html.ie .button-tertiary-medium-round:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-medium-round li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
.button-tertiary-medium-round li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-tertiary-medium-round,
.ie .button-tertiary-medium-round {
border-radius: 32px
}
.button-tertiary-medium-round:before {
transition-duration: .5s
}
.button-tertiary-medium-round.focus,
.button-tertiary-medium-round.hover-not-disabled,
.button-tertiary-medium-round:focus,
.button-tertiary-medium-round:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097
}
.button-tertiary-medium-round.active-not-disabled,
.button-tertiary-medium-round:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.button-tertiary-medium-round.disabled,
.button-tertiary-medium-round:disabled {
color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-tertiary-medium-inverse {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 1.6rem;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0 16px;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-medium-inverse {
border: 1px solid currentColor;
border-width: 0;
line-height: 32px
}
}
html.edge .button-tertiary-medium-inverse:focus,
html.ie .button-tertiary-medium-inverse:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-medium-inverse li-icon {
top: 2px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.button-tertiary-medium-inverse li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-tertiary-medium-inverse,
.ie .button-tertiary-medium-inverse {
border-radius: 0
}
.button-tertiary-medium-inverse.active-not-disabled,
.button-tertiary-medium-inverse.focus,
.button-tertiary-medium-inverse.hover-not-disabled,
.button-tertiary-medium-inverse:active:not(:disabled):not(.disabled),
.button-tertiary-medium-inverse:focus,
.button-tertiary-medium-inverse:hover:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff
}
.button-tertiary-medium-inverse.disabled,
.button-tertiary-medium-inverse:disabled {
color: rgba(255, 255, 255, .35);
cursor: not-allowed
}
.button-tertiary-medium-round-muted {
background-color: transparent;
border: 0;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
height: 32px;
outline-width: 2px;
padding: 0;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
border-radius: 16px;
width: 32px
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-medium-round-muted {
border: 1px solid currentColor;
border-width: 0;
line-height: 32px
}
}
html.edge .button-tertiary-medium-round-muted:focus,
html.ie .button-tertiary-medium-round-muted:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-medium-round-muted li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
.button-tertiary-medium-round-muted li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-tertiary-medium-round-muted,
.ie .button-tertiary-medium-round-muted {
border-radius: 32px
}
.button-tertiary-medium-round-muted:before {
transition-duration: .5s
}
.button-tertiary-medium-round-muted.focus,
.button-tertiary-medium-round-muted.hover-not-disabled,
.button-tertiary-medium-round-muted:focus,
.button-tertiary-medium-round-muted:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
.button-tertiary-medium-round-muted.active-not-disabled,
.button-tertiary-medium-round-muted:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.button-tertiary-medium-round-muted.disabled,
.button-tertiary-medium-round-muted:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.button-tertiary-medium-round-inverse {
background-color: transparent;
border: 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
height: 32px;
outline-width: 2px;
padding: 0;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
border-radius: 16px;
width: 32px
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-medium-round-inverse {
border: 1px solid currentColor;
border-width: 0;
line-height: 32px
}
}
.button-tertiary-large,
.button-tertiary-large-inverse,
.button-tertiary-large-muted,
.button-tertiary-large-round-inverse {
font-weight: 600;
font-family: inherit;
line-height: 40px;
overflow: hidden;
text-align: center;
text-decoration: none;
z-index: 0
}
html.edge .button-tertiary-medium-round-inverse:focus,
html.ie .button-tertiary-medium-round-inverse:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-medium-round-inverse li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
.button-tertiary-medium-round-inverse li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-tertiary-medium-round-inverse,
.ie .button-tertiary-medium-round-inverse {
border-radius: 32px
}
.button-tertiary-medium-round-inverse:before {
transition-duration: .5s
}
.button-tertiary-medium-round-inverse.active-not-disabled,
.button-tertiary-medium-round-inverse.focus,
.button-tertiary-medium-round-inverse.hover-not-disabled,
.button-tertiary-medium-round-inverse:active:not(:disabled):not(.disabled),
.button-tertiary-medium-round-inverse:focus,
.button-tertiary-medium-round-inverse:hover:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff
}
.button-tertiary-medium-round-inverse.disabled,
.button-tertiary-medium-round-inverse:disabled {
color: rgba(255, 255, 255, .35);
cursor: not-allowed
}
.button-tertiary-large {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #0073b1;
cursor: pointer;
display: inline-block;
font-size: 1.6rem;
height: 40px;
outline-width: 2px;
padding: 0 12px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-large {
border: 1px solid currentColor;
border-width: 0;
line-height: 40px
}
}
html.edge .button-tertiary-large:focus,
html.ie .button-tertiary-large:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-large li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.button-tertiary-large li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-tertiary-large,
.ie .button-tertiary-large {
border-radius: 0
}
.button-tertiary-large.focus,
.button-tertiary-large.hover-not-disabled,
.button-tertiary-large:focus,
.button-tertiary-large:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097
}
.button-tertiary-large.active-not-disabled,
.button-tertiary-large:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.button-tertiary-large.disabled,
.button-tertiary-large:disabled {
color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-tertiary-large-muted {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
font-size: 1.6rem;
height: 40px;
outline-width: 2px;
padding: 0 12px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-large-muted {
border: 1px solid currentColor;
border-width: 0;
line-height: 40px
}
}
html.edge .button-tertiary-large-muted:focus,
html.ie .button-tertiary-large-muted:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-large-muted li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.button-tertiary-large-muted li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-tertiary-large-muted,
.ie .button-tertiary-large-muted {
border-radius: 0
}
.button-tertiary-large-muted.focus,
.button-tertiary-large-muted.hover-not-disabled,
.button-tertiary-large-muted:focus,
.button-tertiary-large-muted:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
.button-tertiary-large-muted.active-not-disabled,
.button-tertiary-large-muted:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.button-tertiary-large-muted.disabled,
.button-tertiary-large-muted:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.button-tertiary-large-inverse {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 1.6rem;
height: 40px;
outline-width: 2px;
padding: 0 12px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-large-inverse {
border: 1px solid currentColor;
border-width: 0;
line-height: 40px
}
}
html.edge .button-tertiary-large-inverse:focus,
html.ie .button-tertiary-large-inverse:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-large-inverse li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.button-tertiary-large-inverse li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-tertiary-large-inverse,
.ie .button-tertiary-large-inverse {
border-radius: 0
}
.button-tertiary-large-inverse.active-not-disabled,
.button-tertiary-large-inverse.focus,
.button-tertiary-large-inverse.hover-not-disabled,
.button-tertiary-large-inverse:active:not(:disabled):not(.disabled),
.button-tertiary-large-inverse:focus,
.button-tertiary-large-inverse:hover:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff
}
.button-tertiary-large-inverse.disabled,
.button-tertiary-large-inverse:disabled {
color: rgba(255, 255, 255, .35);
cursor: not-allowed
}
.button-tertiary-large-round-inverse {
background-color: transparent;
border: 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 0;
height: 40px;
outline-width: 2px;
padding: 0;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
border-radius: 20px;
text-indent: -999px;
width: 40px
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-large-round-inverse {
border: 1px solid currentColor;
border-width: 0;
line-height: 40px
}
}
.button-tertiary-x-large,
.button-tertiary-x-large-inverse,
.button-tertiary-x-large-muted {
font-size: 2rem;
line-height: 48px;
font-weight: 600;
font-family: inherit;
overflow: hidden;
text-align: center;
text-decoration: none;
z-index: 0
}
html.edge .button-tertiary-large-round-inverse:focus,
html.ie .button-tertiary-large-round-inverse:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-large-round-inverse li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
.button-tertiary-large-round-inverse li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .button-tertiary-large-round-inverse,
.ie .button-tertiary-large-round-inverse {
border-radius: 40px
}
.button-tertiary-large-round-inverse:before {
transition-duration: .5s
}
.button-tertiary-large-round-inverse.active-not-disabled,
.button-tertiary-large-round-inverse.focus,
.button-tertiary-large-round-inverse.hover-not-disabled,
.button-tertiary-large-round-inverse:active:not(:disabled):not(.disabled),
.button-tertiary-large-round-inverse:focus,
.button-tertiary-large-round-inverse:hover:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff
}
.button-tertiary-large-round-inverse.disabled,
.button-tertiary-large-round-inverse:disabled {
color: rgba(255, 255, 255, .35);
cursor: not-allowed
}
.button-tertiary-x-large {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #0073b1;
cursor: pointer;
display: inline-block;
height: 48px;
outline-width: 2px;
padding: 0 16px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-x-large {
border: 1px solid currentColor;
border-width: 0;
line-height: 48px
}
}
html.edge .button-tertiary-x-large:focus,
html.ie .button-tertiary-x-large:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-x-large li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.button-tertiary-x-large li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-tertiary-x-large,
.ie .button-tertiary-x-large {
border-radius: 0
}
.button-tertiary-x-large.focus,
.button-tertiary-x-large.hover-not-disabled,
.button-tertiary-x-large:focus,
.button-tertiary-x-large:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097
}
.button-tertiary-x-large.active-not-disabled,
.button-tertiary-x-large:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.button-tertiary-x-large.disabled,
.button-tertiary-x-large:disabled {
color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.button-tertiary-x-large-inverse {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
height: 48px;
outline-width: 2px;
padding: 0 16px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-x-large-inverse {
border: 1px solid currentColor;
border-width: 0;
line-height: 48px
}
}
html.edge .button-tertiary-x-large-inverse:focus,
html.ie .button-tertiary-x-large-inverse:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-x-large-inverse li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.button-tertiary-x-large-inverse li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-tertiary-x-large-inverse,
.ie .button-tertiary-x-large-inverse {
border-radius: 0
}
.button-tertiary-x-large-inverse.active-not-disabled,
.button-tertiary-x-large-inverse.focus,
.button-tertiary-x-large-inverse.hover-not-disabled,
.button-tertiary-x-large-inverse:active:not(:disabled):not(.disabled),
.button-tertiary-x-large-inverse:focus,
.button-tertiary-x-large-inverse:hover:not(:disabled):not(.disabled) {
background-color: rgba(255, 255, 255, .1);
color: #fff
}
.button-tertiary-x-large-inverse.disabled,
.button-tertiary-x-large-inverse:disabled {
color: rgba(255, 255, 255, .35);
cursor: not-allowed
}
.button-tertiary-x-large-muted {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
height: 48px;
outline-width: 2px;
padding: 0 16px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.button-tertiary-x-large-muted {
border: 1px solid currentColor;
border-width: 0;
line-height: 48px
}
}
html.edge .button-tertiary-x-large-muted:focus,
html.ie .button-tertiary-x-large-muted:focus {
outline: #7f7f7f dashed 1px
}
.button-tertiary-x-large-muted li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.button-tertiary-x-large-muted li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-tertiary-x-large-muted,
.ie .button-tertiary-x-large-muted {
border-radius: 0
}
.button-tertiary-x-large-muted.focus,
.button-tertiary-x-large-muted.hover-not-disabled,
.button-tertiary-x-large-muted:focus,
.button-tertiary-x-large-muted:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
.button-tertiary-x-large-muted.active-not-disabled,
.button-tertiary-x-large-muted:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.button-tertiary-x-large-muted.disabled,
.button-tertiary-x-large-muted:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.button-premium-medium,
.premium-btn {
background-color: #0073b1;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 1.6rem;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0 16px;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0
}
.cta-primary,
.cta-secondary,
.entity .top-card .cta-wrap .secondary-cta,
.entity .top-card .follow,
.entity .top-card .follow.is-following,
.social-cta-btn,
.social-cta-btn.active {
font-weight: 400
}
@media only screen and (-ms-high-contrast:active) {
.button-premium-medium,
.premium-btn {
border: 1px solid currentColor;
line-height: 30px
}
}
html.edge .button-premium-medium:focus,
html.edge .premium-btn:focus,
html.ie .button-premium-medium:focus,
html.ie .premium-btn:focus {
outline: #7f7f7f dashed 1px
}
.button-premium-medium li-icon,
.premium-btn li-icon {
top: 2px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.cta-primary .svg-icon-wrap li-icon,
.cta-secondary .svg-icon-wrap li-icon,
.entity .top-card .cta-wrap .secondary-cta .svg-icon-wrap li-icon,
.entity .top-card .follow .svg-icon-wrap li-icon,
.entity .top-card .follow.is-following .svg-icon-wrap li-icon {
margin: 0;
padding: 0;
position: absolute;
top: 0
}
.button-premium-medium li-icon>svg,
.premium-btn li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .button-premium-medium,
.edge .premium-btn,
.ie .button-premium-medium,
.ie .premium-btn {
border-radius: 0
}
.button-premium-medium.focus,
.button-premium-medium.hover-not-disabled,
.button-premium-medium:focus,
.button-premium-medium:hover:not(:disabled):not(.disabled),
.focus.premium-btn,
.hover-not-disabled.premium-btn,
.premium-btn:focus,
.premium-btn:hover:not(:disabled):not(.disabled) {
background-color: #006097;
color: #fff
}
.active-not-disabled.premium-btn,
.button-premium-medium.active-not-disabled,
.button-premium-medium:active:not(:disabled):not(.disabled),
.premium-btn:active:not(:disabled):not(.disabled) {
background-color: #004b7c;
color: #fff
}
.button-premium-medium.disabled,
.button-premium-medium:disabled,
.disabled.premium-btn,
.premium-btn:disabled {
color: rgba(255, 255, 255, .45);
background-color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
a.view-more,
a.view-more-icon,
button.view-more,
button.view-more-icon {
display: block;
width: 100%;
border-top: 1px solid rgba(0, 0, 0, .15)
}
a.view-more,
button.view-more {
line-height: 1.2;
font-size: 16px;
text-align: center;
color: #0084bf;
background-color: #fff
}
.social-cta-btn,
.social-cta-btn.active {
font-size: 1.6rem;
font-family: inherit;
line-height: 40px;
text-align: center;
text-decoration: none;
z-index: 0;
display: inline-block;
overflow: hidden
}
a.view-more-icon,
button.view-more-icon {
height: 48px;
color: #777a7d
}
.social-cta-btn li-icon,
.social-cta-btn.active li-icon {
top: 5px;
margin: -12px 0 0 -4px;
width: 24px;
position: relative;
left: 0
}
.social-cta-btn {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
height: 40px;
outline-width: 2px;
padding: 0 12px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.social-cta-btn {
border: 1px solid currentColor;
border-width: 0;
line-height: 40px
}
}
html.edge .social-cta-btn:focus,
html.ie .social-cta-btn:focus {
outline: #7f7f7f dashed 1px
}
.social-cta-btn li-icon {
box-sizing: content-box;
height: 24px;
padding: 0 6px 0 0
}
.social-cta-btn li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .social-cta-btn,
.ie .social-cta-btn {
border-radius: 0
}
.social-cta-btn.focus,
.social-cta-btn.hover-not-disabled,
.social-cta-btn:focus,
.social-cta-btn:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
.social-cta-btn.active-not-disabled,
.social-cta-btn:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.social-cta-btn.disabled,
.social-cta-btn:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.social-cta-btn.active {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #0073b1;
cursor: pointer;
height: 40px;
outline-width: 2px;
padding: 0 12px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.social-cta-btn.active {
border: 1px solid currentColor;
border-width: 0;
line-height: 40px
}
}
html.edge .social-cta-btn.active:focus,
html.ie .social-cta-btn.active:focus {
outline: #7f7f7f dashed 1px
}
.social-cta-btn.active li-icon {
box-sizing: content-box;
height: 24px;
padding: 0 6px 0 0
}
.social-cta-btn.active li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .social-cta-btn.active,
.ie .social-cta-btn.active {
border-radius: 0
}
.social-cta-btn.active.focus,
.social-cta-btn.active.hover-not-disabled,
.social-cta-btn.active:focus,
.social-cta-btn.active:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097
}
.social-cta-btn.active.active-not-disabled,
.social-cta-btn.active:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.social-cta-btn.active.disabled,
.social-cta-btn.active:disabled {
color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.social-cta-btn li-icon:not([size=small]),
.social-cta-btn.active li-icon:not([size=small]) {
width: 30px
}
.premium-btn {
line-height: 1.33333;
max-width: 224px;
height: inherit;
background-color: #9b8443;
padding: 8px
}
.premium-btn:hover {
background-color: #8b783f
}
.file-upload-medium-button__label.file-upload-medium-button__label.file-upload-medium-button__label.file-upload-medium-button__label {
font-size: 1.7rem;
line-height: 3.5rem
}
.default-focusable:focus {
outline: -webkit-focus-ring-color auto 5px
}
.card-list {
display: flex
}
.card-list--tile {
flex-flow: row wrap;
justify-content: space-between
}
.card-list--left-justified-tile {
flex-flow: row wrap;
justify-content: left
}
.card-list__item {
list-style-type: none;
width: 100%
}
.card {
border-radius: 2px;
overflow: hidden;
position: relative;
transition: box-shadow .2s ease-in-out;
background: #fff
}
@media only screen and (-ms-high-contrast:active) {
.card {
border: 1px solid activeborder
}
}
.card>h1,
.card>h2,
.card>h3,
.card>h4,
.card>h5,
.card>h6 {
padding: 16px 24px;
margin: 0;
font-size: 1.6rem;
line-height: 1.5;
color: rgba(0, 0, 0, .6)
}
.card>ul a,
.card>ul a.muted,
.card>ul button,
.card>ul button.muted {
background-color: transparent;
cursor: pointer;
font-size: 2rem;
font-weight: 600;
font-family: inherit;
text-decoration: none;
z-index: 0;
text-align: center
}
@media only screen and (max-width:1161px) {
.card>h1,
.card>h2,
.card>h3,
.card>h4,
.card>h5,
.card>h6 {
padding: 16px
}
}
.card>h1 em,
.card>h2 em,
.card>h3 em,
.card>h4 em,
.card>h5 em,
.card>h6 em {
font-style: inherit;
color: rgba(0, 0, 0, .9)
}
.card>section {
padding: 16px 24px
}
@media only screen and (max-width:1161px) {
.card>section {
padding: 16px
}
}
.card>ul {
display: table;
table-layout: fixed;
text-align: center;
width: 100%;
border-top: 1px solid rgba(0, 0, 0, .15)
}
.card>ul li {
display: table-cell;
vertical-align: top;
list-style: none;
overflow: visible;
min-width: 48px;
width: 100%
}
.card>ul li:last-child:after {
display: block;
position: absolute;
width: 1px;
border-top: 1px solid rgba(0, 0, 0, .15);
top: -1px;
right: -1px
}
.card>ul li:last-child a,
.card>ul li:last-child button {
border-right: 0!important
}
.card>ul input[type=date],
.card>ul input[type=datetime],
.card>ul input[type=email],
.card>ul input[type=number],
.card>ul input[type=range],
.card>ul input[type=search],
.card>ul input[type=tel],
.card>ul input[type=text],
.card>ul input[type=time],
.card>ul input[type=url],
.card>ul input[type=week] {
border: 0;
border-right: 1px solid rgba(0, 0, 0, .15);
height: 65%;
margin-top: 9px;
border-radius: 0
}
.card>ul a,
.card>ul button {
border: 0;
border-radius: 0;
box-sizing: content-box;
color: #0073b1;
display: block;
overflow: hidden;
outline-width: 2px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
border-right: 1px solid rgba(0, 0, 0, .15);
width: 100%;
min-width: 48px
}
@media only screen and (-ms-high-contrast:active) {
.card>ul a,
.card>ul button {
border: 1px solid currentColor;
border-width: 0;
line-height: 48px
}
}
html.edge .card>ul a:focus,
html.edge .card>ul button:focus,
html.ie .card>ul a:focus,
html.ie .card>ul button:focus {
outline: #7f7f7f dashed 1px
}
.card>ul a li-icon,
.card>ul button li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.card>ul a li-icon>svg,
.card>ul button li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .card>ul a,
.edge .card>ul button,
.ie .card>ul a,
.ie .card>ul button {
border-radius: 0
}
.card>ul a.muted,
.card>ul button.muted {
border: 0;
border-radius: 0;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
display: inline-block;
overflow: hidden;
outline-width: 2px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
border-right: 1px solid rgba(0, 0, 0, .15)
}
@media only screen and (-ms-high-contrast:active) {
.card>ul a.muted,
.card>ul button.muted {
border: 1px solid currentColor;
border-width: 0;
line-height: 48px
}
}
html.edge .card>ul a.muted:focus,
html.edge .card>ul button.muted:focus,
html.ie .card>ul a.muted:focus,
html.ie .card>ul button.muted:focus {
outline: #7f7f7f dashed 1px
}
.card>ul a.muted li-icon,
.card>ul button.muted li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.card>ul a.muted li-icon>svg,
.card>ul button.muted li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .card>ul a.muted,
.edge .card>ul button.muted,
.ie .card>ul a.muted,
.ie .card>ul button.muted {
border-radius: 0
}
.card>ul a.muted.focus,
.card>ul a.muted.hover-not-disabled,
.card>ul a.muted:focus,
.card>ul a.muted:hover:not(:disabled):not(.disabled),
.card>ul button.muted.focus,
.card>ul button.muted.hover-not-disabled,
.card>ul button.muted:focus,
.card>ul button.muted:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
.card>ul a.muted.active-not-disabled,
.card>ul a.muted:active:not(:disabled):not(.disabled),
.card>ul button.muted.active-not-disabled,
.card>ul button.muted:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.card>ul a.muted.disabled,
.card>ul a.muted:disabled,
.card>ul button.muted.disabled,
.card>ul button.muted:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.card>ul a.no-text,
.card>ul button.no-text {
background-color: transparent;
border: 0;
border-radius: 0!important;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
font-size: 0;
font-weight: 600;
font-family: inherit;
overflow: hidden;
outline-width: 2px;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
text-indent: -999px;
width: 48px
}
@media only screen and (-ms-high-contrast:active) {
.card>ul a.no-text,
.card>ul button.no-text {
border: 1px solid currentColor;
border-width: 0;
line-height: 48px
}
}
html.edge .card>ul a.no-text:focus,
html.edge .card>ul button.no-text:focus,
html.ie .card>ul a.no-text:focus,
html.ie .card>ul button.no-text:focus {
outline: #7f7f7f dashed 1px
}
.card>ul a.no-text li-icon,
.card>ul button.no-text li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
.card>ul a.no-text li-icon>svg,
.card>ul button.no-text li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .card>ul a.no-text,
.edge .card>ul button.no-text,
.ie .card>ul a.no-text,
.ie .card>ul button.no-text {
border-radius: 48px
}
.card>ul a.no-text:before,
.card>ul button.no-text:before {
transition-duration: .5s
}
.card>ul a.no-text:after,
.card>ul button.no-text:after {
padding: calc(70% + 1px)
}
.card>ul a.no-text.focus,
.card>ul a.no-text.hover-not-disabled,
.card>ul a.no-text:focus,
.card>ul a.no-text:hover:not(:disabled):not(.disabled),
.card>ul button.no-text.focus,
.card>ul button.no-text.hover-not-disabled,
.card>ul button.no-text:focus,
.card>ul button.no-text:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
.card>ul a.no-text.active-not-disabled,
.card>ul a.no-text:active:not(:disabled):not(.disabled),
.card>ul button.no-text.active-not-disabled,
.card>ul button.no-text:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.card>ul a.no-text.disabled,
.card>ul a.no-text:disabled,
.card>ul button.no-text.disabled,
.card>ul button.no-text:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.card>ul a,
.card>ul a.muted,
.card>ul a.no-text,
.card>ul button,
.card>ul button.muted,
.card>ul button.no-text {
height: 48px;
line-height: 48px;
padding: 0
}
.card>ul a.focus,
.card>ul a.hover-not-disabled,
.card>ul a:focus,
.card>ul a:hover:not(:disabled):not(.disabled),
.card>ul button.focus,
.card>ul button.hover-not-disabled,
.card>ul button:focus,
.card>ul button:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097
}
.card>ul a.active-not-disabled,
.card>ul a:active:not(:disabled):not(.disabled),
.card>ul button.active-not-disabled,
.card>ul button:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.card>ul a.disabled,
.card>ul a:disabled,
.card>ul button.disabled,
.card>ul button:disabled {
color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.card-1x2 {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
border-radius: 2px;
overflow: hidden;
position: relative;
transition: box-shadow .2s ease-in-out;
background: #fff
}
@media only screen and (-ms-high-contrast:active) {
.card-1x2 {
border: 1px solid activeborder
}
}
.card-1x2>h1,
.card-1x2>h2,
.card-1x2>h3,
.card-1x2>h4,
.card-1x2>h5,
.card-1x2>h6 {
padding: 16px 24px;
margin: 0;
font-size: 1.6rem;
line-height: 1.5;
color: rgba(0, 0, 0, .6)
}
@media only screen and (max-width:1161px) {
.card-1x2>h1,
.card-1x2>h2,
.card-1x2>h3,
.card-1x2>h4,
.card-1x2>h5,
.card-1x2>h6 {
padding: 16px
}
}
.card-1x2>h1 em,
.card-1x2>h2 em,
.card-1x2>h3 em,
.card-1x2>h4 em,
.card-1x2>h5 em,
.card-1x2>h6 em {
font-style: inherit;
color: rgba(0, 0, 0, .9)
}
.card-1x2>section {
padding: 16px 24px
}
@media only screen and (max-width:1161px) {
.card-1x2>section {
padding: 16px
}
}
.card-1x2>ul {
display: table;
table-layout: fixed;
text-align: center;
width: 100%;
border-top: 1px solid rgba(0, 0, 0, .15)
}
.card-1x2>ul li {
display: table-cell;
vertical-align: top;
list-style: none;
overflow: visible;
min-width: 48px;
width: 100%
}
.card-1x2>ul a,
.card-1x2>ul a.muted,
.card-1x2>ul a.no-text,
.card-1x2>ul button,
.card-1x2>ul button.muted,
.card-1x2>ul button.no-text {
font-weight: 600;
font-family: inherit;
overflow: hidden;
text-decoration: none;
z-index: 0;
text-align: center
}
.card-1x2>ul li:last-child:after {
display: block;
position: absolute;
width: 1px;
border-top: 1px solid rgba(0, 0, 0, .15);
top: -1px;
right: -1px
}
.card-1x2>ul li:last-child a,
.card-1x2>ul li:last-child button {
border-right: 0!important
}
.card-1x2>ul input[type=date],
.card-1x2>ul input[type=datetime],
.card-1x2>ul input[type=email],
.card-1x2>ul input[type=number],
.card-1x2>ul input[type=range],
.card-1x2>ul input[type=search],
.card-1x2>ul input[type=tel],
.card-1x2>ul input[type=text],
.card-1x2>ul input[type=time],
.card-1x2>ul input[type=url],
.card-1x2>ul input[type=week] {
border: 0;
border-right: 1px solid rgba(0, 0, 0, .15);
height: 65%;
margin-top: 9px;
border-radius: 0
}
.card-1x2>ul a,
.card-1x2>ul button {
background-color: transparent;
border: 0;
border-radius: 0;
box-sizing: content-box;
color: #0073b1;
cursor: pointer;
display: block;
font-size: 2rem;
outline-width: 2px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
border-right: 1px solid rgba(0, 0, 0, .15);
width: 100%;
min-width: 48px
}
@media only screen and (-ms-high-contrast:active) {
.card-1x2>ul a,
.card-1x2>ul button {
border: 1px solid currentColor;
border-width: 0;
line-height: 48px
}
}
html.edge .card-1x2>ul a:focus,
html.edge .card-1x2>ul button:focus,
html.ie .card-1x2>ul a:focus,
html.ie .card-1x2>ul button:focus {
outline: #7f7f7f dashed 1px
}
.card-1x2>ul a li-icon,
.card-1x2>ul button li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.card-1x2>ul a li-icon>svg,
.card-1x2>ul button li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .card-1x2>ul a,
.edge .card-1x2>ul button,
.ie .card-1x2>ul a,
.ie .card-1x2>ul button {
border-radius: 0
}
.card-1x2>ul a.muted,
.card-1x2>ul button.muted {
background-color: transparent;
border: 0;
border-radius: 0;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
font-size: 2rem;
outline-width: 2px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
border-right: 1px solid rgba(0, 0, 0, .15)
}
@media only screen and (-ms-high-contrast:active) {
.card-1x2>ul a.muted,
.card-1x2>ul button.muted {
border: 1px solid currentColor;
border-width: 0;
line-height: 48px
}
}
html.edge .card-1x2>ul a.muted:focus,
html.edge .card-1x2>ul button.muted:focus,
html.ie .card-1x2>ul a.muted:focus,
html.ie .card-1x2>ul button.muted:focus {
outline: #7f7f7f dashed 1px
}
.card-1x2>ul a.muted li-icon,
.card-1x2>ul button.muted li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.card-1x2>ul a.muted li-icon>svg,
.card-1x2>ul button.muted li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .card-1x2>ul a.muted,
.edge .card-1x2>ul button.muted,
.ie .card-1x2>ul a.muted,
.ie .card-1x2>ul button.muted {
border-radius: 0
}
.card-1x2>ul a.muted.focus,
.card-1x2>ul a.muted.hover-not-disabled,
.card-1x2>ul a.muted:focus,
.card-1x2>ul a.muted:hover:not(:disabled):not(.disabled),
.card-1x2>ul button.muted.focus,
.card-1x2>ul button.muted.hover-not-disabled,
.card-1x2>ul button.muted:focus,
.card-1x2>ul button.muted:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
.card-1x2>ul a.muted.active-not-disabled,
.card-1x2>ul a.muted:active:not(:disabled):not(.disabled),
.card-1x2>ul button.muted.active-not-disabled,
.card-1x2>ul button.muted:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.card-1x2>ul a.muted.disabled,
.card-1x2>ul a.muted:disabled,
.card-1x2>ul button.muted.disabled,
.card-1x2>ul button.muted:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.card-1x2>ul a.no-text,
.card-1x2>ul button.no-text {
background-color: transparent;
border: 0;
border-radius: 0!important;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
font-size: 0;
outline-width: 2px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
text-indent: -999px;
width: 48px
}
@media only screen and (-ms-high-contrast:active) {
.card-1x2>ul a.no-text,
.card-1x2>ul button.no-text {
border: 1px solid currentColor;
border-width: 0;
line-height: 48px
}
}
html.edge .card-1x2>ul a.no-text:focus,
html.edge .card-1x2>ul button.no-text:focus,
html.ie .card-1x2>ul a.no-text:focus,
html.ie .card-1x2>ul button.no-text:focus {
outline: #7f7f7f dashed 1px
}
.card-1x2>ul a.no-text li-icon,
.card-1x2>ul button.no-text li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
.card-3x2,
.card-3x2>figure {
position: relative;
overflow: hidden
}
.card-1x2>ul a.no-text li-icon>svg,
.card-1x2>ul button.no-text li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .card-1x2>ul a.no-text,
.edge .card-1x2>ul button.no-text,
.ie .card-1x2>ul a.no-text,
.ie .card-1x2>ul button.no-text {
border-radius: 48px
}
.card-1x2>ul a.no-text:before,
.card-1x2>ul button.no-text:before {
transition-duration: .5s
}
.card-1x2>ul a.no-text:after,
.card-1x2>ul button.no-text:after {
padding: calc(70% + 1px)
}
.card-1x2>ul a.no-text.focus,
.card-1x2>ul a.no-text.hover-not-disabled,
.card-1x2>ul a.no-text:focus,
.card-1x2>ul a.no-text:hover:not(:disabled):not(.disabled),
.card-1x2>ul button.no-text.focus,
.card-1x2>ul button.no-text.hover-not-disabled,
.card-1x2>ul button.no-text:focus,
.card-1x2>ul button.no-text:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
.card-1x2>ul a.no-text.active-not-disabled,
.card-1x2>ul a.no-text:active:not(:disabled):not(.disabled),
.card-1x2>ul button.no-text.active-not-disabled,
.card-1x2>ul button.no-text:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.card-1x2>ul a.no-text.disabled,
.card-1x2>ul a.no-text:disabled,
.card-1x2>ul button.no-text.disabled,
.card-1x2>ul button.no-text:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.card-1x2>ul a,
.card-1x2>ul a.muted,
.card-1x2>ul a.no-text,
.card-1x2>ul button,
.card-1x2>ul button.muted,
.card-1x2>ul button.no-text {
height: 48px;
line-height: 48px;
padding: 0
}
.card-1x2>ul a.focus,
.card-1x2>ul a.hover-not-disabled,
.card-1x2>ul a:focus,
.card-1x2>ul a:hover:not(:disabled):not(.disabled),
.card-1x2>ul button.focus,
.card-1x2>ul button.hover-not-disabled,
.card-1x2>ul button:focus,
.card-1x2>ul button:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097
}
.card-1x2>ul a.active-not-disabled,
.card-1x2>ul a:active:not(:disabled):not(.disabled),
.card-1x2>ul button.active-not-disabled,
.card-1x2>ul button:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.card-1x2>ul a.disabled,
.card-1x2>ul a:disabled,
.card-1x2>ul button.disabled,
.card-1x2>ul button:disabled {
color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.card-3x2 {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
border-radius: 2px;
transition: box-shadow .2s ease-in-out;
background: #fff
}
.card-3x2>figure {
padding: 0;
margin: 0;
width: 100%
}
.card-3x2>figure:before {
padding-top: calc(.666 * 100%);
display: block
}
.card-3x2>figure>img {
position: absolute;
top: 50%;
left: 0;
bottom: 0;
right: 0;
width: 100%;
transform: translateY(-50%)
}
@media only screen and (-ms-high-contrast:active) {
.card-3x2 {
border: 1px solid activeborder
}
}
.card-3x2>h1,
.card-3x2>h2,
.card-3x2>h3,
.card-3x2>h4,
.card-3x2>h5,
.card-3x2>h6 {
padding: 16px 24px;
margin: 0;
font-size: 1.6rem;
line-height: 1.5;
color: rgba(0, 0, 0, .6)
}
@media only screen and (max-width:1161px) {
.card-3x2>h1,
.card-3x2>h2,
.card-3x2>h3,
.card-3x2>h4,
.card-3x2>h5,
.card-3x2>h6 {
padding: 16px
}
}
.card-3x2>h1 em,
.card-3x2>h2 em,
.card-3x2>h3 em,
.card-3x2>h4 em,
.card-3x2>h5 em,
.card-3x2>h6 em {
font-style: inherit;
color: rgba(0, 0, 0, .9)
}
.card-3x2>section {
padding: 16px 24px
}
@media only screen and (max-width:1161px) {
.card-3x2>section {
padding: 16px
}
}
.card-3x2>ul {
display: table;
table-layout: fixed;
text-align: center;
width: 100%;
border-top: 1px solid rgba(0, 0, 0, .15)
}
.card-3x2>ul li {
display: table-cell;
vertical-align: top;
list-style: none;
overflow: visible;
min-width: 48px;
width: 100%
}
.card-3x2>ul a,
.card-3x2>ul a.muted,
.card-3x2>ul a.no-text,
.card-3x2>ul button,
.card-3x2>ul button.muted,
.card-3x2>ul button.no-text {
overflow: hidden;
z-index: 0;
font-weight: 600;
text-align: center;
text-decoration: none;
font-family: inherit
}
.card-3x2>ul li:last-child:after {
display: block;
position: absolute;
width: 1px;
border-top: 1px solid rgba(0, 0, 0, .15);
top: -1px;
right: -1px
}
.card-3x2>ul li:last-child a,
.card-3x2>ul li:last-child button {
border-right: 0!important
}
.card-3x2>ul input[type=date],
.card-3x2>ul input[type=datetime],
.card-3x2>ul input[type=email],
.card-3x2>ul input[type=number],
.card-3x2>ul input[type=range],
.card-3x2>ul input[type=search],
.card-3x2>ul input[type=tel],
.card-3x2>ul input[type=text],
.card-3x2>ul input[type=time],
.card-3x2>ul input[type=url],
.card-3x2>ul input[type=week] {
border: 0;
border-right: 1px solid rgba(0, 0, 0, .15);
height: 65%;
margin-top: 9px;
border-radius: 0
}
.card-3x2>ul a,
.card-3x2>ul button {
background-color: transparent;
border: 0;
border-radius: 0;
box-sizing: content-box;
color: #0073b1;
cursor: pointer;
display: block;
font-size: 2rem;
outline-width: 2px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
border-right: 1px solid rgba(0, 0, 0, .15);
width: 100%;
min-width: 48px
}
@media only screen and (-ms-high-contrast:active) {
.card-3x2>ul a,
.card-3x2>ul button {
border: 1px solid currentColor;
border-width: 0;
line-height: 48px
}
}
html.edge .card-3x2>ul a:focus,
html.edge .card-3x2>ul button:focus,
html.ie .card-3x2>ul a:focus,
html.ie .card-3x2>ul button:focus {
outline: #7f7f7f dashed 1px
}
.card-3x2>ul a li-icon,
.card-3x2>ul button li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.card-3x2>ul a li-icon>svg,
.card-3x2>ul button li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .card-3x2>ul a,
.edge .card-3x2>ul button,
.ie .card-3x2>ul a,
.ie .card-3x2>ul button {
border-radius: 0
}
.card-3x2>ul a.muted,
.card-3x2>ul button.muted {
background-color: transparent;
border: 0;
border-radius: 0;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
font-size: 2rem;
outline-width: 2px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
border-right: 1px solid rgba(0, 0, 0, .15)
}
@media only screen and (-ms-high-contrast:active) {
.card-3x2>ul a.muted,
.card-3x2>ul button.muted {
border: 1px solid currentColor;
border-width: 0;
line-height: 48px
}
}
html.edge .card-3x2>ul a.muted:focus,
html.edge .card-3x2>ul button.muted:focus,
html.ie .card-3x2>ul a.muted:focus,
html.ie .card-3x2>ul button.muted:focus {
outline: #7f7f7f dashed 1px
}
.card-3x2>ul a.muted li-icon,
.card-3x2>ul button.muted li-icon {
top: 5px;
box-sizing: content-box;
height: 24px;
left: 0;
margin: -12px 0 0 -4px;
padding: 0 6px 0 0;
position: relative;
width: 24px
}
.card-3x2>ul a.muted li-icon>svg,
.card-3x2>ul button.muted li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .card-3x2>ul a.muted,
.edge .card-3x2>ul button.muted,
.ie .card-3x2>ul a.muted,
.ie .card-3x2>ul button.muted {
border-radius: 0
}
.card-3x2>ul a.muted.focus,
.card-3x2>ul a.muted.hover-not-disabled,
.card-3x2>ul a.muted:focus,
.card-3x2>ul a.muted:hover:not(:disabled):not(.disabled),
.card-3x2>ul button.muted.focus,
.card-3x2>ul button.muted.hover-not-disabled,
.card-3x2>ul button.muted:focus,
.card-3x2>ul button.muted:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
.card-3x2>ul a.muted.active-not-disabled,
.card-3x2>ul a.muted:active:not(:disabled):not(.disabled),
.card-3x2>ul button.muted.active-not-disabled,
.card-3x2>ul button.muted:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.card-3x2>ul a.muted.disabled,
.card-3x2>ul a.muted:disabled,
.card-3x2>ul button.muted.disabled,
.card-3x2>ul button.muted:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.card-3x2>ul a.no-text,
.card-3x2>ul button.no-text {
background-color: transparent;
border: 0;
border-radius: 0!important;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
font-size: 0;
outline-width: 2px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
text-indent: -999px;
width: 48px
}
@media only screen and (-ms-high-contrast:active) {
.card-3x2>ul a.no-text,
.card-3x2>ul button.no-text {
border: 1px solid currentColor;
border-width: 0;
line-height: 48px
}
}
html.edge .card-3x2>ul a.no-text:focus,
html.edge .card-3x2>ul button.no-text:focus,
html.ie .card-3x2>ul a.no-text:focus,
html.ie .card-3x2>ul button.no-text:focus {
outline: #7f7f7f dashed 1px
}
.card-3x2>ul a.no-text li-icon,
.card-3x2>ul button.no-text li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
.card-3x2>ul a.no-text li-icon>svg,
.card-3x2>ul button.no-text li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .card-3x2>ul a.no-text,
.edge .card-3x2>ul button.no-text,
.ie .card-3x2>ul a.no-text,
.ie .card-3x2>ul button.no-text {
border-radius: 48px
}
.card-3x2>ul a.no-text:before,
.card-3x2>ul button.no-text:before {
transition-duration: .5s
}
.card-3x2>ul a.no-text:after,
.card-3x2>ul button.no-text:after {
padding: calc(70% + 1px)
}
.card-3x2>ul a.no-text.focus,
.card-3x2>ul a.no-text.hover-not-disabled,
.card-3x2>ul a.no-text:focus,
.card-3x2>ul a.no-text:hover:not(:disabled):not(.disabled),
.card-3x2>ul button.no-text.focus,
.card-3x2>ul button.no-text.hover-not-disabled,
.card-3x2>ul button.no-text:focus,
.card-3x2>ul button.no-text:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75)
}
.card-3x2>ul a.no-text.active-not-disabled,
.card-3x2>ul a.no-text:active:not(:disabled):not(.disabled),
.card-3x2>ul button.no-text.active-not-disabled,
.card-3x2>ul button.no-text:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.card-3x2>ul a.no-text.disabled,
.card-3x2>ul a.no-text:disabled,
.card-3x2>ul button.no-text.disabled,
.card-3x2>ul button.no-text:disabled {
color: rgba(0, 0, 0, .25);
cursor: not-allowed
}
.card-3x2>ul a,
.card-3x2>ul a.muted,
.card-3x2>ul a.no-text,
.card-3x2>ul button,
.card-3x2>ul button.muted,
.card-3x2>ul button.no-text {
height: 48px;
line-height: 48px;
padding: 0
}
.card-3x2>ul a.focus,
.card-3x2>ul a.hover-not-disabled,
.card-3x2>ul a:focus,
.card-3x2>ul a:hover:not(:disabled):not(.disabled),
.card-3x2>ul button.focus,
.card-3x2>ul button.hover-not-disabled,
.card-3x2>ul button:focus,
.card-3x2>ul button:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097
}
.card-3x2>ul a.active-not-disabled,
.card-3x2>ul a:active:not(:disabled):not(.disabled),
.card-3x2>ul button.active-not-disabled,
.card-3x2>ul button:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.card-3x2>ul a.disabled,
.card-3x2>ul a:disabled,
.card-3x2>ul button.disabled,
.card-3x2>ul button:disabled {
color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.artdeco-dropdown,
.artdeco-dropdown-menu {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 6px 9px rgba(0, 0, 0, .2);
transition: box-shadow 83ms;
min-width: 168px;
max-width: 264px;
z-index: 999;
box-sizing: border-box
}
.artdeco-dropdown {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
position: relative;
display: inline-block;
max-height: 548px;
padding: 4px 0;
margin: 0
}
.artdeco-dropdown ul[role=tablist] {
border-top: 0
}
@media only screen and (-ms-high-contrast:active) {
.artdeco-dropdown {
border: 1px solid activeborder
}
}
.artdeco-dropdown dl>dt,
.artdeco-dropdown h1,
.artdeco-dropdown h2,
.artdeco-dropdown h3,
.artdeco-dropdown h4,
.artdeco-dropdown h5,
.artdeco-dropdown h6 {
font-size: 1.4rem;
font-weight: 600;
color: rgba(0, 0, 0, .9);
height: 36px;
line-height: normal;
margin-bottom: 0;
padding: 8px 16px;
box-sizing: border-box
}
.artdeco-dropdown dl,
.artdeco-dropdown ol,
.artdeco-dropdown ul {
display: inline-block;
list-style-type: none;
width: 100%
}
.artdeco-dropdown dl a,
.artdeco-dropdown dl button,
.artdeco-dropdown ol a,
.artdeco-dropdown ol button,
.artdeco-dropdown ul a,
.artdeco-dropdown ul button {
font-size: 1.4rem;
font-weight: 600;
color: rgba(0, 0, 0, .6);
display: inline-block;
width: 100%;
min-height: 36px;
line-height: normal;
max-height: 52px;
padding: 8px 16px;
cursor: pointer;
box-sizing: border-box;
word-break: break-all
}
.artdeco-dropdown dl a:not(:first-child),
.artdeco-dropdown dl button:not(:first-child),
.artdeco-dropdown ol a:not(:first-child),
.artdeco-dropdown ol button:not(:first-child),
.artdeco-dropdown ul a:not(:first-child),
.artdeco-dropdown ul button:not(:first-child) {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400
}
.artdeco-dropdown dl a.focus,
.artdeco-dropdown dl a.hover,
.artdeco-dropdown dl a:focus,
.artdeco-dropdown dl a:hover,
.artdeco-dropdown dl button.focus,
.artdeco-dropdown dl button.hover,
.artdeco-dropdown dl button:focus,
.artdeco-dropdown dl button:hover,
.artdeco-dropdown ol a.focus,
.artdeco-dropdown ol a.hover,
.artdeco-dropdown ol a:focus,
.artdeco-dropdown ol a:hover,
.artdeco-dropdown ol button.focus,
.artdeco-dropdown ol button.hover,
.artdeco-dropdown ol button:focus,
.artdeco-dropdown ol button:hover,
.artdeco-dropdown ul a.focus,
.artdeco-dropdown ul a.hover,
.artdeco-dropdown ul a:focus,
.artdeco-dropdown ul a:hover,
.artdeco-dropdown ul button.focus,
.artdeco-dropdown ul button.hover,
.artdeco-dropdown ul button:focus,
.artdeco-dropdown ul button:hover {
color: rgba(0, 0, 0, .75);
text-decoration: none
}
.artdeco-dropdown dl a.active,
.artdeco-dropdown dl a:active,
.artdeco-dropdown dl button.active,
.artdeco-dropdown dl button:active,
.artdeco-dropdown ol a.active,
.artdeco-dropdown ol a:active,
.artdeco-dropdown ol button.active,
.artdeco-dropdown ol button:active,
.artdeco-dropdown ul a.active,
.artdeco-dropdown ul a:active,
.artdeco-dropdown ul button.active,
.artdeco-dropdown ul button:active {
color: #006097;
background: rgba(152, 216, 244, .45)
}
.artdeco-dropdown hr {
margin: 8px 0 4px;
width: 100%;
border-color: rgba(0, 0, 0, .15);
display: block;
float: none
}
.artdeco-dropdown:after,
.artdeco-dropdown:before {
content: "";
height: 0;
width: 0
}
.artdeco-dropdown>dl dt~dt {
padding-top: 6px;
border-top: 1px solid rgba(0, 0, 0, .15);
margin-top: 8px
}
.artdeco-dropdown:after,
.artdeco-dropdown:before {
left: 100%;
position: absolute
}
.artdeco-dropdown:before {
border-color: transparent;
border-style: solid;
border-width: 0 10px;
border-bottom: 10px rgba(0, 0, 0, .15) solid;
margin-left: -35px;
top: -10px
}
.artdeco-dropdown:after {
border-color: transparent;
border-style: solid;
border-width: 0 9px;
border-bottom: 9px #fff solid;
margin-left: -34px;
top: -9px
}
.artdeco-dropdown-menu {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
position: relative;
display: inline-block;
max-height: 548px;
padding: 4px 0;
margin: 0
}
.artdeco-dropdown-menu ul[role=tablist] {
border-top: 0
}
@media only screen and (-ms-high-contrast:active) {
.artdeco-dropdown-menu {
border: 1px solid activeborder
}
}
.artdeco-dropdown-menu dl>dt,
.artdeco-dropdown-menu h1,
.artdeco-dropdown-menu h2,
.artdeco-dropdown-menu h3,
.artdeco-dropdown-menu h4,
.artdeco-dropdown-menu h5,
.artdeco-dropdown-menu h6 {
font-size: 1.4rem;
font-weight: 600;
color: rgba(0, 0, 0, .9);
height: 36px;
line-height: normal;
margin-bottom: 0;
padding: 8px 16px;
box-sizing: border-box
}
.artdeco-dropdown-menu dl,
.artdeco-dropdown-menu ol,
.artdeco-dropdown-menu ul {
display: inline-block;
list-style-type: none;
width: 100%
}
.artdeco-dropdown-menu dl a,
.artdeco-dropdown-menu dl button,
.artdeco-dropdown-menu ol a,
.artdeco-dropdown-menu ol button,
.artdeco-dropdown-menu ul a,
.artdeco-dropdown-menu ul button {
font-size: 1.4rem;
font-weight: 600;
color: rgba(0, 0, 0, .6);
display: inline-block;
width: 100%;
min-height: 36px;
line-height: normal;
max-height: 52px;
padding: 8px 16px;
cursor: pointer;
box-sizing: border-box;
word-break: break-all
}
.artdeco-dropdown-menu dl a:not(:first-child),
.artdeco-dropdown-menu dl button:not(:first-child),
.artdeco-dropdown-menu ol a:not(:first-child),
.artdeco-dropdown-menu ol button:not(:first-child),
.artdeco-dropdown-menu ul a:not(:first-child),
.artdeco-dropdown-menu ul button:not(:first-child) {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400
}
.artdeco-dropdown-menu dl a.focus,
.artdeco-dropdown-menu dl a.hover,
.artdeco-dropdown-menu dl a:focus,
.artdeco-dropdown-menu dl a:hover,
.artdeco-dropdown-menu dl button.focus,
.artdeco-dropdown-menu dl button.hover,
.artdeco-dropdown-menu dl button:focus,
.artdeco-dropdown-menu dl button:hover,
.artdeco-dropdown-menu ol a.focus,
.artdeco-dropdown-menu ol a.hover,
.artdeco-dropdown-menu ol a:focus,
.artdeco-dropdown-menu ol a:hover,
.artdeco-dropdown-menu ol button.focus,
.artdeco-dropdown-menu ol button.hover,
.artdeco-dropdown-menu ol button:focus,
.artdeco-dropdown-menu ol button:hover,
.artdeco-dropdown-menu ul a.focus,
.artdeco-dropdown-menu ul a.hover,
.artdeco-dropdown-menu ul a:focus,
.artdeco-dropdown-menu ul a:hover,
.artdeco-dropdown-menu ul button.focus,
.artdeco-dropdown-menu ul button.hover,
.artdeco-dropdown-menu ul button:focus,
.artdeco-dropdown-menu ul button:hover {
color: rgba(0, 0, 0, .75);
text-decoration: none
}
.artdeco-dropdown-menu dl a.active,
.artdeco-dropdown-menu dl a:active,
.artdeco-dropdown-menu dl button.active,
.artdeco-dropdown-menu dl button:active,
.artdeco-dropdown-menu ol a.active,
.artdeco-dropdown-menu ol a:active,
.artdeco-dropdown-menu ol button.active,
.artdeco-dropdown-menu ol button:active,
.artdeco-dropdown-menu ul a.active,
.artdeco-dropdown-menu ul a:active,
.artdeco-dropdown-menu ul button.active,
.artdeco-dropdown-menu ul button:active {
color: #006097;
background: rgba(152, 216, 244, .45)
}
.artdeco-dropdown-menu hr {
margin: 8px 0 4px;
width: 100%;
border-color: rgba(0, 0, 0, .15);
display: block;
float: none
}
.artdeco-dropdown-menu>dl dt~dt {
padding-top: 6px;
border-top: 1px solid rgba(0, 0, 0, .15);
margin-top: 8px
}
.hovercard,
.hovercard-bottom,
.hovercard-left,
.hovercard-right,
.hovercard-top {
font-size: 1.4rem;
line-height: 1.42857;
color: rgba(0, 0, 0, .75);
background-color: #fff;
max-width: 320px;
padding: 14px 16px;
z-index: 999;
background-clip: padding-box
}
.artdeco-dropdown-menu:after,
.artdeco-dropdown-menu:before {
left: 100%;
position: absolute;
display: none
}
.badge,
.badge abbr {
display: inline-block
}
.artdeco-dropdown-menu:before {
border-color: transparent;
border-style: solid;
border-width: 0 10px;
border-bottom: 10px rgba(0, 0, 0, .15) solid;
content: "";
height: 0;
width: 0;
margin-left: -35px;
top: -10px
}
.artdeco-dropdown-menu:after,
.hovercard:after {
border-color: transparent;
border-style: solid;
content: "";
height: 0;
width: 0
}
.artdeco-dropdown-menu:after {
border-width: 0 9px;
border-bottom: 9px #fff solid;
margin-left: -34px;
top: -9px
}
.hovercard {
border-radius: 2px;
opacity: 0;
position: absolute;
visibility: hidden
}
@media only screen and (-ms-high-contrast:active) {
.hovercard {
border: 1px solid activeborder
}
}
.hovercard:after {
border-width: 0 8px;
border-top: 8px #fff solid;
bottom: -8px;
left: 50%;
margin-left: -9px;
position: absolute
}
.hovercard-bottom:after,
.hovercard:before {
border-color: transparent;
border-style: solid
}
.hovercard:before {
border-width: 0 9px;
border-top: 9px rgba(0, 0, 0, .1) solid;
content: "";
height: 0;
width: 0;
bottom: -10px;
left: 50%;
margin-left: -10px;
position: absolute
}
.hovercard.active {
opacity: 1;
transition-delay: 0s;
visibility: visible
}
.hovercard-bottom {
border-radius: 2px;
opacity: 0;
position: absolute;
visibility: hidden
}
@media only screen and (-ms-high-contrast:active) {
.hovercard-bottom {
border: 1px solid activeborder
}
}
.hovercard-bottom:after {
border-width: 0 8px;
border-bottom: 8px #fff solid;
content: "";
height: 0;
width: 0;
top: -8px;
left: 50%;
margin-left: -9px;
position: absolute
}
.hovercard-bottom:before,
.hovercard-top:after {
border-color: transparent;
border-style: solid;
content: "";
height: 0;
width: 0;
left: 50%;
position: absolute
}
.hovercard-bottom:before {
border-width: 0 9px;
border-bottom: 9px rgba(0, 0, 0, .1) solid;
top: -10px;
margin-left: -10px
}
.hovercard-bottom.active {
opacity: 1;
transition-delay: 0s;
visibility: visible
}
.hovercard-top {
border-radius: 2px;
opacity: 0;
position: absolute;
visibility: hidden
}
@media only screen and (-ms-high-contrast:active) {
.hovercard-top {
border: 1px solid activeborder
}
}
.hovercard-top:after {
border-width: 0 8px;
border-top: 8px #fff solid;
bottom: -8px;
margin-left: -9px
}
.hovercard-top:before {
border-color: transparent;
border-style: solid;
border-width: 0 9px;
border-top: 9px rgba(0, 0, 0, .1) solid;
content: "";
height: 0;
width: 0;
bottom: -10px;
left: 50%;
margin-left: -10px;
position: absolute
}
.hovercard-top.active {
opacity: 1;
transition-delay: 0s;
visibility: visible
}
.hovercard-right {
border-radius: 2px;
opacity: 0;
position: absolute;
visibility: hidden
}
@media only screen and (-ms-high-contrast:active) {
.hovercard-right {
border: 1px solid activeborder
}
}
.hovercard-right:after {
border-color: transparent;
border-style: solid;
border-width: 8px 0;
border-right: 8px #fff solid;
content: "";
height: 0;
width: 0;
left: -8px;
top: 50%;
margin-top: -9px;
position: absolute
}
.hovercard-left:after,
.hovercard-right:before {
border-color: transparent;
border-style: solid;
height: 0;
width: 0;
top: 50%;
position: absolute;
content: ""
}
.hovercard-right:before {
border-width: 9px 0;
border-right: 9px rgba(0, 0, 0, .1) solid;
left: -10px;
margin-top: -10px
}
.hovercard-right.active {
opacity: 1;
transition-delay: 0s;
visibility: visible
}
.hovercard-left {
border-radius: 2px;
opacity: 0;
position: absolute;
visibility: hidden
}
@media only screen and (-ms-high-contrast:active) {
.hovercard-left {
border: 1px solid activeborder
}
}
.hovercard-left:after {
border-width: 8px 0;
border-left: 8px #fff solid;
right: -8px;
margin-top: -9px
}
.hovercard-left:before {
border-color: transparent;
border-style: solid;
border-width: 9px 0;
border-left: 9px rgba(0, 0, 0, .1) solid;
content: "";
height: 0;
width: 0;
right: -10px;
top: 50%;
margin-top: -10px;
position: absolute
}
.badge abbr,
.list figure {
position: relative
}
.hovercard-left.active {
opacity: 1;
transition-delay: 0s;
visibility: visible
}
.hovercard,
.hovercard-bottom,
.hovercard-left,
.hovercard-right,
.hovercard-top {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 6px 9px rgba(0, 0, 0, .2);
transition: box-shadow 83ms
}
.list,
.tooltip-inverse {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15)
}
@media screen and (-ms-high-contrast:active) {
.hovercard,
.hovercard-bottom,
.hovercard-left,
.hovercard-right,
.hovercard-top {
border: 1px solid activeborder
}
}
.badge {
background-color: #ff2c33;
border-radius: 14px;
border: 2px solid #fff;
line-height: 0;
margin: 0;
opacity: 1;
padding: 0;
transform-origin: bottom left;
vertical-align: baseline;
width: auto;
animation-name: artdecoBadgeAnimationIn1, artdecoBadgeAnimationIn2;
animation-duration: 345ms, 255ms;
animation-delay: 0s, 345ms;
animation-timing-function: cubic-bezier(.4, 0, 1, 1)
}
@media (max-width:769px) {
.badge {
border-width: 1px;
border-radius: 18px
}
}
.badge abbr {
color: #fff;
border: none;
box-sizing: border-box;
clip: auto;
cursor: default;
font-size: 10px;
font-style: normal;
font-weight: 600;
height: 14px;
line-height: 14px;
min-width: 14px;
padding: 0 4px;
text-align: center;
text-decoration: none;
transition: min-width .15s, height .15s;
vertical-align: top
}
.badge abbr:empty {
width: 8px;
height: 8px;
min-width: 0
}
@media (max-width:769px) {
.badge abbr {
font-size: 12px;
line-height: 18px;
height: 18px;
min-width: 18px
}
.badge abbr:empty {
width: 9px;
height: 9px
}
}
.pagination>li.selected,
.pagination>li>a,
.pagination>li>button {
font-size: 1.4rem;
line-height: 1.42857;
box-sizing: border-box;
padding: 4px;
min-width: 29px;
font-weight: 600
}
.pagination {
list-style: none;
display: flex;
align-items: center;
justify-content: center
}
.pagination>li {
margin-left: 4px;
text-align: center
}
.pagination>li:not(.selected)>a,
.pagination>li:not(.selected)>button {
background-color: #fff
}
.pagination>li>a,
.pagination>li>button {
color: #0073b1;
display: inline-block;
background-color: #fff;
border: 1px solid transparent;
text-decoration: none
}
.pagination>li>a.focus,
.pagination>li>a:focus,
.pagination>li>button.focus,
.pagination>li>button:focus {
border-color: rgba(0, 0, 0, .75);
color: #000
}
.pagination>li.selected {
color: #000;
background-color: rgba(199, 209, 216, .45)
}
.pagination>li.focus>a,
.pagination>li.focus>button,
.pagination>li.hover>a,
.pagination>li.hover>button,
.pagination>li:focus>a,
.pagination>li:focus>button,
.pagination>li:hover>a,
.pagination>li:hover>button {
border-color: rgba(199, 209, 216, .45);
color: rgba(0, 0, 0, .9);
background-color: #fff
}
.divider {
border: 0;
display: block;
height: 1px;
margin: 1rem 0 24px;
padding: 0;
border-color: rgba(0, 0, 0, .15);
border-top: 1px solid rgba(0, 0, 0, .15)
}
@media (max-width:976px) {
.divider {
margin-bottom: 16px
}
}
.list {
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
padding: 16px;
transition: box-shadow 83ms
}
.list ul[role=tablist] {
border-top: 0
}
@media only screen and (-ms-high-contrast:active) {
.list {
border: 1px solid activeborder
}
}
.list h1,
.list h2,
.list h3,
.list h4,
.list h5,
.list h6,
.list>dl>dt {
font-size: 1.6rem;
line-height: 1.5;
color: rgba(0, 0, 0, .9);
margin-bottom: 20px
}
.list>dl>dt {
padding-left: 16px
}
@media (min-width:769px) {
.list {
padding: 24px
}
.list h1,
.list h2,
.list h3,
.list h4,
.list h5,
.list h6,
.list>dl>dt {
font-size: 2rem;
line-height: 1.4;
color: rgba(0, 0, 0, .9);
margin-bottom: 24px
}
}
.list button,
.list>dl,
.list>ol,
.list>ul {
font-size: 1.6rem;
line-height: 1.5;
overflow: hidden
}
.list>dl,
.list>ol,
.list>ul {
color: rgba(0, 0, 0, .9);
list-style: none;
margin-left: -16px;
width: calc(100% + 32px)
}
.list>dl {
margin-top: -8px;
padding-top: 8px
}
.list>dl>dd,
.list>ol>li,
.list>ul>li {
margin: 0 0 16px 16px;
padding-bottom: 16px;
box-shadow: 0 1px 0 0 rgba(0, 0, 0, .15)
}
.list>dl>dd:last-child,
.list>ol>li:last-child,
.list>ul>li:last-child {
box-shadow: none;
margin-bottom: 0
}
.list>dl>dd:after,
.list>ol>li:after,
.list>ul>li:after {
content: "";
display: table;
clear: both
}
.list button {
background: 0 0;
border: none;
border-top: 1px solid rgba(0, 0, 0, .15);
box-sizing: content-box;
cursor: pointer;
display: block;
height: 24px;
margin: 0 -16px -16px;
padding: 16px;
text-align: center;
text-overflow: ellipsis;
width: 100%;
color: rgba(0, 0, 0, .75)
}
.list button li-icon,
.list button svg>svg {
vertical-align: middle
}
.list button li-icon[type^=large-chevron-],
.list button svg>svg[type^=large-chevron-] {
transform: translateY(-12px)
}
.list figure:after {
content: "";
display: block;
width: 100%;
background: #fff;
height: 1px;
position: absolute;
bottom: -17px
}
.small-degree-label {
font-size: 1.2rem;
font-weight: 600;
box-sizing: border-box;
display: inline-block;
border-radius: 2px;
padding: 0 4px;
height: 16px;
color: rgba(0, 0, 0, .9);
background: rgba(199, 209, 216, .45);
line-height: 17px
}
.tooltip,
.tooltip-inverse {
font-size: 1.4rem;
line-height: 1.42857;
padding: 5px 18px 8px;
position: absolute;
z-index: 999;
transform: translateX(-50%);
white-space: nowrap
}
.tooltip {
background-color: rgba(0, 0, 0, .9);
border-radius: 2px;
color: #fff;
opacity: 0;
transition: visibility 0s linear .2s, opacity .2s linear;
visibility: hidden;
bottom: calc(100% + 12px);
left: calc(50%)
}
@media only screen and (-ms-high-contrast:active) {
.tooltip {
border: 1px solid activeborder
}
}
.tooltip-inverse:after,
.tooltip:after {
border-color: transparent;
border-style: solid;
margin-left: -9px
}
.tooltip:after {
border-width: 0 8px;
border-top: 8px rgba(0, 0, 0, .9) solid;
content: "";
height: 0;
width: 0;
bottom: -8px;
left: 50%;
position: absolute
}
.tooltip.active {
opacity: 1;
transition-delay: 0s;
visibility: visible
}
.tooltip-inverse {
background-color: #fff;
border-radius: 2px;
color: rgba(0, 0, 0, .9);
opacity: 0;
transition: visibility 0s linear .2s, opacity .2s linear;
visibility: hidden;
bottom: calc(100% + 12px);
left: calc(50%)
}
.tooltip-inverse:after,
.tooltip-inverse:before {
height: 0;
width: 0;
left: 50%;
position: absolute;
content: ""
}
@media only screen and (-ms-high-contrast:active) {
.tooltip-inverse {
border: 1px solid activeborder
}
}
.tooltip-inverse:after {
border-width: 0 8px;
border-top: 8px #fff solid;
bottom: -8px
}
.tooltip-inverse.active {
opacity: 1;
transition-delay: 0s;
visibility: visible
}
.toggle-24dp input[type=checkbox]:disabled+label,
.toggle-switch input[type=checkbox]:disabled+label {
opacity: .35
}
.tooltip-inverse:before {
border-color: transparent;
border-style: solid;
border-width: 0 9px;
border-top: 9px rgba(0, 0, 0, .1) solid;
bottom: -10px;
margin-left: -10px
}
.toggle-24dp {
height: 32px
}
.toggle-24dp input[type=checkbox]+label {
display: inline-block;
position: relative;
padding: 2px 48px 0 0;
font-size: 1.6rem;
line-height: 1.5;
line-height: 16px;
margin: 0;
color: rgba(0, 0, 0, .9)
}
.EntityContainer,
.facepile-overlap,
.facepile-row {
font-size: 0
}
.toggle-24dp input[type=checkbox]+label:before {
content: "";
display: block;
position: absolute;
width: 40px;
height: 24px;
top: 0;
right: 0;
left: auto;
border-radius: 16px;
transition: background-color .2s ease-out;
background-clip: border-box;
padding: 0;
background-color: rgba(0, 0, 0, .35);
box-shadow: none
}
.toggle-24dp input[type=checkbox]+label:focus:before {
top: -1px;
right: -1px;
box-shadow: 0 0 0 1px rgba(0, 115, 177, .99);
box-sizing: content-box;
background-clip: content-box;
border-radius: 20px;
border: 1px solid transparent
}
@media only screen and (-ms-high-contrast:active) {
.toggle-24dp input[type=checkbox]+label:focus:before {
border: 2px solid windowText
}
}
.toggle-24dp input[type=checkbox]+label:after {
display: block;
content: "";
background-color: #fff;
height: 20px;
width: 20px;
border-radius: 13px;
position: absolute;
top: 0;
right: 16px;
left: auto;
transition: all .5s ease;
background-image: none;
transform: scale(1);
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
margin: 2px
}
.mt0,
.mv0 {
margin-top: 0
}
.mb0,
.mv0,
.striped-table p,
.table p {
margin-bottom: 0
}
@media only screen and (-ms-high-contrast:active) {
.toggle-24dp input[type=checkbox]+label:after {
background: windowText;
border: 1px solid activeborder
}
}
.toggle-24dp input[type=checkbox]:focus+label:before {
top: -1px;
right: -1px;
box-shadow: 0 0 0 1px rgba(0, 115, 177, .99), inset 0 0 0 1px transparent;
box-sizing: content-box;
background-clip: content-box;
border-radius: 20px;
border: 1px solid transparent
}
@media only screen and (-ms-high-contrast:active) {
.toggle-24dp input[type=checkbox]:focus+label:before {
border: 2px solid windowText
}
.toggle-24dp input[type=checkbox]:checked+label:after {
background: buttonFace
}
}
.toggle-24dp input[type=checkbox]:checked+label:focus:before {
box-shadow: 0 0 0 1px rgba(0, 115, 177, .99), inset 0 0 0 1px transparent
}
.toggle-24dp input[type=checkbox]:checked+label:before {
background-color: rgba(0, 115, 177, .99);
border-color: transparent;
box-shadow: none
}
@media only screen and (-ms-high-contrast:active) {
.toggle-24dp input[type=checkbox]:checked+label:before {
background: windowText
}
}
.toggle-24dp input[type=checkbox]:disabled:hover+label:before {
box-shadow: none
}
.toggle-24dp input[type=checkbox]:focus:checked+label:before {
box-shadow: 0 0 0 1px rgba(0, 115, 177, .99), inset 0 0 0 1px transparent
}
.toggle-24dp input[type=checkbox]:checked+label:after {
transform: translateX(16px)
}
artdeco-tabs.vertical-tabs {
display: flex
}
artdeco-tabs.vertical-tabs .artdeco-scrolling-container,
artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist] {
flex-direction: column;
align-items: flex-start;
border-top: none;
border-bottom: none;
overflow: hidden
}
artdeco-tabs.vertical-tabs .artdeco-scrolling-container artdeco-tab[role=tab],
artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab] {
line-height: 40px;
padding: 0 0 0 24px;
width: 100%;
height: 40px;
margin-left: 0
}
.container,
.container-with-shadow {
padding: 16px;
background-color: #fff;
background-clip: padding-box;
transition: box-shadow 83ms
}
artdeco-tabs.vertical-tabs .artdeco-scrolling-container artdeco-tab[role=tab]::before,
artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab]::before {
height: 100%;
width: 4px;
right: initial;
top: 0;
position: absolute
}
artdeco-tabs.vertical-tabs .artdeco-scrolling-container artdeco-tab[role=tab]:first-child,
artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist] artdeco-tab[role=tab]:first-child {
margin-left: 0
}
artdeco-tabs.vertical-tabs .artdeco-scrolling-container .artdeco-transport,
artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist] .artdeco-transport {
display: none!important
}
.container-premium-with-shadow:before,
.container-premium:before {
content: ' ';
display: block;
height: 4px;
width: 100%;
top: 0;
left: 0;
box-sizing: border-box
}
artdeco-tabs.vertical-tabs .artdeco-scrolling-container artdeco-tabpanel[role=tabpanel],
artdeco-tabs.vertical-tabs artdeco-tablist[role=tablist] artdeco-tabpanel[role=tabpanel] {
float: right
}
.Elevation-0dp {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
transition: box-shadow 83ms
}
.Elevation-2dp {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
transition: box-shadow 83ms
}
.Elevation-4dp {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 4px 6px rgba(0, 0, 0, .2);
transition: box-shadow 83ms
}
.Elevation-6dp,
.img-edit-button__dropdown-options {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 6px 9px rgba(0, 0, 0, .2)
}
.Elevation-6dp {
transition: box-shadow 83ms
}
@media screen and (-ms-high-contrast:active) {
.Elevation-0dp,
.Elevation-2dp,
.Elevation-4dp,
.Elevation-6dp {
border: 1px solid activeborder
}
}
.container {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
border-radius: 2px
}
@media screen and (-ms-high-contrast:active) {
.container {
border: 1px solid activeborder
}
}
.container ul[role=tablist] {
border-top: 0
}
.container-with-shadow {
border-radius: 2px;
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2)
}
.container-with-shadow ul[role=tablist] {
border-top: 0
}
@media screen and (-ms-high-contrast:active) {
.container-with-shadow {
border: 1px solid activeborder
}
}
.container-premium {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
padding: 20px 16px 16px;
transition: box-shadow 83ms;
position: relative
}
.container-premium-with-shadow,
.striped-table,
.table {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2)
}
@media screen and (-ms-high-contrast:active) {
.container-premium {
border: 1px solid activeborder
}
}
.container-premium ul[role=tablist] {
border-top: 0
}
.container-premium:before {
position: absolute;
background: linear-gradient(45deg, #af9b62 0, #f1e8c5 70%, #c5b583 100%);
border-radius: 2px 2px 0 0;
padding: 0 16px
}
.container-premium-with-shadow {
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
padding: 20px 16px 16px;
position: relative;
transition: box-shadow 83ms
}
.container-premium-with-shadow ul[role=tablist] {
border-top: 0
}
.container-premium-with-shadow:before {
position: absolute;
background: linear-gradient(45deg, #af9b62 0, #f1e8c5 70%, #c5b583 100%);
border-radius: 2px 2px 0 0;
padding: 0 16px
}
@media screen and (-ms-high-contrast:active) {
.container-premium-with-shadow {
border: 1px solid activeborder
}
}
.EntityPhoto-square-1 {
width: 32px;
height: 32px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
border-radius: 6px
}
.EntityPhoto-square-1-ghost-company,
.EntityPhoto-square-1-ghost-content {
border: 4px solid transparent;
width: 32px;
box-sizing: border-box;
background-clip: content-box;
background-color: #cfcfcf;
display: inline-block
}
.EntityPhoto-square-1-ghost-company {
height: 32px;
background-image: url(/sc/h/ck48xrmh3ctwna0w2y1hos0ln);
border-radius: 6px
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-square-1-ghost-company {
background-image: none
}
.EntityPhoto-square-1-ghost-company:after {
content: url(/sc/h/ck48xrmh3ctwna0w2y1hos0ln);
height: 100%
}
}
.EntityPhoto-square-1-ghost-content {
height: 32px;
background-image: url(/sc/h/60zxzzekdyijj4i2nild6h4cl);
border-radius: 6px
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-square-1-ghost-content {
background-image: none
}
.EntityPhoto-square-1-ghost-content:after {
content: url(/sc/h/60zxzzekdyijj4i2nild6h4cl);
height: 100%
}
}
.EntityPhoto-square-1-ghost-school {
width: 32px;
height: 32px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
background-image: url(/sc/h/8zyvax2j09k9jfspjn2wi17un);
border-radius: 6px;
background-color: #cfcfcf;
display: inline-block
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-square-1-ghost-school {
background-image: none
}
.EntityPhoto-square-1-ghost-school:after {
content: url(/sc/h/8zyvax2j09k9jfspjn2wi17un);
height: 100%
}
}
.EntityPhoto-square-2,
.EntityPhoto-square-2-ghost-company {
width: 40px;
height: 40px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent
}
.EntityPhoto-square-2 {
border-radius: 6px
}
.EntityPhoto-square-2-ghost-company {
background-image: url(/sc/h/ck48xrmh3ctwna0w2y1hos0ln);
border-radius: 6px;
background-color: #cfcfcf;
display: inline-block
}
.EntityPhoto-square-2-ghost-content,
.EntityPhoto-square-2-ghost-group {
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
width: 40px;
background-color: #cfcfcf;
display: inline-block
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-square-2-ghost-company {
background-image: none
}
.EntityPhoto-square-2-ghost-company:after {
content: url(/sc/h/ck48xrmh3ctwna0w2y1hos0ln);
height: 100%
}
}
.EntityPhoto-square-2-ghost-content {
height: 40px;
background-image: url(/sc/h/60zxzzekdyijj4i2nild6h4cl);
border-radius: 6px
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-square-2-ghost-content {
background-image: none
}
.EntityPhoto-square-2-ghost-content:after {
content: url(/sc/h/60zxzzekdyijj4i2nild6h4cl);
height: 100%
}
}
.EntityPhoto-square-2-ghost-group {
height: 40px;
background-image: url(/sc/h/elt73bjdfklnx1hy5ssvzgc4i);
border-radius: 6px
}
.EntityPhoto-square-2-ghost-school,
.EntityPhoto-square-3 {
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-square-2-ghost-group {
background-image: none
}
.EntityPhoto-square-2-ghost-group:after {
content: url(/sc/h/elt73bjdfklnx1hy5ssvzgc4i);
height: 100%
}
}
.EntityPhoto-square-2-ghost-school {
width: 40px;
height: 40px;
background-image: url(/sc/h/8zyvax2j09k9jfspjn2wi17un);
border-radius: 6px;
background-color: #cfcfcf;
display: inline-block
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-square-2-ghost-school {
background-image: none
}
.EntityPhoto-square-2-ghost-school:after {
content: url(/sc/h/8zyvax2j09k9jfspjn2wi17un);
height: 100%
}
}
.EntityPhoto-square-3 {
width: 48px;
height: 48px;
border-radius: 6px
}
.EntityPhoto-square-3-ghost-company,
.EntityPhoto-square-3-ghost-content {
border: 4px solid transparent;
width: 48px;
display: inline-block;
box-sizing: border-box;
background-clip: content-box;
background-color: #cfcfcf
}
.EntityPhoto-square-3-ghost-company {
height: 48px;
background-image: url(/sc/h/ck48xrmh3ctwna0w2y1hos0ln);
border-radius: 6px
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-square-3-ghost-company {
background-image: none
}
.EntityPhoto-square-3-ghost-company:after {
content: url(/sc/h/ck48xrmh3ctwna0w2y1hos0ln);
height: 100%
}
}
.EntityPhoto-square-3-ghost-content {
height: 48px;
background-image: url(/sc/h/60zxzzekdyijj4i2nild6h4cl);
border-radius: 6px
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-square-3-ghost-content {
background-image: none
}
.EntityPhoto-square-3-ghost-content:after {
content: url(/sc/h/60zxzzekdyijj4i2nild6h4cl);
height: 100%
}
}
.EntityPhoto-square-3-ghost-school {
width: 48px;
height: 48px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
background-image: url(/sc/h/8zyvax2j09k9jfspjn2wi17un);
border-radius: 6px;
background-color: #cfcfcf;
display: inline-block
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-square-3-ghost-school {
background-image: none
}
.EntityPhoto-square-3-ghost-school:after {
content: url(/sc/h/8zyvax2j09k9jfspjn2wi17un);
height: 100%
}
}
.EntityPhoto-square-3-stackedFacepile {
box-sizing: border-box;
background-clip: content-box;
border: 2px solid #fff;
border-radius: 6px;
width: 44px;
height: 44px
}
.EntityPhoto-square-4,
.EntityPhoto-square-4-ghost-company {
height: 56px;
border: 4px solid transparent;
width: 56px;
box-sizing: border-box;
background-clip: content-box
}
.EntityPhoto-square-3-stackedFacepile:nth-of-type(1n+2) {
margin-left: -20px
}
[dir=rtl] .EntityPhoto-square-3-stackedFacepile {
margin-left: 0;
margin-right: -18px
}
[dir=rtl] .EntityPhoto-square-3-stackedFacepile:nth-of-type(1),
[dir=rtl] .EntityPhoto-square-3-stackedFacepile:nth-of-type(1n+2) {
margin-left: 0;
margin-right: -20px
}
.EntityPhoto-square-3-stackedFacepile:nth-of-type(1n+13) {
display: none
}
.EntityPhoto-square-4 {
border-radius: 6px
}
.EntityPhoto-square-4-ghost-company {
background-image: url(/sc/h/ck48xrmh3ctwna0w2y1hos0ln);
border-radius: 6px;
background-color: #cfcfcf;
display: inline-block
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-square-4-ghost-company {
background-image: none
}
.EntityPhoto-square-4-ghost-company:after {
content: url(/sc/h/ck48xrmh3ctwna0w2y1hos0ln);
height: 100%
}
}
.EntityPhoto-square-4-ghost-content {
width: 56px;
height: 56px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
background-image: url(/sc/h/60zxzzekdyijj4i2nild6h4cl);
border-radius: 6px;
background-color: #cfcfcf;
display: inline-block
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-square-4-ghost-content {
background-image: none
}
.EntityPhoto-square-4-ghost-content:after {
content: url(/sc/h/60zxzzekdyijj4i2nild6h4cl);
height: 100%
}
}
.EntityPhoto-square-4-ghost-group,
.EntityPhoto-square-4-group {
height: 56px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
width: 56px
}
.EntityPhoto-square-4-group {
border-radius: 6px
}
.EntityPhoto-square-4-ghost-group {
background-image: url(/sc/h/elt73bjdfklnx1hy5ssvzgc4i);
border-radius: 6px;
background-color: #cfcfcf;
display: inline-block
}
.EntityPhoto-square-4-ghost-school,
.EntityPhoto-square-5 {
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-square-4-ghost-group {
background-image: none
}
.EntityPhoto-square-4-ghost-group:after {
content: url(/sc/h/elt73bjdfklnx1hy5ssvzgc4i);
height: 100%
}
}
.EntityPhoto-square-4-ghost-school {
width: 56px;
height: 56px;
background-image: url(/sc/h/8zyvax2j09k9jfspjn2wi17un);
border-radius: 6px;
background-color: #cfcfcf;
display: inline-block
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-square-4-ghost-school {
background-image: none
}
.EntityPhoto-square-4-ghost-school:after {
content: url(/sc/h/8zyvax2j09k9jfspjn2wi17un);
height: 100%
}
}
.EntityPhoto-square-5 {
width: 72px;
height: 72px;
border-radius: 6px
}
.EntityPhoto-square-6,
.EntityPhoto-square-7 {
border: 4px solid transparent;
background-clip: content-box;
box-sizing: border-box
}
.EntityPhoto-square-6 {
width: 88px;
height: 88px;
border-radius: 6px
}
.EntityPhoto-square-7 {
width: 104px;
height: 104px;
border-radius: 6px
}
.EntityPhoto-square-9 {
width: 200px;
height: 200px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
border-radius: 6px
}
.EntityPhoto-circle-1 {
width: 32px;
height: 32px;
box-sizing: border-box;
background-clip: content-box;
border: 3px solid transparent;
border-radius: 49.9%
}
.EntityPhoto-circle-1-rollup {
box-sizing: border-box;
border: 1px solid rgba(0, 0, 0, .6);
border-radius: 49.9%;
transform: translateY(-50%) translateY(2px) translateX(3px);
font-size: 1.2rem;
color: rgba(0, 0, 0, .6);
display: inline-block;
background: #fff;
text-align: center;
z-index: 2;
width: 26px;
height: 26px;
line-height: 26px
}
[dir=rtl] .EntityPhoto-circle-1-rollup {
transform: translateY(-50%) translateY(2px) translateX(3px)
}
.EntityPhoto-circle-1-rollup:before {
border-radius: 49.9%
}
.EntityPhoto-circle-1-ghost-person {
width: 32px;
height: 32px;
box-sizing: border-box;
background-clip: content-box;
border: 3px solid transparent;
background-image: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
border-radius: 49.9%;
background-color: #cfcfcf;
display: inline-block
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-circle-1-ghost-person {
background-image: none
}
.EntityPhoto-circle-1-ghost-person:after {
content: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
height: 100%
}
}
.EntityPhoto-circle-1-ghost-person-stackedFacepile {
box-sizing: border-box;
background-clip: content-box;
border: 1px solid #fff;
background-image: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
border-radius: 49.9%;
width: 28px;
height: 28px;
background-color: #cfcfcf;
display: inline-block
}
.EntityPhoto-circle-1-ghost-person-stackedFacepile:nth-of-type(1n+13),
.EntityPhoto-circle-1-stackedFacepile:nth-of-type(1n+13) {
display: none
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-circle-1-ghost-person-stackedFacepile {
background-image: none
}
.EntityPhoto-circle-1-ghost-person-stackedFacepile:after {
content: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
height: 100%
}
}
.EntityPhoto-circle-1-ghost-person-stackedFacepile:nth-of-type(1n+2) {
margin-left: -12px
}
[dir=rtl] .EntityPhoto-circle-1-ghost-person-stackedFacepile {
margin-left: 0;
margin-right: -11px
}
[dir=rtl] .EntityPhoto-circle-1-ghost-person-stackedFacepile:nth-of-type(1),
[dir=rtl] .EntityPhoto-circle-1-ghost-person-stackedFacepile:nth-of-type(1n+2) {
margin-left: 0;
margin-right: -12px
}
.EntityPhoto-circle-1-stackedFacepile {
box-sizing: border-box;
background-clip: content-box;
border: 1px solid #fff;
border-radius: 49.9%;
width: 28px;
height: 28px
}
.EntityPhoto-circle-2,
.EntityPhoto-circle-2-ghost-person {
width: 40px;
height: 40px;
box-sizing: border-box;
background-clip: content-box
}
.EntityPhoto-circle-1-stackedFacepile:nth-of-type(1n+2) {
margin-left: -12px
}
[dir=rtl] .EntityPhoto-circle-1-stackedFacepile {
margin-left: 0;
margin-right: -11px
}
[dir=rtl] .EntityPhoto-circle-1-stackedFacepile:nth-of-type(1),
[dir=rtl] .EntityPhoto-circle-1-stackedFacepile:nth-of-type(1n+2) {
margin-left: 0;
margin-right: -12px
}
.EntityPhoto-circle-2 {
border: 3px solid transparent;
border-radius: 49.9%
}
.EntityPhoto-circle-2-ghost-person {
border: 3px solid transparent;
background-image: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
border-radius: 49.9%;
background-color: #cfcfcf;
display: inline-block
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-circle-2-ghost-person {
background-image: none
}
.EntityPhoto-circle-2-ghost-person:after {
content: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
height: 100%
}
}
.EntityPhoto-circle-2-stackedFacepile {
box-sizing: border-box;
background-clip: content-box;
border: 1px solid #fff;
border-radius: 49.9%;
width: 36px;
height: 36px
}
.EntityPhoto-circle-3,
.EntityPhoto-circle-3-ghost-person {
width: 48px;
height: 48px;
box-sizing: border-box;
background-clip: content-box
}
.EntityPhoto-circle-2-stackedFacepile:nth-of-type(1n+2) {
margin-left: -16px
}
[dir=rtl] .EntityPhoto-circle-2-stackedFacepile {
margin-left: 0;
margin-right: -15px
}
[dir=rtl] .EntityPhoto-circle-2-stackedFacepile:nth-of-type(1),
[dir=rtl] .EntityPhoto-circle-2-stackedFacepile:nth-of-type(1n+2) {
margin-left: 0;
margin-right: -16px
}
.EntityPhoto-circle-2-stackedFacepile:nth-of-type(1n+13) {
display: none
}
.EntityPhoto-circle-3 {
border: 2px solid transparent;
border-radius: 49.9%
}
.EntityPhoto-circle-3-ghost-person {
border: 2px solid transparent;
background-image: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
border-radius: 49.9%;
background-color: #cfcfcf;
display: inline-block
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-circle-3-ghost-person {
background-image: none
}
.EntityPhoto-circle-3-ghost-person:after {
content: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
height: 100%
}
}
.EntityPhoto-circle-3-rollup {
box-sizing: border-box;
border: 1px solid rgba(0, 0, 0, .6);
border-radius: 49.9%;
transform: translateY(-50%) translateY(4px) translateX(2px);
font-size: 1.4rem;
color: rgba(0, 0, 0, .6);
display: inline-block;
background: #fff;
text-align: center;
z-index: 2;
width: 44px;
height: 44px;
line-height: 44px
}
.EntityPhoto-circle-3-stackedFacepile:nth-of-type(1n+13),
.EntityPhoto-circle-4-stackedFacepile:nth-of-type(1n+13) {
display: none
}
[dir=rtl] .EntityPhoto-circle-3-rollup {
transform: translateY(-50%) translateY(4px) translateX(2px)
}
.EntityPhoto-circle-3-rollup:before {
border-radius: 49.9%
}
.EntityPhoto-circle-3-stackedFacepile {
box-sizing: border-box;
background-clip: content-box;
border: 2px solid #fff;
border-radius: 49.9%;
width: 48px;
height: 48px
}
.EntityPhoto-circle-4,
.EntityPhoto-circle-4-ghost-person,
.EntityPhoto-circle-4-stackedFacepile {
width: 56px;
height: 56px;
box-sizing: border-box;
background-clip: content-box
}
.EntityPhoto-circle-3-stackedFacepile:nth-of-type(1n+2) {
margin-left: -24px
}
[dir=rtl] .EntityPhoto-circle-3-stackedFacepile {
margin-left: 0;
margin-right: -22px
}
[dir=rtl] .EntityPhoto-circle-3-stackedFacepile:nth-of-type(1),
[dir=rtl] .EntityPhoto-circle-3-stackedFacepile:nth-of-type(1n+2) {
margin-left: 0;
margin-right: -24px
}
.EntityPhoto-circle-4 {
border: 2px solid transparent;
border-radius: 49.9%
}
.EntityPhoto-circle-4-stackedFacepile {
border: 2px solid #fff;
border-radius: 49.9%
}
.EntityPhoto-circle-4-stackedFacepile:nth-of-type(1n+2) {
margin-left: -28px
}
[dir=rtl] .EntityPhoto-circle-4-stackedFacepile {
margin-left: 0;
margin-right: -26px
}
[dir=rtl] .EntityPhoto-circle-4-stackedFacepile:nth-of-type(1),
[dir=rtl] .EntityPhoto-circle-4-stackedFacepile:nth-of-type(1n+2) {
margin-left: 0;
margin-right: -28px
}
.EntityPhoto-circle-4-ghost-person {
border: 2px solid transparent;
background-image: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
border-radius: 49.9%;
background-color: #cfcfcf;
display: inline-block
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-circle-4-ghost-person {
background-image: none
}
.EntityPhoto-circle-4-ghost-person:after {
content: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
height: 100%
}
}
.EntityPhoto-circle-4-rollup,
.EntityPhoto-circle-4-stackedRollup {
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
z-index: 2;
width: 52px;
height: 52px;
line-height: 52px;
display: inline-block;
background: #fff;
text-align: center;
font-size: 1.4rem
}
.EntityPhoto-circle-4-rollup {
border: 1px solid rgba(0, 0, 0, .6);
border-radius: 49.9%;
transform: translateY(-50%) translateY(5px) translateX(1px)
}
[dir=rtl] .EntityPhoto-circle-4-rollup {
transform: translateY(-50%) translateY(5px) translateX(1px)
}
.EntityPhoto-circle-4-rollup:before {
border-radius: 49.9%
}
.EntityPhoto-circle-4-stackedRollup {
border: 1px solid rgba(0, 0, 0, .6);
border-radius: 49.9%;
transform: translateY(-50%) translateY(4px);
margin-left: -26px
}
.mh0,
.ml0 {
margin-left: 0
}
.EntityPhoto-circle-5,
.EntityPhoto-circle-5-ghost-person {
width: 72px;
height: 72px;
box-sizing: border-box;
background-clip: content-box
}
[dir=rtl] .EntityPhoto-circle-4-stackedRollup {
margin-left: 0;
margin-right: -26px
}
.EntityPhoto-circle-4-stackedRollup:before {
left: -3px;
top: -3px;
bottom: -3px;
right: -3px;
display: block;
position: absolute;
content: "";
border: 2px solid #fff;
z-index: -1;
border-radius: 49.9%
}
.EntityPhoto-circle-5 {
border: 1px solid transparent;
border-radius: 49.9%
}
.EntityPhoto-circle-5-ghost-person {
border: 1px solid transparent;
background-image: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
border-radius: 49.9%;
background-color: #cfcfcf;
display: inline-block
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-circle-5-ghost-person {
background-image: none
}
.EntityPhoto-circle-5-ghost-person:after {
content: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
height: 100%
}
}
.EntityPhoto-circle-6,
.EntityPhoto-circle-6-ghost-person {
width: 88px;
height: 88px;
box-sizing: border-box;
background-clip: content-box
}
.EntityPhoto-circle-6 {
border: 1px solid transparent;
border-radius: 49.9%
}
.EntityPhoto-circle-6-ghost-person {
border: 1px solid transparent;
background-image: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
border-radius: 49.9%;
background-color: #cfcfcf;
display: inline-block
}
@media only screen and (-ms-high-contrast:active) {
.EntityPhoto-circle-6-ghost-person {
background-image: none
}
.EntityPhoto-circle-6-ghost-person:after {
content: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
height: 100%
}
}
.EntityPhoto-circle-7 {
width: 104px;
height: 104px;
box-sizing: border-box;
background-clip: content-box;
border: 0 solid transparent;
border-radius: 49.9%
}
.EntityPhoto-circle-8 {
width: 128px;
height: 128px;
box-sizing: border-box;
background-clip: content-box;
border: 0 solid transparent;
border-radius: 49.9%
}
.EntityLockup-square-2 {
display: table
}
.EntityLockup-square-2>figure {
display: table-cell;
vertical-align: top
}
.EntityLockup-square-2>figure i,
.EntityLockup-square-2>figure img {
width: 40px;
height: 40px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
border-radius: 6px;
display: inline-block;
margin-right: 8px;
object-fit: scale-down;
vertical-align: middle
}
.EntityLockup-square-2 dl {
width: 100%;
display: table-cell;
vertical-align: middle
}
.EntityLockup-square-2 dt {
display: inline-block;
vertical-align: middle
}
.EntityLockup-square-2 dt,
.EntityLockup-square-2 dt h2,
.EntityLockup-square-2 dt h3,
.EntityLockup-square-2 dt h4,
.EntityLockup-square-2 dt h5,
.EntityLockup-square-2 dt h6 {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin: 0
}
.EntityLockup-square-2 .badge,
.EntityLockup-square-2 dd:not(.badge) {
font-size: 1.2rem;
line-height: 1.33333;
color: rgba(0, 0, 0, .6)
}
.EntityLockup-square-2 .badge {
display: inline-block;
font-weight: 400;
padding: 0 4px
}
.EntityLockup-square-2 .badge:before {
content: "·";
margin-right: 8px
}
.EntityLockup-square-2-company {
display: table
}
.EntityLockup-square-2-company>figure {
display: table-cell;
vertical-align: top
}
.EntityLockup-square-2-company>figure i,
.EntityLockup-square-2-company>figure img {
width: 40px;
height: 40px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
border-radius: 6px;
display: inline-block;
margin-right: 8px;
object-fit: scale-down;
vertical-align: middle
}
.EntityLockup-square-2-company dl {
width: 100%;
display: table-cell;
vertical-align: middle
}
.EntityLockup-square-2-company dt {
display: inline-block;
vertical-align: middle
}
.EntityLockup-square-2-company dt,
.EntityLockup-square-2-company dt h2,
.EntityLockup-square-2-company dt h3,
.EntityLockup-square-2-company dt h4,
.EntityLockup-square-2-company dt h5,
.EntityLockup-square-2-company dt h6 {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin: 0
}
.EntityLockup-square-2-company .badge,
.EntityLockup-square-2-company dd:not(.badge) {
font-size: 1.2rem;
line-height: 1.33333;
color: rgba(0, 0, 0, .6)
}
.EntityLockup-square-2-company .badge {
display: inline-block;
font-weight: 400;
padding: 0 4px
}
.EntityLockup-square-2-company .badge:before {
content: "·";
margin-right: 8px
}
.EntityLockup-square-2-ghost-company {
display: table
}
.EntityLockup-square-2-ghost-company>figure {
display: table-cell;
vertical-align: top
}
.EntityLockup-square-2-ghost-company>figure i,
.EntityLockup-square-2-ghost-company>figure img {
width: 40px;
height: 40px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
background-image: url(/sc/h/ck48xrmh3ctwna0w2y1hos0ln);
border-radius: 6px;
background-color: #827be9;
display: inline-block;
margin-right: 8px;
object-fit: scale-down;
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.EntityLockup-square-2-ghost-company>figure i,
.EntityLockup-square-2-ghost-company>figure img {
background-image: none
}
.EntityLockup-square-2-ghost-company>figure i:after,
.EntityLockup-square-2-ghost-company>figure img:after {
content: url(/sc/h/ck48xrmh3ctwna0w2y1hos0ln);
height: 100%
}
}
.EntityLockup-square-2-ghost-company dl {
width: 100%;
display: table-cell;
vertical-align: middle
}
.EntityLockup-square-2-ghost-company dt {
display: inline-block;
vertical-align: middle
}
.EntityLockup-square-2-ghost-company dt,
.EntityLockup-square-2-ghost-company dt h2,
.EntityLockup-square-2-ghost-company dt h3,
.EntityLockup-square-2-ghost-company dt h4,
.EntityLockup-square-2-ghost-company dt h5,
.EntityLockup-square-2-ghost-company dt h6 {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin: 0
}
.EntityLockup-square-2-ghost-company .badge,
.EntityLockup-square-2-ghost-company dd:not(.badge) {
font-size: 1.2rem;
line-height: 1.33333;
color: rgba(0, 0, 0, .6)
}
.EntityLockup-square-2-ghost-company .badge {
display: inline-block;
font-weight: 400;
padding: 0 4px
}
.EntityLockup-square-2-ghost-company .badge:before {
content: "·";
margin-right: 8px
}
.EntityLockup-square-2-ghost-school {
display: table
}
.EntityLockup-square-2-ghost-school>figure {
display: table-cell;
vertical-align: top
}
.EntityLockup-square-2-ghost-school>figure i,
.EntityLockup-square-2-ghost-school>figure img {
width: 40px;
height: 40px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
background-image: url(/sc/h/8zyvax2j09k9jfspjn2wi17un);
border-radius: 6px;
background-color: #827be9;
display: inline-block;
margin-right: 8px;
object-fit: scale-down;
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.EntityLockup-square-2-ghost-school>figure i,
.EntityLockup-square-2-ghost-school>figure img {
background-image: none
}
.EntityLockup-square-2-ghost-school>figure i:after,
.EntityLockup-square-2-ghost-school>figure img:after {
content: url(/sc/h/8zyvax2j09k9jfspjn2wi17un);
height: 100%
}
}
.EntityLockup-square-2-ghost-school dl {
width: 100%;
display: table-cell;
vertical-align: middle
}
.EntityLockup-square-2-ghost-school dt {
display: inline-block;
vertical-align: middle
}
.EntityLockup-square-2-ghost-school dt,
.EntityLockup-square-2-ghost-school dt h2,
.EntityLockup-square-2-ghost-school dt h3,
.EntityLockup-square-2-ghost-school dt h4,
.EntityLockup-square-2-ghost-school dt h5,
.EntityLockup-square-2-ghost-school dt h6 {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin: 0
}
.EntityLockup-square-2-ghost-school .badge,
.EntityLockup-square-2-ghost-school dd:not(.badge) {
font-size: 1.2rem;
line-height: 1.33333;
color: rgba(0, 0, 0, .6)
}
.EntityLockup-square-2-ghost-school .badge {
display: inline-block;
font-weight: 400;
padding: 0 4px
}
.EntityLockup-square-2-ghost-school .badge:before {
content: "·";
margin-right: 8px
}
.EntityLockup-square-4-ghost-company {
display: table
}
.EntityLockup-square-4-ghost-company>figure {
display: table-cell;
vertical-align: top
}
.EntityLockup-square-4-ghost-company>figure i,
.EntityLockup-square-4-ghost-company>figure img {
width: 56px;
height: 56px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
background-image: url(/sc/h/ck48xrmh3ctwna0w2y1hos0ln);
border-radius: 6px;
background-color: #827be9;
display: inline-block;
margin-right: 8px;
object-fit: scale-down;
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.EntityLockup-square-4-ghost-company>figure i,
.EntityLockup-square-4-ghost-company>figure img {
background-image: none
}
.EntityLockup-square-4-ghost-company>figure i:after,
.EntityLockup-square-4-ghost-company>figure img:after {
content: url(/sc/h/ck48xrmh3ctwna0w2y1hos0ln);
height: 100%
}
}
.EntityLockup-square-4-ghost-company dl {
width: 100%;
display: table-cell;
vertical-align: middle
}
.EntityLockup-square-4-ghost-company dt {
display: inline-block;
vertical-align: middle
}
.EntityLockup-square-4-ghost-company dt,
.EntityLockup-square-4-ghost-company dt h2,
.EntityLockup-square-4-ghost-company dt h3,
.EntityLockup-square-4-ghost-company dt h4,
.EntityLockup-square-4-ghost-company dt h5,
.EntityLockup-square-4-ghost-company dt h6 {
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin: 0
}
.EntityLockup-square-4-ghost-company .badge,
.EntityLockup-square-4-ghost-company dd:not(.badge) {
font-size: 1.4rem;
line-height: 1.42857;
color: rgba(0, 0, 0, .6)
}
.EntityLockup-square-4-ghost-company .badge {
display: inline-block;
font-weight: 400;
padding: 0 8px
}
.EntityLockup-square-4-ghost-company .badge:before {
content: "·";
margin-right: 8px
}
.EntityLockup-square-4-ghost-school {
display: table
}
.EntityLockup-square-4-ghost-school>figure {
display: table-cell;
vertical-align: top
}
.EntityLockup-square-4-ghost-school>figure i,
.EntityLockup-square-4-ghost-school>figure img {
width: 56px;
height: 56px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
background-image: url(/sc/h/8zyvax2j09k9jfspjn2wi17un);
border-radius: 6px;
background-color: #827be9;
display: inline-block;
margin-right: 8px;
object-fit: scale-down;
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.EntityLockup-square-4-ghost-school>figure i,
.EntityLockup-square-4-ghost-school>figure img {
background-image: none
}
.EntityLockup-square-4-ghost-school>figure i:after,
.EntityLockup-square-4-ghost-school>figure img:after {
content: url(/sc/h/8zyvax2j09k9jfspjn2wi17un);
height: 100%
}
}
.EntityLockup-square-4-ghost-school dl {
width: 100%;
display: table-cell;
vertical-align: middle
}
.EntityLockup-square-4-ghost-school dt {
display: inline-block;
vertical-align: middle
}
.EntityLockup-square-4-ghost-school dt,
.EntityLockup-square-4-ghost-school dt h2,
.EntityLockup-square-4-ghost-school dt h3,
.EntityLockup-square-4-ghost-school dt h4,
.EntityLockup-square-4-ghost-school dt h5,
.EntityLockup-square-4-ghost-school dt h6 {
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin: 0
}
.EntityLockup-square-4-ghost-school .badge,
.EntityLockup-square-4-ghost-school dd:not(.badge) {
font-size: 1.4rem;
line-height: 1.42857;
color: rgba(0, 0, 0, .6)
}
.EntityLockup-square-4-ghost-school .badge {
display: inline-block;
font-weight: 400;
padding: 0 8px
}
.EntityLockup-square-4-ghost-school .badge:before {
content: "·";
margin-right: 8px
}
.EntityLockup-square-4 {
display: table
}
.EntityLockup-square-4>figure {
display: table-cell;
vertical-align: top
}
.EntityLockup-square-4>figure i,
.EntityLockup-square-4>figure img {
width: 56px;
height: 56px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
border-radius: 6px;
display: inline-block;
margin-right: 8px;
object-fit: scale-down;
vertical-align: middle
}
.EntityLockup-square-4 dl {
width: 100%;
display: table-cell;
vertical-align: middle
}
.EntityLockup-square-4 dt {
display: inline-block;
vertical-align: middle
}
.EntityLockup-square-4 dt,
.EntityLockup-square-4 dt h2,
.EntityLockup-square-4 dt h3,
.EntityLockup-square-4 dt h4,
.EntityLockup-square-4 dt h5,
.EntityLockup-square-4 dt h6 {
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin: 0
}
.EntityLockup-square-4 .badge,
.EntityLockup-square-4 dd:not(.badge) {
font-size: 1.4rem;
line-height: 1.42857;
color: rgba(0, 0, 0, .6)
}
.EntityLockup-square-4 .badge {
display: inline-block;
font-weight: 400;
padding: 0 8px
}
.EntityLockup-square-4 .badge:before {
content: "·";
margin-right: 8px
}
.EntityLockup-square-5-ghost-company {
display: table
}
.EntityLockup-square-5-ghost-company>figure {
display: table-cell;
vertical-align: top
}
.EntityLockup-square-5-ghost-company>figure i,
.EntityLockup-square-5-ghost-company>figure img {
width: 72px;
height: 72px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
background-image: url(/sc/h/ck48xrmh3ctwna0w2y1hos0ln);
border-radius: 6px;
background-color: #827be9;
display: inline-block;
margin-right: 8px;
object-fit: scale-down;
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.EntityLockup-square-5-ghost-company>figure i,
.EntityLockup-square-5-ghost-company>figure img {
background-image: none
}
.EntityLockup-square-5-ghost-company>figure i:after,
.EntityLockup-square-5-ghost-company>figure img:after {
content: url(/sc/h/ck48xrmh3ctwna0w2y1hos0ln);
height: 100%
}
}
.EntityLockup-square-5-ghost-company dl {
width: 100%;
display: table-cell;
vertical-align: middle
}
.EntityLockup-square-5-ghost-company dt {
display: inline-block;
vertical-align: middle
}
.EntityLockup-square-5-ghost-company dt,
.EntityLockup-square-5-ghost-company dt h2,
.EntityLockup-square-5-ghost-company dt h3,
.EntityLockup-square-5-ghost-company dt h4,
.EntityLockup-square-5-ghost-company dt h5,
.EntityLockup-square-5-ghost-company dt h6 {
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin: 0
}
.EntityLockup-square-5-ghost-company .badge,
.EntityLockup-square-5-ghost-company dd:not(.badge) {
color: rgba(0, 0, 0, .6);
font-size: 1.6rem;
line-height: 1.5
}
.EntityLockup-square-5-ghost-company .badge {
display: inline-block;
font-weight: 400;
padding: 0 8px
}
.EntityLockup-square-5-ghost-company .badge:before {
content: "·";
margin-right: 8px
}
.EntityLockup-square-5 {
display: table
}
.EntityLockup-square-5>figure {
display: table-cell;
vertical-align: top
}
.EntityLockup-square-5>figure i,
.EntityLockup-square-5>figure img {
width: 72px;
height: 72px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
border-radius: 6px;
display: inline-block;
margin-right: 8px;
object-fit: scale-down;
vertical-align: middle
}
.EntityLockup-square-5 dl {
width: 100%;
display: table-cell;
vertical-align: middle
}
.EntityLockup-square-5 dt {
display: inline-block;
vertical-align: middle
}
.EntityLockup-square-5 dt,
.EntityLockup-square-5 dt h2,
.EntityLockup-square-5 dt h3,
.EntityLockup-square-5 dt h4,
.EntityLockup-square-5 dt h5,
.EntityLockup-square-5 dt h6 {
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin: 0
}
.EntityLockup-square-5 .badge,
.EntityLockup-square-5 dd:not(.badge) {
color: rgba(0, 0, 0, .6);
font-size: 1.6rem;
line-height: 1.5
}
.EntityLockup-square-5 .badge {
display: inline-block;
font-weight: 400;
padding: 0 8px
}
.EntityLockup-square-5 .badge:before {
content: "·";
margin-right: 8px
}
.EntityLockup-square-5-ghost-school {
display: table
}
.EntityLockup-square-5-ghost-school>figure {
display: table-cell;
vertical-align: top
}
.EntityLockup-square-5-ghost-school>figure i,
.EntityLockup-square-5-ghost-school>figure img {
width: 72px;
height: 72px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
background-image: url(/sc/h/8zyvax2j09k9jfspjn2wi17un);
border-radius: 6px;
background-color: #827be9;
display: inline-block;
margin-right: 8px;
object-fit: scale-down;
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.EntityLockup-square-5-ghost-school>figure i,
.EntityLockup-square-5-ghost-school>figure img {
background-image: none
}
.EntityLockup-square-5-ghost-school>figure i:after,
.EntityLockup-square-5-ghost-school>figure img:after {
content: url(/sc/h/8zyvax2j09k9jfspjn2wi17un);
height: 100%
}
}
.EntityLockup-square-5-ghost-school dl {
width: 100%;
display: table-cell;
vertical-align: middle
}
.EntityLockup-square-5-ghost-school dt {
display: inline-block;
vertical-align: middle
}
.EntityLockup-square-5-ghost-school dt,
.EntityLockup-square-5-ghost-school dt h2,
.EntityLockup-square-5-ghost-school dt h3,
.EntityLockup-square-5-ghost-school dt h4,
.EntityLockup-square-5-ghost-school dt h5,
.EntityLockup-square-5-ghost-school dt h6 {
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin: 0
}
.EntityLockup-square-5-ghost-school .badge,
.EntityLockup-square-5-ghost-school dd:not(.badge) {
font-size: 1.6rem;
line-height: 1.5;
color: rgba(0, 0, 0, .6)
}
.EntityLockup-square-5-ghost-school .badge {
display: inline-block;
font-weight: 400;
padding: 0 8px
}
.EntityLockup-square-5-ghost-school .badge:before {
content: "·";
margin-right: 8px
}
.EntityLockup-circle-2 {
display: table
}
.EntityLockup-circle-2>figure {
display: table-cell;
vertical-align: top
}
.EntityLockup-circle-2>figure i,
.EntityLockup-circle-2>figure img {
width: 40px;
height: 40px;
box-sizing: border-box;
background-clip: content-box;
border: 3px solid transparent;
border-radius: 49.9%;
display: inline-block;
margin-right: 8px;
object-fit: scale-down;
vertical-align: middle
}
.EntityLockup-circle-2 dl {
width: 100%;
display: table-cell;
vertical-align: middle
}
.EntityLockup-circle-2 dt {
display: inline-block;
vertical-align: middle
}
.EntityLockup-circle-2 dt,
.EntityLockup-circle-2 dt h2,
.EntityLockup-circle-2 dt h3,
.EntityLockup-circle-2 dt h4,
.EntityLockup-circle-2 dt h5,
.EntityLockup-circle-2 dt h6 {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin: 0
}
.EntityLockup-circle-2 .badge,
.EntityLockup-circle-2 dd:not(.badge) {
font-size: 1.2rem;
line-height: 1.33333;
color: rgba(0, 0, 0, .6)
}
.EntityLockup-circle-2 .badge {
display: inline-block;
font-weight: 400;
padding: 0 4px
}
.EntityLockup-circle-2 .badge:before {
content: "·";
margin-right: 8px
}
.EntityLockup-circle-2-ghost-person {
display: table
}
.EntityLockup-circle-2-ghost-person>figure {
display: table-cell;
vertical-align: top
}
.EntityLockup-circle-2-ghost-person>figure i,
.EntityLockup-circle-2-ghost-person>figure img {
width: 40px;
height: 40px;
box-sizing: border-box;
background-clip: content-box;
border: 3px solid transparent;
background-image: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
border-radius: 49.9%;
background-color: #0091ca;
display: inline-block;
margin-right: 8px;
object-fit: scale-down;
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.EntityLockup-circle-2-ghost-person>figure i,
.EntityLockup-circle-2-ghost-person>figure img {
background-image: none
}
.EntityLockup-circle-2-ghost-person>figure i:after,
.EntityLockup-circle-2-ghost-person>figure img:after {
content: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
height: 100%
}
}
.EntityLockup-circle-2-ghost-person dl {
width: 100%;
display: table-cell;
vertical-align: middle
}
.EntityLockup-circle-2-ghost-person dt {
display: inline-block;
vertical-align: middle
}
.EntityLockup-circle-2-ghost-person dt,
.EntityLockup-circle-2-ghost-person dt h2,
.EntityLockup-circle-2-ghost-person dt h3,
.EntityLockup-circle-2-ghost-person dt h4,
.EntityLockup-circle-2-ghost-person dt h5,
.EntityLockup-circle-2-ghost-person dt h6 {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin: 0
}
.EntityLockup-circle-2-ghost-person .badge,
.EntityLockup-circle-2-ghost-person dd:not(.badge) {
font-size: 1.2rem;
line-height: 1.33333;
color: rgba(0, 0, 0, .6)
}
.EntityLockup-circle-2-ghost-person .badge {
display: inline-block;
font-weight: 400;
padding: 0 4px
}
.EntityLockup-circle-2-ghost-person .badge:before {
content: "·";
margin-right: 8px
}
.EntityLockup-circle-3-ghost-person {
display: table
}
.EntityLockup-circle-3-ghost-person>figure {
display: table-cell;
vertical-align: top
}
.EntityLockup-circle-3-ghost-person>figure i,
.EntityLockup-circle-3-ghost-person>figure img {
width: 48px;
height: 48px;
box-sizing: border-box;
background-clip: content-box;
border: 2px solid transparent;
background-image: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
border-radius: 49.9%;
background-color: #0091ca;
display: inline-block;
margin-right: 8px;
object-fit: scale-down;
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.EntityLockup-circle-3-ghost-person>figure i,
.EntityLockup-circle-3-ghost-person>figure img {
background-image: none
}
.EntityLockup-circle-3-ghost-person>figure i:after,
.EntityLockup-circle-3-ghost-person>figure img:after {
content: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
height: 100%
}
}
.EntityLockup-circle-3-ghost-person dl {
width: 100%;
display: table-cell;
vertical-align: middle
}
.EntityLockup-circle-3-ghost-person dt {
display: inline-block;
vertical-align: middle
}
.EntityLockup-circle-3-ghost-person dt,
.EntityLockup-circle-3-ghost-person dt h2,
.EntityLockup-circle-3-ghost-person dt h3,
.EntityLockup-circle-3-ghost-person dt h4,
.EntityLockup-circle-3-ghost-person dt h5,
.EntityLockup-circle-3-ghost-person dt h6 {
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin: 0
}
.EntityLockup-circle-3-ghost-person .badge,
.EntityLockup-circle-3-ghost-person dd:not(.badge) {
font-size: 1.4rem;
line-height: 1.42857;
color: rgba(0, 0, 0, .6)
}
.EntityLockup-circle-3-ghost-person .badge {
display: inline-block;
font-weight: 400;
padding: 0 8px
}
.EntityLockup-circle-3-ghost-person .badge:before {
content: "·";
margin-right: 8px
}
.EntityLockup-circle-4-ghost-company {
display: table
}
.EntityLockup-circle-4-ghost-company>figure {
display: table-cell;
vertical-align: top
}
.EntityLockup-circle-4-ghost-company>figure i,
.EntityLockup-circle-4-ghost-company>figure img {
width: 56px;
height: 56px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
background-image: url(/sc/h/ck48xrmh3ctwna0w2y1hos0ln);
border-radius: 6px;
background-color: #827be9;
display: inline-block;
margin-right: 8px;
object-fit: scale-down;
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.EntityLockup-circle-4-ghost-company>figure i,
.EntityLockup-circle-4-ghost-company>figure img {
background-image: none
}
.EntityLockup-circle-4-ghost-company>figure i:after,
.EntityLockup-circle-4-ghost-company>figure img:after {
content: url(/sc/h/ck48xrmh3ctwna0w2y1hos0ln);
height: 100%
}
}
.EntityLockup-circle-4-ghost-company dl {
width: 100%;
display: table-cell;
vertical-align: middle
}
.EntityLockup-circle-4-ghost-company dt {
display: inline-block;
vertical-align: middle
}
.EntityLockup-circle-4-ghost-company dt,
.EntityLockup-circle-4-ghost-company dt h2,
.EntityLockup-circle-4-ghost-company dt h3,
.EntityLockup-circle-4-ghost-company dt h4,
.EntityLockup-circle-4-ghost-company dt h5,
.EntityLockup-circle-4-ghost-company dt h6 {
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin: 0
}
.EntityLockup-circle-4-ghost-company .badge,
.EntityLockup-circle-4-ghost-company dd:not(.badge) {
font-size: 1.4rem;
line-height: 1.42857;
color: rgba(0, 0, 0, .6)
}
.EntityLockup-circle-4-ghost-company .badge {
display: inline-block;
font-weight: 400;
padding: 0 8px
}
.EntityLockup-circle-4-ghost-company .badge:before {
content: "·";
margin-right: 8px
}
.EntityLockup-circle-4-ghost-person {
display: table
}
.EntityLockup-circle-4-ghost-person>figure {
display: table-cell;
vertical-align: top
}
.EntityLockup-circle-4-ghost-person>figure i,
.EntityLockup-circle-4-ghost-person>figure img {
width: 56px;
height: 56px;
box-sizing: border-box;
background-clip: content-box;
border: 2px solid transparent;
background-image: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
border-radius: 49.9%;
background-color: #0091ca;
display: inline-block;
margin-right: 8px;
object-fit: scale-down;
vertical-align: middle
}
@media only screen and (-ms-high-contrast:active) {
.EntityLockup-circle-4-ghost-person>figure i,
.EntityLockup-circle-4-ghost-person>figure img {
background-image: none
}
.EntityLockup-circle-4-ghost-person>figure i:after,
.EntityLockup-circle-4-ghost-person>figure img:after {
content: url(/sc/h/djzv59yelk5urv2ujlazfyvrk);
height: 100%
}
}
.EntityLockup-circle-4-ghost-person dl {
width: 100%;
display: table-cell;
vertical-align: middle
}
.EntityLockup-circle-4-ghost-person dt {
display: inline-block;
vertical-align: middle
}
.EntityLockup-circle-4-ghost-person dt,
.EntityLockup-circle-4-ghost-person dt h2,
.EntityLockup-circle-4-ghost-person dt h3,
.EntityLockup-circle-4-ghost-person dt h4,
.EntityLockup-circle-4-ghost-person dt h5,
.EntityLockup-circle-4-ghost-person dt h6 {
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin: 0
}
.EntityLockup-circle-4-ghost-person .badge,
.EntityLockup-circle-4-ghost-person dd:not(.badge) {
font-size: 1.4rem;
line-height: 1.42857;
color: rgba(0, 0, 0, .6)
}
.EntityLockup-circle-4-ghost-person .badge {
display: inline-block;
font-weight: 400;
padding: 0 8px
}
.EntityLockup-circle-4-ghost-person .badge:before {
content: "·";
margin-right: 8px
}
.EntityLockup-circle-4 {
display: table
}
.EntityLockup-circle-4>figure {
display: table-cell;
vertical-align: top
}
.EntityLockup-circle-4>figure i,
.EntityLockup-circle-4>figure img {
width: 56px;
height: 56px;
box-sizing: border-box;
background-clip: content-box;
border: 2px solid transparent;
border-radius: 49.9%;
display: inline-block;
margin-right: 8px;
object-fit: scale-down;
vertical-align: middle
}
.EntityLockup-circle-4 dl {
width: 100%;
display: table-cell;
vertical-align: middle
}
.EntityLockup-circle-4 dt {
display: inline-block;
vertical-align: middle
}
.EntityLockup-circle-4 dt,
.EntityLockup-circle-4 dt h2,
.EntityLockup-circle-4 dt h3,
.EntityLockup-circle-4 dt h4,
.EntityLockup-circle-4 dt h5,
.EntityLockup-circle-4 dt h6 {
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin: 0
}
.EntityLockup-circle-4 .badge,
.EntityLockup-circle-4 dd:not(.badge) {
font-size: 1.4rem;
line-height: 1.42857;
color: rgba(0, 0, 0, .6)
}
.EntityLockup-circle-4 .badge {
display: inline-block;
font-weight: 400;
padding: 0 8px
}
.EntityLockup-circle-4 .badge:before {
content: "·";
margin-right: 8px
}
.EntityLockup-company-5 {
display: table
}
.EntityLockup-company-5>figure {
display: table-cell;
vertical-align: top
}
.EntityLockup-company-5>figure i,
.EntityLockup-company-5>figure img {
width: 72px;
height: 72px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
border-radius: 6px;
display: inline-block;
margin-right: 8px;
object-fit: scale-down;
vertical-align: middle
}
.EntityLockup-company-5 dl {
width: 100%;
display: table-cell;
vertical-align: middle
}
.EntityLockup-company-5 dt {
display: inline-block;
vertical-align: middle
}
.EntityLockup-company-5 dt,
.EntityLockup-company-5 dt h2,
.EntityLockup-company-5 dt h3,
.EntityLockup-company-5 dt h4,
.EntityLockup-company-5 dt h5,
.EntityLockup-company-5 dt h6 {
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin: 0
}
.EntityLockup-company-5 .badge,
.EntityLockup-company-5 dd:not(.badge) {
color: rgba(0, 0, 0, .6);
font-size: 1.6rem;
line-height: 1.5
}
.EntityLockup-company-5 .badge {
display: inline-block;
font-weight: 400;
padding: 0 8px
}
.EntityLockup-company-5 .badge:before {
content: "·";
margin-right: 8px
}
.EntityLockup-company-4 {
display: table
}
.EntityLockup-company-4>figure {
display: table-cell;
vertical-align: top
}
.EntityLockup-company-4>figure i,
.EntityLockup-company-4>figure img {
width: 56px;
height: 56px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
border-radius: 6px;
display: inline-block;
margin-right: 8px;
object-fit: scale-down;
vertical-align: middle
}
.EntityLockup-company-4 dl {
width: 100%;
display: table-cell;
vertical-align: middle
}
.EntityLockup-company-4 dt {
display: inline-block;
vertical-align: middle
}
.EntityLockup-company-4 dt,
.EntityLockup-company-4 dt h2,
.EntityLockup-company-4 dt h3,
.EntityLockup-company-4 dt h4,
.EntityLockup-company-4 dt h5,
.EntityLockup-company-4 dt h6 {
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin: 0
}
.EntityLockup-company-4 .badge,
.EntityLockup-company-4 dd:not(.badge) {
font-size: 1.4rem;
line-height: 1.42857;
color: rgba(0, 0, 0, .6)
}
.EntityLockup-company-4 .badge {
display: inline-block;
font-weight: 400;
padding: 0 8px
}
.header-extra-small,
.header-medium {
display: block;
background-size: cover;
background-position: center
}
.EntityLockup-company-4 .badge:before {
content: "·";
margin-right: 8px
}
.mh0,
.mr0 {
margin-right: 0
}
.header-medium {
height: 220px
}
.header-extra-small {
height: 144px
}
.success-check-premium-74 {
background-image: url(/sc/h/68vnb8fn0e5qg7pn5kzrjyft2);
height: 74px;
width: 74px
}
.empty-pencil-paper-premium {
background-image: url(/sc/h/bq5egsjwh4myfe5y343g9wwo8);
height: 102px;
width: 76px
}
.company-buildings {
background-image: url(/sc/h/313hulygda8g4cyps4y31snkr)
}
.trophy {
background-image: url(/sc/h/3q1qyzyq3kll7vphk7fqitdjw)
}
.network-48 {
background-image: url(/sc/h/doklkhzdgzgibs6tjtf60r989)
}
.people-conversation-48 {
background-image: url(/sc/h/b1zmr4pvp95hmjkgs027kyl6k)
}
.salary-48 {
background-image: url(/sc/h/bb1bggmgqbnv123k2i3wlcex8)
}
.illustration-56 {
height: 56px;
width: 56px
}
.illustration-230 {
height: 230px;
width: 230px
}
.label,
.label-16dp,
.label-16dp-success,
.label-accent {
font-size: 1.2rem;
font-weight: 600;
box-sizing: border-box;
display: inline-block;
border-radius: 2px;
padding: 0 4px;
height: 16px;
line-height: 17px
}
.add-connections {
background-image: url(/sc/h/jgz2omhh9nvs84vkskzfa8o3)
}
.browser-graph {
background-image: url(/sc/h/58lfld7i3scxowb4t8m6cy8ui)
}
.browser-feed {
background-image: url(/sc/h/cmiaxgs63f6zuxgsvv364wmfz)
}
.browser-feed-muted {
background-image: url(/sc/h/b6nm1jvgxg3voww8k633wxhcp)
}
.circle-warning {
background-image: url(/sc/h/fpxv8vfe817y6giishsfm40l)
}
.circle-fail {
background-image: url(/sc/h/cqg0c0w9jie18o3h2txkizdo0)
}
.circle-person {
background-image: url(/sc/h/9crsqi3ijq2d0m6uay7opimmn)
}
.company-buildings-56 {
background-image: url(/sc/h/10mkauyey7dtl32t1ud22tw0q)
}
.school-building {
background-image: url(/sc/h/a5h55j98dwpmv6emgow8enpia)
}
.course-watch {
background-image: url(/sc/h/brnrmvhanujyjodqlwqn0jxpm)
}
.computer-jobs-56 {
background-image: url(/sc/h/5s5v4wfhsaqsqookifatq5bpe)
}
.industry-56 {
background-image: url(/sc/h/b8ynfp83t8oo25ebsmx6pys8l)
}
.briefcase {
background-image: url(/sc/h/e2iymlqjjo30x1191htvcimnl)
}
.lightbulb {
background-image: url(/sc/h/duuvg50ehznblzzm3p3cmxu8j)
}
.magnifying-glass {
background-image: url(/sc/h/7th7q4ba372xivurw8b3dosy3)
}
.news-paper {
background-image: url(/sc/h/6bsoysvzaiotsgbbodlh2har3)
}
.ruler-pencil {
background-image: url(/sc/h/ackjl2y08ng17nh919mqeqopy)
}
.success-check {
background-image: url(/sc/h/dj6cvn64nct6wbza7hew9c93i)
}
.network {
background-image: url(/sc/h/31ckhm7adkp4uvdp0htujlor7)
}
.network-premium {
background-image: url(/sc/h/5y0t3fb49fo2jx0rar4c6jnn7)
}
.people-group {
background-image: url(/sc/h/dx89evqm8kctzq4kscwed7l40)
}
.people-conversation {
background-image: url(/sc/h/5a1vw9q3fw4kpzxgpc3087df2)
}
.salary {
background-image: url(/sc/h/8ohaqiq04bo6miu8pdmhfap5)
}
.radar-56 {
background-image: url(/sc/h/5qoiiunswg8ae6s0mwmdgqaxp)
}
.certificate-56 {
background-image: url(/sc/h/xldgzdu5t6p8akhzv2wzzp16)
}
.group-56 {
background-image: url(/sc/h/13vwq8lszmr0vsces77tab7en)
}
.group-muted-56 {
background-image: url(/sc/h/eqd6ghpvkxi5am9ot3occni24)
}
.lock-56 {
background-image: url(/sc/h/94qg9g1uiy89ccnfg4c70nx4x)
}
.magnifying-glass-56 {
background-image: url(/sc/h/7th7q4ba372xivurw8b3dosy3)
}
.mobile-phone-56 {
background-image: url(/sc/h/2jhs2hxfuy763uxiqhf76maji)
}
.circle-check-56 {
background-image: url(/sc/h/81h5z0rakvoe61n81uq71dqv9)
}
.trophy-premium {
background-image: url(/sc/h/pah0qronn6v33hnik26edvu2)
}
.lock-premium {
background-image: url(/sc/h/950zk49wrlp0cr1mj4gpjsi3t)
}
.gift-premium {
background-image: url(/sc/h/aex2vw61rn0kvjtm0kvbhbtod)
}
.location-pin {
background-image: url(/sc/h/efo0wduaodia4nmsfgzpuh6ae)
}
.paper-report-premium {
background-image: url(/sc/h/ad0qzmxt5eb8bgh7p61zut0ra)
}
.in-mail {
background-image: url(/sc/h/7posci9gp3rw1ttknrozlmd3k)
}
.add-feed {
background-image: url(/sc/h/2evwdby7w2loevjlwg8d0esf3)
}
.desktop-mobile-screens {
background-image: url(/sc/h/cu2lrpear3hn0ll63r2cgyemb)
}
.sad-browser-230 {
background-image: url(/sc/h/2u19h7o00wxpup7f9a6su9xzl)
}
.sad-browser-muted-230 {
background-image: url(/sc/h/9z0na2tjrx0w50zn45r0ecl00)
}
.search-results-muted-230 {
background-image: url(/sc/h/p7d88tov7z0gcfxlvksh9zfw)
}
.missing-piece-muted-230 {
background-image: url(/sc/h/bq2cuj7cdif03ogfhk3p07fnd)
}
.people-comment {
background-image: url(/sc/h/71v6pnbcw5tzv7mabh9pud1u4)
}
.empty-pencil-paper {
background-image: url(/sc/h/3qlw2gk8g1lly5vnm4cd6jdkz)
}
.no-likers-muted {
background-image: url(/sc/h/8rna5h31dvcrq2fk7p2hsh2xa)
}
.label {
color: rgba(0, 0, 0, .9);
background: rgba(199, 209, 216, .45)
}
.label-accent {
color: #fff;
background: #0073b1
}
.label-16dp {
color: rgba(0, 0, 0, .9);
background: rgba(199, 209, 216, .45)
}
.label-16dp-success {
color: #fff;
background: #2f7b15
}
.label-20dp,
.label-24dp {
font-weight: 600;
box-sizing: border-box;
display: inline-block;
border-radius: 2px;
padding: 0 8px;
color: rgba(0, 0, 0, .9);
background: rgba(199, 209, 216, .45)
}
.label-20dp {
font-size: 1.4rem;
height: 20px;
line-height: 20px
}
.label-24dp {
font-size: 1.6rem;
height: 24px;
line-height: 24px
}
.inverse-link,
.inverse-link-light-background-without-hover-state,
.inverse-link-without-hover-state,
.link,
.link-without-hover-state,
.link-without-hover-visited,
.link-without-visited-state {
font-weight: 600;
background-color: transparent;
border: 0
}
.link-without-visited-state {
text-decoration: none;
color: #0073b1
}
.link-without-visited-state:visited {
color: #0073b1
}
.link-without-visited-state:focus,
.link-without-visited-state:hover {
text-decoration: underline;
color: #006097
}
.link-without-visited-state:active {
color: #004b7c
}
.link {
text-decoration: none;
color: #0073b1
}
.link:focus,
.link:hover {
text-decoration: underline;
color: #006097
}
.link:active {
color: #004b7c
}
.link:visited {
color: #665ed0
}
.link:visited:hover {
color: #544bc2
}
.link:visited:active {
color: #4034b0
}
.link-without-hover-state {
text-decoration: none;
color: #0073b1
}
.link-without-hover-state:focus,
.link-without-hover-state:hover {
text-decoration: underline;
color: #006097
}
.link-without-hover-state:active {
color: #004b7c
}
.link-without-hover-state:visited {
color: #665ed0
}
.link-without-hover-state:visited:hover {
color: #544bc2
}
.link-without-hover-state:visited:active {
color: #4034b0
}
.link-without-hover-state:hover {
text-decoration: none
}
.link-without-hover-visited {
text-decoration: none;
color: #0073b1
}
.link-without-hover-visited:visited {
color: #0073b1
}
.link-without-hover-visited:focus,
.link-without-hover-visited:hover {
text-decoration: underline;
color: #006097
}
.link-without-hover-visited:active {
color: #004b7c
}
.link-without-hover-visited:hover {
text-decoration: none
}
.inverse-link-light-background-without-hover-state {
text-decoration: none;
color: rgba(0, 0, 0, .6)
}
.inverse-link-light-background-without-hover-state:visited {
color: inherit
}
.inverse-link-light-background-without-hover-state:focus,
.inverse-link-light-background-without-hover-state:hover {
text-decoration: underline;
color: rgba(0, 0, 0, .75)
}
.inverse-link,
.inverse-link-light-background-without-hover-state:hover {
text-decoration: none
}
.inverse-link-light-background-without-hover-state:active {
color: #000;
text-decoration: none
}
.inverse-link-light-background-without-hover-state:visited {
color: rgba(0, 0, 0, .6)
}
.inverse-link-light-background-without-hover-state:visited:active {
color: rgba(0, 0, 0, .9)
}
.inverse-link {
color: #fff
}
.inverse-link:focus,
.inverse-link:hover {
text-decoration: underline
}
.inverse-link:active {
text-decoration: none;
color: #fff
}
.inverse-link:visited,
.inverse-link:visited:active {
color: #fff
}
.inverse-link-without-hover-state {
text-decoration: none;
color: #fff
}
.inverse-link-without-hover-state:focus,
.inverse-link-without-hover-state:hover {
text-decoration: underline
}
.inverse-link-without-hover-state:active {
text-decoration: none;
color: #fff
}
.inverse-link-without-hover-state:visited,
.inverse-link-without-hover-state:visited:active {
color: #fff
}
.inverse-link-without-hover-state:hover {
text-decoration: none
}
.link-without-visited-state:not(:hover).t-black {
color: rgba(0, 0, 0, .9)
}
.link-without-visited-state:not(:hover).t-black--light {
color: rgba(0, 0, 0, .6)
}
.hoverable-link-text.hoverable-link-text:hover {
color: #0084bf;
text-decoration: underline
}
.hoverable-link-text.hoverable-link-text[disabled] {
text-decoration: none;
color: inherit
}
.media,
.media__body {
overflow: hidden
}
.media__side {
float: left
}
.media__side--right {
float: right
}
.media__media {
display: block
}
.static-pill {
font-size: 1.4rem;
font-weight: 400;
color: rgba(0, 0, 0, .6);
display: inline-block;
height: 32px;
line-height: 32px;
padding: 0 12px;
border: 0;
border-radius: 32px
}
.striped-table th,
.table th {
font-weight: 600;
min-height: 36px;
text-align: left;
white-space: nowrap
}
.striped-table td,
.table td {
height: 52px;
box-sizing: border-box
}
.striped-table td,
.striped-table th,
.table td,
.table th {
font-size: 1.4rem;
line-height: 1.42857;
color: rgba(0, 0, 0, .9);
vertical-align: middle
}
.table {
border-radius: 2px;
text-align: left;
border-collapse: separate
}
@media only screen and (-ms-high-contrast:active) {
.table {
border: 1px solid activeborder
}
}
.table th {
border-bottom: 2px solid rgba(0, 0, 0, .15);
padding: 10px 24px 7px
}
.table tr:last-child {
border-bottom: none
}
.table td {
border-bottom: 1px solid rgba(0, 0, 0, .15);
padding: 17px 24px 15px
}
.striped-table {
border-radius: 2px;
text-align: left;
border-collapse: separate
}
@media only screen and (-ms-high-contrast:active) {
.striped-table {
border: 1px solid activeborder
}
}
.striped-table th {
border-bottom: 2px solid rgba(0, 0, 0, .15);
padding: 10px 24px 7px
}
.striped-table tr:last-child {
border-bottom: none
}
.striped-table td {
border-bottom: 1px solid rgba(0, 0, 0, .15);
padding: 17px 24px 15px
}
.pt0,
.pv0 {
padding-top: 0
}
.pb0,
.pv0 {
padding-bottom: 0
}
.ph0,
.pl0 {
padding-left: 0
}
.ph0,
.pr0 {
padding-right: 0
}
.focused-easeIn-motion {
transition-timing-function: cubic-bezier(.4, 0, 1, 1);
transition-duration: 334ms
}
.focused-easeOut-motion {
transition-timing-function: cubic-bezier(0, 0, .2, 1);
transition-duration: 334ms
}
.focused-easeInOut-motion {
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
transition-duration: 334ms
}
.easeInOut-long-slow-motion,
.slow-easeInOut-motion {
transition-duration: 834ms;
transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}
.easeInOut-long-slow-motion {
transition-delay: 1s
}
.quick-easeInOut-motion {
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
transition-duration: 167ms
}
.fast-easeOut-motion {
transition-timing-function: cubic-bezier(0, 0, .2, 1);
transition-duration: 83ms
}
.fast-easeIn-motion {
transition-timing-function: cubic-bezier(.4, 0, 1, 1);
transition-duration: 83ms
}
.slow-easeOut-motion {
transition-timing-function: cubic-bezier(0, 0, .2, 1);
transition-duration: 834ms
}
.slow-easeIn-motion {
transition-timing-function: cubic-bezier(.4, 0, 1, 1);
transition-duration: 834ms
}
.m0 {
margin: 0
}
.mt1,
.mv1 {
margin-top: 4px
}
.mb1,
.mv1 {
margin-bottom: 4px
}
.mh1,
.ml1 {
margin-left: 4px
}
.mh1,
.mr1 {
margin-right: 4px
}
.m1 {
margin: 4px
}
.mt2,
.mv2 {
margin-top: 8px
}
.mb2,
.mv2 {
margin-bottom: 8px
}
.mh2,
.ml2 {
margin-left: 8px
}
.mh2,
.mr2 {
margin-right: 8px
}
.m2 {
margin: 8px
}
.mt3,
.mv3 {
margin-top: 12px
}
.mb3,
.mv3 {
margin-bottom: 12px
}
.mh3,
.ml3 {
margin-left: 12px
}
.mh3,
.mr3 {
margin-right: 12px
}
.m3 {
margin: 12px
}
.mt4,
.mv4 {
margin-top: 16px
}
.mb4,
.mv4 {
margin-bottom: 16px
}
.mh4,
.ml4 {
margin-left: 16px
}
.mh4,
.mr4 {
margin-right: 16px
}
.m4 {
margin: 16px
}
.mt5,
.mv5 {
margin-top: 24px
}
.mb5,
.mv5 {
margin-bottom: 24px
}
.mh5,
.ml5 {
margin-left: 24px
}
.mh5,
.mr5 {
margin-right: 24px
}
.m5 {
margin: 24px
}
.mt6,
.mv6 {
margin-top: 32px
}
.mb6,
.mv6 {
margin-bottom: 32px
}
.mh6,
.ml6 {
margin-left: 32px
}
.mh6,
.mr6 {
margin-right: 32px
}
.m6 {
margin: 32px
}
.p0 {
padding: 0
}
.pt1,
.pv1 {
padding-top: 4px
}
.pb1,
.pv1 {
padding-bottom: 4px
}
.ph1,
.pl1 {
padding-left: 4px
}
.ph1,
.pr1 {
padding-right: 4px
}
.p1 {
padding: 4px
}
.pt2,
.pv2 {
padding-top: 8px
}
.pb2,
.pv2 {
padding-bottom: 8px
}
.ph2,
.pl2 {
padding-left: 8px
}
.ph2,
.pr2 {
padding-right: 8px
}
.p2 {
padding: 8px
}
.pt3,
.pv3 {
padding-top: 12px
}
.pb3,
.pv3 {
padding-bottom: 12px
}
.ph3,
.pl3 {
padding-left: 12px
}
.ph3,
.pr3 {
padding-right: 12px
}
.p3 {
padding: 12px
}
.pt4,
.pv4 {
padding-top: 16px
}
.pb4,
.pv4 {
padding-bottom: 16px
}
.ph4,
.pl4 {
padding-left: 16px
}
.ph4,
.pr4 {
padding-right: 16px
}
.p4 {
padding: 16px
}
.pt5,
.pv5 {
padding-top: 24px
}
.pb5,
.pv5 {
padding-bottom: 24px
}
.ph5,
.pl5 {
padding-left: 24px
}
.ph5,
.pr5 {
padding-right: 24px
}
.p5 {
padding: 24px
}
.pt6,
.pv6 {
padding-top: 32px
}
.pb6,
.pv6 {
padding-bottom: 32px
}
.ph6,
.pl6 {
padding-left: 32px
}
.ph6,
.pr6 {
padding-right: 32px
}
.p6 {
padding: 32px
}
.b0 {
border: 0
}
.bt0,
.bv0 {
border-top: 0
}
.bh0,
.br0 {
border-right: 0
}
.bb0,
.bv0 {
border-bottom: 0
}
.bh0,
.bl0 {
border-left: 0
}
.mtA,
.mvA {
margin-top: auto
}
.mhA,
.mrA {
margin-right: auto
}
.mbA,
.mvA {
margin-bottom: auto
}
.mhA,
.mlA {
margin-left: auto
}
.align-self-center {
-ms-grid-row-align: center;
align-self: center
}
.align-self-flex-end {
align-self: flex-end
}
.align-items-baseline {
align-items: baseline
}
.align-items-center {
align-items: center
}
.align-items-flex-start {
align-items: flex-start
}
.align-items-flex-end {
align-items: flex-end
}
.block {
display: block
}
.clear-both {
clear: both
}
.clearfix:after,
.clearfix:before {
content: '';
display: table
}
.clearfix:after {
clear: both
}
.display-flex {
display: flex
}
.inline-flex {
display: inline-flex
}
.full-width {
width: 100%
}
.full-height {
height: 100%
}
.inline {
display: inline
}
.inline-block {
display: inline-block
}
.flex-1 {
flex: 1
}
.flex-column {
flex-direction: column
}
.flex-column-reverse {
flex-direction: column-reverse
}
.flex-row {
flex-direction: row
}
.flex-none {
flex: none
}
.flex-wrap {
flex-wrap: wrap
}
.flex-wrap-nowrap {
flex-wrap: nowrap
}
.flex-shrink-zero {
flex-shrink: 0
}
.flex-grow-0 {
flex-grow: 0
}
.flex-grow-1 {
flex-grow: 1
}
.justify-center {
justify-content: center
}
.justify-flex-start {
justify-content: flex-start
}
.justify-space-between {
justify-content: space-between
}
.justify-space-around {
justify-content: space-around
}
.overflow-hidden {
overflow: hidden
}
.relative {
position: relative
}
.absolute {
position: absolute
}
.fixed {
position: fixed
}
.flex-row-reverse {
flex-direction: row-reverse
}
.white-space-nowrap {
white-space: nowrap
}
.white-space-pre-wrap {
white-space: pre-wrap
}
.white-space-pre-line {
white-space: pre-line
}
.center-both {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%)
}
.position-right {
right: 0;
left: auto
}
.fl {
float: left
}
.fr {
float: right
}
.square {
border-radius: 0
}
.round {
border-radius: 50%
}
.v-align-top {
vertical-align: top
}
.v-align-middle {
vertical-align: middle
}
.v-align-bottom {
vertical-align: bottom
}
.disable-transitions * {
transition: none!important
}
.application-outlet.no-scroll,
.no-scroll {
overflow: hidden;
position: fixed
}
.list-style-none {
list-style: none
}
.icon-flipped {
transform: scaleX(-1)
}
.icon-rotate {
transform: rotate(180deg)
}
.sticky.stuck>:first-child {
position: fixed;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.visually-hidden {
display: block;
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
white-space: nowrap;
width: 1px
}
.visually-hidden .focusable:active,
.visually-hidden .focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto
}
.hidden {
display: none
}
.visibility-hidden {
visibility: hidden
}
.text-align-center {
text-align: center
}
.text-align-right {
text-align: right
}
.text-align-left {
text-align: left
}
.text-align-start {
text-align: start
}
.font-style-italic {
font-style: italic
}
.truncate {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.ghosted {
opacity: .6
}
.break-words {
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word
}
.page-blur .application-outlet>* {
filter: blur(10px)
}
.type-ahead-input-wrapper {
display: flex;
align-items: center
}
.type-ahead-input-wrapper>button {
font-size: 1.6rem;
line-height: 1.75;
font-weight: 400;
color: #fff;
margin: 0 16px 0 8px
}
.type-ahead-input-wrapper>button:hover {
text-decoration: none
}
.type-ahead-input {
flex: 1;
position: relative;
z-index: 1
}
.type-ahead-input input {
font-size: 1.6rem;
font-weight: 400;
color: rgba(0, 0, 0, .9);
height: 34px;
line-height: 34px;
padding: 0 24px 0 8px;
background-color: #fff;
text-overflow: ellipsis
}
.type-ahead-input input:-ms-input-placeholder {
color: rgba(0, 0, 0, .6);
opacity: 1
}
.type-ahead-input input::placeholder {
color: rgba(0, 0, 0, .6);
opacity: 1
}
.type-ahead-input .type-ahead-input-icons {
display: none;
position: absolute;
top: 5px;
right: 5px
}
.type-ahead-input .type-ahead-input-icons button {
width: 24px;
height: 24px
}
.type-ahead-input label {
margin: 0
}
.type-ahead-loader {
overflow: hidden;
position: relative;
top: -2px;
z-index: 2;
height: 2px;
margin-bottom: -2px
}
.type-ahead-loader .break {
display: none;
position: absolute;
top: 0;
width: 6px;
left: -6px;
height: 2px
}
.type-ahead-loader.show .break,
.type-ahead-wormhole .type-ahead-wrapper .type-ahead-input-wrapper .type-ahead-input-icons {
display: block
}
.type-ahead-loader .dot1 {
animation: typeaheadLoader 2s infinite
}
.type-ahead-loader .dot2 {
animation: typeaheadLoader 2s .5s infinite
}
.type-ahead-loader .dot3 {
animation: typeaheadLoader 2s 1s infinite
}
@keyframes typeaheadLoader {
0% {
left: -6px;
background-color: #0073b1
}
100% {
left: 100%;
background-color: #0084bf
}
}
.type-ahead-wormhole .type-ahead-wrapper {
position: fixed;
z-index: 2000;
top: 0;
left: 0;
bottom: 0;
width: 100%
}
.type-ahead-wormhole .type-ahead-wrapper .global-title {
top: 0
}
.type-ahead-wormhole .type-ahead-wrapper .type-ahead-input-container {
height: 48px
}
.type-ahead-wormhole .type-ahead-wrapper .type-ahead-input-wrapper {
position: fixed;
z-index: 1;
top: 0;
width: 100%
}
.type-ahead-wormhole .type-ahead-wrapper .type-ahead-input-wrapper .type-ahead-input {
margin: 8px
}
.type-ahead-wormhole .type-ahead-wrapper .type-ahead-input-wrapper input {
width: 100%;
border: 0;
border-radius: 2px
}
.type-ahead-wormhole .type-ahead-wrapper .type-ahead-input-wrapper input:focus {
outline: 0
}
.type-ahead-wormhole .type-ahead-wrapper .type-ahead-input-wrapper input:invalid {
box-shadow: none
}
.type-ahead-wormhole .type-ahead-wrapper .type-ahead-input-wrapper>button {
margin: 0 16px 0 8px
}
.type-ahead-wormhole .type-ahead-wrapper .type-ahead-input-wrapper>button:hover {
text-decoration: none
}
.type-ahead-wormhole .type-ahead-wrapper .type-ahead-results {
height: 100%;
padding-bottom: 48px;
overflow: auto;
-webkit-overflow-scrolling: touch
}
.type-ahead-wormhole .type-ahead-wrapper.has-title .type-ahead-input-wrapper {
top: 44px
}
.type-ahead-wormhole .type-ahead-wrapper.has-title .type-ahead-results {
padding-bottom: 92px
}
.type-ahead-results {
background-color: #f3f6f8
}
.type-ahead-results .type-ahead-entity {
border-top: 4px solid #e6e9ec
}
.type-ahead-results .type-ahead-entity+.type-ahead-entity {
border-top: none
}
.type-ahead-results .type-ahead-entity+.type-ahead-entity .type-ahead-result-info {
border-top: 1px solid rgba(0, 0, 0, .15)
}
.type-ahead-results .type-ahead-entity+.type-ahead-entity.is-active .type-ahead-result-info,
.type-ahead-results .type-ahead-entity.is-active+.type-ahead-entity .type-ahead-result-info {
border-color: transparent
}
.type-ahead-results .type-ahead-nonentity {
border-top: 4px solid #e6e9ec
}
.type-ahead-results .type-ahead-nonentity+.type-ahead-nonentity {
border-top: none
}
.type-ahead-results .type-ahead-nonentity+.type-ahead-nonentity .type-ahead-result-info {
border-top: 1px solid rgba(0, 0, 0, .15)
}
.type-ahead-results .type-ahead-nonentity+.type-ahead-nonentity.is-active .type-ahead-result-info,
.type-ahead-results .type-ahead-nonentity.is-active+.type-ahead-nonentity .type-ahead-result-info {
border-color: transparent
}
.type-ahead-results .suggestion {
border-top: 4px solid #e6e9ec
}
.type-ahead-results .suggestion+.suggestion {
border-top: none
}
.type-ahead-results .suggestion+.suggestion .type-ahead-result-info {
border-top: 1px solid rgba(0, 0, 0, .15)
}
.type-ahead-results .suggestion+.suggestion.is-active .type-ahead-result-info,
.type-ahead-results .suggestion.is-active+.suggestion .type-ahead-result-info {
border-color: transparent
}
.type-ahead-results .auto-complete {
border-top: 4px solid #e6e9ec
}
.type-ahead-results .auto-complete+.auto-complete {
border-top: none
}
.type-ahead-results .auto-complete+.auto-complete .type-ahead-result-info {
border-top: 1px solid rgba(0, 0, 0, .15)
}
.type-ahead-results .auto-complete+.auto-complete.is-active .type-ahead-result-info,
.type-ahead-results .auto-complete.is-active+.auto-complete .type-ahead-result-info {
border-color: transparent
}
.type-ahead-result {
background-color: #fff;
cursor: pointer;
display: flex;
align-items: stretch;
padding: 0;
margin: 0;
position: relative;
overflow: hidden
}
.type-ahead-result:first-child {
border-top: none
}
.type-ahead-result-image {
width: 40px;
height: 40px;
box-sizing: border-box;
background-clip: content-box;
border: 3px solid transparent;
border-radius: 49.9%;
display: flex;
justify-content: center;
align-items: center;
padding: 0;
overflow: hidden;
align-self: center;
transform: translateZ(0)
}
.type-ahead-result-image img {
max-width: 100%;
max-height: 100%
}
.type-ahead-entity .type-ahead-result-image {
background-color: #b3b6b9
}
.jobs-escape-hatch .type-ahead-result-image {
background-color: transparent
}
.profile .type-ahead-result-image {
background-image: radial-gradient(50% 50% ellipse, #b3b6b9 0, #b3b6b9 95%, #fff 100%)
}
.company .type-ahead-result-image,
.group .type-ahead-result-image,
.school .type-ahead-result-image {
width: 40px;
height: 40px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
border-radius: 6px;
display: flex;
justify-content: center;
align-items: center;
padding: 0;
overflow: hidden
}
.company .type-ahead-result-image img,
.group .type-ahead-result-image img,
.school .type-ahead-result-image img {
max-width: 100%;
max-height: 100%
}
.type-ahead-result-info {
display: flex;
flex-flow: column;
justify-content: center;
flex: 1;
min-width: 0;
padding: 8px
}
.type-ahead-result-info p {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.type-ahead-result-info h3 {
font-size: 1.6rem;
color: rgba(0, 0, 0, .9);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
line-height: 2rem
}
.type-ahead-result-info strong {
font-weight: inherit
}
.type-ahead-result-info:not(:first-child) {
padding-left: 0
}
.type-ahead-result.suggestion .type-ahead-result-info h3,
.type-ahead-result.suggestion li-icon {
color: #0073b1
}
.type-ahead-result.suggestion .type-ahead-result-info p {
color: #398b18
}
.type-ahead-no-results {
line-height: 4;
text-align: center
}
.location-type-ahead-wrapper {
display: flex;
align-items: center
}
.location-type-ahead-wrapper .type-ahead-input-icons {
display: block;
top: 0
}
.location-type-ahead-wrapper .location-type-ahead-icon {
margin: 8px;
color: #0084bf
}
.location-type-ahead-wrapper>section {
flex: 1 0 auto
}
.location-type-ahead input {
font-size: 1.7rem
}
.location-type-ahead .current-location .type-ahead-result-info h3,
.location-type-ahead .location li-icon {
color: #0084bf
}
.location-type-ahead .current-location .type-ahead-result-info p {
overflow: visible;
white-space: normal
}
.location-type-ahead .type-ahead-nonentity+.type-ahead-nonentity .type-ahead-result-info {
border-top: none
}
.location-type-ahead .location:not(.current-location) {
border-top: 4px solid #e6e9ec
}
.location-type-ahead .location:not(.current-location)+.location:not(.current-location) {
border-top: none
}
.location-type-ahead .location:not(.current-location)+.location:not(.current-location) .type-ahead-result-info {
border-top: 1px solid rgba(0, 0, 0, .15)
}
.location-type-ahead .location:not(.current-location)+.location:not(.current-location).is-active .type-ahead-result-info,
.location-type-ahead .location:not(.current-location).is-active+.location:not(.current-location) .type-ahead-result-info {
border-color: transparent
}
.type-ahead-wormhole .type-ahead-wrapper.type-ahead-theme-primary .type-ahead-input-wrapper {
background-color: #0073b1
}
.type-ahead-wormhole .type-ahead-wrapper.type-ahead-theme-secondary,
.type-ahead-wormhole .type-ahead-wrapper.type-ahead-theme-secondary .type-ahead-input-wrapper,
.type-ahead-wormhole .type-ahead-wrapper.type-ahead-theme-secondary .type-ahead-results-wrapper {
background-color: #fff
}
.type-ahead-wormhole .type-ahead-wrapper.type-ahead-theme-primary .type-ahead-input-wrapper>button {
font-size: 1.6rem;
line-height: 1.75;
font-weight: 400;
color: #fff
}
.type-ahead-wormhole .type-ahead-wrapper.type-ahead-theme-secondary .label-text {
display: none
}
.type-ahead-wormhole .type-ahead-wrapper.type-ahead-theme-secondary .type-ahead-cancel {
text-transform: lowercase;
color: #000
}
.type-ahead-wormhole .type-ahead-wrapper.type-ahead-theme-secondary .type-ahead-loader {
background-color: #0073b1;
height: 1px;
top: 0
}
.type-ahead-wormhole .type-ahead-wrapper.type-ahead-theme-secondary .dot1,
.type-ahead-wormhole .type-ahead-wrapper.type-ahead-theme-secondary .dot2,
.type-ahead-wormhole .type-ahead-wrapper.type-ahead-theme-secondary .dot3 {
background-color: #fff;
animation-name: typeaheadLoaderSecondary
}
@keyframes typeaheadLoaderSecondary {
0% {
left: -6px
}
100% {
left: 100%
}
}
.mn-invite-alert {
min-height: 54px;
background-color: #fff;
border-bottom: 1px solid rgba(0, 0, 0, .15);
padding: 0
}
.nav-hidden .mn-invite-alert {
top: 52px;
position: relative;
z-index: 1
}
.mn-invite-alert__wrapper {
position: relative;
min-width: 100%;
margin: auto;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
padding: 8px 0
}
.mn-invite-alert__message {
display: flex;
align-items: center;
color: #44474a;
font-size: 14px;
justify-content: center;
text-align: left
}
.mn-invite-alert__svg-icon--error {
color: #d11124;
height: 25px
}
.mn-invite-alert__svg-icon--success {
color: #398b18;
align-self: flex-start
}
.mn-invite-alert__svg-icon--notify {
color: #777a7d
}
.mn-invite-alert__link,
.mn-invite-alert__link:active,
.mn-invite-alert__link:hover,
.mn-invite-alert__link:visited,
.mn-invite-alert__link:visited:active,
.mn-invite-alert__link:visited:hover {
color: #373a3d
}
.mn-invite-alert__link--weight-normal {
font-weight: 400
}
.mn-invite-alert__link--weight-bold {
font-weight: 700
}
.mn-invite-alert__dismiss {
right: 0;
cursor: pointer;
color: #777a7d;
padding: 8px;
-ms-grid-row-align: center;
align-self: center;
height: 36px
}
@media (min-width:961px) {
.mn-invite-alert__message {
min-width: 1128px;
justify-content: flex-start
}
.mn-invite-alert__svg-icon--success {
margin: 11px 8px 7px
}
.mn-invite-alert__content {
width: 100%
}
}
.entity {
display: flex;
flex-direction: column;
align-content: space-between;
background-color: #e6e9ec;
min-height: calc(100vh - 44px)
}
.entity h2 {
font-size: 1.6rem;
line-height: 1.75;
font-weight: 400;
color: rgba(0, 0, 0, .9)
}
.entity p {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .75);
margin-bottom: 12px
}
.entity p.tagline {
margin-top: -12px
}
.entity p:last-child {
margin-bottom: 0
}
.entity .show-more-text p {
word-break: break-word;
margin-bottom: 12px
}
.entity .card {
border-radius: 2px;
padding: 12px;
background-color: #fff;
margin: 8px;
position: relative;
z-index: 1;
overflow: hidden
}
.entity .full-bleed {
padding: 0
}
.entity .full-bleed h2 {
padding: 12px 12px 0
}
.entity .full-bleed p {
padding: 0 12px
}
.entity .browsemap {
background-color: #004b7c;
position: relative;
padding: 16px 8px 8px
}
.entity .browsemap:before {
content: '';
position: absolute;
width: 100%;
top: -160px;
left: 0;
height: 160px;
background: linear-gradient(to bottom, #e6e9ec 0, #004b7c 100%);
z-index: 0
}
.entity .browsemap h2 {
font-size: 2rem;
line-height: 1.4;
font-weight: 400;
color: rgba(255, 255, 255, .85);
padding: 0 24px;
text-align: center;
margin-bottom: 24px
}
.entity .sub-title-description,
.entity .title-description {
font-size: 1.4rem;
line-height: 1.42857;
color: rgba(0, 0, 0, .6);
font-weight: 400
}
.entity .browsemap .entity-list-wrapper {
border-radius: 2px;
overflow: hidden
}
.entity .content {
padding: 0 12px 12px;
margin: 0 8px;
border: 1px solid rgba(0, 0, 0, .15);
border-bottom: 0;
position: relative;
z-index: 1;
border-radius: 2px;
background-color: #fff;
text-align: center
}
.entity .content:after,
.entity .content:before {
content: '';
position: absolute;
top: 0;
width: 2px;
height: 100%;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 70%)
}
.entity .content:before {
left: -1px
}
.entity .content:after {
right: -1px
}
.entity .top-card {
padding-top: 17.8vw;
background-color: #fff;
border-bottom: 1px solid #e6e9ec;
position: relative;
z-index: 2
}
.entity .top-card .follow .svg-icon-wrap {
position: relative;
height: 19px;
width: 19px;
overflow: hidden;
vertical-align: middle
}
.entity .hero-image-container {
position: absolute;
top: 0;
left: 0;
z-index: 0;
width: 100%;
height: 33.3vw;
max-height: 325px;
text-align: center;
overflow: hidden
}
.entity .hero-image-container.default {
background-size: 100% 100%;
background-image: url(/sc/h/9yqu9itza6pba4a69xch7d1x2);
background-repeat: no-repeat;
background-color: transparent
}
.entity .hero-image-container.default:before {
content: ' '
}
.entity .hero-image-container.default:after {
content: none
}
.entity .hero-image-container:before {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
overflow: hidden;
z-index: -1;
background: linear-gradient(to bottom, rgba(0, 0, 0, .6) 15%, rgba(255, 255, 255, .55) 65%, #fff 100%)
}
.entity .hero-image-container:after {
content: '';
position: absolute;
top: 40%;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 90%)
}
.entity .hero-image {
display: block;
width: 100%
}
.entity .title {
margin-bottom: 4px
}
.entity .sub-title-description span:nth-child(2n+4):before,
.entity .title-description span:nth-child(2n+4):before {
content: "\00b7\00a0";
display: inline-block
}
.entity .title-description {
margin-bottom: 4px
}
.entity .sub-title-description {
margin-bottom: 0
}
.entity .cta-wrap+.sub-title-description,
.entity .sub-title-description+.cta-wrap {
margin-top: 12px
}
.entity .profile-image-container {
width: 72px;
height: 72px;
box-sizing: border-box;
border-radius: 6px;
border: none;
padding: 4px;
overflow: hidden;
top: -36px;
left: calc(50% - 36px);
position: absolute;
background: #fff;
box-shadow: 0 1px 2px 0 #cdcfd2;
display: flex;
align-items: center;
justify-content: center
}
.entity .profile-picture {
width: 100%;
display: block
}
.entity .description h2,
.entity .details h2 {
margin-bottom: 12px
}
.entity .empty-state {
font-size: 1.6rem;
line-height: 1.75;
font-weight: 400;
color: rgba(0, 0, 0, .75);
padding: 32px
}
.entity .empty-state p {
text-align: center
}
.entity .feed-container-theme {
background-color: transparent
}
.entity .feed-container-theme>h2 {
padding: 16px 16px 12px;
border-bottom: 1px solid #e6e9ec
}
.entity .feed-container-theme .feed-shared-update {
margin: 0;
border: 0;
border-radius: 0;
box-shadow: none
}
.entity .feed-container-theme .feed-shared-update h2 {
padding: 12px 0 0
}
.entity .feed-container-theme .feed-shared-update h3 {
padding: 0 0 12px
}
.entity .feed-container-theme .feed-shared-update p {
padding: 0
}
.time-badge {
display: inline-block
}
.new-badge {
height: 14px;
background: #0091ca;
border-radius: 2px;
padding: 0 6px;
font-size: 1.1rem;
line-height: 14px;
text-align: center;
color: #fff
}
.time-ago {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.country-flags::after {
background: url(/sc/h/4dugc751zqyrdqa8lxt0rdv0d) 0 25px no-repeat;
position: absolute;
left: 8px;
bottom: 8px;
border: 1px solid #b6b6b6;
content: " ";
height: 16px;
width: 22px;
zoom: 1
}
.country-flags--abk::after {
background-position: -1px -4px
}
.country-flags--af::after {
background-position: -1px -33px
}
.country-flags--ax::after {
background-position: -1px -62px
}
.country-flags--al::after {
background-position: -1px -91px
}
.country-flags--dz::after {
background-position: -1px -120px
}
.country-flags--as::after {
background-position: -1px -149px
}
.country-flags--ad::after {
background-position: -1px -178px
}
.country-flags--ao::after {
background-position: -1px -207px
}
.country-flags--ai::after {
background-position: -1px -236px
}
.country-flags--aq::after {
background-position: -1px -265px
}
.country-flags--ag::after {
background-position: -1px -294px
}
.country-flags--ar::after {
background-position: -1px -323px
}
.country-flags--am::after {
background-position: -1px -352px
}
.country-flags--aw::after {
background-position: -1px -381px
}
.country-flags--au::after {
background-position: -1px -410px
}
.country-flags--at::after {
background-position: -1px -439px
}
.country-flags--az::after {
background-position: -1px -468px
}
.country-flags--bs::after {
background-position: -1px -497px
}
.country-flags--bh::after {
background-position: -1px -526px
}
.country-flags--bd::after {
background-position: -1px -555px
}
.country-flags--bb::after {
background-position: -1px -584px
}
.country-flags--by::after {
background-position: -1px -613px
}
.country-flags--be::after {
background-position: -1px -642px
}
.country-flags--bz::after {
background-position: -1px -671px
}
.country-flags--bj::after {
background-position: -1px -700px
}
.country-flags--bm::after {
background-position: -1px -729px
}
.country-flags--bt::after {
background-position: -1px -758px
}
.country-flags--bo::after {
background-position: -1px -787px
}
.country-flags--ba::after {
background-position: -1px -816px
}
.country-flags--bw::after {
background-position: -1px -845px
}
.country-flags--bv::after {
background-position: -1px -874px
}
.country-flags--br::after {
background-position: -1px -903px
}
.country-flags--io::after {
background-position: -1px -932px
}
.country-flags--bvi::after {
background-position: -1px -961px
}
.country-flags--bn::after {
background-position: -1px -990px
}
.country-flags--bg::after {
background-position: -1px -1019px
}
.country-flags--bf::after {
background-position: -1px -1048px
}
.country-flags--bi::after {
background-position: -1px -1077px
}
.country-flags--kh::after {
background-position: -1px -1106px
}
.country-flags--cm::after {
background-position: -1px -1135px
}
.country-flags--ca::after {
background-position: -1px -1164px
}
.country-flags--cv::after {
background-position: -1px -1193px
}
.country-flags--cb::after {
background-position: -1px -1222px
}
.country-flags--ky::after {
background-position: -1px -1251px
}
.country-flags--cf::after {
background-position: -1px -1280px
}
.country-flags--td::after {
background-position: -1px -1309px
}
.country-flags--cl::after {
background-position: -1px -1338px
}
.country-flags--cn::after {
background-position: -1px -1367px
}
.country-flags--cx::after {
background-position: -1px -1396px
}
.country-flags--cc::after {
background-position: -1px -1425px
}
.country-flags--co::after {
background-position: -1px -1454px
}
.country-flags--com::after {
background-position: -1px -1483px
}
.country-flags--km::after {
background-position: -1px -1512px
}
.country-flags--ck::after {
background-position: -1px -1541px
}
.country-flags--cr::after {
background-position: -1px -1570px
}
.country-flags--ci::after {
background-position: -1px -1599px
}
.country-flags--hr::after {
background-position: -1px -1628px
}
.country-flags--cu::after {
background-position: -1px -1657px
}
.country-flags--cy::after {
background-position: -1px -1686px
}
.country-flags--cz::after {
background-position: -1px -1715px
}
.country-flags--cd::after {
background-position: -1px -1744px
}
.country-flags--dk::after {
background-position: -1px -1773px
}
.country-flags--dj::after {
background-position: -1px -1802px
}
.country-flags--dm::after {
background-position: -1px -1831px
}
.country-flags--do::after {
background-position: -1px -1860px
}
.country-flags--tp::after {
background-position: -1px -1889px
}
.country-flags--ec::after {
background-position: -1px -1918px
}
.country-flags--eg::after {
background-position: -1px -1947px
}
.country-flags--sv::after {
background-position: -1px -1976px
}
.country-flags--eng::after {
background-position: -1px -2005px
}
.country-flags--gq::after {
background-position: -1px -2034px
}
.country-flags--er::after {
background-position: -1px -2063px
}
.country-flags--ee::after {
background-position: -1px -2092px
}
.country-flags--et::after {
background-position: -1px -2121px
}
.country-flags--euu::after {
background-position: -1px -2150px
}
.country-flags--fk::after {
background-position: -1px -2179px
}
.country-flags--fo::after {
background-position: -1px -2208px
}
.country-flags--fj::after {
background-position: -1px -2237px
}
.country-flags--fi::after {
background-position: -1px -2266px
}
.country-flags--fr::after {
background-position: -1px -2295px
}
.country-flags--gf::after {
background-position: -1px -2324px
}
.country-flags--pf::after {
background-position: -1px -2353px
}
.country-flags--tf::after {
background-position: -1px -2382px
}
.country-flags--ga::after {
background-position: -1px -2411px
}
.country-flags--gm::after {
background-position: -1px -2440px
}
.country-flags--ge::after {
background-position: -1px -2469px
}
.country-flags--de::after {
background-position: -1px -2498px
}
.country-flags--gh::after {
background-position: -1px -2527px
}
.country-flags--gi::after {
background-position: -1px -2556px
}
.country-flags--gos::after {
background-position: -1px -2585px
}
.country-flags--gr::after {
background-position: -1px -2614px
}
.country-flags--gl::after {
background-position: -1px -2643px
}
.country-flags--gd::after {
background-position: -1px -2672px
}
.country-flags--gp::after {
background-position: -1px -2701px
}
.country-flags--gu::after {
background-position: -1px -2730px
}
.country-flags--gt::after {
background-position: -1px -2759px
}
.country-flags--gg::after {
background-position: -1px -2788px
}
.country-flags--gw::after {
background-position: -1px -2817px
}
.country-flags--gn::after {
background-position: -1px -2846px
}
.country-flags--gy::after {
background-position: -1px -2875px
}
.country-flags--ht::after {
background-position: -1px -2904px
}
.country-flags--hm::after {
background-position: -1px -2933px
}
.country-flags--hn::after {
background-position: -1px -2962px
}
.country-flags--hk::after {
background-position: -1px -2991px
}
.country-flags--hu::after {
background-position: -1px -3020px
}
.country-flags--is::after {
background-position: -1px -3049px
}
.country-flags--in::after {
background-position: -1px -3078px
}
.country-flags--id::after {
background-position: -1px -3107px
}
.country-flags--ir::after {
background-position: -1px -3136px
}
.country-flags--iq::after {
background-position: -1px -3165px
}
.country-flags--ie::after {
background-position: -1px -3194px
}
.country-flags--im::after {
background-position: -1px -3223px
}
.country-flags--il::after {
background-position: -1px -3252px
}
.country-flags--it::after {
background-position: -1px -3281px
}
.country-flags--jm::after {
background-position: -1px -3310px
}
.country-flags--jp::after {
background-position: -1px -3339px
}
.country-flags--je::after {
background-position: -1px -3368px
}
.country-flags--jo::after {
background-position: -1px -3397px
}
.country-flags--kz::after {
background-position: -1px -3426px
}
.country-flags--ke::after {
background-position: -1px -3455px
}
.country-flags--ki::after {
background-position: -1px -3484px
}
.country-flags--ko::after {
background-position: -1px -3513px
}
.country-flags--kw::after {
background-position: -1px -3542px
}
.country-flags--kg::after {
background-position: -1px -3571px
}
.country-flags--la::after {
background-position: -1px -3600px
}
.country-flags--lv::after {
background-position: -1px -3629px
}
.country-flags--lb::after {
background-position: -1px -3658px
}
.country-flags--ls::after {
background-position: -1px -3687px
}
.country-flags--lr::after {
background-position: -1px -3716px
}
.country-flags--ly::after {
background-position: -1px -3745px
}
.country-flags--li::after {
background-position: -1px -3774px
}
.country-flags--lt::after {
background-position: -1px -3803px
}
.country-flags--lu::after {
background-position: -1px -3832px
}
.country-flags--mo::after {
background-position: -1px -3861px
}
.country-flags--mk::after {
background-position: -1px -3890px
}
.country-flags--mg::after {
background-position: -1px -3919px
}
.country-flags--mw::after {
background-position: -1px -3948px
}
.country-flags--my::after {
background-position: -1px -3977px
}
.country-flags--mv::after {
background-position: -1px -4006px
}
.country-flags--ml::after {
background-position: -1px -4035px
}
.country-flags--mt::after {
background-position: -1px -4064px
}
.country-flags--mars::after {
background-position: -1px -4093px
}
.country-flags--mh::after {
background-position: -1px -4122px
}
.country-flags--mq::after {
background-position: -1px -4151px
}
.country-flags--mr::after {
background-position: -1px -4180px
}
.country-flags--mu::after {
background-position: -1px -4209px
}
.country-flags--yt::after {
background-position: -1px -4238px
}
.country-flags--mx::after {
background-position: -1px -4267px
}
.country-flags--fm::after {
background-position: -1px -4296px
}
.country-flags--md::after {
background-position: -1px -4325px
}
.country-flags--mc::after {
background-position: -1px -4354px
}
.country-flags--mn::after {
background-position: -1px -4383px
}
.country-flags--me::after {
background-position: -1px -4412px
}
.country-flags--ms::after {
background-position: -1px -4441px
}
.country-flags--ma::after {
background-position: -1px -4470px
}
.country-flags--mz::after {
background-position: -1px -4499px
}
.country-flags--mm::after {
background-position: -1px -4528px
}
.country-flags--nato::after {
background-position: -1px -4557px
}
.country-flags--nag::after {
background-position: -1px -4586px
}
.country-flags--na::after {
background-position: -1px -4615px
}
.country-flags--nr::after {
background-position: -1px -4644px
}
.country-flags--np::after {
background-position: -1px -4673px
}
.country-flags--an::after {
background-position: -1px -4702px
}
.country-flags--nl::after {
background-position: -1px -4731px
}
.country-flags--nc::after {
background-position: -1px -4760px
}
.country-flags--nz::after {
background-position: -1px -4789px
}
.country-flags--ni::after {
background-position: -1px -4818px
}
.country-flags--ne::after {
background-position: -1px -4847px
}
.country-flags--ng::after {
background-position: -1px -4876px
}
.country-flags--nu::after {
background-position: -1px -4905px
}
.country-flags--nf::after {
background-position: -1px -4934px
}
.country-flags--kp::after {
background-position: -1px -4963px
}
.country-flags--ncyp::after {
background-position: -1px -4992px
}
.country-flags--mp::after {
background-position: -1px -5021px
}
.country-flags--no::after {
background-position: -1px -5050px
}
.country-flags--oo::after {
background-position: -1px -5079px
}
.country-flags--olympics::after {
background-position: -1px -5108px
}
.country-flags--om::after {
background-position: -1px -5137px
}
.country-flags--pk::after {
background-position: -1px -5166px
}
.country-flags--pw::after {
background-position: -1px -5195px
}
.country-flags--ps::after {
background-position: -1px -5224px
}
.country-flags--pa::after {
background-position: -1px -5253px
}
.country-flags--pg::after {
background-position: -1px -5282px
}
.country-flags--py::after {
background-position: -1px -5311px
}
.country-flags--pe::after {
background-position: -1px -5340px
}
.country-flags--ph::after {
background-position: -1px -5369px
}
.country-flags--pn::after {
background-position: -1px -5398px
}
.country-flags--pl::after {
background-position: -1px -5427px
}
.country-flags--pt::after {
background-position: -1px -5456px
}
.country-flags--pr::after {
background-position: -1px -5485px
}
.country-flags--qa::after {
background-position: -1px -5514px
}
.country-flags--re::after {
background-position: -1px -5543px
}
.country-flags--redcross::after {
background-position: -1px -5572px
}
.country-flags--cg::after {
background-position: -1px -5601px
}
.country-flags--ro::after {
background-position: -1px -5630px
}
.country-flags--ru::after {
background-position: -1px -5659px
}
.country-flags--rw::after {
background-position: -1px -5688px
}
.country-flags--stbart::after {
background-position: -1px -5717px
}
.country-flags--sh::after {
background-position: -1px -5746px
}
.country-flags--kn::after {
background-position: -1px -5775px
}
.country-flags--lc::after {
background-position: -1px -5804px
}
.country-flags--pm::after {
background-position: -1px -5833px
}
.country-flags--vc::after {
background-position: -1px -5862px
}
.country-flags--ws::after {
background-position: -1px -5891px
}
.country-flags--sm::after {
background-position: -1px -5920px
}
.country-flags--st::after {
background-position: -1px -5949px
}
.country-flags--sa::after {
background-position: -1px -5978px
}
.country-flags--scot::after {
background-position: -1px -6007px
}
.country-flags--sn::after {
background-position: -1px -6036px
}
.country-flags--rs::after {
background-position: -1px -6065px
}
.country-flags--cs::after {
background-position: -1px -6094px
}
.country-flags--sc::after {
background-position: -1px -6123px
}
.country-flags--sl::after {
background-position: -1px -6152px
}
.country-flags--sg::after {
background-position: -1px -6181px
}
.country-flags--sk::after {
background-position: -1px -6210px
}
.country-flags--si::after {
background-position: -1px -6239px
}
.country-flags--sb::after {
background-position: -1px -6268px
}
.country-flags--so::after {
background-position: -1px -6297px
}
.country-flags--somal::after {
background-position: -1px -6326px
}
.country-flags--za::after {
background-position: -1px -6355px
}
.country-flags--gs::after {
background-position: -1px -6384px
}
.country-flags--kr::after {
background-position: -1px -6413px
}
.country-flags--soss::after {
background-position: -1px -6442px
}
.country-flags--ss::after {
background-position: -1px -6471px
}
.country-flags--es::after {
background-position: -1px -6500px
}
.country-flags--lk::after {
background-position: -1px -6529px
}
.country-flags--sd::after {
background-position: -1px -6558px
}
.country-flags--sr::after {
background-position: -1px -6587px
}
.country-flags--sj::after {
background-position: -1px -6616px
}
.country-flags--sz::after {
background-position: -1px -6645px
}
.country-flags--se::after {
background-position: -1px -6674px
}
.country-flags--ch::after {
background-position: -1px -6703px
}
.country-flags--sy::after {
background-position: -1px -6732px
}
.country-flags--tw::after {
background-position: -1px -6761px
}
.country-flags--tj::after {
background-position: -1px -6790px
}
.country-flags--tz::after {
background-position: -1px -6819px
}
.country-flags--th::after {
background-position: -1px -6848px
}
.country-flags--tl::after {
background-position: -1px -6877px
}
.country-flags--tg::after {
background-position: -1px -6906px
}
.country-flags--tk::after {
background-position: -1px -6935px
}
.country-flags--to::after {
background-position: -1px -6964px
}
.country-flags--tt::after {
background-position: -1px -6993px
}
.country-flags--tn::after {
background-position: -1px -7022px
}
.country-flags--tr::after {
background-position: -1px -7051px
}
.country-flags--tm::after {
background-position: -1px -7080px
}
.country-flags--tc::after {
background-position: -1px -7109px
}
.country-flags--tv::after {
background-position: -1px -7138px
}
.country-flags--vi::after {
background-position: -1px -7167px
}
.country-flags--ug::after {
background-position: -1px -7196px
}
.country-flags--ua::after {
background-position: -1px -7225px
}
.country-flags--ae::after {
background-position: -1px -7254px
}
.country-flags--gb::after {
background-position: -1px -7283px
}
.country-flags--unitednations::after {
background-position: -1px -7312px
}
.country-flags--us::after {
background-position: -1px -7341px
}
.country-flags--uy::after {
background-position: -1px -7370px
}
.country-flags--uz::after {
background-position: -1px -7399px
}
.country-flags--vu::after {
background-position: -1px -7428px
}
.country-flags--va::after {
background-position: -1px -7457px
}
.country-flags--ve::after {
background-position: -1px -7486px
}
.country-flags--vn::after {
background-position: -1px -7515px
}
.country-flags--vg::after {
background-position: -1px -7544px
}
.country-flags--wales::after {
background-position: -1px -7573px
}
.country-flags--wf::after {
background-position: -1px -7602px
}
.country-flags--eh::after {
background-position: -1px -7631px
}
.country-flags--ye::after {
background-position: -1px -7660px
}
.country-flags--yu::after {
background-position: -1px -7689px
}
.country-flags--zm::after {
background-position: -1px -7718px
}
.country-flags--zw::after {
background-position: -1px -7747px
}
#feedback-submit {
text-align: center
}
#feedback-submit .title {
margin-bottom: 10px
}
#feedback-submit .feedback-category,
#feedback-submit .feedback-pillar {
display: block;
margin: 0 auto 10px
}
#feedback-submit .primary,
#feedback-submit .secondary {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #0073b1;
cursor: pointer;
display: inline-block;
font-size: 1.6rem;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0 16px;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px transparent, inset 0 0 0 1px transparent
}
@media only screen and (-ms-high-contrast:active) {
#feedback-submit .primary,
#feedback-submit .secondary {
border: 1px solid currentColor;
line-height: 30px
}
}
html.edge #feedback-submit .primary:focus,
html.edge #feedback-submit .secondary:focus,
html.ie #feedback-submit .primary:focus,
html.ie #feedback-submit .secondary:focus {
outline: #7f7f7f dashed 1px
}
#feedback-submit .primary li-icon,
#feedback-submit .secondary li-icon {
top: 2px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
#feedback-submit .primary li-icon>svg,
#feedback-submit .secondary li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge #feedback-submit .primary,
.edge #feedback-submit .secondary,
.ie #feedback-submit .primary,
.ie #feedback-submit .secondary {
border-radius: 0
}
#feedback-submit .primary:hover:not(:disabled)[data-is-animating-click=true],
#feedback-submit .primary:not(:disabled)[data-is-animating-click=true],
#feedback-submit .secondary:hover:not(:disabled)[data-is-animating-click=true],
#feedback-submit .secondary:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px transparent, inset 0 0 0 1px #004b7c
}
#feedback-submit .primary.focus,
#feedback-submit .primary.hover-not-disabled,
#feedback-submit .primary:focus,
#feedback-submit .primary:hover:not(:disabled):not(.disabled),
#feedback-submit .secondary.focus,
#feedback-submit .secondary.hover-not-disabled,
#feedback-submit .secondary:focus,
#feedback-submit .secondary:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097;
box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px #006097, inset 0 0 0 1px transparent
}
#feedback-submit .primary.active-not-disabled,
#feedback-submit .primary:active:not(:disabled):not(.disabled),
#feedback-submit .secondary.active-not-disabled,
#feedback-submit .secondary:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.ghost-company,
.ghost-content,
.ghost-group,
.ghost-job,
.ghost-person,
.ghost-school {
background-color: #b3b6b9
}
#feedback-submit .primary.disabled,
#feedback-submit .primary:disabled,
#feedback-submit .secondary.disabled,
#feedback-submit .secondary:disabled {
color: rgba(0, 115, 177, .35);
box-shadow: inset 0 0 0 1px rgba(0, 115, 177, .35);
cursor: not-allowed
}
#feedback-submit .primary:hover:disabled,
#feedback-submit .secondary:hover:disabled {
cursor: default
}
.ghost-person {
background-image: url(/sc/h/djzv59yelk5urv2ujlazfyvrk)
}
.ghost-company {
background-image: url(/sc/h/ck48xrmh3ctwna0w2y1hos0ln)
}
.ghost-school {
background-image: url(/sc/h/8zyvax2j09k9jfspjn2wi17un)
}
.ghost-group {
background-image: url(/sc/h/elt73bjdfklnx1hy5ssvzgc4i)
}
.ghost-content {
background-image: url(/sc/h/60zxzzekdyijj4i2nild6h4cl)
}
.ghost-job {
background-image: url(/sc/h/8tdgy7buzt6dxujlpd2ha22ne)
}
.ghost-article {
background: url(/sc/h/1ij2owjkf0ygzq76a39t609lq) center no-repeat #b3b6b9
}
.ghost-hashtag {
background-color: #b3b6b9;
background-image: url(/sc/h/7r1545vh80i1e1mw8sai2g42l)
}
.ghost-events {
background-color: #b3b6b9;
background-image: url(/sc/h/6ko8ot9j2o8uandkcimwm3v06)
}
.sub-nav {
position: relative;
border-top: 1px solid rgba(0, 0, 0, .15)
}
.sub-nav.stuck ul {
z-index: 2;
border-bottom: 1px solid rgba(0, 0, 0, .15);
background-color: #fff
}
.sub-nav ul {
padding: 0 24px;
background-color: #fff;
width: 100%;
top: 0;
display: flex;
justify-content: center;
transition: border .2s ease
}
.sub-nav.scrollable ul {
display: block;
padding: 0 8px;
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap
}
.sub-nav.scrollable ul::after {
content: '';
position: absolute;
top: 0;
right: 0;
width: 10%;
height: 100%;
text-align: center;
margin: 0;
padding: 0;
transform: translate3d(0, 0, 0);
background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0))
}
.sub-nav.scrollable.stuck ul::after {
position: absolute;
top: 0
}
.sub-nav-item {
list-style-type: none;
flex: 1 0 33%;
display: flex
}
.sub-nav.scrollable .sub-nav-item {
flex: 0 1 auto;
display: inline-block
}
.sub-nav-item a,
.sub-nav-item button {
font-size: 1.6rem;
line-height: 1.75;
font-weight: 400;
color: rgba(0, 0, 0, .6);
margin: 0;
padding: 12px;
text-align: center;
text-decoration: none;
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 100%
}
.global-title-container .global-title-text,
.shared-title-bar__text {
line-height: 44px;
overflow: hidden;
padding: 0 12px;
white-space: nowrap;
text-overflow: ellipsis
}
.sub-nav-item a::after,
.sub-nav-item button::after {
content: '';
width: 0;
height: 2px;
background-color: transparent;
margin: auto;
display: block;
transition: all .2s ease;
bottom: 0;
left: 50%;
position: absolute
}
.sub-nav-item a::hover::after,
.sub-nav-item button::hover::after {
width: 100%;
background-color: #0084bf;
left: 0
}
.sub-nav-item .active {
color: #0084bf
}
.global-title-container .global-title-button,
.global-title-container .global-title-text,
.shared-title-bar__button,
.shared-title-bar__text {
color: #fff;
display: inline-block;
vertical-align: middle
}
.sub-nav-item .active::after {
width: 100%;
background-color: #0084bf;
left: 0
}
.global-title-container .global-title,
.shared-title-bar__title {
background-color: #0073b1;
position: fixed;
top: 44px;
z-index: 100;
left: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.svg-icon-wrap {
display: inline-block
}
svg.large-icon {
width: 48px;
height: 48px
}
.global-title-container {
height: 44px
}
.global-title-container .global-title {
width: 100%
}
.global-title-container .global-title-button {
margin: 4px 6px 4px 10px;
height: 24px;
width: 24px
}
.global-title-container .global-title-text {
font-size: 1.6rem;
font-weight: 400;
margin-left: 16px
}
.shared-title-bar {
height: 44px;
flex-shrink: 0
}
.shared-title-bar__title {
width: 100%
}
.shared-title-bar__button {
margin: 4px 6px 4px 10px;
height: 24px;
width: 24px
}
.shared-title-bar__text {
margin-left: 16px
}
.bg-img {
width: 100%;
position: relative;
overflow: visible
}
.bg-img--has-shadow {
border-top-left-radius: 2px;
border-top-right-radius: 2px
}
.bg-img__zero-height-container {
height: 0;
width: 100%;
overflow: visible
}
.bg-img__zero-height-container--hide {
display: none
}
.bg-img__visible-content {
width: 100%;
position: relative
}
.bg-img__visible-content::before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
pointer-events: none;
background: linear-gradient(transparent, rgba(0, 0, 0, .6))
}
.bg-img__cropper {
width: 100%;
padding: 0;
background: 0 0;
position: relative;
overflow: hidden
}
.bg-img__cropper--hide {
height: 0;
overflow: hidden
}
.bg-img__show-default {
background-image: url(/sc/h/3chad3rzxalsf65nuo7hxciac);
background-position: center;
background-size: cover;
margin-top: -1px
}
.bg-img__no-image-stub {
width: 100%;
background: 0 0
}
.bg-img__spinner {
display: flex;
justify-content: center;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
color: #f3f6f8
}
.tracking-overlay {
position: fixed;
top: 0;
left: 0;
bottom: 0;
z-index: 9999;
min-width: 275px;
pointer-events: none;
padding-top: 50px;
background-color: rgba(0, 0, 0, .6);
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(255, 255, 255, .85)
}
.tracking-overlay .header {
display: flex;
justify-content: space-between;
margin: 10px
}
.tracking-overlay .more-info-button {
pointer-events: all;
margin: 2px 0;
max-height: 24px;
max-width: 24px
}
.tracking-overlay .action {
pointer-events: all;
background-color: #0073b1;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 1.4rem;
font-weight: 600;
font-family: inherit;
height: 24px;
line-height: 24px;
overflow: hidden;
outline-width: 2px;
padding: 0 16px;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0
}
@media only screen and (-ms-high-contrast:active) {
.tracking-overlay .action {
border: 1px solid currentColor;
line-height: 22px
}
}
html.edge .tracking-overlay .action:focus,
html.ie .tracking-overlay .action:focus {
outline: #7f7f7f dashed 1px
}
.tracking-overlay .action li-icon {
top: 1px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.tracking-overlay .action li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .tracking-overlay .action,
.ie .tracking-overlay .action {
border-radius: 0
}
.tracking-overlay .action.focus,
.tracking-overlay .action.hover-not-disabled,
.tracking-overlay .action:focus,
.tracking-overlay .action:hover:not(:disabled):not(.disabled) {
background-color: #006097;
color: #fff
}
.tracking-overlay .action.active-not-disabled,
.tracking-overlay .action:active:not(:disabled):not(.disabled) {
background-color: #004b7c;
color: #fff
}
.tracking-overlay .action.disabled,
.tracking-overlay .action:disabled {
color: rgba(255, 255, 255, .45);
background-color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.tracking-overlay .tracking-events {
list-style-type: none;
margin: 10px 10px 0
}
.nav-main-container {
position: fixed;
top: 0;
left: 0;
height: 44px;
width: 100%;
z-index: 100;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.render-mode-SSR.nav-v2 #voyager-nav-snap,
.render-mode-SSRPIPE.nav-v2 #voyager-nav-snap {
display: block
}
.nav-main {
background-color: #0073b1;
position: absolute;
overflow: hidden;
width: 100%
}
.nav-item__link {
position: relative;
display: block;
height: 44px;
color: #fff
}
.nav-item__link.active,
.nav-item__link:active,
.nav-item__link:visited,
.nav-item__link:visited:active {
color: #fff
}
.nav-item__link.active {
border-bottom: 2px solid #fff
}
.nav-item__link.active .active-item {
visibility: visible
}
.nav-item__link.active .inactive-item {
visibility: hidden
}
.nav-item__badge {
position: absolute;
top: 6px;
left: calc(50% + 9px);
height: 14px;
min-width: 14px;
background-color: #cf5000;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
font-size: 12px;
font-weight: 400;
line-height: 12px;
text-align: center;
padding: 0 4px
}
.nav-container .nav-item__icon li-icon,
.nav-container .nav-item__icon svg {
pointer-events: none
}
.nav-item__badge+.nav-item__icon {
-webkit-clip-path: polygon(0 0, calc(50% + 7px) 0, calc(50% + 7px) 22px, 100% 22px, 100% 100%, 0 100%);
clip-path: polygon(0 0, calc(50% + 7px) 0, calc(50% + 7px) 22px, 100% 22px, 100% 100%, 0 100%)
}
.artdeco-feedback {
align-items: flex-start;
display: flex;
opacity: 1;
transition: opacity .334s
}
.artdeco-feedback--hidden,
.like-button .unlike-icon {
display: none
}
.artdeco-feedback--fade {
opacity: 0
}
.artdeco-feedback--note {
color: #878787
}
.artdeco-feedback--note.artdeco-feedback--inverse {
color: #cfcfcf
}
.artdeco-feedback--success {
color: #469a1f
}
.artdeco-feedback--success.artdeco-feedback--inverse {
color: #b5d99f
}
.artdeco-feedback--yield {
color: #e55800
}
.artdeco-feedback--yield.artdeco-feedback--inverse {
color: #f8c19e
}
.artdeco-feedback--error {
color: #ff2c33
}
.artdeco-feedback--error.artdeco-feedback--inverse {
color: #ffbcba
}
.artdeco-feedback__icon {
margin: 2px 4px 0 0
}
.artdeco-feedback__message {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9);
color: inherit;
flex-grow: 1;
width: 0
}
.like-button.active,
.like-button.active:hover:not(:disabled) {
color: #0084bf
}
.like-button.active .unlike-icon,
.like-button.active:hover:not(:disabled) .unlike-icon {
display: inline-block
}
.like-button.active .like-icon,
.like-button.active:hover:not(:disabled) .like-icon {
display: none
}
.not-found__graphic {
position: absolute;
width: 100%;
height: 100vh;
max-height: 100vh;
max-width: 100%;
min-height: 750px;
left: 0;
top: 0;
overflow: hidden
}
.entity-list-item .insight-item-image,
.flavor .flavor-image {
max-height: 100%;
max-width: 100%
}
.not-found__section {
width: 1128px;
box-sizing: content-box;
padding: 0 30px;
display: block;
margin: auto;
position: relative;
z-index: 10
}
@media (max-width:1208px) {
.not-found__section {
width: calc(100vw - 20px);
box-sizing: border-box
}
}
@media (max-width:976px) {
.not-found__section {
padding: 0 18px
}
}
.not-found__header {
padding: 32px
}
.not-found__main {
text-align: center
}
.not-found__main-heading {
margin: 24px 0
}
.not-found__main-subheading {
max-width: 560px;
margin: 0 auto
}
.not-found__main-subheading a {
text-decoration: none;
font-weight: 600;
background-color: transparent;
border: 0;
color: #0073b1
}
.not-found__main-subheading a:visited {
color: #0073b1
}
.not-found__main-subheading a:focus,
.not-found__main-subheading a:hover {
text-decoration: underline;
color: #006097
}
.not-found__main-subheading a:active {
color: #004b7c
}
.not-found__main-cta {
padding-top: 32px
}
.not-found__footer {
width: 100%;
z-index: 10;
position: fixed;
bottom: 0;
left: 0;
padding: 16px 32px;
text-align: center;
vertical-align: middle;
background: #f5f5f5
}
.not-found__footer-copyright {
display: inline-block;
color: #4F6878
}
.not-found__footer-copyright svg {
width: 56px;
height: 14px;
display: inline-block;
vertical-align: top
}
.not-found__footer-link {
padding: 0 2px 0 16px;
color: #4F6878
}
.not-found__footer-link:hover {
text-decoration: underline
}
.not-found__stars {
z-index: 1
}
.not-found__stars>svg {
left: 50%;
top: 50%;
position: absolute;
transform: translate(-50%, -50%)
}
.not-found__mountians>svg,
.not-found__telescope>svg {
transform: translateX(-50%);
position: absolute;
left: 50%;
bottom: 0
}
.not-found__stars .star.fast {
animation: starPulse 3s ease infinite
}
.not-found__stars .star.medium {
animation: starPulse 5s ease infinite
}
.not-found__stars .star.slow {
animation: starPulse 7s ease infinite
}
.not-found__mountians {
z-index: 2
}
.not-found__telescope {
z-index: 3
}
.not-found__telescope#telescope-scope {
transform-origin: 50% 75%;
animation: swivel 20s ease infinite
}
@keyframes swivel {
0%,
100% {
transform: rotate(0)
}
25% {
transform: rotate(12deg)
}
75% {
transform: rotate(-12deg)
}
}
@keyframes starPulse {
0%,
100% {
opacity: 1
}
50% {
opacity: .05
}
}
.accordion-panel-body.is-expanded {
height: auto
}
.accordion-panel-body.is-collapsed {
height: 0;
display: none;
overflow: hidden;
transition: height 2s
}
.actor-list {
padding: 8px 16px 16px;
background-color: #fff;
list-style: none
}
.actor-list .actor-item:after,
.actor-list .actor-item:before {
content: '';
display: table
}
.actor-list .actor-item:after {
clear: both
}
.actor-list .actor-item>a {
display: block
}
.actor-list .actor-item>a:hover {
text-decoration: none
}
.actor-list .actor-item:not(:first-child) {
margin-top: 8px
}
.actor-list .actor-item .actor-image,
.actor-list .actor-item .profile-link {
display: inline-block;
vertical-align: middle
}
.actor-list .actor-item .profile-link {
width: calc(100% - 64px)
}
.actor-list .actor-item .actor-image {
margin-right: 3px
}
.actor-list .actor-item .actor-image>img {
display: block;
width: 56px;
height: 56px;
box-sizing: border-box;
background-clip: content-box;
border: 2px solid transparent;
border-radius: 49.9%
}
.actor-list .actor-item .name {
font-size: 1.6rem;
line-height: 1.75;
font-weight: 600;
color: rgba(0, 0, 0, .9)
}
.actor-list .actor-item .headline {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.dropdown dd a,
.dropdown dd a:visited,
.dropdown li a,
.dropdown li a:visited {
color: #000;
text-decoration: none
}
.actor-list .actor-item:not(:last-child)::after {
content: "";
width: 100%;
height: 8px;
border-bottom: 1px solid rgba(0, 0, 0, .15);
margin-left: 56px
}
.app-store-badge__android,
.app-store-badge__ios {
height: 44px;
width: 144px;
display: inline-block;
background-size: 100%;
background-repeat: no-repeat
}
.app-store-badge__ios {
background-image: url(/sc/h/64ir8xojxaby0z91u9tp4zjcb)
}
.app-store-badge__android {
background-image: url(/sc/h/dolm0zdpo3363nx2uhn9bbcum)
}
.dropdown {
overflow: hidden;
display: block
}
.dropdown .dropdown-trigger:hover {
cursor: pointer;
background-color: #cdcfd2
}
.dropdown .dropdown-options {
position: absolute;
margin-top: 2px;
box-shadow: 2px 2px 2px #000;
padding: 8px;
background-color: #fff;
z-index: 1000;
right: 0
}
.dropdown .focus,
.dropdown dd:hover,
.dropdown li:hover {
background-color: #cdcfd2
}
.dropdown dd a:hover,
.dropdown li a:hover {
text-decoration: none
}
.dropdown .closed {
display: none
}
.dropdown .open {
display: block
}
.artdeco-container-card {
display: block;
background-color: #fff;
border-radius: 2px;
position: relative;
list-style: none
}
.artdeco-container-card-action-bar {
font-size: 1.6rem;
font-weight: 600;
width: 100%;
height: initial;
display: block;
line-height: 48px;
border-top: 1px solid rgba(0, 0, 0, .15);
text-align: center;
box-sizing: content-box;
color: #0073b1
}
.artdeco-container-card-action-bar:visited {
color: #0073b1
}
@media only screen and (min-width:616px) {
.confirmation-modal {
width: 450px
}
}
.distance-badge {
position: relative;
vertical-align: middle;
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.distance-badge.separator::before {
content: '\2022';
margin: 0
}
.entity-list.row {
display: flex;
flex-direction: column
}
.entity-list.row .entity-list-item {
padding: 0 0 0 12px
}
.entity-list.row .entity-list-item:nth-last-child(1) {
margin-bottom: 0
}
.entity-list.row .entity-list-item:nth-last-child(1) .content-wrapper,
.entity-list.row .entity-list-item:nth-last-child(1) .cta-wrap {
border-bottom: none
}
.entity-list.row p {
margin-bottom: 0;
padding: 0
}
.entity-list.row .entity-item-wrapper,
.entity-list.row .entity-link-wrapper {
display: flex;
width: 100%
}
.entity-list.row .entity-link-wrapper>figure {
padding: 12px 0;
margin-right: 12px;
align-self: baseline;
min-height: 72px;
min-width: 48px
}
.entity-list.row .insight {
position: relative;
padding: 12px 12px 12px 0
}
.entity-list.row .insight figure {
margin-right: 4px;
-ms-grid-row-align: center;
align-self: center
}
.entity-list.row .insight p {
-ms-grid-row-align: center;
align-self: center
}
.entity-list.row .insight:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 25%;
height: 1px;
background-color: rgba(0, 0, 0, .15)
}
.entity-list.row .content-wrapper {
display: flex;
flex-direction: column;
justify-content: center;
flex: 1 1 auto;
border-bottom: 1px solid rgba(0, 0, 0, .15);
padding: 12px 12px 12px 0
}
.entity-list.row .content-wrapper .insight {
padding-bottom: 0;
margin-top: 12px
}
.entity-list.row .cta-wrap {
display: flex;
align-items: center;
justify-content: flex-end;
flex: 1 0 auto;
border-bottom: 1px solid rgba(0, 0, 0, .15);
padding: 0 12px 0 0
}
.entity-list.row .cta-wrap a,
.entity-list.row .cta-wrap button {
color: #0084bf;
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid currentColor
}
.entity-list.row .cta-wrap a {
text-align: center;
display: flex;
align-items: center
}
.entity-list.row .cta-wrap a .svg-icon-wrap {
flex: 1
}
.entity-list.row .cta-wrap .svg-icon-wrap>li-icon,
.entity-list.row .cta-wrap .svg-icon-wrap>svg {
vertical-align: middle
}
.entity-list.tile {
display: flex;
flex-direction: row;
flex-wrap: wrap
}
.entity-list.tile .entity-list-item {
display: flex;
flex: 1 1 50%
}
.entity-list.tile .entity-list-item:nth-child(even) {
border-right: none
}
.entity-list.tile .entity-list-item:last-child,
.entity-list.tile .entity-list-item:nth-child(odd):nth-last-of-type(2) {
border-bottom: none
}
.entity-list.tile .entity-list-item>div {
display: flex
}
.browsemap .entity-list.tile {
padding: 0 12px 24px;
justify-content: space-between;
align-content: space-between;
border: 0
}
.browsemap .entity-list.tile .entity-list-item {
flex: 1 1 40%;
border-radius: 2px;
margin-bottom: 12px
}
.browsemap .entity-list.tile .entity-list-item:nth-child(odd) {
margin-right: 12px
}
.browsemap .entity-list.tile .entity-list-item:nth-child(odd):last-child {
margin: 0;
max-width: calc(50% - 4px)
}
.browsemap .entity-list.tile .entity-list-item:nth-child(even) {
border-right: 1px solid rgba(0, 0, 0, .15)
}
.entity-list.tile .entity-link-wrapper {
display: flex;
flex-direction: column;
flex: 1 1 auto
}
.entity-list.tile figure {
padding-left: 0;
padding-top: 0;
margin-bottom: 4px;
width: 64px;
height: 64px;
flex-basis: 64px
}
.entity-list.tile .content-wrapper .name {
margin-bottom: 0
}
.entity-list.tile .content-wrapper p {
padding: 0
}
.entity-list.tile .insight {
display: flex;
flex: 1;
align-items: flex-start;
flex-direction: column;
margin-top: 12px
}
.entity-list.tile .insight:before {
content: '';
flex: 1;
width: 25%;
border-bottom: 1px solid rgba(0, 0, 0, .15);
margin-bottom: 12px
}
.entity-list.tile .insight.posted-date .abbreviated {
display: none
}
.entity-list-item {
list-style-type: none;
background-color: #fff;
width: 100%
}
.entity-list-item figure {
display: flex;
flex: 0 0 48px;
align-items: center;
padding: 4px
}
.entity-list-item .insight-link-wrapper {
display: flex
}
.entity-list-item .insight p {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400;
color: rgba(0, 0, 0, .6);
padding: 0
}
.entity-list-item .insight .name {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 600;
color: rgba(0, 0, 0, .6);
white-space: nowrap
}
.entity-item {
width: 100%
}
.entity-item .entity-item-image {
margin: 0!important;
max-width: 100%;
max-height: 100%
}
.entity-item .entity-item-image[class*=ghost-] {
width: 48px;
height: 48px;
box-sizing: border-box;
background-clip: content-box;
border: 2px solid transparent;
border-radius: 49.9%
}
.entity-item p {
font-size: 1.4rem;
line-height: 1.42857;
color: rgba(0, 0, 0, .6);
padding: 0;
word-wrap: break-word;
word-break: break-word;
font-weight: 400
}
.entity-item .name {
font-size: 1.6rem;
line-height: 1.75;
font-weight: 600;
color: rgba(0, 0, 0, .9)
}
.in-common-item .distance-badge.separator:before,
.job-item p span:nth-child(2n+4):before,
.profile-item .distance-badge.separator:before,
.skill-item .distance-badge.separator:before {
content: "\00b7";
display: inline-block
}
.job-item .entity-item-image {
width: 100%
}
.job-item figure {
height: 0
}
.row .job-item .posted-date {
border-bottom: 1px solid rgba(0, 0, 0, .15);
flex: 1 0 auto;
text-align: right
}
.row .job-item .posted-date:before {
display: none
}
.row .entity-list-item:last-child .job-item .posted-date {
border-bottom: none
}
.job-item p span:nth-child(2n+4):before {
margin-right: 4px
}
.in-common-item .entity-item-image,
.profile-item .entity-item-image,
.skill-item .entity-item-image {
border-radius: 50%
}
.in-common-item .distance-badge.separator:before,
.profile-item .distance-badge.separator:before,
.skill-item .distance-badge.separator:before {
margin: 0
}
.profile-item figure {
padding: 16px 0
}
.profile-item .location {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.profile-item .location .svg-icon-wrap {
transform: scale(.67);
vertical-align: middle;
margin: -4px -4px 0
}
.profile-item .location .svg-icon-wrap li-icon {
vertical-align: middle
}
.profile-item__name--has-hover:hover {
text-decoration: underline
}
.quote-item>blockquote {
margin-bottom: -16px
}
.quote-item .quoted-text {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .75)
}
.entity-list.row .quote-item .quoted-text {
padding-bottom: 16px
}
.quote-item .quoted-text::before {
content: '\201C'
}
.quote-item .quoted-text::after {
content: '\201D'
}
.quote-item footer::before {
content: '';
display: block;
width: 25%;
border-bottom: 1px solid rgba(0, 0, 0, .15)
}
.quote-item cite {
display: block;
font-style: normal
}
.entity-list.row .quote-item cite .content-wrapper {
border-bottom: 0
}
.pv-profile-detail__content .entity-list.row .entity-list-item {
padding: 0
}
.pv-profile-detail__content .entity-list.row .content-wrapper {
margin-right: -16px
}
.img-edit-button {
z-index: 101
}
.img-edit-button--text {
height: 64px;
display: flex;
align-items: center;
position: absolute;
bottom: 0;
right: 0
}
.img-edit-button--circle::before {
content: '';
position: absolute;
top: 0;
right: 24px;
width: 32px;
height: 32px;
transform: translate(0, -50%);
background-color: #fff;
border-radius: 50%
}
.img-edit-button--circle-edge::before {
right: 0;
transform: translate(50%, -50%)
}
.img-edit-button--text .img-edit-button__dropdown {
border-radius: 2px;
transition: box-shadow 83ms;
position: relative;
box-sizing: border-box;
display: inline-block;
max-width: 264px;
max-height: 548px;
z-index: 999;
flex: 1 1 auto;
background: 0 0;
box-shadow: none;
margin: 0;
padding: 0;
overflow: visible;
min-width: 0
}
.img-edit-button--text .img-edit-button__dropdown ul[role=tablist] {
border-top: 0
}
@media only screen and (-ms-high-contrast:active) {
.img-edit-button--text .img-edit-button__dropdown {
border: 1px solid activeborder
}
}
.img-edit-button--text .img-edit-button__dropdown dl>dt,
.img-edit-button--text .img-edit-button__dropdown h1,
.img-edit-button--text .img-edit-button__dropdown h2,
.img-edit-button--text .img-edit-button__dropdown h3,
.img-edit-button--text .img-edit-button__dropdown h4,
.img-edit-button--text .img-edit-button__dropdown h5,
.img-edit-button--text .img-edit-button__dropdown h6 {
font-size: 1.4rem;
font-weight: 600;
color: rgba(0, 0, 0, .9);
height: 36px;
line-height: normal;
margin-bottom: 0;
padding: 8px 16px;
box-sizing: border-box
}
.img-edit-button--text .img-edit-button__dropdown dl,
.img-edit-button--text .img-edit-button__dropdown ol,
.img-edit-button--text .img-edit-button__dropdown ul {
display: inline-block;
list-style-type: none;
width: 100%
}
.img-edit-button--text .img-edit-button__dropdown dl a,
.img-edit-button--text .img-edit-button__dropdown dl button,
.img-edit-button--text .img-edit-button__dropdown ol a,
.img-edit-button--text .img-edit-button__dropdown ol button,
.img-edit-button--text .img-edit-button__dropdown ul a,
.img-edit-button--text .img-edit-button__dropdown ul button {
font-size: 1.4rem;
font-weight: 600;
color: rgba(0, 0, 0, .6);
display: inline-block;
width: 100%;
min-height: 36px;
line-height: normal;
max-height: 52px;
padding: 8px 16px;
cursor: pointer;
box-sizing: border-box;
word-break: break-all
}
.img-edit-button--text .img-edit-button__dropdown dl a[disabled],
.img-edit-button--text .img-edit-button__dropdown dl button[disabled],
.img-edit-button--text .img-edit-button__dropdown ol a[disabled],
.img-edit-button--text .img-edit-button__dropdown ol button[disabled],
.img-edit-button--text .img-edit-button__dropdown ul a[disabled],
.img-edit-button--text .img-edit-button__dropdown ul button[disabled] {
opacity: .25
}
.img-edit-button--text .img-edit-button__dropdown dl a:not(:first-child),
.img-edit-button--text .img-edit-button__dropdown dl button:not(:first-child),
.img-edit-button--text .img-edit-button__dropdown ol a:not(:first-child),
.img-edit-button--text .img-edit-button__dropdown ol button:not(:first-child),
.img-edit-button--text .img-edit-button__dropdown ul a:not(:first-child),
.img-edit-button--text .img-edit-button__dropdown ul button:not(:first-child) {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400
}
.img-edit-button--text .img-edit-button__dropdown dl a.focus,
.img-edit-button--text .img-edit-button__dropdown dl a.hover,
.img-edit-button--text .img-edit-button__dropdown dl a:focus,
.img-edit-button--text .img-edit-button__dropdown dl a:hover,
.img-edit-button--text .img-edit-button__dropdown dl button.focus,
.img-edit-button--text .img-edit-button__dropdown dl button.hover,
.img-edit-button--text .img-edit-button__dropdown dl button:focus,
.img-edit-button--text .img-edit-button__dropdown dl button:hover,
.img-edit-button--text .img-edit-button__dropdown ol a.focus,
.img-edit-button--text .img-edit-button__dropdown ol a.hover,
.img-edit-button--text .img-edit-button__dropdown ol a:focus,
.img-edit-button--text .img-edit-button__dropdown ol a:hover,
.img-edit-button--text .img-edit-button__dropdown ol button.focus,
.img-edit-button--text .img-edit-button__dropdown ol button.hover,
.img-edit-button--text .img-edit-button__dropdown ol button:focus,
.img-edit-button--text .img-edit-button__dropdown ol button:hover,
.img-edit-button--text .img-edit-button__dropdown ul a.focus,
.img-edit-button--text .img-edit-button__dropdown ul a.hover,
.img-edit-button--text .img-edit-button__dropdown ul a:focus,
.img-edit-button--text .img-edit-button__dropdown ul a:hover,
.img-edit-button--text .img-edit-button__dropdown ul button.focus,
.img-edit-button--text .img-edit-button__dropdown ul button.hover,
.img-edit-button--text .img-edit-button__dropdown ul button:focus,
.img-edit-button--text .img-edit-button__dropdown ul button:hover {
color: rgba(0, 0, 0, .75);
text-decoration: none
}
.img-edit-button--text .img-edit-button__dropdown dl a.active,
.img-edit-button--text .img-edit-button__dropdown dl a:active,
.img-edit-button--text .img-edit-button__dropdown dl button.active,
.img-edit-button--text .img-edit-button__dropdown dl button:active,
.img-edit-button--text .img-edit-button__dropdown ol a.active,
.img-edit-button--text .img-edit-button__dropdown ol a:active,
.img-edit-button--text .img-edit-button__dropdown ol button.active,
.img-edit-button--text .img-edit-button__dropdown ol button:active,
.img-edit-button--text .img-edit-button__dropdown ul a.active,
.img-edit-button--text .img-edit-button__dropdown ul a:active,
.img-edit-button--text .img-edit-button__dropdown ul button.active,
.img-edit-button--text .img-edit-button__dropdown ul button:active {
color: #006097;
background: rgba(152, 216, 244, .45)
}
.img-edit-button--text .img-edit-button__dropdown hr {
margin: 8px 0 4px;
width: 100%;
border-color: rgba(0, 0, 0, .15);
display: block;
float: none
}
.img-edit-button--text .img-edit-button__dropdown>dl dt~dt {
padding-top: 6px;
border-top: 1px solid rgba(0, 0, 0, .15);
margin-top: 8px
}
.img-edit-button--text .img-edit-button__dropdown:after,
.img-edit-button--text .img-edit-button__dropdown:before {
left: 100%;
position: absolute
}
.img-edit-button--text .img-edit-button__dropdown:before {
border-color: transparent;
border-style: solid;
border-width: 0 10px;
border-bottom: 10px rgba(0, 0, 0, .15) solid;
content: "";
height: 0;
width: 0;
margin-left: -35px;
top: -10px
}
.img-edit-button--text .img-edit-button__dropdown:after {
border-color: transparent;
border-style: solid;
border-width: 0 9px;
border-bottom: 9px #fff solid;
content: "";
height: 0;
width: 0;
margin-left: -34px;
top: -9px
}
.img-edit-button--text .img-edit-button__dropdown::after,
.img-edit-button--text .img-edit-button__dropdown::before {
display: none
}
.img-edit-button--text .img-edit-button__dropdown ul {
width: auto
}
.img-edit-button__action-name.img-edit-button__action-name.img-edit-button__action-name.img-edit-button__action-name {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .9)
}
.img-edit-button--text .img-edit-button__dropdown-trigger.img-edit-button__dropdown-trigger:hover {
background: 0 0
}
.img-edit-button--circle .img-edit-button__dropdown-trigger {
background-color: transparent;
border: 0;
box-sizing: border-box;
color: #0073b1;
cursor: pointer;
display: inline-block;
font-size: 0;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
border-radius: 16px;
text-indent: -999px;
width: 32px;
position: absolute;
top: 0;
right: 24px;
transform: translate(0, -50%)
}
@media only screen and (-ms-high-contrast:active) {
.img-edit-button--circle .img-edit-button__dropdown-trigger {
border: 1px solid currentColor;
border-width: 0;
line-height: 32px
}
}
html.edge .img-edit-button--circle .img-edit-button__dropdown-trigger:focus,
html.ie .img-edit-button--circle .img-edit-button__dropdown-trigger:focus {
outline: #7f7f7f dashed 1px
}
.img-edit-button--circle .img-edit-button__dropdown-trigger li-icon {
top: 50%;
box-sizing: content-box;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
padding: 0;
position: absolute;
width: 24px
}
.img-edit-button--circle .img-edit-button__dropdown-trigger li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: block;
vertical-align: top
}
.edge .img-edit-button--circle .img-edit-button__dropdown-trigger,
.ie .img-edit-button--circle .img-edit-button__dropdown-trigger {
border-radius: 32px
}
.img-edit-button--circle .img-edit-button__dropdown-trigger:before {
transition-duration: .5s
}
.img-edit-button--circle .img-edit-button__dropdown-trigger.focus,
.img-edit-button--circle .img-edit-button__dropdown-trigger.hover-not-disabled,
.img-edit-button--circle .img-edit-button__dropdown-trigger:focus,
.img-edit-button--circle .img-edit-button__dropdown-trigger:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097
}
.img-edit-button--circle .img-edit-button__dropdown-trigger.active-not-disabled,
.img-edit-button--circle .img-edit-button__dropdown-trigger:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.img-edit-button--circle .img-edit-button__dropdown-trigger.disabled,
.img-edit-button--circle .img-edit-button__dropdown-trigger:disabled {
color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.img-edit-button--circle-edge .img-edit-button__dropdown-trigger {
right: 0;
transform: translate(50%, -50%)
}
.img-edit-button__dropdown-options {
transition: box-shadow 83ms;
z-index: 2;
background-color: #fff;
top: 100%;
left: -12px;
right: auto;
margin-top: 8px;
border-radius: 2px
}
@media screen and (-ms-high-contrast:active) {
.img-edit-button__dropdown-options {
border: 1px solid activeborder
}
}
.img-edit-button--circle .img-edit-button__dropdown-options {
top: 0;
left: 100%;
margin-top: 32px;
margin-left: -64px
}
.img-edit-button--circle-edge .img-edit-button__dropdown-options {
margin-left: -20px
}
.img-edit-button__dropdown-options::before {
position: absolute;
content: '';
top: -20px;
left: 12px;
border: 10px solid transparent;
border-bottom-color: rgba(0, 0, 0, .2)
}
.img-edit-button__dropdown-options::after {
position: absolute;
content: '';
top: -18px;
left: 13px;
border: 9px solid transparent;
border-bottom-color: #fff
}
.img-edit-button__dropdown-options--is-reversed {
left: auto;
margin-top: 16px;
right: -12px
}
.img-edit-button--circle-edge .img-edit-button__dropdown-options--is-reversed {
left: auto;
margin-left: 0;
margin-top: 32px;
right: -32px;
top: auto
}
.img-edit-button__dropdown-options--is-reversed::before {
left: auto;
right: 20px
}
.img-edit-button__dropdown-options--is-reversed::after {
left: auto;
right: 21px
}
.img-edit-button__action-body {
color: rgba(0, 0, 0, .6)
}
.img-edit-button__action-body:hover {
color: #0084bf;
background: #f3f6f8
}
.img-edit-button__file-upload-input {
top: 0;
right: 0;
height: 100%;
padding-left: 100%;
cursor: pointer;
opacity: 0
}
.img-edit-button--text .img-edit-button__action.img-edit-button__action,
.img-edit-button__action.img-edit-button__action {
width: 100%;
padding: 0;
height: auto
}
.img-edit-button__action-icon li-icon {
display: block
}
.info-not-shared {
background-color: #f3f6f8;
padding: 16px
}
.info-not-shared__helplink {
color: #0084bf
}
.facepile-overlap .img-container {
position: relative;
float: left
}
.facepile-overlap .img-container .profile-picture {
width: 100%;
height: 100%;
border-radius: 50%
}
.facepile-overlap.xsmall .img-container .profile-picture,
.facepile-overlap.xxsmall .img-container .profile-picture {
border: 1px solid #fff
}
.facepile-overlap.xxsmall .img-container {
width: 32px;
height: 32px;
padding: 3px;
margin-right: -16px
}
.facepile-overlap.xxsmall .img-container:last-child {
margin-right: 0
}
.facepile-overlap.xsmall .img-container {
width: 40px;
height: 40px;
padding: 2px;
margin-right: -20px
}
.facepile-overlap.xsmall .img-container:last-child {
margin-right: 0
}
.facepile-overlap.large .img-container .profile-picture,
.facepile-overlap.medium .img-container .profile-picture,
.facepile-overlap.small .img-container .profile-picture {
border: 2px solid #fff
}
.facepile-overlap.small .img-container {
width: 48px;
height: 48px;
padding: 2px;
margin-right: -24px
}
.facepile-overlap.small .img-container:last-child {
margin-right: 0
}
.facepile-overlap.medium .img-container {
width: 56px;
height: 56px;
padding: 1px;
margin-right: -28px
}
.facepile-overlap.medium .img-container:last-child {
margin-right: 0
}
.facepile-overlap.large .img-container {
width: 72px;
height: 72px;
padding: 1px;
margin-right: -36px
}
.facepile-overlap.large .img-container:last-child,
.facepile-row .img-container+.img-container:last-child {
margin-right: 0
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(1) {
z-index: 1
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(2) {
z-index: 2
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(3) {
z-index: 3
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(4) {
z-index: 4
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(5) {
z-index: 5
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(6) {
z-index: 6
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(7) {
z-index: 7
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(8) {
z-index: 8
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(9) {
z-index: 9
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(10) {
z-index: 10
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(11) {
z-index: 11
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(12) {
z-index: 12
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(13) {
z-index: 13
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(14) {
z-index: 14
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(15) {
z-index: 15
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(16) {
z-index: 16
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(17) {
z-index: 17
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(18) {
z-index: 18
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(19) {
z-index: 19
}
.facepile-overlap.stack-to-left .img-container:nth-last-child(20) {
z-index: 20
}
.facepile-row {
line-height: initial
}
.facepile-row.xxsmall .img-container {
width: 32px;
height: 32px;
box-sizing: border-box;
background-clip: content-box;
border: 3px solid transparent;
border-radius: 49.9%
}
.facepile-row.xxsmall .people-left {
box-sizing: border-box;
border: 1px solid rgba(0, 0, 0, .6);
border-radius: 49.9%;
transform: translateY(-50%) translateY(2px) translateX(3px);
font-size: 1.2rem;
color: rgba(0, 0, 0, .6);
display: inline-block;
text-align: center;
z-index: 2;
width: 26px;
height: 26px;
line-height: 26px;
background: 0 0;
margin-bottom: -8px
}
[dir=rtl] .facepile-row.xxsmall .people-left {
transform: translateY(-50%) translateY(2px) translateX(3px)
}
.facepile-row.xxsmall .people-left:before {
border-radius: 49.9%
}
.facepile-row.xsmall .img-container {
width: 40px;
height: 40px;
box-sizing: border-box;
background-clip: content-box;
border: 3px solid transparent;
border-radius: 49.9%
}
.facepile-row.xsmall .people-left {
box-sizing: border-box;
border: 1px solid rgba(0, 0, 0, .6);
border-radius: 49.9%;
transform: translateY(-50%) translateY(2px) translateX(3px);
font-size: 1.2rem;
color: rgba(0, 0, 0, .6);
display: inline-block;
text-align: center;
z-index: 2;
width: 34px;
height: 34px;
line-height: 34px;
background: 0 0;
margin-bottom: -12px
}
.facepile-row.large .people-left,
.facepile-row.medium .people-left,
.facepile-row.small .people-left {
box-sizing: border-box;
font-size: 1.4rem;
color: rgba(0, 0, 0, .6);
display: inline-block;
text-align: center;
z-index: 2
}
[dir=rtl] .facepile-row.xsmall .people-left {
transform: translateY(-50%) translateY(2px) translateX(3px)
}
.facepile-row.xsmall .people-left:before {
border-radius: 49.9%
}
.facepile-row.small .img-container {
width: 48px;
height: 48px;
box-sizing: border-box;
background-clip: content-box;
border: 2px solid transparent;
border-radius: 49.9%
}
.facepile-row.small .people-left {
border: 1px solid rgba(0, 0, 0, .6);
border-radius: 49.9%;
transform: translateY(-50%) translateY(4px) translateX(2px);
width: 44px;
height: 44px;
line-height: 44px;
background: 0 0;
margin-bottom: -16px
}
[dir=rtl] .facepile-row.small .people-left {
transform: translateY(-50%) translateY(4px) translateX(2px)
}
.facepile-row.small .people-left:before {
border-radius: 49.9%
}
.facepile-row.medium .img-container {
width: 56px;
height: 56px;
box-sizing: border-box;
background-clip: content-box;
border: 2px solid transparent;
border-radius: 49.9%
}
.facepile-row.medium .people-left {
border: 1px solid rgba(0, 0, 0, .6);
border-radius: 49.9%;
transform: translateY(-50%) translateY(5px) translateX(1px);
width: 52px;
height: 52px;
line-height: 52px;
background: 0 0;
margin-bottom: -21px
}
[dir=rtl] .facepile-row.medium .people-left {
transform: translateY(-50%) translateY(5px) translateX(1px)
}
.facepile-row.medium .people-left:before {
border-radius: 49.9%
}
.facepile-row.large .img-container {
width: 72px;
height: 72px;
box-sizing: border-box;
background-clip: content-box;
border: 1px solid transparent;
border-radius: 49.9%
}
.facepile-row.large .people-left {
border: 1px solid rgba(0, 0, 0, .6);
border-radius: 49.9%;
transform: translateY(-50%) translateY(5px) translateX(1px);
width: 70px;
height: 70px;
line-height: 70px;
background: 0 0;
margin-bottom: -29px
}
.flavor>div p,
.flavor>div strong {
font-size: 1.2rem;
line-height: 1.33333;
color: rgba(0, 0, 0, .6)
}
.flavor .in-network-reason figure,
.flavor>div figure {
height: 32px;
box-sizing: border-box;
background-clip: content-box
}
[dir=rtl] .facepile-row.large .people-left {
transform: translateY(-50%) translateY(5px) translateX(1px)
}
.facepile-row.large .people-left:before {
border-radius: 49.9%
}
.flavor-list {
margin-top: 12px;
list-style-type: none
}
.top-card .flavor-list {
margin-bottom: 12px
}
.scroll-reveal {
transform: translateX(0);
opacity: 1;
transition: all .5s cubic-bezier(.95, 0, .74, .87);
transition-property: opacity, transform
}
.scroll-reveal.hide-flavor {
transform: translateX(10px);
opacity: .2
}
.flavor>div {
display: flex;
margin-left: -4px;
align-items: center;
text-align: left
}
.top-card .flavor>div {
justify-content: center
}
.flavor>div figure {
width: 32px;
border: 4px solid transparent;
border-radius: 6px;
padding: 0;
margin-right: 4px;
flex-basis: auto;
overflow: hidden;
opacity: .99
}
.flavor>div p {
font-weight: 400
}
.flavor>div strong {
font-weight: 600
}
.flavor .flavor-image {
margin: 0 auto
}
.flavor .flavor-image[class*=ghost-] {
width: 100%
}
.flavor .in-network-reason figure {
width: 32px;
border: 3px solid transparent;
border-radius: 49.9%
}
.headless-takeover .modal-wormhole .modal-wormhole-content,
.headless-takeover .shared-modal-dialog,
.modal-wormhole .headless-takeover .modal-wormhole-content {
border: none;
background: 0 0;
width: 100%;
max-width: 100%;
padding: 0 48px;
text-align: center
}
.headless-takeover .modal-wormhole .modal-wormhole-content h1,
.headless-takeover .shared-modal-dialog h1,
.modal-wormhole .headless-takeover .modal-wormhole-content h1 {
font-size: 2rem;
line-height: 1.4;
font-weight: 600;
color: #fff;
color: rgba(255, 255, 255, .85)
}
.headless-takeover .modal-wormhole .modal-wormhole-content p,
.headless-takeover .shared-modal-dialog p,
.modal-wormhole .headless-takeover .modal-wormhole-content p {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: #fff;
color: rgba(255, 255, 255, .85)
}
.headless-takeover .modal-wormhole .modal-wormhole-content button,
.headless-takeover .shared-modal-dialog button,
.modal-wormhole .headless-takeover .modal-wormhole-content button {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: #fff;
border: 1px solid rgba(255, 255, 255, .85);
border-radius: 2px;
display: block;
margin: 32px auto 0;
padding: 4px 12px;
color: rgba(255, 255, 255, .85)
}
.headless-takeover .modal-wormhole .modal-wormhole-content hr,
.headless-takeover .shared-modal-dialog hr,
.modal-wormhole .headless-takeover .modal-wormhole-content hr {
border: 1px solid rgba(255, 255, 255, .55);
width: 56px;
height: 0;
margin: 16px auto
}
.headless-takeover+.shared-modal-overlay,
.modal-wormhole .headless-takeover+.modal-wormhole-overlay {
opacity: .75
}
.modal-wormhole,
.shared-modal-container {
overflow-y: auto;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 201;
cursor: pointer
}
.modal-wormhole .modal-content-wrapper,
.shared-modal-open {
width: 100%;
height: 100%
}
.modal-wormhole .modal-wormhole-content,
.shared-modal-dialog {
position: relative;
background: #fff;
padding: 1.5em;
border-radius: 2px;
margin-left: auto;
margin-right: auto;
max-width: 20em;
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 12px 18px 1px rgba(0, 0, 0, .2);
transition: box-shadow 83ms
}
@media screen and (-ms-high-contrast:active) {
.modal-wormhole .modal-wormhole-content,
.shared-modal-dialog {
border: 1px solid activeborder
}
}
.modal-wormhole .modal-wormhole-overlay,
.shared-modal-overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #000;
opacity: .7;
z-index: 200
}
.shared-modal-open,
body.modal-is-open {
overflow: hidden
}
.ios body.modal-is-open {
position: fixed;
height: 100%
}
body.modal-is-open .application-outlet,
body.modal-is-open .nav-main-container {
filter: blur(2px)
}
@supports (-moz-appearance:none) and (display:contents) {
body.modal-is-open .application-outlet,
body.modal-is-open .nav-main-container {
filter: none
}
}
.modal-wormhole {
cursor: auto
}
.modal-wormhole .modal-wormhole-content {
z-index: 203
}
.modal-wormhole .modal-wormhole-overlay {
cursor: pointer;
z-index: 202
}
.modal-wormhole .modal-wormhole-overlay.overlay-actions-are-disabled {
cursor: auto
}
.modal-wormhole.hidden {
display: none;
visibility: hidden
}
.actor-name-with-distance {
position: relative;
overflow: hidden;
font-size: 1.6rem;
line-height: 1.75;
font-weight: 600;
color: rgba(0, 0, 0, .9)
}
.actor-name-with-distance .name-and-icon {
display: inline-block;
vertical-align: middle
}
.actor-name-with-distance .name-and-icon .influencer-icon {
display: inline-block;
height: 19px;
width: 17px;
text-indent: -3000px;
background: url(/sc/h/1kwg0dqnqvs4gok0y64lehp20) 0 -22px no-repeat;
margin-left: 2px;
vertical-align: middle
}
.actor-name-with-distance .name-and-icon .svg-icon-wrap {
line-height: 1.5
}
.actor-name-with-distance .name-and-icon .svg-icon-wrap.premium-icon {
vertical-align: middle
}
.actor-name-with-distance .name-and-icon .svg-icon-wrap.premium-icon li-icon {
margin: 0 1px
}
.actor-name-with-distance.single-line-truncate .name-and-icon {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: calc(100% - 48px)
}
.notification-container {
position: fixed;
z-index: 20000;
width: 100%;
box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 2px 4px rgba(0, 0, 0, .15);
display: none
}
.photo-cropper__circle-frame::after,
.photo-cropper__rectangle-frame::after {
box-shadow: 0 0 0 100vw rgba(0, 0, 0, .5);
content: '';
pointer-events: none;
}
.notification-container.visible {
display: block
}
.notification-item {
display: flex;
align-items: center;
background-color: #F6F8FA;
min-height: 64px;
padding: 12px 16px
}
.notification-item .icon {
float: left;
margin-right: 8px;
height: 24px
}
.notification-item .description {
flex: 1
}
.notification-item.success .icon {
color: #2f7b15
}
.notification-item.error .icon {
color: #ee1620
}
.notification-item.yield .icon {
color: #cf5000
}
.notification-item.notify .icon {
color: #777a7d
}
.notification-item.description {
overflow: hidden
}
.notification-item .title {
font-size: 1.6rem;
line-height: 1.75;
font-weight: 600;
color: rgba(0, 0, 0, .75)
}
.notification-item .action,
.notification-item .message {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .75)
}
.school-ranking-item .numeric-stat-title {
font-weight: 700;
color: #000
}
.school-ranking-item .numeric-stat-subtitle {
color: #777a7d
}
.numeric-stat-list {
display: flex;
padding: 0 12px
}
.numeric-stat-list .numeric-stat {
text-align: center;
font-size: 3.2rem;
line-height: 1.25;
font-weight: 400;
color: rgba(0, 0, 0, .9);
width: 56px;
height: 56px
}
.numeric-stat-list .numeric-stat-description .numeric-stat-title {
margin-bottom: 0
}
.peek-carousel__slides {
display: flex;
list-style-type: none;
position: relative
}
.peek-carousel__card-item {
margin-right: 12px
}
.peek-carousel__card-item:first-child {
margin-left: 24px
}
.peek-carousel__card-item:last-child {
margin-right: 24px
}
.photo-cropper--filters {
height: 100%
}
.photo-cropper__target-image {
position: absolute;
pointer-events: none
}
.photo-cropper__image-container-parent {
overflow: hidden;
background-color: #000;
display: flex;
height: 100%
}
.photo-cropper__target-image-container {
position: relative;
text-align: center;
overflow: hidden;
margin: auto;
touch-action: none
}
.photo-cropper__target-image-container--show {
overflow: initial
}
.photo-cropper__circle-frame::after {
position: absolute;
width: 100%;
height: 100%;
border-radius: 100%;
top: 0;
left: 0;
border: 2px solid #fff;
}
.photo-cropper__thirds {
position: relative;
width: 100%;
height: 100%;
border-radius: 100%;
overflow: hidden;
pointer-events: none;
border: 2px solid #fff;
}
.photo-cropper__thirds-line {
position: absolute;
z-index: 1;
background: rgba(255, 255, 255, .55)
}
.photo-cropper__thirds-line--top-horizontal {
width: 100%;
height: 1px;
top: 33.33333%
}
.photo-cropper__thirds-line--bottom-horizontal {
width: 100%;
height: 1px;
top: 66.66666%
}
.photo-cropper__thirds-line--left-vertical {
height: 100%;
width: 1px;
left: 33.33333%
}
.photo-cropper__thirds-line--right-vertical {
height: 100%;
width: 1px;
left: 66.66666%
}
.photo-cropper__thirds--bg-img {
border-radius: 0
}
.photo-cropper__rectangle-frame::after {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
border: 2px solid #fff
}
.photo-cropper__circle-frame--non-crop::after,
.photo-cropper__rectangle-frame--non-crop::after {
box-shadow: 0 0 0 100vw #000;
border: none
}
.photo-cropper__divider {
height: 1px;
width: 100%;
background-color: #696c6f
}
.photo-cropper__loader {
width: 100%;
height: 100%;
z-index: 2;
position: absolute;
top: 0;
left: 0
}
.photo-cropper__loader li-icon {
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, .5);
color: #fff;
border-radius: 100%
}
.photo-cropper__loader--bg-img li-icon {
border-radius: 0
}
.photo-filter {
flex: 0 0 auto;
z-index: 1
}
.photo-filter__body {
background-color: #000;
border-top: 1px solid rgba(255, 255, 255, .15)
}
.photo-filter__slider-body {
display: flex;
justify-content: space-between;
align-items: center;
padding: 16px 24px
}
.photo-filter__slider-container {
width: calc(100% - 48px);
overflow: hidden
}
.photo-filter__slider-info {
color: #fff;
display: flex;
justify-content: space-between
}
.photo-filter__slider {
height: 24px;
padding-top: 8px;
cursor: auto
}
.photo-filter__slider [type=range] {
height: 2px
}
.photo-filter__slider-button {
color: #fff;
width: 24px;
height: 24px
}
.photo-filter__select-body {
overflow: hidden;
padding: 12px;
width: 100%;
max-width: 100vw
}
.photo-filter__select-body-scroll-container {
width: 100%
}
.photo-filter__select-button {
display: inline-flex;
flex-direction: column;
align-items: center;
margin: 0 12px 0 0
}
.photo-filter__select-button:last-child {
margin-right: 0
}
.photo-filter__select-filter-image {
height: 100%
}
.photo-filter__selected-filter {
color: #fff
}
.photo-filter__filter-preview-container {
position: relative
}
.photo-filter__selected-filter .photo-filter__filter-preview-container::before {
content: '';
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
border: 2px solid #fff;
border-radius: 50%
}
.photo-filter__selected-filter .photo-filter__filter-preview-container--bg-img::before {
border-radius: 2px
}
.photo-filter__adjust-icon.photo-filter__adjust-icon {
border: 1px solid rgba(255, 255, 255, .25);
color: #fff;
width: 72px;
height: 72px
}
.photo-filter__loader {
color: #fff;
width: 32px;
height: 32px
}
.photo-filter__footer-button {
min-width: 80px;
padding: 0 8px;
height: 80px;
color: #cfcfcf;
word-break: break-word;
width: 25%
}
.photo-filter__footer-button:disabled {
opacity: .5
}
.photo-filter__footer-button--selected:disabled {
opacity: 1
}
.photo-filter__footer-button--visibility {
margin-left: auto;
text-align: center
}
.photo-filter__footer-button--visibility .visibility-setting__trigger {
height: 80px
}
.photo-filter__footer-button--visibility .visibility-setting__trigger-content {
flex-direction: column
}
.photo-filter__footer-button--visibility .visibility-options {
right: 3px
}
.photo-filter__icon {
margin: auto
}
.photo-filter__footer-bar {
position: absolute;
height: 2px;
transition: left .5s
}
.pic-cropper__container {
width: 100%;
padding: 32px;
background-color: #000;
position: relative;
overflow: hidden;
display: flex;
}
.pic-cropper__container--crop {
padding: 16px 32px 48px;
}
.pic-cropper__container--non-crop {
padding: 16px 32px
}
.pic-cropper__target-image-container {
/* position:relative; */
margin: auto;
visibility: hidden;
}
.pic-cropper__target-image-container:focus {
outline: -webkit-focus-ring-color auto 5px
}
.pic-cropper__target-image-container:focus[data-artdeco-is-focused=true] {
outline: 0
}
.pic-cropper__target-image {
position: absolute;
margin: 0;
min-width: none;
max-width: none;
min-height: none;
max-height: none
}
.pic-cropper__action-ignorer {
pointer-events: none
}
.pic-cropper__image-loaded {
visibility: visible;
}
.pic-cropper__loader {
width: 100%;
color: #f3f6f8;
display: flex;
justify-content: center
}
.pic-cropper__ghost-image {
width: 100%;
height: 100%;
display: block
}
.pv-s-suggested-endorsement-item {
align-items: center;
display: flex;
justify-content: space-between;
position: relative
}
.pv-s-suggested-endorsement-item::after {
background: rgba(0, 0, 0, .15);
content: '';
display: block;
height: 1px;
position: absolute;
right: -16px;
bottom: 0;
left: 0
}
.pv-s-pending-skill-item__loader,
.pv-s-suggested-endorsement-item__loader {
width: 60px;
height: 60px;
position: absolute;
left: calc(50% - 30px);
top: calc(50% - 30px)
}
.pv-s-suggested-endorsement-item:last-child {
padding-bottom: 0
}
.pv-s-suggested-endorsement-item:last-child::after {
display: none
}
.pv-s-suggested-endorsement-item--endorsed {
color: #398b18
}
.pv-s-suggested-endorsement-item__recipient {
align-self: flex-start
}
.pv-s-suggested-endorsement-item__loader {
color: #0084bf
}
.pv-s-pending-skill-item {
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid rgba(0, 0, 0, .15)
}
.pv-s-pending-skill-item:last-child {
padding-bottom: 0;
border: 0
}
.pv-s-pending-skill-item__cta {
flex-shrink: 0
}
.pv-s-pending-skill-item__loader {
color: #0084bf
}
.results-pagination {
display: flex;
border-top: 1px solid rgba(0, 0, 0, .15);
padding: 12px
}
.results-pagination .results-paginator {
display: flex;
margin: auto;
border: 1px solid #0084bf;
border-radius: 2px
}
.results-pagination .results-paginator button,
.results-pagination .results-paginator li {
cursor: pointer;
display: inline-block;
margin: 2px 0;
padding: 8px 16px 6px;
font-size: 1.6rem;
line-height: 1.75;
font-weight: 600;
color: #0084bf
}
.results-pagination .results-paginator button .svg-icon-wrap {
vertical-align: middle;
margin: -4px -8px 0;
color: #777a7d
}
.results-pagination .results-paginator button .svg-icon-wrap li-icon {
vertical-align: middle
}
.results-pagination .results-paginator button.prev {
border-right: 1px solid rgba(0, 0, 0, .4)
}
.results-pagination .results-paginator button.next {
border-left: 1px solid rgba(0, 0, 0, .4)
}
.search-s-shared-connections__link:hover {
color: rgba(0, 0, 0, .6)
}
.search-alert-modal-container .search-alert {
border-bottom: 1px solid rgba(0, 0, 0, .15)
}
.search-alert-modal-container .search-alert:last-child {
border: 0
}
.search-alert-modal-container-form--create .search-alert {
padding: 0
}
.search-alert__title {
display: flex;
flex-wrap: wrap
}
.search-alert__flex-btn {
display: flex
}
.search-alert__toggle-btn--link {
color: #0084bf
}
.search-alert__toggle-btn--border {
padding-left: 16px;
margin: 8px 0 0 16px;
border-left: 1px solid rgba(0, 0, 0, .15)
}
.search-alert__facets-applied {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6);
width: 100%;
order: 2
}
#search-alert-notification-tooltip {
width: 225px
}
.search-alert-details {
flex: 1 1 auto;
flex-flow: row wrap
}
.search-alert-details--column {
flex-direction: column
}
.search-alert-details__hovercard-icon {
width: auto;
opacity: .55;
border: none;
padding: 0;
margin: 0;
display: inline;
vertical-align: middle;
height: 18px
}
.search-alert-details__hovercard-icon .svg-icon-wrap {
pointer-events: none
}
.search-alert-details__dropdown--simple {
border: 0;
border-bottom: 1px solid rgba(0, 0, 0, .6);
border-radius: 0
}
.search-alert-details__receive-dropdown {
width: 126px
}
.search-alert-details__channel-dropdown {
width: 200px
}
.search-alert-details__delivery-label.search-alert-details__delivery-label {
margin: 8px 0
}
.search-alert-details__delivery-label--notifications.search-alert-details__delivery-label--notifications {
display: inline
}
.search-alert-modal-container .modal-wormhole-content {
padding: 0
}
.search-alert-modal-container--full-page.search-alert-modal-container--full-page {
background-color: #f3f6f8;
padding: 8px
}
.search-alert-modal-container__header {
border-bottom: 1px solid rgba(0, 0, 0, .15);
display: flex
}
.search-s-facet,
.search-s-facet__values--all_filters .search-s-facet:last-child {
border-bottom: 0
}
.search-alert-modal-container__header-text {
flex: 1 1 auto
}
.search-alert-modal-container__header-dismiss {
flex: 0 1 auto;
color: rgba(0, 0, 0, .6)
}
.search-alert-modal-container__form {
padding: 24px 12px 24px 24px
}
.search-alert-modal-container__actions {
justify-content: flex-end;
padding: 16px 12px 16px 0
}
.search-alert-modal-container__max-alerts-message {
color: #e55800
}
.modal-wormhole .search-s-clear-history .modal-wormhole-content,
.search-s-clear-history .modal-wormhole .modal-wormhole-content,
.search-s-clear-history .shared-modal-dialog {
cursor: auto;
max-width: 552px
}
.search-s-facet--is-floating .search-s-facet__name-wrap,
.smart-hovercard-container .hovercard-trigger {
cursor: default
}
.search-s-facet {
list-style-type: none
}
.search-s-facet:first-of-type {
padding-top: 0
}
.search-filters-bar__suggested-filters .search-s-facet {
padding-right: 0;
margin-right: 12px
}
.search-advanced-facets__facets-list .search-s-facet {
flex-grow: 1;
width: 264px;
max-width: 282px;
padding: 16px 16px 24px
}
.search-s-facet--is-spaced-out {
padding-right: 48px
}
.search-s-facet--is-child-facet {
border-bottom: 1px solid rgba(0, 0, 0, .15)
}
.search-s-facet__values {
z-index: 100
}
.search-s-facet--is-closed .search-s-facet__values {
display: none
}
.search-s-facet--is-child-facet .search-s-facet__values {
position: relative
}
.search-filters-bar__suggested-filters .search-s-facet__values {
z-index: 1
}
.search-s-facet__values--is-floating {
position: absolute;
min-width: 320px;
max-width: 360px
}
.search-s-facet__name-wrap {
width: 100%
}
.search-advanced-facets__facets .search-s-facet--single-facet-input {
margin-left: 0;
margin-top: 4px
}
.search-advanced-facets__facets-list .search-s-facet--single-facet-input,
.search-s-rail--right .search-s-facet--single-facet-input {
margin-top: 12px
}
.search-s-rail--right .search-s-facet--single-facet-input input {
width: 258px;
font-size: 14px
}
.search-s-facet__name-wrap-container {
width: 100%;
display: flex;
padding: 12px 0;
text-align: left;
align-items: center
}
.search-s-facet:first-of-type .search-s-facet__name-wrap-container {
border-top: none
}
.search-s-facet__name-wrap-container--pill {
padding: 0
}
.search-s-facet__name-wrap-container--pill li-icon {
margin-left: 0;
top: 6px;
padding-right: 0
}
.search-s-facet__svg-icon {
color: rgba(0, 0, 0, .6);
display: flex;
padding-left: 4px
}
.search-s-facet__name-wrap--pill-with-selected-values .search-s-facet__name,
.search-s-facet__name-wrap--pill-with-selected-values .search-s-facet__svg-icon {
color: #fff
}
.search-s-facet__name {
flex: 1 0 auto
}
.search-s-facet--condensed {
padding: 0
}
.search-s-facet__values--connectionOf .type-ahead-input-icons,
.search-s-facet__values--facetConnectionOf .type-ahead-input-icons {
right: 4px;
display: inline-block;
top: 9px
}
.search-filters-bar__suggested-filters .search-s-facet__values--facetNetwork,
.search-filters-bar__suggested-filters .search-s-facet__values--network {
min-width: 240px
}
.search-s-facet-value {
list-style-type: none
}
.search-s-facet-value:first-child .search-s-facet-value__label {
margin-top: 0
}
.search-s-facet-value__label::before {
top: 1px
}
.send-invite .modal-wormhole-content {
padding: 0;
visibility: visible;
opacity: 1
}
.send-invite__header {
z-index: 3;
width: 100%;
padding: 0 16px;
position: relative;
border-bottom: 1px rgba(0, 0, 0, .15) solid
}
.send-invite__cancel-btn {
position: absolute;
top: 12px;
right: 8px
}
.send-invite__custom-message {
height: 120px
}
.send-invite__count {
position: absolute;
right: 16px;
bottom: 22px;
color: #777a7d
}
.send-invite__actions {
width: 100%;
text-align: right;
margin-top: 12px;
border-top: 1px rgba(0, 0, 0, .15) solid;
padding: 16px
}
.send-invite__success-icon {
color: #398b18;
align-self: flex-start
}
.smart-hovercard-container .bottom-smart-hovercard,
.smart-hovercard-container .left-smart-hovercard,
.smart-hovercard-container .right-smart-hovercard,
.smart-hovercard-container .top-smart-hovercard {
font-size: 1.4rem;
line-height: 1.42857;
color: rgba(0, 0, 0, .75);
background-clip: padding-box;
background-color: #fff;
max-width: 320px;
padding: 14px 16px;
z-index: 999;
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 6px 9px rgba(0, 0, 0, .2)
}
.smart-hovercard-container .bottom-smart-hovercard {
border-radius: 2px;
opacity: 0;
position: absolute;
visibility: hidden;
transition: box-shadow 83ms
}
@media only screen and (-ms-high-contrast:active) {
.smart-hovercard-container .bottom-smart-hovercard {
border: 1px solid activeborder
}
}
.smart-hovercard-container .bottom-smart-hovercard:after {
border-color: transparent;
border-style: solid;
border-width: 0 8px;
border-bottom: 8px #fff solid;
content: "";
height: 0;
width: 0;
top: -8px;
left: 50%;
margin-left: -9px;
position: absolute
}
.smart-hovercard-container .bottom-smart-hovercard:before,
.smart-hovercard-container .left-smart-hovercard:after {
border-color: transparent;
border-style: solid;
content: "";
height: 0;
width: 0;
position: absolute
}
.smart-hovercard-container .bottom-smart-hovercard:before {
border-width: 0 9px;
border-bottom: 9px rgba(0, 0, 0, .1) solid;
top: -10px;
left: 50%;
margin-left: -10px
}
.smart-hovercard-container .bottom-smart-hovercard.active {
opacity: 1;
transition-delay: 0s;
visibility: visible
}
@media screen and (-ms-high-contrast:active) {
.smart-hovercard-container .bottom-smart-hovercard {
border: 1px solid activeborder
}
}
.smart-hovercard-container .left-smart-hovercard {
border-radius: 2px;
opacity: 0;
position: absolute;
visibility: hidden;
right: 0;
transition: box-shadow 83ms
}
@media only screen and (-ms-high-contrast:active) {
.smart-hovercard-container .left-smart-hovercard {
border: 1px solid activeborder
}
}
.smart-hovercard-container .left-smart-hovercard:after {
border-width: 8px 0;
border-left: 8px #fff solid;
right: -8px;
top: 50%;
margin-top: -9px
}
.smart-hovercard-container .left-smart-hovercard:before {
border-color: transparent;
border-style: solid;
border-width: 9px 0;
border-left: 9px rgba(0, 0, 0, .1) solid;
content: "";
height: 0;
width: 0;
right: -10px;
top: 50%;
margin-top: -10px;
position: absolute
}
.smart-hovercard-container .left-smart-hovercard.active {
opacity: 1;
transition-delay: 0s;
visibility: visible
}
@media screen and (-ms-high-contrast:active) {
.smart-hovercard-container .left-smart-hovercard {
border: 1px solid activeborder
}
}
.smart-hovercard-container .right-smart-hovercard {
border-radius: 2px;
opacity: 0;
position: absolute;
visibility: hidden;
transition: box-shadow 83ms
}
@media only screen and (-ms-high-contrast:active) {
.smart-hovercard-container .right-smart-hovercard {
border: 1px solid activeborder
}
}
.smart-hovercard-container .right-smart-hovercard:after {
border-color: transparent;
border-style: solid;
border-width: 8px 0;
border-right: 8px #fff solid;
content: "";
height: 0;
width: 0;
left: -8px;
top: 50%;
margin-top: -9px;
position: absolute
}
.smart-hovercard-container .right-smart-hovercard:before,
.smart-hovercard-container .top-smart-hovercard:after {
border-color: transparent;
border-style: solid;
height: 0;
width: 0;
position: absolute;
content: ""
}
.smart-hovercard-container .right-smart-hovercard:before {
border-width: 9px 0;
border-right: 9px rgba(0, 0, 0, .1) solid;
left: -10px;
top: 50%;
margin-top: -10px
}
.smart-hovercard-container .right-smart-hovercard.active {
opacity: 1;
transition-delay: 0s;
visibility: visible
}
@media screen and (-ms-high-contrast:active) {
.smart-hovercard-container .right-smart-hovercard {
border: 1px solid activeborder
}
}
.smart-hovercard-container .top-smart-hovercard {
border-radius: 2px;
opacity: 0;
position: absolute;
visibility: hidden;
transition: box-shadow 83ms
}
@media only screen and (-ms-high-contrast:active) {
.smart-hovercard-container .top-smart-hovercard {
border: 1px solid activeborder
}
}
.smart-hovercard-container .top-smart-hovercard:after {
border-width: 0 8px;
border-top: 8px #fff solid;
bottom: -8px;
left: 50%;
margin-left: -9px
}
.smart-hovercard-container .top-smart-hovercard:before {
border-color: transparent;
border-style: solid;
border-width: 0 9px;
border-top: 9px rgba(0, 0, 0, .1) solid;
content: "";
height: 0;
width: 0;
bottom: -10px;
left: 50%;
margin-left: -10px;
position: absolute
}
.smart-hovercard-container .top-smart-hovercard.active {
opacity: 1;
transition-delay: 0s;
visibility: visible
}
@media screen and (-ms-high-contrast:active) {
.smart-hovercard-container .top-smart-hovercard {
border: 1px solid activeborder
}
}
.muted-hovercard-background::after {
background-color: rgba(255, 255, 255, .7);
content: '';
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%
}
.snap-search-bar {
background-color: #0073b1;
position: relative;
padding: 8px
}
.snap-search-bar .snap-search-bar__search-icon {
position: absolute;
top: 8px;
left: 8px;
color: rgba(255, 255, 255, .7)
}
.snap-search-bar .snap-search-bar__link {
display: block;
width: 100%;
position: relative
}
.snap-search-bar .snap-search-bar__link::after {
content: " ";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0
}
.snap-search-bar .snap-search-bar__input {
border: 0;
border-radius: 2px;
background-color: rgba(0, 0, 0, .2);
color: #fff;
font-weight: 200;
padding-left: 29px;
font-size: 1.7rem;
position: relative
}
.snap-search-bar .snap-search-bar__input:-ms-input-placeholder {
color: rgba(255, 255, 255, .7);
font-size: 1.5rem;
opacity: 1
}
.snap-search-bar .snap-search-bar__input::placeholder {
color: rgba(255, 255, 255, .7);
font-size: 1.5rem;
opacity: 1
}
.sticky-header .sticky-header-text {
height: 44px;
left: 0;
font-size: 16px;
color: rgba(0, 0, 0, .9);
width: 100%;
padding: 12px 24px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
transition: background-color .3s, border-color .3s;
z-index: 100
}
.sticky-header .sticky-header-text.divider {
height: 32px;
padding: 8px 24px;
font-size: 12px;
line-height: 16px;
color: rgba(0, 0, 0, .6)
}
.sticky-header.stuck .sticky-header-text {
border-color: rgba(0, 0, 0, .15);
background-color: #fff
}
.toggle-switch {
height: 32px
}
.toggle-switch input[type=checkbox]+label {
display: inline-block;
position: relative;
padding: 8px 60px 0 0;
font-size: 1.6rem;
line-height: 1.5;
line-height: 16px;
margin: 0;
color: rgba(0, 0, 0, .9)
}
.toggle-switch input[type=checkbox]+label:before {
content: "";
display: block;
position: absolute;
width: 51px;
height: 30px;
top: 0;
right: 0;
left: auto;
border-radius: 16px;
transition: background-color .2s ease-out;
background-clip: border-box;
padding: 0;
background-color: rgba(0, 0, 0, .35);
box-shadow: none
}
.toggle-switch input[type=checkbox]+label:focus:before {
top: -1px;
right: -1px;
box-shadow: 0 0 0 1px rgba(0, 115, 177, .99);
box-sizing: content-box;
background-clip: content-box;
border-radius: 20px;
border: 1px solid transparent
}
@media only screen and (-ms-high-contrast:active) {
.toggle-switch input[type=checkbox]+label:focus:before {
border: 2px solid windowText
}
}
.toggle-switch input[type=checkbox]+label:after {
display: block;
content: "";
background-color: #fff;
height: 26px;
width: 26px;
border-radius: 13px;
position: absolute;
top: 0;
right: 21px;
left: auto;
transition: all .5s ease;
background-image: none;
transform: scale(1);
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
margin: 2px
}
@media only screen and (-ms-high-contrast:active) {
.toggle-switch input[type=checkbox]+label:after {
background: windowText;
border: 1px solid activeborder
}
}
.toggle-switch input[type=checkbox]:focus+label:before {
top: -1px;
right: -1px;
box-shadow: 0 0 0 1px rgba(0, 115, 177, .99), inset 0 0 0 1px transparent;
box-sizing: content-box;
background-clip: content-box;
border-radius: 20px;
border: 1px solid transparent
}
.toggle-switch input[type=checkbox]:checked+label:after {
transform: translateX(21px)
}
@media only screen and (-ms-high-contrast:active) {
.toggle-switch input[type=checkbox]:focus+label:before {
border: 2px solid windowText
}
.toggle-switch input[type=checkbox]:checked+label:after {
background: buttonFace
}
}
.toggle-switch input[type=checkbox]:checked+label:focus:before {
box-shadow: 0 0 0 1px rgba(0, 115, 177, .99), inset 0 0 0 1px transparent
}
.toggle-switch input[type=checkbox]:checked+label:before {
background-color: rgba(0, 115, 177, .99);
border-color: transparent;
box-shadow: none
}
@media only screen and (-ms-high-contrast:active) {
.toggle-switch input[type=checkbox]:checked+label:before {
background: windowText
}
}
.toggle-switch input[type=checkbox]:disabled:hover+label:before {
box-shadow: none
}
.toggle-switch input[type=checkbox]:focus:checked+label:before {
box-shadow: 0 0 0 1px rgba(0, 115, 177, .99), inset 0 0 0 1px transparent
}
.youtube-player {
position: relative;
height: 0;
padding-bottom: 56.25%
}
.youtube-player>button {
display: block;
width: 100%;
position: relative;
color: #fff
}
.youtube-player>button:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, .6)
}
.youtube-player>button>span {
display: inline
}
.youtube-player>button li-icon {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto
}
.youtube-player img {
width: 100%;
display: block
}
.youtube-player>iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%
}
.ember-application .collapsable-sticky-header {
height: 48px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
pointer-events: none
}
.ember-application .collapsable-sticky-header.show-header {
pointer-events: auto
}
.header-container {
position: fixed;
top: 44px;
width: 100%;
z-index: 100
}
.nav-hidden .header-container {
top: 0
}
.header-container .header-content {
background-color: #0073b1;
position: relative;
transition: transform .5s;
top: -48px
}
.show-header .header-container .header-content {
transform: translate3d(0, 48px, 0)
}
.entity-all.separate-entities .entity-list-item {
border-radius: 2px;
padding: 12px;
background-color: #fff;
margin: 8px 8px 0;
width: auto
}
.entity-all {
background-color: #e6e9ec
}
.entity-all .global-title-container h1 {
text-align: center;
display: block;
margin: 0
}
.entity-all>p {
padding: 12px
}
.entity-all span.loading {
display: block;
text-align: center;
margin: 16px
}
.entity-all span.loading li-icon {
width: 100%;
height: 89px
}
.entity-all .entity-list.tile {
margin-top: 0;
border-bottom: 1px solid rgba(0, 0, 0, .15)
}
.entity-all .card {
border-radius: 2px;
padding: 12px;
background-color: #fff;
margin: 8px 8px 0;
width: auto
}
.entity-all .card h2 {
font-size: 1.6rem;
line-height: 1.75;
font-weight: 400;
color: rgba(0, 0, 0, .9);
margin-bottom: 12px
}
.entity-all .card li,
.entity-all .card p {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .75);
margin-bottom: 12px
}
.entity-all .card ul {
margin: 0 0 12px 24px
}
.entity-all .card li {
margin-bottom: 6px
}
.entity-all.separate-entities .entity-list-item .content-wrapper,
.entity-all.separate-entities .entity-list-item .cta-wrap {
border-bottom: none
}
.entity-all.separate-entities .entity-list-item .content-wrapper {
padding: 12px 12px 12px 0
}
.entity-all.feed-container-theme .entity-list-item {
padding: 0;
border-radius: 4px
}
.entity-all.feed-container-theme .update {
margin: 0
}
.visibility-setting {
position: relative
}
.visibility-setting--trailing {
display: flex;
flex-direction: row-reverse
}
.visibility-setting__dropdown {
background: 0 0;
box-shadow: none;
margin: 0;
padding: 0;
width: auto;
overflow: visible
}
.visibility-setting__dropdown::after,
.visibility-setting__dropdown::before {
display: none
}
.visibility-setting__trigger {
color: #0084bf
}
.visibility-setting__trigger.visibility-setting__trigger:hover {
background: 0 0
}
.visibility-setting__trigger--white {
color: #fff
}
.visibility-setting__trigger-content {
display: flex;
align-items: center
}
.visibility-setting__eyeball {
line-height: 0
}
.visibility-setting__eyeball--non-rl {
margin: none
}
.visibility-setting__screen-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999;
background-color: rgba(0, 0, 0, .75)
}
.visibility-options {
position: absolute;
right: 0;
z-index: 1000;
width: 90vw;
max-width: 375px;
margin: 8px 0;
border: 1px solid rgba(119, 122, 125, .15);
background-color: #fff;
border-radius: 2px;
padding: 0;
box-shadow: none;
list-style-type: none
}
.visibility-options__tooltip::before {
position: absolute;
content: '';
right: 24px;
border: 9px solid transparent
}
.visibility-options__tooltip::after {
position: absolute;
content: '';
right: 25px;
border: 8px solid transparent
}
.visibility-options__tooltip--top {
border-top: 0;
top: 100%
}
.visibility-options__tooltip--top::before {
top: -18px;
border-bottom-color: rgba(119, 122, 125, .15)
}
.visibility-options__tooltip--top::after {
top: -14px;
border-bottom-color: #fff
}
.visibility-options__tooltip--bottom {
border-bottom: 0;
bottom: 100%
}
.visibility-options__tooltip--bottom::before {
bottom: -18px;
border-top-color: rgba(119, 122, 125, .15)
}
.visibility-options__tooltip--bottom::after {
bottom: -14px;
border-top-color: #fff
}
.visibility-option.visibility-option {
position: relative;
height: auto;
padding: 8px 16px;
min-height: 56px;
width: 100%;
text-align: left;
border-top: 1px solid rgba(119, 122, 125, .15)
}
.visibility-option.visibility-option__explanation {
border-bottom: 1px solid rgba(119, 122, 125, .15)
}
.visibility-option.visibility-option__explanation:hover {
background-color: inherit
}
.visibility-option.visibility-option--first {
border-top: 0
}
.visibility-option__content {
display: flex;
flex-direction: column;
justify-content: center
}
.visibility-option__title.visibility-option__title {
position: relative;
margin: auto 0;
padding: 0 40px 0 0;
pointer-events: none
}
.visibility-option__title.visibility-option__title::after,
.visibility-option__title.visibility-option__title::before {
display: none
}
.visibility-option__title.visibility-option__title--checked {
color: #0084bf
}
.visibility-option__description {
margin-top: 1px;
padding: 0 40px 0 0
}
.visibility-option__check-mark {
position: absolute;
top: 0;
right: 0;
color: #0084bf
}
.jobs-job-card-actions-container {
display: flex;
flex: 1 1 auto;
max-height: 500px;
overflow: hidden
}
.jobs-job-card-actions-container--is-removing {
transition-timing-function: cubic-bezier(.4, 0, 1, 1);
transition-duration: 334ms;
transition-property: opacity, max-height;
opacity: 0;
max-height: 0
}
.jobs-job-card-actions {
display: flex;
align-items: flex-start;
padding: 28px 24px 0 12px;
border-top: 1px solid rgba(0, 0, 0, .15)
}
.jobs-activity__list-item:first-of-type .jobs-job-card-actions {
border: 0
}
.jobs-job-card-actions__button {
white-space: nowrap;
margin-right: 8px
}
.jobs-job-card-actions__button:last-child {
margin: 0
}
.msg-attachment-preview {
display: flex;
align-items: center
}
.msg-attachment-preview--error {
box-shadow: 0 0 0 1px #ff2c33 inset
}
.msg-attachment-preview__attachment-type--ai,
.msg-attachment-preview__attachment-type--doc,
.msg-attachment-preview__attachment-type--generic,
.msg-attachment-preview__attachment-type--pdf,
.msg-attachment-preview__attachment-type--ppt,
.msg-attachment-preview__attachment-type--psd,
.msg-attachment-preview__attachment-type--txt,
.msg-attachment-preview__attachment-type--xls {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
box-sizing: border-box;
float: left;
overflow: hidden
}
.msg-attachment-preview__thumbnail {
display: flex;
align-items: center;
justify-content: center
}
.msg-attachment-preview__image-container {
display: flex;
align-items: center;
justify-content: center;
height: 40px;
width: 40px
}
.msg-attachment-preview__image {
height: auto;
width: auto;
max-height: 100%;
max-width: 100%
}
.msg-attachment-preview__status--error {
color: #ff2c33
}
.msg-attachment-preview__status--uploading {
color: #0084bf
}
.msg-attachment-preview__upload-progress {
height: 4px;
width: 100%;
display: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
.msg-attachment-preview__upload-progress::-webkit-progress-value {
background: #0073b1
}
.msg-attachment-preview__upload-progress::-webkit-progress-bar {
color: #0091ca;
height: 4px;
background-color: transparent
}
.msg-attachment-preview__upload-progress--uploading {
display: block
}
.msg-attachment-preview__bytesize::before {
content: '•';
padding: 0 4px
}
.msg-attachment-preview__attachment-type--generic {
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
transition: box-shadow 83ms;
height: 64px;
width: 232px;
padding: 12px 8px 12px 52px;
position: relative;
margin: 0 16px 16px 0
}
.msg-attachment-preview__attachment-type--generic ul[role=tablist] {
border-top: 0
}
@media only screen and (-ms-high-contrast:active) {
.msg-attachment-preview__attachment-type--generic {
border: 1px solid activeborder
}
}
.msg-attachment-preview__attachment-type--generic:before {
display: block;
position: absolute;
top: 0;
left: 0;
background-color: #485d69;
content: "Attachment Icon";
text-indent: -999px;
background-position: 0 -216px;
background-image: url(/sc/h/cwn0a0e7hog2i33c88ucrvot5);
width: 24px;
height: 24px;
border-style: solid;
border-color: #485d69;
border-width: 20px 10px
}
.msg-attachment-preview__attachment-type--generic button {
position: absolute;
border: 0;
margin: 0;
padding: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
line-height: 64px;
cursor: pointer;
background: rgba(255, 255, 255, .85);
color: rgba(0, 0, 0, .6);
opacity: 0;
transition: opacity .3s;
font-weight: 600
}
.msg-attachment-preview__attachment-type--generic button>svg {
height: 16px;
margin-right: 8px;
width: 16px
}
.msg-attachment-preview__attachment-type--generic button li-icon {
display: inline-block;
margin-right: 8px;
color: rgba(0, 0, 0, .6)
}
.msg-attachment-preview__attachment-type--generic button li-icon,
.msg-attachment-preview__attachment-type--generic button span,
.msg-attachment-preview__attachment-type--generic button>svg {
vertical-align: middle
}
.msg-attachment-preview__attachment-type--generic .attachment-filename {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap
}
.msg-attachment-preview__attachment-type--generic .attachment-filesize {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.msg-attachment-preview__attachment-type--generic.focus button,
.msg-attachment-preview__attachment-type--generic.hover button,
.msg-attachment-preview__attachment-type--generic:focus button,
.msg-attachment-preview__attachment-type--generic:hover button {
opacity: 1
}
.msg-attachment-preview__attachment-type--generic::before {
width: 44px;
height: 64px
}
.msg-attachment-preview__attachment-type--pdf {
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
transition: box-shadow 83ms;
height: 64px;
width: 232px;
padding: 12px 8px 12px 52px;
position: relative;
margin: 0 16px 16px 0
}
.msg-attachment-preview__attachment-type--pdf ul[role=tablist] {
border-top: 0
}
@media only screen and (-ms-high-contrast:active) {
.msg-attachment-preview__attachment-type--pdf {
border: 1px solid activeborder
}
}
.msg-attachment-preview__attachment-type--pdf:before {
display: block;
position: absolute;
top: 0;
left: 0;
background-color: #d11124;
content: "PDF";
text-indent: 0;
background-position: 0 -216px;
background-image: none;
width: 44px;
height: 64px;
font-size: 1.4rem;
font-weight: 600;
color: #fff;
border: none;
line-height: 64px;
text-align: center
}
.msg-attachment-preview__attachment-type--pdf button {
position: absolute;
border: 0;
margin: 0;
padding: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
line-height: 64px;
cursor: pointer;
background: rgba(255, 255, 255, .85);
color: rgba(0, 0, 0, .6);
opacity: 0;
transition: opacity .3s;
font-weight: 600
}
.msg-attachment-preview__attachment-type--pdf button>svg {
height: 16px;
margin-right: 8px;
width: 16px
}
.msg-attachment-preview__attachment-type--pdf button li-icon {
display: inline-block;
margin-right: 8px;
color: rgba(0, 0, 0, .6)
}
.msg-attachment-preview__attachment-type--pdf button li-icon,
.msg-attachment-preview__attachment-type--pdf button span,
.msg-attachment-preview__attachment-type--pdf button>svg {
vertical-align: middle
}
.msg-attachment-preview__attachment-type--pdf .attachment-filename {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap
}
.msg-attachment-preview__attachment-type--pdf .attachment-filesize {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.msg-attachment-preview__attachment-type--pdf.focus button,
.msg-attachment-preview__attachment-type--pdf.hover button,
.msg-attachment-preview__attachment-type--pdf:focus button,
.msg-attachment-preview__attachment-type--pdf:hover button {
opacity: 1
}
.msg-attachment-preview__attachment-type--doc {
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
transition: box-shadow 83ms;
height: 64px;
width: 232px;
padding: 12px 8px 12px 52px;
position: relative;
margin: 0 16px 16px 0
}
.msg-attachment-preview__attachment-type--doc ul[role=tablist] {
border-top: 0
}
@media only screen and (-ms-high-contrast:active) {
.msg-attachment-preview__attachment-type--doc {
border: 1px solid activeborder
}
}
.msg-attachment-preview__attachment-type--doc:before {
display: block;
position: absolute;
top: 0;
left: 0;
background-color: #004b7c;
content: "DOC";
text-indent: 0;
background-position: 0 -216px;
background-image: none;
width: 44px;
height: 64px;
font-size: 1.4rem;
font-weight: 600;
color: #fff;
border: none;
line-height: 64px;
text-align: center
}
.msg-attachment-preview__attachment-type--doc button {
position: absolute;
border: 0;
margin: 0;
padding: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
line-height: 64px;
cursor: pointer;
background: rgba(255, 255, 255, .85);
color: rgba(0, 0, 0, .6);
opacity: 0;
transition: opacity .3s;
font-weight: 600
}
.msg-attachment-preview__attachment-type--doc button>svg {
height: 16px;
margin-right: 8px;
width: 16px
}
.msg-attachment-preview__attachment-type--doc button li-icon {
display: inline-block;
margin-right: 8px;
color: rgba(0, 0, 0, .6)
}
.msg-attachment-preview__attachment-type--doc button li-icon,
.msg-attachment-preview__attachment-type--doc button span,
.msg-attachment-preview__attachment-type--doc button>svg {
vertical-align: middle
}
.msg-attachment-preview__attachment-type--doc .attachment-filename {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap
}
.msg-attachment-preview__attachment-type--doc .attachment-filesize {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.msg-attachment-preview__attachment-type--doc.focus button,
.msg-attachment-preview__attachment-type--doc.hover button,
.msg-attachment-preview__attachment-type--doc:focus button,
.msg-attachment-preview__attachment-type--doc:hover button {
opacity: 1
}
.msg-attachment-preview__attachment-type--ai {
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
transition: box-shadow 83ms;
height: 64px;
width: 232px;
padding: 12px 8px 12px 52px;
position: relative;
margin: 0 16px 16px 0
}
.msg-attachment-preview__attachment-type--ai ul[role=tablist] {
border-top: 0
}
@media only screen and (-ms-high-contrast:active) {
.msg-attachment-preview__attachment-type--ai {
border: 1px solid activeborder
}
}
.msg-attachment-preview__attachment-type--ai:before {
display: block;
position: absolute;
top: 0;
left: 0;
background-color: #993a00;
content: "AI";
text-indent: 0;
background-position: 0 -216px;
background-image: none;
width: 44px;
height: 64px;
font-size: 1.4rem;
font-weight: 600;
color: #fff;
border: none;
line-height: 64px;
text-align: center
}
.msg-attachment-preview__attachment-type--ai button {
position: absolute;
border: 0;
margin: 0;
padding: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
line-height: 64px;
cursor: pointer;
background: rgba(255, 255, 255, .85);
color: rgba(0, 0, 0, .6);
opacity: 0;
transition: opacity .3s;
font-weight: 600
}
.msg-attachment-preview__attachment-type--ai button>svg {
height: 16px;
margin-right: 8px;
width: 16px
}
.msg-attachment-preview__attachment-type--ai button li-icon {
display: inline-block;
margin-right: 8px;
color: rgba(0, 0, 0, .6)
}
.msg-attachment-preview__attachment-type--ai button li-icon,
.msg-attachment-preview__attachment-type--ai button span,
.msg-attachment-preview__attachment-type--ai button>svg {
vertical-align: middle
}
.msg-attachment-preview__attachment-type--ai .attachment-filename {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap
}
.msg-attachment-preview__attachment-type--ai .attachment-filesize {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.msg-attachment-preview__attachment-type--ai.focus button,
.msg-attachment-preview__attachment-type--ai.hover button,
.msg-attachment-preview__attachment-type--ai:focus button,
.msg-attachment-preview__attachment-type--ai:hover button {
opacity: 1
}
.msg-attachment-preview__attachment-type--xls {
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
transition: box-shadow 83ms;
height: 64px;
width: 232px;
padding: 12px 8px 12px 52px;
position: relative;
margin: 0 16px 16px 0
}
.msg-attachment-preview__attachment-type--xls ul[role=tablist] {
border-top: 0
}
@media only screen and (-ms-high-contrast:active) {
.msg-attachment-preview__attachment-type--xls {
border: 1px solid activeborder
}
}
.msg-attachment-preview__attachment-type--xls:before {
display: block;
position: absolute;
top: 0;
left: 0;
background-color: #2f7b15;
content: "XLS";
text-indent: 0;
background-position: 0 -216px;
background-image: none;
width: 44px;
height: 64px;
font-size: 1.4rem;
font-weight: 600;
color: #fff;
border: none;
line-height: 64px;
text-align: center
}
.msg-attachment-preview__attachment-type--ppt ul[role=tablist],
.msg-attachment-preview__attachment-type--psd ul[role=tablist] {
border-top: 0
}
.msg-attachment-preview__attachment-type--xls button {
position: absolute;
border: 0;
margin: 0;
padding: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
line-height: 64px;
cursor: pointer;
background: rgba(255, 255, 255, .85);
color: rgba(0, 0, 0, .6);
opacity: 0;
transition: opacity .3s;
font-weight: 600
}
.msg-attachment-preview__attachment-type--xls button>svg {
height: 16px;
margin-right: 8px;
width: 16px
}
.msg-attachment-preview__attachment-type--xls button li-icon {
display: inline-block;
margin-right: 8px;
color: rgba(0, 0, 0, .6)
}
.msg-attachment-preview__attachment-type--xls button li-icon,
.msg-attachment-preview__attachment-type--xls button span,
.msg-attachment-preview__attachment-type--xls button>svg {
vertical-align: middle
}
.msg-attachment-preview__attachment-type--xls .attachment-filename {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap
}
.msg-attachment-preview__attachment-type--xls .attachment-filesize {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.msg-attachment-preview__attachment-type--xls.focus button,
.msg-attachment-preview__attachment-type--xls.hover button,
.msg-attachment-preview__attachment-type--xls:focus button,
.msg-attachment-preview__attachment-type--xls:hover button {
opacity: 1
}
.msg-attachment-preview__attachment-type--psd {
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
transition: box-shadow 83ms;
height: 64px;
width: 232px;
padding: 12px 8px 12px 52px;
position: relative;
margin: 0 16px 16px 0
}
@media only screen and (-ms-high-contrast:active) {
.msg-attachment-preview__attachment-type--psd {
border: 1px solid activeborder
}
}
.msg-attachment-preview__attachment-type--psd:before {
display: block;
position: absolute;
top: 0;
left: 0;
background-color: #0073b1;
content: "PSD";
text-indent: 0;
background-position: 0 -216px;
background-image: none;
width: 44px;
height: 64px;
font-size: 1.4rem;
font-weight: 600;
color: #fff;
border: none;
line-height: 64px;
text-align: center
}
.msg-attachment-preview__attachment-type--psd button {
position: absolute;
border: 0;
margin: 0;
padding: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
line-height: 64px;
cursor: pointer;
background: rgba(255, 255, 255, .85);
color: rgba(0, 0, 0, .6);
opacity: 0;
transition: opacity .3s;
font-weight: 600
}
.msg-attachment-preview__attachment-type--psd button>svg {
height: 16px;
margin-right: 8px;
width: 16px
}
.msg-attachment-preview__attachment-type--psd button li-icon {
display: inline-block;
margin-right: 8px;
color: rgba(0, 0, 0, .6)
}
.msg-attachment-preview__attachment-type--psd button li-icon,
.msg-attachment-preview__attachment-type--psd button span,
.msg-attachment-preview__attachment-type--psd button>svg {
vertical-align: middle
}
.msg-attachment-preview__attachment-type--psd .attachment-filename {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap
}
.msg-attachment-preview__attachment-type--psd .attachment-filesize {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.msg-attachment-preview__attachment-type--psd.focus button,
.msg-attachment-preview__attachment-type--psd.hover button,
.msg-attachment-preview__attachment-type--psd:focus button,
.msg-attachment-preview__attachment-type--psd:hover button {
opacity: 1
}
.msg-attachment-preview__attachment-type--ppt {
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
transition: box-shadow 83ms;
height: 64px;
width: 232px;
padding: 12px 8px 12px 52px;
position: relative;
margin: 0 16px 16px 0
}
@media only screen and (-ms-high-contrast:active) {
.msg-attachment-preview__attachment-type--ppt {
border: 1px solid activeborder
}
}
.msg-attachment-preview__attachment-type--ppt:before {
display: block;
position: absolute;
top: 0;
left: 0;
background-color: #b74700;
content: "PPT";
text-indent: 0;
background-position: 0 -216px;
background-image: none;
width: 44px;
height: 64px;
font-size: 1.4rem;
font-weight: 600;
color: #fff;
border: none;
line-height: 64px;
text-align: center
}
.msg-attachment-preview__attachment-type--ppt button {
position: absolute;
border: 0;
margin: 0;
padding: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
line-height: 64px;
cursor: pointer;
background: rgba(255, 255, 255, .85);
color: rgba(0, 0, 0, .6);
opacity: 0;
transition: opacity .3s;
font-weight: 600
}
.msg-attachment-preview__attachment-type--ppt button>svg {
height: 16px;
margin-right: 8px;
width: 16px
}
.msg-attachment-preview__attachment-type--ppt button li-icon {
display: inline-block;
margin-right: 8px;
color: rgba(0, 0, 0, .6)
}
.msg-attachment-preview__attachment-type--ppt button li-icon,
.msg-attachment-preview__attachment-type--ppt button span,
.msg-attachment-preview__attachment-type--ppt button>svg {
vertical-align: middle
}
.msg-attachment-preview__attachment-type--ppt .attachment-filename {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap
}
.msg-attachment-preview__attachment-type--ppt .attachment-filesize {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.msg-attachment-preview__attachment-type--ppt.focus button,
.msg-attachment-preview__attachment-type--ppt.hover button,
.msg-attachment-preview__attachment-type--ppt:focus button,
.msg-attachment-preview__attachment-type--ppt:hover button {
opacity: 1
}
.msg-attachment-preview__attachment-type--txt {
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
transition: box-shadow 83ms;
height: 64px;
width: 232px;
padding: 12px 8px 12px 52px;
position: relative;
margin: 0 16px 16px 0
}
.msg-messaging-form__message:focus,
.shared-search-box.not-inline .keyword-search-box input:invalid,
input.msg-inmail-compose-widget__subject:focus {
box-shadow: none
}
.msg-attachment-preview__attachment-type--txt ul[role=tablist] {
border-top: 0
}
@media only screen and (-ms-high-contrast:active) {
.msg-attachment-preview__attachment-type--txt {
border: 1px solid activeborder
}
}
.msg-attachment-preview__attachment-type--txt:before {
display: block;
position: absolute;
top: 0;
left: 0;
background-color: #665ed0;
content: "TXT";
text-indent: 0;
background-position: 0 -216px;
background-image: none;
width: 44px;
height: 64px;
font-size: 1.4rem;
font-weight: 600;
color: #fff;
border: none;
line-height: 64px;
text-align: center
}
.msg-attachment-preview__attachment-type--txt button {
position: absolute;
border: 0;
margin: 0;
padding: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
line-height: 64px;
cursor: pointer;
background: rgba(255, 255, 255, .85);
color: rgba(0, 0, 0, .6);
opacity: 0;
transition: opacity .3s;
font-weight: 600
}
.msg-attachment-preview__attachment-type--txt.focus button,
.msg-attachment-preview__attachment-type--txt.hover button,
.msg-attachment-preview__attachment-type--txt:focus button,
.msg-attachment-preview__attachment-type--txt:hover button,
.transitioning~.application-outlet .authentication-outlet>div {
opacity: 1
}
.msg-attachment-preview__attachment-type--txt button>svg {
height: 16px;
margin-right: 8px;
width: 16px
}
.msg-attachment-preview__attachment-type--txt button li-icon {
display: inline-block;
margin-right: 8px;
color: rgba(0, 0, 0, .6)
}
.msg-attachment-preview__attachment-type--txt button li-icon,
.msg-attachment-preview__attachment-type--txt button span,
.msg-attachment-preview__attachment-type--txt button>svg {
vertical-align: middle
}
.msg-attachment-preview__attachment-type--txt .attachment-filename {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap
}
.msg-attachment-preview__attachment-type--txt .attachment-filesize {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.msg-attachment-preview__attachment-type {
display: flex;
align-items: center;
justify-content: center;
max-width: 100%;
margin: 0;
padding: 0;
height: 40px;
width: 40px;
box-shadow: none
}
.msg-attachment-preview__attachment-type::before {
line-height: 40px;
width: 40px;
height: 40px
}
.msg-attachment-preview__attachment-type-icon {
line-height: 0
}
.msg-s-event-listitem__audio {
display: flex;
align-items: center;
height: 34px;
width: 200px;
background-color: #0084bf;
color: #fff;
position: relative;
overflow: hidden;
border-radius: 4px
}
.msg-s-event-listitem__audio-icon-container {
display: flex;
align-items: center;
border-right: 1px solid rgba(255, 255, 255, .15)
}
.msg-s-event-listitem__audio-progress-bar {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: absolute;
top: 0;
width: 100%;
height: 100%;
background-color: #0084bf;
border-radius: 4px;
overflow: hidden;
border: none
}
.msg-compose-widget__connections-typeahead,
.msg-compose-widget__no-search-results-container,
.msg-compose-widget__title-bar,
.msg-inmail-compose-widget__entity-lockup,
.msg-inmail-compose-widget__subject-input-container,
.msg-inmail-compose-widget__title-bar {
border-bottom: 1px solid #cdcfd2
}
.msg-s-event-listitem__audio-progress-bar::-webkit-progress-bar {
background-color: #0084bf
}
.msg-s-event-listitem__audio-progress-bar::-webkit-progress-value {
background-color: #006097
}
.msg-s-event-listitem__audio-time {
position: relative;
margin-left: auto;
padding: 0 8px;
min-width: 44px;
text-align: left
}
.msg-compose-modal .artdeco-dismiss {
display: none
}
.msg-compose-modal>[role=dialog] div.compose-modal {
padding: 0;
width: 100%;
height: 100%;
overflow-y: visible
}
.compose-modal,
.msg-compose-modal__content,
.msg-compose-modal__widget-component,
.msg-compose-widget {
display: flex;
flex-direction: column;
flex-grow: 1
}
.msg-compose-modal__widget-component .msg-messaging-form__form-footer,
.msg-compose-modal__widget-component .msg-messaging-form__message {
padding: 12px 16px
}
.msg-compose-modal__widget-component .msg-messaging-form__message {
flex: 1;
max-height: none
}
.msg-core-reshare {
height: 100%;
background-color: #fff;
overflow: scroll
}
.msg-core-reshare .msg-messaging-form__message {
flex: 1
}
.msg-core-reshare .msg-messaging-form__form-footer {
height: 100px;
padding: 8px 0
}
.msg-core-reshare .msg-messaging-form__right-actions {
display: flex;
justify-content: flex-end;
flex: 1;
align-items: initial
}
.msg-core-reshare .msg-compose-widget__connections-typeahead {
padding: 0 8px;
border-bottom: 1px solid #cdcfd2
}
.msg-core-reshare .msg-messaging-form__message {
padding: 12px
}
.msg-compose-widget {
display: flex;
flex-direction: column
}
.msg-compose-widget__title-bar {
display: flex;
align-items: center;
flex-direction: row-reverse
}
.msg-compose-widget__no-search-results-icon {
color: #ff2c33
}
.msg-entity-lockup {
display: flex;
align-items: center;
min-width: 0;
width: 100%
}
.msg-entity-lockup .msg-entity-lockup__entity-title-wrapper {
padding: 1px;
display: flex
}
.msg-entity-lockup .msg-entity-lockup__entity-title,
.msg-entity-lockup dd.msg-entity-lockup__entity-info,
.msg-entity-lockup__presence-status {
color: #fff
}
.msg-inmail-compose-widget__character-limit-text,
.msg-inmail-compose-widget__error {
color: #ff2c33
}
.msg-inmail-compose-widget {
flex: 1;
background-color: #fff
}
.msg-inmail-compose-widget__title-bar {
display: flex;
padding: 12px 16px;
align-items: center;
flex-direction: row-reverse
}
.msg-inmail-compose-widget__container {
height: 100%
}
.msg-inmail-compose-widget__entity-lockup {
display: flex
}
.msg-inmail-compose-widget__participant-info-row {
min-width: 0
}
input.msg-inmail-compose-widget__subject {
padding: 0;
border: 0
}
.msg-inmail-compose-widget__character-limit {
display: flex;
justify-content: space-between
}
.msg-inmail-compose-widget__action-bar {
display: flex;
justify-content: space-between;
align-items: center;
background-color: #f3f6f8
}
.msg-inmail-compose-widget .msg-messaging-form__form-footer {
border-top: none
}
.msg-messaging-form {
flex: 1;
display: flex;
flex-direction: column
}
.msg-messaging-form.msg-messaging-form__overlay-expanded {
display: flex;
flex-direction: column;
flex: auto
}
.msg-messaging-form__form {
flex: 1;
display: flex;
flex-direction: column
}
.msg-messaging-form.msg-messaging-form__overlay-expanded .msg-messaging-form__form {
max-height: 275px
}
.msg-messaging-form__message {
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
transition-property: height;
transition-duration: 167ms;
height: 100px;
border: none;
resize: none
}
.ios .msg-messaging-form__message {
font-size: 16px
}
.msg-messaging-form__message--chat {
height: 40px
}
.msg-messaging-form__attachment-previews {
max-height: 180px;
overflow-y: auto
}
.msg-messaging-form__hovercard-container {
-ms-grid-row-align: center;
align-self: center;
float: none;
margin: 0 0 0 8px;
padding: 0;
position: relative
}
.msg-messaging-form__hovercard {
width: 275px;
bottom: 37px;
right: -122px;
left: auto
}
.msg-messaging-form__form-footer {
display: flex;
justify-content: flex-end;
border-top: 1px solid #cdcfd2;
padding: 8px 12px
}
.msg-messaging-form__left-actions {
margin-left: -4px
}
.msg-messaging-form__right-actions {
margin-left: auto;
display: flex;
align-items: center
}
.msg-messaging-form__send-button {
margin-left: auto
}
.msg-messaging-form__back-button {
outline: 0
}
.msg-messaging-form__back-button:focus {
border: 1px solid #0073b1
}
.square-entity-logo-container.size-1,
.square-entity-logo-container.size-2 {
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent
}
.square-entity-logo-container {
overflow: hidden;
display: flex;
align-items: center;
justify-content: center
}
.square-entity-logo-container.size-1 {
width: 32px;
height: 32px;
border-radius: 6px
}
.square-entity-logo-container.size-2 {
width: 40px;
height: 40px;
border-radius: 6px
}
.square-entity-logo-container.size-3,
.square-entity-logo-container.size-4 {
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent
}
.square-entity-logo-container.size-3 {
width: 48px;
height: 48px;
border-radius: 6px
}
.square-entity-logo-container.size-4 {
width: 56px;
height: 56px;
border-radius: 6px
}
.square-entity-logo-container.size-5,
.square-entity-logo-container.size-6 {
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent
}
.square-entity-logo-container.size-5 {
width: 72px;
height: 72px;
border-radius: 6px
}
.square-entity-logo-container.size-6 {
width: 88px;
height: 88px;
border-radius: 6px
}
.square-entity-logo-container.size-7,
.square-entity-logo-container.size-8 {
border: 4px solid transparent;
box-sizing: border-box;
background-clip: content-box
}
.square-entity-logo-container.size-7 {
width: 104px;
height: 104px;
border-radius: 6px
}
.square-entity-logo-container.size-8 {
width: 128px;
height: 128px;
border-radius: 6px
}
.square-entity-logo-container.size-9 {
width: 200px;
height: 200px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
border-radius: 6px
}
.square-entity-logo-container.size-10 {
width: 240px;
height: 240px;
box-sizing: border-box;
background-clip: content-box;
border: 8px solid transparent;
border-radius: 10px
}
.square-entity-logo-container.size-11 {
width: 280px;
height: 280px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
border-radius: 6px
}
.square-entity-logo-container .logo-image {
background-color: #0091ca;
max-width: 100%;
max-height: 100%
}
.square-entity-logo-container .ghost-company,
.square-entity-logo-container .ghost-school {
width: 100%;
height: 100%
}
.osmosis-toggle {
display: flex;
align-items: center;
background-color: #f3f6f8
}
.photo-cropper .osmosis-toggle {
background-color: #44474a
}
.photo-cropper .osmosis-toggle .osmosis-toggle__title {
color: rgba(255, 255, 255, .85)
}
.photo-cropper .osmosis-toggle .osmosis-toggle__message {
color: #777a7d
}
.osmosis-toggle-switch {
position: relative;
margin-left: -9px;
top: -8px
}
.osmosis-toggle__helplink {
color: #0084bf
}
.meter-bar {
height: 16px;
border-radius: 8px;
background-color: #cdcfd2
}
.meter-bar .meter-value {
transition-timing-function: cubic-bezier(0, 0, .2, 1);
transition-duration: 334ms;
transition-property: width;
transition-delay: 1s;
height: 16px;
border-radius: 8px;
background-color: #008CC9
}
.content-analytics-entry-point .analytics-entry-point::before {
content: '';
display: block;
border-top: 1px solid rgba(0, 0, 0, .15)
}
.pv-dashboard-section__card .content-analytics-entry-point .analytics-entry-point::before {
display: none
}
.content-analytics-entry-point .analytics-entry-point .icon-and-text-container {
display: flex;
align-items: center;
padding: 12px
}
.content-analytics-entry-point .analytics-entry-point .icon-and-text-container .svg-icon-wrap {
height: 24px;
margin-right: 8px
}
.ca-entry-point__play-icon-and-text-container {
display: flex;
position: relative
}
.ca-entry-point__num-views {
margin: auto 0
}
.ca-entry-point__video-analytics-tooltip {
width: 260px;
white-space: normal;
padding: 12px 16px 24px;
cursor: default
}
.shared-search-box.not-inline {
background-color: #0073b1;
display: flex;
flex-flow: column;
padding: 8px 8px 4px
}
.shared-search-box.not-inline .keyword-search-form,
.shared-search-box.not-inline .location-search-form {
display: flex;
position: relative
}
.shared-search-box.not-inline .keyword-search-form>section,
.shared-search-box.not-inline .location-search-form>section {
width: 100%
}
.shared-search-box.not-inline .keyword-search-box {
position: relative;
width: 100%
}
.shared-search-box.not-inline .keyword-search-box input {
width: 100%;
border: 0;
border-radius: 2px;
background: rgba(0, 0, 0, .2);
padding-left: 29px;
color: #fff
}
.shared-search-box.not-inline .keyword-search-box input:-ms-input-placeholder {
font-size: 1.5rem;
color: rgba(255, 255, 255, .7);
opacity: 1
}
.shared-search-box.not-inline .keyword-search-box input::placeholder {
font-size: 1.5rem;
color: rgba(255, 255, 255, .7);
opacity: 1
}
.shared-search-box.not-inline .keyword-search-box input:focus {
outline: 0;
background-color: #fff;
padding-left: 8px;
color: rgba(0, 0, 0, .6)
}
.shared-search-box.not-inline .keyword-search-box .svg-icon-wrap:first-child {
position: absolute;
top: 8px;
left: 8px;
color: rgba(255, 255, 255, .7)
}
.shared-search-box.not-inline .location-search-form {
margin-top: 8px
}
.shared-search-box.not-inline .location-search-form input {
width: 100%;
background-color: transparent;
border: none;
border-bottom: 1px solid rgba(255, 255, 255, .3);
border-radius: 0;
outline: 0;
color: #fff;
font-weight: 200
}
.shared-search-box.not-inline .location-search-form input:-ms-input-placeholder {
font-size: 1.5rem;
color: rgba(255, 255, 255, .7);
opacity: 1
}
.shared-search-box.not-inline .location-search-form input::placeholder {
font-size: 1.5rem;
color: rgba(255, 255, 255, .7);
opacity: 1
}
.shared-search-box.not-inline .location-search-form input:focus:-ms-input-placeholder {
color: rgba(255, 255, 255, .7);
opacity: 1
}
.shared-search-box.not-inline .location-search-form input:focus::placeholder {
color: rgba(255, 255, 255, .7);
opacity: 1
}
.shared-search-box.not-inline .location-search-form .type-ahead-input-icons {
display: block
}
.shared-search-box.not-inline .location-search-form .type-ahead-input-icon {
color: #fff
}
.shared-search-box.not-inline .location-search-form .location-type-ahead-icon {
padding: 8px;
color: #fff
}
.shared-search-box.not-inline .open-filters {
display: flex;
justify-content: center;
margin-left: 4px;
color: #fff;
border-radius: 2px;
padding: 4px 8px
}
.shared-search-box.not-inline .open-filters .svg-icon-wrap {
display: flex
}
.shared-search-box.not-inline .open-filters.active {
background-color: #fff;
color: #0073b1
}
.jobs-search-filters,
.search-alerts-modal,
.search-facets-modal {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 100vh;
background-color: #fff;
z-index: 100;
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch
}
.jobs-search-filters .global-title-container .global-title,
.search-alerts-modal .global-title-container .global-title,
.search-facets-modal .global-title-container .global-title {
top: 0
}
.jobs-search-filters .global-title-container .global-title h1,
.search-alerts-modal .global-title-container .global-title h1,
.search-facets-modal .global-title-container .global-title h1 {
display: block;
text-align: center;
margin: 0;
font-size: 2rem;
font-weight: 600;
color: #fff;
line-height: 44px
}
.jobs-search-filters .global-title-container .global-title button,
.search-alerts-modal .global-title-container .global-title button,
.search-facets-modal .global-title-container .global-title button {
position: absolute;
top: 0;
height: 100%;
padding: 0 16px;
background: 0 0;
font-size: 1.6rem;
line-height: 1.75;
font-weight: 400;
color: #fff
}
.jobs-search-filters .global-title-container .global-title .done,
.search-alerts-modal .global-title-container .global-title .done,
.search-facets-modal .global-title-container .global-title .done {
right: 0
}
.jobs-search-filters .global-title-container .global-title .reset,
.search-alerts-modal .global-title-container .global-title .reset,
.search-facets-modal .global-title-container .global-title .reset {
left: 0
}
.nav-profile__link,
.nav-profile__link.active,
.nav-profile__link:active,
.nav-profile__link:visited {
color: #fff
}
.nav-profile__link.active .active-item {
visibility: visible
}
.nav-profile__link.active .inactive-item {
visibility: hidden
}
.nav-profile__link li-icon[type^=nav-] {
width: 24px!important;
height: 24px!important
}
.nav-profile--with-search-bar .nav-profile__link {
padding: 0 12px 0 4px
}
.nav-profile__member-photo {
border: 1px solid #c7d1d8;
border-radius: 50%
}
.profile-background-image {
position: relative;
width: 100%;
padding-bottom: 25%
}
.profile-background-image--loading {
background: url(/sc/h/3chad3rzxalsf65nuo7hxciac) center/cover
}
.profile-background-image__image-container {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden
}
.profile-background-image__loader {
position: absolute;
top: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
color: #fff
}
body {
overflow-y: scroll
}
.neptune-grid {
width: 1128px;
box-sizing: content-box;
padding: 0 32px;
display: block;
margin: auto;
position: relative
}
.neptune-grid .left-rail,
.neptune-grid.two-column .core-rail {
margin-bottom: 24px;
margin-left: calc((576px * 0) - 24px + 24px);
box-sizing: border-box;
float: left;
margin-right: -1px
}
.neptune-grid::after {
content: '';
display: table;
clear: both
}
.neptune-grid .left-rail {
width: calc((576px * .20833) + 96px)
}
.neptune-grid.one-column .core-rail {
box-sizing: border-box;
float: left;
margin-bottom: 24px;
margin-right: -1px;
width: calc((576px * 1) + 552px)
}
.neptune-grid.two-column .core-rail {
width: calc((576px * .70833) + 384px)
}
.neptune-grid .right-rail,
.neptune-grid.three-column .core-rail {
margin-bottom: 24px;
margin-left: calc((576px * 0) - 24px + 49px)
}
.neptune-grid.three-column .core-rail {
box-sizing: border-box;
float: left;
margin-right: -1px;
width: calc((576px * .5) + 264px)
}
.neptune-grid .right-rail,
.neptune-grid .right-rail .right-rail-container {
float: left;
margin-right: -1px;
width: calc((576px * .29167) + 144px);
box-sizing: border-box
}
.neptune-grid .right-rail .right-rail-container {
margin-bottom: 0;
margin-left: calc((576px * 0) - 24px + 24px)
}
.core-rail,
.left-rail {
opacity: 0;
animation: fade-in 330ms ease forwards
}
.core-rail {
animation-delay: 84ms
}
.ghost-animate-in .core-rail,
.ghost-animate-in .left-rail {
opacity: 1;
animation: none
}
#app-boot-bg-loader,
.loading-bg {
z-index: 2;
background: 0 0
}
#app-boot-bg-loader .top-bar,
.loading-bg .top-bar {
position: relative;
height: 52px
}
#app-boot-bg-loader .content,
.loading-bg .content {
padding: 48px 0
}
#app-boot-bg.skeleton-load-complete .top-bar::after,
.loading-bg.skeleton-load-complete .top-bar::after {
position: absolute;
bottom: -2px;
content: '';
display: block;
width: 100%;
height: 2px;
background: #0073b1;
box-shadow: 0 1px 2px #94A4AD;
transform: scaleX(.01);
animation: loading-bar 10s forwards cubic-bezier(.1, .55, .15, .5)
}
#app-boot-bg .content,
.loading-bg .content {
margin: auto;
padding-top: 49px;
width: 1128px
}
#app-boot-bg .content.ghost-template-jobs,
.loading-bg .content.ghost-template-jobs {
padding-top: 16px
}
#app-boot-bg .l1-left-rail,
.loading-bg .l1-left-rail {
width: 216px;
margin-right: 24px
}
#app-boot-bg .l1-core-rail,
.loading-bg .l1-core-rail {
width: 552px;
margin-right: 24px
}
#app-boot-bg .l1-right-rail,
.loading-bg .l1-right-rail {
width: 312px
}
#app-boot-bg .l2-core-rail,
.loading-bg .l2-core-rail {
width: 792px;
margin-right: 24px
}
#app-boot-bg .l2-right-rail,
.loading-bg .l2-right-rail {
width: 307px
}
@keyframes loading-bar {
from {
transform: scaleX(.01)
}
to {
transform: scaleX(1)
}
}
.sticky>:first-child {
margin-top: 0;
transition: margin-top .25s ease-in-out
}
.sticky.stuck>:first-child {
top: 52px;
margin-top: 12px
}
.sticky.bottom-stuck>:first-child {
position: fixed;
top: inherit
}
.tooltip-container {
display: inline-block;
position: relative
}
.tooltip-container .tooltip {
font-size: 1.4rem;
line-height: 1.42857;
background-color: rgba(0, 0, 0, .9);
border-radius: 2px;
color: #fff;
padding: 5px 18px 8px;
opacity: 0;
position: absolute;
transition: visibility 0s linear .2s, opacity .2s linear;
visibility: hidden;
z-index: 999;
bottom: calc(100% + 12px);
left: calc(50%);
transform: translateX(-50%);
white-space: nowrap
}
@media only screen and (-ms-high-contrast:active) {
.tooltip-container .tooltip {
border: 1px solid activeborder
}
}
.tooltip-container .tooltip:after {
border-color: transparent;
border-style: solid;
border-width: 0 8px;
border-top: 8px rgba(0, 0, 0, .9) solid;
content: "";
height: 0;
width: 0;
bottom: -8px;
left: 50%;
margin-left: -9px;
position: absolute
}
.tooltip-container .tooltip.active,
.tooltip-container:hover .tooltip {
opacity: 1;
transition-delay: 0s;
visibility: visible
}
.type-ahead-wrapper {
position: relative
}
.type-ahead-results {
position: absolute;
width: 100%;
max-height: 192px;
border: 1px solid #647C8D;
border-radius: 2px;
box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
overflow: auto
}
.type-ahead-results:empty {
border: none;
overflow: hidden
}
.type-ahead-result.is-active {
background-color: #e6e9ec
}
.type-ahead-result:first-child {
border-radius: 2px 2px 0 0
}
.type-ahead-result:last-child {
border-radius: 0 0 2px 2px
}
.type-ahead-result-image {
margin: 2px 8px
}
.type-ahead-result-info h3 {
font-weight: 400
}
.type-ahead-entity h3 {
font-size: 16px
}
.type-ahead-result.auto-complete .type-ahead-result-info h3 {
font-size: 14px;
font-weight: 700
}
.type-ahead-result.search-history-item:not(.suggestion) .type-ahead-result-info h3 {
font-size: 14px
}
.type-ahead-result.search-history-item.topic .type-ahead-result-info h3 {
font-size: 16px
}
.simple-type-ahead .type-ahead-results {
position: absolute;
z-index: 1000;
width: 100%;
top: 32px;
left: 0;
max-height: 300px;
overflow-y: auto;
border: 1px solid #cdcfd2;
box-shadow: 0 5px 5px #cdcfd2
}
.simple-type-ahead .type-ahead-results:empty {
border: none
}
.simple-type-ahead .type-ahead-results .type-ahead-result.active,
.simple-type-ahead .type-ahead-results .type-ahead-result:hover {
background-color: #cdcfd2
}
.simple-type-ahead .type-ahead-results .type-ahead-result.active h3,
.simple-type-ahead .type-ahead-results .type-ahead-result:hover h3 {
color: #0084bf
}
.simple-type-ahead .type-ahead-results figure {
display: none
}
.simple-type-ahead .type-ahead-results .type-ahead-result-info {
padding-left: 8px
}
.simple-type-ahead .type-ahead-results .type-ahead-result-info h3 {
font-weight: 400;
font-size: 1.4rem
}
.simple-type-ahead .type-ahead-results .type-ahead-result-info h3 strong {
font-weight: 700
}
.typeahead-icon {
position: absolute;
top: 4px;
left: 6px;
z-index: 2
}
.typeahead-icon li-icon {
color: #5c6f7c
}
.search-typeahead-v2__hit--escape-hatch .search-typeahead-v2__hit-text,
.search-typeahead-v2__icon--entry-point {
color: #0073b1
}
.search-typeahead-v2 .typeahead-suggestion {
padding: 0
}
.search-typeahead-v2__section-header--top-divider {
border-top: 1px solid rgba(0, 0, 0, .15)
}
.search-typeahead-v2__hit {
cursor: pointer;
display: flex;
align-items: center;
padding: 2px 8px 4px
}
.typeahead-suggestion:first-of-type .search-typeahead-v2__hit {
padding-top: 4px
}
.search-typeahead-v2__illustration--hashtag {
background-image: url(/sc/h/4s2ak5vqyeyde0y0uuaosm58d);
background-position: center;
width: 40px;
height: 40px
}
.search-typeahead-v2__hit--non-profile-entity .search-typeahead-v2__image {
width: 40px;
height: 40px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
border-radius: 6px;
margin: 0
}
.search-typeahead-v2__hit--profile-entity .search-typeahead-v2__image {
width: 40px;
height: 40px;
box-sizing: border-box;
background-clip: content-box;
border: 3px solid transparent;
border-radius: 49.9%;
margin: 0
}
.search-typeahead-v2__hit--escape-hatch {
border-top: 2px solid #e1e9ee;
padding: 12px 8px
}
.search-typeahead-v2__hit-info {
line-height: 20px;
padding-left: 8px
}
.search-typeahead-v2__hit--autocomplete .search-typeahead-v2__hit-text,
.search-typeahead-v2__hit--entry-point .search-typeahead-v2__hit-text {
font-weight: 400
}
.search-typeahead-v2__hit--history-query .search-typeahead-v2__hit-text {
color: rgba(0, 0, 0, .75);
font-weight: 400
}
.ca-content-analytics {
position: relative;
background: #f3f6f8
}
.modal-wormhole.content-analytics-modal {
z-index: 200
}
.modal-wormhole.content-analytics-modal .modal-wormhole-content {
padding: 0;
background-color: #f3f6f8
}
.modal-wormhole.content-analytics-modal .modal-wormhole-content .dismiss {
position: absolute;
right: 8px;
top: 8px;
color: #fff;
z-index: 1
}
.ca-activity-header {
color: #fff;
position: relative;
z-index: 0
}
.ca-activity-header--null-analytics {
height: 0;
overflow: visible;
padding-bottom: 50%;
width: 100%
}
.ca-activity-header__image-container {
overflow: hidden;
position: absolute;
background-image: url(/sc/h/3chad3rzxalsf65nuo7hxciac);
background-size: 100%;
left: 0;
top: 0;
width: 100%;
z-index: -1
}
.ca-activity-header__image-container::before {
display: block;
content: '';
padding-bottom: 50%
}
.ca-activity-header__image-container>img {
position: absolute;
top: 50%;
transform: translateY(-50%);
min-width: 100%;
min-height: 100%;
left: 0;
width: 100%;
height: auto
}
.ca-activity-header__image-container::after {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
background-color: rgba(0, 115, 177, .7);
background-image: linear-gradient(to bottom, #0073b1 0, rgba(0, 115, 177, 0) 30%, rgba(243, 246, 248, 0) 70%, #f3f6f8 100%)
}
.ca-activity-header__article-title,
.ca-activity-header__social-counts {
color: #fff
}
.ca-reach-statistics__title-network-reach {
display: block
}
.ca-reach-statistics__main {
display: flex;
align-items: center;
justify-content: center
}
.ca-reach-statistics__profile-picture-container {
display: inline-block;
position: relative;
padding-right: 48px
}
.ca-reach-statistics__profile-picture-container:after {
content: "";
display: inline-block;
position: absolute;
top: 50%;
right: 4px;
width: 40px;
height: 1px;
background-color: rgba(0, 0, 0, .35)
}
.ca-reach-statistics__circles-container {
display: flex;
align-items: center;
justify-content: center;
width: 210px
}
.ca-reach-statistics__circle {
display: inline-block;
border-radius: 50%;
color: #006097;
min-width: 44px;
max-width: 166px;
text-align: center;
position: relative
}
.ca-reach-statistics__circle:before {
content: "";
display: block;
padding-top: 100%
}
.ca-reach-statistics__circle--first-degree {
border: 1px solid #0073b1
}
.ca-reach-statistics__circle--second-degree {
background-color: #caedff;
border: 1px dotted #0073b1
}
.ca-reach-statistics__circle-caption {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
left: 0
}
.ca-analytics-highlight__image-container {
top: 0;
left: 0;
right: 0;
z-index: 1
}
.ca-analytics-highlight__location-pin {
background-image: url(/sc/h/efo0wduaodia4nmsfgzpuh6ae)
}
.ca-analytics-highlight__trophy {
background-image: url(/sc/h/3q1qyzyq3kll7vphk7fqitdjw)
}
.ca-analytics-highlight__radar {
background-image: url(/sc/h/b0hfxf4yu2y3u9uejaneyroqo)
}
.ca-analytics-highlight__image {
box-shadow: 0 1px 2px rgba(0, 0, 0, .15)
}
.ca-analytics-highlight__logo-container {
display: flex;
align-items: center;
justify-content: center;
background-color: #fff;
overflow: hidden;
margin: auto
}
.ca-analytics-highlight__company-logo {
width: 100%
}
.ca-analytics-highlight__icon {
display: inline-block;
background-color: #f3f6f8;
background-position: center;
background-repeat: no-repeat
}
.ca-analytics-highlight__main {
padding-top: 44px
}
.ca-analytics-highlight__message.ca-analytics-highlight__message {
margin-bottom: 8px
}
.ca-analytics-highlight__info {
padding-top: 8px
}
.ca-analytics-highlight__info-list-item {
overflow: hidden;
border-bottom: 1px solid #cdcfd2
}
.ca-social-gesture-highlights__carousel-button {
position: absolute;
top: 0;
height: 100%;
line-height: 100%;
width: 32px;
padding-top: 44px
}
.ca-social-gesture-highlights__carousel-button--prev {
left: -32px
}
.ca-social-gesture-highlights__carousel-button--next {
right: -32px
}
.ca-social-gesture-highlights__carousel-item {
width: 100%;
top: 0;
left: 150vw;
padding-top: 44px;
text-align: center
}
.ca-social-gesture-highlights__carousel-item--show {
position: relative;
opacity: 1;
left: 0;
transition: opacity .2s ease-out, left .2s ease-out
}
.ca-social-gesture-highlights__carousel-item--hide-right {
left: 150vw
}
.ca-social-gesture-highlights__carousel-item--hide-left {
left: -150vw
}
.ca-social-gesture-highlights__dots {
text-align: center;
margin: 16px 0
}
.ca-social-gesture-highlights__dot {
border-radius: 50%;
display: inline-block;
width: 10px;
height: 10px;
background-color: rgba(0, 0, 0, .4);
transition: background-color .2s linear
}
.ca-social-gesture-highlights__dot:nth-child(n+2) {
margin-left: 4px
}
.ca-social-gesture-highlights__dot--active {
background-color: rgba(0, 0, 0, .75)
}
.ca-content-analytics {
background-color: #fff;
padding-bottom: 0
}
.modal-wormhole.content-analytics-modal .modal-wormhole-content {
height: unset;
max-height: 90%;
max-width: 1128px;
width: 1128px
}
.modal-wormhole.content-analytics-modal .modal-wormhole-content .dismiss {
color: rgba(0, 0, 0, .9)
}
.ca-activity-header {
padding: 24px 24px 16px;
color: rgba(0, 0, 0, .9);
text-align: left;
border-bottom: 1px solid rgba(0, 0, 0, .15)
}
.ca-activity-header__image-container {
display: none
}
.ca-activity-header__article-title {
font-size: 2rem;
line-height: 1.4;
font-weight: 400;
color: rgba(0, 0, 0, .9)
}
.ca-activity-header__social-counts {
font-size: 3.2rem;
line-height: 1.25;
font-weight: 200;
color: rgba(0, 0, 0, .9);
margin-top: 8px
}
.ca-activity-header__social-count {
margin-right: 24px
}
.ca-activity-header__social-count:last-child {
margin-right: 0
}
.ca-activity-header__title-wrapper {
overflow: hidden;
cursor: pointer
}
.ca-activity-header__title {
display: block;
max-height: 45px;
max-width: 80%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.ca-activity-header__null-analytics-title {
background: url(/sc/h/3mqd86rvxk3ssamrbw3fc3dx7) center top no-repeat;
display: block;
margin: 72px auto;
max-width: 328px;
padding-top: 76px;
text-align: center
}
.ca-activity-header__tabs .feed-shared-update {
max-width: 700px;
margin: 10px auto!important
}
.ca-activity-header__tabs .feed-container-theme {
max-height: 600px;
overflow-y: scroll
}
.ca-activity-header__tabs .feed-container-theme .feed-shared-social-action-bar,
.ca-activity-header__tabs .feed-container-theme .feed-shared-update-control-panel-trigger {
display: none!important
}
.ca-activity-header__tabs .feed-container-theme .feed-shared-update-v2__update-content-wrapper,
.ca-activity-header__tabs .feed-container-theme .feed-shared-update__update-content-wrapper {
box-shadow: none!important
}
.ca-analytics-highlight__main:hover,
.ca-reach-statistics,
.ca-reach-statistics:hover {
box-shadow: none
}
.ca-activity-header__analytics-tooltip-container {
position: relative
}
.ca-activity-header__video-analytics-tooltip {
width: 260px;
white-space: normal;
padding: 12px 16px 24px;
cursor: default;
top: calc(100% + 12px);
bottom: auto
}
.ca-activity-header__video-analytics-tooltip::after,
.ca-activity-header__video-analytics-tooltip::before {
border-top: 0;
bottom: auto
}
.ca-activity-header__video-analytics-tooltip::before {
border-bottom: 9px solid rgba(0, 0, 0, .1);
top: -10px
}
.ca-activity-header__video-analytics-tooltip::after {
border-bottom: 9px solid #fff;
top: -9px
}
.ca-analytics-highlight__image-container {
position: static
}
.ca-analytics-highlight__image {
width: 56px;
height: 56px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
border-radius: 6px;
background-color: #fff
}
.ca-analytics-highlight__main {
padding: 0;
box-shadow: none
}
.ca-analytics-highlight__message.ca-analytics-highlight__message {
margin-left: 12px;
padding: 0
}
.ca-analytics-highlight__primary-message {
font-size: 2rem;
line-height: 1.4;
font-weight: 400;
color: rgba(0, 0, 0, .9);
margin: 12px 0 16px
}
.ca-analytics-highlight__secondary-message {
margin-top: 8px;
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.ca-analytics-highlight__info-list-item:last-child {
border-bottom: none
}
.ca-social-gesture-highlights {
padding: 24px 0 32px;
margin: 0 24px
}
.ca-social-gesture-highlights__highlights {
position: relative;
margin: 0;
display: flex;
justify-content: center
}
.ca-social-gesture-highlights__carousel-item {
position: static;
padding: 0 32px;
opacity: 1;
min-height: 0;
border-left: 1px solid rgba(0, 0, 0, .15);
max-width: 34%
}
.ca-social-gesture-highlights__carousel-item:first-child {
border-left: 0
}
.ca-social-gesture-highlights__dots {
display: none
}
.ca-social-gesture-highlights__expand {
width: 100%;
height: 38px;
border-bottom: 1px solid rgba(0, 0, 0, .15)
}
.ca-social-gesture-highlights__expand-action {
background-color: #fff;
color: #0073b1
}
.ca-social-gesture-highlights__expand-action-icon {
vertical-align: middle
}
.ca-reach-statistics {
display: flex;
flex-direction: row-reverse;
justify-content: center;
margin: 0 24px;
position: static
}
.breadcrumb-carousel,
.carousel-body,
.carousel-header {
position: relative
}
.artdeco-container-card,
.right-rail .ad-banner-container {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
transition: box-shadow 83ms
}
.ca-reach-statistics__header {
display: flex;
align-items: center;
margin-left: 24px
}
.ca-reach-statistics__main {
margin: 0
}
.ad-banner-container {
min-width: 1px;
min-height: 1px
}
.ad-banner-container.is-header-zone {
padding: 16px 0;
min-height: 17px;
box-sizing: content-box
}
.ad-banner {
display: block;
margin: 0 auto
}
.carousel-header,
.carousel-header__item--show {
display: flex;
align-items: center
}
.right-rail .ad-banner-container {
background-color: #fff;
padding: 6px;
margin: 0
}
@media screen and (-ms-high-contrast:active) {
.right-rail .ad-banner-container {
border: 1px solid activeborder
}
}
.carousel-header {
width: 100%;
padding: 12px 24px;
background-color: #fff;
border-bottom: 1px solid rgba(0, 0, 0, .15)
}
.carousel-header__chevron {
margin: 0 8px
}
.carousel-header__item--hide,
.edit-profile-photo-modal .profile-photo-cropper__back-action,
.edit-profile-photo-modal .profile-photo-cropper__delete-action {
display: none
}
.carousel-body {
background-color: #fff;
width: 100%;
overflow: hidden
}
.carousel-item {
width: 100%;
top: 0
}
.carousel-item--show {
position: relative;
left: 0;
opacity: 1
}
.carousel-item--pop {
position: absolute;
left: 100%;
opacity: 0
}
.carousel-item--stack {
position: absolute;
left: -100%;
opacity: 0
}
.artdeco-container-card-action-bar {
padding: 0 24px;
margin: 16px -24px -24px
}
.artdeco-container-card-action-bar .svg-icon-wrap {
line-height: 24px;
vertical-align: middle
}
.artdeco-container-card {
margin: 16px 0;
padding: 24px
}
@media screen and (-ms-high-contrast:active) {
.artdeco-container-card {
border: 1px solid activeborder
}
}
.artdeco-container-card .card-heading {
font-size: 2rem;
line-height: 1.4;
color: rgba(0, 0, 0, .9);
font-weight: 400
}
.edit-profile-photo-modal .modal-wormhole-content {
max-width: 744px;
padding: 0
}
.edit-profile-photo-modal .profile-photo-cropper {
width: 744px
}
.edit-profile-photo-modal__header {
position: relative;
display: flex;
align-items: center;
background-color: #fff;
border-bottom: 1px solid rgba(0, 0, 0, .15)
}
.entity-hovercard__info,
.search-alert__name {
flex: 1 1 auto
}
.edit-profile-photo-modal__title {
width: 100%;
color: rgba(0, 0, 0, .6)
}
.edit-profile-photo-modal__close-button {
position: absolute;
top: 12px;
right: 24px
}
.entity-hovercard-container {
height: 0;
overflow: hidden
}
.entity-hovercard {
width: 350px;
padding: 0
}
.entity-hovercard__info--premium-member {
padding-right: 24px
}
.entity-hovercard__title-container {
position: relative
}
.entity-hovercard__premium-logo {
position: absolute;
top: 0;
right: -24px
}
.entity-hovercard__influencer-badge {
display: inline-block;
width: 14px;
height: 14px;
overflow: hidden;
vertical-align: middle
}
.entity-hovercard__influencer-badge li-icon>svg {
width: 14px;
height: 14px;
margin: 0
}
.entity-hovercard__insights-container {
flex-direction: column;
list-style: none
}
.entity-hovercard__insight {
align-items: center;
padding-left: 64px
}
.entity-hovercard__link {
text-decoration: none
}
.entity-hovercard__insight-icon {
width: 24px;
height: 24px;
margin-left: -32px;
margin-right: 8px;
color: rgba(0, 0, 0, .6)
}
.entity-hovercard__insight-icon>svg {
width: 24px;
height: 24px
}
.entity-hovercard__cta-container {
flex-wrap: wrap
}
.entity-hovercard__loading-state {
padding: 8px 4px
}
.entity-hovercard__distance-badge::before {
font-size: 8px;
vertical-align: middle
}
.entity-hovercard__cta-button {
flex: 1 0 auto;
height: 100%
}
.entity-hovercard__cta-button .button-icon {
vertical-align: middle;
margin: 0 0 8px
}
.entity-list.tile {
width: 100%;
border: none;
margin: 0;
padding: 0 12px 12px;
justify-content: space-between
}
.entity-list.tile .entity-list-item {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
padding: 16px;
transition: box-shadow 83ms;
flex-basis: auto;
max-width: none;
border: none;
margin: 12px
}
@media screen and (-ms-high-contrast:active) {
.entity-list.tile .entity-list-item {
border: 1px solid activeborder
}
}
.entity-list.tile .entity-list-item ul[role=tablist] {
border-top: 0
}
.entity-list.tile .content-wrapper {
display: flex;
flex-direction: column;
padding: 0;
flex: 1 1 auto
}
.entity-list.tile .cta-wrap a,
.entity-list.tile .cta-wrap button {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #0073b1;
cursor: pointer;
display: inline-block;
font-size: 1.6rem;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0 8px;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0
}
@media only screen and (-ms-high-contrast:active) {
.entity-list.tile .cta-wrap a,
.entity-list.tile .cta-wrap button {
border: 1px solid currentColor;
border-width: 0;
line-height: 32px
}
}
html.edge .entity-list.tile .cta-wrap a:focus,
html.edge .entity-list.tile .cta-wrap button:focus,
html.ie .entity-list.tile .cta-wrap a:focus,
html.ie .entity-list.tile .cta-wrap button:focus {
outline: #7f7f7f dashed 1px
}
.entity-list.tile .cta-wrap a li-icon,
.entity-list.tile .cta-wrap button li-icon {
top: 2px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.entity-list.tile .cta-wrap a li-icon>svg,
.entity-list.tile .cta-wrap button li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .entity-list.tile .cta-wrap a,
.edge .entity-list.tile .cta-wrap button,
.ie .entity-list.tile .cta-wrap a,
.ie .entity-list.tile .cta-wrap button {
border-radius: 0
}
.entity-list.tile .cta-wrap a.focus,
.entity-list.tile .cta-wrap a.hover-not-disabled,
.entity-list.tile .cta-wrap a:focus,
.entity-list.tile .cta-wrap a:hover:not(:disabled):not(.disabled),
.entity-list.tile .cta-wrap button.focus,
.entity-list.tile .cta-wrap button.hover-not-disabled,
.entity-list.tile .cta-wrap button:focus,
.entity-list.tile .cta-wrap button:hover:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .25);
color: #006097
}
.entity-list.tile .cta-wrap a.active-not-disabled,
.entity-list.tile .cta-wrap a:active:not(:disabled):not(.disabled),
.entity-list.tile .cta-wrap button.active-not-disabled,
.entity-list.tile .cta-wrap button:active:not(:disabled):not(.disabled) {
background-color: rgba(152, 216, 244, .45);
color: #004b7c
}
.entity-list.tile .cta-wrap a.disabled,
.entity-list.tile .cta-wrap a:disabled,
.entity-list.tile .cta-wrap button.disabled,
.entity-list.tile .cta-wrap button:disabled {
color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.entity-list.tile .entity-link-wrapper {
padding: 0
}
.entity-list .entity-link-wrapper.focus,
.entity-list .entity-link-wrapper.hover,
.entity-list .entity-link-wrapper:focus,
.entity-list .entity-link-wrapper:hover {
text-decoration: none!important
}
.company-item .entity-item-image,
.job-item .entity-item-image {
border-radius: 3px
}
@keyframes feature-tipcard-slide-up {
from {
opacity: 0;
transform: translateY(20px)
}
to {
opacity: 1;
transform: translateY(0)
}
}
@keyframes feature-tipcard-slide-down {
from {
opacity: 0;
transform: translateY(-20px)
}
to {
opacity: 1;
transform: translateY(0)
}
}
@keyframes feature-tipcard-slide-left {
from {
opacity: 0;
transform: translateX(20px)
}
to {
opacity: 1;
transform: translateX(0)
}
}
@keyframes feature-tipcard-slide-right {
from {
opacity: 0;
transform: translateX(-20px)
}
to {
opacity: 1;
transform: translateX(0)
}
}
.feature-tipcard--bottom {
animation: 1s linear 1s forwards feature-tipcard-slide-up
}
.feature-tipcard--top {
animation: 1s linear 1s forwards feature-tipcard-slide-down
}
.feature-tipcard--left {
animation: 1s linear 1s forwards feature-tipcard-slide-right
}
.feature-tipcard--right {
animation: 1s linear 1s forwards feature-tipcard-slide-left
}
.feature-tipcard--tip-right::after,
.feature-tipcard--tip-right::before {
left: 85%
}
.feature-tipcard--tip-left::after,
.feature-tipcard--tip-left::before {
left: 15%
}
.feature-tipcard--tip-bottom::after,
.feature-tipcard--tip-bottom::before {
top: 85%
}
.feature-tipcard--tip-top::after,
.feature-tipcard--tip-top::before {
top: 15%
}
.feature-tipcard--premium-top-tip::before {
display: none
}
.feature-tipcard--premium-top-tip-left::after {
border-bottom: 8px #BDAB78 solid
}
.feature-tipcard--premium-top-tip-default::after {
border-bottom: 8px #DDD1A8 solid
}
.feature-tipcard--premium-top-tip-right::after {
border-bottom: 8px #DDD0A2 solid
}
.feature-tipcard--blue-top-tip-default::after,
.feature-tipcard--blue-top-tip-left::after,
.feature-tipcard--blue-top-tip-right::after {
border-bottom: 8px #0073b1 solid
}
.feature-tipcard__container {
max-width: 400px;
display: block;
opacity: 0;
visibility: visible
}
.feature-tipcard__container-inner {
border: 0;
box-shadow: none
}
.icon-tooltip .hovercard-container .hovercard,
.popover-container .popover {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 6px 9px rgba(0, 0, 0, .2);
z-index: 999
}
.feature-tipcard__container-with-blue-border {
padding: 12px;
border-top: 4px solid #0073b1
}
.feature-tipcard__close-button {
opacity: .55;
top: 16px;
right: 12px
}
.feature-tipcard--no-animation {
opacity: 1
}
.get-app-sms-modal.modal-wormhole .modal-wormhole-content {
padding: 0;
max-width: 360px
}
.get-app-sms-modal .modal-footer {
border-top: 1px solid rgba(0, 0, 0, .15)
}
.get-app-sms-modal .modal-header {
border-bottom: 1px solid rgba(0, 0, 0, .15)
}
.get-app-sms-modal__error-message {
color: #d11124;
line-height: 16px
}
.get-app-sms-modal__input-error .get-app-sms-modal__phone-input {
border-color: #d11124
}
.icon-tooltip .hovercard-container {
position: relative
}
.icon-tooltip .hovercard-container .hovercard {
font-size: 1.4rem;
line-height: 1.42857;
color: rgba(0, 0, 0, .75);
background-clip: padding-box;
background-color: #fff;
border-radius: 2px;
max-width: 320px;
opacity: 0;
padding: 14px 16px;
position: absolute;
transition: visibility 0s linear .2s, opacity .2s linear;
visibility: hidden;
text-align: left;
bottom: calc(100% + 10px);
left: -145px;
width: 300px
}
@media only screen and (-ms-high-contrast:active) {
.icon-tooltip .hovercard-container .hovercard {
border: 1px solid activeborder
}
}
.icon-tooltip .hovercard-container .hovercard:after {
border-color: transparent;
border-style: solid;
border-width: 0 8px;
border-top: 8px #fff solid;
content: "";
height: 0;
width: 0;
bottom: -8px;
left: 50%;
margin-left: -9px;
position: absolute
}
.icon-tooltip .hovercard-container .hovercard:before,
.popover-container .popover:after {
border-color: transparent;
border-style: solid;
content: "";
height: 0
}
.icon-tooltip .hovercard-container .hovercard:before {
border-width: 0 9px;
border-top: 9px rgba(0, 0, 0, .1) solid;
width: 0;
bottom: -10px;
left: 50%;
margin-left: -10px;
position: absolute
}
.icon-tooltip .hovercard-container .hovercard.active {
opacity: 1;
transition-delay: 0s;
visibility: visible
}
.info-not-shared {
border-top: 1px solid rgba(0, 0, 0, .15)
}
.job-alert-item {
display: flex;
padding-top: 16px
}
.job-alert-item .icon-container {
display: flex;
align-items: center;
margin-right: 16px
}
.job-alert-item .content-container {
padding-bottom: 16px;
display: flex;
flex: 1
}
.job-alert-item .content-container .info-container {
display: flex;
flex: 1;
flex-flow: column
}
.job-alert-item .content-container .alert-title {
font-size: 1.6rem;
line-height: 1.75;
font-weight: 600;
color: rgba(0, 0, 0, .9)
}
.job-alert-item .content-container .alert-location {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.job-alert-item .count-container {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .6);
display: flex;
align-items: flex-start;
max-width: 120px;
justify-content: flex-end;
overflow: hidden;
text-align: right
}
.mn-abi-form__input.mn-email-invite__input {
width: 80%!important;
margin-right: 8px
}
.neptune-shared-modal .modal-wormhole-content {
max-width: 552px;
min-width: 552px;
padding: 0
}
.neptune-shared-modal .modal-header {
align-items: center;
border-bottom: 1px solid rgba(0, 0, 0, .15);
display: flex;
justify-content: space-between;
padding: 12px 24px
}
.neptune-shared-modal .modal-header button span {
display: flex;
align-items: center
}
.neptune-shared-modal .modal-header-text {
font-size: 2rem;
line-height: 1.4;
font-weight: 400;
color: rgba(0, 0, 0, .75)
}
.neptune-shared-modal .modal-content {
display: flex;
flex-flow: column;
padding: 16px 24px
}
.neptune-shared-modal .modal-textarea {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .75);
border: 1px solid #cdcfd2;
background: 0 0;
resize: none
}
.neptune-shared-modal .modal-footer {
display: flex;
justify-content: flex-end;
padding: 16px 24px;
border-top: 1px solid #cdcfd2
}
.toast {
bottom: 10px;
left: 20px;
width: 400px;
box-shadow: none
}
.toast .action {
font-weight: 700;
display: block
}
.osmosis-toggle {
justify-content: flex-start;
padding: 0 16px;
border-top: 1px solid rgba(0, 0, 0, .15)
}
.osmosis-toggle__body {
margin: 12px 0 12px 8px
}
.osmosis-toggle__body.info {
margin: 12px 0
}
.osmosis-toggle__title {
margin-bottom: 0
}
.osmosis-toggle-switch {
margin-right: 0
}
.peek-carousel {
overflow: hidden
}
.peek-carousel__slides {
transition: transform .5s ease
}
.peek-carousel__card-item:hover {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
transition: box-shadow 83ms
}
@media screen and (-ms-high-contrast:active) {
.peek-carousel__card-item:hover {
border: 1px solid activeborder
}
}
.peek-carousel-controls__link {
color: rgba(0, 0, 0, .6);
font-size: 1.5rem;
line-height: 2.4rem;
transition: font-size .5s ease;
display: inline-flex;
align-items: center
}
.peek-carousel-controls__link:visited {
color: rgba(0, 0, 0, .6)
}
.peek-carousel-controls__link--grow {
font-size: 1.7rem
}
.peek-carousel-controls__button {
color: rgba(0, 0, 0, .6);
transition: color .5s ease
}
.peek-carousel-controls__button:first-of-type {
margin-right: 4px
}
.peek-carousel-controls__button[disabled] {
color: rgba(0, 0, 0, .15)
}
.popover-container {
display: inline-block;
position: relative
}
.popover-container .popover {
font-size: 1.4rem;
line-height: 1.42857;
color: rgba(0, 0, 0, .75);
background-clip: padding-box;
background-color: #fff;
border-radius: 2px;
max-width: 320px;
opacity: 0;
padding: 14px 16px;
position: absolute;
transition: visibility 0s linear .2s, opacity .2s linear;
visibility: hidden;
bottom: calc(100% + 10px)
}
@media only screen and (-ms-high-contrast:active) {
.popover-container .popover {
border: 1px solid activeborder
}
}
.popover-container .popover:after {
border-width: 0 8px;
border-top: 8px #fff solid;
width: 0;
bottom: -8px;
left: 50%;
margin-left: -9px;
position: absolute
}
.popover-container .popover:before {
border-color: transparent;
border-style: solid;
border-width: 0 9px;
border-top: 9px rgba(0, 0, 0, .1) solid;
content: "";
height: 0;
width: 0;
bottom: -10px;
left: 50%;
margin-left: -10px;
position: absolute
}
.popover-container .popover.active {
opacity: 1;
transition-delay: 0s;
visibility: visible
}
.popover-container__bridge {
position: absolute;
top: 100%;
right: 0;
left: 0;
height: 16px
}
.profile-photo-edit,
.profile-photo-edit__preview {
height: 88px;
width: 88px;
border-radius: 50%
}
.profile-photo-edit {
margin: 0 auto;
position: relative;
background-color: #e6e9ec;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
box-sizing: border-box
}
.profile-photo-edit__edit-btn {
line-height: 0;
margin: 0
}
.profile-photo-edit__edit-icon {
position: absolute;
display: block;
height: 32px;
width: 32px;
border-radius: 32px;
bottom: -6px;
right: -6px;
background-color: #fff;
box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
color: #0073b1;
padding: 8px 0 0 2px
}
.push-perm-card,
.search-alerts-rail__hovercard {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 6px 9px rgba(0, 0, 0, .2);
z-index: 999
}
.profile-photo-edit--large-preview .profile-photo-edit__edit-icon {
bottom: 0;
right: 0
}
.profile-photo-edit--large-preview .profile-photo-edit__edit-icon--for-top-card-v2 {
bottom: 8px;
right: 8px
}
.profile-photo-edit__camera-plus {
background: url(/sc/h/7062nipesrpeaprozsvb4aj8e) no-repeat;
width: 56px;
height: 56px
}
.profile-photo-edit__file-upload-input {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
cursor: pointer;
padding-left: 100%;
overflow: hidden;
background-color: transparent
}
.push-perm-card {
font-size: 1.4rem;
line-height: 1.42857;
color: rgba(0, 0, 0, .75);
background-clip: padding-box;
background-color: #fff;
border-radius: 2px;
position: absolute;
transition: box-shadow 83ms;
left: -175px;
top: calc(100% + 4px);
visibility: visible;
opacity: 1;
max-width: 425px;
width: 425px;
padding: 8px 8px 16px 16px;
border-top: 4px solid #0073b1
}
.push-perm-card:after,
.push-perm-card:before {
content: "";
height: 0;
width: 0;
left: 50%;
position: absolute
}
@media only screen and (-ms-high-contrast:active) {
.push-perm-card {
border: 1px solid activeborder
}
}
.push-perm-card:after {
border-color: transparent;
border-style: solid;
border-width: 0 8px;
border-bottom: 8px #fff solid;
top: -8px;
margin-left: -9px
}
.push-perm-card:before {
border-color: transparent;
border-style: solid;
border-width: 0 9px;
border-bottom: 9px rgba(0, 0, 0, .1) solid;
top: -10px;
margin-left: -10px
}
.push-perm-card.active {
opacity: 1;
transition-delay: 0s;
visibility: visible
}
@media screen and (-ms-high-contrast:active) {
.push-perm-card {
border: 1px solid activeborder
}
}
.push-perm-card::after {
border-bottom-color: #0073b1
}
.push-perm-card__dimiss-btn {
float: right;
color: #92a1ac;
height: 8px
}
.push-perm-card__icon {
background: url(/sc/h/ef5awxxs3nk54zdjeqkimt9b7) 0 no-repeat;
width: 130px;
height: 105px;
background-size: 130px 105px
}
.push-perm-card__action {
width: 255px;
padding-left: 16px;
display: flex;
flex-direction: column;
align-items: flex-start
}
.push-perm-modal .modal-wormhole-content {
display: none
}
.results-paginator {
position: relative;
list-style: none;
display: flex;
padding: 24px 0
}
.results-paginator li-icon {
vertical-align: middle
}
.results-paginator .svg-icon-wrap {
vertical-align: top
}
.results-paginator .page-list {
flex-grow: 1;
margin-top: 6px;
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .6)
}
.results-paginator .page-list ol {
display: flex;
justify-content: center;
list-style: none
}
.results-paginator .page-list ol button,
.results-paginator .page-list ol li.active {
padding: 0 4px;
margin: 0 8px;
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .6)
}
.results-paginator .page-list ol button.active,
.results-paginator .page-list ol li.active.active {
color: #0084bf;
border-bottom: 2px solid #0084bf
}
.search-alert__toggle-icon,
.search-alerts-rail__alert-link,
.search-alerts-rail__manage-link:active {
color: rgba(0, 0, 0, .6)
}
.results-paginator .next,
.results-paginator .prev {
position: absolute;
margin-top: 1px;
font-size: 1.6rem;
line-height: 1.75;
font-weight: 600;
color: rgba(0, 0, 0, .6)
}
.results-paginator .next-text,
.results-paginator .prev-text {
display: inline-block;
margin-top: 1px
}
.results-paginator .prev {
left: 16px
}
.results-paginator .next {
right: 16px
}
.search-alert-details {
display: flex;
flex-wrap: wrap
}
.search-alert__delta-button {
flex: 1 1 auto;
text-align: left
}
.search-alert__toggle-btn {
padding: 0 8px 0 0;
margin: 0 12px 0 0;
border-top: 0;
border-right: 1px solid rgba(0, 0, 0, .15)
}
.search-alert__toggle-btn li-icon {
margin-left: 4px;
top: 2px
}
.search-alert-details__receive-settings {
margin-right: 165px
}
.search-alert-details__receive-dropdown {
max-width: 600px
}
.search-alert-modal-container .modal-wormhole-content {
min-width: 744px;
margin: 0 auto
}
.search-alert-modal-container--manage .modal-content {
max-height: 400px;
overflow-y: auto;
position: relative
}
.search-alert-modal-container__actions {
display: block;
border-top: none;
padding-right: 24px;
margin-left: auto
}
.search-alert-modal-container__submit {
margin-right: 0
}
.search-alert-modal-container__submit:disabled {
cursor: default
}
.search-alerts-rail__cursor-pointer,
.search-alerts-rail__manage-link,
.search-s-facet-value__label {
cursor: pointer
}
.search-alert-modal-container__header {
padding: 12px 24px
}
.search-alert-modal-container__alert-list {
padding: 0
}
.search-alert-modal-container__footer {
display: flex;
justify-content: space-between;
border-top: 1px solid rgba(0, 0, 0, .15)
}
.search-alert-modal-container__max-alerts-message {
padding-top: 24px;
padding-bottom: 0
}
.search-alerts-rail__bullet::before {
content: "\2022";
padding: 0 4px
}
.search-alerts-rail__alert-link {
text-decoration: none;
background-color: transparent;
border: 0;
font-size: 14px;
font-weight: 400;
text-align: left
}
.search-alerts-rail__alert-link:visited {
color: inherit
}
.search-alerts-rail__alert-link:focus,
.search-alerts-rail__alert-link:hover {
text-decoration: underline;
color: rgba(0, 0, 0, .75)
}
.search-alerts-rail__alert-link:active {
color: #000;
text-decoration: none
}
.search-alerts-rail__alert-link:visited {
color: rgba(0, 0, 0, .6)
}
.search-alerts-rail__alert-link:visited:active {
color: rgba(0, 0, 0, .9)
}
.search-alerts-rail__alert-link:hover {
text-decoration: none
}
.search-alerts-rail__delta-count {
white-space: nowrap
}
.search-alerts-rail__list-item {
margin-bottom: 8px
}
.search-alerts-rail__list-item:last-child {
margin-bottom: 0
}
.search-alerts-rail__create-alert:hover {
text-decoration: none
}
.search-alerts-rail__create-alert li-icon {
top: 3px;
box-sizing: content-box;
color: #0084bf
}
.search-alerts-rail__hovercard-container {
position: relative
}
.search-alerts-rail__hovercard {
font-size: 1.4rem;
line-height: 1.42857;
color: rgba(0, 0, 0, .75);
background-clip: padding-box;
border-radius: 2px;
max-width: 320px;
opacity: 0;
padding: 14px 16px;
position: absolute;
transition: visibility 0s linear .2s, opacity .2s linear;
visibility: hidden;
bottom: 8px;
width: 260px;
background-color: #0091ca;
display: flex;
flex-direction: column;
text-align: center;
margin: 0 auto;
left: 0;
right: 0
}
.search-alerts-rail__hovercard:after,
.search-alerts-rail__hovercard:before {
content: "";
height: 0;
width: 0;
left: 50%;
position: absolute
}
@media only screen and (-ms-high-contrast:active) {
.search-alerts-rail__hovercard {
border: 1px solid activeborder
}
}
.search-alerts-rail__hovercard:after {
border-color: transparent;
border-style: solid;
border-width: 0 8px;
border-top: 8px #fff solid;
bottom: -8px;
margin-left: -9px
}
.search-alerts-rail__hovercard:before {
border-color: transparent;
border-style: solid;
border-width: 0 9px;
border-top: 9px rgba(0, 0, 0, .1) solid;
bottom: -10px;
margin-left: -10px
}
.search-alerts-rail__hovercard.active {
opacity: 1;
transition-delay: 0s;
visibility: visible
}
.search-alerts-rail__hovercard::after {
border-top-color: #0073b1
}
.search-alerts-rail__hovercard-submit {
width: 80px;
-ms-grid-row-align: center;
align-self: center
}
.search-alerts-rail__sticky-container {
width: 294px;
background: #f5f5f5;
padding-bottom: 24px;
z-index: 3
}
.sticky.stuck .search-alerts-rail__sticky-container {
margin-top: 0
}
.search-alerts-rail__sticky-container-v2 {
width: 294px;
z-index: 3
}
.search-alerts-rail__clock-time-illustration {
background: url(/sc/h/29ohb4acgneoost9fir7gsfp9) center;
height: 48px;
width: 48px
}
.search-alerts-rail__saved-alerts-container {
background-color: #f3f6f8;
padding: 16px 16px 12px
}
.search-alerts-rail__list-item-v2 {
margin-bottom: 4px
}
.search-alerts-rail__manage-alerts-container {
background-color: #f3f6f8;
padding: 4px 16px 12px
}
.shared-search-box.is-inline {
display: flex
}
.shared-search-box.is-inline .keyword-search-form,
.shared-search-box.is-inline .location-search-form {
flex: 1;
position: relative;
margin-right: 8px;
z-index: 100
}
.shared-search-box.is-inline input {
font-size: 1.6rem;
line-height: 1.75;
font-weight: 400;
color: rgba(0, 0, 0, .9);
width: 100%;
height: 40px;
padding-left: 42px;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: 2px
}
.shared-search-box.is-inline input::-ms-clear {
display: none
}
.shared-search-box.is-inline.is-jobs .type-ahead-result-image {
background-color: inherit
}
.shared-search-box.is-inline.is-jobs .type-ahead-nonentity:not(.auto-complete) figure {
display: none
}
.shared-search-box.is-inline.is-jobs .type-ahead-nonentity:not(.auto-complete) .type-ahead-result-info {
margin-left: 16px;
padding: 12px 16px 12px 0
}
.shared-search-box.is-inline.is-jobs .type-ahead-result.active,
.shared-search-box.is-inline.is-jobs .type-ahead-result:hover {
background-color: #f5f5f5
}
.search-s-facet-value__label::before,
.search-s-rail--content .search-s-rail__sticky-container {
background-color: #fff
}
.shared-search-box.is-inline.is-jobs .type-ahead-result.active .type-ahead-result-info,
.shared-search-box.is-inline.is-jobs .type-ahead-result.active+.type-ahead-result .type-ahead-result-info,
.shared-search-box.is-inline.is-jobs .type-ahead-result:hover .type-ahead-result-info,
.shared-search-box.is-inline.is-jobs .type-ahead-result:hover+.type-ahead-result .type-ahead-result-info {
border-color: #f5f5f5
}
.shared-search-box.is-inline .type-ahead-input {
display: flex
}
.shared-search-box.is-inline .type-ahead-results {
z-index: 1
}
.shared-search-box.is-inline .svg-icon-wrap {
position: absolute;
z-index: 2;
left: 12px;
top: 8px
}
.shared-search-box.is-inline .label-text {
display: none
}
.shared-search-box.is-inline .location-search-form.invalid-location .label-text {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
position: absolute;
z-index: 2;
display: inline;
color: #ff2c33;
right: 16px;
top: 10px
}
.shared-search-box.is-inline .location-search-form.invalid-location .type-ahead-results {
display: none
}
.shared-search-box.is-inline .location-search-form.invalid-location input:focus {
border-color: #ff2c33;
outline: 0
}
.search-s-add-facet {
display: block;
width: initial;
position: relative;
margin: 12px 0 0 24px
}
.search-s-add-facet:first-child,
.search-s-add-facet:last-child {
padding: 0
}
.search-s-add-facet input {
width: 258px;
font-size: 14px
}
.search-advanced-facets__facets .search-s-add-facet {
margin-left: 0;
margin-top: 4px
}
.search-s-add-facet__button {
color: #777a7d
}
.search-advanced-facets__facets-list .search-s-add-facet,
.search-facet--connection-of .search-s-add-facet {
margin-left: 0
}
.search-s-add-facet--on-top {
margin: 12px 0 0
}
.search-s-facet-value__label {
word-break: break-all
}
.search-s-facet-value__input:focus+.search-s-facet-value__label {
outline: transparent solid 1px
}
.search-s-facet-value__label:first-child {
margin-top: 0
}
.search-s-facet-value__count {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .75);
flex-shrink: 0;
max-width: 40%
}
.search-s-rail--content {
border: 1px solid #cfcfcf;
border-radius: 2px;
background-color: #fff
}
.search-s-rail--content .ad-banner-container {
border-top: 1px solid #cfcfcf;
box-shadow: none
}
.search-s-rail--content .nav-footer {
border-top: 1px solid #cfcfcf;
margin-top: 0;
padding-bottom: 12px
}
.search-s-rail--content .search-ad__list {
padding-left: 12px;
padding-bottom: 12px
}
.search-s-rail__below-ad-module {
border-top: 1px solid #cfcfcf;
transition-property: max-height, opacity
}
.search-s-rail__below-ad-module--hidden {
max-height: 0;
opacity: 0;
visibility: hidden;
transition-duration: .5s
}
.search-s-rail__below-ad-module--visible {
max-height: 1000px;
opacity: 1;
transition-duration: 750ms, .5s
}
.search-s-rail--right .search-s-rail__sticky-container {
width: 310px
}
.search-s-rail--content .stuck .search-s-rail__sticky-container {
border-bottom: 1px solid #cfcfcf;
border-left: 1px solid #cfcfcf;
border-right: 1px solid #cfcfcf;
margin-top: 0;
width: calc(310px + 2px);
margin-left: -1px
}
.search-s-rail__saved-jobs {
position: relative;
transition: opacity .5s linear;
opacity: 1;
border-bottom: 1px solid rgba(0, 0, 0, .15)
}
.search-s-rail__saved-jobs--is-loading {
opacity: 0
}
.search-s-rail__saved-jobs-count {
font-size: 2.4rem;
line-height: 1.33333;
font-weight: 400;
color: #0084bf;
padding-right: 4px;
display: inline-block
}
.search-s-rail__saved-jobs--pop .search-s-rail__saved-jobs-count {
animation: search-s-jobs-saved-jobs-pop .5s
}
.search-s-rail__saved-jobs-label {
font-size: 1.6rem;
line-height: 1.75;
font-weight: 400;
color: rgba(0, 0, 0, .9)
}
.search-s-rail__saved-jobs-notification {
margin-left: -20%
}
.send-invite .modal-wormhole-content {
min-width: 552px
}
.sort-dropdown {
position: relative;
text-align: right;
margin-bottom: 8px
}
.sort-dropdown .dropdown {
display: flex;
flex-direction: reverse-row;
justify-content: flex-end;
align-items: center
}
.sort-dropdown .dropdown .dropdown-trigger:hover,
.sort-dropdown .dropdown li:hover {
background-color: transparent
}
.sort-dropdown hr {
margin: 0 4px 0 0;
flex-grow: 2
}
.sort-dropdown__text-container {
overflow: hidden
}
.sort-dropdown__dropdown-list.sort-dropdown__dropdown-list {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 6px 9px rgba(0, 0, 0, .2);
transition: box-shadow 83ms;
align-self: flex-start;
margin-top: 24px;
padding: 0;
overflow: hidden;
animation-name: feed-s-dropdown-animation;
animation-duration: .25s
}
.video-stories-modal__footer,
.video-stories-modal__message-send-button {
align-self: flex-end
}
@media screen and (-ms-high-contrast:active) {
.sort-dropdown__dropdown-list.sort-dropdown__dropdown-list {
border: 1px solid activeborder
}
}
.sort-dropdown__list-item:first-child,
.sub-nav--trans-nav {
border-bottom: 1px solid rgba(0, 0, 0, .15)
}
.sort-dropdown__icon {
color: rgba(0, 0, 0, .6)
}
.sort-dropdown__icon li-icon {
vertical-align: text-bottom
}
.sort-dropdown__list-item {
list-style: none;
padding: 0
}
.sort-dropdown__list-item--active {
color: #0084bf
}
.sort-dropdown__list-item-button {
padding: 8px 32px;
width: 100%;
height: 100%;
text-align: left
}
.sort-dropdown__list-item-button:hover {
color: #0084bf;
background-color: #f3f6f8
}
@keyframes feed-s-dropdown-animation {
from {
height: 0
}
to {
height: 65px
}
}
.sub-nav--trans-nav {
border-top: none
}
.sub-nav--trans-nav .sub-nav-item {
display: inline-block;
padding: 0 16px;
vertical-align: bottom
}
.sub-nav--trans-nav .sub-nav-item:first-child {
padding-left: 0
}
.sub-nav--trans-nav .sub-nav-item button {
font-weight: 700;
padding-left: 8px;
padding-right: 8px;
width: initial
}
.sub-nav--trans-nav .sub-nav-item button:hover {
color: rgba(0, 0, 0, .8)
}
.sub-nav--trans-nav .sub-nav-item button:hover:after {
height: 0;
width: 0
}
.sub-nav--trans-nav .sub-nav-item button.active {
color: #0084bf
}
.sub-nav--trans-nav .sub-nav-item button.active:after {
background-color: #0084bf;
bottom: 0;
content: '';
height: 4px;
left: 0;
position: absolute;
width: 100%
}
.user-feedback-container .shared-modal-dialog {
max-width: 552px;
padding: 0
}
.user-feedback-container #user-feedback-modal {
width: 552px
}
.user-feedback-container #user-feedback-modal .svg-icon {
opacity: .5
}
.user-feedback-container #user-feedback-modal .user-feedback-header {
position: relative;
padding: 12px 36px 12px 24px;
border-bottom: 1px solid #e6e9ec
}
.user-feedback-container #user-feedback-modal .user-feedback-header .user-feedback-title {
font-size: 2rem;
line-height: 1.4;
font-weight: 400;
color: rgba(0, 0, 0, .9)
}
.user-feedback-container #user-feedback-modal .user-feedback-header.with-back-button {
padding: 12px 36px 12px 48px
}
.user-feedback-container #user-feedback-modal .user-feedback-content {
padding: 16px 24px
}
.user-feedback-container #user-feedback-modal .user-feedback-action-footer {
border-top: 1px solid #e6e9ec;
padding: 16px 24px;
text-align: right
}
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-cancel-button {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
cursor: pointer;
display: inline-block;
font-size: 1.6rem;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0 16px;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px transparent, inset 0 0 0 1px transparent
}
@media only screen and (-ms-high-contrast:active) {
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-cancel-button {
border: 1px solid currentColor;
line-height: 30px
}
}
html.edge .user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-cancel-button:focus,
html.ie .user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-cancel-button:focus {
outline: #7f7f7f dashed 1px
}
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-cancel-button li-icon {
top: 2px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-cancel-button li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-cancel-button,
.ie .user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-cancel-button {
border-radius: 0
}
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-cancel-button:hover:not(:disabled)[data-is-animating-click=true],
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-cancel-button:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px transparent, inset 0 0 0 1px rgba(0, 0, 0, .9)
}
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-cancel-button.focus,
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-cancel-button.hover-not-disabled,
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-cancel-button:focus,
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-cancel-button:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px rgba(0, 0, 0, .75), inset 0 0 0 1px transparent
}
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-cancel-button.active-not-disabled,
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-cancel-button:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-cancel-button.disabled,
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-cancel-button:disabled {
color: rgba(0, 0, 0, .25);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .25);
cursor: not-allowed
}
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-submit-button {
background-color: #0073b1;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 1.6rem;
font-weight: 600;
font-family: inherit;
height: 32px;
line-height: 32px;
overflow: hidden;
outline-width: 2px;
padding: 0 16px;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0
}
@media only screen and (-ms-high-contrast:active) {
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-submit-button {
border: 1px solid currentColor;
line-height: 30px
}
}
html.edge .user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-submit-button:focus,
html.ie .user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-submit-button:focus {
outline: #7f7f7f dashed 1px
}
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-submit-button li-icon {
top: 2px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-submit-button li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-submit-button,
.ie .user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-submit-button {
border-radius: 0
}
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-submit-button.focus,
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-submit-button.hover-not-disabled,
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-submit-button:focus,
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-submit-button:hover:not(:disabled):not(.disabled) {
background-color: #006097;
color: #fff
}
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-submit-button.active-not-disabled,
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-submit-button:active:not(:disabled):not(.disabled) {
background-color: #004b7c;
color: #fff
}
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-submit-button.disabled,
.user-feedback-container #user-feedback-modal .user-feedback-action-footer .feedback-submit-button:disabled {
color: rgba(255, 255, 255, .45);
background-color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.user-feedback-container #user-feedback-modal .message-input-wrap {
border: 1px solid rgba(0, 0, 0, .25);
border-radius: 1px
}
.user-feedback-container #user-feedback-modal .message-input-wrap .message-text {
border: none;
height: 120px
}
.user-feedback-container #user-feedback-modal .message-input-wrap .feedback-disclaimer {
background-color: #e6e9ec;
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .75);
padding: 12px
}
.user-feedback-container #user-feedback-modal .feedback-back-icon-button {
position: absolute;
top: 50%;
margin-top: -12px;
left: 12px
}
.user-feedback-container #user-feedback-modal .feedback-close-icon-button {
position: absolute;
top: 50%;
right: 12px;
margin-top: -12px;
cursor: pointer
}
.user-feedback-container #user-feedback-modal .user-feedback-content-list {
list-style: none
}
.user-feedback-container #user-feedback-modal .user-feedback-content-list .user-feedback-option {
border-top: 1px solid #e6e9ec
}
.user-feedback-container #user-feedback-modal .user-feedback-content-list .user-feedback-option:first-child {
border: none
}
.user-feedback-container #user-feedback-modal .user-feedback-content-list .feedback-problem-option {
position: relative;
padding: 0 0 0 48px
}
.user-feedback-container #user-feedback-modal .user-feedback-content-list .feedback-problem-option .feedback-problem-content {
border-top: 1px solid #e6e9ec;
padding: 16px 24px 16px 0
}
.user-feedback-container #user-feedback-modal .user-feedback-content-list .feedback-problem-option .accent-icon {
position: absolute;
top: 16px;
left: 16px
}
.user-feedback-container #user-feedback-modal .user-feedback-content-list .feedback-problem-option:first-child .feedback-problem-content {
border: none
}
.user-feedback-container #user-feedback-modal .option-header {
font-size: 1.6rem;
line-height: 1.75;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin-bottom: 4px
}
.user-feedback-container #user-feedback-modal .option-content {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .75)
}
.user-feedback-container #user-feedback-modal .feedback-option-button {
position: relative;
display: block;
width: 100%;
padding: 16px 36px 16px 24px;
text-align: left
}
.user-feedback-container #user-feedback-modal .feedback-option-button .chevron-icon {
position: absolute;
top: 50%;
margin-top: -12px;
right: 12px
}
.user-feedback-container #user-feedback-modal .home-slide,
.user-feedback-container #user-feedback-modal .problem-slide,
.user-feedback-container #user-feedback-modal .question-slide {
display: none
}
.user-feedback-container #user-feedback-modal.show-home .home-slide,
.user-feedback-container #user-feedback-modal.show-problem .problem-slide,
.user-feedback-container #user-feedback-modal.show-question .question-slide {
display: block
}
.visibility-setting__screen-overlay {
display: none
}
.visibility-options__tooltip {
border: none;
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 6px 9px rgba(0, 0, 0, .2);
transition: box-shadow 83ms
}
@media screen and (-ms-high-contrast:active) {
.visibility-options__tooltip {
border: 1px solid activeborder
}
}
.profile-photo-cropper {
width: 100%;
background: #fff
}
.carousel-form .profile-photo-cropper .body.body {
overflow: auto
}
.profile-photo-cropper__body {
height: 100vh;
max-height: 451px;
overflow: auto;
background: #000
}
.profile-photo-cropper__body--bg-img {
max-height: 412px
}
.profile-photo-cropper__body--bg-img .pic-cropper__container--crop {
padding: 24px 24px 48px
}
.profile-photo-cropper__body--bg-img .pic-cropper__container--non-crop {
padding: 24px
}
.profile-photo-cropper__cropper {
overflow: hidden;
display: flex;
flex-direction: column;
height: 100%
}
.pic-cropper__container--crop .profile-photo-cropper__target-image {
cursor: move;
}
.profile-photo-cropper__upload-and-crop {
width: 100%;
position: relative;
z-index: 0;
flex: 1 1 auto;
background: #000
}
.profile-photo-cropper__upload-and-crop .pic-cropper__container {
position: absolute;
overflow: visible;
}
.profile-photo-cropper__filter-info {
position: absolute;
z-index: 1;
text-align: center;
bottom: 16px;
left: 0;
right: 0;
pointer-events: none
}
.profile-photo-cropper__file-upload-input:focus+label {
outline-style: auto
}
.profile-photo-cropper__actions {
border-top: 1px solid rgba(0, 0, 0, .15);
padding: 16px 24px;
display: flex;
justify-content: space-between
}
.profile-rail-card {
padding: 0;
text-align: center;
width: 216px
}
.profile-rail-card__premium-bar {
background: linear-gradient(to right, #B29A53 0, #F4E8BC 65%, #C8B476 100%);
height: 4px;
width: 100%
}
.profile-rail-card__actor-meta {
border-bottom: 1px solid rgba(0, 0, 0, .15);
padding: 12px 12px 16px
}
.profile-rail-card__member-bg-image {
background-position: center;
background-size: cover;
display: block;
height: 54px;
margin: -12px -12px 0
}
.profile-rail-card__default-bg {
background-image: url(/sc/h/3chad3rzxalsf65nuo7hxciac);
background-position: center;
background-size: 462px
}
.profile-rail-card__premium-overlay {
background: linear-gradient(to bottom, rgba(0, 0, 0, .75), transparent);
height: 100%;
padding-left: 8px;
width: 100%;
text-align: left
}
.profile-rail-card__premium-badge {
color: #fff
}
.profile-rail-card__member-photo {
border: 2px solid #fff;
box-shadow: inset 0 1.5px 3px 0 rgba(0, 0, 0, .15), 0 1.5px 3px 0 rgba(0, 0, 0, .15);
margin: -38px auto 12px
}
.profile-rail-card__follow-button {
float: none;
margin-top: 10px;
margin-bottom: 10px
}
.profile-rail-card__follow-button li-icon {
padding-right: 0
}
.profile-background-image__image-container {
border-top-left-radius: 2px;
border-top-right-radius: 2px
}
.profile-background-image--no-rounded-corners {
border-radius: 0
}
.profile-background-image-edit-button {
position: absolute;
top: 16px;
right: 24px
}
.profile-background-image-edit-button__hint {
display: inline-block;
position: relative;
padding: 0 16px;
margin-right: 8px;
background: rgba(0, 0, 0, .6);
border-radius: 2px;
color: #fff;
height: 32px;
line-height: 32px;
vertical-align: top
}
.profile-background-image-edit-button:hover .profile-background-image-edit-button__hint {
visibility: visible
}
.profile-background-image-edit-button__edit-icon {
display: inline-block;
height: 32px;
width: 32px;
border-radius: 32px;
background-color: #fff;
box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
color: #0073b1;
padding: 8px 0 0 2px
}
.profile-background-image-edit-button__edit-icon--upload {
padding: 8px 0 0;
text-align: center
}
.profile-background-image-edit-button__upload {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
cursor: pointer;
padding-left: 100%;
overflow: hidden;
background-color: transparent
}
.msg-compose-modal {
width: 500px;
height: 400px
}
.feed-compose-widget {
display: flex;
flex-direction: column;
flex-grow: 1;
max-height: calc(100% - 48px)
}
.feed-compose-widget .msg-connections-typeahead {
margin: 16px 0;
padding: 0;
border: 0
}
.feed-compose-widget .msg-connections-typeahead__search-field {
margin-left: 0
}
.feed-compose-widget .msg-messaging-form__message {
padding: 16px 24px 0;
margin: 0 -24px;
height: 86px;
width: auto;
border-top: 1px solid #e6e9ec
}
.feed-compose-widget .msg-messaging-form__form-footer {
border-top: 1px solid #e6e9ec;
margin: 16px -24px -24px;
padding: 24px
}
.feed-compose-widget .msg-messaging-form__send-button {
background-color: #0073b1;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 1.4rem;
font-weight: 600;
font-family: inherit;
height: 24px;
line-height: 24px;
overflow: hidden;
outline-width: 2px;
padding: 0 16px;
position: relative;
text-align: center;
text-decoration: none;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
vertical-align: middle;
z-index: 0
}
@media only screen and (-ms-high-contrast:active) {
.feed-compose-widget .msg-messaging-form__send-button {
border: 1px solid currentColor;
line-height: 22px
}
}
html.edge .feed-compose-widget .msg-messaging-form__send-button:focus,
html.ie .feed-compose-widget .msg-messaging-form__send-button:focus {
outline: #7f7f7f dashed 1px
}
.feed-compose-widget .msg-messaging-form__send-button li-icon {
top: 1px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.document-s-container,
.document-s-container__document-element--loaded {
width: 100%;
height: 100%
}
.feed-compose-widget .msg-messaging-form__send-button li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .feed-compose-widget .msg-messaging-form__send-button,
.ie .feed-compose-widget .msg-messaging-form__send-button {
border-radius: 0
}
.feed-compose-widget .msg-messaging-form__send-button.focus,
.feed-compose-widget .msg-messaging-form__send-button.hover-not-disabled,
.feed-compose-widget .msg-messaging-form__send-button:focus,
.feed-compose-widget .msg-messaging-form__send-button:hover:not(:disabled):not(.disabled) {
background-color: #006097;
color: #fff
}
.feed-compose-widget .msg-messaging-form__send-button.active-not-disabled,
.feed-compose-widget .msg-messaging-form__send-button:active:not(:disabled):not(.disabled) {
background-color: #004b7c;
color: #fff
}
.feed-compose-widget .msg-messaging-form__send-button.disabled,
.feed-compose-widget .msg-messaging-form__send-button:disabled {
color: rgba(255, 255, 255, .45);
background-color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
#messaging .global-title .entity-lockup,
#messaging .global-title .entity-lockup.company {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding: 0;
margin: 0
}
#messaging .global-title .entity-lockup .entity-title,
#messaging .global-title .entity-lockup.company .entity-title {
color: rgba(0, 0, 0, .9)
}
#messaging .global-title .entity-lockup dd.entity-info,
#messaging .global-title .entity-lockup.company dd.entity-info {
color: rgba(0, 0, 0, .6)
}
#messaging .global-title .entity-lockup .badge,
#messaging .global-title .entity-lockup .distance-badge,
#messaging .global-title .entity-lockup.company .badge,
#messaging .global-title .entity-lockup.company .distance-badge {
background-color: transparent;
color: rgba(0, 0, 0, .6)
}
.msg-overlay-conversation-bubble .msg-inmail-quick-replies__options-box {
overflow: hidden;
position: relative;
height: 32px
}
.msg-overlay-conversation-bubble .msg-inmail-quick-replies__options {
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
transition-duration: 167ms;
position: absolute;
flex-wrap: nowrap
}
.msg-overlay-conversation-bubble .msg-inmail-quick-replies__options-carousel-container {
display: block;
position: absolute;
top: 8px;
right: 8px
}
.msg-overlay-conversation-bubble--jumbo .msg-inmail-quick-replies__options-carousel-container {
display: none
}
.msg-inmail-quick-replies__options-carousel-nav-next {
right: 0
}
.msg-inmail-quick-replies__options-carousel-nav-prev {
right: 16px
}
.document-s-container {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0
}
.document-s-container__loading-icon {
display: flex;
position: absolute;
top: 0;
left: 0;
height: 100%;
background-color: #f3f6f8;
text-align: center;
flex-wrap: wrap;
align-items: center;
justify-content: center
}
.document-s-container__document-element {
display: block
}
.document-share-preview__close-preview {
height: 24px;
position: absolute;
right: 0;
top: 0;
width: 24px
}
.document-share-preview__close-preview-icon.document-share-preview__close-preview-icon {
margin: 0;
padding: 3px 0 0
}
.document-share-preview__document-container {
position: relative;
border-bottom: 1px solid rgba(0, 0, 0, .15)
}
.document-share-preview__media-preview-attachment {
border: 2px solid #e1e9ee;
border-radius: 2px;
box-sizing: content-box;
display: flex;
height: 64px;
width: 232px;
position: relative
}
.document-share-preview__media-preview-attachment--has-failure {
opacity: .2
}
.document-share-preview__media-preview-attachment-conversion-progress {
position: absolute;
bottom: 0
}
.document-share-preview__uploading-overlay {
background-color: rgba(255, 255, 255, .8);
display: flex;
flex-direction: column;
height: inherit;
justify-content: space-evenly;
position: absolute;
width: inherit
}
.document-share-preview__uploading-overlay-text {
font-size: 1.6rem;
line-height: 1.5;
font-weight: 600;
color: #000
}
.document-share-preview__uploading-overlay-progress {
background-color: #0084bf;
bottom: 0;
height: 3px;
min-width: 5px;
position: absolute
}
.document-share-preview__failure-highlight {
border: 2px solid #ff2c33;
border-radius: 2px;
width: 232px;
height: 64px;
position: absolute;
top: 0;
box-sizing: content-box;
color: #ff2c33
}
.document-share-preview__failure-highlight:disabled {
color: #ff2c33
}
.document-share-preview__attachment-icon-container {
color: #fff;
height: 100%;
width: 40px
}
.document-share-preview__attachment-icon-container--doc {
background: #006097
}
.document-share-preview__attachment-icon-container--pdf {
background: #ff2c33
}
.document-share-preview__attachment-icon-container--ppt {
background: #ff6c70
}
.document-share-preview__attachment-icon-container--etc {
background: #7a8b98
}
.document-share-preview__attachment-filetype {
line-height: 1.33333;
color: #fff;
font-size: 12px;
font-weight: 700;
text-align: center
}
.document-share-preview__attachment-file-info {
box-sizing: border-box;
max-width: calc(232px - 40px)
}
.document-share-preview__attachment-filename {
line-height: 1.33333;
color: #000;
font-size: 12px;
font-weight: 700;
opacity: .9;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.document-share-preview__attachment-filesize {
line-height: 1.33333;
color: rgba(0, 0, 0, .6);
font-size: 12px;
padding-top: 6px
}
.document-share-preview__inline-feedback-spacer {
height: 32px
}
.document-share-preview__title-info {
margin-top: auto
}
.document-share-preview__title-changed-tooltip {
font-size: 12px
}
.document-share-preview__notify-icon {
color: rgba(0, 0, 0, .6)
}
.document-share-preview__has-error {
border-color: #ff2c33
}
.document-share-preview__error-text {
font-size: 12px;
font-weight: 400
}
.member-photo-modal {
height: 100%
}
.member-photo-modal .shared-modal-dialog {
width: 100%;
max-width: 100%;
height: 100%;
padding: 0;
border: none;
background-color: #000
}
.member-photo-modal .close {
position: absolute;
padding: 12px;
color: #fff;
z-index: 10
}
.member-photo-modal .camera,
.member-photo-modal .crop {
color: #fff;
padding: 0 16px
}
.member-photo-modal img {
display: block;
margin: auto;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
border-radius: 50%
}
@media only screen and (min-device-width:320px) and (max-device-width:375px) {
.member-photo-modal img {
max-width: 300px;
max-height: 300px
}
}
.member-photo-modal .crop {
position: absolute;
bottom: 16px;
left: 16px
}
.member-photo-modal .camera .camera-icon {
position: absolute;
bottom: 16px;
right: 50%;
left: calc(50% - 12px)
}
.member-photo-modal .camera .upload-input {
width: 24px;
height: 24px;
opacity: 0;
cursor: pointer
}
.member-photo-uploader,
.member-photo-uploader .photo-upload-preview {
height: 88px;
width: 88px;
border-radius: 88px
}
.member-photo-modal .trash {
color: #fff;
padding: 0 16px;
position: absolute;
bottom: 16px;
right: 16px
}
.member-photo-modal__visibility-setting {
position: absolute;
top: 12px;
right: 12px
}
.member-photo-uploader {
position: relative;
background-color: #e6e9ec
}
.member-photo-uploader .edit-photo-icon {
display: block;
position: absolute;
bottom: -6px;
right: -6px;
border-radius: 32px;
height: 32px;
width: 32px;
background-color: rgba(243, 246, 248, .9);
color: #0084bf;
padding: 8px 0 0 2px
}
.member-photo-uploader .camera-plus {
background: url(/sc/h/7062nipesrpeaprozsvb4aj8e) center no-repeat;
width: 100%;
height: 100%
}
.member-photo-uploader input {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
opacity: 0;
cursor: pointer
}
.photo-cropper-modal.photo-cropper-modal {
height: 100%;
cursor: auto;
position: absolute;
background-color: #44474a
}
.photo-cropper-modal.photo-cropper-modal .shared-modal-dialog {
border: none;
max-width: 100%;
background-color: #44474a;
height: 100%;
width: 100%;
padding: 0
}
.photo-cropper-modal.photo-cropper-modal .photo-cropper__target-image-container {
border-top: 1px solid #000;
border-bottom: 1px solid #000
}
.photo-cropper-modal.photo-cropper-modal .zoom-message {
text-align: center;
color: #fff;
padding: 24px;
flex-shrink: 0
}
.photo-cropper-modal.photo-cropper-modal .cropper-buttons {
background: #44474a;
width: 100%;
flex-shrink: 0
}
.ivm-view-attr__illustration,
.ivm-view-attr__img--centered {
background-position: center;
background-size: cover
}
.photo-cropper-modal.photo-cropper-modal .cropper-btn {
color: #e6e9ec;
padding: 16px;
margin: 0
}
.photo-visibility__description,
.photo-visibility__option {
border-bottom: 1px solid #e6e9ec;
margin: 0 -16px;
padding: 8px 16px
}
.photo-confirm-public-visibility,
.photo-visibility {
width: 90%
}
.photo-confirm-public-visibility__detail {
background-color: #f3f6f8
}
.photo-confirm-public-visibility__view-public-profile {
color: #0084bf
}
.photo-visibility__option {
text-align: left
}
.photo-visibility__option:last-child {
border-bottom: none
}
.photo-visibility__option-label {
margin-top: 0
}
.photo-visibility__hovercard-content.photo-visibility__hovercard-content {
width: 352px;
padding-right: 16px;
margin-top: 16px
}
.ivm-entity-pile {
display: flex;
list-style-type: none
}
.ivm-entity-pile__img-item--large,
.ivm-entity-pile__img-item--small {
margin-right: 4px
}
.ivm-entity-pile__plus-number {
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
border-radius: 2px
}
.ivm-entity-pile__plus-number--profile,
.ivm-entity-pile__plus-number--stacked-circle {
border-radius: 50%
}
.ivm-entity-pile__plus-number--company {
margin: 4px
}
.ivm-entity-pile__plus-number--stacked {
transform: none;
box-shadow: 0 0 0 1px #fff
}
.ivm-entity-pile__plus-number--stacked-circle-size-1 {
margin-left: -12px
}
.ivm-entity-pile__plus-number--stacked-circle-size-2 {
margin-left: -16px
}
.ivm-entity-pile__plus-number--stacked-circle-size-3 {
margin-left: -24px
}
.ivm-entity-pile__plus-number--stacked-circle-size-4 {
margin-left: -30px
}
.ivm-entity-pile__plus-number--stacked-circle-size-5 {
margin-left: -38px
}
.ivm-image-view-model__circular-img {
box-sizing: border-box;
background-clip: content-box;
border-radius: 50%
}
.ivm-image-view-model__img-list {
list-style-type: none;
position: relative
}
.ivm-image-view-model__img-list--48 .ivm-view-attr__text {
line-height: 20px
}
.ivm-image-view-model__img-list--56 .ivm-view-attr__text {
line-height: 25px
}
.ivm-image-view-model__img-list-item {
position: absolute
}
.ivm-image-view-model__img-list-item:first-child {
top: 0;
left: 0
}
.ivm-image-view-model__img-list-item:last-child {
bottom: 0;
right: 0
}
.ivm-image-view-model--grid-2 .ivm-image-view-model__img-list-item {
position: relative
}
.ivm-image-view-model--grid-2 .ivm-image-view-model__img-list-item .ivm-image-view-model__circular-img {
border: 1px solid #fff
}
.ivm-image-view-model--grid-2 .ivm-image-view-model__img-list-item:last-child {
bottom: 0;
margin: -20px 0 0 20px
}
.ivm-image-view-model--grid-3 .ivm-image-view-model__img-list-item {
bottom: 0
}
.ivm-image-view-model--grid-3 .ivm-image-view-model__img-list-item:first-child {
top: 0;
bottom: auto
}
.ivm-image-view-model--grid-4 .ivm-image-view-model__img-list-item:nth-child(2n+1) {
top: 0
}
.ivm-image-view-model--grid-4 .ivm-image-view-model__img-list-item:nth-child(2n) {
bottom: 0
}
.ivm-image-view-model--grid-4 .ivm-image-view-model__img-list-item:nth-child(3) {
right: 0
}
.ivm-image-view-model__img-list-item-entity {
border: 1px solid #fff;
border-radius: 50%
}
.ivm-image-view-model__img-list-item-entity:nth-of-type(1n+2) {
margin-left: -12px
}
.ivm-image-view-model__img-wrapper--expanded {
overflow: hidden;
position: initial
}
.ivm-image-view-model__img-wrapper--expanded::before {
display: block;
content: ''
}
.ivm-image-view-model__img-wrapper--expanded>img {
position: absolute;
top: 50%;
transform: translateY(-50%);
min-width: 100%;
min-height: 100%;
left: 0;
width: 100%;
height: auto
}
.ivm-image-view-model__img-wrapper--expanded {
width: 100%;
height: 100%
}
.ivm-view-attr__grid-plus-number {
color: #7a8b98;
border: 1px solid #7a8b98;
border-radius: 50%
}
.ivm-view-attr__video-icon {
left: 50%;
top: 50%;
padding-top: 8px;
transform: translate(-50%, -50%);
position: absolute;
width: 45px;
height: 45px;
line-height: 38px;
color: #fff;
background-color: rgba(0, 0, 0, .6);
border-radius: 50%;
border: 2px solid #fff;
text-align: center;
display: inline-block;
z-index: 2
}
.ivm-view-attr__ghost-entity,
.ivm-view-attr__ghost-icon {
background-color: #b3b6b9
}
.ivm-view-attr__ghost-icon--company {
background-image: url(/sc/h/ck48xrmh3ctwna0w2y1hos0ln)
}
.ivm-view-attr__ghost-icon--group {
background-image: url(/sc/h/elt73bjdfklnx1hy5ssvzgc4i)
}
.ivm-view-attr__ghost-icon--content {
background-image: url(/sc/h/60zxzzekdyijj4i2nild6h4cl)
}
.ivm-view-attr__ghost-icon--job {
background-image: url(/sc/h/8tdgy7buzt6dxujlpd2ha22ne)
}
.ivm-view-attr__ghost-icon--person {
background-image: url(/sc/h/djzv59yelk5urv2ujlazfyvrk)
}
.ivm-view-attr__ghost-icon--school {
background-image: url(/sc/h/8zyvax2j09k9jfspjn2wi17un)
}
.ivm-entity-pile__img-item--stacked:first-of-type .ivm-view-attr__img--stacked {
margin-left: 0
}
.ivm-view-attr__img--stacked-circle-size-1 {
margin-left: -12px
}
.ivm-view-attr__img--stacked-circle-size-2 {
margin-left: -16px
}
.ivm-view-attr__img--stacked-circle-size-3 {
margin-left: -24px
}
.ivm-view-attr__img--stacked-circle-size-4 {
margin-left: -30px
}
.ivm-view-attr__img--stacked-circle-size-5 {
margin-left: -38px
}
.ivm-view-attr__illustration {
display: inline-block;
background-repeat: no-repeat
}
.ivm-view-attr__illustration--48 {
width: 48px;
height: 48px
}
.ivm-view-attr__illustration--56 {
width: 56px;
height: 56px
}
.ivm-view-attr__illustration--add-photo-48 {
background-image: url(/sc/h/ukc2s0d53valkkm2sz7ome6l)
}
.ivm-view-attr__illustration--article-conversation-48 {
background-image: url(/sc/h/9ex7isyeutp7un2yqyqxt92pa)
}
.ivm-view-attr__illustration--article-conversation-56 {
background-image: url(/sc/h/5eai7em8tg05qvofuiri65bqc)
}
.ivm-view-attr__illustration--briefcase-48 {
background-image: url(/sc/h/siajt0dfyvkxgulqh6c2xzc8)
}
.ivm-view-attr__illustration--briefcase-56 {
background-image: url(/sc/h/e2iymlqjjo30x1191htvcimnl)
}
.ivm-view-attr__illustration--briefcase-premium-48 {
background-image: url(/sc/h/7ebi6zsxbj6mjcg8rokzak9u6)
}
.ivm-view-attr__illustration--briefcase-premium-56 {
background-image: url(/sc/h/6wtwt0o9qj4wv10qlwt0fj4ts)
}
.ivm-view-attr__illustration--browser-dashboard-56 {
background-image: url(/sc/h/85ntiwqfnawlsaevmbu87qko2)
}
.ivm-view-attr__illustration--calendar-48 {
background-image: url(/sc/h/7sbcyf2zm7pnkiypgith17kr4)
}
.ivm-view-attr__illustration--calendar-56 {
background-image: url(/sc/h/e72jx7jzvfejdzrya37qsceh1)
}
.ivm-view-attr__illustration--browser-play-48 {
background-image: url(/sc/h/cbqusr94sszsodb05mwavfjz3)
}
.ivm-view-attr__illustration--browser-play-56 {
background-image: url(/sc/h/8gmh0f2abfmyi1pl7ergmhakx)
}
.ivm-view-attr__illustration--camera-48 {
background-image: url(/sc/h/c3ecmq3vt3vlm5afm2pph5533)
}
.ivm-view-attr__illustration--camera-56 {
background-image: url(/sc/h/64ncrpvmopoa95yr1baj1lexc)
}
.ivm-view-attr__illustration--company-buildings-48 {
background-image: url(/sc/h/313hulygda8g4cyps4y31snkr)
}
.ivm-view-attr__illustration--company-buildings-56 {
background-image: url(/sc/h/10mkauyey7dtl32t1ud22tw0q)
}
.ivm-view-attr__illustration--company-buildings-premium-48 {
background-image: url(/sc/h/9kuksdvmr4c3vmntikdsyac8l)
}
.ivm-view-attr__illustration--company-buildings-premium-56 {
background-image: url(/sc/h/68yusnj4defdguvpumnr0pwko)
}
.ivm-view-attr__illustration--compass-48 {
background-image: url(/sc/h/49rzgxjierflkmljmlycdqm1d)
}
.ivm-view-attr__illustration--compass-56 {
background-image: url(/sc/h/24cpa2m679xbkoaq3vy62ygxy)
}
.ivm-view-attr__illustration--circle-check-48 {
background-image: url(/sc/h/hgtemy8tyew4ikkmswgljm2o)
}
.ivm-view-attr__illustration--circle-check-56 {
background-image: url(/sc/h/81h5z0rakvoe61n81uq71dqv9)
}
.ivm-view-attr__illustration--eyeglasses-56 {
background-image: url(/sc/h/7fvfp45k0imo149xiglkqzyst)
}
.ivm-view-attr__illustration--gift-56 {
background-image: url(/sc/h/ezkaf4dprc39azswb6dapclyw)
}
.ivm-view-attr__illustration--industry-48 {
background-image: url(/sc/h/1heor0isth5w3477nthqubbx6)
}
.ivm-view-attr__illustration--industry-56 {
background-image: url(/sc/h/b8ynfp83t8oo25ebsmx6pys8l)
}
.ivm-view-attr__illustration--message-bubbles-48 {
background-image: url(/sc/h/e9nt0gpwvw831lbylrg4s2d3x)
}
.ivm-view-attr__illustration--message-bubbles-56 {
background-image: url(/sc/h/715noffx4ovlupndm6xd90rij)
}
.ivm-view-attr__illustration--lightbulb-48 {
background-image: url(/sc/h/b6hv3bddgafweips29byop3tx)
}
.ivm-view-attr__illustration--lightbulb-56 {
background-image: url(/sc/h/duuvg50ehznblzzm3p3cmxu8j)
}
.ivm-view-attr__illustration--lightbulb-plus-48 {
background-image: url(/sc/h/1h22nz4qwy8ak6codnlvx4fs7)
}
.ivm-view-attr__illustration--achievement-56 {
background-image: url(/sc/h/duf90gb639yrbboh9v9rp3ljg)
}
.ivm-view-attr__illustration--add-photo-56 {
background-image: url(/sc/h/4mhhqvlmghlpt1guj7zgn6ibn)
}
.ivm-view-attr__illustration--magnifying-glass-56 {
background-image: url(/sc/h/7th7q4ba372xivurw8b3dosy3)
}
.ivm-view-attr__illustration--news-paper-48 {
background-image: url(/sc/h/6x83qz7gh53729g2tlsykacts)
}
.ivm-view-attr__illustration--news-paper-56 {
background-image: url(/sc/h/6bsoysvzaiotsgbbodlh2har3)
}
.ivm-view-attr__illustration--news-paper-stack-48 {
background-image: url(/sc/h/9aswro92rj76u9x0rpwmbsn9a)
}
.ivm-view-attr__illustration--news-paper-stack-56 {
background-image: url(/sc/h/ao9uybu2o4zbuvdh6evgjwzcx)
}
.ivm-view-attr__illustration--news-paper-premium-48 {
background-image: url(/sc/h/9x12bxyy7r83knrxi5hhc8zj3)
}
.ivm-view-attr__illustration--news-paper-premium-56 {
background-image: url(/sc/h/d3m58r5erxhqkq4ggbquuwskm)
}
.ivm-view-attr__illustration--profile-cards-48 {
background-image: url(/sc/h/9vr4kha0w6e8ir7zrc2gnlnke)
}
.ivm-view-attr__illustration--profile-cards-56 {
background-image: url(/sc/h/bioh5oc5fujzo6t70mrasbw7n)
}
.ivm-view-attr__illustration--paper-report-48 {
background-image: url(/sc/h/5wif1iaztbmka6qqgiy1px5p1)
}
.ivm-view-attr__illustration--paper-report-56 {
background-image: url(/sc/h/f1hs1brwui070599qll3me14s)
}
.ivm-view-attr__illustration--group-48 {
background-image: url(/sc/h/a8vnue8qto3drydk75k1d1zn0)
}
.ivm-view-attr__illustration--group-56 {
background-image: url(/sc/h/13vwq8lszmr0vsces77tab7en)
}
.ivm-view-attr__illustration--group-plus-48 {
background-image: url(/sc/h/5qij2i3ottehpncdui89k6k0k)
}
.ivm-view-attr__illustration--group-plus-56 {
background-image: url(/sc/h/d0e25upn2zv8rjds67bdrtlvn)
}
.ivm-view-attr__illustration--group-plus-premium-48 {
background-image: url(/sc/h/5xnyzrv4jvry3s89dfq2xnh8i)
}
.ivm-view-attr__illustration--group-plus-premium-56 {
background-image: url(/sc/h/axz0fhyxra1k04809yej14wfy)
}
.ivm-view-attr__illustration--rocket-48 {
background-image: url(/sc/h/3hq7ddvq6vgbb4ctr6plh8pl4)
}
.ivm-view-attr__illustration--rocket-56 {
background-image: url(/sc/h/9zidi0ziapfk3wadobiqf1pba)
}
.ivm-view-attr__illustration--profile-cards-premium-48 {
background-image: url(/sc/h/abwlttqp31wa87rw9zba15wgj)
}
.ivm-view-attr__illustration--profile-cards-premium-56 {
background-image: url(/sc/h/363uk54xzm6uo85g6uoafdl6l)
}
.ivm-view-attr__illustration--salary-48 {
background-image: url(/sc/h/bb1bggmgqbnv123k2i3wlcex8)
}
.ivm-view-attr__illustration--salary-56 {
background-image: url(/sc/h/8ohaqiq04bo6miu8pdmhfap5)
}
.ivm-view-attr__illustration--stacked-paper-report-48 {
background-image: url(/sc/h/8w571se4qanpekbia9soqjtye)
}
.ivm-view-attr__illustration--stacked-paper-report-56 {
background-image: url(/sc/h/9hm7tcw2qxvwdqlgpjrojxk66)
}
.ivm-view-attr__illustration--school-48 {
background-image: url(/sc/h/cipnes73bjw8814de0ddogrt7)
}
.ivm-view-attr__illustration--school-56 {
background-image: url(/sc/h/a5h55j98dwpmv6emgow8enpia)
}
.ivm-view-attr__illustration--magnifying-glass-48 {
background-image: url(/sc/h/1w0fojbc25nm701le43pzdt46)
}
.ivm-view-attr__illustration--people-conversation-48 {
background-image: url(/sc/h/b1zmr4pvp95hmjkgs027kyl6k)
}
.ivm-view-attr__illustration--people-conversation-56 {
background-image: url(/sc/h/5a1vw9q3fw4kpzxgpc3087df2)
}
.ivm-view-attr__illustration--trophy-48 {
background-image: url(/sc/h/3q1qyzyq3kll7vphk7fqitdjw)
}
.ivm-view-attr__illustration--trophy-56 {
background-image: url(/sc/h/bs2mhkso13n7kk2eyvampru1d)
}
.member-insights {
display: flex
}
.member-insights--center-align {
justify-content: center;
padding: 4px 8px 0
}
.member-insights--discovery-card-center-align {
justify-content: center;
padding: 4px 0 0
}
.member-insights--left-align {
align-items: center;
margin-top: 8px;
height: 32px
}
.mn-discovery-entity-card--full-bleed .member-insights--left-align {
margin-top: 4px
}
.member-insights__count {
position: relative;
top: -4px;
right: 0
}
.member-insights__btn:hover span {
text-decoration: underline
}
.member-insights__btn--disabled:hover {
cursor: default
}
.member-insights__icon {
padding-right: 2px
}
.member-insights__info {
position: relative;
top: -2px;
right: 0
}
.member-insights__reason {
display: block;
line-height: 1.6rem!important;
max-height: 3.2rem;
overflow: hidden;
word-break: break-word
}
.member-insights__reason * {
line-height: inherit!important
}
.member-insights-mutual-connection {
display: flex;
align-items: center;
background: #fff;
visibility: visible;
position: relative;
opacity: 1;
transition: visibility .4s ease-in, opacity .4s ease-in;
border-bottom: 1px solid #e6e9ec
}
.member-insights-mutual-connection:last-child {
border-bottom: none
}
.member-insights-mutual-connection:last-child::after {
width: 1px
}
.member-insights-mutual-connection::after {
content: '';
width: 80px;
height: 2px;
background: #fff;
position: absolute;
bottom: -1px;
left: 0
}
.member-insights-mutual-connection__picture {
flex-shrink: 0;
padding: 8px 8px 4px 16px;
background: #fff
}
.member-insights-mutual-connection__details {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
padding: 8px 0;
min-height: 72px;
width: 100%
}
.member-insights-mutual-connection__link {
color: rgba(0, 0, 0, .9);
width: 100%
}
.member-insights-mutual-connection__link:active,
.member-insights-mutual-connection__link:hover,
.member-insights-mutual-connection__link:visited,
.member-insights-mutual-connection__link:visited:active,
.member-insights-mutual-connection__link:visited:hover {
color: rgba(0, 0, 0, .9)
}
.member-insights-mutual-connection__link:hover {
text-decoration: none
}
.member-insights-mutual-connection__name {
display: block;
line-height: 2.4rem!important;
max-height: 2.4rem;
overflow: hidden;
word-break: keep-all;
flex: 1 100%
}
.member-insights-mutual-connection__name * {
line-height: inherit!important
}
.member-insights-mutual-connection__occupation {
display: block;
line-height: 2rem!important;
max-height: 4rem;
overflow: hidden;
flex: 1 100%
}
.msg-connections-typeahead--focused .msg-connections-typeahead__search-field-icon,
.msg-connections-typeahead__search-result .msg-facepile-grid--group-size-2 .msg-facepile-grid__img:nth-of-type(1n+13) {
display: none
}
.member-insights-mutual-connection__occupation * {
line-height: inherit!important
}
.mutual-connections-modal {
width: 550px
}
.mutual-connections-modal__header {
padding: 10px 32px 9px 24px
}
.mutual-connections-modal__content {
padding: 0;
max-height: 410px;
overflow-y: auto
}
.msg-connections-typeahead--focused.msg-connections-typeahead--focused {
background-color: #fff
}
.msg-connections-typeahead__recipient {
float: left;
padding: 4px;
border-radius: 5px;
background: #f3f6f8;
margin: 4px;
font-size: 1.5rem
}
.msg-connections-typeahead__recipient li-icon {
vertical-align: middle
}
.msg-connections-typeahead__recipient:focus {
border: 1px solid #0091ca
}
.msg-connections-typeahead__remove-recipient {
vertical-align: top
}
.msg-connections-typeahead__search-field[type=text] {
width: 10px;
max-width: calc(100% - 8px);
padding: 0;
border: none;
float: left
}
.msg-connections-typeahead__search-field[type=text]::-ms-clear {
display: none
}
.msg-connections-typeahead__search-field[type=text]:focus {
box-shadow: none
}
.msg-connections-typeahead--focused .msg-connections-typeahead__search-field[type=text] {
margin-left: 4px
}
.ios .msg-connections-typeahead__search-field[type=text] {
font-size: 16px
}
.msg-connections-typeahead__search-field--no-recipients[type=text] {
width: 100%
}
.msg-connections-typeahead__search-field-icon {
position: absolute;
top: 6px;
left: 4px
}
.msg-connections-typeahead__hidden-field {
position: absolute;
visibility: hidden;
height: auto;
width: auto;
white-space: nowrap
}
.msg-connections-typeahead__search-results {
z-index: 1;
clear: both;
overflow: auto;
max-height: 200px;
position: relative;
padding: 0
}
.msg-connections-typeahead__search-result {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 0;
background: 0 0;
font-weight: 300;
text-align: left;
width: 100%
}
.msg-connections-typeahead__search-result .msg-facepile-grid {
height: 40px;
width: 40px;
padding: 2px
}
.msg-connections-typeahead__search-result .msg-facepile-grid--group-size-2 .msg-facepile-grid__img {
box-sizing: border-box;
background-clip: content-box;
border: 1px solid #fff;
border-radius: 49.9%;
width: 28px;
height: 28px
}
.msg-connections-typeahead__search-result .msg-facepile-grid--group-size-2 .msg-facepile-grid__img:nth-of-type(1n+2) {
margin-left: -12px
}
[dir=rtl] .msg-connections-typeahead__search-result .msg-facepile-grid--group-size-2 .msg-facepile-grid__img {
margin-left: 0;
margin-right: -11px
}
[dir=rtl] .msg-connections-typeahead__search-result .msg-facepile-grid--group-size-2 .msg-facepile-grid__img:nth-of-type(1),
[dir=rtl] .msg-connections-typeahead__search-result .msg-facepile-grid--group-size-2 .msg-facepile-grid__img:nth-of-type(1n+2) {
margin-left: 0;
margin-right: -12px
}
.msg-connections-typeahead__search-result .msg-facepile-grid--group-size-2 .msg-facepile-grid__img:nth-child(2) {
position: absolute;
bottom: 2px;
right: 2px
}
.msg-connections-typeahead__search-result-background-img {
background-size: cover
}
.msg-connections-typeahead__search-result--selected {
background: #f3f6f8
}
.people-typeahead {
width: 624px
}
.people-typeahead--in-modal {
width: 506px;
padding-top: 24px;
text-align: left;
margin-bottom: 0;
padding-bottom: 24px
}
.people-typeahead__result-info-title {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9)
}
.people-typeahead__icon {
top: 0;
left: 0;
width: 24px;
height: 24px;
color: rgba(0, 0, 0, .6)
}
.people-typeahead--in-modal .people-typeahead__icon {
top: 17px;
left: 0;
width: 24px;
height: 24px;
color: rgba(0, 0, 0, .6);
margin-left: 8px;
margin-right: 8px
}
.people-typeahead__input {
width: 100%;
height: 48px;
border-radius: 2px;
padding-left: 44px;
padding-right: 64px
}
.people-typeahead--in-modal .people-typeahead__input {
background-color: #fff;
width: 100%;
height: 32px;
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .9);
border-radius: 2px;
padding-left: 38px;
padding-right: 64px
}
.people-typeahead__input--focused:focus {
border-color: #0073b1;
padding-left: 8px
}
.people-typeahead__input--focused:focus::-ms-clear {
display: none
}
.people-typeahead__input--focused:focus:-ms-input-placeholder {
color: transparent;
opacity: 1
}
.people-typeahead__input--focused:focus::placeholder {
color: transparent;
opacity: 1
}
.people-typeahead--in-modal .people-typeahead__input--focused:focus {
border-color: #0073b1;
padding-left: 8px;
flex-grow: 33;
width: 445px
}
.people-typeahead--in-modal .people-typeahead__input--focused:focus::-ms-clear {
display: none
}
.people-typeahead__clear-button {
display: initial;
top: 0;
right: 0
}
.people-typeahead--in-modal .people-typeahead__clear-button {
display: initial;
top: 16px;
right: 0
}
.people-typeahead--in-modal .people-typeahead__clear-button--input-focused {
right: 56px
}
.people-typeahead__done-button {
top: 12px;
left: 636px
}
.people-typeahead--in-modal .people-typeahead__done-button {
top: 28px;
right: 0;
left: 453px;
margin-top: 4px;
margin-left: 8px;
position: initial
}
.people-typeahead__results-list-container {
background-color: #fff;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: 2px;
max-height: 320px;
overflow: auto;
width: 624px;
z-index: 2
}
.people-typeahead--in-modal .people-typeahead__results-list-container {
max-height: 144px;
width: 445px;
top: 55px
}
.people-typeahead__result {
height: 53px
}
.people-typeahead--in-modal .people-typeahead__result {
height: 48px
}
.people-typeahead__result-info {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 430px
}
.people-typeahead--in-modal .people-typeahead__result-info {
width: 262px
}
.people-typeahead--in-modal .people-typeahead__invite-sent,
.people-typeahead__invite-sent {
color: #469a1f
}
.presence-entity {
display: flex;
position: relative
}
.presence-entity--size-1 {
width: 32px;
height: 32px
}
.presence-entity--size-2 {
width: 40px;
height: 40px
}
.presence-entity--size-3 {
width: 48px;
height: 48px
}
.presence-entity--size-4 {
width: 56px;
height: 56px
}
.presence-entity--size-5 {
width: 72px;
height: 72px
}
.presence-entity--size-6 {
width: 88px;
height: 88px
}
.presence-entity--size-7 {
width: 104px;
height: 104px
}
.presence-entity--size-8 {
width: 128px;
height: 128px
}
.presence-entity--size-9 {
width: 152px;
height: 152px;
top: 4px;
left: 4px
}
.presence-entity__image {
background-size: cover
}
.presence-entity__indicator {
position: absolute;
box-shadow: 0 0 0 2px #fff
}
.presence-entity__indicator--size-1 {
bottom: 2px;
right: 3px
}
.presence-entity__indicator--size-2 {
bottom: 3px;
right: 3px
}
.presence-entity__indicator--size-3,
.presence-entity__indicator--size-5,
.presence-entity__indicator--size-6,
.presence-entity__indicator--size-7 {
bottom: 2px;
right: 2px
}
.presence-entity__indicator--size-4 {
bottom: 0;
right: 0
}
.presence-entity__indicator--size-8 {
bottom: 0;
right: 8px;
box-shadow: 0 0 0 2px #fff, 0 4px 6px rgba(0, 0, 0, .2)
}
.presence-entity__indicator--size-9 {
bottom: 0;
right: 16px;
box-shadow: 0 0 0 2px #fff, 0 4px 6px rgba(0, 0, 0, .2)
}
.presence-indicator {
border-radius: 50%;
background: #fff;
flex-shrink: 0;
transition: background 167ms ease-in-out;
box-sizing: border-box;
animation: fade-in 167ms ease-in
}
.presence-indicator--size-1,
.presence-indicator--size-2 {
width: 8px;
height: 8px
}
.presence-indicator--size-3,
.presence-indicator--size-4 {
width: 12px;
height: 12px
}
.presence-indicator--size-5 {
width: 16px;
height: 16px
}
.presence-indicator--size-6 {
width: 20px;
height: 20px
}
.presence-indicator--size-7,
.presence-indicator--size-8,
.presence-indicator--size-9 {
width: 24px;
height: 24px
}
.presence-indicator--is-online {
background: #469a1f
}
.presence-indicator--is-reachable {
border: 2px solid #469a1f
}
.presence-indicator--is-reachable.presence-indicator--size-1,
.presence-indicator--is-reachable.presence-indicator--size-2 {
border-width: 2px
}
.presence-indicator--is-reachable.presence-indicator--size-3,
.presence-indicator--is-reachable.presence-indicator--size-4 {
border-width: 3px
}
.presence-indicator--is-reachable.presence-indicator--size-5 {
border-width: 4px
}
.presence-indicator--is-reachable.presence-indicator--size-6 {
border-width: 5px
}
.presence-indicator--is-reachable.presence-indicator--size-7,
.presence-indicator--is-reachable.presence-indicator--size-8,
.presence-indicator--is-reachable.presence-indicator--size-9 {
border-width: 6px
}
.reactions__react-button {
overflow: visible;
z-index: 1
}
.reactions-menu {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 4px 6px rgba(0, 0, 0, .2);
position: absolute;
display: flex;
visibility: hidden;
opacity: 0;
justify-content: center;
transform: translate3d(-10%, -100%, 0);
transform-origin: bottom left;
transition: visibility .7s, transform .5s, box-shadow .2s, opacity .5s;
border-radius: 300px;
width: 250px;
height: 50px;
background-color: #fff
}
@media screen and (-ms-high-contrast:active) {
.reactions-menu {
border: 1px solid activeborder
}
}
.reactions-menu--active {
transition-timing-function: cubic-bezier(0, 0, .2, 1);
transition-duration: 334ms;
visibility: visible;
opacity: 1;
transform: translate3d(-10%, -130%, 0)
}
.reactions-menu--active .reactions-icon {
animation: bounceIconsIn .65s cubic-bezier(.28, .84, .42, 1) forwards;
transition: transform .1s
}
.reactions-menu--active .reactions-icon:nth-child(2) {
animation-delay: 50ms
}
.reactions-menu--active .reactions-icon:nth-child(3) {
animation-delay: 90ms
}
.reactions-menu--active .reactions-icon:nth-child(4) {
animation-delay: 130ms
}
.reactions-menu--active .reactions-icon:nth-child(5) {
animation-delay: 180ms
}
.reactions-menu--render-below {
transform: translate3d(-10%, 68%, 0)
}
.reactions-menu--shrink .reactions-icon {
transform: scale(.9);
transition: transform .3s
}
.reactions-menu--shrink .reactions-icon:hover {
transform: scale(1.35) translateY(-28%);
transition: transform .3s
}
@keyframes bounceIconsIn {
0% {
transform: translateY(0)
}
10% {
transform: scale(1.1, .9) translateY(0)
}
30% {
transform: scale(.9, 1.05) translateY(-8px)
}
50% {
transform: scale(1.05, .95) translateY(0)
}
57% {
transform: scale(1, 1) translateY(-2px)
}
100% {
transform: scale(1, 1) translateY(0)
}
}
.reactions-icon {
display: inline-block;
width: 36px;
height: 36px;
background-repeat: no-repeat;
background-size: 100%;
vertical-align: middle
}
.premium-welcome-banner__background:after,
.premium-welcome-banner__background:before {
content: '';
display: block;
top: 0;
left: 0;
right: 0;
bottom: 0
}
.reactions-icon--small {
height: 24px;
width: 24px
}
.reactions-icon--like {
background-image: url(/sc/h/468zbcfwkdfayw7gtnr72t4v2)
}
.reactions-icon--clap {
background-image: url(/sc/h/dvszyvey0dzi8tf4thgdbsr1m)
}
.reactions-icon--insightful {
background-image: url(/sc/h/9th27qtkllcyoz8pbo3tc0gne)
}
.reactions-icon--support {
background-image: url(/sc/h/6n7qn8ci0t6ze20kz373dtqbs)
}
.reactions-icon--hmm {
background-image: url(/sc/h/2tsnb3v9mthznz0khusg0dsci)
}
@keyframes premium-welcome-banner-slide-down {
from {
margin-top: -184px
}
to {
margin-top: 0;
opacity: 1
}
}
.premium-welcome-banner {
margin-top: -184px;
opacity: .5;
animation: .8s linear 2s forwards premium-welcome-banner-slide-down
}
.premium-welcome-banner__content {
opacity: 0;
animation: 2s linear 3.3s forwards fade-in
}
.premium-welcome-banner__background {
background-color: #fff;
z-index: 1;
position: relative
}
.premium-welcome-banner__background:before {
z-index: -2;
position: absolute;
opacity: .08;
background: radial-gradient(circle farthest-corner at 100% 0, #9b8443 0, rgba(155, 132, 67, .2) 50%, #9b8443 100%)
}
.premium-welcome-banner__background:after {
z-index: -1;
position: absolute;
opacity: .75;
background-image: url(/sc/h/adkjxsalgql1ptoo3jth8hoyg);
background-size: 1920px 1080px;
background-position: right bottom
}
.premium-welcome-banner__close-button {
position: absolute;
opacity: .55;
right: 24px
}
.share-visibility-options__comments-option::before,
.share-visibility-options__option-label::before {
opacity: 0
}
.premium-welcome-banner__left {
width: 74%;
vertical-align: top
}
.premium-welcome-banner__my-premium-entry-point {
position: relative;
width: 220px;
height: 128px;
border-left: 1px solid #b3b6b9
}
.premium-welcome-banner__my-premium-entry-point .premium-welcome-banner__my-premium-btn {
position: absolute;
left: 24px;
bottom: 0
}
.premium-welcome-banner__my-premium-entry-point .premium-welcome-banner__my-premium-btn:visited {
color: #fff
}
.share-actions__forward-action {
min-width: 60px
}
.share-actions__forward-action artdeco-loader {
margin: 0
}
.share-actions__detour-footer {
align-items: center;
border-top: 1px solid #e6e9ec;
display: flex;
justify-content: space-between;
padding: 16px 24px
}
.share-box {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 12px 18px 1px rgba(0, 0, 0, .2);
transition: box-shadow 83ms;
margin: 0 0 8px;
background: #fff;
border-radius: 2px;
color: #84878a;
display: flex;
flex-direction: column;
height: 100%;
max-height: 100%
}
.share-box--unfocused,
.share-box__text-editor .mentions-search-results {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
transition: box-shadow 83ms
}
@media screen and (-ms-high-contrast:active) {
.share-box {
border: 1px solid activeborder
}
}
.share-box--focused {
z-index: 1200
}
.share-box--unfocused {
border-top: 5px solid #0073b1
}
@media screen and (-ms-high-contrast:active) {
.share-box--unfocused {
border: 1px solid activeborder
}
}
.share-box__trigger {
color: #696c6f;
padding: 16px;
border-left: 1px solid #e9e9e9;
border-right: 1px solid #e9e9e9
}
.share-box__open {
display: flex;
flex-grow: 1
}
.share-box__article-cta {
background-color: #e1e9ee;
padding: 8px 12px
}
.share-box__header {
background-color: #0073b1;
width: 100%;
height: 48px;
color: #fff;
padding: 0 24px;
border-top-left-radius: 2px;
border-top-right-radius: 2px
}
.share-box__text-editor {
padding: 20px
}
.share-box__text-editor.mentions-texteditor .mentions-search-results {
width: 360px
}
.share-box__text-editor .mentions-texteditor__content {
font-size: inherit
}
.share-box__text-editor .mentions-search-results {
border-radius: 2px
}
@media screen and (-ms-high-contrast:active) {
.share-box__text-editor .mentions-search-results {
border: 1px solid activeborder
}
}
.share-box__text-editor .mentions-search-results::after,
.share-box__text-editor .mentions-search-results::before {
content: none
}
.share-box__text-editor .mentions-search-item {
border: 1px solid #f3f6f8;
border-top: none
}
.share-box__text-editor .mentions-texteditor__placeholder::before {
font-size: 1.8rem;
line-height: 1.33333;
font-weight: 400;
color: rgba(0, 0, 0, .75)
}
.share-box__text-editor-container {
overflow-y: scroll
}
.share-box__member-image {
text-align: center;
display: block;
border: 2px solid #fff;
box-shadow: inset 0 1.5px 3px 0 rgba(0, 0, 0, .15), 0 1.5px 3px 0 rgba(0, 0, 0, .15);
margin: 24px auto 12px
}
.share-box__feedback-msg-container,
.share-box__footer,
.share-suggested-hashtags {
border-top: 1px solid #e6e9ec
}
.share-box__header .share-box__close,
.share-box__header .share-box__close:hover {
color: #fff
}
.share-box__close {
position: absolute;
top: 4px;
right: 12px
}
.share-box__footer {
padding: 16px 12px;
display: flex;
justify-content: space-between;
align-items: center
}
.share-box__actions {
margin-left: auto;
order: 2
}
.share-box__char-count--ok {
color: #0073b1
}
.share-box__char-count--error {
color: #d11124
}
.share-box__feedback-loader.share-box__feedback-loader {
width: auto;
height: auto;
color: rgba(0, 0, 0, .55)
}
.share-box__preview-container {
position: relative;
margin: 0 16px 16px
}
.share-box__preview-container--as-box {
border: 1px solid #e6e9ec
}
.share-box__preview-container-controls {
position: absolute;
top: 1px;
right: 1px;
z-index: 1
}
.share-box__preview-close-btn.share-box__preview-close-btn {
min-height: auto;
padding: 0 0 0 2px
}
.share-box__preview-close-btn.artdeco-button--inverse.artdeco-button--tertiary,
.share-box__preview-close-btn.artdeco-button--inverse.artdeco-button--tertiary:hover {
background-color: rgba(0, 0, 0, .6)
}
.share-box__preview-close-btn li-icon {
margin: 0
}
.share-box-media-upload__item {
color: #575a5d
}
.share-suggested-hashtags__hashtag {
line-height: 0
}
.share-content-type-drawer__content {
background-color: #f3f6f8;
border-top: 1px solid rgba(0, 0, 0, .1);
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
max-height: 92px;
overflow: hidden;
overflow-y: auto;
padding: 8px 0
}
.share-content-type-drawer__arrow {
left: 50%;
position: absolute;
top: -17px
}
.share-content-type-drawer__arrow::after,
.share-content-type-drawer__arrow::before {
border-color: transparent;
border-style: solid;
border-width: 0;
content: '';
height: 0;
position: absolute;
width: 0
}
.share-content-type-drawer__arrow::after {
border-left-width: 18px;
border-right-width: 18px;
border-top: 18px #f3f6f8 solid;
bottom: -18px;
margin-left: -19px
}
.share-content-type-drawer__arrow::before {
border-left-width: 19px;
border-right-width: 19px;
border-top: 19px rgba(0, 0, 0, .1) solid;
bottom: -19px;
margin-left: -20px
}
.share-content-type-button {
background-color: #fff;
border-radius: 32px;
height: 32px;
margin: 4px
}
.share-content-type-button:focus,
.share-content-type-button:hover {
background-color: #e9e9e9;
border-radius: 32px;
color: rgba(0, 0, 0, .9)
}
.share-visibility-options__loader {
margin: 0 auto
}
.share-visibility-options__header {
background-color: #0073b1;
height: 48px;
color: #fff;
padding: 0 16px;
align-items: center;
display: flex
}
label.share-visibility-options__comments-option--active,
label.share-visibility-options__option-label--active {
color: #0084bf
}
.share-visibility-options__subheader {
background: #f3f6f8;
border-top: 1px solid rgba(0, 0, 0, .15);
width: 100%;
align-items: center;
display: flex;
height: 48px;
padding: 0 16px
}
.share-visibility-options__list {
width: 100%;
display: inline-block;
overflow-y: scroll
}
.share-visibility-options__option-subtext {
white-space: normal
}
.share-visibility-options__option-label {
cursor: pointer;
text-align: left;
position: relative;
width: 100%;
align-items: center;
background: 0 0;
white-space: nowrap;
border: none;
padding-left: 24px
}
.share-visibility-options__option-label.share-visibility-options__option-label {
display: flex;
line-height: initial;
margin: 0;
padding: 0 0 0 8px
}
.share-visibility-options__more-button.share-visibility-options__more-button {
border-top: 1px solid rgba(0, 0, 0, .15)
}
.share-visibility-options__more-icon {
margin-left: 4px;
vertical-align: sub
}
.share-visibility-options__option-text-container {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
display: flex;
align-items: center;
padding: 8px 0 8px 48px
}
.share-visibility-options__option-thumbnail {
width: 32px;
height: 32px;
justify-content: center;
flex-shrink: 0;
display: flex;
align-items: center;
overflow: hidden
}
.share-visibility-options__option-thumbnail--entity {
margin-left: 4px;
background: #fff;
border: 1px solid #fff;
position: absolute;
top: 0
}
.share-visibility-options__icon {
position: absolute;
top: 8px;
padding-left: 8px
}
.share-visibility-options__check-icon {
margin-right: 8px;
position: absolute;
right: 0;
top: 8px
}
.share-visibility-options__comments-content {
padding: 12px 16px 0;
margin-left: 16px
}
.share-visibility-options__comments-check.share-visibility-options__comments-check {
display: flex;
align-items: center
}
.share-visibility-options__comments-trigger {
background: #f3f6f8;
height: 48px;
display: flex;
align-items: center;
width: 100%
}
.share-visibility-options__comments-trigger.share-visibility-options__comments-trigger {
padding: 0 16px
}
.share-visibility-options__comments-option {
white-space: nowrap;
text-align: left;
width: 100%;
cursor: pointer
}
.share-visibility-options__comments-option.share-visibility-options__comments-option {
line-height: initial;
padding: 0;
display: flex;
align-items: center;
margin: 0 0 12px
}
.share-visibility-options__comments-option::after {
border-style: none
}
.share-visibility-options__comments-dropdown {
width: 100%;
border-top: 1px solid rgba(0, 0, 0, .15);
background: #f3f6f8;
text-align: left;
align-items: center;
display: block;
height: 48px
}
.share-visibility-options__comments-dropdown.share-visibility-options__comments-dropdown {
padding: 0
}
.share-visibility-options__comments-options-list {
margin-top: 6px
}
.share-media-button__label--disabled {
pointer-events: none
}
.social-details-reactors-list {
margin: 0 16px
}
.social-details-reactors-list__list {
margin-bottom: 16px;
list-style-type: none
}
.social-details-reactors-list__list::after {
content: '';
display: table;
clear: both
}
.social-details-reactors-list__list-item {
position: relative;
float: left
}
.social-details-reactors-list__list-item--left {
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #9b9ea2
}
.social-details-reactors-list__actor-image {
background-size: cover
}
.social-details-reactors-list__icon {
position: absolute;
right: 0;
bottom: 0
}
.social-details-social-counts {
line-height: 1.33333;
display: flex;
overflow: auto;
margin: 0 16px;
padding: 8px 0;
border-bottom: 1px solid #e6e9ec
}
.social-details-social-counts__item {
list-style: none;
margin: 0 4px;
color: rgba(0, 0, 0, .6)
}
.social-details-social-counts__item[disabled] .hoverable-link-text:hover {
text-decoration: none;
color: inherit
}
.social-details-social-counts__item:not(:last-child) {
margin-right: 4px
}
.social-details-social-counts__item:not(:last-child)::after {
content: "\00b7";
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.social-details-social-counts__reactions {
flex-grow: 1
}
.social-details-social-counts__reactions::after {
display: none
}
.pip-social-actions {
position: absolute;
top: 0;
padding: 12px;
pointer-events: none;
opacity: 0;
transform: translateY(-100%);
transition: all .5s ease-in-out 2s;
z-index: 2
}
.video-s-loader__video-components-container:hover .pip-social-actions {
opacity: 1;
transform: translateY(0);
transition: all .5s ease-in-out
}
.pip-social-actions__like-button {
color: #fff;
font-weight: 700;
padding: 4px;
pointer-events: auto
}
.pip-social-actions__like-button:focus {
outline: dotted 1px;
outline: -webkit-focus-ring-color auto 5px
}
.pip-social-actions__like-button.like-button.active,
.pip-social-actions__like-button.like-button.active:hover:not(:disabled) {
color: #fff
}
.pip-social-actions__reshare-button {
color: #fff;
font-weight: 700;
padding: 4px;
pointer-events: auto
}
.video-share-menu__dropdown-content {
right: 0
}
.video-share-menu__icon {
margin-right: 8px;
vertical-align: bottom
}
.story-video-loader {
display: flex
}
.story-video-loader .video-s-loader__thumbnail-container,
.story-video-loader .video-s-loader__video-components-container {
border-radius: 8px
}
.story-video-loader__confirmation-text {
padding: 0 48px;
margin: auto;
color: #fff;
text-align: center
}
.video-s-loader {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%
}
.video-s-loader__video-components-container {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden
}
.feed-shared-linkedin-video--pip .video-s-loader__video-components-container {
width: 20%;
min-width: 220px;
max-width: 300px;
min-height: 169px;
max-height: 300px;
position: fixed;
bottom: 24px;
z-index: 2;
box-shadow: 3px 3px 8px #c7d1d8;
border-radius: 2px
}
.video-s-loader__exit-button {
display: none
}
.feed-shared-linkedin-video--pip .video-s-loader__exit-button {
display: block;
position: absolute;
top: 4px;
right: 4px;
padding: 4px 4px 0;
color: #fff;
border-radius: 2px;
background-color: rgba(0, 0, 0, .9)
}
.video-s-loader__exit-with-social-actions {
pointer-events: auto;
color: #fff
}
.video-s-loader__pip-top-bar {
background: linear-gradient(0deg, transparent 0, rgba(0, 0, 0, .75) 67%);
width: 100%;
display: flex;
justify-content: flex-end;
position: absolute;
top: 0;
height: 56px;
padding: 12px;
opacity: 0;
transform: translateY(-100%);
transition: all .5s ease-in-out 2s;
pointer-events: none
}
.feed-shared-display-content--pip .video-s-loader__video-components-container:hover .video-s-loader__pip-top-bar,
.feed-shared-linkedin-video--pip .video-s-loader__video-components-container:hover .video-s-loader__pip-top-bar {
opacity: 1;
transform: translateY(0);
transition: all .5s ease-in-out
}
.video-s-loader__play-icon {
width: 45px;
height: 45px;
background: rgba(0, 0, 0, .8);
border-radius: 50%;
display: inline-block;
line-height: 40px;
border: 2px solid #fff
}
.video-s-loader--video-active .video-s-loader__play-icon,
.video-s-loader--video-loading .video-s-loader__play-icon {
display: none
}
.video-s-loader__play-icon li-icon {
vertical-align: middle;
margin-bottom: 2px
}
.video-s-loader__loading-icon.loader {
display: none;
position: absolute;
top: 0;
left: 0;
height: 100%;
color: #f3f6f8;
background-color: rgba(87, 90, 93, .5);
text-align: center;
flex-wrap: wrap;
align-items: center;
justify-content: center
}
.video-player-end-card__reshare-button li-icon,
.video-s-loader__overlay-text {
color: #fff
}
.video-s-loader--video-loading .video-s-loader__loading-icon.loader {
display: flex;
width: 100%
}
.video-s-loader__thumbnail {
height: 100%;
position: absolute;
cursor: pointer;
left: 50%;
transform: translateX(-50%);
width: 100%;
z-index: 0;
background-size: cover;
background-position: center
}
.video-s-loader__thumbnail--native {
width: auto
}
.video-s-loader__background-poster {
position: absolute;
width: 100%;
height: 100%;
filter: blur(20px);
opacity: .6;
transform: scale(1.1);
background: 50% 50%/cover no-repeat
}
.video-s-loader__thumbnail-container {
position: absolute;
height: 100%;
width: 100%;
background: #000;
overflow: hidden
}
.video-s-loader__thumbnail-edit {
pointer-events: all;
top: 0;
position: absolute;
right: 0;
margin-top: 4px;
margin-right: 4px;
z-index: 1;
width: 24px;
height: 24px;
padding: 0 12px;
animation: .5s ease-out .75s fade-in forwards;
opacity: 0
}
.video-s-loader__thumbnail-edit li-icon {
margin: -2px -8px;
padding: 0
}
.video-s-loader__overlay {
cursor: pointer;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: rgba(87, 90, 93, .5);
text-align: center;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center
}
.video-s-loader__overlay--with-frosted {
background-color: transparent
}
.video-s-loader__overlay:focus .video-s-loader__overlay-text {
outline: dotted 1px;
outline: -webkit-focus-ring-color auto 5px
}
.video-s-loader__video-element {
display: block
}
.video-s-loader__video-element--hidden {
position: absolute;
z-index: -1
}
.video-loader__video-adapter {
width: 100%;
height: 100%
}
.video-s-loader__live-external-link {
position: absolute;
z-index: 2;
top: 0;
left: 0;
right: 0;
bottom: 0
}
.video-s-loader__live-external-link,
.video-s-loader__live-external-link:hover {
text-decoration: none
}
.video-s-loader__live-external-link-text {
display: none;
position: absolute;
bottom: 0;
left: 0;
height: 30px;
background: linear-gradient(180deg, transparent, #000 75%)
}
.video-s-loader__live-external-link:hover .video-s-loader__live-external-link-text {
display: block
}
.video-adapter {
width: 100%;
height: 100%
}
.video-player-end-card {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%)
}
.video-player-end-card__action-item {
margin-bottom: 16px
}
.video-player-end-card__action-item:last-child {
margin-bottom: 0
}
.video-player-end-card__reshare-button {
line-height: 1.16667;
border: 1px solid #fff;
height: 48px;
width: 48px;
border-radius: 24px
}
.video-setting-modal__ghost-thumbnail {
background-color: #cdcfd2;
top: 0;
border-radius: 2px;
pointer-events: none
}
.video-setting-modal__remove-thumbnail-upload {
position: absolute;
right: 0;
margin-top: 4px;
margin-right: 4px;
z-index: 1;
width: 24px;
height: 24px;
padding: 0 12px
}
.video-setting-modal__remove-thumbnail-upload li-icon {
margin: -2px -8px;
padding: 0
}
.video-setting-modal__title-counter-container {
margin-bottom: 16px;
height: 12px;
position: relative
}
.video-setting-modal__title-content {
right: 0;
position: absolute
}
.video-setting-modal__upload-container {
flex-basis: 185px
}
.video-setting-modal__upload-text {
margin-bottom: 16px
}
.video-setting-modal__acceptable-file-types {
display: block
}
.video-setting-modal__setting-container:not(:last-of-type) {
border-bottom: 1px solid #cdcfd2
}
.video-setting-modal__modal-footer {
padding: 16px
}
.video-setting-modal__custom-thumbnail {
width: 100%;
position: absolute;
top: 0;
left: 0
}
.video-setting-modal__photo-preview-frame {
height: 100%;
position: relative;
overflow: hidden
}
.video-setting-modal__photo-preview-frame--horizontal {
padding-bottom: 56.25%
}
.video-setting-modal__photo-preview-frame--square {
padding-bottom: 100%
}
.video-setting-modal__upload-thumbnail-input {
opacity: 0;
top: 0;
position: absolute;
width: 100%;
height: 100%;
cursor: pointer;
pointer-events: all
}
.video-setting-modal__upload-thumbnail-input--focused {
outline: dotted 1px;
outline: -webkit-focus-ring-color auto 5px
}
.video-setting-modal__title-count--limit-reached {
color: #ff2c33
}
.video-setting-modal__thumbnail {
width: 100%;
height: 100%;
z-index: 1;
position: absolute
}
.video-setting-modal__upload-caption-label {
cursor: pointer;
z-index: 1;
pointer-events: all
}
.video-setting-modal__upload-caption-label--focused {
outline: dotted 1px;
outline: -webkit-focus-ring-color auto 5px
}
.video-setting-modal__upload-caption-input {
opacity: 0;
left: 0;
pointer-events: none
}
.video-setting-modal__caption-file-thumbnail {
height: 64px
}
.video-setting-modal__caption-preview-attachment {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
transition: box-shadow 83ms;
height: 64px;
padding: 12px 24px 12px 52px;
position: relative;
overflow: hidden;
box-sizing: border-box;
float: left;
margin: 0;
width: 280px
}
.video-setting-modal__caption-preview-attachment ul[role=tablist] {
border-top: 0
}
@media only screen and (-ms-high-contrast:active) {
.video-setting-modal__caption-preview-attachment {
border: 1px solid activeborder
}
}
.video-setting-modal__caption-preview-attachment:before {
display: block;
position: absolute;
top: 0;
left: 0;
background-color: #485d69;
content: "Attachment Icon";
text-indent: -999px;
background-position: 0 -216px;
background-image: url(/sc/h/cwn0a0e7hog2i33c88ucrvot5);
width: 24px;
height: 24px;
border-style: solid;
border-color: #485d69;
border-width: 20px 10px
}
.video-setting-modal__caption-preview-attachment button {
position: absolute;
border: 0;
margin: -8px 0 0;
padding: 0;
top: 50%;
left: initial;
width: 16px;
height: 16px;
line-height: 64px;
cursor: pointer;
background: 0 0;
color: rgba(0, 0, 0, .6);
opacity: 0;
transition: opacity .3s;
font-weight: 600;
right: 8px;
font-size: 0;
text-indent: -999px;
overflow: hidden
}
.video-setting-modal__caption-preview-attachment button>svg {
height: 16px;
margin-right: 8px;
width: 16px;
display: block
}
.video-setting-modal__caption-preview-attachment button li-icon {
display: block;
margin-right: 8px;
color: rgba(0, 0, 0, .6)
}
.video-setting-modal__caption-preview-attachment button li-icon>svg {
display: block
}
.video-setting-modal__caption-preview-attachment button li-icon,
.video-setting-modal__caption-preview-attachment button span,
.video-setting-modal__caption-preview-attachment button>svg {
vertical-align: middle
}
.video-setting-modal__caption-preview-attachment .attachment-filename {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap
}
.video-setting-modal__caption-preview-attachment .attachment-filesize {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.video-setting-modal__caption-preview-attachment.focus button,
.video-setting-modal__caption-preview-attachment.hover button,
.video-setting-modal__caption-preview-attachment:focus button,
.video-setting-modal__caption-preview-attachment:hover button {
opacity: 1
}
.video-setting-modal__caption-attachment-icon-container {
position: absolute;
top: 0;
left: 0;
background: #485d69;
color: #fff;
width: 44px;
height: 100%
}
.video-setting-modal__caption-preview-attachment-icon {
margin: 20px 10px
}
.video-setting-modal__remove-caption-upload {
position: absolute;
right: 0;
margin-top: 4px;
margin-right: 4px;
z-index: 1;
width: 24px;
height: 24px;
padding: 0 12px
}
.video-setting-modal__remove-caption-upload li-icon {
margin: -2px -8px;
padding: 0
}
.video-setting-modal__thumbnail-play-icon-container {
cursor: pointer;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
text-align: center;
display: flex;
z-index: 2;
background-color: #000;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
align-items: center;
justify-content: center
}
.video-setting-modal__thumbnail-play-icon-content {
line-height: 1.25;
width: 45px;
height: 45px;
background: rgba(0, 0, 0, .8);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
border: 2px solid #fff
}
.video-setting-modal__thumbnail-play-icon {
vertical-align: middle;
margin-bottom: 2px;
color: #fff
}
.video-setting-modal__error-alert {
color: #ff2c33;
display: block
}
.video-setting-modal__close-button {
margin-right: 4px
}
.video-stories__thumbnail-image-container {
border-radius: 50%
}
.video-stories__thumbnail-image-container .ivm-view-attr__img--stacked-circle {
border: 1px solid #fff;
box-shadow: 0 0 0 3px #0091ca;
background-color: #98d8f4;
margin-left: -20px;
cursor: pointer
}
.video-stories__description {
max-width: 50%
}
.video-stories__hashtag {
overflow: hidden;
text-overflow: ellipsis
}
.video-stores__last-updated--mobile {
border: 1px solid #84878a;
border-radius: 2px;
display: inline-block;
padding-left: 4px;
padding-right: 4px
}
.video-stories-modal {
position: fixed
}
.authentication-outlet>.video-stories-modal {
transform: scale(.1);
opacity: 0;
transition: opacity .2s ease-in-out, transform .2s ease-in-out
}
.authentication-outlet>.video-stories-modal--is-open {
transform: scale(1);
opacity: 1
}
.video-stories-modal__modal-content {
background: #000;
height: 100vh;
width: 100vw;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center
}
.video-stories-modal__close {
position: absolute;
color: #fff;
top: 8px;
right: 24px
}
.video-stories-modal__close--mobile {
right: 8px
}
.video-stories-modal__hashtag-header {
text-align: center
}
.video-stories-modal__hashtag-header--mobile {
width: 100%;
text-align: left
}
.video-stories-modal__hashtag-link,
.video-stories-modal__hashtag-link:active,
.video-stories-modal__hashtag-link:hover,
.video-stories-modal__hashtag-link:visited,
.video-stories-modal__hashtag-link:visited:active,
.video-stories-modal__hashtag-link:visited:hover {
color: #fff
}
.video-stories-modal__header-images-container {
display: inline-flex;
flex-wrap: nowrap;
align-items: center;
height: 78px;
max-width: 640px;
overflow-y: hidden;
overflow-x: auto;
-ms-overflow-style: -ms-autohiding-scrollbar
}
.video-stories-modal__header-images-container::-webkit-scrollbar {
height: 5px
}
.video-stories-modal__header-images-container::-webkit-scrollbar-thumb {
background: rgba(255, 255, 255, .7);
visibility: hidden;
border-radius: 5px
}
.video-stories-modal__header-images-container:active::-webkit-scrollbar-thumb,
.video-stories-modal__header-images-container:focus::-webkit-scrollbar-thumb,
.video-stories-modal__header-images-container:hover::-webkit-scrollbar-thumb {
visibility: visible
}
.video-stories-modal__header-images-container--mobile {
width: 100%;
justify-content: flex-start
}
.video-stories-modal__header-image {
margin: 0 8px
}
.video-stories-modal__story-player-loader-container {
display: flex;
margin-left: 96px;
margin-right: 40px
}
.video-stories-modal__story-player-loader-container--mobile {
margin-left: 0;
margin-right: 0
}
.video-stories-modal__story-player-container {
display: flex;
flex: 1
}
.video-stories-modal__story-player-container .video-s-loader {
position: relative
}
.video-stories-modal__story-player-loader {
display: flex;
justify-content: center;
position: relative;
border: 1px solid rgba(255, 255, 255, .7);
border-radius: 8px;
pointer-events: none;
transition: width .3s ease-in-out, height .3s ease-in-out;
min-width: 320px;
max-width: calc(100vw - 2 * (40px + 96px))
}
.video-stories-modal__story-player-loader--mobile {
pointer-events: auto;
max-width: 100vw
}
.video-stories-modal__story-player-top-container {
display: flex;
flex-direction: column;
position: absolute;
width: 100%;
pointer-events: auto;
z-index: 1
}
.video-stories-modal__story-player-top-buttons-container {
display: flex;
padding: 16px 16px 8px;
border: 1px solid rgba(255, 255, 255, .7);
border-bottom: 0;
border-radius: 8px 8px 0 0;
background-color: rgba(0, 0, 0, .75)
}
.video-stories-modal__story-player-top-commentary-container {
display: flex;
flex-direction: column;
border: 1px solid rgba(255, 255, 255, .3);
border-top: 0;
border-bottom: 0
}
.video-stories-modal__story-player-bottom-container {
position: absolute;
width: 100%;
pointer-events: auto;
z-index: 1;
bottom: 0;
background: linear-gradient(to top, #000, rgba(0, 0, 0, .75) 50%, transparent);
border-radius: 0 0 8px 8px;
padding: 24px 16px 16px
}
.video-stories-modal__message-container {
display: flex;
border: 1px solid #fff;
border-radius: 4px;
padding: 12px
}
.video-stories-modal__message-container--focused {
border-color: #0073b1;
box-shadow: 0 0 0 1px #0073b1
}
.video-stories-modal__message-container-textarea {
flex: 1;
resize: none;
border: 0;
padding: 0;
min-height: 24px
}
.video-stories-modal__message-container-textarea:focus {
border: 0;
box-shadow: none
}
.video-stories-modal__message-container-textarea:hover {
border: 0
}
.video-stories-modal__message-container-textarea:-ms-input-placeholder {
color: rgba(255, 255, 255, .85)
}
.video-stories-modal__message-container-textarea::placeholder {
color: rgba(255, 255, 255, .85)
}
.video-stories-modal__message-container-textarea::-webkit-scrollbar {
width: 5px
}
.video-stories-modal__message-container-textarea::-webkit-scrollbar-thumb {
background: rgba(255, 255, 255, .7);
visibility: hidden;
border-radius: 5px
}
.video-stories-modal__message-container-textarea:active::-webkit-scrollbar-thumb,
.video-stories-modal__message-container-textarea:focus::-webkit-scrollbar-thumb,
.video-stories-modal__message-container-textarea:hover::-webkit-scrollbar-thumb {
visibility: visible
}
.video-stories-modal__message-button-container {
align-self: flex-end;
margin-left: 8px
}
.video-stories-modal__commentary {
padding: 0 16px;
background-color: rgba(0, 0, 0, .75);
max-height: 60px;
overflow-y: auto;
overflow-x: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar
}
.video-stories-modal__commentary::-webkit-scrollbar {
width: 5px
}
.video-stories-modal__commentary::-webkit-scrollbar-thumb {
background: rgba(255, 255, 255, .7);
visibility: hidden;
border-radius: 5px
}
.video-stories-modal__commentary:active::-webkit-scrollbar-thumb,
.video-stories-modal__commentary:focus::-webkit-scrollbar-thumb,
.video-stories-modal__commentary:hover::-webkit-scrollbar-thumb {
visibility: visible
}
.video-stories-modal__toggle-commentary-button-container {
display: flex;
background: linear-gradient(to bottom, rgba(0, 0, 0, .75), transparent)
}
.video-stories-modal__control-menu-trigger.artdeco-button.artdeco-button--inverse:focus,
.video-stories-modal__control-menu-trigger.artdeco-button.artdeco-button--inverse:hover,
.video-stories-modal__toggle-commentary.artdeco-button--muted.artdeco-button--tertiary:focus,
.video-stories-modal__toggle-commentary.artdeco-button--muted.artdeco-button--tertiary:hover {
color: #fff;
background-color: rgba(207, 207, 207, 0)
}
.video-stories-modal__actor-image,
.video-stories-modal__story-buttons-container {
background-position: center;
background-size: cover
}
.video-stories-modal__toggle-commentary.artdeco-button--muted.artdeco-button--tertiary {
color: #fff;
margin: auto
}
.video-stories-modal__control-menu-trigger.artdeco-button.artdeco-button--inverse {
min-height: auto;
cursor: pointer
}
.video-stories-modal__control-menu-trigger.artdeco-button.artdeco-button--inverse li-icon {
margin: 0;
padding: 0
}
.video-stories-modal__control-menu-content {
width: 355px;
right: -12px
}
.video-stories-modal__control-menu-content--mobile {
width: 90vw
}
.video-stories-modal__control-menu-headline {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .75)
}
.tap-target:hover .video-stories-modal__control-menu-headline {
color: #000
}
.video-stories-modal__control-menu-sub-headline {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.tap-target:hover .video-stories-modal__control-menu-sub-headline {
color: rgba(0, 0, 0, .75)
}
.video-stories-modal__story-player-buttons-container {
display: flex;
flex-direction: column
}
.video-stories-modal__story-player-buttons-container li-icon {
color: #fff
}
.video-stories-modal__next-button,
.video-stories-modal__previous-button {
margin: auto
}
.video-stories-modal__story-buttons-container {
display: flex;
width: 300px;
height: 465px;
border-radius: 10px;
margin: auto;
opacity: .5
}
.video-stories-modal__share-button {
position: absolute;
top: 15px;
right: 72px
}
.video-stories-modal__share-button--mobile {
top: 8px;
right: 52px
}
.video-stories-modal__entity-lockup {
overflow: hidden;
flex: 1
}
.video-stories-modal__current-creator-profile-link,
.video-stories-modal__entity-lockup .artdeco-entity-lockup__title {
text-decoration: none
}
.video-stories-modal__message-alert {
position: absolute;
-ms-grid-row-align: center;
align-self: center;
background: rgba(0, 0, 0, .75);
padding: 4px 12px;
border-radius: 4px;
opacity: 0;
transform: scale(.1);
transform-origin: center 200%
}
.video-stories-modal__message-alert--visible {
opacity: 1;
transform: scale(1)
}
body.in-video-stories-modal .msg-overlay-container {
display: none
}
.video-stories-modal__toggle-follow {
padding: 0 4px
}
.video-stories-modal__toggle-follow li-icon {
padding: 0;
color: #fff
}
.video-stories-entity {
flex: 0 0 auto;
align-items: center;
display: flex;
position: relative;
cursor: pointer;
width: 54px;
height: 54px
}
.video-stories-entity .ivm-view-attr__img--stacked-circle {
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7)
}
.video-stories-entity--active {
transform: scale(1.18519)
}
.video-stories-entity--size-4 {
width: 60px;
height: 60px
}
.video-stories-entity--size-5 {
width: 80px;
height: 80px
}
.video-stories-entity__image {
margin: auto;
z-index: 1
}
.video-stories-entity__outline-container {
position: absolute;
transform: rotate(90deg) scaleX(-1);
width: 100%;
height: 100%
}
.video-stories-entity__outline {
stroke: rgba(255, 255, 255, .45);
stroke-width: 3px;
fill: none;
stroke-dasharray: 138.23px;
stroke-dashoffset: 0;
transition-property: stroke-dashoffset
}
.video-stories-entity__outline--unwatched {
stroke: #0091ca
}
.video-adapter-container .video-adapter {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #000
}
.video-live-bug__label {
background: #ff2c33;
border-radius: 2px;
text-transform: uppercase;
animation: video-live-fade 2.5s ease-in-out infinite
}
@keyframes video-live-fade {
0%,
100% {
opacity: 1
}
50%,
60% {
opacity: .65
}
}
.in-player-fullscreen {
overflow-y: hidden
}
.in-player-fullscreen .ad-banner-container,
.in-player-fullscreen .artdeco-toasts-outlet,
.in-player-fullscreen .internal-feedback__callout,
.in-player-fullscreen .keyword-search-form,
.in-player-fullscreen .org-admin-nav,
.in-player-fullscreen .org-admin-page-header__container--short,
.in-player-fullscreen .org-admin-page-header__container--tall,
.in-player-fullscreen .right-rail {
display: none
}
.in-player-fullscreen .msg-overlay-container {
position: static
}
.in-player-fullscreen .feed-shared-external-video__container,
.in-player-fullscreen .feed-shared-hero-entity__image-container,
.in-player-fullscreen .feed-shared-linkedin-video__container {
height: 100vh
}
.pe-form-field__day-error,
.pe-form-field__month-error {
border-color: #ee1620
}
.pe-sb-birthday-form {
background-color: #fff
}
@media (min-width:650px) {
.pe-sb-birthday-form {
width: 600px
}
}
@media (max-width:480px) {
.pe-sb-birthday-form {
width: 300px
}
}
.pe-sb-birthday-form__header {
padding: 24px;
background: linear-gradient(to left, rgba(12, 137, 150, .95), rgba(0, 132, 191, .95))
}
.pe-sb-birthday-form__footer {
display: flex;
justify-content: flex-end;
border-top: 1px solid rgba(0, 0, 0, .25);
padding: 16px 24px
}
.pe-sb-birthday-form__birthday-select-wrapper {
width: auto;
flex: 1;
position: relative
}
.pe-sb-birthday-form__birthday-select-wrapper--is-first {
order: 1;
margin-right: 24px
}
.pe-sb-birthday-form__birthday-select-wrapper--is-second {
order: 2
}
.xpromo-toast-container {
position: fixed;
bottom: 0;
z-index: 1000;
transform: translate3d(0, 100px, 0);
transition: transform .5s ease-out
}
.xpromo-toast-container.visible {
transform: translate3d(0, 0, 0)
}
.image-selector-modal {
width: 745px;
min-width: 745px
}
@keyframes image-selector-flash {
0%,
100% {
opacity: 0
}
50% {
opacity: 1
}
}
.image-selector__selector-body {
margin: auto;
padding-bottom: 48px;
max-width: 360px
}
.image-selector__selector-icon {
width: 230px;
height: 230px;
margin: auto
}
.image-selector__selector-icon--add-media {
background-image: url(/sc/h/9ibqs2274myrjuc051lgyyy0o)
}
.image-selector__selector-icon--camera-error {
background-image: url(/sc/h/64ncrpvmopoa95yr1baj1lexc);
background-repeat: no-repeat;
background-position: center
}
#image-selector__file-upload-input:focus+.image-selector__file-upload-label {
outline: -webkit-focus-ring-color auto 5px
}
.image-selector__webcam-loader.image-selector__webcam-loader {
position: absolute;
width: 100%;
height: 100%;
color: #fff;
background: rgba(0, 0, 0, .3)
}
.image-selector__camera-page,
.image-selector__webcam-video {
width: 745px;
height: 419px;
background-color: #000;
text-align: center
}
.image-selector__camera-page .visually-hidden,
.image-selector__webcam-video .visually-hidden {
width: 1px;
height: 1px
}
.image-selector__countdown-container {
position: absolute;
display: flex;
width: 100%;
height: 105px;
justify-content: center;
background-color: rgba(0, 0, 0, .5);
transition: bottom 334ms
}
.image-selector__countdown-container--visible {
bottom: 0
}
.image-selector__countdown-container--hidden {
bottom: -105px
}
.image-selector__webcam-flash {
position: absolute;
top: 0;
opacity: 0;
width: 100%;
height: 100%;
background: #fff;
animation: .5s image-selector-flash
}
.photo-filter__footer-button-container,
.share-box {
position: relative
}
.image-selector__countdown.image-selector__countdown {
width: 72px;
height: 72px;
vertical-align: middle;
display: flex;
justify-content: center;
color: #fff;
border: 2px solid rgba(255, 255, 255, .25)
}
.image-selector__countdown--highlighted.image-selector__countdown--highlighted {
border: 2px solid #fff
}
.image-selector__countdown--filled.image-selector__countdown--filled {
color: #000;
background-color: #fff
}
.image-selector__webcam-img {
height: 419px
}
.image-selector__fadein {
animation: fade-in .8s
}
.image-selector__footer {
border-top: 1px solid rgba(0, 0, 0, .15);
padding: 16px 24px
}
.photo-filter__select-body-scroll-container {
overflow-x: visible;
display: flex;
justify-content: center
}
.photo-filter__body {
background-color: rgba(0, 0, 0, .5)
}
.photo-filter__slider-body {
height: 100%;
position: relative
}
.photo-filter__footer {
background-color: #fff
}
.photo-filter__footer-button {
color: rgba(0, 0, 0, .6);
max-width: 120px
}
.photo-filter__footer-button--selected,
.photo-filter__footer-button--selected:disabled {
color: #0084bf
}
.photo-filter__footer-button--visibility .visibility-setting__trigger {
color: rgba(0, 0, 0, .6)
}
.photo-filter__footer-bar {
bottom: 0;
background-color: #0084bf
}
.ivm-entity-pile__plus-number--company {
width: 40px;
height: 40px
}
.ivm-entity-pile__plus-number--profile {
width: 42px;
height: 42px;
margin: 3px
}
.ivm-image-view-model--grid-3 .ivm-image-view-model__img-list-item:first-child {
left: calc(50% - 13.5px)
}
.ivm-image-view-model__img-list {
width: 56px;
height: 56px
}
.ivm-image-view-model--grid-1 .ivm-image-view-model__img-list {
padding: 1px
}
.ivm-image-view-model--grid-3 .ivm-image-view-model__img-list {
padding: 2px 0
}
.ivm-image-view-model--grid-1 .ivm-image-view-model__circular-img,
.ivm-image-view-model--grid-1 .ivm-image-view-model__img-list-item,
.ivm-image-view-model--grid-1 .ivm-image-view-model__square-img {
width: 54px;
height: 54px
}
.ivm-image-view-model--grid-2 .ivm-image-view-model__circular-img,
.ivm-image-view-model--grid-2 .ivm-image-view-model__img-list-item,
.ivm-image-view-model--grid-2 .ivm-image-view-model__square-img {
width: 36px;
height: 36px
}
.ivm-image-view-model--grid-3 .ivm-image-view-model__circular-img,
.ivm-image-view-model--grid-3 .ivm-image-view-model__img-list-item,
.ivm-image-view-model--grid-3 .ivm-image-view-model__square-img,
.ivm-image-view-model--grid-4 .ivm-image-view-model__circular-img,
.ivm-image-view-model--grid-4 .ivm-image-view-model__img-list-item,
.ivm-image-view-model--grid-4 .ivm-image-view-model__square-img {
width: 27px;
height: 27px
}
.ivm-view-attr__grid-plus-number {
font-size: 12px
}
.ivm-view-attr__entity-img--profile {
width: 40px;
height: 40px;
box-sizing: border-box;
background-clip: content-box;
border: 3px solid transparent;
border-radius: 49.9%
}
.ivm-view-attr__entity-img--company,
.ivm-view-attr__entity-img--content,
.ivm-view-attr__entity-img--group,
.ivm-view-attr__entity-img--professional-event,
.ivm-view-attr__entity-img--school {
width: 48px;
height: 48px;
box-sizing: border-box;
background-clip: content-box;
border: 4px solid transparent;
border-radius: 6px;
margin-right: 4px
}
.resume-onboarding {
background-color: #e1e9ee
}
.resume-onboarding--is-not-job-pillar {
margin-top: 52px
}
.resume-onboarding-content {
width: 1128px
}
.resume-onboarding__title {
max-width: 960px;
padding: 20px 0
}
.resume-onboarding__btn-continue {
margin: 14px 0
}
.resume-onboarding__btn-continue:visited {
color: #fff
}
.resume-onboarding__btn-continue:hover {
text-decoration: none
}
.share-content-type-button {
width: 220px
}
.share-box__overlay {
background: #000;
position: fixed;
right: 0;
left: 0;
top: 0;
bottom: 0;
opacity: .7;
z-index: 1100
}
.share-suggested-hashtags {
min-height: 43px
}
.share-suggested-hashtags__carousel {
position: relative
}
.share-suggested-hashtags__carousel-controls-button {
line-height: 1
}
.share-suggested-hashtags__carousel-controls-button.peek-carousel-controls__button {
margin: 0
}
.share-suggested-hashtags__carousel-controls-button--left {
left: 0
}
.share-suggested-hashtags__carousel-controls-button--right {
right: 0
}
.share-suggested-hashtags__carousel-controls-button-fade {
position: absolute;
top: 0;
height: 100%;
width: 48px
}
.share-suggested-hashtags__carousel-controls-button-fade--left {
left: 0;
background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff, #fff)
}
.share-suggested-hashtags__carousel-controls-button-fade--right {
right: 0;
background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff, #fff)
}
.share-visibility-options__comments-content {
min-width: 60%;
max-width: 95%
}
.share-visibility-options__list {
max-height: 40vh
}
.sharing-subaction-bar {
width: 100%;
background-color: #fff;
border-top: 1px solid #e6e9ec;
padding: 12px 16px;
display: flex;
flex-shrink: 0;
align-items: center;
transform: translateZ(0)
}
.sharing-subaction-bar__visibility-button {
height: 24px;
width: 24px;
text-indent: inherit;
color: #84878a
}
.sharing-subaction-bar__post-button {
margin-left: auto;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.sharing-subaction-bar__video-setting-button {
top: 4px
}
.video-setting-modal__button-container {
float: right
}
.sharing-action-bar {
background-color: #0073b1;
width: 100%;
height: 48px;
min-height: 48px;
display: flex;
align-items: center;
color: #fff;
flex-shrink: 0
}
.sharing-create-share-view__wrapper,
.sharing-error-tooltip,
.sharing-url-preview {
background-color: #fff
}
.sharing-action-bar__close-button {
color: #fff;
text-align: left
}
.sharing-action-bar__title {
text-align: center;
flex-grow: 1;
color: #fff
}
.sharing-action-bar__flex-wrapper {
display: flex;
flex-grow: 1;
justify-content: center
}
.sharing-action-bar__button {
white-space: nowrap;
min-width: 110px
}
.sharing-action-bar__button.sharing-action-bar__button {
color: #fff
}
.sharing-action-bar__button:first-of-type {
border-radius: 2px 0 0 2px
}
.sharing-action-bar__button:last-of-type {
border-radius: 0 2px 2px 0
}
.sharing-action-bar__button.active {
background-color: #fff;
color: #575a5d
}
.sharing-action-bar__button:not(.active) {
color: #fff
}
.sharing-action-bar__close-button+.sharing-action-bar__flex-wrapper,
.sharing-action-bar__close-button+.sharing-action-bar__title {
margin-right: 24px
}
.sharing-textarea__autoresized-area {
min-height: 70px;
position: relative
}
.sharing-textarea__textarea {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .75);
white-space: pre-wrap;
word-wrap: break-word;
resize: none;
width: 100%;
height: 100%
}
.sharing-textarea__textarea:focus {
box-shadow: none
}
.sharing-textarea__textarea--clone {
display: block;
visibility: hidden
}
.sharing-textarea__textarea--original {
padding: 0;
top: 0;
left: 0;
margin-bottom: 0;
min-height: 70px;
border: none
}
.sharing-textarea-reshare-placeholder,
.sharing-textarea__textarea--original.sharing-textarea__textarea--original {
position: absolute
}
.sharing-textarea-reshare+.feed-shared-mini-update--composition {
margin-top: 12px
}
.sharing-create-share-view__scroll-area {
padding: 16px 16px 0;
width: 100%;
max-height: calc(100% - 48px - 50px);
overflow-y: auto;
flex-grow: 1;
display: flex;
-webkit-overflow-scrolling: touch;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-all;
word-break: break-word
}
.sharing-create-share-view__content {
min-width: 0;
flex-grow: 1;
margin-left: 8px
}
.sharing-create-share-view__warn-msg {
padding: 8px 16px 8px 36px;
display: flex;
justify-content: space-between;
position: relative
}
.sharing-create-share-view__warn-msg.sharing-create-share-view__alert {
color: #ff2c33
}
.sharing-create-share-view__url-preview-feedback--exceeded-char {
padding-bottom: 0
}
.sharing-create-share-view__warn-msg--with-url {
padding-top: 4px
}
.sharing-create-share-view__warn-msg-icon--with-url {
top: 6px
}
.sharing-create-share-view__message-icon {
height: 16px;
width: 16px;
top: 10px;
left: 16px;
position: absolute
}
.sharing-create-share-view__message-icon svg {
height: 16px
}
.sharing-create-share-view__warning-feedback {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6);
padding: 12px 16px 12px 36px;
position: relative
}
.sharing-create-share-view__url-preview-icon {
top: 14px
}
.sharing-create-share-view__char-count {
margin-left: auto;
padding-left: 8px
}
.sharing-create-share-view .mentions-search-results {
left: 0
}
.sharing-error-tooltip {
font-size: 1.4rem;
line-height: 1.42857;
border-radius: 2px;
color: rgba(0, 0, 0, .9);
opacity: 0;
position: absolute;
transition: visibility 0s linear .2s, opacity .2s linear;
visibility: hidden;
z-index: 999;
bottom: calc(100% + 12px);
left: calc(50%);
transform: translateX(-50%);
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
width: 260px;
white-space: normal;
padding: 12px 16px 24px;
cursor: default
}
.sharing-error-tooltip:after,
.sharing-error-tooltip:before {
content: "";
height: 0;
width: 0;
left: 50%;
position: absolute
}
@media only screen and (-ms-high-contrast:active) {
.sharing-error-tooltip {
border: 1px solid activeborder
}
}
.sharing-error-tooltip:after {
border-color: transparent;
border-style: solid;
border-width: 0 8px;
border-top: 8px #fff solid;
bottom: -8px;
margin-left: -9px
}
.sharing-error-tooltip.active {
opacity: 1;
transition-delay: 0s;
visibility: visible
}
.sharing-error-tooltip:before {
border-color: transparent;
border-style: solid;
border-width: 0 9px;
border-top: 9px rgba(0, 0, 0, .1) solid;
bottom: -10px;
margin-left: -10px
}
.sharing-error-tooltip__header {
font-size: 1.6rem;
line-height: 1.75;
font-weight: 600;
color: rgba(0, 0, 0, .75);
display: block
}
.sharing-error-tooltip__close-button {
position: absolute;
top: 8px;
right: 8px
}
.sharing-url-preview {
margin: 0;
border: 1px solid #e6e9ec;
position: relative
}
.sharing-url-preview__close-button {
right: 1px
}
.sharing-url-preview__overlayed-button {
position: absolute;
top: 1px;
color: #fff;
z-index: 1;
cursor: pointer
}
.sharing-url-preview__upload-file:focus+label {
outline: #0073b1 solid 1px;
outline: -webkit-focus-ring-color auto 5px
}
.sharing-url-preview__preview-icon {
height: 24px;
background-color: rgba(0, 0, 0, .6)
}
.sharing-url-preview__hero-entity-image {
max-width: 100%
}
.sharing-url-preview__image-container {
height: 0;
padding-top: 52.3%;
overflow: hidden;
max-width: 100%;
position: relative;
margin: 0
}
.sharing-url-preview__image-container img:not(.video-s-loader__thumbnail) {
left: 0;
display: block;
width: 100%;
position: absolute;
top: 50%;
transform: translateY(-50%)
}
.sharing-url-preview__image {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-position: center;
background-size: cover
}
.sharing-url-preview__image-description {
border-top: 1px solid #e6e9ec
}
.sharing-url-preview__image-headline {
max-height: 72px;
overflow: hidden
}
.sharing-url-preview__image-byline {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.sharing-url-preview__image-snippet {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin: 8px 12px 0
}
.sharing-url-preview--article-v2 {
display: flex;
align-items: center;
padding: 12px;
background-color: #f3f6f8
}
.sharing-url-preview--article-v2 .sharing-url-preview__image-container {
width: 104px;
height: 104px;
padding-top: 0;
border-radius: 2px;
flex-shrink: 0
}
.sharing-url-preview--article-v2 .sharing-url-preview__image-description {
border-top: none;
padding: 0 8px 0 0
}
.sharing-url-preview--article-v2 .sharing-url-preview__image-headline {
font-size: 1.6rem;
font-weight: 600;
color: rgba(0, 0, 0, .9);
display: block;
line-height: 2.4rem!important;
max-height: 4.8rem;
overflow: hidden
}
.sharing-url-preview--article-v2 .sharing-url-preview__image-headline * {
line-height: inherit!important
}
.sharing-url-preview--article-v2 .sharing-url-preview__image-snippet {
margin: 4px 12px 0;
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.sharing-url-preview--article-v2 .sharing-url-preview__image-byline {
margin-top: 12px;
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.sharing-create-reshare-view__warn-msg.sharing-create-reshare-view__alert,
.sharing-edit-share__char-count-warn.sharing-edit-share__alert {
color: #ff2c33
}
.sharing-url-preview--article-v2 .sharing-url-preview__meta {
min-width: 0;
flex-grow: 1
}
.sharing-url-preview--article-v2 .sharing-textarea__textarea {
padding-top: 0
}
.sharing-url-preview-mini {
background-color: #f3f6f8;
cursor: pointer;
margin: 0;
display: flex;
flex-direction: row
}
.sharing-url-preview-mini__preview-image-wrapper {
background: center/cover no-repeat #000;
width: 100px;
min-width: 100px;
height: 100px;
display: flex;
align-items: center;
justify-content: center
}
.sharing-url-preview-mini__image-description {
background-color: transparent
}
.sharing-create-reshare-view__wrapper,
.sharing-reshare-wrapper {
background-color: #fff;
display: flex;
flex-direction: column;
height: 100%;
max-height: 100%
}
.sharing-create-reshare-view__wrapper {
position: absolute;
width: 100%
}
.sharing-create-reshare-view__wrapper.visibility-hidden .small-icon {
display: none!important
}
.sharing-create-reshare-view {
display: flex;
flex-direction: column;
flex-grow: 1;
position: relative
}
.sharing-create-reshare-view__scroll {
padding: 16px 16px 0;
width: 100%;
max-height: calc(100% - 50px);
overflow-y: auto;
display: flex;
flex-grow: 1;
-webkit-overflow-scrolling: touch
}
.sharing-create-reshare-view__content {
flex-grow: 1
}
.sharing-create-reshare-view__mini-update {
margin-top: 12px
}
.sharing-create-reshare-view__warn-msg {
display: flex;
justify-content: space-between
}
.sharing-create-reshare-view__char-count {
margin-left: auto;
padding-left: 8px
}
.sharing-create-reshare-view .mentions-search-results {
left: 0
}
.sharing-create-reshare-view .mentions-search-results:before {
content: '';
position: absolute;
top: 0;
left: calc(50% - 10px);
border-bottom: 10px solid #cdcfd2;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
margin-top: -10px
}
.sharing-create-reshare-view .mentions-search-results:after {
content: '';
position: absolute;
top: 1px;
left: calc(50% - 9px);
border-bottom: 10px solid #fff;
border-left: 9px solid transparent;
border-right: 9px solid transparent;
margin-top: -10px
}
.sharing-share-edit {
margin: 0 16px
}
.sharing-share-edit__textarea {
font-size: 1.5rem
}
.sharing-edit-share__char-count-warn {
display: flex;
justify-content: space-between;
padding: 8px 0
}
.sharing-edit-share__char-count {
margin-left: auto
}
.sharing-public-visibility__message {
align-items: flex-start;
background-color: #f3f6f8;
display: flex;
justify-content: space-between;
padding: 12px 16px
}
.sharing-public-visibility__message--reshare {
margin: 16px -24px -16px;
padding-left: 24px;
padding-right: 24px
}
.sharing-share-options__container {
height: 100%;
background-color: #e9e9e9
}
.sharing-share-options__option {
display: flex;
align-items: center;
padding: 8px 16px;
background-color: #fff;
border-bottom: 1px solid #e6e9ec
}
.sharing-share-options__option:last-child {
border-bottom: none
}
.sharing-share-options__option .sharing-share-options__option-label {
margin: 0;
padding-left: 16px;
width: 100%
}
.sharing-share-options__option .sharing-share-options__option-label::before {
left: auto;
right: 0;
padding: 0
}
.sharing-share-options__description {
flex-grow: 2;
margin-left: 8px
}
.sharing-share-options__header {
text-align: start;
padding: 16px
}
.sharing-share-options__notice {
background-color: #f3f6f8;
padding: 8px
}
.sharing-visibility-options-modal {
box-shadow: none;
border: 0;
padding: 0
}
.sharing-visibility-options-modal__header {
text-align: start
}
.sharing-visibility-options-modal__option {
display: flex;
margin: 0;
padding: 0
}
.sharing-visibility-options-modal__description {
flex-grow: 2
}
.sharing-visibility-options-modal__selected-icon {
color: #0091ca
}
.sharing-visibility-options-modal__description,
.sharing-visibility-options-modal__selected-icon {
align-items: center;
display: flex
}
.sharing-visibility-options-modal__selected-icon .icon-wrapper,
.sharing-visibility-options-modal__selected-icon .svg-icon-wrap {
padding: 12px
}
.sharing-suggested-hashtags {
overflow: auto
}
.sharing-suggested-hashtags--has-hashtags {
border-top: 1px solid #e6e9ec
}
.sharing-suggested-hashtags__hashtag {
line-height: 0
}
.sharing-suggested-hashtags::-webkit-scrollbar {
display: none
}
.sharing-suggested-hashtags .peek-carousel {
margin: 0
}
.sharing-suggested-hashtags .peek-carousel__slides {
padding-bottom: 0
}
.sharing-compulsory-hashtag-tooltip {
text-align: center;
margin-left: -60px;
height: 160px;
width: 264px;
position: relative;
margin-top: -150px
}
.sharing-reshare-view-compulsory-hashtag-tooltip {
right: 10%
}
.sharing-compulsory-hashtag-tooltip__confirm-button {
margin-top: 10px
}
.sharing-compulsory-hashtag-tooltip__close-button {
margin-top: -20px
}
.sharing-compulsory-hashtag-tooltip__header::before {
background-image: url(/sc/h/4cj2bgup7wqo6aww2vs958w9j);
content: "";
display: block;
background-position: center;
width: 50px;
padding-top: 40px;
margin: auto auto auto 40%
}
.sharing-compulsory-hashtag-tooltip-mobile-view artdeco-modal-header,
body.side-panel-is-open .internal-feedback__callout {
display: none
}
.sharing-compulsory-hashtag-tooltip-mobile-view {
text-align: center;
height: 393px;
width: 370px
}
.sharing-compulsory-hashtag-tooltip-mobile-view__content {
margin: -8px -16px
}
.sharing-compulsory-hashtag-tooltip-mobile-view__hashtag-icon {
background-image: url(/sc/h/tr0ek1dgobso4o9t0rs8usf2);
background-position: center;
width: 50px;
margin: 65px auto 24px;
padding-top: 15%
}
.sharing-compulsory-hashtag-tooltip-mobile-view__guide-message {
margin: 12px 16px 24px
}
.sharing-compulsory-hashtag-tooltip-mobile-view__confirm-button {
margin-bottom: 50px
}
.side-panel__overlay {
margin-top: 52px;
align-items: flex-start;
justify-content: flex-end;
background-color: rgba(0, 0, 0, .6);
width: 100%
}
.side-panel__modal {
width: 380px;
height: calc(100vh - 52px);
max-height: 100vh;
border-radius: 0;
background-color: #f3f6f8;
transform: none;
opacity: 1;
overflow: hidden;
animation: side-panel-slide-left .3s cubic-bezier(0, 0, .2, 1)
}
.side-panel__modal artdeco-modal-header {
border: none;
padding: 0
}
.side-panel__modal artdeco-modal-footer {
padding: 0
}
.side-panel__modal artdeco-modal-content {
padding-top: 0;
padding-bottom: 32px;
margin-top: 48px
}
.side-panel__scroll-affordance {
position: absolute;
bottom: 0;
right: 0;
margin-right: 12px;
width: 100%;
height: 56px;
background: linear-gradient(rgba(255, 255, 255, 0), #fff);
pointer-events: none
}
body.side-panel-is-open .ember-application>.ember-view>:not(#artdeco-modal-outlet),
body.side-panel-is-open>.ember-view {
filter: none
}
@keyframes side-panel-slide-left {
0% {
transform: translateX(100%)
}
100% {
transform: translateX(0)
}
}
.launchpad-container {
max-height: 350px;
transition: max-height
}
.launchpad--is-open {
background-color: #e1e9ee
}
.launchpad--is-closed {
background-color: #fff
}
.launchpad--is-below-nav-bar {
margin-top: 52px
}
.launchpad--with-dark-background {
background-color: #e1e9ee
}
.launchpad-container--slide-up {
max-height: 0;
overflow-y: hidden;
transition-duration: 834ms
}
.launchpad__cards {
list-style-type: none
}
.launchpad--is-open .launchpad__cards {
border: 1px solid rgba(0, 0, 0, .15);
border-radius: 2px;
clear: both
}
.launchpad__title--is-open {
max-width: 1080px
}
.launchpad__title--is-closed {
max-width: 480px
}
.launchpad-card--size-large {
align-items: center;
background: #fff;
border-right: 1px solid rgba(0, 0, 0, .15);
box-sizing: border-box;
display: flex;
height: 192px;
justify-content: center;
overflow: hidden;
position: relative;
text-align: center;
width: 33.33333%
}
.launchpad-card--size-large:first-child {
border-bottom-left-radius: 2px;
border-top-left-radius: 2px
}
.launchpad-card--size-large:last-child {
border-right: none;
border-bottom-right-radius: 2px;
border-top-right-radius: 2px
}
.launchpad-card--size-large::before {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 4px 6px rgba(0, 0, 0, .2);
border-radius: 2px;
content: '';
height: 100%;
left: 0;
opacity: .5;
position: absolute;
top: 0;
transform: scale(1);
transition: transform .2s ease-in-out, opacity .1s ease-in, box-shadow .1s ease;
visibility: hidden;
width: 100%;
z-index: 0
}
@media screen and (-ms-high-contrast:active) {
.launchpad-card--size-large::before {
border: 1px solid activeborder
}
}
.launchpad-card--size-small {
max-width: 200px
}
.launchpad-card--is-selected {
overflow: initial
}
.launchpad-card--is-selected::before {
background: #fff;
opacity: 1;
transform: scale3d(1.03, 1.12, 1.12);
visibility: visible;
z-index: 1
}
.launchpad-card--is-selected .launchpad-card--hidden-opacity,
.launchpad-card--is-selected .launchpad-card__content {
transform: translateY(-1%);
position: relative;
z-index: 1
}
.sharing-media-preview-button__close-preview-video--hidden,
.sharing-media-preview-button__open-video-setting--hidden {
visibility: hidden
}
.launchpad-card--is-grayed-out {
background: 0 0;
box-shadow: none
}
.sharing-subaction-bar__publish-action-item .button-secondary-small-muted:hover,
.sharing-subaction-bar__publish-action-item--is-uploaded .button-secondary-small-muted {
box-shadow: inset 0 0 0 1px #0084bf, inset 0 0 0 2px #0084bf, inset 0 0 0 3px transparent;
background-color: transparent;
color: #0084bf
}
.launchpad-card--is-lss {
height: 238px
}
.launchpad-card--hidden-opacity {
opacity: 0
}
.launchpad-card--fade-out {
animation: fade-out 350ms ease-in forwards;
display: none
}
.launchpad-card--fade-in {
animation: fade-in 350ms ease-in forwards
}
.launchpad-card__title {
/*! autoprefixer: off */
display: block;
display: -webkit-box;
margin: 4px;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis
}
.launchpad-card__content {
transition: transform .2s ease-in-out
}
.launchpad-card__header {
position: relative
}
.launchpad-card__icon,
.launchpad-card__icon-container {
height: 56px;
width: 56px
}
.launchpad-card--is-complete .launchpad-card__icon {
background-image: url(/sc/h/dj6cvn64nct6wbza7hew9c93i)
}
.launchpad-card__complete-icon {
bottom: 0;
color: #469a1f;
left: 0;
position: absolute;
right: 0
}
.launchpad-card__mail-closed-icon {
background: url(/sc/h/67ir10el2tbfj55llcd0jh596) center no-repeat
}
.launchpad-card__actions {
display: none;
opacity: 0;
overflow: hidden;
transition: opacity .1s ease-in
}
.launchpad-card--is-selected .launchpad-card__actions {
display: block;
opacity: 1;
overflow: initial
}
.launchpad-add-connections__aggregate-card,
.launchpad-card--is-complete .launchpad-card__actions {
display: none
}
.launchpad-card__mini-content {
border-left: 1px solid rgba(0, 0, 0, .15)
}
.launchpad-card__mini-cta {
height: 100%;
line-height: 20px
}
.launchpad-card__down-arrows {
cursor: pointer;
width: 24px
}
.launchpad-card__top-down-arrow {
color: rgba(0, 0, 0, .3)
}
.launchpad-card__bottom-down-arrow {
color: rgba(0, 0, 0, .6);
margin-top: -19px
}
.launchpad-pymk-list {
align-content: flex-start;
flex-wrap: wrap
}
.launchpad-pymk-list__item {
width: 33.33333%;
outline: #cdcfd2 solid 1px;
background: #fff
}
.launchpad-pymk-list__item:hover {
background: #f3f6f8
}
.launchpad-pymk-modal__header {
background-color: #f3f6f8
}
.launchpad-pymk-modal__body {
height: 479px
}
.launchpad-pymk-modal__body--people-typeahead {
height: 679px
}
.launchpad-pymk-modal__body--no-results {
padding-top: 48px;
padding-bottom: 12px
}
.launchpad-pymk-modal__no-results-image {
background-image: url(/sc/h/5yiot1kmkwlmxrge3hhkc9o81);
height: 230px;
width: 230px
}
.launchpad-pymk-modal__people-typeahead-overlay {
z-index: 1;
height: 100%;
background-color: #fff;
opacity: .5
}
.launchpad-photo-upload__cta {
border: 1px solid transparent;
box-sizing: content-box
}
.launchpad-photo-upload__container:hover .launchpad-photo-upload__cta {
background-color: #0073b1
}
.launchpad-photo-upload__container--mini:hover .launchpad-photo-upload__cta--mini {
background-color: rgba(0, 96, 151, .1)
}
.launchpad-photo-upload__input {
cursor: pointer;
height: 100%;
width: 100%;
top: 0;
left: 0;
opacity: 0;
position: absolute
}
.launchpad-photo-upload__input--large:focus-within~.launchpad-add-full-profile-info__primary-action,
.launchpad-photo-upload__input--large:focus~.launchpad-add-full-profile-info__primary-action {
border-color: #fff;
outline: #96c8fc solid 2px
}
.launchpad-photo-upload__container--mini:focus-within~.launchpad-add-full-profile-info__mini-cta,
.launchpad-photo-upload__container--mini:focus~.launchpad-add-full-profile-info__mini-cta {
outline: #96c8fc solid 2px
}
@keyframes add-connections-pending-invite-card-fade-in {
from {
opacity: 0;
padding-top: 10px
}
to {
opacity: 1;
padding-top: 0
}
}
.launchpad-add-connections--fade-in {
animation: add-connections-pending-invite-card-fade-in .6s ease-in forwards
}
.launchpad-add-connections__icon {
background-image: url(/sc/h/jgz2omhh9nvs84vkskzfa8o3)
}
.launchpad-add-connections__connection-count {
color: #0084bf;
left: 0;
position: absolute;
text-align: center;
top: 14px;
width: 100%
}
.launchpad-add-connections__aggregate-card .launchpad-card__actions {
margin-top: 24px
}
.launchpad-add-connections__aggregate-card-more {
display: inline-block;
padding: 0;
margin: 0;
line-height: 56px;
border: 1px solid #84878a
}
.launchpad-add-connections__aggregate-card--show {
display: block
}
.launchpad-card__add-full-profile-info-intermediate-card-subtitle {
margin-left: 48px;
margin-right: 48px
}
.launchpad-add-full-profile-info__date-selector {
width: 47%
}
.launchpad-add-full-profile-info__company-logo,
.launchpad-add-full-profile-info__default-company-icon {
opacity: 0;
position: absolute;
top: 0;
left: 0;
height: 48px;
width: 48px
}
.launchpad-add-full-profile-info__default-company-icon {
background-image: url(/sc/h/313hulygda8g4cyps4y31snkr);
background-color: #fff;
transition-property: opacity;
transition-timing-function: cubic-bezier(.4, 0, 1, 1);
transition-duration: 334ms
}
.launchpad-card__add-full-profile-info--show-start-date-two .launchpad-card__icon-container {
position: relative;
height: 48px;
width: 48px
}
.launchpad-card__add-full-profile-info--show-start-date-two .launchpad-card__icon {
transition-timing-function: cubic-bezier(.4, 0, 1, 1);
transition-duration: 334ms;
height: 48px;
width: 48px;
background-size: 48px;
opacity: 0;
transition-property: opacity
}
.launchpad-card__add-full-profile-info--show-start-date-two .launchpad-add-full-profile-info__company-logo,
.launchpad-card__add-full-profile-info--show-start-date-two .launchpad-add-full-profile-info__default-company-icon {
opacity: 1
}
.launchpad-add-full-profile-info--is-start-date-treatment .launchpad-card__actions {
height: 0
}
.launchpad-add-full-profile__actions--slide-up {
transition-timing-function: cubic-bezier(0, 0, .2, 1);
transition-duration: 334ms;
height: 0;
overflow: hidden;
transition-property: height;
position: absolute;
left: 0;
right: 0;
bottom: 0
}
.launchpad-card__add-full-profile-info--show-start-date-one .launchpad-card__actions {
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
transition-duration: 167ms;
height: 68px;
transition-property: height
}
.launchpad-card__add-full-profile-info--show-start-date-two .launchpad-add-full-profile__actions--slide-up {
height: 68px
}
.launchpad-add-full-profile-info--is-start-date-treatment.launchpad-card--is-selected .launchpad-card__content {
transform: none
}
.launchpad-add-full-profile-info__date-selector-container--is-cjk-language {
direction: rtl
}
.launchpad-add-full-profile-info__date-selector-container--is-cjk-language>span {
direction: ltr
}
.launchpad-add-full-profile-info__same-name-count-container {
box-sizing: border-box;
border: 1px solid rgba(0, 0, 0, .6);
border-radius: 49.9%;
transform: translateY(-50%) translateY(2px) translateX(3px);
font-size: 1.2rem;
color: rgba(0, 0, 0, .6);
display: inline-block;
text-align: center;
z-index: 2;
width: 34px;
height: 34px;
line-height: 34px;
transform: none;
background: 0 0;
margin-top: 10px
}
[dir=rtl] .launchpad-add-full-profile-info__same-name-count-container {
transform: translateY(-50%) translateY(2px) translateX(3px)
}
.launchpad-add-full-profile-info__same-name-count-container:before {
border-radius: 49.9%
}
.launchpad-card--is-selected .launchpad-card-expert-sales-tips__content {
position: initial;
transform: none
}
.launchpad-card--is-complete .launchpad-card-expert-sales-tips__icon {
background-image: url(/sc/h/duuvg50ehznblzzm3p3cmxu8j)
}
.launchpad-card-expert-sales-tips__actions {
bottom: 0;
display: block;
left: 0;
opacity: 1;
overflow: initial;
position: absolute;
right: 0
}
.launchpad-card-expert-sales-tips__header {
left: 0;
position: absolute;
right: 0;
top: 0
}
.launchpad-card--is-selected .launchpad-card-find-new-leads-accounts__content {
position: initial;
transform: none
}
.launchpad-card--is-complete .launchpad-card-find-new-leads-accounts__icon {
background-image: url(/sc/h/7th7q4ba372xivurw8b3dosy3)
}
.launchpad-card-find-new-leads-accounts__actions {
display: block;
opacity: 1;
overflow: initial;
position: absolute;
bottom: 0;
left: 0;
right: 0
}
.launchpad-card-find-new-leads-accounts__header {
position: absolute;
top: 0;
left: 0;
right: 0
}
.launchpad-card--is-selected .launchpad-card-set-sales-preferences__content {
position: initial;
transform: none
}
.launchpad-card--is-complete .launchpad-card-set-sales-preferences__icon {
background-image: url(/sc/h/brnrmvhanujyjodqlwqn0jxpm)
}
.launchpad-card-set-sales-preferences__actions {
display: block;
opacity: 1;
overflow: initial;
position: absolute;
bottom: 0;
left: 0;
right: 0
}
.launchpad-card-set-sales-preferences__header {
position: absolute;
top: 0;
left: 0;
right: 0
}
.launchpad-stay-informed__icon {
background-image: url(/sc/h/6bsoysvzaiotsgbbodlh2har3)
}
.launchpad-pending-invite__invitation {
display: none;
background: #fff
}
.launchpad-pending-invite__invitation:first-child {
display: block
}
.launchpad-pending-invite__invitation.launchpad-pending-invite__invitation--hide {
display: none
}
.launchpad-pending-invite__invitation.launchpad-pending-invite__invitation--show {
display: block
}
.launchpad-pending-invite__profile-image {
margin: 12px auto 8px;
display: block;
flex-shrink: 0
}
.launchpad-pending-invite__shared-insights-icon {
vertical-align: sub
}
.launchpad-pending-invite__occupation {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 275px;
margin: 0 auto
}
.launchpad-pending-invite__action-icon {
display: none
}
.launchpad-pending-invite__action-status {
margin-bottom: 12px
}
.launchpad-pending-invite__action-status--accept {
color: #398b18
}
.launchpad-pending-invite__action-status--accept .launchpad-pending-invite__action-icon {
display: inline-block;
margin-right: 4px
}
.launchpad-card--is-complete .launchpad-gta-promo .launchpad-card__icon {
background-image: url(/sc/h/2jhs2hxfuy763uxiqhf76maji)
}
.launchpad-gta-promo__actions.launchpad-card__actions {
display: block;
opacity: 1
}
.launchpad-card--is-complete .launchpad-qr-code-gta-promo .launchpad-card__icon {
background: url(/sc/h/75u07gxts3aksopam8gnasbtt) center/contain no-repeat;
border: 4px solid #fff;
width: 80px;
height: 80px
}
.launchpad-connections-bullseye__icon,
.launchpad-student-connections__icon {
background-image: url(/sc/h/jgz2omhh9nvs84vkskzfa8o3)
}
@keyframes invites-sent-transition-to-keep-connecting-card {
from {
opacity: 1;
margin-top: 8px;
margin-bottom: 0
}
to {
opacity: 0;
margin-top: -10px;
margin-bottom: 20px
}
}
.launchpad-invites-sent--fade-out {
animation: invites-sent-transition-to-keep-connecting-card 350ms cubic-bezier(.4, 0, .2, 1) forwards;
display: none
}
.launchpad-community-connect .launchpad-card__title {
font-size: 1.6rem;
line-height: 1.25;
font-weight: 600;
color: rgba(0, 0, 0, .9);
margin-top: 0
}
.launchpad-community-connect .launchpad-card__subtitle {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin: auto;
width: 360px
}
.launchpad-community-connect__action-text--invited {
color: #469a1f
}
.launchpad-community-connect__action-text--error {
color: #ee1620
}
.launchpad-student-connections__connection-count {
color: #0084bf;
left: 0;
position: absolute;
text-align: center;
top: 14px
}
.launchpad-connections-bullseye__connection-count {
color: #0084bf;
left: 0;
top: 14px
}
.launchpad-add-photo__same-name-count-container {
box-sizing: border-box;
border: 1px solid rgba(0, 0, 0, .6);
border-radius: 49.9%;
transform: translateY(-50%) translateY(2px) translateX(3px);
font-size: 1.2rem;
color: rgba(0, 0, 0, .6);
display: inline-block;
text-align: center;
z-index: 2;
width: 34px;
height: 34px;
line-height: 34px;
transform: none;
background: 0 0;
margin-top: 10px
}
[dir=rtl] .launchpad-add-photo__same-name-count-container {
transform: translateY(-50%) translateY(2px) translateX(3px)
}
.launchpad-add-photo__same-name-count-container:before {
border-radius: 49.9%
}
.launchpad-done {
background: #e1e9ee;
position: relative;
text-align: center
}
.launchpad-done-fade-in {
animation: 1s ease-in 1 both fade-in;
opacity: 0
}
.launchpad-done--is-below-nav-bar {
margin-top: 52px
}
.launchpad-done__dismiss-button {
color: rgba(0, 0, 0, .6)
}
.launchpad-done__icon {
animation-delay: .3s;
background-image: url(/sc/h/3tvwc2j64uiactl3ont18461m);
background-position: center center;
display: block;
height: 118px;
width: 230px
}
.sharing-media-preview-button__close-preview-video--hidden li-icon,
.sharing-media-preview-button__open-video-setting--hidden li-icon {
display: none
}
.launchpad-done__content {
margin: 0 auto;
max-width: 600px
}
.launchpad-done__content--is-sales-nav-intro {
max-width: 700px
}
.launchpad-done__heading {
animation-delay: .2s;
font-weight: 400
}
.launchpad-done__message {
animation-delay: .1s
}
@keyframes sharing-media-button-show {
0% {
opacity: 0;
transform: scale(.5)
}
100% {
opacity: 1;
transform: scale(1)
}
}
@keyframes sharing-media-button-hide {
0% {
opacity: 1;
transform: scale(1)
}
100% {
opacity: 0;
transform: scale(.5)
}
}
@keyframes sharing-expand {
0% {
height: 0;
top: -65px
}
100% {
height: 107px;
top: 0
}
}
@keyframes sharing-header-expand {
0% {
top: -70px;
opacity: 0
}
100% {
top: 0;
opacity: 1
}
}
@keyframes sharing-exit {
0% {
height: 107px;
top: 0
}
100% {
height: 50px;
top: 7px
}
}
@keyframes sharing-header-exit {
0% {
top: 0;
opacity: 1;
max-height: 107px
}
100% {
top: -70px;
opacity: 0;
max-height: 0
}
}
@keyframes sharing-media-preview-close-right {
0% {
left: 252px
}
99% {
left: 492px
}
100% {
right: 0
}
}
@keyframes sharing-media-preview-video-player-show {
0% {
opacity: 0;
transform: scale(.5);
height: 100%;
width: 100%
}
100% {
opacity: 1;
transform: scale(1);
height: 100%;
width: 100%
}
}
@keyframes sharing-media-preview-video-attachment-hide {
0% {
opacity: 1;
transform: scale(1)
}
100% {
transform: scale(.5);
opacity: 0
}
}
@keyframes sharing-drag-and-drop__bounce {
0%,
15% {
transform: translateY(0)
}
100%,
85% {
transform: translateY(30px)
}
}
.sharing-media-preview-button {
position: absolute;
top: 0;
right: 8px;
color: #fff;
z-index: 1
}
.sharing-media-preview-button__close-preview-video {
position: absolute;
margin-top: 4px;
margin-right: 4px;
z-index: 1;
width: 24px;
height: 24px;
padding: 0 12px
}
.sharing-media-preview-button__close-preview-video li-icon {
margin: -2px -8px;
padding: 0
}
.sharing-media-preview-button__close-preview-video--attachment {
left: 252px
}
.sharing-media-preview-button__close-preview-video--player {
animation-name: sharing-media-preview-close-right;
animation-duration: .5s;
animation-fill-mode: forwards;
animation-timing-function: ease-in-out
}
.sharing-media-preview-button__open-video-setting {
position: absolute;
top: calc(24px + 4px);
right: 0;
margin-top: 4px;
margin-right: 4px;
z-index: 1;
width: 24px;
height: 24px;
padding: 0 12px;
animation-name: fade-in;
animation-duration: .5s;
animation-fill-mode: forwards;
animation-timing-function: ease-out;
animation-delay: .75s;
opacity: 0
}
.sharing-media-preview-button__open-video-setting li-icon {
margin: -2px -8px;
padding: 0
}
.sharing-share-box__post-button>.sharing-post-share-button__loading-icon {
height: 100%;
width: 100%;
color: #fff;
margin: -1px auto auto
}
.sharing-share-box__post-button>.sharing-post-share-button__loading-icon>.artdeco-spinner {
height: 42px
}
.sharing-share-action-media {
position: relative;
color: #84878a
}
.sharing-share-action-media.sharing-share-action-media--is-active .sharing-share-action-media__upload-input-label,
.sharing-share-action-media:hover .sharing-share-action-media__upload-input-label {
color: #0084bf
}
.sharing-share-action-media__upload-input {
position: absolute;
top: 0;
right: 0;
bottom: 0;
margin: 0;
opacity: 0;
cursor: pointer
}
.sharing-share-action-media__upload-input-label,
.sharing-share-action-media__upload-input-label--is-focused {
height: auto;
width: auto;
margin: 2px;
font-weight: 600;
color: rgba(0, 0, 0, .6)
}
.sharing-share-action-media__upload-input-label--is-focused {
outline: dotted 1px;
outline: -webkit-focus-ring-color auto 5px
}
.sharing-share-action-media__upload-camera-icon {
opacity: 1
}
.sharing-share-action-media__upload-camera-icon--is-animating {
animation: sharing-media-button-hide 2s ease-out alternate infinite
}
.sharing-share-action-media__upload-video-camera-icon {
opacity: 0;
animation: sharing-media-button-show 2s ease-in alternate infinite
}
.sharing-share-action-media--no-upload-input-label .sharing-share-action-media__upload-input-label {
color: rgba(0, 0, 0, .6);
height: 0;
width: 0
}
.sharing-share-action-media__upload-input-label--no-labels {
overflow: hidden;
position: relative
}
.sharing-subaction-bar--is-collapsed.sharing-subaction-bar--is-collapsed {
border-top: none
}
.sharing-subaction-bar__media-button {
right: 12px;
top: -44px;
color: #84878a
}
.sharing-subaction-bar__media-button.sharing-subaction-bar__media-button {
position: absolute
}
.sharing-subaction-bar__video-tooltip-container {
display: inline-block;
position: relative;
margin: -4px 0 0
}
.sharing-subaction-bar__document-button,
.sharing-subaction-bar__photo-button,
.sharing-subaction-bar__video-button {
float: left
}
.sharing-subaction-bar__publish-actions {
float: left;
position: absolute;
color: #84878a;
top: 8px
}
.sharing-subaction-bar__publish-actions--genesis-sharebox-v2 {
float: initial;
position: relative;
top: 0
}
.sharing-subaction-bar__button-text {
margin-left: 8px;
vertical-align: top
}
.sharing-subaction-bar__publish-action-item {
color: rgba(0, 0, 0, .6);
display: inline;
margin-right: 4px;
float: left
}
.sharing-subaction-bar__publish-action-item a {
color: rgba(0, 0, 0, .6);
text-decoration: none
}
.sharing-subaction-bar__publish-action-item .button-secondary-small-muted {
height: 32px;
padding-top: 4px;
border-radius: 16px;
text-decoration: none;
font-weight: 600
}
.sharing-subaction-bar__publish-action-item .button-secondary-small-muted li-icon {
margin-left: 1px
}
.sharing-subaction-bar__publish-action-item .button-secondary-small-muted.small-icon li-icon {
margin: 0;
padding: 0
}
.sharing-subaction-bar__publish-action-item .button-secondary-small-muted.small-icon li-icon>svg {
height: 17px;
width: 17px;
float: none
}
.sharing-subaction-bar__publish-post-link.sharing-subaction-bar__publish-post-link li-icon {
padding: 0;
top: 4px;
vertical-align: middle
}
.sharing-subaction-bar__save-button {
margin-left: 12px;
margin-top: -8px
}
.sharing-subaction-bar__cancel-button {
margin-top: -8px
}
.sharing-subaction-bar__publish-action-item--is-uploaded .button-secondary-small-muted .sharing-share-action-media__upload-input-label {
color: #0084bf
}
.sharing-subaction-bar__publish-action-item--no-labels {
padding-left: 8px;
padding-right: 12px
}
.sharing-create-reshare-view {
background-color: #fff
}
.sharing-create-reshare-view__warn-msg {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6);
padding: 8px 0
}
.sharing-create-reshare-view__content {
width: 100%;
margin-bottom: 16px
}
.sharing-create-share-view__wrapper {
margin: 0 0 8px;
background: #fff;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
color: #84878a;
display: flex;
flex-direction: column;
height: 100%;
max-height: 100%;
position: relative
}
.sharing-create-share-view__create-content {
flex-grow: 1;
margin-left: 0
}
.ie .sharing-create-share-view__create-content {
flex: 0 0 auto
}
.sharing-create-share-view__create-content--is-expanded {
animation: sharing-expand .1s ease-in;
padding: 0 16px 16px;
position: relative
}
.sharing-create-share-view__create-content--is-expanded:-ms-input-placeholder {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.sharing-create-share-view__create-content--is-expanded::placeholder {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.sharing-create-share-view__create-content--is-removed {
animation: sharing-exit .1s ease-out forwards
}
.sharing-create-share-view__create-content--is-save-post:visited,
.sharing-create-share-view__create-content--is-save-post:visited:hover {
color: #0084bf
}
.sharing-create-share-view__create-content--is-save-post-container {
width: 0
}
.sharing-create-share-view__create-content--is-default {
font-size: 1.6rem;
line-height: 1.75;
font-weight: 400;
color: rgba(0, 0, 0, .75);
border-bottom: 1px solid #e6e9ec;
margin: 0 16px;
padding: 24px 0
}
.sharing-create-share-view__create-content-genesis-sharebox-v2 {
display: flex;
justify-content: space-between;
align-items: center;
height: 80px;
padding: 0
}
.sharing-create-share-view__create-content-genesis-sharebox-v2 .button-secondary-medium-round-muted:hover:not(:disabled),
.sharing-create-share-view__create-content-genesis-sharebox-v2 .sharing-share-action-media--is-active {
background-color: rgba(0, 132, 191, .1);
color: #0091ca;
box-shadow: inset 0 0 0 1px #0091ca, inset 0 0 0 2px #0091ca, inset 0 0 0 1px transparent
}
.sharing-create-share-view__create-content-genesis-sharebox-v2 li-icon {
margin: -8px 0 0 -8px
}
.sharing-create-share-view__create-content-genesis-sharebox-v2:hover {
text-decoration: underline
}
.sharing-create-share-view__create-content-genesis-sharebox-v2--without-border {
border-bottom: none
}
.sharing-create-share-view__video-uploading-shade::after {
content: "";
background-color: rgba(255, 255, 255, .5);
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%
}
.sharing-create-share-view__video-uploading-shade--with-progress-bar::after {
height: calc(100% - 44px)
}
.sharing-create-share-view__warn-msg {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.sharing-create-share-view__warn-msg-count {
margin-left: auto
}
.sharing-create-share-view__warn-msg-icon {
top: 10px
}
.sharing-create-share-view__identity-header {
overflow: visible
}
.sharing-create-share-view__identity-header--is-removed {
animation: sharing-header-exit .1s ease-out forwards
}
.sharing-create-share-view__post-meta {
animation: sharing-header-expand .1s ease-in
}
.sharing-share-box--is-focused {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 12px 18px 1px rgba(0, 0, 0, .2);
transition: box-shadow 83ms;
position: relative;
z-index: 100
}
.sharing-share-box--is-unfocused {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
transition: box-shadow 83ms
}
@media screen and (-ms-high-contrast:active) {
.sharing-share-box--is-focused,
.sharing-share-box--is-unfocused {
border: 1px solid activeborder
}
}
.sharing-share-box--is-focused.sharing-share-box--genesis-focus .sharing-create-share-view {
position: relative;
z-index: 100
}
.sharing-share-box__genesis-sharebox-v2-button {
box-shadow: none;
border-radius: none
}
.sharing-share-box__genesis-sharebox-v2-button .sharing-share-action-media__upload-input-label {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .6);
cursor: pointer;
margin: 0;
display: inline-flex
}
.sharing-share-box__genesis-sharebox-v2-button .sharing-share-box__genesis-sharebox-v2-input-label,
.sharing-share-box__genesis-sharebox-v2-button:active,
.sharing-share-box__genesis-sharebox-v2-button:visited,
.sharing-share-box__genesis-sharebox-v2-button:visited:hover {
color: #0084bf
}
.sharing-share-box__genesis-sharebox-v2-button .sharing-share-action-media__upload-input-label--is-focused {
outline: 0
}
.sharing-share-box__post-button,
.sharing-visibility-select__dropdown-trigger {
cursor: pointer;
font-family: inherit;
outline-width: 2px;
text-align: center;
vertical-align: middle;
z-index: 0;
text-decoration: none
}
.sharing-share-box__genesis-sharebox-v2-button .sharing-subaction-bar__video-button {
display: inline-flex;
align-items: center
}
.sharing-share-box__genesis-sharebox-v2-button[disabled] {
color: rgba(0, 0, 0, .3)
}
.sharing-share-box__genesis-sharebox-v2-button .sharing-subaction-bar__button-text {
margin-left: 0
}
.sharing-share-box__genesis-sharebox-v2-button.sharing-subaction-bar__publish-post-link {
align-items: center;
display: inline-flex;
cursor: pointer
}
.sharing-share-box__genesis-sharebox-v2-button.sharing-subaction-bar__publish-post-link .svg-icon-wrap li-icon {
top: 0;
margin: 0
}
.sharing-share-box__genesis-sharebox-v2-button.sharing-subaction-bar__publish-post-link .svg-icon-wrap {
display: flex;
align-items: center;
margin-right: 4px
}
.sharing-share-box__post-button {
background-color: #0073b1;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: #fff;
display: inline-block;
font-size: 1.4rem;
font-weight: 600;
height: 24px;
line-height: 24px;
overflow: hidden;
padding: 0 16px;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1)
}
@media only screen and (-ms-high-contrast:active) {
.sharing-share-box__post-button {
border: 1px solid currentColor;
line-height: 22px
}
}
html.edge .sharing-share-box__post-button:focus,
html.ie .sharing-share-box__post-button:focus {
outline: #7f7f7f dashed 1px
}
.sharing-share-box__post-button li-icon {
top: 1px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.sharing-share-box__post-button li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .sharing-share-box__post-button,
.ie .sharing-share-box__post-button {
border-radius: 0
}
.sharing-share-box__post-button.focus,
.sharing-share-box__post-button.hover-not-disabled,
.sharing-share-box__post-button:focus,
.sharing-share-box__post-button:hover:not(:disabled):not(.disabled) {
background-color: #006097;
color: #fff
}
.sharing-share-box__post-button.active-not-disabled,
.sharing-share-box__post-button:active:not(:disabled):not(.disabled) {
background-color: #004b7c;
color: #fff
}
.sharing-share-box__post-button.disabled,
.sharing-share-box__post-button:disabled {
color: rgba(255, 255, 255, .45);
background-color: rgba(0, 115, 177, .35);
cursor: not-allowed
}
.sharing-share-box .sharing-share-box__post-button[disabled] {
color: rgba(255, 255, 255, .7)
}
.sharing-share-box__url-input-popover {
left: -50px;
transform: none
}
.sharing-share-box .hero-entity .media-element {
max-height: 510px;
display: block;
margin: 0 auto;
max-width: 100%;
background-color: #fff
}
.sharing-share-box__visibility-select-container {
animation: fade-in .1s ease-in;
position: relative;
margin-right: 8px;
float: left
}
.sharing-share-box__visibility-select-container .dropdown {
overflow: visible
}
.sharing-share-box__visibility-select-container--is-removed {
animation: fade-out .1s ease-out forwards
}
.sharing-share-box__sharing-subaction-bar {
border-top: 1px solid #e6e9ec;
display: inline-block;
position: relative;
padding: 8px 16px 0;
background-color: inherit;
height: 48px;
transform: none
}
.sharing-share-box__sharing-subaction-bar--genesis-sharebox-v2-without-post-button {
background: #f3f6f8;
border-top: none
}
.sharing-share-box__post-button-container {
float: right
}
.sharing-share-box__media-preview {
margin: 16px 0 0;
border: 1px solid #E6E9EC;
position: relative
}
.sharing-share-box__media-preview--video {
border: 0
}
.sharing-share-box__media-preview-attachment {
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
transition: box-shadow 83ms;
height: 64px;
padding: 12px 52px;
position: relative;
overflow: hidden;
box-sizing: border-box;
float: left;
box-shadow: none;
margin: 0;
width: 280px
}
.sharing-share-box__media-preview-attachment ul[role=tablist] {
border-top: 0
}
@media only screen and (-ms-high-contrast:active) {
.sharing-share-box__media-preview-attachment {
border: 1px solid activeborder
}
}
.sharing-share-box__media-preview-attachment:before {
display: block;
position: absolute;
top: 0;
left: 0;
background-color: #485d69;
content: "Attachment Icon";
text-indent: -999px;
background-position: 0 -216px;
background-image: url(/sc/h/cwn0a0e7hog2i33c88ucrvot5);
width: 24px;
height: 24px;
border-style: solid;
border-color: #485d69;
border-width: 20px 10px
}
.sharing-share-box__media-preview-attachment button {
position: absolute;
border: 0;
margin: -8px 0 0;
padding: 0;
top: 50%;
left: initial;
width: 16px;
height: 16px;
line-height: 64px;
cursor: pointer;
background: 0 0;
color: rgba(0, 0, 0, .6);
opacity: 0;
transition: opacity .3s;
font-weight: 600;
right: 8px;
font-size: 0;
text-indent: -999px;
overflow: hidden
}
.sharing-share-box__media-preview-attachment button>svg {
height: 16px;
margin-right: 8px;
width: 16px;
display: block
}
.sharing-share-box__media-preview-attachment button li-icon {
display: block;
margin-right: 8px;
color: rgba(0, 0, 0, .6)
}
.sharing-share-box__media-preview-attachment button li-icon>svg {
display: block
}
.sharing-share-box__media-preview-attachment button li-icon,
.sharing-share-box__media-preview-attachment button span,
.sharing-share-box__media-preview-attachment button>svg {
vertical-align: middle
}
.sharing-share-box__media-preview-attachment .attachment-filename {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap
}
.sharing-share-box__media-preview-attachment .attachment-filesize {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.sharing-share-box__media-preview-attachment.focus button,
.sharing-share-box__media-preview-attachment.hover button,
.sharing-share-box__media-preview-attachment:focus button,
.sharing-share-box__media-preview-attachment:hover button {
opacity: 1
}
.sharing-share-box__media-preview-attachment::before {
display: none
}
.sharing-share-box__attachment-icon-container {
position: absolute;
top: 0;
left: 0;
background: #485d69;
color: #fff;
width: 44px;
height: 100%
}
.sharing-share-box__media-preview-attachment-icon {
margin: 20px 10px
}
.sharing-share-box__upload-bar {
width: 100%;
height: 4px;
display: inline-block;
margin-right: 24px
}
.sharing-share-box__upload-bar .artdeco-completeness-background {
height: 4px
}
.sharing-share-box__upload-overlay {
background-color: #fff;
display: flex;
align-items: center;
margin-top: 12px;
width: 100%;
height: 24px
}
.sharing-share-box__upload-cancel-button {
position: absolute;
right: 0;
margin-right: 8px
}
.sharing-share-box__media-preview-video-player {
position: absolute;
overflow: hidden;
height: 1px;
width: 1px
}
.sharing-share-box__media-preview-video-player .video-adapter__video,
.sharing-share-box__media-preview-video-player .video-s-loader__video-element {
position: absolute;
height: 100%;
width: 100%
}
.sharing-share-box__media-preview-video-player .video-adapter__video .vjs-tech {
width: 100%
}
.sharing-share-box__media-preview-video-player .video-s-loader__exit-button {
display: none
}
.sharing-share-box__media-preview-video-player--expanded {
animation-name: sharing-media-preview-video-player-show;
animation-duration: .5s;
animation-fill-mode: forwards;
animation-timing-function: ease-out;
animation-delay: .75s;
transform-origin: 50% 50% 0
}
.sharing-share-box__media-preview-video-player--expanded:-webkit-full-screen-ancestor {
animation: none;
height: 100%;
width: 100%;
visibility: visible
}
.sharing-share-box__media-preview-video-attachment--collapsed {
animation-name: sharing-media-preview-video-attachment-hide;
animation-duration: .5s;
animation-fill-mode: forwards;
animation-timing-function: ease-in;
transform-origin: calc(280px / 2) calc(64px / 2) 0
}
.sharing-share-box__media-preview-container {
transition-duration: .5s;
height: 64px;
width: 280px;
box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
background-clip: padding-box;
border-radius: 2px
}
.sharing-share-box__media-preview-container--with-player {
width: 100%
}
.sharing-url-preview__hero-entity {
max-height: 272px;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center
}
.sharing-url-preview__hero-entity-image {
width: 100%;
display: block;
margin: 0 auto
}
.sharing-photo-preview--overlay-open {
min-height: 160px
}
.sharing-photo-preview__add-description-button li-icon {
top: 3px
}
.sharing-photo-preview__add-description-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, .75)
}
.sharing-photo-preview__add-description-form {
position: relative;
top: 50%;
transform: translateY(-50%);
margin: 0 10%
}
.sharing-photo-preview__add-description-form::after {
content: '';
display: table;
clear: both
}
.sharing-posting-options {
float: right;
position: relative;
top: 4px
}
.sharing-posting-options--is-disabled {
margin-top: 4px;
float: right
}
.sharing-posting-options--genesis-sharebox-v2 {
float: initial;
position: relative;
top: 0
}
.sharing-posting-options--genesis-sharebox-v2-is-disabled {
margin-top: 0;
float: initial
}
.sharing-visibility-select__icon {
position: relative;
top: 5px;
padding-right: 8px;
float: left
}
.sharing-visibility-select__comments-settings-label.sharing-visibility-select__comments-settings-label {
margin: 0;
padding-left: 40px
}
.sharing-visibility-select__comments-settings-label.sharing-visibility-select__comments-settings-label::before {
margin-left: 2px;
margin-top: 8px
}
.sharing-visibility-select__comments-settings-label.sharing-visibility-select__comments-settings-label::after {
margin-top: 10px;
margin-left: 5px
}
.sharing-visibility-select__comments-settings {
padding: 8px 16px
}
.sharing-visibility-select__comments-settings.sharing-visibility-select__comments-settings:hover {
background-color: transparent
}
.sharing-visibility-select__dropdown-title {
background: #f3f6f8;
border-top: 1px solid rgba(0, 0, 0, .15);
color: #44474a;
font-size: 14px!important;
height: 20px!important;
line-height: 24px!important;
padding: 0 12px 24px!important;
text-transform: uppercase
}
.sharing-visibility-select__nav-dropdown-item {
border-bottom: 1px solid #f3f6f8
}
.sharing-visibility-select__nav-dropdown-item .svg-icon-wrap {
padding-right: 8px
}
.sharing-visibility-select__nav-dropdown-item svg {
color: #696c6f
}
.sharing-visibility-select__nav-dropdown-item.sharing-visibility-select__nav-dropdown-item--active svg,
.sharing-visibility-select__nav-dropdown-item:hover svg {
color: #0091ca
}
.sharing-visibility-select__option-title {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 600;
color: rgba(0, 0, 0, .9)
}
.sharing-visibility-select__option-description {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400;
color: rgba(0, 0, 0, .9)
}
.sharing-visibility-select__dropdown-trigger {
background-color: transparent;
border: 0;
border-radius: 2px;
box-sizing: border-box;
color: rgba(0, 0, 0, .6);
display: inline-block;
font-size: 1.4rem;
font-weight: 600;
height: 24px;
line-height: 24px;
overflow: hidden;
position: relative;
transition-duration: 167ms;
transition-property: background-color, box-shadow, color;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px transparent, inset 0 0 0 1px transparent;
padding: 0 8px
}
@media only screen and (-ms-high-contrast:active) {
.sharing-visibility-select__dropdown-trigger {
border: 1px solid currentColor;
line-height: 22px
}
}
html.edge .sharing-visibility-select__dropdown-trigger:focus,
html.ie .sharing-visibility-select__dropdown-trigger:focus {
outline: #7f7f7f dashed 1px
}
.sharing-visibility-select__dropdown-trigger li-icon {
top: 1px;
box-sizing: content-box;
height: 16px;
left: 0;
margin: -12px 0 0 -6px;
padding: 0 6px 0 0;
position: relative;
width: 16px
}
.sharing-visibility-select__dropdown-trigger li-icon>svg {
transition: transform 167ms;
transition-timing-function: cubic-bezier(0, 0, .2, 1);
display: inline-block;
vertical-align: top
}
.edge .sharing-visibility-select__dropdown-trigger,
.ie .sharing-visibility-select__dropdown-trigger {
border-radius: 0
}
.sharing-visibility-select__dropdown-trigger:hover:not(:disabled)[data-is-animating-click=true],
.sharing-visibility-select__dropdown-trigger:not(:disabled)[data-is-animating-click=true] {
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px transparent, inset 0 0 0 1px rgba(0, 0, 0, .9)
}
.sharing-visibility-select__dropdown-trigger.focus,
.sharing-visibility-select__dropdown-trigger.hover-not-disabled,
.sharing-visibility-select__dropdown-trigger:focus,
.sharing-visibility-select__dropdown-trigger:hover:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .75);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .6), inset 0 0 0 2px rgba(0, 0, 0, .75), inset 0 0 0 1px transparent
}
.sharing-visibility-select__dropdown-trigger.active-not-disabled,
.sharing-visibility-select__dropdown-trigger:active:not(:disabled):not(.disabled) {
background-color: rgba(207, 207, 207, .25);
color: rgba(0, 0, 0, .9)
}
.sharing-visibility-select__dropdown-trigger.disabled,
.sharing-visibility-select__dropdown-trigger:disabled {
color: rgba(0, 0, 0, .25);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .25);
cursor: not-allowed
}
.sharing-visibility-select__dropdown-trigger .svg-icon-wrap {
float: left;
padding-right: 8px;
transform: translateY(10%)
}
.sharing-visibility-select__dropdown-trigger .svg-icon-wrap li-icon {
width: 24px;
left: 8px
}
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 6px 9px rgba(0, 0, 0, .2);
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
transition: box-shadow 83ms;
box-sizing: border-box;
display: inline-block;
max-width: 264px;
max-height: 548px;
z-index: 999;
margin: 0;
padding: 0;
position: absolute;
left: inherit;
width: 360px;
right: 0;
min-width: 360px
}
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul[role=tablist] {
border-top: 0
}
@media only screen and (-ms-high-contrast:active) {
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown {
border: 1px solid activeborder
}
}
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl>dt,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown h1,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown h2,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown h3,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown h4,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown h5,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown h6 {
font-size: 1.4rem;
font-weight: 600;
color: rgba(0, 0, 0, .9);
height: 36px;
line-height: normal;
margin-bottom: 0;
padding: 8px 16px;
box-sizing: border-box
}
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul {
display: inline-block;
list-style-type: none;
width: 100%
}
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl a,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl button,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol a,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol button,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul a,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul button {
font-size: 1.4rem;
font-weight: 600;
color: rgba(0, 0, 0, .6);
display: inline-block;
width: 100%;
min-height: 36px;
line-height: normal;
max-height: 52px;
padding: 8px 16px;
cursor: pointer;
box-sizing: border-box;
word-break: break-all
}
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl a[disabled],
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl button[disabled],
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol a[disabled],
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol button[disabled],
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul a[disabled],
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul button[disabled] {
opacity: .25
}
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl a:not(:first-child),
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl button:not(:first-child),
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol a:not(:first-child),
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol button:not(:first-child),
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul a:not(:first-child),
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul button:not(:first-child) {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400
}
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl a.focus,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl a.hover,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl a:focus,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl a:hover,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl button.focus,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl button.hover,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl button:focus,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl button:hover,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol a.focus,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol a.hover,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol a:focus,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol a:hover,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol button.focus,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol button.hover,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol button:focus,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol button:hover,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul a.focus,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul a.hover,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul a:focus,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul a:hover,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul button.focus,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul button.hover,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul button:focus,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul button:hover {
color: rgba(0, 0, 0, .75);
text-decoration: none
}
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl a.active,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl a:active,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl button.active,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown dl button:active,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol a.active,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol a:active,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol button.active,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ol button:active,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul a.active,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul a:active,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul button.active,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul button:active {
color: #006097;
background: rgba(152, 216, 244, .45)
}
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown hr {
margin: 8px 0 4px;
width: 100%;
border-color: rgba(0, 0, 0, .15);
display: block;
float: none
}
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown>dl dt~dt {
padding-top: 6px;
border-top: 1px solid rgba(0, 0, 0, .15);
margin-top: 8px
}
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown:after,
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown:before {
left: 100%;
position: absolute
}
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown:before {
border-color: transparent;
border-style: solid;
border-width: 0 10px;
border-bottom: 10px rgba(0, 0, 0, .15) solid;
content: "";
height: 0;
width: 0;
margin-left: -35px;
top: -10px
}
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown:after {
border-color: transparent;
border-style: solid;
border-width: 0 9px;
border-bottom: 9px #fff solid;
content: "";
height: 0;
width: 0;
margin-left: -34px;
top: -9px
}
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown .sharing-visibility-select__nav-dropdown-item-a11y {
height: auto;
width: 100%;
text-align: left
}
.sharing-visibility-select__vis-dropdown.sharing-visibility-select__vis-dropdown ul button {
max-height: none
}
artdeco-modal .sharing-visibility-select__vis-dropdown {
bottom: 24px
}
artdeco-modal .sharing-visibility-select__vis-dropdown::after,
artdeco-modal .sharing-visibility-select__vis-dropdown::before {
display: none
}
.sharing-visibility-select__toggle-text {
color: #7a8b98;
float: left;
padding: 0 8px;
transform: translateY(25%)
}
.sharing-visibility-select__loader {
bottom: -30px;
position: absolute;
right: 0
}
.sharing-visibility-select__loader li-icon {
height: 30px;
width: 50px
}
.sharing-visibility-select__loader svg {
height: 40px
}
.sharing-edit-share__subaction-bar {
display: flex;
justify-content: flex-end;
background-color: transparent;
padding: 16px 16px 0
}
.sharing-subaction-bar__document-edit-info {
line-height: 1.42857;
color: #6a7e89;
font-size: 12px;
left: 12px;
margin-left: -10px;
max-width: 325px;
top: 5px;
position: absolute
}
.sharing-edit-share__char-count-warn {
font-size: 1.4rem;
line-height: 1.42857;
font-weight: 400;
color: rgba(0, 0, 0, .6)
}
.sharing-post-meta {
display: flex;
flex-wrap: nowrap;
margin: 16px 16px 8px;
align-items: center
}
.sharing-post-meta__name {
margin-right: 32px;
max-width: calc(100% - 22px);
vertical-align: top
}
.sharing-post-meta__influencer-badge {
display: inline-block;
height: 16px;
width: 16px;
vertical-align: top;
margin-top: 1px;
margin-left: 4px;
overflow: hidden
}
.sharing-post-meta__influencer-badge li-icon>svg {
height: 16px
}
.sharing-mentions-input.mentions-texteditor .mentions-search-results {
width: 360px
}
.sharing-mentions-input .mentions-search-results {
box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
transition: box-shadow 83ms;
border-radius: 2px
}
@media screen and (-ms-high-contrast:active) {
.sharing-mentions-input .mentions-search-results {
border: 1px solid activeborder
}
}
.sharing-mentions-input .mentions-search-results::after,
.sharing-mentions-input .mentions-search-results::before {
content: none
}
.sharing-mentions-input .mentions-search-item {
border: 1px solid #f3f6f8;
border-top: none
}
.sharing-drag-and-drop {
background-color: rgba(0, 0, 0, .75);
opacity: 1;
z-index: 1001
}
.sharing-drag-and-drop--hidden {
opacity: 0;
visibility: hidden
}
.sharing-drag-and-drop__input {
width: 100%
}
.sharing-drag-and-drop__indicator {
position: relative;
width: 360px;
display: inline-block
}
.sharing-drag-and-drop__container {
position: relative;
text-align: center;
opacity: 1
}
.sharing-drag-and-drop__container--hidden {
opacity: 0;
transform: scale(1.5)
}
.sharing-drag-and-drop__container--dropped {
opacity: 0;
transform: scale(.5)
}
.sharing-drag-and-drop__exit-button {
display: block;
position: absolute;
right: 4px;
top: 4px;
color: #fff;
z-index: 1
}
.sharing-drag-and-drop__box {
background: url(/sc/h/axr2yc3etfvvpwsid2hmrwwd4) center no-repeat;
background-size: contain;
width: 275px;
height: 250px;
margin: 0 auto;
display: flex;
justify-content: center;
align-items: center
}
.sharing-drag-and-drop__plus {
background: url(/sc/h/16iwxcnqfu658peq73tr93r29);
width: 50px;
height: 50px
}
.sharing-drag-and-drop__file-container {
position: absolute;
animation: sharing-drag-and-drop__bounce 1.2s ease-in-out infinite alternate running
}
.sharing-drag-and-drop__file-icon {
width: 88px;
height: 110px
}
.sharing-drag-and-drop__left-file {
left: -20px;
top: -25px;
animation-delay: .4s
}
.sharing-drag-and-drop__doc-icon {
background: url(/sc/h/467c3tw5bp0pgjg3l8zd8e0z6);
transform: rotate(-15deg)
}
.sharing-drag-and-drop__middle-file {
top: -60px;
width: 100%;
text-align: center;
animation-delay: .2s
}
.sharing-drag-and-drop__video-icon {
background: url(/sc/h/87unfrgahqh877z3vquek7dqt);
display: inline-block
}
.sharing-drag-and-drop__right-file {
right: -20px;
top: -25px
}
.sharing-drag-and-drop__image-icon {
background: url(/sc/h/3voiiwgby585z4hm85dxfdw8p);
transform: rotate(15deg)
}
.sharing-drag-and-drop__overlay-cover .application-outlet {
z-index: 101
}
.sharing-suggested-hashtags__carousel {
position: relative;
flex: 1
}
.sharing-suggested-hashtags__carousel-controls-button {
line-height: 1
}
.sharing-suggested-hashtags__carousel-controls-button.peek-carousel-controls__button {
margin: 0
}
.sharing-suggested-hashtags__carousel-controls-button--left {
left: 0
}
.sharing-suggested-hashtags__carousel-controls-button--right {
right: 0
}
.sharing-suggested-hashtags__carousel-controls-button-fade {
position: absolute;
top: 0;
height: 100%;
width: 48px
}
.sharing-suggested-hashtags__carousel-controls-button-fade--left {
left: 0;
background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff, #fff)
}
.sharing-suggested-hashtags__carousel-controls-button-fade--right {
right: 0;
background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff, #fff)
}
.feed-shared-reshare-modal__suggested-hashtags {
width: auto;
margin: 10px -24px 0
}
.sharing-directed-posting-dropdown {
width: auto;
overflow: visible
}
.sharing-directed-posting-dropdown__trigger {
max-width: 325px;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15)
}
.sharing-directed-posting-dropdown__trigger-icon {
margin: 0 0 0 8px;
color: rgba(0, 0, 0, .6)
}
.sharing-directed-posting-dropdown__trigger-icon li-icon {
vertical-align: middle;
top: 0;
margin-top: -2px
}
.sharing-directed-posting-dropdown__options.dropdown-options {
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
transition: box-shadow 83ms;
box-sizing: border-box;
display: inline-block;
min-width: 168px;
max-width: 264px;
max-height: 548px;
z-index: 999;
margin: 0;
position: absolute;
overflow: visible;
width: 325px;
padding: 0;
left: 0;
top: 32px;
box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 6px 9px 0 rgba(0, 0, 0, .2)
}
.sharing-directed-posting-dropdown__options.dropdown-options ul[role=tablist] {
border-top: 0
}
@media only screen and (-ms-high-contrast:active) {
.sharing-directed-posting-dropdown__options.dropdown-options {
border: 1px solid activeborder
}
}
.sharing-directed-posting-dropdown__options.dropdown-options dl>dt,
.sharing-directed-posting-dropdown__options.dropdown-options h1,
.sharing-directed-posting-dropdown__options.dropdown-options h2,
.sharing-directed-posting-dropdown__options.dropdown-options h3,
.sharing-directed-posting-dropdown__options.dropdown-options h4,
.sharing-directed-posting-dropdown__options.dropdown-options h5,
.sharing-directed-posting-dropdown__options.dropdown-options h6 {
font-size: 1.4rem;
font-weight: 600;
color: rgba(0, 0, 0, .9);
height: 36px;
line-height: normal;
margin-bottom: 0;
padding: 8px 16px;
box-sizing: border-box
}
.sharing-directed-posting-dropdown__options.dropdown-options dl,
.sharing-directed-posting-dropdown__options.dropdown-options ol,
.sharing-directed-posting-dropdown__options.dropdown-options ul {
display: inline-block;
list-style-type: none;
width: 100%
}
.sharing-directed-posting-dropdown__options.dropdown-options dl a,
.sharing-directed-posting-dropdown__options.dropdown-options dl button,
.sharing-directed-posting-dropdown__options.dropdown-options ol a,
.sharing-directed-posting-dropdown__options.dropdown-options ol button,
.sharing-directed-posting-dropdown__options.dropdown-options ul a,
.sharing-directed-posting-dropdown__options.dropdown-options ul button {
font-size: 1.4rem;
font-weight: 600;
color: rgba(0, 0, 0, .6);
display: inline-block;
width: 100%;
min-height: 36px;
line-height: normal;
max-height: 52px;
padding: 8px 16px;
cursor: pointer;
box-sizing: border-box;
word-break: break-all
}
.sharing-directed-posting-dropdown__options.dropdown-options dl a[disabled],
.sharing-directed-posting-dropdown__options.dropdown-options dl button[disabled],
.sharing-directed-posting-dropdown__options.dropdown-options ol a[disabled],
.sharing-directed-posting-dropdown__options.dropdown-options ol button[disabled],
.sharing-directed-posting-dropdown__options.dropdown-options ul a[disabled],
.sharing-directed-posting-dropdown__options.dropdown-options ul button[disabled] {
opacity: .25
}
.sharing-directed-posting-dropdown__options.dropdown-options dl a:not(:first-child),
.sharing-directed-posting-dropdown__options.dropdown-options dl button:not(:first-child),
.sharing-directed-posting-dropdown__options.dropdown-options ol a:not(:first-child),
.sharing-directed-posting-dropdown__options.dropdown-options ol button:not(:first-child),
.sharing-directed-posting-dropdown__options.dropdown-options ul a:not(:first-child),
.sharing-directed-posting-dropdown__options.dropdown-options ul button:not(:first-child) {
font-size: 1.2rem;
line-height: 1.33333;
font-weight: 400
}
.sharing-directed-posting-dropdown__options.dropdown-options dl a.focus,
.sharing-directed-posting-dropdown__options.dropdown-options dl a.hover,
.sharing-directed-posting-dropdown__options.dropdown-options dl a:focus,
.sharing-directed-posting-dropdown__options.dropdown-options dl a:hover,
.sharing-directed-posting-dropdown__options.dropdown-options dl button.focus,
.sharing-directed-posting-dropdown__options.dropdown-options dl button.hover,
.sharing-directed-posting-dropdown__options.dropdown-options dl button:focus,
.sharing-directed-posting-dropdown__options.dropdown-options dl button:hover,
.sharing-directed-posting-dropdown__options.dropdown-options ol a.focus,
.sharing-directed-posting-dropdown__options.dropdown-options ol a.hover,
.sharing-directed-posting-dropdown__options.dropdown-options ol a:focus,
.sharing-directed-posting-dropdown__options.dropdown-options ol a:hover,
.sharing-directed-posting-dropdown__options.dropdown-options ol button.focus,
.sharing-directed-posting-dropdown__options.dropdown-options ol button.hover,
.sharing-directed-posting-dropdown__options.dropdown-options ol button:focus,
.sharing-directed-posting-dropdown__options.dropdown-options ol button:hover,
.sharing-directed-posting-dropdown__options.dropdown-options ul a.focus,
.sharing-directed-posting-dropdown__options.dropdown-options ul a.hover,
.sharing-directed-posting-dropdown__options.dropdown-options ul a:focus,
.sharing-directed-posting-dropdown__options.dropdown-options ul a:hover,
.sharing-directed-posting-dropdown__options.dropdown-options ul button.focus,
.sharing-directed-posting-dropdown__options.dropdown-options ul button.hover,
.sharing-directed-posting-dropdown__options.dropdown-options ul button:focus,
.sharing-directed-posting-dropdown__options.dropdown-options ul button:hover {
color: rgba(0, 0, 0, .75);
text-decoration: none
}
.sharing-directed-posting-dropdown__options.dropdown-options dl a.active,
.sharing-directed-posting-dropdown__options.dropdown-options dl a:active,
.sharing-directed-posting-dropdown__options.dropdown-options dl button.active,
.sharing-directed-posting-dropdown__options.dropdown-options dl button:active,
.sharing-directed-posting-dropdown__options.dropdown-options ol a.active,
.sharing-directed-posting-dropdown__options.dropdown-options ol a:active,
.sharing-directed-posting-dropdown__options.dropdown-options ol button.active,
.sharing-directed-posting-dropdown__options.dropdown-options ol button:active,
.sharing-directed-posting-dropdown__options.dropdown-options ul a.active,
.sharing-directed-posting-dropdown__options.dropdown-options ul a:active,
.sharing-directed-posting-dropdown__options.dropdown-options ul button.active,
.sharing-directed-posting-dropdown__options.dropdown-options ul button:active {
color: #006097;
background: rgba(152, 216, 244, .45)
}
.sharing-directed-posting-dropdown__options.dropdown-options hr {
margin: 8px 0 4px;
width: 100%;
border-color: rgba(0, 0, 0, .15);
display: block;
float: none
}
.sharing-directed-posting-dropdown__options.dropdown-options>dl dt~dt {
padding-top: 6px;
border-top: 1px solid rgba(0, 0, 0, .15);
margin-top: 8px
}
.sharing-directed-posting-dropdown__options.dropdown-options:after,
.sharing-directed-posting-dropdown__options.dropdown-options:before {
left: 100%;
position: absolute
}
.sharing-directed-posting-dropdown__options.dropdown-options:before {
border-color: transparent;
border-style: solid;
border-width: 0 10px;
border-bottom: 10px rgba(0, 0, 0, .15) solid;
content: "";
height: 0;
width: 0;
margin-left: -35px;
top: -10px
}
.sharing-directed-posting-dropdown__options.dropdown-options:after {
border-color: transparent;
border-style: solid;
border-width: 0 9px;
border-bottom: 9px #fff solid;
content: "";
height: 0;
width: 0;
margin-left: -34px;
top: -9px
}
.sharing-directed-posting-dropdown__options.dropdown-options .sharing-directed-posting-dropdown__header {
font-size: 12px;
background: #f3f6f8;
text-transform: uppercase;
border-bottom: 1px solid rgba(0, 0, 0, .15)
}
.sharing-directed-posting-dropdown__options.dropdown-options li:hover {
background-color: #f3f6f8
}
.sharing-directed-posting-dropdown__options.dropdown-options::after,
.sharing-directed-posting-dropdown__options.dropdown-options::before {
left: 0
}
.sharing-directed-posting-dropdown__options.dropdown-options::before {
margin-left: 34px
}
.sharing-directed-posting-dropdown__options.dropdown-options::after {
margin-left: 35px;
border-bottom-color: #f3f6f8
}
.sharing-directed-posting-dropdown__scrollable-content {
overflow-y: auto;
overflow-x: hidden;
max-height: 300px;
width: 100%;
height: 100%;
background: #fff
}
.sharing-directed-posting-dropdown__option-thumbnail {
width: 32px;
height: 32px
}
.sharing-directed-posting-dropdown__option-button {
background: 0 0;
white-space: nowrap;
border: none;
color: rgba(0, 0, 0, .75)
}
.sharing-directed-posting-dropdown__option-button:hover .sharing-directed-posting-dropdown__option-thumbnail--entity {
border-color: #e6e9ec
}
.sharing-directed-posting-dropdown__option-button--active {
color: #0084bf
}
.sharing-directed-posting-dropdown__option-thumbnail--entity {
margin-left: -4px;
background: #fff;
border: 1px solid #fff
}
.sharing-directed-posting-dropdown__option-text-container {
padding: 12px 12px 12px 0;
border-bottom: 1px solid #e6e9ec
}
.sharing-directed-posting-dropdown__check-icon {
width: 16px;
height: 16px
}
.sharing-directed-posting-dropdown__scrollable-content--expanded .sharing-directed-posting-dropdown__option--extra-group {
display: block
}
.sharing-directed-posting-dropdown__option--extra-group {
display: none
}
.sharing-post-settings-dropdown {
overflow: visible;
top: 8px;
right: 12px;
z-index: 10;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.sharing-post-settings-dropdown.sharing-post-settings-dropdown .sharing-post-settings-dropdown__trigger,
.sharing-post-settings-dropdown.sharing-post-settings-dropdown .sharing-post-settings__dropdown-option {
background-color: transparent
}
.sharing-post-settings-dropdown__options {
width: 325px;
margin-right: -16px;
background: #fff
}
#takeover-neptune-welcome-mat {
background-color: #f3f6f8;
border-radius: 2px;
box-shadow: 0 12px 18px 0 rgba(0, 0, 0, .1), 0 0 0 1px rgba(0, 0, 0, .1);
margin: 170px auto;
padding: 36px;
width: 840px
}
.takeover-welcome-mat__intro {
text-align: center
}
.takeover-welcome-mat__list-goals {
display: flex;
list-style: none;
margin-top: 36px
}
.takeover-welcome-mat__list-goals::after {
content: '';
display: table;
clear: both
}
.takeover-welcome-mat-goal {
background-color: #fff;
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1), 0 0 1px 0 rgba(0, 0, 0, .1);
display: flex;
float: left;
margin-right: 16px;
width: 180px
}
.takeover-welcome-mat-goal:hover {
box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .1), 0 0 1px 0 rgba(0, 0, 0, .1)
}
.takeover-welcome-mat-goal:last-child {
margin-right: 0
}
.takeover-welcome-mat-goal__info {
display: block;
text-align: center;
text-decoration: none;
width: 100%
}
.takeover-welcome-mat-goal__info li-icon {
color: #0084bf;
margin-top: 12px
}
.takeover-welcome-mat-goal__name {
color: #777a7d
}
.takeover-welcome-mat__actions {
text-align: center
}
.takeover-splash-container {
display: flex
}
.takeover-modal .modal-wormhole-content {
background: 0 0;
box-shadow: none;
max-width: 1000px
}
.takeover-modal .modal-wormhole-overlay {
cursor: default
}
.takeover-follows-onboarding__splash--rendered {
animation: modalReveal .3s cubic-bezier(0, 0, .2, 1) forwards
}
.takeover-follows-onboarding__background-image {
background: url(/sc/h/3tvwc2j64uiactl3ont18461m) center no-repeat;
height: 100px;
width: 230px
}
.takeover-follows-onboarding__body {
background-color: #fff;
border-radius: 4px
}
.takeover-follows-onboarding__copy-container {
max-width: 600px
}
@keyframes modalReveal {
0% {
transform: scale(.25);
opacity: 0
}
100% {
transform: scaleY(1);
opacity: 1
}
}
.lt-line-clamp {
overflow: hidden;
position: relative
}
.lt-line-clamp__ellipsis--dummy {
position: fixed;
visibility: hidden;
top: 0;
left: 0
}
.lt-line-clamp--single-line {
display: block;
white-space: nowrap;
text-overflow: ellipsis
}
.lt-line-clamp--multi-line {
display: -webkit-box;
/*! autoprefixer: off */
-webkit-box-orient: vertical;
/*! autoprefixer: on */
text-overflow: ellipsis
}
.truncate-multiline--button,
.truncate-multiline--button-hidden {
display: block!important;
flex-shrink: 0!important
}
.truncate-multiline--button-hidden {
display: none!important
}
.truncate-multiline--last-line {
display: block!important;
overflow: hidden!important;
text-overflow: ellipsis!important;
white-space: nowrap!important;
width: 100%!important
}
.truncate-multiline--last-line-wrapper {
display: flex!important
}
.truncate-multiline--visually-hidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px
} | 0.326701 | 0.076615 |
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
body, table, div, p, dl {
font-family: 'Open Sans', Lucida Grande, Verdana, Geneva, Arial, sans-serif;
}
a {
color: #2d5c88;
}
#top {
border-bottom: 1px solid #e1e1e1;
}
.navpath ul {
background-image:none;
color:#dddddd;
}
.navpath li.navelem a {
color: inherit;
font-family: inherit;
text-shadow: none;
}
#projectname {
visibility: hidden;
height: 70px;
margin-left: -520px;
}
#projectbrief {
display: none;
}
#projectnumber {
font: inherit;
visibility: visible;
font-size: 12px;
position: relative;
top: 17px;
left: 80px;
}
#titlearea table tbody>tr:first-child>td:first-child {
background: url(mitkLogo.jpg) 0 0 no-repeat;
padding-right: 15px;
}
/* Doxygen navtree.css overrides */
#nav-tree .label {
font: inherit;
}
#nav-tree {
background-color: inherit;
}
#nav-tree {
background-image:none;
background-color: inherit;
}
/* Doxygen tabs.css overrides */
.tabs, .tabs2, .tabs3 {
background-image: none;
font-family: inherit;
}
.tabs2 {
font-size: 12px;
}
.tablist {
margin: 0 auto;
}
.tablist li {
background-image: none;
}
.tablist a {
background-image:none;
color: #808080;
transition:all .3s ease-out;
border-bottom:2px solid transparent;
}
.tablist a:hover {
background-image:none;
text-shadow: none;
color: #333333;
border-bottom: 2px solid #2d5c88;
}
.tablist li.current a {
background-image:none;
text-shadow: none;
color: #333333;
border-bottom: 2px solid #2d5c88;
}
/* Search field */
#MSearchBox .left {
border-style: solid none solid solid;
border-width: 1px;
background: none;
border-color: #000000;
}
#MSearchField {
margin-top: -1px;
border-style: solid none;
border-width: 1px;
border-color: #000000;
background: none;
padding-top: 0px;
padding-bottom: 0px;
}
#MSearchBox .right {
border-style: solid solid solid none;
border-width: 1px;
background: none;
border-color: #000000;
}
#MSearchResultsWindow {
background-color: #ffffff;
}
#MSearchSelectWindow {
border-color: #000000;
background-color: #ffffff;
} | Documentation/mitk_doxygen_extra.css |
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
body, table, div, p, dl {
font-family: 'Open Sans', Lucida Grande, Verdana, Geneva, Arial, sans-serif;
}
a {
color: #2d5c88;
}
#top {
border-bottom: 1px solid #e1e1e1;
}
.navpath ul {
background-image:none;
color:#dddddd;
}
.navpath li.navelem a {
color: inherit;
font-family: inherit;
text-shadow: none;
}
#projectname {
visibility: hidden;
height: 70px;
margin-left: -520px;
}
#projectbrief {
display: none;
}
#projectnumber {
font: inherit;
visibility: visible;
font-size: 12px;
position: relative;
top: 17px;
left: 80px;
}
#titlearea table tbody>tr:first-child>td:first-child {
background: url(mitkLogo.jpg) 0 0 no-repeat;
padding-right: 15px;
}
/* Doxygen navtree.css overrides */
#nav-tree .label {
font: inherit;
}
#nav-tree {
background-color: inherit;
}
#nav-tree {
background-image:none;
background-color: inherit;
}
/* Doxygen tabs.css overrides */
.tabs, .tabs2, .tabs3 {
background-image: none;
font-family: inherit;
}
.tabs2 {
font-size: 12px;
}
.tablist {
margin: 0 auto;
}
.tablist li {
background-image: none;
}
.tablist a {
background-image:none;
color: #808080;
transition:all .3s ease-out;
border-bottom:2px solid transparent;
}
.tablist a:hover {
background-image:none;
text-shadow: none;
color: #333333;
border-bottom: 2px solid #2d5c88;
}
.tablist li.current a {
background-image:none;
text-shadow: none;
color: #333333;
border-bottom: 2px solid #2d5c88;
}
/* Search field */
#MSearchBox .left {
border-style: solid none solid solid;
border-width: 1px;
background: none;
border-color: #000000;
}
#MSearchField {
margin-top: -1px;
border-style: solid none;
border-width: 1px;
border-color: #000000;
background: none;
padding-top: 0px;
padding-bottom: 0px;
}
#MSearchBox .right {
border-style: solid solid solid none;
border-width: 1px;
background: none;
border-color: #000000;
}
#MSearchResultsWindow {
background-color: #ffffff;
}
#MSearchSelectWindow {
border-color: #000000;
background-color: #ffffff;
} | 0.350533 | 0.065545 |
.card {
width: 100%;
&:not(:first-child) {
margin-top: 30px;
}
.notification {
display: flex;
flex-direction: column;
.header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 20px;
.user {
display: flex;
align-items: center;
img {
height: 60px;
width: 60px;
object-fit: cover;
}
.name {
font-size: 20px;
color: var(--soft-gray);
margin-right: 5px;
margin-left: 15px;
}
.action {
margin-right: 20px;
font-size: 20px;
}
.time {
font-size: 16px;
}
}
.options {
svg {
cursor: pointer;
width: 22px;
height: 4px;
color: var(--soft-gray);
transition: 300ms color;
&:hover {
color: var(--blue);
}
}
}
}
.post {
padding: 20px;
border: 1px solid var(--light-gray);
border-radius: 10px 10px 0 0;
.postText {
font-size: 16px;
line-height: 24px;
color: var(--gray)
}
}
.footer {
padding: 20px;
border: 1px solid var(--light-gray);
border-top: 0;
border-radius: 0 0 10px 10px;
background: var(--extra-light-gray);
.footerText {
font-size: 16px;
line-height: 24px;
color: var(--black);
}
}
.reactions {
margin-top: 20px;
display: flex;
align-items: flex-end;
justify-content: flex-end;
div {
cursor: pointer;
&:hover {
p {
color: var(--black);
}
}
p {
transition: 500ms color;
color: var(--gray);
}
}
.dot {
margin: 0 10px;
display: flex;
align-self: center;
width: 4px;
height: 4px;
border-radius: 50%;
background: var(--gray);
}
}
}
} | components/cards/notification/notification.module.css | .card {
width: 100%;
&:not(:first-child) {
margin-top: 30px;
}
.notification {
display: flex;
flex-direction: column;
.header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 20px;
.user {
display: flex;
align-items: center;
img {
height: 60px;
width: 60px;
object-fit: cover;
}
.name {
font-size: 20px;
color: var(--soft-gray);
margin-right: 5px;
margin-left: 15px;
}
.action {
margin-right: 20px;
font-size: 20px;
}
.time {
font-size: 16px;
}
}
.options {
svg {
cursor: pointer;
width: 22px;
height: 4px;
color: var(--soft-gray);
transition: 300ms color;
&:hover {
color: var(--blue);
}
}
}
}
.post {
padding: 20px;
border: 1px solid var(--light-gray);
border-radius: 10px 10px 0 0;
.postText {
font-size: 16px;
line-height: 24px;
color: var(--gray)
}
}
.footer {
padding: 20px;
border: 1px solid var(--light-gray);
border-top: 0;
border-radius: 0 0 10px 10px;
background: var(--extra-light-gray);
.footerText {
font-size: 16px;
line-height: 24px;
color: var(--black);
}
}
.reactions {
margin-top: 20px;
display: flex;
align-items: flex-end;
justify-content: flex-end;
div {
cursor: pointer;
&:hover {
p {
color: var(--black);
}
}
p {
transition: 500ms color;
color: var(--gray);
}
}
.dot {
margin: 0 10px;
display: flex;
align-self: center;
width: 4px;
height: 4px;
border-radius: 50%;
background: var(--gray);
}
}
}
} | 0.651355 | 0.156169 |
.pagination {
float: right; margin-top: 1px;
/*border: 1px solid #CDCDCD;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
margin-top: 13px;*/
}
.pagination a {
display: block;
float: left;
height: 25px;
/*width: 25px;*/ width:20px;
/*background-color: rgb(0,50,75);*/
/*color: #131313;*/ color: #ffffff;
text-align: center;
text-decoration: none;
font-family: Arial, 'Times New Roman', Georgia, Palatino; /* ATTN: need a better font stack */
font-weight: normal;
font-size: 16px;
line-height: 23px;
outline: none;
vertical-align: middle;
/*background: #208BBD;*/
/*background: #F3F3F3;
background: -moz-linear-gradient(top, #F3F3F3 0%, #D3D3D3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F3F3F3), color-stop(100%,#D3D3D3));
background: -webkit-linear-gradient(top, #F3F3F3 0%,#D3D3D3 100%);
background: -o-linear-gradient(top, #F3F3F3 0%,#D3D3D3 100%);
background: -ms-linear-gradient(top, #F3F3F3 0%,#D3D3D3 100%);
background: linear-gradient(top, #F3F3F3 0%,#D3D3D3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F3F3F3', endColorstr='#D3D3D3',GradientType=0 ); */
}
.pagination a:hover, .pagination a:focus, .pagination a:active {
/*background:#0e5a7e; */
/*background: #CECECE;
background: -moz-linear-gradient(top, #E4E4E4 0%, #CECECE 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E4E4E4), color-stop(100%,#CECECE));
background: -webkit-linear-gradient(top, #E4E4E4 0%,#CECECE 100%);
background: -o-linear-gradient(top, #E4E4E4 0%,#CECECE 100%);
background: -ms-linear-gradient(top, #E4E4E4 0%,#CECECE 100%);
background: linear-gradient(top, #E4E4E4 0%,#CECECE 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E4E4E4', endColorstr='#CECECE',GradientType=0 ); */
}
.pagination a.disabled, .pagination a.disabled:hover, .pagination a.disabled:focus, .pagination a.disabled:active {
opacity: 0.5; cursor: default;
/*background: #F3F3F3;
background: -moz-linear-gradient(top, #F3F3F3 0%, #D3D3D3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F3F3F3), color-stop(100%,#D3D3D3));
background: -webkit-linear-gradient(top, #F3F3F3 0%,#D3D3D3 100%);
background: -o-linear-gradient(top, #F3F3F3 0%,#D3D3D3 100%);
background: -ms-linear-gradient(top, #F3F3F3 0%,#D3D3D3 100%);
background: linear-gradient(top, #F3F3F3 0%,#D3D3D3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F3F3F3', endColorstr='#D3D3D3',GradientType=0 );
color: #A8A8A8;*/
}
.pagination a:first-child {
/* border-radius: 5px 0 0 5px;
-moz-border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px; */
}
.pagination a:last-child {
/* border-radius: 0 5px 5px 0;
-moz-border-radius: 0 5px 5px 0;
-webkit-border-radius: 0 5px 5px 0; */
}
.pagination a {
/*border-right: 1px solid #CDCDCD;
border-left: 1px solid #CDCDCD; */
}
.pagination a:first-child {
border: none;
}
.pagination a:last-child {
border: none;
}
.pagination input {
border: none;
float: left;
text-align: center;
height: 25px;
outline: none;
vertical-align: middle;
width: 120px;
padding: 0;
margin: 0;
color: #333333;
/*font-family: 'latoregular',Arial,sans-serif;*/ font-family: 'PTSansRegular',sans-serif;
}
/* gigantic class for demo purposes */
.gigantic.pagination {
margin: 30px 0;
}
.gigantic.pagination a {
height: 60px;
width: 60px;
font-size: 50px;
line-height: 50px;
}
.gigantic.pagination input {
width: 300px;
height: 60px;
font-size: 30px;
}
/* log element for demo purposes */
.log {
display: none;
background-color: #EDEDED;
border: 1px solid #B4B4B4;
height: 300px;
width: 524px;
overflow: auto;
margin-left: 0;
list-style: none;
padding: 10px;
li {
margin-top: 0;
margin-bottom: 5px;
}
} | proj_rle.hrms.madmec.com/public/media/css/jqpagination.css | .pagination {
float: right; margin-top: 1px;
/*border: 1px solid #CDCDCD;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
margin-top: 13px;*/
}
.pagination a {
display: block;
float: left;
height: 25px;
/*width: 25px;*/ width:20px;
/*background-color: rgb(0,50,75);*/
/*color: #131313;*/ color: #ffffff;
text-align: center;
text-decoration: none;
font-family: Arial, 'Times New Roman', Georgia, Palatino; /* ATTN: need a better font stack */
font-weight: normal;
font-size: 16px;
line-height: 23px;
outline: none;
vertical-align: middle;
/*background: #208BBD;*/
/*background: #F3F3F3;
background: -moz-linear-gradient(top, #F3F3F3 0%, #D3D3D3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F3F3F3), color-stop(100%,#D3D3D3));
background: -webkit-linear-gradient(top, #F3F3F3 0%,#D3D3D3 100%);
background: -o-linear-gradient(top, #F3F3F3 0%,#D3D3D3 100%);
background: -ms-linear-gradient(top, #F3F3F3 0%,#D3D3D3 100%);
background: linear-gradient(top, #F3F3F3 0%,#D3D3D3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F3F3F3', endColorstr='#D3D3D3',GradientType=0 ); */
}
.pagination a:hover, .pagination a:focus, .pagination a:active {
/*background:#0e5a7e; */
/*background: #CECECE;
background: -moz-linear-gradient(top, #E4E4E4 0%, #CECECE 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E4E4E4), color-stop(100%,#CECECE));
background: -webkit-linear-gradient(top, #E4E4E4 0%,#CECECE 100%);
background: -o-linear-gradient(top, #E4E4E4 0%,#CECECE 100%);
background: -ms-linear-gradient(top, #E4E4E4 0%,#CECECE 100%);
background: linear-gradient(top, #E4E4E4 0%,#CECECE 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E4E4E4', endColorstr='#CECECE',GradientType=0 ); */
}
.pagination a.disabled, .pagination a.disabled:hover, .pagination a.disabled:focus, .pagination a.disabled:active {
opacity: 0.5; cursor: default;
/*background: #F3F3F3;
background: -moz-linear-gradient(top, #F3F3F3 0%, #D3D3D3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F3F3F3), color-stop(100%,#D3D3D3));
background: -webkit-linear-gradient(top, #F3F3F3 0%,#D3D3D3 100%);
background: -o-linear-gradient(top, #F3F3F3 0%,#D3D3D3 100%);
background: -ms-linear-gradient(top, #F3F3F3 0%,#D3D3D3 100%);
background: linear-gradient(top, #F3F3F3 0%,#D3D3D3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F3F3F3', endColorstr='#D3D3D3',GradientType=0 );
color: #A8A8A8;*/
}
.pagination a:first-child {
/* border-radius: 5px 0 0 5px;
-moz-border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px; */
}
.pagination a:last-child {
/* border-radius: 0 5px 5px 0;
-moz-border-radius: 0 5px 5px 0;
-webkit-border-radius: 0 5px 5px 0; */
}
.pagination a {
/*border-right: 1px solid #CDCDCD;
border-left: 1px solid #CDCDCD; */
}
.pagination a:first-child {
border: none;
}
.pagination a:last-child {
border: none;
}
.pagination input {
border: none;
float: left;
text-align: center;
height: 25px;
outline: none;
vertical-align: middle;
width: 120px;
padding: 0;
margin: 0;
color: #333333;
/*font-family: 'latoregular',Arial,sans-serif;*/ font-family: 'PTSansRegular',sans-serif;
}
/* gigantic class for demo purposes */
.gigantic.pagination {
margin: 30px 0;
}
.gigantic.pagination a {
height: 60px;
width: 60px;
font-size: 50px;
line-height: 50px;
}
.gigantic.pagination input {
width: 300px;
height: 60px;
font-size: 30px;
}
/* log element for demo purposes */
.log {
display: none;
background-color: #EDEDED;
border: 1px solid #B4B4B4;
height: 300px;
width: 524px;
overflow: auto;
margin-left: 0;
list-style: none;
padding: 10px;
li {
margin-top: 0;
margin-bottom: 5px;
}
} | 0.217836 | 0.124772 |
:root {
--small: 14px;
--medium: 16px;
--normal: 20px;
/* Tokyonight begin */
--color-background: #24283b;
--color-foreground: #c0caf5;
--color-alt-text: #a9b1d6;
--color-black: #1d202f;
--color-red: #f7768e;
--color-green: #9ece6a;
--color-yellow: #e0af68;
--color-blue: #7aa2f7;
--color-purple: #bb9af7;
--color-cyan: #7dcfff;
--color-grey-light: #a9b1d6;
--color-grey-dark: #414868;
--color-orange: #ff9e64;
/* Tokyonight end */
/* Nord begin */
/* --color-background: #3B4252; */
/* --color-foreground: #ECEFF4; */
/* --color-alt-text: #D8DEE9; */
/* --color-black: #2E3440; */
/* --color-red: #BF616A; */
/* --color-green: #8FBCBB; */
/* --color-yellow: #EBCB8B; */
/* --color-blue: #81A1C1; */
/* --color-purple: #B48EAD; */
/* --color-cyan: #88C0D0; */
/* --color-grey-light: #4C566A; */
/* --color-grey-dark: #434C5E; */
/* --color-orange: #D08770; */
/* Nord end */
/* Mac Dark begin */
/* --color-background: rgb(22, 22, 24); */
/* --color-foreground: rgb(255, 255, 255); */
/* --color-alt-text: rgb(129, 129, 129); */
/* --color-black: rgb(0, 0, 0); */
/* --color-red: rgb(255, 65, 54); */
/* --color-green: rgb(49, 222, 75); */
/* --color-yellow: rgb(255, 212, 38); */
/* --color-blue: rgb(64, 156, 255); */
/* --color-purple: rgb(218, 143, 255); */
/* --color-cyan: rgb(112, 215, 255); */
/* --color-grey-light: rgb(152, 152, 157); */
/* --color-grey-dark: rgb(97, 97, 101); */
/* --color-orange: rgb(255, 179, 64); */
/* Mac Dark end */
/* Color Blind begin */
/* --color-background: rgb(97, 97, 101); */
/* --color-foreground: rgb(245, 245, 245); */
/* --color-alt-text: #44aa99; */
/* --color-black: #000; */
/* --color-red: #882255; */
/* --color-green: #117733; */
/* --color-yellow: #ddcc77; */
/* --color-blue: #332288; */
/* --color-purple: #aa4499; */
/* --color-cyan: #88ccee; */
/* --color-grey-light: rgb(152, 152, 157); */
/* --color-grey-dark: rgb(97, 97, 101); */
/* --color-orange: #cc6677; */
/* Color Blind end */
}
/* ==================================================================
DEFAULT FONT AND LAYOUT
================================================================== */
html {
font-family: InterUI;
font-size: var(--normal);
color: var(--color-foreground);
background-color: var(--color-background);
scroll-behavior: smooth;
}
/* ==================================================================
BASIC GRID FOR PROFILE PIC
================================================================== */
.franklin-content .row {
display: block;
}
.franklin-content .left {
float: left;
margin-right: 15px;
}
.franklin-content .right {
float: right;
}
.franklin-content .container img {
width: auto;
padding-left: 0;
border-radius: 10px;
}
.franklin-content .footnote {
position: relative;
top: -0.5em;
font-size: 70%;
}
/* ==================================================================
FOOT / COPYRIGHT
================================================================== */
.back-to-top {
float: right;
font-size: xx-large;
}
.franklin-content .page-foot a {
text-decoration: none;
color: var(--color-cyan);
}
.page-foot .copyright a:hover {
text-decoration: none;
}
.page-foot {
display: flex;
flex-direction: column;
font-size: 80%;
font-family: InterUI;
color: var(--color-alt-text);
text-align: center;
justify-content: center;
margin-top: 6em;
border-top: 1px solid var(--color-grey-dark);
opacity: .8;
padding-top: 2em;
margin-bottom: 4em;
margin-left: 5.5%;
margin-right: 5.5%;
}
.copyright {
display: flex;
flex-direction: row;
align-items: center;
align-self: center;
opacity: .8;
}
.copyright>*:not(:last-child) {
border-right: 1px solid var(--color-grey-dark);
padding: 0 15px
}
.copyright>*:last-child {
padding: 0 15px
}
@media (max-width: 900px) {
.copyright {
flex-direction: column;
margin-top: 10px
}
}
@media (max-width: 900px) {
.copyright>*:not(:last-child) {
border: none
}
}
/* ==================================================================
TEXT GEOMETRY
================================================================== */
.franklin-toc li {
/* Avoid clickable elements being too close together. */
margin: 0.6rem 0;
}
.franklin-content {
position: relative;
padding-left: 12.5%;
padding-right: 12.5%;
line-height: 1.35em;
}
/* On wide screens, fix content width to a max value. */
@media (min-width: 940px) {
.franklin-content {
width: 705px;
margin-left: auto;
margin-right: auto;
}
}
/* On narrow device, reduce margins. */
@media (max-width: 480px) {
.franklin-content {
padding-left: 6%;
padding-right: 6%;
}
}
/* ==================================================================
TITLES
================================================================== */
.franklin-content h1 { font-size: xxx-large; }
.franklin-content h2 { font-size: xx-large; }
.franklin-content h3 { font-size: x-large; }
.franklin-content h1,
h2,
h3,
h4,
h5,
h6 {
text-align: left;
line-height: 1.2em;
}
.franklin-content h1,
h2 {
color: var(--color-purple);
padding: auto;
}
.franklin-content h3,
h4,
h5,
h6 {
color: var(--color-blue);
}
.franklin-content h1 {
padding-bottom: 0.5em;
border-bottom: 3px double var(--color-grey-dark);
margin-top: 1.5em;
margin-bottom: 1em;
}
.franklin-content h2 {
padding-bottom: 0.3em;
border-bottom: 1px solid var(--color-grey-dark);
margin-top: 2em;
margin-bottom: 1em;
}
.franklin-content h1 a { color: inherit; }
.franklin-content h1 a:hover { text-decoration: none; }
.franklin-content h2 a { color: inherit; }
.franklin-content h2 a:hover { text-decoration: none; }
.franklin-content h3 a { color: inherit; }
.franklin-content h3 a:hover { text-decoration: none; }
.franklin-content h4 a { color: inherit; }
.franklin-content h4 a:hover { text-decoration: none; }
.franklin-content h5 a { color: inherit; }
.franklin-content h5 a:hover { text-decoration: none; }
.franklin-content h6 a { color: inherit; }
.franklin-content h6 a:hover { text-decoration: none; }
.franklin-content table {
margin-left: auto;
margin-right: auto;
border-collapse: collapse;
text-align: center;
}
.franklin-toc ol ol {
list-style-type: lower-alpha;
}
.franklin-content th,
td {
font-size: var(--small);
padding: 10px;
border: 1px solid var(--color-black);
}
.franklin-content blockquote {
background: var(--color-black);
border-left: 7px solid var(--color-grey-dark);
margin: 1.5em 10px;
padding: 0.5em 10px;
font-style: italic;
}
.franklin-content blockquote p {
display: inline;
}
/* ==================================================================
GENERAL FORMATTING
================================================================== */
/* Spacing between bullet points. */
.franklin-content li p {
margin: 10px 0;
}
.franklin-content a {
color: var(--color-cyan);
text-decoration: none;
}
.franklin-content a:hover {
text-decoration: underline;
color: var(--color-yellow);
}
/* ==================================================================
HYPERREFS AND FOOTNOTES
================================================================== */
.franklin-content .eqref a { color: var(--color-green); }
.franklin-content .bibref a { color: var(--color-green); }
.franklin-content sup {
font-size: 70%;
vertical-align: super;
line-height: 0;
}
.franklin-content table.fndef {
margin: 0;
margin-bottom: 10px;
color: var(--color-grey-dark);
}
.franklin-content .fndef tr,
td {
padding: 0;
border: 0;
text-align: left;
}
.franklin-content .fndef tr {
border-left: 2px solid var(--color-grey-dark);
}
.franklin-content .fndef td.fndef-backref {
vertical-align: top;
font-size: 70%;
padding-left: 5px;
}
.franklin-content .fndef td.fndef-content {
font-size: 80%;
padding-left: 10px;
width: 100%;
color: var(--color-alt-text);
}
/* ==================================================================
IMAGES in CONTENT
================================================================== */
.franklin-content img {
width: 70%;
text-align: center;
padding-left: 10%;
}
.franklin-content .img-small img {
width: 50%;
text-align: center;
padding-left: 20%;
}
/* ==================================================================
KATEX
================================================================== */
body { counter-reset: eqnum; }
.katex { font-size: 1em !important; }
.katex-display .katex {
/* Overwrite KaTeX settings. */
display: inline-block;
/* Allow display equations to wrap on small screens. */
white-space: normal;
}
.katex-display::after {
counter-increment: eqnum;
content: "(" counter(eqnum) ")";
position: relative;
float: right;
padding-right: 5px;
}
/* ==================================================================
CODE & HIGHLIGHT.JS
================================================================== */
code {
background-color: var(--color-black);
padding: 0.1em 0.2em;
border-radius: 2px;
font-size: var(--medium);
font-family: JuliaMono;
}
.hljs {
font-size: var(--medium);
line-height: 1.35em;
border-radius: 10px;
}
.hljs-meta,
.hljs-metas,
.hljs-metap { font-weight: bold; }
.hljs-meta { color: var(--color-green); }
.hljs-metas { color: var(--color-red); }
.hljs-metap { color: var(--text-color-alt); }
.code-output {
background: var(--color-black);
border: 1px groove var(--color-grey-dark);
font-family: JuliaMono;
font-variant: oldstyle-nums;
}
.hljs {
display: block;
overflow-x: auto;
/*padding: 0.5em;*/
background: var(--color-black);
}
.hljs,
.hljs-subst {
color: var(--color-foreground);
}
/* Red */
.hljs-deletion,
.hljs-formula,
.hljs-link,
.hljs-selector-tag {
color: var(--color-red);
}
/* Blue */
.hljs-built_in,
.hljs-emphasis,
.hljs-function,
.hljs-quote,
.hljs-strong,
.hljs-title,
.hljs-variable {
color: var(--color-blue);
}
/* Yellow */
.hljs-attr,
.hljs-params,
.hljs-template-tag,
.hljs-type {
color: var(--color-yellow);
}
/* Purple */
.hljs-builtin-name,
.hljs-doctag,
.hljs-keyword,
.hljs-meta-keyword,
.hljs-name,
.hljs-link_label,
.hljs-literal {
color: var(--color-purple);
}
/* Orange */
.hljs-code,
.hljs-number,
.hljs-regexp,
.hljs-selector-id,
.hljs-template-variable {
color: var(--color-orange);
}
/* Green */
.hljs-addition,
.hljs-meta-string,
.hljs-section,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-string,
.hljs-symbol {
color: var(--color-green);
}
/* Cyan */
.hljs-attribute,
.hljs-bullet,
.hljs-class,
.hljs-meta,
.hljs-selector-pseudo,
.hljs-tag {
color: var(--color-cyan);
}
/* Grey */
.hljs-comment {
color: var(--color-grey-dark);
}
.hljs-comment,
.hljs-emphasis {
font-style: italic;
}
.hljs-section,
.hljs-strong,
.hljs-tag {
font-weight: bold;
}
/*
Some modifications taken from github.css
*/
.hljs-title, .hljs-class {
font-weight: 700;
}
/* ==================================================================
BOXES
================================================================== */
.franklin-content .colbox-blue {
background-color: var(--color-black);
padding-top: 5px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 5px;
margin-left: 5px;
margin-top: 5px;
margin-bottom: 5px;
border-radius: 0 10px 10px 0;
border-left: 5px dotted var(--color-blue);
}
/* ==================================================================
Header and Nav
================================================================== */
nav {
width: 64%;
display: inline-block;
font-family: JuliaMono;
}
nav ul {
padding-left: 0;
margin-top: 0;
margin-bottom: 0;
}
nav li {
display: inline-block;
}
nav li a {
color: var(--color-grey-light);
text-decoration: none;
font-size: x-large;
font-weight: bold;
display: inline-block;
/* float: center; */
padding-top: 10px;
padding-right: 2px;
padding-left: 2px;
padding-bottom: 5px;
margin-left: 7px;
margin-right: 7px;
border-bottom: 2px solid var(--color-grey-dark);
transition: color 0.35s ease;
}
header {
text-align: right;
margin-top: 50px;
margin-bottom: 50px;
display: flex;
align-items: center;
}
header .blog-name {
width: 55%;
display: inline-block;
text-align: left;
font-size: xx-large;
font-family: JuliaMono;
padding-top: 10px;
}
header .blog-name a {
font-size: xx-large;
color: var(--color-grey-light);
text-decoration: none;
transition: color 0.5s ease;
}
header .blog-name a:hover {
color: var(--color-yellow);
}
header li a:hover {
color: var(--color-yellow);
border-bottom: 2px solid var(--color-yellow);
}
#menu-icon {
display: none;
font-size: xx-large;
color: var(--color-alt-text);
}
@media (max-width: 480px) {
header {
font-size: var(--small);
padding-left: 6%;
padding-right: 6%;
}
}
@media (min-width: 481px) {
header {
padding-left: 12.5%;
padding-right: 12.5%;
}
}
/* wide display: enforce maximum width of header to match content */
@media (min-width: 940px) {
header {
width: 705px;
margin-left: auto;
margin-right: auto;
}
}
/*
medium display: nav goes under name
*/
@media (max-width: 760px) {
header { display: block; }
header .blog-name {
display: block;
width: 100%;
padding-bottom: 10px;
}
nav {
width: 100%;
}
}
/*
narrow display: collapse the header (don't show the menu items)
instead, display a burger menu.
*/
@media (max-width: 500px) {
header {
height: 35px;
display: flex;
align-items: center;
}
header .blog-name {
display: inline-block;
width: 70%;
}
nav {
display: inline-block;
width: 27%;
}
nav ul,
nav:active ul {
display: none;
position: absolute;
right: 30px;
top: 90px;
width: 30%;
border-radius: 4px 0 4px 4px;
z-index: 1;
}
nav li {
text-align: center;
display: block;
padding: 0;
margin: 0;
}
header li a { border-bottom: none; }
header li a:hover { border-bottom: none; }
nav:hover ul {
display: block;
}
#menu-icon {
display: inline-block;
margin-right: 10px;
margin-top: 5px;
}
}
table {
line-height: 1em;
margin-left: auto;
margin-right: auto;
border-collapse: collapse;
text-align: center;
margin-bottom: 1.5em;
}
tr:first-of-type {
background: var(--color-black);
}
tr:first-of-type > th {
text-align: center;
}
tr,
th,
td {
padding: 10px;
border: 1px solid var(--color-black);
}
table tbody tr td {
border: 1px solid var(--color-black);
}
/* ==================================================================
Cover
================================================================== */
.cover-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: relative;
height: 100vh;
line-height: 1.35em;
}
.cover img {
display: block;
margin: 0 auto;
max-width: 240px;
border-radius: 50%;
}
.cover h1 {
font-size: 75px;
font-family: JuliaMono;
font-weight: lighter;
line-height: 1em;
padding-bottom: 0em;
border-bottom: 0em;
margin-top: 0.5em;
margin-bottom: auto;
text-align: center;
color: var(--color-alt-text);
}
.cover a {
transition: color 0.5s ease;
}
@media (max-width: 900px) {
.cover img {
max-width: 150px;
margin-top: 0;
}
.cover h1 {
font-size: 45px;
margin-bottom: revert;
}
}
/* ==================================================================
Posts
================================================================== */
.posts h2 {
border-bottom: hidden;
}
.posts h3 {
font-size: xx-large;
}
.posts ul {
list-style: none;
padding-left: 0;
}
.posts a {
font-size: larger;
}
.posts span {
font-weight: lighter;
}
li span.post {
float: right;
color: var(--color-foreground);
padding-left: 30px;
font-size: larger;
}
a.post {
font-size: x-large;
}
a:hover.post {
text-decoration: none;
}
span.post-descr {
display: block;
font-size: large;
font-style: italic;
color: var(--color-alt-text);
}
/* ==================================================================
About
================================================================== */
.about {
max-width: 54em;
}
.about h2 {
border-bottom: hidden;
}
.about ul {
list-style: none;
}
/* ==================================================================
Tags
================================================================== */
.active-tag {
font-family: JuliaMono;
color: var(--color-yellow);
}
.page-tag {
font-family: JuliaMono;
font-size: x-large;
padding: 0em 35% 0em 0em;
}
.page-tag i {
margin: 0em 0.25em 0em 0em;
padding: 0em 0.25em 0em 0em;
}
.tag-container {
display: flex;
flex-wrap: wrap-reverse;
justify-content: center;
}
.tag {
color: var(--color-grey-light);
}
.tag a {
font-size: x-large;
font-family: JuliaMono;
margin: 0.25em;
padding: 0.25em;
}
.tag a:hover {
text-decoration: none;
}
.tag span {
font-size: x-large;
font-family: JuliaMono;
color: var(--color-grey-light)
}
.tag span:hover {
color: var(--color-yellow);
}
.tag i {
font-size: xx-large;
}
/* ==================================================================
Social
================================================================== */
.social-container {
display: flex;
flex-wrap: nowrap;
justify-content: center;
padding: 1em;
}
.social-icon {
text-align: center;
padding: 0.25em 1em;
font-size: xxx-large;
}
.social-icon a {
color: var(--color-cyan);
transition: color 0.5s ease;
}
.social-icon a:hover {
color: var(--color-yellow);
}
@media (max-width: 900px) {
.social-container {
display: contents;
padding: 0em 0.125em;
}
}
/* ==================================================================
Fonts
================================================================== */
@font-face {
font-family: InterUI;
font-style:normal;
font-display:auto;
font-weight:400;
src:url(../assets/fonts/Inter-UI-Regular.woff2) format("woff2"),
url(../assets/fonts/Inter-UI-Regular.woff) format("woff")
}
@font-face {
font-family: InterUI;
font-style:italic;
font-display:auto;
font-weight:400;
src:url(../assets/fonts/Inter-UI-Italic.woff2) format("woff2"),
url(../assets/fonts/Inter-UI-Italic.woff) format("woff")
}
@font-face {
font-family: InterUI;
font-style:normal;
font-display:auto;
font-weight:600;
src:url(../assets/fonts/Inter-UI-Medium.woff2) format("woff2"),
url(../assets/fonts/Inter-UI-Medium.woff) format("woff")
}
@font-face {
font-family: InterUI;
font-style:italic;
font-display:auto;
font-weight:600;
src:url(../assets/fonts/Inter-UI-MediumItalic.woff2) format("woff2"),
url(../assets/fonts/Inter-UI-MediumItalic.woff) format("woff")
}
@font-face {
font-family: InterUI;
font-style:normal;
font-display:auto;
font-weight:800;
src:url(../assets/fonts/Inter-UI-Bold.woff2) format("woff2"),
url(../assets/fonts/Inter-UI-Bold.woff) format("woff")
}
@font-face {
font-family: InterUI;
font-style:italic;
font-display:auto;
font-weight:800;
src:url(../assets/fonts/Inter-UI-BoldItalic.woff2) format("woff2"),
url(../assets/fonts/Inter-UI-BoldItalic.woff) format("woff")
}
@font-face {
font-family: JuliaMono;
src: url("../assets/fonts/JuliaMono-RegularLatin.woff2") format("woff2");
font-display: auto;
font-weight: 400;
unicode-range: U+00-7F; /* Basic Latin characters */
}
@font-face {
font-family: JuliaMono;
src: url("../assets/fonts/JuliaMono-BoldLatin.woff2") format("woff2");
font-display: auto;
font-weight: 700;
unicode-range: U+00-7F; /* Basic Latin characters */
}
@font-face {
font-family: JuliaMono;
src: url("../assets/fonts/JuliaMono-Regular.woff2") format("woff2");
font-display: auto;
font-weight: 400;
}
@font-face {
font-family: JuliaMono;
src: url("../assets/fonts/JuliaMono-Bold.woff2") format("woff2");
font-display: auto;
font-weight: 700;
} | _css/frank.css | :root {
--small: 14px;
--medium: 16px;
--normal: 20px;
/* Tokyonight begin */
--color-background: #24283b;
--color-foreground: #c0caf5;
--color-alt-text: #a9b1d6;
--color-black: #1d202f;
--color-red: #f7768e;
--color-green: #9ece6a;
--color-yellow: #e0af68;
--color-blue: #7aa2f7;
--color-purple: #bb9af7;
--color-cyan: #7dcfff;
--color-grey-light: #a9b1d6;
--color-grey-dark: #414868;
--color-orange: #ff9e64;
/* Tokyonight end */
/* Nord begin */
/* --color-background: #3B4252; */
/* --color-foreground: #ECEFF4; */
/* --color-alt-text: #D8DEE9; */
/* --color-black: #2E3440; */
/* --color-red: #BF616A; */
/* --color-green: #8FBCBB; */
/* --color-yellow: #EBCB8B; */
/* --color-blue: #81A1C1; */
/* --color-purple: #B48EAD; */
/* --color-cyan: #88C0D0; */
/* --color-grey-light: #4C566A; */
/* --color-grey-dark: #434C5E; */
/* --color-orange: #D08770; */
/* Nord end */
/* Mac Dark begin */
/* --color-background: rgb(22, 22, 24); */
/* --color-foreground: rgb(255, 255, 255); */
/* --color-alt-text: rgb(129, 129, 129); */
/* --color-black: rgb(0, 0, 0); */
/* --color-red: rgb(255, 65, 54); */
/* --color-green: rgb(49, 222, 75); */
/* --color-yellow: rgb(255, 212, 38); */
/* --color-blue: rgb(64, 156, 255); */
/* --color-purple: rgb(218, 143, 255); */
/* --color-cyan: rgb(112, 215, 255); */
/* --color-grey-light: rgb(152, 152, 157); */
/* --color-grey-dark: rgb(97, 97, 101); */
/* --color-orange: rgb(255, 179, 64); */
/* Mac Dark end */
/* Color Blind begin */
/* --color-background: rgb(97, 97, 101); */
/* --color-foreground: rgb(245, 245, 245); */
/* --color-alt-text: #44aa99; */
/* --color-black: #000; */
/* --color-red: #882255; */
/* --color-green: #117733; */
/* --color-yellow: #ddcc77; */
/* --color-blue: #332288; */
/* --color-purple: #aa4499; */
/* --color-cyan: #88ccee; */
/* --color-grey-light: rgb(152, 152, 157); */
/* --color-grey-dark: rgb(97, 97, 101); */
/* --color-orange: #cc6677; */
/* Color Blind end */
}
/* ==================================================================
DEFAULT FONT AND LAYOUT
================================================================== */
html {
font-family: InterUI;
font-size: var(--normal);
color: var(--color-foreground);
background-color: var(--color-background);
scroll-behavior: smooth;
}
/* ==================================================================
BASIC GRID FOR PROFILE PIC
================================================================== */
.franklin-content .row {
display: block;
}
.franklin-content .left {
float: left;
margin-right: 15px;
}
.franklin-content .right {
float: right;
}
.franklin-content .container img {
width: auto;
padding-left: 0;
border-radius: 10px;
}
.franklin-content .footnote {
position: relative;
top: -0.5em;
font-size: 70%;
}
/* ==================================================================
FOOT / COPYRIGHT
================================================================== */
.back-to-top {
float: right;
font-size: xx-large;
}
.franklin-content .page-foot a {
text-decoration: none;
color: var(--color-cyan);
}
.page-foot .copyright a:hover {
text-decoration: none;
}
.page-foot {
display: flex;
flex-direction: column;
font-size: 80%;
font-family: InterUI;
color: var(--color-alt-text);
text-align: center;
justify-content: center;
margin-top: 6em;
border-top: 1px solid var(--color-grey-dark);
opacity: .8;
padding-top: 2em;
margin-bottom: 4em;
margin-left: 5.5%;
margin-right: 5.5%;
}
.copyright {
display: flex;
flex-direction: row;
align-items: center;
align-self: center;
opacity: .8;
}
.copyright>*:not(:last-child) {
border-right: 1px solid var(--color-grey-dark);
padding: 0 15px
}
.copyright>*:last-child {
padding: 0 15px
}
@media (max-width: 900px) {
.copyright {
flex-direction: column;
margin-top: 10px
}
}
@media (max-width: 900px) {
.copyright>*:not(:last-child) {
border: none
}
}
/* ==================================================================
TEXT GEOMETRY
================================================================== */
.franklin-toc li {
/* Avoid clickable elements being too close together. */
margin: 0.6rem 0;
}
.franklin-content {
position: relative;
padding-left: 12.5%;
padding-right: 12.5%;
line-height: 1.35em;
}
/* On wide screens, fix content width to a max value. */
@media (min-width: 940px) {
.franklin-content {
width: 705px;
margin-left: auto;
margin-right: auto;
}
}
/* On narrow device, reduce margins. */
@media (max-width: 480px) {
.franklin-content {
padding-left: 6%;
padding-right: 6%;
}
}
/* ==================================================================
TITLES
================================================================== */
.franklin-content h1 { font-size: xxx-large; }
.franklin-content h2 { font-size: xx-large; }
.franklin-content h3 { font-size: x-large; }
.franklin-content h1,
h2,
h3,
h4,
h5,
h6 {
text-align: left;
line-height: 1.2em;
}
.franklin-content h1,
h2 {
color: var(--color-purple);
padding: auto;
}
.franklin-content h3,
h4,
h5,
h6 {
color: var(--color-blue);
}
.franklin-content h1 {
padding-bottom: 0.5em;
border-bottom: 3px double var(--color-grey-dark);
margin-top: 1.5em;
margin-bottom: 1em;
}
.franklin-content h2 {
padding-bottom: 0.3em;
border-bottom: 1px solid var(--color-grey-dark);
margin-top: 2em;
margin-bottom: 1em;
}
.franklin-content h1 a { color: inherit; }
.franklin-content h1 a:hover { text-decoration: none; }
.franklin-content h2 a { color: inherit; }
.franklin-content h2 a:hover { text-decoration: none; }
.franklin-content h3 a { color: inherit; }
.franklin-content h3 a:hover { text-decoration: none; }
.franklin-content h4 a { color: inherit; }
.franklin-content h4 a:hover { text-decoration: none; }
.franklin-content h5 a { color: inherit; }
.franklin-content h5 a:hover { text-decoration: none; }
.franklin-content h6 a { color: inherit; }
.franklin-content h6 a:hover { text-decoration: none; }
.franklin-content table {
margin-left: auto;
margin-right: auto;
border-collapse: collapse;
text-align: center;
}
.franklin-toc ol ol {
list-style-type: lower-alpha;
}
.franklin-content th,
td {
font-size: var(--small);
padding: 10px;
border: 1px solid var(--color-black);
}
.franklin-content blockquote {
background: var(--color-black);
border-left: 7px solid var(--color-grey-dark);
margin: 1.5em 10px;
padding: 0.5em 10px;
font-style: italic;
}
.franklin-content blockquote p {
display: inline;
}
/* ==================================================================
GENERAL FORMATTING
================================================================== */
/* Spacing between bullet points. */
.franklin-content li p {
margin: 10px 0;
}
.franklin-content a {
color: var(--color-cyan);
text-decoration: none;
}
.franklin-content a:hover {
text-decoration: underline;
color: var(--color-yellow);
}
/* ==================================================================
HYPERREFS AND FOOTNOTES
================================================================== */
.franklin-content .eqref a { color: var(--color-green); }
.franklin-content .bibref a { color: var(--color-green); }
.franklin-content sup {
font-size: 70%;
vertical-align: super;
line-height: 0;
}
.franklin-content table.fndef {
margin: 0;
margin-bottom: 10px;
color: var(--color-grey-dark);
}
.franklin-content .fndef tr,
td {
padding: 0;
border: 0;
text-align: left;
}
.franklin-content .fndef tr {
border-left: 2px solid var(--color-grey-dark);
}
.franklin-content .fndef td.fndef-backref {
vertical-align: top;
font-size: 70%;
padding-left: 5px;
}
.franklin-content .fndef td.fndef-content {
font-size: 80%;
padding-left: 10px;
width: 100%;
color: var(--color-alt-text);
}
/* ==================================================================
IMAGES in CONTENT
================================================================== */
.franklin-content img {
width: 70%;
text-align: center;
padding-left: 10%;
}
.franklin-content .img-small img {
width: 50%;
text-align: center;
padding-left: 20%;
}
/* ==================================================================
KATEX
================================================================== */
body { counter-reset: eqnum; }
.katex { font-size: 1em !important; }
.katex-display .katex {
/* Overwrite KaTeX settings. */
display: inline-block;
/* Allow display equations to wrap on small screens. */
white-space: normal;
}
.katex-display::after {
counter-increment: eqnum;
content: "(" counter(eqnum) ")";
position: relative;
float: right;
padding-right: 5px;
}
/* ==================================================================
CODE & HIGHLIGHT.JS
================================================================== */
code {
background-color: var(--color-black);
padding: 0.1em 0.2em;
border-radius: 2px;
font-size: var(--medium);
font-family: JuliaMono;
}
.hljs {
font-size: var(--medium);
line-height: 1.35em;
border-radius: 10px;
}
.hljs-meta,
.hljs-metas,
.hljs-metap { font-weight: bold; }
.hljs-meta { color: var(--color-green); }
.hljs-metas { color: var(--color-red); }
.hljs-metap { color: var(--text-color-alt); }
.code-output {
background: var(--color-black);
border: 1px groove var(--color-grey-dark);
font-family: JuliaMono;
font-variant: oldstyle-nums;
}
.hljs {
display: block;
overflow-x: auto;
/*padding: 0.5em;*/
background: var(--color-black);
}
.hljs,
.hljs-subst {
color: var(--color-foreground);
}
/* Red */
.hljs-deletion,
.hljs-formula,
.hljs-link,
.hljs-selector-tag {
color: var(--color-red);
}
/* Blue */
.hljs-built_in,
.hljs-emphasis,
.hljs-function,
.hljs-quote,
.hljs-strong,
.hljs-title,
.hljs-variable {
color: var(--color-blue);
}
/* Yellow */
.hljs-attr,
.hljs-params,
.hljs-template-tag,
.hljs-type {
color: var(--color-yellow);
}
/* Purple */
.hljs-builtin-name,
.hljs-doctag,
.hljs-keyword,
.hljs-meta-keyword,
.hljs-name,
.hljs-link_label,
.hljs-literal {
color: var(--color-purple);
}
/* Orange */
.hljs-code,
.hljs-number,
.hljs-regexp,
.hljs-selector-id,
.hljs-template-variable {
color: var(--color-orange);
}
/* Green */
.hljs-addition,
.hljs-meta-string,
.hljs-section,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-string,
.hljs-symbol {
color: var(--color-green);
}
/* Cyan */
.hljs-attribute,
.hljs-bullet,
.hljs-class,
.hljs-meta,
.hljs-selector-pseudo,
.hljs-tag {
color: var(--color-cyan);
}
/* Grey */
.hljs-comment {
color: var(--color-grey-dark);
}
.hljs-comment,
.hljs-emphasis {
font-style: italic;
}
.hljs-section,
.hljs-strong,
.hljs-tag {
font-weight: bold;
}
/*
Some modifications taken from github.css
*/
.hljs-title, .hljs-class {
font-weight: 700;
}
/* ==================================================================
BOXES
================================================================== */
.franklin-content .colbox-blue {
background-color: var(--color-black);
padding-top: 5px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 5px;
margin-left: 5px;
margin-top: 5px;
margin-bottom: 5px;
border-radius: 0 10px 10px 0;
border-left: 5px dotted var(--color-blue);
}
/* ==================================================================
Header and Nav
================================================================== */
nav {
width: 64%;
display: inline-block;
font-family: JuliaMono;
}
nav ul {
padding-left: 0;
margin-top: 0;
margin-bottom: 0;
}
nav li {
display: inline-block;
}
nav li a {
color: var(--color-grey-light);
text-decoration: none;
font-size: x-large;
font-weight: bold;
display: inline-block;
/* float: center; */
padding-top: 10px;
padding-right: 2px;
padding-left: 2px;
padding-bottom: 5px;
margin-left: 7px;
margin-right: 7px;
border-bottom: 2px solid var(--color-grey-dark);
transition: color 0.35s ease;
}
header {
text-align: right;
margin-top: 50px;
margin-bottom: 50px;
display: flex;
align-items: center;
}
header .blog-name {
width: 55%;
display: inline-block;
text-align: left;
font-size: xx-large;
font-family: JuliaMono;
padding-top: 10px;
}
header .blog-name a {
font-size: xx-large;
color: var(--color-grey-light);
text-decoration: none;
transition: color 0.5s ease;
}
header .blog-name a:hover {
color: var(--color-yellow);
}
header li a:hover {
color: var(--color-yellow);
border-bottom: 2px solid var(--color-yellow);
}
#menu-icon {
display: none;
font-size: xx-large;
color: var(--color-alt-text);
}
@media (max-width: 480px) {
header {
font-size: var(--small);
padding-left: 6%;
padding-right: 6%;
}
}
@media (min-width: 481px) {
header {
padding-left: 12.5%;
padding-right: 12.5%;
}
}
/* wide display: enforce maximum width of header to match content */
@media (min-width: 940px) {
header {
width: 705px;
margin-left: auto;
margin-right: auto;
}
}
/*
medium display: nav goes under name
*/
@media (max-width: 760px) {
header { display: block; }
header .blog-name {
display: block;
width: 100%;
padding-bottom: 10px;
}
nav {
width: 100%;
}
}
/*
narrow display: collapse the header (don't show the menu items)
instead, display a burger menu.
*/
@media (max-width: 500px) {
header {
height: 35px;
display: flex;
align-items: center;
}
header .blog-name {
display: inline-block;
width: 70%;
}
nav {
display: inline-block;
width: 27%;
}
nav ul,
nav:active ul {
display: none;
position: absolute;
right: 30px;
top: 90px;
width: 30%;
border-radius: 4px 0 4px 4px;
z-index: 1;
}
nav li {
text-align: center;
display: block;
padding: 0;
margin: 0;
}
header li a { border-bottom: none; }
header li a:hover { border-bottom: none; }
nav:hover ul {
display: block;
}
#menu-icon {
display: inline-block;
margin-right: 10px;
margin-top: 5px;
}
}
table {
line-height: 1em;
margin-left: auto;
margin-right: auto;
border-collapse: collapse;
text-align: center;
margin-bottom: 1.5em;
}
tr:first-of-type {
background: var(--color-black);
}
tr:first-of-type > th {
text-align: center;
}
tr,
th,
td {
padding: 10px;
border: 1px solid var(--color-black);
}
table tbody tr td {
border: 1px solid var(--color-black);
}
/* ==================================================================
Cover
================================================================== */
.cover-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: relative;
height: 100vh;
line-height: 1.35em;
}
.cover img {
display: block;
margin: 0 auto;
max-width: 240px;
border-radius: 50%;
}
.cover h1 {
font-size: 75px;
font-family: JuliaMono;
font-weight: lighter;
line-height: 1em;
padding-bottom: 0em;
border-bottom: 0em;
margin-top: 0.5em;
margin-bottom: auto;
text-align: center;
color: var(--color-alt-text);
}
.cover a {
transition: color 0.5s ease;
}
@media (max-width: 900px) {
.cover img {
max-width: 150px;
margin-top: 0;
}
.cover h1 {
font-size: 45px;
margin-bottom: revert;
}
}
/* ==================================================================
Posts
================================================================== */
.posts h2 {
border-bottom: hidden;
}
.posts h3 {
font-size: xx-large;
}
.posts ul {
list-style: none;
padding-left: 0;
}
.posts a {
font-size: larger;
}
.posts span {
font-weight: lighter;
}
li span.post {
float: right;
color: var(--color-foreground);
padding-left: 30px;
font-size: larger;
}
a.post {
font-size: x-large;
}
a:hover.post {
text-decoration: none;
}
span.post-descr {
display: block;
font-size: large;
font-style: italic;
color: var(--color-alt-text);
}
/* ==================================================================
About
================================================================== */
.about {
max-width: 54em;
}
.about h2 {
border-bottom: hidden;
}
.about ul {
list-style: none;
}
/* ==================================================================
Tags
================================================================== */
.active-tag {
font-family: JuliaMono;
color: var(--color-yellow);
}
.page-tag {
font-family: JuliaMono;
font-size: x-large;
padding: 0em 35% 0em 0em;
}
.page-tag i {
margin: 0em 0.25em 0em 0em;
padding: 0em 0.25em 0em 0em;
}
.tag-container {
display: flex;
flex-wrap: wrap-reverse;
justify-content: center;
}
.tag {
color: var(--color-grey-light);
}
.tag a {
font-size: x-large;
font-family: JuliaMono;
margin: 0.25em;
padding: 0.25em;
}
.tag a:hover {
text-decoration: none;
}
.tag span {
font-size: x-large;
font-family: JuliaMono;
color: var(--color-grey-light)
}
.tag span:hover {
color: var(--color-yellow);
}
.tag i {
font-size: xx-large;
}
/* ==================================================================
Social
================================================================== */
.social-container {
display: flex;
flex-wrap: nowrap;
justify-content: center;
padding: 1em;
}
.social-icon {
text-align: center;
padding: 0.25em 1em;
font-size: xxx-large;
}
.social-icon a {
color: var(--color-cyan);
transition: color 0.5s ease;
}
.social-icon a:hover {
color: var(--color-yellow);
}
@media (max-width: 900px) {
.social-container {
display: contents;
padding: 0em 0.125em;
}
}
/* ==================================================================
Fonts
================================================================== */
@font-face {
font-family: InterUI;
font-style:normal;
font-display:auto;
font-weight:400;
src:url(../assets/fonts/Inter-UI-Regular.woff2) format("woff2"),
url(../assets/fonts/Inter-UI-Regular.woff) format("woff")
}
@font-face {
font-family: InterUI;
font-style:italic;
font-display:auto;
font-weight:400;
src:url(../assets/fonts/Inter-UI-Italic.woff2) format("woff2"),
url(../assets/fonts/Inter-UI-Italic.woff) format("woff")
}
@font-face {
font-family: InterUI;
font-style:normal;
font-display:auto;
font-weight:600;
src:url(../assets/fonts/Inter-UI-Medium.woff2) format("woff2"),
url(../assets/fonts/Inter-UI-Medium.woff) format("woff")
}
@font-face {
font-family: InterUI;
font-style:italic;
font-display:auto;
font-weight:600;
src:url(../assets/fonts/Inter-UI-MediumItalic.woff2) format("woff2"),
url(../assets/fonts/Inter-UI-MediumItalic.woff) format("woff")
}
@font-face {
font-family: InterUI;
font-style:normal;
font-display:auto;
font-weight:800;
src:url(../assets/fonts/Inter-UI-Bold.woff2) format("woff2"),
url(../assets/fonts/Inter-UI-Bold.woff) format("woff")
}
@font-face {
font-family: InterUI;
font-style:italic;
font-display:auto;
font-weight:800;
src:url(../assets/fonts/Inter-UI-BoldItalic.woff2) format("woff2"),
url(../assets/fonts/Inter-UI-BoldItalic.woff) format("woff")
}
@font-face {
font-family: JuliaMono;
src: url("../assets/fonts/JuliaMono-RegularLatin.woff2") format("woff2");
font-display: auto;
font-weight: 400;
unicode-range: U+00-7F; /* Basic Latin characters */
}
@font-face {
font-family: JuliaMono;
src: url("../assets/fonts/JuliaMono-BoldLatin.woff2") format("woff2");
font-display: auto;
font-weight: 700;
unicode-range: U+00-7F; /* Basic Latin characters */
}
@font-face {
font-family: JuliaMono;
src: url("../assets/fonts/JuliaMono-Regular.woff2") format("woff2");
font-display: auto;
font-weight: 400;
}
@font-face {
font-family: JuliaMono;
src: url("../assets/fonts/JuliaMono-Bold.woff2") format("woff2");
font-display: auto;
font-weight: 700;
} | 0.394434 | 0.117572 |
@import url("https://fonts.googleapis.com/css?family=Kantumruy&display=swap");
@import url("https://fonts.googleapis.com/css?family=Kantumruy&display=swap");
p .p {
font-size: 16px !important;
line-height: 31px !important;
}
h6,
.h6 {
font-size: 22.624px !important;
line-height: 43.834px !important;
font-weight: bold;
}
h5,
.h5 {
font-size: 31.99034px !important;
line-height: 61.98128px !important;
font-weight: bold;
}
h4,
.h4 {
font-size: 45.23434px !important;
line-height: 87.64152px !important;
font-weight: bold;
}
h3,
.h3 {
font-size: 63.96135px !important;
line-height: 123.92512px !important;
font-weight: bold;
}
h2,
.h2 {
font-size: 90.44135px !important;
line-height: 175.23011px !important;
font-weight: bold;
}
h1,
.h1 {
font-size: 127.88407px !important;
line-height: 247.77538px !important;
font-weight: bold;
}
.no-padding {
padding: 0;
}
.no-margin {
margin: 0;
}
.not-bold {
font-weight: normal;
}
* {
font-size: 16px !important;
font-family: 'Kantumruy', sans-serif !important;
}
html,
body {
height: 100%;
margin: 0;
}
.ui.grid {
margin: 0 0;
padding: 0 0;
}
p .p {
font-size: 16px !important;
line-height: 31px !important;
}
h6,
.h6 {
font-size: 22.624px !important;
line-height: 43.834px !important;
font-weight: bold;
}
h5,
.h5 {
font-size: 31.99034px !important;
line-height: 61.98128px !important;
font-weight: bold;
}
h4,
.h4 {
font-size: 45.23434px !important;
line-height: 87.64152px !important;
font-weight: bold;
}
h3,
.h3 {
font-size: 63.96135px !important;
line-height: 123.92512px !important;
font-weight: bold;
}
h2,
.h2 {
font-size: 90.44135px !important;
line-height: 175.23011px !important;
font-weight: bold;
}
h1,
.h1 {
font-size: 127.88407px !important;
line-height: 247.77538px !important;
font-weight: bold;
}
.no-padding {
padding: 0;
}
.no-margin {
margin: 0;
}
.not-bold {
font-weight: normal;
}
header {
height: 90vh;
}
div.history-route {
position: relative;
height: 100vh;
background-color: gray;
}
div.history-route > img:nth-child(1) {
-webkit-filter: brightness(50%);
filter: brightness(50%);
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
}
div.history-route div:nth-child(1) {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
color: white;
}
div.history-route div:nth-child(1) div.title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
height: 50%;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
div.history-route div:nth-child(1) div.title > a {
color: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
div.history-route div:nth-child(1) div.title > a:hover {
color: lightgray;
}
div.history-route div:nth-child(1) div.body {
height: 25%;
margin: 0 4rem;
}
div.history-route div:nth-child(1) div.body div.summary {
font-size: 22px !important;
}
div.history-route div:nth-child(1) div.body img {
width: 100%;
height: 200px;
margin-bottom: 0.5em;
}
div.history-route div:nth-child(1) div.footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
height: 25%;
}
div.history-route div:nth-child(1) div.footer div.user-profile {
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-top-color: white;
border-width: 4px;
border-style: solid;
border-bottom: none;
border-left: none;
border-right: none;
padding-top: 1rem;
}
div.history-route div:nth-child(1) div.footer div.user-profile img {
position: relative;
background-size: cover;
height: 5rem;
width: 5rem;
border-radius: 5rem;
}
div.history-route div:nth-child(1) div.footer div.user-profile div.user-info {
margin: 0 1rem;
}
div.history-route div:nth-child(1) div.footer div.user-profile div.user-info div.user-name {
font-size: 22.624px !important;
font-weight: bold;
}
div.history-route div:nth-child(1) div.footer div.user-profile div.user-info div.user-occupation {
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
font-size: 15.8368px !important;
}
/*# sourceMappingURL=history.css.map */ | css/history.css | @import url("https://fonts.googleapis.com/css?family=Kantumruy&display=swap");
@import url("https://fonts.googleapis.com/css?family=Kantumruy&display=swap");
p .p {
font-size: 16px !important;
line-height: 31px !important;
}
h6,
.h6 {
font-size: 22.624px !important;
line-height: 43.834px !important;
font-weight: bold;
}
h5,
.h5 {
font-size: 31.99034px !important;
line-height: 61.98128px !important;
font-weight: bold;
}
h4,
.h4 {
font-size: 45.23434px !important;
line-height: 87.64152px !important;
font-weight: bold;
}
h3,
.h3 {
font-size: 63.96135px !important;
line-height: 123.92512px !important;
font-weight: bold;
}
h2,
.h2 {
font-size: 90.44135px !important;
line-height: 175.23011px !important;
font-weight: bold;
}
h1,
.h1 {
font-size: 127.88407px !important;
line-height: 247.77538px !important;
font-weight: bold;
}
.no-padding {
padding: 0;
}
.no-margin {
margin: 0;
}
.not-bold {
font-weight: normal;
}
* {
font-size: 16px !important;
font-family: 'Kantumruy', sans-serif !important;
}
html,
body {
height: 100%;
margin: 0;
}
.ui.grid {
margin: 0 0;
padding: 0 0;
}
p .p {
font-size: 16px !important;
line-height: 31px !important;
}
h6,
.h6 {
font-size: 22.624px !important;
line-height: 43.834px !important;
font-weight: bold;
}
h5,
.h5 {
font-size: 31.99034px !important;
line-height: 61.98128px !important;
font-weight: bold;
}
h4,
.h4 {
font-size: 45.23434px !important;
line-height: 87.64152px !important;
font-weight: bold;
}
h3,
.h3 {
font-size: 63.96135px !important;
line-height: 123.92512px !important;
font-weight: bold;
}
h2,
.h2 {
font-size: 90.44135px !important;
line-height: 175.23011px !important;
font-weight: bold;
}
h1,
.h1 {
font-size: 127.88407px !important;
line-height: 247.77538px !important;
font-weight: bold;
}
.no-padding {
padding: 0;
}
.no-margin {
margin: 0;
}
.not-bold {
font-weight: normal;
}
header {
height: 90vh;
}
div.history-route {
position: relative;
height: 100vh;
background-color: gray;
}
div.history-route > img:nth-child(1) {
-webkit-filter: brightness(50%);
filter: brightness(50%);
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
}
div.history-route div:nth-child(1) {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
color: white;
}
div.history-route div:nth-child(1) div.title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
height: 50%;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
div.history-route div:nth-child(1) div.title > a {
color: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
div.history-route div:nth-child(1) div.title > a:hover {
color: lightgray;
}
div.history-route div:nth-child(1) div.body {
height: 25%;
margin: 0 4rem;
}
div.history-route div:nth-child(1) div.body div.summary {
font-size: 22px !important;
}
div.history-route div:nth-child(1) div.body img {
width: 100%;
height: 200px;
margin-bottom: 0.5em;
}
div.history-route div:nth-child(1) div.footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
height: 25%;
}
div.history-route div:nth-child(1) div.footer div.user-profile {
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-top-color: white;
border-width: 4px;
border-style: solid;
border-bottom: none;
border-left: none;
border-right: none;
padding-top: 1rem;
}
div.history-route div:nth-child(1) div.footer div.user-profile img {
position: relative;
background-size: cover;
height: 5rem;
width: 5rem;
border-radius: 5rem;
}
div.history-route div:nth-child(1) div.footer div.user-profile div.user-info {
margin: 0 1rem;
}
div.history-route div:nth-child(1) div.footer div.user-profile div.user-info div.user-name {
font-size: 22.624px !important;
font-weight: bold;
}
div.history-route div:nth-child(1) div.footer div.user-profile div.user-info div.user-occupation {
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
font-size: 15.8368px !important;
}
/*# sourceMappingURL=history.css.map */ | 0.294316 | 0.083666 |
.header {
width: 100%;
position: fixed;
left: 0px;
top: 0px;
background-color: rgba(0, 0, 0, 0.08);
padding: 25px 0px;
}
.header-logo {
vertical-align: bottom;
width: 30%;
}
.header-logo a img{
height: 50px
}
.header-logo {
vertical-align: bottom;
width: 34%;
display: inline-block;
}
.header-menu {
width: 66%;
text-align: right;
vertical-align: bottom;
display: inline-block;
}
button.header-btn {
display: none;
}
.header-menu > ul{
padding: 0px;
}
.header-menu > ul > li > a {
font-size: 16px;
text-transform: uppercase;
color: #fff;
cursor: pointer;
transition: 0.3s;
}
.header-menu > ul > li > a:hover {
color:#e75b4e;
}
.header-menu ul li {
display: inline-block;
margin-left: 40px;
}
.hp-hello {
background: url(../img/img/background.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 760px;
}
.hello-cont {
padding-top: 520px;
text-align: right;
line-height: 30px;
}
.hello-cont p{
font-size: 16px;
color: #fff;
}
.hello-btn {
border: 0px;
min-width: 88px;
padding: 8px 16px;
text-transform: uppercase;
background-color: #e75b4e;
color: #fff;
box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.15);
cursor: pointer;
}
.hello-btn:hover {
background-color: #d13627;
}
.hello-next{
border: 0px;
margin-top: 60px;
background: url(../img/icon/arrows.png);
background-position: center;
background-repeat: no-repeat;
cursor: pointer;
height: 24px;
width: 20%;
left: 40%;
background-size: 24px;
position: absolute;
}
.about-info{
display: inline-block;
width: 67%;
padding: 20px;
}
.about-info > h2{
font-size: 26px;
}
.about-info > p {
font-size: 14px;
color: #000;
text-align: justify;
}
.about-foto{
width: 33%;
text-align: center;
display: inline-block;
vertical-align: middle;
} | main.css | .header {
width: 100%;
position: fixed;
left: 0px;
top: 0px;
background-color: rgba(0, 0, 0, 0.08);
padding: 25px 0px;
}
.header-logo {
vertical-align: bottom;
width: 30%;
}
.header-logo a img{
height: 50px
}
.header-logo {
vertical-align: bottom;
width: 34%;
display: inline-block;
}
.header-menu {
width: 66%;
text-align: right;
vertical-align: bottom;
display: inline-block;
}
button.header-btn {
display: none;
}
.header-menu > ul{
padding: 0px;
}
.header-menu > ul > li > a {
font-size: 16px;
text-transform: uppercase;
color: #fff;
cursor: pointer;
transition: 0.3s;
}
.header-menu > ul > li > a:hover {
color:#e75b4e;
}
.header-menu ul li {
display: inline-block;
margin-left: 40px;
}
.hp-hello {
background: url(../img/img/background.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 760px;
}
.hello-cont {
padding-top: 520px;
text-align: right;
line-height: 30px;
}
.hello-cont p{
font-size: 16px;
color: #fff;
}
.hello-btn {
border: 0px;
min-width: 88px;
padding: 8px 16px;
text-transform: uppercase;
background-color: #e75b4e;
color: #fff;
box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.15);
cursor: pointer;
}
.hello-btn:hover {
background-color: #d13627;
}
.hello-next{
border: 0px;
margin-top: 60px;
background: url(../img/icon/arrows.png);
background-position: center;
background-repeat: no-repeat;
cursor: pointer;
height: 24px;
width: 20%;
left: 40%;
background-size: 24px;
position: absolute;
}
.about-info{
display: inline-block;
width: 67%;
padding: 20px;
}
.about-info > h2{
font-size: 26px;
}
.about-info > p {
font-size: 14px;
color: #000;
text-align: justify;
}
.about-foto{
width: 33%;
text-align: center;
display: inline-block;
vertical-align: middle;
} | 0.363082 | 0.09709 |
@font-face {
font-family: romanSerif;
src: url('../fonts/RomanSerif.ttf') format('truetype');
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
html,body{
height: 100%;
}
body{
margin:0;
padding:0;
background:#000;
font-family:"romanSerif",Helvetica, Arial;
}
div#shim{
visibility: hidden;
width: 100%;
height: 50%;
margin-top: -140px;
float: left;
}
div#content {
width: 980px;
height: 280px;
margin: 0 auto;
clear: both;
position: relative;
top: -140px;
/* IE4ever Hack: Hide from IE4 **/
position: static;
/** end hack */
}
/* Hide from IE5mac \*//*/
div#shim {
display: none;
}
html, body {
height: auto;
}
/* end hack */
/* ]]> */
.logo_box{
width: 400px;
float: left;
border-right: 1px solid #303030;
height: 300px;
position: relative;
padding-top: 10px;
}
.logo_box img {
margin-top: 0;
}
h1{
padding: 12px 70px 12px 20px;
right: 0;
top: 25%;
color: #fff;
letter-spacing: -1px;
font-size: 38px;
text-align: center;
}
h1 cufon{
margin-bottom: -4px;
}
h3{
font-size: 24px;
color: #333 ;
float: left;
margin-right: 15px;
padding-top: 5px;
}
.main_box{
float: left;
width: 440px;
height: 95px;
padding: 25px;
}
form{
width: 590px;
padding: 10px 0;
float: left;
background: url(../images/dots.gif) right top repeat-y;
height: 80px;
}
h2{
font-weight: 100;
color: #cdb64a;
font-size: 24px;
margin-bottom: 20px;
}
h2 span{
font-family: "Lato", "Open Sans", sans-serif;
font-weight: lighter;
color: #fff;
font-size: 16px;
line-height: 26px;
font-style: italic;
}
ul.info{
width: 500px;
padding: 0;
margin: 10px 0 0 0;
float: left;
}
ul.info li{
margin-bottom: 20px;
clear: both;
float: left;
}
ul.info li p{
font-size: 13px;
line-height: 20px;
color: #fff;
float: left;
margin: 0;
}
ul.info li p.social a.tw{
width: 28px;
height: 28px;
background: url(../images/social.png) left top no-repeat;
margin-right: 8px;
float: left;
}
ul.info li p.social a.fb{
width: 28px;
height: 28px;
background: url(../images/social.png) -36px top no-repeat;
float: left;
margin-right: 8px;
}
ul.info li p.social a.li{
width: 28px;
height: 28px;
background: url(../images/social.png) -72px top no-repeat;
float: left;
}
ul.info li p.social a.tw:hover{
width: 28px;
height: 28px;
background: url(../images/social.png) left bottom no-repeat;
float: left;
}
ul.info li p.social a.fb:hover{
width: 28px;
height: 28px;
background: url(../images/social.png) -36px bottom no-repeat;
float: left;
}
ul.info li p.social a.li:hover{
width: 28px;
height: 28px;
background: url(../images/social.png) -72px bottom no-repeat;
float: left;
}
.field{
float: left;
background: url(../images/input.png) left top no-repeat;
width: 425px;
height: 21px;
font-size: 14px;
color: #666;
padding: 10px;
border: none;
}
.submit_butt{
float: left;
background: url(../images/input.png) right top no-repeat;
width: 109px;
height: 41px;
border: none;
cursor: pointer;
}
.submit_butt:hover{
background: url(../images/input.png) right bottom no-repeat;
}
.connect{
width: 145px;
padding-left: 20px;
float: left;
padding-top: 20px;
}
.connect img{
margin-right: 5px;
} | PM website design concept/coming-soon-dark-night/tools/style.css | @font-face {
font-family: romanSerif;
src: url('../fonts/RomanSerif.ttf') format('truetype');
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
html,body{
height: 100%;
}
body{
margin:0;
padding:0;
background:#000;
font-family:"romanSerif",Helvetica, Arial;
}
div#shim{
visibility: hidden;
width: 100%;
height: 50%;
margin-top: -140px;
float: left;
}
div#content {
width: 980px;
height: 280px;
margin: 0 auto;
clear: both;
position: relative;
top: -140px;
/* IE4ever Hack: Hide from IE4 **/
position: static;
/** end hack */
}
/* Hide from IE5mac \*//*/
div#shim {
display: none;
}
html, body {
height: auto;
}
/* end hack */
/* ]]> */
.logo_box{
width: 400px;
float: left;
border-right: 1px solid #303030;
height: 300px;
position: relative;
padding-top: 10px;
}
.logo_box img {
margin-top: 0;
}
h1{
padding: 12px 70px 12px 20px;
right: 0;
top: 25%;
color: #fff;
letter-spacing: -1px;
font-size: 38px;
text-align: center;
}
h1 cufon{
margin-bottom: -4px;
}
h3{
font-size: 24px;
color: #333 ;
float: left;
margin-right: 15px;
padding-top: 5px;
}
.main_box{
float: left;
width: 440px;
height: 95px;
padding: 25px;
}
form{
width: 590px;
padding: 10px 0;
float: left;
background: url(../images/dots.gif) right top repeat-y;
height: 80px;
}
h2{
font-weight: 100;
color: #cdb64a;
font-size: 24px;
margin-bottom: 20px;
}
h2 span{
font-family: "Lato", "Open Sans", sans-serif;
font-weight: lighter;
color: #fff;
font-size: 16px;
line-height: 26px;
font-style: italic;
}
ul.info{
width: 500px;
padding: 0;
margin: 10px 0 0 0;
float: left;
}
ul.info li{
margin-bottom: 20px;
clear: both;
float: left;
}
ul.info li p{
font-size: 13px;
line-height: 20px;
color: #fff;
float: left;
margin: 0;
}
ul.info li p.social a.tw{
width: 28px;
height: 28px;
background: url(../images/social.png) left top no-repeat;
margin-right: 8px;
float: left;
}
ul.info li p.social a.fb{
width: 28px;
height: 28px;
background: url(../images/social.png) -36px top no-repeat;
float: left;
margin-right: 8px;
}
ul.info li p.social a.li{
width: 28px;
height: 28px;
background: url(../images/social.png) -72px top no-repeat;
float: left;
}
ul.info li p.social a.tw:hover{
width: 28px;
height: 28px;
background: url(../images/social.png) left bottom no-repeat;
float: left;
}
ul.info li p.social a.fb:hover{
width: 28px;
height: 28px;
background: url(../images/social.png) -36px bottom no-repeat;
float: left;
}
ul.info li p.social a.li:hover{
width: 28px;
height: 28px;
background: url(../images/social.png) -72px bottom no-repeat;
float: left;
}
.field{
float: left;
background: url(../images/input.png) left top no-repeat;
width: 425px;
height: 21px;
font-size: 14px;
color: #666;
padding: 10px;
border: none;
}
.submit_butt{
float: left;
background: url(../images/input.png) right top no-repeat;
width: 109px;
height: 41px;
border: none;
cursor: pointer;
}
.submit_butt:hover{
background: url(../images/input.png) right bottom no-repeat;
}
.connect{
width: 145px;
padding-left: 20px;
float: left;
padding-top: 20px;
}
.connect img{
margin-right: 5px;
} | 0.291485 | 0.081483 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body,
html {
overflow-x: hidden;
margin: 0 auto;
width: 100%;
height: 100%;
font-size: 14px;
}
#media-wrapper {
overflow: hidden;
width: 100%;
height: 240px;
}
#media-wrapper .video-wrapper{
background-color: #000;
}
#media-wrapper .video-wrapper,
#media-wrapper .audio-wrapper {
width: 100%;
height: 100%;
}
#media-wrapper .audio-wrapper {
position: relative;
background-color: #f0f0f0;
}
#media-wrapper .audio-wrapper audio {
display: none;
}
#media-wrapper .audio-wrapper i {
position: absolute;
left: 50%;
top: 50%;
margin-left: -56px;
margin-top: -56px;;
display: block;
width: 112px;
height: 112px;
}
#media-wrapper .audio-wrapper .pause {
background: transparent url(../images/pause.png) no-repeat center center;
}
#media-wrapper .audio-wrapper .play {
background: transparent url(../images/play.png) no-repeat center center;
}
video {
width: 100%;
height: 240px;
}
.img-circle {
border-radius: 50%;
}
.icon {
display: inline-block;
margin-right: 10px;
vertical-align: middle;
width: 25px;
height: 25px;
background: transparent no-repeat center center;
}
.list-icon {
background-image: url("../images/list_default_icon.png");
}
.active .list-icon {
background-image: url("../images/list_highlight_icon.png");
}
.comment-icon {
background-image: url("../images/comment_default_icon.png");
}
.active .comment-icon {
background-image: url("../images/comment_highlight_icon.png");
}
.box h2 {
border-bottom: 1px solid #CCC;
font-size: 20px;
height: 40px;
line-height: 40px;
}
.box h2 span {
float: left;
}
.box h2 a {
float: right;
font-size: 18px;
}
.box .list {
overflow: hidden;
}
.box .list li {
float: left;
padding: 10px 10px 0;
width: 50%;
}
.box .list img {
width: 100%;
}
.box .list h3 {
font-weight: bold;
line-height: 30px;
}
.box .list h4 {
line-height: 20px;
}
#comment-wrapper {
}
#comment-wrapper > p,
#comment-wrapper .comment-list > p {
height: 100px;
font-size: 16px;
line-height: 100px;
text-align: center;
}
#comment-wrapper .comment-controls,
#comment-wrapper .comment-list {
padding: 10px 20px;
width: 100%;
}
#comment-wrapper .comment-controls .txt,
#comment-wrapper .comment-controls .btn {
float: left;
border: 1px solid #C0C0C0;
height: 30px;
border-radius: 0;
}
#comment-wrapper .comment-controls .txt {
line-height: 20px;
padding: 5px 10px;
width: 80%;
}
#comment-wrapper .comment-controls .btn {
border: 1px solid #C0C0C0;
border-left: none;
padding: 0;
width: 20%;
}
#comment-wrapper .comment-controls .btn:hover {
color: #666;
background-color: #E0E0E0;
}
#comment-wrapper .comment-list li {
border-bottom: 1px solid #F0F0F0;
padding-bottom: 10px;
margin-bottom: 10px;
}
#comment-wrapper .comment-list li:last-child {
margin-bottom: 0;
}
#comment-wrapper .comment-list .user {
float: left;
}
#comment-wrapper .comment-list .user-info {
padding-left: 20px;
margin-left: 40px;
}
#comment-wrapper .comment-list .user-info h3 {
float: left;
height: 40px;
line-height: 20px;
}
#comment-wrapper .comment-list .user-name {
font-size: 16px;
}
#comment-wrapper .comment-list .coment-data {
color: #666;
font-size: 12px;
}
#comment-wrapper .comment-list .user-info p {
text-align: left !important;
margin-bottom: 0;
}
#comment-wrapper .comment-list .commend-wrap {
float: right;
height: 40px;
line-height: 40px;
}
#comment-wrapper .comment-list .commend-wrap i {
display: inline-block;
vertical-align: text-bottom;
height: 24px;
width: 24px;
background: transparent url("../images/like_icon.png") no-repeat scroll 0 0 / 24px 24px;
}
#comment-wrapper .comment-list .commend-wrap i.current {
background-image: url(../images/like_highlight_icon.png);
}
#comment-wrapper .comment-list .commend-wrap span {
display: inline-block;
text-align: right;
width: 40px;
}
#comment-wrapper .comment-list .comment-content {
clear: both;
float: right;
line-height: 20px;
margin-top: 10px;
width: 100%;
}
#more-comment {
background-color: #F0F0F0;
height: 28px;
margin-bottom: 15px;
}
#more-comment a {
color: #06A7E1;
display: block;
font-size: 14px;
height: 28px;
line-height: 28px;
text-align: center;
text-decoration: none;
}
#more-comment a:hover {
background-color: #E5E5E5;
color: #C31;
}
.overflow {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#body-index header {
background-color: #F7F7F7;
border-bottom: 1px solid #F2F2F2;
overflow: hidden;
padding: 20px 10px;
width: 340px;
}
#body-index header .avatar {
float: left;
}
#body-index .nav-bar {
background-color: #FFF;
border: 1px solid #CCC;
border-radius: 30px;
float: left;
height: 20px;
margin: 0 39px;
padding: 5px 0;
width: 200px;
}
#body-index .nav-bar a {
border-right: 1px solid #CCC;
color: #000;
float: left;
line-height: 20px;
padding: 0 18px;
text-decoration: none;
}
#body-index .nav-bar a.active {
color: #42A6EA;
}
#body-index .nav-bar a.last {
border-right: medium none;
}
#body-index .th-large {
float: right;
}
#body-index .content {
overflow: hidden;
padding: 10px;
}
#body-index .content .sub-nav li {
float: left;
width: 50%;
}
#body-index .content .sub-nav li span {
display: block;
padding: 5px 0;
text-indent: 40px;
text-align: center;
font-size: 14px;
line-height: 25px;
color: #4486cf;
border-bottom: 1px solid #eff0f0;
background: transparent no-repeat 35px center / 25px 25px;
}
#body-index .content .sub-nav li:first-child span {
margin-right: 15px;
background-image: url(../images/tv_icon.png);
}
#body-index .content .sub-nav li:last-child span {
margin-left: 15px;
background-image: url(../images/radio_icon.png);
}
#body-index .content .main {
overflow: hidden;
width: 100%;
}
#body-index .content > p {
font-size: 16px;
line-height: 200px;
text-align: center;
}
#body-index .content .list-wrapper {
float: left;
width: 50%;
}
#body-index .content .list-wrapper:first-child {
background: url("../images/index-bg.png") repeat-y right top;
}
#body-index .content .list-wrapper li {
border-bottom: 1px solid #EFF0F0;
height: 60px;
margin: 15px 15px;
}
#body-index .content .list-wrapper li:last-child {
margin-bottom: 0;
}
#body-index .content .list-wrapper li a {
display: block;
color: #000;
text-decoration: none;
}
#body-index .content .list-wrapper li .title {
font-size: 16px;
color: #444;
}
#body-index .content .list-wrapper li p {
margin-top: 10px;
font-size: 12px;
color: #A6A6A6;
}
#body-index .list-group h2 {
border-bottom: 1px solid #CCC;
margin-bottom: 10px;
text-indent: 40px;
font-size: 20px;
height: 40px;
line-height: 35px;
}
#body-index .list-group ul li {
overflow: hidden;
float: left;
width: 50%;
}
#body-index .list-group ul li > a{
display: block;
height: 90px;
}
#body-index .list-group ul li h3,
#body-index .list-group ul li h4 {
height: 25px;
line-height: 25px;
text-align: center;
color: #4A4A4A;
}
#body-index .program ul li h3 {
font-size: 14px;
color: #444;
}
#body-index .program ul li h4 {
font-size: 12px;
color: #A6A6A6;
}
#body-index .program h2 {
color: #4A90E2;
background: transparent url(../images/option_icon.png) no-repeat 10px center;
}
#body-index .series h2 {
background: transparent url(../images/option_red_icon.png) no-repeat 10px center;
}
#body-index .program h2 span {
font-size: 16px;
color: #4486cf;
}
#body-index .series h2 span {
font-size: 16px;
color: #333;
}
#body-index .series h2 a {
float: right;
margin-right: 15px;
text-indent: 0;
font-size: 12px;
color: #A6A6A6;
}
#body-index .series h2 a:hover {
color: #4A4A4A;
}
#body-index .program ul li {
width: 50%;
}
#body-index .program ul li a {
position: relative;
display: block;
margin: 5px;
height: 90px;
border: 1px solid #E2E3E2;
border-radius: 5px;
}
#body-index .program ul li a img {
z-index: -9;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
#body-index .series ul li h3 {
margin-bottom: 10px;
font-size: 14px;
color: #444;
text-align: left;
}
#body-channel {
height: 100%;
}
#body-channel .nav-tabs {
border-bottom: 1px solid #E2E2E2;
height: 40px;
background-color: #FFF;
}
#body-channel .nav-tabs li {
cursor: pointer;
float: left;
line-height: 40px;
padding: 0 10px;
text-align: center;
width: 42%;
height: 40px;
background: url("../images/channel_bg.png") no-repeat right center;
}
#body-channel .main {
height: calc(100% - 280px);
}
#body-channel .nav-tabs li:first-child {
}
#body-channel .nav-tabs li:last-child {
width: 16%;
}
#body-channel .nav-tabs li.active {
color: #1298F2;
}
#body-channel .nav-tabs .share-ico {
background: url("../images/e-share_l.png") no-repeat center center/ 30px 25px;
}
#body-channel .main .tabs-nav {
background-color: #F5F5F5;
float: left;
width: 70px;
height: 100%;
}
#body-channel .main #tabs_container {
position: relative;
margin-left: 70px;
overflow-x: hidden;
height: 100%;
}
#body-channel #tabs {
height: 100%;
}
#body-channel .main .tabs-nav li {
position: relative;
border-bottom: 2px solid #FFF;
font-size: 16px;
height: 14.285714281429%;
text-align: center;
cursor: pointer;
}
#body-channel .main .tabs-nav li a {
position: absolute;
top: 50%;
left: 0;
margin-top: -10px;
height: 20px;
width: 100%;
line-height: 20px;
font-size: 14px;
color: #000;
text-decoration: none;
}
#body-channel .main .tabs-nav li.active {
background-color: #4A90E2;
}
#body-channel .main .tabs-nav li.active a {
color: #FFF;
}
#body-channel .main #comment {
}
#body-channel .main .channel-list {
padding-left: 20px;
padding-right: 10px;
}
#body-channel .main .channel-list p {
font-size: 18px;
height: 200px;
line-height: 200px;
text-align: center;
}
#body-channel .main .channel-list li {
border-bottom: 1px solid #E6E6E6;
height: 41px;
line-height: 41px;
text-align: left;
font-size: 16px;
cursor: pointer;
}
#body-channel .main .channel-list li.active span {
color: #F00;
}
#body-channel .main .channel-list li span {
float: left;
padding-left: 10px;
width: 33.333333333%;
}
#body-channel .main .channel-list li span.date {
padding-left: 0;
text-align: center;
}
#body-channel .main .channel-list li span.name {
}
#body-channel .main .channel-list li span.full-name {
width: 66.666666666%;
}
#body-channel .main .channel-list li span.play {
font-size: 12px;
color: #FA5915;
}
#body-list .main ul > p {
height: 100px;
line-height: 100px;
text-align: center;
}
#body-list ul li {
float: left;
padding: 10px 10px 0;
width: 50%;
}
#body-list ul li h3 {
font: bold 16px/25px Arial;
height: 25px;
}
#body-list ul li span {
position: relative;
float: left;
margin-right: 10px;
font-size: 8px;
height: 25px;
line-height: 25px;
text-indent: 20px;
}
#body-list ul li span:last-child {
margin-right: 0;
}
#body-list ul li .date {
background: url("../images/clicks_icon.png") no-repeat -7px center;
}
#body-list ul li .times {
background: url("../images/pv_icon.png") no-repeat -7px center;
}
#body-list ul li span i {
position: absolute;
top: -2px;
display: block;
width: 25px;
height: 25px;
background: url("../images/like_icon.png") no-repeat left center / 10px 12px;
}
#body-list .main .more {
background-color: #F0F0F0;
height: 28px;
margin-bottom: 15px;
margin-top: 15px;
}
#body-list .main .more a {
color: #06A7E1;
display: block;
font-size: 14px;
height: 28px;
line-height: 28px;
text-align: center;
text-decoration: none;
}
#body-list .main .more a:hover {
background-color: #E5E5E5;
color: #C31;
}
#body-program {
width: 100%;
}
#body-program .video-info {
background-color: #F1F1F1;
height: 40px;
line-height: 40px;
padding: 0 10px;
}
#body-program .video-info .times {
float: left;
font-weight: bold;
}
#body-program .video-info i {
float: right;
height: 40px;
margin-left: 20px;
width: 40px;
}
#body-program .video-info i.heart {
background: transparent url("../images/like_icon.png") no-repeat scroll center center / 25px 25px;
}
#body-program .video-info i.heart:hover {
background-image: url('../images/like_highlight_icon.png');
}
#body-program .video-info i.share {
background: transparent url("../images/e-share_l.png") no-repeat scroll center center / 35px 30px;
}
#body-program .box {
padding: 10px;
}
#body-program .box .list {
margin-bottom: 20px;
}
#body-program #comment {
margin-top: 20px;
}
#body-program .comment-list {
margin-top: 20px;
}
#body-program .txt {
}
#body-special .txt {
line-height: 25px;
padding: 10px 20px;
}
#body-special .box {
padding: 10px 20px;
}
#body-program-list > p {
text-align: center;
line-height: 100px;
}
#body-program-list ul li {
padding: 10px 15px;
border-bottom: 1px solid #E2E3E2;
}
#body-program-list ul li a {
float: left;
color: #B7B6B7;
}
#body-program-list ul li a img {
float: left;
}
#body-program-list .program-info {
float: left;
padding-left: 20px;
width: calc(100% - 100px);
}
#body-program-list .program-info a {
text-decoration: none;
}
#body-program-list .program-info a span {
display: block;
height: 25px;
text-align: left;
line-height: 25px;
color: #000;
}
#body-program-list i {
display: inline-block;
font-size: 12px;
height: 25px;
line-height: 25px;
text-indent: 30px;
}
#body-program-list h3 i {
float: right;
}
#body-program-list .video {
background: url("../images/clicks_icon.png") no-repeat left center;
}
#body-program-list .views {
background: url("../images/pv_icon.png") no-repeat left center;
}
#body-program-list .favorite {
background: url("../images/favorite_icon.png") no-repeat left center;
}
#cp_container_1 {
position: absolute;
left: 50%;
top: 50%;
box-sizing: content-box;
margin: -100px 0 0 -100px;
} | www/css/style.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body,
html {
overflow-x: hidden;
margin: 0 auto;
width: 100%;
height: 100%;
font-size: 14px;
}
#media-wrapper {
overflow: hidden;
width: 100%;
height: 240px;
}
#media-wrapper .video-wrapper{
background-color: #000;
}
#media-wrapper .video-wrapper,
#media-wrapper .audio-wrapper {
width: 100%;
height: 100%;
}
#media-wrapper .audio-wrapper {
position: relative;
background-color: #f0f0f0;
}
#media-wrapper .audio-wrapper audio {
display: none;
}
#media-wrapper .audio-wrapper i {
position: absolute;
left: 50%;
top: 50%;
margin-left: -56px;
margin-top: -56px;;
display: block;
width: 112px;
height: 112px;
}
#media-wrapper .audio-wrapper .pause {
background: transparent url(../images/pause.png) no-repeat center center;
}
#media-wrapper .audio-wrapper .play {
background: transparent url(../images/play.png) no-repeat center center;
}
video {
width: 100%;
height: 240px;
}
.img-circle {
border-radius: 50%;
}
.icon {
display: inline-block;
margin-right: 10px;
vertical-align: middle;
width: 25px;
height: 25px;
background: transparent no-repeat center center;
}
.list-icon {
background-image: url("../images/list_default_icon.png");
}
.active .list-icon {
background-image: url("../images/list_highlight_icon.png");
}
.comment-icon {
background-image: url("../images/comment_default_icon.png");
}
.active .comment-icon {
background-image: url("../images/comment_highlight_icon.png");
}
.box h2 {
border-bottom: 1px solid #CCC;
font-size: 20px;
height: 40px;
line-height: 40px;
}
.box h2 span {
float: left;
}
.box h2 a {
float: right;
font-size: 18px;
}
.box .list {
overflow: hidden;
}
.box .list li {
float: left;
padding: 10px 10px 0;
width: 50%;
}
.box .list img {
width: 100%;
}
.box .list h3 {
font-weight: bold;
line-height: 30px;
}
.box .list h4 {
line-height: 20px;
}
#comment-wrapper {
}
#comment-wrapper > p,
#comment-wrapper .comment-list > p {
height: 100px;
font-size: 16px;
line-height: 100px;
text-align: center;
}
#comment-wrapper .comment-controls,
#comment-wrapper .comment-list {
padding: 10px 20px;
width: 100%;
}
#comment-wrapper .comment-controls .txt,
#comment-wrapper .comment-controls .btn {
float: left;
border: 1px solid #C0C0C0;
height: 30px;
border-radius: 0;
}
#comment-wrapper .comment-controls .txt {
line-height: 20px;
padding: 5px 10px;
width: 80%;
}
#comment-wrapper .comment-controls .btn {
border: 1px solid #C0C0C0;
border-left: none;
padding: 0;
width: 20%;
}
#comment-wrapper .comment-controls .btn:hover {
color: #666;
background-color: #E0E0E0;
}
#comment-wrapper .comment-list li {
border-bottom: 1px solid #F0F0F0;
padding-bottom: 10px;
margin-bottom: 10px;
}
#comment-wrapper .comment-list li:last-child {
margin-bottom: 0;
}
#comment-wrapper .comment-list .user {
float: left;
}
#comment-wrapper .comment-list .user-info {
padding-left: 20px;
margin-left: 40px;
}
#comment-wrapper .comment-list .user-info h3 {
float: left;
height: 40px;
line-height: 20px;
}
#comment-wrapper .comment-list .user-name {
font-size: 16px;
}
#comment-wrapper .comment-list .coment-data {
color: #666;
font-size: 12px;
}
#comment-wrapper .comment-list .user-info p {
text-align: left !important;
margin-bottom: 0;
}
#comment-wrapper .comment-list .commend-wrap {
float: right;
height: 40px;
line-height: 40px;
}
#comment-wrapper .comment-list .commend-wrap i {
display: inline-block;
vertical-align: text-bottom;
height: 24px;
width: 24px;
background: transparent url("../images/like_icon.png") no-repeat scroll 0 0 / 24px 24px;
}
#comment-wrapper .comment-list .commend-wrap i.current {
background-image: url(../images/like_highlight_icon.png);
}
#comment-wrapper .comment-list .commend-wrap span {
display: inline-block;
text-align: right;
width: 40px;
}
#comment-wrapper .comment-list .comment-content {
clear: both;
float: right;
line-height: 20px;
margin-top: 10px;
width: 100%;
}
#more-comment {
background-color: #F0F0F0;
height: 28px;
margin-bottom: 15px;
}
#more-comment a {
color: #06A7E1;
display: block;
font-size: 14px;
height: 28px;
line-height: 28px;
text-align: center;
text-decoration: none;
}
#more-comment a:hover {
background-color: #E5E5E5;
color: #C31;
}
.overflow {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#body-index header {
background-color: #F7F7F7;
border-bottom: 1px solid #F2F2F2;
overflow: hidden;
padding: 20px 10px;
width: 340px;
}
#body-index header .avatar {
float: left;
}
#body-index .nav-bar {
background-color: #FFF;
border: 1px solid #CCC;
border-radius: 30px;
float: left;
height: 20px;
margin: 0 39px;
padding: 5px 0;
width: 200px;
}
#body-index .nav-bar a {
border-right: 1px solid #CCC;
color: #000;
float: left;
line-height: 20px;
padding: 0 18px;
text-decoration: none;
}
#body-index .nav-bar a.active {
color: #42A6EA;
}
#body-index .nav-bar a.last {
border-right: medium none;
}
#body-index .th-large {
float: right;
}
#body-index .content {
overflow: hidden;
padding: 10px;
}
#body-index .content .sub-nav li {
float: left;
width: 50%;
}
#body-index .content .sub-nav li span {
display: block;
padding: 5px 0;
text-indent: 40px;
text-align: center;
font-size: 14px;
line-height: 25px;
color: #4486cf;
border-bottom: 1px solid #eff0f0;
background: transparent no-repeat 35px center / 25px 25px;
}
#body-index .content .sub-nav li:first-child span {
margin-right: 15px;
background-image: url(../images/tv_icon.png);
}
#body-index .content .sub-nav li:last-child span {
margin-left: 15px;
background-image: url(../images/radio_icon.png);
}
#body-index .content .main {
overflow: hidden;
width: 100%;
}
#body-index .content > p {
font-size: 16px;
line-height: 200px;
text-align: center;
}
#body-index .content .list-wrapper {
float: left;
width: 50%;
}
#body-index .content .list-wrapper:first-child {
background: url("../images/index-bg.png") repeat-y right top;
}
#body-index .content .list-wrapper li {
border-bottom: 1px solid #EFF0F0;
height: 60px;
margin: 15px 15px;
}
#body-index .content .list-wrapper li:last-child {
margin-bottom: 0;
}
#body-index .content .list-wrapper li a {
display: block;
color: #000;
text-decoration: none;
}
#body-index .content .list-wrapper li .title {
font-size: 16px;
color: #444;
}
#body-index .content .list-wrapper li p {
margin-top: 10px;
font-size: 12px;
color: #A6A6A6;
}
#body-index .list-group h2 {
border-bottom: 1px solid #CCC;
margin-bottom: 10px;
text-indent: 40px;
font-size: 20px;
height: 40px;
line-height: 35px;
}
#body-index .list-group ul li {
overflow: hidden;
float: left;
width: 50%;
}
#body-index .list-group ul li > a{
display: block;
height: 90px;
}
#body-index .list-group ul li h3,
#body-index .list-group ul li h4 {
height: 25px;
line-height: 25px;
text-align: center;
color: #4A4A4A;
}
#body-index .program ul li h3 {
font-size: 14px;
color: #444;
}
#body-index .program ul li h4 {
font-size: 12px;
color: #A6A6A6;
}
#body-index .program h2 {
color: #4A90E2;
background: transparent url(../images/option_icon.png) no-repeat 10px center;
}
#body-index .series h2 {
background: transparent url(../images/option_red_icon.png) no-repeat 10px center;
}
#body-index .program h2 span {
font-size: 16px;
color: #4486cf;
}
#body-index .series h2 span {
font-size: 16px;
color: #333;
}
#body-index .series h2 a {
float: right;
margin-right: 15px;
text-indent: 0;
font-size: 12px;
color: #A6A6A6;
}
#body-index .series h2 a:hover {
color: #4A4A4A;
}
#body-index .program ul li {
width: 50%;
}
#body-index .program ul li a {
position: relative;
display: block;
margin: 5px;
height: 90px;
border: 1px solid #E2E3E2;
border-radius: 5px;
}
#body-index .program ul li a img {
z-index: -9;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
#body-index .series ul li h3 {
margin-bottom: 10px;
font-size: 14px;
color: #444;
text-align: left;
}
#body-channel {
height: 100%;
}
#body-channel .nav-tabs {
border-bottom: 1px solid #E2E2E2;
height: 40px;
background-color: #FFF;
}
#body-channel .nav-tabs li {
cursor: pointer;
float: left;
line-height: 40px;
padding: 0 10px;
text-align: center;
width: 42%;
height: 40px;
background: url("../images/channel_bg.png") no-repeat right center;
}
#body-channel .main {
height: calc(100% - 280px);
}
#body-channel .nav-tabs li:first-child {
}
#body-channel .nav-tabs li:last-child {
width: 16%;
}
#body-channel .nav-tabs li.active {
color: #1298F2;
}
#body-channel .nav-tabs .share-ico {
background: url("../images/e-share_l.png") no-repeat center center/ 30px 25px;
}
#body-channel .main .tabs-nav {
background-color: #F5F5F5;
float: left;
width: 70px;
height: 100%;
}
#body-channel .main #tabs_container {
position: relative;
margin-left: 70px;
overflow-x: hidden;
height: 100%;
}
#body-channel #tabs {
height: 100%;
}
#body-channel .main .tabs-nav li {
position: relative;
border-bottom: 2px solid #FFF;
font-size: 16px;
height: 14.285714281429%;
text-align: center;
cursor: pointer;
}
#body-channel .main .tabs-nav li a {
position: absolute;
top: 50%;
left: 0;
margin-top: -10px;
height: 20px;
width: 100%;
line-height: 20px;
font-size: 14px;
color: #000;
text-decoration: none;
}
#body-channel .main .tabs-nav li.active {
background-color: #4A90E2;
}
#body-channel .main .tabs-nav li.active a {
color: #FFF;
}
#body-channel .main #comment {
}
#body-channel .main .channel-list {
padding-left: 20px;
padding-right: 10px;
}
#body-channel .main .channel-list p {
font-size: 18px;
height: 200px;
line-height: 200px;
text-align: center;
}
#body-channel .main .channel-list li {
border-bottom: 1px solid #E6E6E6;
height: 41px;
line-height: 41px;
text-align: left;
font-size: 16px;
cursor: pointer;
}
#body-channel .main .channel-list li.active span {
color: #F00;
}
#body-channel .main .channel-list li span {
float: left;
padding-left: 10px;
width: 33.333333333%;
}
#body-channel .main .channel-list li span.date {
padding-left: 0;
text-align: center;
}
#body-channel .main .channel-list li span.name {
}
#body-channel .main .channel-list li span.full-name {
width: 66.666666666%;
}
#body-channel .main .channel-list li span.play {
font-size: 12px;
color: #FA5915;
}
#body-list .main ul > p {
height: 100px;
line-height: 100px;
text-align: center;
}
#body-list ul li {
float: left;
padding: 10px 10px 0;
width: 50%;
}
#body-list ul li h3 {
font: bold 16px/25px Arial;
height: 25px;
}
#body-list ul li span {
position: relative;
float: left;
margin-right: 10px;
font-size: 8px;
height: 25px;
line-height: 25px;
text-indent: 20px;
}
#body-list ul li span:last-child {
margin-right: 0;
}
#body-list ul li .date {
background: url("../images/clicks_icon.png") no-repeat -7px center;
}
#body-list ul li .times {
background: url("../images/pv_icon.png") no-repeat -7px center;
}
#body-list ul li span i {
position: absolute;
top: -2px;
display: block;
width: 25px;
height: 25px;
background: url("../images/like_icon.png") no-repeat left center / 10px 12px;
}
#body-list .main .more {
background-color: #F0F0F0;
height: 28px;
margin-bottom: 15px;
margin-top: 15px;
}
#body-list .main .more a {
color: #06A7E1;
display: block;
font-size: 14px;
height: 28px;
line-height: 28px;
text-align: center;
text-decoration: none;
}
#body-list .main .more a:hover {
background-color: #E5E5E5;
color: #C31;
}
#body-program {
width: 100%;
}
#body-program .video-info {
background-color: #F1F1F1;
height: 40px;
line-height: 40px;
padding: 0 10px;
}
#body-program .video-info .times {
float: left;
font-weight: bold;
}
#body-program .video-info i {
float: right;
height: 40px;
margin-left: 20px;
width: 40px;
}
#body-program .video-info i.heart {
background: transparent url("../images/like_icon.png") no-repeat scroll center center / 25px 25px;
}
#body-program .video-info i.heart:hover {
background-image: url('../images/like_highlight_icon.png');
}
#body-program .video-info i.share {
background: transparent url("../images/e-share_l.png") no-repeat scroll center center / 35px 30px;
}
#body-program .box {
padding: 10px;
}
#body-program .box .list {
margin-bottom: 20px;
}
#body-program #comment {
margin-top: 20px;
}
#body-program .comment-list {
margin-top: 20px;
}
#body-program .txt {
}
#body-special .txt {
line-height: 25px;
padding: 10px 20px;
}
#body-special .box {
padding: 10px 20px;
}
#body-program-list > p {
text-align: center;
line-height: 100px;
}
#body-program-list ul li {
padding: 10px 15px;
border-bottom: 1px solid #E2E3E2;
}
#body-program-list ul li a {
float: left;
color: #B7B6B7;
}
#body-program-list ul li a img {
float: left;
}
#body-program-list .program-info {
float: left;
padding-left: 20px;
width: calc(100% - 100px);
}
#body-program-list .program-info a {
text-decoration: none;
}
#body-program-list .program-info a span {
display: block;
height: 25px;
text-align: left;
line-height: 25px;
color: #000;
}
#body-program-list i {
display: inline-block;
font-size: 12px;
height: 25px;
line-height: 25px;
text-indent: 30px;
}
#body-program-list h3 i {
float: right;
}
#body-program-list .video {
background: url("../images/clicks_icon.png") no-repeat left center;
}
#body-program-list .views {
background: url("../images/pv_icon.png") no-repeat left center;
}
#body-program-list .favorite {
background: url("../images/favorite_icon.png") no-repeat left center;
}
#cp_container_1 {
position: absolute;
left: 50%;
top: 50%;
box-sizing: content-box;
margin: -100px 0 0 -100px;
} | 0.414069 | 0.098079 |
@import url('https://fonts.googleapis.com/css?family=Megrim&display=swap');
body, html{
background-color: black;
}
/*header*/
.heading{
margin: 10px auto;
border-bottom: 2px solid white;
width: 45%;
min-width: 310px;
padding: 5px 5px 10px;
}
/*title*/
.heading h1{
margin: 0;
color: white;
font-family: 'Megrim', monospace;
text-align: center;
font-size: 40px;
user-select: none;
-ms-user-select: none;
transition: all 0.4s ease-in-out;
-webkit-animation: focus-in-expand 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
animation: focus-in-expand 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes focus-in-expand {
0% {
letter-spacing: -0.5em;
-webkit-filter: blur(12px);
filter: blur(12px);
opacity: 0;
}
100% {
-webkit-filter: blur(0px);
filter: blur(0px);
opacity: 1;
}
}
@keyframes focus-in-expand {
0% {
letter-spacing: -0.5em;
-webkit-filter: blur(12px);
filter: blur(12px);
opacity: 0;
}
100% {
-webkit-filter: blur(0px);
filter: blur(0px);
opacity: 1;
}
}
@media screen and (max-width: 500px) {
.heading h1{
font-size: 26px;
}
}
/*content-div-bot (or) head of the bot -----------------------------------------*/
.bot-head{
margin: 10px auto 575px;
width: 20%;
min-width: 310px;
padding: 5px;
height: 80px;
text-align: center;
-webkit-animation: flicker-in-1 2.3s linear forwards;
animation: flicker-in-1 2.3s linear forwards;
}
@-webkit-keyframes flicker-in-1 {
0% {opacity: 0;}
10% {opacity: 0;} 10.1% {opacity: 1;} 10.2% {opacity: 0;}
20% {opacity: 0;} 20.1% {opacity: 1;} 20.6% {opacity: 0;}
30% {opacity: 0;} 30.1% {opacity: 1;} 30.5% {opacity: 1;} 30.6% {opacity: 0;}
45% {opacity: 0;} 45.1% {opacity: 1;}
50% {opacity: 1;}
55% {opacity: 1;} 55.1% {opacity: 0;}
57% {opacity: 0;} 57.1% {opacity: 1;}
60% {opacity: 1;} 60.1% {opacity: 0;}
65% {opacity: 0;} 65.1% {opacity: 1;}
75% {opacity: 1;} 75.1% {opacity: 0;}
77% {opacity: 0;} 77.1% {opacity: 1;}
85% {opacity: 1;} 85.1% {opacity: 0;}
86% {opacity: 0;} 86.1% {opacity: 1;} 86.2% {opacity: 0;} 86.3% {opacity: 1;}
99% {opacity: 1;} 99.1% {opacity: 0;} 99.2% {opacity: 1;}
100% {opacity: 1;}
}
@keyframes flicker-in-1 {
0% {opacity: 0;}
10% {opacity: 0;} 10.1% {opacity: 1;} 10.2% {opacity: 0;}
20% {opacity: 0;} 20.1% {opacity: 1;} 20.6% {opacity: 0;}
30% {opacity: 0;} 30.1% {opacity: 1;} 30.5% {opacity: 1;} 30.6% {opacity: 0;}
45% {opacity: 0;} 45.1% {opacity: 1;}
50% {opacity: 1;}
55% {opacity: 1;} 55.1% {opacity: 0;}
57% {opacity: 0;} 57.1% {opacity: 1;}
60% {opacity: 1;} 60.1% {opacity: 0;}
65% {opacity: 0;} 65.1% {opacity: 1;}
75% {opacity: 1;} 75.1% {opacity: 0;}
77% {opacity: 0;} 77.1% {opacity: 1;}
85% {opacity: 1;} 85.1% {opacity: 0;}
86% {opacity: 0;} 86.1% {opacity: 1;} 86.2% {opacity: 0;} 86.3% {opacity: 1;}
99% {opacity: 1;} 99.1% {opacity: 0;} 99.2% {opacity: 1;}
100% {opacity: 1;}
}
/*BOcT*/
.bot-btn > svg{
height: 70px;
width: 70px;
fill: white;
transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 500px) {
.bot-head{
height: 60px;
animation: none;
-webkit-animation: none;
}
.bot-btn > svg{
width: 55px;
height: 55px;
}
}
.bot-btn > svg:hover{
fill: #ff1439;
}
/*chatter ----------------------------------------------------------------------*/
.arrow_box {
position: relative;
margin: 0 auto 58px;
border-radius: 36px 0 36px 36px;
width: 65%;
height: 485px;
padding: 6px;
background-color: hsl(0,0%,90%);
transition: all 0.5s linear;
display: none;
-webkit-animation: scale-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
animation: scale-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes scale-in-top {
0% { opacity: 0.6;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: 50% -8%;
transform-origin: 50% -8%;
}
100% { opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: 50% -8%;
transform-origin: 50% -8%;
}
}
@keyframes scale-in-top {
0% { opacity: 0.6;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: 50% -8%;
transform-origin: 50% -8%;
}
100% { opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: 50% -8%;
transform-origin: 50% -8%;
}
}
@media screen and (max-width: 880px) {
.arrow_box{
width: 96%;
min-width: 300px;
animation: none;
-webkit-animation: none;
}
}
.arrow_box:after {
bottom: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(0, 0, 0, 0);
border-bottom-color: hsl(0,0%,90%);
border-width: 27px;
margin-left: -27px;
}
/*chatspace------------------------------------*/
.talk_box{
width: 100%;
height: 423px;
border-radius: 32px 0 0 0;
background-color: black;
overflow-y: scroll;
overflow-x: hidden;
}
#chatspace::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);
background-color: #F5F5F5;
}
#chatspace::-webkit-scrollbar
{
width: 10px;
background-color: #F5F5F5;
cursor: pointer;
}
#chatspace::-webkit-scrollbar-thumb
{
background-color: #5c5c5c;
}
/*message CSS-------------------------------------------------------------------*/
/* BOcT talk CSS */
.boct_talk{
float: left;
width: 75%;
margin: 6px 4px 6px 10px;
border: 2px solid #ffffff;
padding: 2px 4px 2px 8px;
position: relative;
background: #e64c63;
font-size: 14px;
color: black;
font-family: monospace;
}
.boct_talk:after, .boct_talk:before {
right: 100%;
top: 25%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.boct_talk:after {
border-color: rgba(226, 50, 76, 0);
border-right-color: #e64c63;
border-width: 8px;
margin-top: -8px;
}
.boct_talk:before {
border-color: rgba(255, 255, 255, 0);
border-right-color: #ffffff;
border-width: 11px;
margin-top: -11px;
}
/*human talk CSS */
.human_talk{
float: right;
width: 75%;
margin: 6px 10px 6px 4px;
background: white;
padding: 2px 8px 2px 4px;
position: relative;
}
.human_talk:after {
left: 100%;
top: 75%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(255, 255, 255, 0);
border-left-color: #ffffff;
border-width: 8px;
margin-top: -8px;
}
.human_talk > p{
color: black;
font-size: 14px;
font-family: monospace;
}
/*Type--------------------------------------------------------------------------*/
.type_box{
margin: 12px auto;
width: 88%;
height: 36px;
transition: all 0.3s linear;
}
@media screen and (max-width: 880px) {
.type_box{
width: 96%;
}
}
.type_box-inner {
width: 100%;
display: flex;
}
.typespace {
width: 100%;
border: 3px solid black; /*#00B4CC;*/
border-right: none;
box-shadow: 0 0 15px black;
padding: 5px;
height: 20px;
border-radius: 5px 0 0 5px;
outline: none;
color: hsl(0,0%,35%);
font-family: sans-serif;
}
.typespace:focus{
color: black;
}
.typespace-enter {
width: 40px;
height: 36px;
border: 1px solid black;
padding: 5px;
background: black;
box-shadow: 0 0 15px black;
text-align: center;
color: white;
border-radius: 0 5px 5px 0;
cursor: pointer;
outline: none;
font-size: 18px;
transition: all 0.1s linear;
}
.typespace-enter:hover, .typespace-enter:focus{
color: hsl(351, 100%, 70%);
}
.typespace-enter:active{
font-size: 16px;
color: #ff1439;
}
/* FOOTER ----------------------------------------------------------------------*/
footer{
border-top: 3px solid white;
padding: 20px 10px 0;
height: 40px;
min-width: 300px;
margin: 0 auto 10px;
text-align: center;
}
footer > div{
width: 46%;
float: left;
margin: auto 2%;
}
footer > div > a{
color: white;
outline: none;
text-decoration: none;
font-family: monospace;
font-size: 12px;
}
footer > div > a:hover, footer > div > a:focus{
color: #ff1439;
}
/*
*-----------------------------------------------------------
* Animations: scale-in-top, flicker-in-1 and focus-in-expand.
* generated by animista.net
* Licensed under FreeBSD License.
* See http://animista.net/license for more info.
* w: http://animista.net, t: @cssanimista
*-----------------------------------------------------------
*/ | v1.9.5 Plus/boctstyle/index.css | @import url('https://fonts.googleapis.com/css?family=Megrim&display=swap');
body, html{
background-color: black;
}
/*header*/
.heading{
margin: 10px auto;
border-bottom: 2px solid white;
width: 45%;
min-width: 310px;
padding: 5px 5px 10px;
}
/*title*/
.heading h1{
margin: 0;
color: white;
font-family: 'Megrim', monospace;
text-align: center;
font-size: 40px;
user-select: none;
-ms-user-select: none;
transition: all 0.4s ease-in-out;
-webkit-animation: focus-in-expand 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
animation: focus-in-expand 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes focus-in-expand {
0% {
letter-spacing: -0.5em;
-webkit-filter: blur(12px);
filter: blur(12px);
opacity: 0;
}
100% {
-webkit-filter: blur(0px);
filter: blur(0px);
opacity: 1;
}
}
@keyframes focus-in-expand {
0% {
letter-spacing: -0.5em;
-webkit-filter: blur(12px);
filter: blur(12px);
opacity: 0;
}
100% {
-webkit-filter: blur(0px);
filter: blur(0px);
opacity: 1;
}
}
@media screen and (max-width: 500px) {
.heading h1{
font-size: 26px;
}
}
/*content-div-bot (or) head of the bot -----------------------------------------*/
.bot-head{
margin: 10px auto 575px;
width: 20%;
min-width: 310px;
padding: 5px;
height: 80px;
text-align: center;
-webkit-animation: flicker-in-1 2.3s linear forwards;
animation: flicker-in-1 2.3s linear forwards;
}
@-webkit-keyframes flicker-in-1 {
0% {opacity: 0;}
10% {opacity: 0;} 10.1% {opacity: 1;} 10.2% {opacity: 0;}
20% {opacity: 0;} 20.1% {opacity: 1;} 20.6% {opacity: 0;}
30% {opacity: 0;} 30.1% {opacity: 1;} 30.5% {opacity: 1;} 30.6% {opacity: 0;}
45% {opacity: 0;} 45.1% {opacity: 1;}
50% {opacity: 1;}
55% {opacity: 1;} 55.1% {opacity: 0;}
57% {opacity: 0;} 57.1% {opacity: 1;}
60% {opacity: 1;} 60.1% {opacity: 0;}
65% {opacity: 0;} 65.1% {opacity: 1;}
75% {opacity: 1;} 75.1% {opacity: 0;}
77% {opacity: 0;} 77.1% {opacity: 1;}
85% {opacity: 1;} 85.1% {opacity: 0;}
86% {opacity: 0;} 86.1% {opacity: 1;} 86.2% {opacity: 0;} 86.3% {opacity: 1;}
99% {opacity: 1;} 99.1% {opacity: 0;} 99.2% {opacity: 1;}
100% {opacity: 1;}
}
@keyframes flicker-in-1 {
0% {opacity: 0;}
10% {opacity: 0;} 10.1% {opacity: 1;} 10.2% {opacity: 0;}
20% {opacity: 0;} 20.1% {opacity: 1;} 20.6% {opacity: 0;}
30% {opacity: 0;} 30.1% {opacity: 1;} 30.5% {opacity: 1;} 30.6% {opacity: 0;}
45% {opacity: 0;} 45.1% {opacity: 1;}
50% {opacity: 1;}
55% {opacity: 1;} 55.1% {opacity: 0;}
57% {opacity: 0;} 57.1% {opacity: 1;}
60% {opacity: 1;} 60.1% {opacity: 0;}
65% {opacity: 0;} 65.1% {opacity: 1;}
75% {opacity: 1;} 75.1% {opacity: 0;}
77% {opacity: 0;} 77.1% {opacity: 1;}
85% {opacity: 1;} 85.1% {opacity: 0;}
86% {opacity: 0;} 86.1% {opacity: 1;} 86.2% {opacity: 0;} 86.3% {opacity: 1;}
99% {opacity: 1;} 99.1% {opacity: 0;} 99.2% {opacity: 1;}
100% {opacity: 1;}
}
/*BOcT*/
.bot-btn > svg{
height: 70px;
width: 70px;
fill: white;
transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 500px) {
.bot-head{
height: 60px;
animation: none;
-webkit-animation: none;
}
.bot-btn > svg{
width: 55px;
height: 55px;
}
}
.bot-btn > svg:hover{
fill: #ff1439;
}
/*chatter ----------------------------------------------------------------------*/
.arrow_box {
position: relative;
margin: 0 auto 58px;
border-radius: 36px 0 36px 36px;
width: 65%;
height: 485px;
padding: 6px;
background-color: hsl(0,0%,90%);
transition: all 0.5s linear;
display: none;
-webkit-animation: scale-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
animation: scale-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes scale-in-top {
0% { opacity: 0.6;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: 50% -8%;
transform-origin: 50% -8%;
}
100% { opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: 50% -8%;
transform-origin: 50% -8%;
}
}
@keyframes scale-in-top {
0% { opacity: 0.6;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: 50% -8%;
transform-origin: 50% -8%;
}
100% { opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: 50% -8%;
transform-origin: 50% -8%;
}
}
@media screen and (max-width: 880px) {
.arrow_box{
width: 96%;
min-width: 300px;
animation: none;
-webkit-animation: none;
}
}
.arrow_box:after {
bottom: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(0, 0, 0, 0);
border-bottom-color: hsl(0,0%,90%);
border-width: 27px;
margin-left: -27px;
}
/*chatspace------------------------------------*/
.talk_box{
width: 100%;
height: 423px;
border-radius: 32px 0 0 0;
background-color: black;
overflow-y: scroll;
overflow-x: hidden;
}
#chatspace::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);
background-color: #F5F5F5;
}
#chatspace::-webkit-scrollbar
{
width: 10px;
background-color: #F5F5F5;
cursor: pointer;
}
#chatspace::-webkit-scrollbar-thumb
{
background-color: #5c5c5c;
}
/*message CSS-------------------------------------------------------------------*/
/* BOcT talk CSS */
.boct_talk{
float: left;
width: 75%;
margin: 6px 4px 6px 10px;
border: 2px solid #ffffff;
padding: 2px 4px 2px 8px;
position: relative;
background: #e64c63;
font-size: 14px;
color: black;
font-family: monospace;
}
.boct_talk:after, .boct_talk:before {
right: 100%;
top: 25%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.boct_talk:after {
border-color: rgba(226, 50, 76, 0);
border-right-color: #e64c63;
border-width: 8px;
margin-top: -8px;
}
.boct_talk:before {
border-color: rgba(255, 255, 255, 0);
border-right-color: #ffffff;
border-width: 11px;
margin-top: -11px;
}
/*human talk CSS */
.human_talk{
float: right;
width: 75%;
margin: 6px 10px 6px 4px;
background: white;
padding: 2px 8px 2px 4px;
position: relative;
}
.human_talk:after {
left: 100%;
top: 75%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(255, 255, 255, 0);
border-left-color: #ffffff;
border-width: 8px;
margin-top: -8px;
}
.human_talk > p{
color: black;
font-size: 14px;
font-family: monospace;
}
/*Type--------------------------------------------------------------------------*/
.type_box{
margin: 12px auto;
width: 88%;
height: 36px;
transition: all 0.3s linear;
}
@media screen and (max-width: 880px) {
.type_box{
width: 96%;
}
}
.type_box-inner {
width: 100%;
display: flex;
}
.typespace {
width: 100%;
border: 3px solid black; /*#00B4CC;*/
border-right: none;
box-shadow: 0 0 15px black;
padding: 5px;
height: 20px;
border-radius: 5px 0 0 5px;
outline: none;
color: hsl(0,0%,35%);
font-family: sans-serif;
}
.typespace:focus{
color: black;
}
.typespace-enter {
width: 40px;
height: 36px;
border: 1px solid black;
padding: 5px;
background: black;
box-shadow: 0 0 15px black;
text-align: center;
color: white;
border-radius: 0 5px 5px 0;
cursor: pointer;
outline: none;
font-size: 18px;
transition: all 0.1s linear;
}
.typespace-enter:hover, .typespace-enter:focus{
color: hsl(351, 100%, 70%);
}
.typespace-enter:active{
font-size: 16px;
color: #ff1439;
}
/* FOOTER ----------------------------------------------------------------------*/
footer{
border-top: 3px solid white;
padding: 20px 10px 0;
height: 40px;
min-width: 300px;
margin: 0 auto 10px;
text-align: center;
}
footer > div{
width: 46%;
float: left;
margin: auto 2%;
}
footer > div > a{
color: white;
outline: none;
text-decoration: none;
font-family: monospace;
font-size: 12px;
}
footer > div > a:hover, footer > div > a:focus{
color: #ff1439;
}
/*
*-----------------------------------------------------------
* Animations: scale-in-top, flicker-in-1 and focus-in-expand.
* generated by animista.net
* Licensed under FreeBSD License.
* See http://animista.net/license for more info.
* w: http://animista.net, t: @cssanimista
*-----------------------------------------------------------
*/ | 0.364891 | 0.106551 |
@charset "utf-8";
/* CSS Document */
a{ color:#333333}
.white{ color:#fff}
.red{ color:#c61b18 !important}
.red2{color:#ec2c2f}
.bold{ font-weight:bold}
.container{ width:100%;max-width:640px; margin:0 auto; }
.my-header{ background-color:#cd1317}
.my-radius{ border-radius:10px}
.am-slider-a1 .am-control-nav li a.am-active{ background-color:#cd1317}
.my-nav-footer{background-color:#494949}
.my-nav-bar{ height:60px; line-height:60px; background-color:#fff; border-bottom:solid 1px #e1e2e2}
.my-nav-bar ol,.my-nav-bar ul{ padding:0px; margin:0px; padding-left:20px;}
.my-footer-ul{}
.my-footer-ul a{ color:#FFF !important}
.my-footer-ul li:hover{ background:#333333}
.my-shop-nav{ background:#333333; color:#FFF; position:relative;}
.my-shop-nav-img{ position:absolute; top:-70px; left:60px; border:solid 4px #FFF;}
.my-shop-nav-panellf{ width:35%;}
.my-shop-nav-panelrt{width:65%;}
.my-shop-nav-ul{}
.my-shop-nav-ul a{ color:#fff}
.my-shop-nav-ul a:hover{ color:#000}
.my-shop-product-list{ padding:10px;}
.my-shop-product-list > li{ padding:10px;}
.my-shop-product-list .am-img-responsive{ margin:0 auto;}
.my-shop-product-list > li h3{ margin-top:0.8em; margin-bottom:0.6em}
.product-list-share{ padding-top:10px;}
.product-list-share > li{ text-align:center}
.list-product-price-span{ color:#ea1010; display:inline-block; float:left; height:3.2rem; border-right:solid 1px #ededed; line-height:3.2rem; padding:0 20px 0px 0px; margin-bottom:5px}
.list-product-price-span2{color:#ea1010; display:inline-block; float:left; height:3.2rem; border-right:solid 1px #ededed; line-height:3.2rem; padding:0 20px 0px 20px; margin-bottom:5px;}
.list-product-commission-span{display:inline-block; float:left; height:3.2rem; border-right:solid 1px #ededed; line-height:1.6rem; padding:0 30px ;text-align:center;margin-bottom:5px}
.list-product-sorce-span{display:inline-block; float:left; height:3.2rem; line-height:1.6rem; padding:0 0px 0px 20px; text-align:center;margin-bottom:5px}
.my-nav-footer .am-navbar-nav{ overflow:visible}
.footer-nav{ position:absolute; background:#FFF; bottom:60px; z-index:10000; border: solid 1px #dedede; width:110px; right:-8px; display:none}
.footer-nav span{ line-height:36px; display:block; border-bottom: solid 1px #dedede; padding:0px 10px}
.footer-nav span:before{ color:#aaa}
.footer-nav span a{ height:36px; line-height:36px; color:#333333 !important; display:inline; margin-left:5px}
.am-divider{ margin:0px}
.am-footer{ padding-top:0px}
.uchome-info{ height:240px;
background: #8d8c9e; /* Old browsers */
background: -moz-linear-gradient(top, #8d8c9e 0%, #f2c9c7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8d8c9e), color-stop(100%,#f2c9c7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #8d8c9e 0%,#f2c9c7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #8d8c9e 0%,#f2c9c7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #8d8c9e 0%,#f2c9c7 100%); /* IE10+ */
background: linear-gradient(to bottom, #8d8c9e 0%,#f2c9c7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d8c9e', endColorstr='#f2c9c7',GradientType=0 ); /* IE6-9 */
overflow:hidden
}
.uchome-info-uimg{ width:33%; float:left; display:inline;}
.uchome-info-uimg img{ width:150px; height:150px; border:solid 5px #cbb8c1; border-radius:150px; margin:40px 0px 0px 40px}
.uchome-info-uinfo{width:66%; float:right; display:inline; color:#ffffff; padding-top:30px;}
.uchome-info-uinfo > p{ font-size:24px;}
.uchome-nav{ height:70px; line-height:70px; font-size:20px; background:#333333; width:100%; text-align:center; overflow:hidden}
.uchome-nav a{ color:#FFFFFF}
.uchome-apps{ padding:8px 4px; background-color:#f7f8f8}
.uchome-apps-ul{}
.uchome-apps-ul li{ text-align:center; padding:5px;}
.uchome-apps-ul li a{ display:block; width:100%;border:solid 1px #ccc; border-radius:5px; box-shadow:1px 1px 1px #D5D2D2; background-color:#fff}
.uchome-apps-ul li p{ margin:0px 0px;}
.uchome-apps-ul li p.imgp{ height:66px; width:66px; margin:26px auto 10px auto}
.uchome-apps-ul li p.namep{ font-size:24px; color:#333333; margin:8px}
.uchome-apps-ul li p.lastp{ font-size:20px; color:#888888;margin-bottom:20px}
.cart-panel{ padding:18px 20px; background:#f7f8f8}
.cart-list-panel{ padding:0 20px;border:solid 1px #ccc; border-radius:5px; box-shadow:1px 1px 1px #D5D2D2; background-color:#fff}
.cart-panel-ul{}
.cart-panel-ul > li{ height:260px; border-bottom:solid 1px #e5e5e5; clear:both}
.cart-panel-ul > li:last-of-type{ border-bottom:none;}
.cart-panel-ul > li .imgpanel{ width:220px; height:220px; float:left; text-align:center; padding:15px;}
.cart-panel-ul > li .infopanel{ width:auto; float:left; padding-top:35px}
.cart-panel-ul > li .infopanel h3{ font-size:24px; color:#333; margin-bottom:1rem}
.cart-panel-ul > li .infopanel h3 a{ color:#333}
.cart-panel-ul > li .infopanel p{ font-size:18px; color:#888888; margin:0.5rem}
.cart_foot{ font-size:24px; line-height:70px; background-color:#fff}
.cart-tool{ padding:0.5rem; text-align:right}
.withdrawals-panel{ border:solid 1px #ccc;border-radius:5px;background-color:#fff; padding:0.8rem 0.6rem; margin-bottom:1rem; overflow:hidden}
.comm-table{ font-size:20px;}
.up-radio-item{ margin:0px 20px 20px 20px; color:#fff; background:#4ab4e0; border-radius:10px; height:80px; font-size:24px; line-height:80px}
.up-radio-item2{ background:#f5a025}
.up-radio-item3{ background:#ac73c6}
.up-radio-item input{ margin-top:35px; margin-left:-10px !important;}
.groupby-t-p{ margin-bottom:0.8rem;}
.groupby-img-panle{ width:38%; float:left; margin-top:25px}
.groupby-info-panle{ width:60%; float:right;margin-top:25px}
.groupby-info-panle h3{font-size:24px; color:#333; margin-bottom:1rem}
.groupby-info-panle p{font-size:18px; color:#888888; margin:0.5rem}
.qrcode-title-panel{ height:200px}
.qrcode-face{ width:41%; float:left}
.qrcode-face img{ width:110px; height:110px; float:right; margin:42px 10px 0px 0px; border-radius:110px; border:solid 5px #f5f5f5}
.qrcode-myinfo{width:48%; float:left;padding-top:55px}
.qrcode-myinfo p{ margin:0.6rem;}
.qrcode-qrcode{ width:220px; height:220px; padding:16px; border:solid 1px #ccc}
.partners-title-panel{ padding:20px;}
.partners-title-panel-title{ color:#333333; background:#ededed; border-radius:10px; height:78px; font-size:24px; line-height:78px; border:solid 1px #dedede}
.partners-title-panel-title i{ margin:0px 20px;}
.partners-title-panel-title span{ background:#497bae; color:#fff; line-height:3.5rem; margin:16px 20px 0px 0px; border-radius:10px; padding:0px 20px}
.gray-panel{ background-color:#f5f5f5; overflow:hidden}
.my-search-title-panel{ background:#fff; border-top: solid 1px #eaeaea; border-bottom:solid 1px #eaeaea; padding:16px; margin-top:18px;}
.letter-table{}
.letter-table td{ text-align:center}
.letter-table td a{ color:#30b4a5}
.city-ul{border-left:1px solid #ddd; border-top:1px solid #ddd; overflow:hidden; padding:0px; margin:0px; margin-bottom:10px;}
.city-ul li{ list-style:none; text-align:center; width:25%; border-bottom:1px solid #ddd; border-right:1px solid #ddd; float:left; height:40px; line-height:40px}
.city-ul li.letter{ height:80px; line-height:80px; font-size:52px; color:#b7b7b7}
.paoduct-title-panel{ background:#fff; border-bottom:1px solid #eaeaea; padding:0px 20px; margin-bottom:16px}
.product-h1{ font-size:24px; font-weight:normal; padding-top:20px; margin-bottom:0.5rem;}
.paoduct-title-panel p{ margin:0.5rem 0rem; font-size:14px;}
.product-title-gray-text{ color:#888888; font-size:12px;}
.size-p{ margin:0.5rem 0rem;}
.size-p span{ border:solid 1px #ededed; padding:4px 8px; margin-right:5px; border-radius:3px;}
.size-p span.click{border:solid 1px #48b33a;}
.btn-qty{}
.checkout-h2{font-size:24px; font-weight:normal; padding-top:20px; margin-bottom:0.5rem;}
.txt-qty{ width:50px; text-align:center}
.select-area{ width:30% !important; display:inline !important; margin-right:3% !important}
.payimg{ height:20px;}
.my-pay-ul{}
.my-pay-ul a:hover,.my-pay-ul a.hover{ color:#d02a2e}
.my-category-dl{ overflow:hidden}
.my-category-dl dt+dd{ margin-top:0;}
.my-category-dl dd{ padding:1rem 1rem 0 1rem; float:left}
@media screen and (max-width: 639px){
.my-radius{ border-radius:5px}
.my-nav-bar{ height:32px; line-height:32px;}
.my-nav-bar ol,.my-nav-bar ul{ padding-left:10px;}
.my-shop-nav-img{ position:absolute; top:-20px; left:15px; border:solid 4px #FFF; width:60px; height:60px;}
.my-shop-nav-img img{ width:100%; height:100%;}
.my-shop-nav-panellf{ width:20%;}
.my-shop-nav-panelrt{width:80%;}
.my-shop-product-list{ padding:5px;}
.my-shop-product-list > li{ padding:5px;}
.am-panel-bd{ padding:0.8rem;}
.my-shop-product-list .am-panel{ margin-bottom:0px;}
.list-product-price-span{ color:#ea1010; display:inline-block; float:left; height:2.4rem; border-right:solid 1px #ededed; line-height:2.4rem; padding:0 10px 0px 0px; margin-bottom:5px}
.list-product-price-span2{ color:#ea1010; display:inline-block; float:left; height:2.4rem; border-right:solid 1px #ededed; line-height:2.4rem; padding:0 15px 0px 20px; margin-bottom:5px}
.list-product-commission-span{display:inline-block; float:left; height:2.4rem; border-right:solid 1px #ededed; line-height:1.2rem; font-size:1.2rem; padding:0 10px ;text-align:center;margin-bottom:5px}
.list-product-sorce-span{display:inline-block; float:left; height:2.4rem; line-height:1.2rem; font-size:1.2rem; padding:0 0px 0px 10px; text-align:center;margin-bottom:5px}
.product-list-share > li > a{ width:20px; height:20px; display:block; margin:0 auto;}
.index-addcart-btn{ padding:0.3em 0.5em; border-radius:3px;}
.uchome-info{ height:120px;}
.uchome-info-uimg img{ width:72px; height:72px; border:solid 3px #cbb8c1; border-radius:72px; margin:22px 0px 0px 22px}
.uchome-info-uinfo{ padding-top:14px}
.uchome-info-uinfo > p{ font-size:13px; margin:0.6rem 0;}
.uchome-nav{ height:35px; line-height:35px; font-size:14px; background:#333333}
.uchome-nav a{ color:#FFFFFF}
.uchome-apps-ul li p.imgp{ height:33px; width:33px; margin:13px auto 10px auto}
.uchome-apps-ul li p.namep{ font-size:13px; margin-bottom:4px;}
.uchome-apps-ul li p.lastp{ font-size:10px; margin-bottom:10px}
.cart-panel{ padding:9px 10px; background:#f7f8f8}
.cart-list-panel{ padding:0 10px}
.cart-panel-ul > li{ height:130px;}
.cart-panel-ul > li .imgpanel{ width:130px; height:130px; float:left; text-align:center;}
.cart-panel-ul > li .infopanel{ width:auto; float:left; padding-top:16px}
.cart-panel-ul > li .infopanel h3{ font-size:13px; color:#333; margin-bottom:0.3rem}
.cart-panel-ul > li .infopanel p{ font-size:12px; color:#888888; margin:0px}
.cart_foot{ font-size:13px; line-height:35px; background-color:#fff}
.comm-table{ font-size:13px;}
.up-radio-item{ margin:0px 10px 15px 10px; border-radius:5px; height:40px; font-size:13px; line-height:40px}
.up-radio-item input{ margin-top:14px; margin-left:-15px !important;}
.groupby-img-panle{ width:38%; float:left; margin-top:12px}
.groupby-info-panle{margin-top:12px}
.groupby-info-panle h3{ font-size:13px; color:#333; margin-bottom:0.3rem}
.groupby-info-panle p{font-size:12px; color:#888888; margin:0.2rem}
.qrcode-title-panel{ height:100px}
.qrcode-face{ height:100px}
.qrcode-face img{ width:55px; height:55px; float:right; margin:22px 10px 0px 0px; border-radius:55px; border:solid 3px #f5f5f5}
.qrcode-myinfo{ padding-top:15px}
.qrcode-qrcode{ width:120px; height:120px; padding:8px;}
.partners-title-panel{ padding:10px;}
.partners-title-panel-title{ color:#333333; background:#ededed; border-radius:5px; height:39px; font-size:13px; line-height:39px; border:solid 1px #dedede}
.partners-title-panel-title i{ margin:0px 10px;}
.partners-title-panel-title span{ background:#497bae; color:#fff; line-height:2rem; margin:7px 10px 0px 0px; border-radius:5px; padding:0px 10px}
.my-search-title-panel{ background:#fff; border-top: solid 1px #eaeaea; border-bottom:solid 1px #eaeaea; padding:8px; margin-top:9px;}
.my-search-titp-p{ margin-bottom:0.8rem}
.paoduct-title-panel{padding:0px 10px;margin-bottom:8px}
.product-h1{ font-size:18px; line-height:2rem; margin-bottom:0.5rem; padding-top:10px}
.checkout-h2{font-size:16px; line-height:2rem; margin-bottom:0.5rem; padding-top:10px; padding-bottom:0.5rem; border-bottom:solid 1px #eaeaea}
}
@media screen and (max-width: 320px){
.my-shop-nav-ul{ font-size:1.3rem;}
.my-shop-nav-ul li a{ text-align:left}
.my-shop-product-list .am-panel{ margin-bottom:0px;}
.list-product-price-span{ color:#ea1010; display:inline-block; float:left; height:2.4rem; border-right:solid 1px #ededed; line-height:2.4rem; padding:0 5px 0px 0px; margin-bottom:5px;font-size:1.5rem;}
.list-product-commission-span{display:inline-block; float:left; height:2.4rem; border-right:solid 1px #ededed; line-height:1.2rem; font-size:1.2rem; padding:0 5px ;text-align:center;margin-bottom:5px}
.list-product-sorce-span{display:inline-block; float:left; height:2.4rem; line-height:1.2rem; font-size:1.2rem; padding:0 0px 0px 5px; text-align:center;margin-bottom:5px}
.uchome-info-uinfo > p{ font-size:12px; margin:0.6rem 0;}
.uchome-nav{ height:35px; line-height:35px; font-size:12px; background:#333333}
.cart-panel-ul > li .infopanel{ width:auto; float:left; padding-top:16px}
.cart-panel-ul > li .infopanel h3{ font-size:12px; color:#333; margin-bottom:0.3rem}
.cart-panel-ul > li .infopanel p{ font-size:11px; color:#888888; margin:0px}
.cart_foot{ font-size:11px;}
.comm-table{ font-size:12px;}
.withdrawals-panel{ font-size:1.4rem;}
} | public/test/default/style.css | @charset "utf-8";
/* CSS Document */
a{ color:#333333}
.white{ color:#fff}
.red{ color:#c61b18 !important}
.red2{color:#ec2c2f}
.bold{ font-weight:bold}
.container{ width:100%;max-width:640px; margin:0 auto; }
.my-header{ background-color:#cd1317}
.my-radius{ border-radius:10px}
.am-slider-a1 .am-control-nav li a.am-active{ background-color:#cd1317}
.my-nav-footer{background-color:#494949}
.my-nav-bar{ height:60px; line-height:60px; background-color:#fff; border-bottom:solid 1px #e1e2e2}
.my-nav-bar ol,.my-nav-bar ul{ padding:0px; margin:0px; padding-left:20px;}
.my-footer-ul{}
.my-footer-ul a{ color:#FFF !important}
.my-footer-ul li:hover{ background:#333333}
.my-shop-nav{ background:#333333; color:#FFF; position:relative;}
.my-shop-nav-img{ position:absolute; top:-70px; left:60px; border:solid 4px #FFF;}
.my-shop-nav-panellf{ width:35%;}
.my-shop-nav-panelrt{width:65%;}
.my-shop-nav-ul{}
.my-shop-nav-ul a{ color:#fff}
.my-shop-nav-ul a:hover{ color:#000}
.my-shop-product-list{ padding:10px;}
.my-shop-product-list > li{ padding:10px;}
.my-shop-product-list .am-img-responsive{ margin:0 auto;}
.my-shop-product-list > li h3{ margin-top:0.8em; margin-bottom:0.6em}
.product-list-share{ padding-top:10px;}
.product-list-share > li{ text-align:center}
.list-product-price-span{ color:#ea1010; display:inline-block; float:left; height:3.2rem; border-right:solid 1px #ededed; line-height:3.2rem; padding:0 20px 0px 0px; margin-bottom:5px}
.list-product-price-span2{color:#ea1010; display:inline-block; float:left; height:3.2rem; border-right:solid 1px #ededed; line-height:3.2rem; padding:0 20px 0px 20px; margin-bottom:5px;}
.list-product-commission-span{display:inline-block; float:left; height:3.2rem; border-right:solid 1px #ededed; line-height:1.6rem; padding:0 30px ;text-align:center;margin-bottom:5px}
.list-product-sorce-span{display:inline-block; float:left; height:3.2rem; line-height:1.6rem; padding:0 0px 0px 20px; text-align:center;margin-bottom:5px}
.my-nav-footer .am-navbar-nav{ overflow:visible}
.footer-nav{ position:absolute; background:#FFF; bottom:60px; z-index:10000; border: solid 1px #dedede; width:110px; right:-8px; display:none}
.footer-nav span{ line-height:36px; display:block; border-bottom: solid 1px #dedede; padding:0px 10px}
.footer-nav span:before{ color:#aaa}
.footer-nav span a{ height:36px; line-height:36px; color:#333333 !important; display:inline; margin-left:5px}
.am-divider{ margin:0px}
.am-footer{ padding-top:0px}
.uchome-info{ height:240px;
background: #8d8c9e; /* Old browsers */
background: -moz-linear-gradient(top, #8d8c9e 0%, #f2c9c7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8d8c9e), color-stop(100%,#f2c9c7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #8d8c9e 0%,#f2c9c7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #8d8c9e 0%,#f2c9c7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #8d8c9e 0%,#f2c9c7 100%); /* IE10+ */
background: linear-gradient(to bottom, #8d8c9e 0%,#f2c9c7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d8c9e', endColorstr='#f2c9c7',GradientType=0 ); /* IE6-9 */
overflow:hidden
}
.uchome-info-uimg{ width:33%; float:left; display:inline;}
.uchome-info-uimg img{ width:150px; height:150px; border:solid 5px #cbb8c1; border-radius:150px; margin:40px 0px 0px 40px}
.uchome-info-uinfo{width:66%; float:right; display:inline; color:#ffffff; padding-top:30px;}
.uchome-info-uinfo > p{ font-size:24px;}
.uchome-nav{ height:70px; line-height:70px; font-size:20px; background:#333333; width:100%; text-align:center; overflow:hidden}
.uchome-nav a{ color:#FFFFFF}
.uchome-apps{ padding:8px 4px; background-color:#f7f8f8}
.uchome-apps-ul{}
.uchome-apps-ul li{ text-align:center; padding:5px;}
.uchome-apps-ul li a{ display:block; width:100%;border:solid 1px #ccc; border-radius:5px; box-shadow:1px 1px 1px #D5D2D2; background-color:#fff}
.uchome-apps-ul li p{ margin:0px 0px;}
.uchome-apps-ul li p.imgp{ height:66px; width:66px; margin:26px auto 10px auto}
.uchome-apps-ul li p.namep{ font-size:24px; color:#333333; margin:8px}
.uchome-apps-ul li p.lastp{ font-size:20px; color:#888888;margin-bottom:20px}
.cart-panel{ padding:18px 20px; background:#f7f8f8}
.cart-list-panel{ padding:0 20px;border:solid 1px #ccc; border-radius:5px; box-shadow:1px 1px 1px #D5D2D2; background-color:#fff}
.cart-panel-ul{}
.cart-panel-ul > li{ height:260px; border-bottom:solid 1px #e5e5e5; clear:both}
.cart-panel-ul > li:last-of-type{ border-bottom:none;}
.cart-panel-ul > li .imgpanel{ width:220px; height:220px; float:left; text-align:center; padding:15px;}
.cart-panel-ul > li .infopanel{ width:auto; float:left; padding-top:35px}
.cart-panel-ul > li .infopanel h3{ font-size:24px; color:#333; margin-bottom:1rem}
.cart-panel-ul > li .infopanel h3 a{ color:#333}
.cart-panel-ul > li .infopanel p{ font-size:18px; color:#888888; margin:0.5rem}
.cart_foot{ font-size:24px; line-height:70px; background-color:#fff}
.cart-tool{ padding:0.5rem; text-align:right}
.withdrawals-panel{ border:solid 1px #ccc;border-radius:5px;background-color:#fff; padding:0.8rem 0.6rem; margin-bottom:1rem; overflow:hidden}
.comm-table{ font-size:20px;}
.up-radio-item{ margin:0px 20px 20px 20px; color:#fff; background:#4ab4e0; border-radius:10px; height:80px; font-size:24px; line-height:80px}
.up-radio-item2{ background:#f5a025}
.up-radio-item3{ background:#ac73c6}
.up-radio-item input{ margin-top:35px; margin-left:-10px !important;}
.groupby-t-p{ margin-bottom:0.8rem;}
.groupby-img-panle{ width:38%; float:left; margin-top:25px}
.groupby-info-panle{ width:60%; float:right;margin-top:25px}
.groupby-info-panle h3{font-size:24px; color:#333; margin-bottom:1rem}
.groupby-info-panle p{font-size:18px; color:#888888; margin:0.5rem}
.qrcode-title-panel{ height:200px}
.qrcode-face{ width:41%; float:left}
.qrcode-face img{ width:110px; height:110px; float:right; margin:42px 10px 0px 0px; border-radius:110px; border:solid 5px #f5f5f5}
.qrcode-myinfo{width:48%; float:left;padding-top:55px}
.qrcode-myinfo p{ margin:0.6rem;}
.qrcode-qrcode{ width:220px; height:220px; padding:16px; border:solid 1px #ccc}
.partners-title-panel{ padding:20px;}
.partners-title-panel-title{ color:#333333; background:#ededed; border-radius:10px; height:78px; font-size:24px; line-height:78px; border:solid 1px #dedede}
.partners-title-panel-title i{ margin:0px 20px;}
.partners-title-panel-title span{ background:#497bae; color:#fff; line-height:3.5rem; margin:16px 20px 0px 0px; border-radius:10px; padding:0px 20px}
.gray-panel{ background-color:#f5f5f5; overflow:hidden}
.my-search-title-panel{ background:#fff; border-top: solid 1px #eaeaea; border-bottom:solid 1px #eaeaea; padding:16px; margin-top:18px;}
.letter-table{}
.letter-table td{ text-align:center}
.letter-table td a{ color:#30b4a5}
.city-ul{border-left:1px solid #ddd; border-top:1px solid #ddd; overflow:hidden; padding:0px; margin:0px; margin-bottom:10px;}
.city-ul li{ list-style:none; text-align:center; width:25%; border-bottom:1px solid #ddd; border-right:1px solid #ddd; float:left; height:40px; line-height:40px}
.city-ul li.letter{ height:80px; line-height:80px; font-size:52px; color:#b7b7b7}
.paoduct-title-panel{ background:#fff; border-bottom:1px solid #eaeaea; padding:0px 20px; margin-bottom:16px}
.product-h1{ font-size:24px; font-weight:normal; padding-top:20px; margin-bottom:0.5rem;}
.paoduct-title-panel p{ margin:0.5rem 0rem; font-size:14px;}
.product-title-gray-text{ color:#888888; font-size:12px;}
.size-p{ margin:0.5rem 0rem;}
.size-p span{ border:solid 1px #ededed; padding:4px 8px; margin-right:5px; border-radius:3px;}
.size-p span.click{border:solid 1px #48b33a;}
.btn-qty{}
.checkout-h2{font-size:24px; font-weight:normal; padding-top:20px; margin-bottom:0.5rem;}
.txt-qty{ width:50px; text-align:center}
.select-area{ width:30% !important; display:inline !important; margin-right:3% !important}
.payimg{ height:20px;}
.my-pay-ul{}
.my-pay-ul a:hover,.my-pay-ul a.hover{ color:#d02a2e}
.my-category-dl{ overflow:hidden}
.my-category-dl dt+dd{ margin-top:0;}
.my-category-dl dd{ padding:1rem 1rem 0 1rem; float:left}
@media screen and (max-width: 639px){
.my-radius{ border-radius:5px}
.my-nav-bar{ height:32px; line-height:32px;}
.my-nav-bar ol,.my-nav-bar ul{ padding-left:10px;}
.my-shop-nav-img{ position:absolute; top:-20px; left:15px; border:solid 4px #FFF; width:60px; height:60px;}
.my-shop-nav-img img{ width:100%; height:100%;}
.my-shop-nav-panellf{ width:20%;}
.my-shop-nav-panelrt{width:80%;}
.my-shop-product-list{ padding:5px;}
.my-shop-product-list > li{ padding:5px;}
.am-panel-bd{ padding:0.8rem;}
.my-shop-product-list .am-panel{ margin-bottom:0px;}
.list-product-price-span{ color:#ea1010; display:inline-block; float:left; height:2.4rem; border-right:solid 1px #ededed; line-height:2.4rem; padding:0 10px 0px 0px; margin-bottom:5px}
.list-product-price-span2{ color:#ea1010; display:inline-block; float:left; height:2.4rem; border-right:solid 1px #ededed; line-height:2.4rem; padding:0 15px 0px 20px; margin-bottom:5px}
.list-product-commission-span{display:inline-block; float:left; height:2.4rem; border-right:solid 1px #ededed; line-height:1.2rem; font-size:1.2rem; padding:0 10px ;text-align:center;margin-bottom:5px}
.list-product-sorce-span{display:inline-block; float:left; height:2.4rem; line-height:1.2rem; font-size:1.2rem; padding:0 0px 0px 10px; text-align:center;margin-bottom:5px}
.product-list-share > li > a{ width:20px; height:20px; display:block; margin:0 auto;}
.index-addcart-btn{ padding:0.3em 0.5em; border-radius:3px;}
.uchome-info{ height:120px;}
.uchome-info-uimg img{ width:72px; height:72px; border:solid 3px #cbb8c1; border-radius:72px; margin:22px 0px 0px 22px}
.uchome-info-uinfo{ padding-top:14px}
.uchome-info-uinfo > p{ font-size:13px; margin:0.6rem 0;}
.uchome-nav{ height:35px; line-height:35px; font-size:14px; background:#333333}
.uchome-nav a{ color:#FFFFFF}
.uchome-apps-ul li p.imgp{ height:33px; width:33px; margin:13px auto 10px auto}
.uchome-apps-ul li p.namep{ font-size:13px; margin-bottom:4px;}
.uchome-apps-ul li p.lastp{ font-size:10px; margin-bottom:10px}
.cart-panel{ padding:9px 10px; background:#f7f8f8}
.cart-list-panel{ padding:0 10px}
.cart-panel-ul > li{ height:130px;}
.cart-panel-ul > li .imgpanel{ width:130px; height:130px; float:left; text-align:center;}
.cart-panel-ul > li .infopanel{ width:auto; float:left; padding-top:16px}
.cart-panel-ul > li .infopanel h3{ font-size:13px; color:#333; margin-bottom:0.3rem}
.cart-panel-ul > li .infopanel p{ font-size:12px; color:#888888; margin:0px}
.cart_foot{ font-size:13px; line-height:35px; background-color:#fff}
.comm-table{ font-size:13px;}
.up-radio-item{ margin:0px 10px 15px 10px; border-radius:5px; height:40px; font-size:13px; line-height:40px}
.up-radio-item input{ margin-top:14px; margin-left:-15px !important;}
.groupby-img-panle{ width:38%; float:left; margin-top:12px}
.groupby-info-panle{margin-top:12px}
.groupby-info-panle h3{ font-size:13px; color:#333; margin-bottom:0.3rem}
.groupby-info-panle p{font-size:12px; color:#888888; margin:0.2rem}
.qrcode-title-panel{ height:100px}
.qrcode-face{ height:100px}
.qrcode-face img{ width:55px; height:55px; float:right; margin:22px 10px 0px 0px; border-radius:55px; border:solid 3px #f5f5f5}
.qrcode-myinfo{ padding-top:15px}
.qrcode-qrcode{ width:120px; height:120px; padding:8px;}
.partners-title-panel{ padding:10px;}
.partners-title-panel-title{ color:#333333; background:#ededed; border-radius:5px; height:39px; font-size:13px; line-height:39px; border:solid 1px #dedede}
.partners-title-panel-title i{ margin:0px 10px;}
.partners-title-panel-title span{ background:#497bae; color:#fff; line-height:2rem; margin:7px 10px 0px 0px; border-radius:5px; padding:0px 10px}
.my-search-title-panel{ background:#fff; border-top: solid 1px #eaeaea; border-bottom:solid 1px #eaeaea; padding:8px; margin-top:9px;}
.my-search-titp-p{ margin-bottom:0.8rem}
.paoduct-title-panel{padding:0px 10px;margin-bottom:8px}
.product-h1{ font-size:18px; line-height:2rem; margin-bottom:0.5rem; padding-top:10px}
.checkout-h2{font-size:16px; line-height:2rem; margin-bottom:0.5rem; padding-top:10px; padding-bottom:0.5rem; border-bottom:solid 1px #eaeaea}
}
@media screen and (max-width: 320px){
.my-shop-nav-ul{ font-size:1.3rem;}
.my-shop-nav-ul li a{ text-align:left}
.my-shop-product-list .am-panel{ margin-bottom:0px;}
.list-product-price-span{ color:#ea1010; display:inline-block; float:left; height:2.4rem; border-right:solid 1px #ededed; line-height:2.4rem; padding:0 5px 0px 0px; margin-bottom:5px;font-size:1.5rem;}
.list-product-commission-span{display:inline-block; float:left; height:2.4rem; border-right:solid 1px #ededed; line-height:1.2rem; font-size:1.2rem; padding:0 5px ;text-align:center;margin-bottom:5px}
.list-product-sorce-span{display:inline-block; float:left; height:2.4rem; line-height:1.2rem; font-size:1.2rem; padding:0 0px 0px 5px; text-align:center;margin-bottom:5px}
.uchome-info-uinfo > p{ font-size:12px; margin:0.6rem 0;}
.uchome-nav{ height:35px; line-height:35px; font-size:12px; background:#333333}
.cart-panel-ul > li .infopanel{ width:auto; float:left; padding-top:16px}
.cart-panel-ul > li .infopanel h3{ font-size:12px; color:#333; margin-bottom:0.3rem}
.cart-panel-ul > li .infopanel p{ font-size:11px; color:#888888; margin:0px}
.cart_foot{ font-size:11px;}
.comm-table{ font-size:12px;}
.withdrawals-panel{ font-size:1.4rem;}
} | 0.356895 | 0.114542 |
.container,
.container-fluid, .container--grid,
.container-fluid--grid {
margin: auto;
min-height: 0;
min-width: 0;
width: 100%;
max-height: 100%;
height: 100%;
position: relative;
}
.container--grid,
.container-fluid--grid {
display: -ms-grid;
display: grid;
}
@media (max-width: 375px) {
.container--grid,
.container-fluid--grid {
-ms-grid-columns: (1fr)[12];
grid-template-columns: repeat(12, 1fr);
grid-column-gap: calc(1rem * 2);
padding: 0 1rem;
}
}
@media only screen and (min-width: 568px) {
.container--grid,
.container-fluid--grid {
-ms-grid-columns: (1fr)[12];
grid-template-columns: repeat(12, 1fr);
grid-column-gap: calc(1rem * 2);
padding: 0 1rem;
}
}
@media only screen and (min-width: 768px) {
.container--grid,
.container-fluid--grid {
-ms-grid-columns: (1fr)[12];
grid-template-columns: repeat(12, 1fr);
grid-column-gap: calc(1.6rem * 2);
padding: 0 1.6rem;
}
}
@media only screen and (min-width: 1024px) {
.container--grid,
.container-fluid--grid {
-ms-grid-columns: (1fr)[12];
grid-template-columns: repeat(12, 1fr);
grid-column-gap: calc(1.6rem * 2);
padding: 0 1.6rem;
}
}
@media only screen and (min-width: 1280px) {
.container--grid,
.container-fluid--grid {
-ms-grid-columns: (1fr)[12];
grid-template-columns: repeat(12, 1fr);
grid-column-gap: calc(1.6rem * 2);
padding: 0 1.6rem;
}
}
.container--grid .row,
.container-fluid--grid .row {
grid-column: 1 / -1;
}
@media (max-width: 375px) {
.container--grid .row,
.container-fluid--grid .row {
margin: 0 -1rem;
}
}
@media only screen and (min-width: 568px) {
.container--grid .row,
.container-fluid--grid .row {
margin: 0 -1rem;
}
}
@media only screen and (min-width: 768px) {
.container--grid .row,
.container-fluid--grid .row {
margin: 0 -1.6rem;
}
}
@media only screen and (min-width: 1024px) {
.container--grid .row,
.container-fluid--grid .row {
margin: 0 -1.6rem;
}
}
@media only screen and (min-width: 1280px) {
.container--grid .row,
.container-fluid--grid .row {
margin: 0 -1.6rem;
}
}
.container {
width: 100%;
max-width: 100%;
padding: 0 1.6rem;
}
@media (max-width: 375px) {
.container {
width: 100%;
max-width: 100%;
padding: 0 1rem;
}
}
@media only screen and (min-width: 568px) {
.container {
width: 600px;
max-width: 600px;
padding: 0 1rem;
}
}
@media only screen and (min-width: 768px) {
.container {
width: 900px;
max-width: 900px;
padding: 0 1.6rem;
}
}
@media only screen and (min-width: 1024px) {
.container {
width: 1200px;
max-width: 1200px;
padding: 0 1.6rem;
}
}
@media only screen and (min-width: 1280px) {
.container {
width: 1800px;
max-width: 1800px;
padding: 0 1.6rem;
}
}
@supports not (display: grid) {
.container {
display: block;
}
}
.container-fluid {
width: 100%;
max-width: 100%;
}
@media (max-width: 375px) {
.container-fluid {
padding: 0 1rem;
}
}
@media only screen and (min-width: 568px) {
.container-fluid {
padding: 0 1rem;
}
}
@media only screen and (min-width: 768px) {
.container-fluid {
padding: 0 1.6rem;
}
}
@media only screen and (min-width: 1024px) {
.container-fluid {
padding: 0 1.6rem;
}
}
@media only screen and (min-width: 1280px) {
.container-fluid {
padding: 0 1.6rem;
}
}
@supports not (display: grid) {
.container-fluid {
display: block;
}
}
@media (max-width: 375px) {
.grid-gap {
grid-gap: calc(1rem * 2);
}
}
@media only screen and (min-width: 568px) {
.grid-gap {
grid-gap: calc(1rem * 2);
}
}
@media only screen and (min-width: 768px) {
.grid-gap {
grid-gap: calc(1.6rem * 2);
}
}
@media only screen and (min-width: 1024px) {
.grid-gap {
grid-gap: calc(1.6rem * 2);
}
}
@media only screen and (min-width: 1280px) {
.grid-gap {
grid-gap: calc(1.6rem * 2);
}
}
/*# sourceMappingURL=container-grid.css.map */ | dist/flexigridcss/container-grid.css | .container,
.container-fluid, .container--grid,
.container-fluid--grid {
margin: auto;
min-height: 0;
min-width: 0;
width: 100%;
max-height: 100%;
height: 100%;
position: relative;
}
.container--grid,
.container-fluid--grid {
display: -ms-grid;
display: grid;
}
@media (max-width: 375px) {
.container--grid,
.container-fluid--grid {
-ms-grid-columns: (1fr)[12];
grid-template-columns: repeat(12, 1fr);
grid-column-gap: calc(1rem * 2);
padding: 0 1rem;
}
}
@media only screen and (min-width: 568px) {
.container--grid,
.container-fluid--grid {
-ms-grid-columns: (1fr)[12];
grid-template-columns: repeat(12, 1fr);
grid-column-gap: calc(1rem * 2);
padding: 0 1rem;
}
}
@media only screen and (min-width: 768px) {
.container--grid,
.container-fluid--grid {
-ms-grid-columns: (1fr)[12];
grid-template-columns: repeat(12, 1fr);
grid-column-gap: calc(1.6rem * 2);
padding: 0 1.6rem;
}
}
@media only screen and (min-width: 1024px) {
.container--grid,
.container-fluid--grid {
-ms-grid-columns: (1fr)[12];
grid-template-columns: repeat(12, 1fr);
grid-column-gap: calc(1.6rem * 2);
padding: 0 1.6rem;
}
}
@media only screen and (min-width: 1280px) {
.container--grid,
.container-fluid--grid {
-ms-grid-columns: (1fr)[12];
grid-template-columns: repeat(12, 1fr);
grid-column-gap: calc(1.6rem * 2);
padding: 0 1.6rem;
}
}
.container--grid .row,
.container-fluid--grid .row {
grid-column: 1 / -1;
}
@media (max-width: 375px) {
.container--grid .row,
.container-fluid--grid .row {
margin: 0 -1rem;
}
}
@media only screen and (min-width: 568px) {
.container--grid .row,
.container-fluid--grid .row {
margin: 0 -1rem;
}
}
@media only screen and (min-width: 768px) {
.container--grid .row,
.container-fluid--grid .row {
margin: 0 -1.6rem;
}
}
@media only screen and (min-width: 1024px) {
.container--grid .row,
.container-fluid--grid .row {
margin: 0 -1.6rem;
}
}
@media only screen and (min-width: 1280px) {
.container--grid .row,
.container-fluid--grid .row {
margin: 0 -1.6rem;
}
}
.container {
width: 100%;
max-width: 100%;
padding: 0 1.6rem;
}
@media (max-width: 375px) {
.container {
width: 100%;
max-width: 100%;
padding: 0 1rem;
}
}
@media only screen and (min-width: 568px) {
.container {
width: 600px;
max-width: 600px;
padding: 0 1rem;
}
}
@media only screen and (min-width: 768px) {
.container {
width: 900px;
max-width: 900px;
padding: 0 1.6rem;
}
}
@media only screen and (min-width: 1024px) {
.container {
width: 1200px;
max-width: 1200px;
padding: 0 1.6rem;
}
}
@media only screen and (min-width: 1280px) {
.container {
width: 1800px;
max-width: 1800px;
padding: 0 1.6rem;
}
}
@supports not (display: grid) {
.container {
display: block;
}
}
.container-fluid {
width: 100%;
max-width: 100%;
}
@media (max-width: 375px) {
.container-fluid {
padding: 0 1rem;
}
}
@media only screen and (min-width: 568px) {
.container-fluid {
padding: 0 1rem;
}
}
@media only screen and (min-width: 768px) {
.container-fluid {
padding: 0 1.6rem;
}
}
@media only screen and (min-width: 1024px) {
.container-fluid {
padding: 0 1.6rem;
}
}
@media only screen and (min-width: 1280px) {
.container-fluid {
padding: 0 1.6rem;
}
}
@supports not (display: grid) {
.container-fluid {
display: block;
}
}
@media (max-width: 375px) {
.grid-gap {
grid-gap: calc(1rem * 2);
}
}
@media only screen and (min-width: 568px) {
.grid-gap {
grid-gap: calc(1rem * 2);
}
}
@media only screen and (min-width: 768px) {
.grid-gap {
grid-gap: calc(1.6rem * 2);
}
}
@media only screen and (min-width: 1024px) {
.grid-gap {
grid-gap: calc(1.6rem * 2);
}
}
@media only screen and (min-width: 1280px) {
.grid-gap {
grid-gap: calc(1.6rem * 2);
}
}
/*# sourceMappingURL=container-grid.css.map */ | 0.456652 | 0.097133 |
.logo {
position: absolute !important;
left: 50% !important;
top: 30% !important;
transform: translate(-50%, -50%) !important;
}
body{
font-family: 'Cairo', sans-serif !important;
}
.wizard-card .icon-circle {
width: 40px;
height: 40px;
}
.nav-pills > li.active > a:after , .nav-pills > li > a:after {
width: 40px;
height: 40px;
}
.wizard-card .icon-circle , .nav-pills > li > a , .nav-pills > li.active > a:after{
position: unset;
}
.wizard-card .wizard-navigation .progress-with-circle , .nav-pills{
height: 2px;
}
.nav-pills > li.active > a:after{
display: none;
}
.wizard-card[data-color="orange"] .nav-pills .icon-circle.checked {
border-color: #01630A;
background: #01630A;
}
.wizard-card[data-color="orange"] .wizard-navigation .progress-bar {
background-color: #016008;
}
.nav>li {
position: relative;
top: -50px;
display: block;
z-index: 9999;
}
.wizard-card .icon-circle [class*="ti-"] , .nav-pills > li.active > a [class*="ti-"] {
top: 28px;
}
.active a .checked {
border-color: #fff !important;
background-color: #fff !important;
box-shadow: 1px 1px 4px 1px #c3c3c3;
}
.wizard-card {
box-shadow: unset;
}
@media only screen and (max-width: 600px) {
/*.progressbar_text{
font-size: 8px !important;
}*/
.welcome_text {
font-size: 60px;
}
}
@media screen and (max-width: 1025px) {
ul.nav.nav-pills li{
display: none;
}
.tab-mob{
display: block !important;
width: 33% !important;
}
.progress-bar{
width: 0% !important;
}
ul.navbar-nav.ml-auto{
display: -webkit-box;
}
.header .navbar {
padding: 1.3rem 1.4rem !important;
margin: 10px;
}
}
@media only screen and (max-width: 768px) {
.tab-mob > p {
height: 45px;
}
ul.nav.nav-pills:before {
background-color: #F3F2EE;
position: absolute;
width: 100%;
height: 3px;
top: 23px;
text-align: center;
}
ul.nav.nav-pills{
height: 0px;
}
.tab-mob > p {
font-size: 13px;
}
}
.wizard-card[data-color="green"] .nav-pills .icon-circle.checked {
border-color: #01630a;
background: #01630a;
}
.total_text{
font-size: 20px;
font-weight: 800;
color: #000;
/*font-family: Soin Sans Neue;*/
}
.net_total_text {
margin-top: 2rem;
font-size: 14px;
font-weight: 800;
color: #222222;
/*font-family: Soin Sans Neue;*/
}
.button{
padding: 1refont-familym 3.3rem;
width: 100%;
border: none;
}
.active a .icon-circle {
border-color: #fff !important;
background-color: #fff !important;
box-shadow: 1px 1px 9px 5px #00000029!important;
}
/* tabs styling */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
color: #000;
background-color: #007bff00;
/*font-family: Soin Sans Neue, Bold;*/
font-size: 20px;
font-weight: bold;
border-left: 5px solid #01630a !important;
border-radius: unset;
}
.nav-pills .nav-link {
border-radius: .25rem;
color: #989898;
background-color: #007bff00;
/*font-family: Soin Sans Neue, Bold;*/
font-size: 20px;
font-weight: bold;
border-radius: unset;
margin-bottom: 10px;
}
.label_forms {
font-size: 12px;
/*font-family: Soin Sans Neue;*/
font-weight: 700;
margin-bottom: 0;
color: #000;
}
.section_three .form-group {
margin-bottom: 15px;
}
.nav-link {
display: block;
padding: .2rem 1.5rem;
}
/* tabs styling end */
.form-box {
padding-top: 40px;
padding-bottom: 40px;
background: rgb(234,88,4); /* Old browsers */
background: -moz-linear-gradient(top, rgba(234,88,4,1) 0%, rgba(234,40,3,1) 51%, rgba(234,88,4,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(234,88,4,1) 0%,rgba(234,40,3,1) 51%,rgba(234,88,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(234,88,4,1) 0%,rgba(234,40,3,1) 51%,rgba(234,88,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5804', endColorstr='#ea5804',GradientType=0 ); /* IE6-9 */
}
.form-wizard {
background: #fff;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
box-shadow: 0px 0px 6px 3px #777;
font-family: Soin Sans Neue;
font-size: 16px;
font-weight: 300;
color: #888;
line-height: 30px;
text-align: center;
}
.form-wizard strong { font-weight: 500; }
.form-wizard a, .form-wizard a:hover, .form-wizard a:focus {
color: #01630a;
text-decoration: none;
-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.form-wizard h1, .form-wizard h2 {
margin-top: 10px;
font-size: 38px;
font-weight: 100;
color: #555;
line-height: 50px;
}
.form-wizard h3 {
font-size: 25px;
font-weight: 300;
color: #01630a;
line-height: 30px;
margin-top: 0;
margin-bottom: 5px;
text-transform: uppercase;
}
.form-wizard h4 {
float:left;
font-size: 20px;
font-weight: 300;
color: #01630a;
line-height: 26px;
width:100%;
}
.form-wizard h4 span{
float:right;
font-size: 18px;
font-weight: 300;
color: #555;
line-height: 26px;
}
.form-wizard table tr th{font-weight:normal;}
.form-wizard img { max-width: 100%; }
.form-wizard ::-moz-selection { background: #01630a; color: #fff; text-shadow: none; }
.form-wizard ::selection { background: #01630a; color: #fff; text-shadow: none; }
.form-control {
height: 44px;
width:100%;
margin: 0;
padding: 0 20px;
vertical-align: middle;
background: #fff;
border: 1px solid #ddd;
font-family: 'Cairo', sans-serif;
font-size: 16px;
font-weight: 300;
line-height: 44px;
color: #888;
-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
position: absolute;
margin-top: 9px;
margin-left: -20px;
}
.form-control option:hover, .form-control option:checked {
box-shadow: 0 0 10px 100px #01630a inset;
}
.form-control:focus {
outline: 0;
background: #fff;
border: 1px solid #ccc;
-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
.form-control:-moz-placeholder { color: #888; }
.form-control:-ms-input-placeholder { color: #888; }
.form-control::-webkit-input-placeholder { color: #888; }
.form-wizard label span { color:#01630a; }
.form-wizard .btn {
min-width: 105px;
height: 40px;
margin: 0;
padding: 0 20px;
vertical-align: middle;
border: 0;
font-family: Soin Sans Neue;
font-size: 16px;
font-weight: 300;
line-height: 40px;
color: #fff;
-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
text-shadow: none;
-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.form-wizard .btn:hover {
background:#f34727;
color: #fff;
}
.form-wizard .btn:active {
outline: 0;
background:#f34727;
color: #fff;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.form-wizard .btn:focus,
.form-wizard .btn:active:focus,
.form-wizard .btn.active:focus {
outline: 0;
background:#f34727;
color: #fff;
}
.form-wizard .btn.btn-next,
.form-wizard .btn.btn-next:focus,
.form-wizard .btn.btn-next:active:focus,
.form-wizard .btn.btn-next.active:focus {
background: #01630a;
}
.form-wizard .btn.btn-submit,
.form-wizard .btn.btn-submit:focus,
.form-wizard .btn.btn-submit:active:focus,
.form-wizard .btn.btn-submit.active:focus {
background: #01630a;
}
.form-wizard .btn.btn-previous,
.form-wizard .btn.btn-previous:focus,
.form-wizard .btn.btn-previous:active:focus,
.form-wizard .btn.btn-previous.active:focus {
background: #bbb;
}
.form-wizard .success h3{
color: #4F8A10;
text-align: center;
margin: 20px auto !important;
}
.form-wizard .success .success-icon {
color: #4F8A10;
font-size: 100px;
border: 5px solid #4F8A10;
border-radius: 100px;
text-align: center !important;
width: 110px;
margin: 25px auto;
}
.form-wizard .progress-bar {
background-color: #01630a;
}
.form-wizard-steps{
margin:auto;
overflow: hidden;
position: relative;
}
.form-wizard-step{
padding-top:10px !important;
border:2px solid #fff;
background:#ccc;
-ms-transform: skewX(-30deg); /* IE 9 */
-webkit-transform: skewX(-30deg); /* Safari */
transform: skewX(-30deg); /* Standard syntax */
}
.form-wizard-step.active{
background:#01630a;
}
.form-wizard-step.activated{
background:#01630a;
}
.form-wizard-progress {
position: absolute;
top: 36px;
left: 0;
width: 100%;
height: 0px;
background: #01630a;
}
.form-wizard-progress-line {
position: absolute;
top: 0;
left: 0;
height: 0px;
background: #01630a;
}
.form-wizard-tolal-steps-3 .form-wizard-step {
position: relative;
float: left;
width: 33.33%;
padding: 0 5px;
}
.form-wizard-tolal-steps-4 .form-wizard-step {
position: relative;
float: left;
width: 25%;
padding: 0 5px;
}
.form-wizard-tolal-steps-5 .form-wizard-step {
position: relative;
float: left;
width: 20%;
padding: 0 5px;
}
.form-wizard-step-icon {
display: inline-block;
width: 40px;
height: 40px;
margin-top: 4px;
background: #ddd;
font-size: 16px;
color: #777;
line-height: 40px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
-ms-transform: skewX(30deg); /* IE 9 */
-webkit-transform: skewX(30deg); /* Safari */
transform: skewX(30deg); /* Standard syntax */
}
.form-wizard-step.activated .form-wizard-step-icon {
background: #01630a;
border: 1px solid #fff;
color: #fff;
line-height: 38px;
}
.form-wizard-step.active .form-wizard-step-icon {
background: #fff;
border: 1px solid #fff;
color: #01630a;
line-height: 38px;
}
.form-wizard-step p {
color: #fff;
-ms-transform: skewX(30deg); /* IE 9 */
-webkit-transform: skewX(30deg); /* Safari */
transform: skewX(30deg); /* Standard syntax */
}
.form-wizard-step.activated p { color: #fff; }
.form-wizard-step.active p { color: #fff; }
.form-wizard fieldset {
display: none;
text-align: left;
border:0px !important
}
.form-wizard-buttons { text-align: right; }
.form-wizard .input-error { border-color: #01630a;}
/** image uploader **/
.image-upload a[data-action] {
cursor: pointer;
color: #555;
font-size: 18px;
line-height: 24px;
transition: color 0.2s;
}
.image-upload a[data-action] i {
width: 1.25em;
text-align: center;
}
.image-upload a[data-action]:hover {
color: #01630a;
}
.image-upload a[data-action].disabled {
opacity: 0.35;
cursor: default;
}
.image-upload a[data-action].disabled:hover {
color: #555;
}
.settings_wrap{
margin-top:20px;
}
.image_picker .settings_wrap {
overflow: hidden;
position: relative;
}
.image_picker .settings_wrap .drop_target,
.image_picker .settings_wrap .settings_actions {
float: left;
}
.image_picker .settings_wrap .drop_target {
margin-right: 18px;
}
.image_picker .settings_wrap .settings_actions {
float: left;
margin-top: 100px;
margin-left: 20px;
}
.settings_actions.vertical a {
display: block;
}
.drop_target {
position: relative;
cursor: pointer;
transition: all 0.2s;
width: 250px;
height: 250px;
background: #f2f2f2;
border-radius: 100%;
margin: 0 auto 25px auto;
overflow: hidden;
border: 8px solid #E0E0E0;
}
.drop_target input[type="file"] {
visibility: hidden;
}
.drop_target::before {
content: 'Drop Hear';
font-family: FontAwesome;
position: absolute;
display: block;
width: 100%;
line-height: 220px;
text-align: center;
font-size: 40px;
color: rgba(0, 0, 0, 0.3);
transition: color 0.2s;
}
.drop_target:hover,
.drop_target.dropping {
background: #f80;
border-top-color: #cc6d00;
}
.drop_target:hover:before,
.drop_target.dropping:before {
color: rgba(0, 0, 0, 0.6);
}
.drop_target .image_preview {
width: 100%;
height: 100%;
background: no-repeat center;
background-size: contain;
position: relative;
z-index: 2;
}
.form-wizard{
box-shadow: none;
}
.form-wizard-step, .form-wizard-step-icon{
transform: unset;
}
.form-wizard-tolal-steps-4 .form-wizard-step {
width: 33%;
padding: 10px 5px;
}
.form-wizard-step.active {
background: #01630a;
}
.form-wizard-step {
background: #f3f2ee;
}
.form-wizard-step.activated {
background: #01630a;
}
.wizard-card[data-color="green"] .wizard-navigation .progress-bar {
background-color: #01630a;
}
.header .navbar {
padding: 0.3rem 4.4rem !important;
margin: 10px;
}
@media screen and (max-width: 768px) {
.header .navbar {
padding: 1.3rem 1.4rem !important;
margin: 10px;
}
}
.navbar-nav{
{{ ($request->segment(1) == 'ar') ? 'margin: 0 !important;' : '' }}
}
.navbar-nav {
margin: 7.5px 0px;
}
.navbar-brand{
padding: 8px 8px;
}
.summary{
font-weight: 100;
}
.download_link {
margin-top: 2rem;
color: #01630a;
}
.total {
border-top: 1px solid #F0F1F3;
margin-top: 3rem;
padding-top: 1rem;
}
.total p{
color: #000000;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
input[type=number] {
-moz-appearance:textfield;
}
.progressbar_text p, .progressbar_text{
font-size: 16px;
}
@media only screen and (max-width: 380px) {
.progressbar_text span, .progressbar_text{
font-size: 14px;
}
} | public/backend_assets/dashboard/questions/css/styles.css | .logo {
position: absolute !important;
left: 50% !important;
top: 30% !important;
transform: translate(-50%, -50%) !important;
}
body{
font-family: 'Cairo', sans-serif !important;
}
.wizard-card .icon-circle {
width: 40px;
height: 40px;
}
.nav-pills > li.active > a:after , .nav-pills > li > a:after {
width: 40px;
height: 40px;
}
.wizard-card .icon-circle , .nav-pills > li > a , .nav-pills > li.active > a:after{
position: unset;
}
.wizard-card .wizard-navigation .progress-with-circle , .nav-pills{
height: 2px;
}
.nav-pills > li.active > a:after{
display: none;
}
.wizard-card[data-color="orange"] .nav-pills .icon-circle.checked {
border-color: #01630A;
background: #01630A;
}
.wizard-card[data-color="orange"] .wizard-navigation .progress-bar {
background-color: #016008;
}
.nav>li {
position: relative;
top: -50px;
display: block;
z-index: 9999;
}
.wizard-card .icon-circle [class*="ti-"] , .nav-pills > li.active > a [class*="ti-"] {
top: 28px;
}
.active a .checked {
border-color: #fff !important;
background-color: #fff !important;
box-shadow: 1px 1px 4px 1px #c3c3c3;
}
.wizard-card {
box-shadow: unset;
}
@media only screen and (max-width: 600px) {
/*.progressbar_text{
font-size: 8px !important;
}*/
.welcome_text {
font-size: 60px;
}
}
@media screen and (max-width: 1025px) {
ul.nav.nav-pills li{
display: none;
}
.tab-mob{
display: block !important;
width: 33% !important;
}
.progress-bar{
width: 0% !important;
}
ul.navbar-nav.ml-auto{
display: -webkit-box;
}
.header .navbar {
padding: 1.3rem 1.4rem !important;
margin: 10px;
}
}
@media only screen and (max-width: 768px) {
.tab-mob > p {
height: 45px;
}
ul.nav.nav-pills:before {
background-color: #F3F2EE;
position: absolute;
width: 100%;
height: 3px;
top: 23px;
text-align: center;
}
ul.nav.nav-pills{
height: 0px;
}
.tab-mob > p {
font-size: 13px;
}
}
.wizard-card[data-color="green"] .nav-pills .icon-circle.checked {
border-color: #01630a;
background: #01630a;
}
.total_text{
font-size: 20px;
font-weight: 800;
color: #000;
/*font-family: Soin Sans Neue;*/
}
.net_total_text {
margin-top: 2rem;
font-size: 14px;
font-weight: 800;
color: #222222;
/*font-family: Soin Sans Neue;*/
}
.button{
padding: 1refont-familym 3.3rem;
width: 100%;
border: none;
}
.active a .icon-circle {
border-color: #fff !important;
background-color: #fff !important;
box-shadow: 1px 1px 9px 5px #00000029!important;
}
/* tabs styling */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
color: #000;
background-color: #007bff00;
/*font-family: Soin Sans Neue, Bold;*/
font-size: 20px;
font-weight: bold;
border-left: 5px solid #01630a !important;
border-radius: unset;
}
.nav-pills .nav-link {
border-radius: .25rem;
color: #989898;
background-color: #007bff00;
/*font-family: Soin Sans Neue, Bold;*/
font-size: 20px;
font-weight: bold;
border-radius: unset;
margin-bottom: 10px;
}
.label_forms {
font-size: 12px;
/*font-family: Soin Sans Neue;*/
font-weight: 700;
margin-bottom: 0;
color: #000;
}
.section_three .form-group {
margin-bottom: 15px;
}
.nav-link {
display: block;
padding: .2rem 1.5rem;
}
/* tabs styling end */
.form-box {
padding-top: 40px;
padding-bottom: 40px;
background: rgb(234,88,4); /* Old browsers */
background: -moz-linear-gradient(top, rgba(234,88,4,1) 0%, rgba(234,40,3,1) 51%, rgba(234,88,4,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(234,88,4,1) 0%,rgba(234,40,3,1) 51%,rgba(234,88,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(234,88,4,1) 0%,rgba(234,40,3,1) 51%,rgba(234,88,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5804', endColorstr='#ea5804',GradientType=0 ); /* IE6-9 */
}
.form-wizard {
background: #fff;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
box-shadow: 0px 0px 6px 3px #777;
font-family: Soin Sans Neue;
font-size: 16px;
font-weight: 300;
color: #888;
line-height: 30px;
text-align: center;
}
.form-wizard strong { font-weight: 500; }
.form-wizard a, .form-wizard a:hover, .form-wizard a:focus {
color: #01630a;
text-decoration: none;
-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.form-wizard h1, .form-wizard h2 {
margin-top: 10px;
font-size: 38px;
font-weight: 100;
color: #555;
line-height: 50px;
}
.form-wizard h3 {
font-size: 25px;
font-weight: 300;
color: #01630a;
line-height: 30px;
margin-top: 0;
margin-bottom: 5px;
text-transform: uppercase;
}
.form-wizard h4 {
float:left;
font-size: 20px;
font-weight: 300;
color: #01630a;
line-height: 26px;
width:100%;
}
.form-wizard h4 span{
float:right;
font-size: 18px;
font-weight: 300;
color: #555;
line-height: 26px;
}
.form-wizard table tr th{font-weight:normal;}
.form-wizard img { max-width: 100%; }
.form-wizard ::-moz-selection { background: #01630a; color: #fff; text-shadow: none; }
.form-wizard ::selection { background: #01630a; color: #fff; text-shadow: none; }
.form-control {
height: 44px;
width:100%;
margin: 0;
padding: 0 20px;
vertical-align: middle;
background: #fff;
border: 1px solid #ddd;
font-family: 'Cairo', sans-serif;
font-size: 16px;
font-weight: 300;
line-height: 44px;
color: #888;
-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
position: absolute;
margin-top: 9px;
margin-left: -20px;
}
.form-control option:hover, .form-control option:checked {
box-shadow: 0 0 10px 100px #01630a inset;
}
.form-control:focus {
outline: 0;
background: #fff;
border: 1px solid #ccc;
-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
.form-control:-moz-placeholder { color: #888; }
.form-control:-ms-input-placeholder { color: #888; }
.form-control::-webkit-input-placeholder { color: #888; }
.form-wizard label span { color:#01630a; }
.form-wizard .btn {
min-width: 105px;
height: 40px;
margin: 0;
padding: 0 20px;
vertical-align: middle;
border: 0;
font-family: Soin Sans Neue;
font-size: 16px;
font-weight: 300;
line-height: 40px;
color: #fff;
-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
text-shadow: none;
-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.form-wizard .btn:hover {
background:#f34727;
color: #fff;
}
.form-wizard .btn:active {
outline: 0;
background:#f34727;
color: #fff;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.form-wizard .btn:focus,
.form-wizard .btn:active:focus,
.form-wizard .btn.active:focus {
outline: 0;
background:#f34727;
color: #fff;
}
.form-wizard .btn.btn-next,
.form-wizard .btn.btn-next:focus,
.form-wizard .btn.btn-next:active:focus,
.form-wizard .btn.btn-next.active:focus {
background: #01630a;
}
.form-wizard .btn.btn-submit,
.form-wizard .btn.btn-submit:focus,
.form-wizard .btn.btn-submit:active:focus,
.form-wizard .btn.btn-submit.active:focus {
background: #01630a;
}
.form-wizard .btn.btn-previous,
.form-wizard .btn.btn-previous:focus,
.form-wizard .btn.btn-previous:active:focus,
.form-wizard .btn.btn-previous.active:focus {
background: #bbb;
}
.form-wizard .success h3{
color: #4F8A10;
text-align: center;
margin: 20px auto !important;
}
.form-wizard .success .success-icon {
color: #4F8A10;
font-size: 100px;
border: 5px solid #4F8A10;
border-radius: 100px;
text-align: center !important;
width: 110px;
margin: 25px auto;
}
.form-wizard .progress-bar {
background-color: #01630a;
}
.form-wizard-steps{
margin:auto;
overflow: hidden;
position: relative;
}
.form-wizard-step{
padding-top:10px !important;
border:2px solid #fff;
background:#ccc;
-ms-transform: skewX(-30deg); /* IE 9 */
-webkit-transform: skewX(-30deg); /* Safari */
transform: skewX(-30deg); /* Standard syntax */
}
.form-wizard-step.active{
background:#01630a;
}
.form-wizard-step.activated{
background:#01630a;
}
.form-wizard-progress {
position: absolute;
top: 36px;
left: 0;
width: 100%;
height: 0px;
background: #01630a;
}
.form-wizard-progress-line {
position: absolute;
top: 0;
left: 0;
height: 0px;
background: #01630a;
}
.form-wizard-tolal-steps-3 .form-wizard-step {
position: relative;
float: left;
width: 33.33%;
padding: 0 5px;
}
.form-wizard-tolal-steps-4 .form-wizard-step {
position: relative;
float: left;
width: 25%;
padding: 0 5px;
}
.form-wizard-tolal-steps-5 .form-wizard-step {
position: relative;
float: left;
width: 20%;
padding: 0 5px;
}
.form-wizard-step-icon {
display: inline-block;
width: 40px;
height: 40px;
margin-top: 4px;
background: #ddd;
font-size: 16px;
color: #777;
line-height: 40px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
-ms-transform: skewX(30deg); /* IE 9 */
-webkit-transform: skewX(30deg); /* Safari */
transform: skewX(30deg); /* Standard syntax */
}
.form-wizard-step.activated .form-wizard-step-icon {
background: #01630a;
border: 1px solid #fff;
color: #fff;
line-height: 38px;
}
.form-wizard-step.active .form-wizard-step-icon {
background: #fff;
border: 1px solid #fff;
color: #01630a;
line-height: 38px;
}
.form-wizard-step p {
color: #fff;
-ms-transform: skewX(30deg); /* IE 9 */
-webkit-transform: skewX(30deg); /* Safari */
transform: skewX(30deg); /* Standard syntax */
}
.form-wizard-step.activated p { color: #fff; }
.form-wizard-step.active p { color: #fff; }
.form-wizard fieldset {
display: none;
text-align: left;
border:0px !important
}
.form-wizard-buttons { text-align: right; }
.form-wizard .input-error { border-color: #01630a;}
/** image uploader **/
.image-upload a[data-action] {
cursor: pointer;
color: #555;
font-size: 18px;
line-height: 24px;
transition: color 0.2s;
}
.image-upload a[data-action] i {
width: 1.25em;
text-align: center;
}
.image-upload a[data-action]:hover {
color: #01630a;
}
.image-upload a[data-action].disabled {
opacity: 0.35;
cursor: default;
}
.image-upload a[data-action].disabled:hover {
color: #555;
}
.settings_wrap{
margin-top:20px;
}
.image_picker .settings_wrap {
overflow: hidden;
position: relative;
}
.image_picker .settings_wrap .drop_target,
.image_picker .settings_wrap .settings_actions {
float: left;
}
.image_picker .settings_wrap .drop_target {
margin-right: 18px;
}
.image_picker .settings_wrap .settings_actions {
float: left;
margin-top: 100px;
margin-left: 20px;
}
.settings_actions.vertical a {
display: block;
}
.drop_target {
position: relative;
cursor: pointer;
transition: all 0.2s;
width: 250px;
height: 250px;
background: #f2f2f2;
border-radius: 100%;
margin: 0 auto 25px auto;
overflow: hidden;
border: 8px solid #E0E0E0;
}
.drop_target input[type="file"] {
visibility: hidden;
}
.drop_target::before {
content: 'Drop Hear';
font-family: FontAwesome;
position: absolute;
display: block;
width: 100%;
line-height: 220px;
text-align: center;
font-size: 40px;
color: rgba(0, 0, 0, 0.3);
transition: color 0.2s;
}
.drop_target:hover,
.drop_target.dropping {
background: #f80;
border-top-color: #cc6d00;
}
.drop_target:hover:before,
.drop_target.dropping:before {
color: rgba(0, 0, 0, 0.6);
}
.drop_target .image_preview {
width: 100%;
height: 100%;
background: no-repeat center;
background-size: contain;
position: relative;
z-index: 2;
}
.form-wizard{
box-shadow: none;
}
.form-wizard-step, .form-wizard-step-icon{
transform: unset;
}
.form-wizard-tolal-steps-4 .form-wizard-step {
width: 33%;
padding: 10px 5px;
}
.form-wizard-step.active {
background: #01630a;
}
.form-wizard-step {
background: #f3f2ee;
}
.form-wizard-step.activated {
background: #01630a;
}
.wizard-card[data-color="green"] .wizard-navigation .progress-bar {
background-color: #01630a;
}
.header .navbar {
padding: 0.3rem 4.4rem !important;
margin: 10px;
}
@media screen and (max-width: 768px) {
.header .navbar {
padding: 1.3rem 1.4rem !important;
margin: 10px;
}
}
.navbar-nav{
{{ ($request->segment(1) == 'ar') ? 'margin: 0 !important;' : '' }}
}
.navbar-nav {
margin: 7.5px 0px;
}
.navbar-brand{
padding: 8px 8px;
}
.summary{
font-weight: 100;
}
.download_link {
margin-top: 2rem;
color: #01630a;
}
.total {
border-top: 1px solid #F0F1F3;
margin-top: 3rem;
padding-top: 1rem;
}
.total p{
color: #000000;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
input[type=number] {
-moz-appearance:textfield;
}
.progressbar_text p, .progressbar_text{
font-size: 16px;
}
@media only screen and (max-width: 380px) {
.progressbar_text span, .progressbar_text{
font-size: 14px;
}
} | 0.229794 | 0.118487 |
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
font-family: "Noto Sans Japanese", "SF Pro Text","SF Pro Icons",
"Helvetica Neue",
Arial,
"Hiragino Kaku Gothic ProN",
"Hiragino Sans",
Meiryo,
sans-serif;
background: #4169e1;
}
h1, h2 {
margin: 0;
}
/* アコーディオン全体 */
.accordion {
max-width: 800px;
margin: 0 auto;
}
/* アコーディオン */
.accordion__item {
border: 1px solid #00aaee;
margin-top: 5px;
cursor: pointer;
background-color: #ecf0fc;
color: #4169e1;
}
/* アコーディオンのタイトル */
.accordion__title {
position: relative;
padding: 5px 60px 15px 20px;
font-weight: bold;
cursor: pointer;
background-color: #4169e1;
color: #ecf0fc;
font-size: 20px;
height: 15px;
}
/* (+)アイコン */
.accordion__title::before,
.accordion__title::after {
content: "";
position: absolute;
right: 20px;
top: 0;
bottom: 0;
margin: auto 0;
background-color: #ecf0fc;
width: 20px;
height: 4px;
transition: all 0.3s;
}
.accordion__title::after {
transform: rotate(90deg);
}
/* アコーディオンのコンテンツ */
.accordion__content {
padding: 10px 20px 10px 0px;
display: none;
cursor: pointer;
background-color: #ecf0fc;
color: #4169e1;
font-size: 20px;
}
.accordion__content.is-open {
display: block;
}
/* アコーディオン展開時の(-)アイコン */
.accordion__item.is-active .accordion__title::before {
transform: rotate(180deg);
}
.accordion__item.is-active .accordion__title::after {
transform: rotate(180deg);
opacity: 0;
}
/* ボタンのスタイル */
.page-top {
/* buttonタグのリセットCSS */
border: none;
cursor: pointer;
outline: none;
padding: 0;
appearance: none;
/* ボタンの装飾 */
position: fixed;
right: 30px;
bottom: 30px;
z-index: 100;
width: 100px;
height: 100px;
border-radius: 50%;
background-color: rgba(17,85,130,0.5);
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
/* 矢印のスタイル */
.page-top::before {
content: "";
width: 12px;
height: 12px;
margin-bottom: -6px;
border-top: solid 3px #fff;
border-right: solid 3px #fff;
transform: rotate(-45deg);
}
/* ホバー時のスタイル */
.page-top:hover {
transform: scale(1.1);
}
.page {
margin: 2em auto;
width: 41em;
border: 5px double #4169e1;
padding: 1em;
background: white;
}
.heading {
border-bottom: 2px solid #4169e1;
text-align: center;
margin-bottom: 1em;
padding-bottom: 1em;
}
.heading h1 {
font-size: 2em;
color: #d70002;
}
.footer {
text-align: center;
padding-top: 0.5em;
padding-bottom: 1em;
}
.buttonarea {
text-align: center;
}
tr:hover {
background-color: #d9efff;
}>
.btn {
display: inline-block;
width: 10em;
padding: 1em 1em;
text-decoration: none;
background: rgba(0,124,0,0.8);
color: #ffffff;
border-bottom: solid 4px #4169e1;
border-radius: 3px;
}
.btn:active {
-ms-transform: translateY(4px);
-webkit-transform: translateY(4px);
transform: translateY(4px);
box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
border-bottom: none;
}
.result {
text-align: center;
}
.menus {
list-style: none;
margin: 0;
padding: 0;
}
.box{
display: block;
position: relative;
margin: 1em 0;
border-left: solid 6px rgba(0,124,0,1);
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}
.menu {
padding: 0.5em 1em;
background: rgba(0,124,0,0.1);
}
.rst {
padding: 1em 1em;
background: rgba(0,124,0,0.3);
}
.box h2 {
color: #d70002;
font-size: 1.3em;
margin: 0;
padding: 0;
}
.box p {
color: #848484;
font-size: 0.8em;
margin: 0;
padding: 0;
}
.metanav {
text-align: right;
font-size: 0.8em;
padding: 0.3em;
margin-bottom: 1em;
background: #fafafa;
}
.error {
background: #f0d6d6;
padding: 0.5em;
}
.ribbon {
display: inline-block;
position: absolute;
left: 0;
top: 0px;
box-sizing: border-box;
padding: 0 12px;
margin: 0;
height: 30px;
line-height: 30px;
font-size: 0.8em;
letter-spacing: 0.1em;
color: white;
background: rgba(0, 124, 0, 0.3);
box-shadow: 0 2px 2px rgba(0,124,0,0.1);
}
.tabmenu-head{
position: relative;
font-size: 0;
display: inline;
}
.tabmenu-head span{
position: absolute;
top: 30px;
left: 0;
display: block;
margin: 4px 0 0;
padding: 10px;
border: 1px solid #0ae;
-webkit-border-radius: 0 6px 6px 6px;
border-radius: 0 6px 6px 6px;
font-size: 18px;
}
.tabmenu-head input[type="radio"]{
display: none;
}
.tabmenu-head input[type="radio"] + em{
position: relative;
z-index: 100;
display: inline-block;
padding: 4px 0 0;
min-width: 25%;
-webkit-border-radius: 20px 20px 0 0;
border-radius: 20px 20px 0 0;
background: #ddd;
color: #000;
text-align: center;
font-size: 18px;
font-style: normal;
line-height: 30px;
cursor: pointer;
height: 35px;
}
.tabmenu-head input[type="radio"]:checked + em{
background: #4169e1;
color: #ecf0fc;
}
.tabmenu-head input[type="radio"]:checked + em::after {
position: absolute;
left: 50%;
display: block;
margin-left: -9px;
border: 9px solid transparent;
content: "";
}
.tabmenu-head input[type="radio"] + em ~ span{
display: none;
}
.tabmenu-head input[type="radio"]:checked + em ~ span{
display: block;
}
/*牡馬牝馬タブ↓ */
section.horseData{
display: flex;
flex-wrap: wrap;
}
section.horseData::after {
content: '';
width: 100%;
height: 3px;
order: -1;
display: block;
background: #4169e1;
}
section.horseData .tabLabel { /* タブ非選択 */
margin-right: 3px;
padding: 3px 12px;
flex: 1;
order: -1;
-webkit-border-radius: 20px 20px 0 0;
border-radius: 20px 20px 0 0;
color: #000;
background: #ddd;
transition: .5s ;
cursor: pointer;
max-width: 30%;
text-align: center;
font-size: 18px;
font-style: normal;
line-height: 30px;
height: 35px;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
section.horseData .open_button01 { /*因子絞込ボタン(絞り込みなし)*/
margin-right: 3px;
padding: 3px 12px;
flex: 1;
order: -1;
background-color: #ffffff;
background-image: none;
border: 1px solid #4169e1;
transition: .5s ;
cursor: pointer;
max-width: 20%;
text-align: center;
font-size: 20px;
font-style: normal;
line-height: 30px;
height: 35px;
left: 5px;
bottom: 5px;
border-radius: 16px;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
section.horseData .open_button02 { /*因子絞込ボタン(絞り込みあり)*/
margin-right: 3px;
padding: 3px 12px;
flex: 1;
order: -1;
color: #ffffff;
background-color: #4169e1;
background-image: none;
border: 1px solid #4169e1;
transition: .5s ;
cursor: pointer;
max-width: 20%;
text-align: center;
font-size: 20px;
font-style: normal;
line-height: 30px;
height: 35px;
left: 5px;
bottom: 5px;
border-radius: 16px;
}
/*因子検索↓ */
.selectdiv {
position: relative;
/*Don't really need this just for demo styling*/
overflow: hidden;
text-align: center;
margin:0 auto;
width: 50%;
display: inline;
/*float: right;*/
}
/* IE11 hide native button */
select::-ms-expand {
display: none;
}
.selectdiv:after {
content: '<>';
font: 20px "Consolas", monospace;
color: #4169e1;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
right: 11px;
/*Adjust for position however you want*/
top: 5px;
padding: 0 0 2px;
border-bottom: 1px solid #999;
/*left line */
position: absolute;
pointer-events: none;
}
.selectdiv select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
/* Add some styling */
/*display: block;*/
width: 100%;
max-width: 500px;
height: 40px;
/*float: right;*/
/*margin: 5px 0px;*/
margin: 0 auto;
padding: 0px 10px;
font-size: 25px;
line-height: 1.75;
color: #333;
background-color: #ffffff;
background-image: none;
border: 1px solid #4169e1;
-ms-word-break: normal;
word-break: normal;
}
.selectdiv select:focus {
outline: 1px solid #4169e1;
}
/*因子検索↑ */
section.horseData .tabLabel:nth-last-of-type(1){ margin-right: 0; }
section.horseData input[type="radio"] { /* ラジオボタン非表示 */
display: none;
}
section.horseData .content { /* 本文 */
width: 100%;
height: 0;
overflow: hidden;
opacity: 0;
}
/*アクティブ設定*/
section.horseData input:checked + .tabLabel {
background: #4169e1;
color: #ecf0fc;
}
section.horseData input:checked + .tabLabel + .content {
/*padding: 15px;*/
height: auto;
overflow: auto;
box-shadow: 0 0 5px rgba(0,0,0,.2);
transition: .5s opacity;
opacity: 1;
}
/*牡馬牝馬タブ↑ */
.tabmenu2{
position: relative;
--height: 200px;
font-size: 0;
}
.tabmenu2 span{
top: 5px;
display: block;
margin: 4px 0 0;
padding: 10px;
border-bottom:1px solid #0ae;
border-left:1px solid #0ae;
border-right:1px solid #0ae;
--webkit-border-radius: 0 6px 6px 6px;
--border-radius: 0 6px 6px 6px;
font-size: 25px;
}
.tabmenu3{
position: relative;
--height: 200px;
font-size: 25px;
}
.tabmenu3 span{
top: 5px;
display: block;
padding: 10px;
border-bottom:0px solid #0ae;
border-left:0px solid #0ae;
border-right:0px solid #0ae;
--webkit-border-radius: 0 6px 6px 6px;
--border-radius: 0 6px 6px 6px;
font-size: 25px;
}
.tabmenu{
position: relative;
height: 180px;
font-size: 0;
}
.tabmenu span{
position: absolute;
top: 30px;
left: 0;
display: block;
margin: 4px 0 0;
padding: 10px;
border: 1px solid #0ae;
--webkit-border-radius: 0 6px 6px 6px;
--border-radius: 0 6px 6px 6px;
font-size: 25px;
height: 130px;
}
.tabmenu input[type="radio"]{
display: none;
}
.tabmenu input[type="radio"] + em{
position: relative;
/*z-index: 100;*/
display: inline-block;
padding: 4px 0 0;
/*min-width: 25%;*/
min-width: 20%;
-webkit-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0;
background: #ddd;
color: #000;
text-align: center;
font-size: 18px;
font-style: normal;
line-height: 30px;
cursor: pointer;
}
.tabmenu input[type="radio"]:checked + em{
background: #0ae;
color: #fff;
}
.tabmenu input[type="radio"]:checked + em::after {
position: absolute;
left: 50%;
display: block;
margin-left: -9px;
border: 9px solid transparent;
content: "";
}
.tabmenu input[type="radio"] + em ~ span{
display: none;
}
.tabmenu input[type="radio"]:checked + em ~ span{
display: block;
}
.btn2_wrap{
display:inline-block;
position: relative;
}
.btn2_wrap input{
opacity: 0;
position: absolute;
left: 0;
}
.btn2_wrap label{
padding: 12px 18px;
border-radius: 20px;
background: #eee;
display: inline-block;
cursor: pointer;
transition: .5s;
margin: 0.1em 0;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.btn2_wrap label:hover,
.btn2_wrap input:focus + label{
box-shadow: 0 0 4px #af975e;
}
/* === ON側のチェックボックスのラベル(ONのとき) ========== */
.btn2_wrap label span:after{
color : #aaa;
}
.btn2_wrap input:checked + label{
color : #ffffff;
background : #4169e1; /* 背景色 */
box-shadow : none; /* 影を消す */
}
.btn2_wrap input:checked + label span:after{
color : #fff; /* 文字色 */
}
.btn3_wrap{
display:inline-block;
position: relative;
}
.btn3_wrap input{
opacity: 0;
position: absolute;
left: 0;
}
.btn3_wrap label{
padding: 10px 15px;
border-radius: 20px;
background: #eee;
display: inline-block;
cursor: pointer;
}
.btn3_wrap input:checked + label{
color : #ffffff;
background : #4169e1; /* 背景色 */
box-shadow : none; /* 影を消す */
}
.btn3_wrap input:checked + label span:after{
color : #fff; /* 文字色 */
}
.horsedata {
border-collapse: collapse;
text-align: center;
height:720px;
overflow-y:scroll;
font-size: 20px;
}
.horsedata table {
border-collapse: collapse;
border-spacing: 0;
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}
.horsedata th {
border-width:0px 1px 1px 1px;
}
.horsedata label {
padding: 0;
font-weight:bold;
}
.horsedata td, th {
padding: 0;
border: 1px solid #666;
border-collapse: separate;
border-spacing: 5px 3px;
border: 1px solid #b9b9b9;
}
.horsedata p {
color: #848484;
font-size: 0.85em;
margin: 0;
padding: 0;
}
.horsedata2 {
width: 100%;
border-collapse: collapse;
text-align: center;
overflow-y:scroll;
}
.horsedata2 table {
border-collapse: collapse;
border-spacing: 0;
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
font-size: 20px;
}
.horsedata2 th {
border-width:0px 1px 1px 1px;
}
.horsedata2 label {
padding: 0;
font-weight:bold;
}
.horsedata2 td, th {
padding: 0;
border: 1px solid #666;
border-collapse: separate;
border-spacing: 5px 3px;
border: 1px solid #b9b9b9;
}
.horsedata2 .factor {
border: none;
border-bottom: 1px solid #DDDDDD; }
.horsedata2 p {
color: #848484;
font-size: 0.8em;
margin: 0;
padding: 0;
}
.factor_02_img {
color: #848484;
font-size: 0.8em;
margin: 0;
padding: 0;
}
.fixed01{
position: sticky;
top: 0;
color: #fff;
background: #333;
&:before{
content: "";
position: absolute;
top: -1px;
left: -1px;
width: 100%;
height: 100%;
border: 1px solid #ccc;
}
}
.header01{
color: #fff;
background: #333;
&:before{
content: "";
position: absolute;
top: -1px;
left: -1px;
width: 100%;
height: 100%;
border: 1px solid #ccc;
}
}
/*究極*/
.header01_6{
color : #fbffcd; /* 文字の色 */
background: #f9cb16;
font-size : 18pt; /* 文字のサイズ */
/*letter-spacing : 3px;*/ /* 文字間 */
text-shadow :
2px 2px 1px #341f07,
-2px 2px 1px #341f07,
2px -2px 1px #341f07,
-2px -2px 1px #341f07,
2px 0px 1px #341f07,
0px 2px 1px #341f07,
-2px 0px 1px #341f07,
0px -2px 1px #341f07; /* 文字の影 */
}
/*真究極*/
.header01_7{
color : #fbffcd; /* 文字の色 */
background: #0B38c2;
font-size : 18pt; /* 文字のサイズ */
/*letter-spacing : 3px;*/ /* 文字間 */
text-shadow :
2px 2px 1px #341f07,
-2px 2px 1px #341f07,
2px -2px 1px #341f07,
-2px -2px 1px #341f07,
2px 0px 1px #341f07,
0px 2px 1px #341f07,
-2px 0px 1px #341f07,
0px -2px 1px #341f07; /* 文字の影 */
}
/*短*/
.header01_f01{
color : #000000; /* 文字の色 */
background: #fdfd00;
text-shadow :
1px 1px 0px #ffffff,
-1px 1px 0px #ffffff,
1px -1px 0px #ffffff,
-1px -1px 0px #ffffff,
1px 0px 0px #ffffff,
0px 1px 0px #ffffff,
-1px 0px 0px #ffffff,
0px -1px 0px #ffffff; /* 文字の影 */
}
/*速*/
.header01_f02{
color : #000000; /* 文字の色 */
background: #fdfda2;
text-shadow :
1px 1px 0px #ffffff,
-1px 1px 0px #ffffff,
1px -1px 0px #ffffff,
-1px -1px 0px #ffffff,
1px 0px 0px #ffffff,
0px 1px 0px #ffffff,
-1px 0px 0px #ffffff,
0px -1px 0px #ffffff; /* 文字の影 */
}
/*底*/
.header01_f03{
color : #000000; /* 文字の色 */
background: #fc6e00;
text-shadow :
1px 1px 0px #ffffff,
-1px 1px 0px #ffffff,
1px -1px 0px #ffffff,
-1px -1px 0px #ffffff,
1px 0px 0px #ffffff,
0px 1px 0px #ffffff,
-1px 0px 0px #ffffff,
0px -1px 0px #ffffff; /* 文字の影 */
}
/*長*/
.header01_f04{
color : #000000; /* 文字の色 */
background: #03fdfd;
text-shadow :
1px 1px 0px #ffffff,
-1px 1px 0px #ffffff,
1px -1px 0px #ffffff,
-1px -1px 0px #ffffff,
1px 0px 0px #ffffff,
0px 1px 0px #ffffff,
-1px 0px 0px #ffffff,
0px -1px 0px #ffffff; /* 文字の影 */
}
/*ダ*/
.header01_f05{
color : #000000; /* 文字の色 */
background: #fddba5;
text-shadow :
1px 1px 0px #ffffff,
-1px 1px 0px #ffffff,
1px -1px 0px #ffffff,
-1px -1px 0px #ffffff,
1px 0px 0px #ffffff,
0px 1px 0px #ffffff,
-1px 0px 0px #ffffff,
0px -1px 0px #ffffff; /* 文字の影 */
}
/*丈*/
.header01_f06{
color : #000000; /* 文字の色 */
background: #feabdd;
text-shadow :
1px 1px 0px #ffffff,
-1px 1px 0px #ffffff,
1px -1px 0px #ffffff,
-1px -1px 0px #ffffff,
1px 0px 0px #ffffff,
0px 1px 0px #ffffff,
-1px 0px 0px #ffffff,
0px -1px 0px #ffffff; /* 文字の影 */
}
/*早*/
.header01_f07{
color : #000000; /* 文字の色 */
background: #02fe02;
text-shadow :
1px 1px 0px #ffffff,
-1px 1px 0px #ffffff,
1px -1px 0px #ffffff,
-1px -1px 0px #ffffff,
1px 0px 0px #ffffff,
0px 1px 0px #ffffff,
-1px 0px 0px #ffffff,
0px -1px 0px #ffffff; /* 文字の影 */
}
/*晩*/
.header01_f08{
color : #000000; /* 文字の色 */
background: #a7de0d;
text-shadow :
1px 1px 0px #ffffff,
-1px 1px 0px #ffffff,
1px -1px 0px #ffffff,
-1px -1px 0px #ffffff,
1px 0px 0px #ffffff,
0px 1px 0px #ffffff,
-1px 0px 0px #ffffff,
0px -1px 0px #ffffff; /* 文字の影 */
}
/*堅*/
.header01_f09{
color : #000000; /* 文字の色 */
background: #a1a1a3;
text-shadow :
1px 1px 0px #ffffff,
-1px 1px 0px #ffffff,
1px -1px 0px #ffffff,
-1px -1px 0px #ffffff,
1px 0px 0px #ffffff,
0px 1px 0px #ffffff,
-1px 0px 0px #ffffff,
0px -1px 0px #ffffff; /* 文字の影 */
}
/*難*/
.header01_f10{
color : #000000; /* 文字の色 */
background: #fc00fc;
text-shadow :
1px 1px 0px #ffffff,
-1px 1px 0px #ffffff,
1px -1px 0px #ffffff,
-1px -1px 0px #ffffff,
1px 0px 0px #ffffff,
0px 1px 0px #ffffff,
-1px 0px 0px #ffffff,
0px -1px 0px #ffffff; /* 文字の影 */
}
/*交換券*/
.header01_Z{
color : #fbffcd; /* 文字の色 */
background: #fd98d2;
font-size : 22pt; /* 文字のサイズ */
/*letter-spacing : 3px;*/ /* 文字間 */
text-shadow :
2px 2px 1px #b81552,
-2px 2px 1px #b81552,
2px -2px 1px #b81552,
-2px -2px 1px #b81552,
2px 0px 1px #b81552,
0px 2px 1px #b81552,
-2px 0px 1px #b81552,
0px -2px 1px #b81552; /* 文字の影 */
}
.content2 {
-- margin-top: 20px;
}
ul, ol {
background: #fcfcfc;/*背景色*/
padding: 0.5em 0.5em 0.5em 2em;/*ボックス内の余白*/
padding-top:2px;/*リスト上の余白*/
padding-bottom:2px;/*リスト下の余白*/
margin-block-start: 0em;
margin-block-end: 0em;
}
ul li, ol li {
line-height: 1.5; /*文の行高*/
padding: 0.3em 0; /*前後の文との余白*/
}
.hiboninfo {
font-size: 25px;
height:900px;
overflow-y:scroll;
}
.prob {
padding: 0.25em 1.0em;
}
.content {
-webkit-text-size-adjust: 100%;
}
.content h2 {
background-image: none;
background-color: transparent;
color: #465535;
padding: 0.25em 0.5em;
font-size: 25px;
margin: 10px 0 0;
border-radius: 0;
background: #fffaf4;/*背景色*/
border-left: solid 5px #ffaf58;/*左線(実線 太さ 色)*/
}
.content h3 {
background-image: none;
background-color: transparent;
color: #465535;
padding: 0.25em 0.5em;
font-size: 25px;
margin: 10px 0 0;
border-radius: 0; }
.content h4 {
margin: 10px 0 10px 0;
font-weight: bold;
line-height: 16px;
width: 96%;
margin: 10px;
padding: 0 7px 0 7px;
border-left: 3px solid #ec7b14; }
.content .paper {
/*height:240px;*/
padding: 15px 20px 15px;
/*overflow:scroll;
* overflow-x:hidden;*/ }
.content .topic ~ .topic {
border-top: 1px dotted #465535;
padding-top: 15px;
margin-top: 15px; }
.content time {
font-size: 12px;
line-height: 1; }
.content img {
margin: 0px; }
.content .description {
font-size: 14px;
word-break: break-all;
word-wrap: break-word;
padding: 10px 10px 0; }
.content .description p {
margin-bottom: 1em; }
.content .inner {
margin: 10px 0; }
.content .father_0 {
background-color: #3e499c;
color: #FFFFFF;
text-shadow :
1px 1px 0px #000000,
-1px 1px 0px #000000,
1px -1px 0px #000000,
-1px -1px 0px #000000,
1px 0px 0px #000000,
0px 1px 0px #000000,
-1px 0px 0px #000000,
0px -1px 0px #000000; /* 文字の影 */
border-bottom: 1px solid #3e499c;
vertical-align: middle;
font-size: x-large;
text-align: center;
font-weight: bold; }
.content .father {
background-color: #3e499c;
color: #FFFFFF;
text-shadow :
1px 1px 0px #000000,
-1px 1px 0px #000000,
1px -1px 0px #000000,
-1px -1px 0px #000000,
1px 0px 0px #000000,
0px 1px 0px #000000,
-1px 0px 0px #000000,
0px -1px 0px #000000; /* 文字の影 */
border-bottom: none;
vertical-align: middle;
font-size: x-large;
text-align: center;
font-weight: bold; }
.content .father_1 {
background-color: #3e499c;
color: #FFFFFF;
text-shadow :
1px 1px 0px #000000,
-1px 1px 0px #000000,
1px -1px 0px #000000,
-1px -1px 0px #000000,
1px 0px 0px #000000,
0px 1px 0px #000000,
-1px 0px 0px #000000,
0px -1px 0px #000000; /* 文字の影 */
border-top: none;
vertical-align: middle;
font-size: x-large;
text-align: center;
font-weight: bold; }
.content .mother_0 {
background-color: #b34e5f;
color: #FFFFFF;
text-shadow :
1px 1px 0px #000000,
-1px 1px 0px #000000,
1px -1px 0px #000000,
-1px -1px 0px #000000,
1px 0px 0px #000000,
0px 1px 0px #000000,
-1px 0px 0px #000000,
0px -1px 0px #000000; /* 文字の影 */
border-bottom: 1px solid #b34e5f;
vertical-align: middle;
font-size: x-large;
text-align: center;
font-weight: bold; }
.content .mother {
background-color: #b34e5f;
color: #FFFFFF;
text-shadow :
1px 1px 0px #000000,
-1px 1px 0px #000000,
1px -1px 0px #000000,
-1px -1px 0px #000000,
1px 0px 0px #000000,
0px 1px 0px #000000,
-1px 0px 0px #000000,
0px -1px 0px #000000; /* 文字の影 */
border-bottom: none;
vertical-align: middle;
font-size: x-large;
text-align: center;
font-weight: bold; }
.content .mother_1 {
background-color: #b34e5f;
color: #FFFFFF;
text-shadow :
1px 1px 0px #000000,
-1px 1px 0px #000000,
1px -1px 0px #000000,
-1px -1px 0px #000000,
1px 0px 0px #000000,
0px 1px 0px #000000,
-1px 0px 0px #000000,
0px -1px 0px #000000; /* 文字の影 */
border-top: none;
vertical-align: middle;
font-size: x-large;
text-align: center;
font-weight: bold; }
.content .factor {
border: none;
border-bottom: 1px solid #DDDDDD; }
.content .factor_horse {
border: none;
border-bottom: 1px solid #DDDDDD;
}
.content .factor_omoshiro {
background: #b6ffbd;
border: none;
border-bottom: 1px solid #DDDDDD;
}
.content .factor_migoto {
background: #fffcaa;
border: none;
border-bottom: 1px solid #DDDDDD;
}
/* 普通 */
.content .horse {
border-right: none;
font-weight: bold; }
.content .horse_0 {
border-left: none;
border-right: none;
font-weight: bold; }
.content .horse_1 {
border-left: none;
border-right: none;
font-weight: bold; }
/* 該当する因子が入るとき */
.content .horse_R0 {
border-left: none;
border-right: none;
font-weight: bold;
color: #e2041b; }
/* 面白 */
.content .omoshiro {
background: #b6ffbd;
border-right: none;
font-weight: bold; }
.content .omoshiro_0 {
background: #b6ffbd;
border-right: none;
font-weight: bold; }
.content .omoshiro_1 {
background: #b6ffbd;
border-right: none;
border-left: none;
text-align: left;
font-weight: bold; }
.content .omoshiro_2 {
background: #b6ffbd;
border-right: none;
border-left: none;
text-align: center;
font-weight: bold; }
/* 該当する因子が入るとき */
.content .omoshiro_R0 {
background: #b6ffbd;
border-right: none;
font-weight: bold;
color: #e2041b; }
/* 一薄めで該当する親系統が入るとき */
.content .omoshiro_R2 {
background: #b6ffbd;
border-right: none;
border-left: none;
text-align: center;
font-weight: bold;
color: #e2041b; }
/* 見事 */
.content .migoto {
background: #fffcaa;
border-right: none;
font-weight: bold; }
.content .migoto_0 {
background: #fffcaa;
border-right: none;
font-weight: bold; }
.content .migoto_1 {
background: #fffcaa;
border-left: none;
border-right: none;
text-align: right;
font-weight: bold; }
/* 該当する因子が入るとき */
.content .migoto_R0 {
background: #fffcaa;
border-right: none;
font-weight: bold;
color: #e2041b; }
/* 見事で該当する親系統が入るとき */
.content .migoto_R1 {
background: #fffcaa;
border-left: none;
border-right: none;
text-align: right;
font-weight: bold;
color: #e2041b; }
.content .factor_icn {
padding: 3px;
text-align: right; }
.content .factor_value {
text-align: right; }
table.pedigree, table.horse_spec, div.horse_spec {
border: #DDDDDD 1px solid;
background-color: #FFFFFF;
border-collapse: collapse;
border-spacing: 0;
font-size: 20px;
}
a > .horse_spec {
border: #DDDDDD 1px solid;
text-decoration: none;
background-color: #FFFFFF;
color: #465535;
cursor: pointer;
cursor: hand; }
a > .horse_spec:hover {
border: 1px #f78b28 solid; }
table.pedigree td, table.horse_spec td {
border: 1px solid #DDDDDD;
padding: 3px;
}
table.horse_spec td.item_name, table.horse_spec td.item_value {
text-align: center;
vertical-align: middle;
}
table.horse_spec td.item_name {
border-right: none; }
table.horse_spec td.item_value {
border-left: none; }
img {
vertical-align: top;
max-width: 100%;
height: auto;
-ms-interpolation-mode: bicubic;
}
/*検索ボックス↓*/
.search{
position: relative;
--height: 200px;
font-size: 25px;
}
.search span{
top: 5px;
display: block;
padding: 10px;
border-bottom:0px;
border-left:0px;
border-right:0px;
font-size: 25px;
}
.search input[type='text'] {
width: 80%;
height: 100%;
display: block;
/*padding: 0px 20px;*/
padding: 8px 38px 8px 45px;
border-radius: 50px;
border: 1px solid #00aaee;
line-height: 1;
outline: 0;
display: inline;
justify-content: center; align-items: center;
/*border: none; background: none; outline: none;*/
font-size: 20px;
color: #333;
}
.search input[type='submit'] {
position: absolute; left: 10px; top: 50%; transform: translateY(-50%);
border: none; background: none; outline: none; font-size: 20px;
color: #999; font-weight: 1000; font-family: "Font Awesome 5 Free";
transition: color 0.3s ease 0s;
}
.search button:hover {
color: #333;
}
/*検索ボックス↑*/
.title_panel {
border: 1px #DDDDDD solid;
background-color: #FFFFFF;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 10px;
padding: 5px;
10px 0px 10px 0px;
color: #ec7b14;
font-size: 24px;
text-decoration: underline;
}
.title_panel td.align_right {
text-align: right;
}
.title_panel td.align_center {
text-align: center;
}
.title_panel a {
color: #ec7b14;
font-size :24px;
text-decoration: underline;
}
.footertxt {
font-size: 18px;
margin: 8px 0 0;
color: #848484;
}
.footertxt a {
color: #848484;
}
.tw_share {
font-weight: bold;
padding: .0em 1.0em;
margin: 0.4em;
background-color: #AAC4F2;
color: #222730;
text-decoration: none;
border-style: none;
border-radius: 5px;
}
.tw_share:hover {
opacity: 0.6;
transition: 1.0s ;
color: #fff;
}
/* ↓因子検索ダイアログ↓ */
.modal_wrap [type="checkbox"] {
display: none;
}
.modal_overlay{
display: flex;
justify-content: center;
overflow: auto;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.7);
opacity: 0;
transition: opacity 0.5s, transform 0s 0.5s;
transform: scale(0);
}
.modal_trigger{
position: absolute;
width: 100%;
height: 100%;
}
.modal_content{
align-self: center;
width: 95%;
max-width: 800px;
padding: 15px 30px 15px;
box-sizing: border-box;
background: #fff;
line-height: 1.4em;
transform: scale(1.2);
transition: 0.5s;
}
.close_button input{
display: none;
}
.close_button{
position: absolute;
top: 14px;
right: 16px;
font-size: 24px;
cursor: pointer;
}
.modal_wrap input:checked ~ .modal_overlay{
opacity: 1;
transform: scale(1);
transition: opacity 0.5s;
}
.modal_wrap input:checked ~ .modal_overlay .modal_content{
transform: scale(1);
}
.search_button{
position: fixed;
display: flex;
justify-content: center;
align-items: center;
width: 200px;
height: 30px;
padding: 8px 16px;
box-shadow: 0 1px 3px rgba(0,0,0,1);
border-radius: 16px;
cursor: pointer;
text-decoration: none;
background: #668ad8;/*ボタン色*/
color: #FFF;
border-bottom: solid 4px #627295;
bottom: 10px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
/*因子検索フォーム*/
.frmSmpl1 {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width:100%;
color: #666;
padding:.7em;
margin: 2em 0;
border:1px solid #ccc;
/*↓背景グラデーションの指定*/
background: #f0f8f1; /*←グラデーション未対応のブラウザ用*/
background: -webkit-linear-gradient(top, #fbfcfc, #f0f8f1); /*←オールドブラウザ用*/
background: linear-gradient(#fbfcfc, #f0f8f1); /*←標準型*/
font-size :30px;
text-align: center;
}
.frmSmpl1 ul { /*ul要素を初期化*/
padding:0;
margin: 0 auto;
}
.frmSmpl1 ul li { /*li要素も初期化し、ボーダーなどを指定*/
list-style:none; /*リストマーカー(●)を無しに*/
margin: 0 auto;
padding:.5em;
border-top: 2px solid #fff;
/*font-size:25px;*/
}
.frmSmpl1 ul li:first-child { /*最初のli要素はボーダー無し*/
border-top:none;
}
.frmSmpl1 p {
margin:.3em 0 0 1em;
}
.frmSmpl1 p label { /*チェックボックス・ラジオボタンの label要素を横に並べる*/
display: inline-block;
margin-left: .5em;
text-align: left;
}
.frmSmpl1 p label input {/*input要素とテキストがくっつかないように右マージンを少々*/
margin-right:0.5em;
}
.frmSmpl1 p.check label { /*チェックボックスのlabelの横幅を統一*/
width: 5em;
}
/*因子検索↓ */
input[list] {
display: inline-block;
position: relative;
/*Don't really need this just for demo styling*/
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
margin: 15px 0px;
overflow: hidden;
text-align: left;
width: 150%;
font-size: 25px;
height: 30px;
border: solid;
border-color: #4169e1;
border-top: transparent;
border-left: transparent;
border-right: transparent;
/*display: inline;*/
/*float: right;*/
}
input[list]:focus {
outline: 1px solid #4169e1;
}
/*因子検索↑ */
/*トグルスイッチ↓ */
.tg-list {
text-align: center;
display: flex;
align-items: center;
}
.tg-list-item {
margin: 0 2em;
}
.tgl {
display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
background: none;
}
.tgl + .tgl-btn {
outline: 0;
display: inline-block;
width: 3em;
height: 1.5em;
position: relative;
cursor: pointer;
-webkit-tap-highlight-color:rgba(0,0,0,0);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before { /*トグルの○*/
position: relative;
display: block;
content: "";
width: 50%;
height: 100%;
}
.tgl + .tgl-btn:after {
left: 0;
}
.tgl + .tgl-btn:before {
display: none;
}
.tgl:checked + .tgl-btn:after {
left: 50%;
}
.tgl-ios + .tgl-btn {
background: #fbfbfb;
border-radius: 2em;
padding: 2px;
transition: all 0.4s ease;
border: 1px solid #e8eae9;
}
.tgl-ios + .tgl-btn:after {
border-radius: 2em;
background: #fbfbfb;
transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}
.tgl-ios + .tgl-btn:hover:after {
will-change: padding;
}
.tgl-ios + .tgl-btn:active {
box-shadow: inset 0 0 0 2em #e8eae9;
}
.tgl-ios + .tgl-btn:active:after {
padding-right: 0.8em;
}
.tgl-ios:checked + .tgl-btn {
background: #86d993;
}
.tgl-ios:checked + .tgl-btn:active {
box-shadow: none;
}
.tgl-ios:checked + .tgl-btn:active:after {
margin-left: -0.8em;
}
.tgl-lbl {
color: #999;
vertical-align: top;
display:inline-block;
text-align: left;
min-width: 170px;
}
.tgl-lbl-blank{
display:inline-block;
color: #fcfcfc;
min-width: 170px;
}
.tgl-btn-blank {
background: #fcfcfc;
}
.tgl + .tgl-btn-blank {
outline: 0;
display: inline-block;
width: 3em;
height: 1.5em;
position: relative;
cursor: pointer;
-webkit-tap-highlight-color:rgba(0,0,0,0);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/*トグルスイッチ↑ */ | static/style.css | @import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
font-family: "Noto Sans Japanese", "SF Pro Text","SF Pro Icons",
"Helvetica Neue",
Arial,
"Hiragino Kaku Gothic ProN",
"Hiragino Sans",
Meiryo,
sans-serif;
background: #4169e1;
}
h1, h2 {
margin: 0;
}
/* アコーディオン全体 */
.accordion {
max-width: 800px;
margin: 0 auto;
}
/* アコーディオン */
.accordion__item {
border: 1px solid #00aaee;
margin-top: 5px;
cursor: pointer;
background-color: #ecf0fc;
color: #4169e1;
}
/* アコーディオンのタイトル */
.accordion__title {
position: relative;
padding: 5px 60px 15px 20px;
font-weight: bold;
cursor: pointer;
background-color: #4169e1;
color: #ecf0fc;
font-size: 20px;
height: 15px;
}
/* (+)アイコン */
.accordion__title::before,
.accordion__title::after {
content: "";
position: absolute;
right: 20px;
top: 0;
bottom: 0;
margin: auto 0;
background-color: #ecf0fc;
width: 20px;
height: 4px;
transition: all 0.3s;
}
.accordion__title::after {
transform: rotate(90deg);
}
/* アコーディオンのコンテンツ */
.accordion__content {
padding: 10px 20px 10px 0px;
display: none;
cursor: pointer;
background-color: #ecf0fc;
color: #4169e1;
font-size: 20px;
}
.accordion__content.is-open {
display: block;
}
/* アコーディオン展開時の(-)アイコン */
.accordion__item.is-active .accordion__title::before {
transform: rotate(180deg);
}
.accordion__item.is-active .accordion__title::after {
transform: rotate(180deg);
opacity: 0;
}
/* ボタンのスタイル */
.page-top {
/* buttonタグのリセットCSS */
border: none;
cursor: pointer;
outline: none;
padding: 0;
appearance: none;
/* ボタンの装飾 */
position: fixed;
right: 30px;
bottom: 30px;
z-index: 100;
width: 100px;
height: 100px;
border-radius: 50%;
background-color: rgba(17,85,130,0.5);
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
/* 矢印のスタイル */
.page-top::before {
content: "";
width: 12px;
height: 12px;
margin-bottom: -6px;
border-top: solid 3px #fff;
border-right: solid 3px #fff;
transform: rotate(-45deg);
}
/* ホバー時のスタイル */
.page-top:hover {
transform: scale(1.1);
}
.page {
margin: 2em auto;
width: 41em;
border: 5px double #4169e1;
padding: 1em;
background: white;
}
.heading {
border-bottom: 2px solid #4169e1;
text-align: center;
margin-bottom: 1em;
padding-bottom: 1em;
}
.heading h1 {
font-size: 2em;
color: #d70002;
}
.footer {
text-align: center;
padding-top: 0.5em;
padding-bottom: 1em;
}
.buttonarea {
text-align: center;
}
tr:hover {
background-color: #d9efff;
}>
.btn {
display: inline-block;
width: 10em;
padding: 1em 1em;
text-decoration: none;
background: rgba(0,124,0,0.8);
color: #ffffff;
border-bottom: solid 4px #4169e1;
border-radius: 3px;
}
.btn:active {
-ms-transform: translateY(4px);
-webkit-transform: translateY(4px);
transform: translateY(4px);
box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
border-bottom: none;
}
.result {
text-align: center;
}
.menus {
list-style: none;
margin: 0;
padding: 0;
}
.box{
display: block;
position: relative;
margin: 1em 0;
border-left: solid 6px rgba(0,124,0,1);
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}
.menu {
padding: 0.5em 1em;
background: rgba(0,124,0,0.1);
}
.rst {
padding: 1em 1em;
background: rgba(0,124,0,0.3);
}
.box h2 {
color: #d70002;
font-size: 1.3em;
margin: 0;
padding: 0;
}
.box p {
color: #848484;
font-size: 0.8em;
margin: 0;
padding: 0;
}
.metanav {
text-align: right;
font-size: 0.8em;
padding: 0.3em;
margin-bottom: 1em;
background: #fafafa;
}
.error {
background: #f0d6d6;
padding: 0.5em;
}
.ribbon {
display: inline-block;
position: absolute;
left: 0;
top: 0px;
box-sizing: border-box;
padding: 0 12px;
margin: 0;
height: 30px;
line-height: 30px;
font-size: 0.8em;
letter-spacing: 0.1em;
color: white;
background: rgba(0, 124, 0, 0.3);
box-shadow: 0 2px 2px rgba(0,124,0,0.1);
}
.tabmenu-head{
position: relative;
font-size: 0;
display: inline;
}
.tabmenu-head span{
position: absolute;
top: 30px;
left: 0;
display: block;
margin: 4px 0 0;
padding: 10px;
border: 1px solid #0ae;
-webkit-border-radius: 0 6px 6px 6px;
border-radius: 0 6px 6px 6px;
font-size: 18px;
}
.tabmenu-head input[type="radio"]{
display: none;
}
.tabmenu-head input[type="radio"] + em{
position: relative;
z-index: 100;
display: inline-block;
padding: 4px 0 0;
min-width: 25%;
-webkit-border-radius: 20px 20px 0 0;
border-radius: 20px 20px 0 0;
background: #ddd;
color: #000;
text-align: center;
font-size: 18px;
font-style: normal;
line-height: 30px;
cursor: pointer;
height: 35px;
}
.tabmenu-head input[type="radio"]:checked + em{
background: #4169e1;
color: #ecf0fc;
}
.tabmenu-head input[type="radio"]:checked + em::after {
position: absolute;
left: 50%;
display: block;
margin-left: -9px;
border: 9px solid transparent;
content: "";
}
.tabmenu-head input[type="radio"] + em ~ span{
display: none;
}
.tabmenu-head input[type="radio"]:checked + em ~ span{
display: block;
}
/*牡馬牝馬タブ↓ */
section.horseData{
display: flex;
flex-wrap: wrap;
}
section.horseData::after {
content: '';
width: 100%;
height: 3px;
order: -1;
display: block;
background: #4169e1;
}
section.horseData .tabLabel { /* タブ非選択 */
margin-right: 3px;
padding: 3px 12px;
flex: 1;
order: -1;
-webkit-border-radius: 20px 20px 0 0;
border-radius: 20px 20px 0 0;
color: #000;
background: #ddd;
transition: .5s ;
cursor: pointer;
max-width: 30%;
text-align: center;
font-size: 18px;
font-style: normal;
line-height: 30px;
height: 35px;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
section.horseData .open_button01 { /*因子絞込ボタン(絞り込みなし)*/
margin-right: 3px;
padding: 3px 12px;
flex: 1;
order: -1;
background-color: #ffffff;
background-image: none;
border: 1px solid #4169e1;
transition: .5s ;
cursor: pointer;
max-width: 20%;
text-align: center;
font-size: 20px;
font-style: normal;
line-height: 30px;
height: 35px;
left: 5px;
bottom: 5px;
border-radius: 16px;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
section.horseData .open_button02 { /*因子絞込ボタン(絞り込みあり)*/
margin-right: 3px;
padding: 3px 12px;
flex: 1;
order: -1;
color: #ffffff;
background-color: #4169e1;
background-image: none;
border: 1px solid #4169e1;
transition: .5s ;
cursor: pointer;
max-width: 20%;
text-align: center;
font-size: 20px;
font-style: normal;
line-height: 30px;
height: 35px;
left: 5px;
bottom: 5px;
border-radius: 16px;
}
/*因子検索↓ */
.selectdiv {
position: relative;
/*Don't really need this just for demo styling*/
overflow: hidden;
text-align: center;
margin:0 auto;
width: 50%;
display: inline;
/*float: right;*/
}
/* IE11 hide native button */
select::-ms-expand {
display: none;
}
.selectdiv:after {
content: '<>';
font: 20px "Consolas", monospace;
color: #4169e1;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
right: 11px;
/*Adjust for position however you want*/
top: 5px;
padding: 0 0 2px;
border-bottom: 1px solid #999;
/*left line */
position: absolute;
pointer-events: none;
}
.selectdiv select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
/* Add some styling */
/*display: block;*/
width: 100%;
max-width: 500px;
height: 40px;
/*float: right;*/
/*margin: 5px 0px;*/
margin: 0 auto;
padding: 0px 10px;
font-size: 25px;
line-height: 1.75;
color: #333;
background-color: #ffffff;
background-image: none;
border: 1px solid #4169e1;
-ms-word-break: normal;
word-break: normal;
}
.selectdiv select:focus {
outline: 1px solid #4169e1;
}
/*因子検索↑ */
section.horseData .tabLabel:nth-last-of-type(1){ margin-right: 0; }
section.horseData input[type="radio"] { /* ラジオボタン非表示 */
display: none;
}
section.horseData .content { /* 本文 */
width: 100%;
height: 0;
overflow: hidden;
opacity: 0;
}
/*アクティブ設定*/
section.horseData input:checked + .tabLabel {
background: #4169e1;
color: #ecf0fc;
}
section.horseData input:checked + .tabLabel + .content {
/*padding: 15px;*/
height: auto;
overflow: auto;
box-shadow: 0 0 5px rgba(0,0,0,.2);
transition: .5s opacity;
opacity: 1;
}
/*牡馬牝馬タブ↑ */
.tabmenu2{
position: relative;
--height: 200px;
font-size: 0;
}
.tabmenu2 span{
top: 5px;
display: block;
margin: 4px 0 0;
padding: 10px;
border-bottom:1px solid #0ae;
border-left:1px solid #0ae;
border-right:1px solid #0ae;
--webkit-border-radius: 0 6px 6px 6px;
--border-radius: 0 6px 6px 6px;
font-size: 25px;
}
.tabmenu3{
position: relative;
--height: 200px;
font-size: 25px;
}
.tabmenu3 span{
top: 5px;
display: block;
padding: 10px;
border-bottom:0px solid #0ae;
border-left:0px solid #0ae;
border-right:0px solid #0ae;
--webkit-border-radius: 0 6px 6px 6px;
--border-radius: 0 6px 6px 6px;
font-size: 25px;
}
.tabmenu{
position: relative;
height: 180px;
font-size: 0;
}
.tabmenu span{
position: absolute;
top: 30px;
left: 0;
display: block;
margin: 4px 0 0;
padding: 10px;
border: 1px solid #0ae;
--webkit-border-radius: 0 6px 6px 6px;
--border-radius: 0 6px 6px 6px;
font-size: 25px;
height: 130px;
}
.tabmenu input[type="radio"]{
display: none;
}
.tabmenu input[type="radio"] + em{
position: relative;
/*z-index: 100;*/
display: inline-block;
padding: 4px 0 0;
/*min-width: 25%;*/
min-width: 20%;
-webkit-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0;
background: #ddd;
color: #000;
text-align: center;
font-size: 18px;
font-style: normal;
line-height: 30px;
cursor: pointer;
}
.tabmenu input[type="radio"]:checked + em{
background: #0ae;
color: #fff;
}
.tabmenu input[type="radio"]:checked + em::after {
position: absolute;
left: 50%;
display: block;
margin-left: -9px;
border: 9px solid transparent;
content: "";
}
.tabmenu input[type="radio"] + em ~ span{
display: none;
}
.tabmenu input[type="radio"]:checked + em ~ span{
display: block;
}
.btn2_wrap{
display:inline-block;
position: relative;
}
.btn2_wrap input{
opacity: 0;
position: absolute;
left: 0;
}
.btn2_wrap label{
padding: 12px 18px;
border-radius: 20px;
background: #eee;
display: inline-block;
cursor: pointer;
transition: .5s;
margin: 0.1em 0;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.btn2_wrap label:hover,
.btn2_wrap input:focus + label{
box-shadow: 0 0 4px #af975e;
}
/* === ON側のチェックボックスのラベル(ONのとき) ========== */
.btn2_wrap label span:after{
color : #aaa;
}
.btn2_wrap input:checked + label{
color : #ffffff;
background : #4169e1; /* 背景色 */
box-shadow : none; /* 影を消す */
}
.btn2_wrap input:checked + label span:after{
color : #fff; /* 文字色 */
}
.btn3_wrap{
display:inline-block;
position: relative;
}
.btn3_wrap input{
opacity: 0;
position: absolute;
left: 0;
}
.btn3_wrap label{
padding: 10px 15px;
border-radius: 20px;
background: #eee;
display: inline-block;
cursor: pointer;
}
.btn3_wrap input:checked + label{
color : #ffffff;
background : #4169e1; /* 背景色 */
box-shadow : none; /* 影を消す */
}
.btn3_wrap input:checked + label span:after{
color : #fff; /* 文字色 */
}
.horsedata {
border-collapse: collapse;
text-align: center;
height:720px;
overflow-y:scroll;
font-size: 20px;
}
.horsedata table {
border-collapse: collapse;
border-spacing: 0;
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}
.horsedata th {
border-width:0px 1px 1px 1px;
}
.horsedata label {
padding: 0;
font-weight:bold;
}
.horsedata td, th {
padding: 0;
border: 1px solid #666;
border-collapse: separate;
border-spacing: 5px 3px;
border: 1px solid #b9b9b9;
}
.horsedata p {
color: #848484;
font-size: 0.85em;
margin: 0;
padding: 0;
}
.horsedata2 {
width: 100%;
border-collapse: collapse;
text-align: center;
overflow-y:scroll;
}
.horsedata2 table {
border-collapse: collapse;
border-spacing: 0;
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
font-size: 20px;
}
.horsedata2 th {
border-width:0px 1px 1px 1px;
}
.horsedata2 label {
padding: 0;
font-weight:bold;
}
.horsedata2 td, th {
padding: 0;
border: 1px solid #666;
border-collapse: separate;
border-spacing: 5px 3px;
border: 1px solid #b9b9b9;
}
.horsedata2 .factor {
border: none;
border-bottom: 1px solid #DDDDDD; }
.horsedata2 p {
color: #848484;
font-size: 0.8em;
margin: 0;
padding: 0;
}
.factor_02_img {
color: #848484;
font-size: 0.8em;
margin: 0;
padding: 0;
}
.fixed01{
position: sticky;
top: 0;
color: #fff;
background: #333;
&:before{
content: "";
position: absolute;
top: -1px;
left: -1px;
width: 100%;
height: 100%;
border: 1px solid #ccc;
}
}
.header01{
color: #fff;
background: #333;
&:before{
content: "";
position: absolute;
top: -1px;
left: -1px;
width: 100%;
height: 100%;
border: 1px solid #ccc;
}
}
/*究極*/
.header01_6{
color : #fbffcd; /* 文字の色 */
background: #f9cb16;
font-size : 18pt; /* 文字のサイズ */
/*letter-spacing : 3px;*/ /* 文字間 */
text-shadow :
2px 2px 1px #341f07,
-2px 2px 1px #341f07,
2px -2px 1px #341f07,
-2px -2px 1px #341f07,
2px 0px 1px #341f07,
0px 2px 1px #341f07,
-2px 0px 1px #341f07,
0px -2px 1px #341f07; /* 文字の影 */
}
/*真究極*/
.header01_7{
color : #fbffcd; /* 文字の色 */
background: #0B38c2;
font-size : 18pt; /* 文字のサイズ */
/*letter-spacing : 3px;*/ /* 文字間 */
text-shadow :
2px 2px 1px #341f07,
-2px 2px 1px #341f07,
2px -2px 1px #341f07,
-2px -2px 1px #341f07,
2px 0px 1px #341f07,
0px 2px 1px #341f07,
-2px 0px 1px #341f07,
0px -2px 1px #341f07; /* 文字の影 */
}
/*短*/
.header01_f01{
color : #000000; /* 文字の色 */
background: #fdfd00;
text-shadow :
1px 1px 0px #ffffff,
-1px 1px 0px #ffffff,
1px -1px 0px #ffffff,
-1px -1px 0px #ffffff,
1px 0px 0px #ffffff,
0px 1px 0px #ffffff,
-1px 0px 0px #ffffff,
0px -1px 0px #ffffff; /* 文字の影 */
}
/*速*/
.header01_f02{
color : #000000; /* 文字の色 */
background: #fdfda2;
text-shadow :
1px 1px 0px #ffffff,
-1px 1px 0px #ffffff,
1px -1px 0px #ffffff,
-1px -1px 0px #ffffff,
1px 0px 0px #ffffff,
0px 1px 0px #ffffff,
-1px 0px 0px #ffffff,
0px -1px 0px #ffffff; /* 文字の影 */
}
/*底*/
.header01_f03{
color : #000000; /* 文字の色 */
background: #fc6e00;
text-shadow :
1px 1px 0px #ffffff,
-1px 1px 0px #ffffff,
1px -1px 0px #ffffff,
-1px -1px 0px #ffffff,
1px 0px 0px #ffffff,
0px 1px 0px #ffffff,
-1px 0px 0px #ffffff,
0px -1px 0px #ffffff; /* 文字の影 */
}
/*長*/
.header01_f04{
color : #000000; /* 文字の色 */
background: #03fdfd;
text-shadow :
1px 1px 0px #ffffff,
-1px 1px 0px #ffffff,
1px -1px 0px #ffffff,
-1px -1px 0px #ffffff,
1px 0px 0px #ffffff,
0px 1px 0px #ffffff,
-1px 0px 0px #ffffff,
0px -1px 0px #ffffff; /* 文字の影 */
}
/*ダ*/
.header01_f05{
color : #000000; /* 文字の色 */
background: #fddba5;
text-shadow :
1px 1px 0px #ffffff,
-1px 1px 0px #ffffff,
1px -1px 0px #ffffff,
-1px -1px 0px #ffffff,
1px 0px 0px #ffffff,
0px 1px 0px #ffffff,
-1px 0px 0px #ffffff,
0px -1px 0px #ffffff; /* 文字の影 */
}
/*丈*/
.header01_f06{
color : #000000; /* 文字の色 */
background: #feabdd;
text-shadow :
1px 1px 0px #ffffff,
-1px 1px 0px #ffffff,
1px -1px 0px #ffffff,
-1px -1px 0px #ffffff,
1px 0px 0px #ffffff,
0px 1px 0px #ffffff,
-1px 0px 0px #ffffff,
0px -1px 0px #ffffff; /* 文字の影 */
}
/*早*/
.header01_f07{
color : #000000; /* 文字の色 */
background: #02fe02;
text-shadow :
1px 1px 0px #ffffff,
-1px 1px 0px #ffffff,
1px -1px 0px #ffffff,
-1px -1px 0px #ffffff,
1px 0px 0px #ffffff,
0px 1px 0px #ffffff,
-1px 0px 0px #ffffff,
0px -1px 0px #ffffff; /* 文字の影 */
}
/*晩*/
.header01_f08{
color : #000000; /* 文字の色 */
background: #a7de0d;
text-shadow :
1px 1px 0px #ffffff,
-1px 1px 0px #ffffff,
1px -1px 0px #ffffff,
-1px -1px 0px #ffffff,
1px 0px 0px #ffffff,
0px 1px 0px #ffffff,
-1px 0px 0px #ffffff,
0px -1px 0px #ffffff; /* 文字の影 */
}
/*堅*/
.header01_f09{
color : #000000; /* 文字の色 */
background: #a1a1a3;
text-shadow :
1px 1px 0px #ffffff,
-1px 1px 0px #ffffff,
1px -1px 0px #ffffff,
-1px -1px 0px #ffffff,
1px 0px 0px #ffffff,
0px 1px 0px #ffffff,
-1px 0px 0px #ffffff,
0px -1px 0px #ffffff; /* 文字の影 */
}
/*難*/
.header01_f10{
color : #000000; /* 文字の色 */
background: #fc00fc;
text-shadow :
1px 1px 0px #ffffff,
-1px 1px 0px #ffffff,
1px -1px 0px #ffffff,
-1px -1px 0px #ffffff,
1px 0px 0px #ffffff,
0px 1px 0px #ffffff,
-1px 0px 0px #ffffff,
0px -1px 0px #ffffff; /* 文字の影 */
}
/*交換券*/
.header01_Z{
color : #fbffcd; /* 文字の色 */
background: #fd98d2;
font-size : 22pt; /* 文字のサイズ */
/*letter-spacing : 3px;*/ /* 文字間 */
text-shadow :
2px 2px 1px #b81552,
-2px 2px 1px #b81552,
2px -2px 1px #b81552,
-2px -2px 1px #b81552,
2px 0px 1px #b81552,
0px 2px 1px #b81552,
-2px 0px 1px #b81552,
0px -2px 1px #b81552; /* 文字の影 */
}
.content2 {
-- margin-top: 20px;
}
ul, ol {
background: #fcfcfc;/*背景色*/
padding: 0.5em 0.5em 0.5em 2em;/*ボックス内の余白*/
padding-top:2px;/*リスト上の余白*/
padding-bottom:2px;/*リスト下の余白*/
margin-block-start: 0em;
margin-block-end: 0em;
}
ul li, ol li {
line-height: 1.5; /*文の行高*/
padding: 0.3em 0; /*前後の文との余白*/
}
.hiboninfo {
font-size: 25px;
height:900px;
overflow-y:scroll;
}
.prob {
padding: 0.25em 1.0em;
}
.content {
-webkit-text-size-adjust: 100%;
}
.content h2 {
background-image: none;
background-color: transparent;
color: #465535;
padding: 0.25em 0.5em;
font-size: 25px;
margin: 10px 0 0;
border-radius: 0;
background: #fffaf4;/*背景色*/
border-left: solid 5px #ffaf58;/*左線(実線 太さ 色)*/
}
.content h3 {
background-image: none;
background-color: transparent;
color: #465535;
padding: 0.25em 0.5em;
font-size: 25px;
margin: 10px 0 0;
border-radius: 0; }
.content h4 {
margin: 10px 0 10px 0;
font-weight: bold;
line-height: 16px;
width: 96%;
margin: 10px;
padding: 0 7px 0 7px;
border-left: 3px solid #ec7b14; }
.content .paper {
/*height:240px;*/
padding: 15px 20px 15px;
/*overflow:scroll;
* overflow-x:hidden;*/ }
.content .topic ~ .topic {
border-top: 1px dotted #465535;
padding-top: 15px;
margin-top: 15px; }
.content time {
font-size: 12px;
line-height: 1; }
.content img {
margin: 0px; }
.content .description {
font-size: 14px;
word-break: break-all;
word-wrap: break-word;
padding: 10px 10px 0; }
.content .description p {
margin-bottom: 1em; }
.content .inner {
margin: 10px 0; }
.content .father_0 {
background-color: #3e499c;
color: #FFFFFF;
text-shadow :
1px 1px 0px #000000,
-1px 1px 0px #000000,
1px -1px 0px #000000,
-1px -1px 0px #000000,
1px 0px 0px #000000,
0px 1px 0px #000000,
-1px 0px 0px #000000,
0px -1px 0px #000000; /* 文字の影 */
border-bottom: 1px solid #3e499c;
vertical-align: middle;
font-size: x-large;
text-align: center;
font-weight: bold; }
.content .father {
background-color: #3e499c;
color: #FFFFFF;
text-shadow :
1px 1px 0px #000000,
-1px 1px 0px #000000,
1px -1px 0px #000000,
-1px -1px 0px #000000,
1px 0px 0px #000000,
0px 1px 0px #000000,
-1px 0px 0px #000000,
0px -1px 0px #000000; /* 文字の影 */
border-bottom: none;
vertical-align: middle;
font-size: x-large;
text-align: center;
font-weight: bold; }
.content .father_1 {
background-color: #3e499c;
color: #FFFFFF;
text-shadow :
1px 1px 0px #000000,
-1px 1px 0px #000000,
1px -1px 0px #000000,
-1px -1px 0px #000000,
1px 0px 0px #000000,
0px 1px 0px #000000,
-1px 0px 0px #000000,
0px -1px 0px #000000; /* 文字の影 */
border-top: none;
vertical-align: middle;
font-size: x-large;
text-align: center;
font-weight: bold; }
.content .mother_0 {
background-color: #b34e5f;
color: #FFFFFF;
text-shadow :
1px 1px 0px #000000,
-1px 1px 0px #000000,
1px -1px 0px #000000,
-1px -1px 0px #000000,
1px 0px 0px #000000,
0px 1px 0px #000000,
-1px 0px 0px #000000,
0px -1px 0px #000000; /* 文字の影 */
border-bottom: 1px solid #b34e5f;
vertical-align: middle;
font-size: x-large;
text-align: center;
font-weight: bold; }
.content .mother {
background-color: #b34e5f;
color: #FFFFFF;
text-shadow :
1px 1px 0px #000000,
-1px 1px 0px #000000,
1px -1px 0px #000000,
-1px -1px 0px #000000,
1px 0px 0px #000000,
0px 1px 0px #000000,
-1px 0px 0px #000000,
0px -1px 0px #000000; /* 文字の影 */
border-bottom: none;
vertical-align: middle;
font-size: x-large;
text-align: center;
font-weight: bold; }
.content .mother_1 {
background-color: #b34e5f;
color: #FFFFFF;
text-shadow :
1px 1px 0px #000000,
-1px 1px 0px #000000,
1px -1px 0px #000000,
-1px -1px 0px #000000,
1px 0px 0px #000000,
0px 1px 0px #000000,
-1px 0px 0px #000000,
0px -1px 0px #000000; /* 文字の影 */
border-top: none;
vertical-align: middle;
font-size: x-large;
text-align: center;
font-weight: bold; }
.content .factor {
border: none;
border-bottom: 1px solid #DDDDDD; }
.content .factor_horse {
border: none;
border-bottom: 1px solid #DDDDDD;
}
.content .factor_omoshiro {
background: #b6ffbd;
border: none;
border-bottom: 1px solid #DDDDDD;
}
.content .factor_migoto {
background: #fffcaa;
border: none;
border-bottom: 1px solid #DDDDDD;
}
/* 普通 */
.content .horse {
border-right: none;
font-weight: bold; }
.content .horse_0 {
border-left: none;
border-right: none;
font-weight: bold; }
.content .horse_1 {
border-left: none;
border-right: none;
font-weight: bold; }
/* 該当する因子が入るとき */
.content .horse_R0 {
border-left: none;
border-right: none;
font-weight: bold;
color: #e2041b; }
/* 面白 */
.content .omoshiro {
background: #b6ffbd;
border-right: none;
font-weight: bold; }
.content .omoshiro_0 {
background: #b6ffbd;
border-right: none;
font-weight: bold; }
.content .omoshiro_1 {
background: #b6ffbd;
border-right: none;
border-left: none;
text-align: left;
font-weight: bold; }
.content .omoshiro_2 {
background: #b6ffbd;
border-right: none;
border-left: none;
text-align: center;
font-weight: bold; }
/* 該当する因子が入るとき */
.content .omoshiro_R0 {
background: #b6ffbd;
border-right: none;
font-weight: bold;
color: #e2041b; }
/* 一薄めで該当する親系統が入るとき */
.content .omoshiro_R2 {
background: #b6ffbd;
border-right: none;
border-left: none;
text-align: center;
font-weight: bold;
color: #e2041b; }
/* 見事 */
.content .migoto {
background: #fffcaa;
border-right: none;
font-weight: bold; }
.content .migoto_0 {
background: #fffcaa;
border-right: none;
font-weight: bold; }
.content .migoto_1 {
background: #fffcaa;
border-left: none;
border-right: none;
text-align: right;
font-weight: bold; }
/* 該当する因子が入るとき */
.content .migoto_R0 {
background: #fffcaa;
border-right: none;
font-weight: bold;
color: #e2041b; }
/* 見事で該当する親系統が入るとき */
.content .migoto_R1 {
background: #fffcaa;
border-left: none;
border-right: none;
text-align: right;
font-weight: bold;
color: #e2041b; }
.content .factor_icn {
padding: 3px;
text-align: right; }
.content .factor_value {
text-align: right; }
table.pedigree, table.horse_spec, div.horse_spec {
border: #DDDDDD 1px solid;
background-color: #FFFFFF;
border-collapse: collapse;
border-spacing: 0;
font-size: 20px;
}
a > .horse_spec {
border: #DDDDDD 1px solid;
text-decoration: none;
background-color: #FFFFFF;
color: #465535;
cursor: pointer;
cursor: hand; }
a > .horse_spec:hover {
border: 1px #f78b28 solid; }
table.pedigree td, table.horse_spec td {
border: 1px solid #DDDDDD;
padding: 3px;
}
table.horse_spec td.item_name, table.horse_spec td.item_value {
text-align: center;
vertical-align: middle;
}
table.horse_spec td.item_name {
border-right: none; }
table.horse_spec td.item_value {
border-left: none; }
img {
vertical-align: top;
max-width: 100%;
height: auto;
-ms-interpolation-mode: bicubic;
}
/*検索ボックス↓*/
.search{
position: relative;
--height: 200px;
font-size: 25px;
}
.search span{
top: 5px;
display: block;
padding: 10px;
border-bottom:0px;
border-left:0px;
border-right:0px;
font-size: 25px;
}
.search input[type='text'] {
width: 80%;
height: 100%;
display: block;
/*padding: 0px 20px;*/
padding: 8px 38px 8px 45px;
border-radius: 50px;
border: 1px solid #00aaee;
line-height: 1;
outline: 0;
display: inline;
justify-content: center; align-items: center;
/*border: none; background: none; outline: none;*/
font-size: 20px;
color: #333;
}
.search input[type='submit'] {
position: absolute; left: 10px; top: 50%; transform: translateY(-50%);
border: none; background: none; outline: none; font-size: 20px;
color: #999; font-weight: 1000; font-family: "Font Awesome 5 Free";
transition: color 0.3s ease 0s;
}
.search button:hover {
color: #333;
}
/*検索ボックス↑*/
.title_panel {
border: 1px #DDDDDD solid;
background-color: #FFFFFF;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 10px;
padding: 5px;
10px 0px 10px 0px;
color: #ec7b14;
font-size: 24px;
text-decoration: underline;
}
.title_panel td.align_right {
text-align: right;
}
.title_panel td.align_center {
text-align: center;
}
.title_panel a {
color: #ec7b14;
font-size :24px;
text-decoration: underline;
}
.footertxt {
font-size: 18px;
margin: 8px 0 0;
color: #848484;
}
.footertxt a {
color: #848484;
}
.tw_share {
font-weight: bold;
padding: .0em 1.0em;
margin: 0.4em;
background-color: #AAC4F2;
color: #222730;
text-decoration: none;
border-style: none;
border-radius: 5px;
}
.tw_share:hover {
opacity: 0.6;
transition: 1.0s ;
color: #fff;
}
/* ↓因子検索ダイアログ↓ */
.modal_wrap [type="checkbox"] {
display: none;
}
.modal_overlay{
display: flex;
justify-content: center;
overflow: auto;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.7);
opacity: 0;
transition: opacity 0.5s, transform 0s 0.5s;
transform: scale(0);
}
.modal_trigger{
position: absolute;
width: 100%;
height: 100%;
}
.modal_content{
align-self: center;
width: 95%;
max-width: 800px;
padding: 15px 30px 15px;
box-sizing: border-box;
background: #fff;
line-height: 1.4em;
transform: scale(1.2);
transition: 0.5s;
}
.close_button input{
display: none;
}
.close_button{
position: absolute;
top: 14px;
right: 16px;
font-size: 24px;
cursor: pointer;
}
.modal_wrap input:checked ~ .modal_overlay{
opacity: 1;
transform: scale(1);
transition: opacity 0.5s;
}
.modal_wrap input:checked ~ .modal_overlay .modal_content{
transform: scale(1);
}
.search_button{
position: fixed;
display: flex;
justify-content: center;
align-items: center;
width: 200px;
height: 30px;
padding: 8px 16px;
box-shadow: 0 1px 3px rgba(0,0,0,1);
border-radius: 16px;
cursor: pointer;
text-decoration: none;
background: #668ad8;/*ボタン色*/
color: #FFF;
border-bottom: solid 4px #627295;
bottom: 10px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
/*因子検索フォーム*/
.frmSmpl1 {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width:100%;
color: #666;
padding:.7em;
margin: 2em 0;
border:1px solid #ccc;
/*↓背景グラデーションの指定*/
background: #f0f8f1; /*←グラデーション未対応のブラウザ用*/
background: -webkit-linear-gradient(top, #fbfcfc, #f0f8f1); /*←オールドブラウザ用*/
background: linear-gradient(#fbfcfc, #f0f8f1); /*←標準型*/
font-size :30px;
text-align: center;
}
.frmSmpl1 ul { /*ul要素を初期化*/
padding:0;
margin: 0 auto;
}
.frmSmpl1 ul li { /*li要素も初期化し、ボーダーなどを指定*/
list-style:none; /*リストマーカー(●)を無しに*/
margin: 0 auto;
padding:.5em;
border-top: 2px solid #fff;
/*font-size:25px;*/
}
.frmSmpl1 ul li:first-child { /*最初のli要素はボーダー無し*/
border-top:none;
}
.frmSmpl1 p {
margin:.3em 0 0 1em;
}
.frmSmpl1 p label { /*チェックボックス・ラジオボタンの label要素を横に並べる*/
display: inline-block;
margin-left: .5em;
text-align: left;
}
.frmSmpl1 p label input {/*input要素とテキストがくっつかないように右マージンを少々*/
margin-right:0.5em;
}
.frmSmpl1 p.check label { /*チェックボックスのlabelの横幅を統一*/
width: 5em;
}
/*因子検索↓ */
input[list] {
display: inline-block;
position: relative;
/*Don't really need this just for demo styling*/
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
margin: 15px 0px;
overflow: hidden;
text-align: left;
width: 150%;
font-size: 25px;
height: 30px;
border: solid;
border-color: #4169e1;
border-top: transparent;
border-left: transparent;
border-right: transparent;
/*display: inline;*/
/*float: right;*/
}
input[list]:focus {
outline: 1px solid #4169e1;
}
/*因子検索↑ */
/*トグルスイッチ↓ */
.tg-list {
text-align: center;
display: flex;
align-items: center;
}
.tg-list-item {
margin: 0 2em;
}
.tgl {
display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
background: none;
}
.tgl + .tgl-btn {
outline: 0;
display: inline-block;
width: 3em;
height: 1.5em;
position: relative;
cursor: pointer;
-webkit-tap-highlight-color:rgba(0,0,0,0);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before { /*トグルの○*/
position: relative;
display: block;
content: "";
width: 50%;
height: 100%;
}
.tgl + .tgl-btn:after {
left: 0;
}
.tgl + .tgl-btn:before {
display: none;
}
.tgl:checked + .tgl-btn:after {
left: 50%;
}
.tgl-ios + .tgl-btn {
background: #fbfbfb;
border-radius: 2em;
padding: 2px;
transition: all 0.4s ease;
border: 1px solid #e8eae9;
}
.tgl-ios + .tgl-btn:after {
border-radius: 2em;
background: #fbfbfb;
transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}
.tgl-ios + .tgl-btn:hover:after {
will-change: padding;
}
.tgl-ios + .tgl-btn:active {
box-shadow: inset 0 0 0 2em #e8eae9;
}
.tgl-ios + .tgl-btn:active:after {
padding-right: 0.8em;
}
.tgl-ios:checked + .tgl-btn {
background: #86d993;
}
.tgl-ios:checked + .tgl-btn:active {
box-shadow: none;
}
.tgl-ios:checked + .tgl-btn:active:after {
margin-left: -0.8em;
}
.tgl-lbl {
color: #999;
vertical-align: top;
display:inline-block;
text-align: left;
min-width: 170px;
}
.tgl-lbl-blank{
display:inline-block;
color: #fcfcfc;
min-width: 170px;
}
.tgl-btn-blank {
background: #fcfcfc;
}
.tgl + .tgl-btn-blank {
outline: 0;
display: inline-block;
width: 3em;
height: 1.5em;
position: relative;
cursor: pointer;
-webkit-tap-highlight-color:rgba(0,0,0,0);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/*トグルスイッチ↑ */ | 0.227126 | 0.07843 |
body {
margin: 0;
padding: 0;
background-color: #f5f7fb;
font-size: 15px;
line-height: 160%;
mso-line-height-rule: exactly;
color: #444444;
width: 100%;
}
@media only screen and (max-width: 560px) {
body {
font-size: 14px !important;
}
}
body, table, td {
font-family: Open Sans, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}
table {
border-collapse: collapse;
width: 100%;
}
table:not(.main) {
-premailer-cellpadding: 0;
-premailer-cellspacing: 0;
}
.preheader {
padding: 0;
font-size: 0;
display: none;
max-height: 0;
mso-hide: all;
line-height: 0;
color: transparent;
height: 0;
max-width: 0;
opacity: 0;
overflow: hidden;
visibility: hidden;
width: 0;
}
.main {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
.wrap {
width: 100%;
max-width: 640px;
text-align: left;
}
.wrap-narrow {
max-width: 500px;
}
.box {
background: #ffffff;
border-radius: 3px;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
border: 1px solid #f0f0f0;
}
.box + .box {
margin-top: 24px;
}
.content,
.content-image-text {
padding: 40px 48px;
}
@media only screen and (max-width: 560px) {
.content,
.content-image-text {
padding: 24px !important;
}
}
.content-image-text {
padding: 24px;
}
.content-big {
padding: 48px;
}
.content-image {
height: 360px;
background-position: center;
background-size: cover;
}
@media only screen and (max-width: 560px) {
.content-image {
height: 100px !important;
}
}
.content-image-sm {
height: 200px;
}
.content-image-text {
background-repeat: repeat;
vertical-align: bottom;
color: #fff;
font-weight: 400;
}
@media only screen and (max-width: 560px) {
.content-image-text {
padding-top: 96px !important;
}
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
font-weight: 600;
margin: 0 0 .5em;
}
h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a {
color: inherit;
}
h1, .h1 {
font-size: 28px;
font-weight: 300;
line-height: 130%;
}
@media only screen and (max-width: 560px) {
h1, .h1 {
font-size: 24px !important;
}
}
h2, .h2 {
font-size: 24px;
font-weight: 300;
line-height: 130%;
}
@media only screen and (max-width: 560px) {
h2, .h2 {
font-size: 20px !important;
}
}
h3, .h3 {
font-size: 20px;
font-weight: 300;
line-height: 120%;
}
@media only screen and (max-width: 560px) {
h3, .h3 {
font-size: 18px !important;
}
}
h4, .h4 {
font-size: 16px;
}
h5, .h5 {
font-size: 14px;
}
hr,
.hr {
border: none;
height: 1px;
background-color: #f0f0f0;
margin: 32px 0;
}
figure {
margin: 0;
}
pre {
font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
font-size: 12px;
white-space: pre-wrap;
max-width: 100%;
word-break: break-word;
overflow: auto;
background: #f5f7fb;
color: #728c96;
border-radius: 3px;
padding: 8px 12px;
-moz-tab-size: 3;
-o-tab-size: 3;
tab-size: 3;
margin: 0;
}
pre code {
color: inherit;
background: none;
padding: 0;
font-size: 12px;
}
code {
color: #728c96;
font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
font-weight: 400;
font-size: 13px;
white-space: pre-wrap;
padding: .2em .4em;
border-radius: 3px;
background: #f5f7fb;
word-break: break-word;
}
.table-pre pre {
padding: 0 8px;
background: transparent;
}
.table-pre td {
font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
font-size: 12px;
background: #f5f7fb;
color: #728c96;
padding-top: 0;
padding-bottom: 0;
}
.table-pre .table-pre-line {
text-align: right;
padding: 0 12px;
vertical-align: top;
color: #9eb0b7;
background: #f1f4fa;
width: 1%;
}
.table-pre .table-pre-line-highlight-red td {
background: #fae9e9;
color: #cd201f;
}
.table-pre .table-pre-line-highlight-red td pre {
color: #cd201f;
}
.table-pre .table-pre-line-highlight-green td {
background: #eff8e6;
color: #5eba00;
}
.table-pre .table-pre-line-highlight-green td pre {
color: #5eba00;
}
.table-pre tr:first-child td {
padding-top: 8px;
}
.table-pre tr:last-child td {
padding-bottom: 8px;
}
img {
border: 0 none;
line-height: 100%;
outline: none;
text-decoration: none;
vertical-align: baseline;
font-size: 0;
}
a {
color: #467fcf;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a img {
border: 0 none;
}
p, ul, ol {
margin: 0 0 1em;
}
strong {
font-weight: 600;
}
.row {
table-layout: fixed;
}
.row .row {
height: 100%;
}
.row-flex {
table-layout: auto;
}
.col,
.col-mobile,
.col-spacer {
vertical-align: top;
}
.col-spacer,
.col-mobile-spacer {
width: 24px;
}
.col-spacer-sm,
.col-mobile-spacer-sm {
width: 16px;
}
.col-spacer-xs,
.col-mobile-spacer-xs {
width: 8px;
}
.col-hr,
.col-mobile-hr {
width: 1px !important;
border-left: 16px solid #fff;
border-right: 16px solid #fff;
background: #f0f0f0;
}
@media only screen and (max-width: 560px) {
.col,
.col-spacer,
.col-spacer-xs,
.col-spacer-sm,
.col-hr,
.row {
display: table !important;
width: 100% !important;
}
.col-hr {
border: 0 !important;
height: 24px !important;
width: auto !important;
background: transparent !important;
}
.col-spacer {
width: 100% !important;
height: 24px !important;
}
.col-spacer-sm {
height: 16px !important;
}
.col-spacer-xs {
height: 8px !important;
}
}
.table td,
.table th {
padding: 4px 12px;
}
.table tr > td:first-child,
.table tr > th:first-child {
padding-left: 0;
}
.table tr > td:last-child,
.table tr > th:last-child {
padding-right: 0;
}
.table th {
text-transform: uppercase;
font-weight: 600;
color: #9eb0b7;
font-size: 12px;
padding: 0 0 4px 0;
}
.table-vtop td, .table-vtop th {
vertical-align: top;
}
.table-data th,
.table-data td {
padding: 4px 4px;
}
.avatar {
border-radius: 50%;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.avatar-rounded {
border-radius: 3px;
}
.status {
border-radius: 3px;
font-weight: 300;
vertical-align: -1px;
color: #fff;
width: 12px;
height: 12px;
margin: 0 4px 0 0;
display: inline-block;
background-color: #9eb0b7;
}
.quote {
background: #fafafa;
padding: 8px 12px;
border-radius: 3px;
display: inline-block;
}
.list-item > td {
padding-top: 8px;
padding-bottom: 8px;
}
.list-md .list-item > td {
padding-top: 16px;
padding-bottom: 16px;
}
.list-item + .list-item {
border-top: 1px solid #f0f0f0;
}
.list-item:first-child > td {
padding-top: 0;
}
.list-item:last-child > td {
padding-bottom: 0;
}
.list-centered {
text-align: center;
}
.list-centered > a {
margin: 0 16px;
}
.alert {
padding: 8px 16px;
border-radius: 3px;
font-weight: 400;
}
.icon {
padding: 0;
border-radius: 50%;
background: #f3f6f6;
line-height: 100%;
font-weight: 300;
width: 32px;
height: 32px;
font-size: 20px;
border-collapse: separate;
text-align: center;
}
.icon img {
display: block;
}
.icon-md {
width: 54px;
height: 54px;
font-size: 32px;
}
.icon-md.icon-border {
border-width: 1px;
}
.icon-lg {
width: 72px;
height: 72px;
font-size: 48px;
}
.icon-lg.icon-border {
border-width: 2px;
}
.icon-lg img {
width: 40px;
height: 40px;
}
.icon-border {
background: transparent;
border: 1px solid #f0f0f0;
}
.chart {
table-layout: fixed;
}
.chart-cell {
padding: 0;
margin: 0;
text-align: left;
vertical-align: bottom;
}
.chart-cell-spacer {
width: 4px;
}
@media only screen and (max-width: 560px) {
.chart-cell-spacer {
width: 4px !important;
}
}
.chart-bar {
margin: 0;
}
.chart-bar-series {
font-size: 0;
padding: 0;
margin: 0;
line-height: 0;
background-color: #9eb0b7;
text-align: left;
}
.chart-label,
.chart-bar-label {
color: #9eb0b7;
font-size: 12px;
text-align: center;
padding: 6px 0 0;
line-height: 100%;
}
.chart-bar-label {
padding: 0 0 4px;
font-size: 10px;
color: #444444;
}
.chart-percentage {
font-size: 0;
height: 16px;
}
.chart-percentage:first-child {
border-radius: 2px 0 0 2px;
}
.chart-percentage:last-child {
border-radius: 0 2px 2px 0;
}
.progress {
height: 8px;
}
.progress td:first-child {
border-radius: 3px 0 0 3px;
}
.progress td:last-child {
border-radius: 0 3px 3px 0;
}
.progress-sm {
height: 4px;
}
.calendar {
text-align: center;
font-size: 11px;
line-height: 100%;
}
.calendar td {
padding: 1px;
}
.calendar-day {
background: #fafafa;
}
.calendar-day.other-month {
border-color: transparent;
color: #bbc8cd;
background: transparent;
}
.calendar-day td {
padding: 5px 0;
}
.calendar-md {
font-size: 14px;
}
.calendar-md .calendar-day td {
padding: 10px 0;
}
.calendar-lg {
font-size: 16px;
}
.calendar-lg .calendar-day td {
padding: 24px 0;
}
.day {
width: 72px;
text-align: center;
border-radius: 3px;
line-height: 100%;
border: 1px solid rgba(0, 0, 0, 0.1);
border-collapse: separate;
background: #fff;
}
.day-weekday {
color: #9eb0b7;
font-size: 12px;
text-transform: uppercase;
padding: 0 0 4px;
font-weight: 400;
}
.day-number {
font-size: 32px;
padding: 8px 0;
}
.day-month {
background: #cd201f;
border-radius: 3px 3px 0 0;
color: #ffffff;
font-weight: 400;
text-transform: uppercase;
font-size: 12px;
padding: 4px 0;
}
.highlight .hll {
background-color: #ffffcc;
}
.highlight .c {
color: #999988;
font-style: italic;
}
/* Comment */
.highlight .err {
color: #a61717;
background-color: #e3d2d2;
}
/* Error */
.highlight .k {
color: #000000;
font-weight: bold;
}
/* Keyword */
.highlight .o {
color: #000000;
font-weight: bold;
}
/* Operator */
.highlight .cm {
color: #999988;
font-style: italic;
}
/* Comment.Multiline */
.highlight .cp {
color: #999999;
font-weight: bold;
font-style: italic;
}
/* Comment.Preproc */
.highlight .c1 {
color: #999988;
font-style: italic;
}
/* Comment.Single */
.highlight .cs {
color: #999999;
font-weight: bold;
font-style: italic;
}
/* Comment.Special */
.highlight .gd {
color: #000000;
background-color: #ffdddd;
}
/* Generic.Deleted */
.highlight .ge {
color: #000000;
font-style: italic;
}
/* Generic.Emph */
.highlight .gr {
color: #aa0000;
}
/* Generic.Error */
.highlight .gh {
color: #999999;
}
/* Generic.Heading */
.highlight .gi {
color: #000000;
background-color: #ddffdd;
}
/* Generic.Inserted */
.highlight .go {
color: #888888;
}
/* Generic.Output */
.highlight .gp {
color: #555555;
}
/* Generic.Prompt */
.highlight .gs {
font-weight: bold;
}
/* Generic.Strong */
.highlight .gu {
color: #aaaaaa;
}
/* Generic.Subheading */
.highlight .gt {
color: #aa0000;
}
/* Generic.Traceback */
.highlight .kc {
color: #000000;
font-weight: bold;
}
/* Keyword.Constant */
.highlight .kd {
color: #000000;
font-weight: bold;
}
/* Keyword.Declaration */
.highlight .kn {
color: #000000;
font-weight: bold;
}
/* Keyword.Namespace */
.highlight .kp {
color: #000000;
font-weight: bold;
}
/* Keyword.Pseudo */
.highlight .kr {
color: #000000;
font-weight: bold;
}
/* Keyword.Reserved */
.highlight .kt {
color: #445588;
font-weight: bold;
}
/* Keyword.Type */
.highlight .m {
color: #009999;
}
/* Literal.Number */
.highlight .s {
color: #d01040;
}
/* Literal.String */
.highlight .na {
color: #008080;
}
/* Name.Attribute */
.highlight .nb {
color: #0086B3;
}
/* Name.Builtin */
.highlight .nc {
color: #445588;
font-weight: bold;
}
/* Name.Class */
.highlight .no {
color: #008080;
}
/* Name.Constant */
.highlight .nd {
color: #3c5d5d;
font-weight: bold;
}
/* Name.Decorator */
.highlight .ni {
color: #800080;
}
/* Name.Entity */
.highlight .ne {
color: #990000;
font-weight: bold;
}
/* Name.Exception */
.highlight .nf {
color: #990000;
font-weight: bold;
}
/* Name.Function */
.highlight .nl {
color: #990000;
font-weight: bold;
}
/* Name.Label */
.highlight .nn {
color: #555555;
}
/* Name.Namespace */
.highlight .nt {
color: #000080;
}
/* Name.Tag */
.highlight .nv {
color: #008080;
}
/* Name.Variable */
.highlight .ow {
color: #000000;
font-weight: bold;
}
/* Operator.Word */
.highlight .w {
color: #bbbbbb;
}
/* Text.Whitespace */
.highlight .mf {
color: #009999;
}
/* Literal.Number.Float */
.highlight .mh {
color: #009999;
}
/* Literal.Number.Hex */
.highlight .mi {
color: #009999;
}
/* Literal.Number.Integer */
.highlight .mo {
color: #009999;
}
/* Literal.Number.Oct */
.highlight .sb {
color: #d01040;
}
/* Literal.String.Backtick */
.highlight .sc {
color: #d01040;
}
/* Literal.String.Char */
.highlight .sd {
color: #d01040;
}
/* Literal.String.Doc */
.highlight .s2 {
color: #d01040;
}
/* Literal.String.Double */
.highlight .se {
color: #d01040;
}
/* Literal.String.Escape */
.highlight .sh {
color: #d01040;
}
/* Literal.String.Heredoc */
.highlight .si {
color: #d01040;
}
/* Literal.String.Interpol */
.highlight .sx {
color: #d01040;
}
/* Literal.String.Other */
.highlight .sr {
color: #009926;
}
/* Literal.String.Regex */
.highlight .s1 {
color: #d01040;
}
/* Literal.String.Single */
.highlight .ss {
color: #990073;
}
/* Literal.String.Symbol */
.highlight .bp {
color: #999999;
}
/* Name.Builtin.Pseudo */
.highlight .vc {
color: #008080;
}
/* Name.Variable.Class */
.highlight .vg {
color: #008080;
}
/* Name.Variable.Global */
.highlight .vi {
color: #008080;
}
/* Name.Variable.Instance */
.highlight .il {
color: #009999;
}
/* Literal.Number.Integer.Long */
.btn {
text-decoration: none;
white-space: nowrap;
font-weight: 600;
font-size: 16px;
padding: 12px 32px;
border-radius: 3px;
color: #ffffff;
line-height: 100%;
display: block;
border: 1px solid transparent;
-webkit-transition: .3s background-color;
transition: .3s background-color;
}
.btn:hover {
text-decoration: none;
}
.btn.bg-secondary {
color: #9eb0b7;
}
.btn.bg-secondary .btn-span {
color: #9eb0b7;
}
.btn.bg-bordered {
color: #467fcf;
border-color: #467fcf;
}
.btn.bg-bordered:hover {
background-color: #f9fbfe !important;
}
.btn.bg-bordered .btn-span {
color: #467fcf;
}
.btn-span {
color: #ffffff;
font-size: 16px;
text-decoration: none;
white-space: nowrap;
font-weight: 600;
line-height: 100%;
}
.btn-block {
display: block;
}
.btn-big {
font-size: 17px;
padding: 12px 24px;
border-radius: 5px;
text-transform: none;
}
.btn-small {
font-size: 12px;
padding: 8px 8px;
line-height: 100%;
}
.btn-small .btn-span {
font-size: 12px;
}
.badge {
font-size: 12px;
text-transform: uppercase;
border-radius: 50px;
padding: 4px 16px;
color: #fff;
font-weight: 700;
background: #bbc8cd;
}
.badge-big {
padding: 8px 24px;
font-size: 13px;
}
/*
Colors
*/
.bg-white {
background-color: #ffffff;
color: #444444;
}
.bg-light {
background-color: #fafafa;
}
.bg-none {
background-color: transparent;
}
.bg-body {
background-color: #f5f7fb;
}
.bg-dark {
background-color: #222222;
color: #ffffff;
}
.bg-gray {
background-color: #f6f8fa;
}
.text-default {
color: #444444;
}
.text-muted {
color: #9eb0b7;
}
.text-muted-light {
color: #bbc8cd;
}
.text-muted-dark {
color: #728c96;
}
.bg-blue {
background-color: #467fcf;
color: #ffffff;
}
a.bg-blue:hover {
background-color: #3a77cc !important;
}
.bg-blue-lightest {
background-color: #edf2fa;
}
.bg-blue-lighter {
background-color: #c8d9f1;
}
.bg-blue-light {
background-color: #7ea5dd;
}
.bg-blue-dark {
background-color: #3866a6;
}
.bg-blue-darker {
background-color: #1c3353;
color: #ffffff;
}
.bg-blue-darkest {
background-color: #15263e;
color: #ffffff;
}
.bg-blue-lt {
color: #467fcf !important;
background: #c8d9f1 !important;
}
.text-blue {
color: #467fcf;
}
.border-blue {
border-color: #467fcf;
}
.bg-azure {
background-color: #45aaf2;
color: #ffffff;
}
a.bg-azure:hover {
background-color: #37a3f1 !important;
}
.bg-azure-lightest {
background-color: #ecf7fe;
}
.bg-azure-lighter {
background-color: #c7e6fb;
}
.bg-azure-light {
background-color: #7dc4f6;
}
.bg-azure-dark {
background-color: #3788c2;
}
.bg-azure-darker {
background-color: #1c4461;
color: #ffffff;
}
.bg-azure-darkest {
background-color: #153349;
color: #ffffff;
}
.bg-azure-lt {
color: #45aaf2 !important;
background: #c7e6fb !important;
}
.text-azure {
color: #45aaf2;
}
.border-azure {
border-color: #45aaf2;
}
.bg-indigo {
background-color: #6574cd;
color: #ffffff;
}
a.bg-indigo:hover {
background-color: #596ac9 !important;
}
.bg-indigo-lightest {
background-color: #f0f1fa;
}
.bg-indigo-lighter {
background-color: #d1d5f0;
}
.bg-indigo-light {
background-color: #939edc;
}
.bg-indigo-dark {
background-color: #515da4;
}
.bg-indigo-darker {
background-color: #282e52;
color: #ffffff;
}
.bg-indigo-darkest {
background-color: #1e233e;
color: #ffffff;
}
.bg-indigo-lt {
color: #6574cd !important;
background: #d1d5f0 !important;
}
.text-indigo {
color: #6574cd;
}
.border-indigo {
border-color: #6574cd;
}
.bg-purple {
background-color: #a55eea;
color: #ffffff;
}
a.bg-purple:hover {
background-color: #9d50e8 !important;
}
.bg-purple-lightest {
background-color: #f6effd;
}
.bg-purple-lighter {
background-color: #e4cff9;
}
.bg-purple-light {
background-color: #c08ef0;
}
.bg-purple-dark {
background-color: #844bbb;
}
.bg-purple-darker {
background-color: #42265e;
color: #ffffff;
}
.bg-purple-darkest {
background-color: #321c46;
color: #ffffff;
}
.bg-purple-lt {
color: #a55eea !important;
background: #e4cff9 !important;
}
.text-purple {
color: #a55eea;
}
.border-purple {
border-color: #a55eea;
}
.bg-pink {
background-color: #f66d9b;
color: #ffffff;
}
a.bg-pink:hover {
background-color: #f55f91 !important;
}
.bg-pink-lightest {
background-color: #fef0f5;
}
.bg-pink-lighter {
background-color: #fcd3e1;
}
.bg-pink-light {
background-color: #f999b9;
}
.bg-pink-dark {
background-color: #c5577c;
}
.bg-pink-darker {
background-color: #622c3e;
color: #ffffff;
}
.bg-pink-darkest {
background-color: #4a212f;
color: #ffffff;
}
.bg-pink-lt {
color: #f66d9b !important;
background: #fcd3e1 !important;
}
.text-pink {
color: #f66d9b;
}
.border-pink {
border-color: #f66d9b;
}
.bg-red {
background-color: #cd201f;
color: #ffffff;
}
a.bg-red:hover {
background-color: #c01e1d !important;
}
.bg-red-lightest {
background-color: #fae9e9;
}
.bg-red-lighter {
background-color: #f0bcbc;
}
.bg-red-light {
background-color: #dc6362;
}
.bg-red-dark {
background-color: #a41a19;
}
.bg-red-darker {
background-color: #520d0c;
color: #ffffff;
}
.bg-red-darkest {
background-color: #3e0a09;
color: #ffffff;
}
.bg-red-lt {
color: #cd201f !important;
background: #f0bcbc !important;
}
.text-red {
color: #cd201f;
}
.border-red {
border-color: #cd201f;
}
.bg-orange {
background-color: #fd9644;
color: #ffffff;
}
a.bg-orange:hover {
background-color: #fd8e35 !important;
}
.bg-orange-lightest {
background-color: #fff5ec;
}
.bg-orange-lighter {
background-color: #fee0c7;
}
.bg-orange-light {
background-color: #feb67c;
}
.bg-orange-dark {
background-color: #ca7836;
}
.bg-orange-darker {
background-color: #653c1b;
color: #ffffff;
}
.bg-orange-darkest {
background-color: #4c2d14;
color: #ffffff;
}
.bg-orange-lt {
color: #fd9644 !important;
background: #fee0c7 !important;
}
.text-orange {
color: #fd9644;
}
.border-orange {
border-color: #fd9644;
}
.bg-yellow {
background-color: #f1c40f;
color: #ffffff;
}
a.bg-yellow:hover {
background-color: #e3b90d !important;
}
.bg-yellow-lightest {
background-color: #fef9e7;
}
.bg-yellow-lighter {
background-color: #fbedb7;
}
.bg-yellow-light {
background-color: #f5d657;
}
.bg-yellow-dark {
background-color: #c19d0c;
}
.bg-yellow-darker {
background-color: #604e06;
color: #ffffff;
}
.bg-yellow-darkest {
background-color: #483b05;
color: #ffffff;
}
.bg-yellow-lt {
color: #f1c40f !important;
background: #fbedb7 !important;
}
.text-yellow {
color: #f1c40f;
}
.border-yellow {
border-color: #f1c40f;
}
.bg-lime {
background-color: #7bd235;
color: #ffffff;
}
a.bg-lime:hover {
background-color: #73cb2d !important;
}
.bg-lime-lightest {
background-color: #f2fbeb;
}
.bg-lime-lighter {
background-color: #d7f2c2;
}
.bg-lime-light {
background-color: #a3e072;
}
.bg-lime-dark {
background-color: #62a82a;
}
.bg-lime-darker {
background-color: #315415;
color: #ffffff;
}
.bg-lime-darkest {
background-color: #253f10;
color: #ffffff;
}
.bg-lime-lt {
color: #7bd235 !important;
background: #d7f2c2 !important;
}
.text-lime {
color: #7bd235;
}
.border-lime {
border-color: #7bd235;
}
.bg-green {
background-color: #5eba00;
color: #ffffff;
}
a.bg-green:hover {
background-color: #56ab00 !important;
}
.bg-green-lightest {
background-color: #eff8e6;
}
.bg-green-lighter {
background-color: #cfeab3;
}
.bg-green-light {
background-color: #8ecf4d;
}
.bg-green-dark {
background-color: #4b9500;
}
.bg-green-darker {
background-color: #264a00;
color: #ffffff;
}
.bg-green-darkest {
background-color: #1c3800;
color: #ffffff;
}
.bg-green-lt {
color: #5eba00 !important;
background: #cfeab3 !important;
}
.text-green {
color: #5eba00;
}
.border-green {
border-color: #5eba00;
}
.bg-teal {
background-color: #2bcbba;
color: #ffffff;
}
a.bg-teal:hover {
background-color: #28beae !important;
}
.bg-teal-lightest {
background-color: #eafaf8;
}
.bg-teal-lighter {
background-color: #bfefea;
}
.bg-teal-light {
background-color: #6bdbcf;
}
.bg-teal-dark {
background-color: #22a295;
}
.bg-teal-darker {
background-color: #11514a;
color: #ffffff;
}
.bg-teal-darkest {
background-color: #0d3d38;
color: #ffffff;
}
.bg-teal-lt {
color: #2bcbba !important;
background: #bfefea !important;
}
.text-teal {
color: #2bcbba;
}
.border-teal {
border-color: #2bcbba;
}
.bg-cyan {
background-color: #17a2b8;
color: #ffffff;
}
a.bg-cyan:hover {
background-color: #1596aa !important;
}
.bg-cyan-lightest {
background-color: #e8f6f8;
}
.bg-cyan-lighter {
background-color: #b9e3ea;
}
.bg-cyan-light {
background-color: #5dbecd;
}
.bg-cyan-dark {
background-color: #128293;
}
.bg-cyan-darker {
background-color: #09414a;
color: #ffffff;
}
.bg-cyan-darkest {
background-color: #073137;
color: #ffffff;
}
.bg-cyan-lt {
color: #17a2b8 !important;
background: #b9e3ea !important;
}
.text-cyan {
color: #17a2b8;
}
.border-cyan {
border-color: #17a2b8;
}
.bg-gray {
background-color: #9eb0b7;
color: #ffffff;
}
a.bg-gray:hover {
background-color: #95a9b0 !important;
}
.bg-gray-lightest {
background-color: #f5f7f8;
}
.bg-gray-lighter {
background-color: #e2e7e9;
}
.bg-gray-light {
background-color: #bbc8cd;
}
.bg-gray-dark {
background-color: #7e8d92;
}
.bg-gray-darker {
background-color: #3f4649;
color: #ffffff;
}
.bg-gray-darkest {
background-color: #2f3537;
color: #ffffff;
}
.bg-gray-lt {
color: #9eb0b7 !important;
background: #e2e7e9 !important;
}
.text-gray {
color: #9eb0b7;
}
.border-gray {
border-color: #9eb0b7;
}
.bg-secondary {
background-color: #f5f7f8;
color: #ffffff;
}
a.bg-secondary:hover {
background-color: #ecf0f2 !important;
}
.bg-secondary-lightest {
background-color: #fefefe;
}
.bg-secondary-lighter {
background-color: #fcfdfd;
}
.bg-secondary-light {
background-color: #f8f9fa;
}
.bg-secondary-dark {
background-color: #c4c6c6;
}
.bg-secondary-darker {
background-color: #626363;
color: #ffffff;
}
.bg-secondary-darkest {
background-color: #4a4a4a;
color: #ffffff;
}
.bg-secondary-lt {
color: #f5f7f8 !important;
background: #fcfdfd !important;
}
.text-secondary {
color: #f5f7f8;
}
.border-secondary {
border-color: #f5f7f8;
}
.bg-facebook {
background-color: #3b5998;
color: #ffffff;
}
.bg-twitter {
background-color: #1da1f2;
color: #ffffff;
}
.bg-google {
background-color: #dc4e41;
color: #ffffff;
}
.bg-youtube {
background-color: #f00;
color: #ffffff;
}
.bg-vimeo {
background-color: #1ab7ea;
color: #ffffff;
}
.bg-dribbble {
background-color: #ea4c89;
color: #ffffff;
}
.bg-github {
background-color: #181717;
color: #ffffff;
}
.bg-instagram {
background-color: #e4405f;
color: #ffffff;
}
.bg-pinterest {
background-color: #bd081c;
color: #ffffff;
}
.bg-vk {
background-color: #6383a8;
color: #ffffff;
}
.bg-rss {
background-color: #ffa500;
color: #ffffff;
}
.bg-flickr {
background-color: #0063dc;
color: #ffffff;
}
.bg-bitbucket {
background-color: #0052cc;
color: #ffffff;
}
/*
Text
*/
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-uppercase {
text-transform: uppercase;
}
.text-strikethrough {
text-decoration: line-through;
}
@media only screen and (max-width: 560px) {
.text-mobile-center {
text-align: center !important;
}
.d-mobile-none {
display: none !important;
}
}
.text-wrap > :first-child {
margin-top: 0;
}
.text-wrap > :last-child {
margin-bottom: 0;
}
/*
Vertical align
*/
.va-top {
vertical-align: top;
}
.va-middle {
vertical-align: middle;
}
.va-bottom {
vertical-align: bottom;
}
.va-text-bottom {
vertical-align: text-bottom;
}
/*
Images
*/
.img-responsive {
max-width: 100%;
height: auto;
}
.img-illustration {
max-width: 240px;
max-height: 160px;
width: auto;
height: auto;
}
.img-hover:hover img {
opacity: .64;
}
.circled {
border-radius: 50%;
}
.rounded {
border-radius: 3px;
}
table.rounded {
border-collapse: separate;
}
.rounded-top {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
/*
Width
*/
.w-1p {
width: 1%;
}
.w-33p {
width: 33.3333%;
}
.w-50p {
width: 50%;
}
.w-100p {
width: 100%;
}
.w-auto {
width: auto;
}
.h-100p {
height: 100%;
}
/*
Fonts
*/
.font-sm {
font-size: 13px;
}
.font-lg {
font-size: 18px;
}
.font-xl {
font-size: 21px;
}
.font-normal {
font-weight: 400;
}
.font-strong {
font-weight: 600;
}
.lh-narrow {
line-height: 133.33%;
}
.lh-normal {
line-height: 160%;
}
.lh-1 {
line-height: 100%;
}
.lh-wide {
line-height: 2200%;
}
/*
Border
*/
.border {
border: 1px solid #f0f0f0;
}
.border-dark {
border-color: #d1d1d1;
}
.border-top {
border-top: 1px solid #f0f0f0;
}
.border-bottom {
border-bottom: 1px solid #f0f0f0;
}
.border-left {
border-left: 1px solid #f0f0f0;
}
.border-right {
border-right: 1px solid #f0f0f0;
}
.border-dashed {
border-style: dashed;
}
.border-wide {
border-width: 2px;
}
/*
Shadows
*/
.shadow {
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
/*
Margins, paddings
*/
.m-0 {
margin: 0;
}
.mt-0,
.my-0 {
margin-top: 0;
}
.mr-0,
.mx-0 {
margin-right: 0;
}
.mb-0,
.my-0 {
margin-bottom: 0;
}
.ml-0,
.mx-0 {
margin-left: 0;
}
.m-xs {
margin: 4px;
}
.mt-xs,
.my-xs {
margin-top: 4px;
}
.mr-xs,
.mx-xs {
margin-right: 4px;
}
.mb-xs,
.my-xs {
margin-bottom: 4px;
}
.ml-xs,
.mx-xs {
margin-left: 4px;
}
.m-sm {
margin: 8px;
}
.mt-sm,
.my-sm {
margin-top: 8px;
}
.mr-sm,
.mx-sm {
margin-right: 8px;
}
.mb-sm,
.my-sm {
margin-bottom: 8px;
}
.ml-sm,
.mx-sm {
margin-left: 8px;
}
.m-md {
margin: 16px;
}
.mt-md,
.my-md {
margin-top: 16px;
}
.mr-md,
.mx-md {
margin-right: 16px;
}
.mb-md,
.my-md {
margin-bottom: 16px;
}
.ml-md,
.mx-md {
margin-left: 16px;
}
.m-lg {
margin: 24px;
}
.mt-lg,
.my-lg {
margin-top: 24px;
}
.mr-lg,
.mx-lg {
margin-right: 24px;
}
.mb-lg,
.my-lg {
margin-bottom: 24px;
}
.ml-lg,
.mx-lg {
margin-left: 24px;
}
.m-xl {
margin: 48px;
}
.mt-xl,
.my-xl {
margin-top: 48px;
}
.mr-xl,
.mx-xl {
margin-right: 48px;
}
.mb-xl,
.my-xl {
margin-bottom: 48px;
}
.ml-xl,
.mx-xl {
margin-left: 48px;
}
.m-xxl {
margin: 96px;
}
.mt-xxl,
.my-xxl {
margin-top: 96px;
}
.mr-xxl,
.mx-xxl {
margin-right: 96px;
}
.mb-xxl,
.my-xxl {
margin-bottom: 96px;
}
.ml-xxl,
.mx-xxl {
margin-left: 96px;
}
.p-0 {
padding: 0;
}
.pt-0,
.py-0 {
padding-top: 0;
}
.pr-0,
.px-0 {
padding-right: 0;
}
.pb-0,
.py-0 {
padding-bottom: 0;
}
.pl-0,
.px-0 {
padding-left: 0;
}
.p-xs {
padding: 4px;
}
.pt-xs,
.py-xs {
padding-top: 4px;
}
.pr-xs,
.px-xs {
padding-right: 4px;
}
.pb-xs,
.py-xs {
padding-bottom: 4px;
}
.pl-xs,
.px-xs {
padding-left: 4px;
}
.p-sm {
padding: 8px;
}
.pt-sm,
.py-sm {
padding-top: 8px;
}
.pr-sm,
.px-sm {
padding-right: 8px;
}
.pb-sm,
.py-sm {
padding-bottom: 8px;
}
.pl-sm,
.px-sm {
padding-left: 8px;
}
.p-md {
padding: 16px;
}
.pt-md,
.py-md {
padding-top: 16px;
}
.pr-md,
.px-md {
padding-right: 16px;
}
.pb-md,
.py-md {
padding-bottom: 16px;
}
.pl-md,
.px-md {
padding-left: 16px;
}
.p-lg {
padding: 24px;
}
.pt-lg,
.py-lg {
padding-top: 24px;
}
.pr-lg,
.px-lg {
padding-right: 24px;
}
.pb-lg,
.py-lg {
padding-bottom: 24px;
}
.pl-lg,
.px-lg {
padding-left: 24px;
}
.p-xl {
padding: 48px;
}
.pt-xl,
.py-xl {
padding-top: 48px;
}
.pr-xl,
.px-xl {
padding-right: 48px;
}
.pb-xl,
.py-xl {
padding-bottom: 48px;
}
.pl-xl,
.px-xl {
padding-left: 48px;
}
.p-xxl {
padding: 96px;
}
.pt-xxl,
.py-xxl {
padding-top: 96px;
}
.pr-xxl,
.px-xxl {
padding-right: 96px;
}
.pb-xxl,
.py-xxl {
padding-bottom: 96px;
}
.pl-xxl,
.px-xxl {
padding-left: 96px;
}
.h-0 {
height: 0;
}
.w-0 {
width: 0;
}
.h-xs {
height: 4px;
}
.w-xs {
width: 4px;
}
.h-sm {
height: 8px;
}
.w-sm {
width: 8px;
}
.h-md {
height: 16px;
}
.w-md {
width: 16px;
}
.h-lg {
height: 24px;
}
.w-lg {
width: 24px;
}
.h-xl {
height: 48px;
}
.w-xl {
width: 48px;
}
.h-xxl {
height: 96px;
}
.w-xxl {
width: 96px;
}
.d-block {
display: block;
}
.table-fixed {
table-layout: fixed;
} | emails/wishlist/assets/theme.css | body {
margin: 0;
padding: 0;
background-color: #f5f7fb;
font-size: 15px;
line-height: 160%;
mso-line-height-rule: exactly;
color: #444444;
width: 100%;
}
@media only screen and (max-width: 560px) {
body {
font-size: 14px !important;
}
}
body, table, td {
font-family: Open Sans, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}
table {
border-collapse: collapse;
width: 100%;
}
table:not(.main) {
-premailer-cellpadding: 0;
-premailer-cellspacing: 0;
}
.preheader {
padding: 0;
font-size: 0;
display: none;
max-height: 0;
mso-hide: all;
line-height: 0;
color: transparent;
height: 0;
max-width: 0;
opacity: 0;
overflow: hidden;
visibility: hidden;
width: 0;
}
.main {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
.wrap {
width: 100%;
max-width: 640px;
text-align: left;
}
.wrap-narrow {
max-width: 500px;
}
.box {
background: #ffffff;
border-radius: 3px;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
border: 1px solid #f0f0f0;
}
.box + .box {
margin-top: 24px;
}
.content,
.content-image-text {
padding: 40px 48px;
}
@media only screen and (max-width: 560px) {
.content,
.content-image-text {
padding: 24px !important;
}
}
.content-image-text {
padding: 24px;
}
.content-big {
padding: 48px;
}
.content-image {
height: 360px;
background-position: center;
background-size: cover;
}
@media only screen and (max-width: 560px) {
.content-image {
height: 100px !important;
}
}
.content-image-sm {
height: 200px;
}
.content-image-text {
background-repeat: repeat;
vertical-align: bottom;
color: #fff;
font-weight: 400;
}
@media only screen and (max-width: 560px) {
.content-image-text {
padding-top: 96px !important;
}
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
font-weight: 600;
margin: 0 0 .5em;
}
h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a {
color: inherit;
}
h1, .h1 {
font-size: 28px;
font-weight: 300;
line-height: 130%;
}
@media only screen and (max-width: 560px) {
h1, .h1 {
font-size: 24px !important;
}
}
h2, .h2 {
font-size: 24px;
font-weight: 300;
line-height: 130%;
}
@media only screen and (max-width: 560px) {
h2, .h2 {
font-size: 20px !important;
}
}
h3, .h3 {
font-size: 20px;
font-weight: 300;
line-height: 120%;
}
@media only screen and (max-width: 560px) {
h3, .h3 {
font-size: 18px !important;
}
}
h4, .h4 {
font-size: 16px;
}
h5, .h5 {
font-size: 14px;
}
hr,
.hr {
border: none;
height: 1px;
background-color: #f0f0f0;
margin: 32px 0;
}
figure {
margin: 0;
}
pre {
font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
font-size: 12px;
white-space: pre-wrap;
max-width: 100%;
word-break: break-word;
overflow: auto;
background: #f5f7fb;
color: #728c96;
border-radius: 3px;
padding: 8px 12px;
-moz-tab-size: 3;
-o-tab-size: 3;
tab-size: 3;
margin: 0;
}
pre code {
color: inherit;
background: none;
padding: 0;
font-size: 12px;
}
code {
color: #728c96;
font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
font-weight: 400;
font-size: 13px;
white-space: pre-wrap;
padding: .2em .4em;
border-radius: 3px;
background: #f5f7fb;
word-break: break-word;
}
.table-pre pre {
padding: 0 8px;
background: transparent;
}
.table-pre td {
font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
font-size: 12px;
background: #f5f7fb;
color: #728c96;
padding-top: 0;
padding-bottom: 0;
}
.table-pre .table-pre-line {
text-align: right;
padding: 0 12px;
vertical-align: top;
color: #9eb0b7;
background: #f1f4fa;
width: 1%;
}
.table-pre .table-pre-line-highlight-red td {
background: #fae9e9;
color: #cd201f;
}
.table-pre .table-pre-line-highlight-red td pre {
color: #cd201f;
}
.table-pre .table-pre-line-highlight-green td {
background: #eff8e6;
color: #5eba00;
}
.table-pre .table-pre-line-highlight-green td pre {
color: #5eba00;
}
.table-pre tr:first-child td {
padding-top: 8px;
}
.table-pre tr:last-child td {
padding-bottom: 8px;
}
img {
border: 0 none;
line-height: 100%;
outline: none;
text-decoration: none;
vertical-align: baseline;
font-size: 0;
}
a {
color: #467fcf;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a img {
border: 0 none;
}
p, ul, ol {
margin: 0 0 1em;
}
strong {
font-weight: 600;
}
.row {
table-layout: fixed;
}
.row .row {
height: 100%;
}
.row-flex {
table-layout: auto;
}
.col,
.col-mobile,
.col-spacer {
vertical-align: top;
}
.col-spacer,
.col-mobile-spacer {
width: 24px;
}
.col-spacer-sm,
.col-mobile-spacer-sm {
width: 16px;
}
.col-spacer-xs,
.col-mobile-spacer-xs {
width: 8px;
}
.col-hr,
.col-mobile-hr {
width: 1px !important;
border-left: 16px solid #fff;
border-right: 16px solid #fff;
background: #f0f0f0;
}
@media only screen and (max-width: 560px) {
.col,
.col-spacer,
.col-spacer-xs,
.col-spacer-sm,
.col-hr,
.row {
display: table !important;
width: 100% !important;
}
.col-hr {
border: 0 !important;
height: 24px !important;
width: auto !important;
background: transparent !important;
}
.col-spacer {
width: 100% !important;
height: 24px !important;
}
.col-spacer-sm {
height: 16px !important;
}
.col-spacer-xs {
height: 8px !important;
}
}
.table td,
.table th {
padding: 4px 12px;
}
.table tr > td:first-child,
.table tr > th:first-child {
padding-left: 0;
}
.table tr > td:last-child,
.table tr > th:last-child {
padding-right: 0;
}
.table th {
text-transform: uppercase;
font-weight: 600;
color: #9eb0b7;
font-size: 12px;
padding: 0 0 4px 0;
}
.table-vtop td, .table-vtop th {
vertical-align: top;
}
.table-data th,
.table-data td {
padding: 4px 4px;
}
.avatar {
border-radius: 50%;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.avatar-rounded {
border-radius: 3px;
}
.status {
border-radius: 3px;
font-weight: 300;
vertical-align: -1px;
color: #fff;
width: 12px;
height: 12px;
margin: 0 4px 0 0;
display: inline-block;
background-color: #9eb0b7;
}
.quote {
background: #fafafa;
padding: 8px 12px;
border-radius: 3px;
display: inline-block;
}
.list-item > td {
padding-top: 8px;
padding-bottom: 8px;
}
.list-md .list-item > td {
padding-top: 16px;
padding-bottom: 16px;
}
.list-item + .list-item {
border-top: 1px solid #f0f0f0;
}
.list-item:first-child > td {
padding-top: 0;
}
.list-item:last-child > td {
padding-bottom: 0;
}
.list-centered {
text-align: center;
}
.list-centered > a {
margin: 0 16px;
}
.alert {
padding: 8px 16px;
border-radius: 3px;
font-weight: 400;
}
.icon {
padding: 0;
border-radius: 50%;
background: #f3f6f6;
line-height: 100%;
font-weight: 300;
width: 32px;
height: 32px;
font-size: 20px;
border-collapse: separate;
text-align: center;
}
.icon img {
display: block;
}
.icon-md {
width: 54px;
height: 54px;
font-size: 32px;
}
.icon-md.icon-border {
border-width: 1px;
}
.icon-lg {
width: 72px;
height: 72px;
font-size: 48px;
}
.icon-lg.icon-border {
border-width: 2px;
}
.icon-lg img {
width: 40px;
height: 40px;
}
.icon-border {
background: transparent;
border: 1px solid #f0f0f0;
}
.chart {
table-layout: fixed;
}
.chart-cell {
padding: 0;
margin: 0;
text-align: left;
vertical-align: bottom;
}
.chart-cell-spacer {
width: 4px;
}
@media only screen and (max-width: 560px) {
.chart-cell-spacer {
width: 4px !important;
}
}
.chart-bar {
margin: 0;
}
.chart-bar-series {
font-size: 0;
padding: 0;
margin: 0;
line-height: 0;
background-color: #9eb0b7;
text-align: left;
}
.chart-label,
.chart-bar-label {
color: #9eb0b7;
font-size: 12px;
text-align: center;
padding: 6px 0 0;
line-height: 100%;
}
.chart-bar-label {
padding: 0 0 4px;
font-size: 10px;
color: #444444;
}
.chart-percentage {
font-size: 0;
height: 16px;
}
.chart-percentage:first-child {
border-radius: 2px 0 0 2px;
}
.chart-percentage:last-child {
border-radius: 0 2px 2px 0;
}
.progress {
height: 8px;
}
.progress td:first-child {
border-radius: 3px 0 0 3px;
}
.progress td:last-child {
border-radius: 0 3px 3px 0;
}
.progress-sm {
height: 4px;
}
.calendar {
text-align: center;
font-size: 11px;
line-height: 100%;
}
.calendar td {
padding: 1px;
}
.calendar-day {
background: #fafafa;
}
.calendar-day.other-month {
border-color: transparent;
color: #bbc8cd;
background: transparent;
}
.calendar-day td {
padding: 5px 0;
}
.calendar-md {
font-size: 14px;
}
.calendar-md .calendar-day td {
padding: 10px 0;
}
.calendar-lg {
font-size: 16px;
}
.calendar-lg .calendar-day td {
padding: 24px 0;
}
.day {
width: 72px;
text-align: center;
border-radius: 3px;
line-height: 100%;
border: 1px solid rgba(0, 0, 0, 0.1);
border-collapse: separate;
background: #fff;
}
.day-weekday {
color: #9eb0b7;
font-size: 12px;
text-transform: uppercase;
padding: 0 0 4px;
font-weight: 400;
}
.day-number {
font-size: 32px;
padding: 8px 0;
}
.day-month {
background: #cd201f;
border-radius: 3px 3px 0 0;
color: #ffffff;
font-weight: 400;
text-transform: uppercase;
font-size: 12px;
padding: 4px 0;
}
.highlight .hll {
background-color: #ffffcc;
}
.highlight .c {
color: #999988;
font-style: italic;
}
/* Comment */
.highlight .err {
color: #a61717;
background-color: #e3d2d2;
}
/* Error */
.highlight .k {
color: #000000;
font-weight: bold;
}
/* Keyword */
.highlight .o {
color: #000000;
font-weight: bold;
}
/* Operator */
.highlight .cm {
color: #999988;
font-style: italic;
}
/* Comment.Multiline */
.highlight .cp {
color: #999999;
font-weight: bold;
font-style: italic;
}
/* Comment.Preproc */
.highlight .c1 {
color: #999988;
font-style: italic;
}
/* Comment.Single */
.highlight .cs {
color: #999999;
font-weight: bold;
font-style: italic;
}
/* Comment.Special */
.highlight .gd {
color: #000000;
background-color: #ffdddd;
}
/* Generic.Deleted */
.highlight .ge {
color: #000000;
font-style: italic;
}
/* Generic.Emph */
.highlight .gr {
color: #aa0000;
}
/* Generic.Error */
.highlight .gh {
color: #999999;
}
/* Generic.Heading */
.highlight .gi {
color: #000000;
background-color: #ddffdd;
}
/* Generic.Inserted */
.highlight .go {
color: #888888;
}
/* Generic.Output */
.highlight .gp {
color: #555555;
}
/* Generic.Prompt */
.highlight .gs {
font-weight: bold;
}
/* Generic.Strong */
.highlight .gu {
color: #aaaaaa;
}
/* Generic.Subheading */
.highlight .gt {
color: #aa0000;
}
/* Generic.Traceback */
.highlight .kc {
color: #000000;
font-weight: bold;
}
/* Keyword.Constant */
.highlight .kd {
color: #000000;
font-weight: bold;
}
/* Keyword.Declaration */
.highlight .kn {
color: #000000;
font-weight: bold;
}
/* Keyword.Namespace */
.highlight .kp {
color: #000000;
font-weight: bold;
}
/* Keyword.Pseudo */
.highlight .kr {
color: #000000;
font-weight: bold;
}
/* Keyword.Reserved */
.highlight .kt {
color: #445588;
font-weight: bold;
}
/* Keyword.Type */
.highlight .m {
color: #009999;
}
/* Literal.Number */
.highlight .s {
color: #d01040;
}
/* Literal.String */
.highlight .na {
color: #008080;
}
/* Name.Attribute */
.highlight .nb {
color: #0086B3;
}
/* Name.Builtin */
.highlight .nc {
color: #445588;
font-weight: bold;
}
/* Name.Class */
.highlight .no {
color: #008080;
}
/* Name.Constant */
.highlight .nd {
color: #3c5d5d;
font-weight: bold;
}
/* Name.Decorator */
.highlight .ni {
color: #800080;
}
/* Name.Entity */
.highlight .ne {
color: #990000;
font-weight: bold;
}
/* Name.Exception */
.highlight .nf {
color: #990000;
font-weight: bold;
}
/* Name.Function */
.highlight .nl {
color: #990000;
font-weight: bold;
}
/* Name.Label */
.highlight .nn {
color: #555555;
}
/* Name.Namespace */
.highlight .nt {
color: #000080;
}
/* Name.Tag */
.highlight .nv {
color: #008080;
}
/* Name.Variable */
.highlight .ow {
color: #000000;
font-weight: bold;
}
/* Operator.Word */
.highlight .w {
color: #bbbbbb;
}
/* Text.Whitespace */
.highlight .mf {
color: #009999;
}
/* Literal.Number.Float */
.highlight .mh {
color: #009999;
}
/* Literal.Number.Hex */
.highlight .mi {
color: #009999;
}
/* Literal.Number.Integer */
.highlight .mo {
color: #009999;
}
/* Literal.Number.Oct */
.highlight .sb {
color: #d01040;
}
/* Literal.String.Backtick */
.highlight .sc {
color: #d01040;
}
/* Literal.String.Char */
.highlight .sd {
color: #d01040;
}
/* Literal.String.Doc */
.highlight .s2 {
color: #d01040;
}
/* Literal.String.Double */
.highlight .se {
color: #d01040;
}
/* Literal.String.Escape */
.highlight .sh {
color: #d01040;
}
/* Literal.String.Heredoc */
.highlight .si {
color: #d01040;
}
/* Literal.String.Interpol */
.highlight .sx {
color: #d01040;
}
/* Literal.String.Other */
.highlight .sr {
color: #009926;
}
/* Literal.String.Regex */
.highlight .s1 {
color: #d01040;
}
/* Literal.String.Single */
.highlight .ss {
color: #990073;
}
/* Literal.String.Symbol */
.highlight .bp {
color: #999999;
}
/* Name.Builtin.Pseudo */
.highlight .vc {
color: #008080;
}
/* Name.Variable.Class */
.highlight .vg {
color: #008080;
}
/* Name.Variable.Global */
.highlight .vi {
color: #008080;
}
/* Name.Variable.Instance */
.highlight .il {
color: #009999;
}
/* Literal.Number.Integer.Long */
.btn {
text-decoration: none;
white-space: nowrap;
font-weight: 600;
font-size: 16px;
padding: 12px 32px;
border-radius: 3px;
color: #ffffff;
line-height: 100%;
display: block;
border: 1px solid transparent;
-webkit-transition: .3s background-color;
transition: .3s background-color;
}
.btn:hover {
text-decoration: none;
}
.btn.bg-secondary {
color: #9eb0b7;
}
.btn.bg-secondary .btn-span {
color: #9eb0b7;
}
.btn.bg-bordered {
color: #467fcf;
border-color: #467fcf;
}
.btn.bg-bordered:hover {
background-color: #f9fbfe !important;
}
.btn.bg-bordered .btn-span {
color: #467fcf;
}
.btn-span {
color: #ffffff;
font-size: 16px;
text-decoration: none;
white-space: nowrap;
font-weight: 600;
line-height: 100%;
}
.btn-block {
display: block;
}
.btn-big {
font-size: 17px;
padding: 12px 24px;
border-radius: 5px;
text-transform: none;
}
.btn-small {
font-size: 12px;
padding: 8px 8px;
line-height: 100%;
}
.btn-small .btn-span {
font-size: 12px;
}
.badge {
font-size: 12px;
text-transform: uppercase;
border-radius: 50px;
padding: 4px 16px;
color: #fff;
font-weight: 700;
background: #bbc8cd;
}
.badge-big {
padding: 8px 24px;
font-size: 13px;
}
/*
Colors
*/
.bg-white {
background-color: #ffffff;
color: #444444;
}
.bg-light {
background-color: #fafafa;
}
.bg-none {
background-color: transparent;
}
.bg-body {
background-color: #f5f7fb;
}
.bg-dark {
background-color: #222222;
color: #ffffff;
}
.bg-gray {
background-color: #f6f8fa;
}
.text-default {
color: #444444;
}
.text-muted {
color: #9eb0b7;
}
.text-muted-light {
color: #bbc8cd;
}
.text-muted-dark {
color: #728c96;
}
.bg-blue {
background-color: #467fcf;
color: #ffffff;
}
a.bg-blue:hover {
background-color: #3a77cc !important;
}
.bg-blue-lightest {
background-color: #edf2fa;
}
.bg-blue-lighter {
background-color: #c8d9f1;
}
.bg-blue-light {
background-color: #7ea5dd;
}
.bg-blue-dark {
background-color: #3866a6;
}
.bg-blue-darker {
background-color: #1c3353;
color: #ffffff;
}
.bg-blue-darkest {
background-color: #15263e;
color: #ffffff;
}
.bg-blue-lt {
color: #467fcf !important;
background: #c8d9f1 !important;
}
.text-blue {
color: #467fcf;
}
.border-blue {
border-color: #467fcf;
}
.bg-azure {
background-color: #45aaf2;
color: #ffffff;
}
a.bg-azure:hover {
background-color: #37a3f1 !important;
}
.bg-azure-lightest {
background-color: #ecf7fe;
}
.bg-azure-lighter {
background-color: #c7e6fb;
}
.bg-azure-light {
background-color: #7dc4f6;
}
.bg-azure-dark {
background-color: #3788c2;
}
.bg-azure-darker {
background-color: #1c4461;
color: #ffffff;
}
.bg-azure-darkest {
background-color: #153349;
color: #ffffff;
}
.bg-azure-lt {
color: #45aaf2 !important;
background: #c7e6fb !important;
}
.text-azure {
color: #45aaf2;
}
.border-azure {
border-color: #45aaf2;
}
.bg-indigo {
background-color: #6574cd;
color: #ffffff;
}
a.bg-indigo:hover {
background-color: #596ac9 !important;
}
.bg-indigo-lightest {
background-color: #f0f1fa;
}
.bg-indigo-lighter {
background-color: #d1d5f0;
}
.bg-indigo-light {
background-color: #939edc;
}
.bg-indigo-dark {
background-color: #515da4;
}
.bg-indigo-darker {
background-color: #282e52;
color: #ffffff;
}
.bg-indigo-darkest {
background-color: #1e233e;
color: #ffffff;
}
.bg-indigo-lt {
color: #6574cd !important;
background: #d1d5f0 !important;
}
.text-indigo {
color: #6574cd;
}
.border-indigo {
border-color: #6574cd;
}
.bg-purple {
background-color: #a55eea;
color: #ffffff;
}
a.bg-purple:hover {
background-color: #9d50e8 !important;
}
.bg-purple-lightest {
background-color: #f6effd;
}
.bg-purple-lighter {
background-color: #e4cff9;
}
.bg-purple-light {
background-color: #c08ef0;
}
.bg-purple-dark {
background-color: #844bbb;
}
.bg-purple-darker {
background-color: #42265e;
color: #ffffff;
}
.bg-purple-darkest {
background-color: #321c46;
color: #ffffff;
}
.bg-purple-lt {
color: #a55eea !important;
background: #e4cff9 !important;
}
.text-purple {
color: #a55eea;
}
.border-purple {
border-color: #a55eea;
}
.bg-pink {
background-color: #f66d9b;
color: #ffffff;
}
a.bg-pink:hover {
background-color: #f55f91 !important;
}
.bg-pink-lightest {
background-color: #fef0f5;
}
.bg-pink-lighter {
background-color: #fcd3e1;
}
.bg-pink-light {
background-color: #f999b9;
}
.bg-pink-dark {
background-color: #c5577c;
}
.bg-pink-darker {
background-color: #622c3e;
color: #ffffff;
}
.bg-pink-darkest {
background-color: #4a212f;
color: #ffffff;
}
.bg-pink-lt {
color: #f66d9b !important;
background: #fcd3e1 !important;
}
.text-pink {
color: #f66d9b;
}
.border-pink {
border-color: #f66d9b;
}
.bg-red {
background-color: #cd201f;
color: #ffffff;
}
a.bg-red:hover {
background-color: #c01e1d !important;
}
.bg-red-lightest {
background-color: #fae9e9;
}
.bg-red-lighter {
background-color: #f0bcbc;
}
.bg-red-light {
background-color: #dc6362;
}
.bg-red-dark {
background-color: #a41a19;
}
.bg-red-darker {
background-color: #520d0c;
color: #ffffff;
}
.bg-red-darkest {
background-color: #3e0a09;
color: #ffffff;
}
.bg-red-lt {
color: #cd201f !important;
background: #f0bcbc !important;
}
.text-red {
color: #cd201f;
}
.border-red {
border-color: #cd201f;
}
.bg-orange {
background-color: #fd9644;
color: #ffffff;
}
a.bg-orange:hover {
background-color: #fd8e35 !important;
}
.bg-orange-lightest {
background-color: #fff5ec;
}
.bg-orange-lighter {
background-color: #fee0c7;
}
.bg-orange-light {
background-color: #feb67c;
}
.bg-orange-dark {
background-color: #ca7836;
}
.bg-orange-darker {
background-color: #653c1b;
color: #ffffff;
}
.bg-orange-darkest {
background-color: #4c2d14;
color: #ffffff;
}
.bg-orange-lt {
color: #fd9644 !important;
background: #fee0c7 !important;
}
.text-orange {
color: #fd9644;
}
.border-orange {
border-color: #fd9644;
}
.bg-yellow {
background-color: #f1c40f;
color: #ffffff;
}
a.bg-yellow:hover {
background-color: #e3b90d !important;
}
.bg-yellow-lightest {
background-color: #fef9e7;
}
.bg-yellow-lighter {
background-color: #fbedb7;
}
.bg-yellow-light {
background-color: #f5d657;
}
.bg-yellow-dark {
background-color: #c19d0c;
}
.bg-yellow-darker {
background-color: #604e06;
color: #ffffff;
}
.bg-yellow-darkest {
background-color: #483b05;
color: #ffffff;
}
.bg-yellow-lt {
color: #f1c40f !important;
background: #fbedb7 !important;
}
.text-yellow {
color: #f1c40f;
}
.border-yellow {
border-color: #f1c40f;
}
.bg-lime {
background-color: #7bd235;
color: #ffffff;
}
a.bg-lime:hover {
background-color: #73cb2d !important;
}
.bg-lime-lightest {
background-color: #f2fbeb;
}
.bg-lime-lighter {
background-color: #d7f2c2;
}
.bg-lime-light {
background-color: #a3e072;
}
.bg-lime-dark {
background-color: #62a82a;
}
.bg-lime-darker {
background-color: #315415;
color: #ffffff;
}
.bg-lime-darkest {
background-color: #253f10;
color: #ffffff;
}
.bg-lime-lt {
color: #7bd235 !important;
background: #d7f2c2 !important;
}
.text-lime {
color: #7bd235;
}
.border-lime {
border-color: #7bd235;
}
.bg-green {
background-color: #5eba00;
color: #ffffff;
}
a.bg-green:hover {
background-color: #56ab00 !important;
}
.bg-green-lightest {
background-color: #eff8e6;
}
.bg-green-lighter {
background-color: #cfeab3;
}
.bg-green-light {
background-color: #8ecf4d;
}
.bg-green-dark {
background-color: #4b9500;
}
.bg-green-darker {
background-color: #264a00;
color: #ffffff;
}
.bg-green-darkest {
background-color: #1c3800;
color: #ffffff;
}
.bg-green-lt {
color: #5eba00 !important;
background: #cfeab3 !important;
}
.text-green {
color: #5eba00;
}
.border-green {
border-color: #5eba00;
}
.bg-teal {
background-color: #2bcbba;
color: #ffffff;
}
a.bg-teal:hover {
background-color: #28beae !important;
}
.bg-teal-lightest {
background-color: #eafaf8;
}
.bg-teal-lighter {
background-color: #bfefea;
}
.bg-teal-light {
background-color: #6bdbcf;
}
.bg-teal-dark {
background-color: #22a295;
}
.bg-teal-darker {
background-color: #11514a;
color: #ffffff;
}
.bg-teal-darkest {
background-color: #0d3d38;
color: #ffffff;
}
.bg-teal-lt {
color: #2bcbba !important;
background: #bfefea !important;
}
.text-teal {
color: #2bcbba;
}
.border-teal {
border-color: #2bcbba;
}
.bg-cyan {
background-color: #17a2b8;
color: #ffffff;
}
a.bg-cyan:hover {
background-color: #1596aa !important;
}
.bg-cyan-lightest {
background-color: #e8f6f8;
}
.bg-cyan-lighter {
background-color: #b9e3ea;
}
.bg-cyan-light {
background-color: #5dbecd;
}
.bg-cyan-dark {
background-color: #128293;
}
.bg-cyan-darker {
background-color: #09414a;
color: #ffffff;
}
.bg-cyan-darkest {
background-color: #073137;
color: #ffffff;
}
.bg-cyan-lt {
color: #17a2b8 !important;
background: #b9e3ea !important;
}
.text-cyan {
color: #17a2b8;
}
.border-cyan {
border-color: #17a2b8;
}
.bg-gray {
background-color: #9eb0b7;
color: #ffffff;
}
a.bg-gray:hover {
background-color: #95a9b0 !important;
}
.bg-gray-lightest {
background-color: #f5f7f8;
}
.bg-gray-lighter {
background-color: #e2e7e9;
}
.bg-gray-light {
background-color: #bbc8cd;
}
.bg-gray-dark {
background-color: #7e8d92;
}
.bg-gray-darker {
background-color: #3f4649;
color: #ffffff;
}
.bg-gray-darkest {
background-color: #2f3537;
color: #ffffff;
}
.bg-gray-lt {
color: #9eb0b7 !important;
background: #e2e7e9 !important;
}
.text-gray {
color: #9eb0b7;
}
.border-gray {
border-color: #9eb0b7;
}
.bg-secondary {
background-color: #f5f7f8;
color: #ffffff;
}
a.bg-secondary:hover {
background-color: #ecf0f2 !important;
}
.bg-secondary-lightest {
background-color: #fefefe;
}
.bg-secondary-lighter {
background-color: #fcfdfd;
}
.bg-secondary-light {
background-color: #f8f9fa;
}
.bg-secondary-dark {
background-color: #c4c6c6;
}
.bg-secondary-darker {
background-color: #626363;
color: #ffffff;
}
.bg-secondary-darkest {
background-color: #4a4a4a;
color: #ffffff;
}
.bg-secondary-lt {
color: #f5f7f8 !important;
background: #fcfdfd !important;
}
.text-secondary {
color: #f5f7f8;
}
.border-secondary {
border-color: #f5f7f8;
}
.bg-facebook {
background-color: #3b5998;
color: #ffffff;
}
.bg-twitter {
background-color: #1da1f2;
color: #ffffff;
}
.bg-google {
background-color: #dc4e41;
color: #ffffff;
}
.bg-youtube {
background-color: #f00;
color: #ffffff;
}
.bg-vimeo {
background-color: #1ab7ea;
color: #ffffff;
}
.bg-dribbble {
background-color: #ea4c89;
color: #ffffff;
}
.bg-github {
background-color: #181717;
color: #ffffff;
}
.bg-instagram {
background-color: #e4405f;
color: #ffffff;
}
.bg-pinterest {
background-color: #bd081c;
color: #ffffff;
}
.bg-vk {
background-color: #6383a8;
color: #ffffff;
}
.bg-rss {
background-color: #ffa500;
color: #ffffff;
}
.bg-flickr {
background-color: #0063dc;
color: #ffffff;
}
.bg-bitbucket {
background-color: #0052cc;
color: #ffffff;
}
/*
Text
*/
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-uppercase {
text-transform: uppercase;
}
.text-strikethrough {
text-decoration: line-through;
}
@media only screen and (max-width: 560px) {
.text-mobile-center {
text-align: center !important;
}
.d-mobile-none {
display: none !important;
}
}
.text-wrap > :first-child {
margin-top: 0;
}
.text-wrap > :last-child {
margin-bottom: 0;
}
/*
Vertical align
*/
.va-top {
vertical-align: top;
}
.va-middle {
vertical-align: middle;
}
.va-bottom {
vertical-align: bottom;
}
.va-text-bottom {
vertical-align: text-bottom;
}
/*
Images
*/
.img-responsive {
max-width: 100%;
height: auto;
}
.img-illustration {
max-width: 240px;
max-height: 160px;
width: auto;
height: auto;
}
.img-hover:hover img {
opacity: .64;
}
.circled {
border-radius: 50%;
}
.rounded {
border-radius: 3px;
}
table.rounded {
border-collapse: separate;
}
.rounded-top {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
/*
Width
*/
.w-1p {
width: 1%;
}
.w-33p {
width: 33.3333%;
}
.w-50p {
width: 50%;
}
.w-100p {
width: 100%;
}
.w-auto {
width: auto;
}
.h-100p {
height: 100%;
}
/*
Fonts
*/
.font-sm {
font-size: 13px;
}
.font-lg {
font-size: 18px;
}
.font-xl {
font-size: 21px;
}
.font-normal {
font-weight: 400;
}
.font-strong {
font-weight: 600;
}
.lh-narrow {
line-height: 133.33%;
}
.lh-normal {
line-height: 160%;
}
.lh-1 {
line-height: 100%;
}
.lh-wide {
line-height: 2200%;
}
/*
Border
*/
.border {
border: 1px solid #f0f0f0;
}
.border-dark {
border-color: #d1d1d1;
}
.border-top {
border-top: 1px solid #f0f0f0;
}
.border-bottom {
border-bottom: 1px solid #f0f0f0;
}
.border-left {
border-left: 1px solid #f0f0f0;
}
.border-right {
border-right: 1px solid #f0f0f0;
}
.border-dashed {
border-style: dashed;
}
.border-wide {
border-width: 2px;
}
/*
Shadows
*/
.shadow {
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
/*
Margins, paddings
*/
.m-0 {
margin: 0;
}
.mt-0,
.my-0 {
margin-top: 0;
}
.mr-0,
.mx-0 {
margin-right: 0;
}
.mb-0,
.my-0 {
margin-bottom: 0;
}
.ml-0,
.mx-0 {
margin-left: 0;
}
.m-xs {
margin: 4px;
}
.mt-xs,
.my-xs {
margin-top: 4px;
}
.mr-xs,
.mx-xs {
margin-right: 4px;
}
.mb-xs,
.my-xs {
margin-bottom: 4px;
}
.ml-xs,
.mx-xs {
margin-left: 4px;
}
.m-sm {
margin: 8px;
}
.mt-sm,
.my-sm {
margin-top: 8px;
}
.mr-sm,
.mx-sm {
margin-right: 8px;
}
.mb-sm,
.my-sm {
margin-bottom: 8px;
}
.ml-sm,
.mx-sm {
margin-left: 8px;
}
.m-md {
margin: 16px;
}
.mt-md,
.my-md {
margin-top: 16px;
}
.mr-md,
.mx-md {
margin-right: 16px;
}
.mb-md,
.my-md {
margin-bottom: 16px;
}
.ml-md,
.mx-md {
margin-left: 16px;
}
.m-lg {
margin: 24px;
}
.mt-lg,
.my-lg {
margin-top: 24px;
}
.mr-lg,
.mx-lg {
margin-right: 24px;
}
.mb-lg,
.my-lg {
margin-bottom: 24px;
}
.ml-lg,
.mx-lg {
margin-left: 24px;
}
.m-xl {
margin: 48px;
}
.mt-xl,
.my-xl {
margin-top: 48px;
}
.mr-xl,
.mx-xl {
margin-right: 48px;
}
.mb-xl,
.my-xl {
margin-bottom: 48px;
}
.ml-xl,
.mx-xl {
margin-left: 48px;
}
.m-xxl {
margin: 96px;
}
.mt-xxl,
.my-xxl {
margin-top: 96px;
}
.mr-xxl,
.mx-xxl {
margin-right: 96px;
}
.mb-xxl,
.my-xxl {
margin-bottom: 96px;
}
.ml-xxl,
.mx-xxl {
margin-left: 96px;
}
.p-0 {
padding: 0;
}
.pt-0,
.py-0 {
padding-top: 0;
}
.pr-0,
.px-0 {
padding-right: 0;
}
.pb-0,
.py-0 {
padding-bottom: 0;
}
.pl-0,
.px-0 {
padding-left: 0;
}
.p-xs {
padding: 4px;
}
.pt-xs,
.py-xs {
padding-top: 4px;
}
.pr-xs,
.px-xs {
padding-right: 4px;
}
.pb-xs,
.py-xs {
padding-bottom: 4px;
}
.pl-xs,
.px-xs {
padding-left: 4px;
}
.p-sm {
padding: 8px;
}
.pt-sm,
.py-sm {
padding-top: 8px;
}
.pr-sm,
.px-sm {
padding-right: 8px;
}
.pb-sm,
.py-sm {
padding-bottom: 8px;
}
.pl-sm,
.px-sm {
padding-left: 8px;
}
.p-md {
padding: 16px;
}
.pt-md,
.py-md {
padding-top: 16px;
}
.pr-md,
.px-md {
padding-right: 16px;
}
.pb-md,
.py-md {
padding-bottom: 16px;
}
.pl-md,
.px-md {
padding-left: 16px;
}
.p-lg {
padding: 24px;
}
.pt-lg,
.py-lg {
padding-top: 24px;
}
.pr-lg,
.px-lg {
padding-right: 24px;
}
.pb-lg,
.py-lg {
padding-bottom: 24px;
}
.pl-lg,
.px-lg {
padding-left: 24px;
}
.p-xl {
padding: 48px;
}
.pt-xl,
.py-xl {
padding-top: 48px;
}
.pr-xl,
.px-xl {
padding-right: 48px;
}
.pb-xl,
.py-xl {
padding-bottom: 48px;
}
.pl-xl,
.px-xl {
padding-left: 48px;
}
.p-xxl {
padding: 96px;
}
.pt-xxl,
.py-xxl {
padding-top: 96px;
}
.pr-xxl,
.px-xxl {
padding-right: 96px;
}
.pb-xxl,
.py-xxl {
padding-bottom: 96px;
}
.pl-xxl,
.px-xxl {
padding-left: 96px;
}
.h-0 {
height: 0;
}
.w-0 {
width: 0;
}
.h-xs {
height: 4px;
}
.w-xs {
width: 4px;
}
.h-sm {
height: 8px;
}
.w-sm {
width: 8px;
}
.h-md {
height: 16px;
}
.w-md {
width: 16px;
}
.h-lg {
height: 24px;
}
.w-lg {
width: 24px;
}
.h-xl {
height: 48px;
}
.w-xl {
width: 48px;
}
.h-xxl {
height: 96px;
}
.w-xxl {
width: 96px;
}
.d-block {
display: block;
}
.table-fixed {
table-layout: fixed;
} | 0.378804 | 0.084531 |
* {
margin: 0;
padding: 0;
}
main {
/* background-image: url('https://images.unsplash.com/photo-1502741509793-1bf00d85aeff?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80'); */
position: relative;
}
main::before {
content: '';
/* background-color: rgba(233, 227, 227, 0.90); */
background-image: url('https://images.unsplash.com/photo-1502741509793-1bf00d85aeff?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80');
opacity: 0.1;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
nav {
height: 30px;
display: flex;
justify-content: space-between;
align-items: center;
background: #F51B17;
padding: 10px 20px;
}
nav a {
display: block;
height: 100%;
margin-right: 10px;
text-decoration: none;
color: #FFFFFF;
padding: 10px 10px 0 10px;
text-transform: uppercase;
font-weight: 600;
background-color: #F0130F;
border-radius: 6px;
}
#nav-links {
display: flex;
}
nav a:hover {
transform: translateY(5px);
color: #F9E79F;
}
header {
width: 100vw;
height: 400px;
/* background-color: #d0d1d2; */
display: flex;
justify-content: center;
align-items: center;
background: url('https://images.unsplash.com/photo-1600794962530-0ec120e35e9e?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=1948&q=80') center/cover no-repeat;
}
header h1 {
color: #fff;
font-size: 4rem;
font-family: 'Times New Roman', Times, serif;
}
footer {
padding: 20px 0 60px 0;
text-align: center;
}
footer .links {
margin-bottom: 50px;
}
footer .links>a {
color: #636b6f;
padding: 0 25px;
font-size: 13px;
font-weight: 600;
letter-spacing: 0.1rem;
text-decoration: none;
text-transform: uppercase;
display: inline-block;
height: 30px;
}
.links a:hover {
transform: translateY(5px);
color: #084E86;
/* height: 20px; */
/* background-color: gray; */
}
.copyright {
color: rgb(108, 117, 125);
font-family: 'Times New Roman', Times, serif;
}
.copyright .year-text {
color: #333333;
font-size: 12px;
margin-left: 10px;
}
.news {
/* background-color: #fff; */
position: relative;
padding: 50px 0 32px;
z-index: 2;
}
section {
width: 768px;
margin: 0 auto 32px;
padding: 6px 15px;
position: relative;
/* border-bottom: rgb(128, 128, 128) 1px solid; */
}
section a, form a {
color: rgb(59, 54, 52);
text-decoration: none;
}
section a:hover, form a:hover{
color: #0085a1;
}
section h2 {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin-bottom: 5px;
}
.article-meta {
color: rgb(99, 91, 91);
margin-bottom: 5px;
}
section img {
width: 100%;
height: 300px;
object-fit: contain;
}
section p {
/* background-color: rgba(226, 222, 222, 0.8); */
padding: 13px 5px;
}
/* Стили выделения. Чего-то не сработало section::selection. */
section p::selection, section a::selection, section img::selection, section .article-meta::selection, section h2::selection {
color: #fff;
background-color: #ff0000;
}
/* Стили кнопок */
.btn {
padding: 5px 15px;
width: 100px;
border-radius: 5px;
border: #000 1px solid;
font-size: 13px;
font-weight: 600;
letter-spacing: 0.1rem;
text-decoration: none;
text-transform: uppercase;
background-color: #FFF;
}
.btn:hover {
transition: 0.5s;
background-color: #F0130F;
}
dialog {
width: 300px;
height: 200px;
margin: auto;
}
dialog::backdrop {
background:rgba(233, 227, 227, 0.95)
}
.signin {
padding: 5px;
margin: 10px auto;
display: block;
width: 200px;
}
.signin:focus::placeholder {
transition: 0.3s;
color: transparent;
}
dialog div {
margin: 25px auto;
text-align: center;
}
form input {
padding: 10px;
border-radius: 6px;
background: #000 1px solid;
}
article>:nth-child(even) {
background-color: #e9b2b259;
}
article>:nth-child(1)::before,
article>:nth-child(2)::before {
content: 'New';
color: #009600
} | css/style.css | * {
margin: 0;
padding: 0;
}
main {
/* background-image: url('https://images.unsplash.com/photo-1502741509793-1bf00d85aeff?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80'); */
position: relative;
}
main::before {
content: '';
/* background-color: rgba(233, 227, 227, 0.90); */
background-image: url('https://images.unsplash.com/photo-1502741509793-1bf00d85aeff?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80');
opacity: 0.1;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
nav {
height: 30px;
display: flex;
justify-content: space-between;
align-items: center;
background: #F51B17;
padding: 10px 20px;
}
nav a {
display: block;
height: 100%;
margin-right: 10px;
text-decoration: none;
color: #FFFFFF;
padding: 10px 10px 0 10px;
text-transform: uppercase;
font-weight: 600;
background-color: #F0130F;
border-radius: 6px;
}
#nav-links {
display: flex;
}
nav a:hover {
transform: translateY(5px);
color: #F9E79F;
}
header {
width: 100vw;
height: 400px;
/* background-color: #d0d1d2; */
display: flex;
justify-content: center;
align-items: center;
background: url('https://images.unsplash.com/photo-1600794962530-0ec120e35e9e?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=1948&q=80') center/cover no-repeat;
}
header h1 {
color: #fff;
font-size: 4rem;
font-family: 'Times New Roman', Times, serif;
}
footer {
padding: 20px 0 60px 0;
text-align: center;
}
footer .links {
margin-bottom: 50px;
}
footer .links>a {
color: #636b6f;
padding: 0 25px;
font-size: 13px;
font-weight: 600;
letter-spacing: 0.1rem;
text-decoration: none;
text-transform: uppercase;
display: inline-block;
height: 30px;
}
.links a:hover {
transform: translateY(5px);
color: #084E86;
/* height: 20px; */
/* background-color: gray; */
}
.copyright {
color: rgb(108, 117, 125);
font-family: 'Times New Roman', Times, serif;
}
.copyright .year-text {
color: #333333;
font-size: 12px;
margin-left: 10px;
}
.news {
/* background-color: #fff; */
position: relative;
padding: 50px 0 32px;
z-index: 2;
}
section {
width: 768px;
margin: 0 auto 32px;
padding: 6px 15px;
position: relative;
/* border-bottom: rgb(128, 128, 128) 1px solid; */
}
section a, form a {
color: rgb(59, 54, 52);
text-decoration: none;
}
section a:hover, form a:hover{
color: #0085a1;
}
section h2 {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin-bottom: 5px;
}
.article-meta {
color: rgb(99, 91, 91);
margin-bottom: 5px;
}
section img {
width: 100%;
height: 300px;
object-fit: contain;
}
section p {
/* background-color: rgba(226, 222, 222, 0.8); */
padding: 13px 5px;
}
/* Стили выделения. Чего-то не сработало section::selection. */
section p::selection, section a::selection, section img::selection, section .article-meta::selection, section h2::selection {
color: #fff;
background-color: #ff0000;
}
/* Стили кнопок */
.btn {
padding: 5px 15px;
width: 100px;
border-radius: 5px;
border: #000 1px solid;
font-size: 13px;
font-weight: 600;
letter-spacing: 0.1rem;
text-decoration: none;
text-transform: uppercase;
background-color: #FFF;
}
.btn:hover {
transition: 0.5s;
background-color: #F0130F;
}
dialog {
width: 300px;
height: 200px;
margin: auto;
}
dialog::backdrop {
background:rgba(233, 227, 227, 0.95)
}
.signin {
padding: 5px;
margin: 10px auto;
display: block;
width: 200px;
}
.signin:focus::placeholder {
transition: 0.3s;
color: transparent;
}
dialog div {
margin: 25px auto;
text-align: center;
}
form input {
padding: 10px;
border-radius: 6px;
background: #000 1px solid;
}
article>:nth-child(even) {
background-color: #e9b2b259;
}
article>:nth-child(1)::before,
article>:nth-child(2)::before {
content: 'New';
color: #009600
} | 0.460289 | 0.106365 |
********************************
*
* Defult CSS
*/
.overlay-color {
background-color: rgba(96, 157, 219, 0.9);
}
.btn-group .btn-fill {
background: #276aae !important;
}
.btn-group .btn-fill:hover,
.btn-group .btn-fill:focus,
.btn-group .btn-fill:active,
.btn-group .btn-fill.active {
background: #276aae !important;
}
.btn-group .btn-border:hover,
.btn-group .btn-border:focus,
.btn-group .btn-border:active,
.btn-group .btn-border.active {
background: #276aae !important;
}
/*
********************************
*
* Header CSS
*
*/
.header-navbar #myNavbar .active > a {
border-bottom-color: #609ddb;
}
/*
********************************
*
* About Our Event CSS
*
*/
.about-our-event-left h2 {
color: #609ddb;
}
.background-right-overlay-color {
background: rgba(96, 157, 219, 0.5);
}
/*
********************************
*
* our featured speaker CSS
*
*/
.our-featured-speaker-right h2 {
color: #609ddb;
}
.our-featured-speaker-right .btn-group .btn-fill {
color: #FFFFFF;
border-color: #276aae;
}
.our-featured-speaker-right .btn-group .btn-border:hover {
color: #FFFFFF;
border-color: #276aae;
}
/*
********************************
*
* Scedule CSS
*
*/
.scedule-main .active .btn-border {
background: #276aae;
}
.nav-cus .active a {
border-left-color: #276aae !important;
}
.nav-cus a:focus,
.nav-cus a:hover {
border-left-color: #276aae !important;
}
/*
********************************
*
* Speakers CSS
*
*/
.speakers-body h2 {
color: #609ddb;
}
.speakers-body .item a {
color: #609ddb !important;
}
.speakers-body .item h3 {
color: #609ddb;
}
/*
********************************
*
* Pricing Tables CSS
*
*/
.table-single p {
background: #609ddb;
}
.pricing-tables-left .active .btn-border {
border-color: #276aae;
}
/*
********************************
*
* Register CSS
*
*/
.input-group .btn-fill {
background-color: #276aae;
}
.input-group .btn-fill:hover {
background-color: #276aae;
}
/*
********************************
*
* Sponsore CSS
* class: "sponsore"
* id: "section-7"
*/
.sponsore-body h2 {
color: #609ddb;
}
/*
********************************
*
* Collapse CSS
*
*/
.collapse-right h2 {
color: #609ddb;
}
.collapse-right .panel-title a .bar,
.collapse-right .panel-title a .bar:after {
border-color: #609ddb;
}
/*
********************************
*
* Testimonial CSS
*
*/
.testimonial-body .tab-content .active h3 {
color: #609ddb;
}
.testimonial-body .nav-cus .active a {
border-left-color: #609ddb !important;
}
/*
********************************
*
* Contact Us CSS
*
*/
.contact-us-left h2 {
color: #609ddb;
}
.contact-us-left p a:hover,
.contact-us-left p a:active,
.contact-us-left p a:focus {
color: #609ddb;
}
.social-icon a:hover,
.social-icon a:focus,
.social-icon a:active {
background: #609ddb !important;
}
/*
******************************************
*
* Footer CSS
*
*/
footer .btn-top:hover {
color: #609ddb;
}
/************************************************
*
* Blog Page css START here
*
*************************************************/
/*
********************************
*
* Blog Body CSS
*
*/
/* blog-post CSS */
.blog-body .post-date {
color: #609ddb;
}
.comments span {
color: #609ddb;
}
aside ul li a:hover,
aside ul li a:focus {
color: #276aae;
}
aside ul li a:hover span,
aside ul li a:focus span {
color: #276aae;
}
/******************************************/
/* Media screen */
/******************************************/
@media (max-width: 991px) {
/*
********************************
*
* Scedule CSS
*
*/
.dropdown .label:hover,
.dropdown ul li:hover,
.dropdown .label:hover,
.dropdown ul li:hover {
background: #609ddb;
}
.dropdown .label:hover {
border-color: #609ddb;
}
.nav-cus .active a {
color: #609ddb !important;
border-left-color: #609ddb !important;
}
.nav-cus .active .nav-header,
.nav-cus .active .nav-time {
color: #609ddb !important;
}
/*
********************************
*
* Testimonial CSS
*
*/
.testimonial-body .dropdown .label:hover,
.testimonial-body .dropdown ul li:hover,
.testimonial-body .dropdown .label:hover,
.testimonial-body .dropdown ul li:hover {
background: #609ddb;
}
.testimonial-body .dropdown .label {
color: #609ddb;
border-color: #609ddb;
}
}
/*
******************************************
*
* IMAGE HOVER EFFECT CUSTOM CSS
*
*/
.view-first .mask {
background-color: rgba(96, 157, 219, 0.5);
}
.mask ul li a:hover {
background-color: transparent !important;
}
/*
******************************************
*
* NICE SCROLL CUSTOM CSS
*
*/
.nicescroll-rails > div {
background-color: #609ddb !important;
}
/*
******************************************
*
* FLEX SLIDER CSS
*
*/
a.next:hover,
a.prev:hover {
background-color: #609ddb !important;
border-color: #609ddb;
}
/*
******************************************
*
* PRELOADER CSS
*
*/
.bubblingG span {
background: #609ddb;
} | assets/2018_style/css/colors/blue.css | ********************************
*
* Defult CSS
*/
.overlay-color {
background-color: rgba(96, 157, 219, 0.9);
}
.btn-group .btn-fill {
background: #276aae !important;
}
.btn-group .btn-fill:hover,
.btn-group .btn-fill:focus,
.btn-group .btn-fill:active,
.btn-group .btn-fill.active {
background: #276aae !important;
}
.btn-group .btn-border:hover,
.btn-group .btn-border:focus,
.btn-group .btn-border:active,
.btn-group .btn-border.active {
background: #276aae !important;
}
/*
********************************
*
* Header CSS
*
*/
.header-navbar #myNavbar .active > a {
border-bottom-color: #609ddb;
}
/*
********************************
*
* About Our Event CSS
*
*/
.about-our-event-left h2 {
color: #609ddb;
}
.background-right-overlay-color {
background: rgba(96, 157, 219, 0.5);
}
/*
********************************
*
* our featured speaker CSS
*
*/
.our-featured-speaker-right h2 {
color: #609ddb;
}
.our-featured-speaker-right .btn-group .btn-fill {
color: #FFFFFF;
border-color: #276aae;
}
.our-featured-speaker-right .btn-group .btn-border:hover {
color: #FFFFFF;
border-color: #276aae;
}
/*
********************************
*
* Scedule CSS
*
*/
.scedule-main .active .btn-border {
background: #276aae;
}
.nav-cus .active a {
border-left-color: #276aae !important;
}
.nav-cus a:focus,
.nav-cus a:hover {
border-left-color: #276aae !important;
}
/*
********************************
*
* Speakers CSS
*
*/
.speakers-body h2 {
color: #609ddb;
}
.speakers-body .item a {
color: #609ddb !important;
}
.speakers-body .item h3 {
color: #609ddb;
}
/*
********************************
*
* Pricing Tables CSS
*
*/
.table-single p {
background: #609ddb;
}
.pricing-tables-left .active .btn-border {
border-color: #276aae;
}
/*
********************************
*
* Register CSS
*
*/
.input-group .btn-fill {
background-color: #276aae;
}
.input-group .btn-fill:hover {
background-color: #276aae;
}
/*
********************************
*
* Sponsore CSS
* class: "sponsore"
* id: "section-7"
*/
.sponsore-body h2 {
color: #609ddb;
}
/*
********************************
*
* Collapse CSS
*
*/
.collapse-right h2 {
color: #609ddb;
}
.collapse-right .panel-title a .bar,
.collapse-right .panel-title a .bar:after {
border-color: #609ddb;
}
/*
********************************
*
* Testimonial CSS
*
*/
.testimonial-body .tab-content .active h3 {
color: #609ddb;
}
.testimonial-body .nav-cus .active a {
border-left-color: #609ddb !important;
}
/*
********************************
*
* Contact Us CSS
*
*/
.contact-us-left h2 {
color: #609ddb;
}
.contact-us-left p a:hover,
.contact-us-left p a:active,
.contact-us-left p a:focus {
color: #609ddb;
}
.social-icon a:hover,
.social-icon a:focus,
.social-icon a:active {
background: #609ddb !important;
}
/*
******************************************
*
* Footer CSS
*
*/
footer .btn-top:hover {
color: #609ddb;
}
/************************************************
*
* Blog Page css START here
*
*************************************************/
/*
********************************
*
* Blog Body CSS
*
*/
/* blog-post CSS */
.blog-body .post-date {
color: #609ddb;
}
.comments span {
color: #609ddb;
}
aside ul li a:hover,
aside ul li a:focus {
color: #276aae;
}
aside ul li a:hover span,
aside ul li a:focus span {
color: #276aae;
}
/******************************************/
/* Media screen */
/******************************************/
@media (max-width: 991px) {
/*
********************************
*
* Scedule CSS
*
*/
.dropdown .label:hover,
.dropdown ul li:hover,
.dropdown .label:hover,
.dropdown ul li:hover {
background: #609ddb;
}
.dropdown .label:hover {
border-color: #609ddb;
}
.nav-cus .active a {
color: #609ddb !important;
border-left-color: #609ddb !important;
}
.nav-cus .active .nav-header,
.nav-cus .active .nav-time {
color: #609ddb !important;
}
/*
********************************
*
* Testimonial CSS
*
*/
.testimonial-body .dropdown .label:hover,
.testimonial-body .dropdown ul li:hover,
.testimonial-body .dropdown .label:hover,
.testimonial-body .dropdown ul li:hover {
background: #609ddb;
}
.testimonial-body .dropdown .label {
color: #609ddb;
border-color: #609ddb;
}
}
/*
******************************************
*
* IMAGE HOVER EFFECT CUSTOM CSS
*
*/
.view-first .mask {
background-color: rgba(96, 157, 219, 0.5);
}
.mask ul li a:hover {
background-color: transparent !important;
}
/*
******************************************
*
* NICE SCROLL CUSTOM CSS
*
*/
.nicescroll-rails > div {
background-color: #609ddb !important;
}
/*
******************************************
*
* FLEX SLIDER CSS
*
*/
a.next:hover,
a.prev:hover {
background-color: #609ddb !important;
border-color: #609ddb;
}
/*
******************************************
*
* PRELOADER CSS
*
*/
.bubblingG span {
background: #609ddb;
} | 0.295027 | 0.050354 |
.audioplayer {
display: flex;
flex-direction: row;
box-sizing: border-box;
margin: 1em 0;
padding: 0 24px;
width: 100%;
height: 96px;
align-items: center;
border: 1px solid #DDE2E6;
border-radius: 4px;
background: #fff;
}
.audioplayer-playpause {
display: flex;
justify-content: center;
align-items: center;
width: 48px;
height: 48px;
border-radius: 50%;
cursor: pointer;
transition: all .2s ease-in-out;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
background: rgba(91, 130, 255, 0);
border: 1px solid #5B82FF;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
background: rgba(91, 130, 255, 0.1);
}
.audioplayer-playing .audioplayer-playpause {
background: rgba(253, 79, 26, 0);
border: 1px solid #FD4F1A;
}
.audioplayer-playing .audioplayer-playpause:hover {
background: rgba(235, 79, 26, 0.1);
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
content: '';
justify-content: center;
width: 0;
height: 0;
margin-left: 2px;
border-top: 7px solid transparent;
border-right: none;
border-bottom: 7px solid transparent;
border-left: 12px solid #0059FF;
}
.audioplayer-playing .audioplayer-playpause a {
content: '';
display: flex;
justify-content: space-between;
width: 12px;
height: 14px;
}
.audioplayer-playing .audioplayer-playpause a::before, .audioplayer-playing .audioplayer-playpause a::after {
content: '';
width: 4px;
height: 14px;
background-color: #FD4F1A;
}
.audioplayer-time {
display: flex;
width: 40px;
justify-content:center;
font-size: 12px;
color: rgba(51, 51 ,51, .6)
}
.audioplayer-time-current {
margin-left: 24px;
}
.audioplayer-time-duration {
margin-right: 24px;
}
.audioplayer-bar {
position: relative;
display: flex;
margin: 0 12px;
height: 12px;
flex-basis: 0;
flex-grow: 1;
cursor: pointer;
}
.audioplayer-bar::before {
content: '';
position: absolute;
top: 5px;
width: 100%;
height: 2px;
background-color: #DDE2E6;
}
.audioplayer-bar > div {
position: absolute;
left: 0;
top: 5px;
}
.audioplayer-bar-loaded {
z-index: 1;
height: 2px;
background: #BEC8D2;
}
.audioplayer-bar-played {
flex-direction: row-reverse;
z-index: 2;
height: 2px;
background: -webkit-linear-gradient(left,#0059FF,#09B1FA);
}
.audioplayer-bar-played::after {
display: flex;
position: absolute;
content: '';
box-sizing: border-box;
top: -5px;
right: -1px;
margin-right: -5px;
width: 12px;
height: 12px;
background-color: #fff;
border-radius: 6px;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
border: 2px solid #BEC8D2;
}
.audioplayer-playing .audioplayer-bar-played::after {
border: 2px solid #0059FF;
}
.audioplayer-volume {
display: flex;
align-items: center;
}
.audioplayer-volume-button {
display: flex;
align-items: center;
width: 24px;
height: 24px;
cursor: pointer;
}
.audioplayer-volume-button a {
display: flex;
width: 6px;
height: 8px;
background-color: #9A9FB0;
position: relative;
}
.audioplayer-volume-button a:before, .audioplayer-volume-button a:after {
content: '';
position: absolute;
}
.audioplayer-volume-button a:before {
width: 0;
height: 0;
border-top: 8px solid transparent;
border-right: 9px solid #9A9FB0;
border-bottom: 8px solid transparent;
border-left: none;
top: -4px;
}
.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
left: 10px;
top: -2px;
width: 6px;
height: 6px;
border: 6px double #9A9FB0;
border-width: 6px 6px 0 0;
border-radius: 0 12px 0 0;
transform: rotate(45deg);
}
.audioplayer-mute .audioplayer-volume-button a {
background-color: #FD4F1A;
}
.audioplayer-mute .audioplayer-volume-button a:before {
border-right: 9px solid #FD4F1A;
}
.audioplayer-volume-adjust {
display: flex;
align-items: center;
margin-left: 8px;
}
.audioplayer-volume-adjust > div {
position: relative;
display: flex;
width: 60px;
height: 2px;
cursor: pointer;
background-color: #BEC8D2;
}
.audioplayer-volume-adjust div div {
position: absolute;
top: 0;
left: 0;
height: 2px;
background-color: #0059FF;
}
/* responsive | you can change the max-width value to match your theme */
@media screen and (max-width: 679px) {
.audioplayer-volume-adjust {
display: none;
}
} | public/forntend/assets/css/audioplayer.css |
.audioplayer {
display: flex;
flex-direction: row;
box-sizing: border-box;
margin: 1em 0;
padding: 0 24px;
width: 100%;
height: 96px;
align-items: center;
border: 1px solid #DDE2E6;
border-radius: 4px;
background: #fff;
}
.audioplayer-playpause {
display: flex;
justify-content: center;
align-items: center;
width: 48px;
height: 48px;
border-radius: 50%;
cursor: pointer;
transition: all .2s ease-in-out;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
background: rgba(91, 130, 255, 0);
border: 1px solid #5B82FF;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
background: rgba(91, 130, 255, 0.1);
}
.audioplayer-playing .audioplayer-playpause {
background: rgba(253, 79, 26, 0);
border: 1px solid #FD4F1A;
}
.audioplayer-playing .audioplayer-playpause:hover {
background: rgba(235, 79, 26, 0.1);
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
content: '';
justify-content: center;
width: 0;
height: 0;
margin-left: 2px;
border-top: 7px solid transparent;
border-right: none;
border-bottom: 7px solid transparent;
border-left: 12px solid #0059FF;
}
.audioplayer-playing .audioplayer-playpause a {
content: '';
display: flex;
justify-content: space-between;
width: 12px;
height: 14px;
}
.audioplayer-playing .audioplayer-playpause a::before, .audioplayer-playing .audioplayer-playpause a::after {
content: '';
width: 4px;
height: 14px;
background-color: #FD4F1A;
}
.audioplayer-time {
display: flex;
width: 40px;
justify-content:center;
font-size: 12px;
color: rgba(51, 51 ,51, .6)
}
.audioplayer-time-current {
margin-left: 24px;
}
.audioplayer-time-duration {
margin-right: 24px;
}
.audioplayer-bar {
position: relative;
display: flex;
margin: 0 12px;
height: 12px;
flex-basis: 0;
flex-grow: 1;
cursor: pointer;
}
.audioplayer-bar::before {
content: '';
position: absolute;
top: 5px;
width: 100%;
height: 2px;
background-color: #DDE2E6;
}
.audioplayer-bar > div {
position: absolute;
left: 0;
top: 5px;
}
.audioplayer-bar-loaded {
z-index: 1;
height: 2px;
background: #BEC8D2;
}
.audioplayer-bar-played {
flex-direction: row-reverse;
z-index: 2;
height: 2px;
background: -webkit-linear-gradient(left,#0059FF,#09B1FA);
}
.audioplayer-bar-played::after {
display: flex;
position: absolute;
content: '';
box-sizing: border-box;
top: -5px;
right: -1px;
margin-right: -5px;
width: 12px;
height: 12px;
background-color: #fff;
border-radius: 6px;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
border: 2px solid #BEC8D2;
}
.audioplayer-playing .audioplayer-bar-played::after {
border: 2px solid #0059FF;
}
.audioplayer-volume {
display: flex;
align-items: center;
}
.audioplayer-volume-button {
display: flex;
align-items: center;
width: 24px;
height: 24px;
cursor: pointer;
}
.audioplayer-volume-button a {
display: flex;
width: 6px;
height: 8px;
background-color: #9A9FB0;
position: relative;
}
.audioplayer-volume-button a:before, .audioplayer-volume-button a:after {
content: '';
position: absolute;
}
.audioplayer-volume-button a:before {
width: 0;
height: 0;
border-top: 8px solid transparent;
border-right: 9px solid #9A9FB0;
border-bottom: 8px solid transparent;
border-left: none;
top: -4px;
}
.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
left: 10px;
top: -2px;
width: 6px;
height: 6px;
border: 6px double #9A9FB0;
border-width: 6px 6px 0 0;
border-radius: 0 12px 0 0;
transform: rotate(45deg);
}
.audioplayer-mute .audioplayer-volume-button a {
background-color: #FD4F1A;
}
.audioplayer-mute .audioplayer-volume-button a:before {
border-right: 9px solid #FD4F1A;
}
.audioplayer-volume-adjust {
display: flex;
align-items: center;
margin-left: 8px;
}
.audioplayer-volume-adjust > div {
position: relative;
display: flex;
width: 60px;
height: 2px;
cursor: pointer;
background-color: #BEC8D2;
}
.audioplayer-volume-adjust div div {
position: absolute;
top: 0;
left: 0;
height: 2px;
background-color: #0059FF;
}
/* responsive | you can change the max-width value to match your theme */
@media screen and (max-width: 679px) {
.audioplayer-volume-adjust {
display: none;
}
} | 0.50708 | 0.12817 |
@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/**
* Remove default margin.
*/
body {
margin: 0; }
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block; }
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */ }
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0; }
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
display: none; }
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
background-color: transparent; }
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
outline: 0; }
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
border-bottom: 1px dotted; }
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
font-weight: bold; }
/**
* Address styling not present in Safari and Chrome.
*/
dfn {
font-style: italic; }
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
/**
* Address styling not present in IE 8/9.
*/
mark {
background: #ff0;
color: #000; }
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
border: 0; }
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
overflow: hidden; }
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
/**
* Address differences between Firefox and other browsers.
*/
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0; }
/**
* Contain overflow in all browsers.
*/
pre {
overflow: auto; }
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
color: inherit;
/* 1 */
font: inherit;
/* 2 */
margin: 0;
/* 3 */ }
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
overflow: visible; }
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
text-transform: none; }
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
/* 2 */
cursor: pointer;
/* 3 */ }
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
cursor: default; }
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
line-height: normal; }
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
* (include `-moz` to future-proof).
*/
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
/* 2 */
box-sizing: content-box; }
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* Define consistent border, margin, and padding.
*/
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
border: 0;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
overflow: auto; }
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
font-weight: bold; }
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
body {
margin: 0;
padding: 0;
font-family: sans-serif; }
img {
max-width: 100%;
height: auto; }
/*
GRUPOS Y CAJAS
==============
Los grupos son contenedores para las cajas.
Las cajas crean las divisiones en el grupo (columnas)
*/
.grupo {
position: relative;
max-width: 1100px;
margin: 0 auto;
width: 100%; }
.grupo.total {
max-width: 100% !important; }
.grupo:before, .grupo:after {
content: "";
display: table;
width: 100%;
clear: both; }
.grupo .caja {
float: left;
margin: 0;
padding-left: 15px;
padding-right: 15px;
width: 100%; }
.grupo .caja:last-child {
float: right; }
.grupo .caja.total {
float: none;
width: 100%; }
.grupo .caja.total:before, .grupo .caja.total:after {
content: "";
display: table;
width: 100%;
clear: both; }
/*base: A partir de 320px*/
@media all and (min-width: 320px) {
/*Tamaños en porcentajes*/
.base-5,
.grupo .caja.base-5 {
width: 5%; }
.base-10,
.grupo .caja.base-10 {
width: 10%; }
.base-15,
.grupo .caja.base-15 {
width: 15%; }
.base-20,
.grupo .caja.base-20 {
width: 20%; }
.base-25,
.grupo .caja.base-25 {
width: 25%; }
.base-30,
.grupo .caja.base-30 {
width: 30%; }
.base-35,
.grupo .caja.base-35 {
width: 35%; }
.base-40,
.grupo .caja.base-40 {
width: 40%; }
.base-45,
.grupo .caja.base-45 {
width: 45%; }
.base-50,
.grupo .caja.base-50 {
width: 50%; }
.base-55,
.grupo .caja.base-55 {
width: 55%; }
.base-60,
.grupo .caja.base-60 {
width: 60%; }
.base-65,
.grupo .caja.base-65 {
width: 65%; }
.base-70,
.grupo .caja.base-70 {
width: 70%; }
.base-75,
.grupo .caja.base-75 {
width: 75%; }
.base-80,
.grupo .caja.base-80 {
width: 80%; }
.base-85,
.grupo .caja.base-85 {
width: 85%; }
.base-90,
.grupo .caja.base-90 {
width: 90%; }
.base-95,
.grupo .caja.base-95 {
width: 95%; }
.base-100,
.grupo .caja.base-100 {
width: 100%; }
/*Tamaño en fracciones*/
.base-1-3,
.grupo .caja.base-1-3 {
width: 33.3333333333%; }
.base-2-3,
.grupo .caja.base-2-3 {
width: 66.6666666667%; }
.base-3-3,
.grupo .caja.base-3-3 {
width: 100%; }
.base-1-6,
.grupo .caja.base-1-6 {
width: 16.6666666667%; }
.base-2-6,
.grupo .caja.base-2-6 {
width: 33.3333333333%; }
.base-3-6,
.grupo .caja.base-3-6 {
width: 50%; }
.base-4-6,
.grupo .caja.base-4-6 {
width: 66.6666666667%; }
.base-5-6,
.grupo .caja.base-5-6 {
width: 83.3333333333%; }
.base-6-6,
.grupo .caja.base-6-6 {
width: 100%; }
.base-1-8,
.grupo .caja.base-1-8 {
width: 12.5%; }
.base-2-8,
.grupo .caja.base-2-8 {
width: 25%; }
.base-3-8,
.grupo .caja.base-3-8 {
width: 37.5%; }
.base-4-8,
.grupo .caja.base-4-8 {
width: 50%; }
.base-5-8,
.grupo .caja.base-5-8 {
width: 62.5%; }
.base-6-8,
.grupo .caja.base-6-8 {
width: 75%; }
.base-7-8,
.grupo .caja.base-7-8 {
width: 87.5%; }
.base-8-8,
.grupo .caja.base-8-8 {
width: 100%; } }
/*movil: A partir de 480px*/
@media all and (min-width: 480px) {
/*Tamaños en porcentajes*/
.movil-5,
.grupo .caja.movil-5 {
width: 5%; }
.movil-10,
.grupo .caja.movil-10 {
width: 10%; }
.movil-15,
.grupo .caja.movil-15 {
width: 15%; }
.movil-20,
.grupo .caja.movil-20 {
width: 20%; }
.movil-25,
.grupo .caja.movil-25 {
width: 25%; }
.movil-30,
.grupo .caja.movil-30 {
width: 30%; }
.movil-35,
.grupo .caja.movil-35 {
width: 35%; }
.movil-40,
.grupo .caja.movil-40 {
width: 40%; }
.movil-45,
.grupo .caja.movil-45 {
width: 45%; }
.movil-50,
.grupo .caja.movil-50 {
width: 50%; }
.movil-55,
.grupo .caja.movil-55 {
width: 55%; }
.movil-60,
.grupo .caja.movil-60 {
width: 60%; }
.movil-65,
.grupo .caja.movil-65 {
width: 65%; }
.movil-70,
.grupo .caja.movil-70 {
width: 70%; }
.movil-75,
.grupo .caja.movil-75 {
width: 75%; }
.movil-80,
.grupo .caja.movil-80 {
width: 80%; }
.movil-85,
.grupo .caja.movil-85 {
width: 85%; }
.movil-90,
.grupo .caja.movil-90 {
width: 90%; }
.movil-95,
.grupo .caja.movil-95 {
width: 95%; }
.movil-100,
.grupo .caja.movil-100 {
width: 100%; }
/*Tamaño en fracciones*/
.movil-1-3,
.grupo .caja.movil-1-3 {
width: 33.3333333333%; }
.movil-2-3,
.grupo .caja.movil-2-3 {
width: 66.6666666667%; }
.movil-3-3,
.grupo .caja.movil-3-3 {
width: 100%; }
.movil-1-6,
.grupo .caja.movil-1-6 {
width: 16.6666666667%; }
.movil-2-6,
.grupo .caja.movil-2-6 {
width: 33.3333333333%; }
.movil-3-6,
.grupo .caja.movil-3-6 {
width: 50%; }
.movil-4-6,
.grupo .caja.movil-4-6 {
width: 66.6666666667%; }
.movil-5-6,
.grupo .caja.movil-5-6 {
width: 83.3333333333%; }
.movil-6-6,
.grupo .caja.movil-6-6 {
width: 100%; }
.movil-1-8,
.grupo .caja.movil-1-8 {
width: 12.5%; }
.movil-2-8,
.grupo .caja.movil-2-8 {
width: 25%; }
.movil-3-8,
.grupo .caja.movil-3-8 {
width: 37.5%; }
.movil-4-8,
.grupo .caja.movil-4-8 {
width: 50%; }
.movil-5-8,
.grupo .caja.movil-5-8 {
width: 62.5%; }
.movil-6-8,
.grupo .caja.movil-6-8 {
width: 75%; }
.movil-7-8,
.grupo .caja.movil-7-8 {
width: 87.5%; }
.movil-8-8,
.grupo .caja.movil-8-8 {
width: 100%; } }
/*movil-h: A partir de 640px*/
@media all and (min-width: 640px) {
/*Tamaños en porcentajes*/
.movil-h-5,
.grupo .caja.movil-h-5 {
width: 5%; }
.movil-h-10,
.grupo .caja.movil-h-10 {
width: 10%; }
.movil-h-15,
.grupo .caja.movil-h-15 {
width: 15%; }
.movil-h-20,
.grupo .caja.movil-h-20 {
width: 20%; }
.movil-h-25,
.grupo .caja.movil-h-25 {
width: 25%; }
.movil-h-30,
.grupo .caja.movil-h-30 {
width: 30%; }
.movil-h-35,
.grupo .caja.movil-h-35 {
width: 35%; }
.movil-h-40,
.grupo .caja.movil-h-40 {
width: 40%; }
.movil-h-45,
.grupo .caja.movil-h-45 {
width: 45%; }
.movil-h-50,
.grupo .caja.movil-h-50 {
width: 50%; }
.movil-h-55,
.grupo .caja.movil-h-55 {
width: 55%; }
.movil-h-60,
.grupo .caja.movil-h-60 {
width: 60%; }
.movil-h-65,
.grupo .caja.movil-h-65 {
width: 65%; }
.movil-h-70,
.grupo .caja.movil-h-70 {
width: 70%; }
.movil-h-75,
.grupo .caja.movil-h-75 {
width: 75%; }
.movil-h-80,
.grupo .caja.movil-h-80 {
width: 80%; }
.movil-h-85,
.grupo .caja.movil-h-85 {
width: 85%; }
.movil-h-90,
.grupo .caja.movil-h-90 {
width: 90%; }
.movil-h-95,
.grupo .caja.movil-h-95 {
width: 95%; }
.movil-h-100,
.grupo .caja.movil-h-100 {
width: 100%; }
/*Tamaño en fracciones*/
.movil-h-1-3,
.grupo .caja.movil-h-1-3 {
width: 33.3333333333%; }
.movil-h-2-3,
.grupo .caja.movil-h-2-3 {
width: 66.6666666667%; }
.movil-h-3-3,
.grupo .caja.movil-h-3-3 {
width: 100%; }
.movil-h-1-6,
.grupo .caja.movil-h-1-6 {
width: 16.6666666667%; }
.movil-h-2-6,
.grupo .caja.movil-h-2-6 {
width: 33.3333333333%; }
.movil-h-3-6,
.grupo .caja.movil-h-3-6 {
width: 50%; }
.movil-h-4-6,
.grupo .caja.movil-h-4-6 {
width: 66.6666666667%; }
.movil-h-5-6,
.grupo .caja.movil-h-5-6 {
width: 83.3333333333%; }
.movil-h-6-6,
.grupo .caja.movil-h-6-6 {
width: 100%; }
.movil-h-1-8,
.grupo .caja.movil-h-1-8 {
width: 12.5%; }
.movil-h-2-8,
.grupo .caja.movil-h-2-8 {
width: 25%; }
.movil-h-3-8,
.grupo .caja.movil-h-3-8 {
width: 37.5%; }
.movil-h-4-8,
.grupo .caja.movil-h-4-8 {
width: 50%; }
.movil-h-5-8,
.grupo .caja.movil-h-5-8 {
width: 62.5%; }
.movil-h-6-8,
.grupo .caja.movil-h-6-8 {
width: 75%; }
.movil-h-7-8,
.grupo .caja.movil-h-7-8 {
width: 87.5%; }
.movil-h-8-8,
.grupo .caja.movil-h-8-8 {
width: 100%; } }
/*tablet: A partir de 768px*/
@media all and (min-width: 768px) {
/*Tamaños en porcentajes*/
.tablet-5,
.grupo .caja.tablet-5 {
width: 5%; }
.tablet-10,
.grupo .caja.tablet-10 {
width: 10%; }
.tablet-15,
.grupo .caja.tablet-15 {
width: 15%; }
.tablet-20,
.grupo .caja.tablet-20 {
width: 20%; }
.tablet-25,
.grupo .caja.tablet-25 {
width: 25%; }
.tablet-30,
.grupo .caja.tablet-30 {
width: 30%; }
.tablet-35,
.grupo .caja.tablet-35 {
width: 35%; }
.tablet-40,
.grupo .caja.tablet-40 {
width: 40%; }
.tablet-45,
.grupo .caja.tablet-45 {
width: 45%; }
.tablet-50,
.grupo .caja.tablet-50 {
width: 50%; }
.tablet-55,
.grupo .caja.tablet-55 {
width: 55%; }
.tablet-60,
.grupo .caja.tablet-60 {
width: 60%; }
.tablet-65,
.grupo .caja.tablet-65 {
width: 65%; }
.tablet-70,
.grupo .caja.tablet-70 {
width: 70%; }
.tablet-75,
.grupo .caja.tablet-75 {
width: 75%; }
.tablet-80,
.grupo .caja.tablet-80 {
width: 80%; }
.tablet-85,
.grupo .caja.tablet-85 {
width: 85%; }
.tablet-90,
.grupo .caja.tablet-90 {
width: 90%; }
.tablet-95,
.grupo .caja.tablet-95 {
width: 95%; }
.tablet-100,
.grupo .caja.tablet-100 {
width: 100%; }
/*Tamaño en fracciones*/
.tablet-1-3,
.grupo .caja.tablet-1-3 {
width: 33.3333333333%; }
.tablet-2-3,
.grupo .caja.tablet-2-3 {
width: 66.6666666667%; }
.tablet-3-3,
.grupo .caja.tablet-3-3 {
width: 100%; }
.tablet-1-6,
.grupo .caja.tablet-1-6 {
width: 16.6666666667%; }
.tablet-2-6,
.grupo .caja.tablet-2-6 {
width: 33.3333333333%; }
.tablet-3-6,
.grupo .caja.tablet-3-6 {
width: 50%; }
.tablet-4-6,
.grupo .caja.tablet-4-6 {
width: 66.6666666667%; }
.tablet-5-6,
.grupo .caja.tablet-5-6 {
width: 83.3333333333%; }
.tablet-6-6,
.grupo .caja.tablet-6-6 {
width: 100%; }
.tablet-1-8,
.grupo .caja.tablet-1-8 {
width: 12.5%; }
.tablet-2-8,
.grupo .caja.tablet-2-8 {
width: 25%; }
.tablet-3-8,
.grupo .caja.tablet-3-8 {
width: 37.5%; }
.tablet-4-8,
.grupo .caja.tablet-4-8 {
width: 50%; }
.tablet-5-8,
.grupo .caja.tablet-5-8 {
width: 62.5%; }
.tablet-6-8,
.grupo .caja.tablet-6-8 {
width: 75%; }
.tablet-7-8,
.grupo .caja.tablet-7-8 {
width: 87.5%; }
.tablet-8-8,
.grupo .caja.tablet-8-8 {
width: 100%; } }
/*tablet-h: A partir de 1024px*/
@media all and (min-width: 1024px) {
/*Tamaños en porcentajes*/
.tablet-h-5,
.grupo .caja.tablet-h-5 {
width: 5%; }
.tablet-h-10,
.grupo .caja.tablet-h-10 {
width: 10%; }
.tablet-h-15,
.grupo .caja.tablet-h-15 {
width: 15%; }
.tablet-h-20,
.grupo .caja.tablet-h-20 {
width: 20%; }
.tablet-h-25,
.grupo .caja.tablet-h-25 {
width: 25%; }
.tablet-h-30,
.grupo .caja.tablet-h-30 {
width: 30%; }
.tablet-h-35,
.grupo .caja.tablet-h-35 {
width: 35%; }
.tablet-h-40,
.grupo .caja.tablet-h-40 {
width: 40%; }
.tablet-h-45,
.grupo .caja.tablet-h-45 {
width: 45%; }
.tablet-h-50,
.grupo .caja.tablet-h-50 {
width: 50%; }
.tablet-h-55,
.grupo .caja.tablet-h-55 {
width: 55%; }
.tablet-h-60,
.grupo .caja.tablet-h-60 {
width: 60%; }
.tablet-h-65,
.grupo .caja.tablet-h-65 {
width: 65%; }
.tablet-h-70,
.grupo .caja.tablet-h-70 {
width: 70%; }
.tablet-h-75,
.grupo .caja.tablet-h-75 {
width: 75%; }
.tablet-h-80,
.grupo .caja.tablet-h-80 {
width: 80%; }
.tablet-h-85,
.grupo .caja.tablet-h-85 {
width: 85%; }
.tablet-h-90,
.grupo .caja.tablet-h-90 {
width: 90%; }
.tablet-h-95,
.grupo .caja.tablet-h-95 {
width: 95%; }
.tablet-h-100,
.grupo .caja.tablet-h-100 {
width: 100%; }
/*Tamaño en fracciones*/
.tablet-h-1-3,
.grupo .caja.tablet-h-1-3 {
width: 33.3333333333%; }
.tablet-h-2-3,
.grupo .caja.tablet-h-2-3 {
width: 66.6666666667%; }
.tablet-h-3-3,
.grupo .caja.tablet-h-3-3 {
width: 100%; }
.tablet-h-1-6,
.grupo .caja.tablet-h-1-6 {
width: 16.6666666667%; }
.tablet-h-2-6,
.grupo .caja.tablet-h-2-6 {
width: 33.3333333333%; }
.tablet-h-3-6,
.grupo .caja.tablet-h-3-6 {
width: 50%; }
.tablet-h-4-6,
.grupo .caja.tablet-h-4-6 {
width: 66.6666666667%; }
.tablet-h-5-6,
.grupo .caja.tablet-h-5-6 {
width: 83.3333333333%; }
.tablet-h-6-6,
.grupo .caja.tablet-h-6-6 {
width: 100%; }
.tablet-h-1-8,
.grupo .caja.tablet-h-1-8 {
width: 12.5%; }
.tablet-h-2-8,
.grupo .caja.tablet-h-2-8 {
width: 25%; }
.tablet-h-3-8,
.grupo .caja.tablet-h-3-8 {
width: 37.5%; }
.tablet-h-4-8,
.grupo .caja.tablet-h-4-8 {
width: 50%; }
.tablet-h-5-8,
.grupo .caja.tablet-h-5-8 {
width: 62.5%; }
.tablet-h-6-8,
.grupo .caja.tablet-h-6-8 {
width: 75%; }
.tablet-h-7-8,
.grupo .caja.tablet-h-7-8 {
width: 87.5%; }
.tablet-h-8-8,
.grupo .caja.tablet-h-8-8 {
width: 100%; } }
/*web: A partir de 1025px*/
@media all and (min-width: 1025px) {
/*Tamaños en porcentajes*/
.web-5,
.grupo .caja.web-5 {
width: 5%; }
.web-10,
.grupo .caja.web-10 {
width: 10%; }
.web-15,
.grupo .caja.web-15 {
width: 15%; }
.web-20,
.grupo .caja.web-20 {
width: 20%; }
.web-25,
.grupo .caja.web-25 {
width: 25%; }
.web-30,
.grupo .caja.web-30 {
width: 30%; }
.web-35,
.grupo .caja.web-35 {
width: 35%; }
.web-40,
.grupo .caja.web-40 {
width: 40%; }
.web-45,
.grupo .caja.web-45 {
width: 45%; }
.web-50,
.grupo .caja.web-50 {
width: 50%; }
.web-55,
.grupo .caja.web-55 {
width: 55%; }
.web-60,
.grupo .caja.web-60 {
width: 60%; }
.web-65,
.grupo .caja.web-65 {
width: 65%; }
.web-70,
.grupo .caja.web-70 {
width: 70%; }
.web-75,
.grupo .caja.web-75 {
width: 75%; }
.web-80,
.grupo .caja.web-80 {
width: 80%; }
.web-85,
.grupo .caja.web-85 {
width: 85%; }
.web-90,
.grupo .caja.web-90 {
width: 90%; }
.web-95,
.grupo .caja.web-95 {
width: 95%; }
.web-100,
.grupo .caja.web-100 {
width: 100%; }
/*Tamaño en fracciones*/
.web-1-3,
.grupo .caja.web-1-3 {
width: 33.3333333333%; }
.web-2-3,
.grupo .caja.web-2-3 {
width: 66.6666666667%; }
.web-3-3,
.grupo .caja.web-3-3 {
width: 100%; }
.web-1-6,
.grupo .caja.web-1-6 {
width: 16.6666666667%; }
.web-2-6,
.grupo .caja.web-2-6 {
width: 33.3333333333%; }
.web-3-6,
.grupo .caja.web-3-6 {
width: 50%; }
.web-4-6,
.grupo .caja.web-4-6 {
width: 66.6666666667%; }
.web-5-6,
.grupo .caja.web-5-6 {
width: 83.3333333333%; }
.web-6-6,
.grupo .caja.web-6-6 {
width: 100%; }
.web-1-8,
.grupo .caja.web-1-8 {
width: 12.5%; }
.web-2-8,
.grupo .caja.web-2-8 {
width: 25%; }
.web-3-8,
.grupo .caja.web-3-8 {
width: 37.5%; }
.web-4-8,
.grupo .caja.web-4-8 {
width: 50%; }
.web-5-8,
.grupo .caja.web-5-8 {
width: 62.5%; }
.web-6-8,
.grupo .caja.web-6-8 {
width: 75%; }
.web-7-8,
.grupo .caja.web-7-8 {
width: 87.5%; }
.web-8-8,
.grupo .caja.web-8-8 {
width: 100%; } }
/*hd: A partir de 1400px*/
@media all and (min-width: 1400px) {
/*Tamaños en porcentajes*/
.hd-5,
.grupo .caja.hd-5 {
width: 5%; }
.hd-10,
.grupo .caja.hd-10 {
width: 10%; }
.hd-15,
.grupo .caja.hd-15 {
width: 15%; }
.hd-20,
.grupo .caja.hd-20 {
width: 20%; }
.hd-25,
.grupo .caja.hd-25 {
width: 25%; }
.hd-30,
.grupo .caja.hd-30 {
width: 30%; }
.hd-35,
.grupo .caja.hd-35 {
width: 35%; }
.hd-40,
.grupo .caja.hd-40 {
width: 40%; }
.hd-45,
.grupo .caja.hd-45 {
width: 45%; }
.hd-50,
.grupo .caja.hd-50 {
width: 50%; }
.hd-55,
.grupo .caja.hd-55 {
width: 55%; }
.hd-60,
.grupo .caja.hd-60 {
width: 60%; }
.hd-65,
.grupo .caja.hd-65 {
width: 65%; }
.hd-70,
.grupo .caja.hd-70 {
width: 70%; }
.hd-75,
.grupo .caja.hd-75 {
width: 75%; }
.hd-80,
.grupo .caja.hd-80 {
width: 80%; }
.hd-85,
.grupo .caja.hd-85 {
width: 85%; }
.hd-90,
.grupo .caja.hd-90 {
width: 90%; }
.hd-95,
.grupo .caja.hd-95 {
width: 95%; }
.hd-100,
.grupo .caja.hd-100 {
width: 100%; }
/*Tamaño en fracciones*/
.hd-1-3,
.grupo .caja.hd-1-3 {
width: 33.3333333333%; }
.hd-2-3,
.grupo .caja.hd-2-3 {
width: 66.6666666667%; }
.hd-3-3,
.grupo .caja.hd-3-3 {
width: 100%; }
.hd-1-6,
.grupo .caja.hd-1-6 {
width: 16.6666666667%; }
.hd-2-6,
.grupo .caja.hd-2-6 {
width: 33.3333333333%; }
.hd-3-6,
.grupo .caja.hd-3-6 {
width: 50%; }
.hd-4-6,
.grupo .caja.hd-4-6 {
width: 66.6666666667%; }
.hd-5-6,
.grupo .caja.hd-5-6 {
width: 83.3333333333%; }
.hd-6-6,
.grupo .caja.hd-6-6 {
width: 100%; }
.hd-1-8,
.grupo .caja.hd-1-8 {
width: 12.5%; }
.hd-2-8,
.grupo .caja.hd-2-8 {
width: 25%; }
.hd-3-8,
.grupo .caja.hd-3-8 {
width: 37.5%; }
.hd-4-8,
.grupo .caja.hd-4-8 {
width: 50%; }
.hd-5-8,
.grupo .caja.hd-5-8 {
width: 62.5%; }
.hd-6-8,
.grupo .caja.hd-6-8 {
width: 75%; }
.hd-7-8,
.grupo .caja.hd-7-8 {
width: 87.5%; }
.hd-8-8,
.grupo .caja.hd-8-8 {
width: 100%; } }
@media all and (min-width: 320px) {
.grupo.base-tabla {
display: table; }
.grupo.base-tabla > .caja {
float: none;
display: table-cell; }
.grupo.base-tabla.medio > .caja {
vertical-align: middle; }
.grupo.base-tabla.arriba > .caja {
vertical-align: top; }
.grupo.base-tabla.abajo > .caja {
vertical-align: bottom; } }
@media all and (min-width: 480px) {
.grupo.movil-tabla {
display: table; }
.grupo.movil-tabla > .caja {
float: none;
display: table-cell; }
.grupo.movil-tabla.medio > .caja {
vertical-align: middle; }
.grupo.movil-tabla.arriba > .caja {
vertical-align: top; }
.grupo.movil-tabla.abajo > .caja {
vertical-align: bottom; } }
@media all and (min-width: 640px) {
.grupo.movil-h-tabla {
display: table; }
.grupo.movil-h-tabla > .caja {
float: none;
display: table-cell; }
.grupo.movil-h-tabla.medio > .caja {
vertical-align: middle; }
.grupo.movil-h-tabla.arriba > .caja {
vertical-align: top; }
.grupo.movil-h-tabla.abajo > .caja {
vertical-align: bottom; } }
@media all and (min-width: 768px) {
.grupo.tablet-tabla {
display: table; }
.grupo.tablet-tabla > .caja {
float: none;
display: table-cell; }
.grupo.tablet-tabla.medio > .caja {
vertical-align: middle; }
.grupo.tablet-tabla.arriba > .caja {
vertical-align: top; }
.grupo.tablet-tabla.abajo > .caja {
vertical-align: bottom; } }
@media all and (min-width: 1024px) {
.grupo.tablet-h-tabla {
display: table; }
.grupo.tablet-h-tabla > .caja {
float: none;
display: table-cell; }
.grupo.tablet-h-tabla.medio > .caja {
vertical-align: middle; }
.grupo.tablet-h-tabla.arriba > .caja {
vertical-align: top; }
.grupo.tablet-h-tabla.abajo > .caja {
vertical-align: bottom; } }
@media all and (min-width: 1025px) {
.grupo.web-tabla {
display: table; }
.grupo.web-tabla > .caja {
float: none;
display: table-cell; }
.grupo.web-tabla.medio > .caja {
vertical-align: middle; }
.grupo.web-tabla.arriba > .caja {
vertical-align: top; }
.grupo.web-tabla.abajo > .caja {
vertical-align: bottom; } }
@media all and (min-width: 1400px) {
.grupo.hd-tabla {
display: table; }
.grupo.hd-tabla > .caja {
float: none;
display: table-cell; }
.grupo.hd-tabla.medio > .caja {
vertical-align: middle; }
.grupo.hd-tabla.arriba > .caja {
vertical-align: top; }
.grupo.hd-tabla.abajo > .caja {
vertical-align: bottom; } }
.caja.medio {
vertical-align: middle; }
.caja.arriba {
vertical-align: top; }
.caja.abajo {
vertical-align: bottom; }
/* ESTILOS PARA DESARROLLO
========================
Añada la clase "desarrollo"
a body para tener ayudas al trabajar con ED GRID
*/
body.desarrollo {
padding: 0 !important;
margin: 0 !important; }
body.desarrollo:before {
background: steelblue;
/*Azul Escuela Digital*/
color: #fff;
font-family: sans-serif;
font-size: 18px;
font-weight: bold;
line-height: 36px;
text-align: center;
display: block;
height: 36px;
margin-bottom: 30px;
position: relative;
z-index: 900; }
body.desarrollo .grupo {
padding-top: 22px;
margin-bottom: 10px;
outline: 1px solid tomato; }
body.desarrollo .grupo .caja {
position: relative;
padding-bottom: 22px; }
body.desarrollo .grupo .caja:nth-child(even) {
background: rgba(70, 130, 180, 0.2); }
body.desarrollo .grupo .grupo {
margin-bottom: 0; }
.desarrollo .grupo .caja:after,
.desarrollo .grupo:before {
content: attr(class);
font-style: italic;
font-size: 12px;
font-weight: normal;
padding: 0 5px;
z-index: 1;
bottom: 0;
right: 0;
position: absolute;
display: table;
width: 100%;
height: 22px;
line-height: 22px; }
.desarrollo .grupo:before {
background: rgba(255, 99, 71, 0.3);
color: tomato;
top: 0;
left: 0;
width: 100%; }
.desarrollo .caja:after {
background: rgba(70, 130, 180, 0.2);
color: steelblue; }
.desarrollo .caja.total:after {
background: rgba(27, 50, 70, 0.3); }
body.desarrollo:before {
content: "ED-GRID: Tamaño base"; }
@media screen and (min-width: 320px) {
body.desarrollo:before {
content: "ED-GRID: Tamaño base, desde 320px"; } }
@media screen and (min-width: 480px) {
body.desarrollo:before {
content: "ED-GRID: Tamaño movil, desde 480px"; } }
@media screen and (min-width: 640px) {
body.desarrollo:before {
content: "ED-GRID: Tamaño movil-h, desde 640px"; } }
@media screen and (min-width: 768px) {
body.desarrollo:before {
content: "ED-GRID: Tamaño tablet, desde 768px"; } }
@media screen and (min-width: 1024px) {
body.desarrollo:before {
content: "ED-GRID: Tamaño tablet-h, desde 1024px"; } }
@media screen and (min-width: 1025px) {
body.desarrollo:before {
content: "ED-GRID: Tamaño web, desde 1025px"; } }
@media screen and (min-width: 1400px) {
body.desarrollo:before {
content: "ED-GRID: Tamaño hd, desde 1400px"; } }
.grupo.demostrar {
outline: 1px solid tomato;
margin: 1em auto; }
.grupo.demostrar > .caja {
background: #eee;
box-shadow: 0 0 0 1px steelblue;
padding-top: 1em;
padding-bottom: 1em; }
.grupo.demostrar > .caja p {
margin-bottom: 0; }
.grupo.demostrar > .caja:nth-child(odd) {
background: #ddd; }
.grupo.demostrar > .caja.total {
background: #fff; }
@media screen and (max-width: 319px) {
.desde-base {
display: none !important; } }
@media screen and (max-width: 479px) {
.desde-movil {
display: none !important; } }
@media screen and (max-width: 639px) {
.desde-movil-h {
display: none !important; } }
@media screen and (max-width: 767px) {
.desde-tablet {
display: none !important; } }
@media screen and (max-width: 1023px) {
.desde-tablet-h {
display: none !important; } }
@media screen and (max-width: 1024px) {
.desde-web {
display: none !important; } }
@media screen and (max-width: 1399px) {
.desde-hd {
display: none !important; } }
@media screen and (min-width: 320px) {
.hasta-base {
display: none !important; } }
@media screen and (min-width: 480px) {
.hasta-movil {
display: none !important; } }
@media screen and (min-width: 640px) {
.hasta-movil-h {
display: none !important; } }
@media screen and (min-width: 768px) {
.hasta-tablet {
display: none !important; } }
@media screen and (min-width: 1024px) {
.hasta-tablet-h {
display: none !important; } }
@media screen and (min-width: 1025px) {
.hasta-web {
display: none !important; } }
@media screen and (min-width: 1400px) {
.hasta-hd {
display: none !important; } }
/*
ESTILOS DE LAYOUT
==================
*/
.centro, .centrar {
display: block;
clear: both;
float: none !important;
margin-right: auto !important;
margin-left: auto !important; }
.left, .izquierda {
float: left; }
.right, .derecha {
float: right; }
.total {
width: 100%;
clear: both; }
.centrar-texto,
.centrar-contenido,
.centro-contenido {
text-align: center; }
.izquierda-texto,
.izquierda-contenido {
text-align: left; }
.derecha-texto,
.derecha-contenido {
text-align: right; }
.circulo {
border-radius: 50%; }
.limpiar:before, .limpiar:after {
content: "";
display: table;
width: 100%;
clear: both; }
/* NO PADDING
===========
class="no-padding" al grupo, le da padding cero a todas sus cajas.
class="no-padding" a la caja le da padding cero solo a ella
*/
.no-padding.grupo > .caja,
.caja.no-padding {
padding-left: 0 !important;
padding-right: 0 !important; }
/* Controlar el padding*/
.padding {
padding-left: 15px;
padding-right: 15px; }
.padding-2 {
padding-left: 30px;
padding-right: 30px; }
.padding-3 {
padding-left: 45px;
padding-right: 45px; }
[class^="icon-"]:before,
[class*=" icon-"]:before {
position: relative;
top: .15em;
display: inline-block; }
.espacio:before {
margin-right: .3em; }
.ed-video {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative; }
.ed-video > iframe,
.ed-video > object,
.ed-video > video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
@font-face {
font-family: "ed-grid";
src: url("../fonts/ed-grid.eot");
src: url("../fonts/ed-grid.eot?#iefix") format("embedded-opentype"), url("../fonts/ed-grid.woff") format("woff"), url("../fonts/ed-grid.ttf") format("truetype"), url("../fonts/ed-grid.svg#ed-grid") format("svg");
font-weight: normal;
font-style: normal; }
[data-icon]:before {
font-family: "ed-grid" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
[class^="icon-"]:before,
[class*=" icon-"]:before {
font-family: "ed-grid" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
display: inline-block;
position: relative;
top: .15em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.espacio:before {
margin-right: .3em; }
.icon-youtube:before {
content: "a"; }
.icon-twitter:before {
content: "b"; }
.icon-facebook:before {
content: "c"; }
.icon-linkedin:before {
content: "d"; }
.icon-pinterest:before {
content: "e"; }
.icon-instagram:before {
content: "f"; }
.icon-rss:before {
content: "g"; }
.icon-github:before {
content: "h"; }
.icon-izquierda:before {
content: "i"; }
.icon-derecha:before {
content: "j"; }
.icon-arriba:before {
content: "k"; }
.icon-abajo:before {
content: "l"; }
.icon-triangulo-izquierda:before {
content: "m"; }
.icon-triangulo-derecha:before {
content: "n"; }
.icon-triangulo-arriba:before {
content: "p"; }
.icon-aceptar:before {
content: "q"; }
.icon-triangulo-abajo:before {
content: "o"; }
.icon-telefono:before {
content: "r"; }
.icon-android:before {
content: "s"; }
.icon-apple:before {
content: "t"; }
.icon-bitcoin:before {
content: "u"; }
.icon-fecha:before {
content: "v"; }
.icon-camara:before {
content: "w"; }
.icon-tarjeta:before {
content: "x"; }
.icon-pin:before {
content: "y"; }
.icon-cerrar:before {
content: "z"; }
.icon-whatsapp:before {
content: "A"; }
.icon-vimeo:before {
content: "B"; }
.icon-menu:before {
content: "C"; }
.icon-menu-secundario:before {
content: "D"; }
.icon-correo:before {
content: "E"; }
.icon-ed:before {
content: "F"; }
.icon-google-plus:before {
content: "G"; }
.icon-carrito:before {
content: "H"; }
.icon-usuario:before {
content: "I"; }
.icon-enlace:before {
content: "J"; }
.icon-portafolio:before {
content: "K"; }
.icon-mastercard:before {
content: "L"; }
.icon-paypal:before {
content: "M"; }
.icon-visa:before {
content: "N"; }
.icon-buscar:before {
content: "O"; }
body {
background: #fff;
font-family: "Open Sans", sans-serif;
color: #333; }
a {
color: initial; }
p, blockquote, li {
font-size: 1em;
line-height: 1.5; }
p {
margin: 0 0 1em 0; }
p:last-child, p:only-child {
margin: 0; }
h1, h2, h3, h4, h5, h6 {
font-family: "Open Sans", sans-serif;
font-weight: 700;
text-transform: normal;
color: #222; }
h1 {
font-size: 2em;
line-height: 1.2; }
h2 {
font-size: 1.6em; }
h3 {
font-size: 1.3em; }
h4 {
font-size: 1em; }
h5 {
font-size: 0.9em; }
h6 {
font-size: 0.8em; }
header .arriba {
margin: 40px 0; }
header #box--login {
background-color: #ec2a8c;
overflow: hidden;
padding: 2em; }
header #box--login h1 {
color: #fff;
font-weight: 400;
font-style: italic;
font-size: 1.4em;
margin: 0; }
header #box--login form#login {
width: 100%;
height: auto;
margin-top: 1em; }
header #box--login form#login label {
width: 100%;
float: left;
color: #fff;
margin: 0.4em 0;
font-size: 0.9em; }
header #box--login form#login input[type="text"], header #box--login form#login input[type="password"] {
padding: 6px;
float: left;
font-size: 0.8em;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 2px solid #9B1F5D; }
@media screen and (min-width: 320px) {
header #box--login form#login input[type="text"], header #box--login form#login input[type="password"] {
width: 100%;
padding: 8px;
font-size: 0.9em; } }
@media screen and (min-width: 1025px) {
header #box--login form#login input[type="text"], header #box--login form#login input[type="password"] {
width: 60%; } }
header #box--login form#login button[type="submit"] {
width: 60%;
padding: 6px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 2px solid #8b0253;
margin-top: 1em;
background-color: #b8006d;
color: #fff;
transition: all .3s; }
@media screen and (min-width: 320px) {
header #box--login form#login button[type="submit"] {
width: 100%;
padding: 10px;
font-size: 1em;
text-transform: uppercase; } }
@media screen and (min-width: 1025px) {
header #box--login form#login button[type="submit"] {
width: 60%;
padding: 6px; } }
header #box--login form#login button[type="submit"]:hover {
background-color: #8b0253; }
header #box--login form#login button.recuperar {
text-align: right;
color: #fff;
border: none;
background: none;
padding: 0;
text-decoration: underline;
font-weight: 400;
font-style: italic;
font-size: 0.8em;
margin-top: 0.8em; }
header #box--login form#login button.recuperar:hover {
background: none;
text-decoration: none; }
header #box--blue {
height: 235px;
background-color: #02aeef;
margin-top: 30px;
margin-bottom: 30px;
position: relative; }
@media screen and (min-width: 640px) {
header #box--blue {
height: 315px; } }
@media screen and (min-width: 768px) {
header #box--blue {
height: 435px; } }
header #box--blue #royalito {
width: 58%;
position: relative; }
header #box--blue #royalito img.topR {
margin-top: 20px; }
@media screen and (min-width: 768px) {
header #box--blue #royalito img.topR {
margin-top: 80px; } }
header #box--blue #linea_texto {
position: absolute;
top: 110px;
right: 0px;
width: 50%; }
@media screen and (min-width: 768px) {
header #box--blue #linea_texto {
top: 170px;
right: 30px; } }
header #box--blue #linea_texto h2 {
font-size: 0.8em;
color: #fff;
font-weight: 600;
padding: 0.6em;
margin-bottom: 2px;
position: absolute;
top: -90px;
right: 0;
text-align: center; }
@media screen and (min-width: 480px) {
header #box--blue #linea_texto h2 {
top: -70px; } }
@media screen and (min-width: 640px) {
header #box--blue #linea_texto h2 {
font-size: 1.1em; } }
@media screen and (min-width: 768px) {
header #box--blue #linea_texto h2 {
font-size: 1.2em;
top: -110px; } }
header #box--check {
overflow: hidden;
padding: 2em;
position: relative; }
header #box--check #royalito-check {
position: relative;
width: 90%;
text-align: center; }
header #box--check #base--globo {
width: 45%;
position: absolute;
top: 170px;
right: 0; }
header #box--check p.garabatos {
position: absolute;
color: #706F6F; }
@media screen and (min-width: 768px) {
header #box--check p.garabatos {
top: 7.5em;
right: -11px;
font-size: 1.2em; } }
@media screen and (min-width: 1025px) {
header #box--check p.garabatos {
top: 4.5em;
right: 0;
font-size: 1.8em; } }
header #box--check p.recuperar {
position: absolute;
color: #706F6F;
top: 7.5em;
right: 0px;
font-size: 1.2em;
font-weight: 700;
text-transform: uppercase; }
header #box--check #check-verde {
position: absolute; }
@media screen and (min-width: 768px) {
header #box--check #check-verde {
right: 40px;
top: 100px; } }
@media screen and (min-width: 1025px) {
header #box--check #check-verde {
right: 60px; } }
@media screen and (min-width: 768px) {
header #alerta {
margin-top: 21em; } }
@media screen and (min-width: 1025px) {
header #alerta {
margin-top: 28em; } }
header #alerta h1 {
color: #706f6f; }
header #alerta p.alarm {
color: #3f3f3f;
padding: 1.5em;
background-color: rgba(199, 7, 34, 0.4);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; }
header #alerta p.alarm a {
color: #a10303; }
header #alerta p.normal-text {
font-weight: 700;
color: #706f6f;
text-transform: uppercase;
font-size: 0.85em; }
header #alerta form#rec-contra {
background-color: #02aeef;
padding: 1.5em; }
header #alerta form#rec-contra input[type="text"] {
padding: 5px;
font-size: 0.9em;
width: 100%; }
header #alerta form#rec-contra button[type="submit"] {
background-color: #040452;
color: #fff;
border: none;
padding: 6px 8px;
transition: all .3s;
margin-top: 0.5em; }
header #alerta form#rec-contra button[type="submit"]:hover {
background-color: #02599c; }
header a.ir-encuesta {
padding: 8px 12px;
background-color: #02aeef;
text-align: center;
color: #fff;
text-transform: uppercase;
text-decoration: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-top: 1.5em;
float: left; }
header #box--naranja form#registrate {
text-align: right;
padding: 0.5em 0.5em 0.5em 0.5em; }
@media screen and (min-width: 320px) {
header #box--naranja form#registrate {
background-color: none; } }
@media screen and (min-width: 1025px) {
header #box--naranja form#registrate {
background-color: #f47d34; } }
header #box--naranja form#registrate button[type="submit"] {
background-color: #a14004;
padding: 6px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 2px solid #843403;
color: #fff;
text-transform: uppercase;
text-align: center;
transition: all .3s; }
header #box--naranja form#registrate button[type="submit"]:hover {
background-color: #843403; }
@media screen and (min-width: 768px) {
header #box--naranja form#registrate button[type="submit"] {
width: 30%;
padding: 1em; } }
@media screen and (min-width: 1025px) {
header #box--naranja form#registrate button[type="submit"] {
width: 100%; } }
#content h4 {
color: #040452;
font-size: 1.8em;
margin: 0 1em 0 0;
float: left;
line-height: 2; }
#content .foo {
border: 2px solid #90c03d;
float: left; }
#content .limit {
width: 60px;
height: 60px; }
#content form#perfil {
width: 100%;
height: auto;
margin-top: 2em;
float: left; }
#content form#perfil fieldset {
width: 100%;
position: relative;
padding: 1.8em 0.1em; }
#content form#perfil fieldset h1 {
margin: 0;
top: -16px;
position: absolute;
color: #040452;
background: #fff;
font-size: 1.4em;
left: 15px; }
#content form#perfil fieldset label {
padding: 0.8em 0;
color: #010673;
float: left; }
#content form#perfil fieldset input[type="text"] {
width: 100%;
padding: 4px;
font-size: 0.8em; }
#content form#perfil fieldset select.sel {
width: 100%; }
#content form#perfil fieldset.Cacceso {
margin-top: 2.5em; }
#content form#perfil fieldset.Cacceso textarea {
width: 100%;
height: 170px;
resize: none;
padding: 8px;
font-size: 0.8em; }
#content form#perfil button[type="submit"] {
background-color: #02599c;
color: #fff;
padding: 5px 16px;
border: none;
margin-top: 1em;
transition: all .3s; }
#content form#perfil button[type="submit"]:hover {
background-color: #040452; }
#content form#contact {
position: relative;
width: 100%; }
#content form#contact h2 {
color: #040452;
font-size: 1.8em;
position: absolute;
top: -22px;
background-color: #fff;
font-weight: 700; }
#content form#contact label {
width: 100%;
padding: 0.8em 0px;
color: #010673;
float: left; }
#content form#contact input[type="text"] {
width: 100%;
padding: 5px;
font-size: 0.9em; }
#content form#contact textarea {
width: 100%;
height: 190px;
padding: 5px;
font-size: 0.9em; }
#content form#contact button[type="submit"] {
width: 15%;
background-color: #02599C;
color: #FFF;
padding: 5px 16px;
border: medium none;
margin-top: 1em;
transition: all 0.3s ease 0s; }
#content form#contact button[type="submit"]:hover {
background-color: #040452; }
section #preguntas {
background-color: #fff;
padding: 0 15px 15px 15px; }
section #preguntas form#encuesta article.color1, section #preguntas form#encuesta article.color2, section #preguntas form#encuesta article.color3, section #preguntas form#encuesta article.color4, section #preguntas form#encuesta article.color5 {
padding: 1em;
overflow: hidden;
margin-bottom: 1em; }
section #preguntas form#encuesta article.color1 p, section #preguntas form#encuesta article.color2 p, section #preguntas form#encuesta article.color3 p, section #preguntas form#encuesta article.color4 p, section #preguntas form#encuesta article.color5 p {
color: #fff;
font-weight: 700;
text-align: left;
font-size: 1.2em; }
section #preguntas form#encuesta article.color1 p span, section #preguntas form#encuesta article.color2 p span, section #preguntas form#encuesta article.color3 p span, section #preguntas form#encuesta article.color4 p span, section #preguntas form#encuesta article.color5 p span {
margin-right: 0.5em; }
section #preguntas form#encuesta article.color1 input[type="radio"], section #preguntas form#encuesta article.color2 input[type="radio"], section #preguntas form#encuesta article.color3 input[type="radio"], section #preguntas form#encuesta article.color4 input[type="radio"], section #preguntas form#encuesta article.color5 input[type="radio"] {
margin-right: 2em; }
section #preguntas form#encuesta article.color1 a.btn--enc, section #preguntas form#encuesta article.color2 a.btn--enc, section #preguntas form#encuesta article.color3 a.btn--enc, section #preguntas form#encuesta article.color4 a.btn--enc, section #preguntas form#encuesta article.color5 a.btn--enc {
color: #fff;
padding: 8px 8px;
text-align: center;
font-weight: 700;
background-color: #040452;
display: block;
margin-bottom: 1em;
font-size: 0.9em;
text-decoration: none;
position: relative; }
@media screen and (min-width: 320px) {
section #preguntas form#encuesta article.color1 a.btn--enc, section #preguntas form#encuesta article.color2 a.btn--enc, section #preguntas form#encuesta article.color3 a.btn--enc, section #preguntas form#encuesta article.color4 a.btn--enc, section #preguntas form#encuesta article.color5 a.btn--enc {
width: 30%; } }
@media screen and (min-width: 768px) {
section #preguntas form#encuesta article.color1 a.btn--enc, section #preguntas form#encuesta article.color2 a.btn--enc, section #preguntas form#encuesta article.color3 a.btn--enc, section #preguntas form#encuesta article.color4 a.btn--enc, section #preguntas form#encuesta article.color5 a.btn--enc {
width: 10%; } }
section #preguntas form#encuesta article.color1 #palomita, section #preguntas form#encuesta article.color2 #palomita, section #preguntas form#encuesta article.color3 #palomita, section #preguntas form#encuesta article.color4 #palomita, section #preguntas form#encuesta article.color5 #palomita {
position: absolute;
top: 5px; }
@media screen and (min-width: 480px) {
section #preguntas form#encuesta article.color1 #palomita, section #preguntas form#encuesta article.color2 #palomita, section #preguntas form#encuesta article.color3 #palomita, section #preguntas form#encuesta article.color4 #palomita, section #preguntas form#encuesta article.color5 #palomita {
left: 80px;
width: 25%; } }
@media screen and (min-width: 640px) {
section #preguntas form#encuesta article.color1 #palomita, section #preguntas form#encuesta article.color2 #palomita, section #preguntas form#encuesta article.color3 #palomita, section #preguntas form#encuesta article.color4 #palomita, section #preguntas form#encuesta article.color5 #palomita {
left: 90px;
width: 35%; } }
@includem desde (tablet) {
section #preguntas form#encuesta article.color1 #palomita, section #preguntas form#encuesta article.color2 #palomita, section #preguntas form#encuesta article.color3 #palomita, section #preguntas form#encuesta article.color4 #palomita, section #preguntas form#encuesta article.color5 #palomita {
left: 80px;
width: 35%; } }
@media screen and (min-width: 1024px) {
section #preguntas form#encuesta article.color1 #palomita, section #preguntas form#encuesta article.color2 #palomita, section #preguntas form#encuesta article.color3 #palomita, section #preguntas form#encuesta article.color4 #palomita, section #preguntas form#encuesta article.color5 #palomita {
left: 110px; } }
@media screen and (min-width: 1025px) {
section #preguntas form#encuesta article.color1 #palomita, section #preguntas form#encuesta article.color2 #palomita, section #preguntas form#encuesta article.color3 #palomita, section #preguntas form#encuesta article.color4 #palomita, section #preguntas form#encuesta article.color5 #palomita {
left: 110px; } }
section #preguntas form#encuesta article.color1 {
background-color: #90c03d; }
section #preguntas form#encuesta article.color2 {
background-color: #ec2a8c; }
section #preguntas form#encuesta article.color3 {
background-color: #02aeef; }
section #preguntas form#encuesta article.color4 {
background-color: #f47d34; }
section #preguntas form#encuesta article.color5 {
background-color: #40ad48; }
section #preguntas form#encuesta button[type="submit"] {
padding: 5px 12px;
color: #fff;
border: none;
background-color: #040452; }
section #preguntas form#encuesta button[type="submit"]:hover {
background-color: #02599c; }
@media screen and (min-width: 768px) {
section #preguntas form#encuesta button[type="submit"] {
margin: 1em;
width: 30%;
padding: 1em 1.3em; } }
#anchor-tag {
width: 100%; }
@media screen and (min-width: 320px) {
#anchor-tag:before, #anchor-tag:after {
clear: both;
content: " ";
display: table;
width: 100%; }
#anchor-tag > item--galeria, #anchor-tag > .item--galeria {
float: left;
width: 23.5%;
margin-right: 2%;
margin-bottom: 2%; }
#anchor-tag > item--galeria:nth-child(4n), #anchor-tag > .item--galeria:nth-child(4n) {
margin-right: 0;
clear: right; }
#anchor-tag > item--galeria:nth-child(4n+1), #anchor-tag > .item--galeria:nth-child(4n+1) {
clear: left; } }
@media screen and (min-width: 768px) {
#anchor-tag:before, #anchor-tag:after {
clear: both;
content: " ";
display: table;
width: 100%; }
#anchor-tag > item--galeria, #anchor-tag > .item--galeria {
float: left;
width: 23.5%;
margin-right: 2%;
margin-bottom: 2%; }
#anchor-tag > item--galeria:nth-child(4n), #anchor-tag > .item--galeria:nth-child(4n) {
margin-right: 0;
clear: right; }
#anchor-tag > item--galeria:nth-child(4n+1), #anchor-tag > .item--galeria:nth-child(4n+1) {
clear: left; } }
@media screen and (min-width: 1025px) {
#anchor-tag:before, #anchor-tag:after {
clear: both;
content: " ";
display: table;
width: 100%; }
#anchor-tag > item--galeria, #anchor-tag > .item--galeria {
float: left;
width: 24.25%;
margin-right: 1%;
margin-bottom: 1%; }
#anchor-tag > item--galeria:nth-child(4n), #anchor-tag > .item--galeria:nth-child(4n) {
margin-right: 0;
clear: right; }
#anchor-tag > item--galeria:nth-child(4n+1), #anchor-tag > .item--galeria:nth-child(4n+1) {
clear: left; } }
header #menu {
width: 100%;
height: auto; }
@media screen and (min-width: 768px) {
header #menu {
margin-top: 1.2em; } }
header #menu ul {
margin: 0;
padding: 0;
list-style: none;
text-align: right; }
header #menu ul li {
display: inline-block;
text-align: right;
border-right: 1px solid #706f6f;
padding: 0 1em; }
header #menu ul li:last-child {
border-right: none; }
header #menu ul li a {
color: #706f6f;
text-decoration: none; }
header #menu ul li a:hover {
color: #808080; }
section {
background: #fff; }
section nav.navegacion {
width: 100%;
height: auto;
overflow: hidden;
padding-bottom: 1.8em; }
section nav.navegacion ul {
margin: 0;
padding: 0;
list-style: none; }
section nav.navegacion ul li {
display: inline-block;
line-height: 0; }
@media screen and (min-width: 320px) {
section nav.navegacion ul li {
width: 50%;
float: left;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff; }
section nav.navegacion ul li:last-child {
border-right: 0; } }
@media screen and (min-width: 768px) {
section nav.navegacion ul li {
width: auto;
float: none; } }
section nav.navegacion ul li a {
color: #fff;
text-decoration: none;
font-size: 0.9em;
margin: 0;
display: block;
transition: all .3s; }
@media screen and (min-width: 320px) {
section nav.navegacion ul li a {
text-align: center; } }
@media screen and (min-width: 768px) {
section nav.navegacion ul li a {
text-align: none; } }
section nav.navegacion ul li a.seguridad {
background: #90c03d;
padding: 1.5em 1em; }
section nav.navegacion ul li a.seguridad:hover {
background: #7ca633; }
section nav.navegacion ul li a.productividad {
background: #ec2a8c;
padding: 1.5em 1em; }
section nav.navegacion ul li a.productividad:hover {
background: #c42375; }
section nav.navegacion ul li a.responsabilidad {
background: #02aeef;
padding: 1.5em 1em; }
section nav.navegacion ul li a.responsabilidad:hover {
background: #0485b6; }
section nav.navegacion ul li a.superacion {
background: #f47d34;
padding: 1.5em 1em; }
section nav.navegacion ul li a.superacion:hover {
background: #c85e1b; }
section nav.navegacion ul li a.optimismo {
background: #40ad48;
padding: 1.5em 1em; }
section nav.navegacion ul li a.optimismo:hover {
background: #2a7631; }
section nav.navegacion ul li a.profesionalismo {
background: #97c93e;
padding: 1.5em 1em; }
section nav.navegacion ul li a.profesionalismo:hover {
background: #6e922f; }
section nav.navegacion ul li a.catalogo {
background: #010673;
padding: 1.5em 3.42em; }
@media screen and (min-width: 768px) {
section nav.navegacion ul li a.catalogo {
margin-top: 1em; } }
@media screen and (min-width: 1025px) {
section nav.navegacion ul li a.catalogo {
margin-top: 0; } }
section nav.navegacion ul li a.catalogo:hover {
background: #303494; }
section nav.navegacion ul li a.beneficios {
background: #0f1491;
padding: 1.5em 3.42em; }
@media screen and (min-width: 768px) {
section nav.navegacion ul li a.beneficios {
margin-top: 1em; } }
@media screen and (min-width: 1025px) {
section nav.navegacion ul li a.beneficios {
margin-top: 0; } }
section nav.navegacion ul li a.beneficios:hover {
background: #010673; }
section #menu-beneficios {
width: 100%;
overflow: hidden;
margin-bottom: 2em; }
section #menu-beneficios ul {
list-style: none;
padding: 0; }
section #menu-beneficios ul li {
display: inline-block; }
section #menu-beneficios ul li a {
background-color: #1ecfc5;
color: #fff;
text-align: center;
padding: 8px 21px;
text-decoration: none;
transition: all .3s; }
section #menu-beneficios ul li a:hover {
background-color: #0c9c94; }
section #menu-beneficios ul li a span.stock {
margin-left: 8px;
font-size: 0.9em; }
body {
background: url(../img/bg.jpg) repeat; }
#strip {
background: url(../img/strip.jpg) repeat-x;
height: 8px;
width: 100%; }
header {
background: #fff;
position: relative;
padding-bottom: 2em; }
header #logo {
text-align: center;
padding: 15px 0 0 0; }
header #logo_royal {
position: absolute;
width: 126px;
height: 71px;
top: 30%;
left: 0px; }
@media screen and (min-width: 320px) {
header #logo_royal {
display: none; } }
@media screen and (min-width: 768px) {
header #logo_royal {
display: block; } } header #logo_multitecnica { position: absolute; width: 126px; height: 71px; top: 30%; left: 127px; } @media screen and (min-width: 320px) { header #logo_multitecnica { display: none; } } @media screen and (min-width: 768px) { header #logo_multitecnica { display: block; } }
header #logo-for-unilever {
width: 332px;
height: 136px;
position: absolute;
top: 10%;
left: 15px; }
@media screen and (min-width: 320px) {
header #logo-for-unilever {
display: none; } }
@media screen and (min-width: 768px) {
header #logo-for-unilever {
display: block; } }
header #admin-header {
position: absolute; }
@media screen and (min-width: 320px) {
header #admin-header {
top: 10px;
right: 20px; } }
@media screen and (min-width: 768px) {
header #admin-header {
width: 25%;
text-align: center;
margin-top: 1em;
right: 20px; } }
@media screen and (min-width: 1025px) {
header #admin-header {
right: 20px;
margin-top: 1em; } }
header #admin-header #admin--data {
float: left;
margin-bottom: 1em; }
@media screen and (min-width: 768px) {
header #admin-header #admin--data {
float: none; } }
@media screen and (min-width: 1025px) {
header #admin-header #admin--data {
float: left; } }
header #admin-header #admin--data img {
width: 60px;
height: 60px;
border: 2px solid #40ad48;
float: left;
margin-right: 1em; }
@media screen and (min-width: 320px) {
header #admin-header #admin--data img {
display: none; } }
@media screen and (min-width: 768px) {
header #admin-header #admin--data img {
display: block;
float: none;
margin: 0 auto; } }
@media screen and (min-width: 1025px) {
header #admin-header #admin--data img {
float: left;
margin-right: 1em; } }
header #admin-header #admin--data span.nombre_usuario {
float: left;
margin-top: 10%;
color: #808080;
display: none; }
@media screen and (min-width: 768px) {
header #admin-header #admin--data span.nombre_usuario {
width: 100%;
text-align: center;
font-size: 0.9em;
margin-top: 0;
margin-bottom: 1em;
margin-top: 1em;
display: block; } }
@media screen and (min-width: 1025px) {
header #admin-header #admin--data span.nombre_usuario {
float: left;
margin-top: 10%;
color: #808080;
width: auto; } }
header #admin-header #cuenta {
width: 100%;
height: auto;
overflow: hidden; }
@media screen and (min-width: 768px) {
header #admin-header #cuenta {
text-align: center; } }
@media screen and (min-width: 1025px) {
header #admin-header #cuenta {
text-align: none; } }
header #admin-header #cuenta ul {
margin: 0;
padding: 0;
list-style: none; }
header #admin-header #cuenta ul li {
display: block; }
@media screen and (min-width: 768px) {
header #admin-header #cuenta ul li {
display: inline;
margin-right: 1em; } }
@media screen and (min-width: 1025px) {
header #admin-header #cuenta ul li {
display: inline-block; } }
header #admin-header #cuenta ul li a.micuenta {
color: #02aeef;
text-decoration: none;
font-size: 0.9em;
background: url(../img/icon-user.jpg) no-repeat center left;
padding-left: 1.2em; }
header #admin-header #cuenta ul li a.micuenta:hover {
color: #40ad48; }
header #admin-header #cuenta ul li a.cerrar {
color: #02aeef;
text-decoration: none;
font-size: 0.9em;
background: url(../img/icon-off.jpg) no-repeat center left;
padding-left: 1.2em; }
header #admin-header #cuenta ul li a.cerrar:hover {
color: #40ad48; }
header .btnLateral {
background-color: #040452;
color: #fff;
padding: 1em 1.8em;
position: fixed;
right: -40px;
top: 5em;
-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
text-decoration: none;
transition: all .3s; }
header .btnLateral:hover {
background-color: #02599c; }
@media screen and (min-width: 320px) {
header .btnLateral {
display: none; } }
@media screen and (min-width: 1025px) {
header .btnLateral {
display: block; } }
footer {
background-color: #040452;
padding: 1em; }
footer #logo--footer {
margin-top: 16%;
text-align: center;
margin-top: 0; }
@media screen and (min-width: 768px) {
footer #logo--footer {
margin-top: 0;
text-align: center; } }
@media screen and (min-width: 1025px) {
footer #logo--footer {
margin-top: 16%;
text-align: left; } }
footer p {
color: #fff;
font-size: 0.8em;
text-align: left; }
footer #menuComple {
text-align: center; }
@media screen and (min-width: 320px) {
footer #menuComple {
margin-top: 1em;
margin-bottom: 2em; } }
@media screen and (min-width: 1025px) {
footer #menuComple {
margin-top: 3em;
margin-bottom: 0; } }
footer #menuComple ul {
margin: 0;
padding: 0;
list-style: none; }
footer #menuComple ul li {
display: inline-block;
padding-right: 1em; }
footer #menuComple ul li:last-child {
padding-right: 0; }
footer #menuComple ul li a {
color: #fff;
text-decoration: none;
text-decoration: none; }
@media screen and (min-width: 320px) {
footer #menuComple ul li a {
font-size: 0.7em; } }
@media screen and (min-width: 768px) {
footer #menuComple ul li a {
font-size: 0.8em; } }
footer #menuComple ul li a:hover {
text-decoration: underline; }
footer form#footer {
width: 100%; }
footer form#footer textarea {
width: 100%;
height: 4em;
resize: none;
margin-bottom: 0.5em;
padding: 4px;
font-size: 0.8em; }
@media screen and (min-width: 768px) {
footer form#footer textarea {
height: 5em; } }
@media screen and (min-width: 1025px) {
footer form#footer textarea {
height: 4em; } }
footer form#footer button[type="submit"] {
background-color: #02599c;
color: #fff;
text-align: center;
border: none;
transition: all .3s; }
@media screen and (min-width: 320px) {
footer form#footer button[type="submit"] {
width: 100%;
padding: 0.5em 0em; } }
@media screen and (min-width: 768px) {
footer form#footer button[type="submit"] {
padding: 8px 12px;
width: 30%; } }
footer form#footer button[type="submit"]:hover {
background-color: #02aeef; }
section #slider {
position: relative; }
section #slider #noticias {
width: 230px;
height: 300px;
position: absolute;
top: 15px;
right: 15px;
z-index: 99;
border: 1px solid #fff;
overflow-y: scroll;
overflow-x: hidden;
background-color: #ec2a8c; }
@media screen and (min-width: 320px) {
section #slider #noticias {
display: none; } }
@media screen and (min-width: 768px) {
section #slider #noticias {
height: 200px;
display: block; } }
@media screen and (min-width: 1025px) {
section #slider #noticias {
height: 300px; } }
section #slider #noticias h1 {
font-size: 1em;
color: #ec2a8c;
background-color: #fff;
margin: 0;
padding: 0.5em;
font-weight: 400;
position: absolute;
width: 213px;
z-index: 0; }
@media screen and (min-width: 320px) {
section #slider #noticias h1 {
width: 230px; } }
@media screen and (min-width: 768px) {
section #slider #noticias h1 {
width: 230px; } }
@media screen and (min-width: 1025px) {
section #slider #noticias h1 {
width: 213px; } }
section #slider #noticias #noticias-scroll {
width: 90%; }
section #slider #noticias #noticias-scroll ul {
margin: 30px 0 0 0;
padding: 0;
list-style: none; }
section #slider #noticias #noticias-scroll ul li {
padding: 8px;
border-bottom: 1px solid #fff; }
section #slider #noticias #noticias-scroll ul li a {
color: #fff;
text-align: left;
font-size: 0.7em;
line-height: 0;
text-decoration: none; }
section #slider #noticias #noticias-scroll ul li a:hover {
text-decoration: underline; }
section#search {
text-align: right; }
@media screen and (min-width: 320px) {
section#search form#busqueda {
margin-bottom: 1.5em;
margin-top: 1em; } }
@media screen and (min-width: 768px) {
section#search form#busqueda {
margin-bottom: 0; } }
section#search form#busqueda input[type="text"] {
margin-bottom: 1em;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555;
vertical-align: middle;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; }
@media screen and (min-width: 320px) {
section#search form#busqueda input[type="text"] {
width: 80%; } }
@media screen and (min-width: 768px) {
section#search form#busqueda input[type="text"] {
width: 30%; } }
section#search form#busqueda button[type="submit"] {
background: #ec2a8c;
color: #fff;
border-width: 0px;
padding: 5px 5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
position: relative;
top: -5px; }
#main {
background: #fff;
padding-bottom: 1em; }
#main h2 {
color: #02aeef;
font-size: 1.15em;
margin: 0 0 1em 0;
font-weight: 400; }
#main .widgets {
width: 100%;
height: auto; }
#main .widgets h3 {
background-color: #02aeef;
color: #fff;
text-align: left;
padding: 0.5em;
font-size: 1em;
margin: 0 0 3px 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; }
#main .caja--actividades {
width: 100%;
height: auto; }
#main #content {
margin-top: 45px; }
#main #content .titulo-beneficios {
color: #040452;
margin: 0 0 35px 0;
text-align: left; }
#main #content ol.lista-ordenada {
margin: 0px 0px 0px 20px;
padding: 0; }
#main #content ol.lista-ordenada li {
color: #706f6f;
font-size: 0.9em;
margin-bottom: 0.8em; }
#main #content p.proximamente {
font-size: 2.4em;
color: #040452;
text-align: left;
font-weight: bold;
line-height: 1; }
#main #content a.patras {
background: #02599c;
padding: 0.7em 1em;
color: #fff;
text-align: center;
font-size: 0.9em;
text-decoration: none;
transition: all .3s; }
#main #content a.patras:hover {
background: #040452; }
#main #content .caja-senaletica {
width: 100%;
text-align: center; }
#main #content .caja-senaletica .item-senaletica {
width: 100px;
border: 1px solid #c6c5c6;
padding: 1em; }
#main #content .caja-senaletica p.sen {
color: #040452;
font-size: 0.9em;
line-height: 1; }
@media screen and (min-width: 320px) {
#main #content .caja-senaletica:before, #main #content .caja-senaletica:after {
clear: both;
content: " ";
display: table;
width: 100%; }
#main #content .caja-senaletica > item-senaletica, #main #content .caja-senaletica > .item-senaletica {
float: left;
width: 30%;
margin-right: 5%;
margin-bottom: 5%; }
#main #content .caja-senaletica > item-senaletica:nth-child(3n), #main #content .caja-senaletica > .item-senaletica:nth-child(3n) {
margin-right: 0;
clear: right; }
#main #content .caja-senaletica > item-senaletica:nth-child(3n+1), #main #content .caja-senaletica > .item-senaletica:nth-child(3n+1) {
clear: left; } }
#main #content #contenido {
width: 100%;
float: left;
margin-top: 2em; }
#main #content #contenido .item--cajas {
border-top: 1px solid #40ad48;
border-bottom: 1px solid #40ad48;
position: relative;
padding-top: 0.8em; }
@media screen and (min-width: 320px) {
#main #content #contenido .item--cajas {
width: 100%;
margin-bottom: 2em; } }
@media screen and (min-width: 768px) {
#main #content #contenido .item--cajas {
width: 48%; } }
#main #content #contenido .guia {
width: 20%;
height: 0.5em;
background: #40ad48;
position: absolute;
top: -8px;
left: 0;
display: block; }
#main #content #contenido h1 {
font-size: 1em;
margin: 0 0 1em 0;
font-weight: 400;
color: #706f6f; }
#main #content #contenido button[type="button"] {
border: none;
background-color: #40ad48;
color: #fff;
padding: 2px 8px;
font-size: 0.9em;
float: right;
margin-bottom: 1em;
transition: all .3s; }
#main #content #contenido button[type="button"]:hover {
background-color: #97c93e; }
#main #content #titulo-menu-colores {
width: 100%;
overflow: hidden;
margin-bottom: 1em; }
#main #content #titulo-menu-colores h1 {
font-size: 2.2em;
color: #040452;
margin: 0;
line-height: 1.8;
margin-left: 2em; }
#main #content p.texto-conceptos {
color: #808080;
font-size: 0.95em; }
#main #content #imagen-destacada {
padding-bottom: 1.5em; }
#main #content #imagen-destacada h1 {
color: #040452;
margin-top: 0; }
#main #content #imagen-destacada h2 {
margin: 0.8em 0;
color: #040452;
font-size: 1.6em;
font-weight: 700; }
#main #content #imagen-destacada p {
color: #808080;
font-size: 0.95em; }
#main #content #imagen-destacada button[type="submit"] {
padding: 5px 12px;
background-color: #040452;
transition: all .3s;
color: #fff;
text-align: center;
border: none;
float: right;
margin: 1em 0;
font-size: 0.8em; }
#main #content #imagen-destacada button[type="submit"]:hover {
background-color: #02599c; }
#main #content iframe {
background: url(../img/loading.gif) center center no-repeat; }
#main #content #registro_publicaciones {
width: 100%;
padding-bottom: 2em; }
#main #content #registro_publicaciones h1 {
color: #040452;
margin-top: 0;
font-size: 1.5em; }
#main #content #registro_publicaciones p {
color: #040452; }
#main #content #registro_publicaciones ul.anteriores {
width: 100%;
margin: 0;
padding: 0; }
#main #content #registro_publicaciones ul.anteriores li {
display: block;
margin-bottom: 1em; }
#main #content #registro_publicaciones ul.anteriores li a {
color: #02599c; }
#main #content #contenido-beneficios .item--beneficios {
width: 100%;
border-top: 1px solid #40ad48;
border-bottom: 1px solid #40ad48;
position: relative;
padding-top: 0.8em;
margin-bottom: 1em; }
#main #content #contenido-beneficios .guia-line {
width: 20%;
height: 0.5em;
background: #40ad48;
position: absolute;
top: -8px;
left: 0;
display: block; }
#main #content #contenido-beneficios h1 {
font-size: 1.1em;
margin: 0 0 12px 3px;
color: #040452; }
#main #content #contenido-beneficios .titulo-ben-interior {
font-size: 1.5em;
margin: 0.8em 0; }
#main #content #contenido-beneficios p.bajada-beneficios {
color: #040452;
text-align: left;
font-size: 0.9em;
margin: 1em; }
#main #content #contenido-beneficios a.canjear {
padding: 0.5em 1em;
color: #fff;
background: #f47d34;
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-decoration: none;
margin-top: 1em; }
#main #content #contenido-beneficios a.canjear:hover {
background-color: #0c9c94; }
@media screen and (min-width: 1025px) {
#main #content #contenido-beneficios:before, #main #content #contenido-beneficios:after {
clear: both;
content: " ";
display: table;
width: 100%; }
#main #content #contenido-beneficios > item--beneficios, #main #content #contenido-beneficios > .item--beneficios {
float: left;
width: 47.5%;
margin-right: 5%;
margin-bottom: 5%; }
#main #content #contenido-beneficios > item--beneficios:nth-child(2n), #main #content #contenido-beneficios > .item--beneficios:nth-child(2n) {
margin-right: 0;
clear: right; }
#main #content #contenido-beneficios > item--beneficios:nth-child(2n+1), #main #content #contenido-beneficios > .item--beneficios:nth-child(2n+1) {
clear: left; } }
#main article {
width: 100%;
overflow: hidden; }
#main article .box--info1, #main article .box--info2, #main article .box--info3, #main article .box--info4, #main article .box--info5, #main article .box--info6 {
padding: 1em;
height: auto;
min-height: auto;
margin-bottom: 1em; }
#main article .box--info1 h1, #main article .box--info2 h1, #main article .box--info3 h1, #main article .box--info4 h1, #main article .box--info5 h1, #main article .box--info6 h1 {
color: #fff;
margin: 0 0 0.5em 0;
font-size: 1.5em; }
#main article .box--info1 p, #main article .box--info2 p, #main article .box--info3 p, #main article .box--info4 p, #main article .box--info5 p, #main article .box--info6 p {
color: #fff; }
#main article .box--info1 {
background-color: #90c03d; }
#main article .box--info2 {
background-color: #f47d34; }
#main article .box--info3 {
background-color: #ec2a8c; }
#main article .box--info4 {
background-color: #02aeef; }
#main article .box--info5 {
background-color: #40ad48; }
#main article .box--info6 {
background-color: #97c93e; }
#main article.mini {
margin-top: 1em; }
#main article.mini button {
height: 50%;
border: none;
-webkit-appearance: none;
float: left;
background-color: transparent; }
@media screen and (min-width: 320px) {
#main article.mini button {
width: 100%; } }
@media screen and (min-width: 768px) {
#main article.mini button {
width: 100%; } }
@media screen and (min-width: 320px) {
#main #sidebar.TB {
display: none; } }
@media screen and (min-width: 1025px) {
#main #sidebar.TB {
display: block; } }
#main h1.tit-gal {
color: #040452;
font-size: 1.5em;
text-align: left; }
#aviso {
width: 100%;
position: fixed;
z-index: 99;
bottom: 0;
background-color: #02599c;
border-top: 2px solid #040452; }
@media screen and (min-width: 320px) {
#aviso {
display: block;
padding: 1em; } }
@media screen and (min-width: 768px) {
#aviso {
padding: 1.8em 2.5em; } }
@media screen and (min-width: 1025px) {
#aviso {
display: none; } }
#aviso p {
color: #fff; }
@media screen and (min-width: 320px) {
#aviso p {
font-size: 0.8em; } }
#aviso a.closer {
text-decoration: none;
position: absolute;
right: 20px;
top: 10px;
background: #040452 none repeat scroll 0% 0%;
text-align: center;
-webkit-border-radius: 50%;
-moz-border-border-radius: 50%;
border-radius: 50%;
color: #fff; }
@media screen and (min-width: 320px) {
#aviso a.closer {
width: 20px;
height: 20px;
right: 10px;
line-height: 1.4; } }
@media screen and (min-width: 768px) {
#aviso a.closer {
width: 30px;
height: 30px;
right: 20px;
top: 10px;
line-height: 30px; } } | css/estilos-res.css | @charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/**
* Remove default margin.
*/
body {
margin: 0; }
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block; }
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */ }
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0; }
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
display: none; }
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
background-color: transparent; }
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
outline: 0; }
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
border-bottom: 1px dotted; }
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
font-weight: bold; }
/**
* Address styling not present in Safari and Chrome.
*/
dfn {
font-style: italic; }
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
/**
* Address styling not present in IE 8/9.
*/
mark {
background: #ff0;
color: #000; }
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
border: 0; }
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
overflow: hidden; }
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
/**
* Address differences between Firefox and other browsers.
*/
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0; }
/**
* Contain overflow in all browsers.
*/
pre {
overflow: auto; }
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
color: inherit;
/* 1 */
font: inherit;
/* 2 */
margin: 0;
/* 3 */ }
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
overflow: visible; }
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
text-transform: none; }
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
/* 2 */
cursor: pointer;
/* 3 */ }
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
cursor: default; }
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
line-height: normal; }
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
* (include `-moz` to future-proof).
*/
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
/* 2 */
box-sizing: content-box; }
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* Define consistent border, margin, and padding.
*/
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
border: 0;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
overflow: auto; }
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
font-weight: bold; }
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
body {
margin: 0;
padding: 0;
font-family: sans-serif; }
img {
max-width: 100%;
height: auto; }
/*
GRUPOS Y CAJAS
==============
Los grupos son contenedores para las cajas.
Las cajas crean las divisiones en el grupo (columnas)
*/
.grupo {
position: relative;
max-width: 1100px;
margin: 0 auto;
width: 100%; }
.grupo.total {
max-width: 100% !important; }
.grupo:before, .grupo:after {
content: "";
display: table;
width: 100%;
clear: both; }
.grupo .caja {
float: left;
margin: 0;
padding-left: 15px;
padding-right: 15px;
width: 100%; }
.grupo .caja:last-child {
float: right; }
.grupo .caja.total {
float: none;
width: 100%; }
.grupo .caja.total:before, .grupo .caja.total:after {
content: "";
display: table;
width: 100%;
clear: both; }
/*base: A partir de 320px*/
@media all and (min-width: 320px) {
/*Tamaños en porcentajes*/
.base-5,
.grupo .caja.base-5 {
width: 5%; }
.base-10,
.grupo .caja.base-10 {
width: 10%; }
.base-15,
.grupo .caja.base-15 {
width: 15%; }
.base-20,
.grupo .caja.base-20 {
width: 20%; }
.base-25,
.grupo .caja.base-25 {
width: 25%; }
.base-30,
.grupo .caja.base-30 {
width: 30%; }
.base-35,
.grupo .caja.base-35 {
width: 35%; }
.base-40,
.grupo .caja.base-40 {
width: 40%; }
.base-45,
.grupo .caja.base-45 {
width: 45%; }
.base-50,
.grupo .caja.base-50 {
width: 50%; }
.base-55,
.grupo .caja.base-55 {
width: 55%; }
.base-60,
.grupo .caja.base-60 {
width: 60%; }
.base-65,
.grupo .caja.base-65 {
width: 65%; }
.base-70,
.grupo .caja.base-70 {
width: 70%; }
.base-75,
.grupo .caja.base-75 {
width: 75%; }
.base-80,
.grupo .caja.base-80 {
width: 80%; }
.base-85,
.grupo .caja.base-85 {
width: 85%; }
.base-90,
.grupo .caja.base-90 {
width: 90%; }
.base-95,
.grupo .caja.base-95 {
width: 95%; }
.base-100,
.grupo .caja.base-100 {
width: 100%; }
/*Tamaño en fracciones*/
.base-1-3,
.grupo .caja.base-1-3 {
width: 33.3333333333%; }
.base-2-3,
.grupo .caja.base-2-3 {
width: 66.6666666667%; }
.base-3-3,
.grupo .caja.base-3-3 {
width: 100%; }
.base-1-6,
.grupo .caja.base-1-6 {
width: 16.6666666667%; }
.base-2-6,
.grupo .caja.base-2-6 {
width: 33.3333333333%; }
.base-3-6,
.grupo .caja.base-3-6 {
width: 50%; }
.base-4-6,
.grupo .caja.base-4-6 {
width: 66.6666666667%; }
.base-5-6,
.grupo .caja.base-5-6 {
width: 83.3333333333%; }
.base-6-6,
.grupo .caja.base-6-6 {
width: 100%; }
.base-1-8,
.grupo .caja.base-1-8 {
width: 12.5%; }
.base-2-8,
.grupo .caja.base-2-8 {
width: 25%; }
.base-3-8,
.grupo .caja.base-3-8 {
width: 37.5%; }
.base-4-8,
.grupo .caja.base-4-8 {
width: 50%; }
.base-5-8,
.grupo .caja.base-5-8 {
width: 62.5%; }
.base-6-8,
.grupo .caja.base-6-8 {
width: 75%; }
.base-7-8,
.grupo .caja.base-7-8 {
width: 87.5%; }
.base-8-8,
.grupo .caja.base-8-8 {
width: 100%; } }
/*movil: A partir de 480px*/
@media all and (min-width: 480px) {
/*Tamaños en porcentajes*/
.movil-5,
.grupo .caja.movil-5 {
width: 5%; }
.movil-10,
.grupo .caja.movil-10 {
width: 10%; }
.movil-15,
.grupo .caja.movil-15 {
width: 15%; }
.movil-20,
.grupo .caja.movil-20 {
width: 20%; }
.movil-25,
.grupo .caja.movil-25 {
width: 25%; }
.movil-30,
.grupo .caja.movil-30 {
width: 30%; }
.movil-35,
.grupo .caja.movil-35 {
width: 35%; }
.movil-40,
.grupo .caja.movil-40 {
width: 40%; }
.movil-45,
.grupo .caja.movil-45 {
width: 45%; }
.movil-50,
.grupo .caja.movil-50 {
width: 50%; }
.movil-55,
.grupo .caja.movil-55 {
width: 55%; }
.movil-60,
.grupo .caja.movil-60 {
width: 60%; }
.movil-65,
.grupo .caja.movil-65 {
width: 65%; }
.movil-70,
.grupo .caja.movil-70 {
width: 70%; }
.movil-75,
.grupo .caja.movil-75 {
width: 75%; }
.movil-80,
.grupo .caja.movil-80 {
width: 80%; }
.movil-85,
.grupo .caja.movil-85 {
width: 85%; }
.movil-90,
.grupo .caja.movil-90 {
width: 90%; }
.movil-95,
.grupo .caja.movil-95 {
width: 95%; }
.movil-100,
.grupo .caja.movil-100 {
width: 100%; }
/*Tamaño en fracciones*/
.movil-1-3,
.grupo .caja.movil-1-3 {
width: 33.3333333333%; }
.movil-2-3,
.grupo .caja.movil-2-3 {
width: 66.6666666667%; }
.movil-3-3,
.grupo .caja.movil-3-3 {
width: 100%; }
.movil-1-6,
.grupo .caja.movil-1-6 {
width: 16.6666666667%; }
.movil-2-6,
.grupo .caja.movil-2-6 {
width: 33.3333333333%; }
.movil-3-6,
.grupo .caja.movil-3-6 {
width: 50%; }
.movil-4-6,
.grupo .caja.movil-4-6 {
width: 66.6666666667%; }
.movil-5-6,
.grupo .caja.movil-5-6 {
width: 83.3333333333%; }
.movil-6-6,
.grupo .caja.movil-6-6 {
width: 100%; }
.movil-1-8,
.grupo .caja.movil-1-8 {
width: 12.5%; }
.movil-2-8,
.grupo .caja.movil-2-8 {
width: 25%; }
.movil-3-8,
.grupo .caja.movil-3-8 {
width: 37.5%; }
.movil-4-8,
.grupo .caja.movil-4-8 {
width: 50%; }
.movil-5-8,
.grupo .caja.movil-5-8 {
width: 62.5%; }
.movil-6-8,
.grupo .caja.movil-6-8 {
width: 75%; }
.movil-7-8,
.grupo .caja.movil-7-8 {
width: 87.5%; }
.movil-8-8,
.grupo .caja.movil-8-8 {
width: 100%; } }
/*movil-h: A partir de 640px*/
@media all and (min-width: 640px) {
/*Tamaños en porcentajes*/
.movil-h-5,
.grupo .caja.movil-h-5 {
width: 5%; }
.movil-h-10,
.grupo .caja.movil-h-10 {
width: 10%; }
.movil-h-15,
.grupo .caja.movil-h-15 {
width: 15%; }
.movil-h-20,
.grupo .caja.movil-h-20 {
width: 20%; }
.movil-h-25,
.grupo .caja.movil-h-25 {
width: 25%; }
.movil-h-30,
.grupo .caja.movil-h-30 {
width: 30%; }
.movil-h-35,
.grupo .caja.movil-h-35 {
width: 35%; }
.movil-h-40,
.grupo .caja.movil-h-40 {
width: 40%; }
.movil-h-45,
.grupo .caja.movil-h-45 {
width: 45%; }
.movil-h-50,
.grupo .caja.movil-h-50 {
width: 50%; }
.movil-h-55,
.grupo .caja.movil-h-55 {
width: 55%; }
.movil-h-60,
.grupo .caja.movil-h-60 {
width: 60%; }
.movil-h-65,
.grupo .caja.movil-h-65 {
width: 65%; }
.movil-h-70,
.grupo .caja.movil-h-70 {
width: 70%; }
.movil-h-75,
.grupo .caja.movil-h-75 {
width: 75%; }
.movil-h-80,
.grupo .caja.movil-h-80 {
width: 80%; }
.movil-h-85,
.grupo .caja.movil-h-85 {
width: 85%; }
.movil-h-90,
.grupo .caja.movil-h-90 {
width: 90%; }
.movil-h-95,
.grupo .caja.movil-h-95 {
width: 95%; }
.movil-h-100,
.grupo .caja.movil-h-100 {
width: 100%; }
/*Tamaño en fracciones*/
.movil-h-1-3,
.grupo .caja.movil-h-1-3 {
width: 33.3333333333%; }
.movil-h-2-3,
.grupo .caja.movil-h-2-3 {
width: 66.6666666667%; }
.movil-h-3-3,
.grupo .caja.movil-h-3-3 {
width: 100%; }
.movil-h-1-6,
.grupo .caja.movil-h-1-6 {
width: 16.6666666667%; }
.movil-h-2-6,
.grupo .caja.movil-h-2-6 {
width: 33.3333333333%; }
.movil-h-3-6,
.grupo .caja.movil-h-3-6 {
width: 50%; }
.movil-h-4-6,
.grupo .caja.movil-h-4-6 {
width: 66.6666666667%; }
.movil-h-5-6,
.grupo .caja.movil-h-5-6 {
width: 83.3333333333%; }
.movil-h-6-6,
.grupo .caja.movil-h-6-6 {
width: 100%; }
.movil-h-1-8,
.grupo .caja.movil-h-1-8 {
width: 12.5%; }
.movil-h-2-8,
.grupo .caja.movil-h-2-8 {
width: 25%; }
.movil-h-3-8,
.grupo .caja.movil-h-3-8 {
width: 37.5%; }
.movil-h-4-8,
.grupo .caja.movil-h-4-8 {
width: 50%; }
.movil-h-5-8,
.grupo .caja.movil-h-5-8 {
width: 62.5%; }
.movil-h-6-8,
.grupo .caja.movil-h-6-8 {
width: 75%; }
.movil-h-7-8,
.grupo .caja.movil-h-7-8 {
width: 87.5%; }
.movil-h-8-8,
.grupo .caja.movil-h-8-8 {
width: 100%; } }
/*tablet: A partir de 768px*/
@media all and (min-width: 768px) {
/*Tamaños en porcentajes*/
.tablet-5,
.grupo .caja.tablet-5 {
width: 5%; }
.tablet-10,
.grupo .caja.tablet-10 {
width: 10%; }
.tablet-15,
.grupo .caja.tablet-15 {
width: 15%; }
.tablet-20,
.grupo .caja.tablet-20 {
width: 20%; }
.tablet-25,
.grupo .caja.tablet-25 {
width: 25%; }
.tablet-30,
.grupo .caja.tablet-30 {
width: 30%; }
.tablet-35,
.grupo .caja.tablet-35 {
width: 35%; }
.tablet-40,
.grupo .caja.tablet-40 {
width: 40%; }
.tablet-45,
.grupo .caja.tablet-45 {
width: 45%; }
.tablet-50,
.grupo .caja.tablet-50 {
width: 50%; }
.tablet-55,
.grupo .caja.tablet-55 {
width: 55%; }
.tablet-60,
.grupo .caja.tablet-60 {
width: 60%; }
.tablet-65,
.grupo .caja.tablet-65 {
width: 65%; }
.tablet-70,
.grupo .caja.tablet-70 {
width: 70%; }
.tablet-75,
.grupo .caja.tablet-75 {
width: 75%; }
.tablet-80,
.grupo .caja.tablet-80 {
width: 80%; }
.tablet-85,
.grupo .caja.tablet-85 {
width: 85%; }
.tablet-90,
.grupo .caja.tablet-90 {
width: 90%; }
.tablet-95,
.grupo .caja.tablet-95 {
width: 95%; }
.tablet-100,
.grupo .caja.tablet-100 {
width: 100%; }
/*Tamaño en fracciones*/
.tablet-1-3,
.grupo .caja.tablet-1-3 {
width: 33.3333333333%; }
.tablet-2-3,
.grupo .caja.tablet-2-3 {
width: 66.6666666667%; }
.tablet-3-3,
.grupo .caja.tablet-3-3 {
width: 100%; }
.tablet-1-6,
.grupo .caja.tablet-1-6 {
width: 16.6666666667%; }
.tablet-2-6,
.grupo .caja.tablet-2-6 {
width: 33.3333333333%; }
.tablet-3-6,
.grupo .caja.tablet-3-6 {
width: 50%; }
.tablet-4-6,
.grupo .caja.tablet-4-6 {
width: 66.6666666667%; }
.tablet-5-6,
.grupo .caja.tablet-5-6 {
width: 83.3333333333%; }
.tablet-6-6,
.grupo .caja.tablet-6-6 {
width: 100%; }
.tablet-1-8,
.grupo .caja.tablet-1-8 {
width: 12.5%; }
.tablet-2-8,
.grupo .caja.tablet-2-8 {
width: 25%; }
.tablet-3-8,
.grupo .caja.tablet-3-8 {
width: 37.5%; }
.tablet-4-8,
.grupo .caja.tablet-4-8 {
width: 50%; }
.tablet-5-8,
.grupo .caja.tablet-5-8 {
width: 62.5%; }
.tablet-6-8,
.grupo .caja.tablet-6-8 {
width: 75%; }
.tablet-7-8,
.grupo .caja.tablet-7-8 {
width: 87.5%; }
.tablet-8-8,
.grupo .caja.tablet-8-8 {
width: 100%; } }
/*tablet-h: A partir de 1024px*/
@media all and (min-width: 1024px) {
/*Tamaños en porcentajes*/
.tablet-h-5,
.grupo .caja.tablet-h-5 {
width: 5%; }
.tablet-h-10,
.grupo .caja.tablet-h-10 {
width: 10%; }
.tablet-h-15,
.grupo .caja.tablet-h-15 {
width: 15%; }
.tablet-h-20,
.grupo .caja.tablet-h-20 {
width: 20%; }
.tablet-h-25,
.grupo .caja.tablet-h-25 {
width: 25%; }
.tablet-h-30,
.grupo .caja.tablet-h-30 {
width: 30%; }
.tablet-h-35,
.grupo .caja.tablet-h-35 {
width: 35%; }
.tablet-h-40,
.grupo .caja.tablet-h-40 {
width: 40%; }
.tablet-h-45,
.grupo .caja.tablet-h-45 {
width: 45%; }
.tablet-h-50,
.grupo .caja.tablet-h-50 {
width: 50%; }
.tablet-h-55,
.grupo .caja.tablet-h-55 {
width: 55%; }
.tablet-h-60,
.grupo .caja.tablet-h-60 {
width: 60%; }
.tablet-h-65,
.grupo .caja.tablet-h-65 {
width: 65%; }
.tablet-h-70,
.grupo .caja.tablet-h-70 {
width: 70%; }
.tablet-h-75,
.grupo .caja.tablet-h-75 {
width: 75%; }
.tablet-h-80,
.grupo .caja.tablet-h-80 {
width: 80%; }
.tablet-h-85,
.grupo .caja.tablet-h-85 {
width: 85%; }
.tablet-h-90,
.grupo .caja.tablet-h-90 {
width: 90%; }
.tablet-h-95,
.grupo .caja.tablet-h-95 {
width: 95%; }
.tablet-h-100,
.grupo .caja.tablet-h-100 {
width: 100%; }
/*Tamaño en fracciones*/
.tablet-h-1-3,
.grupo .caja.tablet-h-1-3 {
width: 33.3333333333%; }
.tablet-h-2-3,
.grupo .caja.tablet-h-2-3 {
width: 66.6666666667%; }
.tablet-h-3-3,
.grupo .caja.tablet-h-3-3 {
width: 100%; }
.tablet-h-1-6,
.grupo .caja.tablet-h-1-6 {
width: 16.6666666667%; }
.tablet-h-2-6,
.grupo .caja.tablet-h-2-6 {
width: 33.3333333333%; }
.tablet-h-3-6,
.grupo .caja.tablet-h-3-6 {
width: 50%; }
.tablet-h-4-6,
.grupo .caja.tablet-h-4-6 {
width: 66.6666666667%; }
.tablet-h-5-6,
.grupo .caja.tablet-h-5-6 {
width: 83.3333333333%; }
.tablet-h-6-6,
.grupo .caja.tablet-h-6-6 {
width: 100%; }
.tablet-h-1-8,
.grupo .caja.tablet-h-1-8 {
width: 12.5%; }
.tablet-h-2-8,
.grupo .caja.tablet-h-2-8 {
width: 25%; }
.tablet-h-3-8,
.grupo .caja.tablet-h-3-8 {
width: 37.5%; }
.tablet-h-4-8,
.grupo .caja.tablet-h-4-8 {
width: 50%; }
.tablet-h-5-8,
.grupo .caja.tablet-h-5-8 {
width: 62.5%; }
.tablet-h-6-8,
.grupo .caja.tablet-h-6-8 {
width: 75%; }
.tablet-h-7-8,
.grupo .caja.tablet-h-7-8 {
width: 87.5%; }
.tablet-h-8-8,
.grupo .caja.tablet-h-8-8 {
width: 100%; } }
/*web: A partir de 1025px*/
@media all and (min-width: 1025px) {
/*Tamaños en porcentajes*/
.web-5,
.grupo .caja.web-5 {
width: 5%; }
.web-10,
.grupo .caja.web-10 {
width: 10%; }
.web-15,
.grupo .caja.web-15 {
width: 15%; }
.web-20,
.grupo .caja.web-20 {
width: 20%; }
.web-25,
.grupo .caja.web-25 {
width: 25%; }
.web-30,
.grupo .caja.web-30 {
width: 30%; }
.web-35,
.grupo .caja.web-35 {
width: 35%; }
.web-40,
.grupo .caja.web-40 {
width: 40%; }
.web-45,
.grupo .caja.web-45 {
width: 45%; }
.web-50,
.grupo .caja.web-50 {
width: 50%; }
.web-55,
.grupo .caja.web-55 {
width: 55%; }
.web-60,
.grupo .caja.web-60 {
width: 60%; }
.web-65,
.grupo .caja.web-65 {
width: 65%; }
.web-70,
.grupo .caja.web-70 {
width: 70%; }
.web-75,
.grupo .caja.web-75 {
width: 75%; }
.web-80,
.grupo .caja.web-80 {
width: 80%; }
.web-85,
.grupo .caja.web-85 {
width: 85%; }
.web-90,
.grupo .caja.web-90 {
width: 90%; }
.web-95,
.grupo .caja.web-95 {
width: 95%; }
.web-100,
.grupo .caja.web-100 {
width: 100%; }
/*Tamaño en fracciones*/
.web-1-3,
.grupo .caja.web-1-3 {
width: 33.3333333333%; }
.web-2-3,
.grupo .caja.web-2-3 {
width: 66.6666666667%; }
.web-3-3,
.grupo .caja.web-3-3 {
width: 100%; }
.web-1-6,
.grupo .caja.web-1-6 {
width: 16.6666666667%; }
.web-2-6,
.grupo .caja.web-2-6 {
width: 33.3333333333%; }
.web-3-6,
.grupo .caja.web-3-6 {
width: 50%; }
.web-4-6,
.grupo .caja.web-4-6 {
width: 66.6666666667%; }
.web-5-6,
.grupo .caja.web-5-6 {
width: 83.3333333333%; }
.web-6-6,
.grupo .caja.web-6-6 {
width: 100%; }
.web-1-8,
.grupo .caja.web-1-8 {
width: 12.5%; }
.web-2-8,
.grupo .caja.web-2-8 {
width: 25%; }
.web-3-8,
.grupo .caja.web-3-8 {
width: 37.5%; }
.web-4-8,
.grupo .caja.web-4-8 {
width: 50%; }
.web-5-8,
.grupo .caja.web-5-8 {
width: 62.5%; }
.web-6-8,
.grupo .caja.web-6-8 {
width: 75%; }
.web-7-8,
.grupo .caja.web-7-8 {
width: 87.5%; }
.web-8-8,
.grupo .caja.web-8-8 {
width: 100%; } }
/*hd: A partir de 1400px*/
@media all and (min-width: 1400px) {
/*Tamaños en porcentajes*/
.hd-5,
.grupo .caja.hd-5 {
width: 5%; }
.hd-10,
.grupo .caja.hd-10 {
width: 10%; }
.hd-15,
.grupo .caja.hd-15 {
width: 15%; }
.hd-20,
.grupo .caja.hd-20 {
width: 20%; }
.hd-25,
.grupo .caja.hd-25 {
width: 25%; }
.hd-30,
.grupo .caja.hd-30 {
width: 30%; }
.hd-35,
.grupo .caja.hd-35 {
width: 35%; }
.hd-40,
.grupo .caja.hd-40 {
width: 40%; }
.hd-45,
.grupo .caja.hd-45 {
width: 45%; }
.hd-50,
.grupo .caja.hd-50 {
width: 50%; }
.hd-55,
.grupo .caja.hd-55 {
width: 55%; }
.hd-60,
.grupo .caja.hd-60 {
width: 60%; }
.hd-65,
.grupo .caja.hd-65 {
width: 65%; }
.hd-70,
.grupo .caja.hd-70 {
width: 70%; }
.hd-75,
.grupo .caja.hd-75 {
width: 75%; }
.hd-80,
.grupo .caja.hd-80 {
width: 80%; }
.hd-85,
.grupo .caja.hd-85 {
width: 85%; }
.hd-90,
.grupo .caja.hd-90 {
width: 90%; }
.hd-95,
.grupo .caja.hd-95 {
width: 95%; }
.hd-100,
.grupo .caja.hd-100 {
width: 100%; }
/*Tamaño en fracciones*/
.hd-1-3,
.grupo .caja.hd-1-3 {
width: 33.3333333333%; }
.hd-2-3,
.grupo .caja.hd-2-3 {
width: 66.6666666667%; }
.hd-3-3,
.grupo .caja.hd-3-3 {
width: 100%; }
.hd-1-6,
.grupo .caja.hd-1-6 {
width: 16.6666666667%; }
.hd-2-6,
.grupo .caja.hd-2-6 {
width: 33.3333333333%; }
.hd-3-6,
.grupo .caja.hd-3-6 {
width: 50%; }
.hd-4-6,
.grupo .caja.hd-4-6 {
width: 66.6666666667%; }
.hd-5-6,
.grupo .caja.hd-5-6 {
width: 83.3333333333%; }
.hd-6-6,
.grupo .caja.hd-6-6 {
width: 100%; }
.hd-1-8,
.grupo .caja.hd-1-8 {
width: 12.5%; }
.hd-2-8,
.grupo .caja.hd-2-8 {
width: 25%; }
.hd-3-8,
.grupo .caja.hd-3-8 {
width: 37.5%; }
.hd-4-8,
.grupo .caja.hd-4-8 {
width: 50%; }
.hd-5-8,
.grupo .caja.hd-5-8 {
width: 62.5%; }
.hd-6-8,
.grupo .caja.hd-6-8 {
width: 75%; }
.hd-7-8,
.grupo .caja.hd-7-8 {
width: 87.5%; }
.hd-8-8,
.grupo .caja.hd-8-8 {
width: 100%; } }
@media all and (min-width: 320px) {
.grupo.base-tabla {
display: table; }
.grupo.base-tabla > .caja {
float: none;
display: table-cell; }
.grupo.base-tabla.medio > .caja {
vertical-align: middle; }
.grupo.base-tabla.arriba > .caja {
vertical-align: top; }
.grupo.base-tabla.abajo > .caja {
vertical-align: bottom; } }
@media all and (min-width: 480px) {
.grupo.movil-tabla {
display: table; }
.grupo.movil-tabla > .caja {
float: none;
display: table-cell; }
.grupo.movil-tabla.medio > .caja {
vertical-align: middle; }
.grupo.movil-tabla.arriba > .caja {
vertical-align: top; }
.grupo.movil-tabla.abajo > .caja {
vertical-align: bottom; } }
@media all and (min-width: 640px) {
.grupo.movil-h-tabla {
display: table; }
.grupo.movil-h-tabla > .caja {
float: none;
display: table-cell; }
.grupo.movil-h-tabla.medio > .caja {
vertical-align: middle; }
.grupo.movil-h-tabla.arriba > .caja {
vertical-align: top; }
.grupo.movil-h-tabla.abajo > .caja {
vertical-align: bottom; } }
@media all and (min-width: 768px) {
.grupo.tablet-tabla {
display: table; }
.grupo.tablet-tabla > .caja {
float: none;
display: table-cell; }
.grupo.tablet-tabla.medio > .caja {
vertical-align: middle; }
.grupo.tablet-tabla.arriba > .caja {
vertical-align: top; }
.grupo.tablet-tabla.abajo > .caja {
vertical-align: bottom; } }
@media all and (min-width: 1024px) {
.grupo.tablet-h-tabla {
display: table; }
.grupo.tablet-h-tabla > .caja {
float: none;
display: table-cell; }
.grupo.tablet-h-tabla.medio > .caja {
vertical-align: middle; }
.grupo.tablet-h-tabla.arriba > .caja {
vertical-align: top; }
.grupo.tablet-h-tabla.abajo > .caja {
vertical-align: bottom; } }
@media all and (min-width: 1025px) {
.grupo.web-tabla {
display: table; }
.grupo.web-tabla > .caja {
float: none;
display: table-cell; }
.grupo.web-tabla.medio > .caja {
vertical-align: middle; }
.grupo.web-tabla.arriba > .caja {
vertical-align: top; }
.grupo.web-tabla.abajo > .caja {
vertical-align: bottom; } }
@media all and (min-width: 1400px) {
.grupo.hd-tabla {
display: table; }
.grupo.hd-tabla > .caja {
float: none;
display: table-cell; }
.grupo.hd-tabla.medio > .caja {
vertical-align: middle; }
.grupo.hd-tabla.arriba > .caja {
vertical-align: top; }
.grupo.hd-tabla.abajo > .caja {
vertical-align: bottom; } }
.caja.medio {
vertical-align: middle; }
.caja.arriba {
vertical-align: top; }
.caja.abajo {
vertical-align: bottom; }
/* ESTILOS PARA DESARROLLO
========================
Añada la clase "desarrollo"
a body para tener ayudas al trabajar con ED GRID
*/
body.desarrollo {
padding: 0 !important;
margin: 0 !important; }
body.desarrollo:before {
background: steelblue;
/*Azul Escuela Digital*/
color: #fff;
font-family: sans-serif;
font-size: 18px;
font-weight: bold;
line-height: 36px;
text-align: center;
display: block;
height: 36px;
margin-bottom: 30px;
position: relative;
z-index: 900; }
body.desarrollo .grupo {
padding-top: 22px;
margin-bottom: 10px;
outline: 1px solid tomato; }
body.desarrollo .grupo .caja {
position: relative;
padding-bottom: 22px; }
body.desarrollo .grupo .caja:nth-child(even) {
background: rgba(70, 130, 180, 0.2); }
body.desarrollo .grupo .grupo {
margin-bottom: 0; }
.desarrollo .grupo .caja:after,
.desarrollo .grupo:before {
content: attr(class);
font-style: italic;
font-size: 12px;
font-weight: normal;
padding: 0 5px;
z-index: 1;
bottom: 0;
right: 0;
position: absolute;
display: table;
width: 100%;
height: 22px;
line-height: 22px; }
.desarrollo .grupo:before {
background: rgba(255, 99, 71, 0.3);
color: tomato;
top: 0;
left: 0;
width: 100%; }
.desarrollo .caja:after {
background: rgba(70, 130, 180, 0.2);
color: steelblue; }
.desarrollo .caja.total:after {
background: rgba(27, 50, 70, 0.3); }
body.desarrollo:before {
content: "ED-GRID: Tamaño base"; }
@media screen and (min-width: 320px) {
body.desarrollo:before {
content: "ED-GRID: Tamaño base, desde 320px"; } }
@media screen and (min-width: 480px) {
body.desarrollo:before {
content: "ED-GRID: Tamaño movil, desde 480px"; } }
@media screen and (min-width: 640px) {
body.desarrollo:before {
content: "ED-GRID: Tamaño movil-h, desde 640px"; } }
@media screen and (min-width: 768px) {
body.desarrollo:before {
content: "ED-GRID: Tamaño tablet, desde 768px"; } }
@media screen and (min-width: 1024px) {
body.desarrollo:before {
content: "ED-GRID: Tamaño tablet-h, desde 1024px"; } }
@media screen and (min-width: 1025px) {
body.desarrollo:before {
content: "ED-GRID: Tamaño web, desde 1025px"; } }
@media screen and (min-width: 1400px) {
body.desarrollo:before {
content: "ED-GRID: Tamaño hd, desde 1400px"; } }
.grupo.demostrar {
outline: 1px solid tomato;
margin: 1em auto; }
.grupo.demostrar > .caja {
background: #eee;
box-shadow: 0 0 0 1px steelblue;
padding-top: 1em;
padding-bottom: 1em; }
.grupo.demostrar > .caja p {
margin-bottom: 0; }
.grupo.demostrar > .caja:nth-child(odd) {
background: #ddd; }
.grupo.demostrar > .caja.total {
background: #fff; }
@media screen and (max-width: 319px) {
.desde-base {
display: none !important; } }
@media screen and (max-width: 479px) {
.desde-movil {
display: none !important; } }
@media screen and (max-width: 639px) {
.desde-movil-h {
display: none !important; } }
@media screen and (max-width: 767px) {
.desde-tablet {
display: none !important; } }
@media screen and (max-width: 1023px) {
.desde-tablet-h {
display: none !important; } }
@media screen and (max-width: 1024px) {
.desde-web {
display: none !important; } }
@media screen and (max-width: 1399px) {
.desde-hd {
display: none !important; } }
@media screen and (min-width: 320px) {
.hasta-base {
display: none !important; } }
@media screen and (min-width: 480px) {
.hasta-movil {
display: none !important; } }
@media screen and (min-width: 640px) {
.hasta-movil-h {
display: none !important; } }
@media screen and (min-width: 768px) {
.hasta-tablet {
display: none !important; } }
@media screen and (min-width: 1024px) {
.hasta-tablet-h {
display: none !important; } }
@media screen and (min-width: 1025px) {
.hasta-web {
display: none !important; } }
@media screen and (min-width: 1400px) {
.hasta-hd {
display: none !important; } }
/*
ESTILOS DE LAYOUT
==================
*/
.centro, .centrar {
display: block;
clear: both;
float: none !important;
margin-right: auto !important;
margin-left: auto !important; }
.left, .izquierda {
float: left; }
.right, .derecha {
float: right; }
.total {
width: 100%;
clear: both; }
.centrar-texto,
.centrar-contenido,
.centro-contenido {
text-align: center; }
.izquierda-texto,
.izquierda-contenido {
text-align: left; }
.derecha-texto,
.derecha-contenido {
text-align: right; }
.circulo {
border-radius: 50%; }
.limpiar:before, .limpiar:after {
content: "";
display: table;
width: 100%;
clear: both; }
/* NO PADDING
===========
class="no-padding" al grupo, le da padding cero a todas sus cajas.
class="no-padding" a la caja le da padding cero solo a ella
*/
.no-padding.grupo > .caja,
.caja.no-padding {
padding-left: 0 !important;
padding-right: 0 !important; }
/* Controlar el padding*/
.padding {
padding-left: 15px;
padding-right: 15px; }
.padding-2 {
padding-left: 30px;
padding-right: 30px; }
.padding-3 {
padding-left: 45px;
padding-right: 45px; }
[class^="icon-"]:before,
[class*=" icon-"]:before {
position: relative;
top: .15em;
display: inline-block; }
.espacio:before {
margin-right: .3em; }
.ed-video {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative; }
.ed-video > iframe,
.ed-video > object,
.ed-video > video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
@font-face {
font-family: "ed-grid";
src: url("../fonts/ed-grid.eot");
src: url("../fonts/ed-grid.eot?#iefix") format("embedded-opentype"), url("../fonts/ed-grid.woff") format("woff"), url("../fonts/ed-grid.ttf") format("truetype"), url("../fonts/ed-grid.svg#ed-grid") format("svg");
font-weight: normal;
font-style: normal; }
[data-icon]:before {
font-family: "ed-grid" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
[class^="icon-"]:before,
[class*=" icon-"]:before {
font-family: "ed-grid" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
display: inline-block;
position: relative;
top: .15em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.espacio:before {
margin-right: .3em; }
.icon-youtube:before {
content: "a"; }
.icon-twitter:before {
content: "b"; }
.icon-facebook:before {
content: "c"; }
.icon-linkedin:before {
content: "d"; }
.icon-pinterest:before {
content: "e"; }
.icon-instagram:before {
content: "f"; }
.icon-rss:before {
content: "g"; }
.icon-github:before {
content: "h"; }
.icon-izquierda:before {
content: "i"; }
.icon-derecha:before {
content: "j"; }
.icon-arriba:before {
content: "k"; }
.icon-abajo:before {
content: "l"; }
.icon-triangulo-izquierda:before {
content: "m"; }
.icon-triangulo-derecha:before {
content: "n"; }
.icon-triangulo-arriba:before {
content: "p"; }
.icon-aceptar:before {
content: "q"; }
.icon-triangulo-abajo:before {
content: "o"; }
.icon-telefono:before {
content: "r"; }
.icon-android:before {
content: "s"; }
.icon-apple:before {
content: "t"; }
.icon-bitcoin:before {
content: "u"; }
.icon-fecha:before {
content: "v"; }
.icon-camara:before {
content: "w"; }
.icon-tarjeta:before {
content: "x"; }
.icon-pin:before {
content: "y"; }
.icon-cerrar:before {
content: "z"; }
.icon-whatsapp:before {
content: "A"; }
.icon-vimeo:before {
content: "B"; }
.icon-menu:before {
content: "C"; }
.icon-menu-secundario:before {
content: "D"; }
.icon-correo:before {
content: "E"; }
.icon-ed:before {
content: "F"; }
.icon-google-plus:before {
content: "G"; }
.icon-carrito:before {
content: "H"; }
.icon-usuario:before {
content: "I"; }
.icon-enlace:before {
content: "J"; }
.icon-portafolio:before {
content: "K"; }
.icon-mastercard:before {
content: "L"; }
.icon-paypal:before {
content: "M"; }
.icon-visa:before {
content: "N"; }
.icon-buscar:before {
content: "O"; }
body {
background: #fff;
font-family: "Open Sans", sans-serif;
color: #333; }
a {
color: initial; }
p, blockquote, li {
font-size: 1em;
line-height: 1.5; }
p {
margin: 0 0 1em 0; }
p:last-child, p:only-child {
margin: 0; }
h1, h2, h3, h4, h5, h6 {
font-family: "Open Sans", sans-serif;
font-weight: 700;
text-transform: normal;
color: #222; }
h1 {
font-size: 2em;
line-height: 1.2; }
h2 {
font-size: 1.6em; }
h3 {
font-size: 1.3em; }
h4 {
font-size: 1em; }
h5 {
font-size: 0.9em; }
h6 {
font-size: 0.8em; }
header .arriba {
margin: 40px 0; }
header #box--login {
background-color: #ec2a8c;
overflow: hidden;
padding: 2em; }
header #box--login h1 {
color: #fff;
font-weight: 400;
font-style: italic;
font-size: 1.4em;
margin: 0; }
header #box--login form#login {
width: 100%;
height: auto;
margin-top: 1em; }
header #box--login form#login label {
width: 100%;
float: left;
color: #fff;
margin: 0.4em 0;
font-size: 0.9em; }
header #box--login form#login input[type="text"], header #box--login form#login input[type="password"] {
padding: 6px;
float: left;
font-size: 0.8em;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 2px solid #9B1F5D; }
@media screen and (min-width: 320px) {
header #box--login form#login input[type="text"], header #box--login form#login input[type="password"] {
width: 100%;
padding: 8px;
font-size: 0.9em; } }
@media screen and (min-width: 1025px) {
header #box--login form#login input[type="text"], header #box--login form#login input[type="password"] {
width: 60%; } }
header #box--login form#login button[type="submit"] {
width: 60%;
padding: 6px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 2px solid #8b0253;
margin-top: 1em;
background-color: #b8006d;
color: #fff;
transition: all .3s; }
@media screen and (min-width: 320px) {
header #box--login form#login button[type="submit"] {
width: 100%;
padding: 10px;
font-size: 1em;
text-transform: uppercase; } }
@media screen and (min-width: 1025px) {
header #box--login form#login button[type="submit"] {
width: 60%;
padding: 6px; } }
header #box--login form#login button[type="submit"]:hover {
background-color: #8b0253; }
header #box--login form#login button.recuperar {
text-align: right;
color: #fff;
border: none;
background: none;
padding: 0;
text-decoration: underline;
font-weight: 400;
font-style: italic;
font-size: 0.8em;
margin-top: 0.8em; }
header #box--login form#login button.recuperar:hover {
background: none;
text-decoration: none; }
header #box--blue {
height: 235px;
background-color: #02aeef;
margin-top: 30px;
margin-bottom: 30px;
position: relative; }
@media screen and (min-width: 640px) {
header #box--blue {
height: 315px; } }
@media screen and (min-width: 768px) {
header #box--blue {
height: 435px; } }
header #box--blue #royalito {
width: 58%;
position: relative; }
header #box--blue #royalito img.topR {
margin-top: 20px; }
@media screen and (min-width: 768px) {
header #box--blue #royalito img.topR {
margin-top: 80px; } }
header #box--blue #linea_texto {
position: absolute;
top: 110px;
right: 0px;
width: 50%; }
@media screen and (min-width: 768px) {
header #box--blue #linea_texto {
top: 170px;
right: 30px; } }
header #box--blue #linea_texto h2 {
font-size: 0.8em;
color: #fff;
font-weight: 600;
padding: 0.6em;
margin-bottom: 2px;
position: absolute;
top: -90px;
right: 0;
text-align: center; }
@media screen and (min-width: 480px) {
header #box--blue #linea_texto h2 {
top: -70px; } }
@media screen and (min-width: 640px) {
header #box--blue #linea_texto h2 {
font-size: 1.1em; } }
@media screen and (min-width: 768px) {
header #box--blue #linea_texto h2 {
font-size: 1.2em;
top: -110px; } }
header #box--check {
overflow: hidden;
padding: 2em;
position: relative; }
header #box--check #royalito-check {
position: relative;
width: 90%;
text-align: center; }
header #box--check #base--globo {
width: 45%;
position: absolute;
top: 170px;
right: 0; }
header #box--check p.garabatos {
position: absolute;
color: #706F6F; }
@media screen and (min-width: 768px) {
header #box--check p.garabatos {
top: 7.5em;
right: -11px;
font-size: 1.2em; } }
@media screen and (min-width: 1025px) {
header #box--check p.garabatos {
top: 4.5em;
right: 0;
font-size: 1.8em; } }
header #box--check p.recuperar {
position: absolute;
color: #706F6F;
top: 7.5em;
right: 0px;
font-size: 1.2em;
font-weight: 700;
text-transform: uppercase; }
header #box--check #check-verde {
position: absolute; }
@media screen and (min-width: 768px) {
header #box--check #check-verde {
right: 40px;
top: 100px; } }
@media screen and (min-width: 1025px) {
header #box--check #check-verde {
right: 60px; } }
@media screen and (min-width: 768px) {
header #alerta {
margin-top: 21em; } }
@media screen and (min-width: 1025px) {
header #alerta {
margin-top: 28em; } }
header #alerta h1 {
color: #706f6f; }
header #alerta p.alarm {
color: #3f3f3f;
padding: 1.5em;
background-color: rgba(199, 7, 34, 0.4);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; }
header #alerta p.alarm a {
color: #a10303; }
header #alerta p.normal-text {
font-weight: 700;
color: #706f6f;
text-transform: uppercase;
font-size: 0.85em; }
header #alerta form#rec-contra {
background-color: #02aeef;
padding: 1.5em; }
header #alerta form#rec-contra input[type="text"] {
padding: 5px;
font-size: 0.9em;
width: 100%; }
header #alerta form#rec-contra button[type="submit"] {
background-color: #040452;
color: #fff;
border: none;
padding: 6px 8px;
transition: all .3s;
margin-top: 0.5em; }
header #alerta form#rec-contra button[type="submit"]:hover {
background-color: #02599c; }
header a.ir-encuesta {
padding: 8px 12px;
background-color: #02aeef;
text-align: center;
color: #fff;
text-transform: uppercase;
text-decoration: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-top: 1.5em;
float: left; }
header #box--naranja form#registrate {
text-align: right;
padding: 0.5em 0.5em 0.5em 0.5em; }
@media screen and (min-width: 320px) {
header #box--naranja form#registrate {
background-color: none; } }
@media screen and (min-width: 1025px) {
header #box--naranja form#registrate {
background-color: #f47d34; } }
header #box--naranja form#registrate button[type="submit"] {
background-color: #a14004;
padding: 6px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 2px solid #843403;
color: #fff;
text-transform: uppercase;
text-align: center;
transition: all .3s; }
header #box--naranja form#registrate button[type="submit"]:hover {
background-color: #843403; }
@media screen and (min-width: 768px) {
header #box--naranja form#registrate button[type="submit"] {
width: 30%;
padding: 1em; } }
@media screen and (min-width: 1025px) {
header #box--naranja form#registrate button[type="submit"] {
width: 100%; } }
#content h4 {
color: #040452;
font-size: 1.8em;
margin: 0 1em 0 0;
float: left;
line-height: 2; }
#content .foo {
border: 2px solid #90c03d;
float: left; }
#content .limit {
width: 60px;
height: 60px; }
#content form#perfil {
width: 100%;
height: auto;
margin-top: 2em;
float: left; }
#content form#perfil fieldset {
width: 100%;
position: relative;
padding: 1.8em 0.1em; }
#content form#perfil fieldset h1 {
margin: 0;
top: -16px;
position: absolute;
color: #040452;
background: #fff;
font-size: 1.4em;
left: 15px; }
#content form#perfil fieldset label {
padding: 0.8em 0;
color: #010673;
float: left; }
#content form#perfil fieldset input[type="text"] {
width: 100%;
padding: 4px;
font-size: 0.8em; }
#content form#perfil fieldset select.sel {
width: 100%; }
#content form#perfil fieldset.Cacceso {
margin-top: 2.5em; }
#content form#perfil fieldset.Cacceso textarea {
width: 100%;
height: 170px;
resize: none;
padding: 8px;
font-size: 0.8em; }
#content form#perfil button[type="submit"] {
background-color: #02599c;
color: #fff;
padding: 5px 16px;
border: none;
margin-top: 1em;
transition: all .3s; }
#content form#perfil button[type="submit"]:hover {
background-color: #040452; }
#content form#contact {
position: relative;
width: 100%; }
#content form#contact h2 {
color: #040452;
font-size: 1.8em;
position: absolute;
top: -22px;
background-color: #fff;
font-weight: 700; }
#content form#contact label {
width: 100%;
padding: 0.8em 0px;
color: #010673;
float: left; }
#content form#contact input[type="text"] {
width: 100%;
padding: 5px;
font-size: 0.9em; }
#content form#contact textarea {
width: 100%;
height: 190px;
padding: 5px;
font-size: 0.9em; }
#content form#contact button[type="submit"] {
width: 15%;
background-color: #02599C;
color: #FFF;
padding: 5px 16px;
border: medium none;
margin-top: 1em;
transition: all 0.3s ease 0s; }
#content form#contact button[type="submit"]:hover {
background-color: #040452; }
section #preguntas {
background-color: #fff;
padding: 0 15px 15px 15px; }
section #preguntas form#encuesta article.color1, section #preguntas form#encuesta article.color2, section #preguntas form#encuesta article.color3, section #preguntas form#encuesta article.color4, section #preguntas form#encuesta article.color5 {
padding: 1em;
overflow: hidden;
margin-bottom: 1em; }
section #preguntas form#encuesta article.color1 p, section #preguntas form#encuesta article.color2 p, section #preguntas form#encuesta article.color3 p, section #preguntas form#encuesta article.color4 p, section #preguntas form#encuesta article.color5 p {
color: #fff;
font-weight: 700;
text-align: left;
font-size: 1.2em; }
section #preguntas form#encuesta article.color1 p span, section #preguntas form#encuesta article.color2 p span, section #preguntas form#encuesta article.color3 p span, section #preguntas form#encuesta article.color4 p span, section #preguntas form#encuesta article.color5 p span {
margin-right: 0.5em; }
section #preguntas form#encuesta article.color1 input[type="radio"], section #preguntas form#encuesta article.color2 input[type="radio"], section #preguntas form#encuesta article.color3 input[type="radio"], section #preguntas form#encuesta article.color4 input[type="radio"], section #preguntas form#encuesta article.color5 input[type="radio"] {
margin-right: 2em; }
section #preguntas form#encuesta article.color1 a.btn--enc, section #preguntas form#encuesta article.color2 a.btn--enc, section #preguntas form#encuesta article.color3 a.btn--enc, section #preguntas form#encuesta article.color4 a.btn--enc, section #preguntas form#encuesta article.color5 a.btn--enc {
color: #fff;
padding: 8px 8px;
text-align: center;
font-weight: 700;
background-color: #040452;
display: block;
margin-bottom: 1em;
font-size: 0.9em;
text-decoration: none;
position: relative; }
@media screen and (min-width: 320px) {
section #preguntas form#encuesta article.color1 a.btn--enc, section #preguntas form#encuesta article.color2 a.btn--enc, section #preguntas form#encuesta article.color3 a.btn--enc, section #preguntas form#encuesta article.color4 a.btn--enc, section #preguntas form#encuesta article.color5 a.btn--enc {
width: 30%; } }
@media screen and (min-width: 768px) {
section #preguntas form#encuesta article.color1 a.btn--enc, section #preguntas form#encuesta article.color2 a.btn--enc, section #preguntas form#encuesta article.color3 a.btn--enc, section #preguntas form#encuesta article.color4 a.btn--enc, section #preguntas form#encuesta article.color5 a.btn--enc {
width: 10%; } }
section #preguntas form#encuesta article.color1 #palomita, section #preguntas form#encuesta article.color2 #palomita, section #preguntas form#encuesta article.color3 #palomita, section #preguntas form#encuesta article.color4 #palomita, section #preguntas form#encuesta article.color5 #palomita {
position: absolute;
top: 5px; }
@media screen and (min-width: 480px) {
section #preguntas form#encuesta article.color1 #palomita, section #preguntas form#encuesta article.color2 #palomita, section #preguntas form#encuesta article.color3 #palomita, section #preguntas form#encuesta article.color4 #palomita, section #preguntas form#encuesta article.color5 #palomita {
left: 80px;
width: 25%; } }
@media screen and (min-width: 640px) {
section #preguntas form#encuesta article.color1 #palomita, section #preguntas form#encuesta article.color2 #palomita, section #preguntas form#encuesta article.color3 #palomita, section #preguntas form#encuesta article.color4 #palomita, section #preguntas form#encuesta article.color5 #palomita {
left: 90px;
width: 35%; } }
@includem desde (tablet) {
section #preguntas form#encuesta article.color1 #palomita, section #preguntas form#encuesta article.color2 #palomita, section #preguntas form#encuesta article.color3 #palomita, section #preguntas form#encuesta article.color4 #palomita, section #preguntas form#encuesta article.color5 #palomita {
left: 80px;
width: 35%; } }
@media screen and (min-width: 1024px) {
section #preguntas form#encuesta article.color1 #palomita, section #preguntas form#encuesta article.color2 #palomita, section #preguntas form#encuesta article.color3 #palomita, section #preguntas form#encuesta article.color4 #palomita, section #preguntas form#encuesta article.color5 #palomita {
left: 110px; } }
@media screen and (min-width: 1025px) {
section #preguntas form#encuesta article.color1 #palomita, section #preguntas form#encuesta article.color2 #palomita, section #preguntas form#encuesta article.color3 #palomita, section #preguntas form#encuesta article.color4 #palomita, section #preguntas form#encuesta article.color5 #palomita {
left: 110px; } }
section #preguntas form#encuesta article.color1 {
background-color: #90c03d; }
section #preguntas form#encuesta article.color2 {
background-color: #ec2a8c; }
section #preguntas form#encuesta article.color3 {
background-color: #02aeef; }
section #preguntas form#encuesta article.color4 {
background-color: #f47d34; }
section #preguntas form#encuesta article.color5 {
background-color: #40ad48; }
section #preguntas form#encuesta button[type="submit"] {
padding: 5px 12px;
color: #fff;
border: none;
background-color: #040452; }
section #preguntas form#encuesta button[type="submit"]:hover {
background-color: #02599c; }
@media screen and (min-width: 768px) {
section #preguntas form#encuesta button[type="submit"] {
margin: 1em;
width: 30%;
padding: 1em 1.3em; } }
#anchor-tag {
width: 100%; }
@media screen and (min-width: 320px) {
#anchor-tag:before, #anchor-tag:after {
clear: both;
content: " ";
display: table;
width: 100%; }
#anchor-tag > item--galeria, #anchor-tag > .item--galeria {
float: left;
width: 23.5%;
margin-right: 2%;
margin-bottom: 2%; }
#anchor-tag > item--galeria:nth-child(4n), #anchor-tag > .item--galeria:nth-child(4n) {
margin-right: 0;
clear: right; }
#anchor-tag > item--galeria:nth-child(4n+1), #anchor-tag > .item--galeria:nth-child(4n+1) {
clear: left; } }
@media screen and (min-width: 768px) {
#anchor-tag:before, #anchor-tag:after {
clear: both;
content: " ";
display: table;
width: 100%; }
#anchor-tag > item--galeria, #anchor-tag > .item--galeria {
float: left;
width: 23.5%;
margin-right: 2%;
margin-bottom: 2%; }
#anchor-tag > item--galeria:nth-child(4n), #anchor-tag > .item--galeria:nth-child(4n) {
margin-right: 0;
clear: right; }
#anchor-tag > item--galeria:nth-child(4n+1), #anchor-tag > .item--galeria:nth-child(4n+1) {
clear: left; } }
@media screen and (min-width: 1025px) {
#anchor-tag:before, #anchor-tag:after {
clear: both;
content: " ";
display: table;
width: 100%; }
#anchor-tag > item--galeria, #anchor-tag > .item--galeria {
float: left;
width: 24.25%;
margin-right: 1%;
margin-bottom: 1%; }
#anchor-tag > item--galeria:nth-child(4n), #anchor-tag > .item--galeria:nth-child(4n) {
margin-right: 0;
clear: right; }
#anchor-tag > item--galeria:nth-child(4n+1), #anchor-tag > .item--galeria:nth-child(4n+1) {
clear: left; } }
header #menu {
width: 100%;
height: auto; }
@media screen and (min-width: 768px) {
header #menu {
margin-top: 1.2em; } }
header #menu ul {
margin: 0;
padding: 0;
list-style: none;
text-align: right; }
header #menu ul li {
display: inline-block;
text-align: right;
border-right: 1px solid #706f6f;
padding: 0 1em; }
header #menu ul li:last-child {
border-right: none; }
header #menu ul li a {
color: #706f6f;
text-decoration: none; }
header #menu ul li a:hover {
color: #808080; }
section {
background: #fff; }
section nav.navegacion {
width: 100%;
height: auto;
overflow: hidden;
padding-bottom: 1.8em; }
section nav.navegacion ul {
margin: 0;
padding: 0;
list-style: none; }
section nav.navegacion ul li {
display: inline-block;
line-height: 0; }
@media screen and (min-width: 320px) {
section nav.navegacion ul li {
width: 50%;
float: left;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff; }
section nav.navegacion ul li:last-child {
border-right: 0; } }
@media screen and (min-width: 768px) {
section nav.navegacion ul li {
width: auto;
float: none; } }
section nav.navegacion ul li a {
color: #fff;
text-decoration: none;
font-size: 0.9em;
margin: 0;
display: block;
transition: all .3s; }
@media screen and (min-width: 320px) {
section nav.navegacion ul li a {
text-align: center; } }
@media screen and (min-width: 768px) {
section nav.navegacion ul li a {
text-align: none; } }
section nav.navegacion ul li a.seguridad {
background: #90c03d;
padding: 1.5em 1em; }
section nav.navegacion ul li a.seguridad:hover {
background: #7ca633; }
section nav.navegacion ul li a.productividad {
background: #ec2a8c;
padding: 1.5em 1em; }
section nav.navegacion ul li a.productividad:hover {
background: #c42375; }
section nav.navegacion ul li a.responsabilidad {
background: #02aeef;
padding: 1.5em 1em; }
section nav.navegacion ul li a.responsabilidad:hover {
background: #0485b6; }
section nav.navegacion ul li a.superacion {
background: #f47d34;
padding: 1.5em 1em; }
section nav.navegacion ul li a.superacion:hover {
background: #c85e1b; }
section nav.navegacion ul li a.optimismo {
background: #40ad48;
padding: 1.5em 1em; }
section nav.navegacion ul li a.optimismo:hover {
background: #2a7631; }
section nav.navegacion ul li a.profesionalismo {
background: #97c93e;
padding: 1.5em 1em; }
section nav.navegacion ul li a.profesionalismo:hover {
background: #6e922f; }
section nav.navegacion ul li a.catalogo {
background: #010673;
padding: 1.5em 3.42em; }
@media screen and (min-width: 768px) {
section nav.navegacion ul li a.catalogo {
margin-top: 1em; } }
@media screen and (min-width: 1025px) {
section nav.navegacion ul li a.catalogo {
margin-top: 0; } }
section nav.navegacion ul li a.catalogo:hover {
background: #303494; }
section nav.navegacion ul li a.beneficios {
background: #0f1491;
padding: 1.5em 3.42em; }
@media screen and (min-width: 768px) {
section nav.navegacion ul li a.beneficios {
margin-top: 1em; } }
@media screen and (min-width: 1025px) {
section nav.navegacion ul li a.beneficios {
margin-top: 0; } }
section nav.navegacion ul li a.beneficios:hover {
background: #010673; }
section #menu-beneficios {
width: 100%;
overflow: hidden;
margin-bottom: 2em; }
section #menu-beneficios ul {
list-style: none;
padding: 0; }
section #menu-beneficios ul li {
display: inline-block; }
section #menu-beneficios ul li a {
background-color: #1ecfc5;
color: #fff;
text-align: center;
padding: 8px 21px;
text-decoration: none;
transition: all .3s; }
section #menu-beneficios ul li a:hover {
background-color: #0c9c94; }
section #menu-beneficios ul li a span.stock {
margin-left: 8px;
font-size: 0.9em; }
body {
background: url(../img/bg.jpg) repeat; }
#strip {
background: url(../img/strip.jpg) repeat-x;
height: 8px;
width: 100%; }
header {
background: #fff;
position: relative;
padding-bottom: 2em; }
header #logo {
text-align: center;
padding: 15px 0 0 0; }
header #logo_royal {
position: absolute;
width: 126px;
height: 71px;
top: 30%;
left: 0px; }
@media screen and (min-width: 320px) {
header #logo_royal {
display: none; } }
@media screen and (min-width: 768px) {
header #logo_royal {
display: block; } } header #logo_multitecnica { position: absolute; width: 126px; height: 71px; top: 30%; left: 127px; } @media screen and (min-width: 320px) { header #logo_multitecnica { display: none; } } @media screen and (min-width: 768px) { header #logo_multitecnica { display: block; } }
header #logo-for-unilever {
width: 332px;
height: 136px;
position: absolute;
top: 10%;
left: 15px; }
@media screen and (min-width: 320px) {
header #logo-for-unilever {
display: none; } }
@media screen and (min-width: 768px) {
header #logo-for-unilever {
display: block; } }
header #admin-header {
position: absolute; }
@media screen and (min-width: 320px) {
header #admin-header {
top: 10px;
right: 20px; } }
@media screen and (min-width: 768px) {
header #admin-header {
width: 25%;
text-align: center;
margin-top: 1em;
right: 20px; } }
@media screen and (min-width: 1025px) {
header #admin-header {
right: 20px;
margin-top: 1em; } }
header #admin-header #admin--data {
float: left;
margin-bottom: 1em; }
@media screen and (min-width: 768px) {
header #admin-header #admin--data {
float: none; } }
@media screen and (min-width: 1025px) {
header #admin-header #admin--data {
float: left; } }
header #admin-header #admin--data img {
width: 60px;
height: 60px;
border: 2px solid #40ad48;
float: left;
margin-right: 1em; }
@media screen and (min-width: 320px) {
header #admin-header #admin--data img {
display: none; } }
@media screen and (min-width: 768px) {
header #admin-header #admin--data img {
display: block;
float: none;
margin: 0 auto; } }
@media screen and (min-width: 1025px) {
header #admin-header #admin--data img {
float: left;
margin-right: 1em; } }
header #admin-header #admin--data span.nombre_usuario {
float: left;
margin-top: 10%;
color: #808080;
display: none; }
@media screen and (min-width: 768px) {
header #admin-header #admin--data span.nombre_usuario {
width: 100%;
text-align: center;
font-size: 0.9em;
margin-top: 0;
margin-bottom: 1em;
margin-top: 1em;
display: block; } }
@media screen and (min-width: 1025px) {
header #admin-header #admin--data span.nombre_usuario {
float: left;
margin-top: 10%;
color: #808080;
width: auto; } }
header #admin-header #cuenta {
width: 100%;
height: auto;
overflow: hidden; }
@media screen and (min-width: 768px) {
header #admin-header #cuenta {
text-align: center; } }
@media screen and (min-width: 1025px) {
header #admin-header #cuenta {
text-align: none; } }
header #admin-header #cuenta ul {
margin: 0;
padding: 0;
list-style: none; }
header #admin-header #cuenta ul li {
display: block; }
@media screen and (min-width: 768px) {
header #admin-header #cuenta ul li {
display: inline;
margin-right: 1em; } }
@media screen and (min-width: 1025px) {
header #admin-header #cuenta ul li {
display: inline-block; } }
header #admin-header #cuenta ul li a.micuenta {
color: #02aeef;
text-decoration: none;
font-size: 0.9em;
background: url(../img/icon-user.jpg) no-repeat center left;
padding-left: 1.2em; }
header #admin-header #cuenta ul li a.micuenta:hover {
color: #40ad48; }
header #admin-header #cuenta ul li a.cerrar {
color: #02aeef;
text-decoration: none;
font-size: 0.9em;
background: url(../img/icon-off.jpg) no-repeat center left;
padding-left: 1.2em; }
header #admin-header #cuenta ul li a.cerrar:hover {
color: #40ad48; }
header .btnLateral {
background-color: #040452;
color: #fff;
padding: 1em 1.8em;
position: fixed;
right: -40px;
top: 5em;
-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
text-decoration: none;
transition: all .3s; }
header .btnLateral:hover {
background-color: #02599c; }
@media screen and (min-width: 320px) {
header .btnLateral {
display: none; } }
@media screen and (min-width: 1025px) {
header .btnLateral {
display: block; } }
footer {
background-color: #040452;
padding: 1em; }
footer #logo--footer {
margin-top: 16%;
text-align: center;
margin-top: 0; }
@media screen and (min-width: 768px) {
footer #logo--footer {
margin-top: 0;
text-align: center; } }
@media screen and (min-width: 1025px) {
footer #logo--footer {
margin-top: 16%;
text-align: left; } }
footer p {
color: #fff;
font-size: 0.8em;
text-align: left; }
footer #menuComple {
text-align: center; }
@media screen and (min-width: 320px) {
footer #menuComple {
margin-top: 1em;
margin-bottom: 2em; } }
@media screen and (min-width: 1025px) {
footer #menuComple {
margin-top: 3em;
margin-bottom: 0; } }
footer #menuComple ul {
margin: 0;
padding: 0;
list-style: none; }
footer #menuComple ul li {
display: inline-block;
padding-right: 1em; }
footer #menuComple ul li:last-child {
padding-right: 0; }
footer #menuComple ul li a {
color: #fff;
text-decoration: none;
text-decoration: none; }
@media screen and (min-width: 320px) {
footer #menuComple ul li a {
font-size: 0.7em; } }
@media screen and (min-width: 768px) {
footer #menuComple ul li a {
font-size: 0.8em; } }
footer #menuComple ul li a:hover {
text-decoration: underline; }
footer form#footer {
width: 100%; }
footer form#footer textarea {
width: 100%;
height: 4em;
resize: none;
margin-bottom: 0.5em;
padding: 4px;
font-size: 0.8em; }
@media screen and (min-width: 768px) {
footer form#footer textarea {
height: 5em; } }
@media screen and (min-width: 1025px) {
footer form#footer textarea {
height: 4em; } }
footer form#footer button[type="submit"] {
background-color: #02599c;
color: #fff;
text-align: center;
border: none;
transition: all .3s; }
@media screen and (min-width: 320px) {
footer form#footer button[type="submit"] {
width: 100%;
padding: 0.5em 0em; } }
@media screen and (min-width: 768px) {
footer form#footer button[type="submit"] {
padding: 8px 12px;
width: 30%; } }
footer form#footer button[type="submit"]:hover {
background-color: #02aeef; }
section #slider {
position: relative; }
section #slider #noticias {
width: 230px;
height: 300px;
position: absolute;
top: 15px;
right: 15px;
z-index: 99;
border: 1px solid #fff;
overflow-y: scroll;
overflow-x: hidden;
background-color: #ec2a8c; }
@media screen and (min-width: 320px) {
section #slider #noticias {
display: none; } }
@media screen and (min-width: 768px) {
section #slider #noticias {
height: 200px;
display: block; } }
@media screen and (min-width: 1025px) {
section #slider #noticias {
height: 300px; } }
section #slider #noticias h1 {
font-size: 1em;
color: #ec2a8c;
background-color: #fff;
margin: 0;
padding: 0.5em;
font-weight: 400;
position: absolute;
width: 213px;
z-index: 0; }
@media screen and (min-width: 320px) {
section #slider #noticias h1 {
width: 230px; } }
@media screen and (min-width: 768px) {
section #slider #noticias h1 {
width: 230px; } }
@media screen and (min-width: 1025px) {
section #slider #noticias h1 {
width: 213px; } }
section #slider #noticias #noticias-scroll {
width: 90%; }
section #slider #noticias #noticias-scroll ul {
margin: 30px 0 0 0;
padding: 0;
list-style: none; }
section #slider #noticias #noticias-scroll ul li {
padding: 8px;
border-bottom: 1px solid #fff; }
section #slider #noticias #noticias-scroll ul li a {
color: #fff;
text-align: left;
font-size: 0.7em;
line-height: 0;
text-decoration: none; }
section #slider #noticias #noticias-scroll ul li a:hover {
text-decoration: underline; }
section#search {
text-align: right; }
@media screen and (min-width: 320px) {
section#search form#busqueda {
margin-bottom: 1.5em;
margin-top: 1em; } }
@media screen and (min-width: 768px) {
section#search form#busqueda {
margin-bottom: 0; } }
section#search form#busqueda input[type="text"] {
margin-bottom: 1em;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555;
vertical-align: middle;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; }
@media screen and (min-width: 320px) {
section#search form#busqueda input[type="text"] {
width: 80%; } }
@media screen and (min-width: 768px) {
section#search form#busqueda input[type="text"] {
width: 30%; } }
section#search form#busqueda button[type="submit"] {
background: #ec2a8c;
color: #fff;
border-width: 0px;
padding: 5px 5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
position: relative;
top: -5px; }
#main {
background: #fff;
padding-bottom: 1em; }
#main h2 {
color: #02aeef;
font-size: 1.15em;
margin: 0 0 1em 0;
font-weight: 400; }
#main .widgets {
width: 100%;
height: auto; }
#main .widgets h3 {
background-color: #02aeef;
color: #fff;
text-align: left;
padding: 0.5em;
font-size: 1em;
margin: 0 0 3px 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; }
#main .caja--actividades {
width: 100%;
height: auto; }
#main #content {
margin-top: 45px; }
#main #content .titulo-beneficios {
color: #040452;
margin: 0 0 35px 0;
text-align: left; }
#main #content ol.lista-ordenada {
margin: 0px 0px 0px 20px;
padding: 0; }
#main #content ol.lista-ordenada li {
color: #706f6f;
font-size: 0.9em;
margin-bottom: 0.8em; }
#main #content p.proximamente {
font-size: 2.4em;
color: #040452;
text-align: left;
font-weight: bold;
line-height: 1; }
#main #content a.patras {
background: #02599c;
padding: 0.7em 1em;
color: #fff;
text-align: center;
font-size: 0.9em;
text-decoration: none;
transition: all .3s; }
#main #content a.patras:hover {
background: #040452; }
#main #content .caja-senaletica {
width: 100%;
text-align: center; }
#main #content .caja-senaletica .item-senaletica {
width: 100px;
border: 1px solid #c6c5c6;
padding: 1em; }
#main #content .caja-senaletica p.sen {
color: #040452;
font-size: 0.9em;
line-height: 1; }
@media screen and (min-width: 320px) {
#main #content .caja-senaletica:before, #main #content .caja-senaletica:after {
clear: both;
content: " ";
display: table;
width: 100%; }
#main #content .caja-senaletica > item-senaletica, #main #content .caja-senaletica > .item-senaletica {
float: left;
width: 30%;
margin-right: 5%;
margin-bottom: 5%; }
#main #content .caja-senaletica > item-senaletica:nth-child(3n), #main #content .caja-senaletica > .item-senaletica:nth-child(3n) {
margin-right: 0;
clear: right; }
#main #content .caja-senaletica > item-senaletica:nth-child(3n+1), #main #content .caja-senaletica > .item-senaletica:nth-child(3n+1) {
clear: left; } }
#main #content #contenido {
width: 100%;
float: left;
margin-top: 2em; }
#main #content #contenido .item--cajas {
border-top: 1px solid #40ad48;
border-bottom: 1px solid #40ad48;
position: relative;
padding-top: 0.8em; }
@media screen and (min-width: 320px) {
#main #content #contenido .item--cajas {
width: 100%;
margin-bottom: 2em; } }
@media screen and (min-width: 768px) {
#main #content #contenido .item--cajas {
width: 48%; } }
#main #content #contenido .guia {
width: 20%;
height: 0.5em;
background: #40ad48;
position: absolute;
top: -8px;
left: 0;
display: block; }
#main #content #contenido h1 {
font-size: 1em;
margin: 0 0 1em 0;
font-weight: 400;
color: #706f6f; }
#main #content #contenido button[type="button"] {
border: none;
background-color: #40ad48;
color: #fff;
padding: 2px 8px;
font-size: 0.9em;
float: right;
margin-bottom: 1em;
transition: all .3s; }
#main #content #contenido button[type="button"]:hover {
background-color: #97c93e; }
#main #content #titulo-menu-colores {
width: 100%;
overflow: hidden;
margin-bottom: 1em; }
#main #content #titulo-menu-colores h1 {
font-size: 2.2em;
color: #040452;
margin: 0;
line-height: 1.8;
margin-left: 2em; }
#main #content p.texto-conceptos {
color: #808080;
font-size: 0.95em; }
#main #content #imagen-destacada {
padding-bottom: 1.5em; }
#main #content #imagen-destacada h1 {
color: #040452;
margin-top: 0; }
#main #content #imagen-destacada h2 {
margin: 0.8em 0;
color: #040452;
font-size: 1.6em;
font-weight: 700; }
#main #content #imagen-destacada p {
color: #808080;
font-size: 0.95em; }
#main #content #imagen-destacada button[type="submit"] {
padding: 5px 12px;
background-color: #040452;
transition: all .3s;
color: #fff;
text-align: center;
border: none;
float: right;
margin: 1em 0;
font-size: 0.8em; }
#main #content #imagen-destacada button[type="submit"]:hover {
background-color: #02599c; }
#main #content iframe {
background: url(../img/loading.gif) center center no-repeat; }
#main #content #registro_publicaciones {
width: 100%;
padding-bottom: 2em; }
#main #content #registro_publicaciones h1 {
color: #040452;
margin-top: 0;
font-size: 1.5em; }
#main #content #registro_publicaciones p {
color: #040452; }
#main #content #registro_publicaciones ul.anteriores {
width: 100%;
margin: 0;
padding: 0; }
#main #content #registro_publicaciones ul.anteriores li {
display: block;
margin-bottom: 1em; }
#main #content #registro_publicaciones ul.anteriores li a {
color: #02599c; }
#main #content #contenido-beneficios .item--beneficios {
width: 100%;
border-top: 1px solid #40ad48;
border-bottom: 1px solid #40ad48;
position: relative;
padding-top: 0.8em;
margin-bottom: 1em; }
#main #content #contenido-beneficios .guia-line {
width: 20%;
height: 0.5em;
background: #40ad48;
position: absolute;
top: -8px;
left: 0;
display: block; }
#main #content #contenido-beneficios h1 {
font-size: 1.1em;
margin: 0 0 12px 3px;
color: #040452; }
#main #content #contenido-beneficios .titulo-ben-interior {
font-size: 1.5em;
margin: 0.8em 0; }
#main #content #contenido-beneficios p.bajada-beneficios {
color: #040452;
text-align: left;
font-size: 0.9em;
margin: 1em; }
#main #content #contenido-beneficios a.canjear {
padding: 0.5em 1em;
color: #fff;
background: #f47d34;
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-decoration: none;
margin-top: 1em; }
#main #content #contenido-beneficios a.canjear:hover {
background-color: #0c9c94; }
@media screen and (min-width: 1025px) {
#main #content #contenido-beneficios:before, #main #content #contenido-beneficios:after {
clear: both;
content: " ";
display: table;
width: 100%; }
#main #content #contenido-beneficios > item--beneficios, #main #content #contenido-beneficios > .item--beneficios {
float: left;
width: 47.5%;
margin-right: 5%;
margin-bottom: 5%; }
#main #content #contenido-beneficios > item--beneficios:nth-child(2n), #main #content #contenido-beneficios > .item--beneficios:nth-child(2n) {
margin-right: 0;
clear: right; }
#main #content #contenido-beneficios > item--beneficios:nth-child(2n+1), #main #content #contenido-beneficios > .item--beneficios:nth-child(2n+1) {
clear: left; } }
#main article {
width: 100%;
overflow: hidden; }
#main article .box--info1, #main article .box--info2, #main article .box--info3, #main article .box--info4, #main article .box--info5, #main article .box--info6 {
padding: 1em;
height: auto;
min-height: auto;
margin-bottom: 1em; }
#main article .box--info1 h1, #main article .box--info2 h1, #main article .box--info3 h1, #main article .box--info4 h1, #main article .box--info5 h1, #main article .box--info6 h1 {
color: #fff;
margin: 0 0 0.5em 0;
font-size: 1.5em; }
#main article .box--info1 p, #main article .box--info2 p, #main article .box--info3 p, #main article .box--info4 p, #main article .box--info5 p, #main article .box--info6 p {
color: #fff; }
#main article .box--info1 {
background-color: #90c03d; }
#main article .box--info2 {
background-color: #f47d34; }
#main article .box--info3 {
background-color: #ec2a8c; }
#main article .box--info4 {
background-color: #02aeef; }
#main article .box--info5 {
background-color: #40ad48; }
#main article .box--info6 {
background-color: #97c93e; }
#main article.mini {
margin-top: 1em; }
#main article.mini button {
height: 50%;
border: none;
-webkit-appearance: none;
float: left;
background-color: transparent; }
@media screen and (min-width: 320px) {
#main article.mini button {
width: 100%; } }
@media screen and (min-width: 768px) {
#main article.mini button {
width: 100%; } }
@media screen and (min-width: 320px) {
#main #sidebar.TB {
display: none; } }
@media screen and (min-width: 1025px) {
#main #sidebar.TB {
display: block; } }
#main h1.tit-gal {
color: #040452;
font-size: 1.5em;
text-align: left; }
#aviso {
width: 100%;
position: fixed;
z-index: 99;
bottom: 0;
background-color: #02599c;
border-top: 2px solid #040452; }
@media screen and (min-width: 320px) {
#aviso {
display: block;
padding: 1em; } }
@media screen and (min-width: 768px) {
#aviso {
padding: 1.8em 2.5em; } }
@media screen and (min-width: 1025px) {
#aviso {
display: none; } }
#aviso p {
color: #fff; }
@media screen and (min-width: 320px) {
#aviso p {
font-size: 0.8em; } }
#aviso a.closer {
text-decoration: none;
position: absolute;
right: 20px;
top: 10px;
background: #040452 none repeat scroll 0% 0%;
text-align: center;
-webkit-border-radius: 50%;
-moz-border-border-radius: 50%;
border-radius: 50%;
color: #fff; }
@media screen and (min-width: 320px) {
#aviso a.closer {
width: 20px;
height: 20px;
right: 10px;
line-height: 1.4; } }
@media screen and (min-width: 768px) {
#aviso a.closer {
width: 30px;
height: 30px;
right: 20px;
top: 10px;
line-height: 30px; } } | 0.664867 | 0.074265 |
.sss {
height: 0;
margin: 0;
padding: 0;
position: relative;
display: block;
overflow: hidden;
}
.ssslide {
width: 100%;
margin: 0;
padding: 0;
position: absolute;
top: 0;
left: 0;
display: none;
overflow: hidden;
}
.ssslide img {
max-width: 100%;
height: auto;
margin: 0;
padding: 0;
position: relative;
display: block;
}
.sssnext, .sssprev {
width: 25px;
height: 100%;
margin: 0;
position: absolute;
top: 0;
background: url('images/arr.png') no-repeat;
}
.sssprev {
left: 3%;
background-position: 0 50%;
}
.sssnext {
right: 3%;
background-position: -26px 50%;
}
.sssprev:hover, .sssnext:hover {
cursor: pointer;
}
ol {
margin: 0px;
padding: 0px;
}
.section {
padding-bottom: 10px;
}
.header_profile h3{
text-align: center;
font-size: 14px;
line-height: 30px;
font-weight: bold;
}
.header_profile span {
font-size: 11px;
line-height: 30px;
}
.section h3{
font-size: 14px;
font-weight: bold;
line-height: 30px;
}
.section h3 u, .section h5 span{
padding-left: 20px;
}
.section h5{
font-size: 13px;
font-weight: bold;
line-height: 30px;
}
.section .left {
float: left;
width: 450px;
}
.section .right {
float: left;
width: 216px;
height: 325px;
border: 1px solid #000;
}
.section li {
font-size: 13px;
list-style: none;
line-height: 30px;
}
.dob {
display: inline;
}
.dob span{
border: 1px solid;
margin-right: 1px;
padding: 4px 6px;
color: #000 !important;
}
.photo {
padding: 2px;
width: 210px;
}
.photo img {
width: 100%;
}
.clear_both {
clear: both;
}
.grid_points ul {
float: left;
margin-left: 30px;
}
.grid_points li {
line-height: 25px;
}
.yes, .no {
margin: 7px 35px 0px 40px;
float: right;
}
.food ul li {
float: left;
margin-right: 80px;
}
.interview {
margin-left: 30px;
}
b {
font-weight: bold;
}
.table th {
text-align: center;
}
.table {
border: 1px solid #999;
}
.table td, .table th {
line-height: 15px;
}
.table th {
border: 1px solid #999;
background: #ccc;
padding: 5px;
}
.table td {
border: 1px solid #999;
padding: 5px;
}
.endpoints {
margin: 10px 0px 0px 50px;
}
.endpoints li{
list-style: circle;
line-height: 23px;
}
.grid_points ul li {
list-style: none !important;
} | myproject/media/css/sss.css | .sss {
height: 0;
margin: 0;
padding: 0;
position: relative;
display: block;
overflow: hidden;
}
.ssslide {
width: 100%;
margin: 0;
padding: 0;
position: absolute;
top: 0;
left: 0;
display: none;
overflow: hidden;
}
.ssslide img {
max-width: 100%;
height: auto;
margin: 0;
padding: 0;
position: relative;
display: block;
}
.sssnext, .sssprev {
width: 25px;
height: 100%;
margin: 0;
position: absolute;
top: 0;
background: url('images/arr.png') no-repeat;
}
.sssprev {
left: 3%;
background-position: 0 50%;
}
.sssnext {
right: 3%;
background-position: -26px 50%;
}
.sssprev:hover, .sssnext:hover {
cursor: pointer;
}
ol {
margin: 0px;
padding: 0px;
}
.section {
padding-bottom: 10px;
}
.header_profile h3{
text-align: center;
font-size: 14px;
line-height: 30px;
font-weight: bold;
}
.header_profile span {
font-size: 11px;
line-height: 30px;
}
.section h3{
font-size: 14px;
font-weight: bold;
line-height: 30px;
}
.section h3 u, .section h5 span{
padding-left: 20px;
}
.section h5{
font-size: 13px;
font-weight: bold;
line-height: 30px;
}
.section .left {
float: left;
width: 450px;
}
.section .right {
float: left;
width: 216px;
height: 325px;
border: 1px solid #000;
}
.section li {
font-size: 13px;
list-style: none;
line-height: 30px;
}
.dob {
display: inline;
}
.dob span{
border: 1px solid;
margin-right: 1px;
padding: 4px 6px;
color: #000 !important;
}
.photo {
padding: 2px;
width: 210px;
}
.photo img {
width: 100%;
}
.clear_both {
clear: both;
}
.grid_points ul {
float: left;
margin-left: 30px;
}
.grid_points li {
line-height: 25px;
}
.yes, .no {
margin: 7px 35px 0px 40px;
float: right;
}
.food ul li {
float: left;
margin-right: 80px;
}
.interview {
margin-left: 30px;
}
b {
font-weight: bold;
}
.table th {
text-align: center;
}
.table {
border: 1px solid #999;
}
.table td, .table th {
line-height: 15px;
}
.table th {
border: 1px solid #999;
background: #ccc;
padding: 5px;
}
.table td {
border: 1px solid #999;
padding: 5px;
}
.endpoints {
margin: 10px 0px 0px 50px;
}
.endpoints li{
list-style: circle;
line-height: 23px;
}
.grid_points ul li {
list-style: none !important;
} | 0.354657 | 0.13681 |
html, body, a, abbr, blockquote, button, div, em, fieldset, form, h1, h2, h3, h4, h5, h6, hr, iframe, img, label, legend, li, object, ol, p, pre, span, strong, table, td, th, tr, ul {
background: no-repeat 0 0;
border: 0;
font-size: 100%;
margin: 0;
padding: 0;
vertical-align: baseline;
}
/* line 3, ../sass/base/_reset.scss */
section, header, nav, footer {
display: block;
}
/* line 4, ../sass/base/_reset.scss */
ol, ul {
list-style: none;
}
/* line 5, ../sass/base/_reset.scss */
strong, th {
font-weight: bold;
}
/* line 6, ../sass/base/_reset.scss */
table {
border-spacing: 0;
width: 100%;
}
/* line 7, ../sass/base/_reset.scss */
input {
padding: 0;
}
/* line 8, ../sass/base/_reset.scss */
legend {
white-space: normal;
width: 100%;
}
/* line 9, ../sass/base/_reset.scss */
textarea {
overflow: auto;
resize: vertical;
}
/* line 10, ../sass/base/_reset.scss */
embed, iframe, img, input, object, select, textarea {
margin: 0;
max-width: 100%;
vertical-align: top;
}
/* line 11, ../sass/base/_reset.scss */
a:hover, a:active, embed, object {
outline: 0;
}
/* line 12, ../sass/base/_reset.scss */
a, button {
cursor: pointer;
}
/* line 13, ../sass/base/_reset.scss */
button {
border: 0;
line-height: normal;
}
/* line 14, ../sass/base/_reset.scss */
button[disabled] {
cursor: default;
}
/* line 15, ../sass/base/_reset.scss */
button::-moz-focus-inner {
border: 0;
padding: 0;
}
@font-face {
font-family: 'Cabin';
src: url("../fonts/Cabin-Regular-webfont.eot");
src: url("../fonts/Cabin-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Cabin-Regular-webfont.woff") format("woff"), url("../fonts/Cabin-Regular-webfont.ttf") format("truetype"), url("../fonts/Cabin-Regular-webfont.svg#CabinRegular") format("svg");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Cabin';
src: url("../fonts/Cabin-Italic-webfont.eot");
src: url("../fonts/Cabin-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Cabin-Italic-webfont.woff") format("woff"), url("../fonts/Cabin-Italic-webfont.ttf") format("truetype"), url("../fonts/Cabin-Italic-webfont.svg#CabinItalic") format("svg");
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: 'Cabin';
src: url("../fonts/Cabin-Medium-webfont.eot");
src: url("../fonts/Cabin-Medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Cabin-Medium-webfont.woff") format("woff"), url("../fonts/Cabin-Medium-webfont.ttf") format("truetype"), url("../fonts/Cabin-Medium-webfont.svg#CabinMedium") format("svg");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Cabin';
src: url("../fonts/Cabin-MediumItalic-webfont.eot");
src: url("../fonts/Cabin-MediumItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Cabin-MediumItalic-webfont.woff") format("woff"), url("../fonts/Cabin-MediumItalic-webfont.ttf") format("truetype"), url("../fonts/Cabin-MediumItalic-webfont.svg#CabinMediumItalic") format("svg");
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: 'Cabin';
src: url("../fonts/Cabin-SemiBold-webfont.eot");
src: url("../fonts/Cabin-SemiBold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Cabin-SemiBold-webfont.woff") format("woff"), url("../fonts/Cabin-SemiBold-webfont.ttf") format("truetype"), url("../fonts/Cabin-SemiBold-webfont.svg#CabinSemiBold") format("svg");
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Cabin';
src: url("../fonts/Cabin-SemiBoldItalic-webfont.eot");
src: url("../fonts/Cabin-SemiBoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Cabin-SemiBoldItalic-webfont.woff") format("woff"), url("../fonts/Cabin-SemiBoldItalic-webfont.ttf") format("truetype"), url("../fonts/Cabin-SemiBoldItalic-webfont.svg#CabinSemiBoldItalic") format("svg");
font-weight: 600;
font-style: italic;
}
@font-face {
font-family: 'Cabin';
src: url("../fonts/Cabin-Bold-webfont.eot");
src: url("../fonts/Cabin-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Cabin-Bold-webfont.woff") format("woff"), url("../fonts/Cabin-Bold-webfont.ttf") format("truetype"), url("../fonts/Cabin-Bold-webfont.svg#CabinBold") format("svg");
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Cabin';
src: url("../fonts/Cabin-BoldItalic-webfont.eot");
src: url("../fonts/Cabin-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Cabin-BoldItalic-webfont.woff") format("woff"), url("../fonts/Cabin-BoldItalic-webfont.ttf") format("truetype"), url("../fonts/Cabin-BoldItalic-webfont.svg#CabinBoldItalic") format("svg");
font-weight: 700;
font-style: italic;
}
/* line 91, ../sass/base/_typography.scss */
body {
font-size: 16px;
}
/* line 93, ../sass/base/_typography.scss */
a {
color: #13a1af;
text-decoration: none;
-webkit-transition: color 200ms linear;
-moz-transition: color 200ms linear;
-o-transition: color 200ms linear;
transition: color 200ms linear;
}
/* line 97, ../sass/base/_typography.scss */
a:hover {
color: #111;
}
/* line 101, ../sass/base/_typography.scss */
h1 {
font-size: 1.65em;
letter-spacing: 1px;
line-height: 2em;
font-weight: 700;
}
/* line 107, ../sass/base/_typography.scss */
h2 {
font-size: 16px;
margin-bottom: 2em;
color: #323232;
letter-spacing: 1px;
line-height: 2em;
text-transform: uppercase;
font-weight: 900;
}
/* line 116, ../sass/base/_typography.scss */
h3 {
font-size: 26px;
margin-bottom: .5em;
color: #323232;
letter-spacing: 1px;
}
/* line 122, ../sass/base/_typography.scss */
h4 {
font-size: 22px;
margin-bottom: .5em;
color: #323232;
letter-spacing: 1px;
}
/* line 128, ../sass/base/_typography.scss */
h5 {
font-size: 14px;
margin-bottom: 1em;
color: #323232;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: 700 !important;
margin-top: 2em;
}
/* line 137, ../sass/base/_typography.scss */
p {
line-height: 2em;
}
/* line 139, ../sass/base/_typography.scss */
p.skolar {
font-family: "Skolar", Helvetica, Arial, Sans-serif;
margin-bottom: 1em;
}
/* line 144, ../sass/base/_typography.scss */
p p a {
text-decoration: none;
border-bottom: 1px dotted #0099ff;
}
/* line 149, ../sass/base/_typography.scss */
p.caption {
color: #bebebe;
font-style: italic;
line-height: 4em;
}
/* line 154, ../sass/base/_typography.scss */
p.tight {
line-height: 1.5em;
}
/* line 158, ../sass/base/_typography.scss */
strong {
font-weight: bold;
}
/* line 162, ../sass/base/_typography.scss */
.right {
text-align: right !important;
}
/* -- grid -- */
/* line 2, ../sass/base/_grid.scss */
.inner {
padding: 2em;
}
/* line 5, ../sass/base/_grid.scss */
.col {
display: block;
float: left;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* line 13, ../sass/base/_grid.scss */
.ci {
padding: 0 1em;
}
/* line 16, ../sass/base/_grid.scss */
.last {
float: right;
}
/* line 19, ../sass/base/_grid.scss */
.col1of1 {
float: none;
}
/* line 20, ../sass/base/_grid.scss */
.col1of2 {
width: 50%;
}
/* line 21, ../sass/base/_grid.scss */
.col1of3 {
width: 33.33333%;
}
/* line 22, ../sass/base/_grid.scss */
.col2of3 {
width: 66.66666%;
}
/* line 23, ../sass/base/_grid.scss */
.col1of4 {
width: 25%;
}
/* line 24, ../sass/base/_grid.scss */
.col3of4 {
width: 75%;
}
/* line 25, ../sass/base/_grid.scss */
.col1of5 {
width: 20%;
}
/* line 26, ../sass/base/_grid.scss */
.col2of5 {
width: 40%;
}
/* line 27, ../sass/base/_grid.scss */
.col3of5 {
width: 60%;
}
/* line 28, ../sass/base/_grid.scss */
.col4of5 {
width: 80%;
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
/* line 29, ../sass/base/_grid.scss */
.col1of1, .col1of2, .col1of3, .col2of3, .col1of4, .col3of4, .col1of5, .col2of5, .col3of5, .col4of5 {
width: 100%;
}
}
/* line 34, ../sass/base/_grid.scss */
.group {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* line 39, ../sass/base/_grid.scss */
.group:after {
clear: both;
content: '.';
display: block;
height: 0;
visibility: hidden;
}
/* line 51, ../sass/base/_grid.scss */
.col-group {
font-family: "Courier New", Monospace;
letter-spacing: -0.65em;
margin-left: -15px;
margin-right: -15px;
text-align: left;
}
/* line 58, ../sass/base/_grid.scss */
.col-group .col {
display: inline-block;
float: none;
font-family: "Cabin", Helvetica, Arial, Sans-serif;
letter-spacing: normal;
padding-left: 15px;
padding-right: 15px;
position: relative;
text-align: left;
vertical-align: top;
}
/* -- forms -- */
/* line 6, ../sass/base/_forms.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea {
width: 100%;
height: 3em;
padding-left: 16px;
padding-right: 4px;
line-height: 1em;
font-family: "Cabin", Helvetica, Arial, Sans-serif;
font-size: 1em;
border: 1px solid #dedede;
background-color: #f8f8f8;
margin: 8px 0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
/* line 21, ../sass/base/_forms.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus {
border-color: #0099ff;
background-color: #fff;
outline: none;
}
/* line 27, ../sass/base/_forms.scss */
input[type="text"].f-error,
input[type="email"].f-error,
input[type="url"].f-error,
input[type="tel"].f-error,
textarea.f-error {
border-color: #ff0000;
background-color: #fff;
}
/* line 32, ../sass/base/_forms.scss */
input[type="tel"] {
width: 30%;
}
/* line 35, ../sass/base/_forms.scss */
input[type="url"] {
width: 64%;
float: right;
}
/* line 39, ../sass/base/_forms.scss */
input[type="checkbox"] {
vertical-align: 0.15em;
margin-right: 0.25em;
}
/* line 43, ../sass/base/_forms.scss */
label {
line-height: 2em;
}
/* line 46, ../sass/base/_forms.scss */
.error-message {
color: #ff0000;
}
/* line 49, ../sass/base/_forms.scss */
textarea {
min-height: 150px;
resize: none;
padding: 20px 16px 0;
}
/* line 54, ../sass/base/_forms.scss */
button[type="submit"] {
background-color: #0099ff;
color: #fff;
cursor: pointer;
font-family: "Cabin", Helvetica, Arial, Sans-serif;
letter-spacing: 1px;
margin: 8px 0px;
padding: 12px 40px;
text-transform: none;
text-align: left;
text-indent: 0px;
-webkit-transition: background-color 200ms linear;
-moz-transition: background-color 200ms linear;
-o-transition: background-color 200ms linear;
transition: background-color 200ms linear;
}
/* line 67, ../sass/base/_forms.scss */
button[type="submit"]:hover {
background-color: #000;
}
@media only screen and (min-width: 300px) and (max-width: 720px) {
/* line 71, ../sass/base/_forms.scss */
.ajax-form {
margin-top: 3em;
}
}
/* line 76, ../sass/base/_forms.scss */
.inline-label {
display: inline-block;
margin-right: 20px;
margin-top: 1em;
}
/* line 82, ../sass/base/_forms.scss */
::-webkit-input-placeholder {
color: #e6e6e6;
}
/* line 83, ../sass/base/_forms.scss */
::-moz-placeholder {
color: #e6e6e6;
}
/* line 84, ../sass/base/_forms.scss */
:-moz-placeholder {
color: #e6e6e6;
}
/* line 85, ../sass/base/_forms.scss */
:-ms-input-placeholder {
color: #e6e6e6;
}
/* -- buttons -- */
/* line 88, ../sass/base/_forms.scss */
.btn {
background: #dd6a5a;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
padding: .5em 2em;
cursor: pointer;
text-transform: none;
letter-spacing: 1px;
text-align: center;
text-indent: 0px;
text-decoration: none;
color: #fff;
display: block;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
}
/* line 102, ../sass/base/_forms.scss */
.btn:hover {
background: #d36555;
color: white;
}
/* line 1, ../sass/_map.scss */
.leaflet-top {
top: 50%;
margin-top: -32px;
}
/* line 6, ../sass/_map.scss */
.leaflet-popup-content-wrapper {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
/* line 10, ../sass/_map.scss */
.leaflet-popup-tip {
width: 10px;
height: 10px;
margin: -7px auto 0;
}
/* line 16, ../sass/_map.scss */
.leaflet-container a.leaflet-popup-close-button {
display: none;
}
/* line 21, ../sass/_map.scss */
.leaflet-popup-content h5 {
margin-top: 1em;
text-transform: none;
text-align: center;
font-family: "Cabin", Helvetica, Arial, Sans-serif;
}
/* -- about page -- */
/* line 2, ../sass/_about.scss */
#about {
position: absolute;
left: 0;
right: 0;
display: block;
z-index: 1;
}
/* line 10, ../sass/_about.scss */
.about-wrap {
padding: 5em 2em 2em 2em;
box-sizing: border-box;
margin: 0;
background-color: #f8f6f4;
}
/* line 15, ../sass/_about.scss */
.about-wrap h2 {
margin: 1em 0;
font-size: 22px;
text-transform: none;
}
/* line 22, ../sass/_about.scss */
.block {
padding: 4em 0;
}
@media only screen and (min-width: 0) and (max-width: 480px) {
/* line 22, ../sass/_about.scss */
.block {
padding: 1em 0;
}
}
/* line 29, ../sass/_about.scss */
.about {
max-width: 1020px;
margin: 0 auto;
}
/* line 34, ../sass/_about.scss */
.about-description, .add-a-roaster-form, .contact-form {
width: 70%;
box-sizing: border-box;
max-width: 620px;
padding: 0 0 0 4em;
display: inline-block;
}
@media only screen and (min-width: 0) and (max-width: 480px) {
/* line 34, ../sass/_about.scss */
.about-description, .add-a-roaster-form, .contact-form {
padding: 0;
margin-top: 0;
width: 100%;
}
}
/* line 47, ../sass/_about.scss */
.about-icon, .add-a-roaster-copy, .contact-copy {
width: 30%;
box-sizing: border-box;
display: inline-block;
max-width: 400px;
height: auto;
margin-top: 0;
vertical-align: top;
}
/* line 55, ../sass/_about.scss */
.about-icon img, .add-a-roaster-copy img, .contact-copy img {
width: 100%;
height: auto;
display: inline-block;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
@media only screen and (min-width: 0) and (max-width: 480px) {
/* line 47, ../sass/_about.scss */
.about-icon, .add-a-roaster-copy, .contact-copy {
width: 100%;
padding: 0;
}
}
/* -- add a roaster -- */
/* line 69, ../sass/_about.scss */
.add-a-roaster-copy {
margin-top: 5em;
}
/* -- contact -- */
/* line 79, ../sass/_about.scss */
.contact-form {
padding-left: 0;
}
/* line 84, ../sass/_about.scss */
.contact-copy {
float: right;
padding-left: 5em;
margin-top: 2em;
}
@media only screen and (min-width: 0) and (max-width: 480px) {
/* line 84, ../sass/_about.scss */
.contact-copy {
padding-left: 0;
margin-top: 0;
}
}
/* - - - - - List Styles - - - - - - - */
/* line 2, ../sass/_list.scss */
#list {
background-color: #d2d0cb;
position: absolute;
left: 0;
right: 0;
top: 100%;
display: block;
z-index: 1;
padding: 1em 0 4em 0;
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
/* line 2, ../sass/_list.scss */
#list {
padding-bottom: 0;
top: 120%;
}
}
/* line 17, ../sass/_list.scss */
.sort-list {
background-color: #d2d0cb;
width: 100%;
box-sizing: border-box;
padding: 3em 0 0 0;
margin: 0 auto;
max-width: 960px;
}
@media only screen and (min-width: 0) and (max-width: 720px) {
/* line 17, ../sass/_list.scss */
.sort-list {
padding-top: 1em;
}
}
/* line 27, ../sass/_list.scss */
.sort-list h3 {
color: white;
margin: 1em 0;
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
/* line 27, ../sass/_list.scss */
.sort-list h3 {
margin-left: 1.25em;
margin-top: 0.5em;
font-size: 1.25em;
}
}
/* line 36, ../sass/_list.scss */
.sort-list li {
display: inline;
}
/* line 38, ../sass/_list.scss */
.sort-list li a {
background-color: #e6e6e6;
margin-right: -4px;
padding: 1em 2em;
display: inline-block;
font-size: 18px;
color: #323232;
-webkit-transition: 150ms all linear;
-moz-transition: 150ms all linear;
-o-transition: 150ms all linear;
transition: 150ms all linear;
}
/* line 46, ../sass/_list.scss */
.sort-list li a:hover {
background-color: #eeeeee;
}
/* line 49, ../sass/_list.scss */
.sort-list li a.active {
background-color: #f8f6f4;
}
/* line 56, ../sass/_list.scss */
#distance {
position: relative;
}
/* line 60, ../sass/_list.scss */
.no-distance {
width: 50%;
margin: 3em 0 3em 25%;
position: absolute;
top: 30px;
left: 0;
font-size: 2em;
text-transform: none;
line-height: 1.4em;
}
/* line 71, ../sass/_list.scss */
.list-content {
background-color: #f8f6f4;
width: 100%;
box-sizing: border-box;
padding: 2em;
font-size: 16px;
margin: 0 auto;
max-width: 960px;
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
/* line 71, ../sass/_list.scss */
.list-content {
padding: 2em 1em 2em 1em;
}
}
/* line 82, ../sass/_list.scss */
.list-content.hidden {
display: none;
}
/* line 85, ../sass/_list.scss */
.list-content .roaster {
background-color: white;
margin: 0.5em 0;
height: 4em;
border: 1px solid #f8f6f4;
position: relative;
clear: both;
}
/* line 92, ../sass/_list.scss */
.list-content .roaster.greyed-out {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
opacity: 0.1;
}
/* line 96, ../sass/_list.scss */
.list-content .distance {
background-color: #dd6a5a;
width: 4em;
height: 4em;
display: table;
color: white;
text-align: center;
float: left;
}
/* line 104, ../sass/_list.scss */
.list-content .distance span {
display: table-cell;
vertical-align: middle;
}
/* line 109, ../sass/_list.scss */
.list-content .handle {
cursor: pointer;
display: block;
padding: 1em 1em 1em 5em;
}
/* line 114, ../sass/_list.scss */
.list-content .list-name {
display: block;
font-family: "Cabin", Helvetica, Arial, Sans-serif;
font-weight: 500;
color: #323232;
font-size: 18px;
margin-top: -0.3em;
}
/* line 121, ../sass/_list.scss */
.list-content .list-name.no-address {
margin-top: 0.35em;
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
/* line 114, ../sass/_list.scss */
.list-content .list-name {
font-size: 16px;
margin-top: 0.35em;
}
}
/* line 129, ../sass/_list.scss */
.list-content .address {
color: #7b7676;
}
@media only screen and (min-width: 0) and (max-width: 480px) {
/* line 129, ../sass/_list.scss */
.list-content .address {
display: none;
}
}
/* - - - - Roaster Detail Pages - - - - - */
/* -- listings -- */
/* line 4, ../sass/_roaster.scss */
.hours, .address {
font-size: 14px;
font-weight: 400;
color: #323232;
}
/* line 8, ../sass/_roaster.scss */
.hours span, .address span {
float: right;
display: inline;
text-align: right;
}
/* line 21, ../sass/_roaster.scss */
#roaster-push-page h3 {
margin-bottom: 1.5em;
}
/* line 25, ../sass/_roaster.scss */
#roaster-push-page h4 {
margin: 0 0 1em 0;
}
/* line 29, ../sass/_roaster.scss */
#roaster-push-page .message {
padding: 0 40px 40px;
}
/* line 33, ../sass/_roaster.scss */
#roaster-push-page .figcaption {
font-family: "Skolar", Helvetica, Arial, Sans-serif;
}
/* line 37, ../sass/_roaster.scss */
#roaster-push-page .meta {
margin-top: 20px;
}
/* line 41, ../sass/_roaster.scss */
#roaster-push-page .roaster {
background-color: #e9e1bd;
}
/* line 43, ../sass/_roaster.scss */
#roaster-push-page .roaster.active {
background-color: rgba(0, 0, 0, 0.02);
border-bottom: 1px solid #ebebeb;
border-top: 1px solid #ebebeb;
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.1) inset;
}
/* line 50, ../sass/_roaster.scss */
#roaster-push-page .roaster.active .handle {
border-bottom: 0;
}
/* line 54, ../sass/_roaster.scss */
#roaster-push-page .roaster.active .handle span {
color: #13a1af;
}
/* line 58, ../sass/_roaster.scss */
#roaster-push-page .roaster.active .content {
display: block;
}
/* line 63, ../sass/_roaster.scss */
#roaster-push-page .roaster .content {
display: none;
}
/* line 66, ../sass/_roaster.scss */
#roaster-push-page .roaster .content.active {
display: block;
}
/* line 71, ../sass/_roaster.scss */
#roaster-push-page .roaster .btn {
display: inline-block;
}
/* line 75, ../sass/_roaster.scss */
#roaster-push-page .roaster .toggle {
display: block;
height: 40px;
margin-top: -20px;
position: absolute;
right: -40px;
top: 50%;
width: 40px;
-webkit-transition: all 400ms cubic-bezier(0.095, 0.91, 0.245, 1);
-moz-transition: all 400ms cubic-bezier(0.095, 0.91, 0.245, 1);
-o-transition: all 400ms cubic-bezier(0.095, 0.91, 0.245, 1);
transition: all 400ms cubic-bezier(0.095, 0.91, 0.245, 1);
}
/* line 88, ../sass/_roaster.scss */
.content {
background-color: #f8f6f4;
}
/* line 92, ../sass/_roaster.scss */
.roaster-banner {
width: 100%;
min-height: 300px;
position: relative;
background: url("/static/img/building.jpg") no-repeat center center #dddbd4;
background-size: cover;
overflow: hidden;
}
/* line 99, ../sass/_roaster.scss */
.roaster-banner:before {
content: "";
background: -webkit-radial-gradient(center, circle cover, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
pointer-events: none;
display: block;
position: absolute;
height: 100%;
width: 100%;
z-index: 2;
}
/* line 109, ../sass/_roaster.scss */
.roaster-banner:after {
content: "";
background: url("/static/img/mesh.png") repeat top left transparent;
pointer-events: none;
display: block;
position: absolute;
z-index: 1;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
/* line 123, ../sass/_roaster.scss */
.banner-title {
position: relative;
padding: 15% 0 5% 2.5em;
display: block;
z-index: 2;
width: 100%;
margin: 8em auto 0 auto;
max-width: 960px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* line 134, ../sass/_roaster.scss */
.roaster-title {
color: white;
font-size: 48px;
line-height: 1.25em;
margin-bottom: 0.5em;
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
/* line 134, ../sass/_roaster.scss */
.roaster-title {
font-size: 24px;
}
}
/* line 142, ../sass/_roaster.scss */
.roaster-title h3 {
margin-bottom: 0 !important;
}
/* line 147, ../sass/_roaster.scss */
.banner-address {
line-height: 1.5em;
font-size: 20px;
}
/* line 152, ../sass/_roaster.scss */
.banner-link {
color: white;
position: relative;
}
/* line 155, ../sass/_roaster.scss */
.banner-link:hover {
color: #f8f6f4;
}
/* line 158, ../sass/_roaster.scss */
.banner-link:after {
width: 20px;
height: 26px;
content: "";
display: block;
position: absolute;
top: 0;
left: -24px;
background: url("/static/img/turn-by-turn.png") no-repeat top center transparent;
background-size: 20px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
/* line 158, ../sass/_roaster.scss */
.banner-link:after {
background: transparent url("/static/img/turn-by-turn@2x.png") no-repeat center;
background-size: 20px;
}
}
/* line 175, ../sass/_roaster.scss */
.roaster-description {
width: 100%;
max-width: 960px;
margin: 3em auto 0 auto;
padding: 0 2em 6em 2em;
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
/* line 175, ../sass/_roaster.scss */
.roaster-description {
width: 90%;
margin: 0.5em 5% 0.5em 5%;
}
/* line 183, ../sass/_roaster.scss */
.roaster-description h5 {
margin-bottom: 0;
margin-top: 1em;
}
}
/* line 190, ../sass/_roaster.scss */
.phone-number {
color: #7b7676;
font-size: 0.75em;
line-height: 1.5em;
}
/* line 196, ../sass/_roaster.scss */
.roaster-fact {
text-align: center;
margin-bottom: 2em;
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
/* line 196, ../sass/_roaster.scss */
.roaster-fact {
width: 33%;
}
}
/* line 202, ../sass/_roaster.scss */
.roaster-fact > div {
display: block;
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 4em;
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
/* line 202, ../sass/_roaster.scss */
.roaster-fact > div {
padding: 2em;
}
}
/* line 211, ../sass/_roaster.scss */
.roaster-fact p {
margin: 0.5em 0 2em 0;
font-size: 0.85em;
}
/* line 214, ../sass/_roaster.scss */
.roaster-fact p.false {
color: #e6e6e6;
opacity: 0;
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
/* line 220, ../sass/_roaster.scss */
.about-title {
margin-top: 2em;
}
}
/* line 225, ../sass/_roaster.scss */
.contact-info {
margin-bottom: 2em;
}
/* line 228, ../sass/_roaster.scss */
.roaster-fact-icon {
width: 100%;
background: url("/static/img/onsite-cafe.png") no-repeat center center transparent;
background-size: contain;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
/* line 228, ../sass/_roaster.scss */
.roaster-fact-icon {
background: transparent url("/static/img/onsite-cafe@2x.png") no-repeat center;
background-size: 100px;
}
}
/* line 236, ../sass/_roaster.scss */
.roaster-fact-icon.false {
opacity: 0;
}
/* line 240, ../sass/_roaster.scss */
.online-orders {
background: url("/static/img/online.png") no-repeat center center transparent;
background-size: contain;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
/* line 240, ../sass/_roaster.scss */
.online-orders {
background: transparent url("/static/img/online@2x.png") no-repeat center;
background-size: 100px;
}
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
/* line 240, ../sass/_roaster.scss */
.online-orders {
background-size: 60px;
}
}
/* line 252, ../sass/_roaster.scss */
.onsite-cafe {
background: url("/static/img/onsite-cafe.png") no-repeat center center transparent;
background-size: contain;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
/* line 252, ../sass/_roaster.scss */
.onsite-cafe {
background: transparent url("/static/img/onsite-cafe@2x.png") no-repeat center;
background-size: 100px;
}
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
/* line 252, ../sass/_roaster.scss */
.onsite-cafe {
background-size: 60px;
}
}
/* line 264, ../sass/_roaster.scss */
.open-to-public {
background: url("/static/img/public.png") no-repeat center center transparent;
background-size: contain;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
/* line 264, ../sass/_roaster.scss */
.open-to-public {
background: transparent url("/static/img/public@2x.png") no-repeat center;
background-size: 100px;
}
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
/* line 264, ../sass/_roaster.scss */
.open-to-public {
background-size: 60px;
}
}
/* line 276, ../sass/_roaster.scss */
.roaster-about {
padding: 0 6.5em 0 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
/* line 276, ../sass/_roaster.scss */
.roaster-about {
padding: 0;
margin-bottom: 2em;
}
}
/* line 283, ../sass/_roaster.scss */
.roaster-about p {
margin-bottom: 2em;
}
/* line 286, ../sass/_roaster.scss */
.roaster-about.second-column {
padding-left: 8%;
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
/* line 286, ../sass/_roaster.scss */
.roaster-about.second-column {
padding-left: 0;
}
}
@media only screen and (max-width: 640px), only screen and (max-device-width: 1136px) and (min-device-width: 960px) and (device-height: 640px), only screen and (max-device-height: 1136px) and (min-device-height: 960px) and (device-width: 640px), only screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-device-width: 640px) and (min-device-pixel-ratio: 1.5), only screen and (min-device-width: 320px) and (max-device-width: 480px) {
/* line 302, ../sass/_roaster.scss */
.roaster-banner {
min-height: 100px;
}
}
/* line 45, ../sass/screen.scss */
body {
margin: 0;
min-height: 100%;
font-size: 16px;
font-family: "Cabin", Helvetica, Arial, Sans-serif;
-webkit-font-smoothing: antialiased;
}
/* line 51, ../sass/screen.scss */
body.no-scroll {
overflow-y: hidden;
}
/* -- nav -- */
/* line 57, ../sass/screen.scss */
.top-nav {
background-color: white;
padding: 0.3em 2em;
width: 100%;
position: fixed;
box-sizing: border-box;
display: block;
z-index: 3;
border-bottom: 1px solid #e6e6e6;
-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 0) and (max-width: 360px) {
/* line 57, ../sass/screen.scss */
.top-nav {
padding: 0.3em 0.6em;
}
/* line 71, ../sass/screen.scss */
.top-nav ul li a {
margin: 1em 0.5em;
}
}
/* line 77, ../sass/screen.scss */
.top-nav ul {
width: 100%;
margin: 0 auto;
max-width: 960px;
}
/* line 81, ../sass/screen.scss */
.top-nav ul li {
float: left;
display: inline-block;
}
/* line 84, ../sass/screen.scss */
.top-nav ul li.nav-right {
float: right;
}
/* line 87, ../sass/screen.scss */
.top-nav ul li a {
background-color: #FFF;
color: #7b7676;
float: left;
margin: 1em;
padding: 0.25em 0;
float: left;
}
/* line 93, ../sass/screen.scss */
.top-nav ul li a.active {
color: #CC4B1F;
border-bottom: 2px solid #dd6a5a;
}
/* line 98, ../sass/screen.scss */
.top-nav ul li a.logo {
padding: 0;
margin: 1.25em 0 0 0;
}
/* line 101, ../sass/screen.scss */
.top-nav ul li a.logo:before {
content: "";
background: transparent url("../img/logo.svg") no-repeat left center;
width: 40px;
height: 40px;
display: inline-block;
margin-right: 12px;
vertical-align: -12px;
margin-top: -12px;
}
@media only screen and (min-width: 0) and (max-width: 720px) {
/* line 101, ../sass/screen.scss */
.top-nav ul li a.logo:before {
display: none;
}
}
/* -- footer -- */
/* line 121, ../sass/screen.scss */
#footer {
background-color: #333;
color: #fff;
padding: 2em 2em;
z-index: 10;
position: absolute;
bottom: 0;
right: 0;
left: 0;
}
/* line 133, ../sass/screen.scss */
#footer .github-logo {
float: right;
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
/* line 133, ../sass/screen.scss */
#footer .github-logo {
float: none;
display: block;
margin: 0.5em 0 0 0;
}
}
/* -- logo -- */
/* line 144, ../sass/screen.scss */
#logo {
color: #563f29;
font-size: 1.25em;
letter-spacing: 1px;
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
/* line 144, ../sass/screen.scss */
#logo {
font-size: 1em;
}
}
/* line 151, ../sass/screen.scss */
#logo a {
color: #563f29;
}
/* line 155, ../sass/screen.scss */
#logo.page-back {
cursor: pointer;
}
/* line 159, ../sass/screen.scss */
#logo:before {
content: "";
width: 2.5em;
height: 2.5em;
background: #e9e1bd url("../img/logo.png") no-repeat center center;
background-size: 2.5em 2.5em;
position: relative;
display: inline-block;
margin-top: .75em;
margin-right: .5em;
vertical-align: -0.85em;
-webkit-border-radius: 2.5em;
-moz-border-radius: 2.5em;
-ms-border-radius: 2.5em;
-o-border-radius: 2.5em;
border-radius: 2.5em;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
/* line 159, ../sass/screen.scss */
#logo:before {
background: #e9e1bd url("../img/logo@2x.png") no-repeat center center;
background-size: 2.5em 2.5em;
}
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
/* line 159, ../sass/screen.scss */
#logo:before {
margin-top: 0.45em;
background-size: 2em 2em;
width: 2em;
height: 2em;
vertical-align: -0.6em;
}
}
/* line 182, ../sass/screen.scss */
#logo:before:hover {
border: 10px solid #e9e1bd;
}
/* line 188, ../sass/screen.scss */
#map {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: block;
z-index: 1;
}
@media only screen and (min-width: 0) and (max-width: 480px) {
/* line 188, ../sass/screen.scss */
#map {
bottom: -20%;
}
} | site/pdxroasters/static/css/screen.css | html, body, a, abbr, blockquote, button, div, em, fieldset, form, h1, h2, h3, h4, h5, h6, hr, iframe, img, label, legend, li, object, ol, p, pre, span, strong, table, td, th, tr, ul {
background: no-repeat 0 0;
border: 0;
font-size: 100%;
margin: 0;
padding: 0;
vertical-align: baseline;
}
/* line 3, ../sass/base/_reset.scss */
section, header, nav, footer {
display: block;
}
/* line 4, ../sass/base/_reset.scss */
ol, ul {
list-style: none;
}
/* line 5, ../sass/base/_reset.scss */
strong, th {
font-weight: bold;
}
/* line 6, ../sass/base/_reset.scss */
table {
border-spacing: 0;
width: 100%;
}
/* line 7, ../sass/base/_reset.scss */
input {
padding: 0;
}
/* line 8, ../sass/base/_reset.scss */
legend {
white-space: normal;
width: 100%;
}
/* line 9, ../sass/base/_reset.scss */
textarea {
overflow: auto;
resize: vertical;
}
/* line 10, ../sass/base/_reset.scss */
embed, iframe, img, input, object, select, textarea {
margin: 0;
max-width: 100%;
vertical-align: top;
}
/* line 11, ../sass/base/_reset.scss */
a:hover, a:active, embed, object {
outline: 0;
}
/* line 12, ../sass/base/_reset.scss */
a, button {
cursor: pointer;
}
/* line 13, ../sass/base/_reset.scss */
button {
border: 0;
line-height: normal;
}
/* line 14, ../sass/base/_reset.scss */
button[disabled] {
cursor: default;
}
/* line 15, ../sass/base/_reset.scss */
button::-moz-focus-inner {
border: 0;
padding: 0;
}
@font-face {
font-family: 'Cabin';
src: url("../fonts/Cabin-Regular-webfont.eot");
src: url("../fonts/Cabin-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Cabin-Regular-webfont.woff") format("woff"), url("../fonts/Cabin-Regular-webfont.ttf") format("truetype"), url("../fonts/Cabin-Regular-webfont.svg#CabinRegular") format("svg");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Cabin';
src: url("../fonts/Cabin-Italic-webfont.eot");
src: url("../fonts/Cabin-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Cabin-Italic-webfont.woff") format("woff"), url("../fonts/Cabin-Italic-webfont.ttf") format("truetype"), url("../fonts/Cabin-Italic-webfont.svg#CabinItalic") format("svg");
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: 'Cabin';
src: url("../fonts/Cabin-Medium-webfont.eot");
src: url("../fonts/Cabin-Medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Cabin-Medium-webfont.woff") format("woff"), url("../fonts/Cabin-Medium-webfont.ttf") format("truetype"), url("../fonts/Cabin-Medium-webfont.svg#CabinMedium") format("svg");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Cabin';
src: url("../fonts/Cabin-MediumItalic-webfont.eot");
src: url("../fonts/Cabin-MediumItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Cabin-MediumItalic-webfont.woff") format("woff"), url("../fonts/Cabin-MediumItalic-webfont.ttf") format("truetype"), url("../fonts/Cabin-MediumItalic-webfont.svg#CabinMediumItalic") format("svg");
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: 'Cabin';
src: url("../fonts/Cabin-SemiBold-webfont.eot");
src: url("../fonts/Cabin-SemiBold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Cabin-SemiBold-webfont.woff") format("woff"), url("../fonts/Cabin-SemiBold-webfont.ttf") format("truetype"), url("../fonts/Cabin-SemiBold-webfont.svg#CabinSemiBold") format("svg");
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Cabin';
src: url("../fonts/Cabin-SemiBoldItalic-webfont.eot");
src: url("../fonts/Cabin-SemiBoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Cabin-SemiBoldItalic-webfont.woff") format("woff"), url("../fonts/Cabin-SemiBoldItalic-webfont.ttf") format("truetype"), url("../fonts/Cabin-SemiBoldItalic-webfont.svg#CabinSemiBoldItalic") format("svg");
font-weight: 600;
font-style: italic;
}
@font-face {
font-family: 'Cabin';
src: url("../fonts/Cabin-Bold-webfont.eot");
src: url("../fonts/Cabin-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Cabin-Bold-webfont.woff") format("woff"), url("../fonts/Cabin-Bold-webfont.ttf") format("truetype"), url("../fonts/Cabin-Bold-webfont.svg#CabinBold") format("svg");
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Cabin';
src: url("../fonts/Cabin-BoldItalic-webfont.eot");
src: url("../fonts/Cabin-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Cabin-BoldItalic-webfont.woff") format("woff"), url("../fonts/Cabin-BoldItalic-webfont.ttf") format("truetype"), url("../fonts/Cabin-BoldItalic-webfont.svg#CabinBoldItalic") format("svg");
font-weight: 700;
font-style: italic;
}
/* line 91, ../sass/base/_typography.scss */
body {
font-size: 16px;
}
/* line 93, ../sass/base/_typography.scss */
a {
color: #13a1af;
text-decoration: none;
-webkit-transition: color 200ms linear;
-moz-transition: color 200ms linear;
-o-transition: color 200ms linear;
transition: color 200ms linear;
}
/* line 97, ../sass/base/_typography.scss */
a:hover {
color: #111;
}
/* line 101, ../sass/base/_typography.scss */
h1 {
font-size: 1.65em;
letter-spacing: 1px;
line-height: 2em;
font-weight: 700;
}
/* line 107, ../sass/base/_typography.scss */
h2 {
font-size: 16px;
margin-bottom: 2em;
color: #323232;
letter-spacing: 1px;
line-height: 2em;
text-transform: uppercase;
font-weight: 900;
}
/* line 116, ../sass/base/_typography.scss */
h3 {
font-size: 26px;
margin-bottom: .5em;
color: #323232;
letter-spacing: 1px;
}
/* line 122, ../sass/base/_typography.scss */
h4 {
font-size: 22px;
margin-bottom: .5em;
color: #323232;
letter-spacing: 1px;
}
/* line 128, ../sass/base/_typography.scss */
h5 {
font-size: 14px;
margin-bottom: 1em;
color: #323232;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: 700 !important;
margin-top: 2em;
}
/* line 137, ../sass/base/_typography.scss */
p {
line-height: 2em;
}
/* line 139, ../sass/base/_typography.scss */
p.skolar {
font-family: "Skolar", Helvetica, Arial, Sans-serif;
margin-bottom: 1em;
}
/* line 144, ../sass/base/_typography.scss */
p p a {
text-decoration: none;
border-bottom: 1px dotted #0099ff;
}
/* line 149, ../sass/base/_typography.scss */
p.caption {
color: #bebebe;
font-style: italic;
line-height: 4em;
}
/* line 154, ../sass/base/_typography.scss */
p.tight {
line-height: 1.5em;
}
/* line 158, ../sass/base/_typography.scss */
strong {
font-weight: bold;
}
/* line 162, ../sass/base/_typography.scss */
.right {
text-align: right !important;
}
/* -- grid -- */
/* line 2, ../sass/base/_grid.scss */
.inner {
padding: 2em;
}
/* line 5, ../sass/base/_grid.scss */
.col {
display: block;
float: left;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* line 13, ../sass/base/_grid.scss */
.ci {
padding: 0 1em;
}
/* line 16, ../sass/base/_grid.scss */
.last {
float: right;
}
/* line 19, ../sass/base/_grid.scss */
.col1of1 {
float: none;
}
/* line 20, ../sass/base/_grid.scss */
.col1of2 {
width: 50%;
}
/* line 21, ../sass/base/_grid.scss */
.col1of3 {
width: 33.33333%;
}
/* line 22, ../sass/base/_grid.scss */
.col2of3 {
width: 66.66666%;
}
/* line 23, ../sass/base/_grid.scss */
.col1of4 {
width: 25%;
}
/* line 24, ../sass/base/_grid.scss */
.col3of4 {
width: 75%;
}
/* line 25, ../sass/base/_grid.scss */
.col1of5 {
width: 20%;
}
/* line 26, ../sass/base/_grid.scss */
.col2of5 {
width: 40%;
}
/* line 27, ../sass/base/_grid.scss */
.col3of5 {
width: 60%;
}
/* line 28, ../sass/base/_grid.scss */
.col4of5 {
width: 80%;
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
/* line 29, ../sass/base/_grid.scss */
.col1of1, .col1of2, .col1of3, .col2of3, .col1of4, .col3of4, .col1of5, .col2of5, .col3of5, .col4of5 {
width: 100%;
}
}
/* line 34, ../sass/base/_grid.scss */
.group {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* line 39, ../sass/base/_grid.scss */
.group:after {
clear: both;
content: '.';
display: block;
height: 0;
visibility: hidden;
}
/* line 51, ../sass/base/_grid.scss */
.col-group {
font-family: "Courier New", Monospace;
letter-spacing: -0.65em;
margin-left: -15px;
margin-right: -15px;
text-align: left;
}
/* line 58, ../sass/base/_grid.scss */
.col-group .col {
display: inline-block;
float: none;
font-family: "Cabin", Helvetica, Arial, Sans-serif;
letter-spacing: normal;
padding-left: 15px;
padding-right: 15px;
position: relative;
text-align: left;
vertical-align: top;
}
/* -- forms -- */
/* line 6, ../sass/base/_forms.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea {
width: 100%;
height: 3em;
padding-left: 16px;
padding-right: 4px;
line-height: 1em;
font-family: "Cabin", Helvetica, Arial, Sans-serif;
font-size: 1em;
border: 1px solid #dedede;
background-color: #f8f8f8;
margin: 8px 0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
/* line 21, ../sass/base/_forms.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus {
border-color: #0099ff;
background-color: #fff;
outline: none;
}
/* line 27, ../sass/base/_forms.scss */
input[type="text"].f-error,
input[type="email"].f-error,
input[type="url"].f-error,
input[type="tel"].f-error,
textarea.f-error {
border-color: #ff0000;
background-color: #fff;
}
/* line 32, ../sass/base/_forms.scss */
input[type="tel"] {
width: 30%;
}
/* line 35, ../sass/base/_forms.scss */
input[type="url"] {
width: 64%;
float: right;
}
/* line 39, ../sass/base/_forms.scss */
input[type="checkbox"] {
vertical-align: 0.15em;
margin-right: 0.25em;
}
/* line 43, ../sass/base/_forms.scss */
label {
line-height: 2em;
}
/* line 46, ../sass/base/_forms.scss */
.error-message {
color: #ff0000;
}
/* line 49, ../sass/base/_forms.scss */
textarea {
min-height: 150px;
resize: none;
padding: 20px 16px 0;
}
/* line 54, ../sass/base/_forms.scss */
button[type="submit"] {
background-color: #0099ff;
color: #fff;
cursor: pointer;
font-family: "Cabin", Helvetica, Arial, Sans-serif;
letter-spacing: 1px;
margin: 8px 0px;
padding: 12px 40px;
text-transform: none;
text-align: left;
text-indent: 0px;
-webkit-transition: background-color 200ms linear;
-moz-transition: background-color 200ms linear;
-o-transition: background-color 200ms linear;
transition: background-color 200ms linear;
}
/* line 67, ../sass/base/_forms.scss */
button[type="submit"]:hover {
background-color: #000;
}
@media only screen and (min-width: 300px) and (max-width: 720px) {
/* line 71, ../sass/base/_forms.scss */
.ajax-form {
margin-top: 3em;
}
}
/* line 76, ../sass/base/_forms.scss */
.inline-label {
display: inline-block;
margin-right: 20px;
margin-top: 1em;
}
/* line 82, ../sass/base/_forms.scss */
::-webkit-input-placeholder {
color: #e6e6e6;
}
/* line 83, ../sass/base/_forms.scss */
::-moz-placeholder {
color: #e6e6e6;
}
/* line 84, ../sass/base/_forms.scss */
:-moz-placeholder {
color: #e6e6e6;
}
/* line 85, ../sass/base/_forms.scss */
:-ms-input-placeholder {
color: #e6e6e6;
}
/* -- buttons -- */
/* line 88, ../sass/base/_forms.scss */
.btn {
background: #dd6a5a;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
padding: .5em 2em;
cursor: pointer;
text-transform: none;
letter-spacing: 1px;
text-align: center;
text-indent: 0px;
text-decoration: none;
color: #fff;
display: block;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
}
/* line 102, ../sass/base/_forms.scss */
.btn:hover {
background: #d36555;
color: white;
}
/* line 1, ../sass/_map.scss */
.leaflet-top {
top: 50%;
margin-top: -32px;
}
/* line 6, ../sass/_map.scss */
.leaflet-popup-content-wrapper {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
/* line 10, ../sass/_map.scss */
.leaflet-popup-tip {
width: 10px;
height: 10px;
margin: -7px auto 0;
}
/* line 16, ../sass/_map.scss */
.leaflet-container a.leaflet-popup-close-button {
display: none;
}
/* line 21, ../sass/_map.scss */
.leaflet-popup-content h5 {
margin-top: 1em;
text-transform: none;
text-align: center;
font-family: "Cabin", Helvetica, Arial, Sans-serif;
}
/* -- about page -- */
/* line 2, ../sass/_about.scss */
#about {
position: absolute;
left: 0;
right: 0;
display: block;
z-index: 1;
}
/* line 10, ../sass/_about.scss */
.about-wrap {
padding: 5em 2em 2em 2em;
box-sizing: border-box;
margin: 0;
background-color: #f8f6f4;
}
/* line 15, ../sass/_about.scss */
.about-wrap h2 {
margin: 1em 0;
font-size: 22px;
text-transform: none;
}
/* line 22, ../sass/_about.scss */
.block {
padding: 4em 0;
}
@media only screen and (min-width: 0) and (max-width: 480px) {
/* line 22, ../sass/_about.scss */
.block {
padding: 1em 0;
}
}
/* line 29, ../sass/_about.scss */
.about {
max-width: 1020px;
margin: 0 auto;
}
/* line 34, ../sass/_about.scss */
.about-description, .add-a-roaster-form, .contact-form {
width: 70%;
box-sizing: border-box;
max-width: 620px;
padding: 0 0 0 4em;
display: inline-block;
}
@media only screen and (min-width: 0) and (max-width: 480px) {
/* line 34, ../sass/_about.scss */
.about-description, .add-a-roaster-form, .contact-form {
padding: 0;
margin-top: 0;
width: 100%;
}
}
/* line 47, ../sass/_about.scss */
.about-icon, .add-a-roaster-copy, .contact-copy {
width: 30%;
box-sizing: border-box;
display: inline-block;
max-width: 400px;
height: auto;
margin-top: 0;
vertical-align: top;
}
/* line 55, ../sass/_about.scss */
.about-icon img, .add-a-roaster-copy img, .contact-copy img {
width: 100%;
height: auto;
display: inline-block;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
@media only screen and (min-width: 0) and (max-width: 480px) {
/* line 47, ../sass/_about.scss */
.about-icon, .add-a-roaster-copy, .contact-copy {
width: 100%;
padding: 0;
}
}
/* -- add a roaster -- */
/* line 69, ../sass/_about.scss */
.add-a-roaster-copy {
margin-top: 5em;
}
/* -- contact -- */
/* line 79, ../sass/_about.scss */
.contact-form {
padding-left: 0;
}
/* line 84, ../sass/_about.scss */
.contact-copy {
float: right;
padding-left: 5em;
margin-top: 2em;
}
@media only screen and (min-width: 0) and (max-width: 480px) {
/* line 84, ../sass/_about.scss */
.contact-copy {
padding-left: 0;
margin-top: 0;
}
}
/* - - - - - List Styles - - - - - - - */
/* line 2, ../sass/_list.scss */
#list {
background-color: #d2d0cb;
position: absolute;
left: 0;
right: 0;
top: 100%;
display: block;
z-index: 1;
padding: 1em 0 4em 0;
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
/* line 2, ../sass/_list.scss */
#list {
padding-bottom: 0;
top: 120%;
}
}
/* line 17, ../sass/_list.scss */
.sort-list {
background-color: #d2d0cb;
width: 100%;
box-sizing: border-box;
padding: 3em 0 0 0;
margin: 0 auto;
max-width: 960px;
}
@media only screen and (min-width: 0) and (max-width: 720px) {
/* line 17, ../sass/_list.scss */
.sort-list {
padding-top: 1em;
}
}
/* line 27, ../sass/_list.scss */
.sort-list h3 {
color: white;
margin: 1em 0;
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
/* line 27, ../sass/_list.scss */
.sort-list h3 {
margin-left: 1.25em;
margin-top: 0.5em;
font-size: 1.25em;
}
}
/* line 36, ../sass/_list.scss */
.sort-list li {
display: inline;
}
/* line 38, ../sass/_list.scss */
.sort-list li a {
background-color: #e6e6e6;
margin-right: -4px;
padding: 1em 2em;
display: inline-block;
font-size: 18px;
color: #323232;
-webkit-transition: 150ms all linear;
-moz-transition: 150ms all linear;
-o-transition: 150ms all linear;
transition: 150ms all linear;
}
/* line 46, ../sass/_list.scss */
.sort-list li a:hover {
background-color: #eeeeee;
}
/* line 49, ../sass/_list.scss */
.sort-list li a.active {
background-color: #f8f6f4;
}
/* line 56, ../sass/_list.scss */
#distance {
position: relative;
}
/* line 60, ../sass/_list.scss */
.no-distance {
width: 50%;
margin: 3em 0 3em 25%;
position: absolute;
top: 30px;
left: 0;
font-size: 2em;
text-transform: none;
line-height: 1.4em;
}
/* line 71, ../sass/_list.scss */
.list-content {
background-color: #f8f6f4;
width: 100%;
box-sizing: border-box;
padding: 2em;
font-size: 16px;
margin: 0 auto;
max-width: 960px;
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
/* line 71, ../sass/_list.scss */
.list-content {
padding: 2em 1em 2em 1em;
}
}
/* line 82, ../sass/_list.scss */
.list-content.hidden {
display: none;
}
/* line 85, ../sass/_list.scss */
.list-content .roaster {
background-color: white;
margin: 0.5em 0;
height: 4em;
border: 1px solid #f8f6f4;
position: relative;
clear: both;
}
/* line 92, ../sass/_list.scss */
.list-content .roaster.greyed-out {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
opacity: 0.1;
}
/* line 96, ../sass/_list.scss */
.list-content .distance {
background-color: #dd6a5a;
width: 4em;
height: 4em;
display: table;
color: white;
text-align: center;
float: left;
}
/* line 104, ../sass/_list.scss */
.list-content .distance span {
display: table-cell;
vertical-align: middle;
}
/* line 109, ../sass/_list.scss */
.list-content .handle {
cursor: pointer;
display: block;
padding: 1em 1em 1em 5em;
}
/* line 114, ../sass/_list.scss */
.list-content .list-name {
display: block;
font-family: "Cabin", Helvetica, Arial, Sans-serif;
font-weight: 500;
color: #323232;
font-size: 18px;
margin-top: -0.3em;
}
/* line 121, ../sass/_list.scss */
.list-content .list-name.no-address {
margin-top: 0.35em;
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
/* line 114, ../sass/_list.scss */
.list-content .list-name {
font-size: 16px;
margin-top: 0.35em;
}
}
/* line 129, ../sass/_list.scss */
.list-content .address {
color: #7b7676;
}
@media only screen and (min-width: 0) and (max-width: 480px) {
/* line 129, ../sass/_list.scss */
.list-content .address {
display: none;
}
}
/* - - - - Roaster Detail Pages - - - - - */
/* -- listings -- */
/* line 4, ../sass/_roaster.scss */
.hours, .address {
font-size: 14px;
font-weight: 400;
color: #323232;
}
/* line 8, ../sass/_roaster.scss */
.hours span, .address span {
float: right;
display: inline;
text-align: right;
}
/* line 21, ../sass/_roaster.scss */
#roaster-push-page h3 {
margin-bottom: 1.5em;
}
/* line 25, ../sass/_roaster.scss */
#roaster-push-page h4 {
margin: 0 0 1em 0;
}
/* line 29, ../sass/_roaster.scss */
#roaster-push-page .message {
padding: 0 40px 40px;
}
/* line 33, ../sass/_roaster.scss */
#roaster-push-page .figcaption {
font-family: "Skolar", Helvetica, Arial, Sans-serif;
}
/* line 37, ../sass/_roaster.scss */
#roaster-push-page .meta {
margin-top: 20px;
}
/* line 41, ../sass/_roaster.scss */
#roaster-push-page .roaster {
background-color: #e9e1bd;
}
/* line 43, ../sass/_roaster.scss */
#roaster-push-page .roaster.active {
background-color: rgba(0, 0, 0, 0.02);
border-bottom: 1px solid #ebebeb;
border-top: 1px solid #ebebeb;
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.1) inset;
}
/* line 50, ../sass/_roaster.scss */
#roaster-push-page .roaster.active .handle {
border-bottom: 0;
}
/* line 54, ../sass/_roaster.scss */
#roaster-push-page .roaster.active .handle span {
color: #13a1af;
}
/* line 58, ../sass/_roaster.scss */
#roaster-push-page .roaster.active .content {
display: block;
}
/* line 63, ../sass/_roaster.scss */
#roaster-push-page .roaster .content {
display: none;
}
/* line 66, ../sass/_roaster.scss */
#roaster-push-page .roaster .content.active {
display: block;
}
/* line 71, ../sass/_roaster.scss */
#roaster-push-page .roaster .btn {
display: inline-block;
}
/* line 75, ../sass/_roaster.scss */
#roaster-push-page .roaster .toggle {
display: block;
height: 40px;
margin-top: -20px;
position: absolute;
right: -40px;
top: 50%;
width: 40px;
-webkit-transition: all 400ms cubic-bezier(0.095, 0.91, 0.245, 1);
-moz-transition: all 400ms cubic-bezier(0.095, 0.91, 0.245, 1);
-o-transition: all 400ms cubic-bezier(0.095, 0.91, 0.245, 1);
transition: all 400ms cubic-bezier(0.095, 0.91, 0.245, 1);
}
/* line 88, ../sass/_roaster.scss */
.content {
background-color: #f8f6f4;
}
/* line 92, ../sass/_roaster.scss */
.roaster-banner {
width: 100%;
min-height: 300px;
position: relative;
background: url("/static/img/building.jpg") no-repeat center center #dddbd4;
background-size: cover;
overflow: hidden;
}
/* line 99, ../sass/_roaster.scss */
.roaster-banner:before {
content: "";
background: -webkit-radial-gradient(center, circle cover, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
pointer-events: none;
display: block;
position: absolute;
height: 100%;
width: 100%;
z-index: 2;
}
/* line 109, ../sass/_roaster.scss */
.roaster-banner:after {
content: "";
background: url("/static/img/mesh.png") repeat top left transparent;
pointer-events: none;
display: block;
position: absolute;
z-index: 1;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
/* line 123, ../sass/_roaster.scss */
.banner-title {
position: relative;
padding: 15% 0 5% 2.5em;
display: block;
z-index: 2;
width: 100%;
margin: 8em auto 0 auto;
max-width: 960px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* line 134, ../sass/_roaster.scss */
.roaster-title {
color: white;
font-size: 48px;
line-height: 1.25em;
margin-bottom: 0.5em;
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
/* line 134, ../sass/_roaster.scss */
.roaster-title {
font-size: 24px;
}
}
/* line 142, ../sass/_roaster.scss */
.roaster-title h3 {
margin-bottom: 0 !important;
}
/* line 147, ../sass/_roaster.scss */
.banner-address {
line-height: 1.5em;
font-size: 20px;
}
/* line 152, ../sass/_roaster.scss */
.banner-link {
color: white;
position: relative;
}
/* line 155, ../sass/_roaster.scss */
.banner-link:hover {
color: #f8f6f4;
}
/* line 158, ../sass/_roaster.scss */
.banner-link:after {
width: 20px;
height: 26px;
content: "";
display: block;
position: absolute;
top: 0;
left: -24px;
background: url("/static/img/turn-by-turn.png") no-repeat top center transparent;
background-size: 20px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
/* line 158, ../sass/_roaster.scss */
.banner-link:after {
background: transparent url("/static/img/turn-by-turn@2x.png") no-repeat center;
background-size: 20px;
}
}
/* line 175, ../sass/_roaster.scss */
.roaster-description {
width: 100%;
max-width: 960px;
margin: 3em auto 0 auto;
padding: 0 2em 6em 2em;
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
/* line 175, ../sass/_roaster.scss */
.roaster-description {
width: 90%;
margin: 0.5em 5% 0.5em 5%;
}
/* line 183, ../sass/_roaster.scss */
.roaster-description h5 {
margin-bottom: 0;
margin-top: 1em;
}
}
/* line 190, ../sass/_roaster.scss */
.phone-number {
color: #7b7676;
font-size: 0.75em;
line-height: 1.5em;
}
/* line 196, ../sass/_roaster.scss */
.roaster-fact {
text-align: center;
margin-bottom: 2em;
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
/* line 196, ../sass/_roaster.scss */
.roaster-fact {
width: 33%;
}
}
/* line 202, ../sass/_roaster.scss */
.roaster-fact > div {
display: block;
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 4em;
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
/* line 202, ../sass/_roaster.scss */
.roaster-fact > div {
padding: 2em;
}
}
/* line 211, ../sass/_roaster.scss */
.roaster-fact p {
margin: 0.5em 0 2em 0;
font-size: 0.85em;
}
/* line 214, ../sass/_roaster.scss */
.roaster-fact p.false {
color: #e6e6e6;
opacity: 0;
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
/* line 220, ../sass/_roaster.scss */
.about-title {
margin-top: 2em;
}
}
/* line 225, ../sass/_roaster.scss */
.contact-info {
margin-bottom: 2em;
}
/* line 228, ../sass/_roaster.scss */
.roaster-fact-icon {
width: 100%;
background: url("/static/img/onsite-cafe.png") no-repeat center center transparent;
background-size: contain;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
/* line 228, ../sass/_roaster.scss */
.roaster-fact-icon {
background: transparent url("/static/img/onsite-cafe@2x.png") no-repeat center;
background-size: 100px;
}
}
/* line 236, ../sass/_roaster.scss */
.roaster-fact-icon.false {
opacity: 0;
}
/* line 240, ../sass/_roaster.scss */
.online-orders {
background: url("/static/img/online.png") no-repeat center center transparent;
background-size: contain;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
/* line 240, ../sass/_roaster.scss */
.online-orders {
background: transparent url("/static/img/online@2x.png") no-repeat center;
background-size: 100px;
}
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
/* line 240, ../sass/_roaster.scss */
.online-orders {
background-size: 60px;
}
}
/* line 252, ../sass/_roaster.scss */
.onsite-cafe {
background: url("/static/img/onsite-cafe.png") no-repeat center center transparent;
background-size: contain;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
/* line 252, ../sass/_roaster.scss */
.onsite-cafe {
background: transparent url("/static/img/onsite-cafe@2x.png") no-repeat center;
background-size: 100px;
}
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
/* line 252, ../sass/_roaster.scss */
.onsite-cafe {
background-size: 60px;
}
}
/* line 264, ../sass/_roaster.scss */
.open-to-public {
background: url("/static/img/public.png") no-repeat center center transparent;
background-size: contain;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
/* line 264, ../sass/_roaster.scss */
.open-to-public {
background: transparent url("/static/img/public@2x.png") no-repeat center;
background-size: 100px;
}
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
/* line 264, ../sass/_roaster.scss */
.open-to-public {
background-size: 60px;
}
}
/* line 276, ../sass/_roaster.scss */
.roaster-about {
padding: 0 6.5em 0 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
/* line 276, ../sass/_roaster.scss */
.roaster-about {
padding: 0;
margin-bottom: 2em;
}
}
/* line 283, ../sass/_roaster.scss */
.roaster-about p {
margin-bottom: 2em;
}
/* line 286, ../sass/_roaster.scss */
.roaster-about.second-column {
padding-left: 8%;
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
/* line 286, ../sass/_roaster.scss */
.roaster-about.second-column {
padding-left: 0;
}
}
@media only screen and (max-width: 640px), only screen and (max-device-width: 1136px) and (min-device-width: 960px) and (device-height: 640px), only screen and (max-device-height: 1136px) and (min-device-height: 960px) and (device-width: 640px), only screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-device-width: 640px) and (min-device-pixel-ratio: 1.5), only screen and (min-device-width: 320px) and (max-device-width: 480px) {
/* line 302, ../sass/_roaster.scss */
.roaster-banner {
min-height: 100px;
}
}
/* line 45, ../sass/screen.scss */
body {
margin: 0;
min-height: 100%;
font-size: 16px;
font-family: "Cabin", Helvetica, Arial, Sans-serif;
-webkit-font-smoothing: antialiased;
}
/* line 51, ../sass/screen.scss */
body.no-scroll {
overflow-y: hidden;
}
/* -- nav -- */
/* line 57, ../sass/screen.scss */
.top-nav {
background-color: white;
padding: 0.3em 2em;
width: 100%;
position: fixed;
box-sizing: border-box;
display: block;
z-index: 3;
border-bottom: 1px solid #e6e6e6;
-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 0) and (max-width: 360px) {
/* line 57, ../sass/screen.scss */
.top-nav {
padding: 0.3em 0.6em;
}
/* line 71, ../sass/screen.scss */
.top-nav ul li a {
margin: 1em 0.5em;
}
}
/* line 77, ../sass/screen.scss */
.top-nav ul {
width: 100%;
margin: 0 auto;
max-width: 960px;
}
/* line 81, ../sass/screen.scss */
.top-nav ul li {
float: left;
display: inline-block;
}
/* line 84, ../sass/screen.scss */
.top-nav ul li.nav-right {
float: right;
}
/* line 87, ../sass/screen.scss */
.top-nav ul li a {
background-color: #FFF;
color: #7b7676;
float: left;
margin: 1em;
padding: 0.25em 0;
float: left;
}
/* line 93, ../sass/screen.scss */
.top-nav ul li a.active {
color: #CC4B1F;
border-bottom: 2px solid #dd6a5a;
}
/* line 98, ../sass/screen.scss */
.top-nav ul li a.logo {
padding: 0;
margin: 1.25em 0 0 0;
}
/* line 101, ../sass/screen.scss */
.top-nav ul li a.logo:before {
content: "";
background: transparent url("../img/logo.svg") no-repeat left center;
width: 40px;
height: 40px;
display: inline-block;
margin-right: 12px;
vertical-align: -12px;
margin-top: -12px;
}
@media only screen and (min-width: 0) and (max-width: 720px) {
/* line 101, ../sass/screen.scss */
.top-nav ul li a.logo:before {
display: none;
}
}
/* -- footer -- */
/* line 121, ../sass/screen.scss */
#footer {
background-color: #333;
color: #fff;
padding: 2em 2em;
z-index: 10;
position: absolute;
bottom: 0;
right: 0;
left: 0;
}
/* line 133, ../sass/screen.scss */
#footer .github-logo {
float: right;
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
/* line 133, ../sass/screen.scss */
#footer .github-logo {
float: none;
display: block;
margin: 0.5em 0 0 0;
}
}
/* -- logo -- */
/* line 144, ../sass/screen.scss */
#logo {
color: #563f29;
font-size: 1.25em;
letter-spacing: 1px;
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
/* line 144, ../sass/screen.scss */
#logo {
font-size: 1em;
}
}
/* line 151, ../sass/screen.scss */
#logo a {
color: #563f29;
}
/* line 155, ../sass/screen.scss */
#logo.page-back {
cursor: pointer;
}
/* line 159, ../sass/screen.scss */
#logo:before {
content: "";
width: 2.5em;
height: 2.5em;
background: #e9e1bd url("../img/logo.png") no-repeat center center;
background-size: 2.5em 2.5em;
position: relative;
display: inline-block;
margin-top: .75em;
margin-right: .5em;
vertical-align: -0.85em;
-webkit-border-radius: 2.5em;
-moz-border-radius: 2.5em;
-ms-border-radius: 2.5em;
-o-border-radius: 2.5em;
border-radius: 2.5em;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
/* line 159, ../sass/screen.scss */
#logo:before {
background: #e9e1bd url("../img/logo@2x.png") no-repeat center center;
background-size: 2.5em 2.5em;
}
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
/* line 159, ../sass/screen.scss */
#logo:before {
margin-top: 0.45em;
background-size: 2em 2em;
width: 2em;
height: 2em;
vertical-align: -0.6em;
}
}
/* line 182, ../sass/screen.scss */
#logo:before:hover {
border: 10px solid #e9e1bd;
}
/* line 188, ../sass/screen.scss */
#map {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: block;
z-index: 1;
}
@media only screen and (min-width: 0) and (max-width: 480px) {
/* line 188, ../sass/screen.scss */
#map {
bottom: -20%;
}
} | 0.238196 | 0.04406 |
.container {
margin-top: 90px;
}
/* Show hand when hovered on tab links */
.nav-link {
cursor: pointer;
}
.dblocks-table-inner {
margin-bottom: 0;
}
.card-header {
padding: 0px 10px;
}
.dblocks-card {
padding: 5px 15px;
margin: 10px 0px;
}
.dblocks-card-content {
margin: 0;
}
/* .table-supply tr td {
float: right;
} */
#dblocks-props-tbl {
table-layout: fixed;
}
#dblocks-props-tbl tr td {
word-wrap: break-word;
}
#acc-notfound, #acc-error, #acc-container, #acc-profile-hive, #acc-profile-steem, #acc-leader {
display: none;
}
#acc-container [id^=acc-profile] img,
.dblocks-accprice-createaccbtn img,
#content-dtube img {
float: left;
width: 25px;
height: 25px;
}
#acc-profile-dtube,
.dblocks-accprice-createaccbtn,
#content-dtube {
border-color: #223154;
background-color: #223154;
}
#acc-profile-hive {
border-color: #E31337;
background-color: #E31337;
}
#acc-profile-steem {
border-color: #171FC9;
background-color: #171FC9;
}
#acc-profile-json { width: 100%; }
#acc-profile-json table { font-size: 12px;}
#acc-meta-master,
#acc-leader-key,
#acc-profile-json table tr td,
#blk-container table tr td,
#txn-container table tr td {
word-break: break-word;
}
table tr th {
word-break: normal;
}
/* Block details */
#blk-notfound, #blk-error, #blk-container { display: none; }
.blk-head { width: 100%; }
.blk-btn-prevnext { float: right; }
/* Txn details */
#txn-notfound, #txn-error, #txn-container { display: none; }
/* Contents */
#content-error, #content-notfound, #content-container,
.content-parent, #content-comments { display: none; }
#content-comments table,
#content-votes thead,
#content-votes tbody tr td:nth-child(2),
#content-votes tbody tr td:nth-child(5),
#content-votes tbody tr td:nth-child(6) { text-align: center; }
#content-votes tbody tr td:nth-child(3),
#content-votes tbody tr td:nth-child(4) { text-align: right; }
/* Leaders */
#leader-error, #leader-container { display: none; }
#leader-table thead { text-align: center; }
#leader-table tbody tr th { text-align: center; }
#leader-table tbody tr td:nth-child(n+3) { text-align: right; }
/* Account Pricing */
.dblocks-accprice { max-width: 350px; }
.dblocks-accprice thead,
.dblocks-accprice tbody tr th { text-align: center; }
.dblocks-accprice tbody tr td { text-align: right; }
/* Richlist */
#richlist-error, #richlist-container { display: none; }
#richlist-table thead,
#richlist-table tbody tr th { text-align: center; }
#richlist-table tbody tr td:nth-child(n+3) { text-align: right; }
/* Live sub count */
.alert { display: none; }
.dblocks-counter {
width: 100%;
text-align: center;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-car { zoom: 7; }
.form-inline {
padding: 0px 15px;
}
/* MOBILE DEVICES */
@media screen and (max-width: 768px) {
.odometer.odometer-auto-theme, .odometer.odometer-theme-car { zoom: 6; }
}
@media screen and (max-width: 500px) {
.odometer.odometer-auto-theme, .odometer.odometer-theme-car { zoom: 5; }
}
@media screen and (max-width: 420px) {
.odometer.odometer-auto-theme, .odometer.odometer-theme-car { zoom: 4; }
}
@media screen and (max-width: 350px) {
.odometer.odometer-auto-theme, .odometer.odometer-theme-car { zoom: 3; }
} | styles.css | .container {
margin-top: 90px;
}
/* Show hand when hovered on tab links */
.nav-link {
cursor: pointer;
}
.dblocks-table-inner {
margin-bottom: 0;
}
.card-header {
padding: 0px 10px;
}
.dblocks-card {
padding: 5px 15px;
margin: 10px 0px;
}
.dblocks-card-content {
margin: 0;
}
/* .table-supply tr td {
float: right;
} */
#dblocks-props-tbl {
table-layout: fixed;
}
#dblocks-props-tbl tr td {
word-wrap: break-word;
}
#acc-notfound, #acc-error, #acc-container, #acc-profile-hive, #acc-profile-steem, #acc-leader {
display: none;
}
#acc-container [id^=acc-profile] img,
.dblocks-accprice-createaccbtn img,
#content-dtube img {
float: left;
width: 25px;
height: 25px;
}
#acc-profile-dtube,
.dblocks-accprice-createaccbtn,
#content-dtube {
border-color: #223154;
background-color: #223154;
}
#acc-profile-hive {
border-color: #E31337;
background-color: #E31337;
}
#acc-profile-steem {
border-color: #171FC9;
background-color: #171FC9;
}
#acc-profile-json { width: 100%; }
#acc-profile-json table { font-size: 12px;}
#acc-meta-master,
#acc-leader-key,
#acc-profile-json table tr td,
#blk-container table tr td,
#txn-container table tr td {
word-break: break-word;
}
table tr th {
word-break: normal;
}
/* Block details */
#blk-notfound, #blk-error, #blk-container { display: none; }
.blk-head { width: 100%; }
.blk-btn-prevnext { float: right; }
/* Txn details */
#txn-notfound, #txn-error, #txn-container { display: none; }
/* Contents */
#content-error, #content-notfound, #content-container,
.content-parent, #content-comments { display: none; }
#content-comments table,
#content-votes thead,
#content-votes tbody tr td:nth-child(2),
#content-votes tbody tr td:nth-child(5),
#content-votes tbody tr td:nth-child(6) { text-align: center; }
#content-votes tbody tr td:nth-child(3),
#content-votes tbody tr td:nth-child(4) { text-align: right; }
/* Leaders */
#leader-error, #leader-container { display: none; }
#leader-table thead { text-align: center; }
#leader-table tbody tr th { text-align: center; }
#leader-table tbody tr td:nth-child(n+3) { text-align: right; }
/* Account Pricing */
.dblocks-accprice { max-width: 350px; }
.dblocks-accprice thead,
.dblocks-accprice tbody tr th { text-align: center; }
.dblocks-accprice tbody tr td { text-align: right; }
/* Richlist */
#richlist-error, #richlist-container { display: none; }
#richlist-table thead,
#richlist-table tbody tr th { text-align: center; }
#richlist-table tbody tr td:nth-child(n+3) { text-align: right; }
/* Live sub count */
.alert { display: none; }
.dblocks-counter {
width: 100%;
text-align: center;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-car { zoom: 7; }
.form-inline {
padding: 0px 15px;
}
/* MOBILE DEVICES */
@media screen and (max-width: 768px) {
.odometer.odometer-auto-theme, .odometer.odometer-theme-car { zoom: 6; }
}
@media screen and (max-width: 500px) {
.odometer.odometer-auto-theme, .odometer.odometer-theme-car { zoom: 5; }
}
@media screen and (max-width: 420px) {
.odometer.odometer-auto-theme, .odometer.odometer-theme-car { zoom: 4; }
}
@media screen and (max-width: 350px) {
.odometer.odometer-auto-theme, .odometer.odometer-theme-car { zoom: 3; }
} | 0.407687 | 0.079282 |
* {
box-sizing: border-box;
}
nav {
font-family: 'Oswald', sans-serif;
}
.nav li a {
position: relative;
}
.nav li a:before {
content: "";
position: absolute;
margin: 0 auto;
width: 95%;
height: 2px;
bottom: 0;
left: 0;
background-color: #000;
visibility: hidden;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.nav li a:hover:before {
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.nav-shadow {
-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
}
.navbar-relative {
position: relative;
}
nav button {
font-family: 'Ubuntu Condensed', sans-serif;
margin-left: 5px;
}
/*nav .small-menu {
display: inline-block;
}*/
#register-02 {
top: 57px;
}
/*.navbar-relative button {
margin-left: 5px;
}*/
.reg-log-form {
font-family: 'Ubuntu Condensed', sans-serif;
position: absolute;
top: 51px;
right: 0px;
padding: 20px;
background-color: #f8f8f8;
border: 1px solid #e7e7e7;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
}
.navbar-form .input-position {
margin: 0 0 25px;
display: table;
}
.placeholder-text {
z-index: 10;
position: absolute;
top: 5px;
left: 52px;
opacity: 0.5;
cursor:text;
}
.banner {
margin-top: 50px;
width: 100%;
height: 400px;
overflow: hidden;
background-image: url('../img/banner-01.jpg');
background-repeat: no-repeat;
background-size: cover;
}
.banner img {
width: 100%;
}
main {
background: #ebebeb;
}
.title {
font-family: 'Kaushan Script', cursive;
}
.color {
position: relative;
/*margin-top: 20px;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;*/
margin: 20px auto;
padding: 0;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
max-width: 388px;
}
.line {
position: relative;
width: 80%;
height: 1px;
margin: 2.6vw auto 2vw;
border: 0px none;
background: linear-gradient(to right,
rgba(204, 204, 204, 0) 0%,
#cccccc 25%,
#cccccc 35%,
rgba(204, 204, 204, 0) 45%,
rgba(204, 204, 204, 0) 55%,
#cccccc 65%,
#cccccc 75%,
rgba(204, 204, 204, 0) 100%
);
}
.line:after{
content: "•••";
position: absolute;
width: 10%;
padding-left: 1vw;
margin-left: -0.5vw;
left: 45%;
top: -1.5vw;
font-weight: 300;
font-size: 2vw;
font-family: "Open Sans", sans-serif;
letter-spacing: 1vw;
text-align: center;
color: #999;
}
.object {
max-height: 445px;
overflow: hidden;
position: relative;
}
.object img {
transition: 300ms;
}
.info {
width: 50px;
height: 50px;
background-color: #F36161;
border: 1px solid transparent;
border-radius: 30px;
display: block;
padding: 13px 0 0;
text-align: center;
position: absolute;
z-index: 10;
top: -15px;
left: -15px;
font-family: 'Kaushan Script', cursive;
transition: 200ms;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.information {
position: absolute;
bottom: -100px;
width: 100%;
height: 100px;
color: #fff;
background-color: rgba(61, 61, 77, 0.8);
margin: 0;
z-index: 10;
font-family: 'Ubuntu Condensed', sans-serif;
text-shadow: 1px -1px 1px rgba(150, 150, 150, 0.8);
transition: 300ms;
}
.color:hover .info {
background-color: #E31F1F;
border-color: #787373;
}
.object:hover img {
transform: scale(1.2);
}
.object:hover .information {
bottom: 0;
}
.events {
margin: 10px 0;
height: 300px;
color: #fff;
text-shadow: 2px 2px #000;
padding-top: 70px;
transition: 500ms;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.events p {
margin-top: 50px;
visibility: hidden;
opacity: 0;
transition: 500ms;
}
.events p a {
text-decoration: none;
}
.events p a:link, .events p a:visited {
color: #fff;
}
.events p a:focus {
outline: none;
}
#behind {
background-image: url('../img/behind.jpg');
background-size: cover;
}
#guide {
background-image: url('../img/guide.jpg');
background-size: cover;
}
.events:hover {
-webkit-filter: grayscale(60%);
filter: grayscale(60%);
padding-top: 150px;
}
.events:hover p {
margin-top: 0;
visibility: visible;
opacity: 1;
}
footer {
background-color: #E1E1E1;
} | app/styles/style.css | * {
box-sizing: border-box;
}
nav {
font-family: 'Oswald', sans-serif;
}
.nav li a {
position: relative;
}
.nav li a:before {
content: "";
position: absolute;
margin: 0 auto;
width: 95%;
height: 2px;
bottom: 0;
left: 0;
background-color: #000;
visibility: hidden;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.nav li a:hover:before {
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.nav-shadow {
-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
}
.navbar-relative {
position: relative;
}
nav button {
font-family: 'Ubuntu Condensed', sans-serif;
margin-left: 5px;
}
/*nav .small-menu {
display: inline-block;
}*/
#register-02 {
top: 57px;
}
/*.navbar-relative button {
margin-left: 5px;
}*/
.reg-log-form {
font-family: 'Ubuntu Condensed', sans-serif;
position: absolute;
top: 51px;
right: 0px;
padding: 20px;
background-color: #f8f8f8;
border: 1px solid #e7e7e7;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
}
.navbar-form .input-position {
margin: 0 0 25px;
display: table;
}
.placeholder-text {
z-index: 10;
position: absolute;
top: 5px;
left: 52px;
opacity: 0.5;
cursor:text;
}
.banner {
margin-top: 50px;
width: 100%;
height: 400px;
overflow: hidden;
background-image: url('../img/banner-01.jpg');
background-repeat: no-repeat;
background-size: cover;
}
.banner img {
width: 100%;
}
main {
background: #ebebeb;
}
.title {
font-family: 'Kaushan Script', cursive;
}
.color {
position: relative;
/*margin-top: 20px;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;*/
margin: 20px auto;
padding: 0;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
max-width: 388px;
}
.line {
position: relative;
width: 80%;
height: 1px;
margin: 2.6vw auto 2vw;
border: 0px none;
background: linear-gradient(to right,
rgba(204, 204, 204, 0) 0%,
#cccccc 25%,
#cccccc 35%,
rgba(204, 204, 204, 0) 45%,
rgba(204, 204, 204, 0) 55%,
#cccccc 65%,
#cccccc 75%,
rgba(204, 204, 204, 0) 100%
);
}
.line:after{
content: "•••";
position: absolute;
width: 10%;
padding-left: 1vw;
margin-left: -0.5vw;
left: 45%;
top: -1.5vw;
font-weight: 300;
font-size: 2vw;
font-family: "Open Sans", sans-serif;
letter-spacing: 1vw;
text-align: center;
color: #999;
}
.object {
max-height: 445px;
overflow: hidden;
position: relative;
}
.object img {
transition: 300ms;
}
.info {
width: 50px;
height: 50px;
background-color: #F36161;
border: 1px solid transparent;
border-radius: 30px;
display: block;
padding: 13px 0 0;
text-align: center;
position: absolute;
z-index: 10;
top: -15px;
left: -15px;
font-family: 'Kaushan Script', cursive;
transition: 200ms;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.information {
position: absolute;
bottom: -100px;
width: 100%;
height: 100px;
color: #fff;
background-color: rgba(61, 61, 77, 0.8);
margin: 0;
z-index: 10;
font-family: 'Ubuntu Condensed', sans-serif;
text-shadow: 1px -1px 1px rgba(150, 150, 150, 0.8);
transition: 300ms;
}
.color:hover .info {
background-color: #E31F1F;
border-color: #787373;
}
.object:hover img {
transform: scale(1.2);
}
.object:hover .information {
bottom: 0;
}
.events {
margin: 10px 0;
height: 300px;
color: #fff;
text-shadow: 2px 2px #000;
padding-top: 70px;
transition: 500ms;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.events p {
margin-top: 50px;
visibility: hidden;
opacity: 0;
transition: 500ms;
}
.events p a {
text-decoration: none;
}
.events p a:link, .events p a:visited {
color: #fff;
}
.events p a:focus {
outline: none;
}
#behind {
background-image: url('../img/behind.jpg');
background-size: cover;
}
#guide {
background-image: url('../img/guide.jpg');
background-size: cover;
}
.events:hover {
-webkit-filter: grayscale(60%);
filter: grayscale(60%);
padding-top: 150px;
}
.events:hover p {
margin-top: 0;
visibility: visible;
opacity: 1;
}
footer {
background-color: #E1E1E1;
} | 0.313735 | 0.102215 |
@charset "UTF-8";
#recruit .parallaxGeometry_geo.parallaxGeometry_geo-05 {
display: none
}
.keyVisual {
background-repeat: no-repeat;
background-position: 50% 0;
background-size: cover
}
@media all and (min-width:768px) {
.keyVisual {
height: 549px;
background-image: url("../../../img/recruit_students/recruit/key_visual-pc.jpg")
}
}
@media screen and (max-width:767px) {
.keyVisual {
padding-bottom: 64.06%;
width: 100%;
background-image: url("../../../img/recruit_students/recruit/key_visual-sp.jpg")
}
}
.introduction_tit {
width: 100%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
background-color: #fff;
letter-spacing: .09em;
line-height: 1.67
}
.introduction_tit:before {
content: "";
position: absolute;
background-image: url("../../../img/recruit_students/recruit/shape.png");
background-size: cover
}
.introduction_tit:after {
content: "";
display: block;
position: absolute;
right: 0;
bottom: 0;
border-width: 0 0 58px 58px;
border-style: solid;
border-color: transparent transparent #effbfd
}
@media all and (min-width:768px) {
.introduction_tit {
position: relative;
margin: 0 auto;
border: 4px solid #67d4e7;
width: 722px;
height: 108px;
text-align: center;
font-size: 29px;
line-height: 100px
}
.introduction_tit:before {
top: -25px;
left: -57px;
width: 107px;
height: 71px
}
.introduction_tit:after {
border-width: 0 0 58px 58px
}
}
@media screen and (max-width:767px) {
.introduction_tit {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0 auto;
border: 3px solid #67d4e7;
width: 235px;
height: 84px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}
.introduction_tit:before {
top: -10px;
left: -26px;
width: 52px;
height: 35px
}
.introduction_tit:after {
border-width: 0 0 35px 35px
}
}
.introduction_subtit {
text-align: center;
color: #1fb3d8;
line-height: 1.35
}
@media all and (min-width:768px) {
.introduction_subtit {
margin-top: 17px;
letter-spacing: .1em;
font-size: 34px
}
}
@media screen and (max-width:767px) {
.introduction_subtit {
margin-top: -19px;
letter-spacing: .04em;
font-size: 20px;
font-weight: 700
}
}
.introduction_lead {
color: #545454
}
@media all and (min-width:768px) {
.introduction_lead {
margin-top: 25px;
text-align: center;
letter-spacing: .2em;
font-size: 19px;
line-height: 1.79
}
}
@media screen and (max-width:767px) {
.introduction_lead {
margin-top: 16px;
letter-spacing: .024em;
font-size: 13px;
line-height: 1.54
}
}
@media all and (min-width:768px) {
.introduction_btns {
display: table;
position: relative;
z-index: 2;
margin: 86px auto 0;
width: 1100px
}
}
@media screen and (max-width:767px) {
.introduction_btns {
margin-top: 44px
}
}
.introduction_btn {
position: relative;
background-color: #f1f02f;
background-repeat: no-repeat;
background-position: right 4px center;
letter-spacing: .1em;
font-style: italic
}
.introduction_btn:before {
content: "";
position: absolute;
top: 0;
left: 0;
border-style: solid;
border-color: #db5652 transparent transparent
}
.introduction_btn a {
position: relative;
height: 100%;
text-decoration: none;
color: inherit
}
@media all and (min-width:768px) {
.introduction_btn {
float: left;
width: 347px;
height: 109px;
font-size: 16px;
line-height: 1.31
}
.introduction_btn:before {
border-width: 30px 30px 0 0
}
.introduction_btn a {
display: block
}
.introduction_btn:hover {
background-color: #f7f78f;
color: #878787
}
.introduction_btn:hover:before {
border-top-color: #eda9a6;
border-left-color: #eda9a6
}
.introduction_btn .u-showy {
font-size: 20px
}
.introduction_btn .u-vam {
display: table-cell;
padding-left: 30px;
width: 347px;
height: 109px;
vertical-align: middle
}
.introduction_btn .u-vam:first-line {
font-size: 20px
}
.introduction_btn+.introduction_btn {
margin-left: 28px
}
}
@media screen and (max-width:767px) {
.introduction_btn {
height: 60px;
background-size: 72px 54px;
text-align: center;
font-size: 12px
}
.introduction_btn:before {
border-width: 20px 20px 0 0
}
.introduction_btn a {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center
}
.introduction_btn .u-showy {
font-size: 16px
}
.introduction_btn+.introduction_btn {
margin-top: 25px
}
}
@media all and (min-width:768px) {
.introduction_btn-general {
background-image: url("../../../img/recruit_students/recruit/introduction_btn-general-pc.png")
}
}
@media screen and (max-width:767px) {
.introduction_btn-general {
background-image: url("../../../img/recruit_students/recruit/introduction_btn-general-sp.jpg")
}
}
@media all and (min-width:768px) {
.introduction_btn-professional {
background-image: url("../../../img/recruit_students/recruit/introduction_btn-professional-pc.png")
}
}
@media screen and (max-width:767px) {
.introduction_btn-professional {
background-image: url("../../../img/recruit_students/recruit/introduction_btn-professional-sp.jpg")
}
}
@media all and (min-width:768px) {
.introduction_btn-corporate {
background-image: url("../../../img/recruit_students/recruit/introduction_btn-corporate-pc.png")
}
}
@media screen and (max-width:767px) {
.introduction_btn-corporate {
background-image: url("../../../img/recruit_students/recruit/introduction_btn-corporate-sp.jpg")
}
}
.recruit {
padding: 0 0 50px
}
@media all and (min-width:768px) {
.recruit {
padding-bottom: 100px
}
}
#entry {
padding-top: 1px
}
@media all and (min-width:768px) {
#entry {
padding-top: 20px
}
}
.outline {
padding-top: 45px
}
.flow {
background: #f0fbfd url("../../../img/recruit_students/common/sect_bg-blue-left-sp.png") 0 0 no-repeat;
background-size: 154px 120px;
font-size: 16px;
font-size: 1rem
}
@media all and (min-width:768px) {
.flow {
background: url("../../../img/recruit_students/common/sect_bg-blue-left-pc.png") 0 0 no-repeat, url("../../../img/recruit_students/common/sect_bg-blue-right-pc.png") 100% 0 no-repeat;
background-color: #f0fbfd;
background-attachment: fixed;
background-size: 404px;
text-align: center;
font-size: 19px;
font-size: 1.1875rem
}
.is-ipad .flow {
background-attachment: scroll
}
}
.flow_figure {
overflow: hidden;
margin: 16px auto 0;
width: 290px;
height: 388px;
background: url("../../../img/recruit_students/recruit/flow_figure-sp.png") 0 0 no-repeat;
background-size: 290px 388px;
text-align: left;
text-indent: -1000%
}
@media all and (min-width:768px) {
.flow_figure {
margin-top: 25px;
width: 960px;
height: 72px;
background: url("../../../img/recruit_students/recruit/flow_figure-pc.png") 0 0 no-repeat;
background-size: 960px 72px
}
}
.faq {
padding-bottom: 30px
}
.faq_list+.faq_list {
margin: 35px 0 0
}
@media all and (min-width:768px) {
.faq_list+.faq_list {
margin-top: 70px
}
}
.faq_list_tit {
padding: 5px 10px;
background: #40AAEF;
color: #fff;
font-size: 18px;
font-size: 1.125rem
}
@media all and (min-width:768px) {
.faq_list_tit {
padding: 0 20px;
font-size: 24px;
/* font-size: 1.75rem */
}
}
.faq_list_list {
border-bottom: 1px solid #40AAEF
}
.faq_list_list.is-open dt:after {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg)
}
.faq_list_list dt {
position: relative;
padding: 20px 20px 20px 30px;
cursor: pointer;
background: url("../../../img/recruit_students/common/mod-ico-quest-blue-sp.png") 0 50% no-repeat;
background-size: 19px;
font-size: 15px;
font-size: .9375rem;
line-height: 1.48
}
@media all and (min-width:768px) {
.faq_list_list dt {
padding: 28px 44px;
-webkit-transition: .3s;
transition: .3s;
background: url("../../../img/recruit_students/common/mod-ico-quest-blue-pc.png") 0 50% no-repeat;
background-size: 28px;
font-size: 18px;
/* font-size: 1.375rem */
}
.faq_list_list dt:hover {
opacity: .7
}
}
.faq_list_list dt:before, .faq_list_list dt:after {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
margin: auto;
width: 16px;
height: 2px;
-webkit-transition: .3s;
transition: .3s;
background: #40AAEF;
}
@media all and (min-width:768px) {
.faq_list_list dt:before, .faq_list_list dt:after {
right: 25px;
width: 25px;
height: 3px
}
}
.faq_list_list dt:after {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg)
}
.faq_list_list dd {
display: none;
position: relative;
padding: 0 20px 20px 30px;
background: url("../../../img/recruit_students/common/mod-ico-answer-blue-sp.png") 0 0 no-repeat;
background-size: 19px;
font-size: 13px;
font-size: .8125rem;
line-height: 1.54
}
@media all and (min-width:768px) {
.faq_list_list dd {
padding: 0 44px 40px;
background: url("../../../img/recruit_students/common/mod-ico-answer-blue-pc.png") 0 0 no-repeat;
background-size: 28px;
font-size: 16px;
/* font-size: .9375rem; */
line-height: 1.74
}
}
.faq_list_list dd+dt {
margin: 10px 0 0
}
.faq_list_list dd a {
color: #db5752
} | public/litalico/assets/css/recruit_students/recruit/general/index.css | @charset "UTF-8";
#recruit .parallaxGeometry_geo.parallaxGeometry_geo-05 {
display: none
}
.keyVisual {
background-repeat: no-repeat;
background-position: 50% 0;
background-size: cover
}
@media all and (min-width:768px) {
.keyVisual {
height: 549px;
background-image: url("../../../img/recruit_students/recruit/key_visual-pc.jpg")
}
}
@media screen and (max-width:767px) {
.keyVisual {
padding-bottom: 64.06%;
width: 100%;
background-image: url("../../../img/recruit_students/recruit/key_visual-sp.jpg")
}
}
.introduction_tit {
width: 100%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
background-color: #fff;
letter-spacing: .09em;
line-height: 1.67
}
.introduction_tit:before {
content: "";
position: absolute;
background-image: url("../../../img/recruit_students/recruit/shape.png");
background-size: cover
}
.introduction_tit:after {
content: "";
display: block;
position: absolute;
right: 0;
bottom: 0;
border-width: 0 0 58px 58px;
border-style: solid;
border-color: transparent transparent #effbfd
}
@media all and (min-width:768px) {
.introduction_tit {
position: relative;
margin: 0 auto;
border: 4px solid #67d4e7;
width: 722px;
height: 108px;
text-align: center;
font-size: 29px;
line-height: 100px
}
.introduction_tit:before {
top: -25px;
left: -57px;
width: 107px;
height: 71px
}
.introduction_tit:after {
border-width: 0 0 58px 58px
}
}
@media screen and (max-width:767px) {
.introduction_tit {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0 auto;
border: 3px solid #67d4e7;
width: 235px;
height: 84px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}
.introduction_tit:before {
top: -10px;
left: -26px;
width: 52px;
height: 35px
}
.introduction_tit:after {
border-width: 0 0 35px 35px
}
}
.introduction_subtit {
text-align: center;
color: #1fb3d8;
line-height: 1.35
}
@media all and (min-width:768px) {
.introduction_subtit {
margin-top: 17px;
letter-spacing: .1em;
font-size: 34px
}
}
@media screen and (max-width:767px) {
.introduction_subtit {
margin-top: -19px;
letter-spacing: .04em;
font-size: 20px;
font-weight: 700
}
}
.introduction_lead {
color: #545454
}
@media all and (min-width:768px) {
.introduction_lead {
margin-top: 25px;
text-align: center;
letter-spacing: .2em;
font-size: 19px;
line-height: 1.79
}
}
@media screen and (max-width:767px) {
.introduction_lead {
margin-top: 16px;
letter-spacing: .024em;
font-size: 13px;
line-height: 1.54
}
}
@media all and (min-width:768px) {
.introduction_btns {
display: table;
position: relative;
z-index: 2;
margin: 86px auto 0;
width: 1100px
}
}
@media screen and (max-width:767px) {
.introduction_btns {
margin-top: 44px
}
}
.introduction_btn {
position: relative;
background-color: #f1f02f;
background-repeat: no-repeat;
background-position: right 4px center;
letter-spacing: .1em;
font-style: italic
}
.introduction_btn:before {
content: "";
position: absolute;
top: 0;
left: 0;
border-style: solid;
border-color: #db5652 transparent transparent
}
.introduction_btn a {
position: relative;
height: 100%;
text-decoration: none;
color: inherit
}
@media all and (min-width:768px) {
.introduction_btn {
float: left;
width: 347px;
height: 109px;
font-size: 16px;
line-height: 1.31
}
.introduction_btn:before {
border-width: 30px 30px 0 0
}
.introduction_btn a {
display: block
}
.introduction_btn:hover {
background-color: #f7f78f;
color: #878787
}
.introduction_btn:hover:before {
border-top-color: #eda9a6;
border-left-color: #eda9a6
}
.introduction_btn .u-showy {
font-size: 20px
}
.introduction_btn .u-vam {
display: table-cell;
padding-left: 30px;
width: 347px;
height: 109px;
vertical-align: middle
}
.introduction_btn .u-vam:first-line {
font-size: 20px
}
.introduction_btn+.introduction_btn {
margin-left: 28px
}
}
@media screen and (max-width:767px) {
.introduction_btn {
height: 60px;
background-size: 72px 54px;
text-align: center;
font-size: 12px
}
.introduction_btn:before {
border-width: 20px 20px 0 0
}
.introduction_btn a {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center
}
.introduction_btn .u-showy {
font-size: 16px
}
.introduction_btn+.introduction_btn {
margin-top: 25px
}
}
@media all and (min-width:768px) {
.introduction_btn-general {
background-image: url("../../../img/recruit_students/recruit/introduction_btn-general-pc.png")
}
}
@media screen and (max-width:767px) {
.introduction_btn-general {
background-image: url("../../../img/recruit_students/recruit/introduction_btn-general-sp.jpg")
}
}
@media all and (min-width:768px) {
.introduction_btn-professional {
background-image: url("../../../img/recruit_students/recruit/introduction_btn-professional-pc.png")
}
}
@media screen and (max-width:767px) {
.introduction_btn-professional {
background-image: url("../../../img/recruit_students/recruit/introduction_btn-professional-sp.jpg")
}
}
@media all and (min-width:768px) {
.introduction_btn-corporate {
background-image: url("../../../img/recruit_students/recruit/introduction_btn-corporate-pc.png")
}
}
@media screen and (max-width:767px) {
.introduction_btn-corporate {
background-image: url("../../../img/recruit_students/recruit/introduction_btn-corporate-sp.jpg")
}
}
.recruit {
padding: 0 0 50px
}
@media all and (min-width:768px) {
.recruit {
padding-bottom: 100px
}
}
#entry {
padding-top: 1px
}
@media all and (min-width:768px) {
#entry {
padding-top: 20px
}
}
.outline {
padding-top: 45px
}
.flow {
background: #f0fbfd url("../../../img/recruit_students/common/sect_bg-blue-left-sp.png") 0 0 no-repeat;
background-size: 154px 120px;
font-size: 16px;
font-size: 1rem
}
@media all and (min-width:768px) {
.flow {
background: url("../../../img/recruit_students/common/sect_bg-blue-left-pc.png") 0 0 no-repeat, url("../../../img/recruit_students/common/sect_bg-blue-right-pc.png") 100% 0 no-repeat;
background-color: #f0fbfd;
background-attachment: fixed;
background-size: 404px;
text-align: center;
font-size: 19px;
font-size: 1.1875rem
}
.is-ipad .flow {
background-attachment: scroll
}
}
.flow_figure {
overflow: hidden;
margin: 16px auto 0;
width: 290px;
height: 388px;
background: url("../../../img/recruit_students/recruit/flow_figure-sp.png") 0 0 no-repeat;
background-size: 290px 388px;
text-align: left;
text-indent: -1000%
}
@media all and (min-width:768px) {
.flow_figure {
margin-top: 25px;
width: 960px;
height: 72px;
background: url("../../../img/recruit_students/recruit/flow_figure-pc.png") 0 0 no-repeat;
background-size: 960px 72px
}
}
.faq {
padding-bottom: 30px
}
.faq_list+.faq_list {
margin: 35px 0 0
}
@media all and (min-width:768px) {
.faq_list+.faq_list {
margin-top: 70px
}
}
.faq_list_tit {
padding: 5px 10px;
background: #40AAEF;
color: #fff;
font-size: 18px;
font-size: 1.125rem
}
@media all and (min-width:768px) {
.faq_list_tit {
padding: 0 20px;
font-size: 24px;
/* font-size: 1.75rem */
}
}
.faq_list_list {
border-bottom: 1px solid #40AAEF
}
.faq_list_list.is-open dt:after {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg)
}
.faq_list_list dt {
position: relative;
padding: 20px 20px 20px 30px;
cursor: pointer;
background: url("../../../img/recruit_students/common/mod-ico-quest-blue-sp.png") 0 50% no-repeat;
background-size: 19px;
font-size: 15px;
font-size: .9375rem;
line-height: 1.48
}
@media all and (min-width:768px) {
.faq_list_list dt {
padding: 28px 44px;
-webkit-transition: .3s;
transition: .3s;
background: url("../../../img/recruit_students/common/mod-ico-quest-blue-pc.png") 0 50% no-repeat;
background-size: 28px;
font-size: 18px;
/* font-size: 1.375rem */
}
.faq_list_list dt:hover {
opacity: .7
}
}
.faq_list_list dt:before, .faq_list_list dt:after {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
margin: auto;
width: 16px;
height: 2px;
-webkit-transition: .3s;
transition: .3s;
background: #40AAEF;
}
@media all and (min-width:768px) {
.faq_list_list dt:before, .faq_list_list dt:after {
right: 25px;
width: 25px;
height: 3px
}
}
.faq_list_list dt:after {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg)
}
.faq_list_list dd {
display: none;
position: relative;
padding: 0 20px 20px 30px;
background: url("../../../img/recruit_students/common/mod-ico-answer-blue-sp.png") 0 0 no-repeat;
background-size: 19px;
font-size: 13px;
font-size: .8125rem;
line-height: 1.54
}
@media all and (min-width:768px) {
.faq_list_list dd {
padding: 0 44px 40px;
background: url("../../../img/recruit_students/common/mod-ico-answer-blue-pc.png") 0 0 no-repeat;
background-size: 28px;
font-size: 16px;
/* font-size: .9375rem; */
line-height: 1.74
}
}
.faq_list_list dd+dt {
margin: 10px 0 0
}
.faq_list_list dd a {
color: #db5752
} | 0.347759 | 0.094302 |
@charset "utf-8";
body{min-width:1210px;background: #FFFFFF;position: relative;}
a {text-decoration: none;font-size: 14px;}
.c_clear{clear:both;}
.c_set_save a:hover{ color : white}
/*S 我的账户*/
.c_main_box{
overflow:hidden;
}
.c_main_income{
padding:20px 0;
background: #fff;
border: 1px solid #E6E6E6;
text-align: center;
width: 636px;
float: left;
}
.c_main_income li{
float: left;
width: 181px;
padding: 14px 0;
position: relative;
}
.c_clear{clear: both;}
.c_right_line{
width: 1px;
float:left;
height:100px;
background: #E6E6E6;
}
.c_main_income li span{
color: #2fc07a;
font-size: 30px;
}
.c_money_type{
position: relative;
margin-bottom: 15px;
}
.c_money_type i{
display: block;
position: absolute;
width: 14px;
height:8px;
background: url(/static/new/img/icon/arrow_dowm.png) no-repeat;
right: 42px;
top: 8px;
}
.c_main_recharge,.c_main_cash{
display: block;
width: 80px;
height: 32px;
line-height: 32px;
border-radius: 2px;
margin: 0 auto 10px;
}
.c_main_recharge{
color: #fff;
background: #FE0100;
}
.c_main_cash{
color: #717171;
background: #ddd;
margin-bottom: 0;
}
/* .c_member_right{
background: #f5f5f5;
} */
.c_main_account{
overflow: hidden;
margin: 8px 0;
}
.c_account_total,.c_main_service{
float: left;
border: 1px solid #E6E6E6;
}
.c_account_total{
width: 738px;
margin-right: 10px;
border: none;
background: #fff;
}
.c_main_service{
width: 206px;
}
.c_account_top{
height: 86px;
border: 1px solid #E6E6E6;
background: #f2f3f5;
padding:14px 90px;
position: relative;
}
.c_account_bottom{
height: 110px;
text-align: center;
}
.c_main_service{
background: #fff;
}
.c_main_service h3{
font-size:16px;
color:#555;
text-align: center;
line-height:50px;
height:50px;
border-bottom: 1px solid #e6e6e6;
background: #ededed;
}
.g-acquired-goods {
border: 0 none;
border-bottom: 1px solid #e4e4e4;
}.g-common-control {
width: 726px;
margin-top: 15px;
}.g-acquired-goods .m-getGood-title {
width: 598px;
/* border: 1px solid #e4e4e4; */
border-bottom: 0 none;
}.m-getGood-title {
padding: 0 19px;
height: 51px;
position: relative;
overflow: hidden;
text-align: center;
}
.null-data{
text-align: center;
padding: 55px 0px;
}
.nulldata-link{ text-align:center; color:#fff; padding: 7px 30px; margin-left: 5px; border-radius: 2px; -webkit-border-radius: 2px; background: #FE0100}
.nulldata-link:hover{color:#fff}
.g-acquired-goods ul {
clear: both;
border-bottom: 1px solid #f0f0f0;
}.m-getGood-title a {
display: inline-block;
position: absolute;
right: 19px;
top: 16px;
}.gray9 {
color: #999;
}.gray3 {
color: #333;
}.m-getGood-title b {
font-size: 14px;
line-height: 51px;
}.f-tran {
font-family: "\5b8b\4f53";
}.m-getGood-title a em {
margin-left: 3px;
}.g-acquired-goods li {
float: left;
width: 598px;
height: 98px;
padding: 0 19px;
border: 1px solid #e4e4e4;
border-left: none;
border-bottom: 1px solid #f0f0f0;
border-top: 0 none;
position: relative;
cursor: pointer;
}
.g-acquired-goods li:last-of-type {
border-bottom: none;
}.fl {
float: left;
}.g-acquired-goods li span {
margin: 19px 0;
position: relative;
}.g-acquired-goods li span img {
display: block;
width: 60px;
height: 60px;
}.g-acquired-goods li dl {
margin-left: 12px;
padding-top: 17px;
color: #bbb;
line-height: 20px;
}.g-acquired-goods li dl {
padding-top: 16px;
}.g-acquired-goods li dl dt {
display: block;
width: 404px;
height: 20px;
line-height: 20px;
overflow: hidden;
font-size: 14px;
margin-bottom: 3px;
word-break: break-all;
text-overflow: ellipsis;
white-space: nowrap;
}.g-acquired-goods li dl dt, .g-acquired-goods li dl a {
font-size: 14px;
}
.g-acquired-goods .wztxt{height:20px; line-height: 20px; display: block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.g-acquired-goods li dd {
width: 450px;
height: 20px;
line-height: 20px;
overflow: hidden;
word-break: break-all;
}.g-acquired-goods li a.z-perfect-btn {
display: block;
width: 116px;
height: 29px;
line-height: 28px;
_line-height: 29px;
text-align: center;
border: 1px solid #FE0100;
background:#FE0100;
color: white;
font-size: 14px;
border-radius: 2px;
position: absolute;
right: 19px;
bottom: 33px;
}
/* 主页内容右侧*/
.sidebar_r {
width: 300px;
}.fr {
float: right;
}.g-invitation {
padding-bottom: 20px;
}.g-sid-title {
width: 279px;
padding: 15px 0 0 19px;
border: 1px solid #e4e4e4;
margin-bottom: 15px;
}.g-sid-title h3 {
display: block;
font-size: 14px;
height: 20px;
line-height: 20px;
}.gray3 {
color: #333;
}.g-invitation span {
display: block;
color: #bbb;
padding-top: 2px;
}.g-invitation textarea {
display: block;
width: 236px;
height: 74px;
padding: 8px 11px 0 11px;
margin-top: 15px;
border: 1px solid #ddd;
line-height: 22px;
resize: none;
}.fx-out-inner {
height: 29px;
padding-top: 13px;
overflow: hidden;
}.fx-out-inner a.z-copy-share {
display: block;
width: 96px;
height: 29px;
line-height: 28px;
_line-height: 30px;
overflow: hidden;
text-align: center;
color: #fff;
background: #2af;
border-radius: 2px;
font-size: 14px;
margin-right: 19px;
}.bdshare-button-style2-16 {
zoom: 1;
}.fx-out-inner .bdshare-button-style2-16 .bds_tsina {
background-position: 0 0;
}.fx-out-inner .bdshare-button-style2-16 a {
height: 17px;
line-height: 17px;
background-image: url(http://skin.1yyg.com/Images/net-share-icon.gif?v=20150610);
margin-right: 8px;
}.bdshare-button-style2-16 a, .bdshare-button-style2-16 .bds_more {
float: left;
font-size: 12px;
padding-left: 17px;
line-height: 16px;
height: 16px;
background-image: url(../img/share/icons_2_16.png?v=81508962.png);
_background-image: url(../img/share/icons_2_16_debase.png?v=43bedd85.png);
background-repeat: no-repeat;
cursor: pointer;
margin: 6px 6px 6px 0;
color: #999;
}.bdshare-button-style2-16 .bds_tsina {
background-position: 0 -104px;
}.fx-out-inner .bdshare-button-style2-16 .bds_weixin {
background-position: -27px 0;
}
.fx-out-inner .bdshare-button-style2-16 .bds_qzone {
background-position: -54px 0;
}
.fx-out-inner .bdshare-button-style2-16 .bds_tqq {
background-position: -81px 0;
}
.fx-out-inner .bdshare-button-style2-16 .bds_sqq {
background-position: -108px 0;
}
.g-QR-code {
font-size: 14px;
padding-bottom: 15px;
position: relative;
}
.g-QR-code h3 {
margin-bottom: 15px;
}
.g-QR-code span {
margin-right: 19px;
}
.fl {
float: left;
}
.g-QR-code p {
padding-top: 7px;
line-height: 24px;
}
.g-QR-code p a {
display: block;
width: 96px;
height: 29px;
line-height: 28px;
_line-height: 29px;
text-align: center;
color: #fff;
background: #f60;
border-radius: 2px;
margin-top: 5px;
}
.g-QR-code s {
width: 78px;
background-position: 0 -286px;
}
.g-QR-code s, .g-QR-code em {
display: block;
height: 31px;
position: absolute;
right: 0;
bottom: 0;
overflow: hidden;
}
.u-personal {
background-image: url(http://skin.1yyg.com/Member/images/member-icon.png?v=1126);
background-repeat: no-repeat;
}
/*S 圆形进度条*/
.circliful {
position: relative;
margin:0px auto;
}
.circle-text, .circle-info, .circle-text-half, .circle-info-half {
width: 100%;
position: absolute;
text-align: center;
display: inline-block;
}
.circle-text{
top:0px;
height:98px;
line-height:134px !important;
border-bottom: 1px dashed #ddd;
width:130px !important;
margin:0px 20px !important;
font-size:32px !important;
color:#666 !important;
}
.circle-info, .circle-info-half {
color: #999;
}
.circliful .fa {
margin: -10px 3px 0 3px;
position: relative;
bottom: 4px;
}
.c_new_circliful{
position: relative;
width:100%;
height:172px;
}
.c_new_circliful i{
position: absolute;
font-size:14px;
color:#666;
bottom:40px;
left:0px;
display:block;
width:100%;
height:20px;
text-align: center;
}
/*E 圆形进度条*/
.c_account_top li{
text-align: center;
float: left;
width: 265px;
color: #5f5f5f;
}
.c_account_top .c_connect_box{
width: 18px;
}
.c_account_top li span{
display: block;
margin: 0 auto;
width: 33px;
height: 40px;
background: url(/static/new/img/icon/account_icon.png) no-repeat;
}
.c_account_top li .c_account_residue{
background-position: 0 2px;
}
.c_account_top li .c_account_freeze{
background-position: 0 -62px;
}
.c_account_top li .c_account_wait{
background-position: 0 -131px;
}
.c_account_top li em{
display: block;
margin: 3px 0;
}
.c_account_top li i{
font-size:14px;
color: #dd2726;
}
.c_connect_add{
width: 28px;
height: 28px;
margin-top: 48px;/*2015-9-30 修改*/
background: url(/static/new/img/icon/account_icon.png) no-repeat 0 -135px;
}
.c_total_arrow{
position: absolute;
background: url(/static/new/img/icon/down.png) no-repeat;
width:70px;
height:24px;
top: 114px;
left:332px;
}
.c_account_bottom span{
display: block;
color: #dd2726;
font-size: 24px;
padding-top: 40px;
}
.c_account_bottom i{
font-size: 30px;
margin: 0 6px;
}
.b_btn.c_btn{
color:#fff;
}
.b_btn.c_btn_other{
background:#ddd;
color:#fff;
cursor:default;
}
.b_record_table td .c_btn_other:hover,.b_record_table td .c_btn:hover{
color:#fff;
}
/* 云购记录 */
.g-common-control {
width: 636px;
border: 1px solid #e4e4e4;
margin-top: 15px;
float: left;
}
.g-buys-records {
height: 302px;
position: relative;
overflow: hidden;
}
.m-getGood-title {
padding: 0 19px;
height: 51px;
position: relative;
overflow: hidden;
}
.m-comm-scroll {
border-top: 1px solid #f0f0f0;
position: relative;
}
.m-getGood-title a {
display: inline-block;
position: absolute;
right: 19px;
top: 16px;
}
.m-getGood-title a em {
margin-left: 3px;
}
.m-comm-scroll a.z-prev {
left: 0;
}
.m-comm-scroll a.z-prev, .m-comm-scroll a.z-next {
display: block;
width: 29px;
height: 68px;
position: absolute;
top: 65px;
z-index: 6;
cursor: pointer;
}
.m-comm-scroll a.z-prev i, .m-comm-scroll a.z-next i {
display: block;
width: 9px;
height: 17px;
position: absolute;
left: 10px;
top: 25px;
z-index: 10;
}
.u-personal {
background-image: url(http://skin.1yyg.com/Member/images/member-icon.png?v=1126);
background-repeat: no-repeat;
}
.m-comm-scroll a.z-prev i {
background-position: -52px -53px;
}
.m-comm-scroll a.z-prev span, .m-comm-scroll a.z-next span {
display: block;
width: 29px;
height: 68px;
background: #000;
opacity: 0.1;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
}
.productsCon {
float: left;
width: 159px;
height: 252px;
position: relative;
z-index: 4;
}
.proList {
width: 159px;
height: 202px;
margin: 0 auto;
padding: 30px 0 20px;
border-right: 1px solid #e4e4e4;
position: relative;
overflow: hidden;
_width: 181px;
}
.proList li {
width: 116px;
margin: 0 auto;
}
.proList li.list-pic a {
margin: 0 auto;
}
.proList li.list-name {
display: block;
height: 34px;
line-height: 16px;
margin-top: 21px;
overflow: hidden;
word-break: break-all;
}
.proList li.list-over {
padding-top: 6px;
}
.proList li.list-over a {
display: block;
width: 64px;
height: 21px;
line-height: 20px;
_line-height: 21px;
text-align: center;
border: 1px solid #e4e4e4;
border-radius: 15px;
color: #bbb;
margin: 0 auto;
cursor: default;
}
.proList li.list-pic a, .proList li.list-pic img {
display: block;
width: 100px;
height: 100px;
}.m-comm-scroll a.z-next {
right: 0;
}.m-comm-scroll a.z-next i {
background-position: -69px -53px;
}
/*S 账户弹窗*/
.c_account_money{
width:258px;
height:100px;
border:1px solid #e8e8e8;
padding:20px 0px;
position: absolute;
left:94px;
top:40px;
background: #fff;
z-index:4;
border-radius: 2px;
box-shadow: -1px 1px 5px #ddd;
display: none;
}
.c_account_money dd{
float:left;
width:128px;
height:100%;
}
.c_account_money dd .c_money_type{
margin-top:10px;
}
.c_account_money em{
display: block;
width:15px;
height:9px;
background: url(/static/new/img/icon/top_borrow.png) no-repeat;
position: absolute;
top:-9px;
left:20px;
}
/*E 账户弹窗*/
/*S 广告图轮转*/
.flexslider{
margin:0px auto ;
position:relative;
width:100%;
height:80px;
overflow:hidden;
zoom:1;
}
.flex-viewport{
max-height:2000px;
-webkit-transition:all 1s ease;
-moz-transition:all 1s ease;
transition:all 1s ease;
}
.flexslider .slides{
zoom:1;
}
.flex-control-nav{
width:100px;
position:absolute;
bottom:4px;
right:4px;
text-align:center;
}
.flex-control-nav li{
margin:0 5px;
display:inline-block;
zoom:1;
}
.flex-control-paging li a{
background: #fff;
color:#333;
display:block;
height:17px;
overflow:hidden;
line-height:17px;
width:17px;
cursor:pointer;
border-radius:50%;
-o-border-radius:50%;
-moz-border-radius:50%;
-ms-border-radius:50%;
-webkit-border-radius:50%;
}
.flex-control-paging li a.flex-active{
background:#dd2726;
color:#fff;
}
/*E 广告图轮转*/
/*S 记录选项卡*/
.c_member_right .c_record_box{
margin-top:8px;
border:1px solid #E6E6E6;
background: #fff;
}
/*E 记录选项卡*/
/*S 积分兑换弹窗*/
.c_recharge_remind{
width:434px;
height:290px;
position:fixed;
background-color:#fff;
border: 5px solid #999;
border-radius: 4px;
z-index: 4;
}
.c_update_title{
font-size: 14px;
margin: 0 auto;
line-height: 40px;
border-bottom: 1px solid #EBEBEB;
padding: 0 10px;
}
.c_recharge_remind p {
padding-left: 56px;
line-height: 36px;
font-size: 16px;
}
.c_exchange_close {
display: block;
position: absolute;
width: 34px;
height: 38px;
background: url(/static/new/img/icon/close.png) no-repeat;
right: -16px;
top: -16px;
cursor: pointer;
}
.c_coin_count {
width: 76px;
height: 34px;
border-radius: 4px;
border-style: none;
border: 1px solid #919191;
padding-left: 4px;
}
.c_exchange_btn_box {
margin-top: 16px;
}
.c_exchange_btn_box a {
display: inline-block;
width: 124px;
margin-right: 56px;
height: 36px;
text-align: center;
line-height: 36px;
color: #fff;
background-color: #919191;
}
.c_exchange_coin{
display:none;
}
.c_exchange_bg{
background:#000;
filter:alpha(opacity=60);
-moz-opacity:0.6;
-khtml-opacity: 0.6;
opacity: 0.6;
width:100%;
position: absolute;
top:0px;
left:0px;
height:1000px;
z-index: 3;
display:none;
}
.c_exchange_success{
text-align: center;
font-size:18px;
height: 46px;
padding-left:52px;
line-height: 46px;
background: url(/static/img/front/cloud_global/success.png) no-repeat 150px 0px;
margin-top:50px;
}
.c_exchange_fail{
text-align: center;
font-size:18px;
height: 46px;
padding-left:62px;
line-height: 46px;
background: url(/static/img/front/index/pay_error.png) no-repeat 120px 0px;
background-size:auto 100%;
margin-top:50px;
}
.c_exchange_ture{
display: block;
width: 124px;
margin-right: 56px;
height: 36px;
text-align: center;
line-height: 36px;
color: #fff;
background-color: #dd2726;
border-bottom:2px solid #dd2726;
margin:50px auto 0;
}
.c_exchange_box{
height:244px;
display: none;
}
/*E 积分兑换弹窗*/
/*E 我的账户*/
/*S 晒单详情*/
.c_expose_list{
width:100%;
height:44px;
}
.c_expose_list dd{
float:left;
width:126px;
height:43px;
border-bottom: 1px solid #e7e7e7;
border-right: 1px solid #e7e7e7;
}
.c_expose_list dd a{
display: block;
width:100%;
height:100%;
text-align: center;
line-height: 43px;
font-size: 16px;
color:#707070;
}
.c_expose_list .c_list_lastdd{
width:577px;
border-right:none;
}
.c_expose_list .c_new_border_style{
border-bottom: none;
border-top:2px solid #dd2726;
}
.c_winning_expose_detail{
padding: 30px 0px 10px;
min-height:756px;
}
.c_winning_expose_detail h1{
padding:0px 36px 10px;
border-bottom: 1px solid #e3e3e3;
height: 28px;
line-height: 28px;
color: #333;
font-size: 14px;
}
.c_winning_expose_detail h1 a{
color: #888;
font-size: 14px;
float: right;
}
.c_winning_expose_detail_in{
padding:0px 20px;
}
.c_winning_expose_detail_in h2{
color: #555;
font-size: 18px;
text-align: center;
line-height: 50px;
height: 50px;
margin:20px 0px 10px;
}
.c_winning_expose_detail_in h3{
color: #999999;
font-size: 12px;
text-align: center;
border-bottom: 1px dashed #cbcbcb;
position: relative;
top: -20px;
height: 20px;
list-style: 20px;
}
.c_winning_expose_detail_in h3 p{
background: #fff;
width: 220px;
margin: 0 auto;
position: relative;
top: 8px;
}
.c_list_detail_user{
width: 916px;
height: 130px;
border:1px solid #dedede;
margin-top: 10px;
}
.c_list_detail_user_l{
float: left;
width:460px;
}
.c_list_detail_user_l img,.c_list_detail_user_r img{
width: 90px;
height: 90px;
margin: 19px 20px;
border:1px solid #ddd;
}
.c_detail_user_lr{
float: left;
padding-top: 20px;
height:110px;
width:326px;
border-right: 1px dashed #dedede;
}
.c_detail_user_lr p{
color: #777;
font-size: 12px;
line-height: 22px;
}
.c_detail_user_lr p span,.c_detail_user_lr p a{
color: #dd2726;
}
.c_detail_user_lr p a:hover{
text-decoration: underline;
}
.c_integral{
display: block;
padding-top:33px;
height:40px;
width:73px;
background: url(/static/new/img/icon/expose_icon1.jpg) no-repeat;
position: absolute;
right:30px;
top:26px;
text-align: center;
line-height:30px;
font-size:14px;
color:#dd2726;
}
.c_list_detail_user_r{
float: left;
}
.c_detail_user_rr{
float: left;
padding-top: 30px;
width: 324px;
}
.c_detail_user_rr p{
height: 22px;
line-height: 22px;
overflow: hidden;
color: #808080;
font-size: 12px;
}
.c_detail_user_rr p a{
display: block;
height: 22px;
font-size: 12px;
color: #777;
}
.c_detail_user_rr p a:hover{
color: #dd2726;
text-decoration: underline;
}
.c_detail_user_rr p a.user_rra2{
color: #dd2726;
}
.c_detail_user_rr p a.user_rra2:hover{
text-decoration: underline;
}
.c_list_detail_img{
padding: 10px 0;
overflow:hidden;
}
.c_list_detail_img img{
float:left;
width: 450px;
margin: 0px 4px;
}
.c_list_detail_text{
padding:0px 30px;
color: #777777;
font-size: 14px;
margin: 50px auto;
position: relative;
line-height:26px;
}
.c_list_detail_text i{
position: absolute;
display: block;
top:-15px;
left:-4px;
width: 23px;
height: 19px;
background: url(/static/new/img/icon/expose_icon.png) no-repeat 0px 0px;
}
.c_list_detail_text s{
position: absolute;
display: block;
bottom:-21px;
right:2px;
width: 23px;
height: 19px;
background: url(/static/new/img/icon/expose_icon.png) no-repeat -27px 0px;
}
.c_h4_con{
color: #777;
font-size: 14px;
border-bottom: 1px solid #dddddd;
height: 50px;
line-height: 50px;
padding-left: 20px;
margin-bottom: 36px;
}
.c_h4_leftcon{
float:left;
}
.c_h4_leftcon span{
color: #dd2726;
margin:0px 2px;
}
.c_h4_rightcon{
float:right;
position: relative;
width:100px;
height:50px;
}
.c_h4_rightcon .bdsharebuttonbox .bds_more{
background: url(/static/new/img/icon/expose_icon.png) no-repeat -76px 4px !important;
height: 24px !important;
padding-left: 15px !important;
width: 40px !important;
border: 1px solid #eee !important;
line-height: 24px !important;
text-align: center !important;
}
.c_comment_Nologin{
position:relative;
background: #f3f3f3;
border:1px solid #e4e4e4;
text-align: center;
line-height: 62px;
height: 62px;
width: 836px;
float: left;
}
.c_comment_Nologin a{
color: #dd2726;
}
.c_comment_Nologin span{
display: block;
width: 6px;
height: 11px;
position: absolute;
left: -5px;
top: 20px;
background: url(/static/new/img/icon/expose_icon.png) no-repeat -107px 0px;
}
.c_comment_Nologin a:hover{
text-decoration: underline;
}
.c_comment_login{
float: left;
height: 138px;
width: 837px;
position: relative;
}
.c_comment_login textarea{
padding-top:10px;
padding-left:10px;
resize: none;
border:1px solid #e4e4e4;
height: 91px;
width: 825px;
outline: none;
margin-bottom:5px;
}
.c_comment_login i{
display: block;
width: 6px;
height: 11px;
position: absolute;
left: -5px;
top: 20px;
background: url(/static/new/img/icon/expose_icon.png) no-repeat -97px 0px;
}
.c_comment_login p{
text-align: right;
}
.c_change_num{
color:#dd2726;
}
.c_comment_login a{
display: inline-block;
width: 54px;
height: 24px;
background: #efefef;
border:1px solid #e4e4e4;
color: #bbbbbb;
font-size: 12px;
text-align: center;
line-height: 24px;
margin-top: 4px;
margin-left: 4px;
}
.c_comment_login i {
display: block;
width: 6px;
height: 10px;
position: absolute;
left: -5px;
top: 20px;
background: url(../img/front/index/icon_index.png) no-repeat -99px -181px;
}
.c_list_detail_comment .c_Me_tx{
width: 40px;
height: 40px;
float: left;
margin-right: 18px;
margin-top: 9px;
border:1px solid #eee;
}
.c_list_detail_comment{
overflow: hidden;
padding-left: 20px;
}
.c_comment_Me{
overflow: hidden;
margin-bottom: 26px;
}
.c_comment_Lists_head{
float: left;
}
.c_comment_Lists{
border-top:1px solid #efefef;
}
.c_comment_Lists li{
width: 850px;
overflow:hidden;
border-bottom: 1px solid #efefef;
padding: 20px 0;
}
.c_comment_Lists_r{
float: left;
margin-left: 2px;
margin-top: 10px;
width: 780px;
}
.c_comment_Lists_r a{
color: #dd2726;
font-size: 12px;
}
.c_comment_Lists_r span{
color: #bababa;
font-size: 12px;
margin-left: 20px;
}
.c_comment_Lists_r a:hover{
text-decoration: underline;
}
.c_comment_Lists_r p{
margin-top:6px;
font-size:14px;
color:#777;
line-height:24px;
}
/*S 无晒单*/
.c_no_expose{
font-size:14px;
color:#777;
text-align: center;
margin-top:90px;
}
.c_no_expose a{
color:#dd2726;
}
/*E 无晒单*/
/*E 晒单详情*/
/*S 我的晒单*/
.c_expose_box{
width:100%;
padding-top:20px;
}
div.c_expose_table table{
width:100%;
}
.c_expose_box .c_expose_table td img{
width:88px;
height:88px;
}
.c_th1{
width:140px;
}
.c_th2{
width:265px;
}
.c_th3{
width:150px;
}
.c_th4{
width:255px;
}
.c_th5{
width:120px;
}
div.c_expose_table .c_time_color{
color:#999;
font-size:12px;
}
div.c_expose_table .c_luck_color{
color:#dd2726;
}
div.c_expose_table .c_expose_mood{
text-align: left;
width:215px;
margin:0px 20px;
}
div.c_expose_table td .c_expose_btn{
display:block;
width:64px;
height:22px;
background: #dd2726;
border-radius:2px;
-o-border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
-ms-border-radius:2px;
font-size:12px;
color:#fff;
line-height: 22px;
margin:0px auto;
}
/*E 我的晒单*/
/*S 常见问题*/
ul.c_record_title li{
width:118px;
}
ul.c_record_title .c_problems_lastli{
border-right:none;
width:125px;
}
.c_common_problem{
padding: 14px 20px 50px;
}
.c_common_problem dl {
border-bottom: 2px dotted #E0E0E0;
font-size: 14px;
padding: 0;
margin-bottom: 12px;
}
.c_common_problem dl h4{
color: #555;
font-size: 14px;
font-weight: bold;
margin-bottom: 6px;
cursor: pointer;
padding: 22px 0;
}
.c_common_problem dl h4 span{
display: block;
margin: 2px 10px 0 0;
float: left;
width: 17px;
height: 17px;
background: url(/static/new/img/icon/question.png) no-repeat;
}
.c_common_problem dl dd {
padding-left: 0;
text-indent: 1.6em;
line-height: 28px;
padding-bottom:10px;
font-size:14px;
color:#666666;
}
.c_common_problem dl dd p {
text-indent: 2em;
padding-left:20px;
}
.c_hide_dd{
display:none;
}
/*E 常见问题*/
/*S 收货地址*/
.c_address_top{
width:906px;
height:36px;
background: #fffbe3;
border:1px solid #fedd98;
margin:25px auto;
line-height:36px;
font-size:12px;
color:#555;
}
.c_address_top span{
display:inline-block;
width:20px;
height:18px;
background: url(../img/member/address_icon.png) no-repeat 0px 0px;
margin:9px;
vertical-align: -13px;
}
.c_address_detail{
width:243px;
height:220px;
border:1px solid #dddddd;
border-top:none;
position: relative;
}
.c_new_address_detail{
float:left;
margin:0px 65px 35px 0px;
}
.c_p_bg{
width:100%;
height:6px;
background: url(../img/member/address.jpg) no-repeat;
}
.c_p_bg_other{
background: url(./../img/member/address_one.jpg) no-repeat;
}
.c_address_operation{
padding:0px 5px;
margin:5px 0px;
overflow:hidden;
}
.c_address_default{
font-size: 12px;
color:#dd2726;
float:left;
}
.c_address_default i,.c_set_default,.c_set_edit,.c_set_delete{
width:13px;
height:12px;
display:inline-block;
background: url(../img/member/address_icon.png) no-repeat -26px 0px;
vertical-align: -1px;
margin-right:6px;
}
.c_address_all_operation{
float:right;
}
.c_set_default{
background: url(../img/member/address_icon.png) no-repeat -46px 0px;
}
.c_set_edit{
width:12px;
background: url(../img/member/address_icon.png) no-repeat -67px 0px;
}
.c_set_esc{
width: 23px;
height: 21px;
background: url(../img/member/address_icon.png) no-repeat -80px 2px;
display: inline-block;
margin-left: 6px;
}
.c_set_delete{
width:9px;
background: url(../img/member/address_icon.png) no-repeat -85px 0px;
}
.c_user_address{
padding:0px 5px;
}
.c_user_address p {
color: #555;
font-size: 12px;
line-height: 26px;
overflow: hidden;
padding-left: 10px;
text-overflow: ellipsis;
white-space: nowrap;
}
.c_user_address p:first-child {
padding-left: 11px;
}
.c_user_address .c_user_message{
border-bottom: 2px dotted #ddd;
line-height:34px;
}
.c_address_detail span{
display:block;
width:20px;
height:20px;
background: url(../img/member/address_icon.png) no-repeat 0px -22px;
position: absolute;
right:-1px;
bottom:-1px;
}
.c_add_address{
width:241px;
height:220px;
border:2px dashed #ddd;
}
.c_add_address:hover{
border:2px dashed #dd2726;
}
.c_add_address a{
display:block;
width:100%;
padding:79px 0px 30px;
font-size:16px;
color:#999;
line-height:37px;
text-align: center;
}
.c_add_address a i{
display: block;
width:31px;
height:31px;
background: url(../img/member/address_icon.png) no-repeat -26px -15px;
margin:0px auto;
}
/*S 收货地址弹窗*/
.c_address_in{
display:none;
width:790px;
height:492px;
border:6px solid #c2c2c2;
border-radius:4px;
-o-border-radius:4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
-ms-border-radius:4px;
background: #fff;
position: fixed;
top:300px;
left:500px;
z-index: 4;
}
.c_address_in h3{
height:50px;
border-bottom:1px solid #ddd;
line-height:50px;
padding-left:20px;
font-size:18px;
color:#111;
}
.c_address_in h3 em{
float:right;
position: relative;
top:-18px;
right:-18px;
cursor: pointer;
}
.c_address{
padding-left:26px;
margin-top:30px;
}
.c_form_right{
position: relative;
}
.c_form_right li select{
display:none;
}
.c_form_right li .select_showbox{
border: 1px solid #ccc;
color:#333;
width:170px;
height: 34px;
padding-left: 10px;
background: url(/static/new/img/icon/sel.png) no-repeat 146px 0;
line-height: 34px;
font-size:12px;
}
.c_form_right li .select_option{
border: 1px solid #ccc;
border-top: none;
display: none;
}
.c_form_right li .select_option li{
padding-left: 10px;
color:#333;
}
.c_form_right li .select_option li.hover{
background: #eee;
}
.c_form_right li .select_box ul{
margin:0;
position:absolute;
top:36px;
width:180px;
background:#fff;
z-index: 101;
}
.c_form_right li .select_box ul li{
clear:both;
width:170px;
}
.c_form_right li .select_box{
position:relative;
}
.c_form_con{
width:758px;
margin-bottom:16px;
}
.c_form_con label{
display:block;
text-align:right;
float:left;
line-height:36px;
width:90px;
height:36px;
font-size:14px;
color:#555;
}
.c_form_con .c_form_right{
float:left;
width:658px;
height:36px;
margin-left:10px;
}
.c_form_con .c_form_right input{
height:34px;
border:1px solid #ddd;
width:146px;
padding-left:10px;
}
.c_form_con .c_form_right input{
line-height:34px\9;
}
.c_form_con .c_form_right .c_details_address{
width:500px;
}
.c_form_con .c_form_right .c_details_contact{
width:170px;
}
.c_form_con .c_form_right .c_details_prove{
width:260px;
}
.c_form_con .c_form_right li{
float:left;
width:204px;
position:relative;
line-height:26px;
}
.c_form_right li span{
position:absolute;
right:5px;
top:7px;
font-size:14px;
color:#555;
}
.c_form_con .c_form_right .c_veri_code{
cursor:pointer;
margin-left:7px;
background:#e6e6e6;
border:1px solid #c8c8c8;
height:32px;
line-height:34px;
font-size:12px;
color:#666;
display:inline-block;
width:140px;
text-align:center;
}
.c_form_con .c_save{
background:#dd2726;
border:1px solid #dd2726;
height:36px;
width:120px;
color:#fff;
margin-left:99px;
border-radius: 4px;
-o-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-webkit-border-radius: 4px;
cursor: pointer;
}
.c_form_con .c_save_other{
background: #ababab;
border:1px solid #ababab;
height:36px;
width:120px;
color:#fff;
margin-left:50px;
border-radius: 4px;
-o-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-webkit-border-radius: 4px;
cursor: pointer;
}
.c_address .c_user{
color:#dd2726;
}
.c_address .c_another{
width:788px;
border:1px solid #ddd;
margin-bottom:26px;
border-bottom:0px;
}
.c_address .c_another th{
padding:15px 10px;
color:#dd2726;
border-right:1px solid #ddd;
background:#f2f2f2;}
.c_address .c_another td{
text-align:center;
padding:10px;
border-right:1px solid #ddd;
border-bottom:1px solid #ddd;
}
.c_address .c_another td a{
color:#dd2726;
}
.c_add_tips{
font-size:14px;
color:#dd2726;
margin-left:10px;
display:none;
}
.c_add_tips span{
margin:0px 2px;
}
.c_error{
position: absolute;
top: 2px;
left: 10px;
height: 36px;
background-color: #fff;
min-width: 124px;
font-size: 12px;
color: #dd2726;
line-height: 38px;
display: none;
padding-left: 20px;
background: #fff url(/static/new/img/icon/error_icon.png) no-repeat 0 center;
}
.c_error{
margin:0;
height:30px;
min-width:100px;
line-height:30px;
color:#dd2726;
}
.c_example{
color:#999;
font-size:14px;
margin-left:20px;
padding-left:20px;
background:url(/static/new/img/icon/transfer.png) no-repeat;
}
.c_new_form_right{
margin:20px 0px 20px 99px;
}
.c_new_form_right i{
font-size:12px;
color:#888;
}
/*E 收货地址弹窗*/
/*E 收货地址*/
/*S 我的红包*/
.c_redpacket_top{
padding-left:20px;
}
.c_redpacket_top a{
color:#dd2726;
}
.c_redpacket_top b{
margin-right:20px;
font-size:12px;
color:#555;
}
.c_user_list {
/*margin: 24px -38px -38px;*/
overflow: hidden;
}
.c_user_list li {
margin: 0 13px 38px;
float: left;
width: 440px;
border: 1px solid #DCDCDC;
background-color: #ECECEC;
padding: 5px;
border-radius: 2px;
}
.c_user_bg {
position: relative;
overflow: hidden;
background-color: #fff;
width: 412px;
padding: 18px 10px 10px 18px;
}
.c_user_left {
width: 112px;
float: left;
margin-right: 18px;
height: 149px;
background: #fff url(../img/packet.jpg) no-repeat;
color: #FDD501;
font-size: 46px;
text-align: center;
line-height: 149px;
}
.c_user_right {
width: 282px;
float: left;
}
.c_packet_name {
border-bottom: 1px solid #E1E1E1;
height: 26px;
}
.c_user_right p {
line-height: 24px;
color: #555;
}
.c_remain {
margin-top: 6px;
}
.c_user_right p {
line-height: 24px;
color: #555;
}
.c_wait_send {
position: absolute;
top: -6px;
left: -6px;
width: 77px;
height: 84px;
}
.c_user_right p span {
color: #dd2726;
}
.c_packet_name a {
float: right;
position: relative;
top: -8px;
border-radius: 4px;
display: block;
margin-right: 4px;
width: 60px;
height: 28px;
text-align: center;
line-height: 26px;
color: #fff;
background-color: #ff763d;
}
/*S 弹窗*/
.c_update_tel {
/*display: none;*/
z-index: 10;
background: #fff;
position: fixed;
width: 435px;
height: auto;
border: 5px solid #999;
border-radius: 4px;
}
.c_ways_tel{
overflow:hidden;
}
.c_ways_tel .c_ways_this {
border-bottom: none;
}
.c_ways_tel li {
float: left;
cursor: pointer;
border-left: 1px solid #EBEBEB;
border-bottom: 1px solid #EBEBEB;
width: 216px;
text-align: center;
height: 44px;
line-height: 44px;
}
.c_form_update {
width: 272px;
margin: 28px auto 0;
}
.c_tel_mail {
margin-bottom: 12px;
}
.c_valids input {
width: 116px;
float: left;
margin-right: 8px;
}
.c_form_update input {
height: 38px;
border: 1px solid #EBEBEB;
padding: 0 10px;
color: #888;
}
.c_valid_code {
border: 1px solid #C8C8C8;
float: left;
display: block;
width: 124px;
background: #E6E6E6;
height: 38px;
line-height: 38px;
text-align: center;
cursor: pointer;
}
.c_valid_error {
min-width: 100px;
}
.c_tel_next {
display: block;
margin: 40px auto 34px;
width: 154px;
height: 36px;
background: #dd2726;
color: #fff;
border-bottom: 2px solid #dd2726;
line-height: 38px;
text-align: center;
}
.c_tmail_unbind p {
text-align: center;
font-size: 16px;
}
.c_tmail_btn .c_bind_mail {
margin-right: 40px;
}
.c_tmail_btn a {
display: inline-block;
margin: 40px auto 50px;
width: 114px;
height: 36px;
background: #dd2726;
color: #fff;
border-bottom: 2px solid #dd2726;
line-height: 38px;
text-align: center;
}
.c_tmail_btn .c_tmail_unbind {
background: #c1c1c1;
border-bottom: 2px solid #9e9e9e;
}
.c_update_success {
padding-left: 52px;
height: 46px;
line-height: 46px;
margin: 78px 0 114px 134px;
margin: 51px 0 0 134px;
background: url(/static/new/img/icon/success.png) no-repeat;
font-size: 18px;
}
/*E 弹窗*/
/*E 我的红包*/
/*S 安全中心*/
.c_save_top{
padding-left:20px;
}
.c_save_top b{
margin-right:20px;
font-size:12px;
}
.c_save_top em{
display: inline-block;
width:246px;
height:10px;
border:1px solid #ddd;
border-radius: 5px;
margin-right:10px;
vertical-align: middle;
position: relative;
}
.c_save_top em i{
display:inline-block;
width:30%;
background: #6fca01;
height:12px;
border-radius: 6px;
position: absolute;
left:-1px;
top:-1px;
}
.c_set_save{
width:908px;
background: #f4f4f4;
margin:0px auto;
min-height:490px;
}
.c_set_save_box{
width:860px;
margin:0px auto;
border-bottom: 1px solid #ddd;
}
.c_set_save_box li{
line-height:53px;
float:left;
font-size:12px;
color:#666;
}
.c_set_save_box .c_save_password{
font-size:14px;
color:#333;
width:110px;
text-align: right;
}
.c_set_save_box .c_save_tips{
width:336px;
margin:0px 10px 0px 20px;
}
.c_set_save_box .c_save_state{
width:76px;
margin:0px 7px;
text-align: center;
color:#dd2726;
}
.c_set_save_box .c_save_state_other{
color:#29960c;
}
.c_set_save_box .c_save_num{
width:100px;
margin:0px 20px;
text-align: center;
}
.c_set_save_box .c_save_rechange{
width:91px;
margin-left:20px;
}
.c_set_save_box .c_save_rechange a{
color:#fff;
width:91px;
height:25px;
background: #dd2726;
display: block;
border-radius:2px;
margin-top:14px;
line-height:25px;
text-align: center;
}
.c_rechange_password{
width:100%;
border-top:1px solid #ddd;
margin-bottom:20px;
}
.c_rechange_doing,.c_doing_new{
width:350px;
margin:14px auto 0px;
}
.c_rechange_doing label{
font-size:14px;
color:#333;
text-align: right;
width:100px;
display: inline-block;
}
.c_rechange_doing input{
border:1px solid #ddd;
border-radius:4px;
height:30px;
width:200px;
background: none;
padding-left:14px;
}
.c_rechange_doing a,.c_phone_verify a,.c_login_condition a{
width:123px;
height:33px;
display: inline-block;
background: #dd2726;
font-size:14px;
color:#fff;
line-height:33px;
text-align: center;
border-radius:4px;
margin-left:65px;
}
.c_rechange_doing .c_rechange_ture{
margin-left:65px;
}
.c_rechange_doing .c_forget{
background: #cccccc;
}
.c_rechange_doing span{
display:block;
font-size:16px;
color:#888;
background: url(/static/new/img/icon/ture.png) no-repeat 90px 0;
height:50px;
line-height:46px;
padding-left:150px;
margin:50px 0px 30px;
}
.c_rechange_doing .c_rechange_a{
margin:0px auto;
display:block;
}
.c_find_way{
width:396px;
margin:0px auto;
}
.c_find_way div{
float:left;
width:123px;
text-align: center;
margin:0px 37px;
}
.c_find_way div p{
font-size:14px;
color:#333;
margin:34px 0px 30px;
}
.c_find_way div a{
display: block;
width:100%;
height:33px;
background: #dd2726;
line-height:33px;
text-align: center;
font-size:14px;
color:#fff;
border-radius:4px;
margin-top:30px;
}
.c_find_way div .c_img_box{
width:100%;
height:30px;
float: none;
margin:0px;
}
.c_phone_way{
width:483px;
margin:20px auto;
}
.c_steps{
width:100%;
height:50px;
}
.c_steps dl{
float:left;
width:161px;
height:50px;
}
.c_sz{
width:100%;
background: url(/static/new/img/icon/save_icon.png) repeat-x 0px 3px;
line-height:25px;
height:25px;
text-align: center;
}
.c_sz span{
display: inline-block;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
color: #fff;
vertical-align: middle;
background: url(/static/new/img/icon/save_icon.png) no-repeat 0px -68px;
}
.c_active .c_sz{
background-position: 0px -15px;
}
.c_active .c_sz span{
background-position: 0px -42px;
}
.c_sm{
width: 100%;
height: 25px;
line-height: 25px;
text-align: center;
vertical-align: middle;
font-size:12px;
color:#333;
}
.c_phone_verify{
padding-left:40px;
}
.c_phone_verify div{
margin-top:14px;
}
.c_phone_verify label{
display: inline-block;
width:100px;
text-align: right;
margin-right:10px;
font-size:14px;
color:#333;
}
.c_phone_verify input{
border:1px solid #ddd;
border-radius:4px;
width:124px;
height:33px;
padding-left:10px;
background:none;
}
.c_phone_verify span,.c_phone_verify i{
display: inline-block;
width:140px;
height:33px;
border:1px solid #ddd;
vertical-align: -8px;
margin-left:10px;
border-radius:2px;
}
.c_phone_verify i{
vertical-align: 2px;
text-align: center;
line-height:31px;
background: #eaeaea;
cursor: pointer;
font-size:14px;
color:#898989;
border:1px solid #c8c8c8;
}
.c_phone_verify a{
display:block;
margin:10px auto 10px;
}
.c_phone_verify .c_get_verify_one{
background: #dd2726;
color:#fff;
}
.c_rechange_doing .c_new_bgimg{
background: url(/static/new/img/icon/fail.png) no-repeat 90px 0;
}
.c_rechange_doing p{
font-size:14px;
color:#dd2726;
text-align: center;
margin-top:20px;
}
.c_rechange_doing .c_save_tips{
color:#666;
background: url(/static/new/img/icon/tips.png) no-repeat 0px 8px;
line-height:30px;
height:30px;
margin:15px 60px 40px;
}
.c_rechange_doing .c_real_name{
width:215px;
margin-left:100px;
}
.c_rechange_new,.c_rechange_new label{
color:#666;
}
.c_doing_new{
text-align: center;
padding-top:20px;
}
.c_doing_new p{
line-height:30px;
font-size:12px;
color:#666;
}
.c_login_condition{
width:300px;
font-size:14px;
color:#666;
margin:10px auto 0px;
}
.c_login_condition input{
margin-right:4px;
}
.c_login_condition a{
margin-left:40px;
margin-top:20px;
}
.c_phone_verify .c_add_prvebtn a{
display:inline-block;
margin-right:20px;
}
.c_phone_verify .c_add_prvebtn .c_newadd_prvebtn{
background: #ccc;
margin-left:57px;
}
.c_appear,.c_success,.c_find_password,.c_phone_newway_one,.c_phone_newway_two,.c_phone_newway_success,.c_email_newway_one,.c_email_newway_two,.c_email_newway_success{
display:none;
}
/*E 安全中心*/
/*S 我的账户修改 2015-9-30 添加*/
.c_new_account_total{
width:100%;
}
.c_connect_deng{
width: 28px;
height: 28px;
margin-top: 46px;
background: url(/static/new/img/icon/account_icon.png) no-repeat 0 -174px;
}
.c_account_all b{
display: block;
color: #dd2726;
font-size: 24px;
line-height: 86px;
}
.c_account_all b i{
font-size: 30px;
margin: 0 6px;
line-height: 86px;
}
.c_new_main_account li{
width:246px;
}
/*E 我的账户修改 2015-9-30 添加*/
/*S 2015-10-19 添加*/
.c_all_require{
display: block;
color:#555;
font-size:12px;
}
/*E 2015-10-19 添加*/
.c_user_address .queryWindows{
line-height:26px;
font-size:12px;
color:#555;
padding-left:10px;
overflow: hidden;
text-overflow: ellipsis;
word-break:break-word;
white-space: normal;
}
/*S 我的红包 2016-1-25*/
.w_newuser_left{
background: #fff url(/static/new/img/icon/green_hands.jpg) no-repeat;
}
.c_user_right p span.w_newuser_color{
color:#ff4a00;
}
/*E 我的红包 2016-1-25*/
/*S 推广收益 2016-1-25*/
.c_hands_box .c_addUp_all{
width:100%;
height:51px;
background: url(/static/new/img/icon/hands2.png) no-repeat center 0;
margin:30px 0px;
text-align: center;
font-size:20px;
color:#fff;
line-height: 50px;
}
.c_addUp_all span{
font-size:26px;
color:#fcfc03;
}
.c_hands_box .c_hands_boxtext{
width:900px;
height:250px;
padding:15px;
background: #eeeeee;
margin:0px auto;
}
.c_hands_boxtext p{
color:#555555;
font-size:14px;
line-height: 30px;
}
#nameOk{ margin:21px 0 0 137px} | public/foreground/css/c_member.css | @charset "utf-8";
body{min-width:1210px;background: #FFFFFF;position: relative;}
a {text-decoration: none;font-size: 14px;}
.c_clear{clear:both;}
.c_set_save a:hover{ color : white}
/*S 我的账户*/
.c_main_box{
overflow:hidden;
}
.c_main_income{
padding:20px 0;
background: #fff;
border: 1px solid #E6E6E6;
text-align: center;
width: 636px;
float: left;
}
.c_main_income li{
float: left;
width: 181px;
padding: 14px 0;
position: relative;
}
.c_clear{clear: both;}
.c_right_line{
width: 1px;
float:left;
height:100px;
background: #E6E6E6;
}
.c_main_income li span{
color: #2fc07a;
font-size: 30px;
}
.c_money_type{
position: relative;
margin-bottom: 15px;
}
.c_money_type i{
display: block;
position: absolute;
width: 14px;
height:8px;
background: url(/static/new/img/icon/arrow_dowm.png) no-repeat;
right: 42px;
top: 8px;
}
.c_main_recharge,.c_main_cash{
display: block;
width: 80px;
height: 32px;
line-height: 32px;
border-radius: 2px;
margin: 0 auto 10px;
}
.c_main_recharge{
color: #fff;
background: #FE0100;
}
.c_main_cash{
color: #717171;
background: #ddd;
margin-bottom: 0;
}
/* .c_member_right{
background: #f5f5f5;
} */
.c_main_account{
overflow: hidden;
margin: 8px 0;
}
.c_account_total,.c_main_service{
float: left;
border: 1px solid #E6E6E6;
}
.c_account_total{
width: 738px;
margin-right: 10px;
border: none;
background: #fff;
}
.c_main_service{
width: 206px;
}
.c_account_top{
height: 86px;
border: 1px solid #E6E6E6;
background: #f2f3f5;
padding:14px 90px;
position: relative;
}
.c_account_bottom{
height: 110px;
text-align: center;
}
.c_main_service{
background: #fff;
}
.c_main_service h3{
font-size:16px;
color:#555;
text-align: center;
line-height:50px;
height:50px;
border-bottom: 1px solid #e6e6e6;
background: #ededed;
}
.g-acquired-goods {
border: 0 none;
border-bottom: 1px solid #e4e4e4;
}.g-common-control {
width: 726px;
margin-top: 15px;
}.g-acquired-goods .m-getGood-title {
width: 598px;
/* border: 1px solid #e4e4e4; */
border-bottom: 0 none;
}.m-getGood-title {
padding: 0 19px;
height: 51px;
position: relative;
overflow: hidden;
text-align: center;
}
.null-data{
text-align: center;
padding: 55px 0px;
}
.nulldata-link{ text-align:center; color:#fff; padding: 7px 30px; margin-left: 5px; border-radius: 2px; -webkit-border-radius: 2px; background: #FE0100}
.nulldata-link:hover{color:#fff}
.g-acquired-goods ul {
clear: both;
border-bottom: 1px solid #f0f0f0;
}.m-getGood-title a {
display: inline-block;
position: absolute;
right: 19px;
top: 16px;
}.gray9 {
color: #999;
}.gray3 {
color: #333;
}.m-getGood-title b {
font-size: 14px;
line-height: 51px;
}.f-tran {
font-family: "\5b8b\4f53";
}.m-getGood-title a em {
margin-left: 3px;
}.g-acquired-goods li {
float: left;
width: 598px;
height: 98px;
padding: 0 19px;
border: 1px solid #e4e4e4;
border-left: none;
border-bottom: 1px solid #f0f0f0;
border-top: 0 none;
position: relative;
cursor: pointer;
}
.g-acquired-goods li:last-of-type {
border-bottom: none;
}.fl {
float: left;
}.g-acquired-goods li span {
margin: 19px 0;
position: relative;
}.g-acquired-goods li span img {
display: block;
width: 60px;
height: 60px;
}.g-acquired-goods li dl {
margin-left: 12px;
padding-top: 17px;
color: #bbb;
line-height: 20px;
}.g-acquired-goods li dl {
padding-top: 16px;
}.g-acquired-goods li dl dt {
display: block;
width: 404px;
height: 20px;
line-height: 20px;
overflow: hidden;
font-size: 14px;
margin-bottom: 3px;
word-break: break-all;
text-overflow: ellipsis;
white-space: nowrap;
}.g-acquired-goods li dl dt, .g-acquired-goods li dl a {
font-size: 14px;
}
.g-acquired-goods .wztxt{height:20px; line-height: 20px; display: block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.g-acquired-goods li dd {
width: 450px;
height: 20px;
line-height: 20px;
overflow: hidden;
word-break: break-all;
}.g-acquired-goods li a.z-perfect-btn {
display: block;
width: 116px;
height: 29px;
line-height: 28px;
_line-height: 29px;
text-align: center;
border: 1px solid #FE0100;
background:#FE0100;
color: white;
font-size: 14px;
border-radius: 2px;
position: absolute;
right: 19px;
bottom: 33px;
}
/* 主页内容右侧*/
.sidebar_r {
width: 300px;
}.fr {
float: right;
}.g-invitation {
padding-bottom: 20px;
}.g-sid-title {
width: 279px;
padding: 15px 0 0 19px;
border: 1px solid #e4e4e4;
margin-bottom: 15px;
}.g-sid-title h3 {
display: block;
font-size: 14px;
height: 20px;
line-height: 20px;
}.gray3 {
color: #333;
}.g-invitation span {
display: block;
color: #bbb;
padding-top: 2px;
}.g-invitation textarea {
display: block;
width: 236px;
height: 74px;
padding: 8px 11px 0 11px;
margin-top: 15px;
border: 1px solid #ddd;
line-height: 22px;
resize: none;
}.fx-out-inner {
height: 29px;
padding-top: 13px;
overflow: hidden;
}.fx-out-inner a.z-copy-share {
display: block;
width: 96px;
height: 29px;
line-height: 28px;
_line-height: 30px;
overflow: hidden;
text-align: center;
color: #fff;
background: #2af;
border-radius: 2px;
font-size: 14px;
margin-right: 19px;
}.bdshare-button-style2-16 {
zoom: 1;
}.fx-out-inner .bdshare-button-style2-16 .bds_tsina {
background-position: 0 0;
}.fx-out-inner .bdshare-button-style2-16 a {
height: 17px;
line-height: 17px;
background-image: url(http://skin.1yyg.com/Images/net-share-icon.gif?v=20150610);
margin-right: 8px;
}.bdshare-button-style2-16 a, .bdshare-button-style2-16 .bds_more {
float: left;
font-size: 12px;
padding-left: 17px;
line-height: 16px;
height: 16px;
background-image: url(../img/share/icons_2_16.png?v=81508962.png);
_background-image: url(../img/share/icons_2_16_debase.png?v=43bedd85.png);
background-repeat: no-repeat;
cursor: pointer;
margin: 6px 6px 6px 0;
color: #999;
}.bdshare-button-style2-16 .bds_tsina {
background-position: 0 -104px;
}.fx-out-inner .bdshare-button-style2-16 .bds_weixin {
background-position: -27px 0;
}
.fx-out-inner .bdshare-button-style2-16 .bds_qzone {
background-position: -54px 0;
}
.fx-out-inner .bdshare-button-style2-16 .bds_tqq {
background-position: -81px 0;
}
.fx-out-inner .bdshare-button-style2-16 .bds_sqq {
background-position: -108px 0;
}
.g-QR-code {
font-size: 14px;
padding-bottom: 15px;
position: relative;
}
.g-QR-code h3 {
margin-bottom: 15px;
}
.g-QR-code span {
margin-right: 19px;
}
.fl {
float: left;
}
.g-QR-code p {
padding-top: 7px;
line-height: 24px;
}
.g-QR-code p a {
display: block;
width: 96px;
height: 29px;
line-height: 28px;
_line-height: 29px;
text-align: center;
color: #fff;
background: #f60;
border-radius: 2px;
margin-top: 5px;
}
.g-QR-code s {
width: 78px;
background-position: 0 -286px;
}
.g-QR-code s, .g-QR-code em {
display: block;
height: 31px;
position: absolute;
right: 0;
bottom: 0;
overflow: hidden;
}
.u-personal {
background-image: url(http://skin.1yyg.com/Member/images/member-icon.png?v=1126);
background-repeat: no-repeat;
}
/*S 圆形进度条*/
.circliful {
position: relative;
margin:0px auto;
}
.circle-text, .circle-info, .circle-text-half, .circle-info-half {
width: 100%;
position: absolute;
text-align: center;
display: inline-block;
}
.circle-text{
top:0px;
height:98px;
line-height:134px !important;
border-bottom: 1px dashed #ddd;
width:130px !important;
margin:0px 20px !important;
font-size:32px !important;
color:#666 !important;
}
.circle-info, .circle-info-half {
color: #999;
}
.circliful .fa {
margin: -10px 3px 0 3px;
position: relative;
bottom: 4px;
}
.c_new_circliful{
position: relative;
width:100%;
height:172px;
}
.c_new_circliful i{
position: absolute;
font-size:14px;
color:#666;
bottom:40px;
left:0px;
display:block;
width:100%;
height:20px;
text-align: center;
}
/*E 圆形进度条*/
.c_account_top li{
text-align: center;
float: left;
width: 265px;
color: #5f5f5f;
}
.c_account_top .c_connect_box{
width: 18px;
}
.c_account_top li span{
display: block;
margin: 0 auto;
width: 33px;
height: 40px;
background: url(/static/new/img/icon/account_icon.png) no-repeat;
}
.c_account_top li .c_account_residue{
background-position: 0 2px;
}
.c_account_top li .c_account_freeze{
background-position: 0 -62px;
}
.c_account_top li .c_account_wait{
background-position: 0 -131px;
}
.c_account_top li em{
display: block;
margin: 3px 0;
}
.c_account_top li i{
font-size:14px;
color: #dd2726;
}
.c_connect_add{
width: 28px;
height: 28px;
margin-top: 48px;/*2015-9-30 修改*/
background: url(/static/new/img/icon/account_icon.png) no-repeat 0 -135px;
}
.c_total_arrow{
position: absolute;
background: url(/static/new/img/icon/down.png) no-repeat;
width:70px;
height:24px;
top: 114px;
left:332px;
}
.c_account_bottom span{
display: block;
color: #dd2726;
font-size: 24px;
padding-top: 40px;
}
.c_account_bottom i{
font-size: 30px;
margin: 0 6px;
}
.b_btn.c_btn{
color:#fff;
}
.b_btn.c_btn_other{
background:#ddd;
color:#fff;
cursor:default;
}
.b_record_table td .c_btn_other:hover,.b_record_table td .c_btn:hover{
color:#fff;
}
/* 云购记录 */
.g-common-control {
width: 636px;
border: 1px solid #e4e4e4;
margin-top: 15px;
float: left;
}
.g-buys-records {
height: 302px;
position: relative;
overflow: hidden;
}
.m-getGood-title {
padding: 0 19px;
height: 51px;
position: relative;
overflow: hidden;
}
.m-comm-scroll {
border-top: 1px solid #f0f0f0;
position: relative;
}
.m-getGood-title a {
display: inline-block;
position: absolute;
right: 19px;
top: 16px;
}
.m-getGood-title a em {
margin-left: 3px;
}
.m-comm-scroll a.z-prev {
left: 0;
}
.m-comm-scroll a.z-prev, .m-comm-scroll a.z-next {
display: block;
width: 29px;
height: 68px;
position: absolute;
top: 65px;
z-index: 6;
cursor: pointer;
}
.m-comm-scroll a.z-prev i, .m-comm-scroll a.z-next i {
display: block;
width: 9px;
height: 17px;
position: absolute;
left: 10px;
top: 25px;
z-index: 10;
}
.u-personal {
background-image: url(http://skin.1yyg.com/Member/images/member-icon.png?v=1126);
background-repeat: no-repeat;
}
.m-comm-scroll a.z-prev i {
background-position: -52px -53px;
}
.m-comm-scroll a.z-prev span, .m-comm-scroll a.z-next span {
display: block;
width: 29px;
height: 68px;
background: #000;
opacity: 0.1;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
}
.productsCon {
float: left;
width: 159px;
height: 252px;
position: relative;
z-index: 4;
}
.proList {
width: 159px;
height: 202px;
margin: 0 auto;
padding: 30px 0 20px;
border-right: 1px solid #e4e4e4;
position: relative;
overflow: hidden;
_width: 181px;
}
.proList li {
width: 116px;
margin: 0 auto;
}
.proList li.list-pic a {
margin: 0 auto;
}
.proList li.list-name {
display: block;
height: 34px;
line-height: 16px;
margin-top: 21px;
overflow: hidden;
word-break: break-all;
}
.proList li.list-over {
padding-top: 6px;
}
.proList li.list-over a {
display: block;
width: 64px;
height: 21px;
line-height: 20px;
_line-height: 21px;
text-align: center;
border: 1px solid #e4e4e4;
border-radius: 15px;
color: #bbb;
margin: 0 auto;
cursor: default;
}
.proList li.list-pic a, .proList li.list-pic img {
display: block;
width: 100px;
height: 100px;
}.m-comm-scroll a.z-next {
right: 0;
}.m-comm-scroll a.z-next i {
background-position: -69px -53px;
}
/*S 账户弹窗*/
.c_account_money{
width:258px;
height:100px;
border:1px solid #e8e8e8;
padding:20px 0px;
position: absolute;
left:94px;
top:40px;
background: #fff;
z-index:4;
border-radius: 2px;
box-shadow: -1px 1px 5px #ddd;
display: none;
}
.c_account_money dd{
float:left;
width:128px;
height:100%;
}
.c_account_money dd .c_money_type{
margin-top:10px;
}
.c_account_money em{
display: block;
width:15px;
height:9px;
background: url(/static/new/img/icon/top_borrow.png) no-repeat;
position: absolute;
top:-9px;
left:20px;
}
/*E 账户弹窗*/
/*S 广告图轮转*/
.flexslider{
margin:0px auto ;
position:relative;
width:100%;
height:80px;
overflow:hidden;
zoom:1;
}
.flex-viewport{
max-height:2000px;
-webkit-transition:all 1s ease;
-moz-transition:all 1s ease;
transition:all 1s ease;
}
.flexslider .slides{
zoom:1;
}
.flex-control-nav{
width:100px;
position:absolute;
bottom:4px;
right:4px;
text-align:center;
}
.flex-control-nav li{
margin:0 5px;
display:inline-block;
zoom:1;
}
.flex-control-paging li a{
background: #fff;
color:#333;
display:block;
height:17px;
overflow:hidden;
line-height:17px;
width:17px;
cursor:pointer;
border-radius:50%;
-o-border-radius:50%;
-moz-border-radius:50%;
-ms-border-radius:50%;
-webkit-border-radius:50%;
}
.flex-control-paging li a.flex-active{
background:#dd2726;
color:#fff;
}
/*E 广告图轮转*/
/*S 记录选项卡*/
.c_member_right .c_record_box{
margin-top:8px;
border:1px solid #E6E6E6;
background: #fff;
}
/*E 记录选项卡*/
/*S 积分兑换弹窗*/
.c_recharge_remind{
width:434px;
height:290px;
position:fixed;
background-color:#fff;
border: 5px solid #999;
border-radius: 4px;
z-index: 4;
}
.c_update_title{
font-size: 14px;
margin: 0 auto;
line-height: 40px;
border-bottom: 1px solid #EBEBEB;
padding: 0 10px;
}
.c_recharge_remind p {
padding-left: 56px;
line-height: 36px;
font-size: 16px;
}
.c_exchange_close {
display: block;
position: absolute;
width: 34px;
height: 38px;
background: url(/static/new/img/icon/close.png) no-repeat;
right: -16px;
top: -16px;
cursor: pointer;
}
.c_coin_count {
width: 76px;
height: 34px;
border-radius: 4px;
border-style: none;
border: 1px solid #919191;
padding-left: 4px;
}
.c_exchange_btn_box {
margin-top: 16px;
}
.c_exchange_btn_box a {
display: inline-block;
width: 124px;
margin-right: 56px;
height: 36px;
text-align: center;
line-height: 36px;
color: #fff;
background-color: #919191;
}
.c_exchange_coin{
display:none;
}
.c_exchange_bg{
background:#000;
filter:alpha(opacity=60);
-moz-opacity:0.6;
-khtml-opacity: 0.6;
opacity: 0.6;
width:100%;
position: absolute;
top:0px;
left:0px;
height:1000px;
z-index: 3;
display:none;
}
.c_exchange_success{
text-align: center;
font-size:18px;
height: 46px;
padding-left:52px;
line-height: 46px;
background: url(/static/img/front/cloud_global/success.png) no-repeat 150px 0px;
margin-top:50px;
}
.c_exchange_fail{
text-align: center;
font-size:18px;
height: 46px;
padding-left:62px;
line-height: 46px;
background: url(/static/img/front/index/pay_error.png) no-repeat 120px 0px;
background-size:auto 100%;
margin-top:50px;
}
.c_exchange_ture{
display: block;
width: 124px;
margin-right: 56px;
height: 36px;
text-align: center;
line-height: 36px;
color: #fff;
background-color: #dd2726;
border-bottom:2px solid #dd2726;
margin:50px auto 0;
}
.c_exchange_box{
height:244px;
display: none;
}
/*E 积分兑换弹窗*/
/*E 我的账户*/
/*S 晒单详情*/
.c_expose_list{
width:100%;
height:44px;
}
.c_expose_list dd{
float:left;
width:126px;
height:43px;
border-bottom: 1px solid #e7e7e7;
border-right: 1px solid #e7e7e7;
}
.c_expose_list dd a{
display: block;
width:100%;
height:100%;
text-align: center;
line-height: 43px;
font-size: 16px;
color:#707070;
}
.c_expose_list .c_list_lastdd{
width:577px;
border-right:none;
}
.c_expose_list .c_new_border_style{
border-bottom: none;
border-top:2px solid #dd2726;
}
.c_winning_expose_detail{
padding: 30px 0px 10px;
min-height:756px;
}
.c_winning_expose_detail h1{
padding:0px 36px 10px;
border-bottom: 1px solid #e3e3e3;
height: 28px;
line-height: 28px;
color: #333;
font-size: 14px;
}
.c_winning_expose_detail h1 a{
color: #888;
font-size: 14px;
float: right;
}
.c_winning_expose_detail_in{
padding:0px 20px;
}
.c_winning_expose_detail_in h2{
color: #555;
font-size: 18px;
text-align: center;
line-height: 50px;
height: 50px;
margin:20px 0px 10px;
}
.c_winning_expose_detail_in h3{
color: #999999;
font-size: 12px;
text-align: center;
border-bottom: 1px dashed #cbcbcb;
position: relative;
top: -20px;
height: 20px;
list-style: 20px;
}
.c_winning_expose_detail_in h3 p{
background: #fff;
width: 220px;
margin: 0 auto;
position: relative;
top: 8px;
}
.c_list_detail_user{
width: 916px;
height: 130px;
border:1px solid #dedede;
margin-top: 10px;
}
.c_list_detail_user_l{
float: left;
width:460px;
}
.c_list_detail_user_l img,.c_list_detail_user_r img{
width: 90px;
height: 90px;
margin: 19px 20px;
border:1px solid #ddd;
}
.c_detail_user_lr{
float: left;
padding-top: 20px;
height:110px;
width:326px;
border-right: 1px dashed #dedede;
}
.c_detail_user_lr p{
color: #777;
font-size: 12px;
line-height: 22px;
}
.c_detail_user_lr p span,.c_detail_user_lr p a{
color: #dd2726;
}
.c_detail_user_lr p a:hover{
text-decoration: underline;
}
.c_integral{
display: block;
padding-top:33px;
height:40px;
width:73px;
background: url(/static/new/img/icon/expose_icon1.jpg) no-repeat;
position: absolute;
right:30px;
top:26px;
text-align: center;
line-height:30px;
font-size:14px;
color:#dd2726;
}
.c_list_detail_user_r{
float: left;
}
.c_detail_user_rr{
float: left;
padding-top: 30px;
width: 324px;
}
.c_detail_user_rr p{
height: 22px;
line-height: 22px;
overflow: hidden;
color: #808080;
font-size: 12px;
}
.c_detail_user_rr p a{
display: block;
height: 22px;
font-size: 12px;
color: #777;
}
.c_detail_user_rr p a:hover{
color: #dd2726;
text-decoration: underline;
}
.c_detail_user_rr p a.user_rra2{
color: #dd2726;
}
.c_detail_user_rr p a.user_rra2:hover{
text-decoration: underline;
}
.c_list_detail_img{
padding: 10px 0;
overflow:hidden;
}
.c_list_detail_img img{
float:left;
width: 450px;
margin: 0px 4px;
}
.c_list_detail_text{
padding:0px 30px;
color: #777777;
font-size: 14px;
margin: 50px auto;
position: relative;
line-height:26px;
}
.c_list_detail_text i{
position: absolute;
display: block;
top:-15px;
left:-4px;
width: 23px;
height: 19px;
background: url(/static/new/img/icon/expose_icon.png) no-repeat 0px 0px;
}
.c_list_detail_text s{
position: absolute;
display: block;
bottom:-21px;
right:2px;
width: 23px;
height: 19px;
background: url(/static/new/img/icon/expose_icon.png) no-repeat -27px 0px;
}
.c_h4_con{
color: #777;
font-size: 14px;
border-bottom: 1px solid #dddddd;
height: 50px;
line-height: 50px;
padding-left: 20px;
margin-bottom: 36px;
}
.c_h4_leftcon{
float:left;
}
.c_h4_leftcon span{
color: #dd2726;
margin:0px 2px;
}
.c_h4_rightcon{
float:right;
position: relative;
width:100px;
height:50px;
}
.c_h4_rightcon .bdsharebuttonbox .bds_more{
background: url(/static/new/img/icon/expose_icon.png) no-repeat -76px 4px !important;
height: 24px !important;
padding-left: 15px !important;
width: 40px !important;
border: 1px solid #eee !important;
line-height: 24px !important;
text-align: center !important;
}
.c_comment_Nologin{
position:relative;
background: #f3f3f3;
border:1px solid #e4e4e4;
text-align: center;
line-height: 62px;
height: 62px;
width: 836px;
float: left;
}
.c_comment_Nologin a{
color: #dd2726;
}
.c_comment_Nologin span{
display: block;
width: 6px;
height: 11px;
position: absolute;
left: -5px;
top: 20px;
background: url(/static/new/img/icon/expose_icon.png) no-repeat -107px 0px;
}
.c_comment_Nologin a:hover{
text-decoration: underline;
}
.c_comment_login{
float: left;
height: 138px;
width: 837px;
position: relative;
}
.c_comment_login textarea{
padding-top:10px;
padding-left:10px;
resize: none;
border:1px solid #e4e4e4;
height: 91px;
width: 825px;
outline: none;
margin-bottom:5px;
}
.c_comment_login i{
display: block;
width: 6px;
height: 11px;
position: absolute;
left: -5px;
top: 20px;
background: url(/static/new/img/icon/expose_icon.png) no-repeat -97px 0px;
}
.c_comment_login p{
text-align: right;
}
.c_change_num{
color:#dd2726;
}
.c_comment_login a{
display: inline-block;
width: 54px;
height: 24px;
background: #efefef;
border:1px solid #e4e4e4;
color: #bbbbbb;
font-size: 12px;
text-align: center;
line-height: 24px;
margin-top: 4px;
margin-left: 4px;
}
.c_comment_login i {
display: block;
width: 6px;
height: 10px;
position: absolute;
left: -5px;
top: 20px;
background: url(../img/front/index/icon_index.png) no-repeat -99px -181px;
}
.c_list_detail_comment .c_Me_tx{
width: 40px;
height: 40px;
float: left;
margin-right: 18px;
margin-top: 9px;
border:1px solid #eee;
}
.c_list_detail_comment{
overflow: hidden;
padding-left: 20px;
}
.c_comment_Me{
overflow: hidden;
margin-bottom: 26px;
}
.c_comment_Lists_head{
float: left;
}
.c_comment_Lists{
border-top:1px solid #efefef;
}
.c_comment_Lists li{
width: 850px;
overflow:hidden;
border-bottom: 1px solid #efefef;
padding: 20px 0;
}
.c_comment_Lists_r{
float: left;
margin-left: 2px;
margin-top: 10px;
width: 780px;
}
.c_comment_Lists_r a{
color: #dd2726;
font-size: 12px;
}
.c_comment_Lists_r span{
color: #bababa;
font-size: 12px;
margin-left: 20px;
}
.c_comment_Lists_r a:hover{
text-decoration: underline;
}
.c_comment_Lists_r p{
margin-top:6px;
font-size:14px;
color:#777;
line-height:24px;
}
/*S 无晒单*/
.c_no_expose{
font-size:14px;
color:#777;
text-align: center;
margin-top:90px;
}
.c_no_expose a{
color:#dd2726;
}
/*E 无晒单*/
/*E 晒单详情*/
/*S 我的晒单*/
.c_expose_box{
width:100%;
padding-top:20px;
}
div.c_expose_table table{
width:100%;
}
.c_expose_box .c_expose_table td img{
width:88px;
height:88px;
}
.c_th1{
width:140px;
}
.c_th2{
width:265px;
}
.c_th3{
width:150px;
}
.c_th4{
width:255px;
}
.c_th5{
width:120px;
}
div.c_expose_table .c_time_color{
color:#999;
font-size:12px;
}
div.c_expose_table .c_luck_color{
color:#dd2726;
}
div.c_expose_table .c_expose_mood{
text-align: left;
width:215px;
margin:0px 20px;
}
div.c_expose_table td .c_expose_btn{
display:block;
width:64px;
height:22px;
background: #dd2726;
border-radius:2px;
-o-border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
-ms-border-radius:2px;
font-size:12px;
color:#fff;
line-height: 22px;
margin:0px auto;
}
/*E 我的晒单*/
/*S 常见问题*/
ul.c_record_title li{
width:118px;
}
ul.c_record_title .c_problems_lastli{
border-right:none;
width:125px;
}
.c_common_problem{
padding: 14px 20px 50px;
}
.c_common_problem dl {
border-bottom: 2px dotted #E0E0E0;
font-size: 14px;
padding: 0;
margin-bottom: 12px;
}
.c_common_problem dl h4{
color: #555;
font-size: 14px;
font-weight: bold;
margin-bottom: 6px;
cursor: pointer;
padding: 22px 0;
}
.c_common_problem dl h4 span{
display: block;
margin: 2px 10px 0 0;
float: left;
width: 17px;
height: 17px;
background: url(/static/new/img/icon/question.png) no-repeat;
}
.c_common_problem dl dd {
padding-left: 0;
text-indent: 1.6em;
line-height: 28px;
padding-bottom:10px;
font-size:14px;
color:#666666;
}
.c_common_problem dl dd p {
text-indent: 2em;
padding-left:20px;
}
.c_hide_dd{
display:none;
}
/*E 常见问题*/
/*S 收货地址*/
.c_address_top{
width:906px;
height:36px;
background: #fffbe3;
border:1px solid #fedd98;
margin:25px auto;
line-height:36px;
font-size:12px;
color:#555;
}
.c_address_top span{
display:inline-block;
width:20px;
height:18px;
background: url(../img/member/address_icon.png) no-repeat 0px 0px;
margin:9px;
vertical-align: -13px;
}
.c_address_detail{
width:243px;
height:220px;
border:1px solid #dddddd;
border-top:none;
position: relative;
}
.c_new_address_detail{
float:left;
margin:0px 65px 35px 0px;
}
.c_p_bg{
width:100%;
height:6px;
background: url(../img/member/address.jpg) no-repeat;
}
.c_p_bg_other{
background: url(./../img/member/address_one.jpg) no-repeat;
}
.c_address_operation{
padding:0px 5px;
margin:5px 0px;
overflow:hidden;
}
.c_address_default{
font-size: 12px;
color:#dd2726;
float:left;
}
.c_address_default i,.c_set_default,.c_set_edit,.c_set_delete{
width:13px;
height:12px;
display:inline-block;
background: url(../img/member/address_icon.png) no-repeat -26px 0px;
vertical-align: -1px;
margin-right:6px;
}
.c_address_all_operation{
float:right;
}
.c_set_default{
background: url(../img/member/address_icon.png) no-repeat -46px 0px;
}
.c_set_edit{
width:12px;
background: url(../img/member/address_icon.png) no-repeat -67px 0px;
}
.c_set_esc{
width: 23px;
height: 21px;
background: url(../img/member/address_icon.png) no-repeat -80px 2px;
display: inline-block;
margin-left: 6px;
}
.c_set_delete{
width:9px;
background: url(../img/member/address_icon.png) no-repeat -85px 0px;
}
.c_user_address{
padding:0px 5px;
}
.c_user_address p {
color: #555;
font-size: 12px;
line-height: 26px;
overflow: hidden;
padding-left: 10px;
text-overflow: ellipsis;
white-space: nowrap;
}
.c_user_address p:first-child {
padding-left: 11px;
}
.c_user_address .c_user_message{
border-bottom: 2px dotted #ddd;
line-height:34px;
}
.c_address_detail span{
display:block;
width:20px;
height:20px;
background: url(../img/member/address_icon.png) no-repeat 0px -22px;
position: absolute;
right:-1px;
bottom:-1px;
}
.c_add_address{
width:241px;
height:220px;
border:2px dashed #ddd;
}
.c_add_address:hover{
border:2px dashed #dd2726;
}
.c_add_address a{
display:block;
width:100%;
padding:79px 0px 30px;
font-size:16px;
color:#999;
line-height:37px;
text-align: center;
}
.c_add_address a i{
display: block;
width:31px;
height:31px;
background: url(../img/member/address_icon.png) no-repeat -26px -15px;
margin:0px auto;
}
/*S 收货地址弹窗*/
.c_address_in{
display:none;
width:790px;
height:492px;
border:6px solid #c2c2c2;
border-radius:4px;
-o-border-radius:4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
-ms-border-radius:4px;
background: #fff;
position: fixed;
top:300px;
left:500px;
z-index: 4;
}
.c_address_in h3{
height:50px;
border-bottom:1px solid #ddd;
line-height:50px;
padding-left:20px;
font-size:18px;
color:#111;
}
.c_address_in h3 em{
float:right;
position: relative;
top:-18px;
right:-18px;
cursor: pointer;
}
.c_address{
padding-left:26px;
margin-top:30px;
}
.c_form_right{
position: relative;
}
.c_form_right li select{
display:none;
}
.c_form_right li .select_showbox{
border: 1px solid #ccc;
color:#333;
width:170px;
height: 34px;
padding-left: 10px;
background: url(/static/new/img/icon/sel.png) no-repeat 146px 0;
line-height: 34px;
font-size:12px;
}
.c_form_right li .select_option{
border: 1px solid #ccc;
border-top: none;
display: none;
}
.c_form_right li .select_option li{
padding-left: 10px;
color:#333;
}
.c_form_right li .select_option li.hover{
background: #eee;
}
.c_form_right li .select_box ul{
margin:0;
position:absolute;
top:36px;
width:180px;
background:#fff;
z-index: 101;
}
.c_form_right li .select_box ul li{
clear:both;
width:170px;
}
.c_form_right li .select_box{
position:relative;
}
.c_form_con{
width:758px;
margin-bottom:16px;
}
.c_form_con label{
display:block;
text-align:right;
float:left;
line-height:36px;
width:90px;
height:36px;
font-size:14px;
color:#555;
}
.c_form_con .c_form_right{
float:left;
width:658px;
height:36px;
margin-left:10px;
}
.c_form_con .c_form_right input{
height:34px;
border:1px solid #ddd;
width:146px;
padding-left:10px;
}
.c_form_con .c_form_right input{
line-height:34px\9;
}
.c_form_con .c_form_right .c_details_address{
width:500px;
}
.c_form_con .c_form_right .c_details_contact{
width:170px;
}
.c_form_con .c_form_right .c_details_prove{
width:260px;
}
.c_form_con .c_form_right li{
float:left;
width:204px;
position:relative;
line-height:26px;
}
.c_form_right li span{
position:absolute;
right:5px;
top:7px;
font-size:14px;
color:#555;
}
.c_form_con .c_form_right .c_veri_code{
cursor:pointer;
margin-left:7px;
background:#e6e6e6;
border:1px solid #c8c8c8;
height:32px;
line-height:34px;
font-size:12px;
color:#666;
display:inline-block;
width:140px;
text-align:center;
}
.c_form_con .c_save{
background:#dd2726;
border:1px solid #dd2726;
height:36px;
width:120px;
color:#fff;
margin-left:99px;
border-radius: 4px;
-o-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-webkit-border-radius: 4px;
cursor: pointer;
}
.c_form_con .c_save_other{
background: #ababab;
border:1px solid #ababab;
height:36px;
width:120px;
color:#fff;
margin-left:50px;
border-radius: 4px;
-o-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-webkit-border-radius: 4px;
cursor: pointer;
}
.c_address .c_user{
color:#dd2726;
}
.c_address .c_another{
width:788px;
border:1px solid #ddd;
margin-bottom:26px;
border-bottom:0px;
}
.c_address .c_another th{
padding:15px 10px;
color:#dd2726;
border-right:1px solid #ddd;
background:#f2f2f2;}
.c_address .c_another td{
text-align:center;
padding:10px;
border-right:1px solid #ddd;
border-bottom:1px solid #ddd;
}
.c_address .c_another td a{
color:#dd2726;
}
.c_add_tips{
font-size:14px;
color:#dd2726;
margin-left:10px;
display:none;
}
.c_add_tips span{
margin:0px 2px;
}
.c_error{
position: absolute;
top: 2px;
left: 10px;
height: 36px;
background-color: #fff;
min-width: 124px;
font-size: 12px;
color: #dd2726;
line-height: 38px;
display: none;
padding-left: 20px;
background: #fff url(/static/new/img/icon/error_icon.png) no-repeat 0 center;
}
.c_error{
margin:0;
height:30px;
min-width:100px;
line-height:30px;
color:#dd2726;
}
.c_example{
color:#999;
font-size:14px;
margin-left:20px;
padding-left:20px;
background:url(/static/new/img/icon/transfer.png) no-repeat;
}
.c_new_form_right{
margin:20px 0px 20px 99px;
}
.c_new_form_right i{
font-size:12px;
color:#888;
}
/*E 收货地址弹窗*/
/*E 收货地址*/
/*S 我的红包*/
.c_redpacket_top{
padding-left:20px;
}
.c_redpacket_top a{
color:#dd2726;
}
.c_redpacket_top b{
margin-right:20px;
font-size:12px;
color:#555;
}
.c_user_list {
/*margin: 24px -38px -38px;*/
overflow: hidden;
}
.c_user_list li {
margin: 0 13px 38px;
float: left;
width: 440px;
border: 1px solid #DCDCDC;
background-color: #ECECEC;
padding: 5px;
border-radius: 2px;
}
.c_user_bg {
position: relative;
overflow: hidden;
background-color: #fff;
width: 412px;
padding: 18px 10px 10px 18px;
}
.c_user_left {
width: 112px;
float: left;
margin-right: 18px;
height: 149px;
background: #fff url(../img/packet.jpg) no-repeat;
color: #FDD501;
font-size: 46px;
text-align: center;
line-height: 149px;
}
.c_user_right {
width: 282px;
float: left;
}
.c_packet_name {
border-bottom: 1px solid #E1E1E1;
height: 26px;
}
.c_user_right p {
line-height: 24px;
color: #555;
}
.c_remain {
margin-top: 6px;
}
.c_user_right p {
line-height: 24px;
color: #555;
}
.c_wait_send {
position: absolute;
top: -6px;
left: -6px;
width: 77px;
height: 84px;
}
.c_user_right p span {
color: #dd2726;
}
.c_packet_name a {
float: right;
position: relative;
top: -8px;
border-radius: 4px;
display: block;
margin-right: 4px;
width: 60px;
height: 28px;
text-align: center;
line-height: 26px;
color: #fff;
background-color: #ff763d;
}
/*S 弹窗*/
.c_update_tel {
/*display: none;*/
z-index: 10;
background: #fff;
position: fixed;
width: 435px;
height: auto;
border: 5px solid #999;
border-radius: 4px;
}
.c_ways_tel{
overflow:hidden;
}
.c_ways_tel .c_ways_this {
border-bottom: none;
}
.c_ways_tel li {
float: left;
cursor: pointer;
border-left: 1px solid #EBEBEB;
border-bottom: 1px solid #EBEBEB;
width: 216px;
text-align: center;
height: 44px;
line-height: 44px;
}
.c_form_update {
width: 272px;
margin: 28px auto 0;
}
.c_tel_mail {
margin-bottom: 12px;
}
.c_valids input {
width: 116px;
float: left;
margin-right: 8px;
}
.c_form_update input {
height: 38px;
border: 1px solid #EBEBEB;
padding: 0 10px;
color: #888;
}
.c_valid_code {
border: 1px solid #C8C8C8;
float: left;
display: block;
width: 124px;
background: #E6E6E6;
height: 38px;
line-height: 38px;
text-align: center;
cursor: pointer;
}
.c_valid_error {
min-width: 100px;
}
.c_tel_next {
display: block;
margin: 40px auto 34px;
width: 154px;
height: 36px;
background: #dd2726;
color: #fff;
border-bottom: 2px solid #dd2726;
line-height: 38px;
text-align: center;
}
.c_tmail_unbind p {
text-align: center;
font-size: 16px;
}
.c_tmail_btn .c_bind_mail {
margin-right: 40px;
}
.c_tmail_btn a {
display: inline-block;
margin: 40px auto 50px;
width: 114px;
height: 36px;
background: #dd2726;
color: #fff;
border-bottom: 2px solid #dd2726;
line-height: 38px;
text-align: center;
}
.c_tmail_btn .c_tmail_unbind {
background: #c1c1c1;
border-bottom: 2px solid #9e9e9e;
}
.c_update_success {
padding-left: 52px;
height: 46px;
line-height: 46px;
margin: 78px 0 114px 134px;
margin: 51px 0 0 134px;
background: url(/static/new/img/icon/success.png) no-repeat;
font-size: 18px;
}
/*E 弹窗*/
/*E 我的红包*/
/*S 安全中心*/
.c_save_top{
padding-left:20px;
}
.c_save_top b{
margin-right:20px;
font-size:12px;
}
.c_save_top em{
display: inline-block;
width:246px;
height:10px;
border:1px solid #ddd;
border-radius: 5px;
margin-right:10px;
vertical-align: middle;
position: relative;
}
.c_save_top em i{
display:inline-block;
width:30%;
background: #6fca01;
height:12px;
border-radius: 6px;
position: absolute;
left:-1px;
top:-1px;
}
.c_set_save{
width:908px;
background: #f4f4f4;
margin:0px auto;
min-height:490px;
}
.c_set_save_box{
width:860px;
margin:0px auto;
border-bottom: 1px solid #ddd;
}
.c_set_save_box li{
line-height:53px;
float:left;
font-size:12px;
color:#666;
}
.c_set_save_box .c_save_password{
font-size:14px;
color:#333;
width:110px;
text-align: right;
}
.c_set_save_box .c_save_tips{
width:336px;
margin:0px 10px 0px 20px;
}
.c_set_save_box .c_save_state{
width:76px;
margin:0px 7px;
text-align: center;
color:#dd2726;
}
.c_set_save_box .c_save_state_other{
color:#29960c;
}
.c_set_save_box .c_save_num{
width:100px;
margin:0px 20px;
text-align: center;
}
.c_set_save_box .c_save_rechange{
width:91px;
margin-left:20px;
}
.c_set_save_box .c_save_rechange a{
color:#fff;
width:91px;
height:25px;
background: #dd2726;
display: block;
border-radius:2px;
margin-top:14px;
line-height:25px;
text-align: center;
}
.c_rechange_password{
width:100%;
border-top:1px solid #ddd;
margin-bottom:20px;
}
.c_rechange_doing,.c_doing_new{
width:350px;
margin:14px auto 0px;
}
.c_rechange_doing label{
font-size:14px;
color:#333;
text-align: right;
width:100px;
display: inline-block;
}
.c_rechange_doing input{
border:1px solid #ddd;
border-radius:4px;
height:30px;
width:200px;
background: none;
padding-left:14px;
}
.c_rechange_doing a,.c_phone_verify a,.c_login_condition a{
width:123px;
height:33px;
display: inline-block;
background: #dd2726;
font-size:14px;
color:#fff;
line-height:33px;
text-align: center;
border-radius:4px;
margin-left:65px;
}
.c_rechange_doing .c_rechange_ture{
margin-left:65px;
}
.c_rechange_doing .c_forget{
background: #cccccc;
}
.c_rechange_doing span{
display:block;
font-size:16px;
color:#888;
background: url(/static/new/img/icon/ture.png) no-repeat 90px 0;
height:50px;
line-height:46px;
padding-left:150px;
margin:50px 0px 30px;
}
.c_rechange_doing .c_rechange_a{
margin:0px auto;
display:block;
}
.c_find_way{
width:396px;
margin:0px auto;
}
.c_find_way div{
float:left;
width:123px;
text-align: center;
margin:0px 37px;
}
.c_find_way div p{
font-size:14px;
color:#333;
margin:34px 0px 30px;
}
.c_find_way div a{
display: block;
width:100%;
height:33px;
background: #dd2726;
line-height:33px;
text-align: center;
font-size:14px;
color:#fff;
border-radius:4px;
margin-top:30px;
}
.c_find_way div .c_img_box{
width:100%;
height:30px;
float: none;
margin:0px;
}
.c_phone_way{
width:483px;
margin:20px auto;
}
.c_steps{
width:100%;
height:50px;
}
.c_steps dl{
float:left;
width:161px;
height:50px;
}
.c_sz{
width:100%;
background: url(/static/new/img/icon/save_icon.png) repeat-x 0px 3px;
line-height:25px;
height:25px;
text-align: center;
}
.c_sz span{
display: inline-block;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
color: #fff;
vertical-align: middle;
background: url(/static/new/img/icon/save_icon.png) no-repeat 0px -68px;
}
.c_active .c_sz{
background-position: 0px -15px;
}
.c_active .c_sz span{
background-position: 0px -42px;
}
.c_sm{
width: 100%;
height: 25px;
line-height: 25px;
text-align: center;
vertical-align: middle;
font-size:12px;
color:#333;
}
.c_phone_verify{
padding-left:40px;
}
.c_phone_verify div{
margin-top:14px;
}
.c_phone_verify label{
display: inline-block;
width:100px;
text-align: right;
margin-right:10px;
font-size:14px;
color:#333;
}
.c_phone_verify input{
border:1px solid #ddd;
border-radius:4px;
width:124px;
height:33px;
padding-left:10px;
background:none;
}
.c_phone_verify span,.c_phone_verify i{
display: inline-block;
width:140px;
height:33px;
border:1px solid #ddd;
vertical-align: -8px;
margin-left:10px;
border-radius:2px;
}
.c_phone_verify i{
vertical-align: 2px;
text-align: center;
line-height:31px;
background: #eaeaea;
cursor: pointer;
font-size:14px;
color:#898989;
border:1px solid #c8c8c8;
}
.c_phone_verify a{
display:block;
margin:10px auto 10px;
}
.c_phone_verify .c_get_verify_one{
background: #dd2726;
color:#fff;
}
.c_rechange_doing .c_new_bgimg{
background: url(/static/new/img/icon/fail.png) no-repeat 90px 0;
}
.c_rechange_doing p{
font-size:14px;
color:#dd2726;
text-align: center;
margin-top:20px;
}
.c_rechange_doing .c_save_tips{
color:#666;
background: url(/static/new/img/icon/tips.png) no-repeat 0px 8px;
line-height:30px;
height:30px;
margin:15px 60px 40px;
}
.c_rechange_doing .c_real_name{
width:215px;
margin-left:100px;
}
.c_rechange_new,.c_rechange_new label{
color:#666;
}
.c_doing_new{
text-align: center;
padding-top:20px;
}
.c_doing_new p{
line-height:30px;
font-size:12px;
color:#666;
}
.c_login_condition{
width:300px;
font-size:14px;
color:#666;
margin:10px auto 0px;
}
.c_login_condition input{
margin-right:4px;
}
.c_login_condition a{
margin-left:40px;
margin-top:20px;
}
.c_phone_verify .c_add_prvebtn a{
display:inline-block;
margin-right:20px;
}
.c_phone_verify .c_add_prvebtn .c_newadd_prvebtn{
background: #ccc;
margin-left:57px;
}
.c_appear,.c_success,.c_find_password,.c_phone_newway_one,.c_phone_newway_two,.c_phone_newway_success,.c_email_newway_one,.c_email_newway_two,.c_email_newway_success{
display:none;
}
/*E 安全中心*/
/*S 我的账户修改 2015-9-30 添加*/
.c_new_account_total{
width:100%;
}
.c_connect_deng{
width: 28px;
height: 28px;
margin-top: 46px;
background: url(/static/new/img/icon/account_icon.png) no-repeat 0 -174px;
}
.c_account_all b{
display: block;
color: #dd2726;
font-size: 24px;
line-height: 86px;
}
.c_account_all b i{
font-size: 30px;
margin: 0 6px;
line-height: 86px;
}
.c_new_main_account li{
width:246px;
}
/*E 我的账户修改 2015-9-30 添加*/
/*S 2015-10-19 添加*/
.c_all_require{
display: block;
color:#555;
font-size:12px;
}
/*E 2015-10-19 添加*/
.c_user_address .queryWindows{
line-height:26px;
font-size:12px;
color:#555;
padding-left:10px;
overflow: hidden;
text-overflow: ellipsis;
word-break:break-word;
white-space: normal;
}
/*S 我的红包 2016-1-25*/
.w_newuser_left{
background: #fff url(/static/new/img/icon/green_hands.jpg) no-repeat;
}
.c_user_right p span.w_newuser_color{
color:#ff4a00;
}
/*E 我的红包 2016-1-25*/
/*S 推广收益 2016-1-25*/
.c_hands_box .c_addUp_all{
width:100%;
height:51px;
background: url(/static/new/img/icon/hands2.png) no-repeat center 0;
margin:30px 0px;
text-align: center;
font-size:20px;
color:#fff;
line-height: 50px;
}
.c_addUp_all span{
font-size:26px;
color:#fcfc03;
}
.c_hands_box .c_hands_boxtext{
width:900px;
height:250px;
padding:15px;
background: #eeeeee;
margin:0px auto;
}
.c_hands_boxtext p{
color:#555555;
font-size:14px;
line-height: 30px;
}
#nameOk{ margin:21px 0 0 137px} | 0.225672 | 0.053576 |
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
background-image: url(assets/images/backdrop.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
left: 0;
right: 0;
}
header {
width: 100vw;
height: 150px;
background-color: rgba(128, 0, 128, 0.2);
color: #eee;
}
.container h1,
h2 {
display: flex;
padding: 10px;
justify-content: center;
align-items: center;
text-shadow: 1.5px 1px 2px #cccc;
}
.container h1 {
font-size: 50px;
color: chartreuse;
}
h2 {
color: #505050;
}
.menu {
display: flex;
align-items: center;
}
nav ul,
nav li {
font-size: 22px;
list-style-type: none;
}
nav ul {
display: flex;
}
nav a {
display: block;
padding: 20px;
text-decoration: none;
}
nav a:hover,
nav .active a {
color: chartreuse;
transition: all ease 0.3s;
background-color: #50505088;
border-radius: 8px;
}
.banner {
display: flex;
}
.info {
display: flex;
flex-direction: column;
flex: 1;
color: #eee;
font-size: 14px;
font-weight: lighter;
font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
"Lucida Sans Unicode", Geneva, Verdana, sans-serif;
font-style: italic;
margin-left: 20px;
}
.info h2 {
color: #eee;
}
.info p {
max-width: 90%;
}
.media {
flex: 1;
}
.media video {
border-radius: 5px;
}
.photos h1 {
display: flex;
font-size: 50px;
justify-content: center;
text-shadow: 2px 1px 2px #ffff;
}
.photos {
display: inline-block;
width: 100%;
height: 700px;
margin-top: 5px;
overflow-y: hidden;
}
.photos img {
width: 400px;
height: 25%;
transform: scale(0.9);
opacity: 1;
border: 3px solid rgba(128, 0, 128, 0.4);
border-radius: 15px;
}
.photos img:hover {
transform: scale(1);
opacity: 0.6;
transition: all ease 0.3s;
}
footer {
width: 100%;
height: 200px;
display: flex;
justify-content: flex-start;
align-items: center;
background-color: rgba(0, 0, 0, 0.3);
margin-top: 30px;
}
.social-media {
display: flex;
align-items: center;
}
footer a {
display: block;
text-decoration: none;
font-size: 20px;
text-transform: capitalize;
font-style: italic;
padding: 30px;
}
footer a:hover {
color: chartreuse;
transition: all ease 0.3s;
}
.thon p {
display: block;
justify-content: flex-end;
font-size: 25px;
font-style: italic;
font-weight: bolder;
color: darkgray;
padding: 30px;
margin-left: 50px;
text-transform: capitalize;
}
@media (max-width: 768px) {
body {
display: flex;
flex-direction: column;
justify-content: center;
}
.banner {
flex-direction: column;
justify-content: center;
align-items: center;
}
.media video {
width: 90%;
margin-left: 20px;
}
footer a {
font-size: 16px;
padding: 15px;
}
.photos img {
width: 220px;
margin-left: 20px;
}
} | landing-page/style.css | body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
background-image: url(assets/images/backdrop.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
left: 0;
right: 0;
}
header {
width: 100vw;
height: 150px;
background-color: rgba(128, 0, 128, 0.2);
color: #eee;
}
.container h1,
h2 {
display: flex;
padding: 10px;
justify-content: center;
align-items: center;
text-shadow: 1.5px 1px 2px #cccc;
}
.container h1 {
font-size: 50px;
color: chartreuse;
}
h2 {
color: #505050;
}
.menu {
display: flex;
align-items: center;
}
nav ul,
nav li {
font-size: 22px;
list-style-type: none;
}
nav ul {
display: flex;
}
nav a {
display: block;
padding: 20px;
text-decoration: none;
}
nav a:hover,
nav .active a {
color: chartreuse;
transition: all ease 0.3s;
background-color: #50505088;
border-radius: 8px;
}
.banner {
display: flex;
}
.info {
display: flex;
flex-direction: column;
flex: 1;
color: #eee;
font-size: 14px;
font-weight: lighter;
font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
"Lucida Sans Unicode", Geneva, Verdana, sans-serif;
font-style: italic;
margin-left: 20px;
}
.info h2 {
color: #eee;
}
.info p {
max-width: 90%;
}
.media {
flex: 1;
}
.media video {
border-radius: 5px;
}
.photos h1 {
display: flex;
font-size: 50px;
justify-content: center;
text-shadow: 2px 1px 2px #ffff;
}
.photos {
display: inline-block;
width: 100%;
height: 700px;
margin-top: 5px;
overflow-y: hidden;
}
.photos img {
width: 400px;
height: 25%;
transform: scale(0.9);
opacity: 1;
border: 3px solid rgba(128, 0, 128, 0.4);
border-radius: 15px;
}
.photos img:hover {
transform: scale(1);
opacity: 0.6;
transition: all ease 0.3s;
}
footer {
width: 100%;
height: 200px;
display: flex;
justify-content: flex-start;
align-items: center;
background-color: rgba(0, 0, 0, 0.3);
margin-top: 30px;
}
.social-media {
display: flex;
align-items: center;
}
footer a {
display: block;
text-decoration: none;
font-size: 20px;
text-transform: capitalize;
font-style: italic;
padding: 30px;
}
footer a:hover {
color: chartreuse;
transition: all ease 0.3s;
}
.thon p {
display: block;
justify-content: flex-end;
font-size: 25px;
font-style: italic;
font-weight: bolder;
color: darkgray;
padding: 30px;
margin-left: 50px;
text-transform: capitalize;
}
@media (max-width: 768px) {
body {
display: flex;
flex-direction: column;
justify-content: center;
}
.banner {
flex-direction: column;
justify-content: center;
align-items: center;
}
.media video {
width: 90%;
margin-left: 20px;
}
footer a {
font-size: 16px;
padding: 15px;
}
.photos img {
width: 220px;
margin-left: 20px;
}
} | 0.466359 | 0.09343 |
{
margin-top: 25px;
width: calc(100% - 360px);
float: left;
}
.section-title
{
font-family:OpenSans;
font-size:16px;
color:#454856;
letter-spacing:0;
text-align:left;
}
.line-gap
{
margin-top: 25px;
margin-bottom: 25px;
background-color: #dcd4f7;
width:100%;
height:2px;
}
#customer-name
{
font-family:OpenSans;
font-weight: 100;
font-size:26px;
color:#454856;
letter-spacing:0;
text-align:left;
margin-bottom: 10px;
}
#policy-details-holder
{
font-family: OpenSans;
font-size:14px;
color:#454856;
letter-spacing:0;
text-align:left;
line-height: 26px;
margin-bottom: 50px;
}
#policy-details-holder::after /* CSS CLEAR FIX TO FORCE HEIGHT INCLUSION OF FLOATED ELEMENTS */
{
content: "";
display: block;
clear: both;
}
#policy-details-holder > div
{
width: 50%;
float: left;
}
#car-details span
{
text-transform: capitalize;
}
.small-title
{
font-family:OpenSans-Bold;
font-size:14px;
color:#454856;
letter-spacing:0;
text-align:left;
}
#connection-test
{
font-family:OpenSans;
font-size:14px;
letter-spacing:0;
text-align:left;
}
#connection-test.connected
{
color:#473793;
}
#live-data::after /* CSS CLEAR FIX TO FORCE HEIGHT INCLUSION OF FLOATED ELEMENTS */
{
content: "";
display: block;
clear: both;
}
#live-data > .data-field
{
margin-top: 25px;
width: 25%;
float: left;
}
#live-data > .data-field:last-child
{
margin-bottom: 25px;
}
#live-data > .data-field > span
{
text-transform: uppercase;
font-family:OpenSans;
font-weight: 100;
font-size:26px;
color:#454856;
letter-spacing:0;
text-align:left;
}
.car-location
{
background:#d8d8d8;
border:1px solid #473793;
padding-top: 50%;
margin-top: 5px;
margin-bottom: 50px;
}
@keyframes border-fade
{
0% { border-color: #5a3ec8; }
100% { border-color: transparent; }
}
.alert-block
{
line-height: 26px;
background:rgba(233, 232, 255, 0.5);
padding: 13px;
margin-bottom: 25px;
border: 2px solid transparent;
}
.alert-block.highlight
{
animation-name: border-fade;
animation-iteration-count: 1;
animation-duration: 2s;
border: 2px solid transparent;
}
.alert-block::after /* CSS CLEAR FIX TO FORCE HEIGHT INCLUSION OF FLOATED ELEMENTS */
{
content: "";
display: block;
clear: both;
}
@keyframes background-fade
{
0% { border-color: #5a3ec8; }
100% { border-color: transparent; }
}
.alert-block.new-block:first-child
{
animation-name: background-fade;
animation-iteration-count: 1;
animation-duration: 2s;
border: 2px solid transparent;
}
.left-column
{
width: 34%;
float: left;
}
.notification-title
{
font-family:OpenSans;
font-size:16px;
color:#454856;
letter-spacing:0;
text-align:left;
margin-bottom: 10px;
}
.notification-title > img
{
margin-right: 15px;
}
.alert-time
{
font-family:OpenSans;
font-size:14px;
color:#454856;
}
.event-details
{
margin-top: 10px;
font-family:OpenSans;
font-size:12px;
font-style: italic;
color:#454856;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-right: 25px;
}
.tiny-header
{
opacity:0.5;
font-family:OpenSans-Semibold;
font-weight: 600;
font-size:12px;
color:#454856;
letter-spacing:0;
text-align:left;
}
.alert-detailed-data
{
float: left;
width: 66%;
}
.alert-detailed-data > .data-field:nth-child(-n+3)
{
margin-top: 0px;
}
.alert-detailed-data > .data-field
{
width: 33%;
float: left;
margin-top: 15px;
}
.alert-detailed-data > .data-field > span
{
text-transform: uppercase;
font-family:OpenSans;
font-weight: 100;
font-size:26px;
color:#454856;
letter-spacing:0;
text-align:left;
}
.alert-img
{
margin-left: 20px;
}
#alert-stream
{
float: right;
}
.capitalise
{
text-transform: capitalize;
} | apps/insurer/client/src/app/policy/policy.component.css | {
margin-top: 25px;
width: calc(100% - 360px);
float: left;
}
.section-title
{
font-family:OpenSans;
font-size:16px;
color:#454856;
letter-spacing:0;
text-align:left;
}
.line-gap
{
margin-top: 25px;
margin-bottom: 25px;
background-color: #dcd4f7;
width:100%;
height:2px;
}
#customer-name
{
font-family:OpenSans;
font-weight: 100;
font-size:26px;
color:#454856;
letter-spacing:0;
text-align:left;
margin-bottom: 10px;
}
#policy-details-holder
{
font-family: OpenSans;
font-size:14px;
color:#454856;
letter-spacing:0;
text-align:left;
line-height: 26px;
margin-bottom: 50px;
}
#policy-details-holder::after /* CSS CLEAR FIX TO FORCE HEIGHT INCLUSION OF FLOATED ELEMENTS */
{
content: "";
display: block;
clear: both;
}
#policy-details-holder > div
{
width: 50%;
float: left;
}
#car-details span
{
text-transform: capitalize;
}
.small-title
{
font-family:OpenSans-Bold;
font-size:14px;
color:#454856;
letter-spacing:0;
text-align:left;
}
#connection-test
{
font-family:OpenSans;
font-size:14px;
letter-spacing:0;
text-align:left;
}
#connection-test.connected
{
color:#473793;
}
#live-data::after /* CSS CLEAR FIX TO FORCE HEIGHT INCLUSION OF FLOATED ELEMENTS */
{
content: "";
display: block;
clear: both;
}
#live-data > .data-field
{
margin-top: 25px;
width: 25%;
float: left;
}
#live-data > .data-field:last-child
{
margin-bottom: 25px;
}
#live-data > .data-field > span
{
text-transform: uppercase;
font-family:OpenSans;
font-weight: 100;
font-size:26px;
color:#454856;
letter-spacing:0;
text-align:left;
}
.car-location
{
background:#d8d8d8;
border:1px solid #473793;
padding-top: 50%;
margin-top: 5px;
margin-bottom: 50px;
}
@keyframes border-fade
{
0% { border-color: #5a3ec8; }
100% { border-color: transparent; }
}
.alert-block
{
line-height: 26px;
background:rgba(233, 232, 255, 0.5);
padding: 13px;
margin-bottom: 25px;
border: 2px solid transparent;
}
.alert-block.highlight
{
animation-name: border-fade;
animation-iteration-count: 1;
animation-duration: 2s;
border: 2px solid transparent;
}
.alert-block::after /* CSS CLEAR FIX TO FORCE HEIGHT INCLUSION OF FLOATED ELEMENTS */
{
content: "";
display: block;
clear: both;
}
@keyframes background-fade
{
0% { border-color: #5a3ec8; }
100% { border-color: transparent; }
}
.alert-block.new-block:first-child
{
animation-name: background-fade;
animation-iteration-count: 1;
animation-duration: 2s;
border: 2px solid transparent;
}
.left-column
{
width: 34%;
float: left;
}
.notification-title
{
font-family:OpenSans;
font-size:16px;
color:#454856;
letter-spacing:0;
text-align:left;
margin-bottom: 10px;
}
.notification-title > img
{
margin-right: 15px;
}
.alert-time
{
font-family:OpenSans;
font-size:14px;
color:#454856;
}
.event-details
{
margin-top: 10px;
font-family:OpenSans;
font-size:12px;
font-style: italic;
color:#454856;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-right: 25px;
}
.tiny-header
{
opacity:0.5;
font-family:OpenSans-Semibold;
font-weight: 600;
font-size:12px;
color:#454856;
letter-spacing:0;
text-align:left;
}
.alert-detailed-data
{
float: left;
width: 66%;
}
.alert-detailed-data > .data-field:nth-child(-n+3)
{
margin-top: 0px;
}
.alert-detailed-data > .data-field
{
width: 33%;
float: left;
margin-top: 15px;
}
.alert-detailed-data > .data-field > span
{
text-transform: uppercase;
font-family:OpenSans;
font-weight: 100;
font-size:26px;
color:#454856;
letter-spacing:0;
text-align:left;
}
.alert-img
{
margin-left: 20px;
}
#alert-stream
{
float: right;
}
.capitalise
{
text-transform: capitalize;
} | 0.344885 | 0.077065 |
div.dhx_popup_dhx_skyblue {
position: absolute;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area {
position: relative;
margin: 10px;
padding: 3px 0px;
border: 1px solid #a4bed4;
box-shadow: 0 0 3px #ccc;
background-color: #e7f1ff;
border-radius: 2px;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area td.dhx_popup_td {
font-family: Tahoma;
font-size: 11px;
color: black;
text-align: left;
vertical-align: middle;
padding: 0px 8px;
height: 24px;
line-height: 23px;
border-top: 1px solid #e7f1ff;
border-bottom: 1px solid #e7f1ff;
white-space: nowrap;
cursor: default;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
-ms-user-select: none;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area td.dhx_popup_td div.dhtmlxcalendar_dhx_skyblue {
position: relative;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhx_popup_sep td.dhx_popup_sep {
font-size: 1px;
padding: 2px 0px;
position: relative;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhx_popup_sep td.dhx_popup_sep div.dhx_popup_sep {
position: relative;
font-size: 1px;
line-height: 1px;
height: 0px;
width: 100%;
border-top: 1px solid #a4bed5;
overflow: hidden;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area td.dhx_popup_td:first-child {
padding-left: 16px;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area td.dhx_popup_td:last-child {
padding-right: 16px;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr:hover td.dhx_popup_td {
background-color: #b5d8ff;
border-top: 1px solid #8dcef4;
border-bottom: 1px solid #8dcef4;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode:hover td.dhx_popup_td {
background: none;
border-top: 1px solid #e7f1ff;
border-bottom: 1px solid #e7f1ff;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode td.dhx_popup_td {
padding-top: 8px !important;
padding-bottom: 8px !important;
height: auto;
line-height: inherit;
-webkit-user-select: text;
-khtml-user-select: text;
-moz-user-select: text;
-o-user-select: text;
user-select: text;
-ms-user-select: text;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode td.dhx_popup_td .dhtmlxcalendar_container.dhtmlxcalendar_skin_dhx_skyblue {
position: relative !important;
background-image: none;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhxtree_dhx_skyblue {
background: none;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhxeditor_dhx_skyblue {
border: 1px solid #a4bed4;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhtmlxcp_dhx_skyblue div.dhxcp_g_area {
position: relative;
background-color: #e7f1ff;
border: 0px solid white;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhtmlxcp_dhx_skyblue div.dhxcp_g_area div.dhxcp_sub_area {
background: #e7f1ff;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area.dhx_popup_area_ie {
box-shadow: 0 0 6px #ccc;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area.dhx_popup_area_ie tr.dhxnode td.dhx_popup_td {
height: 1em;
line-height: 1em;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area.dhx_popup_area_ie td.dhx_popup_td.dhx_popup_td_single {
padding-left: 16px;
padding-right: 16px;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area.dhx_popup_area_ie td.dhx_popup_td.dhx_popup_td_first {
padding-left: 16px;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area.dhx_popup_area_ie td.dhx_popup_td.dhx_popup_td_last {
padding-right: 16px;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area.dhx_popup_area_ie tr.tr_hover td.dhx_popup_td {
background-color: #b5d8ff;
border-top: 1px solid #8dcef4;
border-bottom: 1px solid #8dcef4;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_arrow {
position: absolute;
background-repeat: no-repeat;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_arrow.dhx_popup_arrow_bottom {
width: 19px;
height: 16px;
background-image: url("../imgs/dhxpopup_skyblue/dhxpopup_arrow_bottom.gif");
background-position: top center;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_arrow.dhx_popup_arrow_top {
width: 19px;
height: 16px;
background-image: url("../imgs/dhxpopup_skyblue/dhxpopup_arrow_top.gif");
background-position: bottom center;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_arrow.dhx_popup_arrow_right {
width: 16px;
height: 19px;
background-image: url("../imgs/dhxpopup_skyblue/dhxpopup_arrow_right.gif");
background-position: center left;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_arrow.dhx_popup_arrow_left {
width: 16px;
height: 19px;
background-image: url("../imgs/dhxpopup_skyblue/dhxpopup_arrow_left.gif");
background-position: center right;
}
div.dhx_popup_skin_detect {
position: absolute;
display: block;
visibility: hidden;
left: -100px;
top: 0px;
width: 10px;
height: 10px;
margin: 0px;
padding: 0px;
border: none;
overflow: hidden;
} | WebContent/component/dhtmlxSuite_v403_std/sources/dhtmlxPopup/codebase/skins/dhtmlxpopup_dhx_skyblue.css |
div.dhx_popup_dhx_skyblue {
position: absolute;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area {
position: relative;
margin: 10px;
padding: 3px 0px;
border: 1px solid #a4bed4;
box-shadow: 0 0 3px #ccc;
background-color: #e7f1ff;
border-radius: 2px;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area td.dhx_popup_td {
font-family: Tahoma;
font-size: 11px;
color: black;
text-align: left;
vertical-align: middle;
padding: 0px 8px;
height: 24px;
line-height: 23px;
border-top: 1px solid #e7f1ff;
border-bottom: 1px solid #e7f1ff;
white-space: nowrap;
cursor: default;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
-ms-user-select: none;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area td.dhx_popup_td div.dhtmlxcalendar_dhx_skyblue {
position: relative;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhx_popup_sep td.dhx_popup_sep {
font-size: 1px;
padding: 2px 0px;
position: relative;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhx_popup_sep td.dhx_popup_sep div.dhx_popup_sep {
position: relative;
font-size: 1px;
line-height: 1px;
height: 0px;
width: 100%;
border-top: 1px solid #a4bed5;
overflow: hidden;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area td.dhx_popup_td:first-child {
padding-left: 16px;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area td.dhx_popup_td:last-child {
padding-right: 16px;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr:hover td.dhx_popup_td {
background-color: #b5d8ff;
border-top: 1px solid #8dcef4;
border-bottom: 1px solid #8dcef4;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode:hover td.dhx_popup_td {
background: none;
border-top: 1px solid #e7f1ff;
border-bottom: 1px solid #e7f1ff;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode td.dhx_popup_td {
padding-top: 8px !important;
padding-bottom: 8px !important;
height: auto;
line-height: inherit;
-webkit-user-select: text;
-khtml-user-select: text;
-moz-user-select: text;
-o-user-select: text;
user-select: text;
-ms-user-select: text;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode td.dhx_popup_td .dhtmlxcalendar_container.dhtmlxcalendar_skin_dhx_skyblue {
position: relative !important;
background-image: none;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhxtree_dhx_skyblue {
background: none;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhxeditor_dhx_skyblue {
border: 1px solid #a4bed4;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhtmlxcp_dhx_skyblue div.dhxcp_g_area {
position: relative;
background-color: #e7f1ff;
border: 0px solid white;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area tr.dhxnode td.dhx_popup_td div.dhtmlxcp_dhx_skyblue div.dhxcp_g_area div.dhxcp_sub_area {
background: #e7f1ff;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area.dhx_popup_area_ie {
box-shadow: 0 0 6px #ccc;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area.dhx_popup_area_ie tr.dhxnode td.dhx_popup_td {
height: 1em;
line-height: 1em;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area.dhx_popup_area_ie td.dhx_popup_td.dhx_popup_td_single {
padding-left: 16px;
padding-right: 16px;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area.dhx_popup_area_ie td.dhx_popup_td.dhx_popup_td_first {
padding-left: 16px;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area.dhx_popup_area_ie td.dhx_popup_td.dhx_popup_td_last {
padding-right: 16px;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_area.dhx_popup_area_ie tr.tr_hover td.dhx_popup_td {
background-color: #b5d8ff;
border-top: 1px solid #8dcef4;
border-bottom: 1px solid #8dcef4;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_arrow {
position: absolute;
background-repeat: no-repeat;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_arrow.dhx_popup_arrow_bottom {
width: 19px;
height: 16px;
background-image: url("../imgs/dhxpopup_skyblue/dhxpopup_arrow_bottom.gif");
background-position: top center;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_arrow.dhx_popup_arrow_top {
width: 19px;
height: 16px;
background-image: url("../imgs/dhxpopup_skyblue/dhxpopup_arrow_top.gif");
background-position: bottom center;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_arrow.dhx_popup_arrow_right {
width: 16px;
height: 19px;
background-image: url("../imgs/dhxpopup_skyblue/dhxpopup_arrow_right.gif");
background-position: center left;
}
div.dhx_popup_dhx_skyblue div.dhx_popup_arrow.dhx_popup_arrow_left {
width: 16px;
height: 19px;
background-image: url("../imgs/dhxpopup_skyblue/dhxpopup_arrow_left.gif");
background-position: center right;
}
div.dhx_popup_skin_detect {
position: absolute;
display: block;
visibility: hidden;
left: -100px;
top: 0px;
width: 10px;
height: 10px;
margin: 0px;
padding: 0px;
border: none;
overflow: hidden;
} | 0.236604 | 0.069226 |
:root {
/* Settings */
--spacing: 5px;
--font-size: 1.15rem;
/* Normal Colors */
--background-color: aliceblue;
--alt-background-color: #b4cded;
--font-color: #0D1821;
--alt-font-color: #344966;
--border-color: #0D1821;
/* Dark Mode Colors */
--dark-background-color: #0D1821;
--dark-alt-background-color: #344966;
--dark-font-color: aliceblue;
--dark-alt-font-color: #d1cbcb;
--dark-border-color: aliceblue;
}
/*===========================================*\
GENERAL CSS
\*===========================================*/
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
text-rendering: optimizeLegibility;
}
body {
display: flex;
flex-direction: column;
font-size: 62.5%;
font-family: 'Inter', sans-serif;
}
body #logo {
height: 60px;
width: auto;
}
h1 {
font-family: 'Roboto Slab', serif;
}
h2 {
font-family: 'Roboto Slab', serif;
}
header {
display: grid;
grid-template-rows: auto;
grid-template-columns: auto 1fr;
font-size: var(--font-size);
padding: var(--spacing);
border-bottom: 1px solid var(--border-color);
color: var(--alt-font-color);
background-color: var(--alt-background-color);
}
header #company-name {
grid-column: 2;
padding-left: 10px;
font-size: 30px;
margin-bottom: -10px;
margin-top: 15px;
}
header a {
color: var(--alt-font-color);
}
header nav {
grid-column: 3;
display: flex;
align-items: center;
margin-left: auto;
}
header nav ul {
margin: 0;
padding: 0;
list-style-type: none;
}
header nav ul li {
display: inline-block;
padding: 7.5px;
margin-right: 7.5px;
}
main {
display: grid;
grid-template-rows: auto;
grid-template-columns: 275px auto 275px;
flex: 1;
font-size: var(--font-size);
padding-bottom: var(--spacing);
color: var(--font-color);
background-color: var(--background-color);
}
#left-margin {
grid-column: 1;
grid-row: 1;
}
#right-margin {
grid-column: 3;
grid-row: 1;
}
footer {
display: grid;
grid-template-rows: auto;
grid-template-columns: auto 1fr auto;
font-size: var(--font-size);
border-top: 1px solid var(--border-color);
padding: var(--spacing);
color: var(--alt-font-color);
background-color: var(--alt-background-color);
}
footer a {
color: var(--alt-font-color);
}
footer #legal {
grid-row: 1;
grid-column: 1;
display: flex;
align-items: center;
}
footer nav {
grid-row: 1;
grid-column: 2;
display: flex;
align-items: center;
margin-left: auto;
}
footer nav ul {
margin: 0;
padding: 0;
list-style-type: none;
}
footer nav ul li {
display: inline-block;
padding: 7.5px;
margin-right: 7.5px;
}
footer #dark-mode {
grid-row: 1;
grid-column: 3;
}
footer #dark-mode .icon {
position: relative;
display: inline-block;
z-index: 100;
pointer-events: none;
}
footer #dark-mode .icon svg path {
fill: var(--background-color);
}
footer #dark-mode #sun-icon svg {
transform: scale(0.9);
position: absolute;
top: -32px;
left: 15px;
}
footer #dark-mode #moon-icon svg {
transform: scale(0.85);
position: absolute;
top: -32px;
right: 15px;
}
footer #dark-mode #tgl-wrapper {
display: inline-block;
}
footer #dark-mode #tgl-wrapper .tgl {
display: none;
}
footer #dark-mode #tgl-wrapper .tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
box-sizing: border-box;
}
footer #dark-mode #tgl-wrapper .tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
background: none;
}
footer #dark-mode #tgl-wrapper .tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
background: none;
}
footer #dark-mode #tgl-wrapper .tgl + .tgl-btn {
outline: 0;
display: block;
width: 80px;
height: 40px;
position: relative;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: var(--background-color);
border: 1px solid var(--border-color);
border-radius: 30px;
padding: 3px;
transition: all 0.4s ease;
}
footer #dark-mode #tgl-wrapper .tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
position: relative;
display: block;
content: "";
width: 50%;
height: 100%;
}
footer #dark-mode #tgl-wrapper .tgl + .tgl-btn:after {
left: 0;
border-radius: 50%;
background-color: var(--border-color);
transition: all 0.2s ease;
}
footer #dark-mode #tgl-wrapper .tgl + .tgl-btn:before {
display: none;
transition: all 0.2s ease;
}
footer #dark-mode #tgl-wrapper .tgl:checked + .tgl-btn:after {
left: 50%;
transition: all 0.2s ease;
}
/*===========================================*\
HOMEPAGE SPECIFIC CSS
\*===========================================*/
#banner {
height: 350px;
width: 100%;
}
#main-home-content {
grid-column: 2;
grid-row: 1;
background-color: aliceblue;
text-align: center;
padding-bottom: 30px;
}
#main-selections {
display: flex;
justify-content: center;
align-items: center;
padding-top: 60px;
padding-bottom: 100px;
}
#in-progress {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
transition: 0.3s;
margin-right: 100px;
}
#in-progress:hover {
box-shadow: 0 16px 32px 0 rgba(0,0,0,0.4);
}
#new-guides {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
transition: 0.3s;
}
#new-guides:hover {
box-shadow: 0 16px 32px 0 rgba(0,0,0,0.4);
}
#blog {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
transition: 0.3s;
margin-left: 100px;
}
#blog:hover {
box-shadow: 0 16px 32px 0 rgba(0,0,0,0.4);
}
#main-home-content p {
margin-left: 200px;
margin-right: 200px;
}
/*===========================================*\
ABOUT US SPECIFIC CSS
\*===========================================*/
#main-about-content {
grid-column: 2;
grid-row: 1;
background-color: aliceblue;
text-align: center;
padding-bottom: 30px;
}
#main-about-content .about-p {
margin-left: 150px;
margin-right: 150px;
line-height: 25px;
}
#meet-the-team {
text-align: left;
margin-left: 150px;
}
#about-team {
display: grid;
grid-template-columns: auto 1fr;
grid-template-rows: auto auto auto;
margin-left: 150px;
margin-right: 150px;
}
.card {
/* Add shadows to create the "card" effect */
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 100%;
height: 275px;
grid-column: 1;
margin-bottom: 40px;
}
.card-paragraph {
grid-column: 2;
text-align: left;
padding-left: 15px;
line-height: 35px;
}
/* On mouse-over, add a deeper shadow */
.card:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
/* Add some padding inside the card container */
.container {
padding: 2px 16px;
}
/*===========================================*\
CONTACT US SPECIFIC CSS
\*===========================================*/
#main-contact-content {
grid-column: 2;
grid-row: 1;
background-color: aliceblue;
text-align: center;
padding-bottom: 30px;
}
#main-contact-content p {
margin-left: 250px;
margin-right: 250px;
}
#main-contact-content h2 {
padding-top: 40px;
}
#main-contact-content .q-a {
text-align: left;
margin-left: 150px;
margin-right: 150px;
}
#main-contact-content form {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
width: 500px;
padding: 15px;
margin: 0 auto;
border: 1px solid;
border-radius: 5px;
background-color: beige;
}
#main-contact-content label {
display: block;
margin-bottom: 15px;
text-align: center;
width: 100%;
}
label input {
width: 98%;
}
label #message-text {
resize: none;
width: 98%;
}
/*===========================================*\
GUIDES SPECIFIC CSS
\*===========================================*/
#guides-content {
grid-column: 2;
grid-row: 1;
background-color: aliceblue;
text-align: center;
padding-bottom: 30px;
}
#guides-content p {
margin-left: 10%;
margin-right: 10%;
}
#guides-content table {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
width: 70%;
border: 1px solid black;
border-radius: 5px;
padding-left: 5%;
padding-right: 5%;
margin-left: 15%;
margin-right: 15%;
margin-top: 3%;
}
#lesson-button {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
background-color: #2374B8;
border: 2px solid black;
border-radius: 5px;
color: white;
padding: 8px 20px;
text-align: center;
display: inline-block;
text-decoration: none;
font-size: 18px;
cursor: pointer;
}
#lesson-button:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.3);
}
#guides-content th {
border-bottom: 2px dotted grey;
}
#guides-content h2 {
margin-bottom: 0px;
}
#guides-content #row-space {
margin-top: 20px;
}
#guides-content .table-col-2 {
text-align: left;
}
#guides-content td.table-col-2 {
border-bottom: 1px dotted grey;
}
#guides-content .lesson-separator {
border-bottom: 2px dotted grey;
}
/*===========================================*\
LESSON GENERAL SPECIFIC CSS
\*===========================================*/
.side-panel-lesson-button {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
background-color: #2374B8;
border: 2px solid black;
border-radius: 5px;
color: white;
padding: 8px 20px;
text-align: center;
display: inline-block;
text-decoration: none;
font-size: 18px;
cursor: pointer;
}
.side-panel-lesson-button:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.3);
}
.lesson-info {
line-height: 25px;
}
/*===========================================*\
LESSON-1 SPECIFIC CSS
\*===========================================*/
#left-margin-lesson-1 {
grid-column: 1;
grid-row: 1;
display: grid;
grid-template-columns: 1fr auto;
grid-template-rows: 10% auto 1fr;
}
#lesson-menu {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
background-color: #F5F9F9;
grid-column: 2;
grid-row: 2;
border-top-left-radius: 9px;
border-bottom-left-radius: 9px;
padding-top: 5%;
padding-left: 5%;
padding-right: 5%;
border-top: 5px solid #2374B8;
border-bottom: 5px solid #2374B8;
border-left: 5px solid #2374B8;
border-right: 1px solid #0B263C;
}
#lesson-menu th {
text-align: center;
}
#lesson-menu td {
text-align: left;
padding-left: 10px;
}
#lesson-1-content {
grid-column: 2;
grid-row: 1;
background-color: aliceblue;
text-align: center;
padding-bottom: 30px;
}
#lesson-1-banner {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 940px;
height: 300px;
margin-bottom: 3%;
}
#lesson-1-content p, #lesson-1-content h2 {
margin-left: 10%;
margin-right: 10%;
text-align: left;
}
#lesson-1-content #lesson-1-objectives {
font-size: 16px;
padding: 1%;
}
#lesson-1-content table {
width: 70%;
margin-left: 15%;
margin-right: 15%;
margin-top: 5%;
margin-bottom: 1%;
font-size: 25px;
}
#lesson-1-content td {
padding: 1%;
width: 50%;
}
#lesson-1-content table p {
margin-left: 0%;
margin-right: 0%;
border-bottom: 2px dotted grey;
border-collapse: collapse;
text-align: center;
}
#lesson-1-content table p,.bordered {
border-right: 2px dotted grey;
}
/*===========================================*\
STYLE GUIDE SPECIFIC CSS
\*===========================================*/
#style-guide-content {
grid-column: 2;
grid-row: 1;
background-color: aliceblue;
text-align: center;
padding-bottom: 30px;
}
/*===========================================*\
WIREFRAMES SPECIFIC CSS
\*===========================================*/
#wireframes-content {
grid-column: 2;
grid-row: 1;
background-color: aliceblue;
text-align: center;
padding-bottom: 30px;
display: grid;
grid-template-rows: auto 1fr auto auto;
grid-template-columns: 1fr 1fr;
}
#wireframes-content #wireframe-text {
grid-column: 1/3;
grid-row: 1;
}
#wireframes-content #home {
margin-top: 30px;
grid-column: 1/3;
grid-row: 2;
}
#wireframes-content #home-wireframe {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
height: 700px;
width: auto;
}
#wireframes-content #contact_us {
margin-top: 30px;
grid-column: 1;
grid-row: 3;
}
#wireframes-content #contact-wireframe {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
height: 500px;
width: auto;
}
#wireframes-content #about_us {
margin-top: 30px;
grid-column: 2;
grid-row: 3;
}
#wireframes-content #about-wireframe {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
height: 500px;
width: auto;
}
#wireframes-content #guides {
margin-top: 30px;
grid-column: 1;
grid-row: 4;
}
#wireframes-content #guides-wireframe {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
height: 500px;
width: auto;
}
#wireframes-content #lesson_1 {
margin-top: 30px;
grid-column: 2;
grid-row: 4;
}
#wireframes-content #lesson-1-wireframe {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
height: 500px;
width: auto;
}
/*===========================================*\
APPLY DARK MODE COLORS WHEN DARK MODE IS ON
\*===========================================*/
body.dark-mode header {
border-bottom: 1px solid var(--dark-border-color);
color: var(--dark-alt-font-color);
background-color: var(--dark-alt-background-color);
}
body.dark-mode header a {
color: var(--dark-alt-font-color);
}
body.dark-mode main {
color: var(--font-color);
background-color: var(--dark-background-color);
}
body.dark-mode footer {
border-top: 1px solid var(--dark-border-color);
color: var(--dark-alt-font-color);
background-color: var(--dark-alt-background-color);
}
body.dark-mode footer a {
color: var(--dark-alt-font-color);
}
body.dark-mode footer #dark-mode .icon svg path {
fill: var(--dark-background-color);
}
body.dark-mode footer #dark-mode #tgl-wrapper .tgl + .tgl-btn {
background-color: var(--dark-background-color);
border: 1px solid var(--dark-border-color);
}
body.dark-mode footer #dark-mode #tgl-wrapper .tgl + .tgl-btn:after {
background-color: var(--dark-border-color);
} | css/main.css | :root {
/* Settings */
--spacing: 5px;
--font-size: 1.15rem;
/* Normal Colors */
--background-color: aliceblue;
--alt-background-color: #b4cded;
--font-color: #0D1821;
--alt-font-color: #344966;
--border-color: #0D1821;
/* Dark Mode Colors */
--dark-background-color: #0D1821;
--dark-alt-background-color: #344966;
--dark-font-color: aliceblue;
--dark-alt-font-color: #d1cbcb;
--dark-border-color: aliceblue;
}
/*===========================================*\
GENERAL CSS
\*===========================================*/
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
text-rendering: optimizeLegibility;
}
body {
display: flex;
flex-direction: column;
font-size: 62.5%;
font-family: 'Inter', sans-serif;
}
body #logo {
height: 60px;
width: auto;
}
h1 {
font-family: 'Roboto Slab', serif;
}
h2 {
font-family: 'Roboto Slab', serif;
}
header {
display: grid;
grid-template-rows: auto;
grid-template-columns: auto 1fr;
font-size: var(--font-size);
padding: var(--spacing);
border-bottom: 1px solid var(--border-color);
color: var(--alt-font-color);
background-color: var(--alt-background-color);
}
header #company-name {
grid-column: 2;
padding-left: 10px;
font-size: 30px;
margin-bottom: -10px;
margin-top: 15px;
}
header a {
color: var(--alt-font-color);
}
header nav {
grid-column: 3;
display: flex;
align-items: center;
margin-left: auto;
}
header nav ul {
margin: 0;
padding: 0;
list-style-type: none;
}
header nav ul li {
display: inline-block;
padding: 7.5px;
margin-right: 7.5px;
}
main {
display: grid;
grid-template-rows: auto;
grid-template-columns: 275px auto 275px;
flex: 1;
font-size: var(--font-size);
padding-bottom: var(--spacing);
color: var(--font-color);
background-color: var(--background-color);
}
#left-margin {
grid-column: 1;
grid-row: 1;
}
#right-margin {
grid-column: 3;
grid-row: 1;
}
footer {
display: grid;
grid-template-rows: auto;
grid-template-columns: auto 1fr auto;
font-size: var(--font-size);
border-top: 1px solid var(--border-color);
padding: var(--spacing);
color: var(--alt-font-color);
background-color: var(--alt-background-color);
}
footer a {
color: var(--alt-font-color);
}
footer #legal {
grid-row: 1;
grid-column: 1;
display: flex;
align-items: center;
}
footer nav {
grid-row: 1;
grid-column: 2;
display: flex;
align-items: center;
margin-left: auto;
}
footer nav ul {
margin: 0;
padding: 0;
list-style-type: none;
}
footer nav ul li {
display: inline-block;
padding: 7.5px;
margin-right: 7.5px;
}
footer #dark-mode {
grid-row: 1;
grid-column: 3;
}
footer #dark-mode .icon {
position: relative;
display: inline-block;
z-index: 100;
pointer-events: none;
}
footer #dark-mode .icon svg path {
fill: var(--background-color);
}
footer #dark-mode #sun-icon svg {
transform: scale(0.9);
position: absolute;
top: -32px;
left: 15px;
}
footer #dark-mode #moon-icon svg {
transform: scale(0.85);
position: absolute;
top: -32px;
right: 15px;
}
footer #dark-mode #tgl-wrapper {
display: inline-block;
}
footer #dark-mode #tgl-wrapper .tgl {
display: none;
}
footer #dark-mode #tgl-wrapper .tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
box-sizing: border-box;
}
footer #dark-mode #tgl-wrapper .tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
background: none;
}
footer #dark-mode #tgl-wrapper .tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
background: none;
}
footer #dark-mode #tgl-wrapper .tgl + .tgl-btn {
outline: 0;
display: block;
width: 80px;
height: 40px;
position: relative;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: var(--background-color);
border: 1px solid var(--border-color);
border-radius: 30px;
padding: 3px;
transition: all 0.4s ease;
}
footer #dark-mode #tgl-wrapper .tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
position: relative;
display: block;
content: "";
width: 50%;
height: 100%;
}
footer #dark-mode #tgl-wrapper .tgl + .tgl-btn:after {
left: 0;
border-radius: 50%;
background-color: var(--border-color);
transition: all 0.2s ease;
}
footer #dark-mode #tgl-wrapper .tgl + .tgl-btn:before {
display: none;
transition: all 0.2s ease;
}
footer #dark-mode #tgl-wrapper .tgl:checked + .tgl-btn:after {
left: 50%;
transition: all 0.2s ease;
}
/*===========================================*\
HOMEPAGE SPECIFIC CSS
\*===========================================*/
#banner {
height: 350px;
width: 100%;
}
#main-home-content {
grid-column: 2;
grid-row: 1;
background-color: aliceblue;
text-align: center;
padding-bottom: 30px;
}
#main-selections {
display: flex;
justify-content: center;
align-items: center;
padding-top: 60px;
padding-bottom: 100px;
}
#in-progress {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
transition: 0.3s;
margin-right: 100px;
}
#in-progress:hover {
box-shadow: 0 16px 32px 0 rgba(0,0,0,0.4);
}
#new-guides {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
transition: 0.3s;
}
#new-guides:hover {
box-shadow: 0 16px 32px 0 rgba(0,0,0,0.4);
}
#blog {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
transition: 0.3s;
margin-left: 100px;
}
#blog:hover {
box-shadow: 0 16px 32px 0 rgba(0,0,0,0.4);
}
#main-home-content p {
margin-left: 200px;
margin-right: 200px;
}
/*===========================================*\
ABOUT US SPECIFIC CSS
\*===========================================*/
#main-about-content {
grid-column: 2;
grid-row: 1;
background-color: aliceblue;
text-align: center;
padding-bottom: 30px;
}
#main-about-content .about-p {
margin-left: 150px;
margin-right: 150px;
line-height: 25px;
}
#meet-the-team {
text-align: left;
margin-left: 150px;
}
#about-team {
display: grid;
grid-template-columns: auto 1fr;
grid-template-rows: auto auto auto;
margin-left: 150px;
margin-right: 150px;
}
.card {
/* Add shadows to create the "card" effect */
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 100%;
height: 275px;
grid-column: 1;
margin-bottom: 40px;
}
.card-paragraph {
grid-column: 2;
text-align: left;
padding-left: 15px;
line-height: 35px;
}
/* On mouse-over, add a deeper shadow */
.card:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
/* Add some padding inside the card container */
.container {
padding: 2px 16px;
}
/*===========================================*\
CONTACT US SPECIFIC CSS
\*===========================================*/
#main-contact-content {
grid-column: 2;
grid-row: 1;
background-color: aliceblue;
text-align: center;
padding-bottom: 30px;
}
#main-contact-content p {
margin-left: 250px;
margin-right: 250px;
}
#main-contact-content h2 {
padding-top: 40px;
}
#main-contact-content .q-a {
text-align: left;
margin-left: 150px;
margin-right: 150px;
}
#main-contact-content form {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
width: 500px;
padding: 15px;
margin: 0 auto;
border: 1px solid;
border-radius: 5px;
background-color: beige;
}
#main-contact-content label {
display: block;
margin-bottom: 15px;
text-align: center;
width: 100%;
}
label input {
width: 98%;
}
label #message-text {
resize: none;
width: 98%;
}
/*===========================================*\
GUIDES SPECIFIC CSS
\*===========================================*/
#guides-content {
grid-column: 2;
grid-row: 1;
background-color: aliceblue;
text-align: center;
padding-bottom: 30px;
}
#guides-content p {
margin-left: 10%;
margin-right: 10%;
}
#guides-content table {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
width: 70%;
border: 1px solid black;
border-radius: 5px;
padding-left: 5%;
padding-right: 5%;
margin-left: 15%;
margin-right: 15%;
margin-top: 3%;
}
#lesson-button {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
background-color: #2374B8;
border: 2px solid black;
border-radius: 5px;
color: white;
padding: 8px 20px;
text-align: center;
display: inline-block;
text-decoration: none;
font-size: 18px;
cursor: pointer;
}
#lesson-button:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.3);
}
#guides-content th {
border-bottom: 2px dotted grey;
}
#guides-content h2 {
margin-bottom: 0px;
}
#guides-content #row-space {
margin-top: 20px;
}
#guides-content .table-col-2 {
text-align: left;
}
#guides-content td.table-col-2 {
border-bottom: 1px dotted grey;
}
#guides-content .lesson-separator {
border-bottom: 2px dotted grey;
}
/*===========================================*\
LESSON GENERAL SPECIFIC CSS
\*===========================================*/
.side-panel-lesson-button {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
background-color: #2374B8;
border: 2px solid black;
border-radius: 5px;
color: white;
padding: 8px 20px;
text-align: center;
display: inline-block;
text-decoration: none;
font-size: 18px;
cursor: pointer;
}
.side-panel-lesson-button:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.3);
}
.lesson-info {
line-height: 25px;
}
/*===========================================*\
LESSON-1 SPECIFIC CSS
\*===========================================*/
#left-margin-lesson-1 {
grid-column: 1;
grid-row: 1;
display: grid;
grid-template-columns: 1fr auto;
grid-template-rows: 10% auto 1fr;
}
#lesson-menu {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
background-color: #F5F9F9;
grid-column: 2;
grid-row: 2;
border-top-left-radius: 9px;
border-bottom-left-radius: 9px;
padding-top: 5%;
padding-left: 5%;
padding-right: 5%;
border-top: 5px solid #2374B8;
border-bottom: 5px solid #2374B8;
border-left: 5px solid #2374B8;
border-right: 1px solid #0B263C;
}
#lesson-menu th {
text-align: center;
}
#lesson-menu td {
text-align: left;
padding-left: 10px;
}
#lesson-1-content {
grid-column: 2;
grid-row: 1;
background-color: aliceblue;
text-align: center;
padding-bottom: 30px;
}
#lesson-1-banner {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 940px;
height: 300px;
margin-bottom: 3%;
}
#lesson-1-content p, #lesson-1-content h2 {
margin-left: 10%;
margin-right: 10%;
text-align: left;
}
#lesson-1-content #lesson-1-objectives {
font-size: 16px;
padding: 1%;
}
#lesson-1-content table {
width: 70%;
margin-left: 15%;
margin-right: 15%;
margin-top: 5%;
margin-bottom: 1%;
font-size: 25px;
}
#lesson-1-content td {
padding: 1%;
width: 50%;
}
#lesson-1-content table p {
margin-left: 0%;
margin-right: 0%;
border-bottom: 2px dotted grey;
border-collapse: collapse;
text-align: center;
}
#lesson-1-content table p,.bordered {
border-right: 2px dotted grey;
}
/*===========================================*\
STYLE GUIDE SPECIFIC CSS
\*===========================================*/
#style-guide-content {
grid-column: 2;
grid-row: 1;
background-color: aliceblue;
text-align: center;
padding-bottom: 30px;
}
/*===========================================*\
WIREFRAMES SPECIFIC CSS
\*===========================================*/
#wireframes-content {
grid-column: 2;
grid-row: 1;
background-color: aliceblue;
text-align: center;
padding-bottom: 30px;
display: grid;
grid-template-rows: auto 1fr auto auto;
grid-template-columns: 1fr 1fr;
}
#wireframes-content #wireframe-text {
grid-column: 1/3;
grid-row: 1;
}
#wireframes-content #home {
margin-top: 30px;
grid-column: 1/3;
grid-row: 2;
}
#wireframes-content #home-wireframe {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
height: 700px;
width: auto;
}
#wireframes-content #contact_us {
margin-top: 30px;
grid-column: 1;
grid-row: 3;
}
#wireframes-content #contact-wireframe {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
height: 500px;
width: auto;
}
#wireframes-content #about_us {
margin-top: 30px;
grid-column: 2;
grid-row: 3;
}
#wireframes-content #about-wireframe {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
height: 500px;
width: auto;
}
#wireframes-content #guides {
margin-top: 30px;
grid-column: 1;
grid-row: 4;
}
#wireframes-content #guides-wireframe {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
height: 500px;
width: auto;
}
#wireframes-content #lesson_1 {
margin-top: 30px;
grid-column: 2;
grid-row: 4;
}
#wireframes-content #lesson-1-wireframe {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
height: 500px;
width: auto;
}
/*===========================================*\
APPLY DARK MODE COLORS WHEN DARK MODE IS ON
\*===========================================*/
body.dark-mode header {
border-bottom: 1px solid var(--dark-border-color);
color: var(--dark-alt-font-color);
background-color: var(--dark-alt-background-color);
}
body.dark-mode header a {
color: var(--dark-alt-font-color);
}
body.dark-mode main {
color: var(--font-color);
background-color: var(--dark-background-color);
}
body.dark-mode footer {
border-top: 1px solid var(--dark-border-color);
color: var(--dark-alt-font-color);
background-color: var(--dark-alt-background-color);
}
body.dark-mode footer a {
color: var(--dark-alt-font-color);
}
body.dark-mode footer #dark-mode .icon svg path {
fill: var(--dark-background-color);
}
body.dark-mode footer #dark-mode #tgl-wrapper .tgl + .tgl-btn {
background-color: var(--dark-background-color);
border: 1px solid var(--dark-border-color);
}
body.dark-mode footer #dark-mode #tgl-wrapper .tgl + .tgl-btn:after {
background-color: var(--dark-border-color);
} | 0.431824 | 0.131257 |
body{
background-color: #f0f0f0;
}
.menu-header{
color: #ffffff !important;
}
/* INICIO SIDE BAR */
.sidebar{
min-width: 250px;
max-width: 250px;
background-color: #ffffff;
min-height: calc(100vh - 64px);
transition: all 0.5s;
}
.sidebar ul li a{
display: block;
padding: 0.75rem 1rem;
color: #4c4747;
text-decoration: none;
}
.sidebar ul .active a{
color: #ffffff;
background-color: #e15024;
}
.sidebar ul li a:hover{
color: #ffffff;
background-color: #ff5722;
}
.sidebar ul ul a{
padding-left: 2.5rem;
background-color: #c0c0c0;
}
.sidebar.toggled{
margin-left: -250px;
}
@media(max-width: 960px){
.sidebar{
margin-left: -250px;
}
.sidebar.toggled{
margin-left: 0px;
}
}
.sidebar [data-toggle="collapse"]{
position: relative;
}
.sidebar [data-toggle="collapse"]::before{
content: "\f053";
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
right: 1rem;
}
.sidebar [aria-expanded="true"]{
background-color: #fa430b;
color: #ffffff;
}
.sidebar [aria-expanded="true"]::before{
content: "\f078";
}
/* INICIO SIDE BAR */
/* INICIO CONTEUDO */
.content{
width: 100%;
}
.titulo-pagina{
font-size: 2.0rem !important;
}
/* FIM CONTEUDO */
/* INICIO MINHAS CORES */
.bg-black{
background-color: #000000;
}
.bg-red{
background-color: #F44336;
}
.bg-pink{
background-color: #E91E63;
}
.bg-purple{
background-color: #9C27b0;
}
.bg-deep-puple{
background-color: #673ab7;
}
.bg-indico{
background-color: #3f51b5;
}
.bg-blue{
background-color: #2196f3;
}
.bg-light-blue{
background-color: #03a9f4;
}
.bg-cyan{
background-color: #00bcd4;
}
.bg-teal{
background-color: #009688;
}
.bg-green{
background-color: #4caf50;
}
.bg-light-green{
background-color: #8bc34a;
}
.bg-lime{
background-color: #cddc39;
}
.bg-yellow{
background-color: #ffeb3b;
}
.bg-amber{
background-color: #ffc107;
}
.bg-orange{
background-color: #ff9800;
}
.bg-deep-orange{
background-color: #ff5722;
}
.bg-brown{
background-color: #795548;
}
.bg-grey{
background-color: #9e9e9e;
}
.bg-blue-grey{
background-color: #607d8b;
}
/* FIM MINHAS CORES */
/* mensagem de sucesso */
.success {
display: none;
} | phpbasico/gamecontroler/admin/css/dashboard.css | body{
background-color: #f0f0f0;
}
.menu-header{
color: #ffffff !important;
}
/* INICIO SIDE BAR */
.sidebar{
min-width: 250px;
max-width: 250px;
background-color: #ffffff;
min-height: calc(100vh - 64px);
transition: all 0.5s;
}
.sidebar ul li a{
display: block;
padding: 0.75rem 1rem;
color: #4c4747;
text-decoration: none;
}
.sidebar ul .active a{
color: #ffffff;
background-color: #e15024;
}
.sidebar ul li a:hover{
color: #ffffff;
background-color: #ff5722;
}
.sidebar ul ul a{
padding-left: 2.5rem;
background-color: #c0c0c0;
}
.sidebar.toggled{
margin-left: -250px;
}
@media(max-width: 960px){
.sidebar{
margin-left: -250px;
}
.sidebar.toggled{
margin-left: 0px;
}
}
.sidebar [data-toggle="collapse"]{
position: relative;
}
.sidebar [data-toggle="collapse"]::before{
content: "\f053";
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
right: 1rem;
}
.sidebar [aria-expanded="true"]{
background-color: #fa430b;
color: #ffffff;
}
.sidebar [aria-expanded="true"]::before{
content: "\f078";
}
/* INICIO SIDE BAR */
/* INICIO CONTEUDO */
.content{
width: 100%;
}
.titulo-pagina{
font-size: 2.0rem !important;
}
/* FIM CONTEUDO */
/* INICIO MINHAS CORES */
.bg-black{
background-color: #000000;
}
.bg-red{
background-color: #F44336;
}
.bg-pink{
background-color: #E91E63;
}
.bg-purple{
background-color: #9C27b0;
}
.bg-deep-puple{
background-color: #673ab7;
}
.bg-indico{
background-color: #3f51b5;
}
.bg-blue{
background-color: #2196f3;
}
.bg-light-blue{
background-color: #03a9f4;
}
.bg-cyan{
background-color: #00bcd4;
}
.bg-teal{
background-color: #009688;
}
.bg-green{
background-color: #4caf50;
}
.bg-light-green{
background-color: #8bc34a;
}
.bg-lime{
background-color: #cddc39;
}
.bg-yellow{
background-color: #ffeb3b;
}
.bg-amber{
background-color: #ffc107;
}
.bg-orange{
background-color: #ff9800;
}
.bg-deep-orange{
background-color: #ff5722;
}
.bg-brown{
background-color: #795548;
}
.bg-grey{
background-color: #9e9e9e;
}
.bg-blue-grey{
background-color: #607d8b;
}
/* FIM MINHAS CORES */
/* mensagem de sucesso */
.success {
display: none;
} | 0.262464 | 0.077657 |
/* @import url('footer_1.css'); */
/* @import url('header_1.css'); */
body {
margin: 0;
padding: 0;
}
p{
margin: 0;
padding: 0;
}
.banner{
width: 100%;
max-height:473px;
margin-top: 90px;
display: flex;
justify-content: center;
/* width: 100%; */
/* margin: 90px auto 0; */
/* display: flex; */
}
.banner>img{
width: 1920px;
/* height: 100%; */
}
.contact-wrap{
width: 100%;
margin: 0 auto;
position: relative;
}
.tab-title{
margin: -90px auto 90px;
max-width: 1614px;
height: 90px;
background:rgba(255,255,255,0.96);
}
.icon-img{
width: 26px;
height: 26px;
margin-right: 8px;
}
.icon-img>img{
width: 100%;
height: 100%;
}
.tab-title>ul{
width: 1200px;
height: 90px;
background-color: #fff;
margin: 0 auto;
display: flex;
}
.tab-content{
width: 100%;
margin: 84px auto 84px;
/* padding-top: 84px; */
/* border: 1px solid #000; */
}
.item-content{
width: 1200px;
margin: 84px auto 0;
}
.tab-title>ul>li{
cursor:pointer;
width: 400px;
display: flex;
justify-content: center;
align-items: center;
font-size:22px;
font-family:PingFangSC-Medium,PingFang SC;
font-weight:550;
color:rgba(158,164,174,1);
position: relative;
}
.active01{
border-bottom:2px solid #0A40B9 ;
color:rgba(20,26,28,1) !important;
}
.current01_img{
width: 1200px;
}
.current01_img>img{
width: 100%;
}
.edu_list{
margin-top: 30px;
}
.edu_list>ul{
display: flex;
flex-wrap: wrap;
}
.edu_list>ul>li{
margin-top: 20px;
margin-right: 8px;
padding: 0 24px;
width: 246px;
height: 160px;
background:rgba(244,245,249,1);
}
.item-title{
margin-top: 38px;
text-align: center;
font-size:18px;
font-family:PingFangSC-Semibold,PingFang SC;
font-weight:600;
color:rgba(10,64,185,1);
line-height:25px;
}
.item-name{
margin-top: 4px;
text-align: center;
font-size:14px;
font-family:PingFangSC-Medium,PingFang SC;
font-weight:500;
color:rgba(45,49,55,1);
line-height:20px;
}
.item-address{
margin-top: 15px;
text-align: center;
font-size:12px;
font-family:PingFangSC-Regular,PingFang SC;
font-weight:400;
color:rgba(158,164,174,1);
/* line-height:17px; */
}
.active03{
margin-right: 0 !important;
}
.item-img{
width: 100%;
max-height:560px;
display: flex;
justify-content: center;
}
.item-img>img{
width: 1920px;
}
.cate-img{
width: 1200px;
display: flex;
flex-direction: column;
margin: 0 auto;
}
.cate-img>img{
margin-bottom: 40px;
width: 100%;
}
.tab-title>ul>li:nth-of-type(1)::after{
content:"";
width:2px;
height:18px;
background:rgba(220,223,228,1);
position: absolute;
right: 0;
top: 38px;
}
.tab-title>ul>li:nth-of-type(2)::after{
content:"";
width:2px;
height:18px;
background:rgba(220,223,228,1);
position: absolute;
right: 0;
top: 38px;
}
p {
margin-top: 0;
padding: 0;
color: #666666;
font-size: 18px;
}
body{
min-width: 1200px
}
body,
ul,
li {
padding: 0;
margin: 0;
}
ul li {
list-style: none;
}
.bottomList {
height: 4px;
background: #3073F4;
border-radius: 3px;
/* margin-top: 7px; */
}
#app{
overflow: hidden;
}
.header {
position: fixed;
width: 100%;
z-index: 999;
background: #fff;
top: 0;
box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .02), 0 15px 40px 0 rgba(0, 0, 0, .02);
}
.tz_floating_wrap {
width: 100%;
height: 50px;
background: rgba(0, 0, 0, 0.85);
position: fixed;
bottom: 0;
left: 0;
z-index: 999;
display:none;
}
.tz_floating {
width: 1350px;
height: 50px;
margin: 0 auto;
/* border: 1px solid #000; */
/* background-color: #fff; */
display: flex;
align-items: center;
position: relative;
}
.tz_floating_left {
position: absolute;
left: 0;
bottom: -5px;
}
.tz_floating_text {
padding-left: 80px;
width: 382px;
height: 37px;
font-size: 24px;
font-family: PingFangSC-Medium;
font-weight: 500;
color: rgba(255, 255, 255, 1);
line-height: 33px;
text-align: center;
}
.tz_floating_text>b {
color: #F76707;
font-size: 26px;
}
.tz_floating_name {
width: 170px;
height: 34px;
background: rgba(255, 255, 255, 1);
border-radius: 4px;
border: none;
text-indent: 10px;
font-size: 16px;
font-family: PingFangSC-Regular;
font-weight: 400;
color:#111;
margin-left: 20px;
}
.tz_zhixiang{
position: absolute;
right: 11px;
bottom: 12px;
transform: rotate(180deg)
}
.tz_floating_tel {
width: 220px;
height: 34px;
background: rgba(255, 255, 255, 1);
border-radius: 4px;
border: none;
margin-left: 10px;
text-indent: 10px;
font-size: 16px;
font-family: PingFangSC-Regular;
font-weight: 400;
color: #111;
}
.tz_selector_wrap {
position: relative;
width: 200px;
height: 34px;
background: rgba(255, 255, 255, 1);
border-radius: 4px;
margin-left: 10px;
cursor: pointer;
}
.tz_selector_text {
height: 22px;
font-size: 16px;
font-family: PingFangSC-Regular;
font-weight: 400;
color: rgba(161, 161, 161, 1);
line-height: 22px;
margin-top: 7px;
text-indent: 10px;
}
.tz_selector_oneClass {
display: none;
position: absolute;
top: -300px;
left: 0;
width: 90px;
height: 280px;
background: rgba(243, 243, 243, 1);
border-radius: 8px 0px 0px 8px;
border: 1px solid #000;
box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.08);
border-radius: 8px 0 0 8px;
border: 1px solid rgba(226, 225, 226, 1);
border-right: none;
}
.tz_selector_oneClass>ul>li {
width: 90px;
height: 56px;
line-height: 56px;
text-align: center;
background: #F3F3F3;
font-size: 16px;
font-family: PingFangSC-Regular;
font-weight: 400;
color: rgba(17, 17, 17, 1);
cursor: pointer;
}
.tz_selector_oneClass>ul>li:hover {
background: #fff;
}
.tz_selector_oneClass>ul>li:hover>span {
background: #fff;
}
/* .tz_selector_oneClass>ul>li:hover .tz_selector_details{
display: block;
} */
.tz_selector_towClass:hover {
color: rgba(47, 114, 242, 1);
}
.tz_selector_threeClass>span:hover {
color: rgba(47, 114, 242, 1);
}
.tz_selector_details {
display: none;
background: rgba(255, 255, 255, 1);
width: 388px;
border: 1px solid #000;
position: absolute;
left: 90px;
bottom: -1px;
box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.08);
border: 1px solid rgba(226, 225, 226, 1);
border-left: none;
overflow: hidden;
overflow-y: scroll;
bottom: -1px;
height: 280px;
}
input::-webkit-input-placeholder{
color: #A1A1A1;opacity:1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #A1A1A1; opacity:1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #A1A1A1;opacity:1;
}
input:-ms-input-placeholder{
color: #A1A1A1;opacity:1;
}
.tz_selector_details>ol>li {
display: flex;
width: 100%;
padding-top: 16px;
cursor: pointer;
}
.tz_selector_details>ol {
padding: 0;
}
.tz_selector_towClass {
width: 100px;
color: #666666;
font-size: 14px;
float: left;
height: 30px;
line-height: 30px;
text-align: left;
padding-left: 20px;
}
.tz_selector_threeClass {
width: 307px;
/* max-height: 30px; */
line-height: 24px;
text-align: left;
}
.tz_selector_threeClass>span {
height: 14px;
line-height: 17px;
color: #666;
font-size: 12px;
padding-left: 10px;
margin-left: 10px;
border-left: 1px solid #E2E1E2;
white-space: nowrap;
}
.tz_selector_oneClass>ul>li:nth-of-type(1){
border-radius:8px 0 0 0;
}
.tz_selector_oneClass>ul>li:nth-of-type(5){
border-radius:0 0 0 8px;
}
.tz_floating_btn {
width: 140px;
height: 34px;
line-height: 34px;
text-align: center;
background: rgba(48, 115, 244, 1);
border-radius: 4px;
margin-left: 34px;
font-size: 16px;
font-family: PingFangSC-Regular;
font-weight: 400;
color: rgba(255, 255, 255, 1);
cursor: pointer;
}
.tz_floating_close {
width: 17px;
height: 17px;
border-radius: 1px;
margin-left: 67px;
cursor: pointer;
}
.tz_floating_close>img {
width: 17px;
height: 17px;
/* background: rgba(255, 255, 255, 1); */
border-radius: 1px;
}
#headerAll {
width: 1200px;
height: 90px;
margin: 0 auto;
display: flex;
align-items: center;
}
.logoBox {
margin-right: 120px;
}
.navigationDetails {
height: 100%;
width: 100%;
display: flex;
justify-content: space-around;
align-items: center;
}
.navigationDetails>li {
display: flex;
flex-direction: column;
justify-content: center;
}
/*
.navigationDetails>li>div {} */
.navigationDetails>li:hover .colorTab {
color: #3073F4 !important;
}
.colorTab {
cursor: pointer;
font-size: 16px;
font-family: PingFangSC-Semibold;
color: #666666;
line-height: 25px;
margin-bottom: 7px;
}
.logoPng {
width: 150px;
height: 41px;
}
.active {
color:#3073F4;
}
.hot {
position: absolute;
width: 26px;
height: 24px;
right: -26px;
top: -14px;
}
.default4 {
color: rgba(249, 47, 47, 1);
}
.hots {
position: relative;
}
.suspension {
position: absolute;
top: 74px;
left: -210px;
z-index: 999;
}
.triangle {
width: 36px;
height: 13px;
margin: 0 auto;
background: transparent;
}
.suspensionBox {
display: flex;
flex-direction: column;
width: 500px;
height: 300px;
background: #ffffff;
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
border-radius: 5px;
}
.suspensionTop {
display: flex;
justify-content: flex-start;
/* background: blue */
}
.suspensionTop>div {
margin-top: 31px;
}
.suspensionPhone {
display: flex;
flex-direction: column;
/* justify-content: center; */
align-items: center;
}
.suspensionPhone>div {
font-size: 16px;
font-family: PingFangSC-Regular;
font-weight: 400;
color: rgba(34, 34, 34, 1);
}
.phonePng {
width: 64px;
height: 64px;
}
.window {
width: 130px;
height: 42px;
border-radius: 21px;
font-size: 16px;
background: rgba(17, 17, 17, 1);
font-family: PingFangSC-Semibold;
font-weight: 600;
color: rgba(255, 255, 255, 1);
text-align: center;
line-height: 42px;
}
.winXP {
width: 130px;
height: 42px;
background: rgba(17, 17, 17, 1);
border-radius: 21px;
font-size: 16px;
font-family: PingFangSC-Semibold;
font-weight: 600;
color: rgba(255, 255, 255, 1);
text-align: center;
line-height: 42px;
}
.window:hover {
background:#3073F4;
}
.winXP:hover {
background: rgba(249, 47, 47, 1);
}
.suspensionBottom {
display: flex;
align-items: center;
justify-content: flex-start;
margin-top: 34px;
}
.suspensionApp {
margin-left: 92px;
}
.suspensionPC {
margin-left: 132px;
}
.code {
margin-left: 80px;
}
.system {
display: flex;
flex-direction: column;
justify-content: space-around;
margin-left: 90px;
height: 120px;
}
a {
text-decoration: none;
}
ul,
li {
margin: 0;
padding: 0;
}
ul li {
list-style: none;
}
.contentMargin ul {
margin-top: 27px;
width: 103px;
height: 190px;
display: flex;
flex-direction: column;
justify-content: space-around;
font-family: PingFangSC-Regular;
}
.footer {
width: 100%;
height: 520px;
background: rgba(17, 17, 17, 1);
}
.content {
width: 1128px;
margin: 0 auto;
display: flex;
justify-content: flex-start;
}
.titleClass {
font-size: 18px;
font-family: PingFangSC-Semibold;
font-weight: 600;
color: rgba(102, 102, 102, 1);
}
ul>li {
color: #BBBBBB;
}
ul>li>a {
text-decoration: none;
color: #BBBBBB;
}
.beian {
width: 458px;
height: 48px;
font-size: 13px !important;
font-family: PingFangSC-Regular;
font-weight: 400;
color: rgba(102, 102, 102, 1);
line-height: 24px;
margin-top: 25px;
}
.tzkt {
font-size: 18px;
font-family: PingFangSC-Regular;
font-weight: 400;
color: rgba(187, 187, 187, 1);
margin-top: 30px;
}
.contentMargin {
margin-top: 99px;
}
.contentMarginFrist {
margin-right: 100px;
}
.contentMarginSencond {
margin-right: 80px;
}
.detalisTop {
display: flex;
align-items: center
}
.detalisTop>div {
margin-left: 8px;
}
.tzktBox {
display: flex;
margin-top: 22px;
}
.tzktAPP {
display: flex;
flex-direction: column;
align-items: center;
}
.service {
margin-top: 32px;
}
.leftBox {
margin-right: 70px;
}
.Bottomline {
width: 454px;
height: 1px;
opacity: 0.2;
border: 1px solid rgba(153, 153, 153, 1);
background: rgba(153, 153, 153, 1);
margin-top: 43px;
}
.telNum {
/* width: 315px; */
height: 70px;
font-size: 60px;
font-family: DINAlternate-Bold;
font-weight: bold;
color: rgba(255, 255, 255, 1);
line-height: 70px;
}
.telData {
/* width: 189px; */
height: 25px;
font-size: 18px;
font-family: DINAlternate-Bold;
font-weight: bold;
color: rgba(102, 102, 102, 1);
line-height: 21px;
}
.beian a {
text-decoration: none;
color: rgba(102, 102, 102, 1)
}
.navigation {
position: fixed;
width: 100%;
/* z-index: 999; */
background: #fff;
top: 0;
box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .02), 0 15px 40px 0 rgba(0, 0, 0, .02);
}
.side {
position: fixed;
right: 10px;
top: 75%;
margin-top: -202px;
width: 54px;
padding-bottom: 15px;
/* height: 400px; */
background: rgba(255, 255, 255, 1);
box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.08);
border-radius: 42px;
border: 1px solid rgba(226, 226, 226, 1);
z-index: 999;
display: flex;
flex-direction: column;
}
.tz_side_xz {
width: 40px;
height: 40px;
background: url('../images/tz_xz_1.png')no-repeat;
}
.tz_side_xz:hover {
background: url('../images/tz_xz02_1.png')no-repeat;
}
.tz_side_wt {
width: 40px;
height: 40px;
background: url('../images/tz_wt_1.png')no-repeat;
}
.tz_side_wt:hover {
background: url('../images/tz_wt02_1.png')no-repeat;
}
.tz_side_kf {
width: 40px;
height: 40px;
background: url('../images/tz_kf_1.png')no-repeat;
}
.tz_side_kf:hover {
background: url('../images/tz_kf02_1.png')no-repeat;
}
.tz_side_hdb {
width: 40px;
height: 40px;
background: url('../images/tz_hdb01_1.png') no-repeat 62%;
}
.tz_side_hdb:hover {
background: url('../images/tz_hdb02_1.png')no-repeat 62%;
}
.sideContent {
display: flex;
flex-direction: column;
align-items: center;
cursor: pointer;
padding-left: 4px;
}
.sideContent1 {
margin-top: 12px;
}
.sideContent2 {
margin-top: 26px;
}
.sideContent3 {
margin-top: 26px;
}
.sideFont {
margin-right: 4px;
width: 24px;
height: 34px;
font-size: 12px;
font-family: PingFangSC-Regular;
font-weight: 400;
color: rgba(102, 102, 102, 1);
line-height: 17px;
}
.sideContent4 {
display: none;
margin-top: 10px;
}
.appDownload {
width: 180px;
height: 216px;
background: rgba(255, 255, 255, 1);
box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.08);
border-radius: 8px;
border: 1px solid rgba(226, 225, 226, 1);
position: absolute;
left: -200px;
top: 0px;
display: none;
}
.sjx2 {
position: absolute;
bottom: 50%;
margin-bottom: -20px;
right: -13px;
}
.ewmCode {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 17px;
}
.ewmCodeFont {
width: 120px;
height: 32px;
line-height: 32px;
text-align: center;
font-size: 12px;
font-family: MicrosoftYaHei;
color: rgba(161, 161, 161, 1);
line-height: 16px;
margin-top: 10PX;
}
.yy {
width: 100%;
height: 5px;
background: rgba(0, 0, 0, 1);
opacity: 0.08;
filter: blur(6px);
}
.content1 {
position: relative;
/* width: 1200px; */
margin: 0 auto;
display: flex;
height: 56px;
align-items: center;
}
.news1 {
position: absolute;
top: -13px;
}
.newsFont {
/* width: 647px; */
height: 56px;
font-size: 40px;
font-family: PingFangSC-Semibold;
font-weight: 600;
color: rgba(17, 17, 17, 1);
line-height: 56px;
}
.newsTitle {
position: relative;
margin-left: 20px;
}
.contact1 {
width: 1200px;
margin: 151px auto 0;
}
.map {
width: 853px;
height: 707px;
margin-left: 86px;
position: relative;
background-image: url(../images/map_1.png)
}
.path {
width: 64px;
height: 22px;
font-size: 16px;
font-family: PingFangSC-Regular;
font-weight: 400;
color: rgba(102, 102, 102, 1);
line-height: 22px;
position: absolute;
top: 40px;
left: 0;
}
.defaultPath {
color: #F92F2F;
}
.pathPng {
width: 28px;
height: 38px;
/* background-image: url(../images/location_1.png); */
}
/* .pathPng:hover {
background-image: url(../images/location_selected_1.png);
} */
.pathPng:hover .path {
display: none
}
.landmark {
width: 64px;
display: flex;
flex-direction: column;
align-items: center;
position: absolute;
text-align: center;
}
.landmark1 {
top: 147px;
left: 181px;
}
.landmark2 {
top: 194px;
left: 625px;
}
.landmark14{
top: 556px;
left: 477px;
}
.landmark15 {
top: 327px;
left: 553px;
}
.landmark16{
top: 411px;
left: 693px;
}
.landmark17{
top: 237px;
left: 687px;
}
.landmark18{
top: 478px;
left: 454px;
}
.landmark19{
top: 493px;
left: 551px;
}
.landmark20{
top: 339px;
left: 491px;
}
.landmark21{
top: 386px;
left: 669px;
}
.landmark3 {
top: 415px;
left: 417px;
}
.landmark4 {
top: 432px;
left: 463px;
}
.landmark5 {
top: 403px;
left: 589px;
}
.landmark6 {
top: 466px;
left: 568px;
}
.landmark7 {
top: 498px;
left: 464px;
}
.landmark8 {
top: 522px;
left: 393px;
}
.landmark9 {
top: 527px;
left: 553px;
}
.landmark10 {
top: 508px;
left: 621px;
}
.landmark11 {
top: 555px;
left: 586px;
}
.landmark12 {
top: 530px;
left: 658px;
}
.landmark13 {
top: 575px;
left: 616px;
}
.contact2 {
width: 1200px;
margin: 152px auto 0;
}
.cooperation {
margin-top: 38px;
margin-bottom: 205px;
display: flex;
}
.cooperation>div {
width: 370px;
height: 395px;
/* background: rgba(255, 255, 255, 1); */
/* box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.06); */
border-radius: 6px;
display: flex;
flex-direction: column;
align-items: center;
margin-right: 30px;
}
.cooperation>div:hover {
background: rgba(255, 255, 255, 1);
box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.06);
}
.con1 {
margin-top: 84px;
}
.con2 {
margin-top: 34px;
}
.con3 {
margin-top: 17px;
font-size: 18px;
font-family: PingFangSC-Regular;
font-weight: 400;
color: rgba(102, 102, 102, 1);
}
.mapPath {
position: absolute;
top: 60px;
left: 870px;
}
.zhongguo {
position: relative
}
.mapPath>img {
display: none;
}
.default {
display: block;
} | public/css/contact_1.css | /* @import url('footer_1.css'); */
/* @import url('header_1.css'); */
body {
margin: 0;
padding: 0;
}
p{
margin: 0;
padding: 0;
}
.banner{
width: 100%;
max-height:473px;
margin-top: 90px;
display: flex;
justify-content: center;
/* width: 100%; */
/* margin: 90px auto 0; */
/* display: flex; */
}
.banner>img{
width: 1920px;
/* height: 100%; */
}
.contact-wrap{
width: 100%;
margin: 0 auto;
position: relative;
}
.tab-title{
margin: -90px auto 90px;
max-width: 1614px;
height: 90px;
background:rgba(255,255,255,0.96);
}
.icon-img{
width: 26px;
height: 26px;
margin-right: 8px;
}
.icon-img>img{
width: 100%;
height: 100%;
}
.tab-title>ul{
width: 1200px;
height: 90px;
background-color: #fff;
margin: 0 auto;
display: flex;
}
.tab-content{
width: 100%;
margin: 84px auto 84px;
/* padding-top: 84px; */
/* border: 1px solid #000; */
}
.item-content{
width: 1200px;
margin: 84px auto 0;
}
.tab-title>ul>li{
cursor:pointer;
width: 400px;
display: flex;
justify-content: center;
align-items: center;
font-size:22px;
font-family:PingFangSC-Medium,PingFang SC;
font-weight:550;
color:rgba(158,164,174,1);
position: relative;
}
.active01{
border-bottom:2px solid #0A40B9 ;
color:rgba(20,26,28,1) !important;
}
.current01_img{
width: 1200px;
}
.current01_img>img{
width: 100%;
}
.edu_list{
margin-top: 30px;
}
.edu_list>ul{
display: flex;
flex-wrap: wrap;
}
.edu_list>ul>li{
margin-top: 20px;
margin-right: 8px;
padding: 0 24px;
width: 246px;
height: 160px;
background:rgba(244,245,249,1);
}
.item-title{
margin-top: 38px;
text-align: center;
font-size:18px;
font-family:PingFangSC-Semibold,PingFang SC;
font-weight:600;
color:rgba(10,64,185,1);
line-height:25px;
}
.item-name{
margin-top: 4px;
text-align: center;
font-size:14px;
font-family:PingFangSC-Medium,PingFang SC;
font-weight:500;
color:rgba(45,49,55,1);
line-height:20px;
}
.item-address{
margin-top: 15px;
text-align: center;
font-size:12px;
font-family:PingFangSC-Regular,PingFang SC;
font-weight:400;
color:rgba(158,164,174,1);
/* line-height:17px; */
}
.active03{
margin-right: 0 !important;
}
.item-img{
width: 100%;
max-height:560px;
display: flex;
justify-content: center;
}
.item-img>img{
width: 1920px;
}
.cate-img{
width: 1200px;
display: flex;
flex-direction: column;
margin: 0 auto;
}
.cate-img>img{
margin-bottom: 40px;
width: 100%;
}
.tab-title>ul>li:nth-of-type(1)::after{
content:"";
width:2px;
height:18px;
background:rgba(220,223,228,1);
position: absolute;
right: 0;
top: 38px;
}
.tab-title>ul>li:nth-of-type(2)::after{
content:"";
width:2px;
height:18px;
background:rgba(220,223,228,1);
position: absolute;
right: 0;
top: 38px;
}
p {
margin-top: 0;
padding: 0;
color: #666666;
font-size: 18px;
}
body{
min-width: 1200px
}
body,
ul,
li {
padding: 0;
margin: 0;
}
ul li {
list-style: none;
}
.bottomList {
height: 4px;
background: #3073F4;
border-radius: 3px;
/* margin-top: 7px; */
}
#app{
overflow: hidden;
}
.header {
position: fixed;
width: 100%;
z-index: 999;
background: #fff;
top: 0;
box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .02), 0 15px 40px 0 rgba(0, 0, 0, .02);
}
.tz_floating_wrap {
width: 100%;
height: 50px;
background: rgba(0, 0, 0, 0.85);
position: fixed;
bottom: 0;
left: 0;
z-index: 999;
display:none;
}
.tz_floating {
width: 1350px;
height: 50px;
margin: 0 auto;
/* border: 1px solid #000; */
/* background-color: #fff; */
display: flex;
align-items: center;
position: relative;
}
.tz_floating_left {
position: absolute;
left: 0;
bottom: -5px;
}
.tz_floating_text {
padding-left: 80px;
width: 382px;
height: 37px;
font-size: 24px;
font-family: PingFangSC-Medium;
font-weight: 500;
color: rgba(255, 255, 255, 1);
line-height: 33px;
text-align: center;
}
.tz_floating_text>b {
color: #F76707;
font-size: 26px;
}
.tz_floating_name {
width: 170px;
height: 34px;
background: rgba(255, 255, 255, 1);
border-radius: 4px;
border: none;
text-indent: 10px;
font-size: 16px;
font-family: PingFangSC-Regular;
font-weight: 400;
color:#111;
margin-left: 20px;
}
.tz_zhixiang{
position: absolute;
right: 11px;
bottom: 12px;
transform: rotate(180deg)
}
.tz_floating_tel {
width: 220px;
height: 34px;
background: rgba(255, 255, 255, 1);
border-radius: 4px;
border: none;
margin-left: 10px;
text-indent: 10px;
font-size: 16px;
font-family: PingFangSC-Regular;
font-weight: 400;
color: #111;
}
.tz_selector_wrap {
position: relative;
width: 200px;
height: 34px;
background: rgba(255, 255, 255, 1);
border-radius: 4px;
margin-left: 10px;
cursor: pointer;
}
.tz_selector_text {
height: 22px;
font-size: 16px;
font-family: PingFangSC-Regular;
font-weight: 400;
color: rgba(161, 161, 161, 1);
line-height: 22px;
margin-top: 7px;
text-indent: 10px;
}
.tz_selector_oneClass {
display: none;
position: absolute;
top: -300px;
left: 0;
width: 90px;
height: 280px;
background: rgba(243, 243, 243, 1);
border-radius: 8px 0px 0px 8px;
border: 1px solid #000;
box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.08);
border-radius: 8px 0 0 8px;
border: 1px solid rgba(226, 225, 226, 1);
border-right: none;
}
.tz_selector_oneClass>ul>li {
width: 90px;
height: 56px;
line-height: 56px;
text-align: center;
background: #F3F3F3;
font-size: 16px;
font-family: PingFangSC-Regular;
font-weight: 400;
color: rgba(17, 17, 17, 1);
cursor: pointer;
}
.tz_selector_oneClass>ul>li:hover {
background: #fff;
}
.tz_selector_oneClass>ul>li:hover>span {
background: #fff;
}
/* .tz_selector_oneClass>ul>li:hover .tz_selector_details{
display: block;
} */
.tz_selector_towClass:hover {
color: rgba(47, 114, 242, 1);
}
.tz_selector_threeClass>span:hover {
color: rgba(47, 114, 242, 1);
}
.tz_selector_details {
display: none;
background: rgba(255, 255, 255, 1);
width: 388px;
border: 1px solid #000;
position: absolute;
left: 90px;
bottom: -1px;
box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.08);
border: 1px solid rgba(226, 225, 226, 1);
border-left: none;
overflow: hidden;
overflow-y: scroll;
bottom: -1px;
height: 280px;
}
input::-webkit-input-placeholder{
color: #A1A1A1;opacity:1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #A1A1A1; opacity:1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #A1A1A1;opacity:1;
}
input:-ms-input-placeholder{
color: #A1A1A1;opacity:1;
}
.tz_selector_details>ol>li {
display: flex;
width: 100%;
padding-top: 16px;
cursor: pointer;
}
.tz_selector_details>ol {
padding: 0;
}
.tz_selector_towClass {
width: 100px;
color: #666666;
font-size: 14px;
float: left;
height: 30px;
line-height: 30px;
text-align: left;
padding-left: 20px;
}
.tz_selector_threeClass {
width: 307px;
/* max-height: 30px; */
line-height: 24px;
text-align: left;
}
.tz_selector_threeClass>span {
height: 14px;
line-height: 17px;
color: #666;
font-size: 12px;
padding-left: 10px;
margin-left: 10px;
border-left: 1px solid #E2E1E2;
white-space: nowrap;
}
.tz_selector_oneClass>ul>li:nth-of-type(1){
border-radius:8px 0 0 0;
}
.tz_selector_oneClass>ul>li:nth-of-type(5){
border-radius:0 0 0 8px;
}
.tz_floating_btn {
width: 140px;
height: 34px;
line-height: 34px;
text-align: center;
background: rgba(48, 115, 244, 1);
border-radius: 4px;
margin-left: 34px;
font-size: 16px;
font-family: PingFangSC-Regular;
font-weight: 400;
color: rgba(255, 255, 255, 1);
cursor: pointer;
}
.tz_floating_close {
width: 17px;
height: 17px;
border-radius: 1px;
margin-left: 67px;
cursor: pointer;
}
.tz_floating_close>img {
width: 17px;
height: 17px;
/* background: rgba(255, 255, 255, 1); */
border-radius: 1px;
}
#headerAll {
width: 1200px;
height: 90px;
margin: 0 auto;
display: flex;
align-items: center;
}
.logoBox {
margin-right: 120px;
}
.navigationDetails {
height: 100%;
width: 100%;
display: flex;
justify-content: space-around;
align-items: center;
}
.navigationDetails>li {
display: flex;
flex-direction: column;
justify-content: center;
}
/*
.navigationDetails>li>div {} */
.navigationDetails>li:hover .colorTab {
color: #3073F4 !important;
}
.colorTab {
cursor: pointer;
font-size: 16px;
font-family: PingFangSC-Semibold;
color: #666666;
line-height: 25px;
margin-bottom: 7px;
}
.logoPng {
width: 150px;
height: 41px;
}
.active {
color:#3073F4;
}
.hot {
position: absolute;
width: 26px;
height: 24px;
right: -26px;
top: -14px;
}
.default4 {
color: rgba(249, 47, 47, 1);
}
.hots {
position: relative;
}
.suspension {
position: absolute;
top: 74px;
left: -210px;
z-index: 999;
}
.triangle {
width: 36px;
height: 13px;
margin: 0 auto;
background: transparent;
}
.suspensionBox {
display: flex;
flex-direction: column;
width: 500px;
height: 300px;
background: #ffffff;
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
border-radius: 5px;
}
.suspensionTop {
display: flex;
justify-content: flex-start;
/* background: blue */
}
.suspensionTop>div {
margin-top: 31px;
}
.suspensionPhone {
display: flex;
flex-direction: column;
/* justify-content: center; */
align-items: center;
}
.suspensionPhone>div {
font-size: 16px;
font-family: PingFangSC-Regular;
font-weight: 400;
color: rgba(34, 34, 34, 1);
}
.phonePng {
width: 64px;
height: 64px;
}
.window {
width: 130px;
height: 42px;
border-radius: 21px;
font-size: 16px;
background: rgba(17, 17, 17, 1);
font-family: PingFangSC-Semibold;
font-weight: 600;
color: rgba(255, 255, 255, 1);
text-align: center;
line-height: 42px;
}
.winXP {
width: 130px;
height: 42px;
background: rgba(17, 17, 17, 1);
border-radius: 21px;
font-size: 16px;
font-family: PingFangSC-Semibold;
font-weight: 600;
color: rgba(255, 255, 255, 1);
text-align: center;
line-height: 42px;
}
.window:hover {
background:#3073F4;
}
.winXP:hover {
background: rgba(249, 47, 47, 1);
}
.suspensionBottom {
display: flex;
align-items: center;
justify-content: flex-start;
margin-top: 34px;
}
.suspensionApp {
margin-left: 92px;
}
.suspensionPC {
margin-left: 132px;
}
.code {
margin-left: 80px;
}
.system {
display: flex;
flex-direction: column;
justify-content: space-around;
margin-left: 90px;
height: 120px;
}
a {
text-decoration: none;
}
ul,
li {
margin: 0;
padding: 0;
}
ul li {
list-style: none;
}
.contentMargin ul {
margin-top: 27px;
width: 103px;
height: 190px;
display: flex;
flex-direction: column;
justify-content: space-around;
font-family: PingFangSC-Regular;
}
.footer {
width: 100%;
height: 520px;
background: rgba(17, 17, 17, 1);
}
.content {
width: 1128px;
margin: 0 auto;
display: flex;
justify-content: flex-start;
}
.titleClass {
font-size: 18px;
font-family: PingFangSC-Semibold;
font-weight: 600;
color: rgba(102, 102, 102, 1);
}
ul>li {
color: #BBBBBB;
}
ul>li>a {
text-decoration: none;
color: #BBBBBB;
}
.beian {
width: 458px;
height: 48px;
font-size: 13px !important;
font-family: PingFangSC-Regular;
font-weight: 400;
color: rgba(102, 102, 102, 1);
line-height: 24px;
margin-top: 25px;
}
.tzkt {
font-size: 18px;
font-family: PingFangSC-Regular;
font-weight: 400;
color: rgba(187, 187, 187, 1);
margin-top: 30px;
}
.contentMargin {
margin-top: 99px;
}
.contentMarginFrist {
margin-right: 100px;
}
.contentMarginSencond {
margin-right: 80px;
}
.detalisTop {
display: flex;
align-items: center
}
.detalisTop>div {
margin-left: 8px;
}
.tzktBox {
display: flex;
margin-top: 22px;
}
.tzktAPP {
display: flex;
flex-direction: column;
align-items: center;
}
.service {
margin-top: 32px;
}
.leftBox {
margin-right: 70px;
}
.Bottomline {
width: 454px;
height: 1px;
opacity: 0.2;
border: 1px solid rgba(153, 153, 153, 1);
background: rgba(153, 153, 153, 1);
margin-top: 43px;
}
.telNum {
/* width: 315px; */
height: 70px;
font-size: 60px;
font-family: DINAlternate-Bold;
font-weight: bold;
color: rgba(255, 255, 255, 1);
line-height: 70px;
}
.telData {
/* width: 189px; */
height: 25px;
font-size: 18px;
font-family: DINAlternate-Bold;
font-weight: bold;
color: rgba(102, 102, 102, 1);
line-height: 21px;
}
.beian a {
text-decoration: none;
color: rgba(102, 102, 102, 1)
}
.navigation {
position: fixed;
width: 100%;
/* z-index: 999; */
background: #fff;
top: 0;
box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .02), 0 15px 40px 0 rgba(0, 0, 0, .02);
}
.side {
position: fixed;
right: 10px;
top: 75%;
margin-top: -202px;
width: 54px;
padding-bottom: 15px;
/* height: 400px; */
background: rgba(255, 255, 255, 1);
box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.08);
border-radius: 42px;
border: 1px solid rgba(226, 226, 226, 1);
z-index: 999;
display: flex;
flex-direction: column;
}
.tz_side_xz {
width: 40px;
height: 40px;
background: url('../images/tz_xz_1.png')no-repeat;
}
.tz_side_xz:hover {
background: url('../images/tz_xz02_1.png')no-repeat;
}
.tz_side_wt {
width: 40px;
height: 40px;
background: url('../images/tz_wt_1.png')no-repeat;
}
.tz_side_wt:hover {
background: url('../images/tz_wt02_1.png')no-repeat;
}
.tz_side_kf {
width: 40px;
height: 40px;
background: url('../images/tz_kf_1.png')no-repeat;
}
.tz_side_kf:hover {
background: url('../images/tz_kf02_1.png')no-repeat;
}
.tz_side_hdb {
width: 40px;
height: 40px;
background: url('../images/tz_hdb01_1.png') no-repeat 62%;
}
.tz_side_hdb:hover {
background: url('../images/tz_hdb02_1.png')no-repeat 62%;
}
.sideContent {
display: flex;
flex-direction: column;
align-items: center;
cursor: pointer;
padding-left: 4px;
}
.sideContent1 {
margin-top: 12px;
}
.sideContent2 {
margin-top: 26px;
}
.sideContent3 {
margin-top: 26px;
}
.sideFont {
margin-right: 4px;
width: 24px;
height: 34px;
font-size: 12px;
font-family: PingFangSC-Regular;
font-weight: 400;
color: rgba(102, 102, 102, 1);
line-height: 17px;
}
.sideContent4 {
display: none;
margin-top: 10px;
}
.appDownload {
width: 180px;
height: 216px;
background: rgba(255, 255, 255, 1);
box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.08);
border-radius: 8px;
border: 1px solid rgba(226, 225, 226, 1);
position: absolute;
left: -200px;
top: 0px;
display: none;
}
.sjx2 {
position: absolute;
bottom: 50%;
margin-bottom: -20px;
right: -13px;
}
.ewmCode {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 17px;
}
.ewmCodeFont {
width: 120px;
height: 32px;
line-height: 32px;
text-align: center;
font-size: 12px;
font-family: MicrosoftYaHei;
color: rgba(161, 161, 161, 1);
line-height: 16px;
margin-top: 10PX;
}
.yy {
width: 100%;
height: 5px;
background: rgba(0, 0, 0, 1);
opacity: 0.08;
filter: blur(6px);
}
.content1 {
position: relative;
/* width: 1200px; */
margin: 0 auto;
display: flex;
height: 56px;
align-items: center;
}
.news1 {
position: absolute;
top: -13px;
}
.newsFont {
/* width: 647px; */
height: 56px;
font-size: 40px;
font-family: PingFangSC-Semibold;
font-weight: 600;
color: rgba(17, 17, 17, 1);
line-height: 56px;
}
.newsTitle {
position: relative;
margin-left: 20px;
}
.contact1 {
width: 1200px;
margin: 151px auto 0;
}
.map {
width: 853px;
height: 707px;
margin-left: 86px;
position: relative;
background-image: url(../images/map_1.png)
}
.path {
width: 64px;
height: 22px;
font-size: 16px;
font-family: PingFangSC-Regular;
font-weight: 400;
color: rgba(102, 102, 102, 1);
line-height: 22px;
position: absolute;
top: 40px;
left: 0;
}
.defaultPath {
color: #F92F2F;
}
.pathPng {
width: 28px;
height: 38px;
/* background-image: url(../images/location_1.png); */
}
/* .pathPng:hover {
background-image: url(../images/location_selected_1.png);
} */
.pathPng:hover .path {
display: none
}
.landmark {
width: 64px;
display: flex;
flex-direction: column;
align-items: center;
position: absolute;
text-align: center;
}
.landmark1 {
top: 147px;
left: 181px;
}
.landmark2 {
top: 194px;
left: 625px;
}
.landmark14{
top: 556px;
left: 477px;
}
.landmark15 {
top: 327px;
left: 553px;
}
.landmark16{
top: 411px;
left: 693px;
}
.landmark17{
top: 237px;
left: 687px;
}
.landmark18{
top: 478px;
left: 454px;
}
.landmark19{
top: 493px;
left: 551px;
}
.landmark20{
top: 339px;
left: 491px;
}
.landmark21{
top: 386px;
left: 669px;
}
.landmark3 {
top: 415px;
left: 417px;
}
.landmark4 {
top: 432px;
left: 463px;
}
.landmark5 {
top: 403px;
left: 589px;
}
.landmark6 {
top: 466px;
left: 568px;
}
.landmark7 {
top: 498px;
left: 464px;
}
.landmark8 {
top: 522px;
left: 393px;
}
.landmark9 {
top: 527px;
left: 553px;
}
.landmark10 {
top: 508px;
left: 621px;
}
.landmark11 {
top: 555px;
left: 586px;
}
.landmark12 {
top: 530px;
left: 658px;
}
.landmark13 {
top: 575px;
left: 616px;
}
.contact2 {
width: 1200px;
margin: 152px auto 0;
}
.cooperation {
margin-top: 38px;
margin-bottom: 205px;
display: flex;
}
.cooperation>div {
width: 370px;
height: 395px;
/* background: rgba(255, 255, 255, 1); */
/* box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.06); */
border-radius: 6px;
display: flex;
flex-direction: column;
align-items: center;
margin-right: 30px;
}
.cooperation>div:hover {
background: rgba(255, 255, 255, 1);
box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.06);
}
.con1 {
margin-top: 84px;
}
.con2 {
margin-top: 34px;
}
.con3 {
margin-top: 17px;
font-size: 18px;
font-family: PingFangSC-Regular;
font-weight: 400;
color: rgba(102, 102, 102, 1);
}
.mapPath {
position: absolute;
top: 60px;
left: 870px;
}
.zhongguo {
position: relative
}
.mapPath>img {
display: none;
}
.default {
display: block;
} | 0.248899 | 0.05257 |
.hide {
display: none;
}
/*Error List Style in Forms */
div.Error-List {
background-color: #AD8A63;
padding-left: 18px; /*font-size: 2em;*/
}
div.Error-List h1 {
font-size: 1.2em;
padding-top: 5px;
}
div.Error-List ul {
background-color: #a52a2a;
}
.Error-List ul li {
color: White;
list-style-type: decimal;
}
/*Error List Style in Forms */
/*LI*/
.display-numbers {
list-style-type: decimal;
margin-left: 22px;
}
.display-numbers li {
display: list-item;
}
form.leftover {
background-color: whitesmoke;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
*border-radius: 5px;
}
form.saved {
background-color: transparent;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
*border-radius: 5px;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
color: #f00;
display: block;
margin-top: 8px;
text-align: center;
}
.field-validation-valid { display: none; }
.input-validation-error {
background-color: #fee;
border: 1px solid #f00;
}
.validation-summary-errors {
color: #f00;
font-weight: bold;
}
.validation-summary-valid { display: none; }
/* jQuery mobile styles
-----------------------------------------------------------*/
/* Make listview buttons fill the whole horizontal width of the screen */
.ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li { padding-right: 15px; }
.ui-bar-a, .ui-body-a, .ui-btn-up-a, .ui-btn-hover-a, .ui-btn-down-a,
.ui-bar-b, .ui-body-b, .ui-btn-up-b, .ui-btn-hover-b, .ui-btn-down-b,
.ui-bar-c, .ui-body-c, .ui-btn-up-c, .ui-btn-hover-c, .ui-btn-down-c,
.ui-bar-d, .ui-body-d, .ui-btn-up-d, .ui-btn-hover-d, .ui-btn-down-d,
.ui-bar-e, .ui-body-e, .ui-btn-up-e, .ui-btn-hover-e, .ui-btn-down-e,
.ui-btn-active { text-shadow: none; }
.center {
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
}
/* Colors and Fonts */
.Blackish-Red { color: #330707; }
.red { color: Red; }
.brownish-red { color: #B31010; }
.bold { font-weight: bolder; }
.green { color: #008000; }
.brown { color: #5E1F1F; }
.black { color: Black; }
.lightcolor { color: Gray; }
.white { color: White; }
.blue { color: Blue; }
.blue-like { color: #459EC9; }
.regular-font { font-size: 13px; }
.medium-font { font-size: 122%; }
.bigger-font { font-size: 200%; }
h1, h2, h3, h4, h5 { font-size: 13px; }
.bangla, .bangla li {
font-family: Bangla, Kalpurush;
font-size: 16px;
font-weight: normal;
} | JustFood/Content/Site.css | .hide {
display: none;
}
/*Error List Style in Forms */
div.Error-List {
background-color: #AD8A63;
padding-left: 18px; /*font-size: 2em;*/
}
div.Error-List h1 {
font-size: 1.2em;
padding-top: 5px;
}
div.Error-List ul {
background-color: #a52a2a;
}
.Error-List ul li {
color: White;
list-style-type: decimal;
}
/*Error List Style in Forms */
/*LI*/
.display-numbers {
list-style-type: decimal;
margin-left: 22px;
}
.display-numbers li {
display: list-item;
}
form.leftover {
background-color: whitesmoke;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
*border-radius: 5px;
}
form.saved {
background-color: transparent;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
*border-radius: 5px;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
color: #f00;
display: block;
margin-top: 8px;
text-align: center;
}
.field-validation-valid { display: none; }
.input-validation-error {
background-color: #fee;
border: 1px solid #f00;
}
.validation-summary-errors {
color: #f00;
font-weight: bold;
}
.validation-summary-valid { display: none; }
/* jQuery mobile styles
-----------------------------------------------------------*/
/* Make listview buttons fill the whole horizontal width of the screen */
.ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li { padding-right: 15px; }
.ui-bar-a, .ui-body-a, .ui-btn-up-a, .ui-btn-hover-a, .ui-btn-down-a,
.ui-bar-b, .ui-body-b, .ui-btn-up-b, .ui-btn-hover-b, .ui-btn-down-b,
.ui-bar-c, .ui-body-c, .ui-btn-up-c, .ui-btn-hover-c, .ui-btn-down-c,
.ui-bar-d, .ui-body-d, .ui-btn-up-d, .ui-btn-hover-d, .ui-btn-down-d,
.ui-bar-e, .ui-body-e, .ui-btn-up-e, .ui-btn-hover-e, .ui-btn-down-e,
.ui-btn-active { text-shadow: none; }
.center {
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
}
/* Colors and Fonts */
.Blackish-Red { color: #330707; }
.red { color: Red; }
.brownish-red { color: #B31010; }
.bold { font-weight: bolder; }
.green { color: #008000; }
.brown { color: #5E1F1F; }
.black { color: Black; }
.lightcolor { color: Gray; }
.white { color: White; }
.blue { color: Blue; }
.blue-like { color: #459EC9; }
.regular-font { font-size: 13px; }
.medium-font { font-size: 122%; }
.bigger-font { font-size: 200%; }
h1, h2, h3, h4, h5 { font-size: 13px; }
.bangla, .bangla li {
font-family: Bangla, Kalpurush;
font-size: 16px;
font-weight: normal;
} | 0.434221 | 0.064772 |
@font-face {
font-family: "Flaticon";
src: url("Flaticon.eot");
src: url("Flaticond41dd41d.eot") format("embedded-opentype"),
url("Flaticon.woff2") format("woff2"),
url("Flaticon.woff") format("woff"),
url("Flaticon.ttf") format("truetype"),
url("Flaticon.svg") format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url("Flaticon.svg") format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
font-family: Flaticon;
font-style: normal;
}
.flaticon-play-1:before { content: "\f100"; }
.flaticon-ui:before { content: "\f101"; }
.flaticon-magnifying-glass:before { content: "\f102"; }
.flaticon-conversation:before { content: "\f103"; }
.flaticon-view:before { content: "\f104"; }
.flaticon-visibility:before { content: "\f105"; }
.flaticon-left-arrow:before { content: "\f106"; }
.flaticon-right-arrow:before { content: "\f107"; }
.flaticon-checked:before { content: "\f108"; }
.flaticon-icon-61088:before { content: "\f109"; }
.flaticon-support:before { content: "\f10a"; }
.flaticon-email:before { content: "\f10b"; }
.flaticon-shopping-cart:before { content: "\f10c"; }
.flaticon-globe:before { content: "\f10d"; }
.flaticon-play:before { content: "\f10e"; }
.flaticon-atm:before { content: "\f10f"; }
.flaticon-team:before { content: "\f110"; }
.flaticon-wallet:before { content: "\f111"; }
.flaticon-right:before { content: "\f112"; }
.flaticon-email-1:before { content: "\f113"; }
.flaticon-notification:before { content: "\f114"; }
.flaticon-caret-down:before { content: "\f115"; }
.flaticon-bell:before { content: "\f116"; }
.flaticon-sms:before { content: "\f117"; }
.flaticon-exchange:before { content: "\f118"; }
.flaticon-deal:before { content: "\f119"; }
.flaticon-gears:before { content: "\f11a"; }
.flaticon-interest:before { content: "\f11b"; }
.flaticon-man:before { content: "\f11c"; }
.flaticon-coin:before { content: "\f11d"; } | public/assets/css/flaticon.css | @font-face {
font-family: "Flaticon";
src: url("Flaticon.eot");
src: url("Flaticond41dd41d.eot") format("embedded-opentype"),
url("Flaticon.woff2") format("woff2"),
url("Flaticon.woff") format("woff"),
url("Flaticon.ttf") format("truetype"),
url("Flaticon.svg") format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url("Flaticon.svg") format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
font-family: Flaticon;
font-style: normal;
}
.flaticon-play-1:before { content: "\f100"; }
.flaticon-ui:before { content: "\f101"; }
.flaticon-magnifying-glass:before { content: "\f102"; }
.flaticon-conversation:before { content: "\f103"; }
.flaticon-view:before { content: "\f104"; }
.flaticon-visibility:before { content: "\f105"; }
.flaticon-left-arrow:before { content: "\f106"; }
.flaticon-right-arrow:before { content: "\f107"; }
.flaticon-checked:before { content: "\f108"; }
.flaticon-icon-61088:before { content: "\f109"; }
.flaticon-support:before { content: "\f10a"; }
.flaticon-email:before { content: "\f10b"; }
.flaticon-shopping-cart:before { content: "\f10c"; }
.flaticon-globe:before { content: "\f10d"; }
.flaticon-play:before { content: "\f10e"; }
.flaticon-atm:before { content: "\f10f"; }
.flaticon-team:before { content: "\f110"; }
.flaticon-wallet:before { content: "\f111"; }
.flaticon-right:before { content: "\f112"; }
.flaticon-email-1:before { content: "\f113"; }
.flaticon-notification:before { content: "\f114"; }
.flaticon-caret-down:before { content: "\f115"; }
.flaticon-bell:before { content: "\f116"; }
.flaticon-sms:before { content: "\f117"; }
.flaticon-exchange:before { content: "\f118"; }
.flaticon-deal:before { content: "\f119"; }
.flaticon-gears:before { content: "\f11a"; }
.flaticon-interest:before { content: "\f11b"; }
.flaticon-man:before { content: "\f11c"; }
.flaticon-coin:before { content: "\f11d"; } | 0.367611 | 0.231995 |
body {
background-color: #ddd;
background-size: cover;
}
.welcome-header {
margin-top: 10px;
margin-bottom: 50px;
margin-left: -10px;
}
.welcome-header img {
width: 150px;
margin-bottom: 40px;
}
.welcome-message {
margin-top: 20px;
}
.h-l {
min-height: 370px;
padding: 10px 20px 10px;
overflow: hidden;
}
.h-l h3 {
margin-bottom: 10px;
}
.h-m {
height: 110px;
padding-top: 23px;
}
.card-pf img {
width: 22px;
margin-right: 10px;
vertical-align: bottom;
}
img.doc-img {
width: auto;
height: 22px;
}
.link {
font-size: 16px;
vertical-align: baseline;
margin-left: 5px;
}
h3 {
font-weight: 550;
}
h3 a:link,
h3 a:visited {
color: #333;
font-weight: 550;
}
h3 a:hover,
h3 a:hover .link {
text-decoration: none;
color: #00659c;
}
.h-l h3 a img {
height: 30px;
width: auto;
}
.description {
margin-top: 30px;
}
.card-pf {
border-top: 1px solid rgba(3, 3, 3, 0.1);
box-shadow: 0 1px 1px rgba(3, 3, 3, 0.275);
}
.welcome-form label,
.welcome-form input {
display: block;
width: 100%;
}
.welcome-form label {
color: #828486;
font-weight: normal;
margin-top: 18px;
}
.welcome-form input {
border: 0;
border-bottom: solid 1px #cbcbcb;
}
.welcome-form input:focus {
border-bottom: solid 1px #5e99c6;
outline-width: 0;
}
.welcome-form button {
margin-top: 10px;
}
.error {
color: #c00;
border-color: #c00;
padding: 5px 10px;
}
.success {
color: #3f9c35;
border-color: #3f9c35;
padding: 5px 10px;
}
.welcome-form + .welcome-primary-link,
.welcome-message + .welcome-primary-link {
display: none;
}
.footer img {
float: right;
width: 150px;
margin-top: 30px;
}
@media (max-width: 768px) {
.welcome-header {
margin-top: 10px;
margin-bottom: 20px;
}
.welcome-header img {
margin-bottom: 20px;
}
h3 {
margin-top: 10px;
}
.h-l,
.h-m {
height: auto;
min-height: auto;
padding: 5px 10px;
}
.h-l img {
display: inline;
margin-bottom: auto;
}
.description {
display: none;
}
.footer img {
margin-top: 10px;
}
} | deployment/keycloak/themes/starwit/welcome/resources/css/welcome.css | body {
background-color: #ddd;
background-size: cover;
}
.welcome-header {
margin-top: 10px;
margin-bottom: 50px;
margin-left: -10px;
}
.welcome-header img {
width: 150px;
margin-bottom: 40px;
}
.welcome-message {
margin-top: 20px;
}
.h-l {
min-height: 370px;
padding: 10px 20px 10px;
overflow: hidden;
}
.h-l h3 {
margin-bottom: 10px;
}
.h-m {
height: 110px;
padding-top: 23px;
}
.card-pf img {
width: 22px;
margin-right: 10px;
vertical-align: bottom;
}
img.doc-img {
width: auto;
height: 22px;
}
.link {
font-size: 16px;
vertical-align: baseline;
margin-left: 5px;
}
h3 {
font-weight: 550;
}
h3 a:link,
h3 a:visited {
color: #333;
font-weight: 550;
}
h3 a:hover,
h3 a:hover .link {
text-decoration: none;
color: #00659c;
}
.h-l h3 a img {
height: 30px;
width: auto;
}
.description {
margin-top: 30px;
}
.card-pf {
border-top: 1px solid rgba(3, 3, 3, 0.1);
box-shadow: 0 1px 1px rgba(3, 3, 3, 0.275);
}
.welcome-form label,
.welcome-form input {
display: block;
width: 100%;
}
.welcome-form label {
color: #828486;
font-weight: normal;
margin-top: 18px;
}
.welcome-form input {
border: 0;
border-bottom: solid 1px #cbcbcb;
}
.welcome-form input:focus {
border-bottom: solid 1px #5e99c6;
outline-width: 0;
}
.welcome-form button {
margin-top: 10px;
}
.error {
color: #c00;
border-color: #c00;
padding: 5px 10px;
}
.success {
color: #3f9c35;
border-color: #3f9c35;
padding: 5px 10px;
}
.welcome-form + .welcome-primary-link,
.welcome-message + .welcome-primary-link {
display: none;
}
.footer img {
float: right;
width: 150px;
margin-top: 30px;
}
@media (max-width: 768px) {
.welcome-header {
margin-top: 10px;
margin-bottom: 20px;
}
.welcome-header img {
margin-bottom: 20px;
}
h3 {
margin-top: 10px;
}
.h-l,
.h-m {
height: auto;
min-height: auto;
padding: 5px 10px;
}
.h-l img {
display: inline;
margin-bottom: auto;
}
.description {
display: none;
}
.footer img {
margin-top: 10px;
}
} | 0.572842 | 0.130701 |
tr td{
vertical-align: middle!important;
}
.mailbox-read-message{
word-wrap: break-word;
}
.input-b0{
border: 0;
}
.logo img{
max-width: 250px;
}
.pointer{
cursor: pointer;
}
.logo_header{
width:auto;
height: 30px;
}
.img-profile img{
cursor: pointer;
margin-right: auto;
margin-left: auto;
display: flex;
border-radius: 50%;
}
.user_profile{
max-width: 220px;
}
.i-chev-down{
float: right;
margin-right: 15px;
font-size: 1rem;
margin-top: 0.5rem;
}
#editor{
border: 1px solid #ccc;
}
.f-right{
float: right;
}
.img_preview{
height: 300px;
overflow: hidden;
margin: 5rem;
cursor: pointer;
}
.img_preview i{
display: block;
text-align: center;
margin-top: calc(100% - 70%);
font-size: 8rem;
color: #ccc;
}
.img_preview img{
width: 100%;
height: auto;
margin: 0 auto;
display: flex;
object-fit: cover;
}
.del-btn{
position: absolute;
bottom: 0;
right: 0;
margin-bottom: 80px;
margin-right: 80px;
}
.del-btn i {
font-size: 2rem;
color: white;
margin-top: 0;
}
.profile_img{
width: 50px;
height: 50px;
object-fit: cover;
border-radius: 25%;
}
.mt-3{
margin-top: 30px;
}
.mb-3{
margin-bottom: 30px;
}
.mt-4{
margin-top: 40px;
}
.mb-4{
margin-bottom: 40px;
}
.mt-5{
margin-top: 50px;
}
.mb-5{
margin-bottom: 50px;
}
.mt-25p{
margin-top: 5vh;
}
.success-box {
margin:50px 0;
padding:10px 10px;
border:1px solid #eee;
background:#f9f9f9;
}
.success-box img {
margin-right:10px;
display:inline-block;
vertical-align:top;
}
.success-box > div {
vertical-align:top;
display:inline-block;
color:#888;
}
/* Rating Star Widgets Style */
.rating-stars ul {
list-style-type:none;
padding:0;
-moz-user-select:none;
-webkit-user-select:none;
}
.rating-stars ul > li.star {
display:inline-block;
}
/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
font-size:2.5em; /* Change the size of the stars */
color:#ccc; /* Color on idle state */
}
/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
color:#FFCC36;
}
/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
color:#FF912C;
}
.badge-success{
background-color: #88d128!important;
}
.badge-light{
background-color: #97A4AE!important;
} | resources/css/style.css | tr td{
vertical-align: middle!important;
}
.mailbox-read-message{
word-wrap: break-word;
}
.input-b0{
border: 0;
}
.logo img{
max-width: 250px;
}
.pointer{
cursor: pointer;
}
.logo_header{
width:auto;
height: 30px;
}
.img-profile img{
cursor: pointer;
margin-right: auto;
margin-left: auto;
display: flex;
border-radius: 50%;
}
.user_profile{
max-width: 220px;
}
.i-chev-down{
float: right;
margin-right: 15px;
font-size: 1rem;
margin-top: 0.5rem;
}
#editor{
border: 1px solid #ccc;
}
.f-right{
float: right;
}
.img_preview{
height: 300px;
overflow: hidden;
margin: 5rem;
cursor: pointer;
}
.img_preview i{
display: block;
text-align: center;
margin-top: calc(100% - 70%);
font-size: 8rem;
color: #ccc;
}
.img_preview img{
width: 100%;
height: auto;
margin: 0 auto;
display: flex;
object-fit: cover;
}
.del-btn{
position: absolute;
bottom: 0;
right: 0;
margin-bottom: 80px;
margin-right: 80px;
}
.del-btn i {
font-size: 2rem;
color: white;
margin-top: 0;
}
.profile_img{
width: 50px;
height: 50px;
object-fit: cover;
border-radius: 25%;
}
.mt-3{
margin-top: 30px;
}
.mb-3{
margin-bottom: 30px;
}
.mt-4{
margin-top: 40px;
}
.mb-4{
margin-bottom: 40px;
}
.mt-5{
margin-top: 50px;
}
.mb-5{
margin-bottom: 50px;
}
.mt-25p{
margin-top: 5vh;
}
.success-box {
margin:50px 0;
padding:10px 10px;
border:1px solid #eee;
background:#f9f9f9;
}
.success-box img {
margin-right:10px;
display:inline-block;
vertical-align:top;
}
.success-box > div {
vertical-align:top;
display:inline-block;
color:#888;
}
/* Rating Star Widgets Style */
.rating-stars ul {
list-style-type:none;
padding:0;
-moz-user-select:none;
-webkit-user-select:none;
}
.rating-stars ul > li.star {
display:inline-block;
}
/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
font-size:2.5em; /* Change the size of the stars */
color:#ccc; /* Color on idle state */
}
/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
color:#FFCC36;
}
/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
color:#FF912C;
}
.badge-success{
background-color: #88d128!important;
}
.badge-light{
background-color: #97A4AE!important;
} | 0.351311 | 0.095392 |
.txt-8{font-size:8px;}
.txt-9{font-size:9px;}
.txt-10{font-size:10px;}
.txt-11{font-size:11px;}
.txt-12{font-size:12px;}
.txt-13{font-size:13px;}
.txt-14{font-size:14px;}
.txt-15{font-size:15px;}
.txt-16{font-size:16px;}
.txt-18{font-size:18px;}
.txt-20{font-size:20px;}
.txt-22{font-size:22px;}
.txt-24{font-size:24px;}
.txt-26{font-size:26px !important;}
.txt-28{font-size:28px !important;}
.txt-30{font-size:30px;}
.txt-32{font-size:32px;}
.txt-34{font-size:34px;}
.txt-36{font-size:36px;}
.txt-38{font-size:38px;}
.txt-40{font-size:40px;}
.txt-42{font-size:42px;}
.txt-44{font-size:44px;}
.txt-46{font-size:46px;}
.txt-48{font-size:48px;}
.txt-50{font-size:50px !important;}
.txt-120{font-size:120px;}
.txt-52{font-size:52px;}
.txt-54{font-size:54px;}
.txt-56{font-size:56px;}
.txt-58{font-size:58px !important;}
.txt-60{font-size:60px;}
.txt-62{font-size:62px;}
.txt-64{font-size:64px;}
.txt-66{font-size:66px;}
.txt-68{font-size:68px;}
.txt-70{font-size:70px;}
.txt-72{font-size:72px;}
.txt-74{font-size:74px;}
.txt-76{font-size:76px;}
.txt-78{font-size:78px;}
.txt-80{font-size:80px;}
.txt-225{font-size:225px;}
.line-h-0{line-height:0px;}
.line-h-8{line-height:8px;}
.line-h-9{line-height:9px;}
.line-h-10{line-height:10px;}
.line-h-11{line-height:11px;}
.line-h-12{line-height:12px;}
.line-h-13{line-height:13px;}
.line-h-14{line-height:14px;}
.line-h-15{line-height:15px;}
.line-h-16{line-height:16px;}
.line-h-18{line-height:18px;}
.line-h-20{line-height:20px;}
.line-h-22{line-height:22px;}
.line-h-24{line-height:24px;}
.line-h-26{line-height:26px;}
.line-h-28{line-height:28px;}
.line-h-30{line-height:30px;}
.line-h-32{line-height:32px;}
.line-h-34{line-height:34px;}
.line-h-36{line-height:36px;}
.line-h-38{line-height:38px;}
.line-h-40{line-height:40px;}
.line-h-42{line-height:42px;}
.line-h-44{line-height:44px;}
.line-h-46{line-height:46px;}
.line-h-48{line-height:48px;}
.line-h-50{line-height:50px;}
.txt-left{text-align: left;}
.txt-right{text-align: right;}
.txt-center{text-align: center;}
.txt-just{text-align: justify;}
.bold{font-weight:bold;}
.regular{font-weight:normal;}
.underline{text-decoration:underline;}
.italic{ font-style:italic;}
.thin{font-weight: 100;}
.up-case{text-transform:uppercase;}
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(https://fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nE8xhg-WlD4iG4AP-V7QxYA.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
.tahoma{font-family:tahoma;}
.roboto{font-family:"Roboto Condensed";}
.arial{font-family:arial;}
.georgia{font-family:georgia;}
.trebuchet{font-family:trebuchet ms;}
.txt-ind-999n{text-indent:-999px;}
.let-space-1{letter-spacing:1px;}
.let-space-1n{letter-spacing:-1px;}
/*========================================================================================================================================================*/
/*========================================================================================================================================================*/
/*========================================================================================================================================================*/
/*========================================================================================================================================================*/
/*========================================================================================================================================================*//*-- XS --*/
@media (max-width: 767px) {
.txt-8-xs{font-size:8px;}
.txt-9-xs{font-size:9px;}
.txt-10-xs{font-size:10px;}
.txt-11-xs{font-size:11px;}
.txt-12-xs{font-size:12px;}
.txt-13-xs{font-size:13px;}
.txt-14-xs{font-size:14px;}
.txt-15-xs{font-size:15px;}
.txt-16-xs{font-size:16px;}
.txt-18-xs{font-size:18px;}
.txt-20-xs{font-size:20px !important;}
.txt-22-xs{font-size:22px;}
.txt-24-xs{font-size:24px;}
.txt-26-xs{font-size:26px;}
.txt-28-xs{font-size:28px;}
.txt-30-xs{font-size:30px;}
.txt-32-xs{font-size:32px;}
.txt-34-xs{font-size:34px;}
.txt-36-xs{font-size:36px;}
.txt-38-xs{font-size:38px;}
.txt-40-xs{font-size:40px;}
.txt-42-xs{font-size:42px;}
.txt-44-xs{font-size:44px;}
.txt-46-xs{font-size:46px;}
.txt-48-xs{font-size:48px;}
.txt-50-xs{font-size:50px;}
.txt-52-xs{font-size:52px;}
.txt-54-xs{font-size:54px;}
.txt-56-xs{font-size:56px;}
.txt-58-xs{font-size:58px;}
.txt-60-xs{font-size:60px;}
.txt-62-xs{font-size:62px;}
.txt-64-xs{font-size:64px;}
.txt-66-xs{font-size:66px;}
.txt-68-xs{font-size:68px;}
.txt-70-xs{font-size:70px;}
.txt-72-xs{font-size:72px;}
.txt-74-xs{font-size:74px;}
.txt-76-xs{font-size:76px;}
.txt-78-xs{font-size:78px;}
.txt-80-xs{font-size:80px;}
.line-h-8-xs{line-height:8px;}
.line-h-9-xs{line-height:9px;}
.line-h-10-xs{line-height:10px;}
.line-h-11-xs{line-height:11px;}
.line-h-12-xs{line-height:12px;}
.line-h-13-xs{line-height:13px;}
.line-h-14-xs{line-height:14px;}
.line-h-15-xs{line-height:15px;}
.line-h-16-xs{line-height:16px;}
.line-h-18-xs{line-height:18px;}
.line-h-20-xs{line-height:20px;}
.line-h-22-xs{line-height:22px;}
.line-h-24-xs{line-height:24px;}
.line-h-26-xs{line-height:26px;}
.line-h-28-xs{line-height:28px;}
.line-h-30-xs{line-height:30px;}
.line-h-32-xs{line-height:32px;}
.line-h-34-xs{line-height:34px;}
.line-h-36-xs{line-height:36px;}
.line-h-38-xs{line-height:38px;}
.line-h-40-xs{line-height:40px;}
.line-h-42-xs{line-height:42px;}
.line-h-44-xs{line-height:44px;}
.line-h-46-xs{line-height:46px;}
.line-h-48-xs{line-height:48px;}
.line-h-50-xs{line-height:50px;}
.txt-left-xs{text-align: left;}
.txt-right-xs{text-align: right;}
.txt-center-xs{text-align: center;}
.bold-xs{font-weight:bold;}
.regular-xs{font-weight:normal;}
.underline-xs{text-decoration:underline;}
.italic-xs{ font-style:italic;}
.thin-xs{font-weight: 100;}
.up-case-xs{text-transform:uppercase;}
.tahoma-xs{font-family:tahoma;}
.arial-xs{font-family:arial;}
.georgia-xs{font-family:georgia;}
.trebuchet-xs{font-family:trebuchet ms;}
.txt-ind-999n-xs{text-indent:-999px;}
.let-space-1-xs{letter-spacing:1px;}
.let-space-1n-xs{letter-spacing:-1px;}
}
/*========================================================================================================================================================*/
/*========================================================================================================================================================*/
/*========================================================================================================================================================*/
/*========================================================================================================================================================*/
/*========================================================================================================================================================*//*-- SM --*/
@media (min-width: 768px) and (max-width: 991px) {
.txt-8-sm{font-size:8px;}
.txt-9-sm{font-size:9px;}
.txt-10-sm{font-size:10px;}
.txt-11-sm{font-size:11px;}
.txt-12-sm{font-size:12px;}
.txt-13-sm{font-size:13px;}
.txt-14-sm{font-size:14px;}
.txt-15-sm{font-size:15px;}
.txt-16-sm{font-size:16px;}
.txt-18-sm{font-size:18px;}
.txt-20-sm{font-size:20px;}
.txt-22-sm{font-size:22px;}
.txt-24-sm{font-size:24px;}
.txt-26-sm{font-size:26px;}
.txt-28-sm{font-size:28px;}
.txt-30-sm{font-size:30px;}
.txt-32-sm{font-size:32px;}
.txt-34-sm{font-size:34px;}
.txt-36-sm{font-size:36px;}
.txt-38-sm{font-size:38px;}
.txt-40-sm{font-size:40px;}
.txt-42-sm{font-size:42px;}
.txt-44-sm{font-size:44px;}
.txt-46-sm{font-size:46px;}
.txt-48-sm{font-size:48px;}
.txt-50-sm{font-size:50px;}
.txt-52-sm{font-size:52px;}
.txt-54-sm{font-size:54px;}
.txt-56-sm{font-size:56px;}
.txt-58-sm{font-size:58px;}
.txt-60-sm{font-size:60px;}
.txt-62-sm{font-size:62px;}
.txt-64-sm{font-size:64px;}
.txt-66-sm{font-size:66px;}
.txt-68-sm{font-size:68px;}
.txt-70-sm{font-size:70px;}
.txt-72-sm{font-size:72px;}
.txt-74-sm{font-size:74px;}
.txt-76-sm{font-size:76px;}
.txt-78-sm{font-size:78px;}
.txt-80-sm{font-size:80px;}
.line-h-8-sm{line-height:8px;}
.line-h-9-sm{line-height:9px;}
.line-h-10-sm{line-height:10px;}
.line-h-11-sm{line-height:11px;}
.line-h-12-sm{line-height:12px;}
.line-h-13-sm{line-height:13px;}
.line-h-14-sm{line-height:14px;}
.line-h-15-sm{line-height:15px;}
.line-h-16-sm{line-height:16px;}
.line-h-18-sm{line-height:18px;}
.line-h-20-sm{line-height:20px;}
.line-h-22-sm{line-height:22px;}
.line-h-24-sm{line-height:24px;}
.line-h-26-sm{line-height:26px;}
.line-h-28-sm{line-height:28px;}
.line-h-30-sm{line-height:30px;}
.line-h-32-sm{line-height:32px;}
.line-h-34-sm{line-height:34px;}
.line-h-36-sm{line-height:36px;}
.line-h-38-sm{line-height:38px;}
.line-h-40-sm{line-height:40px;}
.line-h-42-sm{line-height:42px;}
.line-h-44-sm{line-height:44px;}
.line-h-46-sm{line-height:46px;}
.line-h-48-sm{line-height:48px;}
.line-h-50-sm{line-height:50px;}
.txt-left-sm{text-align: left;}
.txt-right-sm{text-align: right;}
.txt-center-sm{text-align: center;}
.bold-sm{font-weight:bold;}
.regular-sm{font-weight:normal;}
.underline-sm{text-decoration:underline;}
.italic-sm{ font-style:italic;}
.thin-sm{font-weight: 100;}
.up-case-sm{text-transform:uppercase;}
.tahoma-sm{font-family:tahoma;}
.arial-sm{font-family:arial;}
.georgia-sm{font-family:georgia;}
.trebuchet-sm{font-family:trebuchet ms;}
.txt-ind-999n-sm{text-indent:-999px;}
.let-space-1-sm{letter-spacing:1px;}
.let-space-1n-sm{letter-spacing:-1px;}
}
/*========================================================================================================================================================*/
/*========================================================================================================================================================*/
/*========================================================================================================================================================*/
/*========================================================================================================================================================*/
/*========================================================================================================================================================*//*-- MD --*/
@media (min-width: 992px) and (max-width: 1169px) {
.txt-8-md{font-size:8px;}
.txt-9-md{font-size:9px;}
.txt-10-md{font-size:10px;}
.txt-11-md{font-size:11px;}
.txt-12-md{font-size:12px;}
.txt-13-md{font-size:13px;}
.txt-14-md{font-size:14px !important;}
.txt-15-md{font-size:15px;}
.txt-16-md{font-size:16px;}
.txt-18-md{font-size:18px;}
.txt-20-md{font-size:20px;}
.txt-22-md{font-size:22px;}
.txt-24-md{font-size:24px;}
.txt-26-md{font-size:26px;}
.txt-28-md{font-size:28px;}
.txt-30-md{font-size:30px;}
.txt-32-md{font-size:32px;}
.txt-34-md{font-size:34px;}
.txt-36-md{font-size:36px;}
.txt-38-md{font-size:38px;}
.txt-40-md{font-size:40px;}
.txt-42-md{font-size:42px;}
.txt-44-md{font-size:44px;}
.txt-46-md{font-size:46px;}
.txt-48-md{font-size:48px;}
.txt-50-md{font-size:50px;}
.txt-52-md{font-size:52px;}
.txt-54-md{font-size:54px;}
.txt-56-md{font-size:56px;}
.txt-58-md{font-size:58px;}
.txt-60-md{font-size:60px;}
.txt-62-md{font-size:62px;}
.txt-64-md{font-size:64px;}
.txt-66-md{font-size:66px;}
.txt-68-md{font-size:68px;}
.txt-70-md{font-size:70px;}
.txt-72-md{font-size:72px;}
.txt-74-md{font-size:74px;}
.txt-76-md{font-size:76px;}
.txt-78-md{font-size:78px;}
.txt-80-md{font-size:80px;}
.line-h-8-md{line-height:8px;}
.line-h-9-md{line-height:9px;}
.line-h-10-md{line-height:10px;}
.line-h-11-md{line-height:11px;}
.line-h-12-md{line-height:12px;}
.line-h-13-md{line-height:13px;}
.line-h-14-md{line-height:14px;}
.line-h-15-md{line-height:15px;}
.line-h-16-md{line-height:16px;}
.line-h-18-md{line-height:18px;}
.line-h-20-md{line-height:20px;}
.line-h-22-md{line-height:22px;}
.line-h-24-md{line-height:24px;}
.line-h-26-md{line-height:26px;}
.line-h-28-md{line-height:28px;}
.line-h-30-md{line-height:30px;}
.line-h-32-md{line-height:32px;}
.line-h-34-md{line-height:34px;}
.line-h-36-md{line-height:36px;}
.line-h-38-md{line-height:38px;}
.line-h-40-md{line-height:40px;}
.line-h-42-md{line-height:42px;}
.line-h-44-md{line-height:44px;}
.line-h-46-md{line-height:46px;}
.line-h-48-md{line-height:48px;}
.line-h-50-md{line-height:50px;}
.txt-left-md{text-align: left;}
.txt-right-md{text-align: right;}
.txt-center-md{text-align: center;}
.bold-md{font-weight:bold;}
.regular-md{font-weight:normal;}
.underline-md{text-decoration:underline;}
.italic-md{ font-style:italic;}
.thin -md{font-weight: 100;}
.up-case-md{text-transform:uppercase;}
.tahoma-md{font-family:tahoma;}
.arial-md{font-family:arial;}
.georgia-md{font-family:georgia;}
.trebuchet-md{font-family:trebuchet ms;}
.txt-ind-999n-md{text-indent:-999px;}
.let-space-1-md{letter-spacing:1px;}
.let-space-1n-md{letter-spacing:-1px;}
}
/*========================================================================================================================================================*/
/*========================================================================================================================================================*/
/*========================================================================================================================================================*/
/*========================================================================================================================================================*/
/*========================================================================================================================================================*//*-- LG --*/
@media (min-width: 1170px) {
.txt-8-lg{font-size:8px;}
.txt-9-lg{font-size:9px;}
.txt-10-lg{font-size:10px;}
.txt-11-lg{font-size:11px;}
.txt-12-lg{font-size:12px;}
.txt-13-lg{font-size:13px;}
.txt-14-lg{font-size:14px;}
.txt-15-lg{font-size:15px;}
.txt-16-lg{font-size:16px;}
.txt-18-lg{font-size:18px;}
.txt-20-lg{font-size:20px;}
.txt-22-lg{font-size:22px;}
.txt-24-lg{font-size:24px;}
.txt-26-lg{font-size:26px;}
.txt-28-lg{font-size:28px;}
.txt-30-lg{font-size:30px;}
.txt-32-lg{font-size:32px;}
.txt-34-lg{font-size:34px;}
.txt-36-lg{font-size:36px;}
.txt-38-lg{font-size:38px;}
.txt-40-lg{font-size:40px;}
.txt-42-lg{font-size:42px;}
.txt-44-lg{font-size:44px;}
.txt-46-lg{font-size:46px;}
.txt-48-lg{font-size:48px;}
.txt-50-lg{font-size:50px;}
.txt-52-lg{font-size:52px;}
.txt-54-lg{font-size:54px;}
.txt-56-lg{font-size:56px;}
.txt-58-lg{font-size:58px;}
.txt-60-lg{font-size:60px;}
.txt-62-lg{font-size:62px;}
.txt-64-lg{font-size:64px;}
.txt-66-lg{font-size:66px;}
.txt-68-lg{font-size:68px;}
.txt-70-lg{font-size:70px;}
.txt-72-lg{font-size:72px;}
.txt-74-lg{font-size:74px;}
.txt-76-lg{font-size:76px;}
.txt-78-lg{font-size:78px;}
.txt-80-lg{font-size:80px;}
.line-h-8-lg{line-height:8px;}
.line-h-9-lg{line-height:9px;}
.line-h-10-lg{line-height:10px;}
.line-h-11-lg{line-height:11px;}
.line-h-12-lg{line-height:12px;}
.line-h-13-lg{line-height:13px;}
.line-h-14-lg{line-height:14px;}
.line-h-15-lg{line-height:15px;}
.line-h-16-lg{line-height:16px;}
.line-h-18-lg{line-height:18px;}
.line-h-20-lg{line-height:20px;}
.line-h-22-lg{line-height:22px;}
.line-h-24-lg{line-height:24px;}
.line-h-26-lg{line-height:26px;}
.line-h-28-lg{line-height:28px;}
.line-h-30-lg{line-height:30px;}
.line-h-32-lg{line-height:32px;}
.line-h-34-lg{line-height:34px;}
.line-h-36-lg{line-height:36px;}
.line-h-38-lg{line-height:38px;}
.line-h-40-lg{line-height:40px;}
.line-h-42-lg{line-height:42px;}
.line-h-44-lg{line-height:44px;}
.line-h-46-lg{line-height:46px;}
.line-h-48-lg{line-height:48px;}
.line-h-50-lg{line-height:50px;}
.txt-left-lg{text-align: left;}
.txt-right-lg{text-align: right;}
.txt-center-lg{text-align: center;}
.bold-lg{font-weight:bold;}
.regular-lg{font-weight:normal;}
.underline-lg{text-decoration:underline;}
.italic-lg{ font-style:italic;}
.thin-lg{font-weight: 100;}
.up-case-lg{text-transform:uppercase;}
.tahoma-lg{font-family:tahoma;}
.arial-lg{font-family:arial;}
.georgia-lg{font-family:georgia;}
.trebuchet-lg{font-family:trebuchet ms;}
.txt-ind-999n-lg{text-indent:-999px;}
.let-space-1-lg{letter-spacing:1px;}
.let-space-1n-lg{letter-spacing:-1px;}
} | css/font-responsivo.css | .txt-8{font-size:8px;}
.txt-9{font-size:9px;}
.txt-10{font-size:10px;}
.txt-11{font-size:11px;}
.txt-12{font-size:12px;}
.txt-13{font-size:13px;}
.txt-14{font-size:14px;}
.txt-15{font-size:15px;}
.txt-16{font-size:16px;}
.txt-18{font-size:18px;}
.txt-20{font-size:20px;}
.txt-22{font-size:22px;}
.txt-24{font-size:24px;}
.txt-26{font-size:26px !important;}
.txt-28{font-size:28px !important;}
.txt-30{font-size:30px;}
.txt-32{font-size:32px;}
.txt-34{font-size:34px;}
.txt-36{font-size:36px;}
.txt-38{font-size:38px;}
.txt-40{font-size:40px;}
.txt-42{font-size:42px;}
.txt-44{font-size:44px;}
.txt-46{font-size:46px;}
.txt-48{font-size:48px;}
.txt-50{font-size:50px !important;}
.txt-120{font-size:120px;}
.txt-52{font-size:52px;}
.txt-54{font-size:54px;}
.txt-56{font-size:56px;}
.txt-58{font-size:58px !important;}
.txt-60{font-size:60px;}
.txt-62{font-size:62px;}
.txt-64{font-size:64px;}
.txt-66{font-size:66px;}
.txt-68{font-size:68px;}
.txt-70{font-size:70px;}
.txt-72{font-size:72px;}
.txt-74{font-size:74px;}
.txt-76{font-size:76px;}
.txt-78{font-size:78px;}
.txt-80{font-size:80px;}
.txt-225{font-size:225px;}
.line-h-0{line-height:0px;}
.line-h-8{line-height:8px;}
.line-h-9{line-height:9px;}
.line-h-10{line-height:10px;}
.line-h-11{line-height:11px;}
.line-h-12{line-height:12px;}
.line-h-13{line-height:13px;}
.line-h-14{line-height:14px;}
.line-h-15{line-height:15px;}
.line-h-16{line-height:16px;}
.line-h-18{line-height:18px;}
.line-h-20{line-height:20px;}
.line-h-22{line-height:22px;}
.line-h-24{line-height:24px;}
.line-h-26{line-height:26px;}
.line-h-28{line-height:28px;}
.line-h-30{line-height:30px;}
.line-h-32{line-height:32px;}
.line-h-34{line-height:34px;}
.line-h-36{line-height:36px;}
.line-h-38{line-height:38px;}
.line-h-40{line-height:40px;}
.line-h-42{line-height:42px;}
.line-h-44{line-height:44px;}
.line-h-46{line-height:46px;}
.line-h-48{line-height:48px;}
.line-h-50{line-height:50px;}
.txt-left{text-align: left;}
.txt-right{text-align: right;}
.txt-center{text-align: center;}
.txt-just{text-align: justify;}
.bold{font-weight:bold;}
.regular{font-weight:normal;}
.underline{text-decoration:underline;}
.italic{ font-style:italic;}
.thin{font-weight: 100;}
.up-case{text-transform:uppercase;}
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(https://fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nE8xhg-WlD4iG4AP-V7QxYA.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
.tahoma{font-family:tahoma;}
.roboto{font-family:"Roboto Condensed";}
.arial{font-family:arial;}
.georgia{font-family:georgia;}
.trebuchet{font-family:trebuchet ms;}
.txt-ind-999n{text-indent:-999px;}
.let-space-1{letter-spacing:1px;}
.let-space-1n{letter-spacing:-1px;}
/*========================================================================================================================================================*/
/*========================================================================================================================================================*/
/*========================================================================================================================================================*/
/*========================================================================================================================================================*/
/*========================================================================================================================================================*//*-- XS --*/
@media (max-width: 767px) {
.txt-8-xs{font-size:8px;}
.txt-9-xs{font-size:9px;}
.txt-10-xs{font-size:10px;}
.txt-11-xs{font-size:11px;}
.txt-12-xs{font-size:12px;}
.txt-13-xs{font-size:13px;}
.txt-14-xs{font-size:14px;}
.txt-15-xs{font-size:15px;}
.txt-16-xs{font-size:16px;}
.txt-18-xs{font-size:18px;}
.txt-20-xs{font-size:20px !important;}
.txt-22-xs{font-size:22px;}
.txt-24-xs{font-size:24px;}
.txt-26-xs{font-size:26px;}
.txt-28-xs{font-size:28px;}
.txt-30-xs{font-size:30px;}
.txt-32-xs{font-size:32px;}
.txt-34-xs{font-size:34px;}
.txt-36-xs{font-size:36px;}
.txt-38-xs{font-size:38px;}
.txt-40-xs{font-size:40px;}
.txt-42-xs{font-size:42px;}
.txt-44-xs{font-size:44px;}
.txt-46-xs{font-size:46px;}
.txt-48-xs{font-size:48px;}
.txt-50-xs{font-size:50px;}
.txt-52-xs{font-size:52px;}
.txt-54-xs{font-size:54px;}
.txt-56-xs{font-size:56px;}
.txt-58-xs{font-size:58px;}
.txt-60-xs{font-size:60px;}
.txt-62-xs{font-size:62px;}
.txt-64-xs{font-size:64px;}
.txt-66-xs{font-size:66px;}
.txt-68-xs{font-size:68px;}
.txt-70-xs{font-size:70px;}
.txt-72-xs{font-size:72px;}
.txt-74-xs{font-size:74px;}
.txt-76-xs{font-size:76px;}
.txt-78-xs{font-size:78px;}
.txt-80-xs{font-size:80px;}
.line-h-8-xs{line-height:8px;}
.line-h-9-xs{line-height:9px;}
.line-h-10-xs{line-height:10px;}
.line-h-11-xs{line-height:11px;}
.line-h-12-xs{line-height:12px;}
.line-h-13-xs{line-height:13px;}
.line-h-14-xs{line-height:14px;}
.line-h-15-xs{line-height:15px;}
.line-h-16-xs{line-height:16px;}
.line-h-18-xs{line-height:18px;}
.line-h-20-xs{line-height:20px;}
.line-h-22-xs{line-height:22px;}
.line-h-24-xs{line-height:24px;}
.line-h-26-xs{line-height:26px;}
.line-h-28-xs{line-height:28px;}
.line-h-30-xs{line-height:30px;}
.line-h-32-xs{line-height:32px;}
.line-h-34-xs{line-height:34px;}
.line-h-36-xs{line-height:36px;}
.line-h-38-xs{line-height:38px;}
.line-h-40-xs{line-height:40px;}
.line-h-42-xs{line-height:42px;}
.line-h-44-xs{line-height:44px;}
.line-h-46-xs{line-height:46px;}
.line-h-48-xs{line-height:48px;}
.line-h-50-xs{line-height:50px;}
.txt-left-xs{text-align: left;}
.txt-right-xs{text-align: right;}
.txt-center-xs{text-align: center;}
.bold-xs{font-weight:bold;}
.regular-xs{font-weight:normal;}
.underline-xs{text-decoration:underline;}
.italic-xs{ font-style:italic;}
.thin-xs{font-weight: 100;}
.up-case-xs{text-transform:uppercase;}
.tahoma-xs{font-family:tahoma;}
.arial-xs{font-family:arial;}
.georgia-xs{font-family:georgia;}
.trebuchet-xs{font-family:trebuchet ms;}
.txt-ind-999n-xs{text-indent:-999px;}
.let-space-1-xs{letter-spacing:1px;}
.let-space-1n-xs{letter-spacing:-1px;}
}
/*========================================================================================================================================================*/
/*========================================================================================================================================================*/
/*========================================================================================================================================================*/
/*========================================================================================================================================================*/
/*========================================================================================================================================================*//*-- SM --*/
@media (min-width: 768px) and (max-width: 991px) {
.txt-8-sm{font-size:8px;}
.txt-9-sm{font-size:9px;}
.txt-10-sm{font-size:10px;}
.txt-11-sm{font-size:11px;}
.txt-12-sm{font-size:12px;}
.txt-13-sm{font-size:13px;}
.txt-14-sm{font-size:14px;}
.txt-15-sm{font-size:15px;}
.txt-16-sm{font-size:16px;}
.txt-18-sm{font-size:18px;}
.txt-20-sm{font-size:20px;}
.txt-22-sm{font-size:22px;}
.txt-24-sm{font-size:24px;}
.txt-26-sm{font-size:26px;}
.txt-28-sm{font-size:28px;}
.txt-30-sm{font-size:30px;}
.txt-32-sm{font-size:32px;}
.txt-34-sm{font-size:34px;}
.txt-36-sm{font-size:36px;}
.txt-38-sm{font-size:38px;}
.txt-40-sm{font-size:40px;}
.txt-42-sm{font-size:42px;}
.txt-44-sm{font-size:44px;}
.txt-46-sm{font-size:46px;}
.txt-48-sm{font-size:48px;}
.txt-50-sm{font-size:50px;}
.txt-52-sm{font-size:52px;}
.txt-54-sm{font-size:54px;}
.txt-56-sm{font-size:56px;}
.txt-58-sm{font-size:58px;}
.txt-60-sm{font-size:60px;}
.txt-62-sm{font-size:62px;}
.txt-64-sm{font-size:64px;}
.txt-66-sm{font-size:66px;}
.txt-68-sm{font-size:68px;}
.txt-70-sm{font-size:70px;}
.txt-72-sm{font-size:72px;}
.txt-74-sm{font-size:74px;}
.txt-76-sm{font-size:76px;}
.txt-78-sm{font-size:78px;}
.txt-80-sm{font-size:80px;}
.line-h-8-sm{line-height:8px;}
.line-h-9-sm{line-height:9px;}
.line-h-10-sm{line-height:10px;}
.line-h-11-sm{line-height:11px;}
.line-h-12-sm{line-height:12px;}
.line-h-13-sm{line-height:13px;}
.line-h-14-sm{line-height:14px;}
.line-h-15-sm{line-height:15px;}
.line-h-16-sm{line-height:16px;}
.line-h-18-sm{line-height:18px;}
.line-h-20-sm{line-height:20px;}
.line-h-22-sm{line-height:22px;}
.line-h-24-sm{line-height:24px;}
.line-h-26-sm{line-height:26px;}
.line-h-28-sm{line-height:28px;}
.line-h-30-sm{line-height:30px;}
.line-h-32-sm{line-height:32px;}
.line-h-34-sm{line-height:34px;}
.line-h-36-sm{line-height:36px;}
.line-h-38-sm{line-height:38px;}
.line-h-40-sm{line-height:40px;}
.line-h-42-sm{line-height:42px;}
.line-h-44-sm{line-height:44px;}
.line-h-46-sm{line-height:46px;}
.line-h-48-sm{line-height:48px;}
.line-h-50-sm{line-height:50px;}
.txt-left-sm{text-align: left;}
.txt-right-sm{text-align: right;}
.txt-center-sm{text-align: center;}
.bold-sm{font-weight:bold;}
.regular-sm{font-weight:normal;}
.underline-sm{text-decoration:underline;}
.italic-sm{ font-style:italic;}
.thin-sm{font-weight: 100;}
.up-case-sm{text-transform:uppercase;}
.tahoma-sm{font-family:tahoma;}
.arial-sm{font-family:arial;}
.georgia-sm{font-family:georgia;}
.trebuchet-sm{font-family:trebuchet ms;}
.txt-ind-999n-sm{text-indent:-999px;}
.let-space-1-sm{letter-spacing:1px;}
.let-space-1n-sm{letter-spacing:-1px;}
}
/*========================================================================================================================================================*/
/*========================================================================================================================================================*/
/*========================================================================================================================================================*/
/*========================================================================================================================================================*/
/*========================================================================================================================================================*//*-- MD --*/
@media (min-width: 992px) and (max-width: 1169px) {
.txt-8-md{font-size:8px;}
.txt-9-md{font-size:9px;}
.txt-10-md{font-size:10px;}
.txt-11-md{font-size:11px;}
.txt-12-md{font-size:12px;}
.txt-13-md{font-size:13px;}
.txt-14-md{font-size:14px !important;}
.txt-15-md{font-size:15px;}
.txt-16-md{font-size:16px;}
.txt-18-md{font-size:18px;}
.txt-20-md{font-size:20px;}
.txt-22-md{font-size:22px;}
.txt-24-md{font-size:24px;}
.txt-26-md{font-size:26px;}
.txt-28-md{font-size:28px;}
.txt-30-md{font-size:30px;}
.txt-32-md{font-size:32px;}
.txt-34-md{font-size:34px;}
.txt-36-md{font-size:36px;}
.txt-38-md{font-size:38px;}
.txt-40-md{font-size:40px;}
.txt-42-md{font-size:42px;}
.txt-44-md{font-size:44px;}
.txt-46-md{font-size:46px;}
.txt-48-md{font-size:48px;}
.txt-50-md{font-size:50px;}
.txt-52-md{font-size:52px;}
.txt-54-md{font-size:54px;}
.txt-56-md{font-size:56px;}
.txt-58-md{font-size:58px;}
.txt-60-md{font-size:60px;}
.txt-62-md{font-size:62px;}
.txt-64-md{font-size:64px;}
.txt-66-md{font-size:66px;}
.txt-68-md{font-size:68px;}
.txt-70-md{font-size:70px;}
.txt-72-md{font-size:72px;}
.txt-74-md{font-size:74px;}
.txt-76-md{font-size:76px;}
.txt-78-md{font-size:78px;}
.txt-80-md{font-size:80px;}
.line-h-8-md{line-height:8px;}
.line-h-9-md{line-height:9px;}
.line-h-10-md{line-height:10px;}
.line-h-11-md{line-height:11px;}
.line-h-12-md{line-height:12px;}
.line-h-13-md{line-height:13px;}
.line-h-14-md{line-height:14px;}
.line-h-15-md{line-height:15px;}
.line-h-16-md{line-height:16px;}
.line-h-18-md{line-height:18px;}
.line-h-20-md{line-height:20px;}
.line-h-22-md{line-height:22px;}
.line-h-24-md{line-height:24px;}
.line-h-26-md{line-height:26px;}
.line-h-28-md{line-height:28px;}
.line-h-30-md{line-height:30px;}
.line-h-32-md{line-height:32px;}
.line-h-34-md{line-height:34px;}
.line-h-36-md{line-height:36px;}
.line-h-38-md{line-height:38px;}
.line-h-40-md{line-height:40px;}
.line-h-42-md{line-height:42px;}
.line-h-44-md{line-height:44px;}
.line-h-46-md{line-height:46px;}
.line-h-48-md{line-height:48px;}
.line-h-50-md{line-height:50px;}
.txt-left-md{text-align: left;}
.txt-right-md{text-align: right;}
.txt-center-md{text-align: center;}
.bold-md{font-weight:bold;}
.regular-md{font-weight:normal;}
.underline-md{text-decoration:underline;}
.italic-md{ font-style:italic;}
.thin -md{font-weight: 100;}
.up-case-md{text-transform:uppercase;}
.tahoma-md{font-family:tahoma;}
.arial-md{font-family:arial;}
.georgia-md{font-family:georgia;}
.trebuchet-md{font-family:trebuchet ms;}
.txt-ind-999n-md{text-indent:-999px;}
.let-space-1-md{letter-spacing:1px;}
.let-space-1n-md{letter-spacing:-1px;}
}
/*========================================================================================================================================================*/
/*========================================================================================================================================================*/
/*========================================================================================================================================================*/
/*========================================================================================================================================================*/
/*========================================================================================================================================================*//*-- LG --*/
@media (min-width: 1170px) {
.txt-8-lg{font-size:8px;}
.txt-9-lg{font-size:9px;}
.txt-10-lg{font-size:10px;}
.txt-11-lg{font-size:11px;}
.txt-12-lg{font-size:12px;}
.txt-13-lg{font-size:13px;}
.txt-14-lg{font-size:14px;}
.txt-15-lg{font-size:15px;}
.txt-16-lg{font-size:16px;}
.txt-18-lg{font-size:18px;}
.txt-20-lg{font-size:20px;}
.txt-22-lg{font-size:22px;}
.txt-24-lg{font-size:24px;}
.txt-26-lg{font-size:26px;}
.txt-28-lg{font-size:28px;}
.txt-30-lg{font-size:30px;}
.txt-32-lg{font-size:32px;}
.txt-34-lg{font-size:34px;}
.txt-36-lg{font-size:36px;}
.txt-38-lg{font-size:38px;}
.txt-40-lg{font-size:40px;}
.txt-42-lg{font-size:42px;}
.txt-44-lg{font-size:44px;}
.txt-46-lg{font-size:46px;}
.txt-48-lg{font-size:48px;}
.txt-50-lg{font-size:50px;}
.txt-52-lg{font-size:52px;}
.txt-54-lg{font-size:54px;}
.txt-56-lg{font-size:56px;}
.txt-58-lg{font-size:58px;}
.txt-60-lg{font-size:60px;}
.txt-62-lg{font-size:62px;}
.txt-64-lg{font-size:64px;}
.txt-66-lg{font-size:66px;}
.txt-68-lg{font-size:68px;}
.txt-70-lg{font-size:70px;}
.txt-72-lg{font-size:72px;}
.txt-74-lg{font-size:74px;}
.txt-76-lg{font-size:76px;}
.txt-78-lg{font-size:78px;}
.txt-80-lg{font-size:80px;}
.line-h-8-lg{line-height:8px;}
.line-h-9-lg{line-height:9px;}
.line-h-10-lg{line-height:10px;}
.line-h-11-lg{line-height:11px;}
.line-h-12-lg{line-height:12px;}
.line-h-13-lg{line-height:13px;}
.line-h-14-lg{line-height:14px;}
.line-h-15-lg{line-height:15px;}
.line-h-16-lg{line-height:16px;}
.line-h-18-lg{line-height:18px;}
.line-h-20-lg{line-height:20px;}
.line-h-22-lg{line-height:22px;}
.line-h-24-lg{line-height:24px;}
.line-h-26-lg{line-height:26px;}
.line-h-28-lg{line-height:28px;}
.line-h-30-lg{line-height:30px;}
.line-h-32-lg{line-height:32px;}
.line-h-34-lg{line-height:34px;}
.line-h-36-lg{line-height:36px;}
.line-h-38-lg{line-height:38px;}
.line-h-40-lg{line-height:40px;}
.line-h-42-lg{line-height:42px;}
.line-h-44-lg{line-height:44px;}
.line-h-46-lg{line-height:46px;}
.line-h-48-lg{line-height:48px;}
.line-h-50-lg{line-height:50px;}
.txt-left-lg{text-align: left;}
.txt-right-lg{text-align: right;}
.txt-center-lg{text-align: center;}
.bold-lg{font-weight:bold;}
.regular-lg{font-weight:normal;}
.underline-lg{text-decoration:underline;}
.italic-lg{ font-style:italic;}
.thin-lg{font-weight: 100;}
.up-case-lg{text-transform:uppercase;}
.tahoma-lg{font-family:tahoma;}
.arial-lg{font-family:arial;}
.georgia-lg{font-family:georgia;}
.trebuchet-lg{font-family:trebuchet ms;}
.txt-ind-999n-lg{text-indent:-999px;}
.let-space-1-lg{letter-spacing:1px;}
.let-space-1n-lg{letter-spacing:-1px;}
} | 0.120996 | 0.076996 |
.heading {
--start: 15%;
height: 130px;
top: 0;
background-image: repeating-radial-gradient(circle at var(--start), transparent 0%, transparent 10%, rgba(238, 238, 238, 0.33) 10%, rgba(238, 238, 238, 0.33) 17%), linear-gradient(to right, var(--GREY), var(--OFFWHITE));
color: var(--LIGHTPURPLE);
position: absolute;
overflow: hidden;
z-index: 2;
box-shadow: 3px 0 1rem rgba(0, 0, 0, 0.9);
}
.title {
position: relative;
padding-left: 250px;
z-index: 3;
text-align: center;
text-transform: uppercase;
font-family: 'Roboto', sans-serif;
font-size: 3.5rem;
font-weight: 700;
letter-spacing: 0.5rem;
}
.home-btn {
display: inline-block;
font-size: 1.2rem;
letter-spacing: 1px;
text-decoration: none;
color: var(--OFFWHITE);
background-color: red;
padding: 1rem 4rem;
margin-left: 50%;
margin-top: 2rem;
border-radius: .4rem;
box-shadow: 3px 3px 1rem rgba(0, 0, 0, 0.3);
position: relative;
transform: translateX(-50%);
}
.home-btn::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: inherit;
border-radius: inherit;
z-index: -1;
}
.home-btn:hover::after {
transform: scaleX(1.2) scaleY(1.4);
opacity: 0;
transition: all .5s;
}
.home-btn:active {
transform: translateY(1.5px) translateX(-50%);
}
.home-btn i {
padding: 0 1rem;
transform: translateX(-1rem);
}
.edit-btn {
display: inline-block;
position: relative;
margin-top: 2rem;
margin-bottom: 1rem;
padding: 1rem 4rem;
font-size: 1.2rem;
font-weight: bold;
letter-spacing: 1px;
text-decoration: none;
border: none;
border-radius: .4rem;
background: var(--LIGHTPURPLE);
color: var(--OFFWHITE);
box-shadow: 3px 3px 1rem rgba(0, 0, 0, 0.3);
outline: none;
cursor: pointer;
transition: all .2s ease-in-out;
}
.edit-btn:hover {
background: var(--OFFWHITE);
border: 1px solid var(--LIGHTPURPLE);
color: var(--LIGHTPURPLE);
}
.edit-btn:active {
transform: scale(0.95);
}
.input-field {
color: var(--LIGHTPURPLE);
outline: none;
display: block;
margin-top: 4rem;
margin-bottom: 1rem;
}
.input-field input {
padding: 1rem;
text-align: center;
font-size: 2rem;
outline: none;
color: var(--LIGHTPURPLE);
border: none;
background: none;
border-bottom: 3px solid var(--LIGHTPURPLE);
}
.input-field input::placeholder {
color: var(--LIGHTPURPLE);
opacity: 0.6;
}
h1 {
color: var(--LIGHTPURPLE);
text-align: center;
margin-top: 5rem;
font-size: 2.5rem;
}
form {
text-align: center;
} | app/static/content/classsettingsstyle.css | .heading {
--start: 15%;
height: 130px;
top: 0;
background-image: repeating-radial-gradient(circle at var(--start), transparent 0%, transparent 10%, rgba(238, 238, 238, 0.33) 10%, rgba(238, 238, 238, 0.33) 17%), linear-gradient(to right, var(--GREY), var(--OFFWHITE));
color: var(--LIGHTPURPLE);
position: absolute;
overflow: hidden;
z-index: 2;
box-shadow: 3px 0 1rem rgba(0, 0, 0, 0.9);
}
.title {
position: relative;
padding-left: 250px;
z-index: 3;
text-align: center;
text-transform: uppercase;
font-family: 'Roboto', sans-serif;
font-size: 3.5rem;
font-weight: 700;
letter-spacing: 0.5rem;
}
.home-btn {
display: inline-block;
font-size: 1.2rem;
letter-spacing: 1px;
text-decoration: none;
color: var(--OFFWHITE);
background-color: red;
padding: 1rem 4rem;
margin-left: 50%;
margin-top: 2rem;
border-radius: .4rem;
box-shadow: 3px 3px 1rem rgba(0, 0, 0, 0.3);
position: relative;
transform: translateX(-50%);
}
.home-btn::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: inherit;
border-radius: inherit;
z-index: -1;
}
.home-btn:hover::after {
transform: scaleX(1.2) scaleY(1.4);
opacity: 0;
transition: all .5s;
}
.home-btn:active {
transform: translateY(1.5px) translateX(-50%);
}
.home-btn i {
padding: 0 1rem;
transform: translateX(-1rem);
}
.edit-btn {
display: inline-block;
position: relative;
margin-top: 2rem;
margin-bottom: 1rem;
padding: 1rem 4rem;
font-size: 1.2rem;
font-weight: bold;
letter-spacing: 1px;
text-decoration: none;
border: none;
border-radius: .4rem;
background: var(--LIGHTPURPLE);
color: var(--OFFWHITE);
box-shadow: 3px 3px 1rem rgba(0, 0, 0, 0.3);
outline: none;
cursor: pointer;
transition: all .2s ease-in-out;
}
.edit-btn:hover {
background: var(--OFFWHITE);
border: 1px solid var(--LIGHTPURPLE);
color: var(--LIGHTPURPLE);
}
.edit-btn:active {
transform: scale(0.95);
}
.input-field {
color: var(--LIGHTPURPLE);
outline: none;
display: block;
margin-top: 4rem;
margin-bottom: 1rem;
}
.input-field input {
padding: 1rem;
text-align: center;
font-size: 2rem;
outline: none;
color: var(--LIGHTPURPLE);
border: none;
background: none;
border-bottom: 3px solid var(--LIGHTPURPLE);
}
.input-field input::placeholder {
color: var(--LIGHTPURPLE);
opacity: 0.6;
}
h1 {
color: var(--LIGHTPURPLE);
text-align: center;
margin-top: 5rem;
font-size: 2.5rem;
}
form {
text-align: center;
} | 0.641871 | 0.127245 |
:root {
--cmd-primary:#FFF;
--cmd-secondary:#000;
--minor-one:#34A8E0;
--minor-two:#E9590E;
--minor-three:#3AAA34;
--dark: #000;
--course: #01CD85;
--light: #fff;
--groen: #01CD85;
--blauw: #01B4EB;
--geel: #F1E40A;
}
* {
box-sizing:border-box;
scroll-behavior: smooth;
}
html {
background-color: var(--groen);
background: linear-gradient(12deg, var(--groen) 46%, rgba(0,0,0,0) 34%),
linear-gradient(21deg, var(--geel) 56%, var(--blauw) 46%);
background-size: cover;
background-attachment: fixed;
font-family: "Open sans", Helvetica, Sans-Serif;
font-size: 1.3em;
line-height: 1.5em;
color: var(--cmd-primary);
padding:0;
margin:0;
}
body {
overflow-x:hidden;
padding:0;
margin:0;
transition:all .25s;
display:flex;
flex-direction:column;
}
h1, h2 {
font-size: 1.6em;
position:relative;
}
h2 {
color:var(--cmd-secondary);
background-color: #fff;
padding:2rem;
margin-left:-1rem;
clip-path: polygon(0 0, 100% 17%, 100% 81%, 0 88%);
}
a {
color: var(--cmd-secondary);
}
a:hover, a:focus, summary:hover, summary:focus{
background: var(--cmd-primary);
color: var(--cmd-secondary);
}
button {
background: var(--minor-one);
outline:none;
border:0;
font-size: inherit;
padding:1em;
box-shadow: 10px 10px 0 rgb(0 0 0 / 20%);
transition: .25s;
color:#fff
}
button:hover,
button:focus {
background: var(--minor-two);
box-shadow: 5px 5px 0 rgb(0 0 0 / 20%);
transform:scale(0.95)
}
pre {
overflow-x: hidden;
}
q {
display: block;
margin: 1em 0;
font-size: 1.1em;
font-style: italic;
}
p {
hyphens: auto;
hyphenate-limit-lines: 2;
-webkit-hyphenate-limit-before: 3;
-webkit-hyphenate-limit-after: 2;
hyphenate-limit-chars: 6 3 2;
hyphenate-limit-zone: 2em;
hyphenate-limit-last: always;
}
abbr {
hyphens: none;
}
i {
font-style: normal;
}
/*
Header met het logo en de titel
*/
body > header{
padding: 1rem;
}
body > header h1 {
padding-top:1rem;
line-height: 1.5;
}
body > header svg {
stroke:#fff;
position:absolute;
right:2rem;
top:2rem;
animation-name: rotate;
animation-iteration-count: infinite;
animation-duration: 1s;
animation-timing-function: linear;
opacity:0;
transition:.25s;
}
body > header svg.loading {
opacity:1
}
@keyframes rotate {
from {
transform: rotate(0);
}
to {
transform: rotate(-360deg);
}
}
svg {
margin-top: .5rem;
}
/* main */
main {
transition: transform .25s ease-in;
display:flex;
flex-direction:column;
}
main > header {
max-width:30em;
}
section {
position: relative;
padding:1rem;
display:flex;
flex-direction:column;
}
section section img {
/width:5em
}
/* footer */
footer {
padding: 2rem;
border-radius: 0.2em;
overflow-x: hidden;
color: var(--cmd-primary);
}
footer a {
color: var(--cmd-primary);
}
footer img {
background: white;
padding: 0.6em;
margin: 0;
}
header h1 {
font-size: 7vw;
position: relative;
z-index:10;
margin:0;
}
header h1 em {
font-size:1rem;
display:block;
font-weight:normal;
}
h2 {
font-size: calc(32px + 16 * ((50vw - 320px) / 680));
margin-top: 1.5em;
}
img {
max-width:100%;
}
main {
position: relative;
z-index:10;
}
ul img {
border: 2px solid var(--light);
margin-top: 2em;
margin-bottom: 2em;
}
img {
max-width: 100%;
}
article {
margin: 2em 0;
background-color:var(--groen);
padding:0 2rem 2rem;
position: relative;
width:100%;
box-shadow: 10px 10px 0 rgba(0,0,0,0.2);
}
article h3 {
color:var(--cmd-secondary);
margin:-.5rem -2rem 0;
background-color:var(--cmd-primary);
padding:2rem;
clip-path: polygon(0 0, 100% 8%, 100% 93%, 0 100%);
}
article p svg {
stroke:rgba(255,255,255,.6);
margin-left:1rem;
}
body > footer {
font-style: italic;
}
footer h4 {
margin: .25rem 0;
}
footer a {
position: relative;
padding-left: 2.5rem
}
footer a:hover {
background-color: transparent;
}
footer a svg {
position: absolute;
left:0;
top: 0;
transform:scale(.6) translateY(-1.25rem);
margin-bottom: .25rem;
stroke:var(--cmd-secondary);
}
article footer {
display: flex;
flex-direction: column;
margin-top: 0;
padding: 2rem;
margin: 2rem -2rem -2rem;
background: rgb(255 255 255 / 80%);
color: var(--cmd-secondary);
clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0% 100%);
}
article footer a {
color: var(--cmd-secondary);
}
aside {
margin:0 1rem;
}
aside h3,
body.tribe section h3 {
background: var(--cmd-secondary);
margin: 0;
padding: 1rem 2rem;
color: var(--cmd-primary);
clip-path: polygon(0 0, 100% 17%, 100% 81%, 0 88%);
}
aside img {
margin-bottom: 1rem;
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 94%);
}
section h2 {
position: sticky;
}
@media (min-width: 40em) {
body {
display:grid;
grid-template-columns: 2fr 1fr;
grid-gap:1em;
}
body.tribe {
display:flex;
flex-direction:column;
}
body.tribe main {
display:grid;
grid-template-columns: 1fr 1fr ;
}
body.tribe main > section section h3 {
grid-column: 1 / -1;
}
header,
footer {
grid-column: 1 / -1;
}
main {
grid-column: 1 / 2;
}
body.tribe
aside {
grid-column: 2 / 3;
margin: 0 1rem 0 0;
}
}
@media (min-width:75em){
body.tribe main > section section {
display:grid;
grid-template-columns: 1fr 1fr;
grid-gap:1rem;
}
} | docs/css/styles.css | :root {
--cmd-primary:#FFF;
--cmd-secondary:#000;
--minor-one:#34A8E0;
--minor-two:#E9590E;
--minor-three:#3AAA34;
--dark: #000;
--course: #01CD85;
--light: #fff;
--groen: #01CD85;
--blauw: #01B4EB;
--geel: #F1E40A;
}
* {
box-sizing:border-box;
scroll-behavior: smooth;
}
html {
background-color: var(--groen);
background: linear-gradient(12deg, var(--groen) 46%, rgba(0,0,0,0) 34%),
linear-gradient(21deg, var(--geel) 56%, var(--blauw) 46%);
background-size: cover;
background-attachment: fixed;
font-family: "Open sans", Helvetica, Sans-Serif;
font-size: 1.3em;
line-height: 1.5em;
color: var(--cmd-primary);
padding:0;
margin:0;
}
body {
overflow-x:hidden;
padding:0;
margin:0;
transition:all .25s;
display:flex;
flex-direction:column;
}
h1, h2 {
font-size: 1.6em;
position:relative;
}
h2 {
color:var(--cmd-secondary);
background-color: #fff;
padding:2rem;
margin-left:-1rem;
clip-path: polygon(0 0, 100% 17%, 100% 81%, 0 88%);
}
a {
color: var(--cmd-secondary);
}
a:hover, a:focus, summary:hover, summary:focus{
background: var(--cmd-primary);
color: var(--cmd-secondary);
}
button {
background: var(--minor-one);
outline:none;
border:0;
font-size: inherit;
padding:1em;
box-shadow: 10px 10px 0 rgb(0 0 0 / 20%);
transition: .25s;
color:#fff
}
button:hover,
button:focus {
background: var(--minor-two);
box-shadow: 5px 5px 0 rgb(0 0 0 / 20%);
transform:scale(0.95)
}
pre {
overflow-x: hidden;
}
q {
display: block;
margin: 1em 0;
font-size: 1.1em;
font-style: italic;
}
p {
hyphens: auto;
hyphenate-limit-lines: 2;
-webkit-hyphenate-limit-before: 3;
-webkit-hyphenate-limit-after: 2;
hyphenate-limit-chars: 6 3 2;
hyphenate-limit-zone: 2em;
hyphenate-limit-last: always;
}
abbr {
hyphens: none;
}
i {
font-style: normal;
}
/*
Header met het logo en de titel
*/
body > header{
padding: 1rem;
}
body > header h1 {
padding-top:1rem;
line-height: 1.5;
}
body > header svg {
stroke:#fff;
position:absolute;
right:2rem;
top:2rem;
animation-name: rotate;
animation-iteration-count: infinite;
animation-duration: 1s;
animation-timing-function: linear;
opacity:0;
transition:.25s;
}
body > header svg.loading {
opacity:1
}
@keyframes rotate {
from {
transform: rotate(0);
}
to {
transform: rotate(-360deg);
}
}
svg {
margin-top: .5rem;
}
/* main */
main {
transition: transform .25s ease-in;
display:flex;
flex-direction:column;
}
main > header {
max-width:30em;
}
section {
position: relative;
padding:1rem;
display:flex;
flex-direction:column;
}
section section img {
/width:5em
}
/* footer */
footer {
padding: 2rem;
border-radius: 0.2em;
overflow-x: hidden;
color: var(--cmd-primary);
}
footer a {
color: var(--cmd-primary);
}
footer img {
background: white;
padding: 0.6em;
margin: 0;
}
header h1 {
font-size: 7vw;
position: relative;
z-index:10;
margin:0;
}
header h1 em {
font-size:1rem;
display:block;
font-weight:normal;
}
h2 {
font-size: calc(32px + 16 * ((50vw - 320px) / 680));
margin-top: 1.5em;
}
img {
max-width:100%;
}
main {
position: relative;
z-index:10;
}
ul img {
border: 2px solid var(--light);
margin-top: 2em;
margin-bottom: 2em;
}
img {
max-width: 100%;
}
article {
margin: 2em 0;
background-color:var(--groen);
padding:0 2rem 2rem;
position: relative;
width:100%;
box-shadow: 10px 10px 0 rgba(0,0,0,0.2);
}
article h3 {
color:var(--cmd-secondary);
margin:-.5rem -2rem 0;
background-color:var(--cmd-primary);
padding:2rem;
clip-path: polygon(0 0, 100% 8%, 100% 93%, 0 100%);
}
article p svg {
stroke:rgba(255,255,255,.6);
margin-left:1rem;
}
body > footer {
font-style: italic;
}
footer h4 {
margin: .25rem 0;
}
footer a {
position: relative;
padding-left: 2.5rem
}
footer a:hover {
background-color: transparent;
}
footer a svg {
position: absolute;
left:0;
top: 0;
transform:scale(.6) translateY(-1.25rem);
margin-bottom: .25rem;
stroke:var(--cmd-secondary);
}
article footer {
display: flex;
flex-direction: column;
margin-top: 0;
padding: 2rem;
margin: 2rem -2rem -2rem;
background: rgb(255 255 255 / 80%);
color: var(--cmd-secondary);
clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0% 100%);
}
article footer a {
color: var(--cmd-secondary);
}
aside {
margin:0 1rem;
}
aside h3,
body.tribe section h3 {
background: var(--cmd-secondary);
margin: 0;
padding: 1rem 2rem;
color: var(--cmd-primary);
clip-path: polygon(0 0, 100% 17%, 100% 81%, 0 88%);
}
aside img {
margin-bottom: 1rem;
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 94%);
}
section h2 {
position: sticky;
}
@media (min-width: 40em) {
body {
display:grid;
grid-template-columns: 2fr 1fr;
grid-gap:1em;
}
body.tribe {
display:flex;
flex-direction:column;
}
body.tribe main {
display:grid;
grid-template-columns: 1fr 1fr ;
}
body.tribe main > section section h3 {
grid-column: 1 / -1;
}
header,
footer {
grid-column: 1 / -1;
}
main {
grid-column: 1 / 2;
}
body.tribe
aside {
grid-column: 2 / 3;
margin: 0 1rem 0 0;
}
}
@media (min-width:75em){
body.tribe main > section section {
display:grid;
grid-template-columns: 1fr 1fr;
grid-gap:1rem;
}
} | 0.511961 | 0.106644 |
html,
body {
height: 100%;
background: #fafafa;
}
/*Neutral Face Animations*/
@keyframes ce-neutral-face-eye-anime {
0%,
40% {
transform: scaleY(1);
transform-origin: center;
}
50% {
transform: scaleY(0.1);
transform-origin: center;
}
60%,
100% {
transform: scaleY(1);
transform-origin: center;
}
}
@keyframes ce-neutral-face-mouth-anime {
0%,
35% {
transform: scaleY(1);
transform-origin: center;
}
45%,
55% {
transform: scaleY(0.3);
transform-origin: center;
}
65%,
100% {
transform: scaleY(1);
transform-origin: center;
}
}
/*Smiling Face with Heart Eyes Animations*/
@keyframes ce-smiling-face-heart-eyes-anime {
0% {
transform: scale(0.9);
transform-origin: center;
}
15% {
transform: scale(1.1);
transform-origin: center;
}
30% {
transform: scale(0.9);
transform-origin: center;
}
45% {
transform: scale(1.1);
transform-origin: center;
}
60%,
100% {
transform: scale(0.9);
transform-origin: center;
}
}
@keyframes ce-smiling-face-mouth-anime {
0% {
transform: rotateZ(-10deg);
transform-origin: center top;
}
50% {
transform: rotateZ(10deg);
transform-origin: center top;
}
100% {
transform: rotateZ(-10deg);
transform-origin: center top;
}
}
/*Neutral Face*/
.ce-neutral-face {
height: 90px;
width: 90px;
border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
-moz-border-radius: 50% 50% 50% 50%;
position: relative;
top: 50%;
left: 50%;
margin-top: -45px;
margin-left: -45px;
background: #ffd84f;
}
.ce-neutral-face .ce-eyes {
position: relative;
top: 30px;
}
.ce-neutral-face .ce-eye {
height: 12px;
width: 12px;
border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
-moz-border-radius: 50% 50% 50% 50%;
position: absolute;
background: #b57b1c;
animation: ce-neutral-face-eye-anime 3s ease-in-out infinite;
}
.ce-neutral-face .ce-eye-left {
left: 25px;
}
.ce-neutral-face .ce-eye-right {
right: 25px;
}
.ce-neutral-face .ce-mouth {
height: 6px;
width: 30px;
position: absolute;
bottom: 25px;
left: 30px;
background: #b57b1c;
animation: ce-neutral-face-mouth-anime 6s ease-in-out infinite;
}
/*Smiling Face with Heart Eyes*/
.ce-smiling-face-with-heart-eyes {
height: 90px;
width: 90px;
border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
-moz-border-radius: 50% 50% 50% 50%;
position: relative;
top: 50%;
left: 50%;
margin-top: -45px;
margin-left: -45px;
background: #ffd84f;
}
.ce-smiling-face-with-heart-eyes .ce-eyes {
position: relative;
top: 20px;
}
.ce-smiling-face-with-heart-eyes .ce-eye {
height: 22px;
width: 22px;
position: absolute;
animation: ce-smiling-face-heart-eyes-anime 2.5s ease-in-out infinite;
}
.ce-smiling-face-with-heart-eyes .ce-eye:before {
height: 24px;
width: 16px;
border-radius: 10px 10px 0px 0px;
-webkit-border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
content: ' ';
position: absolute;
display: block;
background: #f76579;
transform: rotateZ(-45deg);
}
.ce-smiling-face-with-heart-eyes .ce-eye:after {
height: 24px;
width: 16px;
border-radius: 10px 10px 0px 0px;
-webkit-border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
content: ' ';
position: absolute;
display: block;
margin-left: 6px;
background: #f76579;
transform: rotateZ(45deg);
}
.ce-smiling-face-with-heart-eyes .ce-eye-left {
left: 18px;
}
.ce-smiling-face-with-heart-eyes .ce-eye-right {
right: 18px;
}
.ce-smiling-face-with-heart-eyes .ce-mouth {
height: 20px;
width: 36px;
border-radius: 0px 0px 18px 18px;
-webkit-border-radius: 0px 0px 18px 18px;
-moz-border-radius: 0px 0px 18px 18px;
position: absolute;
bottom: 15px;
left: 27px;
background: #b57b1c;
animation: ce-smiling-face-mouth-anime 2.5s ease-in-out infinite;
}
.ce-smiling-face-with-heart-eyes .ce-mouth .ce-teeth {
height: 3px;
background: #ffffff;
} | public/stylesheets/cssemoji.css | html,
body {
height: 100%;
background: #fafafa;
}
/*Neutral Face Animations*/
@keyframes ce-neutral-face-eye-anime {
0%,
40% {
transform: scaleY(1);
transform-origin: center;
}
50% {
transform: scaleY(0.1);
transform-origin: center;
}
60%,
100% {
transform: scaleY(1);
transform-origin: center;
}
}
@keyframes ce-neutral-face-mouth-anime {
0%,
35% {
transform: scaleY(1);
transform-origin: center;
}
45%,
55% {
transform: scaleY(0.3);
transform-origin: center;
}
65%,
100% {
transform: scaleY(1);
transform-origin: center;
}
}
/*Smiling Face with Heart Eyes Animations*/
@keyframes ce-smiling-face-heart-eyes-anime {
0% {
transform: scale(0.9);
transform-origin: center;
}
15% {
transform: scale(1.1);
transform-origin: center;
}
30% {
transform: scale(0.9);
transform-origin: center;
}
45% {
transform: scale(1.1);
transform-origin: center;
}
60%,
100% {
transform: scale(0.9);
transform-origin: center;
}
}
@keyframes ce-smiling-face-mouth-anime {
0% {
transform: rotateZ(-10deg);
transform-origin: center top;
}
50% {
transform: rotateZ(10deg);
transform-origin: center top;
}
100% {
transform: rotateZ(-10deg);
transform-origin: center top;
}
}
/*Neutral Face*/
.ce-neutral-face {
height: 90px;
width: 90px;
border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
-moz-border-radius: 50% 50% 50% 50%;
position: relative;
top: 50%;
left: 50%;
margin-top: -45px;
margin-left: -45px;
background: #ffd84f;
}
.ce-neutral-face .ce-eyes {
position: relative;
top: 30px;
}
.ce-neutral-face .ce-eye {
height: 12px;
width: 12px;
border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
-moz-border-radius: 50% 50% 50% 50%;
position: absolute;
background: #b57b1c;
animation: ce-neutral-face-eye-anime 3s ease-in-out infinite;
}
.ce-neutral-face .ce-eye-left {
left: 25px;
}
.ce-neutral-face .ce-eye-right {
right: 25px;
}
.ce-neutral-face .ce-mouth {
height: 6px;
width: 30px;
position: absolute;
bottom: 25px;
left: 30px;
background: #b57b1c;
animation: ce-neutral-face-mouth-anime 6s ease-in-out infinite;
}
/*Smiling Face with Heart Eyes*/
.ce-smiling-face-with-heart-eyes {
height: 90px;
width: 90px;
border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
-moz-border-radius: 50% 50% 50% 50%;
position: relative;
top: 50%;
left: 50%;
margin-top: -45px;
margin-left: -45px;
background: #ffd84f;
}
.ce-smiling-face-with-heart-eyes .ce-eyes {
position: relative;
top: 20px;
}
.ce-smiling-face-with-heart-eyes .ce-eye {
height: 22px;
width: 22px;
position: absolute;
animation: ce-smiling-face-heart-eyes-anime 2.5s ease-in-out infinite;
}
.ce-smiling-face-with-heart-eyes .ce-eye:before {
height: 24px;
width: 16px;
border-radius: 10px 10px 0px 0px;
-webkit-border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
content: ' ';
position: absolute;
display: block;
background: #f76579;
transform: rotateZ(-45deg);
}
.ce-smiling-face-with-heart-eyes .ce-eye:after {
height: 24px;
width: 16px;
border-radius: 10px 10px 0px 0px;
-webkit-border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
content: ' ';
position: absolute;
display: block;
margin-left: 6px;
background: #f76579;
transform: rotateZ(45deg);
}
.ce-smiling-face-with-heart-eyes .ce-eye-left {
left: 18px;
}
.ce-smiling-face-with-heart-eyes .ce-eye-right {
right: 18px;
}
.ce-smiling-face-with-heart-eyes .ce-mouth {
height: 20px;
width: 36px;
border-radius: 0px 0px 18px 18px;
-webkit-border-radius: 0px 0px 18px 18px;
-moz-border-radius: 0px 0px 18px 18px;
position: absolute;
bottom: 15px;
left: 27px;
background: #b57b1c;
animation: ce-smiling-face-mouth-anime 2.5s ease-in-out infinite;
}
.ce-smiling-face-with-heart-eyes .ce-mouth .ce-teeth {
height: 3px;
background: #ffffff;
} | 0.400984 | 0.082697 |
#div-p-content p{
margin-bottom:0;
}
#div-p-content img{
width:200px;
}
#p-bottom{
width: 714px;
margin: 5px 20px;
padding-bottom: 5px;
border-bottom: 1px solid #ccc;
float: left;
margin-bottom: 0;
}
#p-commentContent{
width: 610px;
margin: 5px 20px;
padding-bottom: 5px;
*border-bottom: 1px solid #ccc;
float: left;
margin-bottom: 0;
}
.banner-div1{
padding-top: 20px;
padding-bottom: 30px;
margin-top: 120px;
}
.banner-div3{
width:65%;
float:left;
box-shadow: 0 4px 15px -3px #b9b9b9;
}
#div2{
/* content */
width: 764px;
}
#loadDiv{
text-align: center;
}
.dis{
width:757px;
}
/* ↓search */
.search{
margin-top:120px;
padding-top: 20px;
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.weizhi{
width:105%;
height:30px;
padding: 3px;
background:#fff;
border-radius:10px;
border-bottom:2px solid #86d1ef;
font-size:14px;
margin-left: -18px;
}
#my-art h1{
padding-left: 18px;
font-size:1.17em;
letter-spacing:1px;
margin-bottom: 0;
}
.art-div1{
width:340px;
}
.art-div1 a img{
cursor:pointer;
padding-top:1rem;
height:183px;
}
#cateName i{
color:#10D07A;
}
.am-icon-heart{
*color:#ef6464;
}
#read-art{
float:right;
color:#10D07A;
}
.art-div2-content{
width:405px;
color:#888;
font-size: 14px;
padding: 10px;
letter-spacing:2px;
}
#search-result{
text-align:center;
color:#868686;
margin-top:50px;
font-style: italic;
}
/* article */
#span-p-img p img{
width:351px;
float:left;
margin:5px;
}
.banner-div1{
padding-top: 20px;
padding-bottom: 30px;
margin-top: 120px;
}
.content-div1{
width:65%;
padding-right:0;
}
.my-article{
background: #fff;
padding:20px;
box-shadow: 0 4px 15px -3px #ccc;
border-radius: 10px;
border-top: 2px solid #86d1ef;
}
.am-article-hd p{
font-size:14px;
}
.my-art-icon-i{
color:#10D07A;
}
.am-article-bd{
color: #555;
font-size: 14px;
margin-top: 10px;
}
.art-praise{
width:155px;
float:left;
}
.div-info{
width:34.5%;
float:right;
}
/* blogger */
.my-div1{
min-width:1400px;
margin-top:120px
}
.my-div1-div1{
width: 70%;
border-radius: 10px;
float: left;
box-shadow: 0 4px 15px -3px #ccc;
margin: 20px;
border-top: solid 3px #86d1ef;
border-bottom: solid 3px #86d1ef;
background-color:#fff;
}
.p-key{
margin-left:20px;
}
.my-div1-div2{
width: 24%;
float: right;
margin: 20px;
border-radius: 10px;
border-top: solid 3px #86d1ef;
}
.div2-div1{
box-shadow: 0 4px 15px -3px #ccc;
height:80px;
border-radius:10px;
background-color:#fff;
}
.div2-div1 div{
width: 200px;
margin: 0 auto;
}
.div2-div2{
margin-top: 40px;
}
.msg-li-p{
font-size:14px;
float:left;
margin:2px;
}
/* img */
#uli li{
float:left;
width:222px;
margin-right:65px;
*height:222px;
list-style:none;
}
#uli li div{
margin-left: 12px;
}
#iDiv img{
padding: 10px;
border-radius: 10px;
}
.image-set a{
width: 377px;
float: left;
margin-bottom:10px;
}
.container div{
float:left;
padding:10px;
margin:10px;
}
#container{
margin-top:110px;
}
.magnify-modal {
box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.3);
}
.magnify-header .magnify-toolbar {
width: 40px;
background-color: rgba(0, 0, 0, .5);
}
.magnify-stage {
top: 0;
right: 0;
bottom: 0;
left: 0;
border-width: 0;
}
.magnify-footer .magnify-toolbar {
display: inline-block;
height: 40px;
background-color: rgba(0, 0, 0, .5);
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.magnify-stage img {
width: 0;
}
.magnify-loading {
background-color: transparent;
}
/* 心情随笔 */
.mood-div{
margin-top:102px;
}
.cntl-content{
box-shadow: 0 5px 15px -4px #9e9e9e;
background: #fff;
}
.mood-addtime{
float:right;
}
.mood-img{
box-shadow: 0 5px 15px -4px #9e9e9e;
border-radius:8px;
}
#sidebar.sticky {
float: none;
position: fixed;
top: 20px;
z-index: 6;
left: auto;
width:384px;
} | public/static/index/my/my.css | #div-p-content p{
margin-bottom:0;
}
#div-p-content img{
width:200px;
}
#p-bottom{
width: 714px;
margin: 5px 20px;
padding-bottom: 5px;
border-bottom: 1px solid #ccc;
float: left;
margin-bottom: 0;
}
#p-commentContent{
width: 610px;
margin: 5px 20px;
padding-bottom: 5px;
*border-bottom: 1px solid #ccc;
float: left;
margin-bottom: 0;
}
.banner-div1{
padding-top: 20px;
padding-bottom: 30px;
margin-top: 120px;
}
.banner-div3{
width:65%;
float:left;
box-shadow: 0 4px 15px -3px #b9b9b9;
}
#div2{
/* content */
width: 764px;
}
#loadDiv{
text-align: center;
}
.dis{
width:757px;
}
/* ↓search */
.search{
margin-top:120px;
padding-top: 20px;
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.weizhi{
width:105%;
height:30px;
padding: 3px;
background:#fff;
border-radius:10px;
border-bottom:2px solid #86d1ef;
font-size:14px;
margin-left: -18px;
}
#my-art h1{
padding-left: 18px;
font-size:1.17em;
letter-spacing:1px;
margin-bottom: 0;
}
.art-div1{
width:340px;
}
.art-div1 a img{
cursor:pointer;
padding-top:1rem;
height:183px;
}
#cateName i{
color:#10D07A;
}
.am-icon-heart{
*color:#ef6464;
}
#read-art{
float:right;
color:#10D07A;
}
.art-div2-content{
width:405px;
color:#888;
font-size: 14px;
padding: 10px;
letter-spacing:2px;
}
#search-result{
text-align:center;
color:#868686;
margin-top:50px;
font-style: italic;
}
/* article */
#span-p-img p img{
width:351px;
float:left;
margin:5px;
}
.banner-div1{
padding-top: 20px;
padding-bottom: 30px;
margin-top: 120px;
}
.content-div1{
width:65%;
padding-right:0;
}
.my-article{
background: #fff;
padding:20px;
box-shadow: 0 4px 15px -3px #ccc;
border-radius: 10px;
border-top: 2px solid #86d1ef;
}
.am-article-hd p{
font-size:14px;
}
.my-art-icon-i{
color:#10D07A;
}
.am-article-bd{
color: #555;
font-size: 14px;
margin-top: 10px;
}
.art-praise{
width:155px;
float:left;
}
.div-info{
width:34.5%;
float:right;
}
/* blogger */
.my-div1{
min-width:1400px;
margin-top:120px
}
.my-div1-div1{
width: 70%;
border-radius: 10px;
float: left;
box-shadow: 0 4px 15px -3px #ccc;
margin: 20px;
border-top: solid 3px #86d1ef;
border-bottom: solid 3px #86d1ef;
background-color:#fff;
}
.p-key{
margin-left:20px;
}
.my-div1-div2{
width: 24%;
float: right;
margin: 20px;
border-radius: 10px;
border-top: solid 3px #86d1ef;
}
.div2-div1{
box-shadow: 0 4px 15px -3px #ccc;
height:80px;
border-radius:10px;
background-color:#fff;
}
.div2-div1 div{
width: 200px;
margin: 0 auto;
}
.div2-div2{
margin-top: 40px;
}
.msg-li-p{
font-size:14px;
float:left;
margin:2px;
}
/* img */
#uli li{
float:left;
width:222px;
margin-right:65px;
*height:222px;
list-style:none;
}
#uli li div{
margin-left: 12px;
}
#iDiv img{
padding: 10px;
border-radius: 10px;
}
.image-set a{
width: 377px;
float: left;
margin-bottom:10px;
}
.container div{
float:left;
padding:10px;
margin:10px;
}
#container{
margin-top:110px;
}
.magnify-modal {
box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.3);
}
.magnify-header .magnify-toolbar {
width: 40px;
background-color: rgba(0, 0, 0, .5);
}
.magnify-stage {
top: 0;
right: 0;
bottom: 0;
left: 0;
border-width: 0;
}
.magnify-footer .magnify-toolbar {
display: inline-block;
height: 40px;
background-color: rgba(0, 0, 0, .5);
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.magnify-stage img {
width: 0;
}
.magnify-loading {
background-color: transparent;
}
/* 心情随笔 */
.mood-div{
margin-top:102px;
}
.cntl-content{
box-shadow: 0 5px 15px -4px #9e9e9e;
background: #fff;
}
.mood-addtime{
float:right;
}
.mood-img{
box-shadow: 0 5px 15px -4px #9e9e9e;
border-radius:8px;
}
#sidebar.sticky {
float: none;
position: fixed;
top: 20px;
z-index: 6;
left: auto;
width:384px;
} | 0.205217 | 0.081046 |
div#tbl-container-terminalresults{
height: 100px;
width: 420px;
overflow: auto;
}
#tbl-container-terminalresults thead#tblhead th {
text-align:center;
background-color: #333366;
color: white;
border-right: 1px solid silver;
position: relative;
cursor: default;
width: 770px;
height: 19px;
top: expression(document.getElementById("tbl-container-terminalresults").scrollTop-2);
z-index: 20;
}
/* display-only 'input' fields and align right*/
.buttonReadonlyNumeric { width: 125px; BACKGROUND-COLOR: white; TEXT-ALIGN :right ;}
.GLLookUpOutter{
border-color: black;
border-style:double;
border-bottom:0px;
border-width: 1px;
background:#7373AD;
width:230px;
height:20px;
}
.GLLookUp{
background:#FFFFFF;
border-left:1px double;
border-right:1px double;
border-bottom:1px double;
width:230px;
height:160px;
overflow:'auto';
}
.GLButtonImg {
background:#FFD86B;
cursor:pointer;
text-align:right;
}
.highlightTableHeadingBlue {
color: white;
font-weight: bold;
background:#333366;
height:20px;
}
.highlightGrey { background-color: #f0f0f0; }
.highlightWhite { background-color: #ffffff; }
.showtableborder{
display:block;
border-right: 1px solid silver;
border-bottom: 1px solid silver
}
td.cellborder{
border: 1px solid;
border-top-width: 0px;
border-right-width:0px;
}
a.blueAnchor{
font-size:8.0pt;
line-height:150%;
color:#333366;
}
div#tbl-container-hissearch {
height: 157px;
width: 750px;
overflow: auto;
}
#tbl-container-hissearch thead#tblhead th {
text-align:center;
background-color: #333366;
color: white;
border-right: 1px solid silver;
position: relative;
cursor: default;
width: 750px;
top: expression(document.getElementById("tbl-container-hissearch").scrollTop-2);
z-index: 20;
}
thead#tblheadhtml th {
text-align:center;
background-color: #333366;
color: white;
border-right: 1px solid silver;
position: relative;
cursor: default;
z-index: 20;
white-space: nowrap;
}
.disabled{
color: #808080;
}
.standard
{
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;
} | 1.18/root/usr/share/nginx/html/cwsi/ebt/css/ebt.css | div#tbl-container-terminalresults{
height: 100px;
width: 420px;
overflow: auto;
}
#tbl-container-terminalresults thead#tblhead th {
text-align:center;
background-color: #333366;
color: white;
border-right: 1px solid silver;
position: relative;
cursor: default;
width: 770px;
height: 19px;
top: expression(document.getElementById("tbl-container-terminalresults").scrollTop-2);
z-index: 20;
}
/* display-only 'input' fields and align right*/
.buttonReadonlyNumeric { width: 125px; BACKGROUND-COLOR: white; TEXT-ALIGN :right ;}
.GLLookUpOutter{
border-color: black;
border-style:double;
border-bottom:0px;
border-width: 1px;
background:#7373AD;
width:230px;
height:20px;
}
.GLLookUp{
background:#FFFFFF;
border-left:1px double;
border-right:1px double;
border-bottom:1px double;
width:230px;
height:160px;
overflow:'auto';
}
.GLButtonImg {
background:#FFD86B;
cursor:pointer;
text-align:right;
}
.highlightTableHeadingBlue {
color: white;
font-weight: bold;
background:#333366;
height:20px;
}
.highlightGrey { background-color: #f0f0f0; }
.highlightWhite { background-color: #ffffff; }
.showtableborder{
display:block;
border-right: 1px solid silver;
border-bottom: 1px solid silver
}
td.cellborder{
border: 1px solid;
border-top-width: 0px;
border-right-width:0px;
}
a.blueAnchor{
font-size:8.0pt;
line-height:150%;
color:#333366;
}
div#tbl-container-hissearch {
height: 157px;
width: 750px;
overflow: auto;
}
#tbl-container-hissearch thead#tblhead th {
text-align:center;
background-color: #333366;
color: white;
border-right: 1px solid silver;
position: relative;
cursor: default;
width: 750px;
top: expression(document.getElementById("tbl-container-hissearch").scrollTop-2);
z-index: 20;
}
thead#tblheadhtml th {
text-align:center;
background-color: #333366;
color: white;
border-right: 1px solid silver;
position: relative;
cursor: default;
z-index: 20;
white-space: nowrap;
}
.disabled{
color: #808080;
}
.standard
{
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;
} | 0.29088 | 0.089375 |
body {
margin: 5em 0 0 0;
padding: 0;
background-color: #fff;
font-family: "Nunito", sans-serif;
font-weight: 600;
}
button {
border: none;
background: #38Bfe7;
padding: 0.5em 1em;
box-shadow: 0.125em 0.125em 0.2em #bfbfbf;
cursor: pointer;
}
button:hover {
background-color: #19a8d3;
}
button:active {
box-shadow: none;
}
#header {
padding: 1em 2em;
background-color: white;
color: #000;
position: fixed;
top: 0;
left: 0;
width: 100%;
max-height: 3em;
z-index: 1000;
opacity: 95%;
box-shadow: 0 2px 2px #eee;
}
#header > * {
margin: 0;
}
#header button {
width: 3em;
}
#back-button {
padding: 0.25em 1em;
font-size: 1em;
height: 48px;
}
.content {
padding: 1em;
max-width: 80%;
margin: 0 auto;
}
/*Flexbox*/
.flex-container-header {
display: flex;
justify-content: space-between;
align-items: center;
}
.flex-container-left {
display: flex;
justify-content: space-evenly;
align-items: center;
max-width: max-content;
}
.flex-item-header {
flex: 1 1 200px;
}
.flex-item-left {
flex: 1 1 100px;
max-width: max-content;
}
#top-heading {
width: max-content;
}
#bxb-logo {
max-height: 3em;
display: block;
text-align: left;
margin-left: calc(100% - 200px);
}
.section {
margin: 1em 0;
padding: 0.5em;
border: 0.2em solid #38Bfe7;
background-color: #fff;
color: #000;
}
.flex-box {
display: flex;
}
.flex-col {
flex: 1;
padding: 0.5em;
}
.flex-col:not(:last-child) {
margin: 0 0.2em 0 0;
}
.flex-col:last-child {
margin: 0 0 0 0.2em;
}
.no-flex-col {
flex: 0;
}
.showcase-section {
padding: 0;
}
.editor-section {
position: relative;
overflow: scroll;
padding: 0;
}
.editor {
margin: 0;
height: 20em;
width: calc(100% - 35px - calc(0.625em*2));
font-family: "Anonymous Pro", monospace;
font-size: 0.875em;
line-height: 1.25em;
padding: 1px 0.625em;
}
.editor-button-overlay {
position: absolute;
bottom: 1em;
right: 1em;
padding: 0;
}
/* The page-specific styling */
.line i {
width: 40px;
margin-left: 20px;
}
.line {
font-size: 1em;
}
#functionCode {
width: 60%;
float: left;
margin-right: 0.2em;
}
#control {
width: 30%;
float: right;
margin-left: 0.2em;
}
#warning1, #warning2, #warning3 {
color: red;
font-size: 0.5em;
}
#instructions {
width: 40%;
float: left;
margin-right: 0.2em;
}
#spinner {
opacity: 0;
}
#danceArena {
width: 70%;
float: right;
margin-left: 0.2em;
height: 350px;
}
#inputJump, #inputSpeed, #inputTime {
width: 3em;
}
#codeLine {
font-family: Courier, monospace;
font-size: 1em;
}
#dancer {
position: relative;
top: 200px;
}
#easterEggVerdict {
color: red;
font-size: 40px;
position: relative;
top: 5px;
left: 70px;
display: inline;
}
#stopWatch {
margin-top: -20px;
}
.ui-button {
float: right;
border: 3px solid gray;
padding: 0px;
padding-left: 10px;
padding-right: 10px;
}
.ui-button:hover {
cursor: pointer;
background-color: red;
color: white;
transition: 0.25s;
}
.ui-draggable-handle {
background-color: black;
padding: 10px;
}
.ui-draggable-handle:hover {
cursor: move;
background-color: #222;
}
.ui-dialog {
display: block;
padding: 10px;
border: 0.2em solid #FF8900;
background-color: white;
box-shadow: 8px 8px 5px #888888;
}
.ui-widget-header {
color: white;
}
/* Bit by Bot Dancing animations */
/* The @keyframes CSS at-rule controls the intermediate steps in a CSS animation sequence. */
@keyframes headbop {
/* The transform CSS property lets you modify the coordinate space of the CSS visual formatting model. Using it, elements can be translated, rotated, scaled and skewed.*/
0% {
transform: translateY(-10px);
}
50% {
transform: rotate(5deg);
}
100% {
transform: translateY(10px);
}
}
@keyframes wave-rarm {
0% {
transform: rotate(-7deg);
}
100% {
transform: rotate(7deg);
}
}
@keyframes wave-larm {
0% {
transform: rotate(7deg);
}
100% {
transform: rotate(-7deg);
}
}
@keyframes walk {
0% {
transform: translateX(0);
}
33% {
transform: translateX(-100px);
}
66% {
transform: translateY(-35px);
}
100% {
transform: translate(0);
}
}
@keyframes stomp-rfoot {
0% {
transform: translateY(0);
}
100% {
transform: translateY(-6px);
}
}
@keyframes stomp-lfoot {
0% {
transform: translateY(-6px);
}
100% {
transform: translateY(0px);
}
}
.robot {
position: relative;
width: 8em;
}
.robot .head {
position: absolute;
left: 105px;
animation: headbop 1s infinite alternate;
}
.robot .body {
position: absolute;
z-index: 1;
top: 128px;
left: 80px;
}
.robot .larm {
animation: wave-larm 1s infinite alternate;
position: absolute;
z-index: 100;
transform-origin: 80% 60%;
top: 132px;
left: 50px;
}
.robot .rarm {
animation: wave-rarm 1s infinite alternate;
position: absolute;
z-index: 100;
transform-origin: 80% 60%;
top: 132px;
left: 240px;
}
.robot .lfoot {
animation: stomp-lfoot 0.5s infinite alternate;
position: absolute;
top: 270px;
left: 110px;
}
.robot .rfoot {
animation: stomp-rfoot 0.5s infinite alternate;
position: absolute;
top: 270px;
left: 182px;
}
/*# sourceMappingURL=style.css.map */ | function-demo/style.css | body {
margin: 5em 0 0 0;
padding: 0;
background-color: #fff;
font-family: "Nunito", sans-serif;
font-weight: 600;
}
button {
border: none;
background: #38Bfe7;
padding: 0.5em 1em;
box-shadow: 0.125em 0.125em 0.2em #bfbfbf;
cursor: pointer;
}
button:hover {
background-color: #19a8d3;
}
button:active {
box-shadow: none;
}
#header {
padding: 1em 2em;
background-color: white;
color: #000;
position: fixed;
top: 0;
left: 0;
width: 100%;
max-height: 3em;
z-index: 1000;
opacity: 95%;
box-shadow: 0 2px 2px #eee;
}
#header > * {
margin: 0;
}
#header button {
width: 3em;
}
#back-button {
padding: 0.25em 1em;
font-size: 1em;
height: 48px;
}
.content {
padding: 1em;
max-width: 80%;
margin: 0 auto;
}
/*Flexbox*/
.flex-container-header {
display: flex;
justify-content: space-between;
align-items: center;
}
.flex-container-left {
display: flex;
justify-content: space-evenly;
align-items: center;
max-width: max-content;
}
.flex-item-header {
flex: 1 1 200px;
}
.flex-item-left {
flex: 1 1 100px;
max-width: max-content;
}
#top-heading {
width: max-content;
}
#bxb-logo {
max-height: 3em;
display: block;
text-align: left;
margin-left: calc(100% - 200px);
}
.section {
margin: 1em 0;
padding: 0.5em;
border: 0.2em solid #38Bfe7;
background-color: #fff;
color: #000;
}
.flex-box {
display: flex;
}
.flex-col {
flex: 1;
padding: 0.5em;
}
.flex-col:not(:last-child) {
margin: 0 0.2em 0 0;
}
.flex-col:last-child {
margin: 0 0 0 0.2em;
}
.no-flex-col {
flex: 0;
}
.showcase-section {
padding: 0;
}
.editor-section {
position: relative;
overflow: scroll;
padding: 0;
}
.editor {
margin: 0;
height: 20em;
width: calc(100% - 35px - calc(0.625em*2));
font-family: "Anonymous Pro", monospace;
font-size: 0.875em;
line-height: 1.25em;
padding: 1px 0.625em;
}
.editor-button-overlay {
position: absolute;
bottom: 1em;
right: 1em;
padding: 0;
}
/* The page-specific styling */
.line i {
width: 40px;
margin-left: 20px;
}
.line {
font-size: 1em;
}
#functionCode {
width: 60%;
float: left;
margin-right: 0.2em;
}
#control {
width: 30%;
float: right;
margin-left: 0.2em;
}
#warning1, #warning2, #warning3 {
color: red;
font-size: 0.5em;
}
#instructions {
width: 40%;
float: left;
margin-right: 0.2em;
}
#spinner {
opacity: 0;
}
#danceArena {
width: 70%;
float: right;
margin-left: 0.2em;
height: 350px;
}
#inputJump, #inputSpeed, #inputTime {
width: 3em;
}
#codeLine {
font-family: Courier, monospace;
font-size: 1em;
}
#dancer {
position: relative;
top: 200px;
}
#easterEggVerdict {
color: red;
font-size: 40px;
position: relative;
top: 5px;
left: 70px;
display: inline;
}
#stopWatch {
margin-top: -20px;
}
.ui-button {
float: right;
border: 3px solid gray;
padding: 0px;
padding-left: 10px;
padding-right: 10px;
}
.ui-button:hover {
cursor: pointer;
background-color: red;
color: white;
transition: 0.25s;
}
.ui-draggable-handle {
background-color: black;
padding: 10px;
}
.ui-draggable-handle:hover {
cursor: move;
background-color: #222;
}
.ui-dialog {
display: block;
padding: 10px;
border: 0.2em solid #FF8900;
background-color: white;
box-shadow: 8px 8px 5px #888888;
}
.ui-widget-header {
color: white;
}
/* Bit by Bot Dancing animations */
/* The @keyframes CSS at-rule controls the intermediate steps in a CSS animation sequence. */
@keyframes headbop {
/* The transform CSS property lets you modify the coordinate space of the CSS visual formatting model. Using it, elements can be translated, rotated, scaled and skewed.*/
0% {
transform: translateY(-10px);
}
50% {
transform: rotate(5deg);
}
100% {
transform: translateY(10px);
}
}
@keyframes wave-rarm {
0% {
transform: rotate(-7deg);
}
100% {
transform: rotate(7deg);
}
}
@keyframes wave-larm {
0% {
transform: rotate(7deg);
}
100% {
transform: rotate(-7deg);
}
}
@keyframes walk {
0% {
transform: translateX(0);
}
33% {
transform: translateX(-100px);
}
66% {
transform: translateY(-35px);
}
100% {
transform: translate(0);
}
}
@keyframes stomp-rfoot {
0% {
transform: translateY(0);
}
100% {
transform: translateY(-6px);
}
}
@keyframes stomp-lfoot {
0% {
transform: translateY(-6px);
}
100% {
transform: translateY(0px);
}
}
.robot {
position: relative;
width: 8em;
}
.robot .head {
position: absolute;
left: 105px;
animation: headbop 1s infinite alternate;
}
.robot .body {
position: absolute;
z-index: 1;
top: 128px;
left: 80px;
}
.robot .larm {
animation: wave-larm 1s infinite alternate;
position: absolute;
z-index: 100;
transform-origin: 80% 60%;
top: 132px;
left: 50px;
}
.robot .rarm {
animation: wave-rarm 1s infinite alternate;
position: absolute;
z-index: 100;
transform-origin: 80% 60%;
top: 132px;
left: 240px;
}
.robot .lfoot {
animation: stomp-lfoot 0.5s infinite alternate;
position: absolute;
top: 270px;
left: 110px;
}
.robot .rfoot {
animation: stomp-rfoot 0.5s infinite alternate;
position: absolute;
top: 270px;
left: 182px;
}
/*# sourceMappingURL=style.css.map */ | 0.526586 | 0.110423 |
div.selector,
div.selector span,
div.checker span,
div.radio span, div.uploader,
div.uploader span.action, div.button,
div.button span {
background-image: url("../../img/jquery/uniform/sprite.png");
background-repeat: no-repeat;
-webkit-font-smoothing: antialiased; }
div.selector, div.checker, div.button, div.radio, div.uploader {
vertical-align: middle;
/* Keeping this as :focus to remove browser styles */ }
div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus {
outline: 0; }
div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * {
margin: 0;
padding: 0; }
.highContrastDetect {
background: url("../../../img/jquery/uniform/bg-input.png") repeat-x 0 0;
width: 0px;
height: 0px; }
/* Input & Textarea */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
padding: 3px;
background: white;
outline: 0; }
/* Remove default webkit and possible mozilla .search styles.
* Keeping this as :active to remove browser styles */
div.checker input,
input[type="search"],
input[type="search"]:active {
-moz-appearance: none;
-webkit-appearance: none; }
/* Select */
div.selector {
background-position: 0 -54px;
line-height: 27px;
height: 27px;
padding: 0 0 0 10px;
position: relative;
overflow: hidden; }
div.selector span {
text-overflow: ellipsis;
display: block;
overflow: hidden;
white-space: nowrap;
background-position: right 0;
height: 27px;
line-height: 27px;
padding-right: 30px;
cursor: pointer;
width: 100%;
display: block; }
div.selector.fixedWidth {
width: 190px; }
div.selector.fixedWidth span {
width: 150px; }
div.selector select {
opacity: 0;
filter: alpha(opacity=0);
-moz-opacity: 0;
border: none;
background: none;
position: absolute;
height: 27px;
top: 0px;
left: 0px;
width: 100%; }
div.selector.active span {
background-position: right -27px; }
div.selector.hover span, div.selector.focus span {
background-position: right -27px; }
div.selector.hover.active span, div.selector.focus.active span {
background-position: right -27px; }
div.selector.disabled span, div.selector.disabled.active span {
background-position: right 0; }
/* Select1 */
div.selector1 > div {
background-position: 0 -135px; }
div.selector1 > div span {
background-position: right -81px; }
div.selector1 > div.active span {
background-position: right -108px; }
div.selector1 > div.hover span, div.selector1 > div.focus span {
background-position: right -108px; }
div.selector1 > div.hover.active span, div.selector1 > div.focus.active span {
background-position: right -108px; }
div.selector1 > div.disabled, div.selector1 > div.disabled.active {
background-position: 0 -135px; }
div.selector1 > div.disabled span, div.selector1 > div.disabled.active span {
background-position: right -81px; }
/* Select2 */
div.selector2 > div {
background-position: 0 -216px; }
div.selector2 > div span {
background-position: right -162px; }
div.selector2 > div.active span {
background-position: right -189px; }
div.selector2 > div.hover span, div.selector2 > div.focus span {
background-position: right -189px; }
div.selector2 > div.hover.active span, div.selector2 > div.focus.active span {
background-position: right -189px; }
div.selector2 > div.disabled, div.selector2 > div.disabled.active {
background-position: 0 -216px; }
div.selector2 > div.disabled span, div.selector2 > div.disabled.active span {
background-position: right -162px; }
/* Select3 */
div.selector3 > div {
background-position: 0 -351px; }
div.selector3 > div span {
background-position: right -297px; }
div.selector3 > div.active span {
background-position: right -324px; }
div.selector3 > div.hover span, div.selector3 > div.focus span {
background-position: right -324px; }
div.selector3 > div.hover.active span, div.selector3 > div.focus.active span {
background-position: right -324px; }
div.selector3 > div.disabled, div.selector3 > div.disabled.active {
background-position: 0 -351px; }
div.selector3 > div.disabled span, div.selector3 > div.disabled.active span {
background-position: right -297px; }
/* Checkbox */
div.checker {
position: relative; }
div.checker, div.checker span, div.checker input {
width: 15px;
height: 15px; }
div.checker span {
display: -moz-inline-box;
display: inline-block;
*display: inline;
zoom: 1;
text-align: center;
background-position: 0 -257px; }
div.checker span.checked {
background-position: -15px -257px; }
div.checker input {
opacity: 0;
filter: alpha(opacity=0);
-moz-opacity: 0;
border: none;
background: none;
display: -moz-inline-box;
display: inline-block;
*display: inline;
zoom: 1; }
div.checker.active span {
background-position: -15px -257px; }
div.checker.active span.checked {
background-position: -15px -257px; }
div.checker.hover span, div.checker.focus span {
background-position: -30px -257px; }
div.checker.hover span.checked, div.checker.focus span.checked {
background-position: -15px -257px; }
div.checker.hover.active span, div.checker.focus.active span {
background-position: -15px -257px; }
div.checker.hover.active span.checked, div.checker.focus.active span.checked {
background-position: -15px -257px; }
div.checker.disabled, div.checker.disabled.active {
background-position: 0 -257px; }
div.checker.disabled span.checked, div.checker.disabled.active span.checked {
background-position: 0 -257px; }
/* Radio */
div.radio {
position: relative;
display: inline; }
div.radio, div.radio span, div.radio input {
width: 13px;
height: 13px; }
div.radio span {
display: -moz-inline-box;
display: inline-block;
*display: inline;
zoom: 1;
text-align: center;
background-position: 0 -243px; }
div.radio span.checked {
background-position: -13px -243px; }
div.radio input {
opacity: 0;
filter: alpha(opacity=0);
-moz-opacity: 0;
border: none;
background: none;
display: -moz-inline-box;
display: inline-block;
*display: inline;
zoom: 1;
text-align: center; }
div.radio.active span {
background-position: -13px -243px; }
div.radio.active span.checked {
background-position: -13px -243px; }
div.radio.hover span, div.radio.focus span {
background-position: -13px -243px; }
div.radio.hover span.checked, div.radio.focus span.checked {
background-position: -13px -243px; }
div.radio.hover.active span, div.radio.focus.active span {
background-position: -13px -243px; }
div.radio.hover.active span.checked, div.radio.focus.active span.checked {
background-position: -13px -243px; }
div.radio.disabled span, div.radio.disabled.active span {
background-position: 0 -243px; }
div.radio.disabled span.checked, div.radio.disabled.active span.checked {
background-position: 0 -243px; }
/* Uploader */
div.uploader {
background: none;
height: 27px;
width: 100%;
cursor: pointer;
position: relative;
overflow: hidden; }
div.uploader span.action {
background-position: 0 -378px;
height: 27px;
line-height: 27px;
width: 94px;
text-align: center;
float: left;
display: inline;
overflow: hidden;
cursor: pointer; }
div.uploader span.filename {
text-overflow: ellipsis;
display: block;
overflow: hidden;
white-space: nowrap;
float: left;
cursor: default;
height: 27px;
margin: 0px 0 0px 0px;
line-height: 27px;
width: 172px;
padding: 0 10px; }
div.uploader input {
opacity: 0;
filter: alpha(opacity=0);
-moz-opacity: 0;
border: none;
background: none;
position: absolute;
top: 0;
right: 0;
float: right;
cursor: default;
width: 100%;
height: 100%; }
/* Buttons */
div.button {
background-position: 0 -634px;
height: 30px;
cursor: pointer;
position: relative;
/* Keep buttons barely visible so they can get focus */ }
div.button a, div.button button, div.button input {
opacity: 0.01;
filter: alpha(opacity=1);
-moz-opacity: 0.01;
display: block;
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute; }
div.button span {
display: -moz-inline-box;
display: inline-block;
*display: inline;
zoom: 1;
line-height: 30px;
text-align: center;
background-position: right -514px;
height: 30px;
margin-left: 13px;
padding: 0; }
div.button.active {
background-position: 0 -664px; }
div.button.active span {
background-position: right -544px;
cursor: default; }
div.button.hover, div.button.focus {
background-position: 0 -694px; }
div.button.hover span, div.button.focus span {
background-position: right -574px; }
div.button.disabled, div.button.disabled.active {
background-position: 0 -724px; }
div.button.disabled span, div.button.disabled.active span {
background-position: right -604px;
cursor: default; }
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
font-size: 13px;
font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-weight: normal;
line-height: 18px;
color: #777;
border: solid 1px #d6d4d4; }
input.uniform-input.hover, input.uniform-input.focus,
select.uniform-multiselect.hover,
select.uniform-multiselect.focus,
textarea.uniform.hover,
textarea.uniform.focus {
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
border-color: #cbcaca; }
div.button span {
font-weight: bold;
font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase; }
div.button.hover span, div.button.focus span {
color: #555; }
div.button.disabled span, div.button.disabled.active span {
color: #bbb; }
#compare_shipping .form-group label {
display: block; }
div.selector {
font-size: 12px; }
div.selector span {
color: #666;
text-shadow: 0 1px 0 #fff; }
div.selector select {
font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-size: 12px; }
div.selector.disabled span, div.selector.disabled.active span {
color: #bbb; }
.checker span input {
margin: 0 !important; }
.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'] {
margin: 0 !important; }
.radio-inline,
.checkbox-inline {
cursor: default; }
div.checker {
cursor: pointer;
margin-right: 5px; }
div.checker span {
position: relative;
top: -2px; }
#layered_form div.checker {
display: inline; }
div.radio {
margin-right: 3px; }
div.radio span {
position: relative;
top: -2px; }
div.uploader span.action {
text-shadow: rgba(0, 0, 0, 0.1) 0 1px 0;
font-size: 13px;
font-weight: bold;
color: #fff; }
div.uploader span.filename {
color: #777;
border: solid 1px #d6d4d4;
font-size: 13px;
background: #fbfbfb;
margin-right: 2px; }
div.uploader.disabled span.action, div.uploader.disabled.active span.action {
color: #aaa; }
div.uploader.disabled span.filename, div.uploader.disabled.active span.filename {
border-color: #ddd;
color: #aaa; }
input.uniform-input, input.uniform-input:focus {
background-color: #fff; }
/*# sourceMappingURL=uniform.default.css.map */ | prestashop/themes/default-bootstrap/css/autoload/uniform.default.css | div.selector,
div.selector span,
div.checker span,
div.radio span, div.uploader,
div.uploader span.action, div.button,
div.button span {
background-image: url("../../img/jquery/uniform/sprite.png");
background-repeat: no-repeat;
-webkit-font-smoothing: antialiased; }
div.selector, div.checker, div.button, div.radio, div.uploader {
vertical-align: middle;
/* Keeping this as :focus to remove browser styles */ }
div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus {
outline: 0; }
div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * {
margin: 0;
padding: 0; }
.highContrastDetect {
background: url("../../../img/jquery/uniform/bg-input.png") repeat-x 0 0;
width: 0px;
height: 0px; }
/* Input & Textarea */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
padding: 3px;
background: white;
outline: 0; }
/* Remove default webkit and possible mozilla .search styles.
* Keeping this as :active to remove browser styles */
div.checker input,
input[type="search"],
input[type="search"]:active {
-moz-appearance: none;
-webkit-appearance: none; }
/* Select */
div.selector {
background-position: 0 -54px;
line-height: 27px;
height: 27px;
padding: 0 0 0 10px;
position: relative;
overflow: hidden; }
div.selector span {
text-overflow: ellipsis;
display: block;
overflow: hidden;
white-space: nowrap;
background-position: right 0;
height: 27px;
line-height: 27px;
padding-right: 30px;
cursor: pointer;
width: 100%;
display: block; }
div.selector.fixedWidth {
width: 190px; }
div.selector.fixedWidth span {
width: 150px; }
div.selector select {
opacity: 0;
filter: alpha(opacity=0);
-moz-opacity: 0;
border: none;
background: none;
position: absolute;
height: 27px;
top: 0px;
left: 0px;
width: 100%; }
div.selector.active span {
background-position: right -27px; }
div.selector.hover span, div.selector.focus span {
background-position: right -27px; }
div.selector.hover.active span, div.selector.focus.active span {
background-position: right -27px; }
div.selector.disabled span, div.selector.disabled.active span {
background-position: right 0; }
/* Select1 */
div.selector1 > div {
background-position: 0 -135px; }
div.selector1 > div span {
background-position: right -81px; }
div.selector1 > div.active span {
background-position: right -108px; }
div.selector1 > div.hover span, div.selector1 > div.focus span {
background-position: right -108px; }
div.selector1 > div.hover.active span, div.selector1 > div.focus.active span {
background-position: right -108px; }
div.selector1 > div.disabled, div.selector1 > div.disabled.active {
background-position: 0 -135px; }
div.selector1 > div.disabled span, div.selector1 > div.disabled.active span {
background-position: right -81px; }
/* Select2 */
div.selector2 > div {
background-position: 0 -216px; }
div.selector2 > div span {
background-position: right -162px; }
div.selector2 > div.active span {
background-position: right -189px; }
div.selector2 > div.hover span, div.selector2 > div.focus span {
background-position: right -189px; }
div.selector2 > div.hover.active span, div.selector2 > div.focus.active span {
background-position: right -189px; }
div.selector2 > div.disabled, div.selector2 > div.disabled.active {
background-position: 0 -216px; }
div.selector2 > div.disabled span, div.selector2 > div.disabled.active span {
background-position: right -162px; }
/* Select3 */
div.selector3 > div {
background-position: 0 -351px; }
div.selector3 > div span {
background-position: right -297px; }
div.selector3 > div.active span {
background-position: right -324px; }
div.selector3 > div.hover span, div.selector3 > div.focus span {
background-position: right -324px; }
div.selector3 > div.hover.active span, div.selector3 > div.focus.active span {
background-position: right -324px; }
div.selector3 > div.disabled, div.selector3 > div.disabled.active {
background-position: 0 -351px; }
div.selector3 > div.disabled span, div.selector3 > div.disabled.active span {
background-position: right -297px; }
/* Checkbox */
div.checker {
position: relative; }
div.checker, div.checker span, div.checker input {
width: 15px;
height: 15px; }
div.checker span {
display: -moz-inline-box;
display: inline-block;
*display: inline;
zoom: 1;
text-align: center;
background-position: 0 -257px; }
div.checker span.checked {
background-position: -15px -257px; }
div.checker input {
opacity: 0;
filter: alpha(opacity=0);
-moz-opacity: 0;
border: none;
background: none;
display: -moz-inline-box;
display: inline-block;
*display: inline;
zoom: 1; }
div.checker.active span {
background-position: -15px -257px; }
div.checker.active span.checked {
background-position: -15px -257px; }
div.checker.hover span, div.checker.focus span {
background-position: -30px -257px; }
div.checker.hover span.checked, div.checker.focus span.checked {
background-position: -15px -257px; }
div.checker.hover.active span, div.checker.focus.active span {
background-position: -15px -257px; }
div.checker.hover.active span.checked, div.checker.focus.active span.checked {
background-position: -15px -257px; }
div.checker.disabled, div.checker.disabled.active {
background-position: 0 -257px; }
div.checker.disabled span.checked, div.checker.disabled.active span.checked {
background-position: 0 -257px; }
/* Radio */
div.radio {
position: relative;
display: inline; }
div.radio, div.radio span, div.radio input {
width: 13px;
height: 13px; }
div.radio span {
display: -moz-inline-box;
display: inline-block;
*display: inline;
zoom: 1;
text-align: center;
background-position: 0 -243px; }
div.radio span.checked {
background-position: -13px -243px; }
div.radio input {
opacity: 0;
filter: alpha(opacity=0);
-moz-opacity: 0;
border: none;
background: none;
display: -moz-inline-box;
display: inline-block;
*display: inline;
zoom: 1;
text-align: center; }
div.radio.active span {
background-position: -13px -243px; }
div.radio.active span.checked {
background-position: -13px -243px; }
div.radio.hover span, div.radio.focus span {
background-position: -13px -243px; }
div.radio.hover span.checked, div.radio.focus span.checked {
background-position: -13px -243px; }
div.radio.hover.active span, div.radio.focus.active span {
background-position: -13px -243px; }
div.radio.hover.active span.checked, div.radio.focus.active span.checked {
background-position: -13px -243px; }
div.radio.disabled span, div.radio.disabled.active span {
background-position: 0 -243px; }
div.radio.disabled span.checked, div.radio.disabled.active span.checked {
background-position: 0 -243px; }
/* Uploader */
div.uploader {
background: none;
height: 27px;
width: 100%;
cursor: pointer;
position: relative;
overflow: hidden; }
div.uploader span.action {
background-position: 0 -378px;
height: 27px;
line-height: 27px;
width: 94px;
text-align: center;
float: left;
display: inline;
overflow: hidden;
cursor: pointer; }
div.uploader span.filename {
text-overflow: ellipsis;
display: block;
overflow: hidden;
white-space: nowrap;
float: left;
cursor: default;
height: 27px;
margin: 0px 0 0px 0px;
line-height: 27px;
width: 172px;
padding: 0 10px; }
div.uploader input {
opacity: 0;
filter: alpha(opacity=0);
-moz-opacity: 0;
border: none;
background: none;
position: absolute;
top: 0;
right: 0;
float: right;
cursor: default;
width: 100%;
height: 100%; }
/* Buttons */
div.button {
background-position: 0 -634px;
height: 30px;
cursor: pointer;
position: relative;
/* Keep buttons barely visible so they can get focus */ }
div.button a, div.button button, div.button input {
opacity: 0.01;
filter: alpha(opacity=1);
-moz-opacity: 0.01;
display: block;
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute; }
div.button span {
display: -moz-inline-box;
display: inline-block;
*display: inline;
zoom: 1;
line-height: 30px;
text-align: center;
background-position: right -514px;
height: 30px;
margin-left: 13px;
padding: 0; }
div.button.active {
background-position: 0 -664px; }
div.button.active span {
background-position: right -544px;
cursor: default; }
div.button.hover, div.button.focus {
background-position: 0 -694px; }
div.button.hover span, div.button.focus span {
background-position: right -574px; }
div.button.disabled, div.button.disabled.active {
background-position: 0 -724px; }
div.button.disabled span, div.button.disabled.active span {
background-position: right -604px;
cursor: default; }
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
font-size: 13px;
font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-weight: normal;
line-height: 18px;
color: #777;
border: solid 1px #d6d4d4; }
input.uniform-input.hover, input.uniform-input.focus,
select.uniform-multiselect.hover,
select.uniform-multiselect.focus,
textarea.uniform.hover,
textarea.uniform.focus {
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
border-color: #cbcaca; }
div.button span {
font-weight: bold;
font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase; }
div.button.hover span, div.button.focus span {
color: #555; }
div.button.disabled span, div.button.disabled.active span {
color: #bbb; }
#compare_shipping .form-group label {
display: block; }
div.selector {
font-size: 12px; }
div.selector span {
color: #666;
text-shadow: 0 1px 0 #fff; }
div.selector select {
font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-size: 12px; }
div.selector.disabled span, div.selector.disabled.active span {
color: #bbb; }
.checker span input {
margin: 0 !important; }
.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'] {
margin: 0 !important; }
.radio-inline,
.checkbox-inline {
cursor: default; }
div.checker {
cursor: pointer;
margin-right: 5px; }
div.checker span {
position: relative;
top: -2px; }
#layered_form div.checker {
display: inline; }
div.radio {
margin-right: 3px; }
div.radio span {
position: relative;
top: -2px; }
div.uploader span.action {
text-shadow: rgba(0, 0, 0, 0.1) 0 1px 0;
font-size: 13px;
font-weight: bold;
color: #fff; }
div.uploader span.filename {
color: #777;
border: solid 1px #d6d4d4;
font-size: 13px;
background: #fbfbfb;
margin-right: 2px; }
div.uploader.disabled span.action, div.uploader.disabled.active span.action {
color: #aaa; }
div.uploader.disabled span.filename, div.uploader.disabled.active span.filename {
border-color: #ddd;
color: #aaa; }
input.uniform-input, input.uniform-input:focus {
background-color: #fff; }
/*# sourceMappingURL=uniform.default.css.map */ | 0.299515 | 0.053108 |
.gizmo-page-wrapper {
margin: 0 50px;
}
.anchor {
display: block;
position: relative;
top: -80px;
visibility: hidden;
}
.docs-section {
padding-top: 20px;
}
#showcase_nav_list {
position: fixed;
top: 100px;
width: 192px;
margin: 0 -1px 0 -1px;
}
#showcase_nav_list .nav-list > .active > a {
background-color: #0A62A9;
color: #ffffff;
}
#showcase_nav_list a {
font-size: 15px;
padding: 5px 8px;
margin-top: -1px;
-webkit-border-radius: 5px;
border-radius: 5px;
background-clip: padding-box;
}
#showcase_nav_list a.nav-list-sub {
font-size: 13px;
padding: 10px 25px;
}
#gizmo-showcase-wrapper {
padding-left: 50px;
padding-right: 200px;
}
#gizmo-showcase-wrapper .gizmo-showcase-page-heading {
font-size: 60px;
}
#gizmo-showcase-wrapper p {
text-align: justify;
}
pre[class*="language-"].overview-example-code {
margin: 20px 0;
}
/* Demo and Code Example Styles */
.demo,
.code {
position: relative;
padding: 40px 20px 20px 20px;
margin: 20px 0;
border: 1px solid #dddddd;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #fcfcfc;
}
.code {
background-color: #F5F2F0;
}
.demo:after,
.code:after {
position: absolute;
top: -1px;
left: -1px;
padding: 3px 7px;
font-size: 10pt;
font-weight: bold;
background-color: #efedea;
border: 1px solid #dddddd;
-webkit-border-radius: 5px 0 5px 0;
-moz-border-radius: 5px 0 5px 0;
border-radius: 5px 0 5px 0;
}
.code:after {
content: "Code";
}
.demo:after {
content: "Demo";
}
.example .demo {
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
margin-bottom: 0;
}
.example .code {
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
margin-top: -1px;
background-color: #f5f2f0;
}
.example .code:after {
-webkit-border-radius: 0 0 5px 0;
-moz-border-radius: 0 0 5px 0;
border-radius: 0 0 5px 0;
}
pre {
border: none;
}
.alert .alert-header {
font-size: 18px;
font-weight: 600;
margin-bottom: 12px;
} | tethys_gizmos/static/tethys_gizmos/css/gizmo_showcase.css | .gizmo-page-wrapper {
margin: 0 50px;
}
.anchor {
display: block;
position: relative;
top: -80px;
visibility: hidden;
}
.docs-section {
padding-top: 20px;
}
#showcase_nav_list {
position: fixed;
top: 100px;
width: 192px;
margin: 0 -1px 0 -1px;
}
#showcase_nav_list .nav-list > .active > a {
background-color: #0A62A9;
color: #ffffff;
}
#showcase_nav_list a {
font-size: 15px;
padding: 5px 8px;
margin-top: -1px;
-webkit-border-radius: 5px;
border-radius: 5px;
background-clip: padding-box;
}
#showcase_nav_list a.nav-list-sub {
font-size: 13px;
padding: 10px 25px;
}
#gizmo-showcase-wrapper {
padding-left: 50px;
padding-right: 200px;
}
#gizmo-showcase-wrapper .gizmo-showcase-page-heading {
font-size: 60px;
}
#gizmo-showcase-wrapper p {
text-align: justify;
}
pre[class*="language-"].overview-example-code {
margin: 20px 0;
}
/* Demo and Code Example Styles */
.demo,
.code {
position: relative;
padding: 40px 20px 20px 20px;
margin: 20px 0;
border: 1px solid #dddddd;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #fcfcfc;
}
.code {
background-color: #F5F2F0;
}
.demo:after,
.code:after {
position: absolute;
top: -1px;
left: -1px;
padding: 3px 7px;
font-size: 10pt;
font-weight: bold;
background-color: #efedea;
border: 1px solid #dddddd;
-webkit-border-radius: 5px 0 5px 0;
-moz-border-radius: 5px 0 5px 0;
border-radius: 5px 0 5px 0;
}
.code:after {
content: "Code";
}
.demo:after {
content: "Demo";
}
.example .demo {
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
margin-bottom: 0;
}
.example .code {
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
margin-top: -1px;
background-color: #f5f2f0;
}
.example .code:after {
-webkit-border-radius: 0 0 5px 0;
-moz-border-radius: 0 0 5px 0;
border-radius: 0 0 5px 0;
}
pre {
border: none;
}
.alert .alert-header {
font-size: 18px;
font-weight: 600;
margin-bottom: 12px;
} | 0.245537 | 0.129128 |
@charset "UTF-8";
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
display: none !important;
}
ng\:form {
display: block;
}
.ng-animate-shim {
visibility:hidden;
}
.ng-anchor {
position:absolute;
}
/* CSS */
@font-face {
font-family: Lato;
src: url("../fonts/Lato-Hairline.ttf");
font-weight: 100;
}
@font-face {
font-family: Lato;
src: url("../fonts/Lato-Light.ttf");
font-weight: 300;
}
@font-face {
font-family: Lato;
src: url("../fonts/Lato-Bold.ttf");
font-weight: 700;
}
body {
font-family: 'Lato', sans-serif;
padding: 0;
margin: 0;
background-color: #000000;
-webkit-font-smoothing: subpixel-antialiased;
}
.row {
max-width: 100%;
}
p {
padding: 0;
margin: 0;
font-size: 1.2em;
line-height: 1.8em;
}
.background {
background-image: url("http://api.jchui.me/minerva/images/bg.jpg"), url("../img/lake.jpg");
background-size: cover;
background-repeat: no-repeat;
position: fixed;
opacity: 0.85;
width: 100%;
height: 100%;
z-index: -100;
}
.navigation {
position: absolute;
top: 0;
width: 100%;
text-align: right;
font-size: 1.8em;
color: #ffffff;
padding-top: 20px;
}
.navigation a {
color: #ffffff;
opacity: 0.8;
padding: 0 3px;
}
.navigation a:hover {
opacity: 1;
transition: 0.8s;
}
.navigation span {
padding-right: 30px;
}
.container {
padding-top: 60px;
}
h1 {
text-align: center;
font-size: 9em;
font-weight: 100;
line-height: normal;
color: #ffffff;
padding: 0;
margin: 0;
}
h2 {
text-align: center;
font-size: 1.7em;
font-weight: 100;
color: #ffffff;
padding: 0;
margin: 0;
position: relative;
top: -5px;
}
table.newsfeed {
margin: auto;
margin-top: 4%;
width: 80%;
background-color: rgba(0, 0, 0, 0.5);
padding: 10px 20px;
}
.newsfeed td:first-child {
width: 100px;
font-size: 1.2em;
font-weight: 100;
padding-left: 20px;
}
.newsfeed td {
padding: 10px 0px;
color: #ffffff;
vertical-align: middle;
}
.newsfeed td:nth-child(3) {
padding-right: 50px;
letter-spacing: 0.8px;
}
.newsfeed td a {
font-size: 1.2em;
color: #ffffff;
text-decoration: none;
line-height: 1.6em;
}
.newsfeed td i {
opacity: 0;
position: relative;
top: 1px;
padding-left: 5px;
}
.newsfeed td a:hover i {
opacity: 1;
transition: 0.5s;
}
.new {
font-weight: 700;
}
.updated {
width: 80%;
margin: auto;
text-align: right;
color: #ffffff;
font-weight: 300;
padding: 10px 0;
}
.issue {
float: left;
}
.issue a {
color: #ffffff;
text-decoration: none;
padding-bottom: 2px;
border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.issue a:hover {
border-bottom: 1px solid #ffffff;
transition: 0.8s;
}
.error {
font-size: 1.2em;
letter-spacing: 0.8px;
}
.notice {
margin: auto;
margin-top: 1%;
width: 80%;
background-color: rgba(0, 0, 0, 0.5);
padding: 20px 30px 40px 30px;
color: #ffffff;
margin-bottom: 100px;
}
.notice .back {
color: #ffffff;
text-decoration: none;
padding-bottom: 2px;
border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.notice i {
padding-right: 5px;
}
.notice .back:hover {
border-bottom: 1px solid #ffffff;
transition: 0.8s;
}
.notice h3:first-child {
font-weight: 300;
font-size: 1.2em;
padding: 0;
padding-bottom: 10px;
border-bottom: 1px solid #ffffff;
width: 100%;
margin: 0;
margin-bottom: 10px;
line-height: normal;
}
.notice p {
font-weight: 300;
font-size: 1em;
line-height: 1.8em;
padding: 10px 0;
}
.notice .post a {
color: #ffffff;
padding: 5px;
}
.settings {
margin: auto;
margin-top: 3%;
width: 50%;
background-color: rgba(0, 0, 0, 0.5);
padding: 20px 30px;
color: #ffffff;
}
.settings div {
padding: 15px 0;
}
.settings .title {
font-weight: 700;
letter-spacing: 0.5px;
}
.settings .info {
padding-bottom: 10px;
}
.settings a {
color: #ffffff;
padding-bottom: 2px;
text-decoration: none;
border-bottom: 1px solid rgba(255, 255, 255, 0);
font-weight: 300;
}
.settings a:hover {
border-bottom: 1px solid #ffffff;
transition: 0.8s;
}
.settings input[type="text"] {
padding: 10px 10px;
font-size: 1.2em;
font-weight: 100;
width: 60%;
color: #000000;
}
.settings select {
color: #000000;
}
.settings .save-btn {
padding: 12px 35px;
width: 100%;
background-color: rgba(255, 255, 255, 0.8);
border: none;
outline: none;
font-size: 1.1em;
font-weight: 300;
color: #000000;
}
.settings .save-btn:hover {
cursor: pointer;
background-color: rgba(255, 255, 255, 1);
transition: 0.8s;
}
.settings .save-btn:active {
background-color: #000000;
}
.footer {
position: fixed;
bottom: 0;
width: 100%;
text-align: right;
font-size: 2em;
color: #ffffff;
padding-bottom: 20px;
}
.footer span {
padding-right: 30px;
}
.footer a {
color: #ffffff;
opacity: 0.8;
padding: 0 5px;
}
.footer a:hover {
opacity: 1;
transition: 0.8s;
} | css/main.css |
@charset "UTF-8";
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
display: none !important;
}
ng\:form {
display: block;
}
.ng-animate-shim {
visibility:hidden;
}
.ng-anchor {
position:absolute;
}
/* CSS */
@font-face {
font-family: Lato;
src: url("../fonts/Lato-Hairline.ttf");
font-weight: 100;
}
@font-face {
font-family: Lato;
src: url("../fonts/Lato-Light.ttf");
font-weight: 300;
}
@font-face {
font-family: Lato;
src: url("../fonts/Lato-Bold.ttf");
font-weight: 700;
}
body {
font-family: 'Lato', sans-serif;
padding: 0;
margin: 0;
background-color: #000000;
-webkit-font-smoothing: subpixel-antialiased;
}
.row {
max-width: 100%;
}
p {
padding: 0;
margin: 0;
font-size: 1.2em;
line-height: 1.8em;
}
.background {
background-image: url("http://api.jchui.me/minerva/images/bg.jpg"), url("../img/lake.jpg");
background-size: cover;
background-repeat: no-repeat;
position: fixed;
opacity: 0.85;
width: 100%;
height: 100%;
z-index: -100;
}
.navigation {
position: absolute;
top: 0;
width: 100%;
text-align: right;
font-size: 1.8em;
color: #ffffff;
padding-top: 20px;
}
.navigation a {
color: #ffffff;
opacity: 0.8;
padding: 0 3px;
}
.navigation a:hover {
opacity: 1;
transition: 0.8s;
}
.navigation span {
padding-right: 30px;
}
.container {
padding-top: 60px;
}
h1 {
text-align: center;
font-size: 9em;
font-weight: 100;
line-height: normal;
color: #ffffff;
padding: 0;
margin: 0;
}
h2 {
text-align: center;
font-size: 1.7em;
font-weight: 100;
color: #ffffff;
padding: 0;
margin: 0;
position: relative;
top: -5px;
}
table.newsfeed {
margin: auto;
margin-top: 4%;
width: 80%;
background-color: rgba(0, 0, 0, 0.5);
padding: 10px 20px;
}
.newsfeed td:first-child {
width: 100px;
font-size: 1.2em;
font-weight: 100;
padding-left: 20px;
}
.newsfeed td {
padding: 10px 0px;
color: #ffffff;
vertical-align: middle;
}
.newsfeed td:nth-child(3) {
padding-right: 50px;
letter-spacing: 0.8px;
}
.newsfeed td a {
font-size: 1.2em;
color: #ffffff;
text-decoration: none;
line-height: 1.6em;
}
.newsfeed td i {
opacity: 0;
position: relative;
top: 1px;
padding-left: 5px;
}
.newsfeed td a:hover i {
opacity: 1;
transition: 0.5s;
}
.new {
font-weight: 700;
}
.updated {
width: 80%;
margin: auto;
text-align: right;
color: #ffffff;
font-weight: 300;
padding: 10px 0;
}
.issue {
float: left;
}
.issue a {
color: #ffffff;
text-decoration: none;
padding-bottom: 2px;
border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.issue a:hover {
border-bottom: 1px solid #ffffff;
transition: 0.8s;
}
.error {
font-size: 1.2em;
letter-spacing: 0.8px;
}
.notice {
margin: auto;
margin-top: 1%;
width: 80%;
background-color: rgba(0, 0, 0, 0.5);
padding: 20px 30px 40px 30px;
color: #ffffff;
margin-bottom: 100px;
}
.notice .back {
color: #ffffff;
text-decoration: none;
padding-bottom: 2px;
border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.notice i {
padding-right: 5px;
}
.notice .back:hover {
border-bottom: 1px solid #ffffff;
transition: 0.8s;
}
.notice h3:first-child {
font-weight: 300;
font-size: 1.2em;
padding: 0;
padding-bottom: 10px;
border-bottom: 1px solid #ffffff;
width: 100%;
margin: 0;
margin-bottom: 10px;
line-height: normal;
}
.notice p {
font-weight: 300;
font-size: 1em;
line-height: 1.8em;
padding: 10px 0;
}
.notice .post a {
color: #ffffff;
padding: 5px;
}
.settings {
margin: auto;
margin-top: 3%;
width: 50%;
background-color: rgba(0, 0, 0, 0.5);
padding: 20px 30px;
color: #ffffff;
}
.settings div {
padding: 15px 0;
}
.settings .title {
font-weight: 700;
letter-spacing: 0.5px;
}
.settings .info {
padding-bottom: 10px;
}
.settings a {
color: #ffffff;
padding-bottom: 2px;
text-decoration: none;
border-bottom: 1px solid rgba(255, 255, 255, 0);
font-weight: 300;
}
.settings a:hover {
border-bottom: 1px solid #ffffff;
transition: 0.8s;
}
.settings input[type="text"] {
padding: 10px 10px;
font-size: 1.2em;
font-weight: 100;
width: 60%;
color: #000000;
}
.settings select {
color: #000000;
}
.settings .save-btn {
padding: 12px 35px;
width: 100%;
background-color: rgba(255, 255, 255, 0.8);
border: none;
outline: none;
font-size: 1.1em;
font-weight: 300;
color: #000000;
}
.settings .save-btn:hover {
cursor: pointer;
background-color: rgba(255, 255, 255, 1);
transition: 0.8s;
}
.settings .save-btn:active {
background-color: #000000;
}
.footer {
position: fixed;
bottom: 0;
width: 100%;
text-align: right;
font-size: 2em;
color: #ffffff;
padding-bottom: 20px;
}
.footer span {
padding-right: 30px;
}
.footer a {
color: #ffffff;
opacity: 0.8;
padding: 0 5px;
}
.footer a:hover {
opacity: 1;
transition: 0.8s;
} | 0.354321 | 0.09886 |
.pageturn {
clear: both;
height: 30px;
margin: 50px auto;
display: table;
text-align: center;
}
.pageturn .pagelist {
display: table-cell;
vertical-align: middle;
overflow: hidden;
padding-left: 0px;
}
.pageturn li {
width: 30px;
height: 30px;
line-height: 30px;
margin-left: 10px;
float: left;
text-align: center;
}
.pageturn li:first-child {
margin-left: 0;
}
.pageturn li:hover a, .pageturn .active a {
background: #717171;
color: #fff;
border-color: #eaeaea;
}
.pageturn a {
border: 1px solid #eaeaea;
display: block;
height: 28px;
color: #6c6c6c;
}
.pageturn .long {
width: 80px;
}
.pageturn .none a {
border: 0;
}
.comment-area {
padding: 0 30px 0;
}
.comment-form {
margin-top: 15px;
margin-bottom: 40px;
}
.form-control{display:block;width:80%;height:100px;padding:6px 12px;font-size:14px;
margin-left: 40px;margin-top: 10px}
@media (min-width: 768px) and (max-width: 991px) {
.form-control {
width:80%;
}
}
@media (max-width: 375px) {
.form-control {
width:70%;
}
}
.form-name{
padding:6px 12px;
}
.btn-default{color:#333;background-color:#fff;border-color:#ccc}
.comment-add{
text-align: center;
margin-bottom: 25px;
width:auto
}
.name{
font-size: 15px;
margin-right: 10px;
}
.comment{
font-size: 15px;
float: left;
margin-right: 15px;
}
.comment-list{
padding: inherit;
}
.comment-list-title{
text-align: center;
margin-bottom: 30px;
}
.the-line{
height:0.5px;
border-top:1px solid ;
margin-top: 20px;
margin-bottom: 20px;
}
.floor{
float: right;
margin: 0px;
}
#search{
position: relative;
box-sizing: border-box;
width: 40px;
float: left;
text-align: left;
line-height: inherit;
transition-property: background-color;
transition-duration: 0.2s;
transition-timing-function: ease-in-out;
transition-delay: 0s;
}
#unit{
/*outline: none;*/
border: 0px;
float: left;
margin: 10px 0px 20px 4px;
width: 150px;
font-size: 13px;
}
#unit::-webkit-input-placeholder { /* WebKit browsers */
color: #555;
}
#unit:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #555;
}
#unit::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #555;
}
#unit:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #555;
}
.no-post{
font-size: 17px;
text-align: center;
}
.unit-0{
position: relative;
float: left;
background-color: #ffffff;
margin: 12px 0px 20px 16px;
border: 0px;
box-sizing: border-box;
/*padding: 4px 0px 15px 20px;*/
text-align: left;
line-height: inherit;
transition-property: background-color;
transition-duration: 0.2s;
transition-timing-function: ease-in-out;
transition-delay: 0s;
}
.nickname{
color: #333;
}
.page404{
text-align: center;
}
.page500{
text-align: center;
} | blog/static/css_js/extra.css | .pageturn {
clear: both;
height: 30px;
margin: 50px auto;
display: table;
text-align: center;
}
.pageturn .pagelist {
display: table-cell;
vertical-align: middle;
overflow: hidden;
padding-left: 0px;
}
.pageturn li {
width: 30px;
height: 30px;
line-height: 30px;
margin-left: 10px;
float: left;
text-align: center;
}
.pageturn li:first-child {
margin-left: 0;
}
.pageturn li:hover a, .pageturn .active a {
background: #717171;
color: #fff;
border-color: #eaeaea;
}
.pageturn a {
border: 1px solid #eaeaea;
display: block;
height: 28px;
color: #6c6c6c;
}
.pageturn .long {
width: 80px;
}
.pageturn .none a {
border: 0;
}
.comment-area {
padding: 0 30px 0;
}
.comment-form {
margin-top: 15px;
margin-bottom: 40px;
}
.form-control{display:block;width:80%;height:100px;padding:6px 12px;font-size:14px;
margin-left: 40px;margin-top: 10px}
@media (min-width: 768px) and (max-width: 991px) {
.form-control {
width:80%;
}
}
@media (max-width: 375px) {
.form-control {
width:70%;
}
}
.form-name{
padding:6px 12px;
}
.btn-default{color:#333;background-color:#fff;border-color:#ccc}
.comment-add{
text-align: center;
margin-bottom: 25px;
width:auto
}
.name{
font-size: 15px;
margin-right: 10px;
}
.comment{
font-size: 15px;
float: left;
margin-right: 15px;
}
.comment-list{
padding: inherit;
}
.comment-list-title{
text-align: center;
margin-bottom: 30px;
}
.the-line{
height:0.5px;
border-top:1px solid ;
margin-top: 20px;
margin-bottom: 20px;
}
.floor{
float: right;
margin: 0px;
}
#search{
position: relative;
box-sizing: border-box;
width: 40px;
float: left;
text-align: left;
line-height: inherit;
transition-property: background-color;
transition-duration: 0.2s;
transition-timing-function: ease-in-out;
transition-delay: 0s;
}
#unit{
/*outline: none;*/
border: 0px;
float: left;
margin: 10px 0px 20px 4px;
width: 150px;
font-size: 13px;
}
#unit::-webkit-input-placeholder { /* WebKit browsers */
color: #555;
}
#unit:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #555;
}
#unit::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #555;
}
#unit:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #555;
}
.no-post{
font-size: 17px;
text-align: center;
}
.unit-0{
position: relative;
float: left;
background-color: #ffffff;
margin: 12px 0px 20px 16px;
border: 0px;
box-sizing: border-box;
/*padding: 4px 0px 15px 20px;*/
text-align: left;
line-height: inherit;
transition-property: background-color;
transition-duration: 0.2s;
transition-timing-function: ease-in-out;
transition-delay: 0s;
}
.nickname{
color: #333;
}
.page404{
text-align: center;
}
.page500{
text-align: center;
} | 0.379493 | 0.111434 |
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
margin: 0;
padding: 0;
}
img, video {
max-width: 100%;
}
.main-title,
.photo-grid {
padding: 0 0.5rem;
}
.photo-grid {
text-align: center;
}
@media (min-width: 40em) {
.photo-grid {
text-align: left;
}
}
.photo-grid__img {
margin: 0 2rem 2rem 0;
}
.light-box {
position: fixed;
top: 0;
left: 0;
display: flex;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.7);
}
.light-box__container {
position: relative;
max-width: 90%;
margin: auto;
background: white;
}
.light-box__close-button {
position: absolute;
top: 0;
right: 0;
z-index: 10;
display: inline-block;
width: 20px;
height: 20px;
text-align: center;
background: #fff;
border: 0;
border-radius: 50%;
opacity: 0.5;
transform: translate(50%, -50%);
}
.light-box__close-button:hover {
opacity: 1;
}
.light-box__figure {
margin: 0;
}
.light-box__title {
position: absolute;
top: 0;
display: block;
width: 100%;
padding: 0.5em 1em;
margin: 0;
color: #fff;
background: rgba(0, 0, 0, 0.75);
}
.light-box__next-prev {
position: absolute;
top: 50%;
display: inline-block;
padding: 1rem;
transform: translateY(-50%);
}
.light-box__prev {
transform: translateY(-50%) scaleX(-1);
}
.light-box__next {
right: 0;
}
.light-box__navigation {
position: absolute;
bottom: 0;
left: 50%;
z-index: 20;
display: inline-block;
padding: 0;
margin: 0;
white-space: nowrap;
list-style-type: none;
background: rgba(0, 0, 0, 0.5);
transform: translateX(-50%);
}
.light-box__nav-item {
display: inline-block;
opacity: 0.5;
}
.light-box__nav-button {
font-size: 1rem;
color: #fff;
background: none;
border: 0;
outline: none;
}
.active {
opacity: 1;
}
.hidden {
display: none;
}
@supports (display: grid) {
.photo-grid {
display: grid;
grid-gap: 1rem;
grid-auto-columns: 10px;
}
.photo-grid__img {
margin: 0;
}
@media (min-width: 30em) {
.photo-grid {
grid-template-columns: repeat(2, 1fr)
}
}
@media (min-width: 40em) {
.photo-grid {
grid-template-columns: repeat(3, 1fr)
}
}
@media (min-width: 60em) {
.photo-grid {
grid-template-columns: repeat(4, 1fr)
}
}
} | dist/main.css | html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
margin: 0;
padding: 0;
}
img, video {
max-width: 100%;
}
.main-title,
.photo-grid {
padding: 0 0.5rem;
}
.photo-grid {
text-align: center;
}
@media (min-width: 40em) {
.photo-grid {
text-align: left;
}
}
.photo-grid__img {
margin: 0 2rem 2rem 0;
}
.light-box {
position: fixed;
top: 0;
left: 0;
display: flex;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.7);
}
.light-box__container {
position: relative;
max-width: 90%;
margin: auto;
background: white;
}
.light-box__close-button {
position: absolute;
top: 0;
right: 0;
z-index: 10;
display: inline-block;
width: 20px;
height: 20px;
text-align: center;
background: #fff;
border: 0;
border-radius: 50%;
opacity: 0.5;
transform: translate(50%, -50%);
}
.light-box__close-button:hover {
opacity: 1;
}
.light-box__figure {
margin: 0;
}
.light-box__title {
position: absolute;
top: 0;
display: block;
width: 100%;
padding: 0.5em 1em;
margin: 0;
color: #fff;
background: rgba(0, 0, 0, 0.75);
}
.light-box__next-prev {
position: absolute;
top: 50%;
display: inline-block;
padding: 1rem;
transform: translateY(-50%);
}
.light-box__prev {
transform: translateY(-50%) scaleX(-1);
}
.light-box__next {
right: 0;
}
.light-box__navigation {
position: absolute;
bottom: 0;
left: 50%;
z-index: 20;
display: inline-block;
padding: 0;
margin: 0;
white-space: nowrap;
list-style-type: none;
background: rgba(0, 0, 0, 0.5);
transform: translateX(-50%);
}
.light-box__nav-item {
display: inline-block;
opacity: 0.5;
}
.light-box__nav-button {
font-size: 1rem;
color: #fff;
background: none;
border: 0;
outline: none;
}
.active {
opacity: 1;
}
.hidden {
display: none;
}
@supports (display: grid) {
.photo-grid {
display: grid;
grid-gap: 1rem;
grid-auto-columns: 10px;
}
.photo-grid__img {
margin: 0;
}
@media (min-width: 30em) {
.photo-grid {
grid-template-columns: repeat(2, 1fr)
}
}
@media (min-width: 40em) {
.photo-grid {
grid-template-columns: repeat(3, 1fr)
}
}
@media (min-width: 60em) {
.photo-grid {
grid-template-columns: repeat(4, 1fr)
}
}
} | 0.773986 | 0.10618 |
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap);html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
* {
box-sizing: border-box;
font-family: "Roboto", sans-serif;
color: #333333;
background: #rgba 224, 220, 121, 0.75;
}
body {
background: #499bea;
background: -webkit-gradient(left top, right top, color-stop(0%, #499bea), color-stop(4%, #499bea), color-stop(42%, #2969ad), color-stop(100%, #2969ad));
background: -ms-linear-gradient(left, #499bea 0%, #499bea 4%, #2969ad 42%, #2969ad 100%);
}
header {
background: salmon;
width: 100%;
height: 123px;
padding: 1.5px 0;
margin-bottom: 5rem;
}
header h1 {
font-family: "Roboto", sans-serif;
width: 100%;
height: 123px;
padding: 1.5px 0;
text-align: center;
padding: 2rem;
font-size: 3rem;
text-decoration: underline;
}
#Msg {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
#Msg div {
margin-bottom: 2rem;
text-align: center;
}
#Msg div label {
font-size: 2rem;
font-weight: 400;
margin-bottom: 2rem;
}
#Msg div input {
width: 500px;
font-size: 2rem;
font-weight: 300;
padding: 20px;
border-style: none;
border-bottom: 1px solid #e4e4f0;
margin-bottom: 2rem;
margin-top: 2rem;
background: #e4e4f0;
background: transparent;
border-radius: 5px;
cursor: pointer;
}
#Msg div input:focus {
outline: none;
}
#Msg div textarea {
width: 500px;
font-size: 1.8rem;
font-weight: 300;
padding: 20px;
margin-top: 2rem;
border-radius: 5px;
cursor: pointer;
}
#Msg div button {
width: 250px;
padding: 12px;
font-size: 1.5rem;
font-weight: 400;
border-radius: 5px;
cursor: pointer;
}
* {
box-sizing: border-box;
font-family: "Roboto", sans-serif;
color: #333333;
background: #rgba 224, 220, 121, 0.75;
}
/* .container{
width: 1291px;
height: 100vh;
margin: 0 auto;
border: 1px solid #2f4f4f;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-auto-rows: minmax(400px auto);
grid-rows: 400px 400px 400px 400px;
grid-gap: 15px;
position: absolute;
} */
.header-wrapper {
position: relative;
width: 1291px;
height: 100vh;
margin: 0 auto;
/* FF3.6-15 */
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #1e5799 0%, rgba(30, 87, 153, 0.94) 18%, rgba(224, 220, 121, 0.75) 79%, rgba(30, 87, 153, 0.71) 93%, rgba(30, 87, 153, 0.69) 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.top-header {
width: 100%;
height: 123px;
padding: 1.5px 0;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}
.left-info {
color: #333333;
font-size: 16px;
margin: 35px 299.984px 0px 0px;
padding: 0 0 0 40px;
}
.right-info {
display: flex;
justify-content: center;
align-items: center;
}
#clock {
font-family: "Roboto", sans-serif;
font-size: 2.5rem;
font-weight: 400;
color: #111111;
text-shadow: 2px 2px black;
}
/* ******/
.nav-container {
position: absolute;
width: 250px;
height: 100vh;
z-index: 1;
text-align: center;
}
.sidenav {
/* background: #rgba(224,220,121,0.75); */
position: relative;
height: 275px;
width: 250px;
z-index: 1;
/* transform: translate3d(-100%,0,0); */
transition: all 0.4s ease-in-out;
/* -webkit-box-shadow: 2px 0px 78px -15px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 0px 78px -15px rgba(0,0,0,0.75);
box-shadow: 2px 0px 78px -15px rgba(0,0,0,0.75);
background-color: #111; */
}
.sidenav.active {
/* transform: translate3d(0,0,0); */
}
.sidenav a {
left: 0;
padding: 8px 8px 8px 8px;
text-decoration: none;
font-size: 12px;
color: #818181;
display: block;
transition: 0.3s;
border: 1px solid black;
border-radius: 5px;
background: #404040;
margin: 5px 10px;
}
.sidenav a:hover {
color: #f1f1f1;
}
.sidenav button {
position: relative;
/* right: -300px; */
padding: 8px 8px 8px 8px;
text-decoration: none;
font-size: 12px;
color: #818181;
display: inline-block;
transition: 0.3s;
border: 1px solid black;
border-radius: 5px;
background: #404040;
margin: 5px 10px;
}
.show {
display: block;
}
.none {
display: none;
}
.sidenav .closebtn {
font-size: 36px;
margin-left: 50px;
cursor: pointer;
}
@media screen and (max-height: 450px) {
.sidenav {
padding-top: 15px;
}
.sidenav a {
font-size: 18px;
}
}
/* ******/
.middle-info {
text-align: center;
}
.middle-info .img-box {
width: 420px;
height: 120px;
margin: 10px auto;
}
.middle-info .img {
/* margin: 0 26px; */
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: bottom;
}
.right-info {
/* padding: 0 0 0 19.3594px; */
font-size: 18px;
text-align: center;
justify-content: center;
/* padding-left: 1.5%; */
}
.right-info p {
display: inline-block;
padding: 42px 0;
font-size: 19px;
font-weight: 700;
text-align: center;
justify-content: center;
padding-left: 1.5%;
}
.bottom-header {
display: inline-block;
margin: 0 214px;
text-align: center;
height: 51px;
padding: 12px 0;
}
.bottom-header nav ul {
margin: 0 auto;
}
.bottom-header nav ul li {
display: inline-block;
}
.bottom-header nav ul li a {
font-size: 19px;
padding: 10px 20px;
text-align: center;
text-decoration: none;
}
#feedback {
height: 100vh;
width: 100%;
background: #1e5799;
/* background-repeat: repeat;
background-size: cover;
background-position: center; */
display: grid;
grid-template-columns: 1fr;
grid-auto-rows: minmax(400px auto);
grid-template-rows: 400px 400px 400px 400px;
/* grid-gap: 15px; */
}
.marqee-section {
/* grid-column: 1/5;
grid-row: 3/5; */
color: #1f1f1f;
background: white;
border: 1px solid white;
border-radius: 5px;
text-align: center;
margin: 30px auto;
box-shadow: -5px 10px 10px -2px #7c7b82;
opacity: 0.9;
display: grid;
grid-template-columns: 200px 100px 1fr 200px 1fr;
border: 1px solid green;
padding: 20px;
}
.authId {
/* height: 100%;
width: 100%; */
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
/* border: 1px solid red; */
}
.marqee-section .author-img {
/* padding: 10px; */
width: 100px;
height: 100px;
border-radius: 50%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
float: left;
margin-bottom: 20px;
}
.marqee-section .author-img img {
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
box-shadow: -5px 10px 10px -2px #7c7b82;
border-radius: 50%;
}
.marqee-section .who h5 {
box-shadow: -5px 10px 10px -2px #7c7b82;
border-radius: 3px;
padding: 2px;
}
.marqee-section .hands {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
/* border: 1px solid red; */
}
.marqee-section .hands {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.marqee-section .thumbs-up {
display: inline-flex;
}
.marqee-section .thumbs-up .fa {
font-size: 1.5rem;
color: green;
margin: 0 10px 20px 0;
}
.marqee-section .thumbs-down {
display: inline-flex;
}
.marqee-section .thumbs-down .fa {
font-size: 1.5rem;
color: red;
margin: 0 10px 0 0;
transform: scaleX(-1);
}
.marqee-section .comment {
display: flex;
justify-content: center;
align-items: flex-start;
flex-direction: column;
}
.marqee-section .comment p {
box-shadow: -5px 10px 10px -2px #7c7b82;
border-radius: 3px;
padding: 10px;
}
.marqee-section .response {
display: inline-block;
width: 33%;
box-shadow: -5px 10px 10px -2px #7c7b82;
/* float: right; */
/* padding: 0px 536px 0 0; */
/* border: 1px dotted red; */
}
marquee {
text-align: center;
grid-gap: 15px;
grid-column: 1/5;
grid-row: 1/3;
}
.marqee-section p {
font-size: 0.9rem;
} | public/css/app.css | @import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap);html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
* {
box-sizing: border-box;
font-family: "Roboto", sans-serif;
color: #333333;
background: #rgba 224, 220, 121, 0.75;
}
body {
background: #499bea;
background: -webkit-gradient(left top, right top, color-stop(0%, #499bea), color-stop(4%, #499bea), color-stop(42%, #2969ad), color-stop(100%, #2969ad));
background: -ms-linear-gradient(left, #499bea 0%, #499bea 4%, #2969ad 42%, #2969ad 100%);
}
header {
background: salmon;
width: 100%;
height: 123px;
padding: 1.5px 0;
margin-bottom: 5rem;
}
header h1 {
font-family: "Roboto", sans-serif;
width: 100%;
height: 123px;
padding: 1.5px 0;
text-align: center;
padding: 2rem;
font-size: 3rem;
text-decoration: underline;
}
#Msg {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
#Msg div {
margin-bottom: 2rem;
text-align: center;
}
#Msg div label {
font-size: 2rem;
font-weight: 400;
margin-bottom: 2rem;
}
#Msg div input {
width: 500px;
font-size: 2rem;
font-weight: 300;
padding: 20px;
border-style: none;
border-bottom: 1px solid #e4e4f0;
margin-bottom: 2rem;
margin-top: 2rem;
background: #e4e4f0;
background: transparent;
border-radius: 5px;
cursor: pointer;
}
#Msg div input:focus {
outline: none;
}
#Msg div textarea {
width: 500px;
font-size: 1.8rem;
font-weight: 300;
padding: 20px;
margin-top: 2rem;
border-radius: 5px;
cursor: pointer;
}
#Msg div button {
width: 250px;
padding: 12px;
font-size: 1.5rem;
font-weight: 400;
border-radius: 5px;
cursor: pointer;
}
* {
box-sizing: border-box;
font-family: "Roboto", sans-serif;
color: #333333;
background: #rgba 224, 220, 121, 0.75;
}
/* .container{
width: 1291px;
height: 100vh;
margin: 0 auto;
border: 1px solid #2f4f4f;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-auto-rows: minmax(400px auto);
grid-rows: 400px 400px 400px 400px;
grid-gap: 15px;
position: absolute;
} */
.header-wrapper {
position: relative;
width: 1291px;
height: 100vh;
margin: 0 auto;
/* FF3.6-15 */
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #1e5799 0%, rgba(30, 87, 153, 0.94) 18%, rgba(224, 220, 121, 0.75) 79%, rgba(30, 87, 153, 0.71) 93%, rgba(30, 87, 153, 0.69) 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.top-header {
width: 100%;
height: 123px;
padding: 1.5px 0;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}
.left-info {
color: #333333;
font-size: 16px;
margin: 35px 299.984px 0px 0px;
padding: 0 0 0 40px;
}
.right-info {
display: flex;
justify-content: center;
align-items: center;
}
#clock {
font-family: "Roboto", sans-serif;
font-size: 2.5rem;
font-weight: 400;
color: #111111;
text-shadow: 2px 2px black;
}
/* ******/
.nav-container {
position: absolute;
width: 250px;
height: 100vh;
z-index: 1;
text-align: center;
}
.sidenav {
/* background: #rgba(224,220,121,0.75); */
position: relative;
height: 275px;
width: 250px;
z-index: 1;
/* transform: translate3d(-100%,0,0); */
transition: all 0.4s ease-in-out;
/* -webkit-box-shadow: 2px 0px 78px -15px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 0px 78px -15px rgba(0,0,0,0.75);
box-shadow: 2px 0px 78px -15px rgba(0,0,0,0.75);
background-color: #111; */
}
.sidenav.active {
/* transform: translate3d(0,0,0); */
}
.sidenav a {
left: 0;
padding: 8px 8px 8px 8px;
text-decoration: none;
font-size: 12px;
color: #818181;
display: block;
transition: 0.3s;
border: 1px solid black;
border-radius: 5px;
background: #404040;
margin: 5px 10px;
}
.sidenav a:hover {
color: #f1f1f1;
}
.sidenav button {
position: relative;
/* right: -300px; */
padding: 8px 8px 8px 8px;
text-decoration: none;
font-size: 12px;
color: #818181;
display: inline-block;
transition: 0.3s;
border: 1px solid black;
border-radius: 5px;
background: #404040;
margin: 5px 10px;
}
.show {
display: block;
}
.none {
display: none;
}
.sidenav .closebtn {
font-size: 36px;
margin-left: 50px;
cursor: pointer;
}
@media screen and (max-height: 450px) {
.sidenav {
padding-top: 15px;
}
.sidenav a {
font-size: 18px;
}
}
/* ******/
.middle-info {
text-align: center;
}
.middle-info .img-box {
width: 420px;
height: 120px;
margin: 10px auto;
}
.middle-info .img {
/* margin: 0 26px; */
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: bottom;
}
.right-info {
/* padding: 0 0 0 19.3594px; */
font-size: 18px;
text-align: center;
justify-content: center;
/* padding-left: 1.5%; */
}
.right-info p {
display: inline-block;
padding: 42px 0;
font-size: 19px;
font-weight: 700;
text-align: center;
justify-content: center;
padding-left: 1.5%;
}
.bottom-header {
display: inline-block;
margin: 0 214px;
text-align: center;
height: 51px;
padding: 12px 0;
}
.bottom-header nav ul {
margin: 0 auto;
}
.bottom-header nav ul li {
display: inline-block;
}
.bottom-header nav ul li a {
font-size: 19px;
padding: 10px 20px;
text-align: center;
text-decoration: none;
}
#feedback {
height: 100vh;
width: 100%;
background: #1e5799;
/* background-repeat: repeat;
background-size: cover;
background-position: center; */
display: grid;
grid-template-columns: 1fr;
grid-auto-rows: minmax(400px auto);
grid-template-rows: 400px 400px 400px 400px;
/* grid-gap: 15px; */
}
.marqee-section {
/* grid-column: 1/5;
grid-row: 3/5; */
color: #1f1f1f;
background: white;
border: 1px solid white;
border-radius: 5px;
text-align: center;
margin: 30px auto;
box-shadow: -5px 10px 10px -2px #7c7b82;
opacity: 0.9;
display: grid;
grid-template-columns: 200px 100px 1fr 200px 1fr;
border: 1px solid green;
padding: 20px;
}
.authId {
/* height: 100%;
width: 100%; */
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
/* border: 1px solid red; */
}
.marqee-section .author-img {
/* padding: 10px; */
width: 100px;
height: 100px;
border-radius: 50%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
float: left;
margin-bottom: 20px;
}
.marqee-section .author-img img {
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
box-shadow: -5px 10px 10px -2px #7c7b82;
border-radius: 50%;
}
.marqee-section .who h5 {
box-shadow: -5px 10px 10px -2px #7c7b82;
border-radius: 3px;
padding: 2px;
}
.marqee-section .hands {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
/* border: 1px solid red; */
}
.marqee-section .hands {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.marqee-section .thumbs-up {
display: inline-flex;
}
.marqee-section .thumbs-up .fa {
font-size: 1.5rem;
color: green;
margin: 0 10px 20px 0;
}
.marqee-section .thumbs-down {
display: inline-flex;
}
.marqee-section .thumbs-down .fa {
font-size: 1.5rem;
color: red;
margin: 0 10px 0 0;
transform: scaleX(-1);
}
.marqee-section .comment {
display: flex;
justify-content: center;
align-items: flex-start;
flex-direction: column;
}
.marqee-section .comment p {
box-shadow: -5px 10px 10px -2px #7c7b82;
border-radius: 3px;
padding: 10px;
}
.marqee-section .response {
display: inline-block;
width: 33%;
box-shadow: -5px 10px 10px -2px #7c7b82;
/* float: right; */
/* padding: 0px 536px 0 0; */
/* border: 1px dotted red; */
}
marquee {
text-align: center;
grid-gap: 15px;
grid-column: 1/5;
grid-row: 1/3;
}
.marqee-section p {
font-size: 0.9rem;
} | 0.344664 | 0.100348 |
* Panel intro
*/
.panel.panel--intro {
&.panel--home .panel__content {
background: url('../pages/assets/panel--intro-logo.png') no-repeat 50% calc(50% - 50px);
background-size: 265px;
}
& .panel__content {
position: relative;
min-height: calc(100vh - 112px);
width: 100%;
}
}
/* Responsive */
@media screen and ( min-width: 1500px ) {
.panel.panel--intro {
&.panel--home .panel__content {
min-height: 768px;
background-size: 300px;
}
}
}
@media screen and ( min-width: 1000px )and ( max-width: 1499px ) {
.panel.panel--intro {
&.panel--home .panel__content {
background-size: 285px;
}
}
}
@media screen and ( max-width: 768px ) {
.panel.panel--intro {
&.panel--home .panel__content {
max-height: 500px;
background-size: 270px;
}
}
}
@media screen and ( max-width: 400px ) {
.panel.panel--intro {
&.panel--home .panel__content {
background-size: 230px;
}
}
}
@media screen and ( max-height: 680px ) {
.panel.panel--intro {
&.panel--home .panel__content {
/*background-size: 220px 320px;*/
}
}
}
@media screen and ( max-height: 600px ) {
.panel.panel--intro {
&.panel--home .panel__content {
background: url('../pages/assets/panel--intro-logo.png') center no-repeat;
background-size: 250px;
}
& .panel__content {
min-height: 450px;
height: 100%;
width: 100%;
&:after {
max-height: 0;
}
}
}
}
.panel__content:after {
opacity: 1;
animation: blink 0.9s infinite;
animation-timing-function: linear;
position: absolute;
bottom: 1rem;
left: 50%;
margin-left: -100px;
width: 200px;
height: 16%;
max-height: 90px;
content: "";
background: url("http://mountainview.be/img/theme/scroll.png") no-repeat center center;
background-size: auto 100%;
}
@keyframes blink {
0%, 100% {
opacity: 0;
}
10%, 90% {
opacity: 0.2;
}
20%, 80% {
opacity: 0.4;
}
30%, 70% {
opacity: 0.6;
}
40%, 60% {
opacity: 0.8;
}
50% {
opacity: 1;
}
}
/*
* Panel We
*/
.panel.panel--we {
background: white;
& .panel__content {
padding: 4em 5em;
}
& .panel__decorated-title {
margin: 0 0 .9em;
padding: 40px 0 35px;
background: url(../pages/assets/panel--title-decorate-top.png) center top no-repeat, url(../pages/assets/panel--title-decorate-bottom.png) center bottom no-repeat;
font-size: 3em;
line-height: .9em;
font-weight: 500;
text-transform: uppercase;
text-align: center;
}
& .panel__description-layout {
display: flex;
justify-content: center;
flex-direction: row;
@media all and (max-width: 800px) {
flex-direction: column;
}
& .col {
width: 100%;
color: #16242f;
&:first-child {
flex: 1;
padding-right: 4em;
@media all and (max-width: 800px) {
flex: 1;
justify-content: center;
padding-right: 0;
}
}
&:last-child {
display: flex;
justify-content: flex-end;
flex: .65;
@media all and (max-width: 800px) {
flex: 1;
justify-content: center;
padding-top: 2em;
} @media all and (min-width: 860px) {
flex: .55;
} @media all and (min-width: 960px) {
flex: .45;
} @media all and (min-width: 1060px) {
flex: .4;
}
}
& img {
max-height: 350px;
}
& p {
text-align: justify;
}
}
}
}
/*
* Panel Skills
*/
.panel--skills.panel--intro .panel__content {
background: url('../pages/assets/intro-bg--skills.png') no-repeat 50% calc(50% - 50px);
background-size: 265px;
display: flex;
align-items: center;
padding-top: 12em;
justify-content: center;
& h2 {
text-align: center;
vertical-align: center;
color: #bababa;
font-size: 3em;
}
}
.panel--skills {
& .skill__layout {
display: flex;
height: 100%;
align-items: center;
padding: 4em 2.2em;
& h2 {
color: white;
text-transform: uppercase;
font-size: 3em;
}
& img {
width: 100%;
}
& .col {
width: 100%;
&:first-child {
flex: .6;
@media all and (max-width: 768px) {
display: none;
}
}
&:last-child {
flex: .4;
display: flex;
flex-direction: column;
justify-content: center;
padding: 0 1em;
& p:last-child {
margin-bottom: 0;
}
@media all and (max-width: 768px) {
flex: 1;
}
}
}
}
&:nth-child(3),
&:nth-child(8) {
& h2, & * {
color: #16242f;
}
}
&:nth-child(2n+1) {
& .col:first-child {
padding-right: 2em;
flex: .6;
order: 2;
}
}
}
/*
* Panel Clients
*/
.panel.panel--clients {
background: #ff6464;
& .panel__content {
padding: 4em 2em;
& .portfolio-link {
position: relative;
margin: -10px auto 0;
display: table;
padding: 1em 0 0;
font-weight: 400;
font-size: 1.1em;
text-transform: uppercase;
text-decoration: none;
transition: all 1s ease-in-out;
border-bottom: 0;
/*&:before{*/
/*height: 0;*/
/*displayblock*/
/*width: 100%;*/
/*background: transparent;*/
/*transition: height .5s ease, background-color .5s ease;*/
/*content: ' ';*/
/*}*/
&:hover:after {
width: calc(100%);
}
&:after {
text-decoration: none;
display: block;
border-bottom: 2px solid transparent;
width: 0;
background: #f5f5f5;
transition: 0.5s ease;
white-space: nowrap;
content: ""
}
& .icon {
margin-left: .5em;
}
}
& .client-list {
list-style: none;
display: flex;
flex-wrap: wrap;
margin-left: 0;
& .client-container {
padding: 1.25%;
width: 20%;
@media all and (max-width: 800px) {
width: calc(100% / 3);
}
& .client {
display: block;
border: 1px solid rgba(255, 255, 255, .4);
padding: 0 12%;
& img {
margin: auto;
}
}
}
}
}
}
/*´
* Icons
*/
.intro__icons {
position: absolute;
top: 50%;
left: 50%;
}
@media all and (max-width: 900px) {
.intro__icons {
display: none;
}
}
/*
* Transversal line
*/
.intro__line {
position: absolute;
top: 50%;
left: 50%;
z-index: 0;
width: 1px;
height: 0%;
opacity: 0;
transform: rotate(45deg) translateY(-50%) translateX(-50%);
transform-origin: 0 0;
background: #596670;
}
.intro__line:before,
.intro__line:after {
position: absolute;
left: -5px;
display: block;
content: "";
width: 11px;
height: 11px;
border-radius: 100%;
background: #596670;
}
.intro__line:before {
top: -5px;
}
.intro__line:after {
bottom: -5px;
}
.show .intro__line {
height: 100vh;
opacity: 0.15;
}
/*
* Shards
*/
.intro__shard {
position: absolute;
z-index: 0;
background: url("../pages/assets/shard-sprite.png") no-repeat -99px -99px;
opacity: 0;
}
.intro__shard--1 {
top: 27vh;
left: -17vw;
background-position: 0 0;
width: 41px;
height: 19px;
transform: translate(40px, 40px) rotate(10deg);
}
.intro__shard--2 {
bottom: 11vh;
right: -41vw;
transition: translate 0s !important;
background-position: -41px 0;
width: 27px;
height: 37px;
transform: translate(-40px, -45px) rotate(-10deg);
}
.show .intro__shard--1,
.show .intro__shard--2 {
opacity: 1;
transform: translate(0) rotate(0);
}
/*
* Circles
*/
.intro__circle {
position: absolute;
border-radius: 100%;
opacity: 0;
z-index: 0;
}
.intro__circle--1 {
left: -30vw;
bottom: -20vh;
height: 9px;
width: 9px;
border: 2px solid #1f6867;
transform: translate(200px, -100px);
}
.intro__circle--2 {
top: 17vh;
right: -29vw;
height: 7px;
width: 7px;
border: 1px solid #ff6464;
transform: translate(-200px, 100px);
}
.intro__circle--3 {
top: -15vh;
right: -25vw;
height: 7px;
width: 7px;
background: #fff;
transform: translate(-300px, 40px);
}
.intro__circle--4 {
top: -20vh;
right: -25vw;
width: 35px;
height: 35px;
border-radius: 0;
overflow: hidden;
transform: translate(-200px, 40px) rotate(-360deg) scale(2);
}
.intro__circle--4:after {
content: "";
display: block;
height: 70px;
width: 70px;
box-sizing: border-box;
border-radius: 100%;
border: 1px solid #ff6464;
}
.intro__circle--5 {
top: -19vh;
left: -30vw;
width: 70px;
height: 35px;
overflow: hidden;
border-radius: 0;
transform: translate(240px, 50px) rotate(270deg) scale(1.5);
}
.intro__circle--5:after {
position: relative;
top: -35px;
content: "";
display: block;
height: 70px;
width: 70px;
box-sizing: border-box;
opacity: .4;
border-radius: 100%;
border: 1px solid #fff;
}
.show .intro__circle--1 {
opacity: 1;
transform: translate(0, 0);
}
.show .intro__circle--2 {
opacity: 1;
transform: translate(0, 0);
}
.show .intro__circle--3 {
opacity: 1;
transform: translate(0, 0);
}
.show .intro__circle--4 {
opacity: 1;
transform: translate(0, 0);
}
.show .intro__circle--5 {
opacity: 1;
transform: translate(0, 0);
}
/*
* Lines
*/
.intro__stroke {
position: absolute;
width: 1px;
height: 60px;
background: #6d3235;
opacity: 0;
}
.intro__stroke--1 {
right: 38vw;
top: 2vh;
transform: translate(100px, -100px) rotate(25deg);
}
.intro__stroke--2 {
left: 38vw;
top: 1vh;
transform: translate(-100px, -100px) rotate(-25deg);
}
.show .intro__stroke--1 {
opacity: 1;
transform: rotate(45deg);
}
.show .intro__stroke--2 {
opacity: 1;
transform: rotate(-45deg);
}
/*
* Transitions
*/
.intro {
transition: height .35s cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
.intro__line {
transition: all .35s cubic-bezier(0.770, 0.000, 0.175, 1.000), opacity .25s ease;
}
.intro__shard {
transition: all .5s cubic-bezier(0.770, 0.000, 0.175, 1.000), opacity .25s ease;
}
.intro__shard--1 {
transition-delay: .15s;
}
.intro__circle {
transition: all .5s cubic-bezier(0.770, 0.000, 0.175, 1.000), opacity .25s ease;
}
.intro__stroke {
transition: all .5s cubic-bezier(0.770, 0.000, 0.175, 1.000), opacity .25s ease;
} | css/panel.module.css | * Panel intro
*/
.panel.panel--intro {
&.panel--home .panel__content {
background: url('../pages/assets/panel--intro-logo.png') no-repeat 50% calc(50% - 50px);
background-size: 265px;
}
& .panel__content {
position: relative;
min-height: calc(100vh - 112px);
width: 100%;
}
}
/* Responsive */
@media screen and ( min-width: 1500px ) {
.panel.panel--intro {
&.panel--home .panel__content {
min-height: 768px;
background-size: 300px;
}
}
}
@media screen and ( min-width: 1000px )and ( max-width: 1499px ) {
.panel.panel--intro {
&.panel--home .panel__content {
background-size: 285px;
}
}
}
@media screen and ( max-width: 768px ) {
.panel.panel--intro {
&.panel--home .panel__content {
max-height: 500px;
background-size: 270px;
}
}
}
@media screen and ( max-width: 400px ) {
.panel.panel--intro {
&.panel--home .panel__content {
background-size: 230px;
}
}
}
@media screen and ( max-height: 680px ) {
.panel.panel--intro {
&.panel--home .panel__content {
/*background-size: 220px 320px;*/
}
}
}
@media screen and ( max-height: 600px ) {
.panel.panel--intro {
&.panel--home .panel__content {
background: url('../pages/assets/panel--intro-logo.png') center no-repeat;
background-size: 250px;
}
& .panel__content {
min-height: 450px;
height: 100%;
width: 100%;
&:after {
max-height: 0;
}
}
}
}
.panel__content:after {
opacity: 1;
animation: blink 0.9s infinite;
animation-timing-function: linear;
position: absolute;
bottom: 1rem;
left: 50%;
margin-left: -100px;
width: 200px;
height: 16%;
max-height: 90px;
content: "";
background: url("http://mountainview.be/img/theme/scroll.png") no-repeat center center;
background-size: auto 100%;
}
@keyframes blink {
0%, 100% {
opacity: 0;
}
10%, 90% {
opacity: 0.2;
}
20%, 80% {
opacity: 0.4;
}
30%, 70% {
opacity: 0.6;
}
40%, 60% {
opacity: 0.8;
}
50% {
opacity: 1;
}
}
/*
* Panel We
*/
.panel.panel--we {
background: white;
& .panel__content {
padding: 4em 5em;
}
& .panel__decorated-title {
margin: 0 0 .9em;
padding: 40px 0 35px;
background: url(../pages/assets/panel--title-decorate-top.png) center top no-repeat, url(../pages/assets/panel--title-decorate-bottom.png) center bottom no-repeat;
font-size: 3em;
line-height: .9em;
font-weight: 500;
text-transform: uppercase;
text-align: center;
}
& .panel__description-layout {
display: flex;
justify-content: center;
flex-direction: row;
@media all and (max-width: 800px) {
flex-direction: column;
}
& .col {
width: 100%;
color: #16242f;
&:first-child {
flex: 1;
padding-right: 4em;
@media all and (max-width: 800px) {
flex: 1;
justify-content: center;
padding-right: 0;
}
}
&:last-child {
display: flex;
justify-content: flex-end;
flex: .65;
@media all and (max-width: 800px) {
flex: 1;
justify-content: center;
padding-top: 2em;
} @media all and (min-width: 860px) {
flex: .55;
} @media all and (min-width: 960px) {
flex: .45;
} @media all and (min-width: 1060px) {
flex: .4;
}
}
& img {
max-height: 350px;
}
& p {
text-align: justify;
}
}
}
}
/*
* Panel Skills
*/
.panel--skills.panel--intro .panel__content {
background: url('../pages/assets/intro-bg--skills.png') no-repeat 50% calc(50% - 50px);
background-size: 265px;
display: flex;
align-items: center;
padding-top: 12em;
justify-content: center;
& h2 {
text-align: center;
vertical-align: center;
color: #bababa;
font-size: 3em;
}
}
.panel--skills {
& .skill__layout {
display: flex;
height: 100%;
align-items: center;
padding: 4em 2.2em;
& h2 {
color: white;
text-transform: uppercase;
font-size: 3em;
}
& img {
width: 100%;
}
& .col {
width: 100%;
&:first-child {
flex: .6;
@media all and (max-width: 768px) {
display: none;
}
}
&:last-child {
flex: .4;
display: flex;
flex-direction: column;
justify-content: center;
padding: 0 1em;
& p:last-child {
margin-bottom: 0;
}
@media all and (max-width: 768px) {
flex: 1;
}
}
}
}
&:nth-child(3),
&:nth-child(8) {
& h2, & * {
color: #16242f;
}
}
&:nth-child(2n+1) {
& .col:first-child {
padding-right: 2em;
flex: .6;
order: 2;
}
}
}
/*
* Panel Clients
*/
.panel.panel--clients {
background: #ff6464;
& .panel__content {
padding: 4em 2em;
& .portfolio-link {
position: relative;
margin: -10px auto 0;
display: table;
padding: 1em 0 0;
font-weight: 400;
font-size: 1.1em;
text-transform: uppercase;
text-decoration: none;
transition: all 1s ease-in-out;
border-bottom: 0;
/*&:before{*/
/*height: 0;*/
/*displayblock*/
/*width: 100%;*/
/*background: transparent;*/
/*transition: height .5s ease, background-color .5s ease;*/
/*content: ' ';*/
/*}*/
&:hover:after {
width: calc(100%);
}
&:after {
text-decoration: none;
display: block;
border-bottom: 2px solid transparent;
width: 0;
background: #f5f5f5;
transition: 0.5s ease;
white-space: nowrap;
content: ""
}
& .icon {
margin-left: .5em;
}
}
& .client-list {
list-style: none;
display: flex;
flex-wrap: wrap;
margin-left: 0;
& .client-container {
padding: 1.25%;
width: 20%;
@media all and (max-width: 800px) {
width: calc(100% / 3);
}
& .client {
display: block;
border: 1px solid rgba(255, 255, 255, .4);
padding: 0 12%;
& img {
margin: auto;
}
}
}
}
}
}
/*´
* Icons
*/
.intro__icons {
position: absolute;
top: 50%;
left: 50%;
}
@media all and (max-width: 900px) {
.intro__icons {
display: none;
}
}
/*
* Transversal line
*/
.intro__line {
position: absolute;
top: 50%;
left: 50%;
z-index: 0;
width: 1px;
height: 0%;
opacity: 0;
transform: rotate(45deg) translateY(-50%) translateX(-50%);
transform-origin: 0 0;
background: #596670;
}
.intro__line:before,
.intro__line:after {
position: absolute;
left: -5px;
display: block;
content: "";
width: 11px;
height: 11px;
border-radius: 100%;
background: #596670;
}
.intro__line:before {
top: -5px;
}
.intro__line:after {
bottom: -5px;
}
.show .intro__line {
height: 100vh;
opacity: 0.15;
}
/*
* Shards
*/
.intro__shard {
position: absolute;
z-index: 0;
background: url("../pages/assets/shard-sprite.png") no-repeat -99px -99px;
opacity: 0;
}
.intro__shard--1 {
top: 27vh;
left: -17vw;
background-position: 0 0;
width: 41px;
height: 19px;
transform: translate(40px, 40px) rotate(10deg);
}
.intro__shard--2 {
bottom: 11vh;
right: -41vw;
transition: translate 0s !important;
background-position: -41px 0;
width: 27px;
height: 37px;
transform: translate(-40px, -45px) rotate(-10deg);
}
.show .intro__shard--1,
.show .intro__shard--2 {
opacity: 1;
transform: translate(0) rotate(0);
}
/*
* Circles
*/
.intro__circle {
position: absolute;
border-radius: 100%;
opacity: 0;
z-index: 0;
}
.intro__circle--1 {
left: -30vw;
bottom: -20vh;
height: 9px;
width: 9px;
border: 2px solid #1f6867;
transform: translate(200px, -100px);
}
.intro__circle--2 {
top: 17vh;
right: -29vw;
height: 7px;
width: 7px;
border: 1px solid #ff6464;
transform: translate(-200px, 100px);
}
.intro__circle--3 {
top: -15vh;
right: -25vw;
height: 7px;
width: 7px;
background: #fff;
transform: translate(-300px, 40px);
}
.intro__circle--4 {
top: -20vh;
right: -25vw;
width: 35px;
height: 35px;
border-radius: 0;
overflow: hidden;
transform: translate(-200px, 40px) rotate(-360deg) scale(2);
}
.intro__circle--4:after {
content: "";
display: block;
height: 70px;
width: 70px;
box-sizing: border-box;
border-radius: 100%;
border: 1px solid #ff6464;
}
.intro__circle--5 {
top: -19vh;
left: -30vw;
width: 70px;
height: 35px;
overflow: hidden;
border-radius: 0;
transform: translate(240px, 50px) rotate(270deg) scale(1.5);
}
.intro__circle--5:after {
position: relative;
top: -35px;
content: "";
display: block;
height: 70px;
width: 70px;
box-sizing: border-box;
opacity: .4;
border-radius: 100%;
border: 1px solid #fff;
}
.show .intro__circle--1 {
opacity: 1;
transform: translate(0, 0);
}
.show .intro__circle--2 {
opacity: 1;
transform: translate(0, 0);
}
.show .intro__circle--3 {
opacity: 1;
transform: translate(0, 0);
}
.show .intro__circle--4 {
opacity: 1;
transform: translate(0, 0);
}
.show .intro__circle--5 {
opacity: 1;
transform: translate(0, 0);
}
/*
* Lines
*/
.intro__stroke {
position: absolute;
width: 1px;
height: 60px;
background: #6d3235;
opacity: 0;
}
.intro__stroke--1 {
right: 38vw;
top: 2vh;
transform: translate(100px, -100px) rotate(25deg);
}
.intro__stroke--2 {
left: 38vw;
top: 1vh;
transform: translate(-100px, -100px) rotate(-25deg);
}
.show .intro__stroke--1 {
opacity: 1;
transform: rotate(45deg);
}
.show .intro__stroke--2 {
opacity: 1;
transform: rotate(-45deg);
}
/*
* Transitions
*/
.intro {
transition: height .35s cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
.intro__line {
transition: all .35s cubic-bezier(0.770, 0.000, 0.175, 1.000), opacity .25s ease;
}
.intro__shard {
transition: all .5s cubic-bezier(0.770, 0.000, 0.175, 1.000), opacity .25s ease;
}
.intro__shard--1 {
transition-delay: .15s;
}
.intro__circle {
transition: all .5s cubic-bezier(0.770, 0.000, 0.175, 1.000), opacity .25s ease;
}
.intro__stroke {
transition: all .5s cubic-bezier(0.770, 0.000, 0.175, 1.000), opacity .25s ease;
} | 0.390592 | 0.091585 |
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
}
.animated.flipOutX,
.animated.flipOutY {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
}
@-webkit-keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
11.1% {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
transform: skewX(0.39063deg) skewY(0.39063deg);
}
88.8% {
-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
transform: skewX(-0.19531deg) skewY(-0.19531deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes {
0%, 60%, 75%, 90%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes {
0%, 60%, 75%, 90%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes {
0%, 60%, 75%, 90%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
100% {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes {
0% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes {
0% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes {
0% {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
@-webkit-keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
@keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@-webkit-keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@-webkit-keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes jello {
11.1% {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
transform: skewX(0.39063deg) skewY(0.39063deg);
}
88.8% {
-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
transform: skewX(-0.19531deg) skewY(-0.19531deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes jello {
11.1% {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
transform: skewX(0.39063deg) skewY(0.39063deg);
}
88.8% {
-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
transform: skewX(-0.19531deg) skewY(-0.19531deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@-webkit-keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes {
0%, 60%, 75%, 90%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes {
0%, 60%, 75%, 90%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes {
0%, 60%, 75%, 90%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes {
0%, 60%, 75%, 90%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes {
0%, 60%, 75%, 90%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes {
0%, 60%, 75%, 90%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
@keyframes {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
@-webkit-keyframes {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@-webkit-keyframes {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@-webkit-keyframes {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@-webkit-keyframes {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@-webkit-keyframes {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@-webkit-keyframes {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@-webkit-keyframes {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@-webkit-keyframes {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@-webkit-keyframes {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@-webkit-keyframes {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@-webkit-keyframes {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@-webkit-keyframes {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
100% {
opacity: 0;
}
}
@keyframes {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
100% {
opacity: 0;
}
}
@-webkit-keyframes {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@-webkit-keyframes {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@-webkit-keyframes {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@-webkit-keyframes {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@-webkit-keyframes {
0% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes {
0% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes {
0% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes {
0% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes {
0% {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes {
0% {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@-webkit-keyframes {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@-webkit-keyframes {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@-webkit-keyframes {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.btn-primary,
.btn-green,
.btn-red,
.btn-login {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background: #fff;
border: 3px solid #fff;
border-radius: 5px;
cursor: pointer;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
font-family: "Lato", sans-serif;
font-size: 1.25rem;
font-weight: bold;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
padding: 1rem;
text-align: center;
text-decoration: none !important;
transition: all 0.4s;
-webkit-appearance: none;
-moz-appearance: none;
}
.btn-primary span,
.btn-green span,
.btn-red span,
.btn-login span {
text-align: center;
width: 100%;
}
.btn-primary {
color: #fff;
}
.btn-green {
border-color: #b6dd75;
color: #b6dd75;
}
.btn-green:hover {
background-color: #b6dd75;
color: #fff;
}
.btn-red {
border-color: #cb2027;
color: #cb2027;
}
.btn-red:hover {
background-color: #cb2027;
color: #fff;
}
.btn-login {
box-shadow: inset 0px 0px 0px 0px #b6dd75;
color: #fff;
}
.btn-login:hover {
box-shadow: inset 0px 0px 0px 50px #b6dd75;
}
.btn-disabled {
opacity: 0.5;
pointer-events: none;
}
input,
select {
background-color: #fff;
box-sizing: border-box;
border-radius: 5px;
color: #ff9c26;
font-family: "Lato", sans-serif;
font-size: 1rem;
transition: all 0.4s;
-webkit-appearance: none;
-moz-appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
box-sizing: border-box;
cursor: pointer;
line-height: normal;
margin-top: 1px 0 0;
}
input:focus,
select:focus,
textarea:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
box-shadow: none;
outline: none;
}
.input-text,
.input-select {
border: none;
box-shadow: none;
outline: none;
padding: 1rem 1.5rem 1rem 1rem;
}
.input-text:focus,
.input-select:focus {
box-shadow: 0px 0px 0px 4px #ea7f00;
}
.input-text.success,
.input-select.success {
background-color: $color-success-lighter;
border-color: #b6dd75;
color: $color-success-dark;
}
.input-text.invalid,
.input-select.invalid {
background-color: $color-danger-lighter;
border-color: #cb2027;
color: $color-danger-dark;
}
.input-select {
background-image: url("/assets/svg/arrow-down.svg");
background-repeat: no-repeat;
background-position: 92% 48%;
background-size: 10px;
cursor: pointer;
}
.message {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: #b6dd75;
border-bottom: 3px solid $color-success-dark;
box-sizing: border-box;
color: #fff;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
padding: 1.5rem;
position: fixed;
width: 100%;
z-index: 1;
}
.message .message-inside {
font-size: 1.25rem;
max-width: 1000px;
text-align: center;
width: 100%;
}
.wrapper {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
}
.wrapper .main-nav {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: rgba(255,255,255,0.8);
box-sizing: border-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
padding: 1rem;
position: fixed;
right: 0;
top: 0;
width: 100%;
z-index: 10;
}
.wrapper .main-nav li {
margin-bottom: 1rem;
}
.wrapper .main-nav li .username {
color: #9fa6af;
font-size: 2.25rem;
font-weight: bold;
}
.wrapper .main-nav li.close {
cursor: pointer;
position: fixed;
top: 1rem;
right: 1rem;
}
.wrapper .main-nav li.close svg {
fill: #657073;
height: 30px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
width: 30px;
}
.wrapper .top-bar {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: rgba(234,127,0,0.6);
box-sizing: border-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 0.5rem;
width: 100%;
}
.wrapper .top-bar .menu-toggle {
cursor: pointer;
}
.wrapper .top-bar .menu-toggle svg {
fill: #fff;
height: 40px;
margin-right: 0.5rem;
width: 40px;
}
.wrapper .top-bar img {
width: 50px;
}
.wrapper .top-bar .order {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
color: #fff;
display: none;
margin-left: auto;
}
@media (min-width: 720px) {
.wrapper .top-bar .order {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
}
.wrapper .top-bar .order li {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-right: 1rem;
}
.wrapper .top-bar .order li a {
background-color: transparent;
border-radius: 4px;
border: 2px solid #fff;
color: #fff;
padding: 0.5rem;
}
.wrapper .top-bar .order li a.current {
background-color: #fff;
color: #ea7f00;
}
.wrapper .top-bar .order li.filter span {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 1rem;
}
.wrapper .top-bar .order li.filter select {
min-width: 160px;
padding: 0.5rem;
width: 100%;
}
.login .login-content {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
max-width: 400px;
padding: 1rem;
width: 100%;
}
.login .login-content img {
-webkit-animation-delay: 0.1s;
-webkit-animation-duration: 1s;
-webkit-animation-name: jello;
-webkit-animation-fill-mode: both;
-moz-animation-delay: 0.1s;
-moz-animation-duration: 1s;
-moz-animation-name: jello;
-moz-animation-fill-mode: both;
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-name: jello;
animation-name: jello;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
margin-bottom: 1rem;
width: 200px;
}
.login .login-content .login-form {
text-align: center;
}
.login .login-content .login-form input {
margin-bottom: 1rem;
width: 100%;
}
.quotes-list {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
}
.quotes-list .quote-body {
background-color: #fff;
border: 1px solid #ebf0f1;
box-sizing: border-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-basis: 400px;
-ms-flex-preferred-size: 400px;
flex-basis: 400px;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
padding: 1rem;
position: relative;
}
@media (min-width: 720px) {
.quotes-list .quote-body {
padding: 1.5rem;
}
}
.quotes-list .quote-body:hover .quote-content .quote-middle {
color: #657073;
}
.quotes-list .quote-body .points {
background-color: #ff9c26;
border-radius: 4px;
color: #fff;
font-size: 2rem;
font-weight: bold;
padding: 0.3rem 0.6rem;
position: absolute;
right: 0.4rem;
top: 0.4rem;
}
.quotes-list .quote-body .quote-content .quote-data {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.quotes-list .quote-body .quote-content .quote-data .author {
color: #afbdc2;
font-weight: bold;
margin-right: 0.5rem;
}
.quotes-list .quote-body .quote-content .quote-data .date {
color: #afbdc2;
font-style: italic;
font-size: 0.875rem;
}
.quotes-list .quote-body .quote-content .quote-middle {
color: #9fa6af;
font-size: 1.875rem;
font-weight: bold;
margin: 1.1rem 0 1.5rem 0;
}
@media (min-width: 720px) {
.quotes-list .quote-body .quote-content .quote-middle {
font-size: 2.25rem;
}
}
.quotes-list .quote-body .quote-content .quote-bottom {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.quotes-list .quote-body .quote-content .quote-bottom .vote {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.quotes-list .quote-body .quote-content .quote-bottom .vote li {
cursor: pointer;
}
.quotes-list .quote-body .quote-content .quote-bottom .vote li svg {
fill: #ffb051;
height: 20px;
margin-right: 0.5rem;
opacity: 0.4;
width: 20px;
}
.quotes-list .quote-body .quote-content .quote-bottom .vote li:hover svg,
.quotes-list .quote-body .quote-content .quote-bottom .vote li.stared svg {
opacity: 1;
}
.quotes-list .quote-body .quote-content .quote-bottom .quote-actions {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-left: auto;
}
.quotes-list .quote-body .quote-content .quote-bottom .quote-actions li {
cursor: pointer;
}
.quotes-list .quote-body .quote-content .quote-bottom .quote-actions li svg {
fill: #afbdc2;
height: 20px;
margin-left: 0.5rem;
width: 20px;
}
.quotes-list .quote-body .quote-content .quote-bottom .quote-actions li:hover svg {
fill: #657073;
}
.quotes-list .quote-body .quote-content .quote-comment {
border-top: 2px dashed #ced9db;
color: #afbdc2;
font-style: italic;
margin-top: 1rem;
padding-top: 1rem;
}
body {
background-color: #ffb051;
background-image: url("../images/bla.svg");
background-size: cover;
color: #657073;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
font-family: 'Lato', sans-serif;
height: 100%;
}
a {
color: #ea7f00;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.hide {
display: none !important;
} | app/assets/css/main.css | html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
}
.animated.flipOutX,
.animated.flipOutY {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
}
@-webkit-keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
11.1% {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
transform: skewX(0.39063deg) skewY(0.39063deg);
}
88.8% {
-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
transform: skewX(-0.19531deg) skewY(-0.19531deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes {
0%, 60%, 75%, 90%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes {
0%, 60%, 75%, 90%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes {
0%, 60%, 75%, 90%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
100% {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes {
0% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes {
0% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes {
0% {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
@-webkit-keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
@keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@-webkit-keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@-webkit-keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes jello {
11.1% {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
transform: skewX(0.39063deg) skewY(0.39063deg);
}
88.8% {
-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
transform: skewX(-0.19531deg) skewY(-0.19531deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes jello {
11.1% {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
transform: skewX(0.39063deg) skewY(0.39063deg);
}
88.8% {
-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
transform: skewX(-0.19531deg) skewY(-0.19531deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@-webkit-keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes {
0%, 60%, 75%, 90%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes {
0%, 60%, 75%, 90%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes {
0%, 60%, 75%, 90%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes {
0%, 60%, 75%, 90%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes {
0%, 60%, 75%, 90%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes {
0%, 60%, 75%, 90%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
@keyframes {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
@-webkit-keyframes {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@-webkit-keyframes {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@-webkit-keyframes {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@-webkit-keyframes {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@-webkit-keyframes {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@-webkit-keyframes {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@-webkit-keyframes {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@-webkit-keyframes {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@-webkit-keyframes {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@-webkit-keyframes {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@-webkit-keyframes {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@-webkit-keyframes {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@-webkit-keyframes {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@-webkit-keyframes {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
100% {
opacity: 0;
}
}
@keyframes {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
100% {
opacity: 0;
}
}
@-webkit-keyframes {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@-webkit-keyframes {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@-webkit-keyframes {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@-webkit-keyframes {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@-webkit-keyframes {
0% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes {
0% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes {
0% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes {
0% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes {
0% {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes {
0% {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@-webkit-keyframes {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@-webkit-keyframes {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@-webkit-keyframes {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.btn-primary,
.btn-green,
.btn-red,
.btn-login {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background: #fff;
border: 3px solid #fff;
border-radius: 5px;
cursor: pointer;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
font-family: "Lato", sans-serif;
font-size: 1.25rem;
font-weight: bold;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
padding: 1rem;
text-align: center;
text-decoration: none !important;
transition: all 0.4s;
-webkit-appearance: none;
-moz-appearance: none;
}
.btn-primary span,
.btn-green span,
.btn-red span,
.btn-login span {
text-align: center;
width: 100%;
}
.btn-primary {
color: #fff;
}
.btn-green {
border-color: #b6dd75;
color: #b6dd75;
}
.btn-green:hover {
background-color: #b6dd75;
color: #fff;
}
.btn-red {
border-color: #cb2027;
color: #cb2027;
}
.btn-red:hover {
background-color: #cb2027;
color: #fff;
}
.btn-login {
box-shadow: inset 0px 0px 0px 0px #b6dd75;
color: #fff;
}
.btn-login:hover {
box-shadow: inset 0px 0px 0px 50px #b6dd75;
}
.btn-disabled {
opacity: 0.5;
pointer-events: none;
}
input,
select {
background-color: #fff;
box-sizing: border-box;
border-radius: 5px;
color: #ff9c26;
font-family: "Lato", sans-serif;
font-size: 1rem;
transition: all 0.4s;
-webkit-appearance: none;
-moz-appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
box-sizing: border-box;
cursor: pointer;
line-height: normal;
margin-top: 1px 0 0;
}
input:focus,
select:focus,
textarea:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
box-shadow: none;
outline: none;
}
.input-text,
.input-select {
border: none;
box-shadow: none;
outline: none;
padding: 1rem 1.5rem 1rem 1rem;
}
.input-text:focus,
.input-select:focus {
box-shadow: 0px 0px 0px 4px #ea7f00;
}
.input-text.success,
.input-select.success {
background-color: $color-success-lighter;
border-color: #b6dd75;
color: $color-success-dark;
}
.input-text.invalid,
.input-select.invalid {
background-color: $color-danger-lighter;
border-color: #cb2027;
color: $color-danger-dark;
}
.input-select {
background-image: url("/assets/svg/arrow-down.svg");
background-repeat: no-repeat;
background-position: 92% 48%;
background-size: 10px;
cursor: pointer;
}
.message {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: #b6dd75;
border-bottom: 3px solid $color-success-dark;
box-sizing: border-box;
color: #fff;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
padding: 1.5rem;
position: fixed;
width: 100%;
z-index: 1;
}
.message .message-inside {
font-size: 1.25rem;
max-width: 1000px;
text-align: center;
width: 100%;
}
.wrapper {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
}
.wrapper .main-nav {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: rgba(255,255,255,0.8);
box-sizing: border-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
padding: 1rem;
position: fixed;
right: 0;
top: 0;
width: 100%;
z-index: 10;
}
.wrapper .main-nav li {
margin-bottom: 1rem;
}
.wrapper .main-nav li .username {
color: #9fa6af;
font-size: 2.25rem;
font-weight: bold;
}
.wrapper .main-nav li.close {
cursor: pointer;
position: fixed;
top: 1rem;
right: 1rem;
}
.wrapper .main-nav li.close svg {
fill: #657073;
height: 30px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
width: 30px;
}
.wrapper .top-bar {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: rgba(234,127,0,0.6);
box-sizing: border-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 0.5rem;
width: 100%;
}
.wrapper .top-bar .menu-toggle {
cursor: pointer;
}
.wrapper .top-bar .menu-toggle svg {
fill: #fff;
height: 40px;
margin-right: 0.5rem;
width: 40px;
}
.wrapper .top-bar img {
width: 50px;
}
.wrapper .top-bar .order {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
color: #fff;
display: none;
margin-left: auto;
}
@media (min-width: 720px) {
.wrapper .top-bar .order {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
}
.wrapper .top-bar .order li {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-right: 1rem;
}
.wrapper .top-bar .order li a {
background-color: transparent;
border-radius: 4px;
border: 2px solid #fff;
color: #fff;
padding: 0.5rem;
}
.wrapper .top-bar .order li a.current {
background-color: #fff;
color: #ea7f00;
}
.wrapper .top-bar .order li.filter span {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 1rem;
}
.wrapper .top-bar .order li.filter select {
min-width: 160px;
padding: 0.5rem;
width: 100%;
}
.login .login-content {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
max-width: 400px;
padding: 1rem;
width: 100%;
}
.login .login-content img {
-webkit-animation-delay: 0.1s;
-webkit-animation-duration: 1s;
-webkit-animation-name: jello;
-webkit-animation-fill-mode: both;
-moz-animation-delay: 0.1s;
-moz-animation-duration: 1s;
-moz-animation-name: jello;
-moz-animation-fill-mode: both;
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-name: jello;
animation-name: jello;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
margin-bottom: 1rem;
width: 200px;
}
.login .login-content .login-form {
text-align: center;
}
.login .login-content .login-form input {
margin-bottom: 1rem;
width: 100%;
}
.quotes-list {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
}
.quotes-list .quote-body {
background-color: #fff;
border: 1px solid #ebf0f1;
box-sizing: border-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-basis: 400px;
-ms-flex-preferred-size: 400px;
flex-basis: 400px;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
padding: 1rem;
position: relative;
}
@media (min-width: 720px) {
.quotes-list .quote-body {
padding: 1.5rem;
}
}
.quotes-list .quote-body:hover .quote-content .quote-middle {
color: #657073;
}
.quotes-list .quote-body .points {
background-color: #ff9c26;
border-radius: 4px;
color: #fff;
font-size: 2rem;
font-weight: bold;
padding: 0.3rem 0.6rem;
position: absolute;
right: 0.4rem;
top: 0.4rem;
}
.quotes-list .quote-body .quote-content .quote-data {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.quotes-list .quote-body .quote-content .quote-data .author {
color: #afbdc2;
font-weight: bold;
margin-right: 0.5rem;
}
.quotes-list .quote-body .quote-content .quote-data .date {
color: #afbdc2;
font-style: italic;
font-size: 0.875rem;
}
.quotes-list .quote-body .quote-content .quote-middle {
color: #9fa6af;
font-size: 1.875rem;
font-weight: bold;
margin: 1.1rem 0 1.5rem 0;
}
@media (min-width: 720px) {
.quotes-list .quote-body .quote-content .quote-middle {
font-size: 2.25rem;
}
}
.quotes-list .quote-body .quote-content .quote-bottom {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.quotes-list .quote-body .quote-content .quote-bottom .vote {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.quotes-list .quote-body .quote-content .quote-bottom .vote li {
cursor: pointer;
}
.quotes-list .quote-body .quote-content .quote-bottom .vote li svg {
fill: #ffb051;
height: 20px;
margin-right: 0.5rem;
opacity: 0.4;
width: 20px;
}
.quotes-list .quote-body .quote-content .quote-bottom .vote li:hover svg,
.quotes-list .quote-body .quote-content .quote-bottom .vote li.stared svg {
opacity: 1;
}
.quotes-list .quote-body .quote-content .quote-bottom .quote-actions {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-left: auto;
}
.quotes-list .quote-body .quote-content .quote-bottom .quote-actions li {
cursor: pointer;
}
.quotes-list .quote-body .quote-content .quote-bottom .quote-actions li svg {
fill: #afbdc2;
height: 20px;
margin-left: 0.5rem;
width: 20px;
}
.quotes-list .quote-body .quote-content .quote-bottom .quote-actions li:hover svg {
fill: #657073;
}
.quotes-list .quote-body .quote-content .quote-comment {
border-top: 2px dashed #ced9db;
color: #afbdc2;
font-style: italic;
margin-top: 1rem;
padding-top: 1rem;
}
body {
background-color: #ffb051;
background-image: url("../images/bla.svg");
background-size: cover;
color: #657073;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
font-family: 'Lato', sans-serif;
height: 100%;
}
a {
color: #ea7f00;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.hide {
display: none !important;
} | 0.411229 | 0.118334 |
.timedetails{
width:100%;
background-color: rgb(255, 255, 255);
background-image: radial-gradient(403.593px at 51% 60%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
border-left: 10px solid #10608f;
border-bottom: 2px solid #000000;
/* border: 6px solid rgba(30, 214, 253, 0.01);;*/
margin: 20px 0px;
font-size: 12px !important;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.timedetails.timedetailsmodtheme{
text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.59);
}
.timedetails:hover {
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.timedetails .timelog,.timedetails .timeloghead{
width:39%;
float: left;
margin-right: 1%;
}
.timedetails .timelogsummary,.timedetails .timelogsummaryhead{
width:30%;
float: left;
margin-right: 1%;
}
.timedetails .timelogoptions,.timedetails .timelogoptionshead{
width:29%;
float: left;
}
.timedetails .timelogbox,.timedetailshead,.timedetailsbody,.timedetailsformgroup,.timelinesummary-content{
width:100%;
float: left;
}
.timedetailshead{
background-color: rgb(8, 55, 83);
color:#FFFFFF;
box-shadow: 1px 0px 1px #aaa;
margin-bottom: 2px;
}
.timedetails p {
font-size: 11px;
margin: 0px;
padding: 0px;
float: left;
}
.timedetails.timedetailsprotheme p {
font-size: 13px;
}
.timedetails.timedetailsmodtheme .timelog p{
width: 80px !important;
}
.timedetails.timedetailsprotheme .timeline-iconcontent br{
display: none;
}
.timedetails.timedetailsmodtheme .timelog .timeline-content p{
text-overflow: ellipsis;
max-height: 49px;
overflow: hidden;
line-height: 16px;
}
.timedetails .timelogsummary p{
width: 100% !important;
}
.timedetails .pad10{
padding:10px;
}
.timedetails .pad5{
padding:5px;
}
.timedetails select.changestatusoftime {
font-size: 12px;
margin: 0px !important;
padding: 5px !important;
float: left;
height: auto;
width: 99%;
padding-right: 25px !important;
}
.timedetailsmodtheme .timelog .timelogbox {
position: relative;
min-height: 150px;
max-width: 460px;
min-width: 370px;
/* color: #FFFFFF; */
}
/* .timelogbox[data-statuscolor="1"]{
background-color: #00b77a;
}
.timelogbox[data-statuscolor="2"]{
background-color:blue;
}
.timelogbox[data-statuscolor="3"]{
background-color:orange;
}
.timelogbox[data-statuscolor="4"]{
background-color:brown;
}
.timelogbox[data-statuscolor="5"]{
background-color:#09a5a5;
}
.timelogbox[data-statuscolor="6"]{
background-color:#927e66;
}
.timelogbox[data-statuscolor="7"]{
background-color:cornflowerblue;
}
.timelogbox[data-status="inactive"][data-statuscolor="1"]{
background-color: #0ae69c;
} */
.timedetails.timedetailsmodtheme .timelog .timeline-title {
width: 100% !important;
}
.timedetails.timedetailsprotheme .timeline-iconcontent{
width:100%;
float: left;
}
.timedetails.timedetailsprotheme .timeline-icon{
width:30%;
float: left;
}
.timedetails.timedetailsprotheme .timelog .timelogbox div.timeline-content{
width:70%;
float: left;
border: 0px solid #000000 !important;
}
.timedetails.timedetailsprotheme .timeline-content p,.timedetails.timedetailsprotheme .timeline-content select{
width:68%;
margin-left: 1% !important;
float: left;
}
.timedetails.timedetailsprotheme .timeline-content p.timeline-title{
width:30%;
float: left;
}
.timedetails.timedetailsmodtheme .timeline-icon {
width: 150px;
height: 150px;
border-radius: 50%;
border: 25px solid transparent;
border-top-color: #f44556;
border-right-color: #f44556;
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
transform: rotate(45deg);
}
.timedetails.timedetailsmodtheme .timeline-iconcontent {
display: block;
padding: 14px;
width: 30px;
height: 80px;
line-height: 17px;
border-radius: 50%;
background: #fff;
box-shadow: 0 0 20px rgba(0,0,0,0.4);
margin: auto;
font-size: 11px;
font-weight: bold;
color: #f44556;
text-align: center;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
transform: rotate(-45deg);
}
.timedetails.timedetailsmodtheme .timeline-content{
width: 29%;
float: right;
background: #ffffff;
color:rgb(2, 52, 65);
/* margin: 50px -3px;*/
z-index: 1;
position: relative;
padding: 10px;
box-shadow: rgba(5, 5, 5, 0.29) 0px 0px 8px;
}
svg {
display: block;
float: left;
margin: -1px 1px 0px 0px;
}
.timedetails.timedetailsmodtheme .timeline-content:before{
content: "";
width: 20%;
height: 15px;
background: #f44556;
position: absolute;
top: 50%;
left: -20%;
z-index: -1;
transform: translateY(-50%);
}
.timedetails.timedetailsmodtheme .timelog .timelogbox:nth-child(2n) .timeline-icon{ transform: rotate(-135deg); }
.timedetails.timedetailsmodtheme .timelog .timelogbox:nth-child(2n) .timeline-iconcontent{ transform: rotate(135deg); }
.timedetails.timedetailsmodtheme .timelog .timelogbox:nth-child(2n) .timeline-content{ float: left; }
.timedetails.timedetailsmodtheme .timelog .timelogbox:nth-child(2n) .timeline-content:before{
left: auto;
right: -20%;
}
.timedetails.timedetailsmodtheme .timelog .timelogbox{
margin-top: -43.5px;
}
.timedetails.timedetailsmodtheme .timelog .timelogbox:first-child{
margin-top: 0px;
}
.timedetails.timedetailsprotheme .timelogbox{
border-bottom: 1px solid #000000;
}
.timedetails.timedetailsprotheme .timelogbox[data-statuscolor="1"]{
border-bottom-color: #077d56;
}
.timedetails .timelogbox[data-statuscolor="1"] .timeline-icon{
border-top-color: #077d56;
border-right-color: #077d56;
}
.timedetails .timelogbox[data-statuscolor="1"] .timeline-iconcontent,.timedetails.timedetailsprotheme .timelogbox[data-statuscolor="1"] .timelinesummary-contentbox {
color: #077d56;
}
.timedetails .timelogbox[data-statuscolor="1"] .timeline-content{
border: 2px solid #077d56;
}
.timelinesummary-content[data-statuscolor="1"],
.timedetails .timelogbox[data-statuscolor="1"] .timeline-content:before{
background: #077d56;
}
.timedetails.timedetailsprotheme .timelogbox[data-status="inactive"][data-statuscolor="1"]{
border-bottom-color: #2da071;
}
.timedetails .timelogbox[data-status="inactive"][data-statuscolor="1"] .timeline-icon{
border-top-color: #2da071;
border-right-color: #2da071;
}
.timedetails .timelogbox[data-status="inactive"][data-statuscolor="1"] .timeline-iconcontent ,.timedetails.timedetailsprotheme .timelogbox[data-status="inactive"][data-statuscolor="1"] .timelinesummary-contentbox{
color: #2da071;
}
.timedetails .timelogbox[data-status="inactive"][data-statuscolor="1"] .timeline-content{
border: 2px solid #2da071;
}
.timedetails .timelogbox[data-status="inactive"][data-statuscolor="1"] .timeline-content:before{
background: #2da071;
}
.timedetails .timelogbox[data-statuscolor="2"]{
border-bottom-color: #dd0725;
}
.timedetails .timelogbox[data-statuscolor="2"] .timeline-icon{
border-top-color: #dd0725;
border-right-color: #dd0725;
}
.timedetails .timelogbox[data-statuscolor="2"] .timeline-iconcontent,.timedetails.timedetailsprotheme .timelogbox[data-statuscolor="2"] .timelinesummary-contentbox {
color: #dd0725;
}
.timedetails .timelogbox[data-statuscolor="2"] .timeline-content{
border: 2px solid #dd0725;
}
.timelinesummary-content[data-statuscolor="2"],
.timedetails .timelogbox[data-statuscolor="2"] .timeline-content:before{
background:#dd0725;
}
.timedetails .timelogbox[data-statuscolor="3"]{
border-bottom-color: #cf8500;
}
.timedetails .timelogbox[data-statuscolor="3"] .timeline-icon{
border-top-color: #cf8500;
border-right-color: #cf8500;
}
.timedetails .timelogbox[data-statuscolor="3"] .timeline-iconcontent,.timedetails.timedetailsprotheme .timelogbox[data-statuscolor="3"] .timelinesummary-contentbox {
color: #cf8500;
}
.timedetails .timelogbox[data-statuscolor="3"] .timeline-content{
border: 2px solid #cf8500;
}
.timelinesummary-content[data-statuscolor="3"],
.timedetails .timelogbox[data-statuscolor="3"] .timeline-content:before{
background: #cf8500;
}
.timedetails .timelogbox[data-statuscolor="4"]{
border-bottom-color: brown;
}
.timedetails .timelogbox[data-statuscolor="4"] .timeline-icon{
border-top-color: brown;
border-right-color: brown;
}
.timedetails .timelogbox[data-statuscolor="4"] .timeline-iconcontent,.timedetails.timedetailsprotheme .timelogbox[data-statuscolor="4"] .timelinesummary-contentbox {
color: brown;
}
.timedetails .timelogbox[data-statuscolor="4"] .timeline-content{
border: 2px solid brown;
}
.timelinesummary-content[data-statuscolor="4"],
.timedetails .timelogbox[data-statuscolor="4"] .timeline-content:before{
background: brown;
}
.timedetails .timelogbox[data-statuscolor="5"]{
border-bottom-color: #09a5a5;
}
.timedetails .timelogbox[data-statuscolor="5"] .timeline-icon{
border-top-color: #09a5a5;
border-right-color: #09a5a5;
}
.timedetails .timelogbox[data-statuscolor="5"] .timeline-iconcontent,.timedetails.timedetailsprotheme .timelogbox[data-statuscolor="5"] .timelinesummary-contentbox {
color: #09a5a5;
}
.timedetails .timelogbox[data-statuscolor="5"] .timeline-content{
border: 2px solid #09a5a5;
}
.timelinesummary-content[data-statuscolor="5"],
.timedetails .timelogbox[data-statuscolor="5"] .timeline-content:before{
background: #09a5a5;
}
.timedetails .timelogbox[data-statuscolor="6"]{
border-bottom-color: rgb(58, 151, 231);
}
.timedetails .timelogbox[data-statuscolor="6"] .timeline-icon{
border-top-color: rgb(58, 151, 231);
border-right-color: rgb(58, 151, 231);
}
.timedetails .timelogbox[data-statuscolor="6"] .timeline-iconcontent,.timedetails.timedetailsprotheme .timelogbox[data-statuscolor="6"] .timelinesummary-contentbox {
color: rgb(58, 151, 231);
}
.timedetails .timelogbox[data-statuscolor="6"] .timeline-content{
border: 2px solid rgb(58, 151, 231);
}
.timelinesummary-content[data-statuscolor="6"],
.timedetails .timelogbox[data-statuscolor="6"] .timeline-content:before{
background: rgb(58, 151, 231);
}
.timedetails .timelogbox[data-statuscolor="7"]{
border-bottom-color: #db308f;
}
.timedetails .timelogbox[data-statuscolor="7"] .timeline-icon{
border-top-color: #db308f;
border-right-color: #db308f;
}
.timedetails .timelogbox[data-statuscolor="7"] .timeline-iconcontent,.timedetails.timedetailsprotheme .timelogbox[data-statuscolor="7"] .timelinesummary-contentbox {
color: #db308f;
}
.timedetails .timelogbox[data-statuscolor="7"] .timeline-content{
border: 2px solid #db308f;
}
.timelinesummary-content[data-statuscolor="7"],
.timedetails .timelogbox[data-statuscolor="7"] .timeline-content:before{
background: #db308f;
}
.timedetails .timelogbox[data-statuscolor="8"]{
border-bottom-color: #00b77a;
}
.timedetails .timelogbox[data-statuscolor="8"] .timeline-icon{
border-top-color: #00b77a;
border-right-color: #00b77a;
}
.timedetails .timelogbox[data-statuscolor="8"] .timeline-iconcontent,.timedetails.timedetailsprotheme .timelogbox[data-statuscolor="8"] .timelinesummary-contentbox {
color: #00b77a;
}
.timedetails .timelogbox[data-statuscolor="8"] .timeline-content{
border: 2px solid #00b77a;
}
.timelinesummary-content[data-statuscolor="8"],
.timedetails .timelogbox[data-statuscolor="8"] .timeline-content:before{
background: #00b77a;
}
.timedetails .timelogbox[data-disabled]{
border-bottom-color: rgb(149, 149, 149) !important;
}
.timedetails .timelogbox[data-disabled] .timeline-icon{
border-top-color: rgb(149, 149, 149) !important;
border-right-color:rgb(149, 149, 149) !important;
}
.timedetails .timelogbox[data-disabled] .timeline-iconcontent,.timedetails.timedetailsprotheme .timelogbox[data-disabled] .timelinesummary-contentbox {
color: rgb(149, 149, 149) !important;
}
.timedetails .timelogbox[data-disabled] .timeline-content{
border: 2px solid rgb(149, 149, 149) !important;
}
.timedetails .timelogbox[data-disabled] .timeline-content:before, .timelinesummary-content[data-disabled]{
background: rgb(149, 149, 149) !important;
}
.timedetailsprotheme .timelinesummary-content[data-disabled]{
background: #ffffff !important;
}
.timedetails .timelogbox[data-disabled] {
opacity: 0.7 !important;
}
.timedetails.timedetailsprotheme .timelogbox[data-disabled] {
opacity: 1 !important;
}
.timedetails.timedetailsmodtheme .timelinesummary-content {
border-radius: 26px;
}
.timelinesummary-content {
width: 100% !important;
color: rgb(255, 255, 255);
padding: 7px 7px !important;
margin: 3px 9px;
}
.timedetailsmodtheme .timelinesummary-content{
box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 8px;
}
.timelinesummary-content .timelinesummary-contentbox{
width: 60% !important;
float: left;
padding: 10px 18px;
}
.timelinesummary-content .timelinesummary-contentboxtime{
width: 40% !important;
padding: 8px;
color: #061d2e;
}
.timedetailsmodtheme .timelinesummary-content .timelinesummary-contentboxtime{
background-color: #FFFFFF;
border: 0px solid #FFFFFF;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
box-shadow: rgb(95, 92, 92) 0px 0px 8px;
}
.timedetailsprotheme .timelinesummary-content .timelinesummary-contentboxtime{
color: #061d2e !important;
}
.timedetailsprotheme .timlinetimespan{
float: left;
padding-left: 2px;
}
.timedetails.timedetailsprotheme p {
line-height: 24px;
}
.timedetailsmodtheme .timlinetimespan{
float: right;
font-size: 13px;
padding-left: 2px;
}
@media only screen and (max-width: 1200px) {
.timedetails .timelog, .timedetails .timeloghead {
width: 49%;
}
.timedetails .timelogsummary, .timedetails .timelogsummaryhead,.timedetails .timelogsummary,.timedetails .timelogoptions {
width:49%;
}
.timelogoptionshead {
display: none;
}
}
@media only screen and (max-width: 1000px) {
.timedetails .timelog, .timedetails .timeloghead {
width: 100%;
margin-right: 0%;
}
.timedetails .timeloghead,.timedetails .timeloghead,.timedetails .timelogoptions {
width: 100%;
margin-right: 0%;
}
.timedetails .timelogsummary, .timedetails .timelogsummaryhead,.timedetails .timelogsummary {
width:100%;
}
.timelogoptionshead,.timelogsummaryhead {
display: none;
}
.timelinesummary-content{
margin-left: 0px;
margin-right: 0px;
}
}
.templateselector {
max-width: 156px;
float: right;
}
.templateselector .changetheme{
padding: 6px 21px 5px 9px;
margin:0px;
line-height: 12px;
height: auto;
}
.timedetailsprotheme .timelogbox.timelinesummary-content {
border-bottom: 1px solid #FFFFFF;
background-color: #FFFFFF;
}
.timedetailsprotheme .timelog .timelogbox {
padding: 5px;
} | styles/main.css | .timedetails{
width:100%;
background-color: rgb(255, 255, 255);
background-image: radial-gradient(403.593px at 51% 60%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
border-left: 10px solid #10608f;
border-bottom: 2px solid #000000;
/* border: 6px solid rgba(30, 214, 253, 0.01);;*/
margin: 20px 0px;
font-size: 12px !important;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.timedetails.timedetailsmodtheme{
text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.59);
}
.timedetails:hover {
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.timedetails .timelog,.timedetails .timeloghead{
width:39%;
float: left;
margin-right: 1%;
}
.timedetails .timelogsummary,.timedetails .timelogsummaryhead{
width:30%;
float: left;
margin-right: 1%;
}
.timedetails .timelogoptions,.timedetails .timelogoptionshead{
width:29%;
float: left;
}
.timedetails .timelogbox,.timedetailshead,.timedetailsbody,.timedetailsformgroup,.timelinesummary-content{
width:100%;
float: left;
}
.timedetailshead{
background-color: rgb(8, 55, 83);
color:#FFFFFF;
box-shadow: 1px 0px 1px #aaa;
margin-bottom: 2px;
}
.timedetails p {
font-size: 11px;
margin: 0px;
padding: 0px;
float: left;
}
.timedetails.timedetailsprotheme p {
font-size: 13px;
}
.timedetails.timedetailsmodtheme .timelog p{
width: 80px !important;
}
.timedetails.timedetailsprotheme .timeline-iconcontent br{
display: none;
}
.timedetails.timedetailsmodtheme .timelog .timeline-content p{
text-overflow: ellipsis;
max-height: 49px;
overflow: hidden;
line-height: 16px;
}
.timedetails .timelogsummary p{
width: 100% !important;
}
.timedetails .pad10{
padding:10px;
}
.timedetails .pad5{
padding:5px;
}
.timedetails select.changestatusoftime {
font-size: 12px;
margin: 0px !important;
padding: 5px !important;
float: left;
height: auto;
width: 99%;
padding-right: 25px !important;
}
.timedetailsmodtheme .timelog .timelogbox {
position: relative;
min-height: 150px;
max-width: 460px;
min-width: 370px;
/* color: #FFFFFF; */
}
/* .timelogbox[data-statuscolor="1"]{
background-color: #00b77a;
}
.timelogbox[data-statuscolor="2"]{
background-color:blue;
}
.timelogbox[data-statuscolor="3"]{
background-color:orange;
}
.timelogbox[data-statuscolor="4"]{
background-color:brown;
}
.timelogbox[data-statuscolor="5"]{
background-color:#09a5a5;
}
.timelogbox[data-statuscolor="6"]{
background-color:#927e66;
}
.timelogbox[data-statuscolor="7"]{
background-color:cornflowerblue;
}
.timelogbox[data-status="inactive"][data-statuscolor="1"]{
background-color: #0ae69c;
} */
.timedetails.timedetailsmodtheme .timelog .timeline-title {
width: 100% !important;
}
.timedetails.timedetailsprotheme .timeline-iconcontent{
width:100%;
float: left;
}
.timedetails.timedetailsprotheme .timeline-icon{
width:30%;
float: left;
}
.timedetails.timedetailsprotheme .timelog .timelogbox div.timeline-content{
width:70%;
float: left;
border: 0px solid #000000 !important;
}
.timedetails.timedetailsprotheme .timeline-content p,.timedetails.timedetailsprotheme .timeline-content select{
width:68%;
margin-left: 1% !important;
float: left;
}
.timedetails.timedetailsprotheme .timeline-content p.timeline-title{
width:30%;
float: left;
}
.timedetails.timedetailsmodtheme .timeline-icon {
width: 150px;
height: 150px;
border-radius: 50%;
border: 25px solid transparent;
border-top-color: #f44556;
border-right-color: #f44556;
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
transform: rotate(45deg);
}
.timedetails.timedetailsmodtheme .timeline-iconcontent {
display: block;
padding: 14px;
width: 30px;
height: 80px;
line-height: 17px;
border-radius: 50%;
background: #fff;
box-shadow: 0 0 20px rgba(0,0,0,0.4);
margin: auto;
font-size: 11px;
font-weight: bold;
color: #f44556;
text-align: center;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
transform: rotate(-45deg);
}
.timedetails.timedetailsmodtheme .timeline-content{
width: 29%;
float: right;
background: #ffffff;
color:rgb(2, 52, 65);
/* margin: 50px -3px;*/
z-index: 1;
position: relative;
padding: 10px;
box-shadow: rgba(5, 5, 5, 0.29) 0px 0px 8px;
}
svg {
display: block;
float: left;
margin: -1px 1px 0px 0px;
}
.timedetails.timedetailsmodtheme .timeline-content:before{
content: "";
width: 20%;
height: 15px;
background: #f44556;
position: absolute;
top: 50%;
left: -20%;
z-index: -1;
transform: translateY(-50%);
}
.timedetails.timedetailsmodtheme .timelog .timelogbox:nth-child(2n) .timeline-icon{ transform: rotate(-135deg); }
.timedetails.timedetailsmodtheme .timelog .timelogbox:nth-child(2n) .timeline-iconcontent{ transform: rotate(135deg); }
.timedetails.timedetailsmodtheme .timelog .timelogbox:nth-child(2n) .timeline-content{ float: left; }
.timedetails.timedetailsmodtheme .timelog .timelogbox:nth-child(2n) .timeline-content:before{
left: auto;
right: -20%;
}
.timedetails.timedetailsmodtheme .timelog .timelogbox{
margin-top: -43.5px;
}
.timedetails.timedetailsmodtheme .timelog .timelogbox:first-child{
margin-top: 0px;
}
.timedetails.timedetailsprotheme .timelogbox{
border-bottom: 1px solid #000000;
}
.timedetails.timedetailsprotheme .timelogbox[data-statuscolor="1"]{
border-bottom-color: #077d56;
}
.timedetails .timelogbox[data-statuscolor="1"] .timeline-icon{
border-top-color: #077d56;
border-right-color: #077d56;
}
.timedetails .timelogbox[data-statuscolor="1"] .timeline-iconcontent,.timedetails.timedetailsprotheme .timelogbox[data-statuscolor="1"] .timelinesummary-contentbox {
color: #077d56;
}
.timedetails .timelogbox[data-statuscolor="1"] .timeline-content{
border: 2px solid #077d56;
}
.timelinesummary-content[data-statuscolor="1"],
.timedetails .timelogbox[data-statuscolor="1"] .timeline-content:before{
background: #077d56;
}
.timedetails.timedetailsprotheme .timelogbox[data-status="inactive"][data-statuscolor="1"]{
border-bottom-color: #2da071;
}
.timedetails .timelogbox[data-status="inactive"][data-statuscolor="1"] .timeline-icon{
border-top-color: #2da071;
border-right-color: #2da071;
}
.timedetails .timelogbox[data-status="inactive"][data-statuscolor="1"] .timeline-iconcontent ,.timedetails.timedetailsprotheme .timelogbox[data-status="inactive"][data-statuscolor="1"] .timelinesummary-contentbox{
color: #2da071;
}
.timedetails .timelogbox[data-status="inactive"][data-statuscolor="1"] .timeline-content{
border: 2px solid #2da071;
}
.timedetails .timelogbox[data-status="inactive"][data-statuscolor="1"] .timeline-content:before{
background: #2da071;
}
.timedetails .timelogbox[data-statuscolor="2"]{
border-bottom-color: #dd0725;
}
.timedetails .timelogbox[data-statuscolor="2"] .timeline-icon{
border-top-color: #dd0725;
border-right-color: #dd0725;
}
.timedetails .timelogbox[data-statuscolor="2"] .timeline-iconcontent,.timedetails.timedetailsprotheme .timelogbox[data-statuscolor="2"] .timelinesummary-contentbox {
color: #dd0725;
}
.timedetails .timelogbox[data-statuscolor="2"] .timeline-content{
border: 2px solid #dd0725;
}
.timelinesummary-content[data-statuscolor="2"],
.timedetails .timelogbox[data-statuscolor="2"] .timeline-content:before{
background:#dd0725;
}
.timedetails .timelogbox[data-statuscolor="3"]{
border-bottom-color: #cf8500;
}
.timedetails .timelogbox[data-statuscolor="3"] .timeline-icon{
border-top-color: #cf8500;
border-right-color: #cf8500;
}
.timedetails .timelogbox[data-statuscolor="3"] .timeline-iconcontent,.timedetails.timedetailsprotheme .timelogbox[data-statuscolor="3"] .timelinesummary-contentbox {
color: #cf8500;
}
.timedetails .timelogbox[data-statuscolor="3"] .timeline-content{
border: 2px solid #cf8500;
}
.timelinesummary-content[data-statuscolor="3"],
.timedetails .timelogbox[data-statuscolor="3"] .timeline-content:before{
background: #cf8500;
}
.timedetails .timelogbox[data-statuscolor="4"]{
border-bottom-color: brown;
}
.timedetails .timelogbox[data-statuscolor="4"] .timeline-icon{
border-top-color: brown;
border-right-color: brown;
}
.timedetails .timelogbox[data-statuscolor="4"] .timeline-iconcontent,.timedetails.timedetailsprotheme .timelogbox[data-statuscolor="4"] .timelinesummary-contentbox {
color: brown;
}
.timedetails .timelogbox[data-statuscolor="4"] .timeline-content{
border: 2px solid brown;
}
.timelinesummary-content[data-statuscolor="4"],
.timedetails .timelogbox[data-statuscolor="4"] .timeline-content:before{
background: brown;
}
.timedetails .timelogbox[data-statuscolor="5"]{
border-bottom-color: #09a5a5;
}
.timedetails .timelogbox[data-statuscolor="5"] .timeline-icon{
border-top-color: #09a5a5;
border-right-color: #09a5a5;
}
.timedetails .timelogbox[data-statuscolor="5"] .timeline-iconcontent,.timedetails.timedetailsprotheme .timelogbox[data-statuscolor="5"] .timelinesummary-contentbox {
color: #09a5a5;
}
.timedetails .timelogbox[data-statuscolor="5"] .timeline-content{
border: 2px solid #09a5a5;
}
.timelinesummary-content[data-statuscolor="5"],
.timedetails .timelogbox[data-statuscolor="5"] .timeline-content:before{
background: #09a5a5;
}
.timedetails .timelogbox[data-statuscolor="6"]{
border-bottom-color: rgb(58, 151, 231);
}
.timedetails .timelogbox[data-statuscolor="6"] .timeline-icon{
border-top-color: rgb(58, 151, 231);
border-right-color: rgb(58, 151, 231);
}
.timedetails .timelogbox[data-statuscolor="6"] .timeline-iconcontent,.timedetails.timedetailsprotheme .timelogbox[data-statuscolor="6"] .timelinesummary-contentbox {
color: rgb(58, 151, 231);
}
.timedetails .timelogbox[data-statuscolor="6"] .timeline-content{
border: 2px solid rgb(58, 151, 231);
}
.timelinesummary-content[data-statuscolor="6"],
.timedetails .timelogbox[data-statuscolor="6"] .timeline-content:before{
background: rgb(58, 151, 231);
}
.timedetails .timelogbox[data-statuscolor="7"]{
border-bottom-color: #db308f;
}
.timedetails .timelogbox[data-statuscolor="7"] .timeline-icon{
border-top-color: #db308f;
border-right-color: #db308f;
}
.timedetails .timelogbox[data-statuscolor="7"] .timeline-iconcontent,.timedetails.timedetailsprotheme .timelogbox[data-statuscolor="7"] .timelinesummary-contentbox {
color: #db308f;
}
.timedetails .timelogbox[data-statuscolor="7"] .timeline-content{
border: 2px solid #db308f;
}
.timelinesummary-content[data-statuscolor="7"],
.timedetails .timelogbox[data-statuscolor="7"] .timeline-content:before{
background: #db308f;
}
.timedetails .timelogbox[data-statuscolor="8"]{
border-bottom-color: #00b77a;
}
.timedetails .timelogbox[data-statuscolor="8"] .timeline-icon{
border-top-color: #00b77a;
border-right-color: #00b77a;
}
.timedetails .timelogbox[data-statuscolor="8"] .timeline-iconcontent,.timedetails.timedetailsprotheme .timelogbox[data-statuscolor="8"] .timelinesummary-contentbox {
color: #00b77a;
}
.timedetails .timelogbox[data-statuscolor="8"] .timeline-content{
border: 2px solid #00b77a;
}
.timelinesummary-content[data-statuscolor="8"],
.timedetails .timelogbox[data-statuscolor="8"] .timeline-content:before{
background: #00b77a;
}
.timedetails .timelogbox[data-disabled]{
border-bottom-color: rgb(149, 149, 149) !important;
}
.timedetails .timelogbox[data-disabled] .timeline-icon{
border-top-color: rgb(149, 149, 149) !important;
border-right-color:rgb(149, 149, 149) !important;
}
.timedetails .timelogbox[data-disabled] .timeline-iconcontent,.timedetails.timedetailsprotheme .timelogbox[data-disabled] .timelinesummary-contentbox {
color: rgb(149, 149, 149) !important;
}
.timedetails .timelogbox[data-disabled] .timeline-content{
border: 2px solid rgb(149, 149, 149) !important;
}
.timedetails .timelogbox[data-disabled] .timeline-content:before, .timelinesummary-content[data-disabled]{
background: rgb(149, 149, 149) !important;
}
.timedetailsprotheme .timelinesummary-content[data-disabled]{
background: #ffffff !important;
}
.timedetails .timelogbox[data-disabled] {
opacity: 0.7 !important;
}
.timedetails.timedetailsprotheme .timelogbox[data-disabled] {
opacity: 1 !important;
}
.timedetails.timedetailsmodtheme .timelinesummary-content {
border-radius: 26px;
}
.timelinesummary-content {
width: 100% !important;
color: rgb(255, 255, 255);
padding: 7px 7px !important;
margin: 3px 9px;
}
.timedetailsmodtheme .timelinesummary-content{
box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 8px;
}
.timelinesummary-content .timelinesummary-contentbox{
width: 60% !important;
float: left;
padding: 10px 18px;
}
.timelinesummary-content .timelinesummary-contentboxtime{
width: 40% !important;
padding: 8px;
color: #061d2e;
}
.timedetailsmodtheme .timelinesummary-content .timelinesummary-contentboxtime{
background-color: #FFFFFF;
border: 0px solid #FFFFFF;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
box-shadow: rgb(95, 92, 92) 0px 0px 8px;
}
.timedetailsprotheme .timelinesummary-content .timelinesummary-contentboxtime{
color: #061d2e !important;
}
.timedetailsprotheme .timlinetimespan{
float: left;
padding-left: 2px;
}
.timedetails.timedetailsprotheme p {
line-height: 24px;
}
.timedetailsmodtheme .timlinetimespan{
float: right;
font-size: 13px;
padding-left: 2px;
}
@media only screen and (max-width: 1200px) {
.timedetails .timelog, .timedetails .timeloghead {
width: 49%;
}
.timedetails .timelogsummary, .timedetails .timelogsummaryhead,.timedetails .timelogsummary,.timedetails .timelogoptions {
width:49%;
}
.timelogoptionshead {
display: none;
}
}
@media only screen and (max-width: 1000px) {
.timedetails .timelog, .timedetails .timeloghead {
width: 100%;
margin-right: 0%;
}
.timedetails .timeloghead,.timedetails .timeloghead,.timedetails .timelogoptions {
width: 100%;
margin-right: 0%;
}
.timedetails .timelogsummary, .timedetails .timelogsummaryhead,.timedetails .timelogsummary {
width:100%;
}
.timelogoptionshead,.timelogsummaryhead {
display: none;
}
.timelinesummary-content{
margin-left: 0px;
margin-right: 0px;
}
}
.templateselector {
max-width: 156px;
float: right;
}
.templateselector .changetheme{
padding: 6px 21px 5px 9px;
margin:0px;
line-height: 12px;
height: auto;
}
.timedetailsprotheme .timelogbox.timelinesummary-content {
border-bottom: 1px solid #FFFFFF;
background-color: #FFFFFF;
}
.timedetailsprotheme .timelog .timelogbox {
padding: 5px;
} | 0.451085 | 0.093719 |
.slideshow
{
position: relative;
float: left;
}
.slideshow__item
{
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
}
.slideshow__prev,
.slideshow__next
{
position: absolute;
top: 0;
bottom: 0;
}
.slideshow__prev
{
left: 0;
right: 50%;
}
.slideshow__prev:hover
{
background: rgba(0,0,0,0.2);
background: -moz-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(231,56,39,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.2)), color-stop(100%, rgba(231,56,39,0)));
background: -webkit-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(231,56,39,0) 100%);
background: -o-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(231,56,39,0) 100%);
background: -ms-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(231,56,39,0) 100%);
background: linear-gradient(to right, rgba(0,0,0,0.2) 0%, rgba(231,56,39,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e73827', GradientType=1 );
}
.slideshow__next
{
left: 50%;
right: 0;
}
.slideshow__next:hover
{
background: rgba(231,56,39,0);
background: -moz-linear-gradient(left, rgba(231,56,39,0) 0%, rgba(231,56,39,0) 0%, rgba(0,0,0,0.2) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(231,56,39,0)), color-stop(0%, rgba(231,56,39,0)), color-stop(100%, rgba(0,0,0,0.2)));
background: -webkit-linear-gradient(left, rgba(231,56,39,0) 0%, rgba(231,56,39,0) 0%, rgba(0,0,0,0.2) 100%);
background: -o-linear-gradient(left, rgba(231,56,39,0) 0%, rgba(231,56,39,0) 0%, rgba(0,0,0,0.2) 100%);
background: -ms-linear-gradient(left, rgba(231,56,39,0) 0%, rgba(231,56,39,0) 0%, rgba(0,0,0,0.2) 100%);
background: linear-gradient(to right, rgba(231,56,39,0) 0%, rgba(231,56,39,0) 0%, rgba(0,0,0,0.2) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73827', endColorstr='#000000', GradientType=1 );
}
.slideshow__dots
{
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 30px;
text-align: center;
}
.slideshow__dot
{
display: inline-block;
width: 10px;
height: 10px;
margin: 0 5px;
border-radius: 50%;
background-color: #fff;
cursor: pointer;
}
.slideshow__dot.active
{
background-color: #606060;
} | src/slideshow.css | .slideshow
{
position: relative;
float: left;
}
.slideshow__item
{
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
}
.slideshow__prev,
.slideshow__next
{
position: absolute;
top: 0;
bottom: 0;
}
.slideshow__prev
{
left: 0;
right: 50%;
}
.slideshow__prev:hover
{
background: rgba(0,0,0,0.2);
background: -moz-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(231,56,39,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.2)), color-stop(100%, rgba(231,56,39,0)));
background: -webkit-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(231,56,39,0) 100%);
background: -o-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(231,56,39,0) 100%);
background: -ms-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(231,56,39,0) 100%);
background: linear-gradient(to right, rgba(0,0,0,0.2) 0%, rgba(231,56,39,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e73827', GradientType=1 );
}
.slideshow__next
{
left: 50%;
right: 0;
}
.slideshow__next:hover
{
background: rgba(231,56,39,0);
background: -moz-linear-gradient(left, rgba(231,56,39,0) 0%, rgba(231,56,39,0) 0%, rgba(0,0,0,0.2) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(231,56,39,0)), color-stop(0%, rgba(231,56,39,0)), color-stop(100%, rgba(0,0,0,0.2)));
background: -webkit-linear-gradient(left, rgba(231,56,39,0) 0%, rgba(231,56,39,0) 0%, rgba(0,0,0,0.2) 100%);
background: -o-linear-gradient(left, rgba(231,56,39,0) 0%, rgba(231,56,39,0) 0%, rgba(0,0,0,0.2) 100%);
background: -ms-linear-gradient(left, rgba(231,56,39,0) 0%, rgba(231,56,39,0) 0%, rgba(0,0,0,0.2) 100%);
background: linear-gradient(to right, rgba(231,56,39,0) 0%, rgba(231,56,39,0) 0%, rgba(0,0,0,0.2) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73827', endColorstr='#000000', GradientType=1 );
}
.slideshow__dots
{
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 30px;
text-align: center;
}
.slideshow__dot
{
display: inline-block;
width: 10px;
height: 10px;
margin: 0 5px;
border-radius: 50%;
background-color: #fff;
cursor: pointer;
}
.slideshow__dot.active
{
background-color: #606060;
} | 0.66356 | 0.133528 |
.detail .preview .spec .arrow-l, .detail .preview .spec .arrow-r {
width: 28px;
height: 60px;
line-height: 60px;
text-align: center;
}
.detail .detail-info .detail-price, .detail .detail-info .detail-num {
padding-left: 10px;
}
.detail {
height: 678px;
margin-top: 20px;
padding: 20px;
}
.detail .preview {
width: 420px;
position: relative;
}
.detail .preview .small {
position: relative;
width: 420px;
height: 420px;
border: 1px solid rgba(0, 0, 0, 0.5);
}
.detail .preview .small img {
width: 418px;
height: 418px;
}
.detail .preview .small .mark {
display: none;
position: absolute;
left: 0;
top: 0;
cursor: move;
background: rgba(255, 255, 0, 0.5);
}
.detail .preview .big {
width: 420px;
height: 420px;
border: 1px solid rgba(0, 0, 0, 0.5);
position: absolute;
background: #fff;
z-index: 100;
display: none;
overflow: hidden;
top: 0;
left: 440px;
}
.detail .preview .big img {
position: absolute;
left: 0;
top: 0;
}
.detail .preview .spec {
height: 60px;
margin-top: 22px;
}
.detail .preview .spec .arrow-l {
color: #f5f5f5;
}
.detail .preview .spec .arrow-r {
color: #ccc;
}
.detail .preview .spec .spec-box {
width: 362px;
overflow: hidden;
height: 60px;
position: relative;
}
.detail .preview .spec .spec-box .spec-list {
width: 300%;
position: absolute;
}
.detail .preview .spec .spec-box li {
width: 60px;
height: 60px;
float: left;
margin-right: 16px;
}
.detail .preview .spec .spec-box li img {
width: 60px;
height: 60px;
}
.detail .detail-info {
width: 530px;
height: 638px;
border-right: 1px solid #ccc;
margin-left: 20px;
color: #090909;
font-size: 12px;
}
.detail .detail-info .detail-info-title {
font-weight: 900;
font-size: 16px;
height: 20px;
line-height: 15px;
}
.detail .detail-info .detail-price {
width: 518px;
height: 118px;
background: #f0efef;
margin-top: 14px;
line-height: 118px;
}
.detail .detail-info .detail-price .detail-pri {
line-height: 118px;
color: #ff0036;
font-size: 22px;
vertical-align: bottom;
}
.detail .detail-info .detail-num {
margin-top: 100px;
height: 32px;
line-height: 32px;
position: relative;
}
.detail .detail-info .detail-num input {
width: 43px;
height: 40px;
background: #f5f5f5;
border: 1px solid #b8b7bd;
text-align: center;
}
.detail .detail-info .detail-num .car-Into {
width: 180px;
height: 40px;
text-align: center;
background: #ff0036;
border: none;
outline: none;
color: #fff;
font-size: 16px;
}
.detail .detail-info .detail-num .message {
width: 100px;
height: 30px;
background: #ccc;
position: absolute;
text-align: center;
left: 10px;
top: 40px;
display: none;
color: #0a7e23;
}
/*# sourceMappingURL=detail.css.map */ | style/detail.css | .detail .preview .spec .arrow-l, .detail .preview .spec .arrow-r {
width: 28px;
height: 60px;
line-height: 60px;
text-align: center;
}
.detail .detail-info .detail-price, .detail .detail-info .detail-num {
padding-left: 10px;
}
.detail {
height: 678px;
margin-top: 20px;
padding: 20px;
}
.detail .preview {
width: 420px;
position: relative;
}
.detail .preview .small {
position: relative;
width: 420px;
height: 420px;
border: 1px solid rgba(0, 0, 0, 0.5);
}
.detail .preview .small img {
width: 418px;
height: 418px;
}
.detail .preview .small .mark {
display: none;
position: absolute;
left: 0;
top: 0;
cursor: move;
background: rgba(255, 255, 0, 0.5);
}
.detail .preview .big {
width: 420px;
height: 420px;
border: 1px solid rgba(0, 0, 0, 0.5);
position: absolute;
background: #fff;
z-index: 100;
display: none;
overflow: hidden;
top: 0;
left: 440px;
}
.detail .preview .big img {
position: absolute;
left: 0;
top: 0;
}
.detail .preview .spec {
height: 60px;
margin-top: 22px;
}
.detail .preview .spec .arrow-l {
color: #f5f5f5;
}
.detail .preview .spec .arrow-r {
color: #ccc;
}
.detail .preview .spec .spec-box {
width: 362px;
overflow: hidden;
height: 60px;
position: relative;
}
.detail .preview .spec .spec-box .spec-list {
width: 300%;
position: absolute;
}
.detail .preview .spec .spec-box li {
width: 60px;
height: 60px;
float: left;
margin-right: 16px;
}
.detail .preview .spec .spec-box li img {
width: 60px;
height: 60px;
}
.detail .detail-info {
width: 530px;
height: 638px;
border-right: 1px solid #ccc;
margin-left: 20px;
color: #090909;
font-size: 12px;
}
.detail .detail-info .detail-info-title {
font-weight: 900;
font-size: 16px;
height: 20px;
line-height: 15px;
}
.detail .detail-info .detail-price {
width: 518px;
height: 118px;
background: #f0efef;
margin-top: 14px;
line-height: 118px;
}
.detail .detail-info .detail-price .detail-pri {
line-height: 118px;
color: #ff0036;
font-size: 22px;
vertical-align: bottom;
}
.detail .detail-info .detail-num {
margin-top: 100px;
height: 32px;
line-height: 32px;
position: relative;
}
.detail .detail-info .detail-num input {
width: 43px;
height: 40px;
background: #f5f5f5;
border: 1px solid #b8b7bd;
text-align: center;
}
.detail .detail-info .detail-num .car-Into {
width: 180px;
height: 40px;
text-align: center;
background: #ff0036;
border: none;
outline: none;
color: #fff;
font-size: 16px;
}
.detail .detail-info .detail-num .message {
width: 100px;
height: 30px;
background: #ccc;
position: absolute;
text-align: center;
left: 10px;
top: 40px;
display: none;
color: #0a7e23;
}
/*# sourceMappingURL=detail.css.map */ | 0.508544 | 0.048226 |
/* ============================
1. Global
=============================== */
/* -- Fonts -- */
/* Robot Mono and STIX Two Text from Google Font */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&family=STIX+Two+Text:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
/**/
/* -- Variables -- */
:root {
--background: #ffffff;
--hidden: #686868;
--accent: #B01A00;
--primary: #000000;
--secondary: #333333;
}
/* -- Selection -- */
/* Disable highlight rectangle on mobile */
* {
-webkit-tap-highlight-color: #ffffff00;
}
/* -- Selection -- */
::-moz-selection {
color: #eeeeee;
background: var(--accent);
}
::selection {
color: #eeeeee;
background: var(--accent);
}
/* -- Scrollbar -- */
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: #ffffff00;
}
::-webkit-scrollbar-thumb {
background: #00000015;
}
::-webkit-scrollbar-thumb:hover {
background: #00000030;
}
::-webkit-scrollbar-thumb:active {
background: var(--accent);
}
/* -- Focus -- */
* {
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-in-out;
}
*:focus-visible:not(input.input-box) {
padding: 4px;
margin-right: 4px;
outline: none;
border-radius: 5px;
box-shadow: 0 0 20px #00000030;
}
/* ============================
2. Components
=============================== */
/* -- 2.1 Page container -- */
.page-container {
display: grid;
gap: 10px;
grid-template-columns: minmax(150px, 1fr) 4fr 1fr;
}
.page-content {
padding: 10px;
}
@media (max-width: 768px), (orientation: portrait), (hover: none) {
.page-container {
grid-template-columns: none;
}
.page-content {
padding: 40px;
}
}
/* -- 2.2 Body -- */
body {
margin: 0;
background-color: var(--background);
font-family: 'STIX Two Text', serif;
color: var(--secondary);
counter-reset: part;
counter-reset: section;
counter-reset: subsection;
counter-reset: case;
scroll-behavior: smooth;
scrollbar-width: thin;
transition: all .3s ease-in-out;
}
/* -- 2.2.1 Text -- */
/* -- Headers -- */
/* Title */
h1 {
margin-top: 80px;
font-size: 40px;
font-weight: 700;
counter-reset: part;
counter-reset: section;
}
/* Part */
h2 {
margin-top: 60px;
font-size: 32px;
font-weight: 700;
font-variant: small-caps;
counter-increment: part;
counter-reset: section;
}
h2::before {
content: counter(part, upper-roman);
margin-right: 20px;
}
/* Section */
h3 {
font-size: 28px;
counter-increment: section;
counter-reset: subsection;
}
h3::before {
content: counter(section);
margin-right: 20px;
}
/* Subsection */
h4 {
font-size: 22px;
counter-increment: subsection;
counter-reset: case;
}
h4::before {
content: counter(section) "." counter(subsection);
margin-right: 20px;
}
h5 {
font-size: 20px;
counter-increment: case;
}
h5::before {
content: counter(case, upper-alpha);
margin-right: 20px;
}
/* -- Paragraphs -- */
p {
font-weight: normal;
font-size: 16px;
}
li {
margin: 5px -5px;
}
/* -- Highlight -- */
mark {
background-color: #00000020;
}
/* -- Links -- */
a {
color: var(--accent);
}
/* -- 2.2 Formulas -- */
div.formula-container {
display: grid;
place-items: center;
margin: 5px;
}
div.formula-container.compact {
margin: -15px;
}
div.formula {
width: fit-content;
border-radius: 10px;
padding: 5px 30px;
}
div.formula.grey {
background-color: #00000010;
}
/* -- 2.3 Canvas -- */
div.plot-container {
position: relative;
}
canvas {
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-ms-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-in-out;
}
canvas.ring-plot {
width: 100%;
height: 50%;
}
canvas.tissue-plot {
width: 300px;
height: 300px;
margin-top: 10px;
margin-bottom: 10px;
}
div.canvas-container {
display: grid;
place-items: center;
}
/* Activate for focus outline */
canvas.ring-plot:focus {
padding: 4px;
margin-right: 4px;
outline: none;
border-radius: 5px;
box-shadow: 0 0 20px #00000030;
}
/* */
div.plot-controls {
display: grid;
place-items: center;
transition: all .3s ease-in-out;
user-select: none;
}
div.play-pause-plot {
position: relative;
}
/* -- 2.4 Presentation -- */
div.slide {
padding: 10px 30px;
border-radius: 10px;
background-color: var(--background);
opacity: 1;
transition: all .3s ease-in-out;
}
div.play-pause-controls {
position: fixed;
top: 10px;
right: 50px;
user-select: none;
}
.material-icons.button {
cursor: pointer;
user-select: none;
}
span.material-icons.button.pause {
position: absolute;
visibility: hidden;
color: #ffffff75;
}
span.material-icons.button.play {
position: absolute;
}
div.presentation-controls {
position: fixed;
bottom: 0px;
width: 100%;
user-select: none;
transition: all .3s ease-in-out;
}
div.arrows {
position: absolute;
bottom: 10px;
right: 10px;
color: #ffffff;
}
div.progress-bar {
position: absolute;
display: block;
top: -5px;
width: 0%;
height: 5px;
background-color: var(--accent);
transition: all .4s ease-in-out;
}
/* -- 2.5 Tooltip -- */
/* Tooltip container */
.tooltip {
position: relative;
display: inline-block;
/* If you want dots under the hoverable text */
border-bottom: dotted var(--secondary) 1pt;
cursor: pointer;
}
/* Tooltip text */
.tooltip .tooltip-text {
visibility: hidden;
width: auto;
background-color: var(--background);
color: var(--secondary);
box-shadow: #0000004a 0 0 20px;
text-align: center;
padding: 5px 15px;
border-radius: 10px;
/* Position the tooltip text */
position: absolute;
z-index: 1;
left: 50%;
transform: translateX(-50%);
/* Fade in tooltip */
opacity: 0;
transition: all 0.2s ease-in-out;
}
.tooltip-text.top {
bottom: 130%;
}
.tooltip-text.bottom {
top: 100%;
}
/* Tooltip arrow */
.tooltip .tooltip-text::after {
content: "";
position: absolute;
left: 50%;
margin-left: -10px;
border-width: 10px;
border-style: solid;
border-color: transparent transparent var(--background) transparent;
}
.tooltip-text.tooltip-text.top::after {
top: 98%;
}
.tooltip-text.tooltip-text.bottom::after {
bottom: 98%;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltip-text {
visibility: visible;
opacity: 1;
}
.tooltip:hover .tooltip-text.top {
transform: translate(-50%, -10px);
}
.tooltip:hover .tooltip-text.bottom {
transform: translate(-50%, 10px);
}
/* -- 2.6 Loaders -- */
.loader, .loader:after {
border-radius: 50%;
width: 10em;
height: 10em;
}
.loader {
margin: 4px;
text-indent: 0em;
border-top: 1.75em solid #00000015;
border-right: 1.75em solid #00000015;
border-bottom: 1.75em solid #00000015;
transform: translateZ(0);
animation: load 1.1s infinite linear;
animation-play-state: paused;
visibility: hidden;
}
@keyframes load {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
/* Plot loader */
.loader.plot {
position: absolute;
top: 4px;
left: 4px;
font-size: 2px;
border-left: 1.75em solid #00000090;
}
/* General loader */
.loader.general {
top: 6pt;
left: 2pt;
font-size: 3px;
border-left: 1.75em solid #00000090;
visibility: visible;
animation-play-state: running;
}
/* Loading container */
div.loading-container {
position: absolute;
width: 100%;
top: 42%;
display: grid;
place-items: center;
}
/* -- 2.7 Input box -- */
div.input-container {
display: grid;
place-items: center;
margin-top: 10px;
font-family: 'Roboto-Mono', monospace;
font-size: 10pt;
font-weight: 600;
}
input.input-box {
min-width: 10px;
width: 40px;
margin-left: -2px;
margin-right: 5px;
background-color: #00000000;
outline: none;
border-width: 0;
border-bottom: #00000050 solid 2px;
color: var(--secondary);
text-align: center;
font-family: 'Roboto-Mono', monospace;
font-weight: 600;
font-size: 10pt;
caret-color: #8d8d8d;
transition: all .3 ease-in-out;
}
input.input-box:active {
border-color: #B01A00;
}
input.input-box:hover {
border-color: #d43417;
}
/* Hides arrows of input box */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number] {
-moz-appearance: textfield;
} | css/crimson-days.css | /* ============================
1. Global
=============================== */
/* -- Fonts -- */
/* Robot Mono and STIX Two Text from Google Font */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&family=STIX+Two+Text:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
/**/
/* -- Variables -- */
:root {
--background: #ffffff;
--hidden: #686868;
--accent: #B01A00;
--primary: #000000;
--secondary: #333333;
}
/* -- Selection -- */
/* Disable highlight rectangle on mobile */
* {
-webkit-tap-highlight-color: #ffffff00;
}
/* -- Selection -- */
::-moz-selection {
color: #eeeeee;
background: var(--accent);
}
::selection {
color: #eeeeee;
background: var(--accent);
}
/* -- Scrollbar -- */
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: #ffffff00;
}
::-webkit-scrollbar-thumb {
background: #00000015;
}
::-webkit-scrollbar-thumb:hover {
background: #00000030;
}
::-webkit-scrollbar-thumb:active {
background: var(--accent);
}
/* -- Focus -- */
* {
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-in-out;
}
*:focus-visible:not(input.input-box) {
padding: 4px;
margin-right: 4px;
outline: none;
border-radius: 5px;
box-shadow: 0 0 20px #00000030;
}
/* ============================
2. Components
=============================== */
/* -- 2.1 Page container -- */
.page-container {
display: grid;
gap: 10px;
grid-template-columns: minmax(150px, 1fr) 4fr 1fr;
}
.page-content {
padding: 10px;
}
@media (max-width: 768px), (orientation: portrait), (hover: none) {
.page-container {
grid-template-columns: none;
}
.page-content {
padding: 40px;
}
}
/* -- 2.2 Body -- */
body {
margin: 0;
background-color: var(--background);
font-family: 'STIX Two Text', serif;
color: var(--secondary);
counter-reset: part;
counter-reset: section;
counter-reset: subsection;
counter-reset: case;
scroll-behavior: smooth;
scrollbar-width: thin;
transition: all .3s ease-in-out;
}
/* -- 2.2.1 Text -- */
/* -- Headers -- */
/* Title */
h1 {
margin-top: 80px;
font-size: 40px;
font-weight: 700;
counter-reset: part;
counter-reset: section;
}
/* Part */
h2 {
margin-top: 60px;
font-size: 32px;
font-weight: 700;
font-variant: small-caps;
counter-increment: part;
counter-reset: section;
}
h2::before {
content: counter(part, upper-roman);
margin-right: 20px;
}
/* Section */
h3 {
font-size: 28px;
counter-increment: section;
counter-reset: subsection;
}
h3::before {
content: counter(section);
margin-right: 20px;
}
/* Subsection */
h4 {
font-size: 22px;
counter-increment: subsection;
counter-reset: case;
}
h4::before {
content: counter(section) "." counter(subsection);
margin-right: 20px;
}
h5 {
font-size: 20px;
counter-increment: case;
}
h5::before {
content: counter(case, upper-alpha);
margin-right: 20px;
}
/* -- Paragraphs -- */
p {
font-weight: normal;
font-size: 16px;
}
li {
margin: 5px -5px;
}
/* -- Highlight -- */
mark {
background-color: #00000020;
}
/* -- Links -- */
a {
color: var(--accent);
}
/* -- 2.2 Formulas -- */
div.formula-container {
display: grid;
place-items: center;
margin: 5px;
}
div.formula-container.compact {
margin: -15px;
}
div.formula {
width: fit-content;
border-radius: 10px;
padding: 5px 30px;
}
div.formula.grey {
background-color: #00000010;
}
/* -- 2.3 Canvas -- */
div.plot-container {
position: relative;
}
canvas {
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-ms-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-in-out;
}
canvas.ring-plot {
width: 100%;
height: 50%;
}
canvas.tissue-plot {
width: 300px;
height: 300px;
margin-top: 10px;
margin-bottom: 10px;
}
div.canvas-container {
display: grid;
place-items: center;
}
/* Activate for focus outline */
canvas.ring-plot:focus {
padding: 4px;
margin-right: 4px;
outline: none;
border-radius: 5px;
box-shadow: 0 0 20px #00000030;
}
/* */
div.plot-controls {
display: grid;
place-items: center;
transition: all .3s ease-in-out;
user-select: none;
}
div.play-pause-plot {
position: relative;
}
/* -- 2.4 Presentation -- */
div.slide {
padding: 10px 30px;
border-radius: 10px;
background-color: var(--background);
opacity: 1;
transition: all .3s ease-in-out;
}
div.play-pause-controls {
position: fixed;
top: 10px;
right: 50px;
user-select: none;
}
.material-icons.button {
cursor: pointer;
user-select: none;
}
span.material-icons.button.pause {
position: absolute;
visibility: hidden;
color: #ffffff75;
}
span.material-icons.button.play {
position: absolute;
}
div.presentation-controls {
position: fixed;
bottom: 0px;
width: 100%;
user-select: none;
transition: all .3s ease-in-out;
}
div.arrows {
position: absolute;
bottom: 10px;
right: 10px;
color: #ffffff;
}
div.progress-bar {
position: absolute;
display: block;
top: -5px;
width: 0%;
height: 5px;
background-color: var(--accent);
transition: all .4s ease-in-out;
}
/* -- 2.5 Tooltip -- */
/* Tooltip container */
.tooltip {
position: relative;
display: inline-block;
/* If you want dots under the hoverable text */
border-bottom: dotted var(--secondary) 1pt;
cursor: pointer;
}
/* Tooltip text */
.tooltip .tooltip-text {
visibility: hidden;
width: auto;
background-color: var(--background);
color: var(--secondary);
box-shadow: #0000004a 0 0 20px;
text-align: center;
padding: 5px 15px;
border-radius: 10px;
/* Position the tooltip text */
position: absolute;
z-index: 1;
left: 50%;
transform: translateX(-50%);
/* Fade in tooltip */
opacity: 0;
transition: all 0.2s ease-in-out;
}
.tooltip-text.top {
bottom: 130%;
}
.tooltip-text.bottom {
top: 100%;
}
/* Tooltip arrow */
.tooltip .tooltip-text::after {
content: "";
position: absolute;
left: 50%;
margin-left: -10px;
border-width: 10px;
border-style: solid;
border-color: transparent transparent var(--background) transparent;
}
.tooltip-text.tooltip-text.top::after {
top: 98%;
}
.tooltip-text.tooltip-text.bottom::after {
bottom: 98%;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltip-text {
visibility: visible;
opacity: 1;
}
.tooltip:hover .tooltip-text.top {
transform: translate(-50%, -10px);
}
.tooltip:hover .tooltip-text.bottom {
transform: translate(-50%, 10px);
}
/* -- 2.6 Loaders -- */
.loader, .loader:after {
border-radius: 50%;
width: 10em;
height: 10em;
}
.loader {
margin: 4px;
text-indent: 0em;
border-top: 1.75em solid #00000015;
border-right: 1.75em solid #00000015;
border-bottom: 1.75em solid #00000015;
transform: translateZ(0);
animation: load 1.1s infinite linear;
animation-play-state: paused;
visibility: hidden;
}
@keyframes load {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
/* Plot loader */
.loader.plot {
position: absolute;
top: 4px;
left: 4px;
font-size: 2px;
border-left: 1.75em solid #00000090;
}
/* General loader */
.loader.general {
top: 6pt;
left: 2pt;
font-size: 3px;
border-left: 1.75em solid #00000090;
visibility: visible;
animation-play-state: running;
}
/* Loading container */
div.loading-container {
position: absolute;
width: 100%;
top: 42%;
display: grid;
place-items: center;
}
/* -- 2.7 Input box -- */
div.input-container {
display: grid;
place-items: center;
margin-top: 10px;
font-family: 'Roboto-Mono', monospace;
font-size: 10pt;
font-weight: 600;
}
input.input-box {
min-width: 10px;
width: 40px;
margin-left: -2px;
margin-right: 5px;
background-color: #00000000;
outline: none;
border-width: 0;
border-bottom: #00000050 solid 2px;
color: var(--secondary);
text-align: center;
font-family: 'Roboto-Mono', monospace;
font-weight: 600;
font-size: 10pt;
caret-color: #8d8d8d;
transition: all .3 ease-in-out;
}
input.input-box:active {
border-color: #B01A00;
}
input.input-box:hover {
border-color: #d43417;
}
/* Hides arrows of input box */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number] {
-moz-appearance: textfield;
} | 0.371707 | 0.06078 |
.content {
width: fit-content;
margin: auto;
display: flex;
flex-direction: column;
justify-content: center;
padding-top: 80px;
}
.navbar {
display: flex;
max-width: 920px;
justify-content: space-between;
align-items: center;
}
button {
cursor: pointer;
}
.heading {
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 170%;
letter-spacing: 1.2px;
text-transform: uppercase;
text-align: left;
color: #111b20;
}
.reportIcon {
margin-right: 0;
}
.container {
width: 920px;
min-height: 314px;
background: #ffffff;
box-shadow: 0px 16px 23px -15px rgba(0, 0, 0, 0.1);
border-radius: 8px;
padding-left: 90px;
padding-top: 15px;
padding-bottom: 40px;
margin-bottom: 150px;
}
.questions {
font-family: Open Sans;
font-style: normal;
font-weight: 550;
font-size: 20px;
line-height: 170%;
max-width: 750px;
color: #333434;
}
.options {
width: fit-content;
margin: auto;
}
.optionBox {
display: flex;
flex-wrap: wrap;
}
.optionBox p {
word-break: break-word;
}
.radio {
font-family: Open Sans;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 150%;
text-align: center;
letter-spacing: 0.2px;
color: #1e90ff;
}
.activeRadio {
width: 350px;
height: 56px;
background: #e6f1ff;
border: 2px solid #1e90ff;
box-sizing: border-box;
box-shadow: 0px 12px 12px -10px rgba(30, 144, 255, 0.24);
border-radius: 8px;
}
.buttons {
font-family: Open Sans;
position: fixed;
width: 100vw;
height: 104px;
bottom: 0;
left: 0;
background: rgba(255, 255, 255, 0.88);
backdrop-filter: blur(37px);
display: flex;
justify-content: center;
align-items: center;
}
.buttons > button:first-child {
width: 204px;
height: 56px;
background: #ffffff;
border: 2px solid #1e90ff;
box-sizing: border-box;
box-shadow: 0px 8px 16px -10px rgba(30, 144, 255, 0.4);
border-radius: 8px;
margin-right: 48px;
font-family: Open Sans;
font-style: normal;
font-weight: bold;
font-size: 18px;
cursor: pointer;
color: #1e90ff;
}
button:disabled,
button[disabled] {
border: 2px solid #999999;
color: #666666;
}
.buttons > button:last-child {
width: 204px;
height: 56px;
/* margin-left: 48px; */
background: linear-gradient(239.11deg, #1e90ff -4.11%, #2b75cd 88.83%);
box-shadow: 0px 12px 16px -10px rgba(30, 144, 255, 0.6);
border-radius: 10px;
font-family: Open Sans;
font-style: normal;
font-weight: bold;
font-size: 18px;
/* identical to box height, or 31px */
cursor: pointer;
color: #ffffff;
}
.popupButtons {
display: flex;
justify-content: center;
font-family: Open Sans;
padding: 30px;
}
.popupButtons > button:first-child {
width: 180px;
height: 56px;
background: #ffffff;
border: 2px solid #1e90ff;
box-sizing: border-box;
box-shadow: 0px 8px 16px -10px rgba(30, 144, 255, 0.4);
border-radius: 8px;
order: none;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 170%;
/* or 31px */
text-align: center;
color: #1e90ff;
}
.popupButtons > button:last-child {
width: 180px;
height: 56px;
/* Linear */
background: linear-gradient(239.11deg, #1e90ff -4.11%, #2b75cd 88.83%);
box-shadow: 0px 12px 16px -10px rgba(30, 144, 255, 0.6);
border-radius: 8px;
border: none;
margin-left: 24px;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 170%;
/* or 31px */
text-align: center;
color: #ffffff;
}
@media only screen and (max-width: 800px) {
.optionBox {
display: flex;
flex-direction: column;
}
.container {
width: 600px;
padding-left: 25px;
padding-right: 25px;
}
.buttons {
padding: 20px;
}
.buttons > button:last-child {
margin-left: 10px;
}
}
@media only screen and (max-width: 400px) {
.container {
width: 300px;
padding-left: 20px;
padding-right: 20px;
}
} | client/web/src/Structure/Questions/Styles/MCQType.module.css | .content {
width: fit-content;
margin: auto;
display: flex;
flex-direction: column;
justify-content: center;
padding-top: 80px;
}
.navbar {
display: flex;
max-width: 920px;
justify-content: space-between;
align-items: center;
}
button {
cursor: pointer;
}
.heading {
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 170%;
letter-spacing: 1.2px;
text-transform: uppercase;
text-align: left;
color: #111b20;
}
.reportIcon {
margin-right: 0;
}
.container {
width: 920px;
min-height: 314px;
background: #ffffff;
box-shadow: 0px 16px 23px -15px rgba(0, 0, 0, 0.1);
border-radius: 8px;
padding-left: 90px;
padding-top: 15px;
padding-bottom: 40px;
margin-bottom: 150px;
}
.questions {
font-family: Open Sans;
font-style: normal;
font-weight: 550;
font-size: 20px;
line-height: 170%;
max-width: 750px;
color: #333434;
}
.options {
width: fit-content;
margin: auto;
}
.optionBox {
display: flex;
flex-wrap: wrap;
}
.optionBox p {
word-break: break-word;
}
.radio {
font-family: Open Sans;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 150%;
text-align: center;
letter-spacing: 0.2px;
color: #1e90ff;
}
.activeRadio {
width: 350px;
height: 56px;
background: #e6f1ff;
border: 2px solid #1e90ff;
box-sizing: border-box;
box-shadow: 0px 12px 12px -10px rgba(30, 144, 255, 0.24);
border-radius: 8px;
}
.buttons {
font-family: Open Sans;
position: fixed;
width: 100vw;
height: 104px;
bottom: 0;
left: 0;
background: rgba(255, 255, 255, 0.88);
backdrop-filter: blur(37px);
display: flex;
justify-content: center;
align-items: center;
}
.buttons > button:first-child {
width: 204px;
height: 56px;
background: #ffffff;
border: 2px solid #1e90ff;
box-sizing: border-box;
box-shadow: 0px 8px 16px -10px rgba(30, 144, 255, 0.4);
border-radius: 8px;
margin-right: 48px;
font-family: Open Sans;
font-style: normal;
font-weight: bold;
font-size: 18px;
cursor: pointer;
color: #1e90ff;
}
button:disabled,
button[disabled] {
border: 2px solid #999999;
color: #666666;
}
.buttons > button:last-child {
width: 204px;
height: 56px;
/* margin-left: 48px; */
background: linear-gradient(239.11deg, #1e90ff -4.11%, #2b75cd 88.83%);
box-shadow: 0px 12px 16px -10px rgba(30, 144, 255, 0.6);
border-radius: 10px;
font-family: Open Sans;
font-style: normal;
font-weight: bold;
font-size: 18px;
/* identical to box height, or 31px */
cursor: pointer;
color: #ffffff;
}
.popupButtons {
display: flex;
justify-content: center;
font-family: Open Sans;
padding: 30px;
}
.popupButtons > button:first-child {
width: 180px;
height: 56px;
background: #ffffff;
border: 2px solid #1e90ff;
box-sizing: border-box;
box-shadow: 0px 8px 16px -10px rgba(30, 144, 255, 0.4);
border-radius: 8px;
order: none;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 170%;
/* or 31px */
text-align: center;
color: #1e90ff;
}
.popupButtons > button:last-child {
width: 180px;
height: 56px;
/* Linear */
background: linear-gradient(239.11deg, #1e90ff -4.11%, #2b75cd 88.83%);
box-shadow: 0px 12px 16px -10px rgba(30, 144, 255, 0.6);
border-radius: 8px;
border: none;
margin-left: 24px;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 170%;
/* or 31px */
text-align: center;
color: #ffffff;
}
@media only screen and (max-width: 800px) {
.optionBox {
display: flex;
flex-direction: column;
}
.container {
width: 600px;
padding-left: 25px;
padding-right: 25px;
}
.buttons {
padding: 20px;
}
.buttons > button:last-child {
margin-left: 10px;
}
}
@media only screen and (max-width: 400px) {
.container {
width: 300px;
padding-left: 20px;
padding-right: 20px;
}
} | 0.407569 | 0.093017 |
.dnnForm.NarrowFeedbackForm
{
min-width:10px;
}
/* For DNN 6 */
.dnnForm.FeedbackForm .dnnFormItem .dnnTooltip, .dnnForm.FeedbackForm .dnnFormItem.Feedback_CharCount LABEL
{
width:15%;
margin-right: 2px;
}
/* For DNN 7 */
.dnnForm.FeedbackForm .dnnFormItem .dnnLabel
{
width:15%;
padding:0;
margin-right: 2px;
}
/* For DNN 6 & 7*/
.dnnForm.NarrowFeedbackForm .dnnFormItem LABEL,.dnnForm.NarrowFeedbackForm .dnnFormItem .dnnLabel
{
Float:none;
Text-Align:left;
Width:Auto;
display: block;
}
.dnnForm.FeedbackForm .CaptchaTextBox, .dnnForm.NarrowFeedbackForm .CaptchaTextBox {
margin-bottom: 3px;
}
.dnnForm.NarrowFeedbackForm .CaptchaTextBox {
display: block;
}
.dnnForm.FeedbackForm .dnnFormItem INPUT,
.dnnForm.FeedbackForm .dnnFormItem TEXTAREA,
.dnnForm.FeedbackForm .dnnFormItem SELECT
{
width:60%;
}
.dnnForm.NarrowFeedbackForm .dnnFormItem INPUT,
.dnnForm.NarrowFeedbackForm .dnnFormItem TEXTAREA,
.dnnForm.NarrowFeedbackForm .dnnFormItem SELECT
{
width:80%;
}
.dnnForm.FeedbackForm .dnnFormItem INPUT[type=checkbox],
.dnnForm.NarrowFeedbackForm .dnnFormItem INPUT[type=checkbox]
{
width:auto;
}
.dnnForm.FeedbackForm .dnnFormItem SPAN.dnnFormError.dnnFormMessage
{
left:auto
}
.FeedbackLists.dnnForm .fbListType .dnnTooltip
{
width:auto;
}
table.Feedback_Moderation
{
width: 100%;
border: none 0 black;
}
td.Feedback_Moderation_Grid
{
vertical-align:top;
width:100%
}
table.Feedback_Comments
{
width: 100%;
border: none 0 black;
}
.Feedback_Lists img {
border-width:0;
}
div.FeedbackForm a>img {display:none}
.dnnForm.FeedbackForm .dnnFormItem .RadCaptcha LABEL,
.dnnForm.NarrowFeedbackForm .dnnFormItem .RadCaptcha LABEL
{
width: inherit;
float: left;
}
.dnnForm.FeedbackForm .dnnFormItem .divCaptcha,
.dnnForm.FeedbackForm .dnnFormItem .divCaptcha
{
float:left;
}
.dnnForm.FeedbackForm .dnnFormItem .RadCaptcha.RadCaptcha_Default
{
width: 80%;
}
.dnnForm.FeedbackSettings .NumberBox {
min-width:1px;
}
.dnnForm.FeedbackLists .Listcolumn {
min-width:30px;
}
.dnnForm .dnnFormItem.Feedback_CharCount {
padding-top:0;
line-height:1;
}
.dnnForm .dnnFormItem.Feedback_CharCount label {
margin-top: 0;
} | module.css | .dnnForm.NarrowFeedbackForm
{
min-width:10px;
}
/* For DNN 6 */
.dnnForm.FeedbackForm .dnnFormItem .dnnTooltip, .dnnForm.FeedbackForm .dnnFormItem.Feedback_CharCount LABEL
{
width:15%;
margin-right: 2px;
}
/* For DNN 7 */
.dnnForm.FeedbackForm .dnnFormItem .dnnLabel
{
width:15%;
padding:0;
margin-right: 2px;
}
/* For DNN 6 & 7*/
.dnnForm.NarrowFeedbackForm .dnnFormItem LABEL,.dnnForm.NarrowFeedbackForm .dnnFormItem .dnnLabel
{
Float:none;
Text-Align:left;
Width:Auto;
display: block;
}
.dnnForm.FeedbackForm .CaptchaTextBox, .dnnForm.NarrowFeedbackForm .CaptchaTextBox {
margin-bottom: 3px;
}
.dnnForm.NarrowFeedbackForm .CaptchaTextBox {
display: block;
}
.dnnForm.FeedbackForm .dnnFormItem INPUT,
.dnnForm.FeedbackForm .dnnFormItem TEXTAREA,
.dnnForm.FeedbackForm .dnnFormItem SELECT
{
width:60%;
}
.dnnForm.NarrowFeedbackForm .dnnFormItem INPUT,
.dnnForm.NarrowFeedbackForm .dnnFormItem TEXTAREA,
.dnnForm.NarrowFeedbackForm .dnnFormItem SELECT
{
width:80%;
}
.dnnForm.FeedbackForm .dnnFormItem INPUT[type=checkbox],
.dnnForm.NarrowFeedbackForm .dnnFormItem INPUT[type=checkbox]
{
width:auto;
}
.dnnForm.FeedbackForm .dnnFormItem SPAN.dnnFormError.dnnFormMessage
{
left:auto
}
.FeedbackLists.dnnForm .fbListType .dnnTooltip
{
width:auto;
}
table.Feedback_Moderation
{
width: 100%;
border: none 0 black;
}
td.Feedback_Moderation_Grid
{
vertical-align:top;
width:100%
}
table.Feedback_Comments
{
width: 100%;
border: none 0 black;
}
.Feedback_Lists img {
border-width:0;
}
div.FeedbackForm a>img {display:none}
.dnnForm.FeedbackForm .dnnFormItem .RadCaptcha LABEL,
.dnnForm.NarrowFeedbackForm .dnnFormItem .RadCaptcha LABEL
{
width: inherit;
float: left;
}
.dnnForm.FeedbackForm .dnnFormItem .divCaptcha,
.dnnForm.FeedbackForm .dnnFormItem .divCaptcha
{
float:left;
}
.dnnForm.FeedbackForm .dnnFormItem .RadCaptcha.RadCaptcha_Default
{
width: 80%;
}
.dnnForm.FeedbackSettings .NumberBox {
min-width:1px;
}
.dnnForm.FeedbackLists .Listcolumn {
min-width:30px;
}
.dnnForm .dnnFormItem.Feedback_CharCount {
padding-top:0;
line-height:1;
}
.dnnForm .dnnFormItem.Feedback_CharCount label {
margin-top: 0;
} | 0.396068 | 0.03498 |
* {
font-size: 10pt;
font-family: "Noto Sans";
font-weight: 450;
outline: none;
}
QWidget {
color: {color:font};
background: {color:bg};
border-radius: 0px;
}
QWidget:disabled {
color: {color:font-disabled};
}
QLabel {
background: transparent;
}
/* Inputs */
QAbstractSpinBox, QLineEdit, QPlainTextEdit, QTextEdit {
border: 1px solid {color:border};
border-radius: 0.3em;
background: {color:bg-inputs};
padding: 0.1em;
}
QAbstractSpinBox:disabled, QLineEdit:disabled, QPlainTextEdit:disabled, QTextEdit:disabled {
background: {color:bg-inputs-disabled};
}
QAbstractSpinBox:hover, QLineEdit:hover, QPlainTextEdit:hover, QTextEdit:hover{
border-color: {color:border-hover};
}
QAbstractSpinBox:focus, QLineEdit:focus, QPlainTextEdit:focus, QTextEdit:focus{
border-color: {color:border-focus};
}
QAbstractSpinBox:up-button {
margin: 0px;
background-color: transparent;
subcontrol-origin: border;
subcontrol-position: top right;
border-top-right-radius: 0.3em;
border-top: 0px solid transparent;
border-right: 0px solid transparent;
border-left: 1px solid {color:border};
border-bottom: 1px solid {color:border};
}
QAbstractSpinBox:down-button {
margin: 0px;
background-color: transparent;
subcontrol-origin: border;
subcontrol-position: bottom right;
border-bottom-right-radius: 0.3em;
border-bottom: 0px solid transparent;
border-right: 0px solid transparent;
border-left: 1px solid {color:border};
border-top: 1px solid {color:border};
}
QAbstractSpinBox:up-button:focus, QAbstractSpinBox:down-button:focus {
border-color: {color:border-focus};
}
QAbstractSpinBox::up-arrow, QAbstractSpinBox::up-arrow:off {
image: url(:/openpype/images/up_arrow.png);
width: 0.5em;
height: 1em;
border-width: 1px;
}
QAbstractSpinBox::up-arrow:hover {
image: url(:/openpype/images/up_arrow_on.png);
bottom: 1;
}
QAbstractSpinBox::up-arrow:disabled {
image: url(:/openpype/images/up_arrow_disabled.png);
}
QAbstractSpinBox::up-arrow:pressed {
image: url(:/openpype/images/up_arrow_on.png);
bottom: 0;
}
QAbstractSpinBox::down-arrow, QAbstractSpinBox::down-arrow:off {
image: url(:/openpype/images/down_arrow.png);
width: 0.5em;
height: 1em;
border-width: 1px;
}
QAbstractSpinBox::down-arrow:hover {
image: url(:/openpype/images/down_arrow_on.png);
bottom: 1;
}
QAbstractSpinBox::down-arrow:disabled {
image: url(:/openpype/images/down_arrow_disabled.png);
}
QAbstractSpinBox::down-arrow:hover:pressed {
image: url(:/openpype/images/down_arrow_on.png);
bottom: 0;
}
/* Buttons */
QPushButton {
text-align:center center;
border: 0px solid transparent;
border-radius: 0.2em;
padding: 3px 5px 3px 5px;
background: {color:bg-buttons};
}
QPushButton:hover {
background: {color:bg-button-hover};
color: {color:font-hover};
}
QPushButton:pressed {}
QPushButton:disabled {
background: {color:bg-buttons-disabled};
}
QPushButton::menu-indicator {
subcontrol-origin: padding;
subcontrol-position: right;
width: 8px;
height: 8px;
padding-right: 5px;
}
QToolButton {
border: 0px solid transparent;
background: {color:bg-buttons};
border-radius: 0.2em;
padding: 2px;
}
QToolButton:hover {
background: {color:bg-button-hover};
color: {color:font-hover};
}
QToolButton:disabled {
background: {color:bg-buttons-disabled};
}
QToolButton[popupMode="1"], QToolButton[popupMode="MenuButtonPopup"] {
/* make way for the popup button */
padding-right: 20px;
}
QToolButton::menu-button {
width: 16px;
background: transparent;
border: 1px solid transparent;
border-left: 1px solid qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 transparent, stop:0.2 {color:font}, stop:0.8 {color:font}, stop: 1 transparent);
padding: 3px 0px 3px 0px;
border-radius: 0;
}
QToolButton::menu-arrow {
/* Offset arrow a little bit to center. */
left: 1px; top: 1px;
}
QToolButton::menu-arrow:open {
/* Don't offset arrow on open. */
left: 0px; top: 0px;
}
/* QMenu */
QMenu {
border: 1px solid #555555;
background: {color:bg-inputs};
}
QMenu::icon {
padding-left: 7px;
}
QMenu::item {
padding: 6px 25px 6px 10px;
}
QMenu::item:selected {
background: {color:bg-view-hover};
}
QMenu::item:selected:hover {
background: {color:bg-view-hover};
}
QMenu::right-arrow {
min-width: 10px;
}
QMenu::separator {
background: {color:bg-menu-separator};
height: 2px;
margin-right: 5px;
}
/* Combobox */
QComboBox {
border: 1px solid {color:border};
border-radius: 3px;
padding: 1px 3px 1px 3px;
background: {color:bg-inputs};
}
QComboBox:hover {
border-color: {color:border-hover};
}
QComboBox:disabled {
background: {color:bg-inputs-disabled};
}
/* QComboBox must have explicitly set Styled delegate! */
QComboBox QAbstractItemView {
border: 1px solid {color:border};
background: {color:bg-inputs};
}
QComboBox QAbstractItemView::item:selected {
background: {color:bg-view-hover};
color: {color:font};
padding-left: 0px;
}
QComboBox QAbstractItemView::item:selected:hover {
background: {color:bg-view-hover};
}
QComboBox::drop-down {
subcontrol-origin: padding;
subcontrol-position: center right;
width: 15px;
border-style: none;
border-left-style: solid;
border-left-color: {color:border};
border-left-width: 1px;
}
QComboBox::down-arrow, QComboBox::down-arrow:on, QComboBox::down-arrow:hover, QComboBox::down-arrow:focus
{
image: url(:/openpype/images/combobox_arrow.png);
}
/* Splitter */
QSplitter::handle {
border: 3px solid transparent;
}
QSplitter::handle:horizontal, QSplitter::handle:vertical, QSplitter::handle:horizontal:hover, QSplitter::handle:vertical:hover {
/* must be single like because of Nuke*/
background: transparent;
}
/* SLider */
QSlider::groove {
border: 1px solid #464b54;
border-radius: 0.3em;
background: {color:bg-inputs};
}
QSlider::groove:horizontal {
height: 8px;
}
QSlider::groove:vertical {
width: 8px;
}
QSlider::groove:hover {
border-color: {color:border-hover};
}
QSlider::groove:disabled {
background: {color:bg-inputs-disabled};
}
QSlider::groove:focus {
border-color: {color:border-focus};
}
QSlider::handle {
/* must be single like because of Nuke*/
background: qlineargradient(x1: 0, y1: 0.5, x2: 1, y2: 0.5,stop: 0 {palette:blue-base},stop: 1 {palette:green-base});
border: 1px solid #5c5c5c;
width: 10px;
height: 10px;
border-radius: 5px;
}
QSlider::handle:horizontal {
margin: -2px 0;
}
QSlider::handle:vertical {
margin: 0 -2px;
}
QSlider::handle:disabled {
/* must be single like because of Nuke*/
background: qlineargradient(x1:0, y1:0,x2:1, y2:1,stop:0 {color:bg-buttons},stop:1 {color:bg-buttons-disabled});
}
/* Tab widget*/
QTabWidget::pane {
border-top-style: none;
}
/* move to the right to not mess with borders of widget underneath */
QTabWidget::tab-bar {
alignment: left;
}
QTabBar::tab {
border-top: 1px solid {color:border};
border-left: 1px solid {color:border};
border-right: 1px solid {color:border};
padding: 5px;
background: {color:tab-widget:bg};
color: {color:tab-widget:color};
}
QTabBar::tab:selected {
border-left-color: {color:tab-widget:bg-selected};
border-right-color: {color:tab-widget:bg-selected};
border-top-color: {color:border-focus};
background: {color:tab-widget:bg-selected};
color: {color:tab-widget:color-selected};
}
QTabBar::tab:!selected {}
QTabBar::tab:!selected:hover {
background: {color:tab-widget:bg-hover};
color: {color:tab-widget:color-hover};
}
QTabBar::tab:first {}
QTabBar::tab:first:selected {}
QTabBar::tab:last:!selected {
border-right: 1px solid {color:border};
}
QTabBar::tab:last:selected {}
QTabBar::tab:only-one {}
QHeaderView {
border: 0px solid {color:border};
border-radius: 0px;
margin: 0px;
padding: 0px;
}
QHeaderView::section {
background: {color:bg-view-header};
padding: 4px;
border-right: 1px solid {color:bg-view};
border-radius: 0px;
text-align: center;
color: {color:font};
font-weight: bold;
}
QHeaderView::section:first {
border-left: none;
}
QHeaderView::section:last {
border-right: none;
}
QHeaderView::section:only-one {
border-left: none;
border-right: none;
}
QHeaderView::down-arrow {
image: url(:/openpype/images/down_arrow.png);
}
QHeaderView::up-arrow {
image: url(:/openpype/images/up_arrow.png);
}
/* Checkboxes */
QCheckBox {
background: transparent;
}
QCheckBox::indicator {
width: 16px;
height: 16px;
}
QAbstractItemView::indicator:checked, QCheckBox::indicator:checked {
image: url(:/openpype/images/checkbox_checked.png);
}
QAbstractItemView::indicator:checked:focus, QCheckBox::indicator:checked:focus {
image: url(:/openpype/images/checkbox_checked_focus.png);
}
QAbstractItemView::indicator:checked:hover, QAbstractItemView::indicator:checked:pressed, QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:pressed {
image: url(:/openpype/images/checkbox_checked_hover.png);
}
QAbstractItemView::indicator:checked:disabled, QCheckBox::indicator:checked:disabled {
image: url(:/openpype/images/checkbox_checked_disabled.png);
}
QAbstractItemView::indicator:unchecked, QCheckBox::indicator:unchecked {
image: url(:/openpype/images/checkbox_unchecked.png);
}
QAbstractItemView::indicator:unchecked:focus, QCheckBox::indicator:unchecked:focus {
image: url(:/openpype/images/checkbox_unchecked_focus.png);
}
QAbstractItemView::indicator:unchecked:hover, QAbstractItemView::indicator:unchecked:pressed, QCheckBox::indicator:unchecked:hover, QCheckBox::indicator:unchecked:pressed {
image: url(:/openpype/images/checkbox_unchecked_hover.png);
}
QAbstractItemView::indicator:unchecked:disabled, QCheckBox::indicator:unchecked:disabled {
image: url(:/openpype/images/checkbox_unchecked_disabled.png);
}
QAbstractItemView::indicator:indeterminate, QCheckBox::indicator:indeterminate {
image: url(:/openpype/images/checkbox_indeterminate.png);
}
QAbstractItemView::indicator:indeterminate:focus, QCheckBox::indicator:indeterminate:focus {
image: url(:/openpype/images/checkbox_indeterminate_focus.png);
}
QAbstractItemView::indicator:indeterminate:hover, QAbstractItemView::indicator:indeterminate:pressed, QCheckBox::indicator:indeterminate:hover, QCheckBox::indicator:indeterminate:pressed {
image: url(:/openpype/images/checkbox_indeterminate_hover.png);
}
QAbstractItemView::indicator:indeterminate:disabled, QCheckBox::indicator:indeterminate:disabled {
image: url(:/openpype/images/checkbox_indeterminate_disabled.png);
}
/* Views QListView QTreeView QTableView */
QAbstractItemView {
border: 0px solid {color:border};
border-radius: 0px;
background: {color:bg-view};
alternate-background-color: {color:bg-view-alternate};
/* Mac shows selection color on branches. */
selection-background-color: transparent;
}
QAbstractItemView::item {
/* `border: none` hide outline of selected item. */
border: none;
}
QAbstractItemView:disabled{
background: {color:bg-view-disabled};
alternate-background-color: {color:bg-view-alternate-disabled};
border: 1px solid {color:border};
}
QAbstractItemView::item:hover {
/* color: {color:bg-view-hover}; */
background: {color:bg-view-hover};
}
QAbstractItemView::item:selected {
background: {color:bg-view-selection};
color: {color:font-view-selection};
}
QAbstractItemView::item:selected:active {
color: {color:font-view-selection};
}
/* Same as selected but give ability to easy change it */
QAbstractItemView::item:selected:!active {
background: {color:bg-view-selection};
color: {color:font-view-selection};
}
QAbstractItemView::item:selected:hover {
background: {color:bg-view-selection-hover};
}
/* Row colors (alternate colors) are from left - right */
QAbstractItemView:branch {
background: transparent;
}
QAbstractItemView::branch:open:has-children:!has-siblings,
QAbstractItemView::branch:open:has-children:has-siblings {
border-image: none;
image: url(:/openpype/images/branch_open.png);
background: transparent;
}
QAbstractItemView::branch:open:has-children:!has-siblings:hover,
QAbstractItemView::branch:open:has-children:has-siblings:hover {
border-image: none;
image: url(:/openpype/images/branch_open_on.png);
background: transparent;
}
QAbstractItemView::branch:has-children:!has-siblings:closed,
QAbstractItemView::branch:closed:has-children:has-siblings {
border-image: none;
image: url(:/openpype/images/branch_closed.png);
background: transparent;
}
QAbstractItemView::branch:has-children:!has-siblings:closed:hover,
QAbstractItemView::branch:closed:has-children:has-siblings:hover {
border-image: none;
image: url(:/openpype/images/branch_closed_on.png);
background: transparent;
}
QAbstractItemView::branch:has-siblings:!adjoins-item {
border-image: none;
image: url(:/openpype/images/transparent.png);
background: transparent;
}
QAbstractItemView::branch:has-siblings:adjoins-item {
border-image: none;
image: url(:/openpype/images/transparent.png);
background: transparent;
}
QAbstractItemView::branch:!has-children:!has-siblings:adjoins-item {
border-image: none;
image: url(:/openpype/images/transparent.png);
background: transparent;
}
CompleterView {
border: 1px solid #555555;
background: {color:bg-inputs};
}
CompleterView::item:selected {
background: {color:bg-view-hover};
}
CompleterView::item:selected:hover {
background: {color:bg-view-hover};
}
CompleterView::right-arrow {
min-width: 10px;
}
CompleterView::separator {
background: {color:bg-menu-separator};
height: 2px;
margin-right: 5px;
}
/* Progress bar */
QProgressBar {
border: 1px solid {color:border};
font-weight: bold;
text-align: center;
}
QProgressBar:horizontal {
height: 20px;
}
QProgressBar:vertical {
width: 20px;
}
QProgressBar::chunk {
/* must be single like because of Nuke*/
background: qlineargradient(x1: 0, y1: 0.5,x2: 1, y2: 0.5,stop: 0 {palette:blue-base},stop: 1 {palette:green-base});
}
/* Scroll bars */
QScrollBar {
background: {color:bg-inputs};
border-radius: 4px;
border: 1px transparent {color:bg-inputs};
}
QScrollBar:horizontal {
height: 15px;
margin: 3px 3px 3px 6px;
}
QScrollBar:vertical {
width: 15px;
margin: 6px 3px 3px 3px;
}
QScrollBar::handle {
background: {color:bg-scroll-handle};
border-radius: 4px;
}
QScrollBar::handle:horizontal {
min-width: 5px;
}
QScrollBar::handle:vertical {
min-height: 5px;
}
QScrollBar::add-line:horizontal {
margin: 0px 3px 0px 3px;
width: 0px;
height: 0px;
subcontrol-position: right;
subcontrol-origin: margin;
}
QScrollBar::sub-line:horizontal {
margin: 0px 3px 0px 3px;
height: 0px;
width: 0px;
subcontrol-position: left;
subcontrol-origin: margin;
}
QScrollBar::add-line:horizontal:hover,QScrollBar::add-line:horizontal:on {
height: 0px;
width: 0px;
subcontrol-position: right;
subcontrol-origin: margin;
}
QScrollBar::sub-line:horizontal:hover, QScrollBar::sub-line:horizontal:on {
height: 0px;
width: 0px;
subcontrol-position: left;
subcontrol-origin: margin;
}
QScrollBar::up-arrow:horizontal, QScrollBar::down-arrow:horizontal {
background: none;
}
QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal {
background: none;
}
QScrollBar::sub-line:vertical {
margin: 3px 0px 3px 0px;
height: 0px;
width: 0px;
subcontrol-position: top;
subcontrol-origin: margin;
}
QScrollBar::add-line:vertical {
margin: 3px 0px 3px 0px;
height: 0px;
width: 0px;
subcontrol-position: bottom;
subcontrol-origin: margin;
}
QScrollBar::sub-line:vertical:hover,QScrollBar::sub-line:vertical:on {
subcontrol-position: top;
subcontrol-origin: margin;
}
QScrollBar::add-line:vertical:hover, QScrollBar::add-line:vertical:on {
subcontrol-position: bottom;
subcontrol-origin: margin;
}
QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical {
background: none;
}
QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
background: none;
}
/* Password dialog*/
#PasswordBtn {
border: none;
padding:0.1em;
background: transparent;
}
#PasswordBtn:hover {
background: {color:bg-buttons};
}
#RememberCheckbox {
spacing: 0.5em;
}
/* Project Manager stylesheets */
#HierarchyView::item {
padding-top: 3px;
padding-bottom: 3px;
padding-right: 3px;
}
#InfoText {
padding-left: 30px;
padding-top: 20px;
background: transparent;
border: 1px solid {color:border};
}
#TypeEditor, #ToolEditor, #NameEditor, #NumberEditor {
background: transparent;
border-radius: 0.3em;
}
#TypeEditor:focus, #ToolEditor:focus, #NameEditor:focus, #NumberEditor:focus {
background: {color:bg-inputs};
}
#CompleterView {
border: 1px solid {color:border};
background: {color:bg-inputs};
}
#CompleterView::item {
background: {color:bg-view-hover};
color: {color:font};
padding-left: 0px;
}
#CompleterView::item:hover {
background: {color:bg-view-hover};
}
#DeleteButton {
background: {color:delete-btn-bg};
}
#DeleteButton:disabled {
background: {color:delete-btn-bg-disabled};
}
/* Launcher specific stylesheets */
#IconView[mode="icon"] {
/* font size can't be set on items */
font-size: 9pt;
border: 0px;
padding: 0px;
margin: 0px;
}
#IconView[mode="icon"]::item {
margin-top: 6px;
border: 0px;
}
#IconView[mode="icon"]::item:hover {
background: rgba(0, 0, 0, 0);
color: {color:font-hover};
}
#IconView[mode="icon"]::icon {
top: 3px;
}
/* Standalone publisher */
#ComponentItem {
background: transparent;
}
#ComponentFrame {
border: 1px solid {color:border};
border-radius: 0.1em;
}
/* Subset Manager */
#SubsetManagerDetailsText {}
#SubsetManagerDetailsText[state="invalid"] {
border: 1px solid #ff0000;
}
/* Creator */
#CreatorsView::item {
padding: 1px 5px;
}
#CreatorFamilyLabel {
font-size: 10pt;
font-weight: bold;
}
/* Scene Inventory */
#ButtonWithMenu {
padding-right: 16px;
border: 1px solid #4A4949;
border-radius: 2px;
}
#ButtonWithMenu::menu-button {
border: 1px solid #4A4949;
width: 12px;
border-top-left-radius: 0px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 0px;
}
#ButtonWithMenu[state="1"], #ButtonWithMenu[state="1"]::menu-button, #ButtonWithMenu[state="1"]::menu-button:hover {
border-color: green;
}
/* Python console interpreter */
#PythonInterpreterOutput, #PythonCodeEditor {
font-family: "Noto Sans Mono";
border-radius: 0px;
}
#SubsetView::item, #RepresentationView:item {
padding: 5px 1px;
border: 0px;
}
#OptionalActionBody, #OptionalActionOption {
background: transparent;
}
#OptionalActionBody[state="hover"], #OptionalActionOption[state="hover"] {
background: {color:bg-view-hover};
}
/* New Create/Publish UI */
#PublishLogConsole {
font-family: "Noto Sans Mono";
}
#VariantInput[state="new"], #VariantInput[state="new"]:focus, #VariantInput[state="new"]:hover {
border-color: {color:publisher:success};
}
#VariantInput[state="invalid"], #VariantInput[state="invalid"]:focus, #VariantInput[state="invalid"]:hover {
border-color: {color:publisher:error};
}
#VariantInput[state="empty"], #VariantInput[state="empty"]:focus, #VariantInput[state="empty"]:hover {
border-color: {color:bg-inputs};
}
#VariantInput[state="exists"], #VariantInput[state="exists"]:focus, #VariantInput[state="exists"]:hover {
border-color: #4E76BB;
}
#MultipleItemView {
background: transparent;
border: none;
}
#MultipleItemView:item {
background: {color:bg-view-selection};
border-radius: 0.4em;
}
#InstanceListView::item {
border-radius: 0.3em;
margin: 1px;
}
#InstanceListGroupWidget {
border: none;
background: transparent;
}
#CardViewWidget {
background: {color:bg-buttons};
border-radius: 0.2em;
}
#CardViewWidget:hover {
background: {color:bg-button-hover};
}
#CardViewWidget[state="selected"] {
background: {color:bg-view-selection};
}
#ListViewSubsetName[state="invalid"] {
color: {color:publisher:error};
}
#PublishFrame {
background: rgba(0, 0, 0, 127);
}
#PublishFrame[state="1"] {
background: rgb(22, 25, 29);
}
#PublishFrame[state="2"] {
background: {color:bg};
}
#PublishInfoFrame {
background: {color:bg};
border: 2px solid black;
border-radius: 0.3em;
}
#PublishInfoFrame[state="-1"] {
background: rgb(194, 226, 236);
}
#PublishInfoFrame[state="0"] {
background: {color:publisher:error};
}
#PublishInfoFrame[state="1"] {
background: {color:publisher:success};
}
#PublishInfoFrame[state="2"] {
background: {color:publisher:warning};
}
#PublishInfoFrame QLabel {
color: black;
font-style: bold;
}
#PublishInfoMainLabel {
font-size: 12pt;
}
#PublishContextLabel {
font-size: 13pt;
}
#ValidationActionButton {
border-radius: 0.2em;
padding: 4px 6px 4px 6px;
background: {color:bg-buttons};
}
#ValidationActionButton:hover {
background: {color:bg-button-hover};
color: {color:font-hover};
}
#ValidationActionButton:disabled {
background: {color:bg-buttons-disabled};
}
#ValidationErrorTitleFrame {
background: {color:bg-inputs};
border-left: 4px solid transparent;
}
#ValidationErrorTitleFrame:hover {
border-left-color: {color:border};
}
#ValidationErrorTitleFrame[selected="1"] {
background: {color:bg};
border-left-color: {palette:blue-light};
}
#ValidationErrorInstanceList {
border-radius: 0;
}
#ValidationErrorInstanceList::item {
border-bottom: 1px solid {color:border};
border-left: 1px solid {color:border};
}
#TasksCombobox[state="invalid"], #AssetNameInput[state="invalid"] {
border-color: {color:publisher:error};
}
#PublishProgressBar[state="0"]::chunk {
background: {color:bg-buttons};
}
#PublishDetailViews {
background: transparent;
}
#PublishDetailViews::item {
margin: 1px 0px 1px 0px;
}
#PublishCommentInput {
padding: 0.2em;
}
#FamilyIconLabel {
font-size: 14pt;
}
#ArrowBtn, #ArrowBtn:disabled, #ArrowBtn:hover {
background: transparent;
}
/* Settings - NOT USED YET
- we need to define font family for settings UI */
#SettingsMainWidget {
background: #141a1f;
}
/* Change focus borders. */
#SettingsMainWidget QAbstractSpinBox:focus, #SettingsMainWidget QLineEdit:focus, #SettingsMainWidget QPlainTextEdit:focus, #SettingsMainWidget QTextEdit:focus {
border-color: {color:settings:focus-border};
}
/* Modify tab widget for settings */
#SettingsMainWidget QTabWidget::pane {
border-top-style: none;
}
#SettingsMainWidget QTabBar {
background: transparent;
}
#SettingsMainWidget QTabBar::tab {
border: none;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
padding: 5px;
}
#SettingsMainWidget QTabBar::tab:selected {
background: {color:bg};
border-color: #9B9B9B;
border-bottom-color: #C2C7CB;
}
#SettingsMainWidget QTabBar::tab:!selected {
margin-top: 2px;
background: #21252B;
}
#SettingsMainWidget QTabBar::tab:!selected:hover {
background: #333840;
}
#SettingsMainWidget QTabBar::tab:first:selected {
margin-left: 0;
}
#SettingsMainWidget QTabBar::tab:last:selected {
margin-right: 0;
}
#SettingsMainWidget QTabBar::tab:only-one {
margin: 0;
}
#SettingsToolIconBtn {
border: 0px solid #bfccd6;
background-color: transparent;
}
#SettingsToolBtn {
border: 1px solid #bfccd6;
border-radius: 10px;
background-color: transparent;
}
#SettingsToolBtn:hover {
border-color: #189aea;
color: {color:settings:modified-light};
background-color: transparent;
}
#SettingsToolBtn:disabled {
background-color: #464b54;
}
#ExpandToggleBtn {
background: transparent;
}
#SettingsLabel {
background: transparent;
color: {color:settings:label-fg};
}
#SettingsLabel:hover {color: {color:settings:label-fg-hover};}
#ExpandLabel {
font-weight: bold;
color: {color:settings:label-fg};
}
#ExpandLabel:hover {
color: {color:settings:label-fg-hover};
}
#ExpandLabel[state="studio"], #SettingsLabel[state="studio"] {
color: {color:settings:studio-light};
}
#ExpandLabel[state="studio"]:hover, #SettingsLabel[state="studio"]:hover {
color: {color:settings:studio-label-hover};
}
#ExpandLabel[state="modified"], #SettingsLabel[state="modified"] {
color: {color:settings:modified-mid};
}
#ExpandLabel[state="modified"]:hover, #SettingsLabel[state="modified"]:hover {
color: {color:settings:modified-light};
}
#ExpandLabel[state="overriden-modified"], #SettingsLabel[state="overriden-modified"] {
color: {color:settings:modified-mid};
}
#ExpandLabel[state="overriden-modified"]:hover, #SettingsLabel[state="overriden-modified"]:hover {
color: {color:settings:modified-light};
}
#ExpandLabel[state="overriden"], #SettingsLabel[state="overriden"] {
color: {color:settings:project-mid};
}
#ExpandLabel[state="overriden"]:hover, #SettingsLabel[state="overriden"]:hover {
color: {color:settings:project-light};
}
#ExpandLabel[state="invalid"], #SettingsLabel[state="invalid"] {
color:{color:settings:invalid-dark};
}
#ExpandLabel[state="invalid"]:hover, #SettingsLabel[state="invalid"]:hover {
color: {color:settings:invalid-dark};
}
/* TODO Replace these with explicit widget types if possible */
#SettingsMainWidget QWidget[input-state="modified"] {
border-color: {color:settings:modified-mid};
}
#SettingsMainWidget QWidget[input-state="overriden-modified"] {
border-color: {color:settings:modified-mid};
}
#SettingsMainWidget QWidget[input-state="overriden"] {
border-color: {color:settings:project-mid};
}
#SettingsMainWidget QWidget[input-state="invalid"] {
border-color: {color:settings:invalid-dark};
}
#GroupWidget {
border-bottom: 1px solid #21252B;
}
#ProjectListWidget QLabel {
background: transparent;
font-weight: bold;
}
#MultiSelectionComboBox {
font-size: 12px;
}
#DictKey[state="modified"] {border-color: {color:settings:modified-mid};}
#DictKey[state="invalid"] {border-color: {color:settings:invalid-dark};}
#ContentWidget {
background-color: transparent;
}
#ContentWidget[content_state="hightlighted"] {
background-color: {color:settings:content-hightlighted};
}
#SideLineWidget {
background-color: #333942;
border-style: solid;
border-color: #4e5254;
border-left-width: 3px;
border-bottom-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
}
#SideLineWidget:hover {
border-color: #7d8386;
}
#SideLineWidget[state="child-studio"] {border-color: {color:settings:studio-dark};}
#SideLineWidget[state="child-studio"]:hover {border-color: {color:settings:studio-light};}
#SideLineWidget[state="child-modified"] {border-color: {color:settings:modified-dark};}
#SideLineWidget[state="child-modified"]:hover {border-color: {color:settings:modified-mid};}
#SideLineWidget[state="child-invalid"] {border-color: {color:settings:invalid-dark};}
#SideLineWidget[state="child-invalid"]:hover {border-color: {color:settings:invalid-light};}
#SideLineWidget[state="child-overriden"] {border-color: {color:settings:project-dark};}
#SideLineWidget[state="child-overriden"]:hover {border-color: {color:settings:project-mid};}
#SideLineWidget[state="child-overriden-modified"] {border-color: {color:settings:modified-dark};}
#SideLineWidget[state="child-overriden-modified"]:hover {border-color: {color:settings:modified-mid};}
#DictAsWidgetBody {
background: transparent;
}
#DictAsWidgetBody[show_borders="1"] {
border: 1px solid #4e5254;
border-radius: 5px;
}
#OpenPypeVersionLabel[state="success"] {
color: {color:settings:version-exists};
}
#OpenPypeVersionLabel[state="warning"] {
color: {color:settings:version-not-found};
}
#ShadowWidget {
font-size: 36pt;
}
#BreadcrumbsPathInput {
padding: 2px;
font-size: 9pt;
}
#BreadcrumbsButton {
padding-right: 12px;
font-size: 9pt;
background: transparent;
}
#BreadcrumbsButton[empty="1"] {
padding-right: 0px;
}
#BreadcrumbsButton::menu-button {
border: none;
width: 12px;
background: {color:settings:breadcrumbs-btn-bg};
}
#BreadcrumbsButton::menu-button:hover {
background: {color:settings:breadcrumbs-btn-bg-hover};
}
#BreadcrumbsPanel {
border: 1px solid #4e5254;
border-radius: 5px;
background: #21252B;
}
/* Globally used names */
#Separator {
background: {color:bg-menu-separator};
}
#IconButton {
padding: 4px 4px 4px 4px;
}
#NiceCheckbox {
/* Default size hint of NiceCheckbox is defined by font size. */
font-size: 7pt;
}
#ImageButton {
padding: 0;
background: transparent;
font-size: 11pt;
}
#ImageButton:disabled {
background: {color:bg-buttons-disabled};
}
/* Input field that looks like disabled
- QAbstractSpinBox, QLineEdit, QPlainTextEdit, QTextEdit
- usage: QLineEdit that is not editable but has selectable color
*/
#LikeDisabledInput {
background: {color:bg-inputs-disabled};
}
#LikeDisabledInput:hover {
border-color: {color:border};
}
#LikeDisabledInput:focus {
border-color: {color:border};
} | openpype/style/style.css | * {
font-size: 10pt;
font-family: "Noto Sans";
font-weight: 450;
outline: none;
}
QWidget {
color: {color:font};
background: {color:bg};
border-radius: 0px;
}
QWidget:disabled {
color: {color:font-disabled};
}
QLabel {
background: transparent;
}
/* Inputs */
QAbstractSpinBox, QLineEdit, QPlainTextEdit, QTextEdit {
border: 1px solid {color:border};
border-radius: 0.3em;
background: {color:bg-inputs};
padding: 0.1em;
}
QAbstractSpinBox:disabled, QLineEdit:disabled, QPlainTextEdit:disabled, QTextEdit:disabled {
background: {color:bg-inputs-disabled};
}
QAbstractSpinBox:hover, QLineEdit:hover, QPlainTextEdit:hover, QTextEdit:hover{
border-color: {color:border-hover};
}
QAbstractSpinBox:focus, QLineEdit:focus, QPlainTextEdit:focus, QTextEdit:focus{
border-color: {color:border-focus};
}
QAbstractSpinBox:up-button {
margin: 0px;
background-color: transparent;
subcontrol-origin: border;
subcontrol-position: top right;
border-top-right-radius: 0.3em;
border-top: 0px solid transparent;
border-right: 0px solid transparent;
border-left: 1px solid {color:border};
border-bottom: 1px solid {color:border};
}
QAbstractSpinBox:down-button {
margin: 0px;
background-color: transparent;
subcontrol-origin: border;
subcontrol-position: bottom right;
border-bottom-right-radius: 0.3em;
border-bottom: 0px solid transparent;
border-right: 0px solid transparent;
border-left: 1px solid {color:border};
border-top: 1px solid {color:border};
}
QAbstractSpinBox:up-button:focus, QAbstractSpinBox:down-button:focus {
border-color: {color:border-focus};
}
QAbstractSpinBox::up-arrow, QAbstractSpinBox::up-arrow:off {
image: url(:/openpype/images/up_arrow.png);
width: 0.5em;
height: 1em;
border-width: 1px;
}
QAbstractSpinBox::up-arrow:hover {
image: url(:/openpype/images/up_arrow_on.png);
bottom: 1;
}
QAbstractSpinBox::up-arrow:disabled {
image: url(:/openpype/images/up_arrow_disabled.png);
}
QAbstractSpinBox::up-arrow:pressed {
image: url(:/openpype/images/up_arrow_on.png);
bottom: 0;
}
QAbstractSpinBox::down-arrow, QAbstractSpinBox::down-arrow:off {
image: url(:/openpype/images/down_arrow.png);
width: 0.5em;
height: 1em;
border-width: 1px;
}
QAbstractSpinBox::down-arrow:hover {
image: url(:/openpype/images/down_arrow_on.png);
bottom: 1;
}
QAbstractSpinBox::down-arrow:disabled {
image: url(:/openpype/images/down_arrow_disabled.png);
}
QAbstractSpinBox::down-arrow:hover:pressed {
image: url(:/openpype/images/down_arrow_on.png);
bottom: 0;
}
/* Buttons */
QPushButton {
text-align:center center;
border: 0px solid transparent;
border-radius: 0.2em;
padding: 3px 5px 3px 5px;
background: {color:bg-buttons};
}
QPushButton:hover {
background: {color:bg-button-hover};
color: {color:font-hover};
}
QPushButton:pressed {}
QPushButton:disabled {
background: {color:bg-buttons-disabled};
}
QPushButton::menu-indicator {
subcontrol-origin: padding;
subcontrol-position: right;
width: 8px;
height: 8px;
padding-right: 5px;
}
QToolButton {
border: 0px solid transparent;
background: {color:bg-buttons};
border-radius: 0.2em;
padding: 2px;
}
QToolButton:hover {
background: {color:bg-button-hover};
color: {color:font-hover};
}
QToolButton:disabled {
background: {color:bg-buttons-disabled};
}
QToolButton[popupMode="1"], QToolButton[popupMode="MenuButtonPopup"] {
/* make way for the popup button */
padding-right: 20px;
}
QToolButton::menu-button {
width: 16px;
background: transparent;
border: 1px solid transparent;
border-left: 1px solid qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 transparent, stop:0.2 {color:font}, stop:0.8 {color:font}, stop: 1 transparent);
padding: 3px 0px 3px 0px;
border-radius: 0;
}
QToolButton::menu-arrow {
/* Offset arrow a little bit to center. */
left: 1px; top: 1px;
}
QToolButton::menu-arrow:open {
/* Don't offset arrow on open. */
left: 0px; top: 0px;
}
/* QMenu */
QMenu {
border: 1px solid #555555;
background: {color:bg-inputs};
}
QMenu::icon {
padding-left: 7px;
}
QMenu::item {
padding: 6px 25px 6px 10px;
}
QMenu::item:selected {
background: {color:bg-view-hover};
}
QMenu::item:selected:hover {
background: {color:bg-view-hover};
}
QMenu::right-arrow {
min-width: 10px;
}
QMenu::separator {
background: {color:bg-menu-separator};
height: 2px;
margin-right: 5px;
}
/* Combobox */
QComboBox {
border: 1px solid {color:border};
border-radius: 3px;
padding: 1px 3px 1px 3px;
background: {color:bg-inputs};
}
QComboBox:hover {
border-color: {color:border-hover};
}
QComboBox:disabled {
background: {color:bg-inputs-disabled};
}
/* QComboBox must have explicitly set Styled delegate! */
QComboBox QAbstractItemView {
border: 1px solid {color:border};
background: {color:bg-inputs};
}
QComboBox QAbstractItemView::item:selected {
background: {color:bg-view-hover};
color: {color:font};
padding-left: 0px;
}
QComboBox QAbstractItemView::item:selected:hover {
background: {color:bg-view-hover};
}
QComboBox::drop-down {
subcontrol-origin: padding;
subcontrol-position: center right;
width: 15px;
border-style: none;
border-left-style: solid;
border-left-color: {color:border};
border-left-width: 1px;
}
QComboBox::down-arrow, QComboBox::down-arrow:on, QComboBox::down-arrow:hover, QComboBox::down-arrow:focus
{
image: url(:/openpype/images/combobox_arrow.png);
}
/* Splitter */
QSplitter::handle {
border: 3px solid transparent;
}
QSplitter::handle:horizontal, QSplitter::handle:vertical, QSplitter::handle:horizontal:hover, QSplitter::handle:vertical:hover {
/* must be single like because of Nuke*/
background: transparent;
}
/* SLider */
QSlider::groove {
border: 1px solid #464b54;
border-radius: 0.3em;
background: {color:bg-inputs};
}
QSlider::groove:horizontal {
height: 8px;
}
QSlider::groove:vertical {
width: 8px;
}
QSlider::groove:hover {
border-color: {color:border-hover};
}
QSlider::groove:disabled {
background: {color:bg-inputs-disabled};
}
QSlider::groove:focus {
border-color: {color:border-focus};
}
QSlider::handle {
/* must be single like because of Nuke*/
background: qlineargradient(x1: 0, y1: 0.5, x2: 1, y2: 0.5,stop: 0 {palette:blue-base},stop: 1 {palette:green-base});
border: 1px solid #5c5c5c;
width: 10px;
height: 10px;
border-radius: 5px;
}
QSlider::handle:horizontal {
margin: -2px 0;
}
QSlider::handle:vertical {
margin: 0 -2px;
}
QSlider::handle:disabled {
/* must be single like because of Nuke*/
background: qlineargradient(x1:0, y1:0,x2:1, y2:1,stop:0 {color:bg-buttons},stop:1 {color:bg-buttons-disabled});
}
/* Tab widget*/
QTabWidget::pane {
border-top-style: none;
}
/* move to the right to not mess with borders of widget underneath */
QTabWidget::tab-bar {
alignment: left;
}
QTabBar::tab {
border-top: 1px solid {color:border};
border-left: 1px solid {color:border};
border-right: 1px solid {color:border};
padding: 5px;
background: {color:tab-widget:bg};
color: {color:tab-widget:color};
}
QTabBar::tab:selected {
border-left-color: {color:tab-widget:bg-selected};
border-right-color: {color:tab-widget:bg-selected};
border-top-color: {color:border-focus};
background: {color:tab-widget:bg-selected};
color: {color:tab-widget:color-selected};
}
QTabBar::tab:!selected {}
QTabBar::tab:!selected:hover {
background: {color:tab-widget:bg-hover};
color: {color:tab-widget:color-hover};
}
QTabBar::tab:first {}
QTabBar::tab:first:selected {}
QTabBar::tab:last:!selected {
border-right: 1px solid {color:border};
}
QTabBar::tab:last:selected {}
QTabBar::tab:only-one {}
QHeaderView {
border: 0px solid {color:border};
border-radius: 0px;
margin: 0px;
padding: 0px;
}
QHeaderView::section {
background: {color:bg-view-header};
padding: 4px;
border-right: 1px solid {color:bg-view};
border-radius: 0px;
text-align: center;
color: {color:font};
font-weight: bold;
}
QHeaderView::section:first {
border-left: none;
}
QHeaderView::section:last {
border-right: none;
}
QHeaderView::section:only-one {
border-left: none;
border-right: none;
}
QHeaderView::down-arrow {
image: url(:/openpype/images/down_arrow.png);
}
QHeaderView::up-arrow {
image: url(:/openpype/images/up_arrow.png);
}
/* Checkboxes */
QCheckBox {
background: transparent;
}
QCheckBox::indicator {
width: 16px;
height: 16px;
}
QAbstractItemView::indicator:checked, QCheckBox::indicator:checked {
image: url(:/openpype/images/checkbox_checked.png);
}
QAbstractItemView::indicator:checked:focus, QCheckBox::indicator:checked:focus {
image: url(:/openpype/images/checkbox_checked_focus.png);
}
QAbstractItemView::indicator:checked:hover, QAbstractItemView::indicator:checked:pressed, QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:pressed {
image: url(:/openpype/images/checkbox_checked_hover.png);
}
QAbstractItemView::indicator:checked:disabled, QCheckBox::indicator:checked:disabled {
image: url(:/openpype/images/checkbox_checked_disabled.png);
}
QAbstractItemView::indicator:unchecked, QCheckBox::indicator:unchecked {
image: url(:/openpype/images/checkbox_unchecked.png);
}
QAbstractItemView::indicator:unchecked:focus, QCheckBox::indicator:unchecked:focus {
image: url(:/openpype/images/checkbox_unchecked_focus.png);
}
QAbstractItemView::indicator:unchecked:hover, QAbstractItemView::indicator:unchecked:pressed, QCheckBox::indicator:unchecked:hover, QCheckBox::indicator:unchecked:pressed {
image: url(:/openpype/images/checkbox_unchecked_hover.png);
}
QAbstractItemView::indicator:unchecked:disabled, QCheckBox::indicator:unchecked:disabled {
image: url(:/openpype/images/checkbox_unchecked_disabled.png);
}
QAbstractItemView::indicator:indeterminate, QCheckBox::indicator:indeterminate {
image: url(:/openpype/images/checkbox_indeterminate.png);
}
QAbstractItemView::indicator:indeterminate:focus, QCheckBox::indicator:indeterminate:focus {
image: url(:/openpype/images/checkbox_indeterminate_focus.png);
}
QAbstractItemView::indicator:indeterminate:hover, QAbstractItemView::indicator:indeterminate:pressed, QCheckBox::indicator:indeterminate:hover, QCheckBox::indicator:indeterminate:pressed {
image: url(:/openpype/images/checkbox_indeterminate_hover.png);
}
QAbstractItemView::indicator:indeterminate:disabled, QCheckBox::indicator:indeterminate:disabled {
image: url(:/openpype/images/checkbox_indeterminate_disabled.png);
}
/* Views QListView QTreeView QTableView */
QAbstractItemView {
border: 0px solid {color:border};
border-radius: 0px;
background: {color:bg-view};
alternate-background-color: {color:bg-view-alternate};
/* Mac shows selection color on branches. */
selection-background-color: transparent;
}
QAbstractItemView::item {
/* `border: none` hide outline of selected item. */
border: none;
}
QAbstractItemView:disabled{
background: {color:bg-view-disabled};
alternate-background-color: {color:bg-view-alternate-disabled};
border: 1px solid {color:border};
}
QAbstractItemView::item:hover {
/* color: {color:bg-view-hover}; */
background: {color:bg-view-hover};
}
QAbstractItemView::item:selected {
background: {color:bg-view-selection};
color: {color:font-view-selection};
}
QAbstractItemView::item:selected:active {
color: {color:font-view-selection};
}
/* Same as selected but give ability to easy change it */
QAbstractItemView::item:selected:!active {
background: {color:bg-view-selection};
color: {color:font-view-selection};
}
QAbstractItemView::item:selected:hover {
background: {color:bg-view-selection-hover};
}
/* Row colors (alternate colors) are from left - right */
QAbstractItemView:branch {
background: transparent;
}
QAbstractItemView::branch:open:has-children:!has-siblings,
QAbstractItemView::branch:open:has-children:has-siblings {
border-image: none;
image: url(:/openpype/images/branch_open.png);
background: transparent;
}
QAbstractItemView::branch:open:has-children:!has-siblings:hover,
QAbstractItemView::branch:open:has-children:has-siblings:hover {
border-image: none;
image: url(:/openpype/images/branch_open_on.png);
background: transparent;
}
QAbstractItemView::branch:has-children:!has-siblings:closed,
QAbstractItemView::branch:closed:has-children:has-siblings {
border-image: none;
image: url(:/openpype/images/branch_closed.png);
background: transparent;
}
QAbstractItemView::branch:has-children:!has-siblings:closed:hover,
QAbstractItemView::branch:closed:has-children:has-siblings:hover {
border-image: none;
image: url(:/openpype/images/branch_closed_on.png);
background: transparent;
}
QAbstractItemView::branch:has-siblings:!adjoins-item {
border-image: none;
image: url(:/openpype/images/transparent.png);
background: transparent;
}
QAbstractItemView::branch:has-siblings:adjoins-item {
border-image: none;
image: url(:/openpype/images/transparent.png);
background: transparent;
}
QAbstractItemView::branch:!has-children:!has-siblings:adjoins-item {
border-image: none;
image: url(:/openpype/images/transparent.png);
background: transparent;
}
CompleterView {
border: 1px solid #555555;
background: {color:bg-inputs};
}
CompleterView::item:selected {
background: {color:bg-view-hover};
}
CompleterView::item:selected:hover {
background: {color:bg-view-hover};
}
CompleterView::right-arrow {
min-width: 10px;
}
CompleterView::separator {
background: {color:bg-menu-separator};
height: 2px;
margin-right: 5px;
}
/* Progress bar */
QProgressBar {
border: 1px solid {color:border};
font-weight: bold;
text-align: center;
}
QProgressBar:horizontal {
height: 20px;
}
QProgressBar:vertical {
width: 20px;
}
QProgressBar::chunk {
/* must be single like because of Nuke*/
background: qlineargradient(x1: 0, y1: 0.5,x2: 1, y2: 0.5,stop: 0 {palette:blue-base},stop: 1 {palette:green-base});
}
/* Scroll bars */
QScrollBar {
background: {color:bg-inputs};
border-radius: 4px;
border: 1px transparent {color:bg-inputs};
}
QScrollBar:horizontal {
height: 15px;
margin: 3px 3px 3px 6px;
}
QScrollBar:vertical {
width: 15px;
margin: 6px 3px 3px 3px;
}
QScrollBar::handle {
background: {color:bg-scroll-handle};
border-radius: 4px;
}
QScrollBar::handle:horizontal {
min-width: 5px;
}
QScrollBar::handle:vertical {
min-height: 5px;
}
QScrollBar::add-line:horizontal {
margin: 0px 3px 0px 3px;
width: 0px;
height: 0px;
subcontrol-position: right;
subcontrol-origin: margin;
}
QScrollBar::sub-line:horizontal {
margin: 0px 3px 0px 3px;
height: 0px;
width: 0px;
subcontrol-position: left;
subcontrol-origin: margin;
}
QScrollBar::add-line:horizontal:hover,QScrollBar::add-line:horizontal:on {
height: 0px;
width: 0px;
subcontrol-position: right;
subcontrol-origin: margin;
}
QScrollBar::sub-line:horizontal:hover, QScrollBar::sub-line:horizontal:on {
height: 0px;
width: 0px;
subcontrol-position: left;
subcontrol-origin: margin;
}
QScrollBar::up-arrow:horizontal, QScrollBar::down-arrow:horizontal {
background: none;
}
QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal {
background: none;
}
QScrollBar::sub-line:vertical {
margin: 3px 0px 3px 0px;
height: 0px;
width: 0px;
subcontrol-position: top;
subcontrol-origin: margin;
}
QScrollBar::add-line:vertical {
margin: 3px 0px 3px 0px;
height: 0px;
width: 0px;
subcontrol-position: bottom;
subcontrol-origin: margin;
}
QScrollBar::sub-line:vertical:hover,QScrollBar::sub-line:vertical:on {
subcontrol-position: top;
subcontrol-origin: margin;
}
QScrollBar::add-line:vertical:hover, QScrollBar::add-line:vertical:on {
subcontrol-position: bottom;
subcontrol-origin: margin;
}
QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical {
background: none;
}
QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
background: none;
}
/* Password dialog*/
#PasswordBtn {
border: none;
padding:0.1em;
background: transparent;
}
#PasswordBtn:hover {
background: {color:bg-buttons};
}
#RememberCheckbox {
spacing: 0.5em;
}
/* Project Manager stylesheets */
#HierarchyView::item {
padding-top: 3px;
padding-bottom: 3px;
padding-right: 3px;
}
#InfoText {
padding-left: 30px;
padding-top: 20px;
background: transparent;
border: 1px solid {color:border};
}
#TypeEditor, #ToolEditor, #NameEditor, #NumberEditor {
background: transparent;
border-radius: 0.3em;
}
#TypeEditor:focus, #ToolEditor:focus, #NameEditor:focus, #NumberEditor:focus {
background: {color:bg-inputs};
}
#CompleterView {
border: 1px solid {color:border};
background: {color:bg-inputs};
}
#CompleterView::item {
background: {color:bg-view-hover};
color: {color:font};
padding-left: 0px;
}
#CompleterView::item:hover {
background: {color:bg-view-hover};
}
#DeleteButton {
background: {color:delete-btn-bg};
}
#DeleteButton:disabled {
background: {color:delete-btn-bg-disabled};
}
/* Launcher specific stylesheets */
#IconView[mode="icon"] {
/* font size can't be set on items */
font-size: 9pt;
border: 0px;
padding: 0px;
margin: 0px;
}
#IconView[mode="icon"]::item {
margin-top: 6px;
border: 0px;
}
#IconView[mode="icon"]::item:hover {
background: rgba(0, 0, 0, 0);
color: {color:font-hover};
}
#IconView[mode="icon"]::icon {
top: 3px;
}
/* Standalone publisher */
#ComponentItem {
background: transparent;
}
#ComponentFrame {
border: 1px solid {color:border};
border-radius: 0.1em;
}
/* Subset Manager */
#SubsetManagerDetailsText {}
#SubsetManagerDetailsText[state="invalid"] {
border: 1px solid #ff0000;
}
/* Creator */
#CreatorsView::item {
padding: 1px 5px;
}
#CreatorFamilyLabel {
font-size: 10pt;
font-weight: bold;
}
/* Scene Inventory */
#ButtonWithMenu {
padding-right: 16px;
border: 1px solid #4A4949;
border-radius: 2px;
}
#ButtonWithMenu::menu-button {
border: 1px solid #4A4949;
width: 12px;
border-top-left-radius: 0px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 0px;
}
#ButtonWithMenu[state="1"], #ButtonWithMenu[state="1"]::menu-button, #ButtonWithMenu[state="1"]::menu-button:hover {
border-color: green;
}
/* Python console interpreter */
#PythonInterpreterOutput, #PythonCodeEditor {
font-family: "Noto Sans Mono";
border-radius: 0px;
}
#SubsetView::item, #RepresentationView:item {
padding: 5px 1px;
border: 0px;
}
#OptionalActionBody, #OptionalActionOption {
background: transparent;
}
#OptionalActionBody[state="hover"], #OptionalActionOption[state="hover"] {
background: {color:bg-view-hover};
}
/* New Create/Publish UI */
#PublishLogConsole {
font-family: "Noto Sans Mono";
}
#VariantInput[state="new"], #VariantInput[state="new"]:focus, #VariantInput[state="new"]:hover {
border-color: {color:publisher:success};
}
#VariantInput[state="invalid"], #VariantInput[state="invalid"]:focus, #VariantInput[state="invalid"]:hover {
border-color: {color:publisher:error};
}
#VariantInput[state="empty"], #VariantInput[state="empty"]:focus, #VariantInput[state="empty"]:hover {
border-color: {color:bg-inputs};
}
#VariantInput[state="exists"], #VariantInput[state="exists"]:focus, #VariantInput[state="exists"]:hover {
border-color: #4E76BB;
}
#MultipleItemView {
background: transparent;
border: none;
}
#MultipleItemView:item {
background: {color:bg-view-selection};
border-radius: 0.4em;
}
#InstanceListView::item {
border-radius: 0.3em;
margin: 1px;
}
#InstanceListGroupWidget {
border: none;
background: transparent;
}
#CardViewWidget {
background: {color:bg-buttons};
border-radius: 0.2em;
}
#CardViewWidget:hover {
background: {color:bg-button-hover};
}
#CardViewWidget[state="selected"] {
background: {color:bg-view-selection};
}
#ListViewSubsetName[state="invalid"] {
color: {color:publisher:error};
}
#PublishFrame {
background: rgba(0, 0, 0, 127);
}
#PublishFrame[state="1"] {
background: rgb(22, 25, 29);
}
#PublishFrame[state="2"] {
background: {color:bg};
}
#PublishInfoFrame {
background: {color:bg};
border: 2px solid black;
border-radius: 0.3em;
}
#PublishInfoFrame[state="-1"] {
background: rgb(194, 226, 236);
}
#PublishInfoFrame[state="0"] {
background: {color:publisher:error};
}
#PublishInfoFrame[state="1"] {
background: {color:publisher:success};
}
#PublishInfoFrame[state="2"] {
background: {color:publisher:warning};
}
#PublishInfoFrame QLabel {
color: black;
font-style: bold;
}
#PublishInfoMainLabel {
font-size: 12pt;
}
#PublishContextLabel {
font-size: 13pt;
}
#ValidationActionButton {
border-radius: 0.2em;
padding: 4px 6px 4px 6px;
background: {color:bg-buttons};
}
#ValidationActionButton:hover {
background: {color:bg-button-hover};
color: {color:font-hover};
}
#ValidationActionButton:disabled {
background: {color:bg-buttons-disabled};
}
#ValidationErrorTitleFrame {
background: {color:bg-inputs};
border-left: 4px solid transparent;
}
#ValidationErrorTitleFrame:hover {
border-left-color: {color:border};
}
#ValidationErrorTitleFrame[selected="1"] {
background: {color:bg};
border-left-color: {palette:blue-light};
}
#ValidationErrorInstanceList {
border-radius: 0;
}
#ValidationErrorInstanceList::item {
border-bottom: 1px solid {color:border};
border-left: 1px solid {color:border};
}
#TasksCombobox[state="invalid"], #AssetNameInput[state="invalid"] {
border-color: {color:publisher:error};
}
#PublishProgressBar[state="0"]::chunk {
background: {color:bg-buttons};
}
#PublishDetailViews {
background: transparent;
}
#PublishDetailViews::item {
margin: 1px 0px 1px 0px;
}
#PublishCommentInput {
padding: 0.2em;
}
#FamilyIconLabel {
font-size: 14pt;
}
#ArrowBtn, #ArrowBtn:disabled, #ArrowBtn:hover {
background: transparent;
}
/* Settings - NOT USED YET
- we need to define font family for settings UI */
#SettingsMainWidget {
background: #141a1f;
}
/* Change focus borders. */
#SettingsMainWidget QAbstractSpinBox:focus, #SettingsMainWidget QLineEdit:focus, #SettingsMainWidget QPlainTextEdit:focus, #SettingsMainWidget QTextEdit:focus {
border-color: {color:settings:focus-border};
}
/* Modify tab widget for settings */
#SettingsMainWidget QTabWidget::pane {
border-top-style: none;
}
#SettingsMainWidget QTabBar {
background: transparent;
}
#SettingsMainWidget QTabBar::tab {
border: none;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
padding: 5px;
}
#SettingsMainWidget QTabBar::tab:selected {
background: {color:bg};
border-color: #9B9B9B;
border-bottom-color: #C2C7CB;
}
#SettingsMainWidget QTabBar::tab:!selected {
margin-top: 2px;
background: #21252B;
}
#SettingsMainWidget QTabBar::tab:!selected:hover {
background: #333840;
}
#SettingsMainWidget QTabBar::tab:first:selected {
margin-left: 0;
}
#SettingsMainWidget QTabBar::tab:last:selected {
margin-right: 0;
}
#SettingsMainWidget QTabBar::tab:only-one {
margin: 0;
}
#SettingsToolIconBtn {
border: 0px solid #bfccd6;
background-color: transparent;
}
#SettingsToolBtn {
border: 1px solid #bfccd6;
border-radius: 10px;
background-color: transparent;
}
#SettingsToolBtn:hover {
border-color: #189aea;
color: {color:settings:modified-light};
background-color: transparent;
}
#SettingsToolBtn:disabled {
background-color: #464b54;
}
#ExpandToggleBtn {
background: transparent;
}
#SettingsLabel {
background: transparent;
color: {color:settings:label-fg};
}
#SettingsLabel:hover {color: {color:settings:label-fg-hover};}
#ExpandLabel {
font-weight: bold;
color: {color:settings:label-fg};
}
#ExpandLabel:hover {
color: {color:settings:label-fg-hover};
}
#ExpandLabel[state="studio"], #SettingsLabel[state="studio"] {
color: {color:settings:studio-light};
}
#ExpandLabel[state="studio"]:hover, #SettingsLabel[state="studio"]:hover {
color: {color:settings:studio-label-hover};
}
#ExpandLabel[state="modified"], #SettingsLabel[state="modified"] {
color: {color:settings:modified-mid};
}
#ExpandLabel[state="modified"]:hover, #SettingsLabel[state="modified"]:hover {
color: {color:settings:modified-light};
}
#ExpandLabel[state="overriden-modified"], #SettingsLabel[state="overriden-modified"] {
color: {color:settings:modified-mid};
}
#ExpandLabel[state="overriden-modified"]:hover, #SettingsLabel[state="overriden-modified"]:hover {
color: {color:settings:modified-light};
}
#ExpandLabel[state="overriden"], #SettingsLabel[state="overriden"] {
color: {color:settings:project-mid};
}
#ExpandLabel[state="overriden"]:hover, #SettingsLabel[state="overriden"]:hover {
color: {color:settings:project-light};
}
#ExpandLabel[state="invalid"], #SettingsLabel[state="invalid"] {
color:{color:settings:invalid-dark};
}
#ExpandLabel[state="invalid"]:hover, #SettingsLabel[state="invalid"]:hover {
color: {color:settings:invalid-dark};
}
/* TODO Replace these with explicit widget types if possible */
#SettingsMainWidget QWidget[input-state="modified"] {
border-color: {color:settings:modified-mid};
}
#SettingsMainWidget QWidget[input-state="overriden-modified"] {
border-color: {color:settings:modified-mid};
}
#SettingsMainWidget QWidget[input-state="overriden"] {
border-color: {color:settings:project-mid};
}
#SettingsMainWidget QWidget[input-state="invalid"] {
border-color: {color:settings:invalid-dark};
}
#GroupWidget {
border-bottom: 1px solid #21252B;
}
#ProjectListWidget QLabel {
background: transparent;
font-weight: bold;
}
#MultiSelectionComboBox {
font-size: 12px;
}
#DictKey[state="modified"] {border-color: {color:settings:modified-mid};}
#DictKey[state="invalid"] {border-color: {color:settings:invalid-dark};}
#ContentWidget {
background-color: transparent;
}
#ContentWidget[content_state="hightlighted"] {
background-color: {color:settings:content-hightlighted};
}
#SideLineWidget {
background-color: #333942;
border-style: solid;
border-color: #4e5254;
border-left-width: 3px;
border-bottom-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
}
#SideLineWidget:hover {
border-color: #7d8386;
}
#SideLineWidget[state="child-studio"] {border-color: {color:settings:studio-dark};}
#SideLineWidget[state="child-studio"]:hover {border-color: {color:settings:studio-light};}
#SideLineWidget[state="child-modified"] {border-color: {color:settings:modified-dark};}
#SideLineWidget[state="child-modified"]:hover {border-color: {color:settings:modified-mid};}
#SideLineWidget[state="child-invalid"] {border-color: {color:settings:invalid-dark};}
#SideLineWidget[state="child-invalid"]:hover {border-color: {color:settings:invalid-light};}
#SideLineWidget[state="child-overriden"] {border-color: {color:settings:project-dark};}
#SideLineWidget[state="child-overriden"]:hover {border-color: {color:settings:project-mid};}
#SideLineWidget[state="child-overriden-modified"] {border-color: {color:settings:modified-dark};}
#SideLineWidget[state="child-overriden-modified"]:hover {border-color: {color:settings:modified-mid};}
#DictAsWidgetBody {
background: transparent;
}
#DictAsWidgetBody[show_borders="1"] {
border: 1px solid #4e5254;
border-radius: 5px;
}
#OpenPypeVersionLabel[state="success"] {
color: {color:settings:version-exists};
}
#OpenPypeVersionLabel[state="warning"] {
color: {color:settings:version-not-found};
}
#ShadowWidget {
font-size: 36pt;
}
#BreadcrumbsPathInput {
padding: 2px;
font-size: 9pt;
}
#BreadcrumbsButton {
padding-right: 12px;
font-size: 9pt;
background: transparent;
}
#BreadcrumbsButton[empty="1"] {
padding-right: 0px;
}
#BreadcrumbsButton::menu-button {
border: none;
width: 12px;
background: {color:settings:breadcrumbs-btn-bg};
}
#BreadcrumbsButton::menu-button:hover {
background: {color:settings:breadcrumbs-btn-bg-hover};
}
#BreadcrumbsPanel {
border: 1px solid #4e5254;
border-radius: 5px;
background: #21252B;
}
/* Globally used names */
#Separator {
background: {color:bg-menu-separator};
}
#IconButton {
padding: 4px 4px 4px 4px;
}
#NiceCheckbox {
/* Default size hint of NiceCheckbox is defined by font size. */
font-size: 7pt;
}
#ImageButton {
padding: 0;
background: transparent;
font-size: 11pt;
}
#ImageButton:disabled {
background: {color:bg-buttons-disabled};
}
/* Input field that looks like disabled
- QAbstractSpinBox, QLineEdit, QPlainTextEdit, QTextEdit
- usage: QLineEdit that is not editable but has selectable color
*/
#LikeDisabledInput {
background: {color:bg-inputs-disabled};
}
#LikeDisabledInput:hover {
border-color: {color:border};
}
#LikeDisabledInput:focus {
border-color: {color:border};
} | 0.572125 | 0.155495 |
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700);
#cssmenu {
background: #00cccc;
width: auto;
}
#cssmenu ul {
list-style: none;
margin: 0;
padding: 0;
line-height: 1;
display: block;
zoom: 1;
}
#cssmenu ul:after {
content: " ";
display: block;
font-size: 0;
height: 0;
clear: both;
visibility: hidden;
}
#cssmenu ul li {
display: inline-block;
padding: 0;
margin: 0;
}
#cssmenu.align-right ul li {
float: right;
}
#cssmenu.align-center ul {
text-align: center;
}
#cssmenu ul li a {
color: #ffffff;
text-decoration: none;
display: block;
padding: 15px 25px;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
text-transform: uppercase;
font-size: 14px;
position: relative;
-webkit-transition: color .25s;
-moz-transition: color .25s;
-ms-transition: color .25s;
-o-transition: color .25s;
transition: color .25s;
}
#cssmenu ul li a:hover {
color: #333333;
}
#cssmenu ul li a:hover:before {
width: 100%;
}
#cssmenu ul li a:after {
content: "";
display: block;
position: absolute;
right: -3px;
top: 19px;
height: 6px;
width: 6px;
background: #ffffff;
opacity: .5;
}
#cssmenu ul li a:before {
content: "";
display: block;
position: absolute;
left: 0;
bottom: 0;
height: 3px;
width: 0;
background: #333333;
-webkit-transition: width .25s;
-moz-transition: width .25s;
-ms-transition: width .25s;
-o-transition: width .25s;
transition: width .25s;
}
#cssmenu ul li.last>a:after, #cssmenu ul li:last-child>a:after {
display: none;
}
#cssmenu ul li.active a {
color: #333333;
}
#cssmenu ul li.active a:before {
width: 100%;
}
#cssmenu.align-right li.last>a:after, #cssmenu.align-right li:last-child>a:after {
display: block;
}
#cssmenu.align-right li:first-child a:after {
display: none;
}
@media screen and (max-width: 768px) {
#cssmenu ul li {
float: none;
display: block;
}
#cssmenu ul li a {
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-bottom: 1px solid #fb998c;
}
#cssmenu ul li.last>a, #cssmenu ul li:last-child>a {
border: 0;
}
#cssmenu ul li a:after {
display: none;
}
#cssmenu ul li a:before {
display: none;
}
} | tests/SampleApps/python/tweeter3/tweeter3/staticfiles/tweeter/css/menu.css | @import url(https://fonts.googleapis.com/css?family=Open+Sans:700);
#cssmenu {
background: #00cccc;
width: auto;
}
#cssmenu ul {
list-style: none;
margin: 0;
padding: 0;
line-height: 1;
display: block;
zoom: 1;
}
#cssmenu ul:after {
content: " ";
display: block;
font-size: 0;
height: 0;
clear: both;
visibility: hidden;
}
#cssmenu ul li {
display: inline-block;
padding: 0;
margin: 0;
}
#cssmenu.align-right ul li {
float: right;
}
#cssmenu.align-center ul {
text-align: center;
}
#cssmenu ul li a {
color: #ffffff;
text-decoration: none;
display: block;
padding: 15px 25px;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
text-transform: uppercase;
font-size: 14px;
position: relative;
-webkit-transition: color .25s;
-moz-transition: color .25s;
-ms-transition: color .25s;
-o-transition: color .25s;
transition: color .25s;
}
#cssmenu ul li a:hover {
color: #333333;
}
#cssmenu ul li a:hover:before {
width: 100%;
}
#cssmenu ul li a:after {
content: "";
display: block;
position: absolute;
right: -3px;
top: 19px;
height: 6px;
width: 6px;
background: #ffffff;
opacity: .5;
}
#cssmenu ul li a:before {
content: "";
display: block;
position: absolute;
left: 0;
bottom: 0;
height: 3px;
width: 0;
background: #333333;
-webkit-transition: width .25s;
-moz-transition: width .25s;
-ms-transition: width .25s;
-o-transition: width .25s;
transition: width .25s;
}
#cssmenu ul li.last>a:after, #cssmenu ul li:last-child>a:after {
display: none;
}
#cssmenu ul li.active a {
color: #333333;
}
#cssmenu ul li.active a:before {
width: 100%;
}
#cssmenu.align-right li.last>a:after, #cssmenu.align-right li:last-child>a:after {
display: block;
}
#cssmenu.align-right li:first-child a:after {
display: none;
}
@media screen and (max-width: 768px) {
#cssmenu ul li {
float: none;
display: block;
}
#cssmenu ul li a {
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-bottom: 1px solid #fb998c;
}
#cssmenu ul li.last>a, #cssmenu ul li:last-child>a {
border: 0;
}
#cssmenu ul li a:after {
display: none;
}
#cssmenu ul li a:before {
display: none;
}
} | 0.234845 | 0.06354 |
.shutdownText {
font-size: 30px;
text-align: center;
}
.button {
padding: 5px 16px 10px 16px;
}
.toggleWrapper {
display: flex;
align-items: center;
justify-content: space-between;
width: 240px;
clear: left;
}
.toggleLabelExample {
margin-left: 0.1rem;
margin-top: 0.1rem;
}
.getstartedNew {
color: var(--title-text-and-button-background);
padding-left: 52px;
padding-top: 106px;
}
.toolbar {
height: 29px;
display: flex;
}
.pageForm {
width: 100%;
float: left;
}
.pageForm.toggle {
padding-top: 25px;
height: 258px;
}
.daemonNetwork {
font-size: 20px;
text-transform: capitalize;
}
.daemonRow {
float: left;
width: 100%;
height: 44px;
margin-bottom: 10px;
}
.daemonLabel {
float: left;
width: 130px;
text-align: right;
color: var(--wallet-tutorial-text);
font-size: 13px;
}
.daemonInput {
padding-left: 10px;
float: left;
width: 295px;
}
.daemonInput .inputAndUnit > input {
line-height: 17px;
font-size: 13px;
}
.daemonInput .inputAndUnit > input::placeholder {
color: #c4cbd2;
}
.daemonLongInput {
padding-left: 20px;
width: 350px;
}
.advancedOption {
margin: 10px;
}
.advancedOption > .extra {
margin: 15px 23px 30px;
display: flex;
flex-flow: row wrap;
align-items: center;
}
.advancedOptions {
height: 100%;
margin-bottom: 20px;
max-width: 600px;
}
.pageBody.getstarted {
padding: 40px;
display: block;
background-color: var(--background-container);
z-index: 3;
height: calc(100% - 60px);
overflow-x: hidden;
}
.pageBody.getstarted::before {
content: "";
width: 100%;
height: 33px;
top: 0;
left: 0;
display: block;
background-repeat: no-repeat;
background-image: var(--launcher-logo);
background-size: 173px;
background-position: 0 0;
}
.pageBody.getstarted.testnetBody::before {
background-image: var(--testnet-logo);
}
.pageBody.getstarted .tabbedPageSubtitle {
font-size: 27px;
margin-left: 10px;
}
.pageBody.getstarted .getstarted.settings .tabbedPageSubtitle {
margin-left: 0;
}
.getstarted {
color: var(--title-text-and-button-background);
}
.getstarted.loader.logs .active {
color: var(--input-color);
}
.getstarted.loader.logs .logContainer {
margin-top: 10px;
max-height: 600px;
width: 100%;
overflow-y: auto;
}
.getstarted.loader {
padding-top: 57px;
position: relative;
}
.settings .goBackScreenButtonArea {
position: absolute;
left: 1467px;
top: 66px;
right: initial;
}
.settings .saveButtonWrapper {
width: 1484px;
text-align: right;
}
.settings .saveButtonWrapper .keyBlueButton {
margin-top: 0;
padding: 12px 30px 14px 30px;
}
.goBackScreenButtonArea {
position: fixed;
right: 55px;
top: 135px;
font-size: 14px;
line-height: 14px;
}
.goBackScreenButton {
height: 12px;
width: 12px;
background-repeat: no-repeat;
background-size: 12px;
background-image: var(--x-grey);
opacity: 1;
cursor: pointer;
}
.goBackScreenButton:hover {
opacity: 0.7;
}
.loaderBarIcon {
position: absolute;
right: 37px;
top: 286px;
}
.loaderBarIcon .loaderBarIconText {
float: left;
margin-top: 14px;
margin-right: 20px;
}
.loaderBarIcon .newLogoAnimation {
float: right;
margin: 0;
height: 50px;
width: 50px;
background-size: 50px;
}
.loaderBar {
float: left;
width: 100%;
margin-bottom: 20px;
}
.loaderButtons {
float: left;
margin-bottom: 90px;
width: 100%;
}
.loaderSettingsLogs {
position: absolute;
right: 15px;
top: -25px;
margin: inherit;
user-select: none;
}
.getstarted.loader .tutorialButton {
background-color: var(--info-modal-button-bg);
color: var(--back-button-dark-text);
}
.getstarted.loader .tutorialButton:hover {
background-color: var(--title-text-and-button-background-hovered);
}
.getstarted.loader .pageForm .loaderBarButtons {
position: absolute;
top: 320px;
right: 0px;
}
.getstarted.loader .contentTitle {
font-size: 27px;
line-height: 34px;
margin-bottom: 13px;
float: left;
width: 100%;
}
.getstarted.loader .contentTitle .loaderBarButtons {
position: fixed;
right: 41px;
top: 425px;
user-select: none;
}
.getstarted.loader .contentTitle .loaderBarButtons > .button:not(:last-child) {
margin-right: 10px;
}
.getstarted.loader .contentTitle .loaderBarButtons .invisibleButton {
font-weight: 400;
}
.getstarted.content {
margin-top: 55px;
}
.walletKeyBlueButton:not(.keyBlueButtonDisabled) {
box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.21);
}
.walletKeyBlueButton:hover {
box-shadow: none;
}
.walletIcon {
margin-left: 54px;
height: 62px;
width: 62px;
background-repeat: no-repeat;
background-size: 45px 45px;
background-position: 8px 10px;
}
.walletIcon.wallet {
background-image: var(--wallet-gray-icon);
}
.walletIcon.selected {
background-image: var(--wallet-blue-icon);
}
.walletIcon.createnew {
margin-top: 25px;
background-size: 58px 58px;
background-position: 0px 5px;
background-image: var(--createnewwallet);
}
.walletIcon.restore {
margin-top: 25px;
background-size: 58px 58px;
background-position: 0px 5px;
background-image: var(--restore-wallet-icon);
}
.displayWallet {
margin: 5px 10px 5px 0px;
float: left;
height: 161px;
width: 168px;
border-radius: 5px;
border: 1px solid var(--background-container);
background: var(--display-wallet-bg);
font-size: 15px;
}
.displayWallet:hover {
cursor: pointer;
}
.displayWallet.new {
background: none;
background-color: var(--background-back-color);
}
.displayWallet.new .displayWalletName {
color: var(--new_wallet-label);
margin-top: 20px;
}
.displayWalletButtons {
text-align: center;
margin-top: 5px;
margin-right: 10px;
float: right;
}
.displayWalletButton {
height: 20px;
width: 20px;
border-radius: 3px;
background-repeat: no-repeat;
background-size: 14px;
background-position: 50% 50%;
}
.displayWalletButton.remove {
background-color: var(--button-text);
background-image: var(--launcher-wallet-delete);
box-shadow: 0px 3px 8px var(--title-text-and-button-background-drop-shadow);
padding: 0;
}
.displayWalletButton.remove:hover {
background-color: var(--button-text);
background-image: var(--launcher-wallet-delete-hover);
box-shadow: 0px 1px 3px var(--title-text-and-button-background-drop-shadow);
}
.displayWallet:hover:not(.selected) {
border: 1px solid var(--disabled-color);
}
.displayWallet.selected {
background: linear-gradient(
45deg,
var(--input-color),
var(--display-wallet-gradient-selected-right)
);
box-shadow: 0px 5px 21px var(--title-text-and-button-background-drop-shadow);
border: 1px solid var(--input-color);
}
.displayWallet.selected .displayWalletName {
color: var(--selected_wallet-label);
}
.displayWalletComplete {
color: var(--title-text-and-button-background);
margin-top: 5px;
min-height: 20px;
text-align: center;
text-transform: capitalize;
font-size: 12px;
}
.displayWalletName {
color: var(--wallet-label);
text-align: center;
}
.displayWalletLastAccess {
height: 11px;
color: var(--button-text);
text-align: center;
font-size: 11px;
}
.displayWalletCancelChanges {
float: left;
margin-top: 7px;
margin-left: 39px;
font-size: 14px;
text-align: center;
cursor: pointer;
transition: all 131ms var(--ease-in-out-quart);
}
.displayWalletLaunch {
color: var(--white-button-text);
float: left;
margin-top: 7px;
margin-left: 39px;
margin-right: 3px;
font-size: 14px;
text-align: center;
cursor: pointer;
transition: color 131ms var(--ease-in-out-quart);
}
.displayWalletCancelChanges:hover,
.displayWalletLaunch:hover {
border-bottom: 1px solid var(--background-back-color);
}
.displayWalletLastAccess.selected,
.displayWalletComplete.selected {
color: var(--wallet-desc);
}
.editWalletsButton {
margin: 5px;
float: left;
height: 36px;
width: 36px;
border-radius: 5px;
background-color: var(--background-back-color);
background-repeat: no-repeat;
background-size: 20px 20px;
background-position: 50% 50%;
background-image: var(--launcher-edit-wallets);
cursor: pointer;
}
.editWalletsButton:hover {
background-image: var(--launcher-edit-wallets-hover);
}
.editWalletsButton.close {
background-color: var(--disabled-color);
background-size: 12px 12px;
background-image: var(--x-white-icon);
}
.newWalletTitleArea {
float: left;
width: 100%;
margin-left: 22px;
margin-top: 20px;
margin-bottom: 22px;
}
.newWalletTitle {
float: left;
font-size: 15px;
line-height: 19px;
margin-top: 3px;
}
.walletIconSmall {
float: left;
height: 30px;
width: 30px;
background-repeat: no-repeat;
background-size: 30px;
margin-right: 10px;
}
.walletIconSmall.createnew {
background-image: var(--createnewwallet);
}
.walletIconSmall.restore {
background-image: var(--restore-wallet-icon);
}
.contentTitle {
font-size: 27px;
line-height: 34px;
margin-bottom: 35px;
width: 100%;
}
.advancedDesc {
font-size: 19px;
color: var(--modal-text);
margin-bottom: 43px;
margin-top: 60px;
width: 444px;
float: left;
}
.releaseNotes {
display: flex;
clear: both;
flex-wrap: wrap;
justify-content: space-between;
height: 65vh;
overflow-y: scroll;
padding-right: 1em;
}
.releaseNotesImage {
width: 590px;
height: 295px;
margin-top: 14px;
background-repeat: no-repeat;
background-size: 590px;
}
@media screen and (max-width: 1140px) {
.releaseNotesImage {
flex: 1;
margin-top: 14px;
background-repeat: no-repeat;
width: 100%;
height: 0;
background-size: contain;
padding-bottom: 50%;
}
}
@media screen and (max-width: 890px) {
.releaseNotesText {
max-width: inherit;
margin-left: 15px;
}
.releaseNotesImage {
order: -1;
}
}
.releaseNotesImage.release-image-v130 {
background-image: var(--release-image-v130);
}
.releaseNotesImage.release-image-v140 {
background-image: var(--release-image-v140);
}
.releaseNotesImage.release-image-v150 {
background-image: var(--release-image-v150);
}
.releaseNotesImage.release-image-v160 {
background-image: var(--release-image-v160);
}
.releaseNotesText {
font-size: 13px;
font-family: Helvetica, sans-serif;
max-width: 410px;
margin-right: 15px;
}
.releaseNotesText p {
display: inline;
}
.releaseNotesText h2 {
margin: 10px 0;
}
.releaseNotesText p,
.releaseNotesText ul,
.releaseNotesText ol,
.releaseNotesText h1,
.releaseNotesText h2,
.releaseNotesText h3,
.releaseNotesText h4 {
margin-bottom: 1em;
}
.releaseNotesText ul,
.releaseNotesText ol {
padding-left: 2em;
}
.releaseNotesText li {
padding: 0 0 5px;
}
.releaseNotesText a {
color: var(--link-color);
}
.releaseNotesVersionNavigation {
font-size: 13px;
}
.releaseNotesVersionNavigation > a {
margin-right: 30px;
cursor: pointer;
color: var(--title-text-and-button-background);
text-decoration: none;
}
.whatsnew {
font-size: 13px;
margin-left: 20px;
text-decoration: underline;
cursor: pointer;
color: var(--info-modal-button-bg);
}
.whatsnew:hover {
opacity: 0.7;
}
@keyframes bounce {
0% {
margin-left: 0px;
}
50% {
margin-left: 2px;
}
100% {
margin-left: 0px;
}
}
.launchArrowBounce {
color: var(--white-button-text);
float: left;
margin-top: 6px;
animation: bounce 1s var(--ease-in-out-quart) infinite;
}
.customPrivacySettings {
width: 300px;
}
.title {
font-size: 27px;
line-height: 34px;
margin-bottom: 6px;
}
.titleSub {
color: var(--header-desc-color);
font-size: 13px;
line-height: 17px;
margin-bottom: 42px;
width: 296px;
}
.titleSub a {
color: var(--link-color);
}
.privacyOptions {
display: flex;
justify-content: center;
margin-left: 35px;
padding-right: 2em;
}
.privacyOption {
width: 296px;
min-width: 296px;
height: 342px;
border-radius: 5px;
margin-right: 20px;
padding: 1px;
background-color: var(--background-back-color);
color: var(--modal-text);
cursor: pointer;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.privacyOption:hover {
padding: 0;
border: 1px solid var(--input-color);
}
.privacyOption:hover .privacyOptionTitle {
color: var(--input-color);
}
.privacyTextContainer {
margin: 0 30px;
flex: 1;
}
.privacyOptionTitle {
font-size: 15px;
line-height: 19px;
margin-bottom: 8px;
}
.privacyOptionDescription {
font-size: 13px;
line-height: 17px;
}
.privacyOptionIcon {
margin: 30px 0 20px 0;
background-repeat: no-repeat;
background-size: 150px;
width: 150px;
height: 150px;
background-position: center;
align-self: center;
}
.privacyOptionIcon.standard {
background-image: var(--stakey-privacy-standard);
}
.privacyOptionIcon.disabled {
background-image: var(--stakey-privacy-disabled);
}
.privacyOptionIcon.custom {
background-image: var(--stakey-privacy-custom);
}
.privacyOptionIcon.spvOn {
background-image: var(--enable-spv);
}
.privacyOptionIcon.spvOff {
background-image: var(--disable-spv);
}
.stakepoolAddRow {
float: left;
width: 100%;
}
.stakepoolAddCol {
padding-top: 1em;
}
.stakepoolAddCol.left {
padding-right: 1em;
}
.stakepoolAddCol.right {
float: left;
width: 27%;
margin-left: 100px;
background-color: var(--disabled-background-color);
padding: 2em;
}
.field {
display: grid;
min-height: 2em;
grid-template-columns: 30% 87%;
margin-bottom: 2em;
}
.label {
text-align: right;
}
.stakepoolAddButtons {
float: left;
}
.trezorConfigSections {
margin-top: 4em;
}
.trezorDocs {
color: var(--link-color);
}
.launchError {
margin: 0 300px 20px 0;
color: var(--error-text-color);
overflow-wrap: break-word;
}
.daemonWarning {
padding: 10px;
}
.blockchainSyncing {
padding-left: 56px;
background-image: var(--loader-animation-blockchain-syncing) !important;
background-position: 15px 15px;
background-size: 30px;
}
.daemonWaiting {
padding-left: 56px;
background-image: var(--loader-animation-daemon-waiting) !important;
background-position: 15px 15px;
background-size: 30px;
}
.daemonWaiting.initial {
background-image: var(--loader-animation-daemon-waiting-initial) !important;
}
.discoveringAddresses {
padding-left: 56px;
background-image: var(--loader-animation-discovering-addresses) !important;
background-position: 15px 15px;
background-size: 30px;
}
.establishingRpc {
padding-left: 56px;
background-image: var(--loader-animation-establishing-rpc) !important;
background-position: 15px 15px;
background-size: 30px;
}
.fetchingHeaders {
padding-left: 56px;
background-image: var(--loader-animation-fetching-headers) !important;
background-position: 15px 15px;
background-size: 30px;
}
.finalizingSetup {
padding-left: 56px;
background-image: var(--loader-animation-finalizing-setup) !important;
background-position: 15px 15px;
background-size: 30px;
}
.scanningBlocks {
padding-left: 56px;
background-image: var(--loader-animation-scanning-blocks) !important;
background-position: 15px 15px;
background-size: 30px;
}
.loading {
margin-top: -55px;
color: var(--linear-progress-text);
background-image: var(--blockchain);
}
@media screen and (max-width: 1919px) {
.settings .goBackScreenButtonArea {
left: 1230px;
}
.settings .saveButtonWrapper {
width: 1247px;
}
}
@media screen and (max-width: 1679px) {
.settings .goBackScreenButtonArea {
left: 988px;
}
.settings .saveButtonWrapper {
width: 1002px;
}
}
@media screen and (max-width: 1439px) {
.settings .goBackScreenButtonArea {
left: 726px;
}
.settings .saveButtonWrapper {
width: 740px;
}
}
@media screen and (max-width: 1180px) {
.settings .goBackScreenButtonArea {
left: 636px;
top: 112px;
}
.settings .saveButtonWrapper {
width: 650px;
}
}
@media screen and (max-width: 978px) {
.privacyOptions.wide {
justify-content: flex-start;
margin-left: 0;
}
.privacyOptions.wide .privacyOption {
width: 209px;
min-width: 209px;
}
.privacyOptions.wide .privacyOption .privacyOptionIcon {
background-size: 114px;
width: 114;
height: 114px;
}
.privacyOptions.wide .privacyOption .privacyTextContainer {
margin: 0 20px;
}
}
@media screen and (max-width: 768px) {
.releaseNotesText {
margin: 10px 0 0 0;
}
.getstartedNew {
padding: 86px 0 0 0;
}
.releaseNotes {
height: 77vh;
}
.privacyOptions {
margin: 0 -10px;
}
.pageBody.getstarted {
padding: 20px !important;
display: flex;
flex-direction: column;
height: calc(100% - 40px);
}
.pageBody.getstarted.testnetBody::before,
.pageBody.getstarted::before {
background-image: var(--small-logo);
background-size: 30px;
}
.contentTitle {
margin-bottom: 20px;
}
.getstarted.loader {
padding-top: 23px;
margin-left: 0;
}
.advancedDesc {
width: 315px;
margin-top: 0;
margin-bottom: 30px;
}
.textToggleButtonRight {
padding: 6px 10px;
}
.loaderButtons {
margin-bottom: 50px;
}
.editWalletsButton {
margin: 5px 0;
}
.loaderBar {
margin-bottom: 0;
position: fixed;
bottom: 0;
left: 0;
display: flex;
flex-direction: column;
}
.daemonLabel {
width: 77px;
}
.daemonInput {
width: 243px;
}
.daemonRow.dataform .daemonLabel {
width: 130px;
}
.daemonRow.dataform .daemonInput {
width: 190px;
}
.loaderBarButtons,
.getstarted.loader .pageForm .loaderBarButtons {
position: fixed;
margin-left: 10px;
bottom: 75px;
right: 20px;
top: initial;
}
.invisibleButton,
.button {
padding: 6px 20px;
}
.getstarted.loader .contentTitle {
font-size: 23px;
}
.getstarted.loader.logs {
margin-left: -10px;
margin-right: -10px;
padding-top: 30px;
}
.logArea .logAreaLogs {
margin: 20px;
}
.logContainer .tabbedPageSubtitle {
margin-left: 10px;
}
.getstarted.loader.logs .goBackScreenButtonArea {
top: 85px;
right: 20px;
}
.getstarted.loader.logs .loaderSettingsLogs {
right: -10px !important;
top: -40px !important;
}
.settings .tabbedPageSubtitle {
margin-left: 20px;
}
.settings .goBackScreenButtonArea {
top: 40px;
left: 342px;
}
.settings .saveButtonWrapper {
text-align: center;
width: 355px;
}
.daemonRow.multipleRow {
width: 78%;
}
.loaderSettingsLogs {
right: -30px !important;
}
.launchError {
margin: 0 0 20px 0;
width: 315px;
}
}
@media screen and (max-height: 746px) {
.pageBody.getstarted {
height: calc(100% - 60px);
}
}
@media screen and (max-width: 511px) {
.keyBlueButton {
margin-top: 0px;
}
}
@media screen and (max-width: 710px) {
.privacyOptions.wide,
.privacyOptions {
flex-direction: column;
margin: 0;
padding: 0;
}
.privacyOption {
width: 100%;
margin: 0 0 10px 0;
padding: 0;
flex-direction: row;
align-items: flex-start;
min-height: 137px;
height: inherit;
}
.privacyOptionIcon {
margin: 20px 0px;
background-size: 40px;
width: 80px;
height: 40px;
align-self: flex-start;
}
.privacyTextContainer {
margin: 20px 20px 20px 0;
}
}
@media screen and (max-width: 600px) {
.daemonRow.multipleRow {
width: 100%;
}
}
@media screen and (max-width: 540px) {
.getstarted.loader .aboutModalButton {
display: none;
}
}
@media screen and (max-width: 430px) {
.getstarted.loader .goBackScreenButtonArea {
right: 59px;
}
}
@media screen and (max-width: 375px) {
.getstartedNew {
padding: 64px 0 0 0px;
}
.title {
font-size: 23px;
}
} | app/components/views/GetStartedPage/GetStarted.module.css | .shutdownText {
font-size: 30px;
text-align: center;
}
.button {
padding: 5px 16px 10px 16px;
}
.toggleWrapper {
display: flex;
align-items: center;
justify-content: space-between;
width: 240px;
clear: left;
}
.toggleLabelExample {
margin-left: 0.1rem;
margin-top: 0.1rem;
}
.getstartedNew {
color: var(--title-text-and-button-background);
padding-left: 52px;
padding-top: 106px;
}
.toolbar {
height: 29px;
display: flex;
}
.pageForm {
width: 100%;
float: left;
}
.pageForm.toggle {
padding-top: 25px;
height: 258px;
}
.daemonNetwork {
font-size: 20px;
text-transform: capitalize;
}
.daemonRow {
float: left;
width: 100%;
height: 44px;
margin-bottom: 10px;
}
.daemonLabel {
float: left;
width: 130px;
text-align: right;
color: var(--wallet-tutorial-text);
font-size: 13px;
}
.daemonInput {
padding-left: 10px;
float: left;
width: 295px;
}
.daemonInput .inputAndUnit > input {
line-height: 17px;
font-size: 13px;
}
.daemonInput .inputAndUnit > input::placeholder {
color: #c4cbd2;
}
.daemonLongInput {
padding-left: 20px;
width: 350px;
}
.advancedOption {
margin: 10px;
}
.advancedOption > .extra {
margin: 15px 23px 30px;
display: flex;
flex-flow: row wrap;
align-items: center;
}
.advancedOptions {
height: 100%;
margin-bottom: 20px;
max-width: 600px;
}
.pageBody.getstarted {
padding: 40px;
display: block;
background-color: var(--background-container);
z-index: 3;
height: calc(100% - 60px);
overflow-x: hidden;
}
.pageBody.getstarted::before {
content: "";
width: 100%;
height: 33px;
top: 0;
left: 0;
display: block;
background-repeat: no-repeat;
background-image: var(--launcher-logo);
background-size: 173px;
background-position: 0 0;
}
.pageBody.getstarted.testnetBody::before {
background-image: var(--testnet-logo);
}
.pageBody.getstarted .tabbedPageSubtitle {
font-size: 27px;
margin-left: 10px;
}
.pageBody.getstarted .getstarted.settings .tabbedPageSubtitle {
margin-left: 0;
}
.getstarted {
color: var(--title-text-and-button-background);
}
.getstarted.loader.logs .active {
color: var(--input-color);
}
.getstarted.loader.logs .logContainer {
margin-top: 10px;
max-height: 600px;
width: 100%;
overflow-y: auto;
}
.getstarted.loader {
padding-top: 57px;
position: relative;
}
.settings .goBackScreenButtonArea {
position: absolute;
left: 1467px;
top: 66px;
right: initial;
}
.settings .saveButtonWrapper {
width: 1484px;
text-align: right;
}
.settings .saveButtonWrapper .keyBlueButton {
margin-top: 0;
padding: 12px 30px 14px 30px;
}
.goBackScreenButtonArea {
position: fixed;
right: 55px;
top: 135px;
font-size: 14px;
line-height: 14px;
}
.goBackScreenButton {
height: 12px;
width: 12px;
background-repeat: no-repeat;
background-size: 12px;
background-image: var(--x-grey);
opacity: 1;
cursor: pointer;
}
.goBackScreenButton:hover {
opacity: 0.7;
}
.loaderBarIcon {
position: absolute;
right: 37px;
top: 286px;
}
.loaderBarIcon .loaderBarIconText {
float: left;
margin-top: 14px;
margin-right: 20px;
}
.loaderBarIcon .newLogoAnimation {
float: right;
margin: 0;
height: 50px;
width: 50px;
background-size: 50px;
}
.loaderBar {
float: left;
width: 100%;
margin-bottom: 20px;
}
.loaderButtons {
float: left;
margin-bottom: 90px;
width: 100%;
}
.loaderSettingsLogs {
position: absolute;
right: 15px;
top: -25px;
margin: inherit;
user-select: none;
}
.getstarted.loader .tutorialButton {
background-color: var(--info-modal-button-bg);
color: var(--back-button-dark-text);
}
.getstarted.loader .tutorialButton:hover {
background-color: var(--title-text-and-button-background-hovered);
}
.getstarted.loader .pageForm .loaderBarButtons {
position: absolute;
top: 320px;
right: 0px;
}
.getstarted.loader .contentTitle {
font-size: 27px;
line-height: 34px;
margin-bottom: 13px;
float: left;
width: 100%;
}
.getstarted.loader .contentTitle .loaderBarButtons {
position: fixed;
right: 41px;
top: 425px;
user-select: none;
}
.getstarted.loader .contentTitle .loaderBarButtons > .button:not(:last-child) {
margin-right: 10px;
}
.getstarted.loader .contentTitle .loaderBarButtons .invisibleButton {
font-weight: 400;
}
.getstarted.content {
margin-top: 55px;
}
.walletKeyBlueButton:not(.keyBlueButtonDisabled) {
box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.21);
}
.walletKeyBlueButton:hover {
box-shadow: none;
}
.walletIcon {
margin-left: 54px;
height: 62px;
width: 62px;
background-repeat: no-repeat;
background-size: 45px 45px;
background-position: 8px 10px;
}
.walletIcon.wallet {
background-image: var(--wallet-gray-icon);
}
.walletIcon.selected {
background-image: var(--wallet-blue-icon);
}
.walletIcon.createnew {
margin-top: 25px;
background-size: 58px 58px;
background-position: 0px 5px;
background-image: var(--createnewwallet);
}
.walletIcon.restore {
margin-top: 25px;
background-size: 58px 58px;
background-position: 0px 5px;
background-image: var(--restore-wallet-icon);
}
.displayWallet {
margin: 5px 10px 5px 0px;
float: left;
height: 161px;
width: 168px;
border-radius: 5px;
border: 1px solid var(--background-container);
background: var(--display-wallet-bg);
font-size: 15px;
}
.displayWallet:hover {
cursor: pointer;
}
.displayWallet.new {
background: none;
background-color: var(--background-back-color);
}
.displayWallet.new .displayWalletName {
color: var(--new_wallet-label);
margin-top: 20px;
}
.displayWalletButtons {
text-align: center;
margin-top: 5px;
margin-right: 10px;
float: right;
}
.displayWalletButton {
height: 20px;
width: 20px;
border-radius: 3px;
background-repeat: no-repeat;
background-size: 14px;
background-position: 50% 50%;
}
.displayWalletButton.remove {
background-color: var(--button-text);
background-image: var(--launcher-wallet-delete);
box-shadow: 0px 3px 8px var(--title-text-and-button-background-drop-shadow);
padding: 0;
}
.displayWalletButton.remove:hover {
background-color: var(--button-text);
background-image: var(--launcher-wallet-delete-hover);
box-shadow: 0px 1px 3px var(--title-text-and-button-background-drop-shadow);
}
.displayWallet:hover:not(.selected) {
border: 1px solid var(--disabled-color);
}
.displayWallet.selected {
background: linear-gradient(
45deg,
var(--input-color),
var(--display-wallet-gradient-selected-right)
);
box-shadow: 0px 5px 21px var(--title-text-and-button-background-drop-shadow);
border: 1px solid var(--input-color);
}
.displayWallet.selected .displayWalletName {
color: var(--selected_wallet-label);
}
.displayWalletComplete {
color: var(--title-text-and-button-background);
margin-top: 5px;
min-height: 20px;
text-align: center;
text-transform: capitalize;
font-size: 12px;
}
.displayWalletName {
color: var(--wallet-label);
text-align: center;
}
.displayWalletLastAccess {
height: 11px;
color: var(--button-text);
text-align: center;
font-size: 11px;
}
.displayWalletCancelChanges {
float: left;
margin-top: 7px;
margin-left: 39px;
font-size: 14px;
text-align: center;
cursor: pointer;
transition: all 131ms var(--ease-in-out-quart);
}
.displayWalletLaunch {
color: var(--white-button-text);
float: left;
margin-top: 7px;
margin-left: 39px;
margin-right: 3px;
font-size: 14px;
text-align: center;
cursor: pointer;
transition: color 131ms var(--ease-in-out-quart);
}
.displayWalletCancelChanges:hover,
.displayWalletLaunch:hover {
border-bottom: 1px solid var(--background-back-color);
}
.displayWalletLastAccess.selected,
.displayWalletComplete.selected {
color: var(--wallet-desc);
}
.editWalletsButton {
margin: 5px;
float: left;
height: 36px;
width: 36px;
border-radius: 5px;
background-color: var(--background-back-color);
background-repeat: no-repeat;
background-size: 20px 20px;
background-position: 50% 50%;
background-image: var(--launcher-edit-wallets);
cursor: pointer;
}
.editWalletsButton:hover {
background-image: var(--launcher-edit-wallets-hover);
}
.editWalletsButton.close {
background-color: var(--disabled-color);
background-size: 12px 12px;
background-image: var(--x-white-icon);
}
.newWalletTitleArea {
float: left;
width: 100%;
margin-left: 22px;
margin-top: 20px;
margin-bottom: 22px;
}
.newWalletTitle {
float: left;
font-size: 15px;
line-height: 19px;
margin-top: 3px;
}
.walletIconSmall {
float: left;
height: 30px;
width: 30px;
background-repeat: no-repeat;
background-size: 30px;
margin-right: 10px;
}
.walletIconSmall.createnew {
background-image: var(--createnewwallet);
}
.walletIconSmall.restore {
background-image: var(--restore-wallet-icon);
}
.contentTitle {
font-size: 27px;
line-height: 34px;
margin-bottom: 35px;
width: 100%;
}
.advancedDesc {
font-size: 19px;
color: var(--modal-text);
margin-bottom: 43px;
margin-top: 60px;
width: 444px;
float: left;
}
.releaseNotes {
display: flex;
clear: both;
flex-wrap: wrap;
justify-content: space-between;
height: 65vh;
overflow-y: scroll;
padding-right: 1em;
}
.releaseNotesImage {
width: 590px;
height: 295px;
margin-top: 14px;
background-repeat: no-repeat;
background-size: 590px;
}
@media screen and (max-width: 1140px) {
.releaseNotesImage {
flex: 1;
margin-top: 14px;
background-repeat: no-repeat;
width: 100%;
height: 0;
background-size: contain;
padding-bottom: 50%;
}
}
@media screen and (max-width: 890px) {
.releaseNotesText {
max-width: inherit;
margin-left: 15px;
}
.releaseNotesImage {
order: -1;
}
}
.releaseNotesImage.release-image-v130 {
background-image: var(--release-image-v130);
}
.releaseNotesImage.release-image-v140 {
background-image: var(--release-image-v140);
}
.releaseNotesImage.release-image-v150 {
background-image: var(--release-image-v150);
}
.releaseNotesImage.release-image-v160 {
background-image: var(--release-image-v160);
}
.releaseNotesText {
font-size: 13px;
font-family: Helvetica, sans-serif;
max-width: 410px;
margin-right: 15px;
}
.releaseNotesText p {
display: inline;
}
.releaseNotesText h2 {
margin: 10px 0;
}
.releaseNotesText p,
.releaseNotesText ul,
.releaseNotesText ol,
.releaseNotesText h1,
.releaseNotesText h2,
.releaseNotesText h3,
.releaseNotesText h4 {
margin-bottom: 1em;
}
.releaseNotesText ul,
.releaseNotesText ol {
padding-left: 2em;
}
.releaseNotesText li {
padding: 0 0 5px;
}
.releaseNotesText a {
color: var(--link-color);
}
.releaseNotesVersionNavigation {
font-size: 13px;
}
.releaseNotesVersionNavigation > a {
margin-right: 30px;
cursor: pointer;
color: var(--title-text-and-button-background);
text-decoration: none;
}
.whatsnew {
font-size: 13px;
margin-left: 20px;
text-decoration: underline;
cursor: pointer;
color: var(--info-modal-button-bg);
}
.whatsnew:hover {
opacity: 0.7;
}
@keyframes bounce {
0% {
margin-left: 0px;
}
50% {
margin-left: 2px;
}
100% {
margin-left: 0px;
}
}
.launchArrowBounce {
color: var(--white-button-text);
float: left;
margin-top: 6px;
animation: bounce 1s var(--ease-in-out-quart) infinite;
}
.customPrivacySettings {
width: 300px;
}
.title {
font-size: 27px;
line-height: 34px;
margin-bottom: 6px;
}
.titleSub {
color: var(--header-desc-color);
font-size: 13px;
line-height: 17px;
margin-bottom: 42px;
width: 296px;
}
.titleSub a {
color: var(--link-color);
}
.privacyOptions {
display: flex;
justify-content: center;
margin-left: 35px;
padding-right: 2em;
}
.privacyOption {
width: 296px;
min-width: 296px;
height: 342px;
border-radius: 5px;
margin-right: 20px;
padding: 1px;
background-color: var(--background-back-color);
color: var(--modal-text);
cursor: pointer;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.privacyOption:hover {
padding: 0;
border: 1px solid var(--input-color);
}
.privacyOption:hover .privacyOptionTitle {
color: var(--input-color);
}
.privacyTextContainer {
margin: 0 30px;
flex: 1;
}
.privacyOptionTitle {
font-size: 15px;
line-height: 19px;
margin-bottom: 8px;
}
.privacyOptionDescription {
font-size: 13px;
line-height: 17px;
}
.privacyOptionIcon {
margin: 30px 0 20px 0;
background-repeat: no-repeat;
background-size: 150px;
width: 150px;
height: 150px;
background-position: center;
align-self: center;
}
.privacyOptionIcon.standard {
background-image: var(--stakey-privacy-standard);
}
.privacyOptionIcon.disabled {
background-image: var(--stakey-privacy-disabled);
}
.privacyOptionIcon.custom {
background-image: var(--stakey-privacy-custom);
}
.privacyOptionIcon.spvOn {
background-image: var(--enable-spv);
}
.privacyOptionIcon.spvOff {
background-image: var(--disable-spv);
}
.stakepoolAddRow {
float: left;
width: 100%;
}
.stakepoolAddCol {
padding-top: 1em;
}
.stakepoolAddCol.left {
padding-right: 1em;
}
.stakepoolAddCol.right {
float: left;
width: 27%;
margin-left: 100px;
background-color: var(--disabled-background-color);
padding: 2em;
}
.field {
display: grid;
min-height: 2em;
grid-template-columns: 30% 87%;
margin-bottom: 2em;
}
.label {
text-align: right;
}
.stakepoolAddButtons {
float: left;
}
.trezorConfigSections {
margin-top: 4em;
}
.trezorDocs {
color: var(--link-color);
}
.launchError {
margin: 0 300px 20px 0;
color: var(--error-text-color);
overflow-wrap: break-word;
}
.daemonWarning {
padding: 10px;
}
.blockchainSyncing {
padding-left: 56px;
background-image: var(--loader-animation-blockchain-syncing) !important;
background-position: 15px 15px;
background-size: 30px;
}
.daemonWaiting {
padding-left: 56px;
background-image: var(--loader-animation-daemon-waiting) !important;
background-position: 15px 15px;
background-size: 30px;
}
.daemonWaiting.initial {
background-image: var(--loader-animation-daemon-waiting-initial) !important;
}
.discoveringAddresses {
padding-left: 56px;
background-image: var(--loader-animation-discovering-addresses) !important;
background-position: 15px 15px;
background-size: 30px;
}
.establishingRpc {
padding-left: 56px;
background-image: var(--loader-animation-establishing-rpc) !important;
background-position: 15px 15px;
background-size: 30px;
}
.fetchingHeaders {
padding-left: 56px;
background-image: var(--loader-animation-fetching-headers) !important;
background-position: 15px 15px;
background-size: 30px;
}
.finalizingSetup {
padding-left: 56px;
background-image: var(--loader-animation-finalizing-setup) !important;
background-position: 15px 15px;
background-size: 30px;
}
.scanningBlocks {
padding-left: 56px;
background-image: var(--loader-animation-scanning-blocks) !important;
background-position: 15px 15px;
background-size: 30px;
}
.loading {
margin-top: -55px;
color: var(--linear-progress-text);
background-image: var(--blockchain);
}
@media screen and (max-width: 1919px) {
.settings .goBackScreenButtonArea {
left: 1230px;
}
.settings .saveButtonWrapper {
width: 1247px;
}
}
@media screen and (max-width: 1679px) {
.settings .goBackScreenButtonArea {
left: 988px;
}
.settings .saveButtonWrapper {
width: 1002px;
}
}
@media screen and (max-width: 1439px) {
.settings .goBackScreenButtonArea {
left: 726px;
}
.settings .saveButtonWrapper {
width: 740px;
}
}
@media screen and (max-width: 1180px) {
.settings .goBackScreenButtonArea {
left: 636px;
top: 112px;
}
.settings .saveButtonWrapper {
width: 650px;
}
}
@media screen and (max-width: 978px) {
.privacyOptions.wide {
justify-content: flex-start;
margin-left: 0;
}
.privacyOptions.wide .privacyOption {
width: 209px;
min-width: 209px;
}
.privacyOptions.wide .privacyOption .privacyOptionIcon {
background-size: 114px;
width: 114;
height: 114px;
}
.privacyOptions.wide .privacyOption .privacyTextContainer {
margin: 0 20px;
}
}
@media screen and (max-width: 768px) {
.releaseNotesText {
margin: 10px 0 0 0;
}
.getstartedNew {
padding: 86px 0 0 0;
}
.releaseNotes {
height: 77vh;
}
.privacyOptions {
margin: 0 -10px;
}
.pageBody.getstarted {
padding: 20px !important;
display: flex;
flex-direction: column;
height: calc(100% - 40px);
}
.pageBody.getstarted.testnetBody::before,
.pageBody.getstarted::before {
background-image: var(--small-logo);
background-size: 30px;
}
.contentTitle {
margin-bottom: 20px;
}
.getstarted.loader {
padding-top: 23px;
margin-left: 0;
}
.advancedDesc {
width: 315px;
margin-top: 0;
margin-bottom: 30px;
}
.textToggleButtonRight {
padding: 6px 10px;
}
.loaderButtons {
margin-bottom: 50px;
}
.editWalletsButton {
margin: 5px 0;
}
.loaderBar {
margin-bottom: 0;
position: fixed;
bottom: 0;
left: 0;
display: flex;
flex-direction: column;
}
.daemonLabel {
width: 77px;
}
.daemonInput {
width: 243px;
}
.daemonRow.dataform .daemonLabel {
width: 130px;
}
.daemonRow.dataform .daemonInput {
width: 190px;
}
.loaderBarButtons,
.getstarted.loader .pageForm .loaderBarButtons {
position: fixed;
margin-left: 10px;
bottom: 75px;
right: 20px;
top: initial;
}
.invisibleButton,
.button {
padding: 6px 20px;
}
.getstarted.loader .contentTitle {
font-size: 23px;
}
.getstarted.loader.logs {
margin-left: -10px;
margin-right: -10px;
padding-top: 30px;
}
.logArea .logAreaLogs {
margin: 20px;
}
.logContainer .tabbedPageSubtitle {
margin-left: 10px;
}
.getstarted.loader.logs .goBackScreenButtonArea {
top: 85px;
right: 20px;
}
.getstarted.loader.logs .loaderSettingsLogs {
right: -10px !important;
top: -40px !important;
}
.settings .tabbedPageSubtitle {
margin-left: 20px;
}
.settings .goBackScreenButtonArea {
top: 40px;
left: 342px;
}
.settings .saveButtonWrapper {
text-align: center;
width: 355px;
}
.daemonRow.multipleRow {
width: 78%;
}
.loaderSettingsLogs {
right: -30px !important;
}
.launchError {
margin: 0 0 20px 0;
width: 315px;
}
}
@media screen and (max-height: 746px) {
.pageBody.getstarted {
height: calc(100% - 60px);
}
}
@media screen and (max-width: 511px) {
.keyBlueButton {
margin-top: 0px;
}
}
@media screen and (max-width: 710px) {
.privacyOptions.wide,
.privacyOptions {
flex-direction: column;
margin: 0;
padding: 0;
}
.privacyOption {
width: 100%;
margin: 0 0 10px 0;
padding: 0;
flex-direction: row;
align-items: flex-start;
min-height: 137px;
height: inherit;
}
.privacyOptionIcon {
margin: 20px 0px;
background-size: 40px;
width: 80px;
height: 40px;
align-self: flex-start;
}
.privacyTextContainer {
margin: 20px 20px 20px 0;
}
}
@media screen and (max-width: 600px) {
.daemonRow.multipleRow {
width: 100%;
}
}
@media screen and (max-width: 540px) {
.getstarted.loader .aboutModalButton {
display: none;
}
}
@media screen and (max-width: 430px) {
.getstarted.loader .goBackScreenButtonArea {
right: 59px;
}
}
@media screen and (max-width: 375px) {
.getstartedNew {
padding: 64px 0 0 0px;
}
.title {
font-size: 23px;
}
} | 0.535341 | 0.126488 |
.container {
width: 100%;
height: auto;
display: flex;
min-height: 100vh;
align-items: center;
flex-direction: column;
justify-content: space-between;
background-color: var(--dl-color-primary-100);
}
.Hero {
width: 100%;
display: flex;
padding: var(--dl-space-space-threeunits);
position: relative;
max-width: var(--dl-size-size-maxwidth);
align-self: center;
min-height: 80vh;
align-items: center;
flex-direction: row;
justify-content: space-between;
}
.container01 {
flex: 0 0 auto;
width: auto;
height: auto;
display: flex;
align-items: space-between;
flex-direction: column;
}
.container02 {
flex: 0 0 auto;
width: auto;
height: auto;
display: flex;
align-items: space-between;
flex-direction: column;
}
.container03 {
flex: 0 0 auto;
width: auto;
height: 170px;
display: flex;
position: relative;
align-items: space-between;
flex-direction: column;
}
.container04 {
width: auto;
height: 122px;
display: flex;
align-items: space-between;
flex-direction: column;
}
.container05 {
flex: 0 0 auto;
width: auto;
height: auto;
display: flex;
align-items: space-between;
flex-direction: column;
}
.container06 {
flex: 0 0 auto;
width: auto;
height: auto;
display: flex;
align-items: space-between;
flex-direction: column;
}
.container07 {
flex: 0 0 auto;
width: auto;
height: auto;
display: flex;
align-items: space-between;
flex-direction: column;
}
.container08 {
flex: 0 0 auto;
width: auto;
height: auto;
display: flex;
align-items: space-between;
flex-direction: column;
}
.container09 {
display: flex;
margin-right: var(--dl-space-space-threeunits);
padding-right: var(--dl-space-space-threeunits);
flex-direction: column;
}
.text {
font-size: 3rem;
max-width: 450px;
font-style: normal;
font-family: Montserrat;
font-weight: 900;
}
.text1 {
margin-top: var(--dl-space-space-halfunit);
font-family: Montserrat;
margin-bottom: var(--dl-space-space-halfunit);
}
.button {
color: var(--dl-color-gray-white);
width: 188px;
height: 38px;
align-self: flex-start;
font-style: normal;
text-align: center;
font-family: Montserrat;
font-weight: 500;
border-width: 0px;
border-radius: var(--dl-radius-radius-radius8);
text-transform: capitalize;
background-color: var(--dl-color-primary-500);
}
.container10 {
width: 464px;
height: 398px;
display: flex;
align-items: flex-end;
border-color: rgba(120, 120, 120, 0.4);
border-style: hidden;
border-width: 0px;
flex-direction: column;
background-size: cover;
justify-content: center;
background-image: url("/playground_assets/logo%20(1)-1000h.png");
background-position: right;
}
@media(max-width: 991px) {
.Hero {
flex-direction: column;
}
.container09 {
align-items: center;
margin-right: 0px;
margin-bottom: var(--dl-space-space-twounits);
padding-right: 0px;
}
.text {
text-align: center;
}
.text1 {
text-align: center;
padding-left: var(--dl-space-space-threeunits);
padding-right: var(--dl-space-space-threeunits);
}
}
@media(max-width: 767px) {
.Hero {
padding-left: var(--dl-space-space-twounits);
padding-right: var(--dl-space-space-twounits);
}
.text1 {
padding-left: var(--dl-space-space-unit);
padding-right: var(--dl-space-space-unit);
}
.container10 {
width: 80%;
}
}
@media(max-width: 479px) {
.Hero {
padding-top: var(--dl-space-space-twounits);
padding-left: var(--dl-space-space-unit);
padding-right: var(--dl-space-space-unit);
padding-bottom: var(--dl-space-space-twounits);
}
.container09 {
margin-bottom: var(--dl-space-space-unit);
}
} | src/pages/index.module.css | .container {
width: 100%;
height: auto;
display: flex;
min-height: 100vh;
align-items: center;
flex-direction: column;
justify-content: space-between;
background-color: var(--dl-color-primary-100);
}
.Hero {
width: 100%;
display: flex;
padding: var(--dl-space-space-threeunits);
position: relative;
max-width: var(--dl-size-size-maxwidth);
align-self: center;
min-height: 80vh;
align-items: center;
flex-direction: row;
justify-content: space-between;
}
.container01 {
flex: 0 0 auto;
width: auto;
height: auto;
display: flex;
align-items: space-between;
flex-direction: column;
}
.container02 {
flex: 0 0 auto;
width: auto;
height: auto;
display: flex;
align-items: space-between;
flex-direction: column;
}
.container03 {
flex: 0 0 auto;
width: auto;
height: 170px;
display: flex;
position: relative;
align-items: space-between;
flex-direction: column;
}
.container04 {
width: auto;
height: 122px;
display: flex;
align-items: space-between;
flex-direction: column;
}
.container05 {
flex: 0 0 auto;
width: auto;
height: auto;
display: flex;
align-items: space-between;
flex-direction: column;
}
.container06 {
flex: 0 0 auto;
width: auto;
height: auto;
display: flex;
align-items: space-between;
flex-direction: column;
}
.container07 {
flex: 0 0 auto;
width: auto;
height: auto;
display: flex;
align-items: space-between;
flex-direction: column;
}
.container08 {
flex: 0 0 auto;
width: auto;
height: auto;
display: flex;
align-items: space-between;
flex-direction: column;
}
.container09 {
display: flex;
margin-right: var(--dl-space-space-threeunits);
padding-right: var(--dl-space-space-threeunits);
flex-direction: column;
}
.text {
font-size: 3rem;
max-width: 450px;
font-style: normal;
font-family: Montserrat;
font-weight: 900;
}
.text1 {
margin-top: var(--dl-space-space-halfunit);
font-family: Montserrat;
margin-bottom: var(--dl-space-space-halfunit);
}
.button {
color: var(--dl-color-gray-white);
width: 188px;
height: 38px;
align-self: flex-start;
font-style: normal;
text-align: center;
font-family: Montserrat;
font-weight: 500;
border-width: 0px;
border-radius: var(--dl-radius-radius-radius8);
text-transform: capitalize;
background-color: var(--dl-color-primary-500);
}
.container10 {
width: 464px;
height: 398px;
display: flex;
align-items: flex-end;
border-color: rgba(120, 120, 120, 0.4);
border-style: hidden;
border-width: 0px;
flex-direction: column;
background-size: cover;
justify-content: center;
background-image: url("/playground_assets/logo%20(1)-1000h.png");
background-position: right;
}
@media(max-width: 991px) {
.Hero {
flex-direction: column;
}
.container09 {
align-items: center;
margin-right: 0px;
margin-bottom: var(--dl-space-space-twounits);
padding-right: 0px;
}
.text {
text-align: center;
}
.text1 {
text-align: center;
padding-left: var(--dl-space-space-threeunits);
padding-right: var(--dl-space-space-threeunits);
}
}
@media(max-width: 767px) {
.Hero {
padding-left: var(--dl-space-space-twounits);
padding-right: var(--dl-space-space-twounits);
}
.text1 {
padding-left: var(--dl-space-space-unit);
padding-right: var(--dl-space-space-unit);
}
.container10 {
width: 80%;
}
}
@media(max-width: 479px) {
.Hero {
padding-top: var(--dl-space-space-twounits);
padding-left: var(--dl-space-space-unit);
padding-right: var(--dl-space-space-unit);
padding-bottom: var(--dl-space-space-twounits);
}
.container09 {
margin-bottom: var(--dl-space-space-unit);
}
} | 0.527073 | 0.089177 |
body {
background-color: #fff;
position:relative;
}
body {
margin: 0 auto;
min-width: 1140px;
overflow-x: hidden;
}
body, p, div {
margin: 0;
padding: 0;
word-wrap: break-word;
}
body {
font-size: 12px;
font-family: Arial,"Lucida Grande","Microsoft YaHei UI","Hiragino Sans GB","Hiragino Sans GB W3",SimSun,"PingFang SC",STHeiti;
_font-family: Tahoma,Arial,Helvetica,STHeiti;
color: #666;
}
body, p, div {
margin: 0;
padding: 0;
word-wrap: break-word;
}
ul, li, ol {
list-style: none;
padding: 0;
margin: 0;
}
ul, li {
list-style: none;
}
a {
background-color: transparent;
text-decoration: none;
color: #ff9d00;
cursor: pointer;
}
.wrapper {
width: 1000px;
margin: 15px auto 0;
}
.focus {
height: 340px;
margin: 10px 0 15px;
}
body, p, div {
margin: 0;
padding: 0;
word-wrap: break-word;
}
.mdd_nav {
float: left;
width: 260px;
}
body, p, div {
margin: 0;
padding: 0;
word-wrap: break-word;
}
.gonglve-nav {
border: 1px solid #ddd;
border-bottom: 0;
box-shadow: 0 0.5px 2px rgba(0,0,0,0.1);
position: relative;
z-index: 10;
}
.gonglve-nav .nav-title {
height: 40px;
padding: 0 15px;
border-bottom: 1px solid #ddd;
background-color: #fff;
line-height: 40px;
font-size: 14px;
color: #666;
cursor: default;
position: relative;
z-index: 2;
}
h1, h2, h3 {
font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p, dl, dt, dd {
margin: 0;
}
h1, h2, h3, h4, h5, h6 {
/*margin: 0;*/
padding: 0;
font-size: 100%;
}
.gonglve-nav .nav-title .gn-arrow {
position: absolute;
right: 15px;
top: 15px;
width: 6px;
height: 10px;
background: url(../../img/view/travel/new-gl-icon6.png) no-repeat -20px -40px;
overflow: hidden;
}
b, strong {
font-weight: bold;
}
.gonglve-nav .nav-panel {
position: absolute;
left: 258px;
top: -1px;
width: 350px;
height: 338px;
border: 1px solid #ddd;
background-color: #fff;
display: none;
box-shadow: 0 3px 2px rgba(0,0,0,.1);
}
.gonglve-nav .rank-panel ol {
position: absolute;
z-index: 2;
padding: 15px 10px;
width: 260px;
line-height: 30px;
}
.gonglve-nav .rank-panel li {
height: 30px;
overflow: hidden;
}
.gonglve-nav .rank-panel .top3 .rank-num, .gonglve-nav .rank-panel .top3 strong a {
color: #ffa800;
}
.gonglve-nav .rank-panel .rank-num {
float: left;
width: 30px;
font-size: 20px;
font-family: Letter Gothic Std, Verdana, Geneva, sans-serif;
text-align: right;
color: #aaa;
font-weight: bold;
}
.gonglve-nav .rank-panel strong {
padding: 0 15px;
font-size: 14px;
font-weight: normal;
color: #666;
}
.gonglve-nav .nav-panel a {
color: #999;
}
.gonglve-nav .nav-panel .nav-banner {
background: url(http://file31.mafengwo.net/M00/DB/72/wKgBs1dfpuaATGRlAAAVhrE4pLc75.jpeg) no-repeat;
/*background:url(http://file31.mafengwo.net/M00/DB/72/wKgBs1dfpuaATGRlAAAVhrE4pLc75.jpeg) no-repeat;2*/
/*background:url(http://file31.mafengwo.net/M00/DB/72/wKgBs1dfpuaATGRlAAAVhrE4pLc75.jpeg) no-repeat;3"*/
}
.gonglve-nav .nav-banner {
position: absolute;
_top: 1px;
z-index: 1;
width: 506px;
height: 345px;
background-repeat: no-repeat;
background-position: right bottom;
display: none;
}
.input_like {
border: 2px #FFA800 solid;
height: 40px;
margin-top: 10px;
position: relative;
z-index: 10;
}
.input_like span {
float: left;
height: 27px;
width: 29px;
background: url(../../img/view/travel/new-gl-icon6.png) -20px -60px no-repeat;
margin-top: 7px;
margin-left: 8px;
}
.input_like input {
line-height: normal;
}
.input_like input {
height: 30px;
line-height: 30px;
float: left;
width: 206px;
padding: 3px 0;
border: 0;
font-size: 12px;
color: #888888;
margin-left: 8px;
margin-top: 2px;
outline: none;
font-family: "Microsoft YaHei UI",Tahoma,Arial,Helvetica,STHeiti;
}
.clear {
clear: both;
display: block;
height: 0;
font-size: 0;
line-height: 0;
overflow: hidden;
}
.search_resu {
border: 1px #FFA800 solid;
width: 518px;
position: absolute;
z-index: 50;
top: 41px;
left: -2px;
background: #fff;
padding-bottom: 30px;
display: none;
}
.app_d {
border-bottom: 1px #E3E3E3 solid;
height: 50px;
overflow: hidden;
padding-bottom: 14px;
margin-top: 15px;
}
.app_d h3 {
float: left;
height: 50px;
width: 50px;
overflow: hidden;
}
.app_d>h3>a>img {
width: 50px;
height: 50px;
}
.domn_in {
float: left;
width: 180px;
margin-left: 18px;
display: inline;
}
.domn_in h4 {
font-size: 16px;
color: #414141;
line-height: 18px;
font-weight: normal;
margin-top: 5px;
}
.domn_in p {
margin-top: 8px;
}
.domn_in p a {
float: left;
color: #666;
line-height: 14px;
cursor: auto;
}
.domn_in p span {
float: left;
color: #D8D8D8;
height: 12px;
width: 2px;
line-height: 14px;
padding: 0 5px;
overflow: hidden;
}
.clear {
clear: both;
display: block;
height: 0;
font-size: 0;
line-height: 0;
overflow: hidden;
}
.focus .slide {
width: 700px;
float: right;
height: 340px;
overflow: hidden;
position: relative;
}
/*element.style {*/
/* left: 0;*/
/*}*/
.focus .slide ul {
width: 9999px;
position: absolute;
left: 0;
top: 0;
}
.focus .slide ul li {
float: left;
width: 700px;
height: 340px;
overflow: hidden;
}
img {
border: 0 none;
vertical-align: middle;
}
.focus .slide ol {
position: absolute;
right: 30px;
bottom: 24px;
}
.focus .slide ol li.on {
background: url(../../img/view/travel/scroll_b.png) 0 0 no-repeat;
}
/*未实现,被覆盖掉了*/
.focus .slide ol li {
float: left;
width: 20px;
height: 20px;
margin-left: 5px;
background: url(../../img/view/travel/scroll_s.png) center 5px no-repeat;
text-indent: -10000px;
overflow: hidden;
cursor: pointer;
}
/*旅游攻略*/
.gonglve_wrap {
margin-top: 15px;
padding-bottom: 20px;
}
.cont-main {
float: right;
width: 790px;
margin-bottom: 20px;
}
.cont-main .hd {
height: 50px;
border-bottom: 1px solid #eee;
line-height: 48px;
}
.cont-main .hd h3 {
float: left;
font-weight: normal;
font-size: 20px;
color: #333;
}
.feed-item {
padding: 20px 0;
font-size: 14px;
line-height: 24px;
}
.feed-item a {
display: block;
}
.feed-item .stat {
float: right;
padding: 0 15px;
line-height: 30px;
border: 1px solid #ff9d00;
border-radius: 15px;
font-size: 14px;
background-color: #fff;
color: #666;
}
.feed-item .stat .num {
color: #ff9d00;
}
.feed-item .icon-hand, .feed-item .icon-cart {
display: inline-block;
margin-left: 10px;
width: 15px;
height: 15px;
background: url(../../img/view/travel/new-gl-icon6.png) no-repeat -40px -40px;
overflow: hidden;
vertical-align: -2px;
*vertical-align: middle;
}
.feed-item .icon-cart {
width: 16px;
background-position: -20px -116px;
}
.cont-main .type {
float: left;
display: inline-block;
line-height: 20px;
font-size: 12px;
color: #666;
}
.cont-main .type .icon-sales {
background-position: 0 -20px;
}
.cont-main .type i {
float: left;
margin-right: 10px;
width: 20px;
height: 20px;
background: url(../../img/view/travel/new-gl-icon6.png) no-repeat 0 0;
overflow: hidden;
}
.cont-main .type strong {
font-weight: normal;
color: #ff9d00;
}
.feed-item .title {
margin-bottom: 15px;
font-size: 20px;
color: #333;
}
.feed-item .txt {
margin-bottom: 15px;
color: #666;
}
.feed-item .imgs li {
float: left;
width: 220px;
display: inline;
margin-right: 15px;
}
.feed-item .imgs .ext-r {
float: right;
margin: 0;
width: auto;
line-height: 130px;
}
.cont-main .hr {
margin-top: 20px;
height: 1px;
background-color: #e5e5e5;
overflow: hidden;
}
.sidebar {
float: left;
width: 160px;
}
.side-hd {
height: 50px;
font-size: 16px;
color: #333;
border-bottom: 1px solid #eee;
line-height: 48px;
}
.nav-drop {
margin-bottom: 10px;
height: 45px;
line-height: 25px;
color: #333;
border-bottom: 1px solid #eee;
}
.drop-item {
float: left;
width: 40px;
font-size: 14px;
}
.drop-item .trigger {
padding: 10px 0;
height: 22px;
cursor: pointer;
}
.drop-item .trigger i {
float: right;
margin-top: 10px;
border-top: 4px solid #999;
border-left: 4px dashed transparent;
border-right: 4px dashed transparent;
font-size: 0;
overflow: hidden;
}
.drop-pop {
position: absolute;
margin-top: 10px;
width: 410px;
padding: 20px;
background-color: #fff;
border: 1px solid #e5e5e5;
line-height: 30px;
display: none;
}
.drop-pop .inner {
overflow: hidden;
}
.drop-pop ul {
margin-left: -15px;
}
.drop-pop li {
float: left;
margin: 0 15px;
}
.drop-pop li:before {
content: '';
float: left;
margin: 8px 0 0 -15px;
width: 1px;
height: 13px;
background-color: #eee;
}
.drop-pop a {
color: #333;
}
.drop-item+.drop-item:before {
content: '';
position: absolute;
margin: 16px 0 0 -10px;
width: 1px;
height: 13px;
background-color: #eee;
}
.drop-item+.drop-item {
margin-left: 20px;
}
.rank .gl_list {
float: none;
}
.rank li {
padding: 15px 0;
}
.gl_list {
width: 130px;
float: left;
margin-right: 40px;
}
.rank a {
color: #333;
font-size: 14px;
}
.gl_list a {
display: block;
height: 184px;
width: 130px;
overflow: hidden;
}
.gl_list a img {
width: 100%;
height: 100%;
}
.rank .gl_list .time {
margin: 5px 0;
text-align: center;
}
.down_cout {
height: 24px;
width: 130px;
background: #EBEBEB;
border-radius: 30px;
margin-top: 5px;
position: relative;
}
.down_cout span {
display: block;
position: absolute;
top: 0;
left: 0;
height: 24px;
width: 24px;
background: url(../../img/view/travel/new-gl-icon6.png) -20px -90px no-repeat;
}
.down_cout p {
line-height: 24px;
color: #666;
padding-left: 30px;
}
.rank li+li {
border-top: 1px solid #f7f7f7;
line-height: 24px;
}
.rank .num {
float: left;
margin-right: 10px;
font-size: 18px;
color: #ff9d00;
}
.clear {
clear: both;
display: block;
height: 0;
font-size: 0;
line-height: 0;
overflow: hidden;
}
.clearfix:after, .wrapper:after, .article:after {
content: '\20';
clear: both;
display: block;
} | css/view/travel.css | body {
background-color: #fff;
position:relative;
}
body {
margin: 0 auto;
min-width: 1140px;
overflow-x: hidden;
}
body, p, div {
margin: 0;
padding: 0;
word-wrap: break-word;
}
body {
font-size: 12px;
font-family: Arial,"Lucida Grande","Microsoft YaHei UI","Hiragino Sans GB","Hiragino Sans GB W3",SimSun,"PingFang SC",STHeiti;
_font-family: Tahoma,Arial,Helvetica,STHeiti;
color: #666;
}
body, p, div {
margin: 0;
padding: 0;
word-wrap: break-word;
}
ul, li, ol {
list-style: none;
padding: 0;
margin: 0;
}
ul, li {
list-style: none;
}
a {
background-color: transparent;
text-decoration: none;
color: #ff9d00;
cursor: pointer;
}
.wrapper {
width: 1000px;
margin: 15px auto 0;
}
.focus {
height: 340px;
margin: 10px 0 15px;
}
body, p, div {
margin: 0;
padding: 0;
word-wrap: break-word;
}
.mdd_nav {
float: left;
width: 260px;
}
body, p, div {
margin: 0;
padding: 0;
word-wrap: break-word;
}
.gonglve-nav {
border: 1px solid #ddd;
border-bottom: 0;
box-shadow: 0 0.5px 2px rgba(0,0,0,0.1);
position: relative;
z-index: 10;
}
.gonglve-nav .nav-title {
height: 40px;
padding: 0 15px;
border-bottom: 1px solid #ddd;
background-color: #fff;
line-height: 40px;
font-size: 14px;
color: #666;
cursor: default;
position: relative;
z-index: 2;
}
h1, h2, h3 {
font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p, dl, dt, dd {
margin: 0;
}
h1, h2, h3, h4, h5, h6 {
/*margin: 0;*/
padding: 0;
font-size: 100%;
}
.gonglve-nav .nav-title .gn-arrow {
position: absolute;
right: 15px;
top: 15px;
width: 6px;
height: 10px;
background: url(../../img/view/travel/new-gl-icon6.png) no-repeat -20px -40px;
overflow: hidden;
}
b, strong {
font-weight: bold;
}
.gonglve-nav .nav-panel {
position: absolute;
left: 258px;
top: -1px;
width: 350px;
height: 338px;
border: 1px solid #ddd;
background-color: #fff;
display: none;
box-shadow: 0 3px 2px rgba(0,0,0,.1);
}
.gonglve-nav .rank-panel ol {
position: absolute;
z-index: 2;
padding: 15px 10px;
width: 260px;
line-height: 30px;
}
.gonglve-nav .rank-panel li {
height: 30px;
overflow: hidden;
}
.gonglve-nav .rank-panel .top3 .rank-num, .gonglve-nav .rank-panel .top3 strong a {
color: #ffa800;
}
.gonglve-nav .rank-panel .rank-num {
float: left;
width: 30px;
font-size: 20px;
font-family: Letter Gothic Std, Verdana, Geneva, sans-serif;
text-align: right;
color: #aaa;
font-weight: bold;
}
.gonglve-nav .rank-panel strong {
padding: 0 15px;
font-size: 14px;
font-weight: normal;
color: #666;
}
.gonglve-nav .nav-panel a {
color: #999;
}
.gonglve-nav .nav-panel .nav-banner {
background: url(http://file31.mafengwo.net/M00/DB/72/wKgBs1dfpuaATGRlAAAVhrE4pLc75.jpeg) no-repeat;
/*background:url(http://file31.mafengwo.net/M00/DB/72/wKgBs1dfpuaATGRlAAAVhrE4pLc75.jpeg) no-repeat;2*/
/*background:url(http://file31.mafengwo.net/M00/DB/72/wKgBs1dfpuaATGRlAAAVhrE4pLc75.jpeg) no-repeat;3"*/
}
.gonglve-nav .nav-banner {
position: absolute;
_top: 1px;
z-index: 1;
width: 506px;
height: 345px;
background-repeat: no-repeat;
background-position: right bottom;
display: none;
}
.input_like {
border: 2px #FFA800 solid;
height: 40px;
margin-top: 10px;
position: relative;
z-index: 10;
}
.input_like span {
float: left;
height: 27px;
width: 29px;
background: url(../../img/view/travel/new-gl-icon6.png) -20px -60px no-repeat;
margin-top: 7px;
margin-left: 8px;
}
.input_like input {
line-height: normal;
}
.input_like input {
height: 30px;
line-height: 30px;
float: left;
width: 206px;
padding: 3px 0;
border: 0;
font-size: 12px;
color: #888888;
margin-left: 8px;
margin-top: 2px;
outline: none;
font-family: "Microsoft YaHei UI",Tahoma,Arial,Helvetica,STHeiti;
}
.clear {
clear: both;
display: block;
height: 0;
font-size: 0;
line-height: 0;
overflow: hidden;
}
.search_resu {
border: 1px #FFA800 solid;
width: 518px;
position: absolute;
z-index: 50;
top: 41px;
left: -2px;
background: #fff;
padding-bottom: 30px;
display: none;
}
.app_d {
border-bottom: 1px #E3E3E3 solid;
height: 50px;
overflow: hidden;
padding-bottom: 14px;
margin-top: 15px;
}
.app_d h3 {
float: left;
height: 50px;
width: 50px;
overflow: hidden;
}
.app_d>h3>a>img {
width: 50px;
height: 50px;
}
.domn_in {
float: left;
width: 180px;
margin-left: 18px;
display: inline;
}
.domn_in h4 {
font-size: 16px;
color: #414141;
line-height: 18px;
font-weight: normal;
margin-top: 5px;
}
.domn_in p {
margin-top: 8px;
}
.domn_in p a {
float: left;
color: #666;
line-height: 14px;
cursor: auto;
}
.domn_in p span {
float: left;
color: #D8D8D8;
height: 12px;
width: 2px;
line-height: 14px;
padding: 0 5px;
overflow: hidden;
}
.clear {
clear: both;
display: block;
height: 0;
font-size: 0;
line-height: 0;
overflow: hidden;
}
.focus .slide {
width: 700px;
float: right;
height: 340px;
overflow: hidden;
position: relative;
}
/*element.style {*/
/* left: 0;*/
/*}*/
.focus .slide ul {
width: 9999px;
position: absolute;
left: 0;
top: 0;
}
.focus .slide ul li {
float: left;
width: 700px;
height: 340px;
overflow: hidden;
}
img {
border: 0 none;
vertical-align: middle;
}
.focus .slide ol {
position: absolute;
right: 30px;
bottom: 24px;
}
.focus .slide ol li.on {
background: url(../../img/view/travel/scroll_b.png) 0 0 no-repeat;
}
/*未实现,被覆盖掉了*/
.focus .slide ol li {
float: left;
width: 20px;
height: 20px;
margin-left: 5px;
background: url(../../img/view/travel/scroll_s.png) center 5px no-repeat;
text-indent: -10000px;
overflow: hidden;
cursor: pointer;
}
/*旅游攻略*/
.gonglve_wrap {
margin-top: 15px;
padding-bottom: 20px;
}
.cont-main {
float: right;
width: 790px;
margin-bottom: 20px;
}
.cont-main .hd {
height: 50px;
border-bottom: 1px solid #eee;
line-height: 48px;
}
.cont-main .hd h3 {
float: left;
font-weight: normal;
font-size: 20px;
color: #333;
}
.feed-item {
padding: 20px 0;
font-size: 14px;
line-height: 24px;
}
.feed-item a {
display: block;
}
.feed-item .stat {
float: right;
padding: 0 15px;
line-height: 30px;
border: 1px solid #ff9d00;
border-radius: 15px;
font-size: 14px;
background-color: #fff;
color: #666;
}
.feed-item .stat .num {
color: #ff9d00;
}
.feed-item .icon-hand, .feed-item .icon-cart {
display: inline-block;
margin-left: 10px;
width: 15px;
height: 15px;
background: url(../../img/view/travel/new-gl-icon6.png) no-repeat -40px -40px;
overflow: hidden;
vertical-align: -2px;
*vertical-align: middle;
}
.feed-item .icon-cart {
width: 16px;
background-position: -20px -116px;
}
.cont-main .type {
float: left;
display: inline-block;
line-height: 20px;
font-size: 12px;
color: #666;
}
.cont-main .type .icon-sales {
background-position: 0 -20px;
}
.cont-main .type i {
float: left;
margin-right: 10px;
width: 20px;
height: 20px;
background: url(../../img/view/travel/new-gl-icon6.png) no-repeat 0 0;
overflow: hidden;
}
.cont-main .type strong {
font-weight: normal;
color: #ff9d00;
}
.feed-item .title {
margin-bottom: 15px;
font-size: 20px;
color: #333;
}
.feed-item .txt {
margin-bottom: 15px;
color: #666;
}
.feed-item .imgs li {
float: left;
width: 220px;
display: inline;
margin-right: 15px;
}
.feed-item .imgs .ext-r {
float: right;
margin: 0;
width: auto;
line-height: 130px;
}
.cont-main .hr {
margin-top: 20px;
height: 1px;
background-color: #e5e5e5;
overflow: hidden;
}
.sidebar {
float: left;
width: 160px;
}
.side-hd {
height: 50px;
font-size: 16px;
color: #333;
border-bottom: 1px solid #eee;
line-height: 48px;
}
.nav-drop {
margin-bottom: 10px;
height: 45px;
line-height: 25px;
color: #333;
border-bottom: 1px solid #eee;
}
.drop-item {
float: left;
width: 40px;
font-size: 14px;
}
.drop-item .trigger {
padding: 10px 0;
height: 22px;
cursor: pointer;
}
.drop-item .trigger i {
float: right;
margin-top: 10px;
border-top: 4px solid #999;
border-left: 4px dashed transparent;
border-right: 4px dashed transparent;
font-size: 0;
overflow: hidden;
}
.drop-pop {
position: absolute;
margin-top: 10px;
width: 410px;
padding: 20px;
background-color: #fff;
border: 1px solid #e5e5e5;
line-height: 30px;
display: none;
}
.drop-pop .inner {
overflow: hidden;
}
.drop-pop ul {
margin-left: -15px;
}
.drop-pop li {
float: left;
margin: 0 15px;
}
.drop-pop li:before {
content: '';
float: left;
margin: 8px 0 0 -15px;
width: 1px;
height: 13px;
background-color: #eee;
}
.drop-pop a {
color: #333;
}
.drop-item+.drop-item:before {
content: '';
position: absolute;
margin: 16px 0 0 -10px;
width: 1px;
height: 13px;
background-color: #eee;
}
.drop-item+.drop-item {
margin-left: 20px;
}
.rank .gl_list {
float: none;
}
.rank li {
padding: 15px 0;
}
.gl_list {
width: 130px;
float: left;
margin-right: 40px;
}
.rank a {
color: #333;
font-size: 14px;
}
.gl_list a {
display: block;
height: 184px;
width: 130px;
overflow: hidden;
}
.gl_list a img {
width: 100%;
height: 100%;
}
.rank .gl_list .time {
margin: 5px 0;
text-align: center;
}
.down_cout {
height: 24px;
width: 130px;
background: #EBEBEB;
border-radius: 30px;
margin-top: 5px;
position: relative;
}
.down_cout span {
display: block;
position: absolute;
top: 0;
left: 0;
height: 24px;
width: 24px;
background: url(../../img/view/travel/new-gl-icon6.png) -20px -90px no-repeat;
}
.down_cout p {
line-height: 24px;
color: #666;
padding-left: 30px;
}
.rank li+li {
border-top: 1px solid #f7f7f7;
line-height: 24px;
}
.rank .num {
float: left;
margin-right: 10px;
font-size: 18px;
color: #ff9d00;
}
.clear {
clear: both;
display: block;
height: 0;
font-size: 0;
line-height: 0;
overflow: hidden;
}
.clearfix:after, .wrapper:after, .article:after {
content: '\20';
clear: both;
display: block;
} | 0.431704 | 0.063106 |
body {
background: url(img/latar.jpg);
margin: 0;
padding: 0;
font-family: Arial;
font-size: 12px;
color: #2e2e2e;
text-align: center;
}
.clear {clear: both;}
small {font-size: 11px; color: 5b5b5b;}
img {border: none;}
a {color: #527e19; text-decoration: none;}
a:hover {color: #000;}
label {padding: 0; margin: 0 0 10px 0;}
input {padding: 4px;color: #5b5b5b;border: 1px solid #dcdcdc;
-moz-border-radius: 3px;-webkit-border-radius: 3px;-o-border-radius: 3px;}
input.login { width: 200px; margin: 5px 0 10px 0px;}
input.panjang {width: 100%;}
input.sedang{width: 40%;}
input.pendek{width: 25%;}
input.panjang:focus {-moz-box-shadow: 0px 0px 5px #dcdcdc;-webkit-box-shadow: 0px 0px 5px #dcdcdc; background:#feffdc;text-shadow: 1px 0px #fff; }
input.sedang:focus{-moz-box-shadow: 0px 0px 5px #dcdcdc;-webkit-box-shadow: 0px 0px 5px #dcdcdc; background:#feffdc;text-shadow: 1px 0px #fff;}
input.pendek:focus{-moz-box-shadow: 0px 0px 5px #dcdcdc;-webkit-box-shadow: 0px 0px 5px #dcdcdc; background:#feffdc;text-shadow: 1px 0px #fff;}
.button {
cursor: pointer;
padding: 4px 10px 4px 10px;
color: #000000;
font-weight: bold;
font-style: oblique;
background: url(img/blue.jpg) repeat left center;
border: 1px solid #71bb3b;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}
.button:hover { color: #2e2e2e;}
.button:active { background: #71bb3b; color: #fff;}
select {padding: 4px;color: #5b5b5b;border: 1px solid #dcdcdc;
-moz-border-radius: 3px;-webkit-border-radius: 3px;-o-border-radius: 3px;}
select:focus{-moz-box-shadow: 0px 0px 5px #dcdcdc;-webkit-box-shadow: 0px 0px 5px #dcdcdc; background:#feffdc;text-shadow: 1px 0px #fff;}
textarea:focus{-moz-box-shadow: 0px 0px 5px #dcdcdc;-webkit-box-shadow: 0px 0px 5px #dcdcdc; background:#feffdc;text-shadow: 1px 0px #fff;}
textarea {padding: 4px;color: #5b5b5b;border: 1px solid #dcdcdc;
-moz-border-radius: 3px;-webkit-border-radius: 3px;-o-border-radius: 3px; width: 100%;
height: 230px;resize: none;}
table {border:none;font-size: 12px;}
td{border:none; padding: 5px;}
table.data {border: 1px solid #dcdcdc; margin: 10px 0px 20px 0px; width: 97%; border-collapse: collapse;font-size: 12px;}
th.data {padding: 8px 4px 8px 4px;border: 1px solid #dcdcdc; background: url(img/blue.jpg)repeat left center; color: #000000;font-weight: bold;font-style: oblique; }
td.data {padding: 4px; border: 1px solid #dcdcdc;color: #5b5b5b;vertical-align: top;}
tr.data {background: #fff}
tr.data:hover {background: #feffdc;}
tr.data small a{color: #fff;}
tr.data small{color: #fff;}
tr.data:hover small a{color: #527e19;}
tr.data:hover small a:hover{color: #000;}
tr.data:hover small {color: #5b5b5b;}
.quoteOfDay {
border: 1px solid #cbe0b5;
background: #f7ffe8 url(img/daun.png) no-repeat left center;
float: left;
width: 640px;
padding: 10px 10px 10px 70px;
min-height: 50px;
font-size: 20px;
letter-spacing: 1px;
margin: 10px 0 10px 0;
}
.sukses {
border: 1px solid #cbe0b5;
float: left;
width: 1000px;
padding: 15px 10px 15px 50px;
font-size: 16px;
letter-spacing: 1px;
margin: 10px 0 10px 0;
color:#595a5a;
}
.gagal {
border: 1px solid #e78686;
background: #ffe1e1 url(img/gagal.png) no-repeat left center;
float: left;
width: 640px;
padding: 15px 10px 15px 50px;
font-size: 16px;
letter-spacing: 1px;
margin: 10px 0 10px 0;
color: #e78686;
}
.informasi {
border: 1px solid #86afe7;
background: #e7f1ff url(img/informasi.png) no-repeat left center;
float: left;
width: 640px;
padding: 15px 10px 15px 50px;
font-size: 16px;
letter-spacing: 1px;
margin: 10px 0 10px 0;
color: #86afe7;
}
#header {
width: 100%;
border-bottom: 1px solid #dcdcdc;
background: url(img/headerbg.jpg) repeat left;
height: 75px;
z-index: 1000;
-moz-box-shadow: 0px 0px 8px #dcdcdc;
-webkit-box-shadow: 0px 0px 8px #dcdcdc;
}
.inHeader {
float: center;
background: url(img/slogan.png) no-repeat left center;
margin: auto;
width: 920px;
height: 45px;
padding: 15px;
border-right: 0px solid #dcdcdc;
border-left: 0px solid #dcdcdc;
}
.inHeaderLogin {
background: url(img/slogan .png) no-repeat left center;
height: 75px;
}
.mosAdmin {
float: right;
border: 0px solid #dcdcdc;
margin: 0 1px 0 auto;
text-align: right;
padding: 10px 40px 10px 10px;
background: url(img/Administrator.png) no-repeat right center;
text-shadow: 1px 1px #fff;
}
#loginForm {
width: 400px;
height: 250px;
border: 1px solid #dcdcdc;
float: center;
text-align: left;
background:#fff url(img/lock.png) no-repeat left center;
margin: 50px auto 0 auto;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}
.headLoginForm {
width: 380px;
padding: 10px 0 10px 20px;
font-size: 18px;
font-weight: bold;
text-shadow: 1px 1px #fff;
text-align: left;
height: 20px;
border-bottom: 1px solid #dcdcdc;
background: url(img/headerbg.jpg) repeat left center;
-moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px;
-webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
}
.fieldLogin {
margin: 30px 5px 0 140px;
}
#wrapper {
width: 1366px;
padding: 15px 0 0 0;
position: relative;
border-left: 1px solid #dcdcdc;
border-right: 1px solid #dcdcdc;
border-bottom: 1px solid #dcdcdc;
float: center;
margin: auto;
text-align: left;
background: #fff url(img/bg_kiri.png) repeat-y;
-moz-box-shadow: 0px 0px 8px #dcdcdc;
-webkit-box-shadow: 0px 0px 8px #dcdcdc;
}
#leftBar {
width: 185px;
float: left;
padding: 0 0 20px 10px;
border-right: 0px solid #dcdcdc;
text-align: left;
}
#leftBar ul {list-style: none;padding: 0; margin: 0;font-size: 13px;font-weight: bold;font-style: oblique;}
#leftBar ul li {
width: 164px;
background: url(img/icon-left.png) no-repeat left center, url(img/blue.jpg) repeat left center;
padding: 10px 0 10px 10px; margin-top: 8px;margin-left: 9px;
border: 1px solid #dcdcdc;
-moz-border-radius-topleft: 8px;-moz-border-radius-bottomleft: 8px;
-webkit-border-top-left-radius: 8px;-webkit-border-bottom-left-radius: 8px;
-o-border-top-left-radius: 8px;-o-border-bottom-left-radius: 8px;}
#leftBar ul li a {
width: 100%;
color: #003300;
cursor: pointer;
padding: 10px 65px 10px 20px;
-webkit-transition: padding-left 250ms ease-out;
-moz-transition: padding-left 250ms ease-out;
-o-transition: padding-left 250ms ease-out;
}
#leftBar ul li a:hover {
padding-left: 30px;
text-decoration: none;
color: #000000;
text-shadow: 1px 1px #fff;
}
#rightContent {
width: 1000px;
padding: 5px;
float: left;
border-left: 0px solid #dcdcdc;
text-align: left;
background: #fff;
}
#rightContent h3 {font-size: 20px; font-weight: normal; padding: 0; margin: 5px; border-bottom: 1px dashed #dcdcdc; }
.shortcutHome a{
width: 65px;
padding: 20px;
border: 1px solid #dcdcdc;
height: 100px;
float: left;
margin: 10px 0 10px 10px;
text-align: center;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}
.shortcutHome a:hover{
color: #5b5b5b;
text-decoration: none;
}
.shortcutHome a:hover img{
opacity: 1;
color: #5b5b5b;
padding-top: 10px;
}
.shortcutHome img {
opacity: 0.8;
-webkit-transition: padding-top 250ms ease-out;
-moz-transition: padding-top 250ms ease-out;
-o-transition: padding-top 250ms ease-out;
}
#smallRight {
width: 315px;
padding: 5px 10px 5px 10px;
margin: 10px;
border: 1px solid #dcdcdc;
float: left;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}
#smallRight h3 {font-size: 16px; padding: 5px; margin: 0px; border-bottom: 1px solid #dcdcdc;}
#footer {
width: 1366px;
padding: 15px 0 15px 0;
text-align: center;
color: #fff;
font-size: 11px;
border-top: 1px solid #dcdcdc;
background: #000000;
} | src/main/webapp/sub/mos-style.css | body {
background: url(img/latar.jpg);
margin: 0;
padding: 0;
font-family: Arial;
font-size: 12px;
color: #2e2e2e;
text-align: center;
}
.clear {clear: both;}
small {font-size: 11px; color: 5b5b5b;}
img {border: none;}
a {color: #527e19; text-decoration: none;}
a:hover {color: #000;}
label {padding: 0; margin: 0 0 10px 0;}
input {padding: 4px;color: #5b5b5b;border: 1px solid #dcdcdc;
-moz-border-radius: 3px;-webkit-border-radius: 3px;-o-border-radius: 3px;}
input.login { width: 200px; margin: 5px 0 10px 0px;}
input.panjang {width: 100%;}
input.sedang{width: 40%;}
input.pendek{width: 25%;}
input.panjang:focus {-moz-box-shadow: 0px 0px 5px #dcdcdc;-webkit-box-shadow: 0px 0px 5px #dcdcdc; background:#feffdc;text-shadow: 1px 0px #fff; }
input.sedang:focus{-moz-box-shadow: 0px 0px 5px #dcdcdc;-webkit-box-shadow: 0px 0px 5px #dcdcdc; background:#feffdc;text-shadow: 1px 0px #fff;}
input.pendek:focus{-moz-box-shadow: 0px 0px 5px #dcdcdc;-webkit-box-shadow: 0px 0px 5px #dcdcdc; background:#feffdc;text-shadow: 1px 0px #fff;}
.button {
cursor: pointer;
padding: 4px 10px 4px 10px;
color: #000000;
font-weight: bold;
font-style: oblique;
background: url(img/blue.jpg) repeat left center;
border: 1px solid #71bb3b;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}
.button:hover { color: #2e2e2e;}
.button:active { background: #71bb3b; color: #fff;}
select {padding: 4px;color: #5b5b5b;border: 1px solid #dcdcdc;
-moz-border-radius: 3px;-webkit-border-radius: 3px;-o-border-radius: 3px;}
select:focus{-moz-box-shadow: 0px 0px 5px #dcdcdc;-webkit-box-shadow: 0px 0px 5px #dcdcdc; background:#feffdc;text-shadow: 1px 0px #fff;}
textarea:focus{-moz-box-shadow: 0px 0px 5px #dcdcdc;-webkit-box-shadow: 0px 0px 5px #dcdcdc; background:#feffdc;text-shadow: 1px 0px #fff;}
textarea {padding: 4px;color: #5b5b5b;border: 1px solid #dcdcdc;
-moz-border-radius: 3px;-webkit-border-radius: 3px;-o-border-radius: 3px; width: 100%;
height: 230px;resize: none;}
table {border:none;font-size: 12px;}
td{border:none; padding: 5px;}
table.data {border: 1px solid #dcdcdc; margin: 10px 0px 20px 0px; width: 97%; border-collapse: collapse;font-size: 12px;}
th.data {padding: 8px 4px 8px 4px;border: 1px solid #dcdcdc; background: url(img/blue.jpg)repeat left center; color: #000000;font-weight: bold;font-style: oblique; }
td.data {padding: 4px; border: 1px solid #dcdcdc;color: #5b5b5b;vertical-align: top;}
tr.data {background: #fff}
tr.data:hover {background: #feffdc;}
tr.data small a{color: #fff;}
tr.data small{color: #fff;}
tr.data:hover small a{color: #527e19;}
tr.data:hover small a:hover{color: #000;}
tr.data:hover small {color: #5b5b5b;}
.quoteOfDay {
border: 1px solid #cbe0b5;
background: #f7ffe8 url(img/daun.png) no-repeat left center;
float: left;
width: 640px;
padding: 10px 10px 10px 70px;
min-height: 50px;
font-size: 20px;
letter-spacing: 1px;
margin: 10px 0 10px 0;
}
.sukses {
border: 1px solid #cbe0b5;
float: left;
width: 1000px;
padding: 15px 10px 15px 50px;
font-size: 16px;
letter-spacing: 1px;
margin: 10px 0 10px 0;
color:#595a5a;
}
.gagal {
border: 1px solid #e78686;
background: #ffe1e1 url(img/gagal.png) no-repeat left center;
float: left;
width: 640px;
padding: 15px 10px 15px 50px;
font-size: 16px;
letter-spacing: 1px;
margin: 10px 0 10px 0;
color: #e78686;
}
.informasi {
border: 1px solid #86afe7;
background: #e7f1ff url(img/informasi.png) no-repeat left center;
float: left;
width: 640px;
padding: 15px 10px 15px 50px;
font-size: 16px;
letter-spacing: 1px;
margin: 10px 0 10px 0;
color: #86afe7;
}
#header {
width: 100%;
border-bottom: 1px solid #dcdcdc;
background: url(img/headerbg.jpg) repeat left;
height: 75px;
z-index: 1000;
-moz-box-shadow: 0px 0px 8px #dcdcdc;
-webkit-box-shadow: 0px 0px 8px #dcdcdc;
}
.inHeader {
float: center;
background: url(img/slogan.png) no-repeat left center;
margin: auto;
width: 920px;
height: 45px;
padding: 15px;
border-right: 0px solid #dcdcdc;
border-left: 0px solid #dcdcdc;
}
.inHeaderLogin {
background: url(img/slogan .png) no-repeat left center;
height: 75px;
}
.mosAdmin {
float: right;
border: 0px solid #dcdcdc;
margin: 0 1px 0 auto;
text-align: right;
padding: 10px 40px 10px 10px;
background: url(img/Administrator.png) no-repeat right center;
text-shadow: 1px 1px #fff;
}
#loginForm {
width: 400px;
height: 250px;
border: 1px solid #dcdcdc;
float: center;
text-align: left;
background:#fff url(img/lock.png) no-repeat left center;
margin: 50px auto 0 auto;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}
.headLoginForm {
width: 380px;
padding: 10px 0 10px 20px;
font-size: 18px;
font-weight: bold;
text-shadow: 1px 1px #fff;
text-align: left;
height: 20px;
border-bottom: 1px solid #dcdcdc;
background: url(img/headerbg.jpg) repeat left center;
-moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px;
-webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
}
.fieldLogin {
margin: 30px 5px 0 140px;
}
#wrapper {
width: 1366px;
padding: 15px 0 0 0;
position: relative;
border-left: 1px solid #dcdcdc;
border-right: 1px solid #dcdcdc;
border-bottom: 1px solid #dcdcdc;
float: center;
margin: auto;
text-align: left;
background: #fff url(img/bg_kiri.png) repeat-y;
-moz-box-shadow: 0px 0px 8px #dcdcdc;
-webkit-box-shadow: 0px 0px 8px #dcdcdc;
}
#leftBar {
width: 185px;
float: left;
padding: 0 0 20px 10px;
border-right: 0px solid #dcdcdc;
text-align: left;
}
#leftBar ul {list-style: none;padding: 0; margin: 0;font-size: 13px;font-weight: bold;font-style: oblique;}
#leftBar ul li {
width: 164px;
background: url(img/icon-left.png) no-repeat left center, url(img/blue.jpg) repeat left center;
padding: 10px 0 10px 10px; margin-top: 8px;margin-left: 9px;
border: 1px solid #dcdcdc;
-moz-border-radius-topleft: 8px;-moz-border-radius-bottomleft: 8px;
-webkit-border-top-left-radius: 8px;-webkit-border-bottom-left-radius: 8px;
-o-border-top-left-radius: 8px;-o-border-bottom-left-radius: 8px;}
#leftBar ul li a {
width: 100%;
color: #003300;
cursor: pointer;
padding: 10px 65px 10px 20px;
-webkit-transition: padding-left 250ms ease-out;
-moz-transition: padding-left 250ms ease-out;
-o-transition: padding-left 250ms ease-out;
}
#leftBar ul li a:hover {
padding-left: 30px;
text-decoration: none;
color: #000000;
text-shadow: 1px 1px #fff;
}
#rightContent {
width: 1000px;
padding: 5px;
float: left;
border-left: 0px solid #dcdcdc;
text-align: left;
background: #fff;
}
#rightContent h3 {font-size: 20px; font-weight: normal; padding: 0; margin: 5px; border-bottom: 1px dashed #dcdcdc; }
.shortcutHome a{
width: 65px;
padding: 20px;
border: 1px solid #dcdcdc;
height: 100px;
float: left;
margin: 10px 0 10px 10px;
text-align: center;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}
.shortcutHome a:hover{
color: #5b5b5b;
text-decoration: none;
}
.shortcutHome a:hover img{
opacity: 1;
color: #5b5b5b;
padding-top: 10px;
}
.shortcutHome img {
opacity: 0.8;
-webkit-transition: padding-top 250ms ease-out;
-moz-transition: padding-top 250ms ease-out;
-o-transition: padding-top 250ms ease-out;
}
#smallRight {
width: 315px;
padding: 5px 10px 5px 10px;
margin: 10px;
border: 1px solid #dcdcdc;
float: left;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}
#smallRight h3 {font-size: 16px; padding: 5px; margin: 0px; border-bottom: 1px solid #dcdcdc;}
#footer {
width: 1366px;
padding: 15px 0 15px 0;
text-align: center;
color: #fff;
font-size: 11px;
border-top: 1px solid #dcdcdc;
background: #000000;
} | 0.156266 | 0.132262 |
html,body,div,span,img,p,ul,li,dl,dt,dd,input,a,h1,h2,h3,h4{margin: 0;padding: 0;list-style: none;border: 0;}
/*公共样式*/
/*字体图标声明*/
@font-face{
font-family: 'xiao';
src: url('../fonts/icomoon.eot?fgueyp');
src: url('../fonts/icomoon.eot?fgueyp#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?fgueyp') format('truetype'),
url('../fonts/icomoon.woff?fgueyp') format('woff'),
url('../fonts/icomoon.svg?fgueyp#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
/*字体图标声明结束*/
body{background: #E6E6FA;
}
.contenr{
margin: auto 20%;
background: #fff;
}
.clearfix:after .cl{
content: "";
visibility: hidden;
height: 0;
display: block;
clear: both;
}
.clear{clear: both;}
/*公共样式结束*/
/*logo样式*/
.head{
position: relative;
height: 10%;
width:60%;
position:fixed;
top:0px;
z-index:1000;
background: #fff;
}
.logo{
margin: 1%;
float: left;
height: 80%;
}
.logo img{
width: 200px;
height: 100%;
}
.box{
width:40%;
height: 80%;
border-radius:18px;
border: 1px solid;
color: #B0C4DE;
margin: 10px;
float: left;
margin-left: 30px;
}
.box i{
font-family: 'xiao';
font-size:32px;
margin-left:60%;
}
.fonts{
font-family: 'xiao';
font-size:32px;
float:left;
height: 80%;
margin: 10px;
float: left;
margin-left: 50px;
}
.slides ul{
width: 640px;
list-style:none;
margin: 0px;
}
.slides ul{
position: relative;
z-index: 1;
}
.slides ul li{
position: absolute;
left: 0;
top: 0;
}
.slides ol{
position: absolute;
z-index: 2;
right: 10px;
bottom: 10px;
}
/*.slides ol li{
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
cursor: pointer;
color: #ccc;
border: 1px solid #f60;
background: #333;
float: left;
margin-right: 10px;
margin-top: 10px;
}*/
.slides ol li{
width: 10px;
height: 10px;
border: 1px solid;
border-radius: 50%;
float: left;
color: black;
margin-right: 10px;
margin-top: 10px;
cursor: pointer;
}
.slidesli{
background: #fff;
}
.slides{
overflow: hidden;
position: relative;
width: 640px;
height: 270px;
}
.table{
width: 100%;
height: 30%;
text-align: center;
}
.list td{
font-family: 'xiao';
font-size: 48px;
color: red;
height: 50px;
}
.list{
width: 100%;
height: 30%;
line-height: 30%;
}
.listfonts td{
font-size: 24px;
color: #3c3c3c;
}
.span1 img{
width: 40%;
height: 160px;
float: left;
}
.span2 img{
width: 60%;
float: left;
}
.content_list{
width: 100%;
height: 80%;
border: 1px solid #ccc;
list-style: none;
position: relative;
}
.left1{
width: 50%;
height:70%;
float: left;
border: 1px solid #ccc;
float: left;
box-sizing:border-box;
padding: 10px;
}
.left1 .hot{
background: red;
color: #fff;
width: 60px;
height: 30px;
line-height: 30px;
text-align: center;
border: 1px solid;
border-radius:15px;
margin-left:87%;
transform:rotate(35deg)
}
.left1 p{
font-size: 26px;
color:#3c3c3e;
}
.left1 img{
width: 200px;
height: 200px;
margin: 50px 10px 10px 100px;
}
.right1{
width: 50%;
height:35%;
float: left;
border: 1px solid #ccc;
box-sizing:border-box;
}
.right1 .hot{
background: green;
color: #fff;
width: 60px;
height: 30px;
line-height: 30px;
text-align: center;
border: 1px solid;
border-radius:15px;
margin-top: 10px;
margin-left: 340px;
transform:rotate(35deg)
}
.right2{
width: 50%;
height:35%;
float: left;
border: 1px solid #ccc;
box-sizing:border-box;
}
.right1 p{
font-size: 26px;
color: #3c3c3e;
}
.right1 ul li{
float: left;
margin-left:10px;
}
.right1 ul li img{
width: 142px;
height: 142px
}
.right2 .hot{
background: red;
color: #fff;
width: 60px;
height: 30px;
line-height: 30px;
text-align: center;
border: 1px solid;
border-radius:15px;
margin-top: 10px;
margin-left: 330px;
transform:rotate(35deg)
}
.right2 p{
font-size: 26px;
color: #3c3c3e;
}
.right2 ul li{
float: left;
margin-left:10px;
}
.right2 ul li img{
width: 142px;
height: 142px;
}
..listtwo {
width: 100%;
height: 100%;
}
.listtwo ul li{
width: 50%;
float: left;
}
.left2{
width: 100%;
height:35%;
background: #fff;
float: left;
border: 1px solid #ccc;
float: left;
box-sizing:border-box;
list-style: none;
padding: 10px;
}
.left2 .hot{
background: red;
color: #fff;
width: 60px;
height: 30px;
line-height: 30px;
text-align: center;
border: 1px solid;
border-radius:15px;
margin-top: 10px;
margin-left: 330px;
transform:rotate(35deg)
}
.left2 p{
font-size: 26px;
color: #3c3c3e;
}
.top{
font-family: 'xiao';
font-size:48px;
right: 0;
float: right;
margin-top:25%;
cursor: pointer;
} | huawei/css/style.css | html,body,div,span,img,p,ul,li,dl,dt,dd,input,a,h1,h2,h3,h4{margin: 0;padding: 0;list-style: none;border: 0;}
/*公共样式*/
/*字体图标声明*/
@font-face{
font-family: 'xiao';
src: url('../fonts/icomoon.eot?fgueyp');
src: url('../fonts/icomoon.eot?fgueyp#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?fgueyp') format('truetype'),
url('../fonts/icomoon.woff?fgueyp') format('woff'),
url('../fonts/icomoon.svg?fgueyp#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
/*字体图标声明结束*/
body{background: #E6E6FA;
}
.contenr{
margin: auto 20%;
background: #fff;
}
.clearfix:after .cl{
content: "";
visibility: hidden;
height: 0;
display: block;
clear: both;
}
.clear{clear: both;}
/*公共样式结束*/
/*logo样式*/
.head{
position: relative;
height: 10%;
width:60%;
position:fixed;
top:0px;
z-index:1000;
background: #fff;
}
.logo{
margin: 1%;
float: left;
height: 80%;
}
.logo img{
width: 200px;
height: 100%;
}
.box{
width:40%;
height: 80%;
border-radius:18px;
border: 1px solid;
color: #B0C4DE;
margin: 10px;
float: left;
margin-left: 30px;
}
.box i{
font-family: 'xiao';
font-size:32px;
margin-left:60%;
}
.fonts{
font-family: 'xiao';
font-size:32px;
float:left;
height: 80%;
margin: 10px;
float: left;
margin-left: 50px;
}
.slides ul{
width: 640px;
list-style:none;
margin: 0px;
}
.slides ul{
position: relative;
z-index: 1;
}
.slides ul li{
position: absolute;
left: 0;
top: 0;
}
.slides ol{
position: absolute;
z-index: 2;
right: 10px;
bottom: 10px;
}
/*.slides ol li{
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
cursor: pointer;
color: #ccc;
border: 1px solid #f60;
background: #333;
float: left;
margin-right: 10px;
margin-top: 10px;
}*/
.slides ol li{
width: 10px;
height: 10px;
border: 1px solid;
border-radius: 50%;
float: left;
color: black;
margin-right: 10px;
margin-top: 10px;
cursor: pointer;
}
.slidesli{
background: #fff;
}
.slides{
overflow: hidden;
position: relative;
width: 640px;
height: 270px;
}
.table{
width: 100%;
height: 30%;
text-align: center;
}
.list td{
font-family: 'xiao';
font-size: 48px;
color: red;
height: 50px;
}
.list{
width: 100%;
height: 30%;
line-height: 30%;
}
.listfonts td{
font-size: 24px;
color: #3c3c3c;
}
.span1 img{
width: 40%;
height: 160px;
float: left;
}
.span2 img{
width: 60%;
float: left;
}
.content_list{
width: 100%;
height: 80%;
border: 1px solid #ccc;
list-style: none;
position: relative;
}
.left1{
width: 50%;
height:70%;
float: left;
border: 1px solid #ccc;
float: left;
box-sizing:border-box;
padding: 10px;
}
.left1 .hot{
background: red;
color: #fff;
width: 60px;
height: 30px;
line-height: 30px;
text-align: center;
border: 1px solid;
border-radius:15px;
margin-left:87%;
transform:rotate(35deg)
}
.left1 p{
font-size: 26px;
color:#3c3c3e;
}
.left1 img{
width: 200px;
height: 200px;
margin: 50px 10px 10px 100px;
}
.right1{
width: 50%;
height:35%;
float: left;
border: 1px solid #ccc;
box-sizing:border-box;
}
.right1 .hot{
background: green;
color: #fff;
width: 60px;
height: 30px;
line-height: 30px;
text-align: center;
border: 1px solid;
border-radius:15px;
margin-top: 10px;
margin-left: 340px;
transform:rotate(35deg)
}
.right2{
width: 50%;
height:35%;
float: left;
border: 1px solid #ccc;
box-sizing:border-box;
}
.right1 p{
font-size: 26px;
color: #3c3c3e;
}
.right1 ul li{
float: left;
margin-left:10px;
}
.right1 ul li img{
width: 142px;
height: 142px
}
.right2 .hot{
background: red;
color: #fff;
width: 60px;
height: 30px;
line-height: 30px;
text-align: center;
border: 1px solid;
border-radius:15px;
margin-top: 10px;
margin-left: 330px;
transform:rotate(35deg)
}
.right2 p{
font-size: 26px;
color: #3c3c3e;
}
.right2 ul li{
float: left;
margin-left:10px;
}
.right2 ul li img{
width: 142px;
height: 142px;
}
..listtwo {
width: 100%;
height: 100%;
}
.listtwo ul li{
width: 50%;
float: left;
}
.left2{
width: 100%;
height:35%;
background: #fff;
float: left;
border: 1px solid #ccc;
float: left;
box-sizing:border-box;
list-style: none;
padding: 10px;
}
.left2 .hot{
background: red;
color: #fff;
width: 60px;
height: 30px;
line-height: 30px;
text-align: center;
border: 1px solid;
border-radius:15px;
margin-top: 10px;
margin-left: 330px;
transform:rotate(35deg)
}
.left2 p{
font-size: 26px;
color: #3c3c3e;
}
.top{
font-family: 'xiao';
font-size:48px;
right: 0;
float: right;
margin-top:25%;
cursor: pointer;
} | 0.26971 | 0.063861 |