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 |
|---|---|---|---|---|
General / All Pages*/
/* Add a black background color to the top navigation */
*{
box-sizing: border-box;
}
a {
text-decoration: none;
}
body {
background-image: url("https://i.pinimg.com/236x/e7/56/a0/e756a00a1ec23a6f6b95dad00040455f--swirl-pattern-pattern-texture.jpg");
}
/*NAVBAR*/
.topnav {
background-color: #333;
overflow: hidden;
/* margin-left: 40px;
margin-right: 40px;*/
padding-right: 40px;
height: 70px;
}
/* Style the links inside the navigation bar */
.topnav a {
float: right;
display: block;
color: #f2f2f2;
text-align: center;
padding: 30px;
text-decoration: none;
font-size: 17px;
}
/* Change the color of links on hover */
.topnav a:hover {
background-color: #ddd;
color: black;
}
/* Add a color to the active/current link */
.topnav a:active {
background-color: #4CAF50;
color: white;
}
#name {
padding: 25px;
float: left;
color: white;
background-color: #009999 ;
width: auto;
font-size: 25px;
font-weight: bold;
height: auto;
margin-left: 40px;
}
/*BODY*/
/*FORM*/
.FormContainer {
width:40%;
border-radius: 5px;
background-color: white ;
margin: 20px 20px 20px 40px;
padding: 60px;
float: left;
}
/*Contact*/
/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
width: 100%; /* Full width */
padding: 12px; /* Some padding */
border: 1px solid #ccc; /* Gray border */
border-radius: 4px; /* Rounded borders */
box-sizing: border-box; /* Make sure that padding and width stays in place */
margin-top: 6px; /* Add a top margin */
margin-bottom: 16px; /* Bottom margin */
resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}
/* Style the submit button with a specific background color etc */
input[type=submit] {
background-color: #009999;
color: white;
font-size: 50;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
}
/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
background-color: #45a049;
}
/* Add a background color and some padding around the form */
.container {
border-radius: 5px;
background-color: #f2f2f2;
padding: 20px;
}
/*SOCIAL*/
.SocialConnect {
width: 25%;
border-radius: 5px;
background-color: white;
margin: 100px;
padding: 50px;
float: left;
font-size: 30px;
color: #009999;
font-weight: bold;
margin-top: 20px;
margin-left: 50px;
text-align: center;
}
#contacttitle {
font-size: 45px;
color: #009999;
font-weight: bold;
}
#picformat img {
width:50px;
height:50px;
margin-right: 5px;
}
/*ABOUT*/
.abouttext p {
font-size: 18px;
text-align: justify;
line-height: 150%;
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
.profilepic {
margin-right: 10px;
float: left;
width: 200px;
max-width: 100%;
height: auto;
}
.pimages img {
width: 200px;
height: 200px;
margin: 10px;
float: left;
}
#biopic{
width: 100%;
}
/*PORTFOLIO*/
.portpics {
float: left;
margin-bottom: 20px;
width: 47%;
position: relative;
}
.portpics p {
background-color: teal;
width: 100%;
color: white;
position: absolute;
bottom: 15px;
text-align: center;
}
#imageholder {
margin-left: 35px;
}
/*every odd element inside the class portpics inside the id imageholder should have a margin to the right of 10px*/
#imageholder .portpics:nth-child(odd) {
margin-right: 10px;
}
#imageholder .portpics:nth-child(even) {
margin-left: 10px;
}
.portimage {
width: 100%;
}
/*FOOTER*/
footer {
color: white;
clear: both;
border-top: 7px solid #009999;
background-color: #333;
height: 100px;
margin-top: 30px;
}
#copyright{
margin-top: 40px;
}
/******** | assets/css/style.css | General / All Pages*/
/* Add a black background color to the top navigation */
*{
box-sizing: border-box;
}
a {
text-decoration: none;
}
body {
background-image: url("https://i.pinimg.com/236x/e7/56/a0/e756a00a1ec23a6f6b95dad00040455f--swirl-pattern-pattern-texture.jpg");
}
/*NAVBAR*/
.topnav {
background-color: #333;
overflow: hidden;
/* margin-left: 40px;
margin-right: 40px;*/
padding-right: 40px;
height: 70px;
}
/* Style the links inside the navigation bar */
.topnav a {
float: right;
display: block;
color: #f2f2f2;
text-align: center;
padding: 30px;
text-decoration: none;
font-size: 17px;
}
/* Change the color of links on hover */
.topnav a:hover {
background-color: #ddd;
color: black;
}
/* Add a color to the active/current link */
.topnav a:active {
background-color: #4CAF50;
color: white;
}
#name {
padding: 25px;
float: left;
color: white;
background-color: #009999 ;
width: auto;
font-size: 25px;
font-weight: bold;
height: auto;
margin-left: 40px;
}
/*BODY*/
/*FORM*/
.FormContainer {
width:40%;
border-radius: 5px;
background-color: white ;
margin: 20px 20px 20px 40px;
padding: 60px;
float: left;
}
/*Contact*/
/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
width: 100%; /* Full width */
padding: 12px; /* Some padding */
border: 1px solid #ccc; /* Gray border */
border-radius: 4px; /* Rounded borders */
box-sizing: border-box; /* Make sure that padding and width stays in place */
margin-top: 6px; /* Add a top margin */
margin-bottom: 16px; /* Bottom margin */
resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}
/* Style the submit button with a specific background color etc */
input[type=submit] {
background-color: #009999;
color: white;
font-size: 50;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
}
/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
background-color: #45a049;
}
/* Add a background color and some padding around the form */
.container {
border-radius: 5px;
background-color: #f2f2f2;
padding: 20px;
}
/*SOCIAL*/
.SocialConnect {
width: 25%;
border-radius: 5px;
background-color: white;
margin: 100px;
padding: 50px;
float: left;
font-size: 30px;
color: #009999;
font-weight: bold;
margin-top: 20px;
margin-left: 50px;
text-align: center;
}
#contacttitle {
font-size: 45px;
color: #009999;
font-weight: bold;
}
#picformat img {
width:50px;
height:50px;
margin-right: 5px;
}
/*ABOUT*/
.abouttext p {
font-size: 18px;
text-align: justify;
line-height: 150%;
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
.profilepic {
margin-right: 10px;
float: left;
width: 200px;
max-width: 100%;
height: auto;
}
.pimages img {
width: 200px;
height: 200px;
margin: 10px;
float: left;
}
#biopic{
width: 100%;
}
/*PORTFOLIO*/
.portpics {
float: left;
margin-bottom: 20px;
width: 47%;
position: relative;
}
.portpics p {
background-color: teal;
width: 100%;
color: white;
position: absolute;
bottom: 15px;
text-align: center;
}
#imageholder {
margin-left: 35px;
}
/*every odd element inside the class portpics inside the id imageholder should have a margin to the right of 10px*/
#imageholder .portpics:nth-child(odd) {
margin-right: 10px;
}
#imageholder .portpics:nth-child(even) {
margin-left: 10px;
}
.portimage {
width: 100%;
}
/*FOOTER*/
footer {
color: white;
clear: both;
border-top: 7px solid #009999;
background-color: #333;
height: 100px;
margin-top: 30px;
}
#copyright{
margin-top: 40px;
}
/******** | 0.279927 | 0.126488 |
body, a { color: #94846e; }
body { background: url(../images/bg.png) no-repeat scroll 0 0 transparent; }
.container { padding: 15px; }
.fa-round {
border-radius: 100%;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
margin: 0 5px;
}
.panel { background-color: transparent; border: 0 none; }
.panel-success>.panel-heading { color: #fff; background-color: #97ce68; border-color: #8dca5a; border-bottom-width: 5px; }
#login.panel,
#twitter.panel,
#tabs.panel { background: #fff; }
.btn-default { color: #94846e; }
.btn-danger, .btn-brown { border-bottom-width: 5px; }
.btn-danger { background-color: #ff6766; border-color: #ff4c4b; }
.btn-brown { background-color: #94846e; border-bottom-color: #86745b; color: #fff; }
.btn-danger .fa-round { background-color: #ff4c4b; }
.text-danger { color: #ff6766; }
.text-info { color: #2bb5dc; }
.progress-bar-danger { background-color: #ff6766; }
.panel>.list-group .list-group-item.active {
background-color: #f2f2ec;
border-color: #f2f2ec #f2f2ec #f2f2ec #ff6766;
border-width: 1px 1px 1px 2px;
}
.panel>.list-group .list-group-item.active .fa {
color: #ff6766;
}
.img-box {
display: block;
overflow: hidden;
border-radius: 50%;
border: 1px solid #fff;
padding: 10px;
}
#search .input-group-addon { background-color: #97ce68; color: #fff; border-color: #97ce68; }
#weather .btn-group>.btn { min-height: 180px; position: relative; }
#weather .btn-group>.btn>.btn-inner {
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
margin: auto;
}
#weather .btn-group>.btn:first-child .btn-inner {
height: 16px;
}
#weather .btn-group>.btn:last-child .btn-inner {
height: 48px;
}
#twitter.panel>.panel-heading { background: url(../images/twitter-bg.png) no-repeat scroll left bottom transparent; color: #fff; }
#twitter>.panel-body>.form-control { height: 90px; }
#twitter>.row { padding: 15px 0 0 0; }
#twitter>.row>.btn-group>.btn { border: 0 none; box-shadow: none; }
#twitter>.row>.btn-group>.btn:not(:last-child) { border-right: 2px solid #deddd5; }
#twitter>.row>.btn-group>.btn>span:last-child { font-size: 13px; }
#player {
background: url(../images/people.02.png) no-repeat scroll 0 0 transparent;
min-height: 307px;
position: relative;
}
#player>.panel-footer {
position: absolute;
width: 100%;
bottom: 0;
background-color: transparent;
border: 0 none;
}
#player>.panel-heading { color: #fff; }
#player>.panel-footer>.row { margin: -5px; }
#player>.panel-footer>.row>[class*="col-"] { padding: 0 5px; min-height: 36px; }
#player>.panel-footer .btn { background-color: transparent; color: #fff; vertical-align: -10px; }
#player>.panel-footer .btn .fa-round { background-color: rgba( 255, 255, 255, .2); }
#player>.panel-footer .progress { margin: 15px 0 0 0; background-color: rgba( 255, 255, 255, .2); height: 10px;overflow: visible; }
#player>.panel-footer .progress-bar { border-radius: 5px; position: relative; }
#player>.panel-footer .progress>.progress-bar:before { position: absolute; content: "\f041"; top: -20px; right: 0; color: #ff6766; font: normal normal normal 14px/1 FontAwesome; } | css/style.css | body, a { color: #94846e; }
body { background: url(../images/bg.png) no-repeat scroll 0 0 transparent; }
.container { padding: 15px; }
.fa-round {
border-radius: 100%;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
margin: 0 5px;
}
.panel { background-color: transparent; border: 0 none; }
.panel-success>.panel-heading { color: #fff; background-color: #97ce68; border-color: #8dca5a; border-bottom-width: 5px; }
#login.panel,
#twitter.panel,
#tabs.panel { background: #fff; }
.btn-default { color: #94846e; }
.btn-danger, .btn-brown { border-bottom-width: 5px; }
.btn-danger { background-color: #ff6766; border-color: #ff4c4b; }
.btn-brown { background-color: #94846e; border-bottom-color: #86745b; color: #fff; }
.btn-danger .fa-round { background-color: #ff4c4b; }
.text-danger { color: #ff6766; }
.text-info { color: #2bb5dc; }
.progress-bar-danger { background-color: #ff6766; }
.panel>.list-group .list-group-item.active {
background-color: #f2f2ec;
border-color: #f2f2ec #f2f2ec #f2f2ec #ff6766;
border-width: 1px 1px 1px 2px;
}
.panel>.list-group .list-group-item.active .fa {
color: #ff6766;
}
.img-box {
display: block;
overflow: hidden;
border-radius: 50%;
border: 1px solid #fff;
padding: 10px;
}
#search .input-group-addon { background-color: #97ce68; color: #fff; border-color: #97ce68; }
#weather .btn-group>.btn { min-height: 180px; position: relative; }
#weather .btn-group>.btn>.btn-inner {
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
margin: auto;
}
#weather .btn-group>.btn:first-child .btn-inner {
height: 16px;
}
#weather .btn-group>.btn:last-child .btn-inner {
height: 48px;
}
#twitter.panel>.panel-heading { background: url(../images/twitter-bg.png) no-repeat scroll left bottom transparent; color: #fff; }
#twitter>.panel-body>.form-control { height: 90px; }
#twitter>.row { padding: 15px 0 0 0; }
#twitter>.row>.btn-group>.btn { border: 0 none; box-shadow: none; }
#twitter>.row>.btn-group>.btn:not(:last-child) { border-right: 2px solid #deddd5; }
#twitter>.row>.btn-group>.btn>span:last-child { font-size: 13px; }
#player {
background: url(../images/people.02.png) no-repeat scroll 0 0 transparent;
min-height: 307px;
position: relative;
}
#player>.panel-footer {
position: absolute;
width: 100%;
bottom: 0;
background-color: transparent;
border: 0 none;
}
#player>.panel-heading { color: #fff; }
#player>.panel-footer>.row { margin: -5px; }
#player>.panel-footer>.row>[class*="col-"] { padding: 0 5px; min-height: 36px; }
#player>.panel-footer .btn { background-color: transparent; color: #fff; vertical-align: -10px; }
#player>.panel-footer .btn .fa-round { background-color: rgba( 255, 255, 255, .2); }
#player>.panel-footer .progress { margin: 15px 0 0 0; background-color: rgba( 255, 255, 255, .2); height: 10px;overflow: visible; }
#player>.panel-footer .progress-bar { border-radius: 5px; position: relative; }
#player>.panel-footer .progress>.progress-bar:before { position: absolute; content: "\f041"; top: -20px; right: 0; color: #ff6766; font: normal normal normal 14px/1 FontAwesome; } | 0.4231 | 0.098209 |
.depage-form {
max-width: 40em; }
.depage-form .depage-label, .depage-form.labels-on-left .depage-label,
.depage-form .labels-on-left .depage-label {
float: left;
width: 33.3333%;
padding-right: 0.6em; }
.depage-form > p, .depage-form.labels-on-left > p,
.depage-form .labels-on-left > p {
clear: left; }
.depage-form .errorMessage, .depage-form.labels-on-left .errorMessage,
.depage-form .labels-on-left .errorMessage {
right: 0;
padding-right: 1em;
max-width: 66.6666%; }
.depage-form.labels-on-right .depage-label,
.depage-form .labels-on-right .depage-label {
float: right;
width: 33.3333%;
padding-left: 0.6em; }
.depage-form.labels-on-right > p,
.depage-form .labels-on-right > p {
clear: right; }
.depage-form.labels-on-right .errorMessage,
.depage-form .labels-on-right .errorMessage {
right: 33.3333%;
padding-right: 1em;
max-width: 66.6666%; }
.depage-form.labels-on-top .depage-label,
.depage-form .labels-on-top .depage-label {
float: none;
width: 100%; }
.depage-form.labels-on-top input,
.depage-form.labels-on-top button,
.depage-form.labels-on-top select,
.depage-form.labels-on-top textarea,
.depage-form.labels-on-top .textarea,
.depage-form.labels-on-top .selectize-input,
.depage-form .labels-on-top input,
.depage-form .labels-on-top button,
.depage-form .labels-on-top select,
.depage-form .labels-on-top textarea,
.depage-form .labels-on-top .textarea,
.depage-form .labels-on-top .selectize-input {
width: 100%; }
.depage-form.labels-on-top .errorMessage,
.depage-form .labels-on-top .errorMessage {
right: 0;
padding-right: 1em;
max-width: 100%; }
@media screen and (max-width: 600px) {
.depage-form .depage-label, .depage-form.labels-on-left .depage-label, .depage-form.labels-on-right .depage-label, .depage-form.labels-on-top .depage-label,
.depage-form .labels-on-left .depage-label,
.depage-form .labels-on-right .depage-label,
.depage-form .labels-on-top .depage-label {
float: none;
width: 100%;
padding-left: 0;
padding-right: 0; }
.depage-form input,
.depage-form button,
.depage-form select,
.depage-form textarea,
.depage-form .textarea,
.depage-form .selectize-input, .depage-form.labels-on-left input,
.depage-form.labels-on-left button,
.depage-form.labels-on-left select,
.depage-form.labels-on-left textarea,
.depage-form.labels-on-left .textarea,
.depage-form.labels-on-left .selectize-input, .depage-form.labels-on-right input,
.depage-form.labels-on-right button,
.depage-form.labels-on-right select,
.depage-form.labels-on-right textarea,
.depage-form.labels-on-right .textarea,
.depage-form.labels-on-right .selectize-input, .depage-form.labels-on-top input,
.depage-form.labels-on-top button,
.depage-form.labels-on-top select,
.depage-form.labels-on-top textarea,
.depage-form.labels-on-top .textarea,
.depage-form.labels-on-top .selectize-input,
.depage-form .labels-on-left input,
.depage-form .labels-on-left button,
.depage-form .labels-on-left select,
.depage-form .labels-on-left textarea,
.depage-form .labels-on-left .textarea,
.depage-form .labels-on-left .selectize-input,
.depage-form .labels-on-right input,
.depage-form .labels-on-right button,
.depage-form .labels-on-right select,
.depage-form .labels-on-right textarea,
.depage-form .labels-on-right .textarea,
.depage-form .labels-on-right .selectize-input,
.depage-form .labels-on-top input,
.depage-form .labels-on-top button,
.depage-form .labels-on-top select,
.depage-form .labels-on-top textarea,
.depage-form .labels-on-top .textarea,
.depage-form .labels-on-top .selectize-input {
width: 100%; }
.depage-form .errorMessage, .depage-form.labels-on-left .errorMessage, .depage-form.labels-on-right .errorMessage, .depage-form.labels-on-top .errorMessage,
.depage-form .labels-on-left .errorMessage,
.depage-form .labels-on-right .errorMessage,
.depage-form .labels-on-top .errorMessage {
right: 0;
padding-right: 1em;
max-width: 100%; } }
.depage-form .depage-label {
display: block;
height: 1em;
min-height: 1em;
height: auto !important;
padding-bottom: 0.3em; }
.depage-form .input-boolean input {
display: block;
float: left;
margin-top: 0.5em; }
.depage-form .input-boolean .depage-label {
display: block;
float: none;
width: auto; }
.depage-form p,
.depage-form .depage-label {
position: relative;
line-height: 1.8em; }
.depage-form input,
.depage-form button,
.depage-form select,
.depage-form textarea,
.depage-form .textarea,
.depage-form .selectize-input {
width: 66.6667%;
font-family: inherit;
font-size: 1em;
color: black; }
.depage-form .input-boolean button,
.depage-form .input-boolean input,
.depage-form .input-single button,
.depage-form .input-single input,
.depage-form .input-multiple button,
.depage-form .input-multiple input,
.depage-form .input-button button,
.depage-form .input-button input,
.depage-form .back button,
.depage-form .back input,
.depage-form .cancel button,
.depage-form .cancel input,
.depage-form .submit button,
.depage-form .submit input {
width: auto; }
.depage-form .input-single span label,
.depage-form .input-multiple span label {
display: inline-block;
white-space: nowrap; }
.depage-form .input-single span label span,
.depage-form .input-multiple span label span {
padding-left: 0.5em;
padding-right: 1em;
font-size: 1em; }
.depage-form input,
.depage-form button,
.depage-form select,
.depage-form textarea,
.depage-form .textarea {
border-width: 1px;
border-style: solid;
border-color: #999999;
padding: 0.2em;
background-color: white;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0; }
.depage-form input ::-moz-selection, .depage-form input::-moz-selection,
.depage-form button ::-moz-selection,
.depage-form button::-moz-selection,
.depage-form select ::-moz-selection,
.depage-form select::-moz-selection,
.depage-form textarea ::-moz-selection,
.depage-form textarea::-moz-selection,
.depage-form .textarea ::-moz-selection,
.depage-form .textarea::-moz-selection {
color: black;
background: #bbddff; }
.depage-form input ::selection, .depage-form input::selection,
.depage-form button ::selection,
.depage-form button::selection,
.depage-form select ::selection,
.depage-form select::selection,
.depage-form textarea ::selection,
.depage-form textarea::selection,
.depage-form .textarea ::selection,
.depage-form .textarea::selection {
color: black;
background: #bbddff; }
.depage-form input:required, .depage-form input:invalid,
.depage-form button:required,
.depage-form button:invalid,
.depage-form select:required,
.depage-form select:invalid,
.depage-form textarea:required,
.depage-form textarea:invalid,
.depage-form .textarea:required,
.depage-form .textarea:invalid {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; }
.depage-form input:hover,
.depage-form button:hover,
.depage-form select:hover,
.depage-form textarea:hover,
.depage-form .textarea:hover {
border-color: black; }
.depage-form input:disabled,
.depage-form button:disabled,
.depage-form select:disabled,
.depage-form textarea:disabled,
.depage-form .textarea:disabled {
opacity: .4; }
.depage-form input:disabled:hover,
.depage-form button:disabled:hover,
.depage-form select:disabled:hover,
.depage-form textarea:disabled:hover,
.depage-form .textarea:disabled:hover {
border-color: #999999; }
.depage-form input.focus, .depage-form input:focus,
.depage-form button.focus,
.depage-form button:focus,
.depage-form select.focus,
.depage-form select:focus,
.depage-form textarea.focus,
.depage-form textarea:focus,
.depage-form .textarea.focus,
.depage-form .textarea:focus {
border-color: black;
background-color: white; }
.depage-form .readonly input,
.depage-form .readonly button,
.depage-form .readonly select,
.depage-form .readonly textarea,
.depage-form .readonly .textarea {
opacity: .4; }
.depage-form .error input,
.depage-form .error button,
.depage-form .error select,
.depage-form .error textarea,
.depage-form .error .textarea {
border-color: red;
background-color: white; }
.depage-form .input-boolean input,
.depage-form .input-boolean input:focus, .depage-form .input-boolean.error input,
.depage-form .input-single input,
.depage-form .input-single input:focus,
.depage-form .input-single.error input,
.depage-form .input-multiple input,
.depage-form .input-multiple input:focus,
.depage-form .input-multiple.error input {
border: none; }
.depage-form .error .depage-label {
color: red; }
.depage-form .input-button button,
.depage-form .submit input {
background: #cccccc; }
.depage-form .input-button.error button,
.depage-form .submit.error input {
border: 1px solid #dddddd;
color: #999999;
background: #dddddd; }
.depage-form .errorMessage {
display: block;
position: absolute;
clear: both;
top: 0.2em;
font-size: 0.8em;
text-align: right; }
.depage-form fieldset {
/*
border: none;
border-top: 1px solid;
padding: 0;
position: relative;
background: #eeeeee;
*/ }
.depage-form fieldset legend {
/*
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
padding: 0.2em;
font-weight: bold;
background: #dddddd;
margin-bottom: 1em;
*/ }
.depage-form ol.stepnav {
display: table;
table-layout: fixed;
width: 100%;
padding: 0;
margin: 0; }
.depage-form ol.stepnav li {
display: table-cell;
list-style: none;
background: #eeeeee;
border-right: 0.3em solid #ffffff; }
.depage-form ol.stepnav li a {
display: block;
height: 100%;
padding: 0.4em;
color: #000000;
text-decoration: none; }
.depage-form ol.stepnav li.invalid a::after {
content: " !";
color: red;
font-weight: bold; }
.depage-form ol.stepnav li.current-step {
background: #dddddd; }
.depage-form .selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
visibility: visible !important;
background: #f2f2f2 !important;
background: rgba(0, 0, 0, 0.06) !important;
border: 0 none !important;
-webkit-box-shadow: inset 0 0 12px 4px white;
-moz-box-shadow: inset 0 0 12px 4px white;
box-shadow: inset 0 0 12px 4px white; }
.depage-form .selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
content: '!';
visibility: hidden; }
.depage-form .selectize-control.plugin-drag_drop .ui-sortable-helper {
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
.depage-form .selectize-dropdown-header {
position: relative;
padding: 5px 8px;
border-bottom: 1px solid #999999;
background: #f8f8f8;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
-ms-border-radius: 0 0 0 0;
-o-border-radius: 0 0 0 0;
border-radius: 0 0 0 0; }
.depage-form .selectize-dropdown-header-close {
position: absolute;
right: 8px;
top: 50%;
color: #303030;
opacity: 0.4;
margin-top: -12px;
line-height: 20px;
font-size: 20px !important; }
.depage-form .selectize-dropdown-header-close:hover {
color: #000000; }
.depage-form .selectize-dropdown.plugin-optgroup_columns .optgroup {
border-right: 1px solid #f2f2f2;
border-top: 0 none;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.depage-form .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
border-right: 0 none; }
.depage-form .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
display: none; }
.depage-form .selectize-dropdown.plugin-optgroup_columns .optgroup-header {
border-top: 0 none; }
.depage-form .selectize-control.plugin-remove_button [data-value] {
position: relative;
padding-right: 20px !important; }
.depage-form .selectize-control.plugin-remove_button [data-value] .remove {
z-index: 1;
/* fixes ie bug (see #392) */
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 17px;
text-align: center;
font-size: 18px;
color: inherit;
text-decoration: none;
vertical-align: middle;
display: inline-block;
padding: 1px 0 0 0;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
-ms-border-radius: 0 0 0 0;
-o-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: #7f7f7f; }
.depage-form .selectize-control.plugin-remove_button [data-value] .remove:hover {
background: rgba(0, 0, 0, 0.05); }
.depage-form .selectize-control.plugin-remove_button [data-value].active .remove {
border-left-color: #cacaca; }
.depage-form .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
background: none; }
.depage-form .selectize-control.plugin-remove_button .disabled [data-value] .remove {
border-left-color: #ffffff; }
.depage-form .selectize-control {
position: relative; }
.depage-form .selectize-dropdown,
.depage-form .selectize-input,
.depage-form .selectize-input input {
color: black;
font-family: inherit;
font-size: 1em;
line-height: 1em;
-webkit-font-smoothing: inherit; }
.depage-form .selectize-input,
.depage-form .selectize-control.single .selectize-input.input-active {
background: white;
cursor: text;
display: inline-block; }
.depage-form .selectize-input {
border-width: 1px;
border-style: solid;
border-color: #999999;
padding: 8px 8px;
display: inline-block;
overflow: hidden;
position: relative;
z-index: 1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0; }
.depage-form .selectize-control.multi .selectize-input.has-items {
padding: 6px 8px 3px; }
.depage-form .selectize-input.full {
background-color: white; }
.depage-form .selectize-input.disabled,
.depage-form .selectize-input.disabled * {
cursor: default !important; }
.depage-form .selectize-input.focus {
border-color: black;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.5);
box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.5); }
.depage-form .error .selectize-input {
border-color: red; }
.depage-form .selectize-input > * {
vertical-align: baseline;
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline; }
.depage-form .selectize-control.multi .selectize-input > div {
cursor: pointer;
margin: 0 3px 3px 0;
padding: 2px 6px;
background: #e6e6e6;
color: black;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0; }
.depage-form .selectize-control.multi .selectize-input > div.active {
color: black;
background: #bbddff; }
.depage-form .selectize-control.multi .selectize-input.disabled > div,
.depage-form .selectize-control.multi .selectize-input.disabled > div.active {
color: #7d7d7d;
background: #ffffff;
border: 0 solid #ffffff; }
.depage-form .selectize-input > input {
display: inline-block !important;
padding: 0 !important;
min-height: 0 !important;
max-height: none !important;
max-width: 100% !important;
margin: 0 2px 0 0 !important;
text-indent: 0 !important;
border: 0 none !important;
background: none !important;
line-height: inherit !important;
-webkit-user-select: auto !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important; }
.depage-form .selectize-input > input::-ms-clear {
display: none; }
.depage-form .selectize-input > input:focus {
outline: none !important; }
.depage-form .selectize-input::after {
content: ' ';
display: block;
clear: left; }
.depage-form .selectize-input.dropdown-active::before {
content: ' ';
display: block;
position: absolute;
background: #f0f0f0;
height: 1px;
bottom: 0;
left: 0;
right: 0; }
.depage-form .selectize-input.dropdown-active {
-webkit-border-bottom-left-radius: 0;
-moz-border-bottomleft-radius: 0;
-ms-border-bottom-left-radius: 0;
-o-border-bottom-left-radius: 0;
border-bottom-left-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-bottomright-radius: 0;
-ms-border-bottom-right-radius: 0;
-o-border-bottom-right-radius: 0;
border-bottom-right-radius: 0; }
.depage-form .selectize-dropdown {
position: absolute;
z-index: 10;
border: 1px solid black;
background: #ffffff;
margin: -1px 0 0 0;
border-top: 0 none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
-ms-border-radius: 0 0 0 0;
-o-border-radius: 0 0 0 0;
border-radius: 0 0 0 0; }
.depage-form .selectize-dropdown [data-selectable] {
cursor: pointer;
overflow: hidden; }
.depage-form .selectize-dropdown [data-selectable] .highlight {
background: rgba(125, 168, 208, 0.2);
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px; }
.depage-form .selectize-dropdown [data-selectable],
.depage-form .selectize-dropdown .optgroup-header {
padding: 5px 8px; }
.depage-form .selectize-dropdown .optgroup:first-child .optgroup-header {
border-top: 0 none; }
.depage-form .selectize-dropdown .optgroup-header {
color: #303030;
background: #ffffff;
cursor: default; }
.depage-form .selectize-dropdown .active {
color: black;
background: #bbddff; }
.depage-form .selectize-dropdown .active.create {
color: #495c68; }
.depage-form .selectize-dropdown .create {
color: rgba(48, 48, 48, 0.5); }
.depage-form .selectize-dropdown-content {
overflow-y: auto;
overflow-x: hidden;
max-height: 200px; }
.depage-form .selectize-control.single .selectize-input,
.depage-form .selectize-control.single .selectize-input input {
cursor: pointer; }
.depage-form .selectize-control.single .selectize-input.input-active,
.depage-form .selectize-control.single .selectize-input.input-active input {
cursor: text; }
.depage-form .selectize-control.single .selectize-input:after {
content: ' ';
display: block;
position: absolute;
top: 50%;
right: 15px;
margin-top: -3px;
width: 0;
height: 0;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color: #808080 transparent transparent transparent; }
.depage-form .selectize-control.single .selectize-input.dropdown-active:after {
margin-top: -4px;
border-width: 0 5px 5px 5px;
border-color: transparent transparent #808080 transparent; }
.depage-form .selectize-control.rtl.single .selectize-input:after {
left: 15px;
right: auto; }
.depage-form .selectize-control.rtl .selectize-input > input {
margin: 0 4px 0 -2px !important; }
.depage-form .selectize-control .selectize-input.disabled {
opacity: 0.5;
background-color: #fafafa; }
.depage-form .input-richtext .textarea,
.depage-form .input-richtext .textarea-content,
.depage-form .input-richtext textarea {
min-height: 10em;
margin-bottom: 0.3em; }
.depage-form .input-richtext .textarea {
position: relative;
padding: 0.2em; }
.depage-form .input-richtext .textarea .textarea-content {
margin-bottom: 0; }
.depage-form .input-richtext .textarea .textarea-content:focus {
outline: none; }
.depage-form .input-richtext .textarea h1,
.depage-form .input-richtext .textarea h2,
.depage-form .input-richtext .textarea h3,
.depage-form .input-richtext .textarea h4,
.depage-form .input-richtext .textarea h5,
.depage-form .input-richtext .textarea h6,
.depage-form .input-richtext .textarea li,
.depage-form .input-richtext .textarea dt,
.depage-form .input-richtext .textarea dd,
.depage-form .input-richtext .textarea p {
font-size: 1em !important;
line-height: 1.5em; }
.depage-form .input-richtext .textarea h1,
.depage-form .input-richtext .textarea h2,
.depage-form .input-richtext .textarea h3,
.depage-form .input-richtext .textarea h4,
.depage-form .input-richtext .textarea h5,
.depage-form .input-richtext .textarea h6 {
position: relative;
font-weight: bold;
color: #555555; }
.depage-form .input-richtext .textarea h1::after,
.depage-form .input-richtext .textarea h2::after,
.depage-form .input-richtext .textarea h3::after,
.depage-form .input-richtext .textarea h4::after,
.depage-form .input-richtext .textarea h5::after,
.depage-form .input-richtext .textarea h6::after {
display: block;
position: absolute;
top: 0;
right: 0;
opacity: 0.5; }
.depage-form .input-richtext .textarea h1::after {
content: "h1"; }
.depage-form .input-richtext .textarea h2::after {
content: "h2"; }
.depage-form .input-richtext .textarea blockquote {
border-left: 0.2em solid;
padding-left: 1em;
margin-top: 1em;
margin-bottom: 1em; }
.depageEditorToolbar {
list-style: none;
position: absolute;
width: auto;
height: 1.8em;
left: 0;
transform: translateX(-50%);
max-width: 90vw;
top: 0;
margin: 0;
padding: 0;
z-index: 1000;
background: rgba(0, 0, 0, 0.8);
color: #ffffff;
font-size: 1em;
padding: 0 0.54em;
-webkit-border-radius: 0.54em;
-moz-border-radius: 0.54em;
-ms-border-radius: 0.54em;
-o-border-radius: 0.54em;
border-radius: 0.54em; }
.depageEditorToolbar li {
font-size: 1em;
margin: 0;
padding: 0 0.4em;
display: inline-block;
vertical-align: top;
line-height: 1.8em;
min-width: 1.8em;
height: 1.8em;
text-align: center;
cursor: pointer;
/*
border-bottom-width: 0.2em;
border-bottom-style: solid;
border-bottom-color: transparent;
*/ }
.depageEditorToolbar li:before,
.depageEditorToolbar li:after {
display: none; }
.depageEditorToolbar li:hover,
.depageEditorToolbar li.active {
background-color: rgba(255, 255, 255, 0.2); }
.depageEditorToolbar .format-a {
text-decoration: underline; }
.depageEditorToolbar .format-b {
font-weight: bold; }
.depageEditorToolbar .format-i {
font-style: italic; }
.depageEditorToolbar .format-u {
text-decoration: underline; }
.depageEditorToolbar .format-s {
text-decoration: line-through; } | www/framework/HtmlForm/lib/css/depage-forms.css | .depage-form {
max-width: 40em; }
.depage-form .depage-label, .depage-form.labels-on-left .depage-label,
.depage-form .labels-on-left .depage-label {
float: left;
width: 33.3333%;
padding-right: 0.6em; }
.depage-form > p, .depage-form.labels-on-left > p,
.depage-form .labels-on-left > p {
clear: left; }
.depage-form .errorMessage, .depage-form.labels-on-left .errorMessage,
.depage-form .labels-on-left .errorMessage {
right: 0;
padding-right: 1em;
max-width: 66.6666%; }
.depage-form.labels-on-right .depage-label,
.depage-form .labels-on-right .depage-label {
float: right;
width: 33.3333%;
padding-left: 0.6em; }
.depage-form.labels-on-right > p,
.depage-form .labels-on-right > p {
clear: right; }
.depage-form.labels-on-right .errorMessage,
.depage-form .labels-on-right .errorMessage {
right: 33.3333%;
padding-right: 1em;
max-width: 66.6666%; }
.depage-form.labels-on-top .depage-label,
.depage-form .labels-on-top .depage-label {
float: none;
width: 100%; }
.depage-form.labels-on-top input,
.depage-form.labels-on-top button,
.depage-form.labels-on-top select,
.depage-form.labels-on-top textarea,
.depage-form.labels-on-top .textarea,
.depage-form.labels-on-top .selectize-input,
.depage-form .labels-on-top input,
.depage-form .labels-on-top button,
.depage-form .labels-on-top select,
.depage-form .labels-on-top textarea,
.depage-form .labels-on-top .textarea,
.depage-form .labels-on-top .selectize-input {
width: 100%; }
.depage-form.labels-on-top .errorMessage,
.depage-form .labels-on-top .errorMessage {
right: 0;
padding-right: 1em;
max-width: 100%; }
@media screen and (max-width: 600px) {
.depage-form .depage-label, .depage-form.labels-on-left .depage-label, .depage-form.labels-on-right .depage-label, .depage-form.labels-on-top .depage-label,
.depage-form .labels-on-left .depage-label,
.depage-form .labels-on-right .depage-label,
.depage-form .labels-on-top .depage-label {
float: none;
width: 100%;
padding-left: 0;
padding-right: 0; }
.depage-form input,
.depage-form button,
.depage-form select,
.depage-form textarea,
.depage-form .textarea,
.depage-form .selectize-input, .depage-form.labels-on-left input,
.depage-form.labels-on-left button,
.depage-form.labels-on-left select,
.depage-form.labels-on-left textarea,
.depage-form.labels-on-left .textarea,
.depage-form.labels-on-left .selectize-input, .depage-form.labels-on-right input,
.depage-form.labels-on-right button,
.depage-form.labels-on-right select,
.depage-form.labels-on-right textarea,
.depage-form.labels-on-right .textarea,
.depage-form.labels-on-right .selectize-input, .depage-form.labels-on-top input,
.depage-form.labels-on-top button,
.depage-form.labels-on-top select,
.depage-form.labels-on-top textarea,
.depage-form.labels-on-top .textarea,
.depage-form.labels-on-top .selectize-input,
.depage-form .labels-on-left input,
.depage-form .labels-on-left button,
.depage-form .labels-on-left select,
.depage-form .labels-on-left textarea,
.depage-form .labels-on-left .textarea,
.depage-form .labels-on-left .selectize-input,
.depage-form .labels-on-right input,
.depage-form .labels-on-right button,
.depage-form .labels-on-right select,
.depage-form .labels-on-right textarea,
.depage-form .labels-on-right .textarea,
.depage-form .labels-on-right .selectize-input,
.depage-form .labels-on-top input,
.depage-form .labels-on-top button,
.depage-form .labels-on-top select,
.depage-form .labels-on-top textarea,
.depage-form .labels-on-top .textarea,
.depage-form .labels-on-top .selectize-input {
width: 100%; }
.depage-form .errorMessage, .depage-form.labels-on-left .errorMessage, .depage-form.labels-on-right .errorMessage, .depage-form.labels-on-top .errorMessage,
.depage-form .labels-on-left .errorMessage,
.depage-form .labels-on-right .errorMessage,
.depage-form .labels-on-top .errorMessage {
right: 0;
padding-right: 1em;
max-width: 100%; } }
.depage-form .depage-label {
display: block;
height: 1em;
min-height: 1em;
height: auto !important;
padding-bottom: 0.3em; }
.depage-form .input-boolean input {
display: block;
float: left;
margin-top: 0.5em; }
.depage-form .input-boolean .depage-label {
display: block;
float: none;
width: auto; }
.depage-form p,
.depage-form .depage-label {
position: relative;
line-height: 1.8em; }
.depage-form input,
.depage-form button,
.depage-form select,
.depage-form textarea,
.depage-form .textarea,
.depage-form .selectize-input {
width: 66.6667%;
font-family: inherit;
font-size: 1em;
color: black; }
.depage-form .input-boolean button,
.depage-form .input-boolean input,
.depage-form .input-single button,
.depage-form .input-single input,
.depage-form .input-multiple button,
.depage-form .input-multiple input,
.depage-form .input-button button,
.depage-form .input-button input,
.depage-form .back button,
.depage-form .back input,
.depage-form .cancel button,
.depage-form .cancel input,
.depage-form .submit button,
.depage-form .submit input {
width: auto; }
.depage-form .input-single span label,
.depage-form .input-multiple span label {
display: inline-block;
white-space: nowrap; }
.depage-form .input-single span label span,
.depage-form .input-multiple span label span {
padding-left: 0.5em;
padding-right: 1em;
font-size: 1em; }
.depage-form input,
.depage-form button,
.depage-form select,
.depage-form textarea,
.depage-form .textarea {
border-width: 1px;
border-style: solid;
border-color: #999999;
padding: 0.2em;
background-color: white;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0; }
.depage-form input ::-moz-selection, .depage-form input::-moz-selection,
.depage-form button ::-moz-selection,
.depage-form button::-moz-selection,
.depage-form select ::-moz-selection,
.depage-form select::-moz-selection,
.depage-form textarea ::-moz-selection,
.depage-form textarea::-moz-selection,
.depage-form .textarea ::-moz-selection,
.depage-form .textarea::-moz-selection {
color: black;
background: #bbddff; }
.depage-form input ::selection, .depage-form input::selection,
.depage-form button ::selection,
.depage-form button::selection,
.depage-form select ::selection,
.depage-form select::selection,
.depage-form textarea ::selection,
.depage-form textarea::selection,
.depage-form .textarea ::selection,
.depage-form .textarea::selection {
color: black;
background: #bbddff; }
.depage-form input:required, .depage-form input:invalid,
.depage-form button:required,
.depage-form button:invalid,
.depage-form select:required,
.depage-form select:invalid,
.depage-form textarea:required,
.depage-form textarea:invalid,
.depage-form .textarea:required,
.depage-form .textarea:invalid {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; }
.depage-form input:hover,
.depage-form button:hover,
.depage-form select:hover,
.depage-form textarea:hover,
.depage-form .textarea:hover {
border-color: black; }
.depage-form input:disabled,
.depage-form button:disabled,
.depage-form select:disabled,
.depage-form textarea:disabled,
.depage-form .textarea:disabled {
opacity: .4; }
.depage-form input:disabled:hover,
.depage-form button:disabled:hover,
.depage-form select:disabled:hover,
.depage-form textarea:disabled:hover,
.depage-form .textarea:disabled:hover {
border-color: #999999; }
.depage-form input.focus, .depage-form input:focus,
.depage-form button.focus,
.depage-form button:focus,
.depage-form select.focus,
.depage-form select:focus,
.depage-form textarea.focus,
.depage-form textarea:focus,
.depage-form .textarea.focus,
.depage-form .textarea:focus {
border-color: black;
background-color: white; }
.depage-form .readonly input,
.depage-form .readonly button,
.depage-form .readonly select,
.depage-form .readonly textarea,
.depage-form .readonly .textarea {
opacity: .4; }
.depage-form .error input,
.depage-form .error button,
.depage-form .error select,
.depage-form .error textarea,
.depage-form .error .textarea {
border-color: red;
background-color: white; }
.depage-form .input-boolean input,
.depage-form .input-boolean input:focus, .depage-form .input-boolean.error input,
.depage-form .input-single input,
.depage-form .input-single input:focus,
.depage-form .input-single.error input,
.depage-form .input-multiple input,
.depage-form .input-multiple input:focus,
.depage-form .input-multiple.error input {
border: none; }
.depage-form .error .depage-label {
color: red; }
.depage-form .input-button button,
.depage-form .submit input {
background: #cccccc; }
.depage-form .input-button.error button,
.depage-form .submit.error input {
border: 1px solid #dddddd;
color: #999999;
background: #dddddd; }
.depage-form .errorMessage {
display: block;
position: absolute;
clear: both;
top: 0.2em;
font-size: 0.8em;
text-align: right; }
.depage-form fieldset {
/*
border: none;
border-top: 1px solid;
padding: 0;
position: relative;
background: #eeeeee;
*/ }
.depage-form fieldset legend {
/*
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
padding: 0.2em;
font-weight: bold;
background: #dddddd;
margin-bottom: 1em;
*/ }
.depage-form ol.stepnav {
display: table;
table-layout: fixed;
width: 100%;
padding: 0;
margin: 0; }
.depage-form ol.stepnav li {
display: table-cell;
list-style: none;
background: #eeeeee;
border-right: 0.3em solid #ffffff; }
.depage-form ol.stepnav li a {
display: block;
height: 100%;
padding: 0.4em;
color: #000000;
text-decoration: none; }
.depage-form ol.stepnav li.invalid a::after {
content: " !";
color: red;
font-weight: bold; }
.depage-form ol.stepnav li.current-step {
background: #dddddd; }
.depage-form .selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
visibility: visible !important;
background: #f2f2f2 !important;
background: rgba(0, 0, 0, 0.06) !important;
border: 0 none !important;
-webkit-box-shadow: inset 0 0 12px 4px white;
-moz-box-shadow: inset 0 0 12px 4px white;
box-shadow: inset 0 0 12px 4px white; }
.depage-form .selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
content: '!';
visibility: hidden; }
.depage-form .selectize-control.plugin-drag_drop .ui-sortable-helper {
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
.depage-form .selectize-dropdown-header {
position: relative;
padding: 5px 8px;
border-bottom: 1px solid #999999;
background: #f8f8f8;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
-ms-border-radius: 0 0 0 0;
-o-border-radius: 0 0 0 0;
border-radius: 0 0 0 0; }
.depage-form .selectize-dropdown-header-close {
position: absolute;
right: 8px;
top: 50%;
color: #303030;
opacity: 0.4;
margin-top: -12px;
line-height: 20px;
font-size: 20px !important; }
.depage-form .selectize-dropdown-header-close:hover {
color: #000000; }
.depage-form .selectize-dropdown.plugin-optgroup_columns .optgroup {
border-right: 1px solid #f2f2f2;
border-top: 0 none;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.depage-form .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
border-right: 0 none; }
.depage-form .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
display: none; }
.depage-form .selectize-dropdown.plugin-optgroup_columns .optgroup-header {
border-top: 0 none; }
.depage-form .selectize-control.plugin-remove_button [data-value] {
position: relative;
padding-right: 20px !important; }
.depage-form .selectize-control.plugin-remove_button [data-value] .remove {
z-index: 1;
/* fixes ie bug (see #392) */
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 17px;
text-align: center;
font-size: 18px;
color: inherit;
text-decoration: none;
vertical-align: middle;
display: inline-block;
padding: 1px 0 0 0;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
-ms-border-radius: 0 0 0 0;
-o-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: #7f7f7f; }
.depage-form .selectize-control.plugin-remove_button [data-value] .remove:hover {
background: rgba(0, 0, 0, 0.05); }
.depage-form .selectize-control.plugin-remove_button [data-value].active .remove {
border-left-color: #cacaca; }
.depage-form .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
background: none; }
.depage-form .selectize-control.plugin-remove_button .disabled [data-value] .remove {
border-left-color: #ffffff; }
.depage-form .selectize-control {
position: relative; }
.depage-form .selectize-dropdown,
.depage-form .selectize-input,
.depage-form .selectize-input input {
color: black;
font-family: inherit;
font-size: 1em;
line-height: 1em;
-webkit-font-smoothing: inherit; }
.depage-form .selectize-input,
.depage-form .selectize-control.single .selectize-input.input-active {
background: white;
cursor: text;
display: inline-block; }
.depage-form .selectize-input {
border-width: 1px;
border-style: solid;
border-color: #999999;
padding: 8px 8px;
display: inline-block;
overflow: hidden;
position: relative;
z-index: 1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0; }
.depage-form .selectize-control.multi .selectize-input.has-items {
padding: 6px 8px 3px; }
.depage-form .selectize-input.full {
background-color: white; }
.depage-form .selectize-input.disabled,
.depage-form .selectize-input.disabled * {
cursor: default !important; }
.depage-form .selectize-input.focus {
border-color: black;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.5);
box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.5); }
.depage-form .error .selectize-input {
border-color: red; }
.depage-form .selectize-input > * {
vertical-align: baseline;
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline; }
.depage-form .selectize-control.multi .selectize-input > div {
cursor: pointer;
margin: 0 3px 3px 0;
padding: 2px 6px;
background: #e6e6e6;
color: black;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0; }
.depage-form .selectize-control.multi .selectize-input > div.active {
color: black;
background: #bbddff; }
.depage-form .selectize-control.multi .selectize-input.disabled > div,
.depage-form .selectize-control.multi .selectize-input.disabled > div.active {
color: #7d7d7d;
background: #ffffff;
border: 0 solid #ffffff; }
.depage-form .selectize-input > input {
display: inline-block !important;
padding: 0 !important;
min-height: 0 !important;
max-height: none !important;
max-width: 100% !important;
margin: 0 2px 0 0 !important;
text-indent: 0 !important;
border: 0 none !important;
background: none !important;
line-height: inherit !important;
-webkit-user-select: auto !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important; }
.depage-form .selectize-input > input::-ms-clear {
display: none; }
.depage-form .selectize-input > input:focus {
outline: none !important; }
.depage-form .selectize-input::after {
content: ' ';
display: block;
clear: left; }
.depage-form .selectize-input.dropdown-active::before {
content: ' ';
display: block;
position: absolute;
background: #f0f0f0;
height: 1px;
bottom: 0;
left: 0;
right: 0; }
.depage-form .selectize-input.dropdown-active {
-webkit-border-bottom-left-radius: 0;
-moz-border-bottomleft-radius: 0;
-ms-border-bottom-left-radius: 0;
-o-border-bottom-left-radius: 0;
border-bottom-left-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-bottomright-radius: 0;
-ms-border-bottom-right-radius: 0;
-o-border-bottom-right-radius: 0;
border-bottom-right-radius: 0; }
.depage-form .selectize-dropdown {
position: absolute;
z-index: 10;
border: 1px solid black;
background: #ffffff;
margin: -1px 0 0 0;
border-top: 0 none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
-ms-border-radius: 0 0 0 0;
-o-border-radius: 0 0 0 0;
border-radius: 0 0 0 0; }
.depage-form .selectize-dropdown [data-selectable] {
cursor: pointer;
overflow: hidden; }
.depage-form .selectize-dropdown [data-selectable] .highlight {
background: rgba(125, 168, 208, 0.2);
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px; }
.depage-form .selectize-dropdown [data-selectable],
.depage-form .selectize-dropdown .optgroup-header {
padding: 5px 8px; }
.depage-form .selectize-dropdown .optgroup:first-child .optgroup-header {
border-top: 0 none; }
.depage-form .selectize-dropdown .optgroup-header {
color: #303030;
background: #ffffff;
cursor: default; }
.depage-form .selectize-dropdown .active {
color: black;
background: #bbddff; }
.depage-form .selectize-dropdown .active.create {
color: #495c68; }
.depage-form .selectize-dropdown .create {
color: rgba(48, 48, 48, 0.5); }
.depage-form .selectize-dropdown-content {
overflow-y: auto;
overflow-x: hidden;
max-height: 200px; }
.depage-form .selectize-control.single .selectize-input,
.depage-form .selectize-control.single .selectize-input input {
cursor: pointer; }
.depage-form .selectize-control.single .selectize-input.input-active,
.depage-form .selectize-control.single .selectize-input.input-active input {
cursor: text; }
.depage-form .selectize-control.single .selectize-input:after {
content: ' ';
display: block;
position: absolute;
top: 50%;
right: 15px;
margin-top: -3px;
width: 0;
height: 0;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color: #808080 transparent transparent transparent; }
.depage-form .selectize-control.single .selectize-input.dropdown-active:after {
margin-top: -4px;
border-width: 0 5px 5px 5px;
border-color: transparent transparent #808080 transparent; }
.depage-form .selectize-control.rtl.single .selectize-input:after {
left: 15px;
right: auto; }
.depage-form .selectize-control.rtl .selectize-input > input {
margin: 0 4px 0 -2px !important; }
.depage-form .selectize-control .selectize-input.disabled {
opacity: 0.5;
background-color: #fafafa; }
.depage-form .input-richtext .textarea,
.depage-form .input-richtext .textarea-content,
.depage-form .input-richtext textarea {
min-height: 10em;
margin-bottom: 0.3em; }
.depage-form .input-richtext .textarea {
position: relative;
padding: 0.2em; }
.depage-form .input-richtext .textarea .textarea-content {
margin-bottom: 0; }
.depage-form .input-richtext .textarea .textarea-content:focus {
outline: none; }
.depage-form .input-richtext .textarea h1,
.depage-form .input-richtext .textarea h2,
.depage-form .input-richtext .textarea h3,
.depage-form .input-richtext .textarea h4,
.depage-form .input-richtext .textarea h5,
.depage-form .input-richtext .textarea h6,
.depage-form .input-richtext .textarea li,
.depage-form .input-richtext .textarea dt,
.depage-form .input-richtext .textarea dd,
.depage-form .input-richtext .textarea p {
font-size: 1em !important;
line-height: 1.5em; }
.depage-form .input-richtext .textarea h1,
.depage-form .input-richtext .textarea h2,
.depage-form .input-richtext .textarea h3,
.depage-form .input-richtext .textarea h4,
.depage-form .input-richtext .textarea h5,
.depage-form .input-richtext .textarea h6 {
position: relative;
font-weight: bold;
color: #555555; }
.depage-form .input-richtext .textarea h1::after,
.depage-form .input-richtext .textarea h2::after,
.depage-form .input-richtext .textarea h3::after,
.depage-form .input-richtext .textarea h4::after,
.depage-form .input-richtext .textarea h5::after,
.depage-form .input-richtext .textarea h6::after {
display: block;
position: absolute;
top: 0;
right: 0;
opacity: 0.5; }
.depage-form .input-richtext .textarea h1::after {
content: "h1"; }
.depage-form .input-richtext .textarea h2::after {
content: "h2"; }
.depage-form .input-richtext .textarea blockquote {
border-left: 0.2em solid;
padding-left: 1em;
margin-top: 1em;
margin-bottom: 1em; }
.depageEditorToolbar {
list-style: none;
position: absolute;
width: auto;
height: 1.8em;
left: 0;
transform: translateX(-50%);
max-width: 90vw;
top: 0;
margin: 0;
padding: 0;
z-index: 1000;
background: rgba(0, 0, 0, 0.8);
color: #ffffff;
font-size: 1em;
padding: 0 0.54em;
-webkit-border-radius: 0.54em;
-moz-border-radius: 0.54em;
-ms-border-radius: 0.54em;
-o-border-radius: 0.54em;
border-radius: 0.54em; }
.depageEditorToolbar li {
font-size: 1em;
margin: 0;
padding: 0 0.4em;
display: inline-block;
vertical-align: top;
line-height: 1.8em;
min-width: 1.8em;
height: 1.8em;
text-align: center;
cursor: pointer;
/*
border-bottom-width: 0.2em;
border-bottom-style: solid;
border-bottom-color: transparent;
*/ }
.depageEditorToolbar li:before,
.depageEditorToolbar li:after {
display: none; }
.depageEditorToolbar li:hover,
.depageEditorToolbar li.active {
background-color: rgba(255, 255, 255, 0.2); }
.depageEditorToolbar .format-a {
text-decoration: underline; }
.depageEditorToolbar .format-b {
font-weight: bold; }
.depageEditorToolbar .format-i {
font-style: italic; }
.depageEditorToolbar .format-u {
text-decoration: underline; }
.depageEditorToolbar .format-s {
text-decoration: line-through; } | 0.607896 | 0.068289 |
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mate+SC&display=swap');
* {
box-sizing: border-box;
}
body {
background-color: rgba(175, 170, 170, 0.158);
}
#intro {
height: 100vh;
background-image: url(img/Hotel.jpg);
background-size: cover;
background-attachment: fixed;
}
.navbar {
font-size: 1.5em;
background-color: bisque !important;
}
.navbar-brand {
font-size: 2em !important;
font-family: 'Indie Flower', cursive;
font-weight: 700;
margin-right: 100px;
text-transform: uppercase;
line-height: 20px;
}
.logo-text {
opacity: 0.5;
display: block;
transform: rotate(-5deg);
}
#navbarSupportedContent a {
text-transform: uppercase;
font-size: 1.6rem;
font-weight: 100;
}
#navbarSupportedContent a:hover {
color: black;
opacity: 0.3;
transition: 0.2s ease;
}
li {
padding: 0 10px 0 10px;
}
#btn-book {
padding: 8px 20px 8px 20px;
font-weight: 800;
}
svg {
transform: rotate(-10deg);
}
h5 {
font-family: '<NAME>', cursive;
font-size: 2em;
}
h6 {
font-family: 'Mate SC', serif;
padding-left: 2em;
font-size: 2em;
color: #2b2121e5;
}
h2 {
font-size: 2em;
color: #2b2121e5;
font-family: 'Mate SC', serif;
}
#booknow {
font-weight: 600;
}
.book-now {
font-size: 3rem;
font-family: 'Mate SC', serif;
word-spacing: 1em;
letter-spacing: 0.2em;
text-transform: uppercase;
}
.accordion-button {
background-color: rgb(222, 222, 222);
margin-bottom: 0.5em;
font-size: 2rem;
border-radius: 0 0 30px 30px !important;
}
#feedback {
font-size: 3rem;
}
#checkbtn {
padding: 10px 40px 10px 40px;
}
.footer-text {
font-size: 1.5rem;
font-family: 'Mate SC', serif;
text-decoration: none;
}
.footer-text h4 {
font-size: 2em;
}
.footer-text a {
text-decoration: none;
}
@media only screen and (max-width: 450px) {
.book-now {
word-spacing: 0.5em;
letter-spacing: normal;
}
} | app.css | @import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mate+SC&display=swap');
* {
box-sizing: border-box;
}
body {
background-color: rgba(175, 170, 170, 0.158);
}
#intro {
height: 100vh;
background-image: url(img/Hotel.jpg);
background-size: cover;
background-attachment: fixed;
}
.navbar {
font-size: 1.5em;
background-color: bisque !important;
}
.navbar-brand {
font-size: 2em !important;
font-family: 'Indie Flower', cursive;
font-weight: 700;
margin-right: 100px;
text-transform: uppercase;
line-height: 20px;
}
.logo-text {
opacity: 0.5;
display: block;
transform: rotate(-5deg);
}
#navbarSupportedContent a {
text-transform: uppercase;
font-size: 1.6rem;
font-weight: 100;
}
#navbarSupportedContent a:hover {
color: black;
opacity: 0.3;
transition: 0.2s ease;
}
li {
padding: 0 10px 0 10px;
}
#btn-book {
padding: 8px 20px 8px 20px;
font-weight: 800;
}
svg {
transform: rotate(-10deg);
}
h5 {
font-family: '<NAME>', cursive;
font-size: 2em;
}
h6 {
font-family: 'Mate SC', serif;
padding-left: 2em;
font-size: 2em;
color: #2b2121e5;
}
h2 {
font-size: 2em;
color: #2b2121e5;
font-family: 'Mate SC', serif;
}
#booknow {
font-weight: 600;
}
.book-now {
font-size: 3rem;
font-family: 'Mate SC', serif;
word-spacing: 1em;
letter-spacing: 0.2em;
text-transform: uppercase;
}
.accordion-button {
background-color: rgb(222, 222, 222);
margin-bottom: 0.5em;
font-size: 2rem;
border-radius: 0 0 30px 30px !important;
}
#feedback {
font-size: 3rem;
}
#checkbtn {
padding: 10px 40px 10px 40px;
}
.footer-text {
font-size: 1.5rem;
font-family: 'Mate SC', serif;
text-decoration: none;
}
.footer-text h4 {
font-size: 2em;
}
.footer-text a {
text-decoration: none;
}
@media only screen and (max-width: 450px) {
.book-now {
word-spacing: 0.5em;
letter-spacing: normal;
}
} | 0.294519 | 0.167559 |
body{
font-family: Verdana, sans-serif;
background-color: #F6ECE3;
}
.container ul{
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: transparent;
position: -webkit-sticky; /* Safari */
position: sticky;
top: 0;
padding-left: 750px;
position:absolute;
}
.container li{
float: left;
}
.container li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover {
font-size: 20px;
text-shadow: 0px 0px 1px #000000;
opacity: 70%;
}
.active {
background-color: red;
}
.Banner{
font-family: 'Brush Script MT', cursive;
font-size: 90px;
position: absolute;
top:400px;
color: #F4D03F;
right: 480px;
text-shadow: 2px 2px 4px #000000;
}
.Banner2{
font-family: 'Brush Script MT', cursive;
font-size: 40px;
position: absolute;
top:540px;
color: #F4D03F;
right: 550px;
text-shadow: 2px 2px 4px #000000;
}
.tickets2 h2{
font-family: 'Brush Script MT', cursive;
font-size: 10px;
}
/* On smaller screens, decrease text size
@media only screen and (max-width: 300px) {
.prev, .next,.text {font-size: 11px}
}*/
.main{
height: 50px;
width: 40%;
text-align: justify;
float:left;
padding-left: 50px;
font-size:20px;
margin-top: 50px;
}
.main1{
margin-top: 70px;
text-align: justify;
font-size: 20px;
padding-right: 50px;
}
.main2{
height: 250px;
width: 20%;
padding-left: 20px;
padding-right: 20px;
padding-top: 30px;
float: left;
transition: transform 1s;
webkit-transition: transform 5s; /* For Safari
3.1 to 6.0 */
}
.main2:hover{
opacity: 70%;
transform: rotate(360deg) scale(3,2)
}
.box {
float: left;
margin: 15px;
text-align: justify;
box-shadow: 4px 4px 2px 2px rgba(0, 0, 0, 0.25);
width: 30%;
border-radius: 5px;
position: relative;
}
.box:hover {
opacity: 70%;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
background-color: #EAFAF1;
text-shadow: 0px 0px 1px #000000;
}
.tickets{
overflow: hidden;
width: auto;
padding-top: 50px;
margin-left: 50px;
font-size: 20px;
}
.tickets h2{
font-family: 'Brush Script MT', cursive;
font-size: 40px;
text-align: center;
}
.main h2{
font-family: 'Brush Script MT', cursive;
font-size: 40px;
}
.main1 h2{
font-family: 'Brush Script MT', cursive;
font-size: 40px;
}
.tickets img{
height:226px;
width: 400px;
padding-left: 40px;
}
.tickets p{
margin-left: 5px;
margin-right: 5px;
}
.tickets2 h2{
font-family: 'Brush Script MT', cursive;
font-size: 40px;
text-align: center;
}
.tickets2{
margin-top:100px;
overflow: hidden;
width: auto;
padding-top: 50px;
margin-left: 50px;
font-size: 20px;
}
.tickets2 video{
height:226px;
width: 400px;
margin-left: 20px;
}
.tickets2 img{
height:226px;
width: 400px;
padding-left: 40px;
}
.tickets2 p{
margin-left: 5px;
margin-right: 5px;
}
.logo{
width:150px;
position: fixed;
top: -30px;
left: 10px;
float:left;
}
.pcards img{
margin-left: 10px;
margin-right: 20px;
height:400px;
width: 600px;
border-radius: 500px;
float: left;
}
.pcards p{
text-align: justify;
font-size: 20px;
margin:10px;
}
.pcards img:hover {
opacity: 70%;
box-shadow: 0 8px 16px 0 rga(0,0,0,0.2);
background-color: #EAFAF1;
text-shadow: 0px 0px 1px #000000;
}
.tickets h2{
font-family: 'Brush Script MT', cursive;
font-size: 40px;
text-align: center;
}
.pcards h2{
font-family: 'Brush Script MT', cursive;
font-size: 50px;
text-align: center;
}
.footer ul{
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #F4D03F;;
position: -webkit-sticky; /* Safari */
position: sticky;
top: 0;
position:relative;
}
.footer li{
float: left;
}
.footer a{
display: block;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
/* Login page CSS codes starts from here */
.loginblock{
margin-left: 500px;
margin-top: 90px;
height: 460px;
width: 500px;
background-color: white;
box-shadow: 4px 4px 2px 2px rgba(0, 0, 0, 0.25);
}
/* Registration page CSS codes starts from here */
.registblock{
margin-left: 500px;
margin-top: 50px;
height: 660px;
width: 500px;
background-color: white;
box-shadow: 4px 4px 2px 2px rgba(0, 0, 0, 0.25);
} | Group Project/GP/Css/style.css | body{
font-family: Verdana, sans-serif;
background-color: #F6ECE3;
}
.container ul{
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: transparent;
position: -webkit-sticky; /* Safari */
position: sticky;
top: 0;
padding-left: 750px;
position:absolute;
}
.container li{
float: left;
}
.container li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover {
font-size: 20px;
text-shadow: 0px 0px 1px #000000;
opacity: 70%;
}
.active {
background-color: red;
}
.Banner{
font-family: 'Brush Script MT', cursive;
font-size: 90px;
position: absolute;
top:400px;
color: #F4D03F;
right: 480px;
text-shadow: 2px 2px 4px #000000;
}
.Banner2{
font-family: 'Brush Script MT', cursive;
font-size: 40px;
position: absolute;
top:540px;
color: #F4D03F;
right: 550px;
text-shadow: 2px 2px 4px #000000;
}
.tickets2 h2{
font-family: 'Brush Script MT', cursive;
font-size: 10px;
}
/* On smaller screens, decrease text size
@media only screen and (max-width: 300px) {
.prev, .next,.text {font-size: 11px}
}*/
.main{
height: 50px;
width: 40%;
text-align: justify;
float:left;
padding-left: 50px;
font-size:20px;
margin-top: 50px;
}
.main1{
margin-top: 70px;
text-align: justify;
font-size: 20px;
padding-right: 50px;
}
.main2{
height: 250px;
width: 20%;
padding-left: 20px;
padding-right: 20px;
padding-top: 30px;
float: left;
transition: transform 1s;
webkit-transition: transform 5s; /* For Safari
3.1 to 6.0 */
}
.main2:hover{
opacity: 70%;
transform: rotate(360deg) scale(3,2)
}
.box {
float: left;
margin: 15px;
text-align: justify;
box-shadow: 4px 4px 2px 2px rgba(0, 0, 0, 0.25);
width: 30%;
border-radius: 5px;
position: relative;
}
.box:hover {
opacity: 70%;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
background-color: #EAFAF1;
text-shadow: 0px 0px 1px #000000;
}
.tickets{
overflow: hidden;
width: auto;
padding-top: 50px;
margin-left: 50px;
font-size: 20px;
}
.tickets h2{
font-family: 'Brush Script MT', cursive;
font-size: 40px;
text-align: center;
}
.main h2{
font-family: 'Brush Script MT', cursive;
font-size: 40px;
}
.main1 h2{
font-family: 'Brush Script MT', cursive;
font-size: 40px;
}
.tickets img{
height:226px;
width: 400px;
padding-left: 40px;
}
.tickets p{
margin-left: 5px;
margin-right: 5px;
}
.tickets2 h2{
font-family: 'Brush Script MT', cursive;
font-size: 40px;
text-align: center;
}
.tickets2{
margin-top:100px;
overflow: hidden;
width: auto;
padding-top: 50px;
margin-left: 50px;
font-size: 20px;
}
.tickets2 video{
height:226px;
width: 400px;
margin-left: 20px;
}
.tickets2 img{
height:226px;
width: 400px;
padding-left: 40px;
}
.tickets2 p{
margin-left: 5px;
margin-right: 5px;
}
.logo{
width:150px;
position: fixed;
top: -30px;
left: 10px;
float:left;
}
.pcards img{
margin-left: 10px;
margin-right: 20px;
height:400px;
width: 600px;
border-radius: 500px;
float: left;
}
.pcards p{
text-align: justify;
font-size: 20px;
margin:10px;
}
.pcards img:hover {
opacity: 70%;
box-shadow: 0 8px 16px 0 rga(0,0,0,0.2);
background-color: #EAFAF1;
text-shadow: 0px 0px 1px #000000;
}
.tickets h2{
font-family: 'Brush Script MT', cursive;
font-size: 40px;
text-align: center;
}
.pcards h2{
font-family: 'Brush Script MT', cursive;
font-size: 50px;
text-align: center;
}
.footer ul{
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #F4D03F;;
position: -webkit-sticky; /* Safari */
position: sticky;
top: 0;
position:relative;
}
.footer li{
float: left;
}
.footer a{
display: block;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
/* Login page CSS codes starts from here */
.loginblock{
margin-left: 500px;
margin-top: 90px;
height: 460px;
width: 500px;
background-color: white;
box-shadow: 4px 4px 2px 2px rgba(0, 0, 0, 0.25);
}
/* Registration page CSS codes starts from here */
.registblock{
margin-left: 500px;
margin-top: 50px;
height: 660px;
width: 500px;
background-color: white;
box-shadow: 4px 4px 2px 2px rgba(0, 0, 0, 0.25);
} | 0.291888 | 0.058615 |
* CONTENTS
*
* SETTINGS
* Global...............Global variables and settings
* Colors...............Global color variables
*
* TOOLS
* -
*
* BASE
* Page.................Page setup like html and body
* Form.................Inputs
* Table................Table
* Type.................Header, links, paragraphs
* Quote................Blockquote
*
* LAYOUT
* Wrapper..............Wrappers for full width backgrounds
* Container............Container to center your web site
* Content..............Content
* Grid.................Global grid system based on Lost
* Header...............Header
*
* OBJECTS
* Button...............Buttons
* Card.................Cards
* Form.................Forms
* Heading..............Heading
* Icon.................Icons
* Label................Labels
* List.................List
* Logo.................Logo
* Logos................Logos
* Media................Media
* Messages.............Messages
* Pagination...........Pagination
* Panel................Panels
* Paragraph............Paragraph
*
* COMPONENTS
* Example..............Example of how a component is build up
*
* Utilities
* Global...............Global utility states like u-hidden
*/
/*
* #SETTINGS
*/
@import "settings.global.css";
@import "settings.colors.css";
/**
* #TOOLS
*/
/**
* #BASE
*/
@import "base.page.css";
/*@import "base.form.css";*/
/*@import "base.table.css";*/
@import "base.type.css";
/*@import "base.quote.css";*/
/**
* #LAYOUT
*/
@import "layout.wrapper.css";
@import "layout.container.css";
@import "layout.content.css";
@import "layout.grid.css";
@import "layout.header.css";
/**
* #OBJECTS
*/
/*@import "objects.button.css";*/
@import "objects.card.css";
/*@import "objects.form.css";*/
@import "objects.heading.css";
/*@import "objects.icon.css";*/
/*@import "objects.label.css";*/
/*@import "objects.list.css";*/
@import "objects.logo.css";
@import "objects.logos.css";
/*@import "objects.media.css";*/
/*@import "objects.messages.css";*/
/*@import "objects.pagination.css";*/
/*@import "objects.panel.css";*/
@import "objects.paragraph.css";
/**
* #COMPONENTS
*/
/*@import "components.example.css";*/
/**
* #UTILITIES
*/
@import "utilities.global.css"; | assets/stylesheets/styles.css | * CONTENTS
*
* SETTINGS
* Global...............Global variables and settings
* Colors...............Global color variables
*
* TOOLS
* -
*
* BASE
* Page.................Page setup like html and body
* Form.................Inputs
* Table................Table
* Type.................Header, links, paragraphs
* Quote................Blockquote
*
* LAYOUT
* Wrapper..............Wrappers for full width backgrounds
* Container............Container to center your web site
* Content..............Content
* Grid.................Global grid system based on Lost
* Header...............Header
*
* OBJECTS
* Button...............Buttons
* Card.................Cards
* Form.................Forms
* Heading..............Heading
* Icon.................Icons
* Label................Labels
* List.................List
* Logo.................Logo
* Logos................Logos
* Media................Media
* Messages.............Messages
* Pagination...........Pagination
* Panel................Panels
* Paragraph............Paragraph
*
* COMPONENTS
* Example..............Example of how a component is build up
*
* Utilities
* Global...............Global utility states like u-hidden
*/
/*
* #SETTINGS
*/
@import "settings.global.css";
@import "settings.colors.css";
/**
* #TOOLS
*/
/**
* #BASE
*/
@import "base.page.css";
/*@import "base.form.css";*/
/*@import "base.table.css";*/
@import "base.type.css";
/*@import "base.quote.css";*/
/**
* #LAYOUT
*/
@import "layout.wrapper.css";
@import "layout.container.css";
@import "layout.content.css";
@import "layout.grid.css";
@import "layout.header.css";
/**
* #OBJECTS
*/
/*@import "objects.button.css";*/
@import "objects.card.css";
/*@import "objects.form.css";*/
@import "objects.heading.css";
/*@import "objects.icon.css";*/
/*@import "objects.label.css";*/
/*@import "objects.list.css";*/
@import "objects.logo.css";
@import "objects.logos.css";
/*@import "objects.media.css";*/
/*@import "objects.messages.css";*/
/*@import "objects.pagination.css";*/
/*@import "objects.panel.css";*/
@import "objects.paragraph.css";
/**
* #COMPONENTS
*/
/*@import "components.example.css";*/
/**
* #UTILITIES
*/
@import "utilities.global.css"; | 0.348091 | 0.023599 |
:root {
--primary: #00263b;
--secondary: #0068c8;
--light: #e2e8f6;
--info: #747b81;
--white: #fff;
--muted: #ddedfd;
--dark: #0a1c3a;
}
.card-footer {
background: #0068c8;
color: #0a1c3a;
}
.custom-control {
background: #ffffff;
color: #0a1c3a;
}
footer {
background-color: #0068c8;
}
footer .progress-bar {
background-color: #e2e8f6;
}
footer .progress {
background-color: #747b81;
}
.linear-scale__button {
border: 1px solid #e2e8f6;
background: #e2e8f6;
}
.linear-scale__button:hover,
.linear-scale__button.active {
color: #fff !important;
}
.custom-radio-filled .custom-control-input:checked ~ .custom-control-label,
.custom-checkbox-filled .custom-control-input:checked ~ .custom-control-label {
color: #0a1c3a;
}
.custom-control-input:checked ~ .custom-control-label::before {
color: #0068c8;
border-color: #0a1c3a;
background-color: #0a1c3a;
}
.custom-radio-filled .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%232A307E'/%3e%3c/svg%3e") !important;
}
.custom-checkbox-filled .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%232A307E' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-radio-filled .custom-control-label,
.custom-checkbox-filled .custom-control-label {
color: #0a1c3a;
padding-top: 0;
padding-bottom: 2px;
}
.custom-checkbox-filled .form-check, .custom-radio-filled .form-check {
padding-left: 0;
margin-top: 0 !important;
}
@media (min-width: 768px) {
.custom-control-input:checked ~ .custom-control-label::before {
border-color: #0068c8;
background-color: #fff;
}
.matrix tbody tr:nth-of-type(odd) {
background: #e2e8f6;
}
.matrix tbody tr:nth-of-type(even) {
background: #ddedfd;
}
.custom-radio-filled-md-center .form-check,
.custom-checkbox-filled-md-center .form-check {
margin: 0;
text-indent: -9999px;
}
.question.card {
box-shadow: none;
}
button.btn-primary,
button.btn-outline-primary {
background-color: #0068c8;
margin-bottom: 5px;
transition: background-color .2s;
color: #fff;
border-radius: 0;
border: 0;
text-align: center;
font-size: 16px;
text-decoration: none;
min-height: 50px;
line-height: 24px;
height: auto;
cursor: pointer;
min-width: 140px;
padding: .75rem;
clip-path: polygon(
-1px -1px,
-1px -10px,
calc(100% + 1px) -10px,
calc(100% + 1px) 0,
calc(100% + 1px) calc(100% - 15px),
calc(100% - 15px) calc(100% + 1px),
0 100%,
0 calc(100% - 4px)
);
}
}
@media screen and (max-width: 768px) {
.mt-4, .my-4 {
margin-top: 0 !important;
}
.col-12 {
padding-left: 0 !important;
}
.display-4 {
font-size: 2.5rem !important;
}
.question.card {
padding: 0 !important;
box-shadow: none;
}
button.btn-primary,
button.btn-outline-primary {
background-color: #0068c8;
margin-bottom: 5px;
transition: background-color .2s;
color: #fff;
border-radius: 0;
border: 0;
text-align: center;
font-size: 14px;
text-decoration: none;
line-height: 10px;
width: 200px;
height: 40px;
cursor: pointer;
padding: .5rem;
clip-path: polygon(
-1px -1px,
-1px -10px,
calc(100% + 1px) -10px,
calc(100% + 1px) 0,
calc(100% + 1px) calc(100% - 15px),
calc(100% - 15px) calc(100% + 1px),
0 100%,
0 calc(100% - 4px)
);
}
.matrix tbody th {
border-bottom: 1px solid #fff;
}
.matrix tbody td {
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
}
.matrix thead th {
font-size: 14px;
}
.linear-scale__button {
width: 150px;
height: 40px;
border-radius: 0;
border: 0;
clip-path: polygon(
-1px -1px,
-1px -10px,
calc(100% - 10px) 0%,
100% 10px,
100% 100%,
100% 100%,
10px 100%,
0% calc(100% - 10px)
);
}
.linear-scale__text-holder {
display: flex !important;
}
.linear-scale__radio-holder {
flex-direction: column;
}
.linear-scale__text-holder-top {
display: flex block !important;
}
.linear-scale__text-holder-top .linear-scale__text-2 {
display: none;
}
.linear-scale__text-holder .col:first-child {
text-align: center !important;
padding-bottom: 5px;
}
.linear-scale__text-holder .col:last-child {
text-align: center !important;
}
.linear-scale__text-holder-bottom .linear-scale__text-1 {
display: none;
}
} | assets/b4/ocean/app.css | :root {
--primary: #00263b;
--secondary: #0068c8;
--light: #e2e8f6;
--info: #747b81;
--white: #fff;
--muted: #ddedfd;
--dark: #0a1c3a;
}
.card-footer {
background: #0068c8;
color: #0a1c3a;
}
.custom-control {
background: #ffffff;
color: #0a1c3a;
}
footer {
background-color: #0068c8;
}
footer .progress-bar {
background-color: #e2e8f6;
}
footer .progress {
background-color: #747b81;
}
.linear-scale__button {
border: 1px solid #e2e8f6;
background: #e2e8f6;
}
.linear-scale__button:hover,
.linear-scale__button.active {
color: #fff !important;
}
.custom-radio-filled .custom-control-input:checked ~ .custom-control-label,
.custom-checkbox-filled .custom-control-input:checked ~ .custom-control-label {
color: #0a1c3a;
}
.custom-control-input:checked ~ .custom-control-label::before {
color: #0068c8;
border-color: #0a1c3a;
background-color: #0a1c3a;
}
.custom-radio-filled .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%232A307E'/%3e%3c/svg%3e") !important;
}
.custom-checkbox-filled .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%232A307E' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-radio-filled .custom-control-label,
.custom-checkbox-filled .custom-control-label {
color: #0a1c3a;
padding-top: 0;
padding-bottom: 2px;
}
.custom-checkbox-filled .form-check, .custom-radio-filled .form-check {
padding-left: 0;
margin-top: 0 !important;
}
@media (min-width: 768px) {
.custom-control-input:checked ~ .custom-control-label::before {
border-color: #0068c8;
background-color: #fff;
}
.matrix tbody tr:nth-of-type(odd) {
background: #e2e8f6;
}
.matrix tbody tr:nth-of-type(even) {
background: #ddedfd;
}
.custom-radio-filled-md-center .form-check,
.custom-checkbox-filled-md-center .form-check {
margin: 0;
text-indent: -9999px;
}
.question.card {
box-shadow: none;
}
button.btn-primary,
button.btn-outline-primary {
background-color: #0068c8;
margin-bottom: 5px;
transition: background-color .2s;
color: #fff;
border-radius: 0;
border: 0;
text-align: center;
font-size: 16px;
text-decoration: none;
min-height: 50px;
line-height: 24px;
height: auto;
cursor: pointer;
min-width: 140px;
padding: .75rem;
clip-path: polygon(
-1px -1px,
-1px -10px,
calc(100% + 1px) -10px,
calc(100% + 1px) 0,
calc(100% + 1px) calc(100% - 15px),
calc(100% - 15px) calc(100% + 1px),
0 100%,
0 calc(100% - 4px)
);
}
}
@media screen and (max-width: 768px) {
.mt-4, .my-4 {
margin-top: 0 !important;
}
.col-12 {
padding-left: 0 !important;
}
.display-4 {
font-size: 2.5rem !important;
}
.question.card {
padding: 0 !important;
box-shadow: none;
}
button.btn-primary,
button.btn-outline-primary {
background-color: #0068c8;
margin-bottom: 5px;
transition: background-color .2s;
color: #fff;
border-radius: 0;
border: 0;
text-align: center;
font-size: 14px;
text-decoration: none;
line-height: 10px;
width: 200px;
height: 40px;
cursor: pointer;
padding: .5rem;
clip-path: polygon(
-1px -1px,
-1px -10px,
calc(100% + 1px) -10px,
calc(100% + 1px) 0,
calc(100% + 1px) calc(100% - 15px),
calc(100% - 15px) calc(100% + 1px),
0 100%,
0 calc(100% - 4px)
);
}
.matrix tbody th {
border-bottom: 1px solid #fff;
}
.matrix tbody td {
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
}
.matrix thead th {
font-size: 14px;
}
.linear-scale__button {
width: 150px;
height: 40px;
border-radius: 0;
border: 0;
clip-path: polygon(
-1px -1px,
-1px -10px,
calc(100% - 10px) 0%,
100% 10px,
100% 100%,
100% 100%,
10px 100%,
0% calc(100% - 10px)
);
}
.linear-scale__text-holder {
display: flex !important;
}
.linear-scale__radio-holder {
flex-direction: column;
}
.linear-scale__text-holder-top {
display: flex block !important;
}
.linear-scale__text-holder-top .linear-scale__text-2 {
display: none;
}
.linear-scale__text-holder .col:first-child {
text-align: center !important;
padding-bottom: 5px;
}
.linear-scale__text-holder .col:last-child {
text-align: center !important;
}
.linear-scale__text-holder-bottom .linear-scale__text-1 {
display: none;
}
} | 0.491212 | 0.12062 |
/* Stanford brand bar, including collapsible Feedback form */
#brandbar {
min-height: 35px;
}
#brandbar .container {
padding: 0;
}
#brandbar #report-problem {
float: right;
font-family: "Helvetica","Arial",sans-serif;
font-size: 12px;
line-height: 18px;
margin-top: 9px;
}
#brandbar #report-problem a, #brandbar #report-problem input[type="submit"] {
color: #ddd;
font-size: 12px;
text-decoration: none;
}
#brandbar #report-problem .caret {
border-top-color: #ddd;
}
#brandbar #report-problem .btn-group {
display: inline-block;
font-family: "Helvetica","Arial",sans-serif;
font-size: inherit;
}
#brandbar #report-problem .btn-group .btn-mini {
border: none;
font-size: 12px;
padding: 0 3px 0 0;
text-shadow: none;
vertical-align: top;
}
#brandbar #report-problem .btn-group .dropdown-toggle {
box-shadow: none;
font-family: "Helvetica","Arial",sans-serif;
padding: 0 3px;
}
#brandbar #report-problem .btn-group .dropdown-toggle:active, #brandbar #report-problem .btn-group .dropdown-toggle:hover, #brandbar #report-problem .btn-group .dropdown-toggle:visited, #brandbar #report-problem .btn-group .dropdown-toggle:focus {
background-color: transparent;
outline-color: transparent;
}
#brandbar #report-problem .btn-group .dropdown-menu {
background-color: #fff;
border: 1px solid #999;
left: auto;
right: 0;
}
#brandbar #report-problem .btn-group .dropdown-menu li .button_to input[type="submit"], #brandbar #report-problem .btn-group .dropdown-menu li > a, #brandbar #report-problem .btn-group .dropdown-menu li > a:visited {
color: #555;
font-size: 0.9em;
padding: 2px 12px;
}
#brandbar #report-problem .btn-group .dropdown-menu li > a:hover, #brandbar #report-problem .btn-group .dropdown-menu li > a:focus,
#brandbar #report-problem .btn-group .dropdown-menu li:hover, #brandbar #report-problem .btn-group .dropdown-menu li:focus,
#brandbar #report-problem .btn-group .dropdown-menu li.signout:hover, #brandbar #report-problem .btn-group .dropdown-menu li.signout:focus {
background-color: #990000;
background-image: none;
color: #fff;
}
#brandbar #report-problem .btn-group .dropdown-menu li > a:hover .button_to .btn-link, #brandbar #report-problem .btn-group .dropdown-menu li > a:focus .button_to .btn-link,
#brandbar #report-problem .btn-group .dropdown-menu li:hover .button_to .btn-link, #brandbar #report-problem .btn-group .dropdown-menu li:focus .button_to .btn-link,
#brandbar #report-problem .btn-group .dropdown-menu li.signout:hover .button_to .btn-link, #brandbar #report-problem .btn-group .dropdown-menu li.signout:focus .button_to .btn-link {
color: #fff;
}
#brandbar #report-problem .btn-group .dropdown-menu li.divider:hover {
background-color: #e5e5e5;
}
#brandbar form.button_to {
margin-bottom: 0;
}
#brandbar form.button_to input[type="submit"] {
font-size: 1em;
}
#brandbar form.button_to .btn-link {
border: none;
text-decoration: none;
}
#report-problem-form {
background-color: #f7f7f7;
border-bottom: 1px solid #dddddd;
display: none;
padding-bottom: 15px;
}
#report-problem-form h2 {
border-top: none;
color: #990000;
margin-top: 0;
padding-top: 20px;
text-transform: uppercase;
}
#report-problem-form textarea, #report-problem-form input:not([type=submit]):not([type=file]) {
width: 80%;
}
.cancel-link {
margin-left: 12px;
}
/* fix Stanford Identity styles
(their CSS is Bootstrap 2, not Bootstrap 3) */
span.adr {
margin-right: 12px;
}
#global-footer .span10 {
margin-right: 6px;
}
#global-footer a, #global-footer a:visited, #global-footer a:hover {
text-decoration: none;
}
/* Global */
body {
background-color: #fbfbf9;
}
body #su-content {
font-size: 13px;
}
/*#su-content a, #su-content a:visited, #su-content a:hover {
text-decoration: none;
border-bottom: 1px dotted #820000;
}
*/
#su-content h1 a, #su-content h1 a:visited, #su-content h1 a:hover {
border-bottom: none;
color: #8C1515;
}
.btn.btn-default {
color: #333333;
background-color: #FFFFFF;
background-image: linear-gradient(to bottom, #FFFFFF, #E0E0E0);
border-color: #CCCCCC #CCCCCC #CCCCCC;
}
.btn.btn-default:hover {
background-color: #E0E0E0;
background-image: linear-gradient(to bottom, #E0E0E0, #E0E0E0);
}
h2, h3, h4, h5, h6 {
color: #3f3c30;
font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
}
h2 {
font-size: 20px;
}
#main-container a {
color: #8C1515;
text-decoration: none;
}
#main-container a:visited, #main-container a:hover {
color: #2E2D29;
text-decoration: none;
}
#main-container a:hover {
border-bottom: 1px dotted #2E2D29;
}
/* Masthead */
.masthead {
background: #fbfbf9;
border-bottom: 1px solid #dddddd;
padding-bottom: 10px;
padding-top: 5px;
}
.masthead h1 {
border-bottom: none;
font-size: 32px;
margin: 10px 0 0;
line-height: 1.5em;
padding-bottom: 0;
}
.masthead h1 a, .masthead h1 a:hover, .masthead h1 a:visited {
border-bottom: none;
color: inherit;
text-decoration: none;
}
.masthead h2 {
border: none;
clear: left;
color: #5F574F;
font-size: 16px;
font-style: italic;
font-weight: normal;
margin-top: 0;
padding-top: 0;
text-transform: none;
}
.masthead h2 > span {
float: right;
font-style: normal;
color: #999;
}
h1 .navbar.navbar-default {
display: none;
}
.navbar.search-bar {
background-color: #f2f1eb;
border-color: #d5d0c0;
border-left: none;
border-right: none;
min-height: 45px;
}
#su-content .navbar {
margin-bottom: 10px;
}
#wayback-navbar {
text-align: center;
}
#wayback-navbar form {
margin-top: 6px;
margin-bottom: 6px;
}
/*.advanced-search {
margin-top: 18px;
}
.advanced-search > a, .advanced-search > a:visited {
color: #2e2d29;
}*/
/* Homepage */
.featured-sites h2 {
border-bottom: 1px solid #d5d0c0;
margin-bottom: 18px;
padding-bottom: 4px;
}
.featured-sites h3 {
font-size: 16px;
}
.featured-sites img {
border: 1px solid #999;
}
.featured-sites .thumbnail {
background-color: #fbfbf9;
border: none;
text-align: center;
}
.featured-sites .caption {
border: none;
padding: 0 9px;
text-align: center;
}
/* URL results (table version: HTMLURLResults.jsp) */
.url-results {
margin-bottom: 50px;
}
.url-results h2, .calendar-results h2 {
color: #555;
font-size: 18px;
margin-bottom: 30px;
text-align: center;
}
.url-results .dataTables_filter label,
.url-results .dataTables_length label {
font-weight: 500;
}
.url-results .dataTables_length select {
margin-left: 3px;
margin-right: 3px;
}
.url-results .dataTables_filter input {
margin-left: 6px;
}
.url-results table.dataTable th.url {
padding-left: 6px;
}
.url-results table.dataTable td {
font-size: 12px;
}
.url-results table.dataTable td.captures,
.url-results table.dataTable td.dupes,
.url-results table.dataTable td.uniques {
text-align: center;
}
.url-results table.dataTable.no-footer {
margin-bottom: 20px !important;
}
#main-container .pagination a:hover {
border-bottom: 1px solid #ddd;
}
#main-container .pagination > .active > a,
#main-container .pagination > .active > a:visited {
color: #585754;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
background-color: #d5d0c0;
border-color: #d5d0c0;
color: #5F574F;
}
/* Calendar results (table version) */
.result-summary {
text-align: center;
margin-bottom: 10px;
margin-top: 6px;
font-size: 16px;
}
.search-resource {
font-weight: bold;
color: #555;
}
.result-count {
font-weight: bold;
}
table.results {
border: 1px solid #e3dfd5;
margin-top: 20px;
width: 100%;
}
table.results .heading-row {
background-color: #e3dfd5;
}
table.results .data-row {
background-color: #f2f1eb;
}
table.results td {
padding-bottom: 6px;
padding-top: 6px;
}
/* Calendar results (bubble version) */
.calendar-results h2 a,
.calendar-results h2 a:visited {
border-bottom: 1px dotted #2E2D29;
}
#wm-ipp-sparkline {
border-right: 1px solid #bbb;
}
#wbChart {
margin-bottom: 50px;
}
#wbChartThis {
/* Explicitly setting a width to prevent
year labels from wrapping.
This might not be the best solution for the wrapping.
Also, we might need to increase the width when years
after 2016 are added. */
width: 1280px;
}
.wbChartThisContainer, .wbChartHover {
border-bottom: 4px solid #bbb;
font-size: 15px;
/* height: 100%;*/
padding: 0 1px;
}
.wbChartThisContainer.leftmost {
border-left: 1px solid #bbb;
}
.wbChartThisContainer.rightmost {
border-right: 1px solid #bbb;
padding-right: 0;
}
.activeHighlight {
background-color: #993404 !important;
padding: 4px 0;
font-size: 15px !important;
color: #fff !important;
}
.inactiveHighlight {
background-color: #eee !important;
padding: 4px 0;
font-size: 15px !important;
color: #000!important;
}
#wbCalendar {
margin: 25px auto 0;
}
.month .label {
color: #333;
font-size: 12px;
}
.month table th {
padding: 0;
}
.month table td .date {
width: 25px;
height: 25px;
}
.month table td .day span,
.month table td .day a,
.month table td .day a:hover {
font-size: 13px;
height: 19px;
padding-top: 4px;
padding-right: 6px;
}
.month table td .day a,
.month table td .day a:hover {
padding-top: 2px;
}
.month table td .day a {
font-weight: 700;
}
.date.tooltip {
padding-top: 3px;
/* position and opacity styles are to
override Bootstrap .tooltip styling */
position: initial;
opacity: 1;
}
.date.low,
.date.low-medium,
.date.medium,
.date.medium-high,
.date.high {
border: 1px solid #ddd;
}
.date.low {
background-color: #fee391;
}
.date.low-medium {
background-color: #fec44f;
}
.date.medium {
background-color: #fe9929;
color: #f7f7f7;
}
.date.medium-high {
background-color: #d95f0e;
color: #f7f7f7;
}
.date.high {
background-color: #993404;
color: #f7f7f7;
}
/* Error page */
.no-results-msg {
text-align: center;
margin-bottom: 20px;
margin-top: 6px;
font-size: 18px;
font-weight: bold;
}
.no-results-suggestions > p {
margin-bottom: 12px;
}
.error-options {
margin-top: 18px;
}
/* Media queries */
/* All smaller mobile devices */
@media screen and (max-width: 767px) {
.masthead {
padding-bottom: 0;
}
.masthead .site-header-content {
text-align: center;
}
.masthead h1 {
font-size: 27px;
float: none;
}
.masthead h2 {
font-size: 14px;
}
.masthead h2 > span {
display: block;
margin-top: 10px;
width: 100%;
}
.menu-bar .nav {
float: none;
text-align: center;
margin-left: -40px;
}
#su-content .navbar {
min-height: 0;
}
h1 .navbar.navbar-default {
background: white;
border: none;
display: inline-block;
float: right;
}
.navbar-form .form-group {
margin-bottom: 8px;
}
.navbar-form button[type="submit"] {
float: left;
}
nav.navbar.navbar-default {
padding: 0 15px;
}
nav.navbar.navbar-default .navbar-form {
border: none;
}
button.navbar-toggle, button.navbar-toggle.collapsed {
margin-top: 3px;
}
/* .advanced-search {
margin-top: 0;
}*/
} | wayback-webapp/src/main/webapp/css/su-wayback.css |
/* Stanford brand bar, including collapsible Feedback form */
#brandbar {
min-height: 35px;
}
#brandbar .container {
padding: 0;
}
#brandbar #report-problem {
float: right;
font-family: "Helvetica","Arial",sans-serif;
font-size: 12px;
line-height: 18px;
margin-top: 9px;
}
#brandbar #report-problem a, #brandbar #report-problem input[type="submit"] {
color: #ddd;
font-size: 12px;
text-decoration: none;
}
#brandbar #report-problem .caret {
border-top-color: #ddd;
}
#brandbar #report-problem .btn-group {
display: inline-block;
font-family: "Helvetica","Arial",sans-serif;
font-size: inherit;
}
#brandbar #report-problem .btn-group .btn-mini {
border: none;
font-size: 12px;
padding: 0 3px 0 0;
text-shadow: none;
vertical-align: top;
}
#brandbar #report-problem .btn-group .dropdown-toggle {
box-shadow: none;
font-family: "Helvetica","Arial",sans-serif;
padding: 0 3px;
}
#brandbar #report-problem .btn-group .dropdown-toggle:active, #brandbar #report-problem .btn-group .dropdown-toggle:hover, #brandbar #report-problem .btn-group .dropdown-toggle:visited, #brandbar #report-problem .btn-group .dropdown-toggle:focus {
background-color: transparent;
outline-color: transparent;
}
#brandbar #report-problem .btn-group .dropdown-menu {
background-color: #fff;
border: 1px solid #999;
left: auto;
right: 0;
}
#brandbar #report-problem .btn-group .dropdown-menu li .button_to input[type="submit"], #brandbar #report-problem .btn-group .dropdown-menu li > a, #brandbar #report-problem .btn-group .dropdown-menu li > a:visited {
color: #555;
font-size: 0.9em;
padding: 2px 12px;
}
#brandbar #report-problem .btn-group .dropdown-menu li > a:hover, #brandbar #report-problem .btn-group .dropdown-menu li > a:focus,
#brandbar #report-problem .btn-group .dropdown-menu li:hover, #brandbar #report-problem .btn-group .dropdown-menu li:focus,
#brandbar #report-problem .btn-group .dropdown-menu li.signout:hover, #brandbar #report-problem .btn-group .dropdown-menu li.signout:focus {
background-color: #990000;
background-image: none;
color: #fff;
}
#brandbar #report-problem .btn-group .dropdown-menu li > a:hover .button_to .btn-link, #brandbar #report-problem .btn-group .dropdown-menu li > a:focus .button_to .btn-link,
#brandbar #report-problem .btn-group .dropdown-menu li:hover .button_to .btn-link, #brandbar #report-problem .btn-group .dropdown-menu li:focus .button_to .btn-link,
#brandbar #report-problem .btn-group .dropdown-menu li.signout:hover .button_to .btn-link, #brandbar #report-problem .btn-group .dropdown-menu li.signout:focus .button_to .btn-link {
color: #fff;
}
#brandbar #report-problem .btn-group .dropdown-menu li.divider:hover {
background-color: #e5e5e5;
}
#brandbar form.button_to {
margin-bottom: 0;
}
#brandbar form.button_to input[type="submit"] {
font-size: 1em;
}
#brandbar form.button_to .btn-link {
border: none;
text-decoration: none;
}
#report-problem-form {
background-color: #f7f7f7;
border-bottom: 1px solid #dddddd;
display: none;
padding-bottom: 15px;
}
#report-problem-form h2 {
border-top: none;
color: #990000;
margin-top: 0;
padding-top: 20px;
text-transform: uppercase;
}
#report-problem-form textarea, #report-problem-form input:not([type=submit]):not([type=file]) {
width: 80%;
}
.cancel-link {
margin-left: 12px;
}
/* fix Stanford Identity styles
(their CSS is Bootstrap 2, not Bootstrap 3) */
span.adr {
margin-right: 12px;
}
#global-footer .span10 {
margin-right: 6px;
}
#global-footer a, #global-footer a:visited, #global-footer a:hover {
text-decoration: none;
}
/* Global */
body {
background-color: #fbfbf9;
}
body #su-content {
font-size: 13px;
}
/*#su-content a, #su-content a:visited, #su-content a:hover {
text-decoration: none;
border-bottom: 1px dotted #820000;
}
*/
#su-content h1 a, #su-content h1 a:visited, #su-content h1 a:hover {
border-bottom: none;
color: #8C1515;
}
.btn.btn-default {
color: #333333;
background-color: #FFFFFF;
background-image: linear-gradient(to bottom, #FFFFFF, #E0E0E0);
border-color: #CCCCCC #CCCCCC #CCCCCC;
}
.btn.btn-default:hover {
background-color: #E0E0E0;
background-image: linear-gradient(to bottom, #E0E0E0, #E0E0E0);
}
h2, h3, h4, h5, h6 {
color: #3f3c30;
font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
}
h2 {
font-size: 20px;
}
#main-container a {
color: #8C1515;
text-decoration: none;
}
#main-container a:visited, #main-container a:hover {
color: #2E2D29;
text-decoration: none;
}
#main-container a:hover {
border-bottom: 1px dotted #2E2D29;
}
/* Masthead */
.masthead {
background: #fbfbf9;
border-bottom: 1px solid #dddddd;
padding-bottom: 10px;
padding-top: 5px;
}
.masthead h1 {
border-bottom: none;
font-size: 32px;
margin: 10px 0 0;
line-height: 1.5em;
padding-bottom: 0;
}
.masthead h1 a, .masthead h1 a:hover, .masthead h1 a:visited {
border-bottom: none;
color: inherit;
text-decoration: none;
}
.masthead h2 {
border: none;
clear: left;
color: #5F574F;
font-size: 16px;
font-style: italic;
font-weight: normal;
margin-top: 0;
padding-top: 0;
text-transform: none;
}
.masthead h2 > span {
float: right;
font-style: normal;
color: #999;
}
h1 .navbar.navbar-default {
display: none;
}
.navbar.search-bar {
background-color: #f2f1eb;
border-color: #d5d0c0;
border-left: none;
border-right: none;
min-height: 45px;
}
#su-content .navbar {
margin-bottom: 10px;
}
#wayback-navbar {
text-align: center;
}
#wayback-navbar form {
margin-top: 6px;
margin-bottom: 6px;
}
/*.advanced-search {
margin-top: 18px;
}
.advanced-search > a, .advanced-search > a:visited {
color: #2e2d29;
}*/
/* Homepage */
.featured-sites h2 {
border-bottom: 1px solid #d5d0c0;
margin-bottom: 18px;
padding-bottom: 4px;
}
.featured-sites h3 {
font-size: 16px;
}
.featured-sites img {
border: 1px solid #999;
}
.featured-sites .thumbnail {
background-color: #fbfbf9;
border: none;
text-align: center;
}
.featured-sites .caption {
border: none;
padding: 0 9px;
text-align: center;
}
/* URL results (table version: HTMLURLResults.jsp) */
.url-results {
margin-bottom: 50px;
}
.url-results h2, .calendar-results h2 {
color: #555;
font-size: 18px;
margin-bottom: 30px;
text-align: center;
}
.url-results .dataTables_filter label,
.url-results .dataTables_length label {
font-weight: 500;
}
.url-results .dataTables_length select {
margin-left: 3px;
margin-right: 3px;
}
.url-results .dataTables_filter input {
margin-left: 6px;
}
.url-results table.dataTable th.url {
padding-left: 6px;
}
.url-results table.dataTable td {
font-size: 12px;
}
.url-results table.dataTable td.captures,
.url-results table.dataTable td.dupes,
.url-results table.dataTable td.uniques {
text-align: center;
}
.url-results table.dataTable.no-footer {
margin-bottom: 20px !important;
}
#main-container .pagination a:hover {
border-bottom: 1px solid #ddd;
}
#main-container .pagination > .active > a,
#main-container .pagination > .active > a:visited {
color: #585754;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
background-color: #d5d0c0;
border-color: #d5d0c0;
color: #5F574F;
}
/* Calendar results (table version) */
.result-summary {
text-align: center;
margin-bottom: 10px;
margin-top: 6px;
font-size: 16px;
}
.search-resource {
font-weight: bold;
color: #555;
}
.result-count {
font-weight: bold;
}
table.results {
border: 1px solid #e3dfd5;
margin-top: 20px;
width: 100%;
}
table.results .heading-row {
background-color: #e3dfd5;
}
table.results .data-row {
background-color: #f2f1eb;
}
table.results td {
padding-bottom: 6px;
padding-top: 6px;
}
/* Calendar results (bubble version) */
.calendar-results h2 a,
.calendar-results h2 a:visited {
border-bottom: 1px dotted #2E2D29;
}
#wm-ipp-sparkline {
border-right: 1px solid #bbb;
}
#wbChart {
margin-bottom: 50px;
}
#wbChartThis {
/* Explicitly setting a width to prevent
year labels from wrapping.
This might not be the best solution for the wrapping.
Also, we might need to increase the width when years
after 2016 are added. */
width: 1280px;
}
.wbChartThisContainer, .wbChartHover {
border-bottom: 4px solid #bbb;
font-size: 15px;
/* height: 100%;*/
padding: 0 1px;
}
.wbChartThisContainer.leftmost {
border-left: 1px solid #bbb;
}
.wbChartThisContainer.rightmost {
border-right: 1px solid #bbb;
padding-right: 0;
}
.activeHighlight {
background-color: #993404 !important;
padding: 4px 0;
font-size: 15px !important;
color: #fff !important;
}
.inactiveHighlight {
background-color: #eee !important;
padding: 4px 0;
font-size: 15px !important;
color: #000!important;
}
#wbCalendar {
margin: 25px auto 0;
}
.month .label {
color: #333;
font-size: 12px;
}
.month table th {
padding: 0;
}
.month table td .date {
width: 25px;
height: 25px;
}
.month table td .day span,
.month table td .day a,
.month table td .day a:hover {
font-size: 13px;
height: 19px;
padding-top: 4px;
padding-right: 6px;
}
.month table td .day a,
.month table td .day a:hover {
padding-top: 2px;
}
.month table td .day a {
font-weight: 700;
}
.date.tooltip {
padding-top: 3px;
/* position and opacity styles are to
override Bootstrap .tooltip styling */
position: initial;
opacity: 1;
}
.date.low,
.date.low-medium,
.date.medium,
.date.medium-high,
.date.high {
border: 1px solid #ddd;
}
.date.low {
background-color: #fee391;
}
.date.low-medium {
background-color: #fec44f;
}
.date.medium {
background-color: #fe9929;
color: #f7f7f7;
}
.date.medium-high {
background-color: #d95f0e;
color: #f7f7f7;
}
.date.high {
background-color: #993404;
color: #f7f7f7;
}
/* Error page */
.no-results-msg {
text-align: center;
margin-bottom: 20px;
margin-top: 6px;
font-size: 18px;
font-weight: bold;
}
.no-results-suggestions > p {
margin-bottom: 12px;
}
.error-options {
margin-top: 18px;
}
/* Media queries */
/* All smaller mobile devices */
@media screen and (max-width: 767px) {
.masthead {
padding-bottom: 0;
}
.masthead .site-header-content {
text-align: center;
}
.masthead h1 {
font-size: 27px;
float: none;
}
.masthead h2 {
font-size: 14px;
}
.masthead h2 > span {
display: block;
margin-top: 10px;
width: 100%;
}
.menu-bar .nav {
float: none;
text-align: center;
margin-left: -40px;
}
#su-content .navbar {
min-height: 0;
}
h1 .navbar.navbar-default {
background: white;
border: none;
display: inline-block;
float: right;
}
.navbar-form .form-group {
margin-bottom: 8px;
}
.navbar-form button[type="submit"] {
float: left;
}
nav.navbar.navbar-default {
padding: 0 15px;
}
nav.navbar.navbar-default .navbar-form {
border: none;
}
button.navbar-toggle, button.navbar-toggle.collapsed {
margin-top: 3px;
}
/* .advanced-search {
margin-top: 0;
}*/
} | 0.379034 | 0.03359 |
@charset "UTF-8";
/*
Radius by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
Adapted in order to work with main.css
*/
/* Image */
.image {
border-radius: 4px;
border: 0;
display: inline-block;
position: relative;
}
.image img {
border-radius: 4px;
display: block;
}
.image.left, .image.right {
max-width: 40%;
}
.image.left img, .image.right img {
width: 100%;
}
.image.left {
float: left;
margin: 0 1.5em 1em 0;
top: 0.25em;
}
.image.right {
float: right;
margin: 0 0 1em 1.5em;
top: 0.25em;
}
.image.fit {
display: block;
margin: 0 0 2em 0;
width: 100%;
}
.image.fit img {
width: 100%;
}
.image.main {
display: block;
margin: 0 0 3em 0;
width: 100%;
}
.image.main img {
width: 100%;
}
/* List */
/* Columns */
.columns {
position: relative;
-moz-column-count: 4;
-webkit-column-count: 4;
column-count: 4;
-moz-column-gap: 1em;
-webkit-column-gap: 1em;
column-gap: 1em;
}
.columns .image {
position: relative;
display: inline-block;
margin: 0 0 .5em;
width: 100%;
overflow: hidden;
}
.columns .image img {
-moz-transition: -moz-transform 0.2s ease-in-out;
-webkit-transition: -webkit-transform 0.2s ease-in-out;
-ms-transition: -ms-transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out;
-webkit-backface-visibility: hidden;
-webkit-transform: translate3D(0, 0, 0);
}
.columns .image:hover img {
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
@media screen and (max-width: 736px) {
.columns {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
}
@media screen and (max-width: 480px) {
.columns {
-moz-column-count: 1;
-webkit-column-count: 1;
column-count: 1;
}
}
/* Preview */
#preview {
position: relative;
padding: 1em;
}
#preview .inner {
max-width: 70em;
margin: 0 auto;
}
#preview .image {
margin: 0;
}
#preview.vertical .inner {
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
}
#preview.vertical .inner .image {
-ms-flex: 1 1 calc(100% - 50px);
flex: 1 1 calc(100% - 50px);
max-width: 100%;
width: 50%;
}
#preview.vertical .inner .content {
-ms-flex: 1 1 calc(100% - 50px);
flex: 1 1 calc(100% - 50px);
max-width: 100%;
width: 50%;
}
#preview .nav {
-moz-transition: background-color 0.2s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
position: fixed;
height: 2em;
width: 2em;
background: #fff;
border-radius: 100%;
line-height: 2em;
top: 50%;
font-size: 1.75em;
text-align: center;
z-index: 10003;
}
#preview .nav:hover {
background: #FFF;
}
#preview .nav.previous {
left: -.4em;
}
#preview .nav.next {
right: -.4em;
}
#preview .content {
padding: 3em 2em;
}
#preview .content header h2 {
font-size: 2.5em;
color: #e74c3c;
}
@media screen and (max-width: 1680px) {
#preview .inner {
max-width: 55em;
}
}
@media screen and (max-width: 980px) {
#preview.vertical .inner {
-moz-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
@media screen and (max-width: 736px) {
#preview .content {
padding: 2em;
}
#preview .content header h2 {
font-size: 2em;
}
}
/* Main */
#main {
padding: 2em;
}
#main .inner {
max-width: 100%;
}
#main .imagesinner {
display: block;
margin: 0 auto;
min-width: 100%;
padding-top: 3em;
} | css/gallerymain.css | @charset "UTF-8";
/*
Radius by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
Adapted in order to work with main.css
*/
/* Image */
.image {
border-radius: 4px;
border: 0;
display: inline-block;
position: relative;
}
.image img {
border-radius: 4px;
display: block;
}
.image.left, .image.right {
max-width: 40%;
}
.image.left img, .image.right img {
width: 100%;
}
.image.left {
float: left;
margin: 0 1.5em 1em 0;
top: 0.25em;
}
.image.right {
float: right;
margin: 0 0 1em 1.5em;
top: 0.25em;
}
.image.fit {
display: block;
margin: 0 0 2em 0;
width: 100%;
}
.image.fit img {
width: 100%;
}
.image.main {
display: block;
margin: 0 0 3em 0;
width: 100%;
}
.image.main img {
width: 100%;
}
/* List */
/* Columns */
.columns {
position: relative;
-moz-column-count: 4;
-webkit-column-count: 4;
column-count: 4;
-moz-column-gap: 1em;
-webkit-column-gap: 1em;
column-gap: 1em;
}
.columns .image {
position: relative;
display: inline-block;
margin: 0 0 .5em;
width: 100%;
overflow: hidden;
}
.columns .image img {
-moz-transition: -moz-transform 0.2s ease-in-out;
-webkit-transition: -webkit-transform 0.2s ease-in-out;
-ms-transition: -ms-transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out;
-webkit-backface-visibility: hidden;
-webkit-transform: translate3D(0, 0, 0);
}
.columns .image:hover img {
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
@media screen and (max-width: 736px) {
.columns {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
}
@media screen and (max-width: 480px) {
.columns {
-moz-column-count: 1;
-webkit-column-count: 1;
column-count: 1;
}
}
/* Preview */
#preview {
position: relative;
padding: 1em;
}
#preview .inner {
max-width: 70em;
margin: 0 auto;
}
#preview .image {
margin: 0;
}
#preview.vertical .inner {
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
}
#preview.vertical .inner .image {
-ms-flex: 1 1 calc(100% - 50px);
flex: 1 1 calc(100% - 50px);
max-width: 100%;
width: 50%;
}
#preview.vertical .inner .content {
-ms-flex: 1 1 calc(100% - 50px);
flex: 1 1 calc(100% - 50px);
max-width: 100%;
width: 50%;
}
#preview .nav {
-moz-transition: background-color 0.2s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
position: fixed;
height: 2em;
width: 2em;
background: #fff;
border-radius: 100%;
line-height: 2em;
top: 50%;
font-size: 1.75em;
text-align: center;
z-index: 10003;
}
#preview .nav:hover {
background: #FFF;
}
#preview .nav.previous {
left: -.4em;
}
#preview .nav.next {
right: -.4em;
}
#preview .content {
padding: 3em 2em;
}
#preview .content header h2 {
font-size: 2.5em;
color: #e74c3c;
}
@media screen and (max-width: 1680px) {
#preview .inner {
max-width: 55em;
}
}
@media screen and (max-width: 980px) {
#preview.vertical .inner {
-moz-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
@media screen and (max-width: 736px) {
#preview .content {
padding: 2em;
}
#preview .content header h2 {
font-size: 2em;
}
}
/* Main */
#main {
padding: 2em;
}
#main .inner {
max-width: 100%;
}
#main .imagesinner {
display: block;
margin: 0 auto;
min-width: 100%;
padding-top: 3em;
} | 0.355663 | 0.12768 |
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
.clear{
clear: both;
}
.center{
width: 70vh;
text-align: center;
}
html{
font-size: 63.5%;
}
body{
background-color: black;
position: relative;
}
header{
width: min(60vw, 60vh);
margin: auto;
text-align: center;
}
header h2{
color: white;
font-size: 4.8rem;
}
header p{
color: whitesmoke;
font-size: 2.4rem;
margin-top: 1rem;
}
main{
width: min(70vw, 70vh);
height: min(70vw, 70vh);
border: 5px white solid;
margin: auto;
margin-top: 3rem;
position: relative;
}
#player{
width: 2%;
height: 2%;
background-color: blue;
border: 1px solid white;
position: absolute;
top: 10%;
left:10%;
}
.playerBody{
width: 2%;
height: 2%;
background-color: lightblue;
border: 1px solid white;
position: absolute;
}
#fruit{
width: 2%;
height: 2%;
border: 1px solid white;
background-color: yellow;
position: absolute;
top: 10%;
left:12%;
}
.configButton{
color: white;
font-size: 3rem;
cursor: pointer;
position: absolute;
top: 4rem;
right: 4rem;
}
.leaderboard-overlay-button{
color: white;
font-size: 3rem;
cursor: pointer;
position: absolute;
top: 4rem;
left: 4rem;
}
aside{
display: none;
z-index: 1;
position: absolute;
top: 0;
right: 0;
color: white;
width: 35rem;
height: 100vh;
background-color: black;
border-left: 4px solid rgba(255,255,255,0.5);
}
aside h3 span{
display: inline-block;
color: red;
cursor: pointer;
margin-left: 1rem;
margin-top: 0.5rem;
}
aside h3{
font-size: 3.6rem;
margin-top: 1rem;
margin-left: 1rem;
}
aside p,
aside table{
font-size: 2.4rem;
}
aside p{
margin-top: 3rem;
margin-left: 3rem;
}
aside p span{
margin: 0 0.5rem;
}
aside p strong{
font-size: 3rem;
}
.__cursor_pointer{
cursor: pointer;
}
.__disabled{
opacity: 0.5;
}
aside table{
margin-top: 2rem;
margin-left: 3rem;
text-align: center;
border-collapse: collapse;
}
aside table thead{
font-size: 3rem;
}
aside table th:first-child{
padding-right: 1rem ;
}
aside table th:last-child,
aside table td:last-child{
padding-left: 1rem ;
border-left: 4px solid rgba(255,255,255,0.5);
}
aside table td[clicked="true"]{
color: lightblue;
}
aside table tbody tr td{
padding: 0.5rem;
}
aside table tbody tr td:last-child{
cursor: pointer;
}
form{
z-index: 1;
position: absolute;
transform: translate(-50%,-50%);
top: 50%;
left: 50%;
width: 40rem;
height: 40rem;
background-color: black;
color: white;
border: 4px solid white;
padding: 3rem;
text-align: center;
}
.hide{
display: none;
}
form h3{
font-size: 3.6rem;
}
form label{
display: block;
font-size: 2.4rem;
}
form input{
width: 100%;
height: 4rem;
border-radius: 2rem;
padding-left: .8rem;
font-size: 2rem;
outline: 0;
border: 3px solid white;
background-color: black;
color: white;
}
form label{
margin-top: 2rem;
margin-bottom: 1rem;
text-align: left;
}
form button{
width:25rem;
height: 5rem;
border-radius: 3rem;
font-size: 3rem;
display: inline-block;
margin-top: 2rem;
cursor: pointer;
}
section#leaderboard{
color: white;
z-index: 1;
background-color: black;
position: fixed;
top: 0;
left: 0;
width: 35rem;
height: 100vh;
border-right: 4px solid rgba(255,255,255,0.5);
text-align: center;
padding-top: 1.2rem;
}
#leaderboard h3{
font-size: 3.6rem;
}
#leaderboard h3 span{
display: none;
color: red;
cursor: pointer;
margin-left: 1rem;
margin-top: 0.5rem;
}
#leaderboard table{
display: inline-block;
font-size: 2.4rem;
border-collapse: collapse;
padding: 0.5rem;
text-align: center;
margin-top: 2rem;
}
#leaderboard table tr th,
#leaderboard table tr td{
padding: 0.5rem 1rem;
}
#leaderboard table tr th:last-child,
#leaderboard table tr td:last-child{
border-left: 4px solid rgba(255,255,255,0.5);
}
@media screen and (max-width: 1440px){
#leaderboard{
display: none;
}
#leaderboard h3 span{
display: inline-block;
}
}
@media screen and (max-height: 730px){
html{
font-size: 50%;
}
}
@media screen and (max-width: 764px){
html{
font-size: 50%;
overflow-x: hidden;
}
} | css/styles.css | *{
padding: 0;
margin: 0;
box-sizing: border-box;
}
.clear{
clear: both;
}
.center{
width: 70vh;
text-align: center;
}
html{
font-size: 63.5%;
}
body{
background-color: black;
position: relative;
}
header{
width: min(60vw, 60vh);
margin: auto;
text-align: center;
}
header h2{
color: white;
font-size: 4.8rem;
}
header p{
color: whitesmoke;
font-size: 2.4rem;
margin-top: 1rem;
}
main{
width: min(70vw, 70vh);
height: min(70vw, 70vh);
border: 5px white solid;
margin: auto;
margin-top: 3rem;
position: relative;
}
#player{
width: 2%;
height: 2%;
background-color: blue;
border: 1px solid white;
position: absolute;
top: 10%;
left:10%;
}
.playerBody{
width: 2%;
height: 2%;
background-color: lightblue;
border: 1px solid white;
position: absolute;
}
#fruit{
width: 2%;
height: 2%;
border: 1px solid white;
background-color: yellow;
position: absolute;
top: 10%;
left:12%;
}
.configButton{
color: white;
font-size: 3rem;
cursor: pointer;
position: absolute;
top: 4rem;
right: 4rem;
}
.leaderboard-overlay-button{
color: white;
font-size: 3rem;
cursor: pointer;
position: absolute;
top: 4rem;
left: 4rem;
}
aside{
display: none;
z-index: 1;
position: absolute;
top: 0;
right: 0;
color: white;
width: 35rem;
height: 100vh;
background-color: black;
border-left: 4px solid rgba(255,255,255,0.5);
}
aside h3 span{
display: inline-block;
color: red;
cursor: pointer;
margin-left: 1rem;
margin-top: 0.5rem;
}
aside h3{
font-size: 3.6rem;
margin-top: 1rem;
margin-left: 1rem;
}
aside p,
aside table{
font-size: 2.4rem;
}
aside p{
margin-top: 3rem;
margin-left: 3rem;
}
aside p span{
margin: 0 0.5rem;
}
aside p strong{
font-size: 3rem;
}
.__cursor_pointer{
cursor: pointer;
}
.__disabled{
opacity: 0.5;
}
aside table{
margin-top: 2rem;
margin-left: 3rem;
text-align: center;
border-collapse: collapse;
}
aside table thead{
font-size: 3rem;
}
aside table th:first-child{
padding-right: 1rem ;
}
aside table th:last-child,
aside table td:last-child{
padding-left: 1rem ;
border-left: 4px solid rgba(255,255,255,0.5);
}
aside table td[clicked="true"]{
color: lightblue;
}
aside table tbody tr td{
padding: 0.5rem;
}
aside table tbody tr td:last-child{
cursor: pointer;
}
form{
z-index: 1;
position: absolute;
transform: translate(-50%,-50%);
top: 50%;
left: 50%;
width: 40rem;
height: 40rem;
background-color: black;
color: white;
border: 4px solid white;
padding: 3rem;
text-align: center;
}
.hide{
display: none;
}
form h3{
font-size: 3.6rem;
}
form label{
display: block;
font-size: 2.4rem;
}
form input{
width: 100%;
height: 4rem;
border-radius: 2rem;
padding-left: .8rem;
font-size: 2rem;
outline: 0;
border: 3px solid white;
background-color: black;
color: white;
}
form label{
margin-top: 2rem;
margin-bottom: 1rem;
text-align: left;
}
form button{
width:25rem;
height: 5rem;
border-radius: 3rem;
font-size: 3rem;
display: inline-block;
margin-top: 2rem;
cursor: pointer;
}
section#leaderboard{
color: white;
z-index: 1;
background-color: black;
position: fixed;
top: 0;
left: 0;
width: 35rem;
height: 100vh;
border-right: 4px solid rgba(255,255,255,0.5);
text-align: center;
padding-top: 1.2rem;
}
#leaderboard h3{
font-size: 3.6rem;
}
#leaderboard h3 span{
display: none;
color: red;
cursor: pointer;
margin-left: 1rem;
margin-top: 0.5rem;
}
#leaderboard table{
display: inline-block;
font-size: 2.4rem;
border-collapse: collapse;
padding: 0.5rem;
text-align: center;
margin-top: 2rem;
}
#leaderboard table tr th,
#leaderboard table tr td{
padding: 0.5rem 1rem;
}
#leaderboard table tr th:last-child,
#leaderboard table tr td:last-child{
border-left: 4px solid rgba(255,255,255,0.5);
}
@media screen and (max-width: 1440px){
#leaderboard{
display: none;
}
#leaderboard h3 span{
display: inline-block;
}
}
@media screen and (max-height: 730px){
html{
font-size: 50%;
}
}
@media screen and (max-width: 764px){
html{
font-size: 50%;
overflow-x: hidden;
}
} | 0.603581 | 0.107017 |
* Use this file to override Materialize files so you can update
* the core Materialize files in the future
*
* Made By MaterializeCSS.com
*/
nav ul a,
nav .brand-logo {
color: #444;
}
p {
line-height: 2rem;
}
.sidenav-trigger {
color: #26a69a;
}
.parallax-container {
min-height: 380px;
line-height: 0;
height: auto;
color: rgba(255,255,255,.9);
}
.parallax-container .section {
width: 100%;
}
@media only screen and (max-width : 992px) {
.parallax-container .section {
position: absolute;
top: 40%;
}
#index-banner .section {
top: 10%;
}
}
@media only screen and (max-width : 600px) {
#index-banner .section {
top: 0;
}
}
.icon-block {
padding: 0 15px;
}
.icon-block .material-icons {
font-size: inherit;
}
footer.page-footer {
margin: 0;
}
body {
padding-top:50px;
}
fieldset {
border: thin solid #ccc;
border-radius: 4px;
padding: 20px;
padding-left: 40px;
background: #fbfbfb;
}
legend {
color: #678;
}
.form-control {
width: 100%;
}
label small {
color: #678 !important;
}
span.req {
color:maroon;
font-size: 112%;
}
/* //login */
a{
text-decoration:none !important;
}
h1,h2,h3{
font-family: 'Kaushan Script', cursive;
}
.myform{
position: relative;
display: -ms-flexbox;
display: flex;
padding: 1rem;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: 1.1rem;
outline: 0;
max-width: 500px;
}
.tx-tfm{
text-transform:uppercase;
}
.mybtn{
border-radius:50px;
}
.login-or {
position: relative;
color: #aaa;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
.span-or {
display: inline-block;
position: absolute;
left: 50%;
top: -2px;
margin-left: -25px;
background-color: #fff;
width: 50px;
text-align: center;
}
.hr-or {
height: 1px;
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.google {
color:#666;
width:100%;
height:40px;
text-align:center;
outline:none;
border: 1px solid lightgrey;
}
form .error {
color: #ff0000;
} | css/index.css | * Use this file to override Materialize files so you can update
* the core Materialize files in the future
*
* Made By MaterializeCSS.com
*/
nav ul a,
nav .brand-logo {
color: #444;
}
p {
line-height: 2rem;
}
.sidenav-trigger {
color: #26a69a;
}
.parallax-container {
min-height: 380px;
line-height: 0;
height: auto;
color: rgba(255,255,255,.9);
}
.parallax-container .section {
width: 100%;
}
@media only screen and (max-width : 992px) {
.parallax-container .section {
position: absolute;
top: 40%;
}
#index-banner .section {
top: 10%;
}
}
@media only screen and (max-width : 600px) {
#index-banner .section {
top: 0;
}
}
.icon-block {
padding: 0 15px;
}
.icon-block .material-icons {
font-size: inherit;
}
footer.page-footer {
margin: 0;
}
body {
padding-top:50px;
}
fieldset {
border: thin solid #ccc;
border-radius: 4px;
padding: 20px;
padding-left: 40px;
background: #fbfbfb;
}
legend {
color: #678;
}
.form-control {
width: 100%;
}
label small {
color: #678 !important;
}
span.req {
color:maroon;
font-size: 112%;
}
/* //login */
a{
text-decoration:none !important;
}
h1,h2,h3{
font-family: 'Kaushan Script', cursive;
}
.myform{
position: relative;
display: -ms-flexbox;
display: flex;
padding: 1rem;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: 1.1rem;
outline: 0;
max-width: 500px;
}
.tx-tfm{
text-transform:uppercase;
}
.mybtn{
border-radius:50px;
}
.login-or {
position: relative;
color: #aaa;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
.span-or {
display: inline-block;
position: absolute;
left: 50%;
top: -2px;
margin-left: -25px;
background-color: #fff;
width: 50px;
text-align: center;
}
.hr-or {
height: 1px;
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.google {
color:#666;
width:100%;
height:40px;
text-align:center;
outline:none;
border: 1px solid lightgrey;
}
form .error {
color: #ff0000;
} | 0.415136 | 0.077378 |
html{
font-size: 12px;
}
body{
font-family: "<NAME>", sans-serif;
color: #ffffff;
}
a,
button,
.btn,
.btn-link {
transition: all .3s;
text-decoration: none;
outline: none;
color: #ffffff;
font-weight:400;
}
select {
color: Gray;
/*-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border:0px;
outline:0px;*/
}
input[type="number"],input[type="text"]{
padding-left: 20px;
line-height: 3rem;
padding-right: 15px;
border:0px;
outline:0px;
font-size: 16px;
width: 200px;
font-weight: bold;
margin:10px;
}
.custombutton:hover{
}
.custombuttonbig{
border: none;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 24px;
margin: 4px 2px;
border-radius: 12px;
cursor: pointer;
padding-left:30px;
padding-right:30px;
margin:15px;
}
.custombutton{
border: none;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
border-radius: 12px;
cursor: pointer;
padding-left:20px;
padding-right:20px;
margin:10px;
}
.navbar{
margin-left: 5rem;
margin-top: 2rem;
}
.navbar-nav{
margin-right: 200px;
font-size: 1.5rem;
}
.container{
}
.infotext{
font-size:16px;
text-align:left;
color:#fff;
}
.highlighttext{
}
.highlighttextsubtle{
}
.controlbox{
display: block;
color: #fff;
font-weight: 400;
background-color: #2B0C65;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;
margin-bottom: 2.2rem;
margin-right:1rem;
padding: .5rem 1.5rem 0;
overflow: hidden;
text-overflow: ellipsis;
box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5)
}
.appcontents{
width: 300px;
height: 60%;
position: absolute;
top:20%;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.navbar .nav, .navbar .nav > li {
}
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
background-color: transparent;
}
.navbar_old{
margin-left: 1.2rem;
margin-top: 2rem;
font-size: 1.3rem;
line-height: 2rem;
} | custom.css | html{
font-size: 12px;
}
body{
font-family: "<NAME>", sans-serif;
color: #ffffff;
}
a,
button,
.btn,
.btn-link {
transition: all .3s;
text-decoration: none;
outline: none;
color: #ffffff;
font-weight:400;
}
select {
color: Gray;
/*-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border:0px;
outline:0px;*/
}
input[type="number"],input[type="text"]{
padding-left: 20px;
line-height: 3rem;
padding-right: 15px;
border:0px;
outline:0px;
font-size: 16px;
width: 200px;
font-weight: bold;
margin:10px;
}
.custombutton:hover{
}
.custombuttonbig{
border: none;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 24px;
margin: 4px 2px;
border-radius: 12px;
cursor: pointer;
padding-left:30px;
padding-right:30px;
margin:15px;
}
.custombutton{
border: none;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
border-radius: 12px;
cursor: pointer;
padding-left:20px;
padding-right:20px;
margin:10px;
}
.navbar{
margin-left: 5rem;
margin-top: 2rem;
}
.navbar-nav{
margin-right: 200px;
font-size: 1.5rem;
}
.container{
}
.infotext{
font-size:16px;
text-align:left;
color:#fff;
}
.highlighttext{
}
.highlighttextsubtle{
}
.controlbox{
display: block;
color: #fff;
font-weight: 400;
background-color: #2B0C65;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;
margin-bottom: 2.2rem;
margin-right:1rem;
padding: .5rem 1.5rem 0;
overflow: hidden;
text-overflow: ellipsis;
box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5)
}
.appcontents{
width: 300px;
height: 60%;
position: absolute;
top:20%;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.navbar .nav, .navbar .nav > li {
}
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
background-color: transparent;
}
.navbar_old{
margin-left: 1.2rem;
margin-top: 2rem;
font-size: 1.3rem;
line-height: 2rem;
} | 0.373076 | 0.051558 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
font-size: 62.5%;
}
header {
width: 100%;
height: 100px;
display: grid;
grid-template-columns: 1fr;
color: white;
background-color: rgb(6, 68, 131);
text-align: center;
}
h2 {
font-size: 2.5rem;
color: rgb(6, 68, 131);
padding-bottom: 20px;
}
button {
padding: 7px;
border: 2px solid rgb(6, 68, 131);
color: rgb(6, 68, 131);
background-color: white;
font-size: 1.5rem;
border-radius: 7px;
}
button:hover {
color: white;
background-color: rgb(6, 68, 131);
}
header h1 {
font-size: 3rem;
align-self: center;
}
main {
width: 100%;
height: auto;
display: grid;
grid-template-columns: 1fr 4fr 1fr;
grid-template-rows: 3;
align-self: center;
}
.cuadrado-container {
width: 100%;
height: auto;
grid-column: 2;
grid-row: 1;
margin: 25px 0;
padding: 20px;
border: 2px solid rgb(6, 68, 131);
border-radius: 10px;
}
.cuadrado-container label {
font-size: 1.6rem;
}
.cuadrado-container input {
margin-bottom: 15px;
margin-top: 5px;
display: block;
padding: 5px;
border: 1px solid rgb(6, 68, 131);
border-radius: 7px;
}
.cuadrado-container button {
width: 100%;
margin: 3px;
}
.triangulo-container {
width: 100%;
height: auto;
grid-column: 2;
grid-row: 2;
margin-bottom: 25px;
padding: 20px;
border: 2px solid rgb(6, 68, 131);
border-radius: 10px;
}
.triangulo-container label {
font-size: 1.6rem;
}
.triangulo-container input {
margin-bottom: 15px;
margin-top: 5px;
display: block;
padding: 5px;
border: 1px solid rgb(6, 68, 131);
border-radius: 7px;
}
.triangulo-container button {
width: 100%;
margin: 3px;
}
.circulo-container {
width: 100%;
height: auto;
grid-column: 2;
grid-row: 3;
margin-bottom: 25px;
padding: 20px;
border: 2px solid rgb(6, 68, 131);
border-radius: 10px;
}
.circulo-container label {
font-size: 1.6rem;
}
.circulo-container input {
margin-bottom: 15px;
margin-top: 5px;
display: block;
padding: 5px;
border: 1px solid rgb(6, 68, 131);
border-radius: 7px;
}
.circulo-container button {
width: 100%;
margin: 3px;
} | Taller-1/style.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
font-size: 62.5%;
}
header {
width: 100%;
height: 100px;
display: grid;
grid-template-columns: 1fr;
color: white;
background-color: rgb(6, 68, 131);
text-align: center;
}
h2 {
font-size: 2.5rem;
color: rgb(6, 68, 131);
padding-bottom: 20px;
}
button {
padding: 7px;
border: 2px solid rgb(6, 68, 131);
color: rgb(6, 68, 131);
background-color: white;
font-size: 1.5rem;
border-radius: 7px;
}
button:hover {
color: white;
background-color: rgb(6, 68, 131);
}
header h1 {
font-size: 3rem;
align-self: center;
}
main {
width: 100%;
height: auto;
display: grid;
grid-template-columns: 1fr 4fr 1fr;
grid-template-rows: 3;
align-self: center;
}
.cuadrado-container {
width: 100%;
height: auto;
grid-column: 2;
grid-row: 1;
margin: 25px 0;
padding: 20px;
border: 2px solid rgb(6, 68, 131);
border-radius: 10px;
}
.cuadrado-container label {
font-size: 1.6rem;
}
.cuadrado-container input {
margin-bottom: 15px;
margin-top: 5px;
display: block;
padding: 5px;
border: 1px solid rgb(6, 68, 131);
border-radius: 7px;
}
.cuadrado-container button {
width: 100%;
margin: 3px;
}
.triangulo-container {
width: 100%;
height: auto;
grid-column: 2;
grid-row: 2;
margin-bottom: 25px;
padding: 20px;
border: 2px solid rgb(6, 68, 131);
border-radius: 10px;
}
.triangulo-container label {
font-size: 1.6rem;
}
.triangulo-container input {
margin-bottom: 15px;
margin-top: 5px;
display: block;
padding: 5px;
border: 1px solid rgb(6, 68, 131);
border-radius: 7px;
}
.triangulo-container button {
width: 100%;
margin: 3px;
}
.circulo-container {
width: 100%;
height: auto;
grid-column: 2;
grid-row: 3;
margin-bottom: 25px;
padding: 20px;
border: 2px solid rgb(6, 68, 131);
border-radius: 10px;
}
.circulo-container label {
font-size: 1.6rem;
}
.circulo-container input {
margin-bottom: 15px;
margin-top: 5px;
display: block;
padding: 5px;
border: 1px solid rgb(6, 68, 131);
border-radius: 7px;
}
.circulo-container button {
width: 100%;
margin: 3px;
} | 0.642881 | 0.233619 |
6:
7: @import "compass/css3/transform";
8:
9: @mixin parallelogram($width: 150px, $height: 100px, $skew: 20deg, $background: transparent)
10: {
11: width: $width;
12: height: $height;
Backtrace:
_parallelogram.scss:7
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/import_node.rb:67:in `rescue in import'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/import_node.rb:45:in `import'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/import_node.rb:28:in `imported_file'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/import_node.rb:37:in `css_import?'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:217:in `visit_import'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/base.rb:37:in `visit'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:100:in `visit'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/base.rb:53:in `block in visit_children'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/base.rb:53:in `map'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/base.rb:53:in `visit_children'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:109:in `block in visit_children'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:121:in `with_environment'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:108:in `visit_children'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/base.rb:37:in `block in visit'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:128:in `visit_root'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/base.rb:37:in `visit'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:100:in `visit'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:7:in `visit'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/root_node.rb:20:in `render'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/engine.rb:315:in `_render'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/engine.rb:262:in `render'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/plugin/compiler.rb:362:in `update_stylesheet'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/plugin/compiler.rb:203:in `block in update_stylesheets'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/plugin/compiler.rb:201:in `each'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/plugin/compiler.rb:201:in `update_stylesheets'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/plugin.rb:81:in `update_stylesheets'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/exec.rb:432:in `watch_or_update'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/exec.rb:315:in `process_result'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/exec.rb:41:in `parse'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/exec.rb:21:in `parse!'
/var/lib/gems/1.9.1/gems/sass-3.2.9/bin/scss:9:in `<top (required)>'
/usr/local/bin/scss:23:in `load'
/usr/local/bin/scss:23:in `<main>'
*/
body:before {
white-space: pre;
font-family: monospace;
content: "Syntax error: File to import not found or unreadable: compass/css3/transform.\A Load path: /home/odi/dev/denkmap/touch/resources/themes/vendor/compass-recipes/stylesheets/recipes/shape/polygon\A on line 7 of _parallelogram.scss\A \A 2: * Shape/Polygon/Parallelogram\A 3: *\A 4: * @author <NAME> <EMAIL> @MoOx\A 5: */\A 6: \A 7: @import \"compass/css3/transform\";\A 8: \A 9: @mixin parallelogram($width: 150px, $height: 100px, $skew: 20deg, $background: transparent)\A 10: {\A 11: width: $width;\A 12: height: $height;"; } | touch/resources/themes/vendor/compass-recipes/stylesheets/recipes/shape/polygon/_parallelogram.css | 6:
7: @import "compass/css3/transform";
8:
9: @mixin parallelogram($width: 150px, $height: 100px, $skew: 20deg, $background: transparent)
10: {
11: width: $width;
12: height: $height;
Backtrace:
_parallelogram.scss:7
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/import_node.rb:67:in `rescue in import'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/import_node.rb:45:in `import'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/import_node.rb:28:in `imported_file'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/import_node.rb:37:in `css_import?'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:217:in `visit_import'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/base.rb:37:in `visit'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:100:in `visit'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/base.rb:53:in `block in visit_children'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/base.rb:53:in `map'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/base.rb:53:in `visit_children'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:109:in `block in visit_children'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:121:in `with_environment'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:108:in `visit_children'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/base.rb:37:in `block in visit'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:128:in `visit_root'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/base.rb:37:in `visit'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:100:in `visit'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/visitors/perform.rb:7:in `visit'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/tree/root_node.rb:20:in `render'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/engine.rb:315:in `_render'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/engine.rb:262:in `render'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/plugin/compiler.rb:362:in `update_stylesheet'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/plugin/compiler.rb:203:in `block in update_stylesheets'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/plugin/compiler.rb:201:in `each'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/plugin/compiler.rb:201:in `update_stylesheets'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/plugin.rb:81:in `update_stylesheets'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/exec.rb:432:in `watch_or_update'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/exec.rb:315:in `process_result'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/exec.rb:41:in `parse'
/var/lib/gems/1.9.1/gems/sass-3.2.9/lib/sass/exec.rb:21:in `parse!'
/var/lib/gems/1.9.1/gems/sass-3.2.9/bin/scss:9:in `<top (required)>'
/usr/local/bin/scss:23:in `load'
/usr/local/bin/scss:23:in `<main>'
*/
body:before {
white-space: pre;
font-family: monospace;
content: "Syntax error: File to import not found or unreadable: compass/css3/transform.\A Load path: /home/odi/dev/denkmap/touch/resources/themes/vendor/compass-recipes/stylesheets/recipes/shape/polygon\A on line 7 of _parallelogram.scss\A \A 2: * Shape/Polygon/Parallelogram\A 3: *\A 4: * @author <NAME> <EMAIL> @MoOx\A 5: */\A 6: \A 7: @import \"compass/css3/transform\";\A 8: \A 9: @mixin parallelogram($width: 150px, $height: 100px, $skew: 20deg, $background: transparent)\A 10: {\A 11: width: $width;\A 12: height: $height;"; } | 0.34621 | 0.045268 |
.toolbar-spacer {
flex : 2 1 auto;
margin-right: 1rem;
}
.row{
margin-top: 1rem;
margin-bottom: 1rem;
}
mat-toolbar {
background-color:#006595 ;
}
mat-icon{
color: white;
margin-right: 1rem;
}
.cardUsuario {
width: 230px;
height: 220px;
margin-left: 2.2rem;
margin-top: 1rem;
margin-bottom: 1rem;
background: #ff00cc; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #333399, #ff00cc); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #333399, #ff00cc); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.cardPublicos {
width: 230px;
height: 220px;
margin-left: 2.2rem;
margin-top: 1rem;
margin-bottom: 1rem;
background: #00d2ff; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #3a7bd5, #00d2ff); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #3a7bd5, #00d2ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.cardPrivado {
width: 230px;
height: 220px;
margin-left: 2.2rem;
margin-top: 1rem;
margin-bottom: 1rem;
background: #8E2DE2; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #4A00E0, #8E2DE2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.cardChatbot {
width: 230px;
height: 220px;
margin-left: 2.2rem;
margin-top: 1rem;
margin-bottom: 1rem;
background: #0F2027; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #2C5364, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.cardUsuarioFrecuente {
width: 640px;
margin-left: 2.2rem;
margin-top: 1rem;
margin-bottom: 1rem;
}
.cardRedireccionamiento {
width: 350px;
margin-left: 2.2rem;
margin-top: 1rem;
background-color:#006595;
height: 230px;
}
h1{
text-align: center;
color: white;
font-weight: 300;
}
h3{
text-align: center;
color: white;
font-weight: 500;
margin-top: 1rem;
}
h4{
text-align: center;
color: white;
font-weight: 500;
margin-top: 0.3rem;
font-size: 14px;
}
h5{
text-align: center;
color: rgb(214, 214, 214);
font-weight: 500;
}
p{
color:white;
text-align: center;
font-weight: 500;
}
.mat-toolbar-row, .mat-toolbar-single-row {
height: 40px;
}
.mat-toolbar-row, .mat-toolbar-single-row {
padding: 0px;
}
.mat-card-actions, .mat-card-subtitle, .mat-card-content {
margin-bottom: 10px;
} | src/app/components/home/home.component.css | .toolbar-spacer {
flex : 2 1 auto;
margin-right: 1rem;
}
.row{
margin-top: 1rem;
margin-bottom: 1rem;
}
mat-toolbar {
background-color:#006595 ;
}
mat-icon{
color: white;
margin-right: 1rem;
}
.cardUsuario {
width: 230px;
height: 220px;
margin-left: 2.2rem;
margin-top: 1rem;
margin-bottom: 1rem;
background: #ff00cc; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #333399, #ff00cc); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #333399, #ff00cc); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.cardPublicos {
width: 230px;
height: 220px;
margin-left: 2.2rem;
margin-top: 1rem;
margin-bottom: 1rem;
background: #00d2ff; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #3a7bd5, #00d2ff); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #3a7bd5, #00d2ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.cardPrivado {
width: 230px;
height: 220px;
margin-left: 2.2rem;
margin-top: 1rem;
margin-bottom: 1rem;
background: #8E2DE2; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #4A00E0, #8E2DE2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.cardChatbot {
width: 230px;
height: 220px;
margin-left: 2.2rem;
margin-top: 1rem;
margin-bottom: 1rem;
background: #0F2027; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #2C5364, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.cardUsuarioFrecuente {
width: 640px;
margin-left: 2.2rem;
margin-top: 1rem;
margin-bottom: 1rem;
}
.cardRedireccionamiento {
width: 350px;
margin-left: 2.2rem;
margin-top: 1rem;
background-color:#006595;
height: 230px;
}
h1{
text-align: center;
color: white;
font-weight: 300;
}
h3{
text-align: center;
color: white;
font-weight: 500;
margin-top: 1rem;
}
h4{
text-align: center;
color: white;
font-weight: 500;
margin-top: 0.3rem;
font-size: 14px;
}
h5{
text-align: center;
color: rgb(214, 214, 214);
font-weight: 500;
}
p{
color:white;
text-align: center;
font-weight: 500;
}
.mat-toolbar-row, .mat-toolbar-single-row {
height: 40px;
}
.mat-toolbar-row, .mat-toolbar-single-row {
padding: 0px;
}
.mat-card-actions, .mat-card-subtitle, .mat-card-content {
margin-bottom: 10px;
} | 0.456168 | 0.07353 |
:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #78d5ef;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-5-1,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-1 {
margin-left: 8.33333%;
}
.offset-2 {
margin-left: 16.66667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.33333%;
}
.offset-5 {
margin-left: 41.66667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.33333%;
}
.offset-8 {
margin-left: 66.66667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.33333%;
}
.offset-11 {
margin-left: 91.66667%;
}
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-sm-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-sm-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-sm-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-sm-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-sm-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-sm-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-sm-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-sm-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-sm-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-sm-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-sm-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-sm-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-sm-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-sm-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-sm-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-sm-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-sm-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-sm-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-sm-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-sm-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-sm-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-sm-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.33333%;
}
.offset-sm-2 {
margin-left: 16.66667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.33333%;
}
.offset-sm-5 {
margin-left: 41.66667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.33333%;
}
.offset-sm-8 {
margin-left: 66.66667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.33333%;
}
.offset-sm-11 {
margin-left: 91.66667%;
}
}
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-md-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-md-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-md-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-md-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-md-5-1{
-webkit-box-flex: 0;
-ms-flex: 0 0 19.66667%;
flex: 0 0 19.66667%;
max-width: 19.66667%;
}
.col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-md-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-md-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-md-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-md-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-md-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-md-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-md-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-md-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-md-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-md-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-md-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-md-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-md-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-md-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-md-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-md-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-md-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-md-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.33333%;
}
.offset-md-2 {
margin-left: 16.66667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.33333%;
}
.offset-md-5 {
margin-left: 41.66667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.33333%;
}
.offset-md-8 {
margin-left: 66.66667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.33333%;
}
.offset-md-11 {
margin-left: 91.66667%;
}
}
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-lg-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-lg-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-lg-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-lg-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-lg-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-lg-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-lg-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-lg-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-lg-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-lg-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-lg-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-lg-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-lg-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-lg-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-lg-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-lg-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-lg-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-lg-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-lg-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.33333%;
}
.offset-lg-2 {
margin-left: 16.66667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.33333%;
}
.offset-lg-5 {
margin-left: 41.66667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.33333%;
}
.offset-lg-8 {
margin-left: 66.66667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.33333%;
}
.offset-lg-11 {
margin-left: 91.66667%;
}
}
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-xl-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-xl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-xl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-xl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-xl-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-xl-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-xl-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-xl-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-xl-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-xl-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-xl-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-xl-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-xl-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-xl-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-xl-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-xl-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-xl-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-xl-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.33333%;
}
.offset-xl-2 {
margin-left: 16.66667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.33333%;
}
.offset-xl-5 {
margin-left: 41.66667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.33333%;
}
.offset-xl-8 {
margin-left: 66.66667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.33333%;
}
.offset-xl-11 {
margin-left: 91.66667%;
}
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
background-color: transparent;
}
.table th,
.table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
}
.table tbody+tbody {
border-top: 2px solid #dee2e6;
}
.table .table {
background-color: #fff;
}
.table-sm th,
.table-sm td {
padding: 0.3rem;
}
.table-bordered {
border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary>th,
.table-primary>td {
background-color: #d9f3fb;
}
.table-hover .table-primary:hover {
background-color: #c2ecf9;
}
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
background-color: #c2ecf9;
}
.table-secondary,
.table-secondary>th,
.table-secondary>td {
background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
background-color: #c8cbcf;
}
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
background-color: #c8cbcf;
}
.table-success,
.table-success>th,
.table-success>td {
background-color: #c3e6cb;
}
.table-hover .table-success:hover {
background-color: #b1dfbb;
}
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
background-color: #b1dfbb;
}
.table-info,
.table-info>th,
.table-info>td {
background-color: #bee5eb;
}
.table-hover .table-info:hover {
background-color: #abdde5;
}
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
background-color: #abdde5;
}
.table-warning,
.table-warning>th,
.table-warning>td {
background-color: #ffeeba;
}
.table-hover .table-warning:hover {
background-color: #ffe8a1;
}
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
background-color: #ffe8a1;
}
.table-danger,
.table-danger>th,
.table-danger>td {
background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
background-color: #f1b0b7;
}
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
background-color: #f1b0b7;
}
.table-light,
.table-light>th,
.table-light>td {
background-color: #fdfdfe;
}
.table-hover .table-light:hover {
background-color: #ececf6;
}
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
background-color: #ececf6;
}
.table-dark,
.table-dark>th,
.table-dark>td {
background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
background-color: #b9bbbe;
}
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
background-color: #b9bbbe;
}
.table-active,
.table-active>th,
.table-active>td {
background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
color: #fff;
background-color: #212529;
border-color: #32383e;
}
.table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6;
}
.table-dark {
color: #fff;
background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
border-color: #32383e;
}
.table-dark.table-bordered {
border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
.table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-sm>.table-bordered {
border: 0;
}
}
@media (max-width: 767.98px) {
.table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-md>.table-bordered {
border: 0;
}
}
@media (max-width: 991.98px) {
.table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-lg>.table-bordered {
border: 0;
}
}
@media (max-width: 1199.98px) {
.table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-xl>.table-bordered {
border: 0;
}
}
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive>.table-bordered {
border: 0;
}
.form-control {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
.form-control {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
}
.form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #eaf8fd;
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.25);
box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.25);
}
.form-control::-webkit-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
background-color: #e9ecef;
opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
color: #495057;
background-color: #fff;
}
.form-control-file,
.form-control-range {
display: block;
width: 100%;
}
.col-form-label {
padding-top: calc(0.375rem + 1px);
padding-bottom: calc(0.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5;
}
.col-form-label-lg {
padding-top: calc(0.5rem + 1px);
padding-bottom: calc(0.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5;
}
.col-form-label-sm {
padding-top: calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px);
font-size: 0.875rem;
line-height: 1.5;
}
.form-control-plaintext {
display: block;
width: 100%;
padding-top: 0.375rem;
padding-bottom: 0.375rem;
margin-bottom: 0;
line-height: 1.5;
color: #212529;
background-color: transparent;
border: solid transparent;
border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.btn {
padding-right: 0;
padding-left: 0;
}
.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
select.form-control-sm:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]) {
height: calc(1.8125rem + 2px);
}
.ftco-counter {
padding: 5em 0;
}
.ftco-counter .text strong.number {
font-weight: 400;
font-size: 30px;
color: black;
}
.block-18 .text span {
display: block;
} | public/public/js/css/sayac.css | :root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #78d5ef;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-5-1,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-1 {
margin-left: 8.33333%;
}
.offset-2 {
margin-left: 16.66667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.33333%;
}
.offset-5 {
margin-left: 41.66667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.33333%;
}
.offset-8 {
margin-left: 66.66667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.33333%;
}
.offset-11 {
margin-left: 91.66667%;
}
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-sm-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-sm-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-sm-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-sm-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-sm-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-sm-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-sm-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-sm-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-sm-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-sm-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-sm-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-sm-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-sm-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-sm-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-sm-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-sm-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-sm-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-sm-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-sm-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-sm-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-sm-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-sm-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.33333%;
}
.offset-sm-2 {
margin-left: 16.66667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.33333%;
}
.offset-sm-5 {
margin-left: 41.66667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.33333%;
}
.offset-sm-8 {
margin-left: 66.66667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.33333%;
}
.offset-sm-11 {
margin-left: 91.66667%;
}
}
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-md-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-md-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-md-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-md-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-md-5-1{
-webkit-box-flex: 0;
-ms-flex: 0 0 19.66667%;
flex: 0 0 19.66667%;
max-width: 19.66667%;
}
.col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-md-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-md-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-md-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-md-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-md-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-md-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-md-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-md-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-md-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-md-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-md-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-md-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-md-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-md-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-md-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-md-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-md-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-md-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.33333%;
}
.offset-md-2 {
margin-left: 16.66667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.33333%;
}
.offset-md-5 {
margin-left: 41.66667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.33333%;
}
.offset-md-8 {
margin-left: 66.66667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.33333%;
}
.offset-md-11 {
margin-left: 91.66667%;
}
}
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-lg-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-lg-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-lg-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-lg-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-lg-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-lg-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-lg-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-lg-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-lg-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-lg-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-lg-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-lg-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-lg-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-lg-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-lg-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-lg-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-lg-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-lg-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-lg-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.33333%;
}
.offset-lg-2 {
margin-left: 16.66667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.33333%;
}
.offset-lg-5 {
margin-left: 41.66667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.33333%;
}
.offset-lg-8 {
margin-left: 66.66667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.33333%;
}
.offset-lg-11 {
margin-left: 91.66667%;
}
}
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-xl-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-xl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-xl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-xl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-xl-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-xl-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-xl-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-xl-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-xl-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-xl-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-xl-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-xl-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-xl-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-xl-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-xl-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-xl-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-xl-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-xl-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.33333%;
}
.offset-xl-2 {
margin-left: 16.66667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.33333%;
}
.offset-xl-5 {
margin-left: 41.66667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.33333%;
}
.offset-xl-8 {
margin-left: 66.66667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.33333%;
}
.offset-xl-11 {
margin-left: 91.66667%;
}
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
background-color: transparent;
}
.table th,
.table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
}
.table tbody+tbody {
border-top: 2px solid #dee2e6;
}
.table .table {
background-color: #fff;
}
.table-sm th,
.table-sm td {
padding: 0.3rem;
}
.table-bordered {
border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary>th,
.table-primary>td {
background-color: #d9f3fb;
}
.table-hover .table-primary:hover {
background-color: #c2ecf9;
}
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
background-color: #c2ecf9;
}
.table-secondary,
.table-secondary>th,
.table-secondary>td {
background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
background-color: #c8cbcf;
}
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
background-color: #c8cbcf;
}
.table-success,
.table-success>th,
.table-success>td {
background-color: #c3e6cb;
}
.table-hover .table-success:hover {
background-color: #b1dfbb;
}
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
background-color: #b1dfbb;
}
.table-info,
.table-info>th,
.table-info>td {
background-color: #bee5eb;
}
.table-hover .table-info:hover {
background-color: #abdde5;
}
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
background-color: #abdde5;
}
.table-warning,
.table-warning>th,
.table-warning>td {
background-color: #ffeeba;
}
.table-hover .table-warning:hover {
background-color: #ffe8a1;
}
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
background-color: #ffe8a1;
}
.table-danger,
.table-danger>th,
.table-danger>td {
background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
background-color: #f1b0b7;
}
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
background-color: #f1b0b7;
}
.table-light,
.table-light>th,
.table-light>td {
background-color: #fdfdfe;
}
.table-hover .table-light:hover {
background-color: #ececf6;
}
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
background-color: #ececf6;
}
.table-dark,
.table-dark>th,
.table-dark>td {
background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
background-color: #b9bbbe;
}
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
background-color: #b9bbbe;
}
.table-active,
.table-active>th,
.table-active>td {
background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
color: #fff;
background-color: #212529;
border-color: #32383e;
}
.table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6;
}
.table-dark {
color: #fff;
background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
border-color: #32383e;
}
.table-dark.table-bordered {
border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
.table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-sm>.table-bordered {
border: 0;
}
}
@media (max-width: 767.98px) {
.table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-md>.table-bordered {
border: 0;
}
}
@media (max-width: 991.98px) {
.table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-lg>.table-bordered {
border: 0;
}
}
@media (max-width: 1199.98px) {
.table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-xl>.table-bordered {
border: 0;
}
}
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive>.table-bordered {
border: 0;
}
.form-control {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
.form-control {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
}
.form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #eaf8fd;
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.25);
box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.25);
}
.form-control::-webkit-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
background-color: #e9ecef;
opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
color: #495057;
background-color: #fff;
}
.form-control-file,
.form-control-range {
display: block;
width: 100%;
}
.col-form-label {
padding-top: calc(0.375rem + 1px);
padding-bottom: calc(0.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5;
}
.col-form-label-lg {
padding-top: calc(0.5rem + 1px);
padding-bottom: calc(0.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5;
}
.col-form-label-sm {
padding-top: calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px);
font-size: 0.875rem;
line-height: 1.5;
}
.form-control-plaintext {
display: block;
width: 100%;
padding-top: 0.375rem;
padding-bottom: 0.375rem;
margin-bottom: 0;
line-height: 1.5;
color: #212529;
background-color: transparent;
border: solid transparent;
border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.btn {
padding-right: 0;
padding-left: 0;
}
.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
select.form-control-sm:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]) {
height: calc(1.8125rem + 2px);
}
.ftco-counter {
padding: 5em 0;
}
.ftco-counter .text strong.number {
font-weight: 400;
font-size: 30px;
color: black;
}
.block-18 .text span {
display: block;
} | 0.469763 | 0.116261 |
@media (max-width:584px)
{
.content{
margin-left: 60px;
margin-right: 60px;
}
}
.content{
margin-left: 0px;
margin-right: 0px;
}
.table-fill {
background: white;
border-radius:3px;
border-collapse: collapse;
height: 320px;
margin: auto;
max-width: 600px;
padding:5px;
width: 100%;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
animation: float 5s infinite;
}
th {
color:#D5DDE5;;
background:#1b1e24;
border-bottom:4px solid #9ea7af;
border-right: 1px solid #343a45;
font-size:23px;
font-weight: 100;
padding:24px;
text-align:left;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
vertical-align:middle;
}
th:first-child {
border-top-left-radius:3px;
}
th:last-child {
border-top-right-radius:3px;
border-right:none;
}
tr {
border-top: 1px solid #C1C3D1;
border-bottom-: 1px solid #C1C3D1;
color:#666B85;
font-size:16px;
font-weight:normal;
text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
tr:hover td {
background:#4E5066;
color:#FFFFFF;
border-top: 1px solid #22262e;
}
tr:first-child {
border-top:none;
}
tr:last-child {
border-bottom:none;
}
tr:nth-child(odd) td {
background:#EBEBEB;
}
tr:nth-child(odd):hover td {
background:#4E5066;
}
tr:last-child td:first-child {
border-bottom-left-radius:3px;
}
tr:last-child td:last-child {
border-bottom-right-radius:3px;
}
td {
background:#FFFFFF;
padding:20px;
text-align:left;
vertical-align:middle;
font-weight:300;
font-size:18px;
text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
border-right: 1px solid #C1C3D1;
}
td:last-child {
border-right: 0px;
}
th.text-left {
text-align: left;
}
th.text-center {
text-align: center;
}
th.text-right {
text-align: right;
}
td.text-left {
text-align: left;
}
td.text-center {
text-align: center;
}
td.text-right {
text-align: right;
}
.table-title{
text-align: center;
}
.action{width: 40px;}
a.delete{color:red;}
a.edit{color:blue;}
a.voir{color:white;}
td.text-left{text-align: center;}
th.text-left{text-align: center;}
.card-box {
padding: 20px;
border-radius: 3px;
margin-bottom: 30px;
background-color: #fff;
}
.social-links li a {
border-radius: 50%;
color: rgba(121, 121, 121, .8);
display: inline-block;
height: 30px;
line-height: 27px;
border: 2px solid rgba(121, 121, 121, .5);
text-align: center;
width: 30px
}
.social-links li a:hover {
color: #797979;
border: 2px solid #797979
}
.thumb-lg {
height: 88px;
width: 88px;
}
.img-thumbnail {
padding: .25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: .25rem;
max-width: 100%;
height: auto;
}
.text-pink {
color: #ff679b!important;
}
.btn-rounded {
border-radius: 2em;
}
.text-muted {
color: #98a6ad!important;
}
h4 {
line-height: 22px;
font-size: 18px;
}
.col-lg-4 .row{justify-content: center;} | WebContent/css/affichage.css | @media (max-width:584px)
{
.content{
margin-left: 60px;
margin-right: 60px;
}
}
.content{
margin-left: 0px;
margin-right: 0px;
}
.table-fill {
background: white;
border-radius:3px;
border-collapse: collapse;
height: 320px;
margin: auto;
max-width: 600px;
padding:5px;
width: 100%;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
animation: float 5s infinite;
}
th {
color:#D5DDE5;;
background:#1b1e24;
border-bottom:4px solid #9ea7af;
border-right: 1px solid #343a45;
font-size:23px;
font-weight: 100;
padding:24px;
text-align:left;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
vertical-align:middle;
}
th:first-child {
border-top-left-radius:3px;
}
th:last-child {
border-top-right-radius:3px;
border-right:none;
}
tr {
border-top: 1px solid #C1C3D1;
border-bottom-: 1px solid #C1C3D1;
color:#666B85;
font-size:16px;
font-weight:normal;
text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
tr:hover td {
background:#4E5066;
color:#FFFFFF;
border-top: 1px solid #22262e;
}
tr:first-child {
border-top:none;
}
tr:last-child {
border-bottom:none;
}
tr:nth-child(odd) td {
background:#EBEBEB;
}
tr:nth-child(odd):hover td {
background:#4E5066;
}
tr:last-child td:first-child {
border-bottom-left-radius:3px;
}
tr:last-child td:last-child {
border-bottom-right-radius:3px;
}
td {
background:#FFFFFF;
padding:20px;
text-align:left;
vertical-align:middle;
font-weight:300;
font-size:18px;
text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
border-right: 1px solid #C1C3D1;
}
td:last-child {
border-right: 0px;
}
th.text-left {
text-align: left;
}
th.text-center {
text-align: center;
}
th.text-right {
text-align: right;
}
td.text-left {
text-align: left;
}
td.text-center {
text-align: center;
}
td.text-right {
text-align: right;
}
.table-title{
text-align: center;
}
.action{width: 40px;}
a.delete{color:red;}
a.edit{color:blue;}
a.voir{color:white;}
td.text-left{text-align: center;}
th.text-left{text-align: center;}
.card-box {
padding: 20px;
border-radius: 3px;
margin-bottom: 30px;
background-color: #fff;
}
.social-links li a {
border-radius: 50%;
color: rgba(121, 121, 121, .8);
display: inline-block;
height: 30px;
line-height: 27px;
border: 2px solid rgba(121, 121, 121, .5);
text-align: center;
width: 30px
}
.social-links li a:hover {
color: #797979;
border: 2px solid #797979
}
.thumb-lg {
height: 88px;
width: 88px;
}
.img-thumbnail {
padding: .25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: .25rem;
max-width: 100%;
height: auto;
}
.text-pink {
color: #ff679b!important;
}
.btn-rounded {
border-radius: 2em;
}
.text-muted {
color: #98a6ad!important;
}
h4 {
line-height: 22px;
font-size: 18px;
}
.col-lg-4 .row{justify-content: center;} | 0.475605 | 0.103295 |
:host([hidden]) {
display: none;
}
:host([scale=xs]) {
font-size: 10px;
--calcite-chip-spacing-unit-l: 8px;
--calcite-chip-spacing-unit-s: 4px;
}
:host([scale=s]) {
font-size: 12px;
--calcite-chip-spacing-unit-l: 12px;
--calcite-chip-spacing-unit-s: 8px;
}
:host([scale=m]) {
font-size: 14px;
--calcite-chip-spacing-unit-l: 16px;
--calcite-chip-spacing-unit-s: 12px;
}
:host([scale=l]) {
font-size: 16px;
--calcite-chip-spacing-unit-l: 20px;
--calcite-chip-spacing-unit-s: 16px;
}
:host([scale=xl]) {
font-size: 18px;
--calcite-chip-spacing-unit-l: 24px;
--calcite-chip-spacing-unit-s: 20px;
}
:host {
--calcite-chip-button-border-radius: 0 50px 50px 0;
display: inline-flex;
align-items: center;
justify-self: center;
background-color: var(--calcite-ui-background);
border-radius: 50px;
color: var(--calcite-ui-text-1);
font-weight: 500;
}
:host button {
outline-offset: 0;
outline-color: transparent;
transition: outline-offset 100ms ease-in-out, outline-color 100ms ease-in-out;
}
:host button:focus {
outline: 2px solid var(--calcite-ui-blue-1);
outline-offset: -2px;
}
:host([dir=rtl]) {
--calcite-chip-button-border-radius: 50px 0 0 50px;
text-align: right;
}
:host span {
padding: var(--calcite-chip-spacing-unit-s) var(--calcite-chip-spacing-unit-s) var(--calcite-chip-spacing-unit-s) var(--calcite-chip-spacing-unit-l);
}
:host([dir=rtl]) span {
padding: var(--calcite-chip-spacing-unit-s) var(--calcite-chip-spacing-unit-l) var(--calcite-chip-spacing-unit-s) var(--calcite-chip-spacing-unit-s);
}
:host button {
display: inline-flex;
align-self: stretch;
-webkit-appearance: none;
background-color: transparent;
margin: 0;
padding: 0;
border-radius: var(--calcite-chip-button-border-radius);
border: none;
transition: 150ms ease-in-out;
padding: var(--calcite-chip-spacing-unit-s);
cursor: pointer;
color: var(--calcite-ui-text-1);
}
:host button:hover, :host button:focus {
background-color: var(--calcite-ui-foreground-2);
border-color: var(--calcite-ui-foreground-2);
}
:host button:active {
background-color: var(--calcite-ui-foreground-3);
}
:host slot[name=chip-image] {
display: inline-flex;
}
:host slot[name=chip-image]::slotted(*) {
border-radius: 50%;
height: 100%;
}
.calcite-chip--icon {
display: inline-flex;
margin: 0 0 0 var(--calcite-chip-spacing-unit-l);
transition: 150ms ease-in-out;
border-radius: var(--calcite-chip-button-border-radius);
cursor: pointer;
}
:host([dir=rtl]) .calcite-chip--icon {
margin: 0 var(--calcite-chip-spacing-unit-l) 0 0;
} | app/@esri/calcite-components/dist/collection/components/calcite-chip/calcite-chip.css | :host([hidden]) {
display: none;
}
:host([scale=xs]) {
font-size: 10px;
--calcite-chip-spacing-unit-l: 8px;
--calcite-chip-spacing-unit-s: 4px;
}
:host([scale=s]) {
font-size: 12px;
--calcite-chip-spacing-unit-l: 12px;
--calcite-chip-spacing-unit-s: 8px;
}
:host([scale=m]) {
font-size: 14px;
--calcite-chip-spacing-unit-l: 16px;
--calcite-chip-spacing-unit-s: 12px;
}
:host([scale=l]) {
font-size: 16px;
--calcite-chip-spacing-unit-l: 20px;
--calcite-chip-spacing-unit-s: 16px;
}
:host([scale=xl]) {
font-size: 18px;
--calcite-chip-spacing-unit-l: 24px;
--calcite-chip-spacing-unit-s: 20px;
}
:host {
--calcite-chip-button-border-radius: 0 50px 50px 0;
display: inline-flex;
align-items: center;
justify-self: center;
background-color: var(--calcite-ui-background);
border-radius: 50px;
color: var(--calcite-ui-text-1);
font-weight: 500;
}
:host button {
outline-offset: 0;
outline-color: transparent;
transition: outline-offset 100ms ease-in-out, outline-color 100ms ease-in-out;
}
:host button:focus {
outline: 2px solid var(--calcite-ui-blue-1);
outline-offset: -2px;
}
:host([dir=rtl]) {
--calcite-chip-button-border-radius: 50px 0 0 50px;
text-align: right;
}
:host span {
padding: var(--calcite-chip-spacing-unit-s) var(--calcite-chip-spacing-unit-s) var(--calcite-chip-spacing-unit-s) var(--calcite-chip-spacing-unit-l);
}
:host([dir=rtl]) span {
padding: var(--calcite-chip-spacing-unit-s) var(--calcite-chip-spacing-unit-l) var(--calcite-chip-spacing-unit-s) var(--calcite-chip-spacing-unit-s);
}
:host button {
display: inline-flex;
align-self: stretch;
-webkit-appearance: none;
background-color: transparent;
margin: 0;
padding: 0;
border-radius: var(--calcite-chip-button-border-radius);
border: none;
transition: 150ms ease-in-out;
padding: var(--calcite-chip-spacing-unit-s);
cursor: pointer;
color: var(--calcite-ui-text-1);
}
:host button:hover, :host button:focus {
background-color: var(--calcite-ui-foreground-2);
border-color: var(--calcite-ui-foreground-2);
}
:host button:active {
background-color: var(--calcite-ui-foreground-3);
}
:host slot[name=chip-image] {
display: inline-flex;
}
:host slot[name=chip-image]::slotted(*) {
border-radius: 50%;
height: 100%;
}
.calcite-chip--icon {
display: inline-flex;
margin: 0 0 0 var(--calcite-chip-spacing-unit-l);
transition: 150ms ease-in-out;
border-radius: var(--calcite-chip-button-border-radius);
cursor: pointer;
}
:host([dir=rtl]) .calcite-chip--icon {
margin: 0 var(--calcite-chip-spacing-unit-l) 0 0;
} | 0.5083 | 0.097176 |
body{
box-sizing: border-box;
margin: 0%;
}
main{
width: 100%;
height: 100%;
background-image: url("./img/backgraund.jpeg");
background-repeat: no-repeat;
background-size: cover;
position: absolute;
display: flex;
flex-direction:column;
justify-content: center;
align-items: center;
}
/* Layout Teil */
.formpart{
width: 25%;
height: 90%h;
position: relative;
background-color: rgba(250, 250, 250, 0.979);
display: flex;
flex-direction:column;
justify-content: center;
}
/* Id apart */
#form-photo{
width: 25vw;
height: 25vh;
}
#personal-info{
width: 20vw;
height: 30vh;
text-align: center;
margin: auto;
border-radius: 3%;
background-color: white;
box-shadow: 5px 5px 8px #888888;
position: relative;
margin-top: -80px;
}
#profil-photo{
width:5vw;
height: 10vh;
border-radius: 50%;
position: relative;
margin-top: -40px;
}
#firstName{
font-size: 25px;
font-style: bold;
font-family: Georgia, 'Times New Roman', Times, serif;
color: rgb(11, 12, 12);
}
/* Class Part */
.accaunt-settings{
width: 20vw;
height: 30vh;
margin:auto;
border-radius: 3%;
background-color: white;
box-shadow: 5px 5px 8px #888888;
position: relative;
display: flex;
flex-direction:column;
justify-content: space-around;
}
.iconbottom{
width: 20px;
height: 20px;
margin-top: 10px;
}
.icon{
width: 30px;
height: 30px;
}
.Privecy-settings{
width: 25vw;
height: 5vh;
display: flex; justify-content:space-around;
box-shadow: 5px 5px 8px #888888;
}
.accaunt{
font-size:15px ;
color-adjust: grey;
align-items: center;
position: relative;
}
.liddle-title{
font-size: 13px;
color: rgb(11, 12, 12);
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
margin-left: 35px;
}
.samefont{
font-size: 10px;
color: rgb(11, 12, 12);
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
line-height: 20px;
}
span > a{
margin:20px ;
margin-top: 20px;
}
nav > a{
margin-right: 8px;
} | 02_CSS 3/04_Week/Flexbox ile Design/styl1.css | body{
box-sizing: border-box;
margin: 0%;
}
main{
width: 100%;
height: 100%;
background-image: url("./img/backgraund.jpeg");
background-repeat: no-repeat;
background-size: cover;
position: absolute;
display: flex;
flex-direction:column;
justify-content: center;
align-items: center;
}
/* Layout Teil */
.formpart{
width: 25%;
height: 90%h;
position: relative;
background-color: rgba(250, 250, 250, 0.979);
display: flex;
flex-direction:column;
justify-content: center;
}
/* Id apart */
#form-photo{
width: 25vw;
height: 25vh;
}
#personal-info{
width: 20vw;
height: 30vh;
text-align: center;
margin: auto;
border-radius: 3%;
background-color: white;
box-shadow: 5px 5px 8px #888888;
position: relative;
margin-top: -80px;
}
#profil-photo{
width:5vw;
height: 10vh;
border-radius: 50%;
position: relative;
margin-top: -40px;
}
#firstName{
font-size: 25px;
font-style: bold;
font-family: Georgia, 'Times New Roman', Times, serif;
color: rgb(11, 12, 12);
}
/* Class Part */
.accaunt-settings{
width: 20vw;
height: 30vh;
margin:auto;
border-radius: 3%;
background-color: white;
box-shadow: 5px 5px 8px #888888;
position: relative;
display: flex;
flex-direction:column;
justify-content: space-around;
}
.iconbottom{
width: 20px;
height: 20px;
margin-top: 10px;
}
.icon{
width: 30px;
height: 30px;
}
.Privecy-settings{
width: 25vw;
height: 5vh;
display: flex; justify-content:space-around;
box-shadow: 5px 5px 8px #888888;
}
.accaunt{
font-size:15px ;
color-adjust: grey;
align-items: center;
position: relative;
}
.liddle-title{
font-size: 13px;
color: rgb(11, 12, 12);
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
margin-left: 35px;
}
.samefont{
font-size: 10px;
color: rgb(11, 12, 12);
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
line-height: 20px;
}
span > a{
margin:20px ;
margin-top: 20px;
}
nav > a{
margin-right: 8px;
} | 0.505371 | 0.059866 |
@import url(https://fonts.googleapis.com/css?family=Exo:100,200,400);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:700,400,300);
body {
margin: 0;
padding: 0;
background: #fff;
color: #fff;
font-family: Arial;
font-size: 12px;
}
.body {
position: absolute;
width: 100%;
height: 100%;
background-image: url(../images/login_back.jpg);
background-size: cover;
z-index: 0;
}
.header {
position: absolute;
top: calc(50% - 35px);
left: calc(50% - 255px);
z-index: 2;
}
.header div {
float: left;
color: #fff;
font-family: 'Exo', sans-serif;
font-size: 35px;
font-weight: 200;
}
.header div span {
color: #5379fa !important;
}
.forgotPassword {
position: absolute;
top: calc(50% - 75px);
left: calc(50% - 50px);
height: 150px;
width: 350px;
padding: 10px;
z-index: 2;
}
.forgotPassword input[type=text] {
width: 250px;
height: 30px;
background: transparent;
border: 1px solid rgba(255, 255, 255, 0.6);
border-radius: 2px;
color: #fff;
font-family: 'Exo', sans-serif;
font-size: 16px;
font-weight: 400;
padding: 4px;
}
.forgotPassword input[type=password] {
width: 250px;
height: 30px;
background: transparent;
border: 1px solid rgba(255, 255, 255, 0.6);
border-radius: 2px;
color: #fff;
font-family: 'Exo', sans-serif;
font-size: 16px;
font-weight: 400;
padding: 4px;
margin-top: 10px;
}
.forgotPassword input[type=button] {
width: 260px;
height: 35px;
background: #fff;
border: 1px solid #fff;
cursor: pointer;
border-radius: 2px;
color: #a18d6c;
font-family: 'Exo', sans-serif;
font-size: 16px;
font-weight: 400;
padding: 6px;
margin-top: 10px;
}
.forgotPassword input[type=button]:hover {
opacity: 0.8;
}
.forgotPassword input[type=button]:active {
opacity: 0.6;
}
.forgotPassword input[type=text]:focus {
outline: none;
border: 1px solid rgba(255, 255, 255, 0.9);
}
.forgotPassword input[type=password]:focus {
outline: none;
border: 1px solid rgba(255, 255, 255, 0.9);
}
.forgotPassword input[type=button]:focus {
outline: none;
}
::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.6);
}
::-moz-input-placeholder {
color: rgba(255, 255, 255, 0.6);
}
.button {
width: 260px;
height: 35px;
background: #fff;
border: 1px solid #fff;
cursor: pointer;
border-radius: 2px;
color: #a18d6c;
font-family: 'Exo', sans-serif;
font-size: 16px;
font-weight: 400;
padding: 6px;
margin-top: 10px;
} | public/css/forgetPassword.css | @import url(https://fonts.googleapis.com/css?family=Exo:100,200,400);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:700,400,300);
body {
margin: 0;
padding: 0;
background: #fff;
color: #fff;
font-family: Arial;
font-size: 12px;
}
.body {
position: absolute;
width: 100%;
height: 100%;
background-image: url(../images/login_back.jpg);
background-size: cover;
z-index: 0;
}
.header {
position: absolute;
top: calc(50% - 35px);
left: calc(50% - 255px);
z-index: 2;
}
.header div {
float: left;
color: #fff;
font-family: 'Exo', sans-serif;
font-size: 35px;
font-weight: 200;
}
.header div span {
color: #5379fa !important;
}
.forgotPassword {
position: absolute;
top: calc(50% - 75px);
left: calc(50% - 50px);
height: 150px;
width: 350px;
padding: 10px;
z-index: 2;
}
.forgotPassword input[type=text] {
width: 250px;
height: 30px;
background: transparent;
border: 1px solid rgba(255, 255, 255, 0.6);
border-radius: 2px;
color: #fff;
font-family: 'Exo', sans-serif;
font-size: 16px;
font-weight: 400;
padding: 4px;
}
.forgotPassword input[type=password] {
width: 250px;
height: 30px;
background: transparent;
border: 1px solid rgba(255, 255, 255, 0.6);
border-radius: 2px;
color: #fff;
font-family: 'Exo', sans-serif;
font-size: 16px;
font-weight: 400;
padding: 4px;
margin-top: 10px;
}
.forgotPassword input[type=button] {
width: 260px;
height: 35px;
background: #fff;
border: 1px solid #fff;
cursor: pointer;
border-radius: 2px;
color: #a18d6c;
font-family: 'Exo', sans-serif;
font-size: 16px;
font-weight: 400;
padding: 6px;
margin-top: 10px;
}
.forgotPassword input[type=button]:hover {
opacity: 0.8;
}
.forgotPassword input[type=button]:active {
opacity: 0.6;
}
.forgotPassword input[type=text]:focus {
outline: none;
border: 1px solid rgba(255, 255, 255, 0.9);
}
.forgotPassword input[type=password]:focus {
outline: none;
border: 1px solid rgba(255, 255, 255, 0.9);
}
.forgotPassword input[type=button]:focus {
outline: none;
}
::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.6);
}
::-moz-input-placeholder {
color: rgba(255, 255, 255, 0.6);
}
.button {
width: 260px;
height: 35px;
background: #fff;
border: 1px solid #fff;
cursor: pointer;
border-radius: 2px;
color: #a18d6c;
font-family: 'Exo', sans-serif;
font-size: 16px;
font-weight: 400;
padding: 6px;
margin-top: 10px;
} | 0.401219 | 0.134009 |
.input-group-text {
justify-content: center;
width:100px;
}
.item {
border-radius:5px
}
.table {
margin-left:auto;
margin-right:auto;
width: 650px;
}
.thead {
text-align: center;
background-color: #88CCDC;
color: #fff;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-size: 1.1rem;
font-weight: bold;
line-height: 1.5;
}
.row {
margin-left:300;
margin-right:300;
}
.buttons {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
margin-left:400px;
margin-right:400px;
}
/* Customize the label (the container) */
.container {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
margin-top: 6px;
cursor: pointer;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* Hide the browser's default checkbox */
.container input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
/* Create a custom checkbox */
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 23px;
width: 23px;
background-color: #eee;
margin-left: 5px;
}
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
background-color: #17a2b8;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}
/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
display: block;
}
/* Style the checkmark/indicator */
.container .checkmark:after {
left: 9px;
top: 5px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.container input:checked~.checkmark {
text-decoration: line-through
} | css/style.css | .input-group-text {
justify-content: center;
width:100px;
}
.item {
border-radius:5px
}
.table {
margin-left:auto;
margin-right:auto;
width: 650px;
}
.thead {
text-align: center;
background-color: #88CCDC;
color: #fff;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-size: 1.1rem;
font-weight: bold;
line-height: 1.5;
}
.row {
margin-left:300;
margin-right:300;
}
.buttons {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
margin-left:400px;
margin-right:400px;
}
/* Customize the label (the container) */
.container {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
margin-top: 6px;
cursor: pointer;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* Hide the browser's default checkbox */
.container input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
/* Create a custom checkbox */
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 23px;
width: 23px;
background-color: #eee;
margin-left: 5px;
}
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
background-color: #17a2b8;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}
/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
display: block;
}
/* Style the checkmark/indicator */
.container .checkmark:after {
left: 9px;
top: 5px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.container input:checked~.checkmark {
text-decoration: line-through
} | 0.335786 | 0.07072 |
.metroBig { font-size:36px; line-height:36px; }
.live-tile, .list-tile
{
color:#fff;
float:left;
height: 180px;
margin:15px;
overflow:hidden;
position:relative;
width: 180px;
}
.live-tile.two-wide, .list-tile.two-wide { width:390px; }
.live-tile.two-tall, .list-tile.two-tall { height:390px; }
.live-tile img, .list-tile img { border:none; }
.live-tile.me>.slide-back>a.metroBig { position:absolute; left:0; bottom:0; padding: 0 0 12px 12px; text-decoration:none; }
.live-tile a:link, .live-tile a:visited { color:#fff; text-decoration:underline; }
.live-tile a:hover { color:#fff; text-decoration:none; }
.live-tile p { font-size:13px; line-height: 16px; padding:10px; }
.live-tile .tile-title, .list-tile .tile-title { position:absolute; bottom:0px; font-size:12px; left:0px; width:100%; padding:0 0 6px 6px; z-index:30; }
.live-tile a.tile-title, .list-tile a.tile-title { text-decoration:none; }
.live-tile.me>.metroBig { padding-top:45px; }
.live-tile,.live-tile>div,.list-tile>div
{ /* ensure elements on backside don't continue to take focus */
backface-visibility:hidden;
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
}
.live-tile>div,.list-tile>div
{
top:0px;
left:0px;
margin:0px;
height:100%;
width:100%;
position:absolute;
z-index:20;
}
.list-tile>div
{
position:relative;
}
img.full , a.full
{
display:block;
margin:0px;
height:100%;
width:100%;
}
.list-tile>div { background-color:transparent; }
.live-tile>.back, .live-tile>.slide-back,.live-tile>.flip-back, .flip-list .flip-back
{
position:absolute;
z-index:10;
}
/* ========== flip-list Styles ==========
.flip-list
---li
------div.flip-front
------div.flip-back
*/
.flip-list
{
padding:0px;
margin:0px;
}
.list-tile .flip-list
{
height:100%;
width:100%;
}
.flip-list>li>a
{
border:none;
outline:none;
text-decoration:none;
margin:0px;
padding:0px;
height:100%;
width:100%;
}
.flip-list img
{
border:none;
outline:none;
height:100%;
margin:0px;
padding:0px;
width:100%;
}
.flip-list>li
{
height: 60px;
float: left;
list-style-type:none;
margin: 0px;
outline:none;
padding: 0px;
position: relative;
width: 60px;
}
.flip-list>li>div
{
border:none;
background: white;
height: 100%;
left: 0px;
margin:0px;
overflow: hidden;
position: absolute;
padding:0px;
top: 0px;
width: 100%;
z-index:20;
}
.flip-list>li>div.flip-back
{
height:0px;
}
/***** Theme Definitions *****/
.light { background-color:#fff; color:#000; }
.dark { background-color:#000; color:#fff; }
.light.accent { background-color:#fff; }
.dark.accent { background-color:#000; }
.light .appbar { background-color:#dfdfdf; }
.dark .appbar { background-color:#212021; }
/*live tile accent colors */
.amber .accent, .amber .live-tile .accent,
.amber .live-tile>div, .amber .list-tile>div,
.amber .live-tile>div.slide-back, .amber .flip-list>li>div { background-color:rgb(241, 163, 11); }
.amber .accentColor,.amber.accentColor { color:rgb(241, 163, 11); }
.amber .accentHover:hover,.amber .accentHover a:hover,
.accentHover .amber a:hover, .amber.accentHover a:hover { color:rgb(241, 163, 11); }
.amber .accentBorder,.amber.accentBorder { border-color:rgb(241, 163, 11); }
.amber .accentVisited:visited,.amber .accentVisited a:visited { color:rgb(241, 163, 11); }
.amber.accentLink,.amber.accentLink:link,.amber.accentLink:hover,.amber.accentLink:visited,
.amber.accentVisited:visited,.amber.accentHover:hover,
.amber .accentLink,.amber .accentLink:link,.amber .accentLink:hover,.amber .accentLink:visited { color:rgb(241, 163, 11); }
.blue .accent, .blue .live-tile .accent,
.blue .live-tile>div, .blue .list-tile>div,
.blue .live-tile>div.slide-back, .blue .flip-list>li>div { background-color:rgb(27,161,226); }
.blue .accentBorder,.blue.accentBorder { border-color:rgb(27,161,226); }
.blue .accentColor,.blue.accentColor { color:rgb(27,161,226); }
.blue .accentHover:hover,.accentHover .blue a:hover,
.blue .accentHover a:hover, .blue.accentHover a:hover { color:rgb(27,161,226); }
.blue .accentVisited:visited,.blue .accentVisited a:visited { color:rgb(27,161,226); }
.blue.accentLink,.blue.accentLink:link,.blue.accentLink:hover,.blue.accentLink:visited,
.blue.accentVisited:visited,.blue.accentHover:hover,
.blue .accentLink,.blue .accentLink:link,.blue .accentLink:hover,.blue .accentLink:visited { color:rgb(27,161,226); }
.brown .accent, .brown .live-tile .accent,
.brown .live-tile>div, .brown .list-tile>div,
.brown .live-tile>div.slide-back, .brown .flip-list>li>div { background-color:rgb(160, 80, 0); }
.brown .accentBorder,.brown.accentBorder { border-color:rgb(160,80,0); }
.brown .accentColor,.brown.accentColor { color:rgb(160,80,0); }
.brown .accentHover:hover,.brown .accentHover a:hover,.brown.accentHover a:hover { color:rgb(160,80,0); }
.brown .accentVisited:visited,.brown .accentVisited a:visited { color:rgb(160,80,0); }
.brown.accentLink,.brown.accentLink:link,.brown.accentLink:hover,.brown.accentLink:visited,
.brown.accentVisited:visited,.brown.accentHover:hover,.accentHover .brown a:hover,
.brown .accentLink,.brown .accentLink:link,.brown .accentLink:hover,.brown .accentLink:visited { color:rgb(160,80,0); }
.cobalt .accent, .cobalt .live-tile .accent,
.cobalt .live-tile>div, .cobalt .list-tile>div,
.cobalt .live-tile>div.slide-back, .cobalt .flip-list>li>div { background-color:rgb(0, 80, 239); }
.cobalt .accentBorder,.cobalt.accentBorder { border-color:rgb(0, 80, 239); }
.cobalt .accentColor,.cobalt.accentColor { color:rgb(0, 80, 239); }
.cobalt .accentHover:hover,.cobalt .accentHover a:hover,.cobalt.accentHover a:hover { color:rgb(0, 80, 239); }
.cobalt .accentVisited:visited,.cobalt .accentVisited a:visited { color:rgb(0, 80, 239); }
.cobalt.accentLink,.cobalt.accentLink:link,.cobalt.accentLink:hover,.cobalt.accentLink:visited,
.cobalt.accentVisited:visited,.cobalt.accentHover:hover,.accentHover .cobalt a:hover,
.cobalt .accentLink,.cobalt .accentLink:link,.cobalt .accentLink:hover,.cobalt .accentLink:visited { color:rgb(0, 80, 239); }
.crimson .accent, .crimson .live-tile .accent,
.crimson .live-tile>div, .crimson .list-tile>div,
.crimson .live-tile>div.slide-back, .crimson .flip-list>li>div { background-color:rgb(162, 0, 37); }
.crimson .accentBorder,.crimson.accentBorder { border-color:rgb(162, 0, 37); }
.crimson .accentColor,.crimson.accentColor { color:rgb(162, 0, 37); }
.crimson .accentHover:hover,.crimson .accentHover a:hover,.crimson.accentHover a:hover { color:rgb(162, 0, 37); }
.crimson .accentVisited:visited,.crimson .accentVisited a:visited { color:rgb(162, 0, 37); }
.crimson.accentLink,.crimson.accentLink:link,.crimson.accentLink:hover,.crimson.accentLink:visited,
.crimson.accentVisited:visited,.crimson.accentHover:hover, .accentHover .crimson a:hover,
.crimson .accentLink,.crimson .accentLink:link,.crimson .accentLink:hover,.crimson .accentLink:visited { color:rgb(162, 0, 37); }
.cyan .accent, .cyan .live-tile .accent,
.cyan .live-tile>div, .cyan .list-tile>div,
.cyan .live-tile>div.slide-back, .cyan .flip-list>li>div { background-color:rgb(27, 160, 225); }
.cyan .accentBorder,.cyan.accentBorder { border-color:rgb(27, 160, 225); }
.cyan .accentColor,.cyan.accentColor { color:rgb(27, 160, 225); }
.cyan .accentHover:hover,.cyan .accentHover a:hover,.cyan.accentHover a:hover { color:rgb(27, 160, 225); }
.cyan .accentVisited:visited,.cyan .accentVisited a:visited { color:rgb(27, 160, 225); }
.cyan.accentLink,.cyan.accentLink:link,.cyan.accentLink:hover,.cyan.accentLink:visited,
.cyan.accentVisited:visited,.cyan.accentHover:hover,.accentHover .cyan a:hover,
.cyan .accentLink,.cyan .accentLink:link,.cyan .accentLink:hover,.cyan .accentLink:visited { color:rgb(27, 160, 225); }
.emerald .accent, .emerald .live-tile .accent,
.emerald .live-tile>div, .emerald .list-tile>div,
.emerald .live-tile>div.slide-back, .emerald .flip-list>li>div { background-color:rgb(0, 138, 0); }
.emerald .accentBorder,.emerald.accentBorder { border-color:rgb(0, 138, 0); }
.emerald .accentColor,.emerald.accentColor { color:rgb(0, 138, 0); }
.emerald .accentHover:hover,.emerald .accentHover a:hover,.emerald.accentHover a:hover { color:rgb(0, 138, 0); }
.emerald .accentVisited:visited,.emerald .accentVisited a:visited { color:rgb(0, 138, 0); }
.emerald.accentLink,.emerald.accentLink:link,.emerald.accentLink:hover,.emerald.accentLink:visited,
.emerald.accentVisited:visited,.emerald.accentHover:hover,.accentHover .emerald a:hover,
.emerald .accentLink,.emerald .accentLink:link,.emerald .accentLink:hover,.emerald .accentLink:visited { color:rgb(0, 138, 0); }
.green .accent, .green.live-tile, .green .live-tile .accent,
.green .live-tile>div, .green .list-tile>div,
.green .live-tile>div.slide-back, .green .flip-list>li>div { background-color:rgb(51,153,51); }
.green .accentBorder,.green.accentBorder { border-color:rgb(51,153,51); }
.green .accentColor,.green.accentColor { color:rgb(51,153,51); }
.green .accentHover:hover,.green .accentHover a:hover,.green.accentHover a:hover { color:rgb(51,153,51); }
.green .accentVisited:visited,.green .accentVisited a:visited { color:rgb(51,153,51); }
.green.accentLink,.green.accentLink:link,.green.accentLink:hover,.green.accentLink:visited,
.green.accentVisited:visited,.green.accentHover:hover,.accentHover .green a:hover,
.green .accentLink,.green .accentLink:link,.green .accentLink:hover,.green .accentLink:visited { color:rgb(51,153,51); }
.indigo .accent, .indigo.live-tile, .indigo .live-tile .accent,
.indigo .live-tile>div, .indigo .list-tile>div,
.indigo .live-tile>div.slide-back, .indigo .flip-list>li>div { background-color:rgb(106,0,255); }
.indigo .accentBorder,.indigo.accentBorder { border-color:rgb(106,0,255); }
.indigo .accentColor,.indigo.accentColor { color:rgb(106,0,255); }
.indigo .accentHover:hover,.indigo .accentHover a:hover,.indigo.accentHover a:hover { color:rgb(106,0,255); }
.indigo .accentVisited:visited,.indigo .accentVisited a:visited { color:rgb(106,0,255); }
.indigo.accentLink,.indigo.accentLink:link,.indigo.accentLink:hover,.indigo.accentLink:visited,
.indigo.accentVisited:visited,.indigo.accentHover:hover,.accentHover .indigo a:hover,
.indigo .accentLink,.indigo .accentLink:link,.indigo .accentLink:hover,.indigo .accentLink:visited { color:rgb(106,0,255); }
.lime .accent, .lime .live-tile .accent,
.lime .live-tile>div, .lime .list-tile>div,
.lime .live-tile>div.slide-back, .lime .flip-list>li>div { background-color:rgb(162,193,57); }
.lime .accentBorder,.lime.accentBorder { border-color:rgb(162,193,57); }
.lime .accentColor,.lime.accentColor { color:rgb(162,193,57); }
.lime .accentHover:hover,.lime .accentHover a:hover,.lime.accentHover a:hover { color:rgb(162,193,57); }
.lime .accentVisited:visited,.lime .accentVisited a:visited { color:rgb(162,193,57); }
.lime.accentLink,.lime.accentLink:link,.lime.accentLink:hover,.lime.accentLink:visited,
.lime.accentVisited:visited,.lime.accentHover:hover,.accentHover .lime a:hover,
.lime .accentLink,.lime .accentLink:link,.lime .accentLink:hover,.lime .accentLink:visited { color:rgb(162,193,57); }
.magenta .accent, .magenta.live-tile, .magenta .live-tile .accent,
.magenta .live-tile>div, .magenta .list-tile>div,
.magenta .live-tile>div.slide-back, .magenta .flip-list>li>div { background-color:rgb(216,0,115); }
.magenta .accentBorder,.magenta.accentBorder { border-color:rgb(216,0,115); }
.magenta .accentColor,.magenta.accentColor { color:rgb(216,0,115); }
.magenta .accentHover:hover,.magenta .accentHover a:hover,.magenta.accentHover a:hover { color:rgb(216,0,115); }
.magenta .accentVisited:visited,.magenta .accentVisited a:visited { color:rgb(216,0,115); }
.magenta.accentLink,.magenta.accentLink:link,.magenta.accentLink:hover,.magenta.accentLink:visited,
.magenta.accentVisited:visited,.magenta.accentHover:hover,.accentHover .magenta a:hover,
.magenta .accentLink,.magenta .accentLink:link,.magenta .accentLink:hover,.magenta .accentLink:visited { color:rgb(216,0,115); }
.mango .accent, .mango.live-tile, .mango .live-tile .accent,
.mango .live-tile>div, .mango .list-tile>div,
.mango .live-tile>div.slide-back, .mango .flip-list>li>div { background-color:rgb(240,150,9); }
.mango .accentBorder,.mango.accentBorder { border-color:rgb(240,150,9); }
.mango .accentColor,.mango.accentColor { color:rgb(240,150,9); }
.mango .accentHover:hover,.mango .accentHover: a:hover,.mango.accentHover: a:hover { color:rgb(240,150,9); }
.mango .accentVisited:visited,.mango .accentVisited a:visited { color:rgb(240,150,9); }
.mango.accentLink,.mango.accentLink:link,.mango.accentLink:hover,.mango.accentLink:visited,
.mango.accentVisited:visited,.mango.accentHover:hover,.accentHover .mango a:hover,
.mango .accentLink,.mango .accentLink:link,.mango .accentLink:hover,.mango .accentLink:visited { color:rgb(240,150,9); }
.mauve .accent, .mauve.live-tile, .mauve .live-tile .accent,
.mauve .live-tile>div, .mauve .list-tile>div,
.mauve .live-tile>div.slide-back, .mauve .flip-list>li>div { background-color:rgb(118,95,137); }
.mauve .accentBorder,.mauve.accentBorder { border-color:rgb(118,95,137); }
.mauve .accentColor,.mauve.accentColor { color:rgb(118,95,137); }
.mauve .accentHover:hover,.mauve .accentHover: a:hover,.mauve.accentHover: a:hover { color:rgb(118,95,137); }
.mauve .accentVisited:visited,.mauve .accentVisited a:visited { color:rgb(118,95,137); }
.mauve.accentLink,.mauve.accentLink:link,.mauve.accentLink:hover,.mauve.accentLink:visited,
.mauve.accentVisited:visited,.mauve.accentHover:hover,.accentHover .mauve a:hover,
.mauve .accentLink,.mauve .accentLink:link,.mauve .accentLink:hover,.mauve .accentLink:visited { color:rgb(118,95,137); }
.olive .accent, .olive.live-tile, .olive .live-tile .accent,
.olive .live-tile>div, .olive .list-tile>div,
.olive .live-tile>div.slide-back, .olive .flip-list>li>div { background-color:rgb(109,135,100); }
.olive .accentBorder,.olive.accentBorder { border-color:rgb(109,135,100); }
.olive .accentColor,.olive.accentColor { color:rgb(109,135,100); }
.olive .accentHover:hover,.olive .accentHover: a:hover,.olive.accentHover: a:hover { color:rgb(109,135,100); }
.olive .accentVisited:visited,.olive .accentVisited a:visited { color:rgb(109,135,100); }
.olive.accentLink,.olive.accentLink:link,.olive.accentLink:hover,.olive.accentLink:visited,
.olive.accentVisited:visited,.olive.accentHover:hover,.accentHover .olive a:hover,
.olive .accentLink,.olive .accentLink:link,.olive .accentLink:hover,.olive .accentLink:visited { color:rgb(109,135,100); }
.orange .accent, .orange.live-tile, .orange .live-tile .accent,
.orange .live-tile>div, .orange .list-tile>div,
.orange .live-tile>div.slide-back, .orange .flip-list>li>div { background-color:rgb(250,104,1); }
.orange .accentBorder,.orange.accentBorder { border-color:rgb(250,104,1); }
.orange .accentColor,.orange.accentColor { color:rgb(250,104,1); }
.orange .accentHover:hover,.orange .accentHover: a:hover,.orange.accentHover: a:hover { color:rgb(250,104,1); }
.orange .accentVisited:visited,.orange .accentVisited a:visited { color:rgb(250,104,1); }
.orange.accentLink,.orange.accentLink:link,.orange.accentLink:hover,.orange.accentLink:visited,
.orange.accentVisited:visited,.orange.accentHover:hover,.accentHover .orange a:hover,
.orange .accentLink,.orange .accentLink:link,.orange .accentLink:hover,.orange .accentLink:visited { color:rgb(250,104,1); }
.pink .accent, .pink .live-tile .accent,
.pink .live-tile>div, .pink .list-tile>div,
.pink .live-tile>div.slide-back, .pink .flip-list>li>div { background-color:rgb(230,113,184); }
.pink .accentBorder,.pink.accentBorder { border-color:rgb(230,113,184); }
.pink .accentColor,.pink.accentColor { color:rgb(230,113,184); }
.pink .accentHover:hover,.pink .accentHover a:hover,.pink.accentHover a:hover { color:rgb(230,113,184); }
.pink .accentVisited:visited,.pink .accentVisited a:visited { color:rgb(230,113,184); }
.pink.accentLink,.pink.accentLink:link,.pink.accentLink:hover,.pink.accentLink:visited,
.pink.accentVisited:visited,.pink.accentHover:hover,.accentHover .pink a:hover,
.pink .accentLink,.pink .accentLink:link,.pink .accentLink:hover,.pink .accentLink:visited { color:rgb(230,113,184); }
.purple .accent, .purple .live-tile .accent,.violet .accent, .violet .live-tile .accent,
.purple .live-tile>div, .purple .list-tile>div, .violet .live-tile>div, .violet .list-tile>div,
.purple .live-tile>div.slide-back, .purple .flip-list>li>div, .violet .live-tile>div.slide-back, .violet .flip-list>li>div
{ background-color:rgb(162,0,255); }
.purple .accentBorder,.purple.accentBorder, .violet .accentBorder,.violet.accentBorder {border-color:rgb(162,0,255); }
.purple .accentColor,.purple.accentColor, .violet .accentColor,.violet.accentColor { color:rgb(162,0,255); }
.purple .accentHover:hover,.purple .accentHover a:hover,.purple.accentHover a:hover,
.violet .accentHover:hover,.violet .accentHover a:hover,.violet.accentHover a:hover { color:rgb(162,0,255); }
.purple .accentVisited:visited,.purple .accentVisited a:visited,
.violet .accentVisited:visited,.violet .accentVisited a:visited { color:rgb(162,0,255); }
.purple.accentLink,.purple.accentLink:link,.purple.accentLink:hover,.purple.accentLink:visited,
.violet.accentLink,.violet.accentLink:link,.violet.accentLink:hover,.violet.accentLink:visited,
.purple.accentVisited:visited,.purple.accentHover:hover,.violet.accentVisited:visited,.violet.accentHover:hover,
.purple .accentLink,.purple .accentLink:link,.purple .accentLink:hover,.purple .accentLink:visited,.accentHover .purple a:hover,
.violet .accentLink,.violet .accentLink:link,.violet .accentLink:hover,.violet .accentLink:visited,.accentHover .violet a:hover { color:rgb(162,0,255); }
.red .accent, .red .live-tile .accent,
.red .live-tile>div, .red .list-tile>div,
.red .live-tile>div.slide-back, .red .flip-list>li>div { background-color:rgb(229,20,0); }
.red .accentBorder,.red.accentBorder { border-color:rgb(229,20,0); }
.red .accentColor,.red.accentColor { color:rgb(229,20,0); }
.red .accentHover:hover,.red .accentHover a:hover,.red.accentHover a:hover { color:rgb(229,20,0); }
.red .accentVisited:visited,.red .accentVisited a:visited { color:rgb(229,20,0); }
.red.accentLink,.red.accentLink:link,.red.accentLink:hover,.red.accentLink:visited,
.red.accentVisited:visited,.red.accentHover:hover,
.red .accentLink,.red .accentLink:link,.red .accentLink:hover,.red .accentLink:visited,.accentHover .red a:hover { color:rgb(229,20,0); }
.sienna .accent, .sienna .live-tile .accent,
.sienna .live-tile>div, .sienna .list-tile>div,
.sienna .live-tile>div.slide-back, .sienna .flip-list>li>div { background-color:rgb(123,58,62); }
.sienna .accentBorder,.sienna.accentBorder { border-color:rgb(123,58,62); }
.sienna .accentColor,.sienna.accentColor { color:rgb(123,58,62); }
.sienna .accentHover:hover,.sienna .accentHover a:hover,.sienna.accentHover a:hover { color:rgb(123,58,62); }
.sienna .accentVisited:visited,.sienna .accentVisited a:visited { color:rgb(123,58,62); }
.sienna.accentLink,.sienna.accentLink:link,.sienna.accentLink:hover,.sienna.accentLink:visited,
.sienna.accentVisited:visited,.sienna.accentHover:hover,.accentHover .sienna a:hover,
.sienna .accentLink,.sienna .accentLink:link,.sienna .accentLink:hover,.sienna .accentLink:visited { color:rgb(123,58,62); }
.steel .accent, .steel .live-tile .accent,
.steel .live-tile>div, .steel .list-tile>div,
.steel .live-tile>div.slide-back, .steel .flip-list>li>div { background-color:rgb(101,118,136); }
.steel .accentBorder,.steel.accentBorder { border-color:rgb(101,118,136); }
.steel .accentColor,.steel.accentColor { color:rgb(101,118,136); }
.steel .accentHover:hover,.steel .accentHover a:hover,.steel.accentHover a:hover { color:rgb(101,118,136); }
.steel .accentVisited:visited,.steel .accentVisited a:visited { color:rgb(101,118,136); }
.steel.accentLink,.steel.accentLink:link,.steel.accentLink:hover,.steel.accentLink:visited,
.steel.accentVisited:visited,.steel.accentHover:hover,.accentHover .steel a:hover,
.steel .accentLink,.steel .accentLink:link,.steel .accentLink:hover,.steel .accentLink:visited { color:rgb(101,118,136); }
.teal .accent, .teal .live-tile .accent,
.teal .live-tile>div, .teal .list-tile>div,
.teal .live-tile>div.slide-back, .teal .flip-list>li>div { background-color:rgb(0,171,169); }
.teal .accentBorder,.teal.accentBorder { border-color:rgb(0,171,169); }
.teal .accentColor,.teal.accentColor { color:rgb(0,171,169); }
.teal .accentHover:hover,.teal .accentHover a:hover,.teal.accentHover a:hover { color:rgb(0,171,169); }
.teal .accentVisited:visited,.teal .accentVisited a:visited { color:rgb(0,171,169); }
.teal.accentLink,.teal.accentLink:link,.teal.accentLink:hover,.teal.accentLink:visited,
.teal.accentVisited:visited,.teal.accentHover:hover,.accentHover .teal a:hover,
.teal .accentLink,.teal .accentLink:link,.teal .accentLink:hover,.teal .accentLink:visited { color:rgb(0,171,169); }
.yellow .accent, .yellow .live-tile .accent,
.yellow .live-tile>div, .yellow .list-tile>div,
.yellow .live-tile>div.slide-back, .yellow .flip-list>li>div { background-color:rgb(216,193,1); }
.yellow .accentBorder,.yellow.accentBorder { border-color:rgb(216,193,1); }
.yellow .accentColor,.yellow.accentColor { color:rgb(216,193,1); }
.yellow .accentHover:hover,.yellow .accentHover a:hover,.yellow.accentHover a:hover { color:rgb(216,193,1); }
.yellow .accentVisited:visited,.yellow .accentVisited a:visited { color:rgb(216,193,1); }
.yellow.accentLink,.yellow.accentLink:link,.yellow.accentLink:hover,.yellow.accentLink:visited,
.yellow.accentVisited:visited,.yellow.accentHover:hover,.accentHover .yellow a:hover,
.yellow .accentLink,.yellow .accentLink:link,.yellow .accentLink:hover,.yellow .accentLink:visited { color:rgb(216,193,1); }
/* local theme overrides */
.amber.live-tile, .amber.live-tile .accent,.amber.accent,
.amber.live-tile>div, .amber.list-tile>div,
.amber.live-tile>div.slide-back, .amber.list-tile .flip-list>li>div { background-color:rgb(241, 163, 11); }
.blue.live-tile, .blue.live-tile .accent,.blue.accent,
.blue.live-tile>div, .blue.list-tile>div,
.blue.live-tile>div.slide-back, .blue.list-tile .flip-list>li>div { background-color:rgb(27,161,226); }
.brown.live-tile, .brown.live-tile .accent,.brown.accent,
.brown.live-tile>div, .brown.list-tile>div,
.brown.live-tile>div.slide-back, .brown.list-tile .flip-list>li>div { background-color:rgb(160,80,0); }
.cobalt.live-tile, .cobalt.live-tile .accent,.cobalt.accent,
.cobalt.live-tile>div, .cobalt.list-tile>div,
.cobalt.live-tile>div.slide-back, .cobalt.list-tile .flip-list>li>div { background-color:rgb(0, 80, 239); }
.crimson.live-tile, .crimson.live-tile .accent,.crimson.accent,
.crimson.live-tile>div, .crimson.list-tile>div,
.crimson.live-tile>div.slide-back, .crimson.list-tile .flip-list>li>div { background-color:rgb(162, 0, 37); }
.cyan.live-tile, .cyan.live-tile .accent,.cyan.accent,
.cyan.live-tile>div, .cyan.list-tile>div,
.cyan.live-tile>div.slide-back, .cyan.list-tile .flip-list>li>div { background-color:rgb(27, 160, 225); }
.emerald.live-tile, .emerald.live-tile .accent,.emerald.accent,
.emerald.live-tile>div, .emerald.list-tile>div,
.emerald.live-tile>div.slide-back, .emerald.list-tile .flip-list>li>div { background-color:rgb(0, 138, 0); }
.green.live-tile, .green.live-tile .accent,.green.accent,
.green.live-tile>div, .green.list-tile>div,
.green.live-tile>div.slide-back, .green.list-tile .flip-list>li>div { background-color:rgb(51,153,51); }
.indigo.live-tile, .indigo.live-tile .accent,.indigo.accent,
.indigo.live-tile>div, .indigo.list-tile>div,
.indigo.live-tile>div.slide-back, .indigo.list-tile .flip-list>li>div { background-color:rgb(106,0,255); }
.lime.live-tile, .lime.live-tile .accent,.lime.accent,
.lime.live-tile>div, .lime.list-tile>div,
.lime.live-tile>div.slide-back, .lime.list-tile .flip-list>li>div { background-color:rgb(162,193,57); }
.magenta.live-tile, .magenta.live-tile .accent,.magenta.accent,
.magenta.live-tile>div, .magenta.list-tile>div,
.magenta.live-tile>div.slide-back, .magenta.list-tile .flip-list>li>div { background-color:rgb(216,0,115); }
.mango.live-tile, .mango.live-tile .accent,.mango.accent,
.mango.live-tile>div, .mango.list-tile>div,
.mango.live-tile>div.slide-back, .mango.list-tile .flip-list>li>div { background-color:rgb(240,150,9); }
.mauve.live-tile, .mauve.live-tile .accent,.mauve.accent,
.mauve.live-tile>div, .mauve.list-tile>div,
.mauve.live-tile>div.slide-back, .mauve.list-tile .flip-list>li>div { background-color:rgb(118,95,137); }
.olive.live-tile, .olive.live-tile .accent,.olive.accent,
.olive.live-tile>div, .olive.list-tile>div,
.olive.live-tile>div.slide-back, .olive.list-tile .flip-list>li>div { background-color:rgb(109,135,100); }
.orange.live-tile, .orange.live-tile .accent,.orange.accent,
.orange.live-tile>div, .orange.list-tile>div,
.orange.live-tile>div.slide-back, .orange.list-tile .flip-list>li>div { background-color:rgb(250,104,1); }
.pink.live-tile, .pink.live-tile .accent,.pink.accent,
.pink.live-tile>div, .pink.list-tile>div,
.pink.live-tile>div.slide-back, .pink.list-tile .flip-list>li>div { background-color:rgb(230,113,184); }
.purple.live-tile, .purple.live-tile .accent,.purple.accent,
.violet.live-tile, .violet.live-tile .accent,.violet.accent,
.purple.live-tile>div, .purple.list-tile>div,.violet.live-tile>div, .violet.list-tile>div,
.purple.live-tile>div.slide-back, .purple.list-tile .flip-list>li>div,
.violet.live-tile>div.slide-back, .violet.list-tile .flip-list>li>div { background-color:rgb(162,0,255); }
.red.live-tile, .red.live-tile .accent,.red.accent,
.red.live-tile>div, .red.list-tile>div,
.red.live-tile>div.slide-back, .red.list-tile .flip-list>li>div { background-color:rgb(229,20,0); }
.sienna.live-tile, .sienna.live-tile .accent,.sienna.accent,
.sienna.live-tile>div, .sienna.list-tile>div,
.sienna.live-tile>div.slide-back, .sienna.list-tile .flip-list>li>div { background-color:rgb(123,58,62); }
.steel.live-tile, .steel.live-tile .accent,.steel.accent,
.steel.live-tile>div, .steel.list-tile>div,
.steel.live-tile>div.slide-back, .steel.list-tile .flip-list>li>div { background-color:rgb(101,118,136); }
.teal.live-tile, .teal.live-tile .accent, .teal.accent,
.teal.live-tile>div, .teal.list-tile>div,
.teal.live-tile>div.slide-back, .teal.list-tile .flip-list>li>div { background-color:rgb(0,171,169); }
.yellow.live-tile, .yellow.live-tile .accent, .yellow.accent,
.yellow.live-tile>div, .yellow.list-tile>div,
.yellow.live-tile>div.slide-back, .yellow.list-tile .flip-list>li>div { background-color:rgb(216,193,1); }.live-tile.flip { background:none;}
/* flip-list tile grid sprite styles */
.nineTiles
{
/* set a default image here
background-image:url('/content/images/yourimage.jpg');
*/
}
.flip-list.nineTiles>li,.flip-list.nineTiles>li>div,.flip-list.nineTiles>li>div>img,.flip-list.nineTiles>li>div>a
{
height:60px; width:60px; border:none; padding:0; margin:0;
}
.nineTiles1 { background-position: 0px 0px; }
.nineTiles2 { background-position: -60px 0px; }
.nineTiles3 { background-position: -120px 0px; }
.nineTiles4 { background-position: 0px -60px; }
.nineTiles5 { background-position: -60px -60px; }
.nineTiles6 { background-position: -120px -60px; }
.nineTiles7 { background-position: 0px -120px; }
.nineTiles8 { background-position: -60px -120px; }
.nineTiles9 { background-position: -120px -120px; }
.fourTiles {}
.flip-list.fourTiles>li,.flip-list.fourTiles>li>div,.flip-list.fourTiles>li>div>img,.flip-list.fourTiles>li>div>a
{
border:none; padding:0; margin:0;
height:90px;
width:90px;
}
.fourTiles1 { background-position: 0px 0px; }
.fourTiles2 { background-position: -90px 0px; }
.fourTiles3 { background-position: 0px -90px; }
.fourTiles4 { background-position: -90px -90px; }
/* application-bar styles */
.appbar
{
background-color:#212021;
bottom:0px;
color: #fff;
font-size: .9em;
height:60px;
left:0px;
line-height: normal;
margin:0;
overflow:hidden;
padding: 10px 0;
position:fixed;
text-align: center;
width:100%;
z-index:100;
}
.light .appbar { background-color:#dfdfdf; color:#000; }
.dark .appbar { background-color:#212021; }
.appbar .clear { clear:both; }
.appbar-buttons {
padding: 0 0 2px;
position: relative;
margin: 0 auto;
text-align: right;
width:252px;
}
.appbar-buttons li {
display: inline;
padding: 0 10px;
float:left;
list-style: none;
}
.appbar-buttons li a {
font-weight: bold;
background-color: transparent;
color: #fff;
}
.light .appbar-buttons li a { color:#000; }
.appbar-buttons a>img { background-image:url('images/metroIcons.jpg'); background-repeat:no-repeat; height:64px; width:64px; border:none;}
.light .appbar-buttons a>img { background-image:url('images/metroIcons_light.jpg'); }
.appbar-buttons a.home>img { background-position:-104px -12px; }
.appbar-buttons a.about>img { background-position:-198px -99px; }
.appbar-buttons a.twitter>img { background-position:-198px -12px; }
.appbar-buttons li a:active, ul#menu li.selected a, .appbar-buttons li a:hover { text-decoration: none; }
.appbar a.etc, .appbar a:hover.etc,.appbar a:visited.etc
{
color:#fff;
cursor:pointer;
display:block;
font-size:32px;
height:60px;
position:absolute;
right:0px;
text-decoration:none;
top:0px;
width:60px;
}
.light .appbar a.etc, .light .appbar a:hover.etc,
.light .appbar a:visited.etc { color:#000; }
.appbar .charm-title { font-size:10px; display:block; text-align:center; }
.appbar .theme-options { display:block; width:644px; margin:0px auto; }
.appbar .theme-options>li { margin:7px; display:inline; float:left; line-height:24px; height:24px; width:24px; }
.appbar .theme-options>li>a, .appbar .theme-options>li>a:hover,
.appbar .theme-options>li>a:visited { display:block; padding:0px; text-decoration:none; height:24px; width:24px; }
.appbar .base-theme-options { display:block; width:130px; margin:0px auto; }
.appbar .base-theme-options>li { margin:7px; display:inline; float:left; line-height:24px; height:24px; width:24px; }
.appbar .base-theme-options>li>a, .appbar .base-theme-options>li>a:hover,
.appbar .base-theme-options>li>a:visited { display:block; padding:0px; text-decoration:none; height:24px; width:24px; }
.appbar .base-theme-options>li>a.dark.accent { background-color:#000; }
/* Media queries */
@media screen and (max-width: 1025px)
{
.appbar .theme-options { width:650px; } /* ensures alignment and no wrapping on ipad */
.appbar .base-theme-options { width:140px; } /* ensures alignment and no wrapping on ipad */
}
@media screen and (max-width: 801px)
{
.appbar .theme-options { width:360px; }
}
/* ------ Hardware Accelerated CSS3 Animations --------*/
/* flip */
.flip-list>li>.ha.flip-back, .flip-list>li>.ha.flip-back img
{
/* override the values set for margin and ensure the back tile is visible */
margin:0px !important;
height:100%;
}
.live-tile>.ha.flip-front, .flip-list>li>.ha.flip-front
{
position:absolute;
/* time to start repeating ourselves
note: we are not setting a duration or delay here,
that is added in script */
-webkit-animation-name:flipfront180;
-webkit-animation-play-state:paused;
-webkit-animation-fill-mode:forwards;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: linear;
-moz-animation-name:flipfront180;
-moz-animation-play-state:paused;
-moz-animation-fill-mode:forwards;
-moz-animation-iteration-count: 1;
-moz-animation-timing-function: linear;
-ms-animation-name:flipfront180;
-ms-animation-play-state:paused;
-ms-animation-fill-mode:forwards;
-ms-animation-iteration-count: 1;
-ms-animation-timing-function: linear;
-o-animation-name:flipfront180;
-o-animation-play-state:paused;
-o-animation-fill-mode:forwards;
-o-animation-iteration-count: 1;
-o-animation-timing-function: linear;
animation-name:flipfront180;
animation-play-state:paused;
animation-fill-mode:forwards;
animation-iteration-count: 1;
animation-timing-function: linear;
}
.live-tile>.ha.flip-back, .flip-list>li>.ha.flip-back
{
position:absolute;
-webkit-animation-name:flipback180;
-webkit-animation-play-state:paused;
-webkit-animation-fill-mode:forwards;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: linear;
-moz-animation-name:flipback180;
-moz-animation-play-state:paused;
-moz-animation-fill-mode:forwards;
-moz-animation-iteration-count: 1;
-moz-animation-timing-function: linear;
-ms-animation-name:flipback180;
-ms-animation-play-state:paused;
-ms-animation-fill-mode:forwards;
-ms-animation-iteration-count: 1;
-ms-animation-timing-function: linear;
-o-animation-name:flipback180;
-o-animation-play-state:paused;
-o-animation-fill-mode:forwards;
-o-animation-iteration-count: 1;
-o-animation-timing-function: linear;
animation-name:flipback180;
animation-play-state:paused;
animation-fill-mode:forwards;
animation-iteration-count: 1;
animation-timing-function: linear;
}
/* Flip Vertical */
@-keyframes flipfront180 {
from { z-index:20; transform: rotateX(0deg); }
49% { z-index:20; }
50% { z-index:10; }
to { z-index:10; transform: rotateX(-180deg); }
}
@-webkit-keyframes flipfront180 {
from { z-index:20; -webkit-transform: rotateX(0deg); }
49% { z-index:20; }
50% { z-index:10; }
to { z-index:10; -webkit-transform: rotateX(-180deg); }
}
@-moz-keyframes flipfront180 {
0% { z-index:20; -moz-transform: rotateX(0deg); }
49% { z-index:20; }
50% { z-index:10; }
100% { z-index:10; -moz-transform: rotateX(-180deg); }
}
@-ms-keyframes flipfront180 {
from { z-index:20; -ms-transform: rotateX(0deg); }
49% { z-index:20; }
50% { z-index:10; }
to { z-index:10; -ms-transform: rotateX(-180deg); }
}
@-o-keyframes flipfront180 {
from { z-index:20; -o-transform: rotateX(0deg); }
49% { z-index:20; }
50% { z-index:10; }
to { z-index:10; -o-transform: rotateX(-180deg); }
}
@-keyframes flipback180 {
0% { z-index:10; transform: rotateX(180deg); }
49% { z-index:10; }
50% { z-index:20; }
100% { z-index:20; transform: rotateX(0deg); }
}
@-webkit-keyframes flipback180 {
from { z-index:10; -webkit-transform: rotateX(180deg); }
49% { z-index:10; }
50% { z-index:20; }
to { z-index:20; -webkit-transform: rotateX(0deg); }
}
@-moz-keyframes flipback180 {
0% { z-index:10; -moz-transform: rotateX(180deg); }
49% { z-index:10; }
50% { z-index:20; }
100% { z-index:20; -moz-transform: rotateX(0deg); }
}
@-ms-keyframes flipback180 {
from { z-index:10; -ms-transform: rotateX(180deg); }
49% { z-index:10; }
50% { z-index:20; }
to { z-index:20; -ms-transform: rotateX(0deg); }
}
@-o-keyframes flipback180 {
from { z-index:10; -o-transform: rotateX(180deg); }
49% { z-index:10; }
50% { z-index:20; }
to { z-index:20; -o-transform: rotateX(0deg); }
}
/* Flip Horizontal */
@-keyframes flipfrontY180 {
0% { z-index:20; transform: rotateY(0deg); }
49% { z-index:20; }
50% { z-index:10; }
100% { z-index:10; transform: rotateY(-180deg); }
}
@-webkit-keyframes flipfrontY180 {
from { z-index:20; -webkit-transform: rotateY(0deg); }
49% { z-index:20; }
50% { z-index:10; }
to { z-index:10; -webkit-transform: rotateY(-180deg); }
}
@-moz-keyframes flipfrontY180 {
0% { z-index:20; -moz-transform: rotateY(0deg); }
49% { z-index:20; }
50% { z-index:10; }
100% { z-index:10; -moz-transform: rotateY(-180deg); }
}
@-ms-keyframes flipfrontY180 {
from { z-index:20; -ms-transform: rotateY(0deg); }
49% { z-index:20; }
50% { z-index:10; }
to { z-index:10; -ms-transform: rotateY(-180deg); }
}
@-o-keyframes flipfrontY180 {
from { z-index:20; -o-transform: rotateY(0deg); }
49% { z-index:20; }
50% { z-index:10; }
to { z-index:10; -o-transform: rotateY(-180deg); }
}
@-keyframes flipbackY180 {
0% { z-index:10; transform: rotateY(180deg); }
49% { z-index:10; }
50% { z-index:20; }
100% { z-index:20; transform: rotateY(0deg); }
}
@-webkit-keyframes flipbackY180 {
from { z-index:10; -webkit-transform: rotateY(180deg); }
49% { z-index:10; }
50% { z-index:20; }
to { z-index:20; -webkit-transform: rotateY(0deg); }
}
@-moz-keyframes flipbackY180 {
0% { z-index:10; -moz-transform: rotateY(180deg); }
49% { z-index:10; }
50% { z-index:20; }
100% { z-index:20; -moz-transform: rotateY(0deg); }
}
@-ms-keyframes flipbackY180 {
from { z-index:10; -ms-transform: rotateY(180deg); }
49% { z-index:10; }
50% { z-index:20; }
to { z-index:20; -ms-transform: rotateY(0deg); }
}
@-o-keyframes flipbackY180 {
from { z-index:10; -o-transform: rotateY(180deg); }
49% { z-index:10; }
50% { z-index:20; }
to { z-index:20; -o-transform: rotateY(0deg); }
} | Code/ERP.Web/Content/js/jquery-plugin/metro/MetroJs.css | .metroBig { font-size:36px; line-height:36px; }
.live-tile, .list-tile
{
color:#fff;
float:left;
height: 180px;
margin:15px;
overflow:hidden;
position:relative;
width: 180px;
}
.live-tile.two-wide, .list-tile.two-wide { width:390px; }
.live-tile.two-tall, .list-tile.two-tall { height:390px; }
.live-tile img, .list-tile img { border:none; }
.live-tile.me>.slide-back>a.metroBig { position:absolute; left:0; bottom:0; padding: 0 0 12px 12px; text-decoration:none; }
.live-tile a:link, .live-tile a:visited { color:#fff; text-decoration:underline; }
.live-tile a:hover { color:#fff; text-decoration:none; }
.live-tile p { font-size:13px; line-height: 16px; padding:10px; }
.live-tile .tile-title, .list-tile .tile-title { position:absolute; bottom:0px; font-size:12px; left:0px; width:100%; padding:0 0 6px 6px; z-index:30; }
.live-tile a.tile-title, .list-tile a.tile-title { text-decoration:none; }
.live-tile.me>.metroBig { padding-top:45px; }
.live-tile,.live-tile>div,.list-tile>div
{ /* ensure elements on backside don't continue to take focus */
backface-visibility:hidden;
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
}
.live-tile>div,.list-tile>div
{
top:0px;
left:0px;
margin:0px;
height:100%;
width:100%;
position:absolute;
z-index:20;
}
.list-tile>div
{
position:relative;
}
img.full , a.full
{
display:block;
margin:0px;
height:100%;
width:100%;
}
.list-tile>div { background-color:transparent; }
.live-tile>.back, .live-tile>.slide-back,.live-tile>.flip-back, .flip-list .flip-back
{
position:absolute;
z-index:10;
}
/* ========== flip-list Styles ==========
.flip-list
---li
------div.flip-front
------div.flip-back
*/
.flip-list
{
padding:0px;
margin:0px;
}
.list-tile .flip-list
{
height:100%;
width:100%;
}
.flip-list>li>a
{
border:none;
outline:none;
text-decoration:none;
margin:0px;
padding:0px;
height:100%;
width:100%;
}
.flip-list img
{
border:none;
outline:none;
height:100%;
margin:0px;
padding:0px;
width:100%;
}
.flip-list>li
{
height: 60px;
float: left;
list-style-type:none;
margin: 0px;
outline:none;
padding: 0px;
position: relative;
width: 60px;
}
.flip-list>li>div
{
border:none;
background: white;
height: 100%;
left: 0px;
margin:0px;
overflow: hidden;
position: absolute;
padding:0px;
top: 0px;
width: 100%;
z-index:20;
}
.flip-list>li>div.flip-back
{
height:0px;
}
/***** Theme Definitions *****/
.light { background-color:#fff; color:#000; }
.dark { background-color:#000; color:#fff; }
.light.accent { background-color:#fff; }
.dark.accent { background-color:#000; }
.light .appbar { background-color:#dfdfdf; }
.dark .appbar { background-color:#212021; }
/*live tile accent colors */
.amber .accent, .amber .live-tile .accent,
.amber .live-tile>div, .amber .list-tile>div,
.amber .live-tile>div.slide-back, .amber .flip-list>li>div { background-color:rgb(241, 163, 11); }
.amber .accentColor,.amber.accentColor { color:rgb(241, 163, 11); }
.amber .accentHover:hover,.amber .accentHover a:hover,
.accentHover .amber a:hover, .amber.accentHover a:hover { color:rgb(241, 163, 11); }
.amber .accentBorder,.amber.accentBorder { border-color:rgb(241, 163, 11); }
.amber .accentVisited:visited,.amber .accentVisited a:visited { color:rgb(241, 163, 11); }
.amber.accentLink,.amber.accentLink:link,.amber.accentLink:hover,.amber.accentLink:visited,
.amber.accentVisited:visited,.amber.accentHover:hover,
.amber .accentLink,.amber .accentLink:link,.amber .accentLink:hover,.amber .accentLink:visited { color:rgb(241, 163, 11); }
.blue .accent, .blue .live-tile .accent,
.blue .live-tile>div, .blue .list-tile>div,
.blue .live-tile>div.slide-back, .blue .flip-list>li>div { background-color:rgb(27,161,226); }
.blue .accentBorder,.blue.accentBorder { border-color:rgb(27,161,226); }
.blue .accentColor,.blue.accentColor { color:rgb(27,161,226); }
.blue .accentHover:hover,.accentHover .blue a:hover,
.blue .accentHover a:hover, .blue.accentHover a:hover { color:rgb(27,161,226); }
.blue .accentVisited:visited,.blue .accentVisited a:visited { color:rgb(27,161,226); }
.blue.accentLink,.blue.accentLink:link,.blue.accentLink:hover,.blue.accentLink:visited,
.blue.accentVisited:visited,.blue.accentHover:hover,
.blue .accentLink,.blue .accentLink:link,.blue .accentLink:hover,.blue .accentLink:visited { color:rgb(27,161,226); }
.brown .accent, .brown .live-tile .accent,
.brown .live-tile>div, .brown .list-tile>div,
.brown .live-tile>div.slide-back, .brown .flip-list>li>div { background-color:rgb(160, 80, 0); }
.brown .accentBorder,.brown.accentBorder { border-color:rgb(160,80,0); }
.brown .accentColor,.brown.accentColor { color:rgb(160,80,0); }
.brown .accentHover:hover,.brown .accentHover a:hover,.brown.accentHover a:hover { color:rgb(160,80,0); }
.brown .accentVisited:visited,.brown .accentVisited a:visited { color:rgb(160,80,0); }
.brown.accentLink,.brown.accentLink:link,.brown.accentLink:hover,.brown.accentLink:visited,
.brown.accentVisited:visited,.brown.accentHover:hover,.accentHover .brown a:hover,
.brown .accentLink,.brown .accentLink:link,.brown .accentLink:hover,.brown .accentLink:visited { color:rgb(160,80,0); }
.cobalt .accent, .cobalt .live-tile .accent,
.cobalt .live-tile>div, .cobalt .list-tile>div,
.cobalt .live-tile>div.slide-back, .cobalt .flip-list>li>div { background-color:rgb(0, 80, 239); }
.cobalt .accentBorder,.cobalt.accentBorder { border-color:rgb(0, 80, 239); }
.cobalt .accentColor,.cobalt.accentColor { color:rgb(0, 80, 239); }
.cobalt .accentHover:hover,.cobalt .accentHover a:hover,.cobalt.accentHover a:hover { color:rgb(0, 80, 239); }
.cobalt .accentVisited:visited,.cobalt .accentVisited a:visited { color:rgb(0, 80, 239); }
.cobalt.accentLink,.cobalt.accentLink:link,.cobalt.accentLink:hover,.cobalt.accentLink:visited,
.cobalt.accentVisited:visited,.cobalt.accentHover:hover,.accentHover .cobalt a:hover,
.cobalt .accentLink,.cobalt .accentLink:link,.cobalt .accentLink:hover,.cobalt .accentLink:visited { color:rgb(0, 80, 239); }
.crimson .accent, .crimson .live-tile .accent,
.crimson .live-tile>div, .crimson .list-tile>div,
.crimson .live-tile>div.slide-back, .crimson .flip-list>li>div { background-color:rgb(162, 0, 37); }
.crimson .accentBorder,.crimson.accentBorder { border-color:rgb(162, 0, 37); }
.crimson .accentColor,.crimson.accentColor { color:rgb(162, 0, 37); }
.crimson .accentHover:hover,.crimson .accentHover a:hover,.crimson.accentHover a:hover { color:rgb(162, 0, 37); }
.crimson .accentVisited:visited,.crimson .accentVisited a:visited { color:rgb(162, 0, 37); }
.crimson.accentLink,.crimson.accentLink:link,.crimson.accentLink:hover,.crimson.accentLink:visited,
.crimson.accentVisited:visited,.crimson.accentHover:hover, .accentHover .crimson a:hover,
.crimson .accentLink,.crimson .accentLink:link,.crimson .accentLink:hover,.crimson .accentLink:visited { color:rgb(162, 0, 37); }
.cyan .accent, .cyan .live-tile .accent,
.cyan .live-tile>div, .cyan .list-tile>div,
.cyan .live-tile>div.slide-back, .cyan .flip-list>li>div { background-color:rgb(27, 160, 225); }
.cyan .accentBorder,.cyan.accentBorder { border-color:rgb(27, 160, 225); }
.cyan .accentColor,.cyan.accentColor { color:rgb(27, 160, 225); }
.cyan .accentHover:hover,.cyan .accentHover a:hover,.cyan.accentHover a:hover { color:rgb(27, 160, 225); }
.cyan .accentVisited:visited,.cyan .accentVisited a:visited { color:rgb(27, 160, 225); }
.cyan.accentLink,.cyan.accentLink:link,.cyan.accentLink:hover,.cyan.accentLink:visited,
.cyan.accentVisited:visited,.cyan.accentHover:hover,.accentHover .cyan a:hover,
.cyan .accentLink,.cyan .accentLink:link,.cyan .accentLink:hover,.cyan .accentLink:visited { color:rgb(27, 160, 225); }
.emerald .accent, .emerald .live-tile .accent,
.emerald .live-tile>div, .emerald .list-tile>div,
.emerald .live-tile>div.slide-back, .emerald .flip-list>li>div { background-color:rgb(0, 138, 0); }
.emerald .accentBorder,.emerald.accentBorder { border-color:rgb(0, 138, 0); }
.emerald .accentColor,.emerald.accentColor { color:rgb(0, 138, 0); }
.emerald .accentHover:hover,.emerald .accentHover a:hover,.emerald.accentHover a:hover { color:rgb(0, 138, 0); }
.emerald .accentVisited:visited,.emerald .accentVisited a:visited { color:rgb(0, 138, 0); }
.emerald.accentLink,.emerald.accentLink:link,.emerald.accentLink:hover,.emerald.accentLink:visited,
.emerald.accentVisited:visited,.emerald.accentHover:hover,.accentHover .emerald a:hover,
.emerald .accentLink,.emerald .accentLink:link,.emerald .accentLink:hover,.emerald .accentLink:visited { color:rgb(0, 138, 0); }
.green .accent, .green.live-tile, .green .live-tile .accent,
.green .live-tile>div, .green .list-tile>div,
.green .live-tile>div.slide-back, .green .flip-list>li>div { background-color:rgb(51,153,51); }
.green .accentBorder,.green.accentBorder { border-color:rgb(51,153,51); }
.green .accentColor,.green.accentColor { color:rgb(51,153,51); }
.green .accentHover:hover,.green .accentHover a:hover,.green.accentHover a:hover { color:rgb(51,153,51); }
.green .accentVisited:visited,.green .accentVisited a:visited { color:rgb(51,153,51); }
.green.accentLink,.green.accentLink:link,.green.accentLink:hover,.green.accentLink:visited,
.green.accentVisited:visited,.green.accentHover:hover,.accentHover .green a:hover,
.green .accentLink,.green .accentLink:link,.green .accentLink:hover,.green .accentLink:visited { color:rgb(51,153,51); }
.indigo .accent, .indigo.live-tile, .indigo .live-tile .accent,
.indigo .live-tile>div, .indigo .list-tile>div,
.indigo .live-tile>div.slide-back, .indigo .flip-list>li>div { background-color:rgb(106,0,255); }
.indigo .accentBorder,.indigo.accentBorder { border-color:rgb(106,0,255); }
.indigo .accentColor,.indigo.accentColor { color:rgb(106,0,255); }
.indigo .accentHover:hover,.indigo .accentHover a:hover,.indigo.accentHover a:hover { color:rgb(106,0,255); }
.indigo .accentVisited:visited,.indigo .accentVisited a:visited { color:rgb(106,0,255); }
.indigo.accentLink,.indigo.accentLink:link,.indigo.accentLink:hover,.indigo.accentLink:visited,
.indigo.accentVisited:visited,.indigo.accentHover:hover,.accentHover .indigo a:hover,
.indigo .accentLink,.indigo .accentLink:link,.indigo .accentLink:hover,.indigo .accentLink:visited { color:rgb(106,0,255); }
.lime .accent, .lime .live-tile .accent,
.lime .live-tile>div, .lime .list-tile>div,
.lime .live-tile>div.slide-back, .lime .flip-list>li>div { background-color:rgb(162,193,57); }
.lime .accentBorder,.lime.accentBorder { border-color:rgb(162,193,57); }
.lime .accentColor,.lime.accentColor { color:rgb(162,193,57); }
.lime .accentHover:hover,.lime .accentHover a:hover,.lime.accentHover a:hover { color:rgb(162,193,57); }
.lime .accentVisited:visited,.lime .accentVisited a:visited { color:rgb(162,193,57); }
.lime.accentLink,.lime.accentLink:link,.lime.accentLink:hover,.lime.accentLink:visited,
.lime.accentVisited:visited,.lime.accentHover:hover,.accentHover .lime a:hover,
.lime .accentLink,.lime .accentLink:link,.lime .accentLink:hover,.lime .accentLink:visited { color:rgb(162,193,57); }
.magenta .accent, .magenta.live-tile, .magenta .live-tile .accent,
.magenta .live-tile>div, .magenta .list-tile>div,
.magenta .live-tile>div.slide-back, .magenta .flip-list>li>div { background-color:rgb(216,0,115); }
.magenta .accentBorder,.magenta.accentBorder { border-color:rgb(216,0,115); }
.magenta .accentColor,.magenta.accentColor { color:rgb(216,0,115); }
.magenta .accentHover:hover,.magenta .accentHover a:hover,.magenta.accentHover a:hover { color:rgb(216,0,115); }
.magenta .accentVisited:visited,.magenta .accentVisited a:visited { color:rgb(216,0,115); }
.magenta.accentLink,.magenta.accentLink:link,.magenta.accentLink:hover,.magenta.accentLink:visited,
.magenta.accentVisited:visited,.magenta.accentHover:hover,.accentHover .magenta a:hover,
.magenta .accentLink,.magenta .accentLink:link,.magenta .accentLink:hover,.magenta .accentLink:visited { color:rgb(216,0,115); }
.mango .accent, .mango.live-tile, .mango .live-tile .accent,
.mango .live-tile>div, .mango .list-tile>div,
.mango .live-tile>div.slide-back, .mango .flip-list>li>div { background-color:rgb(240,150,9); }
.mango .accentBorder,.mango.accentBorder { border-color:rgb(240,150,9); }
.mango .accentColor,.mango.accentColor { color:rgb(240,150,9); }
.mango .accentHover:hover,.mango .accentHover: a:hover,.mango.accentHover: a:hover { color:rgb(240,150,9); }
.mango .accentVisited:visited,.mango .accentVisited a:visited { color:rgb(240,150,9); }
.mango.accentLink,.mango.accentLink:link,.mango.accentLink:hover,.mango.accentLink:visited,
.mango.accentVisited:visited,.mango.accentHover:hover,.accentHover .mango a:hover,
.mango .accentLink,.mango .accentLink:link,.mango .accentLink:hover,.mango .accentLink:visited { color:rgb(240,150,9); }
.mauve .accent, .mauve.live-tile, .mauve .live-tile .accent,
.mauve .live-tile>div, .mauve .list-tile>div,
.mauve .live-tile>div.slide-back, .mauve .flip-list>li>div { background-color:rgb(118,95,137); }
.mauve .accentBorder,.mauve.accentBorder { border-color:rgb(118,95,137); }
.mauve .accentColor,.mauve.accentColor { color:rgb(118,95,137); }
.mauve .accentHover:hover,.mauve .accentHover: a:hover,.mauve.accentHover: a:hover { color:rgb(118,95,137); }
.mauve .accentVisited:visited,.mauve .accentVisited a:visited { color:rgb(118,95,137); }
.mauve.accentLink,.mauve.accentLink:link,.mauve.accentLink:hover,.mauve.accentLink:visited,
.mauve.accentVisited:visited,.mauve.accentHover:hover,.accentHover .mauve a:hover,
.mauve .accentLink,.mauve .accentLink:link,.mauve .accentLink:hover,.mauve .accentLink:visited { color:rgb(118,95,137); }
.olive .accent, .olive.live-tile, .olive .live-tile .accent,
.olive .live-tile>div, .olive .list-tile>div,
.olive .live-tile>div.slide-back, .olive .flip-list>li>div { background-color:rgb(109,135,100); }
.olive .accentBorder,.olive.accentBorder { border-color:rgb(109,135,100); }
.olive .accentColor,.olive.accentColor { color:rgb(109,135,100); }
.olive .accentHover:hover,.olive .accentHover: a:hover,.olive.accentHover: a:hover { color:rgb(109,135,100); }
.olive .accentVisited:visited,.olive .accentVisited a:visited { color:rgb(109,135,100); }
.olive.accentLink,.olive.accentLink:link,.olive.accentLink:hover,.olive.accentLink:visited,
.olive.accentVisited:visited,.olive.accentHover:hover,.accentHover .olive a:hover,
.olive .accentLink,.olive .accentLink:link,.olive .accentLink:hover,.olive .accentLink:visited { color:rgb(109,135,100); }
.orange .accent, .orange.live-tile, .orange .live-tile .accent,
.orange .live-tile>div, .orange .list-tile>div,
.orange .live-tile>div.slide-back, .orange .flip-list>li>div { background-color:rgb(250,104,1); }
.orange .accentBorder,.orange.accentBorder { border-color:rgb(250,104,1); }
.orange .accentColor,.orange.accentColor { color:rgb(250,104,1); }
.orange .accentHover:hover,.orange .accentHover: a:hover,.orange.accentHover: a:hover { color:rgb(250,104,1); }
.orange .accentVisited:visited,.orange .accentVisited a:visited { color:rgb(250,104,1); }
.orange.accentLink,.orange.accentLink:link,.orange.accentLink:hover,.orange.accentLink:visited,
.orange.accentVisited:visited,.orange.accentHover:hover,.accentHover .orange a:hover,
.orange .accentLink,.orange .accentLink:link,.orange .accentLink:hover,.orange .accentLink:visited { color:rgb(250,104,1); }
.pink .accent, .pink .live-tile .accent,
.pink .live-tile>div, .pink .list-tile>div,
.pink .live-tile>div.slide-back, .pink .flip-list>li>div { background-color:rgb(230,113,184); }
.pink .accentBorder,.pink.accentBorder { border-color:rgb(230,113,184); }
.pink .accentColor,.pink.accentColor { color:rgb(230,113,184); }
.pink .accentHover:hover,.pink .accentHover a:hover,.pink.accentHover a:hover { color:rgb(230,113,184); }
.pink .accentVisited:visited,.pink .accentVisited a:visited { color:rgb(230,113,184); }
.pink.accentLink,.pink.accentLink:link,.pink.accentLink:hover,.pink.accentLink:visited,
.pink.accentVisited:visited,.pink.accentHover:hover,.accentHover .pink a:hover,
.pink .accentLink,.pink .accentLink:link,.pink .accentLink:hover,.pink .accentLink:visited { color:rgb(230,113,184); }
.purple .accent, .purple .live-tile .accent,.violet .accent, .violet .live-tile .accent,
.purple .live-tile>div, .purple .list-tile>div, .violet .live-tile>div, .violet .list-tile>div,
.purple .live-tile>div.slide-back, .purple .flip-list>li>div, .violet .live-tile>div.slide-back, .violet .flip-list>li>div
{ background-color:rgb(162,0,255); }
.purple .accentBorder,.purple.accentBorder, .violet .accentBorder,.violet.accentBorder {border-color:rgb(162,0,255); }
.purple .accentColor,.purple.accentColor, .violet .accentColor,.violet.accentColor { color:rgb(162,0,255); }
.purple .accentHover:hover,.purple .accentHover a:hover,.purple.accentHover a:hover,
.violet .accentHover:hover,.violet .accentHover a:hover,.violet.accentHover a:hover { color:rgb(162,0,255); }
.purple .accentVisited:visited,.purple .accentVisited a:visited,
.violet .accentVisited:visited,.violet .accentVisited a:visited { color:rgb(162,0,255); }
.purple.accentLink,.purple.accentLink:link,.purple.accentLink:hover,.purple.accentLink:visited,
.violet.accentLink,.violet.accentLink:link,.violet.accentLink:hover,.violet.accentLink:visited,
.purple.accentVisited:visited,.purple.accentHover:hover,.violet.accentVisited:visited,.violet.accentHover:hover,
.purple .accentLink,.purple .accentLink:link,.purple .accentLink:hover,.purple .accentLink:visited,.accentHover .purple a:hover,
.violet .accentLink,.violet .accentLink:link,.violet .accentLink:hover,.violet .accentLink:visited,.accentHover .violet a:hover { color:rgb(162,0,255); }
.red .accent, .red .live-tile .accent,
.red .live-tile>div, .red .list-tile>div,
.red .live-tile>div.slide-back, .red .flip-list>li>div { background-color:rgb(229,20,0); }
.red .accentBorder,.red.accentBorder { border-color:rgb(229,20,0); }
.red .accentColor,.red.accentColor { color:rgb(229,20,0); }
.red .accentHover:hover,.red .accentHover a:hover,.red.accentHover a:hover { color:rgb(229,20,0); }
.red .accentVisited:visited,.red .accentVisited a:visited { color:rgb(229,20,0); }
.red.accentLink,.red.accentLink:link,.red.accentLink:hover,.red.accentLink:visited,
.red.accentVisited:visited,.red.accentHover:hover,
.red .accentLink,.red .accentLink:link,.red .accentLink:hover,.red .accentLink:visited,.accentHover .red a:hover { color:rgb(229,20,0); }
.sienna .accent, .sienna .live-tile .accent,
.sienna .live-tile>div, .sienna .list-tile>div,
.sienna .live-tile>div.slide-back, .sienna .flip-list>li>div { background-color:rgb(123,58,62); }
.sienna .accentBorder,.sienna.accentBorder { border-color:rgb(123,58,62); }
.sienna .accentColor,.sienna.accentColor { color:rgb(123,58,62); }
.sienna .accentHover:hover,.sienna .accentHover a:hover,.sienna.accentHover a:hover { color:rgb(123,58,62); }
.sienna .accentVisited:visited,.sienna .accentVisited a:visited { color:rgb(123,58,62); }
.sienna.accentLink,.sienna.accentLink:link,.sienna.accentLink:hover,.sienna.accentLink:visited,
.sienna.accentVisited:visited,.sienna.accentHover:hover,.accentHover .sienna a:hover,
.sienna .accentLink,.sienna .accentLink:link,.sienna .accentLink:hover,.sienna .accentLink:visited { color:rgb(123,58,62); }
.steel .accent, .steel .live-tile .accent,
.steel .live-tile>div, .steel .list-tile>div,
.steel .live-tile>div.slide-back, .steel .flip-list>li>div { background-color:rgb(101,118,136); }
.steel .accentBorder,.steel.accentBorder { border-color:rgb(101,118,136); }
.steel .accentColor,.steel.accentColor { color:rgb(101,118,136); }
.steel .accentHover:hover,.steel .accentHover a:hover,.steel.accentHover a:hover { color:rgb(101,118,136); }
.steel .accentVisited:visited,.steel .accentVisited a:visited { color:rgb(101,118,136); }
.steel.accentLink,.steel.accentLink:link,.steel.accentLink:hover,.steel.accentLink:visited,
.steel.accentVisited:visited,.steel.accentHover:hover,.accentHover .steel a:hover,
.steel .accentLink,.steel .accentLink:link,.steel .accentLink:hover,.steel .accentLink:visited { color:rgb(101,118,136); }
.teal .accent, .teal .live-tile .accent,
.teal .live-tile>div, .teal .list-tile>div,
.teal .live-tile>div.slide-back, .teal .flip-list>li>div { background-color:rgb(0,171,169); }
.teal .accentBorder,.teal.accentBorder { border-color:rgb(0,171,169); }
.teal .accentColor,.teal.accentColor { color:rgb(0,171,169); }
.teal .accentHover:hover,.teal .accentHover a:hover,.teal.accentHover a:hover { color:rgb(0,171,169); }
.teal .accentVisited:visited,.teal .accentVisited a:visited { color:rgb(0,171,169); }
.teal.accentLink,.teal.accentLink:link,.teal.accentLink:hover,.teal.accentLink:visited,
.teal.accentVisited:visited,.teal.accentHover:hover,.accentHover .teal a:hover,
.teal .accentLink,.teal .accentLink:link,.teal .accentLink:hover,.teal .accentLink:visited { color:rgb(0,171,169); }
.yellow .accent, .yellow .live-tile .accent,
.yellow .live-tile>div, .yellow .list-tile>div,
.yellow .live-tile>div.slide-back, .yellow .flip-list>li>div { background-color:rgb(216,193,1); }
.yellow .accentBorder,.yellow.accentBorder { border-color:rgb(216,193,1); }
.yellow .accentColor,.yellow.accentColor { color:rgb(216,193,1); }
.yellow .accentHover:hover,.yellow .accentHover a:hover,.yellow.accentHover a:hover { color:rgb(216,193,1); }
.yellow .accentVisited:visited,.yellow .accentVisited a:visited { color:rgb(216,193,1); }
.yellow.accentLink,.yellow.accentLink:link,.yellow.accentLink:hover,.yellow.accentLink:visited,
.yellow.accentVisited:visited,.yellow.accentHover:hover,.accentHover .yellow a:hover,
.yellow .accentLink,.yellow .accentLink:link,.yellow .accentLink:hover,.yellow .accentLink:visited { color:rgb(216,193,1); }
/* local theme overrides */
.amber.live-tile, .amber.live-tile .accent,.amber.accent,
.amber.live-tile>div, .amber.list-tile>div,
.amber.live-tile>div.slide-back, .amber.list-tile .flip-list>li>div { background-color:rgb(241, 163, 11); }
.blue.live-tile, .blue.live-tile .accent,.blue.accent,
.blue.live-tile>div, .blue.list-tile>div,
.blue.live-tile>div.slide-back, .blue.list-tile .flip-list>li>div { background-color:rgb(27,161,226); }
.brown.live-tile, .brown.live-tile .accent,.brown.accent,
.brown.live-tile>div, .brown.list-tile>div,
.brown.live-tile>div.slide-back, .brown.list-tile .flip-list>li>div { background-color:rgb(160,80,0); }
.cobalt.live-tile, .cobalt.live-tile .accent,.cobalt.accent,
.cobalt.live-tile>div, .cobalt.list-tile>div,
.cobalt.live-tile>div.slide-back, .cobalt.list-tile .flip-list>li>div { background-color:rgb(0, 80, 239); }
.crimson.live-tile, .crimson.live-tile .accent,.crimson.accent,
.crimson.live-tile>div, .crimson.list-tile>div,
.crimson.live-tile>div.slide-back, .crimson.list-tile .flip-list>li>div { background-color:rgb(162, 0, 37); }
.cyan.live-tile, .cyan.live-tile .accent,.cyan.accent,
.cyan.live-tile>div, .cyan.list-tile>div,
.cyan.live-tile>div.slide-back, .cyan.list-tile .flip-list>li>div { background-color:rgb(27, 160, 225); }
.emerald.live-tile, .emerald.live-tile .accent,.emerald.accent,
.emerald.live-tile>div, .emerald.list-tile>div,
.emerald.live-tile>div.slide-back, .emerald.list-tile .flip-list>li>div { background-color:rgb(0, 138, 0); }
.green.live-tile, .green.live-tile .accent,.green.accent,
.green.live-tile>div, .green.list-tile>div,
.green.live-tile>div.slide-back, .green.list-tile .flip-list>li>div { background-color:rgb(51,153,51); }
.indigo.live-tile, .indigo.live-tile .accent,.indigo.accent,
.indigo.live-tile>div, .indigo.list-tile>div,
.indigo.live-tile>div.slide-back, .indigo.list-tile .flip-list>li>div { background-color:rgb(106,0,255); }
.lime.live-tile, .lime.live-tile .accent,.lime.accent,
.lime.live-tile>div, .lime.list-tile>div,
.lime.live-tile>div.slide-back, .lime.list-tile .flip-list>li>div { background-color:rgb(162,193,57); }
.magenta.live-tile, .magenta.live-tile .accent,.magenta.accent,
.magenta.live-tile>div, .magenta.list-tile>div,
.magenta.live-tile>div.slide-back, .magenta.list-tile .flip-list>li>div { background-color:rgb(216,0,115); }
.mango.live-tile, .mango.live-tile .accent,.mango.accent,
.mango.live-tile>div, .mango.list-tile>div,
.mango.live-tile>div.slide-back, .mango.list-tile .flip-list>li>div { background-color:rgb(240,150,9); }
.mauve.live-tile, .mauve.live-tile .accent,.mauve.accent,
.mauve.live-tile>div, .mauve.list-tile>div,
.mauve.live-tile>div.slide-back, .mauve.list-tile .flip-list>li>div { background-color:rgb(118,95,137); }
.olive.live-tile, .olive.live-tile .accent,.olive.accent,
.olive.live-tile>div, .olive.list-tile>div,
.olive.live-tile>div.slide-back, .olive.list-tile .flip-list>li>div { background-color:rgb(109,135,100); }
.orange.live-tile, .orange.live-tile .accent,.orange.accent,
.orange.live-tile>div, .orange.list-tile>div,
.orange.live-tile>div.slide-back, .orange.list-tile .flip-list>li>div { background-color:rgb(250,104,1); }
.pink.live-tile, .pink.live-tile .accent,.pink.accent,
.pink.live-tile>div, .pink.list-tile>div,
.pink.live-tile>div.slide-back, .pink.list-tile .flip-list>li>div { background-color:rgb(230,113,184); }
.purple.live-tile, .purple.live-tile .accent,.purple.accent,
.violet.live-tile, .violet.live-tile .accent,.violet.accent,
.purple.live-tile>div, .purple.list-tile>div,.violet.live-tile>div, .violet.list-tile>div,
.purple.live-tile>div.slide-back, .purple.list-tile .flip-list>li>div,
.violet.live-tile>div.slide-back, .violet.list-tile .flip-list>li>div { background-color:rgb(162,0,255); }
.red.live-tile, .red.live-tile .accent,.red.accent,
.red.live-tile>div, .red.list-tile>div,
.red.live-tile>div.slide-back, .red.list-tile .flip-list>li>div { background-color:rgb(229,20,0); }
.sienna.live-tile, .sienna.live-tile .accent,.sienna.accent,
.sienna.live-tile>div, .sienna.list-tile>div,
.sienna.live-tile>div.slide-back, .sienna.list-tile .flip-list>li>div { background-color:rgb(123,58,62); }
.steel.live-tile, .steel.live-tile .accent,.steel.accent,
.steel.live-tile>div, .steel.list-tile>div,
.steel.live-tile>div.slide-back, .steel.list-tile .flip-list>li>div { background-color:rgb(101,118,136); }
.teal.live-tile, .teal.live-tile .accent, .teal.accent,
.teal.live-tile>div, .teal.list-tile>div,
.teal.live-tile>div.slide-back, .teal.list-tile .flip-list>li>div { background-color:rgb(0,171,169); }
.yellow.live-tile, .yellow.live-tile .accent, .yellow.accent,
.yellow.live-tile>div, .yellow.list-tile>div,
.yellow.live-tile>div.slide-back, .yellow.list-tile .flip-list>li>div { background-color:rgb(216,193,1); }.live-tile.flip { background:none;}
/* flip-list tile grid sprite styles */
.nineTiles
{
/* set a default image here
background-image:url('/content/images/yourimage.jpg');
*/
}
.flip-list.nineTiles>li,.flip-list.nineTiles>li>div,.flip-list.nineTiles>li>div>img,.flip-list.nineTiles>li>div>a
{
height:60px; width:60px; border:none; padding:0; margin:0;
}
.nineTiles1 { background-position: 0px 0px; }
.nineTiles2 { background-position: -60px 0px; }
.nineTiles3 { background-position: -120px 0px; }
.nineTiles4 { background-position: 0px -60px; }
.nineTiles5 { background-position: -60px -60px; }
.nineTiles6 { background-position: -120px -60px; }
.nineTiles7 { background-position: 0px -120px; }
.nineTiles8 { background-position: -60px -120px; }
.nineTiles9 { background-position: -120px -120px; }
.fourTiles {}
.flip-list.fourTiles>li,.flip-list.fourTiles>li>div,.flip-list.fourTiles>li>div>img,.flip-list.fourTiles>li>div>a
{
border:none; padding:0; margin:0;
height:90px;
width:90px;
}
.fourTiles1 { background-position: 0px 0px; }
.fourTiles2 { background-position: -90px 0px; }
.fourTiles3 { background-position: 0px -90px; }
.fourTiles4 { background-position: -90px -90px; }
/* application-bar styles */
.appbar
{
background-color:#212021;
bottom:0px;
color: #fff;
font-size: .9em;
height:60px;
left:0px;
line-height: normal;
margin:0;
overflow:hidden;
padding: 10px 0;
position:fixed;
text-align: center;
width:100%;
z-index:100;
}
.light .appbar { background-color:#dfdfdf; color:#000; }
.dark .appbar { background-color:#212021; }
.appbar .clear { clear:both; }
.appbar-buttons {
padding: 0 0 2px;
position: relative;
margin: 0 auto;
text-align: right;
width:252px;
}
.appbar-buttons li {
display: inline;
padding: 0 10px;
float:left;
list-style: none;
}
.appbar-buttons li a {
font-weight: bold;
background-color: transparent;
color: #fff;
}
.light .appbar-buttons li a { color:#000; }
.appbar-buttons a>img { background-image:url('images/metroIcons.jpg'); background-repeat:no-repeat; height:64px; width:64px; border:none;}
.light .appbar-buttons a>img { background-image:url('images/metroIcons_light.jpg'); }
.appbar-buttons a.home>img { background-position:-104px -12px; }
.appbar-buttons a.about>img { background-position:-198px -99px; }
.appbar-buttons a.twitter>img { background-position:-198px -12px; }
.appbar-buttons li a:active, ul#menu li.selected a, .appbar-buttons li a:hover { text-decoration: none; }
.appbar a.etc, .appbar a:hover.etc,.appbar a:visited.etc
{
color:#fff;
cursor:pointer;
display:block;
font-size:32px;
height:60px;
position:absolute;
right:0px;
text-decoration:none;
top:0px;
width:60px;
}
.light .appbar a.etc, .light .appbar a:hover.etc,
.light .appbar a:visited.etc { color:#000; }
.appbar .charm-title { font-size:10px; display:block; text-align:center; }
.appbar .theme-options { display:block; width:644px; margin:0px auto; }
.appbar .theme-options>li { margin:7px; display:inline; float:left; line-height:24px; height:24px; width:24px; }
.appbar .theme-options>li>a, .appbar .theme-options>li>a:hover,
.appbar .theme-options>li>a:visited { display:block; padding:0px; text-decoration:none; height:24px; width:24px; }
.appbar .base-theme-options { display:block; width:130px; margin:0px auto; }
.appbar .base-theme-options>li { margin:7px; display:inline; float:left; line-height:24px; height:24px; width:24px; }
.appbar .base-theme-options>li>a, .appbar .base-theme-options>li>a:hover,
.appbar .base-theme-options>li>a:visited { display:block; padding:0px; text-decoration:none; height:24px; width:24px; }
.appbar .base-theme-options>li>a.dark.accent { background-color:#000; }
/* Media queries */
@media screen and (max-width: 1025px)
{
.appbar .theme-options { width:650px; } /* ensures alignment and no wrapping on ipad */
.appbar .base-theme-options { width:140px; } /* ensures alignment and no wrapping on ipad */
}
@media screen and (max-width: 801px)
{
.appbar .theme-options { width:360px; }
}
/* ------ Hardware Accelerated CSS3 Animations --------*/
/* flip */
.flip-list>li>.ha.flip-back, .flip-list>li>.ha.flip-back img
{
/* override the values set for margin and ensure the back tile is visible */
margin:0px !important;
height:100%;
}
.live-tile>.ha.flip-front, .flip-list>li>.ha.flip-front
{
position:absolute;
/* time to start repeating ourselves
note: we are not setting a duration or delay here,
that is added in script */
-webkit-animation-name:flipfront180;
-webkit-animation-play-state:paused;
-webkit-animation-fill-mode:forwards;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: linear;
-moz-animation-name:flipfront180;
-moz-animation-play-state:paused;
-moz-animation-fill-mode:forwards;
-moz-animation-iteration-count: 1;
-moz-animation-timing-function: linear;
-ms-animation-name:flipfront180;
-ms-animation-play-state:paused;
-ms-animation-fill-mode:forwards;
-ms-animation-iteration-count: 1;
-ms-animation-timing-function: linear;
-o-animation-name:flipfront180;
-o-animation-play-state:paused;
-o-animation-fill-mode:forwards;
-o-animation-iteration-count: 1;
-o-animation-timing-function: linear;
animation-name:flipfront180;
animation-play-state:paused;
animation-fill-mode:forwards;
animation-iteration-count: 1;
animation-timing-function: linear;
}
.live-tile>.ha.flip-back, .flip-list>li>.ha.flip-back
{
position:absolute;
-webkit-animation-name:flipback180;
-webkit-animation-play-state:paused;
-webkit-animation-fill-mode:forwards;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: linear;
-moz-animation-name:flipback180;
-moz-animation-play-state:paused;
-moz-animation-fill-mode:forwards;
-moz-animation-iteration-count: 1;
-moz-animation-timing-function: linear;
-ms-animation-name:flipback180;
-ms-animation-play-state:paused;
-ms-animation-fill-mode:forwards;
-ms-animation-iteration-count: 1;
-ms-animation-timing-function: linear;
-o-animation-name:flipback180;
-o-animation-play-state:paused;
-o-animation-fill-mode:forwards;
-o-animation-iteration-count: 1;
-o-animation-timing-function: linear;
animation-name:flipback180;
animation-play-state:paused;
animation-fill-mode:forwards;
animation-iteration-count: 1;
animation-timing-function: linear;
}
/* Flip Vertical */
@-keyframes flipfront180 {
from { z-index:20; transform: rotateX(0deg); }
49% { z-index:20; }
50% { z-index:10; }
to { z-index:10; transform: rotateX(-180deg); }
}
@-webkit-keyframes flipfront180 {
from { z-index:20; -webkit-transform: rotateX(0deg); }
49% { z-index:20; }
50% { z-index:10; }
to { z-index:10; -webkit-transform: rotateX(-180deg); }
}
@-moz-keyframes flipfront180 {
0% { z-index:20; -moz-transform: rotateX(0deg); }
49% { z-index:20; }
50% { z-index:10; }
100% { z-index:10; -moz-transform: rotateX(-180deg); }
}
@-ms-keyframes flipfront180 {
from { z-index:20; -ms-transform: rotateX(0deg); }
49% { z-index:20; }
50% { z-index:10; }
to { z-index:10; -ms-transform: rotateX(-180deg); }
}
@-o-keyframes flipfront180 {
from { z-index:20; -o-transform: rotateX(0deg); }
49% { z-index:20; }
50% { z-index:10; }
to { z-index:10; -o-transform: rotateX(-180deg); }
}
@-keyframes flipback180 {
0% { z-index:10; transform: rotateX(180deg); }
49% { z-index:10; }
50% { z-index:20; }
100% { z-index:20; transform: rotateX(0deg); }
}
@-webkit-keyframes flipback180 {
from { z-index:10; -webkit-transform: rotateX(180deg); }
49% { z-index:10; }
50% { z-index:20; }
to { z-index:20; -webkit-transform: rotateX(0deg); }
}
@-moz-keyframes flipback180 {
0% { z-index:10; -moz-transform: rotateX(180deg); }
49% { z-index:10; }
50% { z-index:20; }
100% { z-index:20; -moz-transform: rotateX(0deg); }
}
@-ms-keyframes flipback180 {
from { z-index:10; -ms-transform: rotateX(180deg); }
49% { z-index:10; }
50% { z-index:20; }
to { z-index:20; -ms-transform: rotateX(0deg); }
}
@-o-keyframes flipback180 {
from { z-index:10; -o-transform: rotateX(180deg); }
49% { z-index:10; }
50% { z-index:20; }
to { z-index:20; -o-transform: rotateX(0deg); }
}
/* Flip Horizontal */
@-keyframes flipfrontY180 {
0% { z-index:20; transform: rotateY(0deg); }
49% { z-index:20; }
50% { z-index:10; }
100% { z-index:10; transform: rotateY(-180deg); }
}
@-webkit-keyframes flipfrontY180 {
from { z-index:20; -webkit-transform: rotateY(0deg); }
49% { z-index:20; }
50% { z-index:10; }
to { z-index:10; -webkit-transform: rotateY(-180deg); }
}
@-moz-keyframes flipfrontY180 {
0% { z-index:20; -moz-transform: rotateY(0deg); }
49% { z-index:20; }
50% { z-index:10; }
100% { z-index:10; -moz-transform: rotateY(-180deg); }
}
@-ms-keyframes flipfrontY180 {
from { z-index:20; -ms-transform: rotateY(0deg); }
49% { z-index:20; }
50% { z-index:10; }
to { z-index:10; -ms-transform: rotateY(-180deg); }
}
@-o-keyframes flipfrontY180 {
from { z-index:20; -o-transform: rotateY(0deg); }
49% { z-index:20; }
50% { z-index:10; }
to { z-index:10; -o-transform: rotateY(-180deg); }
}
@-keyframes flipbackY180 {
0% { z-index:10; transform: rotateY(180deg); }
49% { z-index:10; }
50% { z-index:20; }
100% { z-index:20; transform: rotateY(0deg); }
}
@-webkit-keyframes flipbackY180 {
from { z-index:10; -webkit-transform: rotateY(180deg); }
49% { z-index:10; }
50% { z-index:20; }
to { z-index:20; -webkit-transform: rotateY(0deg); }
}
@-moz-keyframes flipbackY180 {
0% { z-index:10; -moz-transform: rotateY(180deg); }
49% { z-index:10; }
50% { z-index:20; }
100% { z-index:20; -moz-transform: rotateY(0deg); }
}
@-ms-keyframes flipbackY180 {
from { z-index:10; -ms-transform: rotateY(180deg); }
49% { z-index:10; }
50% { z-index:20; }
to { z-index:20; -ms-transform: rotateY(0deg); }
}
@-o-keyframes flipbackY180 {
from { z-index:10; -o-transform: rotateY(180deg); }
49% { z-index:10; }
50% { z-index:20; }
to { z-index:20; -o-transform: rotateY(0deg); }
} | 0.41052 | 0.08141 |
* {
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
font-size: 16px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
background-color: #435165;
}
.input_new{
border-radius: 10px;
border: 1px solid #aaaaaa;
padding-left: 2%;
padding-top: 1%;
padding-right: 2%;
padding-bottom: 1%;
font-family: roboto,'Noto Sans Myanmar UI',arial,sans-serif;
letter-spacing: 0.1px;
font-size: 15px;
width: 100%
}
img{
max-width: 44.5vw;
max-height: 44.5vw;
}
@media (min-width: 400px){
.login {
width: 400px;
background-color: #ffffff;
box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
margin: 100px auto;
border-radius: 10px;
}
}
@media (max-width: 399px){
.login {
width: 100%;
background-color: #ffffff;
box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
margin: 5% auto;
border-radius: 10px;
}
}
@media (max-width: 238px){
.login form label{
display: none !important;
}
.label{
display: none !important;
}
.button_login_new{
width: 80% !important;
}
.button_additional_new{
margin-left: 0 !important;
width: 80% !important;
}
}
@media (min-width: 600px){
.main_module {
width: 600px;
background-color: #ffffff;
box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
margin: 100px auto;
border-radius: 10px;
}
}
@media (max-width: 599px){
.main_module {
width: 100%;
background-color: #ffffff;
box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
margin: 5% auto;
border-radius: 10px;
}
}
.main_module h1 {
text-align: center;
color: #202124;
font-size: 24px;
padding: 20px 0 20px 0;
border-bottom: 1px solid #dee0e4;
}
.main_module h2 {
text-align: center;
color: #202124;
font-size: 20px;
padding: 10px 0 10px 0;
margin-left: auto;
}
.center{
margin-right: auto;
margin-left: auto;
}
.login h1 {
text-align: center;
color: #202124;
font-size: 24px;
padding: 20px 0 20px 0;
border-bottom: 1px solid #dee0e4;
}
.login h2 {
text-align: center;
color: #202124;
font-size: 20px;
padding: 10px 0 10px 0;
}
.login form {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding-top: 20px;
}
.login form label {
display: flex;
justify-content: center;
align-items: center;
width: 50px;
height: 50px;
background-color: #3274d6;
color: #ffffff;
}
.label {
display: flex;
justify-content: center;
align-items: center;
width: 50px;
height: 50px;
background-color: #3274d6;
color: #ffffff;
}
.main_module form input[type="email"], .main_module form input[type="password"], .main_module form input[type="text"], .main_module form input[type="number"], .main_module form input[type="date"] {
width: 77.5%;
height: 50px;
border: 1px solid #dee0e4;
margin-bottom: 20px;
padding: 0 15px;
}
.login form input[type="email"], .login form input[type="password"], .login form input[type="text"], .login form input[type="number"] {
width: 77.5%;
height: 50px;
border: 1px solid #dee0e4;
margin-bottom: 20px;
padding: 0 15px;
}
.button_login {
width: 100%;
padding: 15px;
margin-top: 20px;
background-color: #3274d6;
border: 0;
cursor: pointer;
font-weight: bold;
color: #ffffff;
transition: background-color 0.2s;
}
.button_login:hover {
background-color: #2868c7;
transition: background-color 0.2s;
}
.button_login_new {
width: 40%;
padding: 15px;
margin-top: 20px;
background-color: #3274d6;
border: 0;
cursor: pointer;
font-weight: bold;
color: #ffffff;
transition: background-color 0.2s;
border-radius: 50px;
}
.button_login_new:hover {
background-color: #2868c7;
transition: background-color 0.2s;
}
.button_login_new_totp {
width: 80%;
margin-bottom: 4%;
padding: 15px;
margin-top: 20px;
background-color: #3274d6;
border: 0;
cursor: pointer;
font-weight: bold;
color: #ffffff;
transition: background-color 0.2s;
border-radius: 50px;
}
.button_login_new_totp:hover {
background-color: #2868c7;
transition: background-color 0.2s;
}
.button_login_new_long {
width: 80%;
padding: 15px;
margin-top: 20px;
background-color: #3274d6;
border: 0;
cursor: pointer;
font-weight: bold;
color: #ffffff;
transition: background-color 0.2s;
border-radius: 50px;
}
.button_login_new_long:hover {
background-color: #2868c7;
transition: background-color 0.2s;
}
.button_login_new_long_mrg {
width: 80%;
padding: 15px;
margin-top: 10px;
margin-bottom: 10px;
background-color: #3274d6;
border: 0;
cursor: pointer;
font-weight: bold;
color: #ffffff;
transition: background-color 0.2s;
border-radius: 50px;
}
.button_login_new_long_mrg:hover {
background-color: #2868c7;
transition: background-color 0.2s;
}
.button_additional {
margin: 0 0 0 0;
width: 50%;
padding: 15px;
background-color: #6495ED;
border: 0;
cursor: pointer;
font-weight: bold;
color: #ffffff;
transition: background-color 0.2s;
}
.button_additional:hover {
background-color: #2868c7;
transition: background-color 0.2s;
}
.button_additional_new {
margin: 0 0 0 0;
width: 40%;
padding: 15px;
margin-top: 20px;
margin-left: 3%;
background-color: #ffffff;
border: 0;
cursor: pointer;
font-weight: bold;
color: #5b6574;
transition: background-color 0.2s;
border-radius: 50px;
}
.button_additional_new:hover {
background-color: #eef;
transition: background-color 0.2s;
}
.button_additional_long {
display: block;
width: 80%;
margin: 0 auto;
padding: 15px;
margin-top: 10px;
margin-bottom: 10px;
background-color: #ffffff;
border: 0;
cursor: pointer;
font-weight: bold;
color: #5b6574;
transition: background-color 0.2s;
border-radius: 50px;
}
.button_additional_long:hover {
background-color: #eef;
transition: background-color 0.2s;
}
.button_additional_long_nomrg {
margin: 0 0 0 0;
width: 80%;
padding: 15px;
margin-top: 10px;
background-color: #ffffff;
border: 0;
cursor: pointer;
font-weight: bold;
color: #5b6574;
transition: background-color 0.2s;
border-radius: 50px;
}
.button_additional_long_nomrg:hover {
background-color: #eef;
transition: background-color 0.2s;
}
.button_additional_full {
margin: 0 0 0 0;
width: 100%;
padding: 15px;
background-color: #6495ED;
border: 0;
cursor: pointer;
font-weight: bold;
color: #ffffff;
transition: background-color 0.2s;
}
.button_additional_full:hover {
background-color: #2868c7;
transition: background-color 0.2s;
}
.button_cancel {
display: block;
margin-left: auto;
margin-right: auto;
width: 80%;
padding: 15px;
background-color: #a00;
border: 0;
cursor: pointer;
font-weight: bold;
color: #ffffff;
transition: background-color 0.2s;
}
.button_cancel:hover {
background-color: #800;
transition: background-color 0.2s;
}
.button_cancel_full {
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
padding: 15px;
background-color: #a00;
border: 0;
cursor: pointer;
font-weight: bold;
color: #ffffff;
transition: background-color 0.2s;
}
.button_cancel_full:hover {
background-color: #800;
transition: background-color 0.2s;
}
.button_return {
display: block;
border-radius: 50px;
margin-left: auto;
margin-right: auto;
width: 80%;
padding: 15px;
background-color: #3274d6;
cursor: pointer;
font-weight: bold;
border: 0;
color: #ffffff;
transition: background-color 0.2s;
}
.button_return:hover {
background-color: #2868c7;
transition: background-color 0.2s;
}
.button_cancel_new {
display: block;
border-radius: 50px;
margin-left: auto;
margin-right: auto;
width: 80%;
padding: 15px;
background-color: #FF3333;
cursor: pointer;
font-weight: bold;
border: 0;
color: #ffffff;
transition: background-color 0.2s;
}
.button_cancel_new:hover {
background-color: #FF0000;
transition: background-color 0.2s;
}
.button_cancel_new_mrg {
margin-bottom: 4%;
display: block;
border-radius: 50px;
margin-left: auto;
margin-right: auto;
width: 80%;
padding: 15px;
background-color: #FF3333;
cursor: pointer;
font-weight: bold;
border: 0;
color: #ffffff;
transition: background-color 0.2s;
}
.button_cancel_new_mrg:hover {
background-color: #FF0000;
transition: background-color 0.2s;
}
.button_submit {
display: block;
border-radius: 50px;
margin-left: auto;
margin-right: auto;
width: 80%;
padding: 15px;
cursor: pointer;
font-weight: bold;
color: #ffffff;
background-color: #3274d6;
border: 0;
transition: background-color 0.2s;
margin-bottom: 3%
}
.button_submit:hover {
background-color: #3366cc;
transition: background-color 0.2s;
}
.button_feature {
display: block;
margin-left: auto;
margin-right: auto;
width: 80%;
padding: 15px;
background-color: #6495ED;
border: 0;
cursor: pointer;
font-weight: bold;
color: #ffffff;
transition: background-color 0.2s;
}
.button_feature:hover {
background-color: #2868c7;
transition: background-color 0.2s;
}
.button_feature_new {
margin-bottom: 1%;
border: 1px solid black;
border-radius: 50px;
display: block;
margin-left: auto;
margin-right: auto;
width: 80%;
padding: 15px;
background-color: #ffffff;
cursor: pointer;
font-weight: bold;
color: #111111;
transition: background-color 0.2s;
}
.button_feature_new:hover {
background-color: #eef;
transition: background-color 0.2s;
}
.button_feature_new_mrg {
margin-bottom: 3%;
border: 1px solid black;
border-radius: 50px;
display: block;
margin-left: auto;
margin-right: auto;
width: 80%;
padding: 15px;
background-color: #ffffff;
cursor: pointer;
font-weight: bold;
color: #111111;
transition: background-color 0.2s;
}
.button_feature_new_mrg:hover {
background-color: #F0FFF0;
transition: background-color 0.2s;
}
.button_feature_small {
margin-top: 3%;
display: block;
margin-left: auto;
margin-right: auto;
width: 70%;
padding: 15px;
background-color: #6495ED;
border: 0;
cursor: pointer;
font-weight: bold;
color: #ffffff;
transition: background-color 0.2s;
}
.button_feature_small:hover {
background-color: #2868c7;
transition: background-color 0.2s;
}
.button_feature_new_small {
margin-bottom: 1%;
border: 1px solid black;
border-radius: 50px;
display: block;
margin-left: auto;
margin-right: auto;
width: 70%;
padding: 15px;
background-color: #ffffff;
cursor: pointer;
font-weight: bold;
color: #111111;
transition: background-color 0.2s;
}
.button_feature_new_small:hover {
background-color: #eef;
transition: background-color 0.2s;
}
.text_container {
margin-top: 1%;
margin-bottom: 1%;
border-radius: 10px;
background-color: #ffffff;
overflow: auto;
word-wrap: break-word;
margin-left: 10%;
margin-right: 10%;
width: 80%;
}
.button-7 {
background-color: #0095ff;
border: 1px solid transparent;
border-radius: 3px;
box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
font-size: 13px;
font-weight: 400;
line-height: 1.15385;
margin: 0;
outline: none;
padding: 8px .8em;
position: relative;
text-align: center;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: baseline;
white-space: nowrap;
}
.button-7:hover,
.button-7:focus {
background-color: #07c;
}
.button-7:focus {
box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
}
.button-7:active {
background-color: #0064bd;
box-shadow: none;
}
.button-7-new {
background-color: #ffffff;
border: 1px solid black;
border-radius: 15px;
box-sizing: border-box;
color: #111;
cursor: pointer;
display: inline-block;
font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
font-size: 13px;
font-weight: 400;
line-height: 1.15385;
margin: 0;
outline: none;
padding: 8px .8em;
position: relative;
text-align: center;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: baseline;
white-space: nowrap;
}
.button-7-new:hover,
.button-7-new:focus {
background-color: #eef;
}
.button-7-new:active {
background-color: #ffffff;
box-shadow: none;
}
.ctl{
position: absolute;
margin-left: 3%;
padding: 15px 15px 15px 15px;
}
.verify_mark{
padding-left: 10px;
padding-right: 10px;
border-radius: 2em;
border: 1px solid #2da44e;
font-size: 14px;
line-height: 22px;
font-weight: 500;
padding-top: 2px;
padding-bottom: 2px;
color: #1a7f37;
background-color: rgba(45, 164, 78, 0.09);
} | style.css | * {
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
font-size: 16px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
background-color: #435165;
}
.input_new{
border-radius: 10px;
border: 1px solid #aaaaaa;
padding-left: 2%;
padding-top: 1%;
padding-right: 2%;
padding-bottom: 1%;
font-family: roboto,'Noto Sans Myanmar UI',arial,sans-serif;
letter-spacing: 0.1px;
font-size: 15px;
width: 100%
}
img{
max-width: 44.5vw;
max-height: 44.5vw;
}
@media (min-width: 400px){
.login {
width: 400px;
background-color: #ffffff;
box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
margin: 100px auto;
border-radius: 10px;
}
}
@media (max-width: 399px){
.login {
width: 100%;
background-color: #ffffff;
box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
margin: 5% auto;
border-radius: 10px;
}
}
@media (max-width: 238px){
.login form label{
display: none !important;
}
.label{
display: none !important;
}
.button_login_new{
width: 80% !important;
}
.button_additional_new{
margin-left: 0 !important;
width: 80% !important;
}
}
@media (min-width: 600px){
.main_module {
width: 600px;
background-color: #ffffff;
box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
margin: 100px auto;
border-radius: 10px;
}
}
@media (max-width: 599px){
.main_module {
width: 100%;
background-color: #ffffff;
box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
margin: 5% auto;
border-radius: 10px;
}
}
.main_module h1 {
text-align: center;
color: #202124;
font-size: 24px;
padding: 20px 0 20px 0;
border-bottom: 1px solid #dee0e4;
}
.main_module h2 {
text-align: center;
color: #202124;
font-size: 20px;
padding: 10px 0 10px 0;
margin-left: auto;
}
.center{
margin-right: auto;
margin-left: auto;
}
.login h1 {
text-align: center;
color: #202124;
font-size: 24px;
padding: 20px 0 20px 0;
border-bottom: 1px solid #dee0e4;
}
.login h2 {
text-align: center;
color: #202124;
font-size: 20px;
padding: 10px 0 10px 0;
}
.login form {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding-top: 20px;
}
.login form label {
display: flex;
justify-content: center;
align-items: center;
width: 50px;
height: 50px;
background-color: #3274d6;
color: #ffffff;
}
.label {
display: flex;
justify-content: center;
align-items: center;
width: 50px;
height: 50px;
background-color: #3274d6;
color: #ffffff;
}
.main_module form input[type="email"], .main_module form input[type="password"], .main_module form input[type="text"], .main_module form input[type="number"], .main_module form input[type="date"] {
width: 77.5%;
height: 50px;
border: 1px solid #dee0e4;
margin-bottom: 20px;
padding: 0 15px;
}
.login form input[type="email"], .login form input[type="password"], .login form input[type="text"], .login form input[type="number"] {
width: 77.5%;
height: 50px;
border: 1px solid #dee0e4;
margin-bottom: 20px;
padding: 0 15px;
}
.button_login {
width: 100%;
padding: 15px;
margin-top: 20px;
background-color: #3274d6;
border: 0;
cursor: pointer;
font-weight: bold;
color: #ffffff;
transition: background-color 0.2s;
}
.button_login:hover {
background-color: #2868c7;
transition: background-color 0.2s;
}
.button_login_new {
width: 40%;
padding: 15px;
margin-top: 20px;
background-color: #3274d6;
border: 0;
cursor: pointer;
font-weight: bold;
color: #ffffff;
transition: background-color 0.2s;
border-radius: 50px;
}
.button_login_new:hover {
background-color: #2868c7;
transition: background-color 0.2s;
}
.button_login_new_totp {
width: 80%;
margin-bottom: 4%;
padding: 15px;
margin-top: 20px;
background-color: #3274d6;
border: 0;
cursor: pointer;
font-weight: bold;
color: #ffffff;
transition: background-color 0.2s;
border-radius: 50px;
}
.button_login_new_totp:hover {
background-color: #2868c7;
transition: background-color 0.2s;
}
.button_login_new_long {
width: 80%;
padding: 15px;
margin-top: 20px;
background-color: #3274d6;
border: 0;
cursor: pointer;
font-weight: bold;
color: #ffffff;
transition: background-color 0.2s;
border-radius: 50px;
}
.button_login_new_long:hover {
background-color: #2868c7;
transition: background-color 0.2s;
}
.button_login_new_long_mrg {
width: 80%;
padding: 15px;
margin-top: 10px;
margin-bottom: 10px;
background-color: #3274d6;
border: 0;
cursor: pointer;
font-weight: bold;
color: #ffffff;
transition: background-color 0.2s;
border-radius: 50px;
}
.button_login_new_long_mrg:hover {
background-color: #2868c7;
transition: background-color 0.2s;
}
.button_additional {
margin: 0 0 0 0;
width: 50%;
padding: 15px;
background-color: #6495ED;
border: 0;
cursor: pointer;
font-weight: bold;
color: #ffffff;
transition: background-color 0.2s;
}
.button_additional:hover {
background-color: #2868c7;
transition: background-color 0.2s;
}
.button_additional_new {
margin: 0 0 0 0;
width: 40%;
padding: 15px;
margin-top: 20px;
margin-left: 3%;
background-color: #ffffff;
border: 0;
cursor: pointer;
font-weight: bold;
color: #5b6574;
transition: background-color 0.2s;
border-radius: 50px;
}
.button_additional_new:hover {
background-color: #eef;
transition: background-color 0.2s;
}
.button_additional_long {
display: block;
width: 80%;
margin: 0 auto;
padding: 15px;
margin-top: 10px;
margin-bottom: 10px;
background-color: #ffffff;
border: 0;
cursor: pointer;
font-weight: bold;
color: #5b6574;
transition: background-color 0.2s;
border-radius: 50px;
}
.button_additional_long:hover {
background-color: #eef;
transition: background-color 0.2s;
}
.button_additional_long_nomrg {
margin: 0 0 0 0;
width: 80%;
padding: 15px;
margin-top: 10px;
background-color: #ffffff;
border: 0;
cursor: pointer;
font-weight: bold;
color: #5b6574;
transition: background-color 0.2s;
border-radius: 50px;
}
.button_additional_long_nomrg:hover {
background-color: #eef;
transition: background-color 0.2s;
}
.button_additional_full {
margin: 0 0 0 0;
width: 100%;
padding: 15px;
background-color: #6495ED;
border: 0;
cursor: pointer;
font-weight: bold;
color: #ffffff;
transition: background-color 0.2s;
}
.button_additional_full:hover {
background-color: #2868c7;
transition: background-color 0.2s;
}
.button_cancel {
display: block;
margin-left: auto;
margin-right: auto;
width: 80%;
padding: 15px;
background-color: #a00;
border: 0;
cursor: pointer;
font-weight: bold;
color: #ffffff;
transition: background-color 0.2s;
}
.button_cancel:hover {
background-color: #800;
transition: background-color 0.2s;
}
.button_cancel_full {
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
padding: 15px;
background-color: #a00;
border: 0;
cursor: pointer;
font-weight: bold;
color: #ffffff;
transition: background-color 0.2s;
}
.button_cancel_full:hover {
background-color: #800;
transition: background-color 0.2s;
}
.button_return {
display: block;
border-radius: 50px;
margin-left: auto;
margin-right: auto;
width: 80%;
padding: 15px;
background-color: #3274d6;
cursor: pointer;
font-weight: bold;
border: 0;
color: #ffffff;
transition: background-color 0.2s;
}
.button_return:hover {
background-color: #2868c7;
transition: background-color 0.2s;
}
.button_cancel_new {
display: block;
border-radius: 50px;
margin-left: auto;
margin-right: auto;
width: 80%;
padding: 15px;
background-color: #FF3333;
cursor: pointer;
font-weight: bold;
border: 0;
color: #ffffff;
transition: background-color 0.2s;
}
.button_cancel_new:hover {
background-color: #FF0000;
transition: background-color 0.2s;
}
.button_cancel_new_mrg {
margin-bottom: 4%;
display: block;
border-radius: 50px;
margin-left: auto;
margin-right: auto;
width: 80%;
padding: 15px;
background-color: #FF3333;
cursor: pointer;
font-weight: bold;
border: 0;
color: #ffffff;
transition: background-color 0.2s;
}
.button_cancel_new_mrg:hover {
background-color: #FF0000;
transition: background-color 0.2s;
}
.button_submit {
display: block;
border-radius: 50px;
margin-left: auto;
margin-right: auto;
width: 80%;
padding: 15px;
cursor: pointer;
font-weight: bold;
color: #ffffff;
background-color: #3274d6;
border: 0;
transition: background-color 0.2s;
margin-bottom: 3%
}
.button_submit:hover {
background-color: #3366cc;
transition: background-color 0.2s;
}
.button_feature {
display: block;
margin-left: auto;
margin-right: auto;
width: 80%;
padding: 15px;
background-color: #6495ED;
border: 0;
cursor: pointer;
font-weight: bold;
color: #ffffff;
transition: background-color 0.2s;
}
.button_feature:hover {
background-color: #2868c7;
transition: background-color 0.2s;
}
.button_feature_new {
margin-bottom: 1%;
border: 1px solid black;
border-radius: 50px;
display: block;
margin-left: auto;
margin-right: auto;
width: 80%;
padding: 15px;
background-color: #ffffff;
cursor: pointer;
font-weight: bold;
color: #111111;
transition: background-color 0.2s;
}
.button_feature_new:hover {
background-color: #eef;
transition: background-color 0.2s;
}
.button_feature_new_mrg {
margin-bottom: 3%;
border: 1px solid black;
border-radius: 50px;
display: block;
margin-left: auto;
margin-right: auto;
width: 80%;
padding: 15px;
background-color: #ffffff;
cursor: pointer;
font-weight: bold;
color: #111111;
transition: background-color 0.2s;
}
.button_feature_new_mrg:hover {
background-color: #F0FFF0;
transition: background-color 0.2s;
}
.button_feature_small {
margin-top: 3%;
display: block;
margin-left: auto;
margin-right: auto;
width: 70%;
padding: 15px;
background-color: #6495ED;
border: 0;
cursor: pointer;
font-weight: bold;
color: #ffffff;
transition: background-color 0.2s;
}
.button_feature_small:hover {
background-color: #2868c7;
transition: background-color 0.2s;
}
.button_feature_new_small {
margin-bottom: 1%;
border: 1px solid black;
border-radius: 50px;
display: block;
margin-left: auto;
margin-right: auto;
width: 70%;
padding: 15px;
background-color: #ffffff;
cursor: pointer;
font-weight: bold;
color: #111111;
transition: background-color 0.2s;
}
.button_feature_new_small:hover {
background-color: #eef;
transition: background-color 0.2s;
}
.text_container {
margin-top: 1%;
margin-bottom: 1%;
border-radius: 10px;
background-color: #ffffff;
overflow: auto;
word-wrap: break-word;
margin-left: 10%;
margin-right: 10%;
width: 80%;
}
.button-7 {
background-color: #0095ff;
border: 1px solid transparent;
border-radius: 3px;
box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
font-size: 13px;
font-weight: 400;
line-height: 1.15385;
margin: 0;
outline: none;
padding: 8px .8em;
position: relative;
text-align: center;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: baseline;
white-space: nowrap;
}
.button-7:hover,
.button-7:focus {
background-color: #07c;
}
.button-7:focus {
box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
}
.button-7:active {
background-color: #0064bd;
box-shadow: none;
}
.button-7-new {
background-color: #ffffff;
border: 1px solid black;
border-radius: 15px;
box-sizing: border-box;
color: #111;
cursor: pointer;
display: inline-block;
font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
font-size: 13px;
font-weight: 400;
line-height: 1.15385;
margin: 0;
outline: none;
padding: 8px .8em;
position: relative;
text-align: center;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: baseline;
white-space: nowrap;
}
.button-7-new:hover,
.button-7-new:focus {
background-color: #eef;
}
.button-7-new:active {
background-color: #ffffff;
box-shadow: none;
}
.ctl{
position: absolute;
margin-left: 3%;
padding: 15px 15px 15px 15px;
}
.verify_mark{
padding-left: 10px;
padding-right: 10px;
border-radius: 2em;
border: 1px solid #2da44e;
font-size: 14px;
line-height: 22px;
font-weight: 500;
padding-top: 2px;
padding-bottom: 2px;
color: #1a7f37;
background-color: rgba(45, 164, 78, 0.09);
} | 0.16043 | 0.094594 |
body::-webkit-scrollbar-track{background-color:#F5F5F5}
body::-webkit-scrollbar{width:8px;background-color:#F5F5F5}
body::-webkit-scrollbar-thumb{background-color:#ccc}
.chatWidgetWrap {}
.chatWidgetHead {min-height: 70px;border-radius: 0px;background-image: linear-gradient(to bottom, #5676e3 -1%, #2e49b2 98%);position: fixed;width: 100%;z-index: 999;}
.chatWidgetHead .backBtnClass {color: #fff;font-size: 35px;margin: 9px auto 0 auto;display: block;width: 15px;}
.chatWidgetMainChat {
padding: 70px 0 70px 0;
}
.chatWidgetMainChat .chatComments::-webkit-scrollbar-track{ -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #F5F5F5;}
.chatWidgetMainChat .chatComments::-webkit-scrollbar{ width: 5px; background-color: #F5F5F5;}
.chatWidgetMainChat .chatComments::-webkit-scrollbar-thumb{background-color: #7a40f2; border: 0px solid #555555;}
.chatWidgetMainChat .submitComment{position:relative;overflow:hidden;height: 80px;border-top:1px solid #ccc;position: fixed;bottom: 0;width: 100%;z-index: 999;background: #fff;}
.chatWidgetMainChat .submitComment .form-control{position:absolute;top: 5px;border:none;box-shadow:none;height: 70px;resize: none;padding: 10px 60px 10px 10px;}
.chatWidgetMainChat .submitComment .btn.btn-submitComment{position:absolute;top: 10px;right: 10px;background: transparent;border-radius:90px;height:50px;width:50px;border:none;padding:9px 0 0;font-size:21px;color: #4d4d4f;}
.chatWidgetMainChat .submitComment .smileFace {color: #6b5e69;font-size: 20px;position: absolute;top: 14px;right: 50px;z-index: 9;background: transparent;border: none;}
.chatWidgetMainChat .chatComments ul {list-style: none; padding: 0;}
.chatWidgetMainChat .chatComments ul li{display: block;clear: both;margin: 20px 0 20px 0;overflow: hidden;position: relative;}
.chatWidgetMainChat .chatComments ul li .userImgAndChat{}
.chatWidgetMainChat .chatComments ul li .userImgAndChat .userImg{width: 36px;height: 36px;display: inline-block;overflow: hidden;border-radius: 50px;float: right;vertical-align: bottom;position: absolute;bottom: 24px;right: 0;}
.chatWidgetMainChat .chatComments ul li .userImgAndChat .userImg img {}
.chatWidgetMainChat .chatComments ul li .userImgAndChat .userChat {padding: 20px 20px 10px 20px;background-color: #5676e3;display: inline-block;width: 60%;-webkit-border-radius: 15px;-webkit-border-bottom-right-radius: 0;-moz-border-radius: 15px;-moz-border-radius-bottomright: 0;border-radius: 15px;border-bottom-right-radius: 0;float: right;margin: 0 50px 0 0;}
.chatWidgetMainChat .chatComments ul li .userImgAndChat .userChat p {color: #fff; font-size: 14px;}
.chatWidgetMainChat .chatComments ul li .userImgAndChat .dateTime {font-size: 12px;color: #4d4d4f;float: right;display: block;clear: both;margin: 10px 47px 0 0;}
.chatWidgetMainChat .chatComments ul li.OtherUser .userImgAndChat .userImg{float: left;right: auto;bottom: auto;}
.chatWidgetMainChat .chatComments ul li.OtherUser .userImgAndChat .userChat {float: left;margin: 0 0px 0 44px;background-color: #5676e3;-webkit-border-radius: 15px;-webkit-border-top-left-radius: 0;-moz-border-radius: 15px;-moz-border-radius-topleft: 0;border-radius: 15px;border-top-left-radius: 0;}
.chatWidgetMainChat .chatComments ul li.OtherUser .userImgAndChat .userChat p {color: #fff;}
.chatWidgetMainChat .chatComments ul li.OtherUser .userImgAndChat .dateTime {float: left;margin: 10px 0 0 47px;}
.chatWidgetHead .userHeader {margin: 10px 0}
.chatWidgetHead .userHeader .chatUserImg {overflow: hidden;height: 50px;width: 50px;border-radius: 50%;display: block;position: relative;margin: 0 0 0 0;border: 2px solid #fff;}
.chatWidgetHead .userHeader .chatUserImg img {width: 50px;margin: 0 auto;}
.chatWidgetHead .userHeader .media-left {position: relative;}
.chatWidgetHead .userHeader .media-left .onlineStatus {width: 12px;height: 12px;border: solid 2px #ffffff;background: #b1b1b1;display: block;border-radius: 50%;position: absolute;z-index: 99;right: 12px;bottom: 2px;}
.chatWidgetHead .userHeader .media-left .onlineStatus.online{background: #8bc442;}
.chatWidgetHead .userHeader .media-heading {font-size: 16px;font-weight: 700;color: #fff;margin: 10px 0 0 10px;}
.chatWidgetHead .userHeader p.msg{font-size: 12px;color: rgba(255, 255, 255, 0.46);width: 200px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin: 0 0 0 10px;}
.chatWidgetHead .userHeader .media-left {margin: 0 40px 0 0 }
/* Second Widget */
.ChatStartWidgetWrap {}
.ChatStartWidgetWrap .ChatStartWidgetHead{border-radius: 2px; background-image: linear-gradient(to bottom, #5676e3 -1%, #2e49b2 98%); min-height: 277px;}
.ChatStartWidgetWrap .ChatStartWidgetHead .ChatHeaderSettings {padding: 30px 50px;}
.ChatStartWidgetWrap .ChatStartWidgetHead .ChatHeaderSettings .logoClass {display: block;max-width: 50px;margin: 0 0 0 0;}
.ChatStartWidgetWrap .ChatStartWidgetHead .ChatHeaderSettings .WelcomeMsgTxt {
}
.ChatStartWidgetWrap .ChatStartWidgetHead .ChatHeaderSettings .WelcomeMsgTxt h3{font-size: 35px;color: #ffffff;}
.ChatStartWidgetWrap .ChatStartWidgetHead .ChatHeaderSettings .WelcomeMsgTxt h3 img { max-width: 40px; display: inline-block; width: 100%;}
.ChatStartWidgetWrap .ChatStartWidgetHead .ChatHeaderSettings .WelcomeMsgTxt p{font-size: 14px;color: rgba(255, 255, 255, 0.63);}
.ChatBodyStart {margin: -60px 5% 0 5%;}
.ChatBodyStart .BoxWhite {padding: 20px 20px 30px 20px;background: #fff;box-shadow: 0px 0px 8px #e0dfdf;border-top: 4px solid #5676e3;clear: both;margin: 0 0 20px 0;}
.ChatBodyStart .BoxWhite h3 {font-size: 16px;font-weight: 600;color: #262626;margin: 20px 0 20px 0;}
.ChatBodyStart .BoxWhite .userHeader .chatUserImg {overflow: hidden;height: 50px;width: 50px;border-radius: 50%;display: block;position: relative;margin: 0 0 0 0;border: 2px solid #fff;}
.ChatBodyStart .BoxWhite .userHeader .chatUserImg img {width: 50px;margin: 0 auto;}
.ChatBodyStart .BoxWhite .userHeader .media-left {position: relative;}
.ChatBodyStart .BoxWhite .userHeader .media-left .onlineStatus {width: 12px;height: 12px;border: solid 2px #ffffff;background: #b1b1b1;display: block;border-radius: 50%;position: absolute;z-index: 99;right: 12px;bottom: 2px;}
.ChatBodyStart .BoxWhite .userHeader .media-left ul {list-style: none;padding: 0;width: 62px;}
.ChatBodyStart .BoxWhite .userHeader .media-left ul li{display: inline-block;position: absolute;left: 0px;}
.ChatBodyStart .BoxWhite .userHeader .media-left ul li+li {left: 10px}
.ChatBodyStart .BoxWhite .userHeader .media-left ul li+li+li {left: 20px}
.ChatBodyStart .BoxWhite .userHeader .media-left .onlineStatus.online{background: #8bc442;}
.ChatBodyStart .BoxWhite .userHeader .media-heading {font-size: 14px;font-weight: 600;color: #4d4d4f;margin: 10px 0 3px 10px;}
.ChatBodyStart .BoxWhite .userHeader p.msg{color: #000;width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin: 0 0 0 10px;font-size: 15px;font-weight: 600;max-width: 260px;}
.ChatBodyStart .BoxWhite .userHeader p.msg i {color: #2741aa;}
.ChatBodyStart .BoxWhite .userHeader .media-left {margin: 0 40px 0 0 }
.ChatBodyStart .BoxWhite .btn-sendMsg { margin: 20px 0 0 0; border: 1px solid #2741aa; border-radius: 0px; color: #2741aa; padding: 10px 40px; font-weight: 700;}
.ChatBodyStart .BoxWhite .btn-sendMsg:hover {background: #2741aa; color: #fff;}
.ChatBodyStart .BoxWhite .btn-startChat {margin: 20px 0 0 0;border: 1px solid #2741aa;border-radius: 0px;color: #2741aa;padding: 10px 40px;font-weight: 700;width: 100%;font-size: 16px; background: #2741aa; color: #fff;}
.ChatBodyStart .BoxWhite .btn-startChat:hover {background: #2741aa; color: #fff;}
.chatInfoForm {}
.chatInfoForm .form-control {border-radius: 0;box-shadow: none;padding: 20px 10px;}
.chatImages img {
width: 100%;
} | public/newWidget/assets/css/chatWidget.css | body::-webkit-scrollbar-track{background-color:#F5F5F5}
body::-webkit-scrollbar{width:8px;background-color:#F5F5F5}
body::-webkit-scrollbar-thumb{background-color:#ccc}
.chatWidgetWrap {}
.chatWidgetHead {min-height: 70px;border-radius: 0px;background-image: linear-gradient(to bottom, #5676e3 -1%, #2e49b2 98%);position: fixed;width: 100%;z-index: 999;}
.chatWidgetHead .backBtnClass {color: #fff;font-size: 35px;margin: 9px auto 0 auto;display: block;width: 15px;}
.chatWidgetMainChat {
padding: 70px 0 70px 0;
}
.chatWidgetMainChat .chatComments::-webkit-scrollbar-track{ -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #F5F5F5;}
.chatWidgetMainChat .chatComments::-webkit-scrollbar{ width: 5px; background-color: #F5F5F5;}
.chatWidgetMainChat .chatComments::-webkit-scrollbar-thumb{background-color: #7a40f2; border: 0px solid #555555;}
.chatWidgetMainChat .submitComment{position:relative;overflow:hidden;height: 80px;border-top:1px solid #ccc;position: fixed;bottom: 0;width: 100%;z-index: 999;background: #fff;}
.chatWidgetMainChat .submitComment .form-control{position:absolute;top: 5px;border:none;box-shadow:none;height: 70px;resize: none;padding: 10px 60px 10px 10px;}
.chatWidgetMainChat .submitComment .btn.btn-submitComment{position:absolute;top: 10px;right: 10px;background: transparent;border-radius:90px;height:50px;width:50px;border:none;padding:9px 0 0;font-size:21px;color: #4d4d4f;}
.chatWidgetMainChat .submitComment .smileFace {color: #6b5e69;font-size: 20px;position: absolute;top: 14px;right: 50px;z-index: 9;background: transparent;border: none;}
.chatWidgetMainChat .chatComments ul {list-style: none; padding: 0;}
.chatWidgetMainChat .chatComments ul li{display: block;clear: both;margin: 20px 0 20px 0;overflow: hidden;position: relative;}
.chatWidgetMainChat .chatComments ul li .userImgAndChat{}
.chatWidgetMainChat .chatComments ul li .userImgAndChat .userImg{width: 36px;height: 36px;display: inline-block;overflow: hidden;border-radius: 50px;float: right;vertical-align: bottom;position: absolute;bottom: 24px;right: 0;}
.chatWidgetMainChat .chatComments ul li .userImgAndChat .userImg img {}
.chatWidgetMainChat .chatComments ul li .userImgAndChat .userChat {padding: 20px 20px 10px 20px;background-color: #5676e3;display: inline-block;width: 60%;-webkit-border-radius: 15px;-webkit-border-bottom-right-radius: 0;-moz-border-radius: 15px;-moz-border-radius-bottomright: 0;border-radius: 15px;border-bottom-right-radius: 0;float: right;margin: 0 50px 0 0;}
.chatWidgetMainChat .chatComments ul li .userImgAndChat .userChat p {color: #fff; font-size: 14px;}
.chatWidgetMainChat .chatComments ul li .userImgAndChat .dateTime {font-size: 12px;color: #4d4d4f;float: right;display: block;clear: both;margin: 10px 47px 0 0;}
.chatWidgetMainChat .chatComments ul li.OtherUser .userImgAndChat .userImg{float: left;right: auto;bottom: auto;}
.chatWidgetMainChat .chatComments ul li.OtherUser .userImgAndChat .userChat {float: left;margin: 0 0px 0 44px;background-color: #5676e3;-webkit-border-radius: 15px;-webkit-border-top-left-radius: 0;-moz-border-radius: 15px;-moz-border-radius-topleft: 0;border-radius: 15px;border-top-left-radius: 0;}
.chatWidgetMainChat .chatComments ul li.OtherUser .userImgAndChat .userChat p {color: #fff;}
.chatWidgetMainChat .chatComments ul li.OtherUser .userImgAndChat .dateTime {float: left;margin: 10px 0 0 47px;}
.chatWidgetHead .userHeader {margin: 10px 0}
.chatWidgetHead .userHeader .chatUserImg {overflow: hidden;height: 50px;width: 50px;border-radius: 50%;display: block;position: relative;margin: 0 0 0 0;border: 2px solid #fff;}
.chatWidgetHead .userHeader .chatUserImg img {width: 50px;margin: 0 auto;}
.chatWidgetHead .userHeader .media-left {position: relative;}
.chatWidgetHead .userHeader .media-left .onlineStatus {width: 12px;height: 12px;border: solid 2px #ffffff;background: #b1b1b1;display: block;border-radius: 50%;position: absolute;z-index: 99;right: 12px;bottom: 2px;}
.chatWidgetHead .userHeader .media-left .onlineStatus.online{background: #8bc442;}
.chatWidgetHead .userHeader .media-heading {font-size: 16px;font-weight: 700;color: #fff;margin: 10px 0 0 10px;}
.chatWidgetHead .userHeader p.msg{font-size: 12px;color: rgba(255, 255, 255, 0.46);width: 200px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin: 0 0 0 10px;}
.chatWidgetHead .userHeader .media-left {margin: 0 40px 0 0 }
/* Second Widget */
.ChatStartWidgetWrap {}
.ChatStartWidgetWrap .ChatStartWidgetHead{border-radius: 2px; background-image: linear-gradient(to bottom, #5676e3 -1%, #2e49b2 98%); min-height: 277px;}
.ChatStartWidgetWrap .ChatStartWidgetHead .ChatHeaderSettings {padding: 30px 50px;}
.ChatStartWidgetWrap .ChatStartWidgetHead .ChatHeaderSettings .logoClass {display: block;max-width: 50px;margin: 0 0 0 0;}
.ChatStartWidgetWrap .ChatStartWidgetHead .ChatHeaderSettings .WelcomeMsgTxt {
}
.ChatStartWidgetWrap .ChatStartWidgetHead .ChatHeaderSettings .WelcomeMsgTxt h3{font-size: 35px;color: #ffffff;}
.ChatStartWidgetWrap .ChatStartWidgetHead .ChatHeaderSettings .WelcomeMsgTxt h3 img { max-width: 40px; display: inline-block; width: 100%;}
.ChatStartWidgetWrap .ChatStartWidgetHead .ChatHeaderSettings .WelcomeMsgTxt p{font-size: 14px;color: rgba(255, 255, 255, 0.63);}
.ChatBodyStart {margin: -60px 5% 0 5%;}
.ChatBodyStart .BoxWhite {padding: 20px 20px 30px 20px;background: #fff;box-shadow: 0px 0px 8px #e0dfdf;border-top: 4px solid #5676e3;clear: both;margin: 0 0 20px 0;}
.ChatBodyStart .BoxWhite h3 {font-size: 16px;font-weight: 600;color: #262626;margin: 20px 0 20px 0;}
.ChatBodyStart .BoxWhite .userHeader .chatUserImg {overflow: hidden;height: 50px;width: 50px;border-radius: 50%;display: block;position: relative;margin: 0 0 0 0;border: 2px solid #fff;}
.ChatBodyStart .BoxWhite .userHeader .chatUserImg img {width: 50px;margin: 0 auto;}
.ChatBodyStart .BoxWhite .userHeader .media-left {position: relative;}
.ChatBodyStart .BoxWhite .userHeader .media-left .onlineStatus {width: 12px;height: 12px;border: solid 2px #ffffff;background: #b1b1b1;display: block;border-radius: 50%;position: absolute;z-index: 99;right: 12px;bottom: 2px;}
.ChatBodyStart .BoxWhite .userHeader .media-left ul {list-style: none;padding: 0;width: 62px;}
.ChatBodyStart .BoxWhite .userHeader .media-left ul li{display: inline-block;position: absolute;left: 0px;}
.ChatBodyStart .BoxWhite .userHeader .media-left ul li+li {left: 10px}
.ChatBodyStart .BoxWhite .userHeader .media-left ul li+li+li {left: 20px}
.ChatBodyStart .BoxWhite .userHeader .media-left .onlineStatus.online{background: #8bc442;}
.ChatBodyStart .BoxWhite .userHeader .media-heading {font-size: 14px;font-weight: 600;color: #4d4d4f;margin: 10px 0 3px 10px;}
.ChatBodyStart .BoxWhite .userHeader p.msg{color: #000;width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin: 0 0 0 10px;font-size: 15px;font-weight: 600;max-width: 260px;}
.ChatBodyStart .BoxWhite .userHeader p.msg i {color: #2741aa;}
.ChatBodyStart .BoxWhite .userHeader .media-left {margin: 0 40px 0 0 }
.ChatBodyStart .BoxWhite .btn-sendMsg { margin: 20px 0 0 0; border: 1px solid #2741aa; border-radius: 0px; color: #2741aa; padding: 10px 40px; font-weight: 700;}
.ChatBodyStart .BoxWhite .btn-sendMsg:hover {background: #2741aa; color: #fff;}
.ChatBodyStart .BoxWhite .btn-startChat {margin: 20px 0 0 0;border: 1px solid #2741aa;border-radius: 0px;color: #2741aa;padding: 10px 40px;font-weight: 700;width: 100%;font-size: 16px; background: #2741aa; color: #fff;}
.ChatBodyStart .BoxWhite .btn-startChat:hover {background: #2741aa; color: #fff;}
.chatInfoForm {}
.chatInfoForm .form-control {border-radius: 0;box-shadow: none;padding: 20px 10px;}
.chatImages img {
width: 100%;
} | 0.191971 | 0.034782 |
.egg-machine-tabs {
margin:0px;
padding:0px;
list-style: none;
display:flex;
z-index:2;
}
#egg-machine-region{
background: DeepSkyBlue;
color: white;
width:100%;
height:auto;
font-size:28px;
text-align: center;
cursor: pointer;
}
#region-JP,#region-NA{
z-index:0;
display:none;
}
#egg-machine-region, .egg-machine-tabs li{
border: 1px solid DeepSkyBlue;
}
.egg-machine-tabs li {
flex:1;
font-size:20px;
cursor: pointer;
display: inline;
color: black;
display: block;
padding: 4px 10px;
margin-left: -1px;
position: relative;
left: 1px;
background: white;
}
.egg-machine-tabs li:hover {
background: #ccc;
}
.egg-machine-tabs:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.egg-machines {
position: relative;
min-height: 250px;
}
.egg-machines > form {
padding: 0px 20px;
min-height: 250px;
position: absolute;
top: -1px;
left: 0;
width: calc(100% - 40px);
visibility: hidden;
opacity:0;
transition: visibility 0s, opacity 0.2s linear;
}
.egg-machines > form:first-child{
visibility: visible;
opacity:1;
}
.pem-icon,.rem-icon-check{
display: inline-block;
}
input[type="checkbox"].rem-icon-cb {
display: none;
}
input[type="checkbox"].rem-icon-cb + label {
width:70px;
height:70px;
/*border: 1px solid DeepSkyBlue;*/
display: block;
position: relative;
cursor: pointer;
}
input[type="checkbox"].rem-icon-cb + label > img {
width:100%;
height:100%;
transition-duration: 0.2s;
transform-origin: 50% 50%;
}
input[type="checkbox"].rem-icon-cb + label:before {
background-color: white;
color: white;
content: " ";
display: block;
border-radius: 50%;
border: 1px solid white;
position: absolute;
top: -5px;
left: -5px;
width: 25px;
height: 25px;
text-align: center;
line-height: 28px;
transition-duration: 0.4s;
transform: scale(0);
}
input[type="checkbox"].rem-icon-cb:checked + label {
border-color: DeepSkyBlue;
}
input[type="checkbox"].rem-icon-cb:checked + label:before {
content: "✓";
background-color: DeepSkyBlue;
transform: scale(1);
z-index: 2;
}
input[type="checkbox"].rem-icon-cb:checked + label > img {
transform: scale(0.9);
background-color: DeepSkyBlue;
box-shadow: 0 0 10px DeepSkyBlue;
}
.pem-icon img{
width:70px;
height:70px;
}
.stone-count{
width: 3ch;
height: 1em;
font-size:inherit;
}
.stone-count + img{
display: inline-block;
position: relative;
top: 0.2em;
height: 1em;
} | rem/rate_calc.css | .egg-machine-tabs {
margin:0px;
padding:0px;
list-style: none;
display:flex;
z-index:2;
}
#egg-machine-region{
background: DeepSkyBlue;
color: white;
width:100%;
height:auto;
font-size:28px;
text-align: center;
cursor: pointer;
}
#region-JP,#region-NA{
z-index:0;
display:none;
}
#egg-machine-region, .egg-machine-tabs li{
border: 1px solid DeepSkyBlue;
}
.egg-machine-tabs li {
flex:1;
font-size:20px;
cursor: pointer;
display: inline;
color: black;
display: block;
padding: 4px 10px;
margin-left: -1px;
position: relative;
left: 1px;
background: white;
}
.egg-machine-tabs li:hover {
background: #ccc;
}
.egg-machine-tabs:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.egg-machines {
position: relative;
min-height: 250px;
}
.egg-machines > form {
padding: 0px 20px;
min-height: 250px;
position: absolute;
top: -1px;
left: 0;
width: calc(100% - 40px);
visibility: hidden;
opacity:0;
transition: visibility 0s, opacity 0.2s linear;
}
.egg-machines > form:first-child{
visibility: visible;
opacity:1;
}
.pem-icon,.rem-icon-check{
display: inline-block;
}
input[type="checkbox"].rem-icon-cb {
display: none;
}
input[type="checkbox"].rem-icon-cb + label {
width:70px;
height:70px;
/*border: 1px solid DeepSkyBlue;*/
display: block;
position: relative;
cursor: pointer;
}
input[type="checkbox"].rem-icon-cb + label > img {
width:100%;
height:100%;
transition-duration: 0.2s;
transform-origin: 50% 50%;
}
input[type="checkbox"].rem-icon-cb + label:before {
background-color: white;
color: white;
content: " ";
display: block;
border-radius: 50%;
border: 1px solid white;
position: absolute;
top: -5px;
left: -5px;
width: 25px;
height: 25px;
text-align: center;
line-height: 28px;
transition-duration: 0.4s;
transform: scale(0);
}
input[type="checkbox"].rem-icon-cb:checked + label {
border-color: DeepSkyBlue;
}
input[type="checkbox"].rem-icon-cb:checked + label:before {
content: "✓";
background-color: DeepSkyBlue;
transform: scale(1);
z-index: 2;
}
input[type="checkbox"].rem-icon-cb:checked + label > img {
transform: scale(0.9);
background-color: DeepSkyBlue;
box-shadow: 0 0 10px DeepSkyBlue;
}
.pem-icon img{
width:70px;
height:70px;
}
.stone-count{
width: 3ch;
height: 1em;
font-size:inherit;
}
.stone-count + img{
display: inline-block;
position: relative;
top: 0.2em;
height: 1em;
} | 0.386185 | 0.066387 |
#div_body_maincontent_NewsContent {
width: 100%;
margin: 0 auto;
clear: both;
}
#div_body_maincontent_NewsContent .NewsContent_logo {
background: url(../Image/News/news_logo.png) no-repeat;
background-position: left center;
height: 36px;
padding-left: 160px;
}
#div_body_maincontent_NewsContent .NewsContent_logo a {
font-family: "微软雅黑";
display: inline-block;
text-align: left;
line-height: 36px;
position: relative;
z-index: 100;
color: #000;
font-size: 14px;
}
#div_body_maincontent_NewsContent .NewsContent_logo a:hover {
color: #BD6B09;
}
/********新闻类别 CSS end*********************************/
#div_body_maincontent_NewsContent .NewsContent_title h1 {
text-align: left;
position: relative;
z-index: 100;
padding: 10px 0px 10px 0px;
font-size: 36px;
color: #333;
font-weight: bold;
}
#div_body_maincontent_NewsContent .NewsContent_sourcelink {
margin: 5px 0px 5px 0px;
}
#div_body_maincontent_NewsContent .NewsContent_sourcelink_left {
font-family: "微软雅黑";
display: inline-block;
position: relative;
z-index: 100;
color: #000;
font-size: 14px;
text-align: left;
width: 50%;
}
#div_body_maincontent_NewsContent .NewsContent_sourcelink_right {
font-family: "微软雅黑";
display: inline-block;
position: relative;
z-index: 100;
color: #000;
font-size: 14px;
text-align: right;
width: 50%;
}
#div_body_maincontent_NewsContent .NewsContent_sourcelink_right a {
font-size: 16px;
color: #000;
}
#div_body_maincontent_NewsContent .NewsContent_sourcelink_right a:hover {
color: #BD6B09;
}
/********新闻标题div部分 新闻source 部分 CSS end*********************************/
/********新闻内容和右侧广告位 css start*********************************/
#div_body_maincontent_NewsContent .NewsContent_conteandAD {
width: 100%; /*1200px*/
margin: 0 auto;
}
#div_body_maincontent_NewsContent .NewsContent_conteandAD_left {
width: 890px;
float: left;
}
#div_body_maincontent_NewsContent .NewsContent_conteandAD_left p {
font-family: "微软雅黑";
font-size: 16px;
text-indent: 2em;
line-height: 30px;
margin: 10px 0px 15px 0px;
}
#div_body_maincontent_NewsContent .NewsContent_conteandAD_right {
width: 300px;
float: right;
}
/********新闻内容和右侧广告位 css end*********************************/
/******* NewsListByCategory 用户自定义控件**************************/
/* 标题*/
#div_body .NewsListByCategory {
width: 398px;
float: right;
margin: 0px;
padding: 0px;
margin-bottom: 10px;
}
#div_body .NewsListByCategory h3 {
float: left;
}
#div_body .NewsListByCategory h3.tit {
font-size: 16px;
font-family: "微软雅黑";
color: #272727;
}
#div_body .NewsListByCategory .biaoti {
height: 54px;
line-height: 54px;
background: url("../Image/User/cloud.png") no-repeat scroll 70px center transparent;
}
#div_body .NewsListByCategory .more_btn {
float: right;
}
#div_body .NewsListByCategory .more_btn a {
font-size: 12px;
font-family: "微软雅黑";
color: #6C6C6C;
text-decoration: none;
}
/* 新闻列表*/
#div_body .NewsListByCategory .NewsList10 {
margin-top: 8px;
}
#div_body .NewsListByCategory .NewsList10 .wp_article_list {
display: block;
width: 100%;
}
#div_body .NewsListByCategory .NewsList10 ul {
list-style: outside none none;
}
#div_body .NewsListByCategory .NewsList10 ul .list_item {
width: 100%;
height: 30px;
line-height: 30px;
border-bottom: 0px dashed #CCC;
vertical-align: top;
}
#div_body .NewsListByCategory .NewsList10 ul .list_item .pr_fields {
display: inline;
float: left;
}
#div_body .NewsListByCategory .NewsList10 ul .list_item .Article_Index {
display: none;
float: left;
overflow: hidden;
}
#div_body .NewsListByCategory .NewsList10 ul .list_item .Article_Title a {
font-size: 14px;
font-family: "微软雅黑";
color: #2B2B2B;
text-decoration: none;
}
#div_body .NewsListByCategory .NewsList10 ul .list_item .ex_fields {
display: inline;
float: right;
color: #B9B9B9;
font-size: 12px;
font-family: "Arial";
}
/******* NewsListByCategory 用户自定义控件 END**************************/
/******* NewsListByCategory_Second 用户自定义控件 第二行 /**scroll滚动****************************/
/* 标题*/
#div_body .NewsListByCategory_Second .biaoti {
border-bottom: 2px solid #1D4E92;
}
/* 时间在左侧*/
#div_body .NewsListByCategory_Second .sudy-scroll {
position: relative;
height: 210px;
}
#div_body .NewsListByCategory .sudy-scroll-wrap {
position: relative;
left: 0px;
top: 0px;
overflow: hidden;
height:210px;
}
#div_body .NewsListByCategory ul.scroll1 {
width: 100%;
margin-top: 10px;
}
#div_body .NewsListByCategory ul.scroll1 li {
margin: 0px;
height: 65px;
float: left;
}
#div_body .NewsListByCategory .ybdt_list {
/*width: 294px;*/
height: 65px;
margin: 0px;
}
#div_body .NewsListByCategory .clearfix {
display: block;
}
#div_body .NewsListByCategory .tab_left {
float: left;
width: 43px;
height: 49px;
margin: 0px;
}
#div_body .NewsListByCategory .time_top {
width: 43px;
height: 21px;
line-height: 21px;
margin-bottom: 1px;
text-align: center;
background: #1D4E92;
color: #FFF;
font-size: 14px;
font-family: "微软雅黑";
}
#div_body .NewsListByCategory .time_bottom {
width: 43px;
height: 24px;
background: #1D4E92;
font-size: 20px;
font-family: "微软雅黑";
color: #FFF;
text-align: center;
line-height: 27px;
}
#div_body .NewsListByCategory .tab_right {
width: 233px;
float: right;
height: 49px;
padding: 3px 0px 3px 20px;
}
#div_body .NewsListByCategory .tab_right a {
font-size: 14px;
font-family: "微软雅黑";
color: #2B2B2B;
}
#div_body .NewsListByCategory .tab_right a:hover {
text-decoration: underline;
color: #3A5FCD;
}
/* 新闻列表*/
#div_body .NewsListByCategory .clearfix:after {
clear: both;
content: ".";
display: block;
height: 0px;
visibility: hidden;
}
#div_body .NewsListByCategory .sudy-scroll-page {
width: 100%;
height: 12px;
text-align: center;
position: relative;
left: 0px;
bottom: 2px;
margin-top: -10px;
}
#div_body .NewsListByCategory .sudy-scroll-page .page-index {
display: inline-block;
width: 16px;
height: 12px;
border-radius: 6px;
overflow: hidden;
/*background: #b2b2b2;*/
margin: 0 5px;
}
#div_body .NewsListByCategory .sudy-scroll-page .active {
background: #1d4e92;
display: inline-block;
width: 16px;
height: 12px;
border-radius: 6px;
overflow: hidden;
margin: 0 5px;
}
.sudy-scroll-page .page-index span {
display: none;
}
/******* NewsListByCategory_Second 用户自定义控件 END**************************/ | CSS/NewsStyle.css | #div_body_maincontent_NewsContent {
width: 100%;
margin: 0 auto;
clear: both;
}
#div_body_maincontent_NewsContent .NewsContent_logo {
background: url(../Image/News/news_logo.png) no-repeat;
background-position: left center;
height: 36px;
padding-left: 160px;
}
#div_body_maincontent_NewsContent .NewsContent_logo a {
font-family: "微软雅黑";
display: inline-block;
text-align: left;
line-height: 36px;
position: relative;
z-index: 100;
color: #000;
font-size: 14px;
}
#div_body_maincontent_NewsContent .NewsContent_logo a:hover {
color: #BD6B09;
}
/********新闻类别 CSS end*********************************/
#div_body_maincontent_NewsContent .NewsContent_title h1 {
text-align: left;
position: relative;
z-index: 100;
padding: 10px 0px 10px 0px;
font-size: 36px;
color: #333;
font-weight: bold;
}
#div_body_maincontent_NewsContent .NewsContent_sourcelink {
margin: 5px 0px 5px 0px;
}
#div_body_maincontent_NewsContent .NewsContent_sourcelink_left {
font-family: "微软雅黑";
display: inline-block;
position: relative;
z-index: 100;
color: #000;
font-size: 14px;
text-align: left;
width: 50%;
}
#div_body_maincontent_NewsContent .NewsContent_sourcelink_right {
font-family: "微软雅黑";
display: inline-block;
position: relative;
z-index: 100;
color: #000;
font-size: 14px;
text-align: right;
width: 50%;
}
#div_body_maincontent_NewsContent .NewsContent_sourcelink_right a {
font-size: 16px;
color: #000;
}
#div_body_maincontent_NewsContent .NewsContent_sourcelink_right a:hover {
color: #BD6B09;
}
/********新闻标题div部分 新闻source 部分 CSS end*********************************/
/********新闻内容和右侧广告位 css start*********************************/
#div_body_maincontent_NewsContent .NewsContent_conteandAD {
width: 100%; /*1200px*/
margin: 0 auto;
}
#div_body_maincontent_NewsContent .NewsContent_conteandAD_left {
width: 890px;
float: left;
}
#div_body_maincontent_NewsContent .NewsContent_conteandAD_left p {
font-family: "微软雅黑";
font-size: 16px;
text-indent: 2em;
line-height: 30px;
margin: 10px 0px 15px 0px;
}
#div_body_maincontent_NewsContent .NewsContent_conteandAD_right {
width: 300px;
float: right;
}
/********新闻内容和右侧广告位 css end*********************************/
/******* NewsListByCategory 用户自定义控件**************************/
/* 标题*/
#div_body .NewsListByCategory {
width: 398px;
float: right;
margin: 0px;
padding: 0px;
margin-bottom: 10px;
}
#div_body .NewsListByCategory h3 {
float: left;
}
#div_body .NewsListByCategory h3.tit {
font-size: 16px;
font-family: "微软雅黑";
color: #272727;
}
#div_body .NewsListByCategory .biaoti {
height: 54px;
line-height: 54px;
background: url("../Image/User/cloud.png") no-repeat scroll 70px center transparent;
}
#div_body .NewsListByCategory .more_btn {
float: right;
}
#div_body .NewsListByCategory .more_btn a {
font-size: 12px;
font-family: "微软雅黑";
color: #6C6C6C;
text-decoration: none;
}
/* 新闻列表*/
#div_body .NewsListByCategory .NewsList10 {
margin-top: 8px;
}
#div_body .NewsListByCategory .NewsList10 .wp_article_list {
display: block;
width: 100%;
}
#div_body .NewsListByCategory .NewsList10 ul {
list-style: outside none none;
}
#div_body .NewsListByCategory .NewsList10 ul .list_item {
width: 100%;
height: 30px;
line-height: 30px;
border-bottom: 0px dashed #CCC;
vertical-align: top;
}
#div_body .NewsListByCategory .NewsList10 ul .list_item .pr_fields {
display: inline;
float: left;
}
#div_body .NewsListByCategory .NewsList10 ul .list_item .Article_Index {
display: none;
float: left;
overflow: hidden;
}
#div_body .NewsListByCategory .NewsList10 ul .list_item .Article_Title a {
font-size: 14px;
font-family: "微软雅黑";
color: #2B2B2B;
text-decoration: none;
}
#div_body .NewsListByCategory .NewsList10 ul .list_item .ex_fields {
display: inline;
float: right;
color: #B9B9B9;
font-size: 12px;
font-family: "Arial";
}
/******* NewsListByCategory 用户自定义控件 END**************************/
/******* NewsListByCategory_Second 用户自定义控件 第二行 /**scroll滚动****************************/
/* 标题*/
#div_body .NewsListByCategory_Second .biaoti {
border-bottom: 2px solid #1D4E92;
}
/* 时间在左侧*/
#div_body .NewsListByCategory_Second .sudy-scroll {
position: relative;
height: 210px;
}
#div_body .NewsListByCategory .sudy-scroll-wrap {
position: relative;
left: 0px;
top: 0px;
overflow: hidden;
height:210px;
}
#div_body .NewsListByCategory ul.scroll1 {
width: 100%;
margin-top: 10px;
}
#div_body .NewsListByCategory ul.scroll1 li {
margin: 0px;
height: 65px;
float: left;
}
#div_body .NewsListByCategory .ybdt_list {
/*width: 294px;*/
height: 65px;
margin: 0px;
}
#div_body .NewsListByCategory .clearfix {
display: block;
}
#div_body .NewsListByCategory .tab_left {
float: left;
width: 43px;
height: 49px;
margin: 0px;
}
#div_body .NewsListByCategory .time_top {
width: 43px;
height: 21px;
line-height: 21px;
margin-bottom: 1px;
text-align: center;
background: #1D4E92;
color: #FFF;
font-size: 14px;
font-family: "微软雅黑";
}
#div_body .NewsListByCategory .time_bottom {
width: 43px;
height: 24px;
background: #1D4E92;
font-size: 20px;
font-family: "微软雅黑";
color: #FFF;
text-align: center;
line-height: 27px;
}
#div_body .NewsListByCategory .tab_right {
width: 233px;
float: right;
height: 49px;
padding: 3px 0px 3px 20px;
}
#div_body .NewsListByCategory .tab_right a {
font-size: 14px;
font-family: "微软雅黑";
color: #2B2B2B;
}
#div_body .NewsListByCategory .tab_right a:hover {
text-decoration: underline;
color: #3A5FCD;
}
/* 新闻列表*/
#div_body .NewsListByCategory .clearfix:after {
clear: both;
content: ".";
display: block;
height: 0px;
visibility: hidden;
}
#div_body .NewsListByCategory .sudy-scroll-page {
width: 100%;
height: 12px;
text-align: center;
position: relative;
left: 0px;
bottom: 2px;
margin-top: -10px;
}
#div_body .NewsListByCategory .sudy-scroll-page .page-index {
display: inline-block;
width: 16px;
height: 12px;
border-radius: 6px;
overflow: hidden;
/*background: #b2b2b2;*/
margin: 0 5px;
}
#div_body .NewsListByCategory .sudy-scroll-page .active {
background: #1d4e92;
display: inline-block;
width: 16px;
height: 12px;
border-radius: 6px;
overflow: hidden;
margin: 0 5px;
}
.sudy-scroll-page .page-index span {
display: none;
}
/******* NewsListByCategory_Second 用户自定义控件 END**************************/ | 0.247169 | 0.046703 |
@charset "utf-8";
.nav_banner{ width: 1200px;height: 660px; margin: 0 auto;}
/*左侧导航*/
.nav_banner .navindex{ width: 150px; height: 654px; background: #f7921e; float: left;}
.nav_banner .navindex ul li{height: 36px; line-height: 36px; text-align: center; position: relative;}
.nav_banner .navindex ul li a{color: #fff;}
.nav_banner .navindex ul li:first-child{background: #c38e42;font-size: 16px;height: 40px; line-height: 40px;}
.nav_banner .navindex ul li:first-child:hover{background: #c38e42;}
.nav_banner .navindex ul li:hover{background:#dd881f;}
/*二级菜单*/
.nav_banner .navindex ul li .nav_right {
width: 150px;
height: auto;
overflow: hidden;
position: absolute;
left: 150px;
top: 0px;
background: #f7921e;
display: none;z-index: 99;
}
.nav_banner .navindex ul li .nav_right a{
width: 150px; display: block;
height: 30px; line-height: 30px;
}
.nav_banner .navindex ul li .nav_right a:hover{background:#dd881f;}
/*右侧导航*/
.nav_banner .navright{ width: 1043px; height: 660px;background: none; float: left; margin-left: 7px;}
.nav_banner .navright .nav_index_right{ width: 1000px;background: #FFF; height: 40px; line-height: 40px; margin-left: 25px;}
.nav_banner .navright .nav_index_right ul li{width: 120px;height: 35px; line-height: 35px;float: left; text-align: center;}
.nav_banner .navright .nav_index_right ul li a{color: #000; font-size: 16px;}
.nav_banner .navright .nav_index_right ul li:hover{background:#f7921e;}
.nav_banner .navright .nav_index_right ul li:hover a{color: #fff;}
/*投融信息*/
.tourong_list{margin-bottom: 20px;}
.tourong_list li{width:1190px;height:200px;margin: 10px 5px 0px 5px; overflow:hidden;position:relative;border: #EEE solid 1px; background: #FFF;box-shadow: 1px 1px 1px #DDD;background: url(/image/index/index_tourong.png) right top no-repeat;}
.tourong_list li:hover{box-shadow: 5px 5px 5px #DDD;}
.tourong_list li div{float: left;margin: 20px 20px 0 20px;}
.tourong_list li div{float: left;margin: 20px 20px 0 20px;}
.tourong_list li div:first-child{width: 225px;}
.tourong_list li div:nth-child(2){width: 880px;margin-left: 10px;}
.tourong_list li div:nth-child(2) a{ line-height:50px;font-size: 16px;color: #000;}
.tourong_list li div:nth-child(2) span{display: block;float: right;font-size: 24px;color: #999;}
.tourong_list li div:nth-child(2) a:hover{color: #f89828;}
.tourong_list li div:nth-child(2) p{line-height:30px;}
.tourong_list li div:nth-child(2) p a{font-size: 14px;color: #f89828;}
.tourong_list li div:nth-child(2) p span{float: right;padding-right: 10px;}
.tourong_list li div:nth-child(3){float: right;padding-right: 20px;font-size: 16px;color: #999;}
/*底部滚动*/
.pro_list .count li:nth-child(4) { margin:0 10px 10px 0;}
.btn{display:block;height:55px;position:absolute;top:140px;width:35px;z-index:20;cursor:pointer;background: url(/image/index/icon.png) no-repeat 0 0;}
.prev{ background-position:0 -88px;left:10px;}
.prev:hover{background-position:0 -144px;}
.next{ background-position:0 -200px;right:12px;}
.next:hover{background-position:0 -256px;} | public/index/skin/index.css | @charset "utf-8";
.nav_banner{ width: 1200px;height: 660px; margin: 0 auto;}
/*左侧导航*/
.nav_banner .navindex{ width: 150px; height: 654px; background: #f7921e; float: left;}
.nav_banner .navindex ul li{height: 36px; line-height: 36px; text-align: center; position: relative;}
.nav_banner .navindex ul li a{color: #fff;}
.nav_banner .navindex ul li:first-child{background: #c38e42;font-size: 16px;height: 40px; line-height: 40px;}
.nav_banner .navindex ul li:first-child:hover{background: #c38e42;}
.nav_banner .navindex ul li:hover{background:#dd881f;}
/*二级菜单*/
.nav_banner .navindex ul li .nav_right {
width: 150px;
height: auto;
overflow: hidden;
position: absolute;
left: 150px;
top: 0px;
background: #f7921e;
display: none;z-index: 99;
}
.nav_banner .navindex ul li .nav_right a{
width: 150px; display: block;
height: 30px; line-height: 30px;
}
.nav_banner .navindex ul li .nav_right a:hover{background:#dd881f;}
/*右侧导航*/
.nav_banner .navright{ width: 1043px; height: 660px;background: none; float: left; margin-left: 7px;}
.nav_banner .navright .nav_index_right{ width: 1000px;background: #FFF; height: 40px; line-height: 40px; margin-left: 25px;}
.nav_banner .navright .nav_index_right ul li{width: 120px;height: 35px; line-height: 35px;float: left; text-align: center;}
.nav_banner .navright .nav_index_right ul li a{color: #000; font-size: 16px;}
.nav_banner .navright .nav_index_right ul li:hover{background:#f7921e;}
.nav_banner .navright .nav_index_right ul li:hover a{color: #fff;}
/*投融信息*/
.tourong_list{margin-bottom: 20px;}
.tourong_list li{width:1190px;height:200px;margin: 10px 5px 0px 5px; overflow:hidden;position:relative;border: #EEE solid 1px; background: #FFF;box-shadow: 1px 1px 1px #DDD;background: url(/image/index/index_tourong.png) right top no-repeat;}
.tourong_list li:hover{box-shadow: 5px 5px 5px #DDD;}
.tourong_list li div{float: left;margin: 20px 20px 0 20px;}
.tourong_list li div{float: left;margin: 20px 20px 0 20px;}
.tourong_list li div:first-child{width: 225px;}
.tourong_list li div:nth-child(2){width: 880px;margin-left: 10px;}
.tourong_list li div:nth-child(2) a{ line-height:50px;font-size: 16px;color: #000;}
.tourong_list li div:nth-child(2) span{display: block;float: right;font-size: 24px;color: #999;}
.tourong_list li div:nth-child(2) a:hover{color: #f89828;}
.tourong_list li div:nth-child(2) p{line-height:30px;}
.tourong_list li div:nth-child(2) p a{font-size: 14px;color: #f89828;}
.tourong_list li div:nth-child(2) p span{float: right;padding-right: 10px;}
.tourong_list li div:nth-child(3){float: right;padding-right: 20px;font-size: 16px;color: #999;}
/*底部滚动*/
.pro_list .count li:nth-child(4) { margin:0 10px 10px 0;}
.btn{display:block;height:55px;position:absolute;top:140px;width:35px;z-index:20;cursor:pointer;background: url(/image/index/icon.png) no-repeat 0 0;}
.prev{ background-position:0 -88px;left:10px;}
.prev:hover{background-position:0 -144px;}
.next{ background-position:0 -200px;right:12px;}
.next:hover{background-position:0 -256px;} | 0.210685 | 0.065187 |
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
font-family: "Poppins", sans-serif;
background: #f9f9f9;
}
header {
display: flex;
width: 100%;
height: 13vh;
margin: auto;
background: #2C3E50;
align-items: center;
padding: 30px;
}
.logo-container,
.nav-links,
.profile {
display: flex;
}
.logo-container {
flex: 1;
}
.logo {
margin: 5px;
}
section {
flex: 2;
}
.search-box {
width: 100%;
position: relative;
display: flex;
}
.search {
width: 100%;
border: 3px solid #2C3E50;
border-radius: 20px;
border-right: none;
font-size: 18px;
padding: 15px;
height: 20px;
outline: none;
color: #99bfaf;
text-align: center;
}
.search:focus {
color: #000;
box-sizing: 0 0 5px #2C3E50;
}
.search-btn {
width: 40px;
height: 36px;
border: none;
background: none;
outline: none;
text-align: center;
color: #C7D44D;
border-radius: 0 5px 5px 0;
cursor: pointer;
font-size: 20px;
}
.profile {
flex: 1;
justify-content: flex-end;
}
/* Sidebar */
.sidebar-main {
background: #fff;
box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.233);
width: 250px;
height: 87vh;
}
.sidebar {
padding-top: 70px;
transition: all .5s ease-in;
left: 0;
}
.sidebar a {
color: #B7B7B7;
display: block;
width: 100%;
line-height: 60px;
font-size: 1.5rem;
font-weight: 300;
text-decoration: none;
padding-left: 34px;
box-sizing: border-box;
transition: 0.5s;
transition-property: background;
}
.sidebar i {
padding: 10px;
color: #C7D44D;
}
/* Responsive Sidebar Tablet */
@media screen and (max-width: 1024px) {
.sidebar {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.233);
gap: 0px;
padding-top: 0px;
}
.sidebar-main {
width: 100%;
}
.sidebar a {
font-size: 1rem !important;
padding-left: 16vh;
}
}
@media screen and (max-width: 768px) {
.sidebar a {
padding-left: 18vh;
font-size: 0.9rem !important;
}
}
/* Responsive Sidebar Mobile */
@media screen and (min-width: 426px) and (max-width: 591px) {
.sidebar a {
padding-left: 20px;
}
}
@media screen and (max-width: 425px) {
.sidebar a {
font-size: 0.7rem;
padding-left: 3vh;
}
.table td, .table th {
font-size: 0.5rem !important;
}
}
@media screen and (max-width: 375px) {
.sidebar a {
font-size: 0.7rem;
padding-left: 20px;
}
}
@media screen and (max-width: 320px) {
header {
width: 400px !important;
}
.sidebar-main{
width: 400px !important;
}
.sidebar a {
width: 100% !important;
font-size: 0.7rem !important;
padding-left: 20px;
}
}
/* Main Content */
.table {
width: 100%;
margin-left: 18rem;
margin-top: -12rem;
background: #ffffff;
box-shadow: 4px 4px 4px 4px rgba(0,0,0,0.4);
border-collapse: collapse;
}
.table td,.table th {
padding: 15px 32px;
border-right: none;
font-size: 14px;
border-left: none;
color: rgb(110, 110, 110);
border-top: none;
border-bottom: 2px solid #E0E0E0;
}
.table td i {
transition: all 0.2s ease-in-out;
font-size: 16px !important;
}
.table td i:hover {
color: #C7D44D;
cursor: pointer;
}
/* Responsive Main Content */
@media screen and (min-width: 1440px) {
.table{
margin-left: 27rem;
}
}
@media screen and (max-width: 1024px) {
.table {
width: 100%;
margin-top: 0;
margin-left: 0;
border-collapse: collapse;
}
.table td,.table th {
padding: 19px 4px;
border: 1px solid #ddd;
font-size: 0.9rem;
border-right: none;
border-left: none;
border-top: none;
border-bottom: 2px solid #E0E0E0;
}
.table td i {
transition: all 0.2s ease-in-out;
font-size: 10px !important;
}
}
@media screen and (max-width: 768px) {
.table td, .table th {
padding: 17px 2px;
font-size: 0.7rem;
}
} | style.css | * {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
font-family: "Poppins", sans-serif;
background: #f9f9f9;
}
header {
display: flex;
width: 100%;
height: 13vh;
margin: auto;
background: #2C3E50;
align-items: center;
padding: 30px;
}
.logo-container,
.nav-links,
.profile {
display: flex;
}
.logo-container {
flex: 1;
}
.logo {
margin: 5px;
}
section {
flex: 2;
}
.search-box {
width: 100%;
position: relative;
display: flex;
}
.search {
width: 100%;
border: 3px solid #2C3E50;
border-radius: 20px;
border-right: none;
font-size: 18px;
padding: 15px;
height: 20px;
outline: none;
color: #99bfaf;
text-align: center;
}
.search:focus {
color: #000;
box-sizing: 0 0 5px #2C3E50;
}
.search-btn {
width: 40px;
height: 36px;
border: none;
background: none;
outline: none;
text-align: center;
color: #C7D44D;
border-radius: 0 5px 5px 0;
cursor: pointer;
font-size: 20px;
}
.profile {
flex: 1;
justify-content: flex-end;
}
/* Sidebar */
.sidebar-main {
background: #fff;
box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.233);
width: 250px;
height: 87vh;
}
.sidebar {
padding-top: 70px;
transition: all .5s ease-in;
left: 0;
}
.sidebar a {
color: #B7B7B7;
display: block;
width: 100%;
line-height: 60px;
font-size: 1.5rem;
font-weight: 300;
text-decoration: none;
padding-left: 34px;
box-sizing: border-box;
transition: 0.5s;
transition-property: background;
}
.sidebar i {
padding: 10px;
color: #C7D44D;
}
/* Responsive Sidebar Tablet */
@media screen and (max-width: 1024px) {
.sidebar {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.233);
gap: 0px;
padding-top: 0px;
}
.sidebar-main {
width: 100%;
}
.sidebar a {
font-size: 1rem !important;
padding-left: 16vh;
}
}
@media screen and (max-width: 768px) {
.sidebar a {
padding-left: 18vh;
font-size: 0.9rem !important;
}
}
/* Responsive Sidebar Mobile */
@media screen and (min-width: 426px) and (max-width: 591px) {
.sidebar a {
padding-left: 20px;
}
}
@media screen and (max-width: 425px) {
.sidebar a {
font-size: 0.7rem;
padding-left: 3vh;
}
.table td, .table th {
font-size: 0.5rem !important;
}
}
@media screen and (max-width: 375px) {
.sidebar a {
font-size: 0.7rem;
padding-left: 20px;
}
}
@media screen and (max-width: 320px) {
header {
width: 400px !important;
}
.sidebar-main{
width: 400px !important;
}
.sidebar a {
width: 100% !important;
font-size: 0.7rem !important;
padding-left: 20px;
}
}
/* Main Content */
.table {
width: 100%;
margin-left: 18rem;
margin-top: -12rem;
background: #ffffff;
box-shadow: 4px 4px 4px 4px rgba(0,0,0,0.4);
border-collapse: collapse;
}
.table td,.table th {
padding: 15px 32px;
border-right: none;
font-size: 14px;
border-left: none;
color: rgb(110, 110, 110);
border-top: none;
border-bottom: 2px solid #E0E0E0;
}
.table td i {
transition: all 0.2s ease-in-out;
font-size: 16px !important;
}
.table td i:hover {
color: #C7D44D;
cursor: pointer;
}
/* Responsive Main Content */
@media screen and (min-width: 1440px) {
.table{
margin-left: 27rem;
}
}
@media screen and (max-width: 1024px) {
.table {
width: 100%;
margin-top: 0;
margin-left: 0;
border-collapse: collapse;
}
.table td,.table th {
padding: 19px 4px;
border: 1px solid #ddd;
font-size: 0.9rem;
border-right: none;
border-left: none;
border-top: none;
border-bottom: 2px solid #E0E0E0;
}
.table td i {
transition: all 0.2s ease-in-out;
font-size: 10px !important;
}
}
@media screen and (max-width: 768px) {
.table td, .table th {
padding: 17px 2px;
font-size: 0.7rem;
}
} | 0.509276 | 0.118054 |
TABLE OF CONTENTS:
--------------------------------------------------------------
GENERAL SECTION
HEADER SECTION
SLIDER SECTION
ABOUT SECTION
TEAM SECTION
BIG BACKGROUND SECTION
PORTFOLIO SECTION
SERVICES SECTION
PRICING TABLE SECTION
CONTACT SECTION
FOOTER SECTION
BLOG SECTION
----SIDEBAR SECTION
MEDIA QUERIES
-------------------------------------------------------------
------------------------------------------------------------*/
/*-----------------------------------------GENERAL SECTION--------------------------------------------------*/
body, html {
height: 100%;
}
body {
color: #999999;
font-family: "open sans", sans-serif;
font-size: 14px;
line-height: 1.9;
background: #eee;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
cursor: inherit;
}
a {
color: #aaa;
text-decoration: none;
transition: ease .3s;
-webkit-transition: ease .3s;
-moz-transition: ease .3s;
-o-transition: ease .3s;
-ms-transition: ease .3s;
}
a:hover {
text-decoration: none;
color: #333;
}
a:focus {
outline: none;
color: #999999;
text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
font-family: 'Oswald', sans-serif;
color: #2b292a;
}
iframe {
border: none;
width: 100%;
}
img {
max-width: 100%;
}
.content {
background: #ffffff none repeat scroll 0 0;
max-width: 90%;
padding: 80px 0;
position: relative;
z-index: 1;
margin: 80px auto auto;
}
.content-box {
text-align: center;
}
.content-title {
font-size: 60px;
letter-spacing: 2px;
line-height: 1;
margin: 40px 0 20px;
text-transform: uppercase;
}
.container {
max-width: 100%;
}
.sub-title {
color: #110101;
font-size: 17px;
line-height: 1.3;
margin: auto auto 40px;
max-width: 800px;
}
.spacing20 {
width: 100%;
height: 20px;
}
.spacing30 {
width: 100%;
height: 30px;
}
.spacing40 {
width: 100%;
height: 40px;
}
.spacing80 {
width: 100%;
height: 80px;
}
ul, ol {
list-style-position: outside;
list-style-type: square;
margin: 0;
padding: 0 0 0 20px;
}
.clearboth {
clear: both;
}
.black-bg {
background: #2b292a;
position: relative;
}
.content-icon {
display: inline-block;
font-size: 26px;
height: 50px;
border-radius: 100px;
line-height: 50px;
text-align: center;
width: 50px;
color: #fff;
background-color: #bbb;
}
.top-content {
text-align: center;
margin-bottom: 40px;
}
.small-title {
letter-spacing: 1px;
margin: 0 0 20px;
text-transform: uppercase;
}
/* Preloader */
#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff; /* change if the mask should have another color then white */
z-index: 999999; /* makes sure it stays on top */
}
#status {
width: 200px;
height: 200px;
position: absolute;
left: 50%; /* centers the loading animation horizontally one the screen */
top: 50%; /* centers the loading animation vertically one the screen */
background-image: url(../images/preloader.gif); /* path to your loading animation */
background-repeat: no-repeat;
background-position: center center;
text-align: center;
margin: -100px 0 0 -100px; /* is width and height divided by two */
}
#status p {
text-align: center;
}
.hovers {
background: rgba(0,0,0,0.21);
background: -moz-linear-gradient(top, rgba(0,0,0,0.21) 0%, rgba(0,0,0,0.21) 0%, rgba(0,0,0,0.21) 61%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.21)), color-stop(0%, rgba(0,0,0,0.21)), color-stop(61%, rgba(0,0,0,0.21)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.21) 0%, rgba(0,0,0,0.21) 0%, rgba(0,0,0,0.21) 61%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.21) 0%, rgba(0,0,0,0.21) 0%, rgba(0,0,0,0.21) 61%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.21) 0%, rgba(0,0,0,0.21) 0%, rgba(0,0,0,0.21) 61%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.21) 0%, rgba(0,0,0,0.21) 0%, rgba(0,0,0,0.21) 61%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
transition: ease .3s;
-webkit-transition: ease .3s;
-moz-transition: ease .3s;
-o-transition: ease .3s;
-ms-transition: ease .3s;
opacity: 0;
z-index:0;
}
.hovers:hover {
opacity: 1;
}
/*---------------------HEADER SECTION----------------------------*/
.header {
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 999;
}
.menu-box {
display: block;
float: left;
margin: auto;
text-align: center;
width: 60%;
}
.logo {
float: left;
text-align: left;
width: 20%;
}
.logo1 {
display: block;
}
.logo2 {
display: none;
}
.shrink .logo1 {
display: none;
}
.shrink .logo2 {
display: block;
}
.social-top {
float: left;
text-align: right;
width: 20%;
}
.nav-box {
width: 90%;
}
.menu-box .navigation {
list-style: outside none none;
margin: 0;
padding: 0;
vertical-align: top;
display: inline-block;
}
.menu-box .navigation li {
display: inline-block;
margin-right: -4px;
}
.menu-box .navigation li a {
color: #fff;
display: block;
font-family: 'Montserrat', sans-serif;
font-size: 13px;
font-weight: bold;
padding: 15px 20px;
text-transform: uppercase;
}
.shrink .menu-box .navigation li a {
color: #2b292a;
}
.menu-box .navigation .current > a, .menu-box .navigation li a:hover, .shrink .menu-box .navigation .current a {
background-color: #2b292a;
color: #ffffff;
background-size: cover;
}
.for-sticky {
transition: all 0.1s ease-out 0s;
-webkit-transition: all 0.1s ease-out 0s;
-moz-transition: all 0.1s ease-out 0s;
-o-transition: all 0.1s ease-out 0s;
-ms-transition: all 0.1s ease-out 0s;
width: 100%;
z-index: 333;
}
.shrink .nav-box {
margin-top: 0;
}
.nav-bg {
background: #fff;
}
.nav-box {
margin-top: 60px;
text-align: center;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
-o-transition: all 0.5s ease-out 0s;
-ms-transition: all 0.5s ease-out 0s;
}
.shrink .for-sticky {
box-shadow: 1px 0px 2px #d3d3d3;
margin: 0;
background: #fff;
-webkit-backface-visibility: hidden;
}
.box-mobile {
float: right;
padding-right: 30px;
}
.mobile-menu {
background: none repeat scroll 0 0 #ffffff;
display: block;
height: 0;
list-style: none outside none;
margin: 0;
overflow: hidden;
position: absolute;
right: 0;
text-align: center;
top: 100%;
width: 100%;
z-index: 3;
padding: 0;
}
.mobile-menu.in {
border: 1px solid #EEEEEE;
max-height: 480px;
overflow-x: hidden;
overflow-y: auto;
height: auto;
}
.mobile-menu li a {
display: block;
font-size: 11px;
padding: 8px 15px;
text-decoration: none;
text-transform: uppercase;
border-top: none;
}
.menu-btn {
border: 3px solid;
cursor: pointer;
border-radius: 100px;
height: 30px;
line-height: 24px;
margin: 12px 0;
text-align: center;
width: 30px;
z-index: 3;
color: #fff;
}
.shrink .menu-btn {
color: #2b292a;
}
.logo img {
max-height: 76px;
}
.social-list {
list-style: none;
margin: 0;
padding: 0;
text-align: right;
}
.social-list > li {
display: inline-block;
text-align: center;
}
.social-list a {
margin: 11px -4px 11px 0;
font-size: 13px;
display: block;
line-height: 1;
width: 30px;
height: 30px;
line-height: 30px;
color: #fff;
background-position: center center;
}
.shrink .social-list a {
color: #2b292a;
}
.social-list a:hover {
color: #ffffff;
background-color: #2b292a;
}
/*-------------------SLIDER SECTION----------------------------------*/
.img-bg {
background-position: center center;
background-size: cover;
}
.slider-mask {
background-color: rgba(0, 0, 0, 0.3);
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.caption-box {
padding: 16% 0;
text-align: center;
position: relative;
z-index: 1;
}
.caption-box p {
color: #ffffff;
font-size: 16px;
margin: 20px 0 40px;
}
.caption-box h3 {
color: #ffffff;
font-size: 80px;
letter-spacing: 5px;
margin: 40px 0 10px;
line-height: 1;
text-transform: uppercase;
}
.align-center {
text-align: center;
}
#home .owl-pagination {
height: 80px;
margin-top: -80px;
position: relative;
text-align: center;
width: 100%;
z-index: 1;
}
#home .owl-page.active {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
border-radius: 100px;
}
#home .owl-page span {
background: none repeat scroll 0 0 #ffffff;
border-radius: 100px;
display: inline-block;
height: 5px;
text-align: center;
width: 5px;
}
#home .owl-page {
display: inline-block;
height: 30px;
line-height: 25px;
margin: 2px;
width: 30px;
}
.slider .slide {
display: none;
}
.slider .slide:first-child {
display: block;
}
/*-----------------------------ABOUT SECTION-----------------------------------*/
#about .bottom-content .col-md-4:nth-child(4) {
clear: left;
}
#about .small-title > span {
background: #2b292a none repeat scroll 0 0;
color: #ffffff;
display: inline-block;
font-size: 35px;
padding: 8px;
text-align: center;
}
.gal-box {
padding: 0;
}
.gal-box > a {
display: block;
position: relative;
}
.gal-detail {
bottom: 0;
padding: 20px;
position: absolute;
width: 100%;
z-index: 2;
opacity:0;
-webkit-transition: all 0.1s ease-out 0s;
-moz-transition: all 0.1s ease-out 0s;
-o-transition: all 0.1s ease-out 0s;
-ms-transition: all 0.1s ease-out 0s;
}
.gal-box a:hover .gal-detail {
opacity: 1;
}
.gal-detail h4 {
color: #ffffff;
font-size: 20px;
margin: 0;
text-transform: uppercase;
}
.icon-detail {
border: 2px solid;
border-radius: 100px;
color: #ffffff;
display: inline-block;
font-size: 11px;
height: 25px;
line-height: 19px;
margin: 10px 5px 0 0;
opacity: 0.8;
text-align: center;
width: 25px;
}
.gal-box p {
color: #aaaaaa;
display: inline-block;
font-family: montserrat;
font-size: 13px;
line-height: 1.2;
margin: 10px 0 0;
position: relative;
text-transform: uppercase;
}
.gal-about {
margin-bottom: 80px;
}
/*-----------------------------TEAM SECTION-----------------------------------*/
#team {
margin: auto auto 80px;
max-width: 90%;
}
.teambox {
padding: 0;
position: relative;
x: asd;
z-index: 1;
}
.top-team {
left: 30px;
position: absolute;
top: 30px;
z-index: 1;
}
.top-team > h3 {
color: #ffffff;
letter-spacing: 1px;
margin: 0;
text-transform: uppercase;
}
.top-team > p {
color: #aaa;
}
.team-social {
bottom: 30px;
right: 30px;
list-style: none;
padding: 0;
}
.team-social > li {
display: inline-block;
}
.team-social a {
background: #2b292a none repeat scroll 0 0;
color: #ffffff;
display: block;
height: 30px;
line-height: 30px;
text-align: center;
width: 30px;
font-size: 13px;
}
.team-social a:hover {
background: none repeat scroll 0 0 #fff;
color: #2b292a;
}
.gray-bg {
background: #e0e0e0 none repeat scroll 0 0;
padding-bottom: 80px;
position: relative;
}
.team-bg {
background-size: cover;
background-position: center center;
height: 100%;
position: absolute;
right: 0;
top: 0;
width: 50%;
z-index: 3;
}
.team-detail h3 {
font-size: 30px;
line-height: 1;
margin-bottom: 0;
text-transform: uppercase;
}
.team-post {
background: #2b292a none repeat scroll 0 0;
color: #ffffff;
display: inline-block;
font-family: montserrat;
font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
line-height: 1;
margin-bottom: 40px;
margin-top: 10px;
padding: 10px 16px;
text-transform: uppercase;
}
.team-gallery a {
display: block;
position: relative;
}
.hover-detail {
bottom: 0;
padding: 20px;
position: absolute;
width: 100%;
z-index: 2;
opacity:0;
-webkit-transition: all 0.1s ease-out 0s;
-moz-transition: all 0.1s ease-out 0s;
-o-transition: all 0.1s ease-out 0s;
-ms-transition: all 0.1s ease-out 0s;
}
.teambox a:hover .hover-detail {
opacity: 1;
}
.hover-detail h4 {
color: #ffffff;
font-size: 20px;
margin: 0;
text-transform: uppercase;
}
.hover-detail p {
color: #aaaaaa;
display: inline-block;
font-family: montserrat;
font-size: 13px;
line-height: 1.2;
margin: 10px 0 0;
position: relative;
text-transform: uppercase;
}
/*---------------------BIG BACKGROUND SECTION-----------------------------------------*/
.bg {
position: relative;
overflow: hidden;
}
.para-img {
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
.no-para .para-img {
background-attachment: scroll;
}
.bg1 .para-img {
background-image: url("../images/bg/1.jpg");
}
.bg2 .para-img {
background-image: url("../images/bg/2.jpg");
}
.bg3 .para-img {
background-image: url("../images/bg/3.jpg");
}
.client-list .col-md-3 {
margin: 20px 0;
}
.big-text {
color: #ffffff;
padding-bottom: 150px;
padding-top: 150px;
position: relative;
text-align: center;
z-index: 1;
}
.bg-mask {
background-color: rgba(0, 0, 0, 0.5);
left: 0;
position: absolute;
width: 100%;
height: 100%;
top: 0;
z-index: 0;
}
.big-text h3 {
color: #ffffff;
font-size: 40px;
letter-spacing: 1px;
line-height: 1.5;
margin: 40px auto 20px;
max-width: 700px;
text-transform: uppercase;
}
.big-text i {
background-color: #fff;
border-radius: 100px;
color: #2b292a;
display: inline-block;
font-size: 22px;
height: 40px;
line-height: 40px;
text-align: center;
width: 40px;
}
.big-text p {
font-size: 14px;
font-weight: 300;
letter-spacing: 2px;
margin-bottom: 20px;
text-transform: uppercase;
}
/*-----------------------------PORTFOLIO SECTION-----------------------------------*/
#works{margin-bottom:80px;padding-bottom:0;}
.port-item {
padding: 0;
margin:0;
position: relative;
max-width:100%;
}
.port-item a:hover .hover-detail{opacity:1;}
.port-body {
max-width: 100%;
transition: height 0.3s ease 0s;
}
.port-filter {
display: block;
list-style: outside none none;
margin: 0 0 40px;
padding: 0;
text-align: center;
}
.port-filter > li {
display: inline-block;
}
.port-filter a {
border: 2px solid;
display: block;
font-family: montserrat;
font-size: 12px;
font-weight: bold;
line-height: 1;
padding: 10px;
margin-bottom:3px;
text-transform: uppercase;
}
.port-filter .active {
background: #333333 none repeat scroll 0 0;
border-color: #333333;
color: #ffffff;
}
.port-attr p {
color: #aaaaaa;
display: inline-block;
font-size: 15px;
margin: 0 10px 0 0;
padding-right: 17px;
}
.port-attr{margin-bottom:40px;}
.port-attr p strong{color:#777;}
.worksajax{position:relative;}
.ic-close {
background-color: #bbbbbb;
background-position: center center;
border-radius: 100px;
color: #ffffff;
display: inline-block;
font-size: 25px;
height: 50px;
cursor:pointer;
line-height: 50px;
text-align: center;
width: 50px;
transition:0.3s;
}
.ic-close:hover{background-color:#888;}
.worksajax,.worksajax .content{background:#e0e0e0;}
.slide-nav.inright {
border-left: 1px solid #333333;
left: auto;
right: 0;
}
.slide-nav {
background: #2b292a none repeat scroll 0 0;
bottom: 0;
color: #ffffff;
font-size: 14px;
height: 50px;
left: auto;
line-height: 50px;
position: absolute;
right: 50px;
text-align: center;
width: 50px;
transition:0.3s;
}
.slide-nav:hover,.go-btn:hover{background:#fff;color:#2b292a;}
.go-btn {
background: #2b292a none repeat scroll 0 0;
color: #ffffff;
display: inline-block;
font-family: montserrat;
font-size: 13px;
letter-spacing: 1px;
padding: 10px 40px;
text-transform: uppercase;
}
.portfolio-gallery.clearfix > div {
float: left;
width: 33.3%;
}
.portfolio-gallery a span {
background: #2b292a none repeat scroll 0 0;
border-radius: 100px;
color: #ffffff;
display: inline-block;
height: 40px;
left: 50%;
line-height: 40px;
margin-left: -20px;
margin-top: -20px;
position: absolute;
text-align: center;
top: 50%;
width: 40px;
opacity:0;
transition:0.3s;
}
.portfolio-gallery a {
position: relative;
display:block;
}
.portfolio-gallery a:hover span{opacity:1;}
a.pp_previous,a.pp_next{
transition: none;
-webkit-transition:none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
}
.worksajax .content {
margin-bottom: 0;
margin-top: 0;
padding-bottom: 40px;
}
/*-----------------------------SERVICES SECTION----------------------------------*/
#services{padding-bottom:0;margin-bottom:80px;}
.gal-service {
margin-bottom: 80px;
}
#services .bottom-content .col-md-4:nth-child(4) {
clear: left;
}
#services .small-title i {
background: #2b292a none repeat scroll 0 0;
color: #ffffff;
display: inline-block;
font-size: 25px;
height: 45px;
line-height: 45px;
text-align: center;
width: 45px;
}
.services-list {
padding-bottom: 80px;
}
/*-----------------------------PRICING TABLE SECTION----------------------------------*/
#pricing-table .top-content{padding-top:80px;}
.p-table {
background: #ffffff none repeat scroll 0 0;
margin: auto;
max-width: 300px;
text-align: center;
}
.p-top {
background: #2b292a none repeat scroll 0 0;
position: relative;
}
.p-top h3 {
color: #ffffff;
display: block;
float: right;
text-align:left;
margin: 0;
padding: 30px;
text-transform: uppercase;
width: 70%;
}
.p-left {
background: #323232 none repeat scroll 0 0;
height: 100%;
position: absolute;
left: 0;
top: 0;
width: 30%;
}
.p-left i {
color: #ffffff;
font-size: 30px;
height: 30px;
line-height: 30px;
margin-left: -15px;
margin-top: -15px;
position: absolute;
left: 50%;
top: 50%;
width: 30px;
}
.p-table p {
line-height: 1;
margin: 0;
padding: 10px 30px;
}
.p-table .p-price {
font-family: montserrat;
color:#2b292a;
font-size: 45px;
font-weight: bold;
letter-spacing: -2px;
padding: 30px;
text-transform: uppercase;
}
.p-price > span {
color: #adadad;
display: block;
font-family: open sans;
font-size: 15px;
letter-spacing: 0;
}
.p-table a {
background: #2b292a none repeat scroll 0 0;
color: #ffffff;
display: inline-block;
font-family: montserrat;
line-height: 1;
margin: 20px 0 40px;
padding: 16px 30px;
text-transform: uppercase;
}
.p-table a:hover{background:#ddd;color:#2b292a;}
/*---------------------CONTACT SECTION----------------------------*/
.map_canvas {
height: 500px;
margin-bottom: 80px;
}
.box-map {
line-height: 1;
padding: 20px 0 20px 20px;
text-align: center;
width: 100%;
}
.box-map > h3 {
text-transform: uppercase;
margin: 10px 0 20px;
}
form input,form textarea {
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #ddd;
color: #888;
line-height: inherit;
padding: 12px 20px;
width: 100%;
font-size:14px;
background: #fff;
}
#MyContactForm{text-align:left;}
#MyContactForm p span {
display: block;
letter-spacing: 2px;
text-transform: uppercase;
}
input:focus, textarea:focus {
border-color: #aaa;
}
::-webkit-input-placeholder {
color: #999;
}
#MyContactForm p label {
cursor: text;
display: block;
margin: 0;
position: relative;
top: 0;
width: 100%;
}
:-moz-placeholder { /* Firefox 18- */
color: #999;
}
::-moz-placeholder { /* Firefox 19+ */
color: #999;
}
:-ms-input-placeholder {
color: #999;
}
#form-wrapper #MyContactForm .error {
bottom: 12px;
color: #FF0000;
font-family: inherit;
font-size: 12px;
font-weight: normal;
left: auto;
font-style:italic;
letter-spacing: 0;
position: absolute;
right: 20px;
text-transform: capitalize;
width: auto;
}
.contact-btn {
background: none repeat scroll 0 0 #2b292a;
color: #ffffff;
display: inline-block;
font-family: open sans;
font-weight: bold;
letter-spacing: 2px;
padding:10px 30px;
text-decoration: none;
text-transform: uppercase;
}
.contact-btn:hover {
background: #ddd;
color: #2b292a;
}
#MyContactForm p {
position: relative;
}
.response h3 {
letter-spacing: 2px;
margin: 10px 0 25px;
text-transform: uppercase;
}
#contact{margin-bottom:80px;}
#contact .small-title i {
background: #2b292a none repeat scroll 0 0;
color: #ffffff;
display: inline-block;
font-size: 25px;
height: 45px;
line-height: 45px;
text-align: center;
width: 45px;
}
/*-----------------------------FOOTER SECTION-----------------------------------*/
.footer {
background: #2b292a none repeat scroll 0 0;
color: #ffffff;
padding: 40px 0;
}
.footer .container {
width: 90%;
}
.footer-icon a {
background: #222222 none repeat scroll 0 0;
color: #ffffff;
display: block;
height: 30px;
line-height: 30px;
text-align: center;
width: 30px;
}
.footer-icon > li {
display: inline-block;
}
.footer-icon {
list-style: outside none none;
margin: 0;
padding: 0;
text-align: right;
}
.footer-icon a:hover{color:#222;background:#fff;}
.footer p {
font-family: montserrat;
font-size: 13px;
margin: 0;
text-transform: uppercase;
}
/*-----------------------------BLOG SECTION-----------------------------------*/
.blog-menu {
position: relative;
background:#2b292a;
}
.blog-wrapper {
margin-bottom: 80px;
}
.blog-menu .nav-box {
margin-top: 0;
}
.blog .content-title {
font-size: 55px;
line-height: 1.2;
margin-left: 0;
margin-right: 0;
margin-top: 0;
}
.border-post {
background: #2b292a none repeat scroll 0 0;
height: 2px;
margin-top: 40px;
width: 100%;
}
.blog .go-btn:hover{background:#eee;}
.post-detail {
list-style: outside none none;
margin: 0;
padding: 0;
}
.post-detail i {
background: #e0e0e0 none repeat scroll 0 0;
color: #ffffff;
display: inline-block;
height: 30px;
line-height: 30px;
text-align: center;
width: 30px;
}
.post-detail > li {
display: inline-block;
font-family: montserrat;
font-size: 13px;
margin-right: 10px;
text-transform: uppercase;
}
.border-post {
background: #2b292a none repeat scroll 0 0;
height: 2px;
margin: 40px 0 20px;
width: 100%;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
background-color: #2b292a;
border-color: #2b292a;
color: #FFFFFF;
cursor: default;
z-index: 2;
}
.pagination li a:hover{color:#2b292a;}
.pagination > li > a, .pagination > li > span {
color: inherit;
font-family: montserrat;
}
/*-----------------------------SIDEBAR SECTION----------------------------------*/
.widgettitle {
font-size: 20px;
letter-spacing: 1px;
margin: 0 0 20px;
text-transform: uppercase;
}
.widget {
border-bottom: 2px solid #2b292a;
margin-bottom: 30px;
padding-bottom: 30px;
}
.widget ul {
padding: 0 0 0 20px;
}
#searchform {
margin: 10px 20px;
position: relative;
}
#searchform #s {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border: 1px solid #ddd;
display: block;
height: 50px;
margin: 0;
padding: 10px 45px 10px 10px;
width: 100%;
}
#searchform #s:focus{border-color:#aaa;}
#searchform #searchsubmit {
background: url("../images/search.png") no-repeat scroll center center #aaa;
height: 30px;
right: 10px;
line-height: 1;
margin-top: -15px;
padding: 0;
position: absolute;
text-indent: -99999px;
top: 50%;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
width: 30px;
border:none;
border-radius: 100px;
}
#searchform #searchsubmit:hover{background-color:#2b292a;}
.widget ul li {
list-style: outside none square;
margin-bottom: 5px;
}
.tagcloud a {
background: none repeat scroll 0 0 #2b292a;
border: 2px solid #2b292a;
color: #ffffff;
display: inline-block;
font-size: 11px;
margin-bottom: 5px;
padding: 6px 13px;
text-transform: uppercase;
}
.tagcloud a:hover{border-color:#2b292a;color:#2b292a;background:#fff;}
/*-------------COMMENTS SECTION-------------*/
.comment-list, .com-child {
list-style: none outside none;
margin: 0;
overflow: hidden;
}
.comment-list{padding:0;}
.comment-ava > img {
border: 1px solid #ddd;
padding: 5px;
width: 100px;
}
.comment-ava {
float: left;
padding-right: 20px;
width: 20%;
}
.com-box {
float: left;
width: 80%;
}
.comment-list .comment {
display: block;
margin: 10px 0;
overflow: hidden;
}
.com-author {
color: #555555;
font-weight: bold;
margin:0;
font-size: 15px;
text-transform:uppercase;
}
.com-reply {
float: right;
font-size: 13px;
}
.com-meta {
font-size: 12px;
font-style: italic;
}
.comment-content {
border-bottom: 1px solid #eee;
overflow: hidden;
padding: 20px 0;
}
.com-btn {
background: #2b292a none repeat scroll 0 0;
color: #ffffff;
display: inline-block;
font-family: montserrat;
font-size: 13px;
letter-spacing: 1px;
padding: 10px 40px;
text-transform: uppercase;
width:auto;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
}
.com-btn:hover{background:#eee;color:#2b292a;border-color:#eee;}
.comment-top > span {
display: block;
font-size: 13px;
font-weight: bold;
text-transform: uppercase;
}
.title-strong{
font-size: 20px;
margin: 0;
text-transform: uppercase;
}
.pagination > li > a, .pagination > li > span{color:inherit;}
/*-----------------------------MEDIA QUERIES-----------------------------------*/
@media (min-width:1960px) {
.content, .nav-box, #team {
max-width: 1713px;
}
}
@media (min-width:768px) and (max-width:1024px) {
.footer-icon{margin-top:10px;}
.logo {
width: 50%;
}
.footer .col-md-6,.footer-icon{text-align:center;}
}
@media (max-width: 767px) {
.footer .col-md-6,.footer-icon{text-align:center;}
.footer-icon{margin-top:10px;}
.nav-box {
margin-top: 30px;
}
.logo {
width: 50%;
}
.caption-box h3 {
font-size: 60px;
}
.caption-box p {
font-size: 14px;
line-height: 1.5;
}
}
@media (max-width: 500px) {
} | public/template-web/css/style.css | TABLE OF CONTENTS:
--------------------------------------------------------------
GENERAL SECTION
HEADER SECTION
SLIDER SECTION
ABOUT SECTION
TEAM SECTION
BIG BACKGROUND SECTION
PORTFOLIO SECTION
SERVICES SECTION
PRICING TABLE SECTION
CONTACT SECTION
FOOTER SECTION
BLOG SECTION
----SIDEBAR SECTION
MEDIA QUERIES
-------------------------------------------------------------
------------------------------------------------------------*/
/*-----------------------------------------GENERAL SECTION--------------------------------------------------*/
body, html {
height: 100%;
}
body {
color: #999999;
font-family: "open sans", sans-serif;
font-size: 14px;
line-height: 1.9;
background: #eee;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
cursor: inherit;
}
a {
color: #aaa;
text-decoration: none;
transition: ease .3s;
-webkit-transition: ease .3s;
-moz-transition: ease .3s;
-o-transition: ease .3s;
-ms-transition: ease .3s;
}
a:hover {
text-decoration: none;
color: #333;
}
a:focus {
outline: none;
color: #999999;
text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
font-family: 'Oswald', sans-serif;
color: #2b292a;
}
iframe {
border: none;
width: 100%;
}
img {
max-width: 100%;
}
.content {
background: #ffffff none repeat scroll 0 0;
max-width: 90%;
padding: 80px 0;
position: relative;
z-index: 1;
margin: 80px auto auto;
}
.content-box {
text-align: center;
}
.content-title {
font-size: 60px;
letter-spacing: 2px;
line-height: 1;
margin: 40px 0 20px;
text-transform: uppercase;
}
.container {
max-width: 100%;
}
.sub-title {
color: #110101;
font-size: 17px;
line-height: 1.3;
margin: auto auto 40px;
max-width: 800px;
}
.spacing20 {
width: 100%;
height: 20px;
}
.spacing30 {
width: 100%;
height: 30px;
}
.spacing40 {
width: 100%;
height: 40px;
}
.spacing80 {
width: 100%;
height: 80px;
}
ul, ol {
list-style-position: outside;
list-style-type: square;
margin: 0;
padding: 0 0 0 20px;
}
.clearboth {
clear: both;
}
.black-bg {
background: #2b292a;
position: relative;
}
.content-icon {
display: inline-block;
font-size: 26px;
height: 50px;
border-radius: 100px;
line-height: 50px;
text-align: center;
width: 50px;
color: #fff;
background-color: #bbb;
}
.top-content {
text-align: center;
margin-bottom: 40px;
}
.small-title {
letter-spacing: 1px;
margin: 0 0 20px;
text-transform: uppercase;
}
/* Preloader */
#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff; /* change if the mask should have another color then white */
z-index: 999999; /* makes sure it stays on top */
}
#status {
width: 200px;
height: 200px;
position: absolute;
left: 50%; /* centers the loading animation horizontally one the screen */
top: 50%; /* centers the loading animation vertically one the screen */
background-image: url(../images/preloader.gif); /* path to your loading animation */
background-repeat: no-repeat;
background-position: center center;
text-align: center;
margin: -100px 0 0 -100px; /* is width and height divided by two */
}
#status p {
text-align: center;
}
.hovers {
background: rgba(0,0,0,0.21);
background: -moz-linear-gradient(top, rgba(0,0,0,0.21) 0%, rgba(0,0,0,0.21) 0%, rgba(0,0,0,0.21) 61%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.21)), color-stop(0%, rgba(0,0,0,0.21)), color-stop(61%, rgba(0,0,0,0.21)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.21) 0%, rgba(0,0,0,0.21) 0%, rgba(0,0,0,0.21) 61%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.21) 0%, rgba(0,0,0,0.21) 0%, rgba(0,0,0,0.21) 61%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.21) 0%, rgba(0,0,0,0.21) 0%, rgba(0,0,0,0.21) 61%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.21) 0%, rgba(0,0,0,0.21) 0%, rgba(0,0,0,0.21) 61%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
transition: ease .3s;
-webkit-transition: ease .3s;
-moz-transition: ease .3s;
-o-transition: ease .3s;
-ms-transition: ease .3s;
opacity: 0;
z-index:0;
}
.hovers:hover {
opacity: 1;
}
/*---------------------HEADER SECTION----------------------------*/
.header {
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 999;
}
.menu-box {
display: block;
float: left;
margin: auto;
text-align: center;
width: 60%;
}
.logo {
float: left;
text-align: left;
width: 20%;
}
.logo1 {
display: block;
}
.logo2 {
display: none;
}
.shrink .logo1 {
display: none;
}
.shrink .logo2 {
display: block;
}
.social-top {
float: left;
text-align: right;
width: 20%;
}
.nav-box {
width: 90%;
}
.menu-box .navigation {
list-style: outside none none;
margin: 0;
padding: 0;
vertical-align: top;
display: inline-block;
}
.menu-box .navigation li {
display: inline-block;
margin-right: -4px;
}
.menu-box .navigation li a {
color: #fff;
display: block;
font-family: 'Montserrat', sans-serif;
font-size: 13px;
font-weight: bold;
padding: 15px 20px;
text-transform: uppercase;
}
.shrink .menu-box .navigation li a {
color: #2b292a;
}
.menu-box .navigation .current > a, .menu-box .navigation li a:hover, .shrink .menu-box .navigation .current a {
background-color: #2b292a;
color: #ffffff;
background-size: cover;
}
.for-sticky {
transition: all 0.1s ease-out 0s;
-webkit-transition: all 0.1s ease-out 0s;
-moz-transition: all 0.1s ease-out 0s;
-o-transition: all 0.1s ease-out 0s;
-ms-transition: all 0.1s ease-out 0s;
width: 100%;
z-index: 333;
}
.shrink .nav-box {
margin-top: 0;
}
.nav-bg {
background: #fff;
}
.nav-box {
margin-top: 60px;
text-align: center;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
-o-transition: all 0.5s ease-out 0s;
-ms-transition: all 0.5s ease-out 0s;
}
.shrink .for-sticky {
box-shadow: 1px 0px 2px #d3d3d3;
margin: 0;
background: #fff;
-webkit-backface-visibility: hidden;
}
.box-mobile {
float: right;
padding-right: 30px;
}
.mobile-menu {
background: none repeat scroll 0 0 #ffffff;
display: block;
height: 0;
list-style: none outside none;
margin: 0;
overflow: hidden;
position: absolute;
right: 0;
text-align: center;
top: 100%;
width: 100%;
z-index: 3;
padding: 0;
}
.mobile-menu.in {
border: 1px solid #EEEEEE;
max-height: 480px;
overflow-x: hidden;
overflow-y: auto;
height: auto;
}
.mobile-menu li a {
display: block;
font-size: 11px;
padding: 8px 15px;
text-decoration: none;
text-transform: uppercase;
border-top: none;
}
.menu-btn {
border: 3px solid;
cursor: pointer;
border-radius: 100px;
height: 30px;
line-height: 24px;
margin: 12px 0;
text-align: center;
width: 30px;
z-index: 3;
color: #fff;
}
.shrink .menu-btn {
color: #2b292a;
}
.logo img {
max-height: 76px;
}
.social-list {
list-style: none;
margin: 0;
padding: 0;
text-align: right;
}
.social-list > li {
display: inline-block;
text-align: center;
}
.social-list a {
margin: 11px -4px 11px 0;
font-size: 13px;
display: block;
line-height: 1;
width: 30px;
height: 30px;
line-height: 30px;
color: #fff;
background-position: center center;
}
.shrink .social-list a {
color: #2b292a;
}
.social-list a:hover {
color: #ffffff;
background-color: #2b292a;
}
/*-------------------SLIDER SECTION----------------------------------*/
.img-bg {
background-position: center center;
background-size: cover;
}
.slider-mask {
background-color: rgba(0, 0, 0, 0.3);
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.caption-box {
padding: 16% 0;
text-align: center;
position: relative;
z-index: 1;
}
.caption-box p {
color: #ffffff;
font-size: 16px;
margin: 20px 0 40px;
}
.caption-box h3 {
color: #ffffff;
font-size: 80px;
letter-spacing: 5px;
margin: 40px 0 10px;
line-height: 1;
text-transform: uppercase;
}
.align-center {
text-align: center;
}
#home .owl-pagination {
height: 80px;
margin-top: -80px;
position: relative;
text-align: center;
width: 100%;
z-index: 1;
}
#home .owl-page.active {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
border-radius: 100px;
}
#home .owl-page span {
background: none repeat scroll 0 0 #ffffff;
border-radius: 100px;
display: inline-block;
height: 5px;
text-align: center;
width: 5px;
}
#home .owl-page {
display: inline-block;
height: 30px;
line-height: 25px;
margin: 2px;
width: 30px;
}
.slider .slide {
display: none;
}
.slider .slide:first-child {
display: block;
}
/*-----------------------------ABOUT SECTION-----------------------------------*/
#about .bottom-content .col-md-4:nth-child(4) {
clear: left;
}
#about .small-title > span {
background: #2b292a none repeat scroll 0 0;
color: #ffffff;
display: inline-block;
font-size: 35px;
padding: 8px;
text-align: center;
}
.gal-box {
padding: 0;
}
.gal-box > a {
display: block;
position: relative;
}
.gal-detail {
bottom: 0;
padding: 20px;
position: absolute;
width: 100%;
z-index: 2;
opacity:0;
-webkit-transition: all 0.1s ease-out 0s;
-moz-transition: all 0.1s ease-out 0s;
-o-transition: all 0.1s ease-out 0s;
-ms-transition: all 0.1s ease-out 0s;
}
.gal-box a:hover .gal-detail {
opacity: 1;
}
.gal-detail h4 {
color: #ffffff;
font-size: 20px;
margin: 0;
text-transform: uppercase;
}
.icon-detail {
border: 2px solid;
border-radius: 100px;
color: #ffffff;
display: inline-block;
font-size: 11px;
height: 25px;
line-height: 19px;
margin: 10px 5px 0 0;
opacity: 0.8;
text-align: center;
width: 25px;
}
.gal-box p {
color: #aaaaaa;
display: inline-block;
font-family: montserrat;
font-size: 13px;
line-height: 1.2;
margin: 10px 0 0;
position: relative;
text-transform: uppercase;
}
.gal-about {
margin-bottom: 80px;
}
/*-----------------------------TEAM SECTION-----------------------------------*/
#team {
margin: auto auto 80px;
max-width: 90%;
}
.teambox {
padding: 0;
position: relative;
x: asd;
z-index: 1;
}
.top-team {
left: 30px;
position: absolute;
top: 30px;
z-index: 1;
}
.top-team > h3 {
color: #ffffff;
letter-spacing: 1px;
margin: 0;
text-transform: uppercase;
}
.top-team > p {
color: #aaa;
}
.team-social {
bottom: 30px;
right: 30px;
list-style: none;
padding: 0;
}
.team-social > li {
display: inline-block;
}
.team-social a {
background: #2b292a none repeat scroll 0 0;
color: #ffffff;
display: block;
height: 30px;
line-height: 30px;
text-align: center;
width: 30px;
font-size: 13px;
}
.team-social a:hover {
background: none repeat scroll 0 0 #fff;
color: #2b292a;
}
.gray-bg {
background: #e0e0e0 none repeat scroll 0 0;
padding-bottom: 80px;
position: relative;
}
.team-bg {
background-size: cover;
background-position: center center;
height: 100%;
position: absolute;
right: 0;
top: 0;
width: 50%;
z-index: 3;
}
.team-detail h3 {
font-size: 30px;
line-height: 1;
margin-bottom: 0;
text-transform: uppercase;
}
.team-post {
background: #2b292a none repeat scroll 0 0;
color: #ffffff;
display: inline-block;
font-family: montserrat;
font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
line-height: 1;
margin-bottom: 40px;
margin-top: 10px;
padding: 10px 16px;
text-transform: uppercase;
}
.team-gallery a {
display: block;
position: relative;
}
.hover-detail {
bottom: 0;
padding: 20px;
position: absolute;
width: 100%;
z-index: 2;
opacity:0;
-webkit-transition: all 0.1s ease-out 0s;
-moz-transition: all 0.1s ease-out 0s;
-o-transition: all 0.1s ease-out 0s;
-ms-transition: all 0.1s ease-out 0s;
}
.teambox a:hover .hover-detail {
opacity: 1;
}
.hover-detail h4 {
color: #ffffff;
font-size: 20px;
margin: 0;
text-transform: uppercase;
}
.hover-detail p {
color: #aaaaaa;
display: inline-block;
font-family: montserrat;
font-size: 13px;
line-height: 1.2;
margin: 10px 0 0;
position: relative;
text-transform: uppercase;
}
/*---------------------BIG BACKGROUND SECTION-----------------------------------------*/
.bg {
position: relative;
overflow: hidden;
}
.para-img {
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
.no-para .para-img {
background-attachment: scroll;
}
.bg1 .para-img {
background-image: url("../images/bg/1.jpg");
}
.bg2 .para-img {
background-image: url("../images/bg/2.jpg");
}
.bg3 .para-img {
background-image: url("../images/bg/3.jpg");
}
.client-list .col-md-3 {
margin: 20px 0;
}
.big-text {
color: #ffffff;
padding-bottom: 150px;
padding-top: 150px;
position: relative;
text-align: center;
z-index: 1;
}
.bg-mask {
background-color: rgba(0, 0, 0, 0.5);
left: 0;
position: absolute;
width: 100%;
height: 100%;
top: 0;
z-index: 0;
}
.big-text h3 {
color: #ffffff;
font-size: 40px;
letter-spacing: 1px;
line-height: 1.5;
margin: 40px auto 20px;
max-width: 700px;
text-transform: uppercase;
}
.big-text i {
background-color: #fff;
border-radius: 100px;
color: #2b292a;
display: inline-block;
font-size: 22px;
height: 40px;
line-height: 40px;
text-align: center;
width: 40px;
}
.big-text p {
font-size: 14px;
font-weight: 300;
letter-spacing: 2px;
margin-bottom: 20px;
text-transform: uppercase;
}
/*-----------------------------PORTFOLIO SECTION-----------------------------------*/
#works{margin-bottom:80px;padding-bottom:0;}
.port-item {
padding: 0;
margin:0;
position: relative;
max-width:100%;
}
.port-item a:hover .hover-detail{opacity:1;}
.port-body {
max-width: 100%;
transition: height 0.3s ease 0s;
}
.port-filter {
display: block;
list-style: outside none none;
margin: 0 0 40px;
padding: 0;
text-align: center;
}
.port-filter > li {
display: inline-block;
}
.port-filter a {
border: 2px solid;
display: block;
font-family: montserrat;
font-size: 12px;
font-weight: bold;
line-height: 1;
padding: 10px;
margin-bottom:3px;
text-transform: uppercase;
}
.port-filter .active {
background: #333333 none repeat scroll 0 0;
border-color: #333333;
color: #ffffff;
}
.port-attr p {
color: #aaaaaa;
display: inline-block;
font-size: 15px;
margin: 0 10px 0 0;
padding-right: 17px;
}
.port-attr{margin-bottom:40px;}
.port-attr p strong{color:#777;}
.worksajax{position:relative;}
.ic-close {
background-color: #bbbbbb;
background-position: center center;
border-radius: 100px;
color: #ffffff;
display: inline-block;
font-size: 25px;
height: 50px;
cursor:pointer;
line-height: 50px;
text-align: center;
width: 50px;
transition:0.3s;
}
.ic-close:hover{background-color:#888;}
.worksajax,.worksajax .content{background:#e0e0e0;}
.slide-nav.inright {
border-left: 1px solid #333333;
left: auto;
right: 0;
}
.slide-nav {
background: #2b292a none repeat scroll 0 0;
bottom: 0;
color: #ffffff;
font-size: 14px;
height: 50px;
left: auto;
line-height: 50px;
position: absolute;
right: 50px;
text-align: center;
width: 50px;
transition:0.3s;
}
.slide-nav:hover,.go-btn:hover{background:#fff;color:#2b292a;}
.go-btn {
background: #2b292a none repeat scroll 0 0;
color: #ffffff;
display: inline-block;
font-family: montserrat;
font-size: 13px;
letter-spacing: 1px;
padding: 10px 40px;
text-transform: uppercase;
}
.portfolio-gallery.clearfix > div {
float: left;
width: 33.3%;
}
.portfolio-gallery a span {
background: #2b292a none repeat scroll 0 0;
border-radius: 100px;
color: #ffffff;
display: inline-block;
height: 40px;
left: 50%;
line-height: 40px;
margin-left: -20px;
margin-top: -20px;
position: absolute;
text-align: center;
top: 50%;
width: 40px;
opacity:0;
transition:0.3s;
}
.portfolio-gallery a {
position: relative;
display:block;
}
.portfolio-gallery a:hover span{opacity:1;}
a.pp_previous,a.pp_next{
transition: none;
-webkit-transition:none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
}
.worksajax .content {
margin-bottom: 0;
margin-top: 0;
padding-bottom: 40px;
}
/*-----------------------------SERVICES SECTION----------------------------------*/
#services{padding-bottom:0;margin-bottom:80px;}
.gal-service {
margin-bottom: 80px;
}
#services .bottom-content .col-md-4:nth-child(4) {
clear: left;
}
#services .small-title i {
background: #2b292a none repeat scroll 0 0;
color: #ffffff;
display: inline-block;
font-size: 25px;
height: 45px;
line-height: 45px;
text-align: center;
width: 45px;
}
.services-list {
padding-bottom: 80px;
}
/*-----------------------------PRICING TABLE SECTION----------------------------------*/
#pricing-table .top-content{padding-top:80px;}
.p-table {
background: #ffffff none repeat scroll 0 0;
margin: auto;
max-width: 300px;
text-align: center;
}
.p-top {
background: #2b292a none repeat scroll 0 0;
position: relative;
}
.p-top h3 {
color: #ffffff;
display: block;
float: right;
text-align:left;
margin: 0;
padding: 30px;
text-transform: uppercase;
width: 70%;
}
.p-left {
background: #323232 none repeat scroll 0 0;
height: 100%;
position: absolute;
left: 0;
top: 0;
width: 30%;
}
.p-left i {
color: #ffffff;
font-size: 30px;
height: 30px;
line-height: 30px;
margin-left: -15px;
margin-top: -15px;
position: absolute;
left: 50%;
top: 50%;
width: 30px;
}
.p-table p {
line-height: 1;
margin: 0;
padding: 10px 30px;
}
.p-table .p-price {
font-family: montserrat;
color:#2b292a;
font-size: 45px;
font-weight: bold;
letter-spacing: -2px;
padding: 30px;
text-transform: uppercase;
}
.p-price > span {
color: #adadad;
display: block;
font-family: open sans;
font-size: 15px;
letter-spacing: 0;
}
.p-table a {
background: #2b292a none repeat scroll 0 0;
color: #ffffff;
display: inline-block;
font-family: montserrat;
line-height: 1;
margin: 20px 0 40px;
padding: 16px 30px;
text-transform: uppercase;
}
.p-table a:hover{background:#ddd;color:#2b292a;}
/*---------------------CONTACT SECTION----------------------------*/
.map_canvas {
height: 500px;
margin-bottom: 80px;
}
.box-map {
line-height: 1;
padding: 20px 0 20px 20px;
text-align: center;
width: 100%;
}
.box-map > h3 {
text-transform: uppercase;
margin: 10px 0 20px;
}
form input,form textarea {
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #ddd;
color: #888;
line-height: inherit;
padding: 12px 20px;
width: 100%;
font-size:14px;
background: #fff;
}
#MyContactForm{text-align:left;}
#MyContactForm p span {
display: block;
letter-spacing: 2px;
text-transform: uppercase;
}
input:focus, textarea:focus {
border-color: #aaa;
}
::-webkit-input-placeholder {
color: #999;
}
#MyContactForm p label {
cursor: text;
display: block;
margin: 0;
position: relative;
top: 0;
width: 100%;
}
:-moz-placeholder { /* Firefox 18- */
color: #999;
}
::-moz-placeholder { /* Firefox 19+ */
color: #999;
}
:-ms-input-placeholder {
color: #999;
}
#form-wrapper #MyContactForm .error {
bottom: 12px;
color: #FF0000;
font-family: inherit;
font-size: 12px;
font-weight: normal;
left: auto;
font-style:italic;
letter-spacing: 0;
position: absolute;
right: 20px;
text-transform: capitalize;
width: auto;
}
.contact-btn {
background: none repeat scroll 0 0 #2b292a;
color: #ffffff;
display: inline-block;
font-family: open sans;
font-weight: bold;
letter-spacing: 2px;
padding:10px 30px;
text-decoration: none;
text-transform: uppercase;
}
.contact-btn:hover {
background: #ddd;
color: #2b292a;
}
#MyContactForm p {
position: relative;
}
.response h3 {
letter-spacing: 2px;
margin: 10px 0 25px;
text-transform: uppercase;
}
#contact{margin-bottom:80px;}
#contact .small-title i {
background: #2b292a none repeat scroll 0 0;
color: #ffffff;
display: inline-block;
font-size: 25px;
height: 45px;
line-height: 45px;
text-align: center;
width: 45px;
}
/*-----------------------------FOOTER SECTION-----------------------------------*/
.footer {
background: #2b292a none repeat scroll 0 0;
color: #ffffff;
padding: 40px 0;
}
.footer .container {
width: 90%;
}
.footer-icon a {
background: #222222 none repeat scroll 0 0;
color: #ffffff;
display: block;
height: 30px;
line-height: 30px;
text-align: center;
width: 30px;
}
.footer-icon > li {
display: inline-block;
}
.footer-icon {
list-style: outside none none;
margin: 0;
padding: 0;
text-align: right;
}
.footer-icon a:hover{color:#222;background:#fff;}
.footer p {
font-family: montserrat;
font-size: 13px;
margin: 0;
text-transform: uppercase;
}
/*-----------------------------BLOG SECTION-----------------------------------*/
.blog-menu {
position: relative;
background:#2b292a;
}
.blog-wrapper {
margin-bottom: 80px;
}
.blog-menu .nav-box {
margin-top: 0;
}
.blog .content-title {
font-size: 55px;
line-height: 1.2;
margin-left: 0;
margin-right: 0;
margin-top: 0;
}
.border-post {
background: #2b292a none repeat scroll 0 0;
height: 2px;
margin-top: 40px;
width: 100%;
}
.blog .go-btn:hover{background:#eee;}
.post-detail {
list-style: outside none none;
margin: 0;
padding: 0;
}
.post-detail i {
background: #e0e0e0 none repeat scroll 0 0;
color: #ffffff;
display: inline-block;
height: 30px;
line-height: 30px;
text-align: center;
width: 30px;
}
.post-detail > li {
display: inline-block;
font-family: montserrat;
font-size: 13px;
margin-right: 10px;
text-transform: uppercase;
}
.border-post {
background: #2b292a none repeat scroll 0 0;
height: 2px;
margin: 40px 0 20px;
width: 100%;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
background-color: #2b292a;
border-color: #2b292a;
color: #FFFFFF;
cursor: default;
z-index: 2;
}
.pagination li a:hover{color:#2b292a;}
.pagination > li > a, .pagination > li > span {
color: inherit;
font-family: montserrat;
}
/*-----------------------------SIDEBAR SECTION----------------------------------*/
.widgettitle {
font-size: 20px;
letter-spacing: 1px;
margin: 0 0 20px;
text-transform: uppercase;
}
.widget {
border-bottom: 2px solid #2b292a;
margin-bottom: 30px;
padding-bottom: 30px;
}
.widget ul {
padding: 0 0 0 20px;
}
#searchform {
margin: 10px 20px;
position: relative;
}
#searchform #s {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border: 1px solid #ddd;
display: block;
height: 50px;
margin: 0;
padding: 10px 45px 10px 10px;
width: 100%;
}
#searchform #s:focus{border-color:#aaa;}
#searchform #searchsubmit {
background: url("../images/search.png") no-repeat scroll center center #aaa;
height: 30px;
right: 10px;
line-height: 1;
margin-top: -15px;
padding: 0;
position: absolute;
text-indent: -99999px;
top: 50%;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
width: 30px;
border:none;
border-radius: 100px;
}
#searchform #searchsubmit:hover{background-color:#2b292a;}
.widget ul li {
list-style: outside none square;
margin-bottom: 5px;
}
.tagcloud a {
background: none repeat scroll 0 0 #2b292a;
border: 2px solid #2b292a;
color: #ffffff;
display: inline-block;
font-size: 11px;
margin-bottom: 5px;
padding: 6px 13px;
text-transform: uppercase;
}
.tagcloud a:hover{border-color:#2b292a;color:#2b292a;background:#fff;}
/*-------------COMMENTS SECTION-------------*/
.comment-list, .com-child {
list-style: none outside none;
margin: 0;
overflow: hidden;
}
.comment-list{padding:0;}
.comment-ava > img {
border: 1px solid #ddd;
padding: 5px;
width: 100px;
}
.comment-ava {
float: left;
padding-right: 20px;
width: 20%;
}
.com-box {
float: left;
width: 80%;
}
.comment-list .comment {
display: block;
margin: 10px 0;
overflow: hidden;
}
.com-author {
color: #555555;
font-weight: bold;
margin:0;
font-size: 15px;
text-transform:uppercase;
}
.com-reply {
float: right;
font-size: 13px;
}
.com-meta {
font-size: 12px;
font-style: italic;
}
.comment-content {
border-bottom: 1px solid #eee;
overflow: hidden;
padding: 20px 0;
}
.com-btn {
background: #2b292a none repeat scroll 0 0;
color: #ffffff;
display: inline-block;
font-family: montserrat;
font-size: 13px;
letter-spacing: 1px;
padding: 10px 40px;
text-transform: uppercase;
width:auto;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
}
.com-btn:hover{background:#eee;color:#2b292a;border-color:#eee;}
.comment-top > span {
display: block;
font-size: 13px;
font-weight: bold;
text-transform: uppercase;
}
.title-strong{
font-size: 20px;
margin: 0;
text-transform: uppercase;
}
.pagination > li > a, .pagination > li > span{color:inherit;}
/*-----------------------------MEDIA QUERIES-----------------------------------*/
@media (min-width:1960px) {
.content, .nav-box, #team {
max-width: 1713px;
}
}
@media (min-width:768px) and (max-width:1024px) {
.footer-icon{margin-top:10px;}
.logo {
width: 50%;
}
.footer .col-md-6,.footer-icon{text-align:center;}
}
@media (max-width: 767px) {
.footer .col-md-6,.footer-icon{text-align:center;}
.footer-icon{margin-top:10px;}
.nav-box {
margin-top: 30px;
}
.logo {
width: 50%;
}
.caption-box h3 {
font-size: 60px;
}
.caption-box p {
font-size: 14px;
line-height: 1.5;
}
}
@media (max-width: 500px) {
} | 0.339061 | 0.067516 |
@-moz-document url-prefix("https://www.diamondhunt.co/") , url-prefix("http://www.diamondhunt.co/"){
.level-up-box{
background: linear-gradient(#000, #333) !important;
color: #555;
}
.chat-tag-contributor{
color: #330011 !important;
}
.shop-box {
width: 110px;
height: 155px;
padding-left: 20px;
padding-right: 20px;
color: #bbb !important;
margin: 10px;
text-align: center !important;
border: 1px solid white !important;
float: left;
cursor: pointer;
background: linear-gradient(#4F086D, #29182F) !important;
}
.server-top-msg {
border: 1px solid blue;
margin-left: 2.5%;
margin-right: 2.5%;
margin-bottom: 10px;
padding: 5px 10px;
color: #555 !important;
background-color: #0D2B56 !important;
}
.login-box{
background: #000;
color: #555;
}
.inventory-item-box-farming-key-item{
width: 60px;
height: 60px;
display:none !important;
}
.inventory-item-box-stardust{
background: linear-gradient(#330066, #662266);
}
.giant-buy-button-thin{
background:#444;
}
.inventory-item-box-exploring
{
width:100px;
height:135px;
display:none;
padding-left:20px;
padding-right:20px;
color:white;
margin:10px;
text-align:center;
cursor: pointer;
border: 1px solid white;
float:left;
background: -webkit-linear-gradient(#5c5f2e, #8F8F00); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#5c5f2e, #8F8F00); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#5c5f2e, #8F8F00); /* For Firefox 3.6 to 15 */
background: linear-gradient(#5c5f2e, #8F8F00); /* Standard syntax */
}
.giant-buy-button-thin:hover{
background:#000;
border-color:#555;
color:#555;
}
.market-colect-box{
background:#444;
}
.basic-link-button{
background:#444
}
.basic-link-button:hover{
background:#000;
border-color:#555;
color:#555;
}
.market-sell-remove:hover{
background:#330000;
}
.market-colect-box:hover{
background:#000;
}
.grandeExchangeSlotOuter{
color: white;
background: #222;
}
div#grande-exchange-box-1-buyingMode {
color: white;
background-color: #222;
padding: 10px 20px;
}
div#grande-exchange-box-1-sellingMode {
color: white;
background-color: #222;
padding: 10px 20px;
margin-left: 20px;
}
.title-link {
color: #888;
text-decoration: none;
font-size: 24pt;
}
.progress-percentage-xp-crafting-small {
display: block;
background: transparent linear-gradient(#222, #111) repeat scroll 0% 0%;
width: 0%;
margin: 1px;
height: 90%;
float: left;
text-align: center;
}
.progress-percentage-xp-mining-small {
display: block;
background: transparent linear-gradient(#222, #111) repeat scroll 0% 0%;
width: 0%;
margin: 1px;
height: 90%;
float: left;
text-align: center;
}
.progress-percentage-xp-brewing-small {
display: block;
background: transparent linear-gradient(#222, #111) repeat scroll 0% 0%;
width: 0%;
margin: 1px;
height: 90%;
float: left;
text-align: center;
}
.progress-percentage-xp-farming-small {
display: block;
background: transparent linear-gradient(#222, #111) repeat scroll 0% 0%;
width: 0%;
margin: 1px;
height: 90%;
float: left;
text-align: center;
}
.progress-percentage-xp-exploring-small{
display: block;
background: transparent linear-gradient(#222, #111) repeat scroll 0% 0%;
width: 0%;
margin: 1px;
height: 90%;
float: left;
text-align: center;
}
.notification-timer-box {
height: 50px;
width: 130px;
display: inline-block;
float: left;
margin-right: 10px;
border: 1px solid #C0C0C0;
background: transparent linear-gradient(#333, #111) repeat scroll 0% 0%;
}
.notification-timer-box-potion {
height: 50px;
width: 130px;
display: inline-block;
float: left;
margin-right: 10px;
border: 1px solid #C0C0C0;
background: transparent linear-gradient(#333, #111) repeat scroll 0% 0%;
}
.tab-scroll-bars{
background-image: url('http://knightsofprocrastination.ca/coal_block2.png');
padding-top: 20px;
}
.table-stats {
background-color: black !important;
color:white;
}
.chat-box-area {
background-color: black;
color: #555 !important;
margin-left: 2.5%;
border: 1px solid black;
padding: 10px;
}
.chat-area-div {
background-color: black;
border: 1px solid white;
height: 130px;
margin-bottom: 10px;
overflow-y: scroll;
}
.table-row-clickable{
background-color: #111 !important;
color: white;
}
.small-inline-smallbox-2{
background: #111 !important;
color:white;
}
.basic-inline-smallbox {
background: #222 !important;
color:white;
}
td{
border: 1px solid black;
border-color: #aaaaaa;
padding: 5px !important;
}
th{
background-color: #222;
}
#coinsAmount-statusbar{
color:#d8bd00 !important;
}
#span-oil{
color: #444 !important;
font-weight: bold;
}
.basic-smallbox{
background: #004400 !important;
color: white;
}
.ui-dialog-content{
background: #222 !important;
color: white;
}
.ui-widget-content{
background: #222 !important;
color: white;
}
.top-status-bar{
color: #BBB !important;
}
#tab-tr{
color: #111;
font-weight: bold;
}
.key-inventory-item-box{
background: #111 !important;
color: white;
}
.repair-inventory-item-box{
background: #333 !important;
color: white;
font-size: 16px;
}
.inventory-item-box-equipement{
background: #222 !important;
}
.farming-patch{
background: url('http://knightsofprocrastination.ca/farmland_wet.png') !important;
color:white;
width: 210px;
font-size: 10px;
}
#farmingPatch6{width:200px;}
#farmingPatch5{width:200px;}
#farmingPatch4{width:200px;}
#farmingPatch3{width:200px;}
#farmingPatch2{width:200px;}
#farmingPatch1{width:200px;}
#farming-patch-status-6{
background-color: rgba(187,187,187,.55);
padding: 5px;
}
#farming-patch-status-5{
background-color: rgba(187,187,187,.55);
padding: 5px;
}
#farming-patch-status-4{
background-color: rgba(187,187,187,.55);
padding: 5px;
}
#farming-patch-status-3{
background-color: rgba(187,187,187,.55);
padding: 5px;
}
#farming-patch-status-2{
background-color: rgba(187,187,187,.55);
padding: 5px;
}
#farming-patch-status-1{
background-color: rgba(187,187,187,.55);
padding: 5px;
}
.info-box {
margin: 30px 100px 30px 100px;
color: white;
float: center !important;
border: 1px solid black;
background: -webkit-linear-gradient(#003300, #001A00);
background: -o-linear-gradient(#003300, #001A00);
background: -moz-linear-gradient(#003300, #001A00);
background: linear-gradient(#003300, #001A00);
margin-top: 28px;
}
.long-button-link {
width: 80%;
text-align: center;
display: block;
background: -webkit-linear-gradient(#666600, #020000);
background: -o-linear-gradient(#666600, #020000);
background: -moz-linear-gradient(#666600, #020000);
background: linear-gradient(#666600, #020000);
text-decoration: none;
font-family: Comic Sans MS , "Times New Roman", Georgia, Serif;
height: 80px;
color: white;
border: 1px solid black;
font-size: 40pt;
float: center !important;
margin-top: 139px;
}
iframe#kiwi .panel_container {
overflow-y: auto;
height: 100%;
background: #000;
}
iframe#kiwi .toolbar .topic div {
padding: 0.2em 1em;
text-align: center;
box-shadow: none;
border-radius: 0;
background-color: #000;
height: 1.5em;
overflow: hidden;
outline: none;
white-space: nowrap;
}
iframe#kiwi .controlbox .input {
background: #555;
margin: 3px;
height: 1.7em;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
}
iframe#kiwi .controlbox .input .inp {
line-height: 1.7em;
border: medium none;
box-shadow: none;
border-radius: 0;
outline: none;
resize: none;
overflow: hidden;
position: relative;
height: 100%;
width: 100%;
display: block;
background: #555;
}
iframe#kiwi .controlbox .input .nick {
text-align: right;
width: 11em;
left: 0px;
position: absolute;
overflow: hidden;
background-color: #000;
border-radius: 3px 0 0 3px;
border-right: 1px solid #ccc;
padding: 2px;
padding-right: 0.5em;
}
iframe#kiwi .right-bar-content {
position: relative;
height: 100%;
z-index: 0;
background: #000;
}
iframe#kiwi .memberlists ul li a.nick {
display: block;
color: #555;
}
/*
##########################
########################
end desktop landscape
########################
########################
*/
} | data/usercss/119258.user.css | @-moz-document url-prefix("https://www.diamondhunt.co/") , url-prefix("http://www.diamondhunt.co/"){
.level-up-box{
background: linear-gradient(#000, #333) !important;
color: #555;
}
.chat-tag-contributor{
color: #330011 !important;
}
.shop-box {
width: 110px;
height: 155px;
padding-left: 20px;
padding-right: 20px;
color: #bbb !important;
margin: 10px;
text-align: center !important;
border: 1px solid white !important;
float: left;
cursor: pointer;
background: linear-gradient(#4F086D, #29182F) !important;
}
.server-top-msg {
border: 1px solid blue;
margin-left: 2.5%;
margin-right: 2.5%;
margin-bottom: 10px;
padding: 5px 10px;
color: #555 !important;
background-color: #0D2B56 !important;
}
.login-box{
background: #000;
color: #555;
}
.inventory-item-box-farming-key-item{
width: 60px;
height: 60px;
display:none !important;
}
.inventory-item-box-stardust{
background: linear-gradient(#330066, #662266);
}
.giant-buy-button-thin{
background:#444;
}
.inventory-item-box-exploring
{
width:100px;
height:135px;
display:none;
padding-left:20px;
padding-right:20px;
color:white;
margin:10px;
text-align:center;
cursor: pointer;
border: 1px solid white;
float:left;
background: -webkit-linear-gradient(#5c5f2e, #8F8F00); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#5c5f2e, #8F8F00); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#5c5f2e, #8F8F00); /* For Firefox 3.6 to 15 */
background: linear-gradient(#5c5f2e, #8F8F00); /* Standard syntax */
}
.giant-buy-button-thin:hover{
background:#000;
border-color:#555;
color:#555;
}
.market-colect-box{
background:#444;
}
.basic-link-button{
background:#444
}
.basic-link-button:hover{
background:#000;
border-color:#555;
color:#555;
}
.market-sell-remove:hover{
background:#330000;
}
.market-colect-box:hover{
background:#000;
}
.grandeExchangeSlotOuter{
color: white;
background: #222;
}
div#grande-exchange-box-1-buyingMode {
color: white;
background-color: #222;
padding: 10px 20px;
}
div#grande-exchange-box-1-sellingMode {
color: white;
background-color: #222;
padding: 10px 20px;
margin-left: 20px;
}
.title-link {
color: #888;
text-decoration: none;
font-size: 24pt;
}
.progress-percentage-xp-crafting-small {
display: block;
background: transparent linear-gradient(#222, #111) repeat scroll 0% 0%;
width: 0%;
margin: 1px;
height: 90%;
float: left;
text-align: center;
}
.progress-percentage-xp-mining-small {
display: block;
background: transparent linear-gradient(#222, #111) repeat scroll 0% 0%;
width: 0%;
margin: 1px;
height: 90%;
float: left;
text-align: center;
}
.progress-percentage-xp-brewing-small {
display: block;
background: transparent linear-gradient(#222, #111) repeat scroll 0% 0%;
width: 0%;
margin: 1px;
height: 90%;
float: left;
text-align: center;
}
.progress-percentage-xp-farming-small {
display: block;
background: transparent linear-gradient(#222, #111) repeat scroll 0% 0%;
width: 0%;
margin: 1px;
height: 90%;
float: left;
text-align: center;
}
.progress-percentage-xp-exploring-small{
display: block;
background: transparent linear-gradient(#222, #111) repeat scroll 0% 0%;
width: 0%;
margin: 1px;
height: 90%;
float: left;
text-align: center;
}
.notification-timer-box {
height: 50px;
width: 130px;
display: inline-block;
float: left;
margin-right: 10px;
border: 1px solid #C0C0C0;
background: transparent linear-gradient(#333, #111) repeat scroll 0% 0%;
}
.notification-timer-box-potion {
height: 50px;
width: 130px;
display: inline-block;
float: left;
margin-right: 10px;
border: 1px solid #C0C0C0;
background: transparent linear-gradient(#333, #111) repeat scroll 0% 0%;
}
.tab-scroll-bars{
background-image: url('http://knightsofprocrastination.ca/coal_block2.png');
padding-top: 20px;
}
.table-stats {
background-color: black !important;
color:white;
}
.chat-box-area {
background-color: black;
color: #555 !important;
margin-left: 2.5%;
border: 1px solid black;
padding: 10px;
}
.chat-area-div {
background-color: black;
border: 1px solid white;
height: 130px;
margin-bottom: 10px;
overflow-y: scroll;
}
.table-row-clickable{
background-color: #111 !important;
color: white;
}
.small-inline-smallbox-2{
background: #111 !important;
color:white;
}
.basic-inline-smallbox {
background: #222 !important;
color:white;
}
td{
border: 1px solid black;
border-color: #aaaaaa;
padding: 5px !important;
}
th{
background-color: #222;
}
#coinsAmount-statusbar{
color:#d8bd00 !important;
}
#span-oil{
color: #444 !important;
font-weight: bold;
}
.basic-smallbox{
background: #004400 !important;
color: white;
}
.ui-dialog-content{
background: #222 !important;
color: white;
}
.ui-widget-content{
background: #222 !important;
color: white;
}
.top-status-bar{
color: #BBB !important;
}
#tab-tr{
color: #111;
font-weight: bold;
}
.key-inventory-item-box{
background: #111 !important;
color: white;
}
.repair-inventory-item-box{
background: #333 !important;
color: white;
font-size: 16px;
}
.inventory-item-box-equipement{
background: #222 !important;
}
.farming-patch{
background: url('http://knightsofprocrastination.ca/farmland_wet.png') !important;
color:white;
width: 210px;
font-size: 10px;
}
#farmingPatch6{width:200px;}
#farmingPatch5{width:200px;}
#farmingPatch4{width:200px;}
#farmingPatch3{width:200px;}
#farmingPatch2{width:200px;}
#farmingPatch1{width:200px;}
#farming-patch-status-6{
background-color: rgba(187,187,187,.55);
padding: 5px;
}
#farming-patch-status-5{
background-color: rgba(187,187,187,.55);
padding: 5px;
}
#farming-patch-status-4{
background-color: rgba(187,187,187,.55);
padding: 5px;
}
#farming-patch-status-3{
background-color: rgba(187,187,187,.55);
padding: 5px;
}
#farming-patch-status-2{
background-color: rgba(187,187,187,.55);
padding: 5px;
}
#farming-patch-status-1{
background-color: rgba(187,187,187,.55);
padding: 5px;
}
.info-box {
margin: 30px 100px 30px 100px;
color: white;
float: center !important;
border: 1px solid black;
background: -webkit-linear-gradient(#003300, #001A00);
background: -o-linear-gradient(#003300, #001A00);
background: -moz-linear-gradient(#003300, #001A00);
background: linear-gradient(#003300, #001A00);
margin-top: 28px;
}
.long-button-link {
width: 80%;
text-align: center;
display: block;
background: -webkit-linear-gradient(#666600, #020000);
background: -o-linear-gradient(#666600, #020000);
background: -moz-linear-gradient(#666600, #020000);
background: linear-gradient(#666600, #020000);
text-decoration: none;
font-family: Comic Sans MS , "Times New Roman", Georgia, Serif;
height: 80px;
color: white;
border: 1px solid black;
font-size: 40pt;
float: center !important;
margin-top: 139px;
}
iframe#kiwi .panel_container {
overflow-y: auto;
height: 100%;
background: #000;
}
iframe#kiwi .toolbar .topic div {
padding: 0.2em 1em;
text-align: center;
box-shadow: none;
border-radius: 0;
background-color: #000;
height: 1.5em;
overflow: hidden;
outline: none;
white-space: nowrap;
}
iframe#kiwi .controlbox .input {
background: #555;
margin: 3px;
height: 1.7em;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
}
iframe#kiwi .controlbox .input .inp {
line-height: 1.7em;
border: medium none;
box-shadow: none;
border-radius: 0;
outline: none;
resize: none;
overflow: hidden;
position: relative;
height: 100%;
width: 100%;
display: block;
background: #555;
}
iframe#kiwi .controlbox .input .nick {
text-align: right;
width: 11em;
left: 0px;
position: absolute;
overflow: hidden;
background-color: #000;
border-radius: 3px 0 0 3px;
border-right: 1px solid #ccc;
padding: 2px;
padding-right: 0.5em;
}
iframe#kiwi .right-bar-content {
position: relative;
height: 100%;
z-index: 0;
background: #000;
}
iframe#kiwi .memberlists ul li a.nick {
display: block;
color: #555;
}
/*
##########################
########################
end desktop landscape
########################
########################
*/
} | 0.283087 | 0.070049 |
.h1 {
font-size: 80px;
font-family: Georgia, 'Times New Roman', Times, serif;
display: flex;
align-items: center;
justify-content: center;
background-color: rgb(255, 0, 0);
padding: 15px;
margin-bottom: 20px;
}
.h2 {
font-size: 20px;
font-family: Georgia, 'Times New Roman', Times, serif;
display: flex;
align-items: center;
justify-content: center;
background-color: rgb(255, 0, 0);
padding: 15px;
margin-bottom: 20px;
margin-top: 5px;
}
.h3 {
font-size: 70px;
font-family: Georgia, 'Times New Roman', Times, serif;
display: flex;
align-items: center;
justify-content: center;
background-color: rgb(255, 0, 0);
padding: 15px;
margin-bottom: 20px;
}
.h4 {
font-size: 70px;
font-family: Georgia, 'Times New Roman', Times, serif;
display: flex;
align-items: center;
justify-content: center;
background-color: rgb(255, 0, 0);
padding: 15px;
margin-bottom: 20px;
}
.h5 {
font-size: 90px;
font-family: Georgia, 'Times New Roman', Times, serif;
display: flex;
align-items: center;
justify-content: center;
background-color: rgb(255, 0, 0);
padding: 15px;
margin-bottom: 20px;
}
.h6 {
font-size: 100px;
font-family: Georgia, 'Times New Roman', Times, serif;
display: flex;
align-items: center;
justify-content: center;
background-color: rgb(255, 0, 0);
padding: 15px;
margin-bottom: 20px;
}
.txt1
{
font-size: 25px;
display: flex;
}
body {
font-family:sans-serif;
align-items: center;
margin-left: 5px;
margin-right: 5px;
}
.img-h {
display: flex;
width: 50px;
height: 240px;
z-index: 1;
position: relative;
}
.botao1
{
position: absolute;
display: flex;
align-items: center;
border-style:groove;
z-index: 2;
top: 705px;
border-radius: 12px;
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.img2
{
display: flex;
height: 320px;
}
.footer2
{
border-top: 1px solid #ccc;
background-color: #fff;
position: fixed;
bottom: 0;
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
display: flex;
flex-direction: row;
justify-content: space-around;
box-shadow: 10px -10px 10px rgba(0, 0, 0, 0.3);
}
.textop
{
font-size: 20px;
font-weight: bold;
display: flex;
}
.clique
{
font-weight: bold;
}
iframe {
width: 340px;
}
.vaci
{
display: flex;
width: 200px;
height: 200px;
}
.item {
display: flex;
flex-direction: row;
margin-bottom: 15px;
}
.item-img {
padding-left: 10px;
padding-right: 10px;
}
.item-txt {
display: flex;
flex-direction: column;
padding-right: 10px;
}
.item h1 {
font-weight: bold;
padding-bottom: 5px;
font-size: 14px;
}
.item h2 {
color: #777;
font-size: 10px;
margin-bottom: auto;
}
.comentarios {
display: flex;
flex-direction: row;
align-items: center;
font-size: 10px;
}
.comentarios img {
margin-right: 5px;
width: 15px;
}
.item-txt2
{
display: flex;
flex-direction: column;
padding-right: 10px;
font-size: 10px;
}
.img
{
display: flex;
height: 270px;
}
.txt
{
font-size: 20px;
} | css.css | .h1 {
font-size: 80px;
font-family: Georgia, 'Times New Roman', Times, serif;
display: flex;
align-items: center;
justify-content: center;
background-color: rgb(255, 0, 0);
padding: 15px;
margin-bottom: 20px;
}
.h2 {
font-size: 20px;
font-family: Georgia, 'Times New Roman', Times, serif;
display: flex;
align-items: center;
justify-content: center;
background-color: rgb(255, 0, 0);
padding: 15px;
margin-bottom: 20px;
margin-top: 5px;
}
.h3 {
font-size: 70px;
font-family: Georgia, 'Times New Roman', Times, serif;
display: flex;
align-items: center;
justify-content: center;
background-color: rgb(255, 0, 0);
padding: 15px;
margin-bottom: 20px;
}
.h4 {
font-size: 70px;
font-family: Georgia, 'Times New Roman', Times, serif;
display: flex;
align-items: center;
justify-content: center;
background-color: rgb(255, 0, 0);
padding: 15px;
margin-bottom: 20px;
}
.h5 {
font-size: 90px;
font-family: Georgia, 'Times New Roman', Times, serif;
display: flex;
align-items: center;
justify-content: center;
background-color: rgb(255, 0, 0);
padding: 15px;
margin-bottom: 20px;
}
.h6 {
font-size: 100px;
font-family: Georgia, 'Times New Roman', Times, serif;
display: flex;
align-items: center;
justify-content: center;
background-color: rgb(255, 0, 0);
padding: 15px;
margin-bottom: 20px;
}
.txt1
{
font-size: 25px;
display: flex;
}
body {
font-family:sans-serif;
align-items: center;
margin-left: 5px;
margin-right: 5px;
}
.img-h {
display: flex;
width: 50px;
height: 240px;
z-index: 1;
position: relative;
}
.botao1
{
position: absolute;
display: flex;
align-items: center;
border-style:groove;
z-index: 2;
top: 705px;
border-radius: 12px;
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.img2
{
display: flex;
height: 320px;
}
.footer2
{
border-top: 1px solid #ccc;
background-color: #fff;
position: fixed;
bottom: 0;
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
display: flex;
flex-direction: row;
justify-content: space-around;
box-shadow: 10px -10px 10px rgba(0, 0, 0, 0.3);
}
.textop
{
font-size: 20px;
font-weight: bold;
display: flex;
}
.clique
{
font-weight: bold;
}
iframe {
width: 340px;
}
.vaci
{
display: flex;
width: 200px;
height: 200px;
}
.item {
display: flex;
flex-direction: row;
margin-bottom: 15px;
}
.item-img {
padding-left: 10px;
padding-right: 10px;
}
.item-txt {
display: flex;
flex-direction: column;
padding-right: 10px;
}
.item h1 {
font-weight: bold;
padding-bottom: 5px;
font-size: 14px;
}
.item h2 {
color: #777;
font-size: 10px;
margin-bottom: auto;
}
.comentarios {
display: flex;
flex-direction: row;
align-items: center;
font-size: 10px;
}
.comentarios img {
margin-right: 5px;
width: 15px;
}
.item-txt2
{
display: flex;
flex-direction: column;
padding-right: 10px;
font-size: 10px;
}
.img
{
display: flex;
height: 270px;
}
.txt
{
font-size: 20px;
} | 0.342132 | 0.098686 |
html,body{
background-color: #091e3a;
color:#ffffff;
font-size:12px;
font-family:arial;
}
#chatNotice{
display:none;
color:#fdff7b;
font-size:15px;
}
.footer-bar{
padding: 10px;
background: #040b1e;
position: fixed;
width: 100%;
left: 0px;
bottom: 0px;
opacity: 0.9;
}
.deviceSelected{
font-size:10px;
color:#dddddd;
}
.streamInfo{
padding: 10px;
top: 10px;
left: 10px;
position: fixed;
background: #040b1e;
opacity: 0.3;
cursor:pointer;
}
.responseDiv{
position: fixed;
top: 10px;
left: 60%;
opacity: 0.2;
}
.responseDiv .statRow{
margin-top:5px;
}
.listPeers{
background-color: #091e3a;
position:fixed;
z-index:1000;
top:160px;
right:10px;
padding:2px;
border:1px solid #dddddd;
opacity: 0.9;
cursor:pointer;
height:500px;
overflow-y:auto;
display:none;
width:250px;
}
.chat_div{
background-color: #091e3a;
position:fixed;
z-index:1000;
top:160px;
right:10px;
padding:2px;
border:1px solid #dddddd;
opacity: 0.9;
cursor:pointer;
height:500px;
display:none;
width:250px;
}
.usersList{
background-color: #091e3a;
position:fixed;
z-index:1000;
top:160px;
right:10px;
padding:2px;
border:1px solid #dddddd;
opacity: 0.9;
cursor:pointer;
height:500px;
overflow-y:auto;
display:none;
width:250px;
}
.peerName{
background: #040b1e;
padding:4px;
margin-top:4px;
color:#ffffff;
font-family:arial;
font-size:11px;
}
.listPeers:hover{
opacity:0.9;
}
.authInfo{
width:170px;
padding: 10px;
top: 10px;
right: 10px;
position: fixed;
background: #eae171;
opacity: 0.6;
color:#212121;
}
.authInfo:hover{
opacity:0.8;
}
.streamInfo:hover{
opacity:0.8;
}
.title{
font-size: 14px;
}
.btn-round{
}
.deviceSelected{
color:#666666;
}
.modal{
color:#212121;
}
.right-side{
float:right;
}
.user-row{
padding: 2px;
background: #33878b;
margin-top: 2px;
}
.message{
padding: 2px;
background: #33878b;
margin-top: 2px;
color:#ffffff;
font-size:12px;
font-family:arial;
}
.chat_content{
padding: 4px;
overflow-y: auto;
height: 435px;
overflow-y:auto;
}
.input-box{
width:180px;
}
#chatBtn{
display:none;
}
.message-label{
color: #dad6d6;
font-size: 10px;
} | frontend/public/css/common.css | html,body{
background-color: #091e3a;
color:#ffffff;
font-size:12px;
font-family:arial;
}
#chatNotice{
display:none;
color:#fdff7b;
font-size:15px;
}
.footer-bar{
padding: 10px;
background: #040b1e;
position: fixed;
width: 100%;
left: 0px;
bottom: 0px;
opacity: 0.9;
}
.deviceSelected{
font-size:10px;
color:#dddddd;
}
.streamInfo{
padding: 10px;
top: 10px;
left: 10px;
position: fixed;
background: #040b1e;
opacity: 0.3;
cursor:pointer;
}
.responseDiv{
position: fixed;
top: 10px;
left: 60%;
opacity: 0.2;
}
.responseDiv .statRow{
margin-top:5px;
}
.listPeers{
background-color: #091e3a;
position:fixed;
z-index:1000;
top:160px;
right:10px;
padding:2px;
border:1px solid #dddddd;
opacity: 0.9;
cursor:pointer;
height:500px;
overflow-y:auto;
display:none;
width:250px;
}
.chat_div{
background-color: #091e3a;
position:fixed;
z-index:1000;
top:160px;
right:10px;
padding:2px;
border:1px solid #dddddd;
opacity: 0.9;
cursor:pointer;
height:500px;
display:none;
width:250px;
}
.usersList{
background-color: #091e3a;
position:fixed;
z-index:1000;
top:160px;
right:10px;
padding:2px;
border:1px solid #dddddd;
opacity: 0.9;
cursor:pointer;
height:500px;
overflow-y:auto;
display:none;
width:250px;
}
.peerName{
background: #040b1e;
padding:4px;
margin-top:4px;
color:#ffffff;
font-family:arial;
font-size:11px;
}
.listPeers:hover{
opacity:0.9;
}
.authInfo{
width:170px;
padding: 10px;
top: 10px;
right: 10px;
position: fixed;
background: #eae171;
opacity: 0.6;
color:#212121;
}
.authInfo:hover{
opacity:0.8;
}
.streamInfo:hover{
opacity:0.8;
}
.title{
font-size: 14px;
}
.btn-round{
}
.deviceSelected{
color:#666666;
}
.modal{
color:#212121;
}
.right-side{
float:right;
}
.user-row{
padding: 2px;
background: #33878b;
margin-top: 2px;
}
.message{
padding: 2px;
background: #33878b;
margin-top: 2px;
color:#ffffff;
font-size:12px;
font-family:arial;
}
.chat_content{
padding: 4px;
overflow-y: auto;
height: 435px;
overflow-y:auto;
}
.input-box{
width:180px;
}
#chatBtn{
display:none;
}
.message-label{
color: #dad6d6;
font-size: 10px;
} | 0.332094 | 0.08141 |
.full-width {
text-align: center;
}
.mobile-images{
display: block;
}
.project-bg {
padding-top: 90px;
padding-bottom: 70px;
}
.project-bg h1{
margin-top: 0px;
}
.project-text{
text-align: left;
margin: 0 auto;
margin-bottom: 80px;
max-width: 1400px;
}
.white{
color: #fff;
}
.single-col img{
display: block;
margin: 0 auto;
margin-bottom: 80px;
}
.project-bg img {
max-width: 1400px;
}
.no-bottom-margin img{
margin-bottom: 0px;
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
.project-bg img, .project-text {
max-width: 1000px;
}
}
@media screen and (max-width: 1200px) {
.project-bg img, .project-text {
max-width: 80%;
}
}
.next-up {
padding: 80px 0px 80px 0px;
transition: 0.5s all;
color: #263233;
}
.next-up:hover {
background-color: #EBEEF3;
}
.next-up span, .next-up svg {
transition: 0.25s all;
}
.next-up:hover span, .next-up:hover svg {
margin-left: 3px;
margin-right: 3px;
}
.next-up h1 {
margin-top: 0px;
}
.momento-1{
background-image: linear-gradient(-180deg, #1C1417 0%, #2E2739 100%);
}
.momento-2{
background: #F7F5F5;
margin-top: 0px;
}
.momento-2 img {
box-shadow: 16px 21px 64px 0 #DACCCC;
margin: 50px 50px 50px 50px;
border-radius: 2px;
width:70%;
max-width:400px;
}
.finance-2{
background: #FFFFFF;
margin-top: 0px;
}
.finance-2 img {
box-shadow: 16px 21px 64px 0 #EFEFEF;
margin: 50px 50px 50px 50px;
border-radius: 2px;
width:70%;
max-width:400px;
}
.medicount-1{
background: #F7F5F5;
margin-top: 0px;
}
.medicount-1 img {
box-shadow: 16px 21px 64px 0 #DACCCC;
margin: 50px 50px 50px 50px;
border-radius: 2px;
width:70%;
max-width:400px;
}
.medicount-2{
background: #DBD6D6;
margin-top: 0px;
}
.medicount-2 img {
box-shadow: 16px 21px 64px 0 #DACCCC;
margin: 50px 50px 50px 50px;
border-radius: 2px;
width:70%;
max-width:400px;
}
.momento-3{
background-image: linear-gradient(-43deg, #FF6767 0%, #FFD1C4 47%, #FF9BE4 100%);
padding-top: 0px;
padding-bottom: 0px;
}
.momento-3 img{
margin-bottom: 0px;
}
.momento-1 img{
max-width: 710px;
}
.fdbck-1, .fdbck-5{
background-color: #585B75;
}
.fdbck-2{
background-color: #FAFAFA;
}
.fdbck-3 img{
max-width: 500px;
}
.fdbck-4 img{
max-width: 300px;
}
.fdbck-5 img{
margin: 0px 50px 50px 50px;
border-radius: 2px;
width:70%;
max-width:400px;
}
.mobilize-1{
background-color: #F6F8FB;
}
.mobilize-1 img{
box-shadow: 17px 20px 53px 0 #E0E7F2;
}
.mobilize-2{
background-color: #4E566B;
}
.raphael-1{
background-color: #E4E4E4;
}
.raphael-1 p::-moz-selection, .raphael-1 img::-moz-selection, .raphael-1 h1::-moz-selection {
/* Code for Firefox */
background: #989898;
color: #fff;
}
.raphael-1 p::selection, .raphael-1 img::selection, .raphael-1 h1::selection {
background: #989898;
color: #fff;
}
.raphael-2{
background-color: #F2FAFF;
}
.raphael-2 img {
box-shadow: 20px 24px 92px 0 #C3DEEF;
margin: 50px 50px 50px 50px;
border-radius: 2px;
width:70%;
max-width:400px;
}
.stripes-1 {
background-color: #41427D;
}
.stripes-1 img {
width: 600px;
max-width: 80%;
}
.stripes-2 {
background-color: #323368;
}
.stripes-2 img {
box-shadow: 20px 24px 92px 0 rgba(24, 25, 80, 0.61);
margin: 50px 50px 50px 50px;
border-radius: 2px;
width:70%;
max-width:400px;
}
.stripes-3 {
background-color: #59347F;
}
.emedgene{
background-color: #F5F9F9;
}
.emedgene p{
color: #BAC6C6;
}
.emedgene img{
box-shadow: 17px 20px 53px 0 #DFECEC;
}
.margin-from-image{
margin-top: 50px;
}
.waze-1{
background-image: linear-gradient(-180deg, #587780 0%, #90A8AF 100%);
}
.waze-2{
/*background: #F5F5F5;*/
background-image: linear-gradient(-180deg, #FFFFFF 0%, #F4F4F4 100%);
}
.waze-notifications img{
max-width: 900px;
}
.waze-legend{
background: #151B2B;
background-image: linear-gradient(-198deg, #212B47 0%, #121825 97%);
padding-bottom: 140px;
}
.top-margin-from-text {
margin-top: 85px;
}
@media (max-width: 1024px){
.project-bg{
padding-top: 80px;
padding-bottom: 80px;
}
.waze-notifications img{
max-width: 80%;
}
.momento-1 img{
max-width: 80%;
}
.momento-3{
padding-top: 0px;
padding-bottom: 0px;
}
} | css/projects.css | .full-width {
text-align: center;
}
.mobile-images{
display: block;
}
.project-bg {
padding-top: 90px;
padding-bottom: 70px;
}
.project-bg h1{
margin-top: 0px;
}
.project-text{
text-align: left;
margin: 0 auto;
margin-bottom: 80px;
max-width: 1400px;
}
.white{
color: #fff;
}
.single-col img{
display: block;
margin: 0 auto;
margin-bottom: 80px;
}
.project-bg img {
max-width: 1400px;
}
.no-bottom-margin img{
margin-bottom: 0px;
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
.project-bg img, .project-text {
max-width: 1000px;
}
}
@media screen and (max-width: 1200px) {
.project-bg img, .project-text {
max-width: 80%;
}
}
.next-up {
padding: 80px 0px 80px 0px;
transition: 0.5s all;
color: #263233;
}
.next-up:hover {
background-color: #EBEEF3;
}
.next-up span, .next-up svg {
transition: 0.25s all;
}
.next-up:hover span, .next-up:hover svg {
margin-left: 3px;
margin-right: 3px;
}
.next-up h1 {
margin-top: 0px;
}
.momento-1{
background-image: linear-gradient(-180deg, #1C1417 0%, #2E2739 100%);
}
.momento-2{
background: #F7F5F5;
margin-top: 0px;
}
.momento-2 img {
box-shadow: 16px 21px 64px 0 #DACCCC;
margin: 50px 50px 50px 50px;
border-radius: 2px;
width:70%;
max-width:400px;
}
.finance-2{
background: #FFFFFF;
margin-top: 0px;
}
.finance-2 img {
box-shadow: 16px 21px 64px 0 #EFEFEF;
margin: 50px 50px 50px 50px;
border-radius: 2px;
width:70%;
max-width:400px;
}
.medicount-1{
background: #F7F5F5;
margin-top: 0px;
}
.medicount-1 img {
box-shadow: 16px 21px 64px 0 #DACCCC;
margin: 50px 50px 50px 50px;
border-radius: 2px;
width:70%;
max-width:400px;
}
.medicount-2{
background: #DBD6D6;
margin-top: 0px;
}
.medicount-2 img {
box-shadow: 16px 21px 64px 0 #DACCCC;
margin: 50px 50px 50px 50px;
border-radius: 2px;
width:70%;
max-width:400px;
}
.momento-3{
background-image: linear-gradient(-43deg, #FF6767 0%, #FFD1C4 47%, #FF9BE4 100%);
padding-top: 0px;
padding-bottom: 0px;
}
.momento-3 img{
margin-bottom: 0px;
}
.momento-1 img{
max-width: 710px;
}
.fdbck-1, .fdbck-5{
background-color: #585B75;
}
.fdbck-2{
background-color: #FAFAFA;
}
.fdbck-3 img{
max-width: 500px;
}
.fdbck-4 img{
max-width: 300px;
}
.fdbck-5 img{
margin: 0px 50px 50px 50px;
border-radius: 2px;
width:70%;
max-width:400px;
}
.mobilize-1{
background-color: #F6F8FB;
}
.mobilize-1 img{
box-shadow: 17px 20px 53px 0 #E0E7F2;
}
.mobilize-2{
background-color: #4E566B;
}
.raphael-1{
background-color: #E4E4E4;
}
.raphael-1 p::-moz-selection, .raphael-1 img::-moz-selection, .raphael-1 h1::-moz-selection {
/* Code for Firefox */
background: #989898;
color: #fff;
}
.raphael-1 p::selection, .raphael-1 img::selection, .raphael-1 h1::selection {
background: #989898;
color: #fff;
}
.raphael-2{
background-color: #F2FAFF;
}
.raphael-2 img {
box-shadow: 20px 24px 92px 0 #C3DEEF;
margin: 50px 50px 50px 50px;
border-radius: 2px;
width:70%;
max-width:400px;
}
.stripes-1 {
background-color: #41427D;
}
.stripes-1 img {
width: 600px;
max-width: 80%;
}
.stripes-2 {
background-color: #323368;
}
.stripes-2 img {
box-shadow: 20px 24px 92px 0 rgba(24, 25, 80, 0.61);
margin: 50px 50px 50px 50px;
border-radius: 2px;
width:70%;
max-width:400px;
}
.stripes-3 {
background-color: #59347F;
}
.emedgene{
background-color: #F5F9F9;
}
.emedgene p{
color: #BAC6C6;
}
.emedgene img{
box-shadow: 17px 20px 53px 0 #DFECEC;
}
.margin-from-image{
margin-top: 50px;
}
.waze-1{
background-image: linear-gradient(-180deg, #587780 0%, #90A8AF 100%);
}
.waze-2{
/*background: #F5F5F5;*/
background-image: linear-gradient(-180deg, #FFFFFF 0%, #F4F4F4 100%);
}
.waze-notifications img{
max-width: 900px;
}
.waze-legend{
background: #151B2B;
background-image: linear-gradient(-198deg, #212B47 0%, #121825 97%);
padding-bottom: 140px;
}
.top-margin-from-text {
margin-top: 85px;
}
@media (max-width: 1024px){
.project-bg{
padding-top: 80px;
padding-bottom: 80px;
}
.waze-notifications img{
max-width: 80%;
}
.momento-1 img{
max-width: 80%;
}
.momento-3{
padding-top: 0px;
padding-bottom: 0px;
}
} | 0.482429 | 0.094887 |
@font-face {
font-family: 'Maven Pro';
src: local('Maven Pro'), url(./fonts/MavenPro-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'Open sans';
src: local('Open sans'), url(./fonts/OpenSans-Regular.ttf) format('truetype');
}
body{
margin: 0;
font-family: 'Maven Pro', sans-serif;
height: 100vh;
background-color: #213040;
display: flex;
align-items: center;
justify-content: center;
}
.App {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
font-size: 48px;
color: #C7565A;
height: 100vh;
/* border: 1px solid red; */
/* width: 660px; */
}
.text-box{
display: flex;
align-items: center;
justify-content: center;
}
.baseText{
/* border: 1px solid yellow; */
}
.typed{
color: #C0FFA2;
width: 358px;
}
.and{
color: #C7565A !important;
}
.Typist .Cursor {
display: inline-block;
color: #C7565A;
}
.Typist .Cursor--blinking {
opacity: 1;
animation: blink 1s linear infinite;
}
@keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.anim svg {
width: 600px;
height: 200px;
}
.content{
margin-top: 100px;
flex: 1 0 auto;
display: flex;
justify-content: center;
align-items:center;
flex-direction: column;
}
.scroll{
flex-shrink: 0;
height: 100px;
/* padding-bottom: 30px; */
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
font-size: 18px;
color: lightgray;
font-family: 'Open sans'
}
.mouse{
/* margin-bottom: 30px; */
border: 2px solid #C7565A;
height: 35px;
width: 21px;
border-radius: 35px;
animation-name: mouse;
transform-origin: center bottom;
animation-duration: 1s;
animation-fill-mode: both;
animation-iteration-count: 4;
position: relative;
margin-bottom: 5px;
}
.dot{
position: absolute;
width: 5px;
height: 5px;
border-radius: 50%;
background-color: #C7565A;
top: 7px;
left: 7.5px;
}
@keyframes mouse {
0%, 20%, 53%, 80%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
} | Challenges/Week 1 - SVG Animation/src/App.css | @font-face {
font-family: 'Maven Pro';
src: local('Maven Pro'), url(./fonts/MavenPro-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'Open sans';
src: local('Open sans'), url(./fonts/OpenSans-Regular.ttf) format('truetype');
}
body{
margin: 0;
font-family: 'Maven Pro', sans-serif;
height: 100vh;
background-color: #213040;
display: flex;
align-items: center;
justify-content: center;
}
.App {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
font-size: 48px;
color: #C7565A;
height: 100vh;
/* border: 1px solid red; */
/* width: 660px; */
}
.text-box{
display: flex;
align-items: center;
justify-content: center;
}
.baseText{
/* border: 1px solid yellow; */
}
.typed{
color: #C0FFA2;
width: 358px;
}
.and{
color: #C7565A !important;
}
.Typist .Cursor {
display: inline-block;
color: #C7565A;
}
.Typist .Cursor--blinking {
opacity: 1;
animation: blink 1s linear infinite;
}
@keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.anim svg {
width: 600px;
height: 200px;
}
.content{
margin-top: 100px;
flex: 1 0 auto;
display: flex;
justify-content: center;
align-items:center;
flex-direction: column;
}
.scroll{
flex-shrink: 0;
height: 100px;
/* padding-bottom: 30px; */
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
font-size: 18px;
color: lightgray;
font-family: 'Open sans'
}
.mouse{
/* margin-bottom: 30px; */
border: 2px solid #C7565A;
height: 35px;
width: 21px;
border-radius: 35px;
animation-name: mouse;
transform-origin: center bottom;
animation-duration: 1s;
animation-fill-mode: both;
animation-iteration-count: 4;
position: relative;
margin-bottom: 5px;
}
.dot{
position: absolute;
width: 5px;
height: 5px;
border-radius: 50%;
background-color: #C7565A;
top: 7px;
left: 7.5px;
}
@keyframes mouse {
0%, 20%, 53%, 80%, 100% {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
} | 0.418816 | 0.071559 |
html,
body {
height: 100%;
width: 100%;
}
section {
width: 70%;
margin-left: 15%;
margin-top: 30px;
font-family: "Trebuchet MS";
height: auto;
}
#accountMenu {
width: 300px;
background-color: #f3f3f3;
box-shadow: 0 0 6px 1px rgb(187, 187, 187);
border-radius: 5px;
float: left;
}
#accountMenu li {
font-size: 20px;
border-bottom: 1px solid rgb(204, 204, 204);
margin: 0 10%;
width: 80%;
margin-top: 15px;
font-weight: bold;
}
#accountMenu li:last-child {
border-bottom: none;
margin-bottom: 10px;
}
#accountDrop {
display: none;
}
#shoppingDrop {
display: none;
}
#securityDrop {
display: none;
}
.dropMenu a {
color: black;
font-size: 16px;
padding: 5px;
font-weight: normal;
margin-left: 10%;
}
.dropMenu a:nth-last-child(0) {
margin-bottom: 10px;
}
li div a:hover {
color: rgb(116, 92, 92);
}
#logout {
padding: 5px 0;
width: 100%;
height: auto;
}
#logoutButton {
text-align: center;
font-weight: bold;
color: rgb(117, 10, 10);
font-size: 26px;
}
#logoutButton:hover {
color: black;
}
#logoutButton2 {
font-weight: bold;
color: rgb(117, 10, 10);
font-size: 20px;
display: none;
}
#center {
width: 65%;
float: left;
height: auto;
}
.block {
width: 45%;
float: left;
margin-left: 5%;
background-color: #e7e7e7;
box-shadow: 0 0 6px 1px rgb(202, 202, 202);
border-radius: 5px;
padding: 20px;
box-sizing: border-box;
height: 170px;
font-size: 16px;
margin-bottom: 30px;
}
.block a {
color: black;
}
.block p {
margin: 0;
margin-bottom: 7px;
}
.blockLeft {
width: 70%;
float: left;
}
.blockRight {
width: 30%;
float: left;
margin-top: 50px;
}
.blockRight i {
font-size: 40px;
margin-left: 15px;
}
h4 {
border-bottom: 1px solid rgb(204, 204, 204);
padding-bottom: 10px;
}
#center a:hover {
color: rgb(116, 92, 92);
}
#content {
min-height: 100%;
}
#footer {
clear: both;
width: 100%;
height: 180px;
margin-top: -180px;
}
@media screen and (max-width: 1250px) {
section {
width: 90%;
margin-left: 5%;
}
#center {
width: 65%;
}
}
@media screen and (max-width: 1200px) {
.footerBreak {
display: none;
}
}
@media screen and (max-width: 992px) {
#accountMenu {
width: 250px;
}
#accountMenu li {
margin: 0 5%;
width: 90%;
}
#center {
width: 65%;
}
}
@media screen and (max-width: 850px) {
#accountMenu {
display: none;
}
#center {
width: 100%;
}
#center .block:nth-of-type(1) {
margin-left: 0;
}
#center .block:nth-of-type(3) {
margin-left: 0;
}
.block {
width: 47.5%;
}
#logoutButton2 {
display: block;
}
}
@media screen and (max-width: 682px) {
#footer {
height: 230px;
margin-top: -230px;
}
}
@media screen and (max-width: 576px) {
#footer {
height: 400px;
margin-top: -400px;
}
}
@media screen and (max-width: 520px) {
.block {
width: 90%;
margin-left: 5%;
margin-bottom: 20px;
}
#center .block:nth-of-type(1) {
margin-left: 5%;
}
#center .block:nth-of-type(3) {
margin-left: 5%;
}
} | public/css/account/main.css | html,
body {
height: 100%;
width: 100%;
}
section {
width: 70%;
margin-left: 15%;
margin-top: 30px;
font-family: "Trebuchet MS";
height: auto;
}
#accountMenu {
width: 300px;
background-color: #f3f3f3;
box-shadow: 0 0 6px 1px rgb(187, 187, 187);
border-radius: 5px;
float: left;
}
#accountMenu li {
font-size: 20px;
border-bottom: 1px solid rgb(204, 204, 204);
margin: 0 10%;
width: 80%;
margin-top: 15px;
font-weight: bold;
}
#accountMenu li:last-child {
border-bottom: none;
margin-bottom: 10px;
}
#accountDrop {
display: none;
}
#shoppingDrop {
display: none;
}
#securityDrop {
display: none;
}
.dropMenu a {
color: black;
font-size: 16px;
padding: 5px;
font-weight: normal;
margin-left: 10%;
}
.dropMenu a:nth-last-child(0) {
margin-bottom: 10px;
}
li div a:hover {
color: rgb(116, 92, 92);
}
#logout {
padding: 5px 0;
width: 100%;
height: auto;
}
#logoutButton {
text-align: center;
font-weight: bold;
color: rgb(117, 10, 10);
font-size: 26px;
}
#logoutButton:hover {
color: black;
}
#logoutButton2 {
font-weight: bold;
color: rgb(117, 10, 10);
font-size: 20px;
display: none;
}
#center {
width: 65%;
float: left;
height: auto;
}
.block {
width: 45%;
float: left;
margin-left: 5%;
background-color: #e7e7e7;
box-shadow: 0 0 6px 1px rgb(202, 202, 202);
border-radius: 5px;
padding: 20px;
box-sizing: border-box;
height: 170px;
font-size: 16px;
margin-bottom: 30px;
}
.block a {
color: black;
}
.block p {
margin: 0;
margin-bottom: 7px;
}
.blockLeft {
width: 70%;
float: left;
}
.blockRight {
width: 30%;
float: left;
margin-top: 50px;
}
.blockRight i {
font-size: 40px;
margin-left: 15px;
}
h4 {
border-bottom: 1px solid rgb(204, 204, 204);
padding-bottom: 10px;
}
#center a:hover {
color: rgb(116, 92, 92);
}
#content {
min-height: 100%;
}
#footer {
clear: both;
width: 100%;
height: 180px;
margin-top: -180px;
}
@media screen and (max-width: 1250px) {
section {
width: 90%;
margin-left: 5%;
}
#center {
width: 65%;
}
}
@media screen and (max-width: 1200px) {
.footerBreak {
display: none;
}
}
@media screen and (max-width: 992px) {
#accountMenu {
width: 250px;
}
#accountMenu li {
margin: 0 5%;
width: 90%;
}
#center {
width: 65%;
}
}
@media screen and (max-width: 850px) {
#accountMenu {
display: none;
}
#center {
width: 100%;
}
#center .block:nth-of-type(1) {
margin-left: 0;
}
#center .block:nth-of-type(3) {
margin-left: 0;
}
.block {
width: 47.5%;
}
#logoutButton2 {
display: block;
}
}
@media screen and (max-width: 682px) {
#footer {
height: 230px;
margin-top: -230px;
}
}
@media screen and (max-width: 576px) {
#footer {
height: 400px;
margin-top: -400px;
}
}
@media screen and (max-width: 520px) {
.block {
width: 90%;
margin-left: 5%;
margin-bottom: 20px;
}
#center .block:nth-of-type(1) {
margin-left: 5%;
}
#center .block:nth-of-type(3) {
margin-left: 5%;
}
} | 0.47171 | 0.107204 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500&display=swap');
* {
padding: 0;
margin: 0;
border: none;
outline: none!important;
text-decoration: none!important;
-webkit-tap-highlight-color: transparent;
box-shadow: none;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
body {
width: 100vw!important;
height: 100vh;
font-size: 14px;
font-weight: 400;
overflow-x: hidden!important;
background-color: var(--cor-fundo);
}
main {
padding: 0;
}
b {
font-weight: 500;
}
:root {
--cor-1: #FF8800;
--cor-2: #00BE59;
--cor-2-2: #48B500;
--cor-3: #FF3940;
--cor-3-2: #A10208;
--cor-green: #00BE59;
--cor-red: #FF3940;
--cor-blue: #3A86FF;
--cor-yellow: #ff8800;
--cor-fundo: #f9f9f9;
--cor-texto: #001010;
--cor-pagamento: #3a86ff;
}
#sessao__principal {
width: 100%;
min-height: 100vh;
overflow: hidden;
align-self: center;
padding: 20px 35px;
background-color: var(--cor-fundo);
}
.content-fluid {
width: 100%;
align-self: center;
display: flex;
flex-wrap: nowrap;
flex-direction: column;
}
#sessao__principal,
.content-fluid {
min-width: 200px;
max-width: 100vw;
}
.offcanvas {
transition: 300ms ease;
}
.offcanvas.active {
visibility: visible;
transform: translateX(0%);
}
.offcanvas__backdrop {
display: none;
background-color: rgb(0 0 0 / 50%);
left: 0;
top: 0;
position: fixed;
z-index: 1040;
width: 100%;
height: 100%;
}
.offcanvas__backdrop.active {
display: block;
}
@media screen and (min-width: 800px) {
.content-fluid {
justify-content: space-between;
flex-direction: row;
}
}
@media screen and (min-width: 1200px) {
.content-fluid {
justify-content: space-between;
flex-direction: row;
}
#sessao__principal,
.content-fluid {
min-width: 200px;
max-width: 1200px;
}
} | resources/css/config.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500&display=swap');
* {
padding: 0;
margin: 0;
border: none;
outline: none!important;
text-decoration: none!important;
-webkit-tap-highlight-color: transparent;
box-shadow: none;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
body {
width: 100vw!important;
height: 100vh;
font-size: 14px;
font-weight: 400;
overflow-x: hidden!important;
background-color: var(--cor-fundo);
}
main {
padding: 0;
}
b {
font-weight: 500;
}
:root {
--cor-1: #FF8800;
--cor-2: #00BE59;
--cor-2-2: #48B500;
--cor-3: #FF3940;
--cor-3-2: #A10208;
--cor-green: #00BE59;
--cor-red: #FF3940;
--cor-blue: #3A86FF;
--cor-yellow: #ff8800;
--cor-fundo: #f9f9f9;
--cor-texto: #001010;
--cor-pagamento: #3a86ff;
}
#sessao__principal {
width: 100%;
min-height: 100vh;
overflow: hidden;
align-self: center;
padding: 20px 35px;
background-color: var(--cor-fundo);
}
.content-fluid {
width: 100%;
align-self: center;
display: flex;
flex-wrap: nowrap;
flex-direction: column;
}
#sessao__principal,
.content-fluid {
min-width: 200px;
max-width: 100vw;
}
.offcanvas {
transition: 300ms ease;
}
.offcanvas.active {
visibility: visible;
transform: translateX(0%);
}
.offcanvas__backdrop {
display: none;
background-color: rgb(0 0 0 / 50%);
left: 0;
top: 0;
position: fixed;
z-index: 1040;
width: 100%;
height: 100%;
}
.offcanvas__backdrop.active {
display: block;
}
@media screen and (min-width: 800px) {
.content-fluid {
justify-content: space-between;
flex-direction: row;
}
}
@media screen and (min-width: 1200px) {
.content-fluid {
justify-content: space-between;
flex-direction: row;
}
#sessao__principal,
.content-fluid {
min-width: 200px;
max-width: 1200px;
}
} | 0.421552 | 0.067793 |
body#home{
background: #333333 url(../img-dev/background.png) repeat-x left 100px;
}
.api_cloud{
background: transparent url(../img-dev/api-cloud.png) no-repeat left top;
width: 243px;
min-width: 243px;
height: 174px;
display: inline-block;
margin-left:20px;
}
.integration_cloud{
background: transparent url(../img-dev/integration-cloud.png) no-repeat left top;
width: 243px;
min-width: 243px;
height: 174px;
display: inline-block;
margin-right:20px;
}
.integration_cloud{
background: transparent url(../img-dev/integration-cloud.png) no-repeat left top;
width: 243px;
height: 174px;
display: inline-block;
}
.api_cloud_disabled{
background: transparent url(../img-dev/api-cloud-disabled.png) no-repeat left top;
width: 243px;
height: 174px;
display: inline-block;
color:black;
}
.api_cloud_disabled_helper.helper_text:before{
content:"Your API Cloud ";
color:black;
}
.integration_cloud_disabled{
background: transparent url(../img-dev/integration-cloud-disabled.png) no-repeat left top;
width: 243px;
height: 174px;
display: inline-block;
color:black;
}
.integration_cloud_disabled_helper.helper_text:before{
content:"Your Integration Cloud ";
color:black;
}
.integration_cloud_disabled{
background: transparent url(../img-dev/integration-cloud-disabled.png) no-repeat left top;
width: 243px;
height: 174px;
display: inline-block;
}
.wso2-cloud-logo{
background: transparent url(../assets/img/wso2-cloud-logo-2.png) no-repeat left top;
width: 402px;
height: 116px;
display: inline-block;
}
a{cursor: pointer}
.start{
width:900px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
margin-top:20px;
}
.logo-column{
text-align: center;
}
header{
display:none;
}
.help-text-column{
padding:30px 0 15px 0;
text-align: center;
color:#006086;
font-weight: bold;
}
.main-link-container div.col-4{
text-align: center;
}
.sign-out-column{
padding-right: 29px;
padding-top:16px;
text-align: right;
}
.cloud-shifter{
margin-top:54px;
} | cloud-applications/cloud-management/src/site/themes/default/css/index.css | body#home{
background: #333333 url(../img-dev/background.png) repeat-x left 100px;
}
.api_cloud{
background: transparent url(../img-dev/api-cloud.png) no-repeat left top;
width: 243px;
min-width: 243px;
height: 174px;
display: inline-block;
margin-left:20px;
}
.integration_cloud{
background: transparent url(../img-dev/integration-cloud.png) no-repeat left top;
width: 243px;
min-width: 243px;
height: 174px;
display: inline-block;
margin-right:20px;
}
.integration_cloud{
background: transparent url(../img-dev/integration-cloud.png) no-repeat left top;
width: 243px;
height: 174px;
display: inline-block;
}
.api_cloud_disabled{
background: transparent url(../img-dev/api-cloud-disabled.png) no-repeat left top;
width: 243px;
height: 174px;
display: inline-block;
color:black;
}
.api_cloud_disabled_helper.helper_text:before{
content:"Your API Cloud ";
color:black;
}
.integration_cloud_disabled{
background: transparent url(../img-dev/integration-cloud-disabled.png) no-repeat left top;
width: 243px;
height: 174px;
display: inline-block;
color:black;
}
.integration_cloud_disabled_helper.helper_text:before{
content:"Your Integration Cloud ";
color:black;
}
.integration_cloud_disabled{
background: transparent url(../img-dev/integration-cloud-disabled.png) no-repeat left top;
width: 243px;
height: 174px;
display: inline-block;
}
.wso2-cloud-logo{
background: transparent url(../assets/img/wso2-cloud-logo-2.png) no-repeat left top;
width: 402px;
height: 116px;
display: inline-block;
}
a{cursor: pointer}
.start{
width:900px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
margin-top:20px;
}
.logo-column{
text-align: center;
}
header{
display:none;
}
.help-text-column{
padding:30px 0 15px 0;
text-align: center;
color:#006086;
font-weight: bold;
}
.main-link-container div.col-4{
text-align: center;
}
.sign-out-column{
padding-right: 29px;
padding-top:16px;
text-align: right;
}
.cloud-shifter{
margin-top:54px;
} | 0.245537 | 0.069637 |
.container {
height: calc(100vh - 10rem);
width: 85vw;
padding: 0 0.5rem;
margin-left: auto;
margin-right: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
flex-wrap: wrap;
gap: 2rem;
}
.contentBox {
width: 100%;
height: 100%;
display: flex;
flex-wrap: wrap;
flex-direction: row;
gap: 1rem;
justify-content: center;
align-items: stretch;
margin-top: 5rem;
}
.newSessionBox,
.scoreBox {
flex: 1;
height: fit-content;
min-width: 30rem;
flex-direction: column;
display: flex;
border-radius: 1rem;
box-shadow: rgba(0, 0, 0, 0.56) 0px 10px 36px 0px, rgba(0, 0, 0, 0.56) 0px 0px 0px 1px;
}
.headerBox {
width: 100%;
min-height: 3rem;
display: flex;
align-items: center;
justify-content: center;
}
.newSessionBox {
flex-grow: 1;
min-height: 12vh;
padding: 2rem;
flex-direction: column;
}
.subTitle {
width: 100%;
display: flex;
font-size: x-large;
margin: 2rem 0rem;
justify-content: center;
}
.newSessionDetails {
display: flex;
height: 100%;
flex-wrap: wrap;
justify-content: space-around;
align-items: flex-end;
gap: 1rem;
padding-bottom: 1.2rem;
}
.start {
height: 2.5rem;
cursor: pointer;
color: var(--white);
min-width: 7rem;
width: 10rem;
margin: 0.3rem;
padding: 0px 0.2rem;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid rgba(0, 155, 245, 0.87);
border-radius: 10px;
background-color: rgba(0, 64, 202, 0.247);
box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.buttonBox {
display: flex;
justify-content: center;
gap: 0.5rem;
flex-wrap: wrap;
}
.buttonBox button {
display: flex;
justify-content: center;
flex: 1;
min-width: 10rem;
}
.buttonHeader {
display: flex;
justify-content: space-between;
align-items: center;
}
.buttonHeader b {
flex-grow: 3 !important;
min-width: 50%;
margin: 1rem 0.2rem;
}
.buttonHeader button {
flex-grow: 1;
justify-content: center;
height: 1rem !important;
margin: 0px 3px;
padding: 0;
height: 1.5rem;
min-height: 1.5rem !important;
border: 1px solid rgba(224, 224, 224, 0.116);
box-shadow: rgba(109, 111, 112, 0.151) 0px 1px 2px 0px, rgba(60, 64, 67, 0.185) 0px 2px 6px 2px;
}
.button {
min-height: 2rem;
display: flex;
align-items: center;
text-align: center;
border-radius: 5px;
padding: 0px 0.5rem;
background-color: var(--bgColor);
color: var(--white);
border: 1px solid rgba(224, 224, 224, 0.87);
cursor: pointer;
box-shadow: rgba(109, 111, 112, 0.5) 0px 1px 2px 0px, rgba(60, 64, 67, 0.55) 0px 2px 6px 2px;
}
.button:hover {
box-shadow: rgba(0, 0, 0, 0.9) 0px 7px 10px;
}
.button:disabled,
.start:disabled {
backdrop-filter: blur(5px);
background-color: rgba(78, 78, 78, 0.3);
box-shadow: rgba(0, 0, 0, 0.03) 0px 1px 2px;
border-color: rgba(173, 173, 173, 0.699);
cursor: not-allowed;
}
.button:active {
box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.errorBlink {
animation: errorBlink 1s infinite;
}
.buttonSelected {
color: rgb(225, 229, 243);
border: 1px solid rgb(21, 96, 139);
}
.category,
.difficulty {
width: 100%;
padding: 1rem;
}
.profileCardsBox {
display: flex;
flex-wrap: wrap;
flex-direction: row;
gap: 0.5rem;
justify-content: space-around;
width: 100%;
}
.scoreBox {
padding: 0.5rem;
flex-grow: 2;
}
.profileCard {
display: flex;
flex-wrap: wrap;
flex-direction: row;
width: 10rem;
max-width: 12rem;
min-width: 7rem;
height: 7rem;
flex: 1;
justify-content: center;
align-items: center;
border: 1px solid rgba(0, 0, 0, 0.753);
border-radius: 10px;
box-shadow: inset rgba(0, 0, 0, 0.253) 0px 10px 36px 0px, rgba(0, 0, 0, 0.36) 0px 0px 0px 1px;
}
.profileCardIcon {
color: white;
width: 2rem;
height: 2rem;
}
.profileMiniCardIcon {
flex-grow: 2;
display: flex;
justify-content: center;
align-items: center;
color: white;
}
.profileMiniCardContent {
flex-grow: 3;
width: 6rem;
padding: 0 0.5rem;
display: flex;
flex-direction: column;
}
.profileMiniCardContent i {
font-size: 0.7rem;
word-break: break-word;
}
.profileMiniCardContent b {
font-size: 1.5rem;
word-break: break-word;
}
.userSessionsList {
margin: 1rem 0;
max-height: 30rem;
overflow-y: scroll;
}
.userSessionsList h3 {
margin-left: 1rem;
}
.userSessionsTable {
width: calc(100% - 2rem);
margin: 0 1rem;
border-radius: 10px;
padding: 0.5rem;
text-align: start;
border-collapse: collapse;
box-shadow: rgba(29, 29, 29, 0.527) 0px 10px 36px 0px
}
.userSessionsTable th,
.userSessionsTable td {
padding: 0.2rem;
text-align: start;
word-wrap: break-word;
max-width: 20rem;
height: 2rem;
border-radius: 10px;
border: 1px solid rgba(255, 245, 238, 0.205);
}
.userSessionsTable tr {
box-shadow: rgba(29, 29, 29, 0.527) 0px 10px 36px 0px
}
.activeRow {
cursor: pointer;
}
.userSessionsList p {
width: 100%;
text-align: center;
} | styles/Profile.module.css | .container {
height: calc(100vh - 10rem);
width: 85vw;
padding: 0 0.5rem;
margin-left: auto;
margin-right: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
flex-wrap: wrap;
gap: 2rem;
}
.contentBox {
width: 100%;
height: 100%;
display: flex;
flex-wrap: wrap;
flex-direction: row;
gap: 1rem;
justify-content: center;
align-items: stretch;
margin-top: 5rem;
}
.newSessionBox,
.scoreBox {
flex: 1;
height: fit-content;
min-width: 30rem;
flex-direction: column;
display: flex;
border-radius: 1rem;
box-shadow: rgba(0, 0, 0, 0.56) 0px 10px 36px 0px, rgba(0, 0, 0, 0.56) 0px 0px 0px 1px;
}
.headerBox {
width: 100%;
min-height: 3rem;
display: flex;
align-items: center;
justify-content: center;
}
.newSessionBox {
flex-grow: 1;
min-height: 12vh;
padding: 2rem;
flex-direction: column;
}
.subTitle {
width: 100%;
display: flex;
font-size: x-large;
margin: 2rem 0rem;
justify-content: center;
}
.newSessionDetails {
display: flex;
height: 100%;
flex-wrap: wrap;
justify-content: space-around;
align-items: flex-end;
gap: 1rem;
padding-bottom: 1.2rem;
}
.start {
height: 2.5rem;
cursor: pointer;
color: var(--white);
min-width: 7rem;
width: 10rem;
margin: 0.3rem;
padding: 0px 0.2rem;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid rgba(0, 155, 245, 0.87);
border-radius: 10px;
background-color: rgba(0, 64, 202, 0.247);
box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.buttonBox {
display: flex;
justify-content: center;
gap: 0.5rem;
flex-wrap: wrap;
}
.buttonBox button {
display: flex;
justify-content: center;
flex: 1;
min-width: 10rem;
}
.buttonHeader {
display: flex;
justify-content: space-between;
align-items: center;
}
.buttonHeader b {
flex-grow: 3 !important;
min-width: 50%;
margin: 1rem 0.2rem;
}
.buttonHeader button {
flex-grow: 1;
justify-content: center;
height: 1rem !important;
margin: 0px 3px;
padding: 0;
height: 1.5rem;
min-height: 1.5rem !important;
border: 1px solid rgba(224, 224, 224, 0.116);
box-shadow: rgba(109, 111, 112, 0.151) 0px 1px 2px 0px, rgba(60, 64, 67, 0.185) 0px 2px 6px 2px;
}
.button {
min-height: 2rem;
display: flex;
align-items: center;
text-align: center;
border-radius: 5px;
padding: 0px 0.5rem;
background-color: var(--bgColor);
color: var(--white);
border: 1px solid rgba(224, 224, 224, 0.87);
cursor: pointer;
box-shadow: rgba(109, 111, 112, 0.5) 0px 1px 2px 0px, rgba(60, 64, 67, 0.55) 0px 2px 6px 2px;
}
.button:hover {
box-shadow: rgba(0, 0, 0, 0.9) 0px 7px 10px;
}
.button:disabled,
.start:disabled {
backdrop-filter: blur(5px);
background-color: rgba(78, 78, 78, 0.3);
box-shadow: rgba(0, 0, 0, 0.03) 0px 1px 2px;
border-color: rgba(173, 173, 173, 0.699);
cursor: not-allowed;
}
.button:active {
box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.errorBlink {
animation: errorBlink 1s infinite;
}
.buttonSelected {
color: rgb(225, 229, 243);
border: 1px solid rgb(21, 96, 139);
}
.category,
.difficulty {
width: 100%;
padding: 1rem;
}
.profileCardsBox {
display: flex;
flex-wrap: wrap;
flex-direction: row;
gap: 0.5rem;
justify-content: space-around;
width: 100%;
}
.scoreBox {
padding: 0.5rem;
flex-grow: 2;
}
.profileCard {
display: flex;
flex-wrap: wrap;
flex-direction: row;
width: 10rem;
max-width: 12rem;
min-width: 7rem;
height: 7rem;
flex: 1;
justify-content: center;
align-items: center;
border: 1px solid rgba(0, 0, 0, 0.753);
border-radius: 10px;
box-shadow: inset rgba(0, 0, 0, 0.253) 0px 10px 36px 0px, rgba(0, 0, 0, 0.36) 0px 0px 0px 1px;
}
.profileCardIcon {
color: white;
width: 2rem;
height: 2rem;
}
.profileMiniCardIcon {
flex-grow: 2;
display: flex;
justify-content: center;
align-items: center;
color: white;
}
.profileMiniCardContent {
flex-grow: 3;
width: 6rem;
padding: 0 0.5rem;
display: flex;
flex-direction: column;
}
.profileMiniCardContent i {
font-size: 0.7rem;
word-break: break-word;
}
.profileMiniCardContent b {
font-size: 1.5rem;
word-break: break-word;
}
.userSessionsList {
margin: 1rem 0;
max-height: 30rem;
overflow-y: scroll;
}
.userSessionsList h3 {
margin-left: 1rem;
}
.userSessionsTable {
width: calc(100% - 2rem);
margin: 0 1rem;
border-radius: 10px;
padding: 0.5rem;
text-align: start;
border-collapse: collapse;
box-shadow: rgba(29, 29, 29, 0.527) 0px 10px 36px 0px
}
.userSessionsTable th,
.userSessionsTable td {
padding: 0.2rem;
text-align: start;
word-wrap: break-word;
max-width: 20rem;
height: 2rem;
border-radius: 10px;
border: 1px solid rgba(255, 245, 238, 0.205);
}
.userSessionsTable tr {
box-shadow: rgba(29, 29, 29, 0.527) 0px 10px 36px 0px
}
.activeRow {
cursor: pointer;
}
.userSessionsList p {
width: 100%;
text-align: center;
} | 0.61659 | 0.09343 |
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
/* html {
position: relative;
} */
body {
padding-top: 3rem;
padding-bottom: 0;
color: #000;
}
/* Paginasi */
.paginasi {
padding: 10px 20px;
background-color: #fff;
border-radius: 10px;
min-height: 40px;
}
.paginasi a {
padding: 3px 10px;
background-color: #f60;
color: #fff;
border-radius: 3px;
margin: 3px 2px;
min-width: 20px;
text-decoration: none;
}
.paginasi a:hover {
background-color: gray;
}
.paginasi strong {
padding: 3px 10px;
background-color: #000;
color: #fff;
border-radius: 3px;
margin: 3px 2px;
min-width: 20px;
}
/* navbar */
.navbar-dark, .navbar {
min-height: 80px;
font-weight: bold;
font-size: 16px;
}
.navbar ul li a, a.navlink {
color: #fff !important;
}
.navbar ul li a:hover{
color: orange !important;
}
.dropdown-menu {
background-color: #000;
}
a.dropdown-item {
color: black !important;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
margin-bottom: 0;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
bottom: 3rem;
z-index: 10;
background-color: gray;
padding: 10px 2%;
border-radius: 10px;
opacity: 0.8;
}
/* Declare heights because of positioning of img element */
.carousel-item {
height: 32rem;
background-color: #777;
}
.carousel-item > img {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 32rem;
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing {
margin-top: 4rem;
}
.marketing .col-lg-4 {
margin-bottom: 1.5rem;
text-align: center;
}
.marketing h2 {
font-weight: 400;
margin-top: 20px;
}
.marketing .col-lg-4 p {
margin-right: .75rem;
margin-left: .75rem;
}
/* Featurettes
------------------------- */
.featurette-divider {
margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
font-weight: 300;
line-height: 1;
letter-spacing: -.05rem;
}
/* Card */
.card h2 {
font-size: 22px;
border-bottom: solid thin #EEE;
}
.card h2 a {
color: #f60;
}
.card h2 a:hover {
text-decoration: none;
color: black;
}
/* judul */
.judul {
/* background-color: #FFF; */
min-height: 100px;
border-radius: 10px 10px 0 0;
margin-bottom: 0;
padding-top: 2rem;
}
.judul h1 {
border-bottom: solid 2px #f60;
}
/* artikel */
.artikel {
min-height: 300px;
background-color: #fff;
text-align: justify;
}
/* iframe */
iframe {
width: 100%;
height: auto;
min-height: 400px;
}
/* jarak */
.jarak {
margin-top: 3rem;
}
/* aside */
aside {
border-radius: 5px;
border: solid thin #EEE;
padding: 10px 20px;
background-color: #f5f5f5;
}
aside h3 {
border-bottom: solid thin #eee;
font-size: 22px;
}
aside ul {
padding: 0;
margin: 0;
}
aside ul li {
padding: 5px 6px;
list-style: none;
border-bottom: dotted thin #f60;
}
aside ul li a {
color: #f60;
}
aside ul li a:hover {
color: #900;
text-decoration: none;
}
footer {
margin-bottom: 0 !important;
}
.footer {
/* position: fixed; */
bottom: 0;
width: 100%;
background-color: #000;
color: #fff;
height: 100%; /* Set the fixed height of the footer here */
line-height: 60px; /* Vertically center the text there */
}
/* .footer {
position: absolute;
bottom: 0;
width: 100%;
height: 120px;
background-color: #333;
padding-top: 25px;
} */
.footer a {
color: orange;
}
/* RESPONSIVE CSS
--------------------------------------------------
@media (min-width: 40em) {
/* Bump up size of carousel content */
.carousel-caption p {
margin-bottom: 1.25rem;
font-size: 1.25rem;
line-height: 1.4;
}
.featurette-heading {
font-size: 50px;
}
@media (min-width: 62em) {
.featurette-heading {
margin-top: 7rem;
}
} | assets/template/css/style.css | -------------------------------------------------- */
/* Padding below the footer and lighter body text */
/* html {
position: relative;
} */
body {
padding-top: 3rem;
padding-bottom: 0;
color: #000;
}
/* Paginasi */
.paginasi {
padding: 10px 20px;
background-color: #fff;
border-radius: 10px;
min-height: 40px;
}
.paginasi a {
padding: 3px 10px;
background-color: #f60;
color: #fff;
border-radius: 3px;
margin: 3px 2px;
min-width: 20px;
text-decoration: none;
}
.paginasi a:hover {
background-color: gray;
}
.paginasi strong {
padding: 3px 10px;
background-color: #000;
color: #fff;
border-radius: 3px;
margin: 3px 2px;
min-width: 20px;
}
/* navbar */
.navbar-dark, .navbar {
min-height: 80px;
font-weight: bold;
font-size: 16px;
}
.navbar ul li a, a.navlink {
color: #fff !important;
}
.navbar ul li a:hover{
color: orange !important;
}
.dropdown-menu {
background-color: #000;
}
a.dropdown-item {
color: black !important;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
margin-bottom: 0;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
bottom: 3rem;
z-index: 10;
background-color: gray;
padding: 10px 2%;
border-radius: 10px;
opacity: 0.8;
}
/* Declare heights because of positioning of img element */
.carousel-item {
height: 32rem;
background-color: #777;
}
.carousel-item > img {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 32rem;
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing {
margin-top: 4rem;
}
.marketing .col-lg-4 {
margin-bottom: 1.5rem;
text-align: center;
}
.marketing h2 {
font-weight: 400;
margin-top: 20px;
}
.marketing .col-lg-4 p {
margin-right: .75rem;
margin-left: .75rem;
}
/* Featurettes
------------------------- */
.featurette-divider {
margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
font-weight: 300;
line-height: 1;
letter-spacing: -.05rem;
}
/* Card */
.card h2 {
font-size: 22px;
border-bottom: solid thin #EEE;
}
.card h2 a {
color: #f60;
}
.card h2 a:hover {
text-decoration: none;
color: black;
}
/* judul */
.judul {
/* background-color: #FFF; */
min-height: 100px;
border-radius: 10px 10px 0 0;
margin-bottom: 0;
padding-top: 2rem;
}
.judul h1 {
border-bottom: solid 2px #f60;
}
/* artikel */
.artikel {
min-height: 300px;
background-color: #fff;
text-align: justify;
}
/* iframe */
iframe {
width: 100%;
height: auto;
min-height: 400px;
}
/* jarak */
.jarak {
margin-top: 3rem;
}
/* aside */
aside {
border-radius: 5px;
border: solid thin #EEE;
padding: 10px 20px;
background-color: #f5f5f5;
}
aside h3 {
border-bottom: solid thin #eee;
font-size: 22px;
}
aside ul {
padding: 0;
margin: 0;
}
aside ul li {
padding: 5px 6px;
list-style: none;
border-bottom: dotted thin #f60;
}
aside ul li a {
color: #f60;
}
aside ul li a:hover {
color: #900;
text-decoration: none;
}
footer {
margin-bottom: 0 !important;
}
.footer {
/* position: fixed; */
bottom: 0;
width: 100%;
background-color: #000;
color: #fff;
height: 100%; /* Set the fixed height of the footer here */
line-height: 60px; /* Vertically center the text there */
}
/* .footer {
position: absolute;
bottom: 0;
width: 100%;
height: 120px;
background-color: #333;
padding-top: 25px;
} */
.footer a {
color: orange;
}
/* RESPONSIVE CSS
--------------------------------------------------
@media (min-width: 40em) {
/* Bump up size of carousel content */
.carousel-caption p {
margin-bottom: 1.25rem;
font-size: 1.25rem;
line-height: 1.4;
}
.featurette-heading {
font-size: 50px;
}
@media (min-width: 62em) {
.featurette-heading {
margin-top: 7rem;
}
} | 0.389198 | 0.069352 |
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Montserrat|Source+Sans+Pro');
html, body {
height: 100%;
}
body {
margin: 0;
padding: 0;
font-family: 'Montserrat', sans-serif;
transition: 0.3s;
background: #F5F6F8;
overflow: hidden;
}
aside {
position: fixed;
height: 100%;
width: 300px;
background-image: linear-gradient(to bottom, #5bc0be, #47a3b1, #3f879e, #3d6b86, #3a506b);
color: #fff;
box-shadow: 6px 0 18px rgba(0, 0, 0, 0.4);
z-index: 999;
}
aside .company {
padding: 15px 30px;
border-bottom: 1px solid #fff;
}
aside .company h3 {
margin: 0;
word-wrap: break-word;
font-family: 'Source Sans Pro', sans-serif;
text-transform: uppercase;
font-size: 1em;
}
aside .profile {
padding: 30px;
display: flex;
}
aside .profile .circle {
position: relative;
height: 50px;
width: 50px;
border-radius: 50%;
background: black;
margin-right: 10px;
overflow: hidden;
}
aside .profile .circle img {
height: 100%;
}
aside .profile .profile-name * {
margin: 5px 0;
}
aside .profile .profile-name p:last-child {
font-size: 12px;
}
aside ul {
list-style: none;
padding: 0 30px;
margin: 0;
}
aside ul li a {
display: flex;
align-items: center;
text-decoration: none;
color: #fff;
padding: 5px 0;
}
aside ul li a:hover {
color: rgba(18,23,38, 0.3);
}
aside ul li i {
margin-right: 10px;
}
.white-space {
position: relative;
height: 71px;
width: 100%;
background: #fff;
border-bottom: 0.5px solid #eaeaea;
}
.content {
position: absolute;
width: calc(100% - 300px);
height: calc(100% - 71px);
right: 0;
}
/* CONTENT */
.content {
padding: 30px;
box-sizing: border-box;
display: flex;
justify-content: space-between;
}
/* ADMIN */
.db-tables {
height: 100%;
width: 225px;
padding: 10px 25px;
background: #fff;
box-shadow: 0 10px 20px rgba(0,0,0,.25);
font-family: 'Source Sans Pro', sans-serif;
box-sizing: border-box;
}
.db-tables h3 {
font-weight: bold;
}
.table-list {
display: flex;
flex-direction: column;
}
.table-list button {
padding: 10px 20px;
border: none;
background: #fff;
cursor: pointer;
text-align: left;
}
.table-list button:nth-child(odd) {
background: rgba(219,223,228, .6);
}
.table-list button:focus {
outline: 0;
}
.selected-table {
position: relative;
height: 100%;
width: calc(100% - 255px);
padding: 10px 25px;
background: #fff;
box-shadow: 0 10px 20px rgba(0,0,0,.25);
font-family: 'Source Sans Pro', sans-serif;
box-sizing: border-box;
overflow-y: auto;
}
.loader {
position: absolute;
top: 37%;
left: 39%;
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #5BC0BE;
width: 120px;
height: 120px;
-webkit-animation: spin 2s linear infinite; /* Safari */
animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.selected-table table {
min-width: 100%;
text-align: left;
border-collapse: collapse;
display: inline-block;
margin-right: 25px;
font-size: 14px;
}
.selected-table table thead tr th {
border: 1px solid #E5E5E5;
padding: 10px 20px;
}
.selected-table table tbody:before {
content: "-";
display: block;
line-height: 1em;
color: transparent;
}
.selected-table table tbody tr:nth-child(even) {
background: rgba(219,223,228, .6);
}
.selected-table table tbody tr:first-child {
background: transparent;
}
.selected-table table tbody tr:first-child td:first-child {
border-top: 1px solid #E5E5E5;
border-left: 1px solid #E5E5E5;
border-right: 1px solid #E5E5E5;
border-bottom: 2px solid rgba(219,223,228, .6);
}
.selected-table table tbody tr td {
padding: 10px 20px;
}
.selected-table tbody tr:first-child td {
padding: 0;
}
.selected-table tbody .table-text-search {
box-sizing: border-box;
width: 100%;
padding: 10px;
border: 1px solid #E5E5E5;
}
.selected-table tbody .table-text-search:focus {
outline: none;
}
.selected-table tr td:first-child {
min-width: 40px;
}
#filter i {
font-size: 18px;
text-decoration: none;
color: rgba(58,80,107,.8);
}
.reset-this {
animation : none;
animation-delay : 0;
animation-direction : normal;
animation-duration : 0;
animation-fill-mode : none;
animation-iteration-count : 1;
animation-name : none;
animation-play-state : running;
animation-timing-function : ease;
backface-visibility : visible;
background : 0;
background-attachment : scroll;
background-clip : border-box;
background-color : transparent;
background-image : none;
background-origin : padding-box;
background-position : 0 0;
background-position-x : 0;
background-position-y : 0;
background-repeat : repeat;
background-size : auto auto;
border : 0;
border-style : none;
border-width : medium;
border-color : inherit;
border-bottom : 0;
border-bottom-color : inherit;
border-bottom-left-radius : 0;
border-bottom-right-radius : 0;
border-bottom-style : none;
border-bottom-width : medium;
border-collapse : separate;
border-image : none;
border-left : 0;
border-left-color : inherit;
border-left-style : none;
border-left-width : medium;
border-radius : 0;
border-right : 0;
border-right-color : inherit;
border-right-style : none;
border-right-width : medium;
border-spacing : 0;
border-top : 0;
border-top-color : inherit;
border-top-left-radius : 0;
border-top-right-radius : 0;
border-top-style : none;
border-top-width : medium;
bottom : auto;
box-shadow : none;
box-sizing : content-box;
caption-side : top;
clear : none;
clip : auto;
color : inherit;
columns : auto;
column-count : auto;
column-fill : balance;
column-gap : normal;
column-rule : medium none currentColor;
column-rule-color : currentColor;
column-rule-style : none;
column-rule-width : none;
column-span : 1;
column-width : auto;
content : normal;
counter-increment : none;
counter-reset : none;
cursor : auto;
direction : ltr;
display : inline;
empty-cells : show;
float : none;
font : normal;
font-family : inherit;
font-size : medium;
font-style : normal;
font-variant : normal;
font-weight : normal;
height : auto;
hyphens : none;
left : auto;
letter-spacing : normal;
line-height : normal;
list-style : none;
list-style-image : none;
list-style-position : outside;
list-style-type : disc;
margin : 0;
margin-bottom : 0;
margin-left : 0;
margin-right : 0;
margin-top : 0;
max-height : none;
max-width : none;
min-height : 0;
min-width : 0;
opacity : 1;
orphans : 0;
outline : 0;
outline-color : invert;
outline-style : none;
outline-width : medium;
overflow : visible;
overflow-x : visible;
overflow-y : visible;
padding : 0;
padding-bottom : 0;
padding-left : 0;
padding-right : 0;
padding-top : 0;
page-break-after : auto;
page-break-before : auto;
page-break-inside : auto;
perspective : none;
perspective-origin : 50% 50%;
position : static;
/* May need to alter quotes for different locales (e.g fr) */
quotes : '\201C' '\201D' '\2018' '\2019';
right : auto;
tab-size : 8;
table-layout : auto;
text-align : inherit;
text-align-last : auto;
text-decoration : none;
text-decoration-color : inherit;
text-decoration-line : none;
text-decoration-style : solid;
text-indent : 0;
text-shadow : none;
text-transform : none;
top : auto;
transform : none;
transform-style : flat;
transition : none;
transition-delay : 0s;
transition-duration : 0s;
transition-property : none;
transition-timing-function : ease;
unicode-bidi : normal;
vertical-align : baseline;
visibility : visible;
white-space : normal;
widows : 0;
width : auto;
word-spacing : normal;
z-index : auto;
/* basic modern patch */
all: initial;
all: unset;
} | assets/css/admin.css | @import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Montserrat|Source+Sans+Pro');
html, body {
height: 100%;
}
body {
margin: 0;
padding: 0;
font-family: 'Montserrat', sans-serif;
transition: 0.3s;
background: #F5F6F8;
overflow: hidden;
}
aside {
position: fixed;
height: 100%;
width: 300px;
background-image: linear-gradient(to bottom, #5bc0be, #47a3b1, #3f879e, #3d6b86, #3a506b);
color: #fff;
box-shadow: 6px 0 18px rgba(0, 0, 0, 0.4);
z-index: 999;
}
aside .company {
padding: 15px 30px;
border-bottom: 1px solid #fff;
}
aside .company h3 {
margin: 0;
word-wrap: break-word;
font-family: 'Source Sans Pro', sans-serif;
text-transform: uppercase;
font-size: 1em;
}
aside .profile {
padding: 30px;
display: flex;
}
aside .profile .circle {
position: relative;
height: 50px;
width: 50px;
border-radius: 50%;
background: black;
margin-right: 10px;
overflow: hidden;
}
aside .profile .circle img {
height: 100%;
}
aside .profile .profile-name * {
margin: 5px 0;
}
aside .profile .profile-name p:last-child {
font-size: 12px;
}
aside ul {
list-style: none;
padding: 0 30px;
margin: 0;
}
aside ul li a {
display: flex;
align-items: center;
text-decoration: none;
color: #fff;
padding: 5px 0;
}
aside ul li a:hover {
color: rgba(18,23,38, 0.3);
}
aside ul li i {
margin-right: 10px;
}
.white-space {
position: relative;
height: 71px;
width: 100%;
background: #fff;
border-bottom: 0.5px solid #eaeaea;
}
.content {
position: absolute;
width: calc(100% - 300px);
height: calc(100% - 71px);
right: 0;
}
/* CONTENT */
.content {
padding: 30px;
box-sizing: border-box;
display: flex;
justify-content: space-between;
}
/* ADMIN */
.db-tables {
height: 100%;
width: 225px;
padding: 10px 25px;
background: #fff;
box-shadow: 0 10px 20px rgba(0,0,0,.25);
font-family: 'Source Sans Pro', sans-serif;
box-sizing: border-box;
}
.db-tables h3 {
font-weight: bold;
}
.table-list {
display: flex;
flex-direction: column;
}
.table-list button {
padding: 10px 20px;
border: none;
background: #fff;
cursor: pointer;
text-align: left;
}
.table-list button:nth-child(odd) {
background: rgba(219,223,228, .6);
}
.table-list button:focus {
outline: 0;
}
.selected-table {
position: relative;
height: 100%;
width: calc(100% - 255px);
padding: 10px 25px;
background: #fff;
box-shadow: 0 10px 20px rgba(0,0,0,.25);
font-family: 'Source Sans Pro', sans-serif;
box-sizing: border-box;
overflow-y: auto;
}
.loader {
position: absolute;
top: 37%;
left: 39%;
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #5BC0BE;
width: 120px;
height: 120px;
-webkit-animation: spin 2s linear infinite; /* Safari */
animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.selected-table table {
min-width: 100%;
text-align: left;
border-collapse: collapse;
display: inline-block;
margin-right: 25px;
font-size: 14px;
}
.selected-table table thead tr th {
border: 1px solid #E5E5E5;
padding: 10px 20px;
}
.selected-table table tbody:before {
content: "-";
display: block;
line-height: 1em;
color: transparent;
}
.selected-table table tbody tr:nth-child(even) {
background: rgba(219,223,228, .6);
}
.selected-table table tbody tr:first-child {
background: transparent;
}
.selected-table table tbody tr:first-child td:first-child {
border-top: 1px solid #E5E5E5;
border-left: 1px solid #E5E5E5;
border-right: 1px solid #E5E5E5;
border-bottom: 2px solid rgba(219,223,228, .6);
}
.selected-table table tbody tr td {
padding: 10px 20px;
}
.selected-table tbody tr:first-child td {
padding: 0;
}
.selected-table tbody .table-text-search {
box-sizing: border-box;
width: 100%;
padding: 10px;
border: 1px solid #E5E5E5;
}
.selected-table tbody .table-text-search:focus {
outline: none;
}
.selected-table tr td:first-child {
min-width: 40px;
}
#filter i {
font-size: 18px;
text-decoration: none;
color: rgba(58,80,107,.8);
}
.reset-this {
animation : none;
animation-delay : 0;
animation-direction : normal;
animation-duration : 0;
animation-fill-mode : none;
animation-iteration-count : 1;
animation-name : none;
animation-play-state : running;
animation-timing-function : ease;
backface-visibility : visible;
background : 0;
background-attachment : scroll;
background-clip : border-box;
background-color : transparent;
background-image : none;
background-origin : padding-box;
background-position : 0 0;
background-position-x : 0;
background-position-y : 0;
background-repeat : repeat;
background-size : auto auto;
border : 0;
border-style : none;
border-width : medium;
border-color : inherit;
border-bottom : 0;
border-bottom-color : inherit;
border-bottom-left-radius : 0;
border-bottom-right-radius : 0;
border-bottom-style : none;
border-bottom-width : medium;
border-collapse : separate;
border-image : none;
border-left : 0;
border-left-color : inherit;
border-left-style : none;
border-left-width : medium;
border-radius : 0;
border-right : 0;
border-right-color : inherit;
border-right-style : none;
border-right-width : medium;
border-spacing : 0;
border-top : 0;
border-top-color : inherit;
border-top-left-radius : 0;
border-top-right-radius : 0;
border-top-style : none;
border-top-width : medium;
bottom : auto;
box-shadow : none;
box-sizing : content-box;
caption-side : top;
clear : none;
clip : auto;
color : inherit;
columns : auto;
column-count : auto;
column-fill : balance;
column-gap : normal;
column-rule : medium none currentColor;
column-rule-color : currentColor;
column-rule-style : none;
column-rule-width : none;
column-span : 1;
column-width : auto;
content : normal;
counter-increment : none;
counter-reset : none;
cursor : auto;
direction : ltr;
display : inline;
empty-cells : show;
float : none;
font : normal;
font-family : inherit;
font-size : medium;
font-style : normal;
font-variant : normal;
font-weight : normal;
height : auto;
hyphens : none;
left : auto;
letter-spacing : normal;
line-height : normal;
list-style : none;
list-style-image : none;
list-style-position : outside;
list-style-type : disc;
margin : 0;
margin-bottom : 0;
margin-left : 0;
margin-right : 0;
margin-top : 0;
max-height : none;
max-width : none;
min-height : 0;
min-width : 0;
opacity : 1;
orphans : 0;
outline : 0;
outline-color : invert;
outline-style : none;
outline-width : medium;
overflow : visible;
overflow-x : visible;
overflow-y : visible;
padding : 0;
padding-bottom : 0;
padding-left : 0;
padding-right : 0;
padding-top : 0;
page-break-after : auto;
page-break-before : auto;
page-break-inside : auto;
perspective : none;
perspective-origin : 50% 50%;
position : static;
/* May need to alter quotes for different locales (e.g fr) */
quotes : '\201C' '\201D' '\2018' '\2019';
right : auto;
tab-size : 8;
table-layout : auto;
text-align : inherit;
text-align-last : auto;
text-decoration : none;
text-decoration-color : inherit;
text-decoration-line : none;
text-decoration-style : solid;
text-indent : 0;
text-shadow : none;
text-transform : none;
top : auto;
transform : none;
transform-style : flat;
transition : none;
transition-delay : 0s;
transition-duration : 0s;
transition-property : none;
transition-timing-function : ease;
unicode-bidi : normal;
vertical-align : baseline;
visibility : visible;
white-space : normal;
widows : 0;
width : auto;
word-spacing : normal;
z-index : auto;
/* basic modern patch */
all: initial;
all: unset;
} | 0.490724 | 0.071106 |
.widget {
border-radius: 0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 12px 17px;
color: #f8f8f8;
background: rgba(51, 51, 51, 0.425);
position: relative;
}
.widget.normal {
height: 220px;
}
.widget.large {
height: 315px;
}
.widget.large .body {
height: 280px;
}
.widget.xlarge {
height: 415px;
}
.widget.xlarge .body {
height: 380px;
}
.widget.tiny {
height: 188px;
}
.widget.tiny-x2 {
height: 426px;
}
.widget.transparent {
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.widget>header {
position: relative;
background: none;
color: white;
text-align: center;
}
.widget>header h1,
.widget>header h2,
.widget>header h3,
.widget>header h4,
.widget>header h5 {
margin: 0;
line-height: 20px;
color: inherit;
}
.widget>header h1 small,
.widget>header h2 small,
.widget>header h3 small,
.widget>header h4 small,
.widget>header h5 small {
text-transform: lowercase;
color: #d2d2d2;
}
.widget .body {
margin-top: 10px;
}
.widget.body {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
.widget>footer {
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 15px 0 0;
}
.widget .actions {
position: absolute;
right: 0;
top: 0;
}
.widget .actions a {
text-decoration: none;
}
.widget .widget-table-overflow {
margin: 0 -17px -12px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.widget .widget-table-overflow .table>thead>tr>th:first-child,
.widget .widget-table-overflow .table>thead>tr>td:first-child,
.widget .widget-table-overflow .table>tbody>tr>th:first-child,
.widget .widget-table-overflow .table>tbody>tr>td:first-child,
.widget .widget-table-overflow .table>tfoot>tr>th:first-child,
.widget .widget-table-overflow .table>tfoot>tr>td:first-child {
padding-left: 17px;
}
.widget .widget-table-overflow .table>thead>tr>th:last-child,
.widget .widget-table-overflow .table>thead>tr>td:last-child,
.widget .widget-table-overflow .table>tbody>tr>th:last-child,
.widget .widget-table-overflow .table>tbody>tr>td:last-child,
.widget .widget-table-overflow .table>tfoot>tr>th:last-child,
.widget .widget-table-overflow .table>tfoot>tr>td:last-child {
padding-right: 17px;
}
.widget-controls {
position: absolute;
z-index: 1;
top: 0;
right: 0;
font-size: 12px;
word-spacing: 1px;
}
.widget-controls.left {
left: 0;
right: auto;
}
.widget-controls>a,
.widget-controls>span {
padding: 1px 4px;
border-radius: 4px;
color: rgba(255, 255, 255, 0.45);
-webkit-transition: color 0.15s ease-in-out;
-o-transition: color 0.15s ease-in-out;
transition: color 0.15s ease-in-out;
}
.widget-controls>a>.fa,
.widget-controls>span>.fa {
vertical-align: middle;
}
.widget-controls>a>.glyphicon,
.widget-controls>span>.glyphicon {
vertical-align: -1px;
}
.widget-controls>a:hover {
color: rgba(255, 255, 255, 0.6);
}
.widget-controls .fa-refresh {
position: relative;
top: -1px;
}
.input-group-addon {
padding: 5px 12px;
font-size: 1.2rem;
height: 2.5rem;
font-weight: normal;
line-height: 1;
color: #ccc;
text-align: center;
background-color: rgba(51, 51, 51, 0.3);
border: 1px solid transparent;
border-radius: 3px;
}
.input-group {
margin-bottom: 0px;
flex-wrap: nowrap !important;
}
.form-group label {
margin-top: 15px;
}
.form-group {
margin-bottom: 15px;
font-family: 'Open Sans';
font-weight: 600;
font-size: .8rem;
}
/****************************************/
/** SINGLE WIDGET **/
/****************************************/
.single-widget-container {
width: 100%;
scroll-behavior: auto;
}
@media only screen and (max-width: 348px) {
.single-widget-container {
padding-left: 5px;
padding-right: 5px;
}
}
.single-widget-container .widget {
margin: auto;
}
.single-widget-container .widget-404-search {
margin-top: 0;
}
.single-widget-container .widget-404-search .search-field {
width: 285px;
}
.single-widget-container.error-page {
margin-top: -170px;
} | public/assets/app/css/widget.css | .widget {
border-radius: 0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 12px 17px;
color: #f8f8f8;
background: rgba(51, 51, 51, 0.425);
position: relative;
}
.widget.normal {
height: 220px;
}
.widget.large {
height: 315px;
}
.widget.large .body {
height: 280px;
}
.widget.xlarge {
height: 415px;
}
.widget.xlarge .body {
height: 380px;
}
.widget.tiny {
height: 188px;
}
.widget.tiny-x2 {
height: 426px;
}
.widget.transparent {
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.widget>header {
position: relative;
background: none;
color: white;
text-align: center;
}
.widget>header h1,
.widget>header h2,
.widget>header h3,
.widget>header h4,
.widget>header h5 {
margin: 0;
line-height: 20px;
color: inherit;
}
.widget>header h1 small,
.widget>header h2 small,
.widget>header h3 small,
.widget>header h4 small,
.widget>header h5 small {
text-transform: lowercase;
color: #d2d2d2;
}
.widget .body {
margin-top: 10px;
}
.widget.body {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
.widget>footer {
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 15px 0 0;
}
.widget .actions {
position: absolute;
right: 0;
top: 0;
}
.widget .actions a {
text-decoration: none;
}
.widget .widget-table-overflow {
margin: 0 -17px -12px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.widget .widget-table-overflow .table>thead>tr>th:first-child,
.widget .widget-table-overflow .table>thead>tr>td:first-child,
.widget .widget-table-overflow .table>tbody>tr>th:first-child,
.widget .widget-table-overflow .table>tbody>tr>td:first-child,
.widget .widget-table-overflow .table>tfoot>tr>th:first-child,
.widget .widget-table-overflow .table>tfoot>tr>td:first-child {
padding-left: 17px;
}
.widget .widget-table-overflow .table>thead>tr>th:last-child,
.widget .widget-table-overflow .table>thead>tr>td:last-child,
.widget .widget-table-overflow .table>tbody>tr>th:last-child,
.widget .widget-table-overflow .table>tbody>tr>td:last-child,
.widget .widget-table-overflow .table>tfoot>tr>th:last-child,
.widget .widget-table-overflow .table>tfoot>tr>td:last-child {
padding-right: 17px;
}
.widget-controls {
position: absolute;
z-index: 1;
top: 0;
right: 0;
font-size: 12px;
word-spacing: 1px;
}
.widget-controls.left {
left: 0;
right: auto;
}
.widget-controls>a,
.widget-controls>span {
padding: 1px 4px;
border-radius: 4px;
color: rgba(255, 255, 255, 0.45);
-webkit-transition: color 0.15s ease-in-out;
-o-transition: color 0.15s ease-in-out;
transition: color 0.15s ease-in-out;
}
.widget-controls>a>.fa,
.widget-controls>span>.fa {
vertical-align: middle;
}
.widget-controls>a>.glyphicon,
.widget-controls>span>.glyphicon {
vertical-align: -1px;
}
.widget-controls>a:hover {
color: rgba(255, 255, 255, 0.6);
}
.widget-controls .fa-refresh {
position: relative;
top: -1px;
}
.input-group-addon {
padding: 5px 12px;
font-size: 1.2rem;
height: 2.5rem;
font-weight: normal;
line-height: 1;
color: #ccc;
text-align: center;
background-color: rgba(51, 51, 51, 0.3);
border: 1px solid transparent;
border-radius: 3px;
}
.input-group {
margin-bottom: 0px;
flex-wrap: nowrap !important;
}
.form-group label {
margin-top: 15px;
}
.form-group {
margin-bottom: 15px;
font-family: 'Open Sans';
font-weight: 600;
font-size: .8rem;
}
/****************************************/
/** SINGLE WIDGET **/
/****************************************/
.single-widget-container {
width: 100%;
scroll-behavior: auto;
}
@media only screen and (max-width: 348px) {
.single-widget-container {
padding-left: 5px;
padding-right: 5px;
}
}
.single-widget-container .widget {
margin: auto;
}
.single-widget-container .widget-404-search {
margin-top: 0;
}
.single-widget-container .widget-404-search .search-field {
width: 285px;
}
.single-widget-container.error-page {
margin-top: -170px;
} | 0.469034 | 0.101634 |
html, body {
margin: 0;
}
header{
background-color: black;
height: 60px;
width: 100%;
position: fixed;
z-index: 10;
}
#logo{
width: 46px;
position: absolute;
top: 10px;
margin-left: 5%;
}
#menu{
float: right;
margin-right: 5%;
list-style: none;
margin-top: 0px;
}
a{
text-decoration: none;
color: #daa520;
}
li{
float: left;
padding: 20px 10px 20px 10px;
}
li:hover{
background-color: rgb(185, 176, 176);
}
#imagem_fundo {
background: url("gavel-3577254_1920\ \(1\).jpg");
background-size: cover;
background-attachment: fixed;
height: 100%;
text-align: center;
}
#titulo {
color:rgb(255, 254, 254);
padding-top: 10%;
font-size: 50px;
padding-top: 10%;
padding-left: 20%;
padding-right:20%;
text-shadow: 1px 1px 2px black, -1px 1px 3px rgb(107, 106, 106), 1px -1px 3px grey, -1px -1px 3px rgb(107, 106, 106);
}
#subtitulo{
color: white;
font-size: 30px;
padding-left: 20%;
padding-right: 20%;
padding-top: 50px;
text-shadow: 1px 1px 2px black;
}
#acao{
border: 3px black solid;
padding: 10px 10px 10px 10px;
text-decoration: none;
color: black ;
border-radius: 10px;
}
.Icone{
width: 150px;
}
.coluna{
float: left;
padding: 0 5%;
position: relative;
text-align: center;
}
.dois{
width: 40%;
}
.quatro{
width: 15%;
}
.tres{
width: 29%;
padding: 0 2%;
}
.espaco{
padding-bottom: 20px;
}
.espacomenu{
padding-top: 5%;
}
section{
padding: 20px;
float: left;
}
.destaque{
background-color: rgb(206, 206, 206);
}
.imgeco{
width: 100%;
height: relative;
}
.justificado{
text-align: justify;
}
.centralizado{
text-align: center;
}
footer{
background-color: black;
float: left;
width: 100%;
color: white;
}
@media all and (max-width: 768px){
#menu{
visibility: hidden;
}
.coluna, .dois, .tres, .quatro{
display: block;
width: 80%;
padding: 0;
margin: 10px auto;
float: none;
text-align: center;
}
#logodiv{
position: relative;
width: 100%;
margin-left: 0px;
text-align: center;
}
#logo{
transform: translateX(-50%);
}
#imagem_fundo{
background-position: center;
background-repeat: no-repeat;
}
#titulo{
padding-top: 25%;
}
} | estilo.css | html, body {
margin: 0;
}
header{
background-color: black;
height: 60px;
width: 100%;
position: fixed;
z-index: 10;
}
#logo{
width: 46px;
position: absolute;
top: 10px;
margin-left: 5%;
}
#menu{
float: right;
margin-right: 5%;
list-style: none;
margin-top: 0px;
}
a{
text-decoration: none;
color: #daa520;
}
li{
float: left;
padding: 20px 10px 20px 10px;
}
li:hover{
background-color: rgb(185, 176, 176);
}
#imagem_fundo {
background: url("gavel-3577254_1920\ \(1\).jpg");
background-size: cover;
background-attachment: fixed;
height: 100%;
text-align: center;
}
#titulo {
color:rgb(255, 254, 254);
padding-top: 10%;
font-size: 50px;
padding-top: 10%;
padding-left: 20%;
padding-right:20%;
text-shadow: 1px 1px 2px black, -1px 1px 3px rgb(107, 106, 106), 1px -1px 3px grey, -1px -1px 3px rgb(107, 106, 106);
}
#subtitulo{
color: white;
font-size: 30px;
padding-left: 20%;
padding-right: 20%;
padding-top: 50px;
text-shadow: 1px 1px 2px black;
}
#acao{
border: 3px black solid;
padding: 10px 10px 10px 10px;
text-decoration: none;
color: black ;
border-radius: 10px;
}
.Icone{
width: 150px;
}
.coluna{
float: left;
padding: 0 5%;
position: relative;
text-align: center;
}
.dois{
width: 40%;
}
.quatro{
width: 15%;
}
.tres{
width: 29%;
padding: 0 2%;
}
.espaco{
padding-bottom: 20px;
}
.espacomenu{
padding-top: 5%;
}
section{
padding: 20px;
float: left;
}
.destaque{
background-color: rgb(206, 206, 206);
}
.imgeco{
width: 100%;
height: relative;
}
.justificado{
text-align: justify;
}
.centralizado{
text-align: center;
}
footer{
background-color: black;
float: left;
width: 100%;
color: white;
}
@media all and (max-width: 768px){
#menu{
visibility: hidden;
}
.coluna, .dois, .tres, .quatro{
display: block;
width: 80%;
padding: 0;
margin: 10px auto;
float: none;
text-align: center;
}
#logodiv{
position: relative;
width: 100%;
margin-left: 0px;
text-align: center;
}
#logo{
transform: translateX(-50%);
}
#imagem_fundo{
background-position: center;
background-repeat: no-repeat;
}
#titulo{
padding-top: 25%;
}
} | 0.330147 | 0.089137 |
.Header {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 20;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
width: 100%;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
}
.Header.-progress {
background-color: var(--black);
color: var(--assort-color);
}
.Header.-fadeOut {
animation: fade-out-header-animation 1.5s ease 1 normal 0s forwards;
}
.Header__forkMeOnGitHub > a {
position: absolute;
top: 60px;
right: -60px;
width: 280px;
padding: 5px 40px;
background-color: #222;
font-family: arial, sans-serif;
font-size: 1rem;
font-weight: bold;
color: #d1d1d1;
line-height: 2rem;
text-align: center;
text-decoration: none;
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
transform: rotate(45deg);
transition: 0.6s;
}
.Header__forkMeOnGitHub > a:hover {
background-color: #6d6d6d;
color: #d1d1d1;
text-decoration: none;
}
.Header__forkMeOnGitHub > a::before,
.Header__forkMeOnGitHub > a::after {
content: "";
position: absolute;
top: 1px;
left: 0;
display: block;
width: 100%;
height: 1px;
background-color: #d1d1d1;
}
.Header__forkMeOnGitHub > a::after {
top: auto;
bottom: 1px;
}
@keyframes fade-out-header-animation {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.Header > div {
margin-top: -120px;
}
.Header__logo {
/* for animation */
position: relative;
z-index: 1;
margin: 0 auto;
/* size of logo */
width: 200px;
height: 100px;
font-size: 36px;
text-align: center;
/* Wait for completing layout */
/* opacity:0; */
}
.Header.-fadeIn .Header__logo {
animation: fade-in-header-animation 1.5s ease-in 1 normal 0s forwards;
}
@keyframes fade-in-header-animation {
0% {
opacity: 0.25;
}
100% {
opacity: 1;
}
}
.Header__logo > img {
position: absolute;
top: 0;
left: 0;
z-index: 2;
}
.Header__logo > img:not(:first-child) {
opacity: 0;
}
.Header.-fadeOut .Header__logo > img:nth-of-type(1) {
animation: logo-move-left 3s linear 1 normal 0s forwards;
}
.Header.-fadeOut .Header__logo > img:nth-of-type(2) {
animation: logo-move-left 3s linear 1 normal 0.125s forwards;
}
.Header.-fadeOut .Header__logo > img:nth-of-type(3) {
animation: logo-move-left 3s linear 1 normal 0.25s forwards;
}
.Header.-fadeOut .Header__logo > img:nth-of-type(4) {
animation: logo-move-right 3s linear 1 normal 0s forwards;
}
.Header.-fadeOut .Header__logo > img:nth-of-type(5) {
animation: logo-move-right 3s linear 1 normal 0.125s forwards;
}
..Header.-fadeOut .Header__logo > img:nth-of-type(6) {
animation: logo-move-right 3s linear 1 normal 0.25s forwards;
}
@keyframes logo-move-left {
0% {
opacity: 0.5;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(-12000px);
}
}
@keyframes logo-move-right {
0% {
opacity: 0.5;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(12000px);
}
}
.Header__intro {
margin: 12px auto 24px auto;
width: 950px;
font-family: "Alike", serif;
font-size: 18px;
color: var(--assort-color);
text-align: left !important;
text-shadow: -1px -1px 1px var(--black);
}
.Header__intro > span {
/* for animation */
display: block;
}
.Header.-fadeOut .Header__intro > .Header__moveLeft {
animation: line-left-animation 1s ease-out 1 normal 0s;
}
.Header.-fadeOut .Header__intro > .Header__moveRight {
animation: line-right-animation 1s ease-out 1 normal 0s;
}
.Header__intro > span > strong {
font-weight: normal;
}
@keyframes line-right-animation {
0% {
transform: translateX(0);
}
100% {
transform: translateX(2500px);
}
}
@keyframes line-left-animation {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-2500px);
}
}
.Header__startButton {
/* Wait for loading one-shot audio */
/* opacity:0; */
text-align: center;
}
.Header__startButton > button {
display: block;
margin: 0 auto;
width: 136px;
height: 50px;
text-indent: 136px;
white-space: nowrap;
overflow: hidden;
/* for Retina Display */
background-size: 136px 150px;
/* CSS Sprite */
background-image: url(/assets/images/button-start-application.png);
background-position: left top;
background-repeat: no-repeat;
}
.Header__startButton > button:hover {
background-position: left center;
}
.Header__startButton > button:active {
background-position: left bottom;
}
.Header__startButton > button:focus {
background-position: left bottom;
} | src/components/standalones/Header/Header.css | .Header {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 20;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
width: 100%;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
}
.Header.-progress {
background-color: var(--black);
color: var(--assort-color);
}
.Header.-fadeOut {
animation: fade-out-header-animation 1.5s ease 1 normal 0s forwards;
}
.Header__forkMeOnGitHub > a {
position: absolute;
top: 60px;
right: -60px;
width: 280px;
padding: 5px 40px;
background-color: #222;
font-family: arial, sans-serif;
font-size: 1rem;
font-weight: bold;
color: #d1d1d1;
line-height: 2rem;
text-align: center;
text-decoration: none;
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
transform: rotate(45deg);
transition: 0.6s;
}
.Header__forkMeOnGitHub > a:hover {
background-color: #6d6d6d;
color: #d1d1d1;
text-decoration: none;
}
.Header__forkMeOnGitHub > a::before,
.Header__forkMeOnGitHub > a::after {
content: "";
position: absolute;
top: 1px;
left: 0;
display: block;
width: 100%;
height: 1px;
background-color: #d1d1d1;
}
.Header__forkMeOnGitHub > a::after {
top: auto;
bottom: 1px;
}
@keyframes fade-out-header-animation {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.Header > div {
margin-top: -120px;
}
.Header__logo {
/* for animation */
position: relative;
z-index: 1;
margin: 0 auto;
/* size of logo */
width: 200px;
height: 100px;
font-size: 36px;
text-align: center;
/* Wait for completing layout */
/* opacity:0; */
}
.Header.-fadeIn .Header__logo {
animation: fade-in-header-animation 1.5s ease-in 1 normal 0s forwards;
}
@keyframes fade-in-header-animation {
0% {
opacity: 0.25;
}
100% {
opacity: 1;
}
}
.Header__logo > img {
position: absolute;
top: 0;
left: 0;
z-index: 2;
}
.Header__logo > img:not(:first-child) {
opacity: 0;
}
.Header.-fadeOut .Header__logo > img:nth-of-type(1) {
animation: logo-move-left 3s linear 1 normal 0s forwards;
}
.Header.-fadeOut .Header__logo > img:nth-of-type(2) {
animation: logo-move-left 3s linear 1 normal 0.125s forwards;
}
.Header.-fadeOut .Header__logo > img:nth-of-type(3) {
animation: logo-move-left 3s linear 1 normal 0.25s forwards;
}
.Header.-fadeOut .Header__logo > img:nth-of-type(4) {
animation: logo-move-right 3s linear 1 normal 0s forwards;
}
.Header.-fadeOut .Header__logo > img:nth-of-type(5) {
animation: logo-move-right 3s linear 1 normal 0.125s forwards;
}
..Header.-fadeOut .Header__logo > img:nth-of-type(6) {
animation: logo-move-right 3s linear 1 normal 0.25s forwards;
}
@keyframes logo-move-left {
0% {
opacity: 0.5;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(-12000px);
}
}
@keyframes logo-move-right {
0% {
opacity: 0.5;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(12000px);
}
}
.Header__intro {
margin: 12px auto 24px auto;
width: 950px;
font-family: "Alike", serif;
font-size: 18px;
color: var(--assort-color);
text-align: left !important;
text-shadow: -1px -1px 1px var(--black);
}
.Header__intro > span {
/* for animation */
display: block;
}
.Header.-fadeOut .Header__intro > .Header__moveLeft {
animation: line-left-animation 1s ease-out 1 normal 0s;
}
.Header.-fadeOut .Header__intro > .Header__moveRight {
animation: line-right-animation 1s ease-out 1 normal 0s;
}
.Header__intro > span > strong {
font-weight: normal;
}
@keyframes line-right-animation {
0% {
transform: translateX(0);
}
100% {
transform: translateX(2500px);
}
}
@keyframes line-left-animation {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-2500px);
}
}
.Header__startButton {
/* Wait for loading one-shot audio */
/* opacity:0; */
text-align: center;
}
.Header__startButton > button {
display: block;
margin: 0 auto;
width: 136px;
height: 50px;
text-indent: 136px;
white-space: nowrap;
overflow: hidden;
/* for Retina Display */
background-size: 136px 150px;
/* CSS Sprite */
background-image: url(/assets/images/button-start-application.png);
background-position: left top;
background-repeat: no-repeat;
}
.Header__startButton > button:hover {
background-position: left center;
}
.Header__startButton > button:active {
background-position: left bottom;
}
.Header__startButton > button:focus {
background-position: left bottom;
} | 0.553023 | 0.102844 |
body {
margin: 0;
font-family: 'Poppins', sans-serif;
}
a {
color: #4285F4;
text-decoration: none;
transition: .4s ease-in all;
}
a:hover {
color: #002fff;
text-decoration: none;
}
header {
display: flex;
justify-content: space-between;
padding: 1rem;
max-width: 48rem;
margin: 1rem auto auto auto;
/* box-shadow: 0 -8px 20px 0 rgb(226, 226, 226); */
}
main {
max-width: 48rem;
padding: 1rem;
margin: auto;
}
.warning {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
margin: 1rem 0;
padding: .5rem;
border: 1px solid #ffeeba;
border-radius: .3rem;
background: #fff3cd;
color: #856404;
}
.proprsals {
display: flex;
flex-direction: column;
color: #403de9;
box-shadow: 0 0 1rem 0 #c4c3c3;
border-radius: .2rem;
}
.proposal {
display: grid;
grid-template-columns: 3fr 2fr 1fr;
align-items: center;
padding: 1rem 1rem;
border-radius: .2rem .2rem 0 0;
cursor: pointer;
}
.proposal:hover:not(first-child) {
background: #ececec;
border-radius: 0;
}
.proposal:hover:first-child {
border-radius: .2rem .2rem 0 0;
}
.proposal:hover:last-child {
background: #ececec;
border-radius: 0 0 .2rem .2rem;
}
.proposal:not(:last-child) {
border-bottom: 1px solid #ececec
}
.proposal .title {
margin: 0;
font-weight: 300;
word-break: break-word;
}
.proposal .date, .proposal .stage {
font-weight: 300;
text-align: center;
}
span.red,
span.green,
span.yellow,
span.gray,
span.orange {
display: block;
background: red;
height: 10px;
width: 10px;
border-radius: 50%;
margin: auto;
}
span.green {
background: green;
}
span.yellow {
background: yellow;
}
span.gray {
background: gray;
}
span.orange {
background: #ff7300;
}
.reference {
margin: .7rem 0;
display: flex;
flex-wrap: wrap;
color: #6b6b6b;
position: sticky;
bottom: 0;
left: 0;
background: #fff;
justify-content: center;
padding: .5rem;
}
.reference section:not(:last-child) {
margin-right: 2rem;
}
.reference span.yellow,
.reference span.red,
.reference span.green,
.reference span.gray,
.reference span.orange {
display: inline-block;
margin: 0;
}
#float-window-wrapper {
position: fixed;
top: 0;
left: 0;
bottom: 0;
background: #ffffff;
height: 100vh;
width: 100vw;
overflow: auto;
transition: .4s ease-in all;
}
#float-window {
max-width: 48rem;
margin: auto;
padding: 1rem;
padding-bottom: 2rem;
min-height: 100%;
}
#float-window .close {
padding: .5rem 1.2rem;
border: 1px solid black;
border-radius: .3rem;
display: inline-block;
margin: 1rem 0;
cursor: pointer;
position: -webkit-sticky; /* Safari */
position: sticky;
top: 1rem;
background: #ffffff;
font-weight: bold;
}
#float-window h1 {
font-weight: 400;
}
#float-window .content h1,
#float-window .content h2,
#float-window .content h3,
#float-window .content h4,
#float-window .content h5,
#float-window .content h6 {
font-weight: 300;
border-bottom: 1px solid lightgray;
}
#float-window .content pre {
overflow: auto;
}
#float-window .content a {
color: #403de9;
text-decoration: none;
transition: .4s ease-in all;
}
#float-window .content a:hover {
color: #11c7e7;
}
.hide {
transform: translateX(-150%);
}
.show {
transform: translateX(0%);
}
/* side drawer */
.side-drawer-backdrop-hide {
visibility: hidden;
opacity: 0;
}
.side-drawer-backdrop-show {
visibility: visible;
opacity: 1;
}
#side-drawer-backdrop {
position: fixed;
top: 0;
left: 0;
height: 100vh;
width: 100%;
background: #000000cc;
transition: .4s ease-in all;
}
#side-drawer {
padding: 0 1.5rem;
display: flex;
flex-direction: column;
justify-content: space-evenly;
height: 100vh;
position: fixed;
top: 0;
right: 0;
width: 100%;
max-width: 20rem;
background: #fff;
color: lightgray;
}
#side-drawer > section {
color: #353535;
font-size: .9em;
}
#side-drawer > section h3,
#side-drawer > section p {
margin: .4rem 0 0 0;
font-weight: 300;
}
#side-drawer > section h3 {
margin-bottom: .7rem;
display: inline-block;
font-weight: 400;
border-bottom: 2px solid #353535;
}
#side-drawer .icons {
display: inline-flex;
align-items: center;
justify-content: space-evenly;
font-size: 1.2em;
}
#side-drawer .icons a {
color: inherit;
transition: .4s ease all;
color: lightgray;
}
#side-drawer .icons a:hover {
color: gray;
}
footer {
text-align: center;
margin-top: 2rem;
padding: 3rem 0;
color: #353535;
} | static/assets/app.css | body {
margin: 0;
font-family: 'Poppins', sans-serif;
}
a {
color: #4285F4;
text-decoration: none;
transition: .4s ease-in all;
}
a:hover {
color: #002fff;
text-decoration: none;
}
header {
display: flex;
justify-content: space-between;
padding: 1rem;
max-width: 48rem;
margin: 1rem auto auto auto;
/* box-shadow: 0 -8px 20px 0 rgb(226, 226, 226); */
}
main {
max-width: 48rem;
padding: 1rem;
margin: auto;
}
.warning {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
margin: 1rem 0;
padding: .5rem;
border: 1px solid #ffeeba;
border-radius: .3rem;
background: #fff3cd;
color: #856404;
}
.proprsals {
display: flex;
flex-direction: column;
color: #403de9;
box-shadow: 0 0 1rem 0 #c4c3c3;
border-radius: .2rem;
}
.proposal {
display: grid;
grid-template-columns: 3fr 2fr 1fr;
align-items: center;
padding: 1rem 1rem;
border-radius: .2rem .2rem 0 0;
cursor: pointer;
}
.proposal:hover:not(first-child) {
background: #ececec;
border-radius: 0;
}
.proposal:hover:first-child {
border-radius: .2rem .2rem 0 0;
}
.proposal:hover:last-child {
background: #ececec;
border-radius: 0 0 .2rem .2rem;
}
.proposal:not(:last-child) {
border-bottom: 1px solid #ececec
}
.proposal .title {
margin: 0;
font-weight: 300;
word-break: break-word;
}
.proposal .date, .proposal .stage {
font-weight: 300;
text-align: center;
}
span.red,
span.green,
span.yellow,
span.gray,
span.orange {
display: block;
background: red;
height: 10px;
width: 10px;
border-radius: 50%;
margin: auto;
}
span.green {
background: green;
}
span.yellow {
background: yellow;
}
span.gray {
background: gray;
}
span.orange {
background: #ff7300;
}
.reference {
margin: .7rem 0;
display: flex;
flex-wrap: wrap;
color: #6b6b6b;
position: sticky;
bottom: 0;
left: 0;
background: #fff;
justify-content: center;
padding: .5rem;
}
.reference section:not(:last-child) {
margin-right: 2rem;
}
.reference span.yellow,
.reference span.red,
.reference span.green,
.reference span.gray,
.reference span.orange {
display: inline-block;
margin: 0;
}
#float-window-wrapper {
position: fixed;
top: 0;
left: 0;
bottom: 0;
background: #ffffff;
height: 100vh;
width: 100vw;
overflow: auto;
transition: .4s ease-in all;
}
#float-window {
max-width: 48rem;
margin: auto;
padding: 1rem;
padding-bottom: 2rem;
min-height: 100%;
}
#float-window .close {
padding: .5rem 1.2rem;
border: 1px solid black;
border-radius: .3rem;
display: inline-block;
margin: 1rem 0;
cursor: pointer;
position: -webkit-sticky; /* Safari */
position: sticky;
top: 1rem;
background: #ffffff;
font-weight: bold;
}
#float-window h1 {
font-weight: 400;
}
#float-window .content h1,
#float-window .content h2,
#float-window .content h3,
#float-window .content h4,
#float-window .content h5,
#float-window .content h6 {
font-weight: 300;
border-bottom: 1px solid lightgray;
}
#float-window .content pre {
overflow: auto;
}
#float-window .content a {
color: #403de9;
text-decoration: none;
transition: .4s ease-in all;
}
#float-window .content a:hover {
color: #11c7e7;
}
.hide {
transform: translateX(-150%);
}
.show {
transform: translateX(0%);
}
/* side drawer */
.side-drawer-backdrop-hide {
visibility: hidden;
opacity: 0;
}
.side-drawer-backdrop-show {
visibility: visible;
opacity: 1;
}
#side-drawer-backdrop {
position: fixed;
top: 0;
left: 0;
height: 100vh;
width: 100%;
background: #000000cc;
transition: .4s ease-in all;
}
#side-drawer {
padding: 0 1.5rem;
display: flex;
flex-direction: column;
justify-content: space-evenly;
height: 100vh;
position: fixed;
top: 0;
right: 0;
width: 100%;
max-width: 20rem;
background: #fff;
color: lightgray;
}
#side-drawer > section {
color: #353535;
font-size: .9em;
}
#side-drawer > section h3,
#side-drawer > section p {
margin: .4rem 0 0 0;
font-weight: 300;
}
#side-drawer > section h3 {
margin-bottom: .7rem;
display: inline-block;
font-weight: 400;
border-bottom: 2px solid #353535;
}
#side-drawer .icons {
display: inline-flex;
align-items: center;
justify-content: space-evenly;
font-size: 1.2em;
}
#side-drawer .icons a {
color: inherit;
transition: .4s ease all;
color: lightgray;
}
#side-drawer .icons a:hover {
color: gray;
}
footer {
text-align: center;
margin-top: 2rem;
padding: 3rem 0;
color: #353535;
} | 0.498291 | 0.06486 |
:root {
--box-shadow-color: #9c9c9c;
}
body {
margin: 0;
padding: 0;
font-family: 'Segoe UI';
}
section {
display: flex;
align-items: center;
flex-direction: column;
}
section .searchForm h1 {
display: flex;
justify-content: center;
font-size: 40px;
padding: 0px 0px;
margin: 40px 0px 15px 0px;
font-weight: 500;
}
section .searchForm input[type=search] {
min-width: 400px;
margin: 20px 10px;
padding: 15px 20px;
background-color: #fff;
font-size: 18px;
border: none;
border-radius: 50px;
outline: none;
font-size: 22px;
box-shadow: 2px 2px 8px var(--box-shadow-color);
transition: box-shadow 0.5s;
}
section .searchForm input[type=search]:hover {
box-shadow: 5px 5px 10px var(--box-shadow-color);
}
section .searchForm input[type=search]:focus {
box-shadow: 5px 5px 10px var(--box-shadow-color);
}
section .searchForm input[type=button] {
margin: 0px 20px;
padding: 15px 40px;
background-color: #91ff00;
color: #fff;
border: none;
font-size: 20px;
border-radius: 50px;
box-shadow: 10px 10px 15px #a8a8a8;
transition: box-shadow 0.5s;
outline: none;
}
section .searchForm input[type=button]:hover {
box-shadow: 5px 5px 15px #aaa;
background-color: cyan;
}
section .searchForm input[type=reset] {
margin: 0px 0px;
padding: 15px 40px;
background-color: #f3b786;
color: #fff;
border: none;
font-size: 20px;
border-radius: 50px;
box-shadow: 10px 10px 15px #a8a8a8;
transition: box-shadow 0.5s;
outline: none;
}
section .searchForm input[type=reset]:hover {
box-shadow: 5px 5px 15px #aaa;
background-color: #f1a566;
}
section .searchResult {
visibility: hidden;
display: flex;
justify-content: left;
flex-direction: column;
margin: 10px 400px;
}
section .searchResult div h1 {
font-size: 35px;
}
section .searchResult div p {
font-size: 28px;
} | styles.css | :root {
--box-shadow-color: #9c9c9c;
}
body {
margin: 0;
padding: 0;
font-family: 'Segoe UI';
}
section {
display: flex;
align-items: center;
flex-direction: column;
}
section .searchForm h1 {
display: flex;
justify-content: center;
font-size: 40px;
padding: 0px 0px;
margin: 40px 0px 15px 0px;
font-weight: 500;
}
section .searchForm input[type=search] {
min-width: 400px;
margin: 20px 10px;
padding: 15px 20px;
background-color: #fff;
font-size: 18px;
border: none;
border-radius: 50px;
outline: none;
font-size: 22px;
box-shadow: 2px 2px 8px var(--box-shadow-color);
transition: box-shadow 0.5s;
}
section .searchForm input[type=search]:hover {
box-shadow: 5px 5px 10px var(--box-shadow-color);
}
section .searchForm input[type=search]:focus {
box-shadow: 5px 5px 10px var(--box-shadow-color);
}
section .searchForm input[type=button] {
margin: 0px 20px;
padding: 15px 40px;
background-color: #91ff00;
color: #fff;
border: none;
font-size: 20px;
border-radius: 50px;
box-shadow: 10px 10px 15px #a8a8a8;
transition: box-shadow 0.5s;
outline: none;
}
section .searchForm input[type=button]:hover {
box-shadow: 5px 5px 15px #aaa;
background-color: cyan;
}
section .searchForm input[type=reset] {
margin: 0px 0px;
padding: 15px 40px;
background-color: #f3b786;
color: #fff;
border: none;
font-size: 20px;
border-radius: 50px;
box-shadow: 10px 10px 15px #a8a8a8;
transition: box-shadow 0.5s;
outline: none;
}
section .searchForm input[type=reset]:hover {
box-shadow: 5px 5px 15px #aaa;
background-color: #f1a566;
}
section .searchResult {
visibility: hidden;
display: flex;
justify-content: left;
flex-direction: column;
margin: 10px 400px;
}
section .searchResult div h1 {
font-size: 35px;
}
section .searchResult div p {
font-size: 28px;
} | 0.332635 | 0.129595 |
.main-content ul,
.main-content ol {
padding-left: 1.5em;
}
.main-content li .highlight {
margin-top: 0.25rem;
}
.main-content ol {
list-style-type: none;
counter-reset: step-counter;
}
.main-content ol > li {
position: relative;
}
.main-content ol > li::before {
position: absolute;
top: 0.2em;
left: -1.6em;
color: #959396;
content: counter(step-counter);
counter-increment: step-counter;
font-size: 12px !important;
}
.main-content .task-list {
padding-left: 0;
}
.main-content .task-list-item {
display: flex;
align-items: center;
}
.main-content .task-list-item::before {
content: "";
}
.main-content .task-list-item-checkbox {
margin-right: 0.6em;
}
.main-content hr + * {
margin-top: 0;
}
.main-content h1:first-of-type {
margin-top: 0.5em;
}
.main-content dl {
}
.main-content dt {
font-weight: bold;
}
.main-content dt::after {
content: ":";
}
.main-content dd {
/*margin-bottom: 1rem;*/
font-size: 90%;
}
.main-content .anchor-heading {
position: absolute;
right: -1rem;
width: 1.5rem;
height: 100%;
padding-right: 0.25rem;
padding-left: 0.25rem;
overflow: visible;
}
@media (min-width: 50rem) {
.main-content .anchor-heading {
right: auto;
left: -1.5rem;
}
}
.main-content .anchor-heading svg {
display: inline-block;
width: 100%;
height: 100%;
color: var(--accentcolor);;
visibility: hidden;
}
.main-content .anchor-heading:hover svg,
.main-content h1:hover > .anchor-heading svg,
.main-content h2:hover > .anchor-heading svg,
.main-content h3:hover > .anchor-heading svg,
.main-content h4:hover > .anchor-heading svg,
.main-content h5:hover > .anchor-heading svg,
.main-content h6:hover > .anchor-heading svg {
visibility: visible;
}
.main-content summary {
cursor: pointer;
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
position: relative;
margin-top: 1.5em;
margin-bottom: 0.25em;
}
.main-content h1:first-child,
.main-content h2:first-child,
.main-content h3:first-child,
.main-content h4:first-child,
.main-content h5:first-child,
.main-content h6:first-child {
margin-top: 0.5rem;
}
.main-content h1 + table,
.main-content h1 + .table-wrapper,
.main-content h1 + .code-example,
.main-content h1 + .highlighter-rouge,
.main-content h2 + table,
.main-content h2 + .table-wrapper,
.main-content h2 + .code-example,
.main-content h2 + .highlighter-rouge,
.main-content h3 + table,
.main-content h3 + .table-wrapper,
.main-content h3 + .code-example,
.main-content h3 + .highlighter-rouge,
.main-content h4 + table,
.main-content h4 + .table-wrapper,
.main-content h4 + .code-example,
.main-content h4 + .highlighter-rouge,
.main-content h5 + table,
.main-content h5 + .table-wrapper,
.main-content h5 + .code-example,
.main-content h5 + .highlighter-rouge,
.main-content h6 + table,
.main-content h6 + .table-wrapper,
.main-content h6 + .code-example,
.main-content h6 + .highlighter-rouge {
margin-top: 1em;
}
.main-content h1 + p,
.main-content h2 + p,
.main-content h3 + p,
.main-content h4 + p,
.main-content h5 + p,
.main-content h6 + p {
margin-top: 0;
}
.nav-list {
padding: 0;
margin-top: 0;
margin-bottom: 0;
list-style: none;
}
.nav-list .nav-list-item {
font-size: 14px !important;
position: relative;
margin: 0;
}
@media (min-width: 31.25rem) {
.nav-list .nav-list-item {
font-size: 16px !important;
}
}
@media (min-width: 50rem) {
.nav-list .nav-list-item {
font-size: 12px !important;
}
}
@media (min-width: 50rem) and (min-width: 31.25rem) {
.nav-list .nav-list-item {
font-size: 14px !important;
}
}
.nav-list .nav-list-item .nav-list-link {
display: block;
min-height: 3rem;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
line-height: 2.5rem;
padding-right: 3rem;
padding-left: 1rem;
}
@media (min-width: 50rem) {
.nav-list .nav-list-item .nav-list-link {
min-height: 2rem;
line-height: 1.5rem;
padding-right: 2rem;
padding-left: 2rem;
}
}
.nav-list .nav-list-item .nav-list-link.active {
font-weight: 600;
text-decoration: none;
}
.nav-list .nav-list-item .nav-list-link:hover,
.nav-list .nav-list-item .nav-list-link.active {
background-image: linear-gradient(-90deg, var(--feedbackcolor) 0%, var(--feedbackcolor) 70%, #0000 100%);
}
.nav-list .nav-list-item .nav-list-expander {
position: absolute;
right: 0;
width: 3rem;
height: 3rem;
padding-top: 0.75rem;
padding-right: 0.75rem;
padding-bottom: 0.75rem;
padding-left: 0.75rem;
color: var(--accentcolor);;
}
@media (min-width: 50rem) {
.nav-list .nav-list-item .nav-list-expander {
width: 2rem;
height: 2rem;
padding-top: 0.5rem;
padding-right: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 0.5rem;
}
}
.nav-list .nav-list-item .nav-list-expander:hover {
background-image: linear-gradient(-90deg, var(--feedbackcolor) 0%, var(--feedbackcolor) 100%);
}
.nav-list .nav-list-item .nav-list-expander svg {
transform: rotate(90deg);
}
.nav-list .nav-list-item > .nav-list {
display: none;
padding-left: 0.75rem;
list-style: none;
}
.nav-list .nav-list-item > .nav-list .nav-list-item {
position: relative;
}
.nav-list .nav-list-item > .nav-list .nav-list-item .nav-list-link {
color: #5c5962;
}
.nav-list .nav-list-item > .nav-list .nav-list-item .nav-list-expander {
color: #5c5962;
}
.nav-list .nav-list-item.active > .nav-list-expander svg {
transform: rotate(-90deg);
}
.nav-list .nav-list-item.active > .nav-list {
display: block;
}
.nav-category {
padding-top: 0.5rem;
padding-right: 1rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
font-weight: 600;
text-align: end;
text-transform: uppercase;
border-bottom: 1px solid var(--bordercolor);
font-size: 11px !important;
}
@media (min-width: 31.25rem) {
.nav-category {
font-size: 12px !important;
}
}
@media (min-width: 50rem) {
.nav-category {
padding-right: 2rem;
padding-left: 2rem;
margin-top: 1rem;
text-align: start;
}
.nav-category:first-child {
margin-top: 0;
}
}
.aux-nav {
height: 100%;
overflow-x: auto;
font-size: 11px !important;
}
@media (min-width: 31.25rem) {
.aux-nav {
font-size: 12px !important;
}
}
.aux-nav .aux-nav-list {
display: flex;
height: 100%;
padding: 0;
margin: 0;
list-style: none;
}
.aux-nav .aux-nav-list-item {
display: inline-block;
height: 100%;
padding: 0;
margin: 0;
}
@media (min-width: 50rem) {
.aux-nav {
padding-right: 1rem;
}
}
@media (min-width: 50rem) {
.breadcrumb-nav {
margin-top: -1rem;
}
}
.breadcrumb-nav-list {
padding-left: 0;
margin-bottom: 0.75rem;
list-style: none;
}
.breadcrumb-nav-list-item {
display: table-cell;
font-size: 11px !important;
}
@media (min-width: 31.25rem) {
.breadcrumb-nav-list-item {
font-size: 12px !important;
}
}
.breadcrumb-nav-list-item::before {
display: none;
}
.breadcrumb-nav-list-item::after {
display: inline-block;
margin-right: 0.5rem;
margin-left: 0.5rem;
color: #959396;
content: "/";
}
.breadcrumb-nav-list-item:last-child::after {
content: "";
}
h1,
.text-alpha {
font-size: 32px !important;
line-height: 1.25;
font-weight: 300;
}
@media (min-width: 31.25rem) {
h1,
.text-alpha {
font-size: 36px !important;
}
}
h2,
.text-beta {
font-size: 18px !important;
}
@media (min-width: 31.25rem) {
h2,
.text-beta {
font-size: 24px !important;
line-height: 1.25;
}
}
h3,
.text-gamma {
font-size: 16px !important;
}
@media (min-width: 31.25rem) {
h3,
.text-gamma {
font-size: 18px !important;
}
}
h4,
.text-delta {
font-size: 11px !important;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.1em;
}
@media (min-width: 31.25rem) {
h4,
.text-delta {
font-size: 12px !important;
}
}
h4 code {
text-transform: none;
}
h5,
.text-epsilon {
font-size: 12px !important;
color: #44434d;
}
@media (min-width: 31.25rem) {
h5,
.text-epsilon {
font-size: 14px !important;
}
}
h6,
.text-zeta {
font-size: 11px !important;
color: #44434d;
}
@media (min-width: 31.25rem) {
h6,
.text-zeta {
font-size: 12px !important;
}
}
.text-small {
font-size: 11px !important;
}
@media (min-width: 31.25rem) {
.text-small {
font-size: 12px !important;
}
}
.text-mono {
font-family: "SFMono-Regular", Menlo, Consolas, Monospace !important;
}
.text-left {
text-align: left !important;
}
.text-center {
text-align: center !important;
}
.text-right {
text-align: right !important;
}
.label,
.label-blue {
display: inline-block;
padding-top: 0.16em;
padding-right: 0.56em;
padding-bottom: 0.16em;
padding-left: 0.56em;
margin-right: 0.5rem;
margin-left: 0.5rem;
color: var(--basecolor);;
text-transform: uppercase;
vertical-align: middle;
background-color: #2869e6;
font-size: 11px !important;
border-radius: 12px;
}
@media (min-width: 31.25rem) {
.label,
.label-blue {
font-size: 12px !important;
}
}
.label-green {
background-color: #009c7b;
}
.label-purple {
background-color: #5e41d0;
}
.label-red {
background-color: #e94c4c;
}
.label-yellow {
color: #44434d;
background-color: #f7d12e;
}
.btn {
display: inline-block;
box-sizing: border-box;
padding-top: 0.3em;
padding-right: 1em;
padding-bottom: 0.3em;
padding-left: 1em;
margin: 0;
font-family: inherit;
font-size: inherit;
font-weight: 500;
line-height: 1.5;
color: var(--accentcolor);;
text-decoration: none;
vertical-align: baseline;
cursor: pointer;
background-color: #f7f7f7;
border-width: 0;
border-radius: 4px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
appearance: none;
}
.btn:focus {
text-decoration: none;
outline: none;
box-shadow: 0 0 0 3px rgba(0, 0, 255, 0.25);
}
.btn:focus:hover,
.btn.selected:focus {
box-shadow: 0 0 0 3px rgba(0, 0, 255, 0.25);
}
.btn:hover,
.btn.zeroclipboard-is-hover {
color: #6a4aec;
}
.btn:hover,
.btn:active,
.btn.zeroclipboard-is-hover,
.btn.zeroclipboard-is-active {
text-decoration: none;
background-color: #f4f4f4;
}
.btn:active,
.btn.selected,
.btn.zeroclipboard-is-active {
background-color: #efefef;
background-image: none;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
}
.btn.selected:hover {
background-color: #cfcfcf;
}
.btn:disabled,
.btn:disabled:hover,
.btn.disabled,
.btn.disabled:hover {
color: rgba(102, 102, 102, 0.5);
cursor: default;
background-color: rgba(229, 229, 229, 0.5);
background-image: none;
box-shadow: none;
}
.btn-outline {
color: var(--accentcolor);;
background: transparent;
box-shadow: inset 0 0 0 2px #e6e1e8;
}
.btn-outline:hover,
.btn-outline:active,
.btn-outline.zeroclipboard-is-hover,
.btn-outline.zeroclipboard-is-active {
color: #6341eb;
text-decoration: none;
background-color: transparent;
box-shadow: inset 0 0 0 3px #e6e1e8;
}
.btn-outline:focus {
text-decoration: none;
outline: none;
box-shadow: inset 0 0 0 2px #5c5962, 0 0 0 3px rgba(0, 0, 255, 0.25);
}
.btn-outline:focus:hover,
.btn-outline.selected:focus {
box-shadow: inset 0 0 0 2px #5c5962;
}
.btn-primary {
color: var(--basecolor);;
background-color: #5739ce;
background-image: linear-gradient(#6f55d5, #5739ce);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12);
}
.btn-primary:hover,
.btn-primary.zeroclipboard-is-hover {
color: var(--basecolor);;
background-color: #5132cb;
background-image: linear-gradient(#6549d2, #5132cb);
}
.btn-primary:active,
.btn-primary.selected,
.btn-primary.zeroclipboard-is-active {
background-color: #4f31c6;
background-image: none;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
}
.btn-primary.selected:hover {
background-color: #472cb2;
}
.btn-purple {
color: var(--basecolor);;
background-color: #5739ce;
background-image: linear-gradient(#6f55d5, #5739ce);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12);
}
.btn-purple:hover,
.btn-purple.zeroclipboard-is-hover {
color: var(--basecolor);;
background-color: #5132cb;
background-image: linear-gradient(#6549d2, #5132cb);
}
.btn-purple:active,
.btn-purple.selected,
.btn-purple.zeroclipboard-is-active {
background-color: #4f31c6;
background-image: none;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
}
.btn-purple.selected:hover {
background-color: #472cb2;
}
.btn-blue {
color: var(--basecolor);;
background-color: #227efa;
background-image: linear-gradient(#4593fb, #227efa);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12);
}
.btn-blue:hover,
.btn-blue.zeroclipboard-is-hover {
color: var(--basecolor);;
background-color: #1878fa;
background-image: linear-gradient(#368afa, #1878fa);
}
.btn-blue:active,
.btn-blue.selected,
.btn-blue.zeroclipboard-is-active {
background-color: #1375f9;
background-image: none;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
}
.btn-blue.selected:hover {
background-color: #0669ed;
}
.btn-green {
color: var(--basecolor);;
background-color: #10ac7d;
background-image: linear-gradient(#13cc95, #10ac7d);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12);
}
.btn-green:hover,
.btn-green.zeroclipboard-is-hover {
color: var(--basecolor);;
background-color: #0fa276;
background-image: linear-gradient(#12be8b, #0fa276);
}
.btn-green:active,
.btn-green.selected,
.btn-green.zeroclipboard-is-active {
background-color: #0f9e73;
background-image: none;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
}
.btn-green.selected:hover {
background-color: #0d8662;
}
.search {
position: relative;
z-index: 2;
flex-grow: 1;
height: 4rem;
padding: 0.5rem;
transition: padding linear 200ms;
}
@media (min-width: 50rem) {
.search {
position: relative !important;
width: auto !important;
height: 100% !important;
padding: 0;
transition: none;
}
}
.search-input-wrap {
position: relative;
z-index: 1;
height: 3rem;
overflow: hidden;
border-radius: 4px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
transition: height linear 200ms;
}
@media (min-width: 50rem) {
.search-input-wrap {
position: absolute;
width: 100%;
max-width: 536px;
height: 100% !important;
border-radius: 0;
box-shadow: none;
transition: width ease 400ms;
}
}
.search-input {
position: absolute;
width: 100%;
height: 100%;
padding-top: 0.5rem;
padding-right: 1rem;
padding-bottom: 0.5rem;
padding-left: 2.5rem;
font-size: 16px;
background-color: var(--basecolor);;
border-top: 0;
border-right: 0;
border-bottom: 0;
border-left: 0;
border-radius: 0;
}
@media (min-width: 50rem) {
.search-input {
padding-top: 1rem;
padding-bottom: 1rem;
padding-left: 3.5rem;
font-size: 14px;
background-color: var(--basecolor);;
transition: padding-left linear 200ms;
}
}
.search-input:focus {
outline: 0;
}
.search-input:focus + .search-label .search-icon {
color: var(--accentcolor);;
}
.search-label {
position: absolute;
display: flex;
height: 100%;
padding-left: 1rem;
}
@media (min-width: 50rem) {
.search-label {
padding-left: 2rem;
transition: padding-left linear 200ms;
}
}
.search-label .search-icon {
width: 1.2rem;
height: 1.2rem;
align-self: center;
color: #959396;
}
.search-results {
position: absolute;
left: 0;
display: none;
width: 100%;
max-height: calc(100% - 4rem);
overflow-y: auto;
background-color: var(--basecolor);;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
}
@media (min-width: 50rem) {
.search-results {
top: 100%;
width: 536px;
max-height: calc(100vh - 200%) !important;
}
}
.search-results-list {
padding-left: 0;
margin-bottom: 0.25rem;
list-style: none;
font-size: 14px !important;
}
@media (min-width: 31.25rem) {
.search-results-list {
font-size: 16px !important;
}
}
@media (min-width: 50rem) {
.search-results-list {
font-size: 12px !important;
}
}
@media (min-width: 50rem) and (min-width: 31.25rem) {
.search-results-list {
font-size: 14px !important;
}
}
.search-results-list-item {
padding: 0;
margin: 0;
}
.search-result {
display: block;
padding-top: 0.25rem;
padding-right: 0.75rem;
padding-bottom: 0.25rem;
padding-left: 0.75rem;
}
.search-result:hover,
.search-result.active {
background-color: #ebedf5;
}
.search-result-title {
display: block;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
@media (min-width: 31.25rem) {
.search-result-title {
display: inline-block;
width: 40%;
padding-right: 0.5rem;
vertical-align: top;
}
}
.search-result-doc {
display: flex;
align-items: center;
word-wrap: break-word;
}
.search-result-doc.search-result-doc-parent {
opacity: 0.5;
font-size: 12px !important;
}
@media (min-width: 31.25rem) {
.search-result-doc.search-result-doc-parent {
font-size: 14px !important;
}
}
@media (min-width: 50rem) {
.search-result-doc.search-result-doc-parent {
font-size: 11px !important;
}
}
@media (min-width: 50rem) and (min-width: 31.25rem) {
.search-result-doc.search-result-doc-parent {
font-size: 12px !important;
}
}
.search-result-doc .search-result-icon {
width: 1rem;
height: 1rem;
margin-right: 0.5rem;
color: var(--accentcolor);;
flex-shrink: 0;
}
.search-result-doc .search-result-doc-title {
overflow: auto;
}
.search-result-section {
margin-left: 1.5rem;
word-wrap: break-word;
}
.search-result-rel-url {
display: block;
margin-left: 1.5rem;
overflow: hidden;
color: #959396;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 9px !important;
}
@media (min-width: 31.25rem) {
.search-result-rel-url {
font-size: 10px !important;
}
}
.search-result-previews {
display: block;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
margin-left: 0.5rem;
color: #959396;
word-wrap: break-word;
border-left: 1px solid;
border-left-color: var(--bordercolor);
font-size: 11px !important;
}
@media (min-width: 31.25rem) {
.search-result-previews {
font-size: 12px !important;
}
}
@media (min-width: 31.25rem) {
.search-result-previews {
display: inline-block;
width: 60%;
padding-left: 0.5rem;
margin-left: 0;
vertical-align: top;
}
}
.search-result-preview + .search-result-preview {
margin-top: 0.25rem;
}
.search-result-highlight {
font-weight: bold;
}
.search-no-result {
padding-top: 0.5rem;
padding-right: 0.75rem;
padding-bottom: 0.5rem;
padding-left: 0.75rem;
font-size: 12px !important;
}
@media (min-width: 31.25rem) {
.search-no-result {
font-size: 14px !important;
}
}
.search-button {
position: fixed;
right: 1rem;
bottom: 1rem;
display: flex;
width: 3.5rem;
height: 3.5rem;
background-color: var(--basecolor);;
border: 1px solid rgba(114, 83, 237, 0.3);
border-radius: 1.75rem;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
align-items: center;
justify-content: center;
}
.search-overlay {
position: fixed;
top: 0;
left: 0;
z-index: 1;
width: 0;
height: 0;
background-color: rgba(0, 0, 0, 0.3);
opacity: 0;
transition: opacity ease 400ms, width 0s 400ms, height 0s 400ms;
}
.search-active .search {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 0;
}
.search-active .search-input-wrap {
height: 4rem;
border-radius: 0;
}
@media (min-width: 50rem) {
.search-active .search-input-wrap {
width: 536px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
}
}
.search-active .search-input {
background-color: var(--basecolor);;
}
@media (min-width: 50rem) {
.search-active .search-input {
padding-left: 2.3rem;
}
}
@media (min-width: 50rem) {
.search-active .search-label {
padding-left: 0.6rem;
}
}
.search-active .search-results {
display: block;
}
.search-active .search-overlay {
width: 100%;
height: 100%;
opacity: 1;
transition: opacity ease 400ms, width 0s, height 0s;
}
@media (min-width: 50rem) {
.search-active .main {
position: fixed;
right: 0;
left: 0;
}
}
.search-active .main-header {
padding-top: 4rem;
}
@media (min-width: 50rem) {
.search-active .main-header {
padding-top: 0;
}
} | assets/css/cssfragment-listsandthings.css | .main-content ul,
.main-content ol {
padding-left: 1.5em;
}
.main-content li .highlight {
margin-top: 0.25rem;
}
.main-content ol {
list-style-type: none;
counter-reset: step-counter;
}
.main-content ol > li {
position: relative;
}
.main-content ol > li::before {
position: absolute;
top: 0.2em;
left: -1.6em;
color: #959396;
content: counter(step-counter);
counter-increment: step-counter;
font-size: 12px !important;
}
.main-content .task-list {
padding-left: 0;
}
.main-content .task-list-item {
display: flex;
align-items: center;
}
.main-content .task-list-item::before {
content: "";
}
.main-content .task-list-item-checkbox {
margin-right: 0.6em;
}
.main-content hr + * {
margin-top: 0;
}
.main-content h1:first-of-type {
margin-top: 0.5em;
}
.main-content dl {
}
.main-content dt {
font-weight: bold;
}
.main-content dt::after {
content: ":";
}
.main-content dd {
/*margin-bottom: 1rem;*/
font-size: 90%;
}
.main-content .anchor-heading {
position: absolute;
right: -1rem;
width: 1.5rem;
height: 100%;
padding-right: 0.25rem;
padding-left: 0.25rem;
overflow: visible;
}
@media (min-width: 50rem) {
.main-content .anchor-heading {
right: auto;
left: -1.5rem;
}
}
.main-content .anchor-heading svg {
display: inline-block;
width: 100%;
height: 100%;
color: var(--accentcolor);;
visibility: hidden;
}
.main-content .anchor-heading:hover svg,
.main-content h1:hover > .anchor-heading svg,
.main-content h2:hover > .anchor-heading svg,
.main-content h3:hover > .anchor-heading svg,
.main-content h4:hover > .anchor-heading svg,
.main-content h5:hover > .anchor-heading svg,
.main-content h6:hover > .anchor-heading svg {
visibility: visible;
}
.main-content summary {
cursor: pointer;
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
position: relative;
margin-top: 1.5em;
margin-bottom: 0.25em;
}
.main-content h1:first-child,
.main-content h2:first-child,
.main-content h3:first-child,
.main-content h4:first-child,
.main-content h5:first-child,
.main-content h6:first-child {
margin-top: 0.5rem;
}
.main-content h1 + table,
.main-content h1 + .table-wrapper,
.main-content h1 + .code-example,
.main-content h1 + .highlighter-rouge,
.main-content h2 + table,
.main-content h2 + .table-wrapper,
.main-content h2 + .code-example,
.main-content h2 + .highlighter-rouge,
.main-content h3 + table,
.main-content h3 + .table-wrapper,
.main-content h3 + .code-example,
.main-content h3 + .highlighter-rouge,
.main-content h4 + table,
.main-content h4 + .table-wrapper,
.main-content h4 + .code-example,
.main-content h4 + .highlighter-rouge,
.main-content h5 + table,
.main-content h5 + .table-wrapper,
.main-content h5 + .code-example,
.main-content h5 + .highlighter-rouge,
.main-content h6 + table,
.main-content h6 + .table-wrapper,
.main-content h6 + .code-example,
.main-content h6 + .highlighter-rouge {
margin-top: 1em;
}
.main-content h1 + p,
.main-content h2 + p,
.main-content h3 + p,
.main-content h4 + p,
.main-content h5 + p,
.main-content h6 + p {
margin-top: 0;
}
.nav-list {
padding: 0;
margin-top: 0;
margin-bottom: 0;
list-style: none;
}
.nav-list .nav-list-item {
font-size: 14px !important;
position: relative;
margin: 0;
}
@media (min-width: 31.25rem) {
.nav-list .nav-list-item {
font-size: 16px !important;
}
}
@media (min-width: 50rem) {
.nav-list .nav-list-item {
font-size: 12px !important;
}
}
@media (min-width: 50rem) and (min-width: 31.25rem) {
.nav-list .nav-list-item {
font-size: 14px !important;
}
}
.nav-list .nav-list-item .nav-list-link {
display: block;
min-height: 3rem;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
line-height: 2.5rem;
padding-right: 3rem;
padding-left: 1rem;
}
@media (min-width: 50rem) {
.nav-list .nav-list-item .nav-list-link {
min-height: 2rem;
line-height: 1.5rem;
padding-right: 2rem;
padding-left: 2rem;
}
}
.nav-list .nav-list-item .nav-list-link.active {
font-weight: 600;
text-decoration: none;
}
.nav-list .nav-list-item .nav-list-link:hover,
.nav-list .nav-list-item .nav-list-link.active {
background-image: linear-gradient(-90deg, var(--feedbackcolor) 0%, var(--feedbackcolor) 70%, #0000 100%);
}
.nav-list .nav-list-item .nav-list-expander {
position: absolute;
right: 0;
width: 3rem;
height: 3rem;
padding-top: 0.75rem;
padding-right: 0.75rem;
padding-bottom: 0.75rem;
padding-left: 0.75rem;
color: var(--accentcolor);;
}
@media (min-width: 50rem) {
.nav-list .nav-list-item .nav-list-expander {
width: 2rem;
height: 2rem;
padding-top: 0.5rem;
padding-right: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 0.5rem;
}
}
.nav-list .nav-list-item .nav-list-expander:hover {
background-image: linear-gradient(-90deg, var(--feedbackcolor) 0%, var(--feedbackcolor) 100%);
}
.nav-list .nav-list-item .nav-list-expander svg {
transform: rotate(90deg);
}
.nav-list .nav-list-item > .nav-list {
display: none;
padding-left: 0.75rem;
list-style: none;
}
.nav-list .nav-list-item > .nav-list .nav-list-item {
position: relative;
}
.nav-list .nav-list-item > .nav-list .nav-list-item .nav-list-link {
color: #5c5962;
}
.nav-list .nav-list-item > .nav-list .nav-list-item .nav-list-expander {
color: #5c5962;
}
.nav-list .nav-list-item.active > .nav-list-expander svg {
transform: rotate(-90deg);
}
.nav-list .nav-list-item.active > .nav-list {
display: block;
}
.nav-category {
padding-top: 0.5rem;
padding-right: 1rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
font-weight: 600;
text-align: end;
text-transform: uppercase;
border-bottom: 1px solid var(--bordercolor);
font-size: 11px !important;
}
@media (min-width: 31.25rem) {
.nav-category {
font-size: 12px !important;
}
}
@media (min-width: 50rem) {
.nav-category {
padding-right: 2rem;
padding-left: 2rem;
margin-top: 1rem;
text-align: start;
}
.nav-category:first-child {
margin-top: 0;
}
}
.aux-nav {
height: 100%;
overflow-x: auto;
font-size: 11px !important;
}
@media (min-width: 31.25rem) {
.aux-nav {
font-size: 12px !important;
}
}
.aux-nav .aux-nav-list {
display: flex;
height: 100%;
padding: 0;
margin: 0;
list-style: none;
}
.aux-nav .aux-nav-list-item {
display: inline-block;
height: 100%;
padding: 0;
margin: 0;
}
@media (min-width: 50rem) {
.aux-nav {
padding-right: 1rem;
}
}
@media (min-width: 50rem) {
.breadcrumb-nav {
margin-top: -1rem;
}
}
.breadcrumb-nav-list {
padding-left: 0;
margin-bottom: 0.75rem;
list-style: none;
}
.breadcrumb-nav-list-item {
display: table-cell;
font-size: 11px !important;
}
@media (min-width: 31.25rem) {
.breadcrumb-nav-list-item {
font-size: 12px !important;
}
}
.breadcrumb-nav-list-item::before {
display: none;
}
.breadcrumb-nav-list-item::after {
display: inline-block;
margin-right: 0.5rem;
margin-left: 0.5rem;
color: #959396;
content: "/";
}
.breadcrumb-nav-list-item:last-child::after {
content: "";
}
h1,
.text-alpha {
font-size: 32px !important;
line-height: 1.25;
font-weight: 300;
}
@media (min-width: 31.25rem) {
h1,
.text-alpha {
font-size: 36px !important;
}
}
h2,
.text-beta {
font-size: 18px !important;
}
@media (min-width: 31.25rem) {
h2,
.text-beta {
font-size: 24px !important;
line-height: 1.25;
}
}
h3,
.text-gamma {
font-size: 16px !important;
}
@media (min-width: 31.25rem) {
h3,
.text-gamma {
font-size: 18px !important;
}
}
h4,
.text-delta {
font-size: 11px !important;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.1em;
}
@media (min-width: 31.25rem) {
h4,
.text-delta {
font-size: 12px !important;
}
}
h4 code {
text-transform: none;
}
h5,
.text-epsilon {
font-size: 12px !important;
color: #44434d;
}
@media (min-width: 31.25rem) {
h5,
.text-epsilon {
font-size: 14px !important;
}
}
h6,
.text-zeta {
font-size: 11px !important;
color: #44434d;
}
@media (min-width: 31.25rem) {
h6,
.text-zeta {
font-size: 12px !important;
}
}
.text-small {
font-size: 11px !important;
}
@media (min-width: 31.25rem) {
.text-small {
font-size: 12px !important;
}
}
.text-mono {
font-family: "SFMono-Regular", Menlo, Consolas, Monospace !important;
}
.text-left {
text-align: left !important;
}
.text-center {
text-align: center !important;
}
.text-right {
text-align: right !important;
}
.label,
.label-blue {
display: inline-block;
padding-top: 0.16em;
padding-right: 0.56em;
padding-bottom: 0.16em;
padding-left: 0.56em;
margin-right: 0.5rem;
margin-left: 0.5rem;
color: var(--basecolor);;
text-transform: uppercase;
vertical-align: middle;
background-color: #2869e6;
font-size: 11px !important;
border-radius: 12px;
}
@media (min-width: 31.25rem) {
.label,
.label-blue {
font-size: 12px !important;
}
}
.label-green {
background-color: #009c7b;
}
.label-purple {
background-color: #5e41d0;
}
.label-red {
background-color: #e94c4c;
}
.label-yellow {
color: #44434d;
background-color: #f7d12e;
}
.btn {
display: inline-block;
box-sizing: border-box;
padding-top: 0.3em;
padding-right: 1em;
padding-bottom: 0.3em;
padding-left: 1em;
margin: 0;
font-family: inherit;
font-size: inherit;
font-weight: 500;
line-height: 1.5;
color: var(--accentcolor);;
text-decoration: none;
vertical-align: baseline;
cursor: pointer;
background-color: #f7f7f7;
border-width: 0;
border-radius: 4px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
appearance: none;
}
.btn:focus {
text-decoration: none;
outline: none;
box-shadow: 0 0 0 3px rgba(0, 0, 255, 0.25);
}
.btn:focus:hover,
.btn.selected:focus {
box-shadow: 0 0 0 3px rgba(0, 0, 255, 0.25);
}
.btn:hover,
.btn.zeroclipboard-is-hover {
color: #6a4aec;
}
.btn:hover,
.btn:active,
.btn.zeroclipboard-is-hover,
.btn.zeroclipboard-is-active {
text-decoration: none;
background-color: #f4f4f4;
}
.btn:active,
.btn.selected,
.btn.zeroclipboard-is-active {
background-color: #efefef;
background-image: none;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
}
.btn.selected:hover {
background-color: #cfcfcf;
}
.btn:disabled,
.btn:disabled:hover,
.btn.disabled,
.btn.disabled:hover {
color: rgba(102, 102, 102, 0.5);
cursor: default;
background-color: rgba(229, 229, 229, 0.5);
background-image: none;
box-shadow: none;
}
.btn-outline {
color: var(--accentcolor);;
background: transparent;
box-shadow: inset 0 0 0 2px #e6e1e8;
}
.btn-outline:hover,
.btn-outline:active,
.btn-outline.zeroclipboard-is-hover,
.btn-outline.zeroclipboard-is-active {
color: #6341eb;
text-decoration: none;
background-color: transparent;
box-shadow: inset 0 0 0 3px #e6e1e8;
}
.btn-outline:focus {
text-decoration: none;
outline: none;
box-shadow: inset 0 0 0 2px #5c5962, 0 0 0 3px rgba(0, 0, 255, 0.25);
}
.btn-outline:focus:hover,
.btn-outline.selected:focus {
box-shadow: inset 0 0 0 2px #5c5962;
}
.btn-primary {
color: var(--basecolor);;
background-color: #5739ce;
background-image: linear-gradient(#6f55d5, #5739ce);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12);
}
.btn-primary:hover,
.btn-primary.zeroclipboard-is-hover {
color: var(--basecolor);;
background-color: #5132cb;
background-image: linear-gradient(#6549d2, #5132cb);
}
.btn-primary:active,
.btn-primary.selected,
.btn-primary.zeroclipboard-is-active {
background-color: #4f31c6;
background-image: none;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
}
.btn-primary.selected:hover {
background-color: #472cb2;
}
.btn-purple {
color: var(--basecolor);;
background-color: #5739ce;
background-image: linear-gradient(#6f55d5, #5739ce);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12);
}
.btn-purple:hover,
.btn-purple.zeroclipboard-is-hover {
color: var(--basecolor);;
background-color: #5132cb;
background-image: linear-gradient(#6549d2, #5132cb);
}
.btn-purple:active,
.btn-purple.selected,
.btn-purple.zeroclipboard-is-active {
background-color: #4f31c6;
background-image: none;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
}
.btn-purple.selected:hover {
background-color: #472cb2;
}
.btn-blue {
color: var(--basecolor);;
background-color: #227efa;
background-image: linear-gradient(#4593fb, #227efa);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12);
}
.btn-blue:hover,
.btn-blue.zeroclipboard-is-hover {
color: var(--basecolor);;
background-color: #1878fa;
background-image: linear-gradient(#368afa, #1878fa);
}
.btn-blue:active,
.btn-blue.selected,
.btn-blue.zeroclipboard-is-active {
background-color: #1375f9;
background-image: none;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
}
.btn-blue.selected:hover {
background-color: #0669ed;
}
.btn-green {
color: var(--basecolor);;
background-color: #10ac7d;
background-image: linear-gradient(#13cc95, #10ac7d);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12);
}
.btn-green:hover,
.btn-green.zeroclipboard-is-hover {
color: var(--basecolor);;
background-color: #0fa276;
background-image: linear-gradient(#12be8b, #0fa276);
}
.btn-green:active,
.btn-green.selected,
.btn-green.zeroclipboard-is-active {
background-color: #0f9e73;
background-image: none;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
}
.btn-green.selected:hover {
background-color: #0d8662;
}
.search {
position: relative;
z-index: 2;
flex-grow: 1;
height: 4rem;
padding: 0.5rem;
transition: padding linear 200ms;
}
@media (min-width: 50rem) {
.search {
position: relative !important;
width: auto !important;
height: 100% !important;
padding: 0;
transition: none;
}
}
.search-input-wrap {
position: relative;
z-index: 1;
height: 3rem;
overflow: hidden;
border-radius: 4px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
transition: height linear 200ms;
}
@media (min-width: 50rem) {
.search-input-wrap {
position: absolute;
width: 100%;
max-width: 536px;
height: 100% !important;
border-radius: 0;
box-shadow: none;
transition: width ease 400ms;
}
}
.search-input {
position: absolute;
width: 100%;
height: 100%;
padding-top: 0.5rem;
padding-right: 1rem;
padding-bottom: 0.5rem;
padding-left: 2.5rem;
font-size: 16px;
background-color: var(--basecolor);;
border-top: 0;
border-right: 0;
border-bottom: 0;
border-left: 0;
border-radius: 0;
}
@media (min-width: 50rem) {
.search-input {
padding-top: 1rem;
padding-bottom: 1rem;
padding-left: 3.5rem;
font-size: 14px;
background-color: var(--basecolor);;
transition: padding-left linear 200ms;
}
}
.search-input:focus {
outline: 0;
}
.search-input:focus + .search-label .search-icon {
color: var(--accentcolor);;
}
.search-label {
position: absolute;
display: flex;
height: 100%;
padding-left: 1rem;
}
@media (min-width: 50rem) {
.search-label {
padding-left: 2rem;
transition: padding-left linear 200ms;
}
}
.search-label .search-icon {
width: 1.2rem;
height: 1.2rem;
align-self: center;
color: #959396;
}
.search-results {
position: absolute;
left: 0;
display: none;
width: 100%;
max-height: calc(100% - 4rem);
overflow-y: auto;
background-color: var(--basecolor);;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
}
@media (min-width: 50rem) {
.search-results {
top: 100%;
width: 536px;
max-height: calc(100vh - 200%) !important;
}
}
.search-results-list {
padding-left: 0;
margin-bottom: 0.25rem;
list-style: none;
font-size: 14px !important;
}
@media (min-width: 31.25rem) {
.search-results-list {
font-size: 16px !important;
}
}
@media (min-width: 50rem) {
.search-results-list {
font-size: 12px !important;
}
}
@media (min-width: 50rem) and (min-width: 31.25rem) {
.search-results-list {
font-size: 14px !important;
}
}
.search-results-list-item {
padding: 0;
margin: 0;
}
.search-result {
display: block;
padding-top: 0.25rem;
padding-right: 0.75rem;
padding-bottom: 0.25rem;
padding-left: 0.75rem;
}
.search-result:hover,
.search-result.active {
background-color: #ebedf5;
}
.search-result-title {
display: block;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
@media (min-width: 31.25rem) {
.search-result-title {
display: inline-block;
width: 40%;
padding-right: 0.5rem;
vertical-align: top;
}
}
.search-result-doc {
display: flex;
align-items: center;
word-wrap: break-word;
}
.search-result-doc.search-result-doc-parent {
opacity: 0.5;
font-size: 12px !important;
}
@media (min-width: 31.25rem) {
.search-result-doc.search-result-doc-parent {
font-size: 14px !important;
}
}
@media (min-width: 50rem) {
.search-result-doc.search-result-doc-parent {
font-size: 11px !important;
}
}
@media (min-width: 50rem) and (min-width: 31.25rem) {
.search-result-doc.search-result-doc-parent {
font-size: 12px !important;
}
}
.search-result-doc .search-result-icon {
width: 1rem;
height: 1rem;
margin-right: 0.5rem;
color: var(--accentcolor);;
flex-shrink: 0;
}
.search-result-doc .search-result-doc-title {
overflow: auto;
}
.search-result-section {
margin-left: 1.5rem;
word-wrap: break-word;
}
.search-result-rel-url {
display: block;
margin-left: 1.5rem;
overflow: hidden;
color: #959396;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 9px !important;
}
@media (min-width: 31.25rem) {
.search-result-rel-url {
font-size: 10px !important;
}
}
.search-result-previews {
display: block;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
margin-left: 0.5rem;
color: #959396;
word-wrap: break-word;
border-left: 1px solid;
border-left-color: var(--bordercolor);
font-size: 11px !important;
}
@media (min-width: 31.25rem) {
.search-result-previews {
font-size: 12px !important;
}
}
@media (min-width: 31.25rem) {
.search-result-previews {
display: inline-block;
width: 60%;
padding-left: 0.5rem;
margin-left: 0;
vertical-align: top;
}
}
.search-result-preview + .search-result-preview {
margin-top: 0.25rem;
}
.search-result-highlight {
font-weight: bold;
}
.search-no-result {
padding-top: 0.5rem;
padding-right: 0.75rem;
padding-bottom: 0.5rem;
padding-left: 0.75rem;
font-size: 12px !important;
}
@media (min-width: 31.25rem) {
.search-no-result {
font-size: 14px !important;
}
}
.search-button {
position: fixed;
right: 1rem;
bottom: 1rem;
display: flex;
width: 3.5rem;
height: 3.5rem;
background-color: var(--basecolor);;
border: 1px solid rgba(114, 83, 237, 0.3);
border-radius: 1.75rem;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
align-items: center;
justify-content: center;
}
.search-overlay {
position: fixed;
top: 0;
left: 0;
z-index: 1;
width: 0;
height: 0;
background-color: rgba(0, 0, 0, 0.3);
opacity: 0;
transition: opacity ease 400ms, width 0s 400ms, height 0s 400ms;
}
.search-active .search {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 0;
}
.search-active .search-input-wrap {
height: 4rem;
border-radius: 0;
}
@media (min-width: 50rem) {
.search-active .search-input-wrap {
width: 536px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
}
}
.search-active .search-input {
background-color: var(--basecolor);;
}
@media (min-width: 50rem) {
.search-active .search-input {
padding-left: 2.3rem;
}
}
@media (min-width: 50rem) {
.search-active .search-label {
padding-left: 0.6rem;
}
}
.search-active .search-results {
display: block;
}
.search-active .search-overlay {
width: 100%;
height: 100%;
opacity: 1;
transition: opacity ease 400ms, width 0s, height 0s;
}
@media (min-width: 50rem) {
.search-active .main {
position: fixed;
right: 0;
left: 0;
}
}
.search-active .main-header {
padding-top: 4rem;
}
@media (min-width: 50rem) {
.search-active .main-header {
padding-top: 0;
}
} | 0.458591 | 0.050917 |
@import 'flexvideo.css';
@import url('https://fonts.googleapis.com/css?family=Poiret+One&subset=cyrillic');
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 5.5rem;
background-image: url(../img/pt6021.jpg);
background-position: center top;
background-size: 100% auto;
background-repeat: no-repeat repeat;
background-attachment: scroll;
}
@media (max-width: 992px) {
body {
margin-bottom: 6.5rem;
}
}
@media (max-width: 768px) {
body {
margin-bottom: 9rem;
}
}
@media (max-width: 385px) {
body {
margin-bottom: 10rem;
}
}
h1,h2,h3,h4,h5,h6 {
font-family: 'Poiret One', cursive;
font-weight: 600;
}
.h1,.h2,.h3,.h4,.h5,.h6 {
font-family: 'Poiret One', cursive;
font-weight: 600;
}
.menu-item a {
font-family: 'Poiret One', cursive;
font-weight: 600;
}
/* ancient-browser-alert error */
.ancient-browser-alert {
background: #a00;
color: #faa;
display: block;
padding: 3px 0;
text-align: center;
}
.ancient-browser-alert a {
color: #fff;
text-decoration: underline;
}
.pagination {
margin: 0;
}
.pagination-center {
text-align: center;
}
.pagination-row {
margin-bottom: 20px;
}
.page-header {
margin-bottom: 20px;
}
.post-view-attachment .entry-attachment .attachment {
text-align: center;
}
.post-view-attachment .entry-attachment .attachment .card {
margin: 0 auto;
width: 400px;
}
.post-view-attachment .entry-attachment .attachment .wp-video {
margin: 0 auto;
}
.row-with-vspace {
margin-bottom: 20px;
}
.site-main .format-aside {
background: #f5f5f5;
}
.site-main .format-image {
background: url('../img/content-post-format-image.png') left top no-repeat;
}
.site-main .format-link {
background: url('../img/content-post-format-link.png') left top no-repeat;
}
.site-main .format-quote {
background: url('../img/content-post-format-quote.png') left top no-repeat;
}
.site-main .format-video {
background: url('../img/content-post-format-video.png') left top no-repeat;
}
.site-title {
margin-bottom: 0;
margin-top: 0.5rem;
}
.site-title > a {
text-decoration: none;
}
.site-title > div {
height: auto;
line-height: 18px;
}
.site-title .site-description {
color: #999;
font-size: 16px;
}
.site-title .site-title-heading {
margin: 0;
}
.widget_calendar .calendar_wrap table {
font-size: 14px;
margin: 0;
}
.widget_calendar .calendar_wrap table caption {
caption-side: top;
}
.widget_calendar .calendar_wrap .table td,
.widget_calendar .calendar_wrap .table th {
padding: 8px;
}
.widget_calendar .calendar_wrap .table #next {
text-align: right;
}
#comments .comment-navigation,
#comments .comment-navigation-below {
margin-bottom: 20px;
margin-top: 15px;
}
#comments .comment-navigation {
list-style: none;
margin-top: 0;
padding: 0;
}
#comments .comment-respond {
margin-top: 20px;
}
#comments .media-list li .media {
margin-top: 15px;
}
#comments .media-list li .media .media-body {
border: 1px solid #eee;
padding: 10px;
}
#comments .media-list li .media .media-body .comment-author {
font-size: 12px;
margin-bottom: 10px;
}
#comments .media-list ul.children {
list-style: none;
margin-left: 4em;
padding-left: 0;
}
#main .wp-video-shortcode {
display: block;
height: auto;
max-width: 100%;
}
#main .attachment .entry-content {
margin-bottom: 20px;
}
#main .attachment .entry-content .attachment {
text-align: center;
}
#main .attachment .entry-meta {
margin-bottom: 20px;
}
/* fix auto img responsive */
#main .post .entry-content img {
height: auto;
max-width: 100%;
}
#main .post,
#main .page {
border: 1px solid #eee;
margin-bottom: 20px;
overflow-x: auto;
padding: 10px;
}
#main .post .entry-header .entry-meta {
color: #999;
font-size: 0.8rem;
}
#main .post .entry-header .entry-meta a {
color: inherit;
}
#main .post .entry-header .entry-meta .posted-on .updated {
display: none;
}
#main .post .entry-meta .categories-icon {
cursor: default;
}
#main .post .entry-meta .comments-link a {
color: #333;
}
#main .post .entry-meta .comments-link a .comment-total,
#main .page .entry-meta .comments-link a .comment-total {
color: #555;
}
#main .attachment .edit-post-link a,
#main .attachment .entry-meta .edit-post-link a,
#main .post .entry-meta .edit-post-link a,
#main .page .entry-meta .edit-post-link a {
color: #333;
}
#main .post .entry-meta .tags-icon {
cursor: default;
}
#main .attachment .entry-title,
#main .post .entry-title,
#main .page .entry-title {
margin-top: 0;
word-wrap: break-word;
}
#sidebar-left .widget,
#sidebar-right .widget {
border: 1px solid #eee;
margin-bottom: 20px;
overflow: hidden;
padding: 10px;
}
#sidebar-left .widget ul,
#sidebar-right .widget ul {
padding-left: 20px;
}
#sidebar-left .widget .widget-title,
#sidebar-right .widget .widget-title {
font-size: 18px;
margin-top: 0;
}
.bg-faded {
background-color: transparent !important;
padding-bottom: 0;
}
#menu-top_menu .nav-link {
color: #fff;
text-align: left;
}
.site-title-heading {
font-size: 1.75rem;
font-weight: 800;
}
@media (max-width: 992px) {
.site-title-heading {
font-size: 1.5rem;
font-weight: 800;
}
}
.site-title-heading a,
.entry-title a,
.entry-meta a {
color: #333;
}
.entry-meta-comment-tools,
.entry-meta .posted-on,
.entry-meta .byline {
display: none;
}
.btn-link, .btn-link:active, .btn-link:focus,
.card-header, .card-footer,
.site-footer, .custom-cont {
background: url(../img/met-patt-04.jpg);
}
.custom-cont > div.widget_text {
padding: 1.5rem 1.5rem 0;
}
.custom-cont .widget_text.card {
border: none;
border-radius: 0;
background-color: transparent;
padding: 0 1.5rem;
}
.custom-cont .custom-html-widget {
font-size: 0.8rem;
font-style: italic;
}
img.avatar {
position: relative;
z-index: 1;
}
hr.custom {
border-top: 1px solid rgb(249, 96, 0);
position: relative;
bottom: 2.65rem;
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.custom-cont .fa {
color: rgb(249, 96, 0);
padding: 1rem 0;
}
.site-footer {
position: absolute;
width: 100%;
min-height: 85px;
bottom: 0;
border-top: none;
font-size: 12px;
padding: 10px;
}
nav.navbar {
padding-bottom: 0!important;
padding-left: 0!important;
}
@media (max-width: 992px) {
nav.navbar {
background: url(../img/met-patt-04.jpg);
width: 100%;
padding-bottom: 0.5rem!important;
padding-left: 1rem!important;
}
}
#footer-row ul {
padding-left: 0;
list-style: none;
margin-bottom: 0;
}
figcaption {
font-size: 0.8rem;
font-style: italic;
padding: 0 0.5rem;
}
div#bwg_album_masonry_0 {
position: relative;
width: 100%;
}
div#album_name_container {
text-align: center;
}
.img-fluid {
max-width: 100%!important;
height: auto!important;
}
#footer-row a {
color: #212529;
}
.bwg_masonry_thumb_description_0 {
font-weight: 600;
} | assets/css/main.css | @import 'flexvideo.css';
@import url('https://fonts.googleapis.com/css?family=Poiret+One&subset=cyrillic');
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 5.5rem;
background-image: url(../img/pt6021.jpg);
background-position: center top;
background-size: 100% auto;
background-repeat: no-repeat repeat;
background-attachment: scroll;
}
@media (max-width: 992px) {
body {
margin-bottom: 6.5rem;
}
}
@media (max-width: 768px) {
body {
margin-bottom: 9rem;
}
}
@media (max-width: 385px) {
body {
margin-bottom: 10rem;
}
}
h1,h2,h3,h4,h5,h6 {
font-family: 'Poiret One', cursive;
font-weight: 600;
}
.h1,.h2,.h3,.h4,.h5,.h6 {
font-family: 'Poiret One', cursive;
font-weight: 600;
}
.menu-item a {
font-family: 'Poiret One', cursive;
font-weight: 600;
}
/* ancient-browser-alert error */
.ancient-browser-alert {
background: #a00;
color: #faa;
display: block;
padding: 3px 0;
text-align: center;
}
.ancient-browser-alert a {
color: #fff;
text-decoration: underline;
}
.pagination {
margin: 0;
}
.pagination-center {
text-align: center;
}
.pagination-row {
margin-bottom: 20px;
}
.page-header {
margin-bottom: 20px;
}
.post-view-attachment .entry-attachment .attachment {
text-align: center;
}
.post-view-attachment .entry-attachment .attachment .card {
margin: 0 auto;
width: 400px;
}
.post-view-attachment .entry-attachment .attachment .wp-video {
margin: 0 auto;
}
.row-with-vspace {
margin-bottom: 20px;
}
.site-main .format-aside {
background: #f5f5f5;
}
.site-main .format-image {
background: url('../img/content-post-format-image.png') left top no-repeat;
}
.site-main .format-link {
background: url('../img/content-post-format-link.png') left top no-repeat;
}
.site-main .format-quote {
background: url('../img/content-post-format-quote.png') left top no-repeat;
}
.site-main .format-video {
background: url('../img/content-post-format-video.png') left top no-repeat;
}
.site-title {
margin-bottom: 0;
margin-top: 0.5rem;
}
.site-title > a {
text-decoration: none;
}
.site-title > div {
height: auto;
line-height: 18px;
}
.site-title .site-description {
color: #999;
font-size: 16px;
}
.site-title .site-title-heading {
margin: 0;
}
.widget_calendar .calendar_wrap table {
font-size: 14px;
margin: 0;
}
.widget_calendar .calendar_wrap table caption {
caption-side: top;
}
.widget_calendar .calendar_wrap .table td,
.widget_calendar .calendar_wrap .table th {
padding: 8px;
}
.widget_calendar .calendar_wrap .table #next {
text-align: right;
}
#comments .comment-navigation,
#comments .comment-navigation-below {
margin-bottom: 20px;
margin-top: 15px;
}
#comments .comment-navigation {
list-style: none;
margin-top: 0;
padding: 0;
}
#comments .comment-respond {
margin-top: 20px;
}
#comments .media-list li .media {
margin-top: 15px;
}
#comments .media-list li .media .media-body {
border: 1px solid #eee;
padding: 10px;
}
#comments .media-list li .media .media-body .comment-author {
font-size: 12px;
margin-bottom: 10px;
}
#comments .media-list ul.children {
list-style: none;
margin-left: 4em;
padding-left: 0;
}
#main .wp-video-shortcode {
display: block;
height: auto;
max-width: 100%;
}
#main .attachment .entry-content {
margin-bottom: 20px;
}
#main .attachment .entry-content .attachment {
text-align: center;
}
#main .attachment .entry-meta {
margin-bottom: 20px;
}
/* fix auto img responsive */
#main .post .entry-content img {
height: auto;
max-width: 100%;
}
#main .post,
#main .page {
border: 1px solid #eee;
margin-bottom: 20px;
overflow-x: auto;
padding: 10px;
}
#main .post .entry-header .entry-meta {
color: #999;
font-size: 0.8rem;
}
#main .post .entry-header .entry-meta a {
color: inherit;
}
#main .post .entry-header .entry-meta .posted-on .updated {
display: none;
}
#main .post .entry-meta .categories-icon {
cursor: default;
}
#main .post .entry-meta .comments-link a {
color: #333;
}
#main .post .entry-meta .comments-link a .comment-total,
#main .page .entry-meta .comments-link a .comment-total {
color: #555;
}
#main .attachment .edit-post-link a,
#main .attachment .entry-meta .edit-post-link a,
#main .post .entry-meta .edit-post-link a,
#main .page .entry-meta .edit-post-link a {
color: #333;
}
#main .post .entry-meta .tags-icon {
cursor: default;
}
#main .attachment .entry-title,
#main .post .entry-title,
#main .page .entry-title {
margin-top: 0;
word-wrap: break-word;
}
#sidebar-left .widget,
#sidebar-right .widget {
border: 1px solid #eee;
margin-bottom: 20px;
overflow: hidden;
padding: 10px;
}
#sidebar-left .widget ul,
#sidebar-right .widget ul {
padding-left: 20px;
}
#sidebar-left .widget .widget-title,
#sidebar-right .widget .widget-title {
font-size: 18px;
margin-top: 0;
}
.bg-faded {
background-color: transparent !important;
padding-bottom: 0;
}
#menu-top_menu .nav-link {
color: #fff;
text-align: left;
}
.site-title-heading {
font-size: 1.75rem;
font-weight: 800;
}
@media (max-width: 992px) {
.site-title-heading {
font-size: 1.5rem;
font-weight: 800;
}
}
.site-title-heading a,
.entry-title a,
.entry-meta a {
color: #333;
}
.entry-meta-comment-tools,
.entry-meta .posted-on,
.entry-meta .byline {
display: none;
}
.btn-link, .btn-link:active, .btn-link:focus,
.card-header, .card-footer,
.site-footer, .custom-cont {
background: url(../img/met-patt-04.jpg);
}
.custom-cont > div.widget_text {
padding: 1.5rem 1.5rem 0;
}
.custom-cont .widget_text.card {
border: none;
border-radius: 0;
background-color: transparent;
padding: 0 1.5rem;
}
.custom-cont .custom-html-widget {
font-size: 0.8rem;
font-style: italic;
}
img.avatar {
position: relative;
z-index: 1;
}
hr.custom {
border-top: 1px solid rgb(249, 96, 0);
position: relative;
bottom: 2.65rem;
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.custom-cont .fa {
color: rgb(249, 96, 0);
padding: 1rem 0;
}
.site-footer {
position: absolute;
width: 100%;
min-height: 85px;
bottom: 0;
border-top: none;
font-size: 12px;
padding: 10px;
}
nav.navbar {
padding-bottom: 0!important;
padding-left: 0!important;
}
@media (max-width: 992px) {
nav.navbar {
background: url(../img/met-patt-04.jpg);
width: 100%;
padding-bottom: 0.5rem!important;
padding-left: 1rem!important;
}
}
#footer-row ul {
padding-left: 0;
list-style: none;
margin-bottom: 0;
}
figcaption {
font-size: 0.8rem;
font-style: italic;
padding: 0 0.5rem;
}
div#bwg_album_masonry_0 {
position: relative;
width: 100%;
}
div#album_name_container {
text-align: center;
}
.img-fluid {
max-width: 100%!important;
height: auto!important;
}
#footer-row a {
color: #212529;
}
.bwg_masonry_thumb_description_0 {
font-weight: 600;
} | 0.281998 | 0.080792 |
<link rel="stylesheet" type="text/css" href="styles.css">
*{
margin: 0;
padding: 0;
}
body {
font-family: 'Fira Mono';
}
/*Navbar*/
nav {
background-color: #C12127;
color: rgba(255,255,255,0.8);
padding-top: 15px;
height: 50px;
}
/* 100px height above seems to much -naccording to excercise description*/
nav a {
color: rgba(255,255,255,0.8);
text-decoration: none;
}
.top-links {
display:inline-block;
float: right;
padding: 0;
margin: 0 20px 0 0;
}
.top-links li {
display: inline-block;
margin: 0 10px;
}
/*Header*/
#header{
width: 100%;
height: 400px;
margin: 0 auto;
color: white;
background-image: url(images/city-scape.svg);
float: right;
}
.npm-logo{
float: left;
width: 100px;
height: 50px;
padding-top: 10px;
padding-right: 10px
}
.search-bar{
width: 1600px;
height: 40px;
color: black;
background-color: rgb(31, 82, 111);
border: 10px;
padding-left: 0px;
border: 1px;
}
.sign-up-or-log-in{
float: right;
text-decoration: none;
color: white;
width: 100;
height: 50px;
padding-top: 10px;
}
.bear-logo{
float: right;
padding-right: 1px;
padding-left: 1px;
}
/*Heading*/
.container{
width: 100;
margin: 100;
padding-top: 30px;
padding-left: 200px;
padding-right: 500px;
font-size: 18px
}
/*where is the following text???: <h1>Build amazing things</h1>
</div>
<div class="amazing-things-text">
<span>npm is the package manager for JavaScript and the world’s largest<br>software registry. Discover packages of
reusable code — and<br>assemble them in powerful new ways.<br></span> */
.button {
color: white;
background-color: #f09233;
border-radius: 50px;
border-color:#f09233;
padding: 7px 18px 8px 18px;
float: center;
border-bottom-color: #f09233;
margin-top: 10px;
outline:none;
font-size:18px;
}
/*Section 1*/
#powerfull-collaboration{
color: white;
background-color: rgb(39,53,71);
height: 500px;
}
.collaboration-team-picture{
float: left;
width: 500px;
padding-left: 100px;
padding-top: 50px;
padding-right:30px;
}
.collaboration-list{
padding-top: 40px;
padding-left:20px;
margin-bottom:20px;
}
.list li{
margin-top: 4px;
margin-bottom: 20px;
}
.red-button {
color: white;
background-color: #cb3837;
border-radius: 50px;
border-color:#cb3837;
padding: 7px 18px 8px 18px;
float: center;
border-bottom-color: #cb3837;
margin-top: 10px;
margin-bottom: 10px;
outline:none;
font-size:18px;
}
#learn-more{
text-decoration: none;
color: white;
}
/* Section 2 */
.what-is-npm {
background-image: url(images/forklift.svg);
height: 400px;
background-size: cover;
color: white;
padding-top: 50px;
padding-left: 30px;
}
.install-button{
color: white;
text-align: left;
background-color: rgb(39, 53, 71);
border-radius: 50px;
border-color:rgb(39, 53, 71);
padding: 7px 18px 8px 18px;
border-bottom-color: rgb(39, 53, 71);
margin-top: 10px;
margin-bottom: 10px;
margin-left: 30px;
outline:none;
font-size:18px;
}
/* Section 3 */
#building-blocks{
text-align: center;
background-color: white;
padding-top: 30px;
color: rgb(83,88,98);
}
.second-block a{
color: rgb(208, 74, 73);
text-decoration: none;
margin:0;
}
#windows{
margin:0 auto;
text-align: center;
}
.service-box {
float: left;
width: 17%;
text-align: center;
font-size: 13px;
color: rgb(83,88,98);
padding-top: 30px;
padding-left: 145px;
padding-bottom: 20px;
} | styles.css | <link rel="stylesheet" type="text/css" href="styles.css">
*{
margin: 0;
padding: 0;
}
body {
font-family: 'Fira Mono';
}
/*Navbar*/
nav {
background-color: #C12127;
color: rgba(255,255,255,0.8);
padding-top: 15px;
height: 50px;
}
/* 100px height above seems to much -naccording to excercise description*/
nav a {
color: rgba(255,255,255,0.8);
text-decoration: none;
}
.top-links {
display:inline-block;
float: right;
padding: 0;
margin: 0 20px 0 0;
}
.top-links li {
display: inline-block;
margin: 0 10px;
}
/*Header*/
#header{
width: 100%;
height: 400px;
margin: 0 auto;
color: white;
background-image: url(images/city-scape.svg);
float: right;
}
.npm-logo{
float: left;
width: 100px;
height: 50px;
padding-top: 10px;
padding-right: 10px
}
.search-bar{
width: 1600px;
height: 40px;
color: black;
background-color: rgb(31, 82, 111);
border: 10px;
padding-left: 0px;
border: 1px;
}
.sign-up-or-log-in{
float: right;
text-decoration: none;
color: white;
width: 100;
height: 50px;
padding-top: 10px;
}
.bear-logo{
float: right;
padding-right: 1px;
padding-left: 1px;
}
/*Heading*/
.container{
width: 100;
margin: 100;
padding-top: 30px;
padding-left: 200px;
padding-right: 500px;
font-size: 18px
}
/*where is the following text???: <h1>Build amazing things</h1>
</div>
<div class="amazing-things-text">
<span>npm is the package manager for JavaScript and the world’s largest<br>software registry. Discover packages of
reusable code — and<br>assemble them in powerful new ways.<br></span> */
.button {
color: white;
background-color: #f09233;
border-radius: 50px;
border-color:#f09233;
padding: 7px 18px 8px 18px;
float: center;
border-bottom-color: #f09233;
margin-top: 10px;
outline:none;
font-size:18px;
}
/*Section 1*/
#powerfull-collaboration{
color: white;
background-color: rgb(39,53,71);
height: 500px;
}
.collaboration-team-picture{
float: left;
width: 500px;
padding-left: 100px;
padding-top: 50px;
padding-right:30px;
}
.collaboration-list{
padding-top: 40px;
padding-left:20px;
margin-bottom:20px;
}
.list li{
margin-top: 4px;
margin-bottom: 20px;
}
.red-button {
color: white;
background-color: #cb3837;
border-radius: 50px;
border-color:#cb3837;
padding: 7px 18px 8px 18px;
float: center;
border-bottom-color: #cb3837;
margin-top: 10px;
margin-bottom: 10px;
outline:none;
font-size:18px;
}
#learn-more{
text-decoration: none;
color: white;
}
/* Section 2 */
.what-is-npm {
background-image: url(images/forklift.svg);
height: 400px;
background-size: cover;
color: white;
padding-top: 50px;
padding-left: 30px;
}
.install-button{
color: white;
text-align: left;
background-color: rgb(39, 53, 71);
border-radius: 50px;
border-color:rgb(39, 53, 71);
padding: 7px 18px 8px 18px;
border-bottom-color: rgb(39, 53, 71);
margin-top: 10px;
margin-bottom: 10px;
margin-left: 30px;
outline:none;
font-size:18px;
}
/* Section 3 */
#building-blocks{
text-align: center;
background-color: white;
padding-top: 30px;
color: rgb(83,88,98);
}
.second-block a{
color: rgb(208, 74, 73);
text-decoration: none;
margin:0;
}
#windows{
margin:0 auto;
text-align: center;
}
.service-box {
float: left;
width: 17%;
text-align: center;
font-size: 13px;
color: rgb(83,88,98);
padding-top: 30px;
padding-left: 145px;
padding-bottom: 20px;
} | 0.339609 | 0.097176 |
input[type=text],input[type="number"] ,input[type="password"] ,select {
width: 60%;
padding: 6px 10px;
margin: 5px 0;
display: inline-block;
border: none;
border-radius: 4px;
box-sizing: border-box;
background-color: rgb(71, 77, 87);
margin-left: 7%;
color: #FFF;
}
input[type=submit] ,button{
width: 60%;
background-color: #cc9628;
color: white;
padding: 6px 20px;
margin: 5px 0;
border: none;
border-radius: 4px;
cursor: pointer;
margin-left: 7%
}
input[type=submit]:hover,button:hover {
background-color: #f99a21;
}
div {
border-radius: 5px;
background-color:rgb(20, 21, 26);
padding: 20px;
width: 40%;
margin-left: 30%;
}
h1{
border-radius: 5px;
background-color:rgb(20, 21, 26);
padding: 20px;
width: 40%;
margin-left: 30%;
color:#c99527
}
label{
color: white
}
body{
background-image:url('https://miro.medium.com/max/700/1*kV8T5QX5Emg8sNBUxCkOGg.jpeg')
;background-size: cover;
background-repeat: no-repeat
}
/* toggle style */
.switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #474d57;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider {
background-color: #c99527
}
input:focus + .slider {
box-shadow: 0 0 1px #c99527
}
input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
border-radius: 34px;
}
.slider.round:before {
border-radius: 50%;
}
.toggle{
padding-left: 0px;
color:#FFF
} | style.css | input[type=text],input[type="number"] ,input[type="password"] ,select {
width: 60%;
padding: 6px 10px;
margin: 5px 0;
display: inline-block;
border: none;
border-radius: 4px;
box-sizing: border-box;
background-color: rgb(71, 77, 87);
margin-left: 7%;
color: #FFF;
}
input[type=submit] ,button{
width: 60%;
background-color: #cc9628;
color: white;
padding: 6px 20px;
margin: 5px 0;
border: none;
border-radius: 4px;
cursor: pointer;
margin-left: 7%
}
input[type=submit]:hover,button:hover {
background-color: #f99a21;
}
div {
border-radius: 5px;
background-color:rgb(20, 21, 26);
padding: 20px;
width: 40%;
margin-left: 30%;
}
h1{
border-radius: 5px;
background-color:rgb(20, 21, 26);
padding: 20px;
width: 40%;
margin-left: 30%;
color:#c99527
}
label{
color: white
}
body{
background-image:url('https://miro.medium.com/max/700/1*kV8T5QX5Emg8sNBUxCkOGg.jpeg')
;background-size: cover;
background-repeat: no-repeat
}
/* toggle style */
.switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #474d57;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider {
background-color: #c99527
}
input:focus + .slider {
box-shadow: 0 0 1px #c99527
}
input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
border-radius: 34px;
}
.slider.round:before {
border-radius: 50%;
}
.toggle{
padding-left: 0px;
color:#FFF
} | 0.416203 | 0.109087 |
* {
box-sizing: border-box;
}
body {
font-family: "Open Sans";
line-height: 1.618em;
}
.wrapper {
max-width: 60rem;
width: 100%;
margin: 5rem auto;
position: relative;
}
a {
text-decoration: none;
}
/* activate flebox */
nav {
display: flex;
justify-content: center; /* align in the center */
font-size: 1.2em;
}
/* set the hight */
nav .menu_item {
height: 3em;
line-height: 3em;
}
/* style the icons */
nav .menu_item .fa {
display: block;
position: absolute;
left: 0;
background: #2980b9;
height: 100%;
line-height: inherit;
width: 3em;
text-align: center;
transition: all 0.35s;
}
/* the links */
nav a {
position: relative;
display: block; /* we can control the layout */
padding-right: 2em;
height: 100%; /* fill the height */
background: #3498db;
color: #fff;
position: relative; /* absolute position to the icons */
z-index: 1;
overflow: hidden;
border-right: 0.25em solid #fff;
}
/*we don't need in the last the border */
nav .menu_item:last-of-type a {
border-right: 0;
}
/*convert the span into a block element */
nav a span {
display: block;
margin-left: 4.5em;
}
/* hover menu effect */
nav a::after {
content: "";
background: #2980b9;
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: -100%;
right: 100%;
transition: all 0.35s;
}
.open_menu {
position: absolute;
top: 0;
left: 0;
opacity: 0; /* don't show the menu */
}
.burger {
display: none;
font-size: 1.2em;
position: relative;
background: #3498db;
color: #fff;
width: 3em;
height: 3em;
overflow: hidden;
text-align: center;
margin-bottom: 0.25em;
cursor: pointer;
transition: background 0.35s;
}
.burger .fa {
pointer-events: none;
display: block;
width: 3em;
height: 3em;
line-height: 3em;
}
/* THREE DIFERENT WAYS THAT THE MENU WILL APPEAR */
/* FULL SPACE */
@media (min-width: 55rem) {
nav a:hover::after {
left: 0;
right: 0;
top: 0;
bottom: 0;
transition: all 0.35s;
}
nav a:hover .fa {
font-size: 1.25em;
width: 3.6em;
transition: all 0.35s;
}
}
/* IN MEDIUM SPACE */
@media (max-width: 55rem) {
nav a span {
margin-left: 1em;
width: 0;
transition: margin-left 0.5s ease;
}
nav a:hover span {
margin-left: 4.5em;
width: auto;
transition: margin-left 0.5s ease;
}
}
/* SMALL SPACE */
@media (max-width: 30rem) {
.burger {
display: block;
}
/* when the checkbox is checked */
.open_menu:checked + .burger {
background: #2980b9;
transition: background 0.35s;
}
.open_menu:checked + .burger + nav {
right: 0;
transition: all 0.35s;
}
nav {
position: absolute;
z-index: 99;
width: 100%;
right: 100%; /* push the menu off the screen */
flex-direction: column; /* remove stack menu */
transition: all 0.35s;
}
nav div {
border-bottom: 0.25em solid #fff;
}
nav a {
border-right: 0;
}
nav a span {
margin-left: 4.5em;
width: auto;
transition: margin-left 0.5s ease;
}
nav a:hover::after {
left: 0;
right: 0;
top: 0;
bottom: 0;
transition: all 0.35s;
}
nav a:hover .fa {
font-size: 1.25em;
width: 3.6em;
transition: all 0.35s;
}
} | files/2.8/styles.css | * {
box-sizing: border-box;
}
body {
font-family: "Open Sans";
line-height: 1.618em;
}
.wrapper {
max-width: 60rem;
width: 100%;
margin: 5rem auto;
position: relative;
}
a {
text-decoration: none;
}
/* activate flebox */
nav {
display: flex;
justify-content: center; /* align in the center */
font-size: 1.2em;
}
/* set the hight */
nav .menu_item {
height: 3em;
line-height: 3em;
}
/* style the icons */
nav .menu_item .fa {
display: block;
position: absolute;
left: 0;
background: #2980b9;
height: 100%;
line-height: inherit;
width: 3em;
text-align: center;
transition: all 0.35s;
}
/* the links */
nav a {
position: relative;
display: block; /* we can control the layout */
padding-right: 2em;
height: 100%; /* fill the height */
background: #3498db;
color: #fff;
position: relative; /* absolute position to the icons */
z-index: 1;
overflow: hidden;
border-right: 0.25em solid #fff;
}
/*we don't need in the last the border */
nav .menu_item:last-of-type a {
border-right: 0;
}
/*convert the span into a block element */
nav a span {
display: block;
margin-left: 4.5em;
}
/* hover menu effect */
nav a::after {
content: "";
background: #2980b9;
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: -100%;
right: 100%;
transition: all 0.35s;
}
.open_menu {
position: absolute;
top: 0;
left: 0;
opacity: 0; /* don't show the menu */
}
.burger {
display: none;
font-size: 1.2em;
position: relative;
background: #3498db;
color: #fff;
width: 3em;
height: 3em;
overflow: hidden;
text-align: center;
margin-bottom: 0.25em;
cursor: pointer;
transition: background 0.35s;
}
.burger .fa {
pointer-events: none;
display: block;
width: 3em;
height: 3em;
line-height: 3em;
}
/* THREE DIFERENT WAYS THAT THE MENU WILL APPEAR */
/* FULL SPACE */
@media (min-width: 55rem) {
nav a:hover::after {
left: 0;
right: 0;
top: 0;
bottom: 0;
transition: all 0.35s;
}
nav a:hover .fa {
font-size: 1.25em;
width: 3.6em;
transition: all 0.35s;
}
}
/* IN MEDIUM SPACE */
@media (max-width: 55rem) {
nav a span {
margin-left: 1em;
width: 0;
transition: margin-left 0.5s ease;
}
nav a:hover span {
margin-left: 4.5em;
width: auto;
transition: margin-left 0.5s ease;
}
}
/* SMALL SPACE */
@media (max-width: 30rem) {
.burger {
display: block;
}
/* when the checkbox is checked */
.open_menu:checked + .burger {
background: #2980b9;
transition: background 0.35s;
}
.open_menu:checked + .burger + nav {
right: 0;
transition: all 0.35s;
}
nav {
position: absolute;
z-index: 99;
width: 100%;
right: 100%; /* push the menu off the screen */
flex-direction: column; /* remove stack menu */
transition: all 0.35s;
}
nav div {
border-bottom: 0.25em solid #fff;
}
nav a {
border-right: 0;
}
nav a span {
margin-left: 4.5em;
width: auto;
transition: margin-left 0.5s ease;
}
nav a:hover::after {
left: 0;
right: 0;
top: 0;
bottom: 0;
transition: all 0.35s;
}
nav a:hover .fa {
font-size: 1.25em;
width: 3.6em;
transition: all 0.35s;
}
} | 0.477311 | 0.107437 |
body {
margin: 0;
padding: 0;
font-family: sans-serif;
}
.App {
text-align: center;
width: 100vw;
}
.OSU-logo {
margin-top:auto;
margin-bottom:auto;
height: 50px;
padding-left:5px;
}
.ODOT-logo {
height: 50px;
}
.App-header a{
margin-top:auto;
margin-bottom: auto;
}
.report-icon{
height:15px;
width:15px;
margin-right:5px;
filter:brightness(100);
}
.viz-icon{
height:15px;
width:15px;
margin-right:5px;
filter: brightness(100);
}
.home-icon{
height:15px;
width:15px;
margin-right:5px;
filter:brightness(100);
}
.upload-icon{
height:15px;
width:15px;
margin-right:5px;
filter:brightness(100);
}
.ride-logo{
height:50px;
}
.logos{
display: inline-flex;
width:240px;
min-width: 240px;
height:9vh;
}
.App-header {
min-height: 56px;
display: inline-flex;
background-color: #222;
margin-top:auto;
margin-bottom: auto;
width:100vw;
height:9vh;
color: white;
overflow: hidden;
}
.App-title{
text-align: left;
font-size: 50px;
padding-top:0px;
padding-bottom: 0px;
font-family: sans-serif;
font-weight: bold;
margin-top:auto;
margin-bottom: auto;
margin-left:5px;
}
.AllContent{
height:91vh;
max-height:91vh;
width:100vw;
display: inline-flex;
}
.return{
height:20px;
color:white;
margin:5px;
padding:8px;
background: #555;
border-radius: 10px;
}
.return a{
text-decoration: none;
color:white;
}
.upload-module{
background:#888;
margin:auto;
margin-top:0px;
color:white;
}
#loading{
display:none;
position: fixed;
top:28vh;
left:45vw;
margin:auto;
height:50vh;
width:50vw;
font-size: 30px;
font-weight: bold;
}
.loader{
position: fixed;
top:35vh;
left:45vw;
margin:auto;
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #3498db;
width: 120px;
height: 120px;
-webkit-animation: spin 2s linear infinite; /* Safari */
animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.leftVerticalBar{
width:15vw;
min-width: 240px;
height:91vh;
max-height: 91vh;
background-color: #555;
overflow: auto;
}
.footer{
color:white;
background-color: #555;
}
.nav{
text-align: left;
margin-top:0px;
color:white;
width:100%;
height:91vh;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.NavElement{
display:inline;
}
.SubNavElement{
background-color:#AAA;
text-align: left;
color:white;
margin-top:0px;
margin-bottom:0px;
padding-top:0px;
padding-bottom:0px;
font-size: 14px;
width:100%;
}
.SubNavElement a{
background-color: #AAA;
padding-left: 45px;
padding-bottom: 5px;
padding-bottom: 5px;
margin:0px;
}
.SubNavElement a:hover:not(.active) {
background-color: #999;
color: white;
text-decoration: none;
}
.panelDef{
padding: 10px 10px;
text-align: center;
font-size: 20px;
color: black;
background-color: #f5f7f9;
}
ul {
list-style-type: circle;
width: 100%;
margin-left:0px;
padding-left: 0px;
padding-top:0px;
margin-top:0px;
padding-bottom:0px;
margin-bottom:0px;
}
li a {
display: block;
padding: 8px 16px;
text-decoration: none;
background-color: #555;
border-bottom:solid 1px #999;
color: white;
}
li a.active {
background-color: #4CAF50;
color: white;
}
li a:hover:not(.active) {
background-color: #999;
color: white;
text-decoration: none;
}
.contentPanel{
display: inline-flex;
padding-top:0px;
padding-bottom: 0px;
text-align: left;
width:85vw;
height:91vh;
background-color: white;
overflow: auto;
}
#historyPanel{
width:85vw;
height:91vh;
display: block;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera < 12.1 */
animation: fadein 2s;
}
.hisTitle{
width:100%;
text-align: center;
margin-left:auto;
margin-right: auto;
margin-top:10px;
margin-bottom: 10px;
height:9vh;
color:#222;
font-size: 32px;
font-weight: bold;
border-bottom: solid 2px black;
}
#ImportPanel{
display:none;
width:85vw;
height:91vh;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera < 12.1 */
animation: fadein 2s;
}
.ImportTitle{
width:100%;
text-align: center;
margin-left:auto;
margin-right: auto;
margin-top:10px;
margin-bottom: 10px;
height:fit-content;
color:#222;
font-size: 32px;
font-weight: bold;
border-bottom: solid 2px black;
padding-bottom: 5px;
}
#LoadPanel{
display:none;
width:85vw;
height:91vh;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera < 12.1 */
animation: fadein 2s;
}
.LoadTitle{
width:100%;
text-align: center;
margin-left:auto;
margin-right: auto;
margin-top:10px;
margin-bottom: 10px;
height:9vh;
color:#222;
font-size: 32px;
font-weight: bold;
border-bottom: solid 2px black;
}
#table_id{
height:100%;
width:98%;
}
#import_table_id{
height:100%;
width:100%;
}
#agencyloaded{
display: none;
color:green;
font-weight: bold;
}
#agencynotloaded{
padding:5px;
text-align: center;
width:fit-content;
color:rgb(235, 92, 92);;
font-weight: bold;
}
#stopsloaded{
display: none;
color:green;
font-weight: bold;
}
#stopsnotloaded{
padding:5px;
text-align: center;
width:fit-content;
color:rgb(235, 92, 92);;
font-weight: bold;
}
#routesloaded{
display: none;
color:green;
font-weight: bold;
}
#routesnotloaded{
padding:5px;
text-align: center;
width:fit-content;
color:rgb(235, 92, 92);;
font-weight: bold;
}
#tripsloaded{
display: none;
color:green;
font-weight: bold;
}
#tripsnotloaded{
padding:5px;
text-align: center;
width:fit-content;
color:rgb(235, 92, 92);;
font-weight: bold;
}
#stop_timesloaded{
display: none;
color:green;
font-weight: bold;
}
#stop_timesnotloaded{
padding:5px;
text-align: center;
width:fit-content;
color:rgb(235, 92, 92);;
font-weight: bold;
}
#calendarloaded{
display: none;
color:green;
font-weight: bold;
}
#calendarnotloaded{
padding:5px;
text-align: center;
width:fit-content;
color:rgb(235, 92, 92);;
font-weight: bold;
}
#calendar_datesloaded{
display: none;
color:green;
font-weight: bold;
}
#calendar_datesnotloaded{
padding:5px;
text-align: center;
width:fit-content;
color:rgb(235, 92, 92);;
font-weight: bold;
}
#fare_attributesloaded{
display: none;
color:green;
font-weight: bold;
}
#fare_attributesnotloaded{
padding:5px;
text-align: center;
width:fit-content;
color:rgb(235, 92, 92);;
font-weight: bold;
}
#shapesloaded{
display: none;
color:green;
font-weight: bold;
}
#shapesnotloaded{
padding:5px;
text-align: center;
width:fit-content;
color:rgb(235, 92, 92);;
font-weight: bold;
}
#fare_rulesloaded{
display: none;
color:green;
font-weight: bold;
}
#fare_rulesnotloaded{
padding:5px;
text-align: center;
width:fit-content;
color:rgb(235, 92, 92);;
font-weight: bold;
}
#transfersloaded{
display: none;
color:green;
font-weight: bold;
}
#transfersnotloaded{
padding:5px;
text-align: center;
width:fit-content;
color:rgb(235, 92, 92);;
font-weight: bold;
}
#frequenciesloaded{
display: none;
color:green;
font-weight: bold;
}
#frequenciesnotloaded{
padding:5px;
text-align: center;
width:fit-content;
color:rgb(235, 92, 92);;
font-weight: bold;
}
#feed_infoloaded{
display: none;
color:green;
font-weight: bold;
}
#feed_infonotloaded{
padding:5px;
text-align: center;
width:fit-content;
color:rgb(235, 92, 92);;
font-weight: bold;
}
#board_alightloaded{
display: none;
color:green;
font-weight: bold;
}
#board_alightnotloaded{
padding:5px;
text-align: center;
width:fit-content;
color:rgb(235, 92, 92);;
font-weight: bold;
}
#trip_capacityloaded{
display: none;
color:green;
font-weight: bold;
}
#trip_capacitynotloaded{
padding:5px;
text-align: center;
width:fit-content;
color:rgb(235, 92, 92);;
font-weight: bold;
}
#ridertriploaded{
display: none;
color:green;
font-weight: bold;
}
#ridertripnotloaded{
padding:5px;
text-align: center;
width:fit-content;
color:rgb(235, 92, 92);;
font-weight: bold;
}
#ride_feed_infoloaded{
display: none;
color:green;
font-weight: bold;
}
#ride_feed_infonotloaded{
padding:5px;
text-align: center;
width:fit-content;
color:rgb(235, 92, 92);;
font-weight: bold;
}
#ridershiploaded{
display: none;
color:green;
font-weight: bold;
}
#ridershipnotloaded{
padding:5px;
text-align: center;
width:fit-content;
color:rgb(235, 92, 92);;
font-weight: bold;
}
button{
background-color: #222;
font-size:16px;
font-weight: bold;
color:white;
padding:5px;
border-radius:5px;
border:none;
cursor: pointer;
}
button:hover{
background-color:#999;
}
.toolBar input:hover{
background-color:#999;
}
.importmodule{
width:100%;
height:100%;
}
.toolBar{
padding:5px;
border-top:solid 2px #222;
display:inline-flex;
width:100%;
height:100%;
}
.toolBar input,button{
background-color: #222;
font-size:16px;
font-weight: bold;
color:white;
padding:5px;
margin-right:5px;
border-radius:5px;
border:none;
cursor: pointer;
}
.fileSelector{
font-size: 16px;
font-weight: bold;
text-align: left;
}
.uploadInfo{
align-content: center;
display:flex;
height:50px;
width:100%;
margin-top:auto;
margin-bottom:auto;
}
select{
margin-left:5px;
margin-right:5px;
}
.uploadInfo input{
height:20px;
margin-left:5px;
margin-right:5px;
margin-top:0px;
margin-bottom:0px;
padding:0px;
}
.required{
width:fit-content;
color:green;
padding:5px;
}
.notrequired{
width:fit-content;
color:rgb(235, 92, 92);;
padding:5px;
font-weight: bold;
}
.editmodule{
margin-top:5px;
align-content: center;
width:100%;
margin-left:5%;
margin-right:5%;
}
#editPanel{
display:none;
width:85vw;
height:91vh;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera < 12.1 */
animation: fadein 2s;
}
#editPanel textarea{
width:90%;
height:70vh;
margin-left: auto;
margin-right: auto;
}
.EditTitle{
display:inline-flex;
width:100%;
text-align: center;
margin-left:auto;
margin-right: auto;
margin-top:10px;
margin-bottom: 10px;
height:9vh;
color:#222;
font-size: 32px;
font-weight: bold;
border-bottom: solid 2px black;
}
.EditTitle button{
height:32px;
margin-top:10px;
margin-bottom:10px;
margin-left:10px;
margin-right:10px;
}
#createPanel{
display:none;
width:85vw;
height:91vh;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera < 12.1 */
animation: fadein 2s;
}
.CreateTitle{
display:inline-flex;
width:100%;
text-align: center;
margin-left:auto;
margin-right: auto;
margin-top:10px;
margin-bottom: 10px;
height:9vh;
color:#222;
font-size: 32px;
font-weight: bold;
border-bottom: solid 2px black;
}
.CreateTitle button{
height:32px;
margin-top:10px;
margin-bottom:10px;
}
#board_alight_download{
display:none;
}
#ridertrip_download{
display:none;
}
#ridership_download{
display:none;
}
#trip_capacity_download{
display:none;
}
#ride_feed_info_download{
display:none;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
} | backend/public/css/style.css | body {
margin: 0;
padding: 0;
font-family: sans-serif;
}
.App {
text-align: center;
width: 100vw;
}
.OSU-logo {
margin-top:auto;
margin-bottom:auto;
height: 50px;
padding-left:5px;
}
.ODOT-logo {
height: 50px;
}
.App-header a{
margin-top:auto;
margin-bottom: auto;
}
.report-icon{
height:15px;
width:15px;
margin-right:5px;
filter:brightness(100);
}
.viz-icon{
height:15px;
width:15px;
margin-right:5px;
filter: brightness(100);
}
.home-icon{
height:15px;
width:15px;
margin-right:5px;
filter:brightness(100);
}
.upload-icon{
height:15px;
width:15px;
margin-right:5px;
filter:brightness(100);
}
.ride-logo{
height:50px;
}
.logos{
display: inline-flex;
width:240px;
min-width: 240px;
height:9vh;
}
.App-header {
min-height: 56px;
display: inline-flex;
background-color: #222;
margin-top:auto;
margin-bottom: auto;
width:100vw;
height:9vh;
color: white;
overflow: hidden;
}
.App-title{
text-align: left;
font-size: 50px;
padding-top:0px;
padding-bottom: 0px;
font-family: sans-serif;
font-weight: bold;
margin-top:auto;
margin-bottom: auto;
margin-left:5px;
}
.AllContent{
height:91vh;
max-height:91vh;
width:100vw;
display: inline-flex;
}
.return{
height:20px;
color:white;
margin:5px;
padding:8px;
background: #555;
border-radius: 10px;
}
.return a{
text-decoration: none;
color:white;
}
.upload-module{
background:#888;
margin:auto;
margin-top:0px;
color:white;
}
#loading{
display:none;
position: fixed;
top:28vh;
left:45vw;
margin:auto;
height:50vh;
width:50vw;
font-size: 30px;
font-weight: bold;
}
.loader{
position: fixed;
top:35vh;
left:45vw;
margin:auto;
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #3498db;
width: 120px;
height: 120px;
-webkit-animation: spin 2s linear infinite; /* Safari */
animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.leftVerticalBar{
width:15vw;
min-width: 240px;
height:91vh;
max-height: 91vh;
background-color: #555;
overflow: auto;
}
.footer{
color:white;
background-color: #555;
}
.nav{
text-align: left;
margin-top:0px;
color:white;
width:100%;
height:91vh;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.NavElement{
display:inline;
}
.SubNavElement{
background-color:#AAA;
text-align: left;
color:white;
margin-top:0px;
margin-bottom:0px;
padding-top:0px;
padding-bottom:0px;
font-size: 14px;
width:100%;
}
.SubNavElement a{
background-color: #AAA;
padding-left: 45px;
padding-bottom: 5px;
padding-bottom: 5px;
margin:0px;
}
.SubNavElement a:hover:not(.active) {
background-color: #999;
color: white;
text-decoration: none;
}
.panelDef{
padding: 10px 10px;
text-align: center;
font-size: 20px;
color: black;
background-color: #f5f7f9;
}
ul {
list-style-type: circle;
width: 100%;
margin-left:0px;
padding-left: 0px;
padding-top:0px;
margin-top:0px;
padding-bottom:0px;
margin-bottom:0px;
}
li a {
display: block;
padding: 8px 16px;
text-decoration: none;
background-color: #555;
border-bottom:solid 1px #999;
color: white;
}
li a.active {
background-color: #4CAF50;
color: white;
}
li a:hover:not(.active) {
background-color: #999;
color: white;
text-decoration: none;
}
.contentPanel{
display: inline-flex;
padding-top:0px;
padding-bottom: 0px;
text-align: left;
width:85vw;
height:91vh;
background-color: white;
overflow: auto;
}
#historyPanel{
width:85vw;
height:91vh;
display: block;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera < 12.1 */
animation: fadein 2s;
}
.hisTitle{
width:100%;
text-align: center;
margin-left:auto;
margin-right: auto;
margin-top:10px;
margin-bottom: 10px;
height:9vh;
color:#222;
font-size: 32px;
font-weight: bold;
border-bottom: solid 2px black;
}
#ImportPanel{
display:none;
width:85vw;
height:91vh;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera < 12.1 */
animation: fadein 2s;
}
.ImportTitle{
width:100%;
text-align: center;
margin-left:auto;
margin-right: auto;
margin-top:10px;
margin-bottom: 10px;
height:fit-content;
color:#222;
font-size: 32px;
font-weight: bold;
border-bottom: solid 2px black;
padding-bottom: 5px;
}
#LoadPanel{
display:none;
width:85vw;
height:91vh;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera < 12.1 */
animation: fadein 2s;
}
.LoadTitle{
width:100%;
text-align: center;
margin-left:auto;
margin-right: auto;
margin-top:10px;
margin-bottom: 10px;
height:9vh;
color:#222;
font-size: 32px;
font-weight: bold;
border-bottom: solid 2px black;
}
#table_id{
height:100%;
width:98%;
}
#import_table_id{
height:100%;
width:100%;
}
#agencyloaded{
display: none;
color:green;
font-weight: bold;
}
#agencynotloaded{
padding:5px;
text-align: center;
width:fit-content;
color:rgb(235, 92, 92);;
font-weight: bold;
}
#stopsloaded{
display: none;
color:green;
font-weight: bold;
}
#stopsnotloaded{
padding:5px;
text-align: center;
width:fit-content;
color:rgb(235, 92, 92);;
font-weight: bold;
}
#routesloaded{
display: none;
color:green;
font-weight: bold;
}
#routesnotloaded{
padding:5px;
text-align: center;
width:fit-content;
color:rgb(235, 92, 92);;
font-weight: bold;
}
#tripsloaded{
display: none;
color:green;
font-weight: bold;
}
#tripsnotloaded{
padding:5px;
text-align: center;
width:fit-content;
color:rgb(235, 92, 92);;
font-weight: bold;
}
#stop_timesloaded{
display: none;
color:green;
font-weight: bold;
}
#stop_timesnotloaded{
padding:5px;
text-align: center;
width:fit-content;
color:rgb(235, 92, 92);;
font-weight: bold;
}
#calendarloaded{
display: none;
color:green;
font-weight: bold;
}
#calendarnotloaded{
padding:5px;
text-align: center;
width:fit-content;
color:rgb(235, 92, 92);;
font-weight: bold;
}
#calendar_datesloaded{
display: none;
color:green;
font-weight: bold;
}
#calendar_datesnotloaded{
padding:5px;
text-align: center;
width:fit-content;
color:rgb(235, 92, 92);;
font-weight: bold;
}
#fare_attributesloaded{
display: none;
color:green;
font-weight: bold;
}
#fare_attributesnotloaded{
padding:5px;
text-align: center;
width:fit-content;
color:rgb(235, 92, 92);;
font-weight: bold;
}
#shapesloaded{
display: none;
color:green;
font-weight: bold;
}
#shapesnotloaded{
padding:5px;
text-align: center;
width:fit-content;
color:rgb(235, 92, 92);;
font-weight: bold;
}
#fare_rulesloaded{
display: none;
color:green;
font-weight: bold;
}
#fare_rulesnotloaded{
padding:5px;
text-align: center;
width:fit-content;
color:rgb(235, 92, 92);;
font-weight: bold;
}
#transfersloaded{
display: none;
color:green;
font-weight: bold;
}
#transfersnotloaded{
padding:5px;
text-align: center;
width:fit-content;
color:rgb(235, 92, 92);;
font-weight: bold;
}
#frequenciesloaded{
display: none;
color:green;
font-weight: bold;
}
#frequenciesnotloaded{
padding:5px;
text-align: center;
width:fit-content;
color:rgb(235, 92, 92);;
font-weight: bold;
}
#feed_infoloaded{
display: none;
color:green;
font-weight: bold;
}
#feed_infonotloaded{
padding:5px;
text-align: center;
width:fit-content;
color:rgb(235, 92, 92);;
font-weight: bold;
}
#board_alightloaded{
display: none;
color:green;
font-weight: bold;
}
#board_alightnotloaded{
padding:5px;
text-align: center;
width:fit-content;
color:rgb(235, 92, 92);;
font-weight: bold;
}
#trip_capacityloaded{
display: none;
color:green;
font-weight: bold;
}
#trip_capacitynotloaded{
padding:5px;
text-align: center;
width:fit-content;
color:rgb(235, 92, 92);;
font-weight: bold;
}
#ridertriploaded{
display: none;
color:green;
font-weight: bold;
}
#ridertripnotloaded{
padding:5px;
text-align: center;
width:fit-content;
color:rgb(235, 92, 92);;
font-weight: bold;
}
#ride_feed_infoloaded{
display: none;
color:green;
font-weight: bold;
}
#ride_feed_infonotloaded{
padding:5px;
text-align: center;
width:fit-content;
color:rgb(235, 92, 92);;
font-weight: bold;
}
#ridershiploaded{
display: none;
color:green;
font-weight: bold;
}
#ridershipnotloaded{
padding:5px;
text-align: center;
width:fit-content;
color:rgb(235, 92, 92);;
font-weight: bold;
}
button{
background-color: #222;
font-size:16px;
font-weight: bold;
color:white;
padding:5px;
border-radius:5px;
border:none;
cursor: pointer;
}
button:hover{
background-color:#999;
}
.toolBar input:hover{
background-color:#999;
}
.importmodule{
width:100%;
height:100%;
}
.toolBar{
padding:5px;
border-top:solid 2px #222;
display:inline-flex;
width:100%;
height:100%;
}
.toolBar input,button{
background-color: #222;
font-size:16px;
font-weight: bold;
color:white;
padding:5px;
margin-right:5px;
border-radius:5px;
border:none;
cursor: pointer;
}
.fileSelector{
font-size: 16px;
font-weight: bold;
text-align: left;
}
.uploadInfo{
align-content: center;
display:flex;
height:50px;
width:100%;
margin-top:auto;
margin-bottom:auto;
}
select{
margin-left:5px;
margin-right:5px;
}
.uploadInfo input{
height:20px;
margin-left:5px;
margin-right:5px;
margin-top:0px;
margin-bottom:0px;
padding:0px;
}
.required{
width:fit-content;
color:green;
padding:5px;
}
.notrequired{
width:fit-content;
color:rgb(235, 92, 92);;
padding:5px;
font-weight: bold;
}
.editmodule{
margin-top:5px;
align-content: center;
width:100%;
margin-left:5%;
margin-right:5%;
}
#editPanel{
display:none;
width:85vw;
height:91vh;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera < 12.1 */
animation: fadein 2s;
}
#editPanel textarea{
width:90%;
height:70vh;
margin-left: auto;
margin-right: auto;
}
.EditTitle{
display:inline-flex;
width:100%;
text-align: center;
margin-left:auto;
margin-right: auto;
margin-top:10px;
margin-bottom: 10px;
height:9vh;
color:#222;
font-size: 32px;
font-weight: bold;
border-bottom: solid 2px black;
}
.EditTitle button{
height:32px;
margin-top:10px;
margin-bottom:10px;
margin-left:10px;
margin-right:10px;
}
#createPanel{
display:none;
width:85vw;
height:91vh;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera < 12.1 */
animation: fadein 2s;
}
.CreateTitle{
display:inline-flex;
width:100%;
text-align: center;
margin-left:auto;
margin-right: auto;
margin-top:10px;
margin-bottom: 10px;
height:9vh;
color:#222;
font-size: 32px;
font-weight: bold;
border-bottom: solid 2px black;
}
.CreateTitle button{
height:32px;
margin-top:10px;
margin-bottom:10px;
}
#board_alight_download{
display:none;
}
#ridertrip_download{
display:none;
}
#ridership_download{
display:none;
}
#trip_capacity_download{
display:none;
}
#ride_feed_info_download{
display:none;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
} | 0.417153 | 0.061933 |
.green-disclaimer {
display: none;
}
.disclaimer {
bottom: 101px;
left: 35px;
position: absolute;
font-size: .9em;
}
body {
padding-top: 0px !important;
font-family: 'Arial';
}
html {
background-color: white;
}
#result-container {
display: none !important;
}
header {
display: none !important;
}
footer {
display: none !important;
}
.relative-column {
position: relative;
display: flex;
}
.relative-column svg {
position: absolute;
top: 20px;
left: 40px;
transform: scale(8);
}
.relative-column a {
padding: 15px 0 5px 68px;
display: inline-block;
font-size: 37px;
line-height: 20px;
}
.relative-column a[href]:after {
font-size: .25em;
}
.print-page {
display: block !important;
-webkit-print-color-adjust: exact;
position: relative;
background: white;
width: 100%;
}
.print-page .relative-column {
position: relative;
display: flex;
}
.print-page .relative-column svg {
position: absolute;
top: 20px;
left: 40px;
transform: scale(8);
}
.print-page .relative-column a {
padding: 18px 0 7px 68px;
display: inline-block;
font-size: 22px;
line-height: 20px;
font-weight: bold;
}
.print-page .relative-column a[href]:after {
font-size: .25em;
display: none;
}
.print-page .page {
position: relative;
width: 210mm;
height: 280mm;
}
.print-page .print-header .cbre-logo-alt {
color: #006a4d !important;
font-size: 20px;
padding-right: 0px;
}
.print-page .print-header h1 {
padding: 5px 0 10px 85px;
font-size: 18px;
display: inline-block;
}
.relative-column img {
height: 14px;
position: absolute;
top: 21px;
}
.print-page .print-footer {
position: absolute;
bottom: -10px;
font-size: 8px;
}
.print-page .personalize-row {
background: #006a4d !important;
}
.print-page .personalize-row button {
display: none;
}
.print-page .personalize-row .prepared-div {
font-size: 20px;
display: inline-block;
background: #006a4d !important;
width: 100%;
float: left;
position: relative;
padding: 10px;
}
.print-page .personalize-row .prepared-div .title, .print-page .personalize-row .prepared-div .value {
color: white !important;
}
.print-page .personalize-row .prepared-div input {
border: none;
background: transparent;
width: 80%;
}
.personalize-row > div {
width: 100%;
}
.print-page .project-title {
font-size: 20px;
color: #006a4d !important;
border-bottom: 1px solid #006a4d;
margin-top: 15px;
}
.print-page .result-number .col-xs-6 {
width: 100%;
}
.print-page .result-number .col-xs-6 .text-title {
font-size: 15px;
font-weight: bold;
}
.print-page .result-number .col-xs-6 .number {
font-size: 20px;
margin-bottom: 20px;
}
.print-page .contour-chart {
float: right;
width: 110%;
height: 316px;
}
.print-page .contour-chart .axis {
font-size: 18px;
}
.print-page .contour-chart .s-1 {
color: #00B2dd;
stroke: #00B2dd;
fill: #00B2dd;
}
.print-page .contour-chart .s-2 {
color: #f58220;
stroke: #f58220;
fill: #f58220;
}
.print-page .rent-legend, .print-page .expense-legend {
display: inline-block;
width: 150px;
margin: 0 5px;
float: right;
}
.print-page .rent-legend {
border-top: 3px solid #00B2dd;
}
.print-page .expense-legend {
border-top: 3px solid #f58220;
}
.print-page .result-table {
margin-top: 20px;
width: 100%;
}
.print-page .result-table td, .print-page .result-table th {
padding: 2px 10px;
text-align: right;
font-size: 12px !important;
}
.print-page .result-table th {
padding-bottom: 15px;
font-weight: bold;
border-bottom: 2px solid #818A8F;
}
.print-page .result-table .total-row td {
border-top: 2px solid #dfdfdf;
}
_:-ms-lang(x), .print-page {
.page {
position: relative;
width: 210mm;
height: 290mm !important;
}
}
@-moz-document url-prefix() {
body {
overflow-x: visible !important;
padding-top: 50px !important;
padding-bottom: 20px;
}
.page {
height: 286mm !important;
}
.page .result-table {
width: 100%;
}
.page .result-table td {
font-size: 10px !important;
}
.print-footer {
font-size: 10px;
overflow-x: visible !important;
}
}
.logo-link {
color: black;
}
#external-link a {
color: black;
}
.print-page .rent-summary .left-group {
margin-bottom: 20px;
width: 100%;
}
.right-group {
width: 100%;
} | css/pdf.css | .green-disclaimer {
display: none;
}
.disclaimer {
bottom: 101px;
left: 35px;
position: absolute;
font-size: .9em;
}
body {
padding-top: 0px !important;
font-family: 'Arial';
}
html {
background-color: white;
}
#result-container {
display: none !important;
}
header {
display: none !important;
}
footer {
display: none !important;
}
.relative-column {
position: relative;
display: flex;
}
.relative-column svg {
position: absolute;
top: 20px;
left: 40px;
transform: scale(8);
}
.relative-column a {
padding: 15px 0 5px 68px;
display: inline-block;
font-size: 37px;
line-height: 20px;
}
.relative-column a[href]:after {
font-size: .25em;
}
.print-page {
display: block !important;
-webkit-print-color-adjust: exact;
position: relative;
background: white;
width: 100%;
}
.print-page .relative-column {
position: relative;
display: flex;
}
.print-page .relative-column svg {
position: absolute;
top: 20px;
left: 40px;
transform: scale(8);
}
.print-page .relative-column a {
padding: 18px 0 7px 68px;
display: inline-block;
font-size: 22px;
line-height: 20px;
font-weight: bold;
}
.print-page .relative-column a[href]:after {
font-size: .25em;
display: none;
}
.print-page .page {
position: relative;
width: 210mm;
height: 280mm;
}
.print-page .print-header .cbre-logo-alt {
color: #006a4d !important;
font-size: 20px;
padding-right: 0px;
}
.print-page .print-header h1 {
padding: 5px 0 10px 85px;
font-size: 18px;
display: inline-block;
}
.relative-column img {
height: 14px;
position: absolute;
top: 21px;
}
.print-page .print-footer {
position: absolute;
bottom: -10px;
font-size: 8px;
}
.print-page .personalize-row {
background: #006a4d !important;
}
.print-page .personalize-row button {
display: none;
}
.print-page .personalize-row .prepared-div {
font-size: 20px;
display: inline-block;
background: #006a4d !important;
width: 100%;
float: left;
position: relative;
padding: 10px;
}
.print-page .personalize-row .prepared-div .title, .print-page .personalize-row .prepared-div .value {
color: white !important;
}
.print-page .personalize-row .prepared-div input {
border: none;
background: transparent;
width: 80%;
}
.personalize-row > div {
width: 100%;
}
.print-page .project-title {
font-size: 20px;
color: #006a4d !important;
border-bottom: 1px solid #006a4d;
margin-top: 15px;
}
.print-page .result-number .col-xs-6 {
width: 100%;
}
.print-page .result-number .col-xs-6 .text-title {
font-size: 15px;
font-weight: bold;
}
.print-page .result-number .col-xs-6 .number {
font-size: 20px;
margin-bottom: 20px;
}
.print-page .contour-chart {
float: right;
width: 110%;
height: 316px;
}
.print-page .contour-chart .axis {
font-size: 18px;
}
.print-page .contour-chart .s-1 {
color: #00B2dd;
stroke: #00B2dd;
fill: #00B2dd;
}
.print-page .contour-chart .s-2 {
color: #f58220;
stroke: #f58220;
fill: #f58220;
}
.print-page .rent-legend, .print-page .expense-legend {
display: inline-block;
width: 150px;
margin: 0 5px;
float: right;
}
.print-page .rent-legend {
border-top: 3px solid #00B2dd;
}
.print-page .expense-legend {
border-top: 3px solid #f58220;
}
.print-page .result-table {
margin-top: 20px;
width: 100%;
}
.print-page .result-table td, .print-page .result-table th {
padding: 2px 10px;
text-align: right;
font-size: 12px !important;
}
.print-page .result-table th {
padding-bottom: 15px;
font-weight: bold;
border-bottom: 2px solid #818A8F;
}
.print-page .result-table .total-row td {
border-top: 2px solid #dfdfdf;
}
_:-ms-lang(x), .print-page {
.page {
position: relative;
width: 210mm;
height: 290mm !important;
}
}
@-moz-document url-prefix() {
body {
overflow-x: visible !important;
padding-top: 50px !important;
padding-bottom: 20px;
}
.page {
height: 286mm !important;
}
.page .result-table {
width: 100%;
}
.page .result-table td {
font-size: 10px !important;
}
.print-footer {
font-size: 10px;
overflow-x: visible !important;
}
}
.logo-link {
color: black;
}
#external-link a {
color: black;
}
.print-page .rent-summary .left-group {
margin-bottom: 20px;
width: 100%;
}
.right-group {
width: 100%;
} | 0.41478 | 0.096748 |
body {
background: url(../images/indigofrontpage.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.container{
text-align:center;
min-height: 80vh;
}
.header{
color:white;
}
.searchProperties{
margin-top:8%;
}
.searchButton{
width:100%;
background-color:#EAEAEA;
text-align:left;
color:#42393D;
}
.searchType{
background-color:#EAEAEA;
color:#42393D;
float:left;
}
.searchIcon{
background-color:#EAEAEA;
color:#42393D;
border-bottom-left-radius: 0 !important;
border-top-left-radius:0 !important;
}
.price {
float:left;
padding-right:0;
}
.rightButton{
float:right;
}
.checkbox label:after {
content: '';
display: table;
clear: both;
}
.checkbox .cr {
position: relative;
display: inline-block;
border: 1px solid #a9a9a9;
border-radius: .25em;
width: 1.3em;
height: 1.3em;
float: left;
margin-right: .5em;
}
.checkbox .cr .cr-icon {
position: absolute;
font-size: .8em;
line-height: 0;
top: 50%;
left: 15%;
}
.checkbox label input[type="checkbox"] {
display: none;
}
.checkbox label input[type="checkbox"]+.cr>.cr-icon {
opacity: 0;
}
.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled+.cr {
opacity: .5;
}
ul, #myUL {
list-style-type: none;
}
#myUL {
margin: 0;
padding: 0;
width: 100%;
}
.nested {
display: none;
}
.active {
display: block;
}
.dropArrow{
padding-left: 5px;
}
.toggle{
padding-left: 10px;
}
input[type=checkbox], input[type=radio] {
margin-left: 10px;
}
label{
margin-left: 30px;
width: 100%;
}
.dropdown-item{
padding-left: 10px;
}
.capital{
padding-left: 10px;
}
.scrollable-menu{
height: auto;
max-height: 200px;
overflow-x: hidden;
background-color: #EAEAEA;
min-width: 37px;
}
.sizeDropDownFrom{
width: 100%;
text-align: left;
}
.sizeDropDownTo{
text-align: left;
}
.priceFrom{
text-align: left;
}
.priceTo{
text-align: left;
} | static/css/frontpage.css | body {
background: url(../images/indigofrontpage.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.container{
text-align:center;
min-height: 80vh;
}
.header{
color:white;
}
.searchProperties{
margin-top:8%;
}
.searchButton{
width:100%;
background-color:#EAEAEA;
text-align:left;
color:#42393D;
}
.searchType{
background-color:#EAEAEA;
color:#42393D;
float:left;
}
.searchIcon{
background-color:#EAEAEA;
color:#42393D;
border-bottom-left-radius: 0 !important;
border-top-left-radius:0 !important;
}
.price {
float:left;
padding-right:0;
}
.rightButton{
float:right;
}
.checkbox label:after {
content: '';
display: table;
clear: both;
}
.checkbox .cr {
position: relative;
display: inline-block;
border: 1px solid #a9a9a9;
border-radius: .25em;
width: 1.3em;
height: 1.3em;
float: left;
margin-right: .5em;
}
.checkbox .cr .cr-icon {
position: absolute;
font-size: .8em;
line-height: 0;
top: 50%;
left: 15%;
}
.checkbox label input[type="checkbox"] {
display: none;
}
.checkbox label input[type="checkbox"]+.cr>.cr-icon {
opacity: 0;
}
.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled+.cr {
opacity: .5;
}
ul, #myUL {
list-style-type: none;
}
#myUL {
margin: 0;
padding: 0;
width: 100%;
}
.nested {
display: none;
}
.active {
display: block;
}
.dropArrow{
padding-left: 5px;
}
.toggle{
padding-left: 10px;
}
input[type=checkbox], input[type=radio] {
margin-left: 10px;
}
label{
margin-left: 30px;
width: 100%;
}
.dropdown-item{
padding-left: 10px;
}
.capital{
padding-left: 10px;
}
.scrollable-menu{
height: auto;
max-height: 200px;
overflow-x: hidden;
background-color: #EAEAEA;
min-width: 37px;
}
.sizeDropDownFrom{
width: 100%;
text-align: left;
}
.sizeDropDownTo{
text-align: left;
}
.priceFrom{
text-align: left;
}
.priceTo{
text-align: left;
} | 0.399694 | 0.116437 |
* {
margin: 0;
padding: 0;
}
body {
background-image: url("../images/background.png");
/*padding-bottom:5%;*/
padding-top: 20vh;
font-family: "Verdana";
}
/* Modal */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 100; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
overflow-y: auto;
}
/* Modal Content/Box */
.modal-content {
border-radius: 50px;
padding-top: 2%;
padding-bottom: 2%;
background-color: #fefefe;
margin: 5% auto; /* 15% from the top and centered */
margin-top: 20vh;
border: 1px solid #888;
width: 50%; /* Could be more or less, depending on screen size */
display:flex;
flex-direction: column;
text-align: center;
}
.modal-content button{
width:20vw;
height:5vh;
margin: auto;
font-size: 1.2vw;
margin-top: 1%;
}
.modal-content input[type="submit"]{
width:20vw;
height:5vh;
margin: auto;
font-size: 1.2vw;
margin-top: 1%;
}
#button_yes{
background-color: lightgreen;
}
#button_no{
background-color: red;
}
button{
font-size: 1.2vw;
padding :1%;
background-color: red;
}
#TopTitle{
text-align: center;
color:#FF66AA;
text-shadow: 3px 3px white;
margin-bottom: 3%;
font-size: 200%;
font-weight:bold;
}
.align_center{
text-align: center;
}
.block {
display: block;
margin:auto;
margin-left: 10%;
margin-right: 10%;
background-color: rgba(150, 150, 150, .5);
border-radius:50px;
}
#columnBack{
border-radius: 50px;
background-color: rgba(150, 150, 150, .3);
padding-top: 1%;
padding-bottom: 1%;
}
#itemLabel{
font-size: 110%;
font-weight: bold;
color: black;
text-shadow: 1px 1px white;
}
.back{
height:70px;
margin-right: 1%;
position: sticky;
right: 0;
top: 0;
}
h1{
text-align: center;
}
#replay{
text-align: center;
padding:1% 1% 1% 1%;
}
#password{
margin-top: 2%;
text-align: center;
padding:1% 1% 1% 1%;
}
#email{
margin-top: 2%;
text-align: center;
padding:1% 1% 1% 1%;
margin-bottom: 2%;
}
/*#editBlocks{
display: inline-block;
vertical-align: middle;
}*/
.slider {
-webkit-appearance: none;
width: 50%;
height: 15px;
border-radius: 5px;
background: #d3d3d3;
outline: none;
opacity: 0.7;
-webkit-transition: .2s;
transition: opacity .2s;
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border-radius: 50%;
background: #4CAF50;
cursor: pointer;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border-radius: 50%;
background: #4CAF50;
cursor: pointer;
}
#skinZone{
padding:1% 1% 1% 1%;
margin-bottom: 1%;
border-radius: 20px;
background-color: rgba(150, 150, 150, .6);
}
#dimZone{
padding:1% 1% 1% 1%;
border-radius: 20px;
background-color: rgba(150, 150, 150, .6);
}
#dimZone img{
height: 250px;
border: 5px solid black;
}
#uploadSkinZone{
padding:1% 1% 1% 1%;
border-radius: 20px;
margin-bottom: 1%;
background-color: rgba(150, 150, 150, .6);
}
#removeSkinZone{
padding:1% 1% 1% 1%;
border-radius: 20px;
margin-bottom: 4%;
background-color: rgba(150, 150, 150, .6);
}
#fileToUpload{
width:90%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
border-radius: 20px;
border: 3px dotted black;
margin-bottom: 2%;
}
input[type=submit]{
padding:0.5% 3% 0.5% 3%;
}
input[type=checkBox]{
-ms-transform: scale(1.5); /* IE */
-moz-transform: scale(1.5); /* FF */
-webkit-transform: scale(1.5); /* Safari and Chrome */
-o-transform: scale(1.5); /* Opera */
padding: 10px;
}
.grid-container {
display: grid;
grid-column-gap: 2%;
grid-template-columns: auto auto auto;
text-align: center;
width:90%;
margin: auto;
}
.grid-item{
grid-column-start: auto;
grid-row-start: auto;
margin: 5px;
text-align: left;
font-size: 110%;
}
.passForm input{
width:50%;
}
.passForm .button{
width:20%;
}
/* card formating */
.card_title {
font-size: 1rem !important;
}
.grow:hover {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
transition: all 0.3s ease;
}
.container_check {
position: relative;
}
.checkbox_card {
position: absolute;
top: 1%;
right: 1%;
text-align: start;
transform-origin: top right;
transform: scale(2) translateX(-2%);
}
.progress_card {
position: absolute;
bottom: 0;
margin-bottom: 0 !important;
color: black;
} | css/editProfile.css | * {
margin: 0;
padding: 0;
}
body {
background-image: url("../images/background.png");
/*padding-bottom:5%;*/
padding-top: 20vh;
font-family: "Verdana";
}
/* Modal */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 100; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
overflow-y: auto;
}
/* Modal Content/Box */
.modal-content {
border-radius: 50px;
padding-top: 2%;
padding-bottom: 2%;
background-color: #fefefe;
margin: 5% auto; /* 15% from the top and centered */
margin-top: 20vh;
border: 1px solid #888;
width: 50%; /* Could be more or less, depending on screen size */
display:flex;
flex-direction: column;
text-align: center;
}
.modal-content button{
width:20vw;
height:5vh;
margin: auto;
font-size: 1.2vw;
margin-top: 1%;
}
.modal-content input[type="submit"]{
width:20vw;
height:5vh;
margin: auto;
font-size: 1.2vw;
margin-top: 1%;
}
#button_yes{
background-color: lightgreen;
}
#button_no{
background-color: red;
}
button{
font-size: 1.2vw;
padding :1%;
background-color: red;
}
#TopTitle{
text-align: center;
color:#FF66AA;
text-shadow: 3px 3px white;
margin-bottom: 3%;
font-size: 200%;
font-weight:bold;
}
.align_center{
text-align: center;
}
.block {
display: block;
margin:auto;
margin-left: 10%;
margin-right: 10%;
background-color: rgba(150, 150, 150, .5);
border-radius:50px;
}
#columnBack{
border-radius: 50px;
background-color: rgba(150, 150, 150, .3);
padding-top: 1%;
padding-bottom: 1%;
}
#itemLabel{
font-size: 110%;
font-weight: bold;
color: black;
text-shadow: 1px 1px white;
}
.back{
height:70px;
margin-right: 1%;
position: sticky;
right: 0;
top: 0;
}
h1{
text-align: center;
}
#replay{
text-align: center;
padding:1% 1% 1% 1%;
}
#password{
margin-top: 2%;
text-align: center;
padding:1% 1% 1% 1%;
}
#email{
margin-top: 2%;
text-align: center;
padding:1% 1% 1% 1%;
margin-bottom: 2%;
}
/*#editBlocks{
display: inline-block;
vertical-align: middle;
}*/
.slider {
-webkit-appearance: none;
width: 50%;
height: 15px;
border-radius: 5px;
background: #d3d3d3;
outline: none;
opacity: 0.7;
-webkit-transition: .2s;
transition: opacity .2s;
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border-radius: 50%;
background: #4CAF50;
cursor: pointer;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border-radius: 50%;
background: #4CAF50;
cursor: pointer;
}
#skinZone{
padding:1% 1% 1% 1%;
margin-bottom: 1%;
border-radius: 20px;
background-color: rgba(150, 150, 150, .6);
}
#dimZone{
padding:1% 1% 1% 1%;
border-radius: 20px;
background-color: rgba(150, 150, 150, .6);
}
#dimZone img{
height: 250px;
border: 5px solid black;
}
#uploadSkinZone{
padding:1% 1% 1% 1%;
border-radius: 20px;
margin-bottom: 1%;
background-color: rgba(150, 150, 150, .6);
}
#removeSkinZone{
padding:1% 1% 1% 1%;
border-radius: 20px;
margin-bottom: 4%;
background-color: rgba(150, 150, 150, .6);
}
#fileToUpload{
width:90%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
border-radius: 20px;
border: 3px dotted black;
margin-bottom: 2%;
}
input[type=submit]{
padding:0.5% 3% 0.5% 3%;
}
input[type=checkBox]{
-ms-transform: scale(1.5); /* IE */
-moz-transform: scale(1.5); /* FF */
-webkit-transform: scale(1.5); /* Safari and Chrome */
-o-transform: scale(1.5); /* Opera */
padding: 10px;
}
.grid-container {
display: grid;
grid-column-gap: 2%;
grid-template-columns: auto auto auto;
text-align: center;
width:90%;
margin: auto;
}
.grid-item{
grid-column-start: auto;
grid-row-start: auto;
margin: 5px;
text-align: left;
font-size: 110%;
}
.passForm input{
width:50%;
}
.passForm .button{
width:20%;
}
/* card formating */
.card_title {
font-size: 1rem !important;
}
.grow:hover {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
transition: all 0.3s ease;
}
.container_check {
position: relative;
}
.checkbox_card {
position: absolute;
top: 1%;
right: 1%;
text-align: start;
transform-origin: top right;
transform: scale(2) translateX(-2%);
}
.progress_card {
position: absolute;
bottom: 0;
margin-bottom: 0 !important;
color: black;
} | 0.382833 | 0.07658 |
html{
background-color: rgba(8, 8, 8, 0.808);
}
.grid-container {
/* by default this doesn't define any rows or columns
to make this become an actual grid is by defining specific columns or rows*/
display:grid;
/* define columns*/
/*grid-template-columns: 200px 250px;/* pixel based sizing*/
/*grid-template-columns: 2fr 1fr;/* fraction based sizing*/
grid-template-columns: repeat(4, 20%);/*easy way to say how many columns we want with this size*/
/*define rows*/
/*grid-template-rows: 200px 150px; /*pixel based sizing row 1 then row 2 */
grid-auto-rows: 150px;/*any rows that haven't been defined will be 150px tall so first will be 200px
then 150px from there-on*/
/*when we are going to have content which could overflow we can use minmax*/
grid-auto-rows: minmax(150px,auto);
/*spacing our rows and colummns*/
grid-row-gap: 20px;
grid-column-gap: 10px;
/* to set row and column to be the same gap use grid-gap: 10px*/
grid-gap: 20px;
/*allows you to create different strings for the areas you want your grid to take up*/
/* "header header" makes header grid-area take up first and second column*/
/* grid-template-areas:
"header header"
"sidebar contentt"
"sidebar contentt" */
}
.grid-item {
background-color: rgba(92, 92, 218, 0.692);
border: 2px solid whitesmoke;
}
.grid-item-1 {
/* grid-area: header; */
grid-column-start: 1;/*indexing for columns and rows starts at 1, i know... that's difficult*/
grid-column-end: 3;/*each item starts at x and ends at x+1 so to span two columns we need to do x+2*/
grid-column-end: -1;/* goes all the way to the end of the column*/
grid-column: 1 / -1;/* shorthand version*/
grid-column: span 2; /*easy sizing without specifying specific start and end position*/
}
.grid-item-2 {
/* grid-area: sidebar; */
grid-row-start: 2;
grid-row-end: 4;
grid-row:2 / 4;
grid-row: span 2;
}
.grid-item-3 {
/* grid-area: contentt; */
}
.grid-container-v2 {
display: grid;
grid-template-columns: 200px 250px;
grid-auto-rows: minmax(150px, auto);
grid-gap: 20px;
background-color: tomato;
/*contains our container and makes it move around
unlike flexbox you just use start or end to say put content at beginning or end (left or right)
also have stretch, space-around, space-evenly */
justify-content: start;
justify-content: stretch;
justify-content: space-around;
justify-content: space-evenly;
justify-content: space-between;
justify-content: end;
justify-content: center;
/*to align our grid use align-content and again center, start, or end to align.
also have stretch , space-around, space-between, space-evenly.
this requires a grid height to work properly*/
height: 60vh;
align-content: end;
align-content: start;
align-content: stretch;/*stretches content vertically at the very least under these conditions*/
align-content: space-around;
align-content: space-between;
align-content: center;
/*justifying and aligning items
by default they are set to stretch the entirety of their container
we can center, start, end, etc*/
justify-items: stretch;
align-items: stretch;
}
.grid-item-v2-1 {
align-self: start;
justify-self:center;
} | styles/gridpractice.css | html{
background-color: rgba(8, 8, 8, 0.808);
}
.grid-container {
/* by default this doesn't define any rows or columns
to make this become an actual grid is by defining specific columns or rows*/
display:grid;
/* define columns*/
/*grid-template-columns: 200px 250px;/* pixel based sizing*/
/*grid-template-columns: 2fr 1fr;/* fraction based sizing*/
grid-template-columns: repeat(4, 20%);/*easy way to say how many columns we want with this size*/
/*define rows*/
/*grid-template-rows: 200px 150px; /*pixel based sizing row 1 then row 2 */
grid-auto-rows: 150px;/*any rows that haven't been defined will be 150px tall so first will be 200px
then 150px from there-on*/
/*when we are going to have content which could overflow we can use minmax*/
grid-auto-rows: minmax(150px,auto);
/*spacing our rows and colummns*/
grid-row-gap: 20px;
grid-column-gap: 10px;
/* to set row and column to be the same gap use grid-gap: 10px*/
grid-gap: 20px;
/*allows you to create different strings for the areas you want your grid to take up*/
/* "header header" makes header grid-area take up first and second column*/
/* grid-template-areas:
"header header"
"sidebar contentt"
"sidebar contentt" */
}
.grid-item {
background-color: rgba(92, 92, 218, 0.692);
border: 2px solid whitesmoke;
}
.grid-item-1 {
/* grid-area: header; */
grid-column-start: 1;/*indexing for columns and rows starts at 1, i know... that's difficult*/
grid-column-end: 3;/*each item starts at x and ends at x+1 so to span two columns we need to do x+2*/
grid-column-end: -1;/* goes all the way to the end of the column*/
grid-column: 1 / -1;/* shorthand version*/
grid-column: span 2; /*easy sizing without specifying specific start and end position*/
}
.grid-item-2 {
/* grid-area: sidebar; */
grid-row-start: 2;
grid-row-end: 4;
grid-row:2 / 4;
grid-row: span 2;
}
.grid-item-3 {
/* grid-area: contentt; */
}
.grid-container-v2 {
display: grid;
grid-template-columns: 200px 250px;
grid-auto-rows: minmax(150px, auto);
grid-gap: 20px;
background-color: tomato;
/*contains our container and makes it move around
unlike flexbox you just use start or end to say put content at beginning or end (left or right)
also have stretch, space-around, space-evenly */
justify-content: start;
justify-content: stretch;
justify-content: space-around;
justify-content: space-evenly;
justify-content: space-between;
justify-content: end;
justify-content: center;
/*to align our grid use align-content and again center, start, or end to align.
also have stretch , space-around, space-between, space-evenly.
this requires a grid height to work properly*/
height: 60vh;
align-content: end;
align-content: start;
align-content: stretch;/*stretches content vertically at the very least under these conditions*/
align-content: space-around;
align-content: space-between;
align-content: center;
/*justifying and aligning items
by default they are set to stretch the entirety of their container
we can center, start, end, etc*/
justify-items: stretch;
align-items: stretch;
}
.grid-item-v2-1 {
align-self: start;
justify-self:center;
} | 0.417271 | 0.259526 |
body {
font-family: "Segoe UI", "Lucida Grande", Tahoma, sans-serif;
font-size: 100%;
min-width: 320px
}
#status {
/* avoid an excessively wide status text */
white-space: pre;
text-overflow: ellipsis;
overflow: hidden;
max-width: 400px;
}
ul
{
padding: 0;
margin: 0;
list-style-type: none;
}
/* http://css.maxdesign.com.au/listamatic/vertical08.htm */
/* begin hover list style */
#navcontainer { width: 200px; }
#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}
#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #036;
border-bottom: 1px solid #eee;
}
#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}
#navcontainer a:hover
{
background-color: #369;
color: #fff;
}
/* end hover list style */
#navlist li
{
display: inline;
list-style-type: none;
zoom:1;
}
padding-right: 20px;
#listOfLists ul
{
width: 300 px;
}
ul#navlist
{
width: inherit;
list-style-type: none;
display: inline;
margin: 0;
padding: 0;
}
ul#navlist li
{
display: inline-block;
}
.listoflists
{
width: 300px;
}
.currentlist
{
font-style: oblique;
font-family: fantasy;
color: Gainsboro;
box-shadow: 10px 10px 5px Silver;
text-shadow: 0px 2px 3px Silver;
}
.dataentry
{
/* background-color: #0E9 */
background-color: PaleTurquoise;
width: 300px;
height: 50px;
border-style: solid;
border-color: black;
border-width: 1px;
box-shadow: 10px 10px 5px Silver;
}
.currentlist
{
/* background-color: #031 */
background-color: ForestGreen;
width: 400px;
height: 100px;
border-style: solid;
border-color: black;
border-width: 1px;
overflow-y:scroll;
}
.controls
{
text-indent: +2em;
}
.hoverbutton {
border: 3px solid buttonface;
}
.hoverbutton:hover {
border: 3px solid black;
} | popup.css | body {
font-family: "Segoe UI", "Lucida Grande", Tahoma, sans-serif;
font-size: 100%;
min-width: 320px
}
#status {
/* avoid an excessively wide status text */
white-space: pre;
text-overflow: ellipsis;
overflow: hidden;
max-width: 400px;
}
ul
{
padding: 0;
margin: 0;
list-style-type: none;
}
/* http://css.maxdesign.com.au/listamatic/vertical08.htm */
/* begin hover list style */
#navcontainer { width: 200px; }
#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}
#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #036;
border-bottom: 1px solid #eee;
}
#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}
#navcontainer a:hover
{
background-color: #369;
color: #fff;
}
/* end hover list style */
#navlist li
{
display: inline;
list-style-type: none;
zoom:1;
}
padding-right: 20px;
#listOfLists ul
{
width: 300 px;
}
ul#navlist
{
width: inherit;
list-style-type: none;
display: inline;
margin: 0;
padding: 0;
}
ul#navlist li
{
display: inline-block;
}
.listoflists
{
width: 300px;
}
.currentlist
{
font-style: oblique;
font-family: fantasy;
color: Gainsboro;
box-shadow: 10px 10px 5px Silver;
text-shadow: 0px 2px 3px Silver;
}
.dataentry
{
/* background-color: #0E9 */
background-color: PaleTurquoise;
width: 300px;
height: 50px;
border-style: solid;
border-color: black;
border-width: 1px;
box-shadow: 10px 10px 5px Silver;
}
.currentlist
{
/* background-color: #031 */
background-color: ForestGreen;
width: 400px;
height: 100px;
border-style: solid;
border-color: black;
border-width: 1px;
overflow-y:scroll;
}
.controls
{
text-indent: +2em;
}
.hoverbutton {
border: 3px solid buttonface;
}
.hoverbutton:hover {
border: 3px solid black;
} | 0.294519 | 0.048316 |
.navbar, .navbar-nav{
margin: 0px 30px 0px 0px;
background-color: #FFF;
}
.nav-item{
margin: 10px;
}
.brandLogo{
margin-left: 5% !important;
height: 70px;
}
nav {
height: 114px;
width: 100% !important;
}
.nav-link{
width: fit-content;
font-weight: 500;
background: linear-gradient(90deg, rgb(7, 110, 170) 18%, rgba(245,62,106,1) 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.dropdown{
overflow-y: visible;
}
.dropdown-item{
font-weight: 500;
background: linear-gradient(90deg, rgb(7, 110, 170) 18%, rgba(245,62,106,1) 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.login{
width: 150px !important;
height: 50px;
border-radius: 25px;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-decoration: none !important;
position: relative;
cursor: pointer;
border: 0px;
background: linear-gradient(240deg, rgb(7, 110, 170) 18%, rgba(245,62,106,1) 100%);
}
.login :hover{
color: #FFF;
text-decoration: none !important;
}
.login span{
color: rgba(245,62,106,1);
align-items: center;
background: #ffffff;
border-radius: 25px;
display: flex;
justify-content: center;
height: 45px;
transition: background .5s ease;
width: 145px;
text-decoration: none !important;
}
.login:hover span {
background: transparent;
text-decoration: none !important;
}
.signup{
width: 150px !important;
height: 50px;
border-radius: 25px;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-decoration: none !important;
position: relative;
cursor: pointer;
border: 0px;
background: linear-gradient(240deg, rgb(7, 110, 170) 18%, rgba(245,62,106,1) 100%);
color: #e1e1e1;
}
.signup:hover{
color: #ffffff;
}
@media (min-width: 1280px){
.navbar-expand-custom {
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-custom .navbar-nav {
flex-direction: row;
}
.navbar-expand-custom .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem;
}
.navbar-expand-custom .navbar-collapse {
display: flex!important;
}
.navbar-expand-custom .navbar-toggler {
display: none;
}
} | Assets/css/faq_page.css | .navbar, .navbar-nav{
margin: 0px 30px 0px 0px;
background-color: #FFF;
}
.nav-item{
margin: 10px;
}
.brandLogo{
margin-left: 5% !important;
height: 70px;
}
nav {
height: 114px;
width: 100% !important;
}
.nav-link{
width: fit-content;
font-weight: 500;
background: linear-gradient(90deg, rgb(7, 110, 170) 18%, rgba(245,62,106,1) 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.dropdown{
overflow-y: visible;
}
.dropdown-item{
font-weight: 500;
background: linear-gradient(90deg, rgb(7, 110, 170) 18%, rgba(245,62,106,1) 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.login{
width: 150px !important;
height: 50px;
border-radius: 25px;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-decoration: none !important;
position: relative;
cursor: pointer;
border: 0px;
background: linear-gradient(240deg, rgb(7, 110, 170) 18%, rgba(245,62,106,1) 100%);
}
.login :hover{
color: #FFF;
text-decoration: none !important;
}
.login span{
color: rgba(245,62,106,1);
align-items: center;
background: #ffffff;
border-radius: 25px;
display: flex;
justify-content: center;
height: 45px;
transition: background .5s ease;
width: 145px;
text-decoration: none !important;
}
.login:hover span {
background: transparent;
text-decoration: none !important;
}
.signup{
width: 150px !important;
height: 50px;
border-radius: 25px;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-decoration: none !important;
position: relative;
cursor: pointer;
border: 0px;
background: linear-gradient(240deg, rgb(7, 110, 170) 18%, rgba(245,62,106,1) 100%);
color: #e1e1e1;
}
.signup:hover{
color: #ffffff;
}
@media (min-width: 1280px){
.navbar-expand-custom {
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-custom .navbar-nav {
flex-direction: row;
}
.navbar-expand-custom .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem;
}
.navbar-expand-custom .navbar-collapse {
display: flex!important;
}
.navbar-expand-custom .navbar-toggler {
display: none;
}
} | 0.321353 | 0.062847 |
html {
scroll-behavior: smooth;
}
#root {
padding-right: 0;
padding-left: 0;
}
.navbar {
font-family: 'Merriweather', serif;
}
nav {
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
z-index: 9998;
transition: all 0.5s;
}
nav.scrollUp {
transform: translateY(-162px);
}
.nav-item{
display: flex;
align-items: flex-end;
}
.nav-item.nav-link:hover {
color: #0c1e53 !important;
}
.nav-item.nav-link:active {
color: #0c1e53 !important;
}
.nav-item.nav-link:focus {
color: #0c1e53 !important;
}
#welcome-section {
margin-top: 162px;
height: 768px;
}
.section-inner-block {
margin: 0;
padding: 180px 50px 180px 50px;
letter-spacing: 1px;
word-wrap: normal;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
line-height: 1.8;
color: #ffffff;
}
.section-inner-block-2nth {
margin: 0;
padding: 180px 50px 180px 50px;
letter-spacing: 1px;
word-wrap: normal;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
line-height: 1.8;
color: rgba(0,0,0,0.5);
}
.section-inner-block h1 {
font-family: 'Merriweather', serif;
line-height: 1.8;
letter-spacing: 2px;
font-weight: 300;
font-size: 1.8em;
}
.text-align-right {
text-align: right;
}
.text-align-center {
text-align: center;
}
.text-align-left {
text-align: left;
}
.button {
margin: 30px 0px 30px 0px;
padding: 10px;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
font-size: 1.2em;
letter-spacing: 1px;
line-height: 1.8;
text-align: center;
border: solid #ff8c03 0.5px;
cursor: pointer;
color: #FF8C03;
}
.button:hover {
color: #ffffff;
background-color: #FF8C03;
cursor: pointer;
}
.button-reverse {
margin: 30px 0px 30px 0px;
padding: 10px;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
font-size: 1.2em;
letter-spacing: 1px;
line-height: 1.8;
text-align: center;
border: solid #ff8c03 0.5px;
cursor: pointer;
color: #ffffff;
background-color: #FF8C03;
}
.button-reverse:hover {
background-color: #ffffff;
color: #FF8C03;
cursor: pointer;
}
.upper-border {
border-top: solid #999999 0.5px;
height: 30px;
}
.bottom-border {
border-bottom: solid #999999 0.5px;
height: 30px;
}
.text-container {
font-size: 1.4em;
color: #303030;
text-align: center;
letter-spacing: 0px;
margin-bottom: 50px;
}
.header-title {
margin-bottom: 70px;
}
.logo-container{
margin: 0;
width: 100%;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
color: rgba(0,0,0,.5);
font-size: 0.8em;
}
.navbar-brand{
display: none;
}
.icon{
color: rgba(0,0,0,.5);
margin: 5px;
}
.section-block{
height: 600px;
padding: 10px;
}
#footer-section{
padding: 10px;
}
.footer{
font-family: 'Merriweather', serif;
padding: 10px;
color: #ffffff;
background-color: #0c1e53;
}
.footer-subcontent{
padding-top: 10px;
padding-bottom: 10px;
}
.section-smaller-block {
margin: 0;
padding: 50px 10px;
letter-spacing: 1px;
word-wrap: normal;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
line-height: 1.8;
color: #ffffff;
height: 100%;
}
.section-smaller-block h1 {
font-family: 'Merriweather', serif;
line-height: 1.8;
letter-spacing: 2px;
font-weight: 300;
font-size: 1em;
}
.image1{
background: url('https://pangestoe.sgp1.digitaloceanspaces.com/banner-image-1.jpg') center;
background-size: cover;
}
.image2 {
background: url('https://pangestoe.sgp1.digitaloceanspaces.com/banner-image-5.jpg') center;
background-size: cover;
}
.image3 {
background: url('https://pangestoe.sgp1.digitaloceanspaces.com/banner-image-3.jpg') center;
background-size: cover;
}
.image4{
background: url('https://pangestoe.sgp1.digitaloceanspaces.com/image4.jpg') center;
background-size: cover;
}
.image5{
background: url('https://pangestoe.sgp1.digitaloceanspaces.com/image5.jpg') center;
background-size: cover;
}
.image6{
background: url('https://pangestoe.sgp1.digitaloceanspaces.com/banner-image-2.jpg') center;
background-size: cover;
}
.image7{
background: url('https://pangestoe.sgp1.digitaloceanspaces.com/image7.jpg') center;
background-size: cover;
}
.image8{
background: url('https://pangestoe.sgp1.digitaloceanspaces.com/image8.jpg') center;
background-size: cover;
}
.image9{
background: url('https://pangestoe.sgp1.digitaloceanspaces.com/image9.jpg') center;
background-size: cover;
}
img.line-divider{
width: 200px;
margin-bottom: 10px;
}
@media (max-width: 1000px) {
.text-helper{
display: none !important;
}
}
@media (max-width: 575px) {
.navbar-collapse{
text-align: center !important;
}
}
.widget-title{
line-height: 60px;
}
.widget-title:after {
content : "";
position: absolute;
left : 15px;
z-index: 100;
top : 60px ;
width : 20%;
height : 3px;
background: #ffffff;
}
.footer-subcontent .button{
width: 40%;
font-size: 0.8em;
}
@media (max-width: 800px) {
.footer-subcontent .button {
width: 100%;
}
}
@media (min-width: 576px){
.navbar-brand{
display: initial;
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: 5px !important;
padding-left: 5px !important;
}
.navbar-nav{
justify-content: space-between;
}
}
a {
text-decoration: none !important;
}
form {
color:#252a35;
width: 50%;
min-width: 500px;
font-family: 'Open Sans',
sans-serif;
border-radius: 20px;
margin: 0;
padding: 50px 10px;
letter-spacing: 1px;
word-wrap: normal;
font-weight: 300;
line-height: 1.8;
height: 100%;
}
.form-group{
width: 50%;
}
input{
margin: 5px auto;
}
textarea{
margin: 5px auto;
} | style/style.css | html {
scroll-behavior: smooth;
}
#root {
padding-right: 0;
padding-left: 0;
}
.navbar {
font-family: 'Merriweather', serif;
}
nav {
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
z-index: 9998;
transition: all 0.5s;
}
nav.scrollUp {
transform: translateY(-162px);
}
.nav-item{
display: flex;
align-items: flex-end;
}
.nav-item.nav-link:hover {
color: #0c1e53 !important;
}
.nav-item.nav-link:active {
color: #0c1e53 !important;
}
.nav-item.nav-link:focus {
color: #0c1e53 !important;
}
#welcome-section {
margin-top: 162px;
height: 768px;
}
.section-inner-block {
margin: 0;
padding: 180px 50px 180px 50px;
letter-spacing: 1px;
word-wrap: normal;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
line-height: 1.8;
color: #ffffff;
}
.section-inner-block-2nth {
margin: 0;
padding: 180px 50px 180px 50px;
letter-spacing: 1px;
word-wrap: normal;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
line-height: 1.8;
color: rgba(0,0,0,0.5);
}
.section-inner-block h1 {
font-family: 'Merriweather', serif;
line-height: 1.8;
letter-spacing: 2px;
font-weight: 300;
font-size: 1.8em;
}
.text-align-right {
text-align: right;
}
.text-align-center {
text-align: center;
}
.text-align-left {
text-align: left;
}
.button {
margin: 30px 0px 30px 0px;
padding: 10px;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
font-size: 1.2em;
letter-spacing: 1px;
line-height: 1.8;
text-align: center;
border: solid #ff8c03 0.5px;
cursor: pointer;
color: #FF8C03;
}
.button:hover {
color: #ffffff;
background-color: #FF8C03;
cursor: pointer;
}
.button-reverse {
margin: 30px 0px 30px 0px;
padding: 10px;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
font-size: 1.2em;
letter-spacing: 1px;
line-height: 1.8;
text-align: center;
border: solid #ff8c03 0.5px;
cursor: pointer;
color: #ffffff;
background-color: #FF8C03;
}
.button-reverse:hover {
background-color: #ffffff;
color: #FF8C03;
cursor: pointer;
}
.upper-border {
border-top: solid #999999 0.5px;
height: 30px;
}
.bottom-border {
border-bottom: solid #999999 0.5px;
height: 30px;
}
.text-container {
font-size: 1.4em;
color: #303030;
text-align: center;
letter-spacing: 0px;
margin-bottom: 50px;
}
.header-title {
margin-bottom: 70px;
}
.logo-container{
margin: 0;
width: 100%;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
color: rgba(0,0,0,.5);
font-size: 0.8em;
}
.navbar-brand{
display: none;
}
.icon{
color: rgba(0,0,0,.5);
margin: 5px;
}
.section-block{
height: 600px;
padding: 10px;
}
#footer-section{
padding: 10px;
}
.footer{
font-family: 'Merriweather', serif;
padding: 10px;
color: #ffffff;
background-color: #0c1e53;
}
.footer-subcontent{
padding-top: 10px;
padding-bottom: 10px;
}
.section-smaller-block {
margin: 0;
padding: 50px 10px;
letter-spacing: 1px;
word-wrap: normal;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
line-height: 1.8;
color: #ffffff;
height: 100%;
}
.section-smaller-block h1 {
font-family: 'Merriweather', serif;
line-height: 1.8;
letter-spacing: 2px;
font-weight: 300;
font-size: 1em;
}
.image1{
background: url('https://pangestoe.sgp1.digitaloceanspaces.com/banner-image-1.jpg') center;
background-size: cover;
}
.image2 {
background: url('https://pangestoe.sgp1.digitaloceanspaces.com/banner-image-5.jpg') center;
background-size: cover;
}
.image3 {
background: url('https://pangestoe.sgp1.digitaloceanspaces.com/banner-image-3.jpg') center;
background-size: cover;
}
.image4{
background: url('https://pangestoe.sgp1.digitaloceanspaces.com/image4.jpg') center;
background-size: cover;
}
.image5{
background: url('https://pangestoe.sgp1.digitaloceanspaces.com/image5.jpg') center;
background-size: cover;
}
.image6{
background: url('https://pangestoe.sgp1.digitaloceanspaces.com/banner-image-2.jpg') center;
background-size: cover;
}
.image7{
background: url('https://pangestoe.sgp1.digitaloceanspaces.com/image7.jpg') center;
background-size: cover;
}
.image8{
background: url('https://pangestoe.sgp1.digitaloceanspaces.com/image8.jpg') center;
background-size: cover;
}
.image9{
background: url('https://pangestoe.sgp1.digitaloceanspaces.com/image9.jpg') center;
background-size: cover;
}
img.line-divider{
width: 200px;
margin-bottom: 10px;
}
@media (max-width: 1000px) {
.text-helper{
display: none !important;
}
}
@media (max-width: 575px) {
.navbar-collapse{
text-align: center !important;
}
}
.widget-title{
line-height: 60px;
}
.widget-title:after {
content : "";
position: absolute;
left : 15px;
z-index: 100;
top : 60px ;
width : 20%;
height : 3px;
background: #ffffff;
}
.footer-subcontent .button{
width: 40%;
font-size: 0.8em;
}
@media (max-width: 800px) {
.footer-subcontent .button {
width: 100%;
}
}
@media (min-width: 576px){
.navbar-brand{
display: initial;
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: 5px !important;
padding-left: 5px !important;
}
.navbar-nav{
justify-content: space-between;
}
}
a {
text-decoration: none !important;
}
form {
color:#252a35;
width: 50%;
min-width: 500px;
font-family: 'Open Sans',
sans-serif;
border-radius: 20px;
margin: 0;
padding: 50px 10px;
letter-spacing: 1px;
word-wrap: normal;
font-weight: 300;
line-height: 1.8;
height: 100%;
}
.form-group{
width: 50%;
}
input{
margin: 5px auto;
}
textarea{
margin: 5px auto;
} | 0.255251 | 0.10217 |
@import "../../variables.css";
@font-face {
font-family: "Fira Code";
src: url("/firacode@5.2.0/FiraCode-Regular.woff2") format("woff2");
font-weight: 400;
font-style: normal;
font-display: swap;
}
*,
*::after,
*::before {
box-sizing: border-box;
}
::selection {
background-color: #98c379;
}
body {
font-family:
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Oxygen,
Ubuntu,
Cantarell,
"Open Sans",
"Helvetica Neue",
sans-serif;
font-size: 18px;
text-size-adjust: 100%;
color: rgb(0 0 0 / 84%);
padding: 0;
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
-webkit-overflow-scrolling: touch;
}
html,
body {
min-height: 100vh;
}
body > div {
min-height: 100vh;
display: grid;
grid-template-rows: auto 1fr auto;
grid-template-columns: 100%;
}
a {
color: $color-link;
text-decoration: none;
position: relative;
outline: none;
}
a::before {
content: "";
display: block;
position: absolute;
right: 0;
left: 0;
top: 105%;
height: 2px;
background-color: rgb(26 114 232 / 70%);
border-radius: 5px;
transform: scaleX(0);
transition: transform 0.3s ease;
transform-origin: bottom right;
}
a:hover::before,
a:focus::before {
transform: scaleX(1);
transform-origin: bottom left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: normal;
}
h1 {
font-size: 40px;
font-family: Georgia, "Times New Roman", Times, serif;
line-height: 48px;
margin: 0.3em 0 0.9em;
}
h2 {
font-size: 26px;
margin: 22px 0;
}
p,
aside,
figcaption {
font-size: 18px;
margin: 18px 0;
line-height: 1.7;
}
figure {
margin: 0;
}
em {
color: $color-gray;
font-style: italic;
}
pre {
border-radius: 8px;
margin: 10px 0;
scrollbar-width: thin;
scrollbar-color: $color-light-gray-opacity transparent;
}
pre::-webkit-scrollbar {
width: 6px;
height: 6px;
}
pre::-webkit-scrollbar-track {
background-color: transparent;
}
pre::-webkit-scrollbar-thumb {
background-color: $color-light-gray-opacity;
border-radius: 10px;
}
pre::-webkit-scrollbar-thumb:hover {
background-color: $color-light-gray;
}
code,
kbd,
mark {
font-family: "Fira Code", Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
font-size: 80%;
display: inline-block;
font-weight: 400;
}
a code {
color: $color-link;
}
code:not([class]),
mark {
padding: 0 7px;
color: #444;
border-radius: 0.75em 0.25em 0.25em;
}
code:not([class]) {
background-color: #d2e1fc;
}
mark {
background-color: #fff380;
}
kbd {
line-height: 1em;
color: #444d56;
vertical-align: middle;
background-color: #fafbfc;
border: 1px solid #d1d5da;
box-shadow: inset 0 -1px 0 #d1d5da;
padding: 3px 5px;
border-radius: 3px;
}
hr {
border: none;
color: $color-light-gray;
background-color: $color-light-gray;
height: 2px;
}
table {
display: block;
width: 100%;
overflow: auto;
border-spacing: 0;
border-collapse: collapse;
}
table th,
table td {
padding: 6px 13px;
border: 1px solid #dfe2e5;
}
table tr {
background-color: #fff;
border-top: 1px solid #c6cbd1;
}
img {
max-width: 100%;
height: auto;
object-fit: cover;
object-position: 50% 50%;
background-color: #eee;
}
video,
iframe,
img[decoding="async"] {
content-visibility: auto;
}
p img {
display: block;
margin-left: auto;
margin-right: auto;
}
strong {
font-weight: bold;
}
ul {
padding: 0 0 0 30px;
margin: 0.5em 0;
}
li {
font-size: 18px;
line-height: 1.7;
margin: 5px 0;
list-style: url("/images/i.svg");
}
summary {
list-style: none;
outline: none;
cursor: pointer;
position: relative;
}
summary::marker,
summary::-webkit-details-marker {
display: none;
}
summary::after {
content: "open";
position: absolute;
right: 10px;
font-size: 16px;
color: #1a72e8;
}
details {
padding: 16px;
margin: 18px 0;
}
details summary::before {
content: "+";
font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
font-size: 18px;
font-weight: bold;
color: #1a72e8;
display: inline-block;
margin-right: 8px;
}
details[open] summary::before {
content: "-";
}
details[open] summary::after {
content: "close";
}
video {
height: auto;
}
details,
iframe,
video {
border: 1px solid $color-light-gray-opacity;
border-radius: 8px;
width: 100%;
}
aside {
background-color: #eaf8ff;
padding: 10px 18px;
border-left: 3px solid #1eb4ff;
}
@media (max-width: $max-width) {
h1 {
font-size: 32px;
line-height: 38px;
}
h2 {
font-size: 22px;
margin: 20px 0;
}
p {
margin: 16px 0;
}
}
@media (prefers-reduced-motion: reduce) {
a::before {
transition: none;
}
} | src/components/Document/global.css | @import "../../variables.css";
@font-face {
font-family: "Fira Code";
src: url("/firacode@5.2.0/FiraCode-Regular.woff2") format("woff2");
font-weight: 400;
font-style: normal;
font-display: swap;
}
*,
*::after,
*::before {
box-sizing: border-box;
}
::selection {
background-color: #98c379;
}
body {
font-family:
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Oxygen,
Ubuntu,
Cantarell,
"Open Sans",
"Helvetica Neue",
sans-serif;
font-size: 18px;
text-size-adjust: 100%;
color: rgb(0 0 0 / 84%);
padding: 0;
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
-webkit-overflow-scrolling: touch;
}
html,
body {
min-height: 100vh;
}
body > div {
min-height: 100vh;
display: grid;
grid-template-rows: auto 1fr auto;
grid-template-columns: 100%;
}
a {
color: $color-link;
text-decoration: none;
position: relative;
outline: none;
}
a::before {
content: "";
display: block;
position: absolute;
right: 0;
left: 0;
top: 105%;
height: 2px;
background-color: rgb(26 114 232 / 70%);
border-radius: 5px;
transform: scaleX(0);
transition: transform 0.3s ease;
transform-origin: bottom right;
}
a:hover::before,
a:focus::before {
transform: scaleX(1);
transform-origin: bottom left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: normal;
}
h1 {
font-size: 40px;
font-family: Georgia, "Times New Roman", Times, serif;
line-height: 48px;
margin: 0.3em 0 0.9em;
}
h2 {
font-size: 26px;
margin: 22px 0;
}
p,
aside,
figcaption {
font-size: 18px;
margin: 18px 0;
line-height: 1.7;
}
figure {
margin: 0;
}
em {
color: $color-gray;
font-style: italic;
}
pre {
border-radius: 8px;
margin: 10px 0;
scrollbar-width: thin;
scrollbar-color: $color-light-gray-opacity transparent;
}
pre::-webkit-scrollbar {
width: 6px;
height: 6px;
}
pre::-webkit-scrollbar-track {
background-color: transparent;
}
pre::-webkit-scrollbar-thumb {
background-color: $color-light-gray-opacity;
border-radius: 10px;
}
pre::-webkit-scrollbar-thumb:hover {
background-color: $color-light-gray;
}
code,
kbd,
mark {
font-family: "Fira Code", Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
font-size: 80%;
display: inline-block;
font-weight: 400;
}
a code {
color: $color-link;
}
code:not([class]),
mark {
padding: 0 7px;
color: #444;
border-radius: 0.75em 0.25em 0.25em;
}
code:not([class]) {
background-color: #d2e1fc;
}
mark {
background-color: #fff380;
}
kbd {
line-height: 1em;
color: #444d56;
vertical-align: middle;
background-color: #fafbfc;
border: 1px solid #d1d5da;
box-shadow: inset 0 -1px 0 #d1d5da;
padding: 3px 5px;
border-radius: 3px;
}
hr {
border: none;
color: $color-light-gray;
background-color: $color-light-gray;
height: 2px;
}
table {
display: block;
width: 100%;
overflow: auto;
border-spacing: 0;
border-collapse: collapse;
}
table th,
table td {
padding: 6px 13px;
border: 1px solid #dfe2e5;
}
table tr {
background-color: #fff;
border-top: 1px solid #c6cbd1;
}
img {
max-width: 100%;
height: auto;
object-fit: cover;
object-position: 50% 50%;
background-color: #eee;
}
video,
iframe,
img[decoding="async"] {
content-visibility: auto;
}
p img {
display: block;
margin-left: auto;
margin-right: auto;
}
strong {
font-weight: bold;
}
ul {
padding: 0 0 0 30px;
margin: 0.5em 0;
}
li {
font-size: 18px;
line-height: 1.7;
margin: 5px 0;
list-style: url("/images/i.svg");
}
summary {
list-style: none;
outline: none;
cursor: pointer;
position: relative;
}
summary::marker,
summary::-webkit-details-marker {
display: none;
}
summary::after {
content: "open";
position: absolute;
right: 10px;
font-size: 16px;
color: #1a72e8;
}
details {
padding: 16px;
margin: 18px 0;
}
details summary::before {
content: "+";
font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
font-size: 18px;
font-weight: bold;
color: #1a72e8;
display: inline-block;
margin-right: 8px;
}
details[open] summary::before {
content: "-";
}
details[open] summary::after {
content: "close";
}
video {
height: auto;
}
details,
iframe,
video {
border: 1px solid $color-light-gray-opacity;
border-radius: 8px;
width: 100%;
}
aside {
background-color: #eaf8ff;
padding: 10px 18px;
border-left: 3px solid #1eb4ff;
}
@media (max-width: $max-width) {
h1 {
font-size: 32px;
line-height: 38px;
}
h2 {
font-size: 22px;
margin: 20px 0;
}
p {
margin: 16px 0;
}
}
@media (prefers-reduced-motion: reduce) {
a::before {
transition: none;
}
} | 0.436862 | 0.090333 |
* {
margin: 0;
padding: 0;
}
html {scroll-behavior: smooth;}
body {
font-family: 'Lato', sans-serif;
color: #47525E;
}
nav a {font-weight: bold;}
p {
margin: 0;
font-size: 16px;
}
h1 {font-size: 50px;}
h2 {font-size: 40px;}
h3 {font-size: 30px;}
h4 {font-size: 25px;}
h5 {
font-size: 18px;
font-weight: bold;
}
.btn {padding: 1.0vh 2.2vh;}
/*Botão Turquesa*/
.btn-primary {
color: #FFF;
background:#005662;
border: none;
text-transform: uppercase;
}
.btn-primary:hover, .btn-primary:focus {
background: #4FB3BF;
color: #000;
}
/*Botão Amarelo*/
.btn-secondary {
color: #000;
background: #FFD54F;
border: none;
text-transform: uppercase;
}
.btn-secondary:hover, .btn-secondary:focus {background: #005662;}
.row {
margin-left: 0;
margin-right: 0;
}
.container-fluid {
padding-left: 0;
padding-right: 0;
}
a {color: #4fb3bf;}
a:hover, a:focus {
text-decoration: none;
color: #005662;
}
.pages-title-bg {
background-color: #005662;
height: 20vh;
color: #FFF;
font-weight: bold;
width: 100%;
}
/* Fim CONFIGURAÇÕES GERAIS */
/* Início HEADER */
.menu {
background: #FFD54FF0;
border-bottom: 1px #FFD54F solid;
z-index: 99;
height: 10vh;
}
.navbar-nav {
background-color: #FFD54F;
padding: 10px;
line-height: normal;
}
.logo-header .logo-img {display: none;}
.logo-header .logo-name {width: 100px;}
.fa {color: #4FB3BF;}
#register-link {color: #005662;}
nav #register-link:hover, nav #register-link:focus {background: none;}
.modal-backdrop {z-index: unset;}
.modal-footer-bg-color {background-color: #FFF;}
/* Fim HEADER */
/* Início BREADCRUMB */
.breadcrumb {
border-radius: 0;
margin-bottom: 0;
margin-top: 10vh;
}
nav .breadcrumb-item-link:hover, nav .breadcrumb-item-link:focus {
background: #4FB3BF;
text-decoration: none;
}
/* Fim BREADCRUMB */
/* Início HOME */
.home-banner {
margin-top: 10vh;
background-image: url('../img/home-banner.jpg');
background-size: cover;
background-position: center;
height: 90vh;
color: #FFF;
display:flex;
flex-direction: column;
align-items: center;
justify-content: flex-end;
}
.home-banner h1 {
text-transform: uppercase;
font-family: 'Baloo', cursive;
margin-bottom: 3rem;
text-align: center;
}
.home-banner button {
margin-bottom: 10vh;
padding: 0.5rem 2rem;
}
.home-btn-big {display: none;}
.home-summary {
padding: 1rem 1.9rem;
line-height: 2rem;
background-color: #FFFF81;
text-align: center;
}
.home-card {text-align: center;}
.home-card-img {
height: 50%;
width: 50%;
}
.home-card-img-md {display: none;}
.home-card .card-title {
font-weight: bold;
margin-top: 0.5em;
border-bottom: solid 2px #4fb3bf;
}
.home-banner-apoie {background: #FFD54F;}
.home-banner-apoie button {
margin: 0.5em;
padding: 0.3em 1em;
}
/* Fim HOME */
/* Início QUEM SOMOS */
.about-banner {display: none;}
.oppy-info h2, .oppy-proposal h2 {text-align: center;}
.oppy-info p, .oppy-proposal p {text-align: center;}
.border-config {border: 1px solid grey;}
.statistics-block {
display: flex;
flex-direction: column;
align-items: center;
padding: 0 4rem;
line-height: 1.5rem;
}
.statistics-images {width: 50px;}
.oppy-info {
background-color: #EBF0F7;
align-items: center;
justify-content: center;
line-height: 1.5rem;
}
.oppy-info h2, .oppy-values h2 {
color: #4FB3BF;
padding-bottom: 20px;
font-weight: bold;
}
.oppy-info img, .oppy-proposal img {width: 200px;}
.oppy-proposal {
align-items: center;
justify-content: center;
line-height: 1.5rem;
}
.oppy-proposal h2, .team-info h2 {
color: #F95F62;
padding-bottom: 20px;
font-weight: bold;
}
.oppy-values {background-color: #EBF0F7;}
/* Fim QUEM SOMOS */
/* Início CURSOS-GERAL */
.courses-bg-cards {
position: relative;
width: 90%;
height: 250px;
text-transform: uppercase;
perspective: 200rem;
}
.courses-bg-cards:hover .flip-card-front{
transform: rotateY(180deg);
}
.courses-bg-cards:hover .flip-card-back{
transform: rotateY(0deg);
}
.flip-card {
position: absolute;
height:100%;
width:100%;
transition: all 0.9s;
backface-visibility: hidden;
}
.flip-card-back {
transform:rotateY(180deg);
}
.courses-bg-cards h5 {
color: #FFF;
background-color: #00838F;
margin: 0;
}
.card-back-body {
position:relative;
height:100%;
}
.flip-card-back img {
opacity:0.3;
}
.course-img {
height:100%;
}
.flip-card-back ul {
position:absolute;
top:50%;
left:50%;
margin: -15% 0 0 -35%;
/* text-align: center; */
}
.flip-card-back li {
color:#005662;
margin-bottom: 5px;
list-style-type: none;
}
.btn:focus {box-shadow: none;}
.list-group-item:hover, .list-group-item:focus {z-index: auto;}
.complete-menu {display: block;}
/* Fim CURSOS-GERAL */
/* Início CURSO-DETALHE */
.course-detail-main-banner {
background-color: #00838F;
color: #FFF;
}
.course-detail-offered-by, .course-detail-provider {display: none;}
.course-detail-logo-img {height: 200px;}
.course-detail-schedule-past {background-color: #595f66;}
.course-detail-shedule-soon {background-color: #C8A415;}
.course-detail-schedule-legend {font-size: 2.3vw;}
.course-detail-similar-courses-top {background: #FFD54F;}
.course-detail-similar-courses-bottom {background-color: #e4e4e4;}
.course-detail-card {
background-color: #FFF;
position: relative;
top: -40px;
border: 1px solid #005662;
}
.course-detail-card-title {
background-color: #005662;
padding-top: 5px;
padding-bottom: 5px;
}
.course-detail-card-title * {color: #FFF;}
.course-detail-logo-img-alike {
max-height: 100px;
max-width: 100%;
margin: 20px;
}
/* div que segura os cards */
.course-detail-div-cards {justify-content: center;}
/* Fim CURSO-DETALHE */
/* Início OPORTUNIDADES */
.opportunities-bg {
background-color: #4FB3BF;
color: #FFF;
height: 30vh;
}
.filter-title-bg {background-color: #005662;}
.collapse-bg {background-color: #BDBDBD;}
.nowrap {white-space: normal;}
/* Fim OPORTUNIDADES */
/* Início APOIO */
.banner-support-page {
align-items: center;
justify-content: center;
}
.support-page-bg {background-color: #00838F;}
.support-anchor a {color: #FFD54F;}
.support-card {
font-weight: bold;
border-bottom: solid 2px #4fb3bf;
margin: 1rem 0;
text-align: center;
}
.card-bg-green {background-color: #4FB3BF;}
/* Fim APOIO */
/* Início CONTRIBUA */
.contribute-banner-session {
align-items: center;
text-align: center;
background: #005662;
color: #fff;
display: flex;
height: 20vh;
justify-content: center;
}
.contribute-text {
display: flex;
align-items: center;
background: #FFFF81;
justify-content: center;
}
.contribute-text img, .contribute-enterprise img {width: 70%;}
/* Fim CONTRIBUA */
/* Início CONTATO */
.contact-email {
color: #005662;
font-weight: bold;
}
.contact-email:hover, .contact-email:focus {
text-decoration: none;
color: #005662;
}
.contact-form-design {
background-color: #FFD54F;
margin: 2%;
padding: 2% 1%;
}
.questions-title-bg {
background-color: #005662;
height: 30vh;
color: #FFF;
font-weight: bold;
width: 100%;
}
.questions-bg {background-color: #EBF0F7;}
.questions-subject {color: #4FB3BF;}
.plus-sign {width: 20px;}
.questions-color {color: #47525E;}
/* Fim CONTATO */
/* Início LOGIN */
card {
border: #47525E;
}
.login-indicator {
background-color: #FFD54F;
color: #47525E;
margin: 0;
}
.triangle-isosceles {
position: relative;
padding: 15px;
color: #000;
background: #f3961c;
background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFD54F), to(#f3961c));
background: -moz-linear-gradient(#FFD54F, #f3961c);
background: -o-linear-gradient(#FFD54F, #f3961c);
background: linear-gradient(#FFD54F, #f3961c);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.triangle-isosceles:after {
content: "";
position: absolute;
bottom: -15px;
left: 20px;
border-width: 15px 15px 0;
border-style: solid;
border-color: #f3961c transparent;
display: block;
width: 0;
}
/* Fim LOGIN */
/* Início PÁGINA USUÁRIO */
.user-page-font-bold {font-weight: bold;}
.user-page-main-banner {
background-color: #005662;
color: #FFF;
}
.user-page-cards-title {
background-color: #005662;
padding: 10px;
color: #FFF;
width: 100%;
}
.user-page-card {
padding: 0;
border: 2px solid #005662;
}
/* .user-page-card-item {
background-color: #e4e4e4;
position: relative;
} */
.user-page-section-courses {background-color: #FFD54F;}
.user-page-item-inside-card {
background-color: #e4e4e4;
margin: 10px;
padding: 5px;
position: relative;
}
.user-page-item-inside-card-clickable {
cursor: pointer;
}
.user-page-icon {
position: absolute;
top: -8px;
right: -7px;
}
.user-page-photo {
display: none;
height: 350px;
border: 2px solid #FFF;
}
.user-page-item-inside-card-top{
display: flex;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
}
.user-page-text-category {text-decoration: underline;}
/* Fim PÁGINA USUÁRIO */
/* Início INFORMAÇÕES USUÁRIO */
.user-info-top {
height: 250px;
align-self: center;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: center;
}
.user-info-photo {
height: 80%;
width: auto;
}
.user-info-main {background-color: #FFFF81;}
/* Fim INFORMAÇÕES USUÁRIO */
/* Início PÁGINA ADMINISTRADOR */
.admin-course-section {
background-color: #fff8e3;
}
.admin-tables-section {
padding: 25px 0;
}
.admin-btn-table {
color: #FFF;
background:#005662;
border: none;
padding: 0 2px;
margin: 0 2px;
border-radius: 3px;
}
.admin-btn-table:hover, .admin-btn-table:focus {
background: #4FB3BF;
color: #000;
}
/* Fim PÁGINA ADMINISTRADOR */
/* Início CADASTRO EMPRESA */
.register-company-main {background-color: #FFFF81;}
/* Fim CADASTRO EMPRESA */
/* Início CADASTRO VOLUNTÁRIO */
.register-volunteer-main {background-color: #FFFF81;}
/* Fim CADASTRO VOLUNTÁRIO */
/* Início FOOTER */
footer {
background:#616161;
padding: 2% 0;
}
footer img {width: 17vw;}
footer p {color: #FFF;}
/* Fim FOOTER */
/* --------------------------------- MEDIAS QUERIES --------------------------------- */
/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
p {font-size: 2.7vw;}
h1 {font-size: 8.0vw;}
h2 {font-size: 6.0vw;}
h3 {font-size: 4.3vw;}
h4 {font-size: 3.8vw;}
h5 {font-size: 3.2vw;}
.pages-title-bg {height: 25vh;}
/* Início HOME */
.home-btn-sm {display: none;}
.home-btn-big {display: flex;}
/* Fim HOME */
/* Início QUEM SOMOS */
.oppy-info img, .oppy-proposal img {height: 30vh;}
/* Fim QUEM SOMOS */
/* Início CURSO-DETALHE */
.course-detail-schedule-legend {font-size: 0.8em;}
/* Fim CURSO-DETALHE */
/* Início FOOTER */
footer img {width: 15vw;}
/* Fim FOOTER */
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
p {font-size: 2.3vw;}
h1 {font-size: 7.0vw;}
h2 {font-size: 5.0vw;}
h3 {font-size: 3.8vw;}
h4 {font-size: 3.3vw;}
h5 {font-size: 2.8vw;}
.pages-title-bg {height: 30vh;}
/* Início HOME */
.home-card {margin: 0 1rem;}
.home-card-img-sm {display: none;}
.home-card-img-md {display: flex;}
.home-card-img {
height: 60%;
width: 60%;
}
/* Fim HOME */
/* Início CURSOS */
#collapseFilter {display: block;}
/* Fim CURSOS */
/* Início CONTRIBUA */
.contribute-volunteer div {margin-bottom: 1rem;}
/* Fim CONTRIBUA */
/* Início USUÁRIO */
.user-page-photo {display: block;}
/* Fim USUÁRIO */
/* Início PÁGINA ADMINISTRADOR */
.admin-tables-section {padding: 25px 30px;}
/* Fim PÁGINA ADMINISTRADOR */
/* Início FOOTER */
footer img {width: 10vw;}
/* Fim FOOTER */
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
p {font-size: 1.7vw;}
h1 {font-size: 6.0vw;}
h2 {font-size: 4.0vw;}
h3 {font-size: 3.2vw;}
h4 {font-size: 2.7vw;}
h5 {font-size: 2.2vw;}
/* Início HEADER */
.navbar-nav {
background-color: transparent;
text-align: center;
}
.navbar-nav a:hover, .navbar-nav a:focus {
background: #FFFF81;
max-height: 98%;
}
.btn-login {
padding-left: 5px;
padding-right: 5px;
align-self: center;
}
.logo-header .logo-img {
height: 10vh;
margin-right: 5px;
display: flex;
}
.logo-header .logo-name {width: 90px;}
/* Fim HEADER */
/* Início HOME */
.home-summary {text-align: left;}
.indent {text-indent: 1.8em;}
.home-card-section {margin: 2rem 0;}
.home-summary {padding: 3.2rem 3rem 2.4rem 3rem;}
/* Fim HOME */
/* Início QUEM SOMOS */
.about-banner {
display: flex;
background-image: url('../img/about-banner.jpg');
background-size: cover;
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
flex-direction: column-reverse;
height: 82vh;
text-align: center;
color: #FFF;
}
.bg-color {
background-color: #0003;
height: 30%;
}
.quotation {
padding: 0 15vw;
line-height: 1.7em;
margin-bottom: 0.5rem;
}
.quotation::before {
content: open-quote;
font-size: 1.5em;
}
.quotation::after {
content: close-quote;
font-size: 1.5em;
}
.quotation-author {font-style: italic;}
.quotation-author::before {content: "\2014 \00A0";}
.oppy-info h2, .oppy-proposal h2 {text-align: left;}
.oppy-info p, .oppy-proposal p {text-align: left;}
/* Fim QUEM SOMOS */
/* Início CURSO-DETALHE */
.course-detail-offered-by {display: block;}
.course-detail-provider {
display: flex;
justify-content: flex-end;
}
/* div que segura os cards */
.course-detail-div-cards {justify-content: space-between;}
/* Fim CURSO-DETALHE */
/* Início APOIO */
.support-card {margin: 2rem 0;}
/* Fim APOIO */
/* Início FOOTER */
footer img {width: 8vw;}
/* Fim FOOTER */
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
p {
font-size: 1.4vw;
line-height: 1.6;
}
h1 {font-size: 5.0vw;}
h2 {font-size: 3.0vw;}
h5 {font-size: 1.7vw;}
/* Início HEADER */
.logo-header .logo-name {width: 100px;}
/* Fim HEADER */
/* Início HOME */
.home-summary {padding: 3.2rem auto 2.4rem auto;}
.home-summary p {line-height: 2.2;}
.home-summary p {margin-bottom: 1rem;}
.home-summary button {
padding-left: 2rem;
padding-right: 2rem;
}
.home-banner {margin-top: 10vh;}
/* Fim HOME */
} | frontend/css/style.css | * {
margin: 0;
padding: 0;
}
html {scroll-behavior: smooth;}
body {
font-family: 'Lato', sans-serif;
color: #47525E;
}
nav a {font-weight: bold;}
p {
margin: 0;
font-size: 16px;
}
h1 {font-size: 50px;}
h2 {font-size: 40px;}
h3 {font-size: 30px;}
h4 {font-size: 25px;}
h5 {
font-size: 18px;
font-weight: bold;
}
.btn {padding: 1.0vh 2.2vh;}
/*Botão Turquesa*/
.btn-primary {
color: #FFF;
background:#005662;
border: none;
text-transform: uppercase;
}
.btn-primary:hover, .btn-primary:focus {
background: #4FB3BF;
color: #000;
}
/*Botão Amarelo*/
.btn-secondary {
color: #000;
background: #FFD54F;
border: none;
text-transform: uppercase;
}
.btn-secondary:hover, .btn-secondary:focus {background: #005662;}
.row {
margin-left: 0;
margin-right: 0;
}
.container-fluid {
padding-left: 0;
padding-right: 0;
}
a {color: #4fb3bf;}
a:hover, a:focus {
text-decoration: none;
color: #005662;
}
.pages-title-bg {
background-color: #005662;
height: 20vh;
color: #FFF;
font-weight: bold;
width: 100%;
}
/* Fim CONFIGURAÇÕES GERAIS */
/* Início HEADER */
.menu {
background: #FFD54FF0;
border-bottom: 1px #FFD54F solid;
z-index: 99;
height: 10vh;
}
.navbar-nav {
background-color: #FFD54F;
padding: 10px;
line-height: normal;
}
.logo-header .logo-img {display: none;}
.logo-header .logo-name {width: 100px;}
.fa {color: #4FB3BF;}
#register-link {color: #005662;}
nav #register-link:hover, nav #register-link:focus {background: none;}
.modal-backdrop {z-index: unset;}
.modal-footer-bg-color {background-color: #FFF;}
/* Fim HEADER */
/* Início BREADCRUMB */
.breadcrumb {
border-radius: 0;
margin-bottom: 0;
margin-top: 10vh;
}
nav .breadcrumb-item-link:hover, nav .breadcrumb-item-link:focus {
background: #4FB3BF;
text-decoration: none;
}
/* Fim BREADCRUMB */
/* Início HOME */
.home-banner {
margin-top: 10vh;
background-image: url('../img/home-banner.jpg');
background-size: cover;
background-position: center;
height: 90vh;
color: #FFF;
display:flex;
flex-direction: column;
align-items: center;
justify-content: flex-end;
}
.home-banner h1 {
text-transform: uppercase;
font-family: 'Baloo', cursive;
margin-bottom: 3rem;
text-align: center;
}
.home-banner button {
margin-bottom: 10vh;
padding: 0.5rem 2rem;
}
.home-btn-big {display: none;}
.home-summary {
padding: 1rem 1.9rem;
line-height: 2rem;
background-color: #FFFF81;
text-align: center;
}
.home-card {text-align: center;}
.home-card-img {
height: 50%;
width: 50%;
}
.home-card-img-md {display: none;}
.home-card .card-title {
font-weight: bold;
margin-top: 0.5em;
border-bottom: solid 2px #4fb3bf;
}
.home-banner-apoie {background: #FFD54F;}
.home-banner-apoie button {
margin: 0.5em;
padding: 0.3em 1em;
}
/* Fim HOME */
/* Início QUEM SOMOS */
.about-banner {display: none;}
.oppy-info h2, .oppy-proposal h2 {text-align: center;}
.oppy-info p, .oppy-proposal p {text-align: center;}
.border-config {border: 1px solid grey;}
.statistics-block {
display: flex;
flex-direction: column;
align-items: center;
padding: 0 4rem;
line-height: 1.5rem;
}
.statistics-images {width: 50px;}
.oppy-info {
background-color: #EBF0F7;
align-items: center;
justify-content: center;
line-height: 1.5rem;
}
.oppy-info h2, .oppy-values h2 {
color: #4FB3BF;
padding-bottom: 20px;
font-weight: bold;
}
.oppy-info img, .oppy-proposal img {width: 200px;}
.oppy-proposal {
align-items: center;
justify-content: center;
line-height: 1.5rem;
}
.oppy-proposal h2, .team-info h2 {
color: #F95F62;
padding-bottom: 20px;
font-weight: bold;
}
.oppy-values {background-color: #EBF0F7;}
/* Fim QUEM SOMOS */
/* Início CURSOS-GERAL */
.courses-bg-cards {
position: relative;
width: 90%;
height: 250px;
text-transform: uppercase;
perspective: 200rem;
}
.courses-bg-cards:hover .flip-card-front{
transform: rotateY(180deg);
}
.courses-bg-cards:hover .flip-card-back{
transform: rotateY(0deg);
}
.flip-card {
position: absolute;
height:100%;
width:100%;
transition: all 0.9s;
backface-visibility: hidden;
}
.flip-card-back {
transform:rotateY(180deg);
}
.courses-bg-cards h5 {
color: #FFF;
background-color: #00838F;
margin: 0;
}
.card-back-body {
position:relative;
height:100%;
}
.flip-card-back img {
opacity:0.3;
}
.course-img {
height:100%;
}
.flip-card-back ul {
position:absolute;
top:50%;
left:50%;
margin: -15% 0 0 -35%;
/* text-align: center; */
}
.flip-card-back li {
color:#005662;
margin-bottom: 5px;
list-style-type: none;
}
.btn:focus {box-shadow: none;}
.list-group-item:hover, .list-group-item:focus {z-index: auto;}
.complete-menu {display: block;}
/* Fim CURSOS-GERAL */
/* Início CURSO-DETALHE */
.course-detail-main-banner {
background-color: #00838F;
color: #FFF;
}
.course-detail-offered-by, .course-detail-provider {display: none;}
.course-detail-logo-img {height: 200px;}
.course-detail-schedule-past {background-color: #595f66;}
.course-detail-shedule-soon {background-color: #C8A415;}
.course-detail-schedule-legend {font-size: 2.3vw;}
.course-detail-similar-courses-top {background: #FFD54F;}
.course-detail-similar-courses-bottom {background-color: #e4e4e4;}
.course-detail-card {
background-color: #FFF;
position: relative;
top: -40px;
border: 1px solid #005662;
}
.course-detail-card-title {
background-color: #005662;
padding-top: 5px;
padding-bottom: 5px;
}
.course-detail-card-title * {color: #FFF;}
.course-detail-logo-img-alike {
max-height: 100px;
max-width: 100%;
margin: 20px;
}
/* div que segura os cards */
.course-detail-div-cards {justify-content: center;}
/* Fim CURSO-DETALHE */
/* Início OPORTUNIDADES */
.opportunities-bg {
background-color: #4FB3BF;
color: #FFF;
height: 30vh;
}
.filter-title-bg {background-color: #005662;}
.collapse-bg {background-color: #BDBDBD;}
.nowrap {white-space: normal;}
/* Fim OPORTUNIDADES */
/* Início APOIO */
.banner-support-page {
align-items: center;
justify-content: center;
}
.support-page-bg {background-color: #00838F;}
.support-anchor a {color: #FFD54F;}
.support-card {
font-weight: bold;
border-bottom: solid 2px #4fb3bf;
margin: 1rem 0;
text-align: center;
}
.card-bg-green {background-color: #4FB3BF;}
/* Fim APOIO */
/* Início CONTRIBUA */
.contribute-banner-session {
align-items: center;
text-align: center;
background: #005662;
color: #fff;
display: flex;
height: 20vh;
justify-content: center;
}
.contribute-text {
display: flex;
align-items: center;
background: #FFFF81;
justify-content: center;
}
.contribute-text img, .contribute-enterprise img {width: 70%;}
/* Fim CONTRIBUA */
/* Início CONTATO */
.contact-email {
color: #005662;
font-weight: bold;
}
.contact-email:hover, .contact-email:focus {
text-decoration: none;
color: #005662;
}
.contact-form-design {
background-color: #FFD54F;
margin: 2%;
padding: 2% 1%;
}
.questions-title-bg {
background-color: #005662;
height: 30vh;
color: #FFF;
font-weight: bold;
width: 100%;
}
.questions-bg {background-color: #EBF0F7;}
.questions-subject {color: #4FB3BF;}
.plus-sign {width: 20px;}
.questions-color {color: #47525E;}
/* Fim CONTATO */
/* Início LOGIN */
card {
border: #47525E;
}
.login-indicator {
background-color: #FFD54F;
color: #47525E;
margin: 0;
}
.triangle-isosceles {
position: relative;
padding: 15px;
color: #000;
background: #f3961c;
background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFD54F), to(#f3961c));
background: -moz-linear-gradient(#FFD54F, #f3961c);
background: -o-linear-gradient(#FFD54F, #f3961c);
background: linear-gradient(#FFD54F, #f3961c);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.triangle-isosceles:after {
content: "";
position: absolute;
bottom: -15px;
left: 20px;
border-width: 15px 15px 0;
border-style: solid;
border-color: #f3961c transparent;
display: block;
width: 0;
}
/* Fim LOGIN */
/* Início PÁGINA USUÁRIO */
.user-page-font-bold {font-weight: bold;}
.user-page-main-banner {
background-color: #005662;
color: #FFF;
}
.user-page-cards-title {
background-color: #005662;
padding: 10px;
color: #FFF;
width: 100%;
}
.user-page-card {
padding: 0;
border: 2px solid #005662;
}
/* .user-page-card-item {
background-color: #e4e4e4;
position: relative;
} */
.user-page-section-courses {background-color: #FFD54F;}
.user-page-item-inside-card {
background-color: #e4e4e4;
margin: 10px;
padding: 5px;
position: relative;
}
.user-page-item-inside-card-clickable {
cursor: pointer;
}
.user-page-icon {
position: absolute;
top: -8px;
right: -7px;
}
.user-page-photo {
display: none;
height: 350px;
border: 2px solid #FFF;
}
.user-page-item-inside-card-top{
display: flex;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
}
.user-page-text-category {text-decoration: underline;}
/* Fim PÁGINA USUÁRIO */
/* Início INFORMAÇÕES USUÁRIO */
.user-info-top {
height: 250px;
align-self: center;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: center;
}
.user-info-photo {
height: 80%;
width: auto;
}
.user-info-main {background-color: #FFFF81;}
/* Fim INFORMAÇÕES USUÁRIO */
/* Início PÁGINA ADMINISTRADOR */
.admin-course-section {
background-color: #fff8e3;
}
.admin-tables-section {
padding: 25px 0;
}
.admin-btn-table {
color: #FFF;
background:#005662;
border: none;
padding: 0 2px;
margin: 0 2px;
border-radius: 3px;
}
.admin-btn-table:hover, .admin-btn-table:focus {
background: #4FB3BF;
color: #000;
}
/* Fim PÁGINA ADMINISTRADOR */
/* Início CADASTRO EMPRESA */
.register-company-main {background-color: #FFFF81;}
/* Fim CADASTRO EMPRESA */
/* Início CADASTRO VOLUNTÁRIO */
.register-volunteer-main {background-color: #FFFF81;}
/* Fim CADASTRO VOLUNTÁRIO */
/* Início FOOTER */
footer {
background:#616161;
padding: 2% 0;
}
footer img {width: 17vw;}
footer p {color: #FFF;}
/* Fim FOOTER */
/* --------------------------------- MEDIAS QUERIES --------------------------------- */
/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
p {font-size: 2.7vw;}
h1 {font-size: 8.0vw;}
h2 {font-size: 6.0vw;}
h3 {font-size: 4.3vw;}
h4 {font-size: 3.8vw;}
h5 {font-size: 3.2vw;}
.pages-title-bg {height: 25vh;}
/* Início HOME */
.home-btn-sm {display: none;}
.home-btn-big {display: flex;}
/* Fim HOME */
/* Início QUEM SOMOS */
.oppy-info img, .oppy-proposal img {height: 30vh;}
/* Fim QUEM SOMOS */
/* Início CURSO-DETALHE */
.course-detail-schedule-legend {font-size: 0.8em;}
/* Fim CURSO-DETALHE */
/* Início FOOTER */
footer img {width: 15vw;}
/* Fim FOOTER */
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
p {font-size: 2.3vw;}
h1 {font-size: 7.0vw;}
h2 {font-size: 5.0vw;}
h3 {font-size: 3.8vw;}
h4 {font-size: 3.3vw;}
h5 {font-size: 2.8vw;}
.pages-title-bg {height: 30vh;}
/* Início HOME */
.home-card {margin: 0 1rem;}
.home-card-img-sm {display: none;}
.home-card-img-md {display: flex;}
.home-card-img {
height: 60%;
width: 60%;
}
/* Fim HOME */
/* Início CURSOS */
#collapseFilter {display: block;}
/* Fim CURSOS */
/* Início CONTRIBUA */
.contribute-volunteer div {margin-bottom: 1rem;}
/* Fim CONTRIBUA */
/* Início USUÁRIO */
.user-page-photo {display: block;}
/* Fim USUÁRIO */
/* Início PÁGINA ADMINISTRADOR */
.admin-tables-section {padding: 25px 30px;}
/* Fim PÁGINA ADMINISTRADOR */
/* Início FOOTER */
footer img {width: 10vw;}
/* Fim FOOTER */
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
p {font-size: 1.7vw;}
h1 {font-size: 6.0vw;}
h2 {font-size: 4.0vw;}
h3 {font-size: 3.2vw;}
h4 {font-size: 2.7vw;}
h5 {font-size: 2.2vw;}
/* Início HEADER */
.navbar-nav {
background-color: transparent;
text-align: center;
}
.navbar-nav a:hover, .navbar-nav a:focus {
background: #FFFF81;
max-height: 98%;
}
.btn-login {
padding-left: 5px;
padding-right: 5px;
align-self: center;
}
.logo-header .logo-img {
height: 10vh;
margin-right: 5px;
display: flex;
}
.logo-header .logo-name {width: 90px;}
/* Fim HEADER */
/* Início HOME */
.home-summary {text-align: left;}
.indent {text-indent: 1.8em;}
.home-card-section {margin: 2rem 0;}
.home-summary {padding: 3.2rem 3rem 2.4rem 3rem;}
/* Fim HOME */
/* Início QUEM SOMOS */
.about-banner {
display: flex;
background-image: url('../img/about-banner.jpg');
background-size: cover;
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
flex-direction: column-reverse;
height: 82vh;
text-align: center;
color: #FFF;
}
.bg-color {
background-color: #0003;
height: 30%;
}
.quotation {
padding: 0 15vw;
line-height: 1.7em;
margin-bottom: 0.5rem;
}
.quotation::before {
content: open-quote;
font-size: 1.5em;
}
.quotation::after {
content: close-quote;
font-size: 1.5em;
}
.quotation-author {font-style: italic;}
.quotation-author::before {content: "\2014 \00A0";}
.oppy-info h2, .oppy-proposal h2 {text-align: left;}
.oppy-info p, .oppy-proposal p {text-align: left;}
/* Fim QUEM SOMOS */
/* Início CURSO-DETALHE */
.course-detail-offered-by {display: block;}
.course-detail-provider {
display: flex;
justify-content: flex-end;
}
/* div que segura os cards */
.course-detail-div-cards {justify-content: space-between;}
/* Fim CURSO-DETALHE */
/* Início APOIO */
.support-card {margin: 2rem 0;}
/* Fim APOIO */
/* Início FOOTER */
footer img {width: 8vw;}
/* Fim FOOTER */
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
p {
font-size: 1.4vw;
line-height: 1.6;
}
h1 {font-size: 5.0vw;}
h2 {font-size: 3.0vw;}
h5 {font-size: 1.7vw;}
/* Início HEADER */
.logo-header .logo-name {width: 100px;}
/* Fim HEADER */
/* Início HOME */
.home-summary {padding: 3.2rem auto 2.4rem auto;}
.home-summary p {line-height: 2.2;}
.home-summary p {margin-bottom: 1rem;}
.home-summary button {
padding-left: 2rem;
padding-right: 2rem;
}
.home-banner {margin-top: 10vh;}
/* Fim HOME */
} | 0.328314 | 0.090897 |
.jcarousel-clip {
width: 890px;
margin-left:40px;
}
.jcarousel-direction-rtl {
direction: rtl;
}
/**
* Horizontal Buttons
*/
.jcarousel-next-horizontal {
position: absolute;
top: 50%;
margin-top: -11px;
right: 5px;
width: 22px;
height: 22px;
cursor: pointer;
background: transparent url('../images/icons/arrow-right.png') no-repeat 0 0 !important;
}
.jcarousel-direction-rtl .jcarousel-next-horizontal {
left: 5px;
right: auto;
background-image: url('../images/icons/arrow-right.png') !important;
}
.jcarousel-next-horizontal:hover {
background-position: -32px 0;
}
.jcarousel-next-horizontal:active {
background-position: -64px 0;
}
.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
cursor: default;
background-position: -96px 0;
}
.jcarousel-prev-horizontal {
position:absolute;
top: 50%;
margin-top: -11px;
left: 5px;
width: 22px;
height: 22px;
cursor: pointer;
background: transparent url('../images/icons/arrow-left.png') no-repeat 0 0 !important;
}
.jcarousel-direction-rtl .jcarousel-prev-horizontal {
left: auto;
right: 5px;
background-image: url('../images/icons/arrow-right.png') !important;
}
.jcarousel-prev-horizontal:hover {
background-position: -32px 0;
}
.jcarousel-prev-horizontal:active {
background-position: -64px 0;
}
.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
cursor: default;
background-position: -96px 0;
}
/**
* Vertical Buttons
*/
.jcarousel-next-vertical {
position: absolute;
bottom: 5px;
left: 43px;
width: 32px;
height: 32px;
cursor: pointer;
background: transparent url(next-vertical.png) no-repeat 0 0;
}
.jcarousel-next-vertical:hover {
background-position: 0 -32px;
}
.jcarousel-next-vertical:active {
background-position: 0 -64px;
}
.jcarousel-next-disabled-vertical,
.jcarousel-next-disabled-vertical:hover,
.jcarousel-next-disabled-vertical:active {
cursor: default;
background-position: 0 -96px;
}
.jcarousel-prev-vertical {
position: absolute;
top: 5px;
left: 43px;
width: 32px;
height: 32px;
cursor: pointer;
background: transparent url(prev-vertical.png) no-repeat 0 0;
}
.jcarousel-prev-vertical:hover {
background-position: 0 -32px;
}
.jcarousel-prev-vertical:active {
background-position: 0 -64px;
}
.jcarousel-prev-disabled-vertical,
.jcarousel-prev-disabled-vertical:hover,
.jcarousel-prev-disabled-vertical:active {
cursor: default;
background-position: 0 -96px;
} | Public/default/css/jCarousel.css | .jcarousel-clip {
width: 890px;
margin-left:40px;
}
.jcarousel-direction-rtl {
direction: rtl;
}
/**
* Horizontal Buttons
*/
.jcarousel-next-horizontal {
position: absolute;
top: 50%;
margin-top: -11px;
right: 5px;
width: 22px;
height: 22px;
cursor: pointer;
background: transparent url('../images/icons/arrow-right.png') no-repeat 0 0 !important;
}
.jcarousel-direction-rtl .jcarousel-next-horizontal {
left: 5px;
right: auto;
background-image: url('../images/icons/arrow-right.png') !important;
}
.jcarousel-next-horizontal:hover {
background-position: -32px 0;
}
.jcarousel-next-horizontal:active {
background-position: -64px 0;
}
.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
cursor: default;
background-position: -96px 0;
}
.jcarousel-prev-horizontal {
position:absolute;
top: 50%;
margin-top: -11px;
left: 5px;
width: 22px;
height: 22px;
cursor: pointer;
background: transparent url('../images/icons/arrow-left.png') no-repeat 0 0 !important;
}
.jcarousel-direction-rtl .jcarousel-prev-horizontal {
left: auto;
right: 5px;
background-image: url('../images/icons/arrow-right.png') !important;
}
.jcarousel-prev-horizontal:hover {
background-position: -32px 0;
}
.jcarousel-prev-horizontal:active {
background-position: -64px 0;
}
.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
cursor: default;
background-position: -96px 0;
}
/**
* Vertical Buttons
*/
.jcarousel-next-vertical {
position: absolute;
bottom: 5px;
left: 43px;
width: 32px;
height: 32px;
cursor: pointer;
background: transparent url(next-vertical.png) no-repeat 0 0;
}
.jcarousel-next-vertical:hover {
background-position: 0 -32px;
}
.jcarousel-next-vertical:active {
background-position: 0 -64px;
}
.jcarousel-next-disabled-vertical,
.jcarousel-next-disabled-vertical:hover,
.jcarousel-next-disabled-vertical:active {
cursor: default;
background-position: 0 -96px;
}
.jcarousel-prev-vertical {
position: absolute;
top: 5px;
left: 43px;
width: 32px;
height: 32px;
cursor: pointer;
background: transparent url(prev-vertical.png) no-repeat 0 0;
}
.jcarousel-prev-vertical:hover {
background-position: 0 -32px;
}
.jcarousel-prev-vertical:active {
background-position: 0 -64px;
}
.jcarousel-prev-disabled-vertical,
.jcarousel-prev-disabled-vertical:hover,
.jcarousel-prev-disabled-vertical:active {
cursor: default;
background-position: 0 -96px;
} | 0.57081 | 0.081556 |
@media (max-width: 749px) {
.nav__item a, .nav__item .dropdown {
padding: 0.1em 0.8em;
}
}
.hero__banner {
background : center / contain no-repeat url("/bandeau.jpg");
padding-top: 13.77%;
}
.hero__container {
font-size: 1.5em;
min-height: inherit;
padding: 0;
position: relative;
}
.hero__logo {
filter: drop-shadow(0 10px 10px #002856);
height: 90%;
left: 50px;
position: absolute;
}
.hero__container h1,
.hero__container p {
color: #fff;
font-weight: bold;
text-shadow: 3px 3px 10px #000;
}
.hero__banner + .hero__container .hero__logo {
top: -50px;
height: 250px;
}
.hero__banner + .hero__container h1,
.hero__banner + .hero__container p {
padding-left: 200px;
}
.hero__container h1 {
font-size: 2.5em;
margin: 0.3em 0.5em 0;
}
.hero__container p {
margin: 0.5em;
}
@media (max-width: 749px) {
.hero__logo,
.hero__banner + .hero__container .hero__logo {
left: inherit;
position: inherit;
top: 10px;
height: 100px;
}
.hero__banner + .hero__container h1,
.hero__banner + .hero__container p {
padding-left: 0;
}
}
.overlay-button {
top: 1em;
right: 1.5em;
}
.row {
flex-wrap: wrap;
}
.card {
color: inherit;
flex: none;
text-decoration: inherit;
width: 30%;
}
.card:hover, .card:focus, .card:visited, .card:active {
color: inherit;
text-decoration: inherit;
}
.card__cover {
border-bottom: 1px solid #c9d3df;
cursor: pointer;
}
.card__content .card__meta time::after {
content: "";
}
.row .card {
margin: 0 1em 1em;
}
@media (max-width: 749px) {
.row {
flex-wrap: nowrap;
overflow-x: scroll;
flex-direction: row;
}
.row .card {
max-width: 150px;
width: inherit;
margin: 0 0.3em;
}
.row > .card + .card {
margin-top: 0;
}
.card__cover {
height: 110px;
}
.card__content {
padding: 1em;
font-size: 0.5em;
}
}
.footer__social .icon {
color: #fff;
}
footer img {
max-height: 40px;
}
.modal__backdrop {
cursor: pointer;
display: none;
}
.modal__backdrop.is-active {
display: flex;
}
.modal__close {
position: absolute;
top: 0;
right: 0;
height: 64px;
}
.modal {
height: 90%;
width: 90%;
display: flex;
flex-direction: column;
justify-content: center;
}
video {
height: 100%;
width: 100%;
}
em {
color: #8a22ca;
}
.article__content .container {
display: flex;
flex-direction: row;
padding-top: 2em;
}
.article__content .container:nth-child(2n) {
flex-direction: row-reverse;
}
.article__content .article__image img {
max-width: 350px;
flex: 1;
margin: 1em;
}
.article__content .richtext {
flex: 2;
}
@media (max-width: 749px) {
.article__content .container {
flex-direction: column;
padding-top: 2em;
}
.article__content .container:nth-child(2n) {
flex-direction: column;
}
.article__content .article__image img {
margin: 0;
}
}
.upload-video {
display: flex;
justify-content: center;
position: relative;
}
.upload-video input {
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
opacity: 0;
cursor: pointer;
}
.upload-video .file-cta {
border-radius: 4px;
display: flex;
align-items: center;
background-color: #23d160;
border-color: transparent;
color: #fff;
flex-direction: column;
height: auto;
padding: 1em 3em;
}
progress .is-large {
height: 1.5rem;
}
button:disabled {
opacity: 0.5;
}
.form__group + .button {
margin-top: 1em;
}
.optout {
background-color: #f0f0f0;
width: 100%;
border-width: 0;
border-radius: 8px;
padding: 1em;
}
.logout-button {
position: relative;
text-align: center;
top: -2em;
}
.button-link {
background: none;
border: none;
}
#uploaded-video {
max-height: 300px;
} | public/css/styles.css | @media (max-width: 749px) {
.nav__item a, .nav__item .dropdown {
padding: 0.1em 0.8em;
}
}
.hero__banner {
background : center / contain no-repeat url("/bandeau.jpg");
padding-top: 13.77%;
}
.hero__container {
font-size: 1.5em;
min-height: inherit;
padding: 0;
position: relative;
}
.hero__logo {
filter: drop-shadow(0 10px 10px #002856);
height: 90%;
left: 50px;
position: absolute;
}
.hero__container h1,
.hero__container p {
color: #fff;
font-weight: bold;
text-shadow: 3px 3px 10px #000;
}
.hero__banner + .hero__container .hero__logo {
top: -50px;
height: 250px;
}
.hero__banner + .hero__container h1,
.hero__banner + .hero__container p {
padding-left: 200px;
}
.hero__container h1 {
font-size: 2.5em;
margin: 0.3em 0.5em 0;
}
.hero__container p {
margin: 0.5em;
}
@media (max-width: 749px) {
.hero__logo,
.hero__banner + .hero__container .hero__logo {
left: inherit;
position: inherit;
top: 10px;
height: 100px;
}
.hero__banner + .hero__container h1,
.hero__banner + .hero__container p {
padding-left: 0;
}
}
.overlay-button {
top: 1em;
right: 1.5em;
}
.row {
flex-wrap: wrap;
}
.card {
color: inherit;
flex: none;
text-decoration: inherit;
width: 30%;
}
.card:hover, .card:focus, .card:visited, .card:active {
color: inherit;
text-decoration: inherit;
}
.card__cover {
border-bottom: 1px solid #c9d3df;
cursor: pointer;
}
.card__content .card__meta time::after {
content: "";
}
.row .card {
margin: 0 1em 1em;
}
@media (max-width: 749px) {
.row {
flex-wrap: nowrap;
overflow-x: scroll;
flex-direction: row;
}
.row .card {
max-width: 150px;
width: inherit;
margin: 0 0.3em;
}
.row > .card + .card {
margin-top: 0;
}
.card__cover {
height: 110px;
}
.card__content {
padding: 1em;
font-size: 0.5em;
}
}
.footer__social .icon {
color: #fff;
}
footer img {
max-height: 40px;
}
.modal__backdrop {
cursor: pointer;
display: none;
}
.modal__backdrop.is-active {
display: flex;
}
.modal__close {
position: absolute;
top: 0;
right: 0;
height: 64px;
}
.modal {
height: 90%;
width: 90%;
display: flex;
flex-direction: column;
justify-content: center;
}
video {
height: 100%;
width: 100%;
}
em {
color: #8a22ca;
}
.article__content .container {
display: flex;
flex-direction: row;
padding-top: 2em;
}
.article__content .container:nth-child(2n) {
flex-direction: row-reverse;
}
.article__content .article__image img {
max-width: 350px;
flex: 1;
margin: 1em;
}
.article__content .richtext {
flex: 2;
}
@media (max-width: 749px) {
.article__content .container {
flex-direction: column;
padding-top: 2em;
}
.article__content .container:nth-child(2n) {
flex-direction: column;
}
.article__content .article__image img {
margin: 0;
}
}
.upload-video {
display: flex;
justify-content: center;
position: relative;
}
.upload-video input {
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
opacity: 0;
cursor: pointer;
}
.upload-video .file-cta {
border-radius: 4px;
display: flex;
align-items: center;
background-color: #23d160;
border-color: transparent;
color: #fff;
flex-direction: column;
height: auto;
padding: 1em 3em;
}
progress .is-large {
height: 1.5rem;
}
button:disabled {
opacity: 0.5;
}
.form__group + .button {
margin-top: 1em;
}
.optout {
background-color: #f0f0f0;
width: 100%;
border-width: 0;
border-radius: 8px;
padding: 1em;
}
.logout-button {
position: relative;
text-align: center;
top: -2em;
}
.button-link {
background: none;
border: none;
}
#uploaded-video {
max-height: 300px;
} | 0.45423 | 0.084417 |
.bx-authform-social-popup{
display: none;
background: #fff;
width: auto;
padding: 15px;
font-size: 14px;
white-space: nowrap;
}
.bx-authform-social-popup form{margin-bottom: 0;}
.bx-authform-social-popup input[type="text"] {
display: inline-block;
max-width: 150px;
font-size: 18px;
height: 30px;
margin: 0;
padding: 0 4px;
border: 1px solid #CCD5DB;
border-radius: 2px;
background: #f8fafc;
outline: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bx-authform-social ul {
padding: 5px 0 12px;
margin: 0 0 15px;
display: block;
}
.bx-authform-social ul li {
position: relative;
display: inline-block;
width: 35px;
height: 35px;
margin-right: 5px;
}
.bx-authform-social ul li .bx-authform-social-icon {
display: block;
width: 35px;
height: 35px;
background-image: url(images/sprite.png);
background-repeat: no-repeat;
border-bottom: none;
}
.bx-authform-social ul li .bx-authform-social-icon:hover{opacity: .9;}
.bx-authform-social ul li .bx-authform-social-icon.box {background-position: 0 0;}
.bx-authform-social ul li .bx-authform-social-icon.dropbox {background-position: -44px 0;}
.bx-authform-social ul li .bx-authform-social-icon.bitrix24 {background-position: -88px 0;}
.bx-authform-social ul li .bx-authform-social-icon.yandex {background-position:-132px 0;}
.bx-authform-social ul li .bx-authform-social-icon.openid {background-position:-176px 0;}
.bx-authform-social ul li .bx-authform-social-icon.odnoklassniki {background-position:-220px 0;}
.bx-authform-social ul li .bx-authform-social-icon.google {background-position:-264px 0;}
.bx-authform-social ul li .bx-authform-social-icon.mymailru {background-position:-308px 0;}
.bx-authform-social ul li .bx-authform-social-icon.mailru2 {background-position:-440px 0;}
.bx-authform-social ul li .bx-authform-social-icon.livejournal {background-position:-352px 0;}
.bx-authform-social ul li .bx-authform-social-icon.openid-mail-ru {background-position:-440px 0;}
.bx-authform-social ul li .bx-authform-social-icon.liveid {background-position:-484px 0;}
.bx-authform-social ul li .bx-authform-social-icon.liveinternet {background-position:-528px 0;}
.bx-authform-social ul li .bx-authform-social-icon.blogger {background-position:-572px 0;}
.bx-authform-social ul li .bx-authform-social-icon.vkontakte {background-position:-616px 0;}
.bx-authform-social ul li .bx-authform-social-icon.twitter {background-position:-660px 0;}
.bx-authform-social ul li .bx-authform-social-icon.facebook {background-position:-704px 0;}
.bx-authform-social ul li .bx-authform-social-icon.google-plus {background-position:-748px 0;}
.bx-authform-social ul li .bx-authform-social-icon.office365 {background-position:-792px 0;} | www/html/bitrix/modules/socialservices/install/components/bitrix/socserv.auth.form/templates/flat/style.css | .bx-authform-social-popup{
display: none;
background: #fff;
width: auto;
padding: 15px;
font-size: 14px;
white-space: nowrap;
}
.bx-authform-social-popup form{margin-bottom: 0;}
.bx-authform-social-popup input[type="text"] {
display: inline-block;
max-width: 150px;
font-size: 18px;
height: 30px;
margin: 0;
padding: 0 4px;
border: 1px solid #CCD5DB;
border-radius: 2px;
background: #f8fafc;
outline: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bx-authform-social ul {
padding: 5px 0 12px;
margin: 0 0 15px;
display: block;
}
.bx-authform-social ul li {
position: relative;
display: inline-block;
width: 35px;
height: 35px;
margin-right: 5px;
}
.bx-authform-social ul li .bx-authform-social-icon {
display: block;
width: 35px;
height: 35px;
background-image: url(images/sprite.png);
background-repeat: no-repeat;
border-bottom: none;
}
.bx-authform-social ul li .bx-authform-social-icon:hover{opacity: .9;}
.bx-authform-social ul li .bx-authform-social-icon.box {background-position: 0 0;}
.bx-authform-social ul li .bx-authform-social-icon.dropbox {background-position: -44px 0;}
.bx-authform-social ul li .bx-authform-social-icon.bitrix24 {background-position: -88px 0;}
.bx-authform-social ul li .bx-authform-social-icon.yandex {background-position:-132px 0;}
.bx-authform-social ul li .bx-authform-social-icon.openid {background-position:-176px 0;}
.bx-authform-social ul li .bx-authform-social-icon.odnoklassniki {background-position:-220px 0;}
.bx-authform-social ul li .bx-authform-social-icon.google {background-position:-264px 0;}
.bx-authform-social ul li .bx-authform-social-icon.mymailru {background-position:-308px 0;}
.bx-authform-social ul li .bx-authform-social-icon.mailru2 {background-position:-440px 0;}
.bx-authform-social ul li .bx-authform-social-icon.livejournal {background-position:-352px 0;}
.bx-authform-social ul li .bx-authform-social-icon.openid-mail-ru {background-position:-440px 0;}
.bx-authform-social ul li .bx-authform-social-icon.liveid {background-position:-484px 0;}
.bx-authform-social ul li .bx-authform-social-icon.liveinternet {background-position:-528px 0;}
.bx-authform-social ul li .bx-authform-social-icon.blogger {background-position:-572px 0;}
.bx-authform-social ul li .bx-authform-social-icon.vkontakte {background-position:-616px 0;}
.bx-authform-social ul li .bx-authform-social-icon.twitter {background-position:-660px 0;}
.bx-authform-social ul li .bx-authform-social-icon.facebook {background-position:-704px 0;}
.bx-authform-social ul li .bx-authform-social-icon.google-plus {background-position:-748px 0;}
.bx-authform-social ul li .bx-authform-social-icon.office365 {background-position:-792px 0;} | 0.108413 | 0.037082 |
.loader-bar,
.loader-spinner {
left: 0;
pointer-events: none;
position: fixed;
top: 0;
z-index: 9999;
}
/* .loader-bar {{{ */
.loader-bar {
height: 5px;
display: none;
transition: opacity 0.5s ease-in;
width: 100vw;
}
.loader-bar::after,
.loader-bar::before {
background-color: #ac348c;
content: '';
display: block;
height: 100%;
position: absolute;
top: 0;
width: 100%;
}
.loader-bar::after {
animation-duration: 20s;
animation-timing-function: ease-out;
animation-name: loader-slide;
animation-iteration-count: 1;
transform: translate3d( -5vw, 0, 0 );
}
.loader-bar::before {
transform: translate3d( -100vw, 0, 0 );
}
.loading-foreground .loader-bar,
.loading-foreground-closing .loader-bar {
display: block;
}
.loading-foreground-closing .loader-bar {
opacity: 0;
transition: opacity 0.5s ease-out 0.5s;
}
.loading-foreground-closing .loader-bar::before {
animation: 1s ease-out loader-slide-complete 1;
transform: translate3d( 0, 0, 0 );
}
/* }}} */
/* .loader-spinner {{{ */
.loader-spinner {
color: #555;
font-family: sans-serif;
margin: 15px;
display: none;
height: 20px;
line-height: 20px;
padding: 0 25px;
transition: opacity 0.4s ease-in;
}
.loading-background .loader-spinner {
opacity: 0.5;
}
.loader-spinner::before {
animation-duration: 0.75s;
animation-timing-function: linear;
border-color: #ac348c;
border-style: solid;
border-width: 2px;
animation-name: loader-rotate;
animation-iteration-count: infinite;
border-bottom-color: transparent;
border-left-color: transparent;
border-radius: 50%;
box-sizing: border-box;
content: '';
display: block;
height: 20px;
left: 0;
position: absolute;
width: 20px;
}
.loading .loader-spinner,
.loading-background-closing .loader-spinner,
.loading-foreground-closing .loader-spinner {
display: block;
}
.loading-foreground-closing .loader-spinner,
.loading-background-closing .loader-spinner {
opacity: 0;
transition: opacity 0.4s ease-out;
}
/* }}} */
/* Animations {{{ */
@keyframes loader-rotate {
from { transform: rotate( 0deg ); }
to { transform: rotate( 360deg ); }
}
@keyframes loader-slide {
from { transform: translate3d( -100vw, 0, 0 ); }
to { transform: translate3d( -5vw, 0, 0 ); }
}
@keyframes loader-slide-complete {
0% { transform: translate3d( -75vw, 0, 0 ); }
50% { transform: translate3d( 0, 0, 0 ); }
}
/* }}} */
/* Utility classes - .(hidden|visible)-loading[-foreground|-background] {{{ */
body.loading .hidden-loading { display: none }
body.loading-foreground .hidden-loading-foreground { display: none }
body.loading-background .hidden-loading-background { display: none }
body.loading .visible-loading { display: block }
body.loading-foreground .visible-loading-foreground { display: block }
body.loading-background .visible-loading-background { display: block }
body:not(.loading) .visible-loading { display: none }
body:not(.loading-foreground) .visible-loading-foreground { display: none }
body:not(.loading-background) .visible-loading-background { display: none }
/* }}} */ | src/loader.css | .loader-bar,
.loader-spinner {
left: 0;
pointer-events: none;
position: fixed;
top: 0;
z-index: 9999;
}
/* .loader-bar {{{ */
.loader-bar {
height: 5px;
display: none;
transition: opacity 0.5s ease-in;
width: 100vw;
}
.loader-bar::after,
.loader-bar::before {
background-color: #ac348c;
content: '';
display: block;
height: 100%;
position: absolute;
top: 0;
width: 100%;
}
.loader-bar::after {
animation-duration: 20s;
animation-timing-function: ease-out;
animation-name: loader-slide;
animation-iteration-count: 1;
transform: translate3d( -5vw, 0, 0 );
}
.loader-bar::before {
transform: translate3d( -100vw, 0, 0 );
}
.loading-foreground .loader-bar,
.loading-foreground-closing .loader-bar {
display: block;
}
.loading-foreground-closing .loader-bar {
opacity: 0;
transition: opacity 0.5s ease-out 0.5s;
}
.loading-foreground-closing .loader-bar::before {
animation: 1s ease-out loader-slide-complete 1;
transform: translate3d( 0, 0, 0 );
}
/* }}} */
/* .loader-spinner {{{ */
.loader-spinner {
color: #555;
font-family: sans-serif;
margin: 15px;
display: none;
height: 20px;
line-height: 20px;
padding: 0 25px;
transition: opacity 0.4s ease-in;
}
.loading-background .loader-spinner {
opacity: 0.5;
}
.loader-spinner::before {
animation-duration: 0.75s;
animation-timing-function: linear;
border-color: #ac348c;
border-style: solid;
border-width: 2px;
animation-name: loader-rotate;
animation-iteration-count: infinite;
border-bottom-color: transparent;
border-left-color: transparent;
border-radius: 50%;
box-sizing: border-box;
content: '';
display: block;
height: 20px;
left: 0;
position: absolute;
width: 20px;
}
.loading .loader-spinner,
.loading-background-closing .loader-spinner,
.loading-foreground-closing .loader-spinner {
display: block;
}
.loading-foreground-closing .loader-spinner,
.loading-background-closing .loader-spinner {
opacity: 0;
transition: opacity 0.4s ease-out;
}
/* }}} */
/* Animations {{{ */
@keyframes loader-rotate {
from { transform: rotate( 0deg ); }
to { transform: rotate( 360deg ); }
}
@keyframes loader-slide {
from { transform: translate3d( -100vw, 0, 0 ); }
to { transform: translate3d( -5vw, 0, 0 ); }
}
@keyframes loader-slide-complete {
0% { transform: translate3d( -75vw, 0, 0 ); }
50% { transform: translate3d( 0, 0, 0 ); }
}
/* }}} */
/* Utility classes - .(hidden|visible)-loading[-foreground|-background] {{{ */
body.loading .hidden-loading { display: none }
body.loading-foreground .hidden-loading-foreground { display: none }
body.loading-background .hidden-loading-background { display: none }
body.loading .visible-loading { display: block }
body.loading-foreground .visible-loading-foreground { display: block }
body.loading-background .visible-loading-background { display: block }
body:not(.loading) .visible-loading { display: none }
body:not(.loading-foreground) .visible-loading-foreground { display: none }
body:not(.loading-background) .visible-loading-background { display: none }
/* }}} */ | 0.420124 | 0.063832 |
@media(min-width: 700px) {
body{
overflow-y: hidden;
overflow-x: hidden;
}
}
section{
padding: 0.5rem;
}
.iconos {
width: 30px;
}
textarea{
background-color: transparent ;
border: 1px solid #2C7558;
width: 90%;
height: 8rem;
-moz-border-radius: 0;
-webkit-border-radius: 0 ;
border-radius: 5px;
color: #2C7558 ;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 15px;
font-family: "Century Gothic";
padding: 0.7rem;
margin-left: -2rem;
}
textarea:focus{
outline: 0;
border: 2px solid #2C7558;
}
.paginaPrincipal{
font-weight: 700;
color: #856404;
}
.contacto{
display: flex;
flex-direction: row;
}
/* -------------------------------*/
/* */
/* FORMULARIO: */
/* */
/* -------------------------------*/
#myModal,#myModal2,#myModal3{
/*para que funcione bien en pc hay que poner esto, para verlo en el móvil hay que quitarlo*/
margin-right: -15px;
}
form
{
display: flex;
flex-direction: column;
align-items: center;
}
.contenedor-recuperar /*Campo que tienes que usar FABIO*/
{
display: flex;
margin: 5px 0 0 0;
width: 100%;
color: rgb(44,117,88);
}
.contenedor-recuperar1 /*Campo que tienes que usar FABIO*/
{
display: flex;
flex-direction: column;
margin: 0 0 0 3rem;
width: 100%;
color: rgb(44,117,88);
}
.contenedor-recuperar2 /*Campo que tienes que usar FABIO*/
{
display: flex;
margin: 5px 0 0 4rem;
width: 100%;
color: rgb(44,117,88);
}
.contenedor-recuperar-text /*Campo que tienes que usar FABIO*/
{
display: flex;
align-items: flex-start;
margin: 10px 0px;
width: 100%;
}
.mail
{
height: 28px;
width: 28px;
margin-right: 2px;
}
.close{
color: white;
opacity: 80;
}
.boton-enviar
{
background-color: #2e8b57;
border: #006400 2px solid;
border-radius: 0.5rem;
color: white;
padding: 5px 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 10px 0 5px 0;
cursor: pointer;
}
.boton-enviar:hover {
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
background-color: white;
border: #006400 2px solid;
color: #2e8b57;
}
.volver-login
{
background-color: #4CAF50;
border: #008000 2px solid;
border-radius: 0.5rem;
color: white;
padding: 5px 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: -1px 1px;
cursor: pointer;
}
.volver-login:hover {
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
background-color: white;
text-decoration: none;
border: #008000 2px solid;
color: #4CAF50;
}
.campo{ /*Campo que tienes que usar FABIO*/
padding: 0.4rem 0.7rem;
background-color: transparent ;
border-bottom: 1px solid #2C7558;
border-radius: 5px !important;
border: 1px solid #2C7558;
width: 90%;
-moz-border-radius: 0;
-webkit-border-radius: 0 ;
color: #2C7558 ;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 15px;
font-family: "Century Gothic";
margin: 0 0 0 2rem;
}
.campoC{
background-color: transparent ;
border-bottom: 1px solid #2C7558;
border-top: 0px;
border-left: 0px;
border-right: 0px;
width: 100%;
-moz-border-radius: 0;
-webkit-border-radius: 0 ;
border-radius: 0;
color: #2C7558 ;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 15px;
font-family: "Century Gothic";
font-weight: 700;
}
.campo:focus,.campoC:focus{
outline: 0;
border-bottom: 2px solid #2C7558;
}
.recuperar-contrasenya
{
color: #2C7558;
font-weight: 100;
text-align: center;
text-decoration:underline;
}
h2{
text-align: center;
color: #2C7558;
}
.recuperar-contrasenya:hover
{
color: #4CAF50;
}
.botones
{
padding: 1rem;
}
.enlaceContacto{
font-weight: 700;
color: #A94442;
}
.modal-body{
top:4rem;
}
.informacion-contacto{
border-right: 0;
padding: 1rem;
width: 100%;
order: 1;
}
/* -------------------------------*/
/* */
/* CHECKBOX */
/* */
/* -------------------------------*/
.custom-control-input:checked~.custom-control-label::before {
color: #fff;
background-color: rgb(44,117,88);
outline: 0;
border-color: rgb(44,117,88);
}
.custom-control-label::before{
background-color: white;
}
/* -------------------------------*/
/* */
/* ADJUNTAR ARCHIVOS Y INFO */
/* */
/* -------------------------------*/
.custom-file {
width: 90%;
font-size: 15px;
font-family: "Century Gothic";
margin: 0 0 0 0.5rem;
}
.btn-secondary{ /*botón más info*/
background: transparent !important;
color: rgb(44,117,88) !important;
border: 0 !important;
padding: 0 0 0 0.5rem !important;
}
.formulario-contacto{
padding: 0 1rem 0 1rem;
order: 0;
}
.form-control-file{
margin-left: -1rem;
}
iframe{
width: 100%;
}
textarea, .campo{
width: 100%;
margin-bottom: 1rem;
margin-left: 0.3rem;
}
/* -------------------------------*/
/* */
/* MEDIA-QUERIES MODALES: */
/* */
/* -------------------------------*/
@media(min-width: 600px) {
.contenedor-recuperar,.contenedor-recuperar1,.contenedor-recuperar2
{
width: 100%;
}
.custom-file{
width: 100%;
padding-bottom: 3rem;
}
.alert-danger{
max-width: auto;
margin-left: 25%;
margin-right: 25%;
}
.contenedor-recuperar-text{
width: 40%;
}
#alertaNoTransparente{
width: 40%;
margin: 1rem 50rem 1rem 25rem;
}
.informacion-contacto{
padding: 0 8rem 0 8rem;
border-right: 2px solid rgb(44,117,88);
width: 50%;
}
.informacion-contacto{
order: 0;
}
.formulario-contacto{
padding: 0 2rem 0 2rem;
order: 1;
}
textarea{
margin-left: 0;
}
.custom-file {
margin: 0 0 0 2rem;
}
.informacion-contacto{
padding: 1rem 10rem;
}
textarea{
margin-left: 0;
}
}
@media(min-width:800px)
{
.formulario-contacto{
padding-top: 0;
width: 100%;
padding: 1rem 8rem;
}
}
/*=== MEDIA QUERIES ===*/
@media (max-width: 650px){
.iconos {
width: 20px;
}
.contacto{
display: flex;
flex-direction: column;
}
}
@media(min-width:400px)
{
.boton-enviar
{
max-width: 100%;
}
} | app/css/contacto.css | @media(min-width: 700px) {
body{
overflow-y: hidden;
overflow-x: hidden;
}
}
section{
padding: 0.5rem;
}
.iconos {
width: 30px;
}
textarea{
background-color: transparent ;
border: 1px solid #2C7558;
width: 90%;
height: 8rem;
-moz-border-radius: 0;
-webkit-border-radius: 0 ;
border-radius: 5px;
color: #2C7558 ;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 15px;
font-family: "Century Gothic";
padding: 0.7rem;
margin-left: -2rem;
}
textarea:focus{
outline: 0;
border: 2px solid #2C7558;
}
.paginaPrincipal{
font-weight: 700;
color: #856404;
}
.contacto{
display: flex;
flex-direction: row;
}
/* -------------------------------*/
/* */
/* FORMULARIO: */
/* */
/* -------------------------------*/
#myModal,#myModal2,#myModal3{
/*para que funcione bien en pc hay que poner esto, para verlo en el móvil hay que quitarlo*/
margin-right: -15px;
}
form
{
display: flex;
flex-direction: column;
align-items: center;
}
.contenedor-recuperar /*Campo que tienes que usar FABIO*/
{
display: flex;
margin: 5px 0 0 0;
width: 100%;
color: rgb(44,117,88);
}
.contenedor-recuperar1 /*Campo que tienes que usar FABIO*/
{
display: flex;
flex-direction: column;
margin: 0 0 0 3rem;
width: 100%;
color: rgb(44,117,88);
}
.contenedor-recuperar2 /*Campo que tienes que usar FABIO*/
{
display: flex;
margin: 5px 0 0 4rem;
width: 100%;
color: rgb(44,117,88);
}
.contenedor-recuperar-text /*Campo que tienes que usar FABIO*/
{
display: flex;
align-items: flex-start;
margin: 10px 0px;
width: 100%;
}
.mail
{
height: 28px;
width: 28px;
margin-right: 2px;
}
.close{
color: white;
opacity: 80;
}
.boton-enviar
{
background-color: #2e8b57;
border: #006400 2px solid;
border-radius: 0.5rem;
color: white;
padding: 5px 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 10px 0 5px 0;
cursor: pointer;
}
.boton-enviar:hover {
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
background-color: white;
border: #006400 2px solid;
color: #2e8b57;
}
.volver-login
{
background-color: #4CAF50;
border: #008000 2px solid;
border-radius: 0.5rem;
color: white;
padding: 5px 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: -1px 1px;
cursor: pointer;
}
.volver-login:hover {
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
background-color: white;
text-decoration: none;
border: #008000 2px solid;
color: #4CAF50;
}
.campo{ /*Campo que tienes que usar FABIO*/
padding: 0.4rem 0.7rem;
background-color: transparent ;
border-bottom: 1px solid #2C7558;
border-radius: 5px !important;
border: 1px solid #2C7558;
width: 90%;
-moz-border-radius: 0;
-webkit-border-radius: 0 ;
color: #2C7558 ;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 15px;
font-family: "Century Gothic";
margin: 0 0 0 2rem;
}
.campoC{
background-color: transparent ;
border-bottom: 1px solid #2C7558;
border-top: 0px;
border-left: 0px;
border-right: 0px;
width: 100%;
-moz-border-radius: 0;
-webkit-border-radius: 0 ;
border-radius: 0;
color: #2C7558 ;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 15px;
font-family: "Century Gothic";
font-weight: 700;
}
.campo:focus,.campoC:focus{
outline: 0;
border-bottom: 2px solid #2C7558;
}
.recuperar-contrasenya
{
color: #2C7558;
font-weight: 100;
text-align: center;
text-decoration:underline;
}
h2{
text-align: center;
color: #2C7558;
}
.recuperar-contrasenya:hover
{
color: #4CAF50;
}
.botones
{
padding: 1rem;
}
.enlaceContacto{
font-weight: 700;
color: #A94442;
}
.modal-body{
top:4rem;
}
.informacion-contacto{
border-right: 0;
padding: 1rem;
width: 100%;
order: 1;
}
/* -------------------------------*/
/* */
/* CHECKBOX */
/* */
/* -------------------------------*/
.custom-control-input:checked~.custom-control-label::before {
color: #fff;
background-color: rgb(44,117,88);
outline: 0;
border-color: rgb(44,117,88);
}
.custom-control-label::before{
background-color: white;
}
/* -------------------------------*/
/* */
/* ADJUNTAR ARCHIVOS Y INFO */
/* */
/* -------------------------------*/
.custom-file {
width: 90%;
font-size: 15px;
font-family: "Century Gothic";
margin: 0 0 0 0.5rem;
}
.btn-secondary{ /*botón más info*/
background: transparent !important;
color: rgb(44,117,88) !important;
border: 0 !important;
padding: 0 0 0 0.5rem !important;
}
.formulario-contacto{
padding: 0 1rem 0 1rem;
order: 0;
}
.form-control-file{
margin-left: -1rem;
}
iframe{
width: 100%;
}
textarea, .campo{
width: 100%;
margin-bottom: 1rem;
margin-left: 0.3rem;
}
/* -------------------------------*/
/* */
/* MEDIA-QUERIES MODALES: */
/* */
/* -------------------------------*/
@media(min-width: 600px) {
.contenedor-recuperar,.contenedor-recuperar1,.contenedor-recuperar2
{
width: 100%;
}
.custom-file{
width: 100%;
padding-bottom: 3rem;
}
.alert-danger{
max-width: auto;
margin-left: 25%;
margin-right: 25%;
}
.contenedor-recuperar-text{
width: 40%;
}
#alertaNoTransparente{
width: 40%;
margin: 1rem 50rem 1rem 25rem;
}
.informacion-contacto{
padding: 0 8rem 0 8rem;
border-right: 2px solid rgb(44,117,88);
width: 50%;
}
.informacion-contacto{
order: 0;
}
.formulario-contacto{
padding: 0 2rem 0 2rem;
order: 1;
}
textarea{
margin-left: 0;
}
.custom-file {
margin: 0 0 0 2rem;
}
.informacion-contacto{
padding: 1rem 10rem;
}
textarea{
margin-left: 0;
}
}
@media(min-width:800px)
{
.formulario-contacto{
padding-top: 0;
width: 100%;
padding: 1rem 8rem;
}
}
/*=== MEDIA QUERIES ===*/
@media (max-width: 650px){
.iconos {
width: 20px;
}
.contacto{
display: flex;
flex-direction: column;
}
}
@media(min-width:400px)
{
.boton-enviar
{
max-width: 100%;
}
} | 0.226356 | 0.05113 |
html, body{
margin: 0;
padding: 0;
background-color: white !important;
height: 100%;
width: 100%;
}
@font-face {
font-family: Remachine;
src: url('../fonts/RemachineScript_Personal_Use.ttf');
}
@font-face {
font-family: Pacifico;
src: url('../fonts/Pacifico.ttf');
}
@font-face {
font-family: Righteous;
src: url('../fonts/Righteous-Regular.ttf');
}
@font-face {
font-family: brandon;
src: url('../fonts/brandon.otf');
}
::selection {
background-color: #37657d;
color: white;
}
::-moz-selection{
background-color: #37657d;
color: white;
}
::-webkit-selection{
background-color: #37657d;
color: white;
}
/*end selector*/
/*css3 design scrollbar*/
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background:#EBE7E7;
}
::-webkit-scrollbar-thumb {
background: #4594c1
}
.heading-website{
position: relative;
background-image: url('/image/buah.jpg');
height: 100%;
width: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-attachment: fixed;
}
.image-gradient{
background-color: #6e759e;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: 0.5;
}
.head-center h1{
font-family: Remachine;
}
.logo-jejuelen{
position: absolute;
margin: 20px 17px;
}
.logo-jejuelen a,.logo-jejuelen a:focus,.logo-jejuelen a:hover{
color: white;
text-decoration: none;
}
.logo-jejuelen a h3{
margin: 0;
color: white;
font-family: Pacifico;
}
.head-center{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
text-align: center;
color: white;
}
.head-center h1{
margin: 0;
font-size: 91px;
font-weight: 300;
}
.head-center p{
font-family: Righteous;
font-size: 17px;
}
.join-register{
display: inline-block;
}
.join-register a, .join-register a:focus,.join-register a:hover{
text-decoration: none;
}
.img-crop{
max-width: 256px;
height: 320px;
display: inline-block;
}
.join-register a:nth-child(1){
display: inline-block;
font-size: 20px;
color: #2a4a5b;
font-weight: 900;
padding: 2px 28px;
background-color: white;
border-radius: 31px;
margin: 0 5px;
}
.join-register a:nth-child(2){
display: inline-block;
font-size: 20px;
color: white;
font-weight: 900;
padding: 2px 28px;
border-radius: 31px;
border: 2px solid white;
margin: 0 5px;
}
.join-register a:nth-child(2):hover{
color: #2a4a5b;
background-color: white;
}
#cart-belanja{
font-size: 21px;
}
@media (max-width: 517px){
.head-center h1 {
margin: 0;
font-size: 74px;
font-weight: 300;
}
}
@media (max-width: 388px) {
.head-center h1 {
margin: 0;
font-size: 64px;
font-weight: 300;
}
.join-register a:nth-child(2) {
margin-top: 10px;
}
}
#regis-log{
color: white;
border: 2px solid white;
padding: 0 6px;
}
#regis-log a{
display: inline-block;
padding: 9px 1px;
}
#regis-log a:hover{
text-decoration: underline;
}
/* navbar */
/* end navbar */
.navigasi-nav{
position: absolute;
right: 0;
}
nav {
margin:auto;
text-align: center;
width: 100%;
}
nav ul ul {
display: none;
}
nav ul li:hover > ul{
display: block;
width: 150px;
}
nav ul {
padding: 0 20px;
list-style: none;
position: relative;
display: inline-table;
width: 100%;
}
nav ul:after {
content: "";
clear:both;
display: block;
}
nav ul li{
float: left;
margin-top: 12px;
}
nav ul li:hover a{
color:#fff;
}
nav ul li a,nav ul li a:focus,nav ul li a:hover{
display: block;
padding: 15px 20px;
color: #fff;
font-family: Righteous;
text-decoration: none;
}
nav ul ul{
background: #394d68;
border-radius: 0px;
padding: 0;
position: absolute;
top: 100%;
z-index: 1;
}
nav ul ul li{
float: none;
border-bottom: 1px solid #212831;
position: relative;
margin: 0;
}
nav ul ul li a{
/* padding: 15px 40px; */
color: #fff;
}
nav ul ul li a:hover{
background-color: #666;
}
nav ul ul ul{
position: absolute;
left: 100%;
top: 0;
}
/* navigasi */
.grup-sendiri{
display: none !important;
}
.humberger{
position: absolute;
right: 0;
margin: 12px 17px;
}
.humberger-v2{
position: initial;
right: 0;
float: right;
margin: 12px 17px;
}
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1031;
top: 0;
right: 0;
background-color: #111;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
text-align:center;
}
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
transition: 0.3s;
}
.sidenav a:hover{
color: #f1f1f1;
}
.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
@media (max-width: 678px) {
.grup-sendiri{
display: block !important;
}
.grup-all-nav{
display: none !important;
}
}
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
/* end navigasi */
/* tentang kami */
.keuntungan-belanja{
display: inline-block;
width: 100%;
padding: 35px 20px;
}
.keuntungan-belanja .col-md-6 h1{
font-family: brandon;
font-weight: 900;
color: #4a4a4a;
}
.keuntungan-belanja .col-md-6 p{
font-family: brandon;
font-size: 18px;
color: #4a4a4a;
}
/* end tentang kami */
/* search */
#search-new {
outline: 0;
float: left;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
-webkit-border-radius: 4px;
border-radius: 4px;
}
#search-new > .textbox {
outline: 0;
height: 42px;
width: 244px;
line-height: 42px;
padding: 0 16px;
background-color: rgba(255, 255, 255, 0.8);
color: #212121;
border: 0;
float: left;
-webkit-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
}
#search-new > .textbox:focus {
outline: 0;
background-color: #FFF;
}
#search-new > .button {
outline: 0;
background: none;
background-color: rgba(38, 50, 56, 0.8);
float: left;
height: 42px;
width: 42px;
text-align: center;
line-height: 42px;
border: 0;
color: #FFF;
font: normal normal normal 14px/1 FontAwesome;
font-size: 16px;
text-rendering: auto;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
-webkit-transition: background-color .4s ease;
transition: background-color .4s ease;
-webkit-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
}
#search-new > .button:hover {
background-color: rgba(0, 150, 136, 0.8);
}
/* end search */
/*content*/
.content-jualan{
display: inline-block;
width: 100%;
position: relative;
height: auto;
padding: 10px 60px;
}
.content-jualan .col-sm-2{
padding: 0;
}
.img-crop img{
width: 100%;
height: 100%;
}
.grup-seach{
vertical-align: bottom;
display: inline-block;
}
.head-jualan{
display: inline-block;
max-width: 946px;
}
.head-jualan h1{
color: #2a4a5b;
font-weight: 600;
/* font-family: Righteous; */
font-family: Pacifico;
text-shadow: 2px 2px #cccccc;
}
@media (max-width: 720px){
.content-jualan {
display: inline-block;
width: 100%;
position: relative;
height: auto;
padding: 10px 16px;
}
}
@media (max-width: 320px) {
.head-jualan h1{
font-size: 25px;
}
}
/*end content*/
/*card jualan*/
@import url(https://fonts.googleapis.com/css?family=Satisfy);
@import url(https://fonts.googleapis.com/css?family=Acme);
.box-wrapper {
background-color: #fff;
overflow: hidden;
width: 100%;
position: relative;
padding: 0;
text-align: center;
/* border: 1px solid #2a4a5b; */
}
.box-wrapper p{
position: absolute;
top: 0;
color: #2a4a5b;
font-weight: 900;
background-color: white;
padding: 5px 10px;
margin: 0;
}
.box-wrapper p:hover{
background-color: #2a4a5b;
color: white;
}
.box-wrapper:hover{
box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.48);
}
.box-wrapper img {
width: 100%;
height: 195px;
}
.box-wrapper .success {
position: absolute;
top: 50%;
left: 37%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
z-index: 999;
}
.expanded .box-wrapper .success {
opacity: 1;
transition: opacity 0.3s 0.6s;
}
.box-wrapper .success:before, .box-wrapper .success:after {
content: '';
display: block;
position: absolute;
background-color: #fff;
}
.box-wrapper .success:before {
width: 40px;
height: 20px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.box-wrapper .success:after {
width: 88px;
height: 20px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: -16px;
left: 8px;
}
.title {
height: 44px;
overflow: hidden;
font-size: 2em;
font-weight: 900;
text-transform: uppercase;
margin: 0;
font-family: 'Acme', sans-serif;
}
.title a,.title a:hover,.title a:focus{
color: #2a4a5b;
text-decoration: none;
}
.desc {
font-family: 'Satisfy', cursive;
font-size: 1.2em;
}
.box-content {
position: relative;
z-index: 1;
}
.box-content:before {
content: '';
width: 200%;
height: 100px;
position: absolute;
display: block;
background-color: #fff;
-webkit-transform: rotate(-8deg);
transform: rotate(-8deg);
top: -50px;
left: -10%;
z-index: -1;
}
.box-content .buy {
display: block;
top: -80px;
right: 30px;
z-index: 2;
width: 70px;
height: 70px;
position: absolute;
}
.box-content .buy span {
width: 70px;
height: 70px;
background-color: #06D6A0;
display: block;
border-radius: 50%;
position: absolute;
font-size: 36px;
color: #fff;
transition: all 0.3s ease;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
}
.box-content .buy span i {
padding: 15px;
}
.expanded .box-content .buy span {
width: 750px;
height: 750px;
}
.expanded .box-content .buy span i {
display: none;
}
.box-content .price {
font-size: 16px;
font-weight: 900;
display: block;
width: 100px;
margin: 20px auto 0;
position: relative;
font-family: 'Satisfy', cursive;
}
.box-content .price:after, .box-content .price:before {
content: '';
height: 1px;
width: 50px;
display: block;
position: absolute;
background-color: #ddd;
top: 18px;
}
.box-content .price:before {
left: -50px;
}
.box-content .price:after {
right: -50px;
}
.box-content .footer ul {
list-style: none;
padding: 0;
margin: 1em 0;
}
.box-content .footer ul li {
color: #EFD829;
}
.jualan-barang{
display: inline-block;
width: 100%;
position: relative;
margin-top: 30px;
}
#jual-jarak{
padding: 8px;
}
.head-jualan{
margin-bottom: 15px;
}
/*end card jualan*/
/*loading*/
#load-loading{
width: 100%;
height: 100%;
z-index: 5;
background-color: #0d8aa5;
}
.loading {
position: absolute;
left: 50%;
top: 50%;
margin: -60px 0 0 -60px;
background: #fff;
width: 100px;
height: 100px;
border-radius: 100%;
border: 10px solid #19bee1;
}
.loading:after {
content: '';
background: trasparent;
width: 140%;
height: 140%;
position: absolute;
border-radius: 100%;
top: -20%;
left: -20%;
opacity: 0.7;
box-shadow: rgba(255, 255, 255, 0.6) -4px -5px 3px -3px;
animation: rotate 2s infinite linear;
}
@keyframes rotate {
0% {
transform: rotateZ(0deg);
}
100% {
transform: rotateZ(360deg);
}
}
/*end loading*/
/* about web */
.about-web{
display: inline-block;
width: 100%;
text-align: center;
}
.image-font{
display: inline-block;
margin: 15px 0;
}
.kata-about{
width: 50%;
display: block;
margin: 0 auto;
}
.kata-about .tab-content .tab-pane>p{
font-size: 20px;
line-height: 28px;
color: #32313a;
display: none;
}
#kata-about-active{
display: block;
}
.nama-about p{
font-size: 18px;
color: #a09db9;
}
.nama-about{
display: none;
}
#nama-active{
display: block;
}
.image-crop{
width: 50px;
height: 50px;
overflow: hidden;
border-radius: 50%;
display: inline-block;
margin: 0 3px;
opacity: .5;
}
#image-crop-active{
opacity: 1;
}
.image-crop a img{
height: 100%;
width: 100%;
}
@media (max-width: 557px){
.kata-about {
width: 100%;
display: block;
margin: 0 auto;
padding: 0 34px;
}
}
/* end about web */
/* footer */
footer{
text-align: center;
margin-top: 20px;
display: inline-block !important;
width: 100%;
margin: 0;
padding: 8px 0;
}
/* end footer */
/* login & register */
.backgroun-register{
position: relative;
height: 100%;
width: 100%;
}
#left-regis{
position: absolute;
left: 0;
top: 0;
height: auto;
bottom: 0;
width: 33%;
background-color: #2a4a5b;
transition: .5s;
}
#center-regis{
position: absolute;
left: 33%;
top: 0;
height: auto;
bottom: 0;
width: 34%;
background-color: #37657d;
transition: .5s;
}
#right-regis{
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 33%;
background-color: #3e718e;
transition: .5s;
}
.relatif-img{
width: 100%;
position: relative;
height: 100%;
}
.relatif-img-petani{
width: 100%;
position: relative;
height: 100%;
}
.relatif-img-mitra{
width: 100%;
position: relative;
height: 100%;
}
.image-work{
position: absolute;
width: 300px;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.image-work a,.image-work a:hover,.image-work a:focus{
color: white;
text-decoration: none;
}
.image-work a h3{
font-size: 50px;
color: white;
text-align: center;
font-family: Pacifico;
}
.relatif-img i{
color: white;
font-size: 30px;
position: absolute;
right: 0;
margin-top: 15px;
cursor: pointer;
display:none;
}
.relatif-img-petani i{
color: white;
font-size: 30px;
position: absolute;
right: 0;
margin-top: 15px;
cursor: pointer;
display:none;
}
.relatif-img-mitra i{
color: white;
font-size: 30px;
position: absolute;
right: 0;
margin-top: 15px;
cursor: pointer;
display:none;
}
.form-isi-farmer form #form-isian{
height: 315px;
overflow-y: auto;
padding-right: 5px;
}
.form-isi-buy form #form-isian{
height: 315px;
overflow-y: auto;
padding-right: 5px;
}
.form-isi-buy-right form #form-isian{
height: 315px;
overflow-y: auto;
padding-right: 5px;
}
#right-side i{
color: white;
font-size: 30px;
position: absolute;
right: 0;
margin-top: 15px;
cursor: pointer;
display:none;
}
@media (max-width: 654px){
#left-regis {
position: absolute;
left: 0;
top: 0;
bottom: 67%;
width: 100% !important;
/* height: 33%; */
background-color: #2a4a5b;
}
#center-regis {
position: absolute;
left: 0;
top: 33%;
height: auto;
bottom: 33%;
width: 100%;
background-color: #37657d;
transition: .5s;
}
#right-regis {
position: absolute;
right: 0;
top: 66%;
bottom: 0;
width: 100% !important;
background-color: #3e718e;
}
}
.form-isi-buy-right{
color: white;
height: 0;
overflow: hidden;
transition: .5s;
}
.form-isi-buy{
color: white;
height: 0;
overflow: hidden;
transition: .5s;
}
.form-isi-farmer{
color: white;
height: 0;
overflow: hidden;
transition: .5s;
}
#form-isian input{
color: white;
background-color: rgba(255, 255, 255, 0);
border: 2px solid white;
border-radius: 0;
}
.form-isi-buy button{
background-color: rgba(255, 255, 255, 0);
border: 2px solid white;
padding: 3px 10px;
}
.form-isi-farmer button{
background-color: rgba(255, 255, 255, 0);
border: 2px solid white;
padding: 3px 10px;
}
.form-isi-buy-right button{
background-color: rgba(255, 255, 255, 0);
border: 2px solid white;
padding: 3px 10px;
}
.icon-img{
z-index: 1;
text-align: center;
}
.icon-img a {
font-size: 30px;
color: white;
}
/* end login & register */
/*nav moobile*/
.heading-nav{
display: inline-block;
width: 100%;
/*background-color: #2a4a5b;*/
position: relative;
height: auto;
}
.logo-jejuelen-v2{
display: inline-block;
margin: 20px 17px;
}
.logo-jejuelen-v2{
position: inherit;
margin: 20px 17px;
}
.logo-jejuelen-v2 a,.logo-jejuelen-v2 a:focus,.logo-jejuelen-v2 a:hover{
color: #2a4a5b;
text-decoration: none;
}
.logo-jejuelen-v2 a h3{
margin: 0;
color: #2a4a5b;
font-family: Pacifico;
}
.navigasi-nav-v2{
display: inline-block;
float: right;
}
.navigasi-nav-v2 nav>ul>li>a{
color: #2a4a5b !important;
}
.navigasi-nav-v2 nav ul li:hover .hover-guy{
color: white !important;
}
#regis-log-v2{
color: white;
border: 2px solid #2a4a5b;
padding: 0 6px;
}
#regis-log-v2 a{
display: inline-block;
padding: 9px 1px;
}
#regis-log-v2 a:hover{
text-decoration: underline;
}
.hover-all,.hover-all:focus,.hover-all:hover{
text-decoration: none;
color: white;
}
/*end nav mobile*/
/*login cari*/
.login-control{
display: inline-block;
width: 100%;
padding: 0 100px;
}
.head-lofin-form{
text-align: center;
}
.form-isian-login{
text-align: center;
}
.image-content{
display: inline-block;
width: 300px;
}
.image-content img{
width: 100%;
}
.image-content-v2{
display: inline-block;
width: 300px;
}
.image-content-v2 img{
width: 100%;
}
.isi-login{
display: inline-block;
}
.head-lofin-form{
display: inline-block;
margin-bottom: 20px;
}
.head-lofin-form h1{
color: #2a4a5b;
font-family: Pacifico;
}
.isi-login form .form-group input{
height: 39px;
width: 213px;
border: 1px solid rgba(255, 0, 0, 0.02);
border-bottom: 3px solid #2a4a5b;
box-shadow: 0;
transition: .5s;
font-size: 20px;
font-weight: 600;
}
.isi-login form .form-group input:hover,.isi-login form .form-group input:focus{
box-shadow: 10px -10px #2a4a5b
}
.isi-login form button{
background-color: white;
border: 2px solid #2a4a5b;
font-weight: 900;
color: #2a4a5b;
font-size: 15px;
}
.isi-login form button:hover{
box-shadow: 0px 0px 8px #828282;
}
@media (max-width: 1020px){
.image-content-v2{
display: none;
}
}
@media (max-width: 425px){
.image-content{
width: 150px;
}
.login-control{
padding: 0;
}
}
@media (max-width: 379px){
.image-content {
display: none;
}
.login-control{
margin: 50px 0;
}
}
/*end login cari*/
/* petani */
.profile-petani{
display: block;
width: 80%;
margin: 0 auto;
position: relative;
text-align: center;
}
.image-content-petani{
width: 150px;
height: 150px;
border-radius: 50%;
overflow: hidden;
border: 5px solid #2a4a5b;
display: inline-block;
}
.image-content-petani img{
width: 100%;
height: 100%;
}
.data-diri-petani{
display: inline-block;
/* position: absolute; */
float: right;
margin-left: 12px;
text-align: left;
}
.name-petani{
margin-top: 15px;
position: relative;
}
.name-petani h2{
margin: 0;
margin-bottom: 10px;
text-transform: uppercase;
color: #2a4a5b;
font-weight: 900;
}
.name-petani p{
margin: 0;
}
.grup-petani-profile a{
color: #2a4a5b;
position: absolute;
top: 0;
right: 0;
text-decoration: none;
}
.grup-petani-profile a i{
font-size: 19px;
}
.grup-petani-profile{
display: inline-block;
position: relative;
}
.head-title-petani h1{
display: inline-block;
margin: 0;
margin-top: 15px;
border-bottom: 3px solid #2a4a5b;
color: #2a4a5b;
}
.head-title-petani{
display: inline-block;
}
.head-tambah-produk{
display: inline-block;
float: right;
}
.head-tambah-produk a,.head-tambah-produk a:focus{
color: #2a4a5b;
font-size: 15px;
border: 2px solid #2a4a5b;
display: inline-block;
padding: 5px 10px;
font-weight: 600;
text-decoration: none;
margin-top: 15px;
}
.head-tambah-produk a:hover{
color: white;
font-size: 15px;
background-color: #2a4a5b;
display: inline-block;
padding: 5px 10px;
font-weight: 600;
text-decoration: none;
}
.form-edit-data{
text-align: center;
}
.form-edit-data form .form-group input{
width: 300px;
height: 40px;
padding: 0 5px;
border-radius: 5px;
border: 2px solid #2a4a5b;
}
.pohon-satu{
position: absolute;
bottom: 0;
left: 0;
}
.pohon-dua{
position: absolute;
bottom: 0;
right: 0;
}
.edit-profile{
position: relative;
}
#edit-profile{
color: #2a4a5b;
background-color: white;
border: 2px solid #2a4a5b;
padding: 3px 8px;
border-radius: 5px;
}
#edit-profile:hover{
color: white;
background-color: #2a4a5b;
}
.grup-all-edit-profile{
text-align: center;
}
.image-form-edit{
width: 200px;
height: 200px;
/* text-align: center; */
display: inline-block;
border-radius: 50%;
overflow: hidden;
margin-bottom: 10px;
border: 5px solid #2a4a5b;
}
.image-form-edit img{
width: 100%;
height: 100%;
}
@media (max-width: 995px){
.pohon-dua{
z-index: -1;
}
.pohon-satu{
z-index: -1;
}
}
@media (max-width: 665px){
.pohon-dua{
width: 300px;
}
.pohon-satu img{
width: 100%;
}
.pohon-satu{
width: 300px;;
}
.pohon-dua img{
width: 100%;
}
}
@media (max-width: 416px){
.pohon-satu{
width: 157px;
}
.pohon-dua{
width: 157px;
}
.data-diri-petani {
display: inline-block;
/* position: absolute; */
float: inherit;
margin-left: 12px;
text-align: center;
}
.head-tambah-produk {
display: block;
float: inherit;
text-align: center;
}
}
@media (max-width: 356px){
.form-edit-data{
padding: 0 30px;
}
.form-edit-data form .form-group input {
width: 100%;
}
}
/* end petani */
/*managemen rego pantes*/
.managemen-rego-pantes{
display: block;
width: 85%;
margin: 0 auto;
}
.managemen-tittle{
display: inline-block;
}
.managemen-tittle h1{
font-weight: 900;
color: #2a4a5b;
margin-top: 30px;
margin-bottom: 0;
border-top: 7px solid #2a4a5b;
}
.image-management{
display: inline-block;
float: right;
}
.image-posisi-managemen{
position: relative;
display: inline-block;
width: 600px;
}
.image-posisi-managemen img{
width: 100%;
height: 100%;
}
.jejuwelenlogo{
position: absolute;
top: 0;
right: 0;
margin-top: 8px;
}
.image-posisi-managemen h3{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
color: white;
font-family: Pacifico;
font-size: 39px;
border: 3px solid white;
padding: 5px 10px;
}
.managemen-tittle h1 span{
color: #ffab00;
}
.jejuwelenlogo a,.jejuwelenlogo a:focus,.jejuwelenlogo a:hover{
color: white;
font-size: 30px;
font-family: Pacifico;
background-color: #2a4a5b;
padding: 5px;
border: 5px solid white;
text-align: center;
border-right: 0;
text-decoration: none;
}
.content-managemen-rego{
clear: both;
width: 85%;
margin: 0 auto;
margin-top: 16px;
}
.button-create-harga a,.button-create-harga a:focus{
color: #ffab00;
font-size: 20px;
border: 2px solid #ffab00;
padding: 5px 10px;
display: inline-block;
font-weight: 900;
text-decoration: none;
}
.button-create-harga{
margin: 10px 0;
margin-bottom: 16px;
}
.button-create-harga a:hover{
color: white;
font-size: 20px;
background-color: #ffab00;
padding: 5px 10px;
display: inline-block;
font-weight: 900;
text-decoration: none;
}
.aksi-managmen a:nth-child(1),.aksi-managmen a:nth-child(1):focus{
text-decoration: none;
color: #ffab00;
border: 2px solid #ffab00;
padding: 3px 6px;
font-weight: 600;
}
.aksi-managmen a:nth-child(1):hover{
text-decoration: none;
color: white;
background-color: #ffab00;
}
.aksi-managmen a:nth-child(2){
text-decoration: none;
color: #da2525;
border: 2px solid #da2525;
padding: 3px 6px;
font-weight: 600;
}
.aksi-managmen a:nth-child(2):hover{
text-decoration: none;
color: white;
background-color: #da2525;
}
.aksi-managmen a:nth-child(3){
text-decoration: none;
color: #51606f;
border: 2px solid #51606f;
padding: 3px 6px;
font-weight: 600;
}
.aksi-managmen a:nth-child(3):hover{
text-decoration: none;
color: white;
background-color: #51606f;
}
#color-striped>tbody>tr:nth-of-type(odd) {
background-color: rgba(42, 74, 91, 0.24);
}
@media (max-width: 1320px){
.image-posisi-managemen {
position: relative;
display: inline-block;
width: 500px;
}
}
@media (max-width: 1320px){
.image-posisi-managemen {
position: relative;
display: inline-block;
width: 450px;
}
}
@media (max-width: 1224px){
.image-management {
display: block;
float: inherit;
text-align: center;
margin-top: 15px;
}
.image-posisi-managemen {
position: relative;
display: inline-block;
width: 100%;
}
}
@media (max-width: 424px) {
.image-posisi-managemen h3 {
font-size: 25px;
}
.jejuwelenlogo a, .jejuwelenlogo a:focus, .jejuwelenlogo a:hover {
font-size: 20px;
}
}
/*end managemen rego pantes*/
/*profile all*/
.profile-umum{
display: block;
width: 85%;
margin: 0 auto;
}
.solve-padding-umum{
padding: 0 !important;
}
.image-profile-all{
width: 100%;
height: 400px;
position: relative;
}
.image-profile-all img{
width: 100%;
height: 100%;
}
.image-profile-all p{
position: absolute;
top: 0;
right: 0;
color: white;
background-color: #2a4a5b;
padding: 5px 10px;
}
#mod-prodfile-all{
padding: 0;
height: 400px;
position: relative;
}
.data-diri-profile-all{
text-align: center;
position: absolute;
top: 41%;
left: 50%;
transform: translate(-50%,-50%);
color: #2a4a5b;
}
.head-name-profile-all h1{
font-family: Pacifico;
}
.transaksi-buy{
display: inline-block;
padding: 0 8px;
}
.transaksi-buy h2{
font-size: 25px
}
.transaksi-buy p{
font-size: 20px;
}
.history-buy{
display: inline-block;
padding: 0 8px;
}
.history-buy h2{
font-size: 25px;
}
.history-buy p{
font-size: 20px;
}
.edit-profile-all{
padding-top: 25px;
}
.edit-profile-all a,.edit-profile-all a:hover{
color: #2a4a5b;
font-weight: 900;
border: 2px solid #2a4a5b;
display: block;
padding: 10px 15px;
border-radius: 34px;
text-decoration: none;
}
.edit-profile-all a:hover{
box-shadow: 0px 0px 9px #a5a5a5;
text-decoration: none;
color: white;
background-color: #2a4a5b;
}
@media (max-width: 1048px){
.transaksi-buy h2{
font-size: 20px;
}
.history-buy h2{
font-size: 20px;
}
}
@media (max-width: 991px){
.image-profile-all {
min-height: 400px;
}
.data-diri-profile-all {
text-align: center;
position: initial;
top: inherit;
left: inherit;
transform: inherit;
color: #2a4a5b;
}
.edit-profile-all a,.edit-profile-all a:focus{
color: #2a4a5b;
font-weight: 900;
border: 2px solid #2a4a5b;
display: inline-block;
padding: 10px 39px;
border-radius: 34px;
text-decoration: none;
}
.edit-profile-all a:hover{
color: white;
font-weight: 900;
border: 2px solid #2a4a5b;
display: inline-block;
padding: 10px 39px;
border-radius: 34px;
text-decoration: none;
}
#mod-prodfile-all {
/* padding-top: 10px !important; */
/* height: 400px; */
display: inline-block;
position: relative;
}
}
@media (max-width: 841px){
.image-profile-all {
min-height: inherit;
height: 100%;
}
.image-profile-all img {
width: 100%;
height: initial;
}
}
/*end profil all*/
/*produk kg & lahan*/
#new-modal-header{
padding: 15px;
padding-bottom: 0;
border-bottom: 0px solid #e5e5e5;
}
#title-moda-new{
text-align: center;
/* font-weight: 900; */
color: #2a4a5b;
font-size: 27px;
font-family: Pacifico;
}
#mod-inputan{
border: none;
background-color: #e9f3f5;
color: #313131;
font-weight: 900;
font-size: 18px
}
#select-satuan{
border: none;
background-color: #e9f3f5;
color: #313131;
font-weight: 900;
font-size: 18px;
width: 100%;
height: 36px;
}
.moda-padding{
padding: 0 15px;
}
#textarea-style{
width: 100%;
border: none;
background-color: #e9f3f5;
color: #313131;
font-weight: 900;
font-size: 18px;
}
.grup-input-stok .col-xs-6{
padding: 0 15px;
padding-left: 0;
}
@media (max-width: 767px) {
#solve-grid{
padding: 0;
}
.grup-input-stok .col-xs-6:nth-child(2){
padding-left: 15px;
padding-right: 0;
}
}
@media (max-width: 767px){
.moda-padding {
padding: 0;
}
}
/*end produk kg & lahan*/
/* validasi mitra */
.head-image-validasi{
width: 300px;
display: block;
margin: 0 auto;
border: 5px solid #316ea4;
box-shadow: 0px 0px 15px 0px #696868;
}
.head-image-validasi img{
width: 100%;
}
.head-validasi-mitra{
width: 50%;
margin: 0 auto;
}
.head-validasi-mitra h1{
color: #2a4a5b;
font-family: Pacifico;
}
.syarat-mitra{
width: 50%;
margin: 0 auto;
}
.syarat-mitra p{
color: #2a4a5b;
font-family: Righteous;
}
.ttd-admin{
text-align: right;
}
.grup-ttd{
display: inline-block;
text-align: center;
}
.grup-ttd b:nth-child(1){
color: #2a4a5b;
font-family: Righteous;
margin-bottom: 10px;
display: inline-block;
}
.grup-ttd b:nth-child(3){
color: #2a4a5b;
font-family: Pacifico;
}
@media (max-width: 768px){
.head-validasi-mitra{
width: 80%;
margin: 0 auto;
}
.syarat-mitra{
width: 80%;
margin: 0 auto;
}
}
/* end validasi mitra */
/*verif petani*/
.grup-all-verif-petani{
display: block;
width: 60%;
margin: 15px auto;
margin-bottom: 45px;
}
.header-nav-verif-petani{
display: inline-block;
width: 100%;
margin-bottom: 30px;
}
.header-nav-verif-petani h1{
color: #2a4a5b;
font-family: Pacifico;
}
.kontrak-petani{
height: 250px;
overflow-y: auto;
color: #2a4a5b;
}
.kontrak-petani h1{
text-align: center;
font-size: 27px;
font-weight: 900;
}
.button-verif{
display: inline-block;
width: 100%;
margin-top: 10px;
}
.button-verif .checkbox-inline{
font-family: Righteous;
color: #2a4a5b;
}
.button-verif button{
margin-top: 15px;
float: right;
background-color: white;
border: 2px solid #2a4a5b;
color: #2a4a5b;
font-weight: 900;
padding: 5px 10px;
}
.button-verif button:hover{
color: white;
background-color: #2a4a5b;
}
/*end verif petani*/
/*statistik rego*/
.statistik-rego{
width: 80%;
margin: 0 auto;
}
.head-rego h1{
font-family: Righteous;
color: #2a4a5b;
font-size: 30px;
}
.head-rego h1 span{
color: #fa7d97;
}
/*end satistik rego*/
/*view single kg*/
.grup-pertanian-kg{
display: inline-block;
padding: 5%;
width: 100%;
padding-bottom: 1%;
}
.all-grup-single-kg{
text-align: center;
}
.all-grup-single-kg h3{
display: inline-block;
color: #ffab00;
border-bottom: 3px solid #ffab00;
}
.all-grup-single-kg h3 span{
color: #2a4a5b;
}
.edit-view-produkkg{
text-align: center;
}
.image-produk-kg-single{
max-height: 500px;
overflow: hidden;
position: relative;
}
.image-produk-kg-single img{
width: 100%;
}
.tag-jenis-kg{
position: absolute;
top: 0;
left: 0;
}
.tag-jenis-kg h3{
margin: 0;
color: white;
/* font-weight: 900; */
padding: 5px 10px;
font-family: Righteous;
}
.grup-buah-kg{
position: absolute;
top: 50%;
left: 16%;
max-width: 200px;
text-align: center;
transform: translate(-50%,-50%);
color: white;
padding: 15px 25px;
/* background-color: white; */
font-family: Pacifico;
border: 2px solid white;
}
.grup-buah-kg h2{
margin: 0;
font-size: 50px;
/*border-bottom: 4px solid #2a4a5b;*/
}
.bg-gradient-color-view{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #2a4a5b;
opacity: .8;
-webkit-clip-path: polygon(0 0, 25% 0, 42% 100%, 0% 100%);
clip-path: polygon(0 0, 25% 0, 42% 100%, 0% 100%);
}
.grup-lagi-view-kg{
font-family: Righteous;
padding: 13%;
padding-top: 0;
padding-bottom: 0;
}
.deskripsi-single-kg{
font-size: 17px;
}
.keranjang-belanaja{
margin: 12px 0;
}
.keranjang-belanaja form input,.keranjang-belanaja form input:focus{
border: none;
border-bottom: 2px solid #2a4a5b;
outline-width: 0;
font-size: 18px;
max-width: 150px;
}
.keranjang-belanaja-lahan form input,.keranjang-belanaja-lahan form input:focus{
border: none;
border-bottom: 2px solid #2a4a5b;
outline-width: 0;
font-size: 18px;
max-width: 150px;
}
.keranjang-belanaja form button{
color: white;
background-color: #2a4a5b;
border: none;
padding: 3px 6px;
}
.edit-view-produkkg a:nth-child(1),.edit-view-produkkg a:nth-child(1):focus,.edit-view-produkkg a:nth-child(1):hover{
display: inline-block;
color: #2a4a5b;
text-decoration: none;
font-size: 16px;
border: 2px solid #2a4a5b;
padding: 5px 10px;
margin-right: 5px;
}
.edit-view-produkkg a:nth-child(2),.edit-view-produkkg a:nth-child(2):focus{
display: inline-block;
color: #2a4a5b;
text-decoration: none;
font-size: 16px;
padding: 5px 10px;
}
.edit-view-produkkg a:nth-child(2):hover{
color: white;
background-color: #2a4a5b;
border: 2px solid #2a4a5b;
}
.info-detail-lahan{
display: inline-block;
margin: 10px 0;
}
.info-detail-lahan h4{
margin: 0;
}
.keranjang-belanaja-lahan button{
display: inline-block;
margin: 10px 0;
background-color: white;
border: 2px solid #2a4a5b;
padding: 5px 10px;
color: #2a4a5b;
}
.keranjang-belanaja-lahan button:hover{
background-color: #2a4a5b;;
color: white;
}
.info-detail-lahan table thead tr th{
font-family: Pacifico;
font-size: 20px;
color: #2a4a5b;
text-align: center;
}
.all-grup-single-kg p {
font-size: 18px;
}
.all-grup-single-kg p a,.all-grup-single-kg p a:focus,.all-grup-single-kg p a:hover{
text-decoration: none;
color: #ffab00;
}
.content-edit-kg-new{
display: inline-block;
padding: 5% 16%;
width: 100%;
margin: 0 auto;
padding-top: 0;
}
.image-content-edit-kg h1{
margin: 0;
text-align: center;
color: #2a4a5b;
font-family: Pacifico;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
border: 4px solid #ffab00;
padding: 5px 10px;
}
.image-content-edit-kg h1 span{
color: #ffab00;
}
.image-content-edit-kg{
max-height: 300px;
overflow: hidden;
width: 100%;
position: relative;
}
.image-content-edit-kg img{
opacity: .5;
width: 100%;
height: 100%;
}
@media (max-width: 768px){
.info-detail-lahan{
width: 100%;
}
.table-responsive{
border: none !important;
}
}
@media (max-width: 634px){
.grup-lagi-view-kg {
padding: 0;
}
.bg-gradient-color-view {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #2a4a5b;
opacity: .2;
-webkit-clip-path: inherit;
clip-path: inherit;
}
.grup-buah-kg {
left: 50%;
}
.tag-jenis-kg h3 {
background-color: #2a4a5b;
}
}
@media (max-width: 425px){
.content-edit-kg-new {
padding: 5% 6%;
}
.image-content-edit-kg h1{
font-size: 27px;
}
}
@media (max-width: 375px){
.grup-buah-kg h2{
font-size: 30px;
}
}
/*end view single kg*/
/*produk*/
.grup-all-produk-new{
display: inline-block;
width: 100%;
padding: 5%;
padding-top: 2%;
}
#form-buy-kg .form-group:nth-child(1) input{
width: 100%;
border: none;
border-bottom: 2px solid #2a4a5b;
}
#form-buy-kg .form-group:nth-child(2) input{
width: 100%;
border: none;
border-bottom: 2px solid #2a4a5b;
}
#form-buy-kg p{
text-align: center;
color: #2a4a5b;
}
#form-buy-kg .form-group:nth-child(5) button{
color: #2a4a5b;
background-color: white;
border: 2px solid #2a4a5b;
padding: 3px 10px;
}
#form-buy-kg .form-group:nth-child(5) button:hover{
color: white;
background-color: #2a4a5b;
}
#form-buy-kg .form-group:nth-child(6) button{
color: #2a4a5b;
background-color: white;
border: 2px solid #2a4a5b;
padding: 3px 10px;
}
#form-buy-kg .form-group:nth-child(6) button:hover{
color: white;
background-color: #2a4a5b;
}
#side-nav-padding-produk{
padding: 0;
list-style: none;
font-family: Righteous;
text-align: center;
}
#side-nav-padding-produk li{
padding: 9px 0;
}
#side-nav-padding-produk li a,#side-nav-padding-produk li a:focus{
display: inline-block;
color: #2a4a5b;
padding: 5px 10px;
width: 100%;
text-align: center;
border: 2px solid #2a4a5b;
text-decoration: none;
}
#side-nav-padding-produk li a:hover{
color: white;
background-color: #2a4a5b;
border: 2px solid #2a4a5b;
text-decoration: none;
}
#side-nav-padding-produk li form input,#side-nav-padding-produk li form input:focus{
height: 35px;
width: 100%;
color: #2a4a5b;
padding: 5px;
border: none;
outline-style: none;
border-bottom: 2px solid #2a4a5b;
}
.booking-lahan{
position: absolute;
/* color: #2a4a5b; */
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #2a4a5b;
z-index: 3;
opacity: .5;
}
.box-wrapper>h1{
position: absolute;
color: white;
z-index: 4;
font-family: Righteous;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
margin: 0;
padding: 10px;
border: 3px solid white;
}
.stok-kosong-profile{
position: absolute;
top: 0;
width: 100%;
height: 195px;
background-color: #2a4a5b;
}
.stok-kosong-profile h2{
position: absolute;
top: 0;
color: white;
left: 50%;
transform: translate(-50%);
top: 10%;
}
/*end produk*/
/*pesanan lanjutan*/
.image-pesanan-pesan img{
width: 80px;
height: 80px;
}
.grup-pesanan-lanjutan{
display: inline-block;
width: 100%;
height: 100%;
padding: 3%;
background-color: #f4f4f4;
}
.container-mod {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 20px;
cursor: pointer;
font-size: 22px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* Hide the browser's default checkbox */
.container-mod input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
/* Create a custom checkbox */
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 16px;
width: 16px;
background-color: white;
border: 1px solid #2a4a5b;
}
/* On mouse-over, add a grey background color */
.container-mod:hover input ~ .checkmark {
background-color: #85a1af;
}
/* When the checkbox is checked, add a blue background */
.container-mod input:checked ~ .checkmark {
background-color: #2a4a5b;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}
/* Show the checkmark when checked */
.container-mod input:checked ~ .checkmark:after {
display: block;
}
/* Style the checkmark/indicator */
.container-mod .checkmark:after {
left: 5px;
top: 1px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.grup-detail-pesanan-pesan a:nth-child(1){
text-decoration: none;
font-family: Righteous;
color: #2a4a5b;
}
.grup-detail-pesanan-pesan a:nth-child(3){
color: #6b6b6b;
font-size: 16px;
}
.grup-detail-pesanan-pesan p{
margin-bottom: 0;
}
.grup-detail-pesanan-pesan a:nth-child(1) h5{
font-size: 17px;
margin-bottom: 0;
text-transform: capitalize;
}
.grup-detail-pesanan-new{
display: inline-block;
width: 100%;
margin:10px 0;
}
.grup-one-transaksi{
background-color: white;
display: inline-block;
width: 100%;
padding: 7px 10px;
border-radius: 5px;
}
.total-detail-pesanan{
background-color: white;
padding: 7px 10px;
border-radius: 5px;
}
.total-detail-pesanan h3{
margin-top: 0;
font-weight: 900;
}
.total-detail-pesanan form button,.total-detail-pesanan form button:focus{
display: inline-block;
text-decoration: none;
width: 100%;
text-align: center;
background-color: #ff9800;
color: white;
font-weight: 900;
color: white;
font-size: 18px;
padding: 5px 10px;
border: none;
}
.total-detail-pesanan form button:hover{
text-decoration: none;
background-color: #ff6a00;
color: white;
}
#price{
color: #ff9800;
font-size: 14px;
font-weight: 700;
position: absolute;
top: 0;
margin-left: 5px;
border: none;
background-color: rgba(255, 255, 255, 0);
outline-style: none;
}
#price2{
color: #ff9800;
font-size: 14px;
font-weight: 700;
position: absolute;
top: 0;
margin-left: 5px;
border: none;
background-color: rgba(255, 255, 255, 0);
outline-style: none;
}
@media (max-width: 991px) {
.grup-pesanan-lanjutan {
height: initial;
}
#jarak-bawah-pesanan{
margin-bottom: 10px;
}
}
/*end pesanan lanjutan*/
/*pembayaran*/
.grup-pembayaran{
min-height: 80%;
display: inline-block;
width: 100%;
padding: 0 5%;
font-family: Righteous;
color: #2a4a5b !important;
}
.grup-all-data-pembayaran{
/* position: absolute;
top: 66%;
left: 50%;
width: 100%;
transform: translate(-50%,-50%);*/
text-align: center;
}
.rekening-pembayaran h2{
margin-bottom: 0;
margin-top: 10px;
}
.rekening-pembayaran h3{
margin-bottom: 0;
display: inline-block;
border-bottom: 3px solid #2a4a5b;
}
.rekening-pembayaran p{
margin-bottom: 30px;
}
.total-data-pembayaran p{
display: inline-block;
background-color: #d8d8d8;
padding: 5px 10px;
border-radius: 38px;
}
.total-data-pembayaran h1{
margin-top: 0;
}
.grup-pembayaran>h2{
display: inline-block;
background-color: #d8d8d8;
padding: 5px 10px;
border-radius: 23px;
font-size: 21px;
}
.form-upload-bukti{
width: 23%;
margin: 0 auto;
}
.form-upload-bukti h2{
font-size: 24px;
margin-top: 30px;
border-bottom: 3px solid #2a4a5b;
}
.form-upload-bukti form .form-group input{
border: 2px solid #2a4a5b;
text-align: center;
}
.form-upload-bukti form button{
width: 100%;
padding: 5px 0;
background-color: white;
border: 2px solid #2a4a5b;
font-weight: 900;
}
.form-upload-bukti form button:hover{
color: white;
background-color: #2a4a5b;
}
.rekening-pembayaran p a{
background-color: #d8d8d8;
padding: 5px 10px;
border-radius: 23px;
/* font-size: 21px; */
display: inline-block;
margin-top: 15px;
color: #2a4a5b;
text-decoration: none;
}
.rekening-pembayaran p a:hover{
background-color:#2a4a5b;
color: #d8d8d8;
text-decoration: none;
}
@media (max-width: 1024px){
.form-upload-bukti {
width: 40%;
margin: 0 auto;
}
}
@media (max-width: 740px){
.form-upload-bukti {
width: 50%;
margin: 0 auto;
}
}
@media (max-width: 760px){
.grup-pembayaran{
text-align: center;
}
}
@media (max-width: 425px){
.form-upload-bukti {
width: 80%;
margin: 0 auto;
}
}
@media (max-width: 320px){
.form-upload-bukti {
width: 100%;
margin: 0 auto;
}
}
/*end pembayaran*/
/*history*/
.grup-image-history{
width: 100px;
height: 100px;
overflow: hidden;
display: inline-block;
}
.grup-detail-pesanan{
display: inline-block;
vertical-align: top;
margin-left: 15px;
}
.grup-detail-pesanan h1{
margin: 0;
font-size: 25px;
max-width: 780px;
}
.grup-detail-pesanan h1 a,.grup-detail-pesanan h1 a:focus,.grup-detail-pesanan h1 a:hover{
color: #2a4a5b;
text-decoration: none;
}
/*end history*/
/* admin */
.card-count-admin{
text-align: center;
border: 2px solid;
padding: 14px 10px;
}
.card-count-admin:hover{
box-shadow: 2px 2px 8px #9c9494;
background-color: #2a4a5b;
color: white;
}
.image-count-icon{
display: inline-block;
text-align: center;
}
.image-count-icon i{
font-size: 31px;
}
.image-count-icon p{
margin: 0;
font-family: Pacifico;
font-size: 19px;
}
.count-admin-all{
display: inline-block;
text-align: center;
}
.count-admin-all h3{
font-size: 46px;
margin: 0 9px;
}
#solve-count-padding{
padding: 5px;
}
.grup-all-admin-count{
display: inline-block;
width: 100%;
padding: 11%;
padding-top: 22px;
padding-bottom: 22px;
}
#solve-count-padding a{
color: #2a4a5b;
}
/* end admin */ | public/css/style.css | html, body{
margin: 0;
padding: 0;
background-color: white !important;
height: 100%;
width: 100%;
}
@font-face {
font-family: Remachine;
src: url('../fonts/RemachineScript_Personal_Use.ttf');
}
@font-face {
font-family: Pacifico;
src: url('../fonts/Pacifico.ttf');
}
@font-face {
font-family: Righteous;
src: url('../fonts/Righteous-Regular.ttf');
}
@font-face {
font-family: brandon;
src: url('../fonts/brandon.otf');
}
::selection {
background-color: #37657d;
color: white;
}
::-moz-selection{
background-color: #37657d;
color: white;
}
::-webkit-selection{
background-color: #37657d;
color: white;
}
/*end selector*/
/*css3 design scrollbar*/
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background:#EBE7E7;
}
::-webkit-scrollbar-thumb {
background: #4594c1
}
.heading-website{
position: relative;
background-image: url('/image/buah.jpg');
height: 100%;
width: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-attachment: fixed;
}
.image-gradient{
background-color: #6e759e;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: 0.5;
}
.head-center h1{
font-family: Remachine;
}
.logo-jejuelen{
position: absolute;
margin: 20px 17px;
}
.logo-jejuelen a,.logo-jejuelen a:focus,.logo-jejuelen a:hover{
color: white;
text-decoration: none;
}
.logo-jejuelen a h3{
margin: 0;
color: white;
font-family: Pacifico;
}
.head-center{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
text-align: center;
color: white;
}
.head-center h1{
margin: 0;
font-size: 91px;
font-weight: 300;
}
.head-center p{
font-family: Righteous;
font-size: 17px;
}
.join-register{
display: inline-block;
}
.join-register a, .join-register a:focus,.join-register a:hover{
text-decoration: none;
}
.img-crop{
max-width: 256px;
height: 320px;
display: inline-block;
}
.join-register a:nth-child(1){
display: inline-block;
font-size: 20px;
color: #2a4a5b;
font-weight: 900;
padding: 2px 28px;
background-color: white;
border-radius: 31px;
margin: 0 5px;
}
.join-register a:nth-child(2){
display: inline-block;
font-size: 20px;
color: white;
font-weight: 900;
padding: 2px 28px;
border-radius: 31px;
border: 2px solid white;
margin: 0 5px;
}
.join-register a:nth-child(2):hover{
color: #2a4a5b;
background-color: white;
}
#cart-belanja{
font-size: 21px;
}
@media (max-width: 517px){
.head-center h1 {
margin: 0;
font-size: 74px;
font-weight: 300;
}
}
@media (max-width: 388px) {
.head-center h1 {
margin: 0;
font-size: 64px;
font-weight: 300;
}
.join-register a:nth-child(2) {
margin-top: 10px;
}
}
#regis-log{
color: white;
border: 2px solid white;
padding: 0 6px;
}
#regis-log a{
display: inline-block;
padding: 9px 1px;
}
#regis-log a:hover{
text-decoration: underline;
}
/* navbar */
/* end navbar */
.navigasi-nav{
position: absolute;
right: 0;
}
nav {
margin:auto;
text-align: center;
width: 100%;
}
nav ul ul {
display: none;
}
nav ul li:hover > ul{
display: block;
width: 150px;
}
nav ul {
padding: 0 20px;
list-style: none;
position: relative;
display: inline-table;
width: 100%;
}
nav ul:after {
content: "";
clear:both;
display: block;
}
nav ul li{
float: left;
margin-top: 12px;
}
nav ul li:hover a{
color:#fff;
}
nav ul li a,nav ul li a:focus,nav ul li a:hover{
display: block;
padding: 15px 20px;
color: #fff;
font-family: Righteous;
text-decoration: none;
}
nav ul ul{
background: #394d68;
border-radius: 0px;
padding: 0;
position: absolute;
top: 100%;
z-index: 1;
}
nav ul ul li{
float: none;
border-bottom: 1px solid #212831;
position: relative;
margin: 0;
}
nav ul ul li a{
/* padding: 15px 40px; */
color: #fff;
}
nav ul ul li a:hover{
background-color: #666;
}
nav ul ul ul{
position: absolute;
left: 100%;
top: 0;
}
/* navigasi */
.grup-sendiri{
display: none !important;
}
.humberger{
position: absolute;
right: 0;
margin: 12px 17px;
}
.humberger-v2{
position: initial;
right: 0;
float: right;
margin: 12px 17px;
}
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1031;
top: 0;
right: 0;
background-color: #111;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
text-align:center;
}
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
transition: 0.3s;
}
.sidenav a:hover{
color: #f1f1f1;
}
.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
@media (max-width: 678px) {
.grup-sendiri{
display: block !important;
}
.grup-all-nav{
display: none !important;
}
}
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
/* end navigasi */
/* tentang kami */
.keuntungan-belanja{
display: inline-block;
width: 100%;
padding: 35px 20px;
}
.keuntungan-belanja .col-md-6 h1{
font-family: brandon;
font-weight: 900;
color: #4a4a4a;
}
.keuntungan-belanja .col-md-6 p{
font-family: brandon;
font-size: 18px;
color: #4a4a4a;
}
/* end tentang kami */
/* search */
#search-new {
outline: 0;
float: left;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
-webkit-border-radius: 4px;
border-radius: 4px;
}
#search-new > .textbox {
outline: 0;
height: 42px;
width: 244px;
line-height: 42px;
padding: 0 16px;
background-color: rgba(255, 255, 255, 0.8);
color: #212121;
border: 0;
float: left;
-webkit-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
}
#search-new > .textbox:focus {
outline: 0;
background-color: #FFF;
}
#search-new > .button {
outline: 0;
background: none;
background-color: rgba(38, 50, 56, 0.8);
float: left;
height: 42px;
width: 42px;
text-align: center;
line-height: 42px;
border: 0;
color: #FFF;
font: normal normal normal 14px/1 FontAwesome;
font-size: 16px;
text-rendering: auto;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
-webkit-transition: background-color .4s ease;
transition: background-color .4s ease;
-webkit-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
}
#search-new > .button:hover {
background-color: rgba(0, 150, 136, 0.8);
}
/* end search */
/*content*/
.content-jualan{
display: inline-block;
width: 100%;
position: relative;
height: auto;
padding: 10px 60px;
}
.content-jualan .col-sm-2{
padding: 0;
}
.img-crop img{
width: 100%;
height: 100%;
}
.grup-seach{
vertical-align: bottom;
display: inline-block;
}
.head-jualan{
display: inline-block;
max-width: 946px;
}
.head-jualan h1{
color: #2a4a5b;
font-weight: 600;
/* font-family: Righteous; */
font-family: Pacifico;
text-shadow: 2px 2px #cccccc;
}
@media (max-width: 720px){
.content-jualan {
display: inline-block;
width: 100%;
position: relative;
height: auto;
padding: 10px 16px;
}
}
@media (max-width: 320px) {
.head-jualan h1{
font-size: 25px;
}
}
/*end content*/
/*card jualan*/
@import url(https://fonts.googleapis.com/css?family=Satisfy);
@import url(https://fonts.googleapis.com/css?family=Acme);
.box-wrapper {
background-color: #fff;
overflow: hidden;
width: 100%;
position: relative;
padding: 0;
text-align: center;
/* border: 1px solid #2a4a5b; */
}
.box-wrapper p{
position: absolute;
top: 0;
color: #2a4a5b;
font-weight: 900;
background-color: white;
padding: 5px 10px;
margin: 0;
}
.box-wrapper p:hover{
background-color: #2a4a5b;
color: white;
}
.box-wrapper:hover{
box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.48);
}
.box-wrapper img {
width: 100%;
height: 195px;
}
.box-wrapper .success {
position: absolute;
top: 50%;
left: 37%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
z-index: 999;
}
.expanded .box-wrapper .success {
opacity: 1;
transition: opacity 0.3s 0.6s;
}
.box-wrapper .success:before, .box-wrapper .success:after {
content: '';
display: block;
position: absolute;
background-color: #fff;
}
.box-wrapper .success:before {
width: 40px;
height: 20px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.box-wrapper .success:after {
width: 88px;
height: 20px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: -16px;
left: 8px;
}
.title {
height: 44px;
overflow: hidden;
font-size: 2em;
font-weight: 900;
text-transform: uppercase;
margin: 0;
font-family: 'Acme', sans-serif;
}
.title a,.title a:hover,.title a:focus{
color: #2a4a5b;
text-decoration: none;
}
.desc {
font-family: 'Satisfy', cursive;
font-size: 1.2em;
}
.box-content {
position: relative;
z-index: 1;
}
.box-content:before {
content: '';
width: 200%;
height: 100px;
position: absolute;
display: block;
background-color: #fff;
-webkit-transform: rotate(-8deg);
transform: rotate(-8deg);
top: -50px;
left: -10%;
z-index: -1;
}
.box-content .buy {
display: block;
top: -80px;
right: 30px;
z-index: 2;
width: 70px;
height: 70px;
position: absolute;
}
.box-content .buy span {
width: 70px;
height: 70px;
background-color: #06D6A0;
display: block;
border-radius: 50%;
position: absolute;
font-size: 36px;
color: #fff;
transition: all 0.3s ease;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
}
.box-content .buy span i {
padding: 15px;
}
.expanded .box-content .buy span {
width: 750px;
height: 750px;
}
.expanded .box-content .buy span i {
display: none;
}
.box-content .price {
font-size: 16px;
font-weight: 900;
display: block;
width: 100px;
margin: 20px auto 0;
position: relative;
font-family: 'Satisfy', cursive;
}
.box-content .price:after, .box-content .price:before {
content: '';
height: 1px;
width: 50px;
display: block;
position: absolute;
background-color: #ddd;
top: 18px;
}
.box-content .price:before {
left: -50px;
}
.box-content .price:after {
right: -50px;
}
.box-content .footer ul {
list-style: none;
padding: 0;
margin: 1em 0;
}
.box-content .footer ul li {
color: #EFD829;
}
.jualan-barang{
display: inline-block;
width: 100%;
position: relative;
margin-top: 30px;
}
#jual-jarak{
padding: 8px;
}
.head-jualan{
margin-bottom: 15px;
}
/*end card jualan*/
/*loading*/
#load-loading{
width: 100%;
height: 100%;
z-index: 5;
background-color: #0d8aa5;
}
.loading {
position: absolute;
left: 50%;
top: 50%;
margin: -60px 0 0 -60px;
background: #fff;
width: 100px;
height: 100px;
border-radius: 100%;
border: 10px solid #19bee1;
}
.loading:after {
content: '';
background: trasparent;
width: 140%;
height: 140%;
position: absolute;
border-radius: 100%;
top: -20%;
left: -20%;
opacity: 0.7;
box-shadow: rgba(255, 255, 255, 0.6) -4px -5px 3px -3px;
animation: rotate 2s infinite linear;
}
@keyframes rotate {
0% {
transform: rotateZ(0deg);
}
100% {
transform: rotateZ(360deg);
}
}
/*end loading*/
/* about web */
.about-web{
display: inline-block;
width: 100%;
text-align: center;
}
.image-font{
display: inline-block;
margin: 15px 0;
}
.kata-about{
width: 50%;
display: block;
margin: 0 auto;
}
.kata-about .tab-content .tab-pane>p{
font-size: 20px;
line-height: 28px;
color: #32313a;
display: none;
}
#kata-about-active{
display: block;
}
.nama-about p{
font-size: 18px;
color: #a09db9;
}
.nama-about{
display: none;
}
#nama-active{
display: block;
}
.image-crop{
width: 50px;
height: 50px;
overflow: hidden;
border-radius: 50%;
display: inline-block;
margin: 0 3px;
opacity: .5;
}
#image-crop-active{
opacity: 1;
}
.image-crop a img{
height: 100%;
width: 100%;
}
@media (max-width: 557px){
.kata-about {
width: 100%;
display: block;
margin: 0 auto;
padding: 0 34px;
}
}
/* end about web */
/* footer */
footer{
text-align: center;
margin-top: 20px;
display: inline-block !important;
width: 100%;
margin: 0;
padding: 8px 0;
}
/* end footer */
/* login & register */
.backgroun-register{
position: relative;
height: 100%;
width: 100%;
}
#left-regis{
position: absolute;
left: 0;
top: 0;
height: auto;
bottom: 0;
width: 33%;
background-color: #2a4a5b;
transition: .5s;
}
#center-regis{
position: absolute;
left: 33%;
top: 0;
height: auto;
bottom: 0;
width: 34%;
background-color: #37657d;
transition: .5s;
}
#right-regis{
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 33%;
background-color: #3e718e;
transition: .5s;
}
.relatif-img{
width: 100%;
position: relative;
height: 100%;
}
.relatif-img-petani{
width: 100%;
position: relative;
height: 100%;
}
.relatif-img-mitra{
width: 100%;
position: relative;
height: 100%;
}
.image-work{
position: absolute;
width: 300px;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.image-work a,.image-work a:hover,.image-work a:focus{
color: white;
text-decoration: none;
}
.image-work a h3{
font-size: 50px;
color: white;
text-align: center;
font-family: Pacifico;
}
.relatif-img i{
color: white;
font-size: 30px;
position: absolute;
right: 0;
margin-top: 15px;
cursor: pointer;
display:none;
}
.relatif-img-petani i{
color: white;
font-size: 30px;
position: absolute;
right: 0;
margin-top: 15px;
cursor: pointer;
display:none;
}
.relatif-img-mitra i{
color: white;
font-size: 30px;
position: absolute;
right: 0;
margin-top: 15px;
cursor: pointer;
display:none;
}
.form-isi-farmer form #form-isian{
height: 315px;
overflow-y: auto;
padding-right: 5px;
}
.form-isi-buy form #form-isian{
height: 315px;
overflow-y: auto;
padding-right: 5px;
}
.form-isi-buy-right form #form-isian{
height: 315px;
overflow-y: auto;
padding-right: 5px;
}
#right-side i{
color: white;
font-size: 30px;
position: absolute;
right: 0;
margin-top: 15px;
cursor: pointer;
display:none;
}
@media (max-width: 654px){
#left-regis {
position: absolute;
left: 0;
top: 0;
bottom: 67%;
width: 100% !important;
/* height: 33%; */
background-color: #2a4a5b;
}
#center-regis {
position: absolute;
left: 0;
top: 33%;
height: auto;
bottom: 33%;
width: 100%;
background-color: #37657d;
transition: .5s;
}
#right-regis {
position: absolute;
right: 0;
top: 66%;
bottom: 0;
width: 100% !important;
background-color: #3e718e;
}
}
.form-isi-buy-right{
color: white;
height: 0;
overflow: hidden;
transition: .5s;
}
.form-isi-buy{
color: white;
height: 0;
overflow: hidden;
transition: .5s;
}
.form-isi-farmer{
color: white;
height: 0;
overflow: hidden;
transition: .5s;
}
#form-isian input{
color: white;
background-color: rgba(255, 255, 255, 0);
border: 2px solid white;
border-radius: 0;
}
.form-isi-buy button{
background-color: rgba(255, 255, 255, 0);
border: 2px solid white;
padding: 3px 10px;
}
.form-isi-farmer button{
background-color: rgba(255, 255, 255, 0);
border: 2px solid white;
padding: 3px 10px;
}
.form-isi-buy-right button{
background-color: rgba(255, 255, 255, 0);
border: 2px solid white;
padding: 3px 10px;
}
.icon-img{
z-index: 1;
text-align: center;
}
.icon-img a {
font-size: 30px;
color: white;
}
/* end login & register */
/*nav moobile*/
.heading-nav{
display: inline-block;
width: 100%;
/*background-color: #2a4a5b;*/
position: relative;
height: auto;
}
.logo-jejuelen-v2{
display: inline-block;
margin: 20px 17px;
}
.logo-jejuelen-v2{
position: inherit;
margin: 20px 17px;
}
.logo-jejuelen-v2 a,.logo-jejuelen-v2 a:focus,.logo-jejuelen-v2 a:hover{
color: #2a4a5b;
text-decoration: none;
}
.logo-jejuelen-v2 a h3{
margin: 0;
color: #2a4a5b;
font-family: Pacifico;
}
.navigasi-nav-v2{
display: inline-block;
float: right;
}
.navigasi-nav-v2 nav>ul>li>a{
color: #2a4a5b !important;
}
.navigasi-nav-v2 nav ul li:hover .hover-guy{
color: white !important;
}
#regis-log-v2{
color: white;
border: 2px solid #2a4a5b;
padding: 0 6px;
}
#regis-log-v2 a{
display: inline-block;
padding: 9px 1px;
}
#regis-log-v2 a:hover{
text-decoration: underline;
}
.hover-all,.hover-all:focus,.hover-all:hover{
text-decoration: none;
color: white;
}
/*end nav mobile*/
/*login cari*/
.login-control{
display: inline-block;
width: 100%;
padding: 0 100px;
}
.head-lofin-form{
text-align: center;
}
.form-isian-login{
text-align: center;
}
.image-content{
display: inline-block;
width: 300px;
}
.image-content img{
width: 100%;
}
.image-content-v2{
display: inline-block;
width: 300px;
}
.image-content-v2 img{
width: 100%;
}
.isi-login{
display: inline-block;
}
.head-lofin-form{
display: inline-block;
margin-bottom: 20px;
}
.head-lofin-form h1{
color: #2a4a5b;
font-family: Pacifico;
}
.isi-login form .form-group input{
height: 39px;
width: 213px;
border: 1px solid rgba(255, 0, 0, 0.02);
border-bottom: 3px solid #2a4a5b;
box-shadow: 0;
transition: .5s;
font-size: 20px;
font-weight: 600;
}
.isi-login form .form-group input:hover,.isi-login form .form-group input:focus{
box-shadow: 10px -10px #2a4a5b
}
.isi-login form button{
background-color: white;
border: 2px solid #2a4a5b;
font-weight: 900;
color: #2a4a5b;
font-size: 15px;
}
.isi-login form button:hover{
box-shadow: 0px 0px 8px #828282;
}
@media (max-width: 1020px){
.image-content-v2{
display: none;
}
}
@media (max-width: 425px){
.image-content{
width: 150px;
}
.login-control{
padding: 0;
}
}
@media (max-width: 379px){
.image-content {
display: none;
}
.login-control{
margin: 50px 0;
}
}
/*end login cari*/
/* petani */
.profile-petani{
display: block;
width: 80%;
margin: 0 auto;
position: relative;
text-align: center;
}
.image-content-petani{
width: 150px;
height: 150px;
border-radius: 50%;
overflow: hidden;
border: 5px solid #2a4a5b;
display: inline-block;
}
.image-content-petani img{
width: 100%;
height: 100%;
}
.data-diri-petani{
display: inline-block;
/* position: absolute; */
float: right;
margin-left: 12px;
text-align: left;
}
.name-petani{
margin-top: 15px;
position: relative;
}
.name-petani h2{
margin: 0;
margin-bottom: 10px;
text-transform: uppercase;
color: #2a4a5b;
font-weight: 900;
}
.name-petani p{
margin: 0;
}
.grup-petani-profile a{
color: #2a4a5b;
position: absolute;
top: 0;
right: 0;
text-decoration: none;
}
.grup-petani-profile a i{
font-size: 19px;
}
.grup-petani-profile{
display: inline-block;
position: relative;
}
.head-title-petani h1{
display: inline-block;
margin: 0;
margin-top: 15px;
border-bottom: 3px solid #2a4a5b;
color: #2a4a5b;
}
.head-title-petani{
display: inline-block;
}
.head-tambah-produk{
display: inline-block;
float: right;
}
.head-tambah-produk a,.head-tambah-produk a:focus{
color: #2a4a5b;
font-size: 15px;
border: 2px solid #2a4a5b;
display: inline-block;
padding: 5px 10px;
font-weight: 600;
text-decoration: none;
margin-top: 15px;
}
.head-tambah-produk a:hover{
color: white;
font-size: 15px;
background-color: #2a4a5b;
display: inline-block;
padding: 5px 10px;
font-weight: 600;
text-decoration: none;
}
.form-edit-data{
text-align: center;
}
.form-edit-data form .form-group input{
width: 300px;
height: 40px;
padding: 0 5px;
border-radius: 5px;
border: 2px solid #2a4a5b;
}
.pohon-satu{
position: absolute;
bottom: 0;
left: 0;
}
.pohon-dua{
position: absolute;
bottom: 0;
right: 0;
}
.edit-profile{
position: relative;
}
#edit-profile{
color: #2a4a5b;
background-color: white;
border: 2px solid #2a4a5b;
padding: 3px 8px;
border-radius: 5px;
}
#edit-profile:hover{
color: white;
background-color: #2a4a5b;
}
.grup-all-edit-profile{
text-align: center;
}
.image-form-edit{
width: 200px;
height: 200px;
/* text-align: center; */
display: inline-block;
border-radius: 50%;
overflow: hidden;
margin-bottom: 10px;
border: 5px solid #2a4a5b;
}
.image-form-edit img{
width: 100%;
height: 100%;
}
@media (max-width: 995px){
.pohon-dua{
z-index: -1;
}
.pohon-satu{
z-index: -1;
}
}
@media (max-width: 665px){
.pohon-dua{
width: 300px;
}
.pohon-satu img{
width: 100%;
}
.pohon-satu{
width: 300px;;
}
.pohon-dua img{
width: 100%;
}
}
@media (max-width: 416px){
.pohon-satu{
width: 157px;
}
.pohon-dua{
width: 157px;
}
.data-diri-petani {
display: inline-block;
/* position: absolute; */
float: inherit;
margin-left: 12px;
text-align: center;
}
.head-tambah-produk {
display: block;
float: inherit;
text-align: center;
}
}
@media (max-width: 356px){
.form-edit-data{
padding: 0 30px;
}
.form-edit-data form .form-group input {
width: 100%;
}
}
/* end petani */
/*managemen rego pantes*/
.managemen-rego-pantes{
display: block;
width: 85%;
margin: 0 auto;
}
.managemen-tittle{
display: inline-block;
}
.managemen-tittle h1{
font-weight: 900;
color: #2a4a5b;
margin-top: 30px;
margin-bottom: 0;
border-top: 7px solid #2a4a5b;
}
.image-management{
display: inline-block;
float: right;
}
.image-posisi-managemen{
position: relative;
display: inline-block;
width: 600px;
}
.image-posisi-managemen img{
width: 100%;
height: 100%;
}
.jejuwelenlogo{
position: absolute;
top: 0;
right: 0;
margin-top: 8px;
}
.image-posisi-managemen h3{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
color: white;
font-family: Pacifico;
font-size: 39px;
border: 3px solid white;
padding: 5px 10px;
}
.managemen-tittle h1 span{
color: #ffab00;
}
.jejuwelenlogo a,.jejuwelenlogo a:focus,.jejuwelenlogo a:hover{
color: white;
font-size: 30px;
font-family: Pacifico;
background-color: #2a4a5b;
padding: 5px;
border: 5px solid white;
text-align: center;
border-right: 0;
text-decoration: none;
}
.content-managemen-rego{
clear: both;
width: 85%;
margin: 0 auto;
margin-top: 16px;
}
.button-create-harga a,.button-create-harga a:focus{
color: #ffab00;
font-size: 20px;
border: 2px solid #ffab00;
padding: 5px 10px;
display: inline-block;
font-weight: 900;
text-decoration: none;
}
.button-create-harga{
margin: 10px 0;
margin-bottom: 16px;
}
.button-create-harga a:hover{
color: white;
font-size: 20px;
background-color: #ffab00;
padding: 5px 10px;
display: inline-block;
font-weight: 900;
text-decoration: none;
}
.aksi-managmen a:nth-child(1),.aksi-managmen a:nth-child(1):focus{
text-decoration: none;
color: #ffab00;
border: 2px solid #ffab00;
padding: 3px 6px;
font-weight: 600;
}
.aksi-managmen a:nth-child(1):hover{
text-decoration: none;
color: white;
background-color: #ffab00;
}
.aksi-managmen a:nth-child(2){
text-decoration: none;
color: #da2525;
border: 2px solid #da2525;
padding: 3px 6px;
font-weight: 600;
}
.aksi-managmen a:nth-child(2):hover{
text-decoration: none;
color: white;
background-color: #da2525;
}
.aksi-managmen a:nth-child(3){
text-decoration: none;
color: #51606f;
border: 2px solid #51606f;
padding: 3px 6px;
font-weight: 600;
}
.aksi-managmen a:nth-child(3):hover{
text-decoration: none;
color: white;
background-color: #51606f;
}
#color-striped>tbody>tr:nth-of-type(odd) {
background-color: rgba(42, 74, 91, 0.24);
}
@media (max-width: 1320px){
.image-posisi-managemen {
position: relative;
display: inline-block;
width: 500px;
}
}
@media (max-width: 1320px){
.image-posisi-managemen {
position: relative;
display: inline-block;
width: 450px;
}
}
@media (max-width: 1224px){
.image-management {
display: block;
float: inherit;
text-align: center;
margin-top: 15px;
}
.image-posisi-managemen {
position: relative;
display: inline-block;
width: 100%;
}
}
@media (max-width: 424px) {
.image-posisi-managemen h3 {
font-size: 25px;
}
.jejuwelenlogo a, .jejuwelenlogo a:focus, .jejuwelenlogo a:hover {
font-size: 20px;
}
}
/*end managemen rego pantes*/
/*profile all*/
.profile-umum{
display: block;
width: 85%;
margin: 0 auto;
}
.solve-padding-umum{
padding: 0 !important;
}
.image-profile-all{
width: 100%;
height: 400px;
position: relative;
}
.image-profile-all img{
width: 100%;
height: 100%;
}
.image-profile-all p{
position: absolute;
top: 0;
right: 0;
color: white;
background-color: #2a4a5b;
padding: 5px 10px;
}
#mod-prodfile-all{
padding: 0;
height: 400px;
position: relative;
}
.data-diri-profile-all{
text-align: center;
position: absolute;
top: 41%;
left: 50%;
transform: translate(-50%,-50%);
color: #2a4a5b;
}
.head-name-profile-all h1{
font-family: Pacifico;
}
.transaksi-buy{
display: inline-block;
padding: 0 8px;
}
.transaksi-buy h2{
font-size: 25px
}
.transaksi-buy p{
font-size: 20px;
}
.history-buy{
display: inline-block;
padding: 0 8px;
}
.history-buy h2{
font-size: 25px;
}
.history-buy p{
font-size: 20px;
}
.edit-profile-all{
padding-top: 25px;
}
.edit-profile-all a,.edit-profile-all a:hover{
color: #2a4a5b;
font-weight: 900;
border: 2px solid #2a4a5b;
display: block;
padding: 10px 15px;
border-radius: 34px;
text-decoration: none;
}
.edit-profile-all a:hover{
box-shadow: 0px 0px 9px #a5a5a5;
text-decoration: none;
color: white;
background-color: #2a4a5b;
}
@media (max-width: 1048px){
.transaksi-buy h2{
font-size: 20px;
}
.history-buy h2{
font-size: 20px;
}
}
@media (max-width: 991px){
.image-profile-all {
min-height: 400px;
}
.data-diri-profile-all {
text-align: center;
position: initial;
top: inherit;
left: inherit;
transform: inherit;
color: #2a4a5b;
}
.edit-profile-all a,.edit-profile-all a:focus{
color: #2a4a5b;
font-weight: 900;
border: 2px solid #2a4a5b;
display: inline-block;
padding: 10px 39px;
border-radius: 34px;
text-decoration: none;
}
.edit-profile-all a:hover{
color: white;
font-weight: 900;
border: 2px solid #2a4a5b;
display: inline-block;
padding: 10px 39px;
border-radius: 34px;
text-decoration: none;
}
#mod-prodfile-all {
/* padding-top: 10px !important; */
/* height: 400px; */
display: inline-block;
position: relative;
}
}
@media (max-width: 841px){
.image-profile-all {
min-height: inherit;
height: 100%;
}
.image-profile-all img {
width: 100%;
height: initial;
}
}
/*end profil all*/
/*produk kg & lahan*/
#new-modal-header{
padding: 15px;
padding-bottom: 0;
border-bottom: 0px solid #e5e5e5;
}
#title-moda-new{
text-align: center;
/* font-weight: 900; */
color: #2a4a5b;
font-size: 27px;
font-family: Pacifico;
}
#mod-inputan{
border: none;
background-color: #e9f3f5;
color: #313131;
font-weight: 900;
font-size: 18px
}
#select-satuan{
border: none;
background-color: #e9f3f5;
color: #313131;
font-weight: 900;
font-size: 18px;
width: 100%;
height: 36px;
}
.moda-padding{
padding: 0 15px;
}
#textarea-style{
width: 100%;
border: none;
background-color: #e9f3f5;
color: #313131;
font-weight: 900;
font-size: 18px;
}
.grup-input-stok .col-xs-6{
padding: 0 15px;
padding-left: 0;
}
@media (max-width: 767px) {
#solve-grid{
padding: 0;
}
.grup-input-stok .col-xs-6:nth-child(2){
padding-left: 15px;
padding-right: 0;
}
}
@media (max-width: 767px){
.moda-padding {
padding: 0;
}
}
/*end produk kg & lahan*/
/* validasi mitra */
.head-image-validasi{
width: 300px;
display: block;
margin: 0 auto;
border: 5px solid #316ea4;
box-shadow: 0px 0px 15px 0px #696868;
}
.head-image-validasi img{
width: 100%;
}
.head-validasi-mitra{
width: 50%;
margin: 0 auto;
}
.head-validasi-mitra h1{
color: #2a4a5b;
font-family: Pacifico;
}
.syarat-mitra{
width: 50%;
margin: 0 auto;
}
.syarat-mitra p{
color: #2a4a5b;
font-family: Righteous;
}
.ttd-admin{
text-align: right;
}
.grup-ttd{
display: inline-block;
text-align: center;
}
.grup-ttd b:nth-child(1){
color: #2a4a5b;
font-family: Righteous;
margin-bottom: 10px;
display: inline-block;
}
.grup-ttd b:nth-child(3){
color: #2a4a5b;
font-family: Pacifico;
}
@media (max-width: 768px){
.head-validasi-mitra{
width: 80%;
margin: 0 auto;
}
.syarat-mitra{
width: 80%;
margin: 0 auto;
}
}
/* end validasi mitra */
/*verif petani*/
.grup-all-verif-petani{
display: block;
width: 60%;
margin: 15px auto;
margin-bottom: 45px;
}
.header-nav-verif-petani{
display: inline-block;
width: 100%;
margin-bottom: 30px;
}
.header-nav-verif-petani h1{
color: #2a4a5b;
font-family: Pacifico;
}
.kontrak-petani{
height: 250px;
overflow-y: auto;
color: #2a4a5b;
}
.kontrak-petani h1{
text-align: center;
font-size: 27px;
font-weight: 900;
}
.button-verif{
display: inline-block;
width: 100%;
margin-top: 10px;
}
.button-verif .checkbox-inline{
font-family: Righteous;
color: #2a4a5b;
}
.button-verif button{
margin-top: 15px;
float: right;
background-color: white;
border: 2px solid #2a4a5b;
color: #2a4a5b;
font-weight: 900;
padding: 5px 10px;
}
.button-verif button:hover{
color: white;
background-color: #2a4a5b;
}
/*end verif petani*/
/*statistik rego*/
.statistik-rego{
width: 80%;
margin: 0 auto;
}
.head-rego h1{
font-family: Righteous;
color: #2a4a5b;
font-size: 30px;
}
.head-rego h1 span{
color: #fa7d97;
}
/*end satistik rego*/
/*view single kg*/
.grup-pertanian-kg{
display: inline-block;
padding: 5%;
width: 100%;
padding-bottom: 1%;
}
.all-grup-single-kg{
text-align: center;
}
.all-grup-single-kg h3{
display: inline-block;
color: #ffab00;
border-bottom: 3px solid #ffab00;
}
.all-grup-single-kg h3 span{
color: #2a4a5b;
}
.edit-view-produkkg{
text-align: center;
}
.image-produk-kg-single{
max-height: 500px;
overflow: hidden;
position: relative;
}
.image-produk-kg-single img{
width: 100%;
}
.tag-jenis-kg{
position: absolute;
top: 0;
left: 0;
}
.tag-jenis-kg h3{
margin: 0;
color: white;
/* font-weight: 900; */
padding: 5px 10px;
font-family: Righteous;
}
.grup-buah-kg{
position: absolute;
top: 50%;
left: 16%;
max-width: 200px;
text-align: center;
transform: translate(-50%,-50%);
color: white;
padding: 15px 25px;
/* background-color: white; */
font-family: Pacifico;
border: 2px solid white;
}
.grup-buah-kg h2{
margin: 0;
font-size: 50px;
/*border-bottom: 4px solid #2a4a5b;*/
}
.bg-gradient-color-view{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #2a4a5b;
opacity: .8;
-webkit-clip-path: polygon(0 0, 25% 0, 42% 100%, 0% 100%);
clip-path: polygon(0 0, 25% 0, 42% 100%, 0% 100%);
}
.grup-lagi-view-kg{
font-family: Righteous;
padding: 13%;
padding-top: 0;
padding-bottom: 0;
}
.deskripsi-single-kg{
font-size: 17px;
}
.keranjang-belanaja{
margin: 12px 0;
}
.keranjang-belanaja form input,.keranjang-belanaja form input:focus{
border: none;
border-bottom: 2px solid #2a4a5b;
outline-width: 0;
font-size: 18px;
max-width: 150px;
}
.keranjang-belanaja-lahan form input,.keranjang-belanaja-lahan form input:focus{
border: none;
border-bottom: 2px solid #2a4a5b;
outline-width: 0;
font-size: 18px;
max-width: 150px;
}
.keranjang-belanaja form button{
color: white;
background-color: #2a4a5b;
border: none;
padding: 3px 6px;
}
.edit-view-produkkg a:nth-child(1),.edit-view-produkkg a:nth-child(1):focus,.edit-view-produkkg a:nth-child(1):hover{
display: inline-block;
color: #2a4a5b;
text-decoration: none;
font-size: 16px;
border: 2px solid #2a4a5b;
padding: 5px 10px;
margin-right: 5px;
}
.edit-view-produkkg a:nth-child(2),.edit-view-produkkg a:nth-child(2):focus{
display: inline-block;
color: #2a4a5b;
text-decoration: none;
font-size: 16px;
padding: 5px 10px;
}
.edit-view-produkkg a:nth-child(2):hover{
color: white;
background-color: #2a4a5b;
border: 2px solid #2a4a5b;
}
.info-detail-lahan{
display: inline-block;
margin: 10px 0;
}
.info-detail-lahan h4{
margin: 0;
}
.keranjang-belanaja-lahan button{
display: inline-block;
margin: 10px 0;
background-color: white;
border: 2px solid #2a4a5b;
padding: 5px 10px;
color: #2a4a5b;
}
.keranjang-belanaja-lahan button:hover{
background-color: #2a4a5b;;
color: white;
}
.info-detail-lahan table thead tr th{
font-family: Pacifico;
font-size: 20px;
color: #2a4a5b;
text-align: center;
}
.all-grup-single-kg p {
font-size: 18px;
}
.all-grup-single-kg p a,.all-grup-single-kg p a:focus,.all-grup-single-kg p a:hover{
text-decoration: none;
color: #ffab00;
}
.content-edit-kg-new{
display: inline-block;
padding: 5% 16%;
width: 100%;
margin: 0 auto;
padding-top: 0;
}
.image-content-edit-kg h1{
margin: 0;
text-align: center;
color: #2a4a5b;
font-family: Pacifico;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
border: 4px solid #ffab00;
padding: 5px 10px;
}
.image-content-edit-kg h1 span{
color: #ffab00;
}
.image-content-edit-kg{
max-height: 300px;
overflow: hidden;
width: 100%;
position: relative;
}
.image-content-edit-kg img{
opacity: .5;
width: 100%;
height: 100%;
}
@media (max-width: 768px){
.info-detail-lahan{
width: 100%;
}
.table-responsive{
border: none !important;
}
}
@media (max-width: 634px){
.grup-lagi-view-kg {
padding: 0;
}
.bg-gradient-color-view {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #2a4a5b;
opacity: .2;
-webkit-clip-path: inherit;
clip-path: inherit;
}
.grup-buah-kg {
left: 50%;
}
.tag-jenis-kg h3 {
background-color: #2a4a5b;
}
}
@media (max-width: 425px){
.content-edit-kg-new {
padding: 5% 6%;
}
.image-content-edit-kg h1{
font-size: 27px;
}
}
@media (max-width: 375px){
.grup-buah-kg h2{
font-size: 30px;
}
}
/*end view single kg*/
/*produk*/
.grup-all-produk-new{
display: inline-block;
width: 100%;
padding: 5%;
padding-top: 2%;
}
#form-buy-kg .form-group:nth-child(1) input{
width: 100%;
border: none;
border-bottom: 2px solid #2a4a5b;
}
#form-buy-kg .form-group:nth-child(2) input{
width: 100%;
border: none;
border-bottom: 2px solid #2a4a5b;
}
#form-buy-kg p{
text-align: center;
color: #2a4a5b;
}
#form-buy-kg .form-group:nth-child(5) button{
color: #2a4a5b;
background-color: white;
border: 2px solid #2a4a5b;
padding: 3px 10px;
}
#form-buy-kg .form-group:nth-child(5) button:hover{
color: white;
background-color: #2a4a5b;
}
#form-buy-kg .form-group:nth-child(6) button{
color: #2a4a5b;
background-color: white;
border: 2px solid #2a4a5b;
padding: 3px 10px;
}
#form-buy-kg .form-group:nth-child(6) button:hover{
color: white;
background-color: #2a4a5b;
}
#side-nav-padding-produk{
padding: 0;
list-style: none;
font-family: Righteous;
text-align: center;
}
#side-nav-padding-produk li{
padding: 9px 0;
}
#side-nav-padding-produk li a,#side-nav-padding-produk li a:focus{
display: inline-block;
color: #2a4a5b;
padding: 5px 10px;
width: 100%;
text-align: center;
border: 2px solid #2a4a5b;
text-decoration: none;
}
#side-nav-padding-produk li a:hover{
color: white;
background-color: #2a4a5b;
border: 2px solid #2a4a5b;
text-decoration: none;
}
#side-nav-padding-produk li form input,#side-nav-padding-produk li form input:focus{
height: 35px;
width: 100%;
color: #2a4a5b;
padding: 5px;
border: none;
outline-style: none;
border-bottom: 2px solid #2a4a5b;
}
.booking-lahan{
position: absolute;
/* color: #2a4a5b; */
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #2a4a5b;
z-index: 3;
opacity: .5;
}
.box-wrapper>h1{
position: absolute;
color: white;
z-index: 4;
font-family: Righteous;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
margin: 0;
padding: 10px;
border: 3px solid white;
}
.stok-kosong-profile{
position: absolute;
top: 0;
width: 100%;
height: 195px;
background-color: #2a4a5b;
}
.stok-kosong-profile h2{
position: absolute;
top: 0;
color: white;
left: 50%;
transform: translate(-50%);
top: 10%;
}
/*end produk*/
/*pesanan lanjutan*/
.image-pesanan-pesan img{
width: 80px;
height: 80px;
}
.grup-pesanan-lanjutan{
display: inline-block;
width: 100%;
height: 100%;
padding: 3%;
background-color: #f4f4f4;
}
.container-mod {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 20px;
cursor: pointer;
font-size: 22px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* Hide the browser's default checkbox */
.container-mod input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
/* Create a custom checkbox */
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 16px;
width: 16px;
background-color: white;
border: 1px solid #2a4a5b;
}
/* On mouse-over, add a grey background color */
.container-mod:hover input ~ .checkmark {
background-color: #85a1af;
}
/* When the checkbox is checked, add a blue background */
.container-mod input:checked ~ .checkmark {
background-color: #2a4a5b;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}
/* Show the checkmark when checked */
.container-mod input:checked ~ .checkmark:after {
display: block;
}
/* Style the checkmark/indicator */
.container-mod .checkmark:after {
left: 5px;
top: 1px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.grup-detail-pesanan-pesan a:nth-child(1){
text-decoration: none;
font-family: Righteous;
color: #2a4a5b;
}
.grup-detail-pesanan-pesan a:nth-child(3){
color: #6b6b6b;
font-size: 16px;
}
.grup-detail-pesanan-pesan p{
margin-bottom: 0;
}
.grup-detail-pesanan-pesan a:nth-child(1) h5{
font-size: 17px;
margin-bottom: 0;
text-transform: capitalize;
}
.grup-detail-pesanan-new{
display: inline-block;
width: 100%;
margin:10px 0;
}
.grup-one-transaksi{
background-color: white;
display: inline-block;
width: 100%;
padding: 7px 10px;
border-radius: 5px;
}
.total-detail-pesanan{
background-color: white;
padding: 7px 10px;
border-radius: 5px;
}
.total-detail-pesanan h3{
margin-top: 0;
font-weight: 900;
}
.total-detail-pesanan form button,.total-detail-pesanan form button:focus{
display: inline-block;
text-decoration: none;
width: 100%;
text-align: center;
background-color: #ff9800;
color: white;
font-weight: 900;
color: white;
font-size: 18px;
padding: 5px 10px;
border: none;
}
.total-detail-pesanan form button:hover{
text-decoration: none;
background-color: #ff6a00;
color: white;
}
#price{
color: #ff9800;
font-size: 14px;
font-weight: 700;
position: absolute;
top: 0;
margin-left: 5px;
border: none;
background-color: rgba(255, 255, 255, 0);
outline-style: none;
}
#price2{
color: #ff9800;
font-size: 14px;
font-weight: 700;
position: absolute;
top: 0;
margin-left: 5px;
border: none;
background-color: rgba(255, 255, 255, 0);
outline-style: none;
}
@media (max-width: 991px) {
.grup-pesanan-lanjutan {
height: initial;
}
#jarak-bawah-pesanan{
margin-bottom: 10px;
}
}
/*end pesanan lanjutan*/
/*pembayaran*/
.grup-pembayaran{
min-height: 80%;
display: inline-block;
width: 100%;
padding: 0 5%;
font-family: Righteous;
color: #2a4a5b !important;
}
.grup-all-data-pembayaran{
/* position: absolute;
top: 66%;
left: 50%;
width: 100%;
transform: translate(-50%,-50%);*/
text-align: center;
}
.rekening-pembayaran h2{
margin-bottom: 0;
margin-top: 10px;
}
.rekening-pembayaran h3{
margin-bottom: 0;
display: inline-block;
border-bottom: 3px solid #2a4a5b;
}
.rekening-pembayaran p{
margin-bottom: 30px;
}
.total-data-pembayaran p{
display: inline-block;
background-color: #d8d8d8;
padding: 5px 10px;
border-radius: 38px;
}
.total-data-pembayaran h1{
margin-top: 0;
}
.grup-pembayaran>h2{
display: inline-block;
background-color: #d8d8d8;
padding: 5px 10px;
border-radius: 23px;
font-size: 21px;
}
.form-upload-bukti{
width: 23%;
margin: 0 auto;
}
.form-upload-bukti h2{
font-size: 24px;
margin-top: 30px;
border-bottom: 3px solid #2a4a5b;
}
.form-upload-bukti form .form-group input{
border: 2px solid #2a4a5b;
text-align: center;
}
.form-upload-bukti form button{
width: 100%;
padding: 5px 0;
background-color: white;
border: 2px solid #2a4a5b;
font-weight: 900;
}
.form-upload-bukti form button:hover{
color: white;
background-color: #2a4a5b;
}
.rekening-pembayaran p a{
background-color: #d8d8d8;
padding: 5px 10px;
border-radius: 23px;
/* font-size: 21px; */
display: inline-block;
margin-top: 15px;
color: #2a4a5b;
text-decoration: none;
}
.rekening-pembayaran p a:hover{
background-color:#2a4a5b;
color: #d8d8d8;
text-decoration: none;
}
@media (max-width: 1024px){
.form-upload-bukti {
width: 40%;
margin: 0 auto;
}
}
@media (max-width: 740px){
.form-upload-bukti {
width: 50%;
margin: 0 auto;
}
}
@media (max-width: 760px){
.grup-pembayaran{
text-align: center;
}
}
@media (max-width: 425px){
.form-upload-bukti {
width: 80%;
margin: 0 auto;
}
}
@media (max-width: 320px){
.form-upload-bukti {
width: 100%;
margin: 0 auto;
}
}
/*end pembayaran*/
/*history*/
.grup-image-history{
width: 100px;
height: 100px;
overflow: hidden;
display: inline-block;
}
.grup-detail-pesanan{
display: inline-block;
vertical-align: top;
margin-left: 15px;
}
.grup-detail-pesanan h1{
margin: 0;
font-size: 25px;
max-width: 780px;
}
.grup-detail-pesanan h1 a,.grup-detail-pesanan h1 a:focus,.grup-detail-pesanan h1 a:hover{
color: #2a4a5b;
text-decoration: none;
}
/*end history*/
/* admin */
.card-count-admin{
text-align: center;
border: 2px solid;
padding: 14px 10px;
}
.card-count-admin:hover{
box-shadow: 2px 2px 8px #9c9494;
background-color: #2a4a5b;
color: white;
}
.image-count-icon{
display: inline-block;
text-align: center;
}
.image-count-icon i{
font-size: 31px;
}
.image-count-icon p{
margin: 0;
font-family: Pacifico;
font-size: 19px;
}
.count-admin-all{
display: inline-block;
text-align: center;
}
.count-admin-all h3{
font-size: 46px;
margin: 0 9px;
}
#solve-count-padding{
padding: 5px;
}
.grup-all-admin-count{
display: inline-block;
width: 100%;
padding: 11%;
padding-top: 22px;
padding-bottom: 22px;
}
#solve-count-padding a{
color: #2a4a5b;
}
/* end admin */ | 0.321353 | 0.063251 |
@font-face {
font-family: 'DIN-NEXT-BOLD';
src: url(../fonts/DIN-NEXT-BOLD.otf);
}
@font-face {
font-family: 'DIN-NEXT-MEDIUM';
src: url(../fonts/DIN-NEXT-MEDIUM.otf);
}
@font-face {
font-family: 'DIN-NEXT-REGULAR';
src: url(../fonts/DIN-NEXT-REGULAR.otf);
}
body, a, p,
.scl1 > span,
nav > div ul li,
.sec-tl > span,
.plr-bx > span,
ul li, ol li,
.post-inf > a,
.event-bx > a,
.dnt-frm input,
.widget > span,
.breadcrumb > li{
font-family: 'DIN-NEXT-REGULAR';
}
h1, h2, h3, h4, h5, h6{
font-family: 'DIN-NEXT-BOLD';
}
.theme-btn,
.prayer-timings > table th,
.prayer-timings > table td span{
font-family: 'DIN-NEXT-MEDIUM';
}
.rev_slider .caption, .rev_slider .tp-caption{
line-height: 38px!important;
font-size: 25px!important;
font-family: 'DIN-NEXT-MEDIUM'!important;
}
.rev_slider .rev-btn{
line-height: 27px!important;
font-size: 20px!important;
}
.modal-content{
padding: 30px 20px;
}
.modal-content .modal-header{
display: block;
text-align: center;
color: #323232;
border: none;
margin-bottom: 10px;
}
.modal-content .modal-header .modal-title{
font-family: "DIN-NEXT-BOLD";
}
.modal .close{
position: absolute;
top: 1rem;
left: 1.5rem;
color: #8c8b8b;
font-size: 2rem;
font-weight: 100;
background-color: transparent;
border: none;
cursor: pointer;
}
.modal-content .form-control{
height: 50px;
border: none;
border-bottom: 1px solid #c5c5c5;
}
.modal-content .modal-footer{
border: none;
}
.modal-content .modal-footer .btn{
padding: 10px;
margin: 0;
width: 45%!important;
margin: 0 auto;
font-size: 20px;
font-family: "DIN-NEXT-BOLD";
}
.modal-content .modal-footer .btn:hover{
color: #fff;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
header.style1 .scl1 > a,
footer .scl1 > a{
margin: 0 5px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
header.style1 .scl1 > a:hover,
footer .scl1 > a:hover{
transform: scale(1.3);
}
header.style1 .scl1 > a > i,
footer .scl1 > a > i,
.rspn-scil > li a > i{
color: #fff;
width: 25px;
height: 25px;
text-align: center;
line-height: 25px;
border-radius: 3px;
}
.fa-twitter{
background: #37b1e2;
}
.fa-facebook-f{
background: #425da0;
}
.fa-linkedin-in{
background: #0678b6;
}
.fa-google-plus-g{
background: #e83f3a;
}
.fa-instagram{
background: linear-gradient(360deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}
.fa-youtube{
background: #e83f3a;
}
header.style1 .logo-menu-sec {
background: rgba(0, 0, 0, 0.2);
}
.logo > a > img{
width: 216px;
height: 102px;
}
header.style1 nav{
margin-top: 33px;
}
nav > div > ul > li{
margin: 0 12px;
}
.mega-menu{
width: 800px;
}
.mega-menu > li{
width: 20%;
display: inline-block;
}
nav > div ul ul.mega-menu li a{
padding: 7px 10px;
}
nav > div ul li a{
position: relative;
}
nav > div ul li:hover a:before{
display: none;
}
nav > div ul li a > img{
width: 40px;
height: 30px;
display: block;
margin: auto;
}
nav > div ul li a > img:last-child{
position: absolute;
top: 0;
right: calc(50% - 20px);
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
nav > div ul li:hover a > img:first-child{
opacity: 0;
}
nav > div ul li:hover a > img:last-child{
opacity: 1;
transform: scale(1.4);
}
nav > div ul li.menu-item-has-children > i{
bottom: 0;
}
.rspn-srch > input {
padding: 0 40px;
}
.abt-desc > p{
direction: rtl;
}
.newsletter-wrp h4 {
font-size: 22px;
}
.post-bx.lst .post-thmb > a{
height: 206px;
}
.post-bx.lst .post-thmb > a > img{
height: 100%;
width: 100%;
}
.cmt-bx > img{
width: 85px;
height: 85px;
}
.rcnt-bx > a > img{
width: 68px;
height: 68px;
}
.newsletter-wrp h4{
text-align: center;
}
@media(min-width:1031px) and (max-width:1200px){
.container{
padding: 0 15px;
}
.logo > a{
width: 160px;
}
.logo > a > img {
width: 216px;
height: 80px;
}
header.style1 nav{
margin-top: 20px;
}
nav > div > ul > li{
font-size: 14px;
}
.dnt-lst > a {
margin: 0 5px 15px 0;
}
.footer-data {
margin-left: 0;
width: 100%;
padding: 70px 15px 50px;
}
}
@media(max-width:1030px){
.rspn-srch{
width: 60%;
}
.rspn-scil > li a,
.rspn-scil > li a:hover{
background-color: transparent!important;
}
.lg-mn{
padding: 10px 20px;
}
.logo > a > img{
width: 141px;
height: 67px;
}
.rsnp-mnu > ul li.menu-item-has-children::before{
display: none;
}
.rsnp-mnu > ul{
overflow-y: hidden!important;
height: 100%;
}
.rsnp-mnu > ul > li{
text-align: right;
}
.rsnp-mnu > ul > li a{
position: relative;
display: inline-block;
}
.rsnp-mnu > ul > li a > img{
width: 40px;
height: 20px;
margin-left: 5px;
}
.rsnp-mnu > ul > li a > img:last-child{
position: absolute;
right: 0;
top: 8px;
opacity: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.rsnp-mnu > ul > li:hover a > img:last-child{
opacity: 1;
}
.rsnp-mnu > ul > li > i{
float: left;
display: inline-block;
line-height: 30px;
}
.rsnp-mnu > ul ul{
padding: 0 20px;
}
.mega-menu{
width: auto;
}
.mega-menu > li{
width: 100%;
}
.scl1 > a{
margin: 0 5px;
}
}
@media(max-width:786px){
.rspn-cnt > span{
display: none;
}
.rspn-cnt > span:last-child{
display: inline-block;
}
} | public/assets/front/css/custom.css | @font-face {
font-family: 'DIN-NEXT-BOLD';
src: url(../fonts/DIN-NEXT-BOLD.otf);
}
@font-face {
font-family: 'DIN-NEXT-MEDIUM';
src: url(../fonts/DIN-NEXT-MEDIUM.otf);
}
@font-face {
font-family: 'DIN-NEXT-REGULAR';
src: url(../fonts/DIN-NEXT-REGULAR.otf);
}
body, a, p,
.scl1 > span,
nav > div ul li,
.sec-tl > span,
.plr-bx > span,
ul li, ol li,
.post-inf > a,
.event-bx > a,
.dnt-frm input,
.widget > span,
.breadcrumb > li{
font-family: 'DIN-NEXT-REGULAR';
}
h1, h2, h3, h4, h5, h6{
font-family: 'DIN-NEXT-BOLD';
}
.theme-btn,
.prayer-timings > table th,
.prayer-timings > table td span{
font-family: 'DIN-NEXT-MEDIUM';
}
.rev_slider .caption, .rev_slider .tp-caption{
line-height: 38px!important;
font-size: 25px!important;
font-family: 'DIN-NEXT-MEDIUM'!important;
}
.rev_slider .rev-btn{
line-height: 27px!important;
font-size: 20px!important;
}
.modal-content{
padding: 30px 20px;
}
.modal-content .modal-header{
display: block;
text-align: center;
color: #323232;
border: none;
margin-bottom: 10px;
}
.modal-content .modal-header .modal-title{
font-family: "DIN-NEXT-BOLD";
}
.modal .close{
position: absolute;
top: 1rem;
left: 1.5rem;
color: #8c8b8b;
font-size: 2rem;
font-weight: 100;
background-color: transparent;
border: none;
cursor: pointer;
}
.modal-content .form-control{
height: 50px;
border: none;
border-bottom: 1px solid #c5c5c5;
}
.modal-content .modal-footer{
border: none;
}
.modal-content .modal-footer .btn{
padding: 10px;
margin: 0;
width: 45%!important;
margin: 0 auto;
font-size: 20px;
font-family: "DIN-NEXT-BOLD";
}
.modal-content .modal-footer .btn:hover{
color: #fff;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
header.style1 .scl1 > a,
footer .scl1 > a{
margin: 0 5px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
header.style1 .scl1 > a:hover,
footer .scl1 > a:hover{
transform: scale(1.3);
}
header.style1 .scl1 > a > i,
footer .scl1 > a > i,
.rspn-scil > li a > i{
color: #fff;
width: 25px;
height: 25px;
text-align: center;
line-height: 25px;
border-radius: 3px;
}
.fa-twitter{
background: #37b1e2;
}
.fa-facebook-f{
background: #425da0;
}
.fa-linkedin-in{
background: #0678b6;
}
.fa-google-plus-g{
background: #e83f3a;
}
.fa-instagram{
background: linear-gradient(360deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}
.fa-youtube{
background: #e83f3a;
}
header.style1 .logo-menu-sec {
background: rgba(0, 0, 0, 0.2);
}
.logo > a > img{
width: 216px;
height: 102px;
}
header.style1 nav{
margin-top: 33px;
}
nav > div > ul > li{
margin: 0 12px;
}
.mega-menu{
width: 800px;
}
.mega-menu > li{
width: 20%;
display: inline-block;
}
nav > div ul ul.mega-menu li a{
padding: 7px 10px;
}
nav > div ul li a{
position: relative;
}
nav > div ul li:hover a:before{
display: none;
}
nav > div ul li a > img{
width: 40px;
height: 30px;
display: block;
margin: auto;
}
nav > div ul li a > img:last-child{
position: absolute;
top: 0;
right: calc(50% - 20px);
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
nav > div ul li:hover a > img:first-child{
opacity: 0;
}
nav > div ul li:hover a > img:last-child{
opacity: 1;
transform: scale(1.4);
}
nav > div ul li.menu-item-has-children > i{
bottom: 0;
}
.rspn-srch > input {
padding: 0 40px;
}
.abt-desc > p{
direction: rtl;
}
.newsletter-wrp h4 {
font-size: 22px;
}
.post-bx.lst .post-thmb > a{
height: 206px;
}
.post-bx.lst .post-thmb > a > img{
height: 100%;
width: 100%;
}
.cmt-bx > img{
width: 85px;
height: 85px;
}
.rcnt-bx > a > img{
width: 68px;
height: 68px;
}
.newsletter-wrp h4{
text-align: center;
}
@media(min-width:1031px) and (max-width:1200px){
.container{
padding: 0 15px;
}
.logo > a{
width: 160px;
}
.logo > a > img {
width: 216px;
height: 80px;
}
header.style1 nav{
margin-top: 20px;
}
nav > div > ul > li{
font-size: 14px;
}
.dnt-lst > a {
margin: 0 5px 15px 0;
}
.footer-data {
margin-left: 0;
width: 100%;
padding: 70px 15px 50px;
}
}
@media(max-width:1030px){
.rspn-srch{
width: 60%;
}
.rspn-scil > li a,
.rspn-scil > li a:hover{
background-color: transparent!important;
}
.lg-mn{
padding: 10px 20px;
}
.logo > a > img{
width: 141px;
height: 67px;
}
.rsnp-mnu > ul li.menu-item-has-children::before{
display: none;
}
.rsnp-mnu > ul{
overflow-y: hidden!important;
height: 100%;
}
.rsnp-mnu > ul > li{
text-align: right;
}
.rsnp-mnu > ul > li a{
position: relative;
display: inline-block;
}
.rsnp-mnu > ul > li a > img{
width: 40px;
height: 20px;
margin-left: 5px;
}
.rsnp-mnu > ul > li a > img:last-child{
position: absolute;
right: 0;
top: 8px;
opacity: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.rsnp-mnu > ul > li:hover a > img:last-child{
opacity: 1;
}
.rsnp-mnu > ul > li > i{
float: left;
display: inline-block;
line-height: 30px;
}
.rsnp-mnu > ul ul{
padding: 0 20px;
}
.mega-menu{
width: auto;
}
.mega-menu > li{
width: 100%;
}
.scl1 > a{
margin: 0 5px;
}
}
@media(max-width:786px){
.rspn-cnt > span{
display: none;
}
.rspn-cnt > span:last-child{
display: inline-block;
}
} | 0.266548 | 0.08374 |
.theme-light {
--color-primary: #d295fc;
--color-secondary: white;
--color-tertiary: #232325;
--font-color: #232325;
--links-color: #e60073;
--toggle-menu-icon: url("../img/icons/menu-light.svg");
}
.theme-dark {
--color-primary: #d295fc;
--color-secondary: #232325;
--color-tertiary: white;
--font-color: whitesmoke;
--links-color: #ff5cad;
--toggle-menu-icon: url("../img/icons/menu-dark.svg");
}
/* 1. Navigation */
/* Nav bar */
.text-nav {
color: #232325;
}
.pointer:hover {
cursor: pointer;
}
.navbar {
background-color: #232325;
padding-top: 0px;
padding-bottom: 0px;
}
.navbar-light .navbar-nav .nav-link {
color: var(--font-color);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
color: var(--color-tertiary);
}
/* Hamburger */
.navbar-light .navbar-toggler-icon {
background-image: var(--toggle-menu-icon);
}
.navbar-light .navbar-toggler {
border-color: transparent;
}
.navbar-toggler:focus {
box-shadow: 0 0 0 2px var(--color-primary);
}
/* Left Arrow Icon */
.carousel-control-prev-icon {
background-image: url("../img/icons/left-chevron.svg");
}
/* Right Arrow Icon */
.carousel-control-next-icon {
background-image: url("../img/icons/right-chevron.svg");
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
width: 30px;
height: 30px;
}
/* 2. Tabs */
.active > .nav-link {
color: var(--font-color);
background-color: var(--color-primary);
border-radius: 0px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #232325;
background-color: var(--color-primary);
border-radius: 0;
}
.nav-pills .nav-link {
border-radius: 0px;
background-color: #353535;
color: white;
}
/* Tabs End */
/* 3. Links */
code {
color: var(--links-color);
}
a {
color: var(--links-color);
}
a:hover {
color: var(--color-tertiary);
text-decoration: underline;
cursor: pointer;
}
.no-underline {
text-decoration: underline var(--color-tertiary);
}
.nav-link {
color: whitesmoke;
}
.nav-link:hover {
text-decoration: underline;
}
a.nav-link:hover {
cursor: pointer;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
color: var(--font-color);
}
.text-color:hover {
color: var(--font-color);
}
/* 4. Hero Images */
/* (duplicae this class and rename in order to add another hero image) */
.hero-img-1 {
height: 80vh; /* Change this number to change the height of the image */
min-height: 500px;
background-image: url("../img/works/work-9/pexels-steve-johnson-1550564.jpg"); /* Change the image itself here */
background-size: cover;
background-position-x: center;
background-position-y: center;
background-color: var(--color-primary);
background-repeat: no-repeat;
}
/* Hero Image End */
/* 5. Buttons*/
/* 5. Buttons*/
button.navbar-toggler:focus {
border-radius: 0px;
}
.navbar-light .navbar-toggler:focus {
border-radius: 0px;
}
.primary-btn {
background: var(--color-primary);
border: solid 2px var(--color-primary);
padding: 10px 8%;
outline: 0;
font-size: 16px;
font-weight: 400;
cursor: pointer;
min-width: 150px;
color: #232325;
text-transform: uppercase;
}
.primary-btn:hover {
background: var(--color-tertiary);
border: solid 2px var(--color-tertiary);
padding: 10px 8%;
outline: 0;
font-size: 16px;
font-weight: 400;
cursor: pointer;
min-width: 150px;
color: var(--color-secondary);
text-transform: uppercase;
}
.secondary-btn {
background: var(--color-secondary);
border: solid 2px var(--color-tertiary);
padding: 10px 8%;
outline: 0;
font-size: 16px;
font-weight: 400;
cursor: pointer;
min-width: 150px;
color: var(--color-tertiary);
text-transform: uppercase;
}
.secondary-btn:hover {
background: var(--color-tertiary);
border: solid 2px var(--color-secondary);
padding: 10px 8%;
outline: 0;
font-size: 16px;
font-weight: 400;
cursor: pointer;
min-width: 150px;
color: var(--color-secondary);
text-transform: uppercase;
}
.tertiary-btn {
background: var(--color-secondary);
border: solid 2px var(--color-secondary);
padding: 10px 8%;
outline: 0;
font-size: 16px;
font-weight: 400;
cursor: pointer;
min-width: 150px;
color: var(--font-color);
text-transform: uppercase;
}
.tertiary-btn:hover {
background: var(--color-tertiary);
border: solid 2px var(--color-tertiary);
padding: 10px 8%;
outline: 0;
font-size: 16px;
font-weight: 400;
cursor: pointer;
min-width: 150px;
color: var(--color-secondary);
text-transform: uppercase;
}
.primary-btn-exception {
background: var(--color-primary);
border: solid 2px var(--color-primary);
padding: 10px 8%;
outline: 0;
font-size: 16px;
font-weight: 400;
cursor: pointer;
min-width: 150px;
color: #232325;
text-transform: uppercase;
}
.primary-btn-exception:hover {
background: var(--color-secondary);
border: solid 2px var(--color-secondary);
padding: 10px 8%;
outline: 0;
font-size: 16px;
font-weight: 400;
cursor: pointer;
min-width: 150px;
color: var(--font-color);
text-transform: uppercase;
}
/* 6. Text Colors */
.text-color-x {
color: var(--color-secondary);
}
.text-color-x:hover {
color: var(--color-secondary);
}
.text-white {
color: whitesmoke;
}
.text-pale-night-white {
color: #6b708a;
}
.text-color {
color: var(--font-color);
}
/* 7. Background Colors */
.bg-pale-night {
background-color: #303030;
}
.bg-pale-night {
background-color: #303030;
}
.highlight-color {
background-color: var(--color-primary);
}
.bg-color {
background-color: var(--color-secondary);
}
/* 8. Cards */
.card-body {
border-radius: 0;
background-color: var(--color-tertiary);
padding: 20px;
}
.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #ffff;
background-clip: border-box;
border: 0 solid rgba(0, 0, 0, 0.125);
margin-bottom: 60px;
cursor: pointer;
border-radius: 0px;
}
.card:hover {
box-shadow: 15px 15px 0px var(--color-primary);
background-color: rgb(255, 255, 255);
transform: translateY(-8px);
border-color: transparent;
cursor: pointer;
}
.card-no-hover {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #ffff;
background-clip: border-box;
border: 0 solid rgba(0, 0, 0, 0.125);
margin-bottom: 60px;
}
/* 9. Modal */
.modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: none;
background-clip: padding-box;
border: none;
outline: 0;
}
.modal-body {
padding: 0px;
}
/* 10. Drop Down Menu */
.dropdown-menu {
border-radius: 0px;
margin-top: -5px;
border: solid 1px #232325;
padding-top: 0px;
padding-bottom: 0px;
}
.dropdown-item {
color: #232325;
padding-top: 8px;
padding-bottom: 8px;
}
.dropdown-item:focus,
.dropdown-item:hover {
color: #232325;
text-decoration: none;
background-color: var(--color-primary);
}
/* 11. Work Thumbnail */
.work-thumbnail {
}
.work-thumbnail:hover {
box-shadow: 15px 15px 0px var(--color-primary);
transform: translateY(-8px);
cursor: pointer;
}
/* 12. Pagination */
.page-item:last-child .page-link {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.page-item.disabled .page-link {
color: whitesmoke;
pointer-events: none;
cursor: auto;
background-color: grey;
border-color: solid 2px transparent;
border-radius: 0px;
}
.page-item.active .page-link {
color: #232325;
pointer-events: none;
cursor: auto;
background-color: var(--color-primary);
border-color: solid 2px var(--color-secondary) inset;
border-radius: 0px;
}
.page-link {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
color: var(--color-secondary);
background-color: var(--color-tertiary);
border-color: solid 2px transparent;
border-radius: 0px;
}
.page-link:hover {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
color: #232325;
background-color: var(--color-primary);
border-color: solid 2px transparent;
border-radius: 0px;
}
.page-link:focus {
color: var(--color-secondary);
background-color: var(--color-tertiary);
box-shadow: 0 0 0 0.25rem var(--color-primary);
}
.card-footer {
border-radius: 0;
}
/* 13. Mansory Layout */
.masonry {
/* Masonry container */
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 1em;
-moz-column-gap: 1em;
column-gap: 1em;
-moz-column-gap: 1.5em;
-webkit-column-gap: 1.5em;
column-gap: 1.5em;
}
.item {
display: inline-block;
width: 100%;
-webkit-transition: 1s ease all;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.item img {
max-width: 100%;
height: auto;
}
@media only screen and (max-width: 320px) {
.masonry {
-moz-column-count: 1;
-webkit-column-count: 1;
column-count: 1;
}
}
@media only screen and (min-width: 321px) and (max-width: 768px) {
.masonry {
-moz-column-count: 1;
-webkit-column-count: 1;
column-count: 1;
}
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
.masonry {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
}
@media only screen and (min-width: 1201px) {
.masonry {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
}
/* 14. Selection Color */
body p::selection {
background: var(--color-primary);
color: #232325;
}
body p::-moz-selection {
background: var(--color-primary);
color: #232325;
}
body p::-webkit-selection {
background: var(--color-primary);
color: #232325;
}
body h1::selection {
background: var(--color-primary);
color: #232325;
}
body h1::-moz-selection {
background: var(--color-primary);
color: #232325;
}
body h1::-webkit-selection {
background: var(--color-primary);
color: #232325;
}
body h2::selection {
background: var(--color-primary);
color: #232325;
}
body h2::-moz-selection {
background: var(--color-primary);
color: #232325;
}
body h2::-webkit-selection {
background: var(--color-primary);
color: #232325;
}
body h3::selection {
background: var(--color-primary);
color: #232325;
}
body h3::-moz-selection {
background: var(--color-primary);
color: #232325;
}
body a::-webkit-selection {
background: var(--color-primary);
color: #232325;
}
body a::selection {
background: var(--color-primary);
color: #232325;
}
body a::-moz-selection {
background: var(--color-primary);
color: #232325;
}
body a::-webkit-selection {
background: var(--color-primary);
color: #232325;
}
/* 15. Screen Readers */
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
/* 16. Horizontal Rule */
hr {
border-top: 0.5px solid var(--color-tertiary);
}
/* 17. scroolbar */
/* width */
::-webkit-scrollbar {
width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
background: var(--color-secondary);
}
/* Handle */
::-webkit-scrollbar-thumb {
background: var(--color-tertiary);
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: var(--color-tertiary);
} | css/purple.css | .theme-light {
--color-primary: #d295fc;
--color-secondary: white;
--color-tertiary: #232325;
--font-color: #232325;
--links-color: #e60073;
--toggle-menu-icon: url("../img/icons/menu-light.svg");
}
.theme-dark {
--color-primary: #d295fc;
--color-secondary: #232325;
--color-tertiary: white;
--font-color: whitesmoke;
--links-color: #ff5cad;
--toggle-menu-icon: url("../img/icons/menu-dark.svg");
}
/* 1. Navigation */
/* Nav bar */
.text-nav {
color: #232325;
}
.pointer:hover {
cursor: pointer;
}
.navbar {
background-color: #232325;
padding-top: 0px;
padding-bottom: 0px;
}
.navbar-light .navbar-nav .nav-link {
color: var(--font-color);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
color: var(--color-tertiary);
}
/* Hamburger */
.navbar-light .navbar-toggler-icon {
background-image: var(--toggle-menu-icon);
}
.navbar-light .navbar-toggler {
border-color: transparent;
}
.navbar-toggler:focus {
box-shadow: 0 0 0 2px var(--color-primary);
}
/* Left Arrow Icon */
.carousel-control-prev-icon {
background-image: url("../img/icons/left-chevron.svg");
}
/* Right Arrow Icon */
.carousel-control-next-icon {
background-image: url("../img/icons/right-chevron.svg");
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
width: 30px;
height: 30px;
}
/* 2. Tabs */
.active > .nav-link {
color: var(--font-color);
background-color: var(--color-primary);
border-radius: 0px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #232325;
background-color: var(--color-primary);
border-radius: 0;
}
.nav-pills .nav-link {
border-radius: 0px;
background-color: #353535;
color: white;
}
/* Tabs End */
/* 3. Links */
code {
color: var(--links-color);
}
a {
color: var(--links-color);
}
a:hover {
color: var(--color-tertiary);
text-decoration: underline;
cursor: pointer;
}
.no-underline {
text-decoration: underline var(--color-tertiary);
}
.nav-link {
color: whitesmoke;
}
.nav-link:hover {
text-decoration: underline;
}
a.nav-link:hover {
cursor: pointer;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
color: var(--font-color);
}
.text-color:hover {
color: var(--font-color);
}
/* 4. Hero Images */
/* (duplicae this class and rename in order to add another hero image) */
.hero-img-1 {
height: 80vh; /* Change this number to change the height of the image */
min-height: 500px;
background-image: url("../img/works/work-9/pexels-steve-johnson-1550564.jpg"); /* Change the image itself here */
background-size: cover;
background-position-x: center;
background-position-y: center;
background-color: var(--color-primary);
background-repeat: no-repeat;
}
/* Hero Image End */
/* 5. Buttons*/
/* 5. Buttons*/
button.navbar-toggler:focus {
border-radius: 0px;
}
.navbar-light .navbar-toggler:focus {
border-radius: 0px;
}
.primary-btn {
background: var(--color-primary);
border: solid 2px var(--color-primary);
padding: 10px 8%;
outline: 0;
font-size: 16px;
font-weight: 400;
cursor: pointer;
min-width: 150px;
color: #232325;
text-transform: uppercase;
}
.primary-btn:hover {
background: var(--color-tertiary);
border: solid 2px var(--color-tertiary);
padding: 10px 8%;
outline: 0;
font-size: 16px;
font-weight: 400;
cursor: pointer;
min-width: 150px;
color: var(--color-secondary);
text-transform: uppercase;
}
.secondary-btn {
background: var(--color-secondary);
border: solid 2px var(--color-tertiary);
padding: 10px 8%;
outline: 0;
font-size: 16px;
font-weight: 400;
cursor: pointer;
min-width: 150px;
color: var(--color-tertiary);
text-transform: uppercase;
}
.secondary-btn:hover {
background: var(--color-tertiary);
border: solid 2px var(--color-secondary);
padding: 10px 8%;
outline: 0;
font-size: 16px;
font-weight: 400;
cursor: pointer;
min-width: 150px;
color: var(--color-secondary);
text-transform: uppercase;
}
.tertiary-btn {
background: var(--color-secondary);
border: solid 2px var(--color-secondary);
padding: 10px 8%;
outline: 0;
font-size: 16px;
font-weight: 400;
cursor: pointer;
min-width: 150px;
color: var(--font-color);
text-transform: uppercase;
}
.tertiary-btn:hover {
background: var(--color-tertiary);
border: solid 2px var(--color-tertiary);
padding: 10px 8%;
outline: 0;
font-size: 16px;
font-weight: 400;
cursor: pointer;
min-width: 150px;
color: var(--color-secondary);
text-transform: uppercase;
}
.primary-btn-exception {
background: var(--color-primary);
border: solid 2px var(--color-primary);
padding: 10px 8%;
outline: 0;
font-size: 16px;
font-weight: 400;
cursor: pointer;
min-width: 150px;
color: #232325;
text-transform: uppercase;
}
.primary-btn-exception:hover {
background: var(--color-secondary);
border: solid 2px var(--color-secondary);
padding: 10px 8%;
outline: 0;
font-size: 16px;
font-weight: 400;
cursor: pointer;
min-width: 150px;
color: var(--font-color);
text-transform: uppercase;
}
/* 6. Text Colors */
.text-color-x {
color: var(--color-secondary);
}
.text-color-x:hover {
color: var(--color-secondary);
}
.text-white {
color: whitesmoke;
}
.text-pale-night-white {
color: #6b708a;
}
.text-color {
color: var(--font-color);
}
/* 7. Background Colors */
.bg-pale-night {
background-color: #303030;
}
.bg-pale-night {
background-color: #303030;
}
.highlight-color {
background-color: var(--color-primary);
}
.bg-color {
background-color: var(--color-secondary);
}
/* 8. Cards */
.card-body {
border-radius: 0;
background-color: var(--color-tertiary);
padding: 20px;
}
.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #ffff;
background-clip: border-box;
border: 0 solid rgba(0, 0, 0, 0.125);
margin-bottom: 60px;
cursor: pointer;
border-radius: 0px;
}
.card:hover {
box-shadow: 15px 15px 0px var(--color-primary);
background-color: rgb(255, 255, 255);
transform: translateY(-8px);
border-color: transparent;
cursor: pointer;
}
.card-no-hover {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #ffff;
background-clip: border-box;
border: 0 solid rgba(0, 0, 0, 0.125);
margin-bottom: 60px;
}
/* 9. Modal */
.modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: none;
background-clip: padding-box;
border: none;
outline: 0;
}
.modal-body {
padding: 0px;
}
/* 10. Drop Down Menu */
.dropdown-menu {
border-radius: 0px;
margin-top: -5px;
border: solid 1px #232325;
padding-top: 0px;
padding-bottom: 0px;
}
.dropdown-item {
color: #232325;
padding-top: 8px;
padding-bottom: 8px;
}
.dropdown-item:focus,
.dropdown-item:hover {
color: #232325;
text-decoration: none;
background-color: var(--color-primary);
}
/* 11. Work Thumbnail */
.work-thumbnail {
}
.work-thumbnail:hover {
box-shadow: 15px 15px 0px var(--color-primary);
transform: translateY(-8px);
cursor: pointer;
}
/* 12. Pagination */
.page-item:last-child .page-link {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.page-item.disabled .page-link {
color: whitesmoke;
pointer-events: none;
cursor: auto;
background-color: grey;
border-color: solid 2px transparent;
border-radius: 0px;
}
.page-item.active .page-link {
color: #232325;
pointer-events: none;
cursor: auto;
background-color: var(--color-primary);
border-color: solid 2px var(--color-secondary) inset;
border-radius: 0px;
}
.page-link {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
color: var(--color-secondary);
background-color: var(--color-tertiary);
border-color: solid 2px transparent;
border-radius: 0px;
}
.page-link:hover {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
color: #232325;
background-color: var(--color-primary);
border-color: solid 2px transparent;
border-radius: 0px;
}
.page-link:focus {
color: var(--color-secondary);
background-color: var(--color-tertiary);
box-shadow: 0 0 0 0.25rem var(--color-primary);
}
.card-footer {
border-radius: 0;
}
/* 13. Mansory Layout */
.masonry {
/* Masonry container */
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 1em;
-moz-column-gap: 1em;
column-gap: 1em;
-moz-column-gap: 1.5em;
-webkit-column-gap: 1.5em;
column-gap: 1.5em;
}
.item {
display: inline-block;
width: 100%;
-webkit-transition: 1s ease all;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.item img {
max-width: 100%;
height: auto;
}
@media only screen and (max-width: 320px) {
.masonry {
-moz-column-count: 1;
-webkit-column-count: 1;
column-count: 1;
}
}
@media only screen and (min-width: 321px) and (max-width: 768px) {
.masonry {
-moz-column-count: 1;
-webkit-column-count: 1;
column-count: 1;
}
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
.masonry {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
}
@media only screen and (min-width: 1201px) {
.masonry {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
}
/* 14. Selection Color */
body p::selection {
background: var(--color-primary);
color: #232325;
}
body p::-moz-selection {
background: var(--color-primary);
color: #232325;
}
body p::-webkit-selection {
background: var(--color-primary);
color: #232325;
}
body h1::selection {
background: var(--color-primary);
color: #232325;
}
body h1::-moz-selection {
background: var(--color-primary);
color: #232325;
}
body h1::-webkit-selection {
background: var(--color-primary);
color: #232325;
}
body h2::selection {
background: var(--color-primary);
color: #232325;
}
body h2::-moz-selection {
background: var(--color-primary);
color: #232325;
}
body h2::-webkit-selection {
background: var(--color-primary);
color: #232325;
}
body h3::selection {
background: var(--color-primary);
color: #232325;
}
body h3::-moz-selection {
background: var(--color-primary);
color: #232325;
}
body a::-webkit-selection {
background: var(--color-primary);
color: #232325;
}
body a::selection {
background: var(--color-primary);
color: #232325;
}
body a::-moz-selection {
background: var(--color-primary);
color: #232325;
}
body a::-webkit-selection {
background: var(--color-primary);
color: #232325;
}
/* 15. Screen Readers */
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
/* 16. Horizontal Rule */
hr {
border-top: 0.5px solid var(--color-tertiary);
}
/* 17. scroolbar */
/* width */
::-webkit-scrollbar {
width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
background: var(--color-secondary);
}
/* Handle */
::-webkit-scrollbar-thumb {
background: var(--color-tertiary);
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: var(--color-tertiary);
} | 0.372619 | 0.055209 |
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body, button, input, textarea {
margin: 0;
font-family: 'Open Sans', sans-serif;
}
body {
max-width: 1350px;
margin-left: auto;
margin-right: auto;
}
img {
width: 100%;
height: auto;
vertical-align: middle;
}
.cd-fixed-bg {
background-size: cover;
/* background-attachment: fixed; */
background-repeat: no-repeat;
background-position: center center;
/* background-size: 100% auto; */
/* background-size: auto 100%; */
/* position: absolute; */
/* width: 100%; */
}
::placeholder {
font-size: 14px;
color: #000;
}
/* MODULAR STYLING */
/* BACKGROUND IMAGES */
.cd-fixed-bg.cd-fixed-bg-1 {
background-image: url("img/bg-1.jpg");
height: 50vh;
/* min-height: 50vh;
background-size: auto 100%;
left: 50%;
transform: translateX(-50%);
position: relative; */
}
.cd-fixed-bg.cd-fixed-bg-2 {
background-image: url("img/bg-2.jpg");
}
.cd-fixed-bg.cd-fixed-bg-3 {
background-image: url("img/bg-3.jpg");
}
/* MODULAR STYLING */
/* HEADER AND NAV */
header menu {
background: #333;
position: fixed;
/* float: right; */
top: 8px;
right: 15px;
padding: 10px 11px;
border-radius: 4px;
margin: 0;
z-index: 1;
cursor: pointer;
}
header menu span {
display: block;
background: #fff;
width: 22px;
height: 2px;
border-radius: 1px;
margin-bottom: 4px;
}
header menu span:last-child {
margin-bottom: 0;
}
header nav {
display: none;
background: #383E4C;
position: fixed;
top: 0;
text-align: center;
width: 100%;
padding: 6px 0 12px 0;
z-index: 1;
}
header nav ul {
display: table;
margin: 0 auto;
padding: 0;
}
header nav ul li {
display: inline;
float: left;
margin: 0 6px;
border: 1px solid #646d7c;
padding: 14px 25px 14px;
cursor: pointer;
}
header nav ul li:hover {
background: #49505F;
transition: all 0.3s ease;
}
header nav ul .nav-active {
background: #49505F;
}
header nav ul li a {
text-decoration: none;
text-transform: capitalize;
font-size: 16px;
color: #fff;
line-height: 20px;
}
/* MODULAR STYLING */
/* SECTION 1 */
.section-1 {
display: flex;
justify-content: center;
align-items: center;
}
.section-1 h1 {
margin: 0;
font-weight: 400;
/* font-size: 70px; */
font-size: 55px;
color: #fff;
text-align: center;
text-transform: uppercase;
text-shadow: 2px 2px #000;
}
.section-1 h2 {
margin: 0;
font-weight: 400;
color: #fff;
text-align: center;
text-transform: capitalize;
text-shadow: 1px 1px #333;
/* top: -1px; */
/* position: relative; */
font-size: 1.5em;
letter-spacing: 0.02em;
}
/* MODULAR STYLING */
/* SECTION 2 ROW 1 */
.section-2 {
padding: 70px 0 60px;
}
.section-2 .row-1 {
display: table;
margin: 0 auto;
text-align: center;
}
.section-2 .row-1 .col-3 {
max-width: 360px;
margin: 0 15px 30px;
background: #f2f2f2;
}
.section-2 .row-1 .col-3 h3, .section-2 .row-1 .col-3 p {
padding: 0 20px;
}
.section-2 .row-1 .col-3 h3 {
margin: 17px 0 13px;
font-size: 20px;
color: #666;
}
.section-2 .row-1 .col-3 p {
margin: 0;
padding-bottom: 25px;
font-size: 14px;
line-height: 1.6em;
color: #333;
/* text-align: left; */
}
/* MODULAR STYLING */
/* SECTION 2 ROW 1 BUTTONS */
.section-2 .row-1 .col-3 .green-h2 {
color: #178A27;
}
.section-2 .row-1 .col-3 .blue-h2 {
color: #1686C1;
}
.section-2 .row-1 .col-3 button {
margin: 0 0 31px 0;
border: none;
border-radius: 5px;
padding: 10px 30px 10px;
font-size: 18px;
text-transform: capitalize;
transition: all 0.3s ease;
cursor: pointer;
/* letter-spacing: 0.02em; */
/* letter-spacing: 0.05em; */
}
.section-2 .row-1 .col-3 .btn {
color: white;
}
.section-2 .row-1 .col-3 .green-btn {
background: #178A27;
}
.section-2 .row-1 .col-3 .green-btn:hover {
background: #449D44;
}
.section-2 .row-1 .col-3 .blue-btn {
background: #1686C1;
}
.section-2 .row-1 .col-3 .blue-btn:hover {
background: #31B0D5;
}
.section-2 .row-1 .col-3 .red-btn {
background: #852406;
}
.section-2 .row-1 .col-3 .red-btn:hover {
background: #C9302C;
}
/* MODULAR STYLING */
/* SECTION 2 ROW 2 */
.section-2 .row-2 {
display: table;
margin: 0 auto;
text-align: center;
}
.section-2 .row-2 .col-2:first-child {
margin-top: 60px;
padding-bottom: 56px;
}
.section-2 .row-2 .col-2 {
/* max-width: 376px; */
max-width: 555px;
margin: 30px 15px 0;
padding-bottom: 30px;
background: #f2f2f2;
}
.section-2 .row-2 .col-2 h3 {
margin: 17px 0 8px;
padding: 0 20px;
font-size: 20px;
color: #666;
text-transform: capitalize;
}
.section-2 .row-2 .col-2 p {
margin: 0;
padding: 27px 27px 16px 27px;
/* text-align: left; */
font-size: 14px;
line-height: 1.6em;
color: #333;
}
/* MODULAR STYLING */
/* SECTION 2 ROW 2 BUTTON */
.section-2 .row-2 .col-2 button {
/* margin-left: 225px; */
border-radius: 10px;
padding: 10px 30px;
text-transform: capitalize;
font-size: 18px;
color: #666;
cursor: pointer;
}
.section-2 .row-2 .col-2 button:hover {
background: #E6E6E6;
}
/* MODULAR STYLING */
/* SECTION 3 */
.section-3 {
padding: 60px 15px 84px;
display: flex;
justify-content: center;
align-items: center;
}
.section-3 .services {
position: relative;
text-align: center;
}
.section-3 .services h2 {
margin: 0 0 17px 0;
font-weight: 400;
font-size: 36px;
color: #fff;
text-transform: capitalize;
text-shadow: 2px 2px #aaa;
}
.section-3 .services p {
margin: 0;
font-weight: 400;
color: #fff;
top: -2px;
position: relative;
font-size: 18px;
line-height: 1.6em;
}
/* MODULAR STYLING */
/* SECTION 4 ROW 1 */
.section-4 {
padding: 60px 0;
}
.section-4 .row-1 {
display: table;
margin: 0 auto;
text-align: center;
}
.section-4 .row-1 .container {
width: 100%;
}
.section-4 .row-1 .container .wrapper {
padding: 0 15px;
}
.section-4 .row-1 .container .wrapper .col-4 {
display: inline-block;
max-width: 260px;
height: 500px;
margin-bottom: 30px;
background: #f2f2f2;
}
.section-4 .row-1 .container .wrapper .col-4 h3 {
margin: 17px 0 8px;
padding: 0 20px;
font-size: 20px;
color: #666;
text-transform: capitalize;
}
.section-4 .row-1 .container .wrapper .col-4 p {
margin: 0;
padding: 10px 20px;
text-align: left;
font-size: 14px;
line-height: 1.6em;
color: #333;
}
.section-4 .row-1 .container .wrapper .col-4 button {
/* margin-left: 225px; */
margin: 15px 0 20px;
border-radius: 10px;
padding: 10px 30px;
font-size: 18px;
color: #666;
text-transform: capitalize;
cursor: pointer;
}
.section-4 .row-1 .container .wrapper .col-4 button:hover {
background: #e6e6e6;
color: #22517b;
transition: all 0.3s ease;
}
/* MODULAR STYLING */
/* SECTION 4 ROW 2 */
.section-4 .row-2 {
display: table;
margin: 0 auto;
text-align: left;
}
.section-4 .row-2 .container .col-1 {
float: left;
margin: 0 15px;
background: #f2f2f2;
}
.section-4 .row-2 .container .col-1 .wrapper {
padding: 30px;
}
.section-4 .row-2 .container .col-1 .wrapper h3 {
margin: 17px 0 8px;
font-size: 20px;
color: #666;
text-transform: capitalize;
}
.section-4 .row-2 .container .col-1 .wrapper p {
margin: 0 0 10px;
font-size: 14px;
line-height: 1.6em;
color: #333;
}
.section-4 .row-2 .container .col-1 .wrapper button {
margin: 15px 0 0 0;
border-radius: 10px;
padding: 10px 30px;
font-size: 18px;
color: #666;
text-transform: capitalize;
cursor: pointer;
}
.section-4 .row-2 .container .col-1 .wrapper button:hover {
background: #e6e6e6;
color: #22517b;
transition: all 0.3s ease;
}
/* MODULAR STYLING */
/* SECTION 5 CONTACT FORM */
.section-5 {
/* padding: 60px; */
padding: 95px 15px 70px;
}
.section-5 .contact-form {
position: relative;
text-align: center;
}
.section-5 .contact-form h2 {
/* margin: 0 0 30px 0; */
margin: 0 0 25px 0;
font-weight: 400;
font-size: 36px;
color: #fff;
text-transform: capitalize;
text-shadow: 2px 2px #333;
}
.section-5 .contact-form p {
display: inline-block;
max-width: 720px;
width: 100%;
background: rgba(242, 242, 242, 0.4);
border-radius: 5px;
/* padding: 20px 48.5px; */
padding: 20px 15px;
margin: 0 0 20px 0;
line-height: 1.6em;
}
.section-5 .contact-form form {
/* display: inline-block; */
/* width: 100%; */
width: auto;
}
.section-5 .contact-form form .container {
display: inline-block;
max-width: 720px;
}
.section-5 .contact-form form .container .content {
display: inline-block;
/* float: left; */
/* width: 50%; */
width: 100%;
}
.section-5 .contact-form form .container .content input {
/* float: left; */
/* width: 345px; */
width: 100%;
height: 34px;
background: rgba(242, 242, 242, 0.4);
margin-bottom: 15px;
border: none;
border-radius: 4px;
padding: 6px 12px;
outline: none;
font-size: 14px;
}
.section-5 .contact-form form .container .content textarea {
/* float: left; */
/* width: 345px; */
width: 100%;
height: 132px;
background: rgba(242, 242, 242, 0.4);
/* margin-bottom: 15px; */
border: none;
border-radius: 4px;
padding: 6px 12px;
font-size: 14px;
vertical-align: middle;
}
.section-5 .contact-form form .container .content button {
float: left;
background: #262628;
color: #fff;
margin-top: 20px;
border-radius: 10px;
border-color: #ccc;
padding: 10px 30px;
font-size: 18px;
text-transform: capitalize;
cursor: pointer;
}
.section-5 .contact-form form .container .content button:hover {
background: #e6e6e6;
border-color: #adadad;
color: #333;
transition: all 0.3s ease;
}
/* MODULAR STYLING */
/* FOOTER */
footer {
text-align: center;
padding: 35px 0 30px;
}
footer h2 {
margin: 0;
margin-bottom: 25px;
padding: 0 15px;
font-weight: 500;
font-size: 32px;
font-style: italic;
line-height: 1.1;
color: #666;
}
footer .content {
/* font-weight: 500; */
margin: 0;
padding: 0 15px;
font-size: 14px;
font-style: italic;
line-height: 1.6em;
color: #999;
}
footer hr {
margin: 50px 0 30px 0;
border: 0;
border-top: 1px solid #eee;
}
footer .copyright {
margin: 0;
padding: 0 15px;
font-size: 12px;
line-height: 1.6em;
color: #666;
}
footer .copyright a {
text-decoration: none;
color: #337ab7;
cursor: pointer;
}
/* MEDIA QUERIES */
/* MOBILE WIDE */
/* @media only screen and (min-width: 480px) and (max-width: 767px) */
@media only screen and (min-width: 480px) {
.section-1 {
/* padding: 160px 0 155px; */
}
.section-1 h1 {
font-size: 70px;
}
}
/* MEDIA QUERIES */
/* 521px */
@media only screen and (min-width: 521px) {
.cd-fixed-bg.cd-fixed-bg-1 {
height: 75vh;
}
.section-4 .row-1 .container {
width: 100%;
}
.section-4 .row-1 .container .wrapper {
float: left;
width: 50%;
}
}
/* MEDIA QUERIES */
/* TABLET */
/* @media only screen and (min-width: 768px) and (max-width: 991px) */
@media only screen and (min-width: 768px) {
header nav {
display: block;
}
header menu {
display: none;
}
.cd-fixed-bg.cd-fixed-bg-1 {
height: 97vh;
}
.section-1 {
/* padding: 245px 0 240px; */
}
.section-2 .row-1 .col-3 {
float: left;
width: 220px;
margin: 0 15px;
}
.section-2 .row-1 .col-3 h3 {
text-align: left;
}
.section-2 .row-2 .col-2 {
float: left;
max-width: 345px;
margin-top: 60px;
padding-bottom: 52px;
}
.section-2 .row-2 .col-2 p {
text-align: left;
}
.section-3 {
padding: 80px 15px 83px;
}
.section-4 .row-1 .container {
width: 750px;
}
.section-4 .row-1 .container .wrapper {
float: left;
width: 50%;
}
.section-4 .row-2 .container {
width: 750px;
}
.section-5 .contact-form p {
width: 720px;
padding: 20px 0;
font-size: 18px;
}
.section-5 .contact-form form .container .content {
float: left;
width: 50%;
}
.section-5 .contact-form form .container .content-left {
padding-right: 15px;
}
.section-5 .contact-form form .container .content-right {
padding-left: 15px;
}
.section-5 .contact-form form .container .content input {
float: left;
width: 345px;
}
.section-5 .contact-form form .container .content textarea {
float: left;
width: 345px;
/* margin-bottom: 15px; */
}
}
/* MEDIA QUERIES */
/* TABLET WIDE */
@media only screen and (min-width: 992px) {
header nav {
display: block;
background: #383E4C;
position: fixed;
top: 0;
text-align: center;
max-width: 1350px;
padding: 10px 0 16px 0;
z-index: 5;
}
header nav ul {
display: table;
margin: 0 auto;
padding: 0;
}
header nav ul li {
display: inline;
float: left;
margin: 0 10px;
border: 1px solid #646d7c;
padding: 15px 25px 13px;
}
header nav ul li a {
text-decoration: none;
text-transform: capitalize;
font-size: 20px;
color: #fff;
line-height: 20px;
}
.section-2 .row-1 .col-3 {
width: 293.33px;
}
.section-2 .row-2 .col-2 {
float: left;
max-width: 455px;
padding-bottom: 30px;
}
.section-2 .row-2 .col-2 button {
margin-left: 225px;
}
.section-4 .row-1 .container {
width: 970px;
}
.section-4 .row-1 .container .wrapper {
width: 25%;
}
.section-4 .row-2 .container {
width: 970px;
}
.section-5 .contact-form p {
padding: 20px 15px;
font-size: 15px;
}
}
/* MEDIA QUERIES */
/* DESKTOP */
@media only screen and (min-width: 1200px) {
.section-2 .row-1 .col-3 {
width: 360px;
}
.section-2 .row-2 .col-2 {
max-width: 555px;
}
.section-3 {
padding: 80px 15px 84px;
}
.section-4 .row-1 .container {
width: 1170px;
}
.section-4 .row-2 .container {
width: 1170px;
}
.section-5 .contact-form p {
font-size: 16px;
}
} | styles.css | html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body, button, input, textarea {
margin: 0;
font-family: 'Open Sans', sans-serif;
}
body {
max-width: 1350px;
margin-left: auto;
margin-right: auto;
}
img {
width: 100%;
height: auto;
vertical-align: middle;
}
.cd-fixed-bg {
background-size: cover;
/* background-attachment: fixed; */
background-repeat: no-repeat;
background-position: center center;
/* background-size: 100% auto; */
/* background-size: auto 100%; */
/* position: absolute; */
/* width: 100%; */
}
::placeholder {
font-size: 14px;
color: #000;
}
/* MODULAR STYLING */
/* BACKGROUND IMAGES */
.cd-fixed-bg.cd-fixed-bg-1 {
background-image: url("img/bg-1.jpg");
height: 50vh;
/* min-height: 50vh;
background-size: auto 100%;
left: 50%;
transform: translateX(-50%);
position: relative; */
}
.cd-fixed-bg.cd-fixed-bg-2 {
background-image: url("img/bg-2.jpg");
}
.cd-fixed-bg.cd-fixed-bg-3 {
background-image: url("img/bg-3.jpg");
}
/* MODULAR STYLING */
/* HEADER AND NAV */
header menu {
background: #333;
position: fixed;
/* float: right; */
top: 8px;
right: 15px;
padding: 10px 11px;
border-radius: 4px;
margin: 0;
z-index: 1;
cursor: pointer;
}
header menu span {
display: block;
background: #fff;
width: 22px;
height: 2px;
border-radius: 1px;
margin-bottom: 4px;
}
header menu span:last-child {
margin-bottom: 0;
}
header nav {
display: none;
background: #383E4C;
position: fixed;
top: 0;
text-align: center;
width: 100%;
padding: 6px 0 12px 0;
z-index: 1;
}
header nav ul {
display: table;
margin: 0 auto;
padding: 0;
}
header nav ul li {
display: inline;
float: left;
margin: 0 6px;
border: 1px solid #646d7c;
padding: 14px 25px 14px;
cursor: pointer;
}
header nav ul li:hover {
background: #49505F;
transition: all 0.3s ease;
}
header nav ul .nav-active {
background: #49505F;
}
header nav ul li a {
text-decoration: none;
text-transform: capitalize;
font-size: 16px;
color: #fff;
line-height: 20px;
}
/* MODULAR STYLING */
/* SECTION 1 */
.section-1 {
display: flex;
justify-content: center;
align-items: center;
}
.section-1 h1 {
margin: 0;
font-weight: 400;
/* font-size: 70px; */
font-size: 55px;
color: #fff;
text-align: center;
text-transform: uppercase;
text-shadow: 2px 2px #000;
}
.section-1 h2 {
margin: 0;
font-weight: 400;
color: #fff;
text-align: center;
text-transform: capitalize;
text-shadow: 1px 1px #333;
/* top: -1px; */
/* position: relative; */
font-size: 1.5em;
letter-spacing: 0.02em;
}
/* MODULAR STYLING */
/* SECTION 2 ROW 1 */
.section-2 {
padding: 70px 0 60px;
}
.section-2 .row-1 {
display: table;
margin: 0 auto;
text-align: center;
}
.section-2 .row-1 .col-3 {
max-width: 360px;
margin: 0 15px 30px;
background: #f2f2f2;
}
.section-2 .row-1 .col-3 h3, .section-2 .row-1 .col-3 p {
padding: 0 20px;
}
.section-2 .row-1 .col-3 h3 {
margin: 17px 0 13px;
font-size: 20px;
color: #666;
}
.section-2 .row-1 .col-3 p {
margin: 0;
padding-bottom: 25px;
font-size: 14px;
line-height: 1.6em;
color: #333;
/* text-align: left; */
}
/* MODULAR STYLING */
/* SECTION 2 ROW 1 BUTTONS */
.section-2 .row-1 .col-3 .green-h2 {
color: #178A27;
}
.section-2 .row-1 .col-3 .blue-h2 {
color: #1686C1;
}
.section-2 .row-1 .col-3 button {
margin: 0 0 31px 0;
border: none;
border-radius: 5px;
padding: 10px 30px 10px;
font-size: 18px;
text-transform: capitalize;
transition: all 0.3s ease;
cursor: pointer;
/* letter-spacing: 0.02em; */
/* letter-spacing: 0.05em; */
}
.section-2 .row-1 .col-3 .btn {
color: white;
}
.section-2 .row-1 .col-3 .green-btn {
background: #178A27;
}
.section-2 .row-1 .col-3 .green-btn:hover {
background: #449D44;
}
.section-2 .row-1 .col-3 .blue-btn {
background: #1686C1;
}
.section-2 .row-1 .col-3 .blue-btn:hover {
background: #31B0D5;
}
.section-2 .row-1 .col-3 .red-btn {
background: #852406;
}
.section-2 .row-1 .col-3 .red-btn:hover {
background: #C9302C;
}
/* MODULAR STYLING */
/* SECTION 2 ROW 2 */
.section-2 .row-2 {
display: table;
margin: 0 auto;
text-align: center;
}
.section-2 .row-2 .col-2:first-child {
margin-top: 60px;
padding-bottom: 56px;
}
.section-2 .row-2 .col-2 {
/* max-width: 376px; */
max-width: 555px;
margin: 30px 15px 0;
padding-bottom: 30px;
background: #f2f2f2;
}
.section-2 .row-2 .col-2 h3 {
margin: 17px 0 8px;
padding: 0 20px;
font-size: 20px;
color: #666;
text-transform: capitalize;
}
.section-2 .row-2 .col-2 p {
margin: 0;
padding: 27px 27px 16px 27px;
/* text-align: left; */
font-size: 14px;
line-height: 1.6em;
color: #333;
}
/* MODULAR STYLING */
/* SECTION 2 ROW 2 BUTTON */
.section-2 .row-2 .col-2 button {
/* margin-left: 225px; */
border-radius: 10px;
padding: 10px 30px;
text-transform: capitalize;
font-size: 18px;
color: #666;
cursor: pointer;
}
.section-2 .row-2 .col-2 button:hover {
background: #E6E6E6;
}
/* MODULAR STYLING */
/* SECTION 3 */
.section-3 {
padding: 60px 15px 84px;
display: flex;
justify-content: center;
align-items: center;
}
.section-3 .services {
position: relative;
text-align: center;
}
.section-3 .services h2 {
margin: 0 0 17px 0;
font-weight: 400;
font-size: 36px;
color: #fff;
text-transform: capitalize;
text-shadow: 2px 2px #aaa;
}
.section-3 .services p {
margin: 0;
font-weight: 400;
color: #fff;
top: -2px;
position: relative;
font-size: 18px;
line-height: 1.6em;
}
/* MODULAR STYLING */
/* SECTION 4 ROW 1 */
.section-4 {
padding: 60px 0;
}
.section-4 .row-1 {
display: table;
margin: 0 auto;
text-align: center;
}
.section-4 .row-1 .container {
width: 100%;
}
.section-4 .row-1 .container .wrapper {
padding: 0 15px;
}
.section-4 .row-1 .container .wrapper .col-4 {
display: inline-block;
max-width: 260px;
height: 500px;
margin-bottom: 30px;
background: #f2f2f2;
}
.section-4 .row-1 .container .wrapper .col-4 h3 {
margin: 17px 0 8px;
padding: 0 20px;
font-size: 20px;
color: #666;
text-transform: capitalize;
}
.section-4 .row-1 .container .wrapper .col-4 p {
margin: 0;
padding: 10px 20px;
text-align: left;
font-size: 14px;
line-height: 1.6em;
color: #333;
}
.section-4 .row-1 .container .wrapper .col-4 button {
/* margin-left: 225px; */
margin: 15px 0 20px;
border-radius: 10px;
padding: 10px 30px;
font-size: 18px;
color: #666;
text-transform: capitalize;
cursor: pointer;
}
.section-4 .row-1 .container .wrapper .col-4 button:hover {
background: #e6e6e6;
color: #22517b;
transition: all 0.3s ease;
}
/* MODULAR STYLING */
/* SECTION 4 ROW 2 */
.section-4 .row-2 {
display: table;
margin: 0 auto;
text-align: left;
}
.section-4 .row-2 .container .col-1 {
float: left;
margin: 0 15px;
background: #f2f2f2;
}
.section-4 .row-2 .container .col-1 .wrapper {
padding: 30px;
}
.section-4 .row-2 .container .col-1 .wrapper h3 {
margin: 17px 0 8px;
font-size: 20px;
color: #666;
text-transform: capitalize;
}
.section-4 .row-2 .container .col-1 .wrapper p {
margin: 0 0 10px;
font-size: 14px;
line-height: 1.6em;
color: #333;
}
.section-4 .row-2 .container .col-1 .wrapper button {
margin: 15px 0 0 0;
border-radius: 10px;
padding: 10px 30px;
font-size: 18px;
color: #666;
text-transform: capitalize;
cursor: pointer;
}
.section-4 .row-2 .container .col-1 .wrapper button:hover {
background: #e6e6e6;
color: #22517b;
transition: all 0.3s ease;
}
/* MODULAR STYLING */
/* SECTION 5 CONTACT FORM */
.section-5 {
/* padding: 60px; */
padding: 95px 15px 70px;
}
.section-5 .contact-form {
position: relative;
text-align: center;
}
.section-5 .contact-form h2 {
/* margin: 0 0 30px 0; */
margin: 0 0 25px 0;
font-weight: 400;
font-size: 36px;
color: #fff;
text-transform: capitalize;
text-shadow: 2px 2px #333;
}
.section-5 .contact-form p {
display: inline-block;
max-width: 720px;
width: 100%;
background: rgba(242, 242, 242, 0.4);
border-radius: 5px;
/* padding: 20px 48.5px; */
padding: 20px 15px;
margin: 0 0 20px 0;
line-height: 1.6em;
}
.section-5 .contact-form form {
/* display: inline-block; */
/* width: 100%; */
width: auto;
}
.section-5 .contact-form form .container {
display: inline-block;
max-width: 720px;
}
.section-5 .contact-form form .container .content {
display: inline-block;
/* float: left; */
/* width: 50%; */
width: 100%;
}
.section-5 .contact-form form .container .content input {
/* float: left; */
/* width: 345px; */
width: 100%;
height: 34px;
background: rgba(242, 242, 242, 0.4);
margin-bottom: 15px;
border: none;
border-radius: 4px;
padding: 6px 12px;
outline: none;
font-size: 14px;
}
.section-5 .contact-form form .container .content textarea {
/* float: left; */
/* width: 345px; */
width: 100%;
height: 132px;
background: rgba(242, 242, 242, 0.4);
/* margin-bottom: 15px; */
border: none;
border-radius: 4px;
padding: 6px 12px;
font-size: 14px;
vertical-align: middle;
}
.section-5 .contact-form form .container .content button {
float: left;
background: #262628;
color: #fff;
margin-top: 20px;
border-radius: 10px;
border-color: #ccc;
padding: 10px 30px;
font-size: 18px;
text-transform: capitalize;
cursor: pointer;
}
.section-5 .contact-form form .container .content button:hover {
background: #e6e6e6;
border-color: #adadad;
color: #333;
transition: all 0.3s ease;
}
/* MODULAR STYLING */
/* FOOTER */
footer {
text-align: center;
padding: 35px 0 30px;
}
footer h2 {
margin: 0;
margin-bottom: 25px;
padding: 0 15px;
font-weight: 500;
font-size: 32px;
font-style: italic;
line-height: 1.1;
color: #666;
}
footer .content {
/* font-weight: 500; */
margin: 0;
padding: 0 15px;
font-size: 14px;
font-style: italic;
line-height: 1.6em;
color: #999;
}
footer hr {
margin: 50px 0 30px 0;
border: 0;
border-top: 1px solid #eee;
}
footer .copyright {
margin: 0;
padding: 0 15px;
font-size: 12px;
line-height: 1.6em;
color: #666;
}
footer .copyright a {
text-decoration: none;
color: #337ab7;
cursor: pointer;
}
/* MEDIA QUERIES */
/* MOBILE WIDE */
/* @media only screen and (min-width: 480px) and (max-width: 767px) */
@media only screen and (min-width: 480px) {
.section-1 {
/* padding: 160px 0 155px; */
}
.section-1 h1 {
font-size: 70px;
}
}
/* MEDIA QUERIES */
/* 521px */
@media only screen and (min-width: 521px) {
.cd-fixed-bg.cd-fixed-bg-1 {
height: 75vh;
}
.section-4 .row-1 .container {
width: 100%;
}
.section-4 .row-1 .container .wrapper {
float: left;
width: 50%;
}
}
/* MEDIA QUERIES */
/* TABLET */
/* @media only screen and (min-width: 768px) and (max-width: 991px) */
@media only screen and (min-width: 768px) {
header nav {
display: block;
}
header menu {
display: none;
}
.cd-fixed-bg.cd-fixed-bg-1 {
height: 97vh;
}
.section-1 {
/* padding: 245px 0 240px; */
}
.section-2 .row-1 .col-3 {
float: left;
width: 220px;
margin: 0 15px;
}
.section-2 .row-1 .col-3 h3 {
text-align: left;
}
.section-2 .row-2 .col-2 {
float: left;
max-width: 345px;
margin-top: 60px;
padding-bottom: 52px;
}
.section-2 .row-2 .col-2 p {
text-align: left;
}
.section-3 {
padding: 80px 15px 83px;
}
.section-4 .row-1 .container {
width: 750px;
}
.section-4 .row-1 .container .wrapper {
float: left;
width: 50%;
}
.section-4 .row-2 .container {
width: 750px;
}
.section-5 .contact-form p {
width: 720px;
padding: 20px 0;
font-size: 18px;
}
.section-5 .contact-form form .container .content {
float: left;
width: 50%;
}
.section-5 .contact-form form .container .content-left {
padding-right: 15px;
}
.section-5 .contact-form form .container .content-right {
padding-left: 15px;
}
.section-5 .contact-form form .container .content input {
float: left;
width: 345px;
}
.section-5 .contact-form form .container .content textarea {
float: left;
width: 345px;
/* margin-bottom: 15px; */
}
}
/* MEDIA QUERIES */
/* TABLET WIDE */
@media only screen and (min-width: 992px) {
header nav {
display: block;
background: #383E4C;
position: fixed;
top: 0;
text-align: center;
max-width: 1350px;
padding: 10px 0 16px 0;
z-index: 5;
}
header nav ul {
display: table;
margin: 0 auto;
padding: 0;
}
header nav ul li {
display: inline;
float: left;
margin: 0 10px;
border: 1px solid #646d7c;
padding: 15px 25px 13px;
}
header nav ul li a {
text-decoration: none;
text-transform: capitalize;
font-size: 20px;
color: #fff;
line-height: 20px;
}
.section-2 .row-1 .col-3 {
width: 293.33px;
}
.section-2 .row-2 .col-2 {
float: left;
max-width: 455px;
padding-bottom: 30px;
}
.section-2 .row-2 .col-2 button {
margin-left: 225px;
}
.section-4 .row-1 .container {
width: 970px;
}
.section-4 .row-1 .container .wrapper {
width: 25%;
}
.section-4 .row-2 .container {
width: 970px;
}
.section-5 .contact-form p {
padding: 20px 15px;
font-size: 15px;
}
}
/* MEDIA QUERIES */
/* DESKTOP */
@media only screen and (min-width: 1200px) {
.section-2 .row-1 .col-3 {
width: 360px;
}
.section-2 .row-2 .col-2 {
max-width: 555px;
}
.section-3 {
padding: 80px 15px 84px;
}
.section-4 .row-1 .container {
width: 1170px;
}
.section-4 .row-2 .container {
width: 1170px;
}
.section-5 .contact-form p {
font-size: 16px;
}
} | 0.401688 | 0.062018 |
.lantern-box-left {
position: fixed;
top: -30px;
left: 50px;
z-index: 9999;
pointer-events: none
}
.lantern {
position: relative;
width: 120px;
height: 90px;
margin: 50px;
background: #d8000f;
background: rgba(216, 0, 15, .8);
border-radius: 50%;
transform-origin: 50% -100px;
animation: swing 3s infinite ease-in-out;
box-shadow: -5px 5px 50px 4px rgba(250, 108, 0, 1)
}
.lantern:before {
position: absolute;
top: -7px;
left: 29px;
height: 12px;
width: 60px;
content: " ";
display: block;
z-index: 999;
border-radius: 5px 5px 0 0;
border: solid 1px #dc8f03;
background: orange;
background: linear-gradient(to right, #dc8f03, orange, #dc8f03, orange, #dc8f03)
}
.lantern-line {
position: absolute;
top: -20px;
left: 60px;
width: 2px;
height: 20px;
background: #dc8f03
}
.lantern-box-left {
pointer-events: none
}
.lantern-body {
width: 100px;
height: 90px;
background: #d8000f;
background: rgba(216, 0, 15, .1);
margin: 12px 8px 8px 10px;
border-radius: 50%;
border: 2px solid #dc8f03
}
.lantern-container {
width: 45px;
height: 90px;
background: #d8000f;
background: rgba(216, 0, 15, .1);
margin: -2px 8px 8px 26px;
border-radius: 50%;
border: 2px solid #dc8f03
}
.lantern-text {
font-family: STKaiti, Arial, Lucida Grande, Tahoma, sans-serif;
font-size: 1.5rem;
color: orange;
font-weight: 700;
line-height: 42px;
text-align: center;
width: 25px;
margin: 0 auto
}
.tassel-thin {
position: relative;
width: 5px;
height: 20px;
margin: -5px 0 0 59px;
animation: swing 4s infinite ease-in-out;
transform-origin: 50% -45px;
background: orange;
border-radius: 0 0 5px 5px
}
.tassel-dot {
position: absolute;
top: 18px;
left: -2px;
width: 10px;
height: 35px;
background: orange;
border-radius: 0 0 0 5px
}
.tassel-bold {
position: absolute;
top: 14px;
left: -2px;
width: 10px;
height: 10px;
background: #dc8f03;
border-radius: 50%
}
.lantern:after {
position: absolute;
bottom: -7px;
left: 10px;
height: 12px;
width: 60px;
content: " ";
display: block;
margin-left: 20px;
border-radius: 0 0 5px 5px;
border: solid 1px #dc8f03;
background: orange;
background: linear-gradient(to right, #dc8f03, orange, #dc8f03, orange, #dc8f03)
}
.lantern-box-right {
position: fixed;
top: -30px;
right: 50px;
z-index: 9999;
pointer-events: none
}
.lantern-box-right .lantern {
position: relative;
width: 120px;
height: 90px;
margin: 50px;
background: #d8000f;
background: rgba(216, 0, 15, .8);
border-radius: 50%;
transform-origin: 50% -100px;
animation: swing 5s infinite ease-in-out;
box-shadow: -5px 5px 30px 4px rgba(252, 144, 61, 1)
}
.lantern-box-right {
pointer-events: none
}
@keyframes swing {
0% {
transform:rotate(-10deg);
}
50% {
transform:rotate(10deg);
}
100% {
transform:rotate(-10deg);
}
}
@media (max-width: 768px) {
.lantern-box-left, .lantern-box-right {
display: none;
}
}
.area{
position: fixed;
top: 0;
left: 0;
/* background: #4e54c8;
background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8); */
width: 100%;
height:100vh;
z-index: -1;
}
.blessing{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.blessing li{
position: absolute;
display: block;
list-style: none;
width: 20px;
height: 20px;
background-image: url('../images/blessing-1.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
animation: animate 25s linear infinite;
bottom: -150px;
}
.blessing li:nth-child(1){
left: 25%;
width: 80px;
height: 80px;
animation-delay: 0s;
}
.blessing li:nth-child(2){
left: 10%;
width: 20px;
height: 20px;
animation-delay: 2s;
animation-duration: 12s;
}
.blessing li:nth-child(3){
left: 70%;
width: 20px;
height: 20px;
animation-delay: 4s;
background-image: url('../images/blessing-2.png');
}
.blessing li:nth-child(4){
left: 40%;
width: 60px;
height: 60px;
animation-delay: 0s;
animation-duration: 18s;
background-image: url('../images/blessing-4.png');
}
.blessing li:nth-child(5){
left: 65%;
width: 20px;
height: 20px;
animation-delay: 0s;
}
.blessing li:nth-child(6){
left: 75%;
width: 110px;
height: 110px;
animation-delay: 3s;
background-image: url('../images/blessing-3.png');
}
.blessing li:nth-child(7){
left: 35%;
width: 150px;
height: 150px;
animation-delay: 7s;
background-image: url('../images/blessing-2.png');
}
.blessing li:nth-child(8){
left: 50%;
width: 25px;
height: 25px;
animation-delay: 15s;
animation-duration: 45s;
}
.blessing li:nth-child(9){
left: 20%;
width: 15px;
height: 15px;
animation-delay: 2s;
animation-duration: 35s;
}
.blessing li:nth-child(10){
left: 85%;
width: 150px;
height: 150px;
animation-delay: 0s;
animation-duration: 11s;
}
@keyframes animate {
0%{
transform: translateY(0) rotate(0deg);
opacity: 1;
border-radius: 0;
}
100%{
transform: translateY(-1000px) rotate(720deg);
opacity: 0;
border-radius: 50%;
}
}
.cube {
position: absolute;
top: 80vh;
left: 45vw;
width: 10px;
height: 10px;
background-image: url('../images/blessing-2.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
transform-origin: top left;
transform: scale(0) rotate(0deg) translate(-50%, -50%);
animation: cube 12s ease-in forwards infinite;
}
.cube:nth-child(2n) {
border-color: lighten(#0040C1, 10%);
}
.cube:nth-child(2) {
animation-delay: 2s;
left: 25vw;
top: 40vh;
}
.cube:nth-child(3) {
animation-delay: 4s;
left: 75vw;
top: 50vh;
}
.cube:nth-child(4) {
animation-delay: 6s;
left: 90vw;
top: 10vh;
}
.cube:nth-child(5) {
animation-delay: 8s;
left: 10vw;
top: 85vh;
}
.cube:nth-child(6) {
animation-delay: 10s;
left: 50vw;
top: 10vh;
}
@keyframes cube {
from {
transform: scale(0) rotate(0deg) translate(-50%, -50%);
opacity: 1;
}
to {
transform: scale(20) rotate(960deg) translate(-50%, -50%);
opacity: 0;
}
} | asserts/css/spring-festival.css | .lantern-box-left {
position: fixed;
top: -30px;
left: 50px;
z-index: 9999;
pointer-events: none
}
.lantern {
position: relative;
width: 120px;
height: 90px;
margin: 50px;
background: #d8000f;
background: rgba(216, 0, 15, .8);
border-radius: 50%;
transform-origin: 50% -100px;
animation: swing 3s infinite ease-in-out;
box-shadow: -5px 5px 50px 4px rgba(250, 108, 0, 1)
}
.lantern:before {
position: absolute;
top: -7px;
left: 29px;
height: 12px;
width: 60px;
content: " ";
display: block;
z-index: 999;
border-radius: 5px 5px 0 0;
border: solid 1px #dc8f03;
background: orange;
background: linear-gradient(to right, #dc8f03, orange, #dc8f03, orange, #dc8f03)
}
.lantern-line {
position: absolute;
top: -20px;
left: 60px;
width: 2px;
height: 20px;
background: #dc8f03
}
.lantern-box-left {
pointer-events: none
}
.lantern-body {
width: 100px;
height: 90px;
background: #d8000f;
background: rgba(216, 0, 15, .1);
margin: 12px 8px 8px 10px;
border-radius: 50%;
border: 2px solid #dc8f03
}
.lantern-container {
width: 45px;
height: 90px;
background: #d8000f;
background: rgba(216, 0, 15, .1);
margin: -2px 8px 8px 26px;
border-radius: 50%;
border: 2px solid #dc8f03
}
.lantern-text {
font-family: STKaiti, Arial, Lucida Grande, Tahoma, sans-serif;
font-size: 1.5rem;
color: orange;
font-weight: 700;
line-height: 42px;
text-align: center;
width: 25px;
margin: 0 auto
}
.tassel-thin {
position: relative;
width: 5px;
height: 20px;
margin: -5px 0 0 59px;
animation: swing 4s infinite ease-in-out;
transform-origin: 50% -45px;
background: orange;
border-radius: 0 0 5px 5px
}
.tassel-dot {
position: absolute;
top: 18px;
left: -2px;
width: 10px;
height: 35px;
background: orange;
border-radius: 0 0 0 5px
}
.tassel-bold {
position: absolute;
top: 14px;
left: -2px;
width: 10px;
height: 10px;
background: #dc8f03;
border-radius: 50%
}
.lantern:after {
position: absolute;
bottom: -7px;
left: 10px;
height: 12px;
width: 60px;
content: " ";
display: block;
margin-left: 20px;
border-radius: 0 0 5px 5px;
border: solid 1px #dc8f03;
background: orange;
background: linear-gradient(to right, #dc8f03, orange, #dc8f03, orange, #dc8f03)
}
.lantern-box-right {
position: fixed;
top: -30px;
right: 50px;
z-index: 9999;
pointer-events: none
}
.lantern-box-right .lantern {
position: relative;
width: 120px;
height: 90px;
margin: 50px;
background: #d8000f;
background: rgba(216, 0, 15, .8);
border-radius: 50%;
transform-origin: 50% -100px;
animation: swing 5s infinite ease-in-out;
box-shadow: -5px 5px 30px 4px rgba(252, 144, 61, 1)
}
.lantern-box-right {
pointer-events: none
}
@keyframes swing {
0% {
transform:rotate(-10deg);
}
50% {
transform:rotate(10deg);
}
100% {
transform:rotate(-10deg);
}
}
@media (max-width: 768px) {
.lantern-box-left, .lantern-box-right {
display: none;
}
}
.area{
position: fixed;
top: 0;
left: 0;
/* background: #4e54c8;
background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8); */
width: 100%;
height:100vh;
z-index: -1;
}
.blessing{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.blessing li{
position: absolute;
display: block;
list-style: none;
width: 20px;
height: 20px;
background-image: url('../images/blessing-1.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
animation: animate 25s linear infinite;
bottom: -150px;
}
.blessing li:nth-child(1){
left: 25%;
width: 80px;
height: 80px;
animation-delay: 0s;
}
.blessing li:nth-child(2){
left: 10%;
width: 20px;
height: 20px;
animation-delay: 2s;
animation-duration: 12s;
}
.blessing li:nth-child(3){
left: 70%;
width: 20px;
height: 20px;
animation-delay: 4s;
background-image: url('../images/blessing-2.png');
}
.blessing li:nth-child(4){
left: 40%;
width: 60px;
height: 60px;
animation-delay: 0s;
animation-duration: 18s;
background-image: url('../images/blessing-4.png');
}
.blessing li:nth-child(5){
left: 65%;
width: 20px;
height: 20px;
animation-delay: 0s;
}
.blessing li:nth-child(6){
left: 75%;
width: 110px;
height: 110px;
animation-delay: 3s;
background-image: url('../images/blessing-3.png');
}
.blessing li:nth-child(7){
left: 35%;
width: 150px;
height: 150px;
animation-delay: 7s;
background-image: url('../images/blessing-2.png');
}
.blessing li:nth-child(8){
left: 50%;
width: 25px;
height: 25px;
animation-delay: 15s;
animation-duration: 45s;
}
.blessing li:nth-child(9){
left: 20%;
width: 15px;
height: 15px;
animation-delay: 2s;
animation-duration: 35s;
}
.blessing li:nth-child(10){
left: 85%;
width: 150px;
height: 150px;
animation-delay: 0s;
animation-duration: 11s;
}
@keyframes animate {
0%{
transform: translateY(0) rotate(0deg);
opacity: 1;
border-radius: 0;
}
100%{
transform: translateY(-1000px) rotate(720deg);
opacity: 0;
border-radius: 50%;
}
}
.cube {
position: absolute;
top: 80vh;
left: 45vw;
width: 10px;
height: 10px;
background-image: url('../images/blessing-2.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
transform-origin: top left;
transform: scale(0) rotate(0deg) translate(-50%, -50%);
animation: cube 12s ease-in forwards infinite;
}
.cube:nth-child(2n) {
border-color: lighten(#0040C1, 10%);
}
.cube:nth-child(2) {
animation-delay: 2s;
left: 25vw;
top: 40vh;
}
.cube:nth-child(3) {
animation-delay: 4s;
left: 75vw;
top: 50vh;
}
.cube:nth-child(4) {
animation-delay: 6s;
left: 90vw;
top: 10vh;
}
.cube:nth-child(5) {
animation-delay: 8s;
left: 10vw;
top: 85vh;
}
.cube:nth-child(6) {
animation-delay: 10s;
left: 50vw;
top: 10vh;
}
@keyframes cube {
from {
transform: scale(0) rotate(0deg) translate(-50%, -50%);
opacity: 1;
}
to {
transform: scale(20) rotate(960deg) translate(-50%, -50%);
opacity: 0;
}
} | 0.455199 | 0.111676 |
:root {
--bg-danger: #dc3545;
--bg-info: #17a2b8;
--bg-primary: #007bff;
--bg-success: #28a745;
--bg-warning: #ffc107;
--color-error: #c00;
--color-danger-light: #fff8f8;
--color-required: #d00;
height: auto;
min-height: 100%;
}
body {
--footer-height: 65px;
--header-height: 65px;
height: auto;
min-height: 100%;
}
.wrapper {
position: relative;
height: auto;
min-height: 100vh;
padding-bottom: calc(var(--footer-height) + 2rem);
}
.footer {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
padding: 20px;
border-top: 1px solid #d2d6de;
}
.breadcrumb {
margin-bottom: 2rem;
}
.page-header {
margin-bottom: 2rem;
}
.badge-draft,
.badge-pending {
background: var(--bg-primary) !important;
}
.badge-approved,
.badge-published {
background: var(--bg-success) !important;
}
.badge-blocked,
.badge-rejected {
background: var(--bg-danger) !important;
}
.list-controls {
display: flex;
margin-bottom: 2rem;
}
.list-control-search,
.list-control-sort {
margin: 0 1rem 0 0;
}
.object-controls {
margin-bottom: 2rem;
}
.custom-object-controls {
display: inline-block;
}
.list-item-controls {
margin-bottom: 1rem;
}
.list-item {
margin-bottom: 1.5rem;
}
.list-item + .list-item {
border-top: 1px dashed #ccc;
padding-top: 1.5rem;
}
.rel-list-item {
display: inline-block;
}
.rel-list-item + .rel-list-item {
margin-left: 1rem;
}
.tag-item {
display: inline-block;
margin-right: 0.5rem;
}
.not-set {
color: #cbb;
font-style: italic;
font-size: 1rem;
}
/* CARDS */
.card-danger {
border-color: var(--bg-danger);
}
.card-danger > .card-header {
background: var(--bg-danger);
}
.card-info {
border-color: var(--bg-info);
}
.card-info > .card-header {
background: var(--bg-info);
}
.card-primary {
border-color: var(--bg-primary);
}
.card-primary > .card-header {
background: var(--bg-primary);
}
.card-success {
border-color: var(--bg-success);
}
.card-success > .card-header {
background: var(--bg-success);
}
.card-warning {
border-color: var(--bg-warning);
}
.card-warning > .card-header {
background: var(--bg-warning);
}
.card-danger > .card-header,
.card-info > .card-header,
.card-primary > .card-header,
.card-success > .card-header,
.card-warning > .card-header {
color: #fff;
}
.card-danger > .card-header a,
.card-info > .card-header a,
.card-primary > .card-header a,
.card-success > .card-header a,
.card-warning > .card-header a {
font-weight: bold;
color: #fff;
}
/* FORM */
.form .error-block {
display: none;
margin-top: 0.2rem;
font-size: 0.9rem;
color: var(--color-error);
}
.form .has-error .error-block {
display: block;
}
.form .has-error .form-control,
.form .has-error .input-group-text {
border-color: var(--color-error);
}
.form .has-error .form-control:focus {
/*box-shadow: 0 0 4px var(--color-error);*/
}
.form .captcha {
margin-bottom: 1rem;
}
.form-control:invalid {
background: var(--color-danger-light);
}
.form-group.required .col-form-label:before {
content: "*";
color: var(--color-required);
}
.form-group + .form-group {
margin-top: 1rem;
}
/* COMMENT */
.comment-item {
display: flex;
margin-bottom: 1.5rem;
}
.comment-item .comment-icon {
font-size: 2rem;
margin-right: 1rem;
}
/* MEDIA */
@media (max-width: 767.98px) {
.list-controls {
display: block;
}
.list-control-search {
margin: 0 0 1.5rem 0;
}
.list-control-sort {
display: inline-block;
}
} | web/style/common.css | :root {
--bg-danger: #dc3545;
--bg-info: #17a2b8;
--bg-primary: #007bff;
--bg-success: #28a745;
--bg-warning: #ffc107;
--color-error: #c00;
--color-danger-light: #fff8f8;
--color-required: #d00;
height: auto;
min-height: 100%;
}
body {
--footer-height: 65px;
--header-height: 65px;
height: auto;
min-height: 100%;
}
.wrapper {
position: relative;
height: auto;
min-height: 100vh;
padding-bottom: calc(var(--footer-height) + 2rem);
}
.footer {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
padding: 20px;
border-top: 1px solid #d2d6de;
}
.breadcrumb {
margin-bottom: 2rem;
}
.page-header {
margin-bottom: 2rem;
}
.badge-draft,
.badge-pending {
background: var(--bg-primary) !important;
}
.badge-approved,
.badge-published {
background: var(--bg-success) !important;
}
.badge-blocked,
.badge-rejected {
background: var(--bg-danger) !important;
}
.list-controls {
display: flex;
margin-bottom: 2rem;
}
.list-control-search,
.list-control-sort {
margin: 0 1rem 0 0;
}
.object-controls {
margin-bottom: 2rem;
}
.custom-object-controls {
display: inline-block;
}
.list-item-controls {
margin-bottom: 1rem;
}
.list-item {
margin-bottom: 1.5rem;
}
.list-item + .list-item {
border-top: 1px dashed #ccc;
padding-top: 1.5rem;
}
.rel-list-item {
display: inline-block;
}
.rel-list-item + .rel-list-item {
margin-left: 1rem;
}
.tag-item {
display: inline-block;
margin-right: 0.5rem;
}
.not-set {
color: #cbb;
font-style: italic;
font-size: 1rem;
}
/* CARDS */
.card-danger {
border-color: var(--bg-danger);
}
.card-danger > .card-header {
background: var(--bg-danger);
}
.card-info {
border-color: var(--bg-info);
}
.card-info > .card-header {
background: var(--bg-info);
}
.card-primary {
border-color: var(--bg-primary);
}
.card-primary > .card-header {
background: var(--bg-primary);
}
.card-success {
border-color: var(--bg-success);
}
.card-success > .card-header {
background: var(--bg-success);
}
.card-warning {
border-color: var(--bg-warning);
}
.card-warning > .card-header {
background: var(--bg-warning);
}
.card-danger > .card-header,
.card-info > .card-header,
.card-primary > .card-header,
.card-success > .card-header,
.card-warning > .card-header {
color: #fff;
}
.card-danger > .card-header a,
.card-info > .card-header a,
.card-primary > .card-header a,
.card-success > .card-header a,
.card-warning > .card-header a {
font-weight: bold;
color: #fff;
}
/* FORM */
.form .error-block {
display: none;
margin-top: 0.2rem;
font-size: 0.9rem;
color: var(--color-error);
}
.form .has-error .error-block {
display: block;
}
.form .has-error .form-control,
.form .has-error .input-group-text {
border-color: var(--color-error);
}
.form .has-error .form-control:focus {
/*box-shadow: 0 0 4px var(--color-error);*/
}
.form .captcha {
margin-bottom: 1rem;
}
.form-control:invalid {
background: var(--color-danger-light);
}
.form-group.required .col-form-label:before {
content: "*";
color: var(--color-required);
}
.form-group + .form-group {
margin-top: 1rem;
}
/* COMMENT */
.comment-item {
display: flex;
margin-bottom: 1.5rem;
}
.comment-item .comment-icon {
font-size: 2rem;
margin-right: 1rem;
}
/* MEDIA */
@media (max-width: 767.98px) {
.list-controls {
display: block;
}
.list-control-search {
margin: 0 0 1.5rem 0;
}
.list-control-sort {
display: inline-block;
}
} | 0.503418 | 0.125039 |
body{
font-family: 'Arial', 'Helvetica Neue', Helvetica, Arial, sans-serif
}
.header-title{
font-weight: 300;
font-size:30px;
margin-top:60px;
}
.header-title span{
font-weight: 600;
color:#c51e36;
}
.header-form {
margin-top:20px;
}
.header-form h4{
color:#7a7a7a;
font-weight: 600;
font-size:14px;
text-transform: uppercase;
}
.header-form .border-right {
position: absolute;
width: 1px;
height: 100px;
right:0;
background-color: #666;
margin-top:30px;
}
.header-form .input-group{
width: 90%;
}
.header-form .form-group .form-control{
border-radius: 15px;
}
.header-form .btn-switch{
float:right;
border-radius: 15px;
padding:4px 12px;
font-size: 12px;
background:transparent;
color:#c51e36;
border: 1px solid #c51e36;
margin-top:-25px;
}
.header-form .input-group{
background: transparent;
}
.header-form .input-group span{
opacity: 0;
}
.header-form .form-control[disabled]{
background:#ddd!important;
}
.group-checkbox{
float:right;
margin-top:-45px;
text-align: center;
}
.group-checkbox:focus {
outline-color: transparent;
}
.group-checkbox img{
display: block;
margin-left: 13px;
}
.header-form .btn-search{
width: 50%;
border-radius: 15px;
background: #c51e36;
}
.header-form .col{
margin-top:30px;
}
.select2-selection{
border-radius: 15px!important;
height: 34px!important;
padding:2px 12px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
top:4px!important;
}
.form-ticket .form-group{
width: 27%;
margin:0 2%;
text-align: center;
display: inline-block;
}
.header-search{
margin-top:40px;
width:100%;
height:auto;
border: 1px solid #aaa;
border-radius: 5px;
border-right:0px;
}
.col-input{
display: inline-block;
padding:10px 10px;
border-right: 1px solid #aaa;
position: relative;
}
.col-input .form-control{
border:none;
box-shadow: none!important;
}
.col-input.col-1{
width: 23%;
}
.form_date input{
background: #fff !important;
}
.col-input.col-2{
width:30%;
}
.col-input.col-2 input{
display: inline-block;
width:40%;
text-align: center;
}
.col-input.col-2 select{
display: inline-block;
width:46%;
text-align: left;
}
.col-input.col-2 .reset{
margin-top:10px;
position: absolute;
right:10px;
z-index:14;
}
.col-input.col-2 .reset:hover{
cursor: pointer;
opacity: 0.8;
}
.col-input.col-3{
padding:10px 0;
width:11%;
}
.col-input.col-4{
background:#c51e36;
width:calc(14% - 15px);
border:none;
padding:0;
margin-left:-4px;
}
.col-input.col-4 button{
width:100%;
height:55px;
margin-top:-2px;
border-radius: 0 5px 5px 0;
background:#c51e36;
}
/*SUGGESTION*/
.suggestion{
margin-top:40px;
}
.suggestion img{
position: absolute;
}
.suggestion .suggestion-desc{
padding-left:320px;
padding-top:70px;
max-width: 600px;
}
.suggestion .suggestion-desc h3{
color:#c51e36;
font-weight: 600;
font-size: 32px;
text-transform: uppercase;
line-height: 45px;
}
.suggestion .suggestion-desc hr{
width:60px;
margin-left: 0;
margin-top:15px;
border-top:4px solid #c51e36;
}
.suggestion .suggestion-desc p{
font-family: Gotham;
}
/*HEADER SLIDER
*/
.header-slider{
width:100%;
background: url('../images/homepage-background.jpg')center center;
background-size: cover;
/*background-attachment: fixed;
background-position: center; */
padding-top:250px;
margin-top:-180px;
overflow-x:hidden;
background-position: static;
}
.header-carousel{
height:700px;
}
.pt_70{
padding-top:70px;
}
.slider-img{
position: relative;
height:auto!important;
}
.slider-img img{
width: 100%;
}
.slider-img:hover{
cursor: pointer;
}
.slider-img:hover .slider-desc{
opacity: 1;
transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
}
.mt_70{
margin-top:70px;
}
.header-carousel .slider-desc{
position: absolute;
top:0;
height:100%;
width:100%;
background: rgba(0,0,0, 0.4);
opacity: 0;
}
.header-carousel .slider-desc div{
position: absolute;
bottom: 0;
color:#fff;
}
.header-carousel .slider-desc div h4, .header-carousel .slider-desc div h5{
padding:0px 25px;
}
.header-carousel .slider-desc div h4{
font-size:16px;
text-transform: uppercase;
}
.header-carousel .slider-desc div h5{
font-size:12px;
}
.header-carousel .slider-desc p{
margin-top:20px;
color:#fff;
background:#dd4835;
padding:25px;
margin-bottom: 0;
font-family: Gotham;
}
/*SECTION REASON*/
.section-reason{
background: transparent;
margin-top:-80px;
}
.section-reason .header-title{
margin-top:0;
background: transparent;
}
.reason-detail{
max-width: 270px;
margin:0 auto 60px auto;
}
.reason-detail img{
height:150px;
}
.reason-detail h3{
text-transform: uppercase;
font-weight: 700;
font-size:20px;
color: #646464
}
.reason-detail p {
color:#646464;
}
/*SEction guide book
*/
.black-hr{
margin:40px 0;
border-bottom:1px solid #aaa;
}
.btn-other-guide{
position: absolute;
top:50px;
right:0;
}
.guide-book-desc button{
margin-top:20px;
}
.guide-item{
margin-bottom: 30px;
}
.guide-item h4{
font-weight: 600;
font-size:15px;
}
.guide-item h4 span{
color: #c51e36;
font-weight: 700;
}
.guide-item .img-holder{
position: relative;
}
.guide-item .img-holder img{
width: 100%;
}
.guide-item .img-holder:hover{
cursor: pointer;
}
.guide-item .img-holder:hover .hover-holder{
transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
opacity: 1;
}
.guide-item .img-holder .hover-holder{
position: absolute;
top:0;
width:calc(100% - 20px);
height: calc(100% - 20px);
margin:10px;
background: rgba(0,0,0, 0.6);
opacity: 0;
}
.guide-item .img-holder .hover-holder div{
width :calc(100% - 10px);
height: calc(100% - 10px);
margin:5px;
border:2px solid #aaa;
position: relative;
text-align: center;
}
.guide-item .img-holder .hover-holder div h5{
font-weight: 700;
color:#fff;
text-transform: uppercase;
position: absolute;
width:60px;
text-align: center;
margin-left : calc(50% - 30px);
top:calc(50% - 20px);
}
/*Section Join*/
.section-join{
margin-top:80px;
padding:60px 15px;
box-shadow: 0px 0px 25px #888;
margin-bottom:15px;
}
.section-join h4{
font-size: 24px;
font-weight: 600;
}
.btn-facebook{
background:#3e5695;
border-radius: 3px;
font-weight: 600;
padding: 7px 20px;
}
.btn-facebook a{
color:#fff;
margin-right:10px;
}
.section-join p{
font-size: 13px;
margin-top: 5px;
}
.section-join p a{
font-weight: 700;
text-decoration: none;
color:#000;
}
.section-join p a:hover{
cursor: pointer;
opacity: 0.8;
}
/*SEction sign up*/
.section-sign-up{
background:url('../images/background-signup.jpg');
color:#fff;
background-size: cover;
padding-bottom: 200px;
}
.section-sign-up .input-group {
width:500px;
}
.section-sign-up .input-group span{
padding:0;
width:120px;
height:50px;
border:0px;
}
.section-sign-up .input-group input{
height:50px;
}
.section-sign-up .input-group span button{
border-radius: 0 5px 5px 0;
height: 50px;
width:100%;
background:#c51e36;
}
.section-sign-up h3{
font-weight: 700;
margin-top:200px;
}
.section-sign-up p{
margin-top:20px;
max-width: 300px;
}
.tilt{
width: 100%;
height: 150px;
margin-top:-140px;
background:url('../images/background-tilt-white.png')no-repeat center center;
background-size: 100% 150px;
}
/*Popup destination*/
.popup{
margin: 40px 0;
border:1px solid #eee;
display: none;
position: absolute;
z-index:5;
margin:0 auto;
width: 100%;
background: #fff;
}
.popup .row{
position: relative;
}
.popup-header{
padding:1px 10px;
border-bottom: 2px solid #c51e36;
background:#fff;
}
.popup-header img{
margin-top:12px;
}
.popup-header img:hover{
cursor: pointer;
opacity: 0.8;
}
.popup-leftside{
background:#ccc;
position: static;
min-height: 450px;
}
.popup-leftside ul{
padding-left: 0px;
margin-left:0;
}
.popup-leftside ul li{
list-style-type: none;
font-size: 16px;
color:#fff;
text-transform: uppercase;
font-weight: 600;
padding:20px 15px;
}
.popup-leftside ul li:hover{
cursor: pointer;
background : #c51e36;
}
.popup-leftside ul li.active{
background : #c51e36;
}
.popup-header h3{
margin-top:10px;
color:#c51e36;
font-size: 24px;
text-transform: uppercase;
font-weight: 700;
}
.popup-rightside{
background:#fff;
position: relative;
}
.popup-rightside .col-area{
float:left;
display: inline-block;
width: 25%;
}
.popup-rightside .col-area h5{
color:#c51e36;
font-size:14px;
text-transform: uppercase;
margin-top:20px;
}
.popup-rightside .col-area a{
color:#000;
text-decoration: none;
}
.popup-rightside .col-area ul{
padding-left: 10px;
}
.popup-rightside .col-area ul li{
list-style-type: none;
margin-bottom: 5px;
}
.popup-rightside .col-area ul li a:hover{
cursor: pointer;
opacity: 0.8;
}
@media only screen and (max-width: 900px) {
/*HEADER SEARCH*/
.header-search{
border-right: 1px solid #aaa;
}
.col-input.col-1{
width:50%;
}
.col-input.col-2{
width:49%;
border-right:none;
}
.col-input.col-3{
border-top: 1px solid #aaa;
width: 25%;
}
.col-input.col-3-2{
margin-left:-4px;
}
.col-input.col-3-3{
margin-left: -3px;
}
.col-input.col-4{
border-top:3px solid #aaa;
width:25%;
}
.col-input.col-4 button{
border-radius: 0 0 10px 0;
}
/*END OF HEADER SEARCH*/
}
@media only screen and (max-width: 767px) {
/*HEADER SEARCH*/
.header-search{
border-right: 1px solid #aaa;
}
.col-input.col-1{
width:100%;
border-right:none;
}
.col-input.col-2{
width:100%;
border-top:1px solid #aaa;
border-bottom: 1px solid #aaa;
}
.col-input.col-2 input{
text-align: left;
}
.col-input.col-3{
width:33%;
border-top:0;
}
.col-input.col-3-2{
margin-left:-3px;
}
.col-input.col-3-3{
border-right:none;
}
.col-input.col-4{
margin-left:0;
width:100%;
border-radius:0 0 5px 5px;
border:none;
}
.col-input.col-4 button{
border-radius:0 0 5px 5px;
}
.header-form .border-right {
display: none;
}
.suggestion{
text-align: center;
}
.suggestion img{
position: static;
max-width: 100%;
}
.suggestion .suggestion-desc{
padding-left:0;
text-align: left;
padding-top:0;
}
.suggestion .suggestion-desc h3{
font-size: 26px;
}
.suggestion .suggestion-desc hr{
margin-top:0;
}
.header-slider{
height:700px;
padding-top:200px;
overflow: hidden;
}
.header-carousel .slider-desc div h4, .header-carousel .slider-desc div h5{
padding:0 10px;
}
.header-carousel .slider-desc div p {
padding:15px;
}
.header-carousel .slider-img.mt_70{
margin-top:30px;
}
.section-reason .header-title{
margin-top:50px;
margin-bottom: 0;
}
.reason-detail {
margin-bottom: 0;
margin-top: 60px;
}
.btn-other-guide{
width: calc(100% - 30px);
right:15px;
top:auto;
bottom:0;
margin-bottom: -60px;
}
.section-join .col-sm-6{
text-align: center;
}
.section-join .col-sm-6 h4{
margin-bottom:20px;
}
.guide-item{
width:calc(100% + 30px);
margin-left:-15px;
}
.section-sign-up .input-group {
width:100%;
}
.tilt{
opacity: 0;
background:url('../images/background-tilt-white.png');
background-size: cover;
}
} | assets/hotel/css/landing-page.css | body{
font-family: 'Arial', 'Helvetica Neue', Helvetica, Arial, sans-serif
}
.header-title{
font-weight: 300;
font-size:30px;
margin-top:60px;
}
.header-title span{
font-weight: 600;
color:#c51e36;
}
.header-form {
margin-top:20px;
}
.header-form h4{
color:#7a7a7a;
font-weight: 600;
font-size:14px;
text-transform: uppercase;
}
.header-form .border-right {
position: absolute;
width: 1px;
height: 100px;
right:0;
background-color: #666;
margin-top:30px;
}
.header-form .input-group{
width: 90%;
}
.header-form .form-group .form-control{
border-radius: 15px;
}
.header-form .btn-switch{
float:right;
border-radius: 15px;
padding:4px 12px;
font-size: 12px;
background:transparent;
color:#c51e36;
border: 1px solid #c51e36;
margin-top:-25px;
}
.header-form .input-group{
background: transparent;
}
.header-form .input-group span{
opacity: 0;
}
.header-form .form-control[disabled]{
background:#ddd!important;
}
.group-checkbox{
float:right;
margin-top:-45px;
text-align: center;
}
.group-checkbox:focus {
outline-color: transparent;
}
.group-checkbox img{
display: block;
margin-left: 13px;
}
.header-form .btn-search{
width: 50%;
border-radius: 15px;
background: #c51e36;
}
.header-form .col{
margin-top:30px;
}
.select2-selection{
border-radius: 15px!important;
height: 34px!important;
padding:2px 12px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
top:4px!important;
}
.form-ticket .form-group{
width: 27%;
margin:0 2%;
text-align: center;
display: inline-block;
}
.header-search{
margin-top:40px;
width:100%;
height:auto;
border: 1px solid #aaa;
border-radius: 5px;
border-right:0px;
}
.col-input{
display: inline-block;
padding:10px 10px;
border-right: 1px solid #aaa;
position: relative;
}
.col-input .form-control{
border:none;
box-shadow: none!important;
}
.col-input.col-1{
width: 23%;
}
.form_date input{
background: #fff !important;
}
.col-input.col-2{
width:30%;
}
.col-input.col-2 input{
display: inline-block;
width:40%;
text-align: center;
}
.col-input.col-2 select{
display: inline-block;
width:46%;
text-align: left;
}
.col-input.col-2 .reset{
margin-top:10px;
position: absolute;
right:10px;
z-index:14;
}
.col-input.col-2 .reset:hover{
cursor: pointer;
opacity: 0.8;
}
.col-input.col-3{
padding:10px 0;
width:11%;
}
.col-input.col-4{
background:#c51e36;
width:calc(14% - 15px);
border:none;
padding:0;
margin-left:-4px;
}
.col-input.col-4 button{
width:100%;
height:55px;
margin-top:-2px;
border-radius: 0 5px 5px 0;
background:#c51e36;
}
/*SUGGESTION*/
.suggestion{
margin-top:40px;
}
.suggestion img{
position: absolute;
}
.suggestion .suggestion-desc{
padding-left:320px;
padding-top:70px;
max-width: 600px;
}
.suggestion .suggestion-desc h3{
color:#c51e36;
font-weight: 600;
font-size: 32px;
text-transform: uppercase;
line-height: 45px;
}
.suggestion .suggestion-desc hr{
width:60px;
margin-left: 0;
margin-top:15px;
border-top:4px solid #c51e36;
}
.suggestion .suggestion-desc p{
font-family: Gotham;
}
/*HEADER SLIDER
*/
.header-slider{
width:100%;
background: url('../images/homepage-background.jpg')center center;
background-size: cover;
/*background-attachment: fixed;
background-position: center; */
padding-top:250px;
margin-top:-180px;
overflow-x:hidden;
background-position: static;
}
.header-carousel{
height:700px;
}
.pt_70{
padding-top:70px;
}
.slider-img{
position: relative;
height:auto!important;
}
.slider-img img{
width: 100%;
}
.slider-img:hover{
cursor: pointer;
}
.slider-img:hover .slider-desc{
opacity: 1;
transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
}
.mt_70{
margin-top:70px;
}
.header-carousel .slider-desc{
position: absolute;
top:0;
height:100%;
width:100%;
background: rgba(0,0,0, 0.4);
opacity: 0;
}
.header-carousel .slider-desc div{
position: absolute;
bottom: 0;
color:#fff;
}
.header-carousel .slider-desc div h4, .header-carousel .slider-desc div h5{
padding:0px 25px;
}
.header-carousel .slider-desc div h4{
font-size:16px;
text-transform: uppercase;
}
.header-carousel .slider-desc div h5{
font-size:12px;
}
.header-carousel .slider-desc p{
margin-top:20px;
color:#fff;
background:#dd4835;
padding:25px;
margin-bottom: 0;
font-family: Gotham;
}
/*SECTION REASON*/
.section-reason{
background: transparent;
margin-top:-80px;
}
.section-reason .header-title{
margin-top:0;
background: transparent;
}
.reason-detail{
max-width: 270px;
margin:0 auto 60px auto;
}
.reason-detail img{
height:150px;
}
.reason-detail h3{
text-transform: uppercase;
font-weight: 700;
font-size:20px;
color: #646464
}
.reason-detail p {
color:#646464;
}
/*SEction guide book
*/
.black-hr{
margin:40px 0;
border-bottom:1px solid #aaa;
}
.btn-other-guide{
position: absolute;
top:50px;
right:0;
}
.guide-book-desc button{
margin-top:20px;
}
.guide-item{
margin-bottom: 30px;
}
.guide-item h4{
font-weight: 600;
font-size:15px;
}
.guide-item h4 span{
color: #c51e36;
font-weight: 700;
}
.guide-item .img-holder{
position: relative;
}
.guide-item .img-holder img{
width: 100%;
}
.guide-item .img-holder:hover{
cursor: pointer;
}
.guide-item .img-holder:hover .hover-holder{
transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
opacity: 1;
}
.guide-item .img-holder .hover-holder{
position: absolute;
top:0;
width:calc(100% - 20px);
height: calc(100% - 20px);
margin:10px;
background: rgba(0,0,0, 0.6);
opacity: 0;
}
.guide-item .img-holder .hover-holder div{
width :calc(100% - 10px);
height: calc(100% - 10px);
margin:5px;
border:2px solid #aaa;
position: relative;
text-align: center;
}
.guide-item .img-holder .hover-holder div h5{
font-weight: 700;
color:#fff;
text-transform: uppercase;
position: absolute;
width:60px;
text-align: center;
margin-left : calc(50% - 30px);
top:calc(50% - 20px);
}
/*Section Join*/
.section-join{
margin-top:80px;
padding:60px 15px;
box-shadow: 0px 0px 25px #888;
margin-bottom:15px;
}
.section-join h4{
font-size: 24px;
font-weight: 600;
}
.btn-facebook{
background:#3e5695;
border-radius: 3px;
font-weight: 600;
padding: 7px 20px;
}
.btn-facebook a{
color:#fff;
margin-right:10px;
}
.section-join p{
font-size: 13px;
margin-top: 5px;
}
.section-join p a{
font-weight: 700;
text-decoration: none;
color:#000;
}
.section-join p a:hover{
cursor: pointer;
opacity: 0.8;
}
/*SEction sign up*/
.section-sign-up{
background:url('../images/background-signup.jpg');
color:#fff;
background-size: cover;
padding-bottom: 200px;
}
.section-sign-up .input-group {
width:500px;
}
.section-sign-up .input-group span{
padding:0;
width:120px;
height:50px;
border:0px;
}
.section-sign-up .input-group input{
height:50px;
}
.section-sign-up .input-group span button{
border-radius: 0 5px 5px 0;
height: 50px;
width:100%;
background:#c51e36;
}
.section-sign-up h3{
font-weight: 700;
margin-top:200px;
}
.section-sign-up p{
margin-top:20px;
max-width: 300px;
}
.tilt{
width: 100%;
height: 150px;
margin-top:-140px;
background:url('../images/background-tilt-white.png')no-repeat center center;
background-size: 100% 150px;
}
/*Popup destination*/
.popup{
margin: 40px 0;
border:1px solid #eee;
display: none;
position: absolute;
z-index:5;
margin:0 auto;
width: 100%;
background: #fff;
}
.popup .row{
position: relative;
}
.popup-header{
padding:1px 10px;
border-bottom: 2px solid #c51e36;
background:#fff;
}
.popup-header img{
margin-top:12px;
}
.popup-header img:hover{
cursor: pointer;
opacity: 0.8;
}
.popup-leftside{
background:#ccc;
position: static;
min-height: 450px;
}
.popup-leftside ul{
padding-left: 0px;
margin-left:0;
}
.popup-leftside ul li{
list-style-type: none;
font-size: 16px;
color:#fff;
text-transform: uppercase;
font-weight: 600;
padding:20px 15px;
}
.popup-leftside ul li:hover{
cursor: pointer;
background : #c51e36;
}
.popup-leftside ul li.active{
background : #c51e36;
}
.popup-header h3{
margin-top:10px;
color:#c51e36;
font-size: 24px;
text-transform: uppercase;
font-weight: 700;
}
.popup-rightside{
background:#fff;
position: relative;
}
.popup-rightside .col-area{
float:left;
display: inline-block;
width: 25%;
}
.popup-rightside .col-area h5{
color:#c51e36;
font-size:14px;
text-transform: uppercase;
margin-top:20px;
}
.popup-rightside .col-area a{
color:#000;
text-decoration: none;
}
.popup-rightside .col-area ul{
padding-left: 10px;
}
.popup-rightside .col-area ul li{
list-style-type: none;
margin-bottom: 5px;
}
.popup-rightside .col-area ul li a:hover{
cursor: pointer;
opacity: 0.8;
}
@media only screen and (max-width: 900px) {
/*HEADER SEARCH*/
.header-search{
border-right: 1px solid #aaa;
}
.col-input.col-1{
width:50%;
}
.col-input.col-2{
width:49%;
border-right:none;
}
.col-input.col-3{
border-top: 1px solid #aaa;
width: 25%;
}
.col-input.col-3-2{
margin-left:-4px;
}
.col-input.col-3-3{
margin-left: -3px;
}
.col-input.col-4{
border-top:3px solid #aaa;
width:25%;
}
.col-input.col-4 button{
border-radius: 0 0 10px 0;
}
/*END OF HEADER SEARCH*/
}
@media only screen and (max-width: 767px) {
/*HEADER SEARCH*/
.header-search{
border-right: 1px solid #aaa;
}
.col-input.col-1{
width:100%;
border-right:none;
}
.col-input.col-2{
width:100%;
border-top:1px solid #aaa;
border-bottom: 1px solid #aaa;
}
.col-input.col-2 input{
text-align: left;
}
.col-input.col-3{
width:33%;
border-top:0;
}
.col-input.col-3-2{
margin-left:-3px;
}
.col-input.col-3-3{
border-right:none;
}
.col-input.col-4{
margin-left:0;
width:100%;
border-radius:0 0 5px 5px;
border:none;
}
.col-input.col-4 button{
border-radius:0 0 5px 5px;
}
.header-form .border-right {
display: none;
}
.suggestion{
text-align: center;
}
.suggestion img{
position: static;
max-width: 100%;
}
.suggestion .suggestion-desc{
padding-left:0;
text-align: left;
padding-top:0;
}
.suggestion .suggestion-desc h3{
font-size: 26px;
}
.suggestion .suggestion-desc hr{
margin-top:0;
}
.header-slider{
height:700px;
padding-top:200px;
overflow: hidden;
}
.header-carousel .slider-desc div h4, .header-carousel .slider-desc div h5{
padding:0 10px;
}
.header-carousel .slider-desc div p {
padding:15px;
}
.header-carousel .slider-img.mt_70{
margin-top:30px;
}
.section-reason .header-title{
margin-top:50px;
margin-bottom: 0;
}
.reason-detail {
margin-bottom: 0;
margin-top: 60px;
}
.btn-other-guide{
width: calc(100% - 30px);
right:15px;
top:auto;
bottom:0;
margin-bottom: -60px;
}
.section-join .col-sm-6{
text-align: center;
}
.section-join .col-sm-6 h4{
margin-bottom:20px;
}
.guide-item{
width:calc(100% + 30px);
margin-left:-15px;
}
.section-sign-up .input-group {
width:100%;
}
.tilt{
opacity: 0;
background:url('../images/background-tilt-white.png');
background-size: cover;
}
} | 0.257205 | 0.059811 |
@import url(https://fonts.googleapis.com/css?family=Quicksand:300,600);
@import url(https://fonts.googleapis.com/css?family=Raleway:300,600);
/* flex box */
body,
html {
background: url("../images/footprints.jpg");
margin: 0;
font-family: Quicksand;
}
h4 {
font-family: "Quicksand", sans-serif;
font-weight: bolder;
font-size: 1.5rem;
}
h3 {
font-family: "Quicksand", sans-serif;
font-weight: bolder;
font-size: 1.5rem;
text-align: center;
}
p {
font-family: Arial, sans-serif;
font-size: 1rem;
}
/* selected link */
a:active {
color: #C71585;
}
.container {
display: grid;
width: 70%;
margin-left: 15%;
margin-right: 15%;
width: 70%;
margin-left: 15%;
margin-right: 15%;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-column-gap: 10px;
grid-row-gap: 10px;
}
.grid {
background-color: #444;
color: #fff;
padding: 25px;
font-size: 3rem;
}
.header {
grid-column: 1 / 5;
grid-row: 1 / 2;
background-color: #C71585;
}
.sidebar {
grid-column: 1 / 2;
grid-row: 2 / 3;
}
.content {
grid-column: 2 / 5;
grid-row: 2 / 3;
padding: 0;
}
.content2 {
grid-column: 2 / 5;
grid-row: 2 / 3;
padding: 0;
display: block;
}
.extra {
grid-column: 1 / 3;
grid-row: 3 / 4;
}
.extra2 {
grid-column: 3 / 5;
grid-row: 3 / 4;
}
.footer {
grid-column: 1 / 5;
grid-row: 4 / 5;
background-color: #C71585;
display: flex;
justify-content: center;
}
/* slideshow styles */
.slideshow-container {
position: relative;
height: 100%;
width: 100%;
background-color: black;
overflow: hidden;
}
figure {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
/*animation*/
animation: slideShow 48s linear infinite 0s;
-o-animation: slideShow 48s linear infinite 0s;
-moz-animation: slideShow 48s linear infinite 0s;
-webkit-animation: slideShow 48s linear infinite 0s;
}
.slide-1 {
opacity: 1;
background: url("../images/lexie_box.jpg") no-repeat center center;
background-size: cover;
-webkit-background-size: cover;
}
.slide-2 {
animation-delay: 6s;
-o-animation-delay: 6s;
background: url("../images/lion_posie.jpg") no-repeat center center;
background-size: cover;
-webkit-background-size: cover;
}
.slide-3 {
animation-delay: 12s;
-webkit-animation-delay: 12s;
background: url("../images/ninja.jpg") no-repeat center center;
background-size: cover;
-webkit-background-size: cover;
}
.slide-4 {
animation-delay: 18s;
-webkit-animation-delay: 18s;
background: url("../images/parker.jpg") no-repeat center center;
background-size: cover;
-webkit-background-size: cover;
}
.slide-5 {
animation-delay: 24s;
-webkit-animation-delay: 24s;
background: url("../images/baby_kiko.jpg") no-repeat center center;
background-size: cover;
-webkit-background-size: cover;
}
.slide-6 {
animation-delay: 30s;
-webkit-animation-delay: 30s;
background: url("../images/robocat.jpg") no-repeat center center;
background-size: cover;
-webkit-background-size: cover;
}
.slide-7 {
animation-delay: 36s;
-webkit-animation-delay: 36s;
background: url("../images/baby_doodle.jpg") no-repeat center center;
background-size: cover;
-webkit-background-size: cover;
}
.slide-8 {
animation-delay: 42s;
-webkit-animation-delay: 42s;
background: url("../images/baby_snickers.jpg") no-repeat center center;
background-size: cover;
-webkit-background-size: cover;
}
/* keyframes*/
@keyframes slideShow {
0% {
opacity: 0;
transform: scale(1);
-ms-transform: scale(1);
}
5% {
opacity: 1;
}
15% {
opacity: 1;
}
25% {
opacity: 0;
}
35% {
opacity: 0;
}
45% {
opacity: 0;
}
55% {
opacity: 0;
}
65% {
opacity: 0;
transform: scale(1.1);
-ms-transform: scale(1.1);
}
100% {
opacity: 0;
transform: scale(1);
-ms-transformm: scale(1);
}
}
@-webkit-keyframes slideShow {
0% {
opacity: 0;
-webkit-transform: scale(1);
}
5% {
opacity: 1;
}
15% {
opacity: 1;
}
25% {
opacity: 0;
}
35% {
opacity: 0;
}
45% {
opacity: 0;
}
55% {
opacity: 0;
}
65% {
opacity: 0;
-webkit-transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transformm: scale(1);
}
}
/* @media (max-width: 768px) {
.grid {
grid-template-columns: 1fr;
}
header,
content,
sidebar,
extra,
extra2,
footer {
grid-column: 1;
}
} */
@media (max-width: 600px) {
.grid {
grid-template-columns: 1fr;
}
header,
content,
sidebar,
extra,
extra2,
footer
} | assets/css/posie.css | @import url(https://fonts.googleapis.com/css?family=Quicksand:300,600);
@import url(https://fonts.googleapis.com/css?family=Raleway:300,600);
/* flex box */
body,
html {
background: url("../images/footprints.jpg");
margin: 0;
font-family: Quicksand;
}
h4 {
font-family: "Quicksand", sans-serif;
font-weight: bolder;
font-size: 1.5rem;
}
h3 {
font-family: "Quicksand", sans-serif;
font-weight: bolder;
font-size: 1.5rem;
text-align: center;
}
p {
font-family: Arial, sans-serif;
font-size: 1rem;
}
/* selected link */
a:active {
color: #C71585;
}
.container {
display: grid;
width: 70%;
margin-left: 15%;
margin-right: 15%;
width: 70%;
margin-left: 15%;
margin-right: 15%;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-column-gap: 10px;
grid-row-gap: 10px;
}
.grid {
background-color: #444;
color: #fff;
padding: 25px;
font-size: 3rem;
}
.header {
grid-column: 1 / 5;
grid-row: 1 / 2;
background-color: #C71585;
}
.sidebar {
grid-column: 1 / 2;
grid-row: 2 / 3;
}
.content {
grid-column: 2 / 5;
grid-row: 2 / 3;
padding: 0;
}
.content2 {
grid-column: 2 / 5;
grid-row: 2 / 3;
padding: 0;
display: block;
}
.extra {
grid-column: 1 / 3;
grid-row: 3 / 4;
}
.extra2 {
grid-column: 3 / 5;
grid-row: 3 / 4;
}
.footer {
grid-column: 1 / 5;
grid-row: 4 / 5;
background-color: #C71585;
display: flex;
justify-content: center;
}
/* slideshow styles */
.slideshow-container {
position: relative;
height: 100%;
width: 100%;
background-color: black;
overflow: hidden;
}
figure {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
/*animation*/
animation: slideShow 48s linear infinite 0s;
-o-animation: slideShow 48s linear infinite 0s;
-moz-animation: slideShow 48s linear infinite 0s;
-webkit-animation: slideShow 48s linear infinite 0s;
}
.slide-1 {
opacity: 1;
background: url("../images/lexie_box.jpg") no-repeat center center;
background-size: cover;
-webkit-background-size: cover;
}
.slide-2 {
animation-delay: 6s;
-o-animation-delay: 6s;
background: url("../images/lion_posie.jpg") no-repeat center center;
background-size: cover;
-webkit-background-size: cover;
}
.slide-3 {
animation-delay: 12s;
-webkit-animation-delay: 12s;
background: url("../images/ninja.jpg") no-repeat center center;
background-size: cover;
-webkit-background-size: cover;
}
.slide-4 {
animation-delay: 18s;
-webkit-animation-delay: 18s;
background: url("../images/parker.jpg") no-repeat center center;
background-size: cover;
-webkit-background-size: cover;
}
.slide-5 {
animation-delay: 24s;
-webkit-animation-delay: 24s;
background: url("../images/baby_kiko.jpg") no-repeat center center;
background-size: cover;
-webkit-background-size: cover;
}
.slide-6 {
animation-delay: 30s;
-webkit-animation-delay: 30s;
background: url("../images/robocat.jpg") no-repeat center center;
background-size: cover;
-webkit-background-size: cover;
}
.slide-7 {
animation-delay: 36s;
-webkit-animation-delay: 36s;
background: url("../images/baby_doodle.jpg") no-repeat center center;
background-size: cover;
-webkit-background-size: cover;
}
.slide-8 {
animation-delay: 42s;
-webkit-animation-delay: 42s;
background: url("../images/baby_snickers.jpg") no-repeat center center;
background-size: cover;
-webkit-background-size: cover;
}
/* keyframes*/
@keyframes slideShow {
0% {
opacity: 0;
transform: scale(1);
-ms-transform: scale(1);
}
5% {
opacity: 1;
}
15% {
opacity: 1;
}
25% {
opacity: 0;
}
35% {
opacity: 0;
}
45% {
opacity: 0;
}
55% {
opacity: 0;
}
65% {
opacity: 0;
transform: scale(1.1);
-ms-transform: scale(1.1);
}
100% {
opacity: 0;
transform: scale(1);
-ms-transformm: scale(1);
}
}
@-webkit-keyframes slideShow {
0% {
opacity: 0;
-webkit-transform: scale(1);
}
5% {
opacity: 1;
}
15% {
opacity: 1;
}
25% {
opacity: 0;
}
35% {
opacity: 0;
}
45% {
opacity: 0;
}
55% {
opacity: 0;
}
65% {
opacity: 0;
-webkit-transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transformm: scale(1);
}
}
/* @media (max-width: 768px) {
.grid {
grid-template-columns: 1fr;
}
header,
content,
sidebar,
extra,
extra2,
footer {
grid-column: 1;
}
} */
@media (max-width: 600px) {
.grid {
grid-template-columns: 1fr;
}
header,
content,
sidebar,
extra,
extra2,
footer
} | 0.369884 | 0.13852 |
@font-face {
font-family: wf_segoe-ui_light;
src: local("Segoe UI Light"), local("Segoe WP Light"), url(//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.eot?#iefix) format("embedded-opentype"), url(//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.woff) format("woff"), url(//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype"), url(//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.svg#web) format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: wf_segoe-ui_normal;
src: local("Segoe UI"), local("Segoe"), local("Segoe WP"), url(//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.eot?#iefix) format("embedded-opentype"), url(//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"), url(//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype"), url(//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.svg#web) format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: wf_segoe-ui_Semibold;
src: local("Segoe UI Semibold"), local("Segoe Semibold"), local("Segoe WP Semibold"), url(//i.s-microsoft.com/fonts/segoe-ui/west-european/Semibold/latest.eot?#iefix) format("embedded-opentype"), url(//i.s-microsoft.com/fonts/segoe-ui/west-european/Semibold/latest.woff) format("woff"), url(//i.s-microsoft.com/fonts/segoe-ui/west-european/Semibold/latest.ttf) format("truetype"), url(//i.s-microsoft.com/fonts/segoe-ui/west-european/Semibold/latest.svg#web) format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: wf_icons_normal;
src: url(//i.s-microsoft.com/fonts/icons/homepage/normal/2.eot?#iefix) format("embedded-opentype"), url(//i.s-microsoft.com/fonts/icons/homepage/normal/2.woff) format("woff"), url(//i.s-microsoft.com/fonts/icons/homepage/normal/2.ttf) format("truetype"), url(//i.s-microsoft.com/fonts/icons/homepage/normal/2.svg#web) format("svg");
font-weight: normal;
font-style: normal;
}
.CSPvNext html {
-ms-overflow-y: auto;
}
.CSPvNext .row-fluid {
width: 100%;
}
.CSPvNext .mscom-grid-container.row-fluid {
width: 96%;
}
.CSPvNext .mscom-grid-container {
width: 96%;
}
.CSPvNext .row-fluid::before {
line-height: 0; display: table; content: "";
}
.CSPvNext .row-fluid::after {
line-height: 0; display: table; content: "";
}
.CSPvNext .row-fluid::after {
clear: both;
}
.CSPvNext .row-fluid .span {
width: 100%; margin-left: 2%; float: left; display: block; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
.CSPvNext .row-fluid > :first-child.span {
margin-left: 0px;
}
.CSPvNext .row-fluid > .bp3-clear {
margin-left: 0px;
}
.CSPvNext .row-fluid > .bp3-col-1-1 {
margin-left: 0px;
}
.CSPvNext .row-fluid .bp3-col-1-0 {
display: none;
}
.CSPvNext .row-fluid .bp3-col-2-0 {
display: none;
}
.CSPvNext .row-fluid .bp3-col-3-0 {
display: none;
}
.CSPvNext .row-fluid .bp3-col-4-0 {
display: none;
}
.CSPvNext .row-fluid .bp3-col-5-0 {
display: none;
}
.CSPvNext .row-fluid .bp3-col-6-0 {
display: none;
}
.CSPvNext .row-fluid .bp3-col-7-0 {
display: none;
}
.CSPvNext .row-fluid .bp3-col-8-0 {
display: none;
}
.CSPvNext .row-fluid .bp3-col-9-0 {
display: none;
}
.CSPvNext .row-fluid .bp3-col-10-0 {
display: none;
}
.CSPvNext .row-fluid .bp3-col-11-0 {
display: none;
}
.CSPvNext .row-fluid .bp3-col-12-0 {
display: none;
}
.CSPvNext .row-fluid > .bp3-col-1 {
width: 100%;
}
.CSPvNext .row-fluid > .bp3-col-1-1 {
width: 100%;
}
.CSPvNext .row-fluid > .bp3-col-2-2 {
width: 100%;
}
.CSPvNext .row-fluid > .bp3-col-3-3 {
width: 100%;
}
.CSPvNext .row-fluid > .bp3-col-4-4 {
width: 100%;
}
.CSPvNext .row-fluid > .bp3-col-5-5 {
width: 100%;
}
.CSPvNext .row-fluid > .bp3-col-6-6 {
width: 100%;
}
.CSPvNext .row-fluid > .bp3-col-7-7 {
width: 100%;
}
.CSPvNext .row-fluid > .bp3-col-8-8 {
width: 100%;
}
.CSPvNext .row-fluid > .bp3-col-9-9 {
width: 100%;
}
.CSPvNext .row-fluid > .bp3-col-10-10 {
width: 100%;
}
.CSPvNext .row-fluid > .bp3-col-11-11 {
width: 100%;
}
.CSPvNext .row-fluid > .bp3-col-12-12 {
width: 100%;
}
.CSPvNext .row-fluid > .bp3-col-2 {
width: 49%;
}
.CSPvNext .row-fluid > .bp3-col-2-1 {
width: 49%;
}
.CSPvNext .row-fluid > .bp3-col-4-2 {
width: 49%;
}
.CSPvNext .row-fluid > .bp3-col-6-3 {
width: 49%;
}
.CSPvNext .row-fluid > .bp3-col-8-4 {
width: 49%;
}
.CSPvNext .row-fluid > .bp3-col-10-5 {
width: 49%;
}
.CSPvNext .row-fluid > .bp3-col-12-6 {
width: 49%;
}
.CSPvNext .row-fluid > .bp3-col-3 {
width: 32%;
}
.CSPvNext .row-fluid > .bp3-col-3-1 {
width: 32%;
}
.CSPvNext .row-fluid > .bp3-col-6-2 {
width: 32%;
}
.CSPvNext .row-fluid > .bp3-col-9-3 {
width: 32%;
}
.CSPvNext .row-fluid > .bp3-col-12-4 {
width: 32%;
}
.CSPvNext .row-fluid > .bp3-col-3-2 {
width: 66%;
}
.CSPvNext .row-fluid > .bp3-col-6-4 {
width: 66%;
}
.CSPvNext .row-fluid > .bp3-col-9-6 {
width: 66%;
}
.CSPvNext .row-fluid > .bp3-col-12-8 {
width: 66%;
}
.CSPvNext .row-fluid > .bp3-col-4 {
width: 23.5%;
}
.CSPvNext .row-fluid > .bp3-col-4-1 {
width: 23.5%;
}
.CSPvNext .row-fluid > .bp3-col-8-2 {
width: 23.5%;
}
.CSPvNext .row-fluid > .bp3-col-12-3 {
width: 23.5%;
}
.CSPvNext .row-fluid > .bp3-col-4-3 {
width: 74.5%;
}
.CSPvNext .row-fluid > .bp3-col-8-6 {
width: 74.5%;
}
.CSPvNext .row-fluid > .bp3-col-5 {
width: 18.4%;
}
.CSPvNext .row-fluid > .bp3-col-5-1 {
width: 18.4%;
}
.CSPvNext .row-fluid > .bp3-col-10-2 {
width: 18.4%;
}
.CSPvNext .row-fluid > .bp3-col-5-2 {
width: 38.8%;
}
.CSPvNext .row-fluid > .bp3-col-5-3 {
width: 59.2%;
}
.CSPvNext .row-fluid > .bp3-col-5-4 {
width: 79.6%;
}
.CSPvNext .row-fluid > .bp3-col-6 {
width: 15%;
}
.CSPvNext .row-fluid > .bp3-col-6-1 {
width: 15%;
}
.CSPvNext .row-fluid > .bp3-col-12-2 {
width: 15%;
}
.CSPvNext .row-fluid > .bp3-col-6-5 {
width: 83%;
}
.CSPvNext .row-fluid > .bp3-col-7 {
width: 12.57%;
}
.CSPvNext .row-fluid > .bp3-col-7-1 {
width: 12.57%;
}
.CSPvNext .row-fluid > .bp3-col-7-2 {
width: 27.14%;
}
.CSPvNext .row-fluid > .bp3-col-7-3 {
width: 41.71%;
}
.CSPvNext .row-fluid > .bp3-col-7-4 {
width: 56.28%;
}
.CSPvNext .row-fluid > .bp3-col-7-5 {
width: 70.85%;
}
.CSPvNext .row-fluid > .bp3-col-7-6 {
width: 85.42%;
}
.CSPvNext .row-fluid > .bp3-col-8 {
width: 10.75%;
}
.CSPvNext .row-fluid > .bp3-col-8-1 {
width: 10.75%;
}
.CSPvNext .row-fluid > .bp3-col-8-3 {
width: 36.25%;
}
.CSPvNext .row-fluid > .bp3-col-8-5 {
width: 61.75%;
}
.CSPvNext .row-fluid > .bp3-col-8-7 {
width: 87.25%;
}
.CSPvNext .row-fluid > .bp3-col-9 {
width: 9.33%;
}
.CSPvNext .row-fluid > .bp3-col-9-1 {
width: 9.33%;
}
.CSPvNext .row-fluid > .bp3-col-9-2 {
width: 20.66%;
}
.CSPvNext .row-fluid > .bp3-col-9-4 {
width: 43.33%;
}
.CSPvNext .row-fluid > .bp3-col-9-5 {
width: 54.66%;
}
.CSPvNext .row-fluid > .bp3-col-9-7 {
width: 77.33%;
}
.CSPvNext .row-fluid > .bp3-col-9-8 {
width: 88.66%;
}
.CSPvNext .row-fluid > .bp3-col-10 {
width: 8.2%;
}
.CSPvNext .row-fluid > .bp3-col-10-1 {
width: 8.2%;
}
.CSPvNext .row-fluid > .bp3-col-10-3 {
width: 28.6%;
}
.CSPvNext .row-fluid > .bp3-col-10-4 {
width: 38.8%;
}
.CSPvNext .row-fluid > .bp3-col-10-6 {
width: 59.2%;
}
.CSPvNext .row-fluid > .bp3-col-10-7 {
width: 69.4%;
}
.CSPvNext .row-fluid > .bp3-col-10-8 {
width: 79.6%;
}
.CSPvNext .row-fluid > .bp3-col-10-9 {
width: 89.8%;
}
.CSPvNext .row-fluid > .bp3-col-11 {
width: 7.27%;
}
.CSPvNext .row-fluid > .bp3-col-11-1 {
width: 7.27%;
}
.CSPvNext .row-fluid > .bp3-col-11-2 {
width: 16.54%;
}
.CSPvNext .row-fluid > .bp3-col-11-3 {
width: 25.81%;
}
.CSPvNext .row-fluid > .bp3-col-11-4 {
width: 35.09%;
}
.CSPvNext .row-fluid > .bp3-col-11-5 {
width: 44.36%;
}
.CSPvNext .row-fluid > .bp3-col-11-6 {
width: 53.63%;
}
.CSPvNext .row-fluid > .bp3-col-11-7 {
width: 62.9%;
}
.CSPvNext .row-fluid > .bp3-col-11-8 {
width: 72.18%;
}
.CSPvNext .row-fluid > .bp3-col-11-9 {
width: 81.45%;
}
.CSPvNext .row-fluid > .bp3-col-11-10 {
width: 90.72%;
}
.CSPvNext .row-fluid > .bp3-col-12 {
width: 6.5%;
}
.CSPvNext .row-fluid > .bp3-col-12-1 {
width: 6.5%;
}
.CSPvNext .row-fluid > .bp3-col-12-5 {
width: 40.5%;
}
.CSPvNext .row-fluid > .bp3-col-12-7 {
width: 57.5%;
}
.CSPvNext .row-fluid > .bp3-col-12-9 {
width: 74.5%;
}
.CSPvNext .row-fluid > .bp3-col-12-10 {
width: 83%;
}
.CSPvNext .row-fluid > .bp3-col-12-11 {
width: 91.5%;
}
@media screen and (max-width:539px)
{
.CSPvNext .row-fluid > .span {
width: 100%;
}
.CSPvNext .row-fluid .bp0-clear {
clear: both;
}
.CSPvNext .row-fluid [class*='bp0-col'] {
display: block;
}
.CSPvNext .row-fluid > .bp0-clear {
margin-left: 0px;
}
.CSPvNext .row-fluid > .bp0-col-1-1 {
margin-left: 0px;
}
.CSPvNext .row-fluid .bp0-col-1-0 {
display: none;
}
.CSPvNext .row-fluid .bp0-col-2-0 {
display: none;
}
.CSPvNext .row-fluid .bp0-col-3-0 {
display: none;
}
.CSPvNext .row-fluid .bp0-col-4-0 {
display: none;
}
.CSPvNext .row-fluid .bp0-col-5-0 {
display: none;
}
.CSPvNext .row-fluid .bp0-col-6-0 {
display: none;
}
.CSPvNext .row-fluid .bp0-col-7-0 {
display: none;
}
.CSPvNext .row-fluid .bp0-col-8-0 {
display: none;
}
.CSPvNext .row-fluid .bp0-col-9-0 {
display: none;
}
.CSPvNext .row-fluid .bp0-col-10-0 {
display: none;
}
.CSPvNext .row-fluid .bp0-col-11-0 {
display: none;
}
.CSPvNext .row-fluid .bp0-col-12-0 {
display: none;
}
.CSPvNext .row-fluid > .bp0-col-1 {
width: 100%;
}
.CSPvNext .row-fluid > .bp0-col-1-1 {
width: 100%;
}
.CSPvNext .row-fluid > .bp0-col-2-2 {
width: 100%;
}
.CSPvNext .row-fluid > .bp0-col-3-3 {
width: 100%;
}
.CSPvNext .row-fluid > .bp0-col-4-4 {
width: 100%;
}
.CSPvNext .row-fluid > .bp0-col-5-5 {
width: 100%;
}
.CSPvNext .row-fluid > .bp0-col-6-6 {
width: 100%;
}
.CSPvNext .row-fluid > .bp0-col-7-7 {
width: 100%;
}
.CSPvNext .row-fluid > .bp0-col-8-8 {
width: 100%;
}
.CSPvNext .row-fluid > .bp0-col-9-9 {
width: 100%;
}
.CSPvNext .row-fluid > .bp0-col-10-10 {
width: 100%;
}
.CSPvNext .row-fluid > .bp0-col-11-11 {
width: 100%;
}
.CSPvNext .row-fluid > .bp0-col-12-12 {
width: 100%;
}
.CSPvNext .row-fluid > .bp0-col-2 {
width: 49%;
}
.CSPvNext .row-fluid > .bp0-col-2-1 {
width: 49%;
}
.CSPvNext .row-fluid > .bp0-col-4-2 {
width: 49%;
}
.CSPvNext .row-fluid > .bp0-col-6-3 {
width: 49%;
}
.CSPvNext .row-fluid > .bp0-col-8-4 {
width: 49%;
}
.CSPvNext .row-fluid > .bp0-col-10-5 {
width: 49%;
}
.CSPvNext .row-fluid > .bp0-col-12-6 {
width: 49%;
}
.CSPvNext .row-fluid > .bp0-col-3 {
width: 32%;
}
.CSPvNext .row-fluid > .bp0-col-3-1 {
width: 32%;
}
.CSPvNext .row-fluid > .bp0-col-6-2 {
width: 32%;
}
.CSPvNext .row-fluid > .bp0-col-9-3 {
width: 32%;
}
.CSPvNext .row-fluid > .bp0-col-12-4 {
width: 32%;
}
.CSPvNext .row-fluid > .bp0-col-3-2 {
width: 66%;
}
.CSPvNext .row-fluid > .bp0-col-6-4 {
width: 66%;
}
.CSPvNext .row-fluid > .bp0-col-9-6 {
width: 66%;
}
.CSPvNext .row-fluid > .bp0-col-12-8 {
width: 66%;
}
.CSPvNext .row-fluid > .bp0-col-4 {
width: 23.5%;
}
.CSPvNext .row-fluid > .bp0-col-4-1 {
width: 23.5%;
}
.CSPvNext .row-fluid > .bp0-col-8-2 {
width: 23.5%;
}
.CSPvNext .row-fluid > .bp0-col-12-3 {
width: 23.5%;
}
.CSPvNext .row-fluid > .bp0-col-4-3 {
width: 74.5%;
}
.CSPvNext .row-fluid > .bp0-col-8-6 {
width: 74.5%;
}
.CSPvNext .row-fluid > .bp0-col-5 {
width: 18.4%;
}
.CSPvNext .row-fluid > .bp0-col-5-1 {
width: 18.4%;
}
.CSPvNext .row-fluid > .bp0-col-10-2 {
width: 18.4%;
}
.CSPvNext .row-fluid > .bp0-col-5-2 {
width: 38.8%;
}
.CSPvNext .row-fluid > .bp0-col-5-3 {
width: 59.2%;
}
.CSPvNext .row-fluid > .bp0-col-5-4 {
width: 79.6%;
}
.CSPvNext .row-fluid > .bp0-col-6 {
width: 15%;
}
.CSPvNext .row-fluid > .bp0-col-6-1 {
width: 15%;
}
.CSPvNext .row-fluid > .bp0-col-12-2 {
width: 15%;
}
.CSPvNext .row-fluid > .bp0-col-6-5 {
width: 83%;
}
.CSPvNext .row-fluid > .bp0-col-7 {
width: 12.57%;
}
.CSPvNext .row-fluid > .bp0-col-7-1 {
width: 12.57%;
}
.CSPvNext .row-fluid > .bp0-col-7-2 {
width: 27.14%;
}
.CSPvNext .row-fluid > .bp0-col-7-3 {
width: 41.71%;
}
.CSPvNext .row-fluid > .bp0-col-7-4 {
width: 56.28%;
}
.CSPvNext .row-fluid > .bp0-col-7-5 {
width: 70.85%;
}
.CSPvNext .row-fluid > .bp0-col-7-6 {
width: 85.42%;
}
.CSPvNext .row-fluid > .bp0-col-8 {
width: 10.75%;
}
.CSPvNext .row-fluid > .bp0-col-8-1 {
width: 10.75%;
}
.CSPvNext .row-fluid > .bp0-col-8-3 {
width: 36.25%;
}
.CSPvNext .row-fluid > .bp0-col-8-5 {
width: 61.75%;
}
.CSPvNext .row-fluid > .bp0-col-8-7 {
width: 87.25%;
}
.CSPvNext .row-fluid > .bp0-col-9 {
width: 9.33%;
}
.CSPvNext .row-fluid > .bp0-col-9-1 {
width: 9.33%;
}
.CSPvNext .row-fluid > .bp0-col-9-2 {
width: 20.66%;
}
.CSPvNext .row-fluid > .bp0-col-9-4 {
width: 43.33%;
}
.CSPvNext .row-fluid > .bp0-col-9-5 {
width: 54.66%;
}
.CSPvNext .row-fluid > .bp0-col-9-7 {
width: 77.33%;
}
.CSPvNext .row-fluid > .bp0-col-9-8 {
width: 88.66%;
}
.CSPvNext .row-fluid > .bp0-col-10 {
width: 8.2%;
}
.CSPvNext .row-fluid > .bp0-col-10-1 {
width: 8.2%;
}
.CSPvNext .row-fluid > .bp0-col-10-3 {
width: 28.6%;
}
.CSPvNext .row-fluid > .bp0-col-10-4 {
width: 38.8%;
}
.CSPvNext .row-fluid > .bp0-col-10-6 {
width: 59.2%;
}
.CSPvNext .row-fluid > .bp0-col-10-7 {
width: 69.4%;
}
.CSPvNext .row-fluid > .bp0-col-10-8 {
width: 79.6%;
}
.CSPvNext .row-fluid > .bp0-col-10-9 {
width: 89.8%;
}
.CSPvNext .row-fluid > .bp0-col-11 {
width: 7.27%;
}
.CSPvNext .row-fluid > .bp0-col-11-1 {
width: 7.27%;
}
.CSPvNext .row-fluid > .bp0-col-11-2 {
width: 16.54%;
}
.CSPvNext .row-fluid > .bp0-col-11-3 {
width: 25.81%;
}
.CSPvNext .row-fluid > .bp0-col-11-4 {
width: 35.09%;
}
.CSPvNext .row-fluid > .bp0-col-11-5 {
width: 44.36%;
}
.CSPvNext .row-fluid > .bp0-col-11-6 {
width: 53.63%;
}
.CSPvNext .row-fluid > .bp0-col-11-7 {
width: 62.9%;
}
.CSPvNext .row-fluid > .bp0-col-11-8 {
width: 72.18%;
}
.CSPvNext .row-fluid > .bp0-col-11-9 {
width: 81.45%;
}
.CSPvNext .row-fluid > .bp0-col-11-10 {
width: 90.72%;
}
.CSPvNext .row-fluid > .bp0-col-12 {
width: 6.5%;
}
.CSPvNext .row-fluid > .bp0-col-12-1 {
width: 6.5%;
}
.CSPvNext .row-fluid > .bp0-col-12-5 {
width: 40.5%;
}
.CSPvNext .row-fluid > .bp0-col-12-7 {
width: 57.5%;
}
.CSPvNext .row-fluid > .bp0-col-12-9 {
width: 74.5%;
}
.CSPvNext .row-fluid > .bp0-col-12-10 {
width: 83%;
}
.CSPvNext .row-fluid > .bp0-col-12-11 {
width: 91.5%;
}
}
@media screen and (max-width:679px) and (min-width:540px)
{
.CSPvNext .row-fluid .span {
width: 100%;
}
.CSPvNext .row-fluid .bp1-clear {
clear: both;
}
.CSPvNext .row-fluid [class*='bp1-col'] {
display: block;
}
.CSPvNext .row-fluid > .bp1-clear {
margin-left: 0px;
}
.CSPvNext .row-fluid > .bp1-col-1-1 {
margin-left: 0px;
}
.CSPvNext .row-fluid .bp1-col-1-0 {
display: none;
}
.CSPvNext .row-fluid .bp1-col-2-0 {
display: none;
}
.CSPvNext .row-fluid .bp1-col-3-0 {
display: none;
}
.CSPvNext .row-fluid .bp1-col-4-0 {
display: none;
}
.CSPvNext .row-fluid .bp1-col-5-0 {
display: none;
}
.CSPvNext .row-fluid .bp1-col-6-0 {
display: none;
}
.CSPvNext .row-fluid .bp1-col-7-0 {
display: none;
}
.CSPvNext .row-fluid .bp1-col-8-0 {
display: none;
}
.CSPvNext .row-fluid .bp1-col-9-0 {
display: none;
}
.CSPvNext .row-fluid .bp1-col-10-0 {
display: none;
}
.CSPvNext .row-fluid .bp1-col-11-0 {
display: none;
}
.CSPvNext .row-fluid .bp1-col-12-0 {
display: none;
}
.CSPvNext .row-fluid > .bp1-col-1 {
width: 100%;
}
.CSPvNext .row-fluid > .bp1-col-1-1 {
width: 100%;
}
.CSPvNext .row-fluid > .bp1-col-2-2 {
width: 100%;
}
.CSPvNext .row-fluid > .bp1-col-3-3 {
width: 100%;
}
.CSPvNext .row-fluid > .bp1-col-4-4 {
width: 100%;
}
.CSPvNext .row-fluid > .bp1-col-5-5 {
width: 100%;
}
.CSPvNext .row-fluid > .bp1-col-6-6 {
width: 100%;
}
.CSPvNext .row-fluid > .bp1-col-7-7 {
width: 100%;
}
.CSPvNext .row-fluid > .bp1-col-8-8 {
width: 100%;
}
.CSPvNext .row-fluid > .bp1-col-9-9 {
width: 100%;
}
.CSPvNext .row-fluid > .bp1-col-10-10 {
width: 100%;
}
.CSPvNext .row-fluid > .bp1-col-11-11 {
width: 100%;
}
.CSPvNext .row-fluid > .bp1-col-12-12 {
width: 100%;
}
.CSPvNext .row-fluid > .bp1-col-2 {
width: 49%;
}
.CSPvNext .row-fluid > .bp1-col-2-1 {
width: 49%;
}
.CSPvNext .row-fluid > .bp1-col-4-2 {
width: 49%;
}
.CSPvNext .row-fluid > .bp1-col-6-3 {
width: 49%;
}
.CSPvNext .row-fluid > .bp1-col-8-4 {
width: 49%;
}
.CSPvNext .row-fluid > .bp1-col-10-5 {
width: 49%;
}
.CSPvNext .row-fluid > .bp1-col-12-6 {
width: 49%;
}
.CSPvNext .row-fluid > .bp1-col-3 {
width: 32%;
}
.CSPvNext .row-fluid > .bp1-col-3-1 {
width: 32%;
}
.CSPvNext .row-fluid > .bp1-col-6-2 {
width: 32%;
}
.CSPvNext .row-fluid > .bp1-col-9-3 {
width: 32%;
}
.CSPvNext .row-fluid > .bp1-col-12-4 {
width: 32%;
}
.CSPvNext .row-fluid > .bp1-col-3-2 {
width: 66%;
}
.CSPvNext .row-fluid > .bp1-col-6-4 {
width: 66%;
}
.CSPvNext .row-fluid > .bp1-col-9-6 {
width: 66%;
}
.CSPvNext .row-fluid > .bp1-col-12-8 {
width: 66%;
}
.CSPvNext .row-fluid > .bp1-col-4 {
width: 23.5%;
}
.CSPvNext .row-fluid > .bp1-col-4-1 {
width: 23.5%;
}
.CSPvNext .row-fluid > .bp1-col-8-2 {
width: 23.5%;
}
.CSPvNext .row-fluid > .bp1-col-12-3 {
width: 23.5%;
}
.CSPvNext .row-fluid > .bp1-col-4-3 {
width: 74.5%;
}
.CSPvNext .row-fluid > .bp1-col-8-6 {
width: 74.5%;
}
.CSPvNext .row-fluid > .bp1-col-5 {
width: 18.4%;
}
.CSPvNext .row-fluid > .bp1-col-5-1 {
width: 18.4%;
}
.CSPvNext .row-fluid > .bp1-col-10-2 {
width: 18.4%;
}
.CSPvNext .row-fluid > .bp1-col-5-2 {
width: 38.8%;
}
.CSPvNext .row-fluid > .bp1-col-5-3 {
width: 59.2%;
}
.CSPvNext .row-fluid > .bp1-col-5-4 {
width: 79.6%;
}
.CSPvNext .row-fluid > .bp1-col-6 {
width: 15%;
}
.CSPvNext .row-fluid > .bp1-col-6-1 {
width: 15%;
}
.CSPvNext .row-fluid > .bp1-col-12-2 {
width: 15%;
}
.CSPvNext .row-fluid > .bp1-col-6-5 {
width: 83%;
}
.CSPvNext .row-fluid > .bp1-col-7 {
width: 12.57%;
}
.CSPvNext .row-fluid > .bp1-col-7-1 {
width: 12.57%;
}
.CSPvNext .row-fluid > .bp1-col-7-2 {
width: 27.14%;
}
.CSPvNext .row-fluid > .bp1-col-7-3 {
width: 41.71%;
}
.CSPvNext .row-fluid > .bp1-col-7-4 {
width: 56.28%;
}
.CSPvNext .row-fluid > .bp1-col-7-5 {
width: 70.85%;
}
.CSPvNext .row-fluid > .bp1-col-7-6 {
width: 85.42%;
}
.CSPvNext .row-fluid > .bp1-col-8 {
width: 10.75%;
}
.CSPvNext .row-fluid > .bp1-col-8-1 {
width: 10.75%;
}
.CSPvNext .row-fluid > .bp1-col-8-3 {
width: 36.25%;
}
.CSPvNext .row-fluid > .bp1-col-8-5 {
width: 61.75%;
}
.CSPvNext .row-fluid > .bp1-col-8-7 {
width: 87.25%;
}
.CSPvNext .row-fluid > .bp1-col-9 {
width: 9.33%;
}
.CSPvNext .row-fluid > .bp1-col-9-1 {
width: 9.33%;
}
.CSPvNext .row-fluid > .bp1-col-9-2 {
width: 20.66%;
}
.CSPvNext .row-fluid > .bp1-col-9-4 {
width: 43.33%;
}
.CSPvNext .row-fluid > .bp1-col-9-5 {
width: 54.66%;
}
.CSPvNext .row-fluid > .bp1-col-9-7 {
width: 77.33%;
}
.CSPvNext .row-fluid > .bp1-col-9-8 {
width: 88.66%;
}
.CSPvNext .row-fluid > .bp1-col-10 {
width: 8.2%;
}
.CSPvNext .row-fluid > .bp1-col-10-1 {
width: 8.2%;
}
.CSPvNext .row-fluid > .bp1-col-10-3 {
width: 28.6%;
}
.CSPvNext .row-fluid > .bp1-col-10-4 {
width: 38.8%;
}
.CSPvNext .row-fluid > .bp1-col-10-6 {
width: 59.2%;
}
.CSPvNext .row-fluid > .bp1-col-10-7 {
width: 69.4%;
}
.CSPvNext .row-fluid > .bp1-col-10-8 {
width: 79.6%;
}
.CSPvNext .row-fluid > .bp1-col-10-9 {
width: 89.8%;
}
.CSPvNext .row-fluid > .bp1-col-11 {
width: 7.27%;
}
.CSPvNext .row-fluid > .bp1-col-11-1 {
width: 7.27%;
}
.CSPvNext .row-fluid > .bp1-col-11-2 {
width: 16.54%;
}
.CSPvNext .row-fluid > .bp1-col-11-3 {
width: 25.81%;
}
.CSPvNext .row-fluid > .bp1-col-11-4 {
width: 35.09%;
}
.CSPvNext .row-fluid > .bp1-col-11-5 {
width: 44.36%;
}
.CSPvNext .row-fluid > .bp1-col-11-6 {
width: 53.63%;
}
.CSPvNext .row-fluid > .bp1-col-11-7 {
width: 62.9%;
}
.CSPvNext .row-fluid > .bp1-col-11-8 {
width: 72.18%;
}
.CSPvNext .row-fluid > .bp1-col-11-9 {
width: 81.45%;
}
.CSPvNext .row-fluid > .bp1-col-11-10 {
width: 90.72%;
}
.CSPvNext .row-fluid > .bp1-col-12 {
width: 6.5%;
}
.CSPvNext .row-fluid > .bp1-col-12-1 {
width: 6.5%;
}
.CSPvNext .row-fluid > .bp1-col-12-5 {
width: 40.5%;
}
.CSPvNext .row-fluid > .bp1-col-12-7 {
width: 57.5%;
}
.CSPvNext .row-fluid > .bp1-col-12-9 {
width: 74.5%;
}
.CSPvNext .row-fluid > .bp1-col-12-10 {
width: 83%;
}
.CSPvNext .row-fluid > .bp1-col-12-11 {
width: 91.5%;
}
}
@media screen and (max-width:899px) and (min-width:680px)
{
.CSPvNext .row-fluid .span {
width: 100%;
}
.CSPvNext .row-fluid > .span {
width: 100%;
}
.CSPvNext .row-fluid .bp2-clear {
clear: both;
}
.CSPvNext .row-fluid [class*='bp2-col'] {
display: block;
}
.CSPvNext .row-fluid > .bp2-clear {
margin-left: 0px;
}
.CSPvNext .row-fluid > .bp2-col-1-1 {
margin-left: 0px;
}
.CSPvNext .row-fluid .bp2-col-1-0 {
display: none;
}
.CSPvNext .row-fluid .bp2-col-2-0 {
display: none;
}
.CSPvNext .row-fluid .bp2-col-3-0 {
display: none;
}
.CSPvNext .row-fluid .bp2-col-4-0 {
display: none;
}
.CSPvNext .row-fluid .bp2-col-5-0 {
display: none;
}
.CSPvNext .row-fluid .bp2-col-6-0 {
display: none;
}
.CSPvNext .row-fluid .bp2-col-7-0 {
display: none;
}
.CSPvNext .row-fluid .bp2-col-8-0 {
display: none;
}
.CSPvNext .row-fluid .bp2-col-9-0 {
display: none;
}
.CSPvNext .row-fluid .bp2-col-10-0 {
display: none;
}
.CSPvNext .row-fluid .bp2-col-11-0 {
display: none;
}
.CSPvNext .row-fluid .bp2-col-12-0 {
display: none;
}
.CSPvNext .row-fluid > .bp2-col-1 {
width: 100%;
}
.CSPvNext .row-fluid > .bp2-col-1-1 {
width: 100%;
}
.CSPvNext .row-fluid > .bp2-col-2-2 {
width: 100%;
}
.CSPvNext .row-fluid > .bp2-col-3-3 {
width: 100%;
}
.CSPvNext .row-fluid > .bp2-col-4-4 {
width: 100%;
}
.CSPvNext .row-fluid > .bp2-col-5-5 {
width: 100%;
}
.CSPvNext .row-fluid > .bp2-col-6-6 {
width: 100%;
}
.CSPvNext .row-fluid > .bp2-col-7-7 {
width: 100%;
}
.CSPvNext .row-fluid > .bp2-col-8-8 {
width: 100%;
}
.CSPvNext .row-fluid > .bp2-col-9-9 {
width: 100%;
}
.CSPvNext .row-fluid > .bp2-col-10-10 {
width: 100%;
}
.CSPvNext .row-fluid > .bp2-col-11-11 {
width: 100%;
}
.CSPvNext .row-fluid > .bp2-col-12-12 {
width: 100%;
}
.CSPvNext .row-fluid > .bp2-col-2 {
width: 49%;
}
.CSPvNext .row-fluid > .bp2-col-2-1 {
width: 49%;
}
.CSPvNext .row-fluid > .bp2-col-4-2 {
width: 49%;
}
.CSPvNext .row-fluid > .bp2-col-6-3 {
width: 49%;
}
.CSPvNext .row-fluid > .bp2-col-8-4 {
width: 49%;
}
.CSPvNext .row-fluid > .bp2-col-10-5 {
width: 49%;
}
.CSPvNext .row-fluid > .bp2-col-12-6 {
width: 49%;
}
.CSPvNext .row-fluid > .bp2-col-3 {
width: 32%;
}
.CSPvNext .row-fluid > .bp2-col-3-1 {
width: 32%;
}
.CSPvNext .row-fluid > .bp2-col-6-2 {
width: 32%;
}
.CSPvNext .row-fluid > .bp2-col-9-3 {
width: 32%;
}
.CSPvNext .row-fluid > .bp2-col-12-4 {
width: 32%;
}
.CSPvNext .row-fluid > .bp2-col-3-2 {
width: 66%;
}
.CSPvNext .row-fluid > .bp2-col-6-4 {
width: 66%;
}
.CSPvNext .row-fluid > .bp2-col-9-6 {
width: 66%;
}
.CSPvNext .row-fluid > .bp2-col-12-8 {
width: 66%;
}
.CSPvNext .row-fluid > .bp2-col-4 {
width: 23.5%;
}
.CSPvNext .row-fluid > .bp2-col-4-1 {
width: 23.5%;
}
.CSPvNext .row-fluid > .bp2-col-8-2 {
width: 23.5%;
}
.CSPvNext .row-fluid > .bp2-col-12-3 {
width: 23.5%;
}
.CSPvNext .row-fluid > .bp2-col-4-3 {
width: 74.5%;
}
.CSPvNext .row-fluid > .bp2-col-8-6 {
width: 74.5%;
}
.CSPvNext .row-fluid > .bp2-col-5 {
width: 18.4%;
}
.CSPvNext .row-fluid > .bp2-col-5-1 {
width: 18.4%;
}
.CSPvNext .row-fluid > .bp2-col-10-2 {
width: 18.4%;
}
.CSPvNext .row-fluid > .bp2-col-5-2 {
width: 38.8%;
}
.CSPvNext .row-fluid > .bp2-col-5-3 {
width: 59.2%;
}
.CSPvNext .row-fluid > .bp2-col-5-4 {
width: 79.6%;
}
.CSPvNext .row-fluid > .bp2-col-6 {
width: 15%;
}
.CSPvNext .row-fluid > .bp2-col-6-1 {
width: 15%;
}
.CSPvNext .row-fluid > .bp2-col-12-2 {
width: 15%;
}
.CSPvNext .row-fluid > .bp2-col-6-5 {
width: 83%;
}
.CSPvNext .row-fluid > .bp2-col-7 {
width: 12.57%;
}
.CSPvNext .row-fluid > .bp2-col-7-1 {
width: 12.57%;
}
.CSPvNext .row-fluid > .bp2-col-7-2 {
width: 27.14%;
}
.CSPvNext .row-fluid > .bp2-col-7-3 {
width: 41.71%;
}
.CSPvNext .row-fluid > .bp2-col-7-4 {
width: 56.28%;
}
.CSPvNext .row-fluid > .bp2-col-7-5 {
width: 70.85%;
}
.CSPvNext .row-fluid > .bp2-col-7-6 {
width: 85.42%;
}
.CSPvNext .row-fluid > .bp2-col-8 {
width: 10.75%;
}
.CSPvNext .row-fluid > .bp2-col-8-1 {
width: 10.75%;
}
.CSPvNext .row-fluid > .bp2-col-8-3 {
width: 36.25%;
}
.CSPvNext .row-fluid > .bp2-col-8-5 {
width: 61.75%;
}
.CSPvNext .row-fluid > .bp2-col-8-7 {
width: 87.25%;
}
.CSPvNext .row-fluid > .bp2-col-9 {
width: 9.33%;
}
.CSPvNext .row-fluid > .bp2-col-9-1 {
width: 9.33%;
}
.CSPvNext .row-fluid > .bp2-col-9-2 {
width: 20.66%;
}
.CSPvNext .row-fluid > .bp2-col-9-4 {
width: 43.33%;
}
.CSPvNext .row-fluid > .bp2-col-9-5 {
width: 54.66%;
}
.CSPvNext .row-fluid > .bp2-col-9-7 {
width: 77.33%;
}
.CSPvNext .row-fluid > .bp2-col-9-8 {
width: 88.66%;
}
.CSPvNext .row-fluid > .bp2-col-10 {
width: 8.2%;
}
.CSPvNext .row-fluid > .bp2-col-10-1 {
width: 8.2%;
}
.CSPvNext .row-fluid > .bp2-col-10-3 {
width: 28.6%;
}
.CSPvNext .row-fluid > .bp2-col-10-4 {
width: 38.8%;
}
.CSPvNext .row-fluid > .bp2-col-10-6 {
width: 59.2%;
}
.CSPvNext .row-fluid > .bp2-col-10-7 {
width: 69.4%;
}
.CSPvNext .row-fluid > .bp2-col-10-8 {
width: 79.6%;
}
.CSPvNext .row-fluid > .bp2-col-10-9 {
width: 89.8%;
}
.CSPvNext .row-fluid > .bp2-col-11 {
width: 7.27%;
}
.CSPvNext .row-fluid > .bp2-col-11-1 {
width: 7.27%;
}
.CSPvNext .row-fluid > .bp2-col-11-2 {
width: 16.54%;
}
.CSPvNext .row-fluid > .bp2-col-11-3 {
width: 25.81%;
}
.CSPvNext .row-fluid > .bp2-col-11-4 {
width: 35.09%;
}
.CSPvNext .row-fluid > .bp2-col-11-5 {
width: 44.36%;
}
.CSPvNext .row-fluid > .bp2-col-11-6 {
width: 53.63%;
}
.CSPvNext .row-fluid > .bp2-col-11-7 {
width: 62.9%;
}
.CSPvNext .row-fluid > .bp2-col-11-8 {
width: 72.18%;
}
.CSPvNext .row-fluid > .bp2-col-11-9 {
width: 81.45%;
}
.CSPvNext .row-fluid > .bp2-col-11-10 {
width: 90.72%;
}
.CSPvNext .row-fluid > .bp2-col-12 {
width: 6.5%;
}
.CSPvNext .row-fluid > .bp2-col-12-1 {
width: 6.5%;
}
.CSPvNext .row-fluid > .bp2-col-12-5 {
width: 40.5%;
}
.CSPvNext .row-fluid > .bp2-col-12-7 {
width: 57.5%;
}
.CSPvNext .row-fluid > .bp2-col-12-9 {
width: 74.5%;
}
.CSPvNext .row-fluid > .bp2-col-12-10 {
width: 83%;
}
.CSPvNext .row-fluid > .bp2-col-12-11 {
width: 91.5%;
}
}
.CSPvNext .margin-row-fluid {
width: 100%;
}
.CSPvNext .mscom-grid-container.margin-row-fluid {
width: 96%;
}
.CSPvNext .mscom-grid-container {
width: 96%;
}
.CSPvNext .margin-row-fluid::before {
line-height: 0; display: table; content: "";
}
.CSPvNext .margin-row-fluid::after {
line-height: 0; display: table; content: "";
}
.CSPvNext .margin-row-fluid::after {
clear: both;
}
.CSPvNext .margin-row-fluid .span {
width: 96%; margin-left: 2%; float: left; display: block; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
.CSPvNext .margin-row-fluid > :first-child.span {
margin-left: 2%;
}
.CSPvNext .margin-row-fluid > .bp3-clear {
margin-left: 2%;
}
.CSPvNext .margin-row-fluid > .bp3-col-1-1 {
margin-left: 2%;
}
.CSPvNext .margin-row-fluid .bp3-col-1-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp3-col-2-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp3-col-3-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp3-col-4-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp3-col-5-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp3-col-6-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp3-col-7-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp3-col-8-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp3-col-9-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp3-col-10-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp3-col-11-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp3-col-12-0 {
display: none;
}
.CSPvNext .margin-row-fluid > .bp3-col-1 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp3-col-1-1 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp3-col-2-2 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp3-col-3-3 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp3-col-4-4 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp3-col-5-5 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp3-col-6-6 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp3-col-7-7 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp3-col-8-8 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp3-col-9-9 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp3-col-10-10 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp3-col-11-11 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp3-col-12-12 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp3-col-2 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp3-col-2-1 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp3-col-4-2 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp3-col-6-3 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp3-col-8-4 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp3-col-10-5 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp3-col-12-6 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp3-col-3 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp3-col-3-1 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp3-col-6-2 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp3-col-9-3 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp3-col-12-4 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp3-col-3-2 {
width: 63.33%;
}
.CSPvNext .margin-row-fluid > .bp3-col-6-4 {
width: 63.33%;
}
.CSPvNext .margin-row-fluid > .bp3-col-9-6 {
width: 63.33%;
}
.CSPvNext .margin-row-fluid > .bp3-col-12-8 {
width: 63.33%;
}
.CSPvNext .margin-row-fluid > .bp3-col-4 {
width: 22.5%;
}
.CSPvNext .margin-row-fluid > .bp3-col-4-1 {
width: 22.5%;
}
.CSPvNext .margin-row-fluid > .bp3-col-8-2 {
width: 22.5%;
}
.CSPvNext .margin-row-fluid > .bp3-col-12-3 {
width: 22.5%;
}
.CSPvNext .margin-row-fluid > .bp3-col-4-3 {
width: 71.5%;
}
.CSPvNext .margin-row-fluid > .bp3-col-8-6 {
width: 71.5%;
}
.CSPvNext .margin-row-fluid > .bp3-col-5 {
width: 17.6%;
}
.CSPvNext .margin-row-fluid > .bp3-col-5-1 {
width: 17.6%;
}
.CSPvNext .margin-row-fluid > .bp3-col-10-2 {
width: 17.6%;
}
.CSPvNext .margin-row-fluid > .bp3-col-5-2 {
width: 37.2%;
}
.CSPvNext .margin-row-fluid > .bp3-col-5-3 {
width: 56.8%;
}
.CSPvNext .margin-row-fluid > .bp3-col-5-4 {
width: 76.4%;
}
.CSPvNext .margin-row-fluid > .bp3-col-6 {
width: 14.33%;
}
.CSPvNext .margin-row-fluid > .bp3-col-6-1 {
width: 14.33%;
}
.CSPvNext .margin-row-fluid > .bp3-col-12-2 {
width: 14.33%;
}
.CSPvNext .margin-row-fluid > .bp3-col-6-5 {
width: 79.66%;
}
.CSPvNext .margin-row-fluid > .bp3-col-7 {
width: 12%;
}
.CSPvNext .margin-row-fluid > .bp3-col-7-1 {
width: 12%;
}
.CSPvNext .margin-row-fluid > .bp3-col-7-2 {
width: 26%;
}
.CSPvNext .margin-row-fluid > .bp3-col-7-3 {
width: 40%;
}
.CSPvNext .margin-row-fluid > .bp3-col-7-4 {
width: 54%;
}
.CSPvNext .margin-row-fluid > .bp3-col-7-5 {
width: 68%;
}
.CSPvNext .margin-row-fluid > .bp3-col-7-6 {
width: 82%;
}
.CSPvNext .margin-row-fluid > .bp3-col-8 {
width: 10.25%;
}
.CSPvNext .margin-row-fluid > .bp3-col-8-1 {
width: 10.25%;
}
.CSPvNext .margin-row-fluid > .bp3-col-8-3 {
width: 34.75%;
}
.CSPvNext .margin-row-fluid > .bp3-col-8-5 {
width: 59.25%;
}
.CSPvNext .margin-row-fluid > .bp3-col-8-7 {
width: 83.75%;
}
.CSPvNext .margin-row-fluid > .bp3-col-9 {
width: 8.88%;
}
.CSPvNext .margin-row-fluid > .bp3-col-9-1 {
width: 8.88%;
}
.CSPvNext .margin-row-fluid > .bp3-col-9-2 {
width: 19.77%;
}
.CSPvNext .margin-row-fluid > .bp3-col-9-4 {
width: 41.55%;
}
.CSPvNext .margin-row-fluid > .bp3-col-9-5 {
width: 52.44%;
}
.CSPvNext .margin-row-fluid > .bp3-col-9-7 {
width: 74.22%;
}
.CSPvNext .margin-row-fluid > .bp3-col-9-8 {
width: 85.11%;
}
.CSPvNext .margin-row-fluid > .bp3-col-10 {
width: 7.8%;
}
.CSPvNext .margin-row-fluid > .bp3-col-10-1 {
width: 7.8%;
}
.CSPvNext .margin-row-fluid > .bp3-col-10-3 {
width: 27.4%;
}
.CSPvNext .margin-row-fluid > .bp3-col-10-4 {
width: 37.2%;
}
.CSPvNext .margin-row-fluid > .bp3-col-10-6 {
width: 56.8%;
}
.CSPvNext .margin-row-fluid > .bp3-col-10-7 {
width: 66.6%;
}
.CSPvNext .margin-row-fluid > .bp3-col-10-8 {
width: 76.4%;
}
.CSPvNext .margin-row-fluid > .bp3-col-10-9 {
width: 86.2%;
}
.CSPvNext .margin-row-fluid > .bp3-col-11 {
width: 6.9%;
}
.CSPvNext .margin-row-fluid > .bp3-col-11-1 {
width: 6.9%;
}
.CSPvNext .margin-row-fluid > .bp3-col-11-2 {
width: 15.81%;
}
.CSPvNext .margin-row-fluid > .bp3-col-11-3 {
width: 24.72%;
}
.CSPvNext .margin-row-fluid > .bp3-col-11-4 {
width: 33.63%;
}
.CSPvNext .margin-row-fluid > .bp3-col-11-5 {
width: 42.54%;
}
.CSPvNext .margin-row-fluid > .bp3-col-11-6 {
width: 51.45%;
}
.CSPvNext .margin-row-fluid > .bp3-col-11-7 {
width: 60.36%;
}
.CSPvNext .margin-row-fluid > .bp3-col-11-8 {
width: 69.27%;
}
.CSPvNext .margin-row-fluid > .bp3-col-11-9 {
width: 78.18%;
}
.CSPvNext .margin-row-fluid > .bp3-col-11-10 {
width: 87.09%;
}
.CSPvNext .margin-row-fluid > .bp3-col-12 {
width: 6.16%;
}
.CSPvNext .margin-row-fluid > .bp3-col-12-1 {
width: 6.16%;
}
.CSPvNext .margin-row-fluid > .bp3-col-12-5 {
width: 38.83%;
}
.CSPvNext .margin-row-fluid > .bp3-col-12-7 {
width: 55.16%;
}
.CSPvNext .margin-row-fluid > .bp3-col-12-9 {
width: 71.5%;
}
.CSPvNext .margin-row-fluid > .bp3-col-12-10 {
width: 79.66%;
}
.CSPvNext .margin-row-fluid > .bp3-col-12-11 {
width: 87.83%;
}
@media screen and (max-width:539px)
{
.CSPvNext .margin-row-fluid > .span {
width: 96%;
}
.CSPvNext .margin-row-fluid .bp0-clear {
clear: both;
}
.CSPvNext .margin-row-fluid [class*='bp0-col'] {
display: block;
}
.CSPvNext .margin-row-fluid > .bp0-clear {
margin-left: 2%;
}
.CSPvNext .margin-row-fluid > .bp0-col-1-1 {
margin-left: 2%;
}
.CSPvNext .margin-row-fluid .bp0-col-1-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp0-col-2-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp0-col-3-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp0-col-4-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp0-col-5-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp0-col-6-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp0-col-7-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp0-col-8-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp0-col-9-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp0-col-10-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp0-col-11-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp0-col-12-0 {
display: none;
}
.CSPvNext .margin-row-fluid > .bp0-col-1 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp0-col-1-1 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp0-col-2-2 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp0-col-3-3 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp0-col-4-4 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp0-col-5-5 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp0-col-6-6 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp0-col-7-7 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp0-col-8-8 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp0-col-9-9 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp0-col-10-10 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp0-col-11-11 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp0-col-12-12 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp0-col-2 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp0-col-2-1 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp0-col-4-2 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp0-col-6-3 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp0-col-8-4 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp0-col-10-5 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp0-col-12-6 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp0-col-3 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp0-col-3-1 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp0-col-6-2 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp0-col-9-3 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp0-col-12-4 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp0-col-3-2 {
width: 63.33%;
}
.CSPvNext .margin-row-fluid > .bp0-col-6-4 {
width: 63.33%;
}
.CSPvNext .margin-row-fluid > .bp0-col-9-6 {
width: 63.33%;
}
.CSPvNext .margin-row-fluid > .bp0-col-12-8 {
width: 63.33%;
}
.CSPvNext .margin-row-fluid > .bp0-col-4 {
width: 22.5%;
}
.CSPvNext .margin-row-fluid > .bp0-col-4-1 {
width: 22.5%;
}
.CSPvNext .margin-row-fluid > .bp0-col-8-2 {
width: 22.5%;
}
.CSPvNext .margin-row-fluid > .bp0-col-12-3 {
width: 22.5%;
}
.CSPvNext .margin-row-fluid > .bp0-col-4-3 {
width: 71.5%;
}
.CSPvNext .margin-row-fluid > .bp0-col-8-6 {
width: 71.5%;
}
.CSPvNext .margin-row-fluid > .bp0-col-5 {
width: 17.6%;
}
.CSPvNext .margin-row-fluid > .bp0-col-5-1 {
width: 17.6%;
}
.CSPvNext .margin-row-fluid > .bp0-col-10-2 {
width: 17.6%;
}
.CSPvNext .margin-row-fluid > .bp0-col-5-2 {
width: 37.2%;
}
.CSPvNext .margin-row-fluid > .bp0-col-5-3 {
width: 56.8%;
}
.CSPvNext .margin-row-fluid > .bp0-col-5-4 {
width: 76.4%;
}
.CSPvNext .margin-row-fluid > .bp0-col-6 {
width: 14.33%;
}
.CSPvNext .margin-row-fluid > .bp0-col-6-1 {
width: 14.33%;
}
.CSPvNext .margin-row-fluid > .bp0-col-12-2 {
width: 14.33%;
}
.CSPvNext .margin-row-fluid > .bp0-col-6-5 {
width: 79.66%;
}
.CSPvNext .margin-row-fluid > .bp0-col-7 {
width: 12%;
}
.CSPvNext .margin-row-fluid > .bp0-col-7-1 {
width: 12%;
}
.CSPvNext .margin-row-fluid > .bp0-col-7-2 {
width: 26%;
}
.CSPvNext .margin-row-fluid > .bp0-col-7-3 {
width: 40%;
}
.CSPvNext .margin-row-fluid > .bp0-col-7-4 {
width: 54%;
}
.CSPvNext .margin-row-fluid > .bp0-col-7-5 {
width: 68%;
}
.CSPvNext .margin-row-fluid > .bp0-col-7-6 {
width: 82%;
}
.CSPvNext .margin-row-fluid > .bp0-col-8 {
width: 10.25%;
}
.CSPvNext .margin-row-fluid > .bp0-col-8-1 {
width: 10.25%;
}
.CSPvNext .margin-row-fluid > .bp0-col-8-3 {
width: 34.75%;
}
.CSPvNext .margin-row-fluid > .bp0-col-8-5 {
width: 59.25%;
}
.CSPvNext .margin-row-fluid > .bp0-col-8-7 {
width: 83.75%;
}
.CSPvNext .margin-row-fluid > .bp0-col-9 {
width: 8.88%;
}
.CSPvNext .margin-row-fluid > .bp0-col-9-1 {
width: 8.88%;
}
.CSPvNext .margin-row-fluid > .bp0-col-9-2 {
width: 19.77%;
}
.CSPvNext .margin-row-fluid > .bp0-col-9-4 {
width: 41.55%;
}
.CSPvNext .margin-row-fluid > .bp0-col-9-5 {
width: 52.44%;
}
.CSPvNext .margin-row-fluid > .bp0-col-9-7 {
width: 74.22%;
}
.CSPvNext .margin-row-fluid > .bp0-col-9-8 {
width: 85.11%;
}
.CSPvNext .margin-row-fluid > .bp0-col-10 {
width: 7.8%;
}
.CSPvNext .margin-row-fluid > .bp0-col-10-1 {
width: 7.8%;
}
.CSPvNext .margin-row-fluid > .bp0-col-10-3 {
width: 27.4%;
}
.CSPvNext .margin-row-fluid > .bp0-col-10-4 {
width: 37.2%;
}
.CSPvNext .margin-row-fluid > .bp0-col-10-6 {
width: 56.8%;
}
.CSPvNext .margin-row-fluid > .bp0-col-10-7 {
width: 66.6%;
}
.CSPvNext .margin-row-fluid > .bp0-col-10-8 {
width: 76.4%;
}
.CSPvNext .margin-row-fluid > .bp0-col-10-9 {
width: 86.2%;
}
.CSPvNext .margin-row-fluid > .bp0-col-11 {
width: 6.9%;
}
.CSPvNext .margin-row-fluid > .bp0-col-11-1 {
width: 6.9%;
}
.CSPvNext .margin-row-fluid > .bp0-col-11-2 {
width: 15.81%;
}
.CSPvNext .margin-row-fluid > .bp0-col-11-3 {
width: 24.72%;
}
.CSPvNext .margin-row-fluid > .bp0-col-11-4 {
width: 33.63%;
}
.CSPvNext .margin-row-fluid > .bp0-col-11-5 {
width: 42.54%;
}
.CSPvNext .margin-row-fluid > .bp0-col-11-6 {
width: 51.45%;
}
.CSPvNext .margin-row-fluid > .bp0-col-11-7 {
width: 60.36%;
}
.CSPvNext .margin-row-fluid > .bp0-col-11-8 {
width: 69.27%;
}
.CSPvNext .margin-row-fluid > .bp0-col-11-9 {
width: 78.18%;
}
.CSPvNext .margin-row-fluid > .bp0-col-11-10 {
width: 87.09%;
}
.CSPvNext .margin-row-fluid > .bp0-col-12 {
width: 6.16%;
}
.CSPvNext .margin-row-fluid > .bp0-col-12-1 {
width: 6.16%;
}
.CSPvNext .margin-row-fluid > .bp0-col-12-5 {
width: 38.83%;
}
.CSPvNext .margin-row-fluid > .bp0-col-12-7 {
width: 55.16%;
}
.CSPvNext .margin-row-fluid > .bp0-col-12-9 {
width: 71.5%;
}
.CSPvNext .margin-row-fluid > .bp0-col-12-10 {
width: 79.66%;
}
.CSPvNext .margin-row-fluid > .bp0-col-12-11 {
width: 87.83%;
}
}
@media screen and (max-width:679px) and (min-width:540px)
{
.CSPvNext .margin-row-fluid .span {
width: 96%;
}
.CSPvNext .margin-row-fluid .bp1-clear {
clear: both;
}
.CSPvNext .margin-row-fluid [class*='bp1-col'] {
display: block;
}
.CSPvNext .margin-row-fluid > .bp1-clear {
margin-left: 2%;
}
.CSPvNext .margin-row-fluid > .bp1-col-1-1 {
margin-left: 2%;
}
.CSPvNext .margin-row-fluid .bp1-col-1-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp1-col-2-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp1-col-3-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp1-col-4-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp1-col-5-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp1-col-6-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp1-col-7-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp1-col-8-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp1-col-9-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp1-col-10-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp1-col-11-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp1-col-12-0 {
display: none;
}
.CSPvNext .margin-row-fluid > .bp1-col-1 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp1-col-1-1 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp1-col-2-2 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp1-col-3-3 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp1-col-4-4 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp1-col-5-5 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp1-col-6-6 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp1-col-7-7 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp1-col-8-8 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp1-col-9-9 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp1-col-10-10 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp1-col-11-11 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp1-col-12-12 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp1-col-2 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp1-col-2-1 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp1-col-4-2 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp1-col-6-3 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp1-col-8-4 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp1-col-10-5 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp1-col-12-6 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp1-col-3 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp1-col-3-1 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp1-col-6-2 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp1-col-9-3 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp1-col-12-4 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp1-col-3-2 {
width: 63.33%;
}
.CSPvNext .margin-row-fluid > .bp1-col-6-4 {
width: 63.33%;
}
.CSPvNext .margin-row-fluid > .bp1-col-9-6 {
width: 63.33%;
}
.CSPvNext .margin-row-fluid > .bp1-col-12-8 {
width: 63.33%;
}
.CSPvNext .margin-row-fluid > .bp1-col-4 {
width: 22.5%;
}
.CSPvNext .margin-row-fluid > .bp1-col-4-1 {
width: 22.5%;
}
.CSPvNext .margin-row-fluid > .bp1-col-8-2 {
width: 22.5%;
}
.CSPvNext .margin-row-fluid > .bp1-col-12-3 {
width: 22.5%;
}
.CSPvNext .margin-row-fluid > .bp1-col-4-3 {
width: 71.5%;
}
.CSPvNext .margin-row-fluid > .bp1-col-8-6 {
width: 71.5%;
}
.CSPvNext .margin-row-fluid > .bp1-col-5 {
width: 17.6%;
}
.CSPvNext .margin-row-fluid > .bp1-col-5-1 {
width: 17.6%;
}
.CSPvNext .margin-row-fluid > .bp1-col-10-2 {
width: 17.6%;
}
.CSPvNext .margin-row-fluid > .bp1-col-5-2 {
width: 37.2%;
}
.CSPvNext .margin-row-fluid > .bp1-col-5-3 {
width: 56.8%;
}
.CSPvNext .margin-row-fluid > .bp1-col-5-4 {
width: 76.4%;
}
.CSPvNext .margin-row-fluid > .bp1-col-6 {
width: 14.33%;
}
.CSPvNext .margin-row-fluid > .bp1-col-6-1 {
width: 14.33%;
}
.CSPvNext .margin-row-fluid > .bp1-col-12-2 {
width: 14.33%;
}
.CSPvNext .margin-row-fluid > .bp1-col-6-5 {
width: 79.66%;
}
.CSPvNext .margin-row-fluid > .bp1-col-7 {
width: 12%;
}
.CSPvNext .margin-row-fluid > .bp1-col-7-1 {
width: 12%;
}
.CSPvNext .margin-row-fluid > .bp1-col-7-2 {
width: 26%;
}
.CSPvNext .margin-row-fluid > .bp1-col-7-3 {
width: 40%;
}
.CSPvNext .margin-row-fluid > .bp1-col-7-4 {
width: 54%;
}
.CSPvNext .margin-row-fluid > .bp1-col-7-5 {
width: 68%;
}
.CSPvNext .margin-row-fluid > .bp1-col-7-6 {
width: 82%;
}
.CSPvNext .margin-row-fluid > .bp1-col-8 {
width: 10.25%;
}
.CSPvNext .margin-row-fluid > .bp1-col-8-1 {
width: 10.25%;
}
.CSPvNext .margin-row-fluid > .bp1-col-8-3 {
width: 34.75%;
}
.CSPvNext .margin-row-fluid > .bp1-col-8-5 {
width: 59.25%;
}
.CSPvNext .margin-row-fluid > .bp1-col-8-7 {
width: 83.75%;
}
.CSPvNext .margin-row-fluid > .bp1-col-9 {
width: 8.88%;
}
.CSPvNext .margin-row-fluid > .bp1-col-9-1 {
width: 8.88%;
}
.CSPvNext .margin-row-fluid > .bp1-col-9-2 {
width: 19.77%;
}
.CSPvNext .margin-row-fluid > .bp1-col-9-4 {
width: 41.55%;
}
.CSPvNext .margin-row-fluid > .bp1-col-9-5 {
width: 52.44%;
}
.CSPvNext .margin-row-fluid > .bp1-col-9-7 {
width: 74.22%;
}
.CSPvNext .margin-row-fluid > .bp1-col-9-8 {
width: 85.11%;
}
.CSPvNext .margin-row-fluid > .bp1-col-10 {
width: 7.8%;
}
.CSPvNext .margin-row-fluid > .bp1-col-10-1 {
width: 7.8%;
}
.CSPvNext .margin-row-fluid > .bp1-col-10-3 {
width: 27.4%;
}
.CSPvNext .margin-row-fluid > .bp1-col-10-4 {
width: 37.2%;
}
.CSPvNext .margin-row-fluid > .bp1-col-10-6 {
width: 56.8%;
}
.CSPvNext .margin-row-fluid > .bp1-col-10-7 {
width: 66.6%;
}
.CSPvNext .margin-row-fluid > .bp1-col-10-8 {
width: 76.4%;
}
.CSPvNext .margin-row-fluid > .bp1-col-10-9 {
width: 86.2%;
}
.CSPvNext .margin-row-fluid > .bp1-col-11 {
width: 6.9%;
}
.CSPvNext .margin-row-fluid > .bp1-col-11-1 {
width: 6.9%;
}
.CSPvNext .margin-row-fluid > .bp1-col-11-2 {
width: 15.81%;
}
.CSPvNext .margin-row-fluid > .bp1-col-11-3 {
width: 24.72%;
}
.CSPvNext .margin-row-fluid > .bp1-col-11-4 {
width: 33.63%;
}
.CSPvNext .margin-row-fluid > .bp1-col-11-5 {
width: 42.54%;
}
.CSPvNext .margin-row-fluid > .bp1-col-11-6 {
width: 51.45%;
}
.CSPvNext .margin-row-fluid > .bp1-col-11-7 {
width: 60.36%;
}
.CSPvNext .margin-row-fluid > .bp1-col-11-8 {
width: 69.27%;
}
.CSPvNext .margin-row-fluid > .bp1-col-11-9 {
width: 78.18%;
}
.CSPvNext .margin-row-fluid > .bp1-col-11-10 {
width: 87.09%;
}
.CSPvNext .margin-row-fluid > .bp1-col-12 {
width: 6.16%;
}
.CSPvNext .margin-row-fluid > .bp1-col-12-1 {
width: 6.16%;
}
.CSPvNext .margin-row-fluid > .bp1-col-12-5 {
width: 38.83%;
}
.CSPvNext .margin-row-fluid > .bp1-col-12-7 {
width: 55.16%;
}
.CSPvNext .margin-row-fluid > .bp1-col-12-9 {
width: 71.5%;
}
.CSPvNext .margin-row-fluid > .bp1-col-12-10 {
width: 79.66%;
}
.CSPvNext .margin-row-fluid > .bp1-col-12-11 {
width: 87.83%;
}
}
@media screen and (max-width:899px) and (min-width:680px)
{
.CSPvNext .margin-row-fluid .span {
width: 96%;
}
.CSPvNext .margin-row-fluid > .span {
width: 96%;
}
.CSPvNext .margin-row-fluid .bp2-clear {
clear: both;
}
.CSPvNext .margin-row-fluid [class*='bp2-col'] {
display: block;
}
.CSPvNext .margin-row-fluid > .bp2-clear {
margin-left: 2%;
}
.CSPvNext .margin-row-fluid > .bp2-col-1-1 {
margin-left: 2%;
}
.CSPvNext .margin-row-fluid .bp2-col-1-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp2-col-2-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp2-col-3-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp2-col-4-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp2-col-5-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp2-col-6-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp2-col-7-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp2-col-8-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp2-col-9-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp2-col-10-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp2-col-11-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp2-col-12-0 {
display: none;
}
.CSPvNext .margin-row-fluid > .bp2-col-1 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp2-col-1-1 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp2-col-2-2 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp2-col-3-3 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp2-col-4-4 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp2-col-5-5 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp2-col-6-6 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp2-col-7-7 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp2-col-8-8 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp2-col-9-9 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp2-col-10-10 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp2-col-11-11 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp2-col-12-12 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp2-col-2 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp2-col-2-1 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp2-col-4-2 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp2-col-6-3 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp2-col-8-4 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp2-col-10-5 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp2-col-12-6 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp2-col-3 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp2-col-3-1 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp2-col-6-2 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp2-col-9-3 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp2-col-12-4 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp2-col-3-2 {
width: 63.33%;
}
.CSPvNext .margin-row-fluid > .bp2-col-6-4 {
width: 63.33%;
}
.CSPvNext .margin-row-fluid > .bp2-col-9-6 {
width: 63.33%;
}
.CSPvNext .margin-row-fluid > .bp2-col-12-8 {
width: 63.33%;
}
.CSPvNext .margin-row-fluid > .bp2-col-4 {
width: 22.5%;
}
.CSPvNext .margin-row-fluid > .bp2-col-4-1 {
width: 22.5%;
}
.CSPvNext .margin-row-fluid > .bp2-col-8-2 {
width: 22.5%;
}
.CSPvNext .margin-row-fluid > .bp2-col-12-3 {
width: 22.5%;
}
.CSPvNext .margin-row-fluid > .bp2-col-4-3 {
width: 71.5%;
}
.CSPvNext .margin-row-fluid > .bp2-col-8-6 {
width: 71.5%;
}
.CSPvNext .margin-row-fluid > .bp2-col-5 {
width: 17.6%;
}
.CSPvNext .margin-row-fluid > .bp2-col-5-1 {
width: 17.6%;
}
.CSPvNext .margin-row-fluid > .bp2-col-10-2 {
width: 17.6%;
}
.CSPvNext .margin-row-fluid > .bp2-col-5-2 {
width: 37.2%;
}
.CSPvNext .margin-row-fluid > .bp2-col-5-3 {
width: 56.8%;
}
.CSPvNext .margin-row-fluid > .bp2-col-5-4 {
width: 76.4%;
}
.CSPvNext .margin-row-fluid > .bp2-col-6 {
width: 14.33%;
}
.CSPvNext .margin-row-fluid > .bp2-col-6-1 {
width: 14.33%;
}
.CSPvNext .margin-row-fluid > .bp2-col-12-2 {
width: 14.33%;
}
.CSPvNext .margin-row-fluid > .bp2-col-6-5 {
width: 79.66%;
}
.CSPvNext .margin-row-fluid > .bp2-col-7 {
width: 12%;
}
.CSPvNext .margin-row-fluid > .bp2-col-7-1 {
width: 12%;
}
.CSPvNext .margin-row-fluid > .bp2-col-7-2 {
width: 26%;
}
.CSPvNext .margin-row-fluid > .bp2-col-7-3 {
width: 40%;
}
.CSPvNext .margin-row-fluid > .bp2-col-7-4 {
width: 54%;
}
.CSPvNext .margin-row-fluid > .bp2-col-7-5 {
width: 68%;
}
.CSPvNext .margin-row-fluid > .bp2-col-7-6 {
width: 82%;
}
.CSPvNext .margin-row-fluid > .bp2-col-8 {
width: 10.25%;
}
.CSPvNext .margin-row-fluid > .bp2-col-8-1 {
width: 10.25%;
}
.CSPvNext .margin-row-fluid > .bp2-col-8-3 {
width: 34.75%;
}
.CSPvNext .margin-row-fluid > .bp2-col-8-5 {
width: 59.25%;
}
.CSPvNext .margin-row-fluid > .bp2-col-8-7 {
width: 83.75%;
}
.CSPvNext .margin-row-fluid > .bp2-col-9 {
width: 8.88%;
}
.CSPvNext .margin-row-fluid > .bp2-col-9-1 {
width: 8.88%;
}
.CSPvNext .margin-row-fluid > .bp2-col-9-2 {
width: 19.77%;
}
.CSPvNext .margin-row-fluid > .bp2-col-9-4 {
width: 41.55%;
}
.CSPvNext .margin-row-fluid > .bp2-col-9-5 {
width: 52.44%;
}
.CSPvNext .margin-row-fluid > .bp2-col-9-7 {
width: 74.22%;
}
.CSPvNext .margin-row-fluid > .bp2-col-9-8 {
width: 85.11%;
}
.CSPvNext .margin-row-fluid > .bp2-col-10 {
width: 7.8%;
}
.CSPvNext .margin-row-fluid > .bp2-col-10-1 {
width: 7.8%;
}
.CSPvNext .margin-row-fluid > .bp2-col-10-3 {
width: 27.4%;
}
.CSPvNext .margin-row-fluid > .bp2-col-10-4 {
width: 37.2%;
}
.CSPvNext .margin-row-fluid > .bp2-col-10-6 {
width: 56.8%;
}
.CSPvNext .margin-row-fluid > .bp2-col-10-7 {
width: 66.6%;
}
.CSPvNext .margin-row-fluid > .bp2-col-10-8 {
width: 76.4%;
}
.CSPvNext .margin-row-fluid > .bp2-col-10-9 {
width: 86.2%;
}
.CSPvNext .margin-row-fluid > .bp2-col-11 {
width: 6.9%;
}
.CSPvNext .margin-row-fluid > .bp2-col-11-1 {
width: 6.9%;
}
.CSPvNext .margin-row-fluid > .bp2-col-11-2 {
width: 15.81%;
}
.CSPvNext .margin-row-fluid > .bp2-col-11-3 {
width: 24.72%;
}
.CSPvNext .margin-row-fluid > .bp2-col-11-4 {
width: 33.63%;
}
.CSPvNext .margin-row-fluid > .bp2-col-11-5 {
width: 42.54%;
}
.CSPvNext .margin-row-fluid > .bp2-col-11-6 {
width: 51.45%;
}
.CSPvNext .margin-row-fluid > .bp2-col-11-7 {
width: 60.36%;
}
.CSPvNext .margin-row-fluid > .bp2-col-11-8 {
width: 69.27%;
}
.CSPvNext .margin-row-fluid > .bp2-col-11-9 {
width: 78.18%;
}
.CSPvNext .margin-row-fluid > .bp2-col-11-10 {
width: 87.09%;
}
.CSPvNext .margin-row-fluid > .bp2-col-12 {
width: 6.16%;
}
.CSPvNext .margin-row-fluid > .bp2-col-12-1 {
width: 6.16%;
}
.CSPvNext .margin-row-fluid > .bp2-col-12-5 {
width: 38.83%;
}
.CSPvNext .margin-row-fluid > .bp2-col-12-7 {
width: 55.16%;
}
.CSPvNext .margin-row-fluid > .bp2-col-12-9 {
width: 71.5%;
}
.CSPvNext .margin-row-fluid > .bp2-col-12-10 {
width: 79.66%;
}
.CSPvNext .margin-row-fluid > .bp2-col-12-11 {
width: 87.83%;
}
}
html {
direction: ltr;
}
body {
margin: 0px; padding: 0px; width: 100%; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif;
}
.CMSvNextComp {
margin: 0px; padding: 0px;
}
.CMSvNextComp div {
margin: 0px; padding: 0px;
}
.CMSvNextComp h1 {
margin: 0px; padding: 0px;
}
.CMSvNextComp h2 {
margin: 0px; padding: 0px;
}
.CMSvNextComp h3 {
margin: 0px; padding: 0px;
}
.CMSvNextComp h4 {
margin: 0px; padding: 0px;
}
.CMSvNextComp h5 {
margin: 0px; padding: 0px;
}
.CMSvNextComp h6 {
margin: 0px; padding: 0px;
}
.CMSvNextComp li {
margin: 0px; padding: 0px;
}
.CMSvNextComp ol {
margin: 0px; padding: 0px;
}
.CMSvNextComp p {
margin: 0px; padding: 0px;
}
.CMSvNextComp ul {
margin: 0px; padding: 0px;
}
.CMSvNextComp a {
cursor: pointer;
}
.CMSvNextComp a:link {
text-decoration: none;
}
.CMSvNextComp a:visited {
text-decoration: none;
}
.CMSvNextComp a:hover {
text-decoration: underline;
}
.CMSvNextComp a:active {
text-decoration: underline;
}
.CMSvNextComp h1 {
font-size: 100%; font-weight: normal;
}
.CMSvNextComp h2 {
font-size: 100%; font-weight: normal;
}
.CMSvNextComp h3 {
font-size: 100%; font-weight: normal;
}
.CMSvNextComp h4 {
font-size: 100%; font-weight: normal;
}
.CMSvNextComp h5 {
font-size: 100%; font-weight: normal;
}
.CMSvNextComp h6 {
font-size: 100%; font-weight: normal;
}
.CMSvNextComp img {
border: currentColor; border-image: none;
}
.CMSvNextComp ol {
list-style-type: none;
}
.CMSvNextComp ul {
list-style-type: none;
}
.CMSvNextComp .cssClear {
margin: 0px; padding: 0px; height: 0px; clear: both; _line-height: 0;
}
.CMSvNextComp .png-img {
overflow: hidden; position: relative;
}
.CMSvNextComp .png-img span {
top: -9999px; position: absolute;
}
.CMSvNextComp .png-img div {
background-position: 0px; background-repeat: no-repeat;
}
.CMSvNextComp .png-img .bg-img {
display: block; _display: none;
}
.CMSvNextComp .png-img .filter-img {
display: none; _display: block;
}
.CMSvNextComp .mscom-left {
float: left;
}
.CMSvNextComp .mscom-right {
float: right;
}
.CMSvNextComp .mscom-textalign-left {
text-align: left;
}
.CMSvNextComp .mscom-textalign-right {
text-align: right;
}
.CMSvNextComp .mscom-fullwidth {
width: 100% !important;
}
.CMSvNextComp .mscom-remove-margin-left {
margin-left: 0px !important;
}
.CMSvNextComp .mscom-hide {
display: none !important;
}
.CMSvNextComp .mscom-show {
display: block !important;
}
.CMSvNextComp .mscom-maxwidth {
margin: 0px auto; max-width: 1600px;
}
.CMSvNextComp .mscom-container-maxwidth {
margin: 0px auto; max-width: 1180px;
}
.CMSvNextComp img {
height: auto; max-width: 100%;
}
.CMSvNextComp video {
height: auto; max-width: 100%;
}
@media screen and (max-width:539px)
{
.CMSvNextComp .mscom-fullwidth-view-1 {
margin: 0px !important; width: 100% !important;
}
}
.icon-left {
font-family: wf_icons_normal;
}
.icon-right {
font-family: wf_icons_normal;
}
.icon-menu {
font-family: wf_icons_normal;
}
.icon-search {
font-family: wf_icons_normal;
}
.icon-plus {
font-family: wf_icons_normal;
}
.icon-minus {
font-family: wf_icons_normal;
}
.icon-circledown {
font-family: wf_icons_normal;
}
.icon-globe {
font-family: wf_icons_normal;
}
.icon-up {
font-family: wf_icons_normal;
}
.fontface .icon-left::after {
content: "?";
}
.fontface .icon-right::after {
content: "?";
}
.fontface .icon-menu::after {
content: "=";
}
.fontface .icon-search::after {
content: "?";
}
.fontface .icon-plus::after {
content: "+";
}
.fontface .icon-minus::after {
content: "-";
}
.fontface .icon-circledown::after {
content: "?";
}
.fontface .icon-globe::after {
content: "?";
}
.fontface .icon-close::after {
content: "×";
}
.fontface .icon-up::after {
content: "?";
}
.nofontface .icon-left {
background-position: center; display: inline-block; background-repeat: no-repeat;
}
.nofontface .icon-right {
background-position: center; display: inline-block; background-repeat: no-repeat;
}
.nofontface .icon-menu {
background-position: center; display: inline-block; background-repeat: no-repeat;
}
.nofontface .icon-search {
background-position: center; display: inline-block; background-repeat: no-repeat;
}
.nofontface .icon-up {
background-position: center; display: inline-block; background-repeat: no-repeat;
}
.nofontface .icon-globe {
background-position: center; display: inline-block; background-repeat: no-repeat;
}
.lt-ie8 .icon-left {
width: 25px; height: 25px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/left-arrow-black.png");
}
.mscom-nonjs .icon-left {
width: 25px; height: 25px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/left-arrow-black.png");
}
.nofontface .icon-left {
width: 25px; height: 25px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/left-arrow-black.png");
}
.lt-ie8 .icon-right {
width: 25px; height: 25px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/right-arrow-black.png");
}
.mscom-nonjs .icon-right {
width: 25px; height: 25px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/right-arrow-black.png");
}
.nofontface .icon-right {
width: 25px; height: 25px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/right-arrow-black.png");
}
.lt-ie8 .icon-left {
width: 25px; height: 25px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/left-arrow-white.png");
}
.mscom-nonjs .light-foreground .icon-left {
width: 25px; height: 25px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/left-arrow-white.png");
}
.nofontface .light-foreground .icon-left {
width: 25px; height: 25px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/left-arrow-white.png");
}
.lt-ie8 .light-foreground .icon-right {
width: 25px; height: 25px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/right-arrow-white.png");
}
.mscom-nonjs .light-foreground .icon-right {
width: 25px; height: 25px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/right-arrow-white.png");
}
.nofontface .light-foreground .icon-right {
width: 25px; height: 25px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/right-arrow-white.png");
}
.light-foreground .icon-left {
color: rgb(255, 255, 255);
}
.light-foreground .icon-right {
color: rgb(255, 255, 255);
}
.lt-ie8 .icon-menu {
width: 16px; height: 16px; display: inline-block; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/list-blue.png");
}
.mscom-nonjs .icon-menu {
width: 16px; height: 16px; display: inline-block; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/list-blue.png");
}
.nofontface .icon-menu {
width: 16px; height: 16px; display: inline-block; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/list-blue.png");
}
.lt-ie8 .icon-search {
width: 16px; height: 16px; display: inline-block; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/search-button-blue.png");
}
.mscom-nonjs .icon-search {
width: 16px; height: 16px; display: inline-block; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/search-button-blue.png");
}
.nofontface .icon-search {
width: 16px; height: 16px; display: inline-block; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/search-button-blue.png");
}
.lt-ie8 .icon-circledown {
width: 8px; height: 6px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/dropdown-arrow-white.png");
}
.mscom-nonjs .icon-circledown {
width: 8px; height: 6px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/dropdown-arrow-white.png");
}
.nofontface .icon-circledown {
width: 8px; height: 6px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/dropdown-arrow-white.png");
}
.lt-ie8 .icon-globe {
width: 24px; height: 24px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/globe-black.png");
}
.mscom-nonjs .icon-globe {
width: 24px; height: 24px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/globe-black.png");
}
.nofontface .icon-globe {
width: 24px; height: 24px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/globe-black.png");
}
.lt-ie8 .icon-up {
width: 22px; height: 22px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/MSCOM_UpArrow_22x22_505050.png");
}
.mscom-nonjs .icon-up {
width: 22px; height: 22px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/MSCOM_UpArrow_22x22_505050.png");
}
.nofontface .icon-up {
width: 22px; height: 22px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/MSCOM_UpArrow_22x22_505050.png");
}
.mscom-styles-bold {
font-weight: bold;
}
.mscom-styles-italic {
font-style: italic;
}
.mscom-alert .mscom-alertitem {
background: 0px 0px rgb(21, 112, 166); margin: 0px auto;
}
.mscom-alert .mscom-alertitem {
color: rgb(255, 255, 255);
}
.mscom-alert .mscom-alert-description a {
color: rgb(255, 255, 255);
}
.mscom-alert .mscom-alert-description {
float: left;
}
.mscom-alert .mscom-alert-link {
float: right;
}
.mscom-alert .center .mscom-alert-description {
text-align: center; float: none;
}
.mscom-alert .mscom-alert-red {
background: 0px 0px rgb(186, 20, 26);
}
.mscom-alert .mscom-alertitem::before {
line-height: 0; clear: both; float: none; display: table; content: "";
}
.mscom-alert .mscom-alertitem::after {
line-height: 0; clear: both; float: none; display: table; content: "";
}
.mscom-alert .mscom-alert-text {
color: rgb(255, 255, 255); clear: none; margin-right: 15px; margin-left: 50px;
}
.mscom-alert .mscom-alert-close {
vertical-align: middle;
}
.lt-ie9 .mscom-alert {
min-width: 1180px;
}
.lt-ie9 .mscom-alert .mscom-alert-text {
float: left;
}
.lt-ie9 .mscom-alert .mscom-alert-close {
width: 16px; float: left;
}
a.mscom-siteIdentity:link {
color: rgb(51, 51, 51); font-size: 30px; text-decoration: none;
}
a.mscom-siteIdentity:visited {
color: rgb(51, 51, 51); font-size: 30px; text-decoration: none;
}
a.mscom-siteIdentity:active {
color: rgb(51, 51, 51); font-size: 30px; text-decoration: none;
}
a.mscom-siteIdentity:hover {
color: rgb(51, 51, 51); font-size: 30px; text-decoration: none;
}
@media screen and (max-width:539px)
{
a.mscom-siteIdentity:link {
font-size: 20px;
}
a.mscom-siteIdentity:visited {
font-size: 20px;
}
a.mscom-siteIdentity:active {
font-size: 20px;
}
a.mscom-siteIdentity:hover {
font-size: 20px;
}
}
.mscom-siteLogo {
display: inline-block;
}
.mscom-siteLogo .mscom-image {
max-width: none;
}
.lt-ie9 .mscom-siteLogo {
display: block;
}
.mscom-siteLogo-large .mscom-image {
width: 115px; height: auto; margin-top: 0.5em;
}
.lt-ie9 .mscom-siteLogo-large .mscom-image {
width: 160px; margin-top: 0px;
}
@media screen and (min-width:540px)
{
.mscom-siteLogo-large .mscom-image {
width: 160px; margin-top: 0.5em;
}
}
.mscom-siteLogo-small .mscom-image {
width: 94px; height: auto;
}
@media screen and (max-width:539px)
{
.mscom-siteIdentity {
font-size: 20px;
}
.mscom-siteLogo-small .mscom-image {
margin-top: 1em;
}
}
.mscom-search-image {
width: 20px; height: 80px;
}
.mscom-search-DropdownContainer {
width: 100%;
}
.mscom-search-NonJsDropdownContainer {
width: 100%;
}
.mscom-search-Sources {
width: 100%;
}
.mscom-search-Dropdown {
width: 100%;
}
span.mscom-search-Border {
width: 100%;
}
input.mscom-search-TextBox {
width: 100%;
}
.mscom-search-Suggestions {
width: 100%;
}
.mscom-search-history {
width: 100%;
}
.mscom-search-quick-search {
width: 100%;
}
.mscom-search span.mscom-search-Border {
border: 1px solid rgb(150, 150, 150); border-image: none; color: rgb(0, 0, 0); display: inline-block; position: relative; z-index: 998; background-color: rgb(255, 255, 255); _height: 22px;
}
.mscom-search input.mscom-search-TextBox {
padding: 2px 3px 0px 7px; outline: 0px; border: 0px currentColor; border-image: none; height: 21px; color: rgb(0, 0, 0); font-size: 0.75em; margin-top: 1px; margin-left: 3px; vertical-align: top; background-color: transparent;
}
.mscom-search input.mscom-search-Button {
margin: 3px 1px 1px 5px; border: 0px currentColor; border-image: none; top: 0px; right: 2px; overflow: hidden; font-size: 0px; vertical-align: top; position: absolute; cursor: pointer; background-color: rgb(255, 255, 255);
}
.mscom-nonjs .mscom-search input.mscom-search-Button {
right: 16px;
}
.mscom-search .mscom-search-DropdownContainer {
left: 0px; bottom: 0px; position: absolute; _position: static;
}
.mscom-search .mscom-search-DropdownArrow {
margin: 3px 3px 3px 0px; border: 0px currentColor; border-image: none; top: -60px; overflow: hidden; display: inline-block; position: absolute; cursor: pointer; max-width: none;
}
.mscom-search .mscom-search-DropdownSection {
margin: 0px; padding: 0px; width: 16px; height: 20px; overflow: hidden; display: block; position: relative;
}
.mscom-search .mscom-search-Dropdown {
left: 0px; top: 0px; bottom: 0px; font-size: 12.5px; display: none; position: absolute; _top: auto;
}
@media not all
{
.mscom-search .mscom-search-dropdown-pin {
top: 0px;
}
}
.mscom-search .mscom-search-Sources {
_position: absolute;
}
.mscom-search .mscom-search-Sources {
background: rgb(255, 255, 255); left: -1px; position: relative; z-index: 85; _left: 0;
}
.mscom-search .mscom-search-Suggestions {
background: rgb(255, 255, 255); left: -1px; position: relative; z-index: 85; _left: 0;
}
.mscom-search .mscom-search-history {
background: rgb(255, 255, 255); left: -1px; position: relative; z-index: 85; _left: 0;
}
.mscom-search .mscom-search-quick-search {
background: rgb(255, 255, 255); left: -1px; position: relative; z-index: 85; _left: 0;
}
.mscom-search .mscom-search-Sources {
border: 1px solid rgb(153, 153, 153); border-image: none;
}
.mscom-search .mscom-search-Suggestions {
border: 1px solid rgb(153, 153, 153); border-image: none;
}
.mscom-search .mscom-search-history {
border: 1px solid rgb(153, 153, 153); border-image: none;
}
.mscom-search .mscom-search-Sources ul {
_display: inline-block;
}
.mscom-search .mscom-search-Sources li {
width: 100%; padding-bottom: 1px;
}
.mscom-search .mscom-search-Sources li a {
text-align: left; overflow: hidden; padding-top: 5px; padding-bottom: 6px; padding-left: 35px; text-decoration: none; display: block; position: relative;
}
.mscom-search .mscom-search-Sources li a.selected {
background-color: rgb(237, 237, 237);
}
.mscom-search .mscom-search-Sources li a:hover {
_text-decoration: none;
}
.mscom-search .mscom-search-Sources li a:focus {
_text-decoration: none;
}
.mscom-search .mscom-search-Sources li.currentScope .mscom-search-Check {
top: -34px;
}
.mscom-search .mscom-search-Sources li .mscom-search-Check {
left: 10px; top: 30px; margin-right: 4px; vertical-align: top; display: inline-block; position: absolute; max-width: none;
}
.mscom-search .mscom-search-Sources li .mscom-search-Text {
display: table-cell; white-space: normal;
}
.mscom-search .mscom-search-Suggestions {
overflow: hidden; border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none; display: none;
}
.mscom-search .mscom-search-history {
overflow: hidden; border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none; display: none;
}
.mscom-search .mscom-search-quick-search {
overflow: hidden; border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none; display: none;
}
.mscom-search .mscom-search-Suggestions li {
padding-bottom: 1px;
}
.mscom-search .mscom-search-history li {
padding-bottom: 1px;
}
.mscom-search .mscom-search-quick-search li {
padding-bottom: 1px;
}
.mscom-search .mscom-search-Suggestions li a {
padding: 6px 5px; text-decoration: none; display: block; _overflow: hidden;
}
.mscom-search .mscom-search-history li a {
padding: 6px 5px; text-decoration: none; display: block; _overflow: hidden;
}
.mscom-search .mscom-search-Suggestions a.selected {
text-decoration: underline;
}
.mscom-search .mscom-search-history a.selected {
text-decoration: underline;
}
.mscom-search .mscom-search-Suggestions li .mscom-search-Text {
display: table-cell; _display: inline-block; _white-space: normal;
}
.mscom-search .mscom-search-history li .mscom-search-Text {
display: table-cell; _display: inline-block; _white-space: normal;
}
.mscom-search .mscom-search-Sources li.currentScope a {
font-weight: bold;
}
.mscom-search .mscom-search-Sources ul {
padding: 2px 0px 1px;
}
.mscom-search .mscom-search-Suggestions ul {
padding: 2px 0px 1px;
}
.mscom-search .mscom-search-history ul {
padding: 2px 0px 1px;
}
.mscom-search .mscom-search-Suggestions li a {
padding-left: 10px;
}
.mscom-search .mscom-search-history li a {
padding-left: 10px;
}
.mscom-search .mscom-search-Sources li a:link {
color: rgb(51, 51, 51);
}
.mscom-search .mscom-search-Sources li a:visited {
color: rgb(51, 51, 51);
}
.mscom-search .mscom-search-Suggestions li a:link {
color: rgb(51, 51, 51);
}
.mscom-search .mscom-search-Suggestions li a:visited {
color: rgb(51, 51, 51);
}
.mscom-search .mscom-search-history li a:link {
color: rgb(102, 51, 153);
}
.mscom-search .mscom-search-history li a:visited {
color: rgb(102, 51, 153);
}
.mscom-search .mscom-search-Suggestions li a:hover {
color: rgb(255, 255, 255); font-size: 12.5px; background-color: rgb(21, 112, 166);
}
.mscom-search .mscom-search-Suggestions li a:focus {
color: rgb(255, 255, 255); font-size: 12.5px; background-color: rgb(21, 112, 166);
}
.mscom-search .mscom-search-Suggestions li a:active {
color: rgb(255, 255, 255); font-size: 12.5px; background-color: rgb(21, 112, 166);
}
.mscom-search .mscom-search-Suggestions li a.selected {
color: rgb(255, 255, 255); font-size: 12.5px; background-color: rgb(21, 112, 166);
}
.mscom-search .mscom-search-Sources li a:hover {
color: rgb(255, 255, 255); font-size: 12.5px; background-color: rgb(21, 112, 166);
}
.mscom-search .mscom-search-Sources li a:focus {
color: rgb(255, 255, 255); font-size: 12.5px; background-color: rgb(21, 112, 166);
}
.mscom-search .mscom-search-Sources li a:active {
color: rgb(255, 255, 255); font-size: 12.5px; background-color: rgb(21, 112, 166);
}
.mscom-search .mscom-search-Sources li a.selected {
color: rgb(255, 255, 255); font-size: 12.5px; background-color: rgb(21, 112, 166);
}
.mscom-search .mscom-search-history li a:hover {
color: rgb(255, 255, 255); font-size: 12.5px; background-color: rgb(21, 112, 166);
}
.mscom-search .mscom-search-history li a:focus {
color: rgb(255, 255, 255); font-size: 12.5px; background-color: rgb(21, 112, 166);
}
.mscom-search .mscom-search-history li a:active {
color: rgb(255, 255, 255); font-size: 12.5px; background-color: rgb(21, 112, 166);
}
.mscom-search .mscom-search-history li a.selected {
color: rgb(255, 255, 255); font-size: 12.5px; background-color: rgb(21, 112, 166);
}
.mscom-search .mscom-search-Sources li.currentScope a:hover .mscom-search-Check {
top: -14px;
}
.mscom-search .mscom-search-Sources li.currentScope a:focus .mscom-search-Check {
top: -14px;
}
.mscom-search .mscom-search-NonJsDropdownContainer {
top: 0px; right: 2px; float: left; position: absolute;
}
.mscom-search .mscom-search-Container {
overflow: hidden; padding-right: 50px; float: none; position: relative;
}
strong {
font-weight: bold;
}
.mscom-search .mscom-search-quick-search {
border-width: medium 1px; border-style: none solid; border-color: currentColor rgb(210, 210, 210); font-size: 1em;
}
.mscom-search .mscom-search-quick-search .quick-search-item {
width: 100%; padding-top: 5px; padding-bottom: 6px; padding-left: 5px; border-bottom-color: rgb(210, 210, 210); border-bottom-width: 1px; border-bottom-style: solid; display: table; cursor: pointer;
}
.mscom-search .mscom-search-quick-search .quick-search-thumbnail img {
width: 100%; height: auto;
}
.mscom-search .mscom-search-quick-search .quick-search-thumbnail img.error {
display: none;
}
.mscom-search .mscom-search-quick-search .quick-search-item .quick-search-thumbnail {
width: 45px; padding-top: 5px; vertical-align: top; display: table-cell;
}
.mscom-search .mscom-search-quick-search .quick-search-item .quick-search-caption {
padding-right: 10px; padding-left: 10px; vertical-align: top; display: table-cell;
}
.mscom-search .mscom-search-quick-search .quick-search-item .quick-search-caption p {
line-height: 1.35em; padding-right: 5px; font-size: 0.75em;
}
.mscom-search .mscom-search-quick-search .quick-search-links {
padding-top: 5px; padding-bottom: 5px; font-size: 0.75em;
}
.mscom-search .mscom-search-quick-search .quick-search-links a {
color: rgb(18, 65, 145); line-height: 1.2em; font-weight: bold;
}
.mscom-search .mscom-search-quick-search .quick-search-links li {
line-height: 1.5em;
}
.mscom-search .mscom-search-quick-search .quick-search-item h3 {
text-transform: uppercase; line-height: 1.23em; font-size: 0.82em; font-weight: bold; margin-bottom: 5px; display: block;
}
.mscom-search .mscom-search-quick-search .selected.quick-search-item {
color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(21, 112, 166);
}
.mscom-search .mscom-search-quick-search .quick-search-item:hover {
color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(21, 112, 166);
}
.mscom-search .mscom-search-quick-search .quick-search-item:focus {
color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(21, 112, 166);
}
.mscom-search .mscom-search-quick-search .quick-search-item:active {
color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(21, 112, 166);
}
.mscom-search .mscom-search-quick-search .selected.quick-search-item a {
color: rgb(255, 255, 255);
}
.mscom-search .mscom-search-quick-search .selected.quick-search-item h3 {
color: rgb(255, 255, 255);
}
.mscom-search .mscom-search-quick-search .selected.quick-search-item p {
color: rgb(255, 255, 255);
}
.mscom-search .mscom-search-quick-search .quick-search-item:hover a {
color: rgb(255, 255, 255);
}
.mscom-search .mscom-search-quick-search .quick-search-item:hover h3 {
color: rgb(255, 255, 255);
}
.mscom-search .mscom-search-quick-search .quick-search-item:hover p {
color: rgb(255, 255, 255);
}
.mscom-search .mscom-search-quick-search .quick-search-item:focus a {
color: rgb(255, 255, 255);
}
.mscom-search .mscom-search-quick-search .quick-search-item:focus h3 {
color: rgb(255, 255, 255);
}
.mscom-search .mscom-search-quick-search .quick-search-item:focus p {
color: rgb(255, 255, 255);
}
.mscom-search .mscom-search-quick-search .quick-search-item:active a {
color: rgb(255, 255, 255);
}
.mscom-search .mscom-search-quick-search .quick-search-item:active h3 {
color: rgb(255, 255, 255);
}
.mscom-search .mscom-search-quick-search .quick-search-item:active p {
color: rgb(255, 255, 255);
}
.mscom-accountcontrol-container {
display: inline-block; position: relative;
}
a.mscom-account-text {
border-width: 1px; border-style: solid solid none; border-color: rgb(255, 255, 255); border-image: none; position: relative; z-index: 1000; background-color: rgb(255, 255, 255);
}
.selected a.mscom-account-text {
border-color: rgb(224, 224, 224);
}
.mscom-account-text a {
padding: 0px 5px; color: rgb(0, 114, 198); font-size: 13px; text-decoration: none;
}
.mscom-account-text a:link {
padding: 0px 5px; color: rgb(0, 114, 198); font-size: 13px; text-decoration: none;
}
.mscom-account-text a:visited {
padding: 0px 5px; color: rgb(0, 114, 198); font-size: 13px; text-decoration: none;
}
.mscom-account-text a:active {
padding: 0px 5px; color: rgb(0, 114, 198); font-size: 13px; text-decoration: none;
}
.mscom-account-text a:hover {
padding: 0px 5px; color: rgb(0, 114, 198); font-size: 13px; text-decoration: none;
}
a.mscom-account-text {
padding: 0px 5px; color: rgb(0, 114, 198); font-size: 13px; text-decoration: none;
}
a.mscom-account-text:link {
padding: 0px 5px; color: rgb(0, 114, 198); font-size: 13px; text-decoration: none;
}
a.mscom-account-text:visited {
padding: 0px 5px; color: rgb(0, 114, 198); font-size: 13px; text-decoration: none;
}
a.mscom-account-text:active {
padding: 0px 5px; color: rgb(0, 114, 198); font-size: 13px; text-decoration: none;
}
a.mscom-account-text:hover {
padding: 0px 5px; color: rgb(0, 114, 198); font-size: 13px; text-decoration: none;
}
a.mscom-account-viewonelink {
display: block;
}
a.mscom-account-link {
display: block;
}
a.mscom-account-viewonelink::after {
color: rgb(0, 0, 0); padding-left: 2px; font-size: 0.55em; margin-left: 0.35em; content: "?";
}
a.mscom-account-link::after {
color: rgb(0, 0, 0); padding-left: 2px; font-size: 0.55em; margin-left: 0.35em; content: "?";
}
.mscom-accountPosition {
position: relative; z-index: 999;
}
div.mscom-account {
padding: 10px; border: 1px solid rgb(224, 224, 224); border-image: none; top: -1px; width: 150px; right: 0px; display: none; position: absolute; z-index: 998; background-color: rgb(255, 255, 255);
}
.mscom-account-items {
padding: 10px;
}
.mscom-accountcontrol-container {
display: none;
}
.selected .mscom-account-items {
display: block;
}
.mscom-account-viewone-items a {
background: rgb(21, 112, 166); padding: 0.5em 0.8em; color: rgb(255, 255, 255); text-decoration: none; border-bottom-color: rgb(255, 255, 255); border-bottom-width: 1px; border-bottom-style: solid; display: block;
}
a.mscom-account-viewonelink {
display: block;
}
.mscom-accountcontrol-viewone {
display: none;
}
@media screen and (min-width:540px)
{
.mscom-accountcontrol-container {
display: block;
}
a.mscom-account-viewonelink {
display: none;
}
.mscom-header-search-section {
display: block !important;
}
}
.mscom-signinout {
margin-left: 10px;
}
.mscom-signinout #idPPScarab {
color: rgb(0, 114, 198); font-size: 13px; display: block;
}
.mscom-signinout .mstHdr_userprofiletileimage {
width: 22px; height: 22px; margin-left: 12px;
}
.mscom-signinout #idPPScarab:hover {
text-decoration: none;
}
.mscom-signinout #idPPScarab:active {
text-decoration: none;
}
.mscom-header {
/* changed the header bottom border to blue*/
/*border-bottom-color: rgb(238, 238, 238);*/
border-bottom-color: rgb(0, 163, 238);
border-bottom-width: 0.3em;
border-bottom-style: solid;
}
.mscom-header::after {
clear: both; display: block;
}
.mscom-header .mscom-header-row-1 {
margin-top: 2px; margin-bottom: 0.3em;
}
.mscom-header .mscom-header-row-2 {
margin-bottom: 0.3em;
}
.mscom-header .mscom-header-section-1-1 {
min-height: 1px;
}
.mscom-header .mscom-header-section-1-2-2 {
margin-left: 0.5em;
}
.mscom-header .mscom-header-section-2-2 {
font-size: 1.5em;
}
.mscom-header .mscom-header-section-2-2 .mscom-show-navtoggle-text .screen-reader-text {
margin: 5% 0.2em auto auto; width: auto; height: auto; font-size: 80%; float: left; position: relative;
}
.mscom-header .mscom-header-section-2-2 a.mscom-header-navtogglelink:hover {
text-decoration: none;
}
.mscom-header .mscom-header-section-2-2 a.mscom-header-searchtogglelink:hover {
text-decoration: none;
}
.mscom-header .mscom-header-section-2-4 {
width: 100%; margin-top: 0.5em;
}
.mscom-header .mscom-header-section-2-4 .span {
margin-left: 0px;
}
.mscom-header .mscom-header-searchtogglelink {
width: 1.25em; height: 1.25em; overflow: hidden; margin-left: 0.62em; display: inline-block; position: relative;
}
.mscom-header .mscom-header-searchtogglelink img {
top: 0px; position: relative;
}
.mscom-header .mscom-header-navtogglelink img {
width: 1.25em; height: 1.25em;
}
.mscom-header .row-fluid .mscom-header-nav-section {
}
.mscom-header {
margin-top: 1em;
}
.mscom-header .mscom-header-section-2-4 {
width: 80%;
}
@media screen and (min-width:540px)
{
.mscom-header-nav-section {
display: block !important;
}
}
@media screen and (max-width:539px)
{
.mscom-header .mscom-header-row-2 .mscom-header-section-2-3 {
margin-left: 0px;
}
.mscom-header .span.mscom-header-search-section {
margin-left: 0px;
}
.mscom-header .row-fluid .mscom-header-nav-section {
display: none;
}
.mscom-header .row-fluid .mscom-header-show-nav-section {
display: block;
}
.mscom-header .mscom-header-section-2-4 {
width: 100%;
}
.mscom-header {
margin-top: 0px;
}
}
.lt-ie9 .mscom-header {
min-width: 1180px;
}
.mscom-header .mscom-findstorelink {
color: rgb(21, 112, 166);
}
.mscom-header .mscom-header-storelink-section {
line-height: 2.5em;
}
.lt-ie9 .mscom-header .mscom-header-storelink-section {
line-height: 1em;
}
.mscom-header .mscom-header-storelink-section-topbar {
font-size: 14.4px;
}
.mscom-header .mscom-findstorelink:hover {
color: rgb(8, 48, 71); text-decoration: underline;
}
@media screen and (max-width:539px)
{
.mscom-header .mscom-header-row-0 {
background-color: rgb(238, 238, 238);
}
.CMSvNextComp .mscom-header {
margin-top: 0px;
}
.mscom-header .mscom-header-section-1-1 {
width: 0%;
}
.mscom-header .mscom-header-section-1-2 {
width: 96%;
}
.mscom-header .mscom-header-storelink-section-topbar {
padding-right: 2%;
}
}
.navIe7 {
}
.mscom-nav .mscom-nav-container {
margin: 0px 0px 0px -0.93em;
}
.mscom-nav .mscom-navitem {
display: inline-block;
}
.mscom-nav .selected {
background: rgb(238, 238, 238);
}
.mscom-nav .mscom-nav-item-link {
padding: 0px 0.93em; color: rgb(26, 26, 26); font-size: 1em; text-decoration: none;
}
.mscom-nav .mscom-nav-item-link:hover {
color: rgb(0, 96, 166); text-decoration: none;
}
.mscom-nav .mscom-nav-item-flyout-link-icon::after {
font-family: "wf_icons_normal"; font-size: 0.68em; margin-left: 0.35em; content: "?";
}
.mscom-nav .mscom-nav-flyout {
left: 0px; width: 100%; border-left-color: currentColor; border-left-width: medium; border-left-style: none; display: none; position: absolute; z-index: 996; opacity: 1; background-color: rgb(238, 238, 238);
}
.lt-ie8 .top-level-link:focus {
text-decoration: none;
}
.mscom-nav .mscom-nav-flyout .mscom-nav-layout {
margin: 0px auto; padding: 1.35em 0px; width: 96%; max-width: 1180px;
}
.mscom-nav .mscom-nav-layout li {
margin: 0px 0px 0.7em; font-size: 0.9em; display: block;
}
.mscom-nav .mscom-nav-layout li.heading {
margin: 0px 0px 1.35em; font-size: 1em; font-weight: normal;
}
.mscom-nav .mscom-nav-layout li a {
color: rgb(21, 112, 166); text-decoration: none;
}
.mscom-nav .mscom-nav-layout li a:hover {
height: 100%; color: rgb(8, 48, 71); text-decoration: underline;
}
.mscom-nav .mscom-nav-flyout .mscom-nav-linklayout-horizontal ul li {
padding: 0px 0.93em; display: inline-block;
}
.mscom-nav .mscom-nav-flyout .mscom-nav-linklayout-horizontal ul li:first-child {
padding-left: 0px;
}
@media screen and (min-width:540px)
{
.mscom-nav .mscom-nav-item-link {
line-height: 2.5em;
}
.mscom-nav li.mscom-navitem-keyline {
margin-bottom: -4px; border-bottom-color: rgb(21, 112, 166); border-bottom-width: 0.3em; border-bottom-style: solid;
}
.mscom-nav .mscom-nav-layout ul {
margin-bottom: 2.5em;
}
.mscom-nav .mscom-nav-imagelayout li a {
color: transparent; line-height: 0; font-size: 0px;
}
}
@media screen and (max-width:539px)
{
.mscom-nav .mscom-nav-container {
margin: 0px; background-color: rgb(21, 112, 166);
}
.mscom-nav .mscom-nav-container a {
color: rgb(255, 255, 255); font-size: 1em; text-decoration: none !important;
}
.mscom-nav .selected {
background: rgb(8, 48, 71);
}
.mscom-nav .mscom-nav-flyout {
width: auto; border-left-color: rgb(8, 48, 71); border-left-width: 0.5em; border-left-style: solid; position: relative; background-color: rgb(21, 112, 166);
}
.mscom-nav .mscom-nav-flyout .mscom-nav-layout {
padding: 0px;
}
.mscom-nav .mscom-nav-flyout .mscom-nav-layout div.span {
margin: 0px !important; width: 100% !important;
}
.mscom-nav .mscom-navitem {
display: block;
}
.mscom-nav .mscom-nav-item-link {
display: block;
}
.mscom-nav .mscom-nav-flyout .mscom-nav-layout li a {
display: block;
}
.mscom-nav .mscom-nav-flyout .mscom-nav-linklayout-horizontal ul li {
display: block;
}
.mscom-nav .mscom-nav-flyout .mscom-nav-layout li {
margin: 0px;
}
.mscom-nav .mscom-nav-flyout .mscom-nav-layout li.heading {
display: none;
}
.mscom-nav .mscom-nav-layout li {
font-size: 1em;
}
.mscom-nav .mscom-nav-item-link:hover {
color: rgb(255, 255, 255); background-color: rgb(8, 48, 71);
}
.mscom-nav .mscom-nav-layout li a:hover {
color: rgb(255, 255, 255); background-color: rgb(8, 48, 71);
}
.mscom-nav .mscom-nav-item-link {
padding: 0.5em 0.8em; color: rgb(255, 255, 255); border-bottom-color: rgb(255, 255, 255); border-bottom-width: 1px; border-bottom-style: solid; display: block;
}
.mscom-nav .mscom-nav-flyout .mscom-nav-layout li a {
padding: 0.5em 0.8em; color: rgb(255, 255, 255); border-bottom-color: rgb(255, 255, 255); border-bottom-width: 1px; border-bottom-style: solid; display: block;
}
.mscom-nav .mscom-nav-flyout .mscom-nav-linklayout-horizontal ul li {
padding: 0px; display: block;
}
.mscom-nav .mscom-nav-flyout .mscom-nav-imagelayout a img {
display: none;
}
}
.lt-ie8 .mscom-nav-item-flyout-link-icon {
width: 8px; height: 5px; margin-bottom: 5px; margin-left: 0.35em; display: inline-block; background-image: url("CMSImages/Caret_Gray.png?version=07593BEE-0203-BA88-C4A8-AD16F380F02A");
}
.nofontface .mscom-nav-item-flyout-link-icon {
width: 8px; height: 5px; margin-bottom: 5px; margin-left: 0.35em; display: inline-block; background-image: url("CMSImages/Caret_Gray.png?version=07593BEE-0203-BA88-C4A8-AD16F380F02A");
}
.lt-ie8 .mscom-nav-item-link:hover .mscom-nav-item-flyout-link-icon {
background-image: url("CMSImages/Caret_Blue.png?version=32461B33-0296-96C1-2625-042C56BFCF9A");
}
.nofontface .mscom-nav-item-link:hover .mscom-nav-item-flyout-link-icon {
background-image: url("CMSImages/Caret_Blue.png?version=32461B33-0296-96C1-2625-042C56BFCF9A");
}
.CMSvNextComp div.mscom-locale-flyout {
margin: 0px auto; display: none; max-width: 1180px;
}
.mscom-footer {
/*background-color: rgb(238, 238, 238);*/
background-color: rgb(0, 163, 238);
}
.mscom-footer .mscom-footer-row-1 {
/* was*/
/* padding-top: 2.5%*/
padding-top: 1em;
padding-bottom: 1em;
}
.mscom-footer .mscom-footer-row-2 {
padding-top: 1em;
}
.mscom-footer .mscom-footer-row-3 {
/*padding-bottom: 0.85%;*/
padding-bottom:.5em;
}
.mscom-footer a {
/*color: rgb(21, 112, 166);*/
color: rgb(238, 238, 238) !important;
font-size: 0.9em;
}
.mscom-footer a:focus {
color: rgb(8, 48, 71);
}
.mscom-footer a:hover {
color: rgb(8, 48, 71);
}
.mscom-footer .heading {
/*font-size: 1em;*/
font-size:13px;
color: rgb(238, 238, 238) !important;
font-weight: bold;
margin-bottom: 0.65em;
}
.mscom-footer ul {
margin-top: 1.5em;
}
.mscom-footer li {
margin: 0px 0px 0.25em;
line-height: 1.25;
/*font-size: 1em;*/
font-size:13px;
display: block;
}
.mscom-footer .mscom-footer-productlist li {
margin-bottom: 0.75em;
}
.mscom-footer .mscom-footer-productlist a {
color: rgb(26, 26, 26);
font-size: 1em;
}
.mscom-footer .mscom-footer-productlist img {
width: 26px; height: 26px; margin-right: 10px; margin-bottom: -0.45em; display: inline-block;
}
.mscom-footer .mscom-footer-localepicker {
margin-bottom: 1.5em;
}
.mscom-footer .mscom-footer-localepicker span.icon-globe {
top: -0.22em; line-height: 1.5em; font-size: 1.5em; text-decoration: none; margin-right: 10px; float: left; position: relative;
}
.mscom-footer .mscom-footer-defaultlink li {
margin-right: 1.5em; display: inline-block;
}
.mscom-footer .mscom-footer-defaultlink li a {
}
.mscom-footer .mscom-footer-defaultlink .heading {
font-size: 0.81em;
}
.mscom-footer .mscom-footer-productlist {
margin-bottom: 1em;
}
.mscom-footer .mscom-footer-mslogo img {
width: 85px; height: 16px;
}
.mscom-footer .mscom-footer-defaultlink ul:first-child {
margin-top: 0px;
}
@media screen and (min-width:540px)
{
.mscom-footer .mscom-footer-defaultlink li {
margin-right: 2%;
}
.mscom-footer ul:first-child {
margin-top: 0px;
}
}
@media screen and (max-width:900px)
{
.mscom-footer .mscom-footer-row-2 {
padding-bottom: 0.7em;
}
}
@media screen and (min-width:900px)
{
.mscom-footer .mscom-footer-mslogo {
text-align: right;
}
.mscom-footer .mscom-footer-defaultlink {
text-align: right;
}
.mscom-footer .mscom-footer-localepicker {
margin-bottom: 0px;
}
.mscom-footer .mscom-footer-productlist {
margin-bottom: 0px;
}
.mscom-footer .mscom-footer-defaultlink li {
margin-right: 0px; margin-left: 2%;
}
.mscom-footer .mscom-footer-defaultlink li:first-child {
margin-left: 0px;
}
}
.lt-ie9 .mscom-footer {
min-width: 1180px;
}
.lt-ie9 .mscom-footer .mscom-footer-mslogo {
text-align: right;
}
.lt-ie9 .mscom-footer .mscom-footer-defaultlink {
text-align: right;
}
.lt-ie9 .mscom-footer .mscom-footer-defaultlink li {
margin-right: 0px; margin-left: 2%;
}
.lt-ie9 .mscom-footer .mscom-footer-defaultlink li:first-child {
margin-left: 0px;
}
.lt-ie8 .mscom-footer .mscom-footer-localepicker span.icon-globe {
}
.features {
clear: both;
}
.features p {
font-size: 0.9em; margin-bottom: 0px;
}
.features img {
width: 41%; margin-top: 0.25em; margin-right: 4%; float: left;
}
.features .span {
margin-bottom: 3%;
}
.features a {
transition:color 0.35s ease-in; -webkit-transition: color .35s ease-in; -moz-transition: color .35s ease-in; -o-transition: color .35s ease-in;
}
.features a img {
transition:opacity 0.35s ease-in; -webkit-transition: opacity .35s ease-in; -moz-transition: opacity .35s ease-in; -o-transition: opacity .35s ease-in;
}
.features a:hover {
transition:color 0.15s ease-in; -webkit-transition: color .15s ease-in; -moz-transition: color .15s ease-in; -o-transition: color .15s ease-in;
}
.features a img:hover {
transition:opacity 0.15s ease-in; text-decoration: none; -webkit-transition: opacity .15s ease-in; -moz-transition: opacity .15s ease-in; -o-transition: opacity .15s ease-in;
}
.features a:hover img {
opacity: 0.85;
}
.features a img:hover img {
opacity: 0.85;
}
@media screen and (min-width:680px)
{
.features img {
margin: 0px 0px 0.25em; width: 100%; padding-top: 0px; float: none;
}
.features p {
margin-bottom: 1.5em;
}
}
.cssanimations .features {
animation:fadeIn 1.5s; -webkit-animation: fadeIn; -moz-animation: fadeIn; -o-animation: fadeIn; -webkit-animation-duration: 1.5s; -moz-animation-duration: 1.5s; -o-animation-duration: 1.5s;
}
.cssanimations .mscom-pivot-flyout .list-of-links {
animation:IE11FixfadeIn 1.51s;
}
.cssanimations .features .grid-unit {
animation:slideIn; position: relative; -webkit-animation: slideIn; -moz-animation: slideIn; -o-animation: slideIn;
}
.features :nth-of-type(1).grid-unit {
animation-duration: 0.225s; -webkit-animation-duration: .225s; -moz-animation-duration: .225s; -o-animation-duration: .225s;
}
.features :nth-of-type(2).grid-unit {
animation-duration: 0.45s; -webkit-animation-duration: .45s; -moz-animation-duration: .45s; -o-animation-duration: .45s;
}
.features :nth-of-type(3).grid-unit {
animation-duration: 0.675s; -webkit-animation-duration: .675s; -moz-animation-duration: .675s; -o-animation-duration: .675s;
}
.features :nth-of-type(4).grid-unit {
animation-duration: 0.9s; -webkit-animation-duration: .9s; -moz-animation-duration: .9s; -o-animation-duration: .9s;
}
.lt-ie9 .features img {
margin: 0px 0px 0.25em; width: 100%; padding-top: 0px; float: none;
}
.color-box.features li {
margin-bottom: 3%; background-color: rgb(21, 112, 166);
}
.color-box.features li a p {
margin: 0.5em 1em;
}
.color-box.features li img {
margin-top: 0px;
}
.color-box.features li a {
color: rgb(255, 255, 255);
}
@media screen and (min-width:680px)
{
.color-box.features li a p {
margin: -4px auto 0.65em; width: 92%;
}
}
.slideshow-news {
transition:background 0.2s ease-in; width: 100%; margin-bottom: 1em; float: left; display: block; background-color: rgba(0, 0, 0, 0.16); -webkit-transition: background .2s ease-in; -moz-transition: background .2s ease-in; -o-transition: background .2s ease-in;
}
.slideshow-news::after {
clear: both; display: table; content: "";
}
.slideshow-news:hover {
text-decoration: none; background-color: rgba(0, 0, 0, 0.26);
}
.slideshow-news a {
overflow: hidden;
}
.slideshow-news .prev-next {
display: none;
}
.slideshow-news li {
display: block;
}
.slideshow-news a {
padding: 1em; border: 1px solid transparent; border-image: none; text-decoration: none; display: block; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
.slideshow-news img {
margin: 0px 1.5em 0px 0px; float: left; max-width: 130px;
}
.slideshow-news a .pubdate {
margin-right: 0.2em;
}
.slideshow-news .title {
margin: 0px; line-height: 1.4em; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 1.16em; font-weight: 300; display: block;
}
.mac .slideshow-news .title {
-webkit-font-smoothing: subpixel-antialiased;
}
.slideshow-news p {
line-height: 1.6em; margin-bottom: 0px; _color: #1a1a1a;
}
@media screen and (min-width:560px)
{
.slideshow-news .title {
font-size: 1.5em;
}
.slideshow-news a {
padding: 1.75em;
}
.slideshow-news .widget-title {
display: none;
}
}
@media screen and (min-width:600px)
{
.slideshow-news img {
max-width: 150px;
}
}
@media screen and (min-width:900px)
{
.slideshow-news {
margin-bottom: 0px;
}
}
.lt-ie9 .slideshow-news .title {
color: rgb(255, 255, 255); font-size: 1.5em;
}
.lt-ie9 .slideshow-news .widget-title {
display: none;
}
.lt-ie9 .slideshow-news img {
width: 150px; height: 112px; max-width: 150px;
}
.lt-ie8 .slideshow-news {
background-color: rgb(13, 105, 141);
}
.lt-ie9.mscom-nonjs .slideshow-news {
background-color: rgb(255, 255, 255) !important;
}
.lt-ie9.mscom-nonjs .slideshow-news .title {
color: rgb(0, 0, 0);
}
.iem7 .slideshow-news {
float: none;
}
.iem9 .slideshow-news {
float: none;
}
.lt-ie8 .slideshow-news {
float: none;
}
.mscom-pivot .mscom-pivot-item {
display: inline-block;
}
.mscom-pivot .mscom-pivot-item-link {
padding: 0px 0.93em; color: rgb(26, 26, 26); font-size: 1em; text-decoration: none;
}
.mscom-pivot .mscom-pivot-item-link:hover {
color: rgb(0, 96, 166); text-decoration: none;
}
.mscom-pivot .selected .mscom-pivot-flyout {
display: block;
}
.mscom-pivot-nav .mscom-pivot-container {
margin: 0px 0px 0px -0.93em;
}
.mscom-pivot-nav .selected {
background: rgb(238, 238, 238);
}
.mscom-pivot-nav .mscom-pivot-item-flyout-link::after {
font-size: 0.55em; margin-left: 0.35em; content: "?";
}
.mscom-pivot-nav .mscom-pivot-flyout {
left: 0px; width: 100%; border-left-color: currentColor; border-left-width: medium; border-left-style: none; display: none; position: absolute; z-index: 996; opacity: 1; background-color: rgb(238, 238, 238);
}
.mscom-pivot-nav .mscom-pivot-flyout .mscom-nav-layout {
margin: 0px auto; padding: 1.35em 0px; max-width: 1180px;
}
.mscom-pivot-nav .mscom-nav-layout li {
margin: 0px 0px 0.7em; font-size: 0.9em; display: block;
}
.mscom-pivot-nav .mscom-nav-layout li.heading {
margin: 0px 0px 1.35em; font-size: 1em; font-weight: normal;
}
.mscom-pivot-nav .mscom-nav-layout li a {
color: rgb(21, 112, 166); text-decoration: none;
}
.mscom-pivot-nav .mscom-nav-layout li a:hover {
height: 100%; color: rgb(8, 48, 71); text-decoration: underline;
}
.mscom-pivot-nav .mscom-pivot-flyout .mscom-nav-linklayout-horizontal ul li {
padding: 0px 0.93em; display: inline-block;
}
.mscom-pivot-nav .mscom-pivot-flyout .mscom-nav-linklayout-horizontal ul li:first-child {
padding-left: 0px;
}
@media screen and (min-width:540px)
{
.mscom-pivot-nav .mscom-pivot-item-link {
line-height: 2.5em;
}
.mscom-pivot-nav .mscom-nav-layout ul {
margin-bottom: 2.5em;
}
.mscom-pivot-nav .mscom-nav-imagelayout li a {
color: transparent; line-height: 0; font-size: 0px;
}
}
@media screen and (max-width:539px)
{
.mscom-pivot-nav .mscom-pivot-container {
margin: 0px; background-color: rgb(21, 112, 166);
}
.mscom-pivot-nav .mscom-pivot-container a {
color: rgb(255, 255, 255); font-size: 1em; text-decoration: none !important;
}
.mscom-pivot-nav .selected {
background: rgb(8, 48, 71);
}
.mscom-pivot-nav .mscom-pivot-flyout {
width: auto; border-left-color: rgb(8, 48, 71); border-left-width: 0.5em; border-left-style: solid; position: relative; background-color: rgb(21, 112, 166);
}
.mscom-pivot-nav .mscom-pivot-flyout .mscom-nav-layout {
padding: 0px;
}
.mscom-pivot-nav .mscom-pivot-flyout .mscom-nav-layout div.span {
margin: 0px !important; width: 100% !important;
}
.mscom-pivot-nav .mscom-pivot-item {
display: block;
}
.mscom-pivot-nav .mscom-pivot-item-link {
display: block;
}
.mscom-pivot-nav .mscom-pivot-flyout .mscom-nav-layout li a {
display: block;
}
.mscom-pivot-nav .mscom-pivot-flyout .mscom-nav-linklayout-horizontal ul li {
display: block;
}
.mscom-pivot-nav .mscom-pivot-flyout .mscom-nav-layout li {
margin: 0px;
}
.mscom-pivot-nav .mscom-pivot-flyout .mscom-nav-layout li.heading {
display: none;
}
.mscom-pivot-nav .mscom-pivot-layout li {
font-size: 1em;
}
.mscom-pivot-nav .mscom-pivot-item-link:hover {
color: rgb(255, 255, 255); background-color: rgb(8, 48, 71);
}
.mscom-pivot-nav .mscom-nav-layout li a:hover {
color: rgb(255, 255, 255); background-color: rgb(8, 48, 71);
}
.mscom-pivot-nav .mscom-pivot-item-link {
padding: 0.5em 0.8em; color: rgb(255, 255, 255); border-bottom-color: rgb(255, 255, 255); border-bottom-width: 1px; border-bottom-style: solid; display: block;
}
.mscom-pivot-nav .mscom-pivot-flyout .mscom-nav-layout li a {
padding: 0.5em 0.8em; color: rgb(255, 255, 255); border-bottom-color: rgb(255, 255, 255); border-bottom-width: 1px; border-bottom-style: solid; display: block;
}
.mscom-pivot-nav .mscom-pivot-flyout .mscom-nav-linklayout-horizontal ul li {
padding: 0px; display: block;
}
.mscom-pivot-nav .mscom-pivot-flyout .mscom-nav-imagelayout a img {
display: none;
}
}
.mscom-pivot-tab .mscom-pivot-flyout .mscom-pivot-tab-layout a:hover .mscom-pivot-text {
text-decoration: underline;
}
.mscom-pivot-tab .mscom-pivot-flyout a:active .mscom-pivot-text {
text-decoration: underline;
}
.mscom-pivot-tab .mscom-pivot-flyout .mscom-pivot-tab-layout .mscom-pivot-text {
color: rgb(21, 112, 166); font-size: 0.9em;
}
.mscom-pivot-tab .mscom-pivot-flyout {
left: 0px; width: 100%; border-left-color: currentColor; border-left-width: medium; border-left-style: none; display: none; opacity: 1;
}
.mscom-pivot-tab .mscom-pivot-item-flyout-link {
margin: 0px 0px 0.7em; padding: 0.1em 1%; border: 1px solid transparent; border-image: none; font-size: 1em; text-decoration: none; display: inline-block; position: relative;
}
.mscom-pivot-tab a.selected {
color: rgb(255, 255, 255); background-color: rgb(21, 112, 166);
}
.mscom-pivot-tab .selected .mscom-pivot-item-flyout-link {
color: rgb(255, 255, 255); background-color: rgb(21, 112, 166);
}
.mscom-pivot-tab a.selected:hover {
color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(8, 48, 71);
}
.mscom-pivot-tab .selected .mscom-pivot-item-flyout-link:hover {
color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(8, 48, 71);
}
.mscom-pivot-tab .mscom-pivot-item-flyout-link:hover {
text-decoration: none;
}
.mscom-pivot-tab .mscom-pivot-item-flyout-link:active {
text-decoration: none;
}
@media screen and (max-width:680px)
{
.mscom-pivot-tab .mscom-pivot-flyout .mscom-pivot-tab-layout .mscom-pivot-image img {
width: 95%;
}
.mscom-pivot-tab .mscom-pivot-flyout .mscom-pivot-tab-layout .row-fluid .span {
margin-bottom: 0.2em;
}
}
.grid-container {
background-position: center; width: 96%; margin-right: auto; margin-left: auto; max-width: 1180px; background-repeat: no-repeat;
}
.row-padded {
padding-top: 1.5em; padding-bottom: 1.5em;
}
.row-padded-top {
padding-top: 1.5em;
}
.row-padded-bottom {
padding-bottom: 1.5em;
}
.border-top {
border-top-color: rgb(238, 238, 238); border-top-width: 1px; border-top-style: solid;
}
.border-bottom {
border-bottom-color: rgb(238, 238, 238); border-bottom-width: 1px; border-bottom-style: solid;
}
.row-cool-gray-3 {
background: rgb(210, 210, 210);
}
.row-grey {
background: rgb(238, 238, 238);
}
.row-blue {
background: rgb(21, 112, 166);
}
.row-blue {
color: rgb(255, 255, 255);
}
.row-blue h1 {
color: rgb(255, 255, 255);
}
.row-blue h2 {
color: rgb(255, 255, 255);
}
.row-blue h3 {
color: rgb(255, 255, 255);
}
.row-blue h4 {
color: rgb(255, 255, 255);
}
.row-blue a {
color: rgb(255, 255, 255);
}
.row-blue a:hover {
color: rgb(255, 255, 255);
}
.row-blue a:focus {
color: rgb(255, 255, 255);
}
@media screen and (min-width:540px)
{
.row-padded {
padding-top: 2.5%; padding-bottom: 2.5%;
}
.row-padded-top {
padding-top: 2.5%;
}
.row-padded-bottom {
padding-bottom: 2.5%;
}
}
body.lt-ie9 {
min-width: 1180px;
}
.lt-ie9 .grid-container .col-flow-opposite {
float: right;
}
.lt-ie9 .row-padded {
padding-top: 3em; padding-bottom: 3em;
}
.lt-ie9 .row-padded-top {
padding-top: 3em;
}
.lt-ie9 .row-padded-bottom {
padding-bottom: 3em;
}
html[dir='rtl'].iem7 {
direction: ltr;
}
html[dir='rtl'].iem9 {
direction: ltr;
}
html[dir='rtl'].iem7 form {
direction: rtl;
}
html[dir='rtl'].iem9 form {
direction: rtl;
}
html[dir='rtl'].iem7 .grid-row .grid-unit {
float: none;
}
html[dir='rtl'].iem7 .grid-row .col-flow-opposite {
float: none;
}
html[dir='rtl'].iem7 .grid-row .col-flow-opposite {
float: none;
}
html[dir='rtl'].iem7 .grid-container .col-flow-opposite {
float: none;
}
html[dir='rtl'].iem7 .grid-row .grid-unit {
clear: both;
}
@media screen and (min-width:900px)
{
.row--padded-right-1-4 .grid-row {
width: 74.5%; padding-right: 24.5%;
}
.grid-row.row--padded-right-1-4 {
width: 74.5%; padding-right: 24.5%;
}
.row--padded-left-1-4 .grid-row {
width: 74.5%; padding-left: 24.5%;
}
.grid-row.row--padded-left-1-4 {
width: 74.5%; padding-left: 24.5%;
}
.row--padded-right-1-3 .grid-row {
width: 66%; padding-right: 34%;
}
.grid-row.row--padded-right-1-3 {
width: 66%; padding-right: 34%;
}
.row--padded-left-1-3 .grid-row {
width: 66%; padding-left: 34%;
}
.grid-row.row--padded-left-1-3 {
width: 66%; padding-left: 34%;
}
.row--padded-right-1-2 .grid-row {
width: 49%; padding-right: 51%;
}
.grid-row.row--padded-right-1-2 {
width: 49%; padding-right: 51%;
}
.row--padded-left-1-2 .grid-row {
width: 49%; padding-left: 51%;
}
.grid-row.row--padded-left-1-2 {
width: 49%; padding-left: 51%;
}
.row--padded-right-2-3 .grid-row {
width: 32%; padding-right: 68%;
}
.grid-row.row--padded-right-2-3 {
width: 32%; padding-right: 68%;
}
.row--padded-left-2-3 .grid-row {
width: 32%; padding-left: 68%;
}
.grid-row.row--padded-left-2-3 {
width: 32%; padding-left: 68%;
}
.row--padded-right-3-4 .grid-row {
width: 23.5%; padding-right: 76.5%;
}
.grid-row.row--padded-right-3-4 {
width: 23.5%; padding-right: 76.5%;
}
.row--padded-left-3-4 .grid-row {
width: 23.5%; padding-left: 76.5%;
}
.grid-row.row--padded-left-3-4 {
width: 23.5%; padding-left: 76.5%;
}
}
.background--right-top .grid-container {
background-position: right top; background-repeat: no-repeat;
}
.background--right-bottom .grid-container {
background-position: right bottom; background-repeat: no-repeat;
}
.background--center-top .grid-container {
background-position: top; background-repeat: no-repeat;
}
.background--center-bottom .grid-container {
background-position: bottom; background-repeat: no-repeat;
}
.background--left-bottom .grid-container {
background-position: left bottom; background-repeat: no-repeat;
}
.background--left-top .grid-container {
background-position: left top; background-repeat: no-repeat;
}
@media screen and (max-width:899px) and (min-width:0px)
{
.background--hide-small .grid-container {
background-image: none !important;
}
}
.hero {
margin: 0px auto; overflow: hidden; position: relative; max-width: 1600px;
}
.hero .slides {
margin: 0px; padding: 0px; width: 100%; display: block;
}
.hero .media {
line-height: 0; display: block;
}
.hero .media > a {
display: block;
}
.hero .text {
overflow: hidden;
}
.hero .nowrap {
white-space: nowrap;
}
.media {
background-position: center; line-height: 0; overflow: hidden; background-image: url("/CMSImages/progressIndicator40x40.gif?version=22bf30a9-5751-70e3-2c7d-7173410d2ed0"); background-repeat: no-repeat; background-color: rgb(240, 240, 240);
}
.media img {
max-width: 100%;
}
.media video {
max-width: 100%;
}
.hero .media img {
width: 166.5%; margin-left: -40%; max-width: 166.5%;
}
.hero .media video {
width: 166.5%; margin-left: -40%; max-width: 166.5%;
}
.hero-default-unmasked.hero .media img {
margin: 0px !important; width: 100%; max-width: 100%;
}
.hero-default-unmasked.hero .media video {
margin: 0px !important; width: 100%; max-width: 100%;
}
@media screen and (min-width:540px)
{
.hero .media img {
margin: 0px; width: 100%; max-width: 100%;
}
.hero .media video {
margin: 0px; width: 100%; max-width: 100%;
}
}
@media screen and (min-width:1025px)
{
.hero .media img {
margin-top: -1.87%;
}
.hero .media video {
margin-top: -1.87%;
}
}
@media screen and (min-width:1025px) and (min-height:900px)
{
.hero .media img {
margin: 0px;
}
.hero .media video {
margin: 0px;
}
}
.hero-med.hero .media img {
margin: 0px !important; width: 100%; max-width: 100%;
}
.hero-med.hero .media video {
margin: 0px !important; width: 100%; max-width: 100%;
}
.hero-full.hero .media img {
margin: 0px !important; width: 100%; max-width: 100%;
}
.hero-full.hero .media video {
margin: 0px !important; width: 100%; max-width: 100%;
}
@media screen and (min-width:680px)
{
.hero-video .box {
transition:opacity 0.2s; -webkit-transition: opacity .2s ease; -moz-transition: opacity .2s ease; -o-transition: opacity .2s ease;
}
.playing.hero-video .box {
opacity: 0;
}
.playing.hero-video:hover .hoverable .box {
opacity: 1;
}
.playing.hero-video a:focus .hoverable .box {
opacity: 1;
}
}
.slideshow-hero .navigation {
width: 100%; position: absolute; cursor: pointer;
}
.slideshow-hero .prev-next {
width: 100%; position: absolute; cursor: pointer;
}
.slideshow-hero .navigation .container {
padding: 0px 1%;
}
.slideshow-hero .prev-next .container {
padding: 0px 1%;
}
.mscom-nonjs .slideshow-hero .navigation {
display: none;
}
.mscom-nonjs .slideshow-hero .prev-next {
display: none;
}
.slideshow-hero .navigation {
text-align: right; right: 1.15em; bottom: 1em; display: none; z-index: 960; pointer-events: none;
}
.slideshow-hero .navigation a {
margin: 0px 0.07em; text-align: center; color: rgb(255, 255, 255); font-size: 2.15em; text-decoration: none; display: inline-block; position: relative; -ms-zoom: 1; pointer-events: auto; text-shadow: 0px 0px 4px rgba(0,0,0,0.15);
}
.hp-hero-nav-gray .slideshow-hero .navigation a {
color: rgb(238, 238, 238);
}
.hp-hero-nav-dark-gray .slideshow-hero .navigation a {
color: rgb(221, 221, 221);
}
.slideshow-hero .navigation a.active {
color: rgb(21, 112, 166);
}
.slideshow-hero .prev-next {
bottom: 5.25em; z-index: 970;
}
.slideshow-hero button {
background: none; padding: 0px; border: currentColor; border-image: none; height: 2em; text-align: center; color: rgb(26, 26, 26); font-size: 1.5em; display: block; position: absolute; cursor: pointer; -moz-appearance: none; -webkit-appearance: none;
}
.slideshow-hero .prev {
left: 1%; text-align: left;
}
.slideshow-hero .next {
text-align: right; right: 1%;
}
@media screen and (min-width:33.75em)
{
.slideshow-hero .prev-next {
bottom: 4.75em;
}
}
@media screen and (min-width:42.5em)
{
.slideshow-hero .navigation {
display: block;
}
.slideshow-hero .prev-next {
display: none;
}
}
.box {
background: rgb(229, 94, 30); padding: 1em 40px 10px; top: 0px; color: rgb(255, 255, 255); font-size: 0.6em; position: relative; z-index: 950; cursor: pointer; min-height: 11.8em; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
.box h3.box-title {
margin: 0.25em 0px 0.35em; color: inherit; line-height: 1em; font-size: 1.9em; display: block;
}
.box a:link {
color: inherit; cursor: pointer; pointer-events: auto;
}
.box a:visited {
color: inherit; cursor: pointer; pointer-events: auto;
}
.box a:hover {
color: inherit; cursor: pointer; pointer-events: auto;
}
.box a:active {
color: inherit; cursor: pointer; pointer-events: auto;
}
.box .box-description {
line-height: 1; padding-bottom: 1em; margin-bottom: 0px;
}
.box li.box-description {
font-size: 1.5em;
}
li.box-actions {
line-height: 1.1em; margin-right: 4%; display: inline;
}
li.box-actions a:hover {
text-decoration: underline;
}
li.box-actions span:hover {
text-decoration: underline;
}
.box .box-img img {
width: auto; margin-bottom: 0.25em; max-height: 2.5em;
}
@media screen and (min-width:33.75em)
{
.box {
margin-left: auto; min-height: 10em;
}
}
@media screen and (min-width:42.5em)
{
.hero .text {
top: 20%; width: 100%; position: absolute; pointer-events: none;
}
.hero .text-container {
margin: 0px auto; width: 96%; text-align: left; cursor: pointer; max-width: 1180px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
.heroitem .text {
cursor: pointer;
}
.hero .box-right .text-container {
text-align: right;
}
.box {
padding: 1.2em 20px; width: 26em; text-align: left; font-size: 0.65em; margin-left: 0px; display: inline-block; -ms-zoom: 1; min-height: 0px; pointer-events: auto;
}
.box .box-img img {
margin-top: 0.4em; margin-bottom: 1.4em; max-height: 2.1em;
}
.box h3.box-title {
margin: 0px 0px 2em; line-height: 1.2em;
}
.box .box-description {
padding-bottom: 0px;
}
.box li.box-description {
font-size: 1.4em;
}
.hero .text {
top: 6%;
}
.box li.box-actions {
clear: both; margin-bottom: 0.5em; display: block;
}
}
@media screen and (min-width:64.06em)
{
.box {
padding: 1.4em 25px; width: 23.43em; bottom: 3em; font-size: 0.8em;
}
.box .box-img img {
max-height: 1.85em;
}
.box h3.box-title {
margin: 0px 0px 2.5em;
}
.box li.box-description {
font-size: 1.15em;
}
li.box-actions {
left: 1.4em; right: 1.4em;
}
.hero .text {
top: 7%;
}
}
@media screen and (min-width:64.06em)
{
.hero .text {
top: 5%;
}
.box h3.box-title {
margin-bottom: 1.25em;
}
}
@media screen and (min-width:64.06em) and (min-height:768px)
{
.hero .text {
top: 6%;
}
.box {
width: 21.05em; font-size: 0.9em;
}
.box li.box-description {
font-size: 1.1em;
}
.box h3.box-title {
margin-bottom: 2em;
}
.box .box-img img {
max-height: 1.6em;
}
}
.cssanimations .slideshow-hero {
animation:fadeIn 0.1s; -webkit-animation: fadeIn; -moz-animation: fadeIn; -o-animation: fadeIn; -webkit-animation-duration: .1s; -moz-animation-duration: .1s; -o-animation-duration: .1s;
}
@media screen and (min-width:680px)
{
.cssanimations .slideshow-hero .box {
animation:slideIn 1s; position: relative; -webkit-animation: slideIn; -moz-animation: slideIn; -o-animation: slideIn; -webkit-animation-duration: 1s; -moz-animation-duration: 1s; -o-animation-duration: 1s;
}
.cssanimations .video-fade-transition .box {
animation:slideIn 1s; position: relative; -webkit-animation: slideIn; -moz-animation: slideIn; -o-animation: slideIn; -webkit-animation-duration: 1s; -moz-animation-duration: 1s; -o-animation-duration: 1s;
}
}
.lt-ie9 .hero {
-ms-zoom: 1;
}
.lt-ie9 .hero .navigation {
display: block;
}
.lt-ie9 .hero .prev-next {
bottom: 4.75em; display: none;
}
.lt-ie9 .hero .media img {
left: 0px; width: 100%; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; position: relative; -ms-interpolation-mode: bicubic; max-width: 100%;
}
.lt-ie9 .hero .text {
top: 3em; width: 100%; clear: both; position: absolute;
}
.lt-ie9 .hero .text {
top: 20%; width: 100%; position: absolute;
}
.lt-ie9 .hero .text-container {
margin: 0px auto; width: 1180px; text-align: left; box-sizing: border-box;
}
.lt-ie9 .hero .box-right .text-container {
text-align: right;
}
.lt-ie9 .box {
padding: 1.2em 20px; width: 26em; text-align: left; font-size: 0.65em; margin-left: 1%; display: inline-block; -ms-zoom: 1; min-height: 0px;
}
.lt-ie9 .box .box-img img {
height: 2.1em; margin-top: 0.4em; margin-bottom: 1.4em;
}
.lt-ie9 .box h3.box-title {
margin: 0px 0px 2em; line-height: 1.2em;
}
.lt-ie9 .box .box-description {
padding-bottom: 0px;
}
.lt-ie9 .hero .text {
top: 6%;
}
.lt-ie9 .box li.box-actions {
clear: both; margin-bottom: 0.5em; display: block;
}
.lt-ie7.mscom-nonjs .hero .media {
padding: 0px;
}
.iem7 .hero .prev-next button {
width: 1.5em;
}
@media screen and (min-width:42.5em)
{
.NarrowBox .box {
width: 21em;
}
.ShiftBoxRight .box {
margin-top: 0.5em; margin-left: 4em;
}
}
@media screen and (min-width:53.5em)
{
.ShiftBoxRight .box {
margin-top: 3em; margin-left: 8em;
}
}
@media screen and (min-width:64.06em)
{
.ShiftBoxRight .box {
margin-top: 1em; margin-left: 6em;
}
}
@media screen and (min-width:70em)
{
.ShiftBoxRight .box {
margin-top: 4em; margin-left: 8em;
}
}
@media screen and (min-width:64.06em) and (min-height:768px)
{
.ShiftBoxRight .box {
margin-top: 1em;
}
}
@media screen and (min-width:70em) and (min-height:768px)
{
.ShiftBoxRight .box {
margin-top: 2em;
}
}
@media screen and (min-width:64.06em) and (min-height:900px)
{
.ShiftBoxRight .box {
margin-top: 2em;
}
}
@media screen and (min-width:70em) and (min-height:900px)
{
.ShiftBoxRight .box {
margin-top: 3.5em;
}
}
html {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
body {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
div {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
span {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
applet {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
object {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
iframe {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
h1 {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
h2 {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
h3 {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
h4 {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
h5 {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
h6 {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
p {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
blockquote {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
pre {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
a {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
abbr {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
acronym {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
address {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
big {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
cite {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
code {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
del {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
dfn {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
em {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
img {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
ins {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
kbd {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
q {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
s {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
samp {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
small {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
strike {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
strong {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
sub {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
sup {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
tt {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
var {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
b {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
u {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
i {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
center {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
dl {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
dt {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
dd {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
ol {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
ul {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
li {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
fieldset {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
form {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
label {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
legend {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
table {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
caption {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
tbody {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
tfoot {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
thead {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
tr {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
th {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
td {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
article {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
aside {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
canvas {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
details {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
embed {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
figure {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
figcaption {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
footer {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
header {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
hgroup {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
menu {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
nav {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
output {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
ruby {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
section {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
summary {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
time {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
mark {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
audio {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
video {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
body {
line-height: 1;
}
ol {
list-style: none;
}
ul {
list-style: none;
}
table {
border-collapse: collapse; border-spacing: 0;
}
caption {
text-align: left; font-weight: normal; vertical-align: middle;
}
th {
text-align: left; font-weight: normal; vertical-align: middle;
}
td {
text-align: left; font-weight: normal; vertical-align: middle;
}
q {
quotes: none;
}
blockquote {
quotes: none;
}
q::before {
content: none;
}
q::after {
content: none;
}
blockquote::before {
content: none;
}
blockquote::after {
content: none;
}
a img {
border: currentColor; border-image: none;
}
article {
display: block;
}
aside {
display: block;
}
details {
display: block;
}
figcaption {
display: block;
}
figure {
display: block;
}
footer {
display: block;
}
header {
display: block;
}
hgroup {
display: block;
}
menu {
display: block;
}
nav {
display: block;
}
section {
display: block;
}
summary {
display: block;
}
html {
-ms-overflow-y: auto;
}
img {
height: auto; max-width: 100%;
}
video {
height: auto; max-width: 100%;
}
.lt-ie9 img {
-ms-zoom: 1; -ms-interpolation-mode: bicubic;
}
.list-of-links {
float: none;
}
.list-of-links li {
margin: 0.25em 0px 0.5em; width: 100%; line-height: 1.25em; display: inline-block;
}
.list-of-links-sm li {
font-size: 0.9em;
}
.list-of-links-med li {
font-size: 0.9em;
}
.list-of-links-sm .heading {
line-height: 1.25em; font-size: 1em; font-weight: normal; margin-bottom: 0.65em;
}
.list-of-links-xlg .heading {
margin-top: 0px;
}
@media screen and (min-width:540px)
{
.list-array li {
margin: 0px 2.5% 0px 0px; width: inherit; display: inline-block;
}
.list-of-links li:last-child {
margin-right: 0px;
}
.list-of-links-xlg .heading {
font-size: 2em;
}
}
@media screen and (min-width:900px)
{
.list-of-links {
margin-top: 0px;
}
.list-of-links ul {
padding: 0.25em 0px 0.5em;
}
.list-of-links li {
margin: 0px 0px 0.7em; display: block;
}
.list-of-links-med .heading {
font-size: 1.62em; margin-bottom: 0.55em;
}
.ja-jp .list-of-links-med .heading {
font-size: 1.2em;
}
.list-of-links-lg .heading {
font-size: 2.37em;
}
.list-of-links-xlg li {
font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 1.25em; font-weight: 300;
}
.list-of-links-xlg .heading {
font-size: 2.37em; margin-bottom: 0.5em;
}
.ja-jp .list-of-links-xlg .heading {
font-size: 1.5em;
}
.mac .list-of-links-xlg li {
-webkit-font-smoothing: subpixel-antialiased;
}
}
.cssanimations .list-of-links-xlg {
animation:fadeIn 1s; -webkit-animation: fadeIn; -moz-animation: fadeIn; -o-animation: fadeIn; -webkit-animation-duration: 1s; -moz-animation-duration: 1s; -o-animation-duration: 1s;
}
.cssanimations .list-of-links-xlg li {
animation:slideIn; position: relative; -webkit-animation: slideIn; -moz-animation: slideIn; -o-animation: slideIn;
}
.list-of-links-xlg li:nth-of-type(1) {
animation-duration: 0.225s; -webkit-animation-duration: .225s; -moz-animation-duration: .225s; -o-animation-duration: .225s;
}
.list-of-links-xlg li:nth-of-type(2) {
animation-duration: 0.45s; -webkit-animation-duration: .45s; -moz-animation-duration: .45s; -o-animation-duration: .45s;
}
.list-of-links-xlg li:nth-of-type(3) {
animation-duration: 0.675s; -webkit-animation-duration: .675s; -moz-animation-duration: .675s; -o-animation-duration: .675s;
}
.list-of-links-xlg li:nth-of-type(4) {
animation-duration: 0.9s; -webkit-animation-duration: .9s; -moz-animation-duration: .9s; -o-animation-duration: .9s;
}
.list-of-links-xlg li:nth-of-type(5) {
animation-duration: 1.125s; -webkit-animation-duration: 1.125s; -moz-animation-duration: 1.125s; -o-animation-duration: 1.125s;
}
.list-of-links-xlg li:nth-of-type(6) {
animation-duration: 1.35s; -webkit-animation-duration: 1.35s; -moz-animation-duration: 1.35s; -o-animation-duration: 1.35s;
}
.list-of-links-xlg li:nth-of-type(7) {
animation-duration: 1.575s; -webkit-animation-duration: 1.575s; -moz-animation-duration: 1.575s; -o-animation-duration: 1.575s;
}
.list-of-links-xlg li:nth-of-type(8) {
animation-duration: 1.8s; -webkit-animation-duration: 1.8s; -moz-animation-duration: 1.8s; -o-animation-duration: 1.8s;
}
.list-of-links-xlg li:nth-of-type(9) {
animation-duration: 2.025s; -webkit-animation-duration: 2.025s; -moz-animation-duration: 2.025s; -o-animation-duration: 2.025s;
}
.list-of-links-xlg li:nth-of-type(10) {
animation-duration: 2.25s; -webkit-animation-duration: 2.25s; -moz-animation-duration: 2.25s; -o-animation-duration: 2.25s;
}
.discover-list a {
text-align: center; padding-top: 52px; margin-top: 0.7em; margin-bottom: 0.7em; display: block; position: relative;
}
.discover-list img {
left: 0px; top: 0px; padding-left: 50%; margin-left: -26px; position: absolute;
}
@media screen and (max-width:539px)
{
.discover-list {
margin-top: 0.7em; margin-bottom: 0.7em;
}
}
.lt-ie9 .features img {
margin: 0px 0px 0.25em; width: 100%; padding-top: 0px; float: none;
}
.lt-ie9 .list-of-links {
margin-top: 0px;
}
.lt-ie9 .list-of-links ul {
padding: 0.25em 0px 0.5em;
}
.lt-ie9 .list-of-links li {
margin: 0px 0px 0.7em; display: block;
}
.lt-ie9 .list-of-links-med .heading {
font-size: 1.62em; margin-bottom: 0.55em;
}
.lt-ie9 .list-of-links-lg .heading {
font-size: 2.37em;
}
.lt-ie9 .list-of-links-xlg li {
font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 1.25em; font-weight: 300;
}
.lt-ie9 .list-of-links-xlg .heading {
font-size: 2.37em; margin-bottom: 0.5em;
}
.CSPvNext .row-fluid .span .col-flow-opposite {
float: right;
}
.CSPvNext .row-fluid .span .col-flow-opposite + .span {
margin-left: 0px;
}
.CSPvNext .mscom-remove-margin-left {
width: 100% !important; margin-left: 0% !important;
}
@media screen and (max-width:539px)
{
.grid-container {
width: 100%;
}
}
.CMSvNextComp .title {
color: rgb(255, 255, 255); text-decoration: none;
}
.CMSvNextComp .title h3 {
color: rgb(255, 255, 255); text-decoration: none;
}
.CMSvNextComp .title a {
color: rgb(255, 255, 255); text-decoration: none;
}
.CMSvNextComp .title a:hover {
color: rgb(255, 255, 255); text-decoration: none;
}
.CMSvNextComp .title a:active {
color: rgb(255, 255, 255); text-decoration: none;
}
.CMSvNextComp .title a:focus {
color: rgb(255, 255, 255); text-decoration: none;
}
.slideshow-news .slides a:hover {
text-decoration: none;
}
.slideshow-news .slides a:active {
text-decoration: none;
}
.mscom-accordion {
line-height: normal;
}
.mscom-accordion .mscom-accordion-item {
border-bottom-color: rgb(210, 210, 210); border-bottom-width: 1px; border-bottom-style: solid;
}
.mscom-accordion .mscom-accordion-item-container {
margin-bottom: 10px; display: none;
}
.mscom-accordion .mscom-accordion-item-link {
padding: 12px 0px; display: block; position: relative;
}
.mscom-accordion .mscom-accordion-item-link .mscom-accordion-item-image {
border: 1px solid transparent; border-image: none; left: 0px; top: 50%; width: 27px; height: 27px; overflow: hidden; margin-top: -13.5px; vertical-align: bottom; display: inline-block; position: absolute;
}
.mscom-accordion .mscom-accordion-item-link .mscom-accordion-item-image::before {
margin: 0px; display: inline-block; content: url("CMSImages/accordion_icon_sprite.png?version=17099D97-CD5E-0507-9950-F316C697F104");
}
.mscom-accordion .mscom-accordion-item-link:hover {
text-decoration: none; background-color: rgb(230, 230, 230);
}
.mscom-accordion .mscom-accordion-item-link:hover .mscom-accordion-item-image::before {
margin-top: -37px;
}
.mscom-accordion .mscom-accordion-item-link .mscom-accordion-item-title {
padding-left: 37px; vertical-align: top; display: inline-block;
}
.mscom-accordion .selected > .mscom-accordion-item-link .mscom-accordion-item-image::before {
margin-top: -74px;
}
.mscom-accordion .selected > .mscom-accordion-item-link:hover .mscom-accordion-item-image::before {
margin-top: -111px;
}
body.lt-ie9 .mscom-accordion .mscom-accordion-item-link .mscom-accordion-item-image {
background: url("CMSImages/accordion_icon_sprite.png?version=17099D97-CD5E-0507-9950-F316C697F104") 0px 0px;
}
body.lt-ie9 .mscom-accordion .mscom-accordion-item-link .mscom-accordion-item-image::before {
content: none;
}
body.lt-ie9 .mscom-accordion .mscom-accordion-item-link:hover .mscom-accordion-item-image {
background-position: 0px -37px;
}
body.lt-ie9 .mscom-accordion .selected > .mscom-accordion-item-link .mscom-accordion-item-image {
background-position: 0px -74px;
}
body.lt-ie9 .mscom-accordion .selected > .mscom-accordion-item-link:hover .mscom-accordion-item-image {
background-position: 0px -111px;
}
.mscom-popup .mscom-popup-link {
color: rgb(0, 0, 0); font-size: 90%; text-decoration: none;
}
.mscom-popup .mscom-popup-container {
left: 0px; top: 0px; width: 100%; height: 100%; display: none; position: fixed; z-index: 1002;
}
.mscom-popup > .mscom-show-popup {
display: table;
}
.mscom-popup .mscom-popup-body {
vertical-align: middle; display: table-cell;
}
.mscom-popup .mscom-popup-layout {
width: 100%; overflow: auto; position: relative; z-index: 1003; max-height: 100vh;
}
.mscom-popup .mscom-popup-content-header {
padding: 20px 0px; position: relative;
}
.mscom-popup .mscom-popup-content {
margin: 0px auto; border: currentColor; border-image: none; max-width: 1180px; background-color: rgb(255, 255, 255);
}
.mscom-popup .mscom-popup-close {
top: 10px; right: 10px; position: absolute;
}
.mscom-popup .mscom-popup-close-image {
width: 23px; height: 23px; display: inline-block;
}
.mscom-popup .mscom-popup-close-image::before {
display: inline-block; content: url("/CMSImages/CloseButtonGrey.png?version=A88C7E19-F369-4509-BEE8-3F74074D34A0");
}
.mscom-popup .mscom-popup-mask {
left: 0px; top: 0px; width: 100%; height: 100%; position: fixed; opacity: 0; background-color: rgb(255, 255, 155);
}
.mscom-popup .mscom-popup-maskcontent {
opacity: 0.85; background-color: rgb(0, 0, 0);
}
.mscom-popup .mscom-progressbar {
background-position: center; padding: 10px 0px; height: 66px; text-align: center; background-repeat: no-repeat;
}
.mscom-popup .mscom-progressbar::before {
display: inline-block; content: url("/CMSImages/Loading.gif?version=D26CD9F0-5C36-D2DB-FB28-6B8F087E4E8B");
}
.mscom-popup .mscom-popup-fullwidth > .mscom-popup-body > .mscom-popup-layout {
background-color: rgb(255, 255, 255);
}
.mscom-popup .mscom-popup-modal > .mscom-popup-body > .mscom-popup-layout {
margin: 0px auto; max-width: 1180px;
}
.mscom-popup .mscom-popup-modal > .mscom-popup-body > .mscom-popup-layout > .mscom-popup-content {
border: 10px solid rgb(150, 150, 150); border-image: none;
}
@media screen and (max-width:679px)
{
.mscom-popup .mscom-popup-container {
background-color: rgb(255, 255, 255);
}
.mscom-popup .mscom-popup-body {
height: 100%; overflow: auto; vertical-align: top;
}
.mscom-popup .mscom-popup-content {
border: currentColor; border-image: none; max-width: 100%;
}
.mscom-popup .mscom-popup-close {
left: 10px;
}
.mscom-popup .mscom-popup-close-image {
}
.mscom-popup .mscom-popup-close-image::before {
display: inline-block; content: url("/CMSImages/LeftArrow_Grey.png?version=0BD21141-D55B-E8B9-18EF-F6AFA6676176");
}
.mscom-popup .mscom-popup-mask {
display: none;
}
.mscom-popup .mscom-popup-modal > .mscom-popup-body > .mscom-popup-layout > .mscom-popup-content {
border: currentColor; border-image: none; max-width: 1180px;
}
}
.lt-ie9 .mscom-popup .mscom-popup-layout {
max-height: 800px;
}
body {
line-height: 1.5; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 16px; font-weight: normal; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%;
}
p {
margin: 0px 0px 1.5em;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
.legal {
font-size: 0.83em;
}
.screen-reader-text {
margin: -1px; padding: 0px; border: 0px currentColor; border-image: none; width: 1px; height: 1px; overflow: hidden; position: absolute; clip: rect(0px, 0px, 0px, 0px);
}
input[type='text'] {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif;
}
input[type='password'] {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif;
}
input[type='email'] {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif;
}
input[type='search'] {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif;
}
input[type='submit'] {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif;
}
textarea {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif;
}
h1 {
margin: 0.25em 0px 0.75em; color: rgb(26, 26, 26); line-height: 1.25; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 1.82em; font-weight: 300;
}
h2 {
margin: 0.25em 0px 0.75em; color: rgb(26, 26, 26); line-height: 1.25; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 1.82em; font-weight: 300;
}
h3 {
margin: 0.25em 0px 0.75em; color: rgb(26, 26, 26); line-height: 1.25; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 1.82em; font-weight: 300;
}
h4 {
margin: 0.25em 0px 0.75em; color: rgb(26, 26, 26); line-height: 1.25; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 1.82em; font-weight: 300;
}
h5 {
margin: 0px 0px 0.65em; line-height: 1.25;
}
.mac h1 {
-webkit-font-smoothing: subpixel-antialiased;
}
.mac h2 {
-webkit-font-smoothing: subpixel-antialiased;
}
.mac h3 {
-webkit-font-smoothing: subpixel-antialiased;
}
.mac h4 {
-webkit-font-smoothing: subpixel-antialiased;
}
h1 img {
margin: 0px;
}
h2 img {
margin: 0px;
}
h3 img {
margin: 0px;
}
h4 img {
margin: 0px;
}
h5 img {
margin: 0px;
}
h6 img {
margin: 0px;
}
h1 + h1 {
margin-top: 1.3em;
}
h2 + h2 {
margin-top: 1.3em;
}
h3 + h3 {
margin-top: 1.3em;
}
@media screen and (min-width:540px)
{
h1 {
margin-bottom: 0.35em;
}
h2 {
font-size: 1.62em; margin-bottom: 0.55em;
}
h4 {
font-size: 1.62em;
}
h4 {
font-size: 1.62em;
}
h5 {
font-size: 1em;
}
h6 {
font-size: 1em;
}
}
@media screen and (min-width:680px)
{
h1 {
font-size: 2em;
}
}
@media screen and (min-width:900px)
{
h1 {
font-size: 2.37em;
}
}
.CMSvNextComp h1 {
margin: 0.25em 0px 0.75em; color: rgb(26, 26, 26); line-height: 1.25; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 1.82em; font-weight: 300;
}
.CMSvNextComp h2 {
margin: 0.25em 0px 0.75em; color: rgb(26, 26, 26); line-height: 1.25; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 1.82em; font-weight: 300;
}
.CMSvNextComp h3 {
margin: 0.25em 0px 0.75em; color: rgb(26, 26, 26); line-height: 1.25; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 1.82em; font-weight: 300;
}
.CMSvNextComp h4 {
margin: 0.25em 0px 0.75em; color: rgb(26, 26, 26); line-height: 1.25; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 1.82em; font-weight: 300;
}
.CMSvNextComp h5 {
margin: 0px 0px 0.65em; line-height: 1.25;
}
.CMSvNextComp .mac h1 {
-webkit-font-smoothing: subpixel-antialiased;
}
.CMSvNextComp .mac h2 {
-webkit-font-smoothing: subpixel-antialiased;
}
.CMSvNextComp .mac h3 {
-webkit-font-smoothing: subpixel-antialiased;
}
.CMSvNextComp .mac h4 {
-webkit-font-smoothing: subpixel-antialiased;
}
.CMSvNextComp h1 img {
margin: 0px;
}
.CMSvNextComp h2 img {
margin: 0px;
}
.CMSvNextComp h3 img {
margin: 0px;
}
.CMSvNextComp h4 img {
margin: 0px;
}
.CMSvNextComp h5 img {
margin: 0px;
}
.CMSvNextComp h6 img {
margin: 0px;
}
.CMSvNextComp h1 + h1 {
margin-top: 1.3em;
}
.CMSvNextComp h2 + h2 {
margin-top: 1.3em;
}
.CMSvNextComp h3 + h3 {
margin-top: 1.3em;
}
@media screen and (min-width:540px)
{
.CMSvNextComp h1 {
margin-bottom: 0.35em;
}
.CMSvNextComp h2 {
font-size: 1.62em; margin-bottom: 0.55em;
}
.CMSvNextComp h4 {
font-size: 1.62em;
}
.CMSvNextComp h4 {
font-size: 1.62em;
}
.CMSvNextComp h5 {
font-size: 1em;
}
.CMSvNextComp h6 {
font-size: 1em;
}
}
@media screen and (min-width:680px)
{
.CMSvNextComp h1 {
font-size: 2em;
}
}
@media screen and (min-width:900px)
{
.CMSvNextComp h1 {
font-size: 2.37em;
}
}
a {
transition:color 0.1s linear; color: rgb(21, 112, 166); text-decoration: none; -webkit-transition: color .1s linear; -moz-transition: color .1s linear; -o-transition: color .1s linear;
}
a:focus {
color: rgb(8, 48, 71); text-decoration: underline;
}
a:hover {
color: rgb(8, 48, 71); text-decoration: underline;
}
.button {
padding: 0.5em 1em; transition:background-color 0.3s ease-in, color 0.3s ease-in; color: rgb(255, 255, 255); display: inline-block; background-color: rgb(21, 112, 166); -webkit-transition: background-color .3s ease-in, color .3s ease-in; -moz-transition: background-color .3s ease-in, color .3s ease-in; -o-transition: background-color .3s ease-in, color .3s ease-in;
}
.button:hover {
transition:0.08s ease-in; color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(8, 48, 71); -webkit-transition: all .08s ease-in; -moz-transition: all .08s ease-in; -o-transition: all .08s ease-in;
}
.button:focus {
transition:0.08s ease-in; color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(8, 48, 71); -webkit-transition: all .08s ease-in; -moz-transition: all .08s ease-in; -o-transition: all .08s ease-in;
}
blockquote {
margin: 1.5em; color: rgb(102, 102, 102); font-style: italic;
}
dfn {
background: rgb(255, 255, 204); font-style: italic; font-weight: bold;
}
sup {
line-height: 0;
}
sub {
line-height: 0;
}
abbr {
border-bottom-color: rgb(102, 102, 102); border-bottom-width: 1px; border-bottom-style: dotted;
}
acronym {
border-bottom-color: rgb(102, 102, 102); border-bottom-width: 1px; border-bottom-style: dotted;
}
address {
margin: 0px 0px 1.5em; font-style: italic;
}
del {
color: rgb(102, 102, 102);
}
pre {
margin: 1.5em 0px; white-space: pre;
}
code {
margin: 1.5em 0px; white-space: pre;
}
tt {
margin: 1.5em 0px; line-height: 1.5; display: block;
}
pre {
font: 1em/1.5 "andale mono", "lucida console", monospace; font-size-adjust: none; font-stretch: normal;
}
code {
font: 1em/1.5 "andale mono", "lucida console", monospace; font-size-adjust: none; font-stretch: normal;
}
tt {
font: 1em/1.5 "andale mono", "lucida console", monospace; font-size-adjust: none; font-stretch: normal;
}
.lt-ie9 h1 {
font-size: 2.37em; margin-bottom: 0.5em;
}
.lt-ie9 h2 {
font-size: 1.62em;
}
.lt-ie9 h3 {
font-size: 1.16em;
}
.lt-ie9 h4 {
font-size: 1em;
}
.lt-ie9 h5 {
font-size: 1em;
}
.lt-ie9 h6 {
font-size: 1em;
}
.international {
font-family: Tahoma,Verdana,Arial,sans-serif;
}
.mscom-video {
width: auto !important; height: 0px; overflow: hidden; padding-top: 0px; padding-bottom: 56.25%; position: relative;
}
.mscom-video .vxplayer .slateContainer td {
text-align: center;
}
.mscom-video > div .vxp_content {
width: 100% !important;
}
.mscom-video > div .vxpMultiLitePlayer {
width: 100% !important;
}
.mscom-video > div .vxp_richEmbedContainer {
width: 100% !important; height: 0px !important; padding-bottom: 56.25% !important;
}
.mscom-video > div .vxp_richEmbedContainer object {
left: 0px; top: 0px; width: 100%; height: 100%; position: absolute;
}
.mscom-video .iframe iframe {
left: 0px; top: 0px; width: 100%; height: 100%; position: absolute;
}
.mscom-video .iframe object {
left: 0px; top: 0px; width: 100%; height: 100%; position: absolute;
}
.mscom-video .iframe embed {
left: 0px; top: 0px; width: 100%; height: 100%; position: absolute;
}
.mscom-video .vxp_player .vxp_lead_with_image {
width: 100% !important; height: auto !important;
}
.lt-ie9 .mscom-popup .mscom-video {
min-width: 1160px;
}
html {
margin: 0px; padding: 0px;
}
body {
margin: 0px; padding: 0px;
}
form {
margin: 0px; padding: 0px;
}
div {
margin: 0px; padding: 0px;
}
h1 {
margin: 0px; padding: 0px;
}
h2 {
margin: 0px; padding: 0px;
}
h3 {
margin: 0px; padding: 0px;
}
h4 {
margin: 0px; padding: 0px;
}
h5 {
margin: 0px; padding: 0px;
}
h6 {
margin: 0px; padding: 0px;
}
li {
margin: 0px; padding: 0px;
}
ol {
margin: 0px; padding: 0px;
}
p {
margin: 0px; padding: 0px;
}
ul {
margin: 0px; padding: 0px;
}
body {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 100%;
}
input {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 100%;
}
select {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 100%;
}
textarea {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 100%;
}
button {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 100%;
}
body.lt-ie9 {
min-width: 900px; _width: 900px;
}
h1 {
color: rgb(51, 51, 51); font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 187.5%; font-weight: normal;
}
h2 {
color: rgb(51, 51, 51); font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 187.5%; font-weight: normal;
}
h3 {
color: rgb(51, 51, 51); font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 187.5%; font-weight: normal;
}
html {
height: 100%;
}
body {
height: 100%;
}
a:link {
color: rgb(21, 112, 166); text-decoration: none;
}
a:visited {
color: rgb(21, 112, 166); text-decoration: none;
}
a:hover {
color: rgb(21, 112, 166); text-decoration: underline;
}
a:active {
color: rgb(21, 112, 166); text-decoration: underline;
}
img {
border: currentColor; border-image: none;
}
ol {
list-style-type: none;
}
ul {
list-style-type: none;
}
form {
background-color: rgb(255, 255, 255);
}
b {
font-weight: bold;
}
strong {
font-weight: bold;
}
.dlc-body {
margin: 0px auto; width: 96%; padding-bottom: 0px; max-width: 1180px;
}
.dlc-body .widthholder {
min-height: 1px; _height: 1px;
}
.dlc-body .dlchide {
display: none;
}
div.noscript {
margin: 3px auto; font-size: 82%; font-weight: bold; max-width: 1180px; background-color: rgb(255, 255, 255);
}
div.noscript .noscript-desc {
color: red;
}
div.noscript a {
padding: 0px 0.3em; color: rgb(33, 125, 182);
}
.mscom-popup .mscom-popup-close-image {
}
.mscom-popup .mscom-popup-close-image::before {
display: inline-block; content: url("/CMSImages/Closed_btn_21x21.png?version=3EBBE94B-AC86-4624-1AB4-F214AEC7D4EE");
}
.dlc-normal-overlay .mscom-popup-close {
left: auto; top: 20px; right: 0px;
}
.dlc-normal-overlay .mscom-popup .mscom-popup-content {
width: 96%;
}
.dlc-moreinfo-overlay .mscom-popup-close {
left: auto; top: 20px; right: 20px;
}
.dlc-moreinfo-overlay .mscom-popup .mscom-popup-layout {
width: 96%;
}
.dlc-moreinfo-overlay .mscom-popup .mscom-popup-content {
width: auto;
}
@media screen and (max-width:679px) and (min-width:539px)
{
.dlc-body .mscom-popup .mscom-popup-body {
height: auto; vertical-align: middle;
}
.dlc-body .mscom-popup .mscom-popup-content {
height: auto; vertical-align: middle;
}
.dlc-body .mscom-popup .mscom-popup-mask {
display: block;
}
.dlc-body .mscom-popup .mscom-popup-layout {
height: auto; vertical-align: middle;
}
.dlc-moreinfo-overlay .mscom-popup .mscom-popup-container {
background-color: transparent;
}
.dlc-moreinfo-overlay .mscom-popup .mscom-popup-modal > .mscom-popup-body > .mscom-popup-layout > .mscom-popup-content {
border: 10px solid rgb(150, 150, 150); border-image: none;
}
}
@media screen and (max-width:539px)
{
.dlc-body .mscom-popup .mscom-popup-body {
display: block;
}
.dlc-body .mscom-popup .mscom-popup-content {
height: 100%;
}
.dlc-moreinfo-overlay .mscom-popup .mscom-popup-container {
background-color: transparent;
}
.dlc-moreinfo-overlay .mscom-popup .mscom-popup-modal > .mscom-popup-body > .mscom-popup-layout > .mscom-popup-content {
border: 10px solid rgb(150, 150, 150); border-image: none;
}
}
@media screen and (max-width:539px)
{
.dlc-body {
padding-bottom: 40px;
}
}
.microsoft-update {
padding: 34px 0px 39px; border: 1px solid rgb(210, 210, 210); border-image: none; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; margin-bottom: 70px;
}
.microsoft-update h2 {
color: rgb(21, 112, 166); line-height: 1.25em; padding-right: 29px; padding-left: 29px; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 125%; font-weight: normal;
}
.microsoft-update ul {
padding: 13px 29px 20px 44px;
}
.microsoft-update li {
color: rgb(150, 150, 150); padding-top: 5px; padding-left: 4px; font-size: 81%; margin-left: 30px; list-style-type: disc;
}
.microsoft-update li span {
color: rgb(80, 80, 80);
}
.microsoft-update .go {
font-size: 81%;
}
.microsoft-update .go a {
color: rgb(21, 112, 166); line-height: 1.25em; vertical-align: middle;
}
.microsoft-update .go img {
margin-left: 50px; float: left;
}
.microsoft-update .go .go-icon {
width: 82px; float: left;
}
.microsoft-update .go .go-text {
width: 100%; padding-right: 30px; padding-left: 82px; margin-left: 0px; float: none;
}
.download-header {
margin: 35px 0px 22px; font-size: 75%; display: table;
}
.download-header .product-icon {
width: 56px; height: 56px; vertical-align: middle; float: left; display: table-cell;
}
.download-header .product-title h1 {
font: 250%/1.25em wf_segoe-ui_light, "Segoe UI Light", "Segoe WP Light", wf_segoe-ui_normal, "Segoe UI", Segoe, "Segoe WP", Tahoma, Verdana, Arial, sans-serif; margin: 0px; color: rgb(80, 80, 80); font-size-adjust: none; font-stretch: normal;
}
.download-header .product-title {
height: 56px; padding-left: 15px; vertical-align: middle; display: table-cell;
}
@media screen and (max-width:679px)
{
.download-header {
margin: 30px 0px 22px;
}
}
@media screen and (max-width:539px)
{
.download-header {
margin: 14px 0px 12px; font-size: 50%;
}
.download-header .product-title {
height: 100%; padding-left: 0px;
}
.download-header .product-title h1 {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif;
}
.download-header .product-icon {
display: none;
}
}
div.overlay-container {
width: 96%; height: 550px; margin-right: auto; margin-left: auto; max-width: 1180px; background-color: rgb(255, 255, 255);
}
body.lt-ie9 div.overlay-container {
min-width: 900px; _width: 900px;
}
div.overlay-header {
height: 50px; position: relative;
}
div.overlay-close {
right: 0px; bottom: 0px; position: absolute;
}
div.overlay-close a {
line-height: 0.1; display: block;
}
.lt-ie9 .OverlayCloseArea img {
max-width: none;
}
@media screen and (max-width:539px)
{
div.overlay-container {
height: 100%;
}
}
.CSPvNext .row-fluid {
}
.CSPvNext .row-fluid .popularDownloads {
color: rgb(80, 80, 80); line-height: 1.25em; position: relative;
}
.CSPvNext .row-fluid .popularDownloads h2 {
color: rgb(80, 80, 80); line-height: 1.25em; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 187%; font-weight: lighter; margin-bottom: 10px;
}
.CSPvNext .row-fluid .downloadList {
position: relative;
}
.CSPvNext .row-fluid .downloadList .item {
border-bottom-color: rgb(210, 210, 210); border-bottom-width: 1px; border-bottom-style: solid;
}
.CSPvNext .row-fluid .downloadList .content {
padding: 26px 0px 30px; width: 75%; float: left; display: block;
}
.CSPvNext .row-fluid .downloadList .content p {
color: rgb(51, 51, 51); line-height: 1.25em; font-size: 81%;
}
.CSPvNext .row-fluid .downloadList .index {
padding: 16px 0px 25px; width: 1em; height: 1em; color: rgb(109, 194, 233); line-height: 1em; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 72px; font-weight: lighter; margin-right: 25px; float: left; display: block;
}
.CSPvNext .row-fluid .downloadList .clear {
clear: both;
}
.CSPvNext .row-fluid .downloadList h3 {
font-size: 100%; margin-bottom: 5px;
}
.CSPvNext .row-fluid .downloadList h3 a {
color: rgb(21, 112, 166); line-height: 1.25em; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-weight: normal;
}
.CSPvNext .row-fluid .item .more_info {
margin: 0px 0px 20px; padding: 30px 0px; width: 16px; height: 100%; line-height: 1em; font-weight: normal; float: right; display: block;
}
.CSPvNext .row-fluid .familySelect {
padding: 0px 0px 25px; width: 100%; border-bottom-color: rgb(210, 210, 210); border-bottom-width: 1px; border-bottom-style: solid; display: none;
}
.CSPvNext .row-fluid .familySelect label {
padding-right: 8px; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 81%;
}
.CSPvNext .row-fluid .familySelect select {
width: 253px; height: 32px; font-size: 81%;
}
.CSPvNext .row-fluid .viewMore {
padding-top: 27px; position: relative;
}
.CSPvNext .row-fluid .viewMore a {
margin: 0px; padding: 2px 0px 2px 30px; color: rgb(21, 112, 166); line-height: 23px; font-size: 81%; font-weight: normal; display: inline-block; -ms-zoom: 1; min-height: 23px;
}
.CSPvNext .row-fluid .viewMore .arrowicon {
background: url("/en-us/CMSImages/icon_arrow.png?version=45068e15-1f21-60f3-d03a-a98d7b2c00b7") no-repeat left;
}
.CSPvNext .row-fluid .viewMore span.arrowicon {
margin: 0px; padding: 0px; border: 1px solid transparent; border-image: none; left: 0px; width: 23px; height: 23px; overflow: hidden; position: absolute;
}
.CSPvNext .row-fluid .loadMask {
text-align: center; display: none; cursor: default; background-color: rgb(255, 255, 255);
}
.CSPvNext .row-fluid .loadMask img {
margin: 100px 0px 20px;
}
.CSPvNext .row-fluid .PopularDownloadInHomePage ul.downloadList div.content {
padding: 0px; width: 100%; display: inline;
}
.CSPvNext .row-fluid .PopularDownloadInHomePage .familySelect {
padding: 0px 0px 20px; border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
.CSPvNext .row-fluid .PopularDownloadInHomePage .familySelect select {
width: auto;
}
.CSPvNext .row-fluid .PopularDownloadInHomePage .familySelect label {
display: none;
}
.CSPvNext .row-fluid .PopularDownloadInHomePage .familySelect label {
display: none;
}
.CSPvNext .row-fluid .PopularDownloadInHomePage ul.downloadList div.index {
display: none;
}
.CSPvNext .row-fluid .PopularDownloadInHomePage ul.downloadList div.content p {
display: none;
}
.CSPvNext .row-fluid .PopularDownloadInHomePage ul.downloadList div.item {
border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
.CSPvNext .row-fluid .PopularDownloadInHomePage .item .more_info {
display: none;
}
.CSPvNext .row-fluid .PopularDownloadInHomePage .viewMore {
display: none;
}
.CSPvNext .row-fluid .PopularDownloadInHomePage .downloadList h3 {
line-height: 1.5em;
}
@media screen and (max-width:539px)
{
.CSPvNext .row-fluid ul.downloadList div.index {
display: none;
}
.CSPvNext .row-fluid ul.downloadList div.content {
width: 100%;
}
.CSPvNext .row-fluid .PopularDownloadInHomePage a:link {
font-size: 123%;
}
.CSPvNext .row-fluid .PopularDownloadInHomePage a:visited {
font-size: 123%;
}
.CSPvNext .row-fluid .PopularDownloadInHomePage a:hover {
font-size: 123%;
}
.CSPvNext .row-fluid .PopularDownloadInHomePage a:active {
font-size: 123%;
}
.CSPvNext .row-fluid .PopularDownloadInHomePage .familySelect {
padding-bottom: 25px;
}
.CSPvNext .row-fluid .PopularDownloadInHomePage .downloadList h3 {
margin-bottom: 12px;
}
.CSPvNext .row-fluid div.item div.more_info {
display: none;
}
.CSPvNext .row-fluid .popularDownloads h2 {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 125%; font-weight: normal;
}
.CSPvNext .row-fluid .familySelect select {
width: 100%;
}
.CSPvNext .row-fluid .downloadList .content {
padding: 17px 0px 20px;
}
.CSPvNext .row-fluid .viewMore {
padding-top: 17px;
}
}
table {
border-collapse: collapse; border-spacing: 0;
}
th {
padding: 0px;
}
tr {
padding: 0px;
}
td {
padding: 0px;
}
.download-main-article {
color: rgb(51, 51, 51); margin-bottom: 50px;
}
.download-main-article a {
color: rgb(21, 112, 166); text-decoration: none;
}
.download-main-article .optional {
margin: 0px 0px 30px; line-height: 1.5em;
}
.download-main-article .optional h2 {
color: rgb(73, 133, 39); font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 125%; font-weight: bold; margin-bottom: 5px;
}
.download-main-article .select-and-down {
padding: 20px 0px; height: 3.07em; font-size: 81.25%; background-color: rgb(238, 238, 238);
}
.download-main-article .select-and-down input[type='submit'] {
width: 30%; height: 2.46em; margin-left: 2%; background-color: rgb(238, 238, 238);
}
.download-main-article .select-and-down .select-language-label {
margin: 0px; padding: 0px; width: 100%; height: 100%; display: table;
}
.download-main-article .select-and-down .select-language-label span {
text-align: right; line-height: 1.15em; padding-right: 40px; vertical-align: middle; display: table-cell;
}
.download-main-article .select-and-down .select-language-drop {
margin: auto; padding: 4px 0px; width: auto;
}
.download-main-article .select-and-down .download-button {
padding: 0px; border: currentColor; border-image: none; height: 2.5em; text-align: center; color: rgb(255, 255, 255); line-height: 2.31em; font-size: 123%; font-weight: bold; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; display: block; cursor: pointer;
}
.download-main-article .select-and-down .language {
margin: auto; padding: 7px 0px; font-weight: bold; display: inline-block;
}
.download-main-article .select-and-down .dropdown {
width: 100%; height: 2.3em;
}
.download-main-article .select-and-down .dl {
border: 1px solid transparent; border-image: none; background-color: rgb(214, 49, 5);
}
.download-main-article .select-and-down .cont {
border: 1px solid rgb(73, 133, 39); border-image: none; background-color: rgb(73, 133, 39);
}
.download-main-article .select-and-down .noscript {
width: 68%;
}
.download-main-article .select-and-down .dlc-locale-list-container {
width: 36.25%; margin-left: 0px;
}
.download-main-article .select-and-down .dlc-download-button-container {
width: 40.25%; padding-right: 26px; padding-left: 60px; margin-left: 0px;
}
.download-main-article .select-and-down .select-language-label-container {
height: 100%; padding-left: 15px;
}
.download-main-article .row-fluid .brief-description {
padding: 42px 0px 30px; width: 100%; color: rgb(80, 80, 80); line-height: 1.25em; font-size: 125%; margin-right: 0px; margin-left: 0px;
}
.download-main-article .multi-files-note {
margin-top: 15px;
}
.download-main-article .fileinfo {
padding: 0px 0px 15px 20px; margin-top: 18px; margin-bottom: 10px; -ms-word-break: break-all; background-color: rgb(238, 238, 238);
}
.download-main-article .fileinfo p {
margin-top: 0px; margin-bottom: 5px;
}
.download-main-article .fileinfo .header {
font-weight: bold; margin-top: 20px; margin-bottom: 7px; min-width: 120px;
}
.download-main-article .fileinfo .file-header {
font-weight: bold; margin-top: 10px; margin-bottom: 7px; min-width: 120px;
}
.download-main-article .fileinfo .invisible {
display: none;
}
.download-main-article .fileinfo .files-switch-btn {
padding: 5px 0px; cursor: pointer;
}
.download-main-article .kb-sb {
padding: 20px; line-height: 1.5em; margin-top: 10px; background-color: rgb(238, 238, 238);
}
.download-main-article .kb-sb span {
padding-right: 8px; font-weight: bold; display: inline-block;
}
.download-main-article .kb-sb a {
padding-right: 8px; display: inline-block;
}
.download-main-article .mscom-accordion-item-container {
line-height: 1.25em; padding-right: 0px; padding-bottom: 27px; padding-left: 35px; font-size: 81%; margin-top: 0px; margin-bottom: 0px;
}
.download-main-article .mscom-accordion-item-container .supported-os {
padding: 10px 0px;
}
.download-main-article .mscom-accordion-item-container .htmldetails {
margin: 0px; padding: 10px 0px 0px;
}
.download-main-article .mscom-accordion-item-container .htmldetails li {
margin-bottom: 10px; margin-left: 3.6%; list-style-type: disc;
}
.download-main-article .mscom-accordion-item-container .htmldetails p {
padding: 10px 0px;
}
.download-main-article .mscom-accordion-item-container .htmldetails ol {
margin: 10px 0px 0px; list-style-type: decimal;
}
.download-main-article .mscom-accordion-item-container .htmldetails ol ol {
margin: 10px 2.7% 0px; list-style-type: decimal;
}
.download-main-article .mscom-accordion-item-container .htmldetails ol ul {
margin: 10px 2.7% 0px; list-style-type: disc;
}
.download-main-article .mscom-accordion-item-container .htmldetails ol li {
margin-left: 3.6%; list-style-type: decimal;
}
.download-main-article .mscom-accordion-item-container .htmldetails ul {
margin: 10px 2.7% 0px; list-style-type: disc;
}
.download-main-article .mscom-accordion-item-container .htmldetails ul ul {
margin: 10px 2.7% 0px; list-style-type: disc;
}
.download-main-article .mscom-accordion-item-container .htmldetails ul ol {
margin: 10px 2.7% 0px; list-style-type: decimal;
}
.download-main-article .mscom-accordion-item-container .htmldetails ul li {
margin-left: 3.6%; list-style-type: disc;
}
.download-main-article .mscom-accordion-item-container .other-requirements ul {
margin: 0px;
}
.download-main-article .mscom-accordion-item-container .related-links {
padding-left: 2px; list-style-type: none;
}
.download-main-article .mscom-accordion-item-container .related-links li {
padding: 10px 0px;
}
.download-main-article .mscom-accordion-item-container .choose-super-product {
padding: 15px 0px 10px; font-size: 100%; font-weight: bold;
}
@media screen and (max-width:899px) and (min-width:680px)
{
.download-main-article {
width: 100%;
}
.download-main-article .select-and-down .dropdown {
margin: 0px; width: 100%;
}
.download-main-article .select-and-down .noscript {
width: 68%;
}
.download-main-article .select-and-down .select-language-label span {
padding-right: 40px;
}
.download-main-article .select-and-down .dlc-download-button-container {
padding-left: 40px;
}
}
@media screen and (max-width:679px) and (min-width:540px)
{
.download-main-article {
margin-bottom: 35px;
}
.download-main-article .select-and-down .select-language-label span {
padding-right: 30px;
}
.download-main-article .select-and-down .noscript {
width: 68%;
}
.download-main-article .select-and-down .dlc-download-button-container {
padding-left: 40px;
}
}
@media screen and (max-width:539px)
{
.download-main-article {
margin-bottom: 18px;
}
.download-main-article .select-and-down {
padding: 0px; height: auto;
}
.download-main-article .select-and-down .select-language-label {
margin: 20px 15% 5px; padding: 0px;
}
.download-main-article .select-and-down .select-language-label span {
padding: 0px; text-align: left;
}
.download-main-article .select-and-down .select-language-drop {
margin: 0px; padding: 0px;
}
.download-main-article .select-and-down .dropdown {
margin: 0px 15%; width: 70%; max-width: none;
}
.download-main-article .select-and-down .language {
margin: 20px 15% 5px; padding: 0px;
}
.download-main-article .select-and-down input[type='submit'] {
margin: 15px 15% 0px; width: 70%;
}
.download-main-article .select-and-down .download-button {
margin: 20px 15%; padding: 0px;
}
.download-main-article .select-and-down .dlc-locale-list-container {
width: 100%;
}
.download-main-article .select-and-down .dlc-download-button-container {
width: 100%; padding-right: 0px; padding-left: 0px;
}
.download-main-article .select-and-down .select-language-label-container {
padding: 0px;
}
.download-main-article .optional {
font-size: 81.25%;
}
.download-main-article .optional h2 {
font-size: 123%;
}
.download-main-article .fileinfo {
padding: 0px 20px 15px;
}
.download-main-article .fileinfo .date-published {
margin-top: 10px;
}
.download-main-article .mscom-accordion-item-container {
padding-left: 0px;
}
}
div.moreinfo-container {
margin: 0px auto; padding: 0px; border: 10px solid rgb(150, 150, 150); border-image: none; height: 492px; display: none; max-width: 1160px; background-color: rgb(255, 255, 255);
}
div.moreinfo-detailContainer {
margin-right: 30px; margin-left: 30px;
}
div.moreinfo-header {
height: 43px;
}
div.moreinfo-close {
margin-top: 20px; margin-right: 20px; float: right;
}
a.moreInfoOverlay {
display: none;
}
div.moreinfo-infoIcon {
display: none;
}
.hiddenComponent {
display: none;
}
.product-more-info {
margin-right: 30px; margin-left: 30px;
}
.select-and-down .product-more-info {
font-size: 123%;
}
div.moreinfo-ajaxContainer {
background: url("/en-US/CMSImages/loading-md.gif?version=cfcaadbb-48cc-ae67-098c-2e657e0aae80") no-repeat center; height: 431px;
}
div.moreinfo-title {
color: rgb(51, 51, 51); line-height: 1.25em; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 187.5%; font-weight: normal; margin-right: 41px; margin-left: 30px;
}
div.moreinfo-subtxt {
margin: 20px 41px 25px 30px; color: rgb(51, 51, 51); line-height: 1.25em; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 100%; font-weight: normal;
}
div.moreinfo-scrollable {
height: 310px; overflow: auto; margin-left: 30px; position: relative;
}
div.moreinfo-scrollable .mscom-accordion .mscom-accordion-item-link .mscom-accordion-item-title {
color: rgb(80, 80, 80); line-height: 1.25em; font-size: 1em;
}
div.moreinfo-scrollable .fileinfo {
color: rgb(51, 51, 51);
}
div.moreinfo-scrollable .download-main-article .mscom-accordion-item-container .htmldetails {
padding: 18px 0px 0px;
}
div.moreinfo-scrollable .download-main-article .fileinfo {
margin-bottom: 0px;
}
.lt-ie9 div.item a.hpImage_Link img {
max-width: none;
}
@media screen and (max-width:539px)
{
div.moreinfo-container {
border: 5px solid rgb(150, 150, 150); border-image: none; height: 100%; overflow: auto; margin-top: 0px; margin-bottom: 0px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
div.moreinfo-ajaxContainer {
width: 100%; height: 90%;
}
div.moreinfo-scrollable {
overflow: inherit; margin-right: 0px; margin-left: 0px;
}
.product-more-info {
margin-right: 10px; margin-left: 10px;
}
div.moreinfo-title {
color: rgb(51, 51, 51); font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 1em; font-weight: bold; margin-right: 0px; margin-left: 0px;
}
div.moreinfo-subtxt {
margin: 10px 0px 15px; color: rgb(51, 51, 51); line-height: 1.25em; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 0.81em; font-weight: normal;
}
div.moreinfo-close {
margin-top: 10px; margin-right: 10px; float: right;
}
div.moreinfo-header {
height: 40px;
}
div.moreinfo-scrollable .download-main-article .fileinfo {
color: rgb(51, 51, 51); margin-top: 0px;
}
div.moreinfo-scrollable .download-main-article .mscom-accordion-item-container .htmldetails {
padding: 20px 0px 0px;
}
div.moreinfo-scrollable .download-main-article .mscom-accordion-item-container {
padding-left: 0px;
}
div.moreinfo-scrollable .mscom-accordion .mscom-accordion-item-link .mscom-accordion-item-title {
color: rgb(80, 80, 80); line-height: 1.25em; padding-top: 5px; font-size: 0.81em;
}
}
@media screen and (max-width:679px) and (min-width:540px)
{
div.moreinfo-container {
height: 511px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
div.moreinfo-ajaxContainer {
width: 100%; height: 100%;
}
div.moreinfo-scrollable {
padding-bottom: 10px; margin-right: 0px; margin-left: 0px;
}
.product-more-info {
margin-right: 20px; margin-left: 20px;
}
div.moreinfo-title {
color: rgb(51, 51, 51); font-family: wf_segoe-ui_semibold,"Segoe UI Semibold","Segoe WP Semibold",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 1em; margin-right: 0px; margin-left: 0px;
}
div.moreinfo-subtxt {
margin: 5px 0px 0px; color: rgb(51, 51, 51); line-height: 1.25em; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 0.81em; font-weight: normal;
}
div.moreinfo-scrollable .mscom-accordion .mscom-accordion-item-link .mscom-accordion-item-title {
color: rgb(80, 80, 80); line-height: 1.25em; font-size: 1em;
}
div.moreinfo-scrollable .download-main-article .mscom-accordion-item-container {
padding-left: 0px;
}
div.moreinfo-scrollable .download-main-article .mscom-accordion-item-container .htmldetails {
padding: 18px 0px 0px;
}
div.moreinfo-scrollable .fileinfo div {
color: rgb(51, 51, 51);
}
div.moreinfo-scrollable .download-main-article {
color: rgb(51, 51, 51);
}
div.moreinfo-header {
height: 37px;
}
}
@media screen and (max-width:899px) and (min-width:680px)
{
div.moreinfo-container {
height: 511px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
div.moreinfo-ajaxContainer {
width: 100%; height: 100%;
}
div.moreinfo-scrollable {
padding-bottom: 5px; margin-right: 0px; margin-left: 0px;
}
div.moreinfo-title {
color: rgb(51, 51, 51); line-height: 1.25em; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 1.25em; font-weight: normal; margin-right: 0px; margin-left: 0px;
}
.product-more-info {
margin-right: 50px; margin-left: 50px;
}
div.moreinfo-subtxt {
margin: 22px 0px 15px; color: rgb(51, 51, 51); font-size: 1em;
}
div.moreinfo-header {
height: 45px;
}
div.moreinfo-scrollable .download-main-article {
color: rgb(51, 51, 51);
}
div.moreinfo-scrollable .fileinfo div {
color: rgb(51, 51, 51);
}
div.moreinfo-scrollable .mscom-accordion .mscom-accordion-item-link .mscom-accordion-item-title {
color: rgb(80, 80, 80); line-height: 1.25em; font-size: 1em;
}
div.moreinfo-scrollable .download-main-article .mscom-accordion-item-container {
padding-left: 0px;
}
div.moreinfo-scrollable .download-main-article .mscom-accordion-item-container .htmldetails {
padding: 16px 0px 0px;
}
}
.msstore-container {
margin: -6px 0px 21px; padding: 0px 0px 20px;
}
@media screen and (max-width:899px) and (min-width:680px)
{
.msstore-container {
margin: -5px 0px 13px;
}
.msstore_clip {
margin-top: -4px;
}
.msstore_content_dlc .msstore_title {
margin-bottom: 37px;
}
}
@media screen and (max-width:679px) and (min-width:540px)
{
.msstore-container {
margin: -7px 0px 13px;
}
.msstore_clip {
margin-top: -4px;
}
.msstore_content_dlc .msstore_title {
margin-bottom: 37px;
}
}
@media screen and (max-width:539px)
{
.msstore-container {
margin: -28px 0px -9px;
}
}
.right-rail {
bottom: -70px; margin-top: -70px; margin-bottom: 0px; position: relative;
}
.right-rail .mscomAd {
margin-bottom: 64px;
}
@media screen and (max-width:899px) and (min-width:680px)
{
.right-rail {
bottom: -80px; margin-top: -5px;
}
.right-rail .mscomAd {
margin-bottom: 74px;
}
}
@media screen and (max-width:679px) and (min-width:540px)
{
.right-rail {
bottom: -80px; margin-top: -2px;
}
.right-rail .mscomAd {
margin-bottom: 74px;
}
}
@media screen and (max-width:539px)
{
.right-rail {
bottom: -40px; margin-top: -7px;
}
.right-rail .mscomAd {
margin-bottom: 34px;
}
}
.prodOffer {
margin-top: -7px; margin-bottom: 70px;
}
.prodOffer .prodOffer-body {
margin-top: 10px;
}
.prodOffer .prodOffer-header h2 {
color: rgb(51, 51, 51); font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 125%; font-weight: normal;
}
.prodOffer .prodOffer-content {
margin-top: -7px;
}
.prodOffer .prodOffer-img {
max-width: none;
}
.prodOffer .arrowicon {
background: url("/en-us/CMSImages/icon_arrow.png?version=45068e15-1f21-60f3-d03a-a98d7b2c00b7") no-repeat left; padding-top: 2px; padding-bottom: 3px; padding-left: 30px;
}
.prodOffer .prodOffer-description {
color: rgb(51, 51, 51); line-height: 1.25em; font-size: 81.25%; margin-top: 4px; margin-bottom: 10px;
}
.prodOffer a {
color: rgb(21, 112, 166); line-height: 1.4em; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 81.25%;
}
.prodOffer a:hover {
color: rgb(21, 112, 166); line-height: 1.4em; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 81.25%;
}
.prodOffer a:visited {
color: rgb(21, 112, 166); line-height: 1.4em; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 81.25%;
}
.prodOffer a.product-offer-title-link {
font-weight: bold;
}
#product-offer-img-container {
width: auto;
}
#product-offer-content {
padding-left: 10px; margin-left: 0px; max-width: 64%;
}
.resources-list {
padding: 0px 0px 20px; margin-bottom: 50px;
}
.resources-list .resources-list-title h2 {
color: rgb(80, 80, 80); line-height: 1.25em; padding-bottom: 4px; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 125%; font-weight: normal; margin-top: -7px;
}
.resources-list li {
padding: 8px 0px 0px; line-height: 1.25em; font-size: 81%; list-style-type: none;
}
.resources-list li a {
color: rgb(21, 112, 166);
}
@media screen and (max-width:899px) and (min-width:680px)
{
.resources-list {
padding: 0px; margin-bottom: 80px;
}
}
@media screen and (max-width:679px) and (min-width:540px)
{
.resources-list {
padding: 0px; margin-bottom: 80px;
}
}
@media screen and (max-width:539px)
{
.resources-list {
padding: 0px; margin-bottom: 40px;
}
}
.download-header {
margin: 30px 0px 34px; font-size: 75%; display: table;
}
.download-header .product-icon {
width: 56px; height: 62px; float: left; display: table-cell;
}
.download-header .product-icon img {
margin-top: 5px;
}
.download-header .product-title h1 {
font: 250%/1.25em wf_segoe-ui_light, "Segoe UI Light", "Segoe WP Light", wf_segoe-ui_normal, "Segoe UI", Segoe, "Segoe WP", Tahoma, Verdana, Arial, sans-serif; margin: 0px; color: rgb(51, 51, 51); font-size-adjust: none; font-stretch: normal;
}
.download-header .product-title {
height: 56px; padding-left: 15px; vertical-align: middle; display: table-cell;
}
#dlc-confirmation-download-header .download-header {
margin-bottom: 25px;
}
@media screen and (max-width:539px)
{
.download-header {
margin: 14px 0px 19px; font-size: 50%;
}
.download-header .product-title {
height: 100%; padding-left: 0px;
}
.download-header .product-title h1 {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif;
}
.download-header .product-icon {
display: none;
}
#dlc-confirmation-download-header .download-header {
margin-top: 19px; margin-bottom: 15px;
}
}
@media screen and (max-width:679px) and (min-width:540px)
{
.download-header {
margin-bottom: 22px;
}
}
div.installDlm-warn div.moreinfo-title {
color: rgb(51, 51, 51); line-height: 1.25em; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 1.87em;
}
div.installDlm-warn div.moreinfo-desc {
color: rgb(51, 51, 51); line-height: 1.25em; overflow: auto; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 0.81em; margin-top: 20px; max-height: 320px;
}
.other-system-note {
padding-bottom: 10px; font-size: 100%;
}
.other-system-note table {
width: auto;
}
.other-system-note-for {
color: rgb(80, 80, 80); float: left;
}
.other-system-note-change {
float: left;
}
.other-system-note .change-system {
color: rgb(21, 112, 166); margin-left: 20px; cursor: pointer;
}
.other-system-note a.change-system {
color: rgb(21, 112, 166); font-size: 100%; text-decoration: none;
}
.other-system-note a.change-system:hover {
color: rgb(21, 112, 166); font-size: 100%; text-decoration: none;
}
.other-system-note a.change-system:visited {
color: rgb(21, 112, 166); font-size: 100%; text-decoration: none;
}
.other-system-note .osnames {
font-weight: bold; margin-left: 10px;
}
.other-system-arrow {
background-position: 1px 50%; width: 9px; background-image: url("/en-us/CMSImages/dlc-down-arrow.png?version=B21B3EFA-B5F2-84FE-7DCD-E1513FE6B8AC"); background-repeat: no-repeat;
}
.changebits-overlay h2 {
color: rgb(51, 51, 51); padding-top: 5px; padding-bottom: 26px; font-size: 187%;
}
.changebits-overlay p.changebits-overlay-des {
color: rgb(51, 51, 51); font-size: 81.25%; margin-bottom: 32px;
}
.changebits-overlay li input {
width: 23px; height: 23px; font-size: 81.25%; margin-right: 5px; margin-left: 0px; float: left;
}
.changebits-overlay .message-body {
width: 100%; -ms-overflow-y: auto;
}
.changebits-overlay .message-body .products-list {
font-size: 81.25%; margin-bottom: 30px;
}
.changebits-overlay .message-body .products-list li {
line-height: 1.25em; margin-bottom: 5px;
}
.changebits-overlay .message-body td {
vertical-align: top;
}
.changebits-overlay .message-body td .product-name {
padding-top: 5px;
}
.changebits-overlay .hr {
margin-bottom: 19px; border-top-color: rgb(210, 210, 210); border-top-width: 1px; border-top-style: solid;
}
.changebits-overlay .changebits-overlay-btn {
padding: 4px 20px 5px; border: 1px solid rgb(21, 112, 166); border-image: none; color: rgb(255, 255, 255); font-size: 81.25%; float: right; cursor: pointer; background-color: rgb(21, 112, 166);
}
.changebits-overlay a {
color: rgb(255, 255, 255); text-decoration: none;
}
.changebits-overlay a:hover {
color: rgb(255, 255, 255); text-decoration: none;
}
.changebits-overlay a:visited {
color: rgb(255, 255, 255); text-decoration: none;
}
.changebits-overlay .disabled {
border: 1px solid gray; border-image: none; cursor: default; background-color: gray;
}
.changebits-overlay .os-info {
padding: 30px; border: 1px solid rgb(229, 229, 229); border-image: none; color: rgb(80, 80, 80); display: none; background-color: rgb(210, 210, 210);
}
.changebits-overlay .os-info .os-info-title {
font-size: 100%;
}
.changebits-overlay .os-info ul {
padding-left: 20px; margin-top: 15px; list-style-type: none;
}
.changebits-overlay .os-info li {
margin: 0px; padding: 2px;
}
.changebits-overlay .visible {
display: block;
}
.changebits-overlay .green {
color: rgb(0, 114, 51);
}
.changebits-overlay .message-footer {
height: 70px;
}
.choosesystems_container {
height: 430px;
}
@media screen and (max-width:899px)
{
.changebits-overlay h2 {
color: rgb(51, 51, 51); padding-top: 15px; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 125%;
}
.changebits-overlay p.changebits-overlay-des {
color: rgb(51, 51, 51); font-size: 81%; margin-bottom: 32px;
}
}
@media screen and (max-width:679px)
{
.changebits-overlay h2 {
padding-top: 15px; padding-bottom: 25px; font-size: 125%;
}
.changebits-overlay p.changebits-overlay-des {
margin-bottom: 31px;
}
.changebits-overlay .message-body .products-list li {
margin-bottom: 4px;
}
}
@media screen and (max-width:539px)
{
.other-system-note-for {
margin-bottom: 10px; float: none;
}
.other-system-note-change {
margin-bottom: 10px; float: none;
}
.other-system-note .change-system {
margin-left: 0px;
}
.changebits-overlay p.changebits-overlay-des {
margin-bottom: 21px;
}
.choosesystems_container {
height: auto;
}
.changebits-overlay .message-body .products-list {
margin-bottom: 35px;
}
.changebits-overlay .message-body .products-list li {
margin-bottom: 10px;
}
}
.CSPvNext .search_header_content {
width: 96%; line-height: 1em; padding-top: 32px; margin-right: 2%; margin-left: 2%; background-color: rgb(238, 238, 238);
}
.CSPvNext .search_header {
width: 104.09%; margin-right: -2%; margin-left: -2%; background-color: rgb(238, 238, 238);
}
.search_header {
margin-bottom: 35px;
}
@media screen and (max-width:539px)
{
.CSPvNext .search_header_content {
padding-top: 7px;
}
.CSPvNext .search_header {
margin-bottom: 20px; background-color: rgb(238, 238, 238);
}
}
@media screen and (max-width:539px)
{
.organic_results .organic_result .organic_result_description {
line-height: 1.25em;
}
}
.organic_results .organic_result .organic_result_description {
line-height: 1.3em; font-size: 0.81em; -ms-word-wrap: break-word;
}
.organic_results .organic_result .deeplink {
font-size: 0.81em; max-width: 620px;
}
.searchgrid_grid .mscom_search_didYouMean {
margin-top: 30px;
}
@media screen and (max-width:539px)
{
.CSPvNext .row-fluid .organic_results {
margin-top: 25px;
}
}
.organic_results {
margin-top: 30px; margin-left: 0px; border-bottom-color: rgb(216, 216, 218); border-bottom-width: 1px; border-bottom-style: solid;
}
.organic_result {
line-height: 1em; padding-bottom: 30px;
}
@media screen and (max-width:539px)
{
.organic_results .organic_result {
padding-bottom: 25px;
}
}
.editor_choice {
border-bottom-color: rgb(216, 216, 218); border-bottom-width: 1px; border-bottom-style: solid;
}
.searchgrid_column {
border-top-color: rgb(216, 216, 218); border-top-width: 1px; border-top-style: solid;
}
.organic_results .organic_result .title h3 {
line-height: 1.25em; padding-bottom: 0.18em; font-size: 1em; font-weight: normal;
}
@media screen and (max-width:539px)
{
.organic_results .organic_result .title h3 {
font-size: 0.81em;
}
}
.organic_results .organic_result .title a {
text-decoration: underline;
}
.organic_results .organic_result .organic_result_displink a {
color: rgb(56, 130, 34); line-height: 1.53em; font-size: 0.81em; text-decoration: none;
}
.organic_results .organic_result .deeplink a {
text-decoration: none;
}
.organic_results .organic_result .deeplink a:hover {
text-decoration: underline;
}
.deeplink ul li {
width: 50%; padding-top: 9px; float: left;
}
@media screen and (max-width:539px)
{
.deeplink ul li {
width: 100%; padding-top: 8px; float: left;
}
}
.downloadfilter_column {
line-height: 1em;
}
.download_column {
border-top-color: rgb(216, 216, 218); border-top-width: 1px; border-top-style: solid;
}
@media screen and (max-width:539px)
{
.download_results {
padding-left: 0px; margin-top: 25px;
}
}
@media screen and (min-width:540px)
{
.download_results {
padding-left: 0px; margin-top: 10px;
}
}
.download_results div.from {
text-transform: uppercase; font-size: 0.68em; margin-bottom: 0px;
}
.download_results div.price {
color: rgb(226, 51, 0); text-transform: uppercase; font-size: 1.25em; margin-bottom: 6px;
}
.download_results div.info {
line-height: normal; font-size: 0.68em;
}
.download_results div.products {
line-height: normal; font-size: 0.68em;
}
.download_results .caption {
width: 70px; text-align: center; line-height: 1em; font-size: 0.68em;
}
.download_results div.icon {
width: 70px; height: 70px; margin-bottom: 2px;
}
.CSPvNext .win8app {
border: thin solid rgba(0, 0, 0, 0.1); border-image: none;
}
.download_results div.win8app img {
margin: 10px;
}
@media screen and (max-width:539px)
{
.CSPvNext .download_row {
padding-top: 0px; padding-bottom: 0px; margin-bottom: 26px; vertical-align: top; border-bottom-width: 0px;
}
.downloadresult {
border-bottom-color: rgb(216, 216, 218); border-bottom-width: 1px; border-bottom-style: solid;
}
}
@media screen and (min-width:540px)
{
.CSPvNext .download_row .bp1-col-8-5 {
margin-left: 1.4em !important;
}
}
.download_row {
padding-top: 23px; padding-bottom: 26px; vertical-align: top; border-bottom-color: rgb(216, 216, 218); border-bottom-width: 1px; border-bottom-style: solid;
}
.download_row .title h3 {
line-height: 1.25em; font-size: 1em; font-weight: normal; margin-bottom: 6px;
}
.download_row .title a {
text-decoration: underline;
}
@media screen and (max-width:539px)
{
.download_row .title h3 {
font-size: 0.81em;
}
}
.download_row .description {
line-height: normal; font-size: 0.81em;
}
.CSPvNext .download_row .infocolumn {
width: 19%; padding-left: 3%;
}
.CSPvNext .download_row .span {
margin-left: 5px;
}
.CSPvNext .StarRating {
width: 72px;
}
.CSPvNext .StarRating div {
height: 1.2em;
}
div .StarsOverlay {
top: -1.2em; height: 1.2em; overflow: hidden; position: relative;
}
.StarsOverlay img {
max-width: 72px;
}
div .Stars {
height: 1.2em;
}
ul {
margin: 0px; padding: 0px; list-style-type: none;
}
.bottomsearch {
margin-bottom: 66px;
}
.mscom_search_margin_bottom {
margin-bottom: 49px;
}
.mscom_search_relatedWebSearches img {
margin-bottom: -4px;
}
div.breadcrumbs {
font-size: 0.81em;
}
.ms_suggest_container .ms_suggest_title {
font-size: 0.69em;
}
.ms_suggest_container .ms_suggest_description {
font-size: 0.81em;
}
.mscom_search_relatedSearches h2 {
color: rgb(51, 51, 51); font-size: 1.25em; font-weight: normal; margin-bottom: 18px;
}
.mscom_search_relatedSearches ul {
margin-top: 4px;
}
.mscom_search_relatedSearches li {
line-height: 1.53em; font-size: 0.81em;
}
.mscom_search_relatedWebSearches img {
margin-bottom: -4px;
}
.mscom_search_relatedWebSearches {
margin-bottom: 48px;
}
.mscom_search_relatedWebSearches h2 {
color: rgb(51, 51, 51); font-size: 1em; font-weight: normal; margin-bottom: 0.31em;
}
.mscom_search_relatedWebSearches li {
line-height: 1.53em; padding-top: 6px; font-size: 0.81em;
}
.noresult {
margin-top: 29px;
}
.noresult .mscom_search_noResult h3 {
padding-top: 0px; padding-bottom: 1.54em; font-size: 1.25em; font-weight: normal; -ms-word-wrap: break-word;
}
.noresult .mscom_search_noResult {
margin-top: 30px; margin-bottom: 157px;
}
.noresult_tips {
padding-bottom: 5px; font-size: 0.81em; margin-top: 5px;
}
.mscom_search_noResult ul {
font-size: 0.81em; margin-left: 1.25em; list-style-type: disc;
}
.noresult .mscom_search_didYouMean {
margin-top: 30px;
}
.mscom_search_didYouMean {
font-size: 1.25em;
}
.mscom_search_didYouMean a {
color: rgb(0, 68, 204);
}
@media screen and (min-width:900px)
{
.rightpanel_leftmargin {
margin-left: 10%;
}
}
.relatedSearches {
margin-bottom: 2.5em;
}
@media screen and (max-width:539px)
{
.mscom_search_margin_bottom {
margin-bottom: 27px;
}
.noresult .mscom_search_didYouMean {
margin-top: -4px; margin-bottom: 5px;
}
.noresult .mscom_search_noResult h3 {
padding-bottom: 0.5em; margin-top: -19px;
}
.noresult .mscom_search_noResult {
margin-top: 11px; margin-bottom: 80px;
}
.bottomsearch {
margin-bottom: 16px;
}
.relatedSearches {
margin-top: -6px; margin-bottom: 26px;
}
.mscom_search_relatedSearches h2 {
margin-bottom: 11px;
}
}
@media screen and (max-width:680px)
{
.mscom_search_rightpanel {
margin-left: 0px;
}
.mscom_search_rightpanel .row-fluid .span {
margin-left: 0px;
}
}
@media screen and (min-width:900px)
{
.confuciusmargin {
margin-top: 30px;
}
}
@media screen and (min-width:1px)
{
.CSPvNext .divie7 {
width: 100% !important;
}
}
.CSPvNext .divie7 {
width: auto;
}
.ieimage {
padding: 10px; width: 50px; height: 50px;
}
.result-filter-image {
display: none;
}
.download-resource {
padding: 16px 14px; border: 1px solid rgb(211, 211, 211); border-image: none; margin-top: 20px;
}
.download-resource-title {
color: rgb(79, 79, 79); line-height: 115.38%; font-size: 100%; margin-bottom: 14px;
}
.download-resource li {
padding: 3px 1px 4px; overflow: hidden;
}
.download-resource-item {
color: rgb(1, 78, 133); font-size: 75%; font-weight: bold;
}
.download_results h3 {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif;
}
div.regsys-opt {
color: rgb(51, 51, 51); line-height: 125%; font-size: 81.25%; min-height: 350px; _height: 350px;
}
div.regsys-opt a {
color: rgb(1, 78, 133);
}
div.regsys-opt p.action {
margin: 28px 0px 100px;
}
div.regsys-opt p.additional {
margin: 15px 0px 30px;
}
div.regsys-opt p.action .cont-btn {
padding: 0.25em 2.15em; border: 1px solid rgb(23, 119, 177); border-image: none; color: rgb(255, 255, 255); text-transform: uppercase; font-size: 123%; vertical-align: top; background-color: rgb(23, 119, 177);
}
div.regsys-opt p.action .cont-btn:hover {
border: 1px solid rgb(23, 119, 177); border-image: none; cursor: pointer; background-color: rgb(23, 119, 177);
}
div.regsys-opt span.opt input {
margin-right: 5px;
}
div.regsys-opt h1 {
margin: 42px 0px 28px; font-size: 230%;
}
div.regsys-opt h2 {
margin: 45px 0px 20px;
}
div.regsys-opt .additional ul {
margin-left: 15px; list-style-type: disc;
}
div.regsys-opt h2 {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 156%;
}
div.regsys-opt input[type='radio'] {
width: 23px; height: 23px; margin-right: 8px; vertical-align: middle;
}
div.regsys-opt div.wizard-choice li {
line-height: 1.5em; padding-top: 5px;
}
div.regsys-opt label {
vertical-align: middle;
}
@media screen and (max-width:679px)
{
div.regsys-opt h1 {
margin-top: 25px;
}
}
@media screen and (max-width:539px)
{
div.regsys-opt h1 {
font-size: 153%; margin-top: 30px;
}
div.regsys-opt h2 {
font-size: 123%; margin-top: 18px;
}
}
.confirm-instructions {
margin: 0px 0px 48px; border: currentColor; border-image: none;
}
@media screen and (min-width:900px)
{
.confirm-instructions {
margin: 0px 0px 78px;
}
}
@media screen and (max-width:539px)
{
.confirm-instructions {
margin: 0px 0px 28px;
}
}
.confirm-instructions h2 {
line-height: 1.25em; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 125%; font-weight: bold;
}
.confirm-instructions h2.title {
padding: 0px; color: rgb(226, 51, 0); font-weight: bold;
}
.confirm-instructions a:link {
text-decoration: none;
}
.confirm-instructions a:visited {
text-decoration: none;
}
.confirm-instructions a:hover {
text-decoration: none;
}
.confirm-instructions .confirm-instruction-item {
margin: 0px 0px 23px;
}
.confirm-instructions li.mscom-accordion-item {
padding: 0px 0px 10px; border-bottom-color: rgb(210, 210, 210); border-bottom-width: 1px; border-top-style: none; border-bottom-style: solid;
}
@media screen and (max-width:539px)
{
.confirm-instructions li.mscom-accordion-item {
padding: 0px 0px 15px;
}
.confirm-instructions .confirm-instruction-item {
margin: 0px 0px 13px;
}
}
.confirm-instructions div.hpLst_body {
border-bottom-style: none;
}
.confirm-instructions .confirm-instruction-list li .start-download {
margin: 8px 0px; color: rgb(80, 80, 80); line-height: 1.25em; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 81%;
}
.confirm-instructions .confirm-instruction-list .mscom-accordion-item-container {
padding-left: 35px;
}
@media screen and (max-width:539px)
{
.confirm-instructions .confirm-instruction-list li .start-download {
margin: 33px 0px 18px;
}
}
.confirm-instructions .confirm-instruction-list li.bundledItem {
display: none;
}
.confirm-instructions {
}
.confirm-instructions .chooseFile {
height: 480px; color: rgb(51, 51, 51);
}
.confirm-instructions .chooseFile a {
color: rgb(21, 112, 166);
}
.confirm-instructions .chooseFile table {
width: 100%; text-align: left; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-weight: normal; border-collapse: collapse;
}
.confirm-instructions .chooseFile table th {
padding: 0px 0px 5px; text-align: left; font-weight: bold; border-bottom-color: rgb(210, 210, 210); border-bottom-width: 1px; border-bottom-style: solid;
}
.confirm-instructions .jsOff.chooseFile {
margin: 0px 0px 25px; height: auto;
}
.confirm-instructions .jsOff.chooseFile h3 {
margin: 25px 0px 20px; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 125%;
}
.confirm-instructions .jsOff.chooseFile table {
font-size: 81%;
}
.confirm-instructions .jsOff.chooseFile a {
font-family: wf_segoe-ui_semibold,"Segoe UI Semibold","Segoe WP Semibold",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif;
}
.confirm-instructions .jsOff.chooseFile table th {
font-family: wf_segoe-ui_semibold,"Segoe UI Semibold","Segoe WP Semibold",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif;
}
.confirm-instructions .jsOff.chooseFile table td {
padding: 15px 0px 5px; border-bottom-color: rgb(210, 210, 210); border-bottom-width: 1px; border-bottom-style: solid;
}
.confirm-instructions .jsOff.chooseFile table .file-link {
padding-left: 5px;
}
.confirm-instructions .jsOff.chooseFile table .file-size {
padding-left: 5px;
}
.confirm-instructions .jsOff.chooseFile table td span.file-link-view1 {
display: none;
}
.confirm-instructions .jsOff.chooseFile table td span.file-size-view1 {
display: none;
}
@media screen and (max-width:539px)
{
.confirm-instructions .jsOff.chooseFile table .file-link {
display: none;
}
.confirm-instructions .jsOff.chooseFile table .file-size {
display: none;
}
.confirm-instructions .jsOff.chooseFile table td span.file-name-view1 {
margin: 0px 0px 5px; display: block;
}
.confirm-instructions .jsOff.chooseFile table td span.file-link-view1 {
margin: 0px 0px 10px; width: 40%; float: left; display: block;
}
.confirm-instructions .jsOff.chooseFile table td span.file-size-view1 {
margin: 0px 0px 10px; width: 40%; float: left; display: block;
}
.confirm-instructions .jsOff.chooseFile {
margin: 0px 0px 15px;
}
}
.confirm-instructions .jsOn.chooseFile {
font-size: 123%; -ms-overflow-y: auto;
}
.confirm-instructions .multi.failoverLink {
color: rgb(21, 112, 166); font-size: 100%; display: inline-block;
}
.confirm-instructions .multifile-failover-list {
height: 367px; font-size: 81%; margin-bottom: 8px; -ms-overflow-y: auto;
}
.confirm-instructions .start-download {
display: none;
}
.confirm-instructions .mutifilepopup {
display: inline-block;
}
.confirm-instructions .jsOn.chooseFile input[type='checkbox'] {
margin: 0px; width: 21px; height: 21px;
}
.confirm-instructions .jsOn.chooseFile .multifile-failover-list tr.removable {
display: none;
}
.confirm-instructions .jsOn.chooseFile .multifile-failover-list td {
padding: 20px 0px 17px; line-height: 1.25em; border-bottom-color: rgb(210, 210, 210); border-bottom-width: 1px; border-bottom-style: solid;
}
.confirm-instructions .jsOn.chooseFile .multifile-failover-list .multifile-failover-filename {
-ms-word-break: break-all;
}
.confirm-instructions .jsOn.chooseFile .multifile-failover-list .multifile-failover-url {
padding-left: 5px;
}
.confirm-instructions .jsOn.chooseFile .multifile-failover-list .multifile-failover-size {
padding-left: 5px;
}
.confirm-instructions .jsOn.chooseFile .multifile-failover-list .multifile-failover-view1 {
display: none;
}
.confirm-instructions .jsOn.chooseFile h3 {
margin: 0px 0px 25px; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 187.5%;
}
.confirm-instructions .jsOn.chooseFile .green-sniff-recommend {
color: rgb(0, 114, 51); font-weight: bold; display: none;
}
.confirm-instructions .jsOn.chooseFile div.wizard-footer {
text-align: right; padding-top: 20px; border-top-color: rgb(210, 210, 210); border-top-width: 1px; border-top-style: solid;
}
.confirm-instructions .jsOn.chooseFile div.wizard-footer a {
padding: 6px 25px; border: 1px solid rgb(214, 49, 5); border-image: none; color: rgb(255, 255, 255); font-size: 81%; margin-left: 8px; display: inline-block; background-color: rgb(214, 49, 5);
}
.confirm-instructions .jsOn.chooseFile div.wizard-footer a:hover {
text-decoration: none; _cursor: pointer;
}
.confirm-instructions .jsOn.chooseFile div.wizard-footer a:focus {
text-decoration: none; _cursor: pointer;
}
.confirm-instructions .jsOn.chooseFile div.wizard-footer a:active {
text-decoration: none; _cursor: pointer;
}
.confirm-instructions .jsOn.chooseFile div.wizard-footer a.unselected {
border: 1px solid rgb(238, 238, 238); border-image: none; color: rgb(163, 163, 163); background-color: rgb(238, 238, 238);
}
@media screen and (max-width:539px)
{
.confirm-instructions .jsOn.chooseFile .multifile-failover-list .multifile-failover-size {
display: none;
}
.confirm-instructions .jsOn.chooseFile .multifile-failover-list .multifile-failover-url {
display: none;
}
.confirm-instructions .jsOn.chooseFile .multifile-failover-list .multifile-failover-view1 {
margin-top: 10px; display: block;
}
.confirm-instructions .jsOn.chooseFile .multifile-failover-list .multifile-failover-view1 .filesize {
margin-left: 20px;
}
.confirm-instructions .jsOn.chooseFile h3 {
font-size: 124%;
}
.confirm-instructions .jsOn.chooseFile .multifile-failover-list th {
padding-bottom: 15px;
}
.confirm-instructions .jsOn.chooseFile .multifile-failover-list table tr td:first-child {
vertical-align: top;
}
.confirm-instructions .jsOn.chooseFile div.wizard-footer {
border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
.confirm-instructions .jsOn.chooseFile {
height: auto; overflow: hidden;
}
}
div.hpLst_body div.ins-detail {
color: rgb(51, 51, 51); line-height: 1.25em; padding-right: 0px; padding-bottom: 27px; font-size: 81%; margin-top: 0px; margin-bottom: 0px;
}
div.hpLst_body div.ins-detail b {
font-weight: bold;
}
div.hpLst_body div.ins-detail p {
margin: 10px;
}
div.hpLst_body div.ins-detail ol {
margin: 10px 20px 0px; list-style-type: decimal;
}
div.hpLst_body div.ins-detail ul {
margin: 10px 15px 0px 0px; list-style-type: disc;
}
div.hpLst_body div.ins-detail ul ul {
margin-left: 15px; list-style-type: disc;
}
div.hpLst_body div.ins-detail li {
margin-bottom: 10px;
}
.confirm-instructions .mscom-accordionItem .ins-detail .htmldetails {
margin: 0px; padding: 10px 0px 0px;
}
.confirm-instructions .mscom-accordionItem .ins-detail .htmldetails ul {
margin: 10px 2.7% 0px; list-style-type: disc;
}
.confirm-instructions .mscom-accordionItem .ins-detail .htmldetails ol {
margin: 10px 0px 0px; list-style-type: decimal;
}
.confirm-instructions .mscom-accordionItem .ins-detail .htmldetails ul ul {
margin: 10px 2.7% 0px; list-style-type: disc;
}
.confirm-instructions .mscom-accordionItem .ins-detail .htmldetails ul ol {
margin: 10px 2.7% 0px; list-style-type: decimal;
}
.confirm-instructions .mscom-accordionItem .ins-detail .htmldetails ol ol {
margin: 10px 2.7% 0px; list-style-type: decimal;
}
.confirm-instructions .mscom-accordionItem .ins-detail .htmldetails ol ul {
margin: 10px 2.7% 0px; list-style-type: disc;
}
.confirm-instructions .mscom-accordionItem .ins-detail .htmldetails ol li {
margin-left: 3.6%; list-style-type: decimal;
}
.confirm-instructions .mscom-accordionItem .ins-detail .htmldetails ul li {
margin-left: 3.6%; list-style-type: disc;
}
.confirm-instructions .mscom-accordionItem .ins-detail .htmldetails p {
padding: 10px 0px;
}
.confirm-instructions .mscom-accordionItem .ins-detail .htmldetails li {
margin-bottom: 10px; margin-left: 3.6%; list-style-type: disc;
}
#dlc-notification-hero {
line-height: 0; position: relative;
}
#dlc-notification-hero-text {
padding: 10px 0px 30px; color: rgb(51, 51, 51); line-height: 1.25em; background-color: rgb(238, 224, 190);
}
#dlc-notification-hero-text > div {
padding-left: 15px;
}
#dlc-notification-hero-text h1 {
color: rgb(21, 112, 166); font-size: 187.5%; margin-bottom: 10px;
}
#dlc-notification-hero-text p {
margin-bottom: 15px;
}
#dlc-notification-hero .row-fluid .span {
margin-left: 0px;
}
#dlc-notification-hero-text-2 {
color: rgb(21, 112, 166); font-size: 81.25%;
}
#dlc-notification-signup a {
padding: 5px 25px; color: rgb(255, 255, 255); font-family: wf_segoe-ui_semibold,"Segoe UI Semibold","Segoe WP Semibold",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 81.25%; text-decoration: none; position: relative; background-color: rgb(229, 83, 43);
}
.dlc_notification_content_text {
color: rgb(51, 51, 51); line-height: 1.25em; font-size: 81.25%;
}
.dlc_notification_content_text p {
margin-bottom: 12px;
}
.dlc_notification_content_text p:last-child {
margin-bottom: 0px;
}
.dlc_notification_content_text a {
padding-bottom: 10px; font-weight: bold; display: block;
}
.dlc_notification_content_headline h2 {
margin: 23px 0px 29px; color: rgb(0, 0, 0); font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 125%;
}
@media screen and (min-width:540px)
{
.dlc_notification_content_headline h2 {
margin: 23px 0px 31px; color: rgb(80, 80, 80); font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 187.5%;
}
#dlc-notification-hero {
min-width: 630px;
}
#dlc-notification-hero-text {
top: 10px; padding-top: 0px; position: absolute; background-color: transparent;
}
.dlc_notification_content_text a {
padding-bottom: 0px; text-decoration: none;
}
#dlc-notification-hero-text > div {
padding-left: 35px;
}
#dlc-notification-hero-container {
overflow: hidden;
}
}
@media screen and (min-width:680px)
{
#dlc-notification-hero-text {
top: 25px;
}
#dlc-notification-hero-text-1 {
font-size: 125%;
}
#dlc-notification-signup a {
padding: 5px 15px; top: 10px; font-size: 125%;
}
#dlc-notification-hero {
min-width: 685px;
}
}
@media screen and (min-width:900px)
{
#dlc-notification-hero-text h1 {
font-size: 250%;
}
}
.dlc-faq-content .mscom-accordion .mscom-accordion-item-container {
margin: 0px; padding: 0px 35px 35px; color: rgb(51, 51, 51); line-height: 1.25em; font-size: 81.25%;
}
.dlc-faq-content .mscom-accordion .mscom-accordion-item-container p {
margin-bottom: 15px;
}
.dlc-faq-content .mscom-accordion .mscom-accordion-item-link {
padding: 25px 0px; line-height: 1.25em;
}
.dlc-faq-content .mscom-accordion .mscom-accordion-item-container p:last-child {
margin-bottom: 0px;
}
.dlc-faq-content .mscom-accordion .mscom-accordion-item-container ul {
padding: 0px 0px 0px 45px;
}
.dlc-faq-content .mscom-accordion .mscom-accordion-item-container ol {
padding: 0px 0px 0px 45px;
}
p.new-line-span {
margin: 0px; padding: 0px;
}
.dlc-faq-headline h1 {
margin: 25px 0px 0px; color: rgb(80, 80, 80); font-size: 125%;
}
@media screen and (min-width:540px)
{
.dlc-faq-headline h1 {
margin: 30px 0px 8px; font-size: 187%;
}
.dlc-faq-content .mscom-accordion .mscom-accordion-item-link {
padding: 20px 0px; line-height: 1.25em;
}
.dlc-faq-content .mscom-accordion .mscom-accordion-item-container {
padding: 15px 35px 30px;
}
}
@media screen and (min-width:680px)
{
.dlc-faq-headline h1 {
margin: 45px 0px 8px;
}
}
.dlc-newsletter-description {
color: rgb(51, 51, 51); line-height: 1.25em; font-size: 81.25%;
}
.dlc-newsletter-headline {
margin: 32px 0px 30px; color: rgb(51, 51, 51); line-height: 1.25em;
}
.dlc-newsletter-headline h1 {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 100%;
}
@media only screen and (min-width:540px)
{
.dlc-newsletter-headline {
margin: 45px 0px 28px;
}
.dlc-newsletter-headline h1 {
font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 187.5%;
}
}
.dlc-hp h2 {
color: rgb(51, 51, 51); line-height: 1.25em; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 187%;
}
.dlc-hp .dlc-hp-bottomlist {
color: rgb(51, 51, 51);
}
.dlc-hp .dlc-hp-bottomlist li span {
line-height: 1.25em;
}
.dlc-hp .dlc-hp-bottomlist li > a {
padding-top: 6px; display: inline-block;
}
.dlc-hp .dlc-hp-bottomlist li:first-child > a {
padding-top: 0px;
}
.dlc-hp .dlc-hp-bottomlist .downloadList {
font-size: 81.25%;
}
.dlc-hp .dlc-hp-bottomlist .loadMask {
font-size: 81.25%;
}
.dlc-hp .dlc-hp-bottomlist .dlc-btm-list-container {
font-size: 81.25%;
}
.dlc-hp .dlc-hp-bottomlist h2 {
margin-bottom: 15px;
}
.dlc-hp .add-on-list h3 {
line-height: 1.25em; padding-bottom: 10px; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 125%;
}
.dlc-hp .downloadList h3 {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif;
}
.dlc-hp .dlc-hp-ad .mscomAd > iframe {
margin-top: 94px;
}
.dlc-hp .dlc-hp-ad .mscomAd {
margin: 0px auto; line-height: 1em;
}
.dlc-hp .dlc-hp-bottomlist .dlc-hp-featured-items-container {
padding-left: 20px;
}
.dlc-hp .dlc-hp-bottomlist .dlc-hp-add-ons-container {
padding-left: 20px;
}
.dlc-hp .dlc-hp-bottomlist .dlc-hp-for-windows-container {
padding-left: 0px;
}
.box a:link {
color: inherit; cursor: pointer; pointer-events: auto;
}
.box a:visited {
color: inherit; cursor: pointer; pointer-events: auto;
}
.box a:hover {
color: inherit; cursor: pointer; pointer-events: auto;
}
.box a:active {
color: inherit; cursor: pointer; pointer-events: auto;
}
@media screen and (min-width:900px)
{
.dlc-hp .add-on-list :first-child.dlc-hp-btm-Acc {
margin-bottom: 48px;
}
}
@media screen and (max-width:899px) and (min-width:680px)
{
.dlc-hp .add-on-list {
margin-top: 36px;
}
.dlc-hp .dlc-hp-ad .mscomAd > iframe {
margin-top: 80px;
}
.dlc-hp .dlc-hp-bottomlist .PopularDownloadInHomePage {
padding-right: 11%;
}
.dlc-hp .dlc-hp-bottomlist .dlc-hp-featured-items-container {
padding-right: 11%;
}
.dlc-hp .dlc-hp-bottomlist .dlc-hp-add-ons-container {
padding-left: 0px;
}
.dlc-hp .dlc-hp-bottomlist .dlc-hp-add-ons-container .CSPvNext > .row-fluid > .span {
padding-right: 11%;
}
.dlc-hp .dlc-hp-bottomlist .dlc-hp-for-windows-container {
padding-left: 35px;
}
}
@media screen and (max-width:679px) and (min-width:540px)
{
.dlc-hp .add-on-list h3 {
font-size: 100%;
}
.dlc-hp .add-on-list {
margin-top: 35px;
}
.dlc-hp .dlc-hp-ad .mscomAd > iframe {
margin-top: 80px; margin-bottom: 20px;
}
.dlc-hp .dlc-hp-bottomlist .PopularDownloadInHomePage {
padding-right: 4%;
}
.dlc-hp .dlc-hp-bottomlist .dlc-hp-featured-items-container {
padding-right: 4%;
}
.dlc-hp .dlc-hp-bottomlist .dlc-hp-add-ons-container {
padding-left: 0px;
}
.dlc-hp .dlc-hp-bottomlist .dlc-hp-add-ons-container .CSPvNext > .row-fluid > .span {
padding-right: 4%;
}
.dlc-hp .dlc-hp-bottomlist .dlc-hp-for-windows-container {
padding-left: 33px;
}
}
@media screen and (max-width:539px)
{
.dlc-hp .dlc-hp-bottomlist h2 {
margin-bottom: 0px;
}
.dlc-hp .dlc-hp-bottomlist .mscom-accordion-item-link {
cursor: pointer;
}
.dlc-hp .dlc-hp-bottomlist .mscom-accordion-item-container {
margin-right: 5px; margin-bottom: 30px;
}
.dlc-hp .dlc-hp-bottomlist .PopularDownloadInHomePage .mscom-accordion-item-container {
margin-bottom: 15px;
}
.dlc-hp .add-on-list {
margin-top: 0px;
}
.dlc-hp .mscom-accordion .mscom-accordion-item-link {
padding: 20px 0px;
}
.dlc-hp h2 {
font-size: 125%;
}
.dlc-hp .dlc-hp-bottomlist li span {
line-height: 1.25em; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 1.23em;
}
.dlc-hp .dlc-hp-ad .mscomAd > iframe {
margin-top: 60px;
}
.dlc-hp .dlc-hp-bottomlist .dlc-hp-featured-items-container {
padding-left: 0px;
}
.dlc-hp .dlc-hp-bottomlist .dlc-hp-add-ons-container {
padding-left: 0px;
}
.dlc-hp .dlc-hp-bottomlist .dlc-hp-for-windows-container {
padding-left: 0px;
}
.mobile-fullwidth .mobilecontent-row {
width: 96%; margin-right: auto; margin-left: auto;
}
}
div.dlc-product-icon {
padding: 30px 0px 42px; line-height: 1.25em;
}
div.dlc-product-icon h2 {
margin-bottom: 10px;
}
div.dlc-product-icon div.icons div.span {
text-align: center; vertical-align: top; min-height: 100px;
}
div.dlc-product-icon div.icons a {
padding: 10px 1px; color: rgb(51, 51, 51); font-size: 81.25%; text-decoration: none; display: block;
}
div.dlc-product-icon div.icons a:hover {
padding: 9px 0px; border: 1px solid rgb(239, 239, 239); border-image: none; background-color: rgb(239, 239, 239);
}
div.dlc-product-icon div.icons a:active {
padding: 9px 0px; border: 1px solid rgb(239, 239, 239); border-image: none; background-color: rgb(239, 239, 239);
}
@media screen and (max-width:539px)
{
div.dlc-product-icon {
padding-top: 25px; padding-bottom: 10px;
}
div.dlc-product-icon h2 {
margin-bottom: 20px;
}
}
.dlc-hp-bg1 {
background-color: rgb(255, 140, 1);
}
.dlc-hp-bg2 {
background-color: rgb(15, 161, 184);
}
.dlc-hp-bg3 {
background-color: rgb(220, 60, 0);
}
.dlc-hp-highlight {
margin-top: 15px; margin-bottom: 10px;
}
.dlc-hp-highlight a {
display: block;
}
.dlc-hp-highlight img {
color: rgb(255, 255, 255); max-width: 100%;
}
@media screen and (max-width:539px)
{
.dlc-hp-highlight {
margin-top: 0px;
}
}
@media screen and (max-width:679px) and (min-width:540px)
{
.dlc-hp-highlight {
margin-top: 10px; margin-bottom: 25px;
}
}
@media screen and (max-width:899px) and (min-width:680px)
{
.dlc-hp-highlight {
margin-top: 15px; margin-bottom: 25px;
}
}
div.download-wizard {
height: 490px; color: rgb(51, 51, 51); overflow: auto;
}
div.download-wizard div.wizard-step {
display: none;
}
div.download-wizard h2 {
line-height: 1.25em; padding-bottom: 26px; font-size: 230%;
}
div.download-wizard h3 {
line-height: 1.5em; font-family: wf_segoe-ui_semibold,"Segoe UI Semibold","Segoe WP Semibold",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 153%;
}
div.download-wizard .wizard-subtitle {
line-height: 1.5em; font-family: wf_segoe-ui_semibold,"Segoe UI Semibold","Segoe WP Semibold",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 123%;
}
div.download-wizard input[type='checkbox'] {
margin: 0px; width: 21px; height: 21px;
}
div.download-wizard input[type='radio'] {
margin: 0px 8px 0px 0px; width: 23px; height: 23px; vertical-align: middle;
}
div.download-wizard div.wizard-choice li {
line-height: 1.5em; padding-top: 5px;
}
div.download-wizard label {
vertical-align: middle;
}
div.download-wizard div.wizard-footer {
border-style: solid none none; text-align: right; padding-top: 20px; border-top-color: rgb(210, 210, 210); border-top-width: 1px;
}
div.download-wizard div.wizard-footer a.button {
padding: 6px 25px; margin-left: 8px; display: inline-block;
}
div.download-wizard div.wizard-footer a.next {
border: 1px solid rgb(23, 119, 177); border-image: none; color: rgb(255, 255, 255); background-color: rgb(23, 119, 177);
}
div.download-wizard div.wizard-footer a.back {
border: 1px solid rgb(204, 204, 204); border-image: none; color: rgb(51, 51, 51); background-color: rgb(204, 204, 204);
}
div.download-wizard div.wizard-footer a {
text-decoration: none; _cursor: pointer;
}
div.download-wizard div.wizard-footer a:hover {
text-decoration: none; _cursor: pointer;
}
div.download-wizard div.wizard-footer a:focus {
text-decoration: none; _cursor: pointer;
}
div.download-wizard div.wizard-footer a:active {
text-decoration: none; _cursor: pointer;
}
div.download-wizard .bold {
font-weight: bold;
}
div.download-wizard .green {
color: rgb(0, 114, 51);
}
@media screen and (max-width:539px)
{
div.download-wizard {
height: auto;
}
div.download-wizard h2 {
padding-bottom: 16px; font-size: 154%; margin-top: 5px;
}
}
div.product-bundles .bundle-heading {
color: rgb(51, 51, 51); margin-bottom: 10px;
}
div.product-bundles .bundle-list table {
width: 100%; border-collapse: collapse;
}
div.product-bundles table td {
border-style: solid none none; padding: 15px 0px; vertical-align: top; border-top-color: rgb(210, 210, 210); border-top-width: 1px;
}
div.product-bundles table td img {
vertical-align: text-top;
}
div.product-bundles table td.td-check {
width: 28px; line-height: 1.85em; padding-right: 8px;
}
div.product-bundles table td.td-check input {
margin: 0px; padding: 0px; vertical-align: text-top;
}
div.product-bundles table td.td-icon {
width: 56px; line-height: 1.85em; padding-right: 8px;
}
div.product-bundles table td.td-info {
width: 25px; line-height: 1.85em; padding-left: 5px;
}
div.product-bundles div.bundle-list {
height: 300px; overflow: auto; margin-bottom: 10px;
}
div.product-bundles div.bundle-list p.bundle-title {
font-size: 124%; font-weight: bold;
}
div.product-bundles div.bundle-list p.bundle-desc {
padding: 13px 0px 0px;
}
div.product-bundles div.bundle-list .bundle-filesize {
padding-top: 5px;
}
div.product-bundles div.download-summary div.summary-list {
color: rgb(51, 51, 51);
}
div.product-bundles div.download-summary div.summary-footer {
color: rgb(51, 51, 51); font-family: wf_segoe-ui_semibold,"Segoe UI Semibold","Segoe WP Semibold",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif;
}
@media screen and (max-width:899px)
{
div.product-bundles .bundle-list .td-icon {
display: none;
}
div.product-bundles div.bundle-list {
height: auto;
}
}
@media screen and (max-width:539px)
{
div.product-bundles div.bundle-list p.bundle-desc {
display: none;
}
div.product-bundles div.bundle-list .td-info {
display: none;
}
div.product-bundles table td {
padding: 15px 0px 5px;
}
}
div.wizard-footer {
clear: both;
}
div.download-summary {
padding: 30px; color: rgb(51, 51, 51); line-height: 1.25em; overflow: hidden; background-color: rgb(243, 243, 243);
}
div.chooseFile div.download-summary {
font-size: 81%;
}
div.download-summary table {
font-size: 100%;
}
div.download-summary .title {
font-size: 123%;
}
div.download-summary .summary-list {
border-style: none none solid; height: 224px; overflow: auto; padding-bottom: 8px; margin-top: 20px; margin-bottom: 13px; border-bottom-color: rgb(210, 210, 210); border-bottom-width: 1px;
}
div.download-summary table td {
padding: 0px; border: 0px currentColor; border-image: none;
}
div.download-summary table td.td-no {
padding-right: 5px; vertical-align: top;
}
div.download-summary .summary-footer {
font-weight: bold;
}
div.install-dlm p.desc {
margin: 5px 0px 23px; font-weight: bold;
}
div.install-dlm .subtitle {
margin-bottom: 5px;
}
div.install-dlm div.additional {
height: 170px; overflow: auto; margin-bottom: 10px;
}
div.install-dlm div.additional div.additional li {
margin-bottom: 7px;
}
div.install-dlm div.additional div.suggest {
margin-top: 28px;
}
div.install-dlm div.additional div.suggest ul {
margin-top: 5px;
}
div.install-dlm div.additional div.suggest li {
margin-top: 10px;
}
div.install-dlm .dlm-choice-title {
margin-bottom: 10px;
}
div.install-dlm .wizard-choice {
margin-top: 28px; margin-bottom: 5px;
}
div.install-dlm div.benifit ul {
padding-left: 15px; list-style-type: disc;
}
div.install-dlm div.benifit ul li {
margin-bottom: 7px;
}
div.install-dlm div.benifit {
margin-top: 30px;
}
div.wizard-footer div.dlm-warn-link {
float: left; position: relative;
}
div.wizard-footer div.dlm-warn-link a.warn-desc {
height: 2em; color: rgb(21, 112, 166); line-height: 2em; padding-left: 30px; display: block; position: relative;
}
div.wizard-footer div.dlm-warn-link .arrow-icon {
background: url("/en-us/CMSImages/icon_arrow.png?version=45068e15-1f21-60f3-d03a-a98d7b2c00b7") no-repeat; left: 0px; width: 23px; height: 23px; position: absolute;
}
div.wizard-footer div.dlm-warn-link .moreinfo-detailcontainer {
height: 430px; text-align: left;
}
div.wizard-footer div.dlm-warn-link .moreinfo-detailcontainer .title {
color: rgb(51, 51, 51); line-height: 1.25em; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 234.37%; font-weight: normal; margin-top: 2px; margin-right: 41px; margin-left: 30px;
}
div.wizard-footer div.dlm-warn-link .moreinfo-detailcontainer .moreinfo-desc {
color: rgb(51, 51, 51); line-height: 1.25em; overflow: auto; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 100%; margin-top: 17px; margin-right: 41px; margin-left: 30px; max-height: 350px;
}
div.wizard-footer div.dlm-warn-link .moreinfo-detailcontainer .moreinfo-desc p {
padding: 10px 0px;
}
div.wizard-footer div.dlm-warn-link .moreinfo-detailcontainer .moreinfo-desc ul {
padding-left: 15px; list-style-type: disc;
}
@media screen and (max-width:899px) and (min-width:680px)
{
div.wizard-footer div.dlm-warn-link .moreinfo-detailcontainer .title {
font-size: 156.25%; margin-top: 7px;
}
}
@media screen and (max-width:679px) and (min-width:540px)
{
div.wizard-footer div.dlm-warn-link .moreinfo-detailcontainer .title {
font-size: 125%; margin-top: 0px;
}
div.wizard-footer div.dlm-warn-link .moreinfo-detailcontainer .moreinfo-desc {
margin-top: 9px; max-height: 360px;
}
}
@media screen and (max-width:539px)
{
div.install-dlm div.wizard-footer {
margin-top: 40px;
}
div.install-dlm div.wizard-footer div.dlm-warn-link {
text-align: left; margin-bottom: 20px; float: none;
}
div.install-dlm div.wizard-footer div.dlm-warn-link .moreinfo-detailcontainer .title {
font-size: 125%; margin-top: 8px;
}
div.install-dlm div.wizard-footer div.dlm-warn-link .moreinfo-desc {
margin-top: 9px; max-height: none;
}
}
div.mobileshare h2 {
color: rgb(51, 51, 51); line-height: 1.25em; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 230%; margin-bottom: 18px; min-height: 0px; _height: 0;
}
div.mobileshare .mobileshare-des {
color: rgb(51, 51, 51); margin-bottom: 22px;
}
div.mobileshare div.mobileshare-list {
margin: 0px 0px 18px; line-height: 1.25em;
}
div.mobileshare div.mobileshare-list {
height: 317px; overflow: auto;
}
div.mobileshare div.mobileshare-list table {
width: 100%; border-collapse: collapse;
}
div.mobileshare div.mobileshare-list table td {
padding: 12px 0px 13px;
}
div.mobileshare table .col1 {
width: 33px;
}
div.mobileshare table .col2 {
width: 50px;
}
div.mobileshare .col2 img {
width: 40px; height: 40px;
}
div.mobileshare table span {
color: rgb(51, 51, 51);
}
div.mobileshare div.wizard-footer a.unselected {
border: 1px solid rgb(234, 234, 234); border-image: none; color: rgb(163, 163, 163); font-family: wf_segoe-ui_semibold,"Segoe UI Semibold","Segoe WP Semibold",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; cursor: default; background-color: rgb(234, 234, 234);
}
@media screen and (max-width:539px)
{
div.mobileshare .mobileshare-des {
margin-bottom: 10px;
}
div.mobileshare h2 {
margin: 12px 0px 20px; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 153%;
}
}
div.multifiles div.multifile-th {
padding: 0px 0px 5px; border-bottom-color: rgb(210, 210, 210); border-bottom-width: 1px; border-bottom-style: solid;
}
div.multifiles div.multifile-th div {
line-height: 2em; font-weight: bold; display: inline-block;
}
div.multifiles div.multifile-th .co2 {
float: right; min-width: 90px;
}
div.multifiles div.multifile-list .co1 {
width: 650px; margin-right: 5px; -ms-word-break: break-all;
}
div.multifiles div.multifile-list {
margin: 0px 0px 10px; line-height: 1.25em;
}
div.multifiles div.multifile-list {
height: 295px; overflow: auto;
}
div.multifiles div.multifile-list table {
width: 100%; border-collapse: collapse;
}
div.multifiles div.multifile-list table td {
border-style: none none solid; padding: 15px 0px; border-bottom-color: rgb(210, 210, 210); border-bottom-width: 1px;
}
div.multifiles input[type='checkbox'] {
margin-right: 8px; vertical-align: middle;
}
div.multifiles div.multifile-list table td span div.multifiles div.multifile-th div span {
vertical-align: middle;
}
div.multifiles div.wizard-footer a.unselected {
border: 1px solid rgb(238, 238, 238); border-image: none; color: rgb(163, 163, 163); cursor: default; background-color: rgb(238, 238, 238);
}
div.multifiles .mobile-only {
display: none;
}
@media screen and (max-width:539px)
{
div.multifiles div.multifile-list {
height: auto;
}
div.multifiles .mobile-hide {
display: none !important;
}
div.multifiles .mobile-only {
display: block;
}
}
.download-wizard .regsys .regsys-main {
padding-bottom: 10px;
}
.download-wizard .regsys .wizard-choice {
padding-top: 35px;
}
.download-wizard .regsys .wizard-choice .regsys-choice-title {
padding-bottom: 15px; font-size: 123%;
}
@media screen and (max-width:539px)
{
.download-wizard .regsys .wizard-footer {
margin-top: 28px;
}
}
div.windows-update div.wizard-desc {
padding-bottom: 28px;
}
div.windows-update div.wizard-wu-content {
height: 363px; margin-bottom: 10px;
}
@media screen and (max-width:539px)
{
div.windows-update div.wizard-wu-content {
min-height: 0px; _height: 0;
}
div.windows-update .wizard-subtitle {
padding-bottom: 6px;
}
div.windows-update div.wizard-desc {
padding-bottom: 18px;
}
div.windows-update div.wizard-footer {
margin-top: 40px;
}
}
.superproduct-wizard {
padding: 52px 5% 30px; color: rgb(51, 51, 51); font-weight: normal; background-color: rgb(238, 238, 238);
}
.superproduct-wizard b {
font-weight: bold;
}
.superproduct-msg-title {
color: rgb(51, 51, 51); line-height: 1.25em; padding-bottom: 38px; font-size: 187.5%;
}
.superproduct-msg-des {
line-height: 1.25em; padding-bottom: 38px; font-size: 100%;
}
.superproduct-msg-des-radio {
line-height: 1.25em; padding-bottom: 38px; font-size: 100%;
}
.superproduct-msg-prompt {
line-height: 1.25em; padding-bottom: 27px; font-size: 125%;
}
.superproduct-choosebits-list {
line-height: 1.25em; padding-bottom: 15px; font-size: 81.25%;
}
div.superproduct-wizard td {
padding-bottom: 18px; vertical-align: top;
}
div.superproduct-wizard td.product-name {
padding-top: 6px;
}
div.superproduct-wizard td input {
width: 23px; height: 23px; font-size: 81.25%; margin-right: 5px; margin-left: 0px;
}
div.superproduct-wizard .disabled {
color: rgb(150, 150, 150); cursor: default; background-color: rgb(210, 210, 210);
}
div.superproduct-wizard .enabled {
color: rgb(255, 255, 255); cursor: pointer; background-color: rgb(21, 112, 166);
}
div.superproduct-wizard .nextbtn-wrapper {
border: 1px solid rgb(238, 238, 238); border-image: none; display: inline-block;
}
div.superproduct-wizard .nextbtn {
border: currentColor; border-image: none; width: 86px; height: 30px; font-size: 81.25%;
}
div.superproduct-submit {
padding-top: 44px;
}
div.superproduct-wizard .hr {
padding-bottom: 20px; border-top-color: rgb(210, 210, 210); border-top-width: 1px; border-top-style: solid;
}
div.superproduct-wizard .green {
color: rgb(0, 114, 51);
}
div.superproduct-submit {
text-align: right;
}
div.superproduct-wizard .hidden {
display: none; visibility: hidden;
}
@media screen and (max-width:899px)
{
div.superproduct-wizard {
padding-top: 45px;
}
div.superproduct-msg-title {
font-size: 156%;
}
div.superproduct-msg-des {
font-size: 81.25%;
}
div.superproduct-msg-des-radio {
font-size: 81.25%;
}
div.superproduct-msg-prompt {
margin-top: -10px;
}
div.superproduct-submit {
padding-top: 24px;
}
}
@media screen and (max-width:679px)
{
div.superproduct-msg-title {
font-size: 125%;
}
}
@media screen and (max-width:539px)
{
div.superproduct-wizard {
padding-top: 25px;
}
div.superproduct-submit {
padding-top: 0px; margin-top: -7px;
}
div.superproduct-msg-des-radio {
margin-top: -15px;
}
div.superproduct-choosebits-list {
padding-bottom: 8px; margin-top: -10px;
}
div.superproduct-msg-prompt {
padding-bottom: 33px; font-size: 100%;
}
}
#title-background {
padding: 25px 0px; left: 0px; width: 100%; display: none; z-index: -1;
}
.lt-ie8 #title-background {
padding: 26px 0px;
}
#title-bar {
padding: 25px 0px 20px; vertical-align: middle; display: table;
}
#title-bar .FamilyIcon {
width: 50px; height: 50px; vertical-align: middle; float: none; display: table-cell;
}
#title-bar .FamilyIcon img {
padding-right: 10px; max-width: none;
}
#title-bar .FamilyName {
width: 100%; height: 50px; vertical-align: middle; float: none; display: table-cell;
}
#title-bar .FamilyName h1 {
color: rgb(255, 255, 255); line-height: 1.25em; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 187.5%; max-width: 1000px;
}
.popular-download-title {
padding-bottom: 10px; margin-top: 45px;
}
.popular-download-title h2 {
font-weight: lighter;
}
#popular-download {
border-top-color: rgb(210, 210, 210); border-top-width: 1px; border-top-style: solid;
}
.top-pick-title h2 {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 125%; margin-top: 40px; margin-bottom: 25px;
}
#top-pick {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 81.25%;
}
#top-pick {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 81.25%;
}
#top-pick .image-link {
width: auto; padding-bottom: 8px; float: left;
}
#top-pick .item-content {
width: auto; margin-left: 85px; float: none; position: relative;
}
#top-pick .description {
color: rgb(51, 51, 51); padding-bottom: 17px; display: inline-block;
}
#top-pick .item-content h3 {
color: rgb(21, 112, 166); font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 123.07%;
}
.click-to-action .arrow-icon {
background: url("/CMSImages/icon_arrow.png?version=45068e15-1f21-60f3-d03a-a98d7b2c00b7") no-repeat 0% 50%;
}
.click-to-action span.arrow-icon {
margin: 0px; padding: 0px; border: 1px solid transparent; border-image: none; left: 0px; width: 26px; height: 24px; overflow: hidden; position: absolute; _display: none;
}
.click-to-action a {
margin: 30px 0px 0px; padding: 2px 0px 2px 30px; line-height: 24px; min-height: 24px;
}
.microsoft-recommends {
padding: 44px 0px 9px;
}
.microsoft-recommends .title {
color: rgb(51, 51, 51); font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 81.25%;
}
.microsoft-recommends .recommend-words {
color: rgb(51, 51, 51); line-height: 100%; padding-top: 25px; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 187%;
}
.microsoft-recommends .recommend-words .recommend-words-semibold {
font-family: wf_segoe-ui_semibold,"Segoe UI Semibold","Segoe WP Semibold",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif;
}
.microsoft-recommends .recommend-description {
padding: 7px 0px; color: rgb(114, 114, 114); font-size: 100%;
}
.microsoft-recommends .call-to-action {
font-size: 81.25%;
}
.microsoft-recommends .call-to-action img {
float: left;
}
.microsoft-recommends .call-to-action .call-to-action-link {
width: 50%; line-height: 25px; padding-left: 10px; float: left;
}
@media screen and (max-width:539px)
{
.popular-download-title {
margin-top: 28px;
}
.microsoft-recommends {
display: none;
}
#title-background {
padding: 12.5px 0px;
}
#title-bar {
padding: 12.5px 0px;
}
#title-bar .FamilyIcon {
display: none;
}
#top-pick .image-link {
display: none;
}
.CSPvNext #top-pick .item-content {
margin-left: 0px;
}
#title-bar .FamilyName h1 {
font-size: 125%;
}
}
div .pager {
width: 100%; font-size: 0.81em; margin-right: 0px; margin-left: 0px; float: left;
}
div .pager_items {
margin-top: 1em; margin-right: 0px; margin-left: 0px;
}
div .pager_items .pager_current {
height: 2em; text-align: center; color: rgb(255, 255, 255); line-height: 1.8em; padding-right: 0.8em; padding-left: 0.8em; vertical-align: middle; display: inline-block; cursor: pointer; background-color: rgb(21, 112, 166);
}
div .pager_items a {
height: 2em; text-align: center; color: rgb(0, 68, 204); line-height: 1.8em; padding-right: 0.8em; padding-left: 0.8em; vertical-align: middle; display: inline-block;
}
div .pager_items a:hover {
background-color: rgb(210, 235, 249);
}
div .pager a:link {
text-decoration: none;
}
a:active {
text-decoration: none;
}
.pager_perpage {
margin: 0.76em 0px 0px; float: right;
}
div .pager a.pager_prious:hover {
background-color: rgb(255, 255, 255);
}
div .pager a.page_next:hover {
background-color: rgb(255, 255, 255);
}
.pager .next-page {
background: url("/en-us/CMSImages/Link_Arrowright_21x21.png?version=76B9A648-E9F9-675B-8FE0-33EC205C6AE1") no-repeat center; border: 1px solid transparent; border-image: none; width: 23px; height: 23px; vertical-align: middle; display: inline-block; box-sizing: border-box;
}
.pager .next-page:hover {
background: url("/en-us/CMSImages/mouseoverLinkarrowright.png?version=845d1492-da24-2dd6-6920-8fcb259f92ce") no-repeat center;
}
.pager .last-page {
background: url("/en-us/CMSImages/Link_Arrowleft_21x21.png?version=a8a97b90-8d9f-b29b-4d55-77fd2b30c991") no-repeat center; border: 1px solid transparent; border-image: none; width: 23px; height: 23px; vertical-align: middle; display: inline-block; box-sizing: border-box;
}
.pager .last-page:hover {
background: url("/en-us/CMSImages/mouseoverLinkarrowleft.png?version=ee5077d0-947d-0abe-52ec-22858a214294") no-repeat center;
}
.pager .pager_prious {
width: auto; height: auto;
}
.pager .page_next {
width: auto; height: auto;
}
.msstore {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif;
}
.msstore_content .msstore_title {
margin-bottom: 15px;
}
@media screen and (max-width:899px) and (min-width:540px)
{
.msstore_content .msstore_title {
margin-bottom: 30px;
}
}
@media screen and (max-width:539px)
{
.msstore_content .msstore_title {
margin-top: 21px;
}
}
.msstore_title h2 {
color: rgb(51, 51, 51); font-size: 1.25em; font-weight: normal;
}
.msstore_clip_item .row-fluid .msstore_clip_image {
width: 70px; height: 70px; text-align: center; display: table; position: absolute;
}
.msstore_clip_image .imagecontainer {
height: 70px; vertical-align: middle; display: table-cell;
}
.msstoreimga img {
border-width: 0px; padding-right: 0px; padding-left: 0px;
}
.msstore_clip_item {
margin-bottom: 20px;
}
.msstore_clip_item .row-fluid .msstore_clip_desc {
width: 100%; height: 70px; line-height: 1.25em; padding-right: 70px; padding-left: 30px; margin-left: 70px; display: table; min-height: 70px;
}
.msstore_clip_desc .textcontainer {
vertical-align: middle; display: table-cell;
}
.msstore_clip_desc a {
line-height: 0.78em; font-size: 0.82em;
}
.msstore_clip_desc a {
text-decoration: none;
}
.msstore_clip_desc a:link {
text-decoration: none;
}
.msstore_clip_desc a:visited {
text-decoration: none;
}
.msstore_clip_desc a:active {
text-decoration: none;
}
.msstore_clip_desc a:hover {
text-decoration: underline;
}
.msstore_seemore {
margin-top: 5px; margin-bottom: 7px;
}
@media screen and (max-width:899px) and (min-width:540px)
{
.msstore_seemore {
margin-bottom: 25px;
}
}
@media screen and (min-width:900px)
{
.msstore_seemore {
padding-left: 100px;
}
}
.msstore_seemore .arrowicon {
padding: 0px; border: 1px solid transparent; border-image: none; width: 23px; height: 23px; margin-right: 5px; float: left; background-image: url("/CMSImages/icon_to_right_arrow.png?version=bd7dde14-4e76-47b0-ab46-c26f51fb656b");
}
.msstore_seemore img {
margin-bottom: -5px;
}
.msstore_seemore a {
padding-top: 2px; padding-bottom: 2px; font-size: 0.82em;
}
.msstore_seemore a {
text-decoration: none;
}
.msstore_seemore a:link {
text-decoration: none;
}
.msstore_seemore a:visited {
text-decoration: none;
}
.msstore_seemore a:active {
text-decoration: none;
}
.msstore_seemore a:hover {
text-decoration: underline;
}
.msstore_clip_price {
color: rgb(225, 51, 0); line-height: 1.25em; font-size: 1.1em;
}
div .Star {
width: 72px; height: 16px;
}
div .StarBackground {
width: 72px; height: 16px;
}
div .StarOverlay {
top: -16px; height: 16px; overflow: hidden; position: relative;
}
.msstore_defaultimg {
display: none !important;
}
.CSPvNext .row-fluid > .msstore_clip_item {
margin-left: 0px;
}
.msstore_seemore_leftcol {
min-height: 1px;
}
@media screen and (max-width:899px)
{
.msstore_clip_item .row-fluid .msstore_seemore {
margin-left: 0px;
}
}
.CSPvNext .row-fluid .msstore_content {
margin-left: 0px;
}
.msstoreie7 {
} | css/mscom.css | @font-face {
font-family: wf_segoe-ui_light;
src: local("Segoe UI Light"), local("Segoe WP Light"), url(//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.eot?#iefix) format("embedded-opentype"), url(//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.woff) format("woff"), url(//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype"), url(//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.svg#web) format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: wf_segoe-ui_normal;
src: local("Segoe UI"), local("Segoe"), local("Segoe WP"), url(//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.eot?#iefix) format("embedded-opentype"), url(//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"), url(//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype"), url(//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.svg#web) format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: wf_segoe-ui_Semibold;
src: local("Segoe UI Semibold"), local("Segoe Semibold"), local("Segoe WP Semibold"), url(//i.s-microsoft.com/fonts/segoe-ui/west-european/Semibold/latest.eot?#iefix) format("embedded-opentype"), url(//i.s-microsoft.com/fonts/segoe-ui/west-european/Semibold/latest.woff) format("woff"), url(//i.s-microsoft.com/fonts/segoe-ui/west-european/Semibold/latest.ttf) format("truetype"), url(//i.s-microsoft.com/fonts/segoe-ui/west-european/Semibold/latest.svg#web) format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: wf_icons_normal;
src: url(//i.s-microsoft.com/fonts/icons/homepage/normal/2.eot?#iefix) format("embedded-opentype"), url(//i.s-microsoft.com/fonts/icons/homepage/normal/2.woff) format("woff"), url(//i.s-microsoft.com/fonts/icons/homepage/normal/2.ttf) format("truetype"), url(//i.s-microsoft.com/fonts/icons/homepage/normal/2.svg#web) format("svg");
font-weight: normal;
font-style: normal;
}
.CSPvNext html {
-ms-overflow-y: auto;
}
.CSPvNext .row-fluid {
width: 100%;
}
.CSPvNext .mscom-grid-container.row-fluid {
width: 96%;
}
.CSPvNext .mscom-grid-container {
width: 96%;
}
.CSPvNext .row-fluid::before {
line-height: 0; display: table; content: "";
}
.CSPvNext .row-fluid::after {
line-height: 0; display: table; content: "";
}
.CSPvNext .row-fluid::after {
clear: both;
}
.CSPvNext .row-fluid .span {
width: 100%; margin-left: 2%; float: left; display: block; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
.CSPvNext .row-fluid > :first-child.span {
margin-left: 0px;
}
.CSPvNext .row-fluid > .bp3-clear {
margin-left: 0px;
}
.CSPvNext .row-fluid > .bp3-col-1-1 {
margin-left: 0px;
}
.CSPvNext .row-fluid .bp3-col-1-0 {
display: none;
}
.CSPvNext .row-fluid .bp3-col-2-0 {
display: none;
}
.CSPvNext .row-fluid .bp3-col-3-0 {
display: none;
}
.CSPvNext .row-fluid .bp3-col-4-0 {
display: none;
}
.CSPvNext .row-fluid .bp3-col-5-0 {
display: none;
}
.CSPvNext .row-fluid .bp3-col-6-0 {
display: none;
}
.CSPvNext .row-fluid .bp3-col-7-0 {
display: none;
}
.CSPvNext .row-fluid .bp3-col-8-0 {
display: none;
}
.CSPvNext .row-fluid .bp3-col-9-0 {
display: none;
}
.CSPvNext .row-fluid .bp3-col-10-0 {
display: none;
}
.CSPvNext .row-fluid .bp3-col-11-0 {
display: none;
}
.CSPvNext .row-fluid .bp3-col-12-0 {
display: none;
}
.CSPvNext .row-fluid > .bp3-col-1 {
width: 100%;
}
.CSPvNext .row-fluid > .bp3-col-1-1 {
width: 100%;
}
.CSPvNext .row-fluid > .bp3-col-2-2 {
width: 100%;
}
.CSPvNext .row-fluid > .bp3-col-3-3 {
width: 100%;
}
.CSPvNext .row-fluid > .bp3-col-4-4 {
width: 100%;
}
.CSPvNext .row-fluid > .bp3-col-5-5 {
width: 100%;
}
.CSPvNext .row-fluid > .bp3-col-6-6 {
width: 100%;
}
.CSPvNext .row-fluid > .bp3-col-7-7 {
width: 100%;
}
.CSPvNext .row-fluid > .bp3-col-8-8 {
width: 100%;
}
.CSPvNext .row-fluid > .bp3-col-9-9 {
width: 100%;
}
.CSPvNext .row-fluid > .bp3-col-10-10 {
width: 100%;
}
.CSPvNext .row-fluid > .bp3-col-11-11 {
width: 100%;
}
.CSPvNext .row-fluid > .bp3-col-12-12 {
width: 100%;
}
.CSPvNext .row-fluid > .bp3-col-2 {
width: 49%;
}
.CSPvNext .row-fluid > .bp3-col-2-1 {
width: 49%;
}
.CSPvNext .row-fluid > .bp3-col-4-2 {
width: 49%;
}
.CSPvNext .row-fluid > .bp3-col-6-3 {
width: 49%;
}
.CSPvNext .row-fluid > .bp3-col-8-4 {
width: 49%;
}
.CSPvNext .row-fluid > .bp3-col-10-5 {
width: 49%;
}
.CSPvNext .row-fluid > .bp3-col-12-6 {
width: 49%;
}
.CSPvNext .row-fluid > .bp3-col-3 {
width: 32%;
}
.CSPvNext .row-fluid > .bp3-col-3-1 {
width: 32%;
}
.CSPvNext .row-fluid > .bp3-col-6-2 {
width: 32%;
}
.CSPvNext .row-fluid > .bp3-col-9-3 {
width: 32%;
}
.CSPvNext .row-fluid > .bp3-col-12-4 {
width: 32%;
}
.CSPvNext .row-fluid > .bp3-col-3-2 {
width: 66%;
}
.CSPvNext .row-fluid > .bp3-col-6-4 {
width: 66%;
}
.CSPvNext .row-fluid > .bp3-col-9-6 {
width: 66%;
}
.CSPvNext .row-fluid > .bp3-col-12-8 {
width: 66%;
}
.CSPvNext .row-fluid > .bp3-col-4 {
width: 23.5%;
}
.CSPvNext .row-fluid > .bp3-col-4-1 {
width: 23.5%;
}
.CSPvNext .row-fluid > .bp3-col-8-2 {
width: 23.5%;
}
.CSPvNext .row-fluid > .bp3-col-12-3 {
width: 23.5%;
}
.CSPvNext .row-fluid > .bp3-col-4-3 {
width: 74.5%;
}
.CSPvNext .row-fluid > .bp3-col-8-6 {
width: 74.5%;
}
.CSPvNext .row-fluid > .bp3-col-5 {
width: 18.4%;
}
.CSPvNext .row-fluid > .bp3-col-5-1 {
width: 18.4%;
}
.CSPvNext .row-fluid > .bp3-col-10-2 {
width: 18.4%;
}
.CSPvNext .row-fluid > .bp3-col-5-2 {
width: 38.8%;
}
.CSPvNext .row-fluid > .bp3-col-5-3 {
width: 59.2%;
}
.CSPvNext .row-fluid > .bp3-col-5-4 {
width: 79.6%;
}
.CSPvNext .row-fluid > .bp3-col-6 {
width: 15%;
}
.CSPvNext .row-fluid > .bp3-col-6-1 {
width: 15%;
}
.CSPvNext .row-fluid > .bp3-col-12-2 {
width: 15%;
}
.CSPvNext .row-fluid > .bp3-col-6-5 {
width: 83%;
}
.CSPvNext .row-fluid > .bp3-col-7 {
width: 12.57%;
}
.CSPvNext .row-fluid > .bp3-col-7-1 {
width: 12.57%;
}
.CSPvNext .row-fluid > .bp3-col-7-2 {
width: 27.14%;
}
.CSPvNext .row-fluid > .bp3-col-7-3 {
width: 41.71%;
}
.CSPvNext .row-fluid > .bp3-col-7-4 {
width: 56.28%;
}
.CSPvNext .row-fluid > .bp3-col-7-5 {
width: 70.85%;
}
.CSPvNext .row-fluid > .bp3-col-7-6 {
width: 85.42%;
}
.CSPvNext .row-fluid > .bp3-col-8 {
width: 10.75%;
}
.CSPvNext .row-fluid > .bp3-col-8-1 {
width: 10.75%;
}
.CSPvNext .row-fluid > .bp3-col-8-3 {
width: 36.25%;
}
.CSPvNext .row-fluid > .bp3-col-8-5 {
width: 61.75%;
}
.CSPvNext .row-fluid > .bp3-col-8-7 {
width: 87.25%;
}
.CSPvNext .row-fluid > .bp3-col-9 {
width: 9.33%;
}
.CSPvNext .row-fluid > .bp3-col-9-1 {
width: 9.33%;
}
.CSPvNext .row-fluid > .bp3-col-9-2 {
width: 20.66%;
}
.CSPvNext .row-fluid > .bp3-col-9-4 {
width: 43.33%;
}
.CSPvNext .row-fluid > .bp3-col-9-5 {
width: 54.66%;
}
.CSPvNext .row-fluid > .bp3-col-9-7 {
width: 77.33%;
}
.CSPvNext .row-fluid > .bp3-col-9-8 {
width: 88.66%;
}
.CSPvNext .row-fluid > .bp3-col-10 {
width: 8.2%;
}
.CSPvNext .row-fluid > .bp3-col-10-1 {
width: 8.2%;
}
.CSPvNext .row-fluid > .bp3-col-10-3 {
width: 28.6%;
}
.CSPvNext .row-fluid > .bp3-col-10-4 {
width: 38.8%;
}
.CSPvNext .row-fluid > .bp3-col-10-6 {
width: 59.2%;
}
.CSPvNext .row-fluid > .bp3-col-10-7 {
width: 69.4%;
}
.CSPvNext .row-fluid > .bp3-col-10-8 {
width: 79.6%;
}
.CSPvNext .row-fluid > .bp3-col-10-9 {
width: 89.8%;
}
.CSPvNext .row-fluid > .bp3-col-11 {
width: 7.27%;
}
.CSPvNext .row-fluid > .bp3-col-11-1 {
width: 7.27%;
}
.CSPvNext .row-fluid > .bp3-col-11-2 {
width: 16.54%;
}
.CSPvNext .row-fluid > .bp3-col-11-3 {
width: 25.81%;
}
.CSPvNext .row-fluid > .bp3-col-11-4 {
width: 35.09%;
}
.CSPvNext .row-fluid > .bp3-col-11-5 {
width: 44.36%;
}
.CSPvNext .row-fluid > .bp3-col-11-6 {
width: 53.63%;
}
.CSPvNext .row-fluid > .bp3-col-11-7 {
width: 62.9%;
}
.CSPvNext .row-fluid > .bp3-col-11-8 {
width: 72.18%;
}
.CSPvNext .row-fluid > .bp3-col-11-9 {
width: 81.45%;
}
.CSPvNext .row-fluid > .bp3-col-11-10 {
width: 90.72%;
}
.CSPvNext .row-fluid > .bp3-col-12 {
width: 6.5%;
}
.CSPvNext .row-fluid > .bp3-col-12-1 {
width: 6.5%;
}
.CSPvNext .row-fluid > .bp3-col-12-5 {
width: 40.5%;
}
.CSPvNext .row-fluid > .bp3-col-12-7 {
width: 57.5%;
}
.CSPvNext .row-fluid > .bp3-col-12-9 {
width: 74.5%;
}
.CSPvNext .row-fluid > .bp3-col-12-10 {
width: 83%;
}
.CSPvNext .row-fluid > .bp3-col-12-11 {
width: 91.5%;
}
@media screen and (max-width:539px)
{
.CSPvNext .row-fluid > .span {
width: 100%;
}
.CSPvNext .row-fluid .bp0-clear {
clear: both;
}
.CSPvNext .row-fluid [class*='bp0-col'] {
display: block;
}
.CSPvNext .row-fluid > .bp0-clear {
margin-left: 0px;
}
.CSPvNext .row-fluid > .bp0-col-1-1 {
margin-left: 0px;
}
.CSPvNext .row-fluid .bp0-col-1-0 {
display: none;
}
.CSPvNext .row-fluid .bp0-col-2-0 {
display: none;
}
.CSPvNext .row-fluid .bp0-col-3-0 {
display: none;
}
.CSPvNext .row-fluid .bp0-col-4-0 {
display: none;
}
.CSPvNext .row-fluid .bp0-col-5-0 {
display: none;
}
.CSPvNext .row-fluid .bp0-col-6-0 {
display: none;
}
.CSPvNext .row-fluid .bp0-col-7-0 {
display: none;
}
.CSPvNext .row-fluid .bp0-col-8-0 {
display: none;
}
.CSPvNext .row-fluid .bp0-col-9-0 {
display: none;
}
.CSPvNext .row-fluid .bp0-col-10-0 {
display: none;
}
.CSPvNext .row-fluid .bp0-col-11-0 {
display: none;
}
.CSPvNext .row-fluid .bp0-col-12-0 {
display: none;
}
.CSPvNext .row-fluid > .bp0-col-1 {
width: 100%;
}
.CSPvNext .row-fluid > .bp0-col-1-1 {
width: 100%;
}
.CSPvNext .row-fluid > .bp0-col-2-2 {
width: 100%;
}
.CSPvNext .row-fluid > .bp0-col-3-3 {
width: 100%;
}
.CSPvNext .row-fluid > .bp0-col-4-4 {
width: 100%;
}
.CSPvNext .row-fluid > .bp0-col-5-5 {
width: 100%;
}
.CSPvNext .row-fluid > .bp0-col-6-6 {
width: 100%;
}
.CSPvNext .row-fluid > .bp0-col-7-7 {
width: 100%;
}
.CSPvNext .row-fluid > .bp0-col-8-8 {
width: 100%;
}
.CSPvNext .row-fluid > .bp0-col-9-9 {
width: 100%;
}
.CSPvNext .row-fluid > .bp0-col-10-10 {
width: 100%;
}
.CSPvNext .row-fluid > .bp0-col-11-11 {
width: 100%;
}
.CSPvNext .row-fluid > .bp0-col-12-12 {
width: 100%;
}
.CSPvNext .row-fluid > .bp0-col-2 {
width: 49%;
}
.CSPvNext .row-fluid > .bp0-col-2-1 {
width: 49%;
}
.CSPvNext .row-fluid > .bp0-col-4-2 {
width: 49%;
}
.CSPvNext .row-fluid > .bp0-col-6-3 {
width: 49%;
}
.CSPvNext .row-fluid > .bp0-col-8-4 {
width: 49%;
}
.CSPvNext .row-fluid > .bp0-col-10-5 {
width: 49%;
}
.CSPvNext .row-fluid > .bp0-col-12-6 {
width: 49%;
}
.CSPvNext .row-fluid > .bp0-col-3 {
width: 32%;
}
.CSPvNext .row-fluid > .bp0-col-3-1 {
width: 32%;
}
.CSPvNext .row-fluid > .bp0-col-6-2 {
width: 32%;
}
.CSPvNext .row-fluid > .bp0-col-9-3 {
width: 32%;
}
.CSPvNext .row-fluid > .bp0-col-12-4 {
width: 32%;
}
.CSPvNext .row-fluid > .bp0-col-3-2 {
width: 66%;
}
.CSPvNext .row-fluid > .bp0-col-6-4 {
width: 66%;
}
.CSPvNext .row-fluid > .bp0-col-9-6 {
width: 66%;
}
.CSPvNext .row-fluid > .bp0-col-12-8 {
width: 66%;
}
.CSPvNext .row-fluid > .bp0-col-4 {
width: 23.5%;
}
.CSPvNext .row-fluid > .bp0-col-4-1 {
width: 23.5%;
}
.CSPvNext .row-fluid > .bp0-col-8-2 {
width: 23.5%;
}
.CSPvNext .row-fluid > .bp0-col-12-3 {
width: 23.5%;
}
.CSPvNext .row-fluid > .bp0-col-4-3 {
width: 74.5%;
}
.CSPvNext .row-fluid > .bp0-col-8-6 {
width: 74.5%;
}
.CSPvNext .row-fluid > .bp0-col-5 {
width: 18.4%;
}
.CSPvNext .row-fluid > .bp0-col-5-1 {
width: 18.4%;
}
.CSPvNext .row-fluid > .bp0-col-10-2 {
width: 18.4%;
}
.CSPvNext .row-fluid > .bp0-col-5-2 {
width: 38.8%;
}
.CSPvNext .row-fluid > .bp0-col-5-3 {
width: 59.2%;
}
.CSPvNext .row-fluid > .bp0-col-5-4 {
width: 79.6%;
}
.CSPvNext .row-fluid > .bp0-col-6 {
width: 15%;
}
.CSPvNext .row-fluid > .bp0-col-6-1 {
width: 15%;
}
.CSPvNext .row-fluid > .bp0-col-12-2 {
width: 15%;
}
.CSPvNext .row-fluid > .bp0-col-6-5 {
width: 83%;
}
.CSPvNext .row-fluid > .bp0-col-7 {
width: 12.57%;
}
.CSPvNext .row-fluid > .bp0-col-7-1 {
width: 12.57%;
}
.CSPvNext .row-fluid > .bp0-col-7-2 {
width: 27.14%;
}
.CSPvNext .row-fluid > .bp0-col-7-3 {
width: 41.71%;
}
.CSPvNext .row-fluid > .bp0-col-7-4 {
width: 56.28%;
}
.CSPvNext .row-fluid > .bp0-col-7-5 {
width: 70.85%;
}
.CSPvNext .row-fluid > .bp0-col-7-6 {
width: 85.42%;
}
.CSPvNext .row-fluid > .bp0-col-8 {
width: 10.75%;
}
.CSPvNext .row-fluid > .bp0-col-8-1 {
width: 10.75%;
}
.CSPvNext .row-fluid > .bp0-col-8-3 {
width: 36.25%;
}
.CSPvNext .row-fluid > .bp0-col-8-5 {
width: 61.75%;
}
.CSPvNext .row-fluid > .bp0-col-8-7 {
width: 87.25%;
}
.CSPvNext .row-fluid > .bp0-col-9 {
width: 9.33%;
}
.CSPvNext .row-fluid > .bp0-col-9-1 {
width: 9.33%;
}
.CSPvNext .row-fluid > .bp0-col-9-2 {
width: 20.66%;
}
.CSPvNext .row-fluid > .bp0-col-9-4 {
width: 43.33%;
}
.CSPvNext .row-fluid > .bp0-col-9-5 {
width: 54.66%;
}
.CSPvNext .row-fluid > .bp0-col-9-7 {
width: 77.33%;
}
.CSPvNext .row-fluid > .bp0-col-9-8 {
width: 88.66%;
}
.CSPvNext .row-fluid > .bp0-col-10 {
width: 8.2%;
}
.CSPvNext .row-fluid > .bp0-col-10-1 {
width: 8.2%;
}
.CSPvNext .row-fluid > .bp0-col-10-3 {
width: 28.6%;
}
.CSPvNext .row-fluid > .bp0-col-10-4 {
width: 38.8%;
}
.CSPvNext .row-fluid > .bp0-col-10-6 {
width: 59.2%;
}
.CSPvNext .row-fluid > .bp0-col-10-7 {
width: 69.4%;
}
.CSPvNext .row-fluid > .bp0-col-10-8 {
width: 79.6%;
}
.CSPvNext .row-fluid > .bp0-col-10-9 {
width: 89.8%;
}
.CSPvNext .row-fluid > .bp0-col-11 {
width: 7.27%;
}
.CSPvNext .row-fluid > .bp0-col-11-1 {
width: 7.27%;
}
.CSPvNext .row-fluid > .bp0-col-11-2 {
width: 16.54%;
}
.CSPvNext .row-fluid > .bp0-col-11-3 {
width: 25.81%;
}
.CSPvNext .row-fluid > .bp0-col-11-4 {
width: 35.09%;
}
.CSPvNext .row-fluid > .bp0-col-11-5 {
width: 44.36%;
}
.CSPvNext .row-fluid > .bp0-col-11-6 {
width: 53.63%;
}
.CSPvNext .row-fluid > .bp0-col-11-7 {
width: 62.9%;
}
.CSPvNext .row-fluid > .bp0-col-11-8 {
width: 72.18%;
}
.CSPvNext .row-fluid > .bp0-col-11-9 {
width: 81.45%;
}
.CSPvNext .row-fluid > .bp0-col-11-10 {
width: 90.72%;
}
.CSPvNext .row-fluid > .bp0-col-12 {
width: 6.5%;
}
.CSPvNext .row-fluid > .bp0-col-12-1 {
width: 6.5%;
}
.CSPvNext .row-fluid > .bp0-col-12-5 {
width: 40.5%;
}
.CSPvNext .row-fluid > .bp0-col-12-7 {
width: 57.5%;
}
.CSPvNext .row-fluid > .bp0-col-12-9 {
width: 74.5%;
}
.CSPvNext .row-fluid > .bp0-col-12-10 {
width: 83%;
}
.CSPvNext .row-fluid > .bp0-col-12-11 {
width: 91.5%;
}
}
@media screen and (max-width:679px) and (min-width:540px)
{
.CSPvNext .row-fluid .span {
width: 100%;
}
.CSPvNext .row-fluid .bp1-clear {
clear: both;
}
.CSPvNext .row-fluid [class*='bp1-col'] {
display: block;
}
.CSPvNext .row-fluid > .bp1-clear {
margin-left: 0px;
}
.CSPvNext .row-fluid > .bp1-col-1-1 {
margin-left: 0px;
}
.CSPvNext .row-fluid .bp1-col-1-0 {
display: none;
}
.CSPvNext .row-fluid .bp1-col-2-0 {
display: none;
}
.CSPvNext .row-fluid .bp1-col-3-0 {
display: none;
}
.CSPvNext .row-fluid .bp1-col-4-0 {
display: none;
}
.CSPvNext .row-fluid .bp1-col-5-0 {
display: none;
}
.CSPvNext .row-fluid .bp1-col-6-0 {
display: none;
}
.CSPvNext .row-fluid .bp1-col-7-0 {
display: none;
}
.CSPvNext .row-fluid .bp1-col-8-0 {
display: none;
}
.CSPvNext .row-fluid .bp1-col-9-0 {
display: none;
}
.CSPvNext .row-fluid .bp1-col-10-0 {
display: none;
}
.CSPvNext .row-fluid .bp1-col-11-0 {
display: none;
}
.CSPvNext .row-fluid .bp1-col-12-0 {
display: none;
}
.CSPvNext .row-fluid > .bp1-col-1 {
width: 100%;
}
.CSPvNext .row-fluid > .bp1-col-1-1 {
width: 100%;
}
.CSPvNext .row-fluid > .bp1-col-2-2 {
width: 100%;
}
.CSPvNext .row-fluid > .bp1-col-3-3 {
width: 100%;
}
.CSPvNext .row-fluid > .bp1-col-4-4 {
width: 100%;
}
.CSPvNext .row-fluid > .bp1-col-5-5 {
width: 100%;
}
.CSPvNext .row-fluid > .bp1-col-6-6 {
width: 100%;
}
.CSPvNext .row-fluid > .bp1-col-7-7 {
width: 100%;
}
.CSPvNext .row-fluid > .bp1-col-8-8 {
width: 100%;
}
.CSPvNext .row-fluid > .bp1-col-9-9 {
width: 100%;
}
.CSPvNext .row-fluid > .bp1-col-10-10 {
width: 100%;
}
.CSPvNext .row-fluid > .bp1-col-11-11 {
width: 100%;
}
.CSPvNext .row-fluid > .bp1-col-12-12 {
width: 100%;
}
.CSPvNext .row-fluid > .bp1-col-2 {
width: 49%;
}
.CSPvNext .row-fluid > .bp1-col-2-1 {
width: 49%;
}
.CSPvNext .row-fluid > .bp1-col-4-2 {
width: 49%;
}
.CSPvNext .row-fluid > .bp1-col-6-3 {
width: 49%;
}
.CSPvNext .row-fluid > .bp1-col-8-4 {
width: 49%;
}
.CSPvNext .row-fluid > .bp1-col-10-5 {
width: 49%;
}
.CSPvNext .row-fluid > .bp1-col-12-6 {
width: 49%;
}
.CSPvNext .row-fluid > .bp1-col-3 {
width: 32%;
}
.CSPvNext .row-fluid > .bp1-col-3-1 {
width: 32%;
}
.CSPvNext .row-fluid > .bp1-col-6-2 {
width: 32%;
}
.CSPvNext .row-fluid > .bp1-col-9-3 {
width: 32%;
}
.CSPvNext .row-fluid > .bp1-col-12-4 {
width: 32%;
}
.CSPvNext .row-fluid > .bp1-col-3-2 {
width: 66%;
}
.CSPvNext .row-fluid > .bp1-col-6-4 {
width: 66%;
}
.CSPvNext .row-fluid > .bp1-col-9-6 {
width: 66%;
}
.CSPvNext .row-fluid > .bp1-col-12-8 {
width: 66%;
}
.CSPvNext .row-fluid > .bp1-col-4 {
width: 23.5%;
}
.CSPvNext .row-fluid > .bp1-col-4-1 {
width: 23.5%;
}
.CSPvNext .row-fluid > .bp1-col-8-2 {
width: 23.5%;
}
.CSPvNext .row-fluid > .bp1-col-12-3 {
width: 23.5%;
}
.CSPvNext .row-fluid > .bp1-col-4-3 {
width: 74.5%;
}
.CSPvNext .row-fluid > .bp1-col-8-6 {
width: 74.5%;
}
.CSPvNext .row-fluid > .bp1-col-5 {
width: 18.4%;
}
.CSPvNext .row-fluid > .bp1-col-5-1 {
width: 18.4%;
}
.CSPvNext .row-fluid > .bp1-col-10-2 {
width: 18.4%;
}
.CSPvNext .row-fluid > .bp1-col-5-2 {
width: 38.8%;
}
.CSPvNext .row-fluid > .bp1-col-5-3 {
width: 59.2%;
}
.CSPvNext .row-fluid > .bp1-col-5-4 {
width: 79.6%;
}
.CSPvNext .row-fluid > .bp1-col-6 {
width: 15%;
}
.CSPvNext .row-fluid > .bp1-col-6-1 {
width: 15%;
}
.CSPvNext .row-fluid > .bp1-col-12-2 {
width: 15%;
}
.CSPvNext .row-fluid > .bp1-col-6-5 {
width: 83%;
}
.CSPvNext .row-fluid > .bp1-col-7 {
width: 12.57%;
}
.CSPvNext .row-fluid > .bp1-col-7-1 {
width: 12.57%;
}
.CSPvNext .row-fluid > .bp1-col-7-2 {
width: 27.14%;
}
.CSPvNext .row-fluid > .bp1-col-7-3 {
width: 41.71%;
}
.CSPvNext .row-fluid > .bp1-col-7-4 {
width: 56.28%;
}
.CSPvNext .row-fluid > .bp1-col-7-5 {
width: 70.85%;
}
.CSPvNext .row-fluid > .bp1-col-7-6 {
width: 85.42%;
}
.CSPvNext .row-fluid > .bp1-col-8 {
width: 10.75%;
}
.CSPvNext .row-fluid > .bp1-col-8-1 {
width: 10.75%;
}
.CSPvNext .row-fluid > .bp1-col-8-3 {
width: 36.25%;
}
.CSPvNext .row-fluid > .bp1-col-8-5 {
width: 61.75%;
}
.CSPvNext .row-fluid > .bp1-col-8-7 {
width: 87.25%;
}
.CSPvNext .row-fluid > .bp1-col-9 {
width: 9.33%;
}
.CSPvNext .row-fluid > .bp1-col-9-1 {
width: 9.33%;
}
.CSPvNext .row-fluid > .bp1-col-9-2 {
width: 20.66%;
}
.CSPvNext .row-fluid > .bp1-col-9-4 {
width: 43.33%;
}
.CSPvNext .row-fluid > .bp1-col-9-5 {
width: 54.66%;
}
.CSPvNext .row-fluid > .bp1-col-9-7 {
width: 77.33%;
}
.CSPvNext .row-fluid > .bp1-col-9-8 {
width: 88.66%;
}
.CSPvNext .row-fluid > .bp1-col-10 {
width: 8.2%;
}
.CSPvNext .row-fluid > .bp1-col-10-1 {
width: 8.2%;
}
.CSPvNext .row-fluid > .bp1-col-10-3 {
width: 28.6%;
}
.CSPvNext .row-fluid > .bp1-col-10-4 {
width: 38.8%;
}
.CSPvNext .row-fluid > .bp1-col-10-6 {
width: 59.2%;
}
.CSPvNext .row-fluid > .bp1-col-10-7 {
width: 69.4%;
}
.CSPvNext .row-fluid > .bp1-col-10-8 {
width: 79.6%;
}
.CSPvNext .row-fluid > .bp1-col-10-9 {
width: 89.8%;
}
.CSPvNext .row-fluid > .bp1-col-11 {
width: 7.27%;
}
.CSPvNext .row-fluid > .bp1-col-11-1 {
width: 7.27%;
}
.CSPvNext .row-fluid > .bp1-col-11-2 {
width: 16.54%;
}
.CSPvNext .row-fluid > .bp1-col-11-3 {
width: 25.81%;
}
.CSPvNext .row-fluid > .bp1-col-11-4 {
width: 35.09%;
}
.CSPvNext .row-fluid > .bp1-col-11-5 {
width: 44.36%;
}
.CSPvNext .row-fluid > .bp1-col-11-6 {
width: 53.63%;
}
.CSPvNext .row-fluid > .bp1-col-11-7 {
width: 62.9%;
}
.CSPvNext .row-fluid > .bp1-col-11-8 {
width: 72.18%;
}
.CSPvNext .row-fluid > .bp1-col-11-9 {
width: 81.45%;
}
.CSPvNext .row-fluid > .bp1-col-11-10 {
width: 90.72%;
}
.CSPvNext .row-fluid > .bp1-col-12 {
width: 6.5%;
}
.CSPvNext .row-fluid > .bp1-col-12-1 {
width: 6.5%;
}
.CSPvNext .row-fluid > .bp1-col-12-5 {
width: 40.5%;
}
.CSPvNext .row-fluid > .bp1-col-12-7 {
width: 57.5%;
}
.CSPvNext .row-fluid > .bp1-col-12-9 {
width: 74.5%;
}
.CSPvNext .row-fluid > .bp1-col-12-10 {
width: 83%;
}
.CSPvNext .row-fluid > .bp1-col-12-11 {
width: 91.5%;
}
}
@media screen and (max-width:899px) and (min-width:680px)
{
.CSPvNext .row-fluid .span {
width: 100%;
}
.CSPvNext .row-fluid > .span {
width: 100%;
}
.CSPvNext .row-fluid .bp2-clear {
clear: both;
}
.CSPvNext .row-fluid [class*='bp2-col'] {
display: block;
}
.CSPvNext .row-fluid > .bp2-clear {
margin-left: 0px;
}
.CSPvNext .row-fluid > .bp2-col-1-1 {
margin-left: 0px;
}
.CSPvNext .row-fluid .bp2-col-1-0 {
display: none;
}
.CSPvNext .row-fluid .bp2-col-2-0 {
display: none;
}
.CSPvNext .row-fluid .bp2-col-3-0 {
display: none;
}
.CSPvNext .row-fluid .bp2-col-4-0 {
display: none;
}
.CSPvNext .row-fluid .bp2-col-5-0 {
display: none;
}
.CSPvNext .row-fluid .bp2-col-6-0 {
display: none;
}
.CSPvNext .row-fluid .bp2-col-7-0 {
display: none;
}
.CSPvNext .row-fluid .bp2-col-8-0 {
display: none;
}
.CSPvNext .row-fluid .bp2-col-9-0 {
display: none;
}
.CSPvNext .row-fluid .bp2-col-10-0 {
display: none;
}
.CSPvNext .row-fluid .bp2-col-11-0 {
display: none;
}
.CSPvNext .row-fluid .bp2-col-12-0 {
display: none;
}
.CSPvNext .row-fluid > .bp2-col-1 {
width: 100%;
}
.CSPvNext .row-fluid > .bp2-col-1-1 {
width: 100%;
}
.CSPvNext .row-fluid > .bp2-col-2-2 {
width: 100%;
}
.CSPvNext .row-fluid > .bp2-col-3-3 {
width: 100%;
}
.CSPvNext .row-fluid > .bp2-col-4-4 {
width: 100%;
}
.CSPvNext .row-fluid > .bp2-col-5-5 {
width: 100%;
}
.CSPvNext .row-fluid > .bp2-col-6-6 {
width: 100%;
}
.CSPvNext .row-fluid > .bp2-col-7-7 {
width: 100%;
}
.CSPvNext .row-fluid > .bp2-col-8-8 {
width: 100%;
}
.CSPvNext .row-fluid > .bp2-col-9-9 {
width: 100%;
}
.CSPvNext .row-fluid > .bp2-col-10-10 {
width: 100%;
}
.CSPvNext .row-fluid > .bp2-col-11-11 {
width: 100%;
}
.CSPvNext .row-fluid > .bp2-col-12-12 {
width: 100%;
}
.CSPvNext .row-fluid > .bp2-col-2 {
width: 49%;
}
.CSPvNext .row-fluid > .bp2-col-2-1 {
width: 49%;
}
.CSPvNext .row-fluid > .bp2-col-4-2 {
width: 49%;
}
.CSPvNext .row-fluid > .bp2-col-6-3 {
width: 49%;
}
.CSPvNext .row-fluid > .bp2-col-8-4 {
width: 49%;
}
.CSPvNext .row-fluid > .bp2-col-10-5 {
width: 49%;
}
.CSPvNext .row-fluid > .bp2-col-12-6 {
width: 49%;
}
.CSPvNext .row-fluid > .bp2-col-3 {
width: 32%;
}
.CSPvNext .row-fluid > .bp2-col-3-1 {
width: 32%;
}
.CSPvNext .row-fluid > .bp2-col-6-2 {
width: 32%;
}
.CSPvNext .row-fluid > .bp2-col-9-3 {
width: 32%;
}
.CSPvNext .row-fluid > .bp2-col-12-4 {
width: 32%;
}
.CSPvNext .row-fluid > .bp2-col-3-2 {
width: 66%;
}
.CSPvNext .row-fluid > .bp2-col-6-4 {
width: 66%;
}
.CSPvNext .row-fluid > .bp2-col-9-6 {
width: 66%;
}
.CSPvNext .row-fluid > .bp2-col-12-8 {
width: 66%;
}
.CSPvNext .row-fluid > .bp2-col-4 {
width: 23.5%;
}
.CSPvNext .row-fluid > .bp2-col-4-1 {
width: 23.5%;
}
.CSPvNext .row-fluid > .bp2-col-8-2 {
width: 23.5%;
}
.CSPvNext .row-fluid > .bp2-col-12-3 {
width: 23.5%;
}
.CSPvNext .row-fluid > .bp2-col-4-3 {
width: 74.5%;
}
.CSPvNext .row-fluid > .bp2-col-8-6 {
width: 74.5%;
}
.CSPvNext .row-fluid > .bp2-col-5 {
width: 18.4%;
}
.CSPvNext .row-fluid > .bp2-col-5-1 {
width: 18.4%;
}
.CSPvNext .row-fluid > .bp2-col-10-2 {
width: 18.4%;
}
.CSPvNext .row-fluid > .bp2-col-5-2 {
width: 38.8%;
}
.CSPvNext .row-fluid > .bp2-col-5-3 {
width: 59.2%;
}
.CSPvNext .row-fluid > .bp2-col-5-4 {
width: 79.6%;
}
.CSPvNext .row-fluid > .bp2-col-6 {
width: 15%;
}
.CSPvNext .row-fluid > .bp2-col-6-1 {
width: 15%;
}
.CSPvNext .row-fluid > .bp2-col-12-2 {
width: 15%;
}
.CSPvNext .row-fluid > .bp2-col-6-5 {
width: 83%;
}
.CSPvNext .row-fluid > .bp2-col-7 {
width: 12.57%;
}
.CSPvNext .row-fluid > .bp2-col-7-1 {
width: 12.57%;
}
.CSPvNext .row-fluid > .bp2-col-7-2 {
width: 27.14%;
}
.CSPvNext .row-fluid > .bp2-col-7-3 {
width: 41.71%;
}
.CSPvNext .row-fluid > .bp2-col-7-4 {
width: 56.28%;
}
.CSPvNext .row-fluid > .bp2-col-7-5 {
width: 70.85%;
}
.CSPvNext .row-fluid > .bp2-col-7-6 {
width: 85.42%;
}
.CSPvNext .row-fluid > .bp2-col-8 {
width: 10.75%;
}
.CSPvNext .row-fluid > .bp2-col-8-1 {
width: 10.75%;
}
.CSPvNext .row-fluid > .bp2-col-8-3 {
width: 36.25%;
}
.CSPvNext .row-fluid > .bp2-col-8-5 {
width: 61.75%;
}
.CSPvNext .row-fluid > .bp2-col-8-7 {
width: 87.25%;
}
.CSPvNext .row-fluid > .bp2-col-9 {
width: 9.33%;
}
.CSPvNext .row-fluid > .bp2-col-9-1 {
width: 9.33%;
}
.CSPvNext .row-fluid > .bp2-col-9-2 {
width: 20.66%;
}
.CSPvNext .row-fluid > .bp2-col-9-4 {
width: 43.33%;
}
.CSPvNext .row-fluid > .bp2-col-9-5 {
width: 54.66%;
}
.CSPvNext .row-fluid > .bp2-col-9-7 {
width: 77.33%;
}
.CSPvNext .row-fluid > .bp2-col-9-8 {
width: 88.66%;
}
.CSPvNext .row-fluid > .bp2-col-10 {
width: 8.2%;
}
.CSPvNext .row-fluid > .bp2-col-10-1 {
width: 8.2%;
}
.CSPvNext .row-fluid > .bp2-col-10-3 {
width: 28.6%;
}
.CSPvNext .row-fluid > .bp2-col-10-4 {
width: 38.8%;
}
.CSPvNext .row-fluid > .bp2-col-10-6 {
width: 59.2%;
}
.CSPvNext .row-fluid > .bp2-col-10-7 {
width: 69.4%;
}
.CSPvNext .row-fluid > .bp2-col-10-8 {
width: 79.6%;
}
.CSPvNext .row-fluid > .bp2-col-10-9 {
width: 89.8%;
}
.CSPvNext .row-fluid > .bp2-col-11 {
width: 7.27%;
}
.CSPvNext .row-fluid > .bp2-col-11-1 {
width: 7.27%;
}
.CSPvNext .row-fluid > .bp2-col-11-2 {
width: 16.54%;
}
.CSPvNext .row-fluid > .bp2-col-11-3 {
width: 25.81%;
}
.CSPvNext .row-fluid > .bp2-col-11-4 {
width: 35.09%;
}
.CSPvNext .row-fluid > .bp2-col-11-5 {
width: 44.36%;
}
.CSPvNext .row-fluid > .bp2-col-11-6 {
width: 53.63%;
}
.CSPvNext .row-fluid > .bp2-col-11-7 {
width: 62.9%;
}
.CSPvNext .row-fluid > .bp2-col-11-8 {
width: 72.18%;
}
.CSPvNext .row-fluid > .bp2-col-11-9 {
width: 81.45%;
}
.CSPvNext .row-fluid > .bp2-col-11-10 {
width: 90.72%;
}
.CSPvNext .row-fluid > .bp2-col-12 {
width: 6.5%;
}
.CSPvNext .row-fluid > .bp2-col-12-1 {
width: 6.5%;
}
.CSPvNext .row-fluid > .bp2-col-12-5 {
width: 40.5%;
}
.CSPvNext .row-fluid > .bp2-col-12-7 {
width: 57.5%;
}
.CSPvNext .row-fluid > .bp2-col-12-9 {
width: 74.5%;
}
.CSPvNext .row-fluid > .bp2-col-12-10 {
width: 83%;
}
.CSPvNext .row-fluid > .bp2-col-12-11 {
width: 91.5%;
}
}
.CSPvNext .margin-row-fluid {
width: 100%;
}
.CSPvNext .mscom-grid-container.margin-row-fluid {
width: 96%;
}
.CSPvNext .mscom-grid-container {
width: 96%;
}
.CSPvNext .margin-row-fluid::before {
line-height: 0; display: table; content: "";
}
.CSPvNext .margin-row-fluid::after {
line-height: 0; display: table; content: "";
}
.CSPvNext .margin-row-fluid::after {
clear: both;
}
.CSPvNext .margin-row-fluid .span {
width: 96%; margin-left: 2%; float: left; display: block; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
.CSPvNext .margin-row-fluid > :first-child.span {
margin-left: 2%;
}
.CSPvNext .margin-row-fluid > .bp3-clear {
margin-left: 2%;
}
.CSPvNext .margin-row-fluid > .bp3-col-1-1 {
margin-left: 2%;
}
.CSPvNext .margin-row-fluid .bp3-col-1-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp3-col-2-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp3-col-3-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp3-col-4-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp3-col-5-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp3-col-6-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp3-col-7-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp3-col-8-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp3-col-9-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp3-col-10-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp3-col-11-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp3-col-12-0 {
display: none;
}
.CSPvNext .margin-row-fluid > .bp3-col-1 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp3-col-1-1 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp3-col-2-2 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp3-col-3-3 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp3-col-4-4 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp3-col-5-5 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp3-col-6-6 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp3-col-7-7 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp3-col-8-8 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp3-col-9-9 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp3-col-10-10 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp3-col-11-11 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp3-col-12-12 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp3-col-2 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp3-col-2-1 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp3-col-4-2 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp3-col-6-3 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp3-col-8-4 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp3-col-10-5 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp3-col-12-6 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp3-col-3 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp3-col-3-1 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp3-col-6-2 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp3-col-9-3 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp3-col-12-4 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp3-col-3-2 {
width: 63.33%;
}
.CSPvNext .margin-row-fluid > .bp3-col-6-4 {
width: 63.33%;
}
.CSPvNext .margin-row-fluid > .bp3-col-9-6 {
width: 63.33%;
}
.CSPvNext .margin-row-fluid > .bp3-col-12-8 {
width: 63.33%;
}
.CSPvNext .margin-row-fluid > .bp3-col-4 {
width: 22.5%;
}
.CSPvNext .margin-row-fluid > .bp3-col-4-1 {
width: 22.5%;
}
.CSPvNext .margin-row-fluid > .bp3-col-8-2 {
width: 22.5%;
}
.CSPvNext .margin-row-fluid > .bp3-col-12-3 {
width: 22.5%;
}
.CSPvNext .margin-row-fluid > .bp3-col-4-3 {
width: 71.5%;
}
.CSPvNext .margin-row-fluid > .bp3-col-8-6 {
width: 71.5%;
}
.CSPvNext .margin-row-fluid > .bp3-col-5 {
width: 17.6%;
}
.CSPvNext .margin-row-fluid > .bp3-col-5-1 {
width: 17.6%;
}
.CSPvNext .margin-row-fluid > .bp3-col-10-2 {
width: 17.6%;
}
.CSPvNext .margin-row-fluid > .bp3-col-5-2 {
width: 37.2%;
}
.CSPvNext .margin-row-fluid > .bp3-col-5-3 {
width: 56.8%;
}
.CSPvNext .margin-row-fluid > .bp3-col-5-4 {
width: 76.4%;
}
.CSPvNext .margin-row-fluid > .bp3-col-6 {
width: 14.33%;
}
.CSPvNext .margin-row-fluid > .bp3-col-6-1 {
width: 14.33%;
}
.CSPvNext .margin-row-fluid > .bp3-col-12-2 {
width: 14.33%;
}
.CSPvNext .margin-row-fluid > .bp3-col-6-5 {
width: 79.66%;
}
.CSPvNext .margin-row-fluid > .bp3-col-7 {
width: 12%;
}
.CSPvNext .margin-row-fluid > .bp3-col-7-1 {
width: 12%;
}
.CSPvNext .margin-row-fluid > .bp3-col-7-2 {
width: 26%;
}
.CSPvNext .margin-row-fluid > .bp3-col-7-3 {
width: 40%;
}
.CSPvNext .margin-row-fluid > .bp3-col-7-4 {
width: 54%;
}
.CSPvNext .margin-row-fluid > .bp3-col-7-5 {
width: 68%;
}
.CSPvNext .margin-row-fluid > .bp3-col-7-6 {
width: 82%;
}
.CSPvNext .margin-row-fluid > .bp3-col-8 {
width: 10.25%;
}
.CSPvNext .margin-row-fluid > .bp3-col-8-1 {
width: 10.25%;
}
.CSPvNext .margin-row-fluid > .bp3-col-8-3 {
width: 34.75%;
}
.CSPvNext .margin-row-fluid > .bp3-col-8-5 {
width: 59.25%;
}
.CSPvNext .margin-row-fluid > .bp3-col-8-7 {
width: 83.75%;
}
.CSPvNext .margin-row-fluid > .bp3-col-9 {
width: 8.88%;
}
.CSPvNext .margin-row-fluid > .bp3-col-9-1 {
width: 8.88%;
}
.CSPvNext .margin-row-fluid > .bp3-col-9-2 {
width: 19.77%;
}
.CSPvNext .margin-row-fluid > .bp3-col-9-4 {
width: 41.55%;
}
.CSPvNext .margin-row-fluid > .bp3-col-9-5 {
width: 52.44%;
}
.CSPvNext .margin-row-fluid > .bp3-col-9-7 {
width: 74.22%;
}
.CSPvNext .margin-row-fluid > .bp3-col-9-8 {
width: 85.11%;
}
.CSPvNext .margin-row-fluid > .bp3-col-10 {
width: 7.8%;
}
.CSPvNext .margin-row-fluid > .bp3-col-10-1 {
width: 7.8%;
}
.CSPvNext .margin-row-fluid > .bp3-col-10-3 {
width: 27.4%;
}
.CSPvNext .margin-row-fluid > .bp3-col-10-4 {
width: 37.2%;
}
.CSPvNext .margin-row-fluid > .bp3-col-10-6 {
width: 56.8%;
}
.CSPvNext .margin-row-fluid > .bp3-col-10-7 {
width: 66.6%;
}
.CSPvNext .margin-row-fluid > .bp3-col-10-8 {
width: 76.4%;
}
.CSPvNext .margin-row-fluid > .bp3-col-10-9 {
width: 86.2%;
}
.CSPvNext .margin-row-fluid > .bp3-col-11 {
width: 6.9%;
}
.CSPvNext .margin-row-fluid > .bp3-col-11-1 {
width: 6.9%;
}
.CSPvNext .margin-row-fluid > .bp3-col-11-2 {
width: 15.81%;
}
.CSPvNext .margin-row-fluid > .bp3-col-11-3 {
width: 24.72%;
}
.CSPvNext .margin-row-fluid > .bp3-col-11-4 {
width: 33.63%;
}
.CSPvNext .margin-row-fluid > .bp3-col-11-5 {
width: 42.54%;
}
.CSPvNext .margin-row-fluid > .bp3-col-11-6 {
width: 51.45%;
}
.CSPvNext .margin-row-fluid > .bp3-col-11-7 {
width: 60.36%;
}
.CSPvNext .margin-row-fluid > .bp3-col-11-8 {
width: 69.27%;
}
.CSPvNext .margin-row-fluid > .bp3-col-11-9 {
width: 78.18%;
}
.CSPvNext .margin-row-fluid > .bp3-col-11-10 {
width: 87.09%;
}
.CSPvNext .margin-row-fluid > .bp3-col-12 {
width: 6.16%;
}
.CSPvNext .margin-row-fluid > .bp3-col-12-1 {
width: 6.16%;
}
.CSPvNext .margin-row-fluid > .bp3-col-12-5 {
width: 38.83%;
}
.CSPvNext .margin-row-fluid > .bp3-col-12-7 {
width: 55.16%;
}
.CSPvNext .margin-row-fluid > .bp3-col-12-9 {
width: 71.5%;
}
.CSPvNext .margin-row-fluid > .bp3-col-12-10 {
width: 79.66%;
}
.CSPvNext .margin-row-fluid > .bp3-col-12-11 {
width: 87.83%;
}
@media screen and (max-width:539px)
{
.CSPvNext .margin-row-fluid > .span {
width: 96%;
}
.CSPvNext .margin-row-fluid .bp0-clear {
clear: both;
}
.CSPvNext .margin-row-fluid [class*='bp0-col'] {
display: block;
}
.CSPvNext .margin-row-fluid > .bp0-clear {
margin-left: 2%;
}
.CSPvNext .margin-row-fluid > .bp0-col-1-1 {
margin-left: 2%;
}
.CSPvNext .margin-row-fluid .bp0-col-1-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp0-col-2-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp0-col-3-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp0-col-4-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp0-col-5-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp0-col-6-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp0-col-7-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp0-col-8-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp0-col-9-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp0-col-10-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp0-col-11-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp0-col-12-0 {
display: none;
}
.CSPvNext .margin-row-fluid > .bp0-col-1 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp0-col-1-1 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp0-col-2-2 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp0-col-3-3 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp0-col-4-4 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp0-col-5-5 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp0-col-6-6 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp0-col-7-7 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp0-col-8-8 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp0-col-9-9 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp0-col-10-10 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp0-col-11-11 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp0-col-12-12 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp0-col-2 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp0-col-2-1 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp0-col-4-2 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp0-col-6-3 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp0-col-8-4 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp0-col-10-5 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp0-col-12-6 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp0-col-3 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp0-col-3-1 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp0-col-6-2 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp0-col-9-3 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp0-col-12-4 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp0-col-3-2 {
width: 63.33%;
}
.CSPvNext .margin-row-fluid > .bp0-col-6-4 {
width: 63.33%;
}
.CSPvNext .margin-row-fluid > .bp0-col-9-6 {
width: 63.33%;
}
.CSPvNext .margin-row-fluid > .bp0-col-12-8 {
width: 63.33%;
}
.CSPvNext .margin-row-fluid > .bp0-col-4 {
width: 22.5%;
}
.CSPvNext .margin-row-fluid > .bp0-col-4-1 {
width: 22.5%;
}
.CSPvNext .margin-row-fluid > .bp0-col-8-2 {
width: 22.5%;
}
.CSPvNext .margin-row-fluid > .bp0-col-12-3 {
width: 22.5%;
}
.CSPvNext .margin-row-fluid > .bp0-col-4-3 {
width: 71.5%;
}
.CSPvNext .margin-row-fluid > .bp0-col-8-6 {
width: 71.5%;
}
.CSPvNext .margin-row-fluid > .bp0-col-5 {
width: 17.6%;
}
.CSPvNext .margin-row-fluid > .bp0-col-5-1 {
width: 17.6%;
}
.CSPvNext .margin-row-fluid > .bp0-col-10-2 {
width: 17.6%;
}
.CSPvNext .margin-row-fluid > .bp0-col-5-2 {
width: 37.2%;
}
.CSPvNext .margin-row-fluid > .bp0-col-5-3 {
width: 56.8%;
}
.CSPvNext .margin-row-fluid > .bp0-col-5-4 {
width: 76.4%;
}
.CSPvNext .margin-row-fluid > .bp0-col-6 {
width: 14.33%;
}
.CSPvNext .margin-row-fluid > .bp0-col-6-1 {
width: 14.33%;
}
.CSPvNext .margin-row-fluid > .bp0-col-12-2 {
width: 14.33%;
}
.CSPvNext .margin-row-fluid > .bp0-col-6-5 {
width: 79.66%;
}
.CSPvNext .margin-row-fluid > .bp0-col-7 {
width: 12%;
}
.CSPvNext .margin-row-fluid > .bp0-col-7-1 {
width: 12%;
}
.CSPvNext .margin-row-fluid > .bp0-col-7-2 {
width: 26%;
}
.CSPvNext .margin-row-fluid > .bp0-col-7-3 {
width: 40%;
}
.CSPvNext .margin-row-fluid > .bp0-col-7-4 {
width: 54%;
}
.CSPvNext .margin-row-fluid > .bp0-col-7-5 {
width: 68%;
}
.CSPvNext .margin-row-fluid > .bp0-col-7-6 {
width: 82%;
}
.CSPvNext .margin-row-fluid > .bp0-col-8 {
width: 10.25%;
}
.CSPvNext .margin-row-fluid > .bp0-col-8-1 {
width: 10.25%;
}
.CSPvNext .margin-row-fluid > .bp0-col-8-3 {
width: 34.75%;
}
.CSPvNext .margin-row-fluid > .bp0-col-8-5 {
width: 59.25%;
}
.CSPvNext .margin-row-fluid > .bp0-col-8-7 {
width: 83.75%;
}
.CSPvNext .margin-row-fluid > .bp0-col-9 {
width: 8.88%;
}
.CSPvNext .margin-row-fluid > .bp0-col-9-1 {
width: 8.88%;
}
.CSPvNext .margin-row-fluid > .bp0-col-9-2 {
width: 19.77%;
}
.CSPvNext .margin-row-fluid > .bp0-col-9-4 {
width: 41.55%;
}
.CSPvNext .margin-row-fluid > .bp0-col-9-5 {
width: 52.44%;
}
.CSPvNext .margin-row-fluid > .bp0-col-9-7 {
width: 74.22%;
}
.CSPvNext .margin-row-fluid > .bp0-col-9-8 {
width: 85.11%;
}
.CSPvNext .margin-row-fluid > .bp0-col-10 {
width: 7.8%;
}
.CSPvNext .margin-row-fluid > .bp0-col-10-1 {
width: 7.8%;
}
.CSPvNext .margin-row-fluid > .bp0-col-10-3 {
width: 27.4%;
}
.CSPvNext .margin-row-fluid > .bp0-col-10-4 {
width: 37.2%;
}
.CSPvNext .margin-row-fluid > .bp0-col-10-6 {
width: 56.8%;
}
.CSPvNext .margin-row-fluid > .bp0-col-10-7 {
width: 66.6%;
}
.CSPvNext .margin-row-fluid > .bp0-col-10-8 {
width: 76.4%;
}
.CSPvNext .margin-row-fluid > .bp0-col-10-9 {
width: 86.2%;
}
.CSPvNext .margin-row-fluid > .bp0-col-11 {
width: 6.9%;
}
.CSPvNext .margin-row-fluid > .bp0-col-11-1 {
width: 6.9%;
}
.CSPvNext .margin-row-fluid > .bp0-col-11-2 {
width: 15.81%;
}
.CSPvNext .margin-row-fluid > .bp0-col-11-3 {
width: 24.72%;
}
.CSPvNext .margin-row-fluid > .bp0-col-11-4 {
width: 33.63%;
}
.CSPvNext .margin-row-fluid > .bp0-col-11-5 {
width: 42.54%;
}
.CSPvNext .margin-row-fluid > .bp0-col-11-6 {
width: 51.45%;
}
.CSPvNext .margin-row-fluid > .bp0-col-11-7 {
width: 60.36%;
}
.CSPvNext .margin-row-fluid > .bp0-col-11-8 {
width: 69.27%;
}
.CSPvNext .margin-row-fluid > .bp0-col-11-9 {
width: 78.18%;
}
.CSPvNext .margin-row-fluid > .bp0-col-11-10 {
width: 87.09%;
}
.CSPvNext .margin-row-fluid > .bp0-col-12 {
width: 6.16%;
}
.CSPvNext .margin-row-fluid > .bp0-col-12-1 {
width: 6.16%;
}
.CSPvNext .margin-row-fluid > .bp0-col-12-5 {
width: 38.83%;
}
.CSPvNext .margin-row-fluid > .bp0-col-12-7 {
width: 55.16%;
}
.CSPvNext .margin-row-fluid > .bp0-col-12-9 {
width: 71.5%;
}
.CSPvNext .margin-row-fluid > .bp0-col-12-10 {
width: 79.66%;
}
.CSPvNext .margin-row-fluid > .bp0-col-12-11 {
width: 87.83%;
}
}
@media screen and (max-width:679px) and (min-width:540px)
{
.CSPvNext .margin-row-fluid .span {
width: 96%;
}
.CSPvNext .margin-row-fluid .bp1-clear {
clear: both;
}
.CSPvNext .margin-row-fluid [class*='bp1-col'] {
display: block;
}
.CSPvNext .margin-row-fluid > .bp1-clear {
margin-left: 2%;
}
.CSPvNext .margin-row-fluid > .bp1-col-1-1 {
margin-left: 2%;
}
.CSPvNext .margin-row-fluid .bp1-col-1-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp1-col-2-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp1-col-3-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp1-col-4-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp1-col-5-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp1-col-6-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp1-col-7-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp1-col-8-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp1-col-9-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp1-col-10-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp1-col-11-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp1-col-12-0 {
display: none;
}
.CSPvNext .margin-row-fluid > .bp1-col-1 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp1-col-1-1 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp1-col-2-2 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp1-col-3-3 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp1-col-4-4 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp1-col-5-5 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp1-col-6-6 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp1-col-7-7 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp1-col-8-8 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp1-col-9-9 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp1-col-10-10 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp1-col-11-11 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp1-col-12-12 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp1-col-2 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp1-col-2-1 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp1-col-4-2 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp1-col-6-3 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp1-col-8-4 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp1-col-10-5 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp1-col-12-6 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp1-col-3 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp1-col-3-1 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp1-col-6-2 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp1-col-9-3 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp1-col-12-4 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp1-col-3-2 {
width: 63.33%;
}
.CSPvNext .margin-row-fluid > .bp1-col-6-4 {
width: 63.33%;
}
.CSPvNext .margin-row-fluid > .bp1-col-9-6 {
width: 63.33%;
}
.CSPvNext .margin-row-fluid > .bp1-col-12-8 {
width: 63.33%;
}
.CSPvNext .margin-row-fluid > .bp1-col-4 {
width: 22.5%;
}
.CSPvNext .margin-row-fluid > .bp1-col-4-1 {
width: 22.5%;
}
.CSPvNext .margin-row-fluid > .bp1-col-8-2 {
width: 22.5%;
}
.CSPvNext .margin-row-fluid > .bp1-col-12-3 {
width: 22.5%;
}
.CSPvNext .margin-row-fluid > .bp1-col-4-3 {
width: 71.5%;
}
.CSPvNext .margin-row-fluid > .bp1-col-8-6 {
width: 71.5%;
}
.CSPvNext .margin-row-fluid > .bp1-col-5 {
width: 17.6%;
}
.CSPvNext .margin-row-fluid > .bp1-col-5-1 {
width: 17.6%;
}
.CSPvNext .margin-row-fluid > .bp1-col-10-2 {
width: 17.6%;
}
.CSPvNext .margin-row-fluid > .bp1-col-5-2 {
width: 37.2%;
}
.CSPvNext .margin-row-fluid > .bp1-col-5-3 {
width: 56.8%;
}
.CSPvNext .margin-row-fluid > .bp1-col-5-4 {
width: 76.4%;
}
.CSPvNext .margin-row-fluid > .bp1-col-6 {
width: 14.33%;
}
.CSPvNext .margin-row-fluid > .bp1-col-6-1 {
width: 14.33%;
}
.CSPvNext .margin-row-fluid > .bp1-col-12-2 {
width: 14.33%;
}
.CSPvNext .margin-row-fluid > .bp1-col-6-5 {
width: 79.66%;
}
.CSPvNext .margin-row-fluid > .bp1-col-7 {
width: 12%;
}
.CSPvNext .margin-row-fluid > .bp1-col-7-1 {
width: 12%;
}
.CSPvNext .margin-row-fluid > .bp1-col-7-2 {
width: 26%;
}
.CSPvNext .margin-row-fluid > .bp1-col-7-3 {
width: 40%;
}
.CSPvNext .margin-row-fluid > .bp1-col-7-4 {
width: 54%;
}
.CSPvNext .margin-row-fluid > .bp1-col-7-5 {
width: 68%;
}
.CSPvNext .margin-row-fluid > .bp1-col-7-6 {
width: 82%;
}
.CSPvNext .margin-row-fluid > .bp1-col-8 {
width: 10.25%;
}
.CSPvNext .margin-row-fluid > .bp1-col-8-1 {
width: 10.25%;
}
.CSPvNext .margin-row-fluid > .bp1-col-8-3 {
width: 34.75%;
}
.CSPvNext .margin-row-fluid > .bp1-col-8-5 {
width: 59.25%;
}
.CSPvNext .margin-row-fluid > .bp1-col-8-7 {
width: 83.75%;
}
.CSPvNext .margin-row-fluid > .bp1-col-9 {
width: 8.88%;
}
.CSPvNext .margin-row-fluid > .bp1-col-9-1 {
width: 8.88%;
}
.CSPvNext .margin-row-fluid > .bp1-col-9-2 {
width: 19.77%;
}
.CSPvNext .margin-row-fluid > .bp1-col-9-4 {
width: 41.55%;
}
.CSPvNext .margin-row-fluid > .bp1-col-9-5 {
width: 52.44%;
}
.CSPvNext .margin-row-fluid > .bp1-col-9-7 {
width: 74.22%;
}
.CSPvNext .margin-row-fluid > .bp1-col-9-8 {
width: 85.11%;
}
.CSPvNext .margin-row-fluid > .bp1-col-10 {
width: 7.8%;
}
.CSPvNext .margin-row-fluid > .bp1-col-10-1 {
width: 7.8%;
}
.CSPvNext .margin-row-fluid > .bp1-col-10-3 {
width: 27.4%;
}
.CSPvNext .margin-row-fluid > .bp1-col-10-4 {
width: 37.2%;
}
.CSPvNext .margin-row-fluid > .bp1-col-10-6 {
width: 56.8%;
}
.CSPvNext .margin-row-fluid > .bp1-col-10-7 {
width: 66.6%;
}
.CSPvNext .margin-row-fluid > .bp1-col-10-8 {
width: 76.4%;
}
.CSPvNext .margin-row-fluid > .bp1-col-10-9 {
width: 86.2%;
}
.CSPvNext .margin-row-fluid > .bp1-col-11 {
width: 6.9%;
}
.CSPvNext .margin-row-fluid > .bp1-col-11-1 {
width: 6.9%;
}
.CSPvNext .margin-row-fluid > .bp1-col-11-2 {
width: 15.81%;
}
.CSPvNext .margin-row-fluid > .bp1-col-11-3 {
width: 24.72%;
}
.CSPvNext .margin-row-fluid > .bp1-col-11-4 {
width: 33.63%;
}
.CSPvNext .margin-row-fluid > .bp1-col-11-5 {
width: 42.54%;
}
.CSPvNext .margin-row-fluid > .bp1-col-11-6 {
width: 51.45%;
}
.CSPvNext .margin-row-fluid > .bp1-col-11-7 {
width: 60.36%;
}
.CSPvNext .margin-row-fluid > .bp1-col-11-8 {
width: 69.27%;
}
.CSPvNext .margin-row-fluid > .bp1-col-11-9 {
width: 78.18%;
}
.CSPvNext .margin-row-fluid > .bp1-col-11-10 {
width: 87.09%;
}
.CSPvNext .margin-row-fluid > .bp1-col-12 {
width: 6.16%;
}
.CSPvNext .margin-row-fluid > .bp1-col-12-1 {
width: 6.16%;
}
.CSPvNext .margin-row-fluid > .bp1-col-12-5 {
width: 38.83%;
}
.CSPvNext .margin-row-fluid > .bp1-col-12-7 {
width: 55.16%;
}
.CSPvNext .margin-row-fluid > .bp1-col-12-9 {
width: 71.5%;
}
.CSPvNext .margin-row-fluid > .bp1-col-12-10 {
width: 79.66%;
}
.CSPvNext .margin-row-fluid > .bp1-col-12-11 {
width: 87.83%;
}
}
@media screen and (max-width:899px) and (min-width:680px)
{
.CSPvNext .margin-row-fluid .span {
width: 96%;
}
.CSPvNext .margin-row-fluid > .span {
width: 96%;
}
.CSPvNext .margin-row-fluid .bp2-clear {
clear: both;
}
.CSPvNext .margin-row-fluid [class*='bp2-col'] {
display: block;
}
.CSPvNext .margin-row-fluid > .bp2-clear {
margin-left: 2%;
}
.CSPvNext .margin-row-fluid > .bp2-col-1-1 {
margin-left: 2%;
}
.CSPvNext .margin-row-fluid .bp2-col-1-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp2-col-2-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp2-col-3-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp2-col-4-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp2-col-5-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp2-col-6-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp2-col-7-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp2-col-8-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp2-col-9-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp2-col-10-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp2-col-11-0 {
display: none;
}
.CSPvNext .margin-row-fluid .bp2-col-12-0 {
display: none;
}
.CSPvNext .margin-row-fluid > .bp2-col-1 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp2-col-1-1 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp2-col-2-2 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp2-col-3-3 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp2-col-4-4 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp2-col-5-5 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp2-col-6-6 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp2-col-7-7 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp2-col-8-8 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp2-col-9-9 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp2-col-10-10 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp2-col-11-11 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp2-col-12-12 {
width: 96%;
}
.CSPvNext .margin-row-fluid > .bp2-col-2 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp2-col-2-1 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp2-col-4-2 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp2-col-6-3 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp2-col-8-4 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp2-col-10-5 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp2-col-12-6 {
width: 47%;
}
.CSPvNext .margin-row-fluid > .bp2-col-3 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp2-col-3-1 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp2-col-6-2 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp2-col-9-3 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp2-col-12-4 {
width: 30.66%;
}
.CSPvNext .margin-row-fluid > .bp2-col-3-2 {
width: 63.33%;
}
.CSPvNext .margin-row-fluid > .bp2-col-6-4 {
width: 63.33%;
}
.CSPvNext .margin-row-fluid > .bp2-col-9-6 {
width: 63.33%;
}
.CSPvNext .margin-row-fluid > .bp2-col-12-8 {
width: 63.33%;
}
.CSPvNext .margin-row-fluid > .bp2-col-4 {
width: 22.5%;
}
.CSPvNext .margin-row-fluid > .bp2-col-4-1 {
width: 22.5%;
}
.CSPvNext .margin-row-fluid > .bp2-col-8-2 {
width: 22.5%;
}
.CSPvNext .margin-row-fluid > .bp2-col-12-3 {
width: 22.5%;
}
.CSPvNext .margin-row-fluid > .bp2-col-4-3 {
width: 71.5%;
}
.CSPvNext .margin-row-fluid > .bp2-col-8-6 {
width: 71.5%;
}
.CSPvNext .margin-row-fluid > .bp2-col-5 {
width: 17.6%;
}
.CSPvNext .margin-row-fluid > .bp2-col-5-1 {
width: 17.6%;
}
.CSPvNext .margin-row-fluid > .bp2-col-10-2 {
width: 17.6%;
}
.CSPvNext .margin-row-fluid > .bp2-col-5-2 {
width: 37.2%;
}
.CSPvNext .margin-row-fluid > .bp2-col-5-3 {
width: 56.8%;
}
.CSPvNext .margin-row-fluid > .bp2-col-5-4 {
width: 76.4%;
}
.CSPvNext .margin-row-fluid > .bp2-col-6 {
width: 14.33%;
}
.CSPvNext .margin-row-fluid > .bp2-col-6-1 {
width: 14.33%;
}
.CSPvNext .margin-row-fluid > .bp2-col-12-2 {
width: 14.33%;
}
.CSPvNext .margin-row-fluid > .bp2-col-6-5 {
width: 79.66%;
}
.CSPvNext .margin-row-fluid > .bp2-col-7 {
width: 12%;
}
.CSPvNext .margin-row-fluid > .bp2-col-7-1 {
width: 12%;
}
.CSPvNext .margin-row-fluid > .bp2-col-7-2 {
width: 26%;
}
.CSPvNext .margin-row-fluid > .bp2-col-7-3 {
width: 40%;
}
.CSPvNext .margin-row-fluid > .bp2-col-7-4 {
width: 54%;
}
.CSPvNext .margin-row-fluid > .bp2-col-7-5 {
width: 68%;
}
.CSPvNext .margin-row-fluid > .bp2-col-7-6 {
width: 82%;
}
.CSPvNext .margin-row-fluid > .bp2-col-8 {
width: 10.25%;
}
.CSPvNext .margin-row-fluid > .bp2-col-8-1 {
width: 10.25%;
}
.CSPvNext .margin-row-fluid > .bp2-col-8-3 {
width: 34.75%;
}
.CSPvNext .margin-row-fluid > .bp2-col-8-5 {
width: 59.25%;
}
.CSPvNext .margin-row-fluid > .bp2-col-8-7 {
width: 83.75%;
}
.CSPvNext .margin-row-fluid > .bp2-col-9 {
width: 8.88%;
}
.CSPvNext .margin-row-fluid > .bp2-col-9-1 {
width: 8.88%;
}
.CSPvNext .margin-row-fluid > .bp2-col-9-2 {
width: 19.77%;
}
.CSPvNext .margin-row-fluid > .bp2-col-9-4 {
width: 41.55%;
}
.CSPvNext .margin-row-fluid > .bp2-col-9-5 {
width: 52.44%;
}
.CSPvNext .margin-row-fluid > .bp2-col-9-7 {
width: 74.22%;
}
.CSPvNext .margin-row-fluid > .bp2-col-9-8 {
width: 85.11%;
}
.CSPvNext .margin-row-fluid > .bp2-col-10 {
width: 7.8%;
}
.CSPvNext .margin-row-fluid > .bp2-col-10-1 {
width: 7.8%;
}
.CSPvNext .margin-row-fluid > .bp2-col-10-3 {
width: 27.4%;
}
.CSPvNext .margin-row-fluid > .bp2-col-10-4 {
width: 37.2%;
}
.CSPvNext .margin-row-fluid > .bp2-col-10-6 {
width: 56.8%;
}
.CSPvNext .margin-row-fluid > .bp2-col-10-7 {
width: 66.6%;
}
.CSPvNext .margin-row-fluid > .bp2-col-10-8 {
width: 76.4%;
}
.CSPvNext .margin-row-fluid > .bp2-col-10-9 {
width: 86.2%;
}
.CSPvNext .margin-row-fluid > .bp2-col-11 {
width: 6.9%;
}
.CSPvNext .margin-row-fluid > .bp2-col-11-1 {
width: 6.9%;
}
.CSPvNext .margin-row-fluid > .bp2-col-11-2 {
width: 15.81%;
}
.CSPvNext .margin-row-fluid > .bp2-col-11-3 {
width: 24.72%;
}
.CSPvNext .margin-row-fluid > .bp2-col-11-4 {
width: 33.63%;
}
.CSPvNext .margin-row-fluid > .bp2-col-11-5 {
width: 42.54%;
}
.CSPvNext .margin-row-fluid > .bp2-col-11-6 {
width: 51.45%;
}
.CSPvNext .margin-row-fluid > .bp2-col-11-7 {
width: 60.36%;
}
.CSPvNext .margin-row-fluid > .bp2-col-11-8 {
width: 69.27%;
}
.CSPvNext .margin-row-fluid > .bp2-col-11-9 {
width: 78.18%;
}
.CSPvNext .margin-row-fluid > .bp2-col-11-10 {
width: 87.09%;
}
.CSPvNext .margin-row-fluid > .bp2-col-12 {
width: 6.16%;
}
.CSPvNext .margin-row-fluid > .bp2-col-12-1 {
width: 6.16%;
}
.CSPvNext .margin-row-fluid > .bp2-col-12-5 {
width: 38.83%;
}
.CSPvNext .margin-row-fluid > .bp2-col-12-7 {
width: 55.16%;
}
.CSPvNext .margin-row-fluid > .bp2-col-12-9 {
width: 71.5%;
}
.CSPvNext .margin-row-fluid > .bp2-col-12-10 {
width: 79.66%;
}
.CSPvNext .margin-row-fluid > .bp2-col-12-11 {
width: 87.83%;
}
}
html {
direction: ltr;
}
body {
margin: 0px; padding: 0px; width: 100%; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif;
}
.CMSvNextComp {
margin: 0px; padding: 0px;
}
.CMSvNextComp div {
margin: 0px; padding: 0px;
}
.CMSvNextComp h1 {
margin: 0px; padding: 0px;
}
.CMSvNextComp h2 {
margin: 0px; padding: 0px;
}
.CMSvNextComp h3 {
margin: 0px; padding: 0px;
}
.CMSvNextComp h4 {
margin: 0px; padding: 0px;
}
.CMSvNextComp h5 {
margin: 0px; padding: 0px;
}
.CMSvNextComp h6 {
margin: 0px; padding: 0px;
}
.CMSvNextComp li {
margin: 0px; padding: 0px;
}
.CMSvNextComp ol {
margin: 0px; padding: 0px;
}
.CMSvNextComp p {
margin: 0px; padding: 0px;
}
.CMSvNextComp ul {
margin: 0px; padding: 0px;
}
.CMSvNextComp a {
cursor: pointer;
}
.CMSvNextComp a:link {
text-decoration: none;
}
.CMSvNextComp a:visited {
text-decoration: none;
}
.CMSvNextComp a:hover {
text-decoration: underline;
}
.CMSvNextComp a:active {
text-decoration: underline;
}
.CMSvNextComp h1 {
font-size: 100%; font-weight: normal;
}
.CMSvNextComp h2 {
font-size: 100%; font-weight: normal;
}
.CMSvNextComp h3 {
font-size: 100%; font-weight: normal;
}
.CMSvNextComp h4 {
font-size: 100%; font-weight: normal;
}
.CMSvNextComp h5 {
font-size: 100%; font-weight: normal;
}
.CMSvNextComp h6 {
font-size: 100%; font-weight: normal;
}
.CMSvNextComp img {
border: currentColor; border-image: none;
}
.CMSvNextComp ol {
list-style-type: none;
}
.CMSvNextComp ul {
list-style-type: none;
}
.CMSvNextComp .cssClear {
margin: 0px; padding: 0px; height: 0px; clear: both; _line-height: 0;
}
.CMSvNextComp .png-img {
overflow: hidden; position: relative;
}
.CMSvNextComp .png-img span {
top: -9999px; position: absolute;
}
.CMSvNextComp .png-img div {
background-position: 0px; background-repeat: no-repeat;
}
.CMSvNextComp .png-img .bg-img {
display: block; _display: none;
}
.CMSvNextComp .png-img .filter-img {
display: none; _display: block;
}
.CMSvNextComp .mscom-left {
float: left;
}
.CMSvNextComp .mscom-right {
float: right;
}
.CMSvNextComp .mscom-textalign-left {
text-align: left;
}
.CMSvNextComp .mscom-textalign-right {
text-align: right;
}
.CMSvNextComp .mscom-fullwidth {
width: 100% !important;
}
.CMSvNextComp .mscom-remove-margin-left {
margin-left: 0px !important;
}
.CMSvNextComp .mscom-hide {
display: none !important;
}
.CMSvNextComp .mscom-show {
display: block !important;
}
.CMSvNextComp .mscom-maxwidth {
margin: 0px auto; max-width: 1600px;
}
.CMSvNextComp .mscom-container-maxwidth {
margin: 0px auto; max-width: 1180px;
}
.CMSvNextComp img {
height: auto; max-width: 100%;
}
.CMSvNextComp video {
height: auto; max-width: 100%;
}
@media screen and (max-width:539px)
{
.CMSvNextComp .mscom-fullwidth-view-1 {
margin: 0px !important; width: 100% !important;
}
}
.icon-left {
font-family: wf_icons_normal;
}
.icon-right {
font-family: wf_icons_normal;
}
.icon-menu {
font-family: wf_icons_normal;
}
.icon-search {
font-family: wf_icons_normal;
}
.icon-plus {
font-family: wf_icons_normal;
}
.icon-minus {
font-family: wf_icons_normal;
}
.icon-circledown {
font-family: wf_icons_normal;
}
.icon-globe {
font-family: wf_icons_normal;
}
.icon-up {
font-family: wf_icons_normal;
}
.fontface .icon-left::after {
content: "?";
}
.fontface .icon-right::after {
content: "?";
}
.fontface .icon-menu::after {
content: "=";
}
.fontface .icon-search::after {
content: "?";
}
.fontface .icon-plus::after {
content: "+";
}
.fontface .icon-minus::after {
content: "-";
}
.fontface .icon-circledown::after {
content: "?";
}
.fontface .icon-globe::after {
content: "?";
}
.fontface .icon-close::after {
content: "×";
}
.fontface .icon-up::after {
content: "?";
}
.nofontface .icon-left {
background-position: center; display: inline-block; background-repeat: no-repeat;
}
.nofontface .icon-right {
background-position: center; display: inline-block; background-repeat: no-repeat;
}
.nofontface .icon-menu {
background-position: center; display: inline-block; background-repeat: no-repeat;
}
.nofontface .icon-search {
background-position: center; display: inline-block; background-repeat: no-repeat;
}
.nofontface .icon-up {
background-position: center; display: inline-block; background-repeat: no-repeat;
}
.nofontface .icon-globe {
background-position: center; display: inline-block; background-repeat: no-repeat;
}
.lt-ie8 .icon-left {
width: 25px; height: 25px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/left-arrow-black.png");
}
.mscom-nonjs .icon-left {
width: 25px; height: 25px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/left-arrow-black.png");
}
.nofontface .icon-left {
width: 25px; height: 25px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/left-arrow-black.png");
}
.lt-ie8 .icon-right {
width: 25px; height: 25px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/right-arrow-black.png");
}
.mscom-nonjs .icon-right {
width: 25px; height: 25px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/right-arrow-black.png");
}
.nofontface .icon-right {
width: 25px; height: 25px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/right-arrow-black.png");
}
.lt-ie8 .icon-left {
width: 25px; height: 25px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/left-arrow-white.png");
}
.mscom-nonjs .light-foreground .icon-left {
width: 25px; height: 25px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/left-arrow-white.png");
}
.nofontface .light-foreground .icon-left {
width: 25px; height: 25px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/left-arrow-white.png");
}
.lt-ie8 .light-foreground .icon-right {
width: 25px; height: 25px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/right-arrow-white.png");
}
.mscom-nonjs .light-foreground .icon-right {
width: 25px; height: 25px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/right-arrow-white.png");
}
.nofontface .light-foreground .icon-right {
width: 25px; height: 25px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/right-arrow-white.png");
}
.light-foreground .icon-left {
color: rgb(255, 255, 255);
}
.light-foreground .icon-right {
color: rgb(255, 255, 255);
}
.lt-ie8 .icon-menu {
width: 16px; height: 16px; display: inline-block; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/list-blue.png");
}
.mscom-nonjs .icon-menu {
width: 16px; height: 16px; display: inline-block; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/list-blue.png");
}
.nofontface .icon-menu {
width: 16px; height: 16px; display: inline-block; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/list-blue.png");
}
.lt-ie8 .icon-search {
width: 16px; height: 16px; display: inline-block; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/search-button-blue.png");
}
.mscom-nonjs .icon-search {
width: 16px; height: 16px; display: inline-block; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/search-button-blue.png");
}
.nofontface .icon-search {
width: 16px; height: 16px; display: inline-block; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/search-button-blue.png");
}
.lt-ie8 .icon-circledown {
width: 8px; height: 6px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/dropdown-arrow-white.png");
}
.mscom-nonjs .icon-circledown {
width: 8px; height: 6px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/dropdown-arrow-white.png");
}
.nofontface .icon-circledown {
width: 8px; height: 6px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/dropdown-arrow-white.png");
}
.lt-ie8 .icon-globe {
width: 24px; height: 24px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/globe-black.png");
}
.mscom-nonjs .icon-globe {
width: 24px; height: 24px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/globe-black.png");
}
.nofontface .icon-globe {
width: 24px; height: 24px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/globe-black.png");
}
.lt-ie8 .icon-up {
width: 22px; height: 22px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/MSCOM_UpArrow_22x22_505050.png");
}
.mscom-nonjs .icon-up {
width: 22px; height: 22px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/MSCOM_UpArrow_22x22_505050.png");
}
.nofontface .icon-up {
width: 22px; height: 22px; background-image: url("//i.microsoft.com/global/ImageStore/PublishingImages/icons/MSCOM_UpArrow_22x22_505050.png");
}
.mscom-styles-bold {
font-weight: bold;
}
.mscom-styles-italic {
font-style: italic;
}
.mscom-alert .mscom-alertitem {
background: 0px 0px rgb(21, 112, 166); margin: 0px auto;
}
.mscom-alert .mscom-alertitem {
color: rgb(255, 255, 255);
}
.mscom-alert .mscom-alert-description a {
color: rgb(255, 255, 255);
}
.mscom-alert .mscom-alert-description {
float: left;
}
.mscom-alert .mscom-alert-link {
float: right;
}
.mscom-alert .center .mscom-alert-description {
text-align: center; float: none;
}
.mscom-alert .mscom-alert-red {
background: 0px 0px rgb(186, 20, 26);
}
.mscom-alert .mscom-alertitem::before {
line-height: 0; clear: both; float: none; display: table; content: "";
}
.mscom-alert .mscom-alertitem::after {
line-height: 0; clear: both; float: none; display: table; content: "";
}
.mscom-alert .mscom-alert-text {
color: rgb(255, 255, 255); clear: none; margin-right: 15px; margin-left: 50px;
}
.mscom-alert .mscom-alert-close {
vertical-align: middle;
}
.lt-ie9 .mscom-alert {
min-width: 1180px;
}
.lt-ie9 .mscom-alert .mscom-alert-text {
float: left;
}
.lt-ie9 .mscom-alert .mscom-alert-close {
width: 16px; float: left;
}
a.mscom-siteIdentity:link {
color: rgb(51, 51, 51); font-size: 30px; text-decoration: none;
}
a.mscom-siteIdentity:visited {
color: rgb(51, 51, 51); font-size: 30px; text-decoration: none;
}
a.mscom-siteIdentity:active {
color: rgb(51, 51, 51); font-size: 30px; text-decoration: none;
}
a.mscom-siteIdentity:hover {
color: rgb(51, 51, 51); font-size: 30px; text-decoration: none;
}
@media screen and (max-width:539px)
{
a.mscom-siteIdentity:link {
font-size: 20px;
}
a.mscom-siteIdentity:visited {
font-size: 20px;
}
a.mscom-siteIdentity:active {
font-size: 20px;
}
a.mscom-siteIdentity:hover {
font-size: 20px;
}
}
.mscom-siteLogo {
display: inline-block;
}
.mscom-siteLogo .mscom-image {
max-width: none;
}
.lt-ie9 .mscom-siteLogo {
display: block;
}
.mscom-siteLogo-large .mscom-image {
width: 115px; height: auto; margin-top: 0.5em;
}
.lt-ie9 .mscom-siteLogo-large .mscom-image {
width: 160px; margin-top: 0px;
}
@media screen and (min-width:540px)
{
.mscom-siteLogo-large .mscom-image {
width: 160px; margin-top: 0.5em;
}
}
.mscom-siteLogo-small .mscom-image {
width: 94px; height: auto;
}
@media screen and (max-width:539px)
{
.mscom-siteIdentity {
font-size: 20px;
}
.mscom-siteLogo-small .mscom-image {
margin-top: 1em;
}
}
.mscom-search-image {
width: 20px; height: 80px;
}
.mscom-search-DropdownContainer {
width: 100%;
}
.mscom-search-NonJsDropdownContainer {
width: 100%;
}
.mscom-search-Sources {
width: 100%;
}
.mscom-search-Dropdown {
width: 100%;
}
span.mscom-search-Border {
width: 100%;
}
input.mscom-search-TextBox {
width: 100%;
}
.mscom-search-Suggestions {
width: 100%;
}
.mscom-search-history {
width: 100%;
}
.mscom-search-quick-search {
width: 100%;
}
.mscom-search span.mscom-search-Border {
border: 1px solid rgb(150, 150, 150); border-image: none; color: rgb(0, 0, 0); display: inline-block; position: relative; z-index: 998; background-color: rgb(255, 255, 255); _height: 22px;
}
.mscom-search input.mscom-search-TextBox {
padding: 2px 3px 0px 7px; outline: 0px; border: 0px currentColor; border-image: none; height: 21px; color: rgb(0, 0, 0); font-size: 0.75em; margin-top: 1px; margin-left: 3px; vertical-align: top; background-color: transparent;
}
.mscom-search input.mscom-search-Button {
margin: 3px 1px 1px 5px; border: 0px currentColor; border-image: none; top: 0px; right: 2px; overflow: hidden; font-size: 0px; vertical-align: top; position: absolute; cursor: pointer; background-color: rgb(255, 255, 255);
}
.mscom-nonjs .mscom-search input.mscom-search-Button {
right: 16px;
}
.mscom-search .mscom-search-DropdownContainer {
left: 0px; bottom: 0px; position: absolute; _position: static;
}
.mscom-search .mscom-search-DropdownArrow {
margin: 3px 3px 3px 0px; border: 0px currentColor; border-image: none; top: -60px; overflow: hidden; display: inline-block; position: absolute; cursor: pointer; max-width: none;
}
.mscom-search .mscom-search-DropdownSection {
margin: 0px; padding: 0px; width: 16px; height: 20px; overflow: hidden; display: block; position: relative;
}
.mscom-search .mscom-search-Dropdown {
left: 0px; top: 0px; bottom: 0px; font-size: 12.5px; display: none; position: absolute; _top: auto;
}
@media not all
{
.mscom-search .mscom-search-dropdown-pin {
top: 0px;
}
}
.mscom-search .mscom-search-Sources {
_position: absolute;
}
.mscom-search .mscom-search-Sources {
background: rgb(255, 255, 255); left: -1px; position: relative; z-index: 85; _left: 0;
}
.mscom-search .mscom-search-Suggestions {
background: rgb(255, 255, 255); left: -1px; position: relative; z-index: 85; _left: 0;
}
.mscom-search .mscom-search-history {
background: rgb(255, 255, 255); left: -1px; position: relative; z-index: 85; _left: 0;
}
.mscom-search .mscom-search-quick-search {
background: rgb(255, 255, 255); left: -1px; position: relative; z-index: 85; _left: 0;
}
.mscom-search .mscom-search-Sources {
border: 1px solid rgb(153, 153, 153); border-image: none;
}
.mscom-search .mscom-search-Suggestions {
border: 1px solid rgb(153, 153, 153); border-image: none;
}
.mscom-search .mscom-search-history {
border: 1px solid rgb(153, 153, 153); border-image: none;
}
.mscom-search .mscom-search-Sources ul {
_display: inline-block;
}
.mscom-search .mscom-search-Sources li {
width: 100%; padding-bottom: 1px;
}
.mscom-search .mscom-search-Sources li a {
text-align: left; overflow: hidden; padding-top: 5px; padding-bottom: 6px; padding-left: 35px; text-decoration: none; display: block; position: relative;
}
.mscom-search .mscom-search-Sources li a.selected {
background-color: rgb(237, 237, 237);
}
.mscom-search .mscom-search-Sources li a:hover {
_text-decoration: none;
}
.mscom-search .mscom-search-Sources li a:focus {
_text-decoration: none;
}
.mscom-search .mscom-search-Sources li.currentScope .mscom-search-Check {
top: -34px;
}
.mscom-search .mscom-search-Sources li .mscom-search-Check {
left: 10px; top: 30px; margin-right: 4px; vertical-align: top; display: inline-block; position: absolute; max-width: none;
}
.mscom-search .mscom-search-Sources li .mscom-search-Text {
display: table-cell; white-space: normal;
}
.mscom-search .mscom-search-Suggestions {
overflow: hidden; border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none; display: none;
}
.mscom-search .mscom-search-history {
overflow: hidden; border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none; display: none;
}
.mscom-search .mscom-search-quick-search {
overflow: hidden; border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none; display: none;
}
.mscom-search .mscom-search-Suggestions li {
padding-bottom: 1px;
}
.mscom-search .mscom-search-history li {
padding-bottom: 1px;
}
.mscom-search .mscom-search-quick-search li {
padding-bottom: 1px;
}
.mscom-search .mscom-search-Suggestions li a {
padding: 6px 5px; text-decoration: none; display: block; _overflow: hidden;
}
.mscom-search .mscom-search-history li a {
padding: 6px 5px; text-decoration: none; display: block; _overflow: hidden;
}
.mscom-search .mscom-search-Suggestions a.selected {
text-decoration: underline;
}
.mscom-search .mscom-search-history a.selected {
text-decoration: underline;
}
.mscom-search .mscom-search-Suggestions li .mscom-search-Text {
display: table-cell; _display: inline-block; _white-space: normal;
}
.mscom-search .mscom-search-history li .mscom-search-Text {
display: table-cell; _display: inline-block; _white-space: normal;
}
.mscom-search .mscom-search-Sources li.currentScope a {
font-weight: bold;
}
.mscom-search .mscom-search-Sources ul {
padding: 2px 0px 1px;
}
.mscom-search .mscom-search-Suggestions ul {
padding: 2px 0px 1px;
}
.mscom-search .mscom-search-history ul {
padding: 2px 0px 1px;
}
.mscom-search .mscom-search-Suggestions li a {
padding-left: 10px;
}
.mscom-search .mscom-search-history li a {
padding-left: 10px;
}
.mscom-search .mscom-search-Sources li a:link {
color: rgb(51, 51, 51);
}
.mscom-search .mscom-search-Sources li a:visited {
color: rgb(51, 51, 51);
}
.mscom-search .mscom-search-Suggestions li a:link {
color: rgb(51, 51, 51);
}
.mscom-search .mscom-search-Suggestions li a:visited {
color: rgb(51, 51, 51);
}
.mscom-search .mscom-search-history li a:link {
color: rgb(102, 51, 153);
}
.mscom-search .mscom-search-history li a:visited {
color: rgb(102, 51, 153);
}
.mscom-search .mscom-search-Suggestions li a:hover {
color: rgb(255, 255, 255); font-size: 12.5px; background-color: rgb(21, 112, 166);
}
.mscom-search .mscom-search-Suggestions li a:focus {
color: rgb(255, 255, 255); font-size: 12.5px; background-color: rgb(21, 112, 166);
}
.mscom-search .mscom-search-Suggestions li a:active {
color: rgb(255, 255, 255); font-size: 12.5px; background-color: rgb(21, 112, 166);
}
.mscom-search .mscom-search-Suggestions li a.selected {
color: rgb(255, 255, 255); font-size: 12.5px; background-color: rgb(21, 112, 166);
}
.mscom-search .mscom-search-Sources li a:hover {
color: rgb(255, 255, 255); font-size: 12.5px; background-color: rgb(21, 112, 166);
}
.mscom-search .mscom-search-Sources li a:focus {
color: rgb(255, 255, 255); font-size: 12.5px; background-color: rgb(21, 112, 166);
}
.mscom-search .mscom-search-Sources li a:active {
color: rgb(255, 255, 255); font-size: 12.5px; background-color: rgb(21, 112, 166);
}
.mscom-search .mscom-search-Sources li a.selected {
color: rgb(255, 255, 255); font-size: 12.5px; background-color: rgb(21, 112, 166);
}
.mscom-search .mscom-search-history li a:hover {
color: rgb(255, 255, 255); font-size: 12.5px; background-color: rgb(21, 112, 166);
}
.mscom-search .mscom-search-history li a:focus {
color: rgb(255, 255, 255); font-size: 12.5px; background-color: rgb(21, 112, 166);
}
.mscom-search .mscom-search-history li a:active {
color: rgb(255, 255, 255); font-size: 12.5px; background-color: rgb(21, 112, 166);
}
.mscom-search .mscom-search-history li a.selected {
color: rgb(255, 255, 255); font-size: 12.5px; background-color: rgb(21, 112, 166);
}
.mscom-search .mscom-search-Sources li.currentScope a:hover .mscom-search-Check {
top: -14px;
}
.mscom-search .mscom-search-Sources li.currentScope a:focus .mscom-search-Check {
top: -14px;
}
.mscom-search .mscom-search-NonJsDropdownContainer {
top: 0px; right: 2px; float: left; position: absolute;
}
.mscom-search .mscom-search-Container {
overflow: hidden; padding-right: 50px; float: none; position: relative;
}
strong {
font-weight: bold;
}
.mscom-search .mscom-search-quick-search {
border-width: medium 1px; border-style: none solid; border-color: currentColor rgb(210, 210, 210); font-size: 1em;
}
.mscom-search .mscom-search-quick-search .quick-search-item {
width: 100%; padding-top: 5px; padding-bottom: 6px; padding-left: 5px; border-bottom-color: rgb(210, 210, 210); border-bottom-width: 1px; border-bottom-style: solid; display: table; cursor: pointer;
}
.mscom-search .mscom-search-quick-search .quick-search-thumbnail img {
width: 100%; height: auto;
}
.mscom-search .mscom-search-quick-search .quick-search-thumbnail img.error {
display: none;
}
.mscom-search .mscom-search-quick-search .quick-search-item .quick-search-thumbnail {
width: 45px; padding-top: 5px; vertical-align: top; display: table-cell;
}
.mscom-search .mscom-search-quick-search .quick-search-item .quick-search-caption {
padding-right: 10px; padding-left: 10px; vertical-align: top; display: table-cell;
}
.mscom-search .mscom-search-quick-search .quick-search-item .quick-search-caption p {
line-height: 1.35em; padding-right: 5px; font-size: 0.75em;
}
.mscom-search .mscom-search-quick-search .quick-search-links {
padding-top: 5px; padding-bottom: 5px; font-size: 0.75em;
}
.mscom-search .mscom-search-quick-search .quick-search-links a {
color: rgb(18, 65, 145); line-height: 1.2em; font-weight: bold;
}
.mscom-search .mscom-search-quick-search .quick-search-links li {
line-height: 1.5em;
}
.mscom-search .mscom-search-quick-search .quick-search-item h3 {
text-transform: uppercase; line-height: 1.23em; font-size: 0.82em; font-weight: bold; margin-bottom: 5px; display: block;
}
.mscom-search .mscom-search-quick-search .selected.quick-search-item {
color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(21, 112, 166);
}
.mscom-search .mscom-search-quick-search .quick-search-item:hover {
color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(21, 112, 166);
}
.mscom-search .mscom-search-quick-search .quick-search-item:focus {
color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(21, 112, 166);
}
.mscom-search .mscom-search-quick-search .quick-search-item:active {
color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(21, 112, 166);
}
.mscom-search .mscom-search-quick-search .selected.quick-search-item a {
color: rgb(255, 255, 255);
}
.mscom-search .mscom-search-quick-search .selected.quick-search-item h3 {
color: rgb(255, 255, 255);
}
.mscom-search .mscom-search-quick-search .selected.quick-search-item p {
color: rgb(255, 255, 255);
}
.mscom-search .mscom-search-quick-search .quick-search-item:hover a {
color: rgb(255, 255, 255);
}
.mscom-search .mscom-search-quick-search .quick-search-item:hover h3 {
color: rgb(255, 255, 255);
}
.mscom-search .mscom-search-quick-search .quick-search-item:hover p {
color: rgb(255, 255, 255);
}
.mscom-search .mscom-search-quick-search .quick-search-item:focus a {
color: rgb(255, 255, 255);
}
.mscom-search .mscom-search-quick-search .quick-search-item:focus h3 {
color: rgb(255, 255, 255);
}
.mscom-search .mscom-search-quick-search .quick-search-item:focus p {
color: rgb(255, 255, 255);
}
.mscom-search .mscom-search-quick-search .quick-search-item:active a {
color: rgb(255, 255, 255);
}
.mscom-search .mscom-search-quick-search .quick-search-item:active h3 {
color: rgb(255, 255, 255);
}
.mscom-search .mscom-search-quick-search .quick-search-item:active p {
color: rgb(255, 255, 255);
}
.mscom-accountcontrol-container {
display: inline-block; position: relative;
}
a.mscom-account-text {
border-width: 1px; border-style: solid solid none; border-color: rgb(255, 255, 255); border-image: none; position: relative; z-index: 1000; background-color: rgb(255, 255, 255);
}
.selected a.mscom-account-text {
border-color: rgb(224, 224, 224);
}
.mscom-account-text a {
padding: 0px 5px; color: rgb(0, 114, 198); font-size: 13px; text-decoration: none;
}
.mscom-account-text a:link {
padding: 0px 5px; color: rgb(0, 114, 198); font-size: 13px; text-decoration: none;
}
.mscom-account-text a:visited {
padding: 0px 5px; color: rgb(0, 114, 198); font-size: 13px; text-decoration: none;
}
.mscom-account-text a:active {
padding: 0px 5px; color: rgb(0, 114, 198); font-size: 13px; text-decoration: none;
}
.mscom-account-text a:hover {
padding: 0px 5px; color: rgb(0, 114, 198); font-size: 13px; text-decoration: none;
}
a.mscom-account-text {
padding: 0px 5px; color: rgb(0, 114, 198); font-size: 13px; text-decoration: none;
}
a.mscom-account-text:link {
padding: 0px 5px; color: rgb(0, 114, 198); font-size: 13px; text-decoration: none;
}
a.mscom-account-text:visited {
padding: 0px 5px; color: rgb(0, 114, 198); font-size: 13px; text-decoration: none;
}
a.mscom-account-text:active {
padding: 0px 5px; color: rgb(0, 114, 198); font-size: 13px; text-decoration: none;
}
a.mscom-account-text:hover {
padding: 0px 5px; color: rgb(0, 114, 198); font-size: 13px; text-decoration: none;
}
a.mscom-account-viewonelink {
display: block;
}
a.mscom-account-link {
display: block;
}
a.mscom-account-viewonelink::after {
color: rgb(0, 0, 0); padding-left: 2px; font-size: 0.55em; margin-left: 0.35em; content: "?";
}
a.mscom-account-link::after {
color: rgb(0, 0, 0); padding-left: 2px; font-size: 0.55em; margin-left: 0.35em; content: "?";
}
.mscom-accountPosition {
position: relative; z-index: 999;
}
div.mscom-account {
padding: 10px; border: 1px solid rgb(224, 224, 224); border-image: none; top: -1px; width: 150px; right: 0px; display: none; position: absolute; z-index: 998; background-color: rgb(255, 255, 255);
}
.mscom-account-items {
padding: 10px;
}
.mscom-accountcontrol-container {
display: none;
}
.selected .mscom-account-items {
display: block;
}
.mscom-account-viewone-items a {
background: rgb(21, 112, 166); padding: 0.5em 0.8em; color: rgb(255, 255, 255); text-decoration: none; border-bottom-color: rgb(255, 255, 255); border-bottom-width: 1px; border-bottom-style: solid; display: block;
}
a.mscom-account-viewonelink {
display: block;
}
.mscom-accountcontrol-viewone {
display: none;
}
@media screen and (min-width:540px)
{
.mscom-accountcontrol-container {
display: block;
}
a.mscom-account-viewonelink {
display: none;
}
.mscom-header-search-section {
display: block !important;
}
}
.mscom-signinout {
margin-left: 10px;
}
.mscom-signinout #idPPScarab {
color: rgb(0, 114, 198); font-size: 13px; display: block;
}
.mscom-signinout .mstHdr_userprofiletileimage {
width: 22px; height: 22px; margin-left: 12px;
}
.mscom-signinout #idPPScarab:hover {
text-decoration: none;
}
.mscom-signinout #idPPScarab:active {
text-decoration: none;
}
.mscom-header {
/* changed the header bottom border to blue*/
/*border-bottom-color: rgb(238, 238, 238);*/
border-bottom-color: rgb(0, 163, 238);
border-bottom-width: 0.3em;
border-bottom-style: solid;
}
.mscom-header::after {
clear: both; display: block;
}
.mscom-header .mscom-header-row-1 {
margin-top: 2px; margin-bottom: 0.3em;
}
.mscom-header .mscom-header-row-2 {
margin-bottom: 0.3em;
}
.mscom-header .mscom-header-section-1-1 {
min-height: 1px;
}
.mscom-header .mscom-header-section-1-2-2 {
margin-left: 0.5em;
}
.mscom-header .mscom-header-section-2-2 {
font-size: 1.5em;
}
.mscom-header .mscom-header-section-2-2 .mscom-show-navtoggle-text .screen-reader-text {
margin: 5% 0.2em auto auto; width: auto; height: auto; font-size: 80%; float: left; position: relative;
}
.mscom-header .mscom-header-section-2-2 a.mscom-header-navtogglelink:hover {
text-decoration: none;
}
.mscom-header .mscom-header-section-2-2 a.mscom-header-searchtogglelink:hover {
text-decoration: none;
}
.mscom-header .mscom-header-section-2-4 {
width: 100%; margin-top: 0.5em;
}
.mscom-header .mscom-header-section-2-4 .span {
margin-left: 0px;
}
.mscom-header .mscom-header-searchtogglelink {
width: 1.25em; height: 1.25em; overflow: hidden; margin-left: 0.62em; display: inline-block; position: relative;
}
.mscom-header .mscom-header-searchtogglelink img {
top: 0px; position: relative;
}
.mscom-header .mscom-header-navtogglelink img {
width: 1.25em; height: 1.25em;
}
.mscom-header .row-fluid .mscom-header-nav-section {
}
.mscom-header {
margin-top: 1em;
}
.mscom-header .mscom-header-section-2-4 {
width: 80%;
}
@media screen and (min-width:540px)
{
.mscom-header-nav-section {
display: block !important;
}
}
@media screen and (max-width:539px)
{
.mscom-header .mscom-header-row-2 .mscom-header-section-2-3 {
margin-left: 0px;
}
.mscom-header .span.mscom-header-search-section {
margin-left: 0px;
}
.mscom-header .row-fluid .mscom-header-nav-section {
display: none;
}
.mscom-header .row-fluid .mscom-header-show-nav-section {
display: block;
}
.mscom-header .mscom-header-section-2-4 {
width: 100%;
}
.mscom-header {
margin-top: 0px;
}
}
.lt-ie9 .mscom-header {
min-width: 1180px;
}
.mscom-header .mscom-findstorelink {
color: rgb(21, 112, 166);
}
.mscom-header .mscom-header-storelink-section {
line-height: 2.5em;
}
.lt-ie9 .mscom-header .mscom-header-storelink-section {
line-height: 1em;
}
.mscom-header .mscom-header-storelink-section-topbar {
font-size: 14.4px;
}
.mscom-header .mscom-findstorelink:hover {
color: rgb(8, 48, 71); text-decoration: underline;
}
@media screen and (max-width:539px)
{
.mscom-header .mscom-header-row-0 {
background-color: rgb(238, 238, 238);
}
.CMSvNextComp .mscom-header {
margin-top: 0px;
}
.mscom-header .mscom-header-section-1-1 {
width: 0%;
}
.mscom-header .mscom-header-section-1-2 {
width: 96%;
}
.mscom-header .mscom-header-storelink-section-topbar {
padding-right: 2%;
}
}
.navIe7 {
}
.mscom-nav .mscom-nav-container {
margin: 0px 0px 0px -0.93em;
}
.mscom-nav .mscom-navitem {
display: inline-block;
}
.mscom-nav .selected {
background: rgb(238, 238, 238);
}
.mscom-nav .mscom-nav-item-link {
padding: 0px 0.93em; color: rgb(26, 26, 26); font-size: 1em; text-decoration: none;
}
.mscom-nav .mscom-nav-item-link:hover {
color: rgb(0, 96, 166); text-decoration: none;
}
.mscom-nav .mscom-nav-item-flyout-link-icon::after {
font-family: "wf_icons_normal"; font-size: 0.68em; margin-left: 0.35em; content: "?";
}
.mscom-nav .mscom-nav-flyout {
left: 0px; width: 100%; border-left-color: currentColor; border-left-width: medium; border-left-style: none; display: none; position: absolute; z-index: 996; opacity: 1; background-color: rgb(238, 238, 238);
}
.lt-ie8 .top-level-link:focus {
text-decoration: none;
}
.mscom-nav .mscom-nav-flyout .mscom-nav-layout {
margin: 0px auto; padding: 1.35em 0px; width: 96%; max-width: 1180px;
}
.mscom-nav .mscom-nav-layout li {
margin: 0px 0px 0.7em; font-size: 0.9em; display: block;
}
.mscom-nav .mscom-nav-layout li.heading {
margin: 0px 0px 1.35em; font-size: 1em; font-weight: normal;
}
.mscom-nav .mscom-nav-layout li a {
color: rgb(21, 112, 166); text-decoration: none;
}
.mscom-nav .mscom-nav-layout li a:hover {
height: 100%; color: rgb(8, 48, 71); text-decoration: underline;
}
.mscom-nav .mscom-nav-flyout .mscom-nav-linklayout-horizontal ul li {
padding: 0px 0.93em; display: inline-block;
}
.mscom-nav .mscom-nav-flyout .mscom-nav-linklayout-horizontal ul li:first-child {
padding-left: 0px;
}
@media screen and (min-width:540px)
{
.mscom-nav .mscom-nav-item-link {
line-height: 2.5em;
}
.mscom-nav li.mscom-navitem-keyline {
margin-bottom: -4px; border-bottom-color: rgb(21, 112, 166); border-bottom-width: 0.3em; border-bottom-style: solid;
}
.mscom-nav .mscom-nav-layout ul {
margin-bottom: 2.5em;
}
.mscom-nav .mscom-nav-imagelayout li a {
color: transparent; line-height: 0; font-size: 0px;
}
}
@media screen and (max-width:539px)
{
.mscom-nav .mscom-nav-container {
margin: 0px; background-color: rgb(21, 112, 166);
}
.mscom-nav .mscom-nav-container a {
color: rgb(255, 255, 255); font-size: 1em; text-decoration: none !important;
}
.mscom-nav .selected {
background: rgb(8, 48, 71);
}
.mscom-nav .mscom-nav-flyout {
width: auto; border-left-color: rgb(8, 48, 71); border-left-width: 0.5em; border-left-style: solid; position: relative; background-color: rgb(21, 112, 166);
}
.mscom-nav .mscom-nav-flyout .mscom-nav-layout {
padding: 0px;
}
.mscom-nav .mscom-nav-flyout .mscom-nav-layout div.span {
margin: 0px !important; width: 100% !important;
}
.mscom-nav .mscom-navitem {
display: block;
}
.mscom-nav .mscom-nav-item-link {
display: block;
}
.mscom-nav .mscom-nav-flyout .mscom-nav-layout li a {
display: block;
}
.mscom-nav .mscom-nav-flyout .mscom-nav-linklayout-horizontal ul li {
display: block;
}
.mscom-nav .mscom-nav-flyout .mscom-nav-layout li {
margin: 0px;
}
.mscom-nav .mscom-nav-flyout .mscom-nav-layout li.heading {
display: none;
}
.mscom-nav .mscom-nav-layout li {
font-size: 1em;
}
.mscom-nav .mscom-nav-item-link:hover {
color: rgb(255, 255, 255); background-color: rgb(8, 48, 71);
}
.mscom-nav .mscom-nav-layout li a:hover {
color: rgb(255, 255, 255); background-color: rgb(8, 48, 71);
}
.mscom-nav .mscom-nav-item-link {
padding: 0.5em 0.8em; color: rgb(255, 255, 255); border-bottom-color: rgb(255, 255, 255); border-bottom-width: 1px; border-bottom-style: solid; display: block;
}
.mscom-nav .mscom-nav-flyout .mscom-nav-layout li a {
padding: 0.5em 0.8em; color: rgb(255, 255, 255); border-bottom-color: rgb(255, 255, 255); border-bottom-width: 1px; border-bottom-style: solid; display: block;
}
.mscom-nav .mscom-nav-flyout .mscom-nav-linklayout-horizontal ul li {
padding: 0px; display: block;
}
.mscom-nav .mscom-nav-flyout .mscom-nav-imagelayout a img {
display: none;
}
}
.lt-ie8 .mscom-nav-item-flyout-link-icon {
width: 8px; height: 5px; margin-bottom: 5px; margin-left: 0.35em; display: inline-block; background-image: url("CMSImages/Caret_Gray.png?version=07593BEE-0203-BA88-C4A8-AD16F380F02A");
}
.nofontface .mscom-nav-item-flyout-link-icon {
width: 8px; height: 5px; margin-bottom: 5px; margin-left: 0.35em; display: inline-block; background-image: url("CMSImages/Caret_Gray.png?version=07593BEE-0203-BA88-C4A8-AD16F380F02A");
}
.lt-ie8 .mscom-nav-item-link:hover .mscom-nav-item-flyout-link-icon {
background-image: url("CMSImages/Caret_Blue.png?version=32461B33-0296-96C1-2625-042C56BFCF9A");
}
.nofontface .mscom-nav-item-link:hover .mscom-nav-item-flyout-link-icon {
background-image: url("CMSImages/Caret_Blue.png?version=32461B33-0296-96C1-2625-042C56BFCF9A");
}
.CMSvNextComp div.mscom-locale-flyout {
margin: 0px auto; display: none; max-width: 1180px;
}
.mscom-footer {
/*background-color: rgb(238, 238, 238);*/
background-color: rgb(0, 163, 238);
}
.mscom-footer .mscom-footer-row-1 {
/* was*/
/* padding-top: 2.5%*/
padding-top: 1em;
padding-bottom: 1em;
}
.mscom-footer .mscom-footer-row-2 {
padding-top: 1em;
}
.mscom-footer .mscom-footer-row-3 {
/*padding-bottom: 0.85%;*/
padding-bottom:.5em;
}
.mscom-footer a {
/*color: rgb(21, 112, 166);*/
color: rgb(238, 238, 238) !important;
font-size: 0.9em;
}
.mscom-footer a:focus {
color: rgb(8, 48, 71);
}
.mscom-footer a:hover {
color: rgb(8, 48, 71);
}
.mscom-footer .heading {
/*font-size: 1em;*/
font-size:13px;
color: rgb(238, 238, 238) !important;
font-weight: bold;
margin-bottom: 0.65em;
}
.mscom-footer ul {
margin-top: 1.5em;
}
.mscom-footer li {
margin: 0px 0px 0.25em;
line-height: 1.25;
/*font-size: 1em;*/
font-size:13px;
display: block;
}
.mscom-footer .mscom-footer-productlist li {
margin-bottom: 0.75em;
}
.mscom-footer .mscom-footer-productlist a {
color: rgb(26, 26, 26);
font-size: 1em;
}
.mscom-footer .mscom-footer-productlist img {
width: 26px; height: 26px; margin-right: 10px; margin-bottom: -0.45em; display: inline-block;
}
.mscom-footer .mscom-footer-localepicker {
margin-bottom: 1.5em;
}
.mscom-footer .mscom-footer-localepicker span.icon-globe {
top: -0.22em; line-height: 1.5em; font-size: 1.5em; text-decoration: none; margin-right: 10px; float: left; position: relative;
}
.mscom-footer .mscom-footer-defaultlink li {
margin-right: 1.5em; display: inline-block;
}
.mscom-footer .mscom-footer-defaultlink li a {
}
.mscom-footer .mscom-footer-defaultlink .heading {
font-size: 0.81em;
}
.mscom-footer .mscom-footer-productlist {
margin-bottom: 1em;
}
.mscom-footer .mscom-footer-mslogo img {
width: 85px; height: 16px;
}
.mscom-footer .mscom-footer-defaultlink ul:first-child {
margin-top: 0px;
}
@media screen and (min-width:540px)
{
.mscom-footer .mscom-footer-defaultlink li {
margin-right: 2%;
}
.mscom-footer ul:first-child {
margin-top: 0px;
}
}
@media screen and (max-width:900px)
{
.mscom-footer .mscom-footer-row-2 {
padding-bottom: 0.7em;
}
}
@media screen and (min-width:900px)
{
.mscom-footer .mscom-footer-mslogo {
text-align: right;
}
.mscom-footer .mscom-footer-defaultlink {
text-align: right;
}
.mscom-footer .mscom-footer-localepicker {
margin-bottom: 0px;
}
.mscom-footer .mscom-footer-productlist {
margin-bottom: 0px;
}
.mscom-footer .mscom-footer-defaultlink li {
margin-right: 0px; margin-left: 2%;
}
.mscom-footer .mscom-footer-defaultlink li:first-child {
margin-left: 0px;
}
}
.lt-ie9 .mscom-footer {
min-width: 1180px;
}
.lt-ie9 .mscom-footer .mscom-footer-mslogo {
text-align: right;
}
.lt-ie9 .mscom-footer .mscom-footer-defaultlink {
text-align: right;
}
.lt-ie9 .mscom-footer .mscom-footer-defaultlink li {
margin-right: 0px; margin-left: 2%;
}
.lt-ie9 .mscom-footer .mscom-footer-defaultlink li:first-child {
margin-left: 0px;
}
.lt-ie8 .mscom-footer .mscom-footer-localepicker span.icon-globe {
}
.features {
clear: both;
}
.features p {
font-size: 0.9em; margin-bottom: 0px;
}
.features img {
width: 41%; margin-top: 0.25em; margin-right: 4%; float: left;
}
.features .span {
margin-bottom: 3%;
}
.features a {
transition:color 0.35s ease-in; -webkit-transition: color .35s ease-in; -moz-transition: color .35s ease-in; -o-transition: color .35s ease-in;
}
.features a img {
transition:opacity 0.35s ease-in; -webkit-transition: opacity .35s ease-in; -moz-transition: opacity .35s ease-in; -o-transition: opacity .35s ease-in;
}
.features a:hover {
transition:color 0.15s ease-in; -webkit-transition: color .15s ease-in; -moz-transition: color .15s ease-in; -o-transition: color .15s ease-in;
}
.features a img:hover {
transition:opacity 0.15s ease-in; text-decoration: none; -webkit-transition: opacity .15s ease-in; -moz-transition: opacity .15s ease-in; -o-transition: opacity .15s ease-in;
}
.features a:hover img {
opacity: 0.85;
}
.features a img:hover img {
opacity: 0.85;
}
@media screen and (min-width:680px)
{
.features img {
margin: 0px 0px 0.25em; width: 100%; padding-top: 0px; float: none;
}
.features p {
margin-bottom: 1.5em;
}
}
.cssanimations .features {
animation:fadeIn 1.5s; -webkit-animation: fadeIn; -moz-animation: fadeIn; -o-animation: fadeIn; -webkit-animation-duration: 1.5s; -moz-animation-duration: 1.5s; -o-animation-duration: 1.5s;
}
.cssanimations .mscom-pivot-flyout .list-of-links {
animation:IE11FixfadeIn 1.51s;
}
.cssanimations .features .grid-unit {
animation:slideIn; position: relative; -webkit-animation: slideIn; -moz-animation: slideIn; -o-animation: slideIn;
}
.features :nth-of-type(1).grid-unit {
animation-duration: 0.225s; -webkit-animation-duration: .225s; -moz-animation-duration: .225s; -o-animation-duration: .225s;
}
.features :nth-of-type(2).grid-unit {
animation-duration: 0.45s; -webkit-animation-duration: .45s; -moz-animation-duration: .45s; -o-animation-duration: .45s;
}
.features :nth-of-type(3).grid-unit {
animation-duration: 0.675s; -webkit-animation-duration: .675s; -moz-animation-duration: .675s; -o-animation-duration: .675s;
}
.features :nth-of-type(4).grid-unit {
animation-duration: 0.9s; -webkit-animation-duration: .9s; -moz-animation-duration: .9s; -o-animation-duration: .9s;
}
.lt-ie9 .features img {
margin: 0px 0px 0.25em; width: 100%; padding-top: 0px; float: none;
}
.color-box.features li {
margin-bottom: 3%; background-color: rgb(21, 112, 166);
}
.color-box.features li a p {
margin: 0.5em 1em;
}
.color-box.features li img {
margin-top: 0px;
}
.color-box.features li a {
color: rgb(255, 255, 255);
}
@media screen and (min-width:680px)
{
.color-box.features li a p {
margin: -4px auto 0.65em; width: 92%;
}
}
.slideshow-news {
transition:background 0.2s ease-in; width: 100%; margin-bottom: 1em; float: left; display: block; background-color: rgba(0, 0, 0, 0.16); -webkit-transition: background .2s ease-in; -moz-transition: background .2s ease-in; -o-transition: background .2s ease-in;
}
.slideshow-news::after {
clear: both; display: table; content: "";
}
.slideshow-news:hover {
text-decoration: none; background-color: rgba(0, 0, 0, 0.26);
}
.slideshow-news a {
overflow: hidden;
}
.slideshow-news .prev-next {
display: none;
}
.slideshow-news li {
display: block;
}
.slideshow-news a {
padding: 1em; border: 1px solid transparent; border-image: none; text-decoration: none; display: block; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
.slideshow-news img {
margin: 0px 1.5em 0px 0px; float: left; max-width: 130px;
}
.slideshow-news a .pubdate {
margin-right: 0.2em;
}
.slideshow-news .title {
margin: 0px; line-height: 1.4em; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 1.16em; font-weight: 300; display: block;
}
.mac .slideshow-news .title {
-webkit-font-smoothing: subpixel-antialiased;
}
.slideshow-news p {
line-height: 1.6em; margin-bottom: 0px; _color: #1a1a1a;
}
@media screen and (min-width:560px)
{
.slideshow-news .title {
font-size: 1.5em;
}
.slideshow-news a {
padding: 1.75em;
}
.slideshow-news .widget-title {
display: none;
}
}
@media screen and (min-width:600px)
{
.slideshow-news img {
max-width: 150px;
}
}
@media screen and (min-width:900px)
{
.slideshow-news {
margin-bottom: 0px;
}
}
.lt-ie9 .slideshow-news .title {
color: rgb(255, 255, 255); font-size: 1.5em;
}
.lt-ie9 .slideshow-news .widget-title {
display: none;
}
.lt-ie9 .slideshow-news img {
width: 150px; height: 112px; max-width: 150px;
}
.lt-ie8 .slideshow-news {
background-color: rgb(13, 105, 141);
}
.lt-ie9.mscom-nonjs .slideshow-news {
background-color: rgb(255, 255, 255) !important;
}
.lt-ie9.mscom-nonjs .slideshow-news .title {
color: rgb(0, 0, 0);
}
.iem7 .slideshow-news {
float: none;
}
.iem9 .slideshow-news {
float: none;
}
.lt-ie8 .slideshow-news {
float: none;
}
.mscom-pivot .mscom-pivot-item {
display: inline-block;
}
.mscom-pivot .mscom-pivot-item-link {
padding: 0px 0.93em; color: rgb(26, 26, 26); font-size: 1em; text-decoration: none;
}
.mscom-pivot .mscom-pivot-item-link:hover {
color: rgb(0, 96, 166); text-decoration: none;
}
.mscom-pivot .selected .mscom-pivot-flyout {
display: block;
}
.mscom-pivot-nav .mscom-pivot-container {
margin: 0px 0px 0px -0.93em;
}
.mscom-pivot-nav .selected {
background: rgb(238, 238, 238);
}
.mscom-pivot-nav .mscom-pivot-item-flyout-link::after {
font-size: 0.55em; margin-left: 0.35em; content: "?";
}
.mscom-pivot-nav .mscom-pivot-flyout {
left: 0px; width: 100%; border-left-color: currentColor; border-left-width: medium; border-left-style: none; display: none; position: absolute; z-index: 996; opacity: 1; background-color: rgb(238, 238, 238);
}
.mscom-pivot-nav .mscom-pivot-flyout .mscom-nav-layout {
margin: 0px auto; padding: 1.35em 0px; max-width: 1180px;
}
.mscom-pivot-nav .mscom-nav-layout li {
margin: 0px 0px 0.7em; font-size: 0.9em; display: block;
}
.mscom-pivot-nav .mscom-nav-layout li.heading {
margin: 0px 0px 1.35em; font-size: 1em; font-weight: normal;
}
.mscom-pivot-nav .mscom-nav-layout li a {
color: rgb(21, 112, 166); text-decoration: none;
}
.mscom-pivot-nav .mscom-nav-layout li a:hover {
height: 100%; color: rgb(8, 48, 71); text-decoration: underline;
}
.mscom-pivot-nav .mscom-pivot-flyout .mscom-nav-linklayout-horizontal ul li {
padding: 0px 0.93em; display: inline-block;
}
.mscom-pivot-nav .mscom-pivot-flyout .mscom-nav-linklayout-horizontal ul li:first-child {
padding-left: 0px;
}
@media screen and (min-width:540px)
{
.mscom-pivot-nav .mscom-pivot-item-link {
line-height: 2.5em;
}
.mscom-pivot-nav .mscom-nav-layout ul {
margin-bottom: 2.5em;
}
.mscom-pivot-nav .mscom-nav-imagelayout li a {
color: transparent; line-height: 0; font-size: 0px;
}
}
@media screen and (max-width:539px)
{
.mscom-pivot-nav .mscom-pivot-container {
margin: 0px; background-color: rgb(21, 112, 166);
}
.mscom-pivot-nav .mscom-pivot-container a {
color: rgb(255, 255, 255); font-size: 1em; text-decoration: none !important;
}
.mscom-pivot-nav .selected {
background: rgb(8, 48, 71);
}
.mscom-pivot-nav .mscom-pivot-flyout {
width: auto; border-left-color: rgb(8, 48, 71); border-left-width: 0.5em; border-left-style: solid; position: relative; background-color: rgb(21, 112, 166);
}
.mscom-pivot-nav .mscom-pivot-flyout .mscom-nav-layout {
padding: 0px;
}
.mscom-pivot-nav .mscom-pivot-flyout .mscom-nav-layout div.span {
margin: 0px !important; width: 100% !important;
}
.mscom-pivot-nav .mscom-pivot-item {
display: block;
}
.mscom-pivot-nav .mscom-pivot-item-link {
display: block;
}
.mscom-pivot-nav .mscom-pivot-flyout .mscom-nav-layout li a {
display: block;
}
.mscom-pivot-nav .mscom-pivot-flyout .mscom-nav-linklayout-horizontal ul li {
display: block;
}
.mscom-pivot-nav .mscom-pivot-flyout .mscom-nav-layout li {
margin: 0px;
}
.mscom-pivot-nav .mscom-pivot-flyout .mscom-nav-layout li.heading {
display: none;
}
.mscom-pivot-nav .mscom-pivot-layout li {
font-size: 1em;
}
.mscom-pivot-nav .mscom-pivot-item-link:hover {
color: rgb(255, 255, 255); background-color: rgb(8, 48, 71);
}
.mscom-pivot-nav .mscom-nav-layout li a:hover {
color: rgb(255, 255, 255); background-color: rgb(8, 48, 71);
}
.mscom-pivot-nav .mscom-pivot-item-link {
padding: 0.5em 0.8em; color: rgb(255, 255, 255); border-bottom-color: rgb(255, 255, 255); border-bottom-width: 1px; border-bottom-style: solid; display: block;
}
.mscom-pivot-nav .mscom-pivot-flyout .mscom-nav-layout li a {
padding: 0.5em 0.8em; color: rgb(255, 255, 255); border-bottom-color: rgb(255, 255, 255); border-bottom-width: 1px; border-bottom-style: solid; display: block;
}
.mscom-pivot-nav .mscom-pivot-flyout .mscom-nav-linklayout-horizontal ul li {
padding: 0px; display: block;
}
.mscom-pivot-nav .mscom-pivot-flyout .mscom-nav-imagelayout a img {
display: none;
}
}
.mscom-pivot-tab .mscom-pivot-flyout .mscom-pivot-tab-layout a:hover .mscom-pivot-text {
text-decoration: underline;
}
.mscom-pivot-tab .mscom-pivot-flyout a:active .mscom-pivot-text {
text-decoration: underline;
}
.mscom-pivot-tab .mscom-pivot-flyout .mscom-pivot-tab-layout .mscom-pivot-text {
color: rgb(21, 112, 166); font-size: 0.9em;
}
.mscom-pivot-tab .mscom-pivot-flyout {
left: 0px; width: 100%; border-left-color: currentColor; border-left-width: medium; border-left-style: none; display: none; opacity: 1;
}
.mscom-pivot-tab .mscom-pivot-item-flyout-link {
margin: 0px 0px 0.7em; padding: 0.1em 1%; border: 1px solid transparent; border-image: none; font-size: 1em; text-decoration: none; display: inline-block; position: relative;
}
.mscom-pivot-tab a.selected {
color: rgb(255, 255, 255); background-color: rgb(21, 112, 166);
}
.mscom-pivot-tab .selected .mscom-pivot-item-flyout-link {
color: rgb(255, 255, 255); background-color: rgb(21, 112, 166);
}
.mscom-pivot-tab a.selected:hover {
color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(8, 48, 71);
}
.mscom-pivot-tab .selected .mscom-pivot-item-flyout-link:hover {
color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(8, 48, 71);
}
.mscom-pivot-tab .mscom-pivot-item-flyout-link:hover {
text-decoration: none;
}
.mscom-pivot-tab .mscom-pivot-item-flyout-link:active {
text-decoration: none;
}
@media screen and (max-width:680px)
{
.mscom-pivot-tab .mscom-pivot-flyout .mscom-pivot-tab-layout .mscom-pivot-image img {
width: 95%;
}
.mscom-pivot-tab .mscom-pivot-flyout .mscom-pivot-tab-layout .row-fluid .span {
margin-bottom: 0.2em;
}
}
.grid-container {
background-position: center; width: 96%; margin-right: auto; margin-left: auto; max-width: 1180px; background-repeat: no-repeat;
}
.row-padded {
padding-top: 1.5em; padding-bottom: 1.5em;
}
.row-padded-top {
padding-top: 1.5em;
}
.row-padded-bottom {
padding-bottom: 1.5em;
}
.border-top {
border-top-color: rgb(238, 238, 238); border-top-width: 1px; border-top-style: solid;
}
.border-bottom {
border-bottom-color: rgb(238, 238, 238); border-bottom-width: 1px; border-bottom-style: solid;
}
.row-cool-gray-3 {
background: rgb(210, 210, 210);
}
.row-grey {
background: rgb(238, 238, 238);
}
.row-blue {
background: rgb(21, 112, 166);
}
.row-blue {
color: rgb(255, 255, 255);
}
.row-blue h1 {
color: rgb(255, 255, 255);
}
.row-blue h2 {
color: rgb(255, 255, 255);
}
.row-blue h3 {
color: rgb(255, 255, 255);
}
.row-blue h4 {
color: rgb(255, 255, 255);
}
.row-blue a {
color: rgb(255, 255, 255);
}
.row-blue a:hover {
color: rgb(255, 255, 255);
}
.row-blue a:focus {
color: rgb(255, 255, 255);
}
@media screen and (min-width:540px)
{
.row-padded {
padding-top: 2.5%; padding-bottom: 2.5%;
}
.row-padded-top {
padding-top: 2.5%;
}
.row-padded-bottom {
padding-bottom: 2.5%;
}
}
body.lt-ie9 {
min-width: 1180px;
}
.lt-ie9 .grid-container .col-flow-opposite {
float: right;
}
.lt-ie9 .row-padded {
padding-top: 3em; padding-bottom: 3em;
}
.lt-ie9 .row-padded-top {
padding-top: 3em;
}
.lt-ie9 .row-padded-bottom {
padding-bottom: 3em;
}
html[dir='rtl'].iem7 {
direction: ltr;
}
html[dir='rtl'].iem9 {
direction: ltr;
}
html[dir='rtl'].iem7 form {
direction: rtl;
}
html[dir='rtl'].iem9 form {
direction: rtl;
}
html[dir='rtl'].iem7 .grid-row .grid-unit {
float: none;
}
html[dir='rtl'].iem7 .grid-row .col-flow-opposite {
float: none;
}
html[dir='rtl'].iem7 .grid-row .col-flow-opposite {
float: none;
}
html[dir='rtl'].iem7 .grid-container .col-flow-opposite {
float: none;
}
html[dir='rtl'].iem7 .grid-row .grid-unit {
clear: both;
}
@media screen and (min-width:900px)
{
.row--padded-right-1-4 .grid-row {
width: 74.5%; padding-right: 24.5%;
}
.grid-row.row--padded-right-1-4 {
width: 74.5%; padding-right: 24.5%;
}
.row--padded-left-1-4 .grid-row {
width: 74.5%; padding-left: 24.5%;
}
.grid-row.row--padded-left-1-4 {
width: 74.5%; padding-left: 24.5%;
}
.row--padded-right-1-3 .grid-row {
width: 66%; padding-right: 34%;
}
.grid-row.row--padded-right-1-3 {
width: 66%; padding-right: 34%;
}
.row--padded-left-1-3 .grid-row {
width: 66%; padding-left: 34%;
}
.grid-row.row--padded-left-1-3 {
width: 66%; padding-left: 34%;
}
.row--padded-right-1-2 .grid-row {
width: 49%; padding-right: 51%;
}
.grid-row.row--padded-right-1-2 {
width: 49%; padding-right: 51%;
}
.row--padded-left-1-2 .grid-row {
width: 49%; padding-left: 51%;
}
.grid-row.row--padded-left-1-2 {
width: 49%; padding-left: 51%;
}
.row--padded-right-2-3 .grid-row {
width: 32%; padding-right: 68%;
}
.grid-row.row--padded-right-2-3 {
width: 32%; padding-right: 68%;
}
.row--padded-left-2-3 .grid-row {
width: 32%; padding-left: 68%;
}
.grid-row.row--padded-left-2-3 {
width: 32%; padding-left: 68%;
}
.row--padded-right-3-4 .grid-row {
width: 23.5%; padding-right: 76.5%;
}
.grid-row.row--padded-right-3-4 {
width: 23.5%; padding-right: 76.5%;
}
.row--padded-left-3-4 .grid-row {
width: 23.5%; padding-left: 76.5%;
}
.grid-row.row--padded-left-3-4 {
width: 23.5%; padding-left: 76.5%;
}
}
.background--right-top .grid-container {
background-position: right top; background-repeat: no-repeat;
}
.background--right-bottom .grid-container {
background-position: right bottom; background-repeat: no-repeat;
}
.background--center-top .grid-container {
background-position: top; background-repeat: no-repeat;
}
.background--center-bottom .grid-container {
background-position: bottom; background-repeat: no-repeat;
}
.background--left-bottom .grid-container {
background-position: left bottom; background-repeat: no-repeat;
}
.background--left-top .grid-container {
background-position: left top; background-repeat: no-repeat;
}
@media screen and (max-width:899px) and (min-width:0px)
{
.background--hide-small .grid-container {
background-image: none !important;
}
}
.hero {
margin: 0px auto; overflow: hidden; position: relative; max-width: 1600px;
}
.hero .slides {
margin: 0px; padding: 0px; width: 100%; display: block;
}
.hero .media {
line-height: 0; display: block;
}
.hero .media > a {
display: block;
}
.hero .text {
overflow: hidden;
}
.hero .nowrap {
white-space: nowrap;
}
.media {
background-position: center; line-height: 0; overflow: hidden; background-image: url("/CMSImages/progressIndicator40x40.gif?version=22bf30a9-5751-70e3-2c7d-7173410d2ed0"); background-repeat: no-repeat; background-color: rgb(240, 240, 240);
}
.media img {
max-width: 100%;
}
.media video {
max-width: 100%;
}
.hero .media img {
width: 166.5%; margin-left: -40%; max-width: 166.5%;
}
.hero .media video {
width: 166.5%; margin-left: -40%; max-width: 166.5%;
}
.hero-default-unmasked.hero .media img {
margin: 0px !important; width: 100%; max-width: 100%;
}
.hero-default-unmasked.hero .media video {
margin: 0px !important; width: 100%; max-width: 100%;
}
@media screen and (min-width:540px)
{
.hero .media img {
margin: 0px; width: 100%; max-width: 100%;
}
.hero .media video {
margin: 0px; width: 100%; max-width: 100%;
}
}
@media screen and (min-width:1025px)
{
.hero .media img {
margin-top: -1.87%;
}
.hero .media video {
margin-top: -1.87%;
}
}
@media screen and (min-width:1025px) and (min-height:900px)
{
.hero .media img {
margin: 0px;
}
.hero .media video {
margin: 0px;
}
}
.hero-med.hero .media img {
margin: 0px !important; width: 100%; max-width: 100%;
}
.hero-med.hero .media video {
margin: 0px !important; width: 100%; max-width: 100%;
}
.hero-full.hero .media img {
margin: 0px !important; width: 100%; max-width: 100%;
}
.hero-full.hero .media video {
margin: 0px !important; width: 100%; max-width: 100%;
}
@media screen and (min-width:680px)
{
.hero-video .box {
transition:opacity 0.2s; -webkit-transition: opacity .2s ease; -moz-transition: opacity .2s ease; -o-transition: opacity .2s ease;
}
.playing.hero-video .box {
opacity: 0;
}
.playing.hero-video:hover .hoverable .box {
opacity: 1;
}
.playing.hero-video a:focus .hoverable .box {
opacity: 1;
}
}
.slideshow-hero .navigation {
width: 100%; position: absolute; cursor: pointer;
}
.slideshow-hero .prev-next {
width: 100%; position: absolute; cursor: pointer;
}
.slideshow-hero .navigation .container {
padding: 0px 1%;
}
.slideshow-hero .prev-next .container {
padding: 0px 1%;
}
.mscom-nonjs .slideshow-hero .navigation {
display: none;
}
.mscom-nonjs .slideshow-hero .prev-next {
display: none;
}
.slideshow-hero .navigation {
text-align: right; right: 1.15em; bottom: 1em; display: none; z-index: 960; pointer-events: none;
}
.slideshow-hero .navigation a {
margin: 0px 0.07em; text-align: center; color: rgb(255, 255, 255); font-size: 2.15em; text-decoration: none; display: inline-block; position: relative; -ms-zoom: 1; pointer-events: auto; text-shadow: 0px 0px 4px rgba(0,0,0,0.15);
}
.hp-hero-nav-gray .slideshow-hero .navigation a {
color: rgb(238, 238, 238);
}
.hp-hero-nav-dark-gray .slideshow-hero .navigation a {
color: rgb(221, 221, 221);
}
.slideshow-hero .navigation a.active {
color: rgb(21, 112, 166);
}
.slideshow-hero .prev-next {
bottom: 5.25em; z-index: 970;
}
.slideshow-hero button {
background: none; padding: 0px; border: currentColor; border-image: none; height: 2em; text-align: center; color: rgb(26, 26, 26); font-size: 1.5em; display: block; position: absolute; cursor: pointer; -moz-appearance: none; -webkit-appearance: none;
}
.slideshow-hero .prev {
left: 1%; text-align: left;
}
.slideshow-hero .next {
text-align: right; right: 1%;
}
@media screen and (min-width:33.75em)
{
.slideshow-hero .prev-next {
bottom: 4.75em;
}
}
@media screen and (min-width:42.5em)
{
.slideshow-hero .navigation {
display: block;
}
.slideshow-hero .prev-next {
display: none;
}
}
.box {
background: rgb(229, 94, 30); padding: 1em 40px 10px; top: 0px; color: rgb(255, 255, 255); font-size: 0.6em; position: relative; z-index: 950; cursor: pointer; min-height: 11.8em; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
.box h3.box-title {
margin: 0.25em 0px 0.35em; color: inherit; line-height: 1em; font-size: 1.9em; display: block;
}
.box a:link {
color: inherit; cursor: pointer; pointer-events: auto;
}
.box a:visited {
color: inherit; cursor: pointer; pointer-events: auto;
}
.box a:hover {
color: inherit; cursor: pointer; pointer-events: auto;
}
.box a:active {
color: inherit; cursor: pointer; pointer-events: auto;
}
.box .box-description {
line-height: 1; padding-bottom: 1em; margin-bottom: 0px;
}
.box li.box-description {
font-size: 1.5em;
}
li.box-actions {
line-height: 1.1em; margin-right: 4%; display: inline;
}
li.box-actions a:hover {
text-decoration: underline;
}
li.box-actions span:hover {
text-decoration: underline;
}
.box .box-img img {
width: auto; margin-bottom: 0.25em; max-height: 2.5em;
}
@media screen and (min-width:33.75em)
{
.box {
margin-left: auto; min-height: 10em;
}
}
@media screen and (min-width:42.5em)
{
.hero .text {
top: 20%; width: 100%; position: absolute; pointer-events: none;
}
.hero .text-container {
margin: 0px auto; width: 96%; text-align: left; cursor: pointer; max-width: 1180px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
.heroitem .text {
cursor: pointer;
}
.hero .box-right .text-container {
text-align: right;
}
.box {
padding: 1.2em 20px; width: 26em; text-align: left; font-size: 0.65em; margin-left: 0px; display: inline-block; -ms-zoom: 1; min-height: 0px; pointer-events: auto;
}
.box .box-img img {
margin-top: 0.4em; margin-bottom: 1.4em; max-height: 2.1em;
}
.box h3.box-title {
margin: 0px 0px 2em; line-height: 1.2em;
}
.box .box-description {
padding-bottom: 0px;
}
.box li.box-description {
font-size: 1.4em;
}
.hero .text {
top: 6%;
}
.box li.box-actions {
clear: both; margin-bottom: 0.5em; display: block;
}
}
@media screen and (min-width:64.06em)
{
.box {
padding: 1.4em 25px; width: 23.43em; bottom: 3em; font-size: 0.8em;
}
.box .box-img img {
max-height: 1.85em;
}
.box h3.box-title {
margin: 0px 0px 2.5em;
}
.box li.box-description {
font-size: 1.15em;
}
li.box-actions {
left: 1.4em; right: 1.4em;
}
.hero .text {
top: 7%;
}
}
@media screen and (min-width:64.06em)
{
.hero .text {
top: 5%;
}
.box h3.box-title {
margin-bottom: 1.25em;
}
}
@media screen and (min-width:64.06em) and (min-height:768px)
{
.hero .text {
top: 6%;
}
.box {
width: 21.05em; font-size: 0.9em;
}
.box li.box-description {
font-size: 1.1em;
}
.box h3.box-title {
margin-bottom: 2em;
}
.box .box-img img {
max-height: 1.6em;
}
}
.cssanimations .slideshow-hero {
animation:fadeIn 0.1s; -webkit-animation: fadeIn; -moz-animation: fadeIn; -o-animation: fadeIn; -webkit-animation-duration: .1s; -moz-animation-duration: .1s; -o-animation-duration: .1s;
}
@media screen and (min-width:680px)
{
.cssanimations .slideshow-hero .box {
animation:slideIn 1s; position: relative; -webkit-animation: slideIn; -moz-animation: slideIn; -o-animation: slideIn; -webkit-animation-duration: 1s; -moz-animation-duration: 1s; -o-animation-duration: 1s;
}
.cssanimations .video-fade-transition .box {
animation:slideIn 1s; position: relative; -webkit-animation: slideIn; -moz-animation: slideIn; -o-animation: slideIn; -webkit-animation-duration: 1s; -moz-animation-duration: 1s; -o-animation-duration: 1s;
}
}
.lt-ie9 .hero {
-ms-zoom: 1;
}
.lt-ie9 .hero .navigation {
display: block;
}
.lt-ie9 .hero .prev-next {
bottom: 4.75em; display: none;
}
.lt-ie9 .hero .media img {
left: 0px; width: 100%; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; position: relative; -ms-interpolation-mode: bicubic; max-width: 100%;
}
.lt-ie9 .hero .text {
top: 3em; width: 100%; clear: both; position: absolute;
}
.lt-ie9 .hero .text {
top: 20%; width: 100%; position: absolute;
}
.lt-ie9 .hero .text-container {
margin: 0px auto; width: 1180px; text-align: left; box-sizing: border-box;
}
.lt-ie9 .hero .box-right .text-container {
text-align: right;
}
.lt-ie9 .box {
padding: 1.2em 20px; width: 26em; text-align: left; font-size: 0.65em; margin-left: 1%; display: inline-block; -ms-zoom: 1; min-height: 0px;
}
.lt-ie9 .box .box-img img {
height: 2.1em; margin-top: 0.4em; margin-bottom: 1.4em;
}
.lt-ie9 .box h3.box-title {
margin: 0px 0px 2em; line-height: 1.2em;
}
.lt-ie9 .box .box-description {
padding-bottom: 0px;
}
.lt-ie9 .hero .text {
top: 6%;
}
.lt-ie9 .box li.box-actions {
clear: both; margin-bottom: 0.5em; display: block;
}
.lt-ie7.mscom-nonjs .hero .media {
padding: 0px;
}
.iem7 .hero .prev-next button {
width: 1.5em;
}
@media screen and (min-width:42.5em)
{
.NarrowBox .box {
width: 21em;
}
.ShiftBoxRight .box {
margin-top: 0.5em; margin-left: 4em;
}
}
@media screen and (min-width:53.5em)
{
.ShiftBoxRight .box {
margin-top: 3em; margin-left: 8em;
}
}
@media screen and (min-width:64.06em)
{
.ShiftBoxRight .box {
margin-top: 1em; margin-left: 6em;
}
}
@media screen and (min-width:70em)
{
.ShiftBoxRight .box {
margin-top: 4em; margin-left: 8em;
}
}
@media screen and (min-width:64.06em) and (min-height:768px)
{
.ShiftBoxRight .box {
margin-top: 1em;
}
}
@media screen and (min-width:70em) and (min-height:768px)
{
.ShiftBoxRight .box {
margin-top: 2em;
}
}
@media screen and (min-width:64.06em) and (min-height:900px)
{
.ShiftBoxRight .box {
margin-top: 2em;
}
}
@media screen and (min-width:70em) and (min-height:900px)
{
.ShiftBoxRight .box {
margin-top: 3.5em;
}
}
html {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
body {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
div {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
span {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
applet {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
object {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
iframe {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
h1 {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
h2 {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
h3 {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
h4 {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
h5 {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
h6 {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
p {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
blockquote {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
pre {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
a {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
abbr {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
acronym {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
address {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
big {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
cite {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
code {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
del {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
dfn {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
em {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
img {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
ins {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
kbd {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
q {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
s {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
samp {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
small {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
strike {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
strong {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
sub {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
sup {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
tt {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
var {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
b {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
u {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
i {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
center {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
dl {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
dt {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
dd {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
ol {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
ul {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
li {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
fieldset {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
form {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
label {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
legend {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
table {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
caption {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
tbody {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
tfoot {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
thead {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
tr {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
th {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
td {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
article {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
aside {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
canvas {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
details {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
embed {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
figure {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
figcaption {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
footer {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
header {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
hgroup {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
menu {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
nav {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
output {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
ruby {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
section {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
summary {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
time {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
mark {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
audio {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
video {
font: inherit; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
body {
line-height: 1;
}
ol {
list-style: none;
}
ul {
list-style: none;
}
table {
border-collapse: collapse; border-spacing: 0;
}
caption {
text-align: left; font-weight: normal; vertical-align: middle;
}
th {
text-align: left; font-weight: normal; vertical-align: middle;
}
td {
text-align: left; font-weight: normal; vertical-align: middle;
}
q {
quotes: none;
}
blockquote {
quotes: none;
}
q::before {
content: none;
}
q::after {
content: none;
}
blockquote::before {
content: none;
}
blockquote::after {
content: none;
}
a img {
border: currentColor; border-image: none;
}
article {
display: block;
}
aside {
display: block;
}
details {
display: block;
}
figcaption {
display: block;
}
figure {
display: block;
}
footer {
display: block;
}
header {
display: block;
}
hgroup {
display: block;
}
menu {
display: block;
}
nav {
display: block;
}
section {
display: block;
}
summary {
display: block;
}
html {
-ms-overflow-y: auto;
}
img {
height: auto; max-width: 100%;
}
video {
height: auto; max-width: 100%;
}
.lt-ie9 img {
-ms-zoom: 1; -ms-interpolation-mode: bicubic;
}
.list-of-links {
float: none;
}
.list-of-links li {
margin: 0.25em 0px 0.5em; width: 100%; line-height: 1.25em; display: inline-block;
}
.list-of-links-sm li {
font-size: 0.9em;
}
.list-of-links-med li {
font-size: 0.9em;
}
.list-of-links-sm .heading {
line-height: 1.25em; font-size: 1em; font-weight: normal; margin-bottom: 0.65em;
}
.list-of-links-xlg .heading {
margin-top: 0px;
}
@media screen and (min-width:540px)
{
.list-array li {
margin: 0px 2.5% 0px 0px; width: inherit; display: inline-block;
}
.list-of-links li:last-child {
margin-right: 0px;
}
.list-of-links-xlg .heading {
font-size: 2em;
}
}
@media screen and (min-width:900px)
{
.list-of-links {
margin-top: 0px;
}
.list-of-links ul {
padding: 0.25em 0px 0.5em;
}
.list-of-links li {
margin: 0px 0px 0.7em; display: block;
}
.list-of-links-med .heading {
font-size: 1.62em; margin-bottom: 0.55em;
}
.ja-jp .list-of-links-med .heading {
font-size: 1.2em;
}
.list-of-links-lg .heading {
font-size: 2.37em;
}
.list-of-links-xlg li {
font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 1.25em; font-weight: 300;
}
.list-of-links-xlg .heading {
font-size: 2.37em; margin-bottom: 0.5em;
}
.ja-jp .list-of-links-xlg .heading {
font-size: 1.5em;
}
.mac .list-of-links-xlg li {
-webkit-font-smoothing: subpixel-antialiased;
}
}
.cssanimations .list-of-links-xlg {
animation:fadeIn 1s; -webkit-animation: fadeIn; -moz-animation: fadeIn; -o-animation: fadeIn; -webkit-animation-duration: 1s; -moz-animation-duration: 1s; -o-animation-duration: 1s;
}
.cssanimations .list-of-links-xlg li {
animation:slideIn; position: relative; -webkit-animation: slideIn; -moz-animation: slideIn; -o-animation: slideIn;
}
.list-of-links-xlg li:nth-of-type(1) {
animation-duration: 0.225s; -webkit-animation-duration: .225s; -moz-animation-duration: .225s; -o-animation-duration: .225s;
}
.list-of-links-xlg li:nth-of-type(2) {
animation-duration: 0.45s; -webkit-animation-duration: .45s; -moz-animation-duration: .45s; -o-animation-duration: .45s;
}
.list-of-links-xlg li:nth-of-type(3) {
animation-duration: 0.675s; -webkit-animation-duration: .675s; -moz-animation-duration: .675s; -o-animation-duration: .675s;
}
.list-of-links-xlg li:nth-of-type(4) {
animation-duration: 0.9s; -webkit-animation-duration: .9s; -moz-animation-duration: .9s; -o-animation-duration: .9s;
}
.list-of-links-xlg li:nth-of-type(5) {
animation-duration: 1.125s; -webkit-animation-duration: 1.125s; -moz-animation-duration: 1.125s; -o-animation-duration: 1.125s;
}
.list-of-links-xlg li:nth-of-type(6) {
animation-duration: 1.35s; -webkit-animation-duration: 1.35s; -moz-animation-duration: 1.35s; -o-animation-duration: 1.35s;
}
.list-of-links-xlg li:nth-of-type(7) {
animation-duration: 1.575s; -webkit-animation-duration: 1.575s; -moz-animation-duration: 1.575s; -o-animation-duration: 1.575s;
}
.list-of-links-xlg li:nth-of-type(8) {
animation-duration: 1.8s; -webkit-animation-duration: 1.8s; -moz-animation-duration: 1.8s; -o-animation-duration: 1.8s;
}
.list-of-links-xlg li:nth-of-type(9) {
animation-duration: 2.025s; -webkit-animation-duration: 2.025s; -moz-animation-duration: 2.025s; -o-animation-duration: 2.025s;
}
.list-of-links-xlg li:nth-of-type(10) {
animation-duration: 2.25s; -webkit-animation-duration: 2.25s; -moz-animation-duration: 2.25s; -o-animation-duration: 2.25s;
}
.discover-list a {
text-align: center; padding-top: 52px; margin-top: 0.7em; margin-bottom: 0.7em; display: block; position: relative;
}
.discover-list img {
left: 0px; top: 0px; padding-left: 50%; margin-left: -26px; position: absolute;
}
@media screen and (max-width:539px)
{
.discover-list {
margin-top: 0.7em; margin-bottom: 0.7em;
}
}
.lt-ie9 .features img {
margin: 0px 0px 0.25em; width: 100%; padding-top: 0px; float: none;
}
.lt-ie9 .list-of-links {
margin-top: 0px;
}
.lt-ie9 .list-of-links ul {
padding: 0.25em 0px 0.5em;
}
.lt-ie9 .list-of-links li {
margin: 0px 0px 0.7em; display: block;
}
.lt-ie9 .list-of-links-med .heading {
font-size: 1.62em; margin-bottom: 0.55em;
}
.lt-ie9 .list-of-links-lg .heading {
font-size: 2.37em;
}
.lt-ie9 .list-of-links-xlg li {
font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 1.25em; font-weight: 300;
}
.lt-ie9 .list-of-links-xlg .heading {
font-size: 2.37em; margin-bottom: 0.5em;
}
.CSPvNext .row-fluid .span .col-flow-opposite {
float: right;
}
.CSPvNext .row-fluid .span .col-flow-opposite + .span {
margin-left: 0px;
}
.CSPvNext .mscom-remove-margin-left {
width: 100% !important; margin-left: 0% !important;
}
@media screen and (max-width:539px)
{
.grid-container {
width: 100%;
}
}
.CMSvNextComp .title {
color: rgb(255, 255, 255); text-decoration: none;
}
.CMSvNextComp .title h3 {
color: rgb(255, 255, 255); text-decoration: none;
}
.CMSvNextComp .title a {
color: rgb(255, 255, 255); text-decoration: none;
}
.CMSvNextComp .title a:hover {
color: rgb(255, 255, 255); text-decoration: none;
}
.CMSvNextComp .title a:active {
color: rgb(255, 255, 255); text-decoration: none;
}
.CMSvNextComp .title a:focus {
color: rgb(255, 255, 255); text-decoration: none;
}
.slideshow-news .slides a:hover {
text-decoration: none;
}
.slideshow-news .slides a:active {
text-decoration: none;
}
.mscom-accordion {
line-height: normal;
}
.mscom-accordion .mscom-accordion-item {
border-bottom-color: rgb(210, 210, 210); border-bottom-width: 1px; border-bottom-style: solid;
}
.mscom-accordion .mscom-accordion-item-container {
margin-bottom: 10px; display: none;
}
.mscom-accordion .mscom-accordion-item-link {
padding: 12px 0px; display: block; position: relative;
}
.mscom-accordion .mscom-accordion-item-link .mscom-accordion-item-image {
border: 1px solid transparent; border-image: none; left: 0px; top: 50%; width: 27px; height: 27px; overflow: hidden; margin-top: -13.5px; vertical-align: bottom; display: inline-block; position: absolute;
}
.mscom-accordion .mscom-accordion-item-link .mscom-accordion-item-image::before {
margin: 0px; display: inline-block; content: url("CMSImages/accordion_icon_sprite.png?version=17099D97-CD5E-0507-9950-F316C697F104");
}
.mscom-accordion .mscom-accordion-item-link:hover {
text-decoration: none; background-color: rgb(230, 230, 230);
}
.mscom-accordion .mscom-accordion-item-link:hover .mscom-accordion-item-image::before {
margin-top: -37px;
}
.mscom-accordion .mscom-accordion-item-link .mscom-accordion-item-title {
padding-left: 37px; vertical-align: top; display: inline-block;
}
.mscom-accordion .selected > .mscom-accordion-item-link .mscom-accordion-item-image::before {
margin-top: -74px;
}
.mscom-accordion .selected > .mscom-accordion-item-link:hover .mscom-accordion-item-image::before {
margin-top: -111px;
}
body.lt-ie9 .mscom-accordion .mscom-accordion-item-link .mscom-accordion-item-image {
background: url("CMSImages/accordion_icon_sprite.png?version=17099D97-CD5E-0507-9950-F316C697F104") 0px 0px;
}
body.lt-ie9 .mscom-accordion .mscom-accordion-item-link .mscom-accordion-item-image::before {
content: none;
}
body.lt-ie9 .mscom-accordion .mscom-accordion-item-link:hover .mscom-accordion-item-image {
background-position: 0px -37px;
}
body.lt-ie9 .mscom-accordion .selected > .mscom-accordion-item-link .mscom-accordion-item-image {
background-position: 0px -74px;
}
body.lt-ie9 .mscom-accordion .selected > .mscom-accordion-item-link:hover .mscom-accordion-item-image {
background-position: 0px -111px;
}
.mscom-popup .mscom-popup-link {
color: rgb(0, 0, 0); font-size: 90%; text-decoration: none;
}
.mscom-popup .mscom-popup-container {
left: 0px; top: 0px; width: 100%; height: 100%; display: none; position: fixed; z-index: 1002;
}
.mscom-popup > .mscom-show-popup {
display: table;
}
.mscom-popup .mscom-popup-body {
vertical-align: middle; display: table-cell;
}
.mscom-popup .mscom-popup-layout {
width: 100%; overflow: auto; position: relative; z-index: 1003; max-height: 100vh;
}
.mscom-popup .mscom-popup-content-header {
padding: 20px 0px; position: relative;
}
.mscom-popup .mscom-popup-content {
margin: 0px auto; border: currentColor; border-image: none; max-width: 1180px; background-color: rgb(255, 255, 255);
}
.mscom-popup .mscom-popup-close {
top: 10px; right: 10px; position: absolute;
}
.mscom-popup .mscom-popup-close-image {
width: 23px; height: 23px; display: inline-block;
}
.mscom-popup .mscom-popup-close-image::before {
display: inline-block; content: url("/CMSImages/CloseButtonGrey.png?version=A88C7E19-F369-4509-BEE8-3F74074D34A0");
}
.mscom-popup .mscom-popup-mask {
left: 0px; top: 0px; width: 100%; height: 100%; position: fixed; opacity: 0; background-color: rgb(255, 255, 155);
}
.mscom-popup .mscom-popup-maskcontent {
opacity: 0.85; background-color: rgb(0, 0, 0);
}
.mscom-popup .mscom-progressbar {
background-position: center; padding: 10px 0px; height: 66px; text-align: center; background-repeat: no-repeat;
}
.mscom-popup .mscom-progressbar::before {
display: inline-block; content: url("/CMSImages/Loading.gif?version=D26CD9F0-5C36-D2DB-FB28-6B8F087E4E8B");
}
.mscom-popup .mscom-popup-fullwidth > .mscom-popup-body > .mscom-popup-layout {
background-color: rgb(255, 255, 255);
}
.mscom-popup .mscom-popup-modal > .mscom-popup-body > .mscom-popup-layout {
margin: 0px auto; max-width: 1180px;
}
.mscom-popup .mscom-popup-modal > .mscom-popup-body > .mscom-popup-layout > .mscom-popup-content {
border: 10px solid rgb(150, 150, 150); border-image: none;
}
@media screen and (max-width:679px)
{
.mscom-popup .mscom-popup-container {
background-color: rgb(255, 255, 255);
}
.mscom-popup .mscom-popup-body {
height: 100%; overflow: auto; vertical-align: top;
}
.mscom-popup .mscom-popup-content {
border: currentColor; border-image: none; max-width: 100%;
}
.mscom-popup .mscom-popup-close {
left: 10px;
}
.mscom-popup .mscom-popup-close-image {
}
.mscom-popup .mscom-popup-close-image::before {
display: inline-block; content: url("/CMSImages/LeftArrow_Grey.png?version=0BD21141-D55B-E8B9-18EF-F6AFA6676176");
}
.mscom-popup .mscom-popup-mask {
display: none;
}
.mscom-popup .mscom-popup-modal > .mscom-popup-body > .mscom-popup-layout > .mscom-popup-content {
border: currentColor; border-image: none; max-width: 1180px;
}
}
.lt-ie9 .mscom-popup .mscom-popup-layout {
max-height: 800px;
}
body {
line-height: 1.5; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 16px; font-weight: normal; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%;
}
p {
margin: 0px 0px 1.5em;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
.legal {
font-size: 0.83em;
}
.screen-reader-text {
margin: -1px; padding: 0px; border: 0px currentColor; border-image: none; width: 1px; height: 1px; overflow: hidden; position: absolute; clip: rect(0px, 0px, 0px, 0px);
}
input[type='text'] {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif;
}
input[type='password'] {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif;
}
input[type='email'] {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif;
}
input[type='search'] {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif;
}
input[type='submit'] {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif;
}
textarea {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif;
}
h1 {
margin: 0.25em 0px 0.75em; color: rgb(26, 26, 26); line-height: 1.25; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 1.82em; font-weight: 300;
}
h2 {
margin: 0.25em 0px 0.75em; color: rgb(26, 26, 26); line-height: 1.25; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 1.82em; font-weight: 300;
}
h3 {
margin: 0.25em 0px 0.75em; color: rgb(26, 26, 26); line-height: 1.25; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 1.82em; font-weight: 300;
}
h4 {
margin: 0.25em 0px 0.75em; color: rgb(26, 26, 26); line-height: 1.25; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 1.82em; font-weight: 300;
}
h5 {
margin: 0px 0px 0.65em; line-height: 1.25;
}
.mac h1 {
-webkit-font-smoothing: subpixel-antialiased;
}
.mac h2 {
-webkit-font-smoothing: subpixel-antialiased;
}
.mac h3 {
-webkit-font-smoothing: subpixel-antialiased;
}
.mac h4 {
-webkit-font-smoothing: subpixel-antialiased;
}
h1 img {
margin: 0px;
}
h2 img {
margin: 0px;
}
h3 img {
margin: 0px;
}
h4 img {
margin: 0px;
}
h5 img {
margin: 0px;
}
h6 img {
margin: 0px;
}
h1 + h1 {
margin-top: 1.3em;
}
h2 + h2 {
margin-top: 1.3em;
}
h3 + h3 {
margin-top: 1.3em;
}
@media screen and (min-width:540px)
{
h1 {
margin-bottom: 0.35em;
}
h2 {
font-size: 1.62em; margin-bottom: 0.55em;
}
h4 {
font-size: 1.62em;
}
h4 {
font-size: 1.62em;
}
h5 {
font-size: 1em;
}
h6 {
font-size: 1em;
}
}
@media screen and (min-width:680px)
{
h1 {
font-size: 2em;
}
}
@media screen and (min-width:900px)
{
h1 {
font-size: 2.37em;
}
}
.CMSvNextComp h1 {
margin: 0.25em 0px 0.75em; color: rgb(26, 26, 26); line-height: 1.25; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 1.82em; font-weight: 300;
}
.CMSvNextComp h2 {
margin: 0.25em 0px 0.75em; color: rgb(26, 26, 26); line-height: 1.25; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 1.82em; font-weight: 300;
}
.CMSvNextComp h3 {
margin: 0.25em 0px 0.75em; color: rgb(26, 26, 26); line-height: 1.25; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 1.82em; font-weight: 300;
}
.CMSvNextComp h4 {
margin: 0.25em 0px 0.75em; color: rgb(26, 26, 26); line-height: 1.25; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 1.82em; font-weight: 300;
}
.CMSvNextComp h5 {
margin: 0px 0px 0.65em; line-height: 1.25;
}
.CMSvNextComp .mac h1 {
-webkit-font-smoothing: subpixel-antialiased;
}
.CMSvNextComp .mac h2 {
-webkit-font-smoothing: subpixel-antialiased;
}
.CMSvNextComp .mac h3 {
-webkit-font-smoothing: subpixel-antialiased;
}
.CMSvNextComp .mac h4 {
-webkit-font-smoothing: subpixel-antialiased;
}
.CMSvNextComp h1 img {
margin: 0px;
}
.CMSvNextComp h2 img {
margin: 0px;
}
.CMSvNextComp h3 img {
margin: 0px;
}
.CMSvNextComp h4 img {
margin: 0px;
}
.CMSvNextComp h5 img {
margin: 0px;
}
.CMSvNextComp h6 img {
margin: 0px;
}
.CMSvNextComp h1 + h1 {
margin-top: 1.3em;
}
.CMSvNextComp h2 + h2 {
margin-top: 1.3em;
}
.CMSvNextComp h3 + h3 {
margin-top: 1.3em;
}
@media screen and (min-width:540px)
{
.CMSvNextComp h1 {
margin-bottom: 0.35em;
}
.CMSvNextComp h2 {
font-size: 1.62em; margin-bottom: 0.55em;
}
.CMSvNextComp h4 {
font-size: 1.62em;
}
.CMSvNextComp h4 {
font-size: 1.62em;
}
.CMSvNextComp h5 {
font-size: 1em;
}
.CMSvNextComp h6 {
font-size: 1em;
}
}
@media screen and (min-width:680px)
{
.CMSvNextComp h1 {
font-size: 2em;
}
}
@media screen and (min-width:900px)
{
.CMSvNextComp h1 {
font-size: 2.37em;
}
}
a {
transition:color 0.1s linear; color: rgb(21, 112, 166); text-decoration: none; -webkit-transition: color .1s linear; -moz-transition: color .1s linear; -o-transition: color .1s linear;
}
a:focus {
color: rgb(8, 48, 71); text-decoration: underline;
}
a:hover {
color: rgb(8, 48, 71); text-decoration: underline;
}
.button {
padding: 0.5em 1em; transition:background-color 0.3s ease-in, color 0.3s ease-in; color: rgb(255, 255, 255); display: inline-block; background-color: rgb(21, 112, 166); -webkit-transition: background-color .3s ease-in, color .3s ease-in; -moz-transition: background-color .3s ease-in, color .3s ease-in; -o-transition: background-color .3s ease-in, color .3s ease-in;
}
.button:hover {
transition:0.08s ease-in; color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(8, 48, 71); -webkit-transition: all .08s ease-in; -moz-transition: all .08s ease-in; -o-transition: all .08s ease-in;
}
.button:focus {
transition:0.08s ease-in; color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(8, 48, 71); -webkit-transition: all .08s ease-in; -moz-transition: all .08s ease-in; -o-transition: all .08s ease-in;
}
blockquote {
margin: 1.5em; color: rgb(102, 102, 102); font-style: italic;
}
dfn {
background: rgb(255, 255, 204); font-style: italic; font-weight: bold;
}
sup {
line-height: 0;
}
sub {
line-height: 0;
}
abbr {
border-bottom-color: rgb(102, 102, 102); border-bottom-width: 1px; border-bottom-style: dotted;
}
acronym {
border-bottom-color: rgb(102, 102, 102); border-bottom-width: 1px; border-bottom-style: dotted;
}
address {
margin: 0px 0px 1.5em; font-style: italic;
}
del {
color: rgb(102, 102, 102);
}
pre {
margin: 1.5em 0px; white-space: pre;
}
code {
margin: 1.5em 0px; white-space: pre;
}
tt {
margin: 1.5em 0px; line-height: 1.5; display: block;
}
pre {
font: 1em/1.5 "andale mono", "lucida console", monospace; font-size-adjust: none; font-stretch: normal;
}
code {
font: 1em/1.5 "andale mono", "lucida console", monospace; font-size-adjust: none; font-stretch: normal;
}
tt {
font: 1em/1.5 "andale mono", "lucida console", monospace; font-size-adjust: none; font-stretch: normal;
}
.lt-ie9 h1 {
font-size: 2.37em; margin-bottom: 0.5em;
}
.lt-ie9 h2 {
font-size: 1.62em;
}
.lt-ie9 h3 {
font-size: 1.16em;
}
.lt-ie9 h4 {
font-size: 1em;
}
.lt-ie9 h5 {
font-size: 1em;
}
.lt-ie9 h6 {
font-size: 1em;
}
.international {
font-family: Tahoma,Verdana,Arial,sans-serif;
}
.mscom-video {
width: auto !important; height: 0px; overflow: hidden; padding-top: 0px; padding-bottom: 56.25%; position: relative;
}
.mscom-video .vxplayer .slateContainer td {
text-align: center;
}
.mscom-video > div .vxp_content {
width: 100% !important;
}
.mscom-video > div .vxpMultiLitePlayer {
width: 100% !important;
}
.mscom-video > div .vxp_richEmbedContainer {
width: 100% !important; height: 0px !important; padding-bottom: 56.25% !important;
}
.mscom-video > div .vxp_richEmbedContainer object {
left: 0px; top: 0px; width: 100%; height: 100%; position: absolute;
}
.mscom-video .iframe iframe {
left: 0px; top: 0px; width: 100%; height: 100%; position: absolute;
}
.mscom-video .iframe object {
left: 0px; top: 0px; width: 100%; height: 100%; position: absolute;
}
.mscom-video .iframe embed {
left: 0px; top: 0px; width: 100%; height: 100%; position: absolute;
}
.mscom-video .vxp_player .vxp_lead_with_image {
width: 100% !important; height: auto !important;
}
.lt-ie9 .mscom-popup .mscom-video {
min-width: 1160px;
}
html {
margin: 0px; padding: 0px;
}
body {
margin: 0px; padding: 0px;
}
form {
margin: 0px; padding: 0px;
}
div {
margin: 0px; padding: 0px;
}
h1 {
margin: 0px; padding: 0px;
}
h2 {
margin: 0px; padding: 0px;
}
h3 {
margin: 0px; padding: 0px;
}
h4 {
margin: 0px; padding: 0px;
}
h5 {
margin: 0px; padding: 0px;
}
h6 {
margin: 0px; padding: 0px;
}
li {
margin: 0px; padding: 0px;
}
ol {
margin: 0px; padding: 0px;
}
p {
margin: 0px; padding: 0px;
}
ul {
margin: 0px; padding: 0px;
}
body {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 100%;
}
input {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 100%;
}
select {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 100%;
}
textarea {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 100%;
}
button {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 100%;
}
body.lt-ie9 {
min-width: 900px; _width: 900px;
}
h1 {
color: rgb(51, 51, 51); font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 187.5%; font-weight: normal;
}
h2 {
color: rgb(51, 51, 51); font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 187.5%; font-weight: normal;
}
h3 {
color: rgb(51, 51, 51); font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 187.5%; font-weight: normal;
}
html {
height: 100%;
}
body {
height: 100%;
}
a:link {
color: rgb(21, 112, 166); text-decoration: none;
}
a:visited {
color: rgb(21, 112, 166); text-decoration: none;
}
a:hover {
color: rgb(21, 112, 166); text-decoration: underline;
}
a:active {
color: rgb(21, 112, 166); text-decoration: underline;
}
img {
border: currentColor; border-image: none;
}
ol {
list-style-type: none;
}
ul {
list-style-type: none;
}
form {
background-color: rgb(255, 255, 255);
}
b {
font-weight: bold;
}
strong {
font-weight: bold;
}
.dlc-body {
margin: 0px auto; width: 96%; padding-bottom: 0px; max-width: 1180px;
}
.dlc-body .widthholder {
min-height: 1px; _height: 1px;
}
.dlc-body .dlchide {
display: none;
}
div.noscript {
margin: 3px auto; font-size: 82%; font-weight: bold; max-width: 1180px; background-color: rgb(255, 255, 255);
}
div.noscript .noscript-desc {
color: red;
}
div.noscript a {
padding: 0px 0.3em; color: rgb(33, 125, 182);
}
.mscom-popup .mscom-popup-close-image {
}
.mscom-popup .mscom-popup-close-image::before {
display: inline-block; content: url("/CMSImages/Closed_btn_21x21.png?version=3EBBE94B-AC86-4624-1AB4-F214AEC7D4EE");
}
.dlc-normal-overlay .mscom-popup-close {
left: auto; top: 20px; right: 0px;
}
.dlc-normal-overlay .mscom-popup .mscom-popup-content {
width: 96%;
}
.dlc-moreinfo-overlay .mscom-popup-close {
left: auto; top: 20px; right: 20px;
}
.dlc-moreinfo-overlay .mscom-popup .mscom-popup-layout {
width: 96%;
}
.dlc-moreinfo-overlay .mscom-popup .mscom-popup-content {
width: auto;
}
@media screen and (max-width:679px) and (min-width:539px)
{
.dlc-body .mscom-popup .mscom-popup-body {
height: auto; vertical-align: middle;
}
.dlc-body .mscom-popup .mscom-popup-content {
height: auto; vertical-align: middle;
}
.dlc-body .mscom-popup .mscom-popup-mask {
display: block;
}
.dlc-body .mscom-popup .mscom-popup-layout {
height: auto; vertical-align: middle;
}
.dlc-moreinfo-overlay .mscom-popup .mscom-popup-container {
background-color: transparent;
}
.dlc-moreinfo-overlay .mscom-popup .mscom-popup-modal > .mscom-popup-body > .mscom-popup-layout > .mscom-popup-content {
border: 10px solid rgb(150, 150, 150); border-image: none;
}
}
@media screen and (max-width:539px)
{
.dlc-body .mscom-popup .mscom-popup-body {
display: block;
}
.dlc-body .mscom-popup .mscom-popup-content {
height: 100%;
}
.dlc-moreinfo-overlay .mscom-popup .mscom-popup-container {
background-color: transparent;
}
.dlc-moreinfo-overlay .mscom-popup .mscom-popup-modal > .mscom-popup-body > .mscom-popup-layout > .mscom-popup-content {
border: 10px solid rgb(150, 150, 150); border-image: none;
}
}
@media screen and (max-width:539px)
{
.dlc-body {
padding-bottom: 40px;
}
}
.microsoft-update {
padding: 34px 0px 39px; border: 1px solid rgb(210, 210, 210); border-image: none; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; margin-bottom: 70px;
}
.microsoft-update h2 {
color: rgb(21, 112, 166); line-height: 1.25em; padding-right: 29px; padding-left: 29px; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 125%; font-weight: normal;
}
.microsoft-update ul {
padding: 13px 29px 20px 44px;
}
.microsoft-update li {
color: rgb(150, 150, 150); padding-top: 5px; padding-left: 4px; font-size: 81%; margin-left: 30px; list-style-type: disc;
}
.microsoft-update li span {
color: rgb(80, 80, 80);
}
.microsoft-update .go {
font-size: 81%;
}
.microsoft-update .go a {
color: rgb(21, 112, 166); line-height: 1.25em; vertical-align: middle;
}
.microsoft-update .go img {
margin-left: 50px; float: left;
}
.microsoft-update .go .go-icon {
width: 82px; float: left;
}
.microsoft-update .go .go-text {
width: 100%; padding-right: 30px; padding-left: 82px; margin-left: 0px; float: none;
}
.download-header {
margin: 35px 0px 22px; font-size: 75%; display: table;
}
.download-header .product-icon {
width: 56px; height: 56px; vertical-align: middle; float: left; display: table-cell;
}
.download-header .product-title h1 {
font: 250%/1.25em wf_segoe-ui_light, "Segoe UI Light", "Segoe WP Light", wf_segoe-ui_normal, "Segoe UI", Segoe, "Segoe WP", Tahoma, Verdana, Arial, sans-serif; margin: 0px; color: rgb(80, 80, 80); font-size-adjust: none; font-stretch: normal;
}
.download-header .product-title {
height: 56px; padding-left: 15px; vertical-align: middle; display: table-cell;
}
@media screen and (max-width:679px)
{
.download-header {
margin: 30px 0px 22px;
}
}
@media screen and (max-width:539px)
{
.download-header {
margin: 14px 0px 12px; font-size: 50%;
}
.download-header .product-title {
height: 100%; padding-left: 0px;
}
.download-header .product-title h1 {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif;
}
.download-header .product-icon {
display: none;
}
}
div.overlay-container {
width: 96%; height: 550px; margin-right: auto; margin-left: auto; max-width: 1180px; background-color: rgb(255, 255, 255);
}
body.lt-ie9 div.overlay-container {
min-width: 900px; _width: 900px;
}
div.overlay-header {
height: 50px; position: relative;
}
div.overlay-close {
right: 0px; bottom: 0px; position: absolute;
}
div.overlay-close a {
line-height: 0.1; display: block;
}
.lt-ie9 .OverlayCloseArea img {
max-width: none;
}
@media screen and (max-width:539px)
{
div.overlay-container {
height: 100%;
}
}
.CSPvNext .row-fluid {
}
.CSPvNext .row-fluid .popularDownloads {
color: rgb(80, 80, 80); line-height: 1.25em; position: relative;
}
.CSPvNext .row-fluid .popularDownloads h2 {
color: rgb(80, 80, 80); line-height: 1.25em; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 187%; font-weight: lighter; margin-bottom: 10px;
}
.CSPvNext .row-fluid .downloadList {
position: relative;
}
.CSPvNext .row-fluid .downloadList .item {
border-bottom-color: rgb(210, 210, 210); border-bottom-width: 1px; border-bottom-style: solid;
}
.CSPvNext .row-fluid .downloadList .content {
padding: 26px 0px 30px; width: 75%; float: left; display: block;
}
.CSPvNext .row-fluid .downloadList .content p {
color: rgb(51, 51, 51); line-height: 1.25em; font-size: 81%;
}
.CSPvNext .row-fluid .downloadList .index {
padding: 16px 0px 25px; width: 1em; height: 1em; color: rgb(109, 194, 233); line-height: 1em; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 72px; font-weight: lighter; margin-right: 25px; float: left; display: block;
}
.CSPvNext .row-fluid .downloadList .clear {
clear: both;
}
.CSPvNext .row-fluid .downloadList h3 {
font-size: 100%; margin-bottom: 5px;
}
.CSPvNext .row-fluid .downloadList h3 a {
color: rgb(21, 112, 166); line-height: 1.25em; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-weight: normal;
}
.CSPvNext .row-fluid .item .more_info {
margin: 0px 0px 20px; padding: 30px 0px; width: 16px; height: 100%; line-height: 1em; font-weight: normal; float: right; display: block;
}
.CSPvNext .row-fluid .familySelect {
padding: 0px 0px 25px; width: 100%; border-bottom-color: rgb(210, 210, 210); border-bottom-width: 1px; border-bottom-style: solid; display: none;
}
.CSPvNext .row-fluid .familySelect label {
padding-right: 8px; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 81%;
}
.CSPvNext .row-fluid .familySelect select {
width: 253px; height: 32px; font-size: 81%;
}
.CSPvNext .row-fluid .viewMore {
padding-top: 27px; position: relative;
}
.CSPvNext .row-fluid .viewMore a {
margin: 0px; padding: 2px 0px 2px 30px; color: rgb(21, 112, 166); line-height: 23px; font-size: 81%; font-weight: normal; display: inline-block; -ms-zoom: 1; min-height: 23px;
}
.CSPvNext .row-fluid .viewMore .arrowicon {
background: url("/en-us/CMSImages/icon_arrow.png?version=45068e15-1f21-60f3-d03a-a98d7b2c00b7") no-repeat left;
}
.CSPvNext .row-fluid .viewMore span.arrowicon {
margin: 0px; padding: 0px; border: 1px solid transparent; border-image: none; left: 0px; width: 23px; height: 23px; overflow: hidden; position: absolute;
}
.CSPvNext .row-fluid .loadMask {
text-align: center; display: none; cursor: default; background-color: rgb(255, 255, 255);
}
.CSPvNext .row-fluid .loadMask img {
margin: 100px 0px 20px;
}
.CSPvNext .row-fluid .PopularDownloadInHomePage ul.downloadList div.content {
padding: 0px; width: 100%; display: inline;
}
.CSPvNext .row-fluid .PopularDownloadInHomePage .familySelect {
padding: 0px 0px 20px; border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
.CSPvNext .row-fluid .PopularDownloadInHomePage .familySelect select {
width: auto;
}
.CSPvNext .row-fluid .PopularDownloadInHomePage .familySelect label {
display: none;
}
.CSPvNext .row-fluid .PopularDownloadInHomePage .familySelect label {
display: none;
}
.CSPvNext .row-fluid .PopularDownloadInHomePage ul.downloadList div.index {
display: none;
}
.CSPvNext .row-fluid .PopularDownloadInHomePage ul.downloadList div.content p {
display: none;
}
.CSPvNext .row-fluid .PopularDownloadInHomePage ul.downloadList div.item {
border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
.CSPvNext .row-fluid .PopularDownloadInHomePage .item .more_info {
display: none;
}
.CSPvNext .row-fluid .PopularDownloadInHomePage .viewMore {
display: none;
}
.CSPvNext .row-fluid .PopularDownloadInHomePage .downloadList h3 {
line-height: 1.5em;
}
@media screen and (max-width:539px)
{
.CSPvNext .row-fluid ul.downloadList div.index {
display: none;
}
.CSPvNext .row-fluid ul.downloadList div.content {
width: 100%;
}
.CSPvNext .row-fluid .PopularDownloadInHomePage a:link {
font-size: 123%;
}
.CSPvNext .row-fluid .PopularDownloadInHomePage a:visited {
font-size: 123%;
}
.CSPvNext .row-fluid .PopularDownloadInHomePage a:hover {
font-size: 123%;
}
.CSPvNext .row-fluid .PopularDownloadInHomePage a:active {
font-size: 123%;
}
.CSPvNext .row-fluid .PopularDownloadInHomePage .familySelect {
padding-bottom: 25px;
}
.CSPvNext .row-fluid .PopularDownloadInHomePage .downloadList h3 {
margin-bottom: 12px;
}
.CSPvNext .row-fluid div.item div.more_info {
display: none;
}
.CSPvNext .row-fluid .popularDownloads h2 {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 125%; font-weight: normal;
}
.CSPvNext .row-fluid .familySelect select {
width: 100%;
}
.CSPvNext .row-fluid .downloadList .content {
padding: 17px 0px 20px;
}
.CSPvNext .row-fluid .viewMore {
padding-top: 17px;
}
}
table {
border-collapse: collapse; border-spacing: 0;
}
th {
padding: 0px;
}
tr {
padding: 0px;
}
td {
padding: 0px;
}
.download-main-article {
color: rgb(51, 51, 51); margin-bottom: 50px;
}
.download-main-article a {
color: rgb(21, 112, 166); text-decoration: none;
}
.download-main-article .optional {
margin: 0px 0px 30px; line-height: 1.5em;
}
.download-main-article .optional h2 {
color: rgb(73, 133, 39); font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 125%; font-weight: bold; margin-bottom: 5px;
}
.download-main-article .select-and-down {
padding: 20px 0px; height: 3.07em; font-size: 81.25%; background-color: rgb(238, 238, 238);
}
.download-main-article .select-and-down input[type='submit'] {
width: 30%; height: 2.46em; margin-left: 2%; background-color: rgb(238, 238, 238);
}
.download-main-article .select-and-down .select-language-label {
margin: 0px; padding: 0px; width: 100%; height: 100%; display: table;
}
.download-main-article .select-and-down .select-language-label span {
text-align: right; line-height: 1.15em; padding-right: 40px; vertical-align: middle; display: table-cell;
}
.download-main-article .select-and-down .select-language-drop {
margin: auto; padding: 4px 0px; width: auto;
}
.download-main-article .select-and-down .download-button {
padding: 0px; border: currentColor; border-image: none; height: 2.5em; text-align: center; color: rgb(255, 255, 255); line-height: 2.31em; font-size: 123%; font-weight: bold; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; display: block; cursor: pointer;
}
.download-main-article .select-and-down .language {
margin: auto; padding: 7px 0px; font-weight: bold; display: inline-block;
}
.download-main-article .select-and-down .dropdown {
width: 100%; height: 2.3em;
}
.download-main-article .select-and-down .dl {
border: 1px solid transparent; border-image: none; background-color: rgb(214, 49, 5);
}
.download-main-article .select-and-down .cont {
border: 1px solid rgb(73, 133, 39); border-image: none; background-color: rgb(73, 133, 39);
}
.download-main-article .select-and-down .noscript {
width: 68%;
}
.download-main-article .select-and-down .dlc-locale-list-container {
width: 36.25%; margin-left: 0px;
}
.download-main-article .select-and-down .dlc-download-button-container {
width: 40.25%; padding-right: 26px; padding-left: 60px; margin-left: 0px;
}
.download-main-article .select-and-down .select-language-label-container {
height: 100%; padding-left: 15px;
}
.download-main-article .row-fluid .brief-description {
padding: 42px 0px 30px; width: 100%; color: rgb(80, 80, 80); line-height: 1.25em; font-size: 125%; margin-right: 0px; margin-left: 0px;
}
.download-main-article .multi-files-note {
margin-top: 15px;
}
.download-main-article .fileinfo {
padding: 0px 0px 15px 20px; margin-top: 18px; margin-bottom: 10px; -ms-word-break: break-all; background-color: rgb(238, 238, 238);
}
.download-main-article .fileinfo p {
margin-top: 0px; margin-bottom: 5px;
}
.download-main-article .fileinfo .header {
font-weight: bold; margin-top: 20px; margin-bottom: 7px; min-width: 120px;
}
.download-main-article .fileinfo .file-header {
font-weight: bold; margin-top: 10px; margin-bottom: 7px; min-width: 120px;
}
.download-main-article .fileinfo .invisible {
display: none;
}
.download-main-article .fileinfo .files-switch-btn {
padding: 5px 0px; cursor: pointer;
}
.download-main-article .kb-sb {
padding: 20px; line-height: 1.5em; margin-top: 10px; background-color: rgb(238, 238, 238);
}
.download-main-article .kb-sb span {
padding-right: 8px; font-weight: bold; display: inline-block;
}
.download-main-article .kb-sb a {
padding-right: 8px; display: inline-block;
}
.download-main-article .mscom-accordion-item-container {
line-height: 1.25em; padding-right: 0px; padding-bottom: 27px; padding-left: 35px; font-size: 81%; margin-top: 0px; margin-bottom: 0px;
}
.download-main-article .mscom-accordion-item-container .supported-os {
padding: 10px 0px;
}
.download-main-article .mscom-accordion-item-container .htmldetails {
margin: 0px; padding: 10px 0px 0px;
}
.download-main-article .mscom-accordion-item-container .htmldetails li {
margin-bottom: 10px; margin-left: 3.6%; list-style-type: disc;
}
.download-main-article .mscom-accordion-item-container .htmldetails p {
padding: 10px 0px;
}
.download-main-article .mscom-accordion-item-container .htmldetails ol {
margin: 10px 0px 0px; list-style-type: decimal;
}
.download-main-article .mscom-accordion-item-container .htmldetails ol ol {
margin: 10px 2.7% 0px; list-style-type: decimal;
}
.download-main-article .mscom-accordion-item-container .htmldetails ol ul {
margin: 10px 2.7% 0px; list-style-type: disc;
}
.download-main-article .mscom-accordion-item-container .htmldetails ol li {
margin-left: 3.6%; list-style-type: decimal;
}
.download-main-article .mscom-accordion-item-container .htmldetails ul {
margin: 10px 2.7% 0px; list-style-type: disc;
}
.download-main-article .mscom-accordion-item-container .htmldetails ul ul {
margin: 10px 2.7% 0px; list-style-type: disc;
}
.download-main-article .mscom-accordion-item-container .htmldetails ul ol {
margin: 10px 2.7% 0px; list-style-type: decimal;
}
.download-main-article .mscom-accordion-item-container .htmldetails ul li {
margin-left: 3.6%; list-style-type: disc;
}
.download-main-article .mscom-accordion-item-container .other-requirements ul {
margin: 0px;
}
.download-main-article .mscom-accordion-item-container .related-links {
padding-left: 2px; list-style-type: none;
}
.download-main-article .mscom-accordion-item-container .related-links li {
padding: 10px 0px;
}
.download-main-article .mscom-accordion-item-container .choose-super-product {
padding: 15px 0px 10px; font-size: 100%; font-weight: bold;
}
@media screen and (max-width:899px) and (min-width:680px)
{
.download-main-article {
width: 100%;
}
.download-main-article .select-and-down .dropdown {
margin: 0px; width: 100%;
}
.download-main-article .select-and-down .noscript {
width: 68%;
}
.download-main-article .select-and-down .select-language-label span {
padding-right: 40px;
}
.download-main-article .select-and-down .dlc-download-button-container {
padding-left: 40px;
}
}
@media screen and (max-width:679px) and (min-width:540px)
{
.download-main-article {
margin-bottom: 35px;
}
.download-main-article .select-and-down .select-language-label span {
padding-right: 30px;
}
.download-main-article .select-and-down .noscript {
width: 68%;
}
.download-main-article .select-and-down .dlc-download-button-container {
padding-left: 40px;
}
}
@media screen and (max-width:539px)
{
.download-main-article {
margin-bottom: 18px;
}
.download-main-article .select-and-down {
padding: 0px; height: auto;
}
.download-main-article .select-and-down .select-language-label {
margin: 20px 15% 5px; padding: 0px;
}
.download-main-article .select-and-down .select-language-label span {
padding: 0px; text-align: left;
}
.download-main-article .select-and-down .select-language-drop {
margin: 0px; padding: 0px;
}
.download-main-article .select-and-down .dropdown {
margin: 0px 15%; width: 70%; max-width: none;
}
.download-main-article .select-and-down .language {
margin: 20px 15% 5px; padding: 0px;
}
.download-main-article .select-and-down input[type='submit'] {
margin: 15px 15% 0px; width: 70%;
}
.download-main-article .select-and-down .download-button {
margin: 20px 15%; padding: 0px;
}
.download-main-article .select-and-down .dlc-locale-list-container {
width: 100%;
}
.download-main-article .select-and-down .dlc-download-button-container {
width: 100%; padding-right: 0px; padding-left: 0px;
}
.download-main-article .select-and-down .select-language-label-container {
padding: 0px;
}
.download-main-article .optional {
font-size: 81.25%;
}
.download-main-article .optional h2 {
font-size: 123%;
}
.download-main-article .fileinfo {
padding: 0px 20px 15px;
}
.download-main-article .fileinfo .date-published {
margin-top: 10px;
}
.download-main-article .mscom-accordion-item-container {
padding-left: 0px;
}
}
div.moreinfo-container {
margin: 0px auto; padding: 0px; border: 10px solid rgb(150, 150, 150); border-image: none; height: 492px; display: none; max-width: 1160px; background-color: rgb(255, 255, 255);
}
div.moreinfo-detailContainer {
margin-right: 30px; margin-left: 30px;
}
div.moreinfo-header {
height: 43px;
}
div.moreinfo-close {
margin-top: 20px; margin-right: 20px; float: right;
}
a.moreInfoOverlay {
display: none;
}
div.moreinfo-infoIcon {
display: none;
}
.hiddenComponent {
display: none;
}
.product-more-info {
margin-right: 30px; margin-left: 30px;
}
.select-and-down .product-more-info {
font-size: 123%;
}
div.moreinfo-ajaxContainer {
background: url("/en-US/CMSImages/loading-md.gif?version=cfcaadbb-48cc-ae67-098c-2e657e0aae80") no-repeat center; height: 431px;
}
div.moreinfo-title {
color: rgb(51, 51, 51); line-height: 1.25em; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 187.5%; font-weight: normal; margin-right: 41px; margin-left: 30px;
}
div.moreinfo-subtxt {
margin: 20px 41px 25px 30px; color: rgb(51, 51, 51); line-height: 1.25em; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 100%; font-weight: normal;
}
div.moreinfo-scrollable {
height: 310px; overflow: auto; margin-left: 30px; position: relative;
}
div.moreinfo-scrollable .mscom-accordion .mscom-accordion-item-link .mscom-accordion-item-title {
color: rgb(80, 80, 80); line-height: 1.25em; font-size: 1em;
}
div.moreinfo-scrollable .fileinfo {
color: rgb(51, 51, 51);
}
div.moreinfo-scrollable .download-main-article .mscom-accordion-item-container .htmldetails {
padding: 18px 0px 0px;
}
div.moreinfo-scrollable .download-main-article .fileinfo {
margin-bottom: 0px;
}
.lt-ie9 div.item a.hpImage_Link img {
max-width: none;
}
@media screen and (max-width:539px)
{
div.moreinfo-container {
border: 5px solid rgb(150, 150, 150); border-image: none; height: 100%; overflow: auto; margin-top: 0px; margin-bottom: 0px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
div.moreinfo-ajaxContainer {
width: 100%; height: 90%;
}
div.moreinfo-scrollable {
overflow: inherit; margin-right: 0px; margin-left: 0px;
}
.product-more-info {
margin-right: 10px; margin-left: 10px;
}
div.moreinfo-title {
color: rgb(51, 51, 51); font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 1em; font-weight: bold; margin-right: 0px; margin-left: 0px;
}
div.moreinfo-subtxt {
margin: 10px 0px 15px; color: rgb(51, 51, 51); line-height: 1.25em; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 0.81em; font-weight: normal;
}
div.moreinfo-close {
margin-top: 10px; margin-right: 10px; float: right;
}
div.moreinfo-header {
height: 40px;
}
div.moreinfo-scrollable .download-main-article .fileinfo {
color: rgb(51, 51, 51); margin-top: 0px;
}
div.moreinfo-scrollable .download-main-article .mscom-accordion-item-container .htmldetails {
padding: 20px 0px 0px;
}
div.moreinfo-scrollable .download-main-article .mscom-accordion-item-container {
padding-left: 0px;
}
div.moreinfo-scrollable .mscom-accordion .mscom-accordion-item-link .mscom-accordion-item-title {
color: rgb(80, 80, 80); line-height: 1.25em; padding-top: 5px; font-size: 0.81em;
}
}
@media screen and (max-width:679px) and (min-width:540px)
{
div.moreinfo-container {
height: 511px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
div.moreinfo-ajaxContainer {
width: 100%; height: 100%;
}
div.moreinfo-scrollable {
padding-bottom: 10px; margin-right: 0px; margin-left: 0px;
}
.product-more-info {
margin-right: 20px; margin-left: 20px;
}
div.moreinfo-title {
color: rgb(51, 51, 51); font-family: wf_segoe-ui_semibold,"Segoe UI Semibold","Segoe WP Semibold",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 1em; margin-right: 0px; margin-left: 0px;
}
div.moreinfo-subtxt {
margin: 5px 0px 0px; color: rgb(51, 51, 51); line-height: 1.25em; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 0.81em; font-weight: normal;
}
div.moreinfo-scrollable .mscom-accordion .mscom-accordion-item-link .mscom-accordion-item-title {
color: rgb(80, 80, 80); line-height: 1.25em; font-size: 1em;
}
div.moreinfo-scrollable .download-main-article .mscom-accordion-item-container {
padding-left: 0px;
}
div.moreinfo-scrollable .download-main-article .mscom-accordion-item-container .htmldetails {
padding: 18px 0px 0px;
}
div.moreinfo-scrollable .fileinfo div {
color: rgb(51, 51, 51);
}
div.moreinfo-scrollable .download-main-article {
color: rgb(51, 51, 51);
}
div.moreinfo-header {
height: 37px;
}
}
@media screen and (max-width:899px) and (min-width:680px)
{
div.moreinfo-container {
height: 511px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
div.moreinfo-ajaxContainer {
width: 100%; height: 100%;
}
div.moreinfo-scrollable {
padding-bottom: 5px; margin-right: 0px; margin-left: 0px;
}
div.moreinfo-title {
color: rgb(51, 51, 51); line-height: 1.25em; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 1.25em; font-weight: normal; margin-right: 0px; margin-left: 0px;
}
.product-more-info {
margin-right: 50px; margin-left: 50px;
}
div.moreinfo-subtxt {
margin: 22px 0px 15px; color: rgb(51, 51, 51); font-size: 1em;
}
div.moreinfo-header {
height: 45px;
}
div.moreinfo-scrollable .download-main-article {
color: rgb(51, 51, 51);
}
div.moreinfo-scrollable .fileinfo div {
color: rgb(51, 51, 51);
}
div.moreinfo-scrollable .mscom-accordion .mscom-accordion-item-link .mscom-accordion-item-title {
color: rgb(80, 80, 80); line-height: 1.25em; font-size: 1em;
}
div.moreinfo-scrollable .download-main-article .mscom-accordion-item-container {
padding-left: 0px;
}
div.moreinfo-scrollable .download-main-article .mscom-accordion-item-container .htmldetails {
padding: 16px 0px 0px;
}
}
.msstore-container {
margin: -6px 0px 21px; padding: 0px 0px 20px;
}
@media screen and (max-width:899px) and (min-width:680px)
{
.msstore-container {
margin: -5px 0px 13px;
}
.msstore_clip {
margin-top: -4px;
}
.msstore_content_dlc .msstore_title {
margin-bottom: 37px;
}
}
@media screen and (max-width:679px) and (min-width:540px)
{
.msstore-container {
margin: -7px 0px 13px;
}
.msstore_clip {
margin-top: -4px;
}
.msstore_content_dlc .msstore_title {
margin-bottom: 37px;
}
}
@media screen and (max-width:539px)
{
.msstore-container {
margin: -28px 0px -9px;
}
}
.right-rail {
bottom: -70px; margin-top: -70px; margin-bottom: 0px; position: relative;
}
.right-rail .mscomAd {
margin-bottom: 64px;
}
@media screen and (max-width:899px) and (min-width:680px)
{
.right-rail {
bottom: -80px; margin-top: -5px;
}
.right-rail .mscomAd {
margin-bottom: 74px;
}
}
@media screen and (max-width:679px) and (min-width:540px)
{
.right-rail {
bottom: -80px; margin-top: -2px;
}
.right-rail .mscomAd {
margin-bottom: 74px;
}
}
@media screen and (max-width:539px)
{
.right-rail {
bottom: -40px; margin-top: -7px;
}
.right-rail .mscomAd {
margin-bottom: 34px;
}
}
.prodOffer {
margin-top: -7px; margin-bottom: 70px;
}
.prodOffer .prodOffer-body {
margin-top: 10px;
}
.prodOffer .prodOffer-header h2 {
color: rgb(51, 51, 51); font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 125%; font-weight: normal;
}
.prodOffer .prodOffer-content {
margin-top: -7px;
}
.prodOffer .prodOffer-img {
max-width: none;
}
.prodOffer .arrowicon {
background: url("/en-us/CMSImages/icon_arrow.png?version=45068e15-1f21-60f3-d03a-a98d7b2c00b7") no-repeat left; padding-top: 2px; padding-bottom: 3px; padding-left: 30px;
}
.prodOffer .prodOffer-description {
color: rgb(51, 51, 51); line-height: 1.25em; font-size: 81.25%; margin-top: 4px; margin-bottom: 10px;
}
.prodOffer a {
color: rgb(21, 112, 166); line-height: 1.4em; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 81.25%;
}
.prodOffer a:hover {
color: rgb(21, 112, 166); line-height: 1.4em; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 81.25%;
}
.prodOffer a:visited {
color: rgb(21, 112, 166); line-height: 1.4em; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 81.25%;
}
.prodOffer a.product-offer-title-link {
font-weight: bold;
}
#product-offer-img-container {
width: auto;
}
#product-offer-content {
padding-left: 10px; margin-left: 0px; max-width: 64%;
}
.resources-list {
padding: 0px 0px 20px; margin-bottom: 50px;
}
.resources-list .resources-list-title h2 {
color: rgb(80, 80, 80); line-height: 1.25em; padding-bottom: 4px; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 125%; font-weight: normal; margin-top: -7px;
}
.resources-list li {
padding: 8px 0px 0px; line-height: 1.25em; font-size: 81%; list-style-type: none;
}
.resources-list li a {
color: rgb(21, 112, 166);
}
@media screen and (max-width:899px) and (min-width:680px)
{
.resources-list {
padding: 0px; margin-bottom: 80px;
}
}
@media screen and (max-width:679px) and (min-width:540px)
{
.resources-list {
padding: 0px; margin-bottom: 80px;
}
}
@media screen and (max-width:539px)
{
.resources-list {
padding: 0px; margin-bottom: 40px;
}
}
.download-header {
margin: 30px 0px 34px; font-size: 75%; display: table;
}
.download-header .product-icon {
width: 56px; height: 62px; float: left; display: table-cell;
}
.download-header .product-icon img {
margin-top: 5px;
}
.download-header .product-title h1 {
font: 250%/1.25em wf_segoe-ui_light, "Segoe UI Light", "Segoe WP Light", wf_segoe-ui_normal, "Segoe UI", Segoe, "Segoe WP", Tahoma, Verdana, Arial, sans-serif; margin: 0px; color: rgb(51, 51, 51); font-size-adjust: none; font-stretch: normal;
}
.download-header .product-title {
height: 56px; padding-left: 15px; vertical-align: middle; display: table-cell;
}
#dlc-confirmation-download-header .download-header {
margin-bottom: 25px;
}
@media screen and (max-width:539px)
{
.download-header {
margin: 14px 0px 19px; font-size: 50%;
}
.download-header .product-title {
height: 100%; padding-left: 0px;
}
.download-header .product-title h1 {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif;
}
.download-header .product-icon {
display: none;
}
#dlc-confirmation-download-header .download-header {
margin-top: 19px; margin-bottom: 15px;
}
}
@media screen and (max-width:679px) and (min-width:540px)
{
.download-header {
margin-bottom: 22px;
}
}
div.installDlm-warn div.moreinfo-title {
color: rgb(51, 51, 51); line-height: 1.25em; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 1.87em;
}
div.installDlm-warn div.moreinfo-desc {
color: rgb(51, 51, 51); line-height: 1.25em; overflow: auto; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 0.81em; margin-top: 20px; max-height: 320px;
}
.other-system-note {
padding-bottom: 10px; font-size: 100%;
}
.other-system-note table {
width: auto;
}
.other-system-note-for {
color: rgb(80, 80, 80); float: left;
}
.other-system-note-change {
float: left;
}
.other-system-note .change-system {
color: rgb(21, 112, 166); margin-left: 20px; cursor: pointer;
}
.other-system-note a.change-system {
color: rgb(21, 112, 166); font-size: 100%; text-decoration: none;
}
.other-system-note a.change-system:hover {
color: rgb(21, 112, 166); font-size: 100%; text-decoration: none;
}
.other-system-note a.change-system:visited {
color: rgb(21, 112, 166); font-size: 100%; text-decoration: none;
}
.other-system-note .osnames {
font-weight: bold; margin-left: 10px;
}
.other-system-arrow {
background-position: 1px 50%; width: 9px; background-image: url("/en-us/CMSImages/dlc-down-arrow.png?version=B21B3EFA-B5F2-84FE-7DCD-E1513FE6B8AC"); background-repeat: no-repeat;
}
.changebits-overlay h2 {
color: rgb(51, 51, 51); padding-top: 5px; padding-bottom: 26px; font-size: 187%;
}
.changebits-overlay p.changebits-overlay-des {
color: rgb(51, 51, 51); font-size: 81.25%; margin-bottom: 32px;
}
.changebits-overlay li input {
width: 23px; height: 23px; font-size: 81.25%; margin-right: 5px; margin-left: 0px; float: left;
}
.changebits-overlay .message-body {
width: 100%; -ms-overflow-y: auto;
}
.changebits-overlay .message-body .products-list {
font-size: 81.25%; margin-bottom: 30px;
}
.changebits-overlay .message-body .products-list li {
line-height: 1.25em; margin-bottom: 5px;
}
.changebits-overlay .message-body td {
vertical-align: top;
}
.changebits-overlay .message-body td .product-name {
padding-top: 5px;
}
.changebits-overlay .hr {
margin-bottom: 19px; border-top-color: rgb(210, 210, 210); border-top-width: 1px; border-top-style: solid;
}
.changebits-overlay .changebits-overlay-btn {
padding: 4px 20px 5px; border: 1px solid rgb(21, 112, 166); border-image: none; color: rgb(255, 255, 255); font-size: 81.25%; float: right; cursor: pointer; background-color: rgb(21, 112, 166);
}
.changebits-overlay a {
color: rgb(255, 255, 255); text-decoration: none;
}
.changebits-overlay a:hover {
color: rgb(255, 255, 255); text-decoration: none;
}
.changebits-overlay a:visited {
color: rgb(255, 255, 255); text-decoration: none;
}
.changebits-overlay .disabled {
border: 1px solid gray; border-image: none; cursor: default; background-color: gray;
}
.changebits-overlay .os-info {
padding: 30px; border: 1px solid rgb(229, 229, 229); border-image: none; color: rgb(80, 80, 80); display: none; background-color: rgb(210, 210, 210);
}
.changebits-overlay .os-info .os-info-title {
font-size: 100%;
}
.changebits-overlay .os-info ul {
padding-left: 20px; margin-top: 15px; list-style-type: none;
}
.changebits-overlay .os-info li {
margin: 0px; padding: 2px;
}
.changebits-overlay .visible {
display: block;
}
.changebits-overlay .green {
color: rgb(0, 114, 51);
}
.changebits-overlay .message-footer {
height: 70px;
}
.choosesystems_container {
height: 430px;
}
@media screen and (max-width:899px)
{
.changebits-overlay h2 {
color: rgb(51, 51, 51); padding-top: 15px; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 125%;
}
.changebits-overlay p.changebits-overlay-des {
color: rgb(51, 51, 51); font-size: 81%; margin-bottom: 32px;
}
}
@media screen and (max-width:679px)
{
.changebits-overlay h2 {
padding-top: 15px; padding-bottom: 25px; font-size: 125%;
}
.changebits-overlay p.changebits-overlay-des {
margin-bottom: 31px;
}
.changebits-overlay .message-body .products-list li {
margin-bottom: 4px;
}
}
@media screen and (max-width:539px)
{
.other-system-note-for {
margin-bottom: 10px; float: none;
}
.other-system-note-change {
margin-bottom: 10px; float: none;
}
.other-system-note .change-system {
margin-left: 0px;
}
.changebits-overlay p.changebits-overlay-des {
margin-bottom: 21px;
}
.choosesystems_container {
height: auto;
}
.changebits-overlay .message-body .products-list {
margin-bottom: 35px;
}
.changebits-overlay .message-body .products-list li {
margin-bottom: 10px;
}
}
.CSPvNext .search_header_content {
width: 96%; line-height: 1em; padding-top: 32px; margin-right: 2%; margin-left: 2%; background-color: rgb(238, 238, 238);
}
.CSPvNext .search_header {
width: 104.09%; margin-right: -2%; margin-left: -2%; background-color: rgb(238, 238, 238);
}
.search_header {
margin-bottom: 35px;
}
@media screen and (max-width:539px)
{
.CSPvNext .search_header_content {
padding-top: 7px;
}
.CSPvNext .search_header {
margin-bottom: 20px; background-color: rgb(238, 238, 238);
}
}
@media screen and (max-width:539px)
{
.organic_results .organic_result .organic_result_description {
line-height: 1.25em;
}
}
.organic_results .organic_result .organic_result_description {
line-height: 1.3em; font-size: 0.81em; -ms-word-wrap: break-word;
}
.organic_results .organic_result .deeplink {
font-size: 0.81em; max-width: 620px;
}
.searchgrid_grid .mscom_search_didYouMean {
margin-top: 30px;
}
@media screen and (max-width:539px)
{
.CSPvNext .row-fluid .organic_results {
margin-top: 25px;
}
}
.organic_results {
margin-top: 30px; margin-left: 0px; border-bottom-color: rgb(216, 216, 218); border-bottom-width: 1px; border-bottom-style: solid;
}
.organic_result {
line-height: 1em; padding-bottom: 30px;
}
@media screen and (max-width:539px)
{
.organic_results .organic_result {
padding-bottom: 25px;
}
}
.editor_choice {
border-bottom-color: rgb(216, 216, 218); border-bottom-width: 1px; border-bottom-style: solid;
}
.searchgrid_column {
border-top-color: rgb(216, 216, 218); border-top-width: 1px; border-top-style: solid;
}
.organic_results .organic_result .title h3 {
line-height: 1.25em; padding-bottom: 0.18em; font-size: 1em; font-weight: normal;
}
@media screen and (max-width:539px)
{
.organic_results .organic_result .title h3 {
font-size: 0.81em;
}
}
.organic_results .organic_result .title a {
text-decoration: underline;
}
.organic_results .organic_result .organic_result_displink a {
color: rgb(56, 130, 34); line-height: 1.53em; font-size: 0.81em; text-decoration: none;
}
.organic_results .organic_result .deeplink a {
text-decoration: none;
}
.organic_results .organic_result .deeplink a:hover {
text-decoration: underline;
}
.deeplink ul li {
width: 50%; padding-top: 9px; float: left;
}
@media screen and (max-width:539px)
{
.deeplink ul li {
width: 100%; padding-top: 8px; float: left;
}
}
.downloadfilter_column {
line-height: 1em;
}
.download_column {
border-top-color: rgb(216, 216, 218); border-top-width: 1px; border-top-style: solid;
}
@media screen and (max-width:539px)
{
.download_results {
padding-left: 0px; margin-top: 25px;
}
}
@media screen and (min-width:540px)
{
.download_results {
padding-left: 0px; margin-top: 10px;
}
}
.download_results div.from {
text-transform: uppercase; font-size: 0.68em; margin-bottom: 0px;
}
.download_results div.price {
color: rgb(226, 51, 0); text-transform: uppercase; font-size: 1.25em; margin-bottom: 6px;
}
.download_results div.info {
line-height: normal; font-size: 0.68em;
}
.download_results div.products {
line-height: normal; font-size: 0.68em;
}
.download_results .caption {
width: 70px; text-align: center; line-height: 1em; font-size: 0.68em;
}
.download_results div.icon {
width: 70px; height: 70px; margin-bottom: 2px;
}
.CSPvNext .win8app {
border: thin solid rgba(0, 0, 0, 0.1); border-image: none;
}
.download_results div.win8app img {
margin: 10px;
}
@media screen and (max-width:539px)
{
.CSPvNext .download_row {
padding-top: 0px; padding-bottom: 0px; margin-bottom: 26px; vertical-align: top; border-bottom-width: 0px;
}
.downloadresult {
border-bottom-color: rgb(216, 216, 218); border-bottom-width: 1px; border-bottom-style: solid;
}
}
@media screen and (min-width:540px)
{
.CSPvNext .download_row .bp1-col-8-5 {
margin-left: 1.4em !important;
}
}
.download_row {
padding-top: 23px; padding-bottom: 26px; vertical-align: top; border-bottom-color: rgb(216, 216, 218); border-bottom-width: 1px; border-bottom-style: solid;
}
.download_row .title h3 {
line-height: 1.25em; font-size: 1em; font-weight: normal; margin-bottom: 6px;
}
.download_row .title a {
text-decoration: underline;
}
@media screen and (max-width:539px)
{
.download_row .title h3 {
font-size: 0.81em;
}
}
.download_row .description {
line-height: normal; font-size: 0.81em;
}
.CSPvNext .download_row .infocolumn {
width: 19%; padding-left: 3%;
}
.CSPvNext .download_row .span {
margin-left: 5px;
}
.CSPvNext .StarRating {
width: 72px;
}
.CSPvNext .StarRating div {
height: 1.2em;
}
div .StarsOverlay {
top: -1.2em; height: 1.2em; overflow: hidden; position: relative;
}
.StarsOverlay img {
max-width: 72px;
}
div .Stars {
height: 1.2em;
}
ul {
margin: 0px; padding: 0px; list-style-type: none;
}
.bottomsearch {
margin-bottom: 66px;
}
.mscom_search_margin_bottom {
margin-bottom: 49px;
}
.mscom_search_relatedWebSearches img {
margin-bottom: -4px;
}
div.breadcrumbs {
font-size: 0.81em;
}
.ms_suggest_container .ms_suggest_title {
font-size: 0.69em;
}
.ms_suggest_container .ms_suggest_description {
font-size: 0.81em;
}
.mscom_search_relatedSearches h2 {
color: rgb(51, 51, 51); font-size: 1.25em; font-weight: normal; margin-bottom: 18px;
}
.mscom_search_relatedSearches ul {
margin-top: 4px;
}
.mscom_search_relatedSearches li {
line-height: 1.53em; font-size: 0.81em;
}
.mscom_search_relatedWebSearches img {
margin-bottom: -4px;
}
.mscom_search_relatedWebSearches {
margin-bottom: 48px;
}
.mscom_search_relatedWebSearches h2 {
color: rgb(51, 51, 51); font-size: 1em; font-weight: normal; margin-bottom: 0.31em;
}
.mscom_search_relatedWebSearches li {
line-height: 1.53em; padding-top: 6px; font-size: 0.81em;
}
.noresult {
margin-top: 29px;
}
.noresult .mscom_search_noResult h3 {
padding-top: 0px; padding-bottom: 1.54em; font-size: 1.25em; font-weight: normal; -ms-word-wrap: break-word;
}
.noresult .mscom_search_noResult {
margin-top: 30px; margin-bottom: 157px;
}
.noresult_tips {
padding-bottom: 5px; font-size: 0.81em; margin-top: 5px;
}
.mscom_search_noResult ul {
font-size: 0.81em; margin-left: 1.25em; list-style-type: disc;
}
.noresult .mscom_search_didYouMean {
margin-top: 30px;
}
.mscom_search_didYouMean {
font-size: 1.25em;
}
.mscom_search_didYouMean a {
color: rgb(0, 68, 204);
}
@media screen and (min-width:900px)
{
.rightpanel_leftmargin {
margin-left: 10%;
}
}
.relatedSearches {
margin-bottom: 2.5em;
}
@media screen and (max-width:539px)
{
.mscom_search_margin_bottom {
margin-bottom: 27px;
}
.noresult .mscom_search_didYouMean {
margin-top: -4px; margin-bottom: 5px;
}
.noresult .mscom_search_noResult h3 {
padding-bottom: 0.5em; margin-top: -19px;
}
.noresult .mscom_search_noResult {
margin-top: 11px; margin-bottom: 80px;
}
.bottomsearch {
margin-bottom: 16px;
}
.relatedSearches {
margin-top: -6px; margin-bottom: 26px;
}
.mscom_search_relatedSearches h2 {
margin-bottom: 11px;
}
}
@media screen and (max-width:680px)
{
.mscom_search_rightpanel {
margin-left: 0px;
}
.mscom_search_rightpanel .row-fluid .span {
margin-left: 0px;
}
}
@media screen and (min-width:900px)
{
.confuciusmargin {
margin-top: 30px;
}
}
@media screen and (min-width:1px)
{
.CSPvNext .divie7 {
width: 100% !important;
}
}
.CSPvNext .divie7 {
width: auto;
}
.ieimage {
padding: 10px; width: 50px; height: 50px;
}
.result-filter-image {
display: none;
}
.download-resource {
padding: 16px 14px; border: 1px solid rgb(211, 211, 211); border-image: none; margin-top: 20px;
}
.download-resource-title {
color: rgb(79, 79, 79); line-height: 115.38%; font-size: 100%; margin-bottom: 14px;
}
.download-resource li {
padding: 3px 1px 4px; overflow: hidden;
}
.download-resource-item {
color: rgb(1, 78, 133); font-size: 75%; font-weight: bold;
}
.download_results h3 {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif;
}
div.regsys-opt {
color: rgb(51, 51, 51); line-height: 125%; font-size: 81.25%; min-height: 350px; _height: 350px;
}
div.regsys-opt a {
color: rgb(1, 78, 133);
}
div.regsys-opt p.action {
margin: 28px 0px 100px;
}
div.regsys-opt p.additional {
margin: 15px 0px 30px;
}
div.regsys-opt p.action .cont-btn {
padding: 0.25em 2.15em; border: 1px solid rgb(23, 119, 177); border-image: none; color: rgb(255, 255, 255); text-transform: uppercase; font-size: 123%; vertical-align: top; background-color: rgb(23, 119, 177);
}
div.regsys-opt p.action .cont-btn:hover {
border: 1px solid rgb(23, 119, 177); border-image: none; cursor: pointer; background-color: rgb(23, 119, 177);
}
div.regsys-opt span.opt input {
margin-right: 5px;
}
div.regsys-opt h1 {
margin: 42px 0px 28px; font-size: 230%;
}
div.regsys-opt h2 {
margin: 45px 0px 20px;
}
div.regsys-opt .additional ul {
margin-left: 15px; list-style-type: disc;
}
div.regsys-opt h2 {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 156%;
}
div.regsys-opt input[type='radio'] {
width: 23px; height: 23px; margin-right: 8px; vertical-align: middle;
}
div.regsys-opt div.wizard-choice li {
line-height: 1.5em; padding-top: 5px;
}
div.regsys-opt label {
vertical-align: middle;
}
@media screen and (max-width:679px)
{
div.regsys-opt h1 {
margin-top: 25px;
}
}
@media screen and (max-width:539px)
{
div.regsys-opt h1 {
font-size: 153%; margin-top: 30px;
}
div.regsys-opt h2 {
font-size: 123%; margin-top: 18px;
}
}
.confirm-instructions {
margin: 0px 0px 48px; border: currentColor; border-image: none;
}
@media screen and (min-width:900px)
{
.confirm-instructions {
margin: 0px 0px 78px;
}
}
@media screen and (max-width:539px)
{
.confirm-instructions {
margin: 0px 0px 28px;
}
}
.confirm-instructions h2 {
line-height: 1.25em; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 125%; font-weight: bold;
}
.confirm-instructions h2.title {
padding: 0px; color: rgb(226, 51, 0); font-weight: bold;
}
.confirm-instructions a:link {
text-decoration: none;
}
.confirm-instructions a:visited {
text-decoration: none;
}
.confirm-instructions a:hover {
text-decoration: none;
}
.confirm-instructions .confirm-instruction-item {
margin: 0px 0px 23px;
}
.confirm-instructions li.mscom-accordion-item {
padding: 0px 0px 10px; border-bottom-color: rgb(210, 210, 210); border-bottom-width: 1px; border-top-style: none; border-bottom-style: solid;
}
@media screen and (max-width:539px)
{
.confirm-instructions li.mscom-accordion-item {
padding: 0px 0px 15px;
}
.confirm-instructions .confirm-instruction-item {
margin: 0px 0px 13px;
}
}
.confirm-instructions div.hpLst_body {
border-bottom-style: none;
}
.confirm-instructions .confirm-instruction-list li .start-download {
margin: 8px 0px; color: rgb(80, 80, 80); line-height: 1.25em; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 81%;
}
.confirm-instructions .confirm-instruction-list .mscom-accordion-item-container {
padding-left: 35px;
}
@media screen and (max-width:539px)
{
.confirm-instructions .confirm-instruction-list li .start-download {
margin: 33px 0px 18px;
}
}
.confirm-instructions .confirm-instruction-list li.bundledItem {
display: none;
}
.confirm-instructions {
}
.confirm-instructions .chooseFile {
height: 480px; color: rgb(51, 51, 51);
}
.confirm-instructions .chooseFile a {
color: rgb(21, 112, 166);
}
.confirm-instructions .chooseFile table {
width: 100%; text-align: left; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-weight: normal; border-collapse: collapse;
}
.confirm-instructions .chooseFile table th {
padding: 0px 0px 5px; text-align: left; font-weight: bold; border-bottom-color: rgb(210, 210, 210); border-bottom-width: 1px; border-bottom-style: solid;
}
.confirm-instructions .jsOff.chooseFile {
margin: 0px 0px 25px; height: auto;
}
.confirm-instructions .jsOff.chooseFile h3 {
margin: 25px 0px 20px; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 125%;
}
.confirm-instructions .jsOff.chooseFile table {
font-size: 81%;
}
.confirm-instructions .jsOff.chooseFile a {
font-family: wf_segoe-ui_semibold,"Segoe UI Semibold","Segoe WP Semibold",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif;
}
.confirm-instructions .jsOff.chooseFile table th {
font-family: wf_segoe-ui_semibold,"Segoe UI Semibold","Segoe WP Semibold",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif;
}
.confirm-instructions .jsOff.chooseFile table td {
padding: 15px 0px 5px; border-bottom-color: rgb(210, 210, 210); border-bottom-width: 1px; border-bottom-style: solid;
}
.confirm-instructions .jsOff.chooseFile table .file-link {
padding-left: 5px;
}
.confirm-instructions .jsOff.chooseFile table .file-size {
padding-left: 5px;
}
.confirm-instructions .jsOff.chooseFile table td span.file-link-view1 {
display: none;
}
.confirm-instructions .jsOff.chooseFile table td span.file-size-view1 {
display: none;
}
@media screen and (max-width:539px)
{
.confirm-instructions .jsOff.chooseFile table .file-link {
display: none;
}
.confirm-instructions .jsOff.chooseFile table .file-size {
display: none;
}
.confirm-instructions .jsOff.chooseFile table td span.file-name-view1 {
margin: 0px 0px 5px; display: block;
}
.confirm-instructions .jsOff.chooseFile table td span.file-link-view1 {
margin: 0px 0px 10px; width: 40%; float: left; display: block;
}
.confirm-instructions .jsOff.chooseFile table td span.file-size-view1 {
margin: 0px 0px 10px; width: 40%; float: left; display: block;
}
.confirm-instructions .jsOff.chooseFile {
margin: 0px 0px 15px;
}
}
.confirm-instructions .jsOn.chooseFile {
font-size: 123%; -ms-overflow-y: auto;
}
.confirm-instructions .multi.failoverLink {
color: rgb(21, 112, 166); font-size: 100%; display: inline-block;
}
.confirm-instructions .multifile-failover-list {
height: 367px; font-size: 81%; margin-bottom: 8px; -ms-overflow-y: auto;
}
.confirm-instructions .start-download {
display: none;
}
.confirm-instructions .mutifilepopup {
display: inline-block;
}
.confirm-instructions .jsOn.chooseFile input[type='checkbox'] {
margin: 0px; width: 21px; height: 21px;
}
.confirm-instructions .jsOn.chooseFile .multifile-failover-list tr.removable {
display: none;
}
.confirm-instructions .jsOn.chooseFile .multifile-failover-list td {
padding: 20px 0px 17px; line-height: 1.25em; border-bottom-color: rgb(210, 210, 210); border-bottom-width: 1px; border-bottom-style: solid;
}
.confirm-instructions .jsOn.chooseFile .multifile-failover-list .multifile-failover-filename {
-ms-word-break: break-all;
}
.confirm-instructions .jsOn.chooseFile .multifile-failover-list .multifile-failover-url {
padding-left: 5px;
}
.confirm-instructions .jsOn.chooseFile .multifile-failover-list .multifile-failover-size {
padding-left: 5px;
}
.confirm-instructions .jsOn.chooseFile .multifile-failover-list .multifile-failover-view1 {
display: none;
}
.confirm-instructions .jsOn.chooseFile h3 {
margin: 0px 0px 25px; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 187.5%;
}
.confirm-instructions .jsOn.chooseFile .green-sniff-recommend {
color: rgb(0, 114, 51); font-weight: bold; display: none;
}
.confirm-instructions .jsOn.chooseFile div.wizard-footer {
text-align: right; padding-top: 20px; border-top-color: rgb(210, 210, 210); border-top-width: 1px; border-top-style: solid;
}
.confirm-instructions .jsOn.chooseFile div.wizard-footer a {
padding: 6px 25px; border: 1px solid rgb(214, 49, 5); border-image: none; color: rgb(255, 255, 255); font-size: 81%; margin-left: 8px; display: inline-block; background-color: rgb(214, 49, 5);
}
.confirm-instructions .jsOn.chooseFile div.wizard-footer a:hover {
text-decoration: none; _cursor: pointer;
}
.confirm-instructions .jsOn.chooseFile div.wizard-footer a:focus {
text-decoration: none; _cursor: pointer;
}
.confirm-instructions .jsOn.chooseFile div.wizard-footer a:active {
text-decoration: none; _cursor: pointer;
}
.confirm-instructions .jsOn.chooseFile div.wizard-footer a.unselected {
border: 1px solid rgb(238, 238, 238); border-image: none; color: rgb(163, 163, 163); background-color: rgb(238, 238, 238);
}
@media screen and (max-width:539px)
{
.confirm-instructions .jsOn.chooseFile .multifile-failover-list .multifile-failover-size {
display: none;
}
.confirm-instructions .jsOn.chooseFile .multifile-failover-list .multifile-failover-url {
display: none;
}
.confirm-instructions .jsOn.chooseFile .multifile-failover-list .multifile-failover-view1 {
margin-top: 10px; display: block;
}
.confirm-instructions .jsOn.chooseFile .multifile-failover-list .multifile-failover-view1 .filesize {
margin-left: 20px;
}
.confirm-instructions .jsOn.chooseFile h3 {
font-size: 124%;
}
.confirm-instructions .jsOn.chooseFile .multifile-failover-list th {
padding-bottom: 15px;
}
.confirm-instructions .jsOn.chooseFile .multifile-failover-list table tr td:first-child {
vertical-align: top;
}
.confirm-instructions .jsOn.chooseFile div.wizard-footer {
border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
.confirm-instructions .jsOn.chooseFile {
height: auto; overflow: hidden;
}
}
div.hpLst_body div.ins-detail {
color: rgb(51, 51, 51); line-height: 1.25em; padding-right: 0px; padding-bottom: 27px; font-size: 81%; margin-top: 0px; margin-bottom: 0px;
}
div.hpLst_body div.ins-detail b {
font-weight: bold;
}
div.hpLst_body div.ins-detail p {
margin: 10px;
}
div.hpLst_body div.ins-detail ol {
margin: 10px 20px 0px; list-style-type: decimal;
}
div.hpLst_body div.ins-detail ul {
margin: 10px 15px 0px 0px; list-style-type: disc;
}
div.hpLst_body div.ins-detail ul ul {
margin-left: 15px; list-style-type: disc;
}
div.hpLst_body div.ins-detail li {
margin-bottom: 10px;
}
.confirm-instructions .mscom-accordionItem .ins-detail .htmldetails {
margin: 0px; padding: 10px 0px 0px;
}
.confirm-instructions .mscom-accordionItem .ins-detail .htmldetails ul {
margin: 10px 2.7% 0px; list-style-type: disc;
}
.confirm-instructions .mscom-accordionItem .ins-detail .htmldetails ol {
margin: 10px 0px 0px; list-style-type: decimal;
}
.confirm-instructions .mscom-accordionItem .ins-detail .htmldetails ul ul {
margin: 10px 2.7% 0px; list-style-type: disc;
}
.confirm-instructions .mscom-accordionItem .ins-detail .htmldetails ul ol {
margin: 10px 2.7% 0px; list-style-type: decimal;
}
.confirm-instructions .mscom-accordionItem .ins-detail .htmldetails ol ol {
margin: 10px 2.7% 0px; list-style-type: decimal;
}
.confirm-instructions .mscom-accordionItem .ins-detail .htmldetails ol ul {
margin: 10px 2.7% 0px; list-style-type: disc;
}
.confirm-instructions .mscom-accordionItem .ins-detail .htmldetails ol li {
margin-left: 3.6%; list-style-type: decimal;
}
.confirm-instructions .mscom-accordionItem .ins-detail .htmldetails ul li {
margin-left: 3.6%; list-style-type: disc;
}
.confirm-instructions .mscom-accordionItem .ins-detail .htmldetails p {
padding: 10px 0px;
}
.confirm-instructions .mscom-accordionItem .ins-detail .htmldetails li {
margin-bottom: 10px; margin-left: 3.6%; list-style-type: disc;
}
#dlc-notification-hero {
line-height: 0; position: relative;
}
#dlc-notification-hero-text {
padding: 10px 0px 30px; color: rgb(51, 51, 51); line-height: 1.25em; background-color: rgb(238, 224, 190);
}
#dlc-notification-hero-text > div {
padding-left: 15px;
}
#dlc-notification-hero-text h1 {
color: rgb(21, 112, 166); font-size: 187.5%; margin-bottom: 10px;
}
#dlc-notification-hero-text p {
margin-bottom: 15px;
}
#dlc-notification-hero .row-fluid .span {
margin-left: 0px;
}
#dlc-notification-hero-text-2 {
color: rgb(21, 112, 166); font-size: 81.25%;
}
#dlc-notification-signup a {
padding: 5px 25px; color: rgb(255, 255, 255); font-family: wf_segoe-ui_semibold,"Segoe UI Semibold","Segoe WP Semibold",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 81.25%; text-decoration: none; position: relative; background-color: rgb(229, 83, 43);
}
.dlc_notification_content_text {
color: rgb(51, 51, 51); line-height: 1.25em; font-size: 81.25%;
}
.dlc_notification_content_text p {
margin-bottom: 12px;
}
.dlc_notification_content_text p:last-child {
margin-bottom: 0px;
}
.dlc_notification_content_text a {
padding-bottom: 10px; font-weight: bold; display: block;
}
.dlc_notification_content_headline h2 {
margin: 23px 0px 29px; color: rgb(0, 0, 0); font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 125%;
}
@media screen and (min-width:540px)
{
.dlc_notification_content_headline h2 {
margin: 23px 0px 31px; color: rgb(80, 80, 80); font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 187.5%;
}
#dlc-notification-hero {
min-width: 630px;
}
#dlc-notification-hero-text {
top: 10px; padding-top: 0px; position: absolute; background-color: transparent;
}
.dlc_notification_content_text a {
padding-bottom: 0px; text-decoration: none;
}
#dlc-notification-hero-text > div {
padding-left: 35px;
}
#dlc-notification-hero-container {
overflow: hidden;
}
}
@media screen and (min-width:680px)
{
#dlc-notification-hero-text {
top: 25px;
}
#dlc-notification-hero-text-1 {
font-size: 125%;
}
#dlc-notification-signup a {
padding: 5px 15px; top: 10px; font-size: 125%;
}
#dlc-notification-hero {
min-width: 685px;
}
}
@media screen and (min-width:900px)
{
#dlc-notification-hero-text h1 {
font-size: 250%;
}
}
.dlc-faq-content .mscom-accordion .mscom-accordion-item-container {
margin: 0px; padding: 0px 35px 35px; color: rgb(51, 51, 51); line-height: 1.25em; font-size: 81.25%;
}
.dlc-faq-content .mscom-accordion .mscom-accordion-item-container p {
margin-bottom: 15px;
}
.dlc-faq-content .mscom-accordion .mscom-accordion-item-link {
padding: 25px 0px; line-height: 1.25em;
}
.dlc-faq-content .mscom-accordion .mscom-accordion-item-container p:last-child {
margin-bottom: 0px;
}
.dlc-faq-content .mscom-accordion .mscom-accordion-item-container ul {
padding: 0px 0px 0px 45px;
}
.dlc-faq-content .mscom-accordion .mscom-accordion-item-container ol {
padding: 0px 0px 0px 45px;
}
p.new-line-span {
margin: 0px; padding: 0px;
}
.dlc-faq-headline h1 {
margin: 25px 0px 0px; color: rgb(80, 80, 80); font-size: 125%;
}
@media screen and (min-width:540px)
{
.dlc-faq-headline h1 {
margin: 30px 0px 8px; font-size: 187%;
}
.dlc-faq-content .mscom-accordion .mscom-accordion-item-link {
padding: 20px 0px; line-height: 1.25em;
}
.dlc-faq-content .mscom-accordion .mscom-accordion-item-container {
padding: 15px 35px 30px;
}
}
@media screen and (min-width:680px)
{
.dlc-faq-headline h1 {
margin: 45px 0px 8px;
}
}
.dlc-newsletter-description {
color: rgb(51, 51, 51); line-height: 1.25em; font-size: 81.25%;
}
.dlc-newsletter-headline {
margin: 32px 0px 30px; color: rgb(51, 51, 51); line-height: 1.25em;
}
.dlc-newsletter-headline h1 {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 100%;
}
@media only screen and (min-width:540px)
{
.dlc-newsletter-headline {
margin: 45px 0px 28px;
}
.dlc-newsletter-headline h1 {
font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 187.5%;
}
}
.dlc-hp h2 {
color: rgb(51, 51, 51); line-height: 1.25em; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 187%;
}
.dlc-hp .dlc-hp-bottomlist {
color: rgb(51, 51, 51);
}
.dlc-hp .dlc-hp-bottomlist li span {
line-height: 1.25em;
}
.dlc-hp .dlc-hp-bottomlist li > a {
padding-top: 6px; display: inline-block;
}
.dlc-hp .dlc-hp-bottomlist li:first-child > a {
padding-top: 0px;
}
.dlc-hp .dlc-hp-bottomlist .downloadList {
font-size: 81.25%;
}
.dlc-hp .dlc-hp-bottomlist .loadMask {
font-size: 81.25%;
}
.dlc-hp .dlc-hp-bottomlist .dlc-btm-list-container {
font-size: 81.25%;
}
.dlc-hp .dlc-hp-bottomlist h2 {
margin-bottom: 15px;
}
.dlc-hp .add-on-list h3 {
line-height: 1.25em; padding-bottom: 10px; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 125%;
}
.dlc-hp .downloadList h3 {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif;
}
.dlc-hp .dlc-hp-ad .mscomAd > iframe {
margin-top: 94px;
}
.dlc-hp .dlc-hp-ad .mscomAd {
margin: 0px auto; line-height: 1em;
}
.dlc-hp .dlc-hp-bottomlist .dlc-hp-featured-items-container {
padding-left: 20px;
}
.dlc-hp .dlc-hp-bottomlist .dlc-hp-add-ons-container {
padding-left: 20px;
}
.dlc-hp .dlc-hp-bottomlist .dlc-hp-for-windows-container {
padding-left: 0px;
}
.box a:link {
color: inherit; cursor: pointer; pointer-events: auto;
}
.box a:visited {
color: inherit; cursor: pointer; pointer-events: auto;
}
.box a:hover {
color: inherit; cursor: pointer; pointer-events: auto;
}
.box a:active {
color: inherit; cursor: pointer; pointer-events: auto;
}
@media screen and (min-width:900px)
{
.dlc-hp .add-on-list :first-child.dlc-hp-btm-Acc {
margin-bottom: 48px;
}
}
@media screen and (max-width:899px) and (min-width:680px)
{
.dlc-hp .add-on-list {
margin-top: 36px;
}
.dlc-hp .dlc-hp-ad .mscomAd > iframe {
margin-top: 80px;
}
.dlc-hp .dlc-hp-bottomlist .PopularDownloadInHomePage {
padding-right: 11%;
}
.dlc-hp .dlc-hp-bottomlist .dlc-hp-featured-items-container {
padding-right: 11%;
}
.dlc-hp .dlc-hp-bottomlist .dlc-hp-add-ons-container {
padding-left: 0px;
}
.dlc-hp .dlc-hp-bottomlist .dlc-hp-add-ons-container .CSPvNext > .row-fluid > .span {
padding-right: 11%;
}
.dlc-hp .dlc-hp-bottomlist .dlc-hp-for-windows-container {
padding-left: 35px;
}
}
@media screen and (max-width:679px) and (min-width:540px)
{
.dlc-hp .add-on-list h3 {
font-size: 100%;
}
.dlc-hp .add-on-list {
margin-top: 35px;
}
.dlc-hp .dlc-hp-ad .mscomAd > iframe {
margin-top: 80px; margin-bottom: 20px;
}
.dlc-hp .dlc-hp-bottomlist .PopularDownloadInHomePage {
padding-right: 4%;
}
.dlc-hp .dlc-hp-bottomlist .dlc-hp-featured-items-container {
padding-right: 4%;
}
.dlc-hp .dlc-hp-bottomlist .dlc-hp-add-ons-container {
padding-left: 0px;
}
.dlc-hp .dlc-hp-bottomlist .dlc-hp-add-ons-container .CSPvNext > .row-fluid > .span {
padding-right: 4%;
}
.dlc-hp .dlc-hp-bottomlist .dlc-hp-for-windows-container {
padding-left: 33px;
}
}
@media screen and (max-width:539px)
{
.dlc-hp .dlc-hp-bottomlist h2 {
margin-bottom: 0px;
}
.dlc-hp .dlc-hp-bottomlist .mscom-accordion-item-link {
cursor: pointer;
}
.dlc-hp .dlc-hp-bottomlist .mscom-accordion-item-container {
margin-right: 5px; margin-bottom: 30px;
}
.dlc-hp .dlc-hp-bottomlist .PopularDownloadInHomePage .mscom-accordion-item-container {
margin-bottom: 15px;
}
.dlc-hp .add-on-list {
margin-top: 0px;
}
.dlc-hp .mscom-accordion .mscom-accordion-item-link {
padding: 20px 0px;
}
.dlc-hp h2 {
font-size: 125%;
}
.dlc-hp .dlc-hp-bottomlist li span {
line-height: 1.25em; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 1.23em;
}
.dlc-hp .dlc-hp-ad .mscomAd > iframe {
margin-top: 60px;
}
.dlc-hp .dlc-hp-bottomlist .dlc-hp-featured-items-container {
padding-left: 0px;
}
.dlc-hp .dlc-hp-bottomlist .dlc-hp-add-ons-container {
padding-left: 0px;
}
.dlc-hp .dlc-hp-bottomlist .dlc-hp-for-windows-container {
padding-left: 0px;
}
.mobile-fullwidth .mobilecontent-row {
width: 96%; margin-right: auto; margin-left: auto;
}
}
div.dlc-product-icon {
padding: 30px 0px 42px; line-height: 1.25em;
}
div.dlc-product-icon h2 {
margin-bottom: 10px;
}
div.dlc-product-icon div.icons div.span {
text-align: center; vertical-align: top; min-height: 100px;
}
div.dlc-product-icon div.icons a {
padding: 10px 1px; color: rgb(51, 51, 51); font-size: 81.25%; text-decoration: none; display: block;
}
div.dlc-product-icon div.icons a:hover {
padding: 9px 0px; border: 1px solid rgb(239, 239, 239); border-image: none; background-color: rgb(239, 239, 239);
}
div.dlc-product-icon div.icons a:active {
padding: 9px 0px; border: 1px solid rgb(239, 239, 239); border-image: none; background-color: rgb(239, 239, 239);
}
@media screen and (max-width:539px)
{
div.dlc-product-icon {
padding-top: 25px; padding-bottom: 10px;
}
div.dlc-product-icon h2 {
margin-bottom: 20px;
}
}
.dlc-hp-bg1 {
background-color: rgb(255, 140, 1);
}
.dlc-hp-bg2 {
background-color: rgb(15, 161, 184);
}
.dlc-hp-bg3 {
background-color: rgb(220, 60, 0);
}
.dlc-hp-highlight {
margin-top: 15px; margin-bottom: 10px;
}
.dlc-hp-highlight a {
display: block;
}
.dlc-hp-highlight img {
color: rgb(255, 255, 255); max-width: 100%;
}
@media screen and (max-width:539px)
{
.dlc-hp-highlight {
margin-top: 0px;
}
}
@media screen and (max-width:679px) and (min-width:540px)
{
.dlc-hp-highlight {
margin-top: 10px; margin-bottom: 25px;
}
}
@media screen and (max-width:899px) and (min-width:680px)
{
.dlc-hp-highlight {
margin-top: 15px; margin-bottom: 25px;
}
}
div.download-wizard {
height: 490px; color: rgb(51, 51, 51); overflow: auto;
}
div.download-wizard div.wizard-step {
display: none;
}
div.download-wizard h2 {
line-height: 1.25em; padding-bottom: 26px; font-size: 230%;
}
div.download-wizard h3 {
line-height: 1.5em; font-family: wf_segoe-ui_semibold,"Segoe UI Semibold","Segoe WP Semibold",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 153%;
}
div.download-wizard .wizard-subtitle {
line-height: 1.5em; font-family: wf_segoe-ui_semibold,"Segoe UI Semibold","Segoe WP Semibold",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 123%;
}
div.download-wizard input[type='checkbox'] {
margin: 0px; width: 21px; height: 21px;
}
div.download-wizard input[type='radio'] {
margin: 0px 8px 0px 0px; width: 23px; height: 23px; vertical-align: middle;
}
div.download-wizard div.wizard-choice li {
line-height: 1.5em; padding-top: 5px;
}
div.download-wizard label {
vertical-align: middle;
}
div.download-wizard div.wizard-footer {
border-style: solid none none; text-align: right; padding-top: 20px; border-top-color: rgb(210, 210, 210); border-top-width: 1px;
}
div.download-wizard div.wizard-footer a.button {
padding: 6px 25px; margin-left: 8px; display: inline-block;
}
div.download-wizard div.wizard-footer a.next {
border: 1px solid rgb(23, 119, 177); border-image: none; color: rgb(255, 255, 255); background-color: rgb(23, 119, 177);
}
div.download-wizard div.wizard-footer a.back {
border: 1px solid rgb(204, 204, 204); border-image: none; color: rgb(51, 51, 51); background-color: rgb(204, 204, 204);
}
div.download-wizard div.wizard-footer a {
text-decoration: none; _cursor: pointer;
}
div.download-wizard div.wizard-footer a:hover {
text-decoration: none; _cursor: pointer;
}
div.download-wizard div.wizard-footer a:focus {
text-decoration: none; _cursor: pointer;
}
div.download-wizard div.wizard-footer a:active {
text-decoration: none; _cursor: pointer;
}
div.download-wizard .bold {
font-weight: bold;
}
div.download-wizard .green {
color: rgb(0, 114, 51);
}
@media screen and (max-width:539px)
{
div.download-wizard {
height: auto;
}
div.download-wizard h2 {
padding-bottom: 16px; font-size: 154%; margin-top: 5px;
}
}
div.product-bundles .bundle-heading {
color: rgb(51, 51, 51); margin-bottom: 10px;
}
div.product-bundles .bundle-list table {
width: 100%; border-collapse: collapse;
}
div.product-bundles table td {
border-style: solid none none; padding: 15px 0px; vertical-align: top; border-top-color: rgb(210, 210, 210); border-top-width: 1px;
}
div.product-bundles table td img {
vertical-align: text-top;
}
div.product-bundles table td.td-check {
width: 28px; line-height: 1.85em; padding-right: 8px;
}
div.product-bundles table td.td-check input {
margin: 0px; padding: 0px; vertical-align: text-top;
}
div.product-bundles table td.td-icon {
width: 56px; line-height: 1.85em; padding-right: 8px;
}
div.product-bundles table td.td-info {
width: 25px; line-height: 1.85em; padding-left: 5px;
}
div.product-bundles div.bundle-list {
height: 300px; overflow: auto; margin-bottom: 10px;
}
div.product-bundles div.bundle-list p.bundle-title {
font-size: 124%; font-weight: bold;
}
div.product-bundles div.bundle-list p.bundle-desc {
padding: 13px 0px 0px;
}
div.product-bundles div.bundle-list .bundle-filesize {
padding-top: 5px;
}
div.product-bundles div.download-summary div.summary-list {
color: rgb(51, 51, 51);
}
div.product-bundles div.download-summary div.summary-footer {
color: rgb(51, 51, 51); font-family: wf_segoe-ui_semibold,"Segoe UI Semibold","Segoe WP Semibold",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif;
}
@media screen and (max-width:899px)
{
div.product-bundles .bundle-list .td-icon {
display: none;
}
div.product-bundles div.bundle-list {
height: auto;
}
}
@media screen and (max-width:539px)
{
div.product-bundles div.bundle-list p.bundle-desc {
display: none;
}
div.product-bundles div.bundle-list .td-info {
display: none;
}
div.product-bundles table td {
padding: 15px 0px 5px;
}
}
div.wizard-footer {
clear: both;
}
div.download-summary {
padding: 30px; color: rgb(51, 51, 51); line-height: 1.25em; overflow: hidden; background-color: rgb(243, 243, 243);
}
div.chooseFile div.download-summary {
font-size: 81%;
}
div.download-summary table {
font-size: 100%;
}
div.download-summary .title {
font-size: 123%;
}
div.download-summary .summary-list {
border-style: none none solid; height: 224px; overflow: auto; padding-bottom: 8px; margin-top: 20px; margin-bottom: 13px; border-bottom-color: rgb(210, 210, 210); border-bottom-width: 1px;
}
div.download-summary table td {
padding: 0px; border: 0px currentColor; border-image: none;
}
div.download-summary table td.td-no {
padding-right: 5px; vertical-align: top;
}
div.download-summary .summary-footer {
font-weight: bold;
}
div.install-dlm p.desc {
margin: 5px 0px 23px; font-weight: bold;
}
div.install-dlm .subtitle {
margin-bottom: 5px;
}
div.install-dlm div.additional {
height: 170px; overflow: auto; margin-bottom: 10px;
}
div.install-dlm div.additional div.additional li {
margin-bottom: 7px;
}
div.install-dlm div.additional div.suggest {
margin-top: 28px;
}
div.install-dlm div.additional div.suggest ul {
margin-top: 5px;
}
div.install-dlm div.additional div.suggest li {
margin-top: 10px;
}
div.install-dlm .dlm-choice-title {
margin-bottom: 10px;
}
div.install-dlm .wizard-choice {
margin-top: 28px; margin-bottom: 5px;
}
div.install-dlm div.benifit ul {
padding-left: 15px; list-style-type: disc;
}
div.install-dlm div.benifit ul li {
margin-bottom: 7px;
}
div.install-dlm div.benifit {
margin-top: 30px;
}
div.wizard-footer div.dlm-warn-link {
float: left; position: relative;
}
div.wizard-footer div.dlm-warn-link a.warn-desc {
height: 2em; color: rgb(21, 112, 166); line-height: 2em; padding-left: 30px; display: block; position: relative;
}
div.wizard-footer div.dlm-warn-link .arrow-icon {
background: url("/en-us/CMSImages/icon_arrow.png?version=45068e15-1f21-60f3-d03a-a98d7b2c00b7") no-repeat; left: 0px; width: 23px; height: 23px; position: absolute;
}
div.wizard-footer div.dlm-warn-link .moreinfo-detailcontainer {
height: 430px; text-align: left;
}
div.wizard-footer div.dlm-warn-link .moreinfo-detailcontainer .title {
color: rgb(51, 51, 51); line-height: 1.25em; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 234.37%; font-weight: normal; margin-top: 2px; margin-right: 41px; margin-left: 30px;
}
div.wizard-footer div.dlm-warn-link .moreinfo-detailcontainer .moreinfo-desc {
color: rgb(51, 51, 51); line-height: 1.25em; overflow: auto; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 100%; margin-top: 17px; margin-right: 41px; margin-left: 30px; max-height: 350px;
}
div.wizard-footer div.dlm-warn-link .moreinfo-detailcontainer .moreinfo-desc p {
padding: 10px 0px;
}
div.wizard-footer div.dlm-warn-link .moreinfo-detailcontainer .moreinfo-desc ul {
padding-left: 15px; list-style-type: disc;
}
@media screen and (max-width:899px) and (min-width:680px)
{
div.wizard-footer div.dlm-warn-link .moreinfo-detailcontainer .title {
font-size: 156.25%; margin-top: 7px;
}
}
@media screen and (max-width:679px) and (min-width:540px)
{
div.wizard-footer div.dlm-warn-link .moreinfo-detailcontainer .title {
font-size: 125%; margin-top: 0px;
}
div.wizard-footer div.dlm-warn-link .moreinfo-detailcontainer .moreinfo-desc {
margin-top: 9px; max-height: 360px;
}
}
@media screen and (max-width:539px)
{
div.install-dlm div.wizard-footer {
margin-top: 40px;
}
div.install-dlm div.wizard-footer div.dlm-warn-link {
text-align: left; margin-bottom: 20px; float: none;
}
div.install-dlm div.wizard-footer div.dlm-warn-link .moreinfo-detailcontainer .title {
font-size: 125%; margin-top: 8px;
}
div.install-dlm div.wizard-footer div.dlm-warn-link .moreinfo-desc {
margin-top: 9px; max-height: none;
}
}
div.mobileshare h2 {
color: rgb(51, 51, 51); line-height: 1.25em; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 230%; margin-bottom: 18px; min-height: 0px; _height: 0;
}
div.mobileshare .mobileshare-des {
color: rgb(51, 51, 51); margin-bottom: 22px;
}
div.mobileshare div.mobileshare-list {
margin: 0px 0px 18px; line-height: 1.25em;
}
div.mobileshare div.mobileshare-list {
height: 317px; overflow: auto;
}
div.mobileshare div.mobileshare-list table {
width: 100%; border-collapse: collapse;
}
div.mobileshare div.mobileshare-list table td {
padding: 12px 0px 13px;
}
div.mobileshare table .col1 {
width: 33px;
}
div.mobileshare table .col2 {
width: 50px;
}
div.mobileshare .col2 img {
width: 40px; height: 40px;
}
div.mobileshare table span {
color: rgb(51, 51, 51);
}
div.mobileshare div.wizard-footer a.unselected {
border: 1px solid rgb(234, 234, 234); border-image: none; color: rgb(163, 163, 163); font-family: wf_segoe-ui_semibold,"Segoe UI Semibold","Segoe WP Semibold",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; cursor: default; background-color: rgb(234, 234, 234);
}
@media screen and (max-width:539px)
{
div.mobileshare .mobileshare-des {
margin-bottom: 10px;
}
div.mobileshare h2 {
margin: 12px 0px 20px; font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 153%;
}
}
div.multifiles div.multifile-th {
padding: 0px 0px 5px; border-bottom-color: rgb(210, 210, 210); border-bottom-width: 1px; border-bottom-style: solid;
}
div.multifiles div.multifile-th div {
line-height: 2em; font-weight: bold; display: inline-block;
}
div.multifiles div.multifile-th .co2 {
float: right; min-width: 90px;
}
div.multifiles div.multifile-list .co1 {
width: 650px; margin-right: 5px; -ms-word-break: break-all;
}
div.multifiles div.multifile-list {
margin: 0px 0px 10px; line-height: 1.25em;
}
div.multifiles div.multifile-list {
height: 295px; overflow: auto;
}
div.multifiles div.multifile-list table {
width: 100%; border-collapse: collapse;
}
div.multifiles div.multifile-list table td {
border-style: none none solid; padding: 15px 0px; border-bottom-color: rgb(210, 210, 210); border-bottom-width: 1px;
}
div.multifiles input[type='checkbox'] {
margin-right: 8px; vertical-align: middle;
}
div.multifiles div.multifile-list table td span div.multifiles div.multifile-th div span {
vertical-align: middle;
}
div.multifiles div.wizard-footer a.unselected {
border: 1px solid rgb(238, 238, 238); border-image: none; color: rgb(163, 163, 163); cursor: default; background-color: rgb(238, 238, 238);
}
div.multifiles .mobile-only {
display: none;
}
@media screen and (max-width:539px)
{
div.multifiles div.multifile-list {
height: auto;
}
div.multifiles .mobile-hide {
display: none !important;
}
div.multifiles .mobile-only {
display: block;
}
}
.download-wizard .regsys .regsys-main {
padding-bottom: 10px;
}
.download-wizard .regsys .wizard-choice {
padding-top: 35px;
}
.download-wizard .regsys .wizard-choice .regsys-choice-title {
padding-bottom: 15px; font-size: 123%;
}
@media screen and (max-width:539px)
{
.download-wizard .regsys .wizard-footer {
margin-top: 28px;
}
}
div.windows-update div.wizard-desc {
padding-bottom: 28px;
}
div.windows-update div.wizard-wu-content {
height: 363px; margin-bottom: 10px;
}
@media screen and (max-width:539px)
{
div.windows-update div.wizard-wu-content {
min-height: 0px; _height: 0;
}
div.windows-update .wizard-subtitle {
padding-bottom: 6px;
}
div.windows-update div.wizard-desc {
padding-bottom: 18px;
}
div.windows-update div.wizard-footer {
margin-top: 40px;
}
}
.superproduct-wizard {
padding: 52px 5% 30px; color: rgb(51, 51, 51); font-weight: normal; background-color: rgb(238, 238, 238);
}
.superproduct-wizard b {
font-weight: bold;
}
.superproduct-msg-title {
color: rgb(51, 51, 51); line-height: 1.25em; padding-bottom: 38px; font-size: 187.5%;
}
.superproduct-msg-des {
line-height: 1.25em; padding-bottom: 38px; font-size: 100%;
}
.superproduct-msg-des-radio {
line-height: 1.25em; padding-bottom: 38px; font-size: 100%;
}
.superproduct-msg-prompt {
line-height: 1.25em; padding-bottom: 27px; font-size: 125%;
}
.superproduct-choosebits-list {
line-height: 1.25em; padding-bottom: 15px; font-size: 81.25%;
}
div.superproduct-wizard td {
padding-bottom: 18px; vertical-align: top;
}
div.superproduct-wizard td.product-name {
padding-top: 6px;
}
div.superproduct-wizard td input {
width: 23px; height: 23px; font-size: 81.25%; margin-right: 5px; margin-left: 0px;
}
div.superproduct-wizard .disabled {
color: rgb(150, 150, 150); cursor: default; background-color: rgb(210, 210, 210);
}
div.superproduct-wizard .enabled {
color: rgb(255, 255, 255); cursor: pointer; background-color: rgb(21, 112, 166);
}
div.superproduct-wizard .nextbtn-wrapper {
border: 1px solid rgb(238, 238, 238); border-image: none; display: inline-block;
}
div.superproduct-wizard .nextbtn {
border: currentColor; border-image: none; width: 86px; height: 30px; font-size: 81.25%;
}
div.superproduct-submit {
padding-top: 44px;
}
div.superproduct-wizard .hr {
padding-bottom: 20px; border-top-color: rgb(210, 210, 210); border-top-width: 1px; border-top-style: solid;
}
div.superproduct-wizard .green {
color: rgb(0, 114, 51);
}
div.superproduct-submit {
text-align: right;
}
div.superproduct-wizard .hidden {
display: none; visibility: hidden;
}
@media screen and (max-width:899px)
{
div.superproduct-wizard {
padding-top: 45px;
}
div.superproduct-msg-title {
font-size: 156%;
}
div.superproduct-msg-des {
font-size: 81.25%;
}
div.superproduct-msg-des-radio {
font-size: 81.25%;
}
div.superproduct-msg-prompt {
margin-top: -10px;
}
div.superproduct-submit {
padding-top: 24px;
}
}
@media screen and (max-width:679px)
{
div.superproduct-msg-title {
font-size: 125%;
}
}
@media screen and (max-width:539px)
{
div.superproduct-wizard {
padding-top: 25px;
}
div.superproduct-submit {
padding-top: 0px; margin-top: -7px;
}
div.superproduct-msg-des-radio {
margin-top: -15px;
}
div.superproduct-choosebits-list {
padding-bottom: 8px; margin-top: -10px;
}
div.superproduct-msg-prompt {
padding-bottom: 33px; font-size: 100%;
}
}
#title-background {
padding: 25px 0px; left: 0px; width: 100%; display: none; z-index: -1;
}
.lt-ie8 #title-background {
padding: 26px 0px;
}
#title-bar {
padding: 25px 0px 20px; vertical-align: middle; display: table;
}
#title-bar .FamilyIcon {
width: 50px; height: 50px; vertical-align: middle; float: none; display: table-cell;
}
#title-bar .FamilyIcon img {
padding-right: 10px; max-width: none;
}
#title-bar .FamilyName {
width: 100%; height: 50px; vertical-align: middle; float: none; display: table-cell;
}
#title-bar .FamilyName h1 {
color: rgb(255, 255, 255); line-height: 1.25em; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 187.5%; max-width: 1000px;
}
.popular-download-title {
padding-bottom: 10px; margin-top: 45px;
}
.popular-download-title h2 {
font-weight: lighter;
}
#popular-download {
border-top-color: rgb(210, 210, 210); border-top-width: 1px; border-top-style: solid;
}
.top-pick-title h2 {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 125%; margin-top: 40px; margin-bottom: 25px;
}
#top-pick {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 81.25%;
}
#top-pick {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 81.25%;
}
#top-pick .image-link {
width: auto; padding-bottom: 8px; float: left;
}
#top-pick .item-content {
width: auto; margin-left: 85px; float: none; position: relative;
}
#top-pick .description {
color: rgb(51, 51, 51); padding-bottom: 17px; display: inline-block;
}
#top-pick .item-content h3 {
color: rgb(21, 112, 166); font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 123.07%;
}
.click-to-action .arrow-icon {
background: url("/CMSImages/icon_arrow.png?version=45068e15-1f21-60f3-d03a-a98d7b2c00b7") no-repeat 0% 50%;
}
.click-to-action span.arrow-icon {
margin: 0px; padding: 0px; border: 1px solid transparent; border-image: none; left: 0px; width: 26px; height: 24px; overflow: hidden; position: absolute; _display: none;
}
.click-to-action a {
margin: 30px 0px 0px; padding: 2px 0px 2px 30px; line-height: 24px; min-height: 24px;
}
.microsoft-recommends {
padding: 44px 0px 9px;
}
.microsoft-recommends .title {
color: rgb(51, 51, 51); font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 81.25%;
}
.microsoft-recommends .recommend-words {
color: rgb(51, 51, 51); line-height: 100%; padding-top: 25px; font-family: wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif; font-size: 187%;
}
.microsoft-recommends .recommend-words .recommend-words-semibold {
font-family: wf_segoe-ui_semibold,"Segoe UI Semibold","Segoe WP Semibold",wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif;
}
.microsoft-recommends .recommend-description {
padding: 7px 0px; color: rgb(114, 114, 114); font-size: 100%;
}
.microsoft-recommends .call-to-action {
font-size: 81.25%;
}
.microsoft-recommends .call-to-action img {
float: left;
}
.microsoft-recommends .call-to-action .call-to-action-link {
width: 50%; line-height: 25px; padding-left: 10px; float: left;
}
@media screen and (max-width:539px)
{
.popular-download-title {
margin-top: 28px;
}
.microsoft-recommends {
display: none;
}
#title-background {
padding: 12.5px 0px;
}
#title-bar {
padding: 12.5px 0px;
}
#title-bar .FamilyIcon {
display: none;
}
#top-pick .image-link {
display: none;
}
.CSPvNext #top-pick .item-content {
margin-left: 0px;
}
#title-bar .FamilyName h1 {
font-size: 125%;
}
}
div .pager {
width: 100%; font-size: 0.81em; margin-right: 0px; margin-left: 0px; float: left;
}
div .pager_items {
margin-top: 1em; margin-right: 0px; margin-left: 0px;
}
div .pager_items .pager_current {
height: 2em; text-align: center; color: rgb(255, 255, 255); line-height: 1.8em; padding-right: 0.8em; padding-left: 0.8em; vertical-align: middle; display: inline-block; cursor: pointer; background-color: rgb(21, 112, 166);
}
div .pager_items a {
height: 2em; text-align: center; color: rgb(0, 68, 204); line-height: 1.8em; padding-right: 0.8em; padding-left: 0.8em; vertical-align: middle; display: inline-block;
}
div .pager_items a:hover {
background-color: rgb(210, 235, 249);
}
div .pager a:link {
text-decoration: none;
}
a:active {
text-decoration: none;
}
.pager_perpage {
margin: 0.76em 0px 0px; float: right;
}
div .pager a.pager_prious:hover {
background-color: rgb(255, 255, 255);
}
div .pager a.page_next:hover {
background-color: rgb(255, 255, 255);
}
.pager .next-page {
background: url("/en-us/CMSImages/Link_Arrowright_21x21.png?version=76B9A648-E9F9-675B-8FE0-33EC205C6AE1") no-repeat center; border: 1px solid transparent; border-image: none; width: 23px; height: 23px; vertical-align: middle; display: inline-block; box-sizing: border-box;
}
.pager .next-page:hover {
background: url("/en-us/CMSImages/mouseoverLinkarrowright.png?version=845d1492-da24-2dd6-6920-8fcb259f92ce") no-repeat center;
}
.pager .last-page {
background: url("/en-us/CMSImages/Link_Arrowleft_21x21.png?version=a8a97b90-8d9f-b29b-4d55-77fd2b30c991") no-repeat center; border: 1px solid transparent; border-image: none; width: 23px; height: 23px; vertical-align: middle; display: inline-block; box-sizing: border-box;
}
.pager .last-page:hover {
background: url("/en-us/CMSImages/mouseoverLinkarrowleft.png?version=ee5077d0-947d-0abe-52ec-22858a214294") no-repeat center;
}
.pager .pager_prious {
width: auto; height: auto;
}
.pager .page_next {
width: auto; height: auto;
}
.msstore {
font-family: wf_segoe-ui_normal,"Segoe UI",Segoe,"Segoe WP",Tahoma,Verdana,Arial,sans-serif;
}
.msstore_content .msstore_title {
margin-bottom: 15px;
}
@media screen and (max-width:899px) and (min-width:540px)
{
.msstore_content .msstore_title {
margin-bottom: 30px;
}
}
@media screen and (max-width:539px)
{
.msstore_content .msstore_title {
margin-top: 21px;
}
}
.msstore_title h2 {
color: rgb(51, 51, 51); font-size: 1.25em; font-weight: normal;
}
.msstore_clip_item .row-fluid .msstore_clip_image {
width: 70px; height: 70px; text-align: center; display: table; position: absolute;
}
.msstore_clip_image .imagecontainer {
height: 70px; vertical-align: middle; display: table-cell;
}
.msstoreimga img {
border-width: 0px; padding-right: 0px; padding-left: 0px;
}
.msstore_clip_item {
margin-bottom: 20px;
}
.msstore_clip_item .row-fluid .msstore_clip_desc {
width: 100%; height: 70px; line-height: 1.25em; padding-right: 70px; padding-left: 30px; margin-left: 70px; display: table; min-height: 70px;
}
.msstore_clip_desc .textcontainer {
vertical-align: middle; display: table-cell;
}
.msstore_clip_desc a {
line-height: 0.78em; font-size: 0.82em;
}
.msstore_clip_desc a {
text-decoration: none;
}
.msstore_clip_desc a:link {
text-decoration: none;
}
.msstore_clip_desc a:visited {
text-decoration: none;
}
.msstore_clip_desc a:active {
text-decoration: none;
}
.msstore_clip_desc a:hover {
text-decoration: underline;
}
.msstore_seemore {
margin-top: 5px; margin-bottom: 7px;
}
@media screen and (max-width:899px) and (min-width:540px)
{
.msstore_seemore {
margin-bottom: 25px;
}
}
@media screen and (min-width:900px)
{
.msstore_seemore {
padding-left: 100px;
}
}
.msstore_seemore .arrowicon {
padding: 0px; border: 1px solid transparent; border-image: none; width: 23px; height: 23px; margin-right: 5px; float: left; background-image: url("/CMSImages/icon_to_right_arrow.png?version=bd7dde14-4e76-47b0-ab46-c26f51fb656b");
}
.msstore_seemore img {
margin-bottom: -5px;
}
.msstore_seemore a {
padding-top: 2px; padding-bottom: 2px; font-size: 0.82em;
}
.msstore_seemore a {
text-decoration: none;
}
.msstore_seemore a:link {
text-decoration: none;
}
.msstore_seemore a:visited {
text-decoration: none;
}
.msstore_seemore a:active {
text-decoration: none;
}
.msstore_seemore a:hover {
text-decoration: underline;
}
.msstore_clip_price {
color: rgb(225, 51, 0); line-height: 1.25em; font-size: 1.1em;
}
div .Star {
width: 72px; height: 16px;
}
div .StarBackground {
width: 72px; height: 16px;
}
div .StarOverlay {
top: -16px; height: 16px; overflow: hidden; position: relative;
}
.msstore_defaultimg {
display: none !important;
}
.CSPvNext .row-fluid > .msstore_clip_item {
margin-left: 0px;
}
.msstore_seemore_leftcol {
min-height: 1px;
}
@media screen and (max-width:899px)
{
.msstore_clip_item .row-fluid .msstore_seemore {
margin-left: 0px;
}
}
.CSPvNext .row-fluid .msstore_content {
margin-left: 0px;
}
.msstoreie7 {
} | 0.282295 | 0.060335 |
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900");
@-ms-viewport {
width: device-width; }
html {
box-sizing: border-box;
font-size: 13pt;
-webkit-tap-highlight-color: transparent;
-webkit-font-smoothing: antialiased; }
body {
-ms-overflow-style: scrollbar;
line-height: 1;
-webkit-text-size-adjust: none;
-webkit-font-smoothing: antialiased; }
html, body {
width: 100%;
height: 100%; }
*, *:before, *:after {
box-sizing: inherit; }
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; }
ol, ul {
list-style: none; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
content: none; }
input::-moz-focus-inner {
border: 0;
padding: 0; }
input, select, textarea {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none; }
body, input, select, textarea, button {
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
font-size: 1rem;
line-height: 1.65; }
section {
position: relative; }
a {
-moz-transition: color 0.2s ease-in-out;
-webkit-transition: color 0.2s ease-in-out;
-ms-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
text-decoration: underline; }
h1, h2, h3, h4, h5, h6 {
color: #010521;
line-height: 1.1; }
h1 {
font-size: 56px;
font-weight: bold; }
h2 {
font-size: 40px;
font-weight: 600; }
h3 {
font-size: 36px;
font-weight: 400; }
h4 {
font-size: 36px;
font-weight: 400; }
h5 {
font-size: 26px; }
p {
font-size: 20px;
line-height: 1.5;
color: #5d657e; }
footer {
padding: 50px 20px;
background-image: linear-gradient(to right, #4458dc 0%, #854fee 100%), radial-gradient(circle at top left, #4458dc, #854fee); }
.frame-wrapper {
max-width: 1048px;
padding: 0px 20px;
margin: auto; }
.image-container img {
width: 100%;
display: inline-block; }
.image-container img.max-limit {
max-width: 350px; }
.app__header {
max-width: 740px;
padding: 20px;
margin: auto;
text-align: center;
background: #fff; }
.stack-card {
width: 140px;
height: 100px;
margin: 0px 20px 30px 0px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid transparent;
box-shadow: 0 8px 30px rgba(118, 85, 225, 0.15); }
.stack-card img {
max-width: 80px;
display: inline-block; }
.stack-card:hover {
cursor: text; }
.call-icon {
width: 60px;
height: 60px; }
.call-icon img {
width: 100%;
display: inline-block; }
.primary-btn, .secondary-btn {
font-size: 14px;
font-weight: 600;
padding: 7px 35px;
border-radius: 25px;
border: initial;
outline: none; }
.primary-btn:hover, .secondary-btn:hover {
cursor: pointer; }
.primary-btn {
background-color: #6c63ff;
color: #FFF;
box-shadow: 0 10px 30px rgba(118, 85, 225, 0.3); }
.secondary-btn {
background-color: #FFF;
color: #6c63ff;
border: 1px solid #6c63ff; }
.app-fixed__line {
width: 100%;
height: 3px;
position: fixed;
background-color: #6c63ff;
z-index: 1000; }
.line-helper {
width: 50%;
height: 2px;
background: #010521;
margin: 0px 20px;
border-radius: 2px; }
.highlighter-container {
position: absolute;
top: 50px;
left: -115px; }
.highlighter-container .highlighter {
font-size: 110px;
color: rgba(93, 101, 126, 0.09); }
.highlighter-container .box-highlighter {
width: 90px;
height: 175px;
border: 5px solid rgba(93, 101, 126, 0.09);
margin-top: -130px;
border-left: initial; }
.hlp-line {
width: 80%;
position: absolute;
height: 2px;
border-radius: 2px;
background: rgba(222, 222, 222, 0.49);
top: 20px;
z-index: -1; }
.primary-highlight__txt {
position: relative;
font-size: 125px;
color: #6c63ff; }
.primary-highlight__txt .extra {
position: absolute;
font-size: 40px;
top: 25px; }
.secondary-highlight__txt {
font-size: 24px;
color: #010521;
font-weight: 600;
line-height: 1.2; }
.dashed-box {
width: 135px;
height: 150px;
border: 2px dashed #ddd; }
.wrkng-txt {
margin-left: -76px; }
.call-txt {
font-size: 30px;
color: #6c63ff; }
.call-txt__header {
font-size: 24px;
color: #5d657e; }
.txt-align__right {
text-align: right; }
.txt-justify {
text-align: justify; }
.arrow-grid {
display: flex;
align-items: center;
justify-content: center; }
.big-arrow {
display: block; }
.small-arrow {
display: none; }
.recognising-text {
margin-left: auto; }
.footer-details {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: #fff; }
.footer-header {
font-size: 26px;
text-transform: uppercase;
font-weight: 600;
color: #fff;
margin-bottom: 25px; }
.footer-following {
display: flex;
flex-wrap: auto;
margin-bottom: 25px; }
.following-item {
margin: 0px 10px; }
.following-item .fa {
font-size: 34px;
color: #fff; }
.developed-by {
text-align: center; }
.column-grid, .two-column-grid__fluid, .two-column-grid__fixed, .two-column-grid__fixed--reverse {
width: 100%;
position: relative;
display: flex;
flex-direction: row;
align-items: center;
padding-right: 15px; }
.column-grid {
justify-content: space-between; }
.column-grid .grid-item {
max-width: 200px;
text-align: center;
padding-left: 15px; }
.two-column-grid__fluid {
justify-content: space-between; }
.two-column-grid__fluid .grid-item {
width: 50%;
padding-left: 15px; }
.two-column-grid__fluid .grid-item.centered {
justify-content: center; }
.two-column-grid__fixed, .two-column-grid__fixed--reverse {
justify-content: space-between; }
.two-column-grid__fixed .grid-item, .two-column-grid__fixed--reverse .grid-item {
width: 47%;
padding-left: 15px; }
.normal-grid__column {
display: flex;
flex-direction: row;
align-items: center; }
.normal-grid__row {
display: flex;
flex-direction: column;
align-items: center; }
.wrap-grid {
display: flex;
flex-wrap: wrap; }
.fixed-grid__column {
display: flex;
flex-direction: column;
align-items: center; }
.fixed-grid__column.align-left {
align-items: left; }
.fixed-grid__row {
display: flex;
flex-direction: row;
align-items: center; }
.ptb-100 {
padding-top: 100px;
padding-bottom: 100px; }
.mtb-100 {
margin-top: 100px;
margin-bottom: 100px; }
.mb-5 {
margin-bottom: 5px; }
.mb-10 {
margin-bottom: 10px; }
.mb-15 {
margin-bottom: 15px; }
.mb-20 {
margin-bottom: 20px; }
.mb-25 {
margin-bottom: 25px; }
.mb-30 {
margin-bottom: 30px; }
.mb-50 {
margin-bottom: 50px; }
.mb-60 {
margin-bottom: 60px; }
.mb-100 {
margin-bottom: 100px; }
.mr-15 {
margin-right: 15px; }
.mr-20 {
margin-right: 20px; }
.mr-25 {
margin-right: 25px; }
.mr-45 {
margin-right: 45px; }
.hidden {
opacity: 0; }
.z-position {
z-index: 10; }
.animate-fadeup {
opacity: 0; }
.animate-slide-left {
opacity: 0; }
.fade-up {
animation: fade-up 1.2s; }
.slide-left {
animation: slide-left 1s; }
@keyframes slide-left {
from {
opacity: 0.2;
transform: translateX(-50px); }
to {
opacity: 1; } }
@keyframes fade-up {
from {
opacity: 0.2;
transform: translateY(50px); }
to {
opacity: 1; } }
@media only screen and (max-width: 789px) {
.two-column-grid__fluid, .two-column-grid__fixed--reverse {
flex-direction: column-reverse; }
.two-column-grid__fixed, .column-grid {
flex-direction: column; }
.two-column-grid__fluid, .two-column-grid__fixed, .two-column-grid__fixed--reverse, .column-grid {
padding-right: 0px; }
.two-column-grid__fluid .grid-item, .two-column-grid__fixed .grid-item, .two-column-grid__fixed--reverse .grid-item, .column-grid .grid-item {
width: 100%;
text-align: center;
margin-bottom: 10px; }
.normal-grid__column {
justify-content: center; }
.arrow-grid {
padding: 50px 0px;
margin-bottom: 50px; }
.header-image {
max-width: 450px; }
.big-arrow {
display: none; }
.small-arrow {
display: block; }
.txt-align__right {
text-align: center; }
.ptb-100 {
padding-top: 50px;
padding-bottom: 50px; }
.mb-100 {
margin-bottom: 50px; }
.recognising-text {
margin-left: initial; }
.recognising-text:last-child {
margin-bottom: 50px; }
.highlighter-container {
top: 260px;
left: 0px; } }
@media only screen and (max-width: 469px) {
.highlighter-container {
top: 230px; }
p {
text-align: justify; } }
/*# sourceMappingURL=main.css.map */ | assets/css/main.css | @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900");
@-ms-viewport {
width: device-width; }
html {
box-sizing: border-box;
font-size: 13pt;
-webkit-tap-highlight-color: transparent;
-webkit-font-smoothing: antialiased; }
body {
-ms-overflow-style: scrollbar;
line-height: 1;
-webkit-text-size-adjust: none;
-webkit-font-smoothing: antialiased; }
html, body {
width: 100%;
height: 100%; }
*, *:before, *:after {
box-sizing: inherit; }
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; }
ol, ul {
list-style: none; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
content: none; }
input::-moz-focus-inner {
border: 0;
padding: 0; }
input, select, textarea {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none; }
body, input, select, textarea, button {
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
font-size: 1rem;
line-height: 1.65; }
section {
position: relative; }
a {
-moz-transition: color 0.2s ease-in-out;
-webkit-transition: color 0.2s ease-in-out;
-ms-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
text-decoration: underline; }
h1, h2, h3, h4, h5, h6 {
color: #010521;
line-height: 1.1; }
h1 {
font-size: 56px;
font-weight: bold; }
h2 {
font-size: 40px;
font-weight: 600; }
h3 {
font-size: 36px;
font-weight: 400; }
h4 {
font-size: 36px;
font-weight: 400; }
h5 {
font-size: 26px; }
p {
font-size: 20px;
line-height: 1.5;
color: #5d657e; }
footer {
padding: 50px 20px;
background-image: linear-gradient(to right, #4458dc 0%, #854fee 100%), radial-gradient(circle at top left, #4458dc, #854fee); }
.frame-wrapper {
max-width: 1048px;
padding: 0px 20px;
margin: auto; }
.image-container img {
width: 100%;
display: inline-block; }
.image-container img.max-limit {
max-width: 350px; }
.app__header {
max-width: 740px;
padding: 20px;
margin: auto;
text-align: center;
background: #fff; }
.stack-card {
width: 140px;
height: 100px;
margin: 0px 20px 30px 0px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid transparent;
box-shadow: 0 8px 30px rgba(118, 85, 225, 0.15); }
.stack-card img {
max-width: 80px;
display: inline-block; }
.stack-card:hover {
cursor: text; }
.call-icon {
width: 60px;
height: 60px; }
.call-icon img {
width: 100%;
display: inline-block; }
.primary-btn, .secondary-btn {
font-size: 14px;
font-weight: 600;
padding: 7px 35px;
border-radius: 25px;
border: initial;
outline: none; }
.primary-btn:hover, .secondary-btn:hover {
cursor: pointer; }
.primary-btn {
background-color: #6c63ff;
color: #FFF;
box-shadow: 0 10px 30px rgba(118, 85, 225, 0.3); }
.secondary-btn {
background-color: #FFF;
color: #6c63ff;
border: 1px solid #6c63ff; }
.app-fixed__line {
width: 100%;
height: 3px;
position: fixed;
background-color: #6c63ff;
z-index: 1000; }
.line-helper {
width: 50%;
height: 2px;
background: #010521;
margin: 0px 20px;
border-radius: 2px; }
.highlighter-container {
position: absolute;
top: 50px;
left: -115px; }
.highlighter-container .highlighter {
font-size: 110px;
color: rgba(93, 101, 126, 0.09); }
.highlighter-container .box-highlighter {
width: 90px;
height: 175px;
border: 5px solid rgba(93, 101, 126, 0.09);
margin-top: -130px;
border-left: initial; }
.hlp-line {
width: 80%;
position: absolute;
height: 2px;
border-radius: 2px;
background: rgba(222, 222, 222, 0.49);
top: 20px;
z-index: -1; }
.primary-highlight__txt {
position: relative;
font-size: 125px;
color: #6c63ff; }
.primary-highlight__txt .extra {
position: absolute;
font-size: 40px;
top: 25px; }
.secondary-highlight__txt {
font-size: 24px;
color: #010521;
font-weight: 600;
line-height: 1.2; }
.dashed-box {
width: 135px;
height: 150px;
border: 2px dashed #ddd; }
.wrkng-txt {
margin-left: -76px; }
.call-txt {
font-size: 30px;
color: #6c63ff; }
.call-txt__header {
font-size: 24px;
color: #5d657e; }
.txt-align__right {
text-align: right; }
.txt-justify {
text-align: justify; }
.arrow-grid {
display: flex;
align-items: center;
justify-content: center; }
.big-arrow {
display: block; }
.small-arrow {
display: none; }
.recognising-text {
margin-left: auto; }
.footer-details {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: #fff; }
.footer-header {
font-size: 26px;
text-transform: uppercase;
font-weight: 600;
color: #fff;
margin-bottom: 25px; }
.footer-following {
display: flex;
flex-wrap: auto;
margin-bottom: 25px; }
.following-item {
margin: 0px 10px; }
.following-item .fa {
font-size: 34px;
color: #fff; }
.developed-by {
text-align: center; }
.column-grid, .two-column-grid__fluid, .two-column-grid__fixed, .two-column-grid__fixed--reverse {
width: 100%;
position: relative;
display: flex;
flex-direction: row;
align-items: center;
padding-right: 15px; }
.column-grid {
justify-content: space-between; }
.column-grid .grid-item {
max-width: 200px;
text-align: center;
padding-left: 15px; }
.two-column-grid__fluid {
justify-content: space-between; }
.two-column-grid__fluid .grid-item {
width: 50%;
padding-left: 15px; }
.two-column-grid__fluid .grid-item.centered {
justify-content: center; }
.two-column-grid__fixed, .two-column-grid__fixed--reverse {
justify-content: space-between; }
.two-column-grid__fixed .grid-item, .two-column-grid__fixed--reverse .grid-item {
width: 47%;
padding-left: 15px; }
.normal-grid__column {
display: flex;
flex-direction: row;
align-items: center; }
.normal-grid__row {
display: flex;
flex-direction: column;
align-items: center; }
.wrap-grid {
display: flex;
flex-wrap: wrap; }
.fixed-grid__column {
display: flex;
flex-direction: column;
align-items: center; }
.fixed-grid__column.align-left {
align-items: left; }
.fixed-grid__row {
display: flex;
flex-direction: row;
align-items: center; }
.ptb-100 {
padding-top: 100px;
padding-bottom: 100px; }
.mtb-100 {
margin-top: 100px;
margin-bottom: 100px; }
.mb-5 {
margin-bottom: 5px; }
.mb-10 {
margin-bottom: 10px; }
.mb-15 {
margin-bottom: 15px; }
.mb-20 {
margin-bottom: 20px; }
.mb-25 {
margin-bottom: 25px; }
.mb-30 {
margin-bottom: 30px; }
.mb-50 {
margin-bottom: 50px; }
.mb-60 {
margin-bottom: 60px; }
.mb-100 {
margin-bottom: 100px; }
.mr-15 {
margin-right: 15px; }
.mr-20 {
margin-right: 20px; }
.mr-25 {
margin-right: 25px; }
.mr-45 {
margin-right: 45px; }
.hidden {
opacity: 0; }
.z-position {
z-index: 10; }
.animate-fadeup {
opacity: 0; }
.animate-slide-left {
opacity: 0; }
.fade-up {
animation: fade-up 1.2s; }
.slide-left {
animation: slide-left 1s; }
@keyframes slide-left {
from {
opacity: 0.2;
transform: translateX(-50px); }
to {
opacity: 1; } }
@keyframes fade-up {
from {
opacity: 0.2;
transform: translateY(50px); }
to {
opacity: 1; } }
@media only screen and (max-width: 789px) {
.two-column-grid__fluid, .two-column-grid__fixed--reverse {
flex-direction: column-reverse; }
.two-column-grid__fixed, .column-grid {
flex-direction: column; }
.two-column-grid__fluid, .two-column-grid__fixed, .two-column-grid__fixed--reverse, .column-grid {
padding-right: 0px; }
.two-column-grid__fluid .grid-item, .two-column-grid__fixed .grid-item, .two-column-grid__fixed--reverse .grid-item, .column-grid .grid-item {
width: 100%;
text-align: center;
margin-bottom: 10px; }
.normal-grid__column {
justify-content: center; }
.arrow-grid {
padding: 50px 0px;
margin-bottom: 50px; }
.header-image {
max-width: 450px; }
.big-arrow {
display: none; }
.small-arrow {
display: block; }
.txt-align__right {
text-align: center; }
.ptb-100 {
padding-top: 50px;
padding-bottom: 50px; }
.mb-100 {
margin-bottom: 50px; }
.recognising-text {
margin-left: initial; }
.recognising-text:last-child {
margin-bottom: 50px; }
.highlighter-container {
top: 260px;
left: 0px; } }
@media only screen and (max-width: 469px) {
.highlighter-container {
top: 230px; }
p {
text-align: justify; } }
/*# sourceMappingURL=main.css.map */ | 0.372049 | 0.076511 |
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:300,500');
*{
padding: 0;
margin: 0;
font-family: 'Roboto', sans-serif;
font-size: 14px;
color:#333;
transition: background-color 0.5s ease, padding 0.5s ease;
}
html, body{
width: 100%;
max-width: 100%;
height: 100vh;
min-height: 100vh;
overflow-x: hidden;
overflow-y: auto;
background-color: #34495E;
}
h1,h2,h3,h4,h5,h6{
margin: 0;
line-height: initial;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
}
#wrapper{
position: absolute;
width: 100%;
max-width: 100%;
}
#top-menu{
position: fixed;
width: 100%;
z-index: 9999;
}
#top-menu > .navbar{
height: auto;
padding: 50px;
padding-top: 20px;
padding-bottom: 0;
border-radius: 0;
border: none;
background-color: transparent;
color: #FFF;
}
#top-menu > .scrolled{
background-color: rgba(255,255,255,1);
color: #333;
padding-top: 10px;
padding-bottom: 10px;
box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
#top-menu > .scrolled *{
color: #333!important;
}
#top-menu > .navbar .container-fluid{
padding: 0;
}
#top-menu .navbar-brand{
margin: 0;
font-weight: 700;
font-size: 28px;
font-family: 'Roboto Condensed', sans-serif;
color: #FFF;
}
#top-menu .nav > li > a{
color: #fff;
font-weight: 300;
letter-spacing: .5px;
font-weight: 500;
}
@media(max-width: 992px){
#top-menu > .navbar{
padding-left: 45px;
}
}
@media(max-width: 768px){
#top-menu > .navbar{
padding-left: 35px;
}
#top-menu .navbar-brand{
font-size: 22px;
}
}
.section{
position: relative;
}
#sec-footer{
padding: 50px;
padding-bottom: 30px;
background-color: #333;
}
.sitemap{
padding-left: 25px;
margin-bottom: 20px;
}
.sitemap > li{
display: block;
list-style: none;
font-weight: 300;
font-size: 9pt;
color: #FFF;
}
.sitemap > li > a{
color: #FFF;
}
.sitemap > li > .fa{
display: inline-block;
color: #FFF!important;
font-size: 16pt;
margin-right: 10px;
margin-top: 10px;
}
.sitemap-title *{
margin-bottom: 8px;
font-size: 12pt;
}
.copyright{
display: block;
clear: both;
width: 100%;
text-align: left;
padding-top:10px;
font-weight: 300;
border-top: 1px #CCC solid;
}
.copyright, .copyright *{
color: #FFF;
}
.pengumuman{
position: fixed;
width: 100%;
padding: 2px 10px;
padding-top: 5px;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0,0,0,.8);
overflow:hidden;
}
.pengumuman-list{
padding: 0;
}
.pengumuman-list > li{
display: inline;
list-style: none;
color: #FFF;
vertical-align: middle;
margin-right: 5px;
} | assets/css/theme-homepage.css | @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:300,500');
*{
padding: 0;
margin: 0;
font-family: 'Roboto', sans-serif;
font-size: 14px;
color:#333;
transition: background-color 0.5s ease, padding 0.5s ease;
}
html, body{
width: 100%;
max-width: 100%;
height: 100vh;
min-height: 100vh;
overflow-x: hidden;
overflow-y: auto;
background-color: #34495E;
}
h1,h2,h3,h4,h5,h6{
margin: 0;
line-height: initial;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
}
#wrapper{
position: absolute;
width: 100%;
max-width: 100%;
}
#top-menu{
position: fixed;
width: 100%;
z-index: 9999;
}
#top-menu > .navbar{
height: auto;
padding: 50px;
padding-top: 20px;
padding-bottom: 0;
border-radius: 0;
border: none;
background-color: transparent;
color: #FFF;
}
#top-menu > .scrolled{
background-color: rgba(255,255,255,1);
color: #333;
padding-top: 10px;
padding-bottom: 10px;
box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
#top-menu > .scrolled *{
color: #333!important;
}
#top-menu > .navbar .container-fluid{
padding: 0;
}
#top-menu .navbar-brand{
margin: 0;
font-weight: 700;
font-size: 28px;
font-family: 'Roboto Condensed', sans-serif;
color: #FFF;
}
#top-menu .nav > li > a{
color: #fff;
font-weight: 300;
letter-spacing: .5px;
font-weight: 500;
}
@media(max-width: 992px){
#top-menu > .navbar{
padding-left: 45px;
}
}
@media(max-width: 768px){
#top-menu > .navbar{
padding-left: 35px;
}
#top-menu .navbar-brand{
font-size: 22px;
}
}
.section{
position: relative;
}
#sec-footer{
padding: 50px;
padding-bottom: 30px;
background-color: #333;
}
.sitemap{
padding-left: 25px;
margin-bottom: 20px;
}
.sitemap > li{
display: block;
list-style: none;
font-weight: 300;
font-size: 9pt;
color: #FFF;
}
.sitemap > li > a{
color: #FFF;
}
.sitemap > li > .fa{
display: inline-block;
color: #FFF!important;
font-size: 16pt;
margin-right: 10px;
margin-top: 10px;
}
.sitemap-title *{
margin-bottom: 8px;
font-size: 12pt;
}
.copyright{
display: block;
clear: both;
width: 100%;
text-align: left;
padding-top:10px;
font-weight: 300;
border-top: 1px #CCC solid;
}
.copyright, .copyright *{
color: #FFF;
}
.pengumuman{
position: fixed;
width: 100%;
padding: 2px 10px;
padding-top: 5px;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0,0,0,.8);
overflow:hidden;
}
.pengumuman-list{
padding: 0;
}
.pengumuman-list > li{
display: inline;
list-style: none;
color: #FFF;
vertical-align: middle;
margin-right: 5px;
} | 0.246624 | 0.056262 |
@import url("https://fonts.googleapis.com/css?family=Ruda:400,700,900&display=swap");
:root {
--accent-color: #2e9965;
--action-color: #ffc97c;
}
*,
*:after,
*::before {
box-sizing: border-box;
margin: 0px;
padding: 0px;
}
html {
font-size: 14px;
}
body {
background: #f2f5fa;
font-family: "Ruda", sans-serif;
color: #555;
overflow-x: hidden;
position: relative;
}
body.app {
height: 100vh;
display: flex;
flex-direction: column;
}
.row-app {
height: 100%;
}
/* GENERAL */
.bg-strip {
background-image: linear-gradient(
45deg,
#f1f7f9 25%,
#f5fbfd 25%,
#f5fbfd 50%,
#f1f7f9 50%,
#f1f7f9 75%,
#f5fbfd 75%,
#f5fbfd 100%
);
background-size: 14.14px 14.14px;
}
.bg-accent {
background: var(--accent-color) !important;
}
.bg-accent-gradient {
background: linear-gradient(45deg, var(--accent-color), skyblue);
}
.bg-action {
background: var(--action-color) !important;
}
.text-accent {
color: var(--accent-color) !important;
}
.text-action {
color: var(--action-color) !important;
}
.bg-white-10 {
background: rgba(255, 255, 255, 0.1);
}
.bg-white-25 {
background: rgba(255, 255, 255, 0.25);
}
.bg-white-50 {
background: rgba(255, 255, 255, 0.5);
}
.bg-white-75 {
background: rgba(255, 255, 255, 0.75);
}
.overflow-visible {
overflow: visible;
}
.overflow-x-auto {
overflow-x: auto;
}
.shadow-lg-light {
box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
}
.opacity-0 {
opacity: 0;
}
.opacity-10 {
opacity: 0.1;
}
.opacity-20 {
opacity: 0.2;
}
.opacity-30 {
opacity: 0.3;
}
.opacity-40 {
opacity: 0.4;
}
.opacity-50 {
opacity: 0.5;
}
.opacity-60 {
opacity: 0.6;
}
.opacity-70 {
opacity: 0.7;
}
.opacity-80 {
opacity: 0.8;
}
.opacity-90 {
opacity: 0.9;
}
.no-opacity {
opacity: 1;
}
.radius-5 {
border-radius: 5px;
}
.radius-10 {
border-radius: 10px;
}
.radius-50 {
border-radius: 50px;
}
.radius-circle {
border-radius: 50%;
}
.object-fit-cover {
object-fit: cover;
}
.object-fit-contain {
object-fit: contain;
}
/* FORM */
.form-control {
outline: none !important;
box-shadow: none !important;
}
/* BUTTON */
.btn.btn-link {
text-decoration: none;
}
.btn.btn-action-white {
color: #495057;
background-color: #fff;
border-color: rgba(0, 40, 100, 0.12);
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.btn.btn-action-white:hover {
color: #495057;
background-color: #f6f6f6;
border-color: rgba(0, 20, 49, 0.12);
}
.btn i {
font-size: 16px;
}
.image-upload {
position: relative;
width: 100px;
margin: 0 auto;
}
.image-upload .btn {
position: absolute;
bottom: 0;
right: 0;
}
/* NAVBAR */
#navbar {
background: #fff;
box-shadow: 0px -3px 30px 0px rgba(50, 50, 50, 0.23);
padding: 10px 15px;
z-index: 99;
}
#navbar i {
font-size: 16px;
}
#navbar .btn {
position: relative;
}
#navbar .btn .badge {
position: absolute;
top: -5px;
right: -5px;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
border-radius: 50%;
padding: 0;
}
#navbar .dropdown-notification {
min-width: 250px;
}
#navbar .dropdown-notification .dropdown-item {
white-space: normal;
}
.burger-menu {
position: relative;
display: inline-block;
height: 14px;
width: 18px;
border-top: 2px solid #333;
}
.burger-menu:before {
content: "";
position: absolute;
top: 50%;
left: 0;
width: 80%;
margin-top: -2px;
border-top: 2px solid #333;
}
.burger-menu:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 60%;
margin-top: -1px;
border-bottom: 2px solid #333;
}
/* SIDEBAR */
.nav-sidebar {
background: #fff;
width: 240px;
max-height: none !important;
height: 100%;
overflow: auto;
display: block;
transition: 0.3s ease;
transform: translateX(-100%);
padding: 0;
box-shadow: 4px 0 18px 0 rgba(100, 119, 135, 0.1);
}
.nav-sidebar.show {
transform: translateX(0);
}
.sidebar-nav .nav .nav-link {
color: #8b979b;
padding: 10px 20px;
border-left: 4px solid transparent;
}
.sidebar-nav .nav .nav-link:hover {
background: rgba(0, 0, 0, 0.03);
}
.sidebar-nav .nav .nav-item.active > .nav-link,
.sidebar-nav .nav .nav-item > .nav-link.active {
border-left: 4px solid var(--accent-color);
background: #f5fafd;
color: var(--accent-color);
}
.sidebar-nav ul li ul {
background: rgba(0, 0, 0, 0.02);
}
.sidebar-nav ul li ul .nav-link {
padding-left: 40px !important;
}
.sidebar-nav ul li ul li ul .nav-link {
padding-left: 70px !important;
}
.sidebar-nav ul li ul li.active .nav-link {
border-left: 4px solid var(--accent-color);
background: #e8eff3 !important;
color: var(--accent-color);
}
.sidebar-nav .nav .nav-link .fa-circle {
font-size: 6px;
display: inline-block;
vertical-align: middle;
margin: -3px 20px 0 3px !important;
}
/* MAIN */
.main {
transition: 0.3s ease;
height: 100%;
overflow: auto;
}
/* BREADCRUMB */
.breadcrumb {
background: none;
margin: 0;
text-transform: uppercase;
font-size: 11px;
}
.breadcrumb li a {
color: #aaa;
}
.breadcrumb .active {
color: #333;
}
/* PAGINATION */
.pagination > li > a {
color: #495057;
background-color: #fff;
border-color: rgba(0, 40, 100, 0.12);
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
border-radius: 4px !important;
margin: 2px;
}
.pagination > li.active > a {
background: var(--accent-color) !important;
border-color: var(--accent-color) !important;
}
/* TABLE */
.table thead th {
border-bottom-width: 1px !important;
border-color: #f5f5f5 !important;
}
.table tbody td {
border-color: #f5f5f5 !important;
color: #666;
font-size: 13px;
}
.card-hover-elevate {
transition: 0.5s ease;
}
.card-hover-elevate:hover {
transform: translateY(-5px);
box-shadow: 0px 20px 50px -30px rgba(0, 0, 0, 0.3) !important;
}
/* DATATABLE */
.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_wrapper .pagination {
padding: 15px;
}
.dataTables_filter .form-group {
display: inline-block;
margin-right: 15px;
}
.ms-container {
width: 100% !important;
}
/* MODAL */
.modal-content {
border: none;
padding: 15px;
}
.modal-header,
.modal-footer {
border: none;
}
.modal-header {
border-bottom: 1px solid #eee;
}
/* NAV TABBAR */
.nav-tabbar {
z-index: 10;
}
.nav-tabbar .nav-item.active > .nav-link {
border-bottom: 4px solid var(--accent-color);
font-weight: bold;
color: #333;
}
.nav-tabbar .nav-item > .nav-link[disabled] {
color: #aaa;
cursor: default;
pointer-events: none;
}
/* DATEPICKER */
.datepicker {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
/* MODAL EXPLORER */
.modal-explorer .modal-content {
border-radius: 10px;
overflow: hidden;
border: none;
}
.modal-explorer button.close {
position: absolute;
top: 15px;
right: 20px;
font-weight: 200;
z-index: 100;
}
.row-explorer nav {
background: #ddd;
}
.row-explorer nav .nav-link {
padding: 15px;
color: #333;
}
.row-explorer nav .nav-link:hover {
background: #0001;
color: #222;
}
.row-explorer nav .nav-link.active {
background: #fff;
}
/* GOOGLE MAPS */
.map-container {
position: relative;
}
.map-container .marker {
width: 32px;
height: auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 10;
}
/* RESPONSIVE */
@media (max-width: 767px) {
.row-app {
width: 100vw;
}
#navbar {
z-index: 999;
}
.nav-sidebar {
transform: translateX(0) !important;
visibility: visible !important;
opacity: 1 !important;
display: block !important;
position: fixed;
top: 103px;
left: 0;
bottom: 0;
z-index: 99;
}
.nav-sidebar.show {
transform: translateX(-100%) !important;
visibility: hidden !important;
opacity: 0 !important;
display: none !important;
}
}
@media (max-width: 480px) {
.navbar .dropdown-menu {
position: fixed;
top: auto;
bottom: 0;
left: 0;
right: 0;
max-height: 50vh;
overflow: auto;
z-index: 9999;
}
} | public/assets/css/app.css | @import url("https://fonts.googleapis.com/css?family=Ruda:400,700,900&display=swap");
:root {
--accent-color: #2e9965;
--action-color: #ffc97c;
}
*,
*:after,
*::before {
box-sizing: border-box;
margin: 0px;
padding: 0px;
}
html {
font-size: 14px;
}
body {
background: #f2f5fa;
font-family: "Ruda", sans-serif;
color: #555;
overflow-x: hidden;
position: relative;
}
body.app {
height: 100vh;
display: flex;
flex-direction: column;
}
.row-app {
height: 100%;
}
/* GENERAL */
.bg-strip {
background-image: linear-gradient(
45deg,
#f1f7f9 25%,
#f5fbfd 25%,
#f5fbfd 50%,
#f1f7f9 50%,
#f1f7f9 75%,
#f5fbfd 75%,
#f5fbfd 100%
);
background-size: 14.14px 14.14px;
}
.bg-accent {
background: var(--accent-color) !important;
}
.bg-accent-gradient {
background: linear-gradient(45deg, var(--accent-color), skyblue);
}
.bg-action {
background: var(--action-color) !important;
}
.text-accent {
color: var(--accent-color) !important;
}
.text-action {
color: var(--action-color) !important;
}
.bg-white-10 {
background: rgba(255, 255, 255, 0.1);
}
.bg-white-25 {
background: rgba(255, 255, 255, 0.25);
}
.bg-white-50 {
background: rgba(255, 255, 255, 0.5);
}
.bg-white-75 {
background: rgba(255, 255, 255, 0.75);
}
.overflow-visible {
overflow: visible;
}
.overflow-x-auto {
overflow-x: auto;
}
.shadow-lg-light {
box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
}
.opacity-0 {
opacity: 0;
}
.opacity-10 {
opacity: 0.1;
}
.opacity-20 {
opacity: 0.2;
}
.opacity-30 {
opacity: 0.3;
}
.opacity-40 {
opacity: 0.4;
}
.opacity-50 {
opacity: 0.5;
}
.opacity-60 {
opacity: 0.6;
}
.opacity-70 {
opacity: 0.7;
}
.opacity-80 {
opacity: 0.8;
}
.opacity-90 {
opacity: 0.9;
}
.no-opacity {
opacity: 1;
}
.radius-5 {
border-radius: 5px;
}
.radius-10 {
border-radius: 10px;
}
.radius-50 {
border-radius: 50px;
}
.radius-circle {
border-radius: 50%;
}
.object-fit-cover {
object-fit: cover;
}
.object-fit-contain {
object-fit: contain;
}
/* FORM */
.form-control {
outline: none !important;
box-shadow: none !important;
}
/* BUTTON */
.btn.btn-link {
text-decoration: none;
}
.btn.btn-action-white {
color: #495057;
background-color: #fff;
border-color: rgba(0, 40, 100, 0.12);
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.btn.btn-action-white:hover {
color: #495057;
background-color: #f6f6f6;
border-color: rgba(0, 20, 49, 0.12);
}
.btn i {
font-size: 16px;
}
.image-upload {
position: relative;
width: 100px;
margin: 0 auto;
}
.image-upload .btn {
position: absolute;
bottom: 0;
right: 0;
}
/* NAVBAR */
#navbar {
background: #fff;
box-shadow: 0px -3px 30px 0px rgba(50, 50, 50, 0.23);
padding: 10px 15px;
z-index: 99;
}
#navbar i {
font-size: 16px;
}
#navbar .btn {
position: relative;
}
#navbar .btn .badge {
position: absolute;
top: -5px;
right: -5px;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
border-radius: 50%;
padding: 0;
}
#navbar .dropdown-notification {
min-width: 250px;
}
#navbar .dropdown-notification .dropdown-item {
white-space: normal;
}
.burger-menu {
position: relative;
display: inline-block;
height: 14px;
width: 18px;
border-top: 2px solid #333;
}
.burger-menu:before {
content: "";
position: absolute;
top: 50%;
left: 0;
width: 80%;
margin-top: -2px;
border-top: 2px solid #333;
}
.burger-menu:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 60%;
margin-top: -1px;
border-bottom: 2px solid #333;
}
/* SIDEBAR */
.nav-sidebar {
background: #fff;
width: 240px;
max-height: none !important;
height: 100%;
overflow: auto;
display: block;
transition: 0.3s ease;
transform: translateX(-100%);
padding: 0;
box-shadow: 4px 0 18px 0 rgba(100, 119, 135, 0.1);
}
.nav-sidebar.show {
transform: translateX(0);
}
.sidebar-nav .nav .nav-link {
color: #8b979b;
padding: 10px 20px;
border-left: 4px solid transparent;
}
.sidebar-nav .nav .nav-link:hover {
background: rgba(0, 0, 0, 0.03);
}
.sidebar-nav .nav .nav-item.active > .nav-link,
.sidebar-nav .nav .nav-item > .nav-link.active {
border-left: 4px solid var(--accent-color);
background: #f5fafd;
color: var(--accent-color);
}
.sidebar-nav ul li ul {
background: rgba(0, 0, 0, 0.02);
}
.sidebar-nav ul li ul .nav-link {
padding-left: 40px !important;
}
.sidebar-nav ul li ul li ul .nav-link {
padding-left: 70px !important;
}
.sidebar-nav ul li ul li.active .nav-link {
border-left: 4px solid var(--accent-color);
background: #e8eff3 !important;
color: var(--accent-color);
}
.sidebar-nav .nav .nav-link .fa-circle {
font-size: 6px;
display: inline-block;
vertical-align: middle;
margin: -3px 20px 0 3px !important;
}
/* MAIN */
.main {
transition: 0.3s ease;
height: 100%;
overflow: auto;
}
/* BREADCRUMB */
.breadcrumb {
background: none;
margin: 0;
text-transform: uppercase;
font-size: 11px;
}
.breadcrumb li a {
color: #aaa;
}
.breadcrumb .active {
color: #333;
}
/* PAGINATION */
.pagination > li > a {
color: #495057;
background-color: #fff;
border-color: rgba(0, 40, 100, 0.12);
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
border-radius: 4px !important;
margin: 2px;
}
.pagination > li.active > a {
background: var(--accent-color) !important;
border-color: var(--accent-color) !important;
}
/* TABLE */
.table thead th {
border-bottom-width: 1px !important;
border-color: #f5f5f5 !important;
}
.table tbody td {
border-color: #f5f5f5 !important;
color: #666;
font-size: 13px;
}
.card-hover-elevate {
transition: 0.5s ease;
}
.card-hover-elevate:hover {
transform: translateY(-5px);
box-shadow: 0px 20px 50px -30px rgba(0, 0, 0, 0.3) !important;
}
/* DATATABLE */
.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_wrapper .pagination {
padding: 15px;
}
.dataTables_filter .form-group {
display: inline-block;
margin-right: 15px;
}
.ms-container {
width: 100% !important;
}
/* MODAL */
.modal-content {
border: none;
padding: 15px;
}
.modal-header,
.modal-footer {
border: none;
}
.modal-header {
border-bottom: 1px solid #eee;
}
/* NAV TABBAR */
.nav-tabbar {
z-index: 10;
}
.nav-tabbar .nav-item.active > .nav-link {
border-bottom: 4px solid var(--accent-color);
font-weight: bold;
color: #333;
}
.nav-tabbar .nav-item > .nav-link[disabled] {
color: #aaa;
cursor: default;
pointer-events: none;
}
/* DATEPICKER */
.datepicker {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
/* MODAL EXPLORER */
.modal-explorer .modal-content {
border-radius: 10px;
overflow: hidden;
border: none;
}
.modal-explorer button.close {
position: absolute;
top: 15px;
right: 20px;
font-weight: 200;
z-index: 100;
}
.row-explorer nav {
background: #ddd;
}
.row-explorer nav .nav-link {
padding: 15px;
color: #333;
}
.row-explorer nav .nav-link:hover {
background: #0001;
color: #222;
}
.row-explorer nav .nav-link.active {
background: #fff;
}
/* GOOGLE MAPS */
.map-container {
position: relative;
}
.map-container .marker {
width: 32px;
height: auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 10;
}
/* RESPONSIVE */
@media (max-width: 767px) {
.row-app {
width: 100vw;
}
#navbar {
z-index: 999;
}
.nav-sidebar {
transform: translateX(0) !important;
visibility: visible !important;
opacity: 1 !important;
display: block !important;
position: fixed;
top: 103px;
left: 0;
bottom: 0;
z-index: 99;
}
.nav-sidebar.show {
transform: translateX(-100%) !important;
visibility: hidden !important;
opacity: 0 !important;
display: none !important;
}
}
@media (max-width: 480px) {
.navbar .dropdown-menu {
position: fixed;
top: auto;
bottom: 0;
left: 0;
right: 0;
max-height: 50vh;
overflow: auto;
z-index: 9999;
}
} | 0.441673 | 0.083143 |
body {
background-color: #dbd3e0;
background-image: url(../images/layout/bg.gif);
background-repeat: repeat-x;
margin: 0;
font-family: Verdana, Arial, Sans-Serif;
font-size: 11px;
color: #414141;
}
table {
font-size: 12px;
}
h3 {
color: #eb6503;
margin-bottom: 0px;
}
/* -------------------------menu--------------------------- */
.menu0-link {
color: #ffffff;
text-decoration: none;
font-size: 12px;
}
.menu0-link:hover {
color: #ff9900;
}
.menu0-link_a {
color: #ffffff;
text-decoration: none;
font-weight: bold;
font-size: 12px;
}
.menu0-link_a:hover {
color: #ff9900;
}
.menu0-div {
width: 166px;
background-color: #a5a59d;
border-bottom: solid 1px #e8e8e8;
padding: 5px 10px 5px 10px;
}
html > body .menu0-div {
width: 146px;
background-color: #a5a59d;
border-bottom: solid 1px #e8e8e8;
padding: 5px 10px 5px 10px;
}
.menu1-link {
color: #5d5d60;
text-decoration: none;
font-size: 11px;
}
.menu1-link:hover {
color: #ff9900;
}
.menu1-link_a {
color: #5d5d60;
text-decoration: none;
font-weight: bold;
font-size: 11px;
}
.menu1-link_a:hover {
color: #ff9900;
}
.menu1-div {
width: 166px;
background-color: #cecec8;
border-bottom: solid 1px #e8e8e8;
padding: 3px 10px 3px 17px;
}
html > body .menu1-div {
width: 139px;
background-color: #cecec8;
border-bottom: solid 1px #e8e8e8;
padding: 3px 10px 3px 17px;
}
.menu2-link {
color: #747476;
text-decoration: none;
font-size: 11px;
}
.menu2-link:hover {
color: #ff9900;
}
.menu2-link_a {
color: #747476;
text-decoration: none;
font-weight: bold;
font-size: 11px;
}
.menu2-link_a:hover {
color: #ff9900;
}
.menu2-div {
width: 166px;
background-color: #e8e8e8;
border-bottom: solid 1px #cacaca;
padding: 3px 10px 3px 24px;
}
html > body .menu2-div {
width: 132px;
background-color: #e8e8e8;
border-bottom: solid 1px #cacaca;
padding: 3px 10px 3px 24px;
}
/* -----------------------end of menu---------------------- */
/* -------------------------layout------------------------- */
#d00 {
position: absolute;
top: 0px;
left: 0px;
z-index: 2;
width: 100%;
}
#d01 {
position: relative;
}
#d02 {
position: absolute;
top: 5px;
right: 8px;
width: 100%;
text-align: right;
}
#d03 {
position: absolute;
top: 33px;
left: 8px;
}
#d04 {
position: absolute;
top: 33px;
left: 122px;
}
#d05 {
position: absolute;
width: 100%;
top: 58px;
background-color: @56386c;
z-index: 1;
}
.toplink {
color: #56386c;
text-decoration: none;
font-size: 9px;
}
.toplink:hover {
color: #eb6503;
}
.module {
margin-bottom: 10px;
}
.contextmenu-link {
color: #8d8d8d;
}
.contextmenu-div {
color: #8d8d8d;
font-size: 9px;
margin-bottom: 20px;
margin-top: 0px;
}
.quote {
color: #e8e8e8;
font-size: 10px;
}
.quote-signature {
text-align: right;
color: #e8e8e8;
font-size: 10px;
}
.searchbox {
border: solid 1px #cacaca;
width: 112px;
}
.searchbutton {
border-left: solid 1px #999999;
border-top: solid 1px #999999;
border-right: solid 1px #666666;
border-bottom: solid 1px #666666;
color: #666666;
font-size: 11px;
height: 20px;
width: 54px;
padding-bottom: 3px;
}
.searchbutton:hover {
background-color: #f1f1f1;
}
html > body .sidebarmodule-textdiv /* IE hack */ {
border-left: 1px solid #a9a9a9;
border-right: 1px solid #a9a9a9;
border-bottom: 1px solid #a9a9a9;
background-color: #ffffff;
padding: 5px;
width: 156px;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
text-align: left;
}
.sidebarmodule-textdiv {
border-left: 1px solid #a9a9a9;
border-right: 1px solid #a9a9a9;
border-bottom: 1px solid #a9a9a9;
background-color: #ffffff;
padding: 5px;
width: 168px;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
text-align: left;
}
.sidebarmodule-textnoimagediv {
border: 1px solid #a9a9a9;
background-color: #ffffff;
padding: 5px;
width: 156px;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
text-align: left;
}
.sidebarmodule-title {
color: #51346a;
font-weight: bold;
margin-top: 0px;
margin-bottom: 5px;
}
.sidebarmodule-body {
margin-top: 0px;
margin-bottom: 2px;
color: #6e6e6e;
}
.news-list-year {
font-size: 14px;
font-weight: bold;
color: #56386c;
}
.news-list-month {
font-size: 12px;
font-weight: bold;
color: #56386c;
}
.news-list-date {
margin: 0px;
}
.news-list-title {
margin: 0 0 12 0;
}
.news-list-title-link {
}
.news-list-div-highlight {
border: #cacaca 1px solid;
padding: 5 5 0 0;
background-color: #f8f8f8;
margin-bottom: 7px;
}
.dstory-list-title {
margin-bottom: 0px;
margin-top: 5px;
}
.dstory-list-summary {
margin-top: 0px;
}
.dstory-list-div {
border: #cacaca 1px solid;
padding: 0 10 0 10;
background-color: #f8f8f8;
}
.dstory-list-title-link {
font-weight: bold;
color: #56386c;
text-decoration: none;
}
.dstory-list-summary-link {
font-size: 11px;
color: #666666;
text-decoration: none;
}
.dstory-list-title-link:hover {
color: navy;
}
.dstory-list-summary-link:hover {
color: navy;
}
.homepage-panel-feature {
border: 1px solid #cacaca;
padding: 10 10 10 10;
background-color: #fdf4c2;
}
.homepage-panel-news {
border: 1px solid #cacaca;
padding: 10 10 10 10;
background-color: #efe9f3;
}
.homepage-panel-programs {
border: 1px solid #cacaca;
padding: 10 10 10 10;
background-color: #efe9f3;
}
.homepage-panel-dstories {
border: 1px solid #cacaca;
padding: 10 10 10 10;
background-color: #efe9f3;
}
.homepage-panel-title {
font-size: 14px;
font-weight: bold;
color: #56386c;
margin-bottom: 7px;
}
.homepage-readall-link {
text-align: center;
font-size: 11px;
margin-top: 0px;
}
.page-bookmarks {
border: solid 1px #e4e4e4;
padding: 5 5 0 5;
margin-top: 10px;
font-size: 10px;
color: #444444;
}
input:focus, textarea:focus {
background-color: #fefdef;
}
.textbox {
border-left: solid 1px #666666;
border-top: solid 1px #666666;
border-right: solid 1px #f1f1f1;
border-bottom: solid 1px #f1f1f1;
padding: 1px;
}
.button {
border-left: solid 1px #ffffff;
border-top: solid 1px #ffffff;
border-right: solid 1px #666666;
border-bottom: solid 1px #666666;
padding: 1 10 1 10;
}
.button:hover {
background-color: #f1f1f1;
} | 2008-uni-foundation-cms/Website/_system/styles/main.css | body {
background-color: #dbd3e0;
background-image: url(../images/layout/bg.gif);
background-repeat: repeat-x;
margin: 0;
font-family: Verdana, Arial, Sans-Serif;
font-size: 11px;
color: #414141;
}
table {
font-size: 12px;
}
h3 {
color: #eb6503;
margin-bottom: 0px;
}
/* -------------------------menu--------------------------- */
.menu0-link {
color: #ffffff;
text-decoration: none;
font-size: 12px;
}
.menu0-link:hover {
color: #ff9900;
}
.menu0-link_a {
color: #ffffff;
text-decoration: none;
font-weight: bold;
font-size: 12px;
}
.menu0-link_a:hover {
color: #ff9900;
}
.menu0-div {
width: 166px;
background-color: #a5a59d;
border-bottom: solid 1px #e8e8e8;
padding: 5px 10px 5px 10px;
}
html > body .menu0-div {
width: 146px;
background-color: #a5a59d;
border-bottom: solid 1px #e8e8e8;
padding: 5px 10px 5px 10px;
}
.menu1-link {
color: #5d5d60;
text-decoration: none;
font-size: 11px;
}
.menu1-link:hover {
color: #ff9900;
}
.menu1-link_a {
color: #5d5d60;
text-decoration: none;
font-weight: bold;
font-size: 11px;
}
.menu1-link_a:hover {
color: #ff9900;
}
.menu1-div {
width: 166px;
background-color: #cecec8;
border-bottom: solid 1px #e8e8e8;
padding: 3px 10px 3px 17px;
}
html > body .menu1-div {
width: 139px;
background-color: #cecec8;
border-bottom: solid 1px #e8e8e8;
padding: 3px 10px 3px 17px;
}
.menu2-link {
color: #747476;
text-decoration: none;
font-size: 11px;
}
.menu2-link:hover {
color: #ff9900;
}
.menu2-link_a {
color: #747476;
text-decoration: none;
font-weight: bold;
font-size: 11px;
}
.menu2-link_a:hover {
color: #ff9900;
}
.menu2-div {
width: 166px;
background-color: #e8e8e8;
border-bottom: solid 1px #cacaca;
padding: 3px 10px 3px 24px;
}
html > body .menu2-div {
width: 132px;
background-color: #e8e8e8;
border-bottom: solid 1px #cacaca;
padding: 3px 10px 3px 24px;
}
/* -----------------------end of menu---------------------- */
/* -------------------------layout------------------------- */
#d00 {
position: absolute;
top: 0px;
left: 0px;
z-index: 2;
width: 100%;
}
#d01 {
position: relative;
}
#d02 {
position: absolute;
top: 5px;
right: 8px;
width: 100%;
text-align: right;
}
#d03 {
position: absolute;
top: 33px;
left: 8px;
}
#d04 {
position: absolute;
top: 33px;
left: 122px;
}
#d05 {
position: absolute;
width: 100%;
top: 58px;
background-color: @56386c;
z-index: 1;
}
.toplink {
color: #56386c;
text-decoration: none;
font-size: 9px;
}
.toplink:hover {
color: #eb6503;
}
.module {
margin-bottom: 10px;
}
.contextmenu-link {
color: #8d8d8d;
}
.contextmenu-div {
color: #8d8d8d;
font-size: 9px;
margin-bottom: 20px;
margin-top: 0px;
}
.quote {
color: #e8e8e8;
font-size: 10px;
}
.quote-signature {
text-align: right;
color: #e8e8e8;
font-size: 10px;
}
.searchbox {
border: solid 1px #cacaca;
width: 112px;
}
.searchbutton {
border-left: solid 1px #999999;
border-top: solid 1px #999999;
border-right: solid 1px #666666;
border-bottom: solid 1px #666666;
color: #666666;
font-size: 11px;
height: 20px;
width: 54px;
padding-bottom: 3px;
}
.searchbutton:hover {
background-color: #f1f1f1;
}
html > body .sidebarmodule-textdiv /* IE hack */ {
border-left: 1px solid #a9a9a9;
border-right: 1px solid #a9a9a9;
border-bottom: 1px solid #a9a9a9;
background-color: #ffffff;
padding: 5px;
width: 156px;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
text-align: left;
}
.sidebarmodule-textdiv {
border-left: 1px solid #a9a9a9;
border-right: 1px solid #a9a9a9;
border-bottom: 1px solid #a9a9a9;
background-color: #ffffff;
padding: 5px;
width: 168px;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
text-align: left;
}
.sidebarmodule-textnoimagediv {
border: 1px solid #a9a9a9;
background-color: #ffffff;
padding: 5px;
width: 156px;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
text-align: left;
}
.sidebarmodule-title {
color: #51346a;
font-weight: bold;
margin-top: 0px;
margin-bottom: 5px;
}
.sidebarmodule-body {
margin-top: 0px;
margin-bottom: 2px;
color: #6e6e6e;
}
.news-list-year {
font-size: 14px;
font-weight: bold;
color: #56386c;
}
.news-list-month {
font-size: 12px;
font-weight: bold;
color: #56386c;
}
.news-list-date {
margin: 0px;
}
.news-list-title {
margin: 0 0 12 0;
}
.news-list-title-link {
}
.news-list-div-highlight {
border: #cacaca 1px solid;
padding: 5 5 0 0;
background-color: #f8f8f8;
margin-bottom: 7px;
}
.dstory-list-title {
margin-bottom: 0px;
margin-top: 5px;
}
.dstory-list-summary {
margin-top: 0px;
}
.dstory-list-div {
border: #cacaca 1px solid;
padding: 0 10 0 10;
background-color: #f8f8f8;
}
.dstory-list-title-link {
font-weight: bold;
color: #56386c;
text-decoration: none;
}
.dstory-list-summary-link {
font-size: 11px;
color: #666666;
text-decoration: none;
}
.dstory-list-title-link:hover {
color: navy;
}
.dstory-list-summary-link:hover {
color: navy;
}
.homepage-panel-feature {
border: 1px solid #cacaca;
padding: 10 10 10 10;
background-color: #fdf4c2;
}
.homepage-panel-news {
border: 1px solid #cacaca;
padding: 10 10 10 10;
background-color: #efe9f3;
}
.homepage-panel-programs {
border: 1px solid #cacaca;
padding: 10 10 10 10;
background-color: #efe9f3;
}
.homepage-panel-dstories {
border: 1px solid #cacaca;
padding: 10 10 10 10;
background-color: #efe9f3;
}
.homepage-panel-title {
font-size: 14px;
font-weight: bold;
color: #56386c;
margin-bottom: 7px;
}
.homepage-readall-link {
text-align: center;
font-size: 11px;
margin-top: 0px;
}
.page-bookmarks {
border: solid 1px #e4e4e4;
padding: 5 5 0 5;
margin-top: 10px;
font-size: 10px;
color: #444444;
}
input:focus, textarea:focus {
background-color: #fefdef;
}
.textbox {
border-left: solid 1px #666666;
border-top: solid 1px #666666;
border-right: solid 1px #f1f1f1;
border-bottom: solid 1px #f1f1f1;
padding: 1px;
}
.button {
border-left: solid 1px #ffffff;
border-top: solid 1px #ffffff;
border-right: solid 1px #666666;
border-bottom: solid 1px #666666;
padding: 1 10 1 10;
}
.button:hover {
background-color: #f1f1f1;
} | 0.271541 | 0.098079 |
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-family: sans-serif;
}
body {
background: rgb(245, 255, 250);
font-family: sans-serif, arial;
}
.contem-formulario {
width: 100%;
padding: 90px;
}
.titulo {
text-align: center;
color: rgb(52, 73, 94);
}
.contem-formulario .formulario {
width: 90%;
margin: auto;
}
.contem-formulario .formulario .grupo {
position: relative;
margin-bottom: 20px;
}
.contem-formulario .formulario .grupo input[type="text"],
.contem-formulario .formulario .grupo input[type="email"],
.contem-formulario .formulario .grupo input[type="password"] {
font-size: 14px;
color: #000;
width: 100%;
outline: none;
padding: 8px;
background: none;
border: none;
border-bottom: 2px solid rgb(52, 73, 94);
}
.contem-formulario .formulario .grupo input[type="text"]:focus,
.contem-formulario .formulario .grupo input[type="text"]:active,
.contem-formulario .formulario .grupo input[type="email"]:focus,
.contem-formulario .formulario .grupo input[type="email"]:active,
.contem-formulario .formulario .grupo input[type="password"]:focus,
.contem-formulario .formulario .grupo input[type="password"]:active {
outline: none;
border-bottom: 2px solid #2ECC71;
}
/*
.contem-formulario .formulario .grupo input[type="text"].error,
.contem-formulario .formulario .grupo input[type="email"].error,
.contem-formulario .formulario .grupo input[type="password"].error {
border-bottom: 3px solid #D32F2F;
}
.contem-formulario .formulario .grupo input[type="text"].error + label,
.contem-formulario .formulario .grupo input[type="email"].error + label,
.contem-formulario .formulario .grupo input[type="password"].error + label {
color: #D32F2F;
}
*/
.contem-formulario .formulario .grupo label {
color: rgb(52, 73, 94);
}
.contem-formulario .formulario .grupo label.label {
transition: all 0.5s ease;
margin-left: 15px;
font-size: 14px;
line-height: 16px;
position: absolute;
top: 16px;
left: 0;
}
.contem-formulario .formulario .grupo label.label.active {
top: -12px;
font-size: 12px;
line-height: 12px;
color: #B6B6B6;
}
.contem-formulario .formulario .grupo.radio label {
display: inline-block;
cursor: pointer;
color: rgb(52, 73, 94);
position: relative;
padding: 5px 15px 5px 51px;
font-size: 16px;
border-radius: 4px;
transition: all 1.3s ease;
}
.contem-formulario .formulario .grupo.radio label:hover {
background: #98FB98;
}
.contem-formulario .formulario .grupo.radio label:before {
content: "";
display: inline-block;
width: 13px;
height: 13px;
position: absolute;
left: 10px;
top: 5px;
border-radius: 50%;
border: 2px solid rgb(52, 73, 94);
}
/*
.contem-formulario .formulario .grupo.error label {
color: #D32F2F;
}
.contem-formulario .formulario .grupo.error label:hover {
background: #98FB98;
}
.contem-formulario .formulario .grupo.error label:before {
border: 2px solid #D32F2F;
}*/
/*Esconde o icone do radio*/
.contem-formulario .formulario .grupo.radio input[type="radio"] {
display: none;
}
/*No radio, mostra o circulo, somente para o que nao esta selecionado*/
.contem-formulario .formulario .grupo.radio input[type="radio"]:checked + label:before {
display: none;
}
/*Mostra o radio que esta selecionado*/
.contem-formulario .formulario .grupo.radio input[type="radio"]:checked + label {
padding: 5px 38.2%;
background: #2ECC71;
border-radius: 4px;
color: #000;
}
.bt-enviar{
padding: 15px 30px;
cursor: pointer;
color: rgb(52, 73, 94);
border: none;
border-radius: 4px;
background-color: #2ECC71;
border-bottom: 4px solid #27AE60;
margin-bottom: 20px;
margin-left: 45%;
font-weight: bold;
font-size: 14px;
}
.bt-enviar:hover{
background-color: #98FB98;
color: #000
} | css/estilo-cadastro-user.css | * {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-family: sans-serif;
}
body {
background: rgb(245, 255, 250);
font-family: sans-serif, arial;
}
.contem-formulario {
width: 100%;
padding: 90px;
}
.titulo {
text-align: center;
color: rgb(52, 73, 94);
}
.contem-formulario .formulario {
width: 90%;
margin: auto;
}
.contem-formulario .formulario .grupo {
position: relative;
margin-bottom: 20px;
}
.contem-formulario .formulario .grupo input[type="text"],
.contem-formulario .formulario .grupo input[type="email"],
.contem-formulario .formulario .grupo input[type="password"] {
font-size: 14px;
color: #000;
width: 100%;
outline: none;
padding: 8px;
background: none;
border: none;
border-bottom: 2px solid rgb(52, 73, 94);
}
.contem-formulario .formulario .grupo input[type="text"]:focus,
.contem-formulario .formulario .grupo input[type="text"]:active,
.contem-formulario .formulario .grupo input[type="email"]:focus,
.contem-formulario .formulario .grupo input[type="email"]:active,
.contem-formulario .formulario .grupo input[type="password"]:focus,
.contem-formulario .formulario .grupo input[type="password"]:active {
outline: none;
border-bottom: 2px solid #2ECC71;
}
/*
.contem-formulario .formulario .grupo input[type="text"].error,
.contem-formulario .formulario .grupo input[type="email"].error,
.contem-formulario .formulario .grupo input[type="password"].error {
border-bottom: 3px solid #D32F2F;
}
.contem-formulario .formulario .grupo input[type="text"].error + label,
.contem-formulario .formulario .grupo input[type="email"].error + label,
.contem-formulario .formulario .grupo input[type="password"].error + label {
color: #D32F2F;
}
*/
.contem-formulario .formulario .grupo label {
color: rgb(52, 73, 94);
}
.contem-formulario .formulario .grupo label.label {
transition: all 0.5s ease;
margin-left: 15px;
font-size: 14px;
line-height: 16px;
position: absolute;
top: 16px;
left: 0;
}
.contem-formulario .formulario .grupo label.label.active {
top: -12px;
font-size: 12px;
line-height: 12px;
color: #B6B6B6;
}
.contem-formulario .formulario .grupo.radio label {
display: inline-block;
cursor: pointer;
color: rgb(52, 73, 94);
position: relative;
padding: 5px 15px 5px 51px;
font-size: 16px;
border-radius: 4px;
transition: all 1.3s ease;
}
.contem-formulario .formulario .grupo.radio label:hover {
background: #98FB98;
}
.contem-formulario .formulario .grupo.radio label:before {
content: "";
display: inline-block;
width: 13px;
height: 13px;
position: absolute;
left: 10px;
top: 5px;
border-radius: 50%;
border: 2px solid rgb(52, 73, 94);
}
/*
.contem-formulario .formulario .grupo.error label {
color: #D32F2F;
}
.contem-formulario .formulario .grupo.error label:hover {
background: #98FB98;
}
.contem-formulario .formulario .grupo.error label:before {
border: 2px solid #D32F2F;
}*/
/*Esconde o icone do radio*/
.contem-formulario .formulario .grupo.radio input[type="radio"] {
display: none;
}
/*No radio, mostra o circulo, somente para o que nao esta selecionado*/
.contem-formulario .formulario .grupo.radio input[type="radio"]:checked + label:before {
display: none;
}
/*Mostra o radio que esta selecionado*/
.contem-formulario .formulario .grupo.radio input[type="radio"]:checked + label {
padding: 5px 38.2%;
background: #2ECC71;
border-radius: 4px;
color: #000;
}
.bt-enviar{
padding: 15px 30px;
cursor: pointer;
color: rgb(52, 73, 94);
border: none;
border-radius: 4px;
background-color: #2ECC71;
border-bottom: 4px solid #27AE60;
margin-bottom: 20px;
margin-left: 45%;
font-weight: bold;
font-size: 14px;
}
.bt-enviar:hover{
background-color: #98FB98;
color: #000
} | 0.280124 | 0.089853 |
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Share+Tech');
/*:root{--color: #364d63;}*/
*:before,
*:after {
box-sizing: border-box;
}
html,
body {
height: 100%;
position: relative;
font-family: 'Share Tech', sans-serif;
}
.main-container {
min-height: 100vh; /* will cover the 100% of viewport */
overflow: hidden;
display: block;
position: relative;
padding-bottom: 300px; /* height of your footer */
}
.card {
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.card:hover {
/*box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);*/
}
footer {
position: absolute;
bottom: 0;
width: 100%;
z-index: -1;
/*height: 204px;*/
}
.full-content {
height: calc(100vh - 150px) !important;
}
nav {
/*height: 50px;*/
}
/*
Carousel
*/
.centrar {
text-align: center;
justify-content: center;
align-items: center;
}
.centrar-vertical-hijo {
padding: 10% 0;
}
.centrar-vertical-padre {
padding: 5% 0;
}
.carousel-inner > .carousel-item > .row > a > img {
object-fit: scale-down;
height: 15vh;
width: 100%;
}
.carousel-inner {
background-image: linear-gradient(to right, rgb(26, 37, 47), rgba(26, 37, 47, .2), rgb(26, 37, 47));
}
/*
==================================
Colors
==================================
*/
.color-withe {
color: white;
}
.bg-black {
background-color: #131313;
}
.color-green-light{
color: #94c11f;
}
.color-green-dark{
color: #0c8c36;
}
.btn-flisol{
color: #fff;
background-color: #94c11f;
border-color: #94c11f;
}
/*
==================================
Alejandro
==================================
*/
body {
/*font-family: 'Share Tech Mono', monospace;*/
background: #364d63;
}
.login-footer {
padding: 15px 0;
color: #999;
text-align: center;
background: #1a252f;
}
.login-footer p:last-child {
margin-bottom: 0;
}
.navbar-light {
font-family: 'Share Tech', sans-serif !important;
background: #1a252f !important;
}
.nav-link-text {
color: #FFF !important;
margin: 0em 2em 0em 2em;
/*font-weight: bold;*/
}
.navbar-brand-text {
color: #FFF !important;
font-weight: bold;
}
.nav-link-text:hover {
color: #56A2fd !important;
font-weight: bold;
}
li.nav-item.active {
/*background: #121a21 !important;*/
display: flex;
justify-content: center;
align-items: center;
}
li.nav-item {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
#img-brand-flisol {
max-width: 40%;
min-width: 40%;
}
#logo-cisc.img-footer {
max-width: 45%;
min-width: 35%;
}
#logo-tec.img-footer {
max-width: 50%;
min-width: 40%;
}
@media screen and (max-width: 640px) {
#img-brand-flisol {
max-width: 100%;
min-width: 100%;
}
/* .img-footer{
max-width: 20%;
min-width: 20%;
}*/
#logo-cisc.img-footer {
max-width: 18%;
min-width: 18%;
}
#logo-tec.img-footer {
max-width: 20%;
min-width: 20%;
}
.login-footer {
font-size: 12px;
}
}
@media screen and (max-width: 1024px) and (min-width: 640px) {
#img-brand-flisol {
max-width: 100%;
min-width: 100%;
}
/* .img-footer{
max-width: 20%;
min-width: 20%;
}*/
#logo-cisc.img-footer {
max-width: 18%;
min-width: 18%;
}
#logo-tec.img-footer {
max-width: 20%;
min-width: 20%;
}
.login-footer {
font-size: 12px;
}
}
#row-contact {
background: #1a252f !important;
margin-right: 0 !important;
margin-left: 0 !important;
}
.form-group {
margin-bottom: 10px;
}
/*.box .inputBox input {*/
/*padding: 10px 0;*/
/*font-size: 16px;*/
/*color: #000;*/
/*letter-spacing: 1;*/
/**/
/*border: none;*/
/*border-bottom: 1px solid #000;*/
/*outline: none;*/
/*background: transparent;*/
/*box-shadow: none;*/
/*border-radius: unset !important;*/
/*}*/
/*.box .inputBox label {*/
/*position: absolute;*/
/*top: 0;*/
/*left: 20px;*/
/*letter-spacing: 1;*/
/*padding: 10px 0;*/
/*font-size: 16px;*/
/*color: #777;*/
/*pointer-events: none;*/
/*transition: .5s;*/
/*}*/
/*.label-normal {*/
/*position: absolute !important;*/
/*top: 0 !important;*/
/*left: 20px !important;*/
/*letter-spacing: 1 !important;*/
/*padding: 10px 0 !important;*/
/*font-size: 16px !important;*/
/*color: #777 !important;*/
/*pointer-events: none !important;*/
/*transition: .5s !important;*/
/*}*/
/*.label-focus {*/
/*top: -30px !important;*/
/*left: 20px !important;*/
/*color: #555 !important;*/
/*font-size: 14px !important;*/
/*}*/
/*.box input[type="submit"] {*/
/*background: transparent;*/
/*font-size: 14px;*/
/*border: none;*/
/*outline: none;*/
/*color: #000;*/
/*background: #03A9F4;*/
/*padding: 10px 20px;*/
/*cursor: pointer;*/
/*border-radius: 5px;*/
/*}*/
/**
====================================
DatePicker
=================================
*/
.dtp div.dtp-date, .dtp div.dtp-time {
background: #364d63 !important;
text-align: center;
color: #fff;
padding: 10px;
}
.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
background: #364d63 !important;
color: #fff;
text-align: center;
padding: .3em;
}
.dtp .p10 > a {
color: #22b3d5 !important;
text-decoration: none;
}
.dtp table.dtp-picker-days tr > td > a.selected {
background: #007bfe !important;
color: #fff;
} | public/css/flisol.css | @import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Share+Tech');
/*:root{--color: #364d63;}*/
*:before,
*:after {
box-sizing: border-box;
}
html,
body {
height: 100%;
position: relative;
font-family: 'Share Tech', sans-serif;
}
.main-container {
min-height: 100vh; /* will cover the 100% of viewport */
overflow: hidden;
display: block;
position: relative;
padding-bottom: 300px; /* height of your footer */
}
.card {
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.card:hover {
/*box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);*/
}
footer {
position: absolute;
bottom: 0;
width: 100%;
z-index: -1;
/*height: 204px;*/
}
.full-content {
height: calc(100vh - 150px) !important;
}
nav {
/*height: 50px;*/
}
/*
Carousel
*/
.centrar {
text-align: center;
justify-content: center;
align-items: center;
}
.centrar-vertical-hijo {
padding: 10% 0;
}
.centrar-vertical-padre {
padding: 5% 0;
}
.carousel-inner > .carousel-item > .row > a > img {
object-fit: scale-down;
height: 15vh;
width: 100%;
}
.carousel-inner {
background-image: linear-gradient(to right, rgb(26, 37, 47), rgba(26, 37, 47, .2), rgb(26, 37, 47));
}
/*
==================================
Colors
==================================
*/
.color-withe {
color: white;
}
.bg-black {
background-color: #131313;
}
.color-green-light{
color: #94c11f;
}
.color-green-dark{
color: #0c8c36;
}
.btn-flisol{
color: #fff;
background-color: #94c11f;
border-color: #94c11f;
}
/*
==================================
Alejandro
==================================
*/
body {
/*font-family: 'Share Tech Mono', monospace;*/
background: #364d63;
}
.login-footer {
padding: 15px 0;
color: #999;
text-align: center;
background: #1a252f;
}
.login-footer p:last-child {
margin-bottom: 0;
}
.navbar-light {
font-family: 'Share Tech', sans-serif !important;
background: #1a252f !important;
}
.nav-link-text {
color: #FFF !important;
margin: 0em 2em 0em 2em;
/*font-weight: bold;*/
}
.navbar-brand-text {
color: #FFF !important;
font-weight: bold;
}
.nav-link-text:hover {
color: #56A2fd !important;
font-weight: bold;
}
li.nav-item.active {
/*background: #121a21 !important;*/
display: flex;
justify-content: center;
align-items: center;
}
li.nav-item {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
#img-brand-flisol {
max-width: 40%;
min-width: 40%;
}
#logo-cisc.img-footer {
max-width: 45%;
min-width: 35%;
}
#logo-tec.img-footer {
max-width: 50%;
min-width: 40%;
}
@media screen and (max-width: 640px) {
#img-brand-flisol {
max-width: 100%;
min-width: 100%;
}
/* .img-footer{
max-width: 20%;
min-width: 20%;
}*/
#logo-cisc.img-footer {
max-width: 18%;
min-width: 18%;
}
#logo-tec.img-footer {
max-width: 20%;
min-width: 20%;
}
.login-footer {
font-size: 12px;
}
}
@media screen and (max-width: 1024px) and (min-width: 640px) {
#img-brand-flisol {
max-width: 100%;
min-width: 100%;
}
/* .img-footer{
max-width: 20%;
min-width: 20%;
}*/
#logo-cisc.img-footer {
max-width: 18%;
min-width: 18%;
}
#logo-tec.img-footer {
max-width: 20%;
min-width: 20%;
}
.login-footer {
font-size: 12px;
}
}
#row-contact {
background: #1a252f !important;
margin-right: 0 !important;
margin-left: 0 !important;
}
.form-group {
margin-bottom: 10px;
}
/*.box .inputBox input {*/
/*padding: 10px 0;*/
/*font-size: 16px;*/
/*color: #000;*/
/*letter-spacing: 1;*/
/**/
/*border: none;*/
/*border-bottom: 1px solid #000;*/
/*outline: none;*/
/*background: transparent;*/
/*box-shadow: none;*/
/*border-radius: unset !important;*/
/*}*/
/*.box .inputBox label {*/
/*position: absolute;*/
/*top: 0;*/
/*left: 20px;*/
/*letter-spacing: 1;*/
/*padding: 10px 0;*/
/*font-size: 16px;*/
/*color: #777;*/
/*pointer-events: none;*/
/*transition: .5s;*/
/*}*/
/*.label-normal {*/
/*position: absolute !important;*/
/*top: 0 !important;*/
/*left: 20px !important;*/
/*letter-spacing: 1 !important;*/
/*padding: 10px 0 !important;*/
/*font-size: 16px !important;*/
/*color: #777 !important;*/
/*pointer-events: none !important;*/
/*transition: .5s !important;*/
/*}*/
/*.label-focus {*/
/*top: -30px !important;*/
/*left: 20px !important;*/
/*color: #555 !important;*/
/*font-size: 14px !important;*/
/*}*/
/*.box input[type="submit"] {*/
/*background: transparent;*/
/*font-size: 14px;*/
/*border: none;*/
/*outline: none;*/
/*color: #000;*/
/*background: #03A9F4;*/
/*padding: 10px 20px;*/
/*cursor: pointer;*/
/*border-radius: 5px;*/
/*}*/
/**
====================================
DatePicker
=================================
*/
.dtp div.dtp-date, .dtp div.dtp-time {
background: #364d63 !important;
text-align: center;
color: #fff;
padding: 10px;
}
.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
background: #364d63 !important;
color: #fff;
text-align: center;
padding: .3em;
}
.dtp .p10 > a {
color: #22b3d5 !important;
text-decoration: none;
}
.dtp table.dtp-picker-days tr > td > a.selected {
background: #007bfe !important;
color: #fff;
} | 0.311636 | 0.067148 |
@charset "utf-8";
/* CSS Document */
body, dl, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, form, img {margin:0; padding:0;}
body, button, input, select, textarea {font:12px/160%, Microsoft YaHei, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-size:100%}
em, b,i{font-style:normal}
a,input{text-decoration:none; outline:none;}
img{border:0;}
input{outline:none;}
li{list-style:none;}
area{outline:none; border:0;}
.hd{text-indent:-999em;overflow:hidden;height:0;line-height:0; font-size:0;}
.ht1{overflow:hidden; text-indent:-999em;}
.clr:after{content:".";display:block;height:0;visibility:hidden;clear:both;}
.clr{zoom:1;}
body{background:#191109; font-family:Microsoft YaHei;position: relative;min-width: 1200px;_width: expression(((document.compatMode && document.compatMode=='CSS1Compat')? document.documentElement.clientWidth : document.body.clientWidth) < 1200? '1200px' : 'auto'); color: #f2fafe; font-size: 14px;font-family:"Microsoft YaHei";}
i{font-style:normal;}
a:hover{color:#ffde00; text-decoration:none}
.ht1{overflow:hidden;text-indent:-9999px;}
.wrap{width:100%;}
.area{width:1200px; margin:0 auto; position:relative; padding:58px 0 0; }
.head{height:498px; background:url(../images/head_bg.jpg) no-repeat center top; position:relative}
.head .logo{width:298px; height:209px; position:absolute; top:30px; left:50%; margin:0 0 0 -366px}
.content{height:582px; background:url(../images/con_bg.jpg) no-repeat center top; position:relative}
.content .dlarea{width:465px; height:260px; margin:0 0 0 160px;}
.content .dlarea .qrcode{width:131px; height:172px; display:block; float:left; padding:21px 21px 0; border-radius:5px; margin:2px 0 0; background:url(../images/qrcode_bg.png) no-repeat;}
.content .dlarea a{width:274px; height:99px; background:url(../images/dl_btn.png) no-repeat; display:block; float:left; margin:0;}
.content .dlarea a.btn_apple{background-position:0 0; margin-top:-3px;}
.content .dlarea a.btn_apple:hover{background-position:0 -103px;}
.content .dlarea a.btn_andriod{background-position:-276px 0;}
.content .dlarea a.btn_andriod:hover{background-position:-278px -101px;}
.content .dlarea .txt{float:left;width:215px;height:42px;position:relative;margin:10px 0 0 0;overflow: hidden;}
.content .dlarea .txt .tbg{width:100%;height:100%;background-color:#000;opacity:0.5;filter:alpha(opacity=50);position:absolute;top:0;left:0;border-radius:0 5px 5px 0;z-index:1;}
.content .dlarea .txt a{width:100%;line-height:42px;position:relative;z-index:2;text-align: center;font-size:14px;font-family:'宋体';font-weight:bold;background-image:none;color:#ffff00;}
.content .dlarea .txt a:hover{color:#ffff00;}
.content .dlarea .txt span{padding-right:17px;background:url('../images/docRight.png') no-repeat right center;margin-left:10px;}
.content .dlarea .qq{width:220px; height:42px; float:left; position:relative; overflow:hidden; margin:10px 0 0 4px; text-align:center;font-family:'宋体';}
.content .dlarea .qq .tbg{width:100%;height:100%;background-color:#000;opacity:0.5;filter:alpha(opacity=50);position:absolute;top:0;left:0;border-radius:5px 0 0 5px;z-index:1;}
.content .dlarea .qq span{position:relative; z-index:2; text-align:center; font-size:14px; color:#ffffff; padding:0 0 0 23px; display:inline-block; *display:inline; *zoom:1; height:42px; line-height:42px; vertical-align:baseline; background:url('../images/ico_qq.png') no-repeat left center;}
.content .dlarea .qq em{color:#ffffff; font-family:Arial}
.content .dlarea .sline{width:2px; height:12px; background:#78a2cb; position:absolute; top:50%; margin-top:-5px; left:9px; z-index:2}
.footer{position:absolute; bottom:0; left:50%; margin:0 0 0 -500px; padding:60px 0; width:1000px; color:#cccccc; text-align:center;}
.footer .f-logo{width:133px; height:48px; display:inline-block; *display:inline; *zoom:1; background:url(../images/f-logo.png) no-repeat center;}
.footer .txt{width:850px; display:inline-block; *display:inline; *zoom:1; line-height:24px; vertical-align:baseline; font-size:12px; text-align:left; padding:0 0 0 10px}
.footer .txt a{color:#cccccc}
.footer .txt span{padding:0 6px;}
.pop{position:fixed;_position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;display:none;}
.pop .zz{width:100%;height:100%;background-color:#000;opacity:0.7;filter:alpha(opacity=70);}
.pop .showBox{width:1080px;position:absolute;z-index:10;top:0;left:50%;margin-left:-540px;height:100%;overflow: hidden;}
.pop .imgBox{width:1100px;height:100%;overflow: hidden;overflow-y:auto;}
.pop .closeBtn{position:absolute;top:0;left:0px;z-index:50;display:block;width:34px;height:34px;background:url('../images/closeBtn.png') no-repeat;}
.pop .imgBox img{width:1080px;height:auto;} | DesktopTest/css/layout.css | @charset "utf-8";
/* CSS Document */
body, dl, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, form, img {margin:0; padding:0;}
body, button, input, select, textarea {font:12px/160%, Microsoft YaHei, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-size:100%}
em, b,i{font-style:normal}
a,input{text-decoration:none; outline:none;}
img{border:0;}
input{outline:none;}
li{list-style:none;}
area{outline:none; border:0;}
.hd{text-indent:-999em;overflow:hidden;height:0;line-height:0; font-size:0;}
.ht1{overflow:hidden; text-indent:-999em;}
.clr:after{content:".";display:block;height:0;visibility:hidden;clear:both;}
.clr{zoom:1;}
body{background:#191109; font-family:Microsoft YaHei;position: relative;min-width: 1200px;_width: expression(((document.compatMode && document.compatMode=='CSS1Compat')? document.documentElement.clientWidth : document.body.clientWidth) < 1200? '1200px' : 'auto'); color: #f2fafe; font-size: 14px;font-family:"Microsoft YaHei";}
i{font-style:normal;}
a:hover{color:#ffde00; text-decoration:none}
.ht1{overflow:hidden;text-indent:-9999px;}
.wrap{width:100%;}
.area{width:1200px; margin:0 auto; position:relative; padding:58px 0 0; }
.head{height:498px; background:url(../images/head_bg.jpg) no-repeat center top; position:relative}
.head .logo{width:298px; height:209px; position:absolute; top:30px; left:50%; margin:0 0 0 -366px}
.content{height:582px; background:url(../images/con_bg.jpg) no-repeat center top; position:relative}
.content .dlarea{width:465px; height:260px; margin:0 0 0 160px;}
.content .dlarea .qrcode{width:131px; height:172px; display:block; float:left; padding:21px 21px 0; border-radius:5px; margin:2px 0 0; background:url(../images/qrcode_bg.png) no-repeat;}
.content .dlarea a{width:274px; height:99px; background:url(../images/dl_btn.png) no-repeat; display:block; float:left; margin:0;}
.content .dlarea a.btn_apple{background-position:0 0; margin-top:-3px;}
.content .dlarea a.btn_apple:hover{background-position:0 -103px;}
.content .dlarea a.btn_andriod{background-position:-276px 0;}
.content .dlarea a.btn_andriod:hover{background-position:-278px -101px;}
.content .dlarea .txt{float:left;width:215px;height:42px;position:relative;margin:10px 0 0 0;overflow: hidden;}
.content .dlarea .txt .tbg{width:100%;height:100%;background-color:#000;opacity:0.5;filter:alpha(opacity=50);position:absolute;top:0;left:0;border-radius:0 5px 5px 0;z-index:1;}
.content .dlarea .txt a{width:100%;line-height:42px;position:relative;z-index:2;text-align: center;font-size:14px;font-family:'宋体';font-weight:bold;background-image:none;color:#ffff00;}
.content .dlarea .txt a:hover{color:#ffff00;}
.content .dlarea .txt span{padding-right:17px;background:url('../images/docRight.png') no-repeat right center;margin-left:10px;}
.content .dlarea .qq{width:220px; height:42px; float:left; position:relative; overflow:hidden; margin:10px 0 0 4px; text-align:center;font-family:'宋体';}
.content .dlarea .qq .tbg{width:100%;height:100%;background-color:#000;opacity:0.5;filter:alpha(opacity=50);position:absolute;top:0;left:0;border-radius:5px 0 0 5px;z-index:1;}
.content .dlarea .qq span{position:relative; z-index:2; text-align:center; font-size:14px; color:#ffffff; padding:0 0 0 23px; display:inline-block; *display:inline; *zoom:1; height:42px; line-height:42px; vertical-align:baseline; background:url('../images/ico_qq.png') no-repeat left center;}
.content .dlarea .qq em{color:#ffffff; font-family:Arial}
.content .dlarea .sline{width:2px; height:12px; background:#78a2cb; position:absolute; top:50%; margin-top:-5px; left:9px; z-index:2}
.footer{position:absolute; bottom:0; left:50%; margin:0 0 0 -500px; padding:60px 0; width:1000px; color:#cccccc; text-align:center;}
.footer .f-logo{width:133px; height:48px; display:inline-block; *display:inline; *zoom:1; background:url(../images/f-logo.png) no-repeat center;}
.footer .txt{width:850px; display:inline-block; *display:inline; *zoom:1; line-height:24px; vertical-align:baseline; font-size:12px; text-align:left; padding:0 0 0 10px}
.footer .txt a{color:#cccccc}
.footer .txt span{padding:0 6px;}
.pop{position:fixed;_position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;display:none;}
.pop .zz{width:100%;height:100%;background-color:#000;opacity:0.7;filter:alpha(opacity=70);}
.pop .showBox{width:1080px;position:absolute;z-index:10;top:0;left:50%;margin-left:-540px;height:100%;overflow: hidden;}
.pop .imgBox{width:1100px;height:100%;overflow: hidden;overflow-y:auto;}
.pop .closeBtn{position:absolute;top:0;left:0px;z-index:50;display:block;width:34px;height:34px;background:url('../images/closeBtn.png') no-repeat;}
.pop .imgBox img{width:1080px;height:auto;} | 0.226356 | 0.066146 |
background-color: #eeeeee;
}
.widget #extras-syntax-highlighting pre, .widget #extras-syntax-highlighting code {
background: #fff;
}
#extras-syntax-highlighting pre .hljs, #extras-syntax-highlighting code .hljs {
display: block;
overflow-x: auto;
padding: 20px;
}
#extras-syntax-highlighting pre .hljs-number,
#extras-syntax-highlighting pre .hljs-literal,
#extras-syntax-highlighting pre .hljs-symbol,
#extras-syntax-highlighting pre .hljs-bullet, #extras-syntax-highlighting code .hljs-number,
#extras-syntax-highlighting code .hljs-literal,
#extras-syntax-highlighting code .hljs-symbol,
#extras-syntax-highlighting code .hljs-bullet {
color: #546e7a;
}
#extras-syntax-highlighting pre .hljs-keyword,
#extras-syntax-highlighting pre .hljs-selector-tag,
#extras-syntax-highlighting pre .hljs-deletion, #extras-syntax-highlighting code .hljs-keyword,
#extras-syntax-highlighting code .hljs-selector-tag,
#extras-syntax-highlighting code .hljs-deletion {
color: #ff9800;
}
#extras-syntax-highlighting pre .hljs-variable,
#extras-syntax-highlighting pre .hljs-template-variable,
#extras-syntax-highlighting pre .hljs-link, #extras-syntax-highlighting code .hljs-variable,
#extras-syntax-highlighting code .hljs-template-variable,
#extras-syntax-highlighting code .hljs-link {
color: #81c784;
}
#extras-syntax-highlighting pre .hljs-comment,
#extras-syntax-highlighting pre .hljs-quote, #extras-syntax-highlighting code .hljs-comment,
#extras-syntax-highlighting code .hljs-quote {
color: #212121;
}
#extras-syntax-highlighting pre .hljs-meta, #extras-syntax-highlighting code .hljs-meta {
color: #558b2f;
}
#extras-syntax-highlighting pre .hljs-string,
#extras-syntax-highlighting pre .hljs-attribute,
#extras-syntax-highlighting pre .hljs-addition, #extras-syntax-highlighting code .hljs-string,
#extras-syntax-highlighting code .hljs-attribute,
#extras-syntax-highlighting code .hljs-addition {
color: #4caf50;
}
#extras-syntax-highlighting pre .hljs-section,
#extras-syntax-highlighting pre .hljs-title,
#extras-syntax-highlighting pre .hljs-type, #extras-syntax-highlighting code .hljs-section,
#extras-syntax-highlighting code .hljs-title,
#extras-syntax-highlighting code .hljs-type {
color: #3f51b5;
}
#extras-syntax-highlighting pre .hljs-name,
#extras-syntax-highlighting pre .hljs-selector-id,
#extras-syntax-highlighting pre .hljs-selector-class, #extras-syntax-highlighting code .hljs-name,
#extras-syntax-highlighting code .hljs-selector-id,
#extras-syntax-highlighting code .hljs-selector-class {
color: #b71c1c;
}
#extras-syntax-highlighting pre .hljs-emphasis, #extras-syntax-highlighting code .hljs-emphasis {
font-style: italic;
}
#extras-syntax-highlighting pre .hljs-strong, #extras-syntax-highlighting code .hljs-strong {
font-weight: bold;
} | public/asset/backend/css/extras/syntax-highlighting.css | background-color: #eeeeee;
}
.widget #extras-syntax-highlighting pre, .widget #extras-syntax-highlighting code {
background: #fff;
}
#extras-syntax-highlighting pre .hljs, #extras-syntax-highlighting code .hljs {
display: block;
overflow-x: auto;
padding: 20px;
}
#extras-syntax-highlighting pre .hljs-number,
#extras-syntax-highlighting pre .hljs-literal,
#extras-syntax-highlighting pre .hljs-symbol,
#extras-syntax-highlighting pre .hljs-bullet, #extras-syntax-highlighting code .hljs-number,
#extras-syntax-highlighting code .hljs-literal,
#extras-syntax-highlighting code .hljs-symbol,
#extras-syntax-highlighting code .hljs-bullet {
color: #546e7a;
}
#extras-syntax-highlighting pre .hljs-keyword,
#extras-syntax-highlighting pre .hljs-selector-tag,
#extras-syntax-highlighting pre .hljs-deletion, #extras-syntax-highlighting code .hljs-keyword,
#extras-syntax-highlighting code .hljs-selector-tag,
#extras-syntax-highlighting code .hljs-deletion {
color: #ff9800;
}
#extras-syntax-highlighting pre .hljs-variable,
#extras-syntax-highlighting pre .hljs-template-variable,
#extras-syntax-highlighting pre .hljs-link, #extras-syntax-highlighting code .hljs-variable,
#extras-syntax-highlighting code .hljs-template-variable,
#extras-syntax-highlighting code .hljs-link {
color: #81c784;
}
#extras-syntax-highlighting pre .hljs-comment,
#extras-syntax-highlighting pre .hljs-quote, #extras-syntax-highlighting code .hljs-comment,
#extras-syntax-highlighting code .hljs-quote {
color: #212121;
}
#extras-syntax-highlighting pre .hljs-meta, #extras-syntax-highlighting code .hljs-meta {
color: #558b2f;
}
#extras-syntax-highlighting pre .hljs-string,
#extras-syntax-highlighting pre .hljs-attribute,
#extras-syntax-highlighting pre .hljs-addition, #extras-syntax-highlighting code .hljs-string,
#extras-syntax-highlighting code .hljs-attribute,
#extras-syntax-highlighting code .hljs-addition {
color: #4caf50;
}
#extras-syntax-highlighting pre .hljs-section,
#extras-syntax-highlighting pre .hljs-title,
#extras-syntax-highlighting pre .hljs-type, #extras-syntax-highlighting code .hljs-section,
#extras-syntax-highlighting code .hljs-title,
#extras-syntax-highlighting code .hljs-type {
color: #3f51b5;
}
#extras-syntax-highlighting pre .hljs-name,
#extras-syntax-highlighting pre .hljs-selector-id,
#extras-syntax-highlighting pre .hljs-selector-class, #extras-syntax-highlighting code .hljs-name,
#extras-syntax-highlighting code .hljs-selector-id,
#extras-syntax-highlighting code .hljs-selector-class {
color: #b71c1c;
}
#extras-syntax-highlighting pre .hljs-emphasis, #extras-syntax-highlighting code .hljs-emphasis {
font-style: italic;
}
#extras-syntax-highlighting pre .hljs-strong, #extras-syntax-highlighting code .hljs-strong {
font-weight: bold;
} | 0.215598 | 0.04154 |
.roomsHeader {
min-height: calc(100vh - 60px);
width: 100%;
background: linear-gradient(to top, #eceff1, #a2a2b2);
position: relative;
}
.headerTitle {
display: flex;
justify-content: center;
width: 82.5%;
align-items: center;
margin: 0 auto;
}
.headerTitle h3 {
font-weight: 400;
max-width: 400px;
}
.headerTitle > div {
padding: 20px;
}
.headerTitleTitle {
max-width: 300px;
}
.headerTitleBlurb {
font-weight: 200;
max-width: 56vw;
text-indent: 50px;
margin-left: 50px;
color: #232323a2;
line-height: 30px;
}
.headerTitleBlurb a {
font-weight: 400;
text-transform: capitalize;
color: #232323a2;
text-decoration: underline;
}
.headerTitleBlurb::first-letter {
font-size: 125%;
}
.headerTitle strong {
padding-left: 0;
}
.headerImage {
height: 75vh;
overflow: hidden;
/* border-bottom: 20px solid #9b59b6a2; */
}
.headerImage img {
object-fit: cover !important;
object-position: right top !important;
filter: contrast(1.2) brightness(0.9);
backface-visibility: hidden;
animation: fadeInIn 3.4s cubic-bezier(0.175, 0.885, 0.32, 1) forwards;
}
@keyframes fadeInIn {
0% {
filter: brightness(1) contrast(1) blur(2px);
transform: scale(1.2);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
filter: brightness(0.8) contrast(1.2) blur(0px);
}
}
@media screen and (max-width: 600px) {
.headerImage img {
object-position: center center !important;
}
.roomsHeader h3 {
display: flex;
}
}
.rooms {
width: 100%;
}
.rooms h1 {
color: #eceff1;
text-align: center;
margin-top: 20px;
}
.roomContainer {
display: flex;
justify-content: center;
align-items: center;
}
.doubleSection,
.singleSection {
flex: 1;
margin: 30px;
}
.singleWrapper img,
.doubleWrapper img {
border: 2px solid #eceff1;
padding: 10px;
}
.singleWrapper,
.doubleWrapper {
filter: grayscale(75%);
transition: 800ms;
}
.singleWrapper:hover,
.doubleWrapper:hover {
filter: grayscale(0%);
}
.singleWrapper img {
object-position: left center !important;
}
.soubleWrapper img {
object-position: right center !important;
}
.roomCard {
display: flex;
flex-direction: column;
background-color: #eceff1a2;
margin-top: 20px;
min-height: 20vh;
height: 150px;
}
.roomCardTitle {
margin: 10px 30px;
text-align: center;
}
.roomCard h2 {
text-align: center;
text-decoration: underline;
}
@media screen and (max-width: 800px) {
.roomContainer {
display: block;
}
.headerTitle {
flex-direction: column;
}
.headerTitleBlurb {
max-width: 80vw;
width: 80vw;
}
} | src/pages/page-styles/rooms.module.css | .roomsHeader {
min-height: calc(100vh - 60px);
width: 100%;
background: linear-gradient(to top, #eceff1, #a2a2b2);
position: relative;
}
.headerTitle {
display: flex;
justify-content: center;
width: 82.5%;
align-items: center;
margin: 0 auto;
}
.headerTitle h3 {
font-weight: 400;
max-width: 400px;
}
.headerTitle > div {
padding: 20px;
}
.headerTitleTitle {
max-width: 300px;
}
.headerTitleBlurb {
font-weight: 200;
max-width: 56vw;
text-indent: 50px;
margin-left: 50px;
color: #232323a2;
line-height: 30px;
}
.headerTitleBlurb a {
font-weight: 400;
text-transform: capitalize;
color: #232323a2;
text-decoration: underline;
}
.headerTitleBlurb::first-letter {
font-size: 125%;
}
.headerTitle strong {
padding-left: 0;
}
.headerImage {
height: 75vh;
overflow: hidden;
/* border-bottom: 20px solid #9b59b6a2; */
}
.headerImage img {
object-fit: cover !important;
object-position: right top !important;
filter: contrast(1.2) brightness(0.9);
backface-visibility: hidden;
animation: fadeInIn 3.4s cubic-bezier(0.175, 0.885, 0.32, 1) forwards;
}
@keyframes fadeInIn {
0% {
filter: brightness(1) contrast(1) blur(2px);
transform: scale(1.2);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
filter: brightness(0.8) contrast(1.2) blur(0px);
}
}
@media screen and (max-width: 600px) {
.headerImage img {
object-position: center center !important;
}
.roomsHeader h3 {
display: flex;
}
}
.rooms {
width: 100%;
}
.rooms h1 {
color: #eceff1;
text-align: center;
margin-top: 20px;
}
.roomContainer {
display: flex;
justify-content: center;
align-items: center;
}
.doubleSection,
.singleSection {
flex: 1;
margin: 30px;
}
.singleWrapper img,
.doubleWrapper img {
border: 2px solid #eceff1;
padding: 10px;
}
.singleWrapper,
.doubleWrapper {
filter: grayscale(75%);
transition: 800ms;
}
.singleWrapper:hover,
.doubleWrapper:hover {
filter: grayscale(0%);
}
.singleWrapper img {
object-position: left center !important;
}
.soubleWrapper img {
object-position: right center !important;
}
.roomCard {
display: flex;
flex-direction: column;
background-color: #eceff1a2;
margin-top: 20px;
min-height: 20vh;
height: 150px;
}
.roomCardTitle {
margin: 10px 30px;
text-align: center;
}
.roomCard h2 {
text-align: center;
text-decoration: underline;
}
@media screen and (max-width: 800px) {
.roomContainer {
display: block;
}
.headerTitle {
flex-direction: column;
}
.headerTitleBlurb {
max-width: 80vw;
width: 80vw;
}
} | 0.714927 | 0.209268 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
#abc{
width:100%;
height:100vh;
position:absolute;
}
#abc h4 {
position: absolute;
font-size: 2.5rem;
padding-left: 2rem;
font-family: "Ubuntu";
}
nav{
width: 100%;
position: ;
}
nav ul{
float: right;
}
nav ul li .Brand{
float: left;
}
nav ul li{
list-style-type: none;
display: inline-block;
transition: 0.7s all;
padding-top:1.5rem;
font-size: 1.5rem;
font-family: "Montserrat-Light";
}
nav ul li:hover{
background-color:#51C4D3;
}
nav ul li a{
text-decoration: none;
color: #fff;
padding: 2rem;
}
#signUp-Heading {
text-align: center;
padding-top: 8px;
padding-bottom: 8px;
width: 100%;
background: linear-gradient(110deg, rgb(111, 255, 111), yellow);
border-radius: 10px;
}
h1{
font-size: 1.75rem;
}
p{
margin-right: .5rem;
}
body {
background-image: radial-gradient(#212121 10%, transparent 10%),
radial-gradient(#fafafa 10%, transparent 10%);
background-color: #A7C4BC;
background-position: 0 0, 25px 25px;
background-size: 50px 50px;
/* background-color: green; */
margin: 6% 27%;
font-size: large;
}
form {
background-color: ghostwhite;
padding: 1% 4% 4% 4%;
border: 2px solid grey;
border-radius: 6px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
form::-ms-fill {
font-size: xx-large;
}
input[type="text"],
input[type="date"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
textarea,
select {
padding: 8px;
margin: 6px;
width: 94%;
border: 1px solid gray;
border-radius: 4px;
}
input[type="submit"] {
background: linear-gradient(15deg, purple, orange);
color: white;
font-size: large;
font-weight: 700;
cursor: pointer;
width: 100%;
border: none;
border-radius: 6px;
padding: 12px;
}
input[type="submit"]:hover {
background: linear-gradient(200deg, purple, orange);
} | style/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
#abc{
width:100%;
height:100vh;
position:absolute;
}
#abc h4 {
position: absolute;
font-size: 2.5rem;
padding-left: 2rem;
font-family: "Ubuntu";
}
nav{
width: 100%;
position: ;
}
nav ul{
float: right;
}
nav ul li .Brand{
float: left;
}
nav ul li{
list-style-type: none;
display: inline-block;
transition: 0.7s all;
padding-top:1.5rem;
font-size: 1.5rem;
font-family: "Montserrat-Light";
}
nav ul li:hover{
background-color:#51C4D3;
}
nav ul li a{
text-decoration: none;
color: #fff;
padding: 2rem;
}
#signUp-Heading {
text-align: center;
padding-top: 8px;
padding-bottom: 8px;
width: 100%;
background: linear-gradient(110deg, rgb(111, 255, 111), yellow);
border-radius: 10px;
}
h1{
font-size: 1.75rem;
}
p{
margin-right: .5rem;
}
body {
background-image: radial-gradient(#212121 10%, transparent 10%),
radial-gradient(#fafafa 10%, transparent 10%);
background-color: #A7C4BC;
background-position: 0 0, 25px 25px;
background-size: 50px 50px;
/* background-color: green; */
margin: 6% 27%;
font-size: large;
}
form {
background-color: ghostwhite;
padding: 1% 4% 4% 4%;
border: 2px solid grey;
border-radius: 6px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
form::-ms-fill {
font-size: xx-large;
}
input[type="text"],
input[type="date"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
textarea,
select {
padding: 8px;
margin: 6px;
width: 94%;
border: 1px solid gray;
border-radius: 4px;
}
input[type="submit"] {
background: linear-gradient(15deg, purple, orange);
color: white;
font-size: large;
font-weight: 700;
cursor: pointer;
width: 100%;
border: none;
border-radius: 6px;
padding: 12px;
}
input[type="submit"]:hover {
background: linear-gradient(200deg, purple, orange);
} | 0.588298 | 0.1015 |
body {
font-family: "PT Sans", sans-serif;
font-size: 20px;
background: #fcfcfa;
color: #333;
margin: 1em auto 4em auto;
width: 960px;
}
.about {
display: none;
height: 0;
}
button {
font-family: "PT Sans", sans-serif;
font-size: 20px;
}
.navBar {
font-size: 40px;
font-weight: 300;
letter-spacing: -2px;
color: black;
}
.navBar.nav-pills>li>a {
padding-top: 15px;
padding-bottom: 15px;
}
.chartBar.nav {
margin-bottom: 0;
}
.description {
font-size: 20px;
background: #cae3fc;
padding: 20px;
}
.legend,
.picker {
margin-left: 20px;
}
.picker button,
.picker input,
.picker label,
.inputSection input,
.inputSection label {
display: inline-block;
}
.picker label {
font-size: 16px;
font-weight: bold;
}
.instruct {
margin-top: 20px;
}
.avg {
margin-left: 20px;
}
#gpxFile {
height: 30px;
width: 600px;
font-family: "PT Sans", sans-serif;
font-size: 20px;
}
#downloadGPX {
text-decoration: none;
color: black;
}
#newXML {
margin-top: 20px;
width: 100%;
height: 600px;
}
#chart {
font: 10px sans-serif;
width: 960px;
height: 500px;
}
#mini {
font: 10px sans-serif;
width: 960px;
height: 200px;
overflow: hidden;
}
.axis path,
.axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
stroke-width: 1px;
}
.line {
fill: none;
stroke-width: 1px;
}
.googleStatus{
display: none;
margin-left: 20px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
color: green;
}
.error {
color: red;
}
.eleStatus {
display: none;
margin-left: 20px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
color: red;
}
.newStuff {
display: none;
height: 0;
background: #cae3fc;
font-size: 20px;
}
.downloadStatus {
display: none;
margin-left: 20px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
color: red;
}
.inputSection label{
display: inline-block;
text-align :right;
width: 140px;
margin-right: 10px;
font-size: 20px;
}
.inputSection input {
width: 700px;
font-family: "PT Sans", sans-serif;
font-size: 20px;
margin-top: 5px;
}
.instruct button {
margin-top: 5px;
margin-bottom: 5px;
}
.smoothing button{
width: 200px;
}
.smoothing label {
margin-right: 10px;
}
input.number {
width: 60px;
height: 22px;
text-align: right;
font-family: "PT Sans", sans-serif;
font-size: 20px;
}
/* New Stuff */
.resize path {
fill: #666;
fill-opacity: .8;
stroke: #000;
stroke-width: 2px;
}
.brush .extent {
fill-opacity: .125;
shape-rendering: crispEdges;
}
rect.pane {
cursor: move;
fill: none;
pointer-events: all;
}
.modified {
stroke: green;
fill: transparent;
z-index: 50;
}
.waypoints {
stroke: orange;
fill: transparent;
z-index: 10;
}
.keep {
stroke: darkred;
z-index: 1;
stroke-width: 10;
}
.peakValley {
stroke: black;
fill: transparent;
}
.original {
stroke: blue;
fill: transparent;
z-index: 100;
}
#mini .modified,
#mini .original {
stroke-width: 3;
}
circle.modified {
fill: green;
}
circle.original {
fill: blue;
}
.legend .swatch {
width:40px;
height: 4px;
display: inline-block;
margin-bottom: 6px;
margin-right: 10px;
}
.modified .swatch {
margin-left: 20px;
background-color:green;
}
.original .swatch{
background-color: blue;
}
.legend .average {
margin-left: 20px;
}
#slopeDistance {
display: none;
}
.checkbox.inline.chkHide {
padding-bottom: 0;
padding-top: 0;
margin-left: 20px;
}
.chkHide label {
font-size: 20px;
}
div.tooltip {
position: absolute;
text-align: left;
font: 16px sans-serif;
line-height: 18px;
color: white;
background: #08c;
border: 0;
white-space: nowrap;
font-weight: bold;
padding: 12px;
border-radius: 2px;
pointer-events: none;
}
/* Creates a small triangle extender for the tooltip */
div.tooltip:after {
box-sizing: border-box;
display: inline;
font-size: 10px;
width: 100%;
line-height: 1;
color: #08c;
position: absolute;
pointer-events: none;
content: "\25BC";
margin: -1px 0 0 0;
top: 100%;
left: 0;
text-align: center;
}
.slope-legend {
width: 200px;
height: 30px;
display: inline-block;
vertical-align: bottom;
margin-left: 10px;
margin-right: 10px;
}
.slope-legend svg {
padding-top: 10px;
}
.key path {
display: none;
}
.key line {
stroke: #000;
shape-rendering: crispEdges;
}
.key .tick {
font-size: 12px;
} | css/smoother.css | body {
font-family: "PT Sans", sans-serif;
font-size: 20px;
background: #fcfcfa;
color: #333;
margin: 1em auto 4em auto;
width: 960px;
}
.about {
display: none;
height: 0;
}
button {
font-family: "PT Sans", sans-serif;
font-size: 20px;
}
.navBar {
font-size: 40px;
font-weight: 300;
letter-spacing: -2px;
color: black;
}
.navBar.nav-pills>li>a {
padding-top: 15px;
padding-bottom: 15px;
}
.chartBar.nav {
margin-bottom: 0;
}
.description {
font-size: 20px;
background: #cae3fc;
padding: 20px;
}
.legend,
.picker {
margin-left: 20px;
}
.picker button,
.picker input,
.picker label,
.inputSection input,
.inputSection label {
display: inline-block;
}
.picker label {
font-size: 16px;
font-weight: bold;
}
.instruct {
margin-top: 20px;
}
.avg {
margin-left: 20px;
}
#gpxFile {
height: 30px;
width: 600px;
font-family: "PT Sans", sans-serif;
font-size: 20px;
}
#downloadGPX {
text-decoration: none;
color: black;
}
#newXML {
margin-top: 20px;
width: 100%;
height: 600px;
}
#chart {
font: 10px sans-serif;
width: 960px;
height: 500px;
}
#mini {
font: 10px sans-serif;
width: 960px;
height: 200px;
overflow: hidden;
}
.axis path,
.axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
stroke-width: 1px;
}
.line {
fill: none;
stroke-width: 1px;
}
.googleStatus{
display: none;
margin-left: 20px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
color: green;
}
.error {
color: red;
}
.eleStatus {
display: none;
margin-left: 20px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
color: red;
}
.newStuff {
display: none;
height: 0;
background: #cae3fc;
font-size: 20px;
}
.downloadStatus {
display: none;
margin-left: 20px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
color: red;
}
.inputSection label{
display: inline-block;
text-align :right;
width: 140px;
margin-right: 10px;
font-size: 20px;
}
.inputSection input {
width: 700px;
font-family: "PT Sans", sans-serif;
font-size: 20px;
margin-top: 5px;
}
.instruct button {
margin-top: 5px;
margin-bottom: 5px;
}
.smoothing button{
width: 200px;
}
.smoothing label {
margin-right: 10px;
}
input.number {
width: 60px;
height: 22px;
text-align: right;
font-family: "PT Sans", sans-serif;
font-size: 20px;
}
/* New Stuff */
.resize path {
fill: #666;
fill-opacity: .8;
stroke: #000;
stroke-width: 2px;
}
.brush .extent {
fill-opacity: .125;
shape-rendering: crispEdges;
}
rect.pane {
cursor: move;
fill: none;
pointer-events: all;
}
.modified {
stroke: green;
fill: transparent;
z-index: 50;
}
.waypoints {
stroke: orange;
fill: transparent;
z-index: 10;
}
.keep {
stroke: darkred;
z-index: 1;
stroke-width: 10;
}
.peakValley {
stroke: black;
fill: transparent;
}
.original {
stroke: blue;
fill: transparent;
z-index: 100;
}
#mini .modified,
#mini .original {
stroke-width: 3;
}
circle.modified {
fill: green;
}
circle.original {
fill: blue;
}
.legend .swatch {
width:40px;
height: 4px;
display: inline-block;
margin-bottom: 6px;
margin-right: 10px;
}
.modified .swatch {
margin-left: 20px;
background-color:green;
}
.original .swatch{
background-color: blue;
}
.legend .average {
margin-left: 20px;
}
#slopeDistance {
display: none;
}
.checkbox.inline.chkHide {
padding-bottom: 0;
padding-top: 0;
margin-left: 20px;
}
.chkHide label {
font-size: 20px;
}
div.tooltip {
position: absolute;
text-align: left;
font: 16px sans-serif;
line-height: 18px;
color: white;
background: #08c;
border: 0;
white-space: nowrap;
font-weight: bold;
padding: 12px;
border-radius: 2px;
pointer-events: none;
}
/* Creates a small triangle extender for the tooltip */
div.tooltip:after {
box-sizing: border-box;
display: inline;
font-size: 10px;
width: 100%;
line-height: 1;
color: #08c;
position: absolute;
pointer-events: none;
content: "\25BC";
margin: -1px 0 0 0;
top: 100%;
left: 0;
text-align: center;
}
.slope-legend {
width: 200px;
height: 30px;
display: inline-block;
vertical-align: bottom;
margin-left: 10px;
margin-right: 10px;
}
.slope-legend svg {
padding-top: 10px;
}
.key path {
display: none;
}
.key line {
stroke: #000;
shape-rendering: crispEdges;
}
.key .tick {
font-size: 12px;
} | 0.46563 | 0.089933 |
@import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';
:root {
--primary: #007bff;
--primary-50: #cfe6ff;
--primary-100: #b8daff;
--primary-200: #8ac2ff;
--primary-300: #5cabff;
--primary-400: #2e93ff;
--primary-500: #007bff;
--primary-600: #0065d1;
--primary-700: #004fa3;
--primary-800: #003975;
--primary-900: #002247;
--secondary: #6c757d;
--secondary-50: #d9dcde;
--secondary-100: #cdd1d4;
--secondary-200: #b4babe;
--secondary-300: #9ca3a9;
--secondary-400: #838c94;
--secondary-500: #6c757d;
--secondary-600: #575e64;
--secondary-700: #41474c;
--secondary-800: #2c3033;
--secondary-900: #17191b;
}
:root {
--toastify-color-light: #fafafa;
--toastify-color-dark: #171717;
--toastify-color-info: #0284c7;
--toastify-color-success: #16a34a;
--toastify-color-warning: #eab308;
--toastify-color-error: #dc2626;
--toastify-color-transparent: rgba(255, 255, 255, 0.7);
--toastify-icon-color-info: var(--toastify-color-info);
--toastify-icon-color-success: var(--toastify-color-success);
--toastify-icon-color-warning: var(--toastify-color-warning);
--toastify-icon-color-error: var(--toastify-color-error);
--toastify-toast-width: 320px;
--toastify-toast-background: #fff;
--toastify-toast-min-height: 64px;
--toastify-toast-max-height: 800px;
--toastify-font-family: sans-serif;
--toastify-z-index: 9999;
--toastify-text-color-light: #757575;
--toastify-text-color-dark: #fff;
/* Used only for colored theme */
--toastify-text-color-info: #fff;
--toastify-text-color-success: #fff;
--toastify-text-color-warning: #fff;
--toastify-text-color-error: #fff;
--toastify-spinner-color: #616161;
--toastify-spinner-color-empty-area: #e0e0e0;
--toastify-color-progress-light: linear-gradient(
to right,
var(--primary-50),
var(--primary-100),
var(--primary-200),
var(--primary-300),
var(--primary-400),
var(--primary-500)
);
--toastify-color-progress-dark: var(--primary-100);
--toastify-color-progress-info: var(--toastify-color-info);
--toastify-color-progress-success: var(--toastify-color-success);
--toastify-color-progress-warning: var(--toastify-color-warning);
--toastify-color-progress-error: var(--toastify-color-error);
} | src/index.css | @import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';
:root {
--primary: #007bff;
--primary-50: #cfe6ff;
--primary-100: #b8daff;
--primary-200: #8ac2ff;
--primary-300: #5cabff;
--primary-400: #2e93ff;
--primary-500: #007bff;
--primary-600: #0065d1;
--primary-700: #004fa3;
--primary-800: #003975;
--primary-900: #002247;
--secondary: #6c757d;
--secondary-50: #d9dcde;
--secondary-100: #cdd1d4;
--secondary-200: #b4babe;
--secondary-300: #9ca3a9;
--secondary-400: #838c94;
--secondary-500: #6c757d;
--secondary-600: #575e64;
--secondary-700: #41474c;
--secondary-800: #2c3033;
--secondary-900: #17191b;
}
:root {
--toastify-color-light: #fafafa;
--toastify-color-dark: #171717;
--toastify-color-info: #0284c7;
--toastify-color-success: #16a34a;
--toastify-color-warning: #eab308;
--toastify-color-error: #dc2626;
--toastify-color-transparent: rgba(255, 255, 255, 0.7);
--toastify-icon-color-info: var(--toastify-color-info);
--toastify-icon-color-success: var(--toastify-color-success);
--toastify-icon-color-warning: var(--toastify-color-warning);
--toastify-icon-color-error: var(--toastify-color-error);
--toastify-toast-width: 320px;
--toastify-toast-background: #fff;
--toastify-toast-min-height: 64px;
--toastify-toast-max-height: 800px;
--toastify-font-family: sans-serif;
--toastify-z-index: 9999;
--toastify-text-color-light: #757575;
--toastify-text-color-dark: #fff;
/* Used only for colored theme */
--toastify-text-color-info: #fff;
--toastify-text-color-success: #fff;
--toastify-text-color-warning: #fff;
--toastify-text-color-error: #fff;
--toastify-spinner-color: #616161;
--toastify-spinner-color-empty-area: #e0e0e0;
--toastify-color-progress-light: linear-gradient(
to right,
var(--primary-50),
var(--primary-100),
var(--primary-200),
var(--primary-300),
var(--primary-400),
var(--primary-500)
);
--toastify-color-progress-dark: var(--primary-100);
--toastify-color-progress-info: var(--toastify-color-info);
--toastify-color-progress-success: var(--toastify-color-success);
--toastify-color-progress-warning: var(--toastify-color-warning);
--toastify-color-progress-error: var(--toastify-color-error);
} | 0.312895 | 0.082107 |
* {
box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: inherit;
vertical-align: baseline;
background: transparent;
}
html,
body {
height: 100%;
width: 100%;
font-family: STHeiti, 'Microsoft YaHei', Arial, sans-serif;
color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: STHeiti, 'Microsoft YaHei', Arial, sans-serif;
}
h1 {
font-size: 3em;
}
h2 {
font-size: 2em;
}
h3 {
font-size: 1.5em;
}
h4 {
font-size: 1.17em;
}
h5 {
font-size: 1em;
}
h6 {
font-size: 0.83em;
}
body {
line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
header ul,
nav ul,
footer ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: none;
}
a {
margin: 0;
padding: 0;
vertical-align: baseline;
background: transparent;
text-decoration: none;
color: inherit;
}
/* change colours to suit your needs */
ins {
background-color: #ff9;
color: #000;
text-decoration: none;
}
/* change colours to suit your needs */
mark {
background-color: #ff9;
color: #000;
font-style: italic;
font-weight: bold;
}
del {
text-decoration: line-through;
}
abbr[title],
dfn[title] {
border-bottom: 1px dotted;
cursor: help;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #cccccc;
margin: 1em 0;
padding: 0;
}
input,
select {
vertical-align: middle;
outline: medium none;
border: 0;
}
.site-header {
position: relative;
display: flex;
flex-flow: nowrap;
justify-content: space-between;
height: 60px;
line-height: 40px;
background: white;
box-shadow: 0 0 5px lightgray;
}
.site-header .header-logo {
font-size: 1.5em;
}
.nav-list {
float: right;
}
.nav-list .nav-item {
display: inline;
}
.nav-list .nav-item a,
.nav-list .nav-item a:link,
.nav-list .nav-item a:visited {
color: #1f373e;
}
.nav-list .nav-item a:hover {
color: #1ba472;
}
.site-main {
position: relative;
max-width: 1200px;
margin: 0 auto;
}
.site-main:after {
content: ' ';
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.site-footer {
width: 100%;
background: #2f2f2f;
border-top: 6px solid #797892;
text-align: center;
color: white;
padding: 25px 0;
}
.site-footer .copyright {
margin-top: 15px;
font-size: 0.75em;
}
.site-footer .footer-link {
display: inline;
margin: 0 20px;
font-size: 0.75em;
}
.site-footer .link-icon {
font-size: 18px;
vertical-align: middle;
}
.article-content {
max-width: 940px;
overflow: hidden;
}
.article-content h1 {
text-align: center;
margin: .67em 0;
}
.article-content h2 {
padding-bottom: .3em;
margin-top: .8em;
margin-bottom: .5em;
border-bottom: 1px solid #eee;
line-height: 1.225;
}
.article-content h3 {
margin: .83em 0;
}
.article-content p {
line-height: 1.6em;
margin: 1em 0;
}
.article-content a {
color: #1ba472;
}
.article-content ul,
.article-content ol {
list-style-position: inside;
margin-left: 2em;
line-height: 1.5em;
}
.article-content img {
box-sizing: border-box;
width: 90%;
text-align: center;
margin: 0 5%;
padding: 5px;
border: 1px solid #ddd;
box-shadow: 0 0 5px #ddd;
}
.article-content blockquote {
margin: 1em 0 1em 2em;
padding: 1px 0;
border-left: 3px solid #1ba472;
}
.article-content pre {
position: relative;
width: 90%;
margin: 1em auto;
padding: 30px 20px 20px 20px;
border: 1px solid #333;
box-shadow: 3px 3px 10px #ccc;
background: url('/public/resources/code-bg.png');
}
.article-content pre:before {
position: absolute;
top: 0;
left: 0;
content: attr(data-lang);
font: bold .5em Consolas;
letter-spacing: .05em;
text-transform: uppercase;
margin: -1px 0 0 -1px;
padding: 3px 5px;
border: 1px solid #333;
border-bottom-right-radius: 3px;
color: #666;
background: #eee;
}
.article-content code {
background: transparent;
}
.article-content .live-code {
width: 90%;
margin: 1em auto;
position: relative;
border: 1px solid #999;
padding: 45px 20px 20px 20px;
}
.article-content .live-code:before {
position: absolute;
top: 15px;
left: 15px;
content: 'LIVE DEMO: ' attr(data-caption);
color: #999;
font: bold 0.8em 'Helvetica Neue', Helvetica, Arial, sans-serif;
letter-spacing: 1px;
}
.article-aside {
font-size: .8em;
color: #7f8c8d;
}
.article-aside .aside-title {
font-size: 1.5em;
margin: 20px 0;
}
.article-aside .table-of-content {
list-style: none;
line-height: 1.8em;
}
.article-aside .table-of-content .H1 {
margin: 0;
font-size: 1.2em;
}
.article-aside .table-of-content .H2 {
margin: 15px;
font-size: 1em;
}
.article-aside .table-of-content .H3 {
margin: 30px;
font-size: .9em;
}
.article-aside .table-of-content .H4 {
margin: 45px;
font-size: .8em;
}
.article-aside .table-of-content .H5 {
margin: 60px;
font-size: .7em;
}
.article-aside .table-of-content .H6 {
margin: 75px;
font-size: .6em;
}
@media (max-width: 768px) {
.site-header {
padding: 10px 20px;
}
.nav-list .nav-item {
margin: 0 10px;
}
.article-content {
padding: 20px;
}
.article-aside {
display: none;
}
}
@media (min-width: 768px) and (max-width: 992px) {
.site-header {
padding: 10px 20px;
}
.nav-list .nav-item {
margin: 0 20px;
}
.article-content {
padding: 20px;
}
.article-aside {
display: none;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
.site-header {
padding: 10px 40px;
}
.nav-list .nav-item {
margin: 0 20px;
}
.article-content {
padding: 40px;
}
.article-aside {
display: none;
}
}
@media (min-width: 1200px) {
.site-header {
padding: 10px 40px;
}
.nav-list .nav-item {
margin: 0 20px;
}
.article-content {
padding: 40px;
}
.article-aside {
width: 260px;
float: right;
}
.article-aside .index-aside {
position: fixed;
top: 50px;
width: 220px;
margin: 40px 0 0 40px;
}
} | public/css/articles.css | * {
box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: inherit;
vertical-align: baseline;
background: transparent;
}
html,
body {
height: 100%;
width: 100%;
font-family: STHeiti, 'Microsoft YaHei', Arial, sans-serif;
color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: STHeiti, 'Microsoft YaHei', Arial, sans-serif;
}
h1 {
font-size: 3em;
}
h2 {
font-size: 2em;
}
h3 {
font-size: 1.5em;
}
h4 {
font-size: 1.17em;
}
h5 {
font-size: 1em;
}
h6 {
font-size: 0.83em;
}
body {
line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
header ul,
nav ul,
footer ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: none;
}
a {
margin: 0;
padding: 0;
vertical-align: baseline;
background: transparent;
text-decoration: none;
color: inherit;
}
/* change colours to suit your needs */
ins {
background-color: #ff9;
color: #000;
text-decoration: none;
}
/* change colours to suit your needs */
mark {
background-color: #ff9;
color: #000;
font-style: italic;
font-weight: bold;
}
del {
text-decoration: line-through;
}
abbr[title],
dfn[title] {
border-bottom: 1px dotted;
cursor: help;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #cccccc;
margin: 1em 0;
padding: 0;
}
input,
select {
vertical-align: middle;
outline: medium none;
border: 0;
}
.site-header {
position: relative;
display: flex;
flex-flow: nowrap;
justify-content: space-between;
height: 60px;
line-height: 40px;
background: white;
box-shadow: 0 0 5px lightgray;
}
.site-header .header-logo {
font-size: 1.5em;
}
.nav-list {
float: right;
}
.nav-list .nav-item {
display: inline;
}
.nav-list .nav-item a,
.nav-list .nav-item a:link,
.nav-list .nav-item a:visited {
color: #1f373e;
}
.nav-list .nav-item a:hover {
color: #1ba472;
}
.site-main {
position: relative;
max-width: 1200px;
margin: 0 auto;
}
.site-main:after {
content: ' ';
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.site-footer {
width: 100%;
background: #2f2f2f;
border-top: 6px solid #797892;
text-align: center;
color: white;
padding: 25px 0;
}
.site-footer .copyright {
margin-top: 15px;
font-size: 0.75em;
}
.site-footer .footer-link {
display: inline;
margin: 0 20px;
font-size: 0.75em;
}
.site-footer .link-icon {
font-size: 18px;
vertical-align: middle;
}
.article-content {
max-width: 940px;
overflow: hidden;
}
.article-content h1 {
text-align: center;
margin: .67em 0;
}
.article-content h2 {
padding-bottom: .3em;
margin-top: .8em;
margin-bottom: .5em;
border-bottom: 1px solid #eee;
line-height: 1.225;
}
.article-content h3 {
margin: .83em 0;
}
.article-content p {
line-height: 1.6em;
margin: 1em 0;
}
.article-content a {
color: #1ba472;
}
.article-content ul,
.article-content ol {
list-style-position: inside;
margin-left: 2em;
line-height: 1.5em;
}
.article-content img {
box-sizing: border-box;
width: 90%;
text-align: center;
margin: 0 5%;
padding: 5px;
border: 1px solid #ddd;
box-shadow: 0 0 5px #ddd;
}
.article-content blockquote {
margin: 1em 0 1em 2em;
padding: 1px 0;
border-left: 3px solid #1ba472;
}
.article-content pre {
position: relative;
width: 90%;
margin: 1em auto;
padding: 30px 20px 20px 20px;
border: 1px solid #333;
box-shadow: 3px 3px 10px #ccc;
background: url('/public/resources/code-bg.png');
}
.article-content pre:before {
position: absolute;
top: 0;
left: 0;
content: attr(data-lang);
font: bold .5em Consolas;
letter-spacing: .05em;
text-transform: uppercase;
margin: -1px 0 0 -1px;
padding: 3px 5px;
border: 1px solid #333;
border-bottom-right-radius: 3px;
color: #666;
background: #eee;
}
.article-content code {
background: transparent;
}
.article-content .live-code {
width: 90%;
margin: 1em auto;
position: relative;
border: 1px solid #999;
padding: 45px 20px 20px 20px;
}
.article-content .live-code:before {
position: absolute;
top: 15px;
left: 15px;
content: 'LIVE DEMO: ' attr(data-caption);
color: #999;
font: bold 0.8em 'Helvetica Neue', Helvetica, Arial, sans-serif;
letter-spacing: 1px;
}
.article-aside {
font-size: .8em;
color: #7f8c8d;
}
.article-aside .aside-title {
font-size: 1.5em;
margin: 20px 0;
}
.article-aside .table-of-content {
list-style: none;
line-height: 1.8em;
}
.article-aside .table-of-content .H1 {
margin: 0;
font-size: 1.2em;
}
.article-aside .table-of-content .H2 {
margin: 15px;
font-size: 1em;
}
.article-aside .table-of-content .H3 {
margin: 30px;
font-size: .9em;
}
.article-aside .table-of-content .H4 {
margin: 45px;
font-size: .8em;
}
.article-aside .table-of-content .H5 {
margin: 60px;
font-size: .7em;
}
.article-aside .table-of-content .H6 {
margin: 75px;
font-size: .6em;
}
@media (max-width: 768px) {
.site-header {
padding: 10px 20px;
}
.nav-list .nav-item {
margin: 0 10px;
}
.article-content {
padding: 20px;
}
.article-aside {
display: none;
}
}
@media (min-width: 768px) and (max-width: 992px) {
.site-header {
padding: 10px 20px;
}
.nav-list .nav-item {
margin: 0 20px;
}
.article-content {
padding: 20px;
}
.article-aside {
display: none;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
.site-header {
padding: 10px 40px;
}
.nav-list .nav-item {
margin: 0 20px;
}
.article-content {
padding: 40px;
}
.article-aside {
display: none;
}
}
@media (min-width: 1200px) {
.site-header {
padding: 10px 40px;
}
.nav-list .nav-item {
margin: 0 20px;
}
.article-content {
padding: 40px;
}
.article-aside {
width: 260px;
float: right;
}
.article-aside .index-aside {
position: fixed;
top: 50px;
width: 220px;
margin: 40px 0 0 40px;
}
} | 0.453504 | 0.108898 |
@import url("./utils/icomoon/iconfonts.css");
body {
font-family: 'Rubik', sans-serif;
background-color: black;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Rubik Mono One', sans-serif;
}
.small {
font-weight: 300;
font-style: italic;
}
.login-form,
.signup-form {
margin: 0 auto;
padding: 0 1rem;
max-width: 400px;
}
.advisor {
margin-top: 2rem;
background: black;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.card {
background: whitesmoke;
width: 350px;
height: auto;
display: flex;
align-items: center;
flex-direction: column;
border-radius: 1rem;
padding: 2%;
box-shadow: 0 0 1rem 0.5rem orange;
}
.heading {
display: flex;
align-items: center;
}
.advice{
margin: 2rem 0;
}
.button {
position: relative;
font-family: Arial, Helvetica, sans-serif;
outline: none;
color: white;
font-weight: 500;
text-decoration: none;
border-radius: 0.5rem;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
text-transform: none;
height: auto;
width: auto;
margin-top: 1rem;
padding: 1rem;
opacity: 1;
background-color: #049942;
border: 1px solid rgba(22, 76, 167, 0.6);
}
#setup_button{
position: relative;
font-family: Arial, Helvetica, sans-serif;
outline: none;
color: white;
font-size: 3rem;
text-decoration: none;
cursor: pointer;
text-transform: none;
height: 3rem;
width: 30%;
padding: 0.5rem;
background-color: rgba(0,0,0,0);
border: none;
}
.button-tracker {
margin: 0 33%;
color: white;
outline: none;
text-decoration: none;
border-radius: 0.5rem;
cursor: pointer;
text-transform: uppercase;
padding: 0.75rem 3rem;
opacity: 1;
background-color: #049942;
}
.button span {
color: #ffffff;
font-size: 1rem;
font-weight: 800;
letter-spacing: 0.7px;
}
#setup_button:hover,
.button:hover {
animation: rotate 0.7s ease-in-out both;
}
#setup_button:hover{
color: orange;
text-shadow: 0 0 1rem 0.5rem orange;
}
.button:hover span {
animation: storm 0.7s ease-in-out both;
animation-delay: 0.06s;
}
@keyframes rotate {
0% {
transform: rotate(0deg) translate3d(0, 0, 0);
}
25% {
transform: rotate(3deg) translate3d(0, 0, 0);
}
50% {
transform: rotate(-3deg) translate3d(0, 0, 0);
}
75% {
transform: rotate(1deg) translate3d(0, 0, 0);
}
100% {
transform: rotate(0deg) translate3d(0, 0, 0);
}
}
@keyframes storm {
0% {
transform: translate3d(0, 0, 0) translateZ(0);
}
25% {
transform: translate3d(4px, 0, 0) translateZ(0);
}
50% {
transform: translate3d(-3px, 0, 0) translateZ(0);
}
75% {
transform: translate3d(2px, 0, 0) translateZ(0);
}
100% {
transform: translate3d(0, 0, 0) translateZ(0);
}
}
@media only screen and (max-width: 600px) {
.card {
width: 80%;
height: 30%;
}
} | client/src/index.css | @import url("./utils/icomoon/iconfonts.css");
body {
font-family: 'Rubik', sans-serif;
background-color: black;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Rubik Mono One', sans-serif;
}
.small {
font-weight: 300;
font-style: italic;
}
.login-form,
.signup-form {
margin: 0 auto;
padding: 0 1rem;
max-width: 400px;
}
.advisor {
margin-top: 2rem;
background: black;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.card {
background: whitesmoke;
width: 350px;
height: auto;
display: flex;
align-items: center;
flex-direction: column;
border-radius: 1rem;
padding: 2%;
box-shadow: 0 0 1rem 0.5rem orange;
}
.heading {
display: flex;
align-items: center;
}
.advice{
margin: 2rem 0;
}
.button {
position: relative;
font-family: Arial, Helvetica, sans-serif;
outline: none;
color: white;
font-weight: 500;
text-decoration: none;
border-radius: 0.5rem;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
text-transform: none;
height: auto;
width: auto;
margin-top: 1rem;
padding: 1rem;
opacity: 1;
background-color: #049942;
border: 1px solid rgba(22, 76, 167, 0.6);
}
#setup_button{
position: relative;
font-family: Arial, Helvetica, sans-serif;
outline: none;
color: white;
font-size: 3rem;
text-decoration: none;
cursor: pointer;
text-transform: none;
height: 3rem;
width: 30%;
padding: 0.5rem;
background-color: rgba(0,0,0,0);
border: none;
}
.button-tracker {
margin: 0 33%;
color: white;
outline: none;
text-decoration: none;
border-radius: 0.5rem;
cursor: pointer;
text-transform: uppercase;
padding: 0.75rem 3rem;
opacity: 1;
background-color: #049942;
}
.button span {
color: #ffffff;
font-size: 1rem;
font-weight: 800;
letter-spacing: 0.7px;
}
#setup_button:hover,
.button:hover {
animation: rotate 0.7s ease-in-out both;
}
#setup_button:hover{
color: orange;
text-shadow: 0 0 1rem 0.5rem orange;
}
.button:hover span {
animation: storm 0.7s ease-in-out both;
animation-delay: 0.06s;
}
@keyframes rotate {
0% {
transform: rotate(0deg) translate3d(0, 0, 0);
}
25% {
transform: rotate(3deg) translate3d(0, 0, 0);
}
50% {
transform: rotate(-3deg) translate3d(0, 0, 0);
}
75% {
transform: rotate(1deg) translate3d(0, 0, 0);
}
100% {
transform: rotate(0deg) translate3d(0, 0, 0);
}
}
@keyframes storm {
0% {
transform: translate3d(0, 0, 0) translateZ(0);
}
25% {
transform: translate3d(4px, 0, 0) translateZ(0);
}
50% {
transform: translate3d(-3px, 0, 0) translateZ(0);
}
75% {
transform: translate3d(2px, 0, 0) translateZ(0);
}
100% {
transform: translate3d(0, 0, 0) translateZ(0);
}
}
@media only screen and (max-width: 600px) {
.card {
width: 80%;
height: 30%;
}
} | 0.319121 | 0.08152 |
@font-face{
font-family: 'Fonte1';
src: url(../fonts/computer-font.ttf);
}
@font-face {
font-family: 'Fonte2';
src: url(../fonts/ka1.ttf);
font-weight: normal;
}
/* Formatação Geral*/
* {
margin:0;
padding:0;
}
.pagina {
width: auto;
background-color: #D5DFE7;
height: auto;
padding: 20px;
}
.nome{
color: #2DC3EC;
font-size: 40pt;
margin-left: 30px;
margin-top: 10px;
}
.frase{
color: #AB866E;
font-style: italic;
margin-top: 25px;
margin-left: 200px;
}
.meu h1{
padding-top: 0px;
font-family: 'Fonte1';
font-size: 25px;
}
.meu {
font-family: 'Fonte2';
font-size: 16px;
font-style: italic;
text-align: left;
padding-left: 30px;
}
.fundo {
background-image: url(../imagens/ceu-estrelado.png);
}
.direita {
float:right;
margin-right: 30px;
margin-top: 10px;
}
ul {
margin: auto;
margin-left: 30px;
}
#footer {
color: rgb(45, 195, 236);
font-size: 14px;
padding-bottom: 10PX;
padding-top: 20px;
background-color: #000000;
text-align: center;
vertical-align: middle;
}
/*Index CSS*/
.indexh2 {
text-align: center;
font-family: 'Fonte1';
color: #4074AE;
font-size: 35px;
}
.indexh3 {
color: #AB866E;
font-family: 'Fonte2';
font-size: 20px;
text-align: center;
}
.indexp {
color: #AB866E;
text-indent: 1em;
font-size: 15px;
}
.comentario {
width: auto;
height: auto;
background-color: #DEDDE4;
padding: 20px 0;
float: center;
text-align: center;
border: 2px dotted #B8815A;
}
/* Formulario CSS */
.formulario{
background-color: #AB866E;
width: 400px;
padding: 30px;
border:1px solid #ccc;
border-radius: 15px;
}
.formulario p{
width: 100%;
font-size: 1.5em;
}
.field{
width: 100%;
margin: 15px 0;
}
.field label,
.field span{
padding-left: 10px;
font-size: 1.1em;
display: block;
width: 100%;
}
.radiobox label{
width: auto;
display: inline-block;
}
input[type=text],
input[type=email],
textarea{
width: 100%;
padding-left: 10px;
height: 30px;
line-height: 30px;
border-radius: 15px;
border: 1px solid #ccc;
outline: none;
}
input#nao{
margin-left: 30px;
}
textarea{
line-height: 20px;
padding: 10px;
height: 90px;
resize: none;
}
input[type=submit]{
display: block;
background-color: #ccc;
height: 35px;
border: none;
outline: 0;
cursor: pointer;
width: 100px;
margin: 0 auto;
text-align: center;
border-radius: 15px;
}
/* CSS MUSICAS */
.muh3 {
color: #AB866E;
font-family: 'Fonte2';
font-size: 15px;
margin-left: 20px;
}
/* CSS PHP */
.recado{
margin: 5px 20px;
text-decoration: #B8815A;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
}
.nome {
margin-left: 170px;
margin-top: 90px;
} | css/estilo.css | @font-face{
font-family: 'Fonte1';
src: url(../fonts/computer-font.ttf);
}
@font-face {
font-family: 'Fonte2';
src: url(../fonts/ka1.ttf);
font-weight: normal;
}
/* Formatação Geral*/
* {
margin:0;
padding:0;
}
.pagina {
width: auto;
background-color: #D5DFE7;
height: auto;
padding: 20px;
}
.nome{
color: #2DC3EC;
font-size: 40pt;
margin-left: 30px;
margin-top: 10px;
}
.frase{
color: #AB866E;
font-style: italic;
margin-top: 25px;
margin-left: 200px;
}
.meu h1{
padding-top: 0px;
font-family: 'Fonte1';
font-size: 25px;
}
.meu {
font-family: 'Fonte2';
font-size: 16px;
font-style: italic;
text-align: left;
padding-left: 30px;
}
.fundo {
background-image: url(../imagens/ceu-estrelado.png);
}
.direita {
float:right;
margin-right: 30px;
margin-top: 10px;
}
ul {
margin: auto;
margin-left: 30px;
}
#footer {
color: rgb(45, 195, 236);
font-size: 14px;
padding-bottom: 10PX;
padding-top: 20px;
background-color: #000000;
text-align: center;
vertical-align: middle;
}
/*Index CSS*/
.indexh2 {
text-align: center;
font-family: 'Fonte1';
color: #4074AE;
font-size: 35px;
}
.indexh3 {
color: #AB866E;
font-family: 'Fonte2';
font-size: 20px;
text-align: center;
}
.indexp {
color: #AB866E;
text-indent: 1em;
font-size: 15px;
}
.comentario {
width: auto;
height: auto;
background-color: #DEDDE4;
padding: 20px 0;
float: center;
text-align: center;
border: 2px dotted #B8815A;
}
/* Formulario CSS */
.formulario{
background-color: #AB866E;
width: 400px;
padding: 30px;
border:1px solid #ccc;
border-radius: 15px;
}
.formulario p{
width: 100%;
font-size: 1.5em;
}
.field{
width: 100%;
margin: 15px 0;
}
.field label,
.field span{
padding-left: 10px;
font-size: 1.1em;
display: block;
width: 100%;
}
.radiobox label{
width: auto;
display: inline-block;
}
input[type=text],
input[type=email],
textarea{
width: 100%;
padding-left: 10px;
height: 30px;
line-height: 30px;
border-radius: 15px;
border: 1px solid #ccc;
outline: none;
}
input#nao{
margin-left: 30px;
}
textarea{
line-height: 20px;
padding: 10px;
height: 90px;
resize: none;
}
input[type=submit]{
display: block;
background-color: #ccc;
height: 35px;
border: none;
outline: 0;
cursor: pointer;
width: 100px;
margin: 0 auto;
text-align: center;
border-radius: 15px;
}
/* CSS MUSICAS */
.muh3 {
color: #AB866E;
font-family: 'Fonte2';
font-size: 15px;
margin-left: 20px;
}
/* CSS PHP */
.recado{
margin: 5px 20px;
text-decoration: #B8815A;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
}
.nome {
margin-left: 170px;
margin-top: 90px;
} | 0.242116 | 0.085175 |
.body-form {
width: 100%;
margin: auto;
display: flex;
justify-content: center;
align-items: center;
}
.containerBlack{
background-color:rgba(186,7,7,1);
color: #080101;
}
.ref{
color:rgba(186,7,7,1);
display: flex;
justify-content: center;
}
.form h1 {
text-align: center;
font-size: 30px;
padding: 15px;
color: #f91e19;
}
form {
margin-bottom: 100px;
margin-left: 10px;
margin-right: 10px;
background: #fff;
opacity: 0.7;
padding: 40px 0;
box-shadow: 0 0 6px 0 rgba(186,7,7,1);
border-radius: 10px;
}
.form {
width: 100%;
margin: auto;
max-width: 100%;
float: none;
text-align: center;
}
form .grupo {
position: relative;
margin: 45px;
}
input {
background: none;
color: #c6c6c6;
font-size: 18px;
padding: 10px 10px 10px 5px;
display: block;
width: 100%;
border: none;
border-bottom: 1px solid #49454567;
}
input:focus {
outline: none;
color: rgb(94, 93, 93);
}
label {
color: #080101;
font-size: 16px;
position: absolute;
bottom: 0;
left: 5px;
top: 10px;
transition: 0.5s ease all;
pointer-events: none;
}
input:focus~label,
input:valid~label,
input:valid~label .date {
display: block;
top: -14px;
font-size: 13px;
color: rgba(186,7,7,1);
}
.imgs {
display: flex;
justify-content: center;
margin-top: 100px;
text-align: center;
}
.imgs img {
width: 200px;
}
.btn {
display: inline-block;
background: rgba(186,7,7,1);
text-decoration: none;
color: #080101;
padding: 8px 20px;
margin: 20px 0;
border: none;
border-radius: 30px;
transition: background 0.5s;
}
.btn:hover {
background: rgba(186,7,7,1);
color: #080101;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
@media only screen and (min-width:1000px) {
form {
width: 40%;
}
} | css/login.css | .body-form {
width: 100%;
margin: auto;
display: flex;
justify-content: center;
align-items: center;
}
.containerBlack{
background-color:rgba(186,7,7,1);
color: #080101;
}
.ref{
color:rgba(186,7,7,1);
display: flex;
justify-content: center;
}
.form h1 {
text-align: center;
font-size: 30px;
padding: 15px;
color: #f91e19;
}
form {
margin-bottom: 100px;
margin-left: 10px;
margin-right: 10px;
background: #fff;
opacity: 0.7;
padding: 40px 0;
box-shadow: 0 0 6px 0 rgba(186,7,7,1);
border-radius: 10px;
}
.form {
width: 100%;
margin: auto;
max-width: 100%;
float: none;
text-align: center;
}
form .grupo {
position: relative;
margin: 45px;
}
input {
background: none;
color: #c6c6c6;
font-size: 18px;
padding: 10px 10px 10px 5px;
display: block;
width: 100%;
border: none;
border-bottom: 1px solid #49454567;
}
input:focus {
outline: none;
color: rgb(94, 93, 93);
}
label {
color: #080101;
font-size: 16px;
position: absolute;
bottom: 0;
left: 5px;
top: 10px;
transition: 0.5s ease all;
pointer-events: none;
}
input:focus~label,
input:valid~label,
input:valid~label .date {
display: block;
top: -14px;
font-size: 13px;
color: rgba(186,7,7,1);
}
.imgs {
display: flex;
justify-content: center;
margin-top: 100px;
text-align: center;
}
.imgs img {
width: 200px;
}
.btn {
display: inline-block;
background: rgba(186,7,7,1);
text-decoration: none;
color: #080101;
padding: 8px 20px;
margin: 20px 0;
border: none;
border-radius: 30px;
transition: background 0.5s;
}
.btn:hover {
background: rgba(186,7,7,1);
color: #080101;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
@media only screen and (min-width:1000px) {
form {
width: 40%;
}
} | 0.427516 | 0.058696 |
body {
background-color: #F7f7f7;
}
footer {
opacity: 0.5;
}
.navbar {
background-color: 0C0C0C;
}
.navbar a{
color: #c4b581;
font-weight: bold;
font-size: 15px;
}
.navbar form{
margin-top: 13px;
}
/* -------- CSS for HomePage -------- */
.jumbotron {
background-image: url("cityofsac3.jpg");
background-repeat: no-repeat;
background-position: center center;
position: relative;
height: 500px;
background-size: 100% 100%;
padding-bottom: 40px;
padding-top: 100px;
margin-bottom: 60px;
}
.jumbotron h1{
color: #f7f7f7;
font-weight: bold;
padding-top: 18px;
text-align:center;
}
.jumbotron h2{
color: #f7f7f7;
padding-bottom: 15px;
}
.homepagerow {
color: #000;
margin-bottom: 60px;
}
.btn-xl {
padding: 70px;
font-size: 40px;
border-radius: 10px;
font-family: arial black;
color: #DFDFDF;
box-shadow: 10px 10px 23px -5px rgba(0,0,0,0.55);
background: #006dcc;
opacity: .9;
}
/* -------- CSS for Log in Page -------- */
.loginContainer {
padding-top: 50px;
padding-right: 10px;
padding-left: 10px;
}
.form-signin-heading {
color: #474747;
padding-bottom: 5px;
margin-bottom: 20px;
font-family: arial black;
}
.checkbox label {
color: #474747;
}
.form-signin {
padding: 25px 15px 30px 15px;
border: 2px solid #FFF;
background-color: #FFF;
box-shadow: 10px 10px 23px -5px rgba(0,0,0,0.55);
margin-top: 40px;
margin-bottom: 20px;
}
.form-signin button{
margin-bottom: 15px;
}
.form-signin a{
color: #474747;
}
.form-signin input{
margin-bottom: 15px;
}
.form-signup button{
margin-top: 15px;
}
.form-signup a {
opacity: 0.8;
}
.retrievalheader {
color: #474747;;
padding-bottom: 5px;
font-family: arial black;
}
/*----- CSS FOR SEARCH RESULTS PAGE ------- */
@import "http://fonts.googleapis.com/css?family=Roboto:300,400,500,700";
.resultscontainer { margin-top: 85px; }
.mb20 { margin-bottom: 20px; }
hgroup { padding-left: 15px; border-bottom: 1px solid #ccc; }
hgroup h1 { font: 500 normal 1.625em "Roboto",Arial,Verdana,sans-serif; color: #2a3644; margin-top: 0; line-height: 1.15; }
hgroup h2.lead { font: normal normal 1.125em "Roboto",Arial,Verdana,sans-serif; color: #2a3644; margin: 0; padding-bottom: 10px; }
.search-result .thumbnail { border-radius: 0 !important; }
.search-result:first-child { margin-top: 0 !important; }
.search-result { margin-top: 20px; }
.search-result .col-md-2 { border-right: 1px dotted #ccc; min-height: 140px; }
.search-result ul { padding-left: 0 !important; list-style: none; }
.search-result ul li { font: 400 normal .85em "Roboto",Arial,Verdana,sans-serif; line-height: 30px; }
.search-result ul li i { padding-right: 5px; }
.search-result .col-md-7 { position: relative; }
.search-result h3 { font: 500 normal 1.375em "Roboto",Arial,Verdana,sans-serif; margin-top: 0 !important; margin-bottom: 10px !important; }
.search-result h3 > a, .search-result i { color: #248dc1 !important; }
.search-result p { font: normal normal 1.125em "Roboto",Arial,Verdana,sans-serif; }
.search-result span.plus { position: absolute; right: 0; top: 126px; }
.search-result span.plus a { background-color: #248dc1; padding: 5px 5px 3px 5px; }
.search-result span.plus a:hover { background-color: #414141; }
.search-result span.plus a i { color: #fff !important; }
.search-result span.border { display: block; width: 97%; margin: 0 15px; border-bottom: 1px dotted #ccc; }
/*-----CSS FOR DASHBOARD ----------- */
.dashboardcontainer{
margin-top: 75px;
}
.dashpanel{
padding-left: 25px;
padding-right: 25px;
margin-top: 10px;
}
.summary{
margin-top: 18px;
}
.all {
margin-left: 20px;
margin-right: 20px;
}
.fileUpload {
position: relative;
overflow: hidden;
margin: 1px;
}
.studentFileUpload{
width: 164px;
}
.editProfile{
width: 164px;
height: 40px;
margin-top: 5px;
padding-top: 7px;
padding-bottom: 7px;
}
.studentEditProfile{
width: 40px;
}
.fileUpload input.upload {
position: absolute;
top: 0;
right: 0;
margin: 0;
padding: 0;
font-size: 20px;
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0);
} | custom.css |
body {
background-color: #F7f7f7;
}
footer {
opacity: 0.5;
}
.navbar {
background-color: 0C0C0C;
}
.navbar a{
color: #c4b581;
font-weight: bold;
font-size: 15px;
}
.navbar form{
margin-top: 13px;
}
/* -------- CSS for HomePage -------- */
.jumbotron {
background-image: url("cityofsac3.jpg");
background-repeat: no-repeat;
background-position: center center;
position: relative;
height: 500px;
background-size: 100% 100%;
padding-bottom: 40px;
padding-top: 100px;
margin-bottom: 60px;
}
.jumbotron h1{
color: #f7f7f7;
font-weight: bold;
padding-top: 18px;
text-align:center;
}
.jumbotron h2{
color: #f7f7f7;
padding-bottom: 15px;
}
.homepagerow {
color: #000;
margin-bottom: 60px;
}
.btn-xl {
padding: 70px;
font-size: 40px;
border-radius: 10px;
font-family: arial black;
color: #DFDFDF;
box-shadow: 10px 10px 23px -5px rgba(0,0,0,0.55);
background: #006dcc;
opacity: .9;
}
/* -------- CSS for Log in Page -------- */
.loginContainer {
padding-top: 50px;
padding-right: 10px;
padding-left: 10px;
}
.form-signin-heading {
color: #474747;
padding-bottom: 5px;
margin-bottom: 20px;
font-family: arial black;
}
.checkbox label {
color: #474747;
}
.form-signin {
padding: 25px 15px 30px 15px;
border: 2px solid #FFF;
background-color: #FFF;
box-shadow: 10px 10px 23px -5px rgba(0,0,0,0.55);
margin-top: 40px;
margin-bottom: 20px;
}
.form-signin button{
margin-bottom: 15px;
}
.form-signin a{
color: #474747;
}
.form-signin input{
margin-bottom: 15px;
}
.form-signup button{
margin-top: 15px;
}
.form-signup a {
opacity: 0.8;
}
.retrievalheader {
color: #474747;;
padding-bottom: 5px;
font-family: arial black;
}
/*----- CSS FOR SEARCH RESULTS PAGE ------- */
@import "http://fonts.googleapis.com/css?family=Roboto:300,400,500,700";
.resultscontainer { margin-top: 85px; }
.mb20 { margin-bottom: 20px; }
hgroup { padding-left: 15px; border-bottom: 1px solid #ccc; }
hgroup h1 { font: 500 normal 1.625em "Roboto",Arial,Verdana,sans-serif; color: #2a3644; margin-top: 0; line-height: 1.15; }
hgroup h2.lead { font: normal normal 1.125em "Roboto",Arial,Verdana,sans-serif; color: #2a3644; margin: 0; padding-bottom: 10px; }
.search-result .thumbnail { border-radius: 0 !important; }
.search-result:first-child { margin-top: 0 !important; }
.search-result { margin-top: 20px; }
.search-result .col-md-2 { border-right: 1px dotted #ccc; min-height: 140px; }
.search-result ul { padding-left: 0 !important; list-style: none; }
.search-result ul li { font: 400 normal .85em "Roboto",Arial,Verdana,sans-serif; line-height: 30px; }
.search-result ul li i { padding-right: 5px; }
.search-result .col-md-7 { position: relative; }
.search-result h3 { font: 500 normal 1.375em "Roboto",Arial,Verdana,sans-serif; margin-top: 0 !important; margin-bottom: 10px !important; }
.search-result h3 > a, .search-result i { color: #248dc1 !important; }
.search-result p { font: normal normal 1.125em "Roboto",Arial,Verdana,sans-serif; }
.search-result span.plus { position: absolute; right: 0; top: 126px; }
.search-result span.plus a { background-color: #248dc1; padding: 5px 5px 3px 5px; }
.search-result span.plus a:hover { background-color: #414141; }
.search-result span.plus a i { color: #fff !important; }
.search-result span.border { display: block; width: 97%; margin: 0 15px; border-bottom: 1px dotted #ccc; }
/*-----CSS FOR DASHBOARD ----------- */
.dashboardcontainer{
margin-top: 75px;
}
.dashpanel{
padding-left: 25px;
padding-right: 25px;
margin-top: 10px;
}
.summary{
margin-top: 18px;
}
.all {
margin-left: 20px;
margin-right: 20px;
}
.fileUpload {
position: relative;
overflow: hidden;
margin: 1px;
}
.studentFileUpload{
width: 164px;
}
.editProfile{
width: 164px;
height: 40px;
margin-top: 5px;
padding-top: 7px;
padding-bottom: 7px;
}
.studentEditProfile{
width: 40px;
}
.fileUpload input.upload {
position: absolute;
top: 0;
right: 0;
margin: 0;
padding: 0;
font-size: 20px;
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0);
} | 0.36591 | 0.082623 |
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
* {
font-family: 'Roboto', sans-serif;
padding: 0;
margin: 0;
}
body {
background-image: url(../img/river-forest-image.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
header {
background-color: rgb(3, 35, 63);
color: #e9e9e9;
text-align: center;
letter-spacing: 2px;
padding: 10px ;
}
.conteinerHomeForm {
background-color: #d8d8d8;
box-shadow: 0px 0px 10px #0000009a;
border-radius: 6px;
max-width: 300px;
font-size: 18px;
line-height: 2em;
margin: 3% auto;
padding: 20px;
}
.conteinerAnswer {
display: none;
background-color: #d8d8d8;
box-shadow: 0px 0px 10px #0000009a;
border-radius: 6px;
font-size: 18px;
max-width: 500px;
line-height: 1.7em;
margin: 3% auto;
padding: 20px;
}
.textAboutDados {
padding: 20px;
}
.resText {
background-color: #149bf53d;
color: black;
line-height: 1.6em;
font-size: 17px;
margin-top: 20px;
padding: 10px;
}
.resText p {
background-color: #4242424f;
margin: 3px 0 ;
padding: 3px ;
}
textarea {
width: 90%;
padding: 5px 2px;
}
input {
outline: none;
padding: 2px;
}
/* button page form */
/* From cssbuttons.io by @alexmaracinaru */
button {
cursor: pointer;
font-weight: 700;
font-family: Helvetica,"sans-serif";
transition: all .2s;
width: 140px;
margin: auto;
padding: 2px 20px;
border-radius: 100px;
background: #2093f1;
border: 1px solid transparent;
display: flex;
align-items: center;
font-size: 15px;
}
button:hover {
background: #2566e0;
}
button > svg {
width: 26px;
margin-left: 10px;
transition: transform .3s ease-in-out;
}
button:hover svg {
transform: translateX(5px);
}
button:active {
transform: scale(0.95);
}
#btnEditar {
background-color: #ffffff;
border-radius: 3px;
margin: 10px 0;
}
/* website response */
@media screen and (max-width: 400px) {
.conteinerForm {
margin: 5% 3%;
}
} | pratica do curso/form&factory/src/style/formPage.css | @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
* {
font-family: 'Roboto', sans-serif;
padding: 0;
margin: 0;
}
body {
background-image: url(../img/river-forest-image.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
header {
background-color: rgb(3, 35, 63);
color: #e9e9e9;
text-align: center;
letter-spacing: 2px;
padding: 10px ;
}
.conteinerHomeForm {
background-color: #d8d8d8;
box-shadow: 0px 0px 10px #0000009a;
border-radius: 6px;
max-width: 300px;
font-size: 18px;
line-height: 2em;
margin: 3% auto;
padding: 20px;
}
.conteinerAnswer {
display: none;
background-color: #d8d8d8;
box-shadow: 0px 0px 10px #0000009a;
border-radius: 6px;
font-size: 18px;
max-width: 500px;
line-height: 1.7em;
margin: 3% auto;
padding: 20px;
}
.textAboutDados {
padding: 20px;
}
.resText {
background-color: #149bf53d;
color: black;
line-height: 1.6em;
font-size: 17px;
margin-top: 20px;
padding: 10px;
}
.resText p {
background-color: #4242424f;
margin: 3px 0 ;
padding: 3px ;
}
textarea {
width: 90%;
padding: 5px 2px;
}
input {
outline: none;
padding: 2px;
}
/* button page form */
/* From cssbuttons.io by @alexmaracinaru */
button {
cursor: pointer;
font-weight: 700;
font-family: Helvetica,"sans-serif";
transition: all .2s;
width: 140px;
margin: auto;
padding: 2px 20px;
border-radius: 100px;
background: #2093f1;
border: 1px solid transparent;
display: flex;
align-items: center;
font-size: 15px;
}
button:hover {
background: #2566e0;
}
button > svg {
width: 26px;
margin-left: 10px;
transition: transform .3s ease-in-out;
}
button:hover svg {
transform: translateX(5px);
}
button:active {
transform: scale(0.95);
}
#btnEditar {
background-color: #ffffff;
border-radius: 3px;
margin: 10px 0;
}
/* website response */
@media screen and (max-width: 400px) {
.conteinerForm {
margin: 5% 3%;
}
} | 0.340266 | 0.116689 |
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
/*Begin General*/
*{
margin: 0;
padding: 0;
border: none;
outline: none;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
html{
height: 107%;
}
body{
background-image: url('/img/bookregister.jpg');
background-size: cover;
}
/*End General*/
/*Begin Menu*/
.menu{
width: 100%;
height: 55px;
background-color: #323232;
border-bottom: 5px solid aliceblue;
}
.menu ul{
list-style: none;
position: relative;
}
.menu ul li{
width: 150px;
float: left;
}
.menu a{
padding: 10px;
display: block;
text-decoration: none;
text-align: center;
background-color: #323232;
color: aliceblue;
font-weight: bold;
border-right: 2px solid aliceblue;
}
.menu a:hover{
color: brown;
transition: .3s;
}
/*End Menu*/
/*Begin Form*/
div#titulo{
text-align: center;
color: aliceblue;
margin-bottom: 2%;
}
div#container{
margin-top: 4%;
background-color: rgba(32, 32, 32, .7);
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
padding: 20px;
width: 100%;
max-width: 700px;
border-radius: 10px;
}
input#title,
input#autor,
input#year,
input#publisher,
input#isbn{
display: flex;
margin: 1% auto 2% auto;
height: 40px;
width: 50%;
color: aliceblue;
background-color: transparent;
border-bottom: 3px solid aliceblue;
}
input#title:focus,
input#autor:focus,
input#year:focus,
input#publisher:focus,
input#isbn:focus{
border-bottom: 3px solid brown;
transition: .3s;
}
label{
font-weight: bold;
color: aliceblue;
margin-left: 25%;
}
input#register{
margin-top: 2%;
margin-left: 37.5%;
width: 25%;
height: 40px;
border-radius: 10px;
background-color: aliceblue;
cursor: pointer;
}
input#register:hover{
background-color: brown;
transition: .3s;
}
/*End Form*/ | css/registerbookstyle.css | @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
/*Begin General*/
*{
margin: 0;
padding: 0;
border: none;
outline: none;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
html{
height: 107%;
}
body{
background-image: url('/img/bookregister.jpg');
background-size: cover;
}
/*End General*/
/*Begin Menu*/
.menu{
width: 100%;
height: 55px;
background-color: #323232;
border-bottom: 5px solid aliceblue;
}
.menu ul{
list-style: none;
position: relative;
}
.menu ul li{
width: 150px;
float: left;
}
.menu a{
padding: 10px;
display: block;
text-decoration: none;
text-align: center;
background-color: #323232;
color: aliceblue;
font-weight: bold;
border-right: 2px solid aliceblue;
}
.menu a:hover{
color: brown;
transition: .3s;
}
/*End Menu*/
/*Begin Form*/
div#titulo{
text-align: center;
color: aliceblue;
margin-bottom: 2%;
}
div#container{
margin-top: 4%;
background-color: rgba(32, 32, 32, .7);
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
padding: 20px;
width: 100%;
max-width: 700px;
border-radius: 10px;
}
input#title,
input#autor,
input#year,
input#publisher,
input#isbn{
display: flex;
margin: 1% auto 2% auto;
height: 40px;
width: 50%;
color: aliceblue;
background-color: transparent;
border-bottom: 3px solid aliceblue;
}
input#title:focus,
input#autor:focus,
input#year:focus,
input#publisher:focus,
input#isbn:focus{
border-bottom: 3px solid brown;
transition: .3s;
}
label{
font-weight: bold;
color: aliceblue;
margin-left: 25%;
}
input#register{
margin-top: 2%;
margin-left: 37.5%;
width: 25%;
height: 40px;
border-radius: 10px;
background-color: aliceblue;
cursor: pointer;
}
input#register:hover{
background-color: brown;
transition: .3s;
}
/*End Form*/ | 0.31542 | 0.048294 |
:root {
--blue: #44484A;
--gray: #B3B7B9;
--dark-gray: #656F73;
--darker-gray: #353b3d;
}
body {
margin: 3rem;
background-color: #2A3037;
padding: 0;
}
article {
height: 100%;
background-color: #fff;
border-radius: 1rem;
padding: 1.3rem;
display: flex;
flex-direction: column;
box-shadow: 0px 10px 8px rgb(0 0 0 / 40%);
}
header {
display: flex;
flex-direction: column;
}
h1 {
font-size: 1.8rem;
font-weight: bold;
color: var(--blue);
}
h2 {
font-size: 1.3rem;
font-weight: bold;
color: var(--gray);
}
main > a {
display: flex;
flex-direction: column;
box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 25%);
border-radius: 1rem;
margin-bottom: 1.5rem;
outline: none;
}
img {
border-radius: 1rem;
outline: none;
}
.expand {
background-color: #fff;
}
.expand img {
height: 2rem;
width: 2rem;
border-radius: unset;
box-shadow: none;
}
a, img{
outline: none;
}
footer {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem;
}
footer img {
box-shadow: none;
border-radius: unset;
height: 2.5rem;
margin: 0;
}
footer button {
box-shadow: 0px 5px 5px rgb(0 0 0 / 25%);
display: flex;
align-items: center;
justify-content: center;
outline: none;
}
footer button, footer a {
height: 4rem;
width: 4rem;
}
section {
display: flex;
justify-content: space-between;
}
.mode, .link, .repo {
color: var(--blue);
height: 3rem;
width: 3rem;
}
.vs {
background: url('./light.svg') no-repeat;
}
.vs-dark, .hc-black {
background: url('./dark.svg') no-repeat;
}
.link {
background: url('./link.svg') no-repeat;
}
.repo {
background: url('./bbb.svg') no-repeat;
}
.swipe-left-button, .swipe-right-button {
border-radius: 2.5rem;
box-shadow: 0px 3px 8px rgb(0 0 0 / 25%);
background-color: var(--dark-gray);
}
.swipe-left-button:hover,
.swipe-left-button:active{
background-color: #EA41F7;
}
.swipe-right-button:hover,
.swipe-right-button:active {
background-color: #65D5FA;
}
.swipe-left-button:disabled,
.swipe-right-button:disabled {
visibility: hidden;
cursor: not-allowed;
}
.vs, .vs-dark, .hc-black, .link, .repo {
background-size: contain;
}
dt, dd {
height: 1.5rem;
width: 1.5rem;
border-radius: 0.4rem;
margin: 0px;
box-shadow: 0px 1px 4px rgb(0 0 0 / 25%);
}
dd {
position: relative;
top: -.8rem;
left: .7rem;
}
article,
header {
margin-bottom: 1rem;
}
@media screen and (max-width: 400px) {
h1 {
font-size: 1.5rem;
}
h2 {
font-size: 1rem;
}
}
.loader,
.loader:after {
background-image: none;
border-radius: 50%;
height: 3rem;
width: 3rem;
}
.loader {
font-size: 10px;
position: relative;
text-indent: -9999em;
border-top: 1.1em solid #ff00ff13;
border-right: 1.1em solid #ff00ff13;
border-bottom: 1.1em solid #ff00ff13;
border-left: 1.1em solid #ff00ff;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load8 1.1s infinite linear;
animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} | extension/media/main.css | :root {
--blue: #44484A;
--gray: #B3B7B9;
--dark-gray: #656F73;
--darker-gray: #353b3d;
}
body {
margin: 3rem;
background-color: #2A3037;
padding: 0;
}
article {
height: 100%;
background-color: #fff;
border-radius: 1rem;
padding: 1.3rem;
display: flex;
flex-direction: column;
box-shadow: 0px 10px 8px rgb(0 0 0 / 40%);
}
header {
display: flex;
flex-direction: column;
}
h1 {
font-size: 1.8rem;
font-weight: bold;
color: var(--blue);
}
h2 {
font-size: 1.3rem;
font-weight: bold;
color: var(--gray);
}
main > a {
display: flex;
flex-direction: column;
box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 25%);
border-radius: 1rem;
margin-bottom: 1.5rem;
outline: none;
}
img {
border-radius: 1rem;
outline: none;
}
.expand {
background-color: #fff;
}
.expand img {
height: 2rem;
width: 2rem;
border-radius: unset;
box-shadow: none;
}
a, img{
outline: none;
}
footer {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem;
}
footer img {
box-shadow: none;
border-radius: unset;
height: 2.5rem;
margin: 0;
}
footer button {
box-shadow: 0px 5px 5px rgb(0 0 0 / 25%);
display: flex;
align-items: center;
justify-content: center;
outline: none;
}
footer button, footer a {
height: 4rem;
width: 4rem;
}
section {
display: flex;
justify-content: space-between;
}
.mode, .link, .repo {
color: var(--blue);
height: 3rem;
width: 3rem;
}
.vs {
background: url('./light.svg') no-repeat;
}
.vs-dark, .hc-black {
background: url('./dark.svg') no-repeat;
}
.link {
background: url('./link.svg') no-repeat;
}
.repo {
background: url('./bbb.svg') no-repeat;
}
.swipe-left-button, .swipe-right-button {
border-radius: 2.5rem;
box-shadow: 0px 3px 8px rgb(0 0 0 / 25%);
background-color: var(--dark-gray);
}
.swipe-left-button:hover,
.swipe-left-button:active{
background-color: #EA41F7;
}
.swipe-right-button:hover,
.swipe-right-button:active {
background-color: #65D5FA;
}
.swipe-left-button:disabled,
.swipe-right-button:disabled {
visibility: hidden;
cursor: not-allowed;
}
.vs, .vs-dark, .hc-black, .link, .repo {
background-size: contain;
}
dt, dd {
height: 1.5rem;
width: 1.5rem;
border-radius: 0.4rem;
margin: 0px;
box-shadow: 0px 1px 4px rgb(0 0 0 / 25%);
}
dd {
position: relative;
top: -.8rem;
left: .7rem;
}
article,
header {
margin-bottom: 1rem;
}
@media screen and (max-width: 400px) {
h1 {
font-size: 1.5rem;
}
h2 {
font-size: 1rem;
}
}
.loader,
.loader:after {
background-image: none;
border-radius: 50%;
height: 3rem;
width: 3rem;
}
.loader {
font-size: 10px;
position: relative;
text-indent: -9999em;
border-top: 1.1em solid #ff00ff13;
border-right: 1.1em solid #ff00ff13;
border-bottom: 1.1em solid #ff00ff13;
border-left: 1.1em solid #ff00ff;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load8 1.1s infinite linear;
animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} | 0.533641 | 0.203906 |
.animate-show.ng-hide-add.ng-hide-add-active,
.animate-show.ng-hide-remove.ng-hide-remove-active {
-webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.0s !important;
transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.0s !important;
}
.animate-show.ng-hide {
opacity: 0 !important;
}
.check-list-item{
padding:5px;
}
.check-list-item:hover{
background-color: #e8e5e5;
}
.st-input {
position: relative;
margin: 30px 0;
vertical-align: middle;
}
.st-input label{
font-size: 17px!important;
padding-left: 0px;
bottom: 100%;
position: absolute;
}
.st-input input{
padding: 2px 2px 0px;
border-width: 0 0 1px;
box-shadow: none;
border-color: #908e8e;
border-radius: 0px;
height: 30px;
background: none;
}
.st-input input:focus{
border-width: 0 0 2px;
box-shadow: none;
border-color: var(--primary-color);
padding: 2px 2px 0px;
height: 30px;
background: none;
}
.st-input-no-focused label{
-webkit-transform: translate3d(0,28px,0) scale(1);
-webkit-transition: -webkit-transform .4s cubic-bezier(.25,.8,.25,1);
transition: -webkit-transform .4s cubic-bezier(.25,.8,.25,1);
transition: transform .4s cubic-bezier(.25,.8,.25,1);
transition: transform .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1);
max-width: 100%;
-webkit-transform-origin: left top;
transform-origin: left top;
}
.st-input-focused label{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
transition: -webkit-transform .4s cubic-bezier(.25,.8,.25,1);
-webkit-transform-origin: left top;
transform-origin: left top;
-webkit-transform: translate3d(0,6px,0) scale(.75);
transform: translate3d(0,6px,0) scale(.75);
-webkit-transition: width .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1);
transition: width .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1);
transition: transform .4s cubic-bezier(.25,.8,.25,1),width .4s cubic-bezier(.25,.8,.25,1);
transition: transform .4s cubic-bezier(.25,.8,.25,1),width .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1);
} | WebContent/dev/global/st-api/st-input/css/style.css | .animate-show.ng-hide-add.ng-hide-add-active,
.animate-show.ng-hide-remove.ng-hide-remove-active {
-webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.0s !important;
transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.0s !important;
}
.animate-show.ng-hide {
opacity: 0 !important;
}
.check-list-item{
padding:5px;
}
.check-list-item:hover{
background-color: #e8e5e5;
}
.st-input {
position: relative;
margin: 30px 0;
vertical-align: middle;
}
.st-input label{
font-size: 17px!important;
padding-left: 0px;
bottom: 100%;
position: absolute;
}
.st-input input{
padding: 2px 2px 0px;
border-width: 0 0 1px;
box-shadow: none;
border-color: #908e8e;
border-radius: 0px;
height: 30px;
background: none;
}
.st-input input:focus{
border-width: 0 0 2px;
box-shadow: none;
border-color: var(--primary-color);
padding: 2px 2px 0px;
height: 30px;
background: none;
}
.st-input-no-focused label{
-webkit-transform: translate3d(0,28px,0) scale(1);
-webkit-transition: -webkit-transform .4s cubic-bezier(.25,.8,.25,1);
transition: -webkit-transform .4s cubic-bezier(.25,.8,.25,1);
transition: transform .4s cubic-bezier(.25,.8,.25,1);
transition: transform .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1);
max-width: 100%;
-webkit-transform-origin: left top;
transform-origin: left top;
}
.st-input-focused label{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
transition: -webkit-transform .4s cubic-bezier(.25,.8,.25,1);
-webkit-transform-origin: left top;
transform-origin: left top;
-webkit-transform: translate3d(0,6px,0) scale(.75);
transform: translate3d(0,6px,0) scale(.75);
-webkit-transition: width .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1);
transition: width .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1);
transition: transform .4s cubic-bezier(.25,.8,.25,1),width .4s cubic-bezier(.25,.8,.25,1);
transition: transform .4s cubic-bezier(.25,.8,.25,1),width .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1);
} | 0.344554 | 0.096706 |
body {
overflow-x: hidden;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;
}
#wrapper {
padding-left: 0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#wrapper.toggled {
padding-left: 200px;
}
#sidebar-wrapper {
z-index: 20;
position: fixed;
left: 200px;
width: 0;
height: 100%;
margin-left: -200px;
overflow-y: auto;
background: rgb(255, 255, 255);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
width: 200px;
}
#page-content-wrapper {
width: 100%;
position: absolute;
padding: 15px;
background-color: #F2F3F8;
min-height: 700px;
}
#wrapper.toggled #page-content-wrapper {
position: absolute;
margin-right: 0px;
}
/* Sidebar Styles */
.sidebar-nav {
position: absolute;
top: 0;
width: 200px;
margin: 0;
padding: 0;
list-style: none;
}
.sidebar-nav li {
text-indent: 20px;
line-height: 40px;
}
.sidebar-nav li a {
display: block;
text-decoration: none;
color: #7f8c8d;
}
.sidebar-nav li a:hover {
text-decoration: none;
color: #49567E;
background: #F5F5F9;
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
text-decoration: none;
}
.sidebar-nav>.sidebar-brand {
height: 65px;
font-size: 18px;
line-height: 60px;
}
.sidebar-nav>.sidebar-brand a {
color: #4F5573;
}
.sidebar-nav>.sidebar-brand a:hover {
color: #fff;
background: none;
}
@media(min-width:768px) {
#wrapper {
padding-right: 0;
}
#wrapper.toggled {
padding-left: 200px;
}
#sidebar-wrapper {
width: 0;
}
#wrapper.toggled #sidebar-wrapper {
width: 200px;
}
#page-content-wrapper {
padding: 20px;
position: relative;
}
#wrapper.toggled #page-content-wrapper {
position: relative;
margin-right: 0;
}
}
.user-pic img {
object-fit: cover;
height: 25%;
width: 25%;
display: block;
margin: 0 auto;
}
.divider-text {
position: relative;
text-align: center;
margin-top: 15px;
margin-bottom: 15px;
}
.divider-text span {
padding: 7px;
font-size: 12px;
position: relative;
z-index: 2;
}
.divider-text:after {
content: "";
position: absolute;
width: 100%;
border-bottom: 1px solid #ddd;
top: 55%;
left: 0;
z-index: 1;
}
.btn-facebook {
background-color: #405D9D;
color: #fff;
}
.btn-twitter {
background-color: #42AEEC;
color: #fff;
}
.glyphicon-lg {
font-size: 4em
}
.info-block {
border-right: 5px solid #E6E6E6;
margin-bottom: 25px
}
.info-block .square-box {
width: 100px;
min-height: 110px;
margin-right: 22px;
text-align: center !important;
background-color: #676767;
padding: 20px 0
}
.info-block.block-info {
border-color: #20819e
}
.info-block.block-info .square-box {
background-color: #20819e;
color: #FFF
}
.tabs {
margin: 0 auto;
padding: 0 20px;
}
#tab-button {
display: table;
table-layout: fixed;
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
#tab-button li {
display: table-cell;
width: 20%;
}
#tab-button li a {
display: block;
padding: .5em;
background: #eee;
border: 1px solid #ddd;
text-align: center;
color: #000;
text-decoration: none;
}
#tab-button li:not(:first-child) a {
border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
border-bottom-color: transparent;
background: #242939;
color: white;
}
.tab-contents {
padding: .5em 2em 1em;
border: 1px solid #ddd;
}
.tab-button-outer {
display: none;
}
.tab-contents {
margin-top: 20px;
}
@media screen and (min-width: 768px) {
.tab-button-outer {
position: relative;
z-index: 2;
display: block;
}
.tab-select-outer {
display: none;
}
.tab-contents {
position: relative;
top: -1px;
margin-top: 0;
}
}
.fixed-content {
z-index: 100;
margin-top: 80px;
height: 40px;
top: 0;
bottom: 0;
position: fixed;
}
#scrollContent {
height: 186px;
overflow: auto;
position: relative;
}
.thumbnail {
position: relative;
overflow: hidden;
}
.caption {
position: absolute;
top: 0;
right: 0;
background: rgba(66, 139, 202, 0.75);
width: 100%;
height: 100%;
padding: 2%;
display: none;
text-align: center;
color: #fff !important;
z-index: 2;
} | assets/css/style.css | body {
overflow-x: hidden;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;
}
#wrapper {
padding-left: 0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#wrapper.toggled {
padding-left: 200px;
}
#sidebar-wrapper {
z-index: 20;
position: fixed;
left: 200px;
width: 0;
height: 100%;
margin-left: -200px;
overflow-y: auto;
background: rgb(255, 255, 255);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
width: 200px;
}
#page-content-wrapper {
width: 100%;
position: absolute;
padding: 15px;
background-color: #F2F3F8;
min-height: 700px;
}
#wrapper.toggled #page-content-wrapper {
position: absolute;
margin-right: 0px;
}
/* Sidebar Styles */
.sidebar-nav {
position: absolute;
top: 0;
width: 200px;
margin: 0;
padding: 0;
list-style: none;
}
.sidebar-nav li {
text-indent: 20px;
line-height: 40px;
}
.sidebar-nav li a {
display: block;
text-decoration: none;
color: #7f8c8d;
}
.sidebar-nav li a:hover {
text-decoration: none;
color: #49567E;
background: #F5F5F9;
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
text-decoration: none;
}
.sidebar-nav>.sidebar-brand {
height: 65px;
font-size: 18px;
line-height: 60px;
}
.sidebar-nav>.sidebar-brand a {
color: #4F5573;
}
.sidebar-nav>.sidebar-brand a:hover {
color: #fff;
background: none;
}
@media(min-width:768px) {
#wrapper {
padding-right: 0;
}
#wrapper.toggled {
padding-left: 200px;
}
#sidebar-wrapper {
width: 0;
}
#wrapper.toggled #sidebar-wrapper {
width: 200px;
}
#page-content-wrapper {
padding: 20px;
position: relative;
}
#wrapper.toggled #page-content-wrapper {
position: relative;
margin-right: 0;
}
}
.user-pic img {
object-fit: cover;
height: 25%;
width: 25%;
display: block;
margin: 0 auto;
}
.divider-text {
position: relative;
text-align: center;
margin-top: 15px;
margin-bottom: 15px;
}
.divider-text span {
padding: 7px;
font-size: 12px;
position: relative;
z-index: 2;
}
.divider-text:after {
content: "";
position: absolute;
width: 100%;
border-bottom: 1px solid #ddd;
top: 55%;
left: 0;
z-index: 1;
}
.btn-facebook {
background-color: #405D9D;
color: #fff;
}
.btn-twitter {
background-color: #42AEEC;
color: #fff;
}
.glyphicon-lg {
font-size: 4em
}
.info-block {
border-right: 5px solid #E6E6E6;
margin-bottom: 25px
}
.info-block .square-box {
width: 100px;
min-height: 110px;
margin-right: 22px;
text-align: center !important;
background-color: #676767;
padding: 20px 0
}
.info-block.block-info {
border-color: #20819e
}
.info-block.block-info .square-box {
background-color: #20819e;
color: #FFF
}
.tabs {
margin: 0 auto;
padding: 0 20px;
}
#tab-button {
display: table;
table-layout: fixed;
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
#tab-button li {
display: table-cell;
width: 20%;
}
#tab-button li a {
display: block;
padding: .5em;
background: #eee;
border: 1px solid #ddd;
text-align: center;
color: #000;
text-decoration: none;
}
#tab-button li:not(:first-child) a {
border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
border-bottom-color: transparent;
background: #242939;
color: white;
}
.tab-contents {
padding: .5em 2em 1em;
border: 1px solid #ddd;
}
.tab-button-outer {
display: none;
}
.tab-contents {
margin-top: 20px;
}
@media screen and (min-width: 768px) {
.tab-button-outer {
position: relative;
z-index: 2;
display: block;
}
.tab-select-outer {
display: none;
}
.tab-contents {
position: relative;
top: -1px;
margin-top: 0;
}
}
.fixed-content {
z-index: 100;
margin-top: 80px;
height: 40px;
top: 0;
bottom: 0;
position: fixed;
}
#scrollContent {
height: 186px;
overflow: auto;
position: relative;
}
.thumbnail {
position: relative;
overflow: hidden;
}
.caption {
position: absolute;
top: 0;
right: 0;
background: rgba(66, 139, 202, 0.75);
width: 100%;
height: 100%;
padding: 2%;
display: none;
text-align: center;
color: #fff !important;
z-index: 2;
} | 0.512205 | 0.069954 |
@font-face {
font-family: 'Iosevka';
font-weight: 100;
src: url('../fonts/iosevka-thin.woff2') format('woff2'), url('../fonts/iosevka-thin.woff') format('woff'), url('../fonts/iosevka-thin.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-weight: 100;
font-style: italic;
src: url('../fonts/iosevka-thinitalic.woff2') format('woff2'), url('../fonts/iosevka-thinitalic.woff') format('woff'), url('../fonts/iosevka-thinitalic.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-weight: 100;
font-style: oblique;
src: url('../fonts/iosevka-thinoblique.woff2') format('woff2'), url('../fonts/iosevka-thinoblique.woff') format('woff'), url('../fonts/iosevka-thinoblique.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-weight: 200;
src: url('../fonts/iosevka-extralight.woff2') format('woff2'), url('../fonts/iosevka-extralight.woff') format('woff'), url('../fonts/iosevka-extralight.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-weight: 200;
font-style: italic;
src: url('../fonts/iosevka-extralightitalic.woff2') format('woff2'), url('../fonts/iosevka-extralightitalic.woff') format('woff'), url('../fonts/iosevka-extralightitalic.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-weight: 200;
font-style: oblique;
src: url('../fonts/iosevka-extralightoblique.woff2') format('woff2'), url('../fonts/iosevka-extralightoblique.woff') format('woff'), url('../fonts/iosevka-extralightoblique.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-weight: 300;
src: url('../fonts/iosevka-light.woff2') format('woff2'), url('../fonts/iosevka-light.woff') format('woff'), url('../fonts/iosevka-light.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-weight: 300;
font-style: italic;
src: url('../fonts/iosevka-lightitalic.woff2') format('woff2'), url('../fonts/iosevka-lightitalic.woff') format('woff'), url('../fonts/iosevka-lightitalic.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-weight: 300;
font-style: oblique;
src: url('../fonts/iosevka-lightoblique.woff2') format('woff2'), url('../fonts/iosevka-lightoblique.woff') format('woff'), url('../fonts/iosevka-lightoblique.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
src: url('../fonts/iosevka-regular.woff2') format('woff2'), url('../fonts/iosevka-regular.woff') format('woff'), url('../fonts/iosevka-regular.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-style: italic;
src: url('../fonts/iosevka-italic.woff2') format('woff2'), url('../fonts/iosevka-italic.woff') format('woff'), url('../fonts/iosevka-italic.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-style: oblique;
src: url('../fonts/iosevka-oblique.woff2') format('woff2'), url('../fonts/iosevka-oblique.woff') format('woff'), url('../fonts/iosevka-oblique.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-weight: 500;
src: url('../fonts/iosevka-medium.woff2') format('woff2'), url('../fonts/iosevka-medium.woff') format('woff'), url('../fonts/iosevka-medium.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-style: italic;
font-weight: 500;
src: url('../fonts/iosevka-mediumitalic.woff2') format('woff2'), url('../fonts/iosevka-mediumitalic.woff') format('woff'), url('../fonts/iosevka-mediumitalic.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-style: oblique;
font-weight: 500;
src: url('../fonts/iosevka-mediumoblique.woff2') format('woff2'), url('../fonts/iosevka-mediumoblique.woff') format('woff'), url('../fonts/iosevka-mediumoblique.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-weight: 700;
src: url('../fonts/iosevka-bold.woff2') format('woff2'), url('../fonts/iosevka-bold.woff') format('woff'), url('../fonts/iosevka-bold.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-style: italic;
font-weight: 700;
src: url('../fonts/iosevka-bolditalic.woff2') format('woff2'), url('../fonts/iosevka-bolditalic.woff') format('woff'), url('../fonts/iosevka-bolditalic.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-style: oblique;
font-weight: 700;
src: url('../fonts/iosevka-boldoblique.woff2') format('woff2'), url('../fonts/iosevka-boldoblique.woff') format('woff'), url('../fonts/iosevka-boldoblique.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-weight: 900;
src: url('../fonts/iosevka-heavy.woff2') format('woff2'), url('../fonts/iosevka-heavy.woff') format('woff'), url('../fonts/iosevka-heavy.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-style: italic;
font-weight: 900;
src: url('../fonts/iosevka-heavyitalic.woff2') format('woff2'), url('../fonts/iosevka-heavyitalic.woff') format('woff'), url('../fonts/iosevka-heavyitalic.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-style: oblique;
font-weight: 900;
src: url('../fonts/iosevka-heavyoblique.woff2') format('woff2'), url('../fonts/iosevka-heavyoblique.woff') format('woff'), url('../fonts/iosevka-heavyoblique.ttf') format('truetype');
} | static/stylesheets/iosevka.css | @font-face {
font-family: 'Iosevka';
font-weight: 100;
src: url('../fonts/iosevka-thin.woff2') format('woff2'), url('../fonts/iosevka-thin.woff') format('woff'), url('../fonts/iosevka-thin.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-weight: 100;
font-style: italic;
src: url('../fonts/iosevka-thinitalic.woff2') format('woff2'), url('../fonts/iosevka-thinitalic.woff') format('woff'), url('../fonts/iosevka-thinitalic.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-weight: 100;
font-style: oblique;
src: url('../fonts/iosevka-thinoblique.woff2') format('woff2'), url('../fonts/iosevka-thinoblique.woff') format('woff'), url('../fonts/iosevka-thinoblique.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-weight: 200;
src: url('../fonts/iosevka-extralight.woff2') format('woff2'), url('../fonts/iosevka-extralight.woff') format('woff'), url('../fonts/iosevka-extralight.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-weight: 200;
font-style: italic;
src: url('../fonts/iosevka-extralightitalic.woff2') format('woff2'), url('../fonts/iosevka-extralightitalic.woff') format('woff'), url('../fonts/iosevka-extralightitalic.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-weight: 200;
font-style: oblique;
src: url('../fonts/iosevka-extralightoblique.woff2') format('woff2'), url('../fonts/iosevka-extralightoblique.woff') format('woff'), url('../fonts/iosevka-extralightoblique.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-weight: 300;
src: url('../fonts/iosevka-light.woff2') format('woff2'), url('../fonts/iosevka-light.woff') format('woff'), url('../fonts/iosevka-light.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-weight: 300;
font-style: italic;
src: url('../fonts/iosevka-lightitalic.woff2') format('woff2'), url('../fonts/iosevka-lightitalic.woff') format('woff'), url('../fonts/iosevka-lightitalic.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-weight: 300;
font-style: oblique;
src: url('../fonts/iosevka-lightoblique.woff2') format('woff2'), url('../fonts/iosevka-lightoblique.woff') format('woff'), url('../fonts/iosevka-lightoblique.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
src: url('../fonts/iosevka-regular.woff2') format('woff2'), url('../fonts/iosevka-regular.woff') format('woff'), url('../fonts/iosevka-regular.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-style: italic;
src: url('../fonts/iosevka-italic.woff2') format('woff2'), url('../fonts/iosevka-italic.woff') format('woff'), url('../fonts/iosevka-italic.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-style: oblique;
src: url('../fonts/iosevka-oblique.woff2') format('woff2'), url('../fonts/iosevka-oblique.woff') format('woff'), url('../fonts/iosevka-oblique.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-weight: 500;
src: url('../fonts/iosevka-medium.woff2') format('woff2'), url('../fonts/iosevka-medium.woff') format('woff'), url('../fonts/iosevka-medium.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-style: italic;
font-weight: 500;
src: url('../fonts/iosevka-mediumitalic.woff2') format('woff2'), url('../fonts/iosevka-mediumitalic.woff') format('woff'), url('../fonts/iosevka-mediumitalic.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-style: oblique;
font-weight: 500;
src: url('../fonts/iosevka-mediumoblique.woff2') format('woff2'), url('../fonts/iosevka-mediumoblique.woff') format('woff'), url('../fonts/iosevka-mediumoblique.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-weight: 700;
src: url('../fonts/iosevka-bold.woff2') format('woff2'), url('../fonts/iosevka-bold.woff') format('woff'), url('../fonts/iosevka-bold.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-style: italic;
font-weight: 700;
src: url('../fonts/iosevka-bolditalic.woff2') format('woff2'), url('../fonts/iosevka-bolditalic.woff') format('woff'), url('../fonts/iosevka-bolditalic.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-style: oblique;
font-weight: 700;
src: url('../fonts/iosevka-boldoblique.woff2') format('woff2'), url('../fonts/iosevka-boldoblique.woff') format('woff'), url('../fonts/iosevka-boldoblique.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-weight: 900;
src: url('../fonts/iosevka-heavy.woff2') format('woff2'), url('../fonts/iosevka-heavy.woff') format('woff'), url('../fonts/iosevka-heavy.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-style: italic;
font-weight: 900;
src: url('../fonts/iosevka-heavyitalic.woff2') format('woff2'), url('../fonts/iosevka-heavyitalic.woff') format('woff'), url('../fonts/iosevka-heavyitalic.ttf') format('truetype');
}
@font-face {
font-family: 'Iosevka';
font-style: oblique;
font-weight: 900;
src: url('../fonts/iosevka-heavyoblique.woff2') format('woff2'), url('../fonts/iosevka-heavyoblique.woff') format('woff'), url('../fonts/iosevka-heavyoblique.ttf') format('truetype');
} | 0.232223 | 0.028517 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');
@import url('https://fonts.googleapis.com/css2?family=Nunito&family=Poppins:wght@700&display=swap');
h1,p{
font-style: italic;
text-align: center;
}
.myhead
{
font-size:xx-large;
background-image: linear-gradient(rgba(145, 255, 0, 0.801),rgba(88, 235, 113, 0.863),rgba(0, 255, 191, 0.87));
}
.myblogbtn
{
margin: auto;
background-color: rgba(255, 0, 0, 0.582);
width:fit-content;
border-radius: 25px;
border: 3px solid #9be634;
padding: 10px;}
.fa-facebook-official:hover,.fa-instagram:hover,.fa-github:hover,.fa-twitter:hover,.fa-linkedin:hover{
transition: .5s ease;
transform: scale(1.5);
}
.home:hover,.club:hover ,.coll:hover ,.educ:hover
{
background-color: rgb(255, 251, 30);
border: none;
color: black;
padding: 16px 32px;
text-align: center;
font-size: 16px;
margin: 4px 2px;
transition: 0.5s;
border-radius: 30%;
}
a {
font-style: italic;
text-emphasis-color: black;
text-align: center;
}
.myBtn
{
text-align: center;
justify-content: center;
background-color: #00ff00;
}
h4{
font-style: italic;
color:rgb(255, 255, 255);
text-align-last:center;
background-image: linear-gradient(rgb(255, 100, 172),rgb(124, 19, 124));
}
div{
display: block;
margin-left: auto;
margin-right: auto;
align-items: center;
}
nav,h2,h3{
color: rgb(255, 255, 255);
font-size: xx-large;
text-align: center;
border-color: rgb(101, 224, 173);
border-radius: 15%;
border-style:groove;
background-image: linear-gradient(rgba(0, 0, 0, 0.884),rgba(240, 97, 97, 0.753));}
section{
margin: 5%;
text-align: center;
padding: 5%;
}
.map{
width: auto;
height: auto;
display: flex;
justify-content: center;
align-items:center;
}
footer{
padding: 2%;
width:100%;
}
.about {
position :relative;
float: right;
z-index: 10;
bottom: 10px;
right: 10px;
width: 40px;
height: 40px;
display: flex;
justify-content: flex-end;
align-items: flex-end;
transition: all 0.2s ease;
}
.about .bg_links {
width:75px;
height: 75px;
border-radius: 100%;
display: flex;
justify-content: center;
align-items: center;
background-image: radial-gradient(rgb(255, 255, 255),rgb(112, 93, 93)) ;
border-radius: 100%;
position: absolute;
text-decoration: none;
}
.about .logo {
z-index: 9;
background-image:url(https://upload.wikimedia.org/wikipedia/commons/thumb/6/64/Pentagram4.svg/1920px-Pentagram4.svg.png);
background-size: 100%;
background-repeat: no-repeat;
background-position: 0px 0px;
opacity: 0.9;
transition: all 1s 0.2s ease;
bottom: 0;
right: 0;
}
.about .social {
opacity: 0;
right: 0;
bottom: 0;
}
.about .social .icon {
width: 100%;
height: 100%;
transition: all 0.2s ease, background-color 0.1s ease;
opacity: 1;
border-radius: 100%;
display: flex;
justify-content:center;
align-items: center;
font-size: 25px;
color: #2cb978;
}
.about .social.instagram,
.about .social.telegram,
.about .social.github {
transition: all 0.2s ease-in-out;
}
.about:hover {
width: 105px;
height: 105px;
transition: all 0.9s cubic-bezier(0.64, 0.01, 0.07, 1.65);
}
.about:hover .social {
opacity: 1;
}
.about:hover .social .icon {
opacity: 0.9;
}
.about:hover .social.instagram {
right: -75%;
bottom: 0;
transition: all 0.3s ease 0.5s;
}
.about:hover .social.telegram {
bottom: 75%;
right: 0;
transition: all 0.3s ease 0.15s;
}
.about:hover .social.github {
bottom: 0;
right: 75px;
transition: all 0.3s ease ;
}
body {
background-image: url(https://i.pinimg.com/originals/b8/30/25/b83025224420d6c25d96c47274da89d3.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
font-family: Arial, Helvetica, sans-serif;
}
*, *::before, *::after{
padding: 0;
margin: 0;
box-sizing: border-box;
}
.container{
width: 100vw;
height: 50vh;
display: flex;
justify-content: center;
align-items:center;
}
.card{
width: 65rem;
border-radius: 5rem;
box-shadow: 4px 4px 15px rgba(#000, 0.15);
position : relative;
color: #e94bc7;
}
.card .card__container{
padding : 2rem;
width: 100%;
height: 100%;
background-image:linear-gradient(rgb(143, 13, 143),rgb(231, 19, 231),pink);
border-radius: 2rem;
position: relative;
border: 2px solid;
}
.card .card__header{
margin-bottom: 1rem;
font-family: 'Poppins';
color: #ff304f;
}
.card .card__body{
font-family: 'Nunito', sans-serif;
color: #002651;
}
.card::before{
position: absolute;
top:2rem;
right:-0.5rem;
content: '';
background: #fc5185;
height: 28px;
width: 28px;
transform : rotate(45deg);
}
.card::after{
position: absolute;
content: attr(data-label);
top: 11px;
right: -14px;
padding: 0.5rem;
width: 10rem;
background: #ff304c;
color: white;
text-align: center;
font-family: 'Roboto', sans-serif;
box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
}
.flip-box {
background-color: transparent;
width: 300px;
border-radius: 10%;
justify-content: space-between;
height: 200px;
perspective: 300px;
}
.flip-box-inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.8s;
transform-style: preserve-3d;
}
.flip-box:hover .flip-box-inner {
transform: rotateY(180deg);
}
.flip-box-front, .flip-box-back {
position: absolute;
border-color: #e94bc7;
border-style:groove;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.flip-box-front {
background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTFF35W6RGjksneXYeG_QTqNJREHRVx8eCajg&usqp=CAU);
color: black;
}
.flip-box-front3 {
background-image: url(https://miro.medium.com/max/875/0*SKLvJwn5WguDYaKg);
color: black;
background-size: contain;
}
.flip-box-back {
background-color: rgb(10, 10, 10);
color: white;
transform: rotateY(180deg);
}
.flip-box2 {
background-color: transparent;
width: 300px;
border-radius: 10%;
justify-content: space-between;
height: 200px;
perspective: 300px;
}
.flip-box-inner2 {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.8s;
transform-style: preserve-3d;
}
.flip-box2:hover .flip-box-inner2 {
transform: rotateX(180deg);
}
.flip-box-front2, .flip-box-back2 {
position: absolute;
width: 100%;
border-color: #e94bc7;
border-style:groove;
height: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.flip-box-front2 {
background-image: url(https://images.unsplash.com/photo-1494883759339-0b042055a4ee?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=967&q=80);
background-size: contain;
border-color: #e94bc7;
border-style:groove;
background-position:center;
color: black;
}
.flip-box-back2 {
background-color: rgb(0, 0, 0);
color: white;
transform: rotateX(180deg);
}
.dropbtn {
padding: 16px;
font-size: 16px;
border: none;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;border-radius: 15%;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {
background-image:radial-gradient(rgb(255, 255, 255),rgb(247, 218, 223),rgb(168, 122, 122));
border-radius: 15%;
}
.dropdown:hover .dropdown-content {display: block;}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
::selection{
color: #fff;
background: #6665ee;
}
.skill-bars{
padding: 25px 30px;
width:300;
margin:30px 30px;
background: linear-gradient(170.56deg, rgba(227, 82, 152, 0.95) 4.32%, rgba(28, 94, 115, 0.95) 93.89%);
border-radius: 30px;;
box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
border-radius: 10px;
}
.skill-bars .bar{
margin: 20px 0;
}
.skill-bars .bar:first-child{
margin-top: 0px;
}
.skill-bars .bar .info{
margin-bottom: 5px;
}
.skill-bars .bar .info span{
font-weight: 500;
font-size: 17px;
opacity: 0;
animation: showText 0.5s 1s linear forwards;
}
@keyframes showText {
100%{
opacity: 1;
}
}
.skill-bars .bar .progress-line{
height: 10px;
width: 100%;
background: #f0f0f0;
position: relative;
transform: scaleX(0);
transform-origin: left;
border-radius: 10px;
box-shadow: inset 0 1px 1px rgba(0,0,0,0.05),
0 1px rgba(255,255,255,0.8);
animation: animate 1s cubic-bezier(1,0,0.5,1) forwards;
}
@keyframes animate {
100%{
transform: scaleX(1);
}
}
.bar .progress-line span{
height: 100%;
position: absolute;
border-radius: 10px;
transform: scaleX(0);
transform-origin: left;
background: #6665ee;
animation: animate 1s 1s cubic-bezier(1,0,0.5,1) forwards;
}
.bar .progress-line.html span{
width: 90%;
}
.bar .progress-line.css span{
width: 60%;
}
.bar .progress-line.jquery span{
width: 85%;
}
.bar .progress-line.python span{
width: 50%;
}
.bar .progress-line.mysql span{
width: 75%;
}
.progress-line span::before{
position: absolute;
content: "";
top: -10px;
right: 0;
height: 0;
width: 0;
border: 7px solid transparent;
border-bottom-width: 0px;
border-right-width: 0px;
border-top-color: #000;
opacity: 0;
animation: showText2 0.5s 1.5s linear forwards;
}
.progress-line span::after{
position: absolute;
top: -28px;
right: 0;
font-weight: 500;
background: #000;
color: #fff;
padding: 1px 8px;
font-size: 12px;
border-radius: 3px;
opacity: 0;
animation: showText2 0.5s 1.5s linear forwards;
}
@keyframes showText2 {
100%{
opacity: 1;
}
}
.progress-line.html span::after{
content: "90%";
}
.progress-line.css span::after{
content: "60%";
}
.progress-line.jquery span::after{
content: "85%";
}
.progress-line.python span::after{
content: "50%";
}
.progress-line.mysql span::after{
content: "75%";
}
.loader {
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #3498db;
width: 120px;
height: 120px;
justify-content: center;
align-items: center;
margin-top: 50%;
position:relative;
display: none;
-webkit-animation: spin 2s linear infinite; /* Safari */
animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.calcu{
text-align: center;
font-size:small;
color: rgb(255, 255, 255);
text-shadow: #ff5656;
}
.ac-contnr{
display: grid;
grid-template-columns: repeat(auto-fill,minmax(400px,1fr));
grid-gap: 60px;
grid-auto-rows: minmax(100px,auto);
grid-auto-columns: minmax(50px,auto);
justify-content: center;
}
.ac-item{
background-image: linear-gradient(rgb(245, 176, 187),rgb(202, 58, 202)); text-align: center;
width: 200px;
height: 100px;
border: 2px solid darkblue;
border-radius: 30px;
margin: 7px;
}
.a-card-container {
display: inline-block;
margin: 0 auto;
padding: 0 12px;
perspective: 900px;
text-align: center;
}
.a-card {
position: relative;
width: 300px;
height: 300px;
transition: all 0.6s ease;
transform-style: preserve-3d;
}
.a-front, .a-back {
border-color: rgb(0, 0, 0);
border-style:groove ;
position: absolute;
background-image: linear-gradient(rgb(240, 176, 59),rgb(116, 233, 116));
top: 0;
left: 0;
width: 300px;
height: 300px;
border-radius: 35px;
color: white;
box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.3), 0 17px 17px 0 rgba(0, 0, 0, 0.15);
backface-visibility: hidden;
}
.a-back
{
background-image: linear-gradient(rgb(116, 233, 116),rgb(219, 130, 130),rgb(240, 176, 59));
}
.a-front {
display: flex;
align-items: center;
justify-content: center;
font-size: 30px;
}
.a-back {
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
}
.a-card-container:hover .a-card {
transform: rotateY(180deg);
}
.a-back {
transform: rotateY(180deg);
}
.a-p{
font-size: small;
}
.wp-contnr{
display: grid;
grid-template-columns: repeat(auto-fill,minmax(165px,1fr));
grid-gap: 20px;
grid-auto-rows: minmax(100px,auto);
grid-auto-columns: minmax(50px,auto);
justify-content:center;
}
.wp-item{
background-image: linear-gradient(rgb(245, 176, 187),rgb(202, 58, 202)); text-align: center;
width: 200px;
height: 100px;
border: 2px solid darkblue;
border-radius: 30px;
margin: 7px;
}
.wp-card-container {
display: inline-block;
margin: 0 auto;
padding: 0 12px;
perspective: 900px;
text-align: center;
}
.wp-card {
position: relative;
width: 200px;
height: 200px;
transition: all 0.6s ease;
transform-style: preserve-3d;
}
.wp-front, .wp-back {
border-color: rgb(0, 0, 0);
border-style:groove ;
position: absolute;
background: #928a6e;
top: 0;
left: 0;
width: 200px;
height: 200px;
border-radius: 25px;
color: white;
box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.3), 0 17px 17px 0 rgba(0, 0, 0, 0.15);
backface-visibility: hidden;
}
.wp-front {
display: flex;
align-items: center;
justify-content: center;
background-image: linear-gradient(rgba(14, 245, 187, 0.651),rgba(226, 17, 198, 0.623));
font-size: 30px;
}
.wp-back {
display: flex;
align-items: center;
justify-content: center;
background-image: linear-gradient(rgba(226, 23, 23, 0.87),rgba(94, 94, 94, 0.904));
font-size: 18px;
}
.wp-card-container:hover .wp-card {
transform: rotateY(180deg);
}
.wp-back {
transform: rotateY(180deg);
}
.wp-p{
font-size: small;
}
/* SIBLING FADE: fade out siblings around a hovered item */
.sibling-fade { visibility: hidden; }
/* Prevents :hover from triggering in the gaps between items */
.sibling-fade > * { visibility: visible; }
/* Brings the child items back in, even though the parent is `hidden` */
.sibling-fade > * { transition: opacity 150ms linear 100ms, transform 150ms ease-in-out 100ms; }
/* Makes the fades smooth with a slight delay to prevent jumps as the mouse moves between items */
.sibling-fade:hover > * { opacity: 0.5; transform: scale(0.9); background-color: #535750; }
/* Fade out all items when the parent is hovered */
.sibling-fade > *:hover { opacity: 1; transform: scale(1); transition-delay: 0ms, 0ms; background-image:radial-gradient(rgb(239, 255, 17),rgb(241, 108, 19)); }
/* Fade in the currently hovered item */
/* Presentational Styles */
body {
padding: 10px;
}
.sibling-fade {
display: flex;
flex-wrap: wrap;
background-color: #398dc9;
}
.sibling-fade > * {
background: rgb(235, 183, 183);
padding: 1em;
flex: auto;
margin: 0.3em;
text-align: center;
border-radius: 20px;
color: #f05555;
font-size: 1.5em;
text-decoration: none;
}
.fa-external-link-alt
{
font-size:x-large;}
.map{
border: 15px solid #c51089;
background-image: linear-gradient(#5aeb36a8,rgba(255, 0, 0, 0.486));
border-style:solid;
border-radius: 5%;
} | style.css | @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');
@import url('https://fonts.googleapis.com/css2?family=Nunito&family=Poppins:wght@700&display=swap');
h1,p{
font-style: italic;
text-align: center;
}
.myhead
{
font-size:xx-large;
background-image: linear-gradient(rgba(145, 255, 0, 0.801),rgba(88, 235, 113, 0.863),rgba(0, 255, 191, 0.87));
}
.myblogbtn
{
margin: auto;
background-color: rgba(255, 0, 0, 0.582);
width:fit-content;
border-radius: 25px;
border: 3px solid #9be634;
padding: 10px;}
.fa-facebook-official:hover,.fa-instagram:hover,.fa-github:hover,.fa-twitter:hover,.fa-linkedin:hover{
transition: .5s ease;
transform: scale(1.5);
}
.home:hover,.club:hover ,.coll:hover ,.educ:hover
{
background-color: rgb(255, 251, 30);
border: none;
color: black;
padding: 16px 32px;
text-align: center;
font-size: 16px;
margin: 4px 2px;
transition: 0.5s;
border-radius: 30%;
}
a {
font-style: italic;
text-emphasis-color: black;
text-align: center;
}
.myBtn
{
text-align: center;
justify-content: center;
background-color: #00ff00;
}
h4{
font-style: italic;
color:rgb(255, 255, 255);
text-align-last:center;
background-image: linear-gradient(rgb(255, 100, 172),rgb(124, 19, 124));
}
div{
display: block;
margin-left: auto;
margin-right: auto;
align-items: center;
}
nav,h2,h3{
color: rgb(255, 255, 255);
font-size: xx-large;
text-align: center;
border-color: rgb(101, 224, 173);
border-radius: 15%;
border-style:groove;
background-image: linear-gradient(rgba(0, 0, 0, 0.884),rgba(240, 97, 97, 0.753));}
section{
margin: 5%;
text-align: center;
padding: 5%;
}
.map{
width: auto;
height: auto;
display: flex;
justify-content: center;
align-items:center;
}
footer{
padding: 2%;
width:100%;
}
.about {
position :relative;
float: right;
z-index: 10;
bottom: 10px;
right: 10px;
width: 40px;
height: 40px;
display: flex;
justify-content: flex-end;
align-items: flex-end;
transition: all 0.2s ease;
}
.about .bg_links {
width:75px;
height: 75px;
border-radius: 100%;
display: flex;
justify-content: center;
align-items: center;
background-image: radial-gradient(rgb(255, 255, 255),rgb(112, 93, 93)) ;
border-radius: 100%;
position: absolute;
text-decoration: none;
}
.about .logo {
z-index: 9;
background-image:url(https://upload.wikimedia.org/wikipedia/commons/thumb/6/64/Pentagram4.svg/1920px-Pentagram4.svg.png);
background-size: 100%;
background-repeat: no-repeat;
background-position: 0px 0px;
opacity: 0.9;
transition: all 1s 0.2s ease;
bottom: 0;
right: 0;
}
.about .social {
opacity: 0;
right: 0;
bottom: 0;
}
.about .social .icon {
width: 100%;
height: 100%;
transition: all 0.2s ease, background-color 0.1s ease;
opacity: 1;
border-radius: 100%;
display: flex;
justify-content:center;
align-items: center;
font-size: 25px;
color: #2cb978;
}
.about .social.instagram,
.about .social.telegram,
.about .social.github {
transition: all 0.2s ease-in-out;
}
.about:hover {
width: 105px;
height: 105px;
transition: all 0.9s cubic-bezier(0.64, 0.01, 0.07, 1.65);
}
.about:hover .social {
opacity: 1;
}
.about:hover .social .icon {
opacity: 0.9;
}
.about:hover .social.instagram {
right: -75%;
bottom: 0;
transition: all 0.3s ease 0.5s;
}
.about:hover .social.telegram {
bottom: 75%;
right: 0;
transition: all 0.3s ease 0.15s;
}
.about:hover .social.github {
bottom: 0;
right: 75px;
transition: all 0.3s ease ;
}
body {
background-image: url(https://i.pinimg.com/originals/b8/30/25/b83025224420d6c25d96c47274da89d3.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
font-family: Arial, Helvetica, sans-serif;
}
*, *::before, *::after{
padding: 0;
margin: 0;
box-sizing: border-box;
}
.container{
width: 100vw;
height: 50vh;
display: flex;
justify-content: center;
align-items:center;
}
.card{
width: 65rem;
border-radius: 5rem;
box-shadow: 4px 4px 15px rgba(#000, 0.15);
position : relative;
color: #e94bc7;
}
.card .card__container{
padding : 2rem;
width: 100%;
height: 100%;
background-image:linear-gradient(rgb(143, 13, 143),rgb(231, 19, 231),pink);
border-radius: 2rem;
position: relative;
border: 2px solid;
}
.card .card__header{
margin-bottom: 1rem;
font-family: 'Poppins';
color: #ff304f;
}
.card .card__body{
font-family: 'Nunito', sans-serif;
color: #002651;
}
.card::before{
position: absolute;
top:2rem;
right:-0.5rem;
content: '';
background: #fc5185;
height: 28px;
width: 28px;
transform : rotate(45deg);
}
.card::after{
position: absolute;
content: attr(data-label);
top: 11px;
right: -14px;
padding: 0.5rem;
width: 10rem;
background: #ff304c;
color: white;
text-align: center;
font-family: 'Roboto', sans-serif;
box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
}
.flip-box {
background-color: transparent;
width: 300px;
border-radius: 10%;
justify-content: space-between;
height: 200px;
perspective: 300px;
}
.flip-box-inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.8s;
transform-style: preserve-3d;
}
.flip-box:hover .flip-box-inner {
transform: rotateY(180deg);
}
.flip-box-front, .flip-box-back {
position: absolute;
border-color: #e94bc7;
border-style:groove;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.flip-box-front {
background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTFF35W6RGjksneXYeG_QTqNJREHRVx8eCajg&usqp=CAU);
color: black;
}
.flip-box-front3 {
background-image: url(https://miro.medium.com/max/875/0*SKLvJwn5WguDYaKg);
color: black;
background-size: contain;
}
.flip-box-back {
background-color: rgb(10, 10, 10);
color: white;
transform: rotateY(180deg);
}
.flip-box2 {
background-color: transparent;
width: 300px;
border-radius: 10%;
justify-content: space-between;
height: 200px;
perspective: 300px;
}
.flip-box-inner2 {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.8s;
transform-style: preserve-3d;
}
.flip-box2:hover .flip-box-inner2 {
transform: rotateX(180deg);
}
.flip-box-front2, .flip-box-back2 {
position: absolute;
width: 100%;
border-color: #e94bc7;
border-style:groove;
height: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.flip-box-front2 {
background-image: url(https://images.unsplash.com/photo-1494883759339-0b042055a4ee?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=967&q=80);
background-size: contain;
border-color: #e94bc7;
border-style:groove;
background-position:center;
color: black;
}
.flip-box-back2 {
background-color: rgb(0, 0, 0);
color: white;
transform: rotateX(180deg);
}
.dropbtn {
padding: 16px;
font-size: 16px;
border: none;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;border-radius: 15%;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {
background-image:radial-gradient(rgb(255, 255, 255),rgb(247, 218, 223),rgb(168, 122, 122));
border-radius: 15%;
}
.dropdown:hover .dropdown-content {display: block;}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
::selection{
color: #fff;
background: #6665ee;
}
.skill-bars{
padding: 25px 30px;
width:300;
margin:30px 30px;
background: linear-gradient(170.56deg, rgba(227, 82, 152, 0.95) 4.32%, rgba(28, 94, 115, 0.95) 93.89%);
border-radius: 30px;;
box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
border-radius: 10px;
}
.skill-bars .bar{
margin: 20px 0;
}
.skill-bars .bar:first-child{
margin-top: 0px;
}
.skill-bars .bar .info{
margin-bottom: 5px;
}
.skill-bars .bar .info span{
font-weight: 500;
font-size: 17px;
opacity: 0;
animation: showText 0.5s 1s linear forwards;
}
@keyframes showText {
100%{
opacity: 1;
}
}
.skill-bars .bar .progress-line{
height: 10px;
width: 100%;
background: #f0f0f0;
position: relative;
transform: scaleX(0);
transform-origin: left;
border-radius: 10px;
box-shadow: inset 0 1px 1px rgba(0,0,0,0.05),
0 1px rgba(255,255,255,0.8);
animation: animate 1s cubic-bezier(1,0,0.5,1) forwards;
}
@keyframes animate {
100%{
transform: scaleX(1);
}
}
.bar .progress-line span{
height: 100%;
position: absolute;
border-radius: 10px;
transform: scaleX(0);
transform-origin: left;
background: #6665ee;
animation: animate 1s 1s cubic-bezier(1,0,0.5,1) forwards;
}
.bar .progress-line.html span{
width: 90%;
}
.bar .progress-line.css span{
width: 60%;
}
.bar .progress-line.jquery span{
width: 85%;
}
.bar .progress-line.python span{
width: 50%;
}
.bar .progress-line.mysql span{
width: 75%;
}
.progress-line span::before{
position: absolute;
content: "";
top: -10px;
right: 0;
height: 0;
width: 0;
border: 7px solid transparent;
border-bottom-width: 0px;
border-right-width: 0px;
border-top-color: #000;
opacity: 0;
animation: showText2 0.5s 1.5s linear forwards;
}
.progress-line span::after{
position: absolute;
top: -28px;
right: 0;
font-weight: 500;
background: #000;
color: #fff;
padding: 1px 8px;
font-size: 12px;
border-radius: 3px;
opacity: 0;
animation: showText2 0.5s 1.5s linear forwards;
}
@keyframes showText2 {
100%{
opacity: 1;
}
}
.progress-line.html span::after{
content: "90%";
}
.progress-line.css span::after{
content: "60%";
}
.progress-line.jquery span::after{
content: "85%";
}
.progress-line.python span::after{
content: "50%";
}
.progress-line.mysql span::after{
content: "75%";
}
.loader {
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #3498db;
width: 120px;
height: 120px;
justify-content: center;
align-items: center;
margin-top: 50%;
position:relative;
display: none;
-webkit-animation: spin 2s linear infinite; /* Safari */
animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.calcu{
text-align: center;
font-size:small;
color: rgb(255, 255, 255);
text-shadow: #ff5656;
}
.ac-contnr{
display: grid;
grid-template-columns: repeat(auto-fill,minmax(400px,1fr));
grid-gap: 60px;
grid-auto-rows: minmax(100px,auto);
grid-auto-columns: minmax(50px,auto);
justify-content: center;
}
.ac-item{
background-image: linear-gradient(rgb(245, 176, 187),rgb(202, 58, 202)); text-align: center;
width: 200px;
height: 100px;
border: 2px solid darkblue;
border-radius: 30px;
margin: 7px;
}
.a-card-container {
display: inline-block;
margin: 0 auto;
padding: 0 12px;
perspective: 900px;
text-align: center;
}
.a-card {
position: relative;
width: 300px;
height: 300px;
transition: all 0.6s ease;
transform-style: preserve-3d;
}
.a-front, .a-back {
border-color: rgb(0, 0, 0);
border-style:groove ;
position: absolute;
background-image: linear-gradient(rgb(240, 176, 59),rgb(116, 233, 116));
top: 0;
left: 0;
width: 300px;
height: 300px;
border-radius: 35px;
color: white;
box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.3), 0 17px 17px 0 rgba(0, 0, 0, 0.15);
backface-visibility: hidden;
}
.a-back
{
background-image: linear-gradient(rgb(116, 233, 116),rgb(219, 130, 130),rgb(240, 176, 59));
}
.a-front {
display: flex;
align-items: center;
justify-content: center;
font-size: 30px;
}
.a-back {
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
}
.a-card-container:hover .a-card {
transform: rotateY(180deg);
}
.a-back {
transform: rotateY(180deg);
}
.a-p{
font-size: small;
}
.wp-contnr{
display: grid;
grid-template-columns: repeat(auto-fill,minmax(165px,1fr));
grid-gap: 20px;
grid-auto-rows: minmax(100px,auto);
grid-auto-columns: minmax(50px,auto);
justify-content:center;
}
.wp-item{
background-image: linear-gradient(rgb(245, 176, 187),rgb(202, 58, 202)); text-align: center;
width: 200px;
height: 100px;
border: 2px solid darkblue;
border-radius: 30px;
margin: 7px;
}
.wp-card-container {
display: inline-block;
margin: 0 auto;
padding: 0 12px;
perspective: 900px;
text-align: center;
}
.wp-card {
position: relative;
width: 200px;
height: 200px;
transition: all 0.6s ease;
transform-style: preserve-3d;
}
.wp-front, .wp-back {
border-color: rgb(0, 0, 0);
border-style:groove ;
position: absolute;
background: #928a6e;
top: 0;
left: 0;
width: 200px;
height: 200px;
border-radius: 25px;
color: white;
box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.3), 0 17px 17px 0 rgba(0, 0, 0, 0.15);
backface-visibility: hidden;
}
.wp-front {
display: flex;
align-items: center;
justify-content: center;
background-image: linear-gradient(rgba(14, 245, 187, 0.651),rgba(226, 17, 198, 0.623));
font-size: 30px;
}
.wp-back {
display: flex;
align-items: center;
justify-content: center;
background-image: linear-gradient(rgba(226, 23, 23, 0.87),rgba(94, 94, 94, 0.904));
font-size: 18px;
}
.wp-card-container:hover .wp-card {
transform: rotateY(180deg);
}
.wp-back {
transform: rotateY(180deg);
}
.wp-p{
font-size: small;
}
/* SIBLING FADE: fade out siblings around a hovered item */
.sibling-fade { visibility: hidden; }
/* Prevents :hover from triggering in the gaps between items */
.sibling-fade > * { visibility: visible; }
/* Brings the child items back in, even though the parent is `hidden` */
.sibling-fade > * { transition: opacity 150ms linear 100ms, transform 150ms ease-in-out 100ms; }
/* Makes the fades smooth with a slight delay to prevent jumps as the mouse moves between items */
.sibling-fade:hover > * { opacity: 0.5; transform: scale(0.9); background-color: #535750; }
/* Fade out all items when the parent is hovered */
.sibling-fade > *:hover { opacity: 1; transform: scale(1); transition-delay: 0ms, 0ms; background-image:radial-gradient(rgb(239, 255, 17),rgb(241, 108, 19)); }
/* Fade in the currently hovered item */
/* Presentational Styles */
body {
padding: 10px;
}
.sibling-fade {
display: flex;
flex-wrap: wrap;
background-color: #398dc9;
}
.sibling-fade > * {
background: rgb(235, 183, 183);
padding: 1em;
flex: auto;
margin: 0.3em;
text-align: center;
border-radius: 20px;
color: #f05555;
font-size: 1.5em;
text-decoration: none;
}
.fa-external-link-alt
{
font-size:x-large;}
.map{
border: 15px solid #c51089;
background-image: linear-gradient(#5aeb36a8,rgba(255, 0, 0, 0.486));
border-style:solid;
border-radius: 5%;
} | 0.526099 | 0.093223 |
* {
margin: 0;
box-sizing: border-box;
}
a {
color: #1f1f1f;
text-decoration: none;
}
a:hover {
color: #e3b305;
}
body {
background-color: #393f4d;
}
hr {
/* margin-top: 10px; */
margin-bottom: 20px;
}
/*
font-family: 'Kameron', serif;
font-family: 'ZCOOL XiaoWei', serif;
font-family: 'Oxygen', sans-serif;
font-family: 'Questrial', sans-serif;
*/
/* ---------Navigation Bar-------- */
nav {
background-color: slategrey;
font-family: 'Kameron', serif;
/* position: fixed; */
width: 100%;
min-height: 8vh;
display: table;
}
.nav-container{
max-width: 960px;
margin-left: auto;
margin-right: auto;
}
.name-block {
background-color: #1f1f1f;
height: 8vh;
/* margin-left: 10px; */
float: left;
display: table;
}
.name-title {
color: whitesmoke;
font-size: 28px;
font-family: 'ZCOOL XiaoWei', serif;
padding-right: 20px;
padding-left: 20px;
display: table-cell;
vertical-align: middle;
}
.nav-linksBlock {
/* background-color: grey; */
height: 8vh;
margin-right: 10px;
padding: 1.4vh 0;
float: right;
display: table;
}
.nav-linksBlock:before,
.nav-linksBlock:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.nav-linksBlock:after {
clear: both;
}
.nav-item {
display: table-cell;
color: #1f1f1f;
font-weight: bold;
font-size: 18px;
vertical-align: middle;
padding-right: 8px;
padding-left: 8px;
border-right: 2px solid rgba(31, 31, 31, 0.25);
}
.nav-item:first-child {
padding-left: 0;
}
.nav-item:last-child {
border-right: none;
padding-right: 0;
}
/* ---------Main Content-------- */
.content {
background-color: whitesmoke;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
max-width: 960px;
min-height: 83.5vh;
position: relative;
}
.inner-content {
/* background-color: red; */
margin-left: auto;
margin-right: auto;
max-width: 920px;
min-height: 83.5vh;
}
.content-header {
/* background-color: #fff; */
height: 75px;
color: #1f1f1f;
font-family: 'Kameron', serif;
font-size: 45px;
display: table-cell;
vertical-align: middle;
}
.content-text {
max-width: 100%;
line-height: 1.3;
font-size: 18px;
font-family: 'Questrial', sans-serif;
}
.block-image {
float: left;
height: 250px;
width: 250px;
border-radius: 18px;
/* margin-top: 15px; */
margin-right: 20px;
margin-bottom: 10px;
}
.block-image-portfolio {
float: left;
height: 250px;
width: 250px;
border-radius: 0;
/* margin-top: 15px; */
margin-right: 20px;
margin-bottom: 10px;
}
.block-image-portfolio:hover {
box-shadow: 0 4px 8px 0 rgba(31, 31, 31, 0.3), 0 6px 20px 0 rgba(31, 31, 31, 0.29);
border-radius: 18px;
}
.portfolio-itemContainer {
/* background-color: yellow; */
display: grid;
grid-template-columns: 250px 250px 250px;
grid-gap: 10px;
width: 770px;
margin-right: auto;
margin-left: auto;
}
.portfolio-item {
float: left;
font-family: 'Questrial', sans-serif;
height: 250px;
width: 250px;
}
.img-banner {
display: table;
background-color: rgba(31, 31, 31, 0.75);
width: 250px;
height: 50px;
transform: translate(0, -150%);
/* float: left; */
}
.img-label {
display: table-cell;
color: whitesmoke;
text-align: center;
vertical-align: middle;
font-size: 20px;
/* font-family: */
}
.form-container {
margin-bottom: 10px;
font-family: 'Questrial', sans-serif;
}
.form-submit {
}
/* ---------Footer Bar-------- */
footer {
background-color: slategray;
min-height: 3vh;
width: 100%;
display: table;
text-align: center;
position: sticky;
}
.footer-itemBlock {
/* background-color: black; */
margin-left: auto;
margin-right: auto;
height: 3vh;
display: table;
align-content: center;
/* position: absolute; */
}
.footer-item {
color: white;
font-size: 12px;
font-family: 'Courier New', Courier, monospace;
display: table-cell;
vertical-align: middle;
} | assets/css/style.css | * {
margin: 0;
box-sizing: border-box;
}
a {
color: #1f1f1f;
text-decoration: none;
}
a:hover {
color: #e3b305;
}
body {
background-color: #393f4d;
}
hr {
/* margin-top: 10px; */
margin-bottom: 20px;
}
/*
font-family: 'Kameron', serif;
font-family: 'ZCOOL XiaoWei', serif;
font-family: 'Oxygen', sans-serif;
font-family: 'Questrial', sans-serif;
*/
/* ---------Navigation Bar-------- */
nav {
background-color: slategrey;
font-family: 'Kameron', serif;
/* position: fixed; */
width: 100%;
min-height: 8vh;
display: table;
}
.nav-container{
max-width: 960px;
margin-left: auto;
margin-right: auto;
}
.name-block {
background-color: #1f1f1f;
height: 8vh;
/* margin-left: 10px; */
float: left;
display: table;
}
.name-title {
color: whitesmoke;
font-size: 28px;
font-family: 'ZCOOL XiaoWei', serif;
padding-right: 20px;
padding-left: 20px;
display: table-cell;
vertical-align: middle;
}
.nav-linksBlock {
/* background-color: grey; */
height: 8vh;
margin-right: 10px;
padding: 1.4vh 0;
float: right;
display: table;
}
.nav-linksBlock:before,
.nav-linksBlock:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.nav-linksBlock:after {
clear: both;
}
.nav-item {
display: table-cell;
color: #1f1f1f;
font-weight: bold;
font-size: 18px;
vertical-align: middle;
padding-right: 8px;
padding-left: 8px;
border-right: 2px solid rgba(31, 31, 31, 0.25);
}
.nav-item:first-child {
padding-left: 0;
}
.nav-item:last-child {
border-right: none;
padding-right: 0;
}
/* ---------Main Content-------- */
.content {
background-color: whitesmoke;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
max-width: 960px;
min-height: 83.5vh;
position: relative;
}
.inner-content {
/* background-color: red; */
margin-left: auto;
margin-right: auto;
max-width: 920px;
min-height: 83.5vh;
}
.content-header {
/* background-color: #fff; */
height: 75px;
color: #1f1f1f;
font-family: 'Kameron', serif;
font-size: 45px;
display: table-cell;
vertical-align: middle;
}
.content-text {
max-width: 100%;
line-height: 1.3;
font-size: 18px;
font-family: 'Questrial', sans-serif;
}
.block-image {
float: left;
height: 250px;
width: 250px;
border-radius: 18px;
/* margin-top: 15px; */
margin-right: 20px;
margin-bottom: 10px;
}
.block-image-portfolio {
float: left;
height: 250px;
width: 250px;
border-radius: 0;
/* margin-top: 15px; */
margin-right: 20px;
margin-bottom: 10px;
}
.block-image-portfolio:hover {
box-shadow: 0 4px 8px 0 rgba(31, 31, 31, 0.3), 0 6px 20px 0 rgba(31, 31, 31, 0.29);
border-radius: 18px;
}
.portfolio-itemContainer {
/* background-color: yellow; */
display: grid;
grid-template-columns: 250px 250px 250px;
grid-gap: 10px;
width: 770px;
margin-right: auto;
margin-left: auto;
}
.portfolio-item {
float: left;
font-family: 'Questrial', sans-serif;
height: 250px;
width: 250px;
}
.img-banner {
display: table;
background-color: rgba(31, 31, 31, 0.75);
width: 250px;
height: 50px;
transform: translate(0, -150%);
/* float: left; */
}
.img-label {
display: table-cell;
color: whitesmoke;
text-align: center;
vertical-align: middle;
font-size: 20px;
/* font-family: */
}
.form-container {
margin-bottom: 10px;
font-family: 'Questrial', sans-serif;
}
.form-submit {
}
/* ---------Footer Bar-------- */
footer {
background-color: slategray;
min-height: 3vh;
width: 100%;
display: table;
text-align: center;
position: sticky;
}
.footer-itemBlock {
/* background-color: black; */
margin-left: auto;
margin-right: auto;
height: 3vh;
display: table;
align-content: center;
/* position: absolute; */
}
.footer-item {
color: white;
font-size: 12px;
font-family: 'Courier New', Courier, monospace;
display: table-cell;
vertical-align: middle;
} | 0.418935 | 0.093388 |
.option9 .owl-controls .owl-dots{
position: relative;
margin-top: 20px;
}
.option9 .owl-controls .owl-dots .owl-dot{
background-color: transparent;
border: 2px solid #ccc;
}
.option9 .owl-controls .owl-dots .owl-dot.active{
background-color: #fff;
border-color: #fff;
}
.option9 .owl-controls .owl-prev,
.option9 .owl-controls .owl-next{
height: 40px;
width: 40px;
background-color: #fff;
line-height: 40px;
font-size: 27px;
color: #50524b;
top: 32%;
}
/*-------------------
[1. Header ]
*/
.option9{
background: #f5f5f5;
}
.option9 .header{
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 10;
}
.option9 a:hover{
color: #ff6633;
}
.option9{
font-family: 'Montserrat', sans-serif;
}
.option9 .top-header .dropdown-menu{
border-color: #ff6633;
}
.option9 .scroll_top:hover{
background-color:#ff6633;
}
.option9 .top-header{
padding: 8px 0;
background: rgba(0,0,0,0.4);
}
.option9 .top-header a{
border-color: #5f5f60;
color: #ccc;
font-weight: 300;
}
.option9 .top-header a:hover{
color: #ff6633;
}
.option9 .top-header a .fa{
width: 24px;
height: 24px;
display: inline-block;
border:1px solid #ccc;
text-align: center;
line-height: 24px;
border-radius: 50%;
font-size: 11px;
margin-top: 4px;
}
.option9 .top-header .currency,
.option9 .top-header .language{
float: right;
}
.option9 .main-header{
padding: 35px 0 0 0;
}
.option9 #main-menu .navbar{
position: static;
}
.option9 #main-menu .dropdown-menu.mega_dropdown{
left: 15px;
}
.option9 #main-menu{
float: right;
}
.option9 #main-menu .navbar .navbar-nav>li:hover>a,
.option9 #main-menu .navbar .navbar-nav>li.active>a{
background:none;
color:#ff6633;
}
.option9 #main-menu .navbar .navbar-nav>li:hover,
.option9 #main-menu .navbar .navbar-nav>li.active{
background: none;
}
.option9 #main-menu .navbar .navbar-nav>li>a{
border:none;
color: #fff;
text-transform: uppercase;
padding: 0 15px;
font-size: 15px;
font-weight: 700;
}
.option9 #main-menu .navbar .navbar-nav>li>a:after{
content: "";
display: block;
width: 20px;
height: 2px;
background-color: #ff6633;
margin: 3px auto 0;
display: none;
}
.option9 #main-menu .navbar .navbar-nav>li:hover a:after,
.option9 #main-menu .navbar .navbar-nav>li.active a:after{
display: block;
}
.option9 .mini-cart{
width: auto;
display: inline-block;
float: right;
position: relative;
}
.option9 .mini-cart .icon{
width: 40px;
height: 40px;
display: inline-block;
background-color: rgba(255,255,255,0.2);
background-image: url("../images/icon-cart9.png");
background-position: center center;
background-repeat: no-repeat;
position: relative;
}
.option9 .mini-cart .icon .count{
position: absolute;
top: -10px;
left: 10px;
width: 20px;
height: 20px;
color: #fff;
background-color: #ff6633;
font-size: 13px;
text-align: center;
border-radius: 50%;
}
.option9 .mini-cart:hover .cart-block{
webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-o-transform: translate(0,0);
-ms-transform: translate(0,0);
transform: translate(0,0);
opacity: 1;
visibility: visible;
}
.option9 .cart-block .cart-block-content .cart-buttons a.btn-check-out{
background-color:#ff6633;
}
.option9 #main-menu .dropdown-menu .block-container .group_header>a{
border-color: #ff6633;
}
/*-------------------
[4. Form search ]
-------------------*/
.option9 .form-search{
width: auto;
display: inline-block;
float: right;
padding-left: 30px;
position: relative;
}
.option9 .form-search .icon{
width: 40px;
height: 40px;
display: inline-block;
background-color: rgba(255,255,255,0.2);
color: #fff;
text-align: center;
line-height: 40px;
margin-right: 5px;
cursor: pointer;
}
.option9 .form-search .form-search-inner{
position: absolute;
right: 5px;
top: 0;
z-index: 10;
min-width: 460px;
display: none;
}
.option9 .form-search .form-inline{
background: #fff;
padding: 8px 0;
width: 100%;
padding-left:25px;
webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
display: table;
}
.option9 .form-search .form-category{
border-right: 1px solid #cccccc;
display: table-cell;
width: 30%;
}
.option9 .form-search .select2-container{
font-size: 10px;
width: 100%!important;
}
.option9 .form-search .select2-container .select2-selection--single{
height: 24px;
}
.option9 .form-search .select2-container--default .select2-selection--single{
border: none;
webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
.option9 .form-search .select2-container--default .select2-selection--single .select2-selection__rendered{
line-height: 24px;
padding: 0;
font-size: 12px;
padding-top: 1px;
}
.option9 .form-search .select2-container--default .select2-selection--single .select2-selection__arrow{
top: 0;
width: 8px;
right: 10px;
}
.option9 .form-search .select2-container--default .select2-selection--single .select2-selection__arrow b{
border: none;
margin: 0;
padding: 0;
top: inherit;
}
.option9 .form-search .select2-container--default .select2-selection--single .select2-selection__arrow b:before{
font-family: 'FontAwesome';
content: "\f107";
line-height: 24px;
}
.option9 .form-search .input-serach{
font-size: 12px;
display: table-cell;
width: 100%;
}
.option9 .form-search .input-serach input{
padding-left: 10px;
padding-right: 40px;
width: 100%;
}
.option9 .form-search .btn-search{
width: 40px;
height: 40px;
display: inline-block;
background-color: #333333;
color: #fff;
text-align: center;
line-height: 40px;
position: absolute;
right: 0;
top: 0;
}
.slide9 .content-slide{
position: absolute;
top: 50%;
color: #fff;
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
padding-left: 60px;
}
.slide9 .content-slide .caption-title{
font-size: 80px;
font-weight: 900;
line-height: 55px;
text-transform: uppercase;
}
.slide9 .content-slide .caption-title span{
display: block;
}
.slide9 .content-slide .caption-title .small{
font-size: 60px;
color: #fff;
font-weight: 900;
letter-spacing: 1px;
line-height: 60px
}
.slide9 .content-slide .caption-sub-title{
font-size: 30px;
letter-spacing: 10px;
text-transform: uppercase;
font-weight: 100;
}
.slide9 .content-slide .slide-button{
height: 40px;
border: 2px solid #fff;
text-transform: uppercase;
color: #fff;
line-height: 36px;
padding: 0 10px;
font-variant: 700;
display: inline-block;
margin-top: 80px;
}
.slide9 .content-slide .slide-button:hover{
color: #ff6633;
border-color: #ff6633;
}
.slide9 .content-slide .slide-button:after {
font-family: 'FontAwesome';
content: "\f105";
margin-left: 10px;
}
.slide9 .owl-controls .owl-dots{
position: absolute;
bottom: 35px;
}
/** REPONSIVE **/
/*----------------
[9. Styles for devices(>1200px)]
*/
@media (min-width: 1201px){
}
/*----------------
[10. Styles for devices(>=993px and <=1200px)]
*/
@media (min-width: 993px) and (max-width: 1200px) {
}
/*--------------------
[11. Styles for devices(>=768px and <=992px)]
*/
@media (min-width: 768px) and (max-width: 992px) {
.option9 #main-menu{
float: left;
}
}
/*--------------------
[12. Styles for devices(>=481px and <=767px)]
*/
@media (min-width: 481px) and (max-width: 767px) {
.option9 .main-header .logo{
margin-top: 0;
}
.option9 .main-header .logo img{
width: 50%;
height: auto;
}
.option9 .mini-cart,
.option9 .form-search{
margin-top: 10px;
}
.option9 .form-search .form-search-inner{
min-width: 246px;
}
.option9 .form-search .form-category{
display: none;
}
.option9 .form-search .input-serach input{
padding: 3px 10px
}
.option9 #main-menu .navbar-header{
background: transparent;
font-size: 0;
margin-top: 10px;
margin-left: 0;
}
.option9 #main-menu .navbar-header .navbar-brand{
display: none;
}
.option9 #main-menu{
margin-top: 2px;
float: left;
}
.option9 #main-menu .navbar{
position: static;
}
.option9 #main-menu .navbar-collapse{
position: absolute;
left: 15px;
right: 15px;
}
.option9 #main-menu .navbar .navbar-nav>li>a,
.option9 #main-menu .navbar .navbar-nav>li>a{
padding: 10px 15px;
color: #333;
}
.option9 #main-menu .navbar .navbar-nav>li:last-child{
border: none;
}
.option9 .navbar-nav{
margin: 0;
}
.option9 #main-menu .navbar .navbar-nav>li>a:after{
background: transparent;
}
.option9 .form-search .icon,
.option9 .mini-cart .icon{
background-color: transparent;
}
.option9 .form-search{
padding: 0;
}
.option9 .main-header{
padding: 10px 15px;
}
.slide9 .content-slide .caption-title{
font-size: 30px;
line-height: 30px;
}
.slide9 .content-slide .caption-sub-title{
font-size: 14px;
}
.slide9 .content-slide .slide-button{
margin-top: 20px;
}
.slide9 .content-slide{
top: 65%;
}
.option9 .top-header .nav-top-links,
.option9 .top-header .support-link,
.option9 .top-header .top-bar-social{
display: none;
}
.lasttest-blog9 .item{
display: block;
}
.lasttest-blog9 .item .thumb, .lasttest-blog9 .item .info{
width: 100%;
display: inline-block;
}
.lasttest-blog9 .item .info{
padding: 15px;
}
.lasttest-blog9 .item .info .title{
margin-top: 15px;
font-size: 14px;
margin-bottom: 15px;
}
.lasttest-blog9 .item .info .readmore{
position: static;
}
}
/*--------------------
[13. Styles for devices(<=480px)]
*/
@media (max-width: 480px) {
.option9 .main-header .logo{
margin-top: 0;
}
.option9 .main-header .logo img{
width: 50%;
height: auto;
}
.option9 .mini-cart,
.option9 .form-search{
margin-top: 10px;
}
.option9 .form-search .form-search-inner{
min-width: 246px;
}
.option9 .form-search .form-category{
display: none;
}
.option9 .form-search .input-serach input{
padding: 3px 10px
}
.option9 #main-menu .navbar-header{
background: transparent;
font-size: 0;
margin-top: 10px;
margin-left: 0;
}
.option9 #main-menu .navbar-header .navbar-brand{
display: none;
}
.option9 #main-menu{
margin-top: 2px;
float: left;
}
.option9 #main-menu .navbar{
position: static;
}
.option9 #main-menu .navbar-collapse{
position: absolute;
left: 15px;
right: 15px;
}
.option9 #main-menu .navbar .navbar-nav>li>a,
.option9 #main-menu .navbar .navbar-nav>li>a{
padding: 10px 15px;
color: #333;
}
.option9 #main-menu .navbar .navbar-nav>li:last-child{
border: none;
}
.option9 .navbar-nav{
margin: 0;
}
.option9 #main-menu .navbar .navbar-nav>li>a:after{
background: transparent;
}
.option9 .form-search .icon,
.option9 .mini-cart .icon{
background-color: transparent;
}
.option9 .form-search{
padding: 0;
}
.option9 .main-header{
padding: 10px 15px;
}
.slide9 .content-slide .caption-title{
font-size: 30px;
line-height: 30px;
}
.slide9 .content-slide .caption-sub-title{
font-size: 14px;
}
.slide9 .content-slide .slide-button{
margin-top: 20px;
}
.slide9 .content-slide{
top: 65%;
}
.option9 .top-header .nav-top-links,
.option9 .top-header .support-link,
.option9 .top-header .top-bar-social{
display: none;
}
.lasttest-blog9 .item{
display: block;
}
.lasttest-blog9 .item .thumb, .lasttest-blog9 .item .info{
width: 100%;
display: inline-block;
}
.lasttest-blog9 .item .info{
padding: 15px;
}
.lasttest-blog9 .item .info .title{
margin-top: 15px;
font-size: 14px;
margin-bottom: 15px;
}
.lasttest-blog9 .item .info .readmore{
position: static;
}
} | public/assets/css/option9.css | .option9 .owl-controls .owl-dots{
position: relative;
margin-top: 20px;
}
.option9 .owl-controls .owl-dots .owl-dot{
background-color: transparent;
border: 2px solid #ccc;
}
.option9 .owl-controls .owl-dots .owl-dot.active{
background-color: #fff;
border-color: #fff;
}
.option9 .owl-controls .owl-prev,
.option9 .owl-controls .owl-next{
height: 40px;
width: 40px;
background-color: #fff;
line-height: 40px;
font-size: 27px;
color: #50524b;
top: 32%;
}
/*-------------------
[1. Header ]
*/
.option9{
background: #f5f5f5;
}
.option9 .header{
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 10;
}
.option9 a:hover{
color: #ff6633;
}
.option9{
font-family: 'Montserrat', sans-serif;
}
.option9 .top-header .dropdown-menu{
border-color: #ff6633;
}
.option9 .scroll_top:hover{
background-color:#ff6633;
}
.option9 .top-header{
padding: 8px 0;
background: rgba(0,0,0,0.4);
}
.option9 .top-header a{
border-color: #5f5f60;
color: #ccc;
font-weight: 300;
}
.option9 .top-header a:hover{
color: #ff6633;
}
.option9 .top-header a .fa{
width: 24px;
height: 24px;
display: inline-block;
border:1px solid #ccc;
text-align: center;
line-height: 24px;
border-radius: 50%;
font-size: 11px;
margin-top: 4px;
}
.option9 .top-header .currency,
.option9 .top-header .language{
float: right;
}
.option9 .main-header{
padding: 35px 0 0 0;
}
.option9 #main-menu .navbar{
position: static;
}
.option9 #main-menu .dropdown-menu.mega_dropdown{
left: 15px;
}
.option9 #main-menu{
float: right;
}
.option9 #main-menu .navbar .navbar-nav>li:hover>a,
.option9 #main-menu .navbar .navbar-nav>li.active>a{
background:none;
color:#ff6633;
}
.option9 #main-menu .navbar .navbar-nav>li:hover,
.option9 #main-menu .navbar .navbar-nav>li.active{
background: none;
}
.option9 #main-menu .navbar .navbar-nav>li>a{
border:none;
color: #fff;
text-transform: uppercase;
padding: 0 15px;
font-size: 15px;
font-weight: 700;
}
.option9 #main-menu .navbar .navbar-nav>li>a:after{
content: "";
display: block;
width: 20px;
height: 2px;
background-color: #ff6633;
margin: 3px auto 0;
display: none;
}
.option9 #main-menu .navbar .navbar-nav>li:hover a:after,
.option9 #main-menu .navbar .navbar-nav>li.active a:after{
display: block;
}
.option9 .mini-cart{
width: auto;
display: inline-block;
float: right;
position: relative;
}
.option9 .mini-cart .icon{
width: 40px;
height: 40px;
display: inline-block;
background-color: rgba(255,255,255,0.2);
background-image: url("../images/icon-cart9.png");
background-position: center center;
background-repeat: no-repeat;
position: relative;
}
.option9 .mini-cart .icon .count{
position: absolute;
top: -10px;
left: 10px;
width: 20px;
height: 20px;
color: #fff;
background-color: #ff6633;
font-size: 13px;
text-align: center;
border-radius: 50%;
}
.option9 .mini-cart:hover .cart-block{
webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-o-transform: translate(0,0);
-ms-transform: translate(0,0);
transform: translate(0,0);
opacity: 1;
visibility: visible;
}
.option9 .cart-block .cart-block-content .cart-buttons a.btn-check-out{
background-color:#ff6633;
}
.option9 #main-menu .dropdown-menu .block-container .group_header>a{
border-color: #ff6633;
}
/*-------------------
[4. Form search ]
-------------------*/
.option9 .form-search{
width: auto;
display: inline-block;
float: right;
padding-left: 30px;
position: relative;
}
.option9 .form-search .icon{
width: 40px;
height: 40px;
display: inline-block;
background-color: rgba(255,255,255,0.2);
color: #fff;
text-align: center;
line-height: 40px;
margin-right: 5px;
cursor: pointer;
}
.option9 .form-search .form-search-inner{
position: absolute;
right: 5px;
top: 0;
z-index: 10;
min-width: 460px;
display: none;
}
.option9 .form-search .form-inline{
background: #fff;
padding: 8px 0;
width: 100%;
padding-left:25px;
webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
display: table;
}
.option9 .form-search .form-category{
border-right: 1px solid #cccccc;
display: table-cell;
width: 30%;
}
.option9 .form-search .select2-container{
font-size: 10px;
width: 100%!important;
}
.option9 .form-search .select2-container .select2-selection--single{
height: 24px;
}
.option9 .form-search .select2-container--default .select2-selection--single{
border: none;
webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
.option9 .form-search .select2-container--default .select2-selection--single .select2-selection__rendered{
line-height: 24px;
padding: 0;
font-size: 12px;
padding-top: 1px;
}
.option9 .form-search .select2-container--default .select2-selection--single .select2-selection__arrow{
top: 0;
width: 8px;
right: 10px;
}
.option9 .form-search .select2-container--default .select2-selection--single .select2-selection__arrow b{
border: none;
margin: 0;
padding: 0;
top: inherit;
}
.option9 .form-search .select2-container--default .select2-selection--single .select2-selection__arrow b:before{
font-family: 'FontAwesome';
content: "\f107";
line-height: 24px;
}
.option9 .form-search .input-serach{
font-size: 12px;
display: table-cell;
width: 100%;
}
.option9 .form-search .input-serach input{
padding-left: 10px;
padding-right: 40px;
width: 100%;
}
.option9 .form-search .btn-search{
width: 40px;
height: 40px;
display: inline-block;
background-color: #333333;
color: #fff;
text-align: center;
line-height: 40px;
position: absolute;
right: 0;
top: 0;
}
.slide9 .content-slide{
position: absolute;
top: 50%;
color: #fff;
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
padding-left: 60px;
}
.slide9 .content-slide .caption-title{
font-size: 80px;
font-weight: 900;
line-height: 55px;
text-transform: uppercase;
}
.slide9 .content-slide .caption-title span{
display: block;
}
.slide9 .content-slide .caption-title .small{
font-size: 60px;
color: #fff;
font-weight: 900;
letter-spacing: 1px;
line-height: 60px
}
.slide9 .content-slide .caption-sub-title{
font-size: 30px;
letter-spacing: 10px;
text-transform: uppercase;
font-weight: 100;
}
.slide9 .content-slide .slide-button{
height: 40px;
border: 2px solid #fff;
text-transform: uppercase;
color: #fff;
line-height: 36px;
padding: 0 10px;
font-variant: 700;
display: inline-block;
margin-top: 80px;
}
.slide9 .content-slide .slide-button:hover{
color: #ff6633;
border-color: #ff6633;
}
.slide9 .content-slide .slide-button:after {
font-family: 'FontAwesome';
content: "\f105";
margin-left: 10px;
}
.slide9 .owl-controls .owl-dots{
position: absolute;
bottom: 35px;
}
/** REPONSIVE **/
/*----------------
[9. Styles for devices(>1200px)]
*/
@media (min-width: 1201px){
}
/*----------------
[10. Styles for devices(>=993px and <=1200px)]
*/
@media (min-width: 993px) and (max-width: 1200px) {
}
/*--------------------
[11. Styles for devices(>=768px and <=992px)]
*/
@media (min-width: 768px) and (max-width: 992px) {
.option9 #main-menu{
float: left;
}
}
/*--------------------
[12. Styles for devices(>=481px and <=767px)]
*/
@media (min-width: 481px) and (max-width: 767px) {
.option9 .main-header .logo{
margin-top: 0;
}
.option9 .main-header .logo img{
width: 50%;
height: auto;
}
.option9 .mini-cart,
.option9 .form-search{
margin-top: 10px;
}
.option9 .form-search .form-search-inner{
min-width: 246px;
}
.option9 .form-search .form-category{
display: none;
}
.option9 .form-search .input-serach input{
padding: 3px 10px
}
.option9 #main-menu .navbar-header{
background: transparent;
font-size: 0;
margin-top: 10px;
margin-left: 0;
}
.option9 #main-menu .navbar-header .navbar-brand{
display: none;
}
.option9 #main-menu{
margin-top: 2px;
float: left;
}
.option9 #main-menu .navbar{
position: static;
}
.option9 #main-menu .navbar-collapse{
position: absolute;
left: 15px;
right: 15px;
}
.option9 #main-menu .navbar .navbar-nav>li>a,
.option9 #main-menu .navbar .navbar-nav>li>a{
padding: 10px 15px;
color: #333;
}
.option9 #main-menu .navbar .navbar-nav>li:last-child{
border: none;
}
.option9 .navbar-nav{
margin: 0;
}
.option9 #main-menu .navbar .navbar-nav>li>a:after{
background: transparent;
}
.option9 .form-search .icon,
.option9 .mini-cart .icon{
background-color: transparent;
}
.option9 .form-search{
padding: 0;
}
.option9 .main-header{
padding: 10px 15px;
}
.slide9 .content-slide .caption-title{
font-size: 30px;
line-height: 30px;
}
.slide9 .content-slide .caption-sub-title{
font-size: 14px;
}
.slide9 .content-slide .slide-button{
margin-top: 20px;
}
.slide9 .content-slide{
top: 65%;
}
.option9 .top-header .nav-top-links,
.option9 .top-header .support-link,
.option9 .top-header .top-bar-social{
display: none;
}
.lasttest-blog9 .item{
display: block;
}
.lasttest-blog9 .item .thumb, .lasttest-blog9 .item .info{
width: 100%;
display: inline-block;
}
.lasttest-blog9 .item .info{
padding: 15px;
}
.lasttest-blog9 .item .info .title{
margin-top: 15px;
font-size: 14px;
margin-bottom: 15px;
}
.lasttest-blog9 .item .info .readmore{
position: static;
}
}
/*--------------------
[13. Styles for devices(<=480px)]
*/
@media (max-width: 480px) {
.option9 .main-header .logo{
margin-top: 0;
}
.option9 .main-header .logo img{
width: 50%;
height: auto;
}
.option9 .mini-cart,
.option9 .form-search{
margin-top: 10px;
}
.option9 .form-search .form-search-inner{
min-width: 246px;
}
.option9 .form-search .form-category{
display: none;
}
.option9 .form-search .input-serach input{
padding: 3px 10px
}
.option9 #main-menu .navbar-header{
background: transparent;
font-size: 0;
margin-top: 10px;
margin-left: 0;
}
.option9 #main-menu .navbar-header .navbar-brand{
display: none;
}
.option9 #main-menu{
margin-top: 2px;
float: left;
}
.option9 #main-menu .navbar{
position: static;
}
.option9 #main-menu .navbar-collapse{
position: absolute;
left: 15px;
right: 15px;
}
.option9 #main-menu .navbar .navbar-nav>li>a,
.option9 #main-menu .navbar .navbar-nav>li>a{
padding: 10px 15px;
color: #333;
}
.option9 #main-menu .navbar .navbar-nav>li:last-child{
border: none;
}
.option9 .navbar-nav{
margin: 0;
}
.option9 #main-menu .navbar .navbar-nav>li>a:after{
background: transparent;
}
.option9 .form-search .icon,
.option9 .mini-cart .icon{
background-color: transparent;
}
.option9 .form-search{
padding: 0;
}
.option9 .main-header{
padding: 10px 15px;
}
.slide9 .content-slide .caption-title{
font-size: 30px;
line-height: 30px;
}
.slide9 .content-slide .caption-sub-title{
font-size: 14px;
}
.slide9 .content-slide .slide-button{
margin-top: 20px;
}
.slide9 .content-slide{
top: 65%;
}
.option9 .top-header .nav-top-links,
.option9 .top-header .support-link,
.option9 .top-header .top-bar-social{
display: none;
}
.lasttest-blog9 .item{
display: block;
}
.lasttest-blog9 .item .thumb, .lasttest-blog9 .item .info{
width: 100%;
display: inline-block;
}
.lasttest-blog9 .item .info{
padding: 15px;
}
.lasttest-blog9 .item .info .title{
margin-top: 15px;
font-size: 14px;
margin-bottom: 15px;
}
.lasttest-blog9 .item .info .readmore{
position: static;
}
} | 0.249539 | 0.044431 |