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 |
|---|---|---|---|---|
.comments-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
overflow: hidden;
}
.c-info {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-family: 'Amaranth', sans-serif;
font-size: 20px;
background: rgba(8,8,8,0.6);
color: white;
font-style: italic;
height: 50px;
width: 100%;
}
.c-info:after {
content: "";
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 20px 20px 0 20px;
border-color: rgba(8,8,8,0.6) transparent transparent transparent;
bottom: -20px;
left: 48%;
}
.c-thread {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
overflow: hidden;
}
.ct-head {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 50px;
width: 80%;
font-family: 'Amaranth', sans-serif;
font-size: 25px;
margin-top: 50px;
border-bottom: 1px solid rgba(8,8,8,0.5);
}
.ct-img {
width: 30px;
height: 30px;
margin-left: 10px;
}
.ct-form {
width: 80%;
margin-top: 20px;
}
textarea[placeholder] {
font-family: 'Amaranth', sans-serif;
}
.w50 {
width: 50%;
}
.vanish {
position: absolute;
left: -2000px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font-size: 15px;
font-family: 'Amaranth', sans-serif;
}
.button-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 20px;
}
.close {
margin-left: 15px;
font-size: 15px;
font-family: 'Amaranth', sans-serif;
opacity: 0.6;
}
.ct-comments {
width: 80%;
}
.comment-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
margin-bottom: 30px;
}
.cw-img {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100px;
}
.img-circle {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 70px;
height: 70px;
font-family: 'Amaranth', sans-serif;
font-size: 20px;
color: white;
border-radius: 50%;
background: #ff003f;
box-shadow: 0 0 8px black;
text-transform: uppercase;
}
.cw-right {
width: calc(100% - 100px);
}
.r-top, .r-middle {
padding-bottom: 10px;
}
.r-top {
display: flex;
justify-content: space-between;
font-family: 'Amaranth', sans-serif;
font-weight: 600;
font-size: 17px;
}
.timestamp, .glyphicon-minus {
margin-left: 15px;
opacity: 0.7;
font-size: 14px;
}
.mini {
margin-right: 15px;
opacity: 0.3;
cursor: pointer;
}
.r-middle {
font-family: 'Fira Sans', sans-serif;
padding-right: 15px;
}
.r-bottom {
font-family: 'Amaranth', sans-serif;
color: #184F78;
}
.textbox {
z-index: 100;
}
.textbox > p {
font-family: 'Fira Sans', sans-serif !important;
}
.reply-form {
margin-left: 90px;
}
.full-comment {
display: flex;
flex-direction: column;
background: white;
border: 1px solid rgba(8,8,8,0.2);
margin-bottom: 10px;
padding-top: 10px;
box-shadow: inset 0 0 10px rgba(8,8,8,0.2);
}
.reply-btn {
color: #2399D5;
cursor: pointer;
}
.reply-form {
display: none;
}
.child1 {
margin-left: 90px;
border-right: 0;
border-bottom: 0;
}
.nocomment {
display: flex;
width: 100%;
justify-content: center;
align-items: center;
margin: 30px 0;
font-family: 'Amaranth', sans-serif;
font-size: 24px;
font-style: italic;
}
@media all and (max-width: 600px) {
.child1 {
margin-left: 0;
}
}
@media all and (max-width: 414px) {
.r-middle {
font-size: 12px;
padding-right: 15px;
}
.comment-wrap {
padding: 15px;
}
}
@media all and (max-width: 360px) {
.cw-img {
display: none;
}
.cw-right {
width: 100%;
}
} | public/css/comments.css | .comments-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
overflow: hidden;
}
.c-info {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-family: 'Amaranth', sans-serif;
font-size: 20px;
background: rgba(8,8,8,0.6);
color: white;
font-style: italic;
height: 50px;
width: 100%;
}
.c-info:after {
content: "";
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 20px 20px 0 20px;
border-color: rgba(8,8,8,0.6) transparent transparent transparent;
bottom: -20px;
left: 48%;
}
.c-thread {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
overflow: hidden;
}
.ct-head {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 50px;
width: 80%;
font-family: 'Amaranth', sans-serif;
font-size: 25px;
margin-top: 50px;
border-bottom: 1px solid rgba(8,8,8,0.5);
}
.ct-img {
width: 30px;
height: 30px;
margin-left: 10px;
}
.ct-form {
width: 80%;
margin-top: 20px;
}
textarea[placeholder] {
font-family: 'Amaranth', sans-serif;
}
.w50 {
width: 50%;
}
.vanish {
position: absolute;
left: -2000px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font-size: 15px;
font-family: 'Amaranth', sans-serif;
}
.button-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 20px;
}
.close {
margin-left: 15px;
font-size: 15px;
font-family: 'Amaranth', sans-serif;
opacity: 0.6;
}
.ct-comments {
width: 80%;
}
.comment-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
margin-bottom: 30px;
}
.cw-img {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100px;
}
.img-circle {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 70px;
height: 70px;
font-family: 'Amaranth', sans-serif;
font-size: 20px;
color: white;
border-radius: 50%;
background: #ff003f;
box-shadow: 0 0 8px black;
text-transform: uppercase;
}
.cw-right {
width: calc(100% - 100px);
}
.r-top, .r-middle {
padding-bottom: 10px;
}
.r-top {
display: flex;
justify-content: space-between;
font-family: 'Amaranth', sans-serif;
font-weight: 600;
font-size: 17px;
}
.timestamp, .glyphicon-minus {
margin-left: 15px;
opacity: 0.7;
font-size: 14px;
}
.mini {
margin-right: 15px;
opacity: 0.3;
cursor: pointer;
}
.r-middle {
font-family: 'Fira Sans', sans-serif;
padding-right: 15px;
}
.r-bottom {
font-family: 'Amaranth', sans-serif;
color: #184F78;
}
.textbox {
z-index: 100;
}
.textbox > p {
font-family: 'Fira Sans', sans-serif !important;
}
.reply-form {
margin-left: 90px;
}
.full-comment {
display: flex;
flex-direction: column;
background: white;
border: 1px solid rgba(8,8,8,0.2);
margin-bottom: 10px;
padding-top: 10px;
box-shadow: inset 0 0 10px rgba(8,8,8,0.2);
}
.reply-btn {
color: #2399D5;
cursor: pointer;
}
.reply-form {
display: none;
}
.child1 {
margin-left: 90px;
border-right: 0;
border-bottom: 0;
}
.nocomment {
display: flex;
width: 100%;
justify-content: center;
align-items: center;
margin: 30px 0;
font-family: 'Amaranth', sans-serif;
font-size: 24px;
font-style: italic;
}
@media all and (max-width: 600px) {
.child1 {
margin-left: 0;
}
}
@media all and (max-width: 414px) {
.r-middle {
font-size: 12px;
padding-right: 15px;
}
.comment-wrap {
padding: 15px;
}
}
@media all and (max-width: 360px) {
.cw-img {
display: none;
}
.cw-right {
width: 100%;
}
} | 0.231701 | 0.048428 |
.page a:not(.btn) {
text-decoration: underline;
}
.help-block .list-unstyled {
color: red;
}
.navbar-default {
padding-top: 20px;
}
.language-choice {
position: absolute;
right: 10%;
z-index: 2000;
}
.language-choice a {
display: inline-block;
width: 90px;
height: 35px;
line-height: 35px;
text-align: center;
font-size: 14px;
color: #fff;
background: #F16B46;
text-decoration: none !important;
}
.btn-orange {
font-size: 14px;
font-weight: bold;
border-radius: 3px;
border: solid 1px #F16B46;
color: #fff;
transition: all 0.3s;
background: #F16B46;
}
.candidate {
background-color: #efeded;
margin-bottom: 20px;
border: 1px solid #ccc;
padding: 15px 0;
}
.candidate .score {
font-size: 42px;
font-size: bold;
margin-top: 20px;
text-align: center;
font-weight: bold;
color: #F16B46;
}
.candidate .interests {
font-weight: bold;
}
.matches {
color: #F16B46;
}
.candidate .presentation {
border-right: 1px dashed #ccc;
}
.candidate .choice {
font-size: 22px;
text-align: center;
}
.candidate .choice input {
margin-top: 40px;
display: inline;
}
.more-candidates {
text-align: center;
}
div.textarea {
min-height: 90px !important;
height: auto;
}
div.form-control {
background-color: #efeded !important;
}
div.candidate a.google-link {
color: #666;
text-decoration: none !important;
}
div.candidate span.matches a.google-link {
color: #F16B46;
text-decoration: none;
}
.checkableList label {
margin-right: 20px;
}
.checkableList label > input[type="radio"], .checkableList label > input[type="checkbox"] {
margin-right: -20px;
}
.nav-head .navbar-default .logo img{
width: 265px;
display: inline;
margin: 0 10px 0 0;
}
.text-muted {
color: #9a9a9a;
}
.nav-head .navbar-default .navbar-nav > li.open a{
background: none;
color: #555;
}
.nav-head .navbar-default .navbar-nav > li > a:active,
.nav-head .navbar-default .navbar-nav > li > a:focus{
background: none !important;
color: #555;
} | web/css/custom.css | .page a:not(.btn) {
text-decoration: underline;
}
.help-block .list-unstyled {
color: red;
}
.navbar-default {
padding-top: 20px;
}
.language-choice {
position: absolute;
right: 10%;
z-index: 2000;
}
.language-choice a {
display: inline-block;
width: 90px;
height: 35px;
line-height: 35px;
text-align: center;
font-size: 14px;
color: #fff;
background: #F16B46;
text-decoration: none !important;
}
.btn-orange {
font-size: 14px;
font-weight: bold;
border-radius: 3px;
border: solid 1px #F16B46;
color: #fff;
transition: all 0.3s;
background: #F16B46;
}
.candidate {
background-color: #efeded;
margin-bottom: 20px;
border: 1px solid #ccc;
padding: 15px 0;
}
.candidate .score {
font-size: 42px;
font-size: bold;
margin-top: 20px;
text-align: center;
font-weight: bold;
color: #F16B46;
}
.candidate .interests {
font-weight: bold;
}
.matches {
color: #F16B46;
}
.candidate .presentation {
border-right: 1px dashed #ccc;
}
.candidate .choice {
font-size: 22px;
text-align: center;
}
.candidate .choice input {
margin-top: 40px;
display: inline;
}
.more-candidates {
text-align: center;
}
div.textarea {
min-height: 90px !important;
height: auto;
}
div.form-control {
background-color: #efeded !important;
}
div.candidate a.google-link {
color: #666;
text-decoration: none !important;
}
div.candidate span.matches a.google-link {
color: #F16B46;
text-decoration: none;
}
.checkableList label {
margin-right: 20px;
}
.checkableList label > input[type="radio"], .checkableList label > input[type="checkbox"] {
margin-right: -20px;
}
.nav-head .navbar-default .logo img{
width: 265px;
display: inline;
margin: 0 10px 0 0;
}
.text-muted {
color: #9a9a9a;
}
.nav-head .navbar-default .navbar-nav > li.open a{
background: none;
color: #555;
}
.nav-head .navbar-default .navbar-nav > li > a:active,
.nav-head .navbar-default .navbar-nav > li > a:focus{
background: none !important;
color: #555;
} | 0.404155 | 0.103341 |
* {
margin: 0;
padding: 0;
list-style: none;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.contrint {
width: 1190px;
margin: 0 auto;
}
.menu {
/* width: 189px; */
/* border: 1px solid #ff5000; */
/* position: relative; */
box-sizing: border-box;
padding: 1px 1px 1px 1px;
}
.news {
width: 189px;
font-size: 17px;
position: relative;
border: 1px solid #ff5000;
}
.news .yz {
height: 34px;
}
li:hover .content-1 {
display: block;
}
.news a {
color: #666;
}
.news .one {
position: absolute;
right: 0;
}
.content-1 {
width: 1060px;
height: 510px;
position: absolute;
left: 190px;
top: 0;
border: 1px solid #ff5000;
display: none;
}
.cont-1 h5 {
font-size: 16px;
font-weight: 500;
}
.cont-1 span {
margin-right: 15px;
}
.content-1 .cont-1 ul li {
float: left;
width: 100%;
}
.content-1 .cont-1 ul li:nth-child(4) {
width: 50%;
}
.content-1 .cont-1 ul li:nth-child(4) span {
margin-right: 35px;
}
.content-1 .cont-1 ul li:nth-child(5) {
width: 50%;
}
.content-1 .cont-1 ul li:nth-child(6) {
width: 50%;
}
.content-1 .cont-1 ul li:nth-child(7) {
width: 50%;
}
.content-1 .cont-1 ul li:nth-child(8) {
width: 50%;
}
.content-1 .cont-1 ul li:nth-child(11) {
width: 50%;
}
.content-1 .cont-1 ul li:nth-child(12) {
width: 50%;
}
.content-1 .cont-1 ul li:nth-child(13) {
width: 50%;
}
.content-1 .cont-1 ul li:nth-child(14) {
width: 50%;
}
.cont-1 {
width: 660px;
height: 510px;
overflow-y: scroll;
/* border: 1px solid #000000; */
margin-left: 45px;
float: left;
}
.cont-1 h5 {
/* display: block; */
margin-top: 33px;
}
.cont-1 span {
font-size: 10px;
margin-top: 27px;
width: 50%;
color: #7c7777;
/* float: left; */
}
.cont-1 .sp {
width: 100%;
}
.cont-2 {
width: 355px;
float: right;
}
.cont-2 ul {
float: left;
}
.cont-2 img {
width: 104px;
height: 104px;
padding: 10px 32px;
}
.cont-2 .p {
font-size: 15px;
}
.cont-2 p {
font-size: 10px;
color: #7c7777;
text-align: center;
} | web/code/practice/前期/前期作业/2020-11-05-作业/taobao/css/style.css | * {
margin: 0;
padding: 0;
list-style: none;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.contrint {
width: 1190px;
margin: 0 auto;
}
.menu {
/* width: 189px; */
/* border: 1px solid #ff5000; */
/* position: relative; */
box-sizing: border-box;
padding: 1px 1px 1px 1px;
}
.news {
width: 189px;
font-size: 17px;
position: relative;
border: 1px solid #ff5000;
}
.news .yz {
height: 34px;
}
li:hover .content-1 {
display: block;
}
.news a {
color: #666;
}
.news .one {
position: absolute;
right: 0;
}
.content-1 {
width: 1060px;
height: 510px;
position: absolute;
left: 190px;
top: 0;
border: 1px solid #ff5000;
display: none;
}
.cont-1 h5 {
font-size: 16px;
font-weight: 500;
}
.cont-1 span {
margin-right: 15px;
}
.content-1 .cont-1 ul li {
float: left;
width: 100%;
}
.content-1 .cont-1 ul li:nth-child(4) {
width: 50%;
}
.content-1 .cont-1 ul li:nth-child(4) span {
margin-right: 35px;
}
.content-1 .cont-1 ul li:nth-child(5) {
width: 50%;
}
.content-1 .cont-1 ul li:nth-child(6) {
width: 50%;
}
.content-1 .cont-1 ul li:nth-child(7) {
width: 50%;
}
.content-1 .cont-1 ul li:nth-child(8) {
width: 50%;
}
.content-1 .cont-1 ul li:nth-child(11) {
width: 50%;
}
.content-1 .cont-1 ul li:nth-child(12) {
width: 50%;
}
.content-1 .cont-1 ul li:nth-child(13) {
width: 50%;
}
.content-1 .cont-1 ul li:nth-child(14) {
width: 50%;
}
.cont-1 {
width: 660px;
height: 510px;
overflow-y: scroll;
/* border: 1px solid #000000; */
margin-left: 45px;
float: left;
}
.cont-1 h5 {
/* display: block; */
margin-top: 33px;
}
.cont-1 span {
font-size: 10px;
margin-top: 27px;
width: 50%;
color: #7c7777;
/* float: left; */
}
.cont-1 .sp {
width: 100%;
}
.cont-2 {
width: 355px;
float: right;
}
.cont-2 ul {
float: left;
}
.cont-2 img {
width: 104px;
height: 104px;
padding: 10px 32px;
}
.cont-2 .p {
font-size: 15px;
}
.cont-2 p {
font-size: 10px;
color: #7c7777;
text-align: center;
} | 0.401805 | 0.078043 |
@media only screen and (min-width: 30.0625em) and (max-width: 46.1875em){
body{
margin: 0px;
padding:0px;
box-sizing: border-box;
}
/*header Start*/
header{
height:60px;
}
.header__container{
height:60px;
justify-content: space-between;
}
.header__container .menu ul li{
height:60px;
display: none;
}
.header__container .logo a{
font-size: 18px;
margin-left: 15px;
}
.header__container .icon i{
font-size: 1.25em;
margin-right: 0.5625em;
}
/*slider Start*/
slider,
slider .slider__container{
width: 100%;
height: 15em;
}
slider .slider__container .item img{
width: 100%;
height: 15em;
}
slider .slider__container h2{
left: 10%;
line-height: 0.8em;
letter-spacing: 0.15em;
}
.slider__container span, .slider__container small{
font-size: 10px;
}
/*best-seller Start*/
best-seller {
width: 100%;
}
best-seller .seller__container ul {
width: 100%;
display: flex;
text-align: center;
justify-content: center;
flex-wrap: wrap;
}
best-seller ul li:nth-child(1){
width: 100%;
}
best-seller ul li:nth-child(2),
best-seller ul li:nth-child(3),
best-seller ul li:nth-child(4),
best-seller ul li:nth-child(5){
width:30%;
margin:0em 2em 1em 0em;
}
best-seller .seller__container ul li a{
font-size: 1em;
}
/*summer Start*/
summer .summer__container{
width: 100%;
height: 20em;
}
summer ul{
height: 20em;
}
summer ul li{
height: 20em;
}
summer ul li img{
max-width: 10em;
margin:70px 0px 70px 0px;
}
/*product Start*/
product ul{
width: 100%;
display: flex;
text-align: center;
flex-wrap: wrap;
justify-content: center;
}
product ul li {
width: 30%;
margin: 1em 1em 1em 1em;
}
product ul li img{
width: 100%;
}
/*discount Start*/
discount ul{
width: 100%;
height: 37.5em;
display: flex;
flex-direction: column;
}
discount ul li:nth-child(1){
width: 100%;
height: 18.75em;
}
discount ul li:nth-child(1) button{
margin-top: 1em;
}
discount ul li:nth-child(2){
width: 100%;
height: 18.75em;
display: flex;
flex-wrap: wrap;
}
/*footer Start*/
footer ul{
height: 7.5em;
display: flex;
flex-direction: column;
justify-content: center;
}
footer ul li:nth-child(1){
width: 100%;
}
footer ul li:nth-child(2){
width: 100%;
margin-top: 1em;
}
} | horizontalmobile.css |
@media only screen and (min-width: 30.0625em) and (max-width: 46.1875em){
body{
margin: 0px;
padding:0px;
box-sizing: border-box;
}
/*header Start*/
header{
height:60px;
}
.header__container{
height:60px;
justify-content: space-between;
}
.header__container .menu ul li{
height:60px;
display: none;
}
.header__container .logo a{
font-size: 18px;
margin-left: 15px;
}
.header__container .icon i{
font-size: 1.25em;
margin-right: 0.5625em;
}
/*slider Start*/
slider,
slider .slider__container{
width: 100%;
height: 15em;
}
slider .slider__container .item img{
width: 100%;
height: 15em;
}
slider .slider__container h2{
left: 10%;
line-height: 0.8em;
letter-spacing: 0.15em;
}
.slider__container span, .slider__container small{
font-size: 10px;
}
/*best-seller Start*/
best-seller {
width: 100%;
}
best-seller .seller__container ul {
width: 100%;
display: flex;
text-align: center;
justify-content: center;
flex-wrap: wrap;
}
best-seller ul li:nth-child(1){
width: 100%;
}
best-seller ul li:nth-child(2),
best-seller ul li:nth-child(3),
best-seller ul li:nth-child(4),
best-seller ul li:nth-child(5){
width:30%;
margin:0em 2em 1em 0em;
}
best-seller .seller__container ul li a{
font-size: 1em;
}
/*summer Start*/
summer .summer__container{
width: 100%;
height: 20em;
}
summer ul{
height: 20em;
}
summer ul li{
height: 20em;
}
summer ul li img{
max-width: 10em;
margin:70px 0px 70px 0px;
}
/*product Start*/
product ul{
width: 100%;
display: flex;
text-align: center;
flex-wrap: wrap;
justify-content: center;
}
product ul li {
width: 30%;
margin: 1em 1em 1em 1em;
}
product ul li img{
width: 100%;
}
/*discount Start*/
discount ul{
width: 100%;
height: 37.5em;
display: flex;
flex-direction: column;
}
discount ul li:nth-child(1){
width: 100%;
height: 18.75em;
}
discount ul li:nth-child(1) button{
margin-top: 1em;
}
discount ul li:nth-child(2){
width: 100%;
height: 18.75em;
display: flex;
flex-wrap: wrap;
}
/*footer Start*/
footer ul{
height: 7.5em;
display: flex;
flex-direction: column;
justify-content: center;
}
footer ul li:nth-child(1){
width: 100%;
}
footer ul li:nth-child(2){
width: 100%;
margin-top: 1em;
}
} | 0.077087 | 0.044827 |
.header .typearea .header_search_tips:after,
.footer1 .typearea .explain:after,
.footer2 .typearea .address_message:after {
content: ".";
display: block;
clear: both;
height: 0;
overflow: hidden;
visibility: hidden;
}
.typearea,
.header .typearea,
.footer1 .typearea,
.footer2 .typearea {
width: 1180px;
margin: 0 auto;
}
.top,
.header,
.footer1,
.footer2 {
margin-bottom: 20px;
}
.top .typearea .top_left .top_font,
.top .typearea .top_right .top_font {
font-size: 12px;
color: #cccccc;
margin-right: 20px;
text-decoration: none;
display: block;
float: left;
}
.top {
background: black;
}
.top .typearea {
height: 30px;
line-height: 30px;
background: black;
}
.top .typearea .top_left {
float: left;
}
.top .typearea .top_left .top_font:hover {
color: #999999;
}
.top .typearea .top_right {
float: right;
}
.top .typearea .top_right .top_font:hover {
color: #999999;
}
.top .typearea .top_right .top_font:last-of-type {
margin-right: 0px;
}
.top .typearea .top_right span {
float: right;
margin-top: 10px;
display: block;
width: 10px;
height: 20px;
background: url(../images/header.png) no-repeat -8px -5px;
}
.header {
height: 88px;
}
.header .typearea {
background: white;
}
.header .typearea .header_left {
display: block;
float: left;
width: 273px;
height: 95px;
background: url(../images/header.png) no-repeat 30px -310px;
}
.header .typearea .header_right {
float: right;
margin-top: 10px;
}
.header .typearea .header_right .search {
float: left;
}
.header .typearea .header_search_input {
width: 300px;
height: 36px;
line-height: 36px;
font-size: 14px;
border: 2px solid #E73736;
color: #333;
padding: 0 17px;
}
.header .typearea .header_search_btn {
width: 76px;
height: 40px;
line-height: 40px;
text-align: center;
text-decoration: none;
background-color: #E73736;
color: #fff;
font-size: 14px;
display: inline-block;
margin-left: -10px;
}
.header .typearea .header_search_tips {
width: 412px;
height: 19px;
line-height: 19px;
padding-top: 9px;
}
.header .typearea .header_search_tips li {
height: 19px;
line-height: 19px;
float: left;
}
.header .typearea .header_search_tips li:hover {
cursor: pointer;
}
.header .typearea .header_search_tips a {
text-decoration: none;
color: #444444;
font-size: 14px;
border-left: 1px solid #444444;
padding: 0px 5px;
}
.header .typearea .header_search_tips a:hover {
color: red;
}
.header .typearea .header_search_tips> :nth-child(1) a {
border-left: none;
}
.header .typearea .trolley {
margin-left: 22px;
float: left;
}
.header .typearea .trolley .trolley_link {
color: #999999;
background-color: #F7F7F7;
height: 36px;
padding: 2px;
display: block;
text-decoration: none;
}
.header .typearea .trolley_pic {
display: block;
float: left;
width: 54px;
height: 36px;
margin-right: 10px;
position: relative;
background: white url(../images/header.png) no-repeat 4px -178px;
}
.header .typearea .trolley_shopping_num {
text-align: center;
position: absolute;
top: -18px;
left: 14px;
width: 24px;
height: 26px;
line-height: 26px;
color: #fff;
display: block;
background: url(../images/header.png) no-repeat -10px -448px;
}
.header .typearea .trolley_account {
font-size: 12px;
color: #333333;
line-height: 40px;
display: block;
float: left;
padding-right: 40px;
background: url(../images/header.png) no-repeat 70px -20px;
}
.null {
width: 520px;
height: 420px;
background: #fff;
margin: 60px auto;
}
.mask {
width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0;
background: #000;
opacity: 0.5;
filter: alpha(opacity=50);
z-index: 3;
}
.form1,
.form2 {
position: fixed;
width: 520px;
height: 420px;
background: #fff;
position: fixed;
z-index: 999;
left: 50%;
top: 50%;
margin-left: -260px;
margin-top: -210px;
border-top: 3px solid #DD3E42;
box-sizing: border-box;
padding: 53px 50px 0;
box-shadow: 0 0 5px rgba(0, 0, 0, .15);
opacity: 1;
}
h2:first-child {
height: 40px;
margin-bottom: 20px;
text-align: center;
}
.form1 p,
.form2 p {
position: relative;
width: 420px;
height: 54px;
line-height: 54px;
font-size: 18px;
margin-top: 20px;
border-radius: 3px;
border: 1px solid #999;
}
.mask_tips {
display: block;
width: 50px;
height: 30px;
line-height: 30px;
margin: 0 auto;
font-size: 24px;
border: none;
color: #DD3E42;
padding-bottom: 10px;
border-bottom: 1px solid #DD3E42;
}
.mask p span {
display: block;
position: absolute;
height: 20px;
line-height: 20px;
text-align: center;
width: 200px;
top: 44px;
left: 122px;
font-size: 12px;
color: #999;
background-color: #fff;
z-index: 9999;
display: none;
}
.form1 label,
.form2 label {
margin-left: 5px;
margin-right: 20px;
}
.form1 input,
.form2 input {
height: 30px;
width: 300px;
border-radius: 3px;
border: none;
outline: none;
}
.form1 .form1_p,
.form2 .form1_p {
height: 54px;
width: 200px;
border: none;
}
.form1 .form1_submit,
.form2 .form1_submit {
height: 54px;
width: 200px;
background: red;
color: white;
font-size: 20px;
margin-left: 118px;
}
.form2 a {
display: block;
position: absolute;
}
.footer1 {
padding: 13px 0;
background: #3E3A39;
color: #fff;
font-size: 14px;
height: 54px;
}
.footer1 .typearea {
background: #3E3A39;
height: 54px;
}
.footer1 .typearea .explain {
height: 54px;
}
.footer1 .typearea .explain li {
float: left;
width: 235px;
text-align: center;
border-left: 1px solid #635D5C;
margin-left: -1px;
list-style: none;
font-size: 16px;
}
.footer1 .typearea li span {
display: inline-block;
font-size: 46px;
margin-top: 6px;
margin-left: 10px;
margin-right: 10px;
vertical-align: middle;
}
.footer2 {
background: #F1F1F1;
font-size: 14px;
padding-bottom: 25px;
}
.footer2 .typearea {
background: #F1F1F1;
}
.footer2 .typearea .company_message {
padding: 30px 0px;
}
.footer2 .typearea .address_message {
margin-bottom: 30px;
}
.footer2 .typearea .message_left {
float: left;
}
.footer2 .typearea .message_left .top {
width: 158px;
height: 69px;
background: url(../images/header.png) no-repeat -4px -320px;
margin-bottom: 0px;
}
.footer2 .typearea .message_left .bottom {
padding-top: 14px;
height: 32px;
}
.footer2 .typearea .message_left .text {
display: block;
float: left;
height: 32px;
line-height: 32px;
}
.footer2 .typearea .message_left .wb,
.footer2 .typearea .message_left .wx {
text-decoration: none;
float: left;
display: block;
text-decoration: none;
}
.footer2 .typearea .message_left .wb {
margin: 2px 8px 0px 10px;
}
.footer2 .typearea .message_left .wx {
margin: 0px 8px;
}
.footer2 .typearea .message_left .icon-weibo {
color: red;
font-size: 28px;
}
.footer2 .typearea .message_left .icon-weixin {
color: green;
font-size: 34px;
}
.footer2 .typearea .message_middle {
float: left;
}
.footer2 .typearea .message_middle li {
float: left;
margin-left: 98px;
}
.footer2 .typearea .message_middle p {
margin-bottom: 22px;
font-size: 14px;
}
.footer2 .typearea .message_middle a {
margin-top: 10px;
font-size: 12px;
text-decoration: none;
display: block;
color: #999;
}
.footer2 .typearea .message_right {
float: right;
margin-right: 16px;
text-align: center;
position: relative;
}
.footer2 .typearea .message_right p {
margin-bottom: 10px;
}
.footer2 .typearea .message_right div {
width: 101px;
height: 101px;
background: url(https://img0.fengqucdn.com/cmsres/20151119/0080d201-f306-49f0-a98c-b2e7748e0300.png) no-repeat 0px 0px;
}
.footer2 .typearea .copying {
text-align: center;
font-size: 12px;
color: #999;
}
.footer2 .typearea .promiss {
text-align: center;
margin-top: 4px;
color: #999;
}
.footer2 .typearea .promiss a {
margin: 0px 5px;
text-decoration: none;
font-size: 12px;
color: #999;
} | src/style/regandlog.css | .header .typearea .header_search_tips:after,
.footer1 .typearea .explain:after,
.footer2 .typearea .address_message:after {
content: ".";
display: block;
clear: both;
height: 0;
overflow: hidden;
visibility: hidden;
}
.typearea,
.header .typearea,
.footer1 .typearea,
.footer2 .typearea {
width: 1180px;
margin: 0 auto;
}
.top,
.header,
.footer1,
.footer2 {
margin-bottom: 20px;
}
.top .typearea .top_left .top_font,
.top .typearea .top_right .top_font {
font-size: 12px;
color: #cccccc;
margin-right: 20px;
text-decoration: none;
display: block;
float: left;
}
.top {
background: black;
}
.top .typearea {
height: 30px;
line-height: 30px;
background: black;
}
.top .typearea .top_left {
float: left;
}
.top .typearea .top_left .top_font:hover {
color: #999999;
}
.top .typearea .top_right {
float: right;
}
.top .typearea .top_right .top_font:hover {
color: #999999;
}
.top .typearea .top_right .top_font:last-of-type {
margin-right: 0px;
}
.top .typearea .top_right span {
float: right;
margin-top: 10px;
display: block;
width: 10px;
height: 20px;
background: url(../images/header.png) no-repeat -8px -5px;
}
.header {
height: 88px;
}
.header .typearea {
background: white;
}
.header .typearea .header_left {
display: block;
float: left;
width: 273px;
height: 95px;
background: url(../images/header.png) no-repeat 30px -310px;
}
.header .typearea .header_right {
float: right;
margin-top: 10px;
}
.header .typearea .header_right .search {
float: left;
}
.header .typearea .header_search_input {
width: 300px;
height: 36px;
line-height: 36px;
font-size: 14px;
border: 2px solid #E73736;
color: #333;
padding: 0 17px;
}
.header .typearea .header_search_btn {
width: 76px;
height: 40px;
line-height: 40px;
text-align: center;
text-decoration: none;
background-color: #E73736;
color: #fff;
font-size: 14px;
display: inline-block;
margin-left: -10px;
}
.header .typearea .header_search_tips {
width: 412px;
height: 19px;
line-height: 19px;
padding-top: 9px;
}
.header .typearea .header_search_tips li {
height: 19px;
line-height: 19px;
float: left;
}
.header .typearea .header_search_tips li:hover {
cursor: pointer;
}
.header .typearea .header_search_tips a {
text-decoration: none;
color: #444444;
font-size: 14px;
border-left: 1px solid #444444;
padding: 0px 5px;
}
.header .typearea .header_search_tips a:hover {
color: red;
}
.header .typearea .header_search_tips> :nth-child(1) a {
border-left: none;
}
.header .typearea .trolley {
margin-left: 22px;
float: left;
}
.header .typearea .trolley .trolley_link {
color: #999999;
background-color: #F7F7F7;
height: 36px;
padding: 2px;
display: block;
text-decoration: none;
}
.header .typearea .trolley_pic {
display: block;
float: left;
width: 54px;
height: 36px;
margin-right: 10px;
position: relative;
background: white url(../images/header.png) no-repeat 4px -178px;
}
.header .typearea .trolley_shopping_num {
text-align: center;
position: absolute;
top: -18px;
left: 14px;
width: 24px;
height: 26px;
line-height: 26px;
color: #fff;
display: block;
background: url(../images/header.png) no-repeat -10px -448px;
}
.header .typearea .trolley_account {
font-size: 12px;
color: #333333;
line-height: 40px;
display: block;
float: left;
padding-right: 40px;
background: url(../images/header.png) no-repeat 70px -20px;
}
.null {
width: 520px;
height: 420px;
background: #fff;
margin: 60px auto;
}
.mask {
width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0;
background: #000;
opacity: 0.5;
filter: alpha(opacity=50);
z-index: 3;
}
.form1,
.form2 {
position: fixed;
width: 520px;
height: 420px;
background: #fff;
position: fixed;
z-index: 999;
left: 50%;
top: 50%;
margin-left: -260px;
margin-top: -210px;
border-top: 3px solid #DD3E42;
box-sizing: border-box;
padding: 53px 50px 0;
box-shadow: 0 0 5px rgba(0, 0, 0, .15);
opacity: 1;
}
h2:first-child {
height: 40px;
margin-bottom: 20px;
text-align: center;
}
.form1 p,
.form2 p {
position: relative;
width: 420px;
height: 54px;
line-height: 54px;
font-size: 18px;
margin-top: 20px;
border-radius: 3px;
border: 1px solid #999;
}
.mask_tips {
display: block;
width: 50px;
height: 30px;
line-height: 30px;
margin: 0 auto;
font-size: 24px;
border: none;
color: #DD3E42;
padding-bottom: 10px;
border-bottom: 1px solid #DD3E42;
}
.mask p span {
display: block;
position: absolute;
height: 20px;
line-height: 20px;
text-align: center;
width: 200px;
top: 44px;
left: 122px;
font-size: 12px;
color: #999;
background-color: #fff;
z-index: 9999;
display: none;
}
.form1 label,
.form2 label {
margin-left: 5px;
margin-right: 20px;
}
.form1 input,
.form2 input {
height: 30px;
width: 300px;
border-radius: 3px;
border: none;
outline: none;
}
.form1 .form1_p,
.form2 .form1_p {
height: 54px;
width: 200px;
border: none;
}
.form1 .form1_submit,
.form2 .form1_submit {
height: 54px;
width: 200px;
background: red;
color: white;
font-size: 20px;
margin-left: 118px;
}
.form2 a {
display: block;
position: absolute;
}
.footer1 {
padding: 13px 0;
background: #3E3A39;
color: #fff;
font-size: 14px;
height: 54px;
}
.footer1 .typearea {
background: #3E3A39;
height: 54px;
}
.footer1 .typearea .explain {
height: 54px;
}
.footer1 .typearea .explain li {
float: left;
width: 235px;
text-align: center;
border-left: 1px solid #635D5C;
margin-left: -1px;
list-style: none;
font-size: 16px;
}
.footer1 .typearea li span {
display: inline-block;
font-size: 46px;
margin-top: 6px;
margin-left: 10px;
margin-right: 10px;
vertical-align: middle;
}
.footer2 {
background: #F1F1F1;
font-size: 14px;
padding-bottom: 25px;
}
.footer2 .typearea {
background: #F1F1F1;
}
.footer2 .typearea .company_message {
padding: 30px 0px;
}
.footer2 .typearea .address_message {
margin-bottom: 30px;
}
.footer2 .typearea .message_left {
float: left;
}
.footer2 .typearea .message_left .top {
width: 158px;
height: 69px;
background: url(../images/header.png) no-repeat -4px -320px;
margin-bottom: 0px;
}
.footer2 .typearea .message_left .bottom {
padding-top: 14px;
height: 32px;
}
.footer2 .typearea .message_left .text {
display: block;
float: left;
height: 32px;
line-height: 32px;
}
.footer2 .typearea .message_left .wb,
.footer2 .typearea .message_left .wx {
text-decoration: none;
float: left;
display: block;
text-decoration: none;
}
.footer2 .typearea .message_left .wb {
margin: 2px 8px 0px 10px;
}
.footer2 .typearea .message_left .wx {
margin: 0px 8px;
}
.footer2 .typearea .message_left .icon-weibo {
color: red;
font-size: 28px;
}
.footer2 .typearea .message_left .icon-weixin {
color: green;
font-size: 34px;
}
.footer2 .typearea .message_middle {
float: left;
}
.footer2 .typearea .message_middle li {
float: left;
margin-left: 98px;
}
.footer2 .typearea .message_middle p {
margin-bottom: 22px;
font-size: 14px;
}
.footer2 .typearea .message_middle a {
margin-top: 10px;
font-size: 12px;
text-decoration: none;
display: block;
color: #999;
}
.footer2 .typearea .message_right {
float: right;
margin-right: 16px;
text-align: center;
position: relative;
}
.footer2 .typearea .message_right p {
margin-bottom: 10px;
}
.footer2 .typearea .message_right div {
width: 101px;
height: 101px;
background: url(https://img0.fengqucdn.com/cmsres/20151119/0080d201-f306-49f0-a98c-b2e7748e0300.png) no-repeat 0px 0px;
}
.footer2 .typearea .copying {
text-align: center;
font-size: 12px;
color: #999;
}
.footer2 .typearea .promiss {
text-align: center;
margin-top: 4px;
color: #999;
}
.footer2 .typearea .promiss a {
margin: 0px 5px;
text-decoration: none;
font-size: 12px;
color: #999;
} | 0.47317 | 0.117648 |
@charset "UTF-8";
/* ------- fonte da pagina ------- */
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
/* --------- variaveis ------ */
:root {
--fonte-padrao: 'Roboto', sans-serif;
/*----- cores ----*/
--cor01: #52a4e8b3;
--cor02: #41ABFF;
--cor03: #008FFF;
--cor04: #0072CC;
--cor05: #00477F;
}
/* ------------------ regra da pagina ---------------- */
* {
padding: 0;
margin: 0;
list-style-type: none;
font-family: var(--fonte-padrao);
}
/* --------------- cabeçalho da pagina -------------- */
header {
background-color: #2a2a2a;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
padding: 10px;
position: fixed;
width: 100%;
}
#logo div {
background-image: linear-gradient(to left, var(--cor01), var(--cor04));
width: 30px;
height: 30px;
border-radius: 100%;
transition: .8s;
margin-left: 20px;
}
#logo div:hover {
transform: scale(0.6);
}
#menu>ul {
display: flex;
padding-right: 30px;
}
#menu>ul>li>a {
color: white;
font-size: 18px;
font-weight: bold;
text-decoration: none;
padding: 5px 10px;
transition: .8s;
}
#menu>ul>li>a:hover {
background-color: var(--cor03);
border-radius: 30px;
}
h2#botao-menu {
display: none;
}
/* ---------------------- main e body da pagina ------------------- */
div.article-conteudo {
max-width: 1100px;
margin: auto;
}
article h2,
h3 {
line-height: 1.5em;
}
article p {
text-align: justify;
line-height: 1.6em;
}
/* -------------------- area de destaque da pagina ----------------- */
section#destaque {
background-image: url(../imagens/imagem\ de\ fundo\ -\ gestor.jpg);
box-shadow: 0px 4px 10px #272727d0;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
padding: 13% 20px 7% 20px;
}
section#destaque h2 {
color: var(--cor03);
text-shadow: 7px 4px 4px #272727d0;
font-size: 3.5em;
text-align: center;
margin-bottom: 30px;
}
section#destaque p {
color: white;
text-shadow: 3px 3px 3px #272727d0;
font-size: 25px;
font-weight: bold;
text-align: center;
margin-bottom: 30px;
}
/* ---- link para chamada ---- */
.link-destaque a {
background-color: var(--cor04);
color: white;
font-weight: bold;
text-shadow: none;
font-size: 20px;
text-decoration: none;
border-radius: 20px;
padding: 5px 10px;
margin-top: 90px;
transition: .7s;
}
.link-destaque {
transition: .8s;
}
.link-destaque:hover {
transform: scale(0.7);
}
.link-destaque a:hover {
background-image: linear-gradient(to left, var(--cor04), var(--cor05));
}
/* ------- beneficios de um gestor de trafego --------------- */
article#beneficios {
background-color: var(--cor04);
border-bottom: 4px solid #ffffff88;
padding: 10% 20px;
}
article#beneficios h2 {
font-size: 3em;
color: white;
text-shadow: 1px 3px 3px #272727d0;
text-align: center;
}
article#beneficios p {
font-size: 18px;
color: white;
}
span.beneficio-sub>p {
color: #838383;
text-align: center;
max-width: 900px;
margin: 0 auto 40px auto;
font-size: 23px;
}
div.sobre-beneficios img {
box-shadow: 3px 3px 12px #2a2a2a8c;
margin: 3% auto;
}
/* ---------- sobre BENEFÍCIOS - display flex ---------- */
div.sobre-beneficios {
display: grid;
grid-template-columns: auto auto;
align-items: center;
grid-gap: 20px;
}
div.sobre-beneficios h3 {
color: #242323;
font-size: 25px;
margin-bottom: 10px;
}
/* ------ area sobre investimento ------ */
article#investimento {
background-color: var(--cor03);
padding: 10% 20px;
border-bottom: 4px solid #ffffff88;
}
article#investimento p {
color: white;
}
/* ---------- AUDIÊNCIA - display flex ---------- */
article#audiencia {
background-color: var(--cor04);
padding: 10% 20px;
}
div.sobre-audiencia {
display: grid;
grid-template-columns: auto auto;
align-items: center;
grid-gap: 10px;
}
article#audiencia h3 {
color: #242323;
font-size: 30px;
margin-bottom: 5px;
}
article#audiencia p {
color: white;
}
article#audiencia img {
box-shadow: 3px 3px 12px #2a2a2a8c;
}
/* ---------- pronto para aumentar seu tráfego ? ----------- */
article#pontos-trafego {
background-color: #d3d3d3;
padding: 10% 20px 2% 20px;
border-bottom: 4px solid #ffffff88;
}
article#pontos-trafego h2 {
font-size: 3em;
text-shadow: 1px 3px 3px #272727d0;
text-align: center;
color: var(--cor04);
margin-bottom: 30px;
}
/* diplat - */
div.sobre-pontos {
display: grid;
grid-template-columns: auto auto;
align-items: center;
}
div.sobre-pontos02 {
margin: 5% auto;
}
/* area de marketing imagens duplas */
article#marketing {
background-color: var(--cor01);
padding: 5% 20px;
}
article#marketing h2 {
color: white;
text-shadow: 1px 3px 3px #272727d0;
font-size: 3em;
text-align: center;
margin-bottom: 30px;
}
article#marketing img {
box-shadow: 3px 3px 12px #2a2a2a8c;
}
div.box-marketing {
display: grid;
grid-template-columns: auto auto;
grid-gap: 20px;
}
/* area de contato da pagina - formulário e informação */
article#contato {
background-image: linear-gradient(to left, var(--cor01), var(--cor03), var(--cor05));
padding: 10% 20px;
}
.sobre-contato {
display: grid;
grid-template-columns: 500px auto;
}
article#contato h2 {
font-size: 3em;
text-shadow: 1px 3px 3px #272727d0;
color: white;
text-align: center;
max-width: 900px;
margin: 0 auto 20px auto;
}
.box-form img {
width: 20%;
}
/* estilo do formulário */
div.box-form {
width: 75%;
margin: auto;
border-radius: 20px;
}
div.input-box {
color: white;
font-weight: bold;
font-size: 25px;
padding: 20px 0;
}
.input-user {
color: white;
font-size: 17px;
letter-spacing: 2px;
outline: none;
border: none;
border-bottom: 2px outset #272727d0;
width: 100%;
background: none;
}
fieldset {
border: none;
}
input#botao-form {
background-color: white;
font-weight: bold;
box-shadow: 3px 3px 3px #2a2a2a8c;
float: right;
border-radius: 30px;
border: none;
padding: 10px;
transition: .7s;
}
input#botao-form:hover {
background-color: var(--cor04);
color: white;
transform: scale(0.9);
}
/* ------------- rodapé da pagina -----------*/
/* RODAPÉ DA PAGINA // footter */
footer {
background-color: #192136;
color: white;
border-top: 3px solid var(--cor04);
padding: 5% 20px;
}
footer h2 {
color: var(--cor04);
margin-bottom: 10px;
}
footer div {
margin-top: 10px;
}
footer h3 {
color: var(--cor02);
margin-bottom: 4px;
}
div.box-footer {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
padding: 0 20px;
}
.icones {
display: flex;
text-align: center;
margin: 3% auto;
}
p.tegs a {
color: #bbbbbbbb;
text-decoration: none;
font-weight: normal;
transition: .5s;
}
p.tegs a:hover {
color: var(--cor04);
}
footer img {
width: auto;
}
/* >>>>>> estilização das imagens da pagina <<<<<<<<< */
img {
display: block;
width: 100%;
margin: auto;
}
/* --------------------> RESPONSIVIDADE DA PAGINA <--------------------------- */
/*titulo principal da pagina */
@media screen and (max-width: 800px) {
section#destaque {
background-image: url(../imagens/imagem\ de\ fundo\ -\ gestor.jpg);
padding: 20% 20px 20% 20px;
}
section#destaque h2 {
color: white;
text-shadow: 2px 2px 2px #383838ad;
font-size: 2em;
text-align: center;
margin-top: 20px;
margin-bottom: 30px;
}
section#destaque p {
color: black;
text-shadow: 3px 3px 3px #797979d0;
font-size: 17px;
font-weight: bold;
text-align: center;
margin-bottom: 30px;
}
.link-destaque a {
font-size: 18px;
}
}
/* ---- Quebra do display grid - flex >> e titulos dos artigos -----*/
@media screen and (max-width: 800px) {
.sobre-contato {
display: block;
}
div.sobre-beneficios {
display: block;
}
div.sobre-audiencia {
display: block;
}
div.sobre-pontos {
display: block;
}
div.box-marketing {
display: block;
}
div.box-marketing img {
margin-top: 30px;
}
/* -------- titulo do artigo sobre marketing ----------- */
article#marketing h2 {
font-size: 2em;
}
article#beneficios h2 {
font-size: 2em;
margin-bottom: 20px;
}
article#pontos-trafego h2 {
font-size: 2em;
}
article#contato h2 {
font-size: 2em;
}
/* -------- responsividade do formulário -------------- */
article#contato {
padding: 10% 20px 20% 20px;
}
div.box-form {
width: 100%;
margin: auto;
border-radius: 20px;
}
/* todas as imagwna 800px */
img {
margin: 20px auto;
}
}
/* ---- paragrafos da pagina sem justificação para melhorar a leitura -----*/
@media screen and (max-width: 500px) {
article p {
text-align: left;
line-height: 1.6em;
}
}
/* ----- responsividade do menu da pagina ---- */
@media screen and (max-width: 580px) {
#menu>ul {
display: none;
background-color: #2a2a2a;
text-align: center;
padding: 10px;
border-radius: 0 0 20px 20px;
border-bottom: 3px solid var(--cor04);
border-top: none;
position: absolute;
top: 40px;
right: 20px;
}
#menu>ul>li>a {
line-height: 2.5em;
width: 100%;
padding: 5px 30px;
}
#menu:hover>ul {
display: block;
}
h2#botao-menu {
display: block;
color: white;
padding-right: 40px;
transition: .8s;
}
h2#botao-menu:hover {
opacity: 0.5;
color: var(--cor04);
}
} | estilos/gestor-style.css | @charset "UTF-8";
/* ------- fonte da pagina ------- */
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
/* --------- variaveis ------ */
:root {
--fonte-padrao: 'Roboto', sans-serif;
/*----- cores ----*/
--cor01: #52a4e8b3;
--cor02: #41ABFF;
--cor03: #008FFF;
--cor04: #0072CC;
--cor05: #00477F;
}
/* ------------------ regra da pagina ---------------- */
* {
padding: 0;
margin: 0;
list-style-type: none;
font-family: var(--fonte-padrao);
}
/* --------------- cabeçalho da pagina -------------- */
header {
background-color: #2a2a2a;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
padding: 10px;
position: fixed;
width: 100%;
}
#logo div {
background-image: linear-gradient(to left, var(--cor01), var(--cor04));
width: 30px;
height: 30px;
border-radius: 100%;
transition: .8s;
margin-left: 20px;
}
#logo div:hover {
transform: scale(0.6);
}
#menu>ul {
display: flex;
padding-right: 30px;
}
#menu>ul>li>a {
color: white;
font-size: 18px;
font-weight: bold;
text-decoration: none;
padding: 5px 10px;
transition: .8s;
}
#menu>ul>li>a:hover {
background-color: var(--cor03);
border-radius: 30px;
}
h2#botao-menu {
display: none;
}
/* ---------------------- main e body da pagina ------------------- */
div.article-conteudo {
max-width: 1100px;
margin: auto;
}
article h2,
h3 {
line-height: 1.5em;
}
article p {
text-align: justify;
line-height: 1.6em;
}
/* -------------------- area de destaque da pagina ----------------- */
section#destaque {
background-image: url(../imagens/imagem\ de\ fundo\ -\ gestor.jpg);
box-shadow: 0px 4px 10px #272727d0;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
padding: 13% 20px 7% 20px;
}
section#destaque h2 {
color: var(--cor03);
text-shadow: 7px 4px 4px #272727d0;
font-size: 3.5em;
text-align: center;
margin-bottom: 30px;
}
section#destaque p {
color: white;
text-shadow: 3px 3px 3px #272727d0;
font-size: 25px;
font-weight: bold;
text-align: center;
margin-bottom: 30px;
}
/* ---- link para chamada ---- */
.link-destaque a {
background-color: var(--cor04);
color: white;
font-weight: bold;
text-shadow: none;
font-size: 20px;
text-decoration: none;
border-radius: 20px;
padding: 5px 10px;
margin-top: 90px;
transition: .7s;
}
.link-destaque {
transition: .8s;
}
.link-destaque:hover {
transform: scale(0.7);
}
.link-destaque a:hover {
background-image: linear-gradient(to left, var(--cor04), var(--cor05));
}
/* ------- beneficios de um gestor de trafego --------------- */
article#beneficios {
background-color: var(--cor04);
border-bottom: 4px solid #ffffff88;
padding: 10% 20px;
}
article#beneficios h2 {
font-size: 3em;
color: white;
text-shadow: 1px 3px 3px #272727d0;
text-align: center;
}
article#beneficios p {
font-size: 18px;
color: white;
}
span.beneficio-sub>p {
color: #838383;
text-align: center;
max-width: 900px;
margin: 0 auto 40px auto;
font-size: 23px;
}
div.sobre-beneficios img {
box-shadow: 3px 3px 12px #2a2a2a8c;
margin: 3% auto;
}
/* ---------- sobre BENEFÍCIOS - display flex ---------- */
div.sobre-beneficios {
display: grid;
grid-template-columns: auto auto;
align-items: center;
grid-gap: 20px;
}
div.sobre-beneficios h3 {
color: #242323;
font-size: 25px;
margin-bottom: 10px;
}
/* ------ area sobre investimento ------ */
article#investimento {
background-color: var(--cor03);
padding: 10% 20px;
border-bottom: 4px solid #ffffff88;
}
article#investimento p {
color: white;
}
/* ---------- AUDIÊNCIA - display flex ---------- */
article#audiencia {
background-color: var(--cor04);
padding: 10% 20px;
}
div.sobre-audiencia {
display: grid;
grid-template-columns: auto auto;
align-items: center;
grid-gap: 10px;
}
article#audiencia h3 {
color: #242323;
font-size: 30px;
margin-bottom: 5px;
}
article#audiencia p {
color: white;
}
article#audiencia img {
box-shadow: 3px 3px 12px #2a2a2a8c;
}
/* ---------- pronto para aumentar seu tráfego ? ----------- */
article#pontos-trafego {
background-color: #d3d3d3;
padding: 10% 20px 2% 20px;
border-bottom: 4px solid #ffffff88;
}
article#pontos-trafego h2 {
font-size: 3em;
text-shadow: 1px 3px 3px #272727d0;
text-align: center;
color: var(--cor04);
margin-bottom: 30px;
}
/* diplat - */
div.sobre-pontos {
display: grid;
grid-template-columns: auto auto;
align-items: center;
}
div.sobre-pontos02 {
margin: 5% auto;
}
/* area de marketing imagens duplas */
article#marketing {
background-color: var(--cor01);
padding: 5% 20px;
}
article#marketing h2 {
color: white;
text-shadow: 1px 3px 3px #272727d0;
font-size: 3em;
text-align: center;
margin-bottom: 30px;
}
article#marketing img {
box-shadow: 3px 3px 12px #2a2a2a8c;
}
div.box-marketing {
display: grid;
grid-template-columns: auto auto;
grid-gap: 20px;
}
/* area de contato da pagina - formulário e informação */
article#contato {
background-image: linear-gradient(to left, var(--cor01), var(--cor03), var(--cor05));
padding: 10% 20px;
}
.sobre-contato {
display: grid;
grid-template-columns: 500px auto;
}
article#contato h2 {
font-size: 3em;
text-shadow: 1px 3px 3px #272727d0;
color: white;
text-align: center;
max-width: 900px;
margin: 0 auto 20px auto;
}
.box-form img {
width: 20%;
}
/* estilo do formulário */
div.box-form {
width: 75%;
margin: auto;
border-radius: 20px;
}
div.input-box {
color: white;
font-weight: bold;
font-size: 25px;
padding: 20px 0;
}
.input-user {
color: white;
font-size: 17px;
letter-spacing: 2px;
outline: none;
border: none;
border-bottom: 2px outset #272727d0;
width: 100%;
background: none;
}
fieldset {
border: none;
}
input#botao-form {
background-color: white;
font-weight: bold;
box-shadow: 3px 3px 3px #2a2a2a8c;
float: right;
border-radius: 30px;
border: none;
padding: 10px;
transition: .7s;
}
input#botao-form:hover {
background-color: var(--cor04);
color: white;
transform: scale(0.9);
}
/* ------------- rodapé da pagina -----------*/
/* RODAPÉ DA PAGINA // footter */
footer {
background-color: #192136;
color: white;
border-top: 3px solid var(--cor04);
padding: 5% 20px;
}
footer h2 {
color: var(--cor04);
margin-bottom: 10px;
}
footer div {
margin-top: 10px;
}
footer h3 {
color: var(--cor02);
margin-bottom: 4px;
}
div.box-footer {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
padding: 0 20px;
}
.icones {
display: flex;
text-align: center;
margin: 3% auto;
}
p.tegs a {
color: #bbbbbbbb;
text-decoration: none;
font-weight: normal;
transition: .5s;
}
p.tegs a:hover {
color: var(--cor04);
}
footer img {
width: auto;
}
/* >>>>>> estilização das imagens da pagina <<<<<<<<< */
img {
display: block;
width: 100%;
margin: auto;
}
/* --------------------> RESPONSIVIDADE DA PAGINA <--------------------------- */
/*titulo principal da pagina */
@media screen and (max-width: 800px) {
section#destaque {
background-image: url(../imagens/imagem\ de\ fundo\ -\ gestor.jpg);
padding: 20% 20px 20% 20px;
}
section#destaque h2 {
color: white;
text-shadow: 2px 2px 2px #383838ad;
font-size: 2em;
text-align: center;
margin-top: 20px;
margin-bottom: 30px;
}
section#destaque p {
color: black;
text-shadow: 3px 3px 3px #797979d0;
font-size: 17px;
font-weight: bold;
text-align: center;
margin-bottom: 30px;
}
.link-destaque a {
font-size: 18px;
}
}
/* ---- Quebra do display grid - flex >> e titulos dos artigos -----*/
@media screen and (max-width: 800px) {
.sobre-contato {
display: block;
}
div.sobre-beneficios {
display: block;
}
div.sobre-audiencia {
display: block;
}
div.sobre-pontos {
display: block;
}
div.box-marketing {
display: block;
}
div.box-marketing img {
margin-top: 30px;
}
/* -------- titulo do artigo sobre marketing ----------- */
article#marketing h2 {
font-size: 2em;
}
article#beneficios h2 {
font-size: 2em;
margin-bottom: 20px;
}
article#pontos-trafego h2 {
font-size: 2em;
}
article#contato h2 {
font-size: 2em;
}
/* -------- responsividade do formulário -------------- */
article#contato {
padding: 10% 20px 20% 20px;
}
div.box-form {
width: 100%;
margin: auto;
border-radius: 20px;
}
/* todas as imagwna 800px */
img {
margin: 20px auto;
}
}
/* ---- paragrafos da pagina sem justificação para melhorar a leitura -----*/
@media screen and (max-width: 500px) {
article p {
text-align: left;
line-height: 1.6em;
}
}
/* ----- responsividade do menu da pagina ---- */
@media screen and (max-width: 580px) {
#menu>ul {
display: none;
background-color: #2a2a2a;
text-align: center;
padding: 10px;
border-radius: 0 0 20px 20px;
border-bottom: 3px solid var(--cor04);
border-top: none;
position: absolute;
top: 40px;
right: 20px;
}
#menu>ul>li>a {
line-height: 2.5em;
width: 100%;
padding: 5px 30px;
}
#menu:hover>ul {
display: block;
}
h2#botao-menu {
display: block;
color: white;
padding-right: 40px;
transition: .8s;
}
h2#botao-menu:hover {
opacity: 0.5;
color: var(--cor04);
}
} | 0.278747 | 0.092976 |
.app-footer-center {
display: flex;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
}
.head-green-text {
color: #4c9187;
}
.nav-item-social {
flex-direction: column;
flex-wrap: wrap;
width: auto;
margin: 15px;
}
.pretty {
flex: 1;
}
.days-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.btn-primary {
transition: 0.5s;
background-size: 200% auto;
background-color: #533586 !important;
border-color: #533586 !important;
}
.btn-primary:hover {
background-position: right center;
background-color: #533586 !important;
}
a {
color: #513483;
}
a:hover {
color: #533586;
}
.justify-center-flex {
justify-content: center;
}
.border-card {
border: 1px solid;
border-color: #dedede;
}
.waybox-button {
transition: 0.5s;
background-size: 200% auto;
}
.icon-title {
font-size: 1.65rem;
margin-right: .625rem;
}
.white-text {
color: white !important;
}
.center-vertically {
margin-top: 25%;
}
.div-flex {
display: flex;
width: 100%;
}
.introjs-skipbutton {
background-color: #6c757d !important;
color: white !important;
border-color: #6c757d !important;
}
.introjs-prevbutton {
background-color: #6c757d !important;
color: white !important;
border-color: #6c757d !important;
}
.introjs-donebutton {
float: right;
background-color: #2e9d64 !important;
border-color: #2b935e !important;
}
.days-container {
display: flex;
flex-direction: column;
flex-basis: 100%;
flex: 0 !important;
}
.row-days {
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
justify-content: center;
}
.main-title {
display: inline-block;
text-transform: lowercase;
}
.main-title:first-letter {
text-transform: capitalize !important;
}
.badge-success {
background-color: #f92e53 !important;
}
@media(max-width:474px) {
.card-body.hacku-rating .br-widget a {
padding: 7px 12px;
}
.swal2-popup.swal2-modal.swal2-icon-question.swal2-show {
width: 100%;
padding: 7px;
}
.hacku-rating {
padding: 10px 0px;
}
}
.br-theme-bars-pill .br-widget a:first-child {
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border-radius: 5px;
}
.br-theme-bars-pill .br-widget a:last-child {
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
border-radius: 5px;
}
.br-theme-bars-pill .br-widget a {
color: black;
background: #c8c8c8;
margin: 3px;
padding: 6px !important;
font-weight: bold;
width: 32px !important;
display: inline-block;
height: 40px;
line-height: 28px;
font-size: 17px;
border-radius: 5px;
}
.br-theme-bars-pill .br-widget a.br-active,
.br-theme-bars-pill .br-widget a.br-selected {
background-color: #9e9e9e !important;
color: white !important;
}
a.br-selected.br-current {
background-color: #9e9e9e !important;
color: white !important;
}
@media (max-width: 375px) {
.br-theme-bars-pill .br-widget a {
margin: 2px;
width: 26px !important;
font-size: 14px;
padding: 2px !important;
line-height: 33px;
}
}
@media (max-width: 320px) {
.br-theme-bars-pill .br-widget a {
margin: 2px;
width: 24px !important;
font-size: 13px;
padding: 2px !important;
line-height: 35px;
}
} | pedagogy_manager/static/css/theme/ base.css | .app-footer-center {
display: flex;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
}
.head-green-text {
color: #4c9187;
}
.nav-item-social {
flex-direction: column;
flex-wrap: wrap;
width: auto;
margin: 15px;
}
.pretty {
flex: 1;
}
.days-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.btn-primary {
transition: 0.5s;
background-size: 200% auto;
background-color: #533586 !important;
border-color: #533586 !important;
}
.btn-primary:hover {
background-position: right center;
background-color: #533586 !important;
}
a {
color: #513483;
}
a:hover {
color: #533586;
}
.justify-center-flex {
justify-content: center;
}
.border-card {
border: 1px solid;
border-color: #dedede;
}
.waybox-button {
transition: 0.5s;
background-size: 200% auto;
}
.icon-title {
font-size: 1.65rem;
margin-right: .625rem;
}
.white-text {
color: white !important;
}
.center-vertically {
margin-top: 25%;
}
.div-flex {
display: flex;
width: 100%;
}
.introjs-skipbutton {
background-color: #6c757d !important;
color: white !important;
border-color: #6c757d !important;
}
.introjs-prevbutton {
background-color: #6c757d !important;
color: white !important;
border-color: #6c757d !important;
}
.introjs-donebutton {
float: right;
background-color: #2e9d64 !important;
border-color: #2b935e !important;
}
.days-container {
display: flex;
flex-direction: column;
flex-basis: 100%;
flex: 0 !important;
}
.row-days {
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
justify-content: center;
}
.main-title {
display: inline-block;
text-transform: lowercase;
}
.main-title:first-letter {
text-transform: capitalize !important;
}
.badge-success {
background-color: #f92e53 !important;
}
@media(max-width:474px) {
.card-body.hacku-rating .br-widget a {
padding: 7px 12px;
}
.swal2-popup.swal2-modal.swal2-icon-question.swal2-show {
width: 100%;
padding: 7px;
}
.hacku-rating {
padding: 10px 0px;
}
}
.br-theme-bars-pill .br-widget a:first-child {
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border-radius: 5px;
}
.br-theme-bars-pill .br-widget a:last-child {
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
border-radius: 5px;
}
.br-theme-bars-pill .br-widget a {
color: black;
background: #c8c8c8;
margin: 3px;
padding: 6px !important;
font-weight: bold;
width: 32px !important;
display: inline-block;
height: 40px;
line-height: 28px;
font-size: 17px;
border-radius: 5px;
}
.br-theme-bars-pill .br-widget a.br-active,
.br-theme-bars-pill .br-widget a.br-selected {
background-color: #9e9e9e !important;
color: white !important;
}
a.br-selected.br-current {
background-color: #9e9e9e !important;
color: white !important;
}
@media (max-width: 375px) {
.br-theme-bars-pill .br-widget a {
margin: 2px;
width: 26px !important;
font-size: 14px;
padding: 2px !important;
line-height: 33px;
}
}
@media (max-width: 320px) {
.br-theme-bars-pill .br-widget a {
margin: 2px;
width: 24px !important;
font-size: 13px;
padding: 2px !important;
line-height: 35px;
}
} | 0.382372 | 0.085442 |
* {
-moz-box-sizing: border-box;
}
body {
font-family: 'Rosario', sans-serif;
/* background: #062754; */
font-weight: 700;
font-size: 15px;
color: #222;
}
.container h1, h2, h3, h4, span, {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
}
.rw-sentence>.rw-words.rw-words-1>span {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 900;
}
[role="main"] {
width: 960px;
margin: 0 auto;
}
h1, h2 {
font-family: 'Roboto Condensed', sans-serif;
text-align: center;
}
h1 {
font-family: 'Roboto Condensed', sans-serif;
font-size: 220%;
text-align: center;
}
a {
color: #fff;
}
h2 {
font-family: 'Roboto Condensed', sans-serif;
margin: 0;
}
.ch-grid {
margin: 20px 0 0 0;
padding: 0;
list-style: none;
display: block;
text-align: center;
width: 100%;
li {
width: 220px;
height: 220px;
display: inline-block;
margin: 20px;
}
}
.ch-grid:before, .ch-grid:after {
content: '';
display: table;
}
.ch-grid:before {
clear: both;
}
.ch-img-1 {
background: url(https://tympanus.net/Tutorials/CircleHoverEffects/images/1.jpg) no-repeat;
}
.ch-img-2 {
background: url(https://tympanus.net/Tutorials/CircleHoverEffects/images/2.jpg) no-repeat;
}
.ch-img-3 {
background: url(https://tympanus.net/Tutorials/CircleHoverEffects/images/3.jpg) no-repeat;
}
.ch-item {
width: 100%;
height: 100%;
border-radius: 50%;
overflow: hidden;
position: relative;
cursor: default;
box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.1);
transition: all 0.4s ease-in-out;
}
.ch-item:hover {
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
.ch-info {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
p {
opacity: 1;
}
}
}
.ch-info {
position: absolute;
background: rgba(63, 147, 147, 0.8);
width: inherit;
height: inherit;
border-radius: 50%;
overflow: hidden;
opacity: 0;
transition: all 0.4s ease-in-out;
-webkit-transform: scale(0);
transform: scale(0);
h3 {
color: white;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 22px;
margin: 0 30px;
padding: 45px 0 0 0;
height: 140px;
font-family: 'Open Sans', Arial, sans-serif;
text-shadow: 0 0 1px white, 0 1px 2px #204c4c;
}
p {
color: white;
padding: 10px 5px;
font-style: italic;
margin: 0 30px;
font-size: 12px;
border-top: 1px solid rgba(255, 255, 255, 0.5);
opacity: 0;
-moz-transition: all 1s ease-in-out 0.4s;
-o-transition: all 1s ease-in-out 0.4s;
-webkit-transition: all 1s ease-in-out;
-webkit-transition-delay: 0.4s;
transition: all 1s ease-in-out 0.4s;
a {
display: block;
color: rgba(255, 255, 255, 0.7);
font-style: normal;
font-weight: 700;
text-transform: uppercase;
font-size: 9px;
letter-spacing: 1px;
padding-top: 4px;
font-family: 'Open Sans', Arial, sans-serif;
}
a:hover {
color: rgba(255, 242, 34, 0.8);
}
}
}
/* hero text effect */
@import url(https://fonts.googleapis.com/css?family=Imprima);
body{
background: #F9F3EF;
}
.rw-wrapper{
width: 80%;
position: relative;
margin: 110px auto 0 auto;
font-family: 'Imprima', sans-serif;
padding: 10px;
}
.rw-sentence{
margin: 0;
text-align: left;
text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.rw-sentence span{
color: #444;
font-size: 200%;
font-weight: normal;
}
.rw-words{
display: inline;
text-indent: 10px;
}
.rw-words-1 span{
position: absolute;
opacity: 0;
overflow: hidden;
color: #64DD17;
-webkit-animation: rotateWord 18s linear infinite 0s;
animation: rotateWord 18s linear infinite 0s;
}
.rw-words-1 span:nth-child(2) {
-webkit-animation-delay: 3s;
animation-delay: 3s;
color: #ff0000;
}
.rw-words-1 span:nth-child(3) {
-webkit-animation-delay: 6s;
animation-delay: 6s;
color: #448AFF;
}
.rw-words-1 span:nth-child(4) {
-webkit-animation-delay: 9s;
animation-delay: 9s;
color: #D50000;
}
.rw-words-1 span:nth-child(5) {
-webkit-animation-delay: 12s;
animation-delay: 12s;
color: #3F51B5;
}
.rw-words-1 span:nth-child(6) {
-webkit-animation-delay: 15s;
animation-delay: 15s;
color: #9b6b9d;
}
@-webkit-keyframes rotateWord {
0% { opacity: 0; }
2% { opacity: 0; -webkit-transform: translateY(-30px); }
5% { opacity: 1; -webkit-transform: translateY(0px);}
17% { opacity: 1; -webkit-transform: translateY(0px); }
20% { opacity: 0; -webkit-transform: translateY(30px); }
80% { opacity: 0; }
100% { opacity: 0; }
}
@keyframes rotateWord {
0% { opacity: 0; }
2% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
17% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
20% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
80% { opacity: 0; }
100% { opacity: 0; }
}
@media screen and (max-width: 768px){
.rw-sentence { font-size: 18px; }
}
@media screen and (max-width: 320px){
.rw-sentence { font-size: 9px; }
}
.rw-wrapper>h5 {
margin: 0;
padding:0;
top:0;
position: relative;
line-height: 1em;
}
.curtain {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background: #28143f;
z-index: 30;
opacity: 1;
transition: all 0.8s ease-out;
}
.curtain__progress {
height: 0.0625rem;
width: 9.375rem;
border-radius: 0.25rem;
background: #fff;
position: absolute;
top: 50%;
left: 50%;
margin-left: -4.6875rem;
margin-top: -0.0625rem;
transition: width 0.3s ease-out;
}
.curtain__progress-text,
.curtain__progress-text-gradient {
position: absolute;
color: #fff;
font-size: 0.625rem;
font-weight: 100;
letter-spacing: 0.0875rem;
position: absolute;
margin-left: -4.6875rem;
margin-top: -1.25rem;
top: 50%;
left: 50%;
}
.curtain__progress-text-gradient {
width: 14.0625rem;
height: 1rem;
z-index: 1;
transition: transform 0.3s ease-out;
background: linear-gradient(to right, rgba(40,18,64,0) 20%, #281240 50%);
}
.curtain.is-hide {
opacity: 0;
z-index: 0;
}
.badge {
position: fixed;
top: 0;
left: 0;
z-index: 10;
color: #fff;
}
.wrapper {
position: absolute;
z-index: 1;
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow: hidden;
}
.particles {
perspective: 500px;
perspective-origin: 50% 50%;
overflow: visible;
position: relative;
user-select: none;
position: absolute;
z-index: 1;
tap-highlight-color: rgba(0,0,0,0);
user-select: none;
text-size-adjust: none;
}
.particle {
width: 9.375rem;
height: 9.375rem;
position: absolute;
top: 0;
left: 0;
text-align: center;
display: block;
line-height: 9.375rem;
}
.particle.is-open {
z-index: 20;
}
.particle.is-open .particle__inner {
transform: scale(15) translateZ(-1000px);
}
.particle.is-open .particle__content {
display: block;
}
.particle__inner {
width: 100%;
height: 100%;
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
}
.particle__over-mobile {
display: none;
}
.desktop .particle__over-mobile {
display: block;
}
.content {
position: fixed;
width: 33.75rem;
height: 17.5rem;
display: block;
margin-left: -16.875rem;
margin-top: -8.75rem;
z-index: 2;
top: 50%;
left: 50%;
transform: translateX(-5000px);
}
.content__inner {
position: absolute;
width: 100%;
height: 100%;
}
.content.is-show {
display: block;
}
.project {
color: #fff;
position: relative;
width: 100%;
height: 100%;
}
.project__text,
.project__img {
position: absolute;
width: 50%;
height: 100%;
}
.project__text {
left: 57%;
margin-top: 1.875rem;
width: 40%;
text-align: left;
line-height: 1.6;
}
.project h2 {
text-transform: uppercase;
}
.project__shadow-wrap {
transform-origin: 100% center;
}
.project__shadow {
position: absolute;
width: 300px;
height: 50px;
opacity: 0;
top: 204px;
right: 8px;
transform: rotateX(80deg);
border-radius: 26px;
background: linear-gradient(to right, rgba(58,8,57,0) 0%, rgba(58,8,57,0.65) 100%);
transform-origin: 100% center;
}
.ie .project__shadow {
display: none;
}
.by {
background: #fff;
position: absolute;
bottom: 0;
right: 0;
height: 1.75rem;
width: 6.875rem;
z-index: 40;
opacity: 0.75;
border-top-left-radius: 0.75rem;
}
.by:hover {
opacity: 1;
}
.by__text {
color: #28143f;
font-size: 0.53125rem;
letter-spacing: 0.0125rem;
position: absolute;
top: 0.5625rem;
}
.ios .by__text {
top: 0.5rem;
}
.by__text--1 {
left: 0.4375rem;
}
.by__text--2 {
left: 4.375rem;
}
.by__logo {
background: #f1f1f1;
position: absolute;
width: 1rem;
height: 1rem;
border-radius: 50%;
background: url("") no-repeat center;
center
background-size: 100% 100%;
top: 0.4375rem;
}
.ios .by__logo {
top: 0.375rem;
}
.by__logo--mojs {
left: 3.0625rem;
background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/6859/mojs.svg");
}
.by__logo--legomushroom {
left: 5.3125rem;
background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/6859/legomushroom.svg");
}
.sprite__frame {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
}
.sprite__ellipse {
fill: none;
stroke: #fff;
}
.dust {
position: absolute;
width: 12.5rem;
height: 12.5rem;
height: 3.125rem;
}
.dust--1 {
top: 16.875rem;
left: 6.25rem;
}
.dust--2,
.dust--3 {
top: 14.1875rem;
}
.dust--2 {
left: -2.5rem;
opacity: 0.9;
}
.dust--3 {
left: -4.375rem;
opacity: 0.7;
}
.blob-circle {
position: absolute;
top: -50%;
left: -50%;
z-index: 1;
margin-left: -3.125rem;
margin-top: -3.125rem;
width: 6.25rem;
height: 6.25rem;
}
.blob-circle-wrap {
width: 0px;
height: 0px;
overflow: hidden;
}
.close {
position: fixed;
width: 1.875rem;
height: 1.875rem;
border-radius: 50%;
top: 20%;
left: -10%;
z-index: -1;
transition: opacity 0.25s ease-out;
display: none;
}
.close:hover {
cursor: pointer;
}
.close.is-show {
display: block;
opacity: 1;
left: 75%;
z-index: 10;
}
.image-ie {
width: 16rem;
height: 12rem;
background: url("i/mojs-logo.png") no-repeat center center;
background-size: 100% 100%;
position: absolute;
top: 2.8125rem;
left: 0.5rem;
border-radius: 0.9375rem;
display: none;
}
.ie .image-ie {
display: block;
}
.image {
position: absolute;
width: 100%;
height: 100%;
background: transparent;
font-size: 100%;
background: url("i/mojs-logo.png") no-repeat center center;
}
.ie .image {
display: none;
}
.scene,
.shape,
.face,
.face-wrapper,
.cr {
position: absolute;
transform-style: preserve-3d;
}
.shape {
opacity: 0;
}
.scene {
width: 80em;
height: 80em;
top: 50%;
left: 50%;
margin: -40em 0 0 -40em;
transform: rotateX(90deg);
}
.cub-1 .ft .photon-shader,
.cub-1 .bk .photon-shader,
.cub-1 .bm .photon-shader {
background-color: #fff;
}
.cub-1 .ft .photon-shader,
.cub-1 .bk .photon-shader,
.cub-1 .rt .photon-shader,
.cub-1 .lt .photon-shader {
background-color: #ccc;
}
.cub-1 .bm .photon-shader {
background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/6859/mojs-logo.png") no-repeat center center;
background-size: 100% 100%;
}
.cub-1 .cr .photon-shader {
background-color: #ccc;
}
.shape {
top: 50%;
left: 50%;
width: 0;
height: 0;
transform-origin: 50%;
}
.face,
.face-wrapper {
overflow: hidden;
transform-origin: 0 0;
backface-visibility: hidden;
/* hidden by default, prevent blinking and other weird rendering glitchs */
}
.face {
background-size: 100% 100% !important;
background-position: center;
}
.face-wrapper .face {
left: 100%;
width: 100%;
height: 100%;
}
.photon-shader {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.side {
left: 50%;
}
.cr,
.cr .side {
height: 100%;
}
[class*="cuboid"] .ft,
[class*="cuboid"] .bk {
width: 100%;
height: 100%;
}
[class*="cuboid"] .bk {
left: 100%;
}
[class*="cuboid"] .rt {
transform: rotateY(-90deg) translateX(-50%);
}
[class*="cuboid"] .lt {
transform: rotateY(90deg) translateX(-50%);
}
[class*="cuboid"] .tp {
transform: rotateX(90deg) translateY(-50%);
}
[class*="cuboid"] .bm {
transform: rotateX(-90deg) translateY(-50%);
}
[class*="cuboid"] .lt {
left: 100%;
}
[class*="cuboid"] .bm {
top: 100%;
}
/* .cub-1 styles */
.cub-1 {
transform: translate3D(0em, 0em, 0em) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
width: 16em;
height: 1em;
margin: -0.5em 0 0 -8em;
}
.cub-1 .ft {
transform: translateZ(6em);
}
.cub-1 .bk {
transform: translateZ(-6em) rotateY(180deg);
}
.cub-1 .rt,
.cub-1 .lt {
width: 12em;
height: 1em;
}
.cub-1 .tp,
.cub-1 .bm {
width: 16em;
height: 12em;
}
.cub-1 .face {
background-color: #fff;
}
.cub-1 .ft {
width: 14em;
margin-left: 1em;
}
.cub-1 .bk {
width: 14em;
margin-left: -1em;
}
.cub-1 .rt,
.cub-1 .lt {
width: 10em;
}
.cub-1 .tp,
.cub-1 .bm,
.cub-1 .tp .photon-shader,
.cub-1 .bm .photon-shader {
border-radius: 1em;
}
.cub-1 .cr {
width: 1em;
left: 0.5em;
}
.cub-1 .cr-0 {
transform: translate3D(14em, 0, 5em);
}
.cub-1 .cr-1 {
transform: translate3D(14em, 0, -5em);
}
.cub-1 .cr-2 {
transform: translate3D(0, 0, -5em);
}
.cub-1 .cr-3 {
transform: translate3D(0, 0, 5em);
}
.cub-1 .cr-0 .s0 {
transform: rotateY(15deg) translate3D(-50%, 0, 0.975em);
}
.cub-1 .cr-0 .s1 {
transform: rotateY(45deg) translate3D(-50%, 0, 0.975em);
}
.cub-1 .cr-0 .s2 {
transform: rotateY(75deg) translate3D(-50%, 0, 0.975em);
}
.cub-1 .cr-1 .s0 {
transform: rotateY(105deg) translate3D(-50%, 0, 0.975em);
}
.cub-1 .cr-1 .s1 {
transform: rotateY(135deg) translate3D(-50%, 0, 0.975em);
}
.cub-1 .cr-1 .s2 {
transform: rotateY(165deg) translate3D(-50%, 0, 0.975em);
}
.cub-1 .cr-2 .s0 {
transform: rotateY(195deg) translate3D(-50%, 0, 0.975em);
}
.cub-1 .cr-2 .s1 {
transform: rotateY(225deg) translate3D(-50%, 0, 0.975em);
}
.cub-1 .cr-2 .s2 {
transform: rotateY(255deg) translate3D(-50%, 0, 0.975em);
}
.cub-1 .cr-3 .s0 {
transform: rotateY(285deg) translate3D(-50%, 0, 0.975em);
}
.cub-1 .cr-3 .s1 {
transform: rotateY(315deg) translate3D(-50%, 0, 0.975em);
}
.cub-1 .cr-3 .s2 {
transform: rotateY(345deg) translate3D(-50%, 0, 0.975em);
}
.cub-1 .side {
width: 0.560898384862245em;
} | css/style.css | * {
-moz-box-sizing: border-box;
}
body {
font-family: 'Rosario', sans-serif;
/* background: #062754; */
font-weight: 700;
font-size: 15px;
color: #222;
}
.container h1, h2, h3, h4, span, {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
}
.rw-sentence>.rw-words.rw-words-1>span {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 900;
}
[role="main"] {
width: 960px;
margin: 0 auto;
}
h1, h2 {
font-family: 'Roboto Condensed', sans-serif;
text-align: center;
}
h1 {
font-family: 'Roboto Condensed', sans-serif;
font-size: 220%;
text-align: center;
}
a {
color: #fff;
}
h2 {
font-family: 'Roboto Condensed', sans-serif;
margin: 0;
}
.ch-grid {
margin: 20px 0 0 0;
padding: 0;
list-style: none;
display: block;
text-align: center;
width: 100%;
li {
width: 220px;
height: 220px;
display: inline-block;
margin: 20px;
}
}
.ch-grid:before, .ch-grid:after {
content: '';
display: table;
}
.ch-grid:before {
clear: both;
}
.ch-img-1 {
background: url(https://tympanus.net/Tutorials/CircleHoverEffects/images/1.jpg) no-repeat;
}
.ch-img-2 {
background: url(https://tympanus.net/Tutorials/CircleHoverEffects/images/2.jpg) no-repeat;
}
.ch-img-3 {
background: url(https://tympanus.net/Tutorials/CircleHoverEffects/images/3.jpg) no-repeat;
}
.ch-item {
width: 100%;
height: 100%;
border-radius: 50%;
overflow: hidden;
position: relative;
cursor: default;
box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.1);
transition: all 0.4s ease-in-out;
}
.ch-item:hover {
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
.ch-info {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
p {
opacity: 1;
}
}
}
.ch-info {
position: absolute;
background: rgba(63, 147, 147, 0.8);
width: inherit;
height: inherit;
border-radius: 50%;
overflow: hidden;
opacity: 0;
transition: all 0.4s ease-in-out;
-webkit-transform: scale(0);
transform: scale(0);
h3 {
color: white;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 22px;
margin: 0 30px;
padding: 45px 0 0 0;
height: 140px;
font-family: 'Open Sans', Arial, sans-serif;
text-shadow: 0 0 1px white, 0 1px 2px #204c4c;
}
p {
color: white;
padding: 10px 5px;
font-style: italic;
margin: 0 30px;
font-size: 12px;
border-top: 1px solid rgba(255, 255, 255, 0.5);
opacity: 0;
-moz-transition: all 1s ease-in-out 0.4s;
-o-transition: all 1s ease-in-out 0.4s;
-webkit-transition: all 1s ease-in-out;
-webkit-transition-delay: 0.4s;
transition: all 1s ease-in-out 0.4s;
a {
display: block;
color: rgba(255, 255, 255, 0.7);
font-style: normal;
font-weight: 700;
text-transform: uppercase;
font-size: 9px;
letter-spacing: 1px;
padding-top: 4px;
font-family: 'Open Sans', Arial, sans-serif;
}
a:hover {
color: rgba(255, 242, 34, 0.8);
}
}
}
/* hero text effect */
@import url(https://fonts.googleapis.com/css?family=Imprima);
body{
background: #F9F3EF;
}
.rw-wrapper{
width: 80%;
position: relative;
margin: 110px auto 0 auto;
font-family: 'Imprima', sans-serif;
padding: 10px;
}
.rw-sentence{
margin: 0;
text-align: left;
text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.rw-sentence span{
color: #444;
font-size: 200%;
font-weight: normal;
}
.rw-words{
display: inline;
text-indent: 10px;
}
.rw-words-1 span{
position: absolute;
opacity: 0;
overflow: hidden;
color: #64DD17;
-webkit-animation: rotateWord 18s linear infinite 0s;
animation: rotateWord 18s linear infinite 0s;
}
.rw-words-1 span:nth-child(2) {
-webkit-animation-delay: 3s;
animation-delay: 3s;
color: #ff0000;
}
.rw-words-1 span:nth-child(3) {
-webkit-animation-delay: 6s;
animation-delay: 6s;
color: #448AFF;
}
.rw-words-1 span:nth-child(4) {
-webkit-animation-delay: 9s;
animation-delay: 9s;
color: #D50000;
}
.rw-words-1 span:nth-child(5) {
-webkit-animation-delay: 12s;
animation-delay: 12s;
color: #3F51B5;
}
.rw-words-1 span:nth-child(6) {
-webkit-animation-delay: 15s;
animation-delay: 15s;
color: #9b6b9d;
}
@-webkit-keyframes rotateWord {
0% { opacity: 0; }
2% { opacity: 0; -webkit-transform: translateY(-30px); }
5% { opacity: 1; -webkit-transform: translateY(0px);}
17% { opacity: 1; -webkit-transform: translateY(0px); }
20% { opacity: 0; -webkit-transform: translateY(30px); }
80% { opacity: 0; }
100% { opacity: 0; }
}
@keyframes rotateWord {
0% { opacity: 0; }
2% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
17% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
20% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
80% { opacity: 0; }
100% { opacity: 0; }
}
@media screen and (max-width: 768px){
.rw-sentence { font-size: 18px; }
}
@media screen and (max-width: 320px){
.rw-sentence { font-size: 9px; }
}
.rw-wrapper>h5 {
margin: 0;
padding:0;
top:0;
position: relative;
line-height: 1em;
}
.curtain {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background: #28143f;
z-index: 30;
opacity: 1;
transition: all 0.8s ease-out;
}
.curtain__progress {
height: 0.0625rem;
width: 9.375rem;
border-radius: 0.25rem;
background: #fff;
position: absolute;
top: 50%;
left: 50%;
margin-left: -4.6875rem;
margin-top: -0.0625rem;
transition: width 0.3s ease-out;
}
.curtain__progress-text,
.curtain__progress-text-gradient {
position: absolute;
color: #fff;
font-size: 0.625rem;
font-weight: 100;
letter-spacing: 0.0875rem;
position: absolute;
margin-left: -4.6875rem;
margin-top: -1.25rem;
top: 50%;
left: 50%;
}
.curtain__progress-text-gradient {
width: 14.0625rem;
height: 1rem;
z-index: 1;
transition: transform 0.3s ease-out;
background: linear-gradient(to right, rgba(40,18,64,0) 20%, #281240 50%);
}
.curtain.is-hide {
opacity: 0;
z-index: 0;
}
.badge {
position: fixed;
top: 0;
left: 0;
z-index: 10;
color: #fff;
}
.wrapper {
position: absolute;
z-index: 1;
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow: hidden;
}
.particles {
perspective: 500px;
perspective-origin: 50% 50%;
overflow: visible;
position: relative;
user-select: none;
position: absolute;
z-index: 1;
tap-highlight-color: rgba(0,0,0,0);
user-select: none;
text-size-adjust: none;
}
.particle {
width: 9.375rem;
height: 9.375rem;
position: absolute;
top: 0;
left: 0;
text-align: center;
display: block;
line-height: 9.375rem;
}
.particle.is-open {
z-index: 20;
}
.particle.is-open .particle__inner {
transform: scale(15) translateZ(-1000px);
}
.particle.is-open .particle__content {
display: block;
}
.particle__inner {
width: 100%;
height: 100%;
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
}
.particle__over-mobile {
display: none;
}
.desktop .particle__over-mobile {
display: block;
}
.content {
position: fixed;
width: 33.75rem;
height: 17.5rem;
display: block;
margin-left: -16.875rem;
margin-top: -8.75rem;
z-index: 2;
top: 50%;
left: 50%;
transform: translateX(-5000px);
}
.content__inner {
position: absolute;
width: 100%;
height: 100%;
}
.content.is-show {
display: block;
}
.project {
color: #fff;
position: relative;
width: 100%;
height: 100%;
}
.project__text,
.project__img {
position: absolute;
width: 50%;
height: 100%;
}
.project__text {
left: 57%;
margin-top: 1.875rem;
width: 40%;
text-align: left;
line-height: 1.6;
}
.project h2 {
text-transform: uppercase;
}
.project__shadow-wrap {
transform-origin: 100% center;
}
.project__shadow {
position: absolute;
width: 300px;
height: 50px;
opacity: 0;
top: 204px;
right: 8px;
transform: rotateX(80deg);
border-radius: 26px;
background: linear-gradient(to right, rgba(58,8,57,0) 0%, rgba(58,8,57,0.65) 100%);
transform-origin: 100% center;
}
.ie .project__shadow {
display: none;
}
.by {
background: #fff;
position: absolute;
bottom: 0;
right: 0;
height: 1.75rem;
width: 6.875rem;
z-index: 40;
opacity: 0.75;
border-top-left-radius: 0.75rem;
}
.by:hover {
opacity: 1;
}
.by__text {
color: #28143f;
font-size: 0.53125rem;
letter-spacing: 0.0125rem;
position: absolute;
top: 0.5625rem;
}
.ios .by__text {
top: 0.5rem;
}
.by__text--1 {
left: 0.4375rem;
}
.by__text--2 {
left: 4.375rem;
}
.by__logo {
background: #f1f1f1;
position: absolute;
width: 1rem;
height: 1rem;
border-radius: 50%;
background: url("") no-repeat center;
center
background-size: 100% 100%;
top: 0.4375rem;
}
.ios .by__logo {
top: 0.375rem;
}
.by__logo--mojs {
left: 3.0625rem;
background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/6859/mojs.svg");
}
.by__logo--legomushroom {
left: 5.3125rem;
background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/6859/legomushroom.svg");
}
.sprite__frame {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
}
.sprite__ellipse {
fill: none;
stroke: #fff;
}
.dust {
position: absolute;
width: 12.5rem;
height: 12.5rem;
height: 3.125rem;
}
.dust--1 {
top: 16.875rem;
left: 6.25rem;
}
.dust--2,
.dust--3 {
top: 14.1875rem;
}
.dust--2 {
left: -2.5rem;
opacity: 0.9;
}
.dust--3 {
left: -4.375rem;
opacity: 0.7;
}
.blob-circle {
position: absolute;
top: -50%;
left: -50%;
z-index: 1;
margin-left: -3.125rem;
margin-top: -3.125rem;
width: 6.25rem;
height: 6.25rem;
}
.blob-circle-wrap {
width: 0px;
height: 0px;
overflow: hidden;
}
.close {
position: fixed;
width: 1.875rem;
height: 1.875rem;
border-radius: 50%;
top: 20%;
left: -10%;
z-index: -1;
transition: opacity 0.25s ease-out;
display: none;
}
.close:hover {
cursor: pointer;
}
.close.is-show {
display: block;
opacity: 1;
left: 75%;
z-index: 10;
}
.image-ie {
width: 16rem;
height: 12rem;
background: url("i/mojs-logo.png") no-repeat center center;
background-size: 100% 100%;
position: absolute;
top: 2.8125rem;
left: 0.5rem;
border-radius: 0.9375rem;
display: none;
}
.ie .image-ie {
display: block;
}
.image {
position: absolute;
width: 100%;
height: 100%;
background: transparent;
font-size: 100%;
background: url("i/mojs-logo.png") no-repeat center center;
}
.ie .image {
display: none;
}
.scene,
.shape,
.face,
.face-wrapper,
.cr {
position: absolute;
transform-style: preserve-3d;
}
.shape {
opacity: 0;
}
.scene {
width: 80em;
height: 80em;
top: 50%;
left: 50%;
margin: -40em 0 0 -40em;
transform: rotateX(90deg);
}
.cub-1 .ft .photon-shader,
.cub-1 .bk .photon-shader,
.cub-1 .bm .photon-shader {
background-color: #fff;
}
.cub-1 .ft .photon-shader,
.cub-1 .bk .photon-shader,
.cub-1 .rt .photon-shader,
.cub-1 .lt .photon-shader {
background-color: #ccc;
}
.cub-1 .bm .photon-shader {
background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/6859/mojs-logo.png") no-repeat center center;
background-size: 100% 100%;
}
.cub-1 .cr .photon-shader {
background-color: #ccc;
}
.shape {
top: 50%;
left: 50%;
width: 0;
height: 0;
transform-origin: 50%;
}
.face,
.face-wrapper {
overflow: hidden;
transform-origin: 0 0;
backface-visibility: hidden;
/* hidden by default, prevent blinking and other weird rendering glitchs */
}
.face {
background-size: 100% 100% !important;
background-position: center;
}
.face-wrapper .face {
left: 100%;
width: 100%;
height: 100%;
}
.photon-shader {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.side {
left: 50%;
}
.cr,
.cr .side {
height: 100%;
}
[class*="cuboid"] .ft,
[class*="cuboid"] .bk {
width: 100%;
height: 100%;
}
[class*="cuboid"] .bk {
left: 100%;
}
[class*="cuboid"] .rt {
transform: rotateY(-90deg) translateX(-50%);
}
[class*="cuboid"] .lt {
transform: rotateY(90deg) translateX(-50%);
}
[class*="cuboid"] .tp {
transform: rotateX(90deg) translateY(-50%);
}
[class*="cuboid"] .bm {
transform: rotateX(-90deg) translateY(-50%);
}
[class*="cuboid"] .lt {
left: 100%;
}
[class*="cuboid"] .bm {
top: 100%;
}
/* .cub-1 styles */
.cub-1 {
transform: translate3D(0em, 0em, 0em) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
width: 16em;
height: 1em;
margin: -0.5em 0 0 -8em;
}
.cub-1 .ft {
transform: translateZ(6em);
}
.cub-1 .bk {
transform: translateZ(-6em) rotateY(180deg);
}
.cub-1 .rt,
.cub-1 .lt {
width: 12em;
height: 1em;
}
.cub-1 .tp,
.cub-1 .bm {
width: 16em;
height: 12em;
}
.cub-1 .face {
background-color: #fff;
}
.cub-1 .ft {
width: 14em;
margin-left: 1em;
}
.cub-1 .bk {
width: 14em;
margin-left: -1em;
}
.cub-1 .rt,
.cub-1 .lt {
width: 10em;
}
.cub-1 .tp,
.cub-1 .bm,
.cub-1 .tp .photon-shader,
.cub-1 .bm .photon-shader {
border-radius: 1em;
}
.cub-1 .cr {
width: 1em;
left: 0.5em;
}
.cub-1 .cr-0 {
transform: translate3D(14em, 0, 5em);
}
.cub-1 .cr-1 {
transform: translate3D(14em, 0, -5em);
}
.cub-1 .cr-2 {
transform: translate3D(0, 0, -5em);
}
.cub-1 .cr-3 {
transform: translate3D(0, 0, 5em);
}
.cub-1 .cr-0 .s0 {
transform: rotateY(15deg) translate3D(-50%, 0, 0.975em);
}
.cub-1 .cr-0 .s1 {
transform: rotateY(45deg) translate3D(-50%, 0, 0.975em);
}
.cub-1 .cr-0 .s2 {
transform: rotateY(75deg) translate3D(-50%, 0, 0.975em);
}
.cub-1 .cr-1 .s0 {
transform: rotateY(105deg) translate3D(-50%, 0, 0.975em);
}
.cub-1 .cr-1 .s1 {
transform: rotateY(135deg) translate3D(-50%, 0, 0.975em);
}
.cub-1 .cr-1 .s2 {
transform: rotateY(165deg) translate3D(-50%, 0, 0.975em);
}
.cub-1 .cr-2 .s0 {
transform: rotateY(195deg) translate3D(-50%, 0, 0.975em);
}
.cub-1 .cr-2 .s1 {
transform: rotateY(225deg) translate3D(-50%, 0, 0.975em);
}
.cub-1 .cr-2 .s2 {
transform: rotateY(255deg) translate3D(-50%, 0, 0.975em);
}
.cub-1 .cr-3 .s0 {
transform: rotateY(285deg) translate3D(-50%, 0, 0.975em);
}
.cub-1 .cr-3 .s1 {
transform: rotateY(315deg) translate3D(-50%, 0, 0.975em);
}
.cub-1 .cr-3 .s2 {
transform: rotateY(345deg) translate3D(-50%, 0, 0.975em);
}
.cub-1 .side {
width: 0.560898384862245em;
} | 0.447702 | 0.134378 |
body{
background-color:#f3f3f3;
font-size:.875em;
overflow-x:hidden;
color:#455a64;
font-family:open sans,sans-serif;
background-attachment:fixed;
background-image:linear-gradient(rgba(255,255,255,0.2) 180px,rgba(255,255,255,0.9) 0%)
}
ul{
padding-left:0;
list-style-type:none;
margin-bottom:0
}
*:focus{
outline:none
}
a{
font-size:13px;
color:#37474f;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
@media only screen and (min-width:1400px){
a{
font-size:14px
}
}
a:focus,a:hover{
text-decoration:none;
color:#448aff
}
h1,h2,h3,h4,h5,h6{
font-weight:600
}
h1{
font-size:40px
}
h2{
font-size:32px
}
h3{
font-size:28px
}
h4{
font-size:22px
}
h5{
font-size:20px
}
h6{
font-size:14px
}
p{
font-size:13px
}
b,strong{
font-weight:500
}
code{
padding:0 3px;
border-radius:3px
}
.media-left{
padding-right:20px
}
.main-body .page-wrapper{
padding:1.8rem;
-webkit-transition:all ease-in .3s;
transition:all ease-in .3s
}
.login .container-fluid{
width:auto;
margin-top:80px
}
.filter-bar .navbar .navbar-nav .dropdown-menu{
position:absolute
}
.wrapper{
padding:0
}
.card{
border-radius:5px;
-webkit-box-shadow:0 1px 20px 0 rgba(69,90,100,.08);
box-shadow:0 1px 20px 0 rgba(69,90,100,.08);
border:none;
margin-bottom:30px;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.card .card-footer{
border-top:none;
padding:15px 20px;
border-radius:0 0 5px 5px
}
.card .card-header{
background-color:transparent;
border-bottom:none;
padding:20px;
position:relative;
-webkit-box-shadow:0 1px 20px 0 rgba(69,90,100,.08);
box-shadow:0 1px 20px 0 rgba(69,90,100,.08)
}
.card .card-header .card-header-left{
display:inline-block
}
.card .card-header .card-header-right{
right:10px;
top:13px;
display:inline-block;
float:right;
padding:7px 0;
position:absolute
}
@media only screen and (max-width:575px){
.card .card-header .card-header-right{
display:none
}
}
.card .card-header .card-header-right i{
margin:0 7px;
cursor:pointer;
font-size:12px;
color:#8c8c8c;
line-height:2
}
.card .card-header .card-header-right .card-option{
width:35px;
height:20px;
overflow:hidden;
-webkit-transition:.3s ease-in-out;
transition:.3s ease-in-out
}
.card .card-header .card-header-right .card-option li{
display:inline-block
}
.card .card-header span{
display:block;
font-size:13px;
margin-top:5px
}
.card .card-header h5{
margin-bottom:0;
color:#37474f;
font-size:15px;
font-weight:600;
display:inline-block;
margin-right:10px;
line-height:1.4;
position:relative
}
.card .card-header h5:after{
content:"";
background-color:#448aff;
position:absolute;
left:-20px;
top:0;
width:4px;
height:20px
}
.card .card-block{
padding:20px
}
.card .card-block table tr{
padding-bottom:20px
}
.card .card-block .sub-title{
font-size:14px;
font-weight:500;
letter-spacing:1px
}
.card .card-block code{
background-color:#eee;
margin:5px;
display:inline-block
}
.card .card-block .dropdown-menu{
top:38px
}
.card .card-block p{
line-height:1.4
}
.card .card-block a.dropdown-item{
margin-bottom:0;
font-size:14px;
-webkit-transition:.25s;
transition:.25s
}
.card .card-block a.dropdown-item:active,.card .card-block a.dropdown-item .active{
background-color:#448aff
}
.card .card-block.remove-label i{
margin:0;
padding:0
}
.card .card-block.button-list span.badge{
margin-left:5px
}
.card .card-block .dropdown-menu{
background-color:#fff;
padding:0
}
.card .card-block .dropdown-menu .dropdown-divider{
background-color:#ddd;
margin:3px 0
}
.card .card-block .dropdown-menu>a{
padding:10px 16px;
line-height:1.429
}
.card .card-block .dropdown-menu>li>a:focus,.card .card-block .dropdown-menu>li>a:hover{
background-color:rgba(202,206,209,.5)
}
.card .card-block .dropdown-menu>li:first-child>a:first-child{
border-top-right-radius:4px;
border-top-left-radius:4px
}
.card .card-block .badge-box{
padding:10px;
margin:12px 0
}
.card .card-block-big{
padding:35px
}
.card .card-block-small{
padding:15px
}
.card-footer{
background:0 0
}
.pcoded .card.full-card{
position:fixed;
top:calc(56px + 15px);
z-index:99999;
-webkit-box-shadow:0 0 35px 0 rgba(0,0,0,.44);
box-shadow:0 0 35px 0 rgba(0,0,0,.44);
left:15px;
border-radius:5px;
width:calc(100vw - 50px);
height:calc(100vh - 86px);
-webkit-transition:all 5s ease-in-out;
transition:all 5s ease-in-out
}
.pcoded .card.full-card.card-load{
position:fixed
}
.pcoded .card.card-load{
position:relative;
overflow:hidden
}
.pcoded .card.card-load .card-loader{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
background-color:rgba(255,255,255,.7);
z-index:999
}
.pcoded .card.card-load .card-loader i{
margin:0 auto;
color:#448aff;
font-size:20px
}
.card-header-text{
margin-bottom:0;
font-size:1rem;
color:rgba(51,51,51,.85);
font-weight:500;
display:inline-block;
vertical-align:middle
}
.icofont-rounded-down{
display:inline-block;
-webkit-transition:all ease-in .3s;
transition:all ease-in .3s
}
.icon-up{
-webkit-transform:rotate(180deg);
transform:rotate(180deg)
}
.rotate-refresh{
-webkit-animation:mymove .8s infinite linear;
animation:mymove .8s infinite linear;
display:inline-block
}
@-webkit-keyframes mymove{
0%{
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100%{
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes mymove{
0%{
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100%{
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.page-header{
background-image:url(../img/breadcrumb-bg.jpg);
background-size:cover;
background-position:bottom left;
position:relative;
border-radius:0;
color:#fff
}
.page-header:before{
content:"";
background-color:rgba(0,0,0,.5);
width:100%;
height:100%;
position:absolute;
top:0;
left:0
}
.page-header .page-block{
padding:35px 40px
}
.page-header .page-block .breadcrumb{
float:right;
background:0 0;
margin-bottom:0;
padding:0
}
.page-header .page-block .breadcrumb a{
font-size:14px;
color:#fff
}
.page-header .page-block .breadcrumb .breadcrumb-item+.breadcrumb-item::before{
content:"\f105";
font-family:FontAwesome;
padding-right:5px;
font-size:12px;
color:#fff
}
@media only screen and (max-width:768px){
.page-header .page-block .breadcrumb{
float:left;
margin-top:10px
}
}
.sub-title{
border-bottom:1px solid rgba(204,204,204,.35);
padding-bottom:10px;
margin-bottom:20px;
font-size:14px;
font-weight:400;
color:#2c3e50
}
.blockquote{
border-left:.25rem solid #eceeef;
padding:.5rem 1rem
}
.blockquote.blockquote-reverse{
text-align:right;
padding-right:1rem;
border-right:.25rem solid #eceeef;
border-left:none
}
.typography h1,.typography h2,.typography h3,.typography h4,.typography h5,.typography h6{
margin:0 0 20px
}
.typography small{
margin-left:10px;
font-weight:500;
color:#777
}
.card-block.list-tag ul li{
display:block;
float:none;
margin-bottom:5px
}
.card-block.list-tag ol li{
margin-bottom:5px
}
.inline-order-list{
margin-top:50px
}
.inline-order-list h4,.inline-order-list p{
margin-bottom:0
}
.card-block ul li.list-inline-item{
display:inline-block;
float:left
}
.modal{
z-index:1050
}
.modal .modal-dialog{
pointer-events:all
}
.bd-example .modal{
display:block;
position:inherit;
background-color:#2c3e50;
margin-bottom:20px
}
.card .overflow-container h5{
margin-bottom:5px
}
.button-page .card-block a.nav-link{
margin-bottom:0
}
.sweet-alert button.confirm{
background-color:#448aff!important
}
.sweet-alert .sa-input-error{
top:23px
}
.location-selector{
width:100%;
height:250px;
background-color:#fff;
border:2px dashed #e5e9ec;
position:relative;
margin-bottom:20px
}
.location-selector .bit{
background-color:#e5e9ec;
cursor:pointer;
position:absolute
}
.location-selector .bit:hover{
background-color:#ddd
}
.location-selector .bit.bottom,.location-selector .bit.top{
height:25%;
width:40%;
margin:0 30%
}
.location-selector .bit.top{
top:0
}
.location-selector .bit.bottom{
bottom:0
}
.location-selector .bit.left,.location-selector .bit.right{
height:20%;
width:20%;
margin-left:0;
margin-right:0
}
.location-selector .bit.right{
right:0
}
.location-selector .bit.left{
left:0
}
button.close{
margin-top:7px;
margin-bottom:0
}
.accordion-msg{
display:block;
color:#222;
padding:14px 20px;
border-top:1px solid #ddd;
font-weight:500;
cursor:pointer
}
.accordion-msg:focus,.accordion-msg:hover{
text-decoration:none;
outline:none
}
.faq-accordion .accordion-desc{
padding:20px
}
.accordion-desc{
color:#222;
padding:0 20px 20px
}
#color-accordion .accordion-desc{
margin-top:14px
}
.ui-accordion-header-icon{
float:right;
font-size:20px
}
.accordion-title{
margin-bottom:0
}
.accordion-block{
padding:0
}
.accordion-block p{
margin-bottom:0
}
.color-accordion-block a.ui-state-active,.color-accordion-block a:focus,.color-accordion-block a:hover{
color:#fff;
background:#4680ff
}
a.bg-default:focus,a.bg-default:hover{
background-color:#f0f0f0!important;
color:#fff
}
a.bg-primary:focus,a.bg-primary:hover{
background-color:#7af!important;
color:#fff
}
a.bg-success:focus,a.bg-success:hover{
background-color:#1aeb72!important;
color:#fff
}
a.bg-info:focus,a.bg-info:hover{
background-color:#08e3ff!important;
color:#fff
}
a.bg-warning:focus,a.bg-warning:hover{
background-color:#ffe733!important;
color:#fff
}
a.bg-danger:focus,a.bg-danger:hover{
background-color:#ff8585!important;
color:#fff
}
.tab-list p{
padding:10px
}
.tab-with-img i{
position:absolute;
padding:5px
}
.tab-icon{
margin-bottom:30px
}
.tab-icon i{
padding-right:10px
}
.tab-below{
border-top:1px solid #ddd;
border-bottom:none
}
.tab-below.nav-tabs .nav-link.active{
border-color:transparent #ddd #ddd #ddd
}
.tab-below .nav-item{
margin-top:-2px
}
.tab-below.nav-tabs .nav-link{
border-bottom-right-radius:.25rem;
border-bottom-left-radius:.25rem;
border-top-right-radius:0;
border-top-left-radius:0
}
.card-header~.tab-icon .tab-with-img .sub-title i{
right:10px
}
.tab-with-img .nav-link{
position:relative
}
.tabs-left,.tabs-right{
min-width:120px;
vertical-align:top;
width:150px
}
.tabs-left,.tabs-left-content,.tabs-right,.tabs-right-content{
display:table-cell
}
.nav-tabs.tabs-left .slide{
height:35px;
width:4px;
bottom:15px
}
.nav-tabs.tabs-right .slide{
height:35px;
width:4px;
bottom:15px;
right:0
}
.product-edit .md-tabs .nav-item a{
padding:0 0 10px!important;
color:#37474f
}
.product-edit .md-tabs .nav-item a .f-20{
display:inline-block;
margin-right:10px
}
.md-tabs.tabs-left .nav-item,.md-tabs.tabs-right .nav-item,.tabs-left .nav-item,.tabs-right .nav-item{
width:100%;
position:relative
}
.md-tabs{
position:relative
}
.md-tabs .nav-item+.nav-item{
margin:0
}
.md-tabs .nav-link{
border:none;
color:#37474f
}
.md-tabs .nav-item{
-webkit-box-flex:1;
-ms-flex:1;
flex:1;
text-align:center;
position:relative
}
.md-tabs .nav-link:focus,.md-tabs .nav-link:hover{
border:none
}
.md-tabs .nav-item .nav-link.active~.slide{
opacity:1;
-webkit-transition:all .3s ease-out;
transition:all .3s ease-out
}
.md-tabs .nav-item .nav-link~.slide{
opacity:0;
-webkit-transition:all .3s ease-out;
transition:all .3s ease-out
}
.md-tabs .nav-item.open .nav-link,.md-tabs .nav-item.open .nav-link:focus,.md-tabs .nav-item.open .nav-link:hover,.md-tabs .nav-link.active,.md-tabs .nav-link.active:focus,.md-tabs .nav-link.active:hover{
color:#448aff;
border:none;
background-color:transparent;
border-radius:0
}
.md-tabs .nav-item a{
padding:20px 0!important;
color:#37474f
}
.nav-tabs .slide{
background:#448aff;
width:100%;
height:4px;
position:absolute;
-webkit-transition:left .3s ease-out;
transition:left .3s ease-out;
bottom:0
}
.nav-tabs .slide .nav-item.show .nav-link,.nav-tabs .slide .nav-link{
color:#448aff
}
.img-tabs img{
width:100px;
margin:0 auto
}
.img-tabs a{
opacity:.5;
-webkit-transition:all ease-in-out .3s;
transition:all ease-in-out .3s
}
.img-tabs a span i{
height:25px;
width:25px;
border-radius:100%;
bottom:10px;
right:70px
}
.img-tabs a img{
border:3px solid
}
.img-tabs a.active{
opacity:1;
-webkit-transition:all ease-in-out .3s;
transition:all ease-in-out .3s
}
.img-tabs .nav-item:first-child{
border-bottom:none
}
#pc-left-panel-menu{
margin-bottom:20px
}
.h-active a{
color:#1b8bf9!important;
font-weight:500
}
.img-circle{
border-radius:50%
}
.b-none{
border:none!important
}
.table-primary,.table-primary>td,.table-primary>th{
background-color:#4680fe
}
.table-responsive{
display:inline-block;
width:100%;
overflow-x:auto
}
.table.table-xl td,.table.table-xl th{
padding:1.25rem 2rem
}
.table.table-lg td,.table.table-lg th{
padding:.9rem 2rem
}
.table.table-de td,.table.table-de th{
padding:.75rem 2rem
}
.table.table-sm td,.table.table-sm th{
padding:.6rem 2rem
}
.table.table-xs td,.table.table-xs th{
padding:.4rem 2rem
}
.table-columned>tbody>tr>td:first-child,.table-columned>tbody>tr>th:first-child{
border-left:0
}
.table-columned>tfoot>tr>td:first-child,.table-columned>tfoot>tr>th:first-child{
border-left:0
}
.table-columned>tbody>tr>td,.table-columned>tbody>tr>th{
border:0;
border-left:1px solid #ddd
}
.table-columned>tfoot>tr>td,.table-columned>tfoot>tr>th{
border:0;
border-left:1px solid #ddd
}
.table-border-style{
padding:0
}
.table-border-style .table{
margin-bottom:0
}
.table>thead>tr>th{
border-bottom-color:#ccc
}
.table-borderless tbody tr td,.table-borderless tbody tr th{
border:0
}
.table-bordered>thead>tr.border-solid>td,.table-bordered>thead>tr.border-solid>th{
border-bottom-width:2px
}
.table-bordered>thead>tr.border-solid:first-child>td,.table-bordered>thead>tr.border-solid:first-child th{
border-bottom-width:2px
}
.table-bordered>thead>tr.border-double>td,.table-bordered>thead>tr.border-double>th{
border-bottom-width:3px;
border-bottom-style:double
}
.table-bordered>thead>tr.border-double:first-child>td,.table-bordered>thead>tr.border-double:first-child th{
border-bottom-width:3px;
border-bottom-style:double
}
.card-header-img~.btn-group i{
margin-right:0
}
.card.business-info{
border-top:none;
border-left-width:2px!important;
-webkit-box-shadow:0 0 1px 2px rgba(0,0,0,.05),0 -2px 1px -2px rgba(0,0,0,.04),0 0 0 -1px rgba(0,0,0,.05);
box-shadow:0 0 1px 2px rgba(0,0,0,.05),0 -2px 1px -2px rgba(0,0,0,.04),0 0 0 -1px rgba(0,0,0,.05);
-webkit-transition:all 150ms linear;
transition:all 150ms linear
}
.card.business-info:hover{
-webkit-box-shadow:0 0 25px -5px #9e9c9e;
box-shadow:0 0 25px -5px #9e9c9e
}
.top-cap-text p{
padding:10px 0;
margin-bottom:0
}
.user-content{
text-align:center;
margin-top:20px
}
.user-content h4{
font-size:16px;
font-weight:500
}
.user-content h5{
font-size:14px
}
.img-overlay{
bottom:0;
color:#fff;
height:100%;
width:100%;
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out;
position:absolute;
-webkit-transform:scale(0);
transform:scale(0);
margin:0 auto
}
.img-overlay span{
position:absolute;
top:50%;
left:50%;
width:100px;
text-align:center;
-webkit-transform:translate(-50%,-50%);
transform:translate(-50%,-50%)
}
.img-overlay span .btn{
display:inline-block
}
.img-overlay span .btn i{
margin-right:0
}
.img-hover-main{
padding:0 40px
}
.img-hover{
position:relative;
margin:0 auto
}
.img-hover:hover .img-overlay{
left:0;
right:0;
top:0;
bottom:0;
-webkit-transform:scale(1);
transform:scale(1);
margin:0 auto;
background-color:rgba(0,0,0,.7);
z-index:2;
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}
.card-header-img img{
margin:0 auto;
display:block
}
.card-header-img h4{
margin-top:30px;
font-size:20px;
font-weight:500;
text-align:center
}
.card-header-img h5,.card-header-img h6{
margin-top:15px;
font-size:15px;
color:#222;
font-weight:500;
text-align:center
}
.simple-cards .btn-group{
margin:20px auto 0
}
.simple-cards .btn-group button{
margin:0
}
.simple-cards .user-card{
padding:20px 0;
text-align:center
}
.simple-cards .user-card .label-icon{
margin-top:15px
}
.simple-cards .user-card .label-icon i{
font-size:20px
}
.simple-cards .user-card .label-icon .badge-top-right{
margin-left:3px;
top:-8px
}
.card-icon{
display:block;
margin-bottom:5px
}
.btn-outline-primary{
border-color:#448aff;
font-weight:500;
padding:10px 16px;
font-size:15px
}
.btn-outline-primary:hover{
background-color:#448aff;
border-color:#448aff
}
.simple-cards p{
margin:20px;
font-size:15px
}
.user-profile #edit-btn,.user-profile #edit-info-btn{
margin-bottom:0
}
.card-block ul.list-contacts,.card-block.groups-contact ul{
display:block;
float:none
}
.card-block ul.list-contacts li,.card-block.groups-contact ul li{
display:block;
float:none
}
ul.list-contacts .list-group-item a{
color:#292b2c
}
ul.list-contacts .list-group-item.active a{
color:#fff
}
.pagination li{
display:inline-block
}
.card-block.groups-contact{
margin-bottom:0
}
.card-block .connection-list{
margin-bottom:20px
}
.table button{
margin-bottom:0
}
#crm-contact .img-circle,img.comment-img{
width:40px;
height:40px
}
.page-link{
color:#448aff
}
.page-item.active .page-link{
background-color:#448aff;
border-color:#448aff
}
#main{
margin-bottom:20px
}
#sessionTimeout-dialog .close{
display:none
}
.pull-0{
right:auto
}
.pull-1{
right:8.333333%
}
.pull-2{
right:16.666667%
}
.pull-3{
right:25%
}
.pull-4{
right:33.333333%
}
.pull-5{
right:41.666667%
}
.pull-6{
right:50%
}
.pull-7{
right:58.333333%
}
.pull-8{
right:66.666667%
}
.pull-9{
right:75%
}
.pull-10{
right:83.333333%
}
.pull-11{
right:91.666667%
}
.pull-12{
right:100%
}
.push-0{
left:auto
}
.push-1{
left:8.333333%
}
.push-2{
left:16.666667%
}
.push-3{
left:25%
}
.push-4{
left:33.333333%
}
.push-5{
left:41.666667%
}
.push-6{
left:50%
}
.push-7{
left:58.333333%
}
.push-8{
left:66.666667%
}
.push-9{
left:75%
}
.push-10{
left:83.333333%
}
.push-11{
left:91.666667%
}
.push-12{
left:100%
}
.offset-1{
margin-left:8.333333%
}
.offset-2{
margin-left:16.666667%
}
.offset-3{
margin-left:25%
}
.offset-4{
margin-left:33.333333%
}
.offset-5{
margin-left:41.666667%
}
.offset-6{
margin-left:50%
}
.offset-7{
margin-left:58.333333%
}
.offset-8{
margin-left:66.666667%
}
.offset-9{
margin-left:75%
}
.offset-10{
margin-left:83.333333%
}
.offset-11{
margin-left:91.666667%
}
@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
}
.col-sm-1{
-webkit-box-flex:0;
-ms-flex:0 0 8.333333%;
flex:0 0 8.333333%;
max-width:8.333333%
}
.col-sm-2{
-webkit-box-flex:0;
-ms-flex:0 0 16.666667%;
flex:0 0 16.666667%;
max-width:16.666667%
}
.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.333333%;
flex:0 0 33.333333%;
max-width:33.333333%
}
.col-sm-5{
-webkit-box-flex:0;
-ms-flex:0 0 41.666667%;
flex:0 0 41.666667%;
max-width:41.666667%
}
.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.333333%;
flex:0 0 58.333333%;
max-width:58.333333%
}
.col-sm-8{
-webkit-box-flex:0;
-ms-flex:0 0 66.666667%;
flex:0 0 66.666667%;
max-width:66.666667%
}
.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.333333%;
flex:0 0 83.333333%;
max-width:83.333333%
}
.col-sm-11{
-webkit-box-flex:0;
-ms-flex:0 0 91.666667%;
flex:0 0 91.666667%;
max-width:91.666667%
}
.col-sm-12{
-webkit-box-flex:0;
-ms-flex:0 0 100%;
flex:0 0 100%;
max-width:100%
}
.pull-sm-0{
right:auto
}
.pull-sm-1{
right:8.333333%
}
.pull-sm-2{
right:16.666667%
}
.pull-sm-3{
right:25%
}
.pull-sm-4{
right:33.333333%
}
.pull-sm-5{
right:41.666667%
}
.pull-sm-6{
right:50%
}
.pull-sm-7{
right:58.333333%
}
.pull-sm-8{
right:66.666667%
}
.pull-sm-9{
right:75%
}
.pull-sm-10{
right:83.333333%
}
.pull-sm-11{
right:91.666667%
}
.pull-sm-12{
right:100%
}
.push-sm-0{
left:auto
}
.push-sm-1{
left:8.333333%
}
.push-sm-2{
left:16.666667%
}
.push-sm-3{
left:25%
}
.push-sm-4{
left:33.333333%
}
.push-sm-5{
left:41.666667%
}
.push-sm-6{
left:50%
}
.push-sm-7{
left:58.333333%
}
.push-sm-8{
left:66.666667%
}
.push-sm-9{
left:75%
}
.push-sm-10{
left:83.333333%
}
.push-sm-11{
left:91.666667%
}
.push-sm-12{
left:100%
}
.offset-sm-0{
margin-left:0
}
.offset-sm-1{
margin-left:8.333333%
}
.offset-sm-2{
margin-left:16.666667%
}
.offset-sm-3{
margin-left:25%
}
.offset-sm-4{
margin-left:33.333333%
}
.offset-sm-5{
margin-left:41.666667%
}
.offset-sm-6{
margin-left:50%
}
.offset-sm-7{
margin-left:58.333333%
}
.offset-sm-8{
margin-left:66.666667%
}
.offset-sm-9{
margin-left:75%
}
.offset-sm-10{
margin-left:83.333333%
}
.offset-sm-11{
margin-left:91.666667%
}
}
@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
}
.col-md-1{
-webkit-box-flex:0;
-ms-flex:0 0 8.333333%;
flex:0 0 8.333333%;
max-width:8.333333%
}
.col-md-2{
-webkit-box-flex:0;
-ms-flex:0 0 16.666667%;
flex:0 0 16.666667%;
max-width:16.666667%
}
.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.333333%;
flex:0 0 33.333333%;
max-width:33.333333%
}
.col-md-5{
-webkit-box-flex:0;
-ms-flex:0 0 41.666667%;
flex:0 0 41.666667%;
max-width:41.666667%
}
.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.333333%;
flex:0 0 58.333333%;
max-width:58.333333%
}
.col-md-8{
-webkit-box-flex:0;
-ms-flex:0 0 66.666667%;
flex:0 0 66.666667%;
max-width:66.666667%
}
.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.333333%;
flex:0 0 83.333333%;
max-width:83.333333%
}
.col-md-11{
-webkit-box-flex:0;
-ms-flex:0 0 91.666667%;
flex:0 0 91.666667%;
max-width:91.666667%
}
.col-md-12{
-webkit-box-flex:0;
-ms-flex:0 0 100%;
flex:0 0 100%;
max-width:100%
}
.pull-md-0{
right:auto
}
.pull-md-1{
right:8.333333%
}
.pull-md-2{
right:16.666667%
}
.pull-md-3{
right:25%
}
.pull-md-4{
right:33.333333%
}
.pull-md-5{
right:41.666667%
}
.pull-md-6{
right:50%
}
.pull-md-7{
right:58.333333%
}
.pull-md-8{
right:66.666667%
}
.pull-md-9{
right:75%
}
.pull-md-10{
right:83.333333%
}
.pull-md-11{
right:91.666667%
}
.pull-md-12{
right:100%
}
.push-md-0{
left:auto
}
.push-md-1{
left:8.333333%
}
.push-md-2{
left:16.666667%
}
.push-md-3{
left:25%
}
.push-md-4{
left:33.333333%
}
.push-md-5{
left:41.666667%
}
.push-md-6{
left:50%
}
.push-md-7{
left:58.333333%
}
.push-md-8{
left:66.666667%
}
.push-md-9{
left:75%
}
.push-md-10{
left:83.333333%
}
.push-md-11{
left:91.666667%
}
.push-md-12{
left:100%
}
.offset-md-0{
margin-left:0
}
.offset-md-1{
margin-left:8.333333%
}
.offset-md-2{
margin-left:16.666667%
}
.offset-md-3{
margin-left:25%
}
.offset-md-4{
margin-left:33.333333%
}
.offset-md-5{
margin-left:41.666667%
}
.offset-md-6{
margin-left:50%
}
.offset-md-7{
margin-left:58.333333%
}
.offset-md-8{
margin-left:66.666667%
}
.offset-md-9{
margin-left:75%
}
.offset-md-10{
margin-left:83.333333%
}
.offset-md-11{
margin-left:91.666667%
}
}
@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
}
.col-lg-1{
-webkit-box-flex:0;
-ms-flex:0 0 8.333333%;
flex:0 0 8.333333%;
max-width:8.333333%
}
.col-lg-2{
-webkit-box-flex:0;
-ms-flex:0 0 16.666667%;
flex:0 0 16.666667%;
max-width:16.666667%
}
.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.333333%;
flex:0 0 33.333333%;
max-width:33.333333%
}
.col-lg-5{
-webkit-box-flex:0;
-ms-flex:0 0 41.666667%;
flex:0 0 41.666667%;
max-width:41.666667%
}
.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.333333%;
flex:0 0 58.333333%;
max-width:58.333333%
}
.col-lg-8{
-webkit-box-flex:0;
-ms-flex:0 0 66.666667%;
flex:0 0 66.666667%;
max-width:66.666667%
}
.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.333333%;
flex:0 0 83.333333%;
max-width:83.333333%
}
.col-lg-11{
-webkit-box-flex:0;
-ms-flex:0 0 91.666667%;
flex:0 0 91.666667%;
max-width:91.666667%
}
.col-lg-12{
-webkit-box-flex:0;
-ms-flex:0 0 100%;
flex:0 0 100%;
max-width:100%
}
.pull-lg-0{
right:auto
}
.pull-lg-1{
right:8.333333%
}
.pull-lg-2{
right:16.666667%
}
.pull-lg-3{
right:25%
}
.pull-lg-4{
right:33.333333%
}
.pull-lg-5{
right:41.666667%
}
.pull-lg-6{
right:50%
}
.pull-lg-7{
right:58.333333%
}
.pull-lg-8{
right:66.666667%
}
.pull-lg-9{
right:75%
}
.pull-lg-10{
right:83.333333%
}
.pull-lg-11{
right:91.666667%
}
.pull-lg-12{
right:100%
}
.push-lg-0{
left:auto
}
.push-lg-1{
left:8.333333%
}
.push-lg-2{
left:16.666667%
}
.push-lg-3{
left:25%
}
.push-lg-4{
left:33.333333%
}
.push-lg-5{
left:41.666667%
}
.push-lg-6{
left:50%
}
.push-lg-7{
left:58.333333%
}
.push-lg-8{
left:66.666667%
}
.push-lg-9{
left:75%
}
.push-lg-10{
left:83.333333%
}
.push-lg-11{
left:91.666667%
}
.push-lg-12{
left:100%
}
.offset-lg-0{
margin-left:0
}
.offset-lg-1{
margin-left:8.333333%
}
.offset-lg-2{
margin-left:16.666667%
}
.offset-lg-3{
margin-left:25%
}
.offset-lg-4{
margin-left:33.333333%
}
.offset-lg-5{
margin-left:41.666667%
}
.offset-lg-6{
margin-left:50%
}
.offset-lg-7{
margin-left:58.333333%
}
.offset-lg-8{
margin-left:66.666667%
}
.offset-lg-9{
margin-left:75%
}
.offset-lg-10{
margin-left:83.333333%
}
.offset-lg-11{
margin-left:91.666667%
}
}
@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
}
.col-xl-1{
-webkit-box-flex:0;
-ms-flex:0 0 8.333333%;
flex:0 0 8.333333%;
max-width:8.333333%
}
.col-xl-2{
-webkit-box-flex:0;
-ms-flex:0 0 16.666667%;
flex:0 0 16.666667%;
max-width:16.666667%
}
.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.333333%;
flex:0 0 33.333333%;
max-width:33.333333%
}
.col-xl-5{
-webkit-box-flex:0;
-ms-flex:0 0 41.666667%;
flex:0 0 41.666667%;
max-width:41.666667%
}
.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.333333%;
flex:0 0 58.333333%;
max-width:58.333333%
}
.col-xl-8{
-webkit-box-flex:0;
-ms-flex:0 0 66.666667%;
flex:0 0 66.666667%;
max-width:66.666667%
}
.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.333333%;
flex:0 0 83.333333%;
max-width:83.333333%
}
.col-xl-11{
-webkit-box-flex:0;
-ms-flex:0 0 91.666667%;
flex:0 0 91.666667%;
max-width:91.666667%
}
.col-xl-12{
-webkit-box-flex:0;
-ms-flex:0 0 100%;
flex:0 0 100%;
max-width:100%
}
.pull-xl-0{
right:auto
}
.pull-xl-1{
right:8.333333%
}
.pull-xl-2{
right:16.666667%
}
.pull-xl-3{
right:25%
}
.pull-xl-4{
right:33.333333%
}
.pull-xl-5{
right:41.666667%
}
.pull-xl-6{
right:50%
}
.pull-xl-7{
right:58.333333%
}
.pull-xl-8{
right:66.666667%
}
.pull-xl-9{
right:75%
}
.pull-xl-10{
right:83.333333%
}
.pull-xl-11{
right:91.666667%
}
.pull-xl-12{
right:100%
}
.push-xl-0{
left:auto
}
.push-xl-1{
left:8.333333%
}
.push-xl-2{
left:16.666667%
}
.push-xl-3{
left:25%
}
.push-xl-4{
left:33.333333%
}
.push-xl-5{
left:41.666667%
}
.push-xl-6{
left:50%
}
.push-xl-7{
left:58.333333%
}
.push-xl-8{
left:66.666667%
}
.push-xl-9{
left:75%
}
.push-xl-10{
left:83.333333%
}
.push-xl-11{
left:91.666667%
}
.push-xl-12{
left:100%
}
.offset-xl-0{
margin-left:0
}
.offset-xl-1{
margin-left:8.333333%
}
.offset-xl-2{
margin-left:16.666667%
}
.offset-xl-3{
margin-left:25%
}
.offset-xl-4{
margin-left:33.333333%
}
.offset-xl-5{
margin-left:41.666667%
}
.offset-xl-6{
margin-left:50%
}
.offset-xl-7{
margin-left:58.333333%
}
.offset-xl-8{
margin-left:66.666667%
}
.offset-xl-9{
margin-left:75%
}
.offset-xl-10{
margin-left:83.333333%
}
.offset-xl-11{
margin-left:91.666667%
}
}
.ie-warning{
position:fixed;
top:0;
left:0;
z-index:999999;
background:#000;
width:100%;
height:100%;
text-align:center;
color:#fff;
font-family:courier new,Courier,monospace;
padding:50px 0
}
.ie-warning p{
font-size:17px
}
.ie-warning .iew-container{
min-width:1024px;
width:100%;
height:200px;
background:#fff;
margin:50px 0
}
.ie-warning .iew-download{
list-style:none;
padding:30px 0;
margin:0 auto;
width:720px
}
.ie-warning .iew-download>li{
float:left;
vertical-align:top
}
.ie-warning .iew-download>li>a{
display:block;
color:#000;
width:140px;
font-size:15px;
padding:15px 0
}
.ie-warning .iew-download>li>a>div{
margin-top:10px
}
.ie-warning .iew-download>li>a:hover{
background-color:#eee
}
.image-cropper-container{
margin-top:10px
}
.alpaca-field img{
width:250px
}
.arrow_box{
z-index:0
}
@media only screen and (max-width:575px){
.sticky-card{
margin-bottom:250px
}
}
.j-pro .j-label{
font-weight:500
}
.ms-container{
width:100%
}
.progress{
height:1rem
}
.progress .progress-bar{
height:100%!important
}
.pcoded .mCSB_container_wrapper{
margin-right:0
}
.pcoded .mCSB_container_wrapper>.mCSB_container{
padding-right:0
}
.pcoded .mCSB_scrollTools{
width:10px
}
.pcoded .mCSB_scrollTools .mCSB_draggerRail{
background-color:transparent;
width:10px
}
.pcoded .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
background-color:transparent
}
.pcoded .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.pcoded .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{
background-color:rgba(55,71,79,.5)
}
.pcoded #styleSelector:hover .mCSB_dragger_bar,.pcoded .main-menu:hover .mCSB_dragger_bar{
background-color:rgba(55,71,79,.2)
}
.scroll-container{
overflow-x:hidden
}
#main-chat .page-error i,.full-calender .page-error i{
font-size:35px;
border-radius:6px;
padding:6px 9px
}
@media only screen and (min-width:788px){
#main-chat .page-error,.full-calender .page-error{
display:none
}
}
@media only screen and (max-width:786px){
#main-chat .page-body,.full-calender .page-body{
display:none
}
}
@media only screen and (max-width:575px){
.card .card-header .card-header-right.job-compney-btn{
position:relative;
float:left;
right:0
}
.clndr .event-listing{
display:none
}
.clndr .clndr-grid{
width:100%
}
.clndr .clndr-grid .day-number{
padding:3px 4px!important
}
}
.dotted-line-theme .no_edit{
border-bottom:1px dotted #448aff
}
.handsontable td,.handsontable th{
color:#37474f
}
#map,.radial-bar:after{
z-index:99
}
.content-group{
padding:10px
}
.card-sub .card-title{
margin-bottom:10px;
font-weight:500
}
.card-sub .card-text{
color:#737373
}
.long-press-popup{
position:fixed;
bottom:15px;
left:275px;
right:35px;
text-align:center;
background:rgba(0,0,0,.8);
padding:20px;
border-radius:8px;
margin:0;
font-size:50px
}
.long-press-popup li{
margin-right:15px;
margin-top:15px;
margin-bottom:15px
}
.theme-loader{
height:100%;
width:100%;
background:#fff;
position:fixed;
z-index:999999;
top:0;
left:0
}
.theme-loader .loader-track{
left:50%;
top:50%;
position:absolute;
display:block;
width:50px;
height:50px;
margin:-25px 0 0 -25px
}
.preloader-wrapper{
display:inline-block;
position:relative;
width:50px;
height:50px;
-webkit-animation:container-rotate 1568ms linear infinite;
animation:container-rotate 1568ms linear infinite
}
@-webkit-keyframes container-rotate{
to{
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes container-rotate{
to{
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.spinner-layer{
position:absolute;
width:100%;
height:100%;
opacity:0;
border-color:#11c15b
}
.spinner-layer.spinner-blue{
border-color:#448aff;
-webkit-animation:fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,blue-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both;
animation:fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,blue-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both
}
.spinner-layer.spinner-red{
border-color:#ff5252;
-webkit-animation:fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,red-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both;
animation:fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,red-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both
}
.spinner-layer.spinner-yellow{
border-color:#ffe100;
-webkit-animation:fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,yellow-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both;
animation:fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,yellow-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both
}
.spinner-layer.spinner-green{
border-color:#11c15b;
-webkit-animation:fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,green-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both;
animation:fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,green-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both
}
.spinner-layer,.spinner-layer.spinner-blue-only,.spinner-layer.spinner-red-only,.spinner-layer.spinner-yellow-only,.spinner-layer.spinner-green-only{
opacity:1;
-webkit-animation:fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both;
animation:fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both
}
.gap-patch{
position:absolute;
top:0;
left:45%;
width:10%;
height:100%;
overflow:hidden;
border-color:inherit
}
.gap-patch .circle{
width:1000%;
left:-450%
}
.circle-clipper{
display:inline-block;
position:relative;
width:50%;
height:100%;
overflow:hidden;
border-color:inherit
}
.circle-clipper .circle{
width:200%;
height:100%;
border-width:3px;
border-style:solid;
border-color:inherit;
border-bottom-color:transparent!important;
border-radius:50%;
-webkit-animation:none;
animation:none;
position:absolute;
top:0;
right:0;
bottom:0
}
.circle-clipper.left{
float:left
}
.circle-clipper.left .circle{
left:0;
border-right-color:transparent!important;
-webkit-transform:rotate(129deg);
transform:rotate(129deg);
-webkit-animation:left-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;
animation:left-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both
}
.circle-clipper.right{
float:right
}
.circle-clipper.right .circle{
left:-100%;
border-left-color:transparent!important;
-webkit-transform:rotate(-129deg);
transform:rotate(-129deg);
-webkit-animation:right-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;
animation:right-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both
}
#spinnerContainer.cooldown{
-webkit-animation:container-rotate 1568ms linear infinite,fade-out 400ms cubic-bezier(.4,0,.2,1);
animation:container-rotate 1568ms linear infinite,fade-out 400ms cubic-bezier(.4,0,.2,1)
}
@-webkit-keyframes fill-unfill-rotate{
12.5%{
-webkit-transform:rotate(135deg);
transform:rotate(135deg)
}
25%{
-webkit-transform:rotate(270deg);
transform:rotate(270deg)
}
37.5%{
-webkit-transform:rotate(405deg);
transform:rotate(405deg)
}
50%{
-webkit-transform:rotate(540deg);
transform:rotate(540deg)
}
62.5%{
-webkit-transform:rotate(675deg);
transform:rotate(675deg)
}
75%{
-webkit-transform:rotate(810deg);
transform:rotate(810deg)
}
87.5%{
-webkit-transform:rotate(945deg);
transform:rotate(945deg)
}
to{
-webkit-transform:rotate(1080deg);
transform:rotate(1080deg)
}
}
@keyframes fill-unfill-rotate{
12.5%{
-webkit-transform:rotate(135deg);
transform:rotate(135deg)
}
25%{
-webkit-transform:rotate(270deg);
transform:rotate(270deg)
}
37.5%{
-webkit-transform:rotate(405deg);
transform:rotate(405deg)
}
50%{
-webkit-transform:rotate(540deg);
transform:rotate(540deg)
}
62.5%{
-webkit-transform:rotate(675deg);
transform:rotate(675deg)
}
75%{
-webkit-transform:rotate(810deg);
transform:rotate(810deg)
}
87.5%{
-webkit-transform:rotate(945deg);
transform:rotate(945deg)
}
to{
-webkit-transform:rotate(1080deg);
transform:rotate(1080deg)
}
}
@-webkit-keyframes blue-fade-in-out{
from{
opacity:1
}
25%{
opacity:1
}
26%{
opacity:0
}
89%{
opacity:0
}
90%{
opacity:1
}
100%{
opacity:1
}
}
@keyframes blue-fade-in-out{
from{
opacity:1
}
25%{
opacity:1
}
26%{
opacity:0
}
89%{
opacity:0
}
90%{
opacity:1
}
100%{
opacity:1
}
}
@-webkit-keyframes red-fade-in-out{
from{
opacity:0
}
15%{
opacity:0
}
25%{
opacity:1
}
50%{
opacity:1
}
51%{
opacity:0
}
}
@keyframes red-fade-in-out{
from{
opacity:0
}
15%{
opacity:0
}
25%{
opacity:1
}
50%{
opacity:1
}
51%{
opacity:0
}
}
@-webkit-keyframes yellow-fade-in-out{
from{
opacity:0
}
40%{
opacity:0
}
50%{
opacity:1
}
75%{
opacity:1
}
76%{
opacity:0
}
}
@keyframes yellow-fade-in-out{
from{
opacity:0
}
40%{
opacity:0
}
50%{
opacity:1
}
75%{
opacity:1
}
76%{
opacity:0
}
}
@-webkit-keyframes green-fade-in-out{
from{
opacity:0
}
65%{
opacity:0
}
75%{
opacity:1
}
90%{
opacity:1
}
100%{
opacity:0
}
}
@keyframes green-fade-in-out{
from{
opacity:0
}
65%{
opacity:0
}
75%{
opacity:1
}
90%{
opacity:1
}
100%{
opacity:0
}
}
@-webkit-keyframes left-spin{
from{
-webkit-transform:rotate(130deg);
transform:rotate(130deg)
}
50%{
-webkit-transform:rotate(-5deg);
transform:rotate(-5deg)
}
to{
-webkit-transform:rotate(130deg);
transform:rotate(130deg)
}
}
@keyframes left-spin{
from{
-webkit-transform:rotate(130deg);
transform:rotate(130deg)
}
50%{
-webkit-transform:rotate(-5deg);
transform:rotate(-5deg)
}
to{
-webkit-transform:rotate(130deg);
transform:rotate(130deg)
}
}
@-webkit-keyframes right-spin{
from{
-webkit-transform:rotate(-130deg);
transform:rotate(-130deg)
}
50%{
-webkit-transform:rotate(5deg);
transform:rotate(5deg)
}
to{
-webkit-transform:rotate(-130deg);
transform:rotate(-130deg)
}
}
@keyframes right-spin{
from{
-webkit-transform:rotate(-130deg);
transform:rotate(-130deg)
}
50%{
-webkit-transform:rotate(5deg);
transform:rotate(5deg)
}
to{
-webkit-transform:rotate(-130deg);
transform:rotate(-130deg)
}
}
@-webkit-keyframes fade-out{
from{
opacity:1
}
to{
opacity:0
}
}
@keyframes fade-out{
from{
opacity:1
}
to{
opacity:0
}
}
select.form-control:not([size]):not([multiple]){
height:43px
}
.tabledit-input:disabled{
display:none
}
@-moz-document url-prefix(){
select{
-webkit-appearance:none!important;
-moz-appearance:none!important;
background:#fff url(../images/select-arrow.png) no-repeat 95% center!important
}
}
.generic-card-block code{
cursor:pointer;
display:inline-block;
margin-right:10px;
margin-bottom:10px
}
.generic-image-body li{
padding:0 20px;
display:inline-block
}
.generic-image-body code{
display:block
}
.generic-image-body img{
display:block;
margin:10px auto 20px
}
.p-0{
padding:0
}
.p-5{
padding:5px
}
.p-10{
padding:10px
}
.p-15{
padding:15px
}
.p-20{
padding:20px
}
.p-25{
padding:25px
}
.p-30{
padding:30px
}
.p-35{
padding:35px
}
.p-40{
padding:40px
}
.p-45{
padding:45px
}
.p-50{
padding:50px
}
.p-t-0{
padding-top:0!important
}
.p-t-5{
padding-top:5px!important
}
.p-t-10{
padding-top:10px!important
}
.p-t-15{
padding-top:15px!important
}
.p-t-20{
padding-top:20px!important
}
.p-t-25{
padding-top:25px!important
}
.p-t-30{
padding-top:30px!important
}
.p-t-35{
padding-top:35px!important
}
.p-t-40{
padding-top:40px!important
}
.p-t-45{
padding-top:45px!important
}
.p-t-50{
padding-top:50px!important
}
.p-b-0{
padding-bottom:0!important
}
.p-b-5{
padding-bottom:5px!important
}
.p-b-10{
padding-bottom:10px!important
}
.p-b-15{
padding-bottom:15px!important
}
.p-b-20{
padding-bottom:20px!important
}
.p-b-25{
padding-bottom:25px!important
}
.p-b-30{
padding-bottom:30px!important
}
.p-b-35{
padding-bottom:35px!important
}
.p-b-40{
padding-bottom:40px!important
}
.p-b-45{
padding-bottom:45px!important
}
.p-b-50{
padding-bottom:50px!important
}
.p-l-0{
padding-left:0
}
.p-l-5{
padding-left:5px
}
.p-l-10{
padding-left:10px
}
.p-l-15{
padding-left:15px
}
.p-l-20{
padding-left:20px
}
.p-l-25{
padding-left:25px
}
.p-l-30{
padding-left:30px
}
.p-l-35{
padding-left:35px
}
.p-l-40{
padding-left:40px
}
.p-l-45{
padding-left:45px
}
.p-l-50{
padding-left:50px
}
.p-r-0{
padding-right:0
}
.p-r-5{
padding-right:5px
}
.p-r-10{
padding-right:10px
}
.p-r-15{
padding-right:15px
}
.p-r-20{
padding-right:20px
}
.p-r-25{
padding-right:25px
}
.p-r-30{
padding-right:30px
}
.p-r-35{
padding-right:35px
}
.p-r-40{
padding-right:40px
}
.p-r-45{
padding-right:45px
}
.p-r-50{
padding-right:50px
}
.m-0{
margin:0
}
.m-5{
margin:5px
}
.m-10{
margin:10px
}
.m-15{
margin:15px
}
.m-20{
margin:20px
}
.m-25{
margin:25px
}
.m-30{
margin:30px
}
.m-35{
margin:35px
}
.m-40{
margin:40px
}
.m-45{
margin:45px
}
.m-50{
margin:50px
}
.m-t-0{
margin-top:0
}
.m-t-5{
margin-top:5px
}
.m-t-10{
margin-top:10px
}
.m-t-15{
margin-top:15px
}
.m-t-20{
margin-top:20px
}
.m-t-25{
margin-top:25px
}
.m-t-30{
margin-top:30px
}
.m-t-35{
margin-top:35px
}
.m-t-40{
margin-top:40px
}
.m-t-45{
margin-top:45px
}
.m-t-50{
margin-top:50px
}
.m-b-0{
margin-bottom:0
}
.m-b-5{
margin-bottom:5px
}
.m-b-10{
margin-bottom:10px
}
.m-b-15{
margin-bottom:15px
}
.m-b-20{
margin-bottom:20px
}
.m-b-25{
margin-bottom:25px
}
.m-b-30{
margin-bottom:30px
}
.m-b-35{
margin-bottom:35px
}
.m-b-40{
margin-bottom:40px
}
.m-b-45{
margin-bottom:45px
}
.m-b-50{
margin-bottom:50px
}
.m-l-0{
margin-left:0
}
.m-l-5{
margin-left:5px
}
.m-l-10{
margin-left:10px
}
.m-l-15{
margin-left:15px
}
.m-l-20{
margin-left:20px
}
.m-l-25{
margin-left:25px
}
.m-l-30{
margin-left:30px
}
.m-l-35{
margin-left:35px
}
.m-l-40{
margin-left:40px
}
.m-l-45{
margin-left:45px
}
.m-l-50{
margin-left:50px
}
.m-r-0{
margin-right:0
}
.m-r-5{
margin-right:5px
}
.m-r-10{
margin-right:10px
}
.m-r-15{
margin-right:15px
}
.m-r-20{
margin-right:20px
}
.m-r-25{
margin-right:25px
}
.m-r-30{
margin-right:30px
}
.m-r-35{
margin-right:35px
}
.m-r-40{
margin-right:40px
}
.m-r-45{
margin-right:45px
}
.m-r-50{
margin-right:50px
}
.d-none{
display:none
}
.d-inline-block{
display:inline-block
}
.d-inline-flex{
display:-webkit-inline-box;
display:-ms-inline-flexbox;
display:inline-flex
}
.b-radius-0{
border-radius:0!important
}
.b-radius-5{
border-radius:5px!important
}
.b-radius-10{
border-radius:10px!important
}
.f-10{
font-size:10px
}
.f-12{
font-size:12px
}
.f-14{
font-size:14px
}
.f-16{
font-size:16px
}
.f-18{
font-size:18px
}
.f-20{
font-size:20px
}
.f-22{
font-size:22px
}
.f-24{
font-size:24px
}
.f-26{
font-size:26px
}
.f-28{
font-size:28px
}
.f-30{
font-size:30px
}
.f-32{
font-size:32px
}
.f-34{
font-size:34px
}
.f-36{
font-size:36px
}
.f-38{
font-size:38px
}
.f-40{
font-size:40px
}
.f-42{
font-size:42px
}
.f-44{
font-size:44px
}
.f-46{
font-size:46px
}
.f-48{
font-size:48px
}
.f-50{
font-size:50px
}
.f-52{
font-size:52px
}
.f-54{
font-size:54px
}
.f-56{
font-size:56px
}
.f-58{
font-size:58px
}
.f-60{
font-size:60px
}
.f-62{
font-size:62px
}
.f-64{
font-size:64px
}
.f-66{
font-size:66px
}
.f-68{
font-size:68px
}
.f-70{
font-size:70px
}
.f-72{
font-size:72px
}
.f-74{
font-size:74px
}
.f-76{
font-size:76px
}
.f-78{
font-size:78px
}
.f-80{
font-size:80px
}
.f-w-100{
font-weight:100
}
.f-w-300{
font-weight:300
}
.f-w-400{
font-weight:400
}
.f-w-600{
font-weight:600
}
.f-w-700{
font-weight:700
}
.f-w-900{
font-weight:600
}
.f-w-600{
font-weight:500
}
.f-s-normal{
font-style:normal
}
.f-s-italic{
font-style:italic
}
.f-s-oblique{
font-style:oblique
}
.f-s-initial{
font-style:initial
}
.f-s-inherit{
font-style:inherit
}
.text-center{
text-align:center
}
.text-left{
text-align:left
}
.text-right{
text-align:right
}
.text-capitalize{
text-transform:capitalize
}
.text-uppercase{
text-transform:uppercase
}
.text-lowercase{
text-transform:lowercase
}
.text-overline{
text-decoration:overline
}
.text-line-through{
text-decoration:line-through
}
.text-underline{
text-decoration:underline
}
.baseline{
vertical-align:baseline
}
.sub{
vertical-align:sub
}
.super{
vertical-align:super
}
.top{
vertical-align:top
}
.text-top{
vertical-align:text-top
}
.middle{
vertical-align:middle
}
.bottom{
vertical-align:bottom
}
.text-bottom{
vertical-align:text-bottom
}
.initial{
vertical-align:initial
}
.inherit{
vertical-align:inherit
}
.pos-static{
position:static
}
.pos-absolute{
position:absolute
}
.pos-fixed{
position:fixed
}
.pos-relative{
position:relative
}
.pos-initial{
position:initial
}
.pos-inherit{
position:inherit
}
.f-left{
float:left
}
.f-right{
float:right
}
.f-none{
float:none
}
.o-hidden{
overflow:hidden
}
.o-visible{
overflow:visible
}
.o-auto{
overflow:auto
}
.img-20{
width:20px
}
.img-30{
width:30px
}
.img-40{
width:40px
}
.img-50{
width:50px
}
.img-60{
width:60px
}
.img-70{
width:70px
}
.img-80{
width:80px
}
.img-90{
width:90px
}
.img-100{
width:100px
}
.text-primary{
color:#448aff!important
}
.text-warning{
color:#ffe100!important
}
.text-default{
color:#d6d6d6!important
}
.text-danger{
color:#ff5252!important
}
.text-success{
color:#11c15b!important
}
.text-inverse{
color:#37474f!important
}
.text-info{
color:#00bcd4!important
}
.text-custom{
color:#64b0f2!important
}
.text-pink{
color:#ff7aa3!important
}
.text-dark{
color:#2b3d51!important
}
.text-purple{
color:#9261c6!important
}
.text-muted{
color:#78909c!important
}
.label{
border-radius:2px;
color:#fff;
font-size:12px;
line-height:1;
margin-bottom:0;
text-transform:capitalize
}
.label-primary{
background:#448aff
}
.label-warning{
background:#ffe100
}
.label-default{
background:#d6d6d6
}
.label-danger{
background:#ff5252
}
.label-success{
background:#11c15b
}
.label-inverse{
background:#37474f
}
.label-info{
background:#00bcd4
}
.label-warning{
color:#fff
}
.badge-primary{
background:#448aff
}
.badge-warning{
background:#ffe100
}
.badge-default{
background:#d6d6d6
}
.badge-danger{
background:#ff5252
}
.badge-success{
background:#11c15b
}
.badge-inverse{
background:#37474f
}
.badge-info{
background:#00bcd4
}
.bg-color-box{
text-align:center;
display:inline-block;
padding:10px 20px;
-webkit-box-shadow:0 0 5px 0 rgba(128,128,128,.49);
box-shadow:0 0 5px 0 rgba(128,128,128,.49);
font-weight:600;
margin-right:20px;
margin-bottom:20px;
cursor:pointer
}
.bg-color-box span{
color:#fff
}
.bg-primary{
background-color:#448aff!important;
color:#fff
}
.bg-warning{
background-color:#ffe100!important;
color:#fff
}
.bg-default{
background-color:#d6d6d6!important;
color:#fff
}
.bg-danger{
background-color:#ff5252!important;
color:#fff
}
.bg-success{
background-color:#11c15b!important;
color:#fff
}
.bg-inverse{
background-color:#37474f!important;
color:#fff
}
.bg-info{
background-color:#00bcd4!important;
color:#fff
}
.color-primary{
background-color:#448aff
}
.color-warning{
background-color:#ffe100
}
.color-default{
background-color:#d6d6d6
}
.color-danger{
background-color:#ff5252
}
.color-success{
background-color:#11c15b
}
.color-inverse{
background-color:#37474f
}
.color-info{
background-color:#00bcd4
}
.nestable-primary{
background-color:#448aff!important;
border-color:#448aff;
color:#fff!important
}
.nestable-warning{
background-color:#ffe100!important;
border-color:#ffe100;
color:#fff!important
}
.nestable-default{
background-color:#d6d6d6!important;
border-color:#d6d6d6;
color:#fff!important
}
.nestable-danger{
background-color:#ff5252!important;
border-color:#ff5252;
color:#fff!important
}
.nestable-success{
background-color:#11c15b!important;
border-color:#11c15b;
color:#fff!important
}
.nestable-inverse{
background-color:#37474f!important;
border-color:#37474f;
color:#fff!important
}
.nestable-info{
background-color:#00bcd4!important;
border-color:#00bcd4;
color:#fff!important
}
table thead .border-bottom-primary th,table tbody .border-bottom-primary th,table tbody .border-bottom-primary td{
border-bottom:1px solid #448aff
}
table thead .border-bottom-warning th,table tbody .border-bottom-warning th,table tbody .border-bottom-warning td{
border-bottom:1px solid #ffe100
}
table thead .border-bottom-default th,table tbody .border-bottom-default th,table tbody .border-bottom-default td{
border-bottom:1px solid #d6d6d6
}
table thead .border-bottom-danger th,table tbody .border-bottom-danger th,table tbody .border-bottom-danger td{
border-bottom:1px solid #ff5252
}
table thead .border-bottom-success th,table tbody .border-bottom-success th,table tbody .border-bottom-success td{
border-bottom:1px solid #11c15b
}
table thead .border-bottom-inverse th,table tbody .border-bottom-inverse th,table tbody .border-bottom-inverse td{
border-bottom:1px solid #37474f
}
table thead .border-bottom-info th,table tbody .border-bottom-info th,table tbody .border-bottom-info td{
border-bottom:1px solid #00bcd4
}
.table-styling .table-primary,.table-styling.table-primary{
background-color:#448aff;
color:#fff;
border:3px solid #448aff
}
.table-styling .table-primary thead,.table-styling.table-primary thead{
background-color:#116aff;
border:3px solid #116aff
}
.table-styling .table-warning,.table-styling.table-warning{
background-color:#ffe100;
color:#fff;
border:3px solid #ffe100
}
.table-styling .table-warning thead,.table-styling.table-warning thead{
background-color:#ccb400;
border:3px solid #ccb400
}
.table-styling .table-default,.table-styling.table-default{
background-color:#d6d6d6;
color:#fff;
border:3px solid #d6d6d6
}
.table-styling .table-default thead,.table-styling.table-default thead{
background-color:#bdbdbd;
border:3px solid #bdbdbd
}
.table-styling .table-danger,.table-styling.table-danger{
background-color:#ff5252;
color:#fff;
border:3px solid #ff5252
}
.table-styling .table-danger thead,.table-styling.table-danger thead{
background-color:#ff1f1f;
border:3px solid #ff1f1f
}
.table-styling .table-success,.table-styling.table-success{
background-color:#11c15b;
color:#fff;
border:3px solid #11c15b
}
.table-styling .table-success thead,.table-styling.table-success thead{
background-color:#0d9245;
border:3px solid #0d9245
}
.table-styling .table-inverse,.table-styling.table-inverse{
background-color:#37474f;
color:#fff;
border:3px solid #37474f
}
.table-styling .table-inverse thead,.table-styling.table-inverse thead{
background-color:#222c31;
border:3px solid #222c31
}
.table-styling .table-info,.table-styling.table-info{
background-color:#00bcd4;
color:#fff;
border:3px solid #00bcd4
}
.table-styling .table-info thead,.table-styling.table-info thead{
background-color:#008fa1;
border:3px solid #008fa1
}
.card-border-primary{
border-top:4px solid #448aff
}
.card-border-warning{
border-top:4px solid #ffe100
}
.card-border-default{
border-top:4px solid #d6d6d6
}
.card-border-danger{
border-top:4px solid #ff5252
}
.card-border-success{
border-top:4px solid #11c15b
}
.card-border-inverse{
border-top:4px solid #37474f
}
.card-border-info{
border-top:4px solid #00bcd4
}
.panels-wells .panel-primary{
border-color:#448aff
}
.panels-wells .panel-warning{
border-color:#ffe100
}
.panels-wells .panel-default{
border-color:#d6d6d6
}
.panels-wells .panel-danger{
border-color:#ff5252
}
.panels-wells .panel-success{
border-color:#11c15b
}
.panels-wells .panel-inverse{
border-color:#37474f
}
.panels-wells .panel-info{
border-color:#00bcd4
}
.b-t-primary{
border-top:1px solid #448aff
}
.b-b-primary{
border-bottom:1px solid #448aff
}
.b-l-primary{
border-left:1px solid #448aff
}
.b-r-primary{
border-right:1px solid #448aff
}
.b-primary{
border:1px solid #448aff
}
.b-t-warning{
border-top:1px solid #ffe100
}
.b-b-warning{
border-bottom:1px solid #ffe100
}
.b-l-warning{
border-left:1px solid #ffe100
}
.b-r-warning{
border-right:1px solid #ffe100
}
.b-warning{
border:1px solid #ffe100
}
.b-t-default{
border-top:1px solid #d6d6d6
}
.b-b-default{
border-bottom:1px solid #d6d6d6
}
.b-l-default{
border-left:1px solid #d6d6d6
}
.b-r-default{
border-right:1px solid #d6d6d6
}
.b-default{
border:1px solid #d6d6d6
}
.b-t-danger{
border-top:1px solid #ff5252
}
.b-b-danger{
border-bottom:1px solid #ff5252
}
.b-l-danger{
border-left:1px solid #ff5252
}
.b-r-danger{
border-right:1px solid #ff5252
}
.b-danger{
border:1px solid #ff5252
}
.b-t-success{
border-top:1px solid #11c15b
}
.b-b-success{
border-bottom:1px solid #11c15b
}
.b-l-success{
border-left:1px solid #11c15b
}
.b-r-success{
border-right:1px solid #11c15b
}
.b-success{
border:1px solid #11c15b
}
.b-t-inverse{
border-top:1px solid #37474f
}
.b-b-inverse{
border-bottom:1px solid #37474f
}
.b-l-inverse{
border-left:1px solid #37474f
}
.b-r-inverse{
border-right:1px solid #37474f
}
.b-inverse{
border:1px solid #37474f
}
.b-t-info{
border-top:1px solid #00bcd4
}
.b-b-info{
border-bottom:1px solid #00bcd4
}
.b-l-info{
border-left:1px solid #00bcd4
}
.b-r-info{
border-right:1px solid #00bcd4
}
.b-info{
border:1px solid #00bcd4
}
.b-t-theme{
border-top:1px solid #d6d6d6
}
.b-b-theme{
border-bottom:1px solid #d6d6d6
}
.b-l-theme{
border-left:1px solid #d6d6d6
}
.b-r-theme{
border-right:1px solid #d6d6d6
}
.b-theme{
border:1px solid #d6d6d6
}
.bg-facebook{
background:#3b5997
}
.text-facebook{
color:#3b5997
}
.bg-twitter{
background:#42c0fb
}
.text-twitter{
color:#42c0fb
}
.bg-dribbble{
background:#ec4a89
}
.text-dribbble{
color:#ec4a89
}
.bg-pinterest{
background:#bf2131
}
.text-pinterest{
color:#bf2131
}
.bg-youtube{
background:#e0291d
}
.text-youtube{
color:#e0291d
}
.bg-googleplus{
background:#c73e2e
}
.text-googleplus{
color:#c73e2e
}
.bg-instagram{
background:#aa7c62
}
.text-instagram{
color:#aa7c62
}
.bg-viber{
background:#7b519d
}
.text-viber{
color:#7b519d
}
.bg-amazon{
background:#000
}
.text-amazon{
color:#000
}
.bg-behance{
background:#0057ff
}
.text-behance{
color:#0057ff
}
.bg-dropbox{
background:#3380ff
}
.text-dropbox{
color:#3380ff
}
.bg-c-blue{
background:#448aff
}
.text-c-blue{
color:#448aff
}
.bg-c-red{
background:#ff5252
}
.text-c-red{
color:#ff5252
}
.bg-c-green{
background:#11c15b
}
.bg-c-dark{
background:#000
}
.text-c-green{
color:#11c15b
}
.bg-c-yellow{
background:#ffe100
}
.text-c-yellow{
color:#ffe100
}
.bg-c-orenge{
background:#fe8a7d
}
.text-c-orenge{
color:#fe8a7d
}
.bg-c-lite-green{
background:#69cec6
}
.text-c-lite-green{
color:#69cec6
}
.bg-c-purple{
background:#536dfe
}
.text-c-purple{
color:#536dfe
}
.pcoded[nav-type=st1] .pcoded-item.pcoded-left-item>li:nth-child(1)>a>.pcoded-micon{
color:#448aff
}
.pcoded[nav-type=st1] .pcoded-item.pcoded-left-item>li:nth-child(2)>a>.pcoded-micon{
color:#5d4037
}
.pcoded[nav-type=st1] .pcoded-item.pcoded-left-item>li:nth-child(3)>a>.pcoded-micon{
color:#4caf50
}
.pcoded[nav-type=st1] .pcoded-item.pcoded-left-item>li:nth-child(4)>a>.pcoded-micon{
color:#d84315
}
.pcoded[nav-type=st1] .pcoded-item.pcoded-left-item>li:nth-child(5)>a>.pcoded-micon{
color:#4527a0
}
.pcoded[nav-type=st1] .pcoded-item.pcoded-left-item>li:nth-child(6)>a>.pcoded-micon{
color:#448aff
}
.pcoded[nav-type=st1] .pcoded-item.pcoded-left-item>li:nth-child(7)>a>.pcoded-micon{
color:#5d4037
}
.pcoded[nav-type=st1] .pcoded-item.pcoded-left-item>li:nth-child(8)>a>.pcoded-micon{
color:#4caf50
}
.pcoded[nav-type=st1] .pcoded-item.pcoded-left-item>li:nth-child(9)>a>.pcoded-micon{
color:#d84315
}
.pcoded[nav-type=st1] .pcoded-item.pcoded-left-item>li:nth-child(10)>a>.pcoded-micon{
color:#4527a0
}
.pcoded[nav-type=st2] .pcoded-item.pcoded-left-item>li>a>.pcoded-micon{
color:#37474f
}
.pcoded[nav-type=st1] .pcoded-item.pcoded-left-item>li>a>.pcoded-micon,.pcoded[nav-type=st2] .pcoded-item.pcoded-left-item>li>a>.pcoded-micon{
color:#37474f
}
.pcoded[nav-type=st1] .pcoded-item.pcoded-left-item>li>a>.pcoded-micon b,.pcoded[nav-type=st2] .pcoded-item.pcoded-left-item>li>a>.pcoded-micon b{
display:none
}
.main-menu{
float:left;
width:100%;
z-index:99;
height:100%!important
}
@media only screen and (max-width:992px){
.main-menu{
height:100%!important
}
}
.main-menu .main-menu-header{
padding:16px 0 17px;
background-image:url(../images/user-bg.jpg);
background-size:cover;
text-align:center;
position:relative
}
.main-menu .main-menu-header img{
position:relative;
width:60px
}
.img-radius{
border-radius:50%
}
.main-menu .main-menu-header .user-details{
display:block;
margin-top:10px;
position:relative
}
.main-menu .main-menu-header .user-details #more-details{
cursor:pointer
}
.main-menu .main-menu-header .user-details span{
color:#fff;
display:block;
font-size:14px;
text-transform:capitalize
}
.main-menu .main-menu-header .user-details span i{
font-size:10px;
margin-left:10px
}
.main-menu .main-menu-header:before{
content:"";
background:rgba(0,0,0,.2);
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
z-index:0
}
.main-menu .main-menu-content .more-details{
display:none
}
.main-menu .main-menu-content .more-details a{
padding:10px 25px;
display:block;
color:#000;
-webkit-transition:all ease-in .3s;
transition:all ease-in .3s
}
.main-menu .main-menu-content .more-details a:hover{
color:#448aff
}
.main-menu .main-menu-content .more-details a i{
margin-right:10px
}
.main-menu .main-menu-content .menu-search{
padding:20px 20px 10px
}
.main-menu .main-menu-content li{
position:relative
}
.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .main-menu-content,.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .main-menu-header{
display:none
}
.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .main-menu{
width:70px
}
.sidebar_toggle a{
margin:-5px;
line-height:1
}
.header-navbar{
min-height:56px;
padding:0
}
.header-navbar .navbar-wrapper .navbar-logo{
position:relative;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
float:left;
height:56px;
text-align:center;
text-transform:uppercase;
width:235px;
padding:10px
}
@media only screen and (max-width:992px){
.header-navbar .navbar-wrapper .navbar-logo{
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center
}
}
.header-navbar .navbar-wrapper .navbar-logo h5{
margin-bottom:0
}
.header-navbar .navbar-wrapper .navbar-logo .mobile-menu{
position:absolute;
right:0;
font-size:16px;
line-height:3.5;
width:40px
}
@media only screen and (max-width:768px){
.header-navbar .navbar-wrapper .navbar-logo .mobile-search{
display:none!important
}
}
.header-navbar .navbar-wrapper .navbar-logo .mobile-options,.header-navbar .navbar-wrapper .navbar-logo .mobile-search{
display:none
}
.header-navbar .navbar-wrapper .navbar-container .nav-left,.header-navbar .navbar-wrapper .navbar-container .nav-right{
float:left;
margin-bottom:0
}
.header-navbar .navbar-wrapper .navbar-container .nav-left li,.header-navbar .navbar-wrapper .navbar-container .nav-right li{
float:left;
line-height:3.5;
padding:0 10px;
position:relative
}
@media only screen and (max-width:575px){
.header-navbar .navbar-wrapper .navbar-container .nav-left li,.header-navbar .navbar-wrapper .navbar-container .nav-right li{
padding:0 5px
}
}
.header-navbar .navbar-wrapper .navbar-container .nav-left li .sidebar_toggle a,.header-navbar .navbar-wrapper .navbar-container .nav-right li .sidebar_toggle a{
display:none
}
.header-navbar .navbar-wrapper .navbar-container .nav-left li>a,.header-navbar .navbar-wrapper .navbar-container .nav-right li>a{
font-size:16px;
display:block
}
.header-navbar .navbar-wrapper .navbar-container .nav-left li>a>i.flag-icon,.header-navbar .navbar-wrapper .navbar-container .nav-right li>a>i.flag-icon{
border-radius:50%;
width:20px;
height:20px
}
.header-navbar .navbar-wrapper .navbar-container .nav-left a,.header-navbar .navbar-wrapper .navbar-container .nav-right a{
padding:0 .6rem
}
.header-navbar .navbar-wrapper .navbar-container .nav-left .mega-menu-top i,.header-navbar .navbar-wrapper .navbar-container .nav-right .mega-menu-top i{
font-size:10px;
margin-left:10px
}
.header-navbar .navbar-wrapper .navbar-container .nav-right{
float:right
}
.header-navbar .navbar-wrapper .navbar-container .nav-right .user-profile img{
margin-right:10px;
width:40px
}
.header-navbar .navbar-wrapper .navbar-container .nav-right .user-profile i{
font-size:10px;
margin-left:10px
}
.header-navbar .navbar-wrapper .navbar-container .nav-right>.header-notification:nth-child(2) .show-notification li:first-child:hover,.header-navbar .navbar-wrapper .navbar-container .nav-right>.header-notification:nth-child(2) .profile-notification li:first-child:hover{
background-color:#fff
}
.header-navbar .navbar-wrapper .navbar-container .header-notification{
-webkit-perspective:1000px;
perspective:1000px;
z-index:99;
position:relative
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification,.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification{
background:#fff;
-webkit-box-shadow:0 0 35px 0 rgba(0,0,0,.25);
box-shadow:0 0 35px 0 rgba(0,0,0,.25);
border-radius:5px;
opacity:1;
position:absolute;
right:0;
visibility:visible;
width:24rem;
display:none;
padding:15px 0;
-webkit-transform:translateY(20px);
transform:translateY(20px)
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification a,.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification a{
color:#455a64
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li,.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li{
border-top:1px solid #448aff,#ffe100,#d6d6d6,#ff5252,#11c15b,#37474f,#00bcd4;
line-height:initial;
padding:1em 20px;
width:100%;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:first-child,.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:first-child{
padding:10px 20px
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:first-child h6,.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:first-child h6{
display:inline-block;
font-size:14px;
font-weight:600;
margin-bottom:0
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:first-child label,.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:first-child label{
float:right
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li img,.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li img{
width:40px;
margin-right:10px;
-ms-flex-item-align:start!important;
align-self:flex-start!important
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:hover,.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:hover{
background-color:#f1f1f1
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification.row li:hover,.header-navbar .navbar-wrapper .navbar-container .header-notification .row.profile-notification li:hover{
background-color:transparent
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification .notification-user,.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification .notification-user{
font-size:15px;
font-weight:600;
margin-bottom:5px
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification .notification-msg,.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification .notification-msg{
margin-bottom:5px
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification .notification-time,.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification .notification-time{
font-size:12px;
color:#919aa3
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification{
width:17em
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification a{
font-size:15px;
padding-left:0
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification i{
font-size:15px;
margin-left:0;
margin-right:5px
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li{
border-top:none;
padding:.7em 20px
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:first-child{
padding:.7em 20px
}
.header-navbar .navbar-wrapper .navbar-container .header-notification.active:before{
content:"";
border:10px solid transparent;
border-left-color:#fff;
border-top-color:#fff;
position:absolute;
border-radius:5px;
bottom:-32px;
right:20px;
-webkit-box-shadow:-11px -11px 35px 0 rgba(0,0,0,.25);
box-shadow:-11px -11px 35px 0 rgba(0,0,0,.25);
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
z-index:9
}
.header-navbar .navbar-wrapper .navbar-container .badge{
border-radius:100px;
right:10px;
position:absolute;
top:14px;
padding:4px
}
.header-navbar .navbar-wrapper .header-search{
line-height:.8
}
.header-navbar .navbar-wrapper .header-search .main-search{
padding:13px 0;
display:block
}
.header-navbar .navbar-wrapper .header-search .main-search .input-group{
margin-bottom:0;
background-color:transparent;
border-radius:20px
}
.header-navbar .navbar-wrapper .header-search .main-search .input-group .form-control{
padding:.3rem .75rem;
width:0;
border:none;
background-color:transparent
}
.header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-append,.header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-prepend{
background-color:transparent;
border:none
}
.header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-append .input-group-text,.header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-prepend .input-group-text{
background-color:transparent;
color:#fff;
border:none
}
.header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-append.search-close,.header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-prepend.search-close{
display:none
}
.header-navbar .navbar-wrapper .header-search .main-search.open{
color:#000;
line-height:1
}
.header-navbar .navbar-wrapper .header-search .main-search.open .input-group{
background-color:#fff
}
.header-navbar .navbar-wrapper .header-search .main-search.open .input-group .form-control{
display:block
}
.header-navbar .navbar-wrapper .header-search .main-search.open .input-group .input-group-append .input-group-text,.header-navbar .navbar-wrapper .header-search .main-search.open .input-group .input-group-prepend .input-group-text{
color:#000
}
.header-navbar .navbar-wrapper .header-search .main-search.open .input-group .input-group-append.search-close,.header-navbar .navbar-wrapper .header-search .main-search.open .input-group .input-group-prepend.search-close{
display:-webkit-box;
display:-ms-flexbox;
display:flex
}
@-webkit-keyframes not-blink{
0%{
-webkit-transform:scale(1);
transform:scale(1);
opacity:1
}
100%{
-webkit-transform:scale(4);
transform:scale(4);
opacity:0
}
}
@keyframes not-blink{
0%{
-webkit-transform:scale(1);
transform:scale(1);
opacity:1
}
100%{
-webkit-transform:scale(4);
transform:scale(4);
opacity:0
}
}
.pcoded .pcoded-container{
position:relative;
background:#f3f3f3;
-webkit-box-shadow:0 1px 20px 0 rgba(69,90,100,.08);
box-shadow:0 1px 20px 0 rgba(69,90,100,.08)
}
.pcoded .pcoded-header{
position:relative;
display:block
}
.pcoded .pcoded-navbar{
display:block;
-webkit-box-shadow:1px 0 20px 0 rgba(69,90,100,.08);
box-shadow:1px 0 20px 0 rgba(69,90,100,.08)
}
.pcoded-main-container{
display:block;
position:relative;
background:#eff5f7;
min-height:calc(100vh - 56px)
}
.pcoded .pcoded-content{
position:relative;
display:block
}
.pcoded-inner-navbar{
display:block;
position:relative
}
.pcoded-inner-content{
padding:10px
}
.pcoded .pcoded-navbar .pcoded-item{
display:block;
list-style:none;
margin:0;
padding:0 0 20px;
position:relative
}
.pcoded .pcoded-navbar .pcoded-item:after{
content:"";
background-color:#e4e9eb;
width:80%;
height:1px;
position:absolute;
left:10%;
bottom:10px
}
.pcoded .pcoded-navbar .pcoded-item>li{
display:block;
list-style:outside none none;
margin:0;
padding:0;
position:relative
}
.pcoded .pcoded-navbar .pcoded-item>li>a{
display:block;
font-size:14px;
padding:0 15px;
text-decoration:none;
position:relative;
-webkit-transition:none;
transition:none
}
.pcoded .pcoded-navbar .pcoded-item>li>a.disabled{
opacity:.5;
cursor:not-allowed!important
}
.pcoded .pcoded-navbar .pcoded-item>li:hover>a,.pcoded .pcoded-navbar .pcoded-item>li.active>a{
-webkit-box-shadow:0 15px 8px -11px rgba(0,0,0,.25);
box-shadow:0 15px 8px -11px rgba(0,0,0,.25)
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu{
list-style:outside none none;
margin:0;
padding:0
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li{
display:block;
list-style:outside none none;
margin:0;
padding:0;
position:relative
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a{
display:block;
font-size:14px;
font-weight:400;
padding:0 15px;
text-decoration:none;
position:relative;
-webkit-transition:all 0s linear;
transition:all 0s linear
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a>.pcoded-mtext{
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a>.pcoded-mtext:before{
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a .pcoded-micon{
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out;
font-size:10px;
padding-right:5px
}
.pcoded .pcoded-navbar .pcoded-item>li>a>.pcoded-micon{
font-size:14px;
padding:4px;
color:#fff;
border-radius:4px;
width:30px;
display:-webkit-inline-box;
display:-ms-inline-flexbox;
display:inline-flex;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
height:30px;
text-align:center
}
.pcoded .pcoded-navbar .pcoded-item>li>a>.pcoded-micon b{
margin:0 2px;
font-size:12px;
line-height:1;
font-weight:600
}
.pcoded-inner-navbar{
height:100%
}
.pcoded[theme-layout=vertical] .pcoded-header{
width:100%;
-webkit-box-shadow:0 1px 2.94px .06px rgba(4,26,55,.16);
box-shadow:0 1px 2.94px .06px rgba(4,26,55,.16);
z-index:1029
}
.pcoded[theme-layout=vertical][vertical-nav-type=offcanvas] .pcoded-navbar{
opacity:0
}
.pcoded[theme-layout=vertical] .pcoded-header .sidebar_toggle a{
border-radius:4px;
float:left;
font-size:18px;
height:35px;
margin-right:5px;
position:relative;
text-align:center;
top:7px;
width:40px;
border-width:0;
border-style:solid
}
.pcoded[theme-layout=vertical] .pcoded-header .sidebar_toggle a i{
position:relative;
top:-7px
}
.pcoded[theme-layout=vertical] .pcoded-header .sidebar_toggle a:hover{
text-decoration:none
}
.sidebar_toggle a:focus{
text-decoration:none
}
.pcoded[theme-layout=vertical] .pcoded-right-header .pcoded-badge{
background-color:#777;
border-radius:10px;
color:#fff;
font-size:10px;
font-weight:700;
line-height:1;
min-height:17px;
min-width:10px;
opacity:1;
padding:4px 7px;
position:absolute;
right:-4px;
text-align:center;
top:9px;
-webkit-transition:opacity .3s linear 0s;
transition:opacity .3s linear 0s;
vertical-align:middle;
visibility:visible;
white-space:nowrap
}
.pcoded[theme-layout=vertical] .pcoded-navbar{
z-index:1027;
height:calc(100% - 56px)
}
.pcoded[theme-layout=vertical] .pcoded-navbar[pcoded-navbar-position=absolute]{
height:100%
}
.pcoded[theme-layout=vertical] .pcoded-navbar[pcoded-navbar-position=fixed]{
top:56px
}
.pcoded[theme-layout=vertical] .pcoded-content{
position:relative;
display:block
}
.pcoded[theme-layout=vertical] .pcoded-container{
overflow:hidden;
position:relative;
margin:0 auto
}
.pcoded[theme-layout=vertical].pcoded-wrapper,.pcoded[theme-layout=vertical] .pcoded-main-container{
position:relative;
margin:0 auto
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item>li>a{
text-align:left;
padding:5px 10px;
margin:5px 10px;
border-radius:2px
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu{
position:relative;
width:100%
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a{
text-align:left;
padding:8.7px 10px
}
.pcoded[theme-layout=vertical][vertical-nav-type=expanded] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a{
padding-left:15px
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu{
width:80%;
list-style:outside none none;
margin:15px auto
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu{
display:none
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item .pcoded-hasmenu.pcoded-trigger.active>.pcoded-submenu{
display:block
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[item-border=true][item-border-style=dashed] li>a{
border-bottom-style:dashed
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[item-border=true][item-border-style=dotted] li>a{
border-bottom-style:dotted
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[item-border=true][item-border-style=solid] li>a{
border-bottom-style:none
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[item-border=true][item-border-style=none] li>a{
border:none
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[item-border=false]>li>a{
border-bottom-width:0
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[item-border=true]>li>a{
border-bottom-width:1px
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[subitem-border=false] .pcoded-hasmenu .pcoded-submenu li>a{
border-bottom-width:0
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[subitem-border=true] .pcoded-hasmenu .pcoded-submenu li>a{
border-bottom-width:1px
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[subitem-border=true] .pcoded-hasmenu .pcoded-submenu li:last-child>a{
border-bottom-width:0
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item li.pcoded-hasmenu>a:after{
float:right;
font-style:normal;
margin-left:3px;
font-size:10px;
position:absolute;
right:15px;
top:3px;
font-family:themify;
padding-top:12px;
-webkit-transition:opacity .3s linear;
transition:opacity .3s linear
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.pcoded-hasmenu>a:after{
top:0
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item li.pcoded-hasmenu[dropdown-icon=style1]>a:after{
content:"\e649"
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item li.pcoded-hasmenu.pcoded-trigger[dropdown-icon=style1]>a:after{
content:"\e64b"
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item li.pcoded-hasmenu[dropdown-icon=style2]>a:after{
content:"\e661"
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item li.pcoded-hasmenu.pcoded-trigger[dropdown-icon=style2]>a:after{
content:"\e663"
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item li.pcoded-hasmenu[dropdown-icon=style3]>a:after{
content:'\e61a'
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item li.pcoded-hasmenu.pcoded-trigger[dropdown-icon=style3]>a:after{
content:'\e622'
}
.pcoded[theme-layout=vertical] .pcoded-navbar[pcoded-navbar-position=relative]{
position:relative
}
.pcoded[theme-layout=vertical] .pcoded-navbar[pcoded-navbar-position=fixed]{
position:fixed
}
.pcoded[theme-layout=vertical] .pcoded-navbar[pcoded-navbar-position=absolute]{
position:absolute
}
.pcoded[theme-layout=vertical] .pcoded-header[pcoded-header-position=relative]{
position:relative
}
.pcoded[theme-layout=vertical] .pcoded-header[pcoded-header-position=fixed]{
position:fixed;
z-index:1028
}
.pcoded[theme-layout=vertical] .pcoded-header[pcoded-header-position=absolute]{
position:absolute
}
.pcoded[theme-layout=vertical][vertical-layout=wide] .pcoded-container{
width:100%;
margin:0 auto
}
.pcoded[theme-layout=vertical][pcoded-device-type=desktop][vertical-layout=box] .pcoded-container{
max-width:1200px;
width:100%;
margin:0 auto
}
.pcoded[theme-layout=vertical][pcoded-device-type=desktop][vertical-layout=box] .pcoded-container .pcoded-header{
max-width:1200px
}
.pcoded[theme-layout=vertical][pcoded-device-type=tablet][vertical-layout=box] .pcoded-container{
max-width:900px;
width:100%;
margin:0 auto
}
.pcoded[theme-layout=vertical][pcoded-device-type=phone][vertical-layout=box] .pcoded-container{
max-width:100%;
width:100%;
margin:0 auto
}
.pcoded .pcoded-overlay-box{
background:#000 none repeat scroll 0 0;
bottom:0;
height:100%;
position:fixed;
top:0;
width:100%;
z-index:-1;
opacity:0;
visibility:hidden;
-webkit-transition:opacity .3s linear;
transition:opacity .3s linear;
overflow:hidden
}
.pcoded[vertical-nav-type=compact][vertical-effect=overlay] .pcoded-overlay-box,.pcoded[vertical-nav-type=expanded][vertical-effect=overlay] .pcoded-overlay-box{
visibility:visible;
z-index:1026;
opacity:.3;
-webkit-transition:opacity .3s linear;
transition:opacity .3s linear;
overflow:hidden
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a .pcoded-micon{
display:none;
font-size:10px;
padding-right:5px
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a .pcoded-mtext:before{
font-style:normal;
padding-right:4px;
font-size:10px;
position:relative;
left:0;
top:0;
opacity:1;
visibility:visible
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon=style1] .pcoded-submenu li>a .pcoded-mtext:before{
content:"\f105";
font-family:FontAwesome;
padding-right:5px;
font-size:12px
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon=style2] .pcoded-submenu li>a .pcoded-mtext:before{
content:"\f22d";
font-family:FontAwesome;
padding-right:5px;
font-size:12px
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon=style3] .pcoded-submenu li>a .pcoded-mtext:before{
content:"\f00c";
font-family:FontAwesome
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon=style4] .pcoded-submenu li>a .pcoded-mtext:before{
content:"\f124";
font-family:FontAwesome;
padding-right:10px;
font-size:12px
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon=style5] .pcoded-submenu li>a .pcoded-mtext:before{
content:"\f0da";
font-family:FontAwesome;
padding-right:10px;
font-size:12px
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon=style6] .pcoded-submenu li>a .pcoded-mtext:before{
content:"\f0c1";
font-family:FontAwesome;
padding-right:10px;
font-size:13px
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item>li:hover>a:before{
border-left-style:solid;
border-left-width:5px;
content:" ";
height:100%;
left:0;
position:absolute;
top:0
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover>a:before{
border-left-style:solid;
border-left-width:5px;
content:" ";
height:100%;
left:0;
position:absolute;
top:0
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item>li.active>a:before{
border-left-style:solid;
border-left-width:5px;
content:" ";
height:100%;
left:0;
position:absolute;
top:0
} | public/css_custom/pos_custom.css | body{
background-color:#f3f3f3;
font-size:.875em;
overflow-x:hidden;
color:#455a64;
font-family:open sans,sans-serif;
background-attachment:fixed;
background-image:linear-gradient(rgba(255,255,255,0.2) 180px,rgba(255,255,255,0.9) 0%)
}
ul{
padding-left:0;
list-style-type:none;
margin-bottom:0
}
*:focus{
outline:none
}
a{
font-size:13px;
color:#37474f;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
@media only screen and (min-width:1400px){
a{
font-size:14px
}
}
a:focus,a:hover{
text-decoration:none;
color:#448aff
}
h1,h2,h3,h4,h5,h6{
font-weight:600
}
h1{
font-size:40px
}
h2{
font-size:32px
}
h3{
font-size:28px
}
h4{
font-size:22px
}
h5{
font-size:20px
}
h6{
font-size:14px
}
p{
font-size:13px
}
b,strong{
font-weight:500
}
code{
padding:0 3px;
border-radius:3px
}
.media-left{
padding-right:20px
}
.main-body .page-wrapper{
padding:1.8rem;
-webkit-transition:all ease-in .3s;
transition:all ease-in .3s
}
.login .container-fluid{
width:auto;
margin-top:80px
}
.filter-bar .navbar .navbar-nav .dropdown-menu{
position:absolute
}
.wrapper{
padding:0
}
.card{
border-radius:5px;
-webkit-box-shadow:0 1px 20px 0 rgba(69,90,100,.08);
box-shadow:0 1px 20px 0 rgba(69,90,100,.08);
border:none;
margin-bottom:30px;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.card .card-footer{
border-top:none;
padding:15px 20px;
border-radius:0 0 5px 5px
}
.card .card-header{
background-color:transparent;
border-bottom:none;
padding:20px;
position:relative;
-webkit-box-shadow:0 1px 20px 0 rgba(69,90,100,.08);
box-shadow:0 1px 20px 0 rgba(69,90,100,.08)
}
.card .card-header .card-header-left{
display:inline-block
}
.card .card-header .card-header-right{
right:10px;
top:13px;
display:inline-block;
float:right;
padding:7px 0;
position:absolute
}
@media only screen and (max-width:575px){
.card .card-header .card-header-right{
display:none
}
}
.card .card-header .card-header-right i{
margin:0 7px;
cursor:pointer;
font-size:12px;
color:#8c8c8c;
line-height:2
}
.card .card-header .card-header-right .card-option{
width:35px;
height:20px;
overflow:hidden;
-webkit-transition:.3s ease-in-out;
transition:.3s ease-in-out
}
.card .card-header .card-header-right .card-option li{
display:inline-block
}
.card .card-header span{
display:block;
font-size:13px;
margin-top:5px
}
.card .card-header h5{
margin-bottom:0;
color:#37474f;
font-size:15px;
font-weight:600;
display:inline-block;
margin-right:10px;
line-height:1.4;
position:relative
}
.card .card-header h5:after{
content:"";
background-color:#448aff;
position:absolute;
left:-20px;
top:0;
width:4px;
height:20px
}
.card .card-block{
padding:20px
}
.card .card-block table tr{
padding-bottom:20px
}
.card .card-block .sub-title{
font-size:14px;
font-weight:500;
letter-spacing:1px
}
.card .card-block code{
background-color:#eee;
margin:5px;
display:inline-block
}
.card .card-block .dropdown-menu{
top:38px
}
.card .card-block p{
line-height:1.4
}
.card .card-block a.dropdown-item{
margin-bottom:0;
font-size:14px;
-webkit-transition:.25s;
transition:.25s
}
.card .card-block a.dropdown-item:active,.card .card-block a.dropdown-item .active{
background-color:#448aff
}
.card .card-block.remove-label i{
margin:0;
padding:0
}
.card .card-block.button-list span.badge{
margin-left:5px
}
.card .card-block .dropdown-menu{
background-color:#fff;
padding:0
}
.card .card-block .dropdown-menu .dropdown-divider{
background-color:#ddd;
margin:3px 0
}
.card .card-block .dropdown-menu>a{
padding:10px 16px;
line-height:1.429
}
.card .card-block .dropdown-menu>li>a:focus,.card .card-block .dropdown-menu>li>a:hover{
background-color:rgba(202,206,209,.5)
}
.card .card-block .dropdown-menu>li:first-child>a:first-child{
border-top-right-radius:4px;
border-top-left-radius:4px
}
.card .card-block .badge-box{
padding:10px;
margin:12px 0
}
.card .card-block-big{
padding:35px
}
.card .card-block-small{
padding:15px
}
.card-footer{
background:0 0
}
.pcoded .card.full-card{
position:fixed;
top:calc(56px + 15px);
z-index:99999;
-webkit-box-shadow:0 0 35px 0 rgba(0,0,0,.44);
box-shadow:0 0 35px 0 rgba(0,0,0,.44);
left:15px;
border-radius:5px;
width:calc(100vw - 50px);
height:calc(100vh - 86px);
-webkit-transition:all 5s ease-in-out;
transition:all 5s ease-in-out
}
.pcoded .card.full-card.card-load{
position:fixed
}
.pcoded .card.card-load{
position:relative;
overflow:hidden
}
.pcoded .card.card-load .card-loader{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
background-color:rgba(255,255,255,.7);
z-index:999
}
.pcoded .card.card-load .card-loader i{
margin:0 auto;
color:#448aff;
font-size:20px
}
.card-header-text{
margin-bottom:0;
font-size:1rem;
color:rgba(51,51,51,.85);
font-weight:500;
display:inline-block;
vertical-align:middle
}
.icofont-rounded-down{
display:inline-block;
-webkit-transition:all ease-in .3s;
transition:all ease-in .3s
}
.icon-up{
-webkit-transform:rotate(180deg);
transform:rotate(180deg)
}
.rotate-refresh{
-webkit-animation:mymove .8s infinite linear;
animation:mymove .8s infinite linear;
display:inline-block
}
@-webkit-keyframes mymove{
0%{
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100%{
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes mymove{
0%{
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100%{
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.page-header{
background-image:url(../img/breadcrumb-bg.jpg);
background-size:cover;
background-position:bottom left;
position:relative;
border-radius:0;
color:#fff
}
.page-header:before{
content:"";
background-color:rgba(0,0,0,.5);
width:100%;
height:100%;
position:absolute;
top:0;
left:0
}
.page-header .page-block{
padding:35px 40px
}
.page-header .page-block .breadcrumb{
float:right;
background:0 0;
margin-bottom:0;
padding:0
}
.page-header .page-block .breadcrumb a{
font-size:14px;
color:#fff
}
.page-header .page-block .breadcrumb .breadcrumb-item+.breadcrumb-item::before{
content:"\f105";
font-family:FontAwesome;
padding-right:5px;
font-size:12px;
color:#fff
}
@media only screen and (max-width:768px){
.page-header .page-block .breadcrumb{
float:left;
margin-top:10px
}
}
.sub-title{
border-bottom:1px solid rgba(204,204,204,.35);
padding-bottom:10px;
margin-bottom:20px;
font-size:14px;
font-weight:400;
color:#2c3e50
}
.blockquote{
border-left:.25rem solid #eceeef;
padding:.5rem 1rem
}
.blockquote.blockquote-reverse{
text-align:right;
padding-right:1rem;
border-right:.25rem solid #eceeef;
border-left:none
}
.typography h1,.typography h2,.typography h3,.typography h4,.typography h5,.typography h6{
margin:0 0 20px
}
.typography small{
margin-left:10px;
font-weight:500;
color:#777
}
.card-block.list-tag ul li{
display:block;
float:none;
margin-bottom:5px
}
.card-block.list-tag ol li{
margin-bottom:5px
}
.inline-order-list{
margin-top:50px
}
.inline-order-list h4,.inline-order-list p{
margin-bottom:0
}
.card-block ul li.list-inline-item{
display:inline-block;
float:left
}
.modal{
z-index:1050
}
.modal .modal-dialog{
pointer-events:all
}
.bd-example .modal{
display:block;
position:inherit;
background-color:#2c3e50;
margin-bottom:20px
}
.card .overflow-container h5{
margin-bottom:5px
}
.button-page .card-block a.nav-link{
margin-bottom:0
}
.sweet-alert button.confirm{
background-color:#448aff!important
}
.sweet-alert .sa-input-error{
top:23px
}
.location-selector{
width:100%;
height:250px;
background-color:#fff;
border:2px dashed #e5e9ec;
position:relative;
margin-bottom:20px
}
.location-selector .bit{
background-color:#e5e9ec;
cursor:pointer;
position:absolute
}
.location-selector .bit:hover{
background-color:#ddd
}
.location-selector .bit.bottom,.location-selector .bit.top{
height:25%;
width:40%;
margin:0 30%
}
.location-selector .bit.top{
top:0
}
.location-selector .bit.bottom{
bottom:0
}
.location-selector .bit.left,.location-selector .bit.right{
height:20%;
width:20%;
margin-left:0;
margin-right:0
}
.location-selector .bit.right{
right:0
}
.location-selector .bit.left{
left:0
}
button.close{
margin-top:7px;
margin-bottom:0
}
.accordion-msg{
display:block;
color:#222;
padding:14px 20px;
border-top:1px solid #ddd;
font-weight:500;
cursor:pointer
}
.accordion-msg:focus,.accordion-msg:hover{
text-decoration:none;
outline:none
}
.faq-accordion .accordion-desc{
padding:20px
}
.accordion-desc{
color:#222;
padding:0 20px 20px
}
#color-accordion .accordion-desc{
margin-top:14px
}
.ui-accordion-header-icon{
float:right;
font-size:20px
}
.accordion-title{
margin-bottom:0
}
.accordion-block{
padding:0
}
.accordion-block p{
margin-bottom:0
}
.color-accordion-block a.ui-state-active,.color-accordion-block a:focus,.color-accordion-block a:hover{
color:#fff;
background:#4680ff
}
a.bg-default:focus,a.bg-default:hover{
background-color:#f0f0f0!important;
color:#fff
}
a.bg-primary:focus,a.bg-primary:hover{
background-color:#7af!important;
color:#fff
}
a.bg-success:focus,a.bg-success:hover{
background-color:#1aeb72!important;
color:#fff
}
a.bg-info:focus,a.bg-info:hover{
background-color:#08e3ff!important;
color:#fff
}
a.bg-warning:focus,a.bg-warning:hover{
background-color:#ffe733!important;
color:#fff
}
a.bg-danger:focus,a.bg-danger:hover{
background-color:#ff8585!important;
color:#fff
}
.tab-list p{
padding:10px
}
.tab-with-img i{
position:absolute;
padding:5px
}
.tab-icon{
margin-bottom:30px
}
.tab-icon i{
padding-right:10px
}
.tab-below{
border-top:1px solid #ddd;
border-bottom:none
}
.tab-below.nav-tabs .nav-link.active{
border-color:transparent #ddd #ddd #ddd
}
.tab-below .nav-item{
margin-top:-2px
}
.tab-below.nav-tabs .nav-link{
border-bottom-right-radius:.25rem;
border-bottom-left-radius:.25rem;
border-top-right-radius:0;
border-top-left-radius:0
}
.card-header~.tab-icon .tab-with-img .sub-title i{
right:10px
}
.tab-with-img .nav-link{
position:relative
}
.tabs-left,.tabs-right{
min-width:120px;
vertical-align:top;
width:150px
}
.tabs-left,.tabs-left-content,.tabs-right,.tabs-right-content{
display:table-cell
}
.nav-tabs.tabs-left .slide{
height:35px;
width:4px;
bottom:15px
}
.nav-tabs.tabs-right .slide{
height:35px;
width:4px;
bottom:15px;
right:0
}
.product-edit .md-tabs .nav-item a{
padding:0 0 10px!important;
color:#37474f
}
.product-edit .md-tabs .nav-item a .f-20{
display:inline-block;
margin-right:10px
}
.md-tabs.tabs-left .nav-item,.md-tabs.tabs-right .nav-item,.tabs-left .nav-item,.tabs-right .nav-item{
width:100%;
position:relative
}
.md-tabs{
position:relative
}
.md-tabs .nav-item+.nav-item{
margin:0
}
.md-tabs .nav-link{
border:none;
color:#37474f
}
.md-tabs .nav-item{
-webkit-box-flex:1;
-ms-flex:1;
flex:1;
text-align:center;
position:relative
}
.md-tabs .nav-link:focus,.md-tabs .nav-link:hover{
border:none
}
.md-tabs .nav-item .nav-link.active~.slide{
opacity:1;
-webkit-transition:all .3s ease-out;
transition:all .3s ease-out
}
.md-tabs .nav-item .nav-link~.slide{
opacity:0;
-webkit-transition:all .3s ease-out;
transition:all .3s ease-out
}
.md-tabs .nav-item.open .nav-link,.md-tabs .nav-item.open .nav-link:focus,.md-tabs .nav-item.open .nav-link:hover,.md-tabs .nav-link.active,.md-tabs .nav-link.active:focus,.md-tabs .nav-link.active:hover{
color:#448aff;
border:none;
background-color:transparent;
border-radius:0
}
.md-tabs .nav-item a{
padding:20px 0!important;
color:#37474f
}
.nav-tabs .slide{
background:#448aff;
width:100%;
height:4px;
position:absolute;
-webkit-transition:left .3s ease-out;
transition:left .3s ease-out;
bottom:0
}
.nav-tabs .slide .nav-item.show .nav-link,.nav-tabs .slide .nav-link{
color:#448aff
}
.img-tabs img{
width:100px;
margin:0 auto
}
.img-tabs a{
opacity:.5;
-webkit-transition:all ease-in-out .3s;
transition:all ease-in-out .3s
}
.img-tabs a span i{
height:25px;
width:25px;
border-radius:100%;
bottom:10px;
right:70px
}
.img-tabs a img{
border:3px solid
}
.img-tabs a.active{
opacity:1;
-webkit-transition:all ease-in-out .3s;
transition:all ease-in-out .3s
}
.img-tabs .nav-item:first-child{
border-bottom:none
}
#pc-left-panel-menu{
margin-bottom:20px
}
.h-active a{
color:#1b8bf9!important;
font-weight:500
}
.img-circle{
border-radius:50%
}
.b-none{
border:none!important
}
.table-primary,.table-primary>td,.table-primary>th{
background-color:#4680fe
}
.table-responsive{
display:inline-block;
width:100%;
overflow-x:auto
}
.table.table-xl td,.table.table-xl th{
padding:1.25rem 2rem
}
.table.table-lg td,.table.table-lg th{
padding:.9rem 2rem
}
.table.table-de td,.table.table-de th{
padding:.75rem 2rem
}
.table.table-sm td,.table.table-sm th{
padding:.6rem 2rem
}
.table.table-xs td,.table.table-xs th{
padding:.4rem 2rem
}
.table-columned>tbody>tr>td:first-child,.table-columned>tbody>tr>th:first-child{
border-left:0
}
.table-columned>tfoot>tr>td:first-child,.table-columned>tfoot>tr>th:first-child{
border-left:0
}
.table-columned>tbody>tr>td,.table-columned>tbody>tr>th{
border:0;
border-left:1px solid #ddd
}
.table-columned>tfoot>tr>td,.table-columned>tfoot>tr>th{
border:0;
border-left:1px solid #ddd
}
.table-border-style{
padding:0
}
.table-border-style .table{
margin-bottom:0
}
.table>thead>tr>th{
border-bottom-color:#ccc
}
.table-borderless tbody tr td,.table-borderless tbody tr th{
border:0
}
.table-bordered>thead>tr.border-solid>td,.table-bordered>thead>tr.border-solid>th{
border-bottom-width:2px
}
.table-bordered>thead>tr.border-solid:first-child>td,.table-bordered>thead>tr.border-solid:first-child th{
border-bottom-width:2px
}
.table-bordered>thead>tr.border-double>td,.table-bordered>thead>tr.border-double>th{
border-bottom-width:3px;
border-bottom-style:double
}
.table-bordered>thead>tr.border-double:first-child>td,.table-bordered>thead>tr.border-double:first-child th{
border-bottom-width:3px;
border-bottom-style:double
}
.card-header-img~.btn-group i{
margin-right:0
}
.card.business-info{
border-top:none;
border-left-width:2px!important;
-webkit-box-shadow:0 0 1px 2px rgba(0,0,0,.05),0 -2px 1px -2px rgba(0,0,0,.04),0 0 0 -1px rgba(0,0,0,.05);
box-shadow:0 0 1px 2px rgba(0,0,0,.05),0 -2px 1px -2px rgba(0,0,0,.04),0 0 0 -1px rgba(0,0,0,.05);
-webkit-transition:all 150ms linear;
transition:all 150ms linear
}
.card.business-info:hover{
-webkit-box-shadow:0 0 25px -5px #9e9c9e;
box-shadow:0 0 25px -5px #9e9c9e
}
.top-cap-text p{
padding:10px 0;
margin-bottom:0
}
.user-content{
text-align:center;
margin-top:20px
}
.user-content h4{
font-size:16px;
font-weight:500
}
.user-content h5{
font-size:14px
}
.img-overlay{
bottom:0;
color:#fff;
height:100%;
width:100%;
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out;
position:absolute;
-webkit-transform:scale(0);
transform:scale(0);
margin:0 auto
}
.img-overlay span{
position:absolute;
top:50%;
left:50%;
width:100px;
text-align:center;
-webkit-transform:translate(-50%,-50%);
transform:translate(-50%,-50%)
}
.img-overlay span .btn{
display:inline-block
}
.img-overlay span .btn i{
margin-right:0
}
.img-hover-main{
padding:0 40px
}
.img-hover{
position:relative;
margin:0 auto
}
.img-hover:hover .img-overlay{
left:0;
right:0;
top:0;
bottom:0;
-webkit-transform:scale(1);
transform:scale(1);
margin:0 auto;
background-color:rgba(0,0,0,.7);
z-index:2;
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}
.card-header-img img{
margin:0 auto;
display:block
}
.card-header-img h4{
margin-top:30px;
font-size:20px;
font-weight:500;
text-align:center
}
.card-header-img h5,.card-header-img h6{
margin-top:15px;
font-size:15px;
color:#222;
font-weight:500;
text-align:center
}
.simple-cards .btn-group{
margin:20px auto 0
}
.simple-cards .btn-group button{
margin:0
}
.simple-cards .user-card{
padding:20px 0;
text-align:center
}
.simple-cards .user-card .label-icon{
margin-top:15px
}
.simple-cards .user-card .label-icon i{
font-size:20px
}
.simple-cards .user-card .label-icon .badge-top-right{
margin-left:3px;
top:-8px
}
.card-icon{
display:block;
margin-bottom:5px
}
.btn-outline-primary{
border-color:#448aff;
font-weight:500;
padding:10px 16px;
font-size:15px
}
.btn-outline-primary:hover{
background-color:#448aff;
border-color:#448aff
}
.simple-cards p{
margin:20px;
font-size:15px
}
.user-profile #edit-btn,.user-profile #edit-info-btn{
margin-bottom:0
}
.card-block ul.list-contacts,.card-block.groups-contact ul{
display:block;
float:none
}
.card-block ul.list-contacts li,.card-block.groups-contact ul li{
display:block;
float:none
}
ul.list-contacts .list-group-item a{
color:#292b2c
}
ul.list-contacts .list-group-item.active a{
color:#fff
}
.pagination li{
display:inline-block
}
.card-block.groups-contact{
margin-bottom:0
}
.card-block .connection-list{
margin-bottom:20px
}
.table button{
margin-bottom:0
}
#crm-contact .img-circle,img.comment-img{
width:40px;
height:40px
}
.page-link{
color:#448aff
}
.page-item.active .page-link{
background-color:#448aff;
border-color:#448aff
}
#main{
margin-bottom:20px
}
#sessionTimeout-dialog .close{
display:none
}
.pull-0{
right:auto
}
.pull-1{
right:8.333333%
}
.pull-2{
right:16.666667%
}
.pull-3{
right:25%
}
.pull-4{
right:33.333333%
}
.pull-5{
right:41.666667%
}
.pull-6{
right:50%
}
.pull-7{
right:58.333333%
}
.pull-8{
right:66.666667%
}
.pull-9{
right:75%
}
.pull-10{
right:83.333333%
}
.pull-11{
right:91.666667%
}
.pull-12{
right:100%
}
.push-0{
left:auto
}
.push-1{
left:8.333333%
}
.push-2{
left:16.666667%
}
.push-3{
left:25%
}
.push-4{
left:33.333333%
}
.push-5{
left:41.666667%
}
.push-6{
left:50%
}
.push-7{
left:58.333333%
}
.push-8{
left:66.666667%
}
.push-9{
left:75%
}
.push-10{
left:83.333333%
}
.push-11{
left:91.666667%
}
.push-12{
left:100%
}
.offset-1{
margin-left:8.333333%
}
.offset-2{
margin-left:16.666667%
}
.offset-3{
margin-left:25%
}
.offset-4{
margin-left:33.333333%
}
.offset-5{
margin-left:41.666667%
}
.offset-6{
margin-left:50%
}
.offset-7{
margin-left:58.333333%
}
.offset-8{
margin-left:66.666667%
}
.offset-9{
margin-left:75%
}
.offset-10{
margin-left:83.333333%
}
.offset-11{
margin-left:91.666667%
}
@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
}
.col-sm-1{
-webkit-box-flex:0;
-ms-flex:0 0 8.333333%;
flex:0 0 8.333333%;
max-width:8.333333%
}
.col-sm-2{
-webkit-box-flex:0;
-ms-flex:0 0 16.666667%;
flex:0 0 16.666667%;
max-width:16.666667%
}
.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.333333%;
flex:0 0 33.333333%;
max-width:33.333333%
}
.col-sm-5{
-webkit-box-flex:0;
-ms-flex:0 0 41.666667%;
flex:0 0 41.666667%;
max-width:41.666667%
}
.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.333333%;
flex:0 0 58.333333%;
max-width:58.333333%
}
.col-sm-8{
-webkit-box-flex:0;
-ms-flex:0 0 66.666667%;
flex:0 0 66.666667%;
max-width:66.666667%
}
.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.333333%;
flex:0 0 83.333333%;
max-width:83.333333%
}
.col-sm-11{
-webkit-box-flex:0;
-ms-flex:0 0 91.666667%;
flex:0 0 91.666667%;
max-width:91.666667%
}
.col-sm-12{
-webkit-box-flex:0;
-ms-flex:0 0 100%;
flex:0 0 100%;
max-width:100%
}
.pull-sm-0{
right:auto
}
.pull-sm-1{
right:8.333333%
}
.pull-sm-2{
right:16.666667%
}
.pull-sm-3{
right:25%
}
.pull-sm-4{
right:33.333333%
}
.pull-sm-5{
right:41.666667%
}
.pull-sm-6{
right:50%
}
.pull-sm-7{
right:58.333333%
}
.pull-sm-8{
right:66.666667%
}
.pull-sm-9{
right:75%
}
.pull-sm-10{
right:83.333333%
}
.pull-sm-11{
right:91.666667%
}
.pull-sm-12{
right:100%
}
.push-sm-0{
left:auto
}
.push-sm-1{
left:8.333333%
}
.push-sm-2{
left:16.666667%
}
.push-sm-3{
left:25%
}
.push-sm-4{
left:33.333333%
}
.push-sm-5{
left:41.666667%
}
.push-sm-6{
left:50%
}
.push-sm-7{
left:58.333333%
}
.push-sm-8{
left:66.666667%
}
.push-sm-9{
left:75%
}
.push-sm-10{
left:83.333333%
}
.push-sm-11{
left:91.666667%
}
.push-sm-12{
left:100%
}
.offset-sm-0{
margin-left:0
}
.offset-sm-1{
margin-left:8.333333%
}
.offset-sm-2{
margin-left:16.666667%
}
.offset-sm-3{
margin-left:25%
}
.offset-sm-4{
margin-left:33.333333%
}
.offset-sm-5{
margin-left:41.666667%
}
.offset-sm-6{
margin-left:50%
}
.offset-sm-7{
margin-left:58.333333%
}
.offset-sm-8{
margin-left:66.666667%
}
.offset-sm-9{
margin-left:75%
}
.offset-sm-10{
margin-left:83.333333%
}
.offset-sm-11{
margin-left:91.666667%
}
}
@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
}
.col-md-1{
-webkit-box-flex:0;
-ms-flex:0 0 8.333333%;
flex:0 0 8.333333%;
max-width:8.333333%
}
.col-md-2{
-webkit-box-flex:0;
-ms-flex:0 0 16.666667%;
flex:0 0 16.666667%;
max-width:16.666667%
}
.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.333333%;
flex:0 0 33.333333%;
max-width:33.333333%
}
.col-md-5{
-webkit-box-flex:0;
-ms-flex:0 0 41.666667%;
flex:0 0 41.666667%;
max-width:41.666667%
}
.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.333333%;
flex:0 0 58.333333%;
max-width:58.333333%
}
.col-md-8{
-webkit-box-flex:0;
-ms-flex:0 0 66.666667%;
flex:0 0 66.666667%;
max-width:66.666667%
}
.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.333333%;
flex:0 0 83.333333%;
max-width:83.333333%
}
.col-md-11{
-webkit-box-flex:0;
-ms-flex:0 0 91.666667%;
flex:0 0 91.666667%;
max-width:91.666667%
}
.col-md-12{
-webkit-box-flex:0;
-ms-flex:0 0 100%;
flex:0 0 100%;
max-width:100%
}
.pull-md-0{
right:auto
}
.pull-md-1{
right:8.333333%
}
.pull-md-2{
right:16.666667%
}
.pull-md-3{
right:25%
}
.pull-md-4{
right:33.333333%
}
.pull-md-5{
right:41.666667%
}
.pull-md-6{
right:50%
}
.pull-md-7{
right:58.333333%
}
.pull-md-8{
right:66.666667%
}
.pull-md-9{
right:75%
}
.pull-md-10{
right:83.333333%
}
.pull-md-11{
right:91.666667%
}
.pull-md-12{
right:100%
}
.push-md-0{
left:auto
}
.push-md-1{
left:8.333333%
}
.push-md-2{
left:16.666667%
}
.push-md-3{
left:25%
}
.push-md-4{
left:33.333333%
}
.push-md-5{
left:41.666667%
}
.push-md-6{
left:50%
}
.push-md-7{
left:58.333333%
}
.push-md-8{
left:66.666667%
}
.push-md-9{
left:75%
}
.push-md-10{
left:83.333333%
}
.push-md-11{
left:91.666667%
}
.push-md-12{
left:100%
}
.offset-md-0{
margin-left:0
}
.offset-md-1{
margin-left:8.333333%
}
.offset-md-2{
margin-left:16.666667%
}
.offset-md-3{
margin-left:25%
}
.offset-md-4{
margin-left:33.333333%
}
.offset-md-5{
margin-left:41.666667%
}
.offset-md-6{
margin-left:50%
}
.offset-md-7{
margin-left:58.333333%
}
.offset-md-8{
margin-left:66.666667%
}
.offset-md-9{
margin-left:75%
}
.offset-md-10{
margin-left:83.333333%
}
.offset-md-11{
margin-left:91.666667%
}
}
@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
}
.col-lg-1{
-webkit-box-flex:0;
-ms-flex:0 0 8.333333%;
flex:0 0 8.333333%;
max-width:8.333333%
}
.col-lg-2{
-webkit-box-flex:0;
-ms-flex:0 0 16.666667%;
flex:0 0 16.666667%;
max-width:16.666667%
}
.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.333333%;
flex:0 0 33.333333%;
max-width:33.333333%
}
.col-lg-5{
-webkit-box-flex:0;
-ms-flex:0 0 41.666667%;
flex:0 0 41.666667%;
max-width:41.666667%
}
.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.333333%;
flex:0 0 58.333333%;
max-width:58.333333%
}
.col-lg-8{
-webkit-box-flex:0;
-ms-flex:0 0 66.666667%;
flex:0 0 66.666667%;
max-width:66.666667%
}
.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.333333%;
flex:0 0 83.333333%;
max-width:83.333333%
}
.col-lg-11{
-webkit-box-flex:0;
-ms-flex:0 0 91.666667%;
flex:0 0 91.666667%;
max-width:91.666667%
}
.col-lg-12{
-webkit-box-flex:0;
-ms-flex:0 0 100%;
flex:0 0 100%;
max-width:100%
}
.pull-lg-0{
right:auto
}
.pull-lg-1{
right:8.333333%
}
.pull-lg-2{
right:16.666667%
}
.pull-lg-3{
right:25%
}
.pull-lg-4{
right:33.333333%
}
.pull-lg-5{
right:41.666667%
}
.pull-lg-6{
right:50%
}
.pull-lg-7{
right:58.333333%
}
.pull-lg-8{
right:66.666667%
}
.pull-lg-9{
right:75%
}
.pull-lg-10{
right:83.333333%
}
.pull-lg-11{
right:91.666667%
}
.pull-lg-12{
right:100%
}
.push-lg-0{
left:auto
}
.push-lg-1{
left:8.333333%
}
.push-lg-2{
left:16.666667%
}
.push-lg-3{
left:25%
}
.push-lg-4{
left:33.333333%
}
.push-lg-5{
left:41.666667%
}
.push-lg-6{
left:50%
}
.push-lg-7{
left:58.333333%
}
.push-lg-8{
left:66.666667%
}
.push-lg-9{
left:75%
}
.push-lg-10{
left:83.333333%
}
.push-lg-11{
left:91.666667%
}
.push-lg-12{
left:100%
}
.offset-lg-0{
margin-left:0
}
.offset-lg-1{
margin-left:8.333333%
}
.offset-lg-2{
margin-left:16.666667%
}
.offset-lg-3{
margin-left:25%
}
.offset-lg-4{
margin-left:33.333333%
}
.offset-lg-5{
margin-left:41.666667%
}
.offset-lg-6{
margin-left:50%
}
.offset-lg-7{
margin-left:58.333333%
}
.offset-lg-8{
margin-left:66.666667%
}
.offset-lg-9{
margin-left:75%
}
.offset-lg-10{
margin-left:83.333333%
}
.offset-lg-11{
margin-left:91.666667%
}
}
@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
}
.col-xl-1{
-webkit-box-flex:0;
-ms-flex:0 0 8.333333%;
flex:0 0 8.333333%;
max-width:8.333333%
}
.col-xl-2{
-webkit-box-flex:0;
-ms-flex:0 0 16.666667%;
flex:0 0 16.666667%;
max-width:16.666667%
}
.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.333333%;
flex:0 0 33.333333%;
max-width:33.333333%
}
.col-xl-5{
-webkit-box-flex:0;
-ms-flex:0 0 41.666667%;
flex:0 0 41.666667%;
max-width:41.666667%
}
.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.333333%;
flex:0 0 58.333333%;
max-width:58.333333%
}
.col-xl-8{
-webkit-box-flex:0;
-ms-flex:0 0 66.666667%;
flex:0 0 66.666667%;
max-width:66.666667%
}
.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.333333%;
flex:0 0 83.333333%;
max-width:83.333333%
}
.col-xl-11{
-webkit-box-flex:0;
-ms-flex:0 0 91.666667%;
flex:0 0 91.666667%;
max-width:91.666667%
}
.col-xl-12{
-webkit-box-flex:0;
-ms-flex:0 0 100%;
flex:0 0 100%;
max-width:100%
}
.pull-xl-0{
right:auto
}
.pull-xl-1{
right:8.333333%
}
.pull-xl-2{
right:16.666667%
}
.pull-xl-3{
right:25%
}
.pull-xl-4{
right:33.333333%
}
.pull-xl-5{
right:41.666667%
}
.pull-xl-6{
right:50%
}
.pull-xl-7{
right:58.333333%
}
.pull-xl-8{
right:66.666667%
}
.pull-xl-9{
right:75%
}
.pull-xl-10{
right:83.333333%
}
.pull-xl-11{
right:91.666667%
}
.pull-xl-12{
right:100%
}
.push-xl-0{
left:auto
}
.push-xl-1{
left:8.333333%
}
.push-xl-2{
left:16.666667%
}
.push-xl-3{
left:25%
}
.push-xl-4{
left:33.333333%
}
.push-xl-5{
left:41.666667%
}
.push-xl-6{
left:50%
}
.push-xl-7{
left:58.333333%
}
.push-xl-8{
left:66.666667%
}
.push-xl-9{
left:75%
}
.push-xl-10{
left:83.333333%
}
.push-xl-11{
left:91.666667%
}
.push-xl-12{
left:100%
}
.offset-xl-0{
margin-left:0
}
.offset-xl-1{
margin-left:8.333333%
}
.offset-xl-2{
margin-left:16.666667%
}
.offset-xl-3{
margin-left:25%
}
.offset-xl-4{
margin-left:33.333333%
}
.offset-xl-5{
margin-left:41.666667%
}
.offset-xl-6{
margin-left:50%
}
.offset-xl-7{
margin-left:58.333333%
}
.offset-xl-8{
margin-left:66.666667%
}
.offset-xl-9{
margin-left:75%
}
.offset-xl-10{
margin-left:83.333333%
}
.offset-xl-11{
margin-left:91.666667%
}
}
.ie-warning{
position:fixed;
top:0;
left:0;
z-index:999999;
background:#000;
width:100%;
height:100%;
text-align:center;
color:#fff;
font-family:courier new,Courier,monospace;
padding:50px 0
}
.ie-warning p{
font-size:17px
}
.ie-warning .iew-container{
min-width:1024px;
width:100%;
height:200px;
background:#fff;
margin:50px 0
}
.ie-warning .iew-download{
list-style:none;
padding:30px 0;
margin:0 auto;
width:720px
}
.ie-warning .iew-download>li{
float:left;
vertical-align:top
}
.ie-warning .iew-download>li>a{
display:block;
color:#000;
width:140px;
font-size:15px;
padding:15px 0
}
.ie-warning .iew-download>li>a>div{
margin-top:10px
}
.ie-warning .iew-download>li>a:hover{
background-color:#eee
}
.image-cropper-container{
margin-top:10px
}
.alpaca-field img{
width:250px
}
.arrow_box{
z-index:0
}
@media only screen and (max-width:575px){
.sticky-card{
margin-bottom:250px
}
}
.j-pro .j-label{
font-weight:500
}
.ms-container{
width:100%
}
.progress{
height:1rem
}
.progress .progress-bar{
height:100%!important
}
.pcoded .mCSB_container_wrapper{
margin-right:0
}
.pcoded .mCSB_container_wrapper>.mCSB_container{
padding-right:0
}
.pcoded .mCSB_scrollTools{
width:10px
}
.pcoded .mCSB_scrollTools .mCSB_draggerRail{
background-color:transparent;
width:10px
}
.pcoded .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
background-color:transparent
}
.pcoded .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.pcoded .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{
background-color:rgba(55,71,79,.5)
}
.pcoded #styleSelector:hover .mCSB_dragger_bar,.pcoded .main-menu:hover .mCSB_dragger_bar{
background-color:rgba(55,71,79,.2)
}
.scroll-container{
overflow-x:hidden
}
#main-chat .page-error i,.full-calender .page-error i{
font-size:35px;
border-radius:6px;
padding:6px 9px
}
@media only screen and (min-width:788px){
#main-chat .page-error,.full-calender .page-error{
display:none
}
}
@media only screen and (max-width:786px){
#main-chat .page-body,.full-calender .page-body{
display:none
}
}
@media only screen and (max-width:575px){
.card .card-header .card-header-right.job-compney-btn{
position:relative;
float:left;
right:0
}
.clndr .event-listing{
display:none
}
.clndr .clndr-grid{
width:100%
}
.clndr .clndr-grid .day-number{
padding:3px 4px!important
}
}
.dotted-line-theme .no_edit{
border-bottom:1px dotted #448aff
}
.handsontable td,.handsontable th{
color:#37474f
}
#map,.radial-bar:after{
z-index:99
}
.content-group{
padding:10px
}
.card-sub .card-title{
margin-bottom:10px;
font-weight:500
}
.card-sub .card-text{
color:#737373
}
.long-press-popup{
position:fixed;
bottom:15px;
left:275px;
right:35px;
text-align:center;
background:rgba(0,0,0,.8);
padding:20px;
border-radius:8px;
margin:0;
font-size:50px
}
.long-press-popup li{
margin-right:15px;
margin-top:15px;
margin-bottom:15px
}
.theme-loader{
height:100%;
width:100%;
background:#fff;
position:fixed;
z-index:999999;
top:0;
left:0
}
.theme-loader .loader-track{
left:50%;
top:50%;
position:absolute;
display:block;
width:50px;
height:50px;
margin:-25px 0 0 -25px
}
.preloader-wrapper{
display:inline-block;
position:relative;
width:50px;
height:50px;
-webkit-animation:container-rotate 1568ms linear infinite;
animation:container-rotate 1568ms linear infinite
}
@-webkit-keyframes container-rotate{
to{
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes container-rotate{
to{
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.spinner-layer{
position:absolute;
width:100%;
height:100%;
opacity:0;
border-color:#11c15b
}
.spinner-layer.spinner-blue{
border-color:#448aff;
-webkit-animation:fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,blue-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both;
animation:fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,blue-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both
}
.spinner-layer.spinner-red{
border-color:#ff5252;
-webkit-animation:fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,red-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both;
animation:fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,red-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both
}
.spinner-layer.spinner-yellow{
border-color:#ffe100;
-webkit-animation:fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,yellow-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both;
animation:fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,yellow-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both
}
.spinner-layer.spinner-green{
border-color:#11c15b;
-webkit-animation:fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,green-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both;
animation:fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,green-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both
}
.spinner-layer,.spinner-layer.spinner-blue-only,.spinner-layer.spinner-red-only,.spinner-layer.spinner-yellow-only,.spinner-layer.spinner-green-only{
opacity:1;
-webkit-animation:fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both;
animation:fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both
}
.gap-patch{
position:absolute;
top:0;
left:45%;
width:10%;
height:100%;
overflow:hidden;
border-color:inherit
}
.gap-patch .circle{
width:1000%;
left:-450%
}
.circle-clipper{
display:inline-block;
position:relative;
width:50%;
height:100%;
overflow:hidden;
border-color:inherit
}
.circle-clipper .circle{
width:200%;
height:100%;
border-width:3px;
border-style:solid;
border-color:inherit;
border-bottom-color:transparent!important;
border-radius:50%;
-webkit-animation:none;
animation:none;
position:absolute;
top:0;
right:0;
bottom:0
}
.circle-clipper.left{
float:left
}
.circle-clipper.left .circle{
left:0;
border-right-color:transparent!important;
-webkit-transform:rotate(129deg);
transform:rotate(129deg);
-webkit-animation:left-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;
animation:left-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both
}
.circle-clipper.right{
float:right
}
.circle-clipper.right .circle{
left:-100%;
border-left-color:transparent!important;
-webkit-transform:rotate(-129deg);
transform:rotate(-129deg);
-webkit-animation:right-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;
animation:right-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both
}
#spinnerContainer.cooldown{
-webkit-animation:container-rotate 1568ms linear infinite,fade-out 400ms cubic-bezier(.4,0,.2,1);
animation:container-rotate 1568ms linear infinite,fade-out 400ms cubic-bezier(.4,0,.2,1)
}
@-webkit-keyframes fill-unfill-rotate{
12.5%{
-webkit-transform:rotate(135deg);
transform:rotate(135deg)
}
25%{
-webkit-transform:rotate(270deg);
transform:rotate(270deg)
}
37.5%{
-webkit-transform:rotate(405deg);
transform:rotate(405deg)
}
50%{
-webkit-transform:rotate(540deg);
transform:rotate(540deg)
}
62.5%{
-webkit-transform:rotate(675deg);
transform:rotate(675deg)
}
75%{
-webkit-transform:rotate(810deg);
transform:rotate(810deg)
}
87.5%{
-webkit-transform:rotate(945deg);
transform:rotate(945deg)
}
to{
-webkit-transform:rotate(1080deg);
transform:rotate(1080deg)
}
}
@keyframes fill-unfill-rotate{
12.5%{
-webkit-transform:rotate(135deg);
transform:rotate(135deg)
}
25%{
-webkit-transform:rotate(270deg);
transform:rotate(270deg)
}
37.5%{
-webkit-transform:rotate(405deg);
transform:rotate(405deg)
}
50%{
-webkit-transform:rotate(540deg);
transform:rotate(540deg)
}
62.5%{
-webkit-transform:rotate(675deg);
transform:rotate(675deg)
}
75%{
-webkit-transform:rotate(810deg);
transform:rotate(810deg)
}
87.5%{
-webkit-transform:rotate(945deg);
transform:rotate(945deg)
}
to{
-webkit-transform:rotate(1080deg);
transform:rotate(1080deg)
}
}
@-webkit-keyframes blue-fade-in-out{
from{
opacity:1
}
25%{
opacity:1
}
26%{
opacity:0
}
89%{
opacity:0
}
90%{
opacity:1
}
100%{
opacity:1
}
}
@keyframes blue-fade-in-out{
from{
opacity:1
}
25%{
opacity:1
}
26%{
opacity:0
}
89%{
opacity:0
}
90%{
opacity:1
}
100%{
opacity:1
}
}
@-webkit-keyframes red-fade-in-out{
from{
opacity:0
}
15%{
opacity:0
}
25%{
opacity:1
}
50%{
opacity:1
}
51%{
opacity:0
}
}
@keyframes red-fade-in-out{
from{
opacity:0
}
15%{
opacity:0
}
25%{
opacity:1
}
50%{
opacity:1
}
51%{
opacity:0
}
}
@-webkit-keyframes yellow-fade-in-out{
from{
opacity:0
}
40%{
opacity:0
}
50%{
opacity:1
}
75%{
opacity:1
}
76%{
opacity:0
}
}
@keyframes yellow-fade-in-out{
from{
opacity:0
}
40%{
opacity:0
}
50%{
opacity:1
}
75%{
opacity:1
}
76%{
opacity:0
}
}
@-webkit-keyframes green-fade-in-out{
from{
opacity:0
}
65%{
opacity:0
}
75%{
opacity:1
}
90%{
opacity:1
}
100%{
opacity:0
}
}
@keyframes green-fade-in-out{
from{
opacity:0
}
65%{
opacity:0
}
75%{
opacity:1
}
90%{
opacity:1
}
100%{
opacity:0
}
}
@-webkit-keyframes left-spin{
from{
-webkit-transform:rotate(130deg);
transform:rotate(130deg)
}
50%{
-webkit-transform:rotate(-5deg);
transform:rotate(-5deg)
}
to{
-webkit-transform:rotate(130deg);
transform:rotate(130deg)
}
}
@keyframes left-spin{
from{
-webkit-transform:rotate(130deg);
transform:rotate(130deg)
}
50%{
-webkit-transform:rotate(-5deg);
transform:rotate(-5deg)
}
to{
-webkit-transform:rotate(130deg);
transform:rotate(130deg)
}
}
@-webkit-keyframes right-spin{
from{
-webkit-transform:rotate(-130deg);
transform:rotate(-130deg)
}
50%{
-webkit-transform:rotate(5deg);
transform:rotate(5deg)
}
to{
-webkit-transform:rotate(-130deg);
transform:rotate(-130deg)
}
}
@keyframes right-spin{
from{
-webkit-transform:rotate(-130deg);
transform:rotate(-130deg)
}
50%{
-webkit-transform:rotate(5deg);
transform:rotate(5deg)
}
to{
-webkit-transform:rotate(-130deg);
transform:rotate(-130deg)
}
}
@-webkit-keyframes fade-out{
from{
opacity:1
}
to{
opacity:0
}
}
@keyframes fade-out{
from{
opacity:1
}
to{
opacity:0
}
}
select.form-control:not([size]):not([multiple]){
height:43px
}
.tabledit-input:disabled{
display:none
}
@-moz-document url-prefix(){
select{
-webkit-appearance:none!important;
-moz-appearance:none!important;
background:#fff url(../images/select-arrow.png) no-repeat 95% center!important
}
}
.generic-card-block code{
cursor:pointer;
display:inline-block;
margin-right:10px;
margin-bottom:10px
}
.generic-image-body li{
padding:0 20px;
display:inline-block
}
.generic-image-body code{
display:block
}
.generic-image-body img{
display:block;
margin:10px auto 20px
}
.p-0{
padding:0
}
.p-5{
padding:5px
}
.p-10{
padding:10px
}
.p-15{
padding:15px
}
.p-20{
padding:20px
}
.p-25{
padding:25px
}
.p-30{
padding:30px
}
.p-35{
padding:35px
}
.p-40{
padding:40px
}
.p-45{
padding:45px
}
.p-50{
padding:50px
}
.p-t-0{
padding-top:0!important
}
.p-t-5{
padding-top:5px!important
}
.p-t-10{
padding-top:10px!important
}
.p-t-15{
padding-top:15px!important
}
.p-t-20{
padding-top:20px!important
}
.p-t-25{
padding-top:25px!important
}
.p-t-30{
padding-top:30px!important
}
.p-t-35{
padding-top:35px!important
}
.p-t-40{
padding-top:40px!important
}
.p-t-45{
padding-top:45px!important
}
.p-t-50{
padding-top:50px!important
}
.p-b-0{
padding-bottom:0!important
}
.p-b-5{
padding-bottom:5px!important
}
.p-b-10{
padding-bottom:10px!important
}
.p-b-15{
padding-bottom:15px!important
}
.p-b-20{
padding-bottom:20px!important
}
.p-b-25{
padding-bottom:25px!important
}
.p-b-30{
padding-bottom:30px!important
}
.p-b-35{
padding-bottom:35px!important
}
.p-b-40{
padding-bottom:40px!important
}
.p-b-45{
padding-bottom:45px!important
}
.p-b-50{
padding-bottom:50px!important
}
.p-l-0{
padding-left:0
}
.p-l-5{
padding-left:5px
}
.p-l-10{
padding-left:10px
}
.p-l-15{
padding-left:15px
}
.p-l-20{
padding-left:20px
}
.p-l-25{
padding-left:25px
}
.p-l-30{
padding-left:30px
}
.p-l-35{
padding-left:35px
}
.p-l-40{
padding-left:40px
}
.p-l-45{
padding-left:45px
}
.p-l-50{
padding-left:50px
}
.p-r-0{
padding-right:0
}
.p-r-5{
padding-right:5px
}
.p-r-10{
padding-right:10px
}
.p-r-15{
padding-right:15px
}
.p-r-20{
padding-right:20px
}
.p-r-25{
padding-right:25px
}
.p-r-30{
padding-right:30px
}
.p-r-35{
padding-right:35px
}
.p-r-40{
padding-right:40px
}
.p-r-45{
padding-right:45px
}
.p-r-50{
padding-right:50px
}
.m-0{
margin:0
}
.m-5{
margin:5px
}
.m-10{
margin:10px
}
.m-15{
margin:15px
}
.m-20{
margin:20px
}
.m-25{
margin:25px
}
.m-30{
margin:30px
}
.m-35{
margin:35px
}
.m-40{
margin:40px
}
.m-45{
margin:45px
}
.m-50{
margin:50px
}
.m-t-0{
margin-top:0
}
.m-t-5{
margin-top:5px
}
.m-t-10{
margin-top:10px
}
.m-t-15{
margin-top:15px
}
.m-t-20{
margin-top:20px
}
.m-t-25{
margin-top:25px
}
.m-t-30{
margin-top:30px
}
.m-t-35{
margin-top:35px
}
.m-t-40{
margin-top:40px
}
.m-t-45{
margin-top:45px
}
.m-t-50{
margin-top:50px
}
.m-b-0{
margin-bottom:0
}
.m-b-5{
margin-bottom:5px
}
.m-b-10{
margin-bottom:10px
}
.m-b-15{
margin-bottom:15px
}
.m-b-20{
margin-bottom:20px
}
.m-b-25{
margin-bottom:25px
}
.m-b-30{
margin-bottom:30px
}
.m-b-35{
margin-bottom:35px
}
.m-b-40{
margin-bottom:40px
}
.m-b-45{
margin-bottom:45px
}
.m-b-50{
margin-bottom:50px
}
.m-l-0{
margin-left:0
}
.m-l-5{
margin-left:5px
}
.m-l-10{
margin-left:10px
}
.m-l-15{
margin-left:15px
}
.m-l-20{
margin-left:20px
}
.m-l-25{
margin-left:25px
}
.m-l-30{
margin-left:30px
}
.m-l-35{
margin-left:35px
}
.m-l-40{
margin-left:40px
}
.m-l-45{
margin-left:45px
}
.m-l-50{
margin-left:50px
}
.m-r-0{
margin-right:0
}
.m-r-5{
margin-right:5px
}
.m-r-10{
margin-right:10px
}
.m-r-15{
margin-right:15px
}
.m-r-20{
margin-right:20px
}
.m-r-25{
margin-right:25px
}
.m-r-30{
margin-right:30px
}
.m-r-35{
margin-right:35px
}
.m-r-40{
margin-right:40px
}
.m-r-45{
margin-right:45px
}
.m-r-50{
margin-right:50px
}
.d-none{
display:none
}
.d-inline-block{
display:inline-block
}
.d-inline-flex{
display:-webkit-inline-box;
display:-ms-inline-flexbox;
display:inline-flex
}
.b-radius-0{
border-radius:0!important
}
.b-radius-5{
border-radius:5px!important
}
.b-radius-10{
border-radius:10px!important
}
.f-10{
font-size:10px
}
.f-12{
font-size:12px
}
.f-14{
font-size:14px
}
.f-16{
font-size:16px
}
.f-18{
font-size:18px
}
.f-20{
font-size:20px
}
.f-22{
font-size:22px
}
.f-24{
font-size:24px
}
.f-26{
font-size:26px
}
.f-28{
font-size:28px
}
.f-30{
font-size:30px
}
.f-32{
font-size:32px
}
.f-34{
font-size:34px
}
.f-36{
font-size:36px
}
.f-38{
font-size:38px
}
.f-40{
font-size:40px
}
.f-42{
font-size:42px
}
.f-44{
font-size:44px
}
.f-46{
font-size:46px
}
.f-48{
font-size:48px
}
.f-50{
font-size:50px
}
.f-52{
font-size:52px
}
.f-54{
font-size:54px
}
.f-56{
font-size:56px
}
.f-58{
font-size:58px
}
.f-60{
font-size:60px
}
.f-62{
font-size:62px
}
.f-64{
font-size:64px
}
.f-66{
font-size:66px
}
.f-68{
font-size:68px
}
.f-70{
font-size:70px
}
.f-72{
font-size:72px
}
.f-74{
font-size:74px
}
.f-76{
font-size:76px
}
.f-78{
font-size:78px
}
.f-80{
font-size:80px
}
.f-w-100{
font-weight:100
}
.f-w-300{
font-weight:300
}
.f-w-400{
font-weight:400
}
.f-w-600{
font-weight:600
}
.f-w-700{
font-weight:700
}
.f-w-900{
font-weight:600
}
.f-w-600{
font-weight:500
}
.f-s-normal{
font-style:normal
}
.f-s-italic{
font-style:italic
}
.f-s-oblique{
font-style:oblique
}
.f-s-initial{
font-style:initial
}
.f-s-inherit{
font-style:inherit
}
.text-center{
text-align:center
}
.text-left{
text-align:left
}
.text-right{
text-align:right
}
.text-capitalize{
text-transform:capitalize
}
.text-uppercase{
text-transform:uppercase
}
.text-lowercase{
text-transform:lowercase
}
.text-overline{
text-decoration:overline
}
.text-line-through{
text-decoration:line-through
}
.text-underline{
text-decoration:underline
}
.baseline{
vertical-align:baseline
}
.sub{
vertical-align:sub
}
.super{
vertical-align:super
}
.top{
vertical-align:top
}
.text-top{
vertical-align:text-top
}
.middle{
vertical-align:middle
}
.bottom{
vertical-align:bottom
}
.text-bottom{
vertical-align:text-bottom
}
.initial{
vertical-align:initial
}
.inherit{
vertical-align:inherit
}
.pos-static{
position:static
}
.pos-absolute{
position:absolute
}
.pos-fixed{
position:fixed
}
.pos-relative{
position:relative
}
.pos-initial{
position:initial
}
.pos-inherit{
position:inherit
}
.f-left{
float:left
}
.f-right{
float:right
}
.f-none{
float:none
}
.o-hidden{
overflow:hidden
}
.o-visible{
overflow:visible
}
.o-auto{
overflow:auto
}
.img-20{
width:20px
}
.img-30{
width:30px
}
.img-40{
width:40px
}
.img-50{
width:50px
}
.img-60{
width:60px
}
.img-70{
width:70px
}
.img-80{
width:80px
}
.img-90{
width:90px
}
.img-100{
width:100px
}
.text-primary{
color:#448aff!important
}
.text-warning{
color:#ffe100!important
}
.text-default{
color:#d6d6d6!important
}
.text-danger{
color:#ff5252!important
}
.text-success{
color:#11c15b!important
}
.text-inverse{
color:#37474f!important
}
.text-info{
color:#00bcd4!important
}
.text-custom{
color:#64b0f2!important
}
.text-pink{
color:#ff7aa3!important
}
.text-dark{
color:#2b3d51!important
}
.text-purple{
color:#9261c6!important
}
.text-muted{
color:#78909c!important
}
.label{
border-radius:2px;
color:#fff;
font-size:12px;
line-height:1;
margin-bottom:0;
text-transform:capitalize
}
.label-primary{
background:#448aff
}
.label-warning{
background:#ffe100
}
.label-default{
background:#d6d6d6
}
.label-danger{
background:#ff5252
}
.label-success{
background:#11c15b
}
.label-inverse{
background:#37474f
}
.label-info{
background:#00bcd4
}
.label-warning{
color:#fff
}
.badge-primary{
background:#448aff
}
.badge-warning{
background:#ffe100
}
.badge-default{
background:#d6d6d6
}
.badge-danger{
background:#ff5252
}
.badge-success{
background:#11c15b
}
.badge-inverse{
background:#37474f
}
.badge-info{
background:#00bcd4
}
.bg-color-box{
text-align:center;
display:inline-block;
padding:10px 20px;
-webkit-box-shadow:0 0 5px 0 rgba(128,128,128,.49);
box-shadow:0 0 5px 0 rgba(128,128,128,.49);
font-weight:600;
margin-right:20px;
margin-bottom:20px;
cursor:pointer
}
.bg-color-box span{
color:#fff
}
.bg-primary{
background-color:#448aff!important;
color:#fff
}
.bg-warning{
background-color:#ffe100!important;
color:#fff
}
.bg-default{
background-color:#d6d6d6!important;
color:#fff
}
.bg-danger{
background-color:#ff5252!important;
color:#fff
}
.bg-success{
background-color:#11c15b!important;
color:#fff
}
.bg-inverse{
background-color:#37474f!important;
color:#fff
}
.bg-info{
background-color:#00bcd4!important;
color:#fff
}
.color-primary{
background-color:#448aff
}
.color-warning{
background-color:#ffe100
}
.color-default{
background-color:#d6d6d6
}
.color-danger{
background-color:#ff5252
}
.color-success{
background-color:#11c15b
}
.color-inverse{
background-color:#37474f
}
.color-info{
background-color:#00bcd4
}
.nestable-primary{
background-color:#448aff!important;
border-color:#448aff;
color:#fff!important
}
.nestable-warning{
background-color:#ffe100!important;
border-color:#ffe100;
color:#fff!important
}
.nestable-default{
background-color:#d6d6d6!important;
border-color:#d6d6d6;
color:#fff!important
}
.nestable-danger{
background-color:#ff5252!important;
border-color:#ff5252;
color:#fff!important
}
.nestable-success{
background-color:#11c15b!important;
border-color:#11c15b;
color:#fff!important
}
.nestable-inverse{
background-color:#37474f!important;
border-color:#37474f;
color:#fff!important
}
.nestable-info{
background-color:#00bcd4!important;
border-color:#00bcd4;
color:#fff!important
}
table thead .border-bottom-primary th,table tbody .border-bottom-primary th,table tbody .border-bottom-primary td{
border-bottom:1px solid #448aff
}
table thead .border-bottom-warning th,table tbody .border-bottom-warning th,table tbody .border-bottom-warning td{
border-bottom:1px solid #ffe100
}
table thead .border-bottom-default th,table tbody .border-bottom-default th,table tbody .border-bottom-default td{
border-bottom:1px solid #d6d6d6
}
table thead .border-bottom-danger th,table tbody .border-bottom-danger th,table tbody .border-bottom-danger td{
border-bottom:1px solid #ff5252
}
table thead .border-bottom-success th,table tbody .border-bottom-success th,table tbody .border-bottom-success td{
border-bottom:1px solid #11c15b
}
table thead .border-bottom-inverse th,table tbody .border-bottom-inverse th,table tbody .border-bottom-inverse td{
border-bottom:1px solid #37474f
}
table thead .border-bottom-info th,table tbody .border-bottom-info th,table tbody .border-bottom-info td{
border-bottom:1px solid #00bcd4
}
.table-styling .table-primary,.table-styling.table-primary{
background-color:#448aff;
color:#fff;
border:3px solid #448aff
}
.table-styling .table-primary thead,.table-styling.table-primary thead{
background-color:#116aff;
border:3px solid #116aff
}
.table-styling .table-warning,.table-styling.table-warning{
background-color:#ffe100;
color:#fff;
border:3px solid #ffe100
}
.table-styling .table-warning thead,.table-styling.table-warning thead{
background-color:#ccb400;
border:3px solid #ccb400
}
.table-styling .table-default,.table-styling.table-default{
background-color:#d6d6d6;
color:#fff;
border:3px solid #d6d6d6
}
.table-styling .table-default thead,.table-styling.table-default thead{
background-color:#bdbdbd;
border:3px solid #bdbdbd
}
.table-styling .table-danger,.table-styling.table-danger{
background-color:#ff5252;
color:#fff;
border:3px solid #ff5252
}
.table-styling .table-danger thead,.table-styling.table-danger thead{
background-color:#ff1f1f;
border:3px solid #ff1f1f
}
.table-styling .table-success,.table-styling.table-success{
background-color:#11c15b;
color:#fff;
border:3px solid #11c15b
}
.table-styling .table-success thead,.table-styling.table-success thead{
background-color:#0d9245;
border:3px solid #0d9245
}
.table-styling .table-inverse,.table-styling.table-inverse{
background-color:#37474f;
color:#fff;
border:3px solid #37474f
}
.table-styling .table-inverse thead,.table-styling.table-inverse thead{
background-color:#222c31;
border:3px solid #222c31
}
.table-styling .table-info,.table-styling.table-info{
background-color:#00bcd4;
color:#fff;
border:3px solid #00bcd4
}
.table-styling .table-info thead,.table-styling.table-info thead{
background-color:#008fa1;
border:3px solid #008fa1
}
.card-border-primary{
border-top:4px solid #448aff
}
.card-border-warning{
border-top:4px solid #ffe100
}
.card-border-default{
border-top:4px solid #d6d6d6
}
.card-border-danger{
border-top:4px solid #ff5252
}
.card-border-success{
border-top:4px solid #11c15b
}
.card-border-inverse{
border-top:4px solid #37474f
}
.card-border-info{
border-top:4px solid #00bcd4
}
.panels-wells .panel-primary{
border-color:#448aff
}
.panels-wells .panel-warning{
border-color:#ffe100
}
.panels-wells .panel-default{
border-color:#d6d6d6
}
.panels-wells .panel-danger{
border-color:#ff5252
}
.panels-wells .panel-success{
border-color:#11c15b
}
.panels-wells .panel-inverse{
border-color:#37474f
}
.panels-wells .panel-info{
border-color:#00bcd4
}
.b-t-primary{
border-top:1px solid #448aff
}
.b-b-primary{
border-bottom:1px solid #448aff
}
.b-l-primary{
border-left:1px solid #448aff
}
.b-r-primary{
border-right:1px solid #448aff
}
.b-primary{
border:1px solid #448aff
}
.b-t-warning{
border-top:1px solid #ffe100
}
.b-b-warning{
border-bottom:1px solid #ffe100
}
.b-l-warning{
border-left:1px solid #ffe100
}
.b-r-warning{
border-right:1px solid #ffe100
}
.b-warning{
border:1px solid #ffe100
}
.b-t-default{
border-top:1px solid #d6d6d6
}
.b-b-default{
border-bottom:1px solid #d6d6d6
}
.b-l-default{
border-left:1px solid #d6d6d6
}
.b-r-default{
border-right:1px solid #d6d6d6
}
.b-default{
border:1px solid #d6d6d6
}
.b-t-danger{
border-top:1px solid #ff5252
}
.b-b-danger{
border-bottom:1px solid #ff5252
}
.b-l-danger{
border-left:1px solid #ff5252
}
.b-r-danger{
border-right:1px solid #ff5252
}
.b-danger{
border:1px solid #ff5252
}
.b-t-success{
border-top:1px solid #11c15b
}
.b-b-success{
border-bottom:1px solid #11c15b
}
.b-l-success{
border-left:1px solid #11c15b
}
.b-r-success{
border-right:1px solid #11c15b
}
.b-success{
border:1px solid #11c15b
}
.b-t-inverse{
border-top:1px solid #37474f
}
.b-b-inverse{
border-bottom:1px solid #37474f
}
.b-l-inverse{
border-left:1px solid #37474f
}
.b-r-inverse{
border-right:1px solid #37474f
}
.b-inverse{
border:1px solid #37474f
}
.b-t-info{
border-top:1px solid #00bcd4
}
.b-b-info{
border-bottom:1px solid #00bcd4
}
.b-l-info{
border-left:1px solid #00bcd4
}
.b-r-info{
border-right:1px solid #00bcd4
}
.b-info{
border:1px solid #00bcd4
}
.b-t-theme{
border-top:1px solid #d6d6d6
}
.b-b-theme{
border-bottom:1px solid #d6d6d6
}
.b-l-theme{
border-left:1px solid #d6d6d6
}
.b-r-theme{
border-right:1px solid #d6d6d6
}
.b-theme{
border:1px solid #d6d6d6
}
.bg-facebook{
background:#3b5997
}
.text-facebook{
color:#3b5997
}
.bg-twitter{
background:#42c0fb
}
.text-twitter{
color:#42c0fb
}
.bg-dribbble{
background:#ec4a89
}
.text-dribbble{
color:#ec4a89
}
.bg-pinterest{
background:#bf2131
}
.text-pinterest{
color:#bf2131
}
.bg-youtube{
background:#e0291d
}
.text-youtube{
color:#e0291d
}
.bg-googleplus{
background:#c73e2e
}
.text-googleplus{
color:#c73e2e
}
.bg-instagram{
background:#aa7c62
}
.text-instagram{
color:#aa7c62
}
.bg-viber{
background:#7b519d
}
.text-viber{
color:#7b519d
}
.bg-amazon{
background:#000
}
.text-amazon{
color:#000
}
.bg-behance{
background:#0057ff
}
.text-behance{
color:#0057ff
}
.bg-dropbox{
background:#3380ff
}
.text-dropbox{
color:#3380ff
}
.bg-c-blue{
background:#448aff
}
.text-c-blue{
color:#448aff
}
.bg-c-red{
background:#ff5252
}
.text-c-red{
color:#ff5252
}
.bg-c-green{
background:#11c15b
}
.bg-c-dark{
background:#000
}
.text-c-green{
color:#11c15b
}
.bg-c-yellow{
background:#ffe100
}
.text-c-yellow{
color:#ffe100
}
.bg-c-orenge{
background:#fe8a7d
}
.text-c-orenge{
color:#fe8a7d
}
.bg-c-lite-green{
background:#69cec6
}
.text-c-lite-green{
color:#69cec6
}
.bg-c-purple{
background:#536dfe
}
.text-c-purple{
color:#536dfe
}
.pcoded[nav-type=st1] .pcoded-item.pcoded-left-item>li:nth-child(1)>a>.pcoded-micon{
color:#448aff
}
.pcoded[nav-type=st1] .pcoded-item.pcoded-left-item>li:nth-child(2)>a>.pcoded-micon{
color:#5d4037
}
.pcoded[nav-type=st1] .pcoded-item.pcoded-left-item>li:nth-child(3)>a>.pcoded-micon{
color:#4caf50
}
.pcoded[nav-type=st1] .pcoded-item.pcoded-left-item>li:nth-child(4)>a>.pcoded-micon{
color:#d84315
}
.pcoded[nav-type=st1] .pcoded-item.pcoded-left-item>li:nth-child(5)>a>.pcoded-micon{
color:#4527a0
}
.pcoded[nav-type=st1] .pcoded-item.pcoded-left-item>li:nth-child(6)>a>.pcoded-micon{
color:#448aff
}
.pcoded[nav-type=st1] .pcoded-item.pcoded-left-item>li:nth-child(7)>a>.pcoded-micon{
color:#5d4037
}
.pcoded[nav-type=st1] .pcoded-item.pcoded-left-item>li:nth-child(8)>a>.pcoded-micon{
color:#4caf50
}
.pcoded[nav-type=st1] .pcoded-item.pcoded-left-item>li:nth-child(9)>a>.pcoded-micon{
color:#d84315
}
.pcoded[nav-type=st1] .pcoded-item.pcoded-left-item>li:nth-child(10)>a>.pcoded-micon{
color:#4527a0
}
.pcoded[nav-type=st2] .pcoded-item.pcoded-left-item>li>a>.pcoded-micon{
color:#37474f
}
.pcoded[nav-type=st1] .pcoded-item.pcoded-left-item>li>a>.pcoded-micon,.pcoded[nav-type=st2] .pcoded-item.pcoded-left-item>li>a>.pcoded-micon{
color:#37474f
}
.pcoded[nav-type=st1] .pcoded-item.pcoded-left-item>li>a>.pcoded-micon b,.pcoded[nav-type=st2] .pcoded-item.pcoded-left-item>li>a>.pcoded-micon b{
display:none
}
.main-menu{
float:left;
width:100%;
z-index:99;
height:100%!important
}
@media only screen and (max-width:992px){
.main-menu{
height:100%!important
}
}
.main-menu .main-menu-header{
padding:16px 0 17px;
background-image:url(../images/user-bg.jpg);
background-size:cover;
text-align:center;
position:relative
}
.main-menu .main-menu-header img{
position:relative;
width:60px
}
.img-radius{
border-radius:50%
}
.main-menu .main-menu-header .user-details{
display:block;
margin-top:10px;
position:relative
}
.main-menu .main-menu-header .user-details #more-details{
cursor:pointer
}
.main-menu .main-menu-header .user-details span{
color:#fff;
display:block;
font-size:14px;
text-transform:capitalize
}
.main-menu .main-menu-header .user-details span i{
font-size:10px;
margin-left:10px
}
.main-menu .main-menu-header:before{
content:"";
background:rgba(0,0,0,.2);
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
z-index:0
}
.main-menu .main-menu-content .more-details{
display:none
}
.main-menu .main-menu-content .more-details a{
padding:10px 25px;
display:block;
color:#000;
-webkit-transition:all ease-in .3s;
transition:all ease-in .3s
}
.main-menu .main-menu-content .more-details a:hover{
color:#448aff
}
.main-menu .main-menu-content .more-details a i{
margin-right:10px
}
.main-menu .main-menu-content .menu-search{
padding:20px 20px 10px
}
.main-menu .main-menu-content li{
position:relative
}
.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .main-menu-content,.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .main-menu-header{
display:none
}
.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .main-menu{
width:70px
}
.sidebar_toggle a{
margin:-5px;
line-height:1
}
.header-navbar{
min-height:56px;
padding:0
}
.header-navbar .navbar-wrapper .navbar-logo{
position:relative;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
float:left;
height:56px;
text-align:center;
text-transform:uppercase;
width:235px;
padding:10px
}
@media only screen and (max-width:992px){
.header-navbar .navbar-wrapper .navbar-logo{
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center
}
}
.header-navbar .navbar-wrapper .navbar-logo h5{
margin-bottom:0
}
.header-navbar .navbar-wrapper .navbar-logo .mobile-menu{
position:absolute;
right:0;
font-size:16px;
line-height:3.5;
width:40px
}
@media only screen and (max-width:768px){
.header-navbar .navbar-wrapper .navbar-logo .mobile-search{
display:none!important
}
}
.header-navbar .navbar-wrapper .navbar-logo .mobile-options,.header-navbar .navbar-wrapper .navbar-logo .mobile-search{
display:none
}
.header-navbar .navbar-wrapper .navbar-container .nav-left,.header-navbar .navbar-wrapper .navbar-container .nav-right{
float:left;
margin-bottom:0
}
.header-navbar .navbar-wrapper .navbar-container .nav-left li,.header-navbar .navbar-wrapper .navbar-container .nav-right li{
float:left;
line-height:3.5;
padding:0 10px;
position:relative
}
@media only screen and (max-width:575px){
.header-navbar .navbar-wrapper .navbar-container .nav-left li,.header-navbar .navbar-wrapper .navbar-container .nav-right li{
padding:0 5px
}
}
.header-navbar .navbar-wrapper .navbar-container .nav-left li .sidebar_toggle a,.header-navbar .navbar-wrapper .navbar-container .nav-right li .sidebar_toggle a{
display:none
}
.header-navbar .navbar-wrapper .navbar-container .nav-left li>a,.header-navbar .navbar-wrapper .navbar-container .nav-right li>a{
font-size:16px;
display:block
}
.header-navbar .navbar-wrapper .navbar-container .nav-left li>a>i.flag-icon,.header-navbar .navbar-wrapper .navbar-container .nav-right li>a>i.flag-icon{
border-radius:50%;
width:20px;
height:20px
}
.header-navbar .navbar-wrapper .navbar-container .nav-left a,.header-navbar .navbar-wrapper .navbar-container .nav-right a{
padding:0 .6rem
}
.header-navbar .navbar-wrapper .navbar-container .nav-left .mega-menu-top i,.header-navbar .navbar-wrapper .navbar-container .nav-right .mega-menu-top i{
font-size:10px;
margin-left:10px
}
.header-navbar .navbar-wrapper .navbar-container .nav-right{
float:right
}
.header-navbar .navbar-wrapper .navbar-container .nav-right .user-profile img{
margin-right:10px;
width:40px
}
.header-navbar .navbar-wrapper .navbar-container .nav-right .user-profile i{
font-size:10px;
margin-left:10px
}
.header-navbar .navbar-wrapper .navbar-container .nav-right>.header-notification:nth-child(2) .show-notification li:first-child:hover,.header-navbar .navbar-wrapper .navbar-container .nav-right>.header-notification:nth-child(2) .profile-notification li:first-child:hover{
background-color:#fff
}
.header-navbar .navbar-wrapper .navbar-container .header-notification{
-webkit-perspective:1000px;
perspective:1000px;
z-index:99;
position:relative
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification,.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification{
background:#fff;
-webkit-box-shadow:0 0 35px 0 rgba(0,0,0,.25);
box-shadow:0 0 35px 0 rgba(0,0,0,.25);
border-radius:5px;
opacity:1;
position:absolute;
right:0;
visibility:visible;
width:24rem;
display:none;
padding:15px 0;
-webkit-transform:translateY(20px);
transform:translateY(20px)
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification a,.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification a{
color:#455a64
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li,.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li{
border-top:1px solid #448aff,#ffe100,#d6d6d6,#ff5252,#11c15b,#37474f,#00bcd4;
line-height:initial;
padding:1em 20px;
width:100%;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:first-child,.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:first-child{
padding:10px 20px
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:first-child h6,.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:first-child h6{
display:inline-block;
font-size:14px;
font-weight:600;
margin-bottom:0
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:first-child label,.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:first-child label{
float:right
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li img,.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li img{
width:40px;
margin-right:10px;
-ms-flex-item-align:start!important;
align-self:flex-start!important
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:hover,.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:hover{
background-color:#f1f1f1
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification.row li:hover,.header-navbar .navbar-wrapper .navbar-container .header-notification .row.profile-notification li:hover{
background-color:transparent
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification .notification-user,.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification .notification-user{
font-size:15px;
font-weight:600;
margin-bottom:5px
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification .notification-msg,.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification .notification-msg{
margin-bottom:5px
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification .notification-time,.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification .notification-time{
font-size:12px;
color:#919aa3
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification{
width:17em
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification a{
font-size:15px;
padding-left:0
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification i{
font-size:15px;
margin-left:0;
margin-right:5px
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li{
border-top:none;
padding:.7em 20px
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:first-child{
padding:.7em 20px
}
.header-navbar .navbar-wrapper .navbar-container .header-notification.active:before{
content:"";
border:10px solid transparent;
border-left-color:#fff;
border-top-color:#fff;
position:absolute;
border-radius:5px;
bottom:-32px;
right:20px;
-webkit-box-shadow:-11px -11px 35px 0 rgba(0,0,0,.25);
box-shadow:-11px -11px 35px 0 rgba(0,0,0,.25);
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
z-index:9
}
.header-navbar .navbar-wrapper .navbar-container .badge{
border-radius:100px;
right:10px;
position:absolute;
top:14px;
padding:4px
}
.header-navbar .navbar-wrapper .header-search{
line-height:.8
}
.header-navbar .navbar-wrapper .header-search .main-search{
padding:13px 0;
display:block
}
.header-navbar .navbar-wrapper .header-search .main-search .input-group{
margin-bottom:0;
background-color:transparent;
border-radius:20px
}
.header-navbar .navbar-wrapper .header-search .main-search .input-group .form-control{
padding:.3rem .75rem;
width:0;
border:none;
background-color:transparent
}
.header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-append,.header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-prepend{
background-color:transparent;
border:none
}
.header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-append .input-group-text,.header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-prepend .input-group-text{
background-color:transparent;
color:#fff;
border:none
}
.header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-append.search-close,.header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-prepend.search-close{
display:none
}
.header-navbar .navbar-wrapper .header-search .main-search.open{
color:#000;
line-height:1
}
.header-navbar .navbar-wrapper .header-search .main-search.open .input-group{
background-color:#fff
}
.header-navbar .navbar-wrapper .header-search .main-search.open .input-group .form-control{
display:block
}
.header-navbar .navbar-wrapper .header-search .main-search.open .input-group .input-group-append .input-group-text,.header-navbar .navbar-wrapper .header-search .main-search.open .input-group .input-group-prepend .input-group-text{
color:#000
}
.header-navbar .navbar-wrapper .header-search .main-search.open .input-group .input-group-append.search-close,.header-navbar .navbar-wrapper .header-search .main-search.open .input-group .input-group-prepend.search-close{
display:-webkit-box;
display:-ms-flexbox;
display:flex
}
@-webkit-keyframes not-blink{
0%{
-webkit-transform:scale(1);
transform:scale(1);
opacity:1
}
100%{
-webkit-transform:scale(4);
transform:scale(4);
opacity:0
}
}
@keyframes not-blink{
0%{
-webkit-transform:scale(1);
transform:scale(1);
opacity:1
}
100%{
-webkit-transform:scale(4);
transform:scale(4);
opacity:0
}
}
.pcoded .pcoded-container{
position:relative;
background:#f3f3f3;
-webkit-box-shadow:0 1px 20px 0 rgba(69,90,100,.08);
box-shadow:0 1px 20px 0 rgba(69,90,100,.08)
}
.pcoded .pcoded-header{
position:relative;
display:block
}
.pcoded .pcoded-navbar{
display:block;
-webkit-box-shadow:1px 0 20px 0 rgba(69,90,100,.08);
box-shadow:1px 0 20px 0 rgba(69,90,100,.08)
}
.pcoded-main-container{
display:block;
position:relative;
background:#eff5f7;
min-height:calc(100vh - 56px)
}
.pcoded .pcoded-content{
position:relative;
display:block
}
.pcoded-inner-navbar{
display:block;
position:relative
}
.pcoded-inner-content{
padding:10px
}
.pcoded .pcoded-navbar .pcoded-item{
display:block;
list-style:none;
margin:0;
padding:0 0 20px;
position:relative
}
.pcoded .pcoded-navbar .pcoded-item:after{
content:"";
background-color:#e4e9eb;
width:80%;
height:1px;
position:absolute;
left:10%;
bottom:10px
}
.pcoded .pcoded-navbar .pcoded-item>li{
display:block;
list-style:outside none none;
margin:0;
padding:0;
position:relative
}
.pcoded .pcoded-navbar .pcoded-item>li>a{
display:block;
font-size:14px;
padding:0 15px;
text-decoration:none;
position:relative;
-webkit-transition:none;
transition:none
}
.pcoded .pcoded-navbar .pcoded-item>li>a.disabled{
opacity:.5;
cursor:not-allowed!important
}
.pcoded .pcoded-navbar .pcoded-item>li:hover>a,.pcoded .pcoded-navbar .pcoded-item>li.active>a{
-webkit-box-shadow:0 15px 8px -11px rgba(0,0,0,.25);
box-shadow:0 15px 8px -11px rgba(0,0,0,.25)
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu{
list-style:outside none none;
margin:0;
padding:0
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li{
display:block;
list-style:outside none none;
margin:0;
padding:0;
position:relative
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a{
display:block;
font-size:14px;
font-weight:400;
padding:0 15px;
text-decoration:none;
position:relative;
-webkit-transition:all 0s linear;
transition:all 0s linear
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a>.pcoded-mtext{
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a>.pcoded-mtext:before{
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a .pcoded-micon{
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out;
font-size:10px;
padding-right:5px
}
.pcoded .pcoded-navbar .pcoded-item>li>a>.pcoded-micon{
font-size:14px;
padding:4px;
color:#fff;
border-radius:4px;
width:30px;
display:-webkit-inline-box;
display:-ms-inline-flexbox;
display:inline-flex;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
height:30px;
text-align:center
}
.pcoded .pcoded-navbar .pcoded-item>li>a>.pcoded-micon b{
margin:0 2px;
font-size:12px;
line-height:1;
font-weight:600
}
.pcoded-inner-navbar{
height:100%
}
.pcoded[theme-layout=vertical] .pcoded-header{
width:100%;
-webkit-box-shadow:0 1px 2.94px .06px rgba(4,26,55,.16);
box-shadow:0 1px 2.94px .06px rgba(4,26,55,.16);
z-index:1029
}
.pcoded[theme-layout=vertical][vertical-nav-type=offcanvas] .pcoded-navbar{
opacity:0
}
.pcoded[theme-layout=vertical] .pcoded-header .sidebar_toggle a{
border-radius:4px;
float:left;
font-size:18px;
height:35px;
margin-right:5px;
position:relative;
text-align:center;
top:7px;
width:40px;
border-width:0;
border-style:solid
}
.pcoded[theme-layout=vertical] .pcoded-header .sidebar_toggle a i{
position:relative;
top:-7px
}
.pcoded[theme-layout=vertical] .pcoded-header .sidebar_toggle a:hover{
text-decoration:none
}
.sidebar_toggle a:focus{
text-decoration:none
}
.pcoded[theme-layout=vertical] .pcoded-right-header .pcoded-badge{
background-color:#777;
border-radius:10px;
color:#fff;
font-size:10px;
font-weight:700;
line-height:1;
min-height:17px;
min-width:10px;
opacity:1;
padding:4px 7px;
position:absolute;
right:-4px;
text-align:center;
top:9px;
-webkit-transition:opacity .3s linear 0s;
transition:opacity .3s linear 0s;
vertical-align:middle;
visibility:visible;
white-space:nowrap
}
.pcoded[theme-layout=vertical] .pcoded-navbar{
z-index:1027;
height:calc(100% - 56px)
}
.pcoded[theme-layout=vertical] .pcoded-navbar[pcoded-navbar-position=absolute]{
height:100%
}
.pcoded[theme-layout=vertical] .pcoded-navbar[pcoded-navbar-position=fixed]{
top:56px
}
.pcoded[theme-layout=vertical] .pcoded-content{
position:relative;
display:block
}
.pcoded[theme-layout=vertical] .pcoded-container{
overflow:hidden;
position:relative;
margin:0 auto
}
.pcoded[theme-layout=vertical].pcoded-wrapper,.pcoded[theme-layout=vertical] .pcoded-main-container{
position:relative;
margin:0 auto
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item>li>a{
text-align:left;
padding:5px 10px;
margin:5px 10px;
border-radius:2px
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu{
position:relative;
width:100%
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a{
text-align:left;
padding:8.7px 10px
}
.pcoded[theme-layout=vertical][vertical-nav-type=expanded] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a{
padding-left:15px
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu{
width:80%;
list-style:outside none none;
margin:15px auto
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu{
display:none
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item .pcoded-hasmenu.pcoded-trigger.active>.pcoded-submenu{
display:block
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[item-border=true][item-border-style=dashed] li>a{
border-bottom-style:dashed
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[item-border=true][item-border-style=dotted] li>a{
border-bottom-style:dotted
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[item-border=true][item-border-style=solid] li>a{
border-bottom-style:none
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[item-border=true][item-border-style=none] li>a{
border:none
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[item-border=false]>li>a{
border-bottom-width:0
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[item-border=true]>li>a{
border-bottom-width:1px
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[subitem-border=false] .pcoded-hasmenu .pcoded-submenu li>a{
border-bottom-width:0
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[subitem-border=true] .pcoded-hasmenu .pcoded-submenu li>a{
border-bottom-width:1px
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item[subitem-border=true] .pcoded-hasmenu .pcoded-submenu li:last-child>a{
border-bottom-width:0
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item li.pcoded-hasmenu>a:after{
float:right;
font-style:normal;
margin-left:3px;
font-size:10px;
position:absolute;
right:15px;
top:3px;
font-family:themify;
padding-top:12px;
-webkit-transition:opacity .3s linear;
transition:opacity .3s linear
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.pcoded-hasmenu>a:after{
top:0
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item li.pcoded-hasmenu[dropdown-icon=style1]>a:after{
content:"\e649"
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item li.pcoded-hasmenu.pcoded-trigger[dropdown-icon=style1]>a:after{
content:"\e64b"
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item li.pcoded-hasmenu[dropdown-icon=style2]>a:after{
content:"\e661"
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item li.pcoded-hasmenu.pcoded-trigger[dropdown-icon=style2]>a:after{
content:"\e663"
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item li.pcoded-hasmenu[dropdown-icon=style3]>a:after{
content:'\e61a'
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item li.pcoded-hasmenu.pcoded-trigger[dropdown-icon=style3]>a:after{
content:'\e622'
}
.pcoded[theme-layout=vertical] .pcoded-navbar[pcoded-navbar-position=relative]{
position:relative
}
.pcoded[theme-layout=vertical] .pcoded-navbar[pcoded-navbar-position=fixed]{
position:fixed
}
.pcoded[theme-layout=vertical] .pcoded-navbar[pcoded-navbar-position=absolute]{
position:absolute
}
.pcoded[theme-layout=vertical] .pcoded-header[pcoded-header-position=relative]{
position:relative
}
.pcoded[theme-layout=vertical] .pcoded-header[pcoded-header-position=fixed]{
position:fixed;
z-index:1028
}
.pcoded[theme-layout=vertical] .pcoded-header[pcoded-header-position=absolute]{
position:absolute
}
.pcoded[theme-layout=vertical][vertical-layout=wide] .pcoded-container{
width:100%;
margin:0 auto
}
.pcoded[theme-layout=vertical][pcoded-device-type=desktop][vertical-layout=box] .pcoded-container{
max-width:1200px;
width:100%;
margin:0 auto
}
.pcoded[theme-layout=vertical][pcoded-device-type=desktop][vertical-layout=box] .pcoded-container .pcoded-header{
max-width:1200px
}
.pcoded[theme-layout=vertical][pcoded-device-type=tablet][vertical-layout=box] .pcoded-container{
max-width:900px;
width:100%;
margin:0 auto
}
.pcoded[theme-layout=vertical][pcoded-device-type=phone][vertical-layout=box] .pcoded-container{
max-width:100%;
width:100%;
margin:0 auto
}
.pcoded .pcoded-overlay-box{
background:#000 none repeat scroll 0 0;
bottom:0;
height:100%;
position:fixed;
top:0;
width:100%;
z-index:-1;
opacity:0;
visibility:hidden;
-webkit-transition:opacity .3s linear;
transition:opacity .3s linear;
overflow:hidden
}
.pcoded[vertical-nav-type=compact][vertical-effect=overlay] .pcoded-overlay-box,.pcoded[vertical-nav-type=expanded][vertical-effect=overlay] .pcoded-overlay-box{
visibility:visible;
z-index:1026;
opacity:.3;
-webkit-transition:opacity .3s linear;
transition:opacity .3s linear;
overflow:hidden
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a .pcoded-micon{
display:none;
font-size:10px;
padding-right:5px
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a .pcoded-mtext:before{
font-style:normal;
padding-right:4px;
font-size:10px;
position:relative;
left:0;
top:0;
opacity:1;
visibility:visible
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon=style1] .pcoded-submenu li>a .pcoded-mtext:before{
content:"\f105";
font-family:FontAwesome;
padding-right:5px;
font-size:12px
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon=style2] .pcoded-submenu li>a .pcoded-mtext:before{
content:"\f22d";
font-family:FontAwesome;
padding-right:5px;
font-size:12px
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon=style3] .pcoded-submenu li>a .pcoded-mtext:before{
content:"\f00c";
font-family:FontAwesome
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon=style4] .pcoded-submenu li>a .pcoded-mtext:before{
content:"\f124";
font-family:FontAwesome;
padding-right:10px;
font-size:12px
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon=style5] .pcoded-submenu li>a .pcoded-mtext:before{
content:"\f0da";
font-family:FontAwesome;
padding-right:10px;
font-size:12px
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon=style6] .pcoded-submenu li>a .pcoded-mtext:before{
content:"\f0c1";
font-family:FontAwesome;
padding-right:10px;
font-size:13px
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item>li:hover>a:before{
border-left-style:solid;
border-left-width:5px;
content:" ";
height:100%;
left:0;
position:absolute;
top:0
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover>a:before{
border-left-style:solid;
border-left-width:5px;
content:" ";
height:100%;
left:0;
position:absolute;
top:0
}
.pcoded[theme-layout=vertical] .pcoded-navbar .pcoded-item>li.active>a:before{
border-left-style:solid;
border-left-width:5px;
content:" ";
height:100%;
left:0;
position:absolute;
top:0
} | 0.415729 | 0.075007 |
@font-face {
font-family: 'Axiforma';
font-weight: 700;
src: url('./fonts/3A22BE_0_0.eot');
src: url('./fonts/3A22BE_0_0.eot?#iefix') format('embedded-opentype'),
url('./fonts/3A22BE_0_0.woff2') format('woff2'),
url('./fonts/3A22BE_0_0.woff') format('woff'),
url('./fonts/3A22BE_0_0.ttf') format('truetype');
}
@font-face {
font-family: 'Axiforma';
font-weight: 700;
font-style: italic;
src: url('./fonts/3A22BE_1_0.eot');
src: url('./fonts/3A22BE_1_0.eot?#iefix') format('embedded-opentype'),
url('./fonts/3A22BE_1_0.woff2') format('woff2'),
url('./fonts/3A22BE_1_0.woff') format('woff'),
url('./fonts/3A22BE_1_0.ttf') format('truetype');
}
@font-face {
font-family: 'Axiforma';
font-weight: 900;
src: url('./fonts/3A22BE_3_0.eot');
src: url('./fonts/3A22BE_3_0.eot?#iefix') format('embedded-opentype'),
url('./fonts/3A22BE_3_0.woff2') format('woff2'),
url('./fonts/3A22BE_3_0.woff') format('woff'),
url('./fonts/3A22BE_3_0.ttf') format('truetype');
}
@font-face {
font-family: 'Axiforma';
font-weight: 900;
font-style: italic;
src: url('./fonts/3A22BE_4_0.eot');
src: url('./fonts/3A22BE_4_0.eot?#iefix') format('embedded-opentype'),
url('./fonts/3A22BE_4_0.woff2') format('woff2'),
url('./fonts/3A22BE_4_0.woff') format('woff'),
url('./fonts/3A22BE_4_0.ttf') format('truetype');
}
@font-face {
font-family: 'Axiforma';
font-style: italic;
src: url('./fonts/3A22BE_5_0.eot');
src: url('./fonts/3A22BE_5_0.eot?#iefix') format('embedded-opentype'),
url('./fonts/3A22BE_5_0.woff2') format('woff2'),
url('./fonts/3A22BE_5_0.woff') format('woff'),
url('./fonts/3A22BE_5_0.ttf') format('truetype');
}
@font-face {
font-family: 'Axiforma';
font-weight: 400;
font-style: italic;
src: url('./fonts/3A22BE_6_0.eot');
src: url('./fonts/3A22BE_6_0.eot?#iefix') format('embedded-opentype'),
url('./fonts/3A22BE_6_0.woff2') format('woff2'),
url('./fonts/3A22BE_6_0.woff') format('woff'),
url('./fonts/3A22BE_6_0.ttf') format('truetype');
}
@font-face {
font-family: 'Axiforma';
font-weight: 800;
src: url('./fonts/3A22BE_8_0.eot');
src: url('./fonts/3A22BE_8_0.eot?#iefix') format('embedded-opentype'),
url('./fonts/3A22BE_8_0.woff2') format('woff2'),
url('./fonts/3A22BE_8_0.woff') format('woff'),
url('./fonts/3A22BE_8_0.ttf') format('truetype');
}
@font-face {
font-family: 'Axiforma';
font-weight: 800;
font-style: italic;
src: url('./fonts/3A22BE_A_0.eot');
src: url('./fonts/3A22BE_A_0.eot?#iefix') format('embedded-opentype'),
url('./fonts/3A22BE_A_0.woff2') format('woff2'),
url('./fonts/3A22BE_A_0.woff') format('woff'),
url('./fonts/3A22BE_A_0.ttf') format('truetype');
}
@font-face {
font-family: 'Axiforma';
font-weight: 300;
src: url('./fonts/3A22BE_B_0.eot');
src: url('./fonts/3A22BE_B_0.eot?#iefix') format('embedded-opentype'),
url('./fonts/3A22BE_B_0.woff2') format('woff2'),
url('./fonts/3A22BE_B_0.woff') format('woff'),
url('./fonts/3A22BE_B_0.ttf') format('truetype');
}
@font-face {
font-family: 'Axiforma';
font-style: italic;
font-weight: 300;
src: url('./fonts/3A22BE_C_0.eot');
src: url('./fonts/3A22BE_C_0.eot?#iefix') format('embedded-opentype'),
url('./fonts/3A22BE_C_0.woff2') format('woff2'),
url('./fonts/3A22BE_C_0.woff') format('woff'),
url('./fonts/3A22BE_C_0.ttf') format('truetype');
}
@font-face {
font-family: 'Axiforma';
font-weight: 500;
src: url('./fonts/3A22BE_D_0.eot');
src: url('./fonts/3A22BE_D_0.eot?#iefix') format('embedded-opentype'),
url('./fonts/3A22BE_D_0.woff2') format('woff2'),
url('./fonts/3A22BE_D_0.woff') format('woff'),
url('./fonts/3A22BE_D_0.ttf') format('truetype');
}
@font-face {
font-family: 'Axiforma';
font-style: italic;
font-weight: 500;
src: url('./fonts/3A22BE_E_0.eot');
src: url('./fonts/3A22BE_E_0.eot?#iefix') format('embedded-opentype'),
url('./fonts/3A22BE_E_0.woff2') format('woff2'),
url('./fonts/3A22BE_E_0.woff') format('woff'),
url('./fonts/3A22BE_E_0.ttf') format('truetype');
}
@font-face {
font-family: 'Axiforma';
font-weight: 400;
src: url('./fonts/3A22BE_F_0.eot');
src: url('./fonts/3A22BE_F_0.eot?#iefix') format('embedded-opentype'),
url('./fonts/3A22BE_F_0.woff2') format('woff2'),
url('./fonts/3A22BE_F_0.woff') format('woff'),
url('./fonts/3A22BE_F_0.ttf') format('truetype');
}
@font-face {
font-family: 'Axiforma';
font-weight: 600;
src: url('./fonts/3A22BE_10_0.eot');
src: url('./fonts/3A22BE_10_0.eot?#iefix') format('embedded-opentype'),
url('./fonts/3A22BE_10_0.woff2') format('woff2'),
url('./fonts/3A22BE_10_0.woff') format('woff'),
url('./fonts/3A22BE_10_0.ttf') format('truetype');
}
@font-face {
font-family: 'Axiforma';
font-style: italic;
font-weight: 600;
src: url('./fonts/3A22BE_11_0.eot');
src: url('./fonts/3A22BE_11_0.eot?#iefix') format('embedded-opentype'),
url('./fonts/3A22BE_11_0.woff2') format('woff2'),
url('./fonts/3A22BE_11_0.woff') format('woff'),
url('./fonts/3A22BE_11_0.ttf') format('truetype');
}
@font-face {
font-family: 'Axiforma';
font-weight: 200;
src: url('./fonts/3A22BE_12_0.eot');
src: url('./fonts/3A22BE_12_0.eot?#iefix') format('embedded-opentype'),
url('./fonts/3A22BE_12_0.woff2') format('woff2'),
url('./fonts/3A22BE_12_0.woff') format('woff'),
url('./fonts/3A22BE_12_0.ttf') format('truetype');
}
@font-face {
font-family: 'Axiforma';
font-style: italic;
font-weight: 200;
src: url('./fonts/3A22BE_13_0.eot');
src: url('./fonts/3A22BE_13_0.eot?#iefix') format('embedded-opentype'),
url('./fonts/3A22BE_13_0.woff2') format('woff2'),
url('./fonts/3A22BE_13_0.woff') format('woff'),
url('./fonts/3A22BE_13_0.ttf') format('truetype');
} | src/styles/_fonts.css | @font-face {
font-family: 'Axiforma';
font-weight: 700;
src: url('./fonts/3A22BE_0_0.eot');
src: url('./fonts/3A22BE_0_0.eot?#iefix') format('embedded-opentype'),
url('./fonts/3A22BE_0_0.woff2') format('woff2'),
url('./fonts/3A22BE_0_0.woff') format('woff'),
url('./fonts/3A22BE_0_0.ttf') format('truetype');
}
@font-face {
font-family: 'Axiforma';
font-weight: 700;
font-style: italic;
src: url('./fonts/3A22BE_1_0.eot');
src: url('./fonts/3A22BE_1_0.eot?#iefix') format('embedded-opentype'),
url('./fonts/3A22BE_1_0.woff2') format('woff2'),
url('./fonts/3A22BE_1_0.woff') format('woff'),
url('./fonts/3A22BE_1_0.ttf') format('truetype');
}
@font-face {
font-family: 'Axiforma';
font-weight: 900;
src: url('./fonts/3A22BE_3_0.eot');
src: url('./fonts/3A22BE_3_0.eot?#iefix') format('embedded-opentype'),
url('./fonts/3A22BE_3_0.woff2') format('woff2'),
url('./fonts/3A22BE_3_0.woff') format('woff'),
url('./fonts/3A22BE_3_0.ttf') format('truetype');
}
@font-face {
font-family: 'Axiforma';
font-weight: 900;
font-style: italic;
src: url('./fonts/3A22BE_4_0.eot');
src: url('./fonts/3A22BE_4_0.eot?#iefix') format('embedded-opentype'),
url('./fonts/3A22BE_4_0.woff2') format('woff2'),
url('./fonts/3A22BE_4_0.woff') format('woff'),
url('./fonts/3A22BE_4_0.ttf') format('truetype');
}
@font-face {
font-family: 'Axiforma';
font-style: italic;
src: url('./fonts/3A22BE_5_0.eot');
src: url('./fonts/3A22BE_5_0.eot?#iefix') format('embedded-opentype'),
url('./fonts/3A22BE_5_0.woff2') format('woff2'),
url('./fonts/3A22BE_5_0.woff') format('woff'),
url('./fonts/3A22BE_5_0.ttf') format('truetype');
}
@font-face {
font-family: 'Axiforma';
font-weight: 400;
font-style: italic;
src: url('./fonts/3A22BE_6_0.eot');
src: url('./fonts/3A22BE_6_0.eot?#iefix') format('embedded-opentype'),
url('./fonts/3A22BE_6_0.woff2') format('woff2'),
url('./fonts/3A22BE_6_0.woff') format('woff'),
url('./fonts/3A22BE_6_0.ttf') format('truetype');
}
@font-face {
font-family: 'Axiforma';
font-weight: 800;
src: url('./fonts/3A22BE_8_0.eot');
src: url('./fonts/3A22BE_8_0.eot?#iefix') format('embedded-opentype'),
url('./fonts/3A22BE_8_0.woff2') format('woff2'),
url('./fonts/3A22BE_8_0.woff') format('woff'),
url('./fonts/3A22BE_8_0.ttf') format('truetype');
}
@font-face {
font-family: 'Axiforma';
font-weight: 800;
font-style: italic;
src: url('./fonts/3A22BE_A_0.eot');
src: url('./fonts/3A22BE_A_0.eot?#iefix') format('embedded-opentype'),
url('./fonts/3A22BE_A_0.woff2') format('woff2'),
url('./fonts/3A22BE_A_0.woff') format('woff'),
url('./fonts/3A22BE_A_0.ttf') format('truetype');
}
@font-face {
font-family: 'Axiforma';
font-weight: 300;
src: url('./fonts/3A22BE_B_0.eot');
src: url('./fonts/3A22BE_B_0.eot?#iefix') format('embedded-opentype'),
url('./fonts/3A22BE_B_0.woff2') format('woff2'),
url('./fonts/3A22BE_B_0.woff') format('woff'),
url('./fonts/3A22BE_B_0.ttf') format('truetype');
}
@font-face {
font-family: 'Axiforma';
font-style: italic;
font-weight: 300;
src: url('./fonts/3A22BE_C_0.eot');
src: url('./fonts/3A22BE_C_0.eot?#iefix') format('embedded-opentype'),
url('./fonts/3A22BE_C_0.woff2') format('woff2'),
url('./fonts/3A22BE_C_0.woff') format('woff'),
url('./fonts/3A22BE_C_0.ttf') format('truetype');
}
@font-face {
font-family: 'Axiforma';
font-weight: 500;
src: url('./fonts/3A22BE_D_0.eot');
src: url('./fonts/3A22BE_D_0.eot?#iefix') format('embedded-opentype'),
url('./fonts/3A22BE_D_0.woff2') format('woff2'),
url('./fonts/3A22BE_D_0.woff') format('woff'),
url('./fonts/3A22BE_D_0.ttf') format('truetype');
}
@font-face {
font-family: 'Axiforma';
font-style: italic;
font-weight: 500;
src: url('./fonts/3A22BE_E_0.eot');
src: url('./fonts/3A22BE_E_0.eot?#iefix') format('embedded-opentype'),
url('./fonts/3A22BE_E_0.woff2') format('woff2'),
url('./fonts/3A22BE_E_0.woff') format('woff'),
url('./fonts/3A22BE_E_0.ttf') format('truetype');
}
@font-face {
font-family: 'Axiforma';
font-weight: 400;
src: url('./fonts/3A22BE_F_0.eot');
src: url('./fonts/3A22BE_F_0.eot?#iefix') format('embedded-opentype'),
url('./fonts/3A22BE_F_0.woff2') format('woff2'),
url('./fonts/3A22BE_F_0.woff') format('woff'),
url('./fonts/3A22BE_F_0.ttf') format('truetype');
}
@font-face {
font-family: 'Axiforma';
font-weight: 600;
src: url('./fonts/3A22BE_10_0.eot');
src: url('./fonts/3A22BE_10_0.eot?#iefix') format('embedded-opentype'),
url('./fonts/3A22BE_10_0.woff2') format('woff2'),
url('./fonts/3A22BE_10_0.woff') format('woff'),
url('./fonts/3A22BE_10_0.ttf') format('truetype');
}
@font-face {
font-family: 'Axiforma';
font-style: italic;
font-weight: 600;
src: url('./fonts/3A22BE_11_0.eot');
src: url('./fonts/3A22BE_11_0.eot?#iefix') format('embedded-opentype'),
url('./fonts/3A22BE_11_0.woff2') format('woff2'),
url('./fonts/3A22BE_11_0.woff') format('woff'),
url('./fonts/3A22BE_11_0.ttf') format('truetype');
}
@font-face {
font-family: 'Axiforma';
font-weight: 200;
src: url('./fonts/3A22BE_12_0.eot');
src: url('./fonts/3A22BE_12_0.eot?#iefix') format('embedded-opentype'),
url('./fonts/3A22BE_12_0.woff2') format('woff2'),
url('./fonts/3A22BE_12_0.woff') format('woff'),
url('./fonts/3A22BE_12_0.ttf') format('truetype');
}
@font-face {
font-family: 'Axiforma';
font-style: italic;
font-weight: 200;
src: url('./fonts/3A22BE_13_0.eot');
src: url('./fonts/3A22BE_13_0.eot?#iefix') format('embedded-opentype'),
url('./fonts/3A22BE_13_0.woff2') format('woff2'),
url('./fonts/3A22BE_13_0.woff') format('woff'),
url('./fonts/3A22BE_13_0.ttf') format('truetype');
} | 0.146575 | 0.063832 |
body{
background-color:white; /* wenn bei windows z.B. window-backgroundfarbe vorgegeben .... zum loeschen */
font-family: "Lucida Sans", Helvetica;
font-weight:normal;
}
#screen{
position: absolute;
width: 98%;
height:98%;
}
#outer_spinner{
position: absolute;
width:98%;
height:98%;
}
#spinner{
position: fixed;
width: 110px;
height: 110px;
top: 50%;
left: 50%;
margin-top: -55px;
margin-left: -55px;
}
footer{
background-color:white;
margin-top:0.5em;
padding:1em 0 1em 0;
color:black;
text-align:center;
font-size:1em;
}
#headerdiv{
height: 6em;
min-width: 42em;
padding-left: 1em;
padding-right: 1em;
}
#outer_wrapper{
position: relative;
margin:0.4em auto 0.8em auto;
max-width: 84em;
min-width:44em;
min-height: 50em;
border: 0.1em solid;
box-shadow: 10px 10px 5px #888888;
}
#logindiv{
margin:4em auto 0em auto;
width: 42em;
border: 0.2em solid;
text-align:center;
}
#logintext{
margin: 0.5em;
font-size:2em;
font-weight: bold;
}
#loginbutton{
width: 20em;
border: 0.2em solid;
text-align:center;
text-align: center;
padding-top: 0.2em;
background-color: #e6e6e6;
margin: 1.5em;
height: 2em;
font-size:1em;
font-weight: bold;
}
#loginbutton:hover {
background-color: lightgrey;
}
#logoutbutton{
position: absolute;
right: 1em;
top:1em;
display:block;
text-decoration:none;
text-align: center;
padding-top: 0.2em;
width: 6em;
background-color: #e6e6e6;
border: 0.2em solid;
height: 2em;
font-size:1em;
font-weight: bold;
}
#logoutbutton:hover {
background-color: lightgrey;
}
#groupdiv{
height: 8.4em;
width: 99%;
overflow-y:scroll;
border: 0.1em solid black;
}
.groupin{
width: 93%;
border: 0.1em solid;
margin: 0.1em;
}
#groupsearch{
border: 0.1em solid;
margin-bottom: 0.5em;
width: 98%;
}
#buttonwrapper{
overflow:hidden;
margin-bottom: 1em;
}
.buttondiv{
float:left;
overflow:hidden;
margin-left: 0.85em;
margin-bottom: 0.5em;
min-width: 40em;
height: 2.5em;
}
.fieldset1{
display: inline-table;
max-width:46.5em;
min-width: 46.5em;
font-size: 0.8em;
margin-left: 2em;
margin-right: 2em;
margin-top: 1em;
margin-bottom: 1em;
padding-top: 0.1em;
padding-bottom: 0.4em;
padding-left: 0.2em;
padding-right: 0.2em;
border: 0.2em solid;
border-radius: 0.5em;
}
.loginfieldset{
display: inline;
font-size: 0.8em;
margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 0.1em;
padding-bottom: 0.4em;
padding-left: 0.2em;
padding-right: 0.2em;
border: 0.2em solid;
border-radius: 0.5em;
}
.standardin{
border: 0.1em solid;
width: 99%;
}
.standardin2{
border: 0.1em solid;
width: 99%;
}
#accountexpires{
width: 60%;
margin-right: 2em;
}
#guimessage{
color:#82150b;
border-color: black;
}
#passfield{
height: 9em;
vertical-align: top;
}
.passin{
margin-bottom: 0.3em;
border: 0.1em solid;
width: 99%;
}
#oufield{
height: 9em;
vertical-align: top;
}
.ouselection{
border: 0.1em solid;
width: 99%;
background: white;
margin-bottom: 0.3em;
}
.groupselection{
border: 0.1em solid;
width: 99%;
background: white;
}
.loginin{
border: 0.2em solid;
width: 40em;
}
.buttons {
float:left;
display:block;
background-color: #e6e6e6;
text-decoration:none;
text-align: center;
padding-top: 0.2em;
margin-left: 1em;
margin-right: 1em;
width: 11em;
border: 0.2em solid;
height: 2em;
font-size:1em;
font-weight: bold;
}
.buttons:hover {
background-color: lightgrey;
}
.buttons:active {
background-color: lightgrey;
}
#changepassbutton{
height: 1.5em;
font-size:1em;
padding: 0em;
margin: 0.3em 0 0 1em ;
}
#resetpassbutton{
height: 1.5em;
font-size:1em;
padding: 0em;
margin: 0.3em 0 0 1em ;
}
#addgroupbutton{
height: 1.5em;
font-size:1em;
padding: 0em;
margin: 0.2em 0 0.2em 0 ;
}
.deletegroupbuttons{
width: 5%;
border: 0.1em solid;
margin: 0.05em;
}
.deletegroupbuttons:hover {
background-color: lightgrey;
}
.redfont{
color: red;
}
.greenfont{
color: green;
}
.blackfont{
color: black;
}
.redbackground{
background-color: #d75d5d;
}
.orangeborder{
border-color: #eed713;
}
.redborder{
border-color: #b22d09;
}
.blackborder{
border-color: black;
} | css/styles.css | body{
background-color:white; /* wenn bei windows z.B. window-backgroundfarbe vorgegeben .... zum loeschen */
font-family: "Lucida Sans", Helvetica;
font-weight:normal;
}
#screen{
position: absolute;
width: 98%;
height:98%;
}
#outer_spinner{
position: absolute;
width:98%;
height:98%;
}
#spinner{
position: fixed;
width: 110px;
height: 110px;
top: 50%;
left: 50%;
margin-top: -55px;
margin-left: -55px;
}
footer{
background-color:white;
margin-top:0.5em;
padding:1em 0 1em 0;
color:black;
text-align:center;
font-size:1em;
}
#headerdiv{
height: 6em;
min-width: 42em;
padding-left: 1em;
padding-right: 1em;
}
#outer_wrapper{
position: relative;
margin:0.4em auto 0.8em auto;
max-width: 84em;
min-width:44em;
min-height: 50em;
border: 0.1em solid;
box-shadow: 10px 10px 5px #888888;
}
#logindiv{
margin:4em auto 0em auto;
width: 42em;
border: 0.2em solid;
text-align:center;
}
#logintext{
margin: 0.5em;
font-size:2em;
font-weight: bold;
}
#loginbutton{
width: 20em;
border: 0.2em solid;
text-align:center;
text-align: center;
padding-top: 0.2em;
background-color: #e6e6e6;
margin: 1.5em;
height: 2em;
font-size:1em;
font-weight: bold;
}
#loginbutton:hover {
background-color: lightgrey;
}
#logoutbutton{
position: absolute;
right: 1em;
top:1em;
display:block;
text-decoration:none;
text-align: center;
padding-top: 0.2em;
width: 6em;
background-color: #e6e6e6;
border: 0.2em solid;
height: 2em;
font-size:1em;
font-weight: bold;
}
#logoutbutton:hover {
background-color: lightgrey;
}
#groupdiv{
height: 8.4em;
width: 99%;
overflow-y:scroll;
border: 0.1em solid black;
}
.groupin{
width: 93%;
border: 0.1em solid;
margin: 0.1em;
}
#groupsearch{
border: 0.1em solid;
margin-bottom: 0.5em;
width: 98%;
}
#buttonwrapper{
overflow:hidden;
margin-bottom: 1em;
}
.buttondiv{
float:left;
overflow:hidden;
margin-left: 0.85em;
margin-bottom: 0.5em;
min-width: 40em;
height: 2.5em;
}
.fieldset1{
display: inline-table;
max-width:46.5em;
min-width: 46.5em;
font-size: 0.8em;
margin-left: 2em;
margin-right: 2em;
margin-top: 1em;
margin-bottom: 1em;
padding-top: 0.1em;
padding-bottom: 0.4em;
padding-left: 0.2em;
padding-right: 0.2em;
border: 0.2em solid;
border-radius: 0.5em;
}
.loginfieldset{
display: inline;
font-size: 0.8em;
margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 0.1em;
padding-bottom: 0.4em;
padding-left: 0.2em;
padding-right: 0.2em;
border: 0.2em solid;
border-radius: 0.5em;
}
.standardin{
border: 0.1em solid;
width: 99%;
}
.standardin2{
border: 0.1em solid;
width: 99%;
}
#accountexpires{
width: 60%;
margin-right: 2em;
}
#guimessage{
color:#82150b;
border-color: black;
}
#passfield{
height: 9em;
vertical-align: top;
}
.passin{
margin-bottom: 0.3em;
border: 0.1em solid;
width: 99%;
}
#oufield{
height: 9em;
vertical-align: top;
}
.ouselection{
border: 0.1em solid;
width: 99%;
background: white;
margin-bottom: 0.3em;
}
.groupselection{
border: 0.1em solid;
width: 99%;
background: white;
}
.loginin{
border: 0.2em solid;
width: 40em;
}
.buttons {
float:left;
display:block;
background-color: #e6e6e6;
text-decoration:none;
text-align: center;
padding-top: 0.2em;
margin-left: 1em;
margin-right: 1em;
width: 11em;
border: 0.2em solid;
height: 2em;
font-size:1em;
font-weight: bold;
}
.buttons:hover {
background-color: lightgrey;
}
.buttons:active {
background-color: lightgrey;
}
#changepassbutton{
height: 1.5em;
font-size:1em;
padding: 0em;
margin: 0.3em 0 0 1em ;
}
#resetpassbutton{
height: 1.5em;
font-size:1em;
padding: 0em;
margin: 0.3em 0 0 1em ;
}
#addgroupbutton{
height: 1.5em;
font-size:1em;
padding: 0em;
margin: 0.2em 0 0.2em 0 ;
}
.deletegroupbuttons{
width: 5%;
border: 0.1em solid;
margin: 0.05em;
}
.deletegroupbuttons:hover {
background-color: lightgrey;
}
.redfont{
color: red;
}
.greenfont{
color: green;
}
.blackfont{
color: black;
}
.redbackground{
background-color: #d75d5d;
}
.orangeborder{
border-color: #eed713;
}
.redborder{
border-color: #b22d09;
}
.blackborder{
border-color: black;
} | 0.455683 | 0.098382 |
body {
font-family: 'wf_segoe-ui_normal', 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif;
height: 100%;
margin: 0px;
-webkit-font-smoothing: antialiased;
background-color: #999999;
}
.suite-nav {
background-color: #000000;
border-spacing: 0px;
display: table;
font-size: 0px;
height: 50px;
line-height: normal;
white-space: nowrap;
width: 100%;
}
.suite-nav .topnav-left {
background-image: url(images/nav-left.png);
border-spacing: 0px;
display: table-cell;
font-size: 0px;
line-height: normal;
position: relative;
left: -1px;
vertical-align: middle;
width: 198px;
}
.suite-nav .topnav-center {
background-image: url(images/nav-center.png);
background-repeat: no-repeat;
background-position: center;
border-spacing: 0px;
display: table-cell;
font-size: 0px;
line-height: normal;
text-align: center;
vertical-align: middle;
white-space: nowrap;
}
.suite-nav .topnav-right {
background-image: url(images/nav-right.png);
border-spacing: 0px;
display: table-cell;
font-size: 0px;
line-height: normal;
text-align: right;
vertical-align: middle;
width: 207px;
}
.top-container {
position: absolute;
top: 50px;
left: 0px;
right: 0px;
bottom: 0px;
}
.top-container > .main-page {
background-color: #fafafa;
position: absolute;
left: 140px;
right: 140px;
margin-bottom: 140px;
}
.top-container > .main-page > .banner {
padding-left: 50px;
padding-top: 2px;
}
.top-container > .main-page > .column {
padding: 0px 20px 20px 20px;
float: left;
}
.top-container > .main-page > .column > div {
background-color: #ffffff;
width: 400px;
padding: 10px;
}
.top-container > .main-page > .column > div[data-sp-cs-webpartid] {
border: 1px solid #ccc;
border-radius: 3px;
}
.top-container > .main-page > .column > .cswp,
.top-container > .main-page > .column > .cswp-loading {
margin-bottom: 20px;
}
.top-container > .main-page > .column > .demo-title {
background-color: #fafafa;
margin-bottom: 0px;
padding-bottom: 10px;
font-style: italic;
color: #666666;
}
.top-container > .main-page > .column > .demo-notes {
background-color: #fafafa;
font-size: 10pt;
margin-bottom: 0px;
padding-bottom: 0px;
padding-top: 0px;
font-style: italic;
color: #666666;
}
.top-container > .left-nav {
background-color: #999999;
position: absolute;
left: 0px;
width: 140px;
height: 100%;
}
.top-container > .right-nav {
background-color: #999999;
position: absolute;
right: 0px;
width: 140px;
height: 100%;
}
/*# sourceMappingURL=cswp-classic-page-demo.css.map */ | node_modules/@microsoft/sp-webpart-base/lib/core/classicPages/cswp-classic-page-demo.css | body {
font-family: 'wf_segoe-ui_normal', 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif;
height: 100%;
margin: 0px;
-webkit-font-smoothing: antialiased;
background-color: #999999;
}
.suite-nav {
background-color: #000000;
border-spacing: 0px;
display: table;
font-size: 0px;
height: 50px;
line-height: normal;
white-space: nowrap;
width: 100%;
}
.suite-nav .topnav-left {
background-image: url(images/nav-left.png);
border-spacing: 0px;
display: table-cell;
font-size: 0px;
line-height: normal;
position: relative;
left: -1px;
vertical-align: middle;
width: 198px;
}
.suite-nav .topnav-center {
background-image: url(images/nav-center.png);
background-repeat: no-repeat;
background-position: center;
border-spacing: 0px;
display: table-cell;
font-size: 0px;
line-height: normal;
text-align: center;
vertical-align: middle;
white-space: nowrap;
}
.suite-nav .topnav-right {
background-image: url(images/nav-right.png);
border-spacing: 0px;
display: table-cell;
font-size: 0px;
line-height: normal;
text-align: right;
vertical-align: middle;
width: 207px;
}
.top-container {
position: absolute;
top: 50px;
left: 0px;
right: 0px;
bottom: 0px;
}
.top-container > .main-page {
background-color: #fafafa;
position: absolute;
left: 140px;
right: 140px;
margin-bottom: 140px;
}
.top-container > .main-page > .banner {
padding-left: 50px;
padding-top: 2px;
}
.top-container > .main-page > .column {
padding: 0px 20px 20px 20px;
float: left;
}
.top-container > .main-page > .column > div {
background-color: #ffffff;
width: 400px;
padding: 10px;
}
.top-container > .main-page > .column > div[data-sp-cs-webpartid] {
border: 1px solid #ccc;
border-radius: 3px;
}
.top-container > .main-page > .column > .cswp,
.top-container > .main-page > .column > .cswp-loading {
margin-bottom: 20px;
}
.top-container > .main-page > .column > .demo-title {
background-color: #fafafa;
margin-bottom: 0px;
padding-bottom: 10px;
font-style: italic;
color: #666666;
}
.top-container > .main-page > .column > .demo-notes {
background-color: #fafafa;
font-size: 10pt;
margin-bottom: 0px;
padding-bottom: 0px;
padding-top: 0px;
font-style: italic;
color: #666666;
}
.top-container > .left-nav {
background-color: #999999;
position: absolute;
left: 0px;
width: 140px;
height: 100%;
}
.top-container > .right-nav {
background-color: #999999;
position: absolute;
right: 0px;
width: 140px;
height: 100%;
}
/*# sourceMappingURL=cswp-classic-page-demo.css.map */ | 0.369201 | 0.045016 |
@charset "UTF-8";
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
:root {
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
}
/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
margin: 0;
}
/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}
/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
height: 0;
/* 1 */
color: inherit;
/* 2 */
}
/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}
/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
font-family: ui-monospace,
SFMono-Regular,
Consolas,
'Liberation Mono',
Menlo,
monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/**
Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
text-indent: 0;
/* 1 */
border-color: inherit;
/* 2 */
}
/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */
}
/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none;
}
/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
-webkit-appearance: button;
}
/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
box-shadow: none;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
padding: 0;
}
/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
vertical-align: baseline;
}
/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
height: auto;
}
/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */
}
/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */
}
/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
display: list-item;
}
body {
font-family: 'Roboto', sans-serif;
font-style: normal;
text-transform: none;
background-color: #ffffff;
}
ul {
list-style: none;
}
a {
color: inherit;
text-decoration: none;
}
* {
margin: 0px;
padding: 0px;
}
textarea {
resize: none;
}
address {
font-style: unset;
}
.main-container {
margin: 0px auto;
padding: 0px 15px;
}
@media screen and (min-width: 480px) {
.main-container {
width: 480px;
}
}
@media screen and (min-width: 768px) {
.main-container {
width: 768px;
}
}
@media screen and (min-width: 1200px) {
.main-container {
width: 1200px;
}
}
#header {
background-color: #ffffff;
border-bottom: 1px solid #ECECEC;
}
@media screen and (max-width: 767px) {
#header {
position: relative;
}
}
.logo {
width: 134px;
padding: 16px 0px;
}
@media screen and (min-width: 768px) {
.logo {
padding: 26px 0px;
}
}
@media screen and (min-width: 1200px) {
.logo {
padding-top: 24px;
padding-bottom: 25px;
width: 145px;
}
}
.nav-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-style: normal;
font-weight: 500;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
letter-spacing: 0.02em;
color: #212121;
}
@media screen and (max-width: 767px) {
.nav-list {
font-size: 18px;
line-height: 1.17;
}
}
@media screen and (min-width: 1200px) {
.nav-list {
font-size: 14px;
line-height: 16px;
}
}
.nav-links, .nav-contacts {
font-style: normal;
line-height: 2;
letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
.nav-links, .nav-contacts {
text-align: center;
}
}
@media screen and (max-width: 767px) {
.nav-links {
padding-top: 32px;
}
}
@media screen and (min-width: 768px) {
.nav-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0px;
margin-left: auto;
font-size: 14px;
line-height: 16px;
}
}
.nav-contacts {
color: #757575;
}
@media screen and (min-width: 768px) {
.nav-contacts {
margin-left: auto;
font-size: 12px;
line-height: 14px;
}
}
@media screen and (min-width: 1200px) {
.nav-contacts {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 14px;
line-height: 16px;
letter-spacing: 0.02em;
}
}
@media screen and (max-width: 767px) {
.nav-links li:not(:last-child) {
padding-bottom: 40px;
}
}
@media screen and (min-width: 768px) {
.nav-links li:not(:last-child) {
margin-right: 50px;
}
}
@media screen and (max-width: 767px) {
.nav-links li:last-child {
margin-bottom: 60px;
}
}
@media screen and (max-width: 767px) {
.nav-contacts li:not(:last-child) {
padding-bottom: 16px;
}
}
@media screen and (min-width: 768px) {
.nav-contacts li:not(:last-child) {
padding-bottom: 10px;
}
}
@media screen and (min-width: 1200px) {
.nav-contacts li:not(:last-child) {
margin-right: 50px;
padding-bottom: 0px;
}
}
@media screen and (min-width: 1200px) {
.logo-fix {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
.nav-contacts .icon {
margin-right: 10px;
}
.current {
position: relative;
padding-bottom: 8px;
color: #2196F3;
}
@media screen and (max-width: 767px) {
.current {
display: inline-block;
}
}
@media screen and (min-width: 768px) {
.current {
padding-bottom: 30px;
}
}
.current::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 4px;
border-radius: 2px;
background-color: #2196F3;
}
/* СЕКЦИЯ 1 */
.section-one {
padding: 118px 0px;
text-align: center;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-color: #2F303A;
}
@media screen and (min-width: 1200px) {
.section-one {
padding: 200px 0px;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url("../images/background-overlay/bg-overlay-mobile/mob-header@x.jpg");
background-image: linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/background-overlay/bg-overlay-mobile/mob-header@x.jpg");
}
}
@media screen and (min-divice-pixel-ratio: 2), screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
.section-one {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url("../images/background-overlay/bg-overlay-mobile/mob-header@2x.jpg");
background-image: linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/background-overlay/bg-overlay-mobile/mob-header@2x.jpg");
}
}
@media screen and (min-width: 768px) {
.section-one {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url("../images/background-overlay/bg-overlay-tablet/tab-header@x.jpg");
background-image: linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/background-overlay/bg-overlay-tablet/tab-header@x.jpg");
}
}
@media screen and (min-divice-pixel-ratio: 2), screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
.section-one {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url("../images/background-overlay/bg-overlay-tablet/tab-header@2x.jpg");
background-image: linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/background-overlay/bg-overlay-tablet/tab-header@2x.jpg");
}
}
@media screen and (min-width: 1200px) {
.section-one {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url("../images/background-overlay/bg-overlay-desktop/desk-header@x.jpg");
background-image: linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/background-overlay/bg-overlay-desktop/desk-header@x.jpg");
}
}
@media screen and (min-divice-pixel-ratio: 2), screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
.section-one {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url("..//images/background-overlay/bg-overlay-desktop/desk-header@2x.jpg");
background-image: linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("..//images/background-overlay/bg-overlay-desktop/desk-header@2x.jpg");
}
}
@media screen and (min-width: 1200px) {
.service-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
.service-container h1 {
padding-bottom: 30px;
font-weight: 900;
font-size: 26px;
line-height: 1.62;
text-align: center;
letter-spacing: 0.06em;
text-transform: uppercase;
color: #ffffff;
}
@media screen and (min-width: 1200px) {
.service-container h1 {
font-size: 44px;
line-height: 1.3;
}
}
/*СЕКЦИЯ 2*/
@media screen and (max-width: 1199px) {
.section-two {
margin: 60px 0px;
}
}
@media screen and (min-width: 1200px) {
.section-two {
padding-top: 94px;
}
}
@media screen and (min-width: 768px) {
.fix-txt {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
@media screen and (max-width: 1199px) {
.fix-txt {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
@media screen and (min-width: 768px) {
.fix-txt li {
width: 354px;
}
}
@media screen and (min-width: 1200px) {
.fix-txt li {
width: 270px;
}
}
@media screen and (max-width: 1199px) {
.fix-txt li:nth-child(-n + 2) {
padding-bottom: 30px;
}
}
.fix-txt h3 {
padding-top: 30px;
padding-bottom: 10px;
font-weight: bold;
font-size: 14px;
line-height: 16px;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #212121;
}
.fix-txt p {
font-size: 14px;
line-height: 1.7;
letter-spacing: 0.03em;
color: #757575;
}
.list-item::before {
display: block;
content: "";
height: 120px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
background-color: #F5F4FA;
}
.icon-antena::before {
background-image: url(../images/icons/antenna.svg);
background-size: 72px;
}
.icon-clock::before {
background-image: url(../images/icons/clock.svg);
background-size: 72px;
}
.icon-diagram::before {
background-image: url(../images/icons/diagram.svg);
background-size: 72px;
}
.icon-astronaut::before {
background-image: url(../images/icons/astronaut.svg);
background-size: 72px;
}
/*СЕКЦИЯ 3*/
.section-three {
padding: 94px 0px;
}
@media screen and (max-width: 1199px) {
.section-three {
display: none;
}
}
.examp-ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.examp-ul img {
display: block;
}
.examples-container h2 {
padding-bottom: 50px;
font-size: 36px;
font-weight: 700;
line-height: 42px;
text-align: center;
letter-spacing: 0.03em;
color: #212121;
}
.examp-ul li {
position: relative;
width: 370px;
height: 294px;
}
.examp-txt {
position: absolute;
padding: 27px 0px;
width: 100%;
height: 70px;
font-weight: bold;
font-size: 14px;
line-height: 16px;
bottom: 0;
text-align: center;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #ffffff;
background-color: rgba(47, 48, 58, 0.8);
}
/*СЕКЦИЯ 4*/
.section-four {
background-color: #F5F4FA;
}
@media screen and (max-width: 1199px) {
.section-four {
padding: 60px 0px;
}
}
@media screen and (min-width: 1200px) {
.section-four {
padding: 94px 0px;
}
}
@media screen and (min-width: 1200px) {
.team-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.team-container h2 {
margin-bottom: 30px;
font-weight: 700;
font-size: 26px;
line-height: 33px;
text-align: center;
letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
.team-ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
@media screen and (max-width: 1199px) {
.team-ul {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.team-ul li {
width: 450px;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
border-radius: 0px 0px 4px 4px;
background: #ffffff;
}
@media screen and (min-width: 768px) {
.team-ul li {
width: 354px;
}
}
@media screen and (min-width: 1200px) {
.team-ul li {
width: 270px;
}
}
@media screen and (max-width: 767px) {
.team-ul li:not(:last-child) {
margin: 30px 0px;
}
}
@media screen and (max-width: 1199px) {
.team-ul li:nth-child(-n + 2) {
margin-bottom: 30px;
}
}
.team-ul img {
display: block;
width: 450px;
}
@media screen and (min-width: 768px) {
.team-ul img {
width: 354px;
height: auto;
}
}
@media screen and (min-width: 1200px) {
.team-ul img {
width: 270px;
}
}
.team-ul h2 {
font-weight: bold;
font-size: 36px;
line-height: 42px;
text-align: center;
letter-spacing: 0.03em;
}
.team-ul h3 {
padding-bottom: 10px;
font-weight: 500;
font-size: 16px;
line-height: 19px;
text-align: center;
letter-spacing: 0.03em;
color: #212121;
}
.team-ul p {
font-size: 16px;
line-height: 19px;
text-align: center;
letter-spacing: 0.03em;
color: #757575;
}
.about {
margin-top: 30px;
}
.team-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-top: 16px;
padding-bottom: 24px;
color: #AFB1B8;
}
@media screen and (min-width: 1200px) {
.team-icon {
padding-bottom: 30px;
}
}
.social-icon-team {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 44px;
height: 44px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 50%;
}
.social-icon-team:hover,
.social-icon-team:focus {
background-color: #2196F3;
color: #ffffff;
-webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.team-icon a:not(:last-child) {
margin-right: 10px;
}
/*СЕКЦИЯ 5*/
.section-five {
padding: 60px 0px;
}
@media screen and (min-width: 1200px) {
.section-five {
padding: 94px 0px;
}
}
@media screen and (min-width: 1200px) {
.clients-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.clients-container h2 {
margin-bottom: 30px;
font-weight: bold;
font-size: 28px;
line-height: 33px;
text-align: center;
letter-spacing: 0.03em;
color: #212121;
}
@media screen and (min-width: 1200px) {
.clients-container h2 {
margin-bottom: 50px;
font-size: 36px;
line-height: 42px;
}
}
.clients-ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media screen and (max-width: 1199px) {
.clients-ul {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
@media screen and (max-width: 767px) {
.clients-ul li:nth-child(-n + 4) {
margin-bottom: 30px;
}
}
@media screen and (max-width: 1199px) {
.clients-ul li:nth-child(-n + 3) {
margin-bottom: 30px;
}
}
@media screen and (min-width: 1200px) {
.clients-ul li:not(:last-child) {
margin-right: 30px;
}
}
.clients-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 210px;
height: 90px;
border: 1px solid #AFB1B8;
border-radius: 4px;
color: #AFB1B8;
}
@media screen and (min-width: 1200px) {
.clients-icon {
width: 170px;
}
}
.clients-icon:hover,
.clients-icon:focus {
color: #2196F3;
border: 1px solid #2196F3;
-webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.icon {
fill: currentColor;
}
/*Портфолио*/
.portfolio {
padding: 60px 0px;
}
@media screen and (min-width: 1200px) {
.portfolio {
padding: 94px 0px;
}
}
@media screen and (min-width: 768px) {
.div-portfolio {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.portfolio-ul {
margin-top: 40px;
}
@media screen and (min-width: 768px) {
.portfolio-ul {
margin-top: 14px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
.portfolio-ul {
margin-top: 34px;
}
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
.portfolio-ul li {
width: 354px;
height: auto;
}
}
@media screen and (max-width: 1199px) {
.portfolio-ul li:nth-child(-n + 8) {
margin-bottom: 30px;
}
}
@media screen and (min-width: 1200px) {
.portfolio-ul li:nth-child(-n + 6) {
margin-bottom: 30px;
}
}
.portfolio-ul h2 {
font-weight: bold;
font-size: 18px;
line-height: 36px;
letter-spacing: 0.06em;
color: #212121;
}
.portfolio-about p {
font-weight: normal;
font-size: 16px;
line-height: 30px;
letter-spacing: 0.03em;
color: #757575;
}
.portfolio-about {
padding: 20px 24px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-bottom: 1px solid #EEEEEE;
border-left: 1px solid #EEEEEE;
border-right: 1px solid #EEEEEE;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
.portfolio-about {
padding-right: 12px;
}
}
.portfolio-ul li:hover, :focus {
-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12), 0px 4px 4px rgba(0, 0, 0, 0.06), 1px 4px 6px rgba(0, 0, 0, 0.16);
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12), 0px 4px 4px rgba(0, 0, 0, 0.06), 1px 4px 6px rgba(0, 0, 0, 0.16);
}
.overlay {
position: relative;
overflow: hidden;
}
.overlay img {
display: block;
}
@media screen and (max-width: 767px) {
.overlay img {
width: 100%;
}
}
.card-overlay {
position: absolute;
padding: 63px 24px;
font-size: 18px;
line-height: 28px;
width: 100%;
height: 100%;
top: 0;
left: 0;
letter-spacing: 0.03em;
-webkit-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
color: #ffffff;
background-color: rgba(33, 150, 243, 0.9);
}
.portfolio-ul a:hover .card-overlay,
.portfolio-ul a:focus .card-overlay {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
#footer {
padding: 60px 0px;
background-color: #2F303A;
}
@media screen and (max-width: 1199px) {
#footer {
text-align: center;
}
}
@media screen and (min-width: 768px) {
.nav-footer {
width: 231px;
}
}
@media screen and (max-width: 767px) {
.nav-footer ul li:not(:last-child) {
padding-bottom: 8px;
}
}
.nav-footer li:not(:first-child) {
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
letter-spacing: 0.03em;
}
.adress {
font-weight: normal;
font-size: 14px;
line-height: 24px;
letter-spacing: 0.03em;
color: #ffffff;
}
.logo-two {
padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
.flex-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
@media screen and (max-width: 767px) {
.social {
margin: 60px 0px;
}
}
@media screen and (min-width: 768px) {
.social {
margin-right: auto;
}
}
.social h4 {
padding-bottom: 20px;
font-size: 14px;
line-height: 16px;
font-weight: bold;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #ffffff;
}
@media screen and (max-width: 1199px) {
.social h4 {
text-align: center;
}
}
.social-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.social-icon {
width: 44px;
height: 44px;
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.1);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #ffffff;
}
.social-links li:not(:last-child) {
margin-right: 10px;
}
.social-icon:hover,
.social-icon:focus {
background-color: #2196F3;
-webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-width: 768px) {
.footer-contacts {
margin: 0px auto;
}
}
@media screen and (max-width: 1199px) {
.form-bot {
margin: 0px auto;
}
}
.form-bot label {
display: block;
padding-bottom: 20px;
font-weight: bold;
font-size: 14px;
line-height: 16px;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #ffffff;
}
@media screen and (max-width: 1199px) {
.form-bot label {
margin-top: 60px;
text-align: center;
}
}
.form-bot input {
padding: 16px 15px;
width: 100%;
height: 50px;
border: 1px solid rgba(255, 255, 255, 0.3);
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
border-radius: 4px;
font-size: 16px;
font-style: normal;
color: #ffffff;
background-color: #2F303A;
outline: transparent;
}
@media screen and (max-width: 1199px) {
.form-bot input {
margin-bottom: 20px;
}
}
@media screen and (min-width: 768px) {
.form-bot input {
width: 450px;
}
}
@media screen and (min-width: 1200px) {
.form-bot input {
margin-right: 12px;
width: 358px;
}
}
.form-bot input::-webkit-input-placeholder {
font-size: 16px;
line-height: 20px;
letter-spacing: 0.03em;
color: rgba(255, 255, 255, 0.6);
}
.form-bot input:-ms-input-placeholder {
font-size: 16px;
line-height: 20px;
letter-spacing: 0.03em;
color: rgba(255, 255, 255, 0.6);
}
.form-bot input::-ms-input-placeholder {
font-size: 16px;
line-height: 20px;
letter-spacing: 0.03em;
color: rgba(255, 255, 255, 0.6);
}
.form-bot input::placeholder {
font-size: 16px;
line-height: 20px;
letter-spacing: 0.03em;
color: rgba(255, 255, 255, 0.6);
}
.subscribe {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media screen and (max-width: 1199px) {
.subscribe {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.subbtn-bot {
width: 200px;
height: 50px;
background-color: #2196F3;
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
border-radius: 4px;
font-weight: bold;
font-size: 16px;
line-height: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
letter-spacing: 0.06em;
border: none;
cursor: pointer;
color: #ffffff;
}
@media screen and (max-width: 767px) {
.subbtn-bot {
margin: 0px auto;
}
}
.subbtn-bot:hover {
width: 200px;
height: 50px;
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
border-radius: 4px;
font-weight: bold;
font-size: 16px;
line-height: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
letter-spacing: 0.06em;
border: none;
cursor: pointer;
color: #ffffff;
background-color: #188CE8;
-webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.subscribe svg {
margin-left: 10px;
}
/*Кнопки*/
.buttons {
margin: 0px auto;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
.buttons {
width: 611px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
@media screen and (max-width: 767px) {
.buttons li:nth-child(-n + 4) {
padding-right: 8px;
}
}
@media screen and (max-width: 767px) {
.buttons li:nth-child(-n+3) {
margin-bottom: 15px;
}
}
.button-primary {
display: block;
padding: 6px 22px;
font-weight: 500;
font-size: 16px;
line-height: 26px;
text-align: center;
letter-spacing: 0.03em;
border-radius: 4px;
background-color: #F5F4FA;
color: #212121;
}
.button-primary:hover,
.button-primary:focus {
color: #F5F4FA;
background-color: #2196F3;
-webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 2px 2px rgba(0, 0, 0, 0.12);
box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 2px 2px rgba(0, 0, 0, 0.12);
border-radius: 4px;
-webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.button-secondary {
width: 200px;
height: 50px;
left: 700px;
top: 430px;
font-weight: bold;
font-size: 16px;
line-height: 30px;
background-color: #2196F3;
color: #ffffff;
letter-spacing: 0.06em;
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
border-radius: 4px;
border: none;
cursor: pointer;
}
.buttons-ul li:not(:last-child) {
margin-right: 8px;
}
/*ССЫЛКИ*/
a[href="mailto:<EMAIL>"],
a[href="tel:+380961111111"] {
color: #757575;
}
.nav-list a:hover {
color: #2196F3;
-webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-hover a:hover {
color: #2196F3;
-webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
/* MODAL */
.backdrop {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
opacity: 1;
-webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.backdrop.is-hidden {
opacity: 0;
pointer-events: none;
}
.backdrop.is-hidden .modal {
-webkit-transform: translate(-50%, -50%) scaleY(0.1);
transform: translate(-50%, -50%) scaleY(0.1);
}
.modal {
position: absolute;
width: 450px;
height: 609px;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%) scaleY(1);
transform: translate(-50%, -50%) scaleY(1);
-webkit-transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
background: #ffffff;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
border-radius: 4px;
}
@media screen and (min-width: 1200px) {
.modal {
width: 528px;
height: 581px;
}
}
.close-btn {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
right: 8px;
top: 8px;
width: 30px;
height: 30px;
border-radius: 50%;
border: 1px solid rgba(0, 0, 0, 0.1);
cursor: pointer;
background: #ffffff;
}
.close-btn:hover {
color: #2196F3;
-webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
/* ФОРМА */
.form {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 448px;
margin-top: 40px;
margin-left: auto;
margin-right: auto;
}
.form-field {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
.form-field {
padding: 0px 40px;
}
}
.form h3 {
font-weight: bold;
font-size: 20px;
line-height: 30px;
text-align: center;
letter-spacing: 0.03em;
margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
.form h3 {
padding: 0px 40px;
}
}
.form-field span {
position: relative;
display: inline-block;
margin-bottom: 4px;
font-size: 12px;
line-height: 14px;
letter-spacing: 0.01em;
color: #757575;
}
.form-field input {
padding: 12px 42px;
width: 100%;
height: 40px;
border: 1px solid rgba(33, 33, 33, 0.2);
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 4px;
cursor: pointer;
outline: transparent;
}
@media screen and (min-width: 1200px) {
.form-field input {
width: 448px;
}
}
.form-field svg {
position: absolute;
top: 50%;
left: 55px;
cursor: pointer;
}
@media screen and (min-width: 1200px) {
.form-field svg {
left: 12px;
}
}
.form-input:focus ~ .icon,
.form-input:hover ~ .icon {
color: #2196F3;
border-color: #2196F3;
-webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.form-input:focus,
.form-input:hover {
border-color: #2196F3;
-webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.comment::-webkit-input-placeholder {
font-size: 12px;
line-height: 14px;
letter-spacing: 0.01em;
color: rgba(117, 117, 117, 0.5);
}
.comment:-ms-input-placeholder {
font-size: 12px;
line-height: 14px;
letter-spacing: 0.01em;
color: rgba(117, 117, 117, 0.5);
}
.comment::-ms-input-placeholder {
font-size: 12px;
line-height: 14px;
letter-spacing: 0.01em;
color: rgba(117, 117, 117, 0.5);
}
.comment::placeholder {
font-size: 12px;
line-height: 14px;
letter-spacing: 0.01em;
color: rgba(117, 117, 117, 0.5);
}
.comment {
padding: 12px 16px;
width: 100%;
height: 120px;
border: 1px solid rgba(33, 33, 33, 0.2);
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 4px;
outline: transparent;
}
@media screen and (min-width: 1200px) {
.comment {
width: 448px;
}
}
.agreement {
margin-top: 10px;
font-size: 12px;
line-height: 14px;
letter-spacing: 0.03em;
color: #757575;
}
@media screen and (max-width: 1199px) {
.agreement {
padding: 0px 40px;
}
}
@media screen and (min-width: 1200px) {
.agreement {
font-size: 14px;
line-height: 24px;
}
}
.agreement label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.agreement a {
display: inline;
text-decoration: underline;
color: #2196F3;
}
.send-form-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
width: 200px;
height: 50px;
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
border-radius: 4px;
font-weight: bold;
font-size: 16px;
line-height: 30px;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
letter-spacing: 0.06em;
border: none;
cursor: pointer;
color: #ffffff;
background-color: #2196F3;
}
.send-form-btn:hover,
.send-form-btn:focus {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
width: 200px;
height: 50px;
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
border-radius: 4px;
font-weight: bold;
font-size: 16px;
line-height: 30px;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
letter-spacing: 0.06em;
border: none;
cursor: pointer;
color: #ffffff;
-webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
background-color: #188CE8;
}
.checkbox-icon {
width: 16px;
height: 15px;
margin-right: 7px;
border: 2px solid #212121;
border-radius: 2px;
-webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.checkbox:checked + .checkbox-icon {
width: 16px;
height: 15px;
border-radius: 2px;
border-color: #2196F3;
background: #2196F3;
background-image: url(../images/icons/icon-check.svg);
background-size: contain;
background-origin: border-box;
-webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.checkbox {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
clip: rect(0 0 0 0);
overflow: hidden;
}
.mob-menu-button {
margin-left: auto;
border: none;
background-color: transparent;
}
@media screen and (min-width: 768px) {
.mob-menu-button {
display: none;
}
}
.mob-menu-button:hover {
color: #2196F3;
}
.mob-menu-button .icon-cross {
display: none;
}
.mob-menu-button.is-open .icon-cross {
display: block;
}
.mob-menu-button.is-open .icon-menu {
display: none;
}
@media screen and (max-width: 767px) {
.menu-container {
display: none;
padding: 60px 0px;
position: absolute;
z-index: 1;
top: 100%;
left: 0;
width: 100%;
background-color: #ffffff;
-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.16);
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.16);
}
.menu-container.is-open {
display: block;
}
}
@media screen and (min-width: 768px) {
.menu-container {
position: initial;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
/*# sourceMappingURL=main.css.map */ | css/main.css | @charset "UTF-8";
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
:root {
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
}
/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
margin: 0;
}
/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}
/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
height: 0;
/* 1 */
color: inherit;
/* 2 */
}
/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}
/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
font-family: ui-monospace,
SFMono-Regular,
Consolas,
'Liberation Mono',
Menlo,
monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/**
Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
text-indent: 0;
/* 1 */
border-color: inherit;
/* 2 */
}
/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */
}
/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none;
}
/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
-webkit-appearance: button;
}
/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
box-shadow: none;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
padding: 0;
}
/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
vertical-align: baseline;
}
/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
height: auto;
}
/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */
}
/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */
}
/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
display: list-item;
}
body {
font-family: 'Roboto', sans-serif;
font-style: normal;
text-transform: none;
background-color: #ffffff;
}
ul {
list-style: none;
}
a {
color: inherit;
text-decoration: none;
}
* {
margin: 0px;
padding: 0px;
}
textarea {
resize: none;
}
address {
font-style: unset;
}
.main-container {
margin: 0px auto;
padding: 0px 15px;
}
@media screen and (min-width: 480px) {
.main-container {
width: 480px;
}
}
@media screen and (min-width: 768px) {
.main-container {
width: 768px;
}
}
@media screen and (min-width: 1200px) {
.main-container {
width: 1200px;
}
}
#header {
background-color: #ffffff;
border-bottom: 1px solid #ECECEC;
}
@media screen and (max-width: 767px) {
#header {
position: relative;
}
}
.logo {
width: 134px;
padding: 16px 0px;
}
@media screen and (min-width: 768px) {
.logo {
padding: 26px 0px;
}
}
@media screen and (min-width: 1200px) {
.logo {
padding-top: 24px;
padding-bottom: 25px;
width: 145px;
}
}
.nav-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-style: normal;
font-weight: 500;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
letter-spacing: 0.02em;
color: #212121;
}
@media screen and (max-width: 767px) {
.nav-list {
font-size: 18px;
line-height: 1.17;
}
}
@media screen and (min-width: 1200px) {
.nav-list {
font-size: 14px;
line-height: 16px;
}
}
.nav-links, .nav-contacts {
font-style: normal;
line-height: 2;
letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
.nav-links, .nav-contacts {
text-align: center;
}
}
@media screen and (max-width: 767px) {
.nav-links {
padding-top: 32px;
}
}
@media screen and (min-width: 768px) {
.nav-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0px;
margin-left: auto;
font-size: 14px;
line-height: 16px;
}
}
.nav-contacts {
color: #757575;
}
@media screen and (min-width: 768px) {
.nav-contacts {
margin-left: auto;
font-size: 12px;
line-height: 14px;
}
}
@media screen and (min-width: 1200px) {
.nav-contacts {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 14px;
line-height: 16px;
letter-spacing: 0.02em;
}
}
@media screen and (max-width: 767px) {
.nav-links li:not(:last-child) {
padding-bottom: 40px;
}
}
@media screen and (min-width: 768px) {
.nav-links li:not(:last-child) {
margin-right: 50px;
}
}
@media screen and (max-width: 767px) {
.nav-links li:last-child {
margin-bottom: 60px;
}
}
@media screen and (max-width: 767px) {
.nav-contacts li:not(:last-child) {
padding-bottom: 16px;
}
}
@media screen and (min-width: 768px) {
.nav-contacts li:not(:last-child) {
padding-bottom: 10px;
}
}
@media screen and (min-width: 1200px) {
.nav-contacts li:not(:last-child) {
margin-right: 50px;
padding-bottom: 0px;
}
}
@media screen and (min-width: 1200px) {
.logo-fix {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
.nav-contacts .icon {
margin-right: 10px;
}
.current {
position: relative;
padding-bottom: 8px;
color: #2196F3;
}
@media screen and (max-width: 767px) {
.current {
display: inline-block;
}
}
@media screen and (min-width: 768px) {
.current {
padding-bottom: 30px;
}
}
.current::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 4px;
border-radius: 2px;
background-color: #2196F3;
}
/* СЕКЦИЯ 1 */
.section-one {
padding: 118px 0px;
text-align: center;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-color: #2F303A;
}
@media screen and (min-width: 1200px) {
.section-one {
padding: 200px 0px;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url("../images/background-overlay/bg-overlay-mobile/mob-header@x.jpg");
background-image: linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/background-overlay/bg-overlay-mobile/mob-header@x.jpg");
}
}
@media screen and (min-divice-pixel-ratio: 2), screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
.section-one {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url("../images/background-overlay/bg-overlay-mobile/mob-header@2x.jpg");
background-image: linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/background-overlay/bg-overlay-mobile/mob-header@2x.jpg");
}
}
@media screen and (min-width: 768px) {
.section-one {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url("../images/background-overlay/bg-overlay-tablet/tab-header@x.jpg");
background-image: linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/background-overlay/bg-overlay-tablet/tab-header@x.jpg");
}
}
@media screen and (min-divice-pixel-ratio: 2), screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
.section-one {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url("../images/background-overlay/bg-overlay-tablet/tab-header@2x.jpg");
background-image: linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/background-overlay/bg-overlay-tablet/tab-header@2x.jpg");
}
}
@media screen and (min-width: 1200px) {
.section-one {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url("../images/background-overlay/bg-overlay-desktop/desk-header@x.jpg");
background-image: linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/background-overlay/bg-overlay-desktop/desk-header@x.jpg");
}
}
@media screen and (min-divice-pixel-ratio: 2), screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
.section-one {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url("..//images/background-overlay/bg-overlay-desktop/desk-header@2x.jpg");
background-image: linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("..//images/background-overlay/bg-overlay-desktop/desk-header@2x.jpg");
}
}
@media screen and (min-width: 1200px) {
.service-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
.service-container h1 {
padding-bottom: 30px;
font-weight: 900;
font-size: 26px;
line-height: 1.62;
text-align: center;
letter-spacing: 0.06em;
text-transform: uppercase;
color: #ffffff;
}
@media screen and (min-width: 1200px) {
.service-container h1 {
font-size: 44px;
line-height: 1.3;
}
}
/*СЕКЦИЯ 2*/
@media screen and (max-width: 1199px) {
.section-two {
margin: 60px 0px;
}
}
@media screen and (min-width: 1200px) {
.section-two {
padding-top: 94px;
}
}
@media screen and (min-width: 768px) {
.fix-txt {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
@media screen and (max-width: 1199px) {
.fix-txt {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
@media screen and (min-width: 768px) {
.fix-txt li {
width: 354px;
}
}
@media screen and (min-width: 1200px) {
.fix-txt li {
width: 270px;
}
}
@media screen and (max-width: 1199px) {
.fix-txt li:nth-child(-n + 2) {
padding-bottom: 30px;
}
}
.fix-txt h3 {
padding-top: 30px;
padding-bottom: 10px;
font-weight: bold;
font-size: 14px;
line-height: 16px;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #212121;
}
.fix-txt p {
font-size: 14px;
line-height: 1.7;
letter-spacing: 0.03em;
color: #757575;
}
.list-item::before {
display: block;
content: "";
height: 120px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
background-color: #F5F4FA;
}
.icon-antena::before {
background-image: url(../images/icons/antenna.svg);
background-size: 72px;
}
.icon-clock::before {
background-image: url(../images/icons/clock.svg);
background-size: 72px;
}
.icon-diagram::before {
background-image: url(../images/icons/diagram.svg);
background-size: 72px;
}
.icon-astronaut::before {
background-image: url(../images/icons/astronaut.svg);
background-size: 72px;
}
/*СЕКЦИЯ 3*/
.section-three {
padding: 94px 0px;
}
@media screen and (max-width: 1199px) {
.section-three {
display: none;
}
}
.examp-ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.examp-ul img {
display: block;
}
.examples-container h2 {
padding-bottom: 50px;
font-size: 36px;
font-weight: 700;
line-height: 42px;
text-align: center;
letter-spacing: 0.03em;
color: #212121;
}
.examp-ul li {
position: relative;
width: 370px;
height: 294px;
}
.examp-txt {
position: absolute;
padding: 27px 0px;
width: 100%;
height: 70px;
font-weight: bold;
font-size: 14px;
line-height: 16px;
bottom: 0;
text-align: center;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #ffffff;
background-color: rgba(47, 48, 58, 0.8);
}
/*СЕКЦИЯ 4*/
.section-four {
background-color: #F5F4FA;
}
@media screen and (max-width: 1199px) {
.section-four {
padding: 60px 0px;
}
}
@media screen and (min-width: 1200px) {
.section-four {
padding: 94px 0px;
}
}
@media screen and (min-width: 1200px) {
.team-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.team-container h2 {
margin-bottom: 30px;
font-weight: 700;
font-size: 26px;
line-height: 33px;
text-align: center;
letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
.team-ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
@media screen and (max-width: 1199px) {
.team-ul {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.team-ul li {
width: 450px;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
border-radius: 0px 0px 4px 4px;
background: #ffffff;
}
@media screen and (min-width: 768px) {
.team-ul li {
width: 354px;
}
}
@media screen and (min-width: 1200px) {
.team-ul li {
width: 270px;
}
}
@media screen and (max-width: 767px) {
.team-ul li:not(:last-child) {
margin: 30px 0px;
}
}
@media screen and (max-width: 1199px) {
.team-ul li:nth-child(-n + 2) {
margin-bottom: 30px;
}
}
.team-ul img {
display: block;
width: 450px;
}
@media screen and (min-width: 768px) {
.team-ul img {
width: 354px;
height: auto;
}
}
@media screen and (min-width: 1200px) {
.team-ul img {
width: 270px;
}
}
.team-ul h2 {
font-weight: bold;
font-size: 36px;
line-height: 42px;
text-align: center;
letter-spacing: 0.03em;
}
.team-ul h3 {
padding-bottom: 10px;
font-weight: 500;
font-size: 16px;
line-height: 19px;
text-align: center;
letter-spacing: 0.03em;
color: #212121;
}
.team-ul p {
font-size: 16px;
line-height: 19px;
text-align: center;
letter-spacing: 0.03em;
color: #757575;
}
.about {
margin-top: 30px;
}
.team-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-top: 16px;
padding-bottom: 24px;
color: #AFB1B8;
}
@media screen and (min-width: 1200px) {
.team-icon {
padding-bottom: 30px;
}
}
.social-icon-team {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 44px;
height: 44px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 50%;
}
.social-icon-team:hover,
.social-icon-team:focus {
background-color: #2196F3;
color: #ffffff;
-webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.team-icon a:not(:last-child) {
margin-right: 10px;
}
/*СЕКЦИЯ 5*/
.section-five {
padding: 60px 0px;
}
@media screen and (min-width: 1200px) {
.section-five {
padding: 94px 0px;
}
}
@media screen and (min-width: 1200px) {
.clients-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.clients-container h2 {
margin-bottom: 30px;
font-weight: bold;
font-size: 28px;
line-height: 33px;
text-align: center;
letter-spacing: 0.03em;
color: #212121;
}
@media screen and (min-width: 1200px) {
.clients-container h2 {
margin-bottom: 50px;
font-size: 36px;
line-height: 42px;
}
}
.clients-ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media screen and (max-width: 1199px) {
.clients-ul {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
@media screen and (max-width: 767px) {
.clients-ul li:nth-child(-n + 4) {
margin-bottom: 30px;
}
}
@media screen and (max-width: 1199px) {
.clients-ul li:nth-child(-n + 3) {
margin-bottom: 30px;
}
}
@media screen and (min-width: 1200px) {
.clients-ul li:not(:last-child) {
margin-right: 30px;
}
}
.clients-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 210px;
height: 90px;
border: 1px solid #AFB1B8;
border-radius: 4px;
color: #AFB1B8;
}
@media screen and (min-width: 1200px) {
.clients-icon {
width: 170px;
}
}
.clients-icon:hover,
.clients-icon:focus {
color: #2196F3;
border: 1px solid #2196F3;
-webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.icon {
fill: currentColor;
}
/*Портфолио*/
.portfolio {
padding: 60px 0px;
}
@media screen and (min-width: 1200px) {
.portfolio {
padding: 94px 0px;
}
}
@media screen and (min-width: 768px) {
.div-portfolio {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.portfolio-ul {
margin-top: 40px;
}
@media screen and (min-width: 768px) {
.portfolio-ul {
margin-top: 14px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
.portfolio-ul {
margin-top: 34px;
}
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
.portfolio-ul li {
width: 354px;
height: auto;
}
}
@media screen and (max-width: 1199px) {
.portfolio-ul li:nth-child(-n + 8) {
margin-bottom: 30px;
}
}
@media screen and (min-width: 1200px) {
.portfolio-ul li:nth-child(-n + 6) {
margin-bottom: 30px;
}
}
.portfolio-ul h2 {
font-weight: bold;
font-size: 18px;
line-height: 36px;
letter-spacing: 0.06em;
color: #212121;
}
.portfolio-about p {
font-weight: normal;
font-size: 16px;
line-height: 30px;
letter-spacing: 0.03em;
color: #757575;
}
.portfolio-about {
padding: 20px 24px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-bottom: 1px solid #EEEEEE;
border-left: 1px solid #EEEEEE;
border-right: 1px solid #EEEEEE;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
.portfolio-about {
padding-right: 12px;
}
}
.portfolio-ul li:hover, :focus {
-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12), 0px 4px 4px rgba(0, 0, 0, 0.06), 1px 4px 6px rgba(0, 0, 0, 0.16);
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12), 0px 4px 4px rgba(0, 0, 0, 0.06), 1px 4px 6px rgba(0, 0, 0, 0.16);
}
.overlay {
position: relative;
overflow: hidden;
}
.overlay img {
display: block;
}
@media screen and (max-width: 767px) {
.overlay img {
width: 100%;
}
}
.card-overlay {
position: absolute;
padding: 63px 24px;
font-size: 18px;
line-height: 28px;
width: 100%;
height: 100%;
top: 0;
left: 0;
letter-spacing: 0.03em;
-webkit-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
color: #ffffff;
background-color: rgba(33, 150, 243, 0.9);
}
.portfolio-ul a:hover .card-overlay,
.portfolio-ul a:focus .card-overlay {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
#footer {
padding: 60px 0px;
background-color: #2F303A;
}
@media screen and (max-width: 1199px) {
#footer {
text-align: center;
}
}
@media screen and (min-width: 768px) {
.nav-footer {
width: 231px;
}
}
@media screen and (max-width: 767px) {
.nav-footer ul li:not(:last-child) {
padding-bottom: 8px;
}
}
.nav-footer li:not(:first-child) {
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
letter-spacing: 0.03em;
}
.adress {
font-weight: normal;
font-size: 14px;
line-height: 24px;
letter-spacing: 0.03em;
color: #ffffff;
}
.logo-two {
padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
.flex-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
@media screen and (max-width: 767px) {
.social {
margin: 60px 0px;
}
}
@media screen and (min-width: 768px) {
.social {
margin-right: auto;
}
}
.social h4 {
padding-bottom: 20px;
font-size: 14px;
line-height: 16px;
font-weight: bold;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #ffffff;
}
@media screen and (max-width: 1199px) {
.social h4 {
text-align: center;
}
}
.social-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.social-icon {
width: 44px;
height: 44px;
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.1);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #ffffff;
}
.social-links li:not(:last-child) {
margin-right: 10px;
}
.social-icon:hover,
.social-icon:focus {
background-color: #2196F3;
-webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-width: 768px) {
.footer-contacts {
margin: 0px auto;
}
}
@media screen and (max-width: 1199px) {
.form-bot {
margin: 0px auto;
}
}
.form-bot label {
display: block;
padding-bottom: 20px;
font-weight: bold;
font-size: 14px;
line-height: 16px;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #ffffff;
}
@media screen and (max-width: 1199px) {
.form-bot label {
margin-top: 60px;
text-align: center;
}
}
.form-bot input {
padding: 16px 15px;
width: 100%;
height: 50px;
border: 1px solid rgba(255, 255, 255, 0.3);
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
border-radius: 4px;
font-size: 16px;
font-style: normal;
color: #ffffff;
background-color: #2F303A;
outline: transparent;
}
@media screen and (max-width: 1199px) {
.form-bot input {
margin-bottom: 20px;
}
}
@media screen and (min-width: 768px) {
.form-bot input {
width: 450px;
}
}
@media screen and (min-width: 1200px) {
.form-bot input {
margin-right: 12px;
width: 358px;
}
}
.form-bot input::-webkit-input-placeholder {
font-size: 16px;
line-height: 20px;
letter-spacing: 0.03em;
color: rgba(255, 255, 255, 0.6);
}
.form-bot input:-ms-input-placeholder {
font-size: 16px;
line-height: 20px;
letter-spacing: 0.03em;
color: rgba(255, 255, 255, 0.6);
}
.form-bot input::-ms-input-placeholder {
font-size: 16px;
line-height: 20px;
letter-spacing: 0.03em;
color: rgba(255, 255, 255, 0.6);
}
.form-bot input::placeholder {
font-size: 16px;
line-height: 20px;
letter-spacing: 0.03em;
color: rgba(255, 255, 255, 0.6);
}
.subscribe {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media screen and (max-width: 1199px) {
.subscribe {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.subbtn-bot {
width: 200px;
height: 50px;
background-color: #2196F3;
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
border-radius: 4px;
font-weight: bold;
font-size: 16px;
line-height: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
letter-spacing: 0.06em;
border: none;
cursor: pointer;
color: #ffffff;
}
@media screen and (max-width: 767px) {
.subbtn-bot {
margin: 0px auto;
}
}
.subbtn-bot:hover {
width: 200px;
height: 50px;
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
border-radius: 4px;
font-weight: bold;
font-size: 16px;
line-height: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
letter-spacing: 0.06em;
border: none;
cursor: pointer;
color: #ffffff;
background-color: #188CE8;
-webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.subscribe svg {
margin-left: 10px;
}
/*Кнопки*/
.buttons {
margin: 0px auto;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
.buttons {
width: 611px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
@media screen and (max-width: 767px) {
.buttons li:nth-child(-n + 4) {
padding-right: 8px;
}
}
@media screen and (max-width: 767px) {
.buttons li:nth-child(-n+3) {
margin-bottom: 15px;
}
}
.button-primary {
display: block;
padding: 6px 22px;
font-weight: 500;
font-size: 16px;
line-height: 26px;
text-align: center;
letter-spacing: 0.03em;
border-radius: 4px;
background-color: #F5F4FA;
color: #212121;
}
.button-primary:hover,
.button-primary:focus {
color: #F5F4FA;
background-color: #2196F3;
-webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 2px 2px rgba(0, 0, 0, 0.12);
box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 2px 2px rgba(0, 0, 0, 0.12);
border-radius: 4px;
-webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.button-secondary {
width: 200px;
height: 50px;
left: 700px;
top: 430px;
font-weight: bold;
font-size: 16px;
line-height: 30px;
background-color: #2196F3;
color: #ffffff;
letter-spacing: 0.06em;
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
border-radius: 4px;
border: none;
cursor: pointer;
}
.buttons-ul li:not(:last-child) {
margin-right: 8px;
}
/*ССЫЛКИ*/
a[href="mailto:<EMAIL>"],
a[href="tel:+380961111111"] {
color: #757575;
}
.nav-list a:hover {
color: #2196F3;
-webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-hover a:hover {
color: #2196F3;
-webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
/* MODAL */
.backdrop {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
opacity: 1;
-webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.backdrop.is-hidden {
opacity: 0;
pointer-events: none;
}
.backdrop.is-hidden .modal {
-webkit-transform: translate(-50%, -50%) scaleY(0.1);
transform: translate(-50%, -50%) scaleY(0.1);
}
.modal {
position: absolute;
width: 450px;
height: 609px;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%) scaleY(1);
transform: translate(-50%, -50%) scaleY(1);
-webkit-transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
background: #ffffff;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
border-radius: 4px;
}
@media screen and (min-width: 1200px) {
.modal {
width: 528px;
height: 581px;
}
}
.close-btn {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
right: 8px;
top: 8px;
width: 30px;
height: 30px;
border-radius: 50%;
border: 1px solid rgba(0, 0, 0, 0.1);
cursor: pointer;
background: #ffffff;
}
.close-btn:hover {
color: #2196F3;
-webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
/* ФОРМА */
.form {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 448px;
margin-top: 40px;
margin-left: auto;
margin-right: auto;
}
.form-field {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
.form-field {
padding: 0px 40px;
}
}
.form h3 {
font-weight: bold;
font-size: 20px;
line-height: 30px;
text-align: center;
letter-spacing: 0.03em;
margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
.form h3 {
padding: 0px 40px;
}
}
.form-field span {
position: relative;
display: inline-block;
margin-bottom: 4px;
font-size: 12px;
line-height: 14px;
letter-spacing: 0.01em;
color: #757575;
}
.form-field input {
padding: 12px 42px;
width: 100%;
height: 40px;
border: 1px solid rgba(33, 33, 33, 0.2);
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 4px;
cursor: pointer;
outline: transparent;
}
@media screen and (min-width: 1200px) {
.form-field input {
width: 448px;
}
}
.form-field svg {
position: absolute;
top: 50%;
left: 55px;
cursor: pointer;
}
@media screen and (min-width: 1200px) {
.form-field svg {
left: 12px;
}
}
.form-input:focus ~ .icon,
.form-input:hover ~ .icon {
color: #2196F3;
border-color: #2196F3;
-webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.form-input:focus,
.form-input:hover {
border-color: #2196F3;
-webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.comment::-webkit-input-placeholder {
font-size: 12px;
line-height: 14px;
letter-spacing: 0.01em;
color: rgba(117, 117, 117, 0.5);
}
.comment:-ms-input-placeholder {
font-size: 12px;
line-height: 14px;
letter-spacing: 0.01em;
color: rgba(117, 117, 117, 0.5);
}
.comment::-ms-input-placeholder {
font-size: 12px;
line-height: 14px;
letter-spacing: 0.01em;
color: rgba(117, 117, 117, 0.5);
}
.comment::placeholder {
font-size: 12px;
line-height: 14px;
letter-spacing: 0.01em;
color: rgba(117, 117, 117, 0.5);
}
.comment {
padding: 12px 16px;
width: 100%;
height: 120px;
border: 1px solid rgba(33, 33, 33, 0.2);
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 4px;
outline: transparent;
}
@media screen and (min-width: 1200px) {
.comment {
width: 448px;
}
}
.agreement {
margin-top: 10px;
font-size: 12px;
line-height: 14px;
letter-spacing: 0.03em;
color: #757575;
}
@media screen and (max-width: 1199px) {
.agreement {
padding: 0px 40px;
}
}
@media screen and (min-width: 1200px) {
.agreement {
font-size: 14px;
line-height: 24px;
}
}
.agreement label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.agreement a {
display: inline;
text-decoration: underline;
color: #2196F3;
}
.send-form-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
width: 200px;
height: 50px;
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
border-radius: 4px;
font-weight: bold;
font-size: 16px;
line-height: 30px;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
letter-spacing: 0.06em;
border: none;
cursor: pointer;
color: #ffffff;
background-color: #2196F3;
}
.send-form-btn:hover,
.send-form-btn:focus {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
width: 200px;
height: 50px;
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
border-radius: 4px;
font-weight: bold;
font-size: 16px;
line-height: 30px;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
letter-spacing: 0.06em;
border: none;
cursor: pointer;
color: #ffffff;
-webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
background-color: #188CE8;
}
.checkbox-icon {
width: 16px;
height: 15px;
margin-right: 7px;
border: 2px solid #212121;
border-radius: 2px;
-webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.checkbox:checked + .checkbox-icon {
width: 16px;
height: 15px;
border-radius: 2px;
border-color: #2196F3;
background: #2196F3;
background-image: url(../images/icons/icon-check.svg);
background-size: contain;
background-origin: border-box;
-webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.checkbox {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
clip: rect(0 0 0 0);
overflow: hidden;
}
.mob-menu-button {
margin-left: auto;
border: none;
background-color: transparent;
}
@media screen and (min-width: 768px) {
.mob-menu-button {
display: none;
}
}
.mob-menu-button:hover {
color: #2196F3;
}
.mob-menu-button .icon-cross {
display: none;
}
.mob-menu-button.is-open .icon-cross {
display: block;
}
.mob-menu-button.is-open .icon-menu {
display: none;
}
@media screen and (max-width: 767px) {
.menu-container {
display: none;
padding: 60px 0px;
position: absolute;
z-index: 1;
top: 100%;
left: 0;
width: 100%;
background-color: #ffffff;
-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.16);
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.16);
}
.menu-container.is-open {
display: block;
}
}
@media screen and (min-width: 768px) {
.menu-container {
position: initial;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
/*# sourceMappingURL=main.css.map */ | 0.571767 | 0.092319 |
@font-face {
font-family: "FontAwesome";
src: url('../font/fontawesome-webfont.eot');
src: url('../font/fontawesome-webfont.eot?#iefix') format('eot'), url('../font/fontawesome-webfont.woff') format('woff'), url('../font/fontawesome-webfont.ttf') format('truetype'), url('../font/fontawesome-webfont.svg#FontAwesome') format('svg');
font-weight: normal;
font-style: normal;
}
/* Font Awesome styles
------------------------------------------------------- */
[class^="aweso-icon-"]:before,
[class*=" aweso-icon-"]:before {
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
display: inline-block;
text-decoration: inherit;
/* Boo add */
font-size: 1.166em;
vertical-align: middle;
}
a [class^="aweso-icon-"], a [class*=" aweso-icon-"] {
display: inline-block;
text-decoration: inherit;
margin-right: 0.2em;
}
/* makes the font 33% larger relative to the icon container */
.aweso-icon-large:before {
vertical-align: top;
font-size: 1.3333333333333333em;
}
.btn [class^="aweso-icon-"], .btn [class*=" aweso-icon-"] {
/* keeps button heights with and without icons the same */
line-height: .9em;
}
li [class^="aweso-icon-"], li [class*=" aweso-icon-"] {
display: inline-block;
width: 1.25em;
text-align: center;
}
li .aweso-icon-large[class^="aweso-icon-"], li .aweso-icon-large[class*=" aweso-icon-"] {
/* 1.5 increased font size for icon-large * 1.25 width */
width: 1.875em;
}
li[class^="aweso-icon-"], li[class*=" aweso-icon-"] {
margin-left: 0;
list-style-type: none;
}
li[class^="aweso-icon-"]:before, li[class*=" aweso-icon-"]:before {
text-indent: -2em;
text-align: center;
}
li[class^="aweso-icon-"].aweso-icon-large:before, li[class*=" aweso-icon-"].aweso-icon-large:before {
text-indent: -1.3333333333333333em;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.aweso-icon-glass:before {
content: "\f000";
}
.aweso-icon-music:before {
content: "\f001";
}
.aweso-icon-search:before {
content: "\f002";
}
.aweso-icon-envelope:before {
content: "\f003";
}
.aweso-icon-heart:before {
content: "\f004";
}
.aweso-icon-star:before {
content: "\f005";
}
.aweso-icon-star-empty:before {
content: "\f006";
}
.aweso-icon-user:before {
content: "\f007";
}
.aweso-icon-film:before {
content: "\f008";
}
.aweso-icon-th-large:before {
content: "\f009";
}
.aweso-icon-th:before {
content: "\f00a";
}
.aweso-icon-th-list:before {
content: "\f00b";
}
.aweso-icon-ok:before {
content: "\f00c";
}
.aweso-icon-remove:before {
content: "\f00d";
}
.aweso-icon-zoom-in:before {
content: "\f00e";
}
.aweso-icon-zoom-out:before {
content: "\f010";
}
.aweso-icon-off:before {
content: "\f011";
}
.aweso-icon-signal:before {
content: "\f012";
}
.aweso-icon-cog:before {
content: "\f013";
}
.aweso-icon-trash:before {
content: "\f014";
}
.aweso-icon-home:before {
content: "\f015";
}
.aweso-icon-file:before {
content: "\f016";
}
.aweso-icon-time:before {
content: "\f017";
}
.aweso-icon-road:before {
content: "\f018";
}
.aweso-icon-download-alt:before {
content: "\f019";
}
.aweso-icon-download:before {
content: "\f01a";
}
.aweso-icon-upload:before {
content: "\f01b";
}
.aweso-icon-inbox:before {
content: "\f01c";
}
.aweso-icon-play-circle:before {
content: "\f01d";
}
.aweso-icon-repeat:before {
content: "\f01e";
}
/* \f020 doesn't work in Safari. all shifted one down */
.aweso-icon-refresh:before {
content: "\f021";
}
.aweso-icon-list-alt:before {
content: "\f022";
}
.aweso-icon-lock:before {
content: "\f023";
}
.aweso-icon-flag:before {
content: "\f024";
}
.aweso-icon-headphones:before {
content: "\f025";
}
.aweso-icon-volume-off:before {
content: "\f026";
}
.aweso-icon-volume-down:before {
content: "\f027";
}
.aweso-icon-volume-up:before {
content: "\f028";
}
.aweso-icon-qrcode:before {
content: "\f029";
}
.aweso-icon-barcode:before {
content: "\f02a";
}
.aweso-icon-tag:before {
content: "\f02b";
}
.aweso-icon-tags:before {
content: "\f02c";
}
.aweso-icon-book:before {
content: "\f02d";
}
.aweso-icon-bookmark:before {
content: "\f02e";
}
.aweso-icon-print:before {
content: "\f02f";
}
.aweso-icon-camera:before {
content: "\f030";
}
.aweso-icon-font:before {
content: "\f031";
}
.aweso-icon-bold:before {
content: "\f032";
}
.aweso-icon-italic:before {
content: "\f033";
}
.aweso-icon-text-height:before {
content: "\f034";
}
.aweso-icon-text-width:before {
content: "\f035";
}
.aweso-icon-align-left:before {
content: "\f036";
}
.aweso-icon-align-center:before {
content: "\f037";
}
.aweso-icon-align-right:before {
content: "\f038";
}
.aweso-icon-align-justify:before {
content: "\f039";
}
.aweso-icon-list:before {
content: "\f03a";
}
.aweso-icon-indent-left:before {
content: "\f03b";
}
.aweso-icon-indent-right:before {
content: "\f03c";
}
.aweso-icon-facetime-video:before {
content: "\f03d";
}
.aweso-icon-picture:before {
content: "\f03e";
}
.aweso-icon-pencil:before {
content: "\f040";
}
.aweso-icon-map-marker:before {
content: "\f041";
}
.aweso-icon-adjust:before {
content: "\f042";
}
.aweso-icon-tint:before {
content: "\f043";
}
.aweso-icon-edit:before {
content: "\f044";
}
.aweso-icon-share:before {
content: "\f045";
}
.aweso-icon-check:before {
content: "\f046";
}
.aweso-icon-move:before {
content: "\f047";
}
.aweso-icon-step-backward:before {
content: "\f048";
}
.aweso-icon-fast-backward:before {
content: "\f049";
}
.aweso-icon-backward:before {
content: "\f04a";
}
.aweso-icon-play:before {
content: "\f04b";
}
.aweso-icon-pause:before {
content: "\f04c";
}
.aweso-icon-stop:before {
content: "\f04d";
}
.aweso-icon-forward:before {
content: "\f04e";
}
.aweso-icon-fast-forward:before {
content: "\f050";
}
.aweso-icon-step-forward:before {
content: "\f051";
}
.aweso-icon-eject:before {
content: "\f052";
}
.aweso-icon-chevron-left:before {
content: "\f053";
}
.aweso-icon-chevron-right:before {
content: "\f054";
}
.aweso-icon-plus-sign:before {
content: "\f055";
}
.aweso-icon-minus-sign:before {
content: "\f056";
}
.aweso-icon-remove-sign:before {
content: "\f057";
}
.aweso-icon-ok-sign:before {
content: "\f058";
}
.aweso-icon-question-sign:before {
content: "\f059";
}
.aweso-icon-info-sign:before {
content: "\f05a";
}
.aweso-icon-screenshot:before {
content: "\f05b";
}
.aweso-icon-remove-circle:before {
content: "\f05c";
}
.aweso-icon-ok-circle:before {
content: "\f05d";
}
.aweso-icon-ban-circle:before {
content: "\f05e";
}
.aweso-icon-arrow-left:before {
content: "\f060";
}
.aweso-icon-arrow-right:before {
content: "\f061";
}
.aweso-icon-arrow-up:before {
content: "\f062";
}
.aweso-icon-arrow-down:before {
content: "\f063";
}
.aweso-icon-share-alt:before {
content: "\f064";
}
.aweso-icon-resize-full:before {
content: "\f065";
}
.aweso-icon-resize-small:before {
content: "\f066";
}
.aweso-icon-plus:before {
content: "\f067";
}
.aweso-icon-minus:before {
content: "\f068";
}
.aweso-icon-asterisk:before {
content: "\f069";
}
.aweso-icon-exclamation-sign:before {
content: "\f06a";
}
.aweso-icon-gift:before {
content: "\f06b";
}
.aweso-icon-leaf:before {
content: "\f06c";
}
.aweso-icon-fire:before {
content: "\f06d";
}
.aweso-icon-eye-open:before {
content: "\f06e";
}
.aweso-icon-eye-close:before {
content: "\f070";
}
.aweso-icon-warning-sign:before {
content: "\f071";
}
.aweso-icon-plane:before {
content: "\f072";
}
.aweso-icon-calendar:before {
content: "\f073";
}
.aweso-icon-random:before {
content: "\f074";
}
.aweso-icon-comment:before {
content: "\f075";
}
.aweso-icon-magnet:before {
content: "\f076";
}
.aweso-icon-chevron-up:before {
content: "\f077";
}
.aweso-icon-chevron-down:before {
content: "\f078";
}
.aweso-icon-retweet:before {
content: "\f079";
}
.aweso-icon-shopping-cart:before {
content: "\f07a";
}
.aweso-icon-folder-close:before {
content: "\f07b";
}
.aweso-icon-folder-open:before {
content: "\f07c";
}
.aweso-icon-resize-vertical:before {
content: "\f07d";
}
.aweso-icon-resize-horizontal:before {
content: "\f07e";
}
.aweso-icon-bar-chart:before {
content: "\f080";
}
.aweso-icon-twitter-sign:before {
content: "\f081";
}
.aweso-icon-facebook-sign:before {
content: "\f082";
}
.aweso-icon-camera-retro:before {
content: "\f083";
}
.aweso-icon-key:before {
content: "\f084";
}
.aweso-icon-cogs:before {
content: "\f085";
}
.aweso-icon-comments:before {
content: "\f086";
}
.aweso-icon-thumbs-up:before {
content: "\f087";
}
.aweso-icon-thumbs-down:before {
content: "\f088";
}
.aweso-icon-star-half:before {
content: "\f089";
}
.aweso-icon-heart-empty:before {
content: "\f08a";
}
.aweso-icon-signout:before {
content: "\f08b";
}
.aweso-icon-linkedin-sign:before {
content: "\f08c";
}
.aweso-icon-pushpin:before {
content: "\f08d";
}
.aweso-icon-external-link:before {
content: "\f08e";
}
.aweso-icon-signin:before {
content: "\f090";
}
.aweso-icon-trophy:before {
content: "\f091";
}
.aweso-icon-github-sign:before {
content: "\f092";
}
.aweso-icon-upload-alt:before {
content: "\f093";
}
.aweso-icon-lemon:before {
content: "\f094";
}
.aweso-icon-phone:before {
content: "\f095";
}
.aweso-icon-check-empty:before {
content: "\f096";
}
.aweso-icon-bookmark-empty:before {
content: "\f097";
}
.aweso-icon-phone-sign:before {
content: "\f098";
}
.aweso-icon-twitter:before {
content: "\f099";
}
.aweso-icon-facebook:before {
content: "\f09a";
}
.aweso-icon-github:before {
content: "\f09b";
}
.aweso-icon-unlock:before {
content: "\f09c";
}
.aweso-icon-credit-card:before {
content: "\f09d";
}
.aweso-icon-rss:before {
content: "\f09e";
}
.aweso-icon-hdd:before {
content: "\f0a0";
}
.aweso-icon-bullhorn:before {
content: "\f0a1";
}
.aweso-icon-bell:before {
content: "\f0a2";
}
.aweso-icon-certificate:before {
content: "\f0a3";
}
.aweso-icon-hand-right:before {
content: "\f0a4";
}
.aweso-icon-hand-left:before {
content: "\f0a5";
}
.aweso-icon-hand-up:before {
content: "\f0a6";
}
.aweso-icon-hand-down:before {
content: "\f0a7";
}
.aweso-icon-circle-arrow-left:before {
content: "\f0a8";
}
.aweso-icon-circle-arrow-right:before {
content: "\f0a9";
}
.aweso-icon-circle-arrow-up:before {
content: "\f0aa";
}
.aweso-icon-circle-arrow-down:before {
content: "\f0ab";
}
.aweso-icon-globe:before {
content: "\f0ac";
}
.aweso-icon-wrench:before {
content: "\f0ad";
}
.aweso-icon-tasks:before {
content: "\f0ae";
}
.aweso-icon-filter:before {
content: "\f0b0";
}
.aweso-icon-briefcase:before {
content: "\f0b1";
}
.aweso-icon-fullscreen:before {
content: "\f0b2";
}
.aweso-icon-group:before {
content: "\f0c0";
}
.aweso-icon-link:before {
content: "\f0c1";
}
.aweso-icon-cloud:before {
content: "\f0c2";
}
.aweso-icon-beaker:before {
content: "\f0c3";
}
.aweso-icon-cut:before {
content: "\f0c4";
}
.aweso-icon-copy:before {
content: "\f0c5";
}
.aweso-icon-paper-clip:before {
content: "\f0c6";
}
.aweso-icon-save:before {
content: "\f0c7";
}
.aweso-icon-sign-blank:before {
content: "\f0c8";
}
.aweso-icon-reorder:before {
content: "\f0c9";
}
.aweso-icon-list-ul:before {
content: "\f0ca";
}
.aweso-icon-list-ol:before {
content: "\f0cb";
}
.aweso-icon-strikethrough:before {
content: "\f0cc";
}
.aweso-icon-underline:before {
content: "\f0cd";
}
.aweso-icon-table:before {
content: "\f0ce";
}
.aweso-icon-magic:before {
content: "\f0d0";
}
.aweso-icon-truck:before {
content: "\f0d1";
}
.aweso-icon-pinterest:before {
content: "\f0d2";
}
.aweso-icon-pinterest-sign:before {
content: "\f0d3";
}
.aweso-icon-google-plus-sign:before {
content: "\f0d4";
}
.aweso-icon-google-plus:before {
content: "\f0d5";
}
.aweso-icon-money:before {
content: "\f0d6";
}
.aweso-icon-caret-down:before {
content: "\f0d7";
}
.aweso-icon-caret-up:before {
content: "\f0d8";
}
.aweso-icon-caret-left:before {
content: "\f0d9";
}
.aweso-icon-caret-right:before {
content: "\f0da";
}
.aweso-icon-columns:before {
content: "\f0db";
}
.aweso-icon-sort:before {
content: "\f0dc";
}
.aweso-icon-sort-down:before {
content: "\f0dd";
}
.aweso-icon-sort-up:before {
content: "\f0de";
}
.aweso-icon-envelope-alt:before {
content: "\f0e0";
}
.aweso-icon-linkedin:before {
content: "\f0e1";
}
.aweso-icon-undo:before {
content: "\f0e2";
}
.aweso-icon-legal:before {
content: "\f0e3";
}
.aweso-icon-dashboard:before {
content: "\f0e4";
}
.aweso-icon-comment-alt:before {
content: "\f0e5";
}
.aweso-icon-comments-alt:before {
content: "\f0e6";
}
.aweso-icon-bolt:before {
content: "\f0e7";
}
.aweso-icon-sitemap:before {
content: "\f0e8";
}
.aweso-icon-umbrella:before {
content: "\f0e9";
}
.aweso-icon-paste:before {
content: "\f0ea";
}
.aweso-icon-user-md:before {
content: "\f200";
} | static/fonts/awesome/css/font-awesome.css | @font-face {
font-family: "FontAwesome";
src: url('../font/fontawesome-webfont.eot');
src: url('../font/fontawesome-webfont.eot?#iefix') format('eot'), url('../font/fontawesome-webfont.woff') format('woff'), url('../font/fontawesome-webfont.ttf') format('truetype'), url('../font/fontawesome-webfont.svg#FontAwesome') format('svg');
font-weight: normal;
font-style: normal;
}
/* Font Awesome styles
------------------------------------------------------- */
[class^="aweso-icon-"]:before,
[class*=" aweso-icon-"]:before {
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
display: inline-block;
text-decoration: inherit;
/* Boo add */
font-size: 1.166em;
vertical-align: middle;
}
a [class^="aweso-icon-"], a [class*=" aweso-icon-"] {
display: inline-block;
text-decoration: inherit;
margin-right: 0.2em;
}
/* makes the font 33% larger relative to the icon container */
.aweso-icon-large:before {
vertical-align: top;
font-size: 1.3333333333333333em;
}
.btn [class^="aweso-icon-"], .btn [class*=" aweso-icon-"] {
/* keeps button heights with and without icons the same */
line-height: .9em;
}
li [class^="aweso-icon-"], li [class*=" aweso-icon-"] {
display: inline-block;
width: 1.25em;
text-align: center;
}
li .aweso-icon-large[class^="aweso-icon-"], li .aweso-icon-large[class*=" aweso-icon-"] {
/* 1.5 increased font size for icon-large * 1.25 width */
width: 1.875em;
}
li[class^="aweso-icon-"], li[class*=" aweso-icon-"] {
margin-left: 0;
list-style-type: none;
}
li[class^="aweso-icon-"]:before, li[class*=" aweso-icon-"]:before {
text-indent: -2em;
text-align: center;
}
li[class^="aweso-icon-"].aweso-icon-large:before, li[class*=" aweso-icon-"].aweso-icon-large:before {
text-indent: -1.3333333333333333em;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.aweso-icon-glass:before {
content: "\f000";
}
.aweso-icon-music:before {
content: "\f001";
}
.aweso-icon-search:before {
content: "\f002";
}
.aweso-icon-envelope:before {
content: "\f003";
}
.aweso-icon-heart:before {
content: "\f004";
}
.aweso-icon-star:before {
content: "\f005";
}
.aweso-icon-star-empty:before {
content: "\f006";
}
.aweso-icon-user:before {
content: "\f007";
}
.aweso-icon-film:before {
content: "\f008";
}
.aweso-icon-th-large:before {
content: "\f009";
}
.aweso-icon-th:before {
content: "\f00a";
}
.aweso-icon-th-list:before {
content: "\f00b";
}
.aweso-icon-ok:before {
content: "\f00c";
}
.aweso-icon-remove:before {
content: "\f00d";
}
.aweso-icon-zoom-in:before {
content: "\f00e";
}
.aweso-icon-zoom-out:before {
content: "\f010";
}
.aweso-icon-off:before {
content: "\f011";
}
.aweso-icon-signal:before {
content: "\f012";
}
.aweso-icon-cog:before {
content: "\f013";
}
.aweso-icon-trash:before {
content: "\f014";
}
.aweso-icon-home:before {
content: "\f015";
}
.aweso-icon-file:before {
content: "\f016";
}
.aweso-icon-time:before {
content: "\f017";
}
.aweso-icon-road:before {
content: "\f018";
}
.aweso-icon-download-alt:before {
content: "\f019";
}
.aweso-icon-download:before {
content: "\f01a";
}
.aweso-icon-upload:before {
content: "\f01b";
}
.aweso-icon-inbox:before {
content: "\f01c";
}
.aweso-icon-play-circle:before {
content: "\f01d";
}
.aweso-icon-repeat:before {
content: "\f01e";
}
/* \f020 doesn't work in Safari. all shifted one down */
.aweso-icon-refresh:before {
content: "\f021";
}
.aweso-icon-list-alt:before {
content: "\f022";
}
.aweso-icon-lock:before {
content: "\f023";
}
.aweso-icon-flag:before {
content: "\f024";
}
.aweso-icon-headphones:before {
content: "\f025";
}
.aweso-icon-volume-off:before {
content: "\f026";
}
.aweso-icon-volume-down:before {
content: "\f027";
}
.aweso-icon-volume-up:before {
content: "\f028";
}
.aweso-icon-qrcode:before {
content: "\f029";
}
.aweso-icon-barcode:before {
content: "\f02a";
}
.aweso-icon-tag:before {
content: "\f02b";
}
.aweso-icon-tags:before {
content: "\f02c";
}
.aweso-icon-book:before {
content: "\f02d";
}
.aweso-icon-bookmark:before {
content: "\f02e";
}
.aweso-icon-print:before {
content: "\f02f";
}
.aweso-icon-camera:before {
content: "\f030";
}
.aweso-icon-font:before {
content: "\f031";
}
.aweso-icon-bold:before {
content: "\f032";
}
.aweso-icon-italic:before {
content: "\f033";
}
.aweso-icon-text-height:before {
content: "\f034";
}
.aweso-icon-text-width:before {
content: "\f035";
}
.aweso-icon-align-left:before {
content: "\f036";
}
.aweso-icon-align-center:before {
content: "\f037";
}
.aweso-icon-align-right:before {
content: "\f038";
}
.aweso-icon-align-justify:before {
content: "\f039";
}
.aweso-icon-list:before {
content: "\f03a";
}
.aweso-icon-indent-left:before {
content: "\f03b";
}
.aweso-icon-indent-right:before {
content: "\f03c";
}
.aweso-icon-facetime-video:before {
content: "\f03d";
}
.aweso-icon-picture:before {
content: "\f03e";
}
.aweso-icon-pencil:before {
content: "\f040";
}
.aweso-icon-map-marker:before {
content: "\f041";
}
.aweso-icon-adjust:before {
content: "\f042";
}
.aweso-icon-tint:before {
content: "\f043";
}
.aweso-icon-edit:before {
content: "\f044";
}
.aweso-icon-share:before {
content: "\f045";
}
.aweso-icon-check:before {
content: "\f046";
}
.aweso-icon-move:before {
content: "\f047";
}
.aweso-icon-step-backward:before {
content: "\f048";
}
.aweso-icon-fast-backward:before {
content: "\f049";
}
.aweso-icon-backward:before {
content: "\f04a";
}
.aweso-icon-play:before {
content: "\f04b";
}
.aweso-icon-pause:before {
content: "\f04c";
}
.aweso-icon-stop:before {
content: "\f04d";
}
.aweso-icon-forward:before {
content: "\f04e";
}
.aweso-icon-fast-forward:before {
content: "\f050";
}
.aweso-icon-step-forward:before {
content: "\f051";
}
.aweso-icon-eject:before {
content: "\f052";
}
.aweso-icon-chevron-left:before {
content: "\f053";
}
.aweso-icon-chevron-right:before {
content: "\f054";
}
.aweso-icon-plus-sign:before {
content: "\f055";
}
.aweso-icon-minus-sign:before {
content: "\f056";
}
.aweso-icon-remove-sign:before {
content: "\f057";
}
.aweso-icon-ok-sign:before {
content: "\f058";
}
.aweso-icon-question-sign:before {
content: "\f059";
}
.aweso-icon-info-sign:before {
content: "\f05a";
}
.aweso-icon-screenshot:before {
content: "\f05b";
}
.aweso-icon-remove-circle:before {
content: "\f05c";
}
.aweso-icon-ok-circle:before {
content: "\f05d";
}
.aweso-icon-ban-circle:before {
content: "\f05e";
}
.aweso-icon-arrow-left:before {
content: "\f060";
}
.aweso-icon-arrow-right:before {
content: "\f061";
}
.aweso-icon-arrow-up:before {
content: "\f062";
}
.aweso-icon-arrow-down:before {
content: "\f063";
}
.aweso-icon-share-alt:before {
content: "\f064";
}
.aweso-icon-resize-full:before {
content: "\f065";
}
.aweso-icon-resize-small:before {
content: "\f066";
}
.aweso-icon-plus:before {
content: "\f067";
}
.aweso-icon-minus:before {
content: "\f068";
}
.aweso-icon-asterisk:before {
content: "\f069";
}
.aweso-icon-exclamation-sign:before {
content: "\f06a";
}
.aweso-icon-gift:before {
content: "\f06b";
}
.aweso-icon-leaf:before {
content: "\f06c";
}
.aweso-icon-fire:before {
content: "\f06d";
}
.aweso-icon-eye-open:before {
content: "\f06e";
}
.aweso-icon-eye-close:before {
content: "\f070";
}
.aweso-icon-warning-sign:before {
content: "\f071";
}
.aweso-icon-plane:before {
content: "\f072";
}
.aweso-icon-calendar:before {
content: "\f073";
}
.aweso-icon-random:before {
content: "\f074";
}
.aweso-icon-comment:before {
content: "\f075";
}
.aweso-icon-magnet:before {
content: "\f076";
}
.aweso-icon-chevron-up:before {
content: "\f077";
}
.aweso-icon-chevron-down:before {
content: "\f078";
}
.aweso-icon-retweet:before {
content: "\f079";
}
.aweso-icon-shopping-cart:before {
content: "\f07a";
}
.aweso-icon-folder-close:before {
content: "\f07b";
}
.aweso-icon-folder-open:before {
content: "\f07c";
}
.aweso-icon-resize-vertical:before {
content: "\f07d";
}
.aweso-icon-resize-horizontal:before {
content: "\f07e";
}
.aweso-icon-bar-chart:before {
content: "\f080";
}
.aweso-icon-twitter-sign:before {
content: "\f081";
}
.aweso-icon-facebook-sign:before {
content: "\f082";
}
.aweso-icon-camera-retro:before {
content: "\f083";
}
.aweso-icon-key:before {
content: "\f084";
}
.aweso-icon-cogs:before {
content: "\f085";
}
.aweso-icon-comments:before {
content: "\f086";
}
.aweso-icon-thumbs-up:before {
content: "\f087";
}
.aweso-icon-thumbs-down:before {
content: "\f088";
}
.aweso-icon-star-half:before {
content: "\f089";
}
.aweso-icon-heart-empty:before {
content: "\f08a";
}
.aweso-icon-signout:before {
content: "\f08b";
}
.aweso-icon-linkedin-sign:before {
content: "\f08c";
}
.aweso-icon-pushpin:before {
content: "\f08d";
}
.aweso-icon-external-link:before {
content: "\f08e";
}
.aweso-icon-signin:before {
content: "\f090";
}
.aweso-icon-trophy:before {
content: "\f091";
}
.aweso-icon-github-sign:before {
content: "\f092";
}
.aweso-icon-upload-alt:before {
content: "\f093";
}
.aweso-icon-lemon:before {
content: "\f094";
}
.aweso-icon-phone:before {
content: "\f095";
}
.aweso-icon-check-empty:before {
content: "\f096";
}
.aweso-icon-bookmark-empty:before {
content: "\f097";
}
.aweso-icon-phone-sign:before {
content: "\f098";
}
.aweso-icon-twitter:before {
content: "\f099";
}
.aweso-icon-facebook:before {
content: "\f09a";
}
.aweso-icon-github:before {
content: "\f09b";
}
.aweso-icon-unlock:before {
content: "\f09c";
}
.aweso-icon-credit-card:before {
content: "\f09d";
}
.aweso-icon-rss:before {
content: "\f09e";
}
.aweso-icon-hdd:before {
content: "\f0a0";
}
.aweso-icon-bullhorn:before {
content: "\f0a1";
}
.aweso-icon-bell:before {
content: "\f0a2";
}
.aweso-icon-certificate:before {
content: "\f0a3";
}
.aweso-icon-hand-right:before {
content: "\f0a4";
}
.aweso-icon-hand-left:before {
content: "\f0a5";
}
.aweso-icon-hand-up:before {
content: "\f0a6";
}
.aweso-icon-hand-down:before {
content: "\f0a7";
}
.aweso-icon-circle-arrow-left:before {
content: "\f0a8";
}
.aweso-icon-circle-arrow-right:before {
content: "\f0a9";
}
.aweso-icon-circle-arrow-up:before {
content: "\f0aa";
}
.aweso-icon-circle-arrow-down:before {
content: "\f0ab";
}
.aweso-icon-globe:before {
content: "\f0ac";
}
.aweso-icon-wrench:before {
content: "\f0ad";
}
.aweso-icon-tasks:before {
content: "\f0ae";
}
.aweso-icon-filter:before {
content: "\f0b0";
}
.aweso-icon-briefcase:before {
content: "\f0b1";
}
.aweso-icon-fullscreen:before {
content: "\f0b2";
}
.aweso-icon-group:before {
content: "\f0c0";
}
.aweso-icon-link:before {
content: "\f0c1";
}
.aweso-icon-cloud:before {
content: "\f0c2";
}
.aweso-icon-beaker:before {
content: "\f0c3";
}
.aweso-icon-cut:before {
content: "\f0c4";
}
.aweso-icon-copy:before {
content: "\f0c5";
}
.aweso-icon-paper-clip:before {
content: "\f0c6";
}
.aweso-icon-save:before {
content: "\f0c7";
}
.aweso-icon-sign-blank:before {
content: "\f0c8";
}
.aweso-icon-reorder:before {
content: "\f0c9";
}
.aweso-icon-list-ul:before {
content: "\f0ca";
}
.aweso-icon-list-ol:before {
content: "\f0cb";
}
.aweso-icon-strikethrough:before {
content: "\f0cc";
}
.aweso-icon-underline:before {
content: "\f0cd";
}
.aweso-icon-table:before {
content: "\f0ce";
}
.aweso-icon-magic:before {
content: "\f0d0";
}
.aweso-icon-truck:before {
content: "\f0d1";
}
.aweso-icon-pinterest:before {
content: "\f0d2";
}
.aweso-icon-pinterest-sign:before {
content: "\f0d3";
}
.aweso-icon-google-plus-sign:before {
content: "\f0d4";
}
.aweso-icon-google-plus:before {
content: "\f0d5";
}
.aweso-icon-money:before {
content: "\f0d6";
}
.aweso-icon-caret-down:before {
content: "\f0d7";
}
.aweso-icon-caret-up:before {
content: "\f0d8";
}
.aweso-icon-caret-left:before {
content: "\f0d9";
}
.aweso-icon-caret-right:before {
content: "\f0da";
}
.aweso-icon-columns:before {
content: "\f0db";
}
.aweso-icon-sort:before {
content: "\f0dc";
}
.aweso-icon-sort-down:before {
content: "\f0dd";
}
.aweso-icon-sort-up:before {
content: "\f0de";
}
.aweso-icon-envelope-alt:before {
content: "\f0e0";
}
.aweso-icon-linkedin:before {
content: "\f0e1";
}
.aweso-icon-undo:before {
content: "\f0e2";
}
.aweso-icon-legal:before {
content: "\f0e3";
}
.aweso-icon-dashboard:before {
content: "\f0e4";
}
.aweso-icon-comment-alt:before {
content: "\f0e5";
}
.aweso-icon-comments-alt:before {
content: "\f0e6";
}
.aweso-icon-bolt:before {
content: "\f0e7";
}
.aweso-icon-sitemap:before {
content: "\f0e8";
}
.aweso-icon-umbrella:before {
content: "\f0e9";
}
.aweso-icon-paste:before {
content: "\f0ea";
}
.aweso-icon-user-md:before {
content: "\f200";
} | 0.396535 | 0.089296 |
div{
display: block;
}
body{
font-size:18px;
}
.jumbotron {
background-color: #EEA236;
}
.jumbotron h1{
text-align: center;
color: #FFFFFF;
}
.jumbotron h2{
text-align: center;
color: #FFFFFF;
}
.clearfix:after{
content:"";
display: block;
clear:both;
}
/* topMenu */
#topMenu{
width:40%;
margin: auto;
}
#topMenu ul{
list-style: none;
margin-top: 15px;
display: block;
}
#topMenu ul li{
margin-top: 15px;
display: block;
}
/* dishes */
#dishes{
width:80%;
margin: auto;
}
.dish{
margin-bottom: 15px;
padding: 10px;
word-wrap: break-word;
overflow-wrap: break-word;
border: 4px solid #BBBBBB;
background-color:#FAFAFA;
}
.dish .header{
padding-right: 20px;
border-bottom: 2px solid #BBBBBB;
align-items: center;
}
.dish .image_list{
list-style: none;
margin-top: 15px;
display: block;
padding-left: 0;
}
.dish .image_list li{
display: inline;
}
.dish .image_list .thumb{
width:200px;
height:200px;
overflow: hidden;
}
.dish .image_list img{
width:200px;
height:auto;
padding-bottom: 100%;
}
.dish .name{
font-size:24px;
}
.dish .created{
float:right;
}
.dish .createdat{
font-size:12px;
}
.dish .createdby{
font-size:16px;
}
.dish .detail_record{
border-bottom: 2px solid #BBBBBB;
align-items: center;
margin-bottom: 5px;
overflow: hidden;
}
.dish .detail_title{
display: block;
float:left;
width:20%;
color:#0011cc;
overflow: visible;
}
.dish .detai_value{
display: block;
width:80%;
float: right;
overflow: visible;
margin-bottom: 4px;
}
.dish .detai_value img{
margin-right:2px;
width:30px;
height:30px;
}
.dish .header_font{
font-weight: 600;
overflow: hidden;
padding-left: 5px;
margin-left: -5px;
}
.dish .dish_action button{
margin-right:10px;
}
/* restaurants */
#restaurants_unchecked{
width:70%;
margin: auto;
}
.restaurant{
margin-bottom: 15px;
padding: 10px;
word-wrap: break-word;
overflow-wrap: break-word;
border: 4px solid #efefef;
}
.restaurant .header{
padding-right: 20px;
border-bottom: 2px solid #efefef;
align-items: center;
}
.restaurant .image_list{
list-style: none;
margin-top: 15px;
display: block;
padding-left: 0;
}
.restaurant .image_list li{
margin-right:4px;
display: inline-block;
}
.restaurant .image_list .thumb{
width:200px;
height:200px;
overflow: hidden;
}
.restaurant .image_list img{
width:200px;
height:auto;
padding-bottom: 100%;
}
.restaurant .name{
font-size:24px;
}
.restaurant .createdat{
font-size:12px;
float:right;
}
.restaurant .detail_record{
border-bottom: 2px solid #efefef;
align-items: center;
margin-bottom: 5px;
}
.restaurant .detail_title{
display: block;
float:left;
width:140px;
color:#0011cc;
}
.restaurant .detai_value{
display: block;
width:100%;
}
.restaurant input{
margin: 0;
width:100%;
}
.restaurant .header_font{
font-weight: 600;
overflow: hidden;
padding-left: 5px;
margin-left: -5px;
}
.restaurant .restaurant_message p{
margin-bottom: 0px;
}
.restaurant .restaurant_action button{
margin-right:10px;
}
/* notifications */
#notifications{
width:80%;
margin: auto;
}
.notification{
margin-bottom: 15px;
padding: 10px;
word-wrap: break-word;
overflow-wrap: break-word;
border: 4px solid #efefef;
}
.newnotification{
margin-bottom: 15px;
padding: 10px;
word-wrap: break-word;
overflow-wrap: break-word;
border: 4px solid #ffefef;
}
.notification .notification_record{
border-bottom: 2px solid #efefef;
align-items: center;
margin-bottom: 5px;
}
.notification .notification_record_title{
display: block;
float:left;
width:15%;
color:#0011cc;
}
.notification .notification_record_value{
display: block;
width:85%;
float: right;
}
.notification .title,textarea{
margin: 0;
width:85%;
}
.notification .notification_message p{
margin-bottom: 0px;
}
/* feature */
#feature{
width:80%;
margin: auto;
}
.feature{
margin-bottom: 15px;
padding: 10px;
word-wrap: break-word;
overflow-wrap: break-word;
border: 4px solid #efefef;
}
.feature{
margin-bottom: 15px;
padding: 10px;
word-wrap: break-word;
overflow-wrap: break-word;
border: 4px solid #ffefef;
}
.feature .feature_record{
border-bottom: 2px solid #efefef;
align-items: center;
margin-bottom: 5px;
}
.feature .feature_record_title{
display: block;
float:left;
width:15%;
color:#0011cc;
}
.feature .feature_record_value{
display: block;
width:85%;
float: right;
}
.feature .title,textarea{
margin: 0;
width:85%;
}
.feature .feature_message p{
margin-bottom: 0px;
}
.feature .fileupload{
width:40%;
height:auto;
}
.feature img.imgView{
width:360px;
}
.dishbox {
border:2px solid #EEA236;
width:220px;
background-color: #efefef;
overflow:hidden;
}
.dishbox.off {
border:2px solid #FFFFFF;
-moz-opacity: 0.5;
opacity: 0.3;
}
.dishbox div,p{
width:90%;
overflow: hidden;
white-space: nowrap;
margin:auto;
margin-bottom: 4px;
}
.dishbox p.name{
font-size: 22px;
height:30px;
}
.dishbox .thumb{
height:150px;
}
.dishbox .score{
height:40px;
}
.dishbox p.rname{
height:25px;
}
.dishbox p.category{
height:25px;
}
.dishbox p.price{
height:25px;
}
.dishbox .thumb{
margin-top;8px;
width:180px;
height:180px;
overflow: hidden;
text-align: center;
}
.dishbox .thumb img{
margin-top: 4px;
box-sizing:border-box;
width:180px;
padding-bottom: 100%;
}
.dishbox .score img{
width:18%;
box-sizing:border-box;
}
.feature #searchbox{
width:260px;
padding-bottom: 4px;
border-bottom: 1px solid #BBBBBB;
}
.feature ul {
list-style: none;
margin-top: 5px;
display: block;
padding-left:0;
}
.feature ul li{
display: inline-block;
padding-bottom: 10px;
padding-right: 8px;
float:left;
}
.dishbox ul li img{
} | public/css/solofood.css | div{
display: block;
}
body{
font-size:18px;
}
.jumbotron {
background-color: #EEA236;
}
.jumbotron h1{
text-align: center;
color: #FFFFFF;
}
.jumbotron h2{
text-align: center;
color: #FFFFFF;
}
.clearfix:after{
content:"";
display: block;
clear:both;
}
/* topMenu */
#topMenu{
width:40%;
margin: auto;
}
#topMenu ul{
list-style: none;
margin-top: 15px;
display: block;
}
#topMenu ul li{
margin-top: 15px;
display: block;
}
/* dishes */
#dishes{
width:80%;
margin: auto;
}
.dish{
margin-bottom: 15px;
padding: 10px;
word-wrap: break-word;
overflow-wrap: break-word;
border: 4px solid #BBBBBB;
background-color:#FAFAFA;
}
.dish .header{
padding-right: 20px;
border-bottom: 2px solid #BBBBBB;
align-items: center;
}
.dish .image_list{
list-style: none;
margin-top: 15px;
display: block;
padding-left: 0;
}
.dish .image_list li{
display: inline;
}
.dish .image_list .thumb{
width:200px;
height:200px;
overflow: hidden;
}
.dish .image_list img{
width:200px;
height:auto;
padding-bottom: 100%;
}
.dish .name{
font-size:24px;
}
.dish .created{
float:right;
}
.dish .createdat{
font-size:12px;
}
.dish .createdby{
font-size:16px;
}
.dish .detail_record{
border-bottom: 2px solid #BBBBBB;
align-items: center;
margin-bottom: 5px;
overflow: hidden;
}
.dish .detail_title{
display: block;
float:left;
width:20%;
color:#0011cc;
overflow: visible;
}
.dish .detai_value{
display: block;
width:80%;
float: right;
overflow: visible;
margin-bottom: 4px;
}
.dish .detai_value img{
margin-right:2px;
width:30px;
height:30px;
}
.dish .header_font{
font-weight: 600;
overflow: hidden;
padding-left: 5px;
margin-left: -5px;
}
.dish .dish_action button{
margin-right:10px;
}
/* restaurants */
#restaurants_unchecked{
width:70%;
margin: auto;
}
.restaurant{
margin-bottom: 15px;
padding: 10px;
word-wrap: break-word;
overflow-wrap: break-word;
border: 4px solid #efefef;
}
.restaurant .header{
padding-right: 20px;
border-bottom: 2px solid #efefef;
align-items: center;
}
.restaurant .image_list{
list-style: none;
margin-top: 15px;
display: block;
padding-left: 0;
}
.restaurant .image_list li{
margin-right:4px;
display: inline-block;
}
.restaurant .image_list .thumb{
width:200px;
height:200px;
overflow: hidden;
}
.restaurant .image_list img{
width:200px;
height:auto;
padding-bottom: 100%;
}
.restaurant .name{
font-size:24px;
}
.restaurant .createdat{
font-size:12px;
float:right;
}
.restaurant .detail_record{
border-bottom: 2px solid #efefef;
align-items: center;
margin-bottom: 5px;
}
.restaurant .detail_title{
display: block;
float:left;
width:140px;
color:#0011cc;
}
.restaurant .detai_value{
display: block;
width:100%;
}
.restaurant input{
margin: 0;
width:100%;
}
.restaurant .header_font{
font-weight: 600;
overflow: hidden;
padding-left: 5px;
margin-left: -5px;
}
.restaurant .restaurant_message p{
margin-bottom: 0px;
}
.restaurant .restaurant_action button{
margin-right:10px;
}
/* notifications */
#notifications{
width:80%;
margin: auto;
}
.notification{
margin-bottom: 15px;
padding: 10px;
word-wrap: break-word;
overflow-wrap: break-word;
border: 4px solid #efefef;
}
.newnotification{
margin-bottom: 15px;
padding: 10px;
word-wrap: break-word;
overflow-wrap: break-word;
border: 4px solid #ffefef;
}
.notification .notification_record{
border-bottom: 2px solid #efefef;
align-items: center;
margin-bottom: 5px;
}
.notification .notification_record_title{
display: block;
float:left;
width:15%;
color:#0011cc;
}
.notification .notification_record_value{
display: block;
width:85%;
float: right;
}
.notification .title,textarea{
margin: 0;
width:85%;
}
.notification .notification_message p{
margin-bottom: 0px;
}
/* feature */
#feature{
width:80%;
margin: auto;
}
.feature{
margin-bottom: 15px;
padding: 10px;
word-wrap: break-word;
overflow-wrap: break-word;
border: 4px solid #efefef;
}
.feature{
margin-bottom: 15px;
padding: 10px;
word-wrap: break-word;
overflow-wrap: break-word;
border: 4px solid #ffefef;
}
.feature .feature_record{
border-bottom: 2px solid #efefef;
align-items: center;
margin-bottom: 5px;
}
.feature .feature_record_title{
display: block;
float:left;
width:15%;
color:#0011cc;
}
.feature .feature_record_value{
display: block;
width:85%;
float: right;
}
.feature .title,textarea{
margin: 0;
width:85%;
}
.feature .feature_message p{
margin-bottom: 0px;
}
.feature .fileupload{
width:40%;
height:auto;
}
.feature img.imgView{
width:360px;
}
.dishbox {
border:2px solid #EEA236;
width:220px;
background-color: #efefef;
overflow:hidden;
}
.dishbox.off {
border:2px solid #FFFFFF;
-moz-opacity: 0.5;
opacity: 0.3;
}
.dishbox div,p{
width:90%;
overflow: hidden;
white-space: nowrap;
margin:auto;
margin-bottom: 4px;
}
.dishbox p.name{
font-size: 22px;
height:30px;
}
.dishbox .thumb{
height:150px;
}
.dishbox .score{
height:40px;
}
.dishbox p.rname{
height:25px;
}
.dishbox p.category{
height:25px;
}
.dishbox p.price{
height:25px;
}
.dishbox .thumb{
margin-top;8px;
width:180px;
height:180px;
overflow: hidden;
text-align: center;
}
.dishbox .thumb img{
margin-top: 4px;
box-sizing:border-box;
width:180px;
padding-bottom: 100%;
}
.dishbox .score img{
width:18%;
box-sizing:border-box;
}
.feature #searchbox{
width:260px;
padding-bottom: 4px;
border-bottom: 1px solid #BBBBBB;
}
.feature ul {
list-style: none;
margin-top: 5px;
display: block;
padding-left:0;
}
.feature ul li{
display: inline-block;
padding-bottom: 10px;
padding-right: 8px;
float:left;
}
.dishbox ul li img{
} | 0.203628 | 0.057891 |
@charset "UTF-8";
/* -----------------------------------------------------
Project : Home Square Real estate Template
Version : 1.0.0
Author: QodeArk
-------------- Table of Content -------------------
1.Bootstrap
2.Fontawesome
3.Home Square Font
4.Animation.css
5.Shortcodes
-- Logo
-- Range-slider
-- Map-markers
-- Buttons
-- Form-elements
-- Select2
-- Heading
-- Pagination
-- Sort-options
6.Owl_slider
7.Magnific-popup
8.Dropzone
9.Infowindow
10.Sections
-- Main-menu
-- Google-map
-- Property-search
-- Text-section
-- Property-listing
-- Featured-properties
-- Statistic-section
-- Top-agents
-- Our-partners
-- Top-footer
-- Footer
-- Main-slider
-- Top-properties
-- Breadcrumb
-- Sidebar
-- Gallery
-- Video-tour
-- Descriptive-section"
-- Services
-- Testimonials
11.Pages
-- Home-map
-- Property-listing
-- Faq
-- 404
-- Contact
-- Agents
-- Home-fullscreen-slider
-- Blog
-- Property-details
-- Submit-property
-- Compare
-----------------------------------------------------*/
/**
* Bootstrap
*/
/*!
* Bootstrap v3.3.5 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
body {
margin: 0; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block; }
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline; }
audio:not([controls]) {
display: none;
height: 0; }
[hidden],
template {
display: none; }
a {
background-color: transparent; }
a:active,
a:hover {
outline: 0; }
abbr[title] {
border-bottom: 1px dotted; }
b,
strong {
font-weight: bold; }
dfn {
font-style: italic; }
h1 {
font-size: 2em;
margin: 0.67em 0; }
mark {
background: #ff0;
color: #000; }
small {
font-size: 80%; }
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
figure {
margin: 1em 40px; }
hr {
box-sizing: content-box;
height: 0; }
pre {
overflow: auto; }
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0; }
button {
overflow: visible; }
button,
select {
text-transform: none; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
button[disabled],
html input[disabled] {
cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
input {
line-height: normal; }
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
legend {
border: 0;
padding: 0; }
textarea {
overflow: auto; }
optgroup {
font-weight: bold; }
table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important; }
a,
a:visited {
text-decoration: underline; }
a[href]:after {
content: " (" attr(href) ")"; }
abbr[title]:after {
content: " (" attr(title) ")"; }
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: ""; }
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid; }
thead {
display: table-header-group; }
tr,
img {
page-break-inside: avoid; }
img {
max-width: 100% !important; }
p,
h2,
h3 {
orphans: 3;
widows: 3; }
h2,
h3 {
page-break-after: avoid; }
.navbar {
display: none; }
.btn > .caret, #main-menu-handle > .caret,
.dropup > .btn > .caret,
.dropup > #main-menu-handle > .caret {
border-top-color: #000 !important; }
.label {
border: 1px solid #000; }
.table {
border-collapse: collapse !important; }
.table td,
.table th {
background-color: #fff !important; }
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important; } }
@font-face {
font-family: 'Glyphicons Halflings';
src: url(../fonts/bootstrap/glyphicons-halflings-regulare389.eot?1426523004);
src: url(../fonts/bootstrap/glyphicons-halflings-regular3f97.eot?&1426523004#iefix) format("embedded-opentype"), url(../fonts/bootstrap/glyphicons-halflings-regulare389.woff2?1426523004) format("woff2"), url(../fonts/bootstrap/glyphicons-halflings-regulare389.woff?1426523004) format("woff"), url(../fonts/bootstrap/glyphicons-halflings-regulare389.ttf?1426523004) format("truetype"), url(../fonts/bootstrap/glyphicons-halflings-regulare389.svg?1426523004#glyphicons_halflingsregular) format("svg"); }
.glyphicon, .hsq-checkbox label span:before, #google-map .property-search.horizontal .property-search-box form .submit-container {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.glyphicon-asterisk:before {
content: "\2a"; }
.glyphicon-plus:before {
content: "\2b"; }
.glyphicon-euro:before,
.glyphicon-eur:before {
content: "\20ac"; }
.glyphicon-minus:before {
content: "\2212"; }
.glyphicon-cloud:before {
content: "\2601"; }
.glyphicon-envelope:before {
content: "\2709"; }
.glyphicon-pencil:before {
content: "\270f"; }
.glyphicon-glass:before {
content: "\e001"; }
.glyphicon-music:before {
content: "\e002"; }
.glyphicon-search:before, #google-map .property-search.horizontal .property-search-box form .submit-container:before {
content: "\e003"; }
.glyphicon-heart:before {
content: "\e005"; }
.glyphicon-star:before {
content: "\e006"; }
.glyphicon-star-empty:before {
content: "\e007"; }
.glyphicon-user:before {
content: "\e008"; }
.glyphicon-film:before {
content: "\e009"; }
.glyphicon-th-large:before {
content: "\e010"; }
.glyphicon-th:before {
content: "\e011"; }
.glyphicon-th-list:before {
content: "\e012"; }
.glyphicon-ok:before, .hsq-checkbox label span:before {
content: "\e013"; }
.glyphicon-remove:before {
content: "\e014"; }
.glyphicon-zoom-in:before {
content: "\e015"; }
.glyphicon-zoom-out:before {
content: "\e016"; }
.glyphicon-off:before {
content: "\e017"; }
.glyphicon-signal:before {
content: "\e018"; }
.glyphicon-cog:before {
content: "\e019"; }
.glyphicon-trash:before {
content: "\e020"; }
.glyphicon-home:before {
content: "\e021"; }
.glyphicon-file:before {
content: "\e022"; }
.glyphicon-time:before {
content: "\e023"; }
.glyphicon-road:before {
content: "\e024"; }
.glyphicon-download-alt:before {
content: "\e025"; }
.glyphicon-download:before {
content: "\e026"; }
.glyphicon-upload:before {
content: "\e027"; }
.glyphicon-inbox:before {
content: "\e028"; }
.glyphicon-play-circle:before {
content: "\e029"; }
.glyphicon-repeat:before {
content: "\e030"; }
.glyphicon-refresh:before {
content: "\e031"; }
.glyphicon-list-alt:before {
content: "\e032"; }
.glyphicon-lock:before {
content: "\e033"; }
.glyphicon-flag:before {
content: "\e034"; }
.glyphicon-headphones:before {
content: "\e035"; }
.glyphicon-volume-off:before {
content: "\e036"; }
.glyphicon-volume-down:before {
content: "\e037"; }
.glyphicon-volume-up:before {
content: "\e038"; }
.glyphicon-qrcode:before {
content: "\e039"; }
.glyphicon-barcode:before {
content: "\e040"; }
.glyphicon-tag:before {
content: "\e041"; }
.glyphicon-tags:before {
content: "\e042"; }
.glyphicon-book:before {
content: "\e043"; }
.glyphicon-bookmark:before {
content: "\e044"; }
.glyphicon-print:before {
content: "\e045"; }
.glyphicon-camera:before {
content: "\e046"; }
.glyphicon-font:before {
content: "\e047"; }
.glyphicon-bold:before {
content: "\e048"; }
.glyphicon-italic:before {
content: "\e049"; }
.glyphicon-text-height:before {
content: "\e050"; }
.glyphicon-text-width:before {
content: "\e051"; }
.glyphicon-align-left:before {
content: "\e052"; }
.glyphicon-align-center:before {
content: "\e053"; }
.glyphicon-align-right:before {
content: "\e054"; }
.glyphicon-align-justify:before {
content: "\e055"; }
.glyphicon-list:before {
content: "\e056"; }
.glyphicon-indent-left:before {
content: "\e057"; }
.glyphicon-indent-right:before {
content: "\e058"; }
.glyphicon-facetime-video:before {
content: "\e059"; }
.glyphicon-picture:before {
content: "\e060"; }
.glyphicon-map-marker:before {
content: "\e062"; }
.glyphicon-adjust:before {
content: "\e063"; }
.glyphicon-tint:before {
content: "\e064"; }
.glyphicon-edit:before {
content: "\e065"; }
.glyphicon-share:before {
content: "\e066"; }
.glyphicon-check:before {
content: "\e067"; }
.glyphicon-move:before {
content: "\e068"; }
.glyphicon-step-backward:before {
content: "\e069"; }
.glyphicon-fast-backward:before {
content: "\e070"; }
.glyphicon-backward:before {
content: "\e071"; }
.glyphicon-play:before {
content: "\e072"; }
.glyphicon-pause:before {
content: "\e073"; }
.glyphicon-stop:before {
content: "\e074"; }
.glyphicon-forward:before {
content: "\e075"; }
.glyphicon-fast-forward:before {
content: "\e076"; }
.glyphicon-step-forward:before {
content: "\e077"; }
.glyphicon-eject:before {
content: "\e078"; }
.glyphicon-chevron-left:before {
content: "\e079"; }
.glyphicon-chevron-right:before {
content: "\e080"; }
.glyphicon-plus-sign:before {
content: "\e081"; }
.glyphicon-minus-sign:before {
content: "\e082"; }
.glyphicon-remove-sign:before {
content: "\e083"; }
.glyphicon-ok-sign:before {
content: "\e084"; }
.glyphicon-question-sign:before {
content: "\e085"; }
.glyphicon-info-sign:before {
content: "\e086"; }
.glyphicon-screenshot:before {
content: "\e087"; }
.glyphicon-remove-circle:before {
content: "\e088"; }
.glyphicon-ok-circle:before {
content: "\e089"; }
.glyphicon-ban-circle:before {
content: "\e090"; }
.glyphicon-arrow-left:before {
content: "\e091"; }
.glyphicon-arrow-right:before {
content: "\e092"; }
.glyphicon-arrow-up:before {
content: "\e093"; }
.glyphicon-arrow-down:before {
content: "\e094"; }
.glyphicon-share-alt:before {
content: "\e095"; }
.glyphicon-resize-full:before {
content: "\e096"; }
.glyphicon-resize-small:before {
content: "\e097"; }
.glyphicon-exclamation-sign:before {
content: "\e101"; }
.glyphicon-gift:before {
content: "\e102"; }
.glyphicon-leaf:before {
content: "\e103"; }
.glyphicon-fire:before {
content: "\e104"; }
.glyphicon-eye-open:before {
content: "\e105"; }
.glyphicon-eye-close:before {
content: "\e106"; }
.glyphicon-warning-sign:before {
content: "\e107"; }
.glyphicon-plane:before {
content: "\e108"; }
.glyphicon-calendar:before {
content: "\e109"; }
.glyphicon-random:before {
content: "\e110"; }
.glyphicon-comment:before {
content: "\e111"; }
.glyphicon-magnet:before {
content: "\e112"; }
.glyphicon-chevron-up:before {
content: "\e113"; }
.glyphicon-chevron-down:before {
content: "\e114"; }
.glyphicon-retweet:before {
content: "\e115"; }
.glyphicon-shopping-cart:before {
content: "\e116"; }
.glyphicon-folder-close:before {
content: "\e117"; }
.glyphicon-folder-open:before {
content: "\e118"; }
.glyphicon-resize-vertical:before {
content: "\e119"; }
.glyphicon-resize-horizontal:before {
content: "\e120"; }
.glyphicon-hdd:before {
content: "\e121"; }
.glyphicon-bullhorn:before {
content: "\e122"; }
.glyphicon-bell:before {
content: "\e123"; }
.glyphicon-certificate:before {
content: "\e124"; }
.glyphicon-thumbs-up:before {
content: "\e125"; }
.glyphicon-thumbs-down:before {
content: "\e126"; }
.glyphicon-hand-right:before {
content: "\e127"; }
.glyphicon-hand-left:before {
content: "\e128"; }
.glyphicon-hand-up:before {
content: "\e129"; }
.glyphicon-hand-down:before {
content: "\e130"; }
.glyphicon-circle-arrow-right:before {
content: "\e131"; }
.glyphicon-circle-arrow-left:before {
content: "\e132"; }
.glyphicon-circle-arrow-up:before {
content: "\e133"; }
.glyphicon-circle-arrow-down:before {
content: "\e134"; }
.glyphicon-globe:before {
content: "\e135"; }
.glyphicon-wrench:before {
content: "\e136"; }
.glyphicon-tasks:before {
content: "\e137"; }
.glyphicon-filter:before {
content: "\e138"; }
.glyphicon-briefcase:before {
content: "\e139"; }
.glyphicon-fullscreen:before {
content: "\e140"; }
.glyphicon-dashboard:before {
content: "\e141"; }
.glyphicon-paperclip:before {
content: "\e142"; }
.glyphicon-heart-empty:before {
content: "\e143"; }
.glyphicon-link:before {
content: "\e144"; }
.glyphicon-phone:before {
content: "\e145"; }
.glyphicon-pushpin:before {
content: "\e146"; }
.glyphicon-usd:before {
content: "\e148"; }
.glyphicon-gbp:before {
content: "\e149"; }
.glyphicon-sort:before {
content: "\e150"; }
.glyphicon-sort-by-alphabet:before {
content: "\e151"; }
.glyphicon-sort-by-alphabet-alt:before {
content: "\e152"; }
.glyphicon-sort-by-order:before {
content: "\e153"; }
.glyphicon-sort-by-order-alt:before {
content: "\e154"; }
.glyphicon-sort-by-attributes:before {
content: "\e155"; }
.glyphicon-sort-by-attributes-alt:before {
content: "\e156"; }
.glyphicon-unchecked:before {
content: "\e157"; }
.glyphicon-expand:before {
content: "\e158"; }
.glyphicon-collapse-down:before {
content: "\e159"; }
.glyphicon-collapse-up:before {
content: "\e160"; }
.glyphicon-log-in:before {
content: "\e161"; }
.glyphicon-flash:before {
content: "\e162"; }
.glyphicon-log-out:before {
content: "\e163"; }
.glyphicon-new-window:before {
content: "\e164"; }
.glyphicon-record:before {
content: "\e165"; }
.glyphicon-save:before {
content: "\e166"; }
.glyphicon-open:before {
content: "\e167"; }
.glyphicon-saved:before {
content: "\e168"; }
.glyphicon-import:before {
content: "\e169"; }
.glyphicon-export:before {
content: "\e170"; }
.glyphicon-send:before {
content: "\e171"; }
.glyphicon-floppy-disk:before {
content: "\e172"; }
.glyphicon-floppy-saved:before {
content: "\e173"; }
.glyphicon-floppy-remove:before {
content: "\e174"; }
.glyphicon-floppy-save:before {
content: "\e175"; }
.glyphicon-floppy-open:before {
content: "\e176"; }
.glyphicon-credit-card:before {
content: "\e177"; }
.glyphicon-transfer:before {
content: "\e178"; }
.glyphicon-cutlery:before {
content: "\e179"; }
.glyphicon-header:before {
content: "\e180"; }
.glyphicon-compressed:before {
content: "\e181"; }
.glyphicon-earphone:before {
content: "\e182"; }
.glyphicon-phone-alt:before {
content: "\e183"; }
.glyphicon-tower:before {
content: "\e184"; }
.glyphicon-stats:before {
content: "\e185"; }
.glyphicon-sd-video:before {
content: "\e186"; }
.glyphicon-hd-video:before {
content: "\e187"; }
.glyphicon-subtitles:before {
content: "\e188"; }
.glyphicon-sound-stereo:before {
content: "\e189"; }
.glyphicon-sound-dolby:before {
content: "\e190"; }
.glyphicon-sound-5-1:before {
content: "\e191"; }
.glyphicon-sound-6-1:before {
content: "\e192"; }
.glyphicon-sound-7-1:before {
content: "\e193"; }
.glyphicon-copyright-mark:before {
content: "\e194"; }
.glyphicon-registration-mark:before {
content: "\e195"; }
.glyphicon-cloud-download:before {
content: "\e197"; }
.glyphicon-cloud-upload:before {
content: "\e198"; }
.glyphicon-tree-conifer:before {
content: "\e199"; }
.glyphicon-tree-deciduous:before {
content: "\e200"; }
.glyphicon-cd:before {
content: "\e201"; }
.glyphicon-save-file:before {
content: "\e202"; }
.glyphicon-open-file:before {
content: "\e203"; }
.glyphicon-level-up:before {
content: "\e204"; }
.glyphicon-copy:before {
content: "\e205"; }
.glyphicon-paste:before {
content: "\e206"; }
.glyphicon-alert:before {
content: "\e209"; }
.glyphicon-equalizer:before {
content: "\e210"; }
.glyphicon-king:before {
content: "\e211"; }
.glyphicon-queen:before {
content: "\e212"; }
.glyphicon-pawn:before {
content: "\e213"; }
.glyphicon-bishop:before {
content: "\e214"; }
.glyphicon-knight:before {
content: "\e215"; }
.glyphicon-baby-formula:before {
content: "\e216"; }
.glyphicon-tent:before {
content: "\26fa"; }
.glyphicon-blackboard:before {
content: "\e218"; }
.glyphicon-bed:before {
content: "\e219"; }
.glyphicon-apple:before {
content: "\f8ff"; }
.glyphicon-erase:before {
content: "\e221"; }
.glyphicon-hourglass:before {
content: "\231b"; }
.glyphicon-lamp:before {
content: "\e223"; }
.glyphicon-duplicate:before {
content: "\e224"; }
.glyphicon-piggy-bank:before {
content: "\e225"; }
.glyphicon-scissors:before {
content: "\e226"; }
.glyphicon-bitcoin:before {
content: "\e227"; }
.glyphicon-btc:before {
content: "\e227"; }
.glyphicon-xbt:before {
content: "\e227"; }
.glyphicon-yen:before {
content: "\00a5"; }
.glyphicon-jpy:before {
content: "\00a5"; }
.glyphicon-ruble:before {
content: "\20bd"; }
.glyphicon-rub:before {
content: "\20bd"; }
.glyphicon-scale:before {
content: "\e230"; }
.glyphicon-ice-lolly:before {
content: "\e231"; }
.glyphicon-ice-lolly-tasted:before {
content: "\e232"; }
.glyphicon-education:before {
content: "\e233"; }
.glyphicon-option-horizontal:before {
content: "\e234"; }
.glyphicon-option-vertical:before {
content: "\e235"; }
.glyphicon-menu-hamburger:before {
content: "\e236"; }
.glyphicon-modal-window:before {
content: "\e237"; }
.glyphicon-oil:before {
content: "\e238"; }
.glyphicon-grain:before {
content: "\e239"; }
.glyphicon-sunglasses:before {
content: "\e240"; }
.glyphicon-text-size:before {
content: "\e241"; }
.glyphicon-text-color:before {
content: "\e242"; }
.glyphicon-text-background:before {
content: "\e243"; }
.glyphicon-object-align-top:before {
content: "\e244"; }
.glyphicon-object-align-bottom:before {
content: "\e245"; }
.glyphicon-object-align-horizontal:before {
content: "\e246"; }
.glyphicon-object-align-left:before {
content: "\e247"; }
.glyphicon-object-align-vertical:before {
content: "\e248"; }
.glyphicon-object-align-right:before {
content: "\e249"; }
.glyphicon-triangle-right:before {
content: "\e250"; }
.glyphicon-triangle-left:before {
content: "\e251"; }
.glyphicon-triangle-bottom:before {
content: "\e252"; }
.glyphicon-triangle-top:before {
content: "\e253"; }
.glyphicon-console:before {
content: "\e254"; }
.glyphicon-superscript:before {
content: "\e255"; }
.glyphicon-subscript:before {
content: "\e256"; }
.glyphicon-menu-left:before {
content: "\e257"; }
.glyphicon-menu-right:before {
content: "\e258"; }
.glyphicon-menu-down:before {
content: "\e259"; }
.glyphicon-menu-up:before {
content: "\e260"; }
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
html {
font-size: 10px;
-webkit-tap-highlight-color: transparent; }
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857;
color: #333333;
background-color: #fff; }
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit; }
a {
color: #337ab7;
text-decoration: none; }
a:hover, a:focus {
color: #23527c;
text-decoration: underline; }
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
figure {
margin: 0; }
img {
vertical-align: middle; }
.img-responsive {
display: block;
max-width: 100%;
height: auto; }
.img-rounded {
border-radius: 6px; }
.img-thumbnail {
padding: 4px;
line-height: 1.42857;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto; }
.img-circle {
border-radius: 50%; }
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee; }
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0; }
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto; }
[role="button"] {
cursor: pointer; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit; }
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777777; }
h1, .h1,
h2, .h2,
h3, .h3 {
margin-top: 20px;
margin-bottom: 10px; }
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
font-size: 65%; }
h4, .h4,
h5, .h5,
h6, .h6 {
margin-top: 10px;
margin-bottom: 10px; }
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
font-size: 75%; }
h1, .h1 {
font-size: 36px; }
h2, .h2 {
font-size: 30px; }
h3, .h3 {
font-size: 24px; }
h4, .h4 {
font-size: 18px; }
h5, .h5 {
font-size: 14px; }
h6, .h6 {
font-size: 12px; }
p {
margin: 0 0 10px; }
.lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 300;
line-height: 1.4; }
@media (min-width: 768px) {
.lead {
font-size: 21px; } }
small,
.small {
font-size: 85%; }
mark,
.mark {
background-color: #fcf8e3;
padding: .2em; }
.text-left {
text-align: left; }
.text-right {
text-align: right; }
.text-center {
text-align: center; }
.text-justify {
text-align: justify; }
.text-nowrap {
white-space: nowrap; }
.text-lowercase {
text-transform: lowercase; }
.text-uppercase, .initialism {
text-transform: uppercase; }
.text-capitalize {
text-transform: capitalize; }
.text-muted {
color: #777777; }
.text-primary {
color: #337ab7; }
a.text-primary:hover,
a.text-primary:focus {
color: #286090; }
.text-success {
color: #3c763d; }
a.text-success:hover,
a.text-success:focus {
color: #2b542c; }
.text-info {
color: #31708f; }
a.text-info:hover,
a.text-info:focus {
color: #245269; }
.text-warning {
color: #8a6d3b; }
a.text-warning:hover,
a.text-warning:focus {
color: #66512c; }
.text-danger {
color: #a94442; }
a.text-danger:hover,
a.text-danger:focus {
color: #843534; }
.bg-primary {
color: #fff; }
.bg-primary {
background-color: #337ab7; }
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #286090; }
.bg-success {
background-color: #dff0d8; }
a.bg-success:hover,
a.bg-success:focus {
background-color: #c1e2b3; }
.bg-info {
background-color: #d9edf7; }
a.bg-info:hover,
a.bg-info:focus {
background-color: #afd9ee; }
.bg-warning {
background-color: #fcf8e3; }
a.bg-warning:hover,
a.bg-warning:focus {
background-color: #f7ecb5; }
.bg-danger {
background-color: #f2dede; }
a.bg-danger:hover,
a.bg-danger:focus {
background-color: #e4b9b9; }
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eeeeee; }
ul,
ol {
margin-top: 0;
margin-bottom: 10px; }
ul ul,
ul ol,
ol ul,
ol ol {
margin-bottom: 0; }
.list-unstyled {
padding-left: 0;
list-style: none; }
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px; }
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px; }
dl {
margin-top: 0;
margin-bottom: 20px; }
dt,
dd {
line-height: 1.42857; }
dt {
font-weight: bold; }
dd {
margin-left: 0; }
.dl-horizontal dd:before, .dl-horizontal dd:after {
content: " ";
display: table; }
.dl-horizontal dd:after {
clear: both; }
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.dl-horizontal dd {
margin-left: 180px; } }
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777777; }
.initialism {
font-size: 90%; }
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eeeeee; }
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0; }
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857;
color: #777777; }
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0'; }
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
text-align: right; }
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
content: ''; }
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014'; }
address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.42857; }
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px; }
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
box-shadow: none; }
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px; }
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0; }
.pre-scrollable {
max-height: 340px;
overflow-y: scroll; }
.container, #property-slider-section #property-thumb-slider {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px; }
.container:before, #property-slider-section #property-thumb-slider:before, .container:after, #property-slider-section #property-thumb-slider:after {
content: " ";
display: table; }
.container:after, #property-slider-section #property-thumb-slider:after {
clear: both; }
@media (min-width: 768px) {
.container, #property-slider-section #property-thumb-slider {
width: 750px; } }
@media (min-width: 992px) {
.container, #property-slider-section #property-thumb-slider {
width: 970px; } }
@media (min-width: 1200px) {
.container, #property-slider-section #property-thumb-slider {
width: 1170px; } }
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px; }
.container-fluid:before, .container-fluid:after {
content: " ";
display: table; }
.container-fluid:after {
clear: both; }
.row {
margin-left: -15px;
margin-right: -15px; }
.row:before, .row:after {
content: " ";
display: table; }
.row:after {
clear: both; }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px; }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left; }
.col-xs-1 {
width: 8.33333%; }
.col-xs-2 {
width: 16.66667%; }
.col-xs-3 {
width: 25%; }
.col-xs-4 {
width: 33.33333%; }
.col-xs-5 {
width: 41.66667%; }
.col-xs-6 {
width: 50%; }
.col-xs-7 {
width: 58.33333%; }
.col-xs-8 {
width: 66.66667%; }
.col-xs-9 {
width: 75%; }
.col-xs-10 {
width: 83.33333%; }
.col-xs-11 {
width: 91.66667%; }
.col-xs-12 {
width: 100%; }
.col-xs-pull-0 {
right: auto; }
.col-xs-pull-1 {
right: 8.33333%; }
.col-xs-pull-2 {
right: 16.66667%; }
.col-xs-pull-3 {
right: 25%; }
.col-xs-pull-4 {
right: 33.33333%; }
.col-xs-pull-5 {
right: 41.66667%; }
.col-xs-pull-6 {
right: 50%; }
.col-xs-pull-7 {
right: 58.33333%; }
.col-xs-pull-8 {
right: 66.66667%; }
.col-xs-pull-9 {
right: 75%; }
.col-xs-pull-10 {
right: 83.33333%; }
.col-xs-pull-11 {
right: 91.66667%; }
.col-xs-pull-12 {
right: 100%; }
.col-xs-push-0 {
left: auto; }
.col-xs-push-1 {
left: 8.33333%; }
.col-xs-push-2 {
left: 16.66667%; }
.col-xs-push-3 {
left: 25%; }
.col-xs-push-4 {
left: 33.33333%; }
.col-xs-push-5 {
left: 41.66667%; }
.col-xs-push-6 {
left: 50%; }
.col-xs-push-7 {
left: 58.33333%; }
.col-xs-push-8 {
left: 66.66667%; }
.col-xs-push-9 {
left: 75%; }
.col-xs-push-10 {
left: 83.33333%; }
.col-xs-push-11 {
left: 91.66667%; }
.col-xs-push-12 {
left: 100%; }
.col-xs-offset-0 {
margin-left: 0%; }
.col-xs-offset-1 {
margin-left: 8.33333%; }
.col-xs-offset-2 {
margin-left: 16.66667%; }
.col-xs-offset-3 {
margin-left: 25%; }
.col-xs-offset-4 {
margin-left: 33.33333%; }
.col-xs-offset-5 {
margin-left: 41.66667%; }
.col-xs-offset-6 {
margin-left: 50%; }
.col-xs-offset-7 {
margin-left: 58.33333%; }
.col-xs-offset-8 {
margin-left: 66.66667%; }
.col-xs-offset-9 {
margin-left: 75%; }
.col-xs-offset-10 {
margin-left: 83.33333%; }
.col-xs-offset-11 {
margin-left: 91.66667%; }
.col-xs-offset-12 {
margin-left: 100%; }
@media (min-width: 768px) {
.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 {
float: left; }
.col-sm-1 {
width: 8.33333%; }
.col-sm-2 {
width: 16.66667%; }
.col-sm-3 {
width: 25%; }
.col-sm-4 {
width: 33.33333%; }
.col-sm-5 {
width: 41.66667%; }
.col-sm-6 {
width: 50%; }
.col-sm-7 {
width: 58.33333%; }
.col-sm-8 {
width: 66.66667%; }
.col-sm-9 {
width: 75%; }
.col-sm-10 {
width: 83.33333%; }
.col-sm-11 {
width: 91.66667%; }
.col-sm-12 {
width: 100%; }
.col-sm-pull-0 {
right: auto; }
.col-sm-pull-1 {
right: 8.33333%; }
.col-sm-pull-2 {
right: 16.66667%; }
.col-sm-pull-3 {
right: 25%; }
.col-sm-pull-4 {
right: 33.33333%; }
.col-sm-pull-5 {
right: 41.66667%; }
.col-sm-pull-6 {
right: 50%; }
.col-sm-pull-7 {
right: 58.33333%; }
.col-sm-pull-8 {
right: 66.66667%; }
.col-sm-pull-9 {
right: 75%; }
.col-sm-pull-10 {
right: 83.33333%; }
.col-sm-pull-11 {
right: 91.66667%; }
.col-sm-pull-12 {
right: 100%; }
.col-sm-push-0 {
left: auto; }
.col-sm-push-1 {
left: 8.33333%; }
.col-sm-push-2 {
left: 16.66667%; }
.col-sm-push-3 {
left: 25%; }
.col-sm-push-4 {
left: 33.33333%; }
.col-sm-push-5 {
left: 41.66667%; }
.col-sm-push-6 {
left: 50%; }
.col-sm-push-7 {
left: 58.33333%; }
.col-sm-push-8 {
left: 66.66667%; }
.col-sm-push-9 {
left: 75%; }
.col-sm-push-10 {
left: 83.33333%; }
.col-sm-push-11 {
left: 91.66667%; }
.col-sm-push-12 {
left: 100%; }
.col-sm-offset-0 {
margin-left: 0%; }
.col-sm-offset-1 {
margin-left: 8.33333%; }
.col-sm-offset-2 {
margin-left: 16.66667%; }
.col-sm-offset-3 {
margin-left: 25%; }
.col-sm-offset-4 {
margin-left: 33.33333%; }
.col-sm-offset-5 {
margin-left: 41.66667%; }
.col-sm-offset-6 {
margin-left: 50%; }
.col-sm-offset-7 {
margin-left: 58.33333%; }
.col-sm-offset-8 {
margin-left: 66.66667%; }
.col-sm-offset-9 {
margin-left: 75%; }
.col-sm-offset-10 {
margin-left: 83.33333%; }
.col-sm-offset-11 {
margin-left: 91.66667%; }
.col-sm-offset-12 {
margin-left: 100%; } }
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left; }
.col-md-1 {
width: 8.33333%; }
.col-md-2 {
width: 16.66667%; }
.col-md-3 {
width: 25%; }
.col-md-4 {
width: 33.33333%; }
.col-md-5 {
width: 41.66667%; }
.col-md-6 {
width: 50%; }
.col-md-7 {
width: 58.33333%; }
.col-md-8 {
width: 66.66667%; }
.col-md-9 {
width: 75%; }
.col-md-10 {
width: 83.33333%; }
.col-md-11 {
width: 91.66667%; }
.col-md-12 {
width: 100%; }
.col-md-pull-0 {
right: auto; }
.col-md-pull-1 {
right: 8.33333%; }
.col-md-pull-2 {
right: 16.66667%; }
.col-md-pull-3 {
right: 25%; }
.col-md-pull-4 {
right: 33.33333%; }
.col-md-pull-5 {
right: 41.66667%; }
.col-md-pull-6 {
right: 50%; }
.col-md-pull-7 {
right: 58.33333%; }
.col-md-pull-8 {
right: 66.66667%; }
.col-md-pull-9 {
right: 75%; }
.col-md-pull-10 {
right: 83.33333%; }
.col-md-pull-11 {
right: 91.66667%; }
.col-md-pull-12 {
right: 100%; }
.col-md-push-0 {
left: auto; }
.col-md-push-1 {
left: 8.33333%; }
.col-md-push-2 {
left: 16.66667%; }
.col-md-push-3 {
left: 25%; }
.col-md-push-4 {
left: 33.33333%; }
.col-md-push-5 {
left: 41.66667%; }
.col-md-push-6 {
left: 50%; }
.col-md-push-7 {
left: 58.33333%; }
.col-md-push-8 {
left: 66.66667%; }
.col-md-push-9 {
left: 75%; }
.col-md-push-10 {
left: 83.33333%; }
.col-md-push-11 {
left: 91.66667%; }
.col-md-push-12 {
left: 100%; }
.col-md-offset-0 {
margin-left: 0%; }
.col-md-offset-1 {
margin-left: 8.33333%; }
.col-md-offset-2 {
margin-left: 16.66667%; }
.col-md-offset-3 {
margin-left: 25%; }
.col-md-offset-4 {
margin-left: 33.33333%; }
.col-md-offset-5 {
margin-left: 41.66667%; }
.col-md-offset-6 {
margin-left: 50%; }
.col-md-offset-7 {
margin-left: 58.33333%; }
.col-md-offset-8 {
margin-left: 66.66667%; }
.col-md-offset-9 {
margin-left: 75%; }
.col-md-offset-10 {
margin-left: 83.33333%; }
.col-md-offset-11 {
margin-left: 91.66667%; }
.col-md-offset-12 {
margin-left: 100%; } }
@media (min-width: 1200px) {
.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 {
float: left; }
.col-lg-1 {
width: 8.33333%; }
.col-lg-2 {
width: 16.66667%; }
.col-lg-3 {
width: 25%; }
.col-lg-4 {
width: 33.33333%; }
.col-lg-5 {
width: 41.66667%; }
.col-lg-6 {
width: 50%; }
.col-lg-7 {
width: 58.33333%; }
.col-lg-8 {
width: 66.66667%; }
.col-lg-9 {
width: 75%; }
.col-lg-10 {
width: 83.33333%; }
.col-lg-11 {
width: 91.66667%; }
.col-lg-12 {
width: 100%; }
.col-lg-pull-0 {
right: auto; }
.col-lg-pull-1 {
right: 8.33333%; }
.col-lg-pull-2 {
right: 16.66667%; }
.col-lg-pull-3 {
right: 25%; }
.col-lg-pull-4 {
right: 33.33333%; }
.col-lg-pull-5 {
right: 41.66667%; }
.col-lg-pull-6 {
right: 50%; }
.col-lg-pull-7 {
right: 58.33333%; }
.col-lg-pull-8 {
right: 66.66667%; }
.col-lg-pull-9 {
right: 75%; }
.col-lg-pull-10 {
right: 83.33333%; }
.col-lg-pull-11 {
right: 91.66667%; }
.col-lg-pull-12 {
right: 100%; }
.col-lg-push-0 {
left: auto; }
.col-lg-push-1 {
left: 8.33333%; }
.col-lg-push-2 {
left: 16.66667%; }
.col-lg-push-3 {
left: 25%; }
.col-lg-push-4 {
left: 33.33333%; }
.col-lg-push-5 {
left: 41.66667%; }
.col-lg-push-6 {
left: 50%; }
.col-lg-push-7 {
left: 58.33333%; }
.col-lg-push-8 {
left: 66.66667%; }
.col-lg-push-9 {
left: 75%; }
.col-lg-push-10 {
left: 83.33333%; }
.col-lg-push-11 {
left: 91.66667%; }
.col-lg-push-12 {
left: 100%; }
.col-lg-offset-0 {
margin-left: 0%; }
.col-lg-offset-1 {
margin-left: 8.33333%; }
.col-lg-offset-2 {
margin-left: 16.66667%; }
.col-lg-offset-3 {
margin-left: 25%; }
.col-lg-offset-4 {
margin-left: 33.33333%; }
.col-lg-offset-5 {
margin-left: 41.66667%; }
.col-lg-offset-6 {
margin-left: 50%; }
.col-lg-offset-7 {
margin-left: 58.33333%; }
.col-lg-offset-8 {
margin-left: 66.66667%; }
.col-lg-offset-9 {
margin-left: 75%; }
.col-lg-offset-10 {
margin-left: 83.33333%; }
.col-lg-offset-11 {
margin-left: 91.66667%; }
.col-lg-offset-12 {
margin-left: 100%; } }
table {
background-color: transparent; }
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777777;
text-align: left; }
th {
text-align: left; }
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px; }
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857;
vertical-align: top;
border-top: 1px solid #ddd; }
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd; }
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
border-top: 0; }
.table > tbody + tbody {
border-top: 2px solid #ddd; }
.table .table {
background-color: #fff; }
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
padding: 5px; }
.table-bordered {
border: 1px solid #ddd; }
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
border: 1px solid #ddd; }
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px; }
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9; }
.table-hover > tbody > tr:hover {
background-color: #f5f5f5; }
table col[class*="col-"] {
position: static;
float: none;
display: table-column; }
table td[class*="col-"],
table th[class*="col-"] {
position: static;
float: none;
display: table-cell; }
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
background-color: #f5f5f5; }
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8; }
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
background-color: #dff0d8; }
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6; }
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
background-color: #d9edf7; }
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3; }
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3; }
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc; }
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
background-color: #f2dede; }
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc; }
.table-responsive {
overflow-x: auto;
min-height: 0.01%; }
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd; }
.table-responsive > .table {
margin-bottom: 0; }
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap; }
.table-responsive > .table-bordered {
border: 0; }
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0; }
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0; }
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0; } }
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0; }
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5; }
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold; }
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal; }
input[type="file"] {
display: block; }
input[type="range"] {
display: block;
width: 100%; }
select[multiple],
select[size] {
height: auto; }
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.42857;
color: #555555; }
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857;
color: #555555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
.form-control::-moz-placeholder {
color: #999;
opacity: 1; }
.form-control:-ms-input-placeholder {
color: #999; }
.form-control::-webkit-input-placeholder {
color: #999; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
background-color: #eeeeee;
opacity: 1; }
.form-control[disabled], fieldset[disabled] .form-control {
cursor: not-allowed; }
textarea.form-control {
height: auto; }
input[type="search"] {
-webkit-appearance: none; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
line-height: 34px; }
input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
.input-group-sm > input[type="date"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="date"].btn,
.input-group-sm > .input-group-btn > input[type="date"]#main-menu-handle, .input-group-sm input[type="date"],
input[type="time"].input-sm,
.input-group-sm > input[type="time"].form-control,
.input-group-sm > input[type="time"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="time"].btn,
.input-group-sm > .input-group-btn > input[type="time"]#main-menu-handle, .input-group-sm
input[type="time"],
input[type="datetime-local"].input-sm,
.input-group-sm > input[type="datetime-local"].form-control,
.input-group-sm > input[type="datetime-local"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
.input-group-sm > .input-group-btn > input[type="datetime-local"]#main-menu-handle, .input-group-sm
input[type="datetime-local"],
input[type="month"].input-sm,
.input-group-sm > input[type="month"].form-control,
.input-group-sm > input[type="month"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="month"].btn,
.input-group-sm > .input-group-btn > input[type="month"]#main-menu-handle, .input-group-sm
input[type="month"] {
line-height: 30px; }
input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
.input-group-lg > input[type="date"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="date"].btn,
.input-group-lg > .input-group-btn > input[type="date"]#main-menu-handle, .input-group-lg input[type="date"],
input[type="time"].input-lg,
.input-group-lg > input[type="time"].form-control,
.input-group-lg > input[type="time"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="time"].btn,
.input-group-lg > .input-group-btn > input[type="time"]#main-menu-handle, .input-group-lg
input[type="time"],
input[type="datetime-local"].input-lg,
.input-group-lg > input[type="datetime-local"].form-control,
.input-group-lg > input[type="datetime-local"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
.input-group-lg > .input-group-btn > input[type="datetime-local"]#main-menu-handle, .input-group-lg
input[type="datetime-local"],
input[type="month"].input-lg,
.input-group-lg > input[type="month"].form-control,
.input-group-lg > input[type="month"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="month"].btn,
.input-group-lg > .input-group-btn > input[type="month"]#main-menu-handle, .input-group-lg
input[type="month"] {
line-height: 46px; } }
.form-group {
margin-bottom: 15px; }
.radio,
.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px; }
.radio label,
.checkbox label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer; }
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-left: -20px;
margin-top: 4px \9; }
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px; }
.radio-inline,
.checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer; }
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px; }
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
cursor: not-allowed; }
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
cursor: not-allowed; }
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
cursor: not-allowed; }
.form-control-static {
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
min-height: 34px; }
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-lg > .input-group-btn > .form-control-static#main-menu-handle, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.input-group-sm > .input-group-btn > .form-control-static#main-menu-handle {
padding-left: 0;
padding-right: 0; }
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > #main-menu-handle {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px; }
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select#main-menu-handle {
height: 30px;
line-height: 30px; }
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea#main-menu-handle,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > select[multiple]#main-menu-handle {
height: auto; }
.form-group-sm .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px; }
.form-group-sm select.form-control {
height: 30px;
line-height: 30px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
height: auto; }
.form-group-sm .form-control-static {
height: 30px;
min-height: 32px;
padding: 6px 10px;
font-size: 12px;
line-height: 1.5; }
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > #main-menu-handle {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33333;
border-radius: 6px; }
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select#main-menu-handle {
height: 46px;
line-height: 46px; }
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea#main-menu-handle,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > select[multiple]#main-menu-handle {
height: auto; }
.form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33333;
border-radius: 6px; }
.form-group-lg select.form-control {
height: 46px;
line-height: 46px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
height: auto; }
.form-group-lg .form-control-static {
height: 46px;
min-height: 38px;
padding: 11px 16px;
font-size: 18px;
line-height: 1.33333; }
.has-feedback {
position: relative; }
.has-feedback .form-control {
padding-right: 42.5px; }
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
pointer-events: none; }
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg > .input-group-btn > #main-menu-handle + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px; }
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm > .input-group-btn > #main-menu-handle + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px; }
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
color: #3c763d; }
.has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8; }
.has-success .form-control-feedback {
color: #3c763d; }
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
color: #8a6d3b; }
.has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3; }
.has-warning .form-control-feedback {
color: #8a6d3b; }
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
color: #a94442; }
.has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede; }
.has-error .form-control-feedback {
color: #a94442; }
.has-feedback label ~ .form-control-feedback {
top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0; }
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373; }
@media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle; }
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle; }
.form-inline .form-control-static {
display: inline-block; }
.form-inline .input-group {
display: inline-table;
vertical-align: middle; }
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto; }
.form-inline .input-group > .form-control {
width: 100%; }
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle; }
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle; }
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0; }
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0; }
.form-inline .has-feedback .form-control-feedback {
top: 0; } }
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 27px; }
.form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px; }
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
content: " ";
display: table; }
.form-horizontal .form-group:after {
clear: both; }
@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
right: 15px; }
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 14.33333px;
font-size: 18px; } }
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
font-size: 12px; } }
.btn, #main-menu-handle {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.btn:focus, #main-menu-handle:focus, .btn.focus, .focus#main-menu-handle, .btn:active:focus, #main-menu-handle:active:focus, .btn:active.focus, #main-menu-handle:active.focus, .btn.active:focus, .active#main-menu-handle:focus, .btn.active.focus, .active.focus#main-menu-handle {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
.btn:hover, #main-menu-handle:hover, .btn:focus, #main-menu-handle:focus, .btn.focus, .focus#main-menu-handle {
color: #333;
text-decoration: none; }
.btn:active, #main-menu-handle:active, .btn.active, .active#main-menu-handle {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn.disabled, .disabled#main-menu-handle, .btn[disabled], [disabled]#main-menu-handle, fieldset[disabled] .btn, fieldset[disabled] #main-menu-handle {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none; }
a.btn.disabled, a.disabled#main-menu-handle, fieldset[disabled] a.btn, fieldset[disabled] a#main-menu-handle {
pointer-events: none; }
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc; }
.btn-default:focus, .btn-default.focus {
color: #333;
background-color: #e6e6e6;
border-color: #8c8c8c; }
.btn-default:hover {
color: #333;
background-color: #e6e6e6;
border-color: #adadad; }
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
color: #333;
background-color: #e6e6e6;
border-color: #adadad; }
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
color: #333;
background-color: #d4d4d4;
border-color: #8c8c8c; }
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
background-image: none; }
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
background-color: #fff;
border-color: #ccc; }
.btn-default .badge {
color: #fff;
background-color: #333; }
.btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4; }
.btn-primary:focus, .btn-primary.focus {
color: #fff;
background-color: #286090;
border-color: #122b40; }
.btn-primary:hover {
color: #fff;
background-color: #286090;
border-color: #204d74; }
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #286090;
border-color: #204d74; }
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
color: #fff;
background-color: #204d74;
border-color: #122b40; }
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
background-image: none; }
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
background-color: #337ab7;
border-color: #2e6da4; }
.btn-primary .badge {
color: #337ab7;
background-color: #fff; }
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c; }
.btn-success:focus, .btn-success.focus {
color: #fff;
background-color: #449d44;
border-color: #255625; }
.btn-success:hover {
color: #fff;
background-color: #449d44;
border-color: #398439; }
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
color: #fff;
background-color: #449d44;
border-color: #398439; }
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
color: #fff;
background-color: #398439;
border-color: #255625; }
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
background-image: none; }
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
background-color: #5cb85c;
border-color: #4cae4c; }
.btn-success .badge {
color: #5cb85c;
background-color: #fff; }
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da; }
.btn-info:focus, .btn-info.focus {
color: #fff;
background-color: #31b0d5;
border-color: #1b6d85; }
.btn-info:hover {
color: #fff;
background-color: #31b0d5;
border-color: #269abc; }
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
color: #fff;
background-color: #31b0d5;
border-color: #269abc; }
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
color: #fff;
background-color: #269abc;
border-color: #1b6d85; }
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
background-image: none; }
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da; }
.btn-info .badge {
color: #5bc0de;
background-color: #fff; }
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236; }
.btn-warning:focus, .btn-warning.focus {
color: #fff;
background-color: #ec971f;
border-color: #985f0d; }
.btn-warning:hover {
color: #fff;
background-color: #ec971f;
border-color: #d58512; }
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
color: #fff;
background-color: #ec971f;
border-color: #d58512; }
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
color: #fff;
background-color: #d58512;
border-color: #985f0d; }
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
background-image: none; }
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236; }
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff; }
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a; }
.btn-danger:focus, .btn-danger.focus {
color: #fff;
background-color: #c9302c;
border-color: #761c19; }
.btn-danger:hover {
color: #fff;
background-color: #c9302c;
border-color: #ac2925; }
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #c9302c;
border-color: #ac2925; }
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
color: #fff;
background-color: #ac2925;
border-color: #761c19; }
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
background-image: none; }
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
background-color: #d9534f;
border-color: #d43f3a; }
.btn-danger .badge {
color: #d9534f;
background-color: #fff; }
.btn-link {
color: #337ab7;
font-weight: normal;
border-radius: 0; }
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none; }
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
border-color: transparent; }
.btn-link:hover, .btn-link:focus {
color: #23527c;
text-decoration: underline;
background-color: transparent; }
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
color: #777777;
text-decoration: none; }
.btn-lg, .btn-group-lg > .btn, .btn-group-lg > #main-menu-handle {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33333;
border-radius: 6px; }
.btn-sm, .btn-group-sm > .btn, .btn-group-sm > #main-menu-handle {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px; }
.btn-xs, .btn-group-xs > .btn, .btn-group-xs > #main-menu-handle {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px; }
.btn-block {
display: block;
width: 100%; }
.btn-block + .btn-block {
margin-top: 5px; }
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%; }
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear; }
.fade.in {
opacity: 1; }
.collapse {
display: none; }
.collapse.in {
display: block; }
tr.collapse.in {
display: table-row; }
tbody.collapse.in {
display: table-row-group; }
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-property: height, visibility;
transition-property: height, visibility;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease; }
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid \9;
border-right: 4px solid transparent;
border-left: 4px solid transparent; }
.dropup,
.dropdown {
position: relative; }
.dropdown-toggle:focus {
outline: 0; }
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
text-align: left;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box; }
.dropdown-menu.pull-right {
right: 0;
left: auto; }
.dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5; }
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857;
color: #333333;
white-space: nowrap; }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
text-decoration: none;
color: #262626;
background-color: #f5f5f5; }
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
outline: 0;
background-color: #337ab7; }
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed; }
.open > .dropdown-menu {
display: block; }
.open > a {
outline: 0; }
.dropdown-menu-right {
left: auto;
right: 0; }
.dropdown-menu-left {
left: 0;
right: auto; }
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.42857;
color: #777777;
white-space: nowrap; }
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990; }
.pull-right > .dropdown-menu {
right: 0;
left: auto; }
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px dashed;
border-bottom: 4px solid \9;
content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px; }
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
right: 0;
left: auto; }
.navbar-right .dropdown-menu-left {
left: 0;
right: auto; } }
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle; }
.btn-group > .btn, .btn-group > #main-menu-handle,
.btn-group-vertical > .btn,
.btn-group-vertical > #main-menu-handle {
position: relative;
float: left; }
.btn-group > .btn:hover, .btn-group > #main-menu-handle:hover, .btn-group > .btn:focus, .btn-group > #main-menu-handle:focus, .btn-group > .btn:active, .btn-group > #main-menu-handle:active, .btn-group > .btn.active, .btn-group > .active#main-menu-handle,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > #main-menu-handle:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > #main-menu-handle:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > #main-menu-handle:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active#main-menu-handle {
z-index: 2; }
.btn-group .btn + .btn, .btn-group #main-menu-handle + .btn, .btn-group .btn + #main-menu-handle, .btn-group #main-menu-handle + #main-menu-handle,
.btn-group .btn + .btn-group,
.btn-group #main-menu-handle + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + #main-menu-handle,
.btn-group .btn-group + .btn-group {
margin-left: -1px; }
.btn-toolbar {
margin-left: -5px; }
.btn-toolbar:before, .btn-toolbar:after {
content: " ";
display: table; }
.btn-toolbar:after {
clear: both; }
.btn-toolbar .btn, .btn-toolbar #main-menu-handle,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: left; }
.btn-toolbar > .btn, .btn-toolbar > #main-menu-handle,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
margin-left: 5px; }
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > #main-menu-handle:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0; }
.btn-group > .btn:first-child, .btn-group > #main-menu-handle:first-child {
margin-left: 0; }
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > #main-menu-handle:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0; }
.btn-group > .btn:last-child:not(:first-child), .btn-group > #main-menu-handle:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0; }
.btn-group > .btn-group {
float: left; }
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > #main-menu-handle {
border-radius: 0; }
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > #main-menu-handle:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-top-right-radius: 0; }
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > #main-menu-handle:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0; }
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0; }
.btn-group > .btn + .dropdown-toggle, .btn-group > #main-menu-handle + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px; }
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > #main-menu-handle + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px; }
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none; }
.btn .caret, #main-menu-handle .caret {
margin-left: 0; }
.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > #main-menu-handle .caret {
border-width: 5px 5px 0;
border-bottom-width: 0; }
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > #main-menu-handle .caret {
border-width: 0 5px 5px; }
.btn-group-vertical > .btn, .btn-group-vertical > #main-menu-handle,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > #main-menu-handle {
display: block;
float: none;
width: 100%;
max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
content: " ";
display: table; }
.btn-group-vertical > .btn-group:after {
clear: both; }
.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > #main-menu-handle {
float: none; }
.btn-group-vertical > .btn + .btn, .btn-group-vertical > #main-menu-handle + .btn, .btn-group-vertical > .btn + #main-menu-handle, .btn-group-vertical > #main-menu-handle + #main-menu-handle,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > #main-menu-handle + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + #main-menu-handle,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0; }
.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > #main-menu-handle:not(:first-child):not(:last-child) {
border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > #main-menu-handle:first-child:not(:last-child) {
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > #main-menu-handle:last-child:not(:first-child) {
border-bottom-left-radius: 4px;
border-top-right-radius: 0;
border-top-left-radius: 0; }
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > #main-menu-handle {
border-radius: 0; }
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > #main-menu-handle:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > #main-menu-handle:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0; }
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate; }
.btn-group-justified > .btn, .btn-group-justified > #main-menu-handle,
.btn-group-justified > .btn-group {
float: none;
display: table-cell;
width: 1%; }
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group #main-menu-handle {
width: 100%; }
.btn-group-justified > .btn-group .dropdown-menu {
left: auto; }
[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > #main-menu-handle input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > #main-menu-handle input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > #main-menu-handle input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > #main-menu-handle input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none; }
.input-group {
position: relative;
display: table;
border-collapse: separate; }
.input-group[class*="col-"] {
float: none;
padding-left: 0;
padding-right: 0; }
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0; }
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell; }
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0; }
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle; }
.input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #555555;
text-align: center;
background-color: #eeeeee;
border: 1px solid #ccc;
border-radius: 4px; }
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.input-group-sm > .input-group-btn > .input-group-addon#main-menu-handle {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px; }
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.input-group-lg > .input-group-btn > .input-group-addon#main-menu-handle {
padding: 10px 16px;
font-size: 18px;
border-radius: 6px; }
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
margin-top: 0; }
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > #main-menu-handle,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > #main-menu-handle,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > #main-menu-handle:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > #main-menu-handle {
border-bottom-right-radius: 0;
border-top-right-radius: 0; }
.input-group-addon:first-child {
border-right: 0; }
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > #main-menu-handle,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > #main-menu-handle,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > #main-menu-handle:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > #main-menu-handle {
border-bottom-left-radius: 0;
border-top-left-radius: 0; }
.input-group-addon:last-child {
border-left: 0; }
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap; }
.input-group-btn > .btn, .input-group-btn > #main-menu-handle {
position: relative; }
.input-group-btn > .btn + .btn, .input-group-btn > #main-menu-handle + .btn, .input-group-btn > .btn + #main-menu-handle, .input-group-btn > #main-menu-handle + #main-menu-handle {
margin-left: -1px; }
.input-group-btn > .btn:hover, .input-group-btn > #main-menu-handle:hover, .input-group-btn > .btn:focus, .input-group-btn > #main-menu-handle:focus, .input-group-btn > .btn:active, .input-group-btn > #main-menu-handle:active {
z-index: 2; }
.input-group-btn:first-child > .btn, .input-group-btn:first-child > #main-menu-handle,
.input-group-btn:first-child > .btn-group {
margin-right: -1px; }
.input-group-btn:last-child > .btn, .input-group-btn:last-child > #main-menu-handle,
.input-group-btn:last-child > .btn-group {
z-index: 2;
margin-left: -1px; }
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none; }
.nav:before, .nav:after {
content: " ";
display: table; }
.nav:after {
clear: both; }
.nav > li {
position: relative;
display: block; }
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px; }
.nav > li > a:hover, .nav > li > a:focus {
text-decoration: none;
background-color: #eeeeee; }
.nav > li.disabled > a {
color: #777777; }
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
color: #777777;
text-decoration: none;
background-color: transparent;
cursor: not-allowed; }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
background-color: #eeeeee;
border-color: #337ab7; }
.nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5; }
.nav > li > a > img {
max-width: none; }
.nav-tabs {
border-bottom: 1px solid #ddd; }
.nav-tabs > li {
float: left;
margin-bottom: -1px; }
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.42857;
border: 1px solid transparent;
border-radius: 4px 4px 0 0; }
.nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #ddd; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
color: #555555;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default; }
.nav-pills > li {
float: left; }
.nav-pills > li > a {
border-radius: 4px; }
.nav-pills > li + li {
margin-left: 2px; }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
color: #fff;
background-color: #337ab7; }
.nav-stacked > li {
float: none; }
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0; }
.nav-justified, .nav-tabs.nav-justified {
width: 100%; }
.nav-justified > li, .nav-tabs.nav-justified > li {
float: none; }
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
text-align: center;
margin-bottom: 5px; }
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto; }
@media (min-width: 768px) {
.nav-justified > li, .nav-tabs.nav-justified > li {
display: table-cell;
width: 1%; }
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
margin-bottom: 0; } }
.nav-tabs-justified, .nav-tabs.nav-justified {
border-bottom: 0; }
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px; }
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #ddd; }
@media (min-width: 768px) {
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0; }
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #fff; } }
.tab-content > .tab-pane {
display: none; }
.tab-content > .active {
display: block; }
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0; }
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 20px;
border: 1px solid transparent; }
.navbar:before, .navbar:after {
content: " ";
display: table; }
.navbar:after {
clear: both; }
@media (min-width: 768px) {
.navbar {
border-radius: 4px; } }
.navbar-header:before, .navbar-header:after {
content: " ";
display: table; }
.navbar-header:after {
clear: both; }
@media (min-width: 768px) {
.navbar-header {
float: left; } }
.navbar-collapse {
overflow-x: visible;
padding-right: 15px;
padding-left: 15px;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch; }
.navbar-collapse:before, .navbar-collapse:after {
content: " ";
display: table; }
.navbar-collapse:after {
clear: both; }
.navbar-collapse.in {
overflow-y: auto; }
@media (min-width: 768px) {
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none; }
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important; }
.navbar-collapse.in {
overflow-y: visible; }
.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
padding-left: 0;
padding-right: 0; } }
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 340px; }
@media (max-device-width: 480px) and (orientation: landscape) {
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 200px; } }
.container > .navbar-header, #property-slider-section #property-thumb-slider > .navbar-header,
.container > .navbar-collapse,
#property-slider-section #property-thumb-slider > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px; }
@media (min-width: 768px) {
.container > .navbar-header, #property-slider-section #property-thumb-slider > .navbar-header,
.container > .navbar-collapse,
#property-slider-section #property-thumb-slider > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0; } }
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px; }
@media (min-width: 768px) {
.navbar-static-top {
border-radius: 0; } }
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030; }
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0; } }
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px; }
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0; }
.navbar-brand {
float: left;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
height: 50px; }
.navbar-brand:hover, .navbar-brand:focus {
text-decoration: none; }
.navbar-brand > img {
display: block; }
@media (min-width: 768px) {
.navbar > .container .navbar-brand, #property-slider-section .navbar > #property-thumb-slider .navbar-brand, .navbar > .container-fluid .navbar-brand {
margin-left: -15px; } }
.navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 8px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px; }
.navbar-toggle:focus {
outline: 0; }
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px; }
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px; }
@media (min-width: 768px) {
.navbar-toggle {
display: none; } }
.navbar-nav {
margin: 7.5px -15px; }
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px; }
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none; }
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px; }
.navbar-nav .open .dropdown-menu > li > a {
line-height: 20px; }
.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none; } }
@media (min-width: 768px) {
.navbar-nav {
float: left;
margin: 0; }
.navbar-nav > li {
float: left; }
.navbar-nav > li > a {
padding-top: 15px;
padding-bottom: 15px; } }
.navbar-form {
margin-left: -15px;
margin-right: -15px;
padding: 10px 15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: 8px;
margin-bottom: 8px; }
@media (min-width: 768px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle; }
.navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle; }
.navbar-form .form-control-static {
display: inline-block; }
.navbar-form .input-group {
display: inline-table;
vertical-align: middle; }
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
width: auto; }
.navbar-form .input-group > .form-control {
width: 100%; }
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle; }
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle; }
.navbar-form .radio label,
.navbar-form .checkbox label {
padding-left: 0; }
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0; }
.navbar-form .has-feedback .form-control-feedback {
top: 0; } }
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px; }
.navbar-form .form-group:last-child {
margin-bottom: 0; } }
@media (min-width: 768px) {
.navbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none; } }
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0; }
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
margin-bottom: 0;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
.navbar-btn {
margin-top: 8px;
margin-bottom: 8px; }
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .btn-group-sm > .navbar-btn#main-menu-handle {
margin-top: 10px;
margin-bottom: 10px; }
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .btn-group-xs > .navbar-btn#main-menu-handle {
margin-top: 14px;
margin-bottom: 14px; }
.navbar-text {
margin-top: 15px;
margin-bottom: 15px; }
@media (min-width: 768px) {
.navbar-text {
float: left;
margin-left: 15px;
margin-right: 15px; } }
@media (min-width: 768px) {
.navbar-left {
float: left !important; }
.navbar-right {
float: right !important;
margin-right: -15px; }
.navbar-right ~ .navbar-right {
margin-right: 0; } }
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7; }
.navbar-default .navbar-brand {
color: #777; }
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent; }
.navbar-default .navbar-text {
color: #777; }
.navbar-default .navbar-nav > li > a {
color: #777; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #333;
background-color: transparent; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #555;
background-color: #e7e7e7; }
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
color: #ccc;
background-color: transparent; }
.navbar-default .navbar-toggle {
border-color: #ddd; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #ddd; }
.navbar-default .navbar-toggle .icon-bar {
background-color: #888; }
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #e7e7e7; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
background-color: #e7e7e7;
color: #555; }
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777; }
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333;
background-color: transparent; }
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555;
background-color: #e7e7e7; }
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #ccc;
background-color: transparent; } }
.navbar-default .navbar-link {
color: #777; }
.navbar-default .navbar-link:hover {
color: #333; }
.navbar-default .btn-link {
color: #777; }
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
color: #333; }
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
color: #ccc; }
.navbar-inverse {
background-color: #222;
border-color: #090909; }
.navbar-inverse .navbar-brand {
color: #9d9d9d; }
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
color: #fff;
background-color: transparent; }
.navbar-inverse .navbar-text {
color: #9d9d9d; }
.navbar-inverse .navbar-nav > li > a {
color: #9d9d9d; }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
color: #fff;
background-color: transparent; }
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
color: #fff;
background-color: #090909; }
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444;
background-color: transparent; }
.navbar-inverse .navbar-toggle {
border-color: #333; }
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
background-color: #333; }
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff; }
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010; }
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
background-color: #090909;
color: #fff; }
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #090909; }
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #090909; }
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #9d9d9d; }
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: transparent; }
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: #090909; }
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444;
background-color: transparent; } }
.navbar-inverse .navbar-link {
color: #9d9d9d; }
.navbar-inverse .navbar-link:hover {
color: #fff; }
.navbar-inverse .btn-link {
color: #9d9d9d; }
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
color: #fff; }
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444; }
.breadcrumb {
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px; }
.breadcrumb > li {
display: inline-block; }
.breadcrumb > li + li:before {
content: "/ ";
padding: 0 5px;
color: #ccc; }
.breadcrumb > .active {
color: #777777; }
.pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px; }
.pagination > li {
display: inline; }
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.42857;
text-decoration: none;
color: #337ab7;
background-color: #fff;
border: 1px solid #ddd;
margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
z-index: 3;
color: #23527c;
background-color: #eeeeee;
border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
z-index: 2;
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
cursor: default; }
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #777777;
background-color: #fff;
border-color: #ddd;
cursor: not-allowed; }
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33333; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-bottom-left-radius: 6px;
border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-bottom-right-radius: 6px;
border-top-right-radius: 6px; }
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px; }
.pager {
padding-left: 0;
margin: 20px 0;
list-style: none;
text-align: center; }
.pager:before, .pager:after {
content: " ";
display: table; }
.pager:after {
clear: both; }
.pager li {
display: inline; }
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 15px; }
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #eeeeee; }
.pager .next > a,
.pager .next > span {
float: right; }
.pager .previous > a,
.pager .previous > span {
float: left; }
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #777777;
background-color: #fff;
cursor: not-allowed; }
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em; }
.label:empty {
display: none; }
.btn .label, #main-menu-handle .label {
position: relative;
top: -1px; }
a.label:hover, a.label:focus {
color: #fff;
text-decoration: none;
cursor: pointer; }
.label-default {
background-color: #777777; }
.label-default[href]:hover, .label-default[href]:focus {
background-color: #5e5e5e; }
.label-primary {
background-color: #337ab7; }
.label-primary[href]:hover, .label-primary[href]:focus {
background-color: #286090; }
.label-success {
background-color: #5cb85c; }
.label-success[href]:hover, .label-success[href]:focus {
background-color: #449d44; }
.label-info {
background-color: #5bc0de; }
.label-info[href]:hover, .label-info[href]:focus {
background-color: #31b0d5; }
.label-warning {
background-color: #f0ad4e; }
.label-warning[href]:hover, .label-warning[href]:focus {
background-color: #ec971f; }
.label-danger {
background-color: #d9534f; }
.label-danger[href]:hover, .label-danger[href]:focus {
background-color: #c9302c; }
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
color: #fff;
line-height: 1;
vertical-align: middle;
white-space: nowrap;
text-align: center;
background-color: #777777;
border-radius: 10px; }
.badge:empty {
display: none; }
.btn .badge, #main-menu-handle .badge {
position: relative;
top: -1px; }
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > #main-menu-handle .badge, .btn-group-xs > .btn .badge, .btn-group-xs > #main-menu-handle .badge {
top: 0;
padding: 1px 5px; }
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
color: #337ab7;
background-color: #fff; }
.list-group-item > .badge {
float: right; }
.list-group-item > .badge + .badge {
margin-right: 5px; }
.nav-pills > li > a > .badge {
margin-left: 3px; }
a.badge:hover, a.badge:focus {
color: #fff;
text-decoration: none;
cursor: pointer; }
.jumbotron {
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 30px;
color: inherit;
background-color: #eeeeee; }
.jumbotron h1,
.jumbotron .h1 {
color: inherit; }
.jumbotron p {
margin-bottom: 15px;
font-size: 21px;
font-weight: 200; }
.jumbotron > hr {
border-top-color: #d5d5d5; }
.container .jumbotron, #property-slider-section #property-thumb-slider .jumbotron, .container-fluid .jumbotron {
border-radius: 6px; }
.jumbotron .container, .jumbotron #property-slider-section #property-thumb-slider, #property-slider-section .jumbotron #property-thumb-slider {
max-width: 100%; }
@media screen and (min-width: 768px) {
.jumbotron {
padding-top: 48px;
padding-bottom: 48px; }
.container .jumbotron, #property-slider-section #property-thumb-slider .jumbotron, .container-fluid .jumbotron {
padding-left: 60px;
padding-right: 60px; }
.jumbotron h1,
.jumbotron .h1 {
font-size: 63px; } }
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 20px;
line-height: 1.42857;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: border 0.2s ease-in-out;
-o-transition: border 0.2s ease-in-out;
transition: border 0.2s ease-in-out; }
.thumbnail > img,
.thumbnail a > img {
display: block;
max-width: 100%;
height: auto;
margin-left: auto;
margin-right: auto; }
.thumbnail .caption {
padding: 9px;
color: #333333; }
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #337ab7; }
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px; }
.alert h4 {
margin-top: 0;
color: inherit; }
.alert .alert-link {
font-weight: bold; }
.alert > p,
.alert > ul {
margin-bottom: 0; }
.alert > p + p {
margin-top: 5px; }
.alert-dismissable,
.alert-dismissible {
padding-right: 35px; }
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit; }
.alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d; }
.alert-success hr {
border-top-color: #c9e2b3; }
.alert-success .alert-link {
color: #2b542c; }
.alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f; }
.alert-info hr {
border-top-color: #a6e1ec; }
.alert-info .alert-link {
color: #245269; }
.alert-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b; }
.alert-warning hr {
border-top-color: #f7e1b5; }
.alert-warning .alert-link {
color: #66512c; }
.alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442; }
.alert-danger hr {
border-top-color: #e4b9c0; }
.alert-danger .alert-link {
color: #843534; }
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0; }
to {
background-position: 0 0; } }
@keyframes progress-bar-stripes {
from {
background-position: 40px 0; }
to {
background-position: 0 0; } }
.progress {
overflow: hidden;
height: 20px;
margin-bottom: 20px;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
.progress-bar {
float: left;
width: 0%;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease; }
.progress-striped .progress-bar,
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
background-size: 40px 40px; }
.progress.active .progress-bar,
.progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite; }
.progress-bar-success {
background-color: #5cb85c; }
.progress-striped .progress-bar-success {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }
.progress-bar-info {
background-color: #5bc0de; }
.progress-striped .progress-bar-info {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }
.progress-bar-warning {
background-color: #f0ad4e; }
.progress-striped .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }
.progress-bar-danger {
background-color: #d9534f; }
.progress-striped .progress-bar-danger {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }
.media {
margin-top: 15px; }
.media:first-child {
margin-top: 0; }
.media,
.media-body {
zoom: 1;
overflow: hidden; }
.media-body {
width: 10000px; }
.media-object {
display: block; }
.media-object.img-thumbnail {
max-width: none; }
.media-right,
.media > .pull-right {
padding-left: 10px; }
.media-left,
.media > .pull-left {
padding-right: 10px; }
.media-left,
.media-right,
.media-body {
display: table-cell;
vertical-align: top; }
.media-middle {
vertical-align: middle; }
.media-bottom {
vertical-align: bottom; }
.media-heading {
margin-top: 0;
margin-bottom: 5px; }
.media-list {
padding-left: 0;
list-style: none; }
.list-group {
margin-bottom: 20px;
padding-left: 0; }
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd; }
.list-group-item:first-child {
border-top-right-radius: 4px;
border-top-left-radius: 4px; }
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; }
a.list-group-item,
button.list-group-item {
color: #555; }
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
color: #333; }
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
text-decoration: none;
color: #555;
background-color: #f5f5f5; }
button.list-group-item {
width: 100%;
text-align: left; }
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
background-color: #eeeeee;
color: #777777;
cursor: not-allowed; }
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
color: inherit; }
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
color: #777777; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
z-index: 2;
color: #fff;
background-color: #337ab7;
border-color: #337ab7; }
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
color: inherit; }
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
color: #c7ddef; }
.list-group-item-success {
color: #3c763d;
background-color: #dff0d8; }
a.list-group-item-success,
button.list-group-item-success {
color: #3c763d; }
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
color: inherit; }
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6; }
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
color: #fff;
background-color: #3c763d;
border-color: #3c763d; }
.list-group-item-info {
color: #31708f;
background-color: #d9edf7; }
a.list-group-item-info,
button.list-group-item-info {
color: #31708f; }
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
color: inherit; }
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3; }
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f; }
.list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3; }
a.list-group-item-warning,
button.list-group-item-warning {
color: #8a6d3b; }
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
color: inherit; }
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc; }
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b; }
.list-group-item-danger {
color: #a94442;
background-color: #f2dede; }
a.list-group-item-danger,
button.list-group-item-danger {
color: #a94442; }
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
color: inherit; }
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc; }
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
color: #fff;
background-color: #a94442;
border-color: #a94442; }
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px; }
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3; }
.panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
.panel-body {
padding: 15px; }
.panel-body:before, .panel-body:after {
content: " ";
display: table; }
.panel-body:after {
clear: both; }
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px; }
.panel-heading > .dropdown .dropdown-toggle {
color: inherit; }
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit; }
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
color: inherit; }
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px; }
.panel > .list-group,
.panel > .panel-collapse > .list-group {
margin-bottom: 0; }
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0; }
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-right-radius: 3px;
border-top-left-radius: 3px; }
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0; }
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0; }
.list-group + .panel-footer {
border-top-width: 0; }
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0; }
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
padding-left: 15px;
padding-right: 15px; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-right-radius: 3px;
border-top-left-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0; }
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0; }
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0; }
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0; }
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0; }
.panel > .table-responsive {
border: 0;
margin-bottom: 0; }
.panel-group {
margin-bottom: 20px; }
.panel-group .panel {
margin-bottom: 0;
border-radius: 4px; }
.panel-group .panel + .panel {
margin-top: 5px; }
.panel-group .panel-heading {
border-bottom: 0; }
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
border-top: 1px solid #ddd; }
.panel-group .panel-footer {
border-top: 0; }
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #ddd; }
.panel-default {
border-color: #ddd; }
.panel-default > .panel-heading {
color: #333333;
background-color: #f5f5f5;
border-color: #ddd; }
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ddd; }
.panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #333333; }
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd; }
.panel-primary {
border-color: #337ab7; }
.panel-primary > .panel-heading {
color: #fff;
background-color: #337ab7;
border-color: #337ab7; }
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #337ab7; }
.panel-primary > .panel-heading .badge {
color: #337ab7;
background-color: #fff; }
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #337ab7; }
.panel-success {
border-color: #d6e9c6; }
.panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6; }
.panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d6e9c6; }
.panel-success > .panel-heading .badge {
color: #dff0d8;
background-color: #3c763d; }
.panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d6e9c6; }
.panel-info {
border-color: #bce8f1; }
.panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1; }
.panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #bce8f1; }
.panel-info > .panel-heading .badge {
color: #d9edf7;
background-color: #31708f; }
.panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #bce8f1; }
.panel-warning {
border-color: #faebcc; }
.panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc; }
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #faebcc; }
.panel-warning > .panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b; }
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #faebcc; }
.panel-danger {
border-color: #ebccd1; }
.panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1; }
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ebccd1; }
.panel-danger > .panel-heading .badge {
color: #f2dede;
background-color: #a94442; }
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ebccd1; }
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden; }
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0; }
.embed-responsive-16by9 {
padding-bottom: 56.25%; }
.embed-responsive-4by3 {
padding-bottom: 75%; }
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15); }
.well-lg {
padding: 24px;
border-radius: 6px; }
.well-sm {
padding: 9px;
border-radius: 3px; }
.close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: 0.2;
filter: alpha(opacity=20); }
.close:hover, .close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50); }
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none; }
.modal-open {
overflow: hidden; }
.modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0; }
.modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-moz-transition: -moz-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out; }
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0); }
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto; }
.modal-dialog {
position: relative;
width: auto;
margin: 10px; }
.modal-content {
position: relative;
background-color: #fff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box;
outline: 0; }
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000; }
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0); }
.modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50); }
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
min-height: 16.42857px; }
.modal-header .close {
margin-top: -2px; }
.modal-title {
margin: 0;
line-height: 1.42857; }
.modal-body {
position: relative;
padding: 15px; }
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5; }
.modal-footer:before, .modal-footer:after {
content: " ";
display: table; }
.modal-footer:after {
clear: both; }
.modal-footer .btn + .btn, .modal-footer #main-menu-handle + .btn, .modal-footer .btn + #main-menu-handle, .modal-footer #main-menu-handle + #main-menu-handle {
margin-left: 5px;
margin-bottom: 0; }
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group #main-menu-handle + .btn, .modal-footer .btn-group .btn + #main-menu-handle, .modal-footer .btn-group #main-menu-handle + #main-menu-handle {
margin-left: -1px; }
.modal-footer .btn-block + .btn-block {
margin-left: 0; }
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll; }
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto; }
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
.modal-sm {
width: 300px; } }
@media (min-width: 992px) {
.modal-lg {
width: 900px; } }
.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.42857;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 12px;
opacity: 0;
filter: alpha(opacity=0); }
.tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90); }
.tooltip.top {
margin-top: -3px;
padding: 5px 0; }
.tooltip.right {
margin-left: 3px;
padding: 0 5px; }
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0; }
.tooltip.left {
margin-left: -3px;
padding: 0 5px; }
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 4px; }
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid; }
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
bottom: 0;
right: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000; }
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000; }
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000; }
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.42857;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 14px;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
.popover.top {
margin-top: -10px; }
.popover.right {
margin-left: 10px; }
.popover.bottom {
margin-top: 10px; }
.popover.left {
margin-left: -10px; }
.popover-title {
margin: 0;
padding: 8px 14px;
font-size: 14px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0; }
.popover-content {
padding: 9px 14px; }
.popover > .arrow, .popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid; }
.popover > .arrow {
border-width: 11px; }
.popover > .arrow:after {
border-width: 10px;
content: ""; }
.popover.top > .arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #999999;
border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px; }
.popover.top > .arrow:after {
content: " ";
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #fff; }
.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
border-right-color: #999999;
border-right-color: rgba(0, 0, 0, 0.25); }
.popover.right > .arrow:after {
content: " ";
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: #fff; }
.popover.bottom > .arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px; }
.popover.bottom > .arrow:after {
content: " ";
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #fff; }
.popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25); }
.popover.left > .arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #fff;
bottom: -10px; }
.carousel {
position: relative; }
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%; }
.carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left; }
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
line-height: 1; }
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
-webkit-transition: -webkit-transform 0.6s ease-in-out;
-moz-transition: -moz-transform 0.6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
perspective: 1000px; }
.carousel-inner > .item.next, .carousel-inner > .item.active.right {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
left: 0; }
.carousel-inner > .item.prev, .carousel-inner > .item.active.left {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0; }
.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
left: 0; } }
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block; }
.carousel-inner > .active {
left: 0; }
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%; }
.carousel-inner > .next {
left: 100%; }
.carousel-inner > .prev {
left: -100%; }
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0; }
.carousel-inner > .active.left {
left: -100%; }
.carousel-inner > .active.right {
left: 100%; }
.carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
.carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
.carousel-control.right {
left: auto;
right: 0;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
.carousel-control:hover, .carousel-control:focus {
outline: 0;
color: #fff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90); }
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
margin-top: -10px;
z-index: 5;
display: inline-block; }
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px; }
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px; }
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
line-height: 1;
font-family: serif; }
.carousel-control .icon-prev:before {
content: '\2039'; }
.carousel-control .icon-next:before {
content: '\203a'; }
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center; }
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #fff;
border-radius: 10px;
cursor: pointer;
background-color: #000 \9;
background-color: transparent; }
.carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #fff; }
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
.carousel-caption .btn, .carousel-caption #main-menu-handle {
text-shadow: none; }
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
font-size: 30px; }
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -15px; }
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -15px; }
.carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px; }
.carousel-indicators {
bottom: 20px; } }
.clearfix:before, .clearfix:after {
content: " ";
display: table; }
.clearfix:after {
clear: both; }
.center-block {
display: block;
margin-left: auto;
margin-right: auto; }
.pull-right {
float: right !important; }
.pull-left {
float: left !important; }
.hide {
display: none !important; }
.show {
display: block !important; }
.invisible {
visibility: hidden; }
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0; }
.hidden {
display: none !important; }
.affix {
position: fixed; }
@-ms-viewport {
width: device-width; }
.visible-xs {
display: none !important; }
.visible-sm {
display: none !important; }
.visible-md {
display: none !important; }
.visible-lg {
display: none !important; }
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important; }
@media (max-width: 767px) {
.visible-xs {
display: block !important; }
table.visible-xs {
display: table !important; }
tr.visible-xs {
display: table-row !important; }
th.visible-xs,
td.visible-xs {
display: table-cell !important; } }
@media (max-width: 767px) {
.visible-xs-block {
display: block !important; } }
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important; } }
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important; }
table.visible-sm {
display: table !important; }
tr.visible-sm {
display: table-row !important; }
th.visible-sm,
td.visible-sm {
display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important; }
table.visible-md {
display: table !important; }
tr.visible-md {
display: table-row !important; }
th.visible-md,
td.visible-md {
display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important; } }
@media (min-width: 1200px) {
.visible-lg {
display: block !important; }
table.visible-lg {
display: table !important; }
tr.visible-lg {
display: table-row !important; }
th.visible-lg,
td.visible-lg {
display: table-cell !important; } }
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important; } }
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important; } }
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important; } }
@media (max-width: 767px) {
.hidden-xs {
display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important; } }
@media (min-width: 1200px) {
.hidden-lg {
display: none !important; } }
.visible-print {
display: none !important; }
@media print {
.visible-print {
display: block !important; }
table.visible-print {
display: table !important; }
tr.visible-print {
display: table-row !important; }
th.visible-print,
td.visible-print {
display: table-cell !important; } }
.visible-print-block {
display: none !important; }
@media print {
.visible-print-block {
display: block !important; } }
.visible-print-inline {
display: none !important; }
@media print {
.visible-print-inline {
display: inline !important; } }
.visible-print-inline-block {
display: none !important; }
@media print {
.visible-print-inline-block {
display: inline-block !important; } }
@media print {
.hidden-print {
display: none !important; } }
/**
* Fontawesome
*/
/*!
* Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url("../fonts/FontAwesome/fontawesome-webfont3295.eot?v=4.5.0");
src: url("../fonts/FontAwesome/fontawesome-webfontd41d.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/FontAwesome/fontawesome-webfont3295.woff2?v=4.5.0") format("woff2"), url("../fonts/FontAwesome/fontawesome-webfont3295.woff?v=4.5.0") format("woff"), url("../fonts/FontAwesome/fontawesome-webfont3295.ttf?v=4.5.0") format("truetype"), url("../fonts/FontAwesome/fontawesome-webfont3295.svg?v=4.5.0#fontawesomeregular") format("svg");
font-weight: normal;
font-style: normal; }
.fa, #main-header #fullscreen-btn, .testimonials-main-container .testimonials-container .testimonials-box blockquote:before, .testimonials-main-container .testimonials-container .testimonials-box blockquote:after, .features-box li:before, .compare-main-container .content-col .feature-list ul li i {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
/* makes the font 33% larger relative to the icon container */
.fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -15%; }
.fa-2x {
font-size: 2em; }
.fa-3x {
font-size: 3em; }
.fa-4x {
font-size: 4em; }
.fa-5x {
font-size: 5em; }
.fa-fw {
width: 1.28571em;
text-align: center; }
.fa-ul {
padding-left: 0;
margin-left: 2.14286em;
list-style-type: none; }
.fa-ul > li {
position: relative; }
.fa-li {
position: absolute;
left: -2.14286em;
width: 2.14286em;
top: 0.14286em;
text-align: center; }
.fa-li.fa-lg {
left: -1.85714em; }
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eee;
border-radius: .1em; }
.fa-pull-left {
float: left; }
.fa-pull-right {
float: right; }
.fa.fa-pull-left, #main-header .fa-pull-left#fullscreen-btn, .testimonials-main-container .testimonials-container .testimonials-box blockquote.fa-pull-left:before, .testimonials-main-container .testimonials-container .testimonials-box blockquote.fa-pull-left:after, .features-box li.fa-pull-left:before, .compare-main-container .content-col .feature-list ul li i.fa-pull-left {
margin-right: .3em; }
.fa.fa-pull-right, #main-header .fa-pull-right#fullscreen-btn, .testimonials-main-container .testimonials-container .testimonials-box blockquote.fa-pull-right:before, .testimonials-main-container .testimonials-container .testimonials-box blockquote.fa-pull-right:after, .features-box li.fa-pull-right:before, .compare-main-container .content-col .feature-list ul li i.fa-pull-right {
margin-left: .3em; }
/* Deprecated as of 4.4.0 */
.pull-right {
float: right; }
.pull-left {
float: left; }
.fa.pull-left, #main-header .pull-left#fullscreen-btn, .testimonials-main-container .testimonials-container .testimonials-box blockquote.pull-left:before, .testimonials-main-container .testimonials-container .testimonials-box blockquote.pull-left:after, .features-box li.pull-left:before, .compare-main-container .content-col .feature-list ul li i.pull-left {
margin-right: .3em; }
.fa.pull-right, #main-header .pull-right#fullscreen-btn, .testimonials-main-container .testimonials-container .testimonials-box blockquote.pull-right:before, .testimonials-main-container .testimonials-container .testimonials-box blockquote.pull-right:after, .features-box li.pull-right:before, .compare-main-container .content-col .feature-list ul li i.pull-right {
margin-left: .3em; }
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear; }
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8); }
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } }
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg); }
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1); }
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1); }
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none; }
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle; }
.fa-stack-1x, .fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center; }
.fa-stack-1x {
line-height: inherit; }
.fa-stack-2x {
font-size: 2em; }
.fa-inverse {
color: #fff; }
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-glass:before {
content: ""; }
.fa-music:before {
content: ""; }
.fa-search:before {
content: ""; }
.fa-envelope-o:before {
content: ""; }
.fa-heart:before {
content: ""; }
.fa-star:before {
content: ""; }
.fa-star-o:before {
content: ""; }
.fa-user:before {
content: ""; }
.fa-film:before {
content: ""; }
.fa-th-large:before {
content: ""; }
.fa-th:before {
content: ""; }
.fa-th-list:before {
content: ""; }
.fa-check:before, .features-box li:before, .compare-main-container .content-col .feature-list ul li i:before {
content: ""; }
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: ""; }
.fa-search-plus:before {
content: ""; }
.fa-search-minus:before {
content: ""; }
.fa-power-off:before {
content: ""; }
.fa-signal:before {
content: ""; }
.fa-gear:before,
.fa-cog:before {
content: ""; }
.fa-trash-o:before {
content: ""; }
.fa-home:before {
content: ""; }
.fa-file-o:before {
content: ""; }
.fa-clock-o:before {
content: ""; }
.fa-road:before {
content: ""; }
.fa-download:before {
content: ""; }
.fa-arrow-circle-o-down:before {
content: ""; }
.fa-arrow-circle-o-up:before {
content: ""; }
.fa-inbox:before {
content: ""; }
.fa-play-circle-o:before {
content: ""; }
.fa-rotate-right:before,
.fa-repeat:before {
content: ""; }
.fa-refresh:before {
content: ""; }
.fa-list-alt:before {
content: ""; }
.fa-lock:before {
content: ""; }
.fa-flag:before {
content: ""; }
.fa-headphones:before {
content: ""; }
.fa-volume-off:before {
content: ""; }
.fa-volume-down:before {
content: ""; }
.fa-volume-up:before {
content: ""; }
.fa-qrcode:before {
content: ""; }
.fa-barcode:before {
content: ""; }
.fa-tag:before {
content: ""; }
.fa-tags:before {
content: ""; }
.fa-book:before {
content: ""; }
.fa-bookmark:before {
content: ""; }
.fa-print:before {
content: ""; }
.fa-camera:before {
content: ""; }
.fa-font:before {
content: ""; }
.fa-bold:before {
content: ""; }
.fa-italic:before {
content: ""; }
.fa-text-height:before {
content: ""; }
.fa-text-width:before {
content: ""; }
.fa-align-left:before {
content: ""; }
.fa-align-center:before {
content: ""; }
.fa-align-right:before {
content: ""; }
.fa-align-justify:before {
content: ""; }
.fa-list:before {
content: ""; }
.fa-dedent:before,
.fa-outdent:before {
content: ""; }
.fa-indent:before {
content: ""; }
.fa-video-camera:before {
content: ""; }
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: ""; }
.fa-pencil:before {
content: ""; }
.fa-map-marker:before {
content: ""; }
.fa-adjust:before {
content: ""; }
.fa-tint:before {
content: ""; }
.fa-edit:before,
.fa-pencil-square-o:before {
content: ""; }
.fa-share-square-o:before {
content: ""; }
.fa-check-square-o:before {
content: ""; }
.fa-arrows:before {
content: ""; }
.fa-step-backward:before {
content: ""; }
.fa-fast-backward:before {
content: ""; }
.fa-backward:before {
content: ""; }
.fa-play:before {
content: ""; }
.fa-pause:before {
content: ""; }
.fa-stop:before {
content: ""; }
.fa-forward:before {
content: ""; }
.fa-fast-forward:before {
content: ""; }
.fa-step-forward:before {
content: ""; }
.fa-eject:before {
content: ""; }
.fa-chevron-left:before, .owl-theme .owl-controls .owl-buttons div.owl-prev:before {
content: ""; }
.fa-chevron-right:before, .owl-theme .owl-controls .owl-buttons div.owl-next:before {
content: ""; }
.fa-plus-circle:before {
content: ""; }
.fa-minus-circle:before {
content: ""; }
.fa-times-circle:before {
content: ""; }
.fa-check-circle:before {
content: ""; }
.fa-question-circle:before {
content: ""; }
.fa-info-circle:before {
content: ""; }
.fa-crosshairs:before {
content: ""; }
.fa-times-circle-o:before {
content: ""; }
.fa-check-circle-o:before {
content: ""; }
.fa-ban:before {
content: ""; }
.fa-arrow-left:before {
content: ""; }
.fa-arrow-right:before {
content: ""; }
.fa-arrow-up:before, #property-slider-section #property-thumb-slider.owl-carousel .owl-item .items .img-container:after {
content: ""; }
.fa-arrow-down:before {
content: ""; }
.fa-mail-forward:before,
.fa-share:before {
content: ""; }
.fa-expand:before, #main-header #fullscreen-btn:before {
content: ""; }
.fa-compress:before, #main-header #fullscreen-btn.active:before {
content: ""; }
.fa-plus:before {
content: ""; }
.fa-minus:before {
content: ""; }
.fa-asterisk:before {
content: ""; }
.fa-exclamation-circle:before {
content: ""; }
.fa-gift:before {
content: ""; }
.fa-leaf:before {
content: ""; }
.fa-fire:before {
content: ""; }
.fa-eye:before {
content: ""; }
.fa-eye-slash:before {
content: ""; }
.fa-warning:before,
.fa-exclamation-triangle:before {
content: ""; }
.fa-plane:before {
content: ""; }
.fa-calendar:before {
content: ""; }
.fa-random:before {
content: ""; }
.fa-comment:before {
content: ""; }
.fa-magnet:before {
content: ""; }
.fa-chevron-up:before {
content: ""; }
.fa-chevron-down:before {
content: ""; }
.fa-retweet:before {
content: ""; }
.fa-shopping-cart:before {
content: ""; }
.fa-folder:before {
content: ""; }
.fa-folder-open:before {
content: ""; }
.fa-arrows-v:before {
content: ""; }
.fa-arrows-h:before {
content: ""; }
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: ""; }
.fa-twitter-square:before {
content: ""; }
.fa-facebook-square:before {
content: ""; }
.fa-camera-retro:before {
content: ""; }
.fa-key:before {
content: ""; }
.fa-gears:before,
.fa-cogs:before {
content: ""; }
.fa-comments:before {
content: ""; }
.fa-thumbs-o-up:before {
content: ""; }
.fa-thumbs-o-down:before {
content: ""; }
.fa-star-half:before {
content: ""; }
.fa-heart-o:before {
content: ""; }
.fa-sign-out:before {
content: ""; }
.fa-linkedin-square:before {
content: ""; }
.fa-thumb-tack:before {
content: ""; }
.fa-external-link:before {
content: ""; }
.fa-sign-in:before {
content: ""; }
.fa-trophy:before {
content: ""; }
.fa-github-square:before {
content: ""; }
.fa-upload:before {
content: ""; }
.fa-lemon-o:before {
content: ""; }
.fa-phone:before {
content: ""; }
.fa-square-o:before {
content: ""; }
.fa-bookmark-o:before {
content: ""; }
.fa-phone-square:before {
content: ""; }
.fa-twitter:before {
content: ""; }
.fa-facebook-f:before,
.fa-facebook:before {
content: ""; }
.fa-github:before {
content: ""; }
.fa-unlock:before {
content: ""; }
.fa-credit-card:before {
content: ""; }
.fa-feed:before,
.fa-rss:before {
content: ""; }
.fa-hdd-o:before {
content: ""; }
.fa-bullhorn:before {
content: ""; }
.fa-bell:before {
content: ""; }
.fa-certificate:before {
content: ""; }
.fa-hand-o-right:before {
content: ""; }
.fa-hand-o-left:before {
content: ""; }
.fa-hand-o-up:before {
content: ""; }
.fa-hand-o-down:before {
content: ""; }
.fa-arrow-circle-left:before {
content: ""; }
.fa-arrow-circle-right:before {
content: ""; }
.fa-arrow-circle-up:before {
content: ""; }
.fa-arrow-circle-down:before {
content: ""; }
.fa-globe:before {
content: ""; }
.fa-wrench:before {
content: ""; }
.fa-tasks:before {
content: ""; }
.fa-filter:before {
content: ""; }
.fa-briefcase:before {
content: ""; }
.fa-arrows-alt:before {
content: ""; }
.fa-group:before,
.fa-users:before {
content: ""; }
.fa-chain:before,
.fa-link:before,
.property-listing .property-box .img-container:after,
.propertybox-featured .img-container:after,
#top-agents .agent-box-container .agent-box .img-container:after,
.agent-box .img-container:after,
body.blog .post-container .post-box .post-img-box:after {
content: ""; }
.fa-cloud:before {
content: ""; }
.fa-flask:before {
content: ""; }
.fa-cut:before,
.fa-scissors:before {
content: ""; }
.fa-copy:before,
.fa-files-o:before {
content: ""; }
.fa-paperclip:before {
content: ""; }
.fa-save:before,
.fa-floppy-o:before {
content: ""; }
.fa-square:before {
content: ""; }
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: ""; }
.fa-list-ul:before {
content: ""; }
.fa-list-ol:before {
content: ""; }
.fa-strikethrough:before {
content: ""; }
.fa-underline:before {
content: ""; }
.fa-table:before {
content: ""; }
.fa-magic:before {
content: ""; }
.fa-truck:before {
content: ""; }
.fa-pinterest:before {
content: ""; }
.fa-pinterest-square:before {
content: ""; }
.fa-google-plus-square:before {
content: ""; }
.fa-google-plus:before {
content: ""; }
.fa-money:before {
content: ""; }
.fa-caret-down:before {
content: ""; }
.fa-caret-up:before {
content: ""; }
.fa-caret-left:before {
content: ""; }
.fa-caret-right:before {
content: ""; }
.fa-columns:before {
content: ""; }
.fa-unsorted:before,
.fa-sort:before {
content: ""; }
.fa-sort-down:before,
.fa-sort-desc:before {
content: ""; }
.fa-sort-up:before,
.fa-sort-asc:before {
content: ""; }
.fa-envelope:before {
content: ""; }
.fa-linkedin:before {
content: ""; }
.fa-rotate-left:before,
.fa-undo:before {
content: ""; }
.fa-legal:before,
.fa-gavel:before {
content: ""; }
.fa-dashboard:before,
.fa-tachometer:before {
content: ""; }
.fa-comment-o:before {
content: ""; }
.fa-comments-o:before {
content: ""; }
.fa-flash:before,
.fa-bolt:before {
content: ""; }
.fa-sitemap:before {
content: ""; }
.fa-umbrella:before {
content: ""; }
.fa-paste:before,
.fa-clipboard:before {
content: ""; }
.fa-lightbulb-o:before {
content: ""; }
.fa-exchange:before {
content: ""; }
.fa-cloud-download:before {
content: ""; }
.fa-cloud-upload:before {
content: ""; }
.fa-user-md:before {
content: ""; }
.fa-stethoscope:before {
content: ""; }
.fa-suitcase:before {
content: ""; }
.fa-bell-o:before {
content: ""; }
.fa-coffee:before {
content: ""; }
.fa-cutlery:before {
content: ""; }
.fa-file-text-o:before {
content: ""; }
.fa-building-o:before {
content: ""; }
.fa-hospital-o:before {
content: ""; }
.fa-ambulance:before {
content: ""; }
.fa-medkit:before {
content: ""; }
.fa-fighter-jet:before {
content: ""; }
.fa-beer:before {
content: ""; }
.fa-h-square:before {
content: ""; }
.fa-plus-square:before {
content: ""; }
.fa-angle-double-left:before {
content: ""; }
.fa-angle-double-right:before {
content: ""; }
.fa-angle-double-up:before {
content: ""; }
.fa-angle-double-down:before {
content: ""; }
.fa-angle-left:before {
content: ""; }
.fa-angle-right:before {
content: ""; }
.fa-angle-up:before, .faq-section-container .faq-main-container .faq-box.opened .title i:before {
content: ""; }
.fa-angle-down:before {
content: ""; }
.fa-desktop:before {
content: ""; }
.fa-laptop:before {
content: ""; }
.fa-tablet:before {
content: ""; }
.fa-mobile-phone:before,
.fa-mobile:before {
content: ""; }
.fa-circle-o:before {
content: ""; }
.fa-quote-left:before, .testimonials-main-container .testimonials-container .testimonials-box blockquote:before {
content: ""; }
.fa-quote-right:before, .testimonials-main-container .testimonials-container .testimonials-box blockquote:after {
content: ""; }
.fa-spinner:before {
content: ""; }
.fa-circle:before {
content: ""; }
.fa-mail-reply:before,
.fa-reply:before {
content: ""; }
.fa-github-alt:before {
content: ""; }
.fa-folder-o:before {
content: ""; }
.fa-folder-open-o:before {
content: ""; }
.fa-smile-o:before {
content: ""; }
.fa-frown-o:before {
content: ""; }
.fa-meh-o:before {
content: ""; }
.fa-gamepad:before {
content: ""; }
.fa-keyboard-o:before {
content: ""; }
.fa-flag-o:before {
content: ""; }
.fa-flag-checkered:before {
content: ""; }
.fa-terminal:before {
content: ""; }
.fa-code:before {
content: ""; }
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: ""; }
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: ""; }
.fa-location-arrow:before {
content: ""; }
.fa-crop:before {
content: ""; }
.fa-code-fork:before {
content: ""; }
.fa-unlink:before,
.fa-chain-broken:before {
content: ""; }
.fa-question:before {
content: ""; }
.fa-info:before {
content: ""; }
.fa-exclamation:before {
content: ""; }
.fa-superscript:before {
content: ""; }
.fa-subscript:before {
content: ""; }
.fa-eraser:before {
content: ""; }
.fa-puzzle-piece:before {
content: ""; }
.fa-microphone:before {
content: ""; }
.fa-microphone-slash:before {
content: ""; }
.fa-shield:before {
content: ""; }
.fa-calendar-o:before {
content: ""; }
.fa-fire-extinguisher:before {
content: ""; }
.fa-rocket:before {
content: ""; }
.fa-maxcdn:before {
content: ""; }
.fa-chevron-circle-left:before {
content: ""; }
.fa-chevron-circle-right:before {
content: ""; }
.fa-chevron-circle-up:before {
content: ""; }
.fa-chevron-circle-down:before {
content: ""; }
.fa-html5:before {
content: ""; }
.fa-css3:before {
content: ""; }
.fa-anchor:before {
content: ""; }
.fa-unlock-alt:before {
content: ""; }
.fa-bullseye:before {
content: ""; }
.fa-ellipsis-h:before {
content: ""; }
.fa-ellipsis-v:before {
content: ""; }
.fa-rss-square:before {
content: ""; }
.fa-play-circle:before {
content: ""; }
.fa-ticket:before {
content: ""; }
.fa-minus-square:before {
content: ""; }
.fa-minus-square-o:before {
content: ""; }
.fa-level-up:before {
content: ""; }
.fa-level-down:before {
content: ""; }
.fa-check-square:before {
content: ""; }
.fa-pencil-square:before {
content: ""; }
.fa-external-link-square:before {
content: ""; }
.fa-share-square:before {
content: ""; }
.fa-compass:before {
content: ""; }
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: ""; }
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: ""; }
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: ""; }
.fa-euro:before,
.fa-eur:before {
content: ""; }
.fa-gbp:before {
content: ""; }
.fa-dollar:before,
.fa-usd:before {
content: ""; }
.fa-rupee:before,
.fa-inr:before {
content: ""; }
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: ""; }
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: ""; }
.fa-won:before,
.fa-krw:before {
content: ""; }
.fa-bitcoin:before,
.fa-btc:before {
content: ""; }
.fa-file:before {
content: ""; }
.fa-file-text:before {
content: ""; }
.fa-sort-alpha-asc:before {
content: ""; }
.fa-sort-alpha-desc:before {
content: ""; }
.fa-sort-amount-asc:before {
content: ""; }
.fa-sort-amount-desc:before {
content: ""; }
.fa-sort-numeric-asc:before {
content: ""; }
.fa-sort-numeric-desc:before {
content: ""; }
.fa-thumbs-up:before {
content: ""; }
.fa-thumbs-down:before {
content: ""; }
.fa-youtube-square:before {
content: ""; }
.fa-youtube:before {
content: ""; }
.fa-xing:before {
content: ""; }
.fa-xing-square:before {
content: ""; }
.fa-youtube-play:before {
content: ""; }
.fa-dropbox:before {
content: ""; }
.fa-stack-overflow:before {
content: ""; }
.fa-instagram:before {
content: ""; }
.fa-flickr:before {
content: ""; }
.fa-adn:before {
content: ""; }
.fa-bitbucket:before {
content: ""; }
.fa-bitbucket-square:before {
content: ""; }
.fa-tumblr:before {
content: ""; }
.fa-tumblr-square:before {
content: ""; }
.fa-long-arrow-down:before {
content: ""; }
.fa-long-arrow-up:before {
content: ""; }
.fa-long-arrow-left:before {
content: ""; }
.fa-long-arrow-right:before {
content: ""; }
.fa-apple:before {
content: ""; }
.fa-windows:before {
content: ""; }
.fa-android:before {
content: ""; }
.fa-linux:before {
content: ""; }
.fa-dribbble:before {
content: ""; }
.fa-skype:before {
content: ""; }
.fa-foursquare:before {
content: ""; }
.fa-trello:before {
content: ""; }
.fa-female:before {
content: ""; }
.fa-male:before {
content: ""; }
.fa-gittip:before,
.fa-gratipay:before {
content: ""; }
.fa-sun-o:before {
content: ""; }
.fa-moon-o:before {
content: ""; }
.fa-archive:before {
content: ""; }
.fa-bug:before {
content: ""; }
.fa-vk:before {
content: ""; }
.fa-weibo:before {
content: ""; }
.fa-renren:before {
content: ""; }
.fa-pagelines:before {
content: ""; }
.fa-stack-exchange:before {
content: ""; }
.fa-arrow-circle-o-right:before {
content: ""; }
.fa-arrow-circle-o-left:before {
content: ""; }
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: ""; }
.fa-dot-circle-o:before {
content: ""; }
.fa-wheelchair:before {
content: ""; }
.fa-vimeo-square:before {
content: ""; }
.fa-turkish-lira:before,
.fa-try:before {
content: ""; }
.fa-plus-square-o:before {
content: ""; }
.fa-space-shuttle:before {
content: ""; }
.fa-slack:before {
content: ""; }
.fa-envelope-square:before {
content: ""; }
.fa-wordpress:before {
content: ""; }
.fa-openid:before {
content: ""; }
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: ""; }
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: ""; }
.fa-yahoo:before {
content: ""; }
.fa-google:before {
content: ""; }
.fa-reddit:before {
content: ""; }
.fa-reddit-square:before {
content: ""; }
.fa-stumbleupon-circle:before {
content: ""; }
.fa-stumbleupon:before {
content: ""; }
.fa-delicious:before {
content: ""; }
.fa-digg:before {
content: ""; }
.fa-pied-piper:before {
content: ""; }
.fa-pied-piper-alt:before {
content: ""; }
.fa-drupal:before {
content: ""; }
.fa-joomla:before {
content: ""; }
.fa-language:before {
content: ""; }
.fa-fax:before {
content: ""; }
.fa-building:before {
content: ""; }
.fa-child:before {
content: ""; }
.fa-paw:before {
content: ""; }
.fa-spoon:before {
content: ""; }
.fa-cube:before {
content: ""; }
.fa-cubes:before {
content: ""; }
.fa-behance:before {
content: ""; }
.fa-behance-square:before {
content: ""; }
.fa-steam:before {
content: ""; }
.fa-steam-square:before {
content: ""; }
.fa-recycle:before {
content: ""; }
.fa-automobile:before,
.fa-car:before {
content: ""; }
.fa-cab:before,
.fa-taxi:before {
content: ""; }
.fa-tree:before {
content: ""; }
.fa-spotify:before {
content: ""; }
.fa-deviantart:before {
content: ""; }
.fa-soundcloud:before {
content: ""; }
.fa-database:before {
content: ""; }
.fa-file-pdf-o:before {
content: ""; }
.fa-file-word-o:before {
content: ""; }
.fa-file-excel-o:before {
content: ""; }
.fa-file-powerpoint-o:before {
content: ""; }
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: ""; }
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: ""; }
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: ""; }
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: ""; }
.fa-file-code-o:before {
content: ""; }
.fa-vine:before {
content: ""; }
.fa-codepen:before {
content: ""; }
.fa-jsfiddle:before {
content: ""; }
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: ""; }
.fa-circle-o-notch:before {
content: ""; }
.fa-ra:before,
.fa-rebel:before {
content: ""; }
.fa-ge:before,
.fa-empire:before {
content: ""; }
.fa-git-square:before {
content: ""; }
.fa-git:before {
content: ""; }
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: ""; }
.fa-tencent-weibo:before {
content: ""; }
.fa-qq:before {
content: ""; }
.fa-wechat:before,
.fa-weixin:before {
content: ""; }
.fa-send:before,
.fa-paper-plane:before {
content: ""; }
.fa-send-o:before,
.fa-paper-plane-o:before {
content: ""; }
.fa-history:before {
content: ""; }
.fa-circle-thin:before {
content: ""; }
.fa-header:before {
content: ""; }
.fa-paragraph:before {
content: ""; }
.fa-sliders:before {
content: ""; }
.fa-share-alt:before {
content: ""; }
.fa-share-alt-square:before {
content: ""; }
.fa-bomb:before {
content: ""; }
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: ""; }
.fa-tty:before {
content: ""; }
.fa-binoculars:before {
content: ""; }
.fa-plug:before {
content: ""; }
.fa-slideshare:before {
content: ""; }
.fa-twitch:before {
content: ""; }
.fa-yelp:before {
content: ""; }
.fa-newspaper-o:before {
content: ""; }
.fa-wifi:before {
content: ""; }
.fa-calculator:before {
content: ""; }
.fa-paypal:before {
content: ""; }
.fa-google-wallet:before {
content: ""; }
.fa-cc-visa:before {
content: ""; }
.fa-cc-mastercard:before {
content: ""; }
.fa-cc-discover:before {
content: ""; }
.fa-cc-amex:before {
content: ""; }
.fa-cc-paypal:before {
content: ""; }
.fa-cc-stripe:before {
content: ""; }
.fa-bell-slash:before {
content: ""; }
.fa-bell-slash-o:before {
content: ""; }
.fa-trash:before {
content: ""; }
.fa-copyright:before {
content: ""; }
.fa-at:before {
content: ""; }
.fa-eyedropper:before {
content: ""; }
.fa-paint-brush:before {
content: ""; }
.fa-birthday-cake:before {
content: ""; }
.fa-area-chart:before {
content: ""; }
.fa-pie-chart:before {
content: ""; }
.fa-line-chart:before {
content: ""; }
.fa-lastfm:before {
content: ""; }
.fa-lastfm-square:before {
content: ""; }
.fa-toggle-off:before {
content: ""; }
.fa-toggle-on:before {
content: ""; }
.fa-bicycle:before {
content: ""; }
.fa-bus:before {
content: ""; }
.fa-ioxhost:before {
content: ""; }
.fa-angellist:before {
content: ""; }
.fa-cc:before {
content: ""; }
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: ""; }
.fa-meanpath:before {
content: ""; }
.fa-buysellads:before {
content: ""; }
.fa-connectdevelop:before {
content: ""; }
.fa-dashcube:before {
content: ""; }
.fa-forumbee:before {
content: ""; }
.fa-leanpub:before {
content: ""; }
.fa-sellsy:before {
content: ""; }
.fa-shirtsinbulk:before {
content: ""; }
.fa-simplybuilt:before {
content: ""; }
.fa-skyatlas:before {
content: ""; }
.fa-cart-plus:before {
content: ""; }
.fa-cart-arrow-down:before {
content: ""; }
.fa-diamond:before {
content: ""; }
.fa-ship:before {
content: ""; }
.fa-user-secret:before {
content: ""; }
.fa-motorcycle:before {
content: ""; }
.fa-street-view:before {
content: ""; }
.fa-heartbeat:before {
content: ""; }
.fa-venus:before {
content: ""; }
.fa-mars:before {
content: ""; }
.fa-mercury:before {
content: ""; }
.fa-intersex:before,
.fa-transgender:before {
content: ""; }
.fa-transgender-alt:before {
content: ""; }
.fa-venus-double:before {
content: ""; }
.fa-mars-double:before {
content: ""; }
.fa-venus-mars:before {
content: ""; }
.fa-mars-stroke:before {
content: ""; }
.fa-mars-stroke-v:before {
content: ""; }
.fa-mars-stroke-h:before {
content: ""; }
.fa-neuter:before {
content: ""; }
.fa-genderless:before {
content: ""; }
.fa-facebook-official:before {
content: ""; }
.fa-pinterest-p:before {
content: ""; }
.fa-whatsapp:before {
content: ""; }
.fa-server:before {
content: ""; }
.fa-user-plus:before {
content: ""; }
.fa-user-times:before {
content: ""; }
.fa-hotel:before,
.fa-bed:before {
content: ""; }
.fa-viacoin:before {
content: ""; }
.fa-train:before {
content: ""; }
.fa-subway:before {
content: ""; }
.fa-medium:before {
content: ""; }
.fa-yc:before,
.fa-y-combinator:before {
content: ""; }
.fa-optin-monster:before {
content: ""; }
.fa-opencart:before {
content: ""; }
.fa-expeditedssl:before {
content: ""; }
.fa-battery-4:before,
.fa-battery-full:before {
content: ""; }
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: ""; }
.fa-battery-2:before,
.fa-battery-half:before {
content: ""; }
.fa-battery-1:before,
.fa-battery-quarter:before {
content: ""; }
.fa-battery-0:before,
.fa-battery-empty:before {
content: ""; }
.fa-mouse-pointer:before {
content: ""; }
.fa-i-cursor:before {
content: ""; }
.fa-object-group:before {
content: ""; }
.fa-object-ungroup:before {
content: ""; }
.fa-sticky-note:before {
content: ""; }
.fa-sticky-note-o:before {
content: ""; }
.fa-cc-jcb:before {
content: ""; }
.fa-cc-diners-club:before {
content: ""; }
.fa-clone:before {
content: ""; }
.fa-balance-scale:before {
content: ""; }
.fa-hourglass-o:before {
content: ""; }
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: ""; }
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: ""; }
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: ""; }
.fa-hourglass:before {
content: ""; }
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: ""; }
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: ""; }
.fa-hand-scissors-o:before {
content: ""; }
.fa-hand-lizard-o:before {
content: ""; }
.fa-hand-spock-o:before {
content: ""; }
.fa-hand-pointer-o:before {
content: ""; }
.fa-hand-peace-o:before {
content: ""; }
.fa-trademark:before {
content: ""; }
.fa-registered:before {
content: ""; }
.fa-creative-commons:before {
content: ""; }
.fa-gg:before {
content: ""; }
.fa-gg-circle:before {
content: ""; }
.fa-tripadvisor:before {
content: ""; }
.fa-odnoklassniki:before {
content: ""; }
.fa-odnoklassniki-square:before {
content: ""; }
.fa-get-pocket:before {
content: ""; }
.fa-wikipedia-w:before {
content: ""; }
.fa-safari:before {
content: ""; }
.fa-chrome:before {
content: ""; }
.fa-firefox:before {
content: ""; }
.fa-opera:before {
content: ""; }
.fa-internet-explorer:before {
content: ""; }
.fa-tv:before,
.fa-television:before {
content: ""; }
.fa-contao:before {
content: ""; }
.fa-500px:before {
content: ""; }
.fa-amazon:before {
content: ""; }
.fa-calendar-plus-o:before {
content: ""; }
.fa-calendar-minus-o:before {
content: ""; }
.fa-calendar-times-o:before {
content: ""; }
.fa-calendar-check-o:before {
content: ""; }
.fa-industry:before {
content: ""; }
.fa-map-pin:before {
content: ""; }
.fa-map-signs:before {
content: ""; }
.fa-map-o:before {
content: ""; }
.fa-map:before {
content: ""; }
.fa-commenting:before {
content: ""; }
.fa-commenting-o:before {
content: ""; }
.fa-houzz:before {
content: ""; }
.fa-vimeo:before {
content: ""; }
.fa-black-tie:before {
content: ""; }
.fa-fonticons:before {
content: ""; }
.fa-reddit-alien:before {
content: ""; }
.fa-edge:before {
content: ""; }
.fa-credit-card-alt:before {
content: ""; }
.fa-codiepie:before {
content: ""; }
.fa-modx:before {
content: ""; }
.fa-fort-awesome:before {
content: ""; }
.fa-usb:before {
content: ""; }
.fa-product-hunt:before {
content: ""; }
.fa-mixcloud:before {
content: ""; }
.fa-scribd:before {
content: ""; }
.fa-pause-circle:before {
content: ""; }
.fa-pause-circle-o:before {
content: ""; }
.fa-stop-circle:before {
content: ""; }
.fa-stop-circle-o:before {
content: ""; }
.fa-shopping-bag:before {
content: ""; }
.fa-shopping-basket:before {
content: ""; }
.fa-hashtag:before {
content: ""; }
.fa-bluetooth:before {
content: ""; }
.fa-bluetooth-b:before {
content: ""; }
.fa-percent:before {
content: ""; }
/**
* Home Square Font
*/
@font-face {
font-family: "HomeSquare";
src: url("../fonts/hsq/hsq-font.eot");
src: url("../fonts/hsq/hsq-font.eot#iefix") format("embedded-opentype"), url("../fonts/hsq/hsq-font.woff") format("woff"), url("../fonts/hsq/hsq-font.ttf") format("truetype"), url("../fonts/hsq/hsq-font.svg") format("svg");
font-weight: normal;
font-style: normal; }
[class^="hsq-font-"]:before, [class^="hsq-font-"]:after, [class*=" hsq-font-"]:before, [class*=" hsq-font-"]:after {
font-family: "HomeSquare";
font-size: 20px;
font-style: normal;
margin-left: 20px; }
.hsq-font-condo:before, .logo.condo:before {
content: "\e000"; }
.hsq-font-apartment:before, .logo.apartment:before {
content: "\e001"; }
.hsq-font-office:before, .logo.office:before {
content: "\e002"; }
.hsq-font-house:before, .logo.house:before {
content: "\e003"; }
.hsq-font-villa:before, .logo.villa:before {
content: "\e004"; }
.hsq-font-house-percent:before {
content: "\e005"; }
.hsq-font-house-dollar:before {
content: "\e006"; }
.hsq-font-house-market:before {
content: "\e007"; }
.hsq-font-house-search:before {
content: "\e008"; }
.hsq-font-house-deal:before {
content: "\e009"; }
.hsq-font-assignment:before {
content: "\e00a"; }
.hsq-font-rural-house:before {
content: "\e00b"; }
.hsq-font-house-agreement:before {
content: "\e00c"; }
/**
* Animation.css
*/
@-webkit-keyframes fadeIn {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-moz-keyframes fadeIn {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-ms-keyframes fadeIn {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-o-keyframes fadeIn {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes fadeIn {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px); }
100% {
opacity: 1;
-webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDown {
0% {
opacity: 0;
-moz-transform: translateY(-20px); }
100% {
opacity: 1;
-moz-transform: translateY(0); } }
@-ms-keyframes fadeInDown {
0% {
opacity: 0;
-ms-transform: translateY(-20px); }
100% {
opacity: 1;
-ms-transform: translateY(0); } }
@-o-keyframes fadeInDown {
0% {
opacity: 0;
-ms-transform: translateY(-20px); }
100% {
opacity: 1;
-ms-transform: translateY(0); } }
@keyframes fadeInDown {
0% {
opacity: 0;
transform: translateY(-20px); }
100% {
opacity: 1;
transform: translateY(0); } }
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px); }
100% {
opacity: 1;
-webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-20px); }
100% {
opacity: 1;
-moz-transform: translateX(0); } }
@-ms-keyframes fadeInLeft {
0% {
opacity: 0;
-ms-transform: translateX(-20px); }
100% {
opacity: 1;
-ms-transform: translateX(0); } }
@-o-keyframes fadeInLeft {
0% {
opacity: 0;
-o-transform: translateX(-20px); }
100% {
opacity: 1;
-o-transform: translateX(0); } }
@keyframes fadeInLeft {
0% {
opacity: 0;
transform: translateX(-20px); }
100% {
opacity: 1;
transform: translateX(0); } }
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px); }
100% {
opacity: 1;
-webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRight {
0% {
opacity: 0;
-moz-transform: translateX(20px); }
100% {
opacity: 1;
-moz-transform: translateX(0); } }
@-ms-keyframes fadeInRight {
0% {
opacity: 0;
-ms-transform: translateX(20px); }
100% {
opacity: 1;
-ms-transform: translateX(0); } }
@-o-keyframes fadeInRight {
0% {
opacity: 0;
-o-transform: translateX(20px); }
100% {
opacity: 1;
-o-transform: translateX(0); } }
@keyframes fadeInRight {
0% {
opacity: 0;
transform: translateX(20px); }
100% {
opacity: 1;
transform: translateX(0); } }
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px); }
100% {
opacity: 1;
-webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUp {
0% {
opacity: 0;
-moz-transform: translateY(20px); }
100% {
opacity: 1;
-moz-transform: translateY(0); } }
@-ms-keyframes fadeInUp {
0% {
opacity: 0;
-ms-transform: translateY(20px); }
100% {
opacity: 1;
-ms-transform: translateY(0); } }
@-o-keyframes fadeInUp {
0% {
opacity: 0;
-o-transform: translateY(20px); }
100% {
opacity: 1;
-o-transform: translateY(0); } }
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(20px); }
100% {
opacity: 1;
transform: translateY(0); } }
@-webkit-keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-moz-keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-ms-keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-o-keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0); }
100% {
opacity: 0;
-webkit-transform: translateY(20px); } }
@-moz-keyframes fadeOutDown {
0% {
opacity: 1;
-moz-transform: translateY(0); }
100% {
opacity: 0;
-moz-transform: translateY(20px); } }
@-ms-keyframes fadeOutDown {
0% {
opacity: 1;
-ms-transform: translateY(0); }
100% {
opacity: 0;
-ms-transform: translateY(20px); } }
@-o-keyframes fadeOutDown {
0% {
opacity: 1;
-o-transform: translateY(0); }
100% {
opacity: 0;
-o-transform: translateY(20px); } }
@keyframes fadeOutDown {
0% {
opacity: 1;
transform: translateY(0); }
100% {
opacity: 0;
transform: translateY(20px); } }
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0); }
100% {
opacity: 0;
-webkit-transform: translateX(-20px); } }
@-moz-keyframes fadeOutLeft {
0% {
opacity: 1;
-moz-transform: translateX(0); }
100% {
opacity: 0;
-moz-transform: translateX(-20px); } }
@-ms-keyframes fadeOutLeft {
0% {
opacity: 1;
-ms-transform: translateX(0); }
100% {
opacity: 0;
-ms-transform: translateX(-20px); } }
@-o-keyframes fadeOutLeft {
0% {
opacity: 1;
-o-transform: translateX(0); }
100% {
opacity: 0;
-o-transform: translateX(-20px); } }
@keyframes fadeOutLeft {
0% {
opacity: 1;
transform: translateX(0); }
100% {
opacity: 0;
transform: translateX(-20px); } }
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0); }
100% {
opacity: 0;
-webkit-transform: translateX(20px); } }
@-moz-keyframes fadeOutRight {
0% {
opacity: 1;
-moz-transform: translateX(0); }
100% {
opacity: 0;
-moz-transform: translateX(20px); } }
@-ms-keyframes fadeOutRight {
0% {
opacity: 1;
-ms-transform: translateX(0); }
100% {
opacity: 0;
-ms-transform: translateX(20px); } }
@-o-keyframes fadeOutRight {
0% {
opacity: 1;
-o-transform: translateX(0); }
100% {
opacity: 0;
-o-transform: translateX(20px); } }
@keyframes fadeOutRight {
0% {
opacity: 1;
transform: translateX(0); }
100% {
opacity: 0;
transform: translateX(20px); } }
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0); }
100% {
opacity: 0;
-webkit-transform: translateY(-20px); } }
@-moz-keyframes fadeOutUp {
0% {
opacity: 1;
-moz-transform: translateY(0); }
100% {
opacity: 0;
-moz-transform: translateY(-20px); } }
@-ms-keyframes fadeOutUp {
0% {
opacity: 1;
-ms-transform: translateY(0); }
100% {
opacity: 0;
-ms-transform: translateY(-20px); } }
@-o-keyframes fadeOutUp {
0% {
opacity: 1;
-o-transform: translateY(0); }
100% {
opacity: 0;
-o-transform: translateY(-20px); } }
@keyframes fadeOutUp {
0% {
opacity: 1;
transform: translateY(0); }
100% {
opacity: 0;
transform: translateY(-20px); } }
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) rotateY(0);
-webkit-animation-timing-function: ease-out; }
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
-webkit-animation-timing-function: ease-out; }
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in; }
80% {
-webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
-webkit-animation-timing-function: ease-in; }
100% {
-webkit-transform: perspective(400px) scale(1);
-webkit-animation-timing-function: ease-in; } }
@-moz-keyframes flip {
0% {
-moz-transform: perspective(400px) rotateY(0);
-moz-animation-timing-function: ease-out; }
40% {
-moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
-moz-animation-timing-function: ease-out; }
50% {
-moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-moz-animation-timing-function: ease-in; }
80% {
-moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
-moz-animation-timing-function: ease-in; }
100% {
-moz-transform: perspective(400px) scale(1);
-moz-animation-timing-function: ease-in; } }
@-o-keyframes flip {
0% {
-o-transform: perspective(400px) rotateY(0);
-o-animation-timing-function: ease-out; }
40% {
-o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
-o-animation-timing-function: ease-out; }
50% {
-o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-o-animation-timing-function: ease-in; }
80% {
-o-transform: perspective(400px) rotateY(360deg) scale(0.95);
-o-animation-timing-function: ease-in; }
100% {
-o-transform: perspective(400px) scale(1);
-o-animation-timing-function: ease-in; } }
@keyframes flip {
0% {
transform: perspective(400px) rotateY(0);
animation-timing-function: ease-out; }
40% {
transform: perspective(400px) translateZ(150px) rotateY(170deg);
animation-timing-function: ease-out; }
50% {
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
animation-timing-function: ease-in; }
80% {
transform: perspective(400px) rotateY(360deg) scale(0.95);
animation-timing-function: ease-in; }
100% {
transform: perspective(400px) scale(1);
animation-timing-function: ease-in; } }
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
opacity: 0; }
40% {
-webkit-transform: perspective(400px) rotateX(-10deg); }
70% {
-webkit-transform: perspective(400px) rotateX(10deg); }
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
opacity: 1; } }
@-moz-keyframes flipInX {
0% {
-moz-transform: perspective(400px) rotateX(90deg);
opacity: 0; }
40% {
-moz-transform: perspective(400px) rotateX(-10deg); }
70% {
-moz-transform: perspective(400px) rotateX(10deg); }
100% {
-moz-transform: perspective(400px) rotateX(0deg);
opacity: 1; } }
@-o-keyframes flipInX {
0% {
-o-transform: perspective(400px) rotateX(90deg);
opacity: 0; }
40% {
-o-transform: perspective(400px) rotateX(-10deg); }
70% {
-o-transform: perspective(400px) rotateX(10deg); }
100% {
-o-transform: perspective(400px) rotateX(0deg);
opacity: 1; } }
@keyframes flipInX {
0% {
transform: perspective(400px) rotateX(90deg);
opacity: 0; }
40% {
transform: perspective(400px) rotateX(-10deg); }
70% {
transform: perspective(400px) rotateX(10deg); }
100% {
transform: perspective(400px) rotateX(0deg);
opacity: 1; } }
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
opacity: 0; }
40% {
-webkit-transform: perspective(400px) rotateY(-10deg); }
70% {
-webkit-transform: perspective(400px) rotateY(10deg); }
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
opacity: 1; } }
@-moz-keyframes flipInY {
0% {
-moz-transform: perspective(400px) rotateY(90deg);
opacity: 0; }
40% {
-moz-transform: perspective(400px) rotateY(-10deg); }
70% {
-moz-transform: perspective(400px) rotateY(10deg); }
100% {
-moz-transform: perspective(400px) rotateY(0deg);
opacity: 1; } }
@-ms-keyframes flipInY {
0% {
-ms-transform: perspective(400px) rotateY(90deg);
opacity: 0; }
40% {
-ms-transform: perspective(400px) rotateY(-10deg); }
70% {
-ms-transform: perspective(400px) rotateY(10deg); }
100% {
-ms-transform: perspective(400px) rotateY(0deg);
opacity: 1; } }
@-o-keyframes flipInY {
0% {
-o-transform: perspective(400px) rotateY(90deg);
opacity: 0; }
40% {
-o-transform: perspective(400px) rotateY(-10deg); }
70% {
-o-transform: perspective(400px) rotateY(10deg); }
100% {
-o-transform: perspective(400px) rotateY(0deg);
opacity: 1; } }
@keyframes flipInY {
0% {
transform: perspective(400px) rotateY(90deg);
opacity: 0; }
40% {
transform: perspective(400px) rotateY(-10deg); }
70% {
transform: perspective(400px) rotateY(10deg); }
100% {
transform: perspective(400px) rotateY(0deg);
opacity: 1; } }
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
opacity: 1; }
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
opacity: 0; } }
@-moz-keyframes flipOutX {
0% {
-moz-transform: perspective(400px) rotateX(0deg);
opacity: 1; }
100% {
-moz-transform: perspective(400px) rotateX(90deg);
opacity: 0; } }
@-ms-keyframes flipOutX {
0% {
-ms-transform: perspective(400px) rotateX(0deg);
opacity: 1; }
100% {
-ms-transform: perspective(400px) rotateX(90deg);
opacity: 0; } }
@-o-keyframes flipOutX {
0% {
-o-transform: perspective(400px) rotateX(0deg);
opacity: 1; }
100% {
-o-transform: perspective(400px) rotateX(90deg);
opacity: 0; } }
@keyframes flipOutX {
0% {
transform: perspective(400px) rotateX(0deg);
opacity: 1; }
100% {
transform: perspective(400px) rotateX(90deg);
opacity: 0; } }
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
opacity: 1; }
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
opacity: 0; } }
@-moz-keyframes flipOutY {
0% {
-moz-transform: perspective(400px) rotateY(0deg);
opacity: 1; }
100% {
-moz-transform: perspective(400px) rotateY(90deg);
opacity: 0; } }
@-ms-keyframes flipOutY {
0% {
-ms-transform: perspective(400px) rotateY(0deg);
opacity: 1; }
100% {
-ms-transform: perspective(400px) rotateY(90deg);
opacity: 0; } }
@-o-keyframes flipOutY {
0% {
-o-transform: perspective(400px) rotateY(0deg);
opacity: 1; }
100% {
-o-transform: perspective(400px) rotateY(90deg);
opacity: 0; } }
@keyframes flipOutY {
0% {
transform: perspective(400px) rotateY(0deg);
opacity: 1; }
100% {
transform: perspective(400px) rotateY(90deg);
opacity: 0; } }
@-webkit-keyframes bounce-s {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0); }
40% {
-webkit-transform: translateY(-8px); }
60% {
-webkit-transform: translateY(-3px); } }
@-moz-keyframes bounce-s {
0%, 20%, 50%, 80%, 100% {
-moz-transform: translateY(0); }
40% {
-moz-transform: translateY(-8px); }
60% {
-moz-transform: translateY(-3px); } }
@-ms-keyframes bounce-s {
0%, 20%, 50%, 80%, 100% {
-ms-transform: translateY(0); }
40% {
-ms-transform: translateY(-8px); }
60% {
-ms-transform: translateY(-3px); } }
@-o-keyframes bounce-s {
0%, 20%, 50%, 80%, 100% {
-o-transform: translateY(0); }
40% {
-o-transform: translateY(-8px); }
60% {
-o-transform: translateY(-3px); } }
@keyframes bounce-s {
0%, 20%, 50%, 80%, 100% {
transform: translateY(0); }
40% {
transform: translateY(-8px); }
60% {
transform: translateY(-3px); } }
@-webkit-keyframes bounce-xs {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0); }
40% {
-webkit-transform: translateY(0px); }
60% {
-webkit-transform: translateY(-1px); } }
@-moz-keyframes bounce-xs {
0%, 20%, 50%, 80%, 100% {
-moz-transform: translateY(0); }
40% {
-moz-transform: translateY(0px); }
60% {
-moz-transform: translateY(-2px); } }
@-ms-keyframes bounce-xs {
0%, 20%, 50%, 80%, 100% {
-ms-transform: translateY(0); }
40% {
-ms-transform: translateY(0px); }
60% {
-ms-transform: translateY(-2px); } }
@-o-keyframes bounce-xs {
0%, 20%, 50%, 80%, 100% {
-o-transform: translateY(0); }
40% {
-o-transform: translateY(0px); }
60% {
-o-transform: translateY(-2px); } }
@keyframes bounce-xs {
0%, 20%, 50%, 80%, 100% {
transform: translateY(0); }
40% {
transform: translateY(0px); }
60% {
transform: translateY(-2px); } }
@-webkit-keyframes loadInUp {
0% {
-webkit-transform: translateY(15%);
opacity: 0; }
100% {
-webkit-transform: translateY(0);
opacity: 1; } }
@-moz-keyframes loadInUp {
0% {
-moz-transform: translateY(15%);
opacity: 0; }
100% {
-moz-transform: translateY(0);
opacity: 1; } }
@-ms-keyframes loadInUp {
0% {
-ms-transform: translateY(15%);
opacity: 0; }
100% {
-ms-transform: translateY(0);
opacity: 1; } }
@-o-keyframes loadInUp {
0% {
-o-transform: translateY(15%);
opacity: 0; }
100% {
-o-transform: translateY(0);
opacity: 1; } }
@keyframes loadInUp {
0% {
transform: translateY(15%);
opacity: 0; }
100% {
transform: translateY(0);
opacity: 1; } }
.fadeIn {
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-ms-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-ms-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
-ms-animation-timing-function: ease;
-o-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeInDown {
-webkit-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-ms-animation-name: fadeInDown;
-o-animation-name: fadeInDown;
animation-name: fadeInDown;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-ms-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
-ms-animation-timing-function: ease;
-o-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeInLeft, .mfp-wrap.mfp-fade .mfp-content {
-webkit-animation-name: fadeInLeft;
-moz-animation-name: fadeInLeft;
-ms-animation-name: fadeInLeft;
-o-animation-name: fadeInLeft;
animation-name: fadeInLeft;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-ms-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
-ms-animation-timing-function: ease;
-o-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeInRight {
-webkit-animation-name: fadeInRight;
-moz-animation-name: fadeInRight;
-ms-animation-name: fadeInRight;
-o-animation-name: fadeInRight;
animation-name: fadeInRight;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-ms-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
-ms-animation-timing-function: ease;
-o-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeInUp {
-webkit-animation-name: fadeInUp;
-moz-animation-name: fadeInUp;
-ms-animation-name: fadeInUp;
-o-animation-name: fadeInUp;
animation-name: fadeInUp;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-ms-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
-ms-animation-timing-function: ease;
-o-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeOut {
-webkit-animation-name: fadeOut;
-moz-animation-name: fadeOut;
-ms-animation-name: fadeOut;
-o-animation-name: fadeOut;
animation-name: fadeOut;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-ms-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
-ms-animation-timing-function: ease;
-o-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
-moz-animation-name: fadeOutDown;
-ms-animation-name: fadeOutDown;
-o-animation-name: fadeOutDown;
animation-name: fadeOutDown;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-ms-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
-ms-animation-timing-function: ease;
-o-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
-moz-animation-name: fadeOutLeft;
-ms-animation-name: fadeOutLeft;
-o-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-ms-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
-ms-animation-timing-function: ease;
-o-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
-moz-animation-name: fadeOutRight;
-ms-animation-name: fadeOutRight;
-o-animation-name: fadeOutRight;
animation-name: fadeOutRight;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-ms-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
-ms-animation-timing-function: ease;
-o-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
-moz-animation-name: fadeOutUp;
-ms-animation-name: fadeOutUp;
-o-animation-name: fadeOutUp;
animation-name: fadeOutUp;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-ms-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
-ms-animation-timing-function: ease;
-o-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden; }
.flipInX {
-webkit-animation-name: flipInX;
-moz-animation-name: flipInX;
-ms-animation-name: flipInX;
-o-animation-name: flipInX;
animation-name: flipInX;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-ms-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
-ms-animation-timing-function: ease;
-o-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden; }
.flipInY {
-webkit-animation-name: flipInY;
-moz-animation-name: flipInY;
-ms-animation-name: flipInY;
-o-animation-name: flipInY;
animation-name: flipInY;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-ms-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
-ms-animation-timing-function: ease;
-o-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden; }
.flipOutX {
-webkit-animation-name: flipOutX;
-moz-animation-name: flipOutX;
-ms-animation-name: flipOutX;
-o-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-ms-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
-ms-animation-timing-function: ease;
-o-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden; }
.flipOutY {
-webkit-animation-name: flipOutY;
-moz-animation-name: flipOutY;
-ms-animation-name: flipOutY;
-o-animation-name: flipOutY;
animation-name: flipOutY;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-ms-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
-ms-animation-timing-function: ease;
-o-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden; }
.bounce-s {
-webkit-animation-name: bounceOutLeft;
-moz-animation-name: bounceOutLeft;
-ms-animation-name: bounceOutLeft;
-o-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-ms-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
-ms-animation-timing-function: ease;
-o-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden; }
.loadInUp {
-webkit-animation-name: loadInUp;
-moz-animation-name: loadInUp;
-ms-animation-name: loadInUp;
-o-animation-name: loadInUp;
animation-name: loadInUp;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-ms-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
-ms-animation-timing-function: ease;
-o-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden; }
input:focus {
outline: none; }
.logo-main-box {
min-width: 240px;
font: 3em/1em "Scada", Arial, Helvetica, sans-serif;
letter-spacing: -2px;
cursor: pointer;
padding: 10px 0; }
@media (max-width: 1200px) {
.logo-main-box {
font-size: 2.5em;
line-height: 1.3em;
min-width: auto; } }
@media (max-width: 767px) {
.logo-main-box {
padding-left: 10px; } }
@media (max-width: 600px) {
.logo-main-box {
font-size: 2.5em;
line-height: 1.3em;
padding-left: 5px;
min-width: auto; } }
@media (max-width: 450px) {
.logo-main-box span {
display: none; } }
.logo-main-box span.bold {
font-weight: bold;
margin-left: -2px; }
.logo-main-box:hover .logo {
-webkit-animation: bounce-s 1s ease;
-o-animation: bounce-s 1s ease;
animation: bounce-s 1s ease; }
.logo-main-box .logo {
margin: 0 -8px 0 -5px; }
.logo {
background: #FFFFFF;
border: 3px solid #005588;
position: relative;
display: inline-block;
cursor: pointer;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
width: 30px;
height: 30px; }
.logo:before {
font: 13px/1.8em 'Glyphicons Halflings';
content: "\e021";
color: #50AEE6;
position: absolute;
left: 5px;
top: 0; }
.logo:after {
display: block;
content: "";
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color: #005588 transparent transparent transparent;
position: absolute;
left: 50%;
margin-left: -5px;
bottom: -8px;
width: 0;
height: 0; }
.logo:hover {
-webkit-animation: bounce-s 1s ease;
-o-animation: bounce-s 1s ease;
animation: bounce-s 1s ease; }
.logo.apartment, .logo.office, .logo.house, .logo.villa {
width: 35px;
height: 35px;
border-color: #50AEE6; }
.logo.apartment:before, .logo.office:before, .logo.house:before, .logo.villa:before {
color: #005588;
font: 22px/1.3em "HomeSquare";
left: 3px; }
.logo.apartment:after, .logo.office:after, .logo.house:after, .logo.villa:after {
border-color: #50AEE6 transparent transparent transparent !important; }
.irs-line-left, .irs-line-mid, .irs-line-right {
position: absolute;
display: block;
top: 0; }
.irs-from, .irs-to, .irs-single {
position: absolute;
display: block;
top: 0;
left: 0;
cursor: default;
white-space: nowrap; }
.irs {
position: relative;
display: block; }
.irs-line {
position: relative;
display: block;
overflow: hidden; }
.irs-line-left {
left: 0;
width: 10%; }
.irs-line-mid {
left: 9%;
width: 82%; }
.irs-line-right {
right: 0;
width: 10%; }
.irs-diapason {
position: absolute;
display: block;
left: 0;
width: 100%; }
.irs-slider {
position: absolute;
display: block;
cursor: default;
border: 1px solid #50AEE6;
background: #50AEE6;
-webkit-box-shadow: inset 0 0 0 1px #FFFFFF;
box-shadow: inset 0 0 0 1px #FFFFFF; }
.irs-slider.single {
left: 10px; }
.irs-slider.from {
left: 100px; }
.irs-slider.to {
left: 300px; }
.irs-min {
position: absolute;
display: block;
left: 0;
cursor: default; }
.irs-max {
position: absolute;
display: block;
right: 0;
cursor: default; }
.irs-grid {
position: absolute;
display: none;
bottom: 0;
left: 0;
width: 100%;
height: 20px; }
.irs-grid-pol {
position: absolute;
top: 0;
left: 0;
width: 1px;
height: 8px;
background: #000000; }
.irs-grid-pol.small {
height: 4px; }
.irs-grid-text {
position: absolute;
bottom: 0;
left: 0;
width: 100px;
white-space: nowrap;
text-align: center;
font-size: 9px;
line-height: 9px;
color: #000000; }
.irs-disable-mask {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
cursor: default;
background: #000000;
z-index: 2; }
.irs-disabled {
opacity: 0.4;
filter: alpha(opacity=40); }
.irs-with-grid .irs-grid {
display: block; }
.irs-min, .irs-max {
color: #333333;
font-size: 10px;
line-height: 1.333;
text-shadow: none;
top: 0;
padding: 1px 3px;
background: #f2f2f2; }
.irs-from, .irs-to, .irs-single {
color: #333333;
font-size: 12px;
line-height: 1.333;
text-shadow: none;
padding: 1px 5px; }
.irs-line-mid, .irs-line-left, .irs-line-right {
background: #bababa;
height: 3px; }
.irs-diapason {
height: 3px;
top: 28px;
background: #50AEE6; }
.irs-slider {
width: 15px;
height: 15px;
top: 22px;
cursor: url(http://maps.gstatic.com/mapfiles/openhand_8_8.cur) 8 8, default; }
.irs {
height: 40px; }
.irs-with-grid {
height: 60px; }
.irs-line {
height: 3px;
top: 28px; }
#irs-active-slider {
background-position: 0 -120px; }
.irs-grid-pol {
background: #f7f7f7; }
.irs-grid-text {
color: #005588; }
#map .cluster {
width: 0;
height: 0;
position: absolute; }
#map .cluster > img {
display: none; }
#map .cluster > div {
background: #fafafa;
color: #005588 !important;
line-height: 30px !important;
width: 100% !important;
height: 100% !important;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 15px rgba(80, 174, 230, 0.7);
box-shadow: 0 0 0 15px rgba(80, 174, 230, 0.7);
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
#map .cluster > div:hover {
-webkit-box-shadow: 0 0 0 15px #50AEE6;
box-shadow: 0 0 0 15px #50AEE6; }
.btn, #main-menu-handle {
position: relative;
background: #50AEE6;
color: #FFFFFF;
/*border: 0;*/
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
line-height: 2.2em;
padding: 0 15px;
outline: none !important;
font-family: "Scada", Arial, Helvetica, sans-serif;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.btn:after, #main-menu-handle:after {
left: 0;
content: "";
bottom: -2px;
display: block;
position: absolute;
background: #50AEE6;
width: 100%;
height: 1px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.btn:hover, #main-menu-handle:hover {
background: #2399e0;
color: #FFFFFF; }
.btn:hover:after, #main-menu-handle:hover:after {
background: #2399e0; }
.btn:focus, #main-menu-handle:focus {
outline: none;
color: #FFFFFF; }
input[type="text"]:not([class*="select2"]), input[type="email"]:not([class*="select2"]), input[type="password"]:not([class*="select2"]), input[type="url"]:not([class*="select2"]), textarea:not([class*="select2"]), select:not([class*="select2"]), .input-group-addon:not([class*="select2"]) {
background: #FFFFFF;
padding: 10px;
color: #333333;
font-size: 14px;
border: 1px solid #d4d4d4;
border-bottom-color: #50AEE6;
outline: none;
-webkit-box-shadow: none;
box-shadow: none; }
input[type="text"]:not([class*="select2"]).placeholder, input[type="email"]:not([class*="select2"]).placeholder, input[type="password"]:not([class*="select2"]).placeholder, input[type="url"]:not([class*="select2"]).placeholder, textarea:not([class*="select2"]).placeholder, select:not([class*="select2"]).placeholder, .input-group-addon:not([class*="select2"]).placeholder {
color: #333333; }
input[type="text"]:not([class*="select2"]):-moz-placeholder, input[type="email"]:not([class*="select2"]):-moz-placeholder, input[type="password"]:not([class*="select2"]):-moz-placeholder, input[type="url"]:not([class*="select2"]):-moz-placeholder, textarea:not([class*="select2"]):-moz-placeholder, select:not([class*="select2"]):-moz-placeholder, .input-group-addon:not([class*="select2"]):-moz-placeholder {
color: #333333; }
input[type="text"]:not([class*="select2"])::-moz-placeholder, input[type="email"]:not([class*="select2"])::-moz-placeholder, input[type="password"]:not([class*="select2"])::-moz-placeholder, input[type="url"]:not([class*="select2"])::-moz-placeholder, textarea:not([class*="select2"])::-moz-placeholder, select:not([class*="select2"])::-moz-placeholder, .input-group-addon:not([class*="select2"])::-moz-placeholder {
color: #333333; }
input[type="text"]:not([class*="select2"]):-ms-input-placeholder, input[type="email"]:not([class*="select2"]):-ms-input-placeholder, input[type="password"]:not([class*="select2"]):-ms-input-placeholder, input[type="url"]:not([class*="select2"]):-ms-input-placeholder, textarea:not([class*="select2"]):-ms-input-placeholder, select:not([class*="select2"]):-ms-input-placeholder, .input-group-addon:not([class*="select2"]):-ms-input-placeholder {
color: #333333; }
input[type="text"]:not([class*="select2"])::-webkit-input-placeholder, input[type="email"]:not([class*="select2"])::-webkit-input-placeholder, input[type="password"]:not([class*="select2"])::-webkit-input-placeholder, input[type="url"]:not([class*="select2"])::-webkit-input-placeholder, textarea:not([class*="select2"])::-webkit-input-placeholder, select:not([class*="select2"])::-webkit-input-placeholder, .input-group-addon:not([class*="select2"])::-webkit-input-placeholder {
color: #333333; }
input[type="text"]:not([class*="select2"]):focus, input[type="email"]:not([class*="select2"]):focus, input[type="password"]:not([class*="select2"]):focus, input[type="url"]:not([class*="select2"]):focus, textarea:not([class*="select2"]):focus, select:not([class*="select2"]):focus, .input-group-addon:not([class*="select2"]):focus {
-webkit-box-shadow: none;
box-shadow: none;
outline: none; }
input[type="text"]:disabled, input[type="email"]:disabled, input[type="password"]:disabled, input[type="url"]:disabled, textarea:disabled, select:disabled, .input-group-addon:disabled {
background-color: #ededed; }
.input-group input, .input-group .input-group-addon {
padding: 11px 10px !important; }
.hsq-checkbox input {
display: none; }
.hsq-checkbox label {
padding-left: 30px;
position: relative;
cursor: pointer;
line-height: 45px;
margin: 0;
font-weight: normal; }
.hsq-checkbox label span {
width: 20px;
height: 20px;
background: #FFFFFF;
border: 1px solid #50AEE6;
position: absolute;
left: 1px;
top: 12px; }
.hsq-checkbox label span:before {
position: absolute;
left: 3px;
top: -1px;
display: block;
color: #50AEE6;
font-size: .8em;
line-height: 20px;
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.hsq-checkbox label > input:checked + span:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
border: 1px solid #50AEE6;
outline: none; }
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
border: 1px solid #50AEE6; }
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit {
background: #fafafa;
display: list-item;
padding-left: 5px; }
.select2-offscreen, .select2-offscreen:focus {
clip: rect(0 0 0 0) !important;
width: 1px !important;
height: 1px !important;
border: 0 !important;
margin: 0 !important;
padding: 0 !important;
overflow: hidden !important;
position: absolute !important;
outline: 0 !important;
left: 0 !important;
top: 0 !important; }
.select2-container {
margin: 0;
position: relative;
display: inline-block;
vertical-align: middle;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.select2-container .select2-choice {
display: block;
height: 42px;
padding: 0 0 0 8px;
overflow: hidden;
position: relative;
border: 1px solid #d4d4d4;
border-bottom-color: #50AEE6;
background-color: #FFFFFF;
white-space: nowrap;
line-height: 42px;
color: #333333;
text-decoration: none;
font-size: 14px;
-moz-background-clip: padding;
-o-background-clip: padding-box;
-webkit-background-clip: padding;
background-clip: padding-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.select2-container .select2-choice abbr {
display: none;
width: 12px;
height: 12px;
position: absolute;
right: 24px;
top: 8px;
font-size: 1px;
text-decoration: none;
border: 0;
background: url(../img/select2.png) right top no-repeat;
cursor: pointer;
outline: 0; }
.select2-container .select2-choice abbr:hover {
background-position: right -11px;
cursor: pointer; }
.select2-container .select2-choice .select2-arrow {
display: inline-block;
width: 18px;
height: 100%;
position: absolute;
right: 0;
top: 0; }
.select2-container .select2-choice .select2-arrow b {
display: block;
width: 100%;
height: 100%;
background: url(../img/select2.png) no-repeat -4px 6px; }
.select2-container .select2-choice > .select2-chosen {
margin-right: 26px;
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
float: none;
width: auto; }
.select2-container.select2-allowclear .select2-choice .select2-chosen {
margin-right: 42px; }
.select2-container.select2-allowclear .select2-choice abbr {
display: inline-block; }
.select2-container.select2-container-disabled .select2-choice {
background-color: #fafafa;
background-image: none;
border: 1px solid #fafafa;
cursor: default; }
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
background-color: #fafafa;
background-image: none;
border-left: 0; }
.select2-container.select2-container-disabled .select2-choice abbr {
display: none; }
.select2-drop {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
margin-top: -1px;
position: absolute;
z-index: 9999;
top: 100%;
background: #FFFFFF;
color: #000000;
border: 1px solid #d4d4d4;
border-top: 0; }
.select2-drop.select2-drop-above {
margin-top: 1px;
border-top: 1px solid #d4d4d4;
border-bottom: 0; }
.select2-drop.select2-drop-above.select2-drop-active {
border-top: 1px solid #50AEE6; }
.select2-search {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
width: 100%;
min-height: 26px;
margin: 0;
padding: 4px 4px 0 4px;
position: relative;
z-index: 10000;
white-space: nowrap; }
.select2-search input {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: auto !important;
min-height: 26px;
padding: 4px 20px 4px 5px;
margin: 0;
outline: 0;
font-size: 1em;
border: 1px solid #d4d4d4;
background: #FFFFFF url(../img/select2.png) no-repeat 100% -22px; }
.select2-search input.select2-active {
background: #FFFFFF url(../img/select2-spinner.gif) no-repeat 100%; }
html[dir="rtl"] .select2-results {
padding: 0 4px 0 0;
margin: 4px 0 4px 4px; }
html[dir="rtl"] .select2-container-multi .select2-choices {
padding: 0 0 0 5px; }
html[dir="rtl"] .select2-container-multi .select2-choices li {
float: right; }
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
margin: 3px 5px 3px 0;
padding: 3px 18px 3px 5px; }
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
left: auto;
right: 2px; }
html[dir="rtl"] .select2-search-choice-close {
right: auto;
left: 3px; }
html[dir="rtl"] .select2-container .select2-choice {
padding: 0 8px 0 0; }
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
left: 0;
right: auto;
border-left: none;
border-right: 1px solid #d4d4d4; }
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
background-position: -2px 6px; }
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
margin-left: 26px;
margin-right: 0; }
html[dir="rtl"] .select2-search input {
padding: 4px 5px 4px 20px;
background: #FFFFFF url(../img/select2.png) no-repeat -37px -22px; }
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
border-right: none; }
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
background-position: -20px 6px; }
.select2-drop-mask {
border: 0;
margin: 0;
padding: 0;
position: fixed;
left: 0;
top: 0;
min-height: 100%;
min-width: 100%;
width: auto;
height: auto;
z-index: 9998;
background-color: #FFFFFF;
opacity: 0;
filter: alpha(opacity=0); }
.select2-drop-active {
border: 1px solid #50AEE6;
border-top: none; }
.select2-drop-auto-width {
border-top: 1px solid #d4d4d4;
width: auto; }
.select2-dropdown-open .select2-choice {
border-color: #50AEE6;
border-bottom-color: transparent; }
.select2-dropdown-open .select2-choice .select2-arrow {
background: transparent;
border-left: none;
filter: none; }
.select2-dropdown-open .select2-choice .select2-arrow b {
background-position: -22px 6px; }
.select2-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
height: 1px; }
.select2-results {
max-height: 200px;
padding: 0 0 0 4px;
margin: 4px 4px 4px 0;
position: relative;
overflow-x: hidden;
overflow-y: auto; }
.select2-results li {
list-style: none;
display: list-item;
background-image: none; }
.select2-results li em {
background: #50AEE6;
font-style: normal; }
.select2-results li.select2-result-with-children > .select2-result-label {
font-weight: bold; }
.select2-results .select2-result-label {
padding: 3px 7px 4px;
margin: 0;
cursor: pointer;
min-height: 1em;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.select2-results .select2-highlighted {
background: #005588;
color: #FFFFFF; }
.select2-results .select2-highlighted em {
background: transparent; }
.select2-results .select2-highlighted ul {
background: #FFFFFF;
color: #000000; }
.select2-results .select2-ajax-error {
background: #50AEE6; }
.select2-results .select2-disabled {
background: #fafafa;
display: list-item;
cursor: default; }
.select2-results .select2-disabled.select2-highlighted {
color: #50AEE6;
background: #fafafa;
display: list-item;
cursor: default; }
.select2-results .select2-selected {
display: none; }
.select2-results ul.select2-result-sub {
margin: 0;
padding-left: 0; }
.select2-more-results {
background: #fafafa;
display: list-item; }
.select2-more-results.select2-active {
background: #fafafa url(../img/select2-spinner.gif) no-repeat 100%; }
.select2-container-multi .select2-choices {
height: auto !important;
margin: 0;
padding: 0 5px 0 0;
position: relative;
border: 1px solid #d4d4d4;
cursor: text;
overflow: hidden;
background-color: #FFFFFF;
min-height: 26px; }
.select2-container-multi .select2-choices li {
float: left;
list-style: none; }
.select2-container-multi .select2-choices .select2-search-field {
margin: 0;
padding: 0;
white-space: nowrap; }
.select2-container-multi .select2-choices .select2-search-field input {
padding: 5px;
margin: 1px 0;
font-size: 100%;
color: #50AEE6;
outline: 0;
border: 0;
background: transparent !important; }
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
background: #FFFFFF url(../img/select2-spinner.gif) no-repeat 100% !important; }
.select2-container-multi .select2-choices .select2-search-choice {
padding: 3px 5px 3px 18px;
margin: 3px 0 3px 5px;
position: relative;
line-height: 13px;
color: #fafafa;
cursor: default;
border: 1px solid #d4d4d4;
-moz-background-clip: padding;
-o-background-clip: padding-box;
-webkit-background-clip: padding;
background-clip: padding-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #fafafa; }
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
cursor: default; }
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
background-position: right -11px; }
.select2-container-multi .select2-choices .select2-search-choice-focus {
background: #d4d4d4; }
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
background-position: right -11px; }
.select2-container-multi .select2-search-choice-close {
left: 3px; }
.select2-container-multi.select2-container-active .select2-choices {
border: 1px solid #333333;
outline: none; }
.select2-container-multi.select2-container-disabled .select2-choices {
background-color: #fafafa;
background-image: none;
border: 1px solid #fafafa;
cursor: default; }
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
padding: 3px 5px;
border: 1px solid #fafafa;
background-image: none;
background-color: #fafafa; }
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
display: none;
background: none; }
.select2-locked {
padding: 3px 5px 3px 5px !important; }
.select2-default {
color: #333333 !important; }
.select2-search-choice-close {
display: block;
width: 12px;
height: 13px;
position: absolute;
right: 3px;
top: 4px;
font-size: 1px;
outline: none;
background: url(../img/select2.png) right top no-repeat; }
.select2-display-none {
display: none; }
.select2-measure-scrollbar {
position: absolute;
top: -10000px;
left: -10000px;
width: 100px;
height: 100px;
overflow: scroll; }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
.select2-search-choice-close, .select2-search input, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
background-image: url(../img/select2x2.png) !important;
background-repeat: no-repeat !important;
background-size: 60px 40px !important; }
.select2-search input {
background-position: 100% -21px !important; } }
.select2-results-dept-1 .select2-result-label {
padding-left: 20px; }
.select2-results-dept-2 .select2-result-label {
padding-left: 40px; }
.select2-results-dept-3 .select2-result-label {
padding-left: 60px; }
.select2-results-dept-4 .select2-result-label {
padding-left: 80px; }
.select2-results-dept-5 .select2-result-label {
padding-left: 100px; }
.select2-results-dept-6 .select2-result-label {
padding-left: 110px; }
.select2-results-dept-7 .select2-result-label {
padding-left: 120px; }
.select2-result-selectable .select2-match {
text-decoration: underline; }
.select2-result-unselectable .select2-match {
text-decoration: underline; }
.hsq-heading, .service-box-container .service-box .title {
display: block;
position: relative;
line-height: 2.3em;
text-align: center;
font-size: 32px;
font-family: "Scada", Arial, Helvetica, sans-serif; }
@media (max-width: 450px) {
.hsq-heading, .service-box-container .service-box .title {
font-size: 24px; } }
.hsq-heading:before, .service-box-container .service-box .title:before, .hsq-heading:after, .service-box-container .service-box .title:after {
display: block;
position: absolute;
left: 50%;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
content: "";
max-width: 100%; }
.hsq-heading:before, .service-box-container .service-box .title:before {
bottom: 0;
width: 250px;
height: 1px;
background: #d4d4d4; }
.hsq-heading:after, .service-box-container .service-box .title:after {
bottom: -1px;
width: 100px;
height: 3px;
background: #50AEE6; }
.hsq-heading.type-2, .service-box-container .service-box .type-2.title {
overflow: hidden; }
.hsq-heading.type-2:after, .service-box-container .service-box .type-2.title:after {
bottom: -4px;
width: 10px;
height: 10px;
-webkit-box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 4px #50AEE6;
box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 4px #50AEE6;
background: #FFFFFF;
border: 1px solid #50AEE6; }
h1, h2, h3, h4, h5, h6 {
font-family: "Scada", Arial, Helvetica, sans-serif; }
.pagination-box {
margin: 60px 0;
text-align: center; }
.pagination-box ul {
display: inline-block;
position: relative;
z-index: 1; }
.pagination-box ul li {
width: 35px;
height: 35px;
margin: 0 3px;
padding: 0; }
.pagination-box ul li a {
display: block;
background: #50AEE6;
color: #FFFFFF;
line-height: 35px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
position: relative; }
.pagination-box ul li a:after {
left: 0;
content: "";
bottom: -2px;
display: block;
position: absolute;
background: #50AEE6;
width: 100%;
height: 1px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.pagination-box ul li:hover a, .pagination-box ul li.active a {
background: #005588; }
.pagination-box ul li:hover a:after, .pagination-box ul li.active a:after {
background: #005588; }
.sort-section-container {
text-align: center;
font-size: 1.1em;
margin: 20px 0; }
.sort-section-container ul li {
padding: 0;
display: inline-block; }
.sort-section-container ul li a {
position: relative;
padding-right: 20px;
margin-right: 10px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.sort-section-container ul li a:hover {
color: #50AEE6; }
.sort-section-container ul li a:after {
position: absolute;
right: 0;
top: 0;
content: '/';
color: #50AEE6; }
.sort-section-container ul li a.active {
color: #50AEE6; }
.sort-section-container ul li:last-child a {
padding-right: 0;
margin-right: 0; }
.sort-section-container ul li:last-child a:after {
display: none; }
html {
overflow-y: auto;
overflow-x: hidden; }
body {
background: #FFFFFF;
font: 14px/20px "Open Sans", Arial, Helvetica, sans-serif;
color: #333333;
padding: 128px 0 0; }
@media (max-width: 992px) {
body {
padding-top: 0; }
body.sticky {
padding-top: 78px; } }
ul {
list-style: none;
padding: 0;
margin: 0; }
a {
color: #333333; }
a:hover, a:focus {
text-decoration: none;
outline: none; }
a:focus {
color: #50AEE6; }
a:hover {
color: #50AEE6; }
input:focus, textarea:focus {
border-color: #50AEE6;
outline: none !important; }
/*
* Core Owl Carousel CSS File
* v1.3.2
*/
/* display none until init */
.owl-carousel {
display: none;
position: relative;
width: 100%;
margin: 0 auto;
-ms-touch-action: pan-y; }
.owl-carousel .owl-wrapper {
display: none;
position: relative;
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.owl-carousel .owl-wrapper-outer {
overflow: hidden;
position: relative;
width: 100%; }
.owl-carousel .owl-wrapper-outer.autoHeight {
-webkit-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out; }
.owl-carousel .owl-item {
float: left;
padding: 0;
overflow: hidden; }
.owl-carousel .owl-item .item, .owl-carousel .owl-item .items {
position: relative;
z-index: 1;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.owl-carousel .owl-item .item img, .owl-carousel .owl-item .items img {
width: 100%; }
.owl-carousel .owl-page, .owl-carousel .owl-buttons div {
cursor: pointer; }
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.owl-carousel.property-container .owl-item {
padding: 0; }
.owl-carousel.not-16-9 .owl-item .items img {
max-width: none;
width: auto; }
.owl-controls {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent; }
/* mouse grab icon */
.owl-theme {
/* Styling Next and Prev buttons */ }
.owl-theme .owl-controls {
position: absolute;
left: 0;
bottom: 50%;
text-align: center;
width: 100%;
z-index: 1;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* Styling Pagination*/ }
.owl-theme .owl-controls .owl-buttons div {
position: absolute;
bottom: -20px;
display: inline-block;
zoom: 1;
background: #50AEE6;
*display: inline;
/*IE7 life-saver */
color: #FFFFFF;
width: 40px;
height: 40px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.owl-theme .owl-controls .owl-buttons div:before, .owl-theme .owl-controls .owl-buttons div:after {
position: absolute;
display: block;
background: #50AEE6;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
left: 0; }
.owl-theme .owl-controls .owl-buttons div:before {
top: 0;
font-family: "FontAwesome";
width: 100%;
height: 100%;
line-height: 40px; }
.owl-theme .owl-controls .owl-buttons div:after {
content: "";
bottom: -2px;
width: 100%;
height: 1px; }
.owl-theme .owl-controls .owl-buttons div:hover {
background: #005588; }
.owl-theme .owl-controls .owl-buttons div:hover:before, .owl-theme .owl-controls .owl-buttons div:hover:after {
background: #005588; }
.owl-theme .owl-controls .owl-buttons div.owl-next {
right: -50px; }
@media (max-width: 767px) {
.owl-theme .owl-controls .owl-buttons div.owl-next {
right: 0; } }
.owl-theme .owl-controls .owl-buttons div.owl-prev {
left: -50px; }
@media (max-width: 767px) {
.owl-theme .owl-controls .owl-buttons div.owl-prev {
left: 0; } }
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
opacity: 1;
filter: alpha(opacity=100);
text-decoration: none; }
.owl-theme .owl-controls .owl-pagination {
display: inline-block; }
.owl-theme .owl-controls .owl-page {
display: inline-block;
zoom: 1;
*display: inline;
/*IE7 life-saver */ }
.owl-theme .owl-controls .owl-page span {
width: 50px;
height: 6px;
background: #50AEE6;
position: relative;
margin: 5px;
display: block;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.owl-theme .owl-controls .owl-page span:before {
display: block;
content: '';
position: absolute;
left: 0;
bottom: -2px;
width: 100%;
height: 1px;
background: #50AEE6;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls .owl-page:hover span {
background: #005588; }
.owl-theme .owl-controls .owl-page.active span:before, .owl-theme .owl-controls .owl-page:hover span:before {
background: #005588; }
/* preloading images */
.owl-item.loading {
min-height: 150px;
background: url(AjaxLoader.gif) no-repeat center center; }
/* Magnific Popup CSS */
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: rgba(255, 255, 255, 0.8);
opacity: 0.8;
filter: alpha(opacity=80); }
.mfp-bg.mfp-fade {
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.6s ease-out;
-o-transition: all 0.6s ease-out;
transition: all 0.6s ease-out; }
.mfp-bg.mfp-fade.mfp-ready {
opacity: 1;
filter: alpha(opacity=100); }
.mfp-bg.mfp-fade.mfp-removing {
opacity: 0;
filter: alpha(opacity=0); }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-wrap.mfp-fade {
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; }
.mfp-wrap.mfp-fade.mfp-removing {
opacity: 0;
filter: alpha(opacity=0); }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #FFFFFF;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #FFFFFF; }
.mfp-preloader a:hover {
color: #000000; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close, button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 2px;
top: 2px;
text-decoration: none;
text-align: center;
opacity: 0.65;
background: #FFFFFF !important;
filter: alpha(opacity=65);
padding: 0 0 18px 10px;
color: #fafafa;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
opacity: 1;
filter: alpha(opacity=100); }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #000000; }
.mfp-counter {
position: absolute;
top: 8px;
right: 20px;
color: #FFFFFF;
font-size: 12px;
line-height: 25px; }
.mfp-arrow {
position: absolute;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(80, 174, 230, 0); }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover:before, .mfp-arrow:hover:after,
.mfp-arrow:hover .mfp-b,
.mfp-arrow:hover .mfp-a, .mfp-arrow:focus:before, .mfp-arrow:focus:after,
.mfp-arrow:focus .mfp-b,
.mfp-arrow:focus .mfp-a {
background: #000000; }
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
content: '';
display: block;
width: 30px;
height: 1px;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
background: #50AEE6; }
.mfp-arrow:after, .mfp-arrow .mfp-a {
top: -7px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {
top: 14px; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg); }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg); }
.mfp-arrow-right {
right: 10px; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg); }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg); }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 1100px;
height: 100%; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(80, 174, 230, 0.6);
background: #50AEE6; }
/* Main image in popup */
img.mfp-img {
width: auto;
height: auto;
max-width: 100%;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0 0 0;
margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1; }
.mfp-figure small {
color: #FFFFFF;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 0 10px;
cursor: auto;
background: rgba(0, 0, 0, 0.6); }
.mfp-title {
text-align: left;
line-height: 44px;
color: #FFFFFF;
word-wrap: break-word; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
border-bottom: 3px solid #50AEE6; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
* Remove all paddings around the image on small screen
*/
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(80, 174, 230, 0.3);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.2);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }
.mfp-ie7 .mfp-img {
padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
padding: 0; }
.mfp-ie7 .mfp-content {
padding-top: 44px; }
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0; }
/*
* The MIT License
* Copyright (c) 2012 <NAME> <<EMAIL>>
*/
.uploader-container {
text-align: center; }
.uploader-container .add-images-btn {
position: absolute;
left: 50%;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 30px; }
.uploader-container .img-uploader {
text-align: left; }
.uploader-container .img-uploader:before, .uploader-container .img-uploader:after {
content: " ";
display: table; }
.uploader-container .img-uploader:after {
clear: both; }
.uploader-container .img-uploader #preview-template, .uploader-container .img-uploader #gallery-preview-template, .uploader-container .img-uploader #floorplan-uploader {
display: none; }
.uploader-container .img-uploader .preview-box {
float: left;
margin: 0 6px 10px 6px;
position: relative;
border-bottom: 1px solid #50AEE6;
width: 105px;
height: 105px;
background-color: #f2f2f2; }
.uploader-container .img-uploader .preview-box img {
border-bottom: 1px solid #50AEE6; }
.uploader-container .img-uploader .preview-box i {
position: absolute;
right: 0;
top: 0;
width: 17px;
height: 17px;
background-color: red;
color: #FFFFFF;
z-index: 1;
text-align: center;
line-height: 17px;
cursor: pointer; }
.uploader-container .img-uploader .preview-box .progress-box {
height: 10px;
background: #005588;
position: absolute;
left: 0;
bottom: 0; }
.uploader-container .img-uploader .preview-box.dz-image-preview .progress-box {
display: none; }
.uploader-container .img-uploader .preview-box .error {
position: absolute;
left: 0;
top: 50%;
font-size: .9em;
text-align: center;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
padding: 10px 0;
background: rgba(242, 242, 242, 0.85); }
.infobox-main-container > img {
right: 5px;
top: 5px;
position: absolute !important;
z-index: 1;
border: 1px solid #50AEE6; }
.infobox-main-container #infobox-container {
width: 500px; }
.infobox-main-container #infobox-container .propertybox-featured {
position: relative;
-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
box-shadow: 0 0 7px rgba(0, 0, 0, 0.4); }
.infobox-main-container #infobox-container .propertybox-featured .inner-container {
border-bottom: 3px solid #50AEE6; }
.infobox-main-container #infobox-container .propertybox-featured .img-container {
border-bottom: 0; }
.infobox-main-container #infobox-container .propertybox-featured .main-info .desc {
height: 60px;
margin: 5px 0; }
#header-top {
height: 30px;
background: #005588;
line-height: 30px;
font-size: .8em; }
@media (max-width: 300px) {
#header-top .header-top-content {
padding: 0; }
#header-top #login-boxes {
display: none; } }
#header-top a {
color: #FFFFFF;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
#header-top a:hover {
color: #50AEE6; }
#header-top li {
border-left: 1px solid #FFFFFF;
padding: 0 15px; }
#header-top #language-switcher {
float: left;
margin-left: 0;
border-right: 1px solid #FFFFFF; }
#header-top #login-boxes {
float: right;
margin-left: 0;
border-right: 1px solid #FFFFFF; }
#main-header {
background: #FFFFFF;
border-bottom: 3px solid #50AEE6;
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 6;
-webkit-transition: top 0.3s ease;
-o-transition: top 0.3s ease;
transition: top 0.3s ease; }
#main-header.sticky {
top: -30px; }
#main-header.sticky .main-header-cont {
padding-top: 0;
height: 75px; }
#main-header.sticky #main-menu li > ul {
top: 75px; }
@media (max-width: 992px) {
#main-header {
position: relative;
top: 0 !important; }
#main-header.sticky {
position: fixed;
top: -30px !important; }
#main-header.sticky #mobile-menu-container {
max-height: calc(100vh - 78px);
overflow-y: auto; } }
#main-header .main-header-cont {
position: relative;
height: 95px;
padding-top: 10px;
-webkit-transition: top 0.3s ease;
-o-transition: top 0.3s ease;
transition: top 0.3s ease; }
#main-header .main-header-cont:before, #main-header .main-header-cont:after {
content: " ";
display: table; }
#main-header .main-header-cont:after {
clear: both; }
#main-header .menu-container {
padding: 0; }
@media (max-width: 767px) {
#main-header .menu-container {
padding: 0 5px; } }
@media (max-width: 450px) {
#main-header .logo-main-box {
width: 20%; }
#main-header .logo-main-box .logo {
margin: 7px 0 0 15px; }
#main-header .menu-container {
width: 80%; } }
@media (max-width: 300px) {
#main-header .logo-main-box {
width: 50%; }
#main-header .logo-main-box .logo {
margin: 7px 0 0 15px; }
#main-header .menu-container {
width: 50%; } }
#main-header .logo-main-box {
margin-top: 5px; }
#main-header #main-menu {
float: left;
font-family: "Scada", Arial, Helvetica, sans-serif; }
#main-header #main-menu li {
position: relative;
line-height: 75px;
padding: 0; }
@media (max-width: 1200px) {
#main-header #main-menu li {
padding: 0; } }
#main-header #main-menu li a, #main-header #main-menu li span {
padding: 9px 12px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
@media (max-width: 1200px) {
#main-header #main-menu li a, #main-header #main-menu li span {
padding: 3px 5px; } }
#main-header #main-menu li a.current, #main-header #main-menu li a:hover, #main-header #main-menu li span.current, #main-header #main-menu li span:hover {
background: #e1e1e1;
position: relative;
color: #333333; }
#main-header #main-menu li a.current:before, #main-header #main-menu li a:hover:before, #main-header #main-menu li span.current:before, #main-header #main-menu li span:hover:before {
display: block;
/*content: "";*/
position: absolute;
width: 100%;
height: 1px;
background: #e1e1e1;
left: 0;
bottom: -2px; }
#main-header #main-menu li > ul {
position: absolute;
left: 50%;
top: 85px;
visibility: hidden;
background: #FFFFFF;
z-index: 10;
border: 3px solid #50AEE6;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
-moz-transform: scale(0.9) translateX(-50%);
-ms-transform: scale(0.9) translateX(-50%);
-webkit-transform: scale(0.9) translateX(-50%);
transform: scale(0.9) translateX(-50%);
-webkit-transform-origin: left;
-moz-transform-origin: left;
-ms-transform-origin: left;
-o-transform-origin: left;
transform-origin: left;
opacity: 0;
filter: alpha(opacity=0); }
#main-header #main-menu li > ul li {
line-height: 45px; }
#main-header #main-menu li > ul li a {
display: block;
padding: 0 20px;
line-height: 45px;
white-space: nowrap;
text-align: center;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
border-bottom: 1px solid rgba(80, 174, 230, 0.5); }
#main-header #main-menu li > ul li a.current, #main-header #main-menu li > ul li a:hover {
background: #ededed;
color: #333333; }
#main-header #main-menu li > ul li a.current:before, #main-header #main-menu li > ul li a:hover:before {
display: none; }
#main-header #main-menu li > ul li:last-child a {
border-bottom: 0; }
#main-header #main-menu li:hover > ul {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
-moz-transform: scale(1) translateX(-50%);
-ms-transform: scale(1) translateX(-50%);
-webkit-transform: scale(1) translateX(-50%);
transform: scale(1) translateX(-50%); }
#main-header #fullscreen-btn {
position: absolute;
bottom: -63px;
right: 20px;
line-height: 40px;
text-align: center;
color: #50AEE6;
background-color: #FFFFFF;
border: 1px solid #50AEE6;
width: 40px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
cursor: pointer; }
#main-header #fullscreen-btn:hover {
color: #FFFFFF;
background-color: #50AEE6; }
#submit-property-link {
float: right;
margin-top: 23px;
padding: 0 15px 0 30px; }
#submit-property-link:before {
display: block;
font: 1em/1.1em "FontAwesome";
position: absolute;
left: 10px;
top: 8px;
content: "\f067"; }
@media (max-width: 1200px) {
#submit-property-link {
font-size: .9em;
line-height: 2.4em; } }
@media (max-width: 390px) {
#submit-property-link {
height: 30px;
padding: 0 15px; }
#submit-property-link span {
display: none; } }
#main-menu-handle {
float: right;
width: 32px;
height: 30px;
cursor: pointer;
line-height: 32px;
text-align: center;
margin-top: 23px;
margin-left: 10px;
padding: 0;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
#main-menu-handle:hover {
color: #50AEE6; }
#main-menu-handle.active i:before {
content: "\f00d"; }
#mobile-menu-container {
border-top: 3px solid #50AEE6;
background: #FFFFFF; }
@media (max-width: 992px) {
#mobile-menu-container {
display: none; } }
#mobile-menu-container #main-menu {
float: none; }
#mobile-menu-container #main-menu > ul > li > a:after, #mobile-menu-container #main-menu > ul > li > span:after {
background: #50AEE6; }
#mobile-menu-container #main-menu li {
display: block;
padding: 0; }
#mobile-menu-container #main-menu li.active > a, #mobile-menu-container #main-menu li.active span, #mobile-menu-container #main-menu li:hover > a, #mobile-menu-container #main-menu li:hover span {
color: #50AEE6; }
#mobile-menu-container #main-menu li.active > a:before, #mobile-menu-container #main-menu li.active span:before, #mobile-menu-container #main-menu li:hover > a:before, #mobile-menu-container #main-menu li:hover span:before {
background: #50AEE6; }
#mobile-menu-container #main-menu li a, #mobile-menu-container #main-menu li span {
display: block;
padding: 0 20px;
line-height: 35px;
border-bottom: 1px solid #d9d9d9; }
#mobile-menu-container #main-menu li a:after, #mobile-menu-container #main-menu li span:after {
display: block;
content: "";
float: left;
width: 5px;
height: 5px;
background: #005588;
margin: 15px 15px 0 0; }
#mobile-menu-container #main-menu li > ul {
position: initial;
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0);
border: 0;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
border-bottom: 1px solid #e1e1e1; }
#mobile-menu-container #main-menu li > ul:before, #mobile-menu-container #main-menu li > ul:after {
display: none; }
#mobile-menu-container #main-menu li > ul li a, #mobile-menu-container #main-menu li > ul li span {
text-align: left;
padding: 0 30px; }
#mobile-menu-container #main-menu li:hover > ul {
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0); }
#google-map {
height: 550px;
position: relative;
border-bottom: 3px solid #50AEE6; }
#google-map #map {
width: 100%;
height: 100%; }
#google-map .property-search.horizontal {
position: absolute;
left: 50%;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 10px;
background: #50AEE6;
padding: 0; }
#google-map .property-search.horizontal .property-search-box {
padding: 10px 60px 10px 115px;
position: relative;
color: #FFFFFF; }
#google-map .property-search.horizontal .property-search-box .title {
position: absolute;
left: 20px;
top: 0;
text-transform: uppercase;
font: 1.5em/2.8em "Scada", Arial, Helvetica, sans-serif; }
#google-map .property-search.horizontal .property-search-box form .search-filds {
padding: 0 5px; }
#google-map .property-search.horizontal .property-search-box form input[type="text"] {
background: #FFFFFF;
color: #50AEE6;
font: 18px "Scada", Arial, Helvetica, sans-serif;
padding: 0 10px;
border: 0;
width: 100%;
height: 40px; }
#google-map .property-search.horizontal .property-search-box form input[type="text"].placeholder {
color: #50AEE6; }
#google-map .property-search.horizontal .property-search-box form input[type="text"]:-moz-placeholder {
color: #50AEE6; }
#google-map .property-search.horizontal .property-search-box form input[type="text"]::-moz-placeholder {
color: #50AEE6; }
#google-map .property-search.horizontal .property-search-box form input[type="text"]:-ms-input-placeholder {
color: #50AEE6; }
#google-map .property-search.horizontal .property-search-box form input[type="text"]::-webkit-input-placeholder {
color: #50AEE6; }
#google-map .property-search.horizontal .property-search-box form .submit-container {
position: absolute;
right: 0;
top: 0;
background: #7dc3ec;
width: 50px;
height: 60px;
font-size: 1.9em;
line-height: 65px;
text-align: center; }
#google-map .property-search.horizontal .property-search-box form .submit-container input[type="submit"] {
width: 100%;
height: 100%;
border: 0;
position: absolute;
right: 0;
top: 0;
background: none; }
#google-map .property-search.horizontal .property-search-box .main-search-box .chosen-container {
background: #FFFFFF;
color: #50AEE6;
font: 1.3em "Scada", Arial, Helvetica, sans-serif; }
#google-map .property-search.horizontal .property-search-box .main-search-box .chosen-container .chosen-single {
font-size: 18px; }
#google-map .property-search.horizontal .property-search-box .main-search-box .chosen-container .chosen-single div b {
border-color: #50AEE6; }
#google-map .property-search.horizontal .property-search-box .main-search-box .chosen-container .chosen-single div b:before, #google-map .property-search.horizontal .property-search-box .main-search-box .chosen-container .chosen-single div b:after {
background: #50AEE6; }
#google-map .property-search.horizontal .property-search-box .more-fields {
position: absolute;
left: 0;
bottom: 100%;
background: #7dc3ec;
width: 100%;
height: 0;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
#google-map .property-search.horizontal .property-search-box .more-fields.open {
height: 150px; }
#google-map .property-search.horizontal .property-search-box .more-fields .more-option {
position: absolute;
left: 50%;
top: -47px;
text-transform: uppercase;
font: 1em/1.5em "Scada", Arial, Helvetica, sans-serif;
background: #7dc3ec;
padding: 5px 6px;
cursor: pointer;
text-align: center;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
#google-map .property-search.horizontal .property-search-box .more-fields .more-option:before {
display: block;
font: 1.5em/0.7em "FontAwesome";
content: "\f106"; }
#google-map .property-search.horizontal .property-search-box .more-fields .more-option.down:before {
line-height: 18px;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg); }
#google-map .logo {
-webkit-box-shadow: none;
box-shadow: none; }
#property-search-container {
position: relative;
margin-bottom: 130px; }
@media (max-width: 450px) {
#property-search-container {
margin-bottom: 300px; } }
#property-search-container .property-search-form {
position: absolute;
left: 0;
top: -50%;
border: 1px solid #d4d4d4;
background: #FFFFFF;
width: 100%;
z-index: 1;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
padding: 30px 20px 10px; }
@media (max-width: 767px) {
#property-search-container .property-search-form {
width: calc(100% - 20px);
margin: 0 10px; } }
#property-search-container .property-search-form input[type="text"], #property-search-container .property-search-form input[type="url"], #property-search-container .property-search-form select, #property-search-container .property-search-form textarea, #property-search-container .property-search-form button, #property-search-container .property-search-form .select2-container {
width: 100%;
display: block; }
#property-search-container .property-search-form button {
height: 40px; }
#property-search-container .property-search-form .search-field {
min-height: 45px;
margin-bottom: 20px;
padding: 0 10px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
#property-search-container .property-search-form .more-options {
display: inline-block;
position: absolute;
left: 50%;
bottom: -15px;
width: auto;
padding: 0 30px;
height: 30px;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
#property-search-container .property-search-form .more-options i {
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
display: inline-block;
margin-left: 5px;
font-size: .8em; }
@media (max-width: 450px) {
#property-search-container .property-search-form .main-search-sec .search-field {
width: 100%;
float: none; } }
#property-search-container .property-search-form .main-search-sec:before, #property-search-container .property-search-form .main-search-sec:after, #property-search-container .property-search-form .advanced-search-sec:before, #property-search-container .property-search-form .advanced-search-sec:after {
content: " ";
display: table; }
#property-search-container .property-search-form .main-search-sec:after, #property-search-container .property-search-form .advanced-search-sec:after {
clear: both; }
#property-search-container .property-search-form .advanced-search-sec {
display: none;
padding: 20px 0; }
@media (max-width: 450px) {
#property-search-container .property-search-form .advanced-search-sec .search-field {
width: 50%;
float: left; } }
#property-search-container .property-search-form .advanced-search-sec .search-field {
min-height: 30px;
margin-bottom: 10px; }
#property-search-container .property-search-form .advanced-search-sec .search-field .hsq-checkbox label {
line-height: 30px; }
#property-search-container .property-search-form .advanced-search-sec .search-field .hsq-checkbox label span {
top: 3px; }
#property-search-container .property-search-form.opened .more-options i {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg); }
.text-section {
text-align: center;
margin-top: 50px;
margin-bottom: 60px; }
.text-section .description {
color: #aeaeae;
padding: 0 50px;
margin: 35px 0;
line-height: 30px;
font-family: "Open Sans", Arial, Helvetica, sans-serif; }
@media (max-width: 450px) {
.text-section .description {
padding: 0 20px; } }
.text-section .service-box-container {
margin-bottom: 0;
margin-top: 70px; }
.property-listing {
background: #fafafa;
padding: 50px 0 30px; }
.property-listing .hsq-heading, .property-listing .service-box-container .service-box .title, .service-box-container .service-box .property-listing .title {
margin-bottom: 70px; }
.property-listing img {
max-width: 100%; }
.property-listing .property-box {
padding: 0;
margin-bottom: 45px; }
.property-listing .property-box .inner-box {
background: #FFFFFF;
margin: 0 20px;
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 2px rgba(0, 0, 0, 0.1); }
.property-listing .property-box .img-container {
display: block;
position: relative;
overflow: hidden;
height: 210px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.property-listing .property-box .img-container:before, .property-listing .property-box .img-container:after {
display: block;
position: absolute;
z-index: 1;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease; }
.property-listing .property-box .img-container:before {
content: "";
left: 0;
bottom: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
-o-transform: scale(0.6);
transform: scale(0.6);
background: rgba(255, 255, 255, 0.6); }
.property-listing .property-box .img-container:after {
font-family: "FontAwesome";
left: 50%;
top: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
color: #005588;
font-size: 2.7em; }
.property-listing .property-box .img-container img {
position: absolute;
left: 50%;
top: 50%;
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%); }
.property-listing .property-box .img-container .price {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
background-color: rgba(0, 0, 0, 0.3);
color: #FFFFFF;
line-height: 2em;
font-size: 1.7em;
z-index: 1;
text-align: center;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.property-listing .property-box .img-container .tag-label {
position: absolute;
left: 0;
top: 0;
display: inline-block;
padding: 0 20px;
line-height: 30px;
z-index: 1;
color: #FFFFFF; }
.property-listing .property-box .img-container .tag-label.featured {
background-color: #446bbb; }
.property-listing .property-box .img-container .tag-label.hot-offer {
background-color: #d44225; }
.property-listing .property-box .img-container .tag-label.open-house {
background-color: #679026; }
.property-listing .property-box .img-container .tag-label.foreclosure {
background-color: #d49917; }
.property-listing .property-box .bottom-sec {
padding: 30px 30px 40px;
position: relative;
z-index: 1; }
.property-listing .property-box .more-link {
position: absolute;
left: 50%;
bottom: -15px;
z-index: 1;
padding: 0 30px;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
.property-listing .property-box .title {
font-size: 20px;
color: #333333;
display: block;
line-height: 30px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-family: "Scada", Arial, Helvetica, sans-serif;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.property-listing .property-box .title:hover {
color: #50AEE6; }
.property-listing .property-box .desc {
font-family: "Open Sans", Arial, Helvetica, sans-serif;
color: #aeaeae;
line-height: 25px;
margin: 20px 0 30px;
height: 80px;
font-size: 14px;
overflow: hidden; }
.property-listing .property-box .extra-info {
font-family: "Scada", Arial, Helvetica, sans-serif; }
.property-listing .property-box .extra-info > div {
padding: 0; }
.property-listing .property-box .extra-info .value {
color: #50AEE6;
font-size: 2em;
display: inline-block;
margin-right: 5px; }
.property-listing .property-box .extra-info .bedroom {
text-align: center; }
.property-listing .property-box .extra-info .bathroom {
text-align: right; }
.property-listing .property-box:hover .img-container:before, .property-listing .property-box:hover .img-container:after {
opacity: 1;
filter: alpha(opacity=100); }
.property-listing .property-box:hover .img-container:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
.property-listing .property-box:hover .img-container img {
-moz-transform: translateX(-50%) translateY(-50%) scale(1.05);
-ms-transform: translateX(-50%) translateY(-50%) scale(1.05);
-webkit-transform: translateX(-50%) translateY(-50%) scale(1.05);
transform: translateX(-50%) translateY(-50%) scale(1.05); }
.property-listing .property-box:hover .img-container .price {
bottom: -50px; }
.property-listing .property-box:hover .more-link {
background: #005588; }
.property-listing .property-box:hover .more-link:after {
background: #005588; }
.property-listing .property-box.col-md-4:nth-child(4n) .inner-box, .property-listing .property-box.col-md-4:first-child .inner-box {
margin-left: 0; }
.property-listing .property-box.col-md-4:nth-child(3n) .inner-box {
margin-right: 0; }
.property-listing .property-box.col-md-6:nth-child(2n+1) .inner-box, .property-listing .property-box.col-md-6:first-child .inner-box {
margin-left: 0; }
.property-listing .property-box.col-md-6:nth-child(2n) .inner-box {
margin-right: 0; }
@media (max-width: 992px) {
.property-listing .property-box:nth-child(2n+1) .inner-box, .property-listing .property-box:first-child .inner-box {
margin-left: 0 !important;
margin-right: 20px !important; }
.property-listing .property-box:nth-child(2n) .inner-box {
margin-right: 0 !important;
margin-left: 20px !important; } }
@media (max-width: 767px) {
.property-listing .property-box:nth-child(2n) .inner-box, .property-listing .property-box:nth-child(2n+1) .inner-box, .property-listing .property-box:first-child .inner-box {
margin: 0 !important; } }
@media (max-width: 767px) {
.property-listing.row-view .property-box {
padding: 0 15px; } }
.property-listing.row-view .property-box .inner-box {
margin: 0 !important; }
.property-listing.row-view .property-box .inner-box .img-container {
padding: 0;
height: 240px; }
@media (max-width: 767px) {
.property-listing.row-view .property-box .inner-box .img-container {
height: 280px; } }
@media (max-width: 450px) {
.property-listing.row-view .property-box .inner-box .img-container {
float: none;
width: 100%; } }
.property-listing.row-view .property-box .bottom-sec {
padding: 30px; }
@media (max-width: 450px) {
.property-listing.row-view .property-box .bottom-sec {
float: none;
width: 100%; } }
.property-listing.row-view .property-box .bottom-sec .desc {
height: 70px; }
.property-listing.row-view .property-box .bottom-sec .location {
color: #bababa;
line-height: 20px;
margin: 10px 0; }
.property-listing.row-view .property-box .bottom-sec .extra-info {
max-width: 65%; }
@media (max-width: 767px) {
.property-listing.row-view .property-box .bottom-sec .extra-info {
max-width: none;
margin-bottom: 40px; } }
.property-listing.row-view .property-box .more-link {
position: absolute;
left: auto;
right: 30px;
bottom: 30px;
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0); }
.property-listing.map-view {
position: relative; }
@media (max-width: 992px) {
.property-listing.map-view .left-section {
margin-top: 500px;
max-height: none !important;
overflow: visible !important; }
.property-listing.map-view .map-container {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 500px;
border-bottom: 3px solid #50AEE6; }
.property-listing.map-view .map-container #map {
height: 100% !important; } }
.property-listing.map-view .search-field {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
@media (max-width: 450px) {
.property-listing.map-view .main-search-sec .search-field {
width: 100%;
float: none; }
.property-listing.map-view .advanced-search-sec .search-field {
width: 50%;
float: left; } }
.property-listing .pagination-box {
margin-top: 30px; }
#featured-properties {
padding: 50px 0 40px; }
#featured-properties .hsq-heading, #featured-properties .service-box-container .service-box .title, .service-box-container .service-box #featured-properties .title {
margin-bottom: 70px; }
#featured-properties img {
width: auto; }
@media (max-width: 450px) {
#featured-properties img {
width: 100%; } }
#featured-properties .owl-carousel {
margin-bottom: 90px; }
#featured-properties .owl-wrapper {
margin-left: -15px; }
#featured-properties .owl-item {
padding-left: 30px; }
#featured-properties .owl-controls {
bottom: -55px; }
.propertybox-featured {
margin-bottom: 30px;
display: table; }
.propertybox-featured:nth-child(2n) {
padding-left: 0; }
.propertybox-featured:nth-child(3n) {
padding-right: 0; }
.propertybox-featured .inner-container {
background: #fafafa;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.propertybox-featured .img-container {
padding: 0;
position: relative;
float: none;
display: table-cell;
vertical-align: top;
overflow: hidden;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.propertybox-featured .img-container:before, .propertybox-featured .img-container:after {
display: block;
position: absolute;
z-index: 1;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease; }
.propertybox-featured .img-container:before {
content: "";
left: 0;
bottom: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
-o-transform: scale(0.6);
transform: scale(0.6);
background: rgba(255, 255, 255, 0.6); }
.propertybox-featured .img-container:after {
font-family: "FontAwesome";
left: 50%;
top: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
color: #005588;
font-size: 2.7em; }
.propertybox-featured .img-container img {
position: absolute;
left: 50%;
top: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
height: 100%;
max-width: none; }
.propertybox-featured .img-container .price-box {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
background: rgba(0, 0, 0, 0.3);
color: #FFFFFF;
text-align: center;
font-size: 1.7em;
line-height: 2em;
z-index: 1;
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease; }
.propertybox-featured .main-info {
padding: 20px 30px;
float: none;
display: table-cell; }
.propertybox-featured .main-info .title {
color: #333333;
font-size: 1.7em;
line-height: 1.5em;
font-family: "Scada", Arial, Helvetica, sans-serif;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.propertybox-featured .main-info .title:hover {
color: #50AEE6; }
.propertybox-featured .main-info .location {
font-family: "Scada", Arial, Helvetica, sans-serif;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.propertybox-featured .main-info .desc {
color: #aeaeae;
line-height: 20px;
margin: 15px 0;
height: 80px;
overflow: hidden;
font-family: "Open Sans", Arial, Helvetica, sans-serif; }
.propertybox-featured .main-info .bottom-sec .extra-info {
font-family: "Scada", Arial, Helvetica, sans-serif;
color: #aeaeae;
float: left; }
.propertybox-featured .main-info .bottom-sec .extra-info .value {
color: #50AEE6;
font-size: 2em;
display: inline-block;
margin-right: 5px; }
.propertybox-featured .main-info .bottom-sec .more-link {
margin-top: 15px;
float: right; }
.propertybox-featured:hover .inner-container {
background: #ededed; }
.propertybox-featured:hover .img-container {
border-color: #005588; }
.propertybox-featured:hover .img-container:before, .propertybox-featured:hover .img-container:after {
opacity: 1;
filter: alpha(opacity=100); }
.propertybox-featured:hover .img-container:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
.propertybox-featured:hover .price-box {
bottom: -50px; }
.propertybox-featured:hover .more-link {
background: #005588; }
.propertybox-featured:hover .more-link:after {
background: #005588; }
@media (max-width: 450px) {
.propertybox-featured .img-container, .propertybox-featured .main-info {
display: block;
width: 100%;
float: none; }
.propertybox-featured .img-container img {
position: initial;
left: 0;
top: 0;
-moz-transform: translateX(0) translateY(0);
-ms-transform: translateX(0) translateY(0);
-webkit-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0);
width: 100%; } }
#statistic-section {
padding: 50px 0 100px;
position: relative;
z-index: 1; }
#statistic-section:before {
display: block;
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: -1; }
#statistic-section .hsq-heading, #statistic-section .service-box-container .service-box .title, .service-box-container .service-box #statistic-section .title {
margin-bottom: 50px;
color: #FFFFFF; }
#statistic-section .statistic-box-container {
text-align: center; }
#statistic-section .statistic-box-container .statistic-box {
width: 20%;
padding: 20px;
float: left;
font-family: "Scada", Arial, Helvetica, sans-serif; }
@media (max-width: 992px) {
#statistic-section .statistic-box-container .statistic-box {
width: 31%;
float: none;
display: inline-block; } }
@media (max-width: 600px) {
#statistic-section .statistic-box-container .statistic-box {
width: 45%; } }
@media (max-width: 390px) {
#statistic-section .statistic-box-container .statistic-box {
width: 100%; } }
#statistic-section .statistic-box-container .statistic-box .inner-box {
width: 200px;
height: 200px;
text-align: center;
background: rgba(0, 0, 0, 0.7);
font-size: 1.4em;
padding-top: 50px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
position: relative;
z-index: 1;
display: inline-block; }
@media (max-width: 1200px) {
#statistic-section .statistic-box-container .statistic-box .inner-box {
width: 150px;
height: 150px;
font-size: 1.2em;
padding-top: 40px; } }
#statistic-section .statistic-box-container .statistic-box .inner-box:before, #statistic-section .statistic-box-container .statistic-box .inner-box:after {
content: '';
z-index: -1;
display: block;
position: absolute;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
#statistic-section .statistic-box-container .statistic-box .inner-box:before {
top: 0;
left: 0;
background: rgba(80, 174, 230, 0.9);
width: 100%;
height: 100%;
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9);
opacity: 0;
filter: alpha(opacity=0); }
#statistic-section .statistic-box-container .statistic-box .inner-box:after {
top: -4px;
left: -4px;
border: 2px solid rgba(0, 0, 0, 0.7);
width: calc(100% + 8px);
height: calc(100% + 8px); }
#statistic-section .statistic-box-container .statistic-box .inner-box:hover:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
filter: alpha(opacity=100); }
#statistic-section .statistic-box-container .statistic-box .inner-box:hover:after {
border-color: rgba(80, 174, 230, 0.9); }
#statistic-section .statistic-box-container .statistic-box .inner-box:hover .value {
color: #005588; }
#statistic-section .statistic-box-container .statistic-box .value {
color: #50AEE6;
font-size: 2em;
line-height: 1.5em;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
#statistic-section .statistic-box-container .statistic-box .text {
color: #FFFFFF;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
#top-agents {
padding: 50px 0 90px; }
#top-agents .hsq-heading, #top-agents .service-box-container .service-box .title, .service-box-container .service-box #top-agents .title {
margin-bottom: 70px; }
#top-agents img {
max-width: 100%; }
#top-agents .agent-box-container .agent-box {
padding: 0 20px; }
#top-agents .agent-box-container .agent-box .inner-container {
-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
#top-agents .agent-box-container .agent-box .img-container {
display: block;
position: relative;
overflow: hidden;
height: 240px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
#top-agents .agent-box-container .agent-box .img-container:before, #top-agents .agent-box-container .agent-box .img-container:after {
display: block;
position: absolute;
z-index: 1;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease; }
#top-agents .agent-box-container .agent-box .img-container:before {
content: "";
left: 0;
bottom: 0;
width: 105%;
height: 0;
background: rgba(255, 255, 255, 0.6); }
#top-agents .agent-box-container .agent-box .img-container:after {
font-family: "FontAwesome";
left: 50%;
top: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
color: #005588;
font-size: 2.7em; }
#top-agents .agent-box-container .agent-box .bott-sec {
background: #fafafa;
padding: 30px 60px 30px 30px;
position: relative;
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease; }
#top-agents .agent-box-container .agent-box .bott-sec .name {
font-size: 1.8em;
color: #333333;
display: block;
margin-bottom: 5px;
line-height: 1.1em;
font-family: "Scada", Arial, Helvetica, sans-serif;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
#top-agents .agent-box-container .agent-box .bott-sec .desc {
color: #aeaeae;
line-height: 20px;
margin: 15px 0;
height: 80px;
overflow: hidden;
font-family: "Open Sans", Arial, Helvetica, sans-serif; }
#top-agents .agent-box-container .agent-box .bott-sec .view-listing {
font-family: "Scada", Arial, Helvetica, sans-serif;
font-size: 1.2em;
color: #50AEE6;
position: relative;
padding-right: 10px;
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease; }
#top-agents .agent-box-container .agent-box .bott-sec .view-listing:before, #top-agents .agent-box-container .agent-box .bott-sec .view-listing:after {
display: block;
content: '';
position: absolute;
top: 50%;
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease; }
#top-agents .agent-box-container .agent-box .bott-sec .view-listing:before {
width: 10px;
height: 1px;
background: #50AEE6;
left: 100%; }
#top-agents .agent-box-container .agent-box .bott-sec .view-listing:after {
width: 0;
height: 0;
border-style: solid;
border-width: 4px 0 4px 7px;
border-color: transparent transparent transparent #50AEE6;
right: -17px;
margin-top: -3px; }
#top-agents .agent-box-container .agent-box .bott-sec .view-listing:hover {
color: #005588; }
#top-agents .agent-box-container .agent-box .bott-sec .social-icons {
position: absolute;
right: -17px;
top: 50%;
background: #50AEE6;
padding: 10px;
text-align: center;
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
#top-agents .agent-box-container .agent-box .bott-sec .social-icons:before {
display: block;
content: '';
position: absolute;
left: 0;
bottom: -2px;
width: 100%;
height: 1px;
background-color: #50AEE6;
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease; }
#top-agents .agent-box-container .agent-box .bott-sec .social-icons a {
color: #FFFFFF;
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
display: block;
margin-bottom: 20px; }
#top-agents .agent-box-container .agent-box .bott-sec .social-icons a:last-child {
margin-bottom: 0; }
#top-agents .agent-box-container .agent-box:hover .img-container {
border-color: #005588; }
#top-agents .agent-box-container .agent-box:hover .img-container:before, #top-agents .agent-box-container .agent-box:hover .img-container:after {
opacity: 1;
filter: alpha(opacity=100); }
#top-agents .agent-box-container .agent-box:hover .img-container:before {
height: 150%; }
#top-agents .agent-box-container .agent-box:hover .view-listing {
color: #005588; }
#top-agents .agent-box-container .agent-box:hover .view-listing:before {
background: #005588; }
#top-agents .agent-box-container .agent-box:hover .view-listing:after {
border-color: transparent transparent transparent #005588; }
#top-agents .agent-box-container .agent-box:hover .social-icons {
background: #005588; }
#top-agents .agent-box-container .agent-box:hover .social-icons:before {
background: #005588; }
#top-agents .owl-carousel {
margin-bottom: 70px; }
#top-agents .owl-carousel .owl-item {
padding-bottom: 1px; }
#top-agents .owl-controls {
bottom: -75px; }
#our-partners {
padding: 50px 0 110px;
background-color: #fafafa; }
#our-partners .hsq-heading, #our-partners .service-box-container .service-box .title, .service-box-container .service-box #our-partners .title {
margin-bottom: 70px; }
#our-partners img {
max-width: 100%; }
#our-partners .logo-container .client-logo {
padding: 0 15px;
text-align: center; }
#top-footer {
position: relative;
z-index: 1;
background: url("../img/top-footer-bg.jpg") center no-repeat;
background-size: cover; }
#top-footer:before {
display: block;
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
background: rgba(51, 51, 51, 0.8); }
#top-footer .inner-container {
padding: 90px 80px 110px; }
@media (max-width: 767px) {
#top-footer .inner-container {
padding: 60px 80px 90px; } }
@media (max-width: 450px) {
#top-footer .inner-container {
padding: 30px 20px 60px; } }
#top-footer h4 {
font-size: 1.8em;
color: #FFFFFF;
line-height: 3em; }
#top-footer .desc {
color: #c7c7c7;
line-height: 30px;
font-family: "Open Sans", Arial, Helvetica, sans-serif; }
#top-footer .widget-box {
padding: 0 40px; }
#top-footer .widget-box:first-child {
padding-left: 0; }
#top-footer .widget-box:last-child {
padding-right: 0; }
@media (max-width: 992px) {
#top-footer .widget-box {
padding: 0; } }
#top-footer #newsletter-form {
margin-top: 30px; }
#top-footer #newsletter-form .input-container {
width: 70%;
margin-right: 2%;
display: inline-block;
position: relative; }
#top-footer #newsletter-form .input-container:before {
display: none;
content: '';
position: absolute;
left: 0;
bottom: -2px;
width: 100%;
height: 1px;
background: rgba(255, 255, 255, 0.3); }
#top-footer #newsletter-form .input-container input[type="text"] {
background: rgba(255, 255, 255, 0.3);
border: 0;
padding: 10px 20px;
font-size: 14px;
width: 100%;
height: 40px; }
#top-footer #newsletter-form .input-container input[type="text"].placeholder {
color: #FFFFFF; }
#top-footer #newsletter-form .input-container input[type="text"]:-moz-placeholder {
color: #FFFFFF; }
#top-footer #newsletter-form .input-container input[type="text"]::-moz-placeholder {
color: #FFFFFF; }
#top-footer #newsletter-form .input-container input[type="text"]:-ms-input-placeholder {
color: #FFFFFF; }
#top-footer #newsletter-form .input-container input[type="text"]::-webkit-input-placeholder {
color: #FFFFFF; }
#top-footer #newsletter-form button {
width: 27%;
height: 40px;
vertical-align: top; }
@media (max-width: 1200px) {
#top-footer #newsletter-form button {
width: 26%; } }
#main-footer {
border-top: 3px solid #50AEE6;
background: #333333;
color: #aeaeae;
position: relative; }
#main-footer a {
color: #aeaeae;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
#main-footer a:hover {
color: #50AEE6; }
#main-footer .top-section {
padding: 90px 0; }
#main-footer .top-section .widgets:nth-child(3n) {
padding-right: 0; }
#main-footer .top-section .widgets:first-child, #main-footer .top-section .widgets:nth-child(4n) {
padding-left: 0; }
@media (max-width: 767px) {
#main-footer .top-section .widgets:nth-child(3n), #main-footer .top-section .widgets:first-child, #main-footer .top-section .widgets:nth-child(4n) {
padding: 0 15px; } }
#main-footer .top-section .widgets .logo-main-box {
color: #FFFFFF;
font-size: 28px;
margin-bottom: 30px; }
@media (max-width: 450px) {
#main-footer .top-section .widgets .logo-main-box {
padding-left: 0;
padding-right: 0; } }
@media (max-width: 450px) {
#main-footer .top-section .widgets .logo-main-box span {
display: inline-block; } }
#main-footer .top-section .widgets .logo-main-box span.bold {
margin-left: 0; }
#main-footer .top-section .widgets .logo-main-box .logo {
margin: 0 -3px 0 0;
background: none;
border: 2px solid #50AEE6; }
#main-footer .top-section .widgets .logo-main-box .logo:after {
border-color: #50AEE6 transparent transparent transparent;
bottom: -6px; }
#main-footer .top-section .widgets .logo-main-box .logo:before {
color: #FFFFFF;
left: 6px;
top: 1px; }
#main-footer .top-section .widgets h4.title {
font-size: 24px;
line-height: 2em;
color: #FFFFFF;
margin-bottom: 30px; }
#main-footer .top-section .widgets .desc {
line-height: 25px;
font-family: "Open Sans", Arial, Helvetica, sans-serif; }
#main-footer .top-section .widgets .tag-list {
margin: 0; }
#main-footer .top-section .widgets .tag-list:before, #main-footer .top-section .widgets .tag-list:after {
content: " ";
display: table; }
#main-footer .top-section .widgets .tag-list:after {
clear: both; }
#main-footer .top-section .widgets .tag-list li {
padding: 0;
margin: 0;
float: left; }
#main-footer .top-section .widgets .tag-list li a {
display: block;
line-height: 30px;
font-size: .9em;
border: 1px solid #50AEE6;
color: #FFFFFF;
padding: 0 20px;
background: none;
margin: 0 10px 10px 0;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
#main-footer .top-section .widgets .tag-list li a:hover {
background: #50AEE6; }
#main-footer .top-section .widgets .contact-info {
margin-bottom: 0; }
#main-footer .top-section .widgets .contact-info li {
border-left: 1px solid rgba(250, 250, 250, 0.2);
margin-left: 40px;
color: #FFFFFF;
padding-left: 15px;
position: relative;
line-height: 40px; }
#main-footer .top-section .widgets .contact-info li i {
position: absolute;
left: -30px;
top: 12px;
font-size: 1.2em;
color: #aeaeae; }
#main-footer .top-section .widgets .contact-info li.phone {
font-size: 1.1em;
color: #50AEE6; }
#main-footer .top-section .widgets .contact-info li.phone i {
color: #aeaeae; }
#main-footer .bott-section {
border-top: 1px solid rgba(250, 250, 250, 0.2);
line-height: 100px; }
@media (max-width: 767px) {
#main-footer .bott-section {
text-align: center; } }
#main-footer .bott-section .social-icons {
text-align: right;
font-size: 1.2em; }
@media (max-width: 767px) {
#main-footer .bott-section .social-icons ul {
text-align: center; } }
#go-up {
position: absolute;
left: 50%;
top: -22px;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
border: 3px solid #50AEE6;
width: 43px;
height: 43px;
background: #333333;
color: #50AEE6;
text-align: center;
line-height: 38px;
font-size: 1.2em;
cursor: pointer;
z-index: 1; }
#main-slider, #property-slider-section #property-main-slider, #main-slider-fullscreen {
width: 100%;
height: 100%;
margin: 0;
border-bottom: 3px solid #50AEE6; }
#main-slider .owl-controls, #property-slider-section #property-main-slider .owl-controls, #main-slider-fullscreen .owl-controls {
bottom: 50%;
width: 100%; }
#main-slider .owl-controls .owl-prev, #property-slider-section #property-main-slider .owl-controls .owl-prev, #main-slider .owl-controls .owl-next, #property-slider-section #property-main-slider .owl-controls .owl-next, #main-slider-fullscreen .owl-controls .owl-prev, #main-slider-fullscreen .owl-controls .owl-next {
width: 50px;
height: 50px;
text-indent: -999999px; }
#main-slider .owl-controls .owl-prev:before, #property-slider-section #property-main-slider .owl-controls .owl-prev:before, #main-slider .owl-controls .owl-next:before, #property-slider-section #property-main-slider .owl-controls .owl-next:before, #main-slider-fullscreen .owl-controls .owl-prev:before, #main-slider-fullscreen .owl-controls .owl-next:before {
font-size: 15px;
color: #50AEE6;
background: rgba(255, 255, 255, 0.9);
font-family: "Glyphicons Halflings";
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
width: 100%;
height: 100%;
line-height: 50px;
text-indent: 0;
text-align: center;
top: 0; }
#main-slider .owl-controls .owl-prev:after, #property-slider-section #property-main-slider .owl-controls .owl-prev:after, #main-slider .owl-controls .owl-next:after, #property-slider-section #property-main-slider .owl-controls .owl-next:after, #main-slider-fullscreen .owl-controls .owl-prev:after, #main-slider-fullscreen .owl-controls .owl-next:after {
display: none; }
#main-slider .owl-controls .owl-prev, #property-slider-section #property-main-slider .owl-controls .owl-prev, #main-slider-fullscreen .owl-controls .owl-prev {
left: 0; }
#main-slider .owl-controls .owl-prev:before, #property-slider-section #property-main-slider .owl-controls .owl-prev:before, #main-slider-fullscreen .owl-controls .owl-prev:before {
content: "\e079"; }
#main-slider .owl-controls .owl-next, #property-slider-section #property-main-slider .owl-controls .owl-next, #main-slider-fullscreen .owl-controls .owl-next {
right: 0; }
#main-slider .owl-controls .owl-next:before, #property-slider-section #property-main-slider .owl-controls .owl-next:before, #main-slider-fullscreen .owl-controls .owl-next:before {
content: "\e080"; }
#main-slider .img-container, #property-slider-section #property-main-slider .img-container, #main-slider-fullscreen .img-container {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center; }
#main-slider .img-container img, #property-slider-section #property-main-slider .img-container img, #main-slider-fullscreen .img-container img {
position: absolute;
left: 0;
top: 50%;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
#main-slider .items, #property-slider-section #property-main-slider .items, #main-slider-fullscreen .items {
height: 100%; }
#main-slider .owl-wrapper, #property-slider-section #property-main-slider .owl-wrapper, #main-slider-fullscreen .owl-wrapper {
width: 100% !important;
height: 450px !important;
left: 0 !important;
position: relative;
-moz-transform: translateX(0) !important;
-ms-transform: translateX(0) !important;
-webkit-transform: translateX(0) !important;
transform: translateX(0) !important; }
#main-slider .owl-item, #property-slider-section #property-main-slider .owl-item, #main-slider-fullscreen .owl-item {
position: absolute;
left: 0;
top: 0;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 2s ease;
-o-transition: all 2s ease;
transition: all 2s ease;
width: 100% !important;
height: 100% !important;
overflow: hidden; }
#main-slider .owl-item.active, #property-slider-section #property-main-slider .owl-item.active, #main-slider-fullscreen .owl-item.active {
opacity: 1;
filter: alpha(opacity=100); }
#main-slider .owl-item.active .slide-caption .first-sec, #property-slider-section #property-main-slider .owl-item.active .slide-caption .first-sec, #main-slider-fullscreen .owl-item.active .slide-caption .first-sec {
opacity: 1;
filter: alpha(opacity=100);
margin-bottom: 0; }
#main-slider .owl-item.active .slide-caption .sec-sec, #property-slider-section #property-main-slider .owl-item.active .slide-caption .sec-sec, #main-slider-fullscreen .owl-item.active .slide-caption .sec-sec {
opacity: 1;
filter: alpha(opacity=100);
margin-top: 0; }
#main-slider .slide-caption, #property-slider-section #property-main-slider .slide-caption, #main-slider-fullscreen .slide-caption {
position: absolute;
left: 50%;
top: 50%;
font-size: 3.2em;
line-height: 1.5em;
color: #FFFFFF;
z-index: 1;
width: 100%;
text-align: center;
font-family: "Scada", Arial, Helvetica, sans-serif;
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%); }
#main-slider .slide-caption .inner-container, #property-slider-section #property-main-slider .slide-caption .inner-container, #main-slider-fullscreen .slide-caption .inner-container {
display: inline-block; }
#main-slider .slide-caption .inner-container > div, #property-slider-section #property-main-slider .slide-caption .inner-container > div, #main-slider-fullscreen .slide-caption .inner-container > div {
padding: 0 20px;
float: left;
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
opacity: 0;
filter: alpha(opacity=0); }
@media (max-width: 992px) {
#main-slider .slide-caption .inner-container > div, #property-slider-section #property-main-slider .slide-caption .inner-container > div, #main-slider-fullscreen .slide-caption .inner-container > div {
float: none; } }
@media (max-width: 600px) {
#main-slider .slide-caption .inner-container > div, #property-slider-section #property-main-slider .slide-caption .inner-container > div, #main-slider-fullscreen .slide-caption .inner-container > div {
font-size: .7em; } }
#main-slider .slide-caption .first-sec, #property-slider-section #property-main-slider .slide-caption .first-sec, #main-slider-fullscreen .slide-caption .first-sec {
background: rgba(0, 85, 136, 0.7);
margin-bottom: 50px; }
#main-slider .slide-caption .sec-sec, #property-slider-section #property-main-slider .slide-caption .sec-sec, #main-slider-fullscreen .slide-caption .sec-sec {
background: rgba(80, 174, 230, 0.7);
margin-top: 50px; }
#top-properties img {
max-width: 100%; }
#top-properties .property-box {
position: relative;
z-index: 1;
text-align: center; }
@media (max-width: 767px) {
#top-properties .property-box {
margin-bottom: 30px; } }
@media (max-width: 600px) {
#top-properties .property-box {
float: none;
width: 100%;
left: 0; } }
#top-properties .property-box .img-container img {
border: 1px solid #fafafa; }
#top-properties .property-box .more-link {
padding: 0 40px;
margin-top: -15px; }
#top-properties .property-box .more-link:hover {
background: #005588; }
#top-properties .property-box .more-link:hover:after {
background: #005588; }
#top-properties .property-box .back-sec {
position: absolute;
text-align: left;
left: 0;
bottom: 0;
z-index: -1;
margin: 0 15px;
background: rgba(51, 51, 51, 0.8);
color: #FFFFFF;
padding: 30px;
width: calc(100% - 30px);
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
#top-properties .property-box .back-sec .p-title {
font-size: 1.4em;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #FFFFFF;
font-family: "Scada", Arial, Helvetica, sans-serif;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
#top-properties .property-box .back-sec .p-title:hover {
color: #50AEE6; }
#top-properties .property-box .back-sec .desc {
color: #b3b3b3;
font-size: .9em;
margin: 15px 0; }
#top-properties .property-box .back-sec .bott-sec .feature-list {
font-family: "Scada", Arial, Helvetica, sans-serif; }
#top-properties .property-box .back-sec .bott-sec .feature-list li {
white-space: nowrap;
color: #b3b3b3; }
#top-properties .property-box .back-sec .bott-sec .feature-list li > div {
display: inline-block; }
#top-properties .property-box .back-sec .bott-sec .feature-list li > div.title {
color: #FFFFFF;
width: 100px; }
#top-properties .property-box .back-sec .bott-sec .price {
margin-top: 23px;
color: #50AEE6;
font-size: 1.4em; }
#top-properties .property-box:hover .back-sec {
bottom: 100%;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible; }
.home-page-2 #top-properties {
margin-top: -90px; }
.breadcrumb-box {
padding: 170px 0;
position: relative;
font-family: "Scada", Arial, Helvetica, sans-serif; }
.breadcrumb-box #contact-map {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%; }
.breadcrumb-box .inner-container {
position: relative;
z-index: 1; }
.breadcrumb-box h1 {
float: left;
background: rgba(80, 174, 230, 0.8);
color: #FFFFFF;
padding: 0 30px;
line-height: 70px;
height: 70px;
margin: 0;
font-size: 2em; }
@media (max-width: 600px) {
.breadcrumb-box h1 {
float: none;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; } }
.breadcrumb-box .breadcrumb {
float: left;
background: rgba(0, 85, 136, 0.8);
color: #FFFFFF;
line-height: 70px;
height: 70px;
margin: 0;
padding: 0 30px;
font-size: .9em;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0; }
@media (max-width: 600px) {
.breadcrumb-box .breadcrumb {
float: none;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; } }
.breadcrumb-box .breadcrumb a {
color: #FFFFFF;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.breadcrumb-box .breadcrumb a:hover {
color: #50AEE6; }
.breadcrumb-box .breadcrumb ul li {
position: relative;
padding-right: 20px; }
.breadcrumb-box .breadcrumb ul li:after {
position: absolute;
right: 0;
top: 30px;
color: #50AEE6;
content: '/';
line-height: 10px; }
.breadcrumb-box .breadcrumb ul li:last-child {
padding-right: 0; }
.breadcrumb-box .breadcrumb ul li:last-child:after {
content: ''; }
.main-container .content-box {
padding-left: 0;
padding-right: 20px; }
@media (max-width: 767px) {
.main-container .content-box {
padding-right: 0; } }
.main-container aside {
padding: 70px 0 50px 20px; }
@media (max-width: 767px) {
.main-container aside {
padding-left: 0; } }
.main-container aside img {
max-width: 100%; }
.main-container aside .sidebar-box {
background: #fafafa;
padding: 10px 30px 30px;
margin-bottom: 40px; }
.main-container aside .sidebar-box:last-child {
margin-bottom: 0; }
.main-container aside .sidebar-box h3 {
display: block;
position: relative;
line-height: 2.5em;
font-size: 1.5em;
margin: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.main-container aside .sidebar-box h3:before, .main-container aside .sidebar-box h3:after {
display: block;
position: absolute;
left: 0;
content: "";
bottom: 0; }
.main-container aside .sidebar-box h3:before {
width: 100%;
height: 1px;
background: #d4d4d4; }
.main-container aside .sidebar-box h3:after {
width: 100px;
height: 1px;
background: #50AEE6; }
.main-container aside .sidebar-box .box-content {
margin-top: 20px; }
.main-container aside .sidebar-box .box-content.text-widget {
color: #aeaeae;
line-height: 25px; }
.main-container aside .sidebar-box .box-content .property-search-form .search-field {
margin-bottom: 15px;
padding: 5px 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.main-container aside .sidebar-box .box-content .property-search-form .search-field .select2-container .select2-choice {
background-color: #FFFFFF; }
.main-container aside .sidebar-box .box-content .property-search-form .search-field .btn, .main-container aside .sidebar-box .box-content .property-search-form .search-field #main-menu-handle {
line-height: 40px;
padding: 0 69px; }
@media (max-width: 1200px) {
.main-container aside .sidebar-box .box-content .property-search-form .search-field .btn, .main-container aside .sidebar-box .box-content .property-search-form .search-field #main-menu-handle {
padding: 0 30px; } }
@media (max-width: 992px) {
.main-container aside .sidebar-box .box-content .property-search-form .search-field .btn, .main-container aside .sidebar-box .box-content .property-search-form .search-field #main-menu-handle {
display: block;
width: 100%;
margin-bottom: 10px;
padding: 0; } }
.main-container aside .sidebar-box .box-content .property-search-form .search-field .btn.more-options, .main-container aside .sidebar-box .box-content .property-search-form .search-field .more-options#main-menu-handle {
background-color: #d4d4d4;
color: #333333;
padding: 0 17px; }
.main-container aside .sidebar-box .box-content .property-search-form .search-field .btn.more-options:after, .main-container aside .sidebar-box .box-content .property-search-form .search-field .more-options#main-menu-handle:after {
background-color: #d4d4d4; }
.main-container aside .sidebar-box .box-content .property-search-form .search-field .btn:hover, .main-container aside .sidebar-box .box-content .property-search-form .search-field #main-menu-handle:hover {
background-color: #005588;
color: #FFFFFF; }
.main-container aside .sidebar-box .box-content .property-search-form .search-field .btn:hover:after, .main-container aside .sidebar-box .box-content .property-search-form .search-field #main-menu-handle:hover:after {
background-color: #005588; }
.main-container aside .sidebar-box .box-content .property-search-form input[type="text"], .main-container aside .sidebar-box .box-content .property-search-form textarea, .main-container aside .sidebar-box .box-content .property-search-form .select2-container {
display: block;
width: 100%; }
.main-container aside .sidebar-box .box-content .property-search-form .advanced-search-sec {
display: none; }
.main-container aside .sidebar-box .box-content .property-search-form .advanced-search-sec .search-field {
margin-bottom: 0; }
.main-container aside .sidebar-box .box-content .property-search-form .advanced-search-sec .hsq-checkbox label {
line-height: 30px; }
.main-container aside .sidebar-box .box-content .property-search-form .advanced-search-sec .hsq-checkbox label span {
top: 3px; }
.main-container aside .sidebar-box .box-content .featured-properties {
padding-top: 10px; }
.main-container aside .sidebar-box .box-content .featured-properties .property-box a {
display: block;
background-color: #FFFFFF;
border-bottom: 1px solid #d4d4d4;
margin-bottom: 20px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.main-container aside .sidebar-box .box-content .featured-properties .property-box a:hover {
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
border-bottom-color: #50AEE6; }
.main-container aside .sidebar-box .box-content .featured-properties .property-box a:last-child {
margin-bottom: 0; }
.main-container aside .sidebar-box .box-content .featured-properties .property-box a span {
display: block; }
.main-container aside .sidebar-box .box-content .featured-properties .property-box a .img-container {
padding: 0;
position: relative;
min-height: 82px;
overflow: hidden; }
.main-container aside .sidebar-box .box-content .featured-properties .property-box a .img-container img {
top: 0;
left: 50%;
max-width: none;
position: absolute;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: auto;
height: 100%; }
.main-container aside .sidebar-box .box-content .featured-properties .property-box a .details {
padding: 10px 10px 10px 15px; }
.main-container aside .sidebar-box .box-content .featured-properties .property-box a .details .title {
font-size: 1.1em;
color: #333333;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-family: "Scada", Arial, Helvetica, sans-serif; }
.main-container aside .sidebar-box .box-content .featured-properties .property-box a .details .location {
color: #aeaeae;
font: 0.9em/22px "Scada", Arial, Helvetica, sans-serif;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.main-container aside .sidebar-box .box-content .featured-properties .property-box a .details .price {
font-size: 1.1em;
color: #50AEE6; }
.main-container aside .sidebar-box .box-content .widget_search .search-form {
background-color: #FFFFFF;
position: relative;
z-index: 1; }
.main-container aside .sidebar-box .box-content .widget_search .search-form:before, .main-container aside .sidebar-box .box-content .widget_search .search-form:after {
content: " ";
display: table; }
.main-container aside .sidebar-box .box-content .widget_search .search-form:after {
clear: both; }
.main-container aside .sidebar-box .box-content .widget_search .search-form label {
float: left;
width: 80%;
position: relative;
margin-bottom: 0; }
.main-container aside .sidebar-box .box-content .widget_search .search-form label > span {
display: none; }
.main-container aside .sidebar-box .box-content .widget_search .search-form label input {
border: 1px solid #d4d4d4;
border-bottom-color: #50AEE6;
background-color: #FFFFFF;
border-right: 0;
color: #50AEE6;
font-weight: normal;
padding: 0 10px;
width: 100%;
height: 40px; }
.main-container aside .sidebar-box .box-content .widget_search .search-form label input.placeholder {
color: #50AEE6; }
.main-container aside .sidebar-box .box-content .widget_search .search-form label input:-moz-placeholder {
color: #50AEE6; }
.main-container aside .sidebar-box .box-content .widget_search .search-form label input::-moz-placeholder {
color: #50AEE6; }
.main-container aside .sidebar-box .box-content .widget_search .search-form label input:-ms-input-placeholder {
color: #50AEE6; }
.main-container aside .sidebar-box .box-content .widget_search .search-form label input::-webkit-input-placeholder {
color: #50AEE6; }
.main-container aside .sidebar-box .box-content .widget_search .search-form label:after {
display: block;
content: "\f002";
font: 16px/20px "FontAwesome";
color: #50AEE6;
position: absolute;
right: -40px;
top: 9px;
z-index: -1; }
@media (max-width: 992px) {
.main-container aside .sidebar-box .box-content .widget_search .search-form label:after {
right: -20px; } }
@media (max-width: 767px) {
.main-container aside .sidebar-box .box-content .widget_search .search-form label:after {
right: -50px; } }
@media (max-width: 390px) {
.main-container aside .sidebar-box .box-content .widget_search .search-form label:after {
right: -30px; } }
.main-container aside .sidebar-box .box-content .widget_search .search-form .search-submit {
float: left;
border: 1px solid #d4d4d4;
border-bottom-color: #50AEE6;
border-left: 0;
background: transparent;
text-indent: -999999px;
overflow: hidden;
width: 20%;
height: 40px;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0; }
.main-container aside .sidebar-box .box-content .tagcloud a {
background: #FFFFFF;
padding: 5px 15px;
color: #333333;
border: 1px solid #d4d4d4;
border-bottom-color: #50AEE6;
display: inline-block;
margin: 0 3px 8px 0;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.main-container aside .sidebar-box .box-content .tagcloud a:hover {
background: #50AEE6;
border-color: #50AEE6;
color: #FFFFFF; }
.main-container aside .sidebar-box .box-content ul li {
line-height: 40px;
border-bottom: 1px solid #d9d9d9;
text-align: right;
color: #50AEE6; }
.main-container aside .sidebar-box .box-content ul li:last-child {
border-bottom: 0; }
.main-container aside .sidebar-box .box-content ul li a {
display: block;
float: left;
color: #005588; }
.main-container aside .sidebar-box .box-content ul li a:hover {
color: #50AEE6; }
.gallery-container {
padding: 30px 0 70px; }
.gallery-container img {
max-width: 100%; }
.gallery-container .image-main-box {
margin-top: 60px; }
.gallery-container .image-main-box li {
padding: 10px; }
@media (max-width: 600px) {
.gallery-container .image-main-box li {
float: none;
width: 100%; } }
.gallery-container .image-main-box li figure {
position: relative;
overflow: hidden; }
.gallery-container .image-main-box li figure a {
border-bottom: 3px solid #50AEE6;
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 2;
text-indent: -999999px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.gallery-container .image-main-box li figure a:before {
display: block;
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.8);
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.gallery-container .image-main-box li figure figcaption {
font-family: "Scada", Arial, Helvetica, sans-serif;
position: absolute;
left: 0;
top: 50px;
color: #005588;
border-left: 3px solid #50AEE6;
opacity: 0;
filter: alpha(opacity=0);
font-size: 1.5em;
padding: 10px 15px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-transition-delay: 0s;
transition-delay: 0s;
text-transform: uppercase;
font-weight: bold;
z-index: 2;
max-width: 95%;
line-height: 25px; }
.gallery-container .image-main-box li figure figcaption span {
font-weight: normal;
color: #50AEE6; }
.gallery-container .image-main-box li figure:hover a:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
filter: alpha(opacity=100); }
.gallery-container .image-main-box li figure:hover figcaption {
left: 50px;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
opacity: 1;
filter: alpha(opacity=100); }
body.four-cols .gallery-container .image-main-box li figure figcaption {
font-size: 1.2em;
top: 30px;
padding: 5px 10px; }
body.four-cols .gallery-container .image-main-box li figure figcaption span {
display: block; }
body.four-cols .gallery-container .image-main-box li figure:hover figcaption {
left: 30px; }
body.three-cols .gallery-container .image-main-box li figure figcaption {
font-size: 1.4em;
top: 30px; }
body.three-cols .gallery-container .image-main-box li figure figcaption span {
display: block; }
body.three-cols .gallery-container .image-main-box li figure:hover figcaption {
left: 30px; }
#video-tour-section {
margin: 50px auto 100px; }
#video-tour-section .desc {
line-height: 30px;
color: #bfbfbf;
padding: 0 120px;
text-align: center; }
@media (max-width: 767px) {
#video-tour-section .desc {
padding: 0 30px; } }
#video-tour-section iframe {
margin: 50px 0;
width: 100%;
height: 650px; }
@media (max-width: 992px) {
#video-tour-section iframe {
height: auto; } }
.descriptive-section {
max-width: 800px;
padding: 50px 0;
margin: 0 auto; }
.descriptive-section .content {
text-align: center;
color: #aeaeae;
line-height: 25px;
margin: 30px 0 10px; }
.service-box-container {
margin-bottom: 70px; }
.service-box-container .service-box .inner-container {
position: relative;
padding: 100px 40px 40px;
background-color: #fafafa;
margin: 80px 0 20px;
top: 0;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.service-box-container .service-box .inner-container:hover {
background-color: #fafafa;
top: -10px;
-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2); }
.service-box-container .service-box .inner-container:hover i {
background-color: #005588;
color: #FFFFFF;
-webkit-box-shadow: 0 0 0 3px #005588;
box-shadow: 0 0 0 3px #005588; }
.service-box-container .service-box i {
width: 140px;
height: 140px;
position: absolute;
left: 50%;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
top: -70px;
color: #50AEE6;
text-align: center;
line-height: 130px;
font-size: 4em;
background-color: #e1e1e1;
border: 2px solid #FFFFFF;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-box-shadow: 0 0 0 1px #e1e1e1;
box-shadow: 0 0 0 1px #e1e1e1; }
.service-box-container .service-box i:before {
font-size: inherit;
margin: 0; }
.service-box-container .service-box .title {
font-size: 1.4em;
line-height: 4em;
margin-bottom: 30px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.service-box-container .service-box .content {
font-family: "Open Sans", Arial, Helvetica, sans-serif;
color: #aeaeae;
line-height: 30px;
margin: 15px 0;
font-size: 14px; }
.testimonials-main-container {
padding: 50px 0 70px; }
.testimonials-main-container .subtitle {
color: #aeaeae;
line-height: 20px;
margin: 20px 0;
text-align: center;
font-size: 1.1em; }
.testimonials-main-container .testimonials-container .testimonials-box .inner-container {
position: relative;
padding: 80px 40px 40px;
background-color: #fafafa;
margin: 80px 0 40px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
@media (max-width: 600px) {
.testimonials-main-container .testimonials-container .testimonials-box .inner-container {
padding: 90px 30px 30px; } }
.testimonials-main-container .testimonials-container .testimonials-box .inner-container:hover {
background-color: #f2f2f2; }
.testimonials-main-container .testimonials-container .testimonials-box .inner-container:hover .client-img {
-webkit-box-shadow: 0 0 0 3px #50AEE6;
box-shadow: 0 0 0 3px #50AEE6; }
.testimonials-main-container .testimonials-container .testimonials-box .inner-container:hover .title-box .title {
background-color: #ededed; }
.testimonials-main-container .testimonials-container .testimonials-box .inner-container:hover blockquote:before, .testimonials-main-container .testimonials-container .testimonials-box .inner-container:hover blockquote:after {
color: #005588; }
.testimonials-main-container .testimonials-container .testimonials-box .client-img {
width: 140px;
height: 140px;
position: absolute;
left: 50%;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
top: -70px;
color: #50AEE6;
text-align: center;
border: 2px solid #FFFFFF;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-box-shadow: 0 0 0 1px #e1e1e1;
box-shadow: 0 0 0 1px #e1e1e1; }
.testimonials-main-container .testimonials-container .testimonials-box .client-img img {
max-width: 100%; }
.testimonials-main-container .testimonials-container .testimonials-box .title-box {
position: relative;
margin-bottom: 30px;
font-family: "Scada", Arial, Helvetica, sans-serif; }
.testimonials-main-container .testimonials-container .testimonials-box .title-box:before, .testimonials-main-container .testimonials-container .testimonials-box .title-box:after {
display: block;
position: absolute;
left: 0;
bottom: 0;
content: "";
max-width: 100%; }
.testimonials-main-container .testimonials-container .testimonials-box .title-box:before {
width: 100%;
height: 1px;
background: #d4d4d4; }
.testimonials-main-container .testimonials-container .testimonials-box .title-box:after {
width: 100px;
height: 1px;
background: #50AEE6; }
.testimonials-main-container .testimonials-container .testimonials-box .title-box .name {
font-size: 1.7em;
line-height: 2.2em; }
.testimonials-main-container .testimonials-container .testimonials-box .title-box .title {
float: right;
display: inline-block;
background-color: #fafafa;
color: #50AEE6;
position: relative;
top: -10px;
padding-left: 20px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.testimonials-main-container .testimonials-container .testimonials-box blockquote {
border: 0;
padding: 0;
margin: 40px;
color: #aeaeae;
line-height: 25px;
font-size: 1em;
position: relative; }
.testimonials-main-container .testimonials-container .testimonials-box blockquote:before, .testimonials-main-container .testimonials-container .testimonials-box blockquote:after {
display: block;
position: absolute;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.testimonials-main-container .testimonials-container .testimonials-box blockquote:before {
left: -30px;
top: -10px; }
.testimonials-main-container .testimonials-container .testimonials-box blockquote:after {
right: -30px;
bottom: -10px; }
body.testimonials .testimonials-main-container {
padding: 40px 0; }
body.testimonials .testimonials-main-container .subtitle {
margin-bottom: 50px; }
#login-form, #register-form {
width: 500px;
margin: 0 auto;
padding: 30px;
background: #FFFFFF;
border: 1px solid #e6e6e6; }
#login-form h2, #register-form h2 {
margin: 0 0 30px; }
#login-form form .search-fields, #register-form form .search-fields {
padding: 10px 0; }
#login-form form .search-fields input, #register-form form .search-fields input {
width: 100%; }
#login-form form .search-button-container, #register-form form .search-button-container {
padding-top: 10px; }
#login-form form .search-button-container button, #register-form form .search-button-container button {
width: 100%;
height: 40px; }
#login-form form .terms-condition, #register-form form .terms-condition {
padding: 10px 0; }
.home-page-3 #google-map {
width: 100vw;
height: calc(100vh - 198px);
position: fixed;
top: 98px;
left: 0;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.home-page-3 #property-search-container {
position: fixed;
left: 0;
bottom: 0;
margin-bottom: 0;
width: 100%;
border-top: 3px solid #50AEE6;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.home-page-3 #property-search-container .property-search-form {
border: 0;
position: initial;
padding: 30px 20px 5px;
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0); }
@media (max-width: 767px) {
.home-page-3 #property-search-container .property-search-form {
width: 100%;
margin: 0; } }
.home-page-3 #property-search-container .property-search-form .more-options {
bottom: calc(100% - 16px); }
.home-page-3.full-screen {
padding-top: 0; }
.home-page-3.full-screen #main-header {
top: -125px; }
.home-page-3.full-screen #google-map {
height: 100vh;
top: 0; }
.home-page-3.full-screen #property-search-container {
bottom: -200px; }
@media (max-width: 767px) {
.home-page-4 #property-search-container {
width: 100%; } }
body.property-listing-page .property-listing {
background-color: #FFFFFF; }
body.property-listing-page .property-listing .property-box .inner-box {
background-color: #fafafa; }
body.property-listing-page.grid .property-listing.boxed-view {
padding: 20px 0 40px; }
body.property-listing-page.grid.side-bar .property-listing.boxed-view {
padding: 70px 0 40px; }
body.property-listing-page.row-listing .property-listing {
margin-top: 25px; }
body.property-listing-page.row-listing .property-listing .row-view {
padding: 70px 0 40px; }
body.property-listing-page.row-listing .property-listing .property-box .img-container img {
height: auto;
width: 100%; }
body.property-listing-page.map .property-listing {
padding: 0; }
body.property-listing-page.map .property-listing .left-section {
max-height: calc(100vh - 98px);
overflow-y: scroll;
overflow-x: hidden;
padding: 0; }
body.property-listing-page.map .property-listing .left-section .property-search-form {
position: relative;
background: #fafafa;
width: 100%;
padding: 20px 30px 10px;
border-bottom: 1px solid #d4d4d4; }
body.property-listing-page.map .property-listing .left-section .property-search-form input[type="text"], body.property-listing-page.map .property-listing .left-section .property-search-form input[type="url"], body.property-listing-page.map .property-listing .left-section .property-search-form select, body.property-listing-page.map .property-listing .left-section .property-search-form textarea, body.property-listing-page.map .property-listing .left-section .property-search-form button, body.property-listing-page.map .property-listing .left-section .property-search-form .select2-container {
width: 100%;
display: block; }
body.property-listing-page.map .property-listing .left-section .property-search-form button {
height: 40px; }
body.property-listing-page.map .property-listing .left-section .property-search-form .search-field {
min-height: 45px;
margin-bottom: 10px;
padding: 0 5px; }
body.property-listing-page.map .property-listing .left-section .property-search-form .more-options {
height: 30px;
margin-top: 10px; }
body.property-listing-page.map .property-listing .left-section .property-search-form .main-search-sec, body.property-listing-page.map .property-listing .left-section .property-search-form .advanced-search-sec {
margin: 0 -5px; }
body.property-listing-page.map .property-listing .left-section .property-search-form .main-search-sec:before, body.property-listing-page.map .property-listing .left-section .property-search-form .main-search-sec:after, body.property-listing-page.map .property-listing .left-section .property-search-form .advanced-search-sec:before, body.property-listing-page.map .property-listing .left-section .property-search-form .advanced-search-sec:after {
content: " ";
display: table; }
body.property-listing-page.map .property-listing .left-section .property-search-form .main-search-sec:after, body.property-listing-page.map .property-listing .left-section .property-search-form .advanced-search-sec:after {
clear: both; }
body.property-listing-page.map .property-listing .left-section .property-search-form .advanced-search-sec {
display: none; }
body.property-listing-page.map .property-listing .left-section .property-container {
padding: 30px; }
body.property-listing-page.map .property-listing .left-section .property-container .property-box:first-child .inner-box, body.property-listing-page.map .property-listing .left-section .property-container .property-box:nth-child(2n+1) .inner-box {
margin: 0 15px 0 0; }
body.property-listing-page.map .property-listing .left-section .property-container .property-box:nth-child(2n) .inner-box {
margin: 0 0 0 15px; }
body.property-listing-page.map .property-listing .left-section .property-container .pagination-box {
margin: 20px 0; }
body.property-listing-page.map .property-listing .map-container {
padding: 0; }
body.property-listing-page.map .property-listing .map-container #map {
height: calc(100vh - 98px); }
.faq-section-container {
margin: 70px 0 50px; }
.faq-section-container h2 {
text-align: left; }
.faq-section-container h2:before, .faq-section-container h2:after {
left: 0;
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0); }
.faq-section-container .faq-main-container {
background: #fafafa;
padding: 40px;
margin: 40px 0; }
.faq-section-container .faq-main-container .faq-box {
margin-bottom: 20px; }
.faq-section-container .faq-main-container .faq-box:last-child {
margin-bottom: 0; }
.faq-section-container .faq-main-container .faq-box .title {
display: block;
position: relative;
line-height: 2.5em;
font-size: 1.2em;
margin: 0;
cursor: pointer;
padding-right: 40px; }
.faq-section-container .faq-main-container .faq-box .title:before, .faq-section-container .faq-main-container .faq-box .title:after {
display: block;
position: absolute;
left: 0;
content: "";
bottom: 0;
width: 100%;
height: 1px; }
.faq-section-container .faq-main-container .faq-box .title:before {
background: #d4d4d4; }
.faq-section-container .faq-main-container .faq-box .title:after {
width: 30%;
background: #50AEE6; }
.faq-section-container .faq-main-container .faq-box .title i {
position: absolute;
right: 15px;
top: 12px;
color: #50AEE6;
font-size: 1.2em; }
.faq-section-container .faq-main-container .faq-box .content {
color: #aeaeae;
line-height: 25px;
margin: 30px 30px 0;
display: none; }
body.not-found .not-found-container {
text-align: center;
max-width: 700px;
padding: 120px;
background: #fafafa;
margin: 80px auto; }
@media (max-width: 767px) {
body.not-found .not-found-container {
padding: 80px; } }
@media (max-width: 600px) {
body.not-found .not-found-container {
padding: 80px 40px; } }
body.not-found .not-found-container h2 {
margin: -30px 0 30px 0;
font-size: 3em;
line-height: 1.7em; }
@media (max-width: 600px) {
body.not-found .not-found-container h2 {
font-size: 2.5em; } }
body.not-found .not-found-container .subtitle {
color: #aeaeae;
line-height: 20px;
margin: 15px 0 30px;
font-size: 1.1em; }
body.not-found .not-found-container .searchbox-container .search-form {
background-color: #FFFFFF;
position: relative;
z-index: 1; }
body.not-found .not-found-container .searchbox-container .search-form:before, body.not-found .not-found-container .searchbox-container .search-form:after {
content: " ";
display: table; }
body.not-found .not-found-container .searchbox-container .search-form:after {
clear: both; }
body.not-found .not-found-container .searchbox-container .search-form label {
float: left;
width: 84%;
position: relative;
margin-bottom: 0; }
body.not-found .not-found-container .searchbox-container .search-form label > span {
display: none; }
body.not-found .not-found-container .searchbox-container .search-form label input {
border: 1px solid #d4d4d4;
border-bottom-color: #50AEE6;
background-color: #FFFFFF;
border-right: 0;
color: #50AEE6;
font-weight: normal;
padding: 0 10px;
width: 100%;
height: 40px; }
body.not-found .not-found-container .searchbox-container .search-form label input.placeholder {
color: #50AEE6; }
body.not-found .not-found-container .searchbox-container .search-form label input:-moz-placeholder {
color: #50AEE6; }
body.not-found .not-found-container .searchbox-container .search-form label input::-moz-placeholder {
color: #50AEE6; }
body.not-found .not-found-container .searchbox-container .search-form label input:-ms-input-placeholder {
color: #50AEE6; }
body.not-found .not-found-container .searchbox-container .search-form label input::-webkit-input-placeholder {
color: #50AEE6; }
body.not-found .not-found-container .searchbox-container .search-form label:after {
display: block;
content: "\f002";
font: 16px/20px "FontAwesome";
color: #50AEE6;
position: absolute;
right: -40px;
top: 9px;
z-index: -1; }
@media (max-width: 390px) {
body.not-found .not-found-container .searchbox-container .search-form label:after {
right: -30px; } }
body.not-found .not-found-container .searchbox-container .search-form .search-submit {
float: left;
border: 1px solid #d4d4d4;
border-bottom-color: #50AEE6;
border-left: 0;
background: transparent;
text-indent: -999999px;
overflow: hidden;
width: 16%;
height: 40px;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0; }
body.contact-us .breadcrumb-box {
padding: 180px 0 240px;
border-bottom: 3px solid #50AEE6; }
body.contact-us .breadcrumb-box .inner-container {
height: 0; }
.contact-info {
margin: 30px 0 70px; }
.contact-info .contact-info-box {
padding-left: 60px;
padding-right: 30px;
margin-bottom: 30px; }
@media (max-width: 992px) {
.contact-info .contact-info-box {
padding-right: 0; } }
.contact-info .contact-info-box:nth-child(3n) {
padding-right: 0; }
.contact-info .contact-info-box .inner-container {
position: relative;
padding: 20px 40px 20px 90px;
text-align: center;
background-color: #fafafa;
min-height: 80px;
display: table;
width: 100%; }
.contact-info .contact-info-box .inner-container i {
width: 120px;
height: 120px;
position: absolute;
left: -60px;
top: 50%;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #50AEE6;
text-align: center;
line-height: 115px;
font-size: 2.5em;
background-color: #ededed;
border: 2px solid #FFFFFF;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-box-shadow: 0 0 0 1px #ededed;
box-shadow: 0 0 0 1px #ededed; }
.contact-info .contact-info-box .inner-container i:after {
display: block;
content: '';
position: absolute;
left: 0;
top: 0;
z-index: -1;
background-color: #50AEE6;
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9);
opacity: 0;
filter: alpha(opacity=0);
width: 100%;
height: 100%;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.contact-info .contact-info-box .inner-container .value {
display: table-cell;
vertical-align: middle;
font-family: "Scada", Arial, Helvetica, sans-serif; }
.contact-info .contact-info-box .inner-container:hover i {
-webkit-box-shadow: 0 0 0 1px #50AEE6;
box-shadow: 0 0 0 1px #50AEE6;
color: #FFFFFF; }
.contact-info .contact-info-box .inner-container:hover i:after {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
filter: alpha(opacity=100); }
.contact-form {
background-color: #fafafa;
padding: 40px 50px;
margin-bottom: 90px; }
.contact-form .row {
margin-bottom: 20px; }
@media (max-width: 767px) {
.contact-form .row {
margin-bottom: 0; }
.contact-form .row .field-box {
margin-bottom: 20px; } }
.contact-form .row input, .contact-form .row textarea {
width: 100%; }
.contact-form .row.message {
margin: 0 -5px 20px; }
.contact-form .row.button-box {
margin: 0 -5px;
text-align: center; }
.contact-form .row .field-box {
padding: 0 10px; }
.contact-form .row textarea {
min-height: 150px; }
.contact-form .row button {
padding: 5px 70px; }
body.agents-page .agent-box-container, body.agent-details-page .agent-box-container {
padding-top: 40px; }
body.agents-page .agent-box-container .title-box, body.agent-details-page .agent-box-container .title-box {
text-align: center;
margin-bottom: 50px; }
body.agents-page .agent-box-container .title-box .subtitle, body.agent-details-page .agent-box-container .title-box .subtitle {
color: #aeaeae;
font-size: 1.1em;
line-height: 2.7em; }
@media (max-width: 450px) {
body.agents-page .agent-box, body.agent-details-page .agent-box {
width: 100%;
float: none; } }
body.agents-page .agent-box .bott-sec, body.agent-details-page .agent-box .bott-sec {
background-color: #fafafa; }
body.agents-page .agent-box .img-container, body.agent-details-page .agent-box .img-container {
height: auto; }
body.agents-page .agent-box .img-container img, body.agent-details-page .agent-box .img-container img {
position: initial;
-moz-transform: translateX(0) translateY(0);
-ms-transform: translateX(0) translateY(0);
-webkit-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0); }
body.agents-page .pagination-box, body.agent-details-page .pagination-box {
margin: 30px 0 60px; }
body.agent-details-page .agent-box {
margin: 30px 0; }
body.agent-details-page .agent-box .inner-container {
display: table; }
body.agent-details-page .agent-box .inner-container .bott-sec, body.agent-details-page .agent-box .inner-container .img-container {
display: table-cell;
float: none;
vertical-align: top; }
@media (max-width: 600px) {
body.agent-details-page .agent-box .inner-container .bott-sec, body.agent-details-page .agent-box .inner-container .img-container {
display: block;
width: 100%; } }
body.agent-details-page .agent-box .inner-container .img-container {
padding: 0; }
body.agent-details-page .agent-box .inner-container .img-container:after {
display: none; }
body.agent-details-page .agent-box .inner-container .img-container img {
position: absolute;
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
max-width: none;
height: 100%; }
@media (min-width: 1200px) {
body.agent-details-page .agent-box .inner-container .img-container img {
height: auto;
width: 100%; } }
@media (max-width: 600px) {
body.agent-details-page .agent-box .inner-container .img-container img {
position: initial;
-moz-transform: translateX(0) translateY(0);
-ms-transform: translateX(0) translateY(0);
-webkit-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0);
height: auto;
width: 100%; } }
body.agent-details-page .agent-box .inner-container .bott-sec {
padding: 30px 100px 30px 40px; }
body.agent-details-page .agent-box .inner-container .bott-sec .name {
font-size: 2em;
font-family: "Scada", Arial, Helvetica, sans-serif; }
body.agent-details-page .agent-box .inner-container .bott-sec .desc {
height: auto;
overflow: visible;
line-height: 25px; }
body.agent-details-page .agent-box .inner-container .bott-sec .social-icons {
right: 35px; }
body.agent-details-page .property-listing-container {
margin-bottom: 30px; }
body.agent-details-page .propertybox-featured {
padding: 0 15px; }
body.agent-details-page .propertybox-featured:nth-child(2n) {
padding-right: 0; }
body.agent-details-page .propertybox-featured:first-child, body.agent-details-page .propertybox-featured:nth-child(2n+1) {
padding-left: 0; }
@media (max-width: 992px) {
body.agent-details-page .propertybox-featured {
padding: 0; } }
.agent-box {
margin-bottom: 30px; }
.agent-box img {
max-width: 100%; }
.agent-box:last-child {
margin-bottom: 0; }
.agent-box .inner-container {
background-color: #FFFFFF; }
.agent-box .img-container {
display: block;
position: relative;
overflow: hidden;
height: 160px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.agent-box .img-container:before, .agent-box .img-container:after {
display: block;
position: absolute;
z-index: 1;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease; }
.agent-box .img-container:before {
content: "";
left: 0;
bottom: 0;
width: 105%;
height: 0;
background: rgba(255, 255, 255, 0.6); }
.agent-box .img-container:after {
font-family: "FontAwesome";
left: 50%;
top: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
color: #005588;
font-size: 2.7em; }
.agent-box .img-container img {
position: absolute;
left: 50%;
top: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%); }
.agent-box .bott-sec {
background: #FFFFFF;
padding: 30px;
position: relative;
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease; }
.agent-box .bott-sec .name {
font-size: 1.5em;
color: #333333;
display: block;
margin-bottom: 15px;
line-height: 1.1em;
font-family: "Scada", Arial, Helvetica, sans-serif;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.agent-box .bott-sec .desc {
color: #aeaeae;
line-height: 20px;
margin: 15px 0 20px;
height: 80px;
overflow: hidden; }
.agent-box .bott-sec .view-listing {
font-size: 1.1em;
color: #50AEE6;
position: relative;
padding-right: 10px;
font-family: "Scada", Arial, Helvetica, sans-serif;
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease; }
.agent-box .bott-sec .view-listing:before, .agent-box .bott-sec .view-listing:after {
display: block;
content: '';
position: absolute;
top: 50%;
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease; }
.agent-box .bott-sec .view-listing:before {
width: 10px;
height: 1px;
background: #50AEE6;
left: 100%; }
.agent-box .bott-sec .view-listing:after {
width: 0;
height: 0;
border-style: solid;
border-width: 4px 0 4px 7px;
border-color: transparent transparent transparent #50AEE6;
right: -17px;
margin-top: -3px; }
.agent-box .bott-sec .view-listing:hover {
color: #005588; }
.agent-box .bott-sec .social-icons {
position: absolute;
right: -17px;
top: 50%;
background: #50AEE6;
padding: 10px;
text-align: center;
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.agent-box .bott-sec .social-icons:before {
display: block;
content: '';
position: absolute;
left: 0;
bottom: -2px;
width: 100%;
height: 1px;
background-color: #50AEE6;
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease; }
.agent-box .bott-sec .social-icons a {
color: #FFFFFF;
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
display: block;
margin-bottom: 20px; }
.agent-box .bott-sec .social-icons a:last-child {
margin-bottom: 0; }
.agent-box:hover .img-container {
border-color: #005588; }
.agent-box:hover .img-container:before, .agent-box:hover .img-container:after {
opacity: 1;
filter: alpha(opacity=100); }
.agent-box:hover .img-container:before {
height: 150%; }
.agent-box:hover .view-listing {
color: #005588; }
.agent-box:hover .view-listing:before {
background: #005588; }
.agent-box:hover .view-listing:after {
border-color: transparent transparent transparent #005588; }
.agent-box:hover .social-icons {
background: #005588; }
.agent-box:hover .social-icons:before {
background: #005588; }
body.home-page-4 #main-slider-fullscreen .owl-wrapper {
height: calc(100vh - 131px) !important; }
body.home-page-4 #property-search-container {
position: absolute;
left: 50%;
top: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%); }
body.home-page-4 #property-search-container .property-search-form {
background-color: rgba(255, 255, 255, 0.8);
padding: 19px 15px 0;
border: 0; }
body.home-page-4 #property-search-container .property-search-form .search-field {
padding: 0 5px; }
body.home-page-4 #property-search-container .property-search-form input[type="text"], body.home-page-4 #property-search-container .property-search-form input[type="url"], body.home-page-4 #property-search-container .property-search-form select, body.home-page-4 #property-search-container .property-search-form textarea, body.home-page-4 #property-search-container .property-search-form .select2-container .select2-choice {
background: rgba(255, 255, 255, 0.8);
border: 1px solid transparent;
border-bottom-color: #50AEE6;
color: #000000; }
body.home-page-4 #property-search-container .property-search-form input[type="text"].placeholder, body.home-page-4 #property-search-container .property-search-form input[type="url"].placeholder, body.home-page-4 #property-search-container .property-search-form select.placeholder, body.home-page-4 #property-search-container .property-search-form textarea.placeholder, body.home-page-4 #property-search-container .property-search-form .select2-container .select2-choice.placeholder {
color: #000000; }
body.home-page-4 #property-search-container .property-search-form input[type="text"]:-moz-placeholder, body.home-page-4 #property-search-container .property-search-form input[type="url"]:-moz-placeholder, body.home-page-4 #property-search-container .property-search-form select:-moz-placeholder, body.home-page-4 #property-search-container .property-search-form textarea:-moz-placeholder, body.home-page-4 #property-search-container .property-search-form .select2-container .select2-choice:-moz-placeholder {
color: #000000; }
body.home-page-4 #property-search-container .property-search-form input[type="text"]::-moz-placeholder, body.home-page-4 #property-search-container .property-search-form input[type="url"]::-moz-placeholder, body.home-page-4 #property-search-container .property-search-form select::-moz-placeholder, body.home-page-4 #property-search-container .property-search-form textarea::-moz-placeholder, body.home-page-4 #property-search-container .property-search-form .select2-container .select2-choice::-moz-placeholder {
color: #000000; }
body.home-page-4 #property-search-container .property-search-form input[type="text"]:-ms-input-placeholder, body.home-page-4 #property-search-container .property-search-form input[type="url"]:-ms-input-placeholder, body.home-page-4 #property-search-container .property-search-form select:-ms-input-placeholder, body.home-page-4 #property-search-container .property-search-form textarea:-ms-input-placeholder, body.home-page-4 #property-search-container .property-search-form .select2-container .select2-choice:-ms-input-placeholder {
color: #000000; }
body.home-page-4 #property-search-container .property-search-form input[type="text"]::-webkit-input-placeholder, body.home-page-4 #property-search-container .property-search-form input[type="url"]::-webkit-input-placeholder, body.home-page-4 #property-search-container .property-search-form select::-webkit-input-placeholder, body.home-page-4 #property-search-container .property-search-form textarea::-webkit-input-placeholder, body.home-page-4 #property-search-container .property-search-form .select2-container .select2-choice::-webkit-input-placeholder {
color: #000000; }
body.home-page-4 #property-search-container .property-search-form .select2-dropdown-open .select2-choice {
border-color: #50AEE6; }
body.home-page-4 #property-search-container .property-search-form .advanced-search-sec .hsq-checkbox label {
color: #000000; }
body.home-page-4 #property-search-container .property-search-form .advanced-search-sec .hsq-checkbox label span {
background: rgba(255, 255, 255, 0.8); }
body.home-page-4 #property-search-container .property-search-form .more-options {
bottom: -30px;
line-height: 30px;
padding: 0 20px;
height: 30px; }
body.home-page-4 #property-search-container .property-search-form .more-options i {
margin-left: 0;
font-size: 1em; }
body.home-page-4 #property-search-container .property-search-form .select2-container .select2-choice {
line-height: 40px; }
body.home-page-4 #property-search-container .property-search-form.opened .more-options i {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg); }
body.home-page-4 .owl-controls {
bottom: 5% !important;
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0); }
body.home-page-4 .select2-drop {
background: rgba(255, 255, 255, 0.8); }
body.home-page-4 .select2-drop input[type="text"] {
background-color: rgba(255, 255, 255, 0.8);
border-bottom-color: #50AEE6;
color: #000000; }
body.home-page-4 .select2-drop input[type="text"].placeholder {
color: #000000; }
body.home-page-4 .select2-drop input[type="text"]:-moz-placeholder {
color: #000000; }
body.home-page-4 .select2-drop input[type="text"]::-moz-placeholder {
color: #000000; }
body.home-page-4 .select2-drop input[type="text"]:-ms-input-placeholder {
color: #000000; }
body.home-page-4 .select2-drop input[type="text"]::-webkit-input-placeholder {
color: #000000; }
body.home-page-4 .select2-drop .select2-results .select2-no-results {
background: none; }
body.home-page-4 .select2-drop .select2-results li {
color: #000000; }
body.home-page-4 .select2-drop .select2-results li.select2-highlighted {
background: #50AEE6;
color: #FFFFFF; }
body.blog img {
max-width: 100%; }
body.blog .content-box {
padding: 70px 20px 0 0; }
@media (max-width: 767px) {
body.blog aside {
padding-top: 0; } }
body.blog .post-container .post-box {
background: #fafafa;
margin-bottom: 40px; }
body.blog .post-container .post-box .post-img-box {
position: relative;
overflow: hidden;
display: block;
border-bottom: 3px solid #50AEE6;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
body.blog .post-container .post-box .post-img-box:before, body.blog .post-container .post-box .post-img-box:after {
display: block;
position: absolute;
z-index: 1;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease; }
body.blog .post-container .post-box .post-img-box:before {
content: "";
left: 0;
bottom: 0;
width: 105%;
height: 0;
background: rgba(255, 255, 255, 0.6); }
body.blog .post-container .post-box .post-img-box:after {
font-family: "FontAwesome";
left: 50%;
top: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
color: #005588;
font-size: 2.7em; }
body.blog .post-container .post-box .post-img-box img {
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease; }
body.blog .post-container .post-box .post-img-box:hover:before, body.blog .post-container .post-box .post-img-box:hover:after {
opacity: 1;
filter: alpha(opacity=100); }
body.blog .post-container .post-box .post-img-box:hover:before {
height: 150%; }
body.blog .post-container .post-box .post-img-box:hover img {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05); }
body.blog .post-container .post-box .post-bott-sec {
padding: 40px; }
@media (max-width: 600px) {
body.blog .post-container .post-box .post-bott-sec {
padding: 30px; } }
body.blog .post-container .post-box .post-bott-sec .post-title-box {
display: block;
position: relative;
line-height: 3em;
font-size: 1.7em;
margin-bottom: 20px; }
body.blog .post-container .post-box .post-bott-sec .post-title-box:before, body.blog .post-container .post-box .post-bott-sec .post-title-box:after {
display: block;
position: absolute;
left: 0;
content: "";
bottom: 0; }
body.blog .post-container .post-box .post-bott-sec .post-title-box:before {
width: 100%;
height: 1px;
background: #d4d4d4; }
body.blog .post-container .post-box .post-bott-sec .post-title-box:after {
width: 50%;
height: 1px;
background: #50AEE6; }
body.blog .post-container .post-box .post-bott-sec .post-title-box .post-title {
font-family: "Scada", Arial, Helvetica, sans-serif;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
body.blog .post-container .post-box .post-bott-sec .post-meta {
color: #bababa; }
body.blog .post-container .post-box .post-bott-sec .post-meta a {
color: #bababa;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
body.blog .post-container .post-box .post-bott-sec .post-meta a:hover {
color: #50AEE6; }
body.blog .post-container .post-box .post-bott-sec .post-meta > div {
display: inline-block;
margin-right: 20px;
position: relative;
padding-right: 25px; }
body.blog .post-container .post-box .post-bott-sec .post-meta > div:after {
display: block;
content: '/';
color: #50AEE6;
position: absolute;
right: 0;
top: 0; }
body.blog .post-container .post-box .post-bott-sec .post-meta > div:last-child {
margin-right: 0; }
body.blog .post-container .post-box .post-bott-sec .post-meta > div:last-child:after {
display: none; }
body.blog .post-container .post-box .post-bott-sec .post-desc {
color: #aeaeae;
line-height: 25px;
margin: 25px 0 30px; }
body.blog .post-container .post-box .post-bott-sec .post-desc blockquote {
background: #FFFFFF;
border-color: #50AEE6;
border-width: 3px;
font-size: 15px;
padding: 20px 20px; }
body.blog .post-container .post-box .post-bott-sec .read-more-container .read-more {
padding: 3px 35px; }
body.blog .post-container .post-box .post-bott-sec .post-tags {
padding: 15px 0 10px;
border-top: 1px solid #d4d4d4;
border-bottom: 1px solid #d4d4d4; }
body.blog .post-container .post-box .post-bott-sec .post-tags ul li a {
background: #FFFFFF;
padding: 5px 15px;
color: #333333;
border: 1px solid #d4d4d4;
border-bottom-color: #50AEE6;
display: inline-block;
margin: 0 3px 8px 0;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
body.blog .post-container .post-box .post-bott-sec .post-tags ul li a:hover {
background: #50AEE6;
border-color: #50AEE6;
color: #FFFFFF; }
body.blog .post-container .post-box .post-bott-sec .comments-container {
margin: 30px 00; }
body.blog .post-container .post-box .post-bott-sec .comments-container h3 {
font-size: 1.7em;
line-height: 2.5em;
margin: 0 0 40px;
position: relative;
display: inline-block; }
body.blog .post-container .post-box .post-bott-sec .comments-container h3:before, body.blog .post-container .post-box .post-bott-sec .comments-container h3:after {
display: block;
position: absolute;
left: 0;
content: "";
bottom: 0; }
body.blog .post-container .post-box .post-bott-sec .comments-container h3:before {
width: 100%;
height: 1px;
background: #d4d4d4; }
body.blog .post-container .post-box .post-bott-sec .comments-container h3:after {
width: 50%;
height: 1px;
background: #50AEE6; }
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box {
padding: 30px 30px 30px 90px;
margin: 0 0 30px 140px;
background: #FFFFFF;
position: relative; }
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box:before, body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box:after {
content: " ";
display: table; }
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box:after {
clear: both; }
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box:last-child {
margin-bottom: 0; }
@media (max-width: 600px) {
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box {
padding: 90px 30px 30px 30px;
margin-left: 30px;
margin-top: 80px; } }
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box:first-child {
margin-left: 70px; }
@media (max-width: 992px) {
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box:first-child {
margin-left: 50px; } }
@media (max-width: 600px) {
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box:first-child {
margin-left: 0; } }
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box .user-img {
overflow: hidden;
width: 125px;
height: 125px;
position: absolute;
left: -60px;
top: 50%;
margin-right: 30px;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
background-color: #ededed;
border: 2px solid #FFFFFF;
-webkit-box-shadow: 0 0 0 3px #ededed;
box-shadow: 0 0 0 3px #ededed; }
@media (max-width: 600px) {
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box .user-img {
left: 50%;
top: -60px;
-moz-transform: translateX(-50%) translateY(0);
-ms-transform: translateX(-50%) translateY(0);
-webkit-transform: translateX(-50%) translateY(0);
transform: translateX(-50%) translateY(0); } }
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box .user-img img {
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
max-width: 100%; }
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box .comment-info {
margin: 15px 0; }
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box .comment-info .user-name {
font-size: 1.5em;
color: #50AEE6;
display: inline-block;
font-family: "Scada", Arial, Helvetica, sans-serif; }
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box .comment-info .user-name span {
color: #005588; }
@media (max-width: 600px) {
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box .comment-info .user-name {
display: block;
margin-bottom: 20px;
text-align: center; } }
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box .comment-info .comment-date {
margin-left: 20px;
color: #cccccc;
font-size: 12px;
display: inline-block; }
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box .comment-info .reply {
float: right;
color: #cccccc;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box .comment-info .reply:hover {
color: #50AEE6; }
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box .comment-text {
color: #b3b3b3;
line-height: 25px; }
body.blog .post-container .post-box .post-bott-sec .comment-form-container {
padding: 30px 30px 10px;
margin: 80px 0 0;
background: #FFFFFF; }
@media (max-width: 600px) {
body.blog .post-container .post-box .post-bott-sec .comment-form-container {
margin: 80px 0 30px; } }
body.blog .post-container .post-box .post-bott-sec .comment-form-container h3 {
font-size: 1.7em;
line-height: 2.5em;
margin: 0 0 40px;
position: relative;
display: inline-block; }
body.blog .post-container .post-box .post-bott-sec .comment-form-container h3:before, body.blog .post-container .post-box .post-bott-sec .comment-form-container h3:after {
display: block;
position: absolute;
left: 0;
content: "";
bottom: 0; }
body.blog .post-container .post-box .post-bott-sec .comment-form-container h3:before {
width: 100%;
height: 1px;
background: #d4d4d4; }
body.blog .post-container .post-box .post-bott-sec .comment-form-container h3:after {
width: 50%;
height: 1px;
background: #50AEE6; }
body.blog .post-container .post-box .post-bott-sec .comment-form-container > .desc {
color: #b3b3b3; }
body.blog .post-container .post-box .post-bott-sec .comment-form-container .comment-form {
padding: 40px 0 20px; }
body.blog .post-container .post-box .post-bott-sec .comment-form-container .comment-form input[type="text"], body.blog .post-container .post-box .post-bott-sec .comment-form-container .comment-form input[type="email"], body.blog .post-container .post-box .post-bott-sec .comment-form-container .comment-form input[type="tel"], body.blog .post-container .post-box .post-bott-sec .comment-form-container .comment-form input[type="url"], body.blog .post-container .post-box .post-bott-sec .comment-form-container .comment-form textarea {
width: 100%; }
body.blog .post-container .post-box .post-bott-sec .comment-form-container .comment-form .field-row {
margin: 0 0 20px; }
body.blog .post-container .post-box .post-bott-sec .comment-form-container .comment-form .field-row:last-child {
margin-bottom: 0;
text-align: center; }
body.blog .post-container .post-box .post-bott-sec .comment-form-container .comment-form textarea {
height: 150px; }
body.blog .post-container .post-box .post-bott-sec .comment-form-container .comment-form button {
padding: 5px 70px; }
body.blog.left-sidebar .content-box {
padding: 70px 0 0 20px; }
@media (max-width: 767px) {
body.blog.left-sidebar .content-box {
padding-top: 0; } }
body.blog.left-sidebar aside {
padding: 70px 20px 50px 0; }
body.property-details .content-box {
padding: 70px 10px 50px 0; }
@media (max-width: 992px) {
body.property-details .content-box {
padding-right: 0; }
body.property-details .content-box .left-sec, body.property-details .content-box .right-sec {
padding: 0; }
body.property-details .content-box .left-sec {
margin-bottom: 30px; } }
body.property-details .content-box .left-sec {
padding-left: 0; }
body.property-details .content-box .left-sec .information-box h3 {
display: block; }
body.property-details .content-box .right-sec {
padding-right: 0; }
body.property-details .content-box > .b-sec {
clear: both;
margin-top: 30px; }
body.property-details .content-box > .b-sec .related-properties {
padding-bottom: 10px; }
body.property-details .content-box > .b-sec .property-listing {
padding-top: 10px;
padding-bottom: 0; }
body.property-details .content-box > .b-sec .property-listing .property-box:nth-child(2n+1) .inner-box, body.property-details .content-box > .b-sec .property-listing .property-box:first-child .inner-box {
margin-left: 0; }
body.property-details .content-box > .b-sec .property-listing .property-box:nth-child(2n) .inner-box {
margin-right: 0; }
body.property-details .content-box .information-box {
background: #fafafa;
padding: 10px 30px 30px;
margin-bottom: 40px; }
body.property-details .content-box .information-box:last-child {
margin-bottom: 0; }
body.property-details .content-box .information-box h3 {
display: inline-block;
position: relative;
line-height: 2.5em;
font-size: 1.5em;
margin: 0;
padding-right: 30px; }
body.property-details .content-box .information-box h3:before, body.property-details .content-box .information-box h3:after {
display: block;
position: absolute;
left: 0;
content: "";
bottom: 0; }
body.property-details .content-box .information-box h3:before {
width: 100%;
height: 1px;
background: #d4d4d4; }
body.property-details .content-box .information-box h3:after {
width: 40%;
height: 1px;
background: #50AEE6; }
body.property-details .content-box .information-box .box-content {
margin-top: 20px; }
body.property-details .content-box .information-box .box-content .image-main-box li {
padding: 10px; }
@media (max-width: 600px) {
body.property-details .content-box .information-box .box-content .image-main-box li {
float: none;
width: 100%; } }
body.property-details .content-box .information-box .box-content .image-main-box li figure {
position: relative;
overflow: hidden; }
body.property-details .content-box .information-box .box-content .image-main-box li figure a {
border: 1px solid #ededed;
border-bottom: 3px solid #50AEE6;
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 2;
text-indent: -999999px; }
body.property-details .content-box .information-box .box-content .image-main-box img {
max-width: 100%; }
body.property-details .content-box .main-info-box .t-sec {
font-family: "Scada", Arial, Helvetica, sans-serif;
line-height: 30px;
margin-bottom: 20px; }
body.property-details .content-box .main-info-box .t-sec .left-sec .main-info-li li > div {
display: inline-block; }
body.property-details .content-box .main-info-box .t-sec .left-sec .main-info-li li .title {
min-width: 140px;
color: #7b7b7b; }
body.property-details .content-box .main-info-box .t-sec .left-sec .main-info-li li .value {
font-weight: bold;
color: #333333; }
body.property-details .content-box .main-info-box .t-sec .right-sec {
text-align: center; }
body.property-details .content-box .main-info-box .t-sec .right-sec .price {
font-size: 2em;
color: #50AEE6;
display: block;
margin: 10px 0 3px; }
body.property-details .content-box .main-info-box .t-sec .right-sec .price-type {
color: #aeaeae;
font-size: .9em; }
body.property-details .content-box .main-info-box .b-sec {
color: #aeaeae;
line-height: 25px; }
.features-box li {
padding: 0 0 0 30px;
position: relative;
color: #aeaeae;
line-height: 30px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.features-box li:before {
display: block;
position: absolute;
left: 0;
top: 5px;
color: #d4d4d4;
width: 17px;
height: 17px;
line-height: 16px;
font-size: .7em;
text-align: center;
background-color: #ededed;
border: 1px solid #FFFFFF;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 1px #ededed;
box-shadow: 0 0 0 1px #ededed; }
.features-box li.active {
color: #333333; }
.features-box li.active:before {
color: #50AEE6; }
.neighborhood-container .neighborhood-box {
margin-bottom: 15px; }
.neighborhood-container .neighborhood-box:nth-child(2n), .neighborhood-container .neighborhood-box:first-child {
padding-right: 0;
padding-left: 5px; }
.neighborhood-container .neighborhood-box:nth-child(2n-1) {
padding-left: 0;
padding-right: 5px; }
@media (max-width: 992px) {
.neighborhood-container .neighborhood-box {
padding: 0 !important; }
.neighborhood-container .neighborhood-box:last-child {
margin-bottom: 0; } }
.neighborhood-container .neighborhood-box .btn-group {
width: 100%; }
.neighborhood-container .neighborhood-box .btn-group .btn, .neighborhood-container .neighborhood-box .btn-group #main-menu-handle {
border: 1px solid #ededed;
background-color: #FFFFFF;
color: #333333;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding: 0 5px;
height: 35px;
cursor: default; }
.neighborhood-container .neighborhood-box .btn-group .btn:first-child, .neighborhood-container .neighborhood-box .btn-group #main-menu-handle:first-child {
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px; }
.neighborhood-container .neighborhood-box .btn-group .btn:last-child, .neighborhood-container .neighborhood-box .btn-group #main-menu-handle:last-child {
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px; }
.neighborhood-container .neighborhood-box .btn-group .btn.title, .neighborhood-container .neighborhood-box .btn-group .title#main-menu-handle {
width: 60%;
text-align: left;
padding: 0 10px; }
.neighborhood-container .neighborhood-box .btn-group .btn.value, .neighborhood-container .neighborhood-box .btn-group .value#main-menu-handle {
width: 25%;
font-size: .9em;
color: #50AEE6; }
.neighborhood-container .neighborhood-box .btn-group .btn.icon, .neighborhood-container .neighborhood-box .btn-group .icon#main-menu-handle {
width: 15%;
color: #005588;
font-size: .9em; }
.highlight-details-box {
background-color: #fafafa;
position: relative;
margin-bottom: 48px;
text-align: center;
margin-left: 40px;
padding-left: 20px;
font-family: "Scada", Arial, Helvetica, sans-serif; }
.highlight-details-box .value {
width: 80px;
height: 80px;
position: absolute;
left: -40px;
top: 50%;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #50AEE6;
text-align: center;
line-height: 80px;
font-size: 1.8em;
background-color: #ededed;
border: 2px solid #FFFFFF;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-box-shadow: 0 0 0 3px #ededed;
box-shadow: 0 0 0 3px #ededed; }
.highlight-details-box .text {
vertical-align: middle;
line-height: 50px; }
.highlight-details-box .unit {
position: absolute;
left: 0;
bottom: -17px;
line-height: 17px;
padding: 0 10px 0 40px;
background-color: #005588;
color: #FFFFFF;
font-size: .7em;
z-index: -1; }
.video-box iframe {
width: 100%;
min-height: 239px; }
.property-details-map-container {
border: 1px solid #50AEE6;
width: 100%;
height: 450px;
margin: 30px 0;
padding-right: 1px; }
#property-details-map {
width: 100%;
height: 100%; }
.attachment-container {
font-family: "Scada", Arial, Helvetica, sans-serif; }
.attachment-container .attachment-box {
background-color: #FFFFFF;
position: relative;
display: block;
padding: 5px 10px 5px 40px;
margin: 0 0 20px 25px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.attachment-container .attachment-box:hover {
-webkit-box-shadow: 0 0 0 1px #ededed;
box-shadow: 0 0 0 1px #ededed; }
.attachment-container .attachment-box:last-child {
margin-bottom: 0; }
.attachment-container .attachment-box .size {
width: 50px;
height: 50px;
position: absolute;
left: -25px;
top: 50%;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #50AEE6;
text-align: center;
line-height: 40px;
font-size: 1.3em;
background-color: #ededed;
border: 2px solid #FFFFFF;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-box-shadow: 0 0 0 3px #ededed;
box-shadow: 0 0 0 3px #ededed; }
.attachment-container .attachment-box .size .unit {
margin-top: -26px;
font-size: .5em;
color: #bababa; }
.attachment-container .attachment-box .title {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.attachment-container .attachment-box .dl-times {
font-size: .7em;
color: #bababa;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.attachment-container .attachment-box .dl-times i {
font-size: 1.3em;
color: #50AEE6;
margin-right: 10px; }
#property-slider-section {
position: relative;
margin-bottom: 80px; }
#property-slider-section .title-box {
position: absolute;
left: 50%;
top: 50%;
z-index: 5;
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%); }
#property-slider-section .title-box h1 {
float: left;
background: rgba(80, 174, 230, 0.8);
color: #FFFFFF;
padding: 0 30px;
line-height: 70px;
height: 70px;
margin: 0;
font-size: 2em;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
#property-slider-section .title-box .location {
font-family: "Scada", Arial, Helvetica, sans-serif;
float: left;
background: rgba(0, 85, 136, 0.8);
color: #FFFFFF;
line-height: 70px;
height: 70px;
margin: 0;
padding: 0 30px;
font-size: .9em;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
@media (max-width: 992px) {
#property-slider-section .title-box {
width: auto; }
#property-slider-section .title-box h1, #property-slider-section .title-box .location {
float: none;
text-align: center; } }
@media (max-width: 600px) {
#property-slider-section .title-box {
width: 100%; } }
#property-slider-section #property-main-slider .owl-wrapper {
height: 550px !important; }
#property-slider-section #property-thumb-slider {
position: absolute;
left: 50%;
bottom: -100px;
height: 200px;
padding: 20px 10px;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background: rgba(255, 255, 255, 0.7); }
#property-slider-section #property-thumb-slider.owl-carousel .owl-item {
height: 160px;
padding: 0 10px; }
#property-slider-section #property-thumb-slider.owl-carousel .owl-item .items .img-container {
border-bottom: 3px solid #50AEE6;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
background-size: cover;
cursor: pointer;
position: relative;
width: 100%;
height: 160px;
overflow: hidden; }
#property-slider-section #property-thumb-slider.owl-carousel .owl-item .items .img-container:before, #property-slider-section #property-thumb-slider.owl-carousel .owl-item .items .img-container:after {
display: block;
position: absolute;
z-index: 1;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease; }
#property-slider-section #property-thumb-slider.owl-carousel .owl-item .items .img-container:before {
content: "";
left: 0;
bottom: 0;
width: 105%;
height: 0;
background: rgba(255, 255, 255, 0.6); }
#property-slider-section #property-thumb-slider.owl-carousel .owl-item .items .img-container:after {
font-family: "FontAwesome";
left: 50%;
top: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
color: #005588;
font-size: 1.7em; }
#property-slider-section #property-thumb-slider.owl-carousel .owl-item.synced .items .img-container, #property-slider-section #property-thumb-slider.owl-carousel .owl-item:hover .items .img-container {
border-bottom-color: #005588; }
#property-slider-section #property-thumb-slider.owl-carousel .owl-item.synced .items .img-container:before, #property-slider-section #property-thumb-slider.owl-carousel .owl-item.synced .items .img-container:after, #property-slider-section #property-thumb-slider.owl-carousel .owl-item:hover .items .img-container:before, #property-slider-section #property-thumb-slider.owl-carousel .owl-item:hover .items .img-container:after {
opacity: 1;
filter: alpha(opacity=100); }
#property-slider-section #property-thumb-slider.owl-carousel .owl-item.synced .items .img-container:before, #property-slider-section #property-thumb-slider.owl-carousel .owl-item:hover .items .img-container:before {
height: 150%; }
@media (max-width: 992px) {
.property-agent-container .agent-container {
padding: 0;
margin-bottom: 20px; }
.property-agent-container .contact-form-container {
padding: 0; } }
.property-agent-container .agent-container {
padding-left: 0; }
.property-agent-container .agent-container .agent-box .bott-sec .name {
font-size: 1.9em; }
.property-agent-container .contact-form-container {
padding-right: 0; }
.property-agent-container .contact-form-container .contact-form {
margin-bottom: 0;
padding: 0; }
.property-agent-container .contact-form-container .contact-form .field-box, .property-agent-container .contact-form-container .contact-form #message, .property-agent-container .contact-form-container .contact-form button {
width: 100%;
clear: both;
margin-bottom: 10px; }
.property-agent-container .contact-form-container .contact-form input {
width: 100%; }
.property-agent-container .contact-form-container .contact-form #message {
height: 205px; }
.property-agent-container .contact-form-container .contact-form .submit {
font-size: 15px;
line-height: 40px;
margin-bottom: 0; }
body.submit-property .information-box {
background: #fafafa;
padding: 10px 30px 30px;
margin-bottom: 40px; }
body.submit-property .information-box:last-child {
margin-bottom: 0; }
body.submit-property .information-box h3 {
display: inline-block;
position: relative;
line-height: 2.5em;
font-size: 1.5em;
margin: 0;
padding-right: 30px; }
body.submit-property .information-box h3 i {
position: absolute;
right: 0;
top: 20px;
background-color: #d4d4d4;
color: #FFFFFF;
width: 16px;
height: 16px;
line-height: 17px;
text-align: center;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
font-size: .5em;
cursor: pointer; }
body.submit-property .information-box h3:before, body.submit-property .information-box h3:after {
display: block;
position: absolute;
left: 0;
content: "";
bottom: 0; }
body.submit-property .information-box h3:before {
width: 100%;
height: 1px;
background: #d4d4d4; }
body.submit-property .information-box h3:after {
width: 40%;
height: 1px;
background: #50AEE6; }
body.submit-property .information-box .box-content {
margin-top: 20px; }
body.submit-property .information-box .box-content:before, body.submit-property .information-box .box-content:after {
content: " ";
display: table; }
body.submit-property .information-box .box-content:after {
clear: both; }
body.submit-property .information-box .box-content .field-row {
margin-bottom: 15px; }
body.submit-property .information-box .box-content .field-row input, body.submit-property .information-box .box-content .field-row textarea, body.submit-property .information-box .box-content .field-row .select2-container {
width: 100%; }
body.submit-property .information-box .box-content .field-row textarea {
min-height: 250px; }
body.submit-property .information-box .box-content .field-row .input-group .input-group-addon, body.submit-property .information-box .box-content .field-row .input-group input {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
padding: 10px;
height: auto; }
body.submit-property .information-box .box-content .field-row .input-group .input-group-addon {
font-size: .8em;
color: #50AEE6; }
body.submit-property .information-box .box-content .field-row .input-group .input-group-addon .fa-dollar {
font-size: 1.3em; }
body.submit-property .information-box .box-content .field-row .input-group.r-icon .input-group-addon {
border-left: 0; }
body.submit-property .information-box .box-content .field-row .input-group.l-icon .input-group-addon {
border-right: 0; }
body.submit-property .information-box .box-content .field-row:last-child {
margin-bottom: 0; }
body.submit-property .information-box .box-content .field-row > div:first-child, body.submit-property .information-box .box-content .field-row > div:nth-child(2n+1) {
padding-left: 0; }
body.submit-property .information-box .box-content .field-row > div:nth-child(2n) {
padding-right: 0; }
body.submit-property .information-box .box-content #p-map {
width: 100%;
height: 340px;
border: 1px solid #50AEE6; }
body.submit-property .information-box .box-content .features-box-submit .hsq-checkbox label {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 30px; }
body.submit-property .information-box .box-content .features-box-submit .hsq-checkbox label span {
width: 17px;
height: 17px;
top: 6px; }
body.submit-property .information-box .box-content .features-box-submit .hsq-checkbox label span:before {
top: -3px;
left: 2px;
font-size: .7em; }
body.submit-property .information-box .box-content .features-box-submit li {
padding-left: 0; }
body.submit-property .information-box .box-content .neighborhood-container:before, body.submit-property .information-box .box-content .neighborhood-container:after {
content: " ";
display: table; }
body.submit-property .information-box .box-content .neighborhood-container:after {
clear: both; }
body.submit-property .information-box .box-content .neighborhood-container #neighborhood-pattern {
display: none; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row {
margin-bottom: 15px; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row:last-child {
margin-bottom: 0; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .input-group-addon, body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row input {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
padding: 10px;
height: auto; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .input-group-addon {
font-size: .8em;
color: #50AEE6; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .place-container {
padding: 0 5px 0 0; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .place-container input {
width: 100%; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .place-container input.placeholder {
color: #aeaeae; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .place-container input:-moz-placeholder {
color: #aeaeae; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .place-container input::-moz-placeholder {
color: #aeaeae; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .place-container input:-ms-input-placeholder {
color: #aeaeae; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .place-container input::-webkit-input-placeholder {
color: #aeaeae; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .distance-container {
padding: 0 5px; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .distance-container input.placeholder {
color: #aeaeae; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .distance-container input:-moz-placeholder {
color: #aeaeae; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .distance-container input::-moz-placeholder {
color: #aeaeae; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .distance-container input:-ms-input-placeholder {
color: #aeaeae; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .distance-container input::-webkit-input-placeholder {
color: #aeaeae; }
@media (max-width: 600px) {
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .distance-container input {
padding-left: 3px; } }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .distance-container .input-group-addon {
border-left: 0; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .btn-container {
padding: 0 0 0 5px; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .btn-container .btn-group {
width: 100%;
border: 1px solid #d4d4d4;
border-bottom-color: #50AEE6; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .btn-container .btn-group button {
border-right: 1px solid #d4d4d4;
color: #50AEE6;
background-color: #FFFFFF;
line-height: 40px;
margin: 0;
width: 25%;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .btn-container .btn-group button:last-child {
border-right: 0; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .btn-container .btn-group button:after {
display: none; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .btn-container .btn-group button.active, body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .btn-container .btn-group button:hover {
background-color: #50AEE6;
color: #FFFFFF; }
@media (max-width: 600px) {
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .btn-container .btn-group button {
padding: 0; } }
@media (max-width: 450px) {
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .place-container {
width: 50%; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .distance-container {
width: 50%;
padding-right: 0; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .btn-container {
width: 100%;
padding-left: 0;
margin-top: 5px; } }
body.submit-property .information-box .box-content .add-neighborhood-btn {
float: right;
line-height: 36px;
font-size: 1.3em;
margin-top: 15px; }
body.submit-property .information-box .box-content .img-uploader {
background: #FFFFFF;
padding: 20px 20px 70px;
color: #333333;
border: 1px solid #d4d4d4;
border-bottom-color: #50AEE6;
position: relative; }
body.submit-property .t-sec {
margin-bottom: 30px; }
body.submit-property .t-sec .l-sec {
padding-left: 0; }
body.submit-property .t-sec .r-sec {
padding-right: 0; }
@media (max-width: 992px) {
body.submit-property .t-sec .l-sec, body.submit-property .t-sec .r-sec {
padding: 0; } }
@media (max-width: 767px) {
body.submit-property .t-sec {
padding: 0 15px; } }
body.submit-property .b-sec {
margin-bottom: 30px; }
@media (max-width: 767px) {
body.submit-property .b-sec {
margin: 0 0 30px; } }
.compare-main-container {
background: #fafafa;
margin: 50px 0;
padding: 50px;
font-family: "Scada", Arial, Helvetica, sans-serif; }
@media (max-width: 600px) {
.compare-main-container {
padding: 50px 20px; } }
.compare-main-container .title-col {
padding-left: 0; }
.compare-main-container .title-col .img-container {
height: 150px;
margin: 0 15px; }
.compare-main-container .title-col .basic-details, .compare-main-container .title-col .price-details, .compare-main-container .title-col .feature-list, .compare-main-container .title-col .neighborhood {
border-right: 3px solid #50AEE6;
padding-bottom: 50px; }
.compare-main-container .title-col .basic-details .title, .compare-main-container .title-col .price-details .title, .compare-main-container .title-col .feature-list .title, .compare-main-container .title-col .neighborhood .title {
color: #005588;
margin-bottom: 10px;
display: inline-block;
position: relative;
line-height: 2.5em;
font-size: 1.5em;
padding-right: 30px;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.compare-main-container .title-col .basic-details .title:before, .compare-main-container .title-col .basic-details .title:after, .compare-main-container .title-col .price-details .title:before, .compare-main-container .title-col .price-details .title:after, .compare-main-container .title-col .feature-list .title:before, .compare-main-container .title-col .feature-list .title:after, .compare-main-container .title-col .neighborhood .title:before, .compare-main-container .title-col .neighborhood .title:after {
display: block;
position: absolute;
left: 0;
content: "";
bottom: 0; }
.compare-main-container .title-col .basic-details .title:before, .compare-main-container .title-col .price-details .title:before, .compare-main-container .title-col .feature-list .title:before, .compare-main-container .title-col .neighborhood .title:before {
width: 100%;
height: 1px;
background: #d4d4d4; }
.compare-main-container .title-col .basic-details .title:after, .compare-main-container .title-col .price-details .title:after, .compare-main-container .title-col .feature-list .title:after, .compare-main-container .title-col .neighborhood .title:after {
bottom: -1px;
width: 40%;
height: 3px;
background: #50AEE6; }
.compare-main-container .title-col .basic-details ul, .compare-main-container .title-col .price-details ul, .compare-main-container .title-col .feature-list ul, .compare-main-container .title-col .neighborhood ul {
padding: 20px; }
.compare-main-container .title-col .basic-details ul li, .compare-main-container .title-col .price-details ul li, .compare-main-container .title-col .feature-list ul li, .compare-main-container .title-col .neighborhood ul li {
line-height: 36px;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.compare-main-container .content-col {
padding-right: 0; }
.compare-main-container .content-col .img-container {
height: 150px;
position: relative;
background: #FFFFFF;
border-bottom: 2px solid #50AEE6;
overflow: hidden; }
.compare-main-container .content-col .img-container img {
position: absolute;
left: 0;
top: 50%;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.compare-main-container .content-col .basic-details, .compare-main-container .content-col .price-details, .compare-main-container .content-col .feature-list, .compare-main-container .content-col .neighborhood {
padding-bottom: 50px; }
.compare-main-container .content-col .basic-details > .title, .compare-main-container .content-col .price-details > .title, .compare-main-container .content-col .feature-list > .title, .compare-main-container .content-col .neighborhood > .title {
color: #005588;
margin-bottom: 10px;
display: inline-block;
position: relative;
line-height: 2.5em;
font-size: 1.5em;
padding-right: 30px;
text-indent: -99999999px; }
.compare-main-container .content-col .basic-details ul, .compare-main-container .content-col .price-details ul, .compare-main-container .content-col .feature-list ul, .compare-main-container .content-col .neighborhood ul {
background: #FFFFFF;
padding: 20px; }
.compare-main-container .content-col .basic-details ul li, .compare-main-container .content-col .price-details ul li, .compare-main-container .content-col .feature-list ul li, .compare-main-container .content-col .neighborhood ul li {
text-align: center;
color: #bababa;
line-height: 36px;
border-bottom: 1px solid #f2f2f2;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.compare-main-container .content-col .basic-details ul li:last-child, .compare-main-container .content-col .price-details ul li:last-child, .compare-main-container .content-col .feature-list ul li:last-child, .compare-main-container .content-col .neighborhood ul li:last-child {
border-bottom: 0; }
.compare-main-container .content-col .basic-details ul li.highlighted, .compare-main-container .content-col .price-details ul li.highlighted, .compare-main-container .content-col .feature-list ul li.highlighted, .compare-main-container .content-col .neighborhood ul li.highlighted {
font-size: 1.2em;
color: #50AEE6; }
.compare-main-container .content-col .feature-list ul li {
line-height: 35px; }
.compare-main-container .content-col .feature-list ul li i {
color: #d4d4d4;
width: 17px;
height: 17px;
line-height: 16px;
font-size: .7em;
text-align: center;
background-color: #ededed;
border: 1px solid #FFFFFF;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
position: relative;
vertical-align: middle;
-webkit-box-shadow: 0 0 0 1px #ededed;
box-shadow: 0 0 0 1px #ededed; }
.compare-main-container .content-col .feature-list ul li i:before {
position: absolute;
left: 3px;
top: 0; }
.compare-main-container .content-col .feature-list ul li i.active:before {
color: #50AEE6; }
.compare-main-container .content-col .neighborhood {
padding-bottom: 0; }
.compare-main-container .content-col .neighborhood .btn-group {
width: 100%;
margin-bottom: 15px; }
.compare-main-container .content-col .neighborhood .btn-group:last-child {
margin-bottom: 0; }
.compare-main-container .content-col .neighborhood .btn-group .btn, .compare-main-container .content-col .neighborhood .btn-group #main-menu-handle {
border: 1px solid #ededed;
background-color: #FFFFFF;
color: #aeaeae;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding: 0 5px;
height: 35px;
cursor: default; }
.compare-main-container .content-col .neighborhood .btn-group .btn:first-child, .compare-main-container .content-col .neighborhood .btn-group #main-menu-handle:first-child {
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px; }
.compare-main-container .content-col .neighborhood .btn-group .btn:last-child, .compare-main-container .content-col .neighborhood .btn-group #main-menu-handle:last-child {
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px; }
.compare-main-container .content-col .neighborhood .btn-group .btn.title, .compare-main-container .content-col .neighborhood .btn-group .title#main-menu-handle {
width: 60%;
text-align: left;
padding: 0 10px; }
.compare-main-container .content-col .neighborhood .btn-group .btn.value, .compare-main-container .content-col .neighborhood .btn-group .value#main-menu-handle {
width: 25%;
font-size: .9em;
color: #50AEE6; }
.compare-main-container .content-col .neighborhood .btn-group .btn.icon, .compare-main-container .content-col .neighborhood .btn-group .icon#main-menu-handle {
width: 15%;
color: #005588;
font-size: .9em; }
.compare-main-container .content-col .owl-theme .owl-controls {
width: 0;
bottom: auto;
top: 70px;
left: -150px;
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0); }
@media (max-width: 600px) {
.compare-main-container .content-col .owl-theme .owl-controls {
left: -120px; } }
@media (max-width: 450px) {
.compare-main-container .content-col .owl-theme .owl-controls {
left: -100px; } }
@media (max-width: 390px) {
.compare-main-container .content-col .owl-theme .owl-controls {
left: -80px; } }
.compare-main-container .content-col .owl-theme .owl-controls .owl-buttons div.owl-prev {
left: -45px; }
.compare-main-container .content-col .owl-theme .owl-controls .owl-buttons div.owl-next {
right: -45px; }
.compare-main-container .content-col .owl-theme .owl-item {
padding: 0 10px; }
.demo-styler {
position: fixed;
width: 200px;
right: -200px;
top: 200px;
background: #FFFFFF;
border: 1px solid #f2f2f2;
border-right: 0;
padding: 15px;
z-index: 20;
text-align: center;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
@media (max-width: 992px) {
.demo-styler {
display: none; } }
.demo-styler.active {
right: 0; }
.demo-styler img {
max-width: 100%; }
.demo-styler .handle {
border: 1px solid #f2f2f2;
border-right: 0;
position: absolute;
width: 50px;
height: 50px;
left: -49px;
top: 10px;
background: #FFFFFF;
color: #50AEE6;
line-height: 50px;
font-size: 1.7em;
cursor: pointer; }
.demo-styler .demo-setting-container {
max-height: calc(100vh - 150px);
overflow: auto; }
.demo-styler .title {
color: #50AEE6;
line-height: 40px;
font-size: 1.1em; }
.demo-styler .preset-container ul {
text-align: center;
position: relative; }
.demo-styler .preset-container ul.loading:before {
display: block;
content: '';
position: absolute;
left: 0;
top: 0;
z-index: 1;
width: 100%;
height: 100%;
background: url("../img/select2-spinner.gif") center no-repeat rgba(255, 255, 255, 0.8); }
.demo-styler .preset-container ul li {
text-indent: -999999px;
overflow: hidden;
width: 80%;
height: 35px;
margin: 5px 0;
padding: 0;
border: 2px solid transparent;
display: inline-block; }
.demo-styler .preset-container ul li a {
display: block;
height: 100%;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
overflow: hidden;
position: relative; }
.demo-styler .preset-container ul li a:before {
display: block;
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
right: 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg); }
.demo-styler .preset-container ul li a.preset-color-1 {
background: #BFA249; }
.demo-styler .preset-container ul li a.preset-color-1:before {
background-color: #1E4464; }
.demo-styler .preset-container ul li a.preset-color-2 {
background: #ff6c3a; }
.demo-styler .preset-container ul li a.preset-color-2:before {
background-color: #222935; }
.demo-styler .preset-container ul li a.preset-color-3 {
background: #50AEE6; }
.demo-styler .preset-container ul li a.preset-color-3:before {
background-color: #005588; }
.demo-styler .preset-container ul li a.preset-color-4 {
background: #23B549; }
.demo-styler .preset-container ul li a.preset-color-4:before {
background-color: #007A20; }
.demo-styler .preset-container ul li:hover, .demo-styler .preset-container ul li.active {
border-color: rgba(0, 0, 0, 0.6); } | public/site_assets/css/style.css | @charset "UTF-8";
/* -----------------------------------------------------
Project : Home Square Real estate Template
Version : 1.0.0
Author: QodeArk
-------------- Table of Content -------------------
1.Bootstrap
2.Fontawesome
3.Home Square Font
4.Animation.css
5.Shortcodes
-- Logo
-- Range-slider
-- Map-markers
-- Buttons
-- Form-elements
-- Select2
-- Heading
-- Pagination
-- Sort-options
6.Owl_slider
7.Magnific-popup
8.Dropzone
9.Infowindow
10.Sections
-- Main-menu
-- Google-map
-- Property-search
-- Text-section
-- Property-listing
-- Featured-properties
-- Statistic-section
-- Top-agents
-- Our-partners
-- Top-footer
-- Footer
-- Main-slider
-- Top-properties
-- Breadcrumb
-- Sidebar
-- Gallery
-- Video-tour
-- Descriptive-section"
-- Services
-- Testimonials
11.Pages
-- Home-map
-- Property-listing
-- Faq
-- 404
-- Contact
-- Agents
-- Home-fullscreen-slider
-- Blog
-- Property-details
-- Submit-property
-- Compare
-----------------------------------------------------*/
/**
* Bootstrap
*/
/*!
* Bootstrap v3.3.5 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
body {
margin: 0; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block; }
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline; }
audio:not([controls]) {
display: none;
height: 0; }
[hidden],
template {
display: none; }
a {
background-color: transparent; }
a:active,
a:hover {
outline: 0; }
abbr[title] {
border-bottom: 1px dotted; }
b,
strong {
font-weight: bold; }
dfn {
font-style: italic; }
h1 {
font-size: 2em;
margin: 0.67em 0; }
mark {
background: #ff0;
color: #000; }
small {
font-size: 80%; }
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
figure {
margin: 1em 40px; }
hr {
box-sizing: content-box;
height: 0; }
pre {
overflow: auto; }
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0; }
button {
overflow: visible; }
button,
select {
text-transform: none; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
button[disabled],
html input[disabled] {
cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
input {
line-height: normal; }
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
legend {
border: 0;
padding: 0; }
textarea {
overflow: auto; }
optgroup {
font-weight: bold; }
table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important; }
a,
a:visited {
text-decoration: underline; }
a[href]:after {
content: " (" attr(href) ")"; }
abbr[title]:after {
content: " (" attr(title) ")"; }
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: ""; }
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid; }
thead {
display: table-header-group; }
tr,
img {
page-break-inside: avoid; }
img {
max-width: 100% !important; }
p,
h2,
h3 {
orphans: 3;
widows: 3; }
h2,
h3 {
page-break-after: avoid; }
.navbar {
display: none; }
.btn > .caret, #main-menu-handle > .caret,
.dropup > .btn > .caret,
.dropup > #main-menu-handle > .caret {
border-top-color: #000 !important; }
.label {
border: 1px solid #000; }
.table {
border-collapse: collapse !important; }
.table td,
.table th {
background-color: #fff !important; }
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important; } }
@font-face {
font-family: 'Glyphicons Halflings';
src: url(../fonts/bootstrap/glyphicons-halflings-regulare389.eot?1426523004);
src: url(../fonts/bootstrap/glyphicons-halflings-regular3f97.eot?&1426523004#iefix) format("embedded-opentype"), url(../fonts/bootstrap/glyphicons-halflings-regulare389.woff2?1426523004) format("woff2"), url(../fonts/bootstrap/glyphicons-halflings-regulare389.woff?1426523004) format("woff"), url(../fonts/bootstrap/glyphicons-halflings-regulare389.ttf?1426523004) format("truetype"), url(../fonts/bootstrap/glyphicons-halflings-regulare389.svg?1426523004#glyphicons_halflingsregular) format("svg"); }
.glyphicon, .hsq-checkbox label span:before, #google-map .property-search.horizontal .property-search-box form .submit-container {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.glyphicon-asterisk:before {
content: "\2a"; }
.glyphicon-plus:before {
content: "\2b"; }
.glyphicon-euro:before,
.glyphicon-eur:before {
content: "\20ac"; }
.glyphicon-minus:before {
content: "\2212"; }
.glyphicon-cloud:before {
content: "\2601"; }
.glyphicon-envelope:before {
content: "\2709"; }
.glyphicon-pencil:before {
content: "\270f"; }
.glyphicon-glass:before {
content: "\e001"; }
.glyphicon-music:before {
content: "\e002"; }
.glyphicon-search:before, #google-map .property-search.horizontal .property-search-box form .submit-container:before {
content: "\e003"; }
.glyphicon-heart:before {
content: "\e005"; }
.glyphicon-star:before {
content: "\e006"; }
.glyphicon-star-empty:before {
content: "\e007"; }
.glyphicon-user:before {
content: "\e008"; }
.glyphicon-film:before {
content: "\e009"; }
.glyphicon-th-large:before {
content: "\e010"; }
.glyphicon-th:before {
content: "\e011"; }
.glyphicon-th-list:before {
content: "\e012"; }
.glyphicon-ok:before, .hsq-checkbox label span:before {
content: "\e013"; }
.glyphicon-remove:before {
content: "\e014"; }
.glyphicon-zoom-in:before {
content: "\e015"; }
.glyphicon-zoom-out:before {
content: "\e016"; }
.glyphicon-off:before {
content: "\e017"; }
.glyphicon-signal:before {
content: "\e018"; }
.glyphicon-cog:before {
content: "\e019"; }
.glyphicon-trash:before {
content: "\e020"; }
.glyphicon-home:before {
content: "\e021"; }
.glyphicon-file:before {
content: "\e022"; }
.glyphicon-time:before {
content: "\e023"; }
.glyphicon-road:before {
content: "\e024"; }
.glyphicon-download-alt:before {
content: "\e025"; }
.glyphicon-download:before {
content: "\e026"; }
.glyphicon-upload:before {
content: "\e027"; }
.glyphicon-inbox:before {
content: "\e028"; }
.glyphicon-play-circle:before {
content: "\e029"; }
.glyphicon-repeat:before {
content: "\e030"; }
.glyphicon-refresh:before {
content: "\e031"; }
.glyphicon-list-alt:before {
content: "\e032"; }
.glyphicon-lock:before {
content: "\e033"; }
.glyphicon-flag:before {
content: "\e034"; }
.glyphicon-headphones:before {
content: "\e035"; }
.glyphicon-volume-off:before {
content: "\e036"; }
.glyphicon-volume-down:before {
content: "\e037"; }
.glyphicon-volume-up:before {
content: "\e038"; }
.glyphicon-qrcode:before {
content: "\e039"; }
.glyphicon-barcode:before {
content: "\e040"; }
.glyphicon-tag:before {
content: "\e041"; }
.glyphicon-tags:before {
content: "\e042"; }
.glyphicon-book:before {
content: "\e043"; }
.glyphicon-bookmark:before {
content: "\e044"; }
.glyphicon-print:before {
content: "\e045"; }
.glyphicon-camera:before {
content: "\e046"; }
.glyphicon-font:before {
content: "\e047"; }
.glyphicon-bold:before {
content: "\e048"; }
.glyphicon-italic:before {
content: "\e049"; }
.glyphicon-text-height:before {
content: "\e050"; }
.glyphicon-text-width:before {
content: "\e051"; }
.glyphicon-align-left:before {
content: "\e052"; }
.glyphicon-align-center:before {
content: "\e053"; }
.glyphicon-align-right:before {
content: "\e054"; }
.glyphicon-align-justify:before {
content: "\e055"; }
.glyphicon-list:before {
content: "\e056"; }
.glyphicon-indent-left:before {
content: "\e057"; }
.glyphicon-indent-right:before {
content: "\e058"; }
.glyphicon-facetime-video:before {
content: "\e059"; }
.glyphicon-picture:before {
content: "\e060"; }
.glyphicon-map-marker:before {
content: "\e062"; }
.glyphicon-adjust:before {
content: "\e063"; }
.glyphicon-tint:before {
content: "\e064"; }
.glyphicon-edit:before {
content: "\e065"; }
.glyphicon-share:before {
content: "\e066"; }
.glyphicon-check:before {
content: "\e067"; }
.glyphicon-move:before {
content: "\e068"; }
.glyphicon-step-backward:before {
content: "\e069"; }
.glyphicon-fast-backward:before {
content: "\e070"; }
.glyphicon-backward:before {
content: "\e071"; }
.glyphicon-play:before {
content: "\e072"; }
.glyphicon-pause:before {
content: "\e073"; }
.glyphicon-stop:before {
content: "\e074"; }
.glyphicon-forward:before {
content: "\e075"; }
.glyphicon-fast-forward:before {
content: "\e076"; }
.glyphicon-step-forward:before {
content: "\e077"; }
.glyphicon-eject:before {
content: "\e078"; }
.glyphicon-chevron-left:before {
content: "\e079"; }
.glyphicon-chevron-right:before {
content: "\e080"; }
.glyphicon-plus-sign:before {
content: "\e081"; }
.glyphicon-minus-sign:before {
content: "\e082"; }
.glyphicon-remove-sign:before {
content: "\e083"; }
.glyphicon-ok-sign:before {
content: "\e084"; }
.glyphicon-question-sign:before {
content: "\e085"; }
.glyphicon-info-sign:before {
content: "\e086"; }
.glyphicon-screenshot:before {
content: "\e087"; }
.glyphicon-remove-circle:before {
content: "\e088"; }
.glyphicon-ok-circle:before {
content: "\e089"; }
.glyphicon-ban-circle:before {
content: "\e090"; }
.glyphicon-arrow-left:before {
content: "\e091"; }
.glyphicon-arrow-right:before {
content: "\e092"; }
.glyphicon-arrow-up:before {
content: "\e093"; }
.glyphicon-arrow-down:before {
content: "\e094"; }
.glyphicon-share-alt:before {
content: "\e095"; }
.glyphicon-resize-full:before {
content: "\e096"; }
.glyphicon-resize-small:before {
content: "\e097"; }
.glyphicon-exclamation-sign:before {
content: "\e101"; }
.glyphicon-gift:before {
content: "\e102"; }
.glyphicon-leaf:before {
content: "\e103"; }
.glyphicon-fire:before {
content: "\e104"; }
.glyphicon-eye-open:before {
content: "\e105"; }
.glyphicon-eye-close:before {
content: "\e106"; }
.glyphicon-warning-sign:before {
content: "\e107"; }
.glyphicon-plane:before {
content: "\e108"; }
.glyphicon-calendar:before {
content: "\e109"; }
.glyphicon-random:before {
content: "\e110"; }
.glyphicon-comment:before {
content: "\e111"; }
.glyphicon-magnet:before {
content: "\e112"; }
.glyphicon-chevron-up:before {
content: "\e113"; }
.glyphicon-chevron-down:before {
content: "\e114"; }
.glyphicon-retweet:before {
content: "\e115"; }
.glyphicon-shopping-cart:before {
content: "\e116"; }
.glyphicon-folder-close:before {
content: "\e117"; }
.glyphicon-folder-open:before {
content: "\e118"; }
.glyphicon-resize-vertical:before {
content: "\e119"; }
.glyphicon-resize-horizontal:before {
content: "\e120"; }
.glyphicon-hdd:before {
content: "\e121"; }
.glyphicon-bullhorn:before {
content: "\e122"; }
.glyphicon-bell:before {
content: "\e123"; }
.glyphicon-certificate:before {
content: "\e124"; }
.glyphicon-thumbs-up:before {
content: "\e125"; }
.glyphicon-thumbs-down:before {
content: "\e126"; }
.glyphicon-hand-right:before {
content: "\e127"; }
.glyphicon-hand-left:before {
content: "\e128"; }
.glyphicon-hand-up:before {
content: "\e129"; }
.glyphicon-hand-down:before {
content: "\e130"; }
.glyphicon-circle-arrow-right:before {
content: "\e131"; }
.glyphicon-circle-arrow-left:before {
content: "\e132"; }
.glyphicon-circle-arrow-up:before {
content: "\e133"; }
.glyphicon-circle-arrow-down:before {
content: "\e134"; }
.glyphicon-globe:before {
content: "\e135"; }
.glyphicon-wrench:before {
content: "\e136"; }
.glyphicon-tasks:before {
content: "\e137"; }
.glyphicon-filter:before {
content: "\e138"; }
.glyphicon-briefcase:before {
content: "\e139"; }
.glyphicon-fullscreen:before {
content: "\e140"; }
.glyphicon-dashboard:before {
content: "\e141"; }
.glyphicon-paperclip:before {
content: "\e142"; }
.glyphicon-heart-empty:before {
content: "\e143"; }
.glyphicon-link:before {
content: "\e144"; }
.glyphicon-phone:before {
content: "\e145"; }
.glyphicon-pushpin:before {
content: "\e146"; }
.glyphicon-usd:before {
content: "\e148"; }
.glyphicon-gbp:before {
content: "\e149"; }
.glyphicon-sort:before {
content: "\e150"; }
.glyphicon-sort-by-alphabet:before {
content: "\e151"; }
.glyphicon-sort-by-alphabet-alt:before {
content: "\e152"; }
.glyphicon-sort-by-order:before {
content: "\e153"; }
.glyphicon-sort-by-order-alt:before {
content: "\e154"; }
.glyphicon-sort-by-attributes:before {
content: "\e155"; }
.glyphicon-sort-by-attributes-alt:before {
content: "\e156"; }
.glyphicon-unchecked:before {
content: "\e157"; }
.glyphicon-expand:before {
content: "\e158"; }
.glyphicon-collapse-down:before {
content: "\e159"; }
.glyphicon-collapse-up:before {
content: "\e160"; }
.glyphicon-log-in:before {
content: "\e161"; }
.glyphicon-flash:before {
content: "\e162"; }
.glyphicon-log-out:before {
content: "\e163"; }
.glyphicon-new-window:before {
content: "\e164"; }
.glyphicon-record:before {
content: "\e165"; }
.glyphicon-save:before {
content: "\e166"; }
.glyphicon-open:before {
content: "\e167"; }
.glyphicon-saved:before {
content: "\e168"; }
.glyphicon-import:before {
content: "\e169"; }
.glyphicon-export:before {
content: "\e170"; }
.glyphicon-send:before {
content: "\e171"; }
.glyphicon-floppy-disk:before {
content: "\e172"; }
.glyphicon-floppy-saved:before {
content: "\e173"; }
.glyphicon-floppy-remove:before {
content: "\e174"; }
.glyphicon-floppy-save:before {
content: "\e175"; }
.glyphicon-floppy-open:before {
content: "\e176"; }
.glyphicon-credit-card:before {
content: "\e177"; }
.glyphicon-transfer:before {
content: "\e178"; }
.glyphicon-cutlery:before {
content: "\e179"; }
.glyphicon-header:before {
content: "\e180"; }
.glyphicon-compressed:before {
content: "\e181"; }
.glyphicon-earphone:before {
content: "\e182"; }
.glyphicon-phone-alt:before {
content: "\e183"; }
.glyphicon-tower:before {
content: "\e184"; }
.glyphicon-stats:before {
content: "\e185"; }
.glyphicon-sd-video:before {
content: "\e186"; }
.glyphicon-hd-video:before {
content: "\e187"; }
.glyphicon-subtitles:before {
content: "\e188"; }
.glyphicon-sound-stereo:before {
content: "\e189"; }
.glyphicon-sound-dolby:before {
content: "\e190"; }
.glyphicon-sound-5-1:before {
content: "\e191"; }
.glyphicon-sound-6-1:before {
content: "\e192"; }
.glyphicon-sound-7-1:before {
content: "\e193"; }
.glyphicon-copyright-mark:before {
content: "\e194"; }
.glyphicon-registration-mark:before {
content: "\e195"; }
.glyphicon-cloud-download:before {
content: "\e197"; }
.glyphicon-cloud-upload:before {
content: "\e198"; }
.glyphicon-tree-conifer:before {
content: "\e199"; }
.glyphicon-tree-deciduous:before {
content: "\e200"; }
.glyphicon-cd:before {
content: "\e201"; }
.glyphicon-save-file:before {
content: "\e202"; }
.glyphicon-open-file:before {
content: "\e203"; }
.glyphicon-level-up:before {
content: "\e204"; }
.glyphicon-copy:before {
content: "\e205"; }
.glyphicon-paste:before {
content: "\e206"; }
.glyphicon-alert:before {
content: "\e209"; }
.glyphicon-equalizer:before {
content: "\e210"; }
.glyphicon-king:before {
content: "\e211"; }
.glyphicon-queen:before {
content: "\e212"; }
.glyphicon-pawn:before {
content: "\e213"; }
.glyphicon-bishop:before {
content: "\e214"; }
.glyphicon-knight:before {
content: "\e215"; }
.glyphicon-baby-formula:before {
content: "\e216"; }
.glyphicon-tent:before {
content: "\26fa"; }
.glyphicon-blackboard:before {
content: "\e218"; }
.glyphicon-bed:before {
content: "\e219"; }
.glyphicon-apple:before {
content: "\f8ff"; }
.glyphicon-erase:before {
content: "\e221"; }
.glyphicon-hourglass:before {
content: "\231b"; }
.glyphicon-lamp:before {
content: "\e223"; }
.glyphicon-duplicate:before {
content: "\e224"; }
.glyphicon-piggy-bank:before {
content: "\e225"; }
.glyphicon-scissors:before {
content: "\e226"; }
.glyphicon-bitcoin:before {
content: "\e227"; }
.glyphicon-btc:before {
content: "\e227"; }
.glyphicon-xbt:before {
content: "\e227"; }
.glyphicon-yen:before {
content: "\00a5"; }
.glyphicon-jpy:before {
content: "\00a5"; }
.glyphicon-ruble:before {
content: "\20bd"; }
.glyphicon-rub:before {
content: "\20bd"; }
.glyphicon-scale:before {
content: "\e230"; }
.glyphicon-ice-lolly:before {
content: "\e231"; }
.glyphicon-ice-lolly-tasted:before {
content: "\e232"; }
.glyphicon-education:before {
content: "\e233"; }
.glyphicon-option-horizontal:before {
content: "\e234"; }
.glyphicon-option-vertical:before {
content: "\e235"; }
.glyphicon-menu-hamburger:before {
content: "\e236"; }
.glyphicon-modal-window:before {
content: "\e237"; }
.glyphicon-oil:before {
content: "\e238"; }
.glyphicon-grain:before {
content: "\e239"; }
.glyphicon-sunglasses:before {
content: "\e240"; }
.glyphicon-text-size:before {
content: "\e241"; }
.glyphicon-text-color:before {
content: "\e242"; }
.glyphicon-text-background:before {
content: "\e243"; }
.glyphicon-object-align-top:before {
content: "\e244"; }
.glyphicon-object-align-bottom:before {
content: "\e245"; }
.glyphicon-object-align-horizontal:before {
content: "\e246"; }
.glyphicon-object-align-left:before {
content: "\e247"; }
.glyphicon-object-align-vertical:before {
content: "\e248"; }
.glyphicon-object-align-right:before {
content: "\e249"; }
.glyphicon-triangle-right:before {
content: "\e250"; }
.glyphicon-triangle-left:before {
content: "\e251"; }
.glyphicon-triangle-bottom:before {
content: "\e252"; }
.glyphicon-triangle-top:before {
content: "\e253"; }
.glyphicon-console:before {
content: "\e254"; }
.glyphicon-superscript:before {
content: "\e255"; }
.glyphicon-subscript:before {
content: "\e256"; }
.glyphicon-menu-left:before {
content: "\e257"; }
.glyphicon-menu-right:before {
content: "\e258"; }
.glyphicon-menu-down:before {
content: "\e259"; }
.glyphicon-menu-up:before {
content: "\e260"; }
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
html {
font-size: 10px;
-webkit-tap-highlight-color: transparent; }
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857;
color: #333333;
background-color: #fff; }
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit; }
a {
color: #337ab7;
text-decoration: none; }
a:hover, a:focus {
color: #23527c;
text-decoration: underline; }
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
figure {
margin: 0; }
img {
vertical-align: middle; }
.img-responsive {
display: block;
max-width: 100%;
height: auto; }
.img-rounded {
border-radius: 6px; }
.img-thumbnail {
padding: 4px;
line-height: 1.42857;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto; }
.img-circle {
border-radius: 50%; }
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee; }
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0; }
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto; }
[role="button"] {
cursor: pointer; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit; }
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777777; }
h1, .h1,
h2, .h2,
h3, .h3 {
margin-top: 20px;
margin-bottom: 10px; }
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
font-size: 65%; }
h4, .h4,
h5, .h5,
h6, .h6 {
margin-top: 10px;
margin-bottom: 10px; }
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
font-size: 75%; }
h1, .h1 {
font-size: 36px; }
h2, .h2 {
font-size: 30px; }
h3, .h3 {
font-size: 24px; }
h4, .h4 {
font-size: 18px; }
h5, .h5 {
font-size: 14px; }
h6, .h6 {
font-size: 12px; }
p {
margin: 0 0 10px; }
.lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 300;
line-height: 1.4; }
@media (min-width: 768px) {
.lead {
font-size: 21px; } }
small,
.small {
font-size: 85%; }
mark,
.mark {
background-color: #fcf8e3;
padding: .2em; }
.text-left {
text-align: left; }
.text-right {
text-align: right; }
.text-center {
text-align: center; }
.text-justify {
text-align: justify; }
.text-nowrap {
white-space: nowrap; }
.text-lowercase {
text-transform: lowercase; }
.text-uppercase, .initialism {
text-transform: uppercase; }
.text-capitalize {
text-transform: capitalize; }
.text-muted {
color: #777777; }
.text-primary {
color: #337ab7; }
a.text-primary:hover,
a.text-primary:focus {
color: #286090; }
.text-success {
color: #3c763d; }
a.text-success:hover,
a.text-success:focus {
color: #2b542c; }
.text-info {
color: #31708f; }
a.text-info:hover,
a.text-info:focus {
color: #245269; }
.text-warning {
color: #8a6d3b; }
a.text-warning:hover,
a.text-warning:focus {
color: #66512c; }
.text-danger {
color: #a94442; }
a.text-danger:hover,
a.text-danger:focus {
color: #843534; }
.bg-primary {
color: #fff; }
.bg-primary {
background-color: #337ab7; }
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #286090; }
.bg-success {
background-color: #dff0d8; }
a.bg-success:hover,
a.bg-success:focus {
background-color: #c1e2b3; }
.bg-info {
background-color: #d9edf7; }
a.bg-info:hover,
a.bg-info:focus {
background-color: #afd9ee; }
.bg-warning {
background-color: #fcf8e3; }
a.bg-warning:hover,
a.bg-warning:focus {
background-color: #f7ecb5; }
.bg-danger {
background-color: #f2dede; }
a.bg-danger:hover,
a.bg-danger:focus {
background-color: #e4b9b9; }
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eeeeee; }
ul,
ol {
margin-top: 0;
margin-bottom: 10px; }
ul ul,
ul ol,
ol ul,
ol ol {
margin-bottom: 0; }
.list-unstyled {
padding-left: 0;
list-style: none; }
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px; }
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px; }
dl {
margin-top: 0;
margin-bottom: 20px; }
dt,
dd {
line-height: 1.42857; }
dt {
font-weight: bold; }
dd {
margin-left: 0; }
.dl-horizontal dd:before, .dl-horizontal dd:after {
content: " ";
display: table; }
.dl-horizontal dd:after {
clear: both; }
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.dl-horizontal dd {
margin-left: 180px; } }
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777777; }
.initialism {
font-size: 90%; }
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eeeeee; }
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0; }
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857;
color: #777777; }
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0'; }
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
text-align: right; }
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
content: ''; }
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014'; }
address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.42857; }
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px; }
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
box-shadow: none; }
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px; }
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0; }
.pre-scrollable {
max-height: 340px;
overflow-y: scroll; }
.container, #property-slider-section #property-thumb-slider {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px; }
.container:before, #property-slider-section #property-thumb-slider:before, .container:after, #property-slider-section #property-thumb-slider:after {
content: " ";
display: table; }
.container:after, #property-slider-section #property-thumb-slider:after {
clear: both; }
@media (min-width: 768px) {
.container, #property-slider-section #property-thumb-slider {
width: 750px; } }
@media (min-width: 992px) {
.container, #property-slider-section #property-thumb-slider {
width: 970px; } }
@media (min-width: 1200px) {
.container, #property-slider-section #property-thumb-slider {
width: 1170px; } }
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px; }
.container-fluid:before, .container-fluid:after {
content: " ";
display: table; }
.container-fluid:after {
clear: both; }
.row {
margin-left: -15px;
margin-right: -15px; }
.row:before, .row:after {
content: " ";
display: table; }
.row:after {
clear: both; }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px; }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left; }
.col-xs-1 {
width: 8.33333%; }
.col-xs-2 {
width: 16.66667%; }
.col-xs-3 {
width: 25%; }
.col-xs-4 {
width: 33.33333%; }
.col-xs-5 {
width: 41.66667%; }
.col-xs-6 {
width: 50%; }
.col-xs-7 {
width: 58.33333%; }
.col-xs-8 {
width: 66.66667%; }
.col-xs-9 {
width: 75%; }
.col-xs-10 {
width: 83.33333%; }
.col-xs-11 {
width: 91.66667%; }
.col-xs-12 {
width: 100%; }
.col-xs-pull-0 {
right: auto; }
.col-xs-pull-1 {
right: 8.33333%; }
.col-xs-pull-2 {
right: 16.66667%; }
.col-xs-pull-3 {
right: 25%; }
.col-xs-pull-4 {
right: 33.33333%; }
.col-xs-pull-5 {
right: 41.66667%; }
.col-xs-pull-6 {
right: 50%; }
.col-xs-pull-7 {
right: 58.33333%; }
.col-xs-pull-8 {
right: 66.66667%; }
.col-xs-pull-9 {
right: 75%; }
.col-xs-pull-10 {
right: 83.33333%; }
.col-xs-pull-11 {
right: 91.66667%; }
.col-xs-pull-12 {
right: 100%; }
.col-xs-push-0 {
left: auto; }
.col-xs-push-1 {
left: 8.33333%; }
.col-xs-push-2 {
left: 16.66667%; }
.col-xs-push-3 {
left: 25%; }
.col-xs-push-4 {
left: 33.33333%; }
.col-xs-push-5 {
left: 41.66667%; }
.col-xs-push-6 {
left: 50%; }
.col-xs-push-7 {
left: 58.33333%; }
.col-xs-push-8 {
left: 66.66667%; }
.col-xs-push-9 {
left: 75%; }
.col-xs-push-10 {
left: 83.33333%; }
.col-xs-push-11 {
left: 91.66667%; }
.col-xs-push-12 {
left: 100%; }
.col-xs-offset-0 {
margin-left: 0%; }
.col-xs-offset-1 {
margin-left: 8.33333%; }
.col-xs-offset-2 {
margin-left: 16.66667%; }
.col-xs-offset-3 {
margin-left: 25%; }
.col-xs-offset-4 {
margin-left: 33.33333%; }
.col-xs-offset-5 {
margin-left: 41.66667%; }
.col-xs-offset-6 {
margin-left: 50%; }
.col-xs-offset-7 {
margin-left: 58.33333%; }
.col-xs-offset-8 {
margin-left: 66.66667%; }
.col-xs-offset-9 {
margin-left: 75%; }
.col-xs-offset-10 {
margin-left: 83.33333%; }
.col-xs-offset-11 {
margin-left: 91.66667%; }
.col-xs-offset-12 {
margin-left: 100%; }
@media (min-width: 768px) {
.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 {
float: left; }
.col-sm-1 {
width: 8.33333%; }
.col-sm-2 {
width: 16.66667%; }
.col-sm-3 {
width: 25%; }
.col-sm-4 {
width: 33.33333%; }
.col-sm-5 {
width: 41.66667%; }
.col-sm-6 {
width: 50%; }
.col-sm-7 {
width: 58.33333%; }
.col-sm-8 {
width: 66.66667%; }
.col-sm-9 {
width: 75%; }
.col-sm-10 {
width: 83.33333%; }
.col-sm-11 {
width: 91.66667%; }
.col-sm-12 {
width: 100%; }
.col-sm-pull-0 {
right: auto; }
.col-sm-pull-1 {
right: 8.33333%; }
.col-sm-pull-2 {
right: 16.66667%; }
.col-sm-pull-3 {
right: 25%; }
.col-sm-pull-4 {
right: 33.33333%; }
.col-sm-pull-5 {
right: 41.66667%; }
.col-sm-pull-6 {
right: 50%; }
.col-sm-pull-7 {
right: 58.33333%; }
.col-sm-pull-8 {
right: 66.66667%; }
.col-sm-pull-9 {
right: 75%; }
.col-sm-pull-10 {
right: 83.33333%; }
.col-sm-pull-11 {
right: 91.66667%; }
.col-sm-pull-12 {
right: 100%; }
.col-sm-push-0 {
left: auto; }
.col-sm-push-1 {
left: 8.33333%; }
.col-sm-push-2 {
left: 16.66667%; }
.col-sm-push-3 {
left: 25%; }
.col-sm-push-4 {
left: 33.33333%; }
.col-sm-push-5 {
left: 41.66667%; }
.col-sm-push-6 {
left: 50%; }
.col-sm-push-7 {
left: 58.33333%; }
.col-sm-push-8 {
left: 66.66667%; }
.col-sm-push-9 {
left: 75%; }
.col-sm-push-10 {
left: 83.33333%; }
.col-sm-push-11 {
left: 91.66667%; }
.col-sm-push-12 {
left: 100%; }
.col-sm-offset-0 {
margin-left: 0%; }
.col-sm-offset-1 {
margin-left: 8.33333%; }
.col-sm-offset-2 {
margin-left: 16.66667%; }
.col-sm-offset-3 {
margin-left: 25%; }
.col-sm-offset-4 {
margin-left: 33.33333%; }
.col-sm-offset-5 {
margin-left: 41.66667%; }
.col-sm-offset-6 {
margin-left: 50%; }
.col-sm-offset-7 {
margin-left: 58.33333%; }
.col-sm-offset-8 {
margin-left: 66.66667%; }
.col-sm-offset-9 {
margin-left: 75%; }
.col-sm-offset-10 {
margin-left: 83.33333%; }
.col-sm-offset-11 {
margin-left: 91.66667%; }
.col-sm-offset-12 {
margin-left: 100%; } }
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left; }
.col-md-1 {
width: 8.33333%; }
.col-md-2 {
width: 16.66667%; }
.col-md-3 {
width: 25%; }
.col-md-4 {
width: 33.33333%; }
.col-md-5 {
width: 41.66667%; }
.col-md-6 {
width: 50%; }
.col-md-7 {
width: 58.33333%; }
.col-md-8 {
width: 66.66667%; }
.col-md-9 {
width: 75%; }
.col-md-10 {
width: 83.33333%; }
.col-md-11 {
width: 91.66667%; }
.col-md-12 {
width: 100%; }
.col-md-pull-0 {
right: auto; }
.col-md-pull-1 {
right: 8.33333%; }
.col-md-pull-2 {
right: 16.66667%; }
.col-md-pull-3 {
right: 25%; }
.col-md-pull-4 {
right: 33.33333%; }
.col-md-pull-5 {
right: 41.66667%; }
.col-md-pull-6 {
right: 50%; }
.col-md-pull-7 {
right: 58.33333%; }
.col-md-pull-8 {
right: 66.66667%; }
.col-md-pull-9 {
right: 75%; }
.col-md-pull-10 {
right: 83.33333%; }
.col-md-pull-11 {
right: 91.66667%; }
.col-md-pull-12 {
right: 100%; }
.col-md-push-0 {
left: auto; }
.col-md-push-1 {
left: 8.33333%; }
.col-md-push-2 {
left: 16.66667%; }
.col-md-push-3 {
left: 25%; }
.col-md-push-4 {
left: 33.33333%; }
.col-md-push-5 {
left: 41.66667%; }
.col-md-push-6 {
left: 50%; }
.col-md-push-7 {
left: 58.33333%; }
.col-md-push-8 {
left: 66.66667%; }
.col-md-push-9 {
left: 75%; }
.col-md-push-10 {
left: 83.33333%; }
.col-md-push-11 {
left: 91.66667%; }
.col-md-push-12 {
left: 100%; }
.col-md-offset-0 {
margin-left: 0%; }
.col-md-offset-1 {
margin-left: 8.33333%; }
.col-md-offset-2 {
margin-left: 16.66667%; }
.col-md-offset-3 {
margin-left: 25%; }
.col-md-offset-4 {
margin-left: 33.33333%; }
.col-md-offset-5 {
margin-left: 41.66667%; }
.col-md-offset-6 {
margin-left: 50%; }
.col-md-offset-7 {
margin-left: 58.33333%; }
.col-md-offset-8 {
margin-left: 66.66667%; }
.col-md-offset-9 {
margin-left: 75%; }
.col-md-offset-10 {
margin-left: 83.33333%; }
.col-md-offset-11 {
margin-left: 91.66667%; }
.col-md-offset-12 {
margin-left: 100%; } }
@media (min-width: 1200px) {
.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 {
float: left; }
.col-lg-1 {
width: 8.33333%; }
.col-lg-2 {
width: 16.66667%; }
.col-lg-3 {
width: 25%; }
.col-lg-4 {
width: 33.33333%; }
.col-lg-5 {
width: 41.66667%; }
.col-lg-6 {
width: 50%; }
.col-lg-7 {
width: 58.33333%; }
.col-lg-8 {
width: 66.66667%; }
.col-lg-9 {
width: 75%; }
.col-lg-10 {
width: 83.33333%; }
.col-lg-11 {
width: 91.66667%; }
.col-lg-12 {
width: 100%; }
.col-lg-pull-0 {
right: auto; }
.col-lg-pull-1 {
right: 8.33333%; }
.col-lg-pull-2 {
right: 16.66667%; }
.col-lg-pull-3 {
right: 25%; }
.col-lg-pull-4 {
right: 33.33333%; }
.col-lg-pull-5 {
right: 41.66667%; }
.col-lg-pull-6 {
right: 50%; }
.col-lg-pull-7 {
right: 58.33333%; }
.col-lg-pull-8 {
right: 66.66667%; }
.col-lg-pull-9 {
right: 75%; }
.col-lg-pull-10 {
right: 83.33333%; }
.col-lg-pull-11 {
right: 91.66667%; }
.col-lg-pull-12 {
right: 100%; }
.col-lg-push-0 {
left: auto; }
.col-lg-push-1 {
left: 8.33333%; }
.col-lg-push-2 {
left: 16.66667%; }
.col-lg-push-3 {
left: 25%; }
.col-lg-push-4 {
left: 33.33333%; }
.col-lg-push-5 {
left: 41.66667%; }
.col-lg-push-6 {
left: 50%; }
.col-lg-push-7 {
left: 58.33333%; }
.col-lg-push-8 {
left: 66.66667%; }
.col-lg-push-9 {
left: 75%; }
.col-lg-push-10 {
left: 83.33333%; }
.col-lg-push-11 {
left: 91.66667%; }
.col-lg-push-12 {
left: 100%; }
.col-lg-offset-0 {
margin-left: 0%; }
.col-lg-offset-1 {
margin-left: 8.33333%; }
.col-lg-offset-2 {
margin-left: 16.66667%; }
.col-lg-offset-3 {
margin-left: 25%; }
.col-lg-offset-4 {
margin-left: 33.33333%; }
.col-lg-offset-5 {
margin-left: 41.66667%; }
.col-lg-offset-6 {
margin-left: 50%; }
.col-lg-offset-7 {
margin-left: 58.33333%; }
.col-lg-offset-8 {
margin-left: 66.66667%; }
.col-lg-offset-9 {
margin-left: 75%; }
.col-lg-offset-10 {
margin-left: 83.33333%; }
.col-lg-offset-11 {
margin-left: 91.66667%; }
.col-lg-offset-12 {
margin-left: 100%; } }
table {
background-color: transparent; }
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777777;
text-align: left; }
th {
text-align: left; }
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px; }
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857;
vertical-align: top;
border-top: 1px solid #ddd; }
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd; }
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
border-top: 0; }
.table > tbody + tbody {
border-top: 2px solid #ddd; }
.table .table {
background-color: #fff; }
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
padding: 5px; }
.table-bordered {
border: 1px solid #ddd; }
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
border: 1px solid #ddd; }
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px; }
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9; }
.table-hover > tbody > tr:hover {
background-color: #f5f5f5; }
table col[class*="col-"] {
position: static;
float: none;
display: table-column; }
table td[class*="col-"],
table th[class*="col-"] {
position: static;
float: none;
display: table-cell; }
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
background-color: #f5f5f5; }
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8; }
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
background-color: #dff0d8; }
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6; }
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
background-color: #d9edf7; }
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3; }
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3; }
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc; }
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
background-color: #f2dede; }
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc; }
.table-responsive {
overflow-x: auto;
min-height: 0.01%; }
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd; }
.table-responsive > .table {
margin-bottom: 0; }
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap; }
.table-responsive > .table-bordered {
border: 0; }
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0; }
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0; }
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0; } }
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0; }
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5; }
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold; }
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal; }
input[type="file"] {
display: block; }
input[type="range"] {
display: block;
width: 100%; }
select[multiple],
select[size] {
height: auto; }
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.42857;
color: #555555; }
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857;
color: #555555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
.form-control::-moz-placeholder {
color: #999;
opacity: 1; }
.form-control:-ms-input-placeholder {
color: #999; }
.form-control::-webkit-input-placeholder {
color: #999; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
background-color: #eeeeee;
opacity: 1; }
.form-control[disabled], fieldset[disabled] .form-control {
cursor: not-allowed; }
textarea.form-control {
height: auto; }
input[type="search"] {
-webkit-appearance: none; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
line-height: 34px; }
input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
.input-group-sm > input[type="date"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="date"].btn,
.input-group-sm > .input-group-btn > input[type="date"]#main-menu-handle, .input-group-sm input[type="date"],
input[type="time"].input-sm,
.input-group-sm > input[type="time"].form-control,
.input-group-sm > input[type="time"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="time"].btn,
.input-group-sm > .input-group-btn > input[type="time"]#main-menu-handle, .input-group-sm
input[type="time"],
input[type="datetime-local"].input-sm,
.input-group-sm > input[type="datetime-local"].form-control,
.input-group-sm > input[type="datetime-local"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
.input-group-sm > .input-group-btn > input[type="datetime-local"]#main-menu-handle, .input-group-sm
input[type="datetime-local"],
input[type="month"].input-sm,
.input-group-sm > input[type="month"].form-control,
.input-group-sm > input[type="month"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="month"].btn,
.input-group-sm > .input-group-btn > input[type="month"]#main-menu-handle, .input-group-sm
input[type="month"] {
line-height: 30px; }
input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
.input-group-lg > input[type="date"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="date"].btn,
.input-group-lg > .input-group-btn > input[type="date"]#main-menu-handle, .input-group-lg input[type="date"],
input[type="time"].input-lg,
.input-group-lg > input[type="time"].form-control,
.input-group-lg > input[type="time"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="time"].btn,
.input-group-lg > .input-group-btn > input[type="time"]#main-menu-handle, .input-group-lg
input[type="time"],
input[type="datetime-local"].input-lg,
.input-group-lg > input[type="datetime-local"].form-control,
.input-group-lg > input[type="datetime-local"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
.input-group-lg > .input-group-btn > input[type="datetime-local"]#main-menu-handle, .input-group-lg
input[type="datetime-local"],
input[type="month"].input-lg,
.input-group-lg > input[type="month"].form-control,
.input-group-lg > input[type="month"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="month"].btn,
.input-group-lg > .input-group-btn > input[type="month"]#main-menu-handle, .input-group-lg
input[type="month"] {
line-height: 46px; } }
.form-group {
margin-bottom: 15px; }
.radio,
.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px; }
.radio label,
.checkbox label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer; }
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-left: -20px;
margin-top: 4px \9; }
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px; }
.radio-inline,
.checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer; }
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px; }
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
cursor: not-allowed; }
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
cursor: not-allowed; }
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
cursor: not-allowed; }
.form-control-static {
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
min-height: 34px; }
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-lg > .input-group-btn > .form-control-static#main-menu-handle, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.input-group-sm > .input-group-btn > .form-control-static#main-menu-handle {
padding-left: 0;
padding-right: 0; }
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > #main-menu-handle {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px; }
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select#main-menu-handle {
height: 30px;
line-height: 30px; }
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea#main-menu-handle,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > select[multiple]#main-menu-handle {
height: auto; }
.form-group-sm .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px; }
.form-group-sm select.form-control {
height: 30px;
line-height: 30px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
height: auto; }
.form-group-sm .form-control-static {
height: 30px;
min-height: 32px;
padding: 6px 10px;
font-size: 12px;
line-height: 1.5; }
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > #main-menu-handle {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33333;
border-radius: 6px; }
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select#main-menu-handle {
height: 46px;
line-height: 46px; }
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea#main-menu-handle,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > select[multiple]#main-menu-handle {
height: auto; }
.form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33333;
border-radius: 6px; }
.form-group-lg select.form-control {
height: 46px;
line-height: 46px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
height: auto; }
.form-group-lg .form-control-static {
height: 46px;
min-height: 38px;
padding: 11px 16px;
font-size: 18px;
line-height: 1.33333; }
.has-feedback {
position: relative; }
.has-feedback .form-control {
padding-right: 42.5px; }
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
pointer-events: none; }
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg > .input-group-btn > #main-menu-handle + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px; }
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm > .input-group-btn > #main-menu-handle + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px; }
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
color: #3c763d; }
.has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8; }
.has-success .form-control-feedback {
color: #3c763d; }
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
color: #8a6d3b; }
.has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3; }
.has-warning .form-control-feedback {
color: #8a6d3b; }
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
color: #a94442; }
.has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede; }
.has-error .form-control-feedback {
color: #a94442; }
.has-feedback label ~ .form-control-feedback {
top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0; }
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373; }
@media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle; }
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle; }
.form-inline .form-control-static {
display: inline-block; }
.form-inline .input-group {
display: inline-table;
vertical-align: middle; }
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto; }
.form-inline .input-group > .form-control {
width: 100%; }
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle; }
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle; }
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0; }
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0; }
.form-inline .has-feedback .form-control-feedback {
top: 0; } }
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 27px; }
.form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px; }
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
content: " ";
display: table; }
.form-horizontal .form-group:after {
clear: both; }
@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
right: 15px; }
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 14.33333px;
font-size: 18px; } }
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
font-size: 12px; } }
.btn, #main-menu-handle {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.btn:focus, #main-menu-handle:focus, .btn.focus, .focus#main-menu-handle, .btn:active:focus, #main-menu-handle:active:focus, .btn:active.focus, #main-menu-handle:active.focus, .btn.active:focus, .active#main-menu-handle:focus, .btn.active.focus, .active.focus#main-menu-handle {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
.btn:hover, #main-menu-handle:hover, .btn:focus, #main-menu-handle:focus, .btn.focus, .focus#main-menu-handle {
color: #333;
text-decoration: none; }
.btn:active, #main-menu-handle:active, .btn.active, .active#main-menu-handle {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn.disabled, .disabled#main-menu-handle, .btn[disabled], [disabled]#main-menu-handle, fieldset[disabled] .btn, fieldset[disabled] #main-menu-handle {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none; }
a.btn.disabled, a.disabled#main-menu-handle, fieldset[disabled] a.btn, fieldset[disabled] a#main-menu-handle {
pointer-events: none; }
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc; }
.btn-default:focus, .btn-default.focus {
color: #333;
background-color: #e6e6e6;
border-color: #8c8c8c; }
.btn-default:hover {
color: #333;
background-color: #e6e6e6;
border-color: #adadad; }
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
color: #333;
background-color: #e6e6e6;
border-color: #adadad; }
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
color: #333;
background-color: #d4d4d4;
border-color: #8c8c8c; }
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
background-image: none; }
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
background-color: #fff;
border-color: #ccc; }
.btn-default .badge {
color: #fff;
background-color: #333; }
.btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4; }
.btn-primary:focus, .btn-primary.focus {
color: #fff;
background-color: #286090;
border-color: #122b40; }
.btn-primary:hover {
color: #fff;
background-color: #286090;
border-color: #204d74; }
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #286090;
border-color: #204d74; }
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
color: #fff;
background-color: #204d74;
border-color: #122b40; }
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
background-image: none; }
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
background-color: #337ab7;
border-color: #2e6da4; }
.btn-primary .badge {
color: #337ab7;
background-color: #fff; }
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c; }
.btn-success:focus, .btn-success.focus {
color: #fff;
background-color: #449d44;
border-color: #255625; }
.btn-success:hover {
color: #fff;
background-color: #449d44;
border-color: #398439; }
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
color: #fff;
background-color: #449d44;
border-color: #398439; }
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
color: #fff;
background-color: #398439;
border-color: #255625; }
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
background-image: none; }
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
background-color: #5cb85c;
border-color: #4cae4c; }
.btn-success .badge {
color: #5cb85c;
background-color: #fff; }
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da; }
.btn-info:focus, .btn-info.focus {
color: #fff;
background-color: #31b0d5;
border-color: #1b6d85; }
.btn-info:hover {
color: #fff;
background-color: #31b0d5;
border-color: #269abc; }
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
color: #fff;
background-color: #31b0d5;
border-color: #269abc; }
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
color: #fff;
background-color: #269abc;
border-color: #1b6d85; }
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
background-image: none; }
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da; }
.btn-info .badge {
color: #5bc0de;
background-color: #fff; }
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236; }
.btn-warning:focus, .btn-warning.focus {
color: #fff;
background-color: #ec971f;
border-color: #985f0d; }
.btn-warning:hover {
color: #fff;
background-color: #ec971f;
border-color: #d58512; }
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
color: #fff;
background-color: #ec971f;
border-color: #d58512; }
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
color: #fff;
background-color: #d58512;
border-color: #985f0d; }
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
background-image: none; }
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236; }
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff; }
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a; }
.btn-danger:focus, .btn-danger.focus {
color: #fff;
background-color: #c9302c;
border-color: #761c19; }
.btn-danger:hover {
color: #fff;
background-color: #c9302c;
border-color: #ac2925; }
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #c9302c;
border-color: #ac2925; }
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
color: #fff;
background-color: #ac2925;
border-color: #761c19; }
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
background-image: none; }
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
background-color: #d9534f;
border-color: #d43f3a; }
.btn-danger .badge {
color: #d9534f;
background-color: #fff; }
.btn-link {
color: #337ab7;
font-weight: normal;
border-radius: 0; }
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none; }
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
border-color: transparent; }
.btn-link:hover, .btn-link:focus {
color: #23527c;
text-decoration: underline;
background-color: transparent; }
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
color: #777777;
text-decoration: none; }
.btn-lg, .btn-group-lg > .btn, .btn-group-lg > #main-menu-handle {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33333;
border-radius: 6px; }
.btn-sm, .btn-group-sm > .btn, .btn-group-sm > #main-menu-handle {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px; }
.btn-xs, .btn-group-xs > .btn, .btn-group-xs > #main-menu-handle {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px; }
.btn-block {
display: block;
width: 100%; }
.btn-block + .btn-block {
margin-top: 5px; }
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%; }
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear; }
.fade.in {
opacity: 1; }
.collapse {
display: none; }
.collapse.in {
display: block; }
tr.collapse.in {
display: table-row; }
tbody.collapse.in {
display: table-row-group; }
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-property: height, visibility;
transition-property: height, visibility;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease; }
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid \9;
border-right: 4px solid transparent;
border-left: 4px solid transparent; }
.dropup,
.dropdown {
position: relative; }
.dropdown-toggle:focus {
outline: 0; }
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
text-align: left;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box; }
.dropdown-menu.pull-right {
right: 0;
left: auto; }
.dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5; }
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857;
color: #333333;
white-space: nowrap; }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
text-decoration: none;
color: #262626;
background-color: #f5f5f5; }
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
outline: 0;
background-color: #337ab7; }
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed; }
.open > .dropdown-menu {
display: block; }
.open > a {
outline: 0; }
.dropdown-menu-right {
left: auto;
right: 0; }
.dropdown-menu-left {
left: 0;
right: auto; }
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.42857;
color: #777777;
white-space: nowrap; }
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990; }
.pull-right > .dropdown-menu {
right: 0;
left: auto; }
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px dashed;
border-bottom: 4px solid \9;
content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px; }
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
right: 0;
left: auto; }
.navbar-right .dropdown-menu-left {
left: 0;
right: auto; } }
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle; }
.btn-group > .btn, .btn-group > #main-menu-handle,
.btn-group-vertical > .btn,
.btn-group-vertical > #main-menu-handle {
position: relative;
float: left; }
.btn-group > .btn:hover, .btn-group > #main-menu-handle:hover, .btn-group > .btn:focus, .btn-group > #main-menu-handle:focus, .btn-group > .btn:active, .btn-group > #main-menu-handle:active, .btn-group > .btn.active, .btn-group > .active#main-menu-handle,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > #main-menu-handle:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > #main-menu-handle:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > #main-menu-handle:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active#main-menu-handle {
z-index: 2; }
.btn-group .btn + .btn, .btn-group #main-menu-handle + .btn, .btn-group .btn + #main-menu-handle, .btn-group #main-menu-handle + #main-menu-handle,
.btn-group .btn + .btn-group,
.btn-group #main-menu-handle + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + #main-menu-handle,
.btn-group .btn-group + .btn-group {
margin-left: -1px; }
.btn-toolbar {
margin-left: -5px; }
.btn-toolbar:before, .btn-toolbar:after {
content: " ";
display: table; }
.btn-toolbar:after {
clear: both; }
.btn-toolbar .btn, .btn-toolbar #main-menu-handle,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: left; }
.btn-toolbar > .btn, .btn-toolbar > #main-menu-handle,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
margin-left: 5px; }
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > #main-menu-handle:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0; }
.btn-group > .btn:first-child, .btn-group > #main-menu-handle:first-child {
margin-left: 0; }
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > #main-menu-handle:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0; }
.btn-group > .btn:last-child:not(:first-child), .btn-group > #main-menu-handle:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0; }
.btn-group > .btn-group {
float: left; }
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > #main-menu-handle {
border-radius: 0; }
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > #main-menu-handle:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-top-right-radius: 0; }
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > #main-menu-handle:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0; }
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0; }
.btn-group > .btn + .dropdown-toggle, .btn-group > #main-menu-handle + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px; }
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > #main-menu-handle + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px; }
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none; }
.btn .caret, #main-menu-handle .caret {
margin-left: 0; }
.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > #main-menu-handle .caret {
border-width: 5px 5px 0;
border-bottom-width: 0; }
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > #main-menu-handle .caret {
border-width: 0 5px 5px; }
.btn-group-vertical > .btn, .btn-group-vertical > #main-menu-handle,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > #main-menu-handle {
display: block;
float: none;
width: 100%;
max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
content: " ";
display: table; }
.btn-group-vertical > .btn-group:after {
clear: both; }
.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > #main-menu-handle {
float: none; }
.btn-group-vertical > .btn + .btn, .btn-group-vertical > #main-menu-handle + .btn, .btn-group-vertical > .btn + #main-menu-handle, .btn-group-vertical > #main-menu-handle + #main-menu-handle,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > #main-menu-handle + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + #main-menu-handle,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0; }
.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > #main-menu-handle:not(:first-child):not(:last-child) {
border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > #main-menu-handle:first-child:not(:last-child) {
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > #main-menu-handle:last-child:not(:first-child) {
border-bottom-left-radius: 4px;
border-top-right-radius: 0;
border-top-left-radius: 0; }
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > #main-menu-handle {
border-radius: 0; }
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > #main-menu-handle:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > #main-menu-handle:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0; }
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate; }
.btn-group-justified > .btn, .btn-group-justified > #main-menu-handle,
.btn-group-justified > .btn-group {
float: none;
display: table-cell;
width: 1%; }
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group #main-menu-handle {
width: 100%; }
.btn-group-justified > .btn-group .dropdown-menu {
left: auto; }
[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > #main-menu-handle input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > #main-menu-handle input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > #main-menu-handle input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > #main-menu-handle input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none; }
.input-group {
position: relative;
display: table;
border-collapse: separate; }
.input-group[class*="col-"] {
float: none;
padding-left: 0;
padding-right: 0; }
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0; }
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell; }
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0; }
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle; }
.input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #555555;
text-align: center;
background-color: #eeeeee;
border: 1px solid #ccc;
border-radius: 4px; }
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.input-group-sm > .input-group-btn > .input-group-addon#main-menu-handle {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px; }
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.input-group-lg > .input-group-btn > .input-group-addon#main-menu-handle {
padding: 10px 16px;
font-size: 18px;
border-radius: 6px; }
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
margin-top: 0; }
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > #main-menu-handle,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > #main-menu-handle,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > #main-menu-handle:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > #main-menu-handle {
border-bottom-right-radius: 0;
border-top-right-radius: 0; }
.input-group-addon:first-child {
border-right: 0; }
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > #main-menu-handle,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > #main-menu-handle,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > #main-menu-handle:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > #main-menu-handle {
border-bottom-left-radius: 0;
border-top-left-radius: 0; }
.input-group-addon:last-child {
border-left: 0; }
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap; }
.input-group-btn > .btn, .input-group-btn > #main-menu-handle {
position: relative; }
.input-group-btn > .btn + .btn, .input-group-btn > #main-menu-handle + .btn, .input-group-btn > .btn + #main-menu-handle, .input-group-btn > #main-menu-handle + #main-menu-handle {
margin-left: -1px; }
.input-group-btn > .btn:hover, .input-group-btn > #main-menu-handle:hover, .input-group-btn > .btn:focus, .input-group-btn > #main-menu-handle:focus, .input-group-btn > .btn:active, .input-group-btn > #main-menu-handle:active {
z-index: 2; }
.input-group-btn:first-child > .btn, .input-group-btn:first-child > #main-menu-handle,
.input-group-btn:first-child > .btn-group {
margin-right: -1px; }
.input-group-btn:last-child > .btn, .input-group-btn:last-child > #main-menu-handle,
.input-group-btn:last-child > .btn-group {
z-index: 2;
margin-left: -1px; }
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none; }
.nav:before, .nav:after {
content: " ";
display: table; }
.nav:after {
clear: both; }
.nav > li {
position: relative;
display: block; }
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px; }
.nav > li > a:hover, .nav > li > a:focus {
text-decoration: none;
background-color: #eeeeee; }
.nav > li.disabled > a {
color: #777777; }
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
color: #777777;
text-decoration: none;
background-color: transparent;
cursor: not-allowed; }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
background-color: #eeeeee;
border-color: #337ab7; }
.nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5; }
.nav > li > a > img {
max-width: none; }
.nav-tabs {
border-bottom: 1px solid #ddd; }
.nav-tabs > li {
float: left;
margin-bottom: -1px; }
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.42857;
border: 1px solid transparent;
border-radius: 4px 4px 0 0; }
.nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #ddd; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
color: #555555;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default; }
.nav-pills > li {
float: left; }
.nav-pills > li > a {
border-radius: 4px; }
.nav-pills > li + li {
margin-left: 2px; }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
color: #fff;
background-color: #337ab7; }
.nav-stacked > li {
float: none; }
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0; }
.nav-justified, .nav-tabs.nav-justified {
width: 100%; }
.nav-justified > li, .nav-tabs.nav-justified > li {
float: none; }
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
text-align: center;
margin-bottom: 5px; }
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto; }
@media (min-width: 768px) {
.nav-justified > li, .nav-tabs.nav-justified > li {
display: table-cell;
width: 1%; }
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
margin-bottom: 0; } }
.nav-tabs-justified, .nav-tabs.nav-justified {
border-bottom: 0; }
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px; }
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #ddd; }
@media (min-width: 768px) {
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0; }
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #fff; } }
.tab-content > .tab-pane {
display: none; }
.tab-content > .active {
display: block; }
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0; }
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 20px;
border: 1px solid transparent; }
.navbar:before, .navbar:after {
content: " ";
display: table; }
.navbar:after {
clear: both; }
@media (min-width: 768px) {
.navbar {
border-radius: 4px; } }
.navbar-header:before, .navbar-header:after {
content: " ";
display: table; }
.navbar-header:after {
clear: both; }
@media (min-width: 768px) {
.navbar-header {
float: left; } }
.navbar-collapse {
overflow-x: visible;
padding-right: 15px;
padding-left: 15px;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch; }
.navbar-collapse:before, .navbar-collapse:after {
content: " ";
display: table; }
.navbar-collapse:after {
clear: both; }
.navbar-collapse.in {
overflow-y: auto; }
@media (min-width: 768px) {
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none; }
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important; }
.navbar-collapse.in {
overflow-y: visible; }
.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
padding-left: 0;
padding-right: 0; } }
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 340px; }
@media (max-device-width: 480px) and (orientation: landscape) {
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 200px; } }
.container > .navbar-header, #property-slider-section #property-thumb-slider > .navbar-header,
.container > .navbar-collapse,
#property-slider-section #property-thumb-slider > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px; }
@media (min-width: 768px) {
.container > .navbar-header, #property-slider-section #property-thumb-slider > .navbar-header,
.container > .navbar-collapse,
#property-slider-section #property-thumb-slider > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0; } }
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px; }
@media (min-width: 768px) {
.navbar-static-top {
border-radius: 0; } }
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030; }
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0; } }
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px; }
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0; }
.navbar-brand {
float: left;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
height: 50px; }
.navbar-brand:hover, .navbar-brand:focus {
text-decoration: none; }
.navbar-brand > img {
display: block; }
@media (min-width: 768px) {
.navbar > .container .navbar-brand, #property-slider-section .navbar > #property-thumb-slider .navbar-brand, .navbar > .container-fluid .navbar-brand {
margin-left: -15px; } }
.navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 8px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px; }
.navbar-toggle:focus {
outline: 0; }
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px; }
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px; }
@media (min-width: 768px) {
.navbar-toggle {
display: none; } }
.navbar-nav {
margin: 7.5px -15px; }
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px; }
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none; }
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px; }
.navbar-nav .open .dropdown-menu > li > a {
line-height: 20px; }
.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none; } }
@media (min-width: 768px) {
.navbar-nav {
float: left;
margin: 0; }
.navbar-nav > li {
float: left; }
.navbar-nav > li > a {
padding-top: 15px;
padding-bottom: 15px; } }
.navbar-form {
margin-left: -15px;
margin-right: -15px;
padding: 10px 15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: 8px;
margin-bottom: 8px; }
@media (min-width: 768px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle; }
.navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle; }
.navbar-form .form-control-static {
display: inline-block; }
.navbar-form .input-group {
display: inline-table;
vertical-align: middle; }
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
width: auto; }
.navbar-form .input-group > .form-control {
width: 100%; }
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle; }
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle; }
.navbar-form .radio label,
.navbar-form .checkbox label {
padding-left: 0; }
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0; }
.navbar-form .has-feedback .form-control-feedback {
top: 0; } }
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px; }
.navbar-form .form-group:last-child {
margin-bottom: 0; } }
@media (min-width: 768px) {
.navbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none; } }
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0; }
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
margin-bottom: 0;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
.navbar-btn {
margin-top: 8px;
margin-bottom: 8px; }
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .btn-group-sm > .navbar-btn#main-menu-handle {
margin-top: 10px;
margin-bottom: 10px; }
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .btn-group-xs > .navbar-btn#main-menu-handle {
margin-top: 14px;
margin-bottom: 14px; }
.navbar-text {
margin-top: 15px;
margin-bottom: 15px; }
@media (min-width: 768px) {
.navbar-text {
float: left;
margin-left: 15px;
margin-right: 15px; } }
@media (min-width: 768px) {
.navbar-left {
float: left !important; }
.navbar-right {
float: right !important;
margin-right: -15px; }
.navbar-right ~ .navbar-right {
margin-right: 0; } }
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7; }
.navbar-default .navbar-brand {
color: #777; }
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent; }
.navbar-default .navbar-text {
color: #777; }
.navbar-default .navbar-nav > li > a {
color: #777; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #333;
background-color: transparent; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #555;
background-color: #e7e7e7; }
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
color: #ccc;
background-color: transparent; }
.navbar-default .navbar-toggle {
border-color: #ddd; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #ddd; }
.navbar-default .navbar-toggle .icon-bar {
background-color: #888; }
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #e7e7e7; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
background-color: #e7e7e7;
color: #555; }
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777; }
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333;
background-color: transparent; }
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555;
background-color: #e7e7e7; }
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #ccc;
background-color: transparent; } }
.navbar-default .navbar-link {
color: #777; }
.navbar-default .navbar-link:hover {
color: #333; }
.navbar-default .btn-link {
color: #777; }
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
color: #333; }
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
color: #ccc; }
.navbar-inverse {
background-color: #222;
border-color: #090909; }
.navbar-inverse .navbar-brand {
color: #9d9d9d; }
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
color: #fff;
background-color: transparent; }
.navbar-inverse .navbar-text {
color: #9d9d9d; }
.navbar-inverse .navbar-nav > li > a {
color: #9d9d9d; }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
color: #fff;
background-color: transparent; }
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
color: #fff;
background-color: #090909; }
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444;
background-color: transparent; }
.navbar-inverse .navbar-toggle {
border-color: #333; }
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
background-color: #333; }
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff; }
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010; }
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
background-color: #090909;
color: #fff; }
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #090909; }
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #090909; }
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #9d9d9d; }
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: transparent; }
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: #090909; }
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444;
background-color: transparent; } }
.navbar-inverse .navbar-link {
color: #9d9d9d; }
.navbar-inverse .navbar-link:hover {
color: #fff; }
.navbar-inverse .btn-link {
color: #9d9d9d; }
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
color: #fff; }
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444; }
.breadcrumb {
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px; }
.breadcrumb > li {
display: inline-block; }
.breadcrumb > li + li:before {
content: "/ ";
padding: 0 5px;
color: #ccc; }
.breadcrumb > .active {
color: #777777; }
.pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px; }
.pagination > li {
display: inline; }
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.42857;
text-decoration: none;
color: #337ab7;
background-color: #fff;
border: 1px solid #ddd;
margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
z-index: 3;
color: #23527c;
background-color: #eeeeee;
border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
z-index: 2;
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
cursor: default; }
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #777777;
background-color: #fff;
border-color: #ddd;
cursor: not-allowed; }
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33333; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-bottom-left-radius: 6px;
border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-bottom-right-radius: 6px;
border-top-right-radius: 6px; }
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px; }
.pager {
padding-left: 0;
margin: 20px 0;
list-style: none;
text-align: center; }
.pager:before, .pager:after {
content: " ";
display: table; }
.pager:after {
clear: both; }
.pager li {
display: inline; }
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 15px; }
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #eeeeee; }
.pager .next > a,
.pager .next > span {
float: right; }
.pager .previous > a,
.pager .previous > span {
float: left; }
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #777777;
background-color: #fff;
cursor: not-allowed; }
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em; }
.label:empty {
display: none; }
.btn .label, #main-menu-handle .label {
position: relative;
top: -1px; }
a.label:hover, a.label:focus {
color: #fff;
text-decoration: none;
cursor: pointer; }
.label-default {
background-color: #777777; }
.label-default[href]:hover, .label-default[href]:focus {
background-color: #5e5e5e; }
.label-primary {
background-color: #337ab7; }
.label-primary[href]:hover, .label-primary[href]:focus {
background-color: #286090; }
.label-success {
background-color: #5cb85c; }
.label-success[href]:hover, .label-success[href]:focus {
background-color: #449d44; }
.label-info {
background-color: #5bc0de; }
.label-info[href]:hover, .label-info[href]:focus {
background-color: #31b0d5; }
.label-warning {
background-color: #f0ad4e; }
.label-warning[href]:hover, .label-warning[href]:focus {
background-color: #ec971f; }
.label-danger {
background-color: #d9534f; }
.label-danger[href]:hover, .label-danger[href]:focus {
background-color: #c9302c; }
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
color: #fff;
line-height: 1;
vertical-align: middle;
white-space: nowrap;
text-align: center;
background-color: #777777;
border-radius: 10px; }
.badge:empty {
display: none; }
.btn .badge, #main-menu-handle .badge {
position: relative;
top: -1px; }
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > #main-menu-handle .badge, .btn-group-xs > .btn .badge, .btn-group-xs > #main-menu-handle .badge {
top: 0;
padding: 1px 5px; }
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
color: #337ab7;
background-color: #fff; }
.list-group-item > .badge {
float: right; }
.list-group-item > .badge + .badge {
margin-right: 5px; }
.nav-pills > li > a > .badge {
margin-left: 3px; }
a.badge:hover, a.badge:focus {
color: #fff;
text-decoration: none;
cursor: pointer; }
.jumbotron {
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 30px;
color: inherit;
background-color: #eeeeee; }
.jumbotron h1,
.jumbotron .h1 {
color: inherit; }
.jumbotron p {
margin-bottom: 15px;
font-size: 21px;
font-weight: 200; }
.jumbotron > hr {
border-top-color: #d5d5d5; }
.container .jumbotron, #property-slider-section #property-thumb-slider .jumbotron, .container-fluid .jumbotron {
border-radius: 6px; }
.jumbotron .container, .jumbotron #property-slider-section #property-thumb-slider, #property-slider-section .jumbotron #property-thumb-slider {
max-width: 100%; }
@media screen and (min-width: 768px) {
.jumbotron {
padding-top: 48px;
padding-bottom: 48px; }
.container .jumbotron, #property-slider-section #property-thumb-slider .jumbotron, .container-fluid .jumbotron {
padding-left: 60px;
padding-right: 60px; }
.jumbotron h1,
.jumbotron .h1 {
font-size: 63px; } }
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 20px;
line-height: 1.42857;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: border 0.2s ease-in-out;
-o-transition: border 0.2s ease-in-out;
transition: border 0.2s ease-in-out; }
.thumbnail > img,
.thumbnail a > img {
display: block;
max-width: 100%;
height: auto;
margin-left: auto;
margin-right: auto; }
.thumbnail .caption {
padding: 9px;
color: #333333; }
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #337ab7; }
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px; }
.alert h4 {
margin-top: 0;
color: inherit; }
.alert .alert-link {
font-weight: bold; }
.alert > p,
.alert > ul {
margin-bottom: 0; }
.alert > p + p {
margin-top: 5px; }
.alert-dismissable,
.alert-dismissible {
padding-right: 35px; }
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit; }
.alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d; }
.alert-success hr {
border-top-color: #c9e2b3; }
.alert-success .alert-link {
color: #2b542c; }
.alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f; }
.alert-info hr {
border-top-color: #a6e1ec; }
.alert-info .alert-link {
color: #245269; }
.alert-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b; }
.alert-warning hr {
border-top-color: #f7e1b5; }
.alert-warning .alert-link {
color: #66512c; }
.alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442; }
.alert-danger hr {
border-top-color: #e4b9c0; }
.alert-danger .alert-link {
color: #843534; }
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0; }
to {
background-position: 0 0; } }
@keyframes progress-bar-stripes {
from {
background-position: 40px 0; }
to {
background-position: 0 0; } }
.progress {
overflow: hidden;
height: 20px;
margin-bottom: 20px;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
.progress-bar {
float: left;
width: 0%;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease; }
.progress-striped .progress-bar,
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
background-size: 40px 40px; }
.progress.active .progress-bar,
.progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite; }
.progress-bar-success {
background-color: #5cb85c; }
.progress-striped .progress-bar-success {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }
.progress-bar-info {
background-color: #5bc0de; }
.progress-striped .progress-bar-info {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }
.progress-bar-warning {
background-color: #f0ad4e; }
.progress-striped .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }
.progress-bar-danger {
background-color: #d9534f; }
.progress-striped .progress-bar-danger {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }
.media {
margin-top: 15px; }
.media:first-child {
margin-top: 0; }
.media,
.media-body {
zoom: 1;
overflow: hidden; }
.media-body {
width: 10000px; }
.media-object {
display: block; }
.media-object.img-thumbnail {
max-width: none; }
.media-right,
.media > .pull-right {
padding-left: 10px; }
.media-left,
.media > .pull-left {
padding-right: 10px; }
.media-left,
.media-right,
.media-body {
display: table-cell;
vertical-align: top; }
.media-middle {
vertical-align: middle; }
.media-bottom {
vertical-align: bottom; }
.media-heading {
margin-top: 0;
margin-bottom: 5px; }
.media-list {
padding-left: 0;
list-style: none; }
.list-group {
margin-bottom: 20px;
padding-left: 0; }
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd; }
.list-group-item:first-child {
border-top-right-radius: 4px;
border-top-left-radius: 4px; }
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; }
a.list-group-item,
button.list-group-item {
color: #555; }
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
color: #333; }
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
text-decoration: none;
color: #555;
background-color: #f5f5f5; }
button.list-group-item {
width: 100%;
text-align: left; }
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
background-color: #eeeeee;
color: #777777;
cursor: not-allowed; }
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
color: inherit; }
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
color: #777777; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
z-index: 2;
color: #fff;
background-color: #337ab7;
border-color: #337ab7; }
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
color: inherit; }
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
color: #c7ddef; }
.list-group-item-success {
color: #3c763d;
background-color: #dff0d8; }
a.list-group-item-success,
button.list-group-item-success {
color: #3c763d; }
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
color: inherit; }
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6; }
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
color: #fff;
background-color: #3c763d;
border-color: #3c763d; }
.list-group-item-info {
color: #31708f;
background-color: #d9edf7; }
a.list-group-item-info,
button.list-group-item-info {
color: #31708f; }
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
color: inherit; }
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3; }
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f; }
.list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3; }
a.list-group-item-warning,
button.list-group-item-warning {
color: #8a6d3b; }
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
color: inherit; }
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc; }
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b; }
.list-group-item-danger {
color: #a94442;
background-color: #f2dede; }
a.list-group-item-danger,
button.list-group-item-danger {
color: #a94442; }
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
color: inherit; }
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc; }
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
color: #fff;
background-color: #a94442;
border-color: #a94442; }
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px; }
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3; }
.panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
.panel-body {
padding: 15px; }
.panel-body:before, .panel-body:after {
content: " ";
display: table; }
.panel-body:after {
clear: both; }
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px; }
.panel-heading > .dropdown .dropdown-toggle {
color: inherit; }
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit; }
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
color: inherit; }
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px; }
.panel > .list-group,
.panel > .panel-collapse > .list-group {
margin-bottom: 0; }
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0; }
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-right-radius: 3px;
border-top-left-radius: 3px; }
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0; }
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0; }
.list-group + .panel-footer {
border-top-width: 0; }
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0; }
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
padding-left: 15px;
padding-right: 15px; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-right-radius: 3px;
border-top-left-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0; }
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0; }
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0; }
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0; }
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0; }
.panel > .table-responsive {
border: 0;
margin-bottom: 0; }
.panel-group {
margin-bottom: 20px; }
.panel-group .panel {
margin-bottom: 0;
border-radius: 4px; }
.panel-group .panel + .panel {
margin-top: 5px; }
.panel-group .panel-heading {
border-bottom: 0; }
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
border-top: 1px solid #ddd; }
.panel-group .panel-footer {
border-top: 0; }
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #ddd; }
.panel-default {
border-color: #ddd; }
.panel-default > .panel-heading {
color: #333333;
background-color: #f5f5f5;
border-color: #ddd; }
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ddd; }
.panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #333333; }
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd; }
.panel-primary {
border-color: #337ab7; }
.panel-primary > .panel-heading {
color: #fff;
background-color: #337ab7;
border-color: #337ab7; }
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #337ab7; }
.panel-primary > .panel-heading .badge {
color: #337ab7;
background-color: #fff; }
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #337ab7; }
.panel-success {
border-color: #d6e9c6; }
.panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6; }
.panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d6e9c6; }
.panel-success > .panel-heading .badge {
color: #dff0d8;
background-color: #3c763d; }
.panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d6e9c6; }
.panel-info {
border-color: #bce8f1; }
.panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1; }
.panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #bce8f1; }
.panel-info > .panel-heading .badge {
color: #d9edf7;
background-color: #31708f; }
.panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #bce8f1; }
.panel-warning {
border-color: #faebcc; }
.panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc; }
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #faebcc; }
.panel-warning > .panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b; }
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #faebcc; }
.panel-danger {
border-color: #ebccd1; }
.panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1; }
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ebccd1; }
.panel-danger > .panel-heading .badge {
color: #f2dede;
background-color: #a94442; }
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ebccd1; }
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden; }
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0; }
.embed-responsive-16by9 {
padding-bottom: 56.25%; }
.embed-responsive-4by3 {
padding-bottom: 75%; }
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15); }
.well-lg {
padding: 24px;
border-radius: 6px; }
.well-sm {
padding: 9px;
border-radius: 3px; }
.close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: 0.2;
filter: alpha(opacity=20); }
.close:hover, .close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50); }
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none; }
.modal-open {
overflow: hidden; }
.modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0; }
.modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-moz-transition: -moz-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out; }
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0); }
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto; }
.modal-dialog {
position: relative;
width: auto;
margin: 10px; }
.modal-content {
position: relative;
background-color: #fff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box;
outline: 0; }
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000; }
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0); }
.modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50); }
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
min-height: 16.42857px; }
.modal-header .close {
margin-top: -2px; }
.modal-title {
margin: 0;
line-height: 1.42857; }
.modal-body {
position: relative;
padding: 15px; }
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5; }
.modal-footer:before, .modal-footer:after {
content: " ";
display: table; }
.modal-footer:after {
clear: both; }
.modal-footer .btn + .btn, .modal-footer #main-menu-handle + .btn, .modal-footer .btn + #main-menu-handle, .modal-footer #main-menu-handle + #main-menu-handle {
margin-left: 5px;
margin-bottom: 0; }
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group #main-menu-handle + .btn, .modal-footer .btn-group .btn + #main-menu-handle, .modal-footer .btn-group #main-menu-handle + #main-menu-handle {
margin-left: -1px; }
.modal-footer .btn-block + .btn-block {
margin-left: 0; }
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll; }
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto; }
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
.modal-sm {
width: 300px; } }
@media (min-width: 992px) {
.modal-lg {
width: 900px; } }
.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.42857;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 12px;
opacity: 0;
filter: alpha(opacity=0); }
.tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90); }
.tooltip.top {
margin-top: -3px;
padding: 5px 0; }
.tooltip.right {
margin-left: 3px;
padding: 0 5px; }
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0; }
.tooltip.left {
margin-left: -3px;
padding: 0 5px; }
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 4px; }
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid; }
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
bottom: 0;
right: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000; }
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000; }
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000; }
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.42857;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 14px;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
.popover.top {
margin-top: -10px; }
.popover.right {
margin-left: 10px; }
.popover.bottom {
margin-top: 10px; }
.popover.left {
margin-left: -10px; }
.popover-title {
margin: 0;
padding: 8px 14px;
font-size: 14px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0; }
.popover-content {
padding: 9px 14px; }
.popover > .arrow, .popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid; }
.popover > .arrow {
border-width: 11px; }
.popover > .arrow:after {
border-width: 10px;
content: ""; }
.popover.top > .arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #999999;
border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px; }
.popover.top > .arrow:after {
content: " ";
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #fff; }
.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
border-right-color: #999999;
border-right-color: rgba(0, 0, 0, 0.25); }
.popover.right > .arrow:after {
content: " ";
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: #fff; }
.popover.bottom > .arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px; }
.popover.bottom > .arrow:after {
content: " ";
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #fff; }
.popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25); }
.popover.left > .arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #fff;
bottom: -10px; }
.carousel {
position: relative; }
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%; }
.carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left; }
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
line-height: 1; }
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
-webkit-transition: -webkit-transform 0.6s ease-in-out;
-moz-transition: -moz-transform 0.6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
perspective: 1000px; }
.carousel-inner > .item.next, .carousel-inner > .item.active.right {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
left: 0; }
.carousel-inner > .item.prev, .carousel-inner > .item.active.left {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0; }
.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
left: 0; } }
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block; }
.carousel-inner > .active {
left: 0; }
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%; }
.carousel-inner > .next {
left: 100%; }
.carousel-inner > .prev {
left: -100%; }
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0; }
.carousel-inner > .active.left {
left: -100%; }
.carousel-inner > .active.right {
left: 100%; }
.carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
.carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
.carousel-control.right {
left: auto;
right: 0;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
.carousel-control:hover, .carousel-control:focus {
outline: 0;
color: #fff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90); }
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
margin-top: -10px;
z-index: 5;
display: inline-block; }
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px; }
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px; }
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
line-height: 1;
font-family: serif; }
.carousel-control .icon-prev:before {
content: '\2039'; }
.carousel-control .icon-next:before {
content: '\203a'; }
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center; }
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #fff;
border-radius: 10px;
cursor: pointer;
background-color: #000 \9;
background-color: transparent; }
.carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #fff; }
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
.carousel-caption .btn, .carousel-caption #main-menu-handle {
text-shadow: none; }
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
font-size: 30px; }
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -15px; }
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -15px; }
.carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px; }
.carousel-indicators {
bottom: 20px; } }
.clearfix:before, .clearfix:after {
content: " ";
display: table; }
.clearfix:after {
clear: both; }
.center-block {
display: block;
margin-left: auto;
margin-right: auto; }
.pull-right {
float: right !important; }
.pull-left {
float: left !important; }
.hide {
display: none !important; }
.show {
display: block !important; }
.invisible {
visibility: hidden; }
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0; }
.hidden {
display: none !important; }
.affix {
position: fixed; }
@-ms-viewport {
width: device-width; }
.visible-xs {
display: none !important; }
.visible-sm {
display: none !important; }
.visible-md {
display: none !important; }
.visible-lg {
display: none !important; }
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important; }
@media (max-width: 767px) {
.visible-xs {
display: block !important; }
table.visible-xs {
display: table !important; }
tr.visible-xs {
display: table-row !important; }
th.visible-xs,
td.visible-xs {
display: table-cell !important; } }
@media (max-width: 767px) {
.visible-xs-block {
display: block !important; } }
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important; } }
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important; }
table.visible-sm {
display: table !important; }
tr.visible-sm {
display: table-row !important; }
th.visible-sm,
td.visible-sm {
display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important; }
table.visible-md {
display: table !important; }
tr.visible-md {
display: table-row !important; }
th.visible-md,
td.visible-md {
display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important; } }
@media (min-width: 1200px) {
.visible-lg {
display: block !important; }
table.visible-lg {
display: table !important; }
tr.visible-lg {
display: table-row !important; }
th.visible-lg,
td.visible-lg {
display: table-cell !important; } }
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important; } }
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important; } }
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important; } }
@media (max-width: 767px) {
.hidden-xs {
display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important; } }
@media (min-width: 1200px) {
.hidden-lg {
display: none !important; } }
.visible-print {
display: none !important; }
@media print {
.visible-print {
display: block !important; }
table.visible-print {
display: table !important; }
tr.visible-print {
display: table-row !important; }
th.visible-print,
td.visible-print {
display: table-cell !important; } }
.visible-print-block {
display: none !important; }
@media print {
.visible-print-block {
display: block !important; } }
.visible-print-inline {
display: none !important; }
@media print {
.visible-print-inline {
display: inline !important; } }
.visible-print-inline-block {
display: none !important; }
@media print {
.visible-print-inline-block {
display: inline-block !important; } }
@media print {
.hidden-print {
display: none !important; } }
/**
* Fontawesome
*/
/*!
* Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url("../fonts/FontAwesome/fontawesome-webfont3295.eot?v=4.5.0");
src: url("../fonts/FontAwesome/fontawesome-webfontd41d.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/FontAwesome/fontawesome-webfont3295.woff2?v=4.5.0") format("woff2"), url("../fonts/FontAwesome/fontawesome-webfont3295.woff?v=4.5.0") format("woff"), url("../fonts/FontAwesome/fontawesome-webfont3295.ttf?v=4.5.0") format("truetype"), url("../fonts/FontAwesome/fontawesome-webfont3295.svg?v=4.5.0#fontawesomeregular") format("svg");
font-weight: normal;
font-style: normal; }
.fa, #main-header #fullscreen-btn, .testimonials-main-container .testimonials-container .testimonials-box blockquote:before, .testimonials-main-container .testimonials-container .testimonials-box blockquote:after, .features-box li:before, .compare-main-container .content-col .feature-list ul li i {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
/* makes the font 33% larger relative to the icon container */
.fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -15%; }
.fa-2x {
font-size: 2em; }
.fa-3x {
font-size: 3em; }
.fa-4x {
font-size: 4em; }
.fa-5x {
font-size: 5em; }
.fa-fw {
width: 1.28571em;
text-align: center; }
.fa-ul {
padding-left: 0;
margin-left: 2.14286em;
list-style-type: none; }
.fa-ul > li {
position: relative; }
.fa-li {
position: absolute;
left: -2.14286em;
width: 2.14286em;
top: 0.14286em;
text-align: center; }
.fa-li.fa-lg {
left: -1.85714em; }
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eee;
border-radius: .1em; }
.fa-pull-left {
float: left; }
.fa-pull-right {
float: right; }
.fa.fa-pull-left, #main-header .fa-pull-left#fullscreen-btn, .testimonials-main-container .testimonials-container .testimonials-box blockquote.fa-pull-left:before, .testimonials-main-container .testimonials-container .testimonials-box blockquote.fa-pull-left:after, .features-box li.fa-pull-left:before, .compare-main-container .content-col .feature-list ul li i.fa-pull-left {
margin-right: .3em; }
.fa.fa-pull-right, #main-header .fa-pull-right#fullscreen-btn, .testimonials-main-container .testimonials-container .testimonials-box blockquote.fa-pull-right:before, .testimonials-main-container .testimonials-container .testimonials-box blockquote.fa-pull-right:after, .features-box li.fa-pull-right:before, .compare-main-container .content-col .feature-list ul li i.fa-pull-right {
margin-left: .3em; }
/* Deprecated as of 4.4.0 */
.pull-right {
float: right; }
.pull-left {
float: left; }
.fa.pull-left, #main-header .pull-left#fullscreen-btn, .testimonials-main-container .testimonials-container .testimonials-box blockquote.pull-left:before, .testimonials-main-container .testimonials-container .testimonials-box blockquote.pull-left:after, .features-box li.pull-left:before, .compare-main-container .content-col .feature-list ul li i.pull-left {
margin-right: .3em; }
.fa.pull-right, #main-header .pull-right#fullscreen-btn, .testimonials-main-container .testimonials-container .testimonials-box blockquote.pull-right:before, .testimonials-main-container .testimonials-container .testimonials-box blockquote.pull-right:after, .features-box li.pull-right:before, .compare-main-container .content-col .feature-list ul li i.pull-right {
margin-left: .3em; }
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear; }
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8); }
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } }
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg); }
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1); }
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1); }
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none; }
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle; }
.fa-stack-1x, .fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center; }
.fa-stack-1x {
line-height: inherit; }
.fa-stack-2x {
font-size: 2em; }
.fa-inverse {
color: #fff; }
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-glass:before {
content: ""; }
.fa-music:before {
content: ""; }
.fa-search:before {
content: ""; }
.fa-envelope-o:before {
content: ""; }
.fa-heart:before {
content: ""; }
.fa-star:before {
content: ""; }
.fa-star-o:before {
content: ""; }
.fa-user:before {
content: ""; }
.fa-film:before {
content: ""; }
.fa-th-large:before {
content: ""; }
.fa-th:before {
content: ""; }
.fa-th-list:before {
content: ""; }
.fa-check:before, .features-box li:before, .compare-main-container .content-col .feature-list ul li i:before {
content: ""; }
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: ""; }
.fa-search-plus:before {
content: ""; }
.fa-search-minus:before {
content: ""; }
.fa-power-off:before {
content: ""; }
.fa-signal:before {
content: ""; }
.fa-gear:before,
.fa-cog:before {
content: ""; }
.fa-trash-o:before {
content: ""; }
.fa-home:before {
content: ""; }
.fa-file-o:before {
content: ""; }
.fa-clock-o:before {
content: ""; }
.fa-road:before {
content: ""; }
.fa-download:before {
content: ""; }
.fa-arrow-circle-o-down:before {
content: ""; }
.fa-arrow-circle-o-up:before {
content: ""; }
.fa-inbox:before {
content: ""; }
.fa-play-circle-o:before {
content: ""; }
.fa-rotate-right:before,
.fa-repeat:before {
content: ""; }
.fa-refresh:before {
content: ""; }
.fa-list-alt:before {
content: ""; }
.fa-lock:before {
content: ""; }
.fa-flag:before {
content: ""; }
.fa-headphones:before {
content: ""; }
.fa-volume-off:before {
content: ""; }
.fa-volume-down:before {
content: ""; }
.fa-volume-up:before {
content: ""; }
.fa-qrcode:before {
content: ""; }
.fa-barcode:before {
content: ""; }
.fa-tag:before {
content: ""; }
.fa-tags:before {
content: ""; }
.fa-book:before {
content: ""; }
.fa-bookmark:before {
content: ""; }
.fa-print:before {
content: ""; }
.fa-camera:before {
content: ""; }
.fa-font:before {
content: ""; }
.fa-bold:before {
content: ""; }
.fa-italic:before {
content: ""; }
.fa-text-height:before {
content: ""; }
.fa-text-width:before {
content: ""; }
.fa-align-left:before {
content: ""; }
.fa-align-center:before {
content: ""; }
.fa-align-right:before {
content: ""; }
.fa-align-justify:before {
content: ""; }
.fa-list:before {
content: ""; }
.fa-dedent:before,
.fa-outdent:before {
content: ""; }
.fa-indent:before {
content: ""; }
.fa-video-camera:before {
content: ""; }
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: ""; }
.fa-pencil:before {
content: ""; }
.fa-map-marker:before {
content: ""; }
.fa-adjust:before {
content: ""; }
.fa-tint:before {
content: ""; }
.fa-edit:before,
.fa-pencil-square-o:before {
content: ""; }
.fa-share-square-o:before {
content: ""; }
.fa-check-square-o:before {
content: ""; }
.fa-arrows:before {
content: ""; }
.fa-step-backward:before {
content: ""; }
.fa-fast-backward:before {
content: ""; }
.fa-backward:before {
content: ""; }
.fa-play:before {
content: ""; }
.fa-pause:before {
content: ""; }
.fa-stop:before {
content: ""; }
.fa-forward:before {
content: ""; }
.fa-fast-forward:before {
content: ""; }
.fa-step-forward:before {
content: ""; }
.fa-eject:before {
content: ""; }
.fa-chevron-left:before, .owl-theme .owl-controls .owl-buttons div.owl-prev:before {
content: ""; }
.fa-chevron-right:before, .owl-theme .owl-controls .owl-buttons div.owl-next:before {
content: ""; }
.fa-plus-circle:before {
content: ""; }
.fa-minus-circle:before {
content: ""; }
.fa-times-circle:before {
content: ""; }
.fa-check-circle:before {
content: ""; }
.fa-question-circle:before {
content: ""; }
.fa-info-circle:before {
content: ""; }
.fa-crosshairs:before {
content: ""; }
.fa-times-circle-o:before {
content: ""; }
.fa-check-circle-o:before {
content: ""; }
.fa-ban:before {
content: ""; }
.fa-arrow-left:before {
content: ""; }
.fa-arrow-right:before {
content: ""; }
.fa-arrow-up:before, #property-slider-section #property-thumb-slider.owl-carousel .owl-item .items .img-container:after {
content: ""; }
.fa-arrow-down:before {
content: ""; }
.fa-mail-forward:before,
.fa-share:before {
content: ""; }
.fa-expand:before, #main-header #fullscreen-btn:before {
content: ""; }
.fa-compress:before, #main-header #fullscreen-btn.active:before {
content: ""; }
.fa-plus:before {
content: ""; }
.fa-minus:before {
content: ""; }
.fa-asterisk:before {
content: ""; }
.fa-exclamation-circle:before {
content: ""; }
.fa-gift:before {
content: ""; }
.fa-leaf:before {
content: ""; }
.fa-fire:before {
content: ""; }
.fa-eye:before {
content: ""; }
.fa-eye-slash:before {
content: ""; }
.fa-warning:before,
.fa-exclamation-triangle:before {
content: ""; }
.fa-plane:before {
content: ""; }
.fa-calendar:before {
content: ""; }
.fa-random:before {
content: ""; }
.fa-comment:before {
content: ""; }
.fa-magnet:before {
content: ""; }
.fa-chevron-up:before {
content: ""; }
.fa-chevron-down:before {
content: ""; }
.fa-retweet:before {
content: ""; }
.fa-shopping-cart:before {
content: ""; }
.fa-folder:before {
content: ""; }
.fa-folder-open:before {
content: ""; }
.fa-arrows-v:before {
content: ""; }
.fa-arrows-h:before {
content: ""; }
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: ""; }
.fa-twitter-square:before {
content: ""; }
.fa-facebook-square:before {
content: ""; }
.fa-camera-retro:before {
content: ""; }
.fa-key:before {
content: ""; }
.fa-gears:before,
.fa-cogs:before {
content: ""; }
.fa-comments:before {
content: ""; }
.fa-thumbs-o-up:before {
content: ""; }
.fa-thumbs-o-down:before {
content: ""; }
.fa-star-half:before {
content: ""; }
.fa-heart-o:before {
content: ""; }
.fa-sign-out:before {
content: ""; }
.fa-linkedin-square:before {
content: ""; }
.fa-thumb-tack:before {
content: ""; }
.fa-external-link:before {
content: ""; }
.fa-sign-in:before {
content: ""; }
.fa-trophy:before {
content: ""; }
.fa-github-square:before {
content: ""; }
.fa-upload:before {
content: ""; }
.fa-lemon-o:before {
content: ""; }
.fa-phone:before {
content: ""; }
.fa-square-o:before {
content: ""; }
.fa-bookmark-o:before {
content: ""; }
.fa-phone-square:before {
content: ""; }
.fa-twitter:before {
content: ""; }
.fa-facebook-f:before,
.fa-facebook:before {
content: ""; }
.fa-github:before {
content: ""; }
.fa-unlock:before {
content: ""; }
.fa-credit-card:before {
content: ""; }
.fa-feed:before,
.fa-rss:before {
content: ""; }
.fa-hdd-o:before {
content: ""; }
.fa-bullhorn:before {
content: ""; }
.fa-bell:before {
content: ""; }
.fa-certificate:before {
content: ""; }
.fa-hand-o-right:before {
content: ""; }
.fa-hand-o-left:before {
content: ""; }
.fa-hand-o-up:before {
content: ""; }
.fa-hand-o-down:before {
content: ""; }
.fa-arrow-circle-left:before {
content: ""; }
.fa-arrow-circle-right:before {
content: ""; }
.fa-arrow-circle-up:before {
content: ""; }
.fa-arrow-circle-down:before {
content: ""; }
.fa-globe:before {
content: ""; }
.fa-wrench:before {
content: ""; }
.fa-tasks:before {
content: ""; }
.fa-filter:before {
content: ""; }
.fa-briefcase:before {
content: ""; }
.fa-arrows-alt:before {
content: ""; }
.fa-group:before,
.fa-users:before {
content: ""; }
.fa-chain:before,
.fa-link:before,
.property-listing .property-box .img-container:after,
.propertybox-featured .img-container:after,
#top-agents .agent-box-container .agent-box .img-container:after,
.agent-box .img-container:after,
body.blog .post-container .post-box .post-img-box:after {
content: ""; }
.fa-cloud:before {
content: ""; }
.fa-flask:before {
content: ""; }
.fa-cut:before,
.fa-scissors:before {
content: ""; }
.fa-copy:before,
.fa-files-o:before {
content: ""; }
.fa-paperclip:before {
content: ""; }
.fa-save:before,
.fa-floppy-o:before {
content: ""; }
.fa-square:before {
content: ""; }
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: ""; }
.fa-list-ul:before {
content: ""; }
.fa-list-ol:before {
content: ""; }
.fa-strikethrough:before {
content: ""; }
.fa-underline:before {
content: ""; }
.fa-table:before {
content: ""; }
.fa-magic:before {
content: ""; }
.fa-truck:before {
content: ""; }
.fa-pinterest:before {
content: ""; }
.fa-pinterest-square:before {
content: ""; }
.fa-google-plus-square:before {
content: ""; }
.fa-google-plus:before {
content: ""; }
.fa-money:before {
content: ""; }
.fa-caret-down:before {
content: ""; }
.fa-caret-up:before {
content: ""; }
.fa-caret-left:before {
content: ""; }
.fa-caret-right:before {
content: ""; }
.fa-columns:before {
content: ""; }
.fa-unsorted:before,
.fa-sort:before {
content: ""; }
.fa-sort-down:before,
.fa-sort-desc:before {
content: ""; }
.fa-sort-up:before,
.fa-sort-asc:before {
content: ""; }
.fa-envelope:before {
content: ""; }
.fa-linkedin:before {
content: ""; }
.fa-rotate-left:before,
.fa-undo:before {
content: ""; }
.fa-legal:before,
.fa-gavel:before {
content: ""; }
.fa-dashboard:before,
.fa-tachometer:before {
content: ""; }
.fa-comment-o:before {
content: ""; }
.fa-comments-o:before {
content: ""; }
.fa-flash:before,
.fa-bolt:before {
content: ""; }
.fa-sitemap:before {
content: ""; }
.fa-umbrella:before {
content: ""; }
.fa-paste:before,
.fa-clipboard:before {
content: ""; }
.fa-lightbulb-o:before {
content: ""; }
.fa-exchange:before {
content: ""; }
.fa-cloud-download:before {
content: ""; }
.fa-cloud-upload:before {
content: ""; }
.fa-user-md:before {
content: ""; }
.fa-stethoscope:before {
content: ""; }
.fa-suitcase:before {
content: ""; }
.fa-bell-o:before {
content: ""; }
.fa-coffee:before {
content: ""; }
.fa-cutlery:before {
content: ""; }
.fa-file-text-o:before {
content: ""; }
.fa-building-o:before {
content: ""; }
.fa-hospital-o:before {
content: ""; }
.fa-ambulance:before {
content: ""; }
.fa-medkit:before {
content: ""; }
.fa-fighter-jet:before {
content: ""; }
.fa-beer:before {
content: ""; }
.fa-h-square:before {
content: ""; }
.fa-plus-square:before {
content: ""; }
.fa-angle-double-left:before {
content: ""; }
.fa-angle-double-right:before {
content: ""; }
.fa-angle-double-up:before {
content: ""; }
.fa-angle-double-down:before {
content: ""; }
.fa-angle-left:before {
content: ""; }
.fa-angle-right:before {
content: ""; }
.fa-angle-up:before, .faq-section-container .faq-main-container .faq-box.opened .title i:before {
content: ""; }
.fa-angle-down:before {
content: ""; }
.fa-desktop:before {
content: ""; }
.fa-laptop:before {
content: ""; }
.fa-tablet:before {
content: ""; }
.fa-mobile-phone:before,
.fa-mobile:before {
content: ""; }
.fa-circle-o:before {
content: ""; }
.fa-quote-left:before, .testimonials-main-container .testimonials-container .testimonials-box blockquote:before {
content: ""; }
.fa-quote-right:before, .testimonials-main-container .testimonials-container .testimonials-box blockquote:after {
content: ""; }
.fa-spinner:before {
content: ""; }
.fa-circle:before {
content: ""; }
.fa-mail-reply:before,
.fa-reply:before {
content: ""; }
.fa-github-alt:before {
content: ""; }
.fa-folder-o:before {
content: ""; }
.fa-folder-open-o:before {
content: ""; }
.fa-smile-o:before {
content: ""; }
.fa-frown-o:before {
content: ""; }
.fa-meh-o:before {
content: ""; }
.fa-gamepad:before {
content: ""; }
.fa-keyboard-o:before {
content: ""; }
.fa-flag-o:before {
content: ""; }
.fa-flag-checkered:before {
content: ""; }
.fa-terminal:before {
content: ""; }
.fa-code:before {
content: ""; }
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: ""; }
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: ""; }
.fa-location-arrow:before {
content: ""; }
.fa-crop:before {
content: ""; }
.fa-code-fork:before {
content: ""; }
.fa-unlink:before,
.fa-chain-broken:before {
content: ""; }
.fa-question:before {
content: ""; }
.fa-info:before {
content: ""; }
.fa-exclamation:before {
content: ""; }
.fa-superscript:before {
content: ""; }
.fa-subscript:before {
content: ""; }
.fa-eraser:before {
content: ""; }
.fa-puzzle-piece:before {
content: ""; }
.fa-microphone:before {
content: ""; }
.fa-microphone-slash:before {
content: ""; }
.fa-shield:before {
content: ""; }
.fa-calendar-o:before {
content: ""; }
.fa-fire-extinguisher:before {
content: ""; }
.fa-rocket:before {
content: ""; }
.fa-maxcdn:before {
content: ""; }
.fa-chevron-circle-left:before {
content: ""; }
.fa-chevron-circle-right:before {
content: ""; }
.fa-chevron-circle-up:before {
content: ""; }
.fa-chevron-circle-down:before {
content: ""; }
.fa-html5:before {
content: ""; }
.fa-css3:before {
content: ""; }
.fa-anchor:before {
content: ""; }
.fa-unlock-alt:before {
content: ""; }
.fa-bullseye:before {
content: ""; }
.fa-ellipsis-h:before {
content: ""; }
.fa-ellipsis-v:before {
content: ""; }
.fa-rss-square:before {
content: ""; }
.fa-play-circle:before {
content: ""; }
.fa-ticket:before {
content: ""; }
.fa-minus-square:before {
content: ""; }
.fa-minus-square-o:before {
content: ""; }
.fa-level-up:before {
content: ""; }
.fa-level-down:before {
content: ""; }
.fa-check-square:before {
content: ""; }
.fa-pencil-square:before {
content: ""; }
.fa-external-link-square:before {
content: ""; }
.fa-share-square:before {
content: ""; }
.fa-compass:before {
content: ""; }
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: ""; }
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: ""; }
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: ""; }
.fa-euro:before,
.fa-eur:before {
content: ""; }
.fa-gbp:before {
content: ""; }
.fa-dollar:before,
.fa-usd:before {
content: ""; }
.fa-rupee:before,
.fa-inr:before {
content: ""; }
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: ""; }
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: ""; }
.fa-won:before,
.fa-krw:before {
content: ""; }
.fa-bitcoin:before,
.fa-btc:before {
content: ""; }
.fa-file:before {
content: ""; }
.fa-file-text:before {
content: ""; }
.fa-sort-alpha-asc:before {
content: ""; }
.fa-sort-alpha-desc:before {
content: ""; }
.fa-sort-amount-asc:before {
content: ""; }
.fa-sort-amount-desc:before {
content: ""; }
.fa-sort-numeric-asc:before {
content: ""; }
.fa-sort-numeric-desc:before {
content: ""; }
.fa-thumbs-up:before {
content: ""; }
.fa-thumbs-down:before {
content: ""; }
.fa-youtube-square:before {
content: ""; }
.fa-youtube:before {
content: ""; }
.fa-xing:before {
content: ""; }
.fa-xing-square:before {
content: ""; }
.fa-youtube-play:before {
content: ""; }
.fa-dropbox:before {
content: ""; }
.fa-stack-overflow:before {
content: ""; }
.fa-instagram:before {
content: ""; }
.fa-flickr:before {
content: ""; }
.fa-adn:before {
content: ""; }
.fa-bitbucket:before {
content: ""; }
.fa-bitbucket-square:before {
content: ""; }
.fa-tumblr:before {
content: ""; }
.fa-tumblr-square:before {
content: ""; }
.fa-long-arrow-down:before {
content: ""; }
.fa-long-arrow-up:before {
content: ""; }
.fa-long-arrow-left:before {
content: ""; }
.fa-long-arrow-right:before {
content: ""; }
.fa-apple:before {
content: ""; }
.fa-windows:before {
content: ""; }
.fa-android:before {
content: ""; }
.fa-linux:before {
content: ""; }
.fa-dribbble:before {
content: ""; }
.fa-skype:before {
content: ""; }
.fa-foursquare:before {
content: ""; }
.fa-trello:before {
content: ""; }
.fa-female:before {
content: ""; }
.fa-male:before {
content: ""; }
.fa-gittip:before,
.fa-gratipay:before {
content: ""; }
.fa-sun-o:before {
content: ""; }
.fa-moon-o:before {
content: ""; }
.fa-archive:before {
content: ""; }
.fa-bug:before {
content: ""; }
.fa-vk:before {
content: ""; }
.fa-weibo:before {
content: ""; }
.fa-renren:before {
content: ""; }
.fa-pagelines:before {
content: ""; }
.fa-stack-exchange:before {
content: ""; }
.fa-arrow-circle-o-right:before {
content: ""; }
.fa-arrow-circle-o-left:before {
content: ""; }
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: ""; }
.fa-dot-circle-o:before {
content: ""; }
.fa-wheelchair:before {
content: ""; }
.fa-vimeo-square:before {
content: ""; }
.fa-turkish-lira:before,
.fa-try:before {
content: ""; }
.fa-plus-square-o:before {
content: ""; }
.fa-space-shuttle:before {
content: ""; }
.fa-slack:before {
content: ""; }
.fa-envelope-square:before {
content: ""; }
.fa-wordpress:before {
content: ""; }
.fa-openid:before {
content: ""; }
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: ""; }
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: ""; }
.fa-yahoo:before {
content: ""; }
.fa-google:before {
content: ""; }
.fa-reddit:before {
content: ""; }
.fa-reddit-square:before {
content: ""; }
.fa-stumbleupon-circle:before {
content: ""; }
.fa-stumbleupon:before {
content: ""; }
.fa-delicious:before {
content: ""; }
.fa-digg:before {
content: ""; }
.fa-pied-piper:before {
content: ""; }
.fa-pied-piper-alt:before {
content: ""; }
.fa-drupal:before {
content: ""; }
.fa-joomla:before {
content: ""; }
.fa-language:before {
content: ""; }
.fa-fax:before {
content: ""; }
.fa-building:before {
content: ""; }
.fa-child:before {
content: ""; }
.fa-paw:before {
content: ""; }
.fa-spoon:before {
content: ""; }
.fa-cube:before {
content: ""; }
.fa-cubes:before {
content: ""; }
.fa-behance:before {
content: ""; }
.fa-behance-square:before {
content: ""; }
.fa-steam:before {
content: ""; }
.fa-steam-square:before {
content: ""; }
.fa-recycle:before {
content: ""; }
.fa-automobile:before,
.fa-car:before {
content: ""; }
.fa-cab:before,
.fa-taxi:before {
content: ""; }
.fa-tree:before {
content: ""; }
.fa-spotify:before {
content: ""; }
.fa-deviantart:before {
content: ""; }
.fa-soundcloud:before {
content: ""; }
.fa-database:before {
content: ""; }
.fa-file-pdf-o:before {
content: ""; }
.fa-file-word-o:before {
content: ""; }
.fa-file-excel-o:before {
content: ""; }
.fa-file-powerpoint-o:before {
content: ""; }
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: ""; }
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: ""; }
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: ""; }
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: ""; }
.fa-file-code-o:before {
content: ""; }
.fa-vine:before {
content: ""; }
.fa-codepen:before {
content: ""; }
.fa-jsfiddle:before {
content: ""; }
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: ""; }
.fa-circle-o-notch:before {
content: ""; }
.fa-ra:before,
.fa-rebel:before {
content: ""; }
.fa-ge:before,
.fa-empire:before {
content: ""; }
.fa-git-square:before {
content: ""; }
.fa-git:before {
content: ""; }
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: ""; }
.fa-tencent-weibo:before {
content: ""; }
.fa-qq:before {
content: ""; }
.fa-wechat:before,
.fa-weixin:before {
content: ""; }
.fa-send:before,
.fa-paper-plane:before {
content: ""; }
.fa-send-o:before,
.fa-paper-plane-o:before {
content: ""; }
.fa-history:before {
content: ""; }
.fa-circle-thin:before {
content: ""; }
.fa-header:before {
content: ""; }
.fa-paragraph:before {
content: ""; }
.fa-sliders:before {
content: ""; }
.fa-share-alt:before {
content: ""; }
.fa-share-alt-square:before {
content: ""; }
.fa-bomb:before {
content: ""; }
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: ""; }
.fa-tty:before {
content: ""; }
.fa-binoculars:before {
content: ""; }
.fa-plug:before {
content: ""; }
.fa-slideshare:before {
content: ""; }
.fa-twitch:before {
content: ""; }
.fa-yelp:before {
content: ""; }
.fa-newspaper-o:before {
content: ""; }
.fa-wifi:before {
content: ""; }
.fa-calculator:before {
content: ""; }
.fa-paypal:before {
content: ""; }
.fa-google-wallet:before {
content: ""; }
.fa-cc-visa:before {
content: ""; }
.fa-cc-mastercard:before {
content: ""; }
.fa-cc-discover:before {
content: ""; }
.fa-cc-amex:before {
content: ""; }
.fa-cc-paypal:before {
content: ""; }
.fa-cc-stripe:before {
content: ""; }
.fa-bell-slash:before {
content: ""; }
.fa-bell-slash-o:before {
content: ""; }
.fa-trash:before {
content: ""; }
.fa-copyright:before {
content: ""; }
.fa-at:before {
content: ""; }
.fa-eyedropper:before {
content: ""; }
.fa-paint-brush:before {
content: ""; }
.fa-birthday-cake:before {
content: ""; }
.fa-area-chart:before {
content: ""; }
.fa-pie-chart:before {
content: ""; }
.fa-line-chart:before {
content: ""; }
.fa-lastfm:before {
content: ""; }
.fa-lastfm-square:before {
content: ""; }
.fa-toggle-off:before {
content: ""; }
.fa-toggle-on:before {
content: ""; }
.fa-bicycle:before {
content: ""; }
.fa-bus:before {
content: ""; }
.fa-ioxhost:before {
content: ""; }
.fa-angellist:before {
content: ""; }
.fa-cc:before {
content: ""; }
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: ""; }
.fa-meanpath:before {
content: ""; }
.fa-buysellads:before {
content: ""; }
.fa-connectdevelop:before {
content: ""; }
.fa-dashcube:before {
content: ""; }
.fa-forumbee:before {
content: ""; }
.fa-leanpub:before {
content: ""; }
.fa-sellsy:before {
content: ""; }
.fa-shirtsinbulk:before {
content: ""; }
.fa-simplybuilt:before {
content: ""; }
.fa-skyatlas:before {
content: ""; }
.fa-cart-plus:before {
content: ""; }
.fa-cart-arrow-down:before {
content: ""; }
.fa-diamond:before {
content: ""; }
.fa-ship:before {
content: ""; }
.fa-user-secret:before {
content: ""; }
.fa-motorcycle:before {
content: ""; }
.fa-street-view:before {
content: ""; }
.fa-heartbeat:before {
content: ""; }
.fa-venus:before {
content: ""; }
.fa-mars:before {
content: ""; }
.fa-mercury:before {
content: ""; }
.fa-intersex:before,
.fa-transgender:before {
content: ""; }
.fa-transgender-alt:before {
content: ""; }
.fa-venus-double:before {
content: ""; }
.fa-mars-double:before {
content: ""; }
.fa-venus-mars:before {
content: ""; }
.fa-mars-stroke:before {
content: ""; }
.fa-mars-stroke-v:before {
content: ""; }
.fa-mars-stroke-h:before {
content: ""; }
.fa-neuter:before {
content: ""; }
.fa-genderless:before {
content: ""; }
.fa-facebook-official:before {
content: ""; }
.fa-pinterest-p:before {
content: ""; }
.fa-whatsapp:before {
content: ""; }
.fa-server:before {
content: ""; }
.fa-user-plus:before {
content: ""; }
.fa-user-times:before {
content: ""; }
.fa-hotel:before,
.fa-bed:before {
content: ""; }
.fa-viacoin:before {
content: ""; }
.fa-train:before {
content: ""; }
.fa-subway:before {
content: ""; }
.fa-medium:before {
content: ""; }
.fa-yc:before,
.fa-y-combinator:before {
content: ""; }
.fa-optin-monster:before {
content: ""; }
.fa-opencart:before {
content: ""; }
.fa-expeditedssl:before {
content: ""; }
.fa-battery-4:before,
.fa-battery-full:before {
content: ""; }
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: ""; }
.fa-battery-2:before,
.fa-battery-half:before {
content: ""; }
.fa-battery-1:before,
.fa-battery-quarter:before {
content: ""; }
.fa-battery-0:before,
.fa-battery-empty:before {
content: ""; }
.fa-mouse-pointer:before {
content: ""; }
.fa-i-cursor:before {
content: ""; }
.fa-object-group:before {
content: ""; }
.fa-object-ungroup:before {
content: ""; }
.fa-sticky-note:before {
content: ""; }
.fa-sticky-note-o:before {
content: ""; }
.fa-cc-jcb:before {
content: ""; }
.fa-cc-diners-club:before {
content: ""; }
.fa-clone:before {
content: ""; }
.fa-balance-scale:before {
content: ""; }
.fa-hourglass-o:before {
content: ""; }
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: ""; }
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: ""; }
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: ""; }
.fa-hourglass:before {
content: ""; }
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: ""; }
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: ""; }
.fa-hand-scissors-o:before {
content: ""; }
.fa-hand-lizard-o:before {
content: ""; }
.fa-hand-spock-o:before {
content: ""; }
.fa-hand-pointer-o:before {
content: ""; }
.fa-hand-peace-o:before {
content: ""; }
.fa-trademark:before {
content: ""; }
.fa-registered:before {
content: ""; }
.fa-creative-commons:before {
content: ""; }
.fa-gg:before {
content: ""; }
.fa-gg-circle:before {
content: ""; }
.fa-tripadvisor:before {
content: ""; }
.fa-odnoklassniki:before {
content: ""; }
.fa-odnoklassniki-square:before {
content: ""; }
.fa-get-pocket:before {
content: ""; }
.fa-wikipedia-w:before {
content: ""; }
.fa-safari:before {
content: ""; }
.fa-chrome:before {
content: ""; }
.fa-firefox:before {
content: ""; }
.fa-opera:before {
content: ""; }
.fa-internet-explorer:before {
content: ""; }
.fa-tv:before,
.fa-television:before {
content: ""; }
.fa-contao:before {
content: ""; }
.fa-500px:before {
content: ""; }
.fa-amazon:before {
content: ""; }
.fa-calendar-plus-o:before {
content: ""; }
.fa-calendar-minus-o:before {
content: ""; }
.fa-calendar-times-o:before {
content: ""; }
.fa-calendar-check-o:before {
content: ""; }
.fa-industry:before {
content: ""; }
.fa-map-pin:before {
content: ""; }
.fa-map-signs:before {
content: ""; }
.fa-map-o:before {
content: ""; }
.fa-map:before {
content: ""; }
.fa-commenting:before {
content: ""; }
.fa-commenting-o:before {
content: ""; }
.fa-houzz:before {
content: ""; }
.fa-vimeo:before {
content: ""; }
.fa-black-tie:before {
content: ""; }
.fa-fonticons:before {
content: ""; }
.fa-reddit-alien:before {
content: ""; }
.fa-edge:before {
content: ""; }
.fa-credit-card-alt:before {
content: ""; }
.fa-codiepie:before {
content: ""; }
.fa-modx:before {
content: ""; }
.fa-fort-awesome:before {
content: ""; }
.fa-usb:before {
content: ""; }
.fa-product-hunt:before {
content: ""; }
.fa-mixcloud:before {
content: ""; }
.fa-scribd:before {
content: ""; }
.fa-pause-circle:before {
content: ""; }
.fa-pause-circle-o:before {
content: ""; }
.fa-stop-circle:before {
content: ""; }
.fa-stop-circle-o:before {
content: ""; }
.fa-shopping-bag:before {
content: ""; }
.fa-shopping-basket:before {
content: ""; }
.fa-hashtag:before {
content: ""; }
.fa-bluetooth:before {
content: ""; }
.fa-bluetooth-b:before {
content: ""; }
.fa-percent:before {
content: ""; }
/**
* Home Square Font
*/
@font-face {
font-family: "HomeSquare";
src: url("../fonts/hsq/hsq-font.eot");
src: url("../fonts/hsq/hsq-font.eot#iefix") format("embedded-opentype"), url("../fonts/hsq/hsq-font.woff") format("woff"), url("../fonts/hsq/hsq-font.ttf") format("truetype"), url("../fonts/hsq/hsq-font.svg") format("svg");
font-weight: normal;
font-style: normal; }
[class^="hsq-font-"]:before, [class^="hsq-font-"]:after, [class*=" hsq-font-"]:before, [class*=" hsq-font-"]:after {
font-family: "HomeSquare";
font-size: 20px;
font-style: normal;
margin-left: 20px; }
.hsq-font-condo:before, .logo.condo:before {
content: "\e000"; }
.hsq-font-apartment:before, .logo.apartment:before {
content: "\e001"; }
.hsq-font-office:before, .logo.office:before {
content: "\e002"; }
.hsq-font-house:before, .logo.house:before {
content: "\e003"; }
.hsq-font-villa:before, .logo.villa:before {
content: "\e004"; }
.hsq-font-house-percent:before {
content: "\e005"; }
.hsq-font-house-dollar:before {
content: "\e006"; }
.hsq-font-house-market:before {
content: "\e007"; }
.hsq-font-house-search:before {
content: "\e008"; }
.hsq-font-house-deal:before {
content: "\e009"; }
.hsq-font-assignment:before {
content: "\e00a"; }
.hsq-font-rural-house:before {
content: "\e00b"; }
.hsq-font-house-agreement:before {
content: "\e00c"; }
/**
* Animation.css
*/
@-webkit-keyframes fadeIn {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-moz-keyframes fadeIn {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-ms-keyframes fadeIn {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-o-keyframes fadeIn {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes fadeIn {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px); }
100% {
opacity: 1;
-webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDown {
0% {
opacity: 0;
-moz-transform: translateY(-20px); }
100% {
opacity: 1;
-moz-transform: translateY(0); } }
@-ms-keyframes fadeInDown {
0% {
opacity: 0;
-ms-transform: translateY(-20px); }
100% {
opacity: 1;
-ms-transform: translateY(0); } }
@-o-keyframes fadeInDown {
0% {
opacity: 0;
-ms-transform: translateY(-20px); }
100% {
opacity: 1;
-ms-transform: translateY(0); } }
@keyframes fadeInDown {
0% {
opacity: 0;
transform: translateY(-20px); }
100% {
opacity: 1;
transform: translateY(0); } }
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px); }
100% {
opacity: 1;
-webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-20px); }
100% {
opacity: 1;
-moz-transform: translateX(0); } }
@-ms-keyframes fadeInLeft {
0% {
opacity: 0;
-ms-transform: translateX(-20px); }
100% {
opacity: 1;
-ms-transform: translateX(0); } }
@-o-keyframes fadeInLeft {
0% {
opacity: 0;
-o-transform: translateX(-20px); }
100% {
opacity: 1;
-o-transform: translateX(0); } }
@keyframes fadeInLeft {
0% {
opacity: 0;
transform: translateX(-20px); }
100% {
opacity: 1;
transform: translateX(0); } }
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px); }
100% {
opacity: 1;
-webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRight {
0% {
opacity: 0;
-moz-transform: translateX(20px); }
100% {
opacity: 1;
-moz-transform: translateX(0); } }
@-ms-keyframes fadeInRight {
0% {
opacity: 0;
-ms-transform: translateX(20px); }
100% {
opacity: 1;
-ms-transform: translateX(0); } }
@-o-keyframes fadeInRight {
0% {
opacity: 0;
-o-transform: translateX(20px); }
100% {
opacity: 1;
-o-transform: translateX(0); } }
@keyframes fadeInRight {
0% {
opacity: 0;
transform: translateX(20px); }
100% {
opacity: 1;
transform: translateX(0); } }
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px); }
100% {
opacity: 1;
-webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUp {
0% {
opacity: 0;
-moz-transform: translateY(20px); }
100% {
opacity: 1;
-moz-transform: translateY(0); } }
@-ms-keyframes fadeInUp {
0% {
opacity: 0;
-ms-transform: translateY(20px); }
100% {
opacity: 1;
-ms-transform: translateY(0); } }
@-o-keyframes fadeInUp {
0% {
opacity: 0;
-o-transform: translateY(20px); }
100% {
opacity: 1;
-o-transform: translateY(0); } }
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(20px); }
100% {
opacity: 1;
transform: translateY(0); } }
@-webkit-keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-moz-keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-ms-keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-o-keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0); }
100% {
opacity: 0;
-webkit-transform: translateY(20px); } }
@-moz-keyframes fadeOutDown {
0% {
opacity: 1;
-moz-transform: translateY(0); }
100% {
opacity: 0;
-moz-transform: translateY(20px); } }
@-ms-keyframes fadeOutDown {
0% {
opacity: 1;
-ms-transform: translateY(0); }
100% {
opacity: 0;
-ms-transform: translateY(20px); } }
@-o-keyframes fadeOutDown {
0% {
opacity: 1;
-o-transform: translateY(0); }
100% {
opacity: 0;
-o-transform: translateY(20px); } }
@keyframes fadeOutDown {
0% {
opacity: 1;
transform: translateY(0); }
100% {
opacity: 0;
transform: translateY(20px); } }
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0); }
100% {
opacity: 0;
-webkit-transform: translateX(-20px); } }
@-moz-keyframes fadeOutLeft {
0% {
opacity: 1;
-moz-transform: translateX(0); }
100% {
opacity: 0;
-moz-transform: translateX(-20px); } }
@-ms-keyframes fadeOutLeft {
0% {
opacity: 1;
-ms-transform: translateX(0); }
100% {
opacity: 0;
-ms-transform: translateX(-20px); } }
@-o-keyframes fadeOutLeft {
0% {
opacity: 1;
-o-transform: translateX(0); }
100% {
opacity: 0;
-o-transform: translateX(-20px); } }
@keyframes fadeOutLeft {
0% {
opacity: 1;
transform: translateX(0); }
100% {
opacity: 0;
transform: translateX(-20px); } }
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0); }
100% {
opacity: 0;
-webkit-transform: translateX(20px); } }
@-moz-keyframes fadeOutRight {
0% {
opacity: 1;
-moz-transform: translateX(0); }
100% {
opacity: 0;
-moz-transform: translateX(20px); } }
@-ms-keyframes fadeOutRight {
0% {
opacity: 1;
-ms-transform: translateX(0); }
100% {
opacity: 0;
-ms-transform: translateX(20px); } }
@-o-keyframes fadeOutRight {
0% {
opacity: 1;
-o-transform: translateX(0); }
100% {
opacity: 0;
-o-transform: translateX(20px); } }
@keyframes fadeOutRight {
0% {
opacity: 1;
transform: translateX(0); }
100% {
opacity: 0;
transform: translateX(20px); } }
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0); }
100% {
opacity: 0;
-webkit-transform: translateY(-20px); } }
@-moz-keyframes fadeOutUp {
0% {
opacity: 1;
-moz-transform: translateY(0); }
100% {
opacity: 0;
-moz-transform: translateY(-20px); } }
@-ms-keyframes fadeOutUp {
0% {
opacity: 1;
-ms-transform: translateY(0); }
100% {
opacity: 0;
-ms-transform: translateY(-20px); } }
@-o-keyframes fadeOutUp {
0% {
opacity: 1;
-o-transform: translateY(0); }
100% {
opacity: 0;
-o-transform: translateY(-20px); } }
@keyframes fadeOutUp {
0% {
opacity: 1;
transform: translateY(0); }
100% {
opacity: 0;
transform: translateY(-20px); } }
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) rotateY(0);
-webkit-animation-timing-function: ease-out; }
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
-webkit-animation-timing-function: ease-out; }
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in; }
80% {
-webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
-webkit-animation-timing-function: ease-in; }
100% {
-webkit-transform: perspective(400px) scale(1);
-webkit-animation-timing-function: ease-in; } }
@-moz-keyframes flip {
0% {
-moz-transform: perspective(400px) rotateY(0);
-moz-animation-timing-function: ease-out; }
40% {
-moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
-moz-animation-timing-function: ease-out; }
50% {
-moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-moz-animation-timing-function: ease-in; }
80% {
-moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
-moz-animation-timing-function: ease-in; }
100% {
-moz-transform: perspective(400px) scale(1);
-moz-animation-timing-function: ease-in; } }
@-o-keyframes flip {
0% {
-o-transform: perspective(400px) rotateY(0);
-o-animation-timing-function: ease-out; }
40% {
-o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
-o-animation-timing-function: ease-out; }
50% {
-o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-o-animation-timing-function: ease-in; }
80% {
-o-transform: perspective(400px) rotateY(360deg) scale(0.95);
-o-animation-timing-function: ease-in; }
100% {
-o-transform: perspective(400px) scale(1);
-o-animation-timing-function: ease-in; } }
@keyframes flip {
0% {
transform: perspective(400px) rotateY(0);
animation-timing-function: ease-out; }
40% {
transform: perspective(400px) translateZ(150px) rotateY(170deg);
animation-timing-function: ease-out; }
50% {
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
animation-timing-function: ease-in; }
80% {
transform: perspective(400px) rotateY(360deg) scale(0.95);
animation-timing-function: ease-in; }
100% {
transform: perspective(400px) scale(1);
animation-timing-function: ease-in; } }
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
opacity: 0; }
40% {
-webkit-transform: perspective(400px) rotateX(-10deg); }
70% {
-webkit-transform: perspective(400px) rotateX(10deg); }
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
opacity: 1; } }
@-moz-keyframes flipInX {
0% {
-moz-transform: perspective(400px) rotateX(90deg);
opacity: 0; }
40% {
-moz-transform: perspective(400px) rotateX(-10deg); }
70% {
-moz-transform: perspective(400px) rotateX(10deg); }
100% {
-moz-transform: perspective(400px) rotateX(0deg);
opacity: 1; } }
@-o-keyframes flipInX {
0% {
-o-transform: perspective(400px) rotateX(90deg);
opacity: 0; }
40% {
-o-transform: perspective(400px) rotateX(-10deg); }
70% {
-o-transform: perspective(400px) rotateX(10deg); }
100% {
-o-transform: perspective(400px) rotateX(0deg);
opacity: 1; } }
@keyframes flipInX {
0% {
transform: perspective(400px) rotateX(90deg);
opacity: 0; }
40% {
transform: perspective(400px) rotateX(-10deg); }
70% {
transform: perspective(400px) rotateX(10deg); }
100% {
transform: perspective(400px) rotateX(0deg);
opacity: 1; } }
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
opacity: 0; }
40% {
-webkit-transform: perspective(400px) rotateY(-10deg); }
70% {
-webkit-transform: perspective(400px) rotateY(10deg); }
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
opacity: 1; } }
@-moz-keyframes flipInY {
0% {
-moz-transform: perspective(400px) rotateY(90deg);
opacity: 0; }
40% {
-moz-transform: perspective(400px) rotateY(-10deg); }
70% {
-moz-transform: perspective(400px) rotateY(10deg); }
100% {
-moz-transform: perspective(400px) rotateY(0deg);
opacity: 1; } }
@-ms-keyframes flipInY {
0% {
-ms-transform: perspective(400px) rotateY(90deg);
opacity: 0; }
40% {
-ms-transform: perspective(400px) rotateY(-10deg); }
70% {
-ms-transform: perspective(400px) rotateY(10deg); }
100% {
-ms-transform: perspective(400px) rotateY(0deg);
opacity: 1; } }
@-o-keyframes flipInY {
0% {
-o-transform: perspective(400px) rotateY(90deg);
opacity: 0; }
40% {
-o-transform: perspective(400px) rotateY(-10deg); }
70% {
-o-transform: perspective(400px) rotateY(10deg); }
100% {
-o-transform: perspective(400px) rotateY(0deg);
opacity: 1; } }
@keyframes flipInY {
0% {
transform: perspective(400px) rotateY(90deg);
opacity: 0; }
40% {
transform: perspective(400px) rotateY(-10deg); }
70% {
transform: perspective(400px) rotateY(10deg); }
100% {
transform: perspective(400px) rotateY(0deg);
opacity: 1; } }
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
opacity: 1; }
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
opacity: 0; } }
@-moz-keyframes flipOutX {
0% {
-moz-transform: perspective(400px) rotateX(0deg);
opacity: 1; }
100% {
-moz-transform: perspective(400px) rotateX(90deg);
opacity: 0; } }
@-ms-keyframes flipOutX {
0% {
-ms-transform: perspective(400px) rotateX(0deg);
opacity: 1; }
100% {
-ms-transform: perspective(400px) rotateX(90deg);
opacity: 0; } }
@-o-keyframes flipOutX {
0% {
-o-transform: perspective(400px) rotateX(0deg);
opacity: 1; }
100% {
-o-transform: perspective(400px) rotateX(90deg);
opacity: 0; } }
@keyframes flipOutX {
0% {
transform: perspective(400px) rotateX(0deg);
opacity: 1; }
100% {
transform: perspective(400px) rotateX(90deg);
opacity: 0; } }
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
opacity: 1; }
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
opacity: 0; } }
@-moz-keyframes flipOutY {
0% {
-moz-transform: perspective(400px) rotateY(0deg);
opacity: 1; }
100% {
-moz-transform: perspective(400px) rotateY(90deg);
opacity: 0; } }
@-ms-keyframes flipOutY {
0% {
-ms-transform: perspective(400px) rotateY(0deg);
opacity: 1; }
100% {
-ms-transform: perspective(400px) rotateY(90deg);
opacity: 0; } }
@-o-keyframes flipOutY {
0% {
-o-transform: perspective(400px) rotateY(0deg);
opacity: 1; }
100% {
-o-transform: perspective(400px) rotateY(90deg);
opacity: 0; } }
@keyframes flipOutY {
0% {
transform: perspective(400px) rotateY(0deg);
opacity: 1; }
100% {
transform: perspective(400px) rotateY(90deg);
opacity: 0; } }
@-webkit-keyframes bounce-s {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0); }
40% {
-webkit-transform: translateY(-8px); }
60% {
-webkit-transform: translateY(-3px); } }
@-moz-keyframes bounce-s {
0%, 20%, 50%, 80%, 100% {
-moz-transform: translateY(0); }
40% {
-moz-transform: translateY(-8px); }
60% {
-moz-transform: translateY(-3px); } }
@-ms-keyframes bounce-s {
0%, 20%, 50%, 80%, 100% {
-ms-transform: translateY(0); }
40% {
-ms-transform: translateY(-8px); }
60% {
-ms-transform: translateY(-3px); } }
@-o-keyframes bounce-s {
0%, 20%, 50%, 80%, 100% {
-o-transform: translateY(0); }
40% {
-o-transform: translateY(-8px); }
60% {
-o-transform: translateY(-3px); } }
@keyframes bounce-s {
0%, 20%, 50%, 80%, 100% {
transform: translateY(0); }
40% {
transform: translateY(-8px); }
60% {
transform: translateY(-3px); } }
@-webkit-keyframes bounce-xs {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0); }
40% {
-webkit-transform: translateY(0px); }
60% {
-webkit-transform: translateY(-1px); } }
@-moz-keyframes bounce-xs {
0%, 20%, 50%, 80%, 100% {
-moz-transform: translateY(0); }
40% {
-moz-transform: translateY(0px); }
60% {
-moz-transform: translateY(-2px); } }
@-ms-keyframes bounce-xs {
0%, 20%, 50%, 80%, 100% {
-ms-transform: translateY(0); }
40% {
-ms-transform: translateY(0px); }
60% {
-ms-transform: translateY(-2px); } }
@-o-keyframes bounce-xs {
0%, 20%, 50%, 80%, 100% {
-o-transform: translateY(0); }
40% {
-o-transform: translateY(0px); }
60% {
-o-transform: translateY(-2px); } }
@keyframes bounce-xs {
0%, 20%, 50%, 80%, 100% {
transform: translateY(0); }
40% {
transform: translateY(0px); }
60% {
transform: translateY(-2px); } }
@-webkit-keyframes loadInUp {
0% {
-webkit-transform: translateY(15%);
opacity: 0; }
100% {
-webkit-transform: translateY(0);
opacity: 1; } }
@-moz-keyframes loadInUp {
0% {
-moz-transform: translateY(15%);
opacity: 0; }
100% {
-moz-transform: translateY(0);
opacity: 1; } }
@-ms-keyframes loadInUp {
0% {
-ms-transform: translateY(15%);
opacity: 0; }
100% {
-ms-transform: translateY(0);
opacity: 1; } }
@-o-keyframes loadInUp {
0% {
-o-transform: translateY(15%);
opacity: 0; }
100% {
-o-transform: translateY(0);
opacity: 1; } }
@keyframes loadInUp {
0% {
transform: translateY(15%);
opacity: 0; }
100% {
transform: translateY(0);
opacity: 1; } }
.fadeIn {
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-ms-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-ms-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
-ms-animation-timing-function: ease;
-o-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeInDown {
-webkit-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-ms-animation-name: fadeInDown;
-o-animation-name: fadeInDown;
animation-name: fadeInDown;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-ms-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
-ms-animation-timing-function: ease;
-o-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeInLeft, .mfp-wrap.mfp-fade .mfp-content {
-webkit-animation-name: fadeInLeft;
-moz-animation-name: fadeInLeft;
-ms-animation-name: fadeInLeft;
-o-animation-name: fadeInLeft;
animation-name: fadeInLeft;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-ms-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
-ms-animation-timing-function: ease;
-o-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeInRight {
-webkit-animation-name: fadeInRight;
-moz-animation-name: fadeInRight;
-ms-animation-name: fadeInRight;
-o-animation-name: fadeInRight;
animation-name: fadeInRight;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-ms-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
-ms-animation-timing-function: ease;
-o-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeInUp {
-webkit-animation-name: fadeInUp;
-moz-animation-name: fadeInUp;
-ms-animation-name: fadeInUp;
-o-animation-name: fadeInUp;
animation-name: fadeInUp;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-ms-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
-ms-animation-timing-function: ease;
-o-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeOut {
-webkit-animation-name: fadeOut;
-moz-animation-name: fadeOut;
-ms-animation-name: fadeOut;
-o-animation-name: fadeOut;
animation-name: fadeOut;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-ms-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
-ms-animation-timing-function: ease;
-o-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
-moz-animation-name: fadeOutDown;
-ms-animation-name: fadeOutDown;
-o-animation-name: fadeOutDown;
animation-name: fadeOutDown;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-ms-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
-ms-animation-timing-function: ease;
-o-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
-moz-animation-name: fadeOutLeft;
-ms-animation-name: fadeOutLeft;
-o-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-ms-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
-ms-animation-timing-function: ease;
-o-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
-moz-animation-name: fadeOutRight;
-ms-animation-name: fadeOutRight;
-o-animation-name: fadeOutRight;
animation-name: fadeOutRight;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-ms-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
-ms-animation-timing-function: ease;
-o-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden; }
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
-moz-animation-name: fadeOutUp;
-ms-animation-name: fadeOutUp;
-o-animation-name: fadeOutUp;
animation-name: fadeOutUp;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-ms-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
-ms-animation-timing-function: ease;
-o-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden; }
.flipInX {
-webkit-animation-name: flipInX;
-moz-animation-name: flipInX;
-ms-animation-name: flipInX;
-o-animation-name: flipInX;
animation-name: flipInX;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-ms-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
-ms-animation-timing-function: ease;
-o-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden; }
.flipInY {
-webkit-animation-name: flipInY;
-moz-animation-name: flipInY;
-ms-animation-name: flipInY;
-o-animation-name: flipInY;
animation-name: flipInY;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-ms-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
-ms-animation-timing-function: ease;
-o-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden; }
.flipOutX {
-webkit-animation-name: flipOutX;
-moz-animation-name: flipOutX;
-ms-animation-name: flipOutX;
-o-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-ms-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
-ms-animation-timing-function: ease;
-o-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden; }
.flipOutY {
-webkit-animation-name: flipOutY;
-moz-animation-name: flipOutY;
-ms-animation-name: flipOutY;
-o-animation-name: flipOutY;
animation-name: flipOutY;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-ms-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
-ms-animation-timing-function: ease;
-o-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden; }
.bounce-s {
-webkit-animation-name: bounceOutLeft;
-moz-animation-name: bounceOutLeft;
-ms-animation-name: bounceOutLeft;
-o-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-ms-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
-ms-animation-timing-function: ease;
-o-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden; }
.loadInUp {
-webkit-animation-name: loadInUp;
-moz-animation-name: loadInUp;
-ms-animation-name: loadInUp;
-o-animation-name: loadInUp;
animation-name: loadInUp;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-ms-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
-ms-animation-timing-function: ease;
-o-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden; }
input:focus {
outline: none; }
.logo-main-box {
min-width: 240px;
font: 3em/1em "Scada", Arial, Helvetica, sans-serif;
letter-spacing: -2px;
cursor: pointer;
padding: 10px 0; }
@media (max-width: 1200px) {
.logo-main-box {
font-size: 2.5em;
line-height: 1.3em;
min-width: auto; } }
@media (max-width: 767px) {
.logo-main-box {
padding-left: 10px; } }
@media (max-width: 600px) {
.logo-main-box {
font-size: 2.5em;
line-height: 1.3em;
padding-left: 5px;
min-width: auto; } }
@media (max-width: 450px) {
.logo-main-box span {
display: none; } }
.logo-main-box span.bold {
font-weight: bold;
margin-left: -2px; }
.logo-main-box:hover .logo {
-webkit-animation: bounce-s 1s ease;
-o-animation: bounce-s 1s ease;
animation: bounce-s 1s ease; }
.logo-main-box .logo {
margin: 0 -8px 0 -5px; }
.logo {
background: #FFFFFF;
border: 3px solid #005588;
position: relative;
display: inline-block;
cursor: pointer;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
width: 30px;
height: 30px; }
.logo:before {
font: 13px/1.8em 'Glyphicons Halflings';
content: "\e021";
color: #50AEE6;
position: absolute;
left: 5px;
top: 0; }
.logo:after {
display: block;
content: "";
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color: #005588 transparent transparent transparent;
position: absolute;
left: 50%;
margin-left: -5px;
bottom: -8px;
width: 0;
height: 0; }
.logo:hover {
-webkit-animation: bounce-s 1s ease;
-o-animation: bounce-s 1s ease;
animation: bounce-s 1s ease; }
.logo.apartment, .logo.office, .logo.house, .logo.villa {
width: 35px;
height: 35px;
border-color: #50AEE6; }
.logo.apartment:before, .logo.office:before, .logo.house:before, .logo.villa:before {
color: #005588;
font: 22px/1.3em "HomeSquare";
left: 3px; }
.logo.apartment:after, .logo.office:after, .logo.house:after, .logo.villa:after {
border-color: #50AEE6 transparent transparent transparent !important; }
.irs-line-left, .irs-line-mid, .irs-line-right {
position: absolute;
display: block;
top: 0; }
.irs-from, .irs-to, .irs-single {
position: absolute;
display: block;
top: 0;
left: 0;
cursor: default;
white-space: nowrap; }
.irs {
position: relative;
display: block; }
.irs-line {
position: relative;
display: block;
overflow: hidden; }
.irs-line-left {
left: 0;
width: 10%; }
.irs-line-mid {
left: 9%;
width: 82%; }
.irs-line-right {
right: 0;
width: 10%; }
.irs-diapason {
position: absolute;
display: block;
left: 0;
width: 100%; }
.irs-slider {
position: absolute;
display: block;
cursor: default;
border: 1px solid #50AEE6;
background: #50AEE6;
-webkit-box-shadow: inset 0 0 0 1px #FFFFFF;
box-shadow: inset 0 0 0 1px #FFFFFF; }
.irs-slider.single {
left: 10px; }
.irs-slider.from {
left: 100px; }
.irs-slider.to {
left: 300px; }
.irs-min {
position: absolute;
display: block;
left: 0;
cursor: default; }
.irs-max {
position: absolute;
display: block;
right: 0;
cursor: default; }
.irs-grid {
position: absolute;
display: none;
bottom: 0;
left: 0;
width: 100%;
height: 20px; }
.irs-grid-pol {
position: absolute;
top: 0;
left: 0;
width: 1px;
height: 8px;
background: #000000; }
.irs-grid-pol.small {
height: 4px; }
.irs-grid-text {
position: absolute;
bottom: 0;
left: 0;
width: 100px;
white-space: nowrap;
text-align: center;
font-size: 9px;
line-height: 9px;
color: #000000; }
.irs-disable-mask {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
cursor: default;
background: #000000;
z-index: 2; }
.irs-disabled {
opacity: 0.4;
filter: alpha(opacity=40); }
.irs-with-grid .irs-grid {
display: block; }
.irs-min, .irs-max {
color: #333333;
font-size: 10px;
line-height: 1.333;
text-shadow: none;
top: 0;
padding: 1px 3px;
background: #f2f2f2; }
.irs-from, .irs-to, .irs-single {
color: #333333;
font-size: 12px;
line-height: 1.333;
text-shadow: none;
padding: 1px 5px; }
.irs-line-mid, .irs-line-left, .irs-line-right {
background: #bababa;
height: 3px; }
.irs-diapason {
height: 3px;
top: 28px;
background: #50AEE6; }
.irs-slider {
width: 15px;
height: 15px;
top: 22px;
cursor: url(http://maps.gstatic.com/mapfiles/openhand_8_8.cur) 8 8, default; }
.irs {
height: 40px; }
.irs-with-grid {
height: 60px; }
.irs-line {
height: 3px;
top: 28px; }
#irs-active-slider {
background-position: 0 -120px; }
.irs-grid-pol {
background: #f7f7f7; }
.irs-grid-text {
color: #005588; }
#map .cluster {
width: 0;
height: 0;
position: absolute; }
#map .cluster > img {
display: none; }
#map .cluster > div {
background: #fafafa;
color: #005588 !important;
line-height: 30px !important;
width: 100% !important;
height: 100% !important;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 15px rgba(80, 174, 230, 0.7);
box-shadow: 0 0 0 15px rgba(80, 174, 230, 0.7);
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
#map .cluster > div:hover {
-webkit-box-shadow: 0 0 0 15px #50AEE6;
box-shadow: 0 0 0 15px #50AEE6; }
.btn, #main-menu-handle {
position: relative;
background: #50AEE6;
color: #FFFFFF;
/*border: 0;*/
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
line-height: 2.2em;
padding: 0 15px;
outline: none !important;
font-family: "Scada", Arial, Helvetica, sans-serif;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.btn:after, #main-menu-handle:after {
left: 0;
content: "";
bottom: -2px;
display: block;
position: absolute;
background: #50AEE6;
width: 100%;
height: 1px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.btn:hover, #main-menu-handle:hover {
background: #2399e0;
color: #FFFFFF; }
.btn:hover:after, #main-menu-handle:hover:after {
background: #2399e0; }
.btn:focus, #main-menu-handle:focus {
outline: none;
color: #FFFFFF; }
input[type="text"]:not([class*="select2"]), input[type="email"]:not([class*="select2"]), input[type="password"]:not([class*="select2"]), input[type="url"]:not([class*="select2"]), textarea:not([class*="select2"]), select:not([class*="select2"]), .input-group-addon:not([class*="select2"]) {
background: #FFFFFF;
padding: 10px;
color: #333333;
font-size: 14px;
border: 1px solid #d4d4d4;
border-bottom-color: #50AEE6;
outline: none;
-webkit-box-shadow: none;
box-shadow: none; }
input[type="text"]:not([class*="select2"]).placeholder, input[type="email"]:not([class*="select2"]).placeholder, input[type="password"]:not([class*="select2"]).placeholder, input[type="url"]:not([class*="select2"]).placeholder, textarea:not([class*="select2"]).placeholder, select:not([class*="select2"]).placeholder, .input-group-addon:not([class*="select2"]).placeholder {
color: #333333; }
input[type="text"]:not([class*="select2"]):-moz-placeholder, input[type="email"]:not([class*="select2"]):-moz-placeholder, input[type="password"]:not([class*="select2"]):-moz-placeholder, input[type="url"]:not([class*="select2"]):-moz-placeholder, textarea:not([class*="select2"]):-moz-placeholder, select:not([class*="select2"]):-moz-placeholder, .input-group-addon:not([class*="select2"]):-moz-placeholder {
color: #333333; }
input[type="text"]:not([class*="select2"])::-moz-placeholder, input[type="email"]:not([class*="select2"])::-moz-placeholder, input[type="password"]:not([class*="select2"])::-moz-placeholder, input[type="url"]:not([class*="select2"])::-moz-placeholder, textarea:not([class*="select2"])::-moz-placeholder, select:not([class*="select2"])::-moz-placeholder, .input-group-addon:not([class*="select2"])::-moz-placeholder {
color: #333333; }
input[type="text"]:not([class*="select2"]):-ms-input-placeholder, input[type="email"]:not([class*="select2"]):-ms-input-placeholder, input[type="password"]:not([class*="select2"]):-ms-input-placeholder, input[type="url"]:not([class*="select2"]):-ms-input-placeholder, textarea:not([class*="select2"]):-ms-input-placeholder, select:not([class*="select2"]):-ms-input-placeholder, .input-group-addon:not([class*="select2"]):-ms-input-placeholder {
color: #333333; }
input[type="text"]:not([class*="select2"])::-webkit-input-placeholder, input[type="email"]:not([class*="select2"])::-webkit-input-placeholder, input[type="password"]:not([class*="select2"])::-webkit-input-placeholder, input[type="url"]:not([class*="select2"])::-webkit-input-placeholder, textarea:not([class*="select2"])::-webkit-input-placeholder, select:not([class*="select2"])::-webkit-input-placeholder, .input-group-addon:not([class*="select2"])::-webkit-input-placeholder {
color: #333333; }
input[type="text"]:not([class*="select2"]):focus, input[type="email"]:not([class*="select2"]):focus, input[type="password"]:not([class*="select2"]):focus, input[type="url"]:not([class*="select2"]):focus, textarea:not([class*="select2"]):focus, select:not([class*="select2"]):focus, .input-group-addon:not([class*="select2"]):focus {
-webkit-box-shadow: none;
box-shadow: none;
outline: none; }
input[type="text"]:disabled, input[type="email"]:disabled, input[type="password"]:disabled, input[type="url"]:disabled, textarea:disabled, select:disabled, .input-group-addon:disabled {
background-color: #ededed; }
.input-group input, .input-group .input-group-addon {
padding: 11px 10px !important; }
.hsq-checkbox input {
display: none; }
.hsq-checkbox label {
padding-left: 30px;
position: relative;
cursor: pointer;
line-height: 45px;
margin: 0;
font-weight: normal; }
.hsq-checkbox label span {
width: 20px;
height: 20px;
background: #FFFFFF;
border: 1px solid #50AEE6;
position: absolute;
left: 1px;
top: 12px; }
.hsq-checkbox label span:before {
position: absolute;
left: 3px;
top: -1px;
display: block;
color: #50AEE6;
font-size: .8em;
line-height: 20px;
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.hsq-checkbox label > input:checked + span:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
border: 1px solid #50AEE6;
outline: none; }
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
border: 1px solid #50AEE6; }
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit {
background: #fafafa;
display: list-item;
padding-left: 5px; }
.select2-offscreen, .select2-offscreen:focus {
clip: rect(0 0 0 0) !important;
width: 1px !important;
height: 1px !important;
border: 0 !important;
margin: 0 !important;
padding: 0 !important;
overflow: hidden !important;
position: absolute !important;
outline: 0 !important;
left: 0 !important;
top: 0 !important; }
.select2-container {
margin: 0;
position: relative;
display: inline-block;
vertical-align: middle;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.select2-container .select2-choice {
display: block;
height: 42px;
padding: 0 0 0 8px;
overflow: hidden;
position: relative;
border: 1px solid #d4d4d4;
border-bottom-color: #50AEE6;
background-color: #FFFFFF;
white-space: nowrap;
line-height: 42px;
color: #333333;
text-decoration: none;
font-size: 14px;
-moz-background-clip: padding;
-o-background-clip: padding-box;
-webkit-background-clip: padding;
background-clip: padding-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.select2-container .select2-choice abbr {
display: none;
width: 12px;
height: 12px;
position: absolute;
right: 24px;
top: 8px;
font-size: 1px;
text-decoration: none;
border: 0;
background: url(../img/select2.png) right top no-repeat;
cursor: pointer;
outline: 0; }
.select2-container .select2-choice abbr:hover {
background-position: right -11px;
cursor: pointer; }
.select2-container .select2-choice .select2-arrow {
display: inline-block;
width: 18px;
height: 100%;
position: absolute;
right: 0;
top: 0; }
.select2-container .select2-choice .select2-arrow b {
display: block;
width: 100%;
height: 100%;
background: url(../img/select2.png) no-repeat -4px 6px; }
.select2-container .select2-choice > .select2-chosen {
margin-right: 26px;
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
float: none;
width: auto; }
.select2-container.select2-allowclear .select2-choice .select2-chosen {
margin-right: 42px; }
.select2-container.select2-allowclear .select2-choice abbr {
display: inline-block; }
.select2-container.select2-container-disabled .select2-choice {
background-color: #fafafa;
background-image: none;
border: 1px solid #fafafa;
cursor: default; }
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
background-color: #fafafa;
background-image: none;
border-left: 0; }
.select2-container.select2-container-disabled .select2-choice abbr {
display: none; }
.select2-drop {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
margin-top: -1px;
position: absolute;
z-index: 9999;
top: 100%;
background: #FFFFFF;
color: #000000;
border: 1px solid #d4d4d4;
border-top: 0; }
.select2-drop.select2-drop-above {
margin-top: 1px;
border-top: 1px solid #d4d4d4;
border-bottom: 0; }
.select2-drop.select2-drop-above.select2-drop-active {
border-top: 1px solid #50AEE6; }
.select2-search {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
width: 100%;
min-height: 26px;
margin: 0;
padding: 4px 4px 0 4px;
position: relative;
z-index: 10000;
white-space: nowrap; }
.select2-search input {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: auto !important;
min-height: 26px;
padding: 4px 20px 4px 5px;
margin: 0;
outline: 0;
font-size: 1em;
border: 1px solid #d4d4d4;
background: #FFFFFF url(../img/select2.png) no-repeat 100% -22px; }
.select2-search input.select2-active {
background: #FFFFFF url(../img/select2-spinner.gif) no-repeat 100%; }
html[dir="rtl"] .select2-results {
padding: 0 4px 0 0;
margin: 4px 0 4px 4px; }
html[dir="rtl"] .select2-container-multi .select2-choices {
padding: 0 0 0 5px; }
html[dir="rtl"] .select2-container-multi .select2-choices li {
float: right; }
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
margin: 3px 5px 3px 0;
padding: 3px 18px 3px 5px; }
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
left: auto;
right: 2px; }
html[dir="rtl"] .select2-search-choice-close {
right: auto;
left: 3px; }
html[dir="rtl"] .select2-container .select2-choice {
padding: 0 8px 0 0; }
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
left: 0;
right: auto;
border-left: none;
border-right: 1px solid #d4d4d4; }
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
background-position: -2px 6px; }
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
margin-left: 26px;
margin-right: 0; }
html[dir="rtl"] .select2-search input {
padding: 4px 5px 4px 20px;
background: #FFFFFF url(../img/select2.png) no-repeat -37px -22px; }
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
border-right: none; }
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
background-position: -20px 6px; }
.select2-drop-mask {
border: 0;
margin: 0;
padding: 0;
position: fixed;
left: 0;
top: 0;
min-height: 100%;
min-width: 100%;
width: auto;
height: auto;
z-index: 9998;
background-color: #FFFFFF;
opacity: 0;
filter: alpha(opacity=0); }
.select2-drop-active {
border: 1px solid #50AEE6;
border-top: none; }
.select2-drop-auto-width {
border-top: 1px solid #d4d4d4;
width: auto; }
.select2-dropdown-open .select2-choice {
border-color: #50AEE6;
border-bottom-color: transparent; }
.select2-dropdown-open .select2-choice .select2-arrow {
background: transparent;
border-left: none;
filter: none; }
.select2-dropdown-open .select2-choice .select2-arrow b {
background-position: -22px 6px; }
.select2-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
height: 1px; }
.select2-results {
max-height: 200px;
padding: 0 0 0 4px;
margin: 4px 4px 4px 0;
position: relative;
overflow-x: hidden;
overflow-y: auto; }
.select2-results li {
list-style: none;
display: list-item;
background-image: none; }
.select2-results li em {
background: #50AEE6;
font-style: normal; }
.select2-results li.select2-result-with-children > .select2-result-label {
font-weight: bold; }
.select2-results .select2-result-label {
padding: 3px 7px 4px;
margin: 0;
cursor: pointer;
min-height: 1em;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.select2-results .select2-highlighted {
background: #005588;
color: #FFFFFF; }
.select2-results .select2-highlighted em {
background: transparent; }
.select2-results .select2-highlighted ul {
background: #FFFFFF;
color: #000000; }
.select2-results .select2-ajax-error {
background: #50AEE6; }
.select2-results .select2-disabled {
background: #fafafa;
display: list-item;
cursor: default; }
.select2-results .select2-disabled.select2-highlighted {
color: #50AEE6;
background: #fafafa;
display: list-item;
cursor: default; }
.select2-results .select2-selected {
display: none; }
.select2-results ul.select2-result-sub {
margin: 0;
padding-left: 0; }
.select2-more-results {
background: #fafafa;
display: list-item; }
.select2-more-results.select2-active {
background: #fafafa url(../img/select2-spinner.gif) no-repeat 100%; }
.select2-container-multi .select2-choices {
height: auto !important;
margin: 0;
padding: 0 5px 0 0;
position: relative;
border: 1px solid #d4d4d4;
cursor: text;
overflow: hidden;
background-color: #FFFFFF;
min-height: 26px; }
.select2-container-multi .select2-choices li {
float: left;
list-style: none; }
.select2-container-multi .select2-choices .select2-search-field {
margin: 0;
padding: 0;
white-space: nowrap; }
.select2-container-multi .select2-choices .select2-search-field input {
padding: 5px;
margin: 1px 0;
font-size: 100%;
color: #50AEE6;
outline: 0;
border: 0;
background: transparent !important; }
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
background: #FFFFFF url(../img/select2-spinner.gif) no-repeat 100% !important; }
.select2-container-multi .select2-choices .select2-search-choice {
padding: 3px 5px 3px 18px;
margin: 3px 0 3px 5px;
position: relative;
line-height: 13px;
color: #fafafa;
cursor: default;
border: 1px solid #d4d4d4;
-moz-background-clip: padding;
-o-background-clip: padding-box;
-webkit-background-clip: padding;
background-clip: padding-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #fafafa; }
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
cursor: default; }
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
background-position: right -11px; }
.select2-container-multi .select2-choices .select2-search-choice-focus {
background: #d4d4d4; }
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
background-position: right -11px; }
.select2-container-multi .select2-search-choice-close {
left: 3px; }
.select2-container-multi.select2-container-active .select2-choices {
border: 1px solid #333333;
outline: none; }
.select2-container-multi.select2-container-disabled .select2-choices {
background-color: #fafafa;
background-image: none;
border: 1px solid #fafafa;
cursor: default; }
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
padding: 3px 5px;
border: 1px solid #fafafa;
background-image: none;
background-color: #fafafa; }
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
display: none;
background: none; }
.select2-locked {
padding: 3px 5px 3px 5px !important; }
.select2-default {
color: #333333 !important; }
.select2-search-choice-close {
display: block;
width: 12px;
height: 13px;
position: absolute;
right: 3px;
top: 4px;
font-size: 1px;
outline: none;
background: url(../img/select2.png) right top no-repeat; }
.select2-display-none {
display: none; }
.select2-measure-scrollbar {
position: absolute;
top: -10000px;
left: -10000px;
width: 100px;
height: 100px;
overflow: scroll; }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
.select2-search-choice-close, .select2-search input, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
background-image: url(../img/select2x2.png) !important;
background-repeat: no-repeat !important;
background-size: 60px 40px !important; }
.select2-search input {
background-position: 100% -21px !important; } }
.select2-results-dept-1 .select2-result-label {
padding-left: 20px; }
.select2-results-dept-2 .select2-result-label {
padding-left: 40px; }
.select2-results-dept-3 .select2-result-label {
padding-left: 60px; }
.select2-results-dept-4 .select2-result-label {
padding-left: 80px; }
.select2-results-dept-5 .select2-result-label {
padding-left: 100px; }
.select2-results-dept-6 .select2-result-label {
padding-left: 110px; }
.select2-results-dept-7 .select2-result-label {
padding-left: 120px; }
.select2-result-selectable .select2-match {
text-decoration: underline; }
.select2-result-unselectable .select2-match {
text-decoration: underline; }
.hsq-heading, .service-box-container .service-box .title {
display: block;
position: relative;
line-height: 2.3em;
text-align: center;
font-size: 32px;
font-family: "Scada", Arial, Helvetica, sans-serif; }
@media (max-width: 450px) {
.hsq-heading, .service-box-container .service-box .title {
font-size: 24px; } }
.hsq-heading:before, .service-box-container .service-box .title:before, .hsq-heading:after, .service-box-container .service-box .title:after {
display: block;
position: absolute;
left: 50%;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
content: "";
max-width: 100%; }
.hsq-heading:before, .service-box-container .service-box .title:before {
bottom: 0;
width: 250px;
height: 1px;
background: #d4d4d4; }
.hsq-heading:after, .service-box-container .service-box .title:after {
bottom: -1px;
width: 100px;
height: 3px;
background: #50AEE6; }
.hsq-heading.type-2, .service-box-container .service-box .type-2.title {
overflow: hidden; }
.hsq-heading.type-2:after, .service-box-container .service-box .type-2.title:after {
bottom: -4px;
width: 10px;
height: 10px;
-webkit-box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 4px #50AEE6;
box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 4px #50AEE6;
background: #FFFFFF;
border: 1px solid #50AEE6; }
h1, h2, h3, h4, h5, h6 {
font-family: "Scada", Arial, Helvetica, sans-serif; }
.pagination-box {
margin: 60px 0;
text-align: center; }
.pagination-box ul {
display: inline-block;
position: relative;
z-index: 1; }
.pagination-box ul li {
width: 35px;
height: 35px;
margin: 0 3px;
padding: 0; }
.pagination-box ul li a {
display: block;
background: #50AEE6;
color: #FFFFFF;
line-height: 35px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
position: relative; }
.pagination-box ul li a:after {
left: 0;
content: "";
bottom: -2px;
display: block;
position: absolute;
background: #50AEE6;
width: 100%;
height: 1px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.pagination-box ul li:hover a, .pagination-box ul li.active a {
background: #005588; }
.pagination-box ul li:hover a:after, .pagination-box ul li.active a:after {
background: #005588; }
.sort-section-container {
text-align: center;
font-size: 1.1em;
margin: 20px 0; }
.sort-section-container ul li {
padding: 0;
display: inline-block; }
.sort-section-container ul li a {
position: relative;
padding-right: 20px;
margin-right: 10px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.sort-section-container ul li a:hover {
color: #50AEE6; }
.sort-section-container ul li a:after {
position: absolute;
right: 0;
top: 0;
content: '/';
color: #50AEE6; }
.sort-section-container ul li a.active {
color: #50AEE6; }
.sort-section-container ul li:last-child a {
padding-right: 0;
margin-right: 0; }
.sort-section-container ul li:last-child a:after {
display: none; }
html {
overflow-y: auto;
overflow-x: hidden; }
body {
background: #FFFFFF;
font: 14px/20px "Open Sans", Arial, Helvetica, sans-serif;
color: #333333;
padding: 128px 0 0; }
@media (max-width: 992px) {
body {
padding-top: 0; }
body.sticky {
padding-top: 78px; } }
ul {
list-style: none;
padding: 0;
margin: 0; }
a {
color: #333333; }
a:hover, a:focus {
text-decoration: none;
outline: none; }
a:focus {
color: #50AEE6; }
a:hover {
color: #50AEE6; }
input:focus, textarea:focus {
border-color: #50AEE6;
outline: none !important; }
/*
* Core Owl Carousel CSS File
* v1.3.2
*/
/* display none until init */
.owl-carousel {
display: none;
position: relative;
width: 100%;
margin: 0 auto;
-ms-touch-action: pan-y; }
.owl-carousel .owl-wrapper {
display: none;
position: relative;
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.owl-carousel .owl-wrapper-outer {
overflow: hidden;
position: relative;
width: 100%; }
.owl-carousel .owl-wrapper-outer.autoHeight {
-webkit-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out; }
.owl-carousel .owl-item {
float: left;
padding: 0;
overflow: hidden; }
.owl-carousel .owl-item .item, .owl-carousel .owl-item .items {
position: relative;
z-index: 1;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.owl-carousel .owl-item .item img, .owl-carousel .owl-item .items img {
width: 100%; }
.owl-carousel .owl-page, .owl-carousel .owl-buttons div {
cursor: pointer; }
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.owl-carousel.property-container .owl-item {
padding: 0; }
.owl-carousel.not-16-9 .owl-item .items img {
max-width: none;
width: auto; }
.owl-controls {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent; }
/* mouse grab icon */
.owl-theme {
/* Styling Next and Prev buttons */ }
.owl-theme .owl-controls {
position: absolute;
left: 0;
bottom: 50%;
text-align: center;
width: 100%;
z-index: 1;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* Styling Pagination*/ }
.owl-theme .owl-controls .owl-buttons div {
position: absolute;
bottom: -20px;
display: inline-block;
zoom: 1;
background: #50AEE6;
*display: inline;
/*IE7 life-saver */
color: #FFFFFF;
width: 40px;
height: 40px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.owl-theme .owl-controls .owl-buttons div:before, .owl-theme .owl-controls .owl-buttons div:after {
position: absolute;
display: block;
background: #50AEE6;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
left: 0; }
.owl-theme .owl-controls .owl-buttons div:before {
top: 0;
font-family: "FontAwesome";
width: 100%;
height: 100%;
line-height: 40px; }
.owl-theme .owl-controls .owl-buttons div:after {
content: "";
bottom: -2px;
width: 100%;
height: 1px; }
.owl-theme .owl-controls .owl-buttons div:hover {
background: #005588; }
.owl-theme .owl-controls .owl-buttons div:hover:before, .owl-theme .owl-controls .owl-buttons div:hover:after {
background: #005588; }
.owl-theme .owl-controls .owl-buttons div.owl-next {
right: -50px; }
@media (max-width: 767px) {
.owl-theme .owl-controls .owl-buttons div.owl-next {
right: 0; } }
.owl-theme .owl-controls .owl-buttons div.owl-prev {
left: -50px; }
@media (max-width: 767px) {
.owl-theme .owl-controls .owl-buttons div.owl-prev {
left: 0; } }
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
opacity: 1;
filter: alpha(opacity=100);
text-decoration: none; }
.owl-theme .owl-controls .owl-pagination {
display: inline-block; }
.owl-theme .owl-controls .owl-page {
display: inline-block;
zoom: 1;
*display: inline;
/*IE7 life-saver */ }
.owl-theme .owl-controls .owl-page span {
width: 50px;
height: 6px;
background: #50AEE6;
position: relative;
margin: 5px;
display: block;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.owl-theme .owl-controls .owl-page span:before {
display: block;
content: '';
position: absolute;
left: 0;
bottom: -2px;
width: 100%;
height: 1px;
background: #50AEE6;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls .owl-page:hover span {
background: #005588; }
.owl-theme .owl-controls .owl-page.active span:before, .owl-theme .owl-controls .owl-page:hover span:before {
background: #005588; }
/* preloading images */
.owl-item.loading {
min-height: 150px;
background: url(AjaxLoader.gif) no-repeat center center; }
/* Magnific Popup CSS */
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: rgba(255, 255, 255, 0.8);
opacity: 0.8;
filter: alpha(opacity=80); }
.mfp-bg.mfp-fade {
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.6s ease-out;
-o-transition: all 0.6s ease-out;
transition: all 0.6s ease-out; }
.mfp-bg.mfp-fade.mfp-ready {
opacity: 1;
filter: alpha(opacity=100); }
.mfp-bg.mfp-fade.mfp-removing {
opacity: 0;
filter: alpha(opacity=0); }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-wrap.mfp-fade {
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; }
.mfp-wrap.mfp-fade.mfp-removing {
opacity: 0;
filter: alpha(opacity=0); }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #FFFFFF;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #FFFFFF; }
.mfp-preloader a:hover {
color: #000000; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close, button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 2px;
top: 2px;
text-decoration: none;
text-align: center;
opacity: 0.65;
background: #FFFFFF !important;
filter: alpha(opacity=65);
padding: 0 0 18px 10px;
color: #fafafa;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
opacity: 1;
filter: alpha(opacity=100); }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #000000; }
.mfp-counter {
position: absolute;
top: 8px;
right: 20px;
color: #FFFFFF;
font-size: 12px;
line-height: 25px; }
.mfp-arrow {
position: absolute;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(80, 174, 230, 0); }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover:before, .mfp-arrow:hover:after,
.mfp-arrow:hover .mfp-b,
.mfp-arrow:hover .mfp-a, .mfp-arrow:focus:before, .mfp-arrow:focus:after,
.mfp-arrow:focus .mfp-b,
.mfp-arrow:focus .mfp-a {
background: #000000; }
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
content: '';
display: block;
width: 30px;
height: 1px;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
background: #50AEE6; }
.mfp-arrow:after, .mfp-arrow .mfp-a {
top: -7px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {
top: 14px; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg); }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg); }
.mfp-arrow-right {
right: 10px; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg); }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg); }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 1100px;
height: 100%; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(80, 174, 230, 0.6);
background: #50AEE6; }
/* Main image in popup */
img.mfp-img {
width: auto;
height: auto;
max-width: 100%;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0 0 0;
margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1; }
.mfp-figure small {
color: #FFFFFF;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 0 10px;
cursor: auto;
background: rgba(0, 0, 0, 0.6); }
.mfp-title {
text-align: left;
line-height: 44px;
color: #FFFFFF;
word-wrap: break-word; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
border-bottom: 3px solid #50AEE6; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
* Remove all paddings around the image on small screen
*/
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(80, 174, 230, 0.3);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.2);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }
.mfp-ie7 .mfp-img {
padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
padding: 0; }
.mfp-ie7 .mfp-content {
padding-top: 44px; }
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0; }
/*
* The MIT License
* Copyright (c) 2012 <NAME> <<EMAIL>>
*/
.uploader-container {
text-align: center; }
.uploader-container .add-images-btn {
position: absolute;
left: 50%;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 30px; }
.uploader-container .img-uploader {
text-align: left; }
.uploader-container .img-uploader:before, .uploader-container .img-uploader:after {
content: " ";
display: table; }
.uploader-container .img-uploader:after {
clear: both; }
.uploader-container .img-uploader #preview-template, .uploader-container .img-uploader #gallery-preview-template, .uploader-container .img-uploader #floorplan-uploader {
display: none; }
.uploader-container .img-uploader .preview-box {
float: left;
margin: 0 6px 10px 6px;
position: relative;
border-bottom: 1px solid #50AEE6;
width: 105px;
height: 105px;
background-color: #f2f2f2; }
.uploader-container .img-uploader .preview-box img {
border-bottom: 1px solid #50AEE6; }
.uploader-container .img-uploader .preview-box i {
position: absolute;
right: 0;
top: 0;
width: 17px;
height: 17px;
background-color: red;
color: #FFFFFF;
z-index: 1;
text-align: center;
line-height: 17px;
cursor: pointer; }
.uploader-container .img-uploader .preview-box .progress-box {
height: 10px;
background: #005588;
position: absolute;
left: 0;
bottom: 0; }
.uploader-container .img-uploader .preview-box.dz-image-preview .progress-box {
display: none; }
.uploader-container .img-uploader .preview-box .error {
position: absolute;
left: 0;
top: 50%;
font-size: .9em;
text-align: center;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
padding: 10px 0;
background: rgba(242, 242, 242, 0.85); }
.infobox-main-container > img {
right: 5px;
top: 5px;
position: absolute !important;
z-index: 1;
border: 1px solid #50AEE6; }
.infobox-main-container #infobox-container {
width: 500px; }
.infobox-main-container #infobox-container .propertybox-featured {
position: relative;
-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
box-shadow: 0 0 7px rgba(0, 0, 0, 0.4); }
.infobox-main-container #infobox-container .propertybox-featured .inner-container {
border-bottom: 3px solid #50AEE6; }
.infobox-main-container #infobox-container .propertybox-featured .img-container {
border-bottom: 0; }
.infobox-main-container #infobox-container .propertybox-featured .main-info .desc {
height: 60px;
margin: 5px 0; }
#header-top {
height: 30px;
background: #005588;
line-height: 30px;
font-size: .8em; }
@media (max-width: 300px) {
#header-top .header-top-content {
padding: 0; }
#header-top #login-boxes {
display: none; } }
#header-top a {
color: #FFFFFF;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
#header-top a:hover {
color: #50AEE6; }
#header-top li {
border-left: 1px solid #FFFFFF;
padding: 0 15px; }
#header-top #language-switcher {
float: left;
margin-left: 0;
border-right: 1px solid #FFFFFF; }
#header-top #login-boxes {
float: right;
margin-left: 0;
border-right: 1px solid #FFFFFF; }
#main-header {
background: #FFFFFF;
border-bottom: 3px solid #50AEE6;
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 6;
-webkit-transition: top 0.3s ease;
-o-transition: top 0.3s ease;
transition: top 0.3s ease; }
#main-header.sticky {
top: -30px; }
#main-header.sticky .main-header-cont {
padding-top: 0;
height: 75px; }
#main-header.sticky #main-menu li > ul {
top: 75px; }
@media (max-width: 992px) {
#main-header {
position: relative;
top: 0 !important; }
#main-header.sticky {
position: fixed;
top: -30px !important; }
#main-header.sticky #mobile-menu-container {
max-height: calc(100vh - 78px);
overflow-y: auto; } }
#main-header .main-header-cont {
position: relative;
height: 95px;
padding-top: 10px;
-webkit-transition: top 0.3s ease;
-o-transition: top 0.3s ease;
transition: top 0.3s ease; }
#main-header .main-header-cont:before, #main-header .main-header-cont:after {
content: " ";
display: table; }
#main-header .main-header-cont:after {
clear: both; }
#main-header .menu-container {
padding: 0; }
@media (max-width: 767px) {
#main-header .menu-container {
padding: 0 5px; } }
@media (max-width: 450px) {
#main-header .logo-main-box {
width: 20%; }
#main-header .logo-main-box .logo {
margin: 7px 0 0 15px; }
#main-header .menu-container {
width: 80%; } }
@media (max-width: 300px) {
#main-header .logo-main-box {
width: 50%; }
#main-header .logo-main-box .logo {
margin: 7px 0 0 15px; }
#main-header .menu-container {
width: 50%; } }
#main-header .logo-main-box {
margin-top: 5px; }
#main-header #main-menu {
float: left;
font-family: "Scada", Arial, Helvetica, sans-serif; }
#main-header #main-menu li {
position: relative;
line-height: 75px;
padding: 0; }
@media (max-width: 1200px) {
#main-header #main-menu li {
padding: 0; } }
#main-header #main-menu li a, #main-header #main-menu li span {
padding: 9px 12px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
@media (max-width: 1200px) {
#main-header #main-menu li a, #main-header #main-menu li span {
padding: 3px 5px; } }
#main-header #main-menu li a.current, #main-header #main-menu li a:hover, #main-header #main-menu li span.current, #main-header #main-menu li span:hover {
background: #e1e1e1;
position: relative;
color: #333333; }
#main-header #main-menu li a.current:before, #main-header #main-menu li a:hover:before, #main-header #main-menu li span.current:before, #main-header #main-menu li span:hover:before {
display: block;
/*content: "";*/
position: absolute;
width: 100%;
height: 1px;
background: #e1e1e1;
left: 0;
bottom: -2px; }
#main-header #main-menu li > ul {
position: absolute;
left: 50%;
top: 85px;
visibility: hidden;
background: #FFFFFF;
z-index: 10;
border: 3px solid #50AEE6;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
-moz-transform: scale(0.9) translateX(-50%);
-ms-transform: scale(0.9) translateX(-50%);
-webkit-transform: scale(0.9) translateX(-50%);
transform: scale(0.9) translateX(-50%);
-webkit-transform-origin: left;
-moz-transform-origin: left;
-ms-transform-origin: left;
-o-transform-origin: left;
transform-origin: left;
opacity: 0;
filter: alpha(opacity=0); }
#main-header #main-menu li > ul li {
line-height: 45px; }
#main-header #main-menu li > ul li a {
display: block;
padding: 0 20px;
line-height: 45px;
white-space: nowrap;
text-align: center;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
border-bottom: 1px solid rgba(80, 174, 230, 0.5); }
#main-header #main-menu li > ul li a.current, #main-header #main-menu li > ul li a:hover {
background: #ededed;
color: #333333; }
#main-header #main-menu li > ul li a.current:before, #main-header #main-menu li > ul li a:hover:before {
display: none; }
#main-header #main-menu li > ul li:last-child a {
border-bottom: 0; }
#main-header #main-menu li:hover > ul {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
-moz-transform: scale(1) translateX(-50%);
-ms-transform: scale(1) translateX(-50%);
-webkit-transform: scale(1) translateX(-50%);
transform: scale(1) translateX(-50%); }
#main-header #fullscreen-btn {
position: absolute;
bottom: -63px;
right: 20px;
line-height: 40px;
text-align: center;
color: #50AEE6;
background-color: #FFFFFF;
border: 1px solid #50AEE6;
width: 40px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
cursor: pointer; }
#main-header #fullscreen-btn:hover {
color: #FFFFFF;
background-color: #50AEE6; }
#submit-property-link {
float: right;
margin-top: 23px;
padding: 0 15px 0 30px; }
#submit-property-link:before {
display: block;
font: 1em/1.1em "FontAwesome";
position: absolute;
left: 10px;
top: 8px;
content: "\f067"; }
@media (max-width: 1200px) {
#submit-property-link {
font-size: .9em;
line-height: 2.4em; } }
@media (max-width: 390px) {
#submit-property-link {
height: 30px;
padding: 0 15px; }
#submit-property-link span {
display: none; } }
#main-menu-handle {
float: right;
width: 32px;
height: 30px;
cursor: pointer;
line-height: 32px;
text-align: center;
margin-top: 23px;
margin-left: 10px;
padding: 0;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
#main-menu-handle:hover {
color: #50AEE6; }
#main-menu-handle.active i:before {
content: "\f00d"; }
#mobile-menu-container {
border-top: 3px solid #50AEE6;
background: #FFFFFF; }
@media (max-width: 992px) {
#mobile-menu-container {
display: none; } }
#mobile-menu-container #main-menu {
float: none; }
#mobile-menu-container #main-menu > ul > li > a:after, #mobile-menu-container #main-menu > ul > li > span:after {
background: #50AEE6; }
#mobile-menu-container #main-menu li {
display: block;
padding: 0; }
#mobile-menu-container #main-menu li.active > a, #mobile-menu-container #main-menu li.active span, #mobile-menu-container #main-menu li:hover > a, #mobile-menu-container #main-menu li:hover span {
color: #50AEE6; }
#mobile-menu-container #main-menu li.active > a:before, #mobile-menu-container #main-menu li.active span:before, #mobile-menu-container #main-menu li:hover > a:before, #mobile-menu-container #main-menu li:hover span:before {
background: #50AEE6; }
#mobile-menu-container #main-menu li a, #mobile-menu-container #main-menu li span {
display: block;
padding: 0 20px;
line-height: 35px;
border-bottom: 1px solid #d9d9d9; }
#mobile-menu-container #main-menu li a:after, #mobile-menu-container #main-menu li span:after {
display: block;
content: "";
float: left;
width: 5px;
height: 5px;
background: #005588;
margin: 15px 15px 0 0; }
#mobile-menu-container #main-menu li > ul {
position: initial;
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0);
border: 0;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
border-bottom: 1px solid #e1e1e1; }
#mobile-menu-container #main-menu li > ul:before, #mobile-menu-container #main-menu li > ul:after {
display: none; }
#mobile-menu-container #main-menu li > ul li a, #mobile-menu-container #main-menu li > ul li span {
text-align: left;
padding: 0 30px; }
#mobile-menu-container #main-menu li:hover > ul {
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0); }
#google-map {
height: 550px;
position: relative;
border-bottom: 3px solid #50AEE6; }
#google-map #map {
width: 100%;
height: 100%; }
#google-map .property-search.horizontal {
position: absolute;
left: 50%;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 10px;
background: #50AEE6;
padding: 0; }
#google-map .property-search.horizontal .property-search-box {
padding: 10px 60px 10px 115px;
position: relative;
color: #FFFFFF; }
#google-map .property-search.horizontal .property-search-box .title {
position: absolute;
left: 20px;
top: 0;
text-transform: uppercase;
font: 1.5em/2.8em "Scada", Arial, Helvetica, sans-serif; }
#google-map .property-search.horizontal .property-search-box form .search-filds {
padding: 0 5px; }
#google-map .property-search.horizontal .property-search-box form input[type="text"] {
background: #FFFFFF;
color: #50AEE6;
font: 18px "Scada", Arial, Helvetica, sans-serif;
padding: 0 10px;
border: 0;
width: 100%;
height: 40px; }
#google-map .property-search.horizontal .property-search-box form input[type="text"].placeholder {
color: #50AEE6; }
#google-map .property-search.horizontal .property-search-box form input[type="text"]:-moz-placeholder {
color: #50AEE6; }
#google-map .property-search.horizontal .property-search-box form input[type="text"]::-moz-placeholder {
color: #50AEE6; }
#google-map .property-search.horizontal .property-search-box form input[type="text"]:-ms-input-placeholder {
color: #50AEE6; }
#google-map .property-search.horizontal .property-search-box form input[type="text"]::-webkit-input-placeholder {
color: #50AEE6; }
#google-map .property-search.horizontal .property-search-box form .submit-container {
position: absolute;
right: 0;
top: 0;
background: #7dc3ec;
width: 50px;
height: 60px;
font-size: 1.9em;
line-height: 65px;
text-align: center; }
#google-map .property-search.horizontal .property-search-box form .submit-container input[type="submit"] {
width: 100%;
height: 100%;
border: 0;
position: absolute;
right: 0;
top: 0;
background: none; }
#google-map .property-search.horizontal .property-search-box .main-search-box .chosen-container {
background: #FFFFFF;
color: #50AEE6;
font: 1.3em "Scada", Arial, Helvetica, sans-serif; }
#google-map .property-search.horizontal .property-search-box .main-search-box .chosen-container .chosen-single {
font-size: 18px; }
#google-map .property-search.horizontal .property-search-box .main-search-box .chosen-container .chosen-single div b {
border-color: #50AEE6; }
#google-map .property-search.horizontal .property-search-box .main-search-box .chosen-container .chosen-single div b:before, #google-map .property-search.horizontal .property-search-box .main-search-box .chosen-container .chosen-single div b:after {
background: #50AEE6; }
#google-map .property-search.horizontal .property-search-box .more-fields {
position: absolute;
left: 0;
bottom: 100%;
background: #7dc3ec;
width: 100%;
height: 0;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
#google-map .property-search.horizontal .property-search-box .more-fields.open {
height: 150px; }
#google-map .property-search.horizontal .property-search-box .more-fields .more-option {
position: absolute;
left: 50%;
top: -47px;
text-transform: uppercase;
font: 1em/1.5em "Scada", Arial, Helvetica, sans-serif;
background: #7dc3ec;
padding: 5px 6px;
cursor: pointer;
text-align: center;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
#google-map .property-search.horizontal .property-search-box .more-fields .more-option:before {
display: block;
font: 1.5em/0.7em "FontAwesome";
content: "\f106"; }
#google-map .property-search.horizontal .property-search-box .more-fields .more-option.down:before {
line-height: 18px;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg); }
#google-map .logo {
-webkit-box-shadow: none;
box-shadow: none; }
#property-search-container {
position: relative;
margin-bottom: 130px; }
@media (max-width: 450px) {
#property-search-container {
margin-bottom: 300px; } }
#property-search-container .property-search-form {
position: absolute;
left: 0;
top: -50%;
border: 1px solid #d4d4d4;
background: #FFFFFF;
width: 100%;
z-index: 1;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
padding: 30px 20px 10px; }
@media (max-width: 767px) {
#property-search-container .property-search-form {
width: calc(100% - 20px);
margin: 0 10px; } }
#property-search-container .property-search-form input[type="text"], #property-search-container .property-search-form input[type="url"], #property-search-container .property-search-form select, #property-search-container .property-search-form textarea, #property-search-container .property-search-form button, #property-search-container .property-search-form .select2-container {
width: 100%;
display: block; }
#property-search-container .property-search-form button {
height: 40px; }
#property-search-container .property-search-form .search-field {
min-height: 45px;
margin-bottom: 20px;
padding: 0 10px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
#property-search-container .property-search-form .more-options {
display: inline-block;
position: absolute;
left: 50%;
bottom: -15px;
width: auto;
padding: 0 30px;
height: 30px;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
#property-search-container .property-search-form .more-options i {
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
display: inline-block;
margin-left: 5px;
font-size: .8em; }
@media (max-width: 450px) {
#property-search-container .property-search-form .main-search-sec .search-field {
width: 100%;
float: none; } }
#property-search-container .property-search-form .main-search-sec:before, #property-search-container .property-search-form .main-search-sec:after, #property-search-container .property-search-form .advanced-search-sec:before, #property-search-container .property-search-form .advanced-search-sec:after {
content: " ";
display: table; }
#property-search-container .property-search-form .main-search-sec:after, #property-search-container .property-search-form .advanced-search-sec:after {
clear: both; }
#property-search-container .property-search-form .advanced-search-sec {
display: none;
padding: 20px 0; }
@media (max-width: 450px) {
#property-search-container .property-search-form .advanced-search-sec .search-field {
width: 50%;
float: left; } }
#property-search-container .property-search-form .advanced-search-sec .search-field {
min-height: 30px;
margin-bottom: 10px; }
#property-search-container .property-search-form .advanced-search-sec .search-field .hsq-checkbox label {
line-height: 30px; }
#property-search-container .property-search-form .advanced-search-sec .search-field .hsq-checkbox label span {
top: 3px; }
#property-search-container .property-search-form.opened .more-options i {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg); }
.text-section {
text-align: center;
margin-top: 50px;
margin-bottom: 60px; }
.text-section .description {
color: #aeaeae;
padding: 0 50px;
margin: 35px 0;
line-height: 30px;
font-family: "Open Sans", Arial, Helvetica, sans-serif; }
@media (max-width: 450px) {
.text-section .description {
padding: 0 20px; } }
.text-section .service-box-container {
margin-bottom: 0;
margin-top: 70px; }
.property-listing {
background: #fafafa;
padding: 50px 0 30px; }
.property-listing .hsq-heading, .property-listing .service-box-container .service-box .title, .service-box-container .service-box .property-listing .title {
margin-bottom: 70px; }
.property-listing img {
max-width: 100%; }
.property-listing .property-box {
padding: 0;
margin-bottom: 45px; }
.property-listing .property-box .inner-box {
background: #FFFFFF;
margin: 0 20px;
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 2px rgba(0, 0, 0, 0.1); }
.property-listing .property-box .img-container {
display: block;
position: relative;
overflow: hidden;
height: 210px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.property-listing .property-box .img-container:before, .property-listing .property-box .img-container:after {
display: block;
position: absolute;
z-index: 1;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease; }
.property-listing .property-box .img-container:before {
content: "";
left: 0;
bottom: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
-o-transform: scale(0.6);
transform: scale(0.6);
background: rgba(255, 255, 255, 0.6); }
.property-listing .property-box .img-container:after {
font-family: "FontAwesome";
left: 50%;
top: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
color: #005588;
font-size: 2.7em; }
.property-listing .property-box .img-container img {
position: absolute;
left: 50%;
top: 50%;
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%); }
.property-listing .property-box .img-container .price {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
background-color: rgba(0, 0, 0, 0.3);
color: #FFFFFF;
line-height: 2em;
font-size: 1.7em;
z-index: 1;
text-align: center;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.property-listing .property-box .img-container .tag-label {
position: absolute;
left: 0;
top: 0;
display: inline-block;
padding: 0 20px;
line-height: 30px;
z-index: 1;
color: #FFFFFF; }
.property-listing .property-box .img-container .tag-label.featured {
background-color: #446bbb; }
.property-listing .property-box .img-container .tag-label.hot-offer {
background-color: #d44225; }
.property-listing .property-box .img-container .tag-label.open-house {
background-color: #679026; }
.property-listing .property-box .img-container .tag-label.foreclosure {
background-color: #d49917; }
.property-listing .property-box .bottom-sec {
padding: 30px 30px 40px;
position: relative;
z-index: 1; }
.property-listing .property-box .more-link {
position: absolute;
left: 50%;
bottom: -15px;
z-index: 1;
padding: 0 30px;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
.property-listing .property-box .title {
font-size: 20px;
color: #333333;
display: block;
line-height: 30px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-family: "Scada", Arial, Helvetica, sans-serif;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.property-listing .property-box .title:hover {
color: #50AEE6; }
.property-listing .property-box .desc {
font-family: "Open Sans", Arial, Helvetica, sans-serif;
color: #aeaeae;
line-height: 25px;
margin: 20px 0 30px;
height: 80px;
font-size: 14px;
overflow: hidden; }
.property-listing .property-box .extra-info {
font-family: "Scada", Arial, Helvetica, sans-serif; }
.property-listing .property-box .extra-info > div {
padding: 0; }
.property-listing .property-box .extra-info .value {
color: #50AEE6;
font-size: 2em;
display: inline-block;
margin-right: 5px; }
.property-listing .property-box .extra-info .bedroom {
text-align: center; }
.property-listing .property-box .extra-info .bathroom {
text-align: right; }
.property-listing .property-box:hover .img-container:before, .property-listing .property-box:hover .img-container:after {
opacity: 1;
filter: alpha(opacity=100); }
.property-listing .property-box:hover .img-container:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
.property-listing .property-box:hover .img-container img {
-moz-transform: translateX(-50%) translateY(-50%) scale(1.05);
-ms-transform: translateX(-50%) translateY(-50%) scale(1.05);
-webkit-transform: translateX(-50%) translateY(-50%) scale(1.05);
transform: translateX(-50%) translateY(-50%) scale(1.05); }
.property-listing .property-box:hover .img-container .price {
bottom: -50px; }
.property-listing .property-box:hover .more-link {
background: #005588; }
.property-listing .property-box:hover .more-link:after {
background: #005588; }
.property-listing .property-box.col-md-4:nth-child(4n) .inner-box, .property-listing .property-box.col-md-4:first-child .inner-box {
margin-left: 0; }
.property-listing .property-box.col-md-4:nth-child(3n) .inner-box {
margin-right: 0; }
.property-listing .property-box.col-md-6:nth-child(2n+1) .inner-box, .property-listing .property-box.col-md-6:first-child .inner-box {
margin-left: 0; }
.property-listing .property-box.col-md-6:nth-child(2n) .inner-box {
margin-right: 0; }
@media (max-width: 992px) {
.property-listing .property-box:nth-child(2n+1) .inner-box, .property-listing .property-box:first-child .inner-box {
margin-left: 0 !important;
margin-right: 20px !important; }
.property-listing .property-box:nth-child(2n) .inner-box {
margin-right: 0 !important;
margin-left: 20px !important; } }
@media (max-width: 767px) {
.property-listing .property-box:nth-child(2n) .inner-box, .property-listing .property-box:nth-child(2n+1) .inner-box, .property-listing .property-box:first-child .inner-box {
margin: 0 !important; } }
@media (max-width: 767px) {
.property-listing.row-view .property-box {
padding: 0 15px; } }
.property-listing.row-view .property-box .inner-box {
margin: 0 !important; }
.property-listing.row-view .property-box .inner-box .img-container {
padding: 0;
height: 240px; }
@media (max-width: 767px) {
.property-listing.row-view .property-box .inner-box .img-container {
height: 280px; } }
@media (max-width: 450px) {
.property-listing.row-view .property-box .inner-box .img-container {
float: none;
width: 100%; } }
.property-listing.row-view .property-box .bottom-sec {
padding: 30px; }
@media (max-width: 450px) {
.property-listing.row-view .property-box .bottom-sec {
float: none;
width: 100%; } }
.property-listing.row-view .property-box .bottom-sec .desc {
height: 70px; }
.property-listing.row-view .property-box .bottom-sec .location {
color: #bababa;
line-height: 20px;
margin: 10px 0; }
.property-listing.row-view .property-box .bottom-sec .extra-info {
max-width: 65%; }
@media (max-width: 767px) {
.property-listing.row-view .property-box .bottom-sec .extra-info {
max-width: none;
margin-bottom: 40px; } }
.property-listing.row-view .property-box .more-link {
position: absolute;
left: auto;
right: 30px;
bottom: 30px;
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0); }
.property-listing.map-view {
position: relative; }
@media (max-width: 992px) {
.property-listing.map-view .left-section {
margin-top: 500px;
max-height: none !important;
overflow: visible !important; }
.property-listing.map-view .map-container {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 500px;
border-bottom: 3px solid #50AEE6; }
.property-listing.map-view .map-container #map {
height: 100% !important; } }
.property-listing.map-view .search-field {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
@media (max-width: 450px) {
.property-listing.map-view .main-search-sec .search-field {
width: 100%;
float: none; }
.property-listing.map-view .advanced-search-sec .search-field {
width: 50%;
float: left; } }
.property-listing .pagination-box {
margin-top: 30px; }
#featured-properties {
padding: 50px 0 40px; }
#featured-properties .hsq-heading, #featured-properties .service-box-container .service-box .title, .service-box-container .service-box #featured-properties .title {
margin-bottom: 70px; }
#featured-properties img {
width: auto; }
@media (max-width: 450px) {
#featured-properties img {
width: 100%; } }
#featured-properties .owl-carousel {
margin-bottom: 90px; }
#featured-properties .owl-wrapper {
margin-left: -15px; }
#featured-properties .owl-item {
padding-left: 30px; }
#featured-properties .owl-controls {
bottom: -55px; }
.propertybox-featured {
margin-bottom: 30px;
display: table; }
.propertybox-featured:nth-child(2n) {
padding-left: 0; }
.propertybox-featured:nth-child(3n) {
padding-right: 0; }
.propertybox-featured .inner-container {
background: #fafafa;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.propertybox-featured .img-container {
padding: 0;
position: relative;
float: none;
display: table-cell;
vertical-align: top;
overflow: hidden;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.propertybox-featured .img-container:before, .propertybox-featured .img-container:after {
display: block;
position: absolute;
z-index: 1;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease; }
.propertybox-featured .img-container:before {
content: "";
left: 0;
bottom: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
-o-transform: scale(0.6);
transform: scale(0.6);
background: rgba(255, 255, 255, 0.6); }
.propertybox-featured .img-container:after {
font-family: "FontAwesome";
left: 50%;
top: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
color: #005588;
font-size: 2.7em; }
.propertybox-featured .img-container img {
position: absolute;
left: 50%;
top: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
height: 100%;
max-width: none; }
.propertybox-featured .img-container .price-box {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
background: rgba(0, 0, 0, 0.3);
color: #FFFFFF;
text-align: center;
font-size: 1.7em;
line-height: 2em;
z-index: 1;
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease; }
.propertybox-featured .main-info {
padding: 20px 30px;
float: none;
display: table-cell; }
.propertybox-featured .main-info .title {
color: #333333;
font-size: 1.7em;
line-height: 1.5em;
font-family: "Scada", Arial, Helvetica, sans-serif;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.propertybox-featured .main-info .title:hover {
color: #50AEE6; }
.propertybox-featured .main-info .location {
font-family: "Scada", Arial, Helvetica, sans-serif;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.propertybox-featured .main-info .desc {
color: #aeaeae;
line-height: 20px;
margin: 15px 0;
height: 80px;
overflow: hidden;
font-family: "Open Sans", Arial, Helvetica, sans-serif; }
.propertybox-featured .main-info .bottom-sec .extra-info {
font-family: "Scada", Arial, Helvetica, sans-serif;
color: #aeaeae;
float: left; }
.propertybox-featured .main-info .bottom-sec .extra-info .value {
color: #50AEE6;
font-size: 2em;
display: inline-block;
margin-right: 5px; }
.propertybox-featured .main-info .bottom-sec .more-link {
margin-top: 15px;
float: right; }
.propertybox-featured:hover .inner-container {
background: #ededed; }
.propertybox-featured:hover .img-container {
border-color: #005588; }
.propertybox-featured:hover .img-container:before, .propertybox-featured:hover .img-container:after {
opacity: 1;
filter: alpha(opacity=100); }
.propertybox-featured:hover .img-container:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
.propertybox-featured:hover .price-box {
bottom: -50px; }
.propertybox-featured:hover .more-link {
background: #005588; }
.propertybox-featured:hover .more-link:after {
background: #005588; }
@media (max-width: 450px) {
.propertybox-featured .img-container, .propertybox-featured .main-info {
display: block;
width: 100%;
float: none; }
.propertybox-featured .img-container img {
position: initial;
left: 0;
top: 0;
-moz-transform: translateX(0) translateY(0);
-ms-transform: translateX(0) translateY(0);
-webkit-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0);
width: 100%; } }
#statistic-section {
padding: 50px 0 100px;
position: relative;
z-index: 1; }
#statistic-section:before {
display: block;
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: -1; }
#statistic-section .hsq-heading, #statistic-section .service-box-container .service-box .title, .service-box-container .service-box #statistic-section .title {
margin-bottom: 50px;
color: #FFFFFF; }
#statistic-section .statistic-box-container {
text-align: center; }
#statistic-section .statistic-box-container .statistic-box {
width: 20%;
padding: 20px;
float: left;
font-family: "Scada", Arial, Helvetica, sans-serif; }
@media (max-width: 992px) {
#statistic-section .statistic-box-container .statistic-box {
width: 31%;
float: none;
display: inline-block; } }
@media (max-width: 600px) {
#statistic-section .statistic-box-container .statistic-box {
width: 45%; } }
@media (max-width: 390px) {
#statistic-section .statistic-box-container .statistic-box {
width: 100%; } }
#statistic-section .statistic-box-container .statistic-box .inner-box {
width: 200px;
height: 200px;
text-align: center;
background: rgba(0, 0, 0, 0.7);
font-size: 1.4em;
padding-top: 50px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
position: relative;
z-index: 1;
display: inline-block; }
@media (max-width: 1200px) {
#statistic-section .statistic-box-container .statistic-box .inner-box {
width: 150px;
height: 150px;
font-size: 1.2em;
padding-top: 40px; } }
#statistic-section .statistic-box-container .statistic-box .inner-box:before, #statistic-section .statistic-box-container .statistic-box .inner-box:after {
content: '';
z-index: -1;
display: block;
position: absolute;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
#statistic-section .statistic-box-container .statistic-box .inner-box:before {
top: 0;
left: 0;
background: rgba(80, 174, 230, 0.9);
width: 100%;
height: 100%;
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9);
opacity: 0;
filter: alpha(opacity=0); }
#statistic-section .statistic-box-container .statistic-box .inner-box:after {
top: -4px;
left: -4px;
border: 2px solid rgba(0, 0, 0, 0.7);
width: calc(100% + 8px);
height: calc(100% + 8px); }
#statistic-section .statistic-box-container .statistic-box .inner-box:hover:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
filter: alpha(opacity=100); }
#statistic-section .statistic-box-container .statistic-box .inner-box:hover:after {
border-color: rgba(80, 174, 230, 0.9); }
#statistic-section .statistic-box-container .statistic-box .inner-box:hover .value {
color: #005588; }
#statistic-section .statistic-box-container .statistic-box .value {
color: #50AEE6;
font-size: 2em;
line-height: 1.5em;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
#statistic-section .statistic-box-container .statistic-box .text {
color: #FFFFFF;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
#top-agents {
padding: 50px 0 90px; }
#top-agents .hsq-heading, #top-agents .service-box-container .service-box .title, .service-box-container .service-box #top-agents .title {
margin-bottom: 70px; }
#top-agents img {
max-width: 100%; }
#top-agents .agent-box-container .agent-box {
padding: 0 20px; }
#top-agents .agent-box-container .agent-box .inner-container {
-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
#top-agents .agent-box-container .agent-box .img-container {
display: block;
position: relative;
overflow: hidden;
height: 240px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
#top-agents .agent-box-container .agent-box .img-container:before, #top-agents .agent-box-container .agent-box .img-container:after {
display: block;
position: absolute;
z-index: 1;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease; }
#top-agents .agent-box-container .agent-box .img-container:before {
content: "";
left: 0;
bottom: 0;
width: 105%;
height: 0;
background: rgba(255, 255, 255, 0.6); }
#top-agents .agent-box-container .agent-box .img-container:after {
font-family: "FontAwesome";
left: 50%;
top: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
color: #005588;
font-size: 2.7em; }
#top-agents .agent-box-container .agent-box .bott-sec {
background: #fafafa;
padding: 30px 60px 30px 30px;
position: relative;
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease; }
#top-agents .agent-box-container .agent-box .bott-sec .name {
font-size: 1.8em;
color: #333333;
display: block;
margin-bottom: 5px;
line-height: 1.1em;
font-family: "Scada", Arial, Helvetica, sans-serif;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
#top-agents .agent-box-container .agent-box .bott-sec .desc {
color: #aeaeae;
line-height: 20px;
margin: 15px 0;
height: 80px;
overflow: hidden;
font-family: "Open Sans", Arial, Helvetica, sans-serif; }
#top-agents .agent-box-container .agent-box .bott-sec .view-listing {
font-family: "Scada", Arial, Helvetica, sans-serif;
font-size: 1.2em;
color: #50AEE6;
position: relative;
padding-right: 10px;
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease; }
#top-agents .agent-box-container .agent-box .bott-sec .view-listing:before, #top-agents .agent-box-container .agent-box .bott-sec .view-listing:after {
display: block;
content: '';
position: absolute;
top: 50%;
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease; }
#top-agents .agent-box-container .agent-box .bott-sec .view-listing:before {
width: 10px;
height: 1px;
background: #50AEE6;
left: 100%; }
#top-agents .agent-box-container .agent-box .bott-sec .view-listing:after {
width: 0;
height: 0;
border-style: solid;
border-width: 4px 0 4px 7px;
border-color: transparent transparent transparent #50AEE6;
right: -17px;
margin-top: -3px; }
#top-agents .agent-box-container .agent-box .bott-sec .view-listing:hover {
color: #005588; }
#top-agents .agent-box-container .agent-box .bott-sec .social-icons {
position: absolute;
right: -17px;
top: 50%;
background: #50AEE6;
padding: 10px;
text-align: center;
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
#top-agents .agent-box-container .agent-box .bott-sec .social-icons:before {
display: block;
content: '';
position: absolute;
left: 0;
bottom: -2px;
width: 100%;
height: 1px;
background-color: #50AEE6;
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease; }
#top-agents .agent-box-container .agent-box .bott-sec .social-icons a {
color: #FFFFFF;
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
display: block;
margin-bottom: 20px; }
#top-agents .agent-box-container .agent-box .bott-sec .social-icons a:last-child {
margin-bottom: 0; }
#top-agents .agent-box-container .agent-box:hover .img-container {
border-color: #005588; }
#top-agents .agent-box-container .agent-box:hover .img-container:before, #top-agents .agent-box-container .agent-box:hover .img-container:after {
opacity: 1;
filter: alpha(opacity=100); }
#top-agents .agent-box-container .agent-box:hover .img-container:before {
height: 150%; }
#top-agents .agent-box-container .agent-box:hover .view-listing {
color: #005588; }
#top-agents .agent-box-container .agent-box:hover .view-listing:before {
background: #005588; }
#top-agents .agent-box-container .agent-box:hover .view-listing:after {
border-color: transparent transparent transparent #005588; }
#top-agents .agent-box-container .agent-box:hover .social-icons {
background: #005588; }
#top-agents .agent-box-container .agent-box:hover .social-icons:before {
background: #005588; }
#top-agents .owl-carousel {
margin-bottom: 70px; }
#top-agents .owl-carousel .owl-item {
padding-bottom: 1px; }
#top-agents .owl-controls {
bottom: -75px; }
#our-partners {
padding: 50px 0 110px;
background-color: #fafafa; }
#our-partners .hsq-heading, #our-partners .service-box-container .service-box .title, .service-box-container .service-box #our-partners .title {
margin-bottom: 70px; }
#our-partners img {
max-width: 100%; }
#our-partners .logo-container .client-logo {
padding: 0 15px;
text-align: center; }
#top-footer {
position: relative;
z-index: 1;
background: url("../img/top-footer-bg.jpg") center no-repeat;
background-size: cover; }
#top-footer:before {
display: block;
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
background: rgba(51, 51, 51, 0.8); }
#top-footer .inner-container {
padding: 90px 80px 110px; }
@media (max-width: 767px) {
#top-footer .inner-container {
padding: 60px 80px 90px; } }
@media (max-width: 450px) {
#top-footer .inner-container {
padding: 30px 20px 60px; } }
#top-footer h4 {
font-size: 1.8em;
color: #FFFFFF;
line-height: 3em; }
#top-footer .desc {
color: #c7c7c7;
line-height: 30px;
font-family: "Open Sans", Arial, Helvetica, sans-serif; }
#top-footer .widget-box {
padding: 0 40px; }
#top-footer .widget-box:first-child {
padding-left: 0; }
#top-footer .widget-box:last-child {
padding-right: 0; }
@media (max-width: 992px) {
#top-footer .widget-box {
padding: 0; } }
#top-footer #newsletter-form {
margin-top: 30px; }
#top-footer #newsletter-form .input-container {
width: 70%;
margin-right: 2%;
display: inline-block;
position: relative; }
#top-footer #newsletter-form .input-container:before {
display: none;
content: '';
position: absolute;
left: 0;
bottom: -2px;
width: 100%;
height: 1px;
background: rgba(255, 255, 255, 0.3); }
#top-footer #newsletter-form .input-container input[type="text"] {
background: rgba(255, 255, 255, 0.3);
border: 0;
padding: 10px 20px;
font-size: 14px;
width: 100%;
height: 40px; }
#top-footer #newsletter-form .input-container input[type="text"].placeholder {
color: #FFFFFF; }
#top-footer #newsletter-form .input-container input[type="text"]:-moz-placeholder {
color: #FFFFFF; }
#top-footer #newsletter-form .input-container input[type="text"]::-moz-placeholder {
color: #FFFFFF; }
#top-footer #newsletter-form .input-container input[type="text"]:-ms-input-placeholder {
color: #FFFFFF; }
#top-footer #newsletter-form .input-container input[type="text"]::-webkit-input-placeholder {
color: #FFFFFF; }
#top-footer #newsletter-form button {
width: 27%;
height: 40px;
vertical-align: top; }
@media (max-width: 1200px) {
#top-footer #newsletter-form button {
width: 26%; } }
#main-footer {
border-top: 3px solid #50AEE6;
background: #333333;
color: #aeaeae;
position: relative; }
#main-footer a {
color: #aeaeae;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
#main-footer a:hover {
color: #50AEE6; }
#main-footer .top-section {
padding: 90px 0; }
#main-footer .top-section .widgets:nth-child(3n) {
padding-right: 0; }
#main-footer .top-section .widgets:first-child, #main-footer .top-section .widgets:nth-child(4n) {
padding-left: 0; }
@media (max-width: 767px) {
#main-footer .top-section .widgets:nth-child(3n), #main-footer .top-section .widgets:first-child, #main-footer .top-section .widgets:nth-child(4n) {
padding: 0 15px; } }
#main-footer .top-section .widgets .logo-main-box {
color: #FFFFFF;
font-size: 28px;
margin-bottom: 30px; }
@media (max-width: 450px) {
#main-footer .top-section .widgets .logo-main-box {
padding-left: 0;
padding-right: 0; } }
@media (max-width: 450px) {
#main-footer .top-section .widgets .logo-main-box span {
display: inline-block; } }
#main-footer .top-section .widgets .logo-main-box span.bold {
margin-left: 0; }
#main-footer .top-section .widgets .logo-main-box .logo {
margin: 0 -3px 0 0;
background: none;
border: 2px solid #50AEE6; }
#main-footer .top-section .widgets .logo-main-box .logo:after {
border-color: #50AEE6 transparent transparent transparent;
bottom: -6px; }
#main-footer .top-section .widgets .logo-main-box .logo:before {
color: #FFFFFF;
left: 6px;
top: 1px; }
#main-footer .top-section .widgets h4.title {
font-size: 24px;
line-height: 2em;
color: #FFFFFF;
margin-bottom: 30px; }
#main-footer .top-section .widgets .desc {
line-height: 25px;
font-family: "Open Sans", Arial, Helvetica, sans-serif; }
#main-footer .top-section .widgets .tag-list {
margin: 0; }
#main-footer .top-section .widgets .tag-list:before, #main-footer .top-section .widgets .tag-list:after {
content: " ";
display: table; }
#main-footer .top-section .widgets .tag-list:after {
clear: both; }
#main-footer .top-section .widgets .tag-list li {
padding: 0;
margin: 0;
float: left; }
#main-footer .top-section .widgets .tag-list li a {
display: block;
line-height: 30px;
font-size: .9em;
border: 1px solid #50AEE6;
color: #FFFFFF;
padding: 0 20px;
background: none;
margin: 0 10px 10px 0;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
#main-footer .top-section .widgets .tag-list li a:hover {
background: #50AEE6; }
#main-footer .top-section .widgets .contact-info {
margin-bottom: 0; }
#main-footer .top-section .widgets .contact-info li {
border-left: 1px solid rgba(250, 250, 250, 0.2);
margin-left: 40px;
color: #FFFFFF;
padding-left: 15px;
position: relative;
line-height: 40px; }
#main-footer .top-section .widgets .contact-info li i {
position: absolute;
left: -30px;
top: 12px;
font-size: 1.2em;
color: #aeaeae; }
#main-footer .top-section .widgets .contact-info li.phone {
font-size: 1.1em;
color: #50AEE6; }
#main-footer .top-section .widgets .contact-info li.phone i {
color: #aeaeae; }
#main-footer .bott-section {
border-top: 1px solid rgba(250, 250, 250, 0.2);
line-height: 100px; }
@media (max-width: 767px) {
#main-footer .bott-section {
text-align: center; } }
#main-footer .bott-section .social-icons {
text-align: right;
font-size: 1.2em; }
@media (max-width: 767px) {
#main-footer .bott-section .social-icons ul {
text-align: center; } }
#go-up {
position: absolute;
left: 50%;
top: -22px;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
border: 3px solid #50AEE6;
width: 43px;
height: 43px;
background: #333333;
color: #50AEE6;
text-align: center;
line-height: 38px;
font-size: 1.2em;
cursor: pointer;
z-index: 1; }
#main-slider, #property-slider-section #property-main-slider, #main-slider-fullscreen {
width: 100%;
height: 100%;
margin: 0;
border-bottom: 3px solid #50AEE6; }
#main-slider .owl-controls, #property-slider-section #property-main-slider .owl-controls, #main-slider-fullscreen .owl-controls {
bottom: 50%;
width: 100%; }
#main-slider .owl-controls .owl-prev, #property-slider-section #property-main-slider .owl-controls .owl-prev, #main-slider .owl-controls .owl-next, #property-slider-section #property-main-slider .owl-controls .owl-next, #main-slider-fullscreen .owl-controls .owl-prev, #main-slider-fullscreen .owl-controls .owl-next {
width: 50px;
height: 50px;
text-indent: -999999px; }
#main-slider .owl-controls .owl-prev:before, #property-slider-section #property-main-slider .owl-controls .owl-prev:before, #main-slider .owl-controls .owl-next:before, #property-slider-section #property-main-slider .owl-controls .owl-next:before, #main-slider-fullscreen .owl-controls .owl-prev:before, #main-slider-fullscreen .owl-controls .owl-next:before {
font-size: 15px;
color: #50AEE6;
background: rgba(255, 255, 255, 0.9);
font-family: "Glyphicons Halflings";
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
width: 100%;
height: 100%;
line-height: 50px;
text-indent: 0;
text-align: center;
top: 0; }
#main-slider .owl-controls .owl-prev:after, #property-slider-section #property-main-slider .owl-controls .owl-prev:after, #main-slider .owl-controls .owl-next:after, #property-slider-section #property-main-slider .owl-controls .owl-next:after, #main-slider-fullscreen .owl-controls .owl-prev:after, #main-slider-fullscreen .owl-controls .owl-next:after {
display: none; }
#main-slider .owl-controls .owl-prev, #property-slider-section #property-main-slider .owl-controls .owl-prev, #main-slider-fullscreen .owl-controls .owl-prev {
left: 0; }
#main-slider .owl-controls .owl-prev:before, #property-slider-section #property-main-slider .owl-controls .owl-prev:before, #main-slider-fullscreen .owl-controls .owl-prev:before {
content: "\e079"; }
#main-slider .owl-controls .owl-next, #property-slider-section #property-main-slider .owl-controls .owl-next, #main-slider-fullscreen .owl-controls .owl-next {
right: 0; }
#main-slider .owl-controls .owl-next:before, #property-slider-section #property-main-slider .owl-controls .owl-next:before, #main-slider-fullscreen .owl-controls .owl-next:before {
content: "\e080"; }
#main-slider .img-container, #property-slider-section #property-main-slider .img-container, #main-slider-fullscreen .img-container {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center; }
#main-slider .img-container img, #property-slider-section #property-main-slider .img-container img, #main-slider-fullscreen .img-container img {
position: absolute;
left: 0;
top: 50%;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
#main-slider .items, #property-slider-section #property-main-slider .items, #main-slider-fullscreen .items {
height: 100%; }
#main-slider .owl-wrapper, #property-slider-section #property-main-slider .owl-wrapper, #main-slider-fullscreen .owl-wrapper {
width: 100% !important;
height: 450px !important;
left: 0 !important;
position: relative;
-moz-transform: translateX(0) !important;
-ms-transform: translateX(0) !important;
-webkit-transform: translateX(0) !important;
transform: translateX(0) !important; }
#main-slider .owl-item, #property-slider-section #property-main-slider .owl-item, #main-slider-fullscreen .owl-item {
position: absolute;
left: 0;
top: 0;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 2s ease;
-o-transition: all 2s ease;
transition: all 2s ease;
width: 100% !important;
height: 100% !important;
overflow: hidden; }
#main-slider .owl-item.active, #property-slider-section #property-main-slider .owl-item.active, #main-slider-fullscreen .owl-item.active {
opacity: 1;
filter: alpha(opacity=100); }
#main-slider .owl-item.active .slide-caption .first-sec, #property-slider-section #property-main-slider .owl-item.active .slide-caption .first-sec, #main-slider-fullscreen .owl-item.active .slide-caption .first-sec {
opacity: 1;
filter: alpha(opacity=100);
margin-bottom: 0; }
#main-slider .owl-item.active .slide-caption .sec-sec, #property-slider-section #property-main-slider .owl-item.active .slide-caption .sec-sec, #main-slider-fullscreen .owl-item.active .slide-caption .sec-sec {
opacity: 1;
filter: alpha(opacity=100);
margin-top: 0; }
#main-slider .slide-caption, #property-slider-section #property-main-slider .slide-caption, #main-slider-fullscreen .slide-caption {
position: absolute;
left: 50%;
top: 50%;
font-size: 3.2em;
line-height: 1.5em;
color: #FFFFFF;
z-index: 1;
width: 100%;
text-align: center;
font-family: "Scada", Arial, Helvetica, sans-serif;
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%); }
#main-slider .slide-caption .inner-container, #property-slider-section #property-main-slider .slide-caption .inner-container, #main-slider-fullscreen .slide-caption .inner-container {
display: inline-block; }
#main-slider .slide-caption .inner-container > div, #property-slider-section #property-main-slider .slide-caption .inner-container > div, #main-slider-fullscreen .slide-caption .inner-container > div {
padding: 0 20px;
float: left;
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
opacity: 0;
filter: alpha(opacity=0); }
@media (max-width: 992px) {
#main-slider .slide-caption .inner-container > div, #property-slider-section #property-main-slider .slide-caption .inner-container > div, #main-slider-fullscreen .slide-caption .inner-container > div {
float: none; } }
@media (max-width: 600px) {
#main-slider .slide-caption .inner-container > div, #property-slider-section #property-main-slider .slide-caption .inner-container > div, #main-slider-fullscreen .slide-caption .inner-container > div {
font-size: .7em; } }
#main-slider .slide-caption .first-sec, #property-slider-section #property-main-slider .slide-caption .first-sec, #main-slider-fullscreen .slide-caption .first-sec {
background: rgba(0, 85, 136, 0.7);
margin-bottom: 50px; }
#main-slider .slide-caption .sec-sec, #property-slider-section #property-main-slider .slide-caption .sec-sec, #main-slider-fullscreen .slide-caption .sec-sec {
background: rgba(80, 174, 230, 0.7);
margin-top: 50px; }
#top-properties img {
max-width: 100%; }
#top-properties .property-box {
position: relative;
z-index: 1;
text-align: center; }
@media (max-width: 767px) {
#top-properties .property-box {
margin-bottom: 30px; } }
@media (max-width: 600px) {
#top-properties .property-box {
float: none;
width: 100%;
left: 0; } }
#top-properties .property-box .img-container img {
border: 1px solid #fafafa; }
#top-properties .property-box .more-link {
padding: 0 40px;
margin-top: -15px; }
#top-properties .property-box .more-link:hover {
background: #005588; }
#top-properties .property-box .more-link:hover:after {
background: #005588; }
#top-properties .property-box .back-sec {
position: absolute;
text-align: left;
left: 0;
bottom: 0;
z-index: -1;
margin: 0 15px;
background: rgba(51, 51, 51, 0.8);
color: #FFFFFF;
padding: 30px;
width: calc(100% - 30px);
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
#top-properties .property-box .back-sec .p-title {
font-size: 1.4em;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #FFFFFF;
font-family: "Scada", Arial, Helvetica, sans-serif;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
#top-properties .property-box .back-sec .p-title:hover {
color: #50AEE6; }
#top-properties .property-box .back-sec .desc {
color: #b3b3b3;
font-size: .9em;
margin: 15px 0; }
#top-properties .property-box .back-sec .bott-sec .feature-list {
font-family: "Scada", Arial, Helvetica, sans-serif; }
#top-properties .property-box .back-sec .bott-sec .feature-list li {
white-space: nowrap;
color: #b3b3b3; }
#top-properties .property-box .back-sec .bott-sec .feature-list li > div {
display: inline-block; }
#top-properties .property-box .back-sec .bott-sec .feature-list li > div.title {
color: #FFFFFF;
width: 100px; }
#top-properties .property-box .back-sec .bott-sec .price {
margin-top: 23px;
color: #50AEE6;
font-size: 1.4em; }
#top-properties .property-box:hover .back-sec {
bottom: 100%;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible; }
.home-page-2 #top-properties {
margin-top: -90px; }
.breadcrumb-box {
padding: 170px 0;
position: relative;
font-family: "Scada", Arial, Helvetica, sans-serif; }
.breadcrumb-box #contact-map {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%; }
.breadcrumb-box .inner-container {
position: relative;
z-index: 1; }
.breadcrumb-box h1 {
float: left;
background: rgba(80, 174, 230, 0.8);
color: #FFFFFF;
padding: 0 30px;
line-height: 70px;
height: 70px;
margin: 0;
font-size: 2em; }
@media (max-width: 600px) {
.breadcrumb-box h1 {
float: none;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; } }
.breadcrumb-box .breadcrumb {
float: left;
background: rgba(0, 85, 136, 0.8);
color: #FFFFFF;
line-height: 70px;
height: 70px;
margin: 0;
padding: 0 30px;
font-size: .9em;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0; }
@media (max-width: 600px) {
.breadcrumb-box .breadcrumb {
float: none;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; } }
.breadcrumb-box .breadcrumb a {
color: #FFFFFF;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.breadcrumb-box .breadcrumb a:hover {
color: #50AEE6; }
.breadcrumb-box .breadcrumb ul li {
position: relative;
padding-right: 20px; }
.breadcrumb-box .breadcrumb ul li:after {
position: absolute;
right: 0;
top: 30px;
color: #50AEE6;
content: '/';
line-height: 10px; }
.breadcrumb-box .breadcrumb ul li:last-child {
padding-right: 0; }
.breadcrumb-box .breadcrumb ul li:last-child:after {
content: ''; }
.main-container .content-box {
padding-left: 0;
padding-right: 20px; }
@media (max-width: 767px) {
.main-container .content-box {
padding-right: 0; } }
.main-container aside {
padding: 70px 0 50px 20px; }
@media (max-width: 767px) {
.main-container aside {
padding-left: 0; } }
.main-container aside img {
max-width: 100%; }
.main-container aside .sidebar-box {
background: #fafafa;
padding: 10px 30px 30px;
margin-bottom: 40px; }
.main-container aside .sidebar-box:last-child {
margin-bottom: 0; }
.main-container aside .sidebar-box h3 {
display: block;
position: relative;
line-height: 2.5em;
font-size: 1.5em;
margin: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.main-container aside .sidebar-box h3:before, .main-container aside .sidebar-box h3:after {
display: block;
position: absolute;
left: 0;
content: "";
bottom: 0; }
.main-container aside .sidebar-box h3:before {
width: 100%;
height: 1px;
background: #d4d4d4; }
.main-container aside .sidebar-box h3:after {
width: 100px;
height: 1px;
background: #50AEE6; }
.main-container aside .sidebar-box .box-content {
margin-top: 20px; }
.main-container aside .sidebar-box .box-content.text-widget {
color: #aeaeae;
line-height: 25px; }
.main-container aside .sidebar-box .box-content .property-search-form .search-field {
margin-bottom: 15px;
padding: 5px 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.main-container aside .sidebar-box .box-content .property-search-form .search-field .select2-container .select2-choice {
background-color: #FFFFFF; }
.main-container aside .sidebar-box .box-content .property-search-form .search-field .btn, .main-container aside .sidebar-box .box-content .property-search-form .search-field #main-menu-handle {
line-height: 40px;
padding: 0 69px; }
@media (max-width: 1200px) {
.main-container aside .sidebar-box .box-content .property-search-form .search-field .btn, .main-container aside .sidebar-box .box-content .property-search-form .search-field #main-menu-handle {
padding: 0 30px; } }
@media (max-width: 992px) {
.main-container aside .sidebar-box .box-content .property-search-form .search-field .btn, .main-container aside .sidebar-box .box-content .property-search-form .search-field #main-menu-handle {
display: block;
width: 100%;
margin-bottom: 10px;
padding: 0; } }
.main-container aside .sidebar-box .box-content .property-search-form .search-field .btn.more-options, .main-container aside .sidebar-box .box-content .property-search-form .search-field .more-options#main-menu-handle {
background-color: #d4d4d4;
color: #333333;
padding: 0 17px; }
.main-container aside .sidebar-box .box-content .property-search-form .search-field .btn.more-options:after, .main-container aside .sidebar-box .box-content .property-search-form .search-field .more-options#main-menu-handle:after {
background-color: #d4d4d4; }
.main-container aside .sidebar-box .box-content .property-search-form .search-field .btn:hover, .main-container aside .sidebar-box .box-content .property-search-form .search-field #main-menu-handle:hover {
background-color: #005588;
color: #FFFFFF; }
.main-container aside .sidebar-box .box-content .property-search-form .search-field .btn:hover:after, .main-container aside .sidebar-box .box-content .property-search-form .search-field #main-menu-handle:hover:after {
background-color: #005588; }
.main-container aside .sidebar-box .box-content .property-search-form input[type="text"], .main-container aside .sidebar-box .box-content .property-search-form textarea, .main-container aside .sidebar-box .box-content .property-search-form .select2-container {
display: block;
width: 100%; }
.main-container aside .sidebar-box .box-content .property-search-form .advanced-search-sec {
display: none; }
.main-container aside .sidebar-box .box-content .property-search-form .advanced-search-sec .search-field {
margin-bottom: 0; }
.main-container aside .sidebar-box .box-content .property-search-form .advanced-search-sec .hsq-checkbox label {
line-height: 30px; }
.main-container aside .sidebar-box .box-content .property-search-form .advanced-search-sec .hsq-checkbox label span {
top: 3px; }
.main-container aside .sidebar-box .box-content .featured-properties {
padding-top: 10px; }
.main-container aside .sidebar-box .box-content .featured-properties .property-box a {
display: block;
background-color: #FFFFFF;
border-bottom: 1px solid #d4d4d4;
margin-bottom: 20px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.main-container aside .sidebar-box .box-content .featured-properties .property-box a:hover {
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
border-bottom-color: #50AEE6; }
.main-container aside .sidebar-box .box-content .featured-properties .property-box a:last-child {
margin-bottom: 0; }
.main-container aside .sidebar-box .box-content .featured-properties .property-box a span {
display: block; }
.main-container aside .sidebar-box .box-content .featured-properties .property-box a .img-container {
padding: 0;
position: relative;
min-height: 82px;
overflow: hidden; }
.main-container aside .sidebar-box .box-content .featured-properties .property-box a .img-container img {
top: 0;
left: 50%;
max-width: none;
position: absolute;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: auto;
height: 100%; }
.main-container aside .sidebar-box .box-content .featured-properties .property-box a .details {
padding: 10px 10px 10px 15px; }
.main-container aside .sidebar-box .box-content .featured-properties .property-box a .details .title {
font-size: 1.1em;
color: #333333;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-family: "Scada", Arial, Helvetica, sans-serif; }
.main-container aside .sidebar-box .box-content .featured-properties .property-box a .details .location {
color: #aeaeae;
font: 0.9em/22px "Scada", Arial, Helvetica, sans-serif;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.main-container aside .sidebar-box .box-content .featured-properties .property-box a .details .price {
font-size: 1.1em;
color: #50AEE6; }
.main-container aside .sidebar-box .box-content .widget_search .search-form {
background-color: #FFFFFF;
position: relative;
z-index: 1; }
.main-container aside .sidebar-box .box-content .widget_search .search-form:before, .main-container aside .sidebar-box .box-content .widget_search .search-form:after {
content: " ";
display: table; }
.main-container aside .sidebar-box .box-content .widget_search .search-form:after {
clear: both; }
.main-container aside .sidebar-box .box-content .widget_search .search-form label {
float: left;
width: 80%;
position: relative;
margin-bottom: 0; }
.main-container aside .sidebar-box .box-content .widget_search .search-form label > span {
display: none; }
.main-container aside .sidebar-box .box-content .widget_search .search-form label input {
border: 1px solid #d4d4d4;
border-bottom-color: #50AEE6;
background-color: #FFFFFF;
border-right: 0;
color: #50AEE6;
font-weight: normal;
padding: 0 10px;
width: 100%;
height: 40px; }
.main-container aside .sidebar-box .box-content .widget_search .search-form label input.placeholder {
color: #50AEE6; }
.main-container aside .sidebar-box .box-content .widget_search .search-form label input:-moz-placeholder {
color: #50AEE6; }
.main-container aside .sidebar-box .box-content .widget_search .search-form label input::-moz-placeholder {
color: #50AEE6; }
.main-container aside .sidebar-box .box-content .widget_search .search-form label input:-ms-input-placeholder {
color: #50AEE6; }
.main-container aside .sidebar-box .box-content .widget_search .search-form label input::-webkit-input-placeholder {
color: #50AEE6; }
.main-container aside .sidebar-box .box-content .widget_search .search-form label:after {
display: block;
content: "\f002";
font: 16px/20px "FontAwesome";
color: #50AEE6;
position: absolute;
right: -40px;
top: 9px;
z-index: -1; }
@media (max-width: 992px) {
.main-container aside .sidebar-box .box-content .widget_search .search-form label:after {
right: -20px; } }
@media (max-width: 767px) {
.main-container aside .sidebar-box .box-content .widget_search .search-form label:after {
right: -50px; } }
@media (max-width: 390px) {
.main-container aside .sidebar-box .box-content .widget_search .search-form label:after {
right: -30px; } }
.main-container aside .sidebar-box .box-content .widget_search .search-form .search-submit {
float: left;
border: 1px solid #d4d4d4;
border-bottom-color: #50AEE6;
border-left: 0;
background: transparent;
text-indent: -999999px;
overflow: hidden;
width: 20%;
height: 40px;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0; }
.main-container aside .sidebar-box .box-content .tagcloud a {
background: #FFFFFF;
padding: 5px 15px;
color: #333333;
border: 1px solid #d4d4d4;
border-bottom-color: #50AEE6;
display: inline-block;
margin: 0 3px 8px 0;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.main-container aside .sidebar-box .box-content .tagcloud a:hover {
background: #50AEE6;
border-color: #50AEE6;
color: #FFFFFF; }
.main-container aside .sidebar-box .box-content ul li {
line-height: 40px;
border-bottom: 1px solid #d9d9d9;
text-align: right;
color: #50AEE6; }
.main-container aside .sidebar-box .box-content ul li:last-child {
border-bottom: 0; }
.main-container aside .sidebar-box .box-content ul li a {
display: block;
float: left;
color: #005588; }
.main-container aside .sidebar-box .box-content ul li a:hover {
color: #50AEE6; }
.gallery-container {
padding: 30px 0 70px; }
.gallery-container img {
max-width: 100%; }
.gallery-container .image-main-box {
margin-top: 60px; }
.gallery-container .image-main-box li {
padding: 10px; }
@media (max-width: 600px) {
.gallery-container .image-main-box li {
float: none;
width: 100%; } }
.gallery-container .image-main-box li figure {
position: relative;
overflow: hidden; }
.gallery-container .image-main-box li figure a {
border-bottom: 3px solid #50AEE6;
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 2;
text-indent: -999999px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.gallery-container .image-main-box li figure a:before {
display: block;
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.8);
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.gallery-container .image-main-box li figure figcaption {
font-family: "Scada", Arial, Helvetica, sans-serif;
position: absolute;
left: 0;
top: 50px;
color: #005588;
border-left: 3px solid #50AEE6;
opacity: 0;
filter: alpha(opacity=0);
font-size: 1.5em;
padding: 10px 15px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-transition-delay: 0s;
transition-delay: 0s;
text-transform: uppercase;
font-weight: bold;
z-index: 2;
max-width: 95%;
line-height: 25px; }
.gallery-container .image-main-box li figure figcaption span {
font-weight: normal;
color: #50AEE6; }
.gallery-container .image-main-box li figure:hover a:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
filter: alpha(opacity=100); }
.gallery-container .image-main-box li figure:hover figcaption {
left: 50px;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
opacity: 1;
filter: alpha(opacity=100); }
body.four-cols .gallery-container .image-main-box li figure figcaption {
font-size: 1.2em;
top: 30px;
padding: 5px 10px; }
body.four-cols .gallery-container .image-main-box li figure figcaption span {
display: block; }
body.four-cols .gallery-container .image-main-box li figure:hover figcaption {
left: 30px; }
body.three-cols .gallery-container .image-main-box li figure figcaption {
font-size: 1.4em;
top: 30px; }
body.three-cols .gallery-container .image-main-box li figure figcaption span {
display: block; }
body.three-cols .gallery-container .image-main-box li figure:hover figcaption {
left: 30px; }
#video-tour-section {
margin: 50px auto 100px; }
#video-tour-section .desc {
line-height: 30px;
color: #bfbfbf;
padding: 0 120px;
text-align: center; }
@media (max-width: 767px) {
#video-tour-section .desc {
padding: 0 30px; } }
#video-tour-section iframe {
margin: 50px 0;
width: 100%;
height: 650px; }
@media (max-width: 992px) {
#video-tour-section iframe {
height: auto; } }
.descriptive-section {
max-width: 800px;
padding: 50px 0;
margin: 0 auto; }
.descriptive-section .content {
text-align: center;
color: #aeaeae;
line-height: 25px;
margin: 30px 0 10px; }
.service-box-container {
margin-bottom: 70px; }
.service-box-container .service-box .inner-container {
position: relative;
padding: 100px 40px 40px;
background-color: #fafafa;
margin: 80px 0 20px;
top: 0;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.service-box-container .service-box .inner-container:hover {
background-color: #fafafa;
top: -10px;
-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2); }
.service-box-container .service-box .inner-container:hover i {
background-color: #005588;
color: #FFFFFF;
-webkit-box-shadow: 0 0 0 3px #005588;
box-shadow: 0 0 0 3px #005588; }
.service-box-container .service-box i {
width: 140px;
height: 140px;
position: absolute;
left: 50%;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
top: -70px;
color: #50AEE6;
text-align: center;
line-height: 130px;
font-size: 4em;
background-color: #e1e1e1;
border: 2px solid #FFFFFF;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-box-shadow: 0 0 0 1px #e1e1e1;
box-shadow: 0 0 0 1px #e1e1e1; }
.service-box-container .service-box i:before {
font-size: inherit;
margin: 0; }
.service-box-container .service-box .title {
font-size: 1.4em;
line-height: 4em;
margin-bottom: 30px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.service-box-container .service-box .content {
font-family: "Open Sans", Arial, Helvetica, sans-serif;
color: #aeaeae;
line-height: 30px;
margin: 15px 0;
font-size: 14px; }
.testimonials-main-container {
padding: 50px 0 70px; }
.testimonials-main-container .subtitle {
color: #aeaeae;
line-height: 20px;
margin: 20px 0;
text-align: center;
font-size: 1.1em; }
.testimonials-main-container .testimonials-container .testimonials-box .inner-container {
position: relative;
padding: 80px 40px 40px;
background-color: #fafafa;
margin: 80px 0 40px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
@media (max-width: 600px) {
.testimonials-main-container .testimonials-container .testimonials-box .inner-container {
padding: 90px 30px 30px; } }
.testimonials-main-container .testimonials-container .testimonials-box .inner-container:hover {
background-color: #f2f2f2; }
.testimonials-main-container .testimonials-container .testimonials-box .inner-container:hover .client-img {
-webkit-box-shadow: 0 0 0 3px #50AEE6;
box-shadow: 0 0 0 3px #50AEE6; }
.testimonials-main-container .testimonials-container .testimonials-box .inner-container:hover .title-box .title {
background-color: #ededed; }
.testimonials-main-container .testimonials-container .testimonials-box .inner-container:hover blockquote:before, .testimonials-main-container .testimonials-container .testimonials-box .inner-container:hover blockquote:after {
color: #005588; }
.testimonials-main-container .testimonials-container .testimonials-box .client-img {
width: 140px;
height: 140px;
position: absolute;
left: 50%;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
top: -70px;
color: #50AEE6;
text-align: center;
border: 2px solid #FFFFFF;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-box-shadow: 0 0 0 1px #e1e1e1;
box-shadow: 0 0 0 1px #e1e1e1; }
.testimonials-main-container .testimonials-container .testimonials-box .client-img img {
max-width: 100%; }
.testimonials-main-container .testimonials-container .testimonials-box .title-box {
position: relative;
margin-bottom: 30px;
font-family: "Scada", Arial, Helvetica, sans-serif; }
.testimonials-main-container .testimonials-container .testimonials-box .title-box:before, .testimonials-main-container .testimonials-container .testimonials-box .title-box:after {
display: block;
position: absolute;
left: 0;
bottom: 0;
content: "";
max-width: 100%; }
.testimonials-main-container .testimonials-container .testimonials-box .title-box:before {
width: 100%;
height: 1px;
background: #d4d4d4; }
.testimonials-main-container .testimonials-container .testimonials-box .title-box:after {
width: 100px;
height: 1px;
background: #50AEE6; }
.testimonials-main-container .testimonials-container .testimonials-box .title-box .name {
font-size: 1.7em;
line-height: 2.2em; }
.testimonials-main-container .testimonials-container .testimonials-box .title-box .title {
float: right;
display: inline-block;
background-color: #fafafa;
color: #50AEE6;
position: relative;
top: -10px;
padding-left: 20px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.testimonials-main-container .testimonials-container .testimonials-box blockquote {
border: 0;
padding: 0;
margin: 40px;
color: #aeaeae;
line-height: 25px;
font-size: 1em;
position: relative; }
.testimonials-main-container .testimonials-container .testimonials-box blockquote:before, .testimonials-main-container .testimonials-container .testimonials-box blockquote:after {
display: block;
position: absolute;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.testimonials-main-container .testimonials-container .testimonials-box blockquote:before {
left: -30px;
top: -10px; }
.testimonials-main-container .testimonials-container .testimonials-box blockquote:after {
right: -30px;
bottom: -10px; }
body.testimonials .testimonials-main-container {
padding: 40px 0; }
body.testimonials .testimonials-main-container .subtitle {
margin-bottom: 50px; }
#login-form, #register-form {
width: 500px;
margin: 0 auto;
padding: 30px;
background: #FFFFFF;
border: 1px solid #e6e6e6; }
#login-form h2, #register-form h2 {
margin: 0 0 30px; }
#login-form form .search-fields, #register-form form .search-fields {
padding: 10px 0; }
#login-form form .search-fields input, #register-form form .search-fields input {
width: 100%; }
#login-form form .search-button-container, #register-form form .search-button-container {
padding-top: 10px; }
#login-form form .search-button-container button, #register-form form .search-button-container button {
width: 100%;
height: 40px; }
#login-form form .terms-condition, #register-form form .terms-condition {
padding: 10px 0; }
.home-page-3 #google-map {
width: 100vw;
height: calc(100vh - 198px);
position: fixed;
top: 98px;
left: 0;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.home-page-3 #property-search-container {
position: fixed;
left: 0;
bottom: 0;
margin-bottom: 0;
width: 100%;
border-top: 3px solid #50AEE6;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.home-page-3 #property-search-container .property-search-form {
border: 0;
position: initial;
padding: 30px 20px 5px;
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0); }
@media (max-width: 767px) {
.home-page-3 #property-search-container .property-search-form {
width: 100%;
margin: 0; } }
.home-page-3 #property-search-container .property-search-form .more-options {
bottom: calc(100% - 16px); }
.home-page-3.full-screen {
padding-top: 0; }
.home-page-3.full-screen #main-header {
top: -125px; }
.home-page-3.full-screen #google-map {
height: 100vh;
top: 0; }
.home-page-3.full-screen #property-search-container {
bottom: -200px; }
@media (max-width: 767px) {
.home-page-4 #property-search-container {
width: 100%; } }
body.property-listing-page .property-listing {
background-color: #FFFFFF; }
body.property-listing-page .property-listing .property-box .inner-box {
background-color: #fafafa; }
body.property-listing-page.grid .property-listing.boxed-view {
padding: 20px 0 40px; }
body.property-listing-page.grid.side-bar .property-listing.boxed-view {
padding: 70px 0 40px; }
body.property-listing-page.row-listing .property-listing {
margin-top: 25px; }
body.property-listing-page.row-listing .property-listing .row-view {
padding: 70px 0 40px; }
body.property-listing-page.row-listing .property-listing .property-box .img-container img {
height: auto;
width: 100%; }
body.property-listing-page.map .property-listing {
padding: 0; }
body.property-listing-page.map .property-listing .left-section {
max-height: calc(100vh - 98px);
overflow-y: scroll;
overflow-x: hidden;
padding: 0; }
body.property-listing-page.map .property-listing .left-section .property-search-form {
position: relative;
background: #fafafa;
width: 100%;
padding: 20px 30px 10px;
border-bottom: 1px solid #d4d4d4; }
body.property-listing-page.map .property-listing .left-section .property-search-form input[type="text"], body.property-listing-page.map .property-listing .left-section .property-search-form input[type="url"], body.property-listing-page.map .property-listing .left-section .property-search-form select, body.property-listing-page.map .property-listing .left-section .property-search-form textarea, body.property-listing-page.map .property-listing .left-section .property-search-form button, body.property-listing-page.map .property-listing .left-section .property-search-form .select2-container {
width: 100%;
display: block; }
body.property-listing-page.map .property-listing .left-section .property-search-form button {
height: 40px; }
body.property-listing-page.map .property-listing .left-section .property-search-form .search-field {
min-height: 45px;
margin-bottom: 10px;
padding: 0 5px; }
body.property-listing-page.map .property-listing .left-section .property-search-form .more-options {
height: 30px;
margin-top: 10px; }
body.property-listing-page.map .property-listing .left-section .property-search-form .main-search-sec, body.property-listing-page.map .property-listing .left-section .property-search-form .advanced-search-sec {
margin: 0 -5px; }
body.property-listing-page.map .property-listing .left-section .property-search-form .main-search-sec:before, body.property-listing-page.map .property-listing .left-section .property-search-form .main-search-sec:after, body.property-listing-page.map .property-listing .left-section .property-search-form .advanced-search-sec:before, body.property-listing-page.map .property-listing .left-section .property-search-form .advanced-search-sec:after {
content: " ";
display: table; }
body.property-listing-page.map .property-listing .left-section .property-search-form .main-search-sec:after, body.property-listing-page.map .property-listing .left-section .property-search-form .advanced-search-sec:after {
clear: both; }
body.property-listing-page.map .property-listing .left-section .property-search-form .advanced-search-sec {
display: none; }
body.property-listing-page.map .property-listing .left-section .property-container {
padding: 30px; }
body.property-listing-page.map .property-listing .left-section .property-container .property-box:first-child .inner-box, body.property-listing-page.map .property-listing .left-section .property-container .property-box:nth-child(2n+1) .inner-box {
margin: 0 15px 0 0; }
body.property-listing-page.map .property-listing .left-section .property-container .property-box:nth-child(2n) .inner-box {
margin: 0 0 0 15px; }
body.property-listing-page.map .property-listing .left-section .property-container .pagination-box {
margin: 20px 0; }
body.property-listing-page.map .property-listing .map-container {
padding: 0; }
body.property-listing-page.map .property-listing .map-container #map {
height: calc(100vh - 98px); }
.faq-section-container {
margin: 70px 0 50px; }
.faq-section-container h2 {
text-align: left; }
.faq-section-container h2:before, .faq-section-container h2:after {
left: 0;
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0); }
.faq-section-container .faq-main-container {
background: #fafafa;
padding: 40px;
margin: 40px 0; }
.faq-section-container .faq-main-container .faq-box {
margin-bottom: 20px; }
.faq-section-container .faq-main-container .faq-box:last-child {
margin-bottom: 0; }
.faq-section-container .faq-main-container .faq-box .title {
display: block;
position: relative;
line-height: 2.5em;
font-size: 1.2em;
margin: 0;
cursor: pointer;
padding-right: 40px; }
.faq-section-container .faq-main-container .faq-box .title:before, .faq-section-container .faq-main-container .faq-box .title:after {
display: block;
position: absolute;
left: 0;
content: "";
bottom: 0;
width: 100%;
height: 1px; }
.faq-section-container .faq-main-container .faq-box .title:before {
background: #d4d4d4; }
.faq-section-container .faq-main-container .faq-box .title:after {
width: 30%;
background: #50AEE6; }
.faq-section-container .faq-main-container .faq-box .title i {
position: absolute;
right: 15px;
top: 12px;
color: #50AEE6;
font-size: 1.2em; }
.faq-section-container .faq-main-container .faq-box .content {
color: #aeaeae;
line-height: 25px;
margin: 30px 30px 0;
display: none; }
body.not-found .not-found-container {
text-align: center;
max-width: 700px;
padding: 120px;
background: #fafafa;
margin: 80px auto; }
@media (max-width: 767px) {
body.not-found .not-found-container {
padding: 80px; } }
@media (max-width: 600px) {
body.not-found .not-found-container {
padding: 80px 40px; } }
body.not-found .not-found-container h2 {
margin: -30px 0 30px 0;
font-size: 3em;
line-height: 1.7em; }
@media (max-width: 600px) {
body.not-found .not-found-container h2 {
font-size: 2.5em; } }
body.not-found .not-found-container .subtitle {
color: #aeaeae;
line-height: 20px;
margin: 15px 0 30px;
font-size: 1.1em; }
body.not-found .not-found-container .searchbox-container .search-form {
background-color: #FFFFFF;
position: relative;
z-index: 1; }
body.not-found .not-found-container .searchbox-container .search-form:before, body.not-found .not-found-container .searchbox-container .search-form:after {
content: " ";
display: table; }
body.not-found .not-found-container .searchbox-container .search-form:after {
clear: both; }
body.not-found .not-found-container .searchbox-container .search-form label {
float: left;
width: 84%;
position: relative;
margin-bottom: 0; }
body.not-found .not-found-container .searchbox-container .search-form label > span {
display: none; }
body.not-found .not-found-container .searchbox-container .search-form label input {
border: 1px solid #d4d4d4;
border-bottom-color: #50AEE6;
background-color: #FFFFFF;
border-right: 0;
color: #50AEE6;
font-weight: normal;
padding: 0 10px;
width: 100%;
height: 40px; }
body.not-found .not-found-container .searchbox-container .search-form label input.placeholder {
color: #50AEE6; }
body.not-found .not-found-container .searchbox-container .search-form label input:-moz-placeholder {
color: #50AEE6; }
body.not-found .not-found-container .searchbox-container .search-form label input::-moz-placeholder {
color: #50AEE6; }
body.not-found .not-found-container .searchbox-container .search-form label input:-ms-input-placeholder {
color: #50AEE6; }
body.not-found .not-found-container .searchbox-container .search-form label input::-webkit-input-placeholder {
color: #50AEE6; }
body.not-found .not-found-container .searchbox-container .search-form label:after {
display: block;
content: "\f002";
font: 16px/20px "FontAwesome";
color: #50AEE6;
position: absolute;
right: -40px;
top: 9px;
z-index: -1; }
@media (max-width: 390px) {
body.not-found .not-found-container .searchbox-container .search-form label:after {
right: -30px; } }
body.not-found .not-found-container .searchbox-container .search-form .search-submit {
float: left;
border: 1px solid #d4d4d4;
border-bottom-color: #50AEE6;
border-left: 0;
background: transparent;
text-indent: -999999px;
overflow: hidden;
width: 16%;
height: 40px;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0; }
body.contact-us .breadcrumb-box {
padding: 180px 0 240px;
border-bottom: 3px solid #50AEE6; }
body.contact-us .breadcrumb-box .inner-container {
height: 0; }
.contact-info {
margin: 30px 0 70px; }
.contact-info .contact-info-box {
padding-left: 60px;
padding-right: 30px;
margin-bottom: 30px; }
@media (max-width: 992px) {
.contact-info .contact-info-box {
padding-right: 0; } }
.contact-info .contact-info-box:nth-child(3n) {
padding-right: 0; }
.contact-info .contact-info-box .inner-container {
position: relative;
padding: 20px 40px 20px 90px;
text-align: center;
background-color: #fafafa;
min-height: 80px;
display: table;
width: 100%; }
.contact-info .contact-info-box .inner-container i {
width: 120px;
height: 120px;
position: absolute;
left: -60px;
top: 50%;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #50AEE6;
text-align: center;
line-height: 115px;
font-size: 2.5em;
background-color: #ededed;
border: 2px solid #FFFFFF;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-box-shadow: 0 0 0 1px #ededed;
box-shadow: 0 0 0 1px #ededed; }
.contact-info .contact-info-box .inner-container i:after {
display: block;
content: '';
position: absolute;
left: 0;
top: 0;
z-index: -1;
background-color: #50AEE6;
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9);
opacity: 0;
filter: alpha(opacity=0);
width: 100%;
height: 100%;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.contact-info .contact-info-box .inner-container .value {
display: table-cell;
vertical-align: middle;
font-family: "Scada", Arial, Helvetica, sans-serif; }
.contact-info .contact-info-box .inner-container:hover i {
-webkit-box-shadow: 0 0 0 1px #50AEE6;
box-shadow: 0 0 0 1px #50AEE6;
color: #FFFFFF; }
.contact-info .contact-info-box .inner-container:hover i:after {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
filter: alpha(opacity=100); }
.contact-form {
background-color: #fafafa;
padding: 40px 50px;
margin-bottom: 90px; }
.contact-form .row {
margin-bottom: 20px; }
@media (max-width: 767px) {
.contact-form .row {
margin-bottom: 0; }
.contact-form .row .field-box {
margin-bottom: 20px; } }
.contact-form .row input, .contact-form .row textarea {
width: 100%; }
.contact-form .row.message {
margin: 0 -5px 20px; }
.contact-form .row.button-box {
margin: 0 -5px;
text-align: center; }
.contact-form .row .field-box {
padding: 0 10px; }
.contact-form .row textarea {
min-height: 150px; }
.contact-form .row button {
padding: 5px 70px; }
body.agents-page .agent-box-container, body.agent-details-page .agent-box-container {
padding-top: 40px; }
body.agents-page .agent-box-container .title-box, body.agent-details-page .agent-box-container .title-box {
text-align: center;
margin-bottom: 50px; }
body.agents-page .agent-box-container .title-box .subtitle, body.agent-details-page .agent-box-container .title-box .subtitle {
color: #aeaeae;
font-size: 1.1em;
line-height: 2.7em; }
@media (max-width: 450px) {
body.agents-page .agent-box, body.agent-details-page .agent-box {
width: 100%;
float: none; } }
body.agents-page .agent-box .bott-sec, body.agent-details-page .agent-box .bott-sec {
background-color: #fafafa; }
body.agents-page .agent-box .img-container, body.agent-details-page .agent-box .img-container {
height: auto; }
body.agents-page .agent-box .img-container img, body.agent-details-page .agent-box .img-container img {
position: initial;
-moz-transform: translateX(0) translateY(0);
-ms-transform: translateX(0) translateY(0);
-webkit-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0); }
body.agents-page .pagination-box, body.agent-details-page .pagination-box {
margin: 30px 0 60px; }
body.agent-details-page .agent-box {
margin: 30px 0; }
body.agent-details-page .agent-box .inner-container {
display: table; }
body.agent-details-page .agent-box .inner-container .bott-sec, body.agent-details-page .agent-box .inner-container .img-container {
display: table-cell;
float: none;
vertical-align: top; }
@media (max-width: 600px) {
body.agent-details-page .agent-box .inner-container .bott-sec, body.agent-details-page .agent-box .inner-container .img-container {
display: block;
width: 100%; } }
body.agent-details-page .agent-box .inner-container .img-container {
padding: 0; }
body.agent-details-page .agent-box .inner-container .img-container:after {
display: none; }
body.agent-details-page .agent-box .inner-container .img-container img {
position: absolute;
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
max-width: none;
height: 100%; }
@media (min-width: 1200px) {
body.agent-details-page .agent-box .inner-container .img-container img {
height: auto;
width: 100%; } }
@media (max-width: 600px) {
body.agent-details-page .agent-box .inner-container .img-container img {
position: initial;
-moz-transform: translateX(0) translateY(0);
-ms-transform: translateX(0) translateY(0);
-webkit-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0);
height: auto;
width: 100%; } }
body.agent-details-page .agent-box .inner-container .bott-sec {
padding: 30px 100px 30px 40px; }
body.agent-details-page .agent-box .inner-container .bott-sec .name {
font-size: 2em;
font-family: "Scada", Arial, Helvetica, sans-serif; }
body.agent-details-page .agent-box .inner-container .bott-sec .desc {
height: auto;
overflow: visible;
line-height: 25px; }
body.agent-details-page .agent-box .inner-container .bott-sec .social-icons {
right: 35px; }
body.agent-details-page .property-listing-container {
margin-bottom: 30px; }
body.agent-details-page .propertybox-featured {
padding: 0 15px; }
body.agent-details-page .propertybox-featured:nth-child(2n) {
padding-right: 0; }
body.agent-details-page .propertybox-featured:first-child, body.agent-details-page .propertybox-featured:nth-child(2n+1) {
padding-left: 0; }
@media (max-width: 992px) {
body.agent-details-page .propertybox-featured {
padding: 0; } }
.agent-box {
margin-bottom: 30px; }
.agent-box img {
max-width: 100%; }
.agent-box:last-child {
margin-bottom: 0; }
.agent-box .inner-container {
background-color: #FFFFFF; }
.agent-box .img-container {
display: block;
position: relative;
overflow: hidden;
height: 160px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.agent-box .img-container:before, .agent-box .img-container:after {
display: block;
position: absolute;
z-index: 1;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease; }
.agent-box .img-container:before {
content: "";
left: 0;
bottom: 0;
width: 105%;
height: 0;
background: rgba(255, 255, 255, 0.6); }
.agent-box .img-container:after {
font-family: "FontAwesome";
left: 50%;
top: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
color: #005588;
font-size: 2.7em; }
.agent-box .img-container img {
position: absolute;
left: 50%;
top: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%); }
.agent-box .bott-sec {
background: #FFFFFF;
padding: 30px;
position: relative;
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease; }
.agent-box .bott-sec .name {
font-size: 1.5em;
color: #333333;
display: block;
margin-bottom: 15px;
line-height: 1.1em;
font-family: "Scada", Arial, Helvetica, sans-serif;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.agent-box .bott-sec .desc {
color: #aeaeae;
line-height: 20px;
margin: 15px 0 20px;
height: 80px;
overflow: hidden; }
.agent-box .bott-sec .view-listing {
font-size: 1.1em;
color: #50AEE6;
position: relative;
padding-right: 10px;
font-family: "Scada", Arial, Helvetica, sans-serif;
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease; }
.agent-box .bott-sec .view-listing:before, .agent-box .bott-sec .view-listing:after {
display: block;
content: '';
position: absolute;
top: 50%;
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease; }
.agent-box .bott-sec .view-listing:before {
width: 10px;
height: 1px;
background: #50AEE6;
left: 100%; }
.agent-box .bott-sec .view-listing:after {
width: 0;
height: 0;
border-style: solid;
border-width: 4px 0 4px 7px;
border-color: transparent transparent transparent #50AEE6;
right: -17px;
margin-top: -3px; }
.agent-box .bott-sec .view-listing:hover {
color: #005588; }
.agent-box .bott-sec .social-icons {
position: absolute;
right: -17px;
top: 50%;
background: #50AEE6;
padding: 10px;
text-align: center;
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.agent-box .bott-sec .social-icons:before {
display: block;
content: '';
position: absolute;
left: 0;
bottom: -2px;
width: 100%;
height: 1px;
background-color: #50AEE6;
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease; }
.agent-box .bott-sec .social-icons a {
color: #FFFFFF;
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
display: block;
margin-bottom: 20px; }
.agent-box .bott-sec .social-icons a:last-child {
margin-bottom: 0; }
.agent-box:hover .img-container {
border-color: #005588; }
.agent-box:hover .img-container:before, .agent-box:hover .img-container:after {
opacity: 1;
filter: alpha(opacity=100); }
.agent-box:hover .img-container:before {
height: 150%; }
.agent-box:hover .view-listing {
color: #005588; }
.agent-box:hover .view-listing:before {
background: #005588; }
.agent-box:hover .view-listing:after {
border-color: transparent transparent transparent #005588; }
.agent-box:hover .social-icons {
background: #005588; }
.agent-box:hover .social-icons:before {
background: #005588; }
body.home-page-4 #main-slider-fullscreen .owl-wrapper {
height: calc(100vh - 131px) !important; }
body.home-page-4 #property-search-container {
position: absolute;
left: 50%;
top: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%); }
body.home-page-4 #property-search-container .property-search-form {
background-color: rgba(255, 255, 255, 0.8);
padding: 19px 15px 0;
border: 0; }
body.home-page-4 #property-search-container .property-search-form .search-field {
padding: 0 5px; }
body.home-page-4 #property-search-container .property-search-form input[type="text"], body.home-page-4 #property-search-container .property-search-form input[type="url"], body.home-page-4 #property-search-container .property-search-form select, body.home-page-4 #property-search-container .property-search-form textarea, body.home-page-4 #property-search-container .property-search-form .select2-container .select2-choice {
background: rgba(255, 255, 255, 0.8);
border: 1px solid transparent;
border-bottom-color: #50AEE6;
color: #000000; }
body.home-page-4 #property-search-container .property-search-form input[type="text"].placeholder, body.home-page-4 #property-search-container .property-search-form input[type="url"].placeholder, body.home-page-4 #property-search-container .property-search-form select.placeholder, body.home-page-4 #property-search-container .property-search-form textarea.placeholder, body.home-page-4 #property-search-container .property-search-form .select2-container .select2-choice.placeholder {
color: #000000; }
body.home-page-4 #property-search-container .property-search-form input[type="text"]:-moz-placeholder, body.home-page-4 #property-search-container .property-search-form input[type="url"]:-moz-placeholder, body.home-page-4 #property-search-container .property-search-form select:-moz-placeholder, body.home-page-4 #property-search-container .property-search-form textarea:-moz-placeholder, body.home-page-4 #property-search-container .property-search-form .select2-container .select2-choice:-moz-placeholder {
color: #000000; }
body.home-page-4 #property-search-container .property-search-form input[type="text"]::-moz-placeholder, body.home-page-4 #property-search-container .property-search-form input[type="url"]::-moz-placeholder, body.home-page-4 #property-search-container .property-search-form select::-moz-placeholder, body.home-page-4 #property-search-container .property-search-form textarea::-moz-placeholder, body.home-page-4 #property-search-container .property-search-form .select2-container .select2-choice::-moz-placeholder {
color: #000000; }
body.home-page-4 #property-search-container .property-search-form input[type="text"]:-ms-input-placeholder, body.home-page-4 #property-search-container .property-search-form input[type="url"]:-ms-input-placeholder, body.home-page-4 #property-search-container .property-search-form select:-ms-input-placeholder, body.home-page-4 #property-search-container .property-search-form textarea:-ms-input-placeholder, body.home-page-4 #property-search-container .property-search-form .select2-container .select2-choice:-ms-input-placeholder {
color: #000000; }
body.home-page-4 #property-search-container .property-search-form input[type="text"]::-webkit-input-placeholder, body.home-page-4 #property-search-container .property-search-form input[type="url"]::-webkit-input-placeholder, body.home-page-4 #property-search-container .property-search-form select::-webkit-input-placeholder, body.home-page-4 #property-search-container .property-search-form textarea::-webkit-input-placeholder, body.home-page-4 #property-search-container .property-search-form .select2-container .select2-choice::-webkit-input-placeholder {
color: #000000; }
body.home-page-4 #property-search-container .property-search-form .select2-dropdown-open .select2-choice {
border-color: #50AEE6; }
body.home-page-4 #property-search-container .property-search-form .advanced-search-sec .hsq-checkbox label {
color: #000000; }
body.home-page-4 #property-search-container .property-search-form .advanced-search-sec .hsq-checkbox label span {
background: rgba(255, 255, 255, 0.8); }
body.home-page-4 #property-search-container .property-search-form .more-options {
bottom: -30px;
line-height: 30px;
padding: 0 20px;
height: 30px; }
body.home-page-4 #property-search-container .property-search-form .more-options i {
margin-left: 0;
font-size: 1em; }
body.home-page-4 #property-search-container .property-search-form .select2-container .select2-choice {
line-height: 40px; }
body.home-page-4 #property-search-container .property-search-form.opened .more-options i {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg); }
body.home-page-4 .owl-controls {
bottom: 5% !important;
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0); }
body.home-page-4 .select2-drop {
background: rgba(255, 255, 255, 0.8); }
body.home-page-4 .select2-drop input[type="text"] {
background-color: rgba(255, 255, 255, 0.8);
border-bottom-color: #50AEE6;
color: #000000; }
body.home-page-4 .select2-drop input[type="text"].placeholder {
color: #000000; }
body.home-page-4 .select2-drop input[type="text"]:-moz-placeholder {
color: #000000; }
body.home-page-4 .select2-drop input[type="text"]::-moz-placeholder {
color: #000000; }
body.home-page-4 .select2-drop input[type="text"]:-ms-input-placeholder {
color: #000000; }
body.home-page-4 .select2-drop input[type="text"]::-webkit-input-placeholder {
color: #000000; }
body.home-page-4 .select2-drop .select2-results .select2-no-results {
background: none; }
body.home-page-4 .select2-drop .select2-results li {
color: #000000; }
body.home-page-4 .select2-drop .select2-results li.select2-highlighted {
background: #50AEE6;
color: #FFFFFF; }
body.blog img {
max-width: 100%; }
body.blog .content-box {
padding: 70px 20px 0 0; }
@media (max-width: 767px) {
body.blog aside {
padding-top: 0; } }
body.blog .post-container .post-box {
background: #fafafa;
margin-bottom: 40px; }
body.blog .post-container .post-box .post-img-box {
position: relative;
overflow: hidden;
display: block;
border-bottom: 3px solid #50AEE6;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
body.blog .post-container .post-box .post-img-box:before, body.blog .post-container .post-box .post-img-box:after {
display: block;
position: absolute;
z-index: 1;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease; }
body.blog .post-container .post-box .post-img-box:before {
content: "";
left: 0;
bottom: 0;
width: 105%;
height: 0;
background: rgba(255, 255, 255, 0.6); }
body.blog .post-container .post-box .post-img-box:after {
font-family: "FontAwesome";
left: 50%;
top: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
color: #005588;
font-size: 2.7em; }
body.blog .post-container .post-box .post-img-box img {
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease; }
body.blog .post-container .post-box .post-img-box:hover:before, body.blog .post-container .post-box .post-img-box:hover:after {
opacity: 1;
filter: alpha(opacity=100); }
body.blog .post-container .post-box .post-img-box:hover:before {
height: 150%; }
body.blog .post-container .post-box .post-img-box:hover img {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05); }
body.blog .post-container .post-box .post-bott-sec {
padding: 40px; }
@media (max-width: 600px) {
body.blog .post-container .post-box .post-bott-sec {
padding: 30px; } }
body.blog .post-container .post-box .post-bott-sec .post-title-box {
display: block;
position: relative;
line-height: 3em;
font-size: 1.7em;
margin-bottom: 20px; }
body.blog .post-container .post-box .post-bott-sec .post-title-box:before, body.blog .post-container .post-box .post-bott-sec .post-title-box:after {
display: block;
position: absolute;
left: 0;
content: "";
bottom: 0; }
body.blog .post-container .post-box .post-bott-sec .post-title-box:before {
width: 100%;
height: 1px;
background: #d4d4d4; }
body.blog .post-container .post-box .post-bott-sec .post-title-box:after {
width: 50%;
height: 1px;
background: #50AEE6; }
body.blog .post-container .post-box .post-bott-sec .post-title-box .post-title {
font-family: "Scada", Arial, Helvetica, sans-serif;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
body.blog .post-container .post-box .post-bott-sec .post-meta {
color: #bababa; }
body.blog .post-container .post-box .post-bott-sec .post-meta a {
color: #bababa;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
body.blog .post-container .post-box .post-bott-sec .post-meta a:hover {
color: #50AEE6; }
body.blog .post-container .post-box .post-bott-sec .post-meta > div {
display: inline-block;
margin-right: 20px;
position: relative;
padding-right: 25px; }
body.blog .post-container .post-box .post-bott-sec .post-meta > div:after {
display: block;
content: '/';
color: #50AEE6;
position: absolute;
right: 0;
top: 0; }
body.blog .post-container .post-box .post-bott-sec .post-meta > div:last-child {
margin-right: 0; }
body.blog .post-container .post-box .post-bott-sec .post-meta > div:last-child:after {
display: none; }
body.blog .post-container .post-box .post-bott-sec .post-desc {
color: #aeaeae;
line-height: 25px;
margin: 25px 0 30px; }
body.blog .post-container .post-box .post-bott-sec .post-desc blockquote {
background: #FFFFFF;
border-color: #50AEE6;
border-width: 3px;
font-size: 15px;
padding: 20px 20px; }
body.blog .post-container .post-box .post-bott-sec .read-more-container .read-more {
padding: 3px 35px; }
body.blog .post-container .post-box .post-bott-sec .post-tags {
padding: 15px 0 10px;
border-top: 1px solid #d4d4d4;
border-bottom: 1px solid #d4d4d4; }
body.blog .post-container .post-box .post-bott-sec .post-tags ul li a {
background: #FFFFFF;
padding: 5px 15px;
color: #333333;
border: 1px solid #d4d4d4;
border-bottom-color: #50AEE6;
display: inline-block;
margin: 0 3px 8px 0;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
body.blog .post-container .post-box .post-bott-sec .post-tags ul li a:hover {
background: #50AEE6;
border-color: #50AEE6;
color: #FFFFFF; }
body.blog .post-container .post-box .post-bott-sec .comments-container {
margin: 30px 00; }
body.blog .post-container .post-box .post-bott-sec .comments-container h3 {
font-size: 1.7em;
line-height: 2.5em;
margin: 0 0 40px;
position: relative;
display: inline-block; }
body.blog .post-container .post-box .post-bott-sec .comments-container h3:before, body.blog .post-container .post-box .post-bott-sec .comments-container h3:after {
display: block;
position: absolute;
left: 0;
content: "";
bottom: 0; }
body.blog .post-container .post-box .post-bott-sec .comments-container h3:before {
width: 100%;
height: 1px;
background: #d4d4d4; }
body.blog .post-container .post-box .post-bott-sec .comments-container h3:after {
width: 50%;
height: 1px;
background: #50AEE6; }
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box {
padding: 30px 30px 30px 90px;
margin: 0 0 30px 140px;
background: #FFFFFF;
position: relative; }
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box:before, body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box:after {
content: " ";
display: table; }
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box:after {
clear: both; }
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box:last-child {
margin-bottom: 0; }
@media (max-width: 600px) {
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box {
padding: 90px 30px 30px 30px;
margin-left: 30px;
margin-top: 80px; } }
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box:first-child {
margin-left: 70px; }
@media (max-width: 992px) {
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box:first-child {
margin-left: 50px; } }
@media (max-width: 600px) {
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box:first-child {
margin-left: 0; } }
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box .user-img {
overflow: hidden;
width: 125px;
height: 125px;
position: absolute;
left: -60px;
top: 50%;
margin-right: 30px;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
background-color: #ededed;
border: 2px solid #FFFFFF;
-webkit-box-shadow: 0 0 0 3px #ededed;
box-shadow: 0 0 0 3px #ededed; }
@media (max-width: 600px) {
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box .user-img {
left: 50%;
top: -60px;
-moz-transform: translateX(-50%) translateY(0);
-ms-transform: translateX(-50%) translateY(0);
-webkit-transform: translateX(-50%) translateY(0);
transform: translateX(-50%) translateY(0); } }
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box .user-img img {
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
max-width: 100%; }
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box .comment-info {
margin: 15px 0; }
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box .comment-info .user-name {
font-size: 1.5em;
color: #50AEE6;
display: inline-block;
font-family: "Scada", Arial, Helvetica, sans-serif; }
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box .comment-info .user-name span {
color: #005588; }
@media (max-width: 600px) {
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box .comment-info .user-name {
display: block;
margin-bottom: 20px;
text-align: center; } }
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box .comment-info .comment-date {
margin-left: 20px;
color: #cccccc;
font-size: 12px;
display: inline-block; }
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box .comment-info .reply {
float: right;
color: #cccccc;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box .comment-info .reply:hover {
color: #50AEE6; }
body.blog .post-container .post-box .post-bott-sec .comments-container .comment-box .comment-text {
color: #b3b3b3;
line-height: 25px; }
body.blog .post-container .post-box .post-bott-sec .comment-form-container {
padding: 30px 30px 10px;
margin: 80px 0 0;
background: #FFFFFF; }
@media (max-width: 600px) {
body.blog .post-container .post-box .post-bott-sec .comment-form-container {
margin: 80px 0 30px; } }
body.blog .post-container .post-box .post-bott-sec .comment-form-container h3 {
font-size: 1.7em;
line-height: 2.5em;
margin: 0 0 40px;
position: relative;
display: inline-block; }
body.blog .post-container .post-box .post-bott-sec .comment-form-container h3:before, body.blog .post-container .post-box .post-bott-sec .comment-form-container h3:after {
display: block;
position: absolute;
left: 0;
content: "";
bottom: 0; }
body.blog .post-container .post-box .post-bott-sec .comment-form-container h3:before {
width: 100%;
height: 1px;
background: #d4d4d4; }
body.blog .post-container .post-box .post-bott-sec .comment-form-container h3:after {
width: 50%;
height: 1px;
background: #50AEE6; }
body.blog .post-container .post-box .post-bott-sec .comment-form-container > .desc {
color: #b3b3b3; }
body.blog .post-container .post-box .post-bott-sec .comment-form-container .comment-form {
padding: 40px 0 20px; }
body.blog .post-container .post-box .post-bott-sec .comment-form-container .comment-form input[type="text"], body.blog .post-container .post-box .post-bott-sec .comment-form-container .comment-form input[type="email"], body.blog .post-container .post-box .post-bott-sec .comment-form-container .comment-form input[type="tel"], body.blog .post-container .post-box .post-bott-sec .comment-form-container .comment-form input[type="url"], body.blog .post-container .post-box .post-bott-sec .comment-form-container .comment-form textarea {
width: 100%; }
body.blog .post-container .post-box .post-bott-sec .comment-form-container .comment-form .field-row {
margin: 0 0 20px; }
body.blog .post-container .post-box .post-bott-sec .comment-form-container .comment-form .field-row:last-child {
margin-bottom: 0;
text-align: center; }
body.blog .post-container .post-box .post-bott-sec .comment-form-container .comment-form textarea {
height: 150px; }
body.blog .post-container .post-box .post-bott-sec .comment-form-container .comment-form button {
padding: 5px 70px; }
body.blog.left-sidebar .content-box {
padding: 70px 0 0 20px; }
@media (max-width: 767px) {
body.blog.left-sidebar .content-box {
padding-top: 0; } }
body.blog.left-sidebar aside {
padding: 70px 20px 50px 0; }
body.property-details .content-box {
padding: 70px 10px 50px 0; }
@media (max-width: 992px) {
body.property-details .content-box {
padding-right: 0; }
body.property-details .content-box .left-sec, body.property-details .content-box .right-sec {
padding: 0; }
body.property-details .content-box .left-sec {
margin-bottom: 30px; } }
body.property-details .content-box .left-sec {
padding-left: 0; }
body.property-details .content-box .left-sec .information-box h3 {
display: block; }
body.property-details .content-box .right-sec {
padding-right: 0; }
body.property-details .content-box > .b-sec {
clear: both;
margin-top: 30px; }
body.property-details .content-box > .b-sec .related-properties {
padding-bottom: 10px; }
body.property-details .content-box > .b-sec .property-listing {
padding-top: 10px;
padding-bottom: 0; }
body.property-details .content-box > .b-sec .property-listing .property-box:nth-child(2n+1) .inner-box, body.property-details .content-box > .b-sec .property-listing .property-box:first-child .inner-box {
margin-left: 0; }
body.property-details .content-box > .b-sec .property-listing .property-box:nth-child(2n) .inner-box {
margin-right: 0; }
body.property-details .content-box .information-box {
background: #fafafa;
padding: 10px 30px 30px;
margin-bottom: 40px; }
body.property-details .content-box .information-box:last-child {
margin-bottom: 0; }
body.property-details .content-box .information-box h3 {
display: inline-block;
position: relative;
line-height: 2.5em;
font-size: 1.5em;
margin: 0;
padding-right: 30px; }
body.property-details .content-box .information-box h3:before, body.property-details .content-box .information-box h3:after {
display: block;
position: absolute;
left: 0;
content: "";
bottom: 0; }
body.property-details .content-box .information-box h3:before {
width: 100%;
height: 1px;
background: #d4d4d4; }
body.property-details .content-box .information-box h3:after {
width: 40%;
height: 1px;
background: #50AEE6; }
body.property-details .content-box .information-box .box-content {
margin-top: 20px; }
body.property-details .content-box .information-box .box-content .image-main-box li {
padding: 10px; }
@media (max-width: 600px) {
body.property-details .content-box .information-box .box-content .image-main-box li {
float: none;
width: 100%; } }
body.property-details .content-box .information-box .box-content .image-main-box li figure {
position: relative;
overflow: hidden; }
body.property-details .content-box .information-box .box-content .image-main-box li figure a {
border: 1px solid #ededed;
border-bottom: 3px solid #50AEE6;
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 2;
text-indent: -999999px; }
body.property-details .content-box .information-box .box-content .image-main-box img {
max-width: 100%; }
body.property-details .content-box .main-info-box .t-sec {
font-family: "Scada", Arial, Helvetica, sans-serif;
line-height: 30px;
margin-bottom: 20px; }
body.property-details .content-box .main-info-box .t-sec .left-sec .main-info-li li > div {
display: inline-block; }
body.property-details .content-box .main-info-box .t-sec .left-sec .main-info-li li .title {
min-width: 140px;
color: #7b7b7b; }
body.property-details .content-box .main-info-box .t-sec .left-sec .main-info-li li .value {
font-weight: bold;
color: #333333; }
body.property-details .content-box .main-info-box .t-sec .right-sec {
text-align: center; }
body.property-details .content-box .main-info-box .t-sec .right-sec .price {
font-size: 2em;
color: #50AEE6;
display: block;
margin: 10px 0 3px; }
body.property-details .content-box .main-info-box .t-sec .right-sec .price-type {
color: #aeaeae;
font-size: .9em; }
body.property-details .content-box .main-info-box .b-sec {
color: #aeaeae;
line-height: 25px; }
.features-box li {
padding: 0 0 0 30px;
position: relative;
color: #aeaeae;
line-height: 30px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.features-box li:before {
display: block;
position: absolute;
left: 0;
top: 5px;
color: #d4d4d4;
width: 17px;
height: 17px;
line-height: 16px;
font-size: .7em;
text-align: center;
background-color: #ededed;
border: 1px solid #FFFFFF;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 1px #ededed;
box-shadow: 0 0 0 1px #ededed; }
.features-box li.active {
color: #333333; }
.features-box li.active:before {
color: #50AEE6; }
.neighborhood-container .neighborhood-box {
margin-bottom: 15px; }
.neighborhood-container .neighborhood-box:nth-child(2n), .neighborhood-container .neighborhood-box:first-child {
padding-right: 0;
padding-left: 5px; }
.neighborhood-container .neighborhood-box:nth-child(2n-1) {
padding-left: 0;
padding-right: 5px; }
@media (max-width: 992px) {
.neighborhood-container .neighborhood-box {
padding: 0 !important; }
.neighborhood-container .neighborhood-box:last-child {
margin-bottom: 0; } }
.neighborhood-container .neighborhood-box .btn-group {
width: 100%; }
.neighborhood-container .neighborhood-box .btn-group .btn, .neighborhood-container .neighborhood-box .btn-group #main-menu-handle {
border: 1px solid #ededed;
background-color: #FFFFFF;
color: #333333;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding: 0 5px;
height: 35px;
cursor: default; }
.neighborhood-container .neighborhood-box .btn-group .btn:first-child, .neighborhood-container .neighborhood-box .btn-group #main-menu-handle:first-child {
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px; }
.neighborhood-container .neighborhood-box .btn-group .btn:last-child, .neighborhood-container .neighborhood-box .btn-group #main-menu-handle:last-child {
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px; }
.neighborhood-container .neighborhood-box .btn-group .btn.title, .neighborhood-container .neighborhood-box .btn-group .title#main-menu-handle {
width: 60%;
text-align: left;
padding: 0 10px; }
.neighborhood-container .neighborhood-box .btn-group .btn.value, .neighborhood-container .neighborhood-box .btn-group .value#main-menu-handle {
width: 25%;
font-size: .9em;
color: #50AEE6; }
.neighborhood-container .neighborhood-box .btn-group .btn.icon, .neighborhood-container .neighborhood-box .btn-group .icon#main-menu-handle {
width: 15%;
color: #005588;
font-size: .9em; }
.highlight-details-box {
background-color: #fafafa;
position: relative;
margin-bottom: 48px;
text-align: center;
margin-left: 40px;
padding-left: 20px;
font-family: "Scada", Arial, Helvetica, sans-serif; }
.highlight-details-box .value {
width: 80px;
height: 80px;
position: absolute;
left: -40px;
top: 50%;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #50AEE6;
text-align: center;
line-height: 80px;
font-size: 1.8em;
background-color: #ededed;
border: 2px solid #FFFFFF;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-box-shadow: 0 0 0 3px #ededed;
box-shadow: 0 0 0 3px #ededed; }
.highlight-details-box .text {
vertical-align: middle;
line-height: 50px; }
.highlight-details-box .unit {
position: absolute;
left: 0;
bottom: -17px;
line-height: 17px;
padding: 0 10px 0 40px;
background-color: #005588;
color: #FFFFFF;
font-size: .7em;
z-index: -1; }
.video-box iframe {
width: 100%;
min-height: 239px; }
.property-details-map-container {
border: 1px solid #50AEE6;
width: 100%;
height: 450px;
margin: 30px 0;
padding-right: 1px; }
#property-details-map {
width: 100%;
height: 100%; }
.attachment-container {
font-family: "Scada", Arial, Helvetica, sans-serif; }
.attachment-container .attachment-box {
background-color: #FFFFFF;
position: relative;
display: block;
padding: 5px 10px 5px 40px;
margin: 0 0 20px 25px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
.attachment-container .attachment-box:hover {
-webkit-box-shadow: 0 0 0 1px #ededed;
box-shadow: 0 0 0 1px #ededed; }
.attachment-container .attachment-box:last-child {
margin-bottom: 0; }
.attachment-container .attachment-box .size {
width: 50px;
height: 50px;
position: absolute;
left: -25px;
top: 50%;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #50AEE6;
text-align: center;
line-height: 40px;
font-size: 1.3em;
background-color: #ededed;
border: 2px solid #FFFFFF;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-box-shadow: 0 0 0 3px #ededed;
box-shadow: 0 0 0 3px #ededed; }
.attachment-container .attachment-box .size .unit {
margin-top: -26px;
font-size: .5em;
color: #bababa; }
.attachment-container .attachment-box .title {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.attachment-container .attachment-box .dl-times {
font-size: .7em;
color: #bababa;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.attachment-container .attachment-box .dl-times i {
font-size: 1.3em;
color: #50AEE6;
margin-right: 10px; }
#property-slider-section {
position: relative;
margin-bottom: 80px; }
#property-slider-section .title-box {
position: absolute;
left: 50%;
top: 50%;
z-index: 5;
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%); }
#property-slider-section .title-box h1 {
float: left;
background: rgba(80, 174, 230, 0.8);
color: #FFFFFF;
padding: 0 30px;
line-height: 70px;
height: 70px;
margin: 0;
font-size: 2em;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
#property-slider-section .title-box .location {
font-family: "Scada", Arial, Helvetica, sans-serif;
float: left;
background: rgba(0, 85, 136, 0.8);
color: #FFFFFF;
line-height: 70px;
height: 70px;
margin: 0;
padding: 0 30px;
font-size: .9em;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
@media (max-width: 992px) {
#property-slider-section .title-box {
width: auto; }
#property-slider-section .title-box h1, #property-slider-section .title-box .location {
float: none;
text-align: center; } }
@media (max-width: 600px) {
#property-slider-section .title-box {
width: 100%; } }
#property-slider-section #property-main-slider .owl-wrapper {
height: 550px !important; }
#property-slider-section #property-thumb-slider {
position: absolute;
left: 50%;
bottom: -100px;
height: 200px;
padding: 20px 10px;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background: rgba(255, 255, 255, 0.7); }
#property-slider-section #property-thumb-slider.owl-carousel .owl-item {
height: 160px;
padding: 0 10px; }
#property-slider-section #property-thumb-slider.owl-carousel .owl-item .items .img-container {
border-bottom: 3px solid #50AEE6;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
background-size: cover;
cursor: pointer;
position: relative;
width: 100%;
height: 160px;
overflow: hidden; }
#property-slider-section #property-thumb-slider.owl-carousel .owl-item .items .img-container:before, #property-slider-section #property-thumb-slider.owl-carousel .owl-item .items .img-container:after {
display: block;
position: absolute;
z-index: 1;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease; }
#property-slider-section #property-thumb-slider.owl-carousel .owl-item .items .img-container:before {
content: "";
left: 0;
bottom: 0;
width: 105%;
height: 0;
background: rgba(255, 255, 255, 0.6); }
#property-slider-section #property-thumb-slider.owl-carousel .owl-item .items .img-container:after {
font-family: "FontAwesome";
left: 50%;
top: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
color: #005588;
font-size: 1.7em; }
#property-slider-section #property-thumb-slider.owl-carousel .owl-item.synced .items .img-container, #property-slider-section #property-thumb-slider.owl-carousel .owl-item:hover .items .img-container {
border-bottom-color: #005588; }
#property-slider-section #property-thumb-slider.owl-carousel .owl-item.synced .items .img-container:before, #property-slider-section #property-thumb-slider.owl-carousel .owl-item.synced .items .img-container:after, #property-slider-section #property-thumb-slider.owl-carousel .owl-item:hover .items .img-container:before, #property-slider-section #property-thumb-slider.owl-carousel .owl-item:hover .items .img-container:after {
opacity: 1;
filter: alpha(opacity=100); }
#property-slider-section #property-thumb-slider.owl-carousel .owl-item.synced .items .img-container:before, #property-slider-section #property-thumb-slider.owl-carousel .owl-item:hover .items .img-container:before {
height: 150%; }
@media (max-width: 992px) {
.property-agent-container .agent-container {
padding: 0;
margin-bottom: 20px; }
.property-agent-container .contact-form-container {
padding: 0; } }
.property-agent-container .agent-container {
padding-left: 0; }
.property-agent-container .agent-container .agent-box .bott-sec .name {
font-size: 1.9em; }
.property-agent-container .contact-form-container {
padding-right: 0; }
.property-agent-container .contact-form-container .contact-form {
margin-bottom: 0;
padding: 0; }
.property-agent-container .contact-form-container .contact-form .field-box, .property-agent-container .contact-form-container .contact-form #message, .property-agent-container .contact-form-container .contact-form button {
width: 100%;
clear: both;
margin-bottom: 10px; }
.property-agent-container .contact-form-container .contact-form input {
width: 100%; }
.property-agent-container .contact-form-container .contact-form #message {
height: 205px; }
.property-agent-container .contact-form-container .contact-form .submit {
font-size: 15px;
line-height: 40px;
margin-bottom: 0; }
body.submit-property .information-box {
background: #fafafa;
padding: 10px 30px 30px;
margin-bottom: 40px; }
body.submit-property .information-box:last-child {
margin-bottom: 0; }
body.submit-property .information-box h3 {
display: inline-block;
position: relative;
line-height: 2.5em;
font-size: 1.5em;
margin: 0;
padding-right: 30px; }
body.submit-property .information-box h3 i {
position: absolute;
right: 0;
top: 20px;
background-color: #d4d4d4;
color: #FFFFFF;
width: 16px;
height: 16px;
line-height: 17px;
text-align: center;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
font-size: .5em;
cursor: pointer; }
body.submit-property .information-box h3:before, body.submit-property .information-box h3:after {
display: block;
position: absolute;
left: 0;
content: "";
bottom: 0; }
body.submit-property .information-box h3:before {
width: 100%;
height: 1px;
background: #d4d4d4; }
body.submit-property .information-box h3:after {
width: 40%;
height: 1px;
background: #50AEE6; }
body.submit-property .information-box .box-content {
margin-top: 20px; }
body.submit-property .information-box .box-content:before, body.submit-property .information-box .box-content:after {
content: " ";
display: table; }
body.submit-property .information-box .box-content:after {
clear: both; }
body.submit-property .information-box .box-content .field-row {
margin-bottom: 15px; }
body.submit-property .information-box .box-content .field-row input, body.submit-property .information-box .box-content .field-row textarea, body.submit-property .information-box .box-content .field-row .select2-container {
width: 100%; }
body.submit-property .information-box .box-content .field-row textarea {
min-height: 250px; }
body.submit-property .information-box .box-content .field-row .input-group .input-group-addon, body.submit-property .information-box .box-content .field-row .input-group input {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
padding: 10px;
height: auto; }
body.submit-property .information-box .box-content .field-row .input-group .input-group-addon {
font-size: .8em;
color: #50AEE6; }
body.submit-property .information-box .box-content .field-row .input-group .input-group-addon .fa-dollar {
font-size: 1.3em; }
body.submit-property .information-box .box-content .field-row .input-group.r-icon .input-group-addon {
border-left: 0; }
body.submit-property .information-box .box-content .field-row .input-group.l-icon .input-group-addon {
border-right: 0; }
body.submit-property .information-box .box-content .field-row:last-child {
margin-bottom: 0; }
body.submit-property .information-box .box-content .field-row > div:first-child, body.submit-property .information-box .box-content .field-row > div:nth-child(2n+1) {
padding-left: 0; }
body.submit-property .information-box .box-content .field-row > div:nth-child(2n) {
padding-right: 0; }
body.submit-property .information-box .box-content #p-map {
width: 100%;
height: 340px;
border: 1px solid #50AEE6; }
body.submit-property .information-box .box-content .features-box-submit .hsq-checkbox label {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 30px; }
body.submit-property .information-box .box-content .features-box-submit .hsq-checkbox label span {
width: 17px;
height: 17px;
top: 6px; }
body.submit-property .information-box .box-content .features-box-submit .hsq-checkbox label span:before {
top: -3px;
left: 2px;
font-size: .7em; }
body.submit-property .information-box .box-content .features-box-submit li {
padding-left: 0; }
body.submit-property .information-box .box-content .neighborhood-container:before, body.submit-property .information-box .box-content .neighborhood-container:after {
content: " ";
display: table; }
body.submit-property .information-box .box-content .neighborhood-container:after {
clear: both; }
body.submit-property .information-box .box-content .neighborhood-container #neighborhood-pattern {
display: none; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row {
margin-bottom: 15px; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row:last-child {
margin-bottom: 0; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .input-group-addon, body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row input {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
padding: 10px;
height: auto; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .input-group-addon {
font-size: .8em;
color: #50AEE6; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .place-container {
padding: 0 5px 0 0; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .place-container input {
width: 100%; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .place-container input.placeholder {
color: #aeaeae; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .place-container input:-moz-placeholder {
color: #aeaeae; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .place-container input::-moz-placeholder {
color: #aeaeae; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .place-container input:-ms-input-placeholder {
color: #aeaeae; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .place-container input::-webkit-input-placeholder {
color: #aeaeae; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .distance-container {
padding: 0 5px; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .distance-container input.placeholder {
color: #aeaeae; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .distance-container input:-moz-placeholder {
color: #aeaeae; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .distance-container input::-moz-placeholder {
color: #aeaeae; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .distance-container input:-ms-input-placeholder {
color: #aeaeae; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .distance-container input::-webkit-input-placeholder {
color: #aeaeae; }
@media (max-width: 600px) {
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .distance-container input {
padding-left: 3px; } }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .distance-container .input-group-addon {
border-left: 0; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .btn-container {
padding: 0 0 0 5px; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .btn-container .btn-group {
width: 100%;
border: 1px solid #d4d4d4;
border-bottom-color: #50AEE6; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .btn-container .btn-group button {
border-right: 1px solid #d4d4d4;
color: #50AEE6;
background-color: #FFFFFF;
line-height: 40px;
margin: 0;
width: 25%;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .btn-container .btn-group button:last-child {
border-right: 0; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .btn-container .btn-group button:after {
display: none; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .btn-container .btn-group button.active, body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .btn-container .btn-group button:hover {
background-color: #50AEE6;
color: #FFFFFF; }
@media (max-width: 600px) {
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .btn-container .btn-group button {
padding: 0; } }
@media (max-width: 450px) {
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .place-container {
width: 50%; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .distance-container {
width: 50%;
padding-right: 0; }
body.submit-property .information-box .box-content .neighborhood-container .neighborhood-row .btn-container {
width: 100%;
padding-left: 0;
margin-top: 5px; } }
body.submit-property .information-box .box-content .add-neighborhood-btn {
float: right;
line-height: 36px;
font-size: 1.3em;
margin-top: 15px; }
body.submit-property .information-box .box-content .img-uploader {
background: #FFFFFF;
padding: 20px 20px 70px;
color: #333333;
border: 1px solid #d4d4d4;
border-bottom-color: #50AEE6;
position: relative; }
body.submit-property .t-sec {
margin-bottom: 30px; }
body.submit-property .t-sec .l-sec {
padding-left: 0; }
body.submit-property .t-sec .r-sec {
padding-right: 0; }
@media (max-width: 992px) {
body.submit-property .t-sec .l-sec, body.submit-property .t-sec .r-sec {
padding: 0; } }
@media (max-width: 767px) {
body.submit-property .t-sec {
padding: 0 15px; } }
body.submit-property .b-sec {
margin-bottom: 30px; }
@media (max-width: 767px) {
body.submit-property .b-sec {
margin: 0 0 30px; } }
.compare-main-container {
background: #fafafa;
margin: 50px 0;
padding: 50px;
font-family: "Scada", Arial, Helvetica, sans-serif; }
@media (max-width: 600px) {
.compare-main-container {
padding: 50px 20px; } }
.compare-main-container .title-col {
padding-left: 0; }
.compare-main-container .title-col .img-container {
height: 150px;
margin: 0 15px; }
.compare-main-container .title-col .basic-details, .compare-main-container .title-col .price-details, .compare-main-container .title-col .feature-list, .compare-main-container .title-col .neighborhood {
border-right: 3px solid #50AEE6;
padding-bottom: 50px; }
.compare-main-container .title-col .basic-details .title, .compare-main-container .title-col .price-details .title, .compare-main-container .title-col .feature-list .title, .compare-main-container .title-col .neighborhood .title {
color: #005588;
margin-bottom: 10px;
display: inline-block;
position: relative;
line-height: 2.5em;
font-size: 1.5em;
padding-right: 30px;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.compare-main-container .title-col .basic-details .title:before, .compare-main-container .title-col .basic-details .title:after, .compare-main-container .title-col .price-details .title:before, .compare-main-container .title-col .price-details .title:after, .compare-main-container .title-col .feature-list .title:before, .compare-main-container .title-col .feature-list .title:after, .compare-main-container .title-col .neighborhood .title:before, .compare-main-container .title-col .neighborhood .title:after {
display: block;
position: absolute;
left: 0;
content: "";
bottom: 0; }
.compare-main-container .title-col .basic-details .title:before, .compare-main-container .title-col .price-details .title:before, .compare-main-container .title-col .feature-list .title:before, .compare-main-container .title-col .neighborhood .title:before {
width: 100%;
height: 1px;
background: #d4d4d4; }
.compare-main-container .title-col .basic-details .title:after, .compare-main-container .title-col .price-details .title:after, .compare-main-container .title-col .feature-list .title:after, .compare-main-container .title-col .neighborhood .title:after {
bottom: -1px;
width: 40%;
height: 3px;
background: #50AEE6; }
.compare-main-container .title-col .basic-details ul, .compare-main-container .title-col .price-details ul, .compare-main-container .title-col .feature-list ul, .compare-main-container .title-col .neighborhood ul {
padding: 20px; }
.compare-main-container .title-col .basic-details ul li, .compare-main-container .title-col .price-details ul li, .compare-main-container .title-col .feature-list ul li, .compare-main-container .title-col .neighborhood ul li {
line-height: 36px;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.compare-main-container .content-col {
padding-right: 0; }
.compare-main-container .content-col .img-container {
height: 150px;
position: relative;
background: #FFFFFF;
border-bottom: 2px solid #50AEE6;
overflow: hidden; }
.compare-main-container .content-col .img-container img {
position: absolute;
left: 0;
top: 50%;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.compare-main-container .content-col .basic-details, .compare-main-container .content-col .price-details, .compare-main-container .content-col .feature-list, .compare-main-container .content-col .neighborhood {
padding-bottom: 50px; }
.compare-main-container .content-col .basic-details > .title, .compare-main-container .content-col .price-details > .title, .compare-main-container .content-col .feature-list > .title, .compare-main-container .content-col .neighborhood > .title {
color: #005588;
margin-bottom: 10px;
display: inline-block;
position: relative;
line-height: 2.5em;
font-size: 1.5em;
padding-right: 30px;
text-indent: -99999999px; }
.compare-main-container .content-col .basic-details ul, .compare-main-container .content-col .price-details ul, .compare-main-container .content-col .feature-list ul, .compare-main-container .content-col .neighborhood ul {
background: #FFFFFF;
padding: 20px; }
.compare-main-container .content-col .basic-details ul li, .compare-main-container .content-col .price-details ul li, .compare-main-container .content-col .feature-list ul li, .compare-main-container .content-col .neighborhood ul li {
text-align: center;
color: #bababa;
line-height: 36px;
border-bottom: 1px solid #f2f2f2;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.compare-main-container .content-col .basic-details ul li:last-child, .compare-main-container .content-col .price-details ul li:last-child, .compare-main-container .content-col .feature-list ul li:last-child, .compare-main-container .content-col .neighborhood ul li:last-child {
border-bottom: 0; }
.compare-main-container .content-col .basic-details ul li.highlighted, .compare-main-container .content-col .price-details ul li.highlighted, .compare-main-container .content-col .feature-list ul li.highlighted, .compare-main-container .content-col .neighborhood ul li.highlighted {
font-size: 1.2em;
color: #50AEE6; }
.compare-main-container .content-col .feature-list ul li {
line-height: 35px; }
.compare-main-container .content-col .feature-list ul li i {
color: #d4d4d4;
width: 17px;
height: 17px;
line-height: 16px;
font-size: .7em;
text-align: center;
background-color: #ededed;
border: 1px solid #FFFFFF;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
position: relative;
vertical-align: middle;
-webkit-box-shadow: 0 0 0 1px #ededed;
box-shadow: 0 0 0 1px #ededed; }
.compare-main-container .content-col .feature-list ul li i:before {
position: absolute;
left: 3px;
top: 0; }
.compare-main-container .content-col .feature-list ul li i.active:before {
color: #50AEE6; }
.compare-main-container .content-col .neighborhood {
padding-bottom: 0; }
.compare-main-container .content-col .neighborhood .btn-group {
width: 100%;
margin-bottom: 15px; }
.compare-main-container .content-col .neighborhood .btn-group:last-child {
margin-bottom: 0; }
.compare-main-container .content-col .neighborhood .btn-group .btn, .compare-main-container .content-col .neighborhood .btn-group #main-menu-handle {
border: 1px solid #ededed;
background-color: #FFFFFF;
color: #aeaeae;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding: 0 5px;
height: 35px;
cursor: default; }
.compare-main-container .content-col .neighborhood .btn-group .btn:first-child, .compare-main-container .content-col .neighborhood .btn-group #main-menu-handle:first-child {
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px; }
.compare-main-container .content-col .neighborhood .btn-group .btn:last-child, .compare-main-container .content-col .neighborhood .btn-group #main-menu-handle:last-child {
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px; }
.compare-main-container .content-col .neighborhood .btn-group .btn.title, .compare-main-container .content-col .neighborhood .btn-group .title#main-menu-handle {
width: 60%;
text-align: left;
padding: 0 10px; }
.compare-main-container .content-col .neighborhood .btn-group .btn.value, .compare-main-container .content-col .neighborhood .btn-group .value#main-menu-handle {
width: 25%;
font-size: .9em;
color: #50AEE6; }
.compare-main-container .content-col .neighborhood .btn-group .btn.icon, .compare-main-container .content-col .neighborhood .btn-group .icon#main-menu-handle {
width: 15%;
color: #005588;
font-size: .9em; }
.compare-main-container .content-col .owl-theme .owl-controls {
width: 0;
bottom: auto;
top: 70px;
left: -150px;
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0); }
@media (max-width: 600px) {
.compare-main-container .content-col .owl-theme .owl-controls {
left: -120px; } }
@media (max-width: 450px) {
.compare-main-container .content-col .owl-theme .owl-controls {
left: -100px; } }
@media (max-width: 390px) {
.compare-main-container .content-col .owl-theme .owl-controls {
left: -80px; } }
.compare-main-container .content-col .owl-theme .owl-controls .owl-buttons div.owl-prev {
left: -45px; }
.compare-main-container .content-col .owl-theme .owl-controls .owl-buttons div.owl-next {
right: -45px; }
.compare-main-container .content-col .owl-theme .owl-item {
padding: 0 10px; }
.demo-styler {
position: fixed;
width: 200px;
right: -200px;
top: 200px;
background: #FFFFFF;
border: 1px solid #f2f2f2;
border-right: 0;
padding: 15px;
z-index: 20;
text-align: center;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
@media (max-width: 992px) {
.demo-styler {
display: none; } }
.demo-styler.active {
right: 0; }
.demo-styler img {
max-width: 100%; }
.demo-styler .handle {
border: 1px solid #f2f2f2;
border-right: 0;
position: absolute;
width: 50px;
height: 50px;
left: -49px;
top: 10px;
background: #FFFFFF;
color: #50AEE6;
line-height: 50px;
font-size: 1.7em;
cursor: pointer; }
.demo-styler .demo-setting-container {
max-height: calc(100vh - 150px);
overflow: auto; }
.demo-styler .title {
color: #50AEE6;
line-height: 40px;
font-size: 1.1em; }
.demo-styler .preset-container ul {
text-align: center;
position: relative; }
.demo-styler .preset-container ul.loading:before {
display: block;
content: '';
position: absolute;
left: 0;
top: 0;
z-index: 1;
width: 100%;
height: 100%;
background: url("../img/select2-spinner.gif") center no-repeat rgba(255, 255, 255, 0.8); }
.demo-styler .preset-container ul li {
text-indent: -999999px;
overflow: hidden;
width: 80%;
height: 35px;
margin: 5px 0;
padding: 0;
border: 2px solid transparent;
display: inline-block; }
.demo-styler .preset-container ul li a {
display: block;
height: 100%;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
overflow: hidden;
position: relative; }
.demo-styler .preset-container ul li a:before {
display: block;
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
right: 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg); }
.demo-styler .preset-container ul li a.preset-color-1 {
background: #BFA249; }
.demo-styler .preset-container ul li a.preset-color-1:before {
background-color: #1E4464; }
.demo-styler .preset-container ul li a.preset-color-2 {
background: #ff6c3a; }
.demo-styler .preset-container ul li a.preset-color-2:before {
background-color: #222935; }
.demo-styler .preset-container ul li a.preset-color-3 {
background: #50AEE6; }
.demo-styler .preset-container ul li a.preset-color-3:before {
background-color: #005588; }
.demo-styler .preset-container ul li a.preset-color-4 {
background: #23B549; }
.demo-styler .preset-container ul li a.preset-color-4:before {
background-color: #007A20; }
.demo-styler .preset-container ul li:hover, .demo-styler .preset-container ul li.active {
border-color: rgba(0, 0, 0, 0.6); } | 0.608594 | 0.080755 |
body {
font-family: 'lato', sans-serif;
background: #edf1f5 !important;
}
#content-wrapper {
background-color: #edf1f5;
}
#sidebar-wrapper {
background: #17373f;
}
#sidebar-wrapper::after {
content: "";
background: url(http://ohai-app.com/img/bg-cta.jpg);
opacity: 0.1;
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: -1;
background-size:cover;
}
ul.sidebar .sidebar-list {
height: 100px;
}
ul.sidebar .sidebar-title {
color: #42cc8a;
letter-spacing: .1em;
}
ul.sidebar .sidebar-main a {
background: linear-gradient(to left, #42cc8a, #00adb5);
font-size: 1.3em;
font-weight: 700;
letter-spacing: .08em;
}
ul.sidebar .sidebar-list a {
text-indent: 25px;
font-size: 1em;
color: #eee;
letter-spacing: .06em;
line-height: 100px;
text-transform: uppercase;
}
ul.sidebar .sidebar-list .menu-icon {
line-height: 100px;
}
.link1 {
background: rgba(0,173,181,.6);
}
.link2 {
background: rgba(0,173,181,.4);
}
.link3 {
background: rgba(0,173,181,.2);
}
.link4 {
background: rgba(0,173,181,.1);
}
.row.header {
background: #17373f;
}
.meta {
color: #eee;
}
#dashmap {
width: 100%;
height: 500px;
overflow: hidden;
padding-left: 0px;
}
#addrefmap {
width: 100%;
height: 300px;
}
#referralmap {
width: 100%;
height: 500px;
}
.controls {
margin-top: 10px;
border: 1px solid transparent;
border-radius: 2px 0 0 2px;
box-sizing: border-box;
-moz-box-sizing: border-box;
height: 32px;
outline: none;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#searchinput {
background-color: #fff;
font-family: Roboto;
font-size: 15px;
font-weight: 300;
margin-left: 12px;
padding: 0 11px 0 13px;
text-overflow: ellipsis;
width: 300px;
}
#searchinput:focus {
border-color: #4d90fe;
}
.content.ng-scope {
padding: 20px;
}
.alert {
border-radius: 0px !important;
}
.alert.ng-scope.ng-isolate-scope.alert-announcement.alert-dismissible {
background-color: #fff;
}
.alerttitle {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
font-size: .9em;
text-transform: uppercase;
letter-spacing: .1em;
display: block;
font-weight: 700;
margin-bottom: 10px;
}
.alert-announcement .alerttitle {
color: #43af7c;
}
.alertmessage {
font-size: 1.2em;
line-height: 1.6em;
}
.alert-danger > span.alerttitle.ng-binding.ng-scope {
color: #fff !important;
}
/* ---- RESPONDERS ---- */
.input-search {
position: relative;
margin-bottom: 40px;
}
.input-search .input-search-icon+.form-control {
padding-left: 43.5px;
}
.input-search-dark .form-control {
background: #f3f7f9;
-webkit-box-shadow: none;
box-shadow: none;
}
.input-search .form-control {
border-radius: 200px;
}
.form-control {
display: block;
width: 100%;
height: 36px;
padding: 6px 15px;
font-size: 14px;
line-height: 1.57142857;
color: #76838f;
background-color: #fff;
background-image: none;
border: 1px solid #e4eaec;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
border: none;
}
.responder-page {
padding: 15px;
font-family: "open sans", sans-serif;
padding-top: 0px;
}
.responder {
padding: 30px;
}
.responder-list {
border: 0px;
text-decoration: none;
list-style: none;
padding-top: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}
.responder-image {
display: table-cell;
vertical-align: middle;
padding-right: 25px;
}
.responder-icon {
padding-right: 5px;
color: #42cc8a;
width: 20px;
display:inline-block;
}
.responder-name {
padding-bottom: 5px;
color: #00adb5;
}
.responder-avatar {
width: 100px;
height: 100px;
overflow: hidden;
border-radius: 100px;
}
.responder-info {
line-height: .9em;
color: #5a5a5a;
}
.responder-active {
vertical-align: middle;
}
.responder-button {
background-color: #41cb8a;
border: none;
font-size: 1em;
}
.responder-button:hover {
background-color: #17373f;
}
li.add-responder {
float: right;
}
a.new-responder {
font-weight: 700;
padding-right: 0px !important;
}
.add-new {
padding-right: 10px;
}
.nav-tabs>li>a:hover {
background-color: transparent !important;
}
.createnewevent {
padding: 20px;
background-color: #fff;
border-radius: 3px;
}
h4.event-title {
text-transform: uppercase;
margin-bottom: 20px;
font-size: 1.2em;
letter-spacing: .05em;
color: #3cc084;
margin-top: 0px;
}
.event-submit {
width: 100%;
color: #fff;
background-color: #41cb8b;
border: none;
border-radius: 3px;
text-transform: uppercase;
padding: 12px;
letter-spacing: .1em;
}
.event-submit:hover {
background-color: #17373f;
}
.regular-checkbox {
padding-right: 10px;
}
.events-list {
width:100%;
height:100%;
background-color: #fff;
}
h4.event-heading {
}
.event-item p{
margin: 0px;
}
.event-item {
padding: 8px;
}
.event-list {
border: 0px;
border-bottom: 1px solid #eee;
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 0px;
}
.event-list:last-child {
padding-bottom: 0px;
}
.event-list:first-child {
padding-top: 0px;
}
.event-sub {
font-size: 1.1em;
font-weight: 600;
color: #575757;
}
p.event-desc {
font-size: 1em;
margin-top: 10px;
color: #808080;
}
.event-heading {
font-size: 1.5em;
color: #2cb0b8;
}
.event-edit-buttons {
float: right;
padding-top: 12px;
}
.event-edit {
display: inline-block;
width: 20px;
text-align: right;
color: #bdbdbd;
}
.referralmap {
width: 100%;
padding: 20px;
padding-bottom: 1px;
margin-bottom: 20px;
}
.referral-tile {
border: none;
padding: 15px;
}
h4.referral-name {
margin-top: 0px;
color: #00adb5;
}
.referral-img {
width: 100px;
padding-right: 5px;
}
span.referral-info {
font-size: .8em;
padding-right: 5px;
letter-spacing: .05em;
}
.media-body p {
padding-bottom:5px;
}
.referral-edit {
float: right;
padding-top: 0px;
}
p.referral-desc {
font-size: 1em;
margin-top: 0px;
color: #808080;
}
p.referral-assign {
margin-top: 5px;
}
.padding-top {
margin-bottom: 25px;
}
.refsidebutton {
width: 100%;
height: 100px;
border: none;
margin-bottom: 20px;
background-color: #fff;
}
.blue1 {
background: #00adb5;
border-bottom: 5px solid #007d83;
}
.blue2 {
background: #039ba3;
border-bottom: 5px solid #01565a;
}
.greenshade {
background: #48db96;
border-bottom: 5px solid #33ac73;
}
h4.referral-buttontext {
color:#fff;
font-size: 1.1em;
text-transform: uppercase;
letter-spacing: .08em;
font-weight: 700;
}
.referralicon {
padding-right: 10px;
}
.referralsearch {
margin-bottom: 30px;
}
.white-bg {
background: #fff !important;
}
.referral-responder {
color: #00adb5;
font-weight: 700;
}
.icon-button {
background: none;
border: none;
padding: 0;
}
.icon-button:focus {
background: none;
border: none;
padding: 0;
outline: none;
}
button:focus {
outline:none;
}
.grid {
background: #EEE;
max-width: 1200px;
}
/* clearfix */
.grid:after {
content: '';
display: block;
clear: both;
}
/* ---- grid-item ---- */
.grid-sizer,
.grid-item {
width: 20%;
}
.grid-item {
height: 120px;
float: left;
background: #D26;
border: 2px solid #333;
border-color: hsla(0, 0%, 0%, 0.5);
border-radius: 5px;
}
.grid-item--width2 { width: 40%; }
.grid-item--width3 { width: 60%; }
.grid-item--height2 { height: 200px; }
.grid-item--height3 { height: 260px; }
.grid-item--height4 { height: 360px; }
.modal-dialog {
width: 100%;
margin: 0 auto;
height: auto;
top: 10%;
position: inherit;
}
.modal-content {
width: 600px;
margin: 0 auto;
}
.map-div {
padding-left: 15px;
overflow: hidden;
}
.active-map {
height: 500px;
background-color: #17373f;
margin-left: 15px;
margin-right: -15px;
padding: 0px;
}
.not-active-map {
left: -1000px;
}
.info-popout {
color: #eee;
height: 100%;
}
.popout-info-box {
height: 12.5%;
padding: 20px;
}
.pi1 {
background-color: rgba(0,194,146,.2);
}
.pi2 {
background-color: rgba(0,194,146,.3);
}
.pi3 {
background-color: rgba(0,194,146,.4);
}
.pi4 {
background-color: rgba(0,194,146,.5);
}
.pi5 {
background-color: rgba(0,194,146,.6);
}
.pi6 {
background-color: rgba(0,194,146,.7);
}
.pi7 {
background-color: rgba(0,194,146,.8);
}
.pi8 {
background-color: rgba(0,194,146,.9);
}
.popout-distrct {
font-size: 1.2em;
text-transform: uppercase;
font-weight: 600;
letter-spacing: .09em;
}
.infowindow-name {
font-size: 1.4em;
margin-top: 6px;
margin-bottom: 10px;
display: block;
line-height: 1.3em;
color: #1b515f;
font-weight: 500;
font-family: 'Lato', sans-serif;
}
.infowindow p {
margin-bottom: 0px;
}
.infowindow-img {
width: 80px;
overflow: hidden;
height: 80px;
float: left;
margin-right: 16px;
}
.infowindow-imglink {
width: 100%;
}
.pie-chart-pretty {
margin: 0 auto;
}
.chart-container {
margin:0 auto;
background-color: #fff;
padding: 25px;
border-radius: 3px;
}
.graphnumber {
display: inline-block;
float: right;
color: #fff;
font-size: 2.5em;
margin-top:-10px;
font-weight: 300;
height:15px;
}
.lightblue {
background-color: #fff;
}
.mediumblue {
background-color: #fff;
}
.darkblue {
background-color: #fff;
}
h4.chart-title {
color: #000;
font-size: 1.5em;
margin-top: 0px;
}
.large-graph {
margin-top: 15px;
padding:35px;
width: 100%;
overflow:hidden;
background-color: #ffffff;
}
div#hourgraph {
overflow: hidden;
}
div#districtgraph {
overflow: hidden;
}
div#dashmap {
margin-bottom: 0px;
}
h4.chart-title {
color: #00c292;
text-transform: uppercase;
margin-top: 0px;
font-family: 'Poppins',sans-serif;
font-size: 1.1em;
margin-bottom: 20px;
}
#graph {
flex: 1;
}
svg {
width: 100%;
}
svg text{
color: #000 !important;
fill: #64697a !important;
}
tspan {
font-weight: 300;
font-family: 'Lato', san-serif;
letter-spacing: -.05em;
}
.full-height {
height: 100%;
}
.new-referrals-counter {
width: 100%;
background-color: #01c0c8;
height: 50%;
}
.home-button {
height: 180px;
background-color: #00c292;
padding: 25px;
color: #fff;
margin-bottom: 25px;
}
.home-button2 {
height: 180px;
background-color: #fb9678;
padding: 25px;
color: #fff;
}
h4.home-button-text {
margin-top: 47px;
font-family: 'Poppins',sans-serif;
font-size: 1.2em;
}
.largenumber {
display:block;
font-size:3.3em;
font-weight: 300;
font-family: 'lato', sans-serif;
margin-bottom: 7px;
}
.chart-container2 {
margin-top: 15px !important;
margin:0 auto;
background-color: #fff;
padding: 25px;
border-radius: 3px;
}
.responderlist-add {
color: dimgrey;
padding-left: 10px;
}
input[type="radio"] {
margin-top: 6px;
}
.confirm-button {
background-color: #00c292;
color: #fff;
border: 0px;
border-radius: 0px;
}
.cancel-button {
background-color: #01c0c8;
color: #fff;
border: 0px;
border-radius: 0px;
}
.referral-lists {
height: 260px;
}
.referral-image {
display: table-cell;
vertical-align: middle;
padding-right: 15px;
}
.referral-avatar {
width: 100px;
height: 100px;
overflow: hidden;
}
.referral-img {
width: 100%;
}
.referral-assign {
padding-top: 10px;
}
.vispdat-button {
background-color: #00c292;
color: #fff;
border: 0px;
border-radius: 0px;
margin-top: 10px;
margin-right: 6px;
padding-left: 6px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 3px;
}
.vispdat-button:hover, .vispdat-button:active {
text-decoration: none;
color: #fff;
}
.moreinfo-button {
background-color: #01c0c8;
color: #fff;
border: 0px;
border-radius: 0px;
margin-top: 10px;
}
.new-population {
width: 100%;
display: block;
margin-top: 15px;
font-size: 1.2em;
margin-bottom: 10px;
color: #505050;
}
p.new-population-p {
color: #00c292;
text-transform: uppercase;
letter-spacing: .08em;
}
.new-pop-radio {
padding-right: 20px;
padding-left: 7px;
}
.margin-top {
margin-top: 25px;
}
.responder-list-ref {
border: 0px;
text-decoration: none;
list-style: none;
padding-left: 20px;
padding-top: 4px;
padding-bottom: 4px;
}
.volunteer-button {
background-color: transparent;
border: 0px;
color: #aaacb5;
}
.volunteering-list {
height: 441px;
width: 50%;
display: inline-block;
float: left;
padding: 25px;
background-color: #fb9678;
color: #fff;
overflow-y: scroll;
}
.volunteer-emailblast {
height: 100%;
width: 50%;
display:inline-block;
}
.btn-primary {
background-color: #fb9678;
border-color: #fb9678;
}
.new-referral-scroll {
height: 300px;
overflow-y: scroll;
}
.responderlist-radios {
padding: 5px;
padding-left: 30px;
display: block;
width: 500px;
}
.list-idnumber {
padding-right: 5px;
font-weight: 700;
}
;
.btn-default:hover, .btn-default:active {
background-color: #244248;
}
.confirm-button:hover {
background-color: #244248;
color: #fff;
}
.cancel-button:hover {
background-color: #244248;
color: #fff;
}
.active-dash {
margin-top: 15px;
} | dist/lib/css/ohai.css | body {
font-family: 'lato', sans-serif;
background: #edf1f5 !important;
}
#content-wrapper {
background-color: #edf1f5;
}
#sidebar-wrapper {
background: #17373f;
}
#sidebar-wrapper::after {
content: "";
background: url(http://ohai-app.com/img/bg-cta.jpg);
opacity: 0.1;
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: -1;
background-size:cover;
}
ul.sidebar .sidebar-list {
height: 100px;
}
ul.sidebar .sidebar-title {
color: #42cc8a;
letter-spacing: .1em;
}
ul.sidebar .sidebar-main a {
background: linear-gradient(to left, #42cc8a, #00adb5);
font-size: 1.3em;
font-weight: 700;
letter-spacing: .08em;
}
ul.sidebar .sidebar-list a {
text-indent: 25px;
font-size: 1em;
color: #eee;
letter-spacing: .06em;
line-height: 100px;
text-transform: uppercase;
}
ul.sidebar .sidebar-list .menu-icon {
line-height: 100px;
}
.link1 {
background: rgba(0,173,181,.6);
}
.link2 {
background: rgba(0,173,181,.4);
}
.link3 {
background: rgba(0,173,181,.2);
}
.link4 {
background: rgba(0,173,181,.1);
}
.row.header {
background: #17373f;
}
.meta {
color: #eee;
}
#dashmap {
width: 100%;
height: 500px;
overflow: hidden;
padding-left: 0px;
}
#addrefmap {
width: 100%;
height: 300px;
}
#referralmap {
width: 100%;
height: 500px;
}
.controls {
margin-top: 10px;
border: 1px solid transparent;
border-radius: 2px 0 0 2px;
box-sizing: border-box;
-moz-box-sizing: border-box;
height: 32px;
outline: none;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#searchinput {
background-color: #fff;
font-family: Roboto;
font-size: 15px;
font-weight: 300;
margin-left: 12px;
padding: 0 11px 0 13px;
text-overflow: ellipsis;
width: 300px;
}
#searchinput:focus {
border-color: #4d90fe;
}
.content.ng-scope {
padding: 20px;
}
.alert {
border-radius: 0px !important;
}
.alert.ng-scope.ng-isolate-scope.alert-announcement.alert-dismissible {
background-color: #fff;
}
.alerttitle {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
font-size: .9em;
text-transform: uppercase;
letter-spacing: .1em;
display: block;
font-weight: 700;
margin-bottom: 10px;
}
.alert-announcement .alerttitle {
color: #43af7c;
}
.alertmessage {
font-size: 1.2em;
line-height: 1.6em;
}
.alert-danger > span.alerttitle.ng-binding.ng-scope {
color: #fff !important;
}
/* ---- RESPONDERS ---- */
.input-search {
position: relative;
margin-bottom: 40px;
}
.input-search .input-search-icon+.form-control {
padding-left: 43.5px;
}
.input-search-dark .form-control {
background: #f3f7f9;
-webkit-box-shadow: none;
box-shadow: none;
}
.input-search .form-control {
border-radius: 200px;
}
.form-control {
display: block;
width: 100%;
height: 36px;
padding: 6px 15px;
font-size: 14px;
line-height: 1.57142857;
color: #76838f;
background-color: #fff;
background-image: none;
border: 1px solid #e4eaec;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
border: none;
}
.responder-page {
padding: 15px;
font-family: "open sans", sans-serif;
padding-top: 0px;
}
.responder {
padding: 30px;
}
.responder-list {
border: 0px;
text-decoration: none;
list-style: none;
padding-top: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}
.responder-image {
display: table-cell;
vertical-align: middle;
padding-right: 25px;
}
.responder-icon {
padding-right: 5px;
color: #42cc8a;
width: 20px;
display:inline-block;
}
.responder-name {
padding-bottom: 5px;
color: #00adb5;
}
.responder-avatar {
width: 100px;
height: 100px;
overflow: hidden;
border-radius: 100px;
}
.responder-info {
line-height: .9em;
color: #5a5a5a;
}
.responder-active {
vertical-align: middle;
}
.responder-button {
background-color: #41cb8a;
border: none;
font-size: 1em;
}
.responder-button:hover {
background-color: #17373f;
}
li.add-responder {
float: right;
}
a.new-responder {
font-weight: 700;
padding-right: 0px !important;
}
.add-new {
padding-right: 10px;
}
.nav-tabs>li>a:hover {
background-color: transparent !important;
}
.createnewevent {
padding: 20px;
background-color: #fff;
border-radius: 3px;
}
h4.event-title {
text-transform: uppercase;
margin-bottom: 20px;
font-size: 1.2em;
letter-spacing: .05em;
color: #3cc084;
margin-top: 0px;
}
.event-submit {
width: 100%;
color: #fff;
background-color: #41cb8b;
border: none;
border-radius: 3px;
text-transform: uppercase;
padding: 12px;
letter-spacing: .1em;
}
.event-submit:hover {
background-color: #17373f;
}
.regular-checkbox {
padding-right: 10px;
}
.events-list {
width:100%;
height:100%;
background-color: #fff;
}
h4.event-heading {
}
.event-item p{
margin: 0px;
}
.event-item {
padding: 8px;
}
.event-list {
border: 0px;
border-bottom: 1px solid #eee;
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 0px;
}
.event-list:last-child {
padding-bottom: 0px;
}
.event-list:first-child {
padding-top: 0px;
}
.event-sub {
font-size: 1.1em;
font-weight: 600;
color: #575757;
}
p.event-desc {
font-size: 1em;
margin-top: 10px;
color: #808080;
}
.event-heading {
font-size: 1.5em;
color: #2cb0b8;
}
.event-edit-buttons {
float: right;
padding-top: 12px;
}
.event-edit {
display: inline-block;
width: 20px;
text-align: right;
color: #bdbdbd;
}
.referralmap {
width: 100%;
padding: 20px;
padding-bottom: 1px;
margin-bottom: 20px;
}
.referral-tile {
border: none;
padding: 15px;
}
h4.referral-name {
margin-top: 0px;
color: #00adb5;
}
.referral-img {
width: 100px;
padding-right: 5px;
}
span.referral-info {
font-size: .8em;
padding-right: 5px;
letter-spacing: .05em;
}
.media-body p {
padding-bottom:5px;
}
.referral-edit {
float: right;
padding-top: 0px;
}
p.referral-desc {
font-size: 1em;
margin-top: 0px;
color: #808080;
}
p.referral-assign {
margin-top: 5px;
}
.padding-top {
margin-bottom: 25px;
}
.refsidebutton {
width: 100%;
height: 100px;
border: none;
margin-bottom: 20px;
background-color: #fff;
}
.blue1 {
background: #00adb5;
border-bottom: 5px solid #007d83;
}
.blue2 {
background: #039ba3;
border-bottom: 5px solid #01565a;
}
.greenshade {
background: #48db96;
border-bottom: 5px solid #33ac73;
}
h4.referral-buttontext {
color:#fff;
font-size: 1.1em;
text-transform: uppercase;
letter-spacing: .08em;
font-weight: 700;
}
.referralicon {
padding-right: 10px;
}
.referralsearch {
margin-bottom: 30px;
}
.white-bg {
background: #fff !important;
}
.referral-responder {
color: #00adb5;
font-weight: 700;
}
.icon-button {
background: none;
border: none;
padding: 0;
}
.icon-button:focus {
background: none;
border: none;
padding: 0;
outline: none;
}
button:focus {
outline:none;
}
.grid {
background: #EEE;
max-width: 1200px;
}
/* clearfix */
.grid:after {
content: '';
display: block;
clear: both;
}
/* ---- grid-item ---- */
.grid-sizer,
.grid-item {
width: 20%;
}
.grid-item {
height: 120px;
float: left;
background: #D26;
border: 2px solid #333;
border-color: hsla(0, 0%, 0%, 0.5);
border-radius: 5px;
}
.grid-item--width2 { width: 40%; }
.grid-item--width3 { width: 60%; }
.grid-item--height2 { height: 200px; }
.grid-item--height3 { height: 260px; }
.grid-item--height4 { height: 360px; }
.modal-dialog {
width: 100%;
margin: 0 auto;
height: auto;
top: 10%;
position: inherit;
}
.modal-content {
width: 600px;
margin: 0 auto;
}
.map-div {
padding-left: 15px;
overflow: hidden;
}
.active-map {
height: 500px;
background-color: #17373f;
margin-left: 15px;
margin-right: -15px;
padding: 0px;
}
.not-active-map {
left: -1000px;
}
.info-popout {
color: #eee;
height: 100%;
}
.popout-info-box {
height: 12.5%;
padding: 20px;
}
.pi1 {
background-color: rgba(0,194,146,.2);
}
.pi2 {
background-color: rgba(0,194,146,.3);
}
.pi3 {
background-color: rgba(0,194,146,.4);
}
.pi4 {
background-color: rgba(0,194,146,.5);
}
.pi5 {
background-color: rgba(0,194,146,.6);
}
.pi6 {
background-color: rgba(0,194,146,.7);
}
.pi7 {
background-color: rgba(0,194,146,.8);
}
.pi8 {
background-color: rgba(0,194,146,.9);
}
.popout-distrct {
font-size: 1.2em;
text-transform: uppercase;
font-weight: 600;
letter-spacing: .09em;
}
.infowindow-name {
font-size: 1.4em;
margin-top: 6px;
margin-bottom: 10px;
display: block;
line-height: 1.3em;
color: #1b515f;
font-weight: 500;
font-family: 'Lato', sans-serif;
}
.infowindow p {
margin-bottom: 0px;
}
.infowindow-img {
width: 80px;
overflow: hidden;
height: 80px;
float: left;
margin-right: 16px;
}
.infowindow-imglink {
width: 100%;
}
.pie-chart-pretty {
margin: 0 auto;
}
.chart-container {
margin:0 auto;
background-color: #fff;
padding: 25px;
border-radius: 3px;
}
.graphnumber {
display: inline-block;
float: right;
color: #fff;
font-size: 2.5em;
margin-top:-10px;
font-weight: 300;
height:15px;
}
.lightblue {
background-color: #fff;
}
.mediumblue {
background-color: #fff;
}
.darkblue {
background-color: #fff;
}
h4.chart-title {
color: #000;
font-size: 1.5em;
margin-top: 0px;
}
.large-graph {
margin-top: 15px;
padding:35px;
width: 100%;
overflow:hidden;
background-color: #ffffff;
}
div#hourgraph {
overflow: hidden;
}
div#districtgraph {
overflow: hidden;
}
div#dashmap {
margin-bottom: 0px;
}
h4.chart-title {
color: #00c292;
text-transform: uppercase;
margin-top: 0px;
font-family: 'Poppins',sans-serif;
font-size: 1.1em;
margin-bottom: 20px;
}
#graph {
flex: 1;
}
svg {
width: 100%;
}
svg text{
color: #000 !important;
fill: #64697a !important;
}
tspan {
font-weight: 300;
font-family: 'Lato', san-serif;
letter-spacing: -.05em;
}
.full-height {
height: 100%;
}
.new-referrals-counter {
width: 100%;
background-color: #01c0c8;
height: 50%;
}
.home-button {
height: 180px;
background-color: #00c292;
padding: 25px;
color: #fff;
margin-bottom: 25px;
}
.home-button2 {
height: 180px;
background-color: #fb9678;
padding: 25px;
color: #fff;
}
h4.home-button-text {
margin-top: 47px;
font-family: 'Poppins',sans-serif;
font-size: 1.2em;
}
.largenumber {
display:block;
font-size:3.3em;
font-weight: 300;
font-family: 'lato', sans-serif;
margin-bottom: 7px;
}
.chart-container2 {
margin-top: 15px !important;
margin:0 auto;
background-color: #fff;
padding: 25px;
border-radius: 3px;
}
.responderlist-add {
color: dimgrey;
padding-left: 10px;
}
input[type="radio"] {
margin-top: 6px;
}
.confirm-button {
background-color: #00c292;
color: #fff;
border: 0px;
border-radius: 0px;
}
.cancel-button {
background-color: #01c0c8;
color: #fff;
border: 0px;
border-radius: 0px;
}
.referral-lists {
height: 260px;
}
.referral-image {
display: table-cell;
vertical-align: middle;
padding-right: 15px;
}
.referral-avatar {
width: 100px;
height: 100px;
overflow: hidden;
}
.referral-img {
width: 100%;
}
.referral-assign {
padding-top: 10px;
}
.vispdat-button {
background-color: #00c292;
color: #fff;
border: 0px;
border-radius: 0px;
margin-top: 10px;
margin-right: 6px;
padding-left: 6px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 3px;
}
.vispdat-button:hover, .vispdat-button:active {
text-decoration: none;
color: #fff;
}
.moreinfo-button {
background-color: #01c0c8;
color: #fff;
border: 0px;
border-radius: 0px;
margin-top: 10px;
}
.new-population {
width: 100%;
display: block;
margin-top: 15px;
font-size: 1.2em;
margin-bottom: 10px;
color: #505050;
}
p.new-population-p {
color: #00c292;
text-transform: uppercase;
letter-spacing: .08em;
}
.new-pop-radio {
padding-right: 20px;
padding-left: 7px;
}
.margin-top {
margin-top: 25px;
}
.responder-list-ref {
border: 0px;
text-decoration: none;
list-style: none;
padding-left: 20px;
padding-top: 4px;
padding-bottom: 4px;
}
.volunteer-button {
background-color: transparent;
border: 0px;
color: #aaacb5;
}
.volunteering-list {
height: 441px;
width: 50%;
display: inline-block;
float: left;
padding: 25px;
background-color: #fb9678;
color: #fff;
overflow-y: scroll;
}
.volunteer-emailblast {
height: 100%;
width: 50%;
display:inline-block;
}
.btn-primary {
background-color: #fb9678;
border-color: #fb9678;
}
.new-referral-scroll {
height: 300px;
overflow-y: scroll;
}
.responderlist-radios {
padding: 5px;
padding-left: 30px;
display: block;
width: 500px;
}
.list-idnumber {
padding-right: 5px;
font-weight: 700;
}
;
.btn-default:hover, .btn-default:active {
background-color: #244248;
}
.confirm-button:hover {
background-color: #244248;
color: #fff;
}
.cancel-button:hover {
background-color: #244248;
color: #fff;
}
.active-dash {
margin-top: 15px;
} | 0.335895 | 0.09118 |
.cms_list {
padding: 10px;
}
.shaoline_list {
border: 1px solid #2A7BDE;
margin-bottom: 15px;
}
.shaoline_list .shaoline_list_item {
float: left;
padding: 3px;
overflow: hidden;
}
.shaoline_list_item td input {
margin-bottom: 5px;
}
.shaoline_list .shaoline_list_line.shaoline_modulo2 {
background-color: #F3F3F3;
}
.shaoline_list_line .cms_formulaire{
float:left;
}
.shaoline_list_btn_edit
{
background-image: url('../img/cms_btn_pen.png');
background-repeat: no-repeat;
width: 15px;
height: 15px;
cursor: pointer;
float: right;
margin-left: 5px;
}
.shaoline_list_btn_add {
background-image: url('../img/cms_btn_add.png');
background-repeat: no-repeat;
width: 15px;
height: 15px;
cursor: pointer;
float: right;
margin-left: 5px;
}
.shaoline_list_btn_refresh {
background-image: url('../img/cms_btn_refresh.png');
background-repeat: no-repeat;
width: 15px;
height: 15px;
cursor: pointer;
float: right;
margin-left: 5px;
}
.shaoline_list_btn_delete
{
background-image: url('../img/cms_btn_delete.png');
background-repeat: no-repeat;
width: 15px;
height: 15px;
cursor: pointer;
float: right;
margin-left: 5px;
}
.shaoline_list_btn_add_mapping
{
background-image: url('../img/cms_btn_add_mapping.png');
background-repeat: no-repeat;
width: 15px;
height: 15px;
cursor: pointer;
float: right;
margin-left: 5px;
}
.shaoline_list_btn_search{
background-image: url('../img/cms_btn_search.png');
background-repeat: no-repeat;
width: 15px;
height: 15px;
cursor: pointer;
float: right;
margin-left: 5px;
}
.cms_default_admin_listing.cms_cmo_list .cms_cmo_list_item_element_btn_delete_mapping
{
background-image: url('../img/cms_btn_delete_mapping.png');
background-repeat: no-repeat;
width: 15px;
height: 15px;
cursor: pointer;
float: right;
margin-left: 5px;
}
.cms_default_admin_listing {
min-width: 250px;
padding: 0px;
}
.cms_default_admin_listing .cms_cmo_list_btn_add {
background-image: url('../img/cms_btn_add.png');
background-repeat: no-repeat;
width: 15px;
height: 15px;
cursor: pointer;
float: right;
margin-left: 5px;
}
.cms_default_admin_listing .cms_cmo_list_btn_refresh {
background-image: url('../img/cms_btn_refresh.png');
background-repeat: no-repeat;
width: 15px;
height: 15px;
cursor: pointer;
float: right;
margin-left: 5px;
}
.cms_default_admin_listing.cms_cmo_list .cms_cmo_list_command {
bottom: 0;
left: 50px;
position: absolute;
}
.cms_default_admin_listing.cms_cmo_list .cms_cmo_list_paggination {
background-image: url('../img/cms_btn_paggnation_middle_15x15.png');
background-repeat: repeat-x;
position: relative;
width: 100%;
height: 15px;
z-index: 0;
bottom: 0px;
left: 0px;
}
.cms_default_admin_listing.cms_cmo_list .cms_cmo_list_paggination_label
{
position: absolute;
text-align: center;
width: 100%;
height: 0px;
z-index: -1;
font-weight: bold;
left: 0px;
color: #fff;
top: 1px;
}
.cms_default_admin_listing.cms_cmo_list .cms_cmo_list_btn.active {
color: white;
filter: alpha(opacity = 100);
opacity: 1;
-moz-opacity: 1;
cursor: pointer;
}
.cms_default_admin_listing.cms_cmo_list .cms_cmo_list_btn {
height: 15px;
width: 15px;
text-align: center;
font-size: 14px;
color: grey;
font-weight: bold;
filter: alpha(opacity = 0);
opacity: 0;
-moz-opacity: 0;
}
.cms_default_admin_listing.cms_cmo_list .cms_cmo_list_btn:hover {
font-weight: bold;
}
.cms_default_admin_listing.cms_cmo_list .cms_cmo_list_btn_first {
float: left;
font-size: 20px;
top: -5px;
position: relative;
}
.cms_default_admin_listing.cms_cmo_list .cms_cmo_list_btn_previous {
float: left;
}
.cms_default_admin_listing.cms_cmo_list .cms_cmo_list_btn_next {
float: right;
}
.cms_default_admin_listing.cms_cmo_list .cms_cmo_list_btn_last {
float: right;
font-size: 20px;
top: -5px;
position: relative;
}
.cms_default_admin_listing.cms_cmo_list .current_page {
display: none;
} | shaoline/resources/css/list.css | .cms_list {
padding: 10px;
}
.shaoline_list {
border: 1px solid #2A7BDE;
margin-bottom: 15px;
}
.shaoline_list .shaoline_list_item {
float: left;
padding: 3px;
overflow: hidden;
}
.shaoline_list_item td input {
margin-bottom: 5px;
}
.shaoline_list .shaoline_list_line.shaoline_modulo2 {
background-color: #F3F3F3;
}
.shaoline_list_line .cms_formulaire{
float:left;
}
.shaoline_list_btn_edit
{
background-image: url('../img/cms_btn_pen.png');
background-repeat: no-repeat;
width: 15px;
height: 15px;
cursor: pointer;
float: right;
margin-left: 5px;
}
.shaoline_list_btn_add {
background-image: url('../img/cms_btn_add.png');
background-repeat: no-repeat;
width: 15px;
height: 15px;
cursor: pointer;
float: right;
margin-left: 5px;
}
.shaoline_list_btn_refresh {
background-image: url('../img/cms_btn_refresh.png');
background-repeat: no-repeat;
width: 15px;
height: 15px;
cursor: pointer;
float: right;
margin-left: 5px;
}
.shaoline_list_btn_delete
{
background-image: url('../img/cms_btn_delete.png');
background-repeat: no-repeat;
width: 15px;
height: 15px;
cursor: pointer;
float: right;
margin-left: 5px;
}
.shaoline_list_btn_add_mapping
{
background-image: url('../img/cms_btn_add_mapping.png');
background-repeat: no-repeat;
width: 15px;
height: 15px;
cursor: pointer;
float: right;
margin-left: 5px;
}
.shaoline_list_btn_search{
background-image: url('../img/cms_btn_search.png');
background-repeat: no-repeat;
width: 15px;
height: 15px;
cursor: pointer;
float: right;
margin-left: 5px;
}
.cms_default_admin_listing.cms_cmo_list .cms_cmo_list_item_element_btn_delete_mapping
{
background-image: url('../img/cms_btn_delete_mapping.png');
background-repeat: no-repeat;
width: 15px;
height: 15px;
cursor: pointer;
float: right;
margin-left: 5px;
}
.cms_default_admin_listing {
min-width: 250px;
padding: 0px;
}
.cms_default_admin_listing .cms_cmo_list_btn_add {
background-image: url('../img/cms_btn_add.png');
background-repeat: no-repeat;
width: 15px;
height: 15px;
cursor: pointer;
float: right;
margin-left: 5px;
}
.cms_default_admin_listing .cms_cmo_list_btn_refresh {
background-image: url('../img/cms_btn_refresh.png');
background-repeat: no-repeat;
width: 15px;
height: 15px;
cursor: pointer;
float: right;
margin-left: 5px;
}
.cms_default_admin_listing.cms_cmo_list .cms_cmo_list_command {
bottom: 0;
left: 50px;
position: absolute;
}
.cms_default_admin_listing.cms_cmo_list .cms_cmo_list_paggination {
background-image: url('../img/cms_btn_paggnation_middle_15x15.png');
background-repeat: repeat-x;
position: relative;
width: 100%;
height: 15px;
z-index: 0;
bottom: 0px;
left: 0px;
}
.cms_default_admin_listing.cms_cmo_list .cms_cmo_list_paggination_label
{
position: absolute;
text-align: center;
width: 100%;
height: 0px;
z-index: -1;
font-weight: bold;
left: 0px;
color: #fff;
top: 1px;
}
.cms_default_admin_listing.cms_cmo_list .cms_cmo_list_btn.active {
color: white;
filter: alpha(opacity = 100);
opacity: 1;
-moz-opacity: 1;
cursor: pointer;
}
.cms_default_admin_listing.cms_cmo_list .cms_cmo_list_btn {
height: 15px;
width: 15px;
text-align: center;
font-size: 14px;
color: grey;
font-weight: bold;
filter: alpha(opacity = 0);
opacity: 0;
-moz-opacity: 0;
}
.cms_default_admin_listing.cms_cmo_list .cms_cmo_list_btn:hover {
font-weight: bold;
}
.cms_default_admin_listing.cms_cmo_list .cms_cmo_list_btn_first {
float: left;
font-size: 20px;
top: -5px;
position: relative;
}
.cms_default_admin_listing.cms_cmo_list .cms_cmo_list_btn_previous {
float: left;
}
.cms_default_admin_listing.cms_cmo_list .cms_cmo_list_btn_next {
float: right;
}
.cms_default_admin_listing.cms_cmo_list .cms_cmo_list_btn_last {
float: right;
font-size: 20px;
top: -5px;
position: relative;
}
.cms_default_admin_listing.cms_cmo_list .current_page {
display: none;
} | 0.308294 | 0.095392 |
@charset "UTF-8";
/**
* Colors
*/
/**
* Typography
*/
/**
* Layout
*/
/**
* Button
*/
/**
* Dialog
*/
/**
* Breakpoints
*/
/**
* Grid
*/
/**
* Table
*/
/**
* Menu
*/
/**
* Animations
*/
/**
* Form
*/
/**
* Tabs
*/
/**
* Reset Module
*
* Created: 01-08-2013
* Author: <NAME>
* http://meyerweb.com/eric/tools/css/reset
*/
html, body {
box-sizing: border-box;
}
*, :after, :before {
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: inherit;
font-size: 100%;
vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*
* Completely hide the content using display none.
*/
.hidden {
display: none !important;
}
@media screen and (max-width: 767px) {
.hidden-mobile {
display: none !important;
}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.hidden-tablet {
display: none !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
.hidden-laptop {
display: none !important;
}
}
@media screen and (min-width: 1280px) {
.hidden-desktop {
display: none !important;
}
}
/*
* Hide for screen readers by pushing the content away from the viewport.
*/
.sr-only {
position: absolute !important;
left: -10000px !important;
top: auto !important;
width: 1px !important;
height: 1px !important;
overflow: hidden !important;
}
/*
* Alignment.
*/
.pull-left {
float: left;
}
.pull-right {
float: right;
}
/*
* Wrapping.
*/
.nowrap {
white-space: nowrap !important;
}
/**
* Text
*
*/
html {
font-size: 16px;
}
@media screen and (min-width: 768px) {
html {
font-size: 16px !important;
}
}
@media screen and (min-width: 1024px) {
html {
font-size: 16px !important;
}
}
body {
color: #444444;
font-family: "Roboto", Helvetica, sans-serif;
font-size: 100%;
font-style: normal;
font-weight: 400;
line-height: 1.5em;
}
p {
margin: 1em 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Roboto", Helvetica, sans-serif;
margin: 0.5em 0;
}
/**
* Font-calculated using type-scale 1.250 (Major Third)
* http://type-scale.com/
*/
h1 {
line-height: 1.18458672em !important;
font-size: 1.6018066406rem !important;
}
@media screen and (min-width: 768px) {
h1 {
font-size: 2.44140625rem !important;
}
}
@media screen and (min-width: 1024px) {
h1 {
font-size: 3.1573345183rem !important;
}
}
h2 {
line-height: 1.2566026159em !important;
font-size: 1.423828125rem !important;
}
@media screen and (min-width: 768px) {
h2 {
font-size: 1.953125rem !important;
}
}
@media screen and (min-width: 1024px) {
h2 {
font-size: 2.368593037rem !important;
}
}
h3 {
line-height: 1.3329966542em !important;
font-size: 1.265625rem !important;
}
@media screen and (min-width: 768px) {
h3 {
font-size: 1.5625rem !important;
}
}
@media screen and (min-width: 1024px) {
h3 {
font-size: 1.776889rem !important;
}
}
h4 {
line-height: 1.414035em !important;
font-size: 1.125rem !important;
}
@media screen and (min-width: 768px) {
h4 {
font-size: 1.25rem !important;
}
}
@media screen and (min-width: 1024px) {
h4 {
font-size: 1.333rem !important;
}
}
h5 {
line-height: 1.5em !important;
font-size: 1rem !important;
}
@media screen and (min-width: 768px) {
h5 {
font-size: 1rem !important;
}
}
@media screen and (min-width: 1024px) {
h5 {
font-size: 1rem !important;
}
}
h6 {
line-height: 1.5911911657em !important;
font-size: 0.8888888889rem !important;
}
@media screen and (min-width: 768px) {
h6 {
font-size: 0.8rem !important;
}
}
@media screen and (min-width: 1024px) {
h6 {
font-size: 0.7501875469rem !important;
}
}
small {
line-height: 1.5911911657em !important;
font-size: 0.8888888889rem !important;
color: #555A5D;
}
@media screen and (min-width: 768px) {
small {
font-size: 0.8rem !important;
}
}
@media screen and (min-width: 1024px) {
small {
font-size: 0.7501875469rem !important;
}
}
b, strong {
font-weight: 700;
}
i, em {
font-style: italic;
}
a {
color: #00abd3;
text-decoration: none;
}
a:hover, a:focus {
text-decoration: none;
}
ul,
ol {
padding-left: 2rem;
}
ul {
list-style-type: disc;
}
ol {
list-style-type: decimal;
}
figure {
margin: 2rem 0;
}
blockquote {
line-height: 1.414035em !important;
font-size: 1.125rem !important;
color: #7f878a;
font-family: Georgia, serif;
font-style: italic;
border-left: 4px solid #555A5D;
margin: 1rem 0;
padding-left: 1rem;
}
@media screen and (min-width: 768px) {
blockquote {
font-size: 1.25rem !important;
}
}
@media screen and (min-width: 1024px) {
blockquote {
font-size: 1.333rem !important;
}
}
figcaption {
padding-left: 1rem;
margin-left: 1rem;
font-family: Georgia, serif;
}
hr {
border-style: none;
border-top: 1px solid #D0D5D7;
padding: 0;
margin: 4rem 0;
}
/*
* Text styles
*/
.text-right {
text-align: right !important;
}
.text-left {
text-align: left !important;
}
.text-center {
text-align: center !important;
}
.text-justify {
text-align: justify !important;
text-justify: inter-word !important;
}
.text-strong {
font-weight: 700 !important;
}
.text-italic {
font-style: italic !important;
}
.text-cap {
font-variant: small-caps !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-lowercase {
text-transform: lowercase !important;
}
.text-capitalize {
text-transform: capitalize !important;
}
/*
* Text sizes
*/
.text-jumbo {
line-height: 1.1166980551em !important;
font-size: 1.8020324707rem !important;
}
@media screen and (min-width: 768px) {
.text-jumbo {
font-size: 3.0517578125rem !important;
}
}
@media screen and (min-width: 1024px) {
.text-jumbo {
font-size: 4.2087269129rem !important;
}
}
.text-hero {
line-height: 1.18458672em !important;
font-size: 1.6018066406rem !important;
}
@media screen and (min-width: 768px) {
.text-hero {
font-size: 2.44140625rem !important;
}
}
@media screen and (min-width: 1024px) {
.text-hero {
font-size: 3.1573345183rem !important;
}
}
.text-large {
line-height: 1.2566026159em !important;
font-size: 1.423828125rem !important;
}
@media screen and (min-width: 768px) {
.text-large {
font-size: 1.953125rem !important;
}
}
@media screen and (min-width: 1024px) {
.text-large {
font-size: 2.368593037rem !important;
}
}
.text-medium {
line-height: 1.3329966542em !important;
font-size: 1.265625rem !important;
}
@media screen and (min-width: 768px) {
.text-medium {
font-size: 1.5625rem !important;
}
}
@media screen and (min-width: 1024px) {
.text-medium {
font-size: 1.776889rem !important;
}
}
.text-emphasis {
line-height: 1.414035em !important;
font-size: 1.125rem !important;
}
@media screen and (min-width: 768px) {
.text-emphasis {
font-size: 1.25rem !important;
}
}
@media screen and (min-width: 1024px) {
.text-emphasis {
font-size: 1.333rem !important;
}
}
.text-normal {
line-height: 1.5em !important;
font-size: 1rem !important;
}
@media screen and (min-width: 768px) {
.text-normal {
font-size: 1rem !important;
}
}
@media screen and (min-width: 1024px) {
.text-normal {
font-size: 1rem !important;
}
}
.text-small {
line-height: 1.5911911657em !important;
font-size: 0.8888888889rem !important;
}
@media screen and (min-width: 768px) {
.text-small {
font-size: 0.8rem !important;
}
}
@media screen and (min-width: 1024px) {
.text-small {
font-size: 0.7501875469rem !important;
}
}
.text-micro {
line-height: 1.6879262172em !important;
font-size: 0.7901234568rem !important;
}
@media screen and (min-width: 768px) {
.text-micro {
font-size: 0.64rem !important;
}
}
@media screen and (min-width: 1024px) {
.text-micro {
font-size: 0.5627813555rem !important;
}
}
/*
* Text colours
*/
.text-default {
color: #444444 !important;
}
.text-cyan {
color: #00abd3 !important;
}
.text-red {
color: #d50000 !important;
}
.text-green {
color: #00b100 !important;
}
.text-orange {
color: #ff8a00 !important;
}
.text-grey--dark {
color: #111315 !important;
}
.text-grey {
color: #7f878a !important;
}
.text-grey--medium {
color: #555A5D !important;
}
.text-grey--light {
color: #D0D5D7 !important;
}
.text-grey--lighter {
color: #E5EBED !important;
}
.text-white {
color: #fff !important;
}
/** ---- FORM ----
* CSS styles for alerts.
*
*/
.alert {
background-color: #d3f7ff;
color: #0082a0;
border-radius: 2px;
padding: 1rem 1rem;
margin-bottom: 1rem;
}
.alert--error {
background-color: #ffd5d5;
color: #a20000;
}
.alert--success {
background-color: #daffda;
color: #007e00;
}
.alert--warning {
background-color: #ffecd6;
color: #cc6e00;
}
.alert a {
color: inherit;
text-decoration: underline;
}
@-webkit-keyframes rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.loader {
display: inline-block;
height: 1rem;
width: 1rem;
border-radius: 100%;
border: 2px solid #7f878a;
border-bottom-color: transparent;
background: transparent !important;
animation: rotate 1s 0s linear infinite;
}
.loader--primary {
border-color: #00abd3;
border-bottom-color: transparent;
}
.loader--create {
border-color: #00b100;
border-bottom-color: transparent;
}
.loader--change {
border-color: #ff8a00;
border-bottom-color: transparent;
}
.loader--delete {
border-color: #d50000;
border-bottom-color: transparent;
}
.loader--large {
height: 2rem;
width: 2rem;
}
.loader--small {
height: 0.75rem;
width: 0.75rem;
}
.badge {
line-height: 1.5911911657em !important;
font-size: 0.8888888889rem !important;
color: #fff;
background-color: #7f878a;
display: inline-block;
border-radius: 0.7955955829em;
padding-left: 0.5em;
padding-right: 0.5em;
white-space: nowrap;
position: relative;
}
@media screen and (min-width: 768px) {
.badge {
font-size: 0.8rem !important;
}
}
@media screen and (min-width: 1024px) {
.badge {
font-size: 0.7501875469rem !important;
}
}
.badge--primary {
background-color: #00abd3;
}
.badge--success {
background-color: #00b100;
}
.badge--warning {
background-color: #ff8a00;
}
.badge--danger {
background-color: #d50000;
}
/**
* Btn - Standard button mixin.
*/
/**
* Btn - Standard button component style.
*/
.btn, .form__control input[type=file] {
line-height: 1.5em !important;
font-size: 1rem !important;
cursor: pointer;
display: inline-block;
position: relative;
box-sizing: border-box;
outline: none;
vertical-align: middle;
background-color: #666;
border: 2px solid #666;
color: #fff;
padding: calc(0.5rem - 1px) 1rem;
font-family: "Roboto", Helvetica, sans-serif;
font-style: normal;
text-align: center;
font-weight: 400;
text-decoration: none;
border-radius: 2px;
user-select: none;
transition: background 0.4s ease, border-color 0.4s ease;
}
@media screen and (min-width: 768px) {
.btn, .form__control input[type=file] {
font-size: 1rem !important;
}
}
@media screen and (min-width: 1024px) {
.btn, .form__control input[type=file] {
font-size: 1rem !important;
}
}
.btn:hover, .form__control input[type=file]:hover {
background-color: #6e6e6e;
text-decoration: none;
color: #fff;
}
.btn:active, .form__control input[type=file]:active, .btn:focus, .form__control input[type=file]:focus {
background-color: #5e5e5e;
color: #fff;
}
.btn[disabled], .form__control input[disabled][type=file] {
opacity: 0.5;
cursor: auto;
cursor: not-allowed;
}
.btn.btn--outline, .form__control input.btn--outline[type=file] {
background-color: transparent;
border-color: #7f878a;
color: #7f878a;
}
.btn.btn--outline:hover, .form__control input.btn--outline[type=file]:hover {
background-color: #7f878a;
border-color: #7f878a;
color: #fff;
}
.btn.btn--outline:focus, .form__control input.btn--outline[type=file]:focus, .btn.btn--outline:active, .form__control input.btn--outline[type=file]:active {
background-color: #6b7275;
border-color: #6b7275;
color: #fff;
}
.btn.btn--outline[disabled]:hover, .form__control input.btn--outline[disabled][type=file]:hover, .btn.btn--outline[disabled]:focus, .form__control input.btn--outline[disabled][type=file]:focus {
background-color: transparent;
border-color: #7f878a;
color: #7f878a;
}
.btn.btn--outline.btn--loading, .form__control input.btn--outline.btn--loading[type=file] {
color: transparent;
}
.btn.btn--outline.btn--loading:before, .form__control input.btn--outline.btn--loading[type=file]:before {
border-top-color: #7f878a;
border-left-color: #7f878a;
border-right-color: #7f878a;
}
.btn.btn--outline.btn--loading:hover:before, .form__control input.btn--outline.btn--loading[type=file]:hover:before {
border-top-color: #fff;
border-left-color: #fff;
border-right-color: #fff;
}
.btn.btn--link, .form__control input.btn--link[type=file] {
border-color: transparent;
background-color: transparent;
color: #7f878a;
padding-left: 0;
padding-right: 0;
}
.btn.btn--link:hover, .form__control input.btn--link[type=file]:hover {
background-color: transparent;
color: #6b7275;
}
.btn.btn--link:focus, .form__control input.btn--link[type=file]:focus, .btn.btn--link:active, .form__control input.btn--link[type=file]:active {
background-color: transparent;
color: #61686a;
}
.btn.btn--link:after, .form__control input.btn--link[type=file]:after {
background: #7f878a;
}
.btn.btn--link:hover:after, .form__control input.btn--link[type=file]:hover:after, .btn.btn--link:focus:after, .form__control input.btn--link[type=file]:focus:after {
background: #6b7275;
}
.btn.btn--link[disabled]:hover, .form__control input.btn--link[disabled][type=file]:hover, .btn.btn--link[disabled]:focus, .form__control input.btn--link[disabled][type=file]:focus {
background-color: transparent;
border-color: transparent;
color: #7f878a;
}
.btn.btn--link.btn--loading, .form__control input.btn--link.btn--loading[type=file] {
color: transparent;
}
.btn.btn--link.btn--loading:before, .form__control input.btn--link.btn--loading[type=file]:before {
border-top-color: #7f878a;
border-left-color: #7f878a;
border-right-color: #7f878a;
}
.btn.btn--link.btn--loading:hover:before, .form__control input.btn--link.btn--loading[type=file]:hover:before {
border-top-color: #6b7275;
border-left-color: #6b7275;
border-right-color: #6b7275;
}
.btn--primary {
background: #00abd3;
border-color: #00abd3;
color: #fff;
}
.btn--primary:hover {
background: #008aaa;
border-color: #008aaa;
color: #fff;
}
.btn--primary:focus, .btn--primary:active {
background: #007996;
border-color: #007996;
color: #fff;
}
.btn--primary[disabled] {
background: #00abd3;
border-color: #00abd3;
color: #fff;
}
.btn--primary[disabled]:hover, .btn--primary[disabled]:focus {
background-color: #00abd3;
border-color: #00abd3;
color: #fff;
}
.btn--primary.btn--loading {
color: transparent;
}
.btn--primary.btn--outline {
background-color: transparent;
border-color: #00abd3;
color: #00abd3;
}
.btn--primary.btn--outline:hover {
background-color: #00abd3;
border-color: #00abd3;
color: #fff;
}
.btn--primary.btn--outline:focus, .btn--primary.btn--outline:active {
background-color: #008aaa;
border-color: #008aaa;
color: #fff;
}
.btn--primary.btn--outline[disabled]:hover, .btn--primary.btn--outline[disabled]:focus {
background-color: transparent;
border-color: #00abd3;
color: #00abd3;
}
.btn--primary.btn--outline.btn--loading {
color: transparent;
}
.btn--primary.btn--outline.btn--loading:before {
border-top-color: #00abd3;
border-left-color: #00abd3;
border-right-color: #00abd3;
}
.btn--primary.btn--outline.btn--loading:hover:before {
border-top-color: #fff;
border-left-color: #fff;
border-right-color: #fff;
}
.btn--primary.btn--link {
border-color: transparent;
background-color: transparent;
color: #00abd3;
padding-left: 0;
padding-right: 0;
}
.btn--primary.btn--link:hover {
background-color: transparent;
color: #008aaa;
}
.btn--primary.btn--link:focus, .btn--primary.btn--link:active {
background-color: transparent;
color: #007996;
}
.btn--primary.btn--link:after {
background: #00abd3;
}
.btn--primary.btn--link:hover:after, .btn--primary.btn--link:focus:after {
background: #008aaa;
}
.btn--primary.btn--link[disabled]:hover, .btn--primary.btn--link[disabled]:focus {
background-color: transparent;
border-color: transparent;
color: #00abd3;
}
.btn--primary.btn--link.btn--loading {
color: transparent;
}
.btn--primary.btn--link.btn--loading:before {
border-top-color: #00abd3;
border-left-color: #00abd3;
border-right-color: #00abd3;
}
.btn--primary.btn--link.btn--loading:hover:before {
border-top-color: #008aaa;
border-left-color: #008aaa;
border-right-color: #008aaa;
}
.btn--create {
background: #00b100;
border-color: #00b100;
color: #fff;
}
.btn--create:hover {
background: #008800;
border-color: #008800;
color: #fff;
}
.btn--create:focus, .btn--create:active {
background: #007400;
border-color: #007400;
color: #fff;
}
.btn--create[disabled] {
background: #00b100;
border-color: #00b100;
color: #fff;
}
.btn--create[disabled]:hover, .btn--create[disabled]:focus {
background-color: #00b100;
border-color: #00b100;
color: #fff;
}
.btn--create.btn--loading {
color: transparent;
}
.btn--create.btn--outline {
background-color: transparent;
border-color: #00b100;
color: #00b100;
}
.btn--create.btn--outline:hover {
background-color: #00b100;
border-color: #00b100;
color: #fff;
}
.btn--create.btn--outline:focus, .btn--create.btn--outline:active {
background-color: #008800;
border-color: #008800;
color: #fff;
}
.btn--create.btn--outline[disabled]:hover, .btn--create.btn--outline[disabled]:focus {
background-color: transparent;
border-color: #00b100;
color: #00b100;
}
.btn--create.btn--outline.btn--loading {
color: transparent;
}
.btn--create.btn--outline.btn--loading:before {
border-top-color: #00b100;
border-left-color: #00b100;
border-right-color: #00b100;
}
.btn--create.btn--outline.btn--loading:hover:before {
border-top-color: #fff;
border-left-color: #fff;
border-right-color: #fff;
}
.btn--create.btn--link {
border-color: transparent;
background-color: transparent;
color: #00b100;
padding-left: 0;
padding-right: 0;
}
.btn--create.btn--link:hover {
background-color: transparent;
color: #008800;
}
.btn--create.btn--link:focus, .btn--create.btn--link:active {
background-color: transparent;
color: #007400;
}
.btn--create.btn--link:after {
background: #00b100;
}
.btn--create.btn--link:hover:after, .btn--create.btn--link:focus:after {
background: #008800;
}
.btn--create.btn--link[disabled]:hover, .btn--create.btn--link[disabled]:focus {
background-color: transparent;
border-color: transparent;
color: #00b100;
}
.btn--create.btn--link.btn--loading {
color: transparent;
}
.btn--create.btn--link.btn--loading:before {
border-top-color: #00b100;
border-left-color: #00b100;
border-right-color: #00b100;
}
.btn--create.btn--link.btn--loading:hover:before {
border-top-color: #008800;
border-left-color: #008800;
border-right-color: #008800;
}
.btn--change {
background: #ff8a00;
border-color: #ff8a00;
color: #fff;
}
.btn--change:hover {
background: #d67400;
border-color: #d67400;
color: #fff;
}
.btn--change:focus, .btn--change:active {
background: #c26900;
border-color: #c26900;
color: #fff;
}
.btn--change[disabled] {
background: #ff8a00;
border-color: #ff8a00;
color: #fff;
}
.btn--change[disabled]:hover, .btn--change[disabled]:focus {
background-color: #ff8a00;
border-color: #ff8a00;
color: #fff;
}
.btn--change.btn--loading {
color: transparent;
}
.btn--change.btn--outline {
background-color: transparent;
border-color: #ff8a00;
color: #ff8a00;
}
.btn--change.btn--outline:hover {
background-color: #ff8a00;
border-color: #ff8a00;
color: #fff;
}
.btn--change.btn--outline:focus, .btn--change.btn--outline:active {
background-color: #d67400;
border-color: #d67400;
color: #fff;
}
.btn--change.btn--outline[disabled]:hover, .btn--change.btn--outline[disabled]:focus {
background-color: transparent;
border-color: #ff8a00;
color: #ff8a00;
}
.btn--change.btn--outline.btn--loading {
color: transparent;
}
.btn--change.btn--outline.btn--loading:before {
border-top-color: #ff8a00;
border-left-color: #ff8a00;
border-right-color: #ff8a00;
}
.btn--change.btn--outline.btn--loading:hover:before {
border-top-color: #fff;
border-left-color: #fff;
border-right-color: #fff;
}
.btn--change.btn--link {
border-color: transparent;
background-color: transparent;
color: #ff8a00;
padding-left: 0;
padding-right: 0;
}
.btn--change.btn--link:hover {
background-color: transparent;
color: #d67400;
}
.btn--change.btn--link:focus, .btn--change.btn--link:active {
background-color: transparent;
color: #c26900;
}
.btn--change.btn--link:after {
background: #ff8a00;
}
.btn--change.btn--link:hover:after, .btn--change.btn--link:focus:after {
background: #d67400;
}
.btn--change.btn--link[disabled]:hover, .btn--change.btn--link[disabled]:focus {
background-color: transparent;
border-color: transparent;
color: #ff8a00;
}
.btn--change.btn--link.btn--loading {
color: transparent;
}
.btn--change.btn--link.btn--loading:before {
border-top-color: #ff8a00;
border-left-color: #ff8a00;
border-right-color: #ff8a00;
}
.btn--change.btn--link.btn--loading:hover:before {
border-top-color: #d67400;
border-left-color: #d67400;
border-right-color: #d67400;
}
.btn--cancel, .form__control input[type=file] {
background: #E5EBED;
border-color: #E5EBED;
color: #555A5D;
}
.btn--cancel:hover, .form__control input[type=file]:hover {
background: #cdd8dc;
border-color: #cdd8dc;
color: #555A5D;
}
.btn--cancel:focus, .form__control input[type=file]:focus, .btn--cancel:active, .form__control input[type=file]:active {
background: #c1cfd4;
border-color: #c1cfd4;
color: #555A5D;
}
.btn--cancel[disabled], .form__control input[disabled][type=file] {
background: #E5EBED;
border-color: #E5EBED;
color: #555A5D;
}
.btn--cancel[disabled]:hover, .form__control input[disabled][type=file]:hover, .btn--cancel[disabled]:focus, .form__control input[disabled][type=file]:focus {
background-color: #E5EBED;
border-color: #E5EBED;
color: #555A5D;
}
.btn--cancel.btn--loading, .form__control input.btn--loading[type=file] {
color: transparent;
}
.btn--cancel.btn--outline, .form__control input.btn--outline[type=file] {
background-color: transparent;
border-color: #7f878a;
color: #7f878a;
color: #7f878a;
}
.btn--cancel.btn--outline:hover, .form__control input.btn--outline[type=file]:hover {
background-color: #7f878a;
border-color: #7f878a;
color: #fff;
}
.btn--cancel.btn--outline:focus, .form__control input.btn--outline[type=file]:focus, .btn--cancel.btn--outline:active, .form__control input.btn--outline[type=file]:active {
background-color: #6b7275;
border-color: #6b7275;
color: #fff;
}
.btn--cancel.btn--outline[disabled]:hover, .form__control input.btn--outline[disabled][type=file]:hover, .btn--cancel.btn--outline[disabled]:focus, .form__control input.btn--outline[disabled][type=file]:focus {
background-color: transparent;
border-color: #7f878a;
color: #7f878a;
}
.btn--cancel.btn--outline.btn--loading, .form__control input.btn--outline.btn--loading[type=file] {
color: transparent;
}
.btn--cancel.btn--outline.btn--loading:before, .form__control input.btn--outline.btn--loading[type=file]:before {
border-top-color: #7f878a;
border-left-color: #7f878a;
border-right-color: #7f878a;
}
.btn--cancel.btn--outline.btn--loading:hover:before, .form__control input.btn--outline.btn--loading[type=file]:hover:before {
border-top-color: #fff;
border-left-color: #fff;
border-right-color: #fff;
}
.btn--cancel.btn--link, .form__control input.btn--link[type=file] {
border-color: transparent;
background-color: transparent;
color: #7f878a;
padding-left: 0;
padding-right: 0;
}
.btn--cancel.btn--link:hover, .form__control input.btn--link[type=file]:hover {
background-color: transparent;
color: #6b7275;
}
.btn--cancel.btn--link:focus, .form__control input.btn--link[type=file]:focus, .btn--cancel.btn--link:active, .form__control input.btn--link[type=file]:active {
background-color: transparent;
color: #61686a;
}
.btn--cancel.btn--link:after, .form__control input.btn--link[type=file]:after {
background: #7f878a;
}
.btn--cancel.btn--link:hover:after, .form__control input.btn--link[type=file]:hover:after, .btn--cancel.btn--link:focus:after, .form__control input.btn--link[type=file]:focus:after {
background: #6b7275;
}
.btn--cancel.btn--link[disabled]:hover, .form__control input.btn--link[disabled][type=file]:hover, .btn--cancel.btn--link[disabled]:focus, .form__control input.btn--link[disabled][type=file]:focus {
background-color: transparent;
border-color: transparent;
color: #7f878a;
}
.btn--cancel.btn--link.btn--loading, .form__control input.btn--link.btn--loading[type=file] {
color: transparent;
}
.btn--cancel.btn--link.btn--loading:before, .form__control input.btn--link.btn--loading[type=file]:before {
border-top-color: #7f878a;
border-left-color: #7f878a;
border-right-color: #7f878a;
}
.btn--cancel.btn--link.btn--loading:hover:before, .form__control input.btn--link.btn--loading[type=file]:hover:before {
border-top-color: #6b7275;
border-left-color: #6b7275;
border-right-color: #6b7275;
}
.btn--cancel.btn--loading:before, .form__control input.btn--loading[type=file]:before {
border-top-color: #7f878a;
border-left-color: #7f878a;
border-right-color: #7f878a;
}
.btn--delete {
background: #d50000;
border-color: #d50000;
color: #fff;
}
.btn--delete:hover {
background: #ac0000;
border-color: #ac0000;
color: #fff;
}
.btn--delete:focus, .btn--delete:active {
background: #980000;
border-color: #980000;
color: #fff;
}
.btn--delete[disabled] {
background: #d50000;
border-color: #d50000;
color: #fff;
}
.btn--delete[disabled]:hover, .btn--delete[disabled]:focus {
background-color: #d50000;
border-color: #d50000;
color: #fff;
}
.btn--delete.btn--loading {
color: transparent;
}
.btn--delete.btn--outline {
background-color: transparent;
border-color: #d50000;
color: #d50000;
}
.btn--delete.btn--outline:hover {
background-color: #d50000;
border-color: #d50000;
color: #fff;
}
.btn--delete.btn--outline:focus, .btn--delete.btn--outline:active {
background-color: #ac0000;
border-color: #ac0000;
color: #fff;
}
.btn--delete.btn--outline[disabled]:hover, .btn--delete.btn--outline[disabled]:focus {
background-color: transparent;
border-color: #d50000;
color: #d50000;
}
.btn--delete.btn--outline.btn--loading {
color: transparent;
}
.btn--delete.btn--outline.btn--loading:before {
border-top-color: #d50000;
border-left-color: #d50000;
border-right-color: #d50000;
}
.btn--delete.btn--outline.btn--loading:hover:before {
border-top-color: #fff;
border-left-color: #fff;
border-right-color: #fff;
}
.btn--delete.btn--link {
border-color: transparent;
background-color: transparent;
color: #d50000;
padding-left: 0;
padding-right: 0;
}
.btn--delete.btn--link:hover {
background-color: transparent;
color: #ac0000;
}
.btn--delete.btn--link:focus, .btn--delete.btn--link:active {
background-color: transparent;
color: #980000;
}
.btn--delete.btn--link:after {
background: #d50000;
}
.btn--delete.btn--link:hover:after, .btn--delete.btn--link:focus:after {
background: #ac0000;
}
.btn--delete.btn--link[disabled]:hover, .btn--delete.btn--link[disabled]:focus {
background-color: transparent;
border-color: transparent;
color: #d50000;
}
.btn--delete.btn--link.btn--loading {
color: transparent;
}
.btn--delete.btn--link.btn--loading:before {
border-top-color: #d50000;
border-left-color: #d50000;
border-right-color: #d50000;
}
.btn--delete.btn--link.btn--loading:hover:before {
border-top-color: #ac0000;
border-left-color: #ac0000;
border-right-color: #ac0000;
}
.btn--full-width {
display: block;
width: 100%;
}
.btn--round {
border-radius: 50%;
width: 3rem;
height: 3rem;
padding-left: 0;
padding-right: 0;
}
.btn--round-large {
border-radius: 50%;
width: 3.8rem;
height: 3.8rem;
padding-left: 0;
padding-right: 0;
}
.btn--large {
padding: 1rem 1.5rem;
}
.btn--small {
padding: 0 0.5rem;
}
.btn--small.btn--loading:before {
height: 12px;
width: 12px;
margin-top: -6px;
margin-left: -6px;
}
.btn--micro {
line-height: 1.5911911657em !important;
font-size: 0.8888888889rem !important;
padding: 1px 0.25rem 0 0.25rem;
}
@media screen and (min-width: 768px) {
.btn--micro {
font-size: 0.8rem !important;
}
}
@media screen and (min-width: 1024px) {
.btn--micro {
font-size: 0.7501875469rem !important;
}
}
.btn--micro.btn--loading:before {
height: 12px;
width: 12px;
margin-top: -6px;
margin-left: -6px;
}
.btn--margin-bottom {
margin-bottom: 1rem;
}
.btn--loading:before {
content: "";
display: block;
height: 24px;
width: 24px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -12px;
margin-left: -12px;
border-radius: 50%;
border: 2px solid #fff;
border-bottom-color: transparent;
background: transparent !important;
animation: rotate 1s 0s linear infinite;
}
.btn--tab {
border-radius: 2px 2px 0 0;
border-bottom: none;
margin-right: 2px;
margin-bottom: 1px;
}
.btn--tab.btn--outline {
padding-bottom: 1rem;
}
.btn-group .btn, .btn-group .form__control input[type=file], .form__control .btn-group input[type=file] {
margin-right: 1rem;
}
.btn-group .btn:last-child, .btn-group .form__control input[type=file]:last-child, .form__control .btn-group input[type=file]:last-child {
margin-right: 0;
}
.btn-group .btn--small {
margin-right: 0.5rem;
}
.datepicker {
border: 1px solid #c2c9cb;
border-radius: 2px;
background-color: #fff;
cursor: default;
user-select: none;
}
.datepicker table tr td, .datepicker table tr th {
vertical-align: middle;
}
.datepicker__day {
display: block;
color: #333;
text-decoration: none;
text-align: center;
padding: 4px 8px;
font-size: 0.9em;
}
.datepicker__day:hover {
background-color: #eee;
}
.datepicker__day--muted {
color: #999;
}
.datepicker__day--selected {
background-color: #666;
color: #fff;
}
.datepicker__day--selected:hover {
background-color: #999;
color: #fff;
}
.datepicker__day--today {
background-color: #00abd3;
color: #fff;
}
.datepicker__day--today:hover {
background-color: #666;
color: #fff;
}
.datepicker__weekday {
text-align: center;
padding: 4px 6px;
font-size: 0.9em;
border-bottom: 1px solid #f4f4f4;
color: #555A5D;
}
.datepicker__selected-date {
display: block;
text-align: center;
}
.datepicker__nav {
display: block;
text-decoration: none;
text-align: center;
color: #333;
padding: 8px 0 4px 0;
}
.datepicker__nav--previous:after {
content: "";
display: inline-block;
border-style: solid;
height: 0;
width: 0;
border-color: transparent #ccc transparent transparent;
border-width: 6px 12px 6px 0;
}
.datepicker__nav--previous:hover:after {
border-style: solid;
height: 0;
width: 0;
border-color: transparent #666 transparent transparent;
border-width: 6px 12px 6px 0;
}
.datepicker__nav--next:after {
content: "";
display: inline-block;
border-style: solid;
height: 0;
width: 0;
border-color: transparent transparent transparent #ccc;
border-width: 6px 0 6px 12px;
}
.datepicker__nav--next:hover:after {
border-style: solid;
height: 0;
width: 0;
border-color: transparent transparent transparent #666;
border-width: 6px 0 6px 12px;
}
.dialog {
display: flex;
justify-content: flex-start;
align-items: center;
flex-direction: column;
}
.dialog--small .dialog__content, .dialog--small .dialog__content--pre, .dialog--small .dialog__content--post {
max-width: 360px;
}
.dialog--large .dialog__content, .dialog--large .dialog__content--pre, .dialog--large .dialog__content--post {
max-width: 1280px;
}
.dialog--full-width .dialog__content, .dialog--full-width .dialog__content--pre, .dialog--full-width .dialog__content--post {
max-width: none;
}
.dialog--modal {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 101;
}
.dialog--modal-open {
display: flex;
}
@media screen and (min-width: 768px) {
.dialog--modal-open {
overflow-y: auto;
}
}
.dialog--modal-open:after {
content: "";
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.35);
z-index: -1;
pointer-events: none;
}
@media screen and (max-width: 767px) {
.dialog--modal .dialog__content {
display: flex;
flex-direction: column;
max-height: calc(100% - 1.33rem);
}
}
@media screen and (max-width: 767px) {
.dialog--modal .dialog__body {
overflow-y: auto;
}
}
.dialog--modal .dialog__header {
background-color: #E5EBED;
border-bottom: 1px solid #D0D5D7;
color: #111315;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.dialog--modal .dialog__footer {
background-color: #fff;
border-top: none;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
.dialog__content {
background-color: #fff;
border: 1px solid #D0D5D7;
border-radius: 2px;
width: calc(100% - 1rem);
max-width: 540px;
position: relative;
}
.dialog__content:first-child {
margin-top: 0.67rem;
}
.dialog__content:last-child {
margin-bottom: 0.67rem;
}
@media screen and (min-width: 768px) {
.dialog__content:first-child {
margin-top: 4rem;
}
.dialog__content:last-child {
margin-bottom: 4rem;
}
}
.dialog__content--pre {
border: none;
background-color: transparent;
}
@media screen and (max-width: 767px) {
.dialog__content--pre {
border-bottom: 1px solid #D0D5D7;
padding: 0 1rem;
}
}
.dialog__content--post {
border: none;
background-color: transparent;
}
.dialog__header {
background-color: #E5EBED;
border-bottom: 1px solid #D0D5D7;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
color: #111315;
position: relative;
}
.dialog__body--center {
text-align: center;
}
.dialog__footer {
background-color: #fff;
border-top: none;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
.dialog--error .dialog__content {
border: none;
}
.dialog--error .dialog__header {
background-color: #d50000;
color: #fff;
font-weight: 700;
}
.dialog--error .dialog__header .dialog-header__action-btn {
color: #fff;
}
.dialog-header__title {
line-height: 1.414035em !important;
font-size: 1.125rem !important;
}
@media screen and (min-width: 768px) {
.dialog-header__title {
font-size: 1.25rem !important;
}
}
@media screen and (min-width: 1024px) {
.dialog-header__title {
font-size: 1.333rem !important;
}
}
.dialog-header__title--center {
text-align: center;
}
.dialog-header__title--left {
text-align: left;
}
.dialog-header__title--right {
text-align: right;
}
.dialog-header__action {
top: 0;
bottom: 0;
position: absolute;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.dialog-header__action--left {
left: 0;
margin-left: 2rem;
}
@media screen and (min-width: 768px) {
.dialog-header__action--left {
margin-left: 2rem;
}
}
.dialog-header__action--left .dialog-header__action-btn {
padding-right: 1rem;
}
.dialog-header__action--right {
right: 0;
margin-right: 2rem;
}
@media screen and (min-width: 768px) {
.dialog-header__action--right {
margin-left: 2rem;
}
}
.dialog-header__action--right .dialog-header__action-btn {
padding-left: 1rem;
}
.dialog-header__action-btn {
line-height: 1.5em !important;
font-size: 1rem !important;
border: none;
background-color: transparent;
color: #00abd3;
cursor: pointer;
padding: 0;
}
@media screen and (min-width: 768px) {
.dialog-header__action-btn {
font-size: 1rem !important;
}
}
@media screen and (min-width: 1024px) {
.dialog-header__action-btn {
font-size: 1rem !important;
}
}
.dialog-header__action-btn:hover {
color: #0096ba;
}
.dialog-footer {
display: flex;
justify-content: space-between;
}
@media screen and (max-width: 767px) {
.dialog-footer {
flex-wrap: nowrap;
}
}
.dialog-footer--reverse {
flex-direction: row-reverse;
}
.dialog-footer--center {
justify-content: center;
}
.dialog-footer__actions {
white-space: nowrap;
}
.dialog-section--padded {
padding: 1rem;
}
@media screen and (min-width: 768px) {
.dialog-section--padded {
padding: 2rem;
}
}
/**
* Body no scroll
* A class to prevent a the body from scolling while the modal is open
* Only assign when the modal is open.
*/
.no-scroll {
overflow: hidden;
height: 100%;
}
/*
* Completely hide the content using display none.
*/
.hidden {
display: none !important;
}
@media screen and (max-width: 767px) {
.hidden-mobile {
display: none !important;
}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.hidden-tablet {
display: none !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
.hidden-laptop {
display: none !important;
}
}
@media screen and (min-width: 1280px) {
.hidden-desktop {
display: none !important;
}
}
/*
* Hide for screen readers by pushing the content away from the viewport.
*/
.sr-only {
position: absolute !important;
left: -10000px !important;
top: auto !important;
width: 1px !important;
height: 1px !important;
overflow: hidden !important;
}
/*
* Alignment.
*/
.pull-left {
float: left;
}
.pull-right {
float: right;
}
/*
* Wrapping.
*/
.nowrap {
white-space: nowrap !important;
}
/**
* Btn - Standard button mixin.
*/
.form__row {
clear: both;
}
@media screen and (min-width: 768px) {
.form__row {
display: flex;
}
.form__row .form__group {
flex: 1;
margin-right: 1rem;
padding-right: 1rem;
}
.form__row .form__group:last-child {
margin-right: 0;
padding-right: 0;
}
}
.form__group {
margin-bottom: 0.5rem;
position: relative;
}
.form__group--required .form__label::after {
content: "*";
display: inline-block;
margin-left: 0.25rem;
}
.form__group--active .form__label {
color: #00abd3;
}
.form__group--active .form__control {
border-color: #00abd3;
border-width: 2px;
padding-bottom: 0px;
}
.form__group--active .form__control:hover {
border-color: #00abd3;
border-width: 2px;
}
.form__group--error .form__label {
color: #d50000;
}
.form__group--error .form__control--input, .form__group--error .form__control--select, .form__group--error .form__control--textarea {
border-color: #d50000;
border-width: 2px;
padding-bottom: 0px;
}
.form__group--error .form__control--input:hover, .form__group--error .form__control--select:hover, .form__group--error .form__control--textarea:hover {
border-color: #d50000;
border-width: 2px;
}
.form__group--error .form__control input::placeholder,
.form__group--error .form__control textarea::placeholder {
color: transparent;
}
.form__group--error .form__help {
color: #d50000;
}
.form__group--inactive .form__control input::placeholder,
.form__group--inactive .form__control textarea::placeholder {
color: transparent !important;
}
.form__group--inactive .form__control .input-addon--prefix {
opacity: 0;
}
.form__group--inactive .form__label {
font-size: 100%;
pointer-events: none;
transform: translateY(calc(1.45em));
}
.form__group--inline .form__control {
display: inline-block;
}
.form__group--inline .form__control input[type=date],
.form__group--inline .form__control input[type=email],
.form__group--inline .form__control input[type=number],
.form__group--inline .form__control input[type=password],
.form__group--inline .form__control input[type=search],
.form__group--inline .form__control input[type=tel],
.form__group--inline .form__control input[type=text],
.form__group--inline .form__control input[type=time],
.form__group--inline .form__control input[type=url] {
width: auto;
}
.form__group--boxed .form__control {
background-color: #fff;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
padding-right: 1rem;
border: 1px solid #D0D5D7;
border-radius: 2px;
box-sizing: padding-box;
}
.form__group--boxed .form__control--input input, .form__group--boxed .form__control--input select, .form__group--boxed .form__control--select input, .form__group--boxed .form__control--select select, .form__group--boxed .form__control--textarea input, .form__group--boxed .form__control--textarea select {
padding-right: 1rem;
}
.form__group--boxed .form__control--input::after, .form__group--boxed .form__control--select::after, .form__group--boxed .form__control--textarea::after {
top: calc(1.25rem - 2px);
right: 1rem;
}
.form__group--boxed .form__control--input:hover, .form__group--boxed .form__control--select:hover, .form__group--boxed .form__control--textarea:hover {
border-width: 1px;
padding-bottom: 0.5rem;
}
.form__group--boxed .form__control--input.control-select--focus, .form__group--boxed .form__control--select.control-select--focus, .form__group--boxed .form__control--textarea.control-select--focus {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.form__group--boxed .form__control .control-select__options {
line-height: 1.5;
width: calc(100% + 2px);
left: -1px;
margin-top: -1px;
}
.form__group--boxed .form__control input[type=text]::placeholder,
.form__group--boxed .form__control textarea::placeholder {
color: #aaafb1;
}
.form__group--boxed.form__group--error .form__control {
border: 1px solid #d50000;
}
.form__group--boxed.form__group--active .form__label {
display: none;
}
.form__group--boxed.form__group--inactive .form__label {
display: block;
}
.form__group--boxed .form__label {
display: none;
position: absolute;
left: 1rem;
transform: translateY(0);
}
.form__group--boxed .control-select__clear-button {
top: calc(0.5rem - 1px);
padding-top: 2px;
right: 1.55rem;
}
.form__group .tag {
margin-top: 0.5rem;
}
.form__control {
min-height: 1.5em;
padding-bottom: 1px;
transition: border-color 0.3s ease;
}
.form__control input[type=date],
.form__control input[type=email],
.form__control input[type=number],
.form__control input[type=password],
.form__control input[type=search],
.form__control input[type=tel],
.form__control input[type=text],
.form__control input[type=time],
.form__control input[type=url],
.form__control textarea,
.form__control select {
line-height: 1.5em !important;
font-size: 1rem !important;
font-family: "Roboto", Helvetica, sans-serif;
background-color: transparent;
border: none;
color: #111315;
outline: none;
padding: 0;
width: 100%;
}
@media screen and (min-width: 768px) {
.form__control input[type=date],
.form__control input[type=email],
.form__control input[type=number],
.form__control input[type=password],
.form__control input[type=search],
.form__control input[type=tel],
.form__control input[type=text],
.form__control input[type=time],
.form__control input[type=url],
.form__control textarea,
.form__control select {
font-size: 1rem !important;
}
}
@media screen and (min-width: 1024px) {
.form__control input[type=date],
.form__control input[type=email],
.form__control input[type=number],
.form__control input[type=password],
.form__control input[type=search],
.form__control input[type=tel],
.form__control input[type=text],
.form__control input[type=time],
.form__control input[type=url],
.form__control textarea,
.form__control select {
font-size: 1rem !important;
}
}
.form__control input[type=date]::placeholder,
.form__control input[type=email]::placeholder,
.form__control input[type=number]::placeholder,
.form__control input[type=password]::placeholder,
.form__control input[type=search]::placeholder,
.form__control input[type=tel]::placeholder,
.form__control input[type=text]::placeholder,
.form__control input[type=time]::placeholder,
.form__control input[type=url]::placeholder,
.form__control textarea::placeholder,
.form__control select::placeholder {
color: #aaafb1;
}
.form__control input[type=date],
.form__control input[type=time] {
width: auto;
}
.form__control select {
border-radius: 0;
padding-right: 1.5rem;
-webkit-appearance: none;
-moz-appearance: none;
}
.form__control ul {
list-style: none;
padding: 0;
margin: 0.5rem 0;
}
.form__control--input, .form__control--select, .form__control--textarea {
border-bottom: 1px solid #D0D5D7;
display: flex;
}
.form__control--input:hover, .form__control--select:hover, .form__control--textarea:hover {
border-color: #555A5D;
border-width: 2px;
padding-bottom: 0px;
}
.form__control--select {
position: relative;
}
.form__control--select::after {
content: "";
position: absolute;
pointer-events: none;
cursor: pointer;
right: 0.5rem;
top: calc(0.75rem - 2px);
border-style: solid;
height: 0;
width: 0;
border-color: #111315 transparent transparent;
border-width: 5px 5px 0;
}
.form__control--select.form__control--select-arrow-suffix::after {
display: none;
}
.form__control--select.form__control--select-arrow-suffix .input-addon--suffix::after {
content: "";
position: absolute;
pointer-events: none;
left: -1rem;
top: 50%;
margin-top: -1px;
border-style: solid;
height: 0;
width: 0;
border-color: #111315 transparent transparent;
border-width: 5px 5px 0;
}
.form__control--radio-btn {
display: flex;
}
.form__control--radio-btn label {
line-height: 1.5em !important;
font-size: 1rem !important;
cursor: pointer;
display: inline-block;
position: relative;
box-sizing: border-box;
outline: none;
vertical-align: middle;
background-color: #666;
border: 2px solid #666;
color: #fff;
padding: calc(0.5rem - 1px) 1rem;
font-family: "Roboto", Helvetica, sans-serif;
font-style: normal;
text-align: center;
font-weight: 400;
text-decoration: none;
border-radius: 2px;
user-select: none;
transition: background 0.4s ease, border-color 0.4s ease;
border-radius: 0;
border-right-width: 0;
border-width: 1px;
}
@media screen and (min-width: 768px) {
.form__control--radio-btn label {
font-size: 1rem !important;
}
}
@media screen and (min-width: 1024px) {
.form__control--radio-btn label {
font-size: 1rem !important;
}
}
.form__control--radio-btn label:hover {
background-color: #6e6e6e;
text-decoration: none;
color: #fff;
}
.form__control--radio-btn label:active, .form__control--radio-btn label:focus {
background-color: #5e5e5e;
color: #fff;
}
.form__control--radio-btn label[disabled] {
opacity: 0.5;
cursor: auto;
cursor: not-allowed;
}
.form__control--radio-btn label:first-of-type, .form__control--radio-btn input[type=radio]:not(:checked) + label:first-of-type {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
.form__control--radio-btn label:last-of-type, .form__control--radio-btn input[type=radio]:not(:checked) + label:last-of-type {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-right-width: 1px;
}
.form__control--radio-btn input[type=radio] {
display: none !important;
}
.form__control--radio-btn input[type=radio]:not(:checked) + label {
background-color: transparent;
border-color: #555A5D;
color: #555A5D;
border-right-width: 0;
}
.form__control--radio-btn input[type=radio]:not(:checked) + label:hover {
background-color: #555A5D;
border-color: #555A5D;
color: #fff;
}
.form__control--radio-btn input[type=radio]:not(:checked) + label:focus, .form__control--radio-btn input[type=radio]:not(:checked) + label:active {
background-color: #424548;
border-color: #424548;
color: #fff;
}
.form__control--radio-btn input[type=radio]:not(:checked) + label[disabled]:hover, .form__control--radio-btn input[type=radio]:not(:checked) + label[disabled]:focus {
background-color: transparent;
border-color: #555A5D;
color: #555A5D;
}
.form__control--radio-btn input[type=radio]:not(:checked) + label.btn--loading {
color: transparent;
}
.form__control--radio-btn input[type=radio]:not(:checked) + label.btn--loading:before {
border-top-color: #555A5D;
border-left-color: #555A5D;
border-right-color: #555A5D;
}
.form__control--radio-btn input[type=radio]:not(:checked) + label.btn--loading:hover:before {
border-top-color: #fff;
border-left-color: #fff;
border-right-color: #fff;
}
.form__control--checkbox-multiple label, .form__control--radio label {
color: #7f878a;
display: inline;
font-size: 80%;
line-height: 1.5em;
}
.form__control--checkbox-multiple input:checked + label, .form__control--radio input:checked + label {
color: #111315;
}
.form__control--inline ul li {
display: inline-block;
margin-right: 1rem;
}
.form__control--input-addon {
display: flex;
}
.form__control--borderless {
border-bottom: none;
padding-bottom: 0;
}
.form__label {
color: #7f878a;
display: block;
font-size: 80%;
transition: transform 0.4s ease, font-size 0.4s ease;
}
.form__help {
font-size: 80%;
line-height: 1.5em;
color: #7f878a;
}
.form__help::after {
content: " ";
}
.input-addon {
align-items: center;
background-color: transparent;
color: #111315;
display: flex;
transition: border-color 0.3s ease;
white-space: nowrap;
position: relative;
}
.input-addon--prefix {
padding-right: 0.5rem;
order: -1;
}
.input-addon--suffix {
padding-left: 0.5rem;
}
.input-addon > .fa {
position: relative;
top: -1px;
}
.control-select input[type=text] {
padding-right: 2rem;
}
.control-select__options {
background-color: #fff;
border: 1px solid #D0D5D7;
border-top: none;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
max-height: 300px;
overflow-y: auto;
display: none;
z-index: 2;
}
.control-select__option {
padding: 0.5rem 1rem;
text-align: left;
color: #111315;
cursor: pointer;
}
.control-select__option--focused, .control-select__option:hover, .control-select__option:focus {
background-color: #E5EBED;
color: #111315;
cursor: pointer;
}
.control-select__option--selected, .control-select__option--selected:hover, .control-select__option--selected:focus {
background-color: #00abd3;
color: #fff;
cursor: pointer;
}
.control-select__option--selected:hover, .control-select__option--selected:focus, .control-select__option--selected.control-select__option--focused {
background-color: #0096ba;
}
.control-select__option--highlighted {
text-decoration: underline;
color: #111315;
}
.control-select--focus .control-select__options {
display: block;
}
.control-select--focus .form__select {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-bottom-color: #dee1e3;
}
.control-select__group:first-child .control-select__group-heading {
border-top: none;
}
.control-select__group-heading {
font-size: 80%;
border-top: 1px solid #D0D5D7;
text-transform: uppercase;
font-weight: 700;
padding: 0.5rem 1rem;
text-align: left;
}
.control-select__clear-button {
border: none;
border-radius: 1em;
cursor: pointer;
font-size: 1em;
opacity: 0.6;
position: absolute;
top: 2px;
right: 1.25rem;
height: 1.25em;
width: 1.25em;
padding: 0 0 2px 0;
display: none;
}
.control-select:hover .control-select__clear-button {
display: block;
}
@media screen and (max-width: 767px) {
[type=submit], button {
-webkit-appearance: none;
}
}
fieldset {
border-radius: 2px;
background-color: #fff;
border: 1px solid #D0D5D7;
margin-bottom: 1rem;
}
fieldset legend {
line-height: 1.414035em !important;
font-size: 1.125rem !important;
background-color: inherit;
border: 1px solid #D0D5D7;
border-bottom: 0;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
display: block;
margin: 0 -1px;
padding-left: 1rem;
padding-right: 1rem;
padding-top: 1rem;
padding-bottom: 1rem;
width: calc(100% + 2px);
}
@media screen and (min-width: 768px) {
fieldset legend {
font-size: 1.25rem !important;
}
}
@media screen and (min-width: 1024px) {
fieldset legend {
font-size: 1.333rem !important;
}
}
fieldset > .form__row {
padding: 0 1rem;
}
fieldset > .form__row .form__group {
margin-bottom: 0.5rem;
}
.dialog fieldset {
border: none;
margin-bottom: 0;
padding-top: 1rem;
}
.dialog fieldset .form__row {
padding: 0 1rem;
}
@media screen and (min-width: 768px) {
.dialog fieldset .form__row {
padding: 0 2rem;
}
}
textarea {
font-family: "Roboto", Helvetica, sans-serif;
}
.form--table fieldset {
border: none;
margin-bottom: 0;
}
.form--table fieldset legend {
line-height: 1.5em !important;
font-size: 1rem !important;
background-color: #E5EBED;
border-bottom: 1px solid #D0D5D7;
color: #111315;
}
@media screen and (min-width: 768px) {
.form--table fieldset legend {
font-size: 1rem !important;
}
}
@media screen and (min-width: 1024px) {
.form--table fieldset legend {
font-size: 1rem !important;
}
}
.form--table .form__row {
padding: 0;
}
.form--table .form__row .form__group {
margin: 0;
padding: 0.5rem 0 0 0;
}
@media screen and (min-width: 768px) {
.form--table .form__row .form__group:not(:last-child) {
border-right: 1px solid #D0D5D7;
}
}
.form--table .form__row .form__group--error input[type=date],
.form--table .form__row .form__group--error input[type=email],
.form--table .form__row .form__group--error input[type=number],
.form--table .form__row .form__group--error input[type=password],
.form--table .form__row .form__group--error input[type=search],
.form--table .form__row .form__group--error input[type=tel],
.form--table .form__row .form__group--error input[type=text],
.form--table .form__row .form__group--error input[type=time],
.form--table .form__row .form__group--error input[type=url],
.form--table .form__row .form__group--error textarea,
.form--table .form__row .form__group--error select,
.form--table .form__row .form__group--error .input-addon {
border-width: 1px;
}
.form--table .form__row .form__group--btn {
align-items: center;
border-bottom: 1px solid #D0D5D7;
display: flex;
padding-left: 1rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
.form--table .form__row .form__group--btn {
padding-top: 0;
padding-bottom: 0;
}
}
.form--table .form__row .form__group .form__label {
padding-left: 1rem;
}
.form--table .form__row .form__group .form__control input[type=date],
.form--table .form__row .form__group .form__control input[type=email],
.form--table .form__row .form__group .form__control input[type=number],
.form--table .form__row .form__group .form__control input[type=password],
.form--table .form__row .form__group .form__control input[type=search],
.form--table .form__row .form__group .form__control input[type=tel],
.form--table .form__row .form__group .form__control input[type=text],
.form--table .form__row .form__group .form__control input[type=time],
.form--table .form__row .form__group .form__control input[type=url],
.form--table .form__row .form__group .form__control textarea,
.form--table .form__row .form__group .form__control select {
margin-bottom: 0;
padding-left: 1rem;
padding-right: 1rem;
}
.form--table .form__row .form__group .form__control input[type=date]:hover,
.form--table .form__row .form__group .form__control input[type=email]:hover,
.form--table .form__row .form__group .form__control input[type=number]:hover,
.form--table .form__row .form__group .form__control input[type=password]:hover,
.form--table .form__row .form__group .form__control input[type=search]:hover,
.form--table .form__row .form__group .form__control input[type=tel]:hover,
.form--table .form__row .form__group .form__control input[type=text]:hover,
.form--table .form__row .form__group .form__control input[type=time]:hover,
.form--table .form__row .form__group .form__control input[type=url]:hover,
.form--table .form__row .form__group .form__control textarea:hover,
.form--table .form__row .form__group .form__control select:hover {
border-color: #7f878a;
border-width: 1px;
margin-bottom: 0px;
}
.form--table .form__row .form__group .form__control input[type=date]:focus, .form--table .form__row .form__group .form__control input[type=date]:focus ~ .input-addon,
.form--table .form__row .form__group .form__control input[type=email]:focus,
.form--table .form__row .form__group .form__control input[type=email]:focus ~ .input-addon,
.form--table .form__row .form__group .form__control input[type=number]:focus,
.form--table .form__row .form__group .form__control input[type=number]:focus ~ .input-addon,
.form--table .form__row .form__group .form__control input[type=password]:focus,
.form--table .form__row .form__group .form__control input[type=password]:focus ~ .input-addon,
.form--table .form__row .form__group .form__control input[type=search]:focus,
.form--table .form__row .form__group .form__control input[type=search]:focus ~ .input-addon,
.form--table .form__row .form__group .form__control input[type=tel]:focus,
.form--table .form__row .form__group .form__control input[type=tel]:focus ~ .input-addon,
.form--table .form__row .form__group .form__control input[type=text]:focus,
.form--table .form__row .form__group .form__control input[type=text]:focus ~ .input-addon,
.form--table .form__row .form__group .form__control input[type=time]:focus,
.form--table .form__row .form__group .form__control input[type=time]:focus ~ .input-addon,
.form--table .form__row .form__group .form__control input[type=url]:focus,
.form--table .form__row .form__group .form__control input[type=url]:focus ~ .input-addon,
.form--table .form__row .form__group .form__control textarea:focus,
.form--table .form__row .form__group .form__control textarea:focus ~ .input-addon,
.form--table .form__row .form__group .form__control select:focus,
.form--table .form__row .form__group .form__control select:focus ~ .input-addon {
border-color: #00abd3;
border-width: 1px;
margin-bottom: 0px;
}
.form--table .form__row .form__group .form__control--radio ul {
padding-left: 1rem;
}
.form--table .form__row .form__group .form__help {
position: absolute;
top: 0.6rem;
right: 1rem;
}
.form--table .input-addon {
margin-bottom: 0px;
}
.form--table .input-addon--prefix {
padding-left: 1rem;
padding-right: 0;
margin-right: -0.5rem;
}
.form--table .input-addon--suffix {
padding-right: 1rem;
}
/**
* ---- GRID ----
*
* CSS styles used to format grid layouts.
*/
.grid {
margin-left: -20px;
margin-right: -20px;
width: calc(100% + 40px);
}
.grid::after {
clear: both;
content: "";
display: block;
}
.grid__span-1 {
width: calc(8.3333333333% - 21.6666666667px);
float: left;
margin-left: 20px;
}
.grid__span-2 {
width: calc(16.6666666667% - 23.3333333333px);
float: left;
margin-left: 20px;
}
.grid__span-3 {
width: calc(25% - 25px);
float: left;
margin-left: 20px;
}
.grid__span-4 {
width: calc(33.3333333333% - 26.6666666667px);
float: left;
margin-left: 20px;
}
.grid__span-5 {
width: calc(41.6666666667% - 28.3333333333px);
float: left;
margin-left: 20px;
}
.grid__span-6 {
width: calc(50% - 30px);
float: left;
margin-left: 20px;
}
.grid__span-7 {
width: calc(58.3333333333% - 31.6666666667px);
float: left;
margin-left: 20px;
}
.grid__span-8 {
width: calc(66.6666666667% - 33.3333333333px);
float: left;
margin-left: 20px;
}
.grid__span-9 {
width: calc(75% - 35px);
float: left;
margin-left: 20px;
}
.grid__span-10 {
width: calc(83.3333333333% - 36.6666666667px);
float: left;
margin-left: 20px;
}
.grid__span-11 {
width: calc(91.6666666667% - 38.3333333333px);
float: left;
margin-left: 20px;
}
.grid__span-12 {
width: calc(100% - 40px);
float: left;
margin-left: 20px;
}
.grid__shift-1 {
left: calc(8.3333333333% - 21.6666666667px + 20px);
position: relative;
}
.grid__shift-2 {
left: calc(16.6666666667% - 23.3333333333px + 20px);
position: relative;
}
.grid__shift-3 {
left: calc(25% - 25px + 20px);
position: relative;
}
.grid__shift-4 {
left: calc(33.3333333333% - 26.6666666667px + 20px);
position: relative;
}
.grid__shift-5 {
left: calc(41.6666666667% - 28.3333333333px + 20px);
position: relative;
}
.grid__shift-6 {
left: calc(50% - 30px + 20px);
position: relative;
}
.grid__shift-7 {
left: calc(58.3333333333% - 31.6666666667px + 20px);
position: relative;
}
.grid__shift-8 {
left: calc(66.6666666667% - 33.3333333333px + 20px);
position: relative;
}
.grid__shift-9 {
left: calc(75% - 35px + 20px);
position: relative;
}
.grid__shift-10 {
left: calc(83.3333333333% - 36.6666666667px + 20px);
position: relative;
}
.grid__shift-11 {
left: calc(91.6666666667% - 38.3333333333px + 20px);
position: relative;
}
.grid__shift-12 {
left: calc(100% - 40px + 20px);
position: relative;
}
.grid__unshift-1 {
left: calc(-8.3333333333% - 18.3333333333px + 20px);
position: relative;
}
.grid__unshift-2 {
left: calc(-16.6666666667% - 16.6666666667px + 20px);
position: relative;
}
.grid__unshift-3 {
left: calc(-25% - 15px + 20px);
position: relative;
}
.grid__unshift-4 {
left: calc(-33.3333333333% - 13.3333333333px + 20px);
position: relative;
}
.grid__unshift-5 {
left: calc(-41.6666666667% - 11.6666666667px + 20px);
position: relative;
}
.grid__unshift-6 {
left: calc(-50% - 10px + 20px);
position: relative;
}
.grid__unshift-7 {
left: calc(-58.3333333333% - 8.3333333333px + 20px);
position: relative;
}
.grid__unshift-8 {
left: calc(-66.6666666667% - 6.6666666667px + 20px);
position: relative;
}
.grid__unshift-9 {
left: calc(-75% - 5px + 20px);
position: relative;
}
.grid__unshift-10 {
left: calc(-83.3333333333% - 3.3333333333px + 20px);
position: relative;
}
.grid__unshift-11 {
left: calc(-91.6666666667% - 1.6666666667px + 20px);
position: relative;
}
.grid__unshift-12 {
left: calc(-100% - 0px + 20px);
position: relative;
}
.grid__push-1 {
margin-left: calc(8.3333333333% - 21.6666666667px + 40px);
}
.grid__push-2 {
margin-left: calc(16.6666666667% - 23.3333333333px + 40px);
}
.grid__push-3 {
margin-left: calc(25% - 25px + 40px);
}
.grid__push-4 {
margin-left: calc(33.3333333333% - 26.6666666667px + 40px);
}
.grid__push-5 {
margin-left: calc(41.6666666667% - 28.3333333333px + 40px);
}
.grid__push-6 {
margin-left: calc(50% - 30px + 40px);
}
.grid__push-7 {
margin-left: calc(58.3333333333% - 31.6666666667px + 40px);
}
.grid__push-8 {
margin-left: calc(66.6666666667% - 33.3333333333px + 40px);
}
.grid__push-9 {
margin-left: calc(75% - 35px + 40px);
}
.grid__push-10 {
margin-left: calc(83.3333333333% - 36.6666666667px + 40px);
}
.grid__push-11 {
margin-left: calc(91.6666666667% - 38.3333333333px + 40px);
}
.grid__push-12 {
margin-left: calc(100% - 40px + 40px);
}
.grid__pull-1 {
margin-left: calc(-8.3333333333% - 18.3333333333px + 40px);
}
.grid__pull-2 {
margin-left: calc(-16.6666666667% - 16.6666666667px + 40px);
}
.grid__pull-3 {
margin-left: calc(-25% - 15px + 40px);
}
.grid__pull-4 {
margin-left: calc(-33.3333333333% - 13.3333333333px + 40px);
}
.grid__pull-5 {
margin-left: calc(-41.6666666667% - 11.6666666667px + 40px);
}
.grid__pull-6 {
margin-left: calc(-50% - 10px + 40px);
}
.grid__pull-7 {
margin-left: calc(-58.3333333333% - 8.3333333333px + 40px);
}
.grid__pull-8 {
margin-left: calc(-66.6666666667% - 6.6666666667px + 40px);
}
.grid__pull-9 {
margin-left: calc(-75% - 5px + 40px);
}
.grid__pull-10 {
margin-left: calc(-83.3333333333% - 3.3333333333px + 40px);
}
.grid__pull-11 {
margin-left: calc(-91.6666666667% - 1.6666666667px + 40px);
}
.grid__pull-12 {
margin-left: calc(-100% - 0px + 40px);
}
.grid--collapse {
margin-left: -0.00001px;
margin-right: -0.00001px;
width: calc(100% + 0.00002px);
}
.grid--collapse > .grid__span-1 {
width: calc(8.3333333333% - 0.0000108333px);
float: left;
margin-left: 0.00001px;
}
.grid--collapse > .grid__span-2 {
width: calc(16.6666666667% - 0.0000116667px);
float: left;
margin-left: 0.00001px;
}
.grid--collapse > .grid__span-3 {
width: calc(25% - 0.0000125px);
float: left;
margin-left: 0.00001px;
}
.grid--collapse > .grid__span-4 {
width: calc(33.3333333333% - 0.0000133333px);
float: left;
margin-left: 0.00001px;
}
.grid--collapse > .grid__span-5 {
width: calc(41.6666666667% - 0.0000141667px);
float: left;
margin-left: 0.00001px;
}
.grid--collapse > .grid__span-6 {
width: calc(50% - 0.000015px);
float: left;
margin-left: 0.00001px;
}
.grid--collapse > .grid__span-7 {
width: calc(58.3333333333% - 0.0000158333px);
float: left;
margin-left: 0.00001px;
}
.grid--collapse > .grid__span-8 {
width: calc(66.6666666667% - 0.0000166667px);
float: left;
margin-left: 0.00001px;
}
.grid--collapse > .grid__span-9 {
width: calc(75% - 0.0000175px);
float: left;
margin-left: 0.00001px;
}
.grid--collapse > .grid__span-10 {
width: calc(83.3333333333% - 0.0000183333px);
float: left;
margin-left: 0.00001px;
}
.grid--collapse > .grid__span-11 {
width: calc(91.6666666667% - 0.0000191667px);
float: left;
margin-left: 0.00001px;
}
.grid--collapse > .grid__span-12 {
width: calc(100% - 0.00002px);
float: left;
margin-left: 0.00001px;
}
.grid--collapse > .grid__shift-1 {
left: calc(8.3333333333% - 0.0000108333px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__shift-2 {
left: calc(16.6666666667% - 0.0000116667px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__shift-3 {
left: calc(25% - 0.0000125px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__shift-4 {
left: calc(33.3333333333% - 0.0000133333px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__shift-5 {
left: calc(41.6666666667% - 0.0000141667px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__shift-6 {
left: calc(50% - 0.000015px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__shift-7 {
left: calc(58.3333333333% - 0.0000158333px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__shift-8 {
left: calc(66.6666666667% - 0.0000166667px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__shift-9 {
left: calc(75% - 0.0000175px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__shift-10 {
left: calc(83.3333333333% - 0.0000183333px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__shift-11 {
left: calc(91.6666666667% - 0.0000191667px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__shift-12 {
left: calc(100% - 0.00002px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__unshift-1 {
left: calc(-8.3333333333% - 0.0000091667px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__unshift-2 {
left: calc(-16.6666666667% - 0.0000083333px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__unshift-3 {
left: calc(-25% - 0.0000075px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__unshift-4 {
left: calc(-33.3333333333% - 0.0000066667px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__unshift-5 {
left: calc(-41.6666666667% - 0.0000058333px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__unshift-6 {
left: calc(-50% - 0.000005px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__unshift-7 {
left: calc(-58.3333333333% - 0.0000041667px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__unshift-8 {
left: calc(-66.6666666667% - 0.0000033333px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__unshift-9 {
left: calc(-75% - 0.0000025px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__unshift-10 {
left: calc(-83.3333333333% - 0.0000016667px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__unshift-11 {
left: calc(-91.6666666667% - 8.3333333333px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__unshift-12 {
left: calc(-100% - 0px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__push-1 {
margin-left: calc(8.3333333333% - 0.0000108333px + 0.00002px);
}
.grid--collapse > .grid__push-2 {
margin-left: calc(16.6666666667% - 0.0000116667px + 0.00002px);
}
.grid--collapse > .grid__push-3 {
margin-left: calc(25% - 0.0000125px + 0.00002px);
}
.grid--collapse > .grid__push-4 {
margin-left: calc(33.3333333333% - 0.0000133333px + 0.00002px);
}
.grid--collapse > .grid__push-5 {
margin-left: calc(41.6666666667% - 0.0000141667px + 0.00002px);
}
.grid--collapse > .grid__push-6 {
margin-left: calc(50% - 0.000015px + 0.00002px);
}
.grid--collapse > .grid__push-7 {
margin-left: calc(58.3333333333% - 0.0000158333px + 0.00002px);
}
.grid--collapse > .grid__push-8 {
margin-left: calc(66.6666666667% - 0.0000166667px + 0.00002px);
}
.grid--collapse > .grid__push-9 {
margin-left: calc(75% - 0.0000175px + 0.00002px);
}
.grid--collapse > .grid__push-10 {
margin-left: calc(83.3333333333% - 0.0000183333px + 0.00002px);
}
.grid--collapse > .grid__push-11 {
margin-left: calc(91.6666666667% - 0.0000191667px + 0.00002px);
}
.grid--collapse > .grid__push-12 {
margin-left: calc(100% - 0.00002px + 0.00002px);
}
.grid--collapse > .grid__pull-1 {
margin-left: calc(-8.3333333333% - 0.0000091667px + 0.00002px);
}
.grid--collapse > .grid__pull-2 {
margin-left: calc(-16.6666666667% - 0.0000083333px + 0.00002px);
}
.grid--collapse > .grid__pull-3 {
margin-left: calc(-25% - 0.0000075px + 0.00002px);
}
.grid--collapse > .grid__pull-4 {
margin-left: calc(-33.3333333333% - 0.0000066667px + 0.00002px);
}
.grid--collapse > .grid__pull-5 {
margin-left: calc(-41.6666666667% - 0.0000058333px + 0.00002px);
}
.grid--collapse > .grid__pull-6 {
margin-left: calc(-50% - 0.000005px + 0.00002px);
}
.grid--collapse > .grid__pull-7 {
margin-left: calc(-58.3333333333% - 0.0000041667px + 0.00002px);
}
.grid--collapse > .grid__pull-8 {
margin-left: calc(-66.6666666667% - 0.0000033333px + 0.00002px);
}
.grid--collapse > .grid__pull-9 {
margin-left: calc(-75% - 0.0000025px + 0.00002px);
}
.grid--collapse > .grid__pull-10 {
margin-left: calc(-83.3333333333% - 0.0000016667px + 0.00002px);
}
.grid--collapse > .grid__pull-11 {
margin-left: calc(-91.6666666667% - 8.3333333333px + 0.00002px);
}
.grid--collapse > .grid__pull-12 {
margin-left: calc(-100% - 0px + 0.00002px);
}
@media screen and (max-width: 767px) {
.grid--break-mobile {
margin-left: 0;
margin-right: 0;
width: 100%;
}
.grid--break-mobile > .grid__span-1 {
float: none;
margin: 0;
position: static;
width: 100%;
}
.grid--break-mobile > .grid__span-2 {
float: none;
margin: 0;
position: static;
width: 100%;
}
.grid--break-mobile > .grid__span-3 {
float: none;
margin: 0;
position: static;
width: 100%;
}
.grid--break-mobile > .grid__span-4 {
float: none;
margin: 0;
position: static;
width: 100%;
}
.grid--break-mobile > .grid__span-5 {
float: none;
margin: 0;
position: static;
width: 100%;
}
.grid--break-mobile > .grid__span-6 {
float: none;
margin: 0;
position: static;
width: 100%;
}
.grid--break-mobile > .grid__span-7 {
float: none;
margin: 0;
position: static;
width: 100%;
}
.grid--break-mobile > .grid__span-8 {
float: none;
margin: 0;
position: static;
width: 100%;
}
.grid--break-mobile > .grid__span-9 {
float: none;
margin: 0;
position: static;
width: 100%;
}
.grid--break-mobile > .grid__span-10 {
float: none;
margin: 0;
position: static;
width: 100%;
}
.grid--break-mobile > .grid__span-11 {
float: none;
margin: 0;
position: static;
width: 100%;
}
.grid--break-mobile > .grid__span-12 {
float: none;
margin: 0;
position: static;
width: 100%;
}
}
/**
* Label
*/
.label {
color: #fff;
background-color: #555A5D;
display: inline-block;
border-radius: 2px;
padding-left: 0.5em;
padding-right: 0.5em;
white-space: nowrap;
}
.label--primary {
background-color: #00abd3;
}
.label--success {
background-color: #00b100;
}
.label--warning {
background-color: #ff8a00;
}
.label--danger {
background-color: #d50000;
}
/*
* Menu
*/
.menu {
background-color: #E5EBED;
background-color: var(--menu_background_color, #E5EBED);
}
.menu__container {
padding: 0;
}
@media screen and (max-width: 1023px) {
.menu__container {
background-color: #E5EBED;
background-color: var(--menu_background_color_mobile, #E5EBED);
position: fixed;
z-index: 10;
top: 0;
left: -100%;
width: 100%;
height: 100%;
transition: left 0.4s ease-in;
overflow-y: scroll;
}
.menu__container .menu__item {
float: none;
}
.menu__container .menu__sub-nav {
position: static;
}
}
@media screen and (max-width: 1023px) {
.menu__container--mobile-right {
left: 100%;
}
}
.menu__container--mobile-active {
left: 0;
}
.menu__container:after {
content: "";
display: block;
clear: both;
}
.menu__item {
position: relative;
display: block;
float: left;
}
.menu__item--open {
display: inline-block;
}
@media screen and (min-width: 1024px) {
.menu__item--open {
display: none;
}
}
.menu__item--open-right {
float: right;
}
@media screen and (min-width: 1024px) {
.menu__item--close {
display: none;
}
}
.menu__item--close-right {
text-align: right;
}
.menu__item--sub-nav:hover .menu__sub-nav {
display: block;
}
.menu__sub-nav {
padding: 0;
display: none;
position: absolute;
width: auto;
background-color: #E5EBED;
background-color: var(--menu_background_color_mobile, #E5EBED);
z-index: 10;
}
@media screen and (min-width: 1024px) {
.menu__sub-nav {
background-color: #E5EBED;
background-color: var(--menu_background_color, #E5EBED);
min-width: 180px;
}
}
.menu__sub-nav .menu__item {
float: none;
}
.menu:after {
content: "";
display: block;
clear: both;
}
@media screen and (min-width: 1024px) {
.menu-item--right {
float: right;
}
.menu-item--right .menu__sub-nav {
right: 0;
}
}
.menu-item:hover {
background-color: #D0D5D7;
background-color: var(--menu_link_background_color_active, #D0D5D7);
}
@media screen and (max-width: 1023px) {
.menu-item:hover {
background-color: #D0D5D7;
background-color: var(--menu_link_background_color_active_mobile, #D0D5D7);
}
}
.menu-item__link {
position: relative;
background-color: transparent;
background-color: var(--menu_link_background_color, transparent);
color: #111315;
color: var(--menu_link_color, #111315);
display: block;
padding: 1rem 1rem;
}
@media screen and (max-width: 1023px) {
.menu-item__link {
background-color: transparent;
background-color: var(--menu_link_background_color_mobile, transparent);
}
}
.menu-item__link:hover {
background-color: #D0D5D7;
background-color: var(--menu_link_background_color_hover, #D0D5D7);
}
@media screen and (max-width: 1023px) {
.menu-item__link:hover {
background-color: #D0D5D7;
background-color: var(--menu_link_background_color_hover_mobile, #D0D5D7);
}
}
.menu-item__link--active {
background-color: #D0D5D7;
background-color: var(--menu_link_background_color_active, #D0D5D7);
}
.menu-item__link--drop-arrow:after {
border-style: solid;
height: 0;
width: 0;
border-color: #111315 transparent transparent;
border-width: 4px 4px 0;
border-style: solid;
height: 0;
width: 0;
border-color: var(--menu_link_color, #111315) transparent transparent;
border-width: 4px 4px 0;
content: "";
display: inline-block;
top: -0.25rem;
position: relative;
margin-left: 0.5rem;
}
/**
* Table
*
*/
.table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}
.table td.span-1, .table th.span-1 {
width: 8.3333333333%;
}
.table td.span-2, .table th.span-2 {
width: 16.6666666667%;
}
.table td.span-3, .table th.span-3 {
width: 25%;
}
.table td.span-4, .table th.span-4 {
width: 33.3333333333%;
}
.table td.span-5, .table th.span-5 {
width: 41.6666666667%;
}
.table td.span-6, .table th.span-6 {
width: 50%;
}
.table td.span-7, .table th.span-7 {
width: 58.3333333333%;
}
.table td.span-8, .table th.span-8 {
width: 66.6666666667%;
}
.table td.span-9, .table th.span-9 {
width: 75%;
}
.table td.span-10, .table th.span-10 {
width: 83.3333333333%;
}
.table td.span-11, .table th.span-11 {
width: 91.6666666667%;
}
.table td.span-12, .table th.span-12 {
width: 100%;
}
.table--clickable > thead > tr > td:hover, .table--clickable > tbody > tr > td:hover, .table--clickable > tfoot > tr > td:hover {
cursor: pointer;
}
@media screen and (max-width: 767px) {
.table--stack-mobile > thead {
display: none;
}
.table--stack-mobile > thead > tr, .table--stack-mobile > tbody > tr, .table--stack-mobile > tfoot > tr {
display: block;
margin-bottom: 1rem;
margin-left: 1rem;
margin-right: 1rem;
border: 1px solid #D0D5D7;
border-bottom: none;
border-radius: 2px;
}
.table--stack-mobile > thead > tr > th, .table--stack-mobile > tbody > tr > th, .table--stack-mobile > tfoot > tr > th {
display: none;
}
.table--stack-mobile > thead > tr > td, .table--stack-mobile > tbody > tr > td, .table--stack-mobile > tfoot > tr > td {
display: block;
text-align: right;
}
.table--stack-mobile > thead > tr > td:before, .table--stack-mobile > tbody > tr > td:before, .table--stack-mobile > tfoot > tr > td:before {
display: block;
float: left;
font-weight: 700;
content: attr(data-header);
}
}
.table--striped > thead > tr:nth-child(odd) > td, .table--striped > tbody > tr:nth-child(odd) > td, .table--striped > tfoot > tr:nth-child(odd) > td {
background-color: #f3f4f7;
}
.table > thead > tr, .table > tbody > tr, .table > tfoot > tr {
background-color: #fff;
}
.table > thead > tr:hover > td, .table > thead > tr:active > td, .table > thead > tr:focus > td, .table > tbody > tr:hover > td, .table > tbody > tr:active > td, .table > tbody > tr:focus > td, .table > tfoot > tr:hover > td, .table > tfoot > tr:active > td, .table > tfoot > tr:focus > td {
background-color: #e6e8ec;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
background-color: #eef0f5;
padding: 0.5rem 1rem;
font-weight: 500;
text-align: left;
transition: background-color 0.2s ease;
}
.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
padding: 0.5rem 1rem;
border-bottom: 1px solid #D0D5D7;
background-color: #ffffff;
}
.table > thead > th {
padding: 1rem 1rem;
}
.table > tfoot > th {
padding: 1rem 1rem;
}
/*
* Tag label with close button
*/
.tag {
color: #fff;
background-color: #555A5D;
display: inline-block;
border-radius: 2px;
padding-left: 0.5em;
padding-right: 0.5em;
white-space: nowrap;
margin-right: 0.5em;
padding-right: 0;
}
.tag__clear {
background-color: rgba(0, 0, 0, 0.3);
border: none;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
color: #fff;
display: inline-block;
margin-left: 0.5em;
min-width: 1.5em;
text-align: center;
}
.tag__clear:hover {
background-color: rgba(0, 0, 0, 0.5);
}
.tag__category {
background-color: rgba(255, 255, 255, 0.1);
border-right: 1px solid rgba(0, 0, 0, 0.25);
display: inline-block;
margin-left: -0.5em;
margin-right: 0.5em;
padding-left: 0.5em;
padding-right: 0.5em;
}
@media screen and (min-width: 768px) {
.tabs__nav {
display: flex;
justify-content: flex-start;
}
}
@media screen and (min-width: 768px) {
.tabs--borderless .tabs__nav {
margin: 0 1rem;
}
}
@media screen and (max-width: 767px) {
.tabs--borderless .tab__label {
border-left: none;
border-right: none;
}
}
.tabs--borderless .tab__panel {
border-bottom: none;
border-left: none;
border-right: none;
background-color: #fff;
}
@media screen and (max-width: 767px) {
.dialog .tabs .tab__label {
margin-bottom: 0;
position: relative;
}
.dialog .tabs .tab__label::after {
content: "";
position: absolute;
pointer-events: none;
right: calc(1rem + 2px);
top: 50%;
margin-top: -4px;
border-style: solid;
height: 0;
width: 0;
border-color: transparent transparent transparent #111315;
border-width: 5px 0 5px 5px;
}
.dialog .tabs .tab__label--active::after {
right: 1rem;
border-style: solid;
height: 0;
width: 0;
border-color: #111315 transparent transparent;
border-width: 5px 5px 0;
}
.dialog .tabs .tab__label:first-child {
border-top: none;
}
.dialog .tabs .tab__label:last-child {
border-right: none;
}
}
@media screen and (min-width: 768px) {
.dialog .tabs {
margin-top: 1rem;
}
}
.tab--active .tab__panel {
display: block;
}
.tab__label {
background-color: #eef2f3;
border-left: 1px solid #D0D5D7;
border-right: 1px solid #D0D5D7;
border-top: 1px solid #D0D5D7;
color: #555A5D;
display: block;
padding: 0.5rem 1rem;
transition: background-color 0.2s ease;
}
@media screen and (min-width: 768px) {
.tab__label {
border-right: none;
padding: 1rem;
}
}
.tab__label:hover {
background-color: #E5EBED;
}
.tab__label:last-child {
border-right: 1px solid #D0D5D7;
}
.tab__label--active {
background-color: #fff;
color: #111315;
margin-bottom: -1px;
}
.tab__label--active:hover {
background-color: #fff;
}
.tab__panel {
border: 1px solid #D0D5D7;
display: none;
}
.tab__panel--active {
display: block;
}
.tab__panel--padded {
padding: 1rem;
}
@media screen and (min-width: 768px) {
.tab__panel--padded {
padding-left: 2rem;
padding-right: 2rem;
}
}
/**
* Tooltip
*/
.tooltip {
position: relative;
}
.tooltip:before {
background-color: rgba(0, 0, 0, 0.75);
padding: 0.5rem 0.7142857143rem;
border-radius: 2px;
white-space: nowrap;
content: attr(data-tooltip);
color: #fff;
text-transform: none;
z-index: 99;
}
.tooltip:after {
z-index: 99;
}
.tooltip:before, .tooltip:after {
position: absolute;
visibility: hidden;
opacity: 0;
pointer-events: none;
transform: translate3d(0, 0, 0);
transition: all 0.3s ease-in-out;
}
.tooltip:hover:before, .tooltip:hover:after {
visibility: visible;
opacity: 1;
}
.tooltip--top-left:before {
bottom: 100%;
left: 0;
}
.tooltip--top-left:after {
top: 0;
left: 1rem;
content: "";
border-style: solid;
height: 0;
width: 0;
border-color: rgba(0, 0, 0, 0.75) transparent transparent;
border-width: 5px 5px 0;
}
.tooltip--top-left:hover:before, .tooltip--top-left:hover:after {
transform: translateY(-6px);
}
.tooltip--bottom-left:before {
top: 100%;
left: 0;
}
.tooltip--bottom-left:after {
bottom: 0;
left: 1rem;
content: "";
border-style: solid;
height: 0;
width: 0;
border-color: transparent transparent rgba(0, 0, 0, 0.75);
border-width: 0 5px 5px;
}
.tooltip--bottom-left:hover:before, .tooltip--bottom-left:hover:after {
transform: translateY(6px);
}
.tooltip--top-right:before {
bottom: 100%;
right: 0;
}
.tooltip--top-right:after {
top: 0;
right: 1rem;
content: "";
border-style: solid;
height: 0;
width: 0;
border-color: rgba(0, 0, 0, 0.75) transparent transparent;
border-width: 5px 5px 0;
}
.tooltip--top-right:hover:before, .tooltip--top-right:hover:after {
transform: translateY(-6px);
}
.tooltip--bottom-right:before {
top: 100%;
right: 0;
}
.tooltip--bottom-right:after {
bottom: 0;
right: 1rem;
content: "";
border-style: solid;
height: 0;
width: 0;
border-color: transparent transparent rgba(0, 0, 0, 0.75);
border-width: 0 5px 5px;
}
.tooltip--bottom-right:hover:before, .tooltip--bottom-right:hover:after {
transform: translateY(6px);
}
.tooltip--top-center:before {
bottom: 100%;
left: 50%;
transform: translateX(-50%);
}
.tooltip--top-center:after {
top: 0;
left: 50%;
transform: translateX(-50%);
content: "";
border-style: solid;
height: 0;
width: 0;
border-color: rgba(0, 0, 0, 0.75) transparent transparent;
border-width: 5px 5px 0;
}
.tooltip--top-center:hover:before, .tooltip--top-center:hover:after {
transform: translate3d(-50%, -6px, 0);
}
.tooltip--bottom-center:before {
top: 100%;
left: 50%;
transform: translateX(-50%);
}
.tooltip--bottom-center:after {
bottom: 0;
left: 50%;
transform: translateX(-50%);
content: "";
border-style: solid;
height: 0;
width: 0;
border-color: transparent transparent rgba(0, 0, 0, 0.75);
border-width: 0 5px 5px;
}
.tooltip--bottom-center:hover:before, .tooltip--bottom-center:hover:after {
transform: translate3d(-50%, 6px, 0);
}
.tooltip--small:hover:before {
line-height: 1.5911911657em !important;
font-size: 0.8888888889rem !important;
top: -1.75rem;
padding: 0.25rem 0.5rem;
}
@media screen and (min-width: 768px) {
.tooltip--small:hover:before {
font-size: 0.8rem !important;
}
}
@media screen and (min-width: 1024px) {
.tooltip--small:hover:before {
font-size: 0.7501875469rem !important;
}
}
/*
* Page wrappers
*/
@media screen and (max-width: 767px) {
.wrapper {
margin: 0 2rem;
}
}
@media screen and (min-width: 768px) {
.wrapper {
margin: 0 auto;
max-width: calc(768px - 4rem);
}
}
@media screen and (min-width: 1024px) {
.wrapper {
max-width: calc(1024px - 4rem);
}
}
@media screen and (min-width: 1280px) {
.wrapper {
max-width: calc(1280px - 4rem);
}
}
/*# sourceMappingURL=sixteen.css.map */ | dist/sixteen.css | @charset "UTF-8";
/**
* Colors
*/
/**
* Typography
*/
/**
* Layout
*/
/**
* Button
*/
/**
* Dialog
*/
/**
* Breakpoints
*/
/**
* Grid
*/
/**
* Table
*/
/**
* Menu
*/
/**
* Animations
*/
/**
* Form
*/
/**
* Tabs
*/
/**
* Reset Module
*
* Created: 01-08-2013
* Author: <NAME>
* http://meyerweb.com/eric/tools/css/reset
*/
html, body {
box-sizing: border-box;
}
*, :after, :before {
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: inherit;
font-size: 100%;
vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*
* Completely hide the content using display none.
*/
.hidden {
display: none !important;
}
@media screen and (max-width: 767px) {
.hidden-mobile {
display: none !important;
}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.hidden-tablet {
display: none !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
.hidden-laptop {
display: none !important;
}
}
@media screen and (min-width: 1280px) {
.hidden-desktop {
display: none !important;
}
}
/*
* Hide for screen readers by pushing the content away from the viewport.
*/
.sr-only {
position: absolute !important;
left: -10000px !important;
top: auto !important;
width: 1px !important;
height: 1px !important;
overflow: hidden !important;
}
/*
* Alignment.
*/
.pull-left {
float: left;
}
.pull-right {
float: right;
}
/*
* Wrapping.
*/
.nowrap {
white-space: nowrap !important;
}
/**
* Text
*
*/
html {
font-size: 16px;
}
@media screen and (min-width: 768px) {
html {
font-size: 16px !important;
}
}
@media screen and (min-width: 1024px) {
html {
font-size: 16px !important;
}
}
body {
color: #444444;
font-family: "Roboto", Helvetica, sans-serif;
font-size: 100%;
font-style: normal;
font-weight: 400;
line-height: 1.5em;
}
p {
margin: 1em 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Roboto", Helvetica, sans-serif;
margin: 0.5em 0;
}
/**
* Font-calculated using type-scale 1.250 (Major Third)
* http://type-scale.com/
*/
h1 {
line-height: 1.18458672em !important;
font-size: 1.6018066406rem !important;
}
@media screen and (min-width: 768px) {
h1 {
font-size: 2.44140625rem !important;
}
}
@media screen and (min-width: 1024px) {
h1 {
font-size: 3.1573345183rem !important;
}
}
h2 {
line-height: 1.2566026159em !important;
font-size: 1.423828125rem !important;
}
@media screen and (min-width: 768px) {
h2 {
font-size: 1.953125rem !important;
}
}
@media screen and (min-width: 1024px) {
h2 {
font-size: 2.368593037rem !important;
}
}
h3 {
line-height: 1.3329966542em !important;
font-size: 1.265625rem !important;
}
@media screen and (min-width: 768px) {
h3 {
font-size: 1.5625rem !important;
}
}
@media screen and (min-width: 1024px) {
h3 {
font-size: 1.776889rem !important;
}
}
h4 {
line-height: 1.414035em !important;
font-size: 1.125rem !important;
}
@media screen and (min-width: 768px) {
h4 {
font-size: 1.25rem !important;
}
}
@media screen and (min-width: 1024px) {
h4 {
font-size: 1.333rem !important;
}
}
h5 {
line-height: 1.5em !important;
font-size: 1rem !important;
}
@media screen and (min-width: 768px) {
h5 {
font-size: 1rem !important;
}
}
@media screen and (min-width: 1024px) {
h5 {
font-size: 1rem !important;
}
}
h6 {
line-height: 1.5911911657em !important;
font-size: 0.8888888889rem !important;
}
@media screen and (min-width: 768px) {
h6 {
font-size: 0.8rem !important;
}
}
@media screen and (min-width: 1024px) {
h6 {
font-size: 0.7501875469rem !important;
}
}
small {
line-height: 1.5911911657em !important;
font-size: 0.8888888889rem !important;
color: #555A5D;
}
@media screen and (min-width: 768px) {
small {
font-size: 0.8rem !important;
}
}
@media screen and (min-width: 1024px) {
small {
font-size: 0.7501875469rem !important;
}
}
b, strong {
font-weight: 700;
}
i, em {
font-style: italic;
}
a {
color: #00abd3;
text-decoration: none;
}
a:hover, a:focus {
text-decoration: none;
}
ul,
ol {
padding-left: 2rem;
}
ul {
list-style-type: disc;
}
ol {
list-style-type: decimal;
}
figure {
margin: 2rem 0;
}
blockquote {
line-height: 1.414035em !important;
font-size: 1.125rem !important;
color: #7f878a;
font-family: Georgia, serif;
font-style: italic;
border-left: 4px solid #555A5D;
margin: 1rem 0;
padding-left: 1rem;
}
@media screen and (min-width: 768px) {
blockquote {
font-size: 1.25rem !important;
}
}
@media screen and (min-width: 1024px) {
blockquote {
font-size: 1.333rem !important;
}
}
figcaption {
padding-left: 1rem;
margin-left: 1rem;
font-family: Georgia, serif;
}
hr {
border-style: none;
border-top: 1px solid #D0D5D7;
padding: 0;
margin: 4rem 0;
}
/*
* Text styles
*/
.text-right {
text-align: right !important;
}
.text-left {
text-align: left !important;
}
.text-center {
text-align: center !important;
}
.text-justify {
text-align: justify !important;
text-justify: inter-word !important;
}
.text-strong {
font-weight: 700 !important;
}
.text-italic {
font-style: italic !important;
}
.text-cap {
font-variant: small-caps !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-lowercase {
text-transform: lowercase !important;
}
.text-capitalize {
text-transform: capitalize !important;
}
/*
* Text sizes
*/
.text-jumbo {
line-height: 1.1166980551em !important;
font-size: 1.8020324707rem !important;
}
@media screen and (min-width: 768px) {
.text-jumbo {
font-size: 3.0517578125rem !important;
}
}
@media screen and (min-width: 1024px) {
.text-jumbo {
font-size: 4.2087269129rem !important;
}
}
.text-hero {
line-height: 1.18458672em !important;
font-size: 1.6018066406rem !important;
}
@media screen and (min-width: 768px) {
.text-hero {
font-size: 2.44140625rem !important;
}
}
@media screen and (min-width: 1024px) {
.text-hero {
font-size: 3.1573345183rem !important;
}
}
.text-large {
line-height: 1.2566026159em !important;
font-size: 1.423828125rem !important;
}
@media screen and (min-width: 768px) {
.text-large {
font-size: 1.953125rem !important;
}
}
@media screen and (min-width: 1024px) {
.text-large {
font-size: 2.368593037rem !important;
}
}
.text-medium {
line-height: 1.3329966542em !important;
font-size: 1.265625rem !important;
}
@media screen and (min-width: 768px) {
.text-medium {
font-size: 1.5625rem !important;
}
}
@media screen and (min-width: 1024px) {
.text-medium {
font-size: 1.776889rem !important;
}
}
.text-emphasis {
line-height: 1.414035em !important;
font-size: 1.125rem !important;
}
@media screen and (min-width: 768px) {
.text-emphasis {
font-size: 1.25rem !important;
}
}
@media screen and (min-width: 1024px) {
.text-emphasis {
font-size: 1.333rem !important;
}
}
.text-normal {
line-height: 1.5em !important;
font-size: 1rem !important;
}
@media screen and (min-width: 768px) {
.text-normal {
font-size: 1rem !important;
}
}
@media screen and (min-width: 1024px) {
.text-normal {
font-size: 1rem !important;
}
}
.text-small {
line-height: 1.5911911657em !important;
font-size: 0.8888888889rem !important;
}
@media screen and (min-width: 768px) {
.text-small {
font-size: 0.8rem !important;
}
}
@media screen and (min-width: 1024px) {
.text-small {
font-size: 0.7501875469rem !important;
}
}
.text-micro {
line-height: 1.6879262172em !important;
font-size: 0.7901234568rem !important;
}
@media screen and (min-width: 768px) {
.text-micro {
font-size: 0.64rem !important;
}
}
@media screen and (min-width: 1024px) {
.text-micro {
font-size: 0.5627813555rem !important;
}
}
/*
* Text colours
*/
.text-default {
color: #444444 !important;
}
.text-cyan {
color: #00abd3 !important;
}
.text-red {
color: #d50000 !important;
}
.text-green {
color: #00b100 !important;
}
.text-orange {
color: #ff8a00 !important;
}
.text-grey--dark {
color: #111315 !important;
}
.text-grey {
color: #7f878a !important;
}
.text-grey--medium {
color: #555A5D !important;
}
.text-grey--light {
color: #D0D5D7 !important;
}
.text-grey--lighter {
color: #E5EBED !important;
}
.text-white {
color: #fff !important;
}
/** ---- FORM ----
* CSS styles for alerts.
*
*/
.alert {
background-color: #d3f7ff;
color: #0082a0;
border-radius: 2px;
padding: 1rem 1rem;
margin-bottom: 1rem;
}
.alert--error {
background-color: #ffd5d5;
color: #a20000;
}
.alert--success {
background-color: #daffda;
color: #007e00;
}
.alert--warning {
background-color: #ffecd6;
color: #cc6e00;
}
.alert a {
color: inherit;
text-decoration: underline;
}
@-webkit-keyframes rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.loader {
display: inline-block;
height: 1rem;
width: 1rem;
border-radius: 100%;
border: 2px solid #7f878a;
border-bottom-color: transparent;
background: transparent !important;
animation: rotate 1s 0s linear infinite;
}
.loader--primary {
border-color: #00abd3;
border-bottom-color: transparent;
}
.loader--create {
border-color: #00b100;
border-bottom-color: transparent;
}
.loader--change {
border-color: #ff8a00;
border-bottom-color: transparent;
}
.loader--delete {
border-color: #d50000;
border-bottom-color: transparent;
}
.loader--large {
height: 2rem;
width: 2rem;
}
.loader--small {
height: 0.75rem;
width: 0.75rem;
}
.badge {
line-height: 1.5911911657em !important;
font-size: 0.8888888889rem !important;
color: #fff;
background-color: #7f878a;
display: inline-block;
border-radius: 0.7955955829em;
padding-left: 0.5em;
padding-right: 0.5em;
white-space: nowrap;
position: relative;
}
@media screen and (min-width: 768px) {
.badge {
font-size: 0.8rem !important;
}
}
@media screen and (min-width: 1024px) {
.badge {
font-size: 0.7501875469rem !important;
}
}
.badge--primary {
background-color: #00abd3;
}
.badge--success {
background-color: #00b100;
}
.badge--warning {
background-color: #ff8a00;
}
.badge--danger {
background-color: #d50000;
}
/**
* Btn - Standard button mixin.
*/
/**
* Btn - Standard button component style.
*/
.btn, .form__control input[type=file] {
line-height: 1.5em !important;
font-size: 1rem !important;
cursor: pointer;
display: inline-block;
position: relative;
box-sizing: border-box;
outline: none;
vertical-align: middle;
background-color: #666;
border: 2px solid #666;
color: #fff;
padding: calc(0.5rem - 1px) 1rem;
font-family: "Roboto", Helvetica, sans-serif;
font-style: normal;
text-align: center;
font-weight: 400;
text-decoration: none;
border-radius: 2px;
user-select: none;
transition: background 0.4s ease, border-color 0.4s ease;
}
@media screen and (min-width: 768px) {
.btn, .form__control input[type=file] {
font-size: 1rem !important;
}
}
@media screen and (min-width: 1024px) {
.btn, .form__control input[type=file] {
font-size: 1rem !important;
}
}
.btn:hover, .form__control input[type=file]:hover {
background-color: #6e6e6e;
text-decoration: none;
color: #fff;
}
.btn:active, .form__control input[type=file]:active, .btn:focus, .form__control input[type=file]:focus {
background-color: #5e5e5e;
color: #fff;
}
.btn[disabled], .form__control input[disabled][type=file] {
opacity: 0.5;
cursor: auto;
cursor: not-allowed;
}
.btn.btn--outline, .form__control input.btn--outline[type=file] {
background-color: transparent;
border-color: #7f878a;
color: #7f878a;
}
.btn.btn--outline:hover, .form__control input.btn--outline[type=file]:hover {
background-color: #7f878a;
border-color: #7f878a;
color: #fff;
}
.btn.btn--outline:focus, .form__control input.btn--outline[type=file]:focus, .btn.btn--outline:active, .form__control input.btn--outline[type=file]:active {
background-color: #6b7275;
border-color: #6b7275;
color: #fff;
}
.btn.btn--outline[disabled]:hover, .form__control input.btn--outline[disabled][type=file]:hover, .btn.btn--outline[disabled]:focus, .form__control input.btn--outline[disabled][type=file]:focus {
background-color: transparent;
border-color: #7f878a;
color: #7f878a;
}
.btn.btn--outline.btn--loading, .form__control input.btn--outline.btn--loading[type=file] {
color: transparent;
}
.btn.btn--outline.btn--loading:before, .form__control input.btn--outline.btn--loading[type=file]:before {
border-top-color: #7f878a;
border-left-color: #7f878a;
border-right-color: #7f878a;
}
.btn.btn--outline.btn--loading:hover:before, .form__control input.btn--outline.btn--loading[type=file]:hover:before {
border-top-color: #fff;
border-left-color: #fff;
border-right-color: #fff;
}
.btn.btn--link, .form__control input.btn--link[type=file] {
border-color: transparent;
background-color: transparent;
color: #7f878a;
padding-left: 0;
padding-right: 0;
}
.btn.btn--link:hover, .form__control input.btn--link[type=file]:hover {
background-color: transparent;
color: #6b7275;
}
.btn.btn--link:focus, .form__control input.btn--link[type=file]:focus, .btn.btn--link:active, .form__control input.btn--link[type=file]:active {
background-color: transparent;
color: #61686a;
}
.btn.btn--link:after, .form__control input.btn--link[type=file]:after {
background: #7f878a;
}
.btn.btn--link:hover:after, .form__control input.btn--link[type=file]:hover:after, .btn.btn--link:focus:after, .form__control input.btn--link[type=file]:focus:after {
background: #6b7275;
}
.btn.btn--link[disabled]:hover, .form__control input.btn--link[disabled][type=file]:hover, .btn.btn--link[disabled]:focus, .form__control input.btn--link[disabled][type=file]:focus {
background-color: transparent;
border-color: transparent;
color: #7f878a;
}
.btn.btn--link.btn--loading, .form__control input.btn--link.btn--loading[type=file] {
color: transparent;
}
.btn.btn--link.btn--loading:before, .form__control input.btn--link.btn--loading[type=file]:before {
border-top-color: #7f878a;
border-left-color: #7f878a;
border-right-color: #7f878a;
}
.btn.btn--link.btn--loading:hover:before, .form__control input.btn--link.btn--loading[type=file]:hover:before {
border-top-color: #6b7275;
border-left-color: #6b7275;
border-right-color: #6b7275;
}
.btn--primary {
background: #00abd3;
border-color: #00abd3;
color: #fff;
}
.btn--primary:hover {
background: #008aaa;
border-color: #008aaa;
color: #fff;
}
.btn--primary:focus, .btn--primary:active {
background: #007996;
border-color: #007996;
color: #fff;
}
.btn--primary[disabled] {
background: #00abd3;
border-color: #00abd3;
color: #fff;
}
.btn--primary[disabled]:hover, .btn--primary[disabled]:focus {
background-color: #00abd3;
border-color: #00abd3;
color: #fff;
}
.btn--primary.btn--loading {
color: transparent;
}
.btn--primary.btn--outline {
background-color: transparent;
border-color: #00abd3;
color: #00abd3;
}
.btn--primary.btn--outline:hover {
background-color: #00abd3;
border-color: #00abd3;
color: #fff;
}
.btn--primary.btn--outline:focus, .btn--primary.btn--outline:active {
background-color: #008aaa;
border-color: #008aaa;
color: #fff;
}
.btn--primary.btn--outline[disabled]:hover, .btn--primary.btn--outline[disabled]:focus {
background-color: transparent;
border-color: #00abd3;
color: #00abd3;
}
.btn--primary.btn--outline.btn--loading {
color: transparent;
}
.btn--primary.btn--outline.btn--loading:before {
border-top-color: #00abd3;
border-left-color: #00abd3;
border-right-color: #00abd3;
}
.btn--primary.btn--outline.btn--loading:hover:before {
border-top-color: #fff;
border-left-color: #fff;
border-right-color: #fff;
}
.btn--primary.btn--link {
border-color: transparent;
background-color: transparent;
color: #00abd3;
padding-left: 0;
padding-right: 0;
}
.btn--primary.btn--link:hover {
background-color: transparent;
color: #008aaa;
}
.btn--primary.btn--link:focus, .btn--primary.btn--link:active {
background-color: transparent;
color: #007996;
}
.btn--primary.btn--link:after {
background: #00abd3;
}
.btn--primary.btn--link:hover:after, .btn--primary.btn--link:focus:after {
background: #008aaa;
}
.btn--primary.btn--link[disabled]:hover, .btn--primary.btn--link[disabled]:focus {
background-color: transparent;
border-color: transparent;
color: #00abd3;
}
.btn--primary.btn--link.btn--loading {
color: transparent;
}
.btn--primary.btn--link.btn--loading:before {
border-top-color: #00abd3;
border-left-color: #00abd3;
border-right-color: #00abd3;
}
.btn--primary.btn--link.btn--loading:hover:before {
border-top-color: #008aaa;
border-left-color: #008aaa;
border-right-color: #008aaa;
}
.btn--create {
background: #00b100;
border-color: #00b100;
color: #fff;
}
.btn--create:hover {
background: #008800;
border-color: #008800;
color: #fff;
}
.btn--create:focus, .btn--create:active {
background: #007400;
border-color: #007400;
color: #fff;
}
.btn--create[disabled] {
background: #00b100;
border-color: #00b100;
color: #fff;
}
.btn--create[disabled]:hover, .btn--create[disabled]:focus {
background-color: #00b100;
border-color: #00b100;
color: #fff;
}
.btn--create.btn--loading {
color: transparent;
}
.btn--create.btn--outline {
background-color: transparent;
border-color: #00b100;
color: #00b100;
}
.btn--create.btn--outline:hover {
background-color: #00b100;
border-color: #00b100;
color: #fff;
}
.btn--create.btn--outline:focus, .btn--create.btn--outline:active {
background-color: #008800;
border-color: #008800;
color: #fff;
}
.btn--create.btn--outline[disabled]:hover, .btn--create.btn--outline[disabled]:focus {
background-color: transparent;
border-color: #00b100;
color: #00b100;
}
.btn--create.btn--outline.btn--loading {
color: transparent;
}
.btn--create.btn--outline.btn--loading:before {
border-top-color: #00b100;
border-left-color: #00b100;
border-right-color: #00b100;
}
.btn--create.btn--outline.btn--loading:hover:before {
border-top-color: #fff;
border-left-color: #fff;
border-right-color: #fff;
}
.btn--create.btn--link {
border-color: transparent;
background-color: transparent;
color: #00b100;
padding-left: 0;
padding-right: 0;
}
.btn--create.btn--link:hover {
background-color: transparent;
color: #008800;
}
.btn--create.btn--link:focus, .btn--create.btn--link:active {
background-color: transparent;
color: #007400;
}
.btn--create.btn--link:after {
background: #00b100;
}
.btn--create.btn--link:hover:after, .btn--create.btn--link:focus:after {
background: #008800;
}
.btn--create.btn--link[disabled]:hover, .btn--create.btn--link[disabled]:focus {
background-color: transparent;
border-color: transparent;
color: #00b100;
}
.btn--create.btn--link.btn--loading {
color: transparent;
}
.btn--create.btn--link.btn--loading:before {
border-top-color: #00b100;
border-left-color: #00b100;
border-right-color: #00b100;
}
.btn--create.btn--link.btn--loading:hover:before {
border-top-color: #008800;
border-left-color: #008800;
border-right-color: #008800;
}
.btn--change {
background: #ff8a00;
border-color: #ff8a00;
color: #fff;
}
.btn--change:hover {
background: #d67400;
border-color: #d67400;
color: #fff;
}
.btn--change:focus, .btn--change:active {
background: #c26900;
border-color: #c26900;
color: #fff;
}
.btn--change[disabled] {
background: #ff8a00;
border-color: #ff8a00;
color: #fff;
}
.btn--change[disabled]:hover, .btn--change[disabled]:focus {
background-color: #ff8a00;
border-color: #ff8a00;
color: #fff;
}
.btn--change.btn--loading {
color: transparent;
}
.btn--change.btn--outline {
background-color: transparent;
border-color: #ff8a00;
color: #ff8a00;
}
.btn--change.btn--outline:hover {
background-color: #ff8a00;
border-color: #ff8a00;
color: #fff;
}
.btn--change.btn--outline:focus, .btn--change.btn--outline:active {
background-color: #d67400;
border-color: #d67400;
color: #fff;
}
.btn--change.btn--outline[disabled]:hover, .btn--change.btn--outline[disabled]:focus {
background-color: transparent;
border-color: #ff8a00;
color: #ff8a00;
}
.btn--change.btn--outline.btn--loading {
color: transparent;
}
.btn--change.btn--outline.btn--loading:before {
border-top-color: #ff8a00;
border-left-color: #ff8a00;
border-right-color: #ff8a00;
}
.btn--change.btn--outline.btn--loading:hover:before {
border-top-color: #fff;
border-left-color: #fff;
border-right-color: #fff;
}
.btn--change.btn--link {
border-color: transparent;
background-color: transparent;
color: #ff8a00;
padding-left: 0;
padding-right: 0;
}
.btn--change.btn--link:hover {
background-color: transparent;
color: #d67400;
}
.btn--change.btn--link:focus, .btn--change.btn--link:active {
background-color: transparent;
color: #c26900;
}
.btn--change.btn--link:after {
background: #ff8a00;
}
.btn--change.btn--link:hover:after, .btn--change.btn--link:focus:after {
background: #d67400;
}
.btn--change.btn--link[disabled]:hover, .btn--change.btn--link[disabled]:focus {
background-color: transparent;
border-color: transparent;
color: #ff8a00;
}
.btn--change.btn--link.btn--loading {
color: transparent;
}
.btn--change.btn--link.btn--loading:before {
border-top-color: #ff8a00;
border-left-color: #ff8a00;
border-right-color: #ff8a00;
}
.btn--change.btn--link.btn--loading:hover:before {
border-top-color: #d67400;
border-left-color: #d67400;
border-right-color: #d67400;
}
.btn--cancel, .form__control input[type=file] {
background: #E5EBED;
border-color: #E5EBED;
color: #555A5D;
}
.btn--cancel:hover, .form__control input[type=file]:hover {
background: #cdd8dc;
border-color: #cdd8dc;
color: #555A5D;
}
.btn--cancel:focus, .form__control input[type=file]:focus, .btn--cancel:active, .form__control input[type=file]:active {
background: #c1cfd4;
border-color: #c1cfd4;
color: #555A5D;
}
.btn--cancel[disabled], .form__control input[disabled][type=file] {
background: #E5EBED;
border-color: #E5EBED;
color: #555A5D;
}
.btn--cancel[disabled]:hover, .form__control input[disabled][type=file]:hover, .btn--cancel[disabled]:focus, .form__control input[disabled][type=file]:focus {
background-color: #E5EBED;
border-color: #E5EBED;
color: #555A5D;
}
.btn--cancel.btn--loading, .form__control input.btn--loading[type=file] {
color: transparent;
}
.btn--cancel.btn--outline, .form__control input.btn--outline[type=file] {
background-color: transparent;
border-color: #7f878a;
color: #7f878a;
color: #7f878a;
}
.btn--cancel.btn--outline:hover, .form__control input.btn--outline[type=file]:hover {
background-color: #7f878a;
border-color: #7f878a;
color: #fff;
}
.btn--cancel.btn--outline:focus, .form__control input.btn--outline[type=file]:focus, .btn--cancel.btn--outline:active, .form__control input.btn--outline[type=file]:active {
background-color: #6b7275;
border-color: #6b7275;
color: #fff;
}
.btn--cancel.btn--outline[disabled]:hover, .form__control input.btn--outline[disabled][type=file]:hover, .btn--cancel.btn--outline[disabled]:focus, .form__control input.btn--outline[disabled][type=file]:focus {
background-color: transparent;
border-color: #7f878a;
color: #7f878a;
}
.btn--cancel.btn--outline.btn--loading, .form__control input.btn--outline.btn--loading[type=file] {
color: transparent;
}
.btn--cancel.btn--outline.btn--loading:before, .form__control input.btn--outline.btn--loading[type=file]:before {
border-top-color: #7f878a;
border-left-color: #7f878a;
border-right-color: #7f878a;
}
.btn--cancel.btn--outline.btn--loading:hover:before, .form__control input.btn--outline.btn--loading[type=file]:hover:before {
border-top-color: #fff;
border-left-color: #fff;
border-right-color: #fff;
}
.btn--cancel.btn--link, .form__control input.btn--link[type=file] {
border-color: transparent;
background-color: transparent;
color: #7f878a;
padding-left: 0;
padding-right: 0;
}
.btn--cancel.btn--link:hover, .form__control input.btn--link[type=file]:hover {
background-color: transparent;
color: #6b7275;
}
.btn--cancel.btn--link:focus, .form__control input.btn--link[type=file]:focus, .btn--cancel.btn--link:active, .form__control input.btn--link[type=file]:active {
background-color: transparent;
color: #61686a;
}
.btn--cancel.btn--link:after, .form__control input.btn--link[type=file]:after {
background: #7f878a;
}
.btn--cancel.btn--link:hover:after, .form__control input.btn--link[type=file]:hover:after, .btn--cancel.btn--link:focus:after, .form__control input.btn--link[type=file]:focus:after {
background: #6b7275;
}
.btn--cancel.btn--link[disabled]:hover, .form__control input.btn--link[disabled][type=file]:hover, .btn--cancel.btn--link[disabled]:focus, .form__control input.btn--link[disabled][type=file]:focus {
background-color: transparent;
border-color: transparent;
color: #7f878a;
}
.btn--cancel.btn--link.btn--loading, .form__control input.btn--link.btn--loading[type=file] {
color: transparent;
}
.btn--cancel.btn--link.btn--loading:before, .form__control input.btn--link.btn--loading[type=file]:before {
border-top-color: #7f878a;
border-left-color: #7f878a;
border-right-color: #7f878a;
}
.btn--cancel.btn--link.btn--loading:hover:before, .form__control input.btn--link.btn--loading[type=file]:hover:before {
border-top-color: #6b7275;
border-left-color: #6b7275;
border-right-color: #6b7275;
}
.btn--cancel.btn--loading:before, .form__control input.btn--loading[type=file]:before {
border-top-color: #7f878a;
border-left-color: #7f878a;
border-right-color: #7f878a;
}
.btn--delete {
background: #d50000;
border-color: #d50000;
color: #fff;
}
.btn--delete:hover {
background: #ac0000;
border-color: #ac0000;
color: #fff;
}
.btn--delete:focus, .btn--delete:active {
background: #980000;
border-color: #980000;
color: #fff;
}
.btn--delete[disabled] {
background: #d50000;
border-color: #d50000;
color: #fff;
}
.btn--delete[disabled]:hover, .btn--delete[disabled]:focus {
background-color: #d50000;
border-color: #d50000;
color: #fff;
}
.btn--delete.btn--loading {
color: transparent;
}
.btn--delete.btn--outline {
background-color: transparent;
border-color: #d50000;
color: #d50000;
}
.btn--delete.btn--outline:hover {
background-color: #d50000;
border-color: #d50000;
color: #fff;
}
.btn--delete.btn--outline:focus, .btn--delete.btn--outline:active {
background-color: #ac0000;
border-color: #ac0000;
color: #fff;
}
.btn--delete.btn--outline[disabled]:hover, .btn--delete.btn--outline[disabled]:focus {
background-color: transparent;
border-color: #d50000;
color: #d50000;
}
.btn--delete.btn--outline.btn--loading {
color: transparent;
}
.btn--delete.btn--outline.btn--loading:before {
border-top-color: #d50000;
border-left-color: #d50000;
border-right-color: #d50000;
}
.btn--delete.btn--outline.btn--loading:hover:before {
border-top-color: #fff;
border-left-color: #fff;
border-right-color: #fff;
}
.btn--delete.btn--link {
border-color: transparent;
background-color: transparent;
color: #d50000;
padding-left: 0;
padding-right: 0;
}
.btn--delete.btn--link:hover {
background-color: transparent;
color: #ac0000;
}
.btn--delete.btn--link:focus, .btn--delete.btn--link:active {
background-color: transparent;
color: #980000;
}
.btn--delete.btn--link:after {
background: #d50000;
}
.btn--delete.btn--link:hover:after, .btn--delete.btn--link:focus:after {
background: #ac0000;
}
.btn--delete.btn--link[disabled]:hover, .btn--delete.btn--link[disabled]:focus {
background-color: transparent;
border-color: transparent;
color: #d50000;
}
.btn--delete.btn--link.btn--loading {
color: transparent;
}
.btn--delete.btn--link.btn--loading:before {
border-top-color: #d50000;
border-left-color: #d50000;
border-right-color: #d50000;
}
.btn--delete.btn--link.btn--loading:hover:before {
border-top-color: #ac0000;
border-left-color: #ac0000;
border-right-color: #ac0000;
}
.btn--full-width {
display: block;
width: 100%;
}
.btn--round {
border-radius: 50%;
width: 3rem;
height: 3rem;
padding-left: 0;
padding-right: 0;
}
.btn--round-large {
border-radius: 50%;
width: 3.8rem;
height: 3.8rem;
padding-left: 0;
padding-right: 0;
}
.btn--large {
padding: 1rem 1.5rem;
}
.btn--small {
padding: 0 0.5rem;
}
.btn--small.btn--loading:before {
height: 12px;
width: 12px;
margin-top: -6px;
margin-left: -6px;
}
.btn--micro {
line-height: 1.5911911657em !important;
font-size: 0.8888888889rem !important;
padding: 1px 0.25rem 0 0.25rem;
}
@media screen and (min-width: 768px) {
.btn--micro {
font-size: 0.8rem !important;
}
}
@media screen and (min-width: 1024px) {
.btn--micro {
font-size: 0.7501875469rem !important;
}
}
.btn--micro.btn--loading:before {
height: 12px;
width: 12px;
margin-top: -6px;
margin-left: -6px;
}
.btn--margin-bottom {
margin-bottom: 1rem;
}
.btn--loading:before {
content: "";
display: block;
height: 24px;
width: 24px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -12px;
margin-left: -12px;
border-radius: 50%;
border: 2px solid #fff;
border-bottom-color: transparent;
background: transparent !important;
animation: rotate 1s 0s linear infinite;
}
.btn--tab {
border-radius: 2px 2px 0 0;
border-bottom: none;
margin-right: 2px;
margin-bottom: 1px;
}
.btn--tab.btn--outline {
padding-bottom: 1rem;
}
.btn-group .btn, .btn-group .form__control input[type=file], .form__control .btn-group input[type=file] {
margin-right: 1rem;
}
.btn-group .btn:last-child, .btn-group .form__control input[type=file]:last-child, .form__control .btn-group input[type=file]:last-child {
margin-right: 0;
}
.btn-group .btn--small {
margin-right: 0.5rem;
}
.datepicker {
border: 1px solid #c2c9cb;
border-radius: 2px;
background-color: #fff;
cursor: default;
user-select: none;
}
.datepicker table tr td, .datepicker table tr th {
vertical-align: middle;
}
.datepicker__day {
display: block;
color: #333;
text-decoration: none;
text-align: center;
padding: 4px 8px;
font-size: 0.9em;
}
.datepicker__day:hover {
background-color: #eee;
}
.datepicker__day--muted {
color: #999;
}
.datepicker__day--selected {
background-color: #666;
color: #fff;
}
.datepicker__day--selected:hover {
background-color: #999;
color: #fff;
}
.datepicker__day--today {
background-color: #00abd3;
color: #fff;
}
.datepicker__day--today:hover {
background-color: #666;
color: #fff;
}
.datepicker__weekday {
text-align: center;
padding: 4px 6px;
font-size: 0.9em;
border-bottom: 1px solid #f4f4f4;
color: #555A5D;
}
.datepicker__selected-date {
display: block;
text-align: center;
}
.datepicker__nav {
display: block;
text-decoration: none;
text-align: center;
color: #333;
padding: 8px 0 4px 0;
}
.datepicker__nav--previous:after {
content: "";
display: inline-block;
border-style: solid;
height: 0;
width: 0;
border-color: transparent #ccc transparent transparent;
border-width: 6px 12px 6px 0;
}
.datepicker__nav--previous:hover:after {
border-style: solid;
height: 0;
width: 0;
border-color: transparent #666 transparent transparent;
border-width: 6px 12px 6px 0;
}
.datepicker__nav--next:after {
content: "";
display: inline-block;
border-style: solid;
height: 0;
width: 0;
border-color: transparent transparent transparent #ccc;
border-width: 6px 0 6px 12px;
}
.datepicker__nav--next:hover:after {
border-style: solid;
height: 0;
width: 0;
border-color: transparent transparent transparent #666;
border-width: 6px 0 6px 12px;
}
.dialog {
display: flex;
justify-content: flex-start;
align-items: center;
flex-direction: column;
}
.dialog--small .dialog__content, .dialog--small .dialog__content--pre, .dialog--small .dialog__content--post {
max-width: 360px;
}
.dialog--large .dialog__content, .dialog--large .dialog__content--pre, .dialog--large .dialog__content--post {
max-width: 1280px;
}
.dialog--full-width .dialog__content, .dialog--full-width .dialog__content--pre, .dialog--full-width .dialog__content--post {
max-width: none;
}
.dialog--modal {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 101;
}
.dialog--modal-open {
display: flex;
}
@media screen and (min-width: 768px) {
.dialog--modal-open {
overflow-y: auto;
}
}
.dialog--modal-open:after {
content: "";
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.35);
z-index: -1;
pointer-events: none;
}
@media screen and (max-width: 767px) {
.dialog--modal .dialog__content {
display: flex;
flex-direction: column;
max-height: calc(100% - 1.33rem);
}
}
@media screen and (max-width: 767px) {
.dialog--modal .dialog__body {
overflow-y: auto;
}
}
.dialog--modal .dialog__header {
background-color: #E5EBED;
border-bottom: 1px solid #D0D5D7;
color: #111315;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.dialog--modal .dialog__footer {
background-color: #fff;
border-top: none;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
.dialog__content {
background-color: #fff;
border: 1px solid #D0D5D7;
border-radius: 2px;
width: calc(100% - 1rem);
max-width: 540px;
position: relative;
}
.dialog__content:first-child {
margin-top: 0.67rem;
}
.dialog__content:last-child {
margin-bottom: 0.67rem;
}
@media screen and (min-width: 768px) {
.dialog__content:first-child {
margin-top: 4rem;
}
.dialog__content:last-child {
margin-bottom: 4rem;
}
}
.dialog__content--pre {
border: none;
background-color: transparent;
}
@media screen and (max-width: 767px) {
.dialog__content--pre {
border-bottom: 1px solid #D0D5D7;
padding: 0 1rem;
}
}
.dialog__content--post {
border: none;
background-color: transparent;
}
.dialog__header {
background-color: #E5EBED;
border-bottom: 1px solid #D0D5D7;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
color: #111315;
position: relative;
}
.dialog__body--center {
text-align: center;
}
.dialog__footer {
background-color: #fff;
border-top: none;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
.dialog--error .dialog__content {
border: none;
}
.dialog--error .dialog__header {
background-color: #d50000;
color: #fff;
font-weight: 700;
}
.dialog--error .dialog__header .dialog-header__action-btn {
color: #fff;
}
.dialog-header__title {
line-height: 1.414035em !important;
font-size: 1.125rem !important;
}
@media screen and (min-width: 768px) {
.dialog-header__title {
font-size: 1.25rem !important;
}
}
@media screen and (min-width: 1024px) {
.dialog-header__title {
font-size: 1.333rem !important;
}
}
.dialog-header__title--center {
text-align: center;
}
.dialog-header__title--left {
text-align: left;
}
.dialog-header__title--right {
text-align: right;
}
.dialog-header__action {
top: 0;
bottom: 0;
position: absolute;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.dialog-header__action--left {
left: 0;
margin-left: 2rem;
}
@media screen and (min-width: 768px) {
.dialog-header__action--left {
margin-left: 2rem;
}
}
.dialog-header__action--left .dialog-header__action-btn {
padding-right: 1rem;
}
.dialog-header__action--right {
right: 0;
margin-right: 2rem;
}
@media screen and (min-width: 768px) {
.dialog-header__action--right {
margin-left: 2rem;
}
}
.dialog-header__action--right .dialog-header__action-btn {
padding-left: 1rem;
}
.dialog-header__action-btn {
line-height: 1.5em !important;
font-size: 1rem !important;
border: none;
background-color: transparent;
color: #00abd3;
cursor: pointer;
padding: 0;
}
@media screen and (min-width: 768px) {
.dialog-header__action-btn {
font-size: 1rem !important;
}
}
@media screen and (min-width: 1024px) {
.dialog-header__action-btn {
font-size: 1rem !important;
}
}
.dialog-header__action-btn:hover {
color: #0096ba;
}
.dialog-footer {
display: flex;
justify-content: space-between;
}
@media screen and (max-width: 767px) {
.dialog-footer {
flex-wrap: nowrap;
}
}
.dialog-footer--reverse {
flex-direction: row-reverse;
}
.dialog-footer--center {
justify-content: center;
}
.dialog-footer__actions {
white-space: nowrap;
}
.dialog-section--padded {
padding: 1rem;
}
@media screen and (min-width: 768px) {
.dialog-section--padded {
padding: 2rem;
}
}
/**
* Body no scroll
* A class to prevent a the body from scolling while the modal is open
* Only assign when the modal is open.
*/
.no-scroll {
overflow: hidden;
height: 100%;
}
/*
* Completely hide the content using display none.
*/
.hidden {
display: none !important;
}
@media screen and (max-width: 767px) {
.hidden-mobile {
display: none !important;
}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.hidden-tablet {
display: none !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
.hidden-laptop {
display: none !important;
}
}
@media screen and (min-width: 1280px) {
.hidden-desktop {
display: none !important;
}
}
/*
* Hide for screen readers by pushing the content away from the viewport.
*/
.sr-only {
position: absolute !important;
left: -10000px !important;
top: auto !important;
width: 1px !important;
height: 1px !important;
overflow: hidden !important;
}
/*
* Alignment.
*/
.pull-left {
float: left;
}
.pull-right {
float: right;
}
/*
* Wrapping.
*/
.nowrap {
white-space: nowrap !important;
}
/**
* Btn - Standard button mixin.
*/
.form__row {
clear: both;
}
@media screen and (min-width: 768px) {
.form__row {
display: flex;
}
.form__row .form__group {
flex: 1;
margin-right: 1rem;
padding-right: 1rem;
}
.form__row .form__group:last-child {
margin-right: 0;
padding-right: 0;
}
}
.form__group {
margin-bottom: 0.5rem;
position: relative;
}
.form__group--required .form__label::after {
content: "*";
display: inline-block;
margin-left: 0.25rem;
}
.form__group--active .form__label {
color: #00abd3;
}
.form__group--active .form__control {
border-color: #00abd3;
border-width: 2px;
padding-bottom: 0px;
}
.form__group--active .form__control:hover {
border-color: #00abd3;
border-width: 2px;
}
.form__group--error .form__label {
color: #d50000;
}
.form__group--error .form__control--input, .form__group--error .form__control--select, .form__group--error .form__control--textarea {
border-color: #d50000;
border-width: 2px;
padding-bottom: 0px;
}
.form__group--error .form__control--input:hover, .form__group--error .form__control--select:hover, .form__group--error .form__control--textarea:hover {
border-color: #d50000;
border-width: 2px;
}
.form__group--error .form__control input::placeholder,
.form__group--error .form__control textarea::placeholder {
color: transparent;
}
.form__group--error .form__help {
color: #d50000;
}
.form__group--inactive .form__control input::placeholder,
.form__group--inactive .form__control textarea::placeholder {
color: transparent !important;
}
.form__group--inactive .form__control .input-addon--prefix {
opacity: 0;
}
.form__group--inactive .form__label {
font-size: 100%;
pointer-events: none;
transform: translateY(calc(1.45em));
}
.form__group--inline .form__control {
display: inline-block;
}
.form__group--inline .form__control input[type=date],
.form__group--inline .form__control input[type=email],
.form__group--inline .form__control input[type=number],
.form__group--inline .form__control input[type=password],
.form__group--inline .form__control input[type=search],
.form__group--inline .form__control input[type=tel],
.form__group--inline .form__control input[type=text],
.form__group--inline .form__control input[type=time],
.form__group--inline .form__control input[type=url] {
width: auto;
}
.form__group--boxed .form__control {
background-color: #fff;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
padding-right: 1rem;
border: 1px solid #D0D5D7;
border-radius: 2px;
box-sizing: padding-box;
}
.form__group--boxed .form__control--input input, .form__group--boxed .form__control--input select, .form__group--boxed .form__control--select input, .form__group--boxed .form__control--select select, .form__group--boxed .form__control--textarea input, .form__group--boxed .form__control--textarea select {
padding-right: 1rem;
}
.form__group--boxed .form__control--input::after, .form__group--boxed .form__control--select::after, .form__group--boxed .form__control--textarea::after {
top: calc(1.25rem - 2px);
right: 1rem;
}
.form__group--boxed .form__control--input:hover, .form__group--boxed .form__control--select:hover, .form__group--boxed .form__control--textarea:hover {
border-width: 1px;
padding-bottom: 0.5rem;
}
.form__group--boxed .form__control--input.control-select--focus, .form__group--boxed .form__control--select.control-select--focus, .form__group--boxed .form__control--textarea.control-select--focus {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.form__group--boxed .form__control .control-select__options {
line-height: 1.5;
width: calc(100% + 2px);
left: -1px;
margin-top: -1px;
}
.form__group--boxed .form__control input[type=text]::placeholder,
.form__group--boxed .form__control textarea::placeholder {
color: #aaafb1;
}
.form__group--boxed.form__group--error .form__control {
border: 1px solid #d50000;
}
.form__group--boxed.form__group--active .form__label {
display: none;
}
.form__group--boxed.form__group--inactive .form__label {
display: block;
}
.form__group--boxed .form__label {
display: none;
position: absolute;
left: 1rem;
transform: translateY(0);
}
.form__group--boxed .control-select__clear-button {
top: calc(0.5rem - 1px);
padding-top: 2px;
right: 1.55rem;
}
.form__group .tag {
margin-top: 0.5rem;
}
.form__control {
min-height: 1.5em;
padding-bottom: 1px;
transition: border-color 0.3s ease;
}
.form__control input[type=date],
.form__control input[type=email],
.form__control input[type=number],
.form__control input[type=password],
.form__control input[type=search],
.form__control input[type=tel],
.form__control input[type=text],
.form__control input[type=time],
.form__control input[type=url],
.form__control textarea,
.form__control select {
line-height: 1.5em !important;
font-size: 1rem !important;
font-family: "Roboto", Helvetica, sans-serif;
background-color: transparent;
border: none;
color: #111315;
outline: none;
padding: 0;
width: 100%;
}
@media screen and (min-width: 768px) {
.form__control input[type=date],
.form__control input[type=email],
.form__control input[type=number],
.form__control input[type=password],
.form__control input[type=search],
.form__control input[type=tel],
.form__control input[type=text],
.form__control input[type=time],
.form__control input[type=url],
.form__control textarea,
.form__control select {
font-size: 1rem !important;
}
}
@media screen and (min-width: 1024px) {
.form__control input[type=date],
.form__control input[type=email],
.form__control input[type=number],
.form__control input[type=password],
.form__control input[type=search],
.form__control input[type=tel],
.form__control input[type=text],
.form__control input[type=time],
.form__control input[type=url],
.form__control textarea,
.form__control select {
font-size: 1rem !important;
}
}
.form__control input[type=date]::placeholder,
.form__control input[type=email]::placeholder,
.form__control input[type=number]::placeholder,
.form__control input[type=password]::placeholder,
.form__control input[type=search]::placeholder,
.form__control input[type=tel]::placeholder,
.form__control input[type=text]::placeholder,
.form__control input[type=time]::placeholder,
.form__control input[type=url]::placeholder,
.form__control textarea::placeholder,
.form__control select::placeholder {
color: #aaafb1;
}
.form__control input[type=date],
.form__control input[type=time] {
width: auto;
}
.form__control select {
border-radius: 0;
padding-right: 1.5rem;
-webkit-appearance: none;
-moz-appearance: none;
}
.form__control ul {
list-style: none;
padding: 0;
margin: 0.5rem 0;
}
.form__control--input, .form__control--select, .form__control--textarea {
border-bottom: 1px solid #D0D5D7;
display: flex;
}
.form__control--input:hover, .form__control--select:hover, .form__control--textarea:hover {
border-color: #555A5D;
border-width: 2px;
padding-bottom: 0px;
}
.form__control--select {
position: relative;
}
.form__control--select::after {
content: "";
position: absolute;
pointer-events: none;
cursor: pointer;
right: 0.5rem;
top: calc(0.75rem - 2px);
border-style: solid;
height: 0;
width: 0;
border-color: #111315 transparent transparent;
border-width: 5px 5px 0;
}
.form__control--select.form__control--select-arrow-suffix::after {
display: none;
}
.form__control--select.form__control--select-arrow-suffix .input-addon--suffix::after {
content: "";
position: absolute;
pointer-events: none;
left: -1rem;
top: 50%;
margin-top: -1px;
border-style: solid;
height: 0;
width: 0;
border-color: #111315 transparent transparent;
border-width: 5px 5px 0;
}
.form__control--radio-btn {
display: flex;
}
.form__control--radio-btn label {
line-height: 1.5em !important;
font-size: 1rem !important;
cursor: pointer;
display: inline-block;
position: relative;
box-sizing: border-box;
outline: none;
vertical-align: middle;
background-color: #666;
border: 2px solid #666;
color: #fff;
padding: calc(0.5rem - 1px) 1rem;
font-family: "Roboto", Helvetica, sans-serif;
font-style: normal;
text-align: center;
font-weight: 400;
text-decoration: none;
border-radius: 2px;
user-select: none;
transition: background 0.4s ease, border-color 0.4s ease;
border-radius: 0;
border-right-width: 0;
border-width: 1px;
}
@media screen and (min-width: 768px) {
.form__control--radio-btn label {
font-size: 1rem !important;
}
}
@media screen and (min-width: 1024px) {
.form__control--radio-btn label {
font-size: 1rem !important;
}
}
.form__control--radio-btn label:hover {
background-color: #6e6e6e;
text-decoration: none;
color: #fff;
}
.form__control--radio-btn label:active, .form__control--radio-btn label:focus {
background-color: #5e5e5e;
color: #fff;
}
.form__control--radio-btn label[disabled] {
opacity: 0.5;
cursor: auto;
cursor: not-allowed;
}
.form__control--radio-btn label:first-of-type, .form__control--radio-btn input[type=radio]:not(:checked) + label:first-of-type {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
.form__control--radio-btn label:last-of-type, .form__control--radio-btn input[type=radio]:not(:checked) + label:last-of-type {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-right-width: 1px;
}
.form__control--radio-btn input[type=radio] {
display: none !important;
}
.form__control--radio-btn input[type=radio]:not(:checked) + label {
background-color: transparent;
border-color: #555A5D;
color: #555A5D;
border-right-width: 0;
}
.form__control--radio-btn input[type=radio]:not(:checked) + label:hover {
background-color: #555A5D;
border-color: #555A5D;
color: #fff;
}
.form__control--radio-btn input[type=radio]:not(:checked) + label:focus, .form__control--radio-btn input[type=radio]:not(:checked) + label:active {
background-color: #424548;
border-color: #424548;
color: #fff;
}
.form__control--radio-btn input[type=radio]:not(:checked) + label[disabled]:hover, .form__control--radio-btn input[type=radio]:not(:checked) + label[disabled]:focus {
background-color: transparent;
border-color: #555A5D;
color: #555A5D;
}
.form__control--radio-btn input[type=radio]:not(:checked) + label.btn--loading {
color: transparent;
}
.form__control--radio-btn input[type=radio]:not(:checked) + label.btn--loading:before {
border-top-color: #555A5D;
border-left-color: #555A5D;
border-right-color: #555A5D;
}
.form__control--radio-btn input[type=radio]:not(:checked) + label.btn--loading:hover:before {
border-top-color: #fff;
border-left-color: #fff;
border-right-color: #fff;
}
.form__control--checkbox-multiple label, .form__control--radio label {
color: #7f878a;
display: inline;
font-size: 80%;
line-height: 1.5em;
}
.form__control--checkbox-multiple input:checked + label, .form__control--radio input:checked + label {
color: #111315;
}
.form__control--inline ul li {
display: inline-block;
margin-right: 1rem;
}
.form__control--input-addon {
display: flex;
}
.form__control--borderless {
border-bottom: none;
padding-bottom: 0;
}
.form__label {
color: #7f878a;
display: block;
font-size: 80%;
transition: transform 0.4s ease, font-size 0.4s ease;
}
.form__help {
font-size: 80%;
line-height: 1.5em;
color: #7f878a;
}
.form__help::after {
content: " ";
}
.input-addon {
align-items: center;
background-color: transparent;
color: #111315;
display: flex;
transition: border-color 0.3s ease;
white-space: nowrap;
position: relative;
}
.input-addon--prefix {
padding-right: 0.5rem;
order: -1;
}
.input-addon--suffix {
padding-left: 0.5rem;
}
.input-addon > .fa {
position: relative;
top: -1px;
}
.control-select input[type=text] {
padding-right: 2rem;
}
.control-select__options {
background-color: #fff;
border: 1px solid #D0D5D7;
border-top: none;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
max-height: 300px;
overflow-y: auto;
display: none;
z-index: 2;
}
.control-select__option {
padding: 0.5rem 1rem;
text-align: left;
color: #111315;
cursor: pointer;
}
.control-select__option--focused, .control-select__option:hover, .control-select__option:focus {
background-color: #E5EBED;
color: #111315;
cursor: pointer;
}
.control-select__option--selected, .control-select__option--selected:hover, .control-select__option--selected:focus {
background-color: #00abd3;
color: #fff;
cursor: pointer;
}
.control-select__option--selected:hover, .control-select__option--selected:focus, .control-select__option--selected.control-select__option--focused {
background-color: #0096ba;
}
.control-select__option--highlighted {
text-decoration: underline;
color: #111315;
}
.control-select--focus .control-select__options {
display: block;
}
.control-select--focus .form__select {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-bottom-color: #dee1e3;
}
.control-select__group:first-child .control-select__group-heading {
border-top: none;
}
.control-select__group-heading {
font-size: 80%;
border-top: 1px solid #D0D5D7;
text-transform: uppercase;
font-weight: 700;
padding: 0.5rem 1rem;
text-align: left;
}
.control-select__clear-button {
border: none;
border-radius: 1em;
cursor: pointer;
font-size: 1em;
opacity: 0.6;
position: absolute;
top: 2px;
right: 1.25rem;
height: 1.25em;
width: 1.25em;
padding: 0 0 2px 0;
display: none;
}
.control-select:hover .control-select__clear-button {
display: block;
}
@media screen and (max-width: 767px) {
[type=submit], button {
-webkit-appearance: none;
}
}
fieldset {
border-radius: 2px;
background-color: #fff;
border: 1px solid #D0D5D7;
margin-bottom: 1rem;
}
fieldset legend {
line-height: 1.414035em !important;
font-size: 1.125rem !important;
background-color: inherit;
border: 1px solid #D0D5D7;
border-bottom: 0;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
display: block;
margin: 0 -1px;
padding-left: 1rem;
padding-right: 1rem;
padding-top: 1rem;
padding-bottom: 1rem;
width: calc(100% + 2px);
}
@media screen and (min-width: 768px) {
fieldset legend {
font-size: 1.25rem !important;
}
}
@media screen and (min-width: 1024px) {
fieldset legend {
font-size: 1.333rem !important;
}
}
fieldset > .form__row {
padding: 0 1rem;
}
fieldset > .form__row .form__group {
margin-bottom: 0.5rem;
}
.dialog fieldset {
border: none;
margin-bottom: 0;
padding-top: 1rem;
}
.dialog fieldset .form__row {
padding: 0 1rem;
}
@media screen and (min-width: 768px) {
.dialog fieldset .form__row {
padding: 0 2rem;
}
}
textarea {
font-family: "Roboto", Helvetica, sans-serif;
}
.form--table fieldset {
border: none;
margin-bottom: 0;
}
.form--table fieldset legend {
line-height: 1.5em !important;
font-size: 1rem !important;
background-color: #E5EBED;
border-bottom: 1px solid #D0D5D7;
color: #111315;
}
@media screen and (min-width: 768px) {
.form--table fieldset legend {
font-size: 1rem !important;
}
}
@media screen and (min-width: 1024px) {
.form--table fieldset legend {
font-size: 1rem !important;
}
}
.form--table .form__row {
padding: 0;
}
.form--table .form__row .form__group {
margin: 0;
padding: 0.5rem 0 0 0;
}
@media screen and (min-width: 768px) {
.form--table .form__row .form__group:not(:last-child) {
border-right: 1px solid #D0D5D7;
}
}
.form--table .form__row .form__group--error input[type=date],
.form--table .form__row .form__group--error input[type=email],
.form--table .form__row .form__group--error input[type=number],
.form--table .form__row .form__group--error input[type=password],
.form--table .form__row .form__group--error input[type=search],
.form--table .form__row .form__group--error input[type=tel],
.form--table .form__row .form__group--error input[type=text],
.form--table .form__row .form__group--error input[type=time],
.form--table .form__row .form__group--error input[type=url],
.form--table .form__row .form__group--error textarea,
.form--table .form__row .form__group--error select,
.form--table .form__row .form__group--error .input-addon {
border-width: 1px;
}
.form--table .form__row .form__group--btn {
align-items: center;
border-bottom: 1px solid #D0D5D7;
display: flex;
padding-left: 1rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
.form--table .form__row .form__group--btn {
padding-top: 0;
padding-bottom: 0;
}
}
.form--table .form__row .form__group .form__label {
padding-left: 1rem;
}
.form--table .form__row .form__group .form__control input[type=date],
.form--table .form__row .form__group .form__control input[type=email],
.form--table .form__row .form__group .form__control input[type=number],
.form--table .form__row .form__group .form__control input[type=password],
.form--table .form__row .form__group .form__control input[type=search],
.form--table .form__row .form__group .form__control input[type=tel],
.form--table .form__row .form__group .form__control input[type=text],
.form--table .form__row .form__group .form__control input[type=time],
.form--table .form__row .form__group .form__control input[type=url],
.form--table .form__row .form__group .form__control textarea,
.form--table .form__row .form__group .form__control select {
margin-bottom: 0;
padding-left: 1rem;
padding-right: 1rem;
}
.form--table .form__row .form__group .form__control input[type=date]:hover,
.form--table .form__row .form__group .form__control input[type=email]:hover,
.form--table .form__row .form__group .form__control input[type=number]:hover,
.form--table .form__row .form__group .form__control input[type=password]:hover,
.form--table .form__row .form__group .form__control input[type=search]:hover,
.form--table .form__row .form__group .form__control input[type=tel]:hover,
.form--table .form__row .form__group .form__control input[type=text]:hover,
.form--table .form__row .form__group .form__control input[type=time]:hover,
.form--table .form__row .form__group .form__control input[type=url]:hover,
.form--table .form__row .form__group .form__control textarea:hover,
.form--table .form__row .form__group .form__control select:hover {
border-color: #7f878a;
border-width: 1px;
margin-bottom: 0px;
}
.form--table .form__row .form__group .form__control input[type=date]:focus, .form--table .form__row .form__group .form__control input[type=date]:focus ~ .input-addon,
.form--table .form__row .form__group .form__control input[type=email]:focus,
.form--table .form__row .form__group .form__control input[type=email]:focus ~ .input-addon,
.form--table .form__row .form__group .form__control input[type=number]:focus,
.form--table .form__row .form__group .form__control input[type=number]:focus ~ .input-addon,
.form--table .form__row .form__group .form__control input[type=password]:focus,
.form--table .form__row .form__group .form__control input[type=password]:focus ~ .input-addon,
.form--table .form__row .form__group .form__control input[type=search]:focus,
.form--table .form__row .form__group .form__control input[type=search]:focus ~ .input-addon,
.form--table .form__row .form__group .form__control input[type=tel]:focus,
.form--table .form__row .form__group .form__control input[type=tel]:focus ~ .input-addon,
.form--table .form__row .form__group .form__control input[type=text]:focus,
.form--table .form__row .form__group .form__control input[type=text]:focus ~ .input-addon,
.form--table .form__row .form__group .form__control input[type=time]:focus,
.form--table .form__row .form__group .form__control input[type=time]:focus ~ .input-addon,
.form--table .form__row .form__group .form__control input[type=url]:focus,
.form--table .form__row .form__group .form__control input[type=url]:focus ~ .input-addon,
.form--table .form__row .form__group .form__control textarea:focus,
.form--table .form__row .form__group .form__control textarea:focus ~ .input-addon,
.form--table .form__row .form__group .form__control select:focus,
.form--table .form__row .form__group .form__control select:focus ~ .input-addon {
border-color: #00abd3;
border-width: 1px;
margin-bottom: 0px;
}
.form--table .form__row .form__group .form__control--radio ul {
padding-left: 1rem;
}
.form--table .form__row .form__group .form__help {
position: absolute;
top: 0.6rem;
right: 1rem;
}
.form--table .input-addon {
margin-bottom: 0px;
}
.form--table .input-addon--prefix {
padding-left: 1rem;
padding-right: 0;
margin-right: -0.5rem;
}
.form--table .input-addon--suffix {
padding-right: 1rem;
}
/**
* ---- GRID ----
*
* CSS styles used to format grid layouts.
*/
.grid {
margin-left: -20px;
margin-right: -20px;
width: calc(100% + 40px);
}
.grid::after {
clear: both;
content: "";
display: block;
}
.grid__span-1 {
width: calc(8.3333333333% - 21.6666666667px);
float: left;
margin-left: 20px;
}
.grid__span-2 {
width: calc(16.6666666667% - 23.3333333333px);
float: left;
margin-left: 20px;
}
.grid__span-3 {
width: calc(25% - 25px);
float: left;
margin-left: 20px;
}
.grid__span-4 {
width: calc(33.3333333333% - 26.6666666667px);
float: left;
margin-left: 20px;
}
.grid__span-5 {
width: calc(41.6666666667% - 28.3333333333px);
float: left;
margin-left: 20px;
}
.grid__span-6 {
width: calc(50% - 30px);
float: left;
margin-left: 20px;
}
.grid__span-7 {
width: calc(58.3333333333% - 31.6666666667px);
float: left;
margin-left: 20px;
}
.grid__span-8 {
width: calc(66.6666666667% - 33.3333333333px);
float: left;
margin-left: 20px;
}
.grid__span-9 {
width: calc(75% - 35px);
float: left;
margin-left: 20px;
}
.grid__span-10 {
width: calc(83.3333333333% - 36.6666666667px);
float: left;
margin-left: 20px;
}
.grid__span-11 {
width: calc(91.6666666667% - 38.3333333333px);
float: left;
margin-left: 20px;
}
.grid__span-12 {
width: calc(100% - 40px);
float: left;
margin-left: 20px;
}
.grid__shift-1 {
left: calc(8.3333333333% - 21.6666666667px + 20px);
position: relative;
}
.grid__shift-2 {
left: calc(16.6666666667% - 23.3333333333px + 20px);
position: relative;
}
.grid__shift-3 {
left: calc(25% - 25px + 20px);
position: relative;
}
.grid__shift-4 {
left: calc(33.3333333333% - 26.6666666667px + 20px);
position: relative;
}
.grid__shift-5 {
left: calc(41.6666666667% - 28.3333333333px + 20px);
position: relative;
}
.grid__shift-6 {
left: calc(50% - 30px + 20px);
position: relative;
}
.grid__shift-7 {
left: calc(58.3333333333% - 31.6666666667px + 20px);
position: relative;
}
.grid__shift-8 {
left: calc(66.6666666667% - 33.3333333333px + 20px);
position: relative;
}
.grid__shift-9 {
left: calc(75% - 35px + 20px);
position: relative;
}
.grid__shift-10 {
left: calc(83.3333333333% - 36.6666666667px + 20px);
position: relative;
}
.grid__shift-11 {
left: calc(91.6666666667% - 38.3333333333px + 20px);
position: relative;
}
.grid__shift-12 {
left: calc(100% - 40px + 20px);
position: relative;
}
.grid__unshift-1 {
left: calc(-8.3333333333% - 18.3333333333px + 20px);
position: relative;
}
.grid__unshift-2 {
left: calc(-16.6666666667% - 16.6666666667px + 20px);
position: relative;
}
.grid__unshift-3 {
left: calc(-25% - 15px + 20px);
position: relative;
}
.grid__unshift-4 {
left: calc(-33.3333333333% - 13.3333333333px + 20px);
position: relative;
}
.grid__unshift-5 {
left: calc(-41.6666666667% - 11.6666666667px + 20px);
position: relative;
}
.grid__unshift-6 {
left: calc(-50% - 10px + 20px);
position: relative;
}
.grid__unshift-7 {
left: calc(-58.3333333333% - 8.3333333333px + 20px);
position: relative;
}
.grid__unshift-8 {
left: calc(-66.6666666667% - 6.6666666667px + 20px);
position: relative;
}
.grid__unshift-9 {
left: calc(-75% - 5px + 20px);
position: relative;
}
.grid__unshift-10 {
left: calc(-83.3333333333% - 3.3333333333px + 20px);
position: relative;
}
.grid__unshift-11 {
left: calc(-91.6666666667% - 1.6666666667px + 20px);
position: relative;
}
.grid__unshift-12 {
left: calc(-100% - 0px + 20px);
position: relative;
}
.grid__push-1 {
margin-left: calc(8.3333333333% - 21.6666666667px + 40px);
}
.grid__push-2 {
margin-left: calc(16.6666666667% - 23.3333333333px + 40px);
}
.grid__push-3 {
margin-left: calc(25% - 25px + 40px);
}
.grid__push-4 {
margin-left: calc(33.3333333333% - 26.6666666667px + 40px);
}
.grid__push-5 {
margin-left: calc(41.6666666667% - 28.3333333333px + 40px);
}
.grid__push-6 {
margin-left: calc(50% - 30px + 40px);
}
.grid__push-7 {
margin-left: calc(58.3333333333% - 31.6666666667px + 40px);
}
.grid__push-8 {
margin-left: calc(66.6666666667% - 33.3333333333px + 40px);
}
.grid__push-9 {
margin-left: calc(75% - 35px + 40px);
}
.grid__push-10 {
margin-left: calc(83.3333333333% - 36.6666666667px + 40px);
}
.grid__push-11 {
margin-left: calc(91.6666666667% - 38.3333333333px + 40px);
}
.grid__push-12 {
margin-left: calc(100% - 40px + 40px);
}
.grid__pull-1 {
margin-left: calc(-8.3333333333% - 18.3333333333px + 40px);
}
.grid__pull-2 {
margin-left: calc(-16.6666666667% - 16.6666666667px + 40px);
}
.grid__pull-3 {
margin-left: calc(-25% - 15px + 40px);
}
.grid__pull-4 {
margin-left: calc(-33.3333333333% - 13.3333333333px + 40px);
}
.grid__pull-5 {
margin-left: calc(-41.6666666667% - 11.6666666667px + 40px);
}
.grid__pull-6 {
margin-left: calc(-50% - 10px + 40px);
}
.grid__pull-7 {
margin-left: calc(-58.3333333333% - 8.3333333333px + 40px);
}
.grid__pull-8 {
margin-left: calc(-66.6666666667% - 6.6666666667px + 40px);
}
.grid__pull-9 {
margin-left: calc(-75% - 5px + 40px);
}
.grid__pull-10 {
margin-left: calc(-83.3333333333% - 3.3333333333px + 40px);
}
.grid__pull-11 {
margin-left: calc(-91.6666666667% - 1.6666666667px + 40px);
}
.grid__pull-12 {
margin-left: calc(-100% - 0px + 40px);
}
.grid--collapse {
margin-left: -0.00001px;
margin-right: -0.00001px;
width: calc(100% + 0.00002px);
}
.grid--collapse > .grid__span-1 {
width: calc(8.3333333333% - 0.0000108333px);
float: left;
margin-left: 0.00001px;
}
.grid--collapse > .grid__span-2 {
width: calc(16.6666666667% - 0.0000116667px);
float: left;
margin-left: 0.00001px;
}
.grid--collapse > .grid__span-3 {
width: calc(25% - 0.0000125px);
float: left;
margin-left: 0.00001px;
}
.grid--collapse > .grid__span-4 {
width: calc(33.3333333333% - 0.0000133333px);
float: left;
margin-left: 0.00001px;
}
.grid--collapse > .grid__span-5 {
width: calc(41.6666666667% - 0.0000141667px);
float: left;
margin-left: 0.00001px;
}
.grid--collapse > .grid__span-6 {
width: calc(50% - 0.000015px);
float: left;
margin-left: 0.00001px;
}
.grid--collapse > .grid__span-7 {
width: calc(58.3333333333% - 0.0000158333px);
float: left;
margin-left: 0.00001px;
}
.grid--collapse > .grid__span-8 {
width: calc(66.6666666667% - 0.0000166667px);
float: left;
margin-left: 0.00001px;
}
.grid--collapse > .grid__span-9 {
width: calc(75% - 0.0000175px);
float: left;
margin-left: 0.00001px;
}
.grid--collapse > .grid__span-10 {
width: calc(83.3333333333% - 0.0000183333px);
float: left;
margin-left: 0.00001px;
}
.grid--collapse > .grid__span-11 {
width: calc(91.6666666667% - 0.0000191667px);
float: left;
margin-left: 0.00001px;
}
.grid--collapse > .grid__span-12 {
width: calc(100% - 0.00002px);
float: left;
margin-left: 0.00001px;
}
.grid--collapse > .grid__shift-1 {
left: calc(8.3333333333% - 0.0000108333px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__shift-2 {
left: calc(16.6666666667% - 0.0000116667px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__shift-3 {
left: calc(25% - 0.0000125px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__shift-4 {
left: calc(33.3333333333% - 0.0000133333px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__shift-5 {
left: calc(41.6666666667% - 0.0000141667px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__shift-6 {
left: calc(50% - 0.000015px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__shift-7 {
left: calc(58.3333333333% - 0.0000158333px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__shift-8 {
left: calc(66.6666666667% - 0.0000166667px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__shift-9 {
left: calc(75% - 0.0000175px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__shift-10 {
left: calc(83.3333333333% - 0.0000183333px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__shift-11 {
left: calc(91.6666666667% - 0.0000191667px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__shift-12 {
left: calc(100% - 0.00002px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__unshift-1 {
left: calc(-8.3333333333% - 0.0000091667px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__unshift-2 {
left: calc(-16.6666666667% - 0.0000083333px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__unshift-3 {
left: calc(-25% - 0.0000075px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__unshift-4 {
left: calc(-33.3333333333% - 0.0000066667px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__unshift-5 {
left: calc(-41.6666666667% - 0.0000058333px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__unshift-6 {
left: calc(-50% - 0.000005px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__unshift-7 {
left: calc(-58.3333333333% - 0.0000041667px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__unshift-8 {
left: calc(-66.6666666667% - 0.0000033333px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__unshift-9 {
left: calc(-75% - 0.0000025px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__unshift-10 {
left: calc(-83.3333333333% - 0.0000016667px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__unshift-11 {
left: calc(-91.6666666667% - 8.3333333333px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__unshift-12 {
left: calc(-100% - 0px + 0.00001px);
position: relative;
}
.grid--collapse > .grid__push-1 {
margin-left: calc(8.3333333333% - 0.0000108333px + 0.00002px);
}
.grid--collapse > .grid__push-2 {
margin-left: calc(16.6666666667% - 0.0000116667px + 0.00002px);
}
.grid--collapse > .grid__push-3 {
margin-left: calc(25% - 0.0000125px + 0.00002px);
}
.grid--collapse > .grid__push-4 {
margin-left: calc(33.3333333333% - 0.0000133333px + 0.00002px);
}
.grid--collapse > .grid__push-5 {
margin-left: calc(41.6666666667% - 0.0000141667px + 0.00002px);
}
.grid--collapse > .grid__push-6 {
margin-left: calc(50% - 0.000015px + 0.00002px);
}
.grid--collapse > .grid__push-7 {
margin-left: calc(58.3333333333% - 0.0000158333px + 0.00002px);
}
.grid--collapse > .grid__push-8 {
margin-left: calc(66.6666666667% - 0.0000166667px + 0.00002px);
}
.grid--collapse > .grid__push-9 {
margin-left: calc(75% - 0.0000175px + 0.00002px);
}
.grid--collapse > .grid__push-10 {
margin-left: calc(83.3333333333% - 0.0000183333px + 0.00002px);
}
.grid--collapse > .grid__push-11 {
margin-left: calc(91.6666666667% - 0.0000191667px + 0.00002px);
}
.grid--collapse > .grid__push-12 {
margin-left: calc(100% - 0.00002px + 0.00002px);
}
.grid--collapse > .grid__pull-1 {
margin-left: calc(-8.3333333333% - 0.0000091667px + 0.00002px);
}
.grid--collapse > .grid__pull-2 {
margin-left: calc(-16.6666666667% - 0.0000083333px + 0.00002px);
}
.grid--collapse > .grid__pull-3 {
margin-left: calc(-25% - 0.0000075px + 0.00002px);
}
.grid--collapse > .grid__pull-4 {
margin-left: calc(-33.3333333333% - 0.0000066667px + 0.00002px);
}
.grid--collapse > .grid__pull-5 {
margin-left: calc(-41.6666666667% - 0.0000058333px + 0.00002px);
}
.grid--collapse > .grid__pull-6 {
margin-left: calc(-50% - 0.000005px + 0.00002px);
}
.grid--collapse > .grid__pull-7 {
margin-left: calc(-58.3333333333% - 0.0000041667px + 0.00002px);
}
.grid--collapse > .grid__pull-8 {
margin-left: calc(-66.6666666667% - 0.0000033333px + 0.00002px);
}
.grid--collapse > .grid__pull-9 {
margin-left: calc(-75% - 0.0000025px + 0.00002px);
}
.grid--collapse > .grid__pull-10 {
margin-left: calc(-83.3333333333% - 0.0000016667px + 0.00002px);
}
.grid--collapse > .grid__pull-11 {
margin-left: calc(-91.6666666667% - 8.3333333333px + 0.00002px);
}
.grid--collapse > .grid__pull-12 {
margin-left: calc(-100% - 0px + 0.00002px);
}
@media screen and (max-width: 767px) {
.grid--break-mobile {
margin-left: 0;
margin-right: 0;
width: 100%;
}
.grid--break-mobile > .grid__span-1 {
float: none;
margin: 0;
position: static;
width: 100%;
}
.grid--break-mobile > .grid__span-2 {
float: none;
margin: 0;
position: static;
width: 100%;
}
.grid--break-mobile > .grid__span-3 {
float: none;
margin: 0;
position: static;
width: 100%;
}
.grid--break-mobile > .grid__span-4 {
float: none;
margin: 0;
position: static;
width: 100%;
}
.grid--break-mobile > .grid__span-5 {
float: none;
margin: 0;
position: static;
width: 100%;
}
.grid--break-mobile > .grid__span-6 {
float: none;
margin: 0;
position: static;
width: 100%;
}
.grid--break-mobile > .grid__span-7 {
float: none;
margin: 0;
position: static;
width: 100%;
}
.grid--break-mobile > .grid__span-8 {
float: none;
margin: 0;
position: static;
width: 100%;
}
.grid--break-mobile > .grid__span-9 {
float: none;
margin: 0;
position: static;
width: 100%;
}
.grid--break-mobile > .grid__span-10 {
float: none;
margin: 0;
position: static;
width: 100%;
}
.grid--break-mobile > .grid__span-11 {
float: none;
margin: 0;
position: static;
width: 100%;
}
.grid--break-mobile > .grid__span-12 {
float: none;
margin: 0;
position: static;
width: 100%;
}
}
/**
* Label
*/
.label {
color: #fff;
background-color: #555A5D;
display: inline-block;
border-radius: 2px;
padding-left: 0.5em;
padding-right: 0.5em;
white-space: nowrap;
}
.label--primary {
background-color: #00abd3;
}
.label--success {
background-color: #00b100;
}
.label--warning {
background-color: #ff8a00;
}
.label--danger {
background-color: #d50000;
}
/*
* Menu
*/
.menu {
background-color: #E5EBED;
background-color: var(--menu_background_color, #E5EBED);
}
.menu__container {
padding: 0;
}
@media screen and (max-width: 1023px) {
.menu__container {
background-color: #E5EBED;
background-color: var(--menu_background_color_mobile, #E5EBED);
position: fixed;
z-index: 10;
top: 0;
left: -100%;
width: 100%;
height: 100%;
transition: left 0.4s ease-in;
overflow-y: scroll;
}
.menu__container .menu__item {
float: none;
}
.menu__container .menu__sub-nav {
position: static;
}
}
@media screen and (max-width: 1023px) {
.menu__container--mobile-right {
left: 100%;
}
}
.menu__container--mobile-active {
left: 0;
}
.menu__container:after {
content: "";
display: block;
clear: both;
}
.menu__item {
position: relative;
display: block;
float: left;
}
.menu__item--open {
display: inline-block;
}
@media screen and (min-width: 1024px) {
.menu__item--open {
display: none;
}
}
.menu__item--open-right {
float: right;
}
@media screen and (min-width: 1024px) {
.menu__item--close {
display: none;
}
}
.menu__item--close-right {
text-align: right;
}
.menu__item--sub-nav:hover .menu__sub-nav {
display: block;
}
.menu__sub-nav {
padding: 0;
display: none;
position: absolute;
width: auto;
background-color: #E5EBED;
background-color: var(--menu_background_color_mobile, #E5EBED);
z-index: 10;
}
@media screen and (min-width: 1024px) {
.menu__sub-nav {
background-color: #E5EBED;
background-color: var(--menu_background_color, #E5EBED);
min-width: 180px;
}
}
.menu__sub-nav .menu__item {
float: none;
}
.menu:after {
content: "";
display: block;
clear: both;
}
@media screen and (min-width: 1024px) {
.menu-item--right {
float: right;
}
.menu-item--right .menu__sub-nav {
right: 0;
}
}
.menu-item:hover {
background-color: #D0D5D7;
background-color: var(--menu_link_background_color_active, #D0D5D7);
}
@media screen and (max-width: 1023px) {
.menu-item:hover {
background-color: #D0D5D7;
background-color: var(--menu_link_background_color_active_mobile, #D0D5D7);
}
}
.menu-item__link {
position: relative;
background-color: transparent;
background-color: var(--menu_link_background_color, transparent);
color: #111315;
color: var(--menu_link_color, #111315);
display: block;
padding: 1rem 1rem;
}
@media screen and (max-width: 1023px) {
.menu-item__link {
background-color: transparent;
background-color: var(--menu_link_background_color_mobile, transparent);
}
}
.menu-item__link:hover {
background-color: #D0D5D7;
background-color: var(--menu_link_background_color_hover, #D0D5D7);
}
@media screen and (max-width: 1023px) {
.menu-item__link:hover {
background-color: #D0D5D7;
background-color: var(--menu_link_background_color_hover_mobile, #D0D5D7);
}
}
.menu-item__link--active {
background-color: #D0D5D7;
background-color: var(--menu_link_background_color_active, #D0D5D7);
}
.menu-item__link--drop-arrow:after {
border-style: solid;
height: 0;
width: 0;
border-color: #111315 transparent transparent;
border-width: 4px 4px 0;
border-style: solid;
height: 0;
width: 0;
border-color: var(--menu_link_color, #111315) transparent transparent;
border-width: 4px 4px 0;
content: "";
display: inline-block;
top: -0.25rem;
position: relative;
margin-left: 0.5rem;
}
/**
* Table
*
*/
.table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}
.table td.span-1, .table th.span-1 {
width: 8.3333333333%;
}
.table td.span-2, .table th.span-2 {
width: 16.6666666667%;
}
.table td.span-3, .table th.span-3 {
width: 25%;
}
.table td.span-4, .table th.span-4 {
width: 33.3333333333%;
}
.table td.span-5, .table th.span-5 {
width: 41.6666666667%;
}
.table td.span-6, .table th.span-6 {
width: 50%;
}
.table td.span-7, .table th.span-7 {
width: 58.3333333333%;
}
.table td.span-8, .table th.span-8 {
width: 66.6666666667%;
}
.table td.span-9, .table th.span-9 {
width: 75%;
}
.table td.span-10, .table th.span-10 {
width: 83.3333333333%;
}
.table td.span-11, .table th.span-11 {
width: 91.6666666667%;
}
.table td.span-12, .table th.span-12 {
width: 100%;
}
.table--clickable > thead > tr > td:hover, .table--clickable > tbody > tr > td:hover, .table--clickable > tfoot > tr > td:hover {
cursor: pointer;
}
@media screen and (max-width: 767px) {
.table--stack-mobile > thead {
display: none;
}
.table--stack-mobile > thead > tr, .table--stack-mobile > tbody > tr, .table--stack-mobile > tfoot > tr {
display: block;
margin-bottom: 1rem;
margin-left: 1rem;
margin-right: 1rem;
border: 1px solid #D0D5D7;
border-bottom: none;
border-radius: 2px;
}
.table--stack-mobile > thead > tr > th, .table--stack-mobile > tbody > tr > th, .table--stack-mobile > tfoot > tr > th {
display: none;
}
.table--stack-mobile > thead > tr > td, .table--stack-mobile > tbody > tr > td, .table--stack-mobile > tfoot > tr > td {
display: block;
text-align: right;
}
.table--stack-mobile > thead > tr > td:before, .table--stack-mobile > tbody > tr > td:before, .table--stack-mobile > tfoot > tr > td:before {
display: block;
float: left;
font-weight: 700;
content: attr(data-header);
}
}
.table--striped > thead > tr:nth-child(odd) > td, .table--striped > tbody > tr:nth-child(odd) > td, .table--striped > tfoot > tr:nth-child(odd) > td {
background-color: #f3f4f7;
}
.table > thead > tr, .table > tbody > tr, .table > tfoot > tr {
background-color: #fff;
}
.table > thead > tr:hover > td, .table > thead > tr:active > td, .table > thead > tr:focus > td, .table > tbody > tr:hover > td, .table > tbody > tr:active > td, .table > tbody > tr:focus > td, .table > tfoot > tr:hover > td, .table > tfoot > tr:active > td, .table > tfoot > tr:focus > td {
background-color: #e6e8ec;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
background-color: #eef0f5;
padding: 0.5rem 1rem;
font-weight: 500;
text-align: left;
transition: background-color 0.2s ease;
}
.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
padding: 0.5rem 1rem;
border-bottom: 1px solid #D0D5D7;
background-color: #ffffff;
}
.table > thead > th {
padding: 1rem 1rem;
}
.table > tfoot > th {
padding: 1rem 1rem;
}
/*
* Tag label with close button
*/
.tag {
color: #fff;
background-color: #555A5D;
display: inline-block;
border-radius: 2px;
padding-left: 0.5em;
padding-right: 0.5em;
white-space: nowrap;
margin-right: 0.5em;
padding-right: 0;
}
.tag__clear {
background-color: rgba(0, 0, 0, 0.3);
border: none;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
color: #fff;
display: inline-block;
margin-left: 0.5em;
min-width: 1.5em;
text-align: center;
}
.tag__clear:hover {
background-color: rgba(0, 0, 0, 0.5);
}
.tag__category {
background-color: rgba(255, 255, 255, 0.1);
border-right: 1px solid rgba(0, 0, 0, 0.25);
display: inline-block;
margin-left: -0.5em;
margin-right: 0.5em;
padding-left: 0.5em;
padding-right: 0.5em;
}
@media screen and (min-width: 768px) {
.tabs__nav {
display: flex;
justify-content: flex-start;
}
}
@media screen and (min-width: 768px) {
.tabs--borderless .tabs__nav {
margin: 0 1rem;
}
}
@media screen and (max-width: 767px) {
.tabs--borderless .tab__label {
border-left: none;
border-right: none;
}
}
.tabs--borderless .tab__panel {
border-bottom: none;
border-left: none;
border-right: none;
background-color: #fff;
}
@media screen and (max-width: 767px) {
.dialog .tabs .tab__label {
margin-bottom: 0;
position: relative;
}
.dialog .tabs .tab__label::after {
content: "";
position: absolute;
pointer-events: none;
right: calc(1rem + 2px);
top: 50%;
margin-top: -4px;
border-style: solid;
height: 0;
width: 0;
border-color: transparent transparent transparent #111315;
border-width: 5px 0 5px 5px;
}
.dialog .tabs .tab__label--active::after {
right: 1rem;
border-style: solid;
height: 0;
width: 0;
border-color: #111315 transparent transparent;
border-width: 5px 5px 0;
}
.dialog .tabs .tab__label:first-child {
border-top: none;
}
.dialog .tabs .tab__label:last-child {
border-right: none;
}
}
@media screen and (min-width: 768px) {
.dialog .tabs {
margin-top: 1rem;
}
}
.tab--active .tab__panel {
display: block;
}
.tab__label {
background-color: #eef2f3;
border-left: 1px solid #D0D5D7;
border-right: 1px solid #D0D5D7;
border-top: 1px solid #D0D5D7;
color: #555A5D;
display: block;
padding: 0.5rem 1rem;
transition: background-color 0.2s ease;
}
@media screen and (min-width: 768px) {
.tab__label {
border-right: none;
padding: 1rem;
}
}
.tab__label:hover {
background-color: #E5EBED;
}
.tab__label:last-child {
border-right: 1px solid #D0D5D7;
}
.tab__label--active {
background-color: #fff;
color: #111315;
margin-bottom: -1px;
}
.tab__label--active:hover {
background-color: #fff;
}
.tab__panel {
border: 1px solid #D0D5D7;
display: none;
}
.tab__panel--active {
display: block;
}
.tab__panel--padded {
padding: 1rem;
}
@media screen and (min-width: 768px) {
.tab__panel--padded {
padding-left: 2rem;
padding-right: 2rem;
}
}
/**
* Tooltip
*/
.tooltip {
position: relative;
}
.tooltip:before {
background-color: rgba(0, 0, 0, 0.75);
padding: 0.5rem 0.7142857143rem;
border-radius: 2px;
white-space: nowrap;
content: attr(data-tooltip);
color: #fff;
text-transform: none;
z-index: 99;
}
.tooltip:after {
z-index: 99;
}
.tooltip:before, .tooltip:after {
position: absolute;
visibility: hidden;
opacity: 0;
pointer-events: none;
transform: translate3d(0, 0, 0);
transition: all 0.3s ease-in-out;
}
.tooltip:hover:before, .tooltip:hover:after {
visibility: visible;
opacity: 1;
}
.tooltip--top-left:before {
bottom: 100%;
left: 0;
}
.tooltip--top-left:after {
top: 0;
left: 1rem;
content: "";
border-style: solid;
height: 0;
width: 0;
border-color: rgba(0, 0, 0, 0.75) transparent transparent;
border-width: 5px 5px 0;
}
.tooltip--top-left:hover:before, .tooltip--top-left:hover:after {
transform: translateY(-6px);
}
.tooltip--bottom-left:before {
top: 100%;
left: 0;
}
.tooltip--bottom-left:after {
bottom: 0;
left: 1rem;
content: "";
border-style: solid;
height: 0;
width: 0;
border-color: transparent transparent rgba(0, 0, 0, 0.75);
border-width: 0 5px 5px;
}
.tooltip--bottom-left:hover:before, .tooltip--bottom-left:hover:after {
transform: translateY(6px);
}
.tooltip--top-right:before {
bottom: 100%;
right: 0;
}
.tooltip--top-right:after {
top: 0;
right: 1rem;
content: "";
border-style: solid;
height: 0;
width: 0;
border-color: rgba(0, 0, 0, 0.75) transparent transparent;
border-width: 5px 5px 0;
}
.tooltip--top-right:hover:before, .tooltip--top-right:hover:after {
transform: translateY(-6px);
}
.tooltip--bottom-right:before {
top: 100%;
right: 0;
}
.tooltip--bottom-right:after {
bottom: 0;
right: 1rem;
content: "";
border-style: solid;
height: 0;
width: 0;
border-color: transparent transparent rgba(0, 0, 0, 0.75);
border-width: 0 5px 5px;
}
.tooltip--bottom-right:hover:before, .tooltip--bottom-right:hover:after {
transform: translateY(6px);
}
.tooltip--top-center:before {
bottom: 100%;
left: 50%;
transform: translateX(-50%);
}
.tooltip--top-center:after {
top: 0;
left: 50%;
transform: translateX(-50%);
content: "";
border-style: solid;
height: 0;
width: 0;
border-color: rgba(0, 0, 0, 0.75) transparent transparent;
border-width: 5px 5px 0;
}
.tooltip--top-center:hover:before, .tooltip--top-center:hover:after {
transform: translate3d(-50%, -6px, 0);
}
.tooltip--bottom-center:before {
top: 100%;
left: 50%;
transform: translateX(-50%);
}
.tooltip--bottom-center:after {
bottom: 0;
left: 50%;
transform: translateX(-50%);
content: "";
border-style: solid;
height: 0;
width: 0;
border-color: transparent transparent rgba(0, 0, 0, 0.75);
border-width: 0 5px 5px;
}
.tooltip--bottom-center:hover:before, .tooltip--bottom-center:hover:after {
transform: translate3d(-50%, 6px, 0);
}
.tooltip--small:hover:before {
line-height: 1.5911911657em !important;
font-size: 0.8888888889rem !important;
top: -1.75rem;
padding: 0.25rem 0.5rem;
}
@media screen and (min-width: 768px) {
.tooltip--small:hover:before {
font-size: 0.8rem !important;
}
}
@media screen and (min-width: 1024px) {
.tooltip--small:hover:before {
font-size: 0.7501875469rem !important;
}
}
/*
* Page wrappers
*/
@media screen and (max-width: 767px) {
.wrapper {
margin: 0 2rem;
}
}
@media screen and (min-width: 768px) {
.wrapper {
margin: 0 auto;
max-width: calc(768px - 4rem);
}
}
@media screen and (min-width: 1024px) {
.wrapper {
max-width: calc(1024px - 4rem);
}
}
@media screen and (min-width: 1280px) {
.wrapper {
max-width: calc(1280px - 4rem);
}
}
/*# sourceMappingURL=sixteen.css.map */ | 0.520253 | 0.060947 |
* {
margin: 0;
padding: 0;
}
footer, section, nav {
display: block;
}
html, body {
height: 100%;
}
body {
font-family: "nta", Arial, sans-serif;
font-size: 19px;
}
a:link, a:visited {
color: #0b0c0c;
text-decoration:none;
border-bottom:1px solid #0b0c0c;
}
img {
max-width: 100%;
margin-bottom: 12px;
}
.wrapper {
background-color: #fff;
border-bottom: 1px solid #a1acb2;
}
.container {
left: 0;
margin: 0 auto;
position: relative;
width: 960px;
max-width:100vw;
font-family: "nta",Arial,sans-serif;
}
.content:before {
display:block;
font-size: 36px;
line-height:2;
font-weight:bold;
}
.header {
display: block;
background-color: #023045;
border: none;
margin: 0;
padding: 0;
text-align:center;
font-size: 160%;
color: #0b0c0c;
line-height: 1.5;
font-weight: 400;
-webkit-font-smoothing: antialiased;
}
.header img {
padding: 12px 250px 18px 0px;
vertical-align:middle;
margin: 3px auto 7px;
}
.header:after {
width: 314px;
display:inline-block;
content: 'Public engagement';
text-align: right;
vertical-align:middle;
color:#FFF;
font-size:24px;
line-height:1.25;
font-family: "nta",Arial,sans-serif;
font-weight:bold;
}
.logo img {
border: none;
}
@media only screen and (max-width: 650px) {
.logo img {
display: none;
}
.logo {
background: url(images/dummylogo-mobile.png) no-repeat top center;
display: block;
height: 115px;
width: 100px;
margin: 0 auto;
}
}
.content {
padding-bottom: 80px;
display:block;
margin-left: auto;
margin-right: auto;
}
.column.one {
width: auto;
}
.item-marker {
display:none;
}
input[type="checkbox"] {
margin-right:6px;
}
form {
padding-bottom: 21px;
}
form label {
font-weight: normal;
display: block;
}
form legend {
font-size:1.2em;
margin-bottom: 12px;
}
.form-element-wrapper {
margin-bottom: 12px;
}
.form-button-wrapper {
margin-top: 39px;
margin-bottom: 12px;
}
.form-element {
width: 50%;
padding: 4px;
border: none;
font-size:19px;
line-height:1.25;
font-family: "nta",Arial,sans-serif;
color: #000;
}
.form-field {
border: 2px solid #6f777b;
}
.form-field:focus {
outline: 3px solid #ffbf47;
}
.form-button {
background-color: #00823b;
position: relative;
display: -moz-inline-stack;
display: inline-block;
padding: 0.3em 0.6em 0.2em 0.6em;
margin-bottom: 10px;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-appearance: none;
-webkit-box-shadow: 0 2px 0 #003618;
-moz-box-shadow: 0 2px 0 #003618;
box-shadow: 0 2px 0 #003618;
font-size: 1em;
line-height: 1.25;
text-decoration: none;
-webkit-font-smoothing: antialiased;
cursor: pointer;
color: #fff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0.5263157895em 0.7894736842em 0.2631578947em 0.7894736842em;
vertical-align: top;
width: 100px;
}
.form-button:hover, .form-button:focus {
background-color: #00692f;
}
.form-error {
padding: 0;
color: #B61601;
}
.list-help {
margin-top: 40px; /* offset padding on first anchor */
list-style: none;
}
.list-help-item a {
padding: 6px 0;
display: table;
}
.item-marker {
color: #be0000;
}
body {
background-color: #023045;
}
footer {
display:none;
} | NdsBeisUi/src/main/webapp/assets/stylesheets/logout.css |
* {
margin: 0;
padding: 0;
}
footer, section, nav {
display: block;
}
html, body {
height: 100%;
}
body {
font-family: "nta", Arial, sans-serif;
font-size: 19px;
}
a:link, a:visited {
color: #0b0c0c;
text-decoration:none;
border-bottom:1px solid #0b0c0c;
}
img {
max-width: 100%;
margin-bottom: 12px;
}
.wrapper {
background-color: #fff;
border-bottom: 1px solid #a1acb2;
}
.container {
left: 0;
margin: 0 auto;
position: relative;
width: 960px;
max-width:100vw;
font-family: "nta",Arial,sans-serif;
}
.content:before {
display:block;
font-size: 36px;
line-height:2;
font-weight:bold;
}
.header {
display: block;
background-color: #023045;
border: none;
margin: 0;
padding: 0;
text-align:center;
font-size: 160%;
color: #0b0c0c;
line-height: 1.5;
font-weight: 400;
-webkit-font-smoothing: antialiased;
}
.header img {
padding: 12px 250px 18px 0px;
vertical-align:middle;
margin: 3px auto 7px;
}
.header:after {
width: 314px;
display:inline-block;
content: 'Public engagement';
text-align: right;
vertical-align:middle;
color:#FFF;
font-size:24px;
line-height:1.25;
font-family: "nta",Arial,sans-serif;
font-weight:bold;
}
.logo img {
border: none;
}
@media only screen and (max-width: 650px) {
.logo img {
display: none;
}
.logo {
background: url(images/dummylogo-mobile.png) no-repeat top center;
display: block;
height: 115px;
width: 100px;
margin: 0 auto;
}
}
.content {
padding-bottom: 80px;
display:block;
margin-left: auto;
margin-right: auto;
}
.column.one {
width: auto;
}
.item-marker {
display:none;
}
input[type="checkbox"] {
margin-right:6px;
}
form {
padding-bottom: 21px;
}
form label {
font-weight: normal;
display: block;
}
form legend {
font-size:1.2em;
margin-bottom: 12px;
}
.form-element-wrapper {
margin-bottom: 12px;
}
.form-button-wrapper {
margin-top: 39px;
margin-bottom: 12px;
}
.form-element {
width: 50%;
padding: 4px;
border: none;
font-size:19px;
line-height:1.25;
font-family: "nta",Arial,sans-serif;
color: #000;
}
.form-field {
border: 2px solid #6f777b;
}
.form-field:focus {
outline: 3px solid #ffbf47;
}
.form-button {
background-color: #00823b;
position: relative;
display: -moz-inline-stack;
display: inline-block;
padding: 0.3em 0.6em 0.2em 0.6em;
margin-bottom: 10px;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-appearance: none;
-webkit-box-shadow: 0 2px 0 #003618;
-moz-box-shadow: 0 2px 0 #003618;
box-shadow: 0 2px 0 #003618;
font-size: 1em;
line-height: 1.25;
text-decoration: none;
-webkit-font-smoothing: antialiased;
cursor: pointer;
color: #fff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0.5263157895em 0.7894736842em 0.2631578947em 0.7894736842em;
vertical-align: top;
width: 100px;
}
.form-button:hover, .form-button:focus {
background-color: #00692f;
}
.form-error {
padding: 0;
color: #B61601;
}
.list-help {
margin-top: 40px; /* offset padding on first anchor */
list-style: none;
}
.list-help-item a {
padding: 6px 0;
display: table;
}
.item-marker {
color: #be0000;
}
body {
background-color: #023045;
}
footer {
display:none;
} | 0.305076 | 0.096706 |
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500');
*{
padding: 0;
margin: 0;
list-style: none;
text-decoration: none;
}
body {
font-family: 'Roboto', sans-serif;
}
.sidebar {
position: fixed;
left: -250px;
width: 250px;
height: 100%;
background: #042331;
transition: all .5s ease;
}
.sidebar header {
font-size: 22px;
color: white;
line-height: 70px;
text-align: center;
background: #063146;
user-select: none;
}
.sidebar ul a{
display: block;
height: 100%;
width: 100%;
line-height: 65px;
font-size: 20px;
color: white;
padding-left: 40px;
box-sizing: border-box;
border-bottom: 1px solid black;
border-top: 1px solid rgba(255,255,255,.1);
transition: .4s;
}
ul li:hover a{
padding-left: 50px;
}
.sidebar ul a i{
margin-right: 16px;
}
#check{
display: none;
}
label #btn,label #cancel{
position: absolute;
background: #042331;
border-radius: 3px;
cursor: pointer;
}
label #btn{
left: 40px;
top: 25px;
font-size: 35px;
color: white;
padding: 6px 12px;
transition: all .5s;
}
label #cancel{
z-index: 1111;
left: -195px;
top: 17px;
font-size: 30px;
color: #0a5275;
padding: 4px 9px;
transition: all .5s ease;
}
#check:checked ~ .sidebar{
left: 0;
}
#check:checked ~ label #btn{
left: 250px;
opacity: 0;
pointer-events: none;
}
#check:checked ~ label #cancel{
left: 195px;
}
#check:checked ~ section{
margin-left: 250px;
}
section{
background-position: center;
background-size: cover;
height: 100vh;
transition: all .5s;
}
h1 {
padding: 10px;
text-align:center;
height: 50px;
width: 100%;
}
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}
/* Slideshow container */
.slideshow-container {
max-width: 600px;
position: relative;
margin: auto;
}
/* Caption text */
.text {
color: #f2f2f2;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}
/* The dots/bullets/indicators */
.dot {
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active {
background-color: #717171;
}
/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
@-webkit-keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 100px) {
.text {font-size: 11px}
}
h1 {
padding: 10px;
text-align:center;
}
body{
background-size: cover;
}
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
.topnav {
overflow: hidden;
background-color: #333;
}
.topnav a {
float: right;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #ddd;
color: blue;
}
.topnav a.active {
background-color: #4CAF50;
color: white;
}
.topnav-right {
float: right;
} | style.css | @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500');
*{
padding: 0;
margin: 0;
list-style: none;
text-decoration: none;
}
body {
font-family: 'Roboto', sans-serif;
}
.sidebar {
position: fixed;
left: -250px;
width: 250px;
height: 100%;
background: #042331;
transition: all .5s ease;
}
.sidebar header {
font-size: 22px;
color: white;
line-height: 70px;
text-align: center;
background: #063146;
user-select: none;
}
.sidebar ul a{
display: block;
height: 100%;
width: 100%;
line-height: 65px;
font-size: 20px;
color: white;
padding-left: 40px;
box-sizing: border-box;
border-bottom: 1px solid black;
border-top: 1px solid rgba(255,255,255,.1);
transition: .4s;
}
ul li:hover a{
padding-left: 50px;
}
.sidebar ul a i{
margin-right: 16px;
}
#check{
display: none;
}
label #btn,label #cancel{
position: absolute;
background: #042331;
border-radius: 3px;
cursor: pointer;
}
label #btn{
left: 40px;
top: 25px;
font-size: 35px;
color: white;
padding: 6px 12px;
transition: all .5s;
}
label #cancel{
z-index: 1111;
left: -195px;
top: 17px;
font-size: 30px;
color: #0a5275;
padding: 4px 9px;
transition: all .5s ease;
}
#check:checked ~ .sidebar{
left: 0;
}
#check:checked ~ label #btn{
left: 250px;
opacity: 0;
pointer-events: none;
}
#check:checked ~ label #cancel{
left: 195px;
}
#check:checked ~ section{
margin-left: 250px;
}
section{
background-position: center;
background-size: cover;
height: 100vh;
transition: all .5s;
}
h1 {
padding: 10px;
text-align:center;
height: 50px;
width: 100%;
}
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}
/* Slideshow container */
.slideshow-container {
max-width: 600px;
position: relative;
margin: auto;
}
/* Caption text */
.text {
color: #f2f2f2;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}
/* The dots/bullets/indicators */
.dot {
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active {
background-color: #717171;
}
/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
@-webkit-keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 100px) {
.text {font-size: 11px}
}
h1 {
padding: 10px;
text-align:center;
}
body{
background-size: cover;
}
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
.topnav {
overflow: hidden;
background-color: #333;
}
.topnav a {
float: right;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #ddd;
color: blue;
}
.topnav a.active {
background-color: #4CAF50;
color: white;
}
.topnav-right {
float: right;
} | 0.326271 | 0.050799 |
::-webkit-scrollbar {
width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
background-color: rgb(51, 51, 51);
}
/* Handle */
::-webkit-scrollbar-thumb {
background-color: rgb(195, 0, 255);
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background-color: rgb(217, 94, 255);
}
::placeholder {
color: rgba(255, 255, 240, 0.493);
}
button {
margin: 3px;
color: white;
width: 80%;
background-color: rgb(139, 5, 180);
border: none;
border-radius: 12px;
vertical-align: middle;
transition-duration: 0.1s;
}
button:hover {
background-color: rgb(116, 66, 156);
transform: scale(1.1);
}
body {
padding: 20px;
padding-top: 5px;
background-color: rgb(51, 51, 51);
border: none;
min-width: 200px; /* your desired width */
max-width: 100%;
min-height: 500px; /* your desired width */
max-height: 100%;
vertical-align: middle;
}
div.container {
margin: 0px;
color: rgb(255, 255, 255);
padding: 15px;
padding-bottom: 20px;
vertical-align: middle;
max-width: 100%;
max-height: 100%;
text-align: center;
border-radius: 10px;
transition: 0.3s;
background-color: rgb(67, 64, 71);
}
.container:hover {
transform: scale(1.05);
}
div.header {
padding: 5px;
padding-top: 10px;
color: rgb(255, 255, 255);
vertical-align: middle;
max-width: 100%;
max-height: 100%;
text-align: center;
border-radius: 10px;
background-color: rgb(67, 64, 71);
}
h3 {
color: rgb(255, 255, 255);
}
h4.top {
position: relative;
padding-top: 0px;
color: rgb(255, 255, 255);
vertical-align: middle;
text-align: center;
}
h4.bottom {
position: relative;
padding: 0px;
color: rgb(174, 0, 255);
vertical-align: middle;
text-align: center;
}
h4.Newbottom {
position: relative;
padding: 0px;
color: rgb(216, 1, 245);
vertical-align: middle;
text-align: center;
transform: scale(1.15);
transition: 1s;
}
.bottom:hover {
transform: scale(1.1);
}
.confirmer {
padding: 10px;
vertical-align: middle;
max-width: 100%;
max-height: 100%;
text-align: center;
border-radius: 10px;
transition: 0.5s;
background-color: rgb(67, 64, 71);
}
h1 {
vertical-align: middle;
color: white;
}
input {
border: none;
border-radius: 10px;
text-align: center;
background-color: rgb(139, 5, 180);
color: white;
width: 100%;
}
label {
text-align: center;
color: white;
}
select {
border: none;
border-radius: 10px;
text-align: center;
background-color: rgb(231, 231, 231);
color: rgb(67, 64, 71);
width: 100%;
}
.hiddenText {
visibility: hidden;
color: rgb(67, 64, 71);
transition: 0.5s;
}
.popupText {
visibility: visible;
color: rgb(255, 255, 255);
transition: 0.2s;
}
.hidden {
text-align: center;
visibility: hidden;
vertical-align: middle;
max-width: 70%;
transition: 0.5s;
}
/*Confirmation popup*/
.popup {
padding: 0px;
vertical-align: middle;
position: relative;
visibility: visible;
max-width: 100%;
max-height: 100%;
text-align: center;
border-radius: 10px;
transition: 0.2s;
background-color: rgba(0, 255, 55, 0.63);
}
.popupContainer {
text-align: center;
}
#image {
border-style: solid;
border-width: 2px;
border-radius: 40px;
border-color: rgb(51, 51, 51);
box-shadow: 10px;
}
img.flippinButton:hover {
transform: scale(1.1);
transition: 0.2s;
} | css/style.css | ::-webkit-scrollbar {
width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
background-color: rgb(51, 51, 51);
}
/* Handle */
::-webkit-scrollbar-thumb {
background-color: rgb(195, 0, 255);
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background-color: rgb(217, 94, 255);
}
::placeholder {
color: rgba(255, 255, 240, 0.493);
}
button {
margin: 3px;
color: white;
width: 80%;
background-color: rgb(139, 5, 180);
border: none;
border-radius: 12px;
vertical-align: middle;
transition-duration: 0.1s;
}
button:hover {
background-color: rgb(116, 66, 156);
transform: scale(1.1);
}
body {
padding: 20px;
padding-top: 5px;
background-color: rgb(51, 51, 51);
border: none;
min-width: 200px; /* your desired width */
max-width: 100%;
min-height: 500px; /* your desired width */
max-height: 100%;
vertical-align: middle;
}
div.container {
margin: 0px;
color: rgb(255, 255, 255);
padding: 15px;
padding-bottom: 20px;
vertical-align: middle;
max-width: 100%;
max-height: 100%;
text-align: center;
border-radius: 10px;
transition: 0.3s;
background-color: rgb(67, 64, 71);
}
.container:hover {
transform: scale(1.05);
}
div.header {
padding: 5px;
padding-top: 10px;
color: rgb(255, 255, 255);
vertical-align: middle;
max-width: 100%;
max-height: 100%;
text-align: center;
border-radius: 10px;
background-color: rgb(67, 64, 71);
}
h3 {
color: rgb(255, 255, 255);
}
h4.top {
position: relative;
padding-top: 0px;
color: rgb(255, 255, 255);
vertical-align: middle;
text-align: center;
}
h4.bottom {
position: relative;
padding: 0px;
color: rgb(174, 0, 255);
vertical-align: middle;
text-align: center;
}
h4.Newbottom {
position: relative;
padding: 0px;
color: rgb(216, 1, 245);
vertical-align: middle;
text-align: center;
transform: scale(1.15);
transition: 1s;
}
.bottom:hover {
transform: scale(1.1);
}
.confirmer {
padding: 10px;
vertical-align: middle;
max-width: 100%;
max-height: 100%;
text-align: center;
border-radius: 10px;
transition: 0.5s;
background-color: rgb(67, 64, 71);
}
h1 {
vertical-align: middle;
color: white;
}
input {
border: none;
border-radius: 10px;
text-align: center;
background-color: rgb(139, 5, 180);
color: white;
width: 100%;
}
label {
text-align: center;
color: white;
}
select {
border: none;
border-radius: 10px;
text-align: center;
background-color: rgb(231, 231, 231);
color: rgb(67, 64, 71);
width: 100%;
}
.hiddenText {
visibility: hidden;
color: rgb(67, 64, 71);
transition: 0.5s;
}
.popupText {
visibility: visible;
color: rgb(255, 255, 255);
transition: 0.2s;
}
.hidden {
text-align: center;
visibility: hidden;
vertical-align: middle;
max-width: 70%;
transition: 0.5s;
}
/*Confirmation popup*/
.popup {
padding: 0px;
vertical-align: middle;
position: relative;
visibility: visible;
max-width: 100%;
max-height: 100%;
text-align: center;
border-radius: 10px;
transition: 0.2s;
background-color: rgba(0, 255, 55, 0.63);
}
.popupContainer {
text-align: center;
}
#image {
border-style: solid;
border-width: 2px;
border-radius: 40px;
border-color: rgb(51, 51, 51);
box-shadow: 10px;
}
img.flippinButton:hover {
transform: scale(1.1);
transition: 0.2s;
} | 0.452778 | 0.06165 |
html, body {
height: 100%
}
.lefttoggle {
position: initial;
width: 100%;
bottom: 0;
left: 2px;
z-index: 10;
/*padding: 15px 0;*/
overflow-y: auto;
background: #2f4050;
height: 614px;
}
.lefttoggle .list {
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 5px 0;
position: relative;
}
.lefttoggle .list::-webkit-scrollbar {
width: 1px;
}
/* 这是针对缺省样式 (必须的) */
.lefttoggle .list::-webkit-scrollbar-track {
background-color: #5C6880;
width: 1px;
}
/* 滚动条的滑轨背景颜色 */
.lefttoggle .list::-webkit-scrollbar-thumb {
background-color: rgba(250, 250, 250, 0.5);
width: 1px;
}
/* 滑块颜色 */
.lefttoggle .list::-webkit-scrollbar-button {
background-color: #5C6880;
width: 1px;
}
/* 滑轨两头的监听按钮颜色 */
.lefttoggle .list::-webkit-scrollbar-corner {
background-color: #5C6880;
width: 1px;
}
/* 横向滚动条和纵向滚动条相交处尖角的颜色 */
.lefttoggle .list li {
list-style: none;
}
.lefttoggle .list li .boxli {
position: relative;
height: 30px;
margin: 0;
padding: 0;
display: inline-block;
width: 100%;
}
.lefttoggle .list .one .boxli {
z-index: 4;
}
.lefttoggle .list .two li .boxli {
z-index: 2;
}
.lefttoggle .list .three li .boxli {
z-index: 1;
}
.lefttoggle .list li .boxli:hover {
background: #293846;
}
.lefttoggle .list .whiteact * {
opacity: 1 !important;
filter: alpha(opacity=100) !important;
}
.lefttoggle .list .whiteact {
background: #293846;
z-index: 5 !important;
}
.lefttoggle .list li .boxli p {
float: left;
width: 100%;
line-height: 30px;
padding-left: 40px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
height: 30px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #fff;
opacity: 0.5;
font-weight: 100;
margin: 0;
}
.lefttoggle .list li p:hover {
cursor: pointer;
}
.lefttoggle .list li i {
position: absolute;
left: 15px;
top: 1px;
display: block;
width: 30px;
height: 30px;
cursor: pointer;
opacity: 0.5;
}
.lefttoggle .list li .fa-user {
width: 20px;
font-size: 18px;
display: inline-block;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #fff;
line-height: 30px;
height: 30px;
border-radius: 4px;
}
.lefttoggle .list li .fa-tag {
width: 20px;
font-size: 18px;
display: inline-block;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #fff;
line-height: 30px;
height: 30px;
border-radius: 4px;
}
.lefttoggle .list li .fa-chevron-circle-down, .lefttoggle .list li .fa-chevron-circle-right {
width: 20px;
font-size: 18px;
display: inline-block;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #fff;
line-height: 30px;
height: 30px;
border-radius: 4px;
}
.lefttoggle .list .two li .boxli p {
padding-right: 20px;
}
.lefttoggle .list .three li .boxli p {
padding-left: 78px;
padding-right: 20px;
}
.lefttoggle .list .three li .boxli i {
left: 54px;
}
.lefttoggle .list .four li .boxli p {
padding-left: 90px;
padding-right: 20px;
}
.lefttoggle .list .four li .boxli i {
left: 66px;
}
.lefttoggle .list .five li .boxli p {
padding-left: 102px;
padding-right: 20px;
}
.lefttoggle .list .five li .boxli i {
left: 78px;
}
.lefttoggle .list .six li .boxli p {
padding-left: 114px;
padding-right: 20px;
}
.lefttoggle .list .six li .boxli i {
left: 90px;
}
.lefttoggle .list .seven li .boxli p {
padding-left: 126px;
padding-right: 20px;
}
.lefttoggle .list .seven li .boxli i {
left: 102px;
}
.lefttoggle .list .eight li .boxli p {
padding-left: 138px;
padding-right: 20px;
}
.lefttoggle .list .eight li .boxli i {
left: 114px;
}
.lefttoggle .list .night li .boxli p {
padding-left: 162px;
padding-right: 20px;
}
.lefttoggle .list .night li .boxli i {
left: 138px;
}
.lefttoggle .list .ten li .boxli p {
padding-left: 186px;
padding-right: 20px;
}
.lefttoggle .list .ten li .boxli i {
left: 162px;
}
.lefttoggle .list .block {
display: block !important;
margin: 0;
padding: 0;
}
.lefttoggle .list li .boxli:hover p {
opacity: 1;
filter: alpha(opacity=100);
}
.lefttoggle .list li .boxli:hover i {
opacity: 1;
filter: alpha(opacity=100);
}
.lefttoggle .list li .boxli .caozuoblock {
display: block;
}
.lefttoggle .list li .boxli .caozuonone {
display: none;
}
.lefttoggle .list .whiteact .caozuonone {
display: none;
}
.lefttoggle .list .paixubtn span {
width: 40px;
height: 20px;
text-align: center;
line-height: 20px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
display: block;
float: right;
cursor: pointer;
margin-left: 5px;
}
.lefttoggle .list .paixubtn span.sure {
font-size: 12px;
}
.lefttoggle .list .paixubtn span.cancel {
font-size: 12px;
border: 1px solid #606D7B;
background: #383F4E;
}
.lefttoggle::-webkit-scrollbar {
width: 4px;
}
/* 这是针对缺省样式 (必须的) */
.lefttoggle::-webkit-scrollbar-track {
background-color: #5C6880;
}
/* 滚动条的滑轨背景颜色 */
.lefttoggle::-webkit-scrollbar-thumb {
background-color: rgba(250, 250, 250, 0.5);
}
/* 滑块颜色 */
.lefttoggle::-webkit-scrollbar-button {
background-color: #5C6880;
}
/* 滑轨两头的监听按钮颜色 */
.lefttoggle::-webkit-scrollbar-corner {
background-color: #5C6880;
}
.col-sm-9 .ibox-content .fa.fa-square-o {
font-size: 14px;
display: inline-block;
margin-right: 10px;
}
.col-sm-9 .ibox-content .fa.fa-minus-square-o {
font-size: 14px;
display: inline-block;
margin-right: 10px;
}
.col-sm-9 .ibox-content .fa.fa-check-square-o {
font-size: 14px;
display: inline-block;
margin-right: 10px;
} | src/main/resources/static/css/nodemanage.css | html, body {
height: 100%
}
.lefttoggle {
position: initial;
width: 100%;
bottom: 0;
left: 2px;
z-index: 10;
/*padding: 15px 0;*/
overflow-y: auto;
background: #2f4050;
height: 614px;
}
.lefttoggle .list {
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 5px 0;
position: relative;
}
.lefttoggle .list::-webkit-scrollbar {
width: 1px;
}
/* 这是针对缺省样式 (必须的) */
.lefttoggle .list::-webkit-scrollbar-track {
background-color: #5C6880;
width: 1px;
}
/* 滚动条的滑轨背景颜色 */
.lefttoggle .list::-webkit-scrollbar-thumb {
background-color: rgba(250, 250, 250, 0.5);
width: 1px;
}
/* 滑块颜色 */
.lefttoggle .list::-webkit-scrollbar-button {
background-color: #5C6880;
width: 1px;
}
/* 滑轨两头的监听按钮颜色 */
.lefttoggle .list::-webkit-scrollbar-corner {
background-color: #5C6880;
width: 1px;
}
/* 横向滚动条和纵向滚动条相交处尖角的颜色 */
.lefttoggle .list li {
list-style: none;
}
.lefttoggle .list li .boxli {
position: relative;
height: 30px;
margin: 0;
padding: 0;
display: inline-block;
width: 100%;
}
.lefttoggle .list .one .boxli {
z-index: 4;
}
.lefttoggle .list .two li .boxli {
z-index: 2;
}
.lefttoggle .list .three li .boxli {
z-index: 1;
}
.lefttoggle .list li .boxli:hover {
background: #293846;
}
.lefttoggle .list .whiteact * {
opacity: 1 !important;
filter: alpha(opacity=100) !important;
}
.lefttoggle .list .whiteact {
background: #293846;
z-index: 5 !important;
}
.lefttoggle .list li .boxli p {
float: left;
width: 100%;
line-height: 30px;
padding-left: 40px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
height: 30px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #fff;
opacity: 0.5;
font-weight: 100;
margin: 0;
}
.lefttoggle .list li p:hover {
cursor: pointer;
}
.lefttoggle .list li i {
position: absolute;
left: 15px;
top: 1px;
display: block;
width: 30px;
height: 30px;
cursor: pointer;
opacity: 0.5;
}
.lefttoggle .list li .fa-user {
width: 20px;
font-size: 18px;
display: inline-block;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #fff;
line-height: 30px;
height: 30px;
border-radius: 4px;
}
.lefttoggle .list li .fa-tag {
width: 20px;
font-size: 18px;
display: inline-block;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #fff;
line-height: 30px;
height: 30px;
border-radius: 4px;
}
.lefttoggle .list li .fa-chevron-circle-down, .lefttoggle .list li .fa-chevron-circle-right {
width: 20px;
font-size: 18px;
display: inline-block;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #fff;
line-height: 30px;
height: 30px;
border-radius: 4px;
}
.lefttoggle .list .two li .boxli p {
padding-right: 20px;
}
.lefttoggle .list .three li .boxli p {
padding-left: 78px;
padding-right: 20px;
}
.lefttoggle .list .three li .boxli i {
left: 54px;
}
.lefttoggle .list .four li .boxli p {
padding-left: 90px;
padding-right: 20px;
}
.lefttoggle .list .four li .boxli i {
left: 66px;
}
.lefttoggle .list .five li .boxli p {
padding-left: 102px;
padding-right: 20px;
}
.lefttoggle .list .five li .boxli i {
left: 78px;
}
.lefttoggle .list .six li .boxli p {
padding-left: 114px;
padding-right: 20px;
}
.lefttoggle .list .six li .boxli i {
left: 90px;
}
.lefttoggle .list .seven li .boxli p {
padding-left: 126px;
padding-right: 20px;
}
.lefttoggle .list .seven li .boxli i {
left: 102px;
}
.lefttoggle .list .eight li .boxli p {
padding-left: 138px;
padding-right: 20px;
}
.lefttoggle .list .eight li .boxli i {
left: 114px;
}
.lefttoggle .list .night li .boxli p {
padding-left: 162px;
padding-right: 20px;
}
.lefttoggle .list .night li .boxli i {
left: 138px;
}
.lefttoggle .list .ten li .boxli p {
padding-left: 186px;
padding-right: 20px;
}
.lefttoggle .list .ten li .boxli i {
left: 162px;
}
.lefttoggle .list .block {
display: block !important;
margin: 0;
padding: 0;
}
.lefttoggle .list li .boxli:hover p {
opacity: 1;
filter: alpha(opacity=100);
}
.lefttoggle .list li .boxli:hover i {
opacity: 1;
filter: alpha(opacity=100);
}
.lefttoggle .list li .boxli .caozuoblock {
display: block;
}
.lefttoggle .list li .boxli .caozuonone {
display: none;
}
.lefttoggle .list .whiteact .caozuonone {
display: none;
}
.lefttoggle .list .paixubtn span {
width: 40px;
height: 20px;
text-align: center;
line-height: 20px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
display: block;
float: right;
cursor: pointer;
margin-left: 5px;
}
.lefttoggle .list .paixubtn span.sure {
font-size: 12px;
}
.lefttoggle .list .paixubtn span.cancel {
font-size: 12px;
border: 1px solid #606D7B;
background: #383F4E;
}
.lefttoggle::-webkit-scrollbar {
width: 4px;
}
/* 这是针对缺省样式 (必须的) */
.lefttoggle::-webkit-scrollbar-track {
background-color: #5C6880;
}
/* 滚动条的滑轨背景颜色 */
.lefttoggle::-webkit-scrollbar-thumb {
background-color: rgba(250, 250, 250, 0.5);
}
/* 滑块颜色 */
.lefttoggle::-webkit-scrollbar-button {
background-color: #5C6880;
}
/* 滑轨两头的监听按钮颜色 */
.lefttoggle::-webkit-scrollbar-corner {
background-color: #5C6880;
}
.col-sm-9 .ibox-content .fa.fa-square-o {
font-size: 14px;
display: inline-block;
margin-right: 10px;
}
.col-sm-9 .ibox-content .fa.fa-minus-square-o {
font-size: 14px;
display: inline-block;
margin-right: 10px;
}
.col-sm-9 .ibox-content .fa.fa-check-square-o {
font-size: 14px;
display: inline-block;
margin-right: 10px;
} | 0.399109 | 0.0713 |
.npc .npc-box {
display: flex;
flex-direction: column;
text-align: center;
min-width: 450px;
min-height: 450px;
max-height: none !important;
margin: 0px 5px 0px 5px;
box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .6);
border-bottom-right-radius: 10px;
border-top-left-radius: 10px;
background-color: #f3f3f3;
}
/*.app.window-app.actor.npc .window-resizable-handle {
display: none !important;
}*/
.npc .npc-header-box {
display: flex;
flex-direction: row;
justify-content: space-evenly;
flex-wrap: wrap;
min-height: 50px;
border-bottom-right-radius: 10px;
border-top-left-radius: 10px;
background-color: #D6E7ED;
}
.npc .npc-header-block {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 100%;
background-color: #005971;
border-top-left-radius: 10px;
color: whitesmoke;
}
.npc .npc-header-block>span {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
height: 30px;
width: 100%;
line-height: 25px;
}
.npc .npc-header-block input[type=text] {
color: whitesmoke;
font-stretch: condensed;
line-height: 25px;
font-size: 1em;
border: none;
background: rgba(0, 0, 0, 0.1);
}
.npc .box-header {
display: flex;
flex-direction: row;
justify-content: space-evenly;
width: 100%;
background-color: rgba(0, 0, 0, .9);
height: 15px;
}
.npc .box-header>span {
display: flex;
justify-content: center;
align-self: center;
width: 100%;
font-size: 12px;
color: whitesmoke;
text-align: center;
text-transform: uppercase;
}
.npc .npc-ability-block {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: 0 0px 5px 0px;
background-color: #D6E7ED;
}
.npc .npc-ability {
display: flex;
flex-direction: row;
width: 50%;
}
.npc .npc-ability>span {
display: flex;
justify-content: center;
align-self: center;
font-size: .8em;
color: black;
text-align: center;
text-transform: uppercase;
}
.npc .npc-ability-name {
margin: 0 5px 0 5px;
}
.npc .npc-ability-value input[type=text] {
display: flex;
width: 15px;
height: 20px;
}
.npc .npc-ability-focus {
display: flex;
width: 100%;
}
.npc .npc-ability-focus input[type=text] {
height: 20px;
min-width: 30px;
font-size: .8em;
color: black;
text-align: left;
text-transform: uppercase;
text-overflow: ellipsis;
}
.npc .npc-attribute-block {
margin-bottom: 5px;
}
.npc .npc-attributes-box {
display: flex;
flex-direction: row;
justify-content: space-evenly;
padding: 5px 0 5px 0;
background-color: #D6E7ED;
}
.npc .npc-attribute-value {
display: flex;
justify-content: center;
width: 25%;
}
.npc .npc-attribute-value input[type=text] {
display: flex;
width: 25px;
height: 20px;
}
/****************/
.npc .npc-weapon-box {
display: flex;
flex-direction: column;
text-align: center;
width: 100%;
margin: 0px 0px 5px 0px;
background-color: #f3f3f3;
}
.npc .npc-weapon {
display: flex;
flex-direction: row;
width: 100%;
margin-bottom: 5px;
}
.npc .npc-weapon-row {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
width: 100%;
margin-top: 5px;
}
.npc .npc-weapon-list-item {
display: flex;
width: 100%;
justify-content: center;
}
.npc .npc-weapon-row .item-controls {
display: flex;
flex-direction: row;
justify-content: center;
}
.npc .npc-weapon-row a:first-child {
margin-right: 5px;
}
/*****************************/
.npc .npc-specials-block {
display: flex;
flex-direction: row;
flex-wrap: wrap;
min-height: 100px;
background-color: #f3f3f3;
}
.npc .npc-special-box {
display: flex;
flex-direction: column;
width: 100%;
}
.npc .npc-special-rows {
display: flex;
flex-direction: row;
padding: 0 5px 0 5px;
margin: 3px 0;
}
.npc .npc-special-rows span {
display: flex;
flex-wrap: nowrap;
font-size: 0.8em;
text-align: center;
line-height: 20px;
margin-right: 5px;
}
.npc .npc-special-rows input[type=text] {
height: 20px;
font-size: .8em;
color: black;
text-align: left;
text-transform: uppercase;
/*font-family: 'Montserrat', sans-serif;*/
}
.npc .npc-image-block {
display: flex;
flex-direction: column;
width: 100%;
min-height: 150px;
background-color: #D6E7ED;
}
.npc .npc-images {
display: flex;
flex-direction: row;
justify-content: space-evenly;
padding: 5px 0;
}
.npc .npc-images .npc-char-image img {
width: 150px;
object-fit: contain;
box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .6);
}
.npc .npc-notes-box {
display: flex;
flex-direction: column;
text-align: center;
width: 100%;
min-height: 100px;
margin: 0px 0px 10px 0px;
background-color: #f3f3f3;
}
.npc .npc-notes-container {
display: flex;
flex-direction: row;
width: 100%;
height: 100%;
flex-wrap: wrap;
justify-content: space-between;
}
.npc .npc-notes-container .editor {
width: 100%;
min-height: 100px;
background-color: transparent;
text-align: justify;
/*font-family: 'Montserrat', sans-serif;*/
padding: 5px;
}
.npc .npc-threat-footer {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 100%;
height: 30px;
background-color: #005971;
border-bottom-right-radius: 10px;
color: whitesmoke;
font-style: normal;
}
.npc .npc-threat-footer input[type=text] {
width: 25%;
color: whitesmoke;
font-stretch: condensed;
line-height: 25px;
font-size: 1em;
border: none;
background: rgba(0, 0, 0, 0.1);
/*font-family: 'Montserrat', sans-serif;*/
}
.rollable:hover {
text-shadow: #00c9e8 1px 0 10px;
cursor: pointer;
} | styles/npc.css | .npc .npc-box {
display: flex;
flex-direction: column;
text-align: center;
min-width: 450px;
min-height: 450px;
max-height: none !important;
margin: 0px 5px 0px 5px;
box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .6);
border-bottom-right-radius: 10px;
border-top-left-radius: 10px;
background-color: #f3f3f3;
}
/*.app.window-app.actor.npc .window-resizable-handle {
display: none !important;
}*/
.npc .npc-header-box {
display: flex;
flex-direction: row;
justify-content: space-evenly;
flex-wrap: wrap;
min-height: 50px;
border-bottom-right-radius: 10px;
border-top-left-radius: 10px;
background-color: #D6E7ED;
}
.npc .npc-header-block {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 100%;
background-color: #005971;
border-top-left-radius: 10px;
color: whitesmoke;
}
.npc .npc-header-block>span {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
height: 30px;
width: 100%;
line-height: 25px;
}
.npc .npc-header-block input[type=text] {
color: whitesmoke;
font-stretch: condensed;
line-height: 25px;
font-size: 1em;
border: none;
background: rgba(0, 0, 0, 0.1);
}
.npc .box-header {
display: flex;
flex-direction: row;
justify-content: space-evenly;
width: 100%;
background-color: rgba(0, 0, 0, .9);
height: 15px;
}
.npc .box-header>span {
display: flex;
justify-content: center;
align-self: center;
width: 100%;
font-size: 12px;
color: whitesmoke;
text-align: center;
text-transform: uppercase;
}
.npc .npc-ability-block {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: 0 0px 5px 0px;
background-color: #D6E7ED;
}
.npc .npc-ability {
display: flex;
flex-direction: row;
width: 50%;
}
.npc .npc-ability>span {
display: flex;
justify-content: center;
align-self: center;
font-size: .8em;
color: black;
text-align: center;
text-transform: uppercase;
}
.npc .npc-ability-name {
margin: 0 5px 0 5px;
}
.npc .npc-ability-value input[type=text] {
display: flex;
width: 15px;
height: 20px;
}
.npc .npc-ability-focus {
display: flex;
width: 100%;
}
.npc .npc-ability-focus input[type=text] {
height: 20px;
min-width: 30px;
font-size: .8em;
color: black;
text-align: left;
text-transform: uppercase;
text-overflow: ellipsis;
}
.npc .npc-attribute-block {
margin-bottom: 5px;
}
.npc .npc-attributes-box {
display: flex;
flex-direction: row;
justify-content: space-evenly;
padding: 5px 0 5px 0;
background-color: #D6E7ED;
}
.npc .npc-attribute-value {
display: flex;
justify-content: center;
width: 25%;
}
.npc .npc-attribute-value input[type=text] {
display: flex;
width: 25px;
height: 20px;
}
/****************/
.npc .npc-weapon-box {
display: flex;
flex-direction: column;
text-align: center;
width: 100%;
margin: 0px 0px 5px 0px;
background-color: #f3f3f3;
}
.npc .npc-weapon {
display: flex;
flex-direction: row;
width: 100%;
margin-bottom: 5px;
}
.npc .npc-weapon-row {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
width: 100%;
margin-top: 5px;
}
.npc .npc-weapon-list-item {
display: flex;
width: 100%;
justify-content: center;
}
.npc .npc-weapon-row .item-controls {
display: flex;
flex-direction: row;
justify-content: center;
}
.npc .npc-weapon-row a:first-child {
margin-right: 5px;
}
/*****************************/
.npc .npc-specials-block {
display: flex;
flex-direction: row;
flex-wrap: wrap;
min-height: 100px;
background-color: #f3f3f3;
}
.npc .npc-special-box {
display: flex;
flex-direction: column;
width: 100%;
}
.npc .npc-special-rows {
display: flex;
flex-direction: row;
padding: 0 5px 0 5px;
margin: 3px 0;
}
.npc .npc-special-rows span {
display: flex;
flex-wrap: nowrap;
font-size: 0.8em;
text-align: center;
line-height: 20px;
margin-right: 5px;
}
.npc .npc-special-rows input[type=text] {
height: 20px;
font-size: .8em;
color: black;
text-align: left;
text-transform: uppercase;
/*font-family: 'Montserrat', sans-serif;*/
}
.npc .npc-image-block {
display: flex;
flex-direction: column;
width: 100%;
min-height: 150px;
background-color: #D6E7ED;
}
.npc .npc-images {
display: flex;
flex-direction: row;
justify-content: space-evenly;
padding: 5px 0;
}
.npc .npc-images .npc-char-image img {
width: 150px;
object-fit: contain;
box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .6);
}
.npc .npc-notes-box {
display: flex;
flex-direction: column;
text-align: center;
width: 100%;
min-height: 100px;
margin: 0px 0px 10px 0px;
background-color: #f3f3f3;
}
.npc .npc-notes-container {
display: flex;
flex-direction: row;
width: 100%;
height: 100%;
flex-wrap: wrap;
justify-content: space-between;
}
.npc .npc-notes-container .editor {
width: 100%;
min-height: 100px;
background-color: transparent;
text-align: justify;
/*font-family: 'Montserrat', sans-serif;*/
padding: 5px;
}
.npc .npc-threat-footer {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 100%;
height: 30px;
background-color: #005971;
border-bottom-right-radius: 10px;
color: whitesmoke;
font-style: normal;
}
.npc .npc-threat-footer input[type=text] {
width: 25%;
color: whitesmoke;
font-stretch: condensed;
line-height: 25px;
font-size: 1em;
border: none;
background: rgba(0, 0, 0, 0.1);
/*font-family: 'Montserrat', sans-serif;*/
}
.rollable:hover {
text-shadow: #00c9e8 1px 0 10px;
cursor: pointer;
} | 0.515132 | 0.066448 |
body{
background-color: var( --main-content-bg);
}
.nav-books-links{
margin-bottom: 25px;
}
.cat-w-books-wrapper{
width: 95%;
margin: 0 auto;
position: relative;
padding-top: 1rem;
}
.nav-books-links_content--videos .link-b-videos,
.nav-books-links_content--books .link-b-books{
border-bottom: 4px solid black;
}
.cat-w-books-wrapper__row{
margin-bottom: 20px;
}
.cat-w-books-wrapper__row h1{
text-transform: capitalize;
}
.book-data-wrapper{
display: grid;
grid-template-columns: repeat(2 , 1fr);
grid-gap: 30px 10px;
margin: 0 auto;
}
.videoWrapper{
position: relative;
padding-bottom: 56.25%; /* 16:9 ratio */
padding-top: 25px;
height: 0;
}
.videoWrapper iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.wrapper-videos .videoWrapper{
margin-bottom: 20px
}
.book-item a{
text-decoration: none;
}
.book-item__truncate{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
line-height: 1.5rem;
max-height: 60px;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.book-item__bookName{
margin-top: 10px;
text-transform: capitalize;
font-size: 1.1rem;
margin-bottom: 2px;
}
@media only screen and (min-width: 480px) {
.book-data-wrapper{
grid-template-columns: repeat(auto-fill, minmax(135px, 1fr));
grid-gap: 40px 15px;
justify-content: space-between;
}
.wrapper-videos{
display: grid;
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
grid-gap: 40px 15px;
}
.wrapper-videos .videoWrapper{
margin-bottom: 20px
}
}
@media only screen and (min-width: 992px) {
.cat-w-books-wrapper{
max-width: 915px;
padding-top: 2rem;
}
.book-data-wrapper{
grid-gap: 40px 40px;
}
}
@media only screen and (min-width:1300px) {
.cat-w-books-wrapper{
max-width: 1300px;
}
} | resources/css/students/cat-w-books.css | body{
background-color: var( --main-content-bg);
}
.nav-books-links{
margin-bottom: 25px;
}
.cat-w-books-wrapper{
width: 95%;
margin: 0 auto;
position: relative;
padding-top: 1rem;
}
.nav-books-links_content--videos .link-b-videos,
.nav-books-links_content--books .link-b-books{
border-bottom: 4px solid black;
}
.cat-w-books-wrapper__row{
margin-bottom: 20px;
}
.cat-w-books-wrapper__row h1{
text-transform: capitalize;
}
.book-data-wrapper{
display: grid;
grid-template-columns: repeat(2 , 1fr);
grid-gap: 30px 10px;
margin: 0 auto;
}
.videoWrapper{
position: relative;
padding-bottom: 56.25%; /* 16:9 ratio */
padding-top: 25px;
height: 0;
}
.videoWrapper iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.wrapper-videos .videoWrapper{
margin-bottom: 20px
}
.book-item a{
text-decoration: none;
}
.book-item__truncate{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
line-height: 1.5rem;
max-height: 60px;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.book-item__bookName{
margin-top: 10px;
text-transform: capitalize;
font-size: 1.1rem;
margin-bottom: 2px;
}
@media only screen and (min-width: 480px) {
.book-data-wrapper{
grid-template-columns: repeat(auto-fill, minmax(135px, 1fr));
grid-gap: 40px 15px;
justify-content: space-between;
}
.wrapper-videos{
display: grid;
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
grid-gap: 40px 15px;
}
.wrapper-videos .videoWrapper{
margin-bottom: 20px
}
}
@media only screen and (min-width: 992px) {
.cat-w-books-wrapper{
max-width: 915px;
padding-top: 2rem;
}
.book-data-wrapper{
grid-gap: 40px 40px;
}
}
@media only screen and (min-width:1300px) {
.cat-w-books-wrapper{
max-width: 1300px;
}
} | 0.354768 | 0.071949 |
:root {
--medplum-background: #f8f9fa;
--medplum-surface: #ffffff;
--medplum-foreground: #424242;
--medplum-navbar: #5b2876;
--medplum-navbar-textbox: #7a4696;
--medplum-navbar-icon: #5b2876;
--medplum-navbar-placeholder: #ddc4eb;
--medplum-navbar-hover: #5d5d85;
--medplum-shadow: rgba(0, 0, 0, 0.2);
/* font sizes */
--medplum-font-small: 12px;
--medplum-font-normal: 13px;
--medplum-font-big: 18px;
/* gray */
--medplum-gray-50: #fafafa;
--medplum-gray-100: #f5f5f5;
--medplum-gray-200: #eeeeee;
--medplum-gray-300: #e0e0e0;
--medplum-gray-400: #bdbdbd;
--medplum-gray-500: #9e9e9e;
--medplum-gray-600: #757575;
--medplum-gray-700: #616161;
--medplum-gray-800: #424242;
--medplum-gray-900: #212121;
/* red */
--medplum-red-50: #ffebee;
--medplum-red-100: #ffcdd2;
--medplum-red-200: #ef9a9a;
--medplum-red-300: #e57373;
--medplum-red-400: #ef5350;
--medplum-red-500: #f44336;
--medplum-red-600: #e53935;
--medplum-red-700: #d32f2f;
--medplum-red-800: #c62828;
--medplum-red-900: #b71c1c;
/* purple */
--medplum-purple-50: #ede7f6;
--medplum-purple-100: #d1c4e9;
--medplum-purple-200: #b39ddb;
--medplum-purple-300: #9575cd;
--medplum-purple-400: #7e57c2;
--medplum-purple-500: #673ab7;
--medplum-purple-600: #5e35b1;
--medplum-purple-700: #512da8;
--medplum-purple-800: #4527a0;
--medplum-purple-900: #311b92;
/* blue */
--medplum-blue-50: #e3f2fd;
--medplum-blue-100: #bbdefb;
--medplum-blue-200: #90caf9;
--medplum-blue-300: #64b5f6;
--medplum-blue-400: #42a5f5;
--medplum-blue-500: #2196f3;
--medplum-blue-600: #1e88e5;
--medplum-blue-700: #1976d2;
--medplum-blue-800: #1565c0;
--medplum-blue-900: #0d47a1;
/* green */
--medplum-green-50: #e8f5e9;
--medplum-green-100: #c8e6c9;
--medplum-green-200: #a5d6a7;
--medplum-green-300: #81c784;
--medplum-green-400: #66bb6a;
--medplum-green-500: #4caf50;
--medplum-green-600: #43a047;
--medplum-green-700: #388e3c;
--medplum-green-800: #2e7d32;
--medplum-green-900: #1b5e20;
/* yellow */
--medplum-yellow-50: #fffde7;
--medplum-yellow-100: #fff9c4;
--medplum-yellow-200: #fff59d;
--medplum-yellow-300: #fff176;
--medplum-yellow-400: #ffee58;
--medplum-yellow-500: #ffeb3b;
--medplum-yellow-600: #fdd835;
--medplum-yellow-700: #fbc02d;
--medplum-yellow-800: #f9a825;
--medplum-yellow-900: #f57f17;
/* orange */
--medplum-orange-50: #fff3e0;
--medplum-orange-100: #ffe0b2;
--medplum-orange-200: #ffcc80;
--medplum-orange-300: #ffb74d;
--medplum-orange-400: #ffa726;
--medplum-orange-500: #ff9800;
--medplum-orange-600: #fb8c00;
--medplum-orange-700: #f57c00;
--medplum-orange-800: #ef6c00;
--medplum-orange-900: #e65100;
} | packages/ui/src/DefaultTheme.css | :root {
--medplum-background: #f8f9fa;
--medplum-surface: #ffffff;
--medplum-foreground: #424242;
--medplum-navbar: #5b2876;
--medplum-navbar-textbox: #7a4696;
--medplum-navbar-icon: #5b2876;
--medplum-navbar-placeholder: #ddc4eb;
--medplum-navbar-hover: #5d5d85;
--medplum-shadow: rgba(0, 0, 0, 0.2);
/* font sizes */
--medplum-font-small: 12px;
--medplum-font-normal: 13px;
--medplum-font-big: 18px;
/* gray */
--medplum-gray-50: #fafafa;
--medplum-gray-100: #f5f5f5;
--medplum-gray-200: #eeeeee;
--medplum-gray-300: #e0e0e0;
--medplum-gray-400: #bdbdbd;
--medplum-gray-500: #9e9e9e;
--medplum-gray-600: #757575;
--medplum-gray-700: #616161;
--medplum-gray-800: #424242;
--medplum-gray-900: #212121;
/* red */
--medplum-red-50: #ffebee;
--medplum-red-100: #ffcdd2;
--medplum-red-200: #ef9a9a;
--medplum-red-300: #e57373;
--medplum-red-400: #ef5350;
--medplum-red-500: #f44336;
--medplum-red-600: #e53935;
--medplum-red-700: #d32f2f;
--medplum-red-800: #c62828;
--medplum-red-900: #b71c1c;
/* purple */
--medplum-purple-50: #ede7f6;
--medplum-purple-100: #d1c4e9;
--medplum-purple-200: #b39ddb;
--medplum-purple-300: #9575cd;
--medplum-purple-400: #7e57c2;
--medplum-purple-500: #673ab7;
--medplum-purple-600: #5e35b1;
--medplum-purple-700: #512da8;
--medplum-purple-800: #4527a0;
--medplum-purple-900: #311b92;
/* blue */
--medplum-blue-50: #e3f2fd;
--medplum-blue-100: #bbdefb;
--medplum-blue-200: #90caf9;
--medplum-blue-300: #64b5f6;
--medplum-blue-400: #42a5f5;
--medplum-blue-500: #2196f3;
--medplum-blue-600: #1e88e5;
--medplum-blue-700: #1976d2;
--medplum-blue-800: #1565c0;
--medplum-blue-900: #0d47a1;
/* green */
--medplum-green-50: #e8f5e9;
--medplum-green-100: #c8e6c9;
--medplum-green-200: #a5d6a7;
--medplum-green-300: #81c784;
--medplum-green-400: #66bb6a;
--medplum-green-500: #4caf50;
--medplum-green-600: #43a047;
--medplum-green-700: #388e3c;
--medplum-green-800: #2e7d32;
--medplum-green-900: #1b5e20;
/* yellow */
--medplum-yellow-50: #fffde7;
--medplum-yellow-100: #fff9c4;
--medplum-yellow-200: #fff59d;
--medplum-yellow-300: #fff176;
--medplum-yellow-400: #ffee58;
--medplum-yellow-500: #ffeb3b;
--medplum-yellow-600: #fdd835;
--medplum-yellow-700: #fbc02d;
--medplum-yellow-800: #f9a825;
--medplum-yellow-900: #f57f17;
/* orange */
--medplum-orange-50: #fff3e0;
--medplum-orange-100: #ffe0b2;
--medplum-orange-200: #ffcc80;
--medplum-orange-300: #ffb74d;
--medplum-orange-400: #ffa726;
--medplum-orange-500: #ff9800;
--medplum-orange-600: #fb8c00;
--medplum-orange-700: #f57c00;
--medplum-orange-800: #ef6c00;
--medplum-orange-900: #e65100;
} | 0.296043 | 0.117193 |
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400;700&display=swap');
body{
background: #e96443; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #904e95, #e96443); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #904e95, #e96443); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
color: white;
font-family: 'Domine', serif;
}
#top-bar{
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
align-items: center;
margin-top:2%;
}
#top-bar ul li{
margin-left: 2em;
font-size: 1.3em;
}
#top-bar #menu ul{
text-decoration: none;
list-style: none;
display: flex;
flex-direction: row;
padding: 0;
}
#top-bar #menu a{
color: inherit;
}
#top-bar a:hover{
text-decoration: none;
}
#headline{
margin-top: 3%;
text-align: center;
}
#form{
margin: auto;
width: 40%;
padding:5% 0;
text-align: center;
padding-top: 4%;
border-radius: 10px;
}
#form div{
margin: 1%;
font-size: 25px;
text-align: center;
}
input[type=text]{
padding: 12px 20px;
margin: 8px 0;
box-sizing: border-box;
font-size: 20px;
border-radius: 4px;
border: none;
border-bottom: 3px solid white;
text-align: center;
background-color: transparent;
color:white;
width: 80%;
}
button{
margin-top: 5%;
padding: 12px 30px;
border: none;
border-radius: 4px;
color: white;
text-align: center;
}
::placeholder{
color: white;
}
input:focus,button:focus{
outline: none;
}
.btn-grad {background-image: linear-gradient(to right, #AA076B 0%, #61045F 51%, #AA076B 100%)}
footer{
margin-top: 1%;
width: 100%;
}
footer div{
width: 100%;
margin: auto;
text-align: center;
}
#disclaimer{
width: 100%;
text-align: left;
font-size: 0.8em;
border: 1px dotted white;
margin-bottom: 1em;
}
.title{
text-align: center;
font-size: 1.5em;
font-weight: 700;
width: 100%;
border-bottom:1px dotted white ;
}
#about-contact a{
text-decoration: none;
color: white;
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}
/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
#top-bar>div>ul{
flex-direction: column !important;
display: none !important;
}
#top-bar{
justify-content: center;
}
#headline h2,#headline h6{
display: none;
}
#headline::before{
content: 'GGSIPU BCA/MCA Results';
display: block;
font-size: 1em;
text-align: center;
}
#headline::after{
display: block;
content: '2017 Onwards';
font-size: 1em;
text-align: center;
}
#form{
width: 100% !important;
}
#form label{
font-size: large;
}
#form input{
width: 70%;
}
footer h5, footer h6{
font-size: small;
text-align: center;
}
#disclaimer{
width: 100%;
text-align: left;
font-size: 0.7em;
border: 1px dotted white;
margin-bottom: 1em;
}
#disclaimer>ul{
box-sizing: border-box;
overflow: hidden;
padding-right: 0.8em;
}
.title{
text-align: center;
font-size: 1em;
font-weight: 700;
width: 100%;
border-bottom:1px dotted white ;
margin: 0;
}
#about-contact a{
text-decoration: none;
color: white;
}
} | public/assets/css/index.css | @import url('https://fonts.googleapis.com/css2?family=Domine:wght@400;700&display=swap');
body{
background: #e96443; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #904e95, #e96443); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #904e95, #e96443); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
color: white;
font-family: 'Domine', serif;
}
#top-bar{
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
align-items: center;
margin-top:2%;
}
#top-bar ul li{
margin-left: 2em;
font-size: 1.3em;
}
#top-bar #menu ul{
text-decoration: none;
list-style: none;
display: flex;
flex-direction: row;
padding: 0;
}
#top-bar #menu a{
color: inherit;
}
#top-bar a:hover{
text-decoration: none;
}
#headline{
margin-top: 3%;
text-align: center;
}
#form{
margin: auto;
width: 40%;
padding:5% 0;
text-align: center;
padding-top: 4%;
border-radius: 10px;
}
#form div{
margin: 1%;
font-size: 25px;
text-align: center;
}
input[type=text]{
padding: 12px 20px;
margin: 8px 0;
box-sizing: border-box;
font-size: 20px;
border-radius: 4px;
border: none;
border-bottom: 3px solid white;
text-align: center;
background-color: transparent;
color:white;
width: 80%;
}
button{
margin-top: 5%;
padding: 12px 30px;
border: none;
border-radius: 4px;
color: white;
text-align: center;
}
::placeholder{
color: white;
}
input:focus,button:focus{
outline: none;
}
.btn-grad {background-image: linear-gradient(to right, #AA076B 0%, #61045F 51%, #AA076B 100%)}
footer{
margin-top: 1%;
width: 100%;
}
footer div{
width: 100%;
margin: auto;
text-align: center;
}
#disclaimer{
width: 100%;
text-align: left;
font-size: 0.8em;
border: 1px dotted white;
margin-bottom: 1em;
}
.title{
text-align: center;
font-size: 1.5em;
font-weight: 700;
width: 100%;
border-bottom:1px dotted white ;
}
#about-contact a{
text-decoration: none;
color: white;
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}
/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
#top-bar>div>ul{
flex-direction: column !important;
display: none !important;
}
#top-bar{
justify-content: center;
}
#headline h2,#headline h6{
display: none;
}
#headline::before{
content: 'GGSIPU BCA/MCA Results';
display: block;
font-size: 1em;
text-align: center;
}
#headline::after{
display: block;
content: '2017 Onwards';
font-size: 1em;
text-align: center;
}
#form{
width: 100% !important;
}
#form label{
font-size: large;
}
#form input{
width: 70%;
}
footer h5, footer h6{
font-size: small;
text-align: center;
}
#disclaimer{
width: 100%;
text-align: left;
font-size: 0.7em;
border: 1px dotted white;
margin-bottom: 1em;
}
#disclaimer>ul{
box-sizing: border-box;
overflow: hidden;
padding-right: 0.8em;
}
.title{
text-align: center;
font-size: 1em;
font-weight: 700;
width: 100%;
border-bottom:1px dotted white ;
margin: 0;
}
#about-contact a{
text-decoration: none;
color: white;
}
} | 0.381911 | 0.075041 |
* {
font-family: Arial, sans-serif;
}
body {
font-size: 20px;
margin: 0 0 0 0;
display: flex;
flex-flow: row;
justify-content: center;
}
h1 {
font-size: 1.5rem;
}
pre {
font-family: 'Courier New', Courier, monospace;
font-size: 0.8rem;
white-space: pre-wrap;
}
.username {
color: #5c5a5a;
font-style: italic;
}
pre.events {
white-space: pre-wrap;
height: 400px;
overflow-x: scroll;
overflow-y: scroll;
border: 1px solid black;
border-radius: 5px;
}
.btn {
border: 1px solid #121457;
padding: 8px;
border-radius: 5px;
text-align: right;
width: fit-content;
font-size: 1.5rem;
font-weight: bolder;
}
.btn-standard {
border: 1px solid #121457;
background-color: #118EDA;
color: #fff;
}
.btn-error {
border: 1px solid #121457;
background-color: #ED7D31;
color: #000;
}
.float-right {
float: right;
}
.float-left {
float: left;
}
.btn-forward::after {
content: " >>"
}
.btn-backward::before {
content: "<< "
}
.center {
text-align: center;
}
.column-center {
display: flex;
flex-flow: column;
flex-grow: 1;
flex-shrink: 1;
flex-basis: auto;
}
.column-center--questionnaire {
max-width: 800px;
}
.header {
padding: 10px;
max-width: 90%;
height: 100px;
}
.body {
flex-grow: 1;
flex-shrink: 1;
flex-basis: auto;
margin-left: 10px;
margin-right: 10px;
}
.footer {
margin-top: 15px;
background-image: url("/images/footer_repeat.png");
background-repeat: repeat-x;
}
.clear-fix {
clear: both;
}
.question {
border: 1px solid black;
border-radius: 5px;
}
.question_text {
font-size: 1.5rem;
font-weight: bold;
}
.answers {
display: flex;
flex-direction: row;
font-size: 1.5rem;
}
.answer {
flex: 1;
text-align: center;
}
input[type=radio] {
border: 0px;
width: 1.5rem;
height: 1.5rem;
}
input[type=checkbox] {
border: 0px;
width: 2rem;
height: 2rem;
padding: 0;
margin:0;
vertical-align: bottom;
position: relative;
top: -1px;
overflow: hidden;
margin-right: 5px;
}
label {
font-size: 1.5rem;
display: block;
}
input[type=text] {
border: 1px solid black;
border-radius: 5px;
font-size: 2rem;
width: 100%;
padding-left: 10px;
padding-right: 10px;
}
input[type=text].required {
border: 1px solid red;
}
.image-container {
overflow: hidden;
}
.text-center {
text-align: center;
}
.image-scale-horizontal {
max-width: 100%;
object-fit: fill;
}
.image-scale-vertical {
max-height: 100%;
object-fit: fill;
}
.hidden {
display: none;
visibility: hidden;
}
.visible {
display: inherit;
visibility: visible;
}
.m-top--small {
margin-top: 10px;
}
.m-top--medium {
margin-top: 20px;
}
.m-top--large {
margin-top: 30px;
}
.m-bottom--small {
margin-bottom: 10px;
}
.m-bottom--medium {
margin-bottom: 20px;
}
.m-bottom--large {
margin-bottom: 30px;
}
.m-right--xsmall {
margin-right: 5px;
}
.m-right--small {
margin-right: 10px;
}
.m-right--medium {
margin-right: 20px;
}
.m-right--large {
margin-right: 30px;
}
.m-vertical--small {
margin-top: 10px;
margin-bottom: 10px;
}
.m-vertical--medium {
margin-top: 20px;
margin-bottom: 20px;
}
.m-vertical--large {
margin-top: 30px;
margin-bottom: 20px;
}
.p-around--small {
padding: 10px;
}
.p-around--medium {
padding: 20px;
}
.p-around--large {
padding: 30px;
}
#validation_msg {
color: red;
} | public/css/styles.css | * {
font-family: Arial, sans-serif;
}
body {
font-size: 20px;
margin: 0 0 0 0;
display: flex;
flex-flow: row;
justify-content: center;
}
h1 {
font-size: 1.5rem;
}
pre {
font-family: 'Courier New', Courier, monospace;
font-size: 0.8rem;
white-space: pre-wrap;
}
.username {
color: #5c5a5a;
font-style: italic;
}
pre.events {
white-space: pre-wrap;
height: 400px;
overflow-x: scroll;
overflow-y: scroll;
border: 1px solid black;
border-radius: 5px;
}
.btn {
border: 1px solid #121457;
padding: 8px;
border-radius: 5px;
text-align: right;
width: fit-content;
font-size: 1.5rem;
font-weight: bolder;
}
.btn-standard {
border: 1px solid #121457;
background-color: #118EDA;
color: #fff;
}
.btn-error {
border: 1px solid #121457;
background-color: #ED7D31;
color: #000;
}
.float-right {
float: right;
}
.float-left {
float: left;
}
.btn-forward::after {
content: " >>"
}
.btn-backward::before {
content: "<< "
}
.center {
text-align: center;
}
.column-center {
display: flex;
flex-flow: column;
flex-grow: 1;
flex-shrink: 1;
flex-basis: auto;
}
.column-center--questionnaire {
max-width: 800px;
}
.header {
padding: 10px;
max-width: 90%;
height: 100px;
}
.body {
flex-grow: 1;
flex-shrink: 1;
flex-basis: auto;
margin-left: 10px;
margin-right: 10px;
}
.footer {
margin-top: 15px;
background-image: url("/images/footer_repeat.png");
background-repeat: repeat-x;
}
.clear-fix {
clear: both;
}
.question {
border: 1px solid black;
border-radius: 5px;
}
.question_text {
font-size: 1.5rem;
font-weight: bold;
}
.answers {
display: flex;
flex-direction: row;
font-size: 1.5rem;
}
.answer {
flex: 1;
text-align: center;
}
input[type=radio] {
border: 0px;
width: 1.5rem;
height: 1.5rem;
}
input[type=checkbox] {
border: 0px;
width: 2rem;
height: 2rem;
padding: 0;
margin:0;
vertical-align: bottom;
position: relative;
top: -1px;
overflow: hidden;
margin-right: 5px;
}
label {
font-size: 1.5rem;
display: block;
}
input[type=text] {
border: 1px solid black;
border-radius: 5px;
font-size: 2rem;
width: 100%;
padding-left: 10px;
padding-right: 10px;
}
input[type=text].required {
border: 1px solid red;
}
.image-container {
overflow: hidden;
}
.text-center {
text-align: center;
}
.image-scale-horizontal {
max-width: 100%;
object-fit: fill;
}
.image-scale-vertical {
max-height: 100%;
object-fit: fill;
}
.hidden {
display: none;
visibility: hidden;
}
.visible {
display: inherit;
visibility: visible;
}
.m-top--small {
margin-top: 10px;
}
.m-top--medium {
margin-top: 20px;
}
.m-top--large {
margin-top: 30px;
}
.m-bottom--small {
margin-bottom: 10px;
}
.m-bottom--medium {
margin-bottom: 20px;
}
.m-bottom--large {
margin-bottom: 30px;
}
.m-right--xsmall {
margin-right: 5px;
}
.m-right--small {
margin-right: 10px;
}
.m-right--medium {
margin-right: 20px;
}
.m-right--large {
margin-right: 30px;
}
.m-vertical--small {
margin-top: 10px;
margin-bottom: 10px;
}
.m-vertical--medium {
margin-top: 20px;
margin-bottom: 20px;
}
.m-vertical--large {
margin-top: 30px;
margin-bottom: 20px;
}
.p-around--small {
padding: 10px;
}
.p-around--medium {
padding: 20px;
}
.p-around--large {
padding: 30px;
}
#validation_msg {
color: red;
} | 0.554953 | 0.145935 |
@-moz-document url-prefix("http://www.baidu.com/s"), url-prefix("http://www.baidu.com/#wd") {
* {
font-family: 微软雅黑 !important;
transition: background ease-out 0.25s ;
}
.shouji,.EC_mr15,.ec_bdtg,#ec_im_container,td[align="left"]>div:nth-child(1) {
display:none!important;
}
a {
text-decoration: none !important;
transition: all ease-out 0.25s ;
}
body {
background:#333!important;
color:#eee;
-webkit-transition: none!important ;
-moz-transition: none!important ;
transition: none!important ;
margin: 0px !important;
padding: 0px !important;
}
body:before {
content: "";
position: fixed;
bottom: -10px;
left: 0;
width: 100%;
height: 10px;
z-index: 999;
box-shadow: 0 0 30px 10px #222;
}
#wrapper_wrapper a,#u a {
color: #99ccff !important;
text-decoration: none !important;
}
#wrapper a:hover {
text-shadow: 0px 0px 5px #aaa;
}
#wrapper a:visited {
text-decoration: none !important;
}
.favurl{
background-position: 3px 4px;
}
.f {
width: 35em !important;
}
#app-list-scene,#app-rcmd
{
height: auto !important;
}
.f >.t{
padding-bottom:3px !important;
}
h3.t {
border-bottom: thin solid #111;
margin-bottom:0px!important;
}
#content_left>table> h3.t + *,#content_left>div > h3.t + *,.op_tieba2_container {
border-top: thin solid #555!important;
margin-top:0px!important;
padding-top:3px!important;
}
h3.t a {
font-weight: 500;
border-left: thick solid #99ccff;
padding-bottom: 3px !important;
}
h3.t a:before {
content: "|";
color: rgba(0,0,0,0);
}
h3.t a:visited {
border-left: thick solid #999;
color: #999;
}
h3 a, a em {
text-decoration: none !important;
}
.ecl-weigou-header-inner {
overflow: hidden;
}
#wrapper a.ecl-weigou-filter-first,#wrapper .s-mod-hotnews-img-title a,#wrapper a.icon-gw,#wrapper #new_weather_air_link{
color:#fff!important;
}
.anchorBL{
display:none;
}
.opr-jigou-danpoi-map div,.opr-jigou-danpoi-mapContainer div{
-webkit-transition: all ease-out 0.2s ;
-moz-transition: all ease-out 0.2s ;
transition: all ease-out 0.2s ;
}
.BMap_stdMpCtrl
{
-webkit-transition: none ;
-moz-transition: none ;
transition: none ;
}
.f>div {
padding-left: 8px;
}
div.likebox {
padding: 0px;
}
#rs {
background: #444 !important;
position: relative;
border-top: 3px solid #99ccff;
box-shadow: 0 1px 4px rgba(0,0,0,0.25);
margin: 20px 0 0 0;
-webkit-transition: none!important ;
-moz-transition: none!important ;
transition: none!important ;
width:auto !important;
}
#head {
-webkit-transition: none!important ;
-moz-transition: none!important ;
transition: none!important ;
width:auto !important;
background: #444;
position: relative;
padding-top: 3px;
padding-bottom: 5px;
border-top: 3px solid #99ccff;
box-shadow: 0 0px 5px rgba(0,0,0,0.25);
}
#head:before,#rs:before {
content: '';
position: absolute;
z-index: -1;
bottom: 30px;
left: 11px;
width: 51%;
height: 24%;
box-shadow: 0 25px 10px rgba(0, 0, 0, 0.4);
-webkit-transform: rotate(-1deg) skew(-7deg);
-moz-transform: rotate(-1deg) skew(-7deg);
transform: rotate(-1deg) skew(-7deg);
}
#head:after,#rs:after {
content: '';
position: absolute;
z-index: -1;
bottom: 30px;
right: 11px;
width: 51%;
height: 24%;
box-shadow: 0 25px 10px rgba(0, 0, 0, 0.4);
-webkit-transform: rotate(1deg) skew(7deg);
-moz-transform: rotate(1deg) skew(7deg);
transform: rotate(1deg) skew(7deg);
}
.s_ipt{
background:none!important;
color:#eee!important ;
}
.s_ipt_wr,form > #kw{
transition: all ease-out 0.25s ;
background:#555!important;
border:0px solid #fff!important;
box-shadow:0 0 5px #444;
}
.s_ipt_wr:hover,form > #kw:hover{
border:0px solid #fff!important;
box-shadow:0 0 5px #999;
}
.s_btn,#su{
transition: all ease-out 0.25s ;
background:#888 !important;
color:#fff;
box-shadow:0 0 3px #222;
outline-color:rgba(0,0,0,0)!important;
}
.s_btn:hover,#su:hover{
background:#999 !important;
box-shadow:0 0 5px #666;
}
.s_btn:active,#su:active {
-moz-transform: scale(0.95, 0.95);
-webkit-transform: scale(0.95, 0.95);
box-shadow: 0 0px 2px #999;
-webkit-transition: all 0.1s;
-moz-transition: all 0.1s;
transition: all 0.1s;
}
.s_btn_wr{
background:rgba(0,0,0,0);
}
.bdsug {
background: #666!important;
border: 0px solid #817f82!important;
box-shadow: 0px 3px 10px rgba(0,0,0,1)!important;
}
.bdsug li.bdsug-s {
background: #888!important;
}
#u {
-webkit-transition: none!important ;
-moz-transition: none!important ;
transition: none!important ;
padding: 3px;
top: 3px;
right: 0px;
border-bottom: 3px solid #ddd;
}
#content_left em {
text-decoration: none !important;
color:#f93!important;
font-weight:bold;
}
.m, a.m {
color: #999!important;
}
#nv{
height: 24px;
}
.mod-pk a,.s-weather-border a,.weather-ok a,#bottom_container a
{
color:#999 !important;
}
#s_tab a,#nv a{
color: #eee !important;
text-decoration: none !important;
}
#s_tab a:hover {
color:#fff !important;
}
#s_tab b{
color: #99ccff !important;
text-decoration: none !important;
border-bottom: 3px solid #99ccff !important;
}
#nv b{
text-decoration: none !important;
border-bottom: 3px solid #99ccff !important;
}
#s_tab {
border-bottom: 3px solid #ccc;
padding-top:15px!important;
}
#new_weather_air_link{
color:#fff !important;
}
@-webkit-keyframes a001 {
0% {
-webkit-transform:translateY(64px);
opacity:0;
}
50% {
opacity:0;
}
100% {
opacity:1;
}
}
#content_right {
-webkit-animation-name: a001;
-webkit-animation-duration: 1s;
-webkit-animation-timing-function: ease;
border-left: 1px solid #444!important;
}
.cr-title{
color:#eee;
}
.hint_right_bottom{
background:#eee;
}
.c-abstract{
transition: none!important;
}
.c-table th {
color: #eee!important;
border-color: #555!important;
background-color: #666!important;
}
.c-table th, .c-table td {
border-bottom: 1px solid #555!important;
}
#content_left>* {
width:550px;
margin-bottom: 20px!important;
transition: all ease-out 0.25s ;
box-shadow: 0 0px 0px 5px rgba(0,0,0,0);
}
#content_left>*:hover {
background:#444;
-moz-transform: translate(0px, -3px);
-webkit-transform: translate(0px, -3px);
-moz-transition: all 0.3s;
box-shadow: 0 0px 0px 5px #444, 0 2px 14px 0px rgba(0,0,0,0.7);
}
#content_left>*:active {
-moz-transform: translate(0px, -0.5px) scale(0.995, 0.995);
-webkit-transform: translate(0px, -0.5px) scale(0.995, 0.995);
box-shadow: 0 0px 0px 5px #444, 0 2px 10px 0px rgba(0,0,0,0.3);
-webkit-transition: all 0.1s;
-moz-transition: all 0.1s;
transition: all 0.1s;
}
#content_left>table table {
margin: 0;
padding: 0;
box-shadow: 0 0px 0px rgba(0,0,0,0.25);
}
.ecl-weigou,.ecl-weigou-product{
background:none!important;
}
.ecl-weigou-morebtn,.ecl-weigou-filter-wrapper a{
border:1px solid #666!important;
}
.op-zx-mussong-ctrl span,.op-zx-mussong-ctrl div{
-webkit-transition: all ease-out 0s ;
-moz-transition: all ease-out 0s ;
transition: all ease-out 0s ;
}
#content_left .c-btn-primary,#op_wiseapp_download a,#wrapper .c-btn{
background: #444!important;
color:#FFF!important;
}
.op_tieba2_tablinks_container {
border-bottom: 1px solid #444!important;
}
.c-border{
border:none!important;
}
.ecl-ec-spu-type .ecl-ec-spu-type-merchant-list th {
background-color: #666!important;
border-bottom: 1px solid #666!important;
}
.ecl-ec-spu-type .ecl-ec-spu-type-merchant-list td {
padding: 8px 10px;
border-bottom: 1px solid #666!important;
}
#page a, #page strong{
background:none!important;
}
#page .pc {
border: 1px solid #666!important;
}
#page .n:hover, #page a:hover .pc {
background: #999!important;;
}
@-webkit-keyframes logoR {
0% {
-webkit-transform:translateY(0px);
}
50% {
-webkit-transform:translateY(8px);
}
100% {
-webkit-transform:translateY(0px);
opacity:1;
}
}
@keyframes logoR {
0% {
transform:translateY(0px);
}
50% {
transform:translateY(8px);
}
100% {
transform:translateY(0px);
opacity:1;
}
}
#lg > img{
-webkit-animation-name: logoR;
-webkit-animation-duration: 4s;
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-iteration-count:infinite;
animation-name: logoR;
animation-duration: 4s;
animation-timing-function: ease-in-out;
animation-iteration-count:infinite;
}
.bg.logo{
background-image:none!important;
}
.s_logo img{
opacity:0;
display: none!important;
}
.s_logo:before {
display: block;
content: "Baidu";
color: #9cF;
font-weight: bold;
font-size: 40px;
font-family: arial;
text-shadow: 0 0 5px #000;
}
.bg.logo{
display:none;
}
} | data/usercss/98912.user.css | @-moz-document url-prefix("http://www.baidu.com/s"), url-prefix("http://www.baidu.com/#wd") {
* {
font-family: 微软雅黑 !important;
transition: background ease-out 0.25s ;
}
.shouji,.EC_mr15,.ec_bdtg,#ec_im_container,td[align="left"]>div:nth-child(1) {
display:none!important;
}
a {
text-decoration: none !important;
transition: all ease-out 0.25s ;
}
body {
background:#333!important;
color:#eee;
-webkit-transition: none!important ;
-moz-transition: none!important ;
transition: none!important ;
margin: 0px !important;
padding: 0px !important;
}
body:before {
content: "";
position: fixed;
bottom: -10px;
left: 0;
width: 100%;
height: 10px;
z-index: 999;
box-shadow: 0 0 30px 10px #222;
}
#wrapper_wrapper a,#u a {
color: #99ccff !important;
text-decoration: none !important;
}
#wrapper a:hover {
text-shadow: 0px 0px 5px #aaa;
}
#wrapper a:visited {
text-decoration: none !important;
}
.favurl{
background-position: 3px 4px;
}
.f {
width: 35em !important;
}
#app-list-scene,#app-rcmd
{
height: auto !important;
}
.f >.t{
padding-bottom:3px !important;
}
h3.t {
border-bottom: thin solid #111;
margin-bottom:0px!important;
}
#content_left>table> h3.t + *,#content_left>div > h3.t + *,.op_tieba2_container {
border-top: thin solid #555!important;
margin-top:0px!important;
padding-top:3px!important;
}
h3.t a {
font-weight: 500;
border-left: thick solid #99ccff;
padding-bottom: 3px !important;
}
h3.t a:before {
content: "|";
color: rgba(0,0,0,0);
}
h3.t a:visited {
border-left: thick solid #999;
color: #999;
}
h3 a, a em {
text-decoration: none !important;
}
.ecl-weigou-header-inner {
overflow: hidden;
}
#wrapper a.ecl-weigou-filter-first,#wrapper .s-mod-hotnews-img-title a,#wrapper a.icon-gw,#wrapper #new_weather_air_link{
color:#fff!important;
}
.anchorBL{
display:none;
}
.opr-jigou-danpoi-map div,.opr-jigou-danpoi-mapContainer div{
-webkit-transition: all ease-out 0.2s ;
-moz-transition: all ease-out 0.2s ;
transition: all ease-out 0.2s ;
}
.BMap_stdMpCtrl
{
-webkit-transition: none ;
-moz-transition: none ;
transition: none ;
}
.f>div {
padding-left: 8px;
}
div.likebox {
padding: 0px;
}
#rs {
background: #444 !important;
position: relative;
border-top: 3px solid #99ccff;
box-shadow: 0 1px 4px rgba(0,0,0,0.25);
margin: 20px 0 0 0;
-webkit-transition: none!important ;
-moz-transition: none!important ;
transition: none!important ;
width:auto !important;
}
#head {
-webkit-transition: none!important ;
-moz-transition: none!important ;
transition: none!important ;
width:auto !important;
background: #444;
position: relative;
padding-top: 3px;
padding-bottom: 5px;
border-top: 3px solid #99ccff;
box-shadow: 0 0px 5px rgba(0,0,0,0.25);
}
#head:before,#rs:before {
content: '';
position: absolute;
z-index: -1;
bottom: 30px;
left: 11px;
width: 51%;
height: 24%;
box-shadow: 0 25px 10px rgba(0, 0, 0, 0.4);
-webkit-transform: rotate(-1deg) skew(-7deg);
-moz-transform: rotate(-1deg) skew(-7deg);
transform: rotate(-1deg) skew(-7deg);
}
#head:after,#rs:after {
content: '';
position: absolute;
z-index: -1;
bottom: 30px;
right: 11px;
width: 51%;
height: 24%;
box-shadow: 0 25px 10px rgba(0, 0, 0, 0.4);
-webkit-transform: rotate(1deg) skew(7deg);
-moz-transform: rotate(1deg) skew(7deg);
transform: rotate(1deg) skew(7deg);
}
.s_ipt{
background:none!important;
color:#eee!important ;
}
.s_ipt_wr,form > #kw{
transition: all ease-out 0.25s ;
background:#555!important;
border:0px solid #fff!important;
box-shadow:0 0 5px #444;
}
.s_ipt_wr:hover,form > #kw:hover{
border:0px solid #fff!important;
box-shadow:0 0 5px #999;
}
.s_btn,#su{
transition: all ease-out 0.25s ;
background:#888 !important;
color:#fff;
box-shadow:0 0 3px #222;
outline-color:rgba(0,0,0,0)!important;
}
.s_btn:hover,#su:hover{
background:#999 !important;
box-shadow:0 0 5px #666;
}
.s_btn:active,#su:active {
-moz-transform: scale(0.95, 0.95);
-webkit-transform: scale(0.95, 0.95);
box-shadow: 0 0px 2px #999;
-webkit-transition: all 0.1s;
-moz-transition: all 0.1s;
transition: all 0.1s;
}
.s_btn_wr{
background:rgba(0,0,0,0);
}
.bdsug {
background: #666!important;
border: 0px solid #817f82!important;
box-shadow: 0px 3px 10px rgba(0,0,0,1)!important;
}
.bdsug li.bdsug-s {
background: #888!important;
}
#u {
-webkit-transition: none!important ;
-moz-transition: none!important ;
transition: none!important ;
padding: 3px;
top: 3px;
right: 0px;
border-bottom: 3px solid #ddd;
}
#content_left em {
text-decoration: none !important;
color:#f93!important;
font-weight:bold;
}
.m, a.m {
color: #999!important;
}
#nv{
height: 24px;
}
.mod-pk a,.s-weather-border a,.weather-ok a,#bottom_container a
{
color:#999 !important;
}
#s_tab a,#nv a{
color: #eee !important;
text-decoration: none !important;
}
#s_tab a:hover {
color:#fff !important;
}
#s_tab b{
color: #99ccff !important;
text-decoration: none !important;
border-bottom: 3px solid #99ccff !important;
}
#nv b{
text-decoration: none !important;
border-bottom: 3px solid #99ccff !important;
}
#s_tab {
border-bottom: 3px solid #ccc;
padding-top:15px!important;
}
#new_weather_air_link{
color:#fff !important;
}
@-webkit-keyframes a001 {
0% {
-webkit-transform:translateY(64px);
opacity:0;
}
50% {
opacity:0;
}
100% {
opacity:1;
}
}
#content_right {
-webkit-animation-name: a001;
-webkit-animation-duration: 1s;
-webkit-animation-timing-function: ease;
border-left: 1px solid #444!important;
}
.cr-title{
color:#eee;
}
.hint_right_bottom{
background:#eee;
}
.c-abstract{
transition: none!important;
}
.c-table th {
color: #eee!important;
border-color: #555!important;
background-color: #666!important;
}
.c-table th, .c-table td {
border-bottom: 1px solid #555!important;
}
#content_left>* {
width:550px;
margin-bottom: 20px!important;
transition: all ease-out 0.25s ;
box-shadow: 0 0px 0px 5px rgba(0,0,0,0);
}
#content_left>*:hover {
background:#444;
-moz-transform: translate(0px, -3px);
-webkit-transform: translate(0px, -3px);
-moz-transition: all 0.3s;
box-shadow: 0 0px 0px 5px #444, 0 2px 14px 0px rgba(0,0,0,0.7);
}
#content_left>*:active {
-moz-transform: translate(0px, -0.5px) scale(0.995, 0.995);
-webkit-transform: translate(0px, -0.5px) scale(0.995, 0.995);
box-shadow: 0 0px 0px 5px #444, 0 2px 10px 0px rgba(0,0,0,0.3);
-webkit-transition: all 0.1s;
-moz-transition: all 0.1s;
transition: all 0.1s;
}
#content_left>table table {
margin: 0;
padding: 0;
box-shadow: 0 0px 0px rgba(0,0,0,0.25);
}
.ecl-weigou,.ecl-weigou-product{
background:none!important;
}
.ecl-weigou-morebtn,.ecl-weigou-filter-wrapper a{
border:1px solid #666!important;
}
.op-zx-mussong-ctrl span,.op-zx-mussong-ctrl div{
-webkit-transition: all ease-out 0s ;
-moz-transition: all ease-out 0s ;
transition: all ease-out 0s ;
}
#content_left .c-btn-primary,#op_wiseapp_download a,#wrapper .c-btn{
background: #444!important;
color:#FFF!important;
}
.op_tieba2_tablinks_container {
border-bottom: 1px solid #444!important;
}
.c-border{
border:none!important;
}
.ecl-ec-spu-type .ecl-ec-spu-type-merchant-list th {
background-color: #666!important;
border-bottom: 1px solid #666!important;
}
.ecl-ec-spu-type .ecl-ec-spu-type-merchant-list td {
padding: 8px 10px;
border-bottom: 1px solid #666!important;
}
#page a, #page strong{
background:none!important;
}
#page .pc {
border: 1px solid #666!important;
}
#page .n:hover, #page a:hover .pc {
background: #999!important;;
}
@-webkit-keyframes logoR {
0% {
-webkit-transform:translateY(0px);
}
50% {
-webkit-transform:translateY(8px);
}
100% {
-webkit-transform:translateY(0px);
opacity:1;
}
}
@keyframes logoR {
0% {
transform:translateY(0px);
}
50% {
transform:translateY(8px);
}
100% {
transform:translateY(0px);
opacity:1;
}
}
#lg > img{
-webkit-animation-name: logoR;
-webkit-animation-duration: 4s;
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-iteration-count:infinite;
animation-name: logoR;
animation-duration: 4s;
animation-timing-function: ease-in-out;
animation-iteration-count:infinite;
}
.bg.logo{
background-image:none!important;
}
.s_logo img{
opacity:0;
display: none!important;
}
.s_logo:before {
display: block;
content: "Baidu";
color: #9cF;
font-weight: bold;
font-size: 40px;
font-family: arial;
text-shadow: 0 0 5px #000;
}
.bg.logo{
display:none;
}
} | 0.205854 | 0.049704 |
@charset "UTF-8";
/* 全局变量 */
/* master样式 */
/* 全局样式 */
body, h1, h2, h3, h4, h5, .ui.button, .ui.modal > .header .ui.menu, .ui.header, pre {
font-family: "Hiragino Sans GB", "open sans", "sans-serif", "Helvetica", "STHeiti", "Arial", "Microsoft YaHei", "simsun";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: normal; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-family: "Helvetica Neue",Helvetica,Tahoma,Arial,"Microsoft Yahei","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
font-weight: 300;
line-height: 1.2;
color: #37474f; }
body {
font-family: "Helvetica Neue",Helvetica,Tahoma,Arial,"Microsoft Yahei","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
font-size: 14px;
line-height: 1.6;
color: #76838f;
background-color: #ffffff; }
h1 {
margin: .67em 0;
font-size: 2em; }
a {
color: #62a8ea;
text-decoration: none;
background-color: transparent; }
a:active,
a:hover,
a::visited {
outline: 0; }
a:focus,
a:hover {
color: #89bceb;
text-decoration: underline; }
p {
margin: 0 0 11px; }
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 700; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block; }
[class*=animation-] {
animation-duration: .5s;
animation-timing-function: ease-out; }
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after, .btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
display: table;
content: " "; }
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
clear: both; }
.animation-fade {
animation-name: fade;
animation-duration: .8s;
animation-timing-function: linear; }
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0; }
.padding-0 {
padding: 0 !important; }
/* master样式 */
.site-menubar-unfold .site-contabs,
.site-menubar-unfold .site-footer,
.site-menubar-unfold .site-page {
margin-left: 220px; }
/* copyright样式 */
.site-footer {
height: 40px;
padding: 10px 20px;
background-color: rgba(0, 0, 0, 0.02);
border-top: 1px solid #e4eaec; }
.site-footer-legal {
float: left; }
.site-footer-right {
float: right; }
/* boostrap改变样式 */
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
color: #999999;
background-color: #ffffff; }
.btn-primary {
color: #ffffff;
background-color: #62a8ea;
border-color: #62a8ea; }
.input-group-addon {
padding: 4px 12px;
font-size: 14px;
font-weight: 400;
line-height: 1;
color: #76838f;
text-align: center;
background-color: #f3f7f9;
border: 1px solid #e4eaec;
border-radius: 3px; }
.alert-danger {
color: #f96868;
background-color: rgba(255, 234, 234, 0.8);
border-color: #ffeaea; }
.alert-danger ul {
list-style: none; }
.alert-danger ul li {
list-style: none; }
/* 下拉菜单 */
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1200;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
text-align: left;
list-style: none;
background-color: #ffffff;
background-clip: padding-box;
border: 1px solid #e4eaec;
border-radius: 3px;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
.dropdown-menu > li {
padding: 0 3px;
margin: 2px 0; }
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: 400;
line-height: 1.6;
color: #76838f;
white-space: nowrap; }
.dropdown-menu > li > a {
padding: 6px 10px;
transition: background-color .25s; }
.dropdown-menu li .icon:first-child,
.dropdown-menu li > a .icon:first-child {
width: 1em;
margin-right: .5em;
text-align: center; }
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
color: #76838f;
text-decoration: none;
background-color: #f3f7f9; }
.bootstrap-tagsinput {
border-width: 0 0 1px 0;
display: block;
padding: 4px 6px;
border-radius: 0px;
cursor: text; }
.bootstrap-tagsinput input {
padding: 5px 0; }
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after,
.checkbox input[type=checkbox]:checked + label:after {
font-family: 'Glyphicons Halflings';
content: "\e013"; }
input[type="checkbox"].styled:checked label:after,
input[type="radio"].styled:checked label:after,
.checkbox label:after {
padding-left: 4px;
padding-top: 2px;
font-size: 9px; }
.radio-list .radio,
.checkbox-list .checkbox {
display: inline-block; }
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
outline: none;
outline-offset: 0; }
/* 后台登录样式 */
html {
height: 100%; }
body .layout-full {
padding-top: 0; }
.height-full {
height: 100% !important; }
.vertical-align-bottom,
.vertical-align-middle {
display: inline-block;
max-width: 100%;
font-size: 14px; }
.vertical-align-middle {
vertical-align: middle; }
.list-icons {
padding-left: 10px;
margin-left: 0;
list-style: none; }
.list-icons > li:first-child {
margin-top: 0; }
.list-icons > li i {
float: left;
width: 1em;
margin: 0 6px 0 0; }
.margin-right-5 {
margin-right: 5px !important; }
.vertical-align:before {
display: inline-block;
height: 100%;
vertical-align: middle;
content: ""; }
.btn .icon {
width: 1em;
margin: 0 3px;
line-height: inherit;
text-align: center; }
.page-login {
height: 100%;
min-height: 600px;
padding-top: 0;
overflow: hidden; }
.page-login .page-content {
padding-right: 500px; }
.page-login .page-brand-info {
height: 100%; }
.page-login .page-brand-info .page-brand {
padding: 0 60px 60px; }
.page-login .page-brand-info .page-brand .brand-img {
vertical-align: middle;
margin-left: -10px; }
.page-login .page-brand-info .page-brand h2 {
max-width: 650px;
color: #fff; }
.page-login .page-brand-info .page-brand .list-icons {
padding-left: 0;
margin: 30px 0; }
.page-login .page-copyright {
position: absolute;
right: 0;
bottom: 15px;
left: 0;
text-align: center; }
.page-login .login-form {
width: 350px;
margin: 45px 0 20px; }
.page-login .login-form .form-control {
height: 42px; }
.page-login .login-form .btn {
height: 42px; }
.page-dark.layout-full {
color: #ffffff; }
.page-dark.layout-full .brand {
margin-bottom: 22px; }
.page-dark.layout-full:before {
position: fixed;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
content: "";
background-position: center top;
background-size: cover; }
.page-login.page-dark.layout-full:after {
background-color: rgba(38, 50, 56, 0.6); }
.page-dark.layout-full:after {
position: fixed;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
content: "";
background-color: rgba(38, 50, 56, 0.6); }
.page-login:before {
background-image: url(../images/login.jpg); }
.height-full {
height: 100% !important; }
.page-login-main {
position: absolute;
top: 0;
right: 0;
height: 100%;
min-height: 600px;
padding: 0 60px;
color: #76838f;
background: #ffffff; }
.page-login-main .vertical-align {
height: 100%;
box-sizing: border-box;
padding-bottom: 65px; }
.page-login-main > .alert {
position: absolute;
top: 0;
right: 0;
left: 0;
text-align: center;
border-radius: 0; }
.page-copyright {
margin-top: 60px;
font-size: 12px;
color: #37474f;
letter-spacing: 1px; }
.checkbox-custom label::before {
position: absolute;
left: 0;
display: inline-block;
width: 20px;
height: 20px;
margin-left: -20px;
content: "";
background-color: #fff;
border: 1px solid #e4eaec;
border-radius: 3px;
transition: all .3s ease-in-out 0s; }
.checkbox-custom input[type=checkbox]:checked + label::before,
.checkbox-custom input[type=radio]:checked + label::before {
border-color: #e4eaec;
border-width: 10px;
transition: all .3s ease-in-out 0s; }
.checkbox-primary input[type=checkbox]:checked + label::before,
.checkbox-primary input[type=radio]:checked + label::before {
background-color: #62a8ea;
border-color: #62a8ea; }
@media (max-width: 767px) {
.hidden-xs {
display: none !important; }
.page-login .login-form {
width: auto; } }
/* 后台正文部分 */
.page-content {
padding: 20px 20px; }
.page-content .site-page .page-container .page {
position: relative;
min-height: calc(100vh - 100px);
overflow-x: hidden; }
.animation-slide-left {
animation-name: slide-left; }
.vertical-align {
font-size: 0; }
.vertical-align:before {
display: inline-block;
height: 100%;
vertical-align: middle;
content: ""; }
.vertical-align-bottom,
.vertical-align-middle {
display: inline-block;
max-width: 100%;
font-size: 14px; }
.vertical-align-middle {
vertical-align: middle; }
.page-content > :not(script):last-child {
margin-bottom: 0 !important; }
/* 正文布局样式 */
.site-page {
position: relative;
background: #f1f4f5; }
.site-page .page-container {
width: 100%;
-webkit-overflow-scrolling: touch; }
.site-page .page {
min-height: calc(100vh - 100px) !important;
margin-top: 60px; }
/* 表单样式 */
.site-page .page {
min-height: calc(100vh - 103px) !important; }
.site-page .page-container
.page {
position: relative;
min-height: calc(100vh - 100px);
overflow-x: hidden; }
.page-header {
padding-bottom: 10px;
margin: 44px 0 22px;
border-bottom: 1px solid transparent; }
.page-header {
position: relative;
padding: 20px 20px;
margin-top: 0;
margin-bottom: 0;
background: 0 0;
border-bottom: none; }
.page-header .breadcrumb {
padding: 0;
margin: 6px 0 0; }
.breadcrumb {
padding: 8px 10px;
margin-bottom: 22px;
list-style: none;
background-color: transparent;
border-radius: 3px; }
.page-title {
margin-top: 0;
margin-bottom: 0;
font-size: 18px; }
.form-group {
margin-bottom: 12px; }
.page-header + .page-content {
padding-top: 0; }
.panel > :not(.panel-loading):not(.collapsing) {
transition: opacity .3s; }
.panel-body {
position: relative; }
.panel-body {
padding: 20px 20px; }
.page-content > :not(script):last-child {
margin-bottom: 0 !important; }
.form-material {
position: relative; }
.form-group {
margin-bottom: 12px; }
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 700; }
label {
font-weight: 400; }
.form-material .control-label {
margin-bottom: 0; }
.form-control,
.bootstrap-tagsinput {
display: block;
width: 100%;
height: 32px;
padding: 4px 12px;
font-size: 14px;
line-height: 1.6;
color: #76838f;
background-color: #fff;
background-image: none;
border: 1px solid #e4eaec;
border-radius: 3px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; }
.form-control,
.bootstrap-tagsinput {
-webkit-appearance: none;
box-shadow: none;
transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear,-webkit-box-shadow .25s linear;
-moz-appearance: none; }
.form-material .form-control,
.form-material .bootstrap-tagsinput {
padding: 0;
background-color: transparent;
background-color: transparent;
background-repeat: no-repeat;
background-position: center bottom, center calc(100% - 1px);
background-size: 0 2px,100% 1px;
transition: background 0s ease-out; }
.form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus,
.form-material .bootstrap-tagsinput, .form-material .bootstrap-tagsinput:focus, .form-material .bootstrap-tagsinput.focus {
float: none;
background-image: linear-gradient(#62a8ea, #62a8ea), linear-gradient(#e4eaec, #e4eaec);
border: 0;
border-radius: 0;
box-shadow: none; }
.form-material .form-control.focus, .form-material .form-control:focus,
.form-material .bootstrap-tagsinput.focus, .form-material .bootstrap-tagsinput:focus {
background-size: 100% 2px,100% 1px;
outline: 0;
transition-duration: .3s; }
.form-material.form-group.has-error .form-control.focus, .form-material.form-group.has-error .form-control:focus, .form-material.form-group.has-error .form-control:not(.empty) {
background-image: linear-gradient(#f96868, #f96868), linear-gradient(#e4eaec, #e4eaec); }
.form-material.form-group.has-error .form-control:not(.empty) {
background-size: 100% 2px,100% 1px; }
/* 导航样式 */
.site-menubar-unfold.collapse {
display: block; }
.site-navbar {
z-index: 2000;
background-color: #4e97d9; }
.site-navbar .navbar-left {
float: left; }
.site-navbar .site-navbar .nav-tabs > li > a {
padding: 19px 15px;
margin: 0;
border-bottom: none !important;
border-radius: 0 !important; }
.navbar {
/*position: relative;*/
min-height: 60px;
margin-bottom: 0px;
border: 1px solid transparent; }
.site-navbar .navbar-header .navbar-toggle {
color: #fff; }
.navbar-toggle-left {
float: left;
margin-right: 0;
margin-left: 12px; }
.navbar-toggle {
height: 60px;
padding: 19px 12px;
margin-top: 0;
margin-bottom: 0;
line-height: 22px;
background: 0 0 !important;
transition: color .25s linear; }
.site-navbar .nav-tabs {
border-bottom: none; }
.navbar-toolbar > li {
float: left; }
.nav > li {
position: relative;
display: block; }
.navbar-inverse .navbar-toolbar > li > a {
color: #fff; }
.navbar-toolbar > li > a {
padding-top: 19px;
padding-bottom: 19px;
line-height: 22px; }
.nav > li > a {
overflow: hidden; }
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px; }
.site-navbar .navbar-toolbar.navbar-left .navbar-menu {
/*width: -webkit-calc(100% - 50px);
width: calc(100% - 50px);*/ }
.navbar-toolbar > li {
float: left; }
.nav > li {
position: relative;
display: block; }
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px; }
.site-navbar .nav-tabs {
border-bottom: none; }
.navbar-toolbar {
float: left; }
.site-navbar .nav-tabs > li {
margin-bottom: 0; }
.navbar-toolbar > li {
float: left; }
.navbar-inverse .navbar-toolbar > .active > a, .navbar-inverse .navbar-toolbar > .active > a:focus, .navbar-inverse .navbar-toolbar > .active > a:hover {
color: #fff;
background-color: rgba(0, 0, 0, 0.1); }
.site-navbar .nav-tabs > li > a {
padding: 19px 15px;
margin: 0;
border-bottom: none !important;
border-radius: 0 !important; }
.navbar-inverse .navbar-toolbar > li > a {
color: #fff; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
color: #fff;
background-color: #62a8ea;
border-color: transparent;
border-bottom-color: #62a8ea; }
.site-navbar .nav-tabs > li > a {
padding: 19px 15px;
margin: 0;
border-bottom: none !important;
border-radius: 0 !important; }
.navbar-inverse .navbar-toolbar > li > a {
color: #fff; }
.navbar-toolbar > li > a {
padding-top: 19px;
padding-bottom: 19px;
line-height: 22px; }
.icon-fullscreen {
font-family: "Web Icons"; }
.icon-fullscreen:before {
content: "\f11d"; }
.navbar-inverse .navbar-toolbar > li > a:focus, .navbar-inverse .navbar-toolbar > li > a:hover {
color: #fff;
background-color: rgba(0, 0, 0, 0.1);
border-color: transparent; }
.nav-tabs > li .dropdown-menu {
margin-top: 3px; }
.navbar-brand {
float: left;
height: 60px;
padding: 19px 12px;
font-size: 18px;
line-height: 22px; }
.navbar-brand {
padding: 19px 20px;
font-weight: 700; }
.navbar-brand-logo {
height: 45px;
margin-top: -10px; }
.hamburger {
font-size: 20px;
vertical-align: middle; }
.icon {
position: relative;
display: inline-block;
font-style: normal;
font-weight: 400;
line-height: 1;
transform: translate(0, 0);
text-rendering: auto;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.hamburger:after, .hamburger:before {
content: ""; }
.hamburger .hamburger-bar,
.hamburger:after,
.hamburger:before {
display: block;
width: 1em;
height: .1em;
margin: 0;
background: #76838f;
border-radius: 1px; }
.hamburger .hamburger-bar {
margin: .2em 0; }
.navbar-default .hamburger .hamburger-bar, .navbar-default .hamburger:after, .navbar-default .hamburger:before {
background: #76838f; }
.site-menubar-unfold [data-toggle=collapse] .hamburger-arrow-left .hamburger-bar {
border-radius: .2em; }
.navbar-inverse .hamburger .hamburger-bar, .navbar-inverse .hamburger:after, .navbar-inverse .hamburger:before {
background: #fff; }
.collapse [data-toggle=collapse] .hamburger-arrow-left:before {
width: .6em;
transform: translate3d(0.45em, 0.1em, 0) rotate(45deg); }
.collapse [data-toggle=collapse] .hamburger-arrow-left:after {
width: .6em;
transform: translate3d(0.45em, -0.1em, 0) rotate(-45deg); }
.collapse [data-toggle=collapse] .hamburger-arrow-left {
transform: rotate(180deg); }
.navbar-right {
float: right !important;
margin-right: 12px; }
.icon-fullscreen.active:before {
content: "\f11e"; }
.navbar-fixed-bottom, .navbar-fixed-top {
width: 100%; }
.navbar-inverse .navbar-toggle {
border-color: transparent; }
.navbar-default .navbar-toggle {
border-color: transparent; }
@media (min-width: 768px) {
.site-navbar .navbar-header {
width: 220px; }
.collapse.in [data-toggle=collapse] .hamburger-arrow-left:before {
transition: transform .2s ease-in-out;
transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out,-o-transform .2s ease-in-out; }
.collapse.in [data-toggle=collapse] .hamburger-arrow-left:after {
transition: transform .2s ease-in-out;
transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out,-o-transform .2s ease-in-out; }
.collapse.in [data-toggle=collapse] .hamburger-arrow-left {
transition: transform .2s ease-in-out;
transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out,-o-transform .2s ease-in-out; } }
@media (max-width: 767px) {
.navbar-brand-center {
position: absolute;
left: 50%;
transform: translate(-50%, 0); }
.navbar-brand-center {
position: absolute;
left: 50%;
transform: translate(-50%, 0); }
.site-menubar {
top: 60px;
height: calc(100% - 60px);
transform: translate3d(-220px, 0, 0);
backface-visibility: hidden;
perspective: 1000; }
.site-menubar-unfold .site-contabs, .site-menubar-unfold .site-footer, .site-menubar-unfold .site-page {
margin-left: auto; }
.collapse.in .site-contabs, .collapse.in .site-footer, .collapse.in .site-page {
margin-left: 220px; }
.collapse.in .hamburger-close:before {
transform: rotate(45deg);
transform-origin: 8%; }
.collapse.in .hamburger-bar {
opacity: 0; }
.collapse.in .hamburger-close:after {
transform: rotate(-45deg);
transform-origin: 8%; }
.collapse.in .site-menubar {
transform: translate3d(0, 0, 0); }
.site-navbar .navbar-container {
background-color: transparent; }
.site-navbar .navbar-container .navbar-collapse {
padding-left: 12px;
border-color: rgba(0, 0, 0, 0.1); }
.hidden-float {
display: none !important; }
.site-navbar .nav-tabs > li > a span {
display: none; }
.navbar-toolbar .open {
position: static; }
.site-navbar .navbar-toolbar.navbar-left .navbar-menu {
position: static;
width: 100%; }
.navbar-toolbar .dropdown-menu:not(.dropdown-menu-media) {
max-height: 400px;
overflow-x: hidden;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
transform: translate3d(0, 0, 0); }
.navbar-toolbar .open .dropdown-menu {
right: 0;
left: 0;
float: none;
width: auto;
margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0; } }
/* 左侧菜单样式 */
.site-menubar {
position: fixed;
top: 60px;
z-index: 1030;
height: 100%;
height: calc(100% - 60px);
font-family: "Helvetica Neue",Helvetica,Tahoma,Arial,"Microsoft Yahei","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
color: rgba(163, 175, 183, 0.9);
background: #263238;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); }
.site-menubar ul.site-menu {
padding-bottom: 20px; }
.site-menubar ul {
padding: 0;
margin: 0;
list-style: none; }
.site-menubar a {
outline: 0; }
.site-menubar-unfold .site-menubar {
width: 220px; }
.site-menubar-unfold .site-menu-category {
padding: 0 20px;
margin-top: 18px;
font-size: 12px;
line-height: 36px;
color: #76838f;
text-transform: uppercase;
transition: all .25s,font .1s .15s,color .1s .15s; }
.site-menubar-unfold .site-menu-item {
line-height: 36px;
transition: transform .1s,all .25s,-webkit-transform .1s,-o-transform .1s; }
.site-menubar-unfold .site-menu > .site-menu-item > a {
padding: 0 20px;
line-height: 36px; }
.site-menubar-unfold .site-menu-icon {
margin-right: 7px; }
.site-menubar-body {
height: 100%; }
.tab-content > .active {
display: block; }
.site-menu {
padding-bottom: 20px;
overflow-y: hidden;
font-size: 14px; }
.site-menu .site-menu-sub {
padding: 5px 0;
margin: 0;
font-size: 14px;
background: 0 0; }
.site-menu > .site-menu-item {
padding: 0; }
.site-menu-item {
position: relative;
white-space: nowrap; }
.site-menu-item a {
display: block;
color: rgba(163, 175, 183, 0.9); }
.site-menu-item > a {
white-space: nowrap;
cursor: pointer; }
.site-menu .site-menu-sub .site-menu-item.active {
background: rgba(0, 0, 0, 0.06); }
.site-menu .site-menu-sub .site-menu-item.has-sub {
border-top: 1px solid transparent;
border-bottom: 1px solid transparent; }
.site-menu .site-menu-sub .site-menu-item {
line-height: 36px;
color: rgba(163, 175, 183, 0.9);
background: 0 0; }
.site-menubar-unfold .site-menu-title:first-child {
margin-left: 28px; }
.site-menubar-unfold .site-menu-title {
display: inline-block;
max-width: 160px; }
.site-menu-title {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
vertical-align: middle; }
.site-menu-arrow {
position: relative;
display: inline-block;
font-family: "Web Icons";
font-style: normal;
font-weight: 400;
transition: transform .15s,-webkit-transform .15s,-o-transform .15s;
transform: translate(0, 0);
text-rendering: auto;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.site-menubar-unfold .site-menu-item.active > a .site-menu-arrow {
transform: rotate(90deg); }
.site-menu-arrow:before {
content: "\f17f"; }
.site-menu-arrow, .site-menu-badge, .site-menu-label {
position: absolute;
right: 20px;
display: inline-block;
vertical-align: middle; }
.site-menu-item.active > a {
color: #fff; }
.site-menu .site-menu-sub .site-menu-item > a {
padding: 0 20px; }
.site-menu .site-menu-sub .site-menu-item .site-menu-sub a {
text-indent: .5em; }
.site-menu .site-menu-sub .site-menu-item > a {
padding: 0 20px; }
.site-menu-item a {
display: block;
color: rgba(163, 175, 183, 0.9); }
.site-menu-item > a {
white-space: nowrap;
cursor: pointer; }
.site-menubar a {
outline: 0; }
.site-menubar a:focus,
.site-menubar a:hover {
text-decoration: none; }
.site-menu-item:hover > a,
.site-menu .site-menu-sub .site-menu-item:hover > a {
color: rgba(255, 255, 255, 0.8);
background-color: rgba(255, 255, 255, 0.02); }
.site-menu .site-menu-sub .site-menu-item.active > a {
background-color: transparent; }
.modal-content {
border-radius: 0px; }
.modal-header {
padding: 10px 20px;
border-bottom: 1px solid #e4eaec; }
.modal-header {
padding: 10px 20px;
background-color: #f3f7f9; }
.modal-body {
position: relative;
padding: 20px; }
.modal-body {
padding: 20px; }
.modal-footer {
padding: 20px;
text-align: right;
border-top: 1px solid #e4eaec; }
.modal-footer {
padding: 10px 20px 20px;
border-top: none; }
.contabs {
margin-left: 220px; }
.contabs {
position: fixed;
top: 60px;
right: 0;
left: 0;
z-index: 1980;
display: block;
height: 40px;
line-height: 40px;
background: #fff;
border-bottom: solid 1px #e4eaec; }
.contabs .btn {
height: 38px;
background: #fff;
border: none;
border-radius: 0; }
.contabs .contabs-scroll {
position: relative;
height: 40px;
overflow: hidden; }
.site-page {
position: relative;
background: #f1f4f5;
height: calc(100vh - 80px);
margin-top: 40px; }
.contabs .contabs-scroll .con-tabs {
position: absolute;
width: auto; }
.contabs .contabs-scroll .con-tabs > a {
float: left;
width: 10em;
position: relative;
display: block;
padding: 0 28px 0 12px;
overflow: hidden;
color: #76838f;
text-overflow: ellipsis;
white-space: nowrap;
text-align: center; }
.contabs .contabs-scroll .con-tabs > a:hover,
.contabs .contabs-scroll .con-tabs > a:link,
.contabs .contabs-scroll .con-tabs > a:active {
text-decoration: none; }
.contabs .contabs-scroll .con-tabs > a.active {
background: #f1f4f5; }
.menu-close {
position: absolute;
top: 12px;
right: 12px;
color: #76838f;
width: 14px;
height: 14px; }
.menu-close:hover {
border-radius: 50px;
background: #f96868;
color: #ffffff; }
#page-content .iframe-content {
width: 100%;
height: 100%;
border: none;
display: none; }
#page-content .active {
display: block; }
#page-tab-content {
margin-left: 0px;
width: 100000px; }
#page-tab #page-prev,
#page-tab .btn-group,
#page-tab .contabs-scroll {
position: absolute;
top: 0; }
#page-tab #page-prev {
left: 0;
width: 30px; }
#page-tab .btn-group {
right: 0px;
width: 56px; }
#page-tab .contabs-scroll {
left: 30px; }
.btn-group .btn + .dropdown-toggle .caret {
margin-left: 0;
margin-top: 5px; }
.page-tab-operation {
left: -100px; }
@media (max-width: 767px) {
.site-menubar-unfold .contabs {
margin-left: auto; }
.collapse.in .contabs {
margin-left: 220px; } }
/*# sourceMappingURL=site.css.map */ | public/css/site.css | @charset "UTF-8";
/* 全局变量 */
/* master样式 */
/* 全局样式 */
body, h1, h2, h3, h4, h5, .ui.button, .ui.modal > .header .ui.menu, .ui.header, pre {
font-family: "Hiragino Sans GB", "open sans", "sans-serif", "Helvetica", "STHeiti", "Arial", "Microsoft YaHei", "simsun";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: normal; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-family: "Helvetica Neue",Helvetica,Tahoma,Arial,"Microsoft Yahei","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
font-weight: 300;
line-height: 1.2;
color: #37474f; }
body {
font-family: "Helvetica Neue",Helvetica,Tahoma,Arial,"Microsoft Yahei","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
font-size: 14px;
line-height: 1.6;
color: #76838f;
background-color: #ffffff; }
h1 {
margin: .67em 0;
font-size: 2em; }
a {
color: #62a8ea;
text-decoration: none;
background-color: transparent; }
a:active,
a:hover,
a::visited {
outline: 0; }
a:focus,
a:hover {
color: #89bceb;
text-decoration: underline; }
p {
margin: 0 0 11px; }
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 700; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block; }
[class*=animation-] {
animation-duration: .5s;
animation-timing-function: ease-out; }
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after, .btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
display: table;
content: " "; }
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
clear: both; }
.animation-fade {
animation-name: fade;
animation-duration: .8s;
animation-timing-function: linear; }
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0; }
.padding-0 {
padding: 0 !important; }
/* master样式 */
.site-menubar-unfold .site-contabs,
.site-menubar-unfold .site-footer,
.site-menubar-unfold .site-page {
margin-left: 220px; }
/* copyright样式 */
.site-footer {
height: 40px;
padding: 10px 20px;
background-color: rgba(0, 0, 0, 0.02);
border-top: 1px solid #e4eaec; }
.site-footer-legal {
float: left; }
.site-footer-right {
float: right; }
/* boostrap改变样式 */
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
color: #999999;
background-color: #ffffff; }
.btn-primary {
color: #ffffff;
background-color: #62a8ea;
border-color: #62a8ea; }
.input-group-addon {
padding: 4px 12px;
font-size: 14px;
font-weight: 400;
line-height: 1;
color: #76838f;
text-align: center;
background-color: #f3f7f9;
border: 1px solid #e4eaec;
border-radius: 3px; }
.alert-danger {
color: #f96868;
background-color: rgba(255, 234, 234, 0.8);
border-color: #ffeaea; }
.alert-danger ul {
list-style: none; }
.alert-danger ul li {
list-style: none; }
/* 下拉菜单 */
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1200;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
text-align: left;
list-style: none;
background-color: #ffffff;
background-clip: padding-box;
border: 1px solid #e4eaec;
border-radius: 3px;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
.dropdown-menu > li {
padding: 0 3px;
margin: 2px 0; }
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: 400;
line-height: 1.6;
color: #76838f;
white-space: nowrap; }
.dropdown-menu > li > a {
padding: 6px 10px;
transition: background-color .25s; }
.dropdown-menu li .icon:first-child,
.dropdown-menu li > a .icon:first-child {
width: 1em;
margin-right: .5em;
text-align: center; }
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
color: #76838f;
text-decoration: none;
background-color: #f3f7f9; }
.bootstrap-tagsinput {
border-width: 0 0 1px 0;
display: block;
padding: 4px 6px;
border-radius: 0px;
cursor: text; }
.bootstrap-tagsinput input {
padding: 5px 0; }
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after,
.checkbox input[type=checkbox]:checked + label:after {
font-family: 'Glyphicons Halflings';
content: "\e013"; }
input[type="checkbox"].styled:checked label:after,
input[type="radio"].styled:checked label:after,
.checkbox label:after {
padding-left: 4px;
padding-top: 2px;
font-size: 9px; }
.radio-list .radio,
.checkbox-list .checkbox {
display: inline-block; }
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
outline: none;
outline-offset: 0; }
/* 后台登录样式 */
html {
height: 100%; }
body .layout-full {
padding-top: 0; }
.height-full {
height: 100% !important; }
.vertical-align-bottom,
.vertical-align-middle {
display: inline-block;
max-width: 100%;
font-size: 14px; }
.vertical-align-middle {
vertical-align: middle; }
.list-icons {
padding-left: 10px;
margin-left: 0;
list-style: none; }
.list-icons > li:first-child {
margin-top: 0; }
.list-icons > li i {
float: left;
width: 1em;
margin: 0 6px 0 0; }
.margin-right-5 {
margin-right: 5px !important; }
.vertical-align:before {
display: inline-block;
height: 100%;
vertical-align: middle;
content: ""; }
.btn .icon {
width: 1em;
margin: 0 3px;
line-height: inherit;
text-align: center; }
.page-login {
height: 100%;
min-height: 600px;
padding-top: 0;
overflow: hidden; }
.page-login .page-content {
padding-right: 500px; }
.page-login .page-brand-info {
height: 100%; }
.page-login .page-brand-info .page-brand {
padding: 0 60px 60px; }
.page-login .page-brand-info .page-brand .brand-img {
vertical-align: middle;
margin-left: -10px; }
.page-login .page-brand-info .page-brand h2 {
max-width: 650px;
color: #fff; }
.page-login .page-brand-info .page-brand .list-icons {
padding-left: 0;
margin: 30px 0; }
.page-login .page-copyright {
position: absolute;
right: 0;
bottom: 15px;
left: 0;
text-align: center; }
.page-login .login-form {
width: 350px;
margin: 45px 0 20px; }
.page-login .login-form .form-control {
height: 42px; }
.page-login .login-form .btn {
height: 42px; }
.page-dark.layout-full {
color: #ffffff; }
.page-dark.layout-full .brand {
margin-bottom: 22px; }
.page-dark.layout-full:before {
position: fixed;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
content: "";
background-position: center top;
background-size: cover; }
.page-login.page-dark.layout-full:after {
background-color: rgba(38, 50, 56, 0.6); }
.page-dark.layout-full:after {
position: fixed;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
content: "";
background-color: rgba(38, 50, 56, 0.6); }
.page-login:before {
background-image: url(../images/login.jpg); }
.height-full {
height: 100% !important; }
.page-login-main {
position: absolute;
top: 0;
right: 0;
height: 100%;
min-height: 600px;
padding: 0 60px;
color: #76838f;
background: #ffffff; }
.page-login-main .vertical-align {
height: 100%;
box-sizing: border-box;
padding-bottom: 65px; }
.page-login-main > .alert {
position: absolute;
top: 0;
right: 0;
left: 0;
text-align: center;
border-radius: 0; }
.page-copyright {
margin-top: 60px;
font-size: 12px;
color: #37474f;
letter-spacing: 1px; }
.checkbox-custom label::before {
position: absolute;
left: 0;
display: inline-block;
width: 20px;
height: 20px;
margin-left: -20px;
content: "";
background-color: #fff;
border: 1px solid #e4eaec;
border-radius: 3px;
transition: all .3s ease-in-out 0s; }
.checkbox-custom input[type=checkbox]:checked + label::before,
.checkbox-custom input[type=radio]:checked + label::before {
border-color: #e4eaec;
border-width: 10px;
transition: all .3s ease-in-out 0s; }
.checkbox-primary input[type=checkbox]:checked + label::before,
.checkbox-primary input[type=radio]:checked + label::before {
background-color: #62a8ea;
border-color: #62a8ea; }
@media (max-width: 767px) {
.hidden-xs {
display: none !important; }
.page-login .login-form {
width: auto; } }
/* 后台正文部分 */
.page-content {
padding: 20px 20px; }
.page-content .site-page .page-container .page {
position: relative;
min-height: calc(100vh - 100px);
overflow-x: hidden; }
.animation-slide-left {
animation-name: slide-left; }
.vertical-align {
font-size: 0; }
.vertical-align:before {
display: inline-block;
height: 100%;
vertical-align: middle;
content: ""; }
.vertical-align-bottom,
.vertical-align-middle {
display: inline-block;
max-width: 100%;
font-size: 14px; }
.vertical-align-middle {
vertical-align: middle; }
.page-content > :not(script):last-child {
margin-bottom: 0 !important; }
/* 正文布局样式 */
.site-page {
position: relative;
background: #f1f4f5; }
.site-page .page-container {
width: 100%;
-webkit-overflow-scrolling: touch; }
.site-page .page {
min-height: calc(100vh - 100px) !important;
margin-top: 60px; }
/* 表单样式 */
.site-page .page {
min-height: calc(100vh - 103px) !important; }
.site-page .page-container
.page {
position: relative;
min-height: calc(100vh - 100px);
overflow-x: hidden; }
.page-header {
padding-bottom: 10px;
margin: 44px 0 22px;
border-bottom: 1px solid transparent; }
.page-header {
position: relative;
padding: 20px 20px;
margin-top: 0;
margin-bottom: 0;
background: 0 0;
border-bottom: none; }
.page-header .breadcrumb {
padding: 0;
margin: 6px 0 0; }
.breadcrumb {
padding: 8px 10px;
margin-bottom: 22px;
list-style: none;
background-color: transparent;
border-radius: 3px; }
.page-title {
margin-top: 0;
margin-bottom: 0;
font-size: 18px; }
.form-group {
margin-bottom: 12px; }
.page-header + .page-content {
padding-top: 0; }
.panel > :not(.panel-loading):not(.collapsing) {
transition: opacity .3s; }
.panel-body {
position: relative; }
.panel-body {
padding: 20px 20px; }
.page-content > :not(script):last-child {
margin-bottom: 0 !important; }
.form-material {
position: relative; }
.form-group {
margin-bottom: 12px; }
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 700; }
label {
font-weight: 400; }
.form-material .control-label {
margin-bottom: 0; }
.form-control,
.bootstrap-tagsinput {
display: block;
width: 100%;
height: 32px;
padding: 4px 12px;
font-size: 14px;
line-height: 1.6;
color: #76838f;
background-color: #fff;
background-image: none;
border: 1px solid #e4eaec;
border-radius: 3px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; }
.form-control,
.bootstrap-tagsinput {
-webkit-appearance: none;
box-shadow: none;
transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear,-webkit-box-shadow .25s linear;
-moz-appearance: none; }
.form-material .form-control,
.form-material .bootstrap-tagsinput {
padding: 0;
background-color: transparent;
background-color: transparent;
background-repeat: no-repeat;
background-position: center bottom, center calc(100% - 1px);
background-size: 0 2px,100% 1px;
transition: background 0s ease-out; }
.form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus,
.form-material .bootstrap-tagsinput, .form-material .bootstrap-tagsinput:focus, .form-material .bootstrap-tagsinput.focus {
float: none;
background-image: linear-gradient(#62a8ea, #62a8ea), linear-gradient(#e4eaec, #e4eaec);
border: 0;
border-radius: 0;
box-shadow: none; }
.form-material .form-control.focus, .form-material .form-control:focus,
.form-material .bootstrap-tagsinput.focus, .form-material .bootstrap-tagsinput:focus {
background-size: 100% 2px,100% 1px;
outline: 0;
transition-duration: .3s; }
.form-material.form-group.has-error .form-control.focus, .form-material.form-group.has-error .form-control:focus, .form-material.form-group.has-error .form-control:not(.empty) {
background-image: linear-gradient(#f96868, #f96868), linear-gradient(#e4eaec, #e4eaec); }
.form-material.form-group.has-error .form-control:not(.empty) {
background-size: 100% 2px,100% 1px; }
/* 导航样式 */
.site-menubar-unfold.collapse {
display: block; }
.site-navbar {
z-index: 2000;
background-color: #4e97d9; }
.site-navbar .navbar-left {
float: left; }
.site-navbar .site-navbar .nav-tabs > li > a {
padding: 19px 15px;
margin: 0;
border-bottom: none !important;
border-radius: 0 !important; }
.navbar {
/*position: relative;*/
min-height: 60px;
margin-bottom: 0px;
border: 1px solid transparent; }
.site-navbar .navbar-header .navbar-toggle {
color: #fff; }
.navbar-toggle-left {
float: left;
margin-right: 0;
margin-left: 12px; }
.navbar-toggle {
height: 60px;
padding: 19px 12px;
margin-top: 0;
margin-bottom: 0;
line-height: 22px;
background: 0 0 !important;
transition: color .25s linear; }
.site-navbar .nav-tabs {
border-bottom: none; }
.navbar-toolbar > li {
float: left; }
.nav > li {
position: relative;
display: block; }
.navbar-inverse .navbar-toolbar > li > a {
color: #fff; }
.navbar-toolbar > li > a {
padding-top: 19px;
padding-bottom: 19px;
line-height: 22px; }
.nav > li > a {
overflow: hidden; }
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px; }
.site-navbar .navbar-toolbar.navbar-left .navbar-menu {
/*width: -webkit-calc(100% - 50px);
width: calc(100% - 50px);*/ }
.navbar-toolbar > li {
float: left; }
.nav > li {
position: relative;
display: block; }
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px; }
.site-navbar .nav-tabs {
border-bottom: none; }
.navbar-toolbar {
float: left; }
.site-navbar .nav-tabs > li {
margin-bottom: 0; }
.navbar-toolbar > li {
float: left; }
.navbar-inverse .navbar-toolbar > .active > a, .navbar-inverse .navbar-toolbar > .active > a:focus, .navbar-inverse .navbar-toolbar > .active > a:hover {
color: #fff;
background-color: rgba(0, 0, 0, 0.1); }
.site-navbar .nav-tabs > li > a {
padding: 19px 15px;
margin: 0;
border-bottom: none !important;
border-radius: 0 !important; }
.navbar-inverse .navbar-toolbar > li > a {
color: #fff; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
color: #fff;
background-color: #62a8ea;
border-color: transparent;
border-bottom-color: #62a8ea; }
.site-navbar .nav-tabs > li > a {
padding: 19px 15px;
margin: 0;
border-bottom: none !important;
border-radius: 0 !important; }
.navbar-inverse .navbar-toolbar > li > a {
color: #fff; }
.navbar-toolbar > li > a {
padding-top: 19px;
padding-bottom: 19px;
line-height: 22px; }
.icon-fullscreen {
font-family: "Web Icons"; }
.icon-fullscreen:before {
content: "\f11d"; }
.navbar-inverse .navbar-toolbar > li > a:focus, .navbar-inverse .navbar-toolbar > li > a:hover {
color: #fff;
background-color: rgba(0, 0, 0, 0.1);
border-color: transparent; }
.nav-tabs > li .dropdown-menu {
margin-top: 3px; }
.navbar-brand {
float: left;
height: 60px;
padding: 19px 12px;
font-size: 18px;
line-height: 22px; }
.navbar-brand {
padding: 19px 20px;
font-weight: 700; }
.navbar-brand-logo {
height: 45px;
margin-top: -10px; }
.hamburger {
font-size: 20px;
vertical-align: middle; }
.icon {
position: relative;
display: inline-block;
font-style: normal;
font-weight: 400;
line-height: 1;
transform: translate(0, 0);
text-rendering: auto;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.hamburger:after, .hamburger:before {
content: ""; }
.hamburger .hamburger-bar,
.hamburger:after,
.hamburger:before {
display: block;
width: 1em;
height: .1em;
margin: 0;
background: #76838f;
border-radius: 1px; }
.hamburger .hamburger-bar {
margin: .2em 0; }
.navbar-default .hamburger .hamburger-bar, .navbar-default .hamburger:after, .navbar-default .hamburger:before {
background: #76838f; }
.site-menubar-unfold [data-toggle=collapse] .hamburger-arrow-left .hamburger-bar {
border-radius: .2em; }
.navbar-inverse .hamburger .hamburger-bar, .navbar-inverse .hamburger:after, .navbar-inverse .hamburger:before {
background: #fff; }
.collapse [data-toggle=collapse] .hamburger-arrow-left:before {
width: .6em;
transform: translate3d(0.45em, 0.1em, 0) rotate(45deg); }
.collapse [data-toggle=collapse] .hamburger-arrow-left:after {
width: .6em;
transform: translate3d(0.45em, -0.1em, 0) rotate(-45deg); }
.collapse [data-toggle=collapse] .hamburger-arrow-left {
transform: rotate(180deg); }
.navbar-right {
float: right !important;
margin-right: 12px; }
.icon-fullscreen.active:before {
content: "\f11e"; }
.navbar-fixed-bottom, .navbar-fixed-top {
width: 100%; }
.navbar-inverse .navbar-toggle {
border-color: transparent; }
.navbar-default .navbar-toggle {
border-color: transparent; }
@media (min-width: 768px) {
.site-navbar .navbar-header {
width: 220px; }
.collapse.in [data-toggle=collapse] .hamburger-arrow-left:before {
transition: transform .2s ease-in-out;
transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out,-o-transform .2s ease-in-out; }
.collapse.in [data-toggle=collapse] .hamburger-arrow-left:after {
transition: transform .2s ease-in-out;
transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out,-o-transform .2s ease-in-out; }
.collapse.in [data-toggle=collapse] .hamburger-arrow-left {
transition: transform .2s ease-in-out;
transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out,-o-transform .2s ease-in-out; } }
@media (max-width: 767px) {
.navbar-brand-center {
position: absolute;
left: 50%;
transform: translate(-50%, 0); }
.navbar-brand-center {
position: absolute;
left: 50%;
transform: translate(-50%, 0); }
.site-menubar {
top: 60px;
height: calc(100% - 60px);
transform: translate3d(-220px, 0, 0);
backface-visibility: hidden;
perspective: 1000; }
.site-menubar-unfold .site-contabs, .site-menubar-unfold .site-footer, .site-menubar-unfold .site-page {
margin-left: auto; }
.collapse.in .site-contabs, .collapse.in .site-footer, .collapse.in .site-page {
margin-left: 220px; }
.collapse.in .hamburger-close:before {
transform: rotate(45deg);
transform-origin: 8%; }
.collapse.in .hamburger-bar {
opacity: 0; }
.collapse.in .hamburger-close:after {
transform: rotate(-45deg);
transform-origin: 8%; }
.collapse.in .site-menubar {
transform: translate3d(0, 0, 0); }
.site-navbar .navbar-container {
background-color: transparent; }
.site-navbar .navbar-container .navbar-collapse {
padding-left: 12px;
border-color: rgba(0, 0, 0, 0.1); }
.hidden-float {
display: none !important; }
.site-navbar .nav-tabs > li > a span {
display: none; }
.navbar-toolbar .open {
position: static; }
.site-navbar .navbar-toolbar.navbar-left .navbar-menu {
position: static;
width: 100%; }
.navbar-toolbar .dropdown-menu:not(.dropdown-menu-media) {
max-height: 400px;
overflow-x: hidden;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
transform: translate3d(0, 0, 0); }
.navbar-toolbar .open .dropdown-menu {
right: 0;
left: 0;
float: none;
width: auto;
margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0; } }
/* 左侧菜单样式 */
.site-menubar {
position: fixed;
top: 60px;
z-index: 1030;
height: 100%;
height: calc(100% - 60px);
font-family: "Helvetica Neue",Helvetica,Tahoma,Arial,"Microsoft Yahei","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
color: rgba(163, 175, 183, 0.9);
background: #263238;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); }
.site-menubar ul.site-menu {
padding-bottom: 20px; }
.site-menubar ul {
padding: 0;
margin: 0;
list-style: none; }
.site-menubar a {
outline: 0; }
.site-menubar-unfold .site-menubar {
width: 220px; }
.site-menubar-unfold .site-menu-category {
padding: 0 20px;
margin-top: 18px;
font-size: 12px;
line-height: 36px;
color: #76838f;
text-transform: uppercase;
transition: all .25s,font .1s .15s,color .1s .15s; }
.site-menubar-unfold .site-menu-item {
line-height: 36px;
transition: transform .1s,all .25s,-webkit-transform .1s,-o-transform .1s; }
.site-menubar-unfold .site-menu > .site-menu-item > a {
padding: 0 20px;
line-height: 36px; }
.site-menubar-unfold .site-menu-icon {
margin-right: 7px; }
.site-menubar-body {
height: 100%; }
.tab-content > .active {
display: block; }
.site-menu {
padding-bottom: 20px;
overflow-y: hidden;
font-size: 14px; }
.site-menu .site-menu-sub {
padding: 5px 0;
margin: 0;
font-size: 14px;
background: 0 0; }
.site-menu > .site-menu-item {
padding: 0; }
.site-menu-item {
position: relative;
white-space: nowrap; }
.site-menu-item a {
display: block;
color: rgba(163, 175, 183, 0.9); }
.site-menu-item > a {
white-space: nowrap;
cursor: pointer; }
.site-menu .site-menu-sub .site-menu-item.active {
background: rgba(0, 0, 0, 0.06); }
.site-menu .site-menu-sub .site-menu-item.has-sub {
border-top: 1px solid transparent;
border-bottom: 1px solid transparent; }
.site-menu .site-menu-sub .site-menu-item {
line-height: 36px;
color: rgba(163, 175, 183, 0.9);
background: 0 0; }
.site-menubar-unfold .site-menu-title:first-child {
margin-left: 28px; }
.site-menubar-unfold .site-menu-title {
display: inline-block;
max-width: 160px; }
.site-menu-title {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
vertical-align: middle; }
.site-menu-arrow {
position: relative;
display: inline-block;
font-family: "Web Icons";
font-style: normal;
font-weight: 400;
transition: transform .15s,-webkit-transform .15s,-o-transform .15s;
transform: translate(0, 0);
text-rendering: auto;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.site-menubar-unfold .site-menu-item.active > a .site-menu-arrow {
transform: rotate(90deg); }
.site-menu-arrow:before {
content: "\f17f"; }
.site-menu-arrow, .site-menu-badge, .site-menu-label {
position: absolute;
right: 20px;
display: inline-block;
vertical-align: middle; }
.site-menu-item.active > a {
color: #fff; }
.site-menu .site-menu-sub .site-menu-item > a {
padding: 0 20px; }
.site-menu .site-menu-sub .site-menu-item .site-menu-sub a {
text-indent: .5em; }
.site-menu .site-menu-sub .site-menu-item > a {
padding: 0 20px; }
.site-menu-item a {
display: block;
color: rgba(163, 175, 183, 0.9); }
.site-menu-item > a {
white-space: nowrap;
cursor: pointer; }
.site-menubar a {
outline: 0; }
.site-menubar a:focus,
.site-menubar a:hover {
text-decoration: none; }
.site-menu-item:hover > a,
.site-menu .site-menu-sub .site-menu-item:hover > a {
color: rgba(255, 255, 255, 0.8);
background-color: rgba(255, 255, 255, 0.02); }
.site-menu .site-menu-sub .site-menu-item.active > a {
background-color: transparent; }
.modal-content {
border-radius: 0px; }
.modal-header {
padding: 10px 20px;
border-bottom: 1px solid #e4eaec; }
.modal-header {
padding: 10px 20px;
background-color: #f3f7f9; }
.modal-body {
position: relative;
padding: 20px; }
.modal-body {
padding: 20px; }
.modal-footer {
padding: 20px;
text-align: right;
border-top: 1px solid #e4eaec; }
.modal-footer {
padding: 10px 20px 20px;
border-top: none; }
.contabs {
margin-left: 220px; }
.contabs {
position: fixed;
top: 60px;
right: 0;
left: 0;
z-index: 1980;
display: block;
height: 40px;
line-height: 40px;
background: #fff;
border-bottom: solid 1px #e4eaec; }
.contabs .btn {
height: 38px;
background: #fff;
border: none;
border-radius: 0; }
.contabs .contabs-scroll {
position: relative;
height: 40px;
overflow: hidden; }
.site-page {
position: relative;
background: #f1f4f5;
height: calc(100vh - 80px);
margin-top: 40px; }
.contabs .contabs-scroll .con-tabs {
position: absolute;
width: auto; }
.contabs .contabs-scroll .con-tabs > a {
float: left;
width: 10em;
position: relative;
display: block;
padding: 0 28px 0 12px;
overflow: hidden;
color: #76838f;
text-overflow: ellipsis;
white-space: nowrap;
text-align: center; }
.contabs .contabs-scroll .con-tabs > a:hover,
.contabs .contabs-scroll .con-tabs > a:link,
.contabs .contabs-scroll .con-tabs > a:active {
text-decoration: none; }
.contabs .contabs-scroll .con-tabs > a.active {
background: #f1f4f5; }
.menu-close {
position: absolute;
top: 12px;
right: 12px;
color: #76838f;
width: 14px;
height: 14px; }
.menu-close:hover {
border-radius: 50px;
background: #f96868;
color: #ffffff; }
#page-content .iframe-content {
width: 100%;
height: 100%;
border: none;
display: none; }
#page-content .active {
display: block; }
#page-tab-content {
margin-left: 0px;
width: 100000px; }
#page-tab #page-prev,
#page-tab .btn-group,
#page-tab .contabs-scroll {
position: absolute;
top: 0; }
#page-tab #page-prev {
left: 0;
width: 30px; }
#page-tab .btn-group {
right: 0px;
width: 56px; }
#page-tab .contabs-scroll {
left: 30px; }
.btn-group .btn + .dropdown-toggle .caret {
margin-left: 0;
margin-top: 5px; }
.page-tab-operation {
left: -100px; }
@media (max-width: 767px) {
.site-menubar-unfold .contabs {
margin-left: auto; }
.collapse.in .contabs {
margin-left: 220px; } }
/*# sourceMappingURL=site.css.map */ | 0.2587 | 0.046856 |
#topNav {
color: #fff;
margin-left: auto;
margin-right: auto;
}
.match{
background-color: gray;
padding-left:10px;
padding-right:10px;
margin-bottom: 10px;
padding-left: 20px;
border-radius: 5px;
}
.allunits .highlight{
border-color: yellow;
color: yellow;
font-weight: bold;
}
.headingsMatches{
color: white;
font-weight: bold;
}
.unititem{
color: black;
display: inline;
text-align: center;
padding: 14px 16px;
}
.allunits{
margin-bottom: 20px;
padding: 0;
list-style: none;
}
.allunits li{
border-color: black;
border-width: 1px;
border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 20px;
border-radius: 5%;
}
.unitSection{
text-align: right;
}
@media (min-width: 768px){
.sevencol .col-md-1,
.sevencol .col-sm-1,
.sevencol .col-lg-1 {
width: 100%;
}
}
@media (min-width: 992px){
.sevencol .col-md-1,
.sevencol .col-sm-1,
.sevencol .col-lg-1 {
width: 14.285714285714285714285714285714%;
}
}
@media (min-width: 1200px){
.sevencol .col-md-1,
.sevencol .col-sm-1,
.sevencol .col-lg-1 {
width: 14.285714285714285714285714285714%;
}
}
.sevencol{
padding-top: 10px;
}
.sevencol .col-md-1, .sevencol .col-sm-1, .sevecol .col-lg-1{
text-align: center;
padding: 4px;
}
.eachDay{
padding-top: 20px;
padding-bottom: 20px;
}
.highlightBox{
background-color: darkslategray;
color: white;
font-weight: bold;
}
.highlightBox h4 {
font-weight: bold;
}
.sevencol .eachDay:not(:last-child){
border-top-color: black;
border-top-style: solid;
border-top-width: 1px;
border-right-color: black;
border-right-style: solid;
border-right-width: 1px;
}
.eachDay:last-child{
border-top-color: black;
border-top-style: solid;
border-top-width: 1px;
}
.daytitle{
color: white;
}
#navBrand {
color: #fff;
text-decoration: none;
font-weight: bold;
font-size: 23px;
}
.help-uni{
padding-top: 5px;
padding-bottom: 5px;
}
.row.no-gutter{
margin-left: 0;
margin-right: 0;
}
.row.no-gutter [class*='col-']:not(:first-child), .row.no-gutter [class*='col-']:not(:last-child){
padding-right: 2px;
padding-left: 2px;
}
.navButton {
color: #fff;
text-decoration: none;
padding: 10px 10px;
}
#topNav .nav>li>a:focus, #topNav .nav>li>a:hover {
background-color: #3c3c3c;
}
#topNav .navbar, #topNav .navbar-right, #topNav .navbar-nav {
margin: 0;
}
.navButton.active {
background-color: #3c3c3c;
}
.pageFiller{
background-color: #333333;
}
.container {
width: 100%;
margin-right: auto;
margin-left: auto;
}
.container.content {
flex: 1;
}
.container.footer {
padding: 20px 0 20px;
overflow: hidden;
color: #626666;
}
#footer-lastmodified {
margin-left: 10px;
}
#logo {
max-height: 200px;
}
#row1 {
margin-top: 30px;
}
#row3 {
border-bottom: 1px solid #eee;
}
.row {
margin-left: 2%;
margin-right: 2%;
}
.row h1 {
border-bottom: 1px solid #eaecef;
}
.threeElement {
width: 100%;
}
.threeElement p {
margin: 0px 10px 0px 0px;
}
/* Button styles */
.button {
text-decoration: none;
font-weight: bold;
font-size: 1.5rem;
background-color: #333333;
color: #fff;
border: 1px solid transparent;
border-radius: 4px;
cursor: pointer;
text-align: center;
display: inline-block;
padding: 6px 20px;
}
.button.login {
color: #333333;
background-color: #fff;
border: 1px solid #333333;
}
.button.modify {
float: right;
font-size: .8rem;
color: #333333;
background-color: #fff;
border: 1px solid #333333;
}
.button.modify.drop-btn {
float: none;
padding: 12px;
font-size: 16px;
}
.button.modify.add {
display: none;
float: left;
}
.button.modify.cancel {
display: none;
}
.button.modify.active {
display: block;
}
/* Sign up */
.signup-form {
width: 50%;
margin: 0 auto;
}
.sign-up {
margin-top: 100px;
}
.reg-content {
flex: 1;
}
#loginModalWrap {
width: 350px;
}
.reg-content input[type=text], input[type=textarea] , .reg-content input[type=email], .reg-content input[type=password], .reg-content select {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
font-size: 17px;
text-align: center;
height: auto;
}
.exparea{
margin-bottom: 10px;
}
.signup-form {
width: 50%;
margin: 0px auto;
}
#signup-wrapper {
margin-right: auto;
margin-left: auto;
}
/* Matches config */
.module-container.match {
background: #f1f1f1;
box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
transition: all .2s ease-in-out;
}
#single-matches {
flex-wrap: wrap;
display: flex;
padding: 0;
list-style: none;
}
#single-matches a {
text-decoration: none;
color: #000;
}
#single-matches li {
padding: 0px 10px 10px 10px;
width: 100%;
cursor: pointer;
cursor: pointer;
}
.match-photo {
margin-right: 10px;
float: left;
}
.tab-content.exp, .tab-content.avail, .tab-content.units{
display: none;
}
.tab-content.exp.active, .tab-content.avail.active, .tab-content.units.active{
display: block;
}
.match-tab {
padding: 20px 10px;
font-weight: bold;
}
.match-tab:hover{
background-color: #eee;
cursor: pointer;
}
.match-tab.active{
background-color: #eee;
}
#sampleMatch .modal-content {
border-top: 1px solid #ccc;
justify-content: center;
padding: 0;
}
.module-container.match:hover { transform: scale(1.05); }
/* Module config - for user panel */
.module-container {
overflow: hidden;
border-radius: 3px;
margin-bottom: 20px;
border: 1px solid #ccc;
}
.module-header {
padding: 10px;
text-align: center;
background-color: #333333;
color: #fff;
font-weight: bold;
font-size: 20px;
}
.module-footer {
flex: 1;
overflow: auto;
border-top: 1px solid #cccccc;
background-color: #eaeaea;
padding: 10px;
}
.module-footer.experience {
padding: 0px;
display: none;
border: none;
background-color: #fff;
}
.module-footer.experience.active {
display: block;
}
.module-content.notices {
padding: 15px;
background-color: #fff;
text-align: center;
}
.module-header.notices {
background-color: #d9edf7;
border-color: #bcdff1;
color: #31708f;
}
#experience { padding: 0; }
#experience li div, .experienceModal li div { flex-basis: 100%; }
.module-content-text.vacantTxt { text-align: center; }
#day-list li, .vacantTxt { justify-content: center; }
.module-content-list {
margin-top: 0;
margin-bottom: 0;
padding: 0;
list-style: none;
}
.module-content-header {
flex: 1;
font-weight: bold;
}
.module-content-list li {
align-items: center;
display: flex;
flex-wrap: wrap;
border-top: 1px solid #ccc;
padding: 10px 20px 10px 20px;
}
/* Modal Config */
.modal {
display: none;
position: absolute;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}
.modal-wrapper {
overflow: auto;
box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
border-radius: 6px;
background-color: #fefefe;
margin: 100px auto auto auto;
border: 1px solid #888;
}
.close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.modal-header {
font-size: 20px;
font-weight: bold;
padding: 20px;
text-align: center;
background-color: #333333;
color: #fff;
}
.modal-content-title {
font-size: 20px;
font-weight: bold;
}
.modal-content-subtitle {
font-size: 20px;
font-weight: bold;
margin: 20px;
}
.modal-header h2 {
margin: 0;
}
.modal-content {
display: flex;
padding: 20px;
}
.modal-footer {
padding: 20px;
border-top: 1px solid #cccccc;
background-color: #eaeaea;
}
.modal-list {
margin-top: 0;
padding: 0;
list-style:none;
}
.modal-list li {
overflow: auto;
border-top: 1px solid #cccccc;
padding: 20px;
display: flex;
align-items: center;
}
.modal-list li:hover {
background-color: #eaeaea;
}
.modal-list label{
font-weight: bold;
flex: 1;
}
.modal-list input[type=checkbox] {
margin-right: 10px;
height: 20px;
width: 20px;
cursor: pointer;
}
.textHeader {
font-weight: bold;
}
/* Dropdown config */
.dropdown.inactive .drop-btn:hover, .drop-btn:focus{
background-color: #fff;
cursor: auto;
}
.drop-btn:hover, .drop-btn:focus {
background-color: #ddd;
}
.dropdown {
display: inline-block;
}
.drop-content {
cursor: pointer;
overflow-y: scroll;
max-height: 408px;
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 130px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.drop-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.timeframe {
float: right;
}
.drop-content a:hover {background-color: #f1f1f1}
/* Toggles */
.show {display: block; z-index: 1;}
.inactive {opacity: 0.6;}
/* Centered content */
.splash-content, .reg-content, .cent-txt{
text-align: center;
}
/* Responsive config */
@media (min-width: 650px) {
.modal-wrapper {
width: 650px;
}
#signup-wrapper {
width: 650px;
}
}
@media (min-width: 815px) {
#single-matches li {
width: 50%;
}
}
@media (min-width: 1100px) {
.module-container.left {
margin-right: 20px;
}
.threeElement {
float: left;
width: 33.333333%
}
.twoElement {
float: left;
width: 50%
}
.container {
width: 1100px;
}
#topNav {
width: 1100px;
}
}
/* Typeahead */
#unit-searchbox {
width: 100%;
}
.twitter-typeahead {
width: 100%;
position: static !important;
}
.tt-query {
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
display: none !important;
}
.tt-menu { /* used to be tt-dropdown-menu in older versions */
margin-top: 4px;
padding: 4px 0;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
box-shadow: 0 5px 10px rgba(0,0,0,.2);
top: auto !important;
left: auto !important;
}
.tt-suggestion {
padding: 3px 20px;
line-height: 24px;
}
.tt-suggestion.tt-cursor,.tt-suggestion:hover {
color: #fff;
background-color: #0097cf;
}
.tt-suggestion p {
margin: 0;
}
/* Globals */
input[type=checkbox] {
margin-top: 0px;
width: 13px;
height: 13px;
vertical-align: middle;
position: relative;
top: -1px;
}
textarea {
width: 100%;
height: 100%;
resize: none;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #000;
box-sizing: content-box;
height: 0;
}
h1 {
font-size: 2.5rem;
}
body {
position: relative;
flex-direction: column;
min-height: 100%;
display: flex;
margin: 0px;
font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important;
}
html {
height: 100%;
}
* {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px
}
.alert h4 {
margin-top: 0;
color: inherit
}
.alert .alert-link {
font-weight: 700
}
.alert>p,.alert>ul {
margin-bottom: 0
}
.alert>p+p {
margin-top: 5px
}
.alert-dismissable,.alert-dismissible {
padding-right: 35px
}
.alert-dismissable .alert-dismissible .alert-success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6
}
.alert-success hr {
border-top-color: #c9e2b3
}
.alert-success .alert-link {
color: #2b542c
}
.alert-info {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1
}
.alert-info hr {
border-top-color: #a6e1ec
}
.alert-info .alert-link {
color: #245269
}
.alert-warning {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc
}
.alert-warning hr {
border-top-color: #f7e1b5
}
.alert-warning .alert-link {
color: #66512c
}
.alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1
}
.alert-danger hr {
border-top-color: #e4b9c0
}
.alert-danger .alert-link {
color: #843534
}
.glyphicon-alert:before {
content: "\e209"
} | public/stylesheets/style.css |
#topNav {
color: #fff;
margin-left: auto;
margin-right: auto;
}
.match{
background-color: gray;
padding-left:10px;
padding-right:10px;
margin-bottom: 10px;
padding-left: 20px;
border-radius: 5px;
}
.allunits .highlight{
border-color: yellow;
color: yellow;
font-weight: bold;
}
.headingsMatches{
color: white;
font-weight: bold;
}
.unititem{
color: black;
display: inline;
text-align: center;
padding: 14px 16px;
}
.allunits{
margin-bottom: 20px;
padding: 0;
list-style: none;
}
.allunits li{
border-color: black;
border-width: 1px;
border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 20px;
border-radius: 5%;
}
.unitSection{
text-align: right;
}
@media (min-width: 768px){
.sevencol .col-md-1,
.sevencol .col-sm-1,
.sevencol .col-lg-1 {
width: 100%;
}
}
@media (min-width: 992px){
.sevencol .col-md-1,
.sevencol .col-sm-1,
.sevencol .col-lg-1 {
width: 14.285714285714285714285714285714%;
}
}
@media (min-width: 1200px){
.sevencol .col-md-1,
.sevencol .col-sm-1,
.sevencol .col-lg-1 {
width: 14.285714285714285714285714285714%;
}
}
.sevencol{
padding-top: 10px;
}
.sevencol .col-md-1, .sevencol .col-sm-1, .sevecol .col-lg-1{
text-align: center;
padding: 4px;
}
.eachDay{
padding-top: 20px;
padding-bottom: 20px;
}
.highlightBox{
background-color: darkslategray;
color: white;
font-weight: bold;
}
.highlightBox h4 {
font-weight: bold;
}
.sevencol .eachDay:not(:last-child){
border-top-color: black;
border-top-style: solid;
border-top-width: 1px;
border-right-color: black;
border-right-style: solid;
border-right-width: 1px;
}
.eachDay:last-child{
border-top-color: black;
border-top-style: solid;
border-top-width: 1px;
}
.daytitle{
color: white;
}
#navBrand {
color: #fff;
text-decoration: none;
font-weight: bold;
font-size: 23px;
}
.help-uni{
padding-top: 5px;
padding-bottom: 5px;
}
.row.no-gutter{
margin-left: 0;
margin-right: 0;
}
.row.no-gutter [class*='col-']:not(:first-child), .row.no-gutter [class*='col-']:not(:last-child){
padding-right: 2px;
padding-left: 2px;
}
.navButton {
color: #fff;
text-decoration: none;
padding: 10px 10px;
}
#topNav .nav>li>a:focus, #topNav .nav>li>a:hover {
background-color: #3c3c3c;
}
#topNav .navbar, #topNav .navbar-right, #topNav .navbar-nav {
margin: 0;
}
.navButton.active {
background-color: #3c3c3c;
}
.pageFiller{
background-color: #333333;
}
.container {
width: 100%;
margin-right: auto;
margin-left: auto;
}
.container.content {
flex: 1;
}
.container.footer {
padding: 20px 0 20px;
overflow: hidden;
color: #626666;
}
#footer-lastmodified {
margin-left: 10px;
}
#logo {
max-height: 200px;
}
#row1 {
margin-top: 30px;
}
#row3 {
border-bottom: 1px solid #eee;
}
.row {
margin-left: 2%;
margin-right: 2%;
}
.row h1 {
border-bottom: 1px solid #eaecef;
}
.threeElement {
width: 100%;
}
.threeElement p {
margin: 0px 10px 0px 0px;
}
/* Button styles */
.button {
text-decoration: none;
font-weight: bold;
font-size: 1.5rem;
background-color: #333333;
color: #fff;
border: 1px solid transparent;
border-radius: 4px;
cursor: pointer;
text-align: center;
display: inline-block;
padding: 6px 20px;
}
.button.login {
color: #333333;
background-color: #fff;
border: 1px solid #333333;
}
.button.modify {
float: right;
font-size: .8rem;
color: #333333;
background-color: #fff;
border: 1px solid #333333;
}
.button.modify.drop-btn {
float: none;
padding: 12px;
font-size: 16px;
}
.button.modify.add {
display: none;
float: left;
}
.button.modify.cancel {
display: none;
}
.button.modify.active {
display: block;
}
/* Sign up */
.signup-form {
width: 50%;
margin: 0 auto;
}
.sign-up {
margin-top: 100px;
}
.reg-content {
flex: 1;
}
#loginModalWrap {
width: 350px;
}
.reg-content input[type=text], input[type=textarea] , .reg-content input[type=email], .reg-content input[type=password], .reg-content select {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
font-size: 17px;
text-align: center;
height: auto;
}
.exparea{
margin-bottom: 10px;
}
.signup-form {
width: 50%;
margin: 0px auto;
}
#signup-wrapper {
margin-right: auto;
margin-left: auto;
}
/* Matches config */
.module-container.match {
background: #f1f1f1;
box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
transition: all .2s ease-in-out;
}
#single-matches {
flex-wrap: wrap;
display: flex;
padding: 0;
list-style: none;
}
#single-matches a {
text-decoration: none;
color: #000;
}
#single-matches li {
padding: 0px 10px 10px 10px;
width: 100%;
cursor: pointer;
cursor: pointer;
}
.match-photo {
margin-right: 10px;
float: left;
}
.tab-content.exp, .tab-content.avail, .tab-content.units{
display: none;
}
.tab-content.exp.active, .tab-content.avail.active, .tab-content.units.active{
display: block;
}
.match-tab {
padding: 20px 10px;
font-weight: bold;
}
.match-tab:hover{
background-color: #eee;
cursor: pointer;
}
.match-tab.active{
background-color: #eee;
}
#sampleMatch .modal-content {
border-top: 1px solid #ccc;
justify-content: center;
padding: 0;
}
.module-container.match:hover { transform: scale(1.05); }
/* Module config - for user panel */
.module-container {
overflow: hidden;
border-radius: 3px;
margin-bottom: 20px;
border: 1px solid #ccc;
}
.module-header {
padding: 10px;
text-align: center;
background-color: #333333;
color: #fff;
font-weight: bold;
font-size: 20px;
}
.module-footer {
flex: 1;
overflow: auto;
border-top: 1px solid #cccccc;
background-color: #eaeaea;
padding: 10px;
}
.module-footer.experience {
padding: 0px;
display: none;
border: none;
background-color: #fff;
}
.module-footer.experience.active {
display: block;
}
.module-content.notices {
padding: 15px;
background-color: #fff;
text-align: center;
}
.module-header.notices {
background-color: #d9edf7;
border-color: #bcdff1;
color: #31708f;
}
#experience { padding: 0; }
#experience li div, .experienceModal li div { flex-basis: 100%; }
.module-content-text.vacantTxt { text-align: center; }
#day-list li, .vacantTxt { justify-content: center; }
.module-content-list {
margin-top: 0;
margin-bottom: 0;
padding: 0;
list-style: none;
}
.module-content-header {
flex: 1;
font-weight: bold;
}
.module-content-list li {
align-items: center;
display: flex;
flex-wrap: wrap;
border-top: 1px solid #ccc;
padding: 10px 20px 10px 20px;
}
/* Modal Config */
.modal {
display: none;
position: absolute;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}
.modal-wrapper {
overflow: auto;
box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
border-radius: 6px;
background-color: #fefefe;
margin: 100px auto auto auto;
border: 1px solid #888;
}
.close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.modal-header {
font-size: 20px;
font-weight: bold;
padding: 20px;
text-align: center;
background-color: #333333;
color: #fff;
}
.modal-content-title {
font-size: 20px;
font-weight: bold;
}
.modal-content-subtitle {
font-size: 20px;
font-weight: bold;
margin: 20px;
}
.modal-header h2 {
margin: 0;
}
.modal-content {
display: flex;
padding: 20px;
}
.modal-footer {
padding: 20px;
border-top: 1px solid #cccccc;
background-color: #eaeaea;
}
.modal-list {
margin-top: 0;
padding: 0;
list-style:none;
}
.modal-list li {
overflow: auto;
border-top: 1px solid #cccccc;
padding: 20px;
display: flex;
align-items: center;
}
.modal-list li:hover {
background-color: #eaeaea;
}
.modal-list label{
font-weight: bold;
flex: 1;
}
.modal-list input[type=checkbox] {
margin-right: 10px;
height: 20px;
width: 20px;
cursor: pointer;
}
.textHeader {
font-weight: bold;
}
/* Dropdown config */
.dropdown.inactive .drop-btn:hover, .drop-btn:focus{
background-color: #fff;
cursor: auto;
}
.drop-btn:hover, .drop-btn:focus {
background-color: #ddd;
}
.dropdown {
display: inline-block;
}
.drop-content {
cursor: pointer;
overflow-y: scroll;
max-height: 408px;
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 130px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.drop-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.timeframe {
float: right;
}
.drop-content a:hover {background-color: #f1f1f1}
/* Toggles */
.show {display: block; z-index: 1;}
.inactive {opacity: 0.6;}
/* Centered content */
.splash-content, .reg-content, .cent-txt{
text-align: center;
}
/* Responsive config */
@media (min-width: 650px) {
.modal-wrapper {
width: 650px;
}
#signup-wrapper {
width: 650px;
}
}
@media (min-width: 815px) {
#single-matches li {
width: 50%;
}
}
@media (min-width: 1100px) {
.module-container.left {
margin-right: 20px;
}
.threeElement {
float: left;
width: 33.333333%
}
.twoElement {
float: left;
width: 50%
}
.container {
width: 1100px;
}
#topNav {
width: 1100px;
}
}
/* Typeahead */
#unit-searchbox {
width: 100%;
}
.twitter-typeahead {
width: 100%;
position: static !important;
}
.tt-query {
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
display: none !important;
}
.tt-menu { /* used to be tt-dropdown-menu in older versions */
margin-top: 4px;
padding: 4px 0;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
box-shadow: 0 5px 10px rgba(0,0,0,.2);
top: auto !important;
left: auto !important;
}
.tt-suggestion {
padding: 3px 20px;
line-height: 24px;
}
.tt-suggestion.tt-cursor,.tt-suggestion:hover {
color: #fff;
background-color: #0097cf;
}
.tt-suggestion p {
margin: 0;
}
/* Globals */
input[type=checkbox] {
margin-top: 0px;
width: 13px;
height: 13px;
vertical-align: middle;
position: relative;
top: -1px;
}
textarea {
width: 100%;
height: 100%;
resize: none;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #000;
box-sizing: content-box;
height: 0;
}
h1 {
font-size: 2.5rem;
}
body {
position: relative;
flex-direction: column;
min-height: 100%;
display: flex;
margin: 0px;
font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important;
}
html {
height: 100%;
}
* {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px
}
.alert h4 {
margin-top: 0;
color: inherit
}
.alert .alert-link {
font-weight: 700
}
.alert>p,.alert>ul {
margin-bottom: 0
}
.alert>p+p {
margin-top: 5px
}
.alert-dismissable,.alert-dismissible {
padding-right: 35px
}
.alert-dismissable .alert-dismissible .alert-success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6
}
.alert-success hr {
border-top-color: #c9e2b3
}
.alert-success .alert-link {
color: #2b542c
}
.alert-info {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1
}
.alert-info hr {
border-top-color: #a6e1ec
}
.alert-info .alert-link {
color: #245269
}
.alert-warning {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc
}
.alert-warning hr {
border-top-color: #f7e1b5
}
.alert-warning .alert-link {
color: #66512c
}
.alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1
}
.alert-danger hr {
border-top-color: #e4b9c0
}
.alert-danger .alert-link {
color: #843534
}
.glyphicon-alert:before {
content: "\e209"
} | 0.358353 | 0.079603 |
body {
padding-top: 54px;
}
@media (min-width: 992px) {
body {
padding-top: 56px;
}
}
.portfolio-item {
margin-bottom: 30px;
}
.pagination {
margin-bottom: 30px;
}
img{
width:700px;
height:400px;
}
.sidenavbar {
height: 100%;
width: 160px;
position: fixed;
z-index: 1;
top: 10;
left: 0;
background-color: #111;
overflow-x: hidden;
padding-top: 20px;
}
.sidenavbar a {
padding: 6px 8px 6px 16px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
}
.sidenavbar a:hover {
color: #f1f1f1;
}
.header {
color: #36A0FF;
font-size: 27px;
padding: 10px;
}
.bigicon {
font-size: 35px;
color: #36A0FF;
}
.panel-login {
border-color: #ccc;
-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.panel-login>.panel-heading {
color: #00415d;
background-color: #fff;
border-color: #fff;
text-align:center;
}
.panel-login>.panel-heading a{
text-decoration: none;
color: #666;
font-weight: bold;
font-size: 15px;
-webkit-transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
color: #029f5b;
font-size: 18px;
}
.panel-login>.panel-heading hr{
margin-top: 10px;
margin-bottom: 0px;
clear: both;
border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
height: 45px;
border: 1px solid #ddd;
font-size: 16px;
-webkit-transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
outline:none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border-color: #ccc;
}
.btn-login {
background-color: #59B2E0;
outline: none;
color: rgb(255, 0, 0);
font-size: 14px;
height: auto;
font-weight: normal;
padding: 14px 0;
text-transform: uppercase;
border-color: #59B2E6;
}
.btn-login:hover,
.btn-login:focus {
color: rgb(0, 4, 255);
background-color: #53A3CD;
border-color: #53A3CD;
} | assets/css/mystyle.css | body {
padding-top: 54px;
}
@media (min-width: 992px) {
body {
padding-top: 56px;
}
}
.portfolio-item {
margin-bottom: 30px;
}
.pagination {
margin-bottom: 30px;
}
img{
width:700px;
height:400px;
}
.sidenavbar {
height: 100%;
width: 160px;
position: fixed;
z-index: 1;
top: 10;
left: 0;
background-color: #111;
overflow-x: hidden;
padding-top: 20px;
}
.sidenavbar a {
padding: 6px 8px 6px 16px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
}
.sidenavbar a:hover {
color: #f1f1f1;
}
.header {
color: #36A0FF;
font-size: 27px;
padding: 10px;
}
.bigicon {
font-size: 35px;
color: #36A0FF;
}
.panel-login {
border-color: #ccc;
-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.panel-login>.panel-heading {
color: #00415d;
background-color: #fff;
border-color: #fff;
text-align:center;
}
.panel-login>.panel-heading a{
text-decoration: none;
color: #666;
font-weight: bold;
font-size: 15px;
-webkit-transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
color: #029f5b;
font-size: 18px;
}
.panel-login>.panel-heading hr{
margin-top: 10px;
margin-bottom: 0px;
clear: both;
border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
height: 45px;
border: 1px solid #ddd;
font-size: 16px;
-webkit-transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
outline:none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border-color: #ccc;
}
.btn-login {
background-color: #59B2E0;
outline: none;
color: rgb(255, 0, 0);
font-size: 14px;
height: auto;
font-weight: normal;
padding: 14px 0;
text-transform: uppercase;
border-color: #59B2E6;
}
.btn-login:hover,
.btn-login:focus {
color: rgb(0, 4, 255);
background-color: #53A3CD;
border-color: #53A3CD;
} | 0.360602 | 0.086323 |
* т.е. здесь мы немного облагораживаем стандартный чекбокс.
*/
.custom.checkbox {
vertical-align: top;
margin: 0 3px 0 0;
width: 17px;
height: 17px;
}
/* Это для всех браузеров, кроме совмем старых, которые не поддерживают
* селекторы с плюсом. Показываем, что label кликабелен.
*/
.custom.checkbox + label {
cursor: pointer;
}
/* Оформление чекбокса для современных браузеров */
/* Прячем оригинальный чекбокс . */
.custom.checkbox:not(checked) {
position: absolute;
opacity: 0;
}
.custom.checkbox:not(checked) + label {
position: relative; /* будем позиционировать псевдочекбокс отосительно label */
padding: 0 0 0 60px; /* оставляем слева от label место под псевдочекбокс */
}
/* Оформляем первой части чекбокса в выключенном состоянии (фон). */
.custom.checkbox:not(checkbox) + label:before {
content: '';
position: absolute;
top: -4px;
left: 0;
width: 50px;
height: 26px;
border-radius: 13px;
background: #CDD1DA;
box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2);
}
/* Оформление второй части чекбокс в выключенном состоянии (переключатель) */
.custom.checkbox:not(checked) + label:after {
content: '';
position: absolute;
top: -2px;
left: 2px;
width: 22px;
height: 22px;
border-radius: 10px;
background: #FFF;
box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
transition: all .2s; /* Анимация, чтобы чекбокс переключался плавно */
}
/* Меняем фон чекбокса, когда он включен */
.custom.checkbox:checked + label:before {
background: #9fd468;
}
/* Сдвигаем переключатель чекбокса, когда он включен */
.custom.checkbox:checked + label:after {
left: 26px;
}
/* Показываем получение фокуса */
.custom.checkbox:focus + label:befor {
box-shadow: 0 0 0 3px rgba(255, 255, 0, .5);
}
/* ------------------------------------------------------------------ */
/* -----------------------RADIO_------------------------------------- */
.custom.radio {
vertical-align: top;
width: 17px;
height: 17px;
margin: 0 3px 0 0;
}
.custom.radio + label {
cursor: pointer;
}
.custom.radio:not(checked) {
position: absolute;
opacity: 0;
}
.custom.radio:not(checked) + label {
position: relative;
padding: 0 0 0 35px;
}
.custom.radio:not(checked) + label:before {
content: '';
position: absolute;
top: -3px;
left: 0;
width: 22px;
height: 22px;
border: 1px solid #CDD1DA;
border-radius: 50%;
background: #FFF;
}
.custom.radio:not(checked) + label:after {
content: '';
position: absolute;
top: 1px;
left: 4px;
width: 16px;
height: 16px;
border-radius: 50%;
background: #9FD468;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5);
opacity: 0;
transition: all .2s;
}
.custom.radio:checked + label:after {
opacity: 1;
}
.custom.radio:focus + label:before {
box-shadow: 0 0 0 3px rgba(255, 255, 0, .5);
}
/* ------------------------------------------------------------------ */
p.has-error {
color: #a94442;
}
.responsibles-table {
}
.responsibles-table .radio, .responsibles-table .checkbox {
margin-top: 10px;
}
.responsibles-table .list-group-item {
padding-top: 0px;
padding-bottom: 0px;
}
.responsibles-table .input-group {
margin-top: 3px;
}
.responsibles-table .fa {
vertical-align: middle;
}
.responsibles-table .bootstrap-select {
margin-top: 3px;
}
/*.responsibles-table .execute_at {*/
/*display: inline;*/
/*width: 150px;*/
/*}*/
.material-switch > input[type="checkbox"] {
display: none;
}
.material-switch > label {
cursor: pointer;
height: 0px;
position: relative;
width: 40px;
}
.material-switch > label::before {
background: rgb(0, 0, 0);
box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
border-radius: 8px;
content: '';
height: 16px;
margin-top: -8px;
position:absolute;
opacity: 0.3;
transition: all 0.4s ease-in-out;
width: 40px;
}
.material-switch > label::after {
background: rgb(255, 255, 255);
border-radius: 16px;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
content: '';
height: 24px;
left: -4px;
margin-top: -8px;
position: absolute;
top: -4px;
transition: all 0.3s ease-in-out;
width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
background: inherit;
opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
background: inherit;
left: 20px;
}
.responsibles-table div.row.has-error-row{
background-color: rgba(240, 128, 128, 0.42);
}
.inbox-view .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
background-color: #fff;
}
#tools .btn-group .btn.btn-danger {
background-color: #d9534f;
}
tr.draft td{
background-color: #ffeaae !important;
}
.inbox-table .action,
.outbox-table .action {
width: 63px;
}
.inbox-table .action a,
.outbox-table .action a {
padding: 2px;
}
.wrapper-height {
height: 70vh;
overflow: auto;
} | public/css/custom.css | * т.е. здесь мы немного облагораживаем стандартный чекбокс.
*/
.custom.checkbox {
vertical-align: top;
margin: 0 3px 0 0;
width: 17px;
height: 17px;
}
/* Это для всех браузеров, кроме совмем старых, которые не поддерживают
* селекторы с плюсом. Показываем, что label кликабелен.
*/
.custom.checkbox + label {
cursor: pointer;
}
/* Оформление чекбокса для современных браузеров */
/* Прячем оригинальный чекбокс . */
.custom.checkbox:not(checked) {
position: absolute;
opacity: 0;
}
.custom.checkbox:not(checked) + label {
position: relative; /* будем позиционировать псевдочекбокс отосительно label */
padding: 0 0 0 60px; /* оставляем слева от label место под псевдочекбокс */
}
/* Оформляем первой части чекбокса в выключенном состоянии (фон). */
.custom.checkbox:not(checkbox) + label:before {
content: '';
position: absolute;
top: -4px;
left: 0;
width: 50px;
height: 26px;
border-radius: 13px;
background: #CDD1DA;
box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2);
}
/* Оформление второй части чекбокс в выключенном состоянии (переключатель) */
.custom.checkbox:not(checked) + label:after {
content: '';
position: absolute;
top: -2px;
left: 2px;
width: 22px;
height: 22px;
border-radius: 10px;
background: #FFF;
box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
transition: all .2s; /* Анимация, чтобы чекбокс переключался плавно */
}
/* Меняем фон чекбокса, когда он включен */
.custom.checkbox:checked + label:before {
background: #9fd468;
}
/* Сдвигаем переключатель чекбокса, когда он включен */
.custom.checkbox:checked + label:after {
left: 26px;
}
/* Показываем получение фокуса */
.custom.checkbox:focus + label:befor {
box-shadow: 0 0 0 3px rgba(255, 255, 0, .5);
}
/* ------------------------------------------------------------------ */
/* -----------------------RADIO_------------------------------------- */
.custom.radio {
vertical-align: top;
width: 17px;
height: 17px;
margin: 0 3px 0 0;
}
.custom.radio + label {
cursor: pointer;
}
.custom.radio:not(checked) {
position: absolute;
opacity: 0;
}
.custom.radio:not(checked) + label {
position: relative;
padding: 0 0 0 35px;
}
.custom.radio:not(checked) + label:before {
content: '';
position: absolute;
top: -3px;
left: 0;
width: 22px;
height: 22px;
border: 1px solid #CDD1DA;
border-radius: 50%;
background: #FFF;
}
.custom.radio:not(checked) + label:after {
content: '';
position: absolute;
top: 1px;
left: 4px;
width: 16px;
height: 16px;
border-radius: 50%;
background: #9FD468;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5);
opacity: 0;
transition: all .2s;
}
.custom.radio:checked + label:after {
opacity: 1;
}
.custom.radio:focus + label:before {
box-shadow: 0 0 0 3px rgba(255, 255, 0, .5);
}
/* ------------------------------------------------------------------ */
p.has-error {
color: #a94442;
}
.responsibles-table {
}
.responsibles-table .radio, .responsibles-table .checkbox {
margin-top: 10px;
}
.responsibles-table .list-group-item {
padding-top: 0px;
padding-bottom: 0px;
}
.responsibles-table .input-group {
margin-top: 3px;
}
.responsibles-table .fa {
vertical-align: middle;
}
.responsibles-table .bootstrap-select {
margin-top: 3px;
}
/*.responsibles-table .execute_at {*/
/*display: inline;*/
/*width: 150px;*/
/*}*/
.material-switch > input[type="checkbox"] {
display: none;
}
.material-switch > label {
cursor: pointer;
height: 0px;
position: relative;
width: 40px;
}
.material-switch > label::before {
background: rgb(0, 0, 0);
box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
border-radius: 8px;
content: '';
height: 16px;
margin-top: -8px;
position:absolute;
opacity: 0.3;
transition: all 0.4s ease-in-out;
width: 40px;
}
.material-switch > label::after {
background: rgb(255, 255, 255);
border-radius: 16px;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
content: '';
height: 24px;
left: -4px;
margin-top: -8px;
position: absolute;
top: -4px;
transition: all 0.3s ease-in-out;
width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
background: inherit;
opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
background: inherit;
left: 20px;
}
.responsibles-table div.row.has-error-row{
background-color: rgba(240, 128, 128, 0.42);
}
.inbox-view .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
background-color: #fff;
}
#tools .btn-group .btn.btn-danger {
background-color: #d9534f;
}
tr.draft td{
background-color: #ffeaae !important;
}
.inbox-table .action,
.outbox-table .action {
width: 63px;
}
.inbox-table .action a,
.outbox-table .action a {
padding: 2px;
}
.wrapper-height {
height: 70vh;
overflow: auto;
} | 0.346873 | 0.255199 |
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");
* {
margin: 0;
padding: 0;
outline: none;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
}
.scoped-background-colored {
height: 100vh;
width: 100%;
background: linear-gradient(115deg, #56d8e4 10%, #9f01ea 90%);
}
.scoped-show-btn,
.scoped-container {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.scoped-container {
background: #fff;
width: 410px;
padding: 20px;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.scoped-container .scoped-text {
font-size: 20px;
font-weight: 600;
text-align: center;
}
.scoped-container form {
margin-top: -20px;
}
.scoped-container form .scoped-data {
height: 30px;
width: 100%;
margin: 40px 0;
}
form .data label {
font-size: 12px;
}
form .scoped-data input {
height: 100%;
width: 100%;
padding-left: 10px;
font-size: 13px;
border: 1px solid silver;
}
form .scoped-data input:focus {
border-color: #3498db;
border-bottom-width: 2px;
}
form .scoped-forgot-pass a {
color: #3498db;
text-decoration: none;
}
form .scoped-forgot-pass a:hover {
text-decoration: underline;
}
form .scoped-btn {
margin: 30px 0;
height: 45px;
width: 100%;
position: relative;
overflow: hidden;
}
form .scoped-btn .scoped-inner {
height: 100%;
width: 300%;
position: absolute;
left: -100%;
z-index: -1;
background: -webkit-linear-gradient(
right,
#56d8e4,
#9f01ea,
#56d8e4,
#9f01ea
);
transition: all 0.4s;
}
form .scoped-btn:hover .scoped-inner {
left: 0;
}
form .scoped-btn button {
height: 100%;
width: 100%;
background: none;
border: none;
color: #fff;
font-size: 18px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
cursor: pointer;
}
form .scoped-signup-link {
text-align: center;
}
form .scoped-signup-link a {
color: #3498db;
text-decoration: none;
}
form .scoped-signup-link a:hover {
text-decoration: underline;
} | src/styles/forms.scoped.css | @import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");
* {
margin: 0;
padding: 0;
outline: none;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
}
.scoped-background-colored {
height: 100vh;
width: 100%;
background: linear-gradient(115deg, #56d8e4 10%, #9f01ea 90%);
}
.scoped-show-btn,
.scoped-container {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.scoped-container {
background: #fff;
width: 410px;
padding: 20px;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.scoped-container .scoped-text {
font-size: 20px;
font-weight: 600;
text-align: center;
}
.scoped-container form {
margin-top: -20px;
}
.scoped-container form .scoped-data {
height: 30px;
width: 100%;
margin: 40px 0;
}
form .data label {
font-size: 12px;
}
form .scoped-data input {
height: 100%;
width: 100%;
padding-left: 10px;
font-size: 13px;
border: 1px solid silver;
}
form .scoped-data input:focus {
border-color: #3498db;
border-bottom-width: 2px;
}
form .scoped-forgot-pass a {
color: #3498db;
text-decoration: none;
}
form .scoped-forgot-pass a:hover {
text-decoration: underline;
}
form .scoped-btn {
margin: 30px 0;
height: 45px;
width: 100%;
position: relative;
overflow: hidden;
}
form .scoped-btn .scoped-inner {
height: 100%;
width: 300%;
position: absolute;
left: -100%;
z-index: -1;
background: -webkit-linear-gradient(
right,
#56d8e4,
#9f01ea,
#56d8e4,
#9f01ea
);
transition: all 0.4s;
}
form .scoped-btn:hover .scoped-inner {
left: 0;
}
form .scoped-btn button {
height: 100%;
width: 100%;
background: none;
border: none;
color: #fff;
font-size: 18px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
cursor: pointer;
}
form .scoped-signup-link {
text-align: center;
}
form .scoped-signup-link a {
color: #3498db;
text-decoration: none;
}
form .scoped-signup-link a:hover {
text-decoration: underline;
} | 0.440229 | 0.09277 |
body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, figure, figcaption, fieldset, legend {
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6 {
font-size: 12px;
font-weight: normal;
}
ol, ul, li {
list-style: none;
}
b, strong {
font-weight: normal;
}
em, i {
font-style: normal;
}
a, u {
text-decoration: none;
}
img {
display: block;
}
.title-box-wrap {
width: 100%;
z-index: 4;
background: #fff;
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.07);
box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.07);
}
.title-box {
height: 63px;
width: 100%;
margin-top: 0;
color: #616161;
}
.container {
width: 1226px;
margin: 0 auto;
}
.container h2 {
margin: 0;
font-size: 18px;
font-weight: 400;
line-height: 60px;
color: #212121;
float: left;
}
.container .right {
float: right;
margin: 17px 0 0 0;
color: #616161;
}
.container .right a {
color: #616161;
font-size: 14px;
}
.buybox {
padding-bottom: 50px;
}
.buybox-main {
padding-top: 32px;
padding-bottom: 12px;
width: 1224px;
margin: 0 auto;
position: relative;
}
.buybox-main::after {
content: " ";
clear: both;
display: table;
}
.buybox-left {
float: left;
width: 606px;
height: 600px;
margin-left: 0;
position: relative;
}
.buybox-left .wrap {
float: left;
position: relative;
}
.buybox-left #spicbox {
width: 400px;
height: 400px;
float: left;
position: relative;
}
.buybox-left #spicbox img {
width: 400px;
height: 400px;
}
.buybox-left #sf {
width: 50px;
height: 50px;
background: orange;
opacity: 0.3;
position: absolute;
left: 0px;
top: 0px;
visibility: hidden;
}
.buybox-left #bf {
width: 400px;
height: 500px;
border: 1px solid #ccc;
overflow: hidden;
position: absolute;
left: 410px;
visibility: hidden;
z-index: 100;
}
.buybox-left #bf img {
position: absolute;
left: 0px;
top: 0px;
width: 800px;
height: 800px;
}
.buybox-left #ulist {
position: absolute;
left: 0px;
top: 430px;
width: 402px;
height: 56px;
overflow: hidden;
}
.buybox-left #ulist a {
float: left;
width: 10px;
height: 54px;
border: 1px solid #ccc;
text-decoration: none;
line-height: 56px;
text-align: center;
background: #fff;
}
.buybox-left #list {
float: left;
margin-left: 18px;
width: 372px;
position: relative;
}
.buybox-left .wrap ul {
list-style: none;
float: left;
position: absolute;
left: 0px;
top: 0px;
}
.buybox-left .wrap ul li {
float: left;
width: 56px;
height: 56px;
padding-right: 6px;
}
.buybox-left .wrap ul li img {
width: 52px;
height: 52px;
border: 1px solid #ccc;
}
.buybox-left #right {
position: absolute;
right: 0px;
top: 0px;
color: #333;
}
.buybox-left #left {
position: absolute;
left: 0px;
top: 0px;
z-index: 2;
color: #fff;
}
.buybox-right {
float: left;
width: 606px;
margin-left: 12px;
min-height: 1px;
}
.buybox-right .goods-title {
font-size: 24px;
font-weight: normal;
color: #212121;
margin: 0;
padding: 0;
padding-top: 8px;
}
.xm-main .ziying {
margin-bottom: 0;
color: #ff6700;
}
.xm-price {
display: block;
font-size: 18px;
line-height: 1;
color: #ff6700;
border-bottom: 1px solid #e0e0e0;
padding: 12px 0 20px;
}
.xm-price span {
font-size: 18px;
line-height: 1;
color: #ff6700;
}
.address {
margin-top: 40px;
margin-bottom: 40px;
}
.address .address-main {
background: #fafafa;
border: 1px solid #e0e0e0;
padding-left: 50px;
padding: 30px 40px 30px 32px;
}
.address .address-main span {
margin-right: 14px;
font-size: 14px;
}
.address .address-main .change {
color: #ff6700;
}
.list-wrap {
margin-top: 30px;
}
.list-wrap .list-main {
margin-bottom: 30px;
}
.list-main .choose-color {
font-size: 18px;
}
.list-main .color {
font-size: 16px;
margin-left: 6px;
margin-top: 15px;
line-height: 42px;
width: 298px;
height: 42px;
position: relative;
color: #ff6700;
border: 1px solid #ff6700;
list-style: none;
cursor: pointer;
text-align: center;
}
.list-main .numbox .number {
display: block;
font-size: 16px;
margin-left: 6px;
margin-top: 15px;
line-height: 42px;
width: 298px;
height: 42px;
text-align: center;
position: relative;
color: #000;
border: 1px solid #000;
}
.buybtn {
padding: 0;
margin: 10px 0 20px 0;
}
.buybtn a {
width: 298px;
height: 52px;
line-height: 52px;
font-size: 16px;
display: inline-block;
margin-left: 6px;
color: #fff;
background-color: #ff6700;
border: 1px solid #ff6700;
text-align: center;
}
/*# sourceMappingURL=detail.css.map */ | src/css/detail.css | body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, figure, figcaption, fieldset, legend {
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6 {
font-size: 12px;
font-weight: normal;
}
ol, ul, li {
list-style: none;
}
b, strong {
font-weight: normal;
}
em, i {
font-style: normal;
}
a, u {
text-decoration: none;
}
img {
display: block;
}
.title-box-wrap {
width: 100%;
z-index: 4;
background: #fff;
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.07);
box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.07);
}
.title-box {
height: 63px;
width: 100%;
margin-top: 0;
color: #616161;
}
.container {
width: 1226px;
margin: 0 auto;
}
.container h2 {
margin: 0;
font-size: 18px;
font-weight: 400;
line-height: 60px;
color: #212121;
float: left;
}
.container .right {
float: right;
margin: 17px 0 0 0;
color: #616161;
}
.container .right a {
color: #616161;
font-size: 14px;
}
.buybox {
padding-bottom: 50px;
}
.buybox-main {
padding-top: 32px;
padding-bottom: 12px;
width: 1224px;
margin: 0 auto;
position: relative;
}
.buybox-main::after {
content: " ";
clear: both;
display: table;
}
.buybox-left {
float: left;
width: 606px;
height: 600px;
margin-left: 0;
position: relative;
}
.buybox-left .wrap {
float: left;
position: relative;
}
.buybox-left #spicbox {
width: 400px;
height: 400px;
float: left;
position: relative;
}
.buybox-left #spicbox img {
width: 400px;
height: 400px;
}
.buybox-left #sf {
width: 50px;
height: 50px;
background: orange;
opacity: 0.3;
position: absolute;
left: 0px;
top: 0px;
visibility: hidden;
}
.buybox-left #bf {
width: 400px;
height: 500px;
border: 1px solid #ccc;
overflow: hidden;
position: absolute;
left: 410px;
visibility: hidden;
z-index: 100;
}
.buybox-left #bf img {
position: absolute;
left: 0px;
top: 0px;
width: 800px;
height: 800px;
}
.buybox-left #ulist {
position: absolute;
left: 0px;
top: 430px;
width: 402px;
height: 56px;
overflow: hidden;
}
.buybox-left #ulist a {
float: left;
width: 10px;
height: 54px;
border: 1px solid #ccc;
text-decoration: none;
line-height: 56px;
text-align: center;
background: #fff;
}
.buybox-left #list {
float: left;
margin-left: 18px;
width: 372px;
position: relative;
}
.buybox-left .wrap ul {
list-style: none;
float: left;
position: absolute;
left: 0px;
top: 0px;
}
.buybox-left .wrap ul li {
float: left;
width: 56px;
height: 56px;
padding-right: 6px;
}
.buybox-left .wrap ul li img {
width: 52px;
height: 52px;
border: 1px solid #ccc;
}
.buybox-left #right {
position: absolute;
right: 0px;
top: 0px;
color: #333;
}
.buybox-left #left {
position: absolute;
left: 0px;
top: 0px;
z-index: 2;
color: #fff;
}
.buybox-right {
float: left;
width: 606px;
margin-left: 12px;
min-height: 1px;
}
.buybox-right .goods-title {
font-size: 24px;
font-weight: normal;
color: #212121;
margin: 0;
padding: 0;
padding-top: 8px;
}
.xm-main .ziying {
margin-bottom: 0;
color: #ff6700;
}
.xm-price {
display: block;
font-size: 18px;
line-height: 1;
color: #ff6700;
border-bottom: 1px solid #e0e0e0;
padding: 12px 0 20px;
}
.xm-price span {
font-size: 18px;
line-height: 1;
color: #ff6700;
}
.address {
margin-top: 40px;
margin-bottom: 40px;
}
.address .address-main {
background: #fafafa;
border: 1px solid #e0e0e0;
padding-left: 50px;
padding: 30px 40px 30px 32px;
}
.address .address-main span {
margin-right: 14px;
font-size: 14px;
}
.address .address-main .change {
color: #ff6700;
}
.list-wrap {
margin-top: 30px;
}
.list-wrap .list-main {
margin-bottom: 30px;
}
.list-main .choose-color {
font-size: 18px;
}
.list-main .color {
font-size: 16px;
margin-left: 6px;
margin-top: 15px;
line-height: 42px;
width: 298px;
height: 42px;
position: relative;
color: #ff6700;
border: 1px solid #ff6700;
list-style: none;
cursor: pointer;
text-align: center;
}
.list-main .numbox .number {
display: block;
font-size: 16px;
margin-left: 6px;
margin-top: 15px;
line-height: 42px;
width: 298px;
height: 42px;
text-align: center;
position: relative;
color: #000;
border: 1px solid #000;
}
.buybtn {
padding: 0;
margin: 10px 0 20px 0;
}
.buybtn a {
width: 298px;
height: 52px;
line-height: 52px;
font-size: 16px;
display: inline-block;
margin-left: 6px;
color: #fff;
background-color: #ff6700;
border: 1px solid #ff6700;
text-align: center;
}
/*# sourceMappingURL=detail.css.map */ | 0.387343 | 0.099865 |
.main-header-top .top-nav .settings-menu li a{
color: #666 !important;
}
.sidebar-menu>li>a:hover{
background-color: #1b1b1b;
}
a,.dtp table.dtp-picker-days tr > td > a.selected,.sidebar-menu .treeview-menu>li>a, .pricing-table:hover, .nav-level,
a,.sidebar-menu .treeview-menu>li>a {
color: #fff !important;
}
a:hover,.faq-expi li i,.not-footer a,.dropdown-item,.wizard > .steps .done a{
color: #a3a3a3 !important;
}
nav,
textarea,
.main-header-top,
.scroll-list li,
.dd-handle,
.jstree-default .jstree-clicked,
.sidebar-menu>li.active>a,
.breadcrumb,
.pager li>a:focus,
.pager li>a:hover,
.pager li a,
.grid-stack-item-content,
.form-control,
.bootstrap-tagsinput,
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active,
.dotted-line-theme .no_edit:hover,
.dropzone,
.error-500,
.error-503,
.error-404,
.error-400,
.error-403,
.login,
.ourpro-icon-effect-8 .ourpro-icon,
.color-picker .settings-header,
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active,
.color-picker a.handle:hover,
.showChat_inner,
.chat-reply-box,
.main-timeline,
.card-questioning .ui-state-active,
.card-member .ui-state-active,
.cd-pricing-wrapper > li,
.cd-pricing-switcher .cd-switch,
.fc-state-active,
.fc th,
tr:first-child > td > .fc-day-grid-event,
#external-events .fc-event,
.dtp div.dtp-date,
.dtp div.dtp-time,
.ms-container .ms-list,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single,
.select2-container--classic .select2-selection--single .select2-selection__rendered,
.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover,
.page-link,
.custom-header,
.join-us,.blog-section .blog-left,.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover,
.dropdown-primary a:hover,#main-chat .chat-single-box.active .chat-header,.md-content h3,
.prod-item .prod-info,.messages .bg-primary,
.invoice-box,.list-group-item-action:focus,
.note-editor .note-editing-area .note-editable,
.horizontal-fixed .main-sidebar .sidebar-menu li:hover ul.mega-menu,
#reportrange,.dynamic-list-two .new-item,.dynamic-list-three .new-item,.dynamic-list-one .new-item,.dynamic-list-three .new-item,.dynamic-list-one .new-item {
background-color: #1b1b1b !important;
}
.sidebar .user-panel{
background-color: rgba(0, 0, 0, 0.45);
}
.cd-popular .cd-pricing-wrapper > li {
box-shadow: inset 0 0 0 3px #a3a3a3;
}
.color-picker a.handle:hover,
.color-picker a.handle,
.page-item.disabled .page-link,
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover,
.page-link:focus, .page-link:hover,
.page-link {
border-color: #1b1b1b;
}
.color-picker a.handle i {
color: #1b1b1b;
}
.color-picker .section:last-child {
border-bottom-color: #1b1b1b;
}
.color-picker .section {
border-left-color: #1b1b1b;
}
.main-sidebar,
.sidebar-menu>li>a,
.sidebar-menu .treeview-menu,
.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right),
.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu,
.unread-msg {
background-color: #242424;
}
.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right),
.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
box-shadow: 2px 1px 5px 1px rgba(128, 128, 128, 0.03);
}
body,
.cw-widget .place,
.sidebar-menu>li>a,
.main-header h4,
.main-header .breadcrumb-title a,
.card-header-text,
.txt-primary,
.table td,
.table th,
.user-block-2-active,
.rkmd-checkbox label,
.unread-msg i,
.unread-msg h6,
.unread-msg span,
.unread-msg p,
.md-add-on i,
.dashboard-page-view .counter-txt,
.close,
.dd-handle,
.dd-item > button:before,
.txt-ellipsis,
.icon-list-demo i,
.icon-list-demo i:hover,
.form-control,
.form-control-label,
.form-check-label,
.checkbox label,
.col-form-label,
.checkbox-color label,
.form-radio label,
.dataTables_length label,
.dataTables_filter label,
h2.title-sec,
h2.title-center,
.about-sec li i,
span.logo,
#home-header span,
.portfolioFilter li button:hover,
.portfolioFilter li button.current,
.pricing-table-header .price,
.signup-btn .btn-primary:hover,
.cd-pricing-header,
.cd-currency,
.cd-duration,
#external-events .fc-event,
tr:first-child > td > .fc-day-grid-event,
.fc-day-grid-event:hover,
.fc-state-active,
.fc-state-active,
.md-label-file,
.bootstrap-tagsinput input,
.custom-header,
.select2-container--default .select2-search--inline .select2-search__field,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.page-link:focus, .page-link:hover,
.footer-about i,.footer-menu h5:hover,.product-detail .btn-number,.msg-send,
.note-editor .note-editing-area .note-editable,
.slick-dots li.slick-active button:before,
.slick-dots li button:before,
.testimonial-thumbs h5,.blog-details .read-more a,
.pricing-table-items li i.icofont-check,.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link:hover,.socials-icon li a,.login-card h1,
.read-more a,.task-list-table i,.task-detail-right label,.email-table .unread td a,
.email-table td a,.chat-header,
.blog-single .qutoe-text,
.dtp table.dtp-picker-days tr > td > a, .dtp .dtp-picker-time > a,
.mega-card h6,
.chat-header,.h-active a,.bootpag>li>a,.br-theme-bars-square .br-widget a,.btn-inverse-danger {
color: #a3a3a3 !important;
}
.fc-state-default{
border-color: #fff;
}
.sidebar-menu .treeview-menu>li.active>a,
.socials-icon li a,
.md-tabs .nav-item.open .nav-link,
.md-tabs .nav-item.open .nav-link:focus,
.md-tabs .nav-item.open .nav-link:hover,
.md-tabs .nav-link.active,
.md-tabs .nav-link.active:focus,
.md-tabs .nav-link.active:hover,
.blog-details h6,.blog-section h5,.blog-block a:hover,.blog-big-user h4,
.blog-block a:hover,.blog-single h4,.blog-s-reply h6,
.blog-article .articles a,
.task-timer-text {
color: #fff !important;
}
.item:hover .blog-hover-detail,
.wizard > .actions .disabled a,
.cd-pricing-switcher .fieldset {
background-color: rgba(27, 27, 27, 0.68);
}
.sidebar-menu .treeview-menu>li>a,
.pricing-table:hover,
.nav-level {
border-top-color: #1b1b1b;
}
.nav-level {
color: #525252;
}
body,
.content-wrapper,
.main-header .breadcrumb-title,
.dtp .dtp-buttons,
.dtp > .dtp-content > .dtp-date-view > header.dtp-header,
.footer-news button,
.pricing-new,.blog-section h2,
.list-group-item-action:hover,
.msg-send,
.dtp-picker {
background-color: #333 !important;
}
.grid-stack-item .grid-stack-item-content {
box-shadow: 0 0 30px 0 #1b1b1b, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
}
.scroll-list li:nth-child(even),
.input-group-addon,
.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover,.nav-tabs .slide {
background-color: #a3a3a3 !important;
}
.fc-state-default,.cd-pricing-switcher .fieldset{
background-color: #a3a3a3;
}
.card,
.widget-progress .progress,
.btn-default,
.btn-default:focus,
.btn-default:hover,
.btn-default:active,
.btn-inverse-default,
.modal-header,
.modal-body,
.modal-footer,
.panels-wells .panel .panel-body,
.panel-footer,
.well,
.bg-white,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.md-tabs .nav-item,
.footer-bg,
.contact-mobile,
.bg-white,
.sign-in-up,
.login-card,
.chat-menu-reply,
.faq-accordion,
.list-group-item,.panel,.note-editor .note-statusbar,.md-content {
background-color: #292929 !important;
}
.chat-menu-reply:before {
border-left-color: #292929;
}
.card-header,
.user-block-2-active,
.table thead th,
.b-b-muted,
.contact-card-info,
.modal-header,
.basic-list li,
.friendlist-box,.sidebar-menu>li>a {
border-bottom-color: #545353;
}
.table td,
.table th,
.accordion-msg,
.modal-footer,
.panel-footer,
.footer-bg,
.horizontal-fixed .main-sidebar .sidebar-menu li:hover ul.mega-menu {
border-top-color: #545353;
}
.blog-single .qutoe-text{
border-left-color: #545353;
}
.well,
.icon-list-demo i,
.bootstrap-tagsinput,
.wizard > .content,
.dropzone,
.table-bordered,
.table-bordered td,
.table-bordered th,
.wizard > .content,
.fc th,
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td,
.ms-container .ms-list,
.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection,
.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover,
.slick-dots li button,.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover,.media .b-2-primary,.chat-footer, .chat-link,.cd-pricing-switcher .fieldset {
border-color: #a3a3a3;
}
input[type=text].md-form-control,
input[type=file].md-form-control,
input[type=password].md-form-control,
input[type=email].md-form-control,
input[type=number].md-form-control,
.md-input-wrapper select,
.md-input-wrapper textarea {
border-color: #a3a3a3;
color: #a3a3a3;
}
.svg-icon .climacon_component-stroke,
.weather-detail .climacon_component-fill,
.nv-legend-text {
fill: #a3a3a3;
}
.hour-hand,.minute-hand{
stroke:#1b1b1b;
}
.dtp-select-hour[fill="#2196F3"],.dtp-select-minute[fill="#2196F3"] {
fill:#1b1b1b !important;
}
.item:hover .blog-hover-detail,.footer-gallery li .footer-hvr-effect,
.blog-hover-detail{
background-color: rgba(41, 41, 41, 0.72);
}
.dropdown-item:hover{
background-color: #1b1b1b;
width: 100%;
}
.dashboard-primary.bg-primary,.bg-spark-chart{
background-color:#2196F3 !important;
}
.bg-spark-chart{
background-color:#3f51b5 !important;
}
@-webkit-keyframes sonarEffect {
0% {
opacity: 0.3;
}
40% {
opacity: 0.5;
box-shadow: 0 0 0 2px #1b1b1b, 0 0 10px 10px #a3a3a3, 0 0 0 10px #292929;
}
100% {
box-shadow: 0 0 0 2px #1b1b1b, 0 0 10px 10px #a3a3a3, 0 0 0 10px #292929;
-webkit-transform: scale(1.5);
opacity: 0;
}
}
@-moz-keyframes sonarEffect {
0% {
opacity: 0.3;
}
40% {
opacity: 0.5;
box-shadow: 0 0 0 2px #1b1b1b, 0 0 10px 10px #a3a3a3, 0 0 0 10px #292929;
}
100% {
box-shadow: 0 0 0 2px #1b1b1b, 0 0 10px 10px #a3a3a3, 0 0 0 10px #292929;
-moz-transform: scale(1.5);
opacity: 0;
}
}
@keyframes sonarEffect {
0% {
opacity: 0.3;
}
40% {
opacity: 0.5;
box-shadow: 0 0 0 2px #1b1b1b, 0 0 10px 10px #a3a3a3, 0 0 0 10px #292929;
}
100% {
box-shadow: 0 0 0 2px #1b1b1b, 0 0 10px 10px #a3a3a3, 0 0 0 10px #292929;
transform: scale(1.5);
opacity: 0;
}
} | public/admin/h_panel/assets/css/color/inverse.css | .main-header-top .top-nav .settings-menu li a{
color: #666 !important;
}
.sidebar-menu>li>a:hover{
background-color: #1b1b1b;
}
a,.dtp table.dtp-picker-days tr > td > a.selected,.sidebar-menu .treeview-menu>li>a, .pricing-table:hover, .nav-level,
a,.sidebar-menu .treeview-menu>li>a {
color: #fff !important;
}
a:hover,.faq-expi li i,.not-footer a,.dropdown-item,.wizard > .steps .done a{
color: #a3a3a3 !important;
}
nav,
textarea,
.main-header-top,
.scroll-list li,
.dd-handle,
.jstree-default .jstree-clicked,
.sidebar-menu>li.active>a,
.breadcrumb,
.pager li>a:focus,
.pager li>a:hover,
.pager li a,
.grid-stack-item-content,
.form-control,
.bootstrap-tagsinput,
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active,
.dotted-line-theme .no_edit:hover,
.dropzone,
.error-500,
.error-503,
.error-404,
.error-400,
.error-403,
.login,
.ourpro-icon-effect-8 .ourpro-icon,
.color-picker .settings-header,
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active,
.color-picker a.handle:hover,
.showChat_inner,
.chat-reply-box,
.main-timeline,
.card-questioning .ui-state-active,
.card-member .ui-state-active,
.cd-pricing-wrapper > li,
.cd-pricing-switcher .cd-switch,
.fc-state-active,
.fc th,
tr:first-child > td > .fc-day-grid-event,
#external-events .fc-event,
.dtp div.dtp-date,
.dtp div.dtp-time,
.ms-container .ms-list,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single,
.select2-container--classic .select2-selection--single .select2-selection__rendered,
.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover,
.page-link,
.custom-header,
.join-us,.blog-section .blog-left,.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover,
.dropdown-primary a:hover,#main-chat .chat-single-box.active .chat-header,.md-content h3,
.prod-item .prod-info,.messages .bg-primary,
.invoice-box,.list-group-item-action:focus,
.note-editor .note-editing-area .note-editable,
.horizontal-fixed .main-sidebar .sidebar-menu li:hover ul.mega-menu,
#reportrange,.dynamic-list-two .new-item,.dynamic-list-three .new-item,.dynamic-list-one .new-item,.dynamic-list-three .new-item,.dynamic-list-one .new-item {
background-color: #1b1b1b !important;
}
.sidebar .user-panel{
background-color: rgba(0, 0, 0, 0.45);
}
.cd-popular .cd-pricing-wrapper > li {
box-shadow: inset 0 0 0 3px #a3a3a3;
}
.color-picker a.handle:hover,
.color-picker a.handle,
.page-item.disabled .page-link,
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover,
.page-link:focus, .page-link:hover,
.page-link {
border-color: #1b1b1b;
}
.color-picker a.handle i {
color: #1b1b1b;
}
.color-picker .section:last-child {
border-bottom-color: #1b1b1b;
}
.color-picker .section {
border-left-color: #1b1b1b;
}
.main-sidebar,
.sidebar-menu>li>a,
.sidebar-menu .treeview-menu,
.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right),
.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu,
.unread-msg {
background-color: #242424;
}
.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right),
.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
box-shadow: 2px 1px 5px 1px rgba(128, 128, 128, 0.03);
}
body,
.cw-widget .place,
.sidebar-menu>li>a,
.main-header h4,
.main-header .breadcrumb-title a,
.card-header-text,
.txt-primary,
.table td,
.table th,
.user-block-2-active,
.rkmd-checkbox label,
.unread-msg i,
.unread-msg h6,
.unread-msg span,
.unread-msg p,
.md-add-on i,
.dashboard-page-view .counter-txt,
.close,
.dd-handle,
.dd-item > button:before,
.txt-ellipsis,
.icon-list-demo i,
.icon-list-demo i:hover,
.form-control,
.form-control-label,
.form-check-label,
.checkbox label,
.col-form-label,
.checkbox-color label,
.form-radio label,
.dataTables_length label,
.dataTables_filter label,
h2.title-sec,
h2.title-center,
.about-sec li i,
span.logo,
#home-header span,
.portfolioFilter li button:hover,
.portfolioFilter li button.current,
.pricing-table-header .price,
.signup-btn .btn-primary:hover,
.cd-pricing-header,
.cd-currency,
.cd-duration,
#external-events .fc-event,
tr:first-child > td > .fc-day-grid-event,
.fc-day-grid-event:hover,
.fc-state-active,
.fc-state-active,
.md-label-file,
.bootstrap-tagsinput input,
.custom-header,
.select2-container--default .select2-search--inline .select2-search__field,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.page-link:focus, .page-link:hover,
.footer-about i,.footer-menu h5:hover,.product-detail .btn-number,.msg-send,
.note-editor .note-editing-area .note-editable,
.slick-dots li.slick-active button:before,
.slick-dots li button:before,
.testimonial-thumbs h5,.blog-details .read-more a,
.pricing-table-items li i.icofont-check,.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link:hover,.socials-icon li a,.login-card h1,
.read-more a,.task-list-table i,.task-detail-right label,.email-table .unread td a,
.email-table td a,.chat-header,
.blog-single .qutoe-text,
.dtp table.dtp-picker-days tr > td > a, .dtp .dtp-picker-time > a,
.mega-card h6,
.chat-header,.h-active a,.bootpag>li>a,.br-theme-bars-square .br-widget a,.btn-inverse-danger {
color: #a3a3a3 !important;
}
.fc-state-default{
border-color: #fff;
}
.sidebar-menu .treeview-menu>li.active>a,
.socials-icon li a,
.md-tabs .nav-item.open .nav-link,
.md-tabs .nav-item.open .nav-link:focus,
.md-tabs .nav-item.open .nav-link:hover,
.md-tabs .nav-link.active,
.md-tabs .nav-link.active:focus,
.md-tabs .nav-link.active:hover,
.blog-details h6,.blog-section h5,.blog-block a:hover,.blog-big-user h4,
.blog-block a:hover,.blog-single h4,.blog-s-reply h6,
.blog-article .articles a,
.task-timer-text {
color: #fff !important;
}
.item:hover .blog-hover-detail,
.wizard > .actions .disabled a,
.cd-pricing-switcher .fieldset {
background-color: rgba(27, 27, 27, 0.68);
}
.sidebar-menu .treeview-menu>li>a,
.pricing-table:hover,
.nav-level {
border-top-color: #1b1b1b;
}
.nav-level {
color: #525252;
}
body,
.content-wrapper,
.main-header .breadcrumb-title,
.dtp .dtp-buttons,
.dtp > .dtp-content > .dtp-date-view > header.dtp-header,
.footer-news button,
.pricing-new,.blog-section h2,
.list-group-item-action:hover,
.msg-send,
.dtp-picker {
background-color: #333 !important;
}
.grid-stack-item .grid-stack-item-content {
box-shadow: 0 0 30px 0 #1b1b1b, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
}
.scroll-list li:nth-child(even),
.input-group-addon,
.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover,.nav-tabs .slide {
background-color: #a3a3a3 !important;
}
.fc-state-default,.cd-pricing-switcher .fieldset{
background-color: #a3a3a3;
}
.card,
.widget-progress .progress,
.btn-default,
.btn-default:focus,
.btn-default:hover,
.btn-default:active,
.btn-inverse-default,
.modal-header,
.modal-body,
.modal-footer,
.panels-wells .panel .panel-body,
.panel-footer,
.well,
.bg-white,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.md-tabs .nav-item,
.footer-bg,
.contact-mobile,
.bg-white,
.sign-in-up,
.login-card,
.chat-menu-reply,
.faq-accordion,
.list-group-item,.panel,.note-editor .note-statusbar,.md-content {
background-color: #292929 !important;
}
.chat-menu-reply:before {
border-left-color: #292929;
}
.card-header,
.user-block-2-active,
.table thead th,
.b-b-muted,
.contact-card-info,
.modal-header,
.basic-list li,
.friendlist-box,.sidebar-menu>li>a {
border-bottom-color: #545353;
}
.table td,
.table th,
.accordion-msg,
.modal-footer,
.panel-footer,
.footer-bg,
.horizontal-fixed .main-sidebar .sidebar-menu li:hover ul.mega-menu {
border-top-color: #545353;
}
.blog-single .qutoe-text{
border-left-color: #545353;
}
.well,
.icon-list-demo i,
.bootstrap-tagsinput,
.wizard > .content,
.dropzone,
.table-bordered,
.table-bordered td,
.table-bordered th,
.wizard > .content,
.fc th,
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td,
.ms-container .ms-list,
.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection,
.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover,
.slick-dots li button,.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover,.media .b-2-primary,.chat-footer, .chat-link,.cd-pricing-switcher .fieldset {
border-color: #a3a3a3;
}
input[type=text].md-form-control,
input[type=file].md-form-control,
input[type=password].md-form-control,
input[type=email].md-form-control,
input[type=number].md-form-control,
.md-input-wrapper select,
.md-input-wrapper textarea {
border-color: #a3a3a3;
color: #a3a3a3;
}
.svg-icon .climacon_component-stroke,
.weather-detail .climacon_component-fill,
.nv-legend-text {
fill: #a3a3a3;
}
.hour-hand,.minute-hand{
stroke:#1b1b1b;
}
.dtp-select-hour[fill="#2196F3"],.dtp-select-minute[fill="#2196F3"] {
fill:#1b1b1b !important;
}
.item:hover .blog-hover-detail,.footer-gallery li .footer-hvr-effect,
.blog-hover-detail{
background-color: rgba(41, 41, 41, 0.72);
}
.dropdown-item:hover{
background-color: #1b1b1b;
width: 100%;
}
.dashboard-primary.bg-primary,.bg-spark-chart{
background-color:#2196F3 !important;
}
.bg-spark-chart{
background-color:#3f51b5 !important;
}
@-webkit-keyframes sonarEffect {
0% {
opacity: 0.3;
}
40% {
opacity: 0.5;
box-shadow: 0 0 0 2px #1b1b1b, 0 0 10px 10px #a3a3a3, 0 0 0 10px #292929;
}
100% {
box-shadow: 0 0 0 2px #1b1b1b, 0 0 10px 10px #a3a3a3, 0 0 0 10px #292929;
-webkit-transform: scale(1.5);
opacity: 0;
}
}
@-moz-keyframes sonarEffect {
0% {
opacity: 0.3;
}
40% {
opacity: 0.5;
box-shadow: 0 0 0 2px #1b1b1b, 0 0 10px 10px #a3a3a3, 0 0 0 10px #292929;
}
100% {
box-shadow: 0 0 0 2px #1b1b1b, 0 0 10px 10px #a3a3a3, 0 0 0 10px #292929;
-moz-transform: scale(1.5);
opacity: 0;
}
}
@keyframes sonarEffect {
0% {
opacity: 0.3;
}
40% {
opacity: 0.5;
box-shadow: 0 0 0 2px #1b1b1b, 0 0 10px 10px #a3a3a3, 0 0 0 10px #292929;
}
100% {
box-shadow: 0 0 0 2px #1b1b1b, 0 0 10px 10px #a3a3a3, 0 0 0 10px #292929;
transform: scale(1.5);
opacity: 0;
}
} | 0.193948 | 0.055413 |
@media screen and (max-height: 450px) {
.sidebar {padding-top: 15px;}
.sidebar a {font-size: 18px;}
}
@media screen and (max-width:1280px) {
.store-product {
min-width: 150px;
width: 31%;
}
}
@media screen and (max-width:1100px) {
.sidebar .closebtn {
display:block;
}
.sidebar{
width:0;
}
#main{
margin-left:0;
}
.log-out{
display: none;
}
.filter{
display: none;
}
.header-area{
top:0;
}
.mobile-logo .logo2 img{
display: block;
}
.openbtn{
display: block;
margin-right: auto;
}
.search-box{
display: block;
margin-left: 5px;
}
.message-icon i{
padding-right: 5px;
}
/* ****************** FILTER AREA ************ */
.filter-area{
left:-200%;
top:0;
position: fixed;
}
.filter-box .closebtn{
display: block;
}
.main-product{
margin-left: 0;
}
.filter-search-box, .order-filter {
display: block;
}
}
@media screen and (max-width: 900px ) {
.store-product{
width:45%;
}
}
@media screen and (max-width:768px ) {
.store-product {
width: 95%;
}
.store-product img {
height: 100%;
}
.Search-filter {
left:15px;
}
}
@media screen and (max-width: 580px ) {
.mobile-logo .logo2 img{
width:100px;
object-fit: cover;
}
.search-box input {
width: 90%;
}
.header-bottom h3{
display: none;
}
.header-bottom-content h2{
font-size: 20px;
}
}
/* ********************** BOOTSTRAP CONTAINER RESPONSIVE CHANG3E ************* */
@media (min-width:576px) {
.container {
max-width:100% !important;
}
}
@media (min-width:768px) {
.container {
max-width:100% !important;
}
}
@media (min-width:992px) {
.container {
max-width:100% !important;
}
}
@media (max-width:1280px) {
.store-product {
margin: 0;
margin-left: 10px;
margin-top: 20px;
}
}
/* @media (min-width: 1100px) {
.filter-area{
left:230px;
}
} */ | assets/css/responsive.css | @media screen and (max-height: 450px) {
.sidebar {padding-top: 15px;}
.sidebar a {font-size: 18px;}
}
@media screen and (max-width:1280px) {
.store-product {
min-width: 150px;
width: 31%;
}
}
@media screen and (max-width:1100px) {
.sidebar .closebtn {
display:block;
}
.sidebar{
width:0;
}
#main{
margin-left:0;
}
.log-out{
display: none;
}
.filter{
display: none;
}
.header-area{
top:0;
}
.mobile-logo .logo2 img{
display: block;
}
.openbtn{
display: block;
margin-right: auto;
}
.search-box{
display: block;
margin-left: 5px;
}
.message-icon i{
padding-right: 5px;
}
/* ****************** FILTER AREA ************ */
.filter-area{
left:-200%;
top:0;
position: fixed;
}
.filter-box .closebtn{
display: block;
}
.main-product{
margin-left: 0;
}
.filter-search-box, .order-filter {
display: block;
}
}
@media screen and (max-width: 900px ) {
.store-product{
width:45%;
}
}
@media screen and (max-width:768px ) {
.store-product {
width: 95%;
}
.store-product img {
height: 100%;
}
.Search-filter {
left:15px;
}
}
@media screen and (max-width: 580px ) {
.mobile-logo .logo2 img{
width:100px;
object-fit: cover;
}
.search-box input {
width: 90%;
}
.header-bottom h3{
display: none;
}
.header-bottom-content h2{
font-size: 20px;
}
}
/* ********************** BOOTSTRAP CONTAINER RESPONSIVE CHANG3E ************* */
@media (min-width:576px) {
.container {
max-width:100% !important;
}
}
@media (min-width:768px) {
.container {
max-width:100% !important;
}
}
@media (min-width:992px) {
.container {
max-width:100% !important;
}
}
@media (max-width:1280px) {
.store-product {
margin: 0;
margin-left: 10px;
margin-top: 20px;
}
}
/* @media (min-width: 1100px) {
.filter-area{
left:230px;
}
} */ | 0.155976 | 0.046378 |
@charset "UTF-8";
/**************************************************************
* irisテーマ
* adiary C91 Special Edition Theme 2016/12/28
* (C) adiary.org / かえで
*
* Chedked Browser
* Mozilla Firefox 50.0.2
* (distributed by openSUSE 13.2)
**************************************************************/
/*--------------------------------------------------------------------
■初期設定
---------------------------------------------------------------------*/
/* アイコン読み込み */
#ui-icon-autoload {
display: none;
background-color: #0033cc; /* $c=ui-icon */
}
/* ブラウザデフォルト値上書き */
/*
* {
margin: 0;
padding: 0;
font-family: sans-serif;
}
*/
/* 入力要素 */
input, select {
font-size: 16px;
vertical-align: middle;
}
/* テキストボックス類 */
select, input[type="text"], input[type="search"],
input[type="date"], input[type="password"], input[type="file"],
input[type="number"] {
background-color: rgba(255,255,255,0.5);
border-width: 0px;
font-size: 14px;
line-height: 18px;
margin: 0;
padding: 1px 3px;
vertical-align: middle;
border: 2px solid rgba(195,218,248,0);
}
input[type="text"]:focus, input[type="search"]:focus,
input[type="date"]:focus, input[type="password"]:focus,
input[type="file"]:focus, input[type="number"]:focus {
padding: 1px 3px;
background-color: rgba(255,255,255,0.8);
border: 2px solid rgba(195,218,248,0.8);
}
/* チェックボックス */
input[type="radio"], input[type="checkbox"] {
vertical-align: middle;
}
input[type="radio"] + label, input[type="checkbox"] + label {
font-size: 16px;
line-height: 16px;
}
/* ボタン類 */
button {
padding: 2px 3px;
font-size: 13px;
min-height: 16px;
line-height: 18px;
margin: 0 8px 0px 0;
border: none;
background-color: rgba(195,218,248,0.6);
}
button:hover {
background-color: rgba(251,206,216,0.6);
}
button:disabled {
background-color: rgba(0,0,0,0.6);
}
textarea {
width: calc(100% -16px);
font-size: 16px;
font-family: monospace;
line-height: 20px;
padding: 5px;
border: 5px solid rgba(255,255,255,0);
background-color: rgba(255,255,255,0.5);
margin: 10px 0;
}
textarea:focus {
border: 5px solid rgba(195,218,248,0.4);
background-color: rgba(255,255,255,0.8);
}
/* --------------------------------------------------------- */
/* ■ 要素配置 */
/* --------------------------------------------------------- */
/* ブラウザ描画領域全体 */
/* --------------------------------------------------------- */
html {
/* ヘッダー・フッターを常に表示 */
height: 100%;
}
body {
/* ヘッダー・フッターを常に表示 */
margin: 0;
padding: 0;
height: 100%;
background-color: #b4cff7; /* $c=bg */
}
/* 背景オプション ------------------------------------------ */
body {
position: relative;
background-position: center top;
background-attachment: fixed;
background-size: cover;
}
/* 本文部 ----------------------------------------------------*/
/* 管理メニュー + ブログタイトル + サイドバー + 記事部 */
#adiary-body {
min-width: 800px;
margin: 0 auto;
/* ヘッダー・フッターを常に表示 */
height: 100%;
}
/* 管理メニュー + ブログタイトル */
#header {
}
/* 管理メニュー部 */
#nav-header {
margin: 0 auto;
text-align: right;
font-size: 14px;
color: white;
padding: 0 30px;
background-color: rgba(0,0,0,0.7);
line-height: 30px;
}
/* ブログタイトル部 */
#page-title {
padding: 5px 32px;
line-height: 80px;
height: 80px;
color: white;
background-color: rgba(255,255,255,0.65);
}
/* 記事部 + サイドバー */
#hatena-body {
margin: 30px auto;
padding: 0 30px;
max-width: 1380px;
/* 100% - ヘッダー - div.main パディング - フッター */
min-height: calc(100% - 120px - 60px - 44px);
}
/* #hatena-body直下のdiv */
#hatena-body>div {
height: 100%;
}
/* 記事部 */
div.main {
width: calc(100% - 260px);
float: right;
height: 100%;
margin-bottom: 30px;
}
/* サイドバー部 */
#sidebar {
width: 230px;
float: left;
margin-bottom: 30px;
}
/* ブラウザ描画領域下部 */
/* バージョン */
#footer:after {
display: block;
content: "iris: C91 Special Edition Theme";
font-size: 13px;
line-height: 17px;
color: white;
}
/*
$option:title=footer
$option=no-footer
#footer:after {
display: none;
}
********************/
/* フッター (adiary Version ?) */
#footer {
background-color: rgba(0,0,0,0.7);
width: 100%;
padding: 6px 0 4px 0;
font-size: 13px;
line-height: 17px;
text-align: center;
}
#footer, #footer a:link, #footer a:visited {
color: white;
}
/*-------------------------------------------------------------
■ 基本設定
-------------------------------------------------------------*/
/* ◆ リンク配色 */
a:link {
color: #0343c1; /* $c=link */
text-decoration: none;
}
a:visited {
color: #b5001f; /* $c=linkvisited */
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
/* ◆ フォントサイズ基本設定
---------------------------------------------------------------------------------------------*/
.xx-large { font-size: 200%; }
.x-large, .huge { font-size: 150%; }
.large { font-size: 130%; }
.medium, .nomalsize { font-size: 100%; }
.small { font-size: 90%; }
.x-small, .tiny { font-size: 80%; }
.xx-small, .scriptsize { font-size: 50%; }
/* ◆ フォントファミリー基本設定
----------------------------------------------------------------------------------------------*/
.mono, .pre { font-family: monospace; }
/* ◆ フォント装飾基本設定
----------------------------------------------------------------------------------------------*/
.it, .italic { font-style: italic; }
.bf, .bold { font-weight: bold; }
.u, .underline { text-decoration: underline; }
/* ◆ divボックス基本設定
---------------------------------------------------------------------------------------------*/
div.left { text-align: left; }
div.center { text-align: center; }
div.right { text-align: right; }
/* ◆ リスト基本設定
---------------------------------------------------------------------*/
ul { list-style-position: inside;
list-style-type: square;
margin: 0 0 0.2em 0.5em; }
ol { list-style-position: inside;
list-style-type: decimal;
margin: 0 0 0.2em 0.5em; }
article ul, article ol { padding-left: 0.5em; }
ul.none, ol.none { list-style: none; }
/* 定義済みリスト */
dl { margin: 0.3em 0; }
dt { font-weight: bold; }
dd { padding-left: 1.5em;
padding-bottom: 0.5em; }
/* --------------------------------------------------------- */
/* ヘッダ
/* --------------------------------------------------------- */
#nav-header a {
margin: 0 0.1em 0 0.1em;
color: white;
}
#nav-header span {
margin: 0 0.1em 0 0.1em;
}
#nav-header a:hover {
text-decoration: underline;
}
/* --------------------------------------------------------- */
/* ■ 見出し (日記帳タイトル) */
/* --------------------------------------------------------- */
h1 {
margin: 0;
padding: 0;
}
h1 a:link, h1 a:hover, h1 a:visited {
color: black;
text-decoration: none;
}
/* --------------------------------------------------------- */
/* ■ ナビゲーション (前のページ/次のページ) */
/* --------------------------------------------------------- */
nav.page-nav {
font-size: 14px;
line-height: 30px;
background-color: rgba(255,255,255,0.65);
padding: 0 30px;
text-align: right;
}
nav.page-nav a {
display: inline-block;
}
nav.page-nav a:first-child {
margin-right: 1em;
}
nav.page-nav a:last-child {
margin-left: 1em;
}
nav.page-head {
}
nav.page-foot {
text-align: right;
}
/* アイコン */
a.prev-page:before {
margin-right: 0.4em;
}
a.upnode-page:before {
margin-right: 0.4em;
}
a.next-page:after {
margin-left: 0.4em;
}
/* --------------------------------------------------------- */
/* ■ 記事部 (本文) */
/* --------------------------------------------------------- */
/* 記事部 + コメント部 */
#article-box {
margin: 30px 0 0 0;
background-color: rgba(255,255,255,0.65);
padding: 15px 30px
}
article {
margin: 30px 0;
background-color: rgba(255,255,255,0.65);
padding: 15px 30px;
/* counter-reset: sec; */
}
#article-box article {
margin: 0;
background-color: transparent;
padding: 0
}
article:first-child, #article-box:first-child
article.system:first-child {
/* 記事が少なくpage-navが出力されない場合 */
margin-top: 0px;
}
nav.page-nav+#articles {
/* page-navが出力される場合 */
margin-top: 30px;
}
/* 記事タイトル部 */
/* コメント入力部タイトル */
/* --------------------------------------------------------- */
h2, div.caption {
font-size: 24px;
line-height: 32px;
color: black;
border-bottom: 3px solid black;
padding-bottom: 0px;
margin-bottom: 4px;
}
h2 a:link, h2 a:visited, h2 a:hover,
div.caption span {
font-weight: bold;
color: black;
}
h2 a.date {
font-size: 16px;
line-height: 20px;
margin-right: 4px;
}
h2 a.date:hover {
text-decoration: none;
}
/* 本文部 */
/* --------------------------------------------------------- */
div.body-main {
margin: 15px 0;
font-size: 16px;
line-height: 24px;
}
/* 本文ヘッダ部 */
div.art-info {
font-size: 14px;
line-height: 20px;
text-align: right;
margin: 4px 0 15px 0;
}
div.art-info span {
margin-left: 1em;
}
div.art-info a:link, div.art-info a:visited,
div.art-info a:hover {
color: #0343c1;
}
/* 本文フッタ部 */
div.body-footer {
text-align: right;
font-size: 14px;
line-height: 20px;
margin: 4px 0 15px 0;
}
div.social-buttons {
text-align: right;
}
.social-button {
color: #0343c1;
}
div.body-footer span, div.body-footer a:visited,
div.body-footer a:hover {
color: #0343c1;
}
div.body-main section {
}
div.body-main section p {
margin-bottom: 24px;
padding: 0;
}
/* --------------------------------------------------------- */
/* ● 記事:基本設定 */
/* --------------------------------------------------------- */
/* 見出し */
article h3 {
font-size: 20px;
line-height: 28px;
font-weight: bold;
margin: 24px 0 8px 0;
border-bottom: 2px solid black;
/* counter-reset: sec2; */
}
h3 a:link, h3 a:visited, h3 a:hover {
color: black;
text-decoration: none;
}
h3:before {
/* counter-increment: sec; */
/* content: counters(sec, ".") "."; */
}
h3 span.timestamp {
font-size: 16px;
color: black;
}
/* 小見出し */
article h4 {
font-size: 18px;
line-height: 26px;
font-weight: bold;
margin: 24px 0 8px 0;
text-decoration: underline;
/* counter-reset: sec3; */
}
h4:before {
/* counter-increment: sec2; */
/* content: counters(sec, ".") "." */
/* counters(sec2, ".") ". "; */
/* margin-right: -5px; */
}
h4 a:link, h4 a:visited, h4 a:hover {
color: black;
text-decoration: none;
}
h4 span {
}
/* 小々見出し */
article h5 {
font-size: 16px;
line-height: 24px;
font-weight: bold;
margin: 24px 0 8px 0;
}
h5:before {
/* counter-increment: sec3; */
/* content: counters(sec, ".") "." */
/* counters(sec2, ".") "." */
/* counters(sec3, ".") ". "; */
}
h5 a:link, h5 a:visited, h5 a:hover {
color: black;
text-decoration: none;
}
/* --------------------------------------------------------- */
/* ● 記事: ブロック記法 */
/* --------------------------------------------------------- */
blockquote, pre, div.box {
font-size: 16px;
line-height: 24px;
margin: 12px 0;
padding: 12px;
display: block;
}
/* 引用記法 */
blockquote {
background-color: rgba(255,255,255,0.5);
}
blockquote p {
margin: 0;
}
/* pとpの間 */
blockquote p + p {
margin: 1em 0;
}
/* pre記法、シンタックスハイライト */
pre, .hljs {
background-color: rgba(0,0,0,0.7);
font-family: monospace;
color: white;
}
pre span.comment {
color: #a6db2b;
font-family: monospace;
}
pre strong.comment {
color: #ff7303;
font-family: monospace;
font-weight: bold;
}
/* toc記法 */
ul.toc a {
color: #0343c1;
}
/* --------------------------------------------------------- */
/* ● 記事: 脚注処理 */
/* --------------------------------------------------------- */
/* 注釈へのリンク */
span.footnote a {
color: #0343c1;
font-size: 12px;
line-height: 12px;
vertical-align: top;
}
/* 注釈 */
section footer {
font-size: 14px;
line-height: 20px;
padding-left: 160px;
border-top: 1px dotted black;
margin: 16px 0 10px 64px;
padding: 10px 0 0 0;
}
section footer p.footnote {
line-height: 20px;
margin: 0;
}
section footer a:link, section footer a:visited,
section footer a:hover {
color: #0343c1;
}
/* --------------------------------------------------------- */
/* ● 記事: 本文内リスト */
/* --------------------------------------------------------- */
article ul, article ol {
list-style-position: outside;
margin: 12px 0 12px 16px;
}
article li {
margin: 0;
}
article ul ul, article ol ol,
article ul ol, article ol ul {
margin: 0 0 0 0.5em;
}
/* --------------------------------------------------------- */
/* ◆ 画像処理 */
/* --------------------------------------------------------- */
figure.image a:link {
border: 3px solid rgba(195,218,248,0.5);
}
figure.image a:visited, figure.image a:hover {
border: 3px solid rgba(251,206,216,0.5);
}
/* --------------------------------------------------------- */
/* ● 記事:テーブル */
/* --------------------------------------------------------- */
article table {
font-size: 14px;
line-height: 20px;
margin: 12px 0px 12px 0px;
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
width: 100%;
}
article table td, article table th {
padding: 0 6px;
}
/* 見出し */
thead tr:nth-child(odd) th, tr:nth-child(even) th {
background-color: rgba(0,0,0,0.6);
color: white;
}
tr:nth-child(odd) th {
background-color: rgba(0,0,0,0.4);
color: white;
}
/* 奇数行 */
tr:nth-child(even) td {
background-color: rgba(255,255,255,0.7);
}
/* 偶数行 */
tr:nth-child(odd) td {
background-color: rgba(255,255,255,0.35);
}
article.system thead tr th,
article.system tr th {
background-color: rgba(0,0,0,0.6);
}
article.system tr td {
background-color: rgba(255,255,255,0.5);
}
/* クラス指定記法による配置 */
th.left, td.left, th.l, td.l {
text-align: left;
}
th.center, td.center, th.c, td.c {
text-align: center;
}
th.right, td.right, th.r, td.r {
text-align: right;
}
div.body table.small {
font-size: 12px;
line-height: 16px;
}
/* --------------------------------------------------------- */
/* ● 記事 toc */
/* --------------------------------------------------------- */
div.caption {
font-size: 18px;
line-height: 24px;
}
div.caption span.com-num {
font-size: 16px;
}
div.commentbody {
font-size: 16px;
line-height: 24px;
}
div.comment-one {
margin: 16px 0;
}
div.commentator span.canchor {
font-size: 16px;
line-height: 24px;
}
div.ip-host-agent {
font-size: 14px;
line-height: 20px;
}
hr#com-form-separator {
border: none;
border-top: 2px solid black;
margin: 12px 0;
}
.comment textarea {
width: calc(100% - 16px);
height: 120px;
}
.comment .help {
font-size: 16px;
line-height: 16px;
}
/* --------------------------------------------------------- */
/* ■ サイドバー */
/* --------------------------------------------------------- */
/* サイドバーの1項目 */
.hatena-module {
background-color: rgba(255,255,255,0.65);
margin: 20px 0;
padding: 8px 12px;
}
.hatena-module:first-child {
margin-top: 0;
}
/* タイトル部 */
.hatena-moduletitle {
font-size: 16px;
font-weight: bold;
line-height: 24px;
border-bottom: 2px solid black;
}
.hatena-modulebody {
margin-top: 6px;
font-size: 14px;
line-height: 20px;
}
.hatena-module ul {
list-style-type: none;
margin-left: 0;
padding: 0;
}
/* コンテンツの子要素 */
.hatena-modulebody ul ul {
margin-bottom: 0px;
margin-left: 8px;
}
div.hatena-module:not(.system-module) li {
}
.hatena-module .search-box {
width: 140px;
}
/* ● sidebar:カレンダー */
/* --------------------------------------------------------- */
#side-calendar table {
width: 100%;
font-size: 14px;
line-height: 20px;
border-collapse: collapse;
border-spacing: 0;
border: none;
text-align: center;
}
/* 先月 */
#side-calendar td.calendar-prev-month {
text-align: left;
padding-left: 0.5em;
border: none;
}
/* 今月 */
#side-calendar td.calendar-current-month {
border: none;
}
/* 来月 */
#side-calendar td.calendar-next-month {
text-align: right;
padding-right: 0.5em;
border: none;
}
#side-calendar td {
border: none;
}
/* 土曜日 */
#side-calendar tr:nth-child(even) td.w6,
#side-calendar tr:nth-child(even) th.w6 {
background-color: rgba(195,218,248,0.7);
}
#side-calendar tr:nth-child(odd) td.w6,
#side-calendar tr:nth-child(odd) th.w6 {
background-color: rgba(195,218,248,0.5);
}
/* 日曜日 */
#side-calendar tr:nth-child(even) td.w0,
#side-calendar tr:nth-child(even) th.w0 {
background-color: rgba(251,206,216,0.7);
}
#side-calendar tr:nth-child(odd) td.w0,
#side-calendar tr:nth-child(odd) th.w0 {
background-color: rgba(251,206,216,0.35);
}
/* 今日 */
tr td.day-today, tr td.day-selected {
background-color: rgba(0,0,0,0.15);
}
/* --------------------------------------------------------- */
/* ■ モジュール */
/* --------------------------------------------------------- */
/* ブログの説明、自由入力, 検索 */
#header .dem-module,
div[data-module-name="dem_searchbox,1"], #head-search {
font-size: 16px;
line-height: 24px;
min-height: 30px;
margin: 0;
background-color: rgba(255,255,255,0.65);
padding: 0 30px;
}
/* 検索 */
#head-search, div[data-module-name="dem_searchbox,1"] {
text-align: right;
}
div[data-module-name="dem_searchbox,1"] {
font-size: 16px;
line-height: 24px;
min-height: 30px;
margin: 0 0 30px 0;
padding: 6px 30px 0 30px;
}
#head-search span.title ,
div.searchbox span.title {
display: none;
}
#head-search .search-box ,
div.searchbox .search-box {
width: 160px;
}
/* ドロップダウンメニュー */
.ddmenu {
background-color: rgba(255,255,255,0.65);
}
.ddmenu a, .ddmenu a:visited {
color: #0343c1; /* $c=link */
}
.ddmenu > ul li {
border: none;
background-color: rgba(255,255,255,0);
}
.ddmenu > ul ul {
background-color: rgba(255,255,255,0.75);
}
.ddmenu > ul li:hover {
background-color: rgba(195,218,248,0.8); /* $c=ddhover */
}
div.main .ddmenu {
margin-bottom: 30px;
}
/* --------------------------------------------------------- */
/* ● システム関連 */
/* --------------------------------------------------------- */
article.system h2 {
margin-bottom: 18px;
}
/* ブログの情報(サイドバー) */
#side-login-information tr:nth-child(odd) td,
#side-login-information tr:nth-child(even) td{
background-color: transparent;
}
/* ◆ ログイン画面 */
/* --------------------------------------------------------- */
table.login input[type="text"],
table.login input[type="password"]{
width: calc(100% - 10px);
padding: 0 5px;
}
table.login tr td {
padding: 3px 5px;
}
/* ◆ 編集画面 */
article.edit input.w360 {
width: calc(100% - 80px);
}
article.edit textarea {
width: calc(100% - 20px);
}
article.edit ul {
list-style-type: none;
}
/* ◆ 強調
------------------------------------------------------------ */
strong.warning, strong.error,
p.warning, p.error,
div.messages div.warn,
div.messages div.message {
color: #c30;
}
/* ◆ ヘルプ */
/* --------------------------------------------------------- */
/* [?]文字 */
.help, .btn-help:after {
font-weight: bold;
cursor: pointer;
color: #0343c1;
}
#popup-help {
min-width: 100px;
max-width: 720px;
padding: 0.5em 1em;
padding: 0.5em;
background-color: rgba(255,255,255,0.8);
border-width: 0px;
margin: 0 8px 8px 0;
border: none;
font-size: 14px;
line-height: 20px;
}
/* ◆ ナビゲーション */
/* --------------------------------------------------------- */
nav.tree {
font-size: 14px;
line-height: 14px;
padding: 6px 30px;
background-color: rgba(255,255,255,0.65);
}
nav.tree select {
font-size: 12px;
line-height: 12px;
padding: 0 3px;
vertical-align: middle;
}
/* ◆ ツリー(タグ, wiki) */
/* --------------------------------------------------------- */
ul.dynatree-container {
background-color: rgba(255,255,255,0.6);
border: none;
padding: 10px;
}
/* インポート */
textarea[readonly], textarea[readonly]:focus {
background-color: rgba(0,0,0,0.2);
padding: 5px;
border: none;
}
/* ◆ ダイアログ */
/* --------------------------------------------------------- */
.ui-dialog, .ui-dialog.error-dialog {
border-radius: 0px;
background-color: rgba(240,240,240,0.9);
}
/* タイトルバー */
.ui-dialog .ui-widget-header {
background-color: transparent;
border-bottom: 2px solid black;
border-radius: 0px;
}
/* ボタン */
.ui-dialog .ui-button {
background-color: rgba(195,218,248,0.6);
border-radius: 0px;
}
.ui-dialog .ui-button:focus {
background-color: rgba(251,206,216,0.6);
}
/* エラーダイアログ タイトルバー */
.ui-dialog.error-dialog .ui-widget-header {
background-color: rgba(251,206,216,0.6);
}
/* エラーダイアログ ボタン */
.ui-dialog.error-dialog button.ui-button {
background-image: none;
background-color: rgba(251,206,216,0.6);
}
.ui-dialog textarea {
width: calc(100% - 20px);
} | theme/satsuki2-pop/iris/iris.css | @charset "UTF-8";
/**************************************************************
* irisテーマ
* adiary C91 Special Edition Theme 2016/12/28
* (C) adiary.org / かえで
*
* Chedked Browser
* Mozilla Firefox 50.0.2
* (distributed by openSUSE 13.2)
**************************************************************/
/*--------------------------------------------------------------------
■初期設定
---------------------------------------------------------------------*/
/* アイコン読み込み */
#ui-icon-autoload {
display: none;
background-color: #0033cc; /* $c=ui-icon */
}
/* ブラウザデフォルト値上書き */
/*
* {
margin: 0;
padding: 0;
font-family: sans-serif;
}
*/
/* 入力要素 */
input, select {
font-size: 16px;
vertical-align: middle;
}
/* テキストボックス類 */
select, input[type="text"], input[type="search"],
input[type="date"], input[type="password"], input[type="file"],
input[type="number"] {
background-color: rgba(255,255,255,0.5);
border-width: 0px;
font-size: 14px;
line-height: 18px;
margin: 0;
padding: 1px 3px;
vertical-align: middle;
border: 2px solid rgba(195,218,248,0);
}
input[type="text"]:focus, input[type="search"]:focus,
input[type="date"]:focus, input[type="password"]:focus,
input[type="file"]:focus, input[type="number"]:focus {
padding: 1px 3px;
background-color: rgba(255,255,255,0.8);
border: 2px solid rgba(195,218,248,0.8);
}
/* チェックボックス */
input[type="radio"], input[type="checkbox"] {
vertical-align: middle;
}
input[type="radio"] + label, input[type="checkbox"] + label {
font-size: 16px;
line-height: 16px;
}
/* ボタン類 */
button {
padding: 2px 3px;
font-size: 13px;
min-height: 16px;
line-height: 18px;
margin: 0 8px 0px 0;
border: none;
background-color: rgba(195,218,248,0.6);
}
button:hover {
background-color: rgba(251,206,216,0.6);
}
button:disabled {
background-color: rgba(0,0,0,0.6);
}
textarea {
width: calc(100% -16px);
font-size: 16px;
font-family: monospace;
line-height: 20px;
padding: 5px;
border: 5px solid rgba(255,255,255,0);
background-color: rgba(255,255,255,0.5);
margin: 10px 0;
}
textarea:focus {
border: 5px solid rgba(195,218,248,0.4);
background-color: rgba(255,255,255,0.8);
}
/* --------------------------------------------------------- */
/* ■ 要素配置 */
/* --------------------------------------------------------- */
/* ブラウザ描画領域全体 */
/* --------------------------------------------------------- */
html {
/* ヘッダー・フッターを常に表示 */
height: 100%;
}
body {
/* ヘッダー・フッターを常に表示 */
margin: 0;
padding: 0;
height: 100%;
background-color: #b4cff7; /* $c=bg */
}
/* 背景オプション ------------------------------------------ */
body {
position: relative;
background-position: center top;
background-attachment: fixed;
background-size: cover;
}
/* 本文部 ----------------------------------------------------*/
/* 管理メニュー + ブログタイトル + サイドバー + 記事部 */
#adiary-body {
min-width: 800px;
margin: 0 auto;
/* ヘッダー・フッターを常に表示 */
height: 100%;
}
/* 管理メニュー + ブログタイトル */
#header {
}
/* 管理メニュー部 */
#nav-header {
margin: 0 auto;
text-align: right;
font-size: 14px;
color: white;
padding: 0 30px;
background-color: rgba(0,0,0,0.7);
line-height: 30px;
}
/* ブログタイトル部 */
#page-title {
padding: 5px 32px;
line-height: 80px;
height: 80px;
color: white;
background-color: rgba(255,255,255,0.65);
}
/* 記事部 + サイドバー */
#hatena-body {
margin: 30px auto;
padding: 0 30px;
max-width: 1380px;
/* 100% - ヘッダー - div.main パディング - フッター */
min-height: calc(100% - 120px - 60px - 44px);
}
/* #hatena-body直下のdiv */
#hatena-body>div {
height: 100%;
}
/* 記事部 */
div.main {
width: calc(100% - 260px);
float: right;
height: 100%;
margin-bottom: 30px;
}
/* サイドバー部 */
#sidebar {
width: 230px;
float: left;
margin-bottom: 30px;
}
/* ブラウザ描画領域下部 */
/* バージョン */
#footer:after {
display: block;
content: "iris: C91 Special Edition Theme";
font-size: 13px;
line-height: 17px;
color: white;
}
/*
$option:title=footer
$option=no-footer
#footer:after {
display: none;
}
********************/
/* フッター (adiary Version ?) */
#footer {
background-color: rgba(0,0,0,0.7);
width: 100%;
padding: 6px 0 4px 0;
font-size: 13px;
line-height: 17px;
text-align: center;
}
#footer, #footer a:link, #footer a:visited {
color: white;
}
/*-------------------------------------------------------------
■ 基本設定
-------------------------------------------------------------*/
/* ◆ リンク配色 */
a:link {
color: #0343c1; /* $c=link */
text-decoration: none;
}
a:visited {
color: #b5001f; /* $c=linkvisited */
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
/* ◆ フォントサイズ基本設定
---------------------------------------------------------------------------------------------*/
.xx-large { font-size: 200%; }
.x-large, .huge { font-size: 150%; }
.large { font-size: 130%; }
.medium, .nomalsize { font-size: 100%; }
.small { font-size: 90%; }
.x-small, .tiny { font-size: 80%; }
.xx-small, .scriptsize { font-size: 50%; }
/* ◆ フォントファミリー基本設定
----------------------------------------------------------------------------------------------*/
.mono, .pre { font-family: monospace; }
/* ◆ フォント装飾基本設定
----------------------------------------------------------------------------------------------*/
.it, .italic { font-style: italic; }
.bf, .bold { font-weight: bold; }
.u, .underline { text-decoration: underline; }
/* ◆ divボックス基本設定
---------------------------------------------------------------------------------------------*/
div.left { text-align: left; }
div.center { text-align: center; }
div.right { text-align: right; }
/* ◆ リスト基本設定
---------------------------------------------------------------------*/
ul { list-style-position: inside;
list-style-type: square;
margin: 0 0 0.2em 0.5em; }
ol { list-style-position: inside;
list-style-type: decimal;
margin: 0 0 0.2em 0.5em; }
article ul, article ol { padding-left: 0.5em; }
ul.none, ol.none { list-style: none; }
/* 定義済みリスト */
dl { margin: 0.3em 0; }
dt { font-weight: bold; }
dd { padding-left: 1.5em;
padding-bottom: 0.5em; }
/* --------------------------------------------------------- */
/* ヘッダ
/* --------------------------------------------------------- */
#nav-header a {
margin: 0 0.1em 0 0.1em;
color: white;
}
#nav-header span {
margin: 0 0.1em 0 0.1em;
}
#nav-header a:hover {
text-decoration: underline;
}
/* --------------------------------------------------------- */
/* ■ 見出し (日記帳タイトル) */
/* --------------------------------------------------------- */
h1 {
margin: 0;
padding: 0;
}
h1 a:link, h1 a:hover, h1 a:visited {
color: black;
text-decoration: none;
}
/* --------------------------------------------------------- */
/* ■ ナビゲーション (前のページ/次のページ) */
/* --------------------------------------------------------- */
nav.page-nav {
font-size: 14px;
line-height: 30px;
background-color: rgba(255,255,255,0.65);
padding: 0 30px;
text-align: right;
}
nav.page-nav a {
display: inline-block;
}
nav.page-nav a:first-child {
margin-right: 1em;
}
nav.page-nav a:last-child {
margin-left: 1em;
}
nav.page-head {
}
nav.page-foot {
text-align: right;
}
/* アイコン */
a.prev-page:before {
margin-right: 0.4em;
}
a.upnode-page:before {
margin-right: 0.4em;
}
a.next-page:after {
margin-left: 0.4em;
}
/* --------------------------------------------------------- */
/* ■ 記事部 (本文) */
/* --------------------------------------------------------- */
/* 記事部 + コメント部 */
#article-box {
margin: 30px 0 0 0;
background-color: rgba(255,255,255,0.65);
padding: 15px 30px
}
article {
margin: 30px 0;
background-color: rgba(255,255,255,0.65);
padding: 15px 30px;
/* counter-reset: sec; */
}
#article-box article {
margin: 0;
background-color: transparent;
padding: 0
}
article:first-child, #article-box:first-child
article.system:first-child {
/* 記事が少なくpage-navが出力されない場合 */
margin-top: 0px;
}
nav.page-nav+#articles {
/* page-navが出力される場合 */
margin-top: 30px;
}
/* 記事タイトル部 */
/* コメント入力部タイトル */
/* --------------------------------------------------------- */
h2, div.caption {
font-size: 24px;
line-height: 32px;
color: black;
border-bottom: 3px solid black;
padding-bottom: 0px;
margin-bottom: 4px;
}
h2 a:link, h2 a:visited, h2 a:hover,
div.caption span {
font-weight: bold;
color: black;
}
h2 a.date {
font-size: 16px;
line-height: 20px;
margin-right: 4px;
}
h2 a.date:hover {
text-decoration: none;
}
/* 本文部 */
/* --------------------------------------------------------- */
div.body-main {
margin: 15px 0;
font-size: 16px;
line-height: 24px;
}
/* 本文ヘッダ部 */
div.art-info {
font-size: 14px;
line-height: 20px;
text-align: right;
margin: 4px 0 15px 0;
}
div.art-info span {
margin-left: 1em;
}
div.art-info a:link, div.art-info a:visited,
div.art-info a:hover {
color: #0343c1;
}
/* 本文フッタ部 */
div.body-footer {
text-align: right;
font-size: 14px;
line-height: 20px;
margin: 4px 0 15px 0;
}
div.social-buttons {
text-align: right;
}
.social-button {
color: #0343c1;
}
div.body-footer span, div.body-footer a:visited,
div.body-footer a:hover {
color: #0343c1;
}
div.body-main section {
}
div.body-main section p {
margin-bottom: 24px;
padding: 0;
}
/* --------------------------------------------------------- */
/* ● 記事:基本設定 */
/* --------------------------------------------------------- */
/* 見出し */
article h3 {
font-size: 20px;
line-height: 28px;
font-weight: bold;
margin: 24px 0 8px 0;
border-bottom: 2px solid black;
/* counter-reset: sec2; */
}
h3 a:link, h3 a:visited, h3 a:hover {
color: black;
text-decoration: none;
}
h3:before {
/* counter-increment: sec; */
/* content: counters(sec, ".") "."; */
}
h3 span.timestamp {
font-size: 16px;
color: black;
}
/* 小見出し */
article h4 {
font-size: 18px;
line-height: 26px;
font-weight: bold;
margin: 24px 0 8px 0;
text-decoration: underline;
/* counter-reset: sec3; */
}
h4:before {
/* counter-increment: sec2; */
/* content: counters(sec, ".") "." */
/* counters(sec2, ".") ". "; */
/* margin-right: -5px; */
}
h4 a:link, h4 a:visited, h4 a:hover {
color: black;
text-decoration: none;
}
h4 span {
}
/* 小々見出し */
article h5 {
font-size: 16px;
line-height: 24px;
font-weight: bold;
margin: 24px 0 8px 0;
}
h5:before {
/* counter-increment: sec3; */
/* content: counters(sec, ".") "." */
/* counters(sec2, ".") "." */
/* counters(sec3, ".") ". "; */
}
h5 a:link, h5 a:visited, h5 a:hover {
color: black;
text-decoration: none;
}
/* --------------------------------------------------------- */
/* ● 記事: ブロック記法 */
/* --------------------------------------------------------- */
blockquote, pre, div.box {
font-size: 16px;
line-height: 24px;
margin: 12px 0;
padding: 12px;
display: block;
}
/* 引用記法 */
blockquote {
background-color: rgba(255,255,255,0.5);
}
blockquote p {
margin: 0;
}
/* pとpの間 */
blockquote p + p {
margin: 1em 0;
}
/* pre記法、シンタックスハイライト */
pre, .hljs {
background-color: rgba(0,0,0,0.7);
font-family: monospace;
color: white;
}
pre span.comment {
color: #a6db2b;
font-family: monospace;
}
pre strong.comment {
color: #ff7303;
font-family: monospace;
font-weight: bold;
}
/* toc記法 */
ul.toc a {
color: #0343c1;
}
/* --------------------------------------------------------- */
/* ● 記事: 脚注処理 */
/* --------------------------------------------------------- */
/* 注釈へのリンク */
span.footnote a {
color: #0343c1;
font-size: 12px;
line-height: 12px;
vertical-align: top;
}
/* 注釈 */
section footer {
font-size: 14px;
line-height: 20px;
padding-left: 160px;
border-top: 1px dotted black;
margin: 16px 0 10px 64px;
padding: 10px 0 0 0;
}
section footer p.footnote {
line-height: 20px;
margin: 0;
}
section footer a:link, section footer a:visited,
section footer a:hover {
color: #0343c1;
}
/* --------------------------------------------------------- */
/* ● 記事: 本文内リスト */
/* --------------------------------------------------------- */
article ul, article ol {
list-style-position: outside;
margin: 12px 0 12px 16px;
}
article li {
margin: 0;
}
article ul ul, article ol ol,
article ul ol, article ol ul {
margin: 0 0 0 0.5em;
}
/* --------------------------------------------------------- */
/* ◆ 画像処理 */
/* --------------------------------------------------------- */
figure.image a:link {
border: 3px solid rgba(195,218,248,0.5);
}
figure.image a:visited, figure.image a:hover {
border: 3px solid rgba(251,206,216,0.5);
}
/* --------------------------------------------------------- */
/* ● 記事:テーブル */
/* --------------------------------------------------------- */
article table {
font-size: 14px;
line-height: 20px;
margin: 12px 0px 12px 0px;
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
width: 100%;
}
article table td, article table th {
padding: 0 6px;
}
/* 見出し */
thead tr:nth-child(odd) th, tr:nth-child(even) th {
background-color: rgba(0,0,0,0.6);
color: white;
}
tr:nth-child(odd) th {
background-color: rgba(0,0,0,0.4);
color: white;
}
/* 奇数行 */
tr:nth-child(even) td {
background-color: rgba(255,255,255,0.7);
}
/* 偶数行 */
tr:nth-child(odd) td {
background-color: rgba(255,255,255,0.35);
}
article.system thead tr th,
article.system tr th {
background-color: rgba(0,0,0,0.6);
}
article.system tr td {
background-color: rgba(255,255,255,0.5);
}
/* クラス指定記法による配置 */
th.left, td.left, th.l, td.l {
text-align: left;
}
th.center, td.center, th.c, td.c {
text-align: center;
}
th.right, td.right, th.r, td.r {
text-align: right;
}
div.body table.small {
font-size: 12px;
line-height: 16px;
}
/* --------------------------------------------------------- */
/* ● 記事 toc */
/* --------------------------------------------------------- */
div.caption {
font-size: 18px;
line-height: 24px;
}
div.caption span.com-num {
font-size: 16px;
}
div.commentbody {
font-size: 16px;
line-height: 24px;
}
div.comment-one {
margin: 16px 0;
}
div.commentator span.canchor {
font-size: 16px;
line-height: 24px;
}
div.ip-host-agent {
font-size: 14px;
line-height: 20px;
}
hr#com-form-separator {
border: none;
border-top: 2px solid black;
margin: 12px 0;
}
.comment textarea {
width: calc(100% - 16px);
height: 120px;
}
.comment .help {
font-size: 16px;
line-height: 16px;
}
/* --------------------------------------------------------- */
/* ■ サイドバー */
/* --------------------------------------------------------- */
/* サイドバーの1項目 */
.hatena-module {
background-color: rgba(255,255,255,0.65);
margin: 20px 0;
padding: 8px 12px;
}
.hatena-module:first-child {
margin-top: 0;
}
/* タイトル部 */
.hatena-moduletitle {
font-size: 16px;
font-weight: bold;
line-height: 24px;
border-bottom: 2px solid black;
}
.hatena-modulebody {
margin-top: 6px;
font-size: 14px;
line-height: 20px;
}
.hatena-module ul {
list-style-type: none;
margin-left: 0;
padding: 0;
}
/* コンテンツの子要素 */
.hatena-modulebody ul ul {
margin-bottom: 0px;
margin-left: 8px;
}
div.hatena-module:not(.system-module) li {
}
.hatena-module .search-box {
width: 140px;
}
/* ● sidebar:カレンダー */
/* --------------------------------------------------------- */
#side-calendar table {
width: 100%;
font-size: 14px;
line-height: 20px;
border-collapse: collapse;
border-spacing: 0;
border: none;
text-align: center;
}
/* 先月 */
#side-calendar td.calendar-prev-month {
text-align: left;
padding-left: 0.5em;
border: none;
}
/* 今月 */
#side-calendar td.calendar-current-month {
border: none;
}
/* 来月 */
#side-calendar td.calendar-next-month {
text-align: right;
padding-right: 0.5em;
border: none;
}
#side-calendar td {
border: none;
}
/* 土曜日 */
#side-calendar tr:nth-child(even) td.w6,
#side-calendar tr:nth-child(even) th.w6 {
background-color: rgba(195,218,248,0.7);
}
#side-calendar tr:nth-child(odd) td.w6,
#side-calendar tr:nth-child(odd) th.w6 {
background-color: rgba(195,218,248,0.5);
}
/* 日曜日 */
#side-calendar tr:nth-child(even) td.w0,
#side-calendar tr:nth-child(even) th.w0 {
background-color: rgba(251,206,216,0.7);
}
#side-calendar tr:nth-child(odd) td.w0,
#side-calendar tr:nth-child(odd) th.w0 {
background-color: rgba(251,206,216,0.35);
}
/* 今日 */
tr td.day-today, tr td.day-selected {
background-color: rgba(0,0,0,0.15);
}
/* --------------------------------------------------------- */
/* ■ モジュール */
/* --------------------------------------------------------- */
/* ブログの説明、自由入力, 検索 */
#header .dem-module,
div[data-module-name="dem_searchbox,1"], #head-search {
font-size: 16px;
line-height: 24px;
min-height: 30px;
margin: 0;
background-color: rgba(255,255,255,0.65);
padding: 0 30px;
}
/* 検索 */
#head-search, div[data-module-name="dem_searchbox,1"] {
text-align: right;
}
div[data-module-name="dem_searchbox,1"] {
font-size: 16px;
line-height: 24px;
min-height: 30px;
margin: 0 0 30px 0;
padding: 6px 30px 0 30px;
}
#head-search span.title ,
div.searchbox span.title {
display: none;
}
#head-search .search-box ,
div.searchbox .search-box {
width: 160px;
}
/* ドロップダウンメニュー */
.ddmenu {
background-color: rgba(255,255,255,0.65);
}
.ddmenu a, .ddmenu a:visited {
color: #0343c1; /* $c=link */
}
.ddmenu > ul li {
border: none;
background-color: rgba(255,255,255,0);
}
.ddmenu > ul ul {
background-color: rgba(255,255,255,0.75);
}
.ddmenu > ul li:hover {
background-color: rgba(195,218,248,0.8); /* $c=ddhover */
}
div.main .ddmenu {
margin-bottom: 30px;
}
/* --------------------------------------------------------- */
/* ● システム関連 */
/* --------------------------------------------------------- */
article.system h2 {
margin-bottom: 18px;
}
/* ブログの情報(サイドバー) */
#side-login-information tr:nth-child(odd) td,
#side-login-information tr:nth-child(even) td{
background-color: transparent;
}
/* ◆ ログイン画面 */
/* --------------------------------------------------------- */
table.login input[type="text"],
table.login input[type="password"]{
width: calc(100% - 10px);
padding: 0 5px;
}
table.login tr td {
padding: 3px 5px;
}
/* ◆ 編集画面 */
article.edit input.w360 {
width: calc(100% - 80px);
}
article.edit textarea {
width: calc(100% - 20px);
}
article.edit ul {
list-style-type: none;
}
/* ◆ 強調
------------------------------------------------------------ */
strong.warning, strong.error,
p.warning, p.error,
div.messages div.warn,
div.messages div.message {
color: #c30;
}
/* ◆ ヘルプ */
/* --------------------------------------------------------- */
/* [?]文字 */
.help, .btn-help:after {
font-weight: bold;
cursor: pointer;
color: #0343c1;
}
#popup-help {
min-width: 100px;
max-width: 720px;
padding: 0.5em 1em;
padding: 0.5em;
background-color: rgba(255,255,255,0.8);
border-width: 0px;
margin: 0 8px 8px 0;
border: none;
font-size: 14px;
line-height: 20px;
}
/* ◆ ナビゲーション */
/* --------------------------------------------------------- */
nav.tree {
font-size: 14px;
line-height: 14px;
padding: 6px 30px;
background-color: rgba(255,255,255,0.65);
}
nav.tree select {
font-size: 12px;
line-height: 12px;
padding: 0 3px;
vertical-align: middle;
}
/* ◆ ツリー(タグ, wiki) */
/* --------------------------------------------------------- */
ul.dynatree-container {
background-color: rgba(255,255,255,0.6);
border: none;
padding: 10px;
}
/* インポート */
textarea[readonly], textarea[readonly]:focus {
background-color: rgba(0,0,0,0.2);
padding: 5px;
border: none;
}
/* ◆ ダイアログ */
/* --------------------------------------------------------- */
.ui-dialog, .ui-dialog.error-dialog {
border-radius: 0px;
background-color: rgba(240,240,240,0.9);
}
/* タイトルバー */
.ui-dialog .ui-widget-header {
background-color: transparent;
border-bottom: 2px solid black;
border-radius: 0px;
}
/* ボタン */
.ui-dialog .ui-button {
background-color: rgba(195,218,248,0.6);
border-radius: 0px;
}
.ui-dialog .ui-button:focus {
background-color: rgba(251,206,216,0.6);
}
/* エラーダイアログ タイトルバー */
.ui-dialog.error-dialog .ui-widget-header {
background-color: rgba(251,206,216,0.6);
}
/* エラーダイアログ ボタン */
.ui-dialog.error-dialog button.ui-button {
background-image: none;
background-color: rgba(251,206,216,0.6);
}
.ui-dialog textarea {
width: calc(100% - 20px);
} | 0.144934 | 0.056185 |
@font-face {
font-family: SegoeUI;
src: url("assests/fonts/segoeui.ttf");
font-weight: 400;
}
@font-face {
font-family: SegoeUI;
src: url("assests/fonts/segoeuib.ttf");
font-weight: 500;
}
:root {
--opening-screen-color: rgb(77, 87, 109);
--new-driver-orange: rgb(231, 170, 36);
}
/* -------------------------------------------SCROLL BAR-------------------------------------------------------------- */
::-webkit-scrollbar {
-webkit-appearance: none;
background: white;
border-radius: 10px;
width: 10px;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
background: rgb(77, 87, 109);
}
/* ----------------------------------------GENERAL--------------------------------------------------------------------- */
* {
color: white;
}
html,
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
font-family: "SegoeUI";
}
body {
user-select: none;
-webkit-user-select: none;
direction: rtl;
}
/* Kinda the body */
#everything {
background-size: 100% 100%;
background-repeat: no-repeat;
position: absolute;
top: 0;
width: 100%;
height: 100%;
background-image: url("assests/images/bgComputer.png");
overflow: auto;
}
.line {
width: 100%;
height: 1px;
border-radius: 10px;
background-color: whitesmoke;
margin-top: 2%;
align-self: center;
}
.line.about {
background-color: var(--new-driver-orange);
margin-top: -2%;
}
/* ----------------------------------------opening screen----------------------------------------------------------- */
/* The body of the opening screen */
#openingScreenBody {
z-index: 100;
background-size: 100% 100%;
background-repeat: no-repeat;
position: relative;
width: 100%;
height: 100%;
background-color: var(--opening-screen-color);
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
}
/* title of website */
#website-title {
font-size: 10vmin;
height: fit-content;
font-weight: 500;
}
/* the text in the opening screen below the date */
#confirmation {
font-size: 200%;
}
#openingScreenBody>button {
height: 10%;
width: 20%;
background: rgb(231, 169, 35);
background: radial-gradient(circle, rgba(231, 169, 35, 1) 0%, rgba(209, 136, 30, 1) 100%);
display: flex;
justify-content: center;
align-items: center;
font-size: 2vmax;
border-radius: 5px;
border-style: hidden;
font-family: SegoeUI;
}
/* #website-title::after {
content: "נהג חדש";
color: var(--new-driver-orange);
} */
#order {
height: fit-content;
font-size: 9vmin;
margin-bottom: 10%;
font-weight: 500;
color:rgb(231, 169, 35);
}
#date {
height: fit-content;
font-weight: 400;
font-size: 5vmin;
}
/* ----------------------------------------main screen----------------------------------------------------------- */
#infoBtn {
position: absolute;
height: 5%;
margin-top: 0.7%;
left: 1%;
transform: translate(0%, 0%);
}
#infoBtn:hover {
cursor: pointer;
}
#logos {
margin-top: 0.7%;
margin-right: 1%;
width: 8.5%;
height: 8%;
display: flex;
justify-content: space-between;
margin-bottom: 1%;
}
.logo {
height: 100%;
margin-right: 5%;
}
#contentAndTitle {
display: flex;
justify-content: space-between;
width: 100%;
height: 88%;
}
/* black div that contains everything */
#content {
display: flex;
background-color: rgba(0, 0, 0, 0.4);
border-radius: 2vmin;
height: 90%;
width: 35%;
margin-right: 5%;
padding: 1% 3%;
overflow: auto;
}
#infoEnteringArea {
display: flex;
flex-direction: column;
height: 100%;
width: 100%;
overflow: auto;
}
#content.show-answer {
width: 90%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.content-title {
font-size: 3.5vmax;
font-weight: 500;
text-align: center;
margin-bottom: 5%;
margin-top: 2%;
}
#questions-container {
width: 100%;
display: flex;
flex-direction: column;
flex: 1;
justify-content: center;
font-size: 1.2vmax;
}
.question-container {
width: 100%;
flex: 1;
display: flex;
align-items: center;
}
.catagory {
width: 48%;
padding-right: 0.5%;
padding-left: 1%;
font-size: 1.2vmax;
height: fit-content;
}
.selection {
width: 50%;
height: 38%;
background-color: var(--opening-screen-color);
cursor: pointer;
border: 1px solid rgb(133, 133, 133);
font-size: 1.2vmax;
padding-right: 1%;
font-family: "SegoeUI";
font-weight: 400;
}
.selection:focus {
outline: 0;
}
#calculateBtn {
height: 10%;
width: 20%;
margin-right: 80%;
margin-top: 5%;
margin-bottom: 3%;
background: rgb(231, 169, 35);
background: radial-gradient(circle, rgba(231, 169, 35, 1) 0%, rgba(209, 136, 30, 1) 100%);
display: flex;
justify-content: center;
align-items: center;
font-size: 2vmax;
border-radius: 5px;
padding-bottom: 1%;
}
#calculateBtn:hover {
cursor: pointer;
}
.title-new-driver {
font-weight: 500;
font-size: 9vmin;
width: 40%;
height: fit-content;
align-self: center;
margin-bottom: 10%;
margin-top: 10%;
margin-left: 5%;
text-align: right;
}
/* ----------------------------------------About----------------------------------------------------------- */
#aboutAndTitle {
display: flex;
justify-content: space-between;
width: 100%;
height: 88%;
z-index: 2;
position: absolute;
top: 11%;
visibility: hidden;
display: flex;
justify-content: space-between;
width: 100%;
height: 88%;
}
#aboutContainer {
display: flex;
flex-direction: column;
background-color: rgba(0, 0, 0, 0.4);
border-radius: 2vmin;
height: 85%;
width: 35%;
margin-right: 5%;
padding: 1% 3%;
overflow: auto;
}
#aboutContainer>.line {
background-color: var(--new-driver-orange);
margin-top: -2%;
}
#about-text {
font-size: 2.5vmin;
}
/* ------------------------------------------------resultArea---------------------------------------------------------- */
#resultArea {
display: none;
}
.show-result {}
/* Add class show-result to everything here that has it, to show result card */
#resultArea.show-result {
border-right: solid rgb(163, 163, 164) 1px;
width: 120%;
height: 100%;
margin-right: 5%;
display: flex;
flex-direction: column;
overflow: auto;
align-items: center;
}
.result-info {
font-size: 1.2vmax;
height: fit-content;
padding-right: 3%;
}
.result-line {
display: flex;
width: 100%;
margin-bottom: 2%;
}
.result-wheel {
width: 6%;
height: 5vmin;
margin-right: 3%;
}
.line.show-result {
display: none;
}
.title-new-driver.show-result {
display: none;
}
#content.show-result {
width: 85%;
flex-direction: row;
}
.results {
width: 100%;
}
/* ----------------------------------------phone changes----------------------------------------------------------- */
@media only screen and (max-width: 780px) {
#everything {
background-image: url("assests/images/bgPhone.png");
}
#contentAndTitle {
flex-direction: column-reverse;
}
/* black div that contains everything */
#content {
width: 85%;
min-height: 74vh;
margin: 0%;
align-self: center;
align-items: center;
}
.title-new-driver {
text-align: right;
font-size: 9vmin;
margin: 0%;
width: 85%;
}
.question-container {
flex-wrap: wrap;
justify-content: center;
font-size: 2vmax;
margin-bottom: 10%;
}
.catagory {
width: 100%;
text-align: center;
margin-bottom: 4%;
font-size: 5vmin;
}
.selection {
font-size: 2vmax;
width: 70%;
max-height: 25vw;
}
#calculateBtn {
height: 7%;
width: 6.5em;
margin: 0%;
margin-bottom: 5%;
font-size: 5vmin;
align-self: center;
}
#questions-container>.line {
display: none;
}
#about-text {
font-size: 5vmin;
}
.content-title {
display: none;
}
.result-info {
font-size: 100%;
}
.result-wheel {
width: 11%;
margin-top: 1%;
}
.result-line {
margin-bottom: 7%;
}
#confirmation {
font-size: 150%;
width: 80%;
}
#openingScreenBody>button {
width: 40%;
height: 10%;
font-size: 150%;
}
} | style.css | @font-face {
font-family: SegoeUI;
src: url("assests/fonts/segoeui.ttf");
font-weight: 400;
}
@font-face {
font-family: SegoeUI;
src: url("assests/fonts/segoeuib.ttf");
font-weight: 500;
}
:root {
--opening-screen-color: rgb(77, 87, 109);
--new-driver-orange: rgb(231, 170, 36);
}
/* -------------------------------------------SCROLL BAR-------------------------------------------------------------- */
::-webkit-scrollbar {
-webkit-appearance: none;
background: white;
border-radius: 10px;
width: 10px;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
background: rgb(77, 87, 109);
}
/* ----------------------------------------GENERAL--------------------------------------------------------------------- */
* {
color: white;
}
html,
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
font-family: "SegoeUI";
}
body {
user-select: none;
-webkit-user-select: none;
direction: rtl;
}
/* Kinda the body */
#everything {
background-size: 100% 100%;
background-repeat: no-repeat;
position: absolute;
top: 0;
width: 100%;
height: 100%;
background-image: url("assests/images/bgComputer.png");
overflow: auto;
}
.line {
width: 100%;
height: 1px;
border-radius: 10px;
background-color: whitesmoke;
margin-top: 2%;
align-self: center;
}
.line.about {
background-color: var(--new-driver-orange);
margin-top: -2%;
}
/* ----------------------------------------opening screen----------------------------------------------------------- */
/* The body of the opening screen */
#openingScreenBody {
z-index: 100;
background-size: 100% 100%;
background-repeat: no-repeat;
position: relative;
width: 100%;
height: 100%;
background-color: var(--opening-screen-color);
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
}
/* title of website */
#website-title {
font-size: 10vmin;
height: fit-content;
font-weight: 500;
}
/* the text in the opening screen below the date */
#confirmation {
font-size: 200%;
}
#openingScreenBody>button {
height: 10%;
width: 20%;
background: rgb(231, 169, 35);
background: radial-gradient(circle, rgba(231, 169, 35, 1) 0%, rgba(209, 136, 30, 1) 100%);
display: flex;
justify-content: center;
align-items: center;
font-size: 2vmax;
border-radius: 5px;
border-style: hidden;
font-family: SegoeUI;
}
/* #website-title::after {
content: "נהג חדש";
color: var(--new-driver-orange);
} */
#order {
height: fit-content;
font-size: 9vmin;
margin-bottom: 10%;
font-weight: 500;
color:rgb(231, 169, 35);
}
#date {
height: fit-content;
font-weight: 400;
font-size: 5vmin;
}
/* ----------------------------------------main screen----------------------------------------------------------- */
#infoBtn {
position: absolute;
height: 5%;
margin-top: 0.7%;
left: 1%;
transform: translate(0%, 0%);
}
#infoBtn:hover {
cursor: pointer;
}
#logos {
margin-top: 0.7%;
margin-right: 1%;
width: 8.5%;
height: 8%;
display: flex;
justify-content: space-between;
margin-bottom: 1%;
}
.logo {
height: 100%;
margin-right: 5%;
}
#contentAndTitle {
display: flex;
justify-content: space-between;
width: 100%;
height: 88%;
}
/* black div that contains everything */
#content {
display: flex;
background-color: rgba(0, 0, 0, 0.4);
border-radius: 2vmin;
height: 90%;
width: 35%;
margin-right: 5%;
padding: 1% 3%;
overflow: auto;
}
#infoEnteringArea {
display: flex;
flex-direction: column;
height: 100%;
width: 100%;
overflow: auto;
}
#content.show-answer {
width: 90%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.content-title {
font-size: 3.5vmax;
font-weight: 500;
text-align: center;
margin-bottom: 5%;
margin-top: 2%;
}
#questions-container {
width: 100%;
display: flex;
flex-direction: column;
flex: 1;
justify-content: center;
font-size: 1.2vmax;
}
.question-container {
width: 100%;
flex: 1;
display: flex;
align-items: center;
}
.catagory {
width: 48%;
padding-right: 0.5%;
padding-left: 1%;
font-size: 1.2vmax;
height: fit-content;
}
.selection {
width: 50%;
height: 38%;
background-color: var(--opening-screen-color);
cursor: pointer;
border: 1px solid rgb(133, 133, 133);
font-size: 1.2vmax;
padding-right: 1%;
font-family: "SegoeUI";
font-weight: 400;
}
.selection:focus {
outline: 0;
}
#calculateBtn {
height: 10%;
width: 20%;
margin-right: 80%;
margin-top: 5%;
margin-bottom: 3%;
background: rgb(231, 169, 35);
background: radial-gradient(circle, rgba(231, 169, 35, 1) 0%, rgba(209, 136, 30, 1) 100%);
display: flex;
justify-content: center;
align-items: center;
font-size: 2vmax;
border-radius: 5px;
padding-bottom: 1%;
}
#calculateBtn:hover {
cursor: pointer;
}
.title-new-driver {
font-weight: 500;
font-size: 9vmin;
width: 40%;
height: fit-content;
align-self: center;
margin-bottom: 10%;
margin-top: 10%;
margin-left: 5%;
text-align: right;
}
/* ----------------------------------------About----------------------------------------------------------- */
#aboutAndTitle {
display: flex;
justify-content: space-between;
width: 100%;
height: 88%;
z-index: 2;
position: absolute;
top: 11%;
visibility: hidden;
display: flex;
justify-content: space-between;
width: 100%;
height: 88%;
}
#aboutContainer {
display: flex;
flex-direction: column;
background-color: rgba(0, 0, 0, 0.4);
border-radius: 2vmin;
height: 85%;
width: 35%;
margin-right: 5%;
padding: 1% 3%;
overflow: auto;
}
#aboutContainer>.line {
background-color: var(--new-driver-orange);
margin-top: -2%;
}
#about-text {
font-size: 2.5vmin;
}
/* ------------------------------------------------resultArea---------------------------------------------------------- */
#resultArea {
display: none;
}
.show-result {}
/* Add class show-result to everything here that has it, to show result card */
#resultArea.show-result {
border-right: solid rgb(163, 163, 164) 1px;
width: 120%;
height: 100%;
margin-right: 5%;
display: flex;
flex-direction: column;
overflow: auto;
align-items: center;
}
.result-info {
font-size: 1.2vmax;
height: fit-content;
padding-right: 3%;
}
.result-line {
display: flex;
width: 100%;
margin-bottom: 2%;
}
.result-wheel {
width: 6%;
height: 5vmin;
margin-right: 3%;
}
.line.show-result {
display: none;
}
.title-new-driver.show-result {
display: none;
}
#content.show-result {
width: 85%;
flex-direction: row;
}
.results {
width: 100%;
}
/* ----------------------------------------phone changes----------------------------------------------------------- */
@media only screen and (max-width: 780px) {
#everything {
background-image: url("assests/images/bgPhone.png");
}
#contentAndTitle {
flex-direction: column-reverse;
}
/* black div that contains everything */
#content {
width: 85%;
min-height: 74vh;
margin: 0%;
align-self: center;
align-items: center;
}
.title-new-driver {
text-align: right;
font-size: 9vmin;
margin: 0%;
width: 85%;
}
.question-container {
flex-wrap: wrap;
justify-content: center;
font-size: 2vmax;
margin-bottom: 10%;
}
.catagory {
width: 100%;
text-align: center;
margin-bottom: 4%;
font-size: 5vmin;
}
.selection {
font-size: 2vmax;
width: 70%;
max-height: 25vw;
}
#calculateBtn {
height: 7%;
width: 6.5em;
margin: 0%;
margin-bottom: 5%;
font-size: 5vmin;
align-self: center;
}
#questions-container>.line {
display: none;
}
#about-text {
font-size: 5vmin;
}
.content-title {
display: none;
}
.result-info {
font-size: 100%;
}
.result-wheel {
width: 11%;
margin-top: 1%;
}
.result-line {
margin-bottom: 7%;
}
#confirmation {
font-size: 150%;
width: 80%;
}
#openingScreenBody>button {
width: 40%;
height: 10%;
font-size: 150%;
}
} | 0.380759 | 0.064095 |
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
height: 100%;
width: 100%;
overflow: hidden;
cursor: pointer;
}
/*
background: #D14444;
background-image: url("002.jpg");
*/
#canvas {
display: block;
}
.prompt-one,
.prompt-two {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: 0px;
height: 0px;
border-radius: 50%;
background: red;
}
.instruction {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: 150px;
height: 75px;
color: red;
font-family: "Arial", sans-serif;
font-size: 2em;
text-align: center;
line-height: 50px;
opacity: 0;
animation: instruction 8s ease 1s;
animation-iteration-count: 1
}
@keyframes instruction {
10% {
opacity: 1;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.prompt-one {
animation: prompt 4s ease .5s;
animation-iteration-count: 1
}
.prompt-two {
animation: prompt 6s ease .10s;
animation-iteration-count: 1
}
@keyframes prompt {
100% {
opacity: 0;
height: 150px;
width: 150px;
}
}
.sig {
font-size: 2.0em;
font-weight: 100;
font-family: "Cedarville Cursive";
}
.flip-container {
/*cursor: pointer;*/
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
-webkit-perspective: 800;
-moz-perspective: 800;
-o-perspective: 800;
perspective: 800;
z-index: -1;
}
.flip-container,
.front,
.back {
width: 400px;
height: 600px;
}
.flipper {
-moz-transform: perspective(800px);
-moz-transform-style: preserve-3d;
position: relative;
}
.image,
.front,
.back {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: 1s;
-webkit-transform-style: preserve-3d;
-moz-transition: 1s;
-moz-transform-style: preserve-3d;
-o-transition: 1s;
-o-transform-style: preserve-3d;
-ms-transition: 1s;
-ms-transform-style: preserve-3d;
transition: 1s;
transform-style: preserve-3d;
position: absolute;
top: 0;
left: 0;
border-radius: 20px;
overflow: hidden;
}
.back {
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg);
background: linear-gradient(-45deg, #23a6d5, #ffffff);
opacity: 0.8;
text-align: center;
padding-top: 10%;
padding-left: 2%;
padding-right: 2%;
padding-bottom: 10%;
font-family: "Roboto";
font-size: .7em;
line-height: 1.6;
box-shadow: 0 0 1px rgba(76, 86, 103, 0.25), 0 2px 18px rgba(31, 37, 50, 0.32);
}
.back-flip {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.front-flip {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.front {
z-index: 2;
box-shadow: 0 0 1px rgba(76, 86, 103, 0.25), 0 2px 18px rgba(31, 37, 50, 0.32);
} | style.css | * {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
height: 100%;
width: 100%;
overflow: hidden;
cursor: pointer;
}
/*
background: #D14444;
background-image: url("002.jpg");
*/
#canvas {
display: block;
}
.prompt-one,
.prompt-two {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: 0px;
height: 0px;
border-radius: 50%;
background: red;
}
.instruction {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: 150px;
height: 75px;
color: red;
font-family: "Arial", sans-serif;
font-size: 2em;
text-align: center;
line-height: 50px;
opacity: 0;
animation: instruction 8s ease 1s;
animation-iteration-count: 1
}
@keyframes instruction {
10% {
opacity: 1;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.prompt-one {
animation: prompt 4s ease .5s;
animation-iteration-count: 1
}
.prompt-two {
animation: prompt 6s ease .10s;
animation-iteration-count: 1
}
@keyframes prompt {
100% {
opacity: 0;
height: 150px;
width: 150px;
}
}
.sig {
font-size: 2.0em;
font-weight: 100;
font-family: "Cedarville Cursive";
}
.flip-container {
/*cursor: pointer;*/
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
-webkit-perspective: 800;
-moz-perspective: 800;
-o-perspective: 800;
perspective: 800;
z-index: -1;
}
.flip-container,
.front,
.back {
width: 400px;
height: 600px;
}
.flipper {
-moz-transform: perspective(800px);
-moz-transform-style: preserve-3d;
position: relative;
}
.image,
.front,
.back {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: 1s;
-webkit-transform-style: preserve-3d;
-moz-transition: 1s;
-moz-transform-style: preserve-3d;
-o-transition: 1s;
-o-transform-style: preserve-3d;
-ms-transition: 1s;
-ms-transform-style: preserve-3d;
transition: 1s;
transform-style: preserve-3d;
position: absolute;
top: 0;
left: 0;
border-radius: 20px;
overflow: hidden;
}
.back {
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg);
background: linear-gradient(-45deg, #23a6d5, #ffffff);
opacity: 0.8;
text-align: center;
padding-top: 10%;
padding-left: 2%;
padding-right: 2%;
padding-bottom: 10%;
font-family: "Roboto";
font-size: .7em;
line-height: 1.6;
box-shadow: 0 0 1px rgba(76, 86, 103, 0.25), 0 2px 18px rgba(31, 37, 50, 0.32);
}
.back-flip {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.front-flip {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.front {
z-index: 2;
box-shadow: 0 0 1px rgba(76, 86, 103, 0.25), 0 2px 18px rgba(31, 37, 50, 0.32);
} | 0.528047 | 0.106041 |
.background_orange2,
.hover_background_orange2:hover,
.active_background_orange2:active:hover {
background: #dd8f00;
background-image: -moz-linear-gradient(top, rgb(255, 173, 22) 0%, rgb(221, 143, 0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 173, 22)), color-stop(100%, rgb(221, 143, 0)));
background-image: -webkit-linear-gradient(top, rgb(255, 173, 22) 0%, rgb(221, 143, 0) 100%);
background-image: -o-linear-gradient(top, rgb(255, 173, 22) 0%, rgb(221, 143, 0) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 173, 22) 0%, rgb(221, 143, 0) 100%);
background-image: linear-gradient(to bottom, rgb(255, 173, 22) 0%, rgb(221, 143, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad16', endColorstr='#dd8f00',GradientType=0 );
}
.background_orange2h,
.hover_background_orange2h:hover,
.active_background_orange2h:active:hover {
background: #dd8f00;
background-image: -moz-linear-gradient(top, rgb(255, 192, 77) 0%, rgb(255, 169, 11) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 192, 77)), color-stop(100%, rgb(255, 169, 11)));
background-image: -webkit-linear-gradient(top, rgb(255, 192, 77) 0%, rgb(255, 169, 11) 100%);
background-image: -o-linear-gradient(top, rgb(255, 192, 77) 0%, rgb(255, 169, 11) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 192, 77) 0%, rgb(255, 169, 11) 100%);
background-image: linear-gradient(to bottom, rgb(255, 192, 77) 0%, rgb(255, 169, 11) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc04d', endColorstr='#ffa90b',GradientType=0 );
}
.background_orange2a,
.hover_background_orange2a:hover,
.active_background_orange2a:active:hover {
background: #dd8f00;
background-image: -moz-linear-gradient(top, rgb(255, 169, 11) 0%, rgb(255, 192, 77) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 169, 11)), color-stop(100%, rgb(255, 192, 77)));
background-image: -webkit-linear-gradient(top, rgb(255, 169, 11) 0%, rgb(255, 192, 77) 100%);
background-image: -o-linear-gradient(top, rgb(255, 169, 11) 0%, rgb(255, 192, 77) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 169, 11) 0%, rgb(255, 192, 77) 100%);
background-image: linear-gradient(to bottom, rgb(255, 169, 11) 0%, rgb(255, 192, 77) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa90b', endColorstr='#ffc04d',GradientType=0 );
}
.background_orange2s,
.hover_background_orange2s:hover,
.active_background_orange2s:active:hover {
background: #dd8f00;
background-image: -moz-linear-gradient(top, rgb(255, 221, 160) 0%, rgb(255, 192, 77) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 221, 160)), color-stop(100%, rgb(255, 192, 77)));
background-image: -webkit-linear-gradient(top, rgb(255, 221, 160) 0%, rgb(255, 192, 77) 100%);
background-image: -o-linear-gradient(top, rgb(255, 221, 160) 0%, rgb(255, 192, 77) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 221, 160) 0%, rgb(255, 192, 77) 100%);
background-image: linear-gradient(to bottom, rgb(255, 221, 160) 0%, rgb(255, 192, 77) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdda0', endColorstr='#ffc04d',GradientType=0 );
}
.background_color_orange2,
.hover_background_color_orange2:hover,
.active_background_color_orange2:active:hover {
background-color:#dd8f00;
}
.background_first_color_orange2,
.hover_background_first_color_orange2:hover,
.active_background_first_color_orange2:active:hover {
background-color:#ffad16;
}
.background_last_color_orange2,
.hover_background_last_color_orange2:hover,
.active_background_color_last_orange2:active:hover {
background-color:#dd8f00;
}
/* ------------------------------ color settings -------------------------------*/
.color_orange2,
.hover_color_orange2:hover,
.active_color_orange2:active:hover {
color: #282828;
}
.color_orange2h,
.hover_color_orange2h:hover,
.active_color_orange2h:active:hover {
color: #282828;
}
.color_orange2a,
.hover_color_orange2a:hover,
.active_color_orange2a:active:hover {
color: #ff0;
}
.color_orange2s,
.hover_color_orange2s:hover,
.active_color_orange2s:active:hover {
color: #dd0;
}
/* -------------------------- border color settings -----------------------------*/
.border_orange2,
.hover_border_orange2:hover,
.active_border_orange2:active:hover {
border-color: #dd8f00 #dd8f00 #dd8f00 #dd8f00;
}
.border_orange2h,
.hover_border_orange2h:hover,
.active_border_orange2h:active:hover {
border-color: #c78100 #c78100 #c78100 #c78100;
}
.border_orange2a,
.hover_border_orange2a:hover,
.active_border_orange2a:active:hover {
border-color: #b17300 #b17300 #b17300 #b17300;
}
.border_orange2s,
.hover_border_orange2s:hover,
.active_border_orange2s:active:hover {
border-color: #ffc04d #ffc04d #ffc04d #ffc04d;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_orange2,
.hover_shadow_expand_orange2:hover,
.active_shadow_expand_orange2:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(221, 143, 0, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(221, 143, 0, .39);
box-shadow: 0em 0em 1em 0.25em rgba(221, 143, 0, .39);
}
.shadow_expand_orange2h,
.hover_shadow_expand_orange2h:hover,
.active_shadow_expand_orange2h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 169, 11, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 169, 11, .50);
box-shadow: 0em 0em 1em 0.25em rgba(255, 169, 11, .50);
}
.shadow_expand_orange2a,
.hover_shadow_expand_orange2a:hover,
.active_shadow_expand_orange2a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 192, 77, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 192, 77, .63);
box-shadow: 0em 0em 1em 0.25em rgba(255, 192, 77, .63);
}
.shadow_expand_orange2s,
.hover_shadow_expand_orange2s:hover,
.active_shadow_expand_orange2s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 192, 77, .78);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 192, 77, .78);
box-shadow: 0em 0em 1em 0.25em rgba(255, 192, 77, .78);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_orange2,
.hover_shadow_left_orange2:hover,
.active_shadow_left_orange2:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(221, 143, 0, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(221, 143, 0, .39);
box-shadow: -0.5em -0.5em 1em rgba(221, 143, 0, .39);
}
.shadow_left_orange2h,
.hover_shadow_left_orange2h:hover,
.active_shadow_left_orange2h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 169, 11, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 169, 11, .50);
box-shadow: -0.5em -0.5em 1em rgba(255, 169, 11, .50);
}
.shadow_left_orange2a,
.hover_shadow_left_orange2a:hover,
.active_shadow_left_orange2a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 192, 77, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 192, 77, .63);
box-shadow: -0.5em -0.5em 1em rgba(255, 192, 77, .63);
}
.shadow_left_orange2s,
.hover_shadow_left_orange2s:hover,
.active_shadow_left_orange2s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 192, 77, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 192, 77, .78);
box-shadow: -0.5em -0.5em 1em rgba(255, 192, 77, .78);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_orange2,
.hover_shadow_right_orange2:hover,
.active_shadow_right_orange2:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(221, 143, 0, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(221, 143, 0, .39);
box-shadow: 0.5em 0em 1em rgba(221, 143, 0, .39);
}
.shadow_right_orange2h,
.hover_shadow_right_orange2h:hover,
.active_shadow_right_orange2h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 169, 11, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 169, 11, .50);
box-shadow: 0.5em 0em 1em rgba(255, 169, 11, .50);
}
.shadow_right_orange2a,
.hover_shadow_right_orange2a:hover,
.active_shadow_right_orange2a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 192, 77, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 192, 77, .63);
box-shadow: 0.5em 0em 1em rgba(255, 192, 77, .63);
}
.shadow_right_orange2s,
.hover_shadow_right_orange2s:hover,
.active_shadow_right_orange2s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 192, 77, .78);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 192, 77, .78);
box-shadow: 0.5em 0em 1em rgba(255, 192, 77, .78);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_orange2,
.hover_shadow_top_orange2:hover,
.active_shadow_top_orange2:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(221, 143, 0, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(221, 143, 0, .39);
box-shadow: 0em -0.5em 1em rgba(221, 143, 0, .39);
}
.shadow_top_orange2h,
.hover_shadow_top_orange2h:hover,
.active_shadow_top_orange2h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 169, 11, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 169, 11, .50);
box-shadow: 0em -0.5em 1em rgba(255, 169, 11, .50);
}
.shadow_top_orange2a,
.hover_shadow_top_orange2a:hover,
.active_shadow_top_orange2a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 192, 77, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 192, 77, .63);
box-shadow: 0em -0.5em 1em rgba(255, 192, 77, .63);
}
.shadow_top_orange2s,
.hover_shadow_top_orange2s:hover,
.active_shadow_top_orange2s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 192, 77, .78);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 192, 77, .78);
box-shadow: 0em -0.5em 1em rgba(255, 192, 77, .78);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_orange2,
.hover_shadow_bottom_orange2:hover,
.active_shadow_bottom_orange2:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(221, 143, 0, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(221, 143, 0, .39);
box-shadow: 0em 0.5em 1em rgba(221, 143, 0, .39);
}
.shadow_bottom_orange2h,
.hover_shadow_bottom_orange2h:hover,
.active_shadow_bottom_orange2h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 169, 11, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 169, 11, .50);
box-shadow: 0em 0.5em 1em rgba(255, 169, 11, .50);
}
.shadow_bottom_orange2a,
.hover_shadow_bottom_orange2a:hover,
.active_shadow_bottom_orange2a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 192, 77, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 192, 77, .63);
box-shadow: 0em 0.5em 1em rgba(255, 192, 77, .63);
}
.shadow_bottom_orange2s,
.hover_shadow_bottom_orange2s:hover,
.active_shadow_bottom_orange2s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 192, 77, .78);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 192, 77, .78);
box-shadow: 0em 0.5em 1em rgba(255, 192, 77, .78);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_orange2,
.hover_shadow_top_left_orange2:hover,
.active_shadow_top_left_orange2:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(221, 143, 0, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(221, 143, 0, .39);
box-shadow: -0.5em -0.5em 1em rgba(221, 143, 0, .39);
}
.shadow_top_left_orange2h,
.hover_shadow_top_left_orange2h:hover,
.active_shadow_top_left_orange2h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 169, 11, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 169, 11, .50);
box-shadow: -0.5em -0.5em 1em rgba(255, 169, 11, .50);
}
.shadow_top_left_orange2a,
.hover_shadow_top_left_orange2a:hover,
.active_shadow_top_left_orange2a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 192, 77, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 192, 77, .63);
box-shadow: -0.5em -0.5em 1em rgba(255, 192, 77, .63);
}
.shadow_top_left_orange2s,
.hover_shadow_top_left_orange2s:hover,
.active_shadow_top_left_orange2s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 192, 77, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 192, 77, .78);
box-shadow: -0.5em -0.5em 1em rgba(255, 192, 77, .78);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_orange2,
.hover_shadow_top_right_orange2:hover,
.active_shadow_top_right_orange2:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(221, 143, 0, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(221, 143, 0, .39);
box-shadow: 0.5em -0.5em 1em rgba(221, 143, 0, .39);
}
.shadow_top_right_orange2h,
.hover_shadow_top_right_orange2h:hover,
.active_shadow_top_right_orange2h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 169, 11, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 169, 11, .50);
box-shadow: 0.5em -0.5em 1em rgba(255, 169, 11, .50);
}
.shadow_top_right_orange2a,
.hover_shadow_top_right_orange2a:hover,
.active_shadow_top_right_orange2a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 192, 77, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 192, 77, .63);
box-shadow: 0.5em -0.5em 1em rgba(255, 192, 77, .63);
}
.shadow_top_right_orange2s,
.hover_shadow_top_right_orange2s:hover,
.active_shadow_top_right_orange2s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 192, 77, .78);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 192, 77, .78);
box-shadow: 0.5em -0.5em 1em rgba(255, 192, 77, .78);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_orange2,
.hover_shadow_bottom_left_orange2:hover,
.active_shadow_bottom_left_orange2:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(221, 143, 0, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(221, 143, 0, .39);
box-shadow: -0.5em 0.5em 1em rgba(221, 143, 0, .39);
}
.shadow_bottom_left_orange2h,
.hover_shadow_bottom_left_orange2h:hover,
.active_shadow_bottom_left_orange2h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 169, 11, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 169, 11, .50);
box-shadow: -0.5em 0.5em 1em rgba(255, 169, 11, .50);
}
.shadow_bottom_left_orange2a,
.hover_shadow_bottom_left_orange2a:hover,
.active_shadow_bottom_left_orange2a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 192, 77, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 192, 77, .63);
box-shadow: -0.5em 0.5em 1em rgba(255, 192, 77, .63);
}
.shadow_bottom_left_orange2s,
.hover_shadow_bottom_left_orange2s:hover,
.active_shadow_bottom_left_orange2s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 192, 77, .78);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 192, 77, .78);
box-shadow: -0.5em 0.5em 1em rgba(255, 192, 77, .78);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_orange2,
.hover_shadow_bottom_right_orange2:hover,
.active_shadow_bottom_right_orange2:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(221, 143, 0, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(221, 143, 0, .39);
box-shadow: 0.5em 0.5em 1em rgba(221, 143, 0, .39);
}
.shadow_bottom_right_orange2h,
.hover_shadow_bottom_right_orange2h:hover,
.active_shadow_bottom_right_orange2h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 169, 11, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 169, 11, .50);
box-shadow: 0.5em 0.5em 1em rgba(255, 169, 11, .50);
}
.shadow_bottom_right_orange2a,
.hover_shadow_bottom_right_orange2a:hover,
.active_shadow_bottom_right_orange2a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 192, 77, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 192, 77, .63);
box-shadow: 0.5em 0.5em 1em rgba(255, 192, 77, .63);
}
.shadow_bottom_right_orange2s,
.hover_shadow_bottom_right_orange2s:hover,
.active_shadow_bottom_right_orange2s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 192, 77, .78);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 192, 77, .78);
box-shadow: 0.5em 0.5em 1em rgba(255, 192, 77, .78);
} | widgets/common/assets/gradients/simple/orange/orange2.css | .background_orange2,
.hover_background_orange2:hover,
.active_background_orange2:active:hover {
background: #dd8f00;
background-image: -moz-linear-gradient(top, rgb(255, 173, 22) 0%, rgb(221, 143, 0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 173, 22)), color-stop(100%, rgb(221, 143, 0)));
background-image: -webkit-linear-gradient(top, rgb(255, 173, 22) 0%, rgb(221, 143, 0) 100%);
background-image: -o-linear-gradient(top, rgb(255, 173, 22) 0%, rgb(221, 143, 0) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 173, 22) 0%, rgb(221, 143, 0) 100%);
background-image: linear-gradient(to bottom, rgb(255, 173, 22) 0%, rgb(221, 143, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad16', endColorstr='#dd8f00',GradientType=0 );
}
.background_orange2h,
.hover_background_orange2h:hover,
.active_background_orange2h:active:hover {
background: #dd8f00;
background-image: -moz-linear-gradient(top, rgb(255, 192, 77) 0%, rgb(255, 169, 11) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 192, 77)), color-stop(100%, rgb(255, 169, 11)));
background-image: -webkit-linear-gradient(top, rgb(255, 192, 77) 0%, rgb(255, 169, 11) 100%);
background-image: -o-linear-gradient(top, rgb(255, 192, 77) 0%, rgb(255, 169, 11) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 192, 77) 0%, rgb(255, 169, 11) 100%);
background-image: linear-gradient(to bottom, rgb(255, 192, 77) 0%, rgb(255, 169, 11) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc04d', endColorstr='#ffa90b',GradientType=0 );
}
.background_orange2a,
.hover_background_orange2a:hover,
.active_background_orange2a:active:hover {
background: #dd8f00;
background-image: -moz-linear-gradient(top, rgb(255, 169, 11) 0%, rgb(255, 192, 77) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 169, 11)), color-stop(100%, rgb(255, 192, 77)));
background-image: -webkit-linear-gradient(top, rgb(255, 169, 11) 0%, rgb(255, 192, 77) 100%);
background-image: -o-linear-gradient(top, rgb(255, 169, 11) 0%, rgb(255, 192, 77) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 169, 11) 0%, rgb(255, 192, 77) 100%);
background-image: linear-gradient(to bottom, rgb(255, 169, 11) 0%, rgb(255, 192, 77) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa90b', endColorstr='#ffc04d',GradientType=0 );
}
.background_orange2s,
.hover_background_orange2s:hover,
.active_background_orange2s:active:hover {
background: #dd8f00;
background-image: -moz-linear-gradient(top, rgb(255, 221, 160) 0%, rgb(255, 192, 77) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 221, 160)), color-stop(100%, rgb(255, 192, 77)));
background-image: -webkit-linear-gradient(top, rgb(255, 221, 160) 0%, rgb(255, 192, 77) 100%);
background-image: -o-linear-gradient(top, rgb(255, 221, 160) 0%, rgb(255, 192, 77) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 221, 160) 0%, rgb(255, 192, 77) 100%);
background-image: linear-gradient(to bottom, rgb(255, 221, 160) 0%, rgb(255, 192, 77) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdda0', endColorstr='#ffc04d',GradientType=0 );
}
.background_color_orange2,
.hover_background_color_orange2:hover,
.active_background_color_orange2:active:hover {
background-color:#dd8f00;
}
.background_first_color_orange2,
.hover_background_first_color_orange2:hover,
.active_background_first_color_orange2:active:hover {
background-color:#ffad16;
}
.background_last_color_orange2,
.hover_background_last_color_orange2:hover,
.active_background_color_last_orange2:active:hover {
background-color:#dd8f00;
}
/* ------------------------------ color settings -------------------------------*/
.color_orange2,
.hover_color_orange2:hover,
.active_color_orange2:active:hover {
color: #282828;
}
.color_orange2h,
.hover_color_orange2h:hover,
.active_color_orange2h:active:hover {
color: #282828;
}
.color_orange2a,
.hover_color_orange2a:hover,
.active_color_orange2a:active:hover {
color: #ff0;
}
.color_orange2s,
.hover_color_orange2s:hover,
.active_color_orange2s:active:hover {
color: #dd0;
}
/* -------------------------- border color settings -----------------------------*/
.border_orange2,
.hover_border_orange2:hover,
.active_border_orange2:active:hover {
border-color: #dd8f00 #dd8f00 #dd8f00 #dd8f00;
}
.border_orange2h,
.hover_border_orange2h:hover,
.active_border_orange2h:active:hover {
border-color: #c78100 #c78100 #c78100 #c78100;
}
.border_orange2a,
.hover_border_orange2a:hover,
.active_border_orange2a:active:hover {
border-color: #b17300 #b17300 #b17300 #b17300;
}
.border_orange2s,
.hover_border_orange2s:hover,
.active_border_orange2s:active:hover {
border-color: #ffc04d #ffc04d #ffc04d #ffc04d;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_orange2,
.hover_shadow_expand_orange2:hover,
.active_shadow_expand_orange2:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(221, 143, 0, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(221, 143, 0, .39);
box-shadow: 0em 0em 1em 0.25em rgba(221, 143, 0, .39);
}
.shadow_expand_orange2h,
.hover_shadow_expand_orange2h:hover,
.active_shadow_expand_orange2h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 169, 11, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 169, 11, .50);
box-shadow: 0em 0em 1em 0.25em rgba(255, 169, 11, .50);
}
.shadow_expand_orange2a,
.hover_shadow_expand_orange2a:hover,
.active_shadow_expand_orange2a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 192, 77, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 192, 77, .63);
box-shadow: 0em 0em 1em 0.25em rgba(255, 192, 77, .63);
}
.shadow_expand_orange2s,
.hover_shadow_expand_orange2s:hover,
.active_shadow_expand_orange2s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 192, 77, .78);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 192, 77, .78);
box-shadow: 0em 0em 1em 0.25em rgba(255, 192, 77, .78);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_orange2,
.hover_shadow_left_orange2:hover,
.active_shadow_left_orange2:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(221, 143, 0, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(221, 143, 0, .39);
box-shadow: -0.5em -0.5em 1em rgba(221, 143, 0, .39);
}
.shadow_left_orange2h,
.hover_shadow_left_orange2h:hover,
.active_shadow_left_orange2h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 169, 11, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 169, 11, .50);
box-shadow: -0.5em -0.5em 1em rgba(255, 169, 11, .50);
}
.shadow_left_orange2a,
.hover_shadow_left_orange2a:hover,
.active_shadow_left_orange2a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 192, 77, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 192, 77, .63);
box-shadow: -0.5em -0.5em 1em rgba(255, 192, 77, .63);
}
.shadow_left_orange2s,
.hover_shadow_left_orange2s:hover,
.active_shadow_left_orange2s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 192, 77, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 192, 77, .78);
box-shadow: -0.5em -0.5em 1em rgba(255, 192, 77, .78);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_orange2,
.hover_shadow_right_orange2:hover,
.active_shadow_right_orange2:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(221, 143, 0, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(221, 143, 0, .39);
box-shadow: 0.5em 0em 1em rgba(221, 143, 0, .39);
}
.shadow_right_orange2h,
.hover_shadow_right_orange2h:hover,
.active_shadow_right_orange2h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 169, 11, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 169, 11, .50);
box-shadow: 0.5em 0em 1em rgba(255, 169, 11, .50);
}
.shadow_right_orange2a,
.hover_shadow_right_orange2a:hover,
.active_shadow_right_orange2a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 192, 77, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 192, 77, .63);
box-shadow: 0.5em 0em 1em rgba(255, 192, 77, .63);
}
.shadow_right_orange2s,
.hover_shadow_right_orange2s:hover,
.active_shadow_right_orange2s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 192, 77, .78);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 192, 77, .78);
box-shadow: 0.5em 0em 1em rgba(255, 192, 77, .78);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_orange2,
.hover_shadow_top_orange2:hover,
.active_shadow_top_orange2:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(221, 143, 0, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(221, 143, 0, .39);
box-shadow: 0em -0.5em 1em rgba(221, 143, 0, .39);
}
.shadow_top_orange2h,
.hover_shadow_top_orange2h:hover,
.active_shadow_top_orange2h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 169, 11, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 169, 11, .50);
box-shadow: 0em -0.5em 1em rgba(255, 169, 11, .50);
}
.shadow_top_orange2a,
.hover_shadow_top_orange2a:hover,
.active_shadow_top_orange2a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 192, 77, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 192, 77, .63);
box-shadow: 0em -0.5em 1em rgba(255, 192, 77, .63);
}
.shadow_top_orange2s,
.hover_shadow_top_orange2s:hover,
.active_shadow_top_orange2s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 192, 77, .78);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 192, 77, .78);
box-shadow: 0em -0.5em 1em rgba(255, 192, 77, .78);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_orange2,
.hover_shadow_bottom_orange2:hover,
.active_shadow_bottom_orange2:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(221, 143, 0, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(221, 143, 0, .39);
box-shadow: 0em 0.5em 1em rgba(221, 143, 0, .39);
}
.shadow_bottom_orange2h,
.hover_shadow_bottom_orange2h:hover,
.active_shadow_bottom_orange2h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 169, 11, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 169, 11, .50);
box-shadow: 0em 0.5em 1em rgba(255, 169, 11, .50);
}
.shadow_bottom_orange2a,
.hover_shadow_bottom_orange2a:hover,
.active_shadow_bottom_orange2a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 192, 77, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 192, 77, .63);
box-shadow: 0em 0.5em 1em rgba(255, 192, 77, .63);
}
.shadow_bottom_orange2s,
.hover_shadow_bottom_orange2s:hover,
.active_shadow_bottom_orange2s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 192, 77, .78);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 192, 77, .78);
box-shadow: 0em 0.5em 1em rgba(255, 192, 77, .78);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_orange2,
.hover_shadow_top_left_orange2:hover,
.active_shadow_top_left_orange2:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(221, 143, 0, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(221, 143, 0, .39);
box-shadow: -0.5em -0.5em 1em rgba(221, 143, 0, .39);
}
.shadow_top_left_orange2h,
.hover_shadow_top_left_orange2h:hover,
.active_shadow_top_left_orange2h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 169, 11, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 169, 11, .50);
box-shadow: -0.5em -0.5em 1em rgba(255, 169, 11, .50);
}
.shadow_top_left_orange2a,
.hover_shadow_top_left_orange2a:hover,
.active_shadow_top_left_orange2a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 192, 77, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 192, 77, .63);
box-shadow: -0.5em -0.5em 1em rgba(255, 192, 77, .63);
}
.shadow_top_left_orange2s,
.hover_shadow_top_left_orange2s:hover,
.active_shadow_top_left_orange2s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 192, 77, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 192, 77, .78);
box-shadow: -0.5em -0.5em 1em rgba(255, 192, 77, .78);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_orange2,
.hover_shadow_top_right_orange2:hover,
.active_shadow_top_right_orange2:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(221, 143, 0, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(221, 143, 0, .39);
box-shadow: 0.5em -0.5em 1em rgba(221, 143, 0, .39);
}
.shadow_top_right_orange2h,
.hover_shadow_top_right_orange2h:hover,
.active_shadow_top_right_orange2h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 169, 11, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 169, 11, .50);
box-shadow: 0.5em -0.5em 1em rgba(255, 169, 11, .50);
}
.shadow_top_right_orange2a,
.hover_shadow_top_right_orange2a:hover,
.active_shadow_top_right_orange2a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 192, 77, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 192, 77, .63);
box-shadow: 0.5em -0.5em 1em rgba(255, 192, 77, .63);
}
.shadow_top_right_orange2s,
.hover_shadow_top_right_orange2s:hover,
.active_shadow_top_right_orange2s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 192, 77, .78);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 192, 77, .78);
box-shadow: 0.5em -0.5em 1em rgba(255, 192, 77, .78);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_orange2,
.hover_shadow_bottom_left_orange2:hover,
.active_shadow_bottom_left_orange2:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(221, 143, 0, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(221, 143, 0, .39);
box-shadow: -0.5em 0.5em 1em rgba(221, 143, 0, .39);
}
.shadow_bottom_left_orange2h,
.hover_shadow_bottom_left_orange2h:hover,
.active_shadow_bottom_left_orange2h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 169, 11, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 169, 11, .50);
box-shadow: -0.5em 0.5em 1em rgba(255, 169, 11, .50);
}
.shadow_bottom_left_orange2a,
.hover_shadow_bottom_left_orange2a:hover,
.active_shadow_bottom_left_orange2a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 192, 77, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 192, 77, .63);
box-shadow: -0.5em 0.5em 1em rgba(255, 192, 77, .63);
}
.shadow_bottom_left_orange2s,
.hover_shadow_bottom_left_orange2s:hover,
.active_shadow_bottom_left_orange2s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 192, 77, .78);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 192, 77, .78);
box-shadow: -0.5em 0.5em 1em rgba(255, 192, 77, .78);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_orange2,
.hover_shadow_bottom_right_orange2:hover,
.active_shadow_bottom_right_orange2:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(221, 143, 0, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(221, 143, 0, .39);
box-shadow: 0.5em 0.5em 1em rgba(221, 143, 0, .39);
}
.shadow_bottom_right_orange2h,
.hover_shadow_bottom_right_orange2h:hover,
.active_shadow_bottom_right_orange2h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 169, 11, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 169, 11, .50);
box-shadow: 0.5em 0.5em 1em rgba(255, 169, 11, .50);
}
.shadow_bottom_right_orange2a,
.hover_shadow_bottom_right_orange2a:hover,
.active_shadow_bottom_right_orange2a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 192, 77, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 192, 77, .63);
box-shadow: 0.5em 0.5em 1em rgba(255, 192, 77, .63);
}
.shadow_bottom_right_orange2s,
.hover_shadow_bottom_right_orange2s:hover,
.active_shadow_bottom_right_orange2s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 192, 77, .78);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 192, 77, .78);
box-shadow: 0.5em 0.5em 1em rgba(255, 192, 77, .78);
} | 0.54698 | 0.124665 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Arial', sans-serif;
transition: all 0.3s;
}
body{
}
header{
position: absolute;
top: 0;
left: 0;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
padding: 13px 50px;
z-index: 100;
background-color: #000;
}
header .logo > img{
max-width: 120px;
}
.navigation{
display: flex;
margin-right: 200px;
}
.navigation > li{
list-style: none;
margin: 0 15px;
}
.navigation > li > a {
color: white;
text-decoration: none;
font-weight: 400;
letter-spacing: 1px;
}
.navigation > li:hover > a{
color: #de0611;
}
.search{
position: relative;
width: 300px;
height: 35px;
justify-content: flex-end;
}
.search > input{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
color: white;
background-color: transparent;
border: 1px solid rgba(255,255,2555, 0.8);
outline: none;
border-radius: 6px;
padding: 0px 10px 0px 40px;
backdrop-filter: blur(5px);
}
.search > input::placeholder{
color: white;
font-weight: 500;
}
.search .fa-search{
position: absolute;
top: 50%;
left: 10px;
transform: translateY(-50%);
padding-right: 10px;
color: white;
}
.banner{
position: relative;
width: 100%;
min-height: 100vh;
display: flex;
justify-content: flex-start;
align-items: center;
}
.banner .bg{
position: absolute;
top: 11%;
left: 0;
width: 100%;
height: 100%;
object-fit: fill;
}
.content{
position: relative;
z-index: 1;
max-width: 600px;
height: 100vh;
background: linear-gradient(to right,#171717 0,rgba(23,23,23,.98) 20%,rgba(23,23,23,.97) 25%,rgba(23,23,23,.95) 35%,rgba(23,23,23,.94) 40%,rgba(23,23,23,.92) 45%,rgba(23,23,23,.9) 50%,rgba(23,23,23,.87) 55%,rgba(23,23,23,.82) 60%,rgba(23,23,23,.75) 65%,rgba(23,23,23,.63) 70%,rgba(23,23,23,.45) 75%,rgba(23,23,23,.27) 80%,rgba(23,23,23,.15) 85%,rgba(23,23,23,.08) 90%,rgba(23,23,23,.03) 95%,rgba(23,23,23,0) 100%);
}
.content .conteudo{
display: absolute;
padding: 20% 12%;
}
.content-wrapper{
z-index: 1000000;
height: 100%;
width: 100%;
background-image: url(bg-django.jpg);
background-size: contain;
background-position-y: 3rem;
}
.movieTitle{
max-width: 450px;
margin-bottom: 30px;
}
.banner .content .conteudo > h2{
color: white;
margin-bottom: 20px;
}
.banner .content .conteudo > h4 {
color: rgba(255,255,2555, 0.7);
font-weight: 700;
margin-bottom: 20px;
}
.banner .content .conteudo > h4 > span{
padding: 0px 12px;
border-right: 1px solid rgba(255,255,2555, 0.7);
}
.banner .content .conteudo> h4 > span:first-child{
padding:0px;
padding-right: 12px;
}
.banner .content .conteudo > h4 > span:last-child{
border-right: 0;
}
.banner .content .conteudo > h4 > span > i {
background-color: #de0611;
color: white;
padding: 2px 8px;
display: inline-block;
font-style: normal;
}
.banner .content .conteudo p{
font-size: 1em;
font-weight: 300;
line-height: 1.5em;
color: white;
margin: 15px 0 20px;
}
.banner .content .conteudo .buttons{
position: relative;
}
.banner .content .conteudo .buttons > a{
position: relative;
display: inline-block;
margin-right: 10px;
background-color: #de0611;
color: white;
padding: 8px 23px;
text-decoration: none;
font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase;
border-radius: 2px;
}
.banner .content .conteudo .buttons > a:nth-child(2){
background: rgba(0,0,0,0);
border: 1px solid rgba(255,255,2555, 0.7);
}
.banner .content .conteudo .buttons > a:hover:nth-child(2){
background-color: #de0611;
border-color: transparent;
}
.play{
position: absolute;
bottom: 0px;
left: 60px;
display: inline-block;
justify-content: flex-start;
align-items: center;
color: white;
text-transform: uppercase;
font-weight: 500;
text-decoration: none;
letter-spacing: 1px;
font-style: 1rem;
cursor: pointer;
}
.play > img{
margin-right: 10px;
max-width: 50px;
}
.trailer{
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 1000;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
backdrop-filter: blur(8px);
visibility: hidden;
opacity: 0;
}
.active {
visibility: visible;
opacity: 1;
}
.trailer video {
max-width: 800px;
outline: none;
}
.close{
position: absolute;
top: 30px;
right: 30px;
cursor: pointer;
filter: invert(1);
max-width: 25px;
} | style.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Arial', sans-serif;
transition: all 0.3s;
}
body{
}
header{
position: absolute;
top: 0;
left: 0;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
padding: 13px 50px;
z-index: 100;
background-color: #000;
}
header .logo > img{
max-width: 120px;
}
.navigation{
display: flex;
margin-right: 200px;
}
.navigation > li{
list-style: none;
margin: 0 15px;
}
.navigation > li > a {
color: white;
text-decoration: none;
font-weight: 400;
letter-spacing: 1px;
}
.navigation > li:hover > a{
color: #de0611;
}
.search{
position: relative;
width: 300px;
height: 35px;
justify-content: flex-end;
}
.search > input{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
color: white;
background-color: transparent;
border: 1px solid rgba(255,255,2555, 0.8);
outline: none;
border-radius: 6px;
padding: 0px 10px 0px 40px;
backdrop-filter: blur(5px);
}
.search > input::placeholder{
color: white;
font-weight: 500;
}
.search .fa-search{
position: absolute;
top: 50%;
left: 10px;
transform: translateY(-50%);
padding-right: 10px;
color: white;
}
.banner{
position: relative;
width: 100%;
min-height: 100vh;
display: flex;
justify-content: flex-start;
align-items: center;
}
.banner .bg{
position: absolute;
top: 11%;
left: 0;
width: 100%;
height: 100%;
object-fit: fill;
}
.content{
position: relative;
z-index: 1;
max-width: 600px;
height: 100vh;
background: linear-gradient(to right,#171717 0,rgba(23,23,23,.98) 20%,rgba(23,23,23,.97) 25%,rgba(23,23,23,.95) 35%,rgba(23,23,23,.94) 40%,rgba(23,23,23,.92) 45%,rgba(23,23,23,.9) 50%,rgba(23,23,23,.87) 55%,rgba(23,23,23,.82) 60%,rgba(23,23,23,.75) 65%,rgba(23,23,23,.63) 70%,rgba(23,23,23,.45) 75%,rgba(23,23,23,.27) 80%,rgba(23,23,23,.15) 85%,rgba(23,23,23,.08) 90%,rgba(23,23,23,.03) 95%,rgba(23,23,23,0) 100%);
}
.content .conteudo{
display: absolute;
padding: 20% 12%;
}
.content-wrapper{
z-index: 1000000;
height: 100%;
width: 100%;
background-image: url(bg-django.jpg);
background-size: contain;
background-position-y: 3rem;
}
.movieTitle{
max-width: 450px;
margin-bottom: 30px;
}
.banner .content .conteudo > h2{
color: white;
margin-bottom: 20px;
}
.banner .content .conteudo > h4 {
color: rgba(255,255,2555, 0.7);
font-weight: 700;
margin-bottom: 20px;
}
.banner .content .conteudo > h4 > span{
padding: 0px 12px;
border-right: 1px solid rgba(255,255,2555, 0.7);
}
.banner .content .conteudo> h4 > span:first-child{
padding:0px;
padding-right: 12px;
}
.banner .content .conteudo > h4 > span:last-child{
border-right: 0;
}
.banner .content .conteudo > h4 > span > i {
background-color: #de0611;
color: white;
padding: 2px 8px;
display: inline-block;
font-style: normal;
}
.banner .content .conteudo p{
font-size: 1em;
font-weight: 300;
line-height: 1.5em;
color: white;
margin: 15px 0 20px;
}
.banner .content .conteudo .buttons{
position: relative;
}
.banner .content .conteudo .buttons > a{
position: relative;
display: inline-block;
margin-right: 10px;
background-color: #de0611;
color: white;
padding: 8px 23px;
text-decoration: none;
font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase;
border-radius: 2px;
}
.banner .content .conteudo .buttons > a:nth-child(2){
background: rgba(0,0,0,0);
border: 1px solid rgba(255,255,2555, 0.7);
}
.banner .content .conteudo .buttons > a:hover:nth-child(2){
background-color: #de0611;
border-color: transparent;
}
.play{
position: absolute;
bottom: 0px;
left: 60px;
display: inline-block;
justify-content: flex-start;
align-items: center;
color: white;
text-transform: uppercase;
font-weight: 500;
text-decoration: none;
letter-spacing: 1px;
font-style: 1rem;
cursor: pointer;
}
.play > img{
margin-right: 10px;
max-width: 50px;
}
.trailer{
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 1000;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
backdrop-filter: blur(8px);
visibility: hidden;
opacity: 0;
}
.active {
visibility: visible;
opacity: 1;
}
.trailer video {
max-width: 800px;
outline: none;
}
.close{
position: absolute;
top: 30px;
right: 30px;
cursor: pointer;
filter: invert(1);
max-width: 25px;
} | 0.437343 | 0.099077 |
:root {
--background-color: rgb(0, 162, 255);
--white: white;
--pad: 25px;
--color: rgb(5, 5, 56);
}
/* Sets main body attributes */
.body {
font-family: Arial, Helvetica, sans-serif;
margin: 25px;
background-image: radial-gradient(circle, rgb(238, 244, 248), rgb(32, 99, 138), rgb(50, 53, 190));
}
/* Sets header attributes */
.header {
width: 100%;
height: 20%;
background-image: url("../images/pexels-rovenimagescom-949587.jpg");
background-size: cover;
background-position: center;
color: var(--white);
font-weight: bold;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
/* nav flex */
nav {
display: flex;
flex-direction: row;
justify-content: flex-end;
}
/* styles nav links */
.header h1 nav {
font-size: 20px;
}
/* Removes bullets from nav link list */
.header nav ul {
list-style-type: none;
}
/* Sets position of navigation links */
.header nav ul li {
display: inline-block;
margin-right: 50px;
}
/* Set text styling nav links */
nav a {
text-decoration: underline;
font-size: 25px;
color: var(--white);
}
/* On hover over nav links background changes */
nav a:hover {
background-color: var(--background-color);
}
/* Set h2 font size */
h2 {
font-size: 200%;
flex-basis: 25%;
color: var(--white);
}
/* Controls header img size */
.header img {
max-width: 300px;
}
/* flex container about me */
.about-me {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: space-between;
position: relative;
padding: var(--pad);
color: var(--color);
}
.paragraph {
margin-left: 12%;
color: var(--white);
font-size: 20px;
}
/* flex container work */
.work {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: space-between;
gap: 50px;
position: relative;
padding: var(--pad);
color: var(--color);
}
/* Controls work h2 position */
.work h2 {
flex-basis: 25%;
align-self: flex-start;
align-items: flex-start;
}
/* Controls work photo links layout */
.pic-grid {
display: flex;
flex-basis: 100%;
gap: 25px;
flex-direction: row;
flex-wrap: wrap;
}
/* Controls work img size */
.work img {
max-height: 350px;
}
/* flex container contact me */
.contact-me {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: space-between;
padding: var(--pad);
color: var(--color);
}
/* Controls contact-me h2 position */
.contact-me h2 {
flex-basis: 25%;
align-self: flex-start;
align-items: flex-start;
}
/* styles contact me */
.contact-me a {
text-decoration: underline;
font-size: 25px;
justify-content: space-evenly;
color: var(--white);
}
/* On hover over nav links background changes */
.contact-me a:hover {
display: inline-block;
background-color: var(--background-color);
color: var(--white);
padding: 3px;
}
/* Set h3 text position */
.text-position {
position: absolute;
bottom: 20px;
left: 16px;
font-size: 30px;
border: 3px solid var(--background-color);
background-color: var(--background-color);
color: var(--white);
}
/* Adds box around repo links */
.box-item {
border: 3px solid var(--background-color);
}
/* On hover over repo box background changes */
.box-item:hover {
border: 10px solid rgb(1, 59, 92);
background-color: var(--background-color);
padding: 10px;
}
/* Positioning and styling item1 */
.item1 {
flex-basis: 1200px;
align-self: flex-start;
align-items: stretch;
max-width: 800px;
padding: 10px;
margin: 0;
position: relative;
}
/* item1 only display */
.big {
display: block;
width: 100%;
}
/* Positioning and styling item2, item3, item4, item5 */
.item2,
.item3,
.item4,
.item5 {
padding: 10px;
position: relative;
}
/* adjust display for smaller screensize */
@media screen and (max-width: 768px) {
.header,
.header nav,
main,
nav,
.contact-me {
flex-direction: column;
font-size: 16px;
justify-content: center;
align-items: center;
}
img {
max-width: 250px;
}
} | assets/css/style.css | :root {
--background-color: rgb(0, 162, 255);
--white: white;
--pad: 25px;
--color: rgb(5, 5, 56);
}
/* Sets main body attributes */
.body {
font-family: Arial, Helvetica, sans-serif;
margin: 25px;
background-image: radial-gradient(circle, rgb(238, 244, 248), rgb(32, 99, 138), rgb(50, 53, 190));
}
/* Sets header attributes */
.header {
width: 100%;
height: 20%;
background-image: url("../images/pexels-rovenimagescom-949587.jpg");
background-size: cover;
background-position: center;
color: var(--white);
font-weight: bold;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
/* nav flex */
nav {
display: flex;
flex-direction: row;
justify-content: flex-end;
}
/* styles nav links */
.header h1 nav {
font-size: 20px;
}
/* Removes bullets from nav link list */
.header nav ul {
list-style-type: none;
}
/* Sets position of navigation links */
.header nav ul li {
display: inline-block;
margin-right: 50px;
}
/* Set text styling nav links */
nav a {
text-decoration: underline;
font-size: 25px;
color: var(--white);
}
/* On hover over nav links background changes */
nav a:hover {
background-color: var(--background-color);
}
/* Set h2 font size */
h2 {
font-size: 200%;
flex-basis: 25%;
color: var(--white);
}
/* Controls header img size */
.header img {
max-width: 300px;
}
/* flex container about me */
.about-me {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: space-between;
position: relative;
padding: var(--pad);
color: var(--color);
}
.paragraph {
margin-left: 12%;
color: var(--white);
font-size: 20px;
}
/* flex container work */
.work {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: space-between;
gap: 50px;
position: relative;
padding: var(--pad);
color: var(--color);
}
/* Controls work h2 position */
.work h2 {
flex-basis: 25%;
align-self: flex-start;
align-items: flex-start;
}
/* Controls work photo links layout */
.pic-grid {
display: flex;
flex-basis: 100%;
gap: 25px;
flex-direction: row;
flex-wrap: wrap;
}
/* Controls work img size */
.work img {
max-height: 350px;
}
/* flex container contact me */
.contact-me {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: space-between;
padding: var(--pad);
color: var(--color);
}
/* Controls contact-me h2 position */
.contact-me h2 {
flex-basis: 25%;
align-self: flex-start;
align-items: flex-start;
}
/* styles contact me */
.contact-me a {
text-decoration: underline;
font-size: 25px;
justify-content: space-evenly;
color: var(--white);
}
/* On hover over nav links background changes */
.contact-me a:hover {
display: inline-block;
background-color: var(--background-color);
color: var(--white);
padding: 3px;
}
/* Set h3 text position */
.text-position {
position: absolute;
bottom: 20px;
left: 16px;
font-size: 30px;
border: 3px solid var(--background-color);
background-color: var(--background-color);
color: var(--white);
}
/* Adds box around repo links */
.box-item {
border: 3px solid var(--background-color);
}
/* On hover over repo box background changes */
.box-item:hover {
border: 10px solid rgb(1, 59, 92);
background-color: var(--background-color);
padding: 10px;
}
/* Positioning and styling item1 */
.item1 {
flex-basis: 1200px;
align-self: flex-start;
align-items: stretch;
max-width: 800px;
padding: 10px;
margin: 0;
position: relative;
}
/* item1 only display */
.big {
display: block;
width: 100%;
}
/* Positioning and styling item2, item3, item4, item5 */
.item2,
.item3,
.item4,
.item5 {
padding: 10px;
position: relative;
}
/* adjust display for smaller screensize */
@media screen and (max-width: 768px) {
.header,
.header nav,
main,
nav,
.contact-me {
flex-direction: column;
font-size: 16px;
justify-content: center;
align-items: center;
}
img {
max-width: 250px;
}
} | 0.563138 | 0.116286 |
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
text-shadow: none;
}
.btn:active,
.btn.active {
background-image: none;
}
.btn-default {
background-image: -webkit-linear-gradient(top, #aea79f 0%, #92897e 100%);
background-image: -o-linear-gradient(top, #aea79f 0%, #92897e 100%);
background-image: linear-gradient(to bottom, #aea79f 0%, #92897e 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaea79f', endColorstr='#ff92897e', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #8d8478;
text-shadow: 0 1px 0 #fff;
border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
background-color: #92897e;
background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
background-color: #92897e;
border-color: #8d8478;
}
.btn-default:disabled,
.btn-default[disabled] {
background-color: #92897e;
background-image: none;
}
.btn-primary {
background-image: -webkit-linear-gradient(top, #dd4814 0%, #a5360f 100%);
background-image: -o-linear-gradient(top, #dd4814 0%, #a5360f 100%);
background-image: linear-gradient(to bottom, #dd4814 0%, #a5360f 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd4814', endColorstr='#ffa5360f', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #9c330e;
}
.btn-primary:hover,
.btn-primary:focus {
background-color: #a5360f;
background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
background-color: #a5360f;
border-color: #9c330e;
}
.btn-primary:disabled,
.btn-primary[disabled] {
background-color: #a5360f;
background-image: none;
}
.btn-success {
background-image: -webkit-linear-gradient(top, #38b44a 0%, #298537 100%);
background-image: -o-linear-gradient(top, #38b44a 0%, #298537 100%);
background-image: linear-gradient(to bottom, #38b44a 0%, #298537 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff38b44a', endColorstr='#ff298537', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #277e34;
}
.btn-success:hover,
.btn-success:focus {
background-color: #298537;
background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
background-color: #298537;
border-color: #277e34;
}
.btn-success:disabled,
.btn-success[disabled] {
background-color: #298537;
background-image: none;
}
.btn-info {
background-image: -webkit-linear-gradient(top, #772953 0%, #491933 100%);
background-image: -o-linear-gradient(top, #772953 0%, #491933 100%);
background-image: linear-gradient(to bottom, #772953 0%, #491933 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff772953', endColorstr='#ff491933', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #42172e;
}
.btn-info:hover,
.btn-info:focus {
background-color: #491933;
background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
background-color: #491933;
border-color: #42172e;
}
.btn-info:disabled,
.btn-info[disabled] {
background-color: #491933;
background-image: none;
}
.btn-warning {
background-image: -webkit-linear-gradient(top, #efb73e 0%, #dd9d12 100%);
background-image: -o-linear-gradient(top, #efb73e 0%, #dd9d12 100%);
background-image: linear-gradient(to bottom, #efb73e 0%, #dd9d12 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefb73e', endColorstr='#ffdd9d12', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #d49712;
}
.btn-warning:hover,
.btn-warning:focus {
background-color: #dd9d12;
background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
background-color: #dd9d12;
border-color: #d49712;
}
.btn-warning:disabled,
.btn-warning[disabled] {
background-color: #dd9d12;
background-image: none;
}
.btn-danger {
background-image: -webkit-linear-gradient(top, #df382c 0%, #b3251b 100%);
background-image: -o-linear-gradient(top, #df382c 0%, #b3251b 100%);
background-image: linear-gradient(to bottom, #df382c 0%, #b3251b 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdf382c', endColorstr='#ffb3251b', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #aa231a;
}
.btn-danger:hover,
.btn-danger:focus {
background-color: #b3251b;
background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
background-color: #b3251b;
border-color: #aa231a;
}
.btn-danger:disabled,
.btn-danger[disabled] {
background-color: #b3251b;
background-image: none;
}
.thumbnail,
.img-thumbnail {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
background-image: -webkit-linear-gradient(top, #dd4814 0%, #c64012 100%);
background-image: -o-linear-gradient(top, #dd4814 0%, #c64012 100%);
background-image: linear-gradient(to bottom, #dd4814 0%, #c64012 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd4814', endColorstr='#ffc64012', GradientType=0);
background-color: #c64012;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
background-image: -webkit-linear-gradient(top, #dd4814 0%, #c64012 100%);
background-image: -o-linear-gradient(top, #dd4814 0%, #c64012 100%);
background-image: linear-gradient(to bottom, #dd4814 0%, #c64012 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd4814', endColorstr='#ffc64012', GradientType=0);
background-color: #c64012;
}
.navbar-default {
background-image: -webkit-linear-gradient(top, #ed6637 0%, #dd4814 100%);
background-image: -o-linear-gradient(top, #ed6637 0%, #dd4814 100%);
background-image: linear-gradient(to bottom, #ed6637 0%, #dd4814 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffed6637', endColorstr='#ffdd4814', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #97310e 0%, #a5360f 100%);
background-image: -o-linear-gradient(top, #97310e 0%, #a5360f 100%);
background-image: linear-gradient(to bottom, #97310e 0%, #a5360f 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff97310e', endColorstr='#ffa5360f', GradientType=0);
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
background-image: -webkit-linear-gradient(top, #9d366d 0%, #772953 100%);
background-image: -o-linear-gradient(top, #9d366d 0%, #772953 100%);
background-image: linear-gradient(to bottom, #9d366d 0%, #772953 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9d366d', endColorstr='#ff772953', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #511c39 0%, #5b1f3f 100%);
background-image: -o-linear-gradient(top, #511c39 0%, #5b1f3f 100%);
background-image: linear-gradient(to bottom, #511c39 0%, #5b1f3f 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff511c39', endColorstr='#ff5b1f3f', GradientType=0);
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
@media (max-width: 767px) {
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-image: -webkit-linear-gradient(top, #dd4814 0%, #c64012 100%);
background-image: -o-linear-gradient(top, #dd4814 0%, #c64012 100%);
background-image: linear-gradient(to bottom, #dd4814 0%, #c64012 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd4814', endColorstr='#ffc64012', GradientType=0);
}
}
.alert {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
border-color: #b2dba1;
}
.alert-info {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
border-color: #9acfea;
}
.alert-warning {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
border-color: #f5e79e;
}
.alert-danger {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
border-color: #dca7a7;
}
.progress {
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
background-image: -webkit-linear-gradient(top, #dd4814 0%, #ae3910 100%);
background-image: -o-linear-gradient(top, #dd4814 0%, #ae3910 100%);
background-image: linear-gradient(to bottom, #dd4814 0%, #ae3910 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd4814', endColorstr='#ffae3910', GradientType=0);
}
.progress-bar-success {
background-image: -webkit-linear-gradient(top, #38b44a 0%, #2c8d3a 100%);
background-image: -o-linear-gradient(top, #38b44a 0%, #2c8d3a 100%);
background-image: linear-gradient(to bottom, #38b44a 0%, #2c8d3a 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff38b44a', endColorstr='#ff2c8d3a', GradientType=0);
}
.progress-bar-info {
background-image: -webkit-linear-gradient(top, #772953 0%, #511c39 100%);
background-image: -o-linear-gradient(top, #772953 0%, #511c39 100%);
background-image: linear-gradient(to bottom, #772953 0%, #511c39 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff772953', endColorstr='#ff511c39', GradientType=0);
}
.progress-bar-warning {
background-image: -webkit-linear-gradient(top, #efb73e 0%, #e7a413 100%);
background-image: -o-linear-gradient(top, #efb73e 0%, #e7a413 100%);
background-image: linear-gradient(to bottom, #efb73e 0%, #e7a413 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefb73e', endColorstr='#ffe7a413', GradientType=0);
}
.progress-bar-danger {
background-image: -webkit-linear-gradient(top, #df382c 0%, #bc271c 100%);
background-image: -o-linear-gradient(top, #df382c 0%, #bc271c 100%);
background-image: linear-gradient(to bottom, #df382c 0%, #bc271c 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdf382c', endColorstr='#ffbc271c', GradientType=0);
}
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
border-radius: 4px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
text-shadow: 0 -1px 0 #ae3910;
background-image: -webkit-linear-gradient(top, #dd4814 0%, #ba3d11 100%);
background-image: -o-linear-gradient(top, #dd4814 0%, #ba3d11 100%);
background-image: linear-gradient(to bottom, #dd4814 0%, #ba3d11 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd4814', endColorstr='#ffba3d11', GradientType=0);
border-color: #ba3d11;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
text-shadow: none;
}
.panel {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
background-image: -webkit-linear-gradient(top, #dd4814 0%, #c64012 100%);
background-image: -o-linear-gradient(top, #dd4814 0%, #c64012 100%);
background-image: linear-gradient(to bottom, #dd4814 0%, #c64012 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd4814', endColorstr='#ffc64012', GradientType=0);
}
.panel-success > .panel-heading {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
border-color: #dcdcdc;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
/*# sourceMappingURL=bootstrap-theme.css.map */ | mp11621/bs/css/bootstrap-theme.css | .btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
text-shadow: none;
}
.btn:active,
.btn.active {
background-image: none;
}
.btn-default {
background-image: -webkit-linear-gradient(top, #aea79f 0%, #92897e 100%);
background-image: -o-linear-gradient(top, #aea79f 0%, #92897e 100%);
background-image: linear-gradient(to bottom, #aea79f 0%, #92897e 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaea79f', endColorstr='#ff92897e', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #8d8478;
text-shadow: 0 1px 0 #fff;
border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
background-color: #92897e;
background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
background-color: #92897e;
border-color: #8d8478;
}
.btn-default:disabled,
.btn-default[disabled] {
background-color: #92897e;
background-image: none;
}
.btn-primary {
background-image: -webkit-linear-gradient(top, #dd4814 0%, #a5360f 100%);
background-image: -o-linear-gradient(top, #dd4814 0%, #a5360f 100%);
background-image: linear-gradient(to bottom, #dd4814 0%, #a5360f 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd4814', endColorstr='#ffa5360f', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #9c330e;
}
.btn-primary:hover,
.btn-primary:focus {
background-color: #a5360f;
background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
background-color: #a5360f;
border-color: #9c330e;
}
.btn-primary:disabled,
.btn-primary[disabled] {
background-color: #a5360f;
background-image: none;
}
.btn-success {
background-image: -webkit-linear-gradient(top, #38b44a 0%, #298537 100%);
background-image: -o-linear-gradient(top, #38b44a 0%, #298537 100%);
background-image: linear-gradient(to bottom, #38b44a 0%, #298537 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff38b44a', endColorstr='#ff298537', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #277e34;
}
.btn-success:hover,
.btn-success:focus {
background-color: #298537;
background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
background-color: #298537;
border-color: #277e34;
}
.btn-success:disabled,
.btn-success[disabled] {
background-color: #298537;
background-image: none;
}
.btn-info {
background-image: -webkit-linear-gradient(top, #772953 0%, #491933 100%);
background-image: -o-linear-gradient(top, #772953 0%, #491933 100%);
background-image: linear-gradient(to bottom, #772953 0%, #491933 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff772953', endColorstr='#ff491933', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #42172e;
}
.btn-info:hover,
.btn-info:focus {
background-color: #491933;
background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
background-color: #491933;
border-color: #42172e;
}
.btn-info:disabled,
.btn-info[disabled] {
background-color: #491933;
background-image: none;
}
.btn-warning {
background-image: -webkit-linear-gradient(top, #efb73e 0%, #dd9d12 100%);
background-image: -o-linear-gradient(top, #efb73e 0%, #dd9d12 100%);
background-image: linear-gradient(to bottom, #efb73e 0%, #dd9d12 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefb73e', endColorstr='#ffdd9d12', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #d49712;
}
.btn-warning:hover,
.btn-warning:focus {
background-color: #dd9d12;
background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
background-color: #dd9d12;
border-color: #d49712;
}
.btn-warning:disabled,
.btn-warning[disabled] {
background-color: #dd9d12;
background-image: none;
}
.btn-danger {
background-image: -webkit-linear-gradient(top, #df382c 0%, #b3251b 100%);
background-image: -o-linear-gradient(top, #df382c 0%, #b3251b 100%);
background-image: linear-gradient(to bottom, #df382c 0%, #b3251b 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdf382c', endColorstr='#ffb3251b', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #aa231a;
}
.btn-danger:hover,
.btn-danger:focus {
background-color: #b3251b;
background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
background-color: #b3251b;
border-color: #aa231a;
}
.btn-danger:disabled,
.btn-danger[disabled] {
background-color: #b3251b;
background-image: none;
}
.thumbnail,
.img-thumbnail {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
background-image: -webkit-linear-gradient(top, #dd4814 0%, #c64012 100%);
background-image: -o-linear-gradient(top, #dd4814 0%, #c64012 100%);
background-image: linear-gradient(to bottom, #dd4814 0%, #c64012 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd4814', endColorstr='#ffc64012', GradientType=0);
background-color: #c64012;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
background-image: -webkit-linear-gradient(top, #dd4814 0%, #c64012 100%);
background-image: -o-linear-gradient(top, #dd4814 0%, #c64012 100%);
background-image: linear-gradient(to bottom, #dd4814 0%, #c64012 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd4814', endColorstr='#ffc64012', GradientType=0);
background-color: #c64012;
}
.navbar-default {
background-image: -webkit-linear-gradient(top, #ed6637 0%, #dd4814 100%);
background-image: -o-linear-gradient(top, #ed6637 0%, #dd4814 100%);
background-image: linear-gradient(to bottom, #ed6637 0%, #dd4814 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffed6637', endColorstr='#ffdd4814', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #97310e 0%, #a5360f 100%);
background-image: -o-linear-gradient(top, #97310e 0%, #a5360f 100%);
background-image: linear-gradient(to bottom, #97310e 0%, #a5360f 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff97310e', endColorstr='#ffa5360f', GradientType=0);
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
background-image: -webkit-linear-gradient(top, #9d366d 0%, #772953 100%);
background-image: -o-linear-gradient(top, #9d366d 0%, #772953 100%);
background-image: linear-gradient(to bottom, #9d366d 0%, #772953 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9d366d', endColorstr='#ff772953', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #511c39 0%, #5b1f3f 100%);
background-image: -o-linear-gradient(top, #511c39 0%, #5b1f3f 100%);
background-image: linear-gradient(to bottom, #511c39 0%, #5b1f3f 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff511c39', endColorstr='#ff5b1f3f', GradientType=0);
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
@media (max-width: 767px) {
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-image: -webkit-linear-gradient(top, #dd4814 0%, #c64012 100%);
background-image: -o-linear-gradient(top, #dd4814 0%, #c64012 100%);
background-image: linear-gradient(to bottom, #dd4814 0%, #c64012 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd4814', endColorstr='#ffc64012', GradientType=0);
}
}
.alert {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
border-color: #b2dba1;
}
.alert-info {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
border-color: #9acfea;
}
.alert-warning {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
border-color: #f5e79e;
}
.alert-danger {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
border-color: #dca7a7;
}
.progress {
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
background-image: -webkit-linear-gradient(top, #dd4814 0%, #ae3910 100%);
background-image: -o-linear-gradient(top, #dd4814 0%, #ae3910 100%);
background-image: linear-gradient(to bottom, #dd4814 0%, #ae3910 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd4814', endColorstr='#ffae3910', GradientType=0);
}
.progress-bar-success {
background-image: -webkit-linear-gradient(top, #38b44a 0%, #2c8d3a 100%);
background-image: -o-linear-gradient(top, #38b44a 0%, #2c8d3a 100%);
background-image: linear-gradient(to bottom, #38b44a 0%, #2c8d3a 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff38b44a', endColorstr='#ff2c8d3a', GradientType=0);
}
.progress-bar-info {
background-image: -webkit-linear-gradient(top, #772953 0%, #511c39 100%);
background-image: -o-linear-gradient(top, #772953 0%, #511c39 100%);
background-image: linear-gradient(to bottom, #772953 0%, #511c39 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff772953', endColorstr='#ff511c39', GradientType=0);
}
.progress-bar-warning {
background-image: -webkit-linear-gradient(top, #efb73e 0%, #e7a413 100%);
background-image: -o-linear-gradient(top, #efb73e 0%, #e7a413 100%);
background-image: linear-gradient(to bottom, #efb73e 0%, #e7a413 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefb73e', endColorstr='#ffe7a413', GradientType=0);
}
.progress-bar-danger {
background-image: -webkit-linear-gradient(top, #df382c 0%, #bc271c 100%);
background-image: -o-linear-gradient(top, #df382c 0%, #bc271c 100%);
background-image: linear-gradient(to bottom, #df382c 0%, #bc271c 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdf382c', endColorstr='#ffbc271c', GradientType=0);
}
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
border-radius: 4px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
text-shadow: 0 -1px 0 #ae3910;
background-image: -webkit-linear-gradient(top, #dd4814 0%, #ba3d11 100%);
background-image: -o-linear-gradient(top, #dd4814 0%, #ba3d11 100%);
background-image: linear-gradient(to bottom, #dd4814 0%, #ba3d11 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd4814', endColorstr='#ffba3d11', GradientType=0);
border-color: #ba3d11;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
text-shadow: none;
}
.panel {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
background-image: -webkit-linear-gradient(top, #dd4814 0%, #c64012 100%);
background-image: -o-linear-gradient(top, #dd4814 0%, #c64012 100%);
background-image: linear-gradient(to bottom, #dd4814 0%, #c64012 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd4814', endColorstr='#ffc64012', GradientType=0);
}
.panel-success > .panel-heading {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
border-color: #dcdcdc;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
/*# sourceMappingURL=bootstrap-theme.css.map */ | 0.274643 | 0.077553 |
:root {
--fg: hsla(0, 0%, 0%, 0.87);
--bg: #eee;
--blackSpot: '♛';
--whiteSpot: '♕';
--destroyedSpot: '💥';
--spot-valid: purple;
--spot-same-bg: lightgrey;
--spot-different-bg: white;
--drag-fg: red;
--spot-valid-bg: yellow;
--spot-border: thin solid red;
--spot-valid-bg-hover: yellow;
--piece-size: 6vmin;
--symbol-black-bg: transparent;
--symbol-black-fg: --fg;
--symbol-white-bg: transparent;
--symbol-white-fg: --fg;
--symbol-destroyed-bg: transparent;
--symbol-destroyed-fg: --fg;
--mdc-theme-primary: red;
--mdc-theme-text-primary-on-background: purple;
}
@media (min-width: 1200px) { /* bootstrap "xl" -- Don't let it get too big */
:root {
--piece-size: 5em;
}
}
/* Normalize */
html {
font-family: Roboto, Helvetica, Arial, sans-serif;
color: var(--fg, black);
background-color: var(--bg, white);
}
h1, ::part(title) {
font-weight: 300;
font-size: 3em;
text-align: center;
margin: .35em 0;
}
.subtitle {
font-size: 16px;
}
.icon {
position: fixed;
top: 1em;
color: var(--fg);
}
/* Parts */
::part(confetti) {
position: fixed;
}
::part(game) {
border: thin solid black;
margin: 0 auto;
width: 100%;
max-width: 1000px;
max-height: 1000px;
}
::part(lobby) {
display: block;
margin: 0 auto;
max-width: 400px;
border: 1px solid #d3d3d3;
border-radius: 0.5em;
}
/* Loading */
.loading {
text-align: center;
position: fixed;
top: 50%;
left: 50%;
margin-left: -40px;
margin-top: -40px;
width: 80px;
height: 80px;
padding-top: 100px;
text-transform: uppercase;
}
.loading div {
position: absolute;
background-color: royalblue;
opacity: 1;
border-radius: 50%;
animation: loading 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.loading div:nth-child(2) {
animation-delay: -1s;
}
@keyframes loading {
0% {
top: 40px;
left: 40px;
width: 0;
height: 0;
opacity: 1;
}
100% {
top: 0px;
left: 0px;
width: 80px;
height: 80px;
opacity: 0;
}
}
/* Only show slots when state matches. */
p2p-switch:not([state="-1"]) [slot="disconnected"],
p2p-switch:not([state="-1"]) .p2p-disconnected,
p2p-switch:not([state="0"]) [slot="offline"],
p2p-switch:not([state="0"]) .p2p-offline,
p2p-switch:not([state="1"]) [slot="lobby"],
p2p-switch:not([state="1"]) .p2p-lobby,
p2p-switch:not([state="2"]) [slot="loading"],
p2p-switch:not([state="2"]) .p2p-loading,
p2p-switch:not([state="3"]) [slot="ready"],
p2p-switch:not([state="3"]) .p2p-ready,
p2p-switch[state="3"] .not-p2p-ready {
display: none;
} | demo/style.css | :root {
--fg: hsla(0, 0%, 0%, 0.87);
--bg: #eee;
--blackSpot: '♛';
--whiteSpot: '♕';
--destroyedSpot: '💥';
--spot-valid: purple;
--spot-same-bg: lightgrey;
--spot-different-bg: white;
--drag-fg: red;
--spot-valid-bg: yellow;
--spot-border: thin solid red;
--spot-valid-bg-hover: yellow;
--piece-size: 6vmin;
--symbol-black-bg: transparent;
--symbol-black-fg: --fg;
--symbol-white-bg: transparent;
--symbol-white-fg: --fg;
--symbol-destroyed-bg: transparent;
--symbol-destroyed-fg: --fg;
--mdc-theme-primary: red;
--mdc-theme-text-primary-on-background: purple;
}
@media (min-width: 1200px) { /* bootstrap "xl" -- Don't let it get too big */
:root {
--piece-size: 5em;
}
}
/* Normalize */
html {
font-family: Roboto, Helvetica, Arial, sans-serif;
color: var(--fg, black);
background-color: var(--bg, white);
}
h1, ::part(title) {
font-weight: 300;
font-size: 3em;
text-align: center;
margin: .35em 0;
}
.subtitle {
font-size: 16px;
}
.icon {
position: fixed;
top: 1em;
color: var(--fg);
}
/* Parts */
::part(confetti) {
position: fixed;
}
::part(game) {
border: thin solid black;
margin: 0 auto;
width: 100%;
max-width: 1000px;
max-height: 1000px;
}
::part(lobby) {
display: block;
margin: 0 auto;
max-width: 400px;
border: 1px solid #d3d3d3;
border-radius: 0.5em;
}
/* Loading */
.loading {
text-align: center;
position: fixed;
top: 50%;
left: 50%;
margin-left: -40px;
margin-top: -40px;
width: 80px;
height: 80px;
padding-top: 100px;
text-transform: uppercase;
}
.loading div {
position: absolute;
background-color: royalblue;
opacity: 1;
border-radius: 50%;
animation: loading 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.loading div:nth-child(2) {
animation-delay: -1s;
}
@keyframes loading {
0% {
top: 40px;
left: 40px;
width: 0;
height: 0;
opacity: 1;
}
100% {
top: 0px;
left: 0px;
width: 80px;
height: 80px;
opacity: 0;
}
}
/* Only show slots when state matches. */
p2p-switch:not([state="-1"]) [slot="disconnected"],
p2p-switch:not([state="-1"]) .p2p-disconnected,
p2p-switch:not([state="0"]) [slot="offline"],
p2p-switch:not([state="0"]) .p2p-offline,
p2p-switch:not([state="1"]) [slot="lobby"],
p2p-switch:not([state="1"]) .p2p-lobby,
p2p-switch:not([state="2"]) [slot="loading"],
p2p-switch:not([state="2"]) .p2p-loading,
p2p-switch:not([state="3"]) [slot="ready"],
p2p-switch:not([state="3"]) .p2p-ready,
p2p-switch[state="3"] .not-p2p-ready {
display: none;
} | 0.622918 | 0.150185 |
* { margin: 0; padding: 0; }
ul li, ol li { list-style: none; }
.wraper { width: 100%; background: #f3f3f3; }
body { font-size: 12px; }
#topbar { margin: 0 auto; width: 1260px; height: 37px; background: #f3f3f3; color: #222; font-size: 12px; }
#topbar ul { height: 100%; line-height: 37px; }
#topbar #left { margin-left: 45px; }
#topbar #left #ec { margin-left: 16px; }
#topbar #left #change { margin-left: 5px; }
#topbar #right { margin-left: 96px; }
#topbar #right li { margin-left: 20px; }
#topbar #right li a { padding-left: 22px; }
#topbar #right li #preview { color: #eb649f; background: url(../../images/icon.png) no-repeat 0px -40px; }
#topbar #right li #realone { background: url(../../images/icon.png) no-repeat 0px -40px; }
#topbar #right li #count { color: #e03962; }
#topbar #right li #mydionly { background: url(../../images/icon.png) no-repeat 0px -20px; }
#topbar #right li #phone { background: url(../../images/icon.png) no-repeat 0px -65px; }
#topbar #right li #wx { background: url(../../images/icon.png) no-repeat -2px -95px; }
#topbar #right li #wb { background: url(../../images/icon.png) no-repeat -3px -129px; }
#topbar a { color: #222; text-decoration: none; }
header { margin: 0 auto; width: 1165px; height: 135px; background: #fff; }
header #h_r1 { overflow: hidden; }
header #h_r1_p3 { float: right; }
header #h_r1_p2 { margin-top: 20px; margin-left: 300px; }
header #h_r1_p2 input { float: left; height: 30px; }
header #h_r1_p2 #s_in { border: 1px solid #000; height: 28px; width: 200px; }
header #h_r1_p2 #s_btn { border: none; height: 30px; background: #6d6c6c; width: 62px; color: #fff; }
header #h_r1_p2 ul { height: 40px; line-height: 40px; color: #7d7d7d; }
header #h_r1_p2 ul li { margin-right: 10px; }
header #h_r1_p2 ul li:hover { cursor: pointer; }
header #h_r2 { font-size: 13px; font-weight: 800; }
header #h_r2 #type { position: relative; color: #fff; width: 200px; padding: 0; text-indent: 10px; background: #c11e20 url(../../images/icon_san.png) no-repeat 160px 0px; }
header #h_r2 #type #mune { position: absolute; width: 200px; }
header #h_r2 #type #mune #first { height: 81px; }
header #h_r2 #type:hover { background-position: 160px -38px; }
header #h_r2 li { height: 40px; line-height: 40px; padding: 0 22px; }
header #h_r2 div { float: right; } | Dionly_git/dist/css/homePage.css |
* { margin: 0; padding: 0; }
ul li, ol li { list-style: none; }
.wraper { width: 100%; background: #f3f3f3; }
body { font-size: 12px; }
#topbar { margin: 0 auto; width: 1260px; height: 37px; background: #f3f3f3; color: #222; font-size: 12px; }
#topbar ul { height: 100%; line-height: 37px; }
#topbar #left { margin-left: 45px; }
#topbar #left #ec { margin-left: 16px; }
#topbar #left #change { margin-left: 5px; }
#topbar #right { margin-left: 96px; }
#topbar #right li { margin-left: 20px; }
#topbar #right li a { padding-left: 22px; }
#topbar #right li #preview { color: #eb649f; background: url(../../images/icon.png) no-repeat 0px -40px; }
#topbar #right li #realone { background: url(../../images/icon.png) no-repeat 0px -40px; }
#topbar #right li #count { color: #e03962; }
#topbar #right li #mydionly { background: url(../../images/icon.png) no-repeat 0px -20px; }
#topbar #right li #phone { background: url(../../images/icon.png) no-repeat 0px -65px; }
#topbar #right li #wx { background: url(../../images/icon.png) no-repeat -2px -95px; }
#topbar #right li #wb { background: url(../../images/icon.png) no-repeat -3px -129px; }
#topbar a { color: #222; text-decoration: none; }
header { margin: 0 auto; width: 1165px; height: 135px; background: #fff; }
header #h_r1 { overflow: hidden; }
header #h_r1_p3 { float: right; }
header #h_r1_p2 { margin-top: 20px; margin-left: 300px; }
header #h_r1_p2 input { float: left; height: 30px; }
header #h_r1_p2 #s_in { border: 1px solid #000; height: 28px; width: 200px; }
header #h_r1_p2 #s_btn { border: none; height: 30px; background: #6d6c6c; width: 62px; color: #fff; }
header #h_r1_p2 ul { height: 40px; line-height: 40px; color: #7d7d7d; }
header #h_r1_p2 ul li { margin-right: 10px; }
header #h_r1_p2 ul li:hover { cursor: pointer; }
header #h_r2 { font-size: 13px; font-weight: 800; }
header #h_r2 #type { position: relative; color: #fff; width: 200px; padding: 0; text-indent: 10px; background: #c11e20 url(../../images/icon_san.png) no-repeat 160px 0px; }
header #h_r2 #type #mune { position: absolute; width: 200px; }
header #h_r2 #type #mune #first { height: 81px; }
header #h_r2 #type:hover { background-position: 160px -38px; }
header #h_r2 li { height: 40px; line-height: 40px; padding: 0 22px; }
header #h_r2 div { float: right; } | 0.463444 | 0.132402 |
.nav-button {
display: none;
position: fixed;
left: 10px;
top: 20px;
z-index: 3;
width: 30px;
height: 30px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
cursor: pointer;
}
.nav-button.open {
left: 310px;
}
.nav-button.open span {
background: #ccc;
}
.nav-button span {
display: block;
position: absolute;
height: 4px;
width: 100%;
background: #fff;
border-radius: 4px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
/* Icon 3 */
.nav-button span:nth-child(1) {
top: 0px;
}
.nav-button span:nth-child(2), .nav-button span:nth-child(3) {
top: 8px;
}
.nav-button span:nth-child(4) {
top: 16px;
}
.nav-button.open span:nth-child(1) {
top: 18px;
width: 0%;
left: 50%;
}
.nav-button.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.nav-button.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.nav-button.open span:nth-child(4) {
top: 8px;
width: 0%;
left: 50%;
}
.navigator {
width: 350px;
flex-shrink: 0;
box-shadow: 0px 2px 5px #ccc;
background-color: white;
z-index: 1;
transition: width .3s ease-in-out;
overflow: hidden;
}
@media (max-width: 700px) {
.navigator {
position: fixed;
height: 100%;
left: 0;
top: 0;
bottom: 0;
}
.nav-button {
display: block;
}
}
.nav-panel {
flex-shrink: 0;
width: 300px;
}
.nav.closed {
width: 0;
}
.nav-content {
padding-top: 0px;
width: 350px;
height: 100%;
overflow-y: auto;
}
.nav-header h3 {
padding-left: 10px;
}
.divider {
height: 1px;
border-bottom: 1px solid #ddd;
margin-top: -2px;
}
.menu-section h4 {
color: #444;
padding-left: 10px;
}
.menu-section ul {
color: #666;
list-style: none;
padding: 0;
margin: 0;
}
.menu-section li {
font-size: 14px;
margin: 0;
padding: .5em .5em .5em 30px;
cursor: pointer;
margin-bottom: 5px;
}
.menu-section li:hover {
background-color: ghostwhite;
}
.router-link-active,
.menu-section li.selected {
background-color: ghostwhite;
} | demo/src/assets/nav.css | .nav-button {
display: none;
position: fixed;
left: 10px;
top: 20px;
z-index: 3;
width: 30px;
height: 30px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
cursor: pointer;
}
.nav-button.open {
left: 310px;
}
.nav-button.open span {
background: #ccc;
}
.nav-button span {
display: block;
position: absolute;
height: 4px;
width: 100%;
background: #fff;
border-radius: 4px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
/* Icon 3 */
.nav-button span:nth-child(1) {
top: 0px;
}
.nav-button span:nth-child(2), .nav-button span:nth-child(3) {
top: 8px;
}
.nav-button span:nth-child(4) {
top: 16px;
}
.nav-button.open span:nth-child(1) {
top: 18px;
width: 0%;
left: 50%;
}
.nav-button.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.nav-button.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.nav-button.open span:nth-child(4) {
top: 8px;
width: 0%;
left: 50%;
}
.navigator {
width: 350px;
flex-shrink: 0;
box-shadow: 0px 2px 5px #ccc;
background-color: white;
z-index: 1;
transition: width .3s ease-in-out;
overflow: hidden;
}
@media (max-width: 700px) {
.navigator {
position: fixed;
height: 100%;
left: 0;
top: 0;
bottom: 0;
}
.nav-button {
display: block;
}
}
.nav-panel {
flex-shrink: 0;
width: 300px;
}
.nav.closed {
width: 0;
}
.nav-content {
padding-top: 0px;
width: 350px;
height: 100%;
overflow-y: auto;
}
.nav-header h3 {
padding-left: 10px;
}
.divider {
height: 1px;
border-bottom: 1px solid #ddd;
margin-top: -2px;
}
.menu-section h4 {
color: #444;
padding-left: 10px;
}
.menu-section ul {
color: #666;
list-style: none;
padding: 0;
margin: 0;
}
.menu-section li {
font-size: 14px;
margin: 0;
padding: .5em .5em .5em 30px;
cursor: pointer;
margin-bottom: 5px;
}
.menu-section li:hover {
background-color: ghostwhite;
}
.router-link-active,
.menu-section li.selected {
background-color: ghostwhite;
} | 0.52756 | 0.075483 |
html {
height: 100%;
background: hidden;
}
body {
background: rgb(121, 68, 121);
display: flex;
min-height: 100%;
flex-direction: column;
margin: 0;
text-align: center;
word-wrap: break-word;
word-break: break-all;
font-size: 1.3rem;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.header {
background: rgb(60, 60, 60);
height: 4rem;
display: flex;
justify-content: space-between;
padding: 0 1rem 0 1rem;
align-items: center;
}
.rightHeader {
margin: 0 -2.5rem 0 1rem;
}
.leftHeader{
color: rgb(225, 225, 225);
font-size: 2.5rem;
}
img {
width: 40%;
height: 40%;
transition: transform 2s cubic-bezier(0,.83,.27,1.55);
}
Img:hover {
transform: rotate(180deg) scale(1.2);
}
.container {
background: rgb(121, 68, 121);
display: flex;
justify-content: space-around;
gap: 5rem;
align-items: center;
min-height: 30rem;
}
.containerRight {
width: 15rem;
border-radius: .3rem;
}
.containerLeft {
color: rgb(225, 225, 225);
display: flex;
flex-direction: column;
gap: 2rem;
}
.middleSectionContainer {
display: flex;
font-size: 1.5rem;
flex-direction: column;
max-width: 14rem; /* */
padding: 1rem;
border-radius: .2rem;
color:rgb(225, 225, 225);
}
input {
background: inherit;
border: .1rem solid rgb(60, 60, 60);
border-radius: .2rem;
height: 1.5rem;
font-size: 1.5rem;
}
button {
background: none;
color: inherit;
border: .15rem solid rgb(60, 60, 60);
border-radius: .3rem;
padding: 1rem;
cursor: pointer;
font-size: 1.5rem;
}
button:hover {
transform: scale(1.2);
border: .1rem solid rgb(225, 225, 225);
}
button:active {
background: rgb(225, 225, 225);
color:rgb(60, 60, 60);
}
.stats {
color: rgb(225, 225, 225);
}
.inputWarning {
color:red;
font-size: 1rem;
margin:.3rem;
}
.stats {
padding: 1.5rem;
}
.deleteSelect, .stats {
border: .3rem solid rgb(60, 60, 60);
border-radius: .2rem;
display: flex;
flex-direction: column;
color: rgb(225, 225, 225);
}
.deleteOption {
border: .1rem solid rgb(60, 60, 60);
border-radius: .2rem;
font-size: 1.5rem;
padding: 1rem;
color: rgb(225, 225, 225);
}
select {
background: rgb(60, 60, 60);
border: .1rem solid rgb(60, 60, 60);
border-radius: .2rem;
color: rgb(225, 225, 225);
} | styles.css | html {
height: 100%;
background: hidden;
}
body {
background: rgb(121, 68, 121);
display: flex;
min-height: 100%;
flex-direction: column;
margin: 0;
text-align: center;
word-wrap: break-word;
word-break: break-all;
font-size: 1.3rem;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.header {
background: rgb(60, 60, 60);
height: 4rem;
display: flex;
justify-content: space-between;
padding: 0 1rem 0 1rem;
align-items: center;
}
.rightHeader {
margin: 0 -2.5rem 0 1rem;
}
.leftHeader{
color: rgb(225, 225, 225);
font-size: 2.5rem;
}
img {
width: 40%;
height: 40%;
transition: transform 2s cubic-bezier(0,.83,.27,1.55);
}
Img:hover {
transform: rotate(180deg) scale(1.2);
}
.container {
background: rgb(121, 68, 121);
display: flex;
justify-content: space-around;
gap: 5rem;
align-items: center;
min-height: 30rem;
}
.containerRight {
width: 15rem;
border-radius: .3rem;
}
.containerLeft {
color: rgb(225, 225, 225);
display: flex;
flex-direction: column;
gap: 2rem;
}
.middleSectionContainer {
display: flex;
font-size: 1.5rem;
flex-direction: column;
max-width: 14rem; /* */
padding: 1rem;
border-radius: .2rem;
color:rgb(225, 225, 225);
}
input {
background: inherit;
border: .1rem solid rgb(60, 60, 60);
border-radius: .2rem;
height: 1.5rem;
font-size: 1.5rem;
}
button {
background: none;
color: inherit;
border: .15rem solid rgb(60, 60, 60);
border-radius: .3rem;
padding: 1rem;
cursor: pointer;
font-size: 1.5rem;
}
button:hover {
transform: scale(1.2);
border: .1rem solid rgb(225, 225, 225);
}
button:active {
background: rgb(225, 225, 225);
color:rgb(60, 60, 60);
}
.stats {
color: rgb(225, 225, 225);
}
.inputWarning {
color:red;
font-size: 1rem;
margin:.3rem;
}
.stats {
padding: 1.5rem;
}
.deleteSelect, .stats {
border: .3rem solid rgb(60, 60, 60);
border-radius: .2rem;
display: flex;
flex-direction: column;
color: rgb(225, 225, 225);
}
.deleteOption {
border: .1rem solid rgb(60, 60, 60);
border-radius: .2rem;
font-size: 1.5rem;
padding: 1rem;
color: rgb(225, 225, 225);
}
select {
background: rgb(60, 60, 60);
border: .1rem solid rgb(60, 60, 60);
border-radius: .2rem;
color: rgb(225, 225, 225);
} | 0.750918 | 0.099339 |
.p-autocomplete {
width: auto;
zoom: 1;
cursor: pointer;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
position: relative;
display: inline-block;
}
.p-autocomplete .p-autocomplete-dropdown {
height: 100%;
width: 2em;
margin-right: 0;
vertical-align: top;
}
.p-autocomplete .p-autocomplete-input {
padding-right: 1.5em;
}
.p-autocomplete-loader {
position: absolute;
right: .25em;
top: 50%;
margin-top: -.5em;
}
.p-autocomplete-query {
font-weight: bold;
}
.p-autocomplete .p-autocomplete-panel {
min-width: 100%;
}
.p-autocomplete-panel {
position: absolute;
overflow: auto;
display: none;
}
.p-autocomplete-panel .p-autocomplete-list {
padding: 0.4em;
border: 0 none;
}
.p-autocomplete-panel .p-autocomplete-list-item {
border: 0 none;
cursor: pointer;
font-weight: normal;
margin: 1px 0;
padding: 0.186em 0.313em;
text-align: left;
}
.p-autocomplete .p-button-icon-only,
.p-autocomplete .p-button-icon-only:enabled:hover,
.p-autocomplete .p-button-icon-only:enabled:focus,
.p-autocomplete .p-button-icon-only:enabled:active {
border-left: 0 none;
}
/* Multiple Selection */
.p-autocomplete-multiple-container {
display: inline-block;
vertical-align: middle;
}
.p-autocomplete-multiple-container.p-inputtext {
clear: left;
cursor: text;
list-style-type: none;
margin: 0;
overflow: hidden;
padding: 0 1.5em 0 .25em;
}
.p-autocomplete-token {
cursor: default;
display: inline-block;
vertical-align: middle;
overflow: hidden;
padding: .125em .5em;
white-space: nowrap;
position: relative;
margin-right: .125em;
border: 0 none;
font-size: .9em;
}
.p-autocomplete-token-label {
display: block;
margin-right: 2em;
}
.p-autocomplete-token-icon {
margin-top: -.5em;
position: absolute;
right: 0.2em;
top: 50%;
cursor: pointer;
}
.p-autocomplete-input-token {
display: inline-block;
vertical-align: middle;
list-style-type: none;
margin: 0 0 0 .125em;
padding: .25em .25em .25em 0;
}
.p-autocomplete-input-token input {
border: 0 none;
width: 10em;
outline: medium none;
background-color: transparent;
margin: 0;
padding: 0;
box-shadow: none;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.p-autocomplete-dd .p-autocomplete-loader {
right: 2.25em;
}
.p-autocomplete-dd input,
.p-autocomplete-dd .p-autocomplete-multiple-container {
-moz-border-radius-topright: 0px;
-webkit-border-top-right-radius: 0px;
border-top-right-radius: 0px;
-moz-border-radius-bottomright: 0px;
-webkit-border-bottom-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.p-autocomplete-dd .p-autocomplete-dropdown {
-moz-border-radius-topleft: 0px;
-webkit-border-top-left-radius: 0px;
border-top-left-radius: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
border-bottom-left-radius: 0px;
}
/** AutoComplete **/
.p-fluid .p-autocomplete,
.p-fluid .p-autocomplete-input {
width: 100%;
}
.p-fluid .p-autocomplete.p-autocomplete-dd .p-autocomplete-input,
.p-fluid .p-autocomplete.p-autocomplete-dd .p-autocomplete-multiple-container {
width: calc(100% - 2em);
}
.p-fluid .p-autocomplete .p-autocomplete-dropdown.p-button {
width: 2em;
} | src/components/autocomplete/AutoComplete.css | .p-autocomplete {
width: auto;
zoom: 1;
cursor: pointer;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
position: relative;
display: inline-block;
}
.p-autocomplete .p-autocomplete-dropdown {
height: 100%;
width: 2em;
margin-right: 0;
vertical-align: top;
}
.p-autocomplete .p-autocomplete-input {
padding-right: 1.5em;
}
.p-autocomplete-loader {
position: absolute;
right: .25em;
top: 50%;
margin-top: -.5em;
}
.p-autocomplete-query {
font-weight: bold;
}
.p-autocomplete .p-autocomplete-panel {
min-width: 100%;
}
.p-autocomplete-panel {
position: absolute;
overflow: auto;
display: none;
}
.p-autocomplete-panel .p-autocomplete-list {
padding: 0.4em;
border: 0 none;
}
.p-autocomplete-panel .p-autocomplete-list-item {
border: 0 none;
cursor: pointer;
font-weight: normal;
margin: 1px 0;
padding: 0.186em 0.313em;
text-align: left;
}
.p-autocomplete .p-button-icon-only,
.p-autocomplete .p-button-icon-only:enabled:hover,
.p-autocomplete .p-button-icon-only:enabled:focus,
.p-autocomplete .p-button-icon-only:enabled:active {
border-left: 0 none;
}
/* Multiple Selection */
.p-autocomplete-multiple-container {
display: inline-block;
vertical-align: middle;
}
.p-autocomplete-multiple-container.p-inputtext {
clear: left;
cursor: text;
list-style-type: none;
margin: 0;
overflow: hidden;
padding: 0 1.5em 0 .25em;
}
.p-autocomplete-token {
cursor: default;
display: inline-block;
vertical-align: middle;
overflow: hidden;
padding: .125em .5em;
white-space: nowrap;
position: relative;
margin-right: .125em;
border: 0 none;
font-size: .9em;
}
.p-autocomplete-token-label {
display: block;
margin-right: 2em;
}
.p-autocomplete-token-icon {
margin-top: -.5em;
position: absolute;
right: 0.2em;
top: 50%;
cursor: pointer;
}
.p-autocomplete-input-token {
display: inline-block;
vertical-align: middle;
list-style-type: none;
margin: 0 0 0 .125em;
padding: .25em .25em .25em 0;
}
.p-autocomplete-input-token input {
border: 0 none;
width: 10em;
outline: medium none;
background-color: transparent;
margin: 0;
padding: 0;
box-shadow: none;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.p-autocomplete-dd .p-autocomplete-loader {
right: 2.25em;
}
.p-autocomplete-dd input,
.p-autocomplete-dd .p-autocomplete-multiple-container {
-moz-border-radius-topright: 0px;
-webkit-border-top-right-radius: 0px;
border-top-right-radius: 0px;
-moz-border-radius-bottomright: 0px;
-webkit-border-bottom-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.p-autocomplete-dd .p-autocomplete-dropdown {
-moz-border-radius-topleft: 0px;
-webkit-border-top-left-radius: 0px;
border-top-left-radius: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
border-bottom-left-radius: 0px;
}
/** AutoComplete **/
.p-fluid .p-autocomplete,
.p-fluid .p-autocomplete-input {
width: 100%;
}
.p-fluid .p-autocomplete.p-autocomplete-dd .p-autocomplete-input,
.p-fluid .p-autocomplete.p-autocomplete-dd .p-autocomplete-multiple-container {
width: calc(100% - 2em);
}
.p-fluid .p-autocomplete .p-autocomplete-dropdown.p-button {
width: 2em;
} | 0.439266 | 0.091707 |
body {
background-image: url('/img/1.jpg');
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-color: #464646;
}
.navbar .logo {
max-height: 50px;
padding-right: 100px;
}
.container, .container-fluid {
padding-top: 90px;
}
.container {
color: #ccc;
}
.bg-text {
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
color: white;
font-weight: bold;
border: 3px solid #f1f1f1;
z-index: 2;
width: 80%;
padding: 20px;
text-align: center;
}
.brand-section {
background-image: linear-gradient(to bottom right, rgba(220, 220, 220, 0.9), rgba(255, 255, 255, 0.9));
}
td, th {
padding: 3px 8px;
}
.card.offer, .offer-details .list-group-item {
background-image: linear-gradient(to bottom right, rgba(220, 220, 220, 0.9), rgba(255, 255, 255, 0.9));
}
.card-img-top-wrapper {
height: 150px;
overflow:hidden;
}
form.main-form {
background-image: linear-gradient(to bottom right, rgba(70, 70, 70, 0.8), rgba(10, 10, 10, 0.8));
padding:10px 30px;
border-radius: 20px;
}
.field-error {
background: white url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="red" d="M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z"/></svg> ') no-repeat top right/30px 30px;
}
.logged-user {
color: white;
}
.details-card-img-top-wrapper {
overflow: hidden;
}
.file-upload {
color: white;
} | 11-spring-lab/src/main/resources/static/css/main.css | body {
background-image: url('/img/1.jpg');
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-color: #464646;
}
.navbar .logo {
max-height: 50px;
padding-right: 100px;
}
.container, .container-fluid {
padding-top: 90px;
}
.container {
color: #ccc;
}
.bg-text {
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
color: white;
font-weight: bold;
border: 3px solid #f1f1f1;
z-index: 2;
width: 80%;
padding: 20px;
text-align: center;
}
.brand-section {
background-image: linear-gradient(to bottom right, rgba(220, 220, 220, 0.9), rgba(255, 255, 255, 0.9));
}
td, th {
padding: 3px 8px;
}
.card.offer, .offer-details .list-group-item {
background-image: linear-gradient(to bottom right, rgba(220, 220, 220, 0.9), rgba(255, 255, 255, 0.9));
}
.card-img-top-wrapper {
height: 150px;
overflow:hidden;
}
form.main-form {
background-image: linear-gradient(to bottom right, rgba(70, 70, 70, 0.8), rgba(10, 10, 10, 0.8));
padding:10px 30px;
border-radius: 20px;
}
.field-error {
background: white url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="red" d="M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z"/></svg> ') no-repeat top right/30px 30px;
}
.logged-user {
color: white;
}
.details-card-img-top-wrapper {
overflow: hidden;
}
.file-upload {
color: white;
} | 0.560974 | 0.086131 |
html {
height: 100%;
}
body {
height: 100%;
margin: 0;
border-width: 0px !important;
overflow-x: hidden;
}
#grid-main {
height: 100%;
}
#log {
max-width: 244px;
width: 25%;
padding-right: 50px;
}
#switch,
#switch-content {
padding: 0;
}
#grid-switch {
margin: 0px !important;
border: 0;
padding: 0;
}
#tab-header {
margin: 5px 0px;
}
#tab-header h2 {
margin: 2px 0px;
}
#unit-main {
padding-left: 28px;
/* for the self-bar */
}
.sticky-footer {
height: 50px;
padding: 10px 0;
display: none;
}
.sticky-footer-push {
margin: 0;
height: 50px;
}
.sticky-footer-wrapper {
min-height: 100%;
height: auto !important;
margin: 0 auto -50px;
}
div.grid-content {
margin: 0px 0px 15px 0px !important;
padding: 15px;
}
div.grid-content .grid .unit {
padding-top: 0;
padding-bottom: 0;
}
img,
p,
span,
h1,
h2,
h3,
div,
span,
canvas {
-webkit-transition: opacity 1.5s ease-in-out;
-moz-transition: opacity 1.5s ease-in-out;
-ms-transition: opacity 1.5s ease-in-out;
-o-transition: opacity 1.5s ease-in-out;
transition: opacity 1.5s ease-in-out;
}
#vision-overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0;
pointer-events: none;
z-index: 10;
}
.vision-step-0 #grid-main {
opacity: 0.5;
}
.vision-step-0 #grid-main img,
.vision-step-0 #grid-main .canvas-container canvas,
.vision-step-0 #grid-main .vision-image,
.vision-step-0 #grid-main .vis-container {
opacity: 0.15;
}
.vision-step-0 #grid-main p,
.vision-step-0 #grid-main h1,
.vision-step-0 #grid-main h2,
.vision-step-0 #grid-main h3,
.vision-step-0 #grid-main .vision-text,
.vision-step-0 #grid-main .stats-indicator,
.vision-step-0 #grid-main .list-amount,
.vision-step-0 #grid-main .item-name,
.vision-step-0 #grid-main #mainmap-sector-details-content td,
.vision-step-0 #grid-main #log span {
opacity: 0.5;
}
.vision-step-1 #grid-main {
opacity: 0.6;
}
.vision-step-1 #grid-main img,
.vision-step-1 #grid-main .canvas-container canvas,
.vision-step-1 #grid-main .vision-image,
.vision-step-1 #grid-main .vis-container {
opacity: 0.32;
}
.vision-step-1 #grid-main p,
.vision-step-1 #grid-main h1,
.vision-step-1 #grid-main h2,
.vision-step-1 #grid-main h3,
.vision-step-1 #grid-main .vision-text,
.vision-step-1 #grid-main .stats-indicator,
.vision-step-1 #grid-main .list-amount,
.vision-step-1 #grid-main .item-name,
.vision-step-1 #grid-main #mainmap-sector-details-content td,
.vision-step-1 #grid-main #log span {
opacity: 0.6;
}
.vision-step-2 #grid-main {
opacity: 0.7;
}
.vision-step-2 #grid-main img,
.vision-step-2 #grid-main .canvas-container canvas,
.vision-step-2 #grid-main .vision-image,
.vision-step-2 #grid-main .vis-container {
opacity: 0.49;
}
.vision-step-2 #grid-main p,
.vision-step-2 #grid-main h1,
.vision-step-2 #grid-main h2,
.vision-step-2 #grid-main h3,
.vision-step-2 #grid-main .vision-text,
.vision-step-2 #grid-main .stats-indicator,
.vision-step-2 #grid-main .list-amount,
.vision-step-2 #grid-main .item-name,
.vision-step-2 #grid-main #mainmap-sector-details-content td,
.vision-step-2 #grid-main #log span {
opacity: 0.7;
}
.vision-step-3 #grid-main {
opacity: 0.8;
}
.vision-step-3 #grid-main img,
.vision-step-3 #grid-main .canvas-container canvas,
.vision-step-3 #grid-main .vision-image,
.vision-step-3 #grid-main .vis-container {
opacity: 0.66;
}
.vision-step-3 #grid-main p,
.vision-step-3 #grid-main h1,
.vision-step-3 #grid-main h2,
.vision-step-3 #grid-main h3,
.vision-step-3 #grid-main .vision-text,
.vision-step-3 #grid-main .stats-indicator,
.vision-step-3 #grid-main .list-amount,
.vision-step-3 #grid-main .item-name,
.vision-step-3 #grid-main #mainmap-sector-details-content td,
.vision-step-3 #grid-main #log span {
opacity: 0.8;
}
.vision-step-4 #grid-main {
opacity: 0.9;
}
.vision-step-4 #grid-main img,
.vision-step-4 #grid-main .canvas-container canvas,
.vision-step-4 #grid-main .vision-image,
.vision-step-4 #grid-main .vis-container {
opacity: 0.83;
}
.vision-step-4 #grid-main p,
.vision-step-4 #grid-main h1,
.vision-step-4 #grid-main h2,
.vision-step-4 #grid-main h3,
.vision-step-4 #grid-main .vision-text,
.vision-step-4 #grid-main .stats-indicator,
.vision-step-4 #grid-main .list-amount,
.vision-step-4 #grid-main .item-name,
.vision-step-4 #grid-main #mainmap-sector-details-content td,
.vision-step-4 #grid-main #log span {
opacity: 0.9;
}
.vision-step-5 #grid-main {
opacity: 1;
}
.vision-step-5 #grid-main img,
.vision-step-5 #grid-main .canvas-container canvas,
.vision-step-5 #grid-main .vision-image,
.vision-step-5 #grid-main .vis-container {
opacity: 1;
}
.vision-step-5 #grid-main p,
.vision-step-5 #grid-main h1,
.vision-step-5 #grid-main h2,
.vision-step-5 #grid-main h3,
.vision-step-5 #grid-main .vision-text,
.vision-step-5 #grid-main .stats-indicator,
.vision-step-5 #grid-main .list-amount,
.vision-step-5 #grid-main .item-name,
.vision-step-5 #grid-main #mainmap-sector-details-content td,
.vision-step-5 #grid-main #log span {
opacity: 1;
}
.vision-step-6 #grid-main {
opacity: 1;
}
.vision-step-6 #grid-main img,
.vision-step-6 #grid-main .canvas-container canvas,
.vision-step-6 #grid-main .vision-image,
.vision-step-6 #grid-main .vis-container {
opacity: 1;
}
.vision-step-6 #grid-main p,
.vision-step-6 #grid-main h1,
.vision-step-6 #grid-main h2,
.vision-step-6 #grid-main h3,
.vision-step-6 #grid-main .vision-text,
.vision-step-6 #grid-main .stats-indicator,
.vision-step-6 #grid-main .list-amount,
.vision-step-6 #grid-main .item-name,
.vision-step-6 #grid-main #mainmap-sector-details-content td,
.vision-step-6 #grid-main #log span {
opacity: 1;
}
.vision-step-7 #grid-main {
opacity: 1;
}
.vision-step-7 #grid-main img,
.vision-step-7 #grid-main .canvas-container canvas,
.vision-step-7 #grid-main .vision-image,
.vision-step-7 #grid-main .vis-container {
opacity: 1;
}
.vision-step-7 #grid-main p,
.vision-step-7 #grid-main h1,
.vision-step-7 #grid-main h2,
.vision-step-7 #grid-main h3,
.vision-step-7 #grid-main .vision-text,
.vision-step-7 #grid-main .stats-indicator,
.vision-step-7 #grid-main .list-amount,
.vision-step-7 #grid-main .item-name,
.vision-step-7 #grid-main #mainmap-sector-details-content td,
.vision-step-7 #grid-main #log span {
opacity: 1;
}
.vision-step-8 #grid-main {
opacity: 1;
}
.vision-step-8 #grid-main img,
.vision-step-8 #grid-main .canvas-container canvas,
.vision-step-8 #grid-main .vision-image,
.vision-step-8 #grid-main .vis-container {
opacity: 1;
}
.vision-step-8 #grid-main p,
.vision-step-8 #grid-main h1,
.vision-step-8 #grid-main h2,
.vision-step-8 #grid-main h3,
.vision-step-8 #grid-main .vision-text,
.vision-step-8 #grid-main .stats-indicator,
.vision-step-8 #grid-main .list-amount,
.vision-step-8 #grid-main .item-name,
.vision-step-8 #grid-main #mainmap-sector-details-content td,
.vision-step-8 #grid-main #log span {
opacity: 1;
}
.vision-step-9 #grid-main {
opacity: 1;
}
.vision-step-9 #grid-main img,
.vision-step-9 #grid-main .canvas-container canvas,
.vision-step-9 #grid-main .vision-image,
.vision-step-9 #grid-main .vis-container {
opacity: 1;
}
.vision-step-9 #grid-main p,
.vision-step-9 #grid-main h1,
.vision-step-9 #grid-main h2,
.vision-step-9 #grid-main h3,
.vision-step-9 #grid-main .vision-text,
.vision-step-9 #grid-main .stats-indicator,
.vision-step-9 #grid-main .list-amount,
.vision-step-9 #grid-main .item-name,
.vision-step-9 #grid-main #mainmap-sector-details-content td,
.vision-step-9 #grid-main #log span {
opacity: 1;
}
.vision-step-10 #grid-main {
opacity: 1;
}
.vision-step-10 #grid-main img,
.vision-step-10 #grid-main .canvas-container canvas,
.vision-step-10 #grid-main .vision-image,
.vision-step-10 #grid-main .vis-container {
opacity: 1;
}
.vision-step-10 #grid-main p,
.vision-step-10 #grid-main h1,
.vision-step-10 #grid-main h2,
.vision-step-10 #grid-main h3,
.vision-step-10 #grid-main .vision-text,
.vision-step-10 #grid-main .stats-indicator,
.vision-step-10 #grid-main .list-amount,
.vision-step-10 #grid-main .item-name,
.vision-step-10 #grid-main #mainmap-sector-details-content td,
.vision-step-10 #grid-main #log span {
opacity: 1;
}
body.dark {
background: #202220;
color: #fdfdfd;
font-family: Arial, sans-serif;
font-size: 11pt;
line-height: 1.3em;
/* WEBKIT BROWSERS */
}
body.dark .centered {
margin-left: auto;
margin-right: auto;
}
body.dark .hidden {
display: none;
}
body.dark .nowrap {
white-space: nowrap;
}
body.dark .unselectable {
-webkit-user-select: none;
/* Safari */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* IE10+/Edge */
user-select: none;
/* Standard */
}
body.dark .full-width {
width: 100%;
}
body.dark .centered {
margin-left: auto !important;
margin-right: auto !important;
}
body.dark .strike-through,
body.dark .strike-through p {
text-decoration: line-through;
opacity: 0.9;
}
body.dark .container-dimmed .dimmable {
opacity: 0.5;
}
body.dark span.icon {
padding: 2px;
}
body.dark img.icon-ui-generic {
height: 1.5em;
width: 1.5em;
}
body.dark .shadowed-basic {
-webkit-box-shadow: 1px 2px 7px 3px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 1px 2px 7px 3px rgba(0, 0, 0, 0.25);
box-shadow: 1px 2px 7px 3px rgba(0, 0, 0, 0.25);
}
body.dark .lvl13-box-1 {
background-color: #282a28;
border: 2px solid #3a3a3a;
}
body.dark .lvl13-box-2 {
background: "inherit";
border: 1px solid #3a3a3a;
}
body.dark span.hl-functionality {
font-weight: bold;
}
body.dark .p-meta {
color: rgba(255, 255, 255, 0.5);
}
body.dark .dimmed {
color: #666;
}
body.dark .columns-container {
display: flex;
}
body.dark .columns-container-vcenter {
align-items: center;
}
body.dark .columns-child {
flex: 1;
padding-left: 5px;
padding-right: 5px;
}
body.dark .columns-child:first-child {
padding-left: 0px;
}
body.dark .columns-child:last-child {
padding-right: 0px;
}
body.dark .columns-child-small {
flex: 0;
}
body.dark table.fullwidth {
width: 100%;
}
body.dark td,
body.dark th {
transition: all 0.15s;
}
body.dark .balancing-tab table {
font-size: 80%;
}
body.dark table.spacious {
margin: 5px 0px;
}
body.dark table.spacious td {
padding: 2px 5px;
}
body.dark table.spacious td:last-child {
padding-right: 0px;
}
body.dark table.spacious td:first-child {
padding-left: 0px;
}
body.dark table.updating td {
background: rgba(230, 70, 70, 0.15);
}
body.dark table.borders td {
border: 1px solid #3a3a3a;
}
body.dark table.borders th {
background: #2f322f;
}
body.dark table.borders th.alt-1 {
background: #358;
}
body.dark table.borders th.alt-2 {
background: #385;
}
body.dark table.borders th.alt-3 {
background: #853;
}
body.dark table.borders td.alt-1 {
background: rgba(51, 85, 136, 0.2);
}
body.dark table.borders td.alt-2 {
background: rgba(51, 136, 85, 0.2);
}
body.dark table.borders td.alt-3 {
background: rgba(136, 85, 51, 0.2);
}
body.dark table th.sortable {
background: #444;
cursor: pointer;
}
body.dark table.highlight-row tr:hover {
background: rgba(255, 255, 255, 0.1);
}
body.dark table th.foldable-table-header {
background: #444;
cursor: pointer;
}
body.dark table th.foldable-table-header.folded-table-header {
background: #444;
font-weight: bold;
cursor: pointer;
}
body.dark td.folded-table-cell,
body.dark th.folded-table-cell {
min-width: 1px !important;
overflow: hidden;
text-overflow: clip;
max-width: 1px;
padding: 0;
color: transparent;
-webkit-user-select: none;
/* Safari */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* IE10+/Edge */
user-select: none;
/* Standard */
}
body.dark td.minwidth {
width: 5%;
}
body.dark td.maxwidth {
width: 95%;
}
body.dark td.list-amount,
body.dark td.list-storage {
min-width: 30pt;
text-align: center;
}
body.dark td.list-ordinal {
min-width: 10pt;
text-align: center;
}
body.dark td.list-description {
padding-left: 10px;
}
body.dark td.list-action {
text-align: center;
width: 100pt;
}
body.dark td.list-main {
text-align: center;
}
body.dark td.item-name {
min-width: 8em;
}
body.dark td.text-overflow {
font-size: 75%;
width: 6em;
max-width: 6em;
overflow: hidden;
white-space: nowrap;
}
body.dark th.th-number {
text-align: center;
}
body.dark th.th-text {
text-align: left;
}
body.dark td.bg-reset {
background: #282a28;
}
body.dark tr.current {
background: #2f322f;
border-color: #2f322f;
}
body.dark tr.header-mini {
font-size: 85%;
}
body.dark hr {
color: #555;
margin: 1em 5px;
border: none;
border-top: 1px #555 solid;
height: 1px;
}
body.dark table td {
padding: 0px 2px;
}
body.dark td > button,
body.dark td > div.container-btn-action {
margin-left: 0px;
}
body.dark button {
cursor: pointer;
}
body.dark ::-moz-selection {
background: #ccc;
}
body.dark ::selection {
background: #ccc;
}
body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark h5,
body.dark h6 {
font-family: "Arial Narrow", Arial, sans-serif;
letter-spacing: 0.1pt;
text-transform: uppercase;
}
body.dark h3,
body.dark h4 {
margin: 1em 0 0.5em 0;
}
body.dark h4 {
margin: 1em 0 0.5em 0;
}
body.dark a {
border: none !important;
background: inherit !important;
}
body.dark a:hover {
color: #fff !important;
}
body.dark a:link,
body.dark a:visited {
color: #fdfdfd;
}
body.dark .p-dense,
body.dark .p-dense p {
margin: 0.25em 0;
}
body.dark p.nomargin {
margin: 0;
}
body.dark .ui-anim {
transform: scale(1.15, 1.15);
opacity: 0.8;
font-weight: bold;
}
body.dark .ui-anim-negative {
color: #e64646 !important;
}
body.dark button {
width: 95pt;
padding: 8px 16px;
margin: 4px;
z-index: 2;
font-weight: 500;
position: relative;
text-transform: lowercase;
background: #202220;
color: #fdfdfd;
border: 1px solid #777;
}
body.dark button:hover {
color: #fff !important;
border-color: #777;
}
body.dark button:active {
position: relative;
top: 1px;
}
body.dark button,
body.dark ul.tabs li {
transition: color 0.2s;
}
body.dark button.action {
border-width: 2px;
margin: 0px;
margin-bottom: 0px;
white-space: nowrap;
}
body.dark button.action.multiline {
white-space: normal;
}
body.dark button.btn-secondary {
border-width: 1px;
}
body.dark button.action-move {
width: 55px;
}
body.dark button.context {
width: auto;
display: inline;
float: right;
}
body.dark button.btn-wide {
width: 110pt;
}
body.dark button.btn-narrow {
width: 80pt;
}
body.dark button.btn-compact {
width: auto;
min-width: 2.5em;
padding: 8px 10px;
}
body.dark button.btn-mini {
width: auto;
padding: 4px 8px;
}
body.dark button.btn-glyph {
font-weight: bold;
width: 1.5em;
height: 1.5em;
margin: 1px 2px;
padding: 1px;
font-size: 1em;
vertical-align: middle;
text-align: center;
border-width: 1px;
border-radius: 1px;
}
body.dark button.btn-glyph-big {
width: auto !important;
min-width: 2.5em;
padding-left: 0;
padding-right: 0;
}
body.dark button.btn-meta {
width: auto;
padding: 2px 7px;
border-radius: 0px !important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: none;
border-width: 0px;
text-transform: lowercase;
}
body.dark button.btn-meta-float {
float: right;
}
body.dark button.btn-meta:hover {
text-decoration: underline;
}
body.dark div.container-btn-action {
display: inline-block;
padding: -1px;
margin: 4px 6px;
border-width: 0px;
}
body.dark table div.container-btn-action {
margin: 2px 2px;
}
body.dark table.dense div.container-btn-action {
margin: 2px 2px;
}
body.dark div.container-btn-action button {
margin: -1px;
}
body.dark .callout-container hr {
margin: 0.25em 3px;
}
body.dark .cooldown-reqs {
height: 5px;
width: 0%;
padding: 0;
border-width: 0px;
transition: all 0.1s;
}
body.dark .cooldown-duration {
background: rgba(100, 100, 100, 0.25);
}
body.dark button .cooldown-action,
body.dark button .cooldown-duration {
height: 100%;
position: absolute;
top: 0px;
left: 0px;
padding: 0;
}
body.dark .cooldown-action {
background-color: rgba(68, 68, 68, 0.5);
}
body.dark .cooldown-reqs {
background-color: rgba(68, 68, 68, 0.5);
}
body.dark button.btn-disabled,
body.dark li.disabled {
opacity: 0.65;
cursor: default !important;
}
body.dark button.btn-disabled-vision {
opacity: 0.2;
color: rgba(0, 0, 0, 0) !important;
}
body.dark button.btn-disabled-vision:hover {
opacity: 0.65;
}
body.dark button.btn-disabled-basic,
body.dark button.btn-disabled-vision,
body.dark button.btn-disabled-resources,
body.dark li.disabled {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
font-weight: normal !important;
}
body.dark button.action.btn-disabled-basic,
body.dark button.btn-disabled-vision,
body.dark li.disabled {
text-decoration: line-through !important;
}
body.dark button.action.btn-disabled-basic:before {
content: "\00a0";
}
body.dark button.action.btn-disabled-basic:after {
content: "\00a0";
}
body.dark button.btn-disabled-basic,
body.dark button.btn-disabled-vision,
body.dark button.btn-disabled-resources,
body.dark button.btn-disabled-cooldown {
border-color: #444;
color: #999 !important;
}
body.dark .button-detail-label {
margin: -4px 0 2px 0;
}
body.dark div.container-btn-action:hover + div.btn-callout,
body.dark div.btn-callout:hover,
body.dark .info-callout-target:hover + div.info-callout,
body.dark div.info-callout:hover {
display: block;
}
body.dark div.btn-callout,
body.dark div.info-callout {
text-align: left;
display: none;
position: absolute;
width: 100%;
min-width: 80px;
z-index: 5;
text-transform: none;
}
body.dark div.btn-callout {
width: 100%;
text-align: center;
top: 37px;
pointer-events: none;
opacity: 0.95;
}
body.dark div.info-callout {
width: auto;
min-width: 50%;
max-width: 100%;
}
body.dark .info-callout-target {
border-width: 0px;
border-style: solid;
padding: 0px;
margin: 0px;
cursor: help;
display: inline-block;
}
body.dark div.btn-callout-content,
body.dark div.info-callout-content {
background: #202220;
color: #fdfdfd;
border: 1px solid #555;
}
body.dark .item div.info-callout-target,
body.dark .res div.info-callout-target,
body.dark .resultlist li div.info-callout-target,
body.dark .itemlist div.info-callout-target {
border-width: 0px;
background-color: inherit;
}
body.dark .info-callout-target-small + div.info-callout {
width: auto !important;
max-width: none !important;
white-space: nowrap;
}
body.dark div.callout-container {
position: relative;
display: inline-block;
}
body.dark div.btn-callout-content,
body.dark div.info-callout-content {
font-size: 85%;
overflow-wrap: break-word;
line-height: 1.45em;
}
body.dark div.btn-callout-content,
body.dark div.info-callout-content {
padding: 4px;
}
body.dark .info-callout button {
padding: 4px 8px;
}
body.dark div.btn-callout-content,
body.dark div.info-callout-content {
-webkit-box-shadow: 1px 2px 7px 3px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 1px 2px 7px 3px rgba(0, 0, 0, 0.25);
box-shadow: 1px 2px 7px 3px rgba(0, 0, 0, 0.25);
}
body.dark .info-callout-content-section-long {
white-space: normal;
}
body.dark div.callout-arrow-up {
border-bottom-color: #555 !important;
width: 0;
height: 0;
z-index: 10;
position: relative;
top: 0px;
margin: 0 0 0 3.5px;
margin: 0px auto;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid;
}
body.dark .item div.callout-arrow-up {
margin: 0 0 0 2px;
}
body.dark span.action-risk {
display: block;
}
body.dark span.action-cost-blocker-storage {
text-decoration: line-through;
}
body.dark span.action-cost-blocker {
color: #666;
}
body.dark .action-separator {
display: block;
width: 10px;
height: 10px;
}
body.dark ul.tabs {
margin: 0;
padding: 0;
list-style-type: none;
}
body.dark ul.tabs li {
display: inline-block;
margin: 0px 1px;
padding: 5px 10px 5px 10px;
border-width: 1px;
border-style: solid;
position: relative;
z-index: 0;
white-space: nowrap;
top: 2px;
height: 32px;
cursor: pointer;
text-transform: lowercase;
background-color: #202220;
border-color: #3a3a3a;
box-sizing: border-box;
}
body.dark ul.tabs li.selected {
font-weight: bold;
z-index: 2;
width: auto;
}
body.dark ul.tabs li.selected {
background: #282a28;
}
body.dark ul.tabs li:hover {
text-decoration: underline;
}
body.dark ul.tabs li.selected {
border-color: #3a3a3a;
border-bottom-color: #282a28;
}
body.dark ul.tabs li span {
display: inline-block;
overflow-x: hidden;
width: 100%;
}
body.dark div.popup {
background: #282a28;
border: 2px solid #3a3a3a;
padding: 20px;
text-align: center;
position: fixed;
top: 50%;
left: 50%;
margin: 0;
min-width: 30%;
max-width: 60%;
-webkit-box-shadow: 1px 2px 7px 3px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 1px 2px 7px 3px rgba(0, 0, 0, 0.25);
box-shadow: 1px 2px 7px 3px rgba(0, 0, 0, 0.25);
}
body.dark div.popup-ingame {
z-index: 16;
}
body.dark div.popup-meta {
z-index: 26;
}
body.dark div.popup-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.85);
}
body.dark div.popup-overlay-ingame {
z-index: 15;
}
body.dark div.popup-overlay-meta {
z-index: 25;
}
body.dark .tab-options {
float: right;
}
body.dark .stepper {
text-align: center;
min-width: 70px;
vertical-align: middle;
margin: 1px;
white-space: nowrap;
}
body.dark .stepper button {
margin: 0;
}
body.dark .stepper button[data-type="minus"] {
border-radius: 7px 0px 0px 7px;
}
body.dark .stepper button[data-type="plus"] {
border-radius: 0px 7px 7px 0px;
}
body.dark .horizontal-select {
display: flex;
align-items: center;
margin: 2px 0;
}
body.dark .horizontal-select-title {
background: #282a28;
padding: 1px 8px;
}
body.dark .horizontal-select-list {
padding: 0;
margin: 0;
}
body.dark .horizontal-select-option {
background: #202220;
border: 1px solid #555;
padding: 1px 5px;
margin: 0 2px;
display: inline-block;
cursor: pointer;
border-radius: 3px;
}
body.dark .horizontal-select-option:hover {
background: #444;
border-color: ligten(#555, 10%);
}
body.dark .horizontal-select-option.selected {
background: #444;
}
body.dark .stats-indicator {
display: block;
margin: 0 2px 0 0;
white-space: nowrap;
}
body.dark .stats-indicator span {
display: inline-block;
margin: auto 0 auto 1px;
}
body.dark .stats-indicator span.label {
text-transform: lowercase;
}
body.dark .stats-indicator span.value {
text-align: center;
margin-left: 4px;
}
body.dark .stats-indicator .value,
body.dark .stats-indicator .value-total,
body.dark .stats-indicator .change,
body.dark .stats-indicator .forecast {
color: #bbb;
}
body.dark .stats-indicator .change,
body.dark .stats-indicator .forecast {
font-size: 85%;
vertical-align: middle;
}
body.dark .stats-indicator .progress {
height: 0.5em;
width: 35px;
display: inline-block;
vertical-align: middle;
}
body.dark .stats-indicator .progress-wrap {
margin: auto 1px auto 3px;
}
body.dark .change-indicator {
width: 1em;
height: 1em;
display: inline-block;
background-size: 100%;
margin: 0px 2px;
opacity: 0.75;
vertical-align: middle;
}
body.dark .indicator-even {
background-image: url('../img/eldorado/icon-even-dark.png');
opacity: 0.25;
}
body.dark .indicator-decrease {
background-image: url('../img/eldorado/icon-decrease-dark.png');
}
body.dark .item-comparison-badge .indicator-decrease {
opacity: 0.25;
}
body.dark .indicator-increase {
background-image: url('../img/eldorado/icon-increase-dark.png');
}
body.dark .indicator-fastincrease {
background-image: url('../img/eldorado/icon-fastincrease-dark.png');
}
body.dark .indicator-equipped {
background-image: url('../img/eldorado/icon-checkmark-dark.png');
opacity: 0.5;
}
body.dark .collapsible-container {
margin: 5px 0px;
}
body.dark .collapsible-container {
border: 1px solid #3a3a3a;
}
body.dark .collapsible-header {
background: #2f322f;
cursor: pointer;
margin: 0px;
padding: 5px 30px 5px 10px;
background-image: url('../img/open-iconic/arrow-circle-top-2x-dark.png');
background-repeat: no-repeat;
background-position: right 8px center;
}
body.dark .collapsible-header.collapsible-collapsed {
background-image: url('../img/open-iconic/arrow-circle-bottom-2x-dark.png');
background-repeat: no-repeat;
background-position: right 8px center;
}
body.dark .collapsible-content {
margin: 5px 10px;
}
body.dark .progress {
width: 100%;
max-width: 250px;
height: 1em;
border-width: 0px !important;
line-height: 1.3;
}
body.dark .progress-wrap {
background-color: #666;
margin: 2px 0;
border: 0px;
overflow: hidden;
position: relative;
}
body.dark .progress-wrap-science {
background-color: #358 !important;
}
body.dark .progress-multibar-container {
display: flex;
margin: 2px 0;
}
body.dark .progress-multibar-container .progress-wrap {
display: inline-block !important;
margin: 0px;
}
body.dark .progress-bar {
left: 0;
top: 0;
position: absolute;
background: #2f322f;
}
body.dark .progress-label {
left: 0;
top: 0;
position: absolute;
width: 100%;
font-size: 85%;
text-align: center;
vertical-align: text-top;
}
body.dark .progress-bar-change {
background: #444;
position: absolute;
width: 0%;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
body.dark .canvas-container {
text-align: center;
overflow: hidden;
position: relative;
border-width: 1px !important;
}
body.dark .canvas-container {
border: 1px solid #3a3a3a;
}
body.dark .scroll-position-container {
padding: 5px;
position: relative;
overflow: hidden;
}
body.dark .scroll-position-indicator {
position: absolute;
background: #3a3a3a;
}
body.dark .scroll-position-indicator-vertical {
width: 100%;
height: 50%;
min-height: 10px;
min-width: 10px;
top: 10px;
left: 0;
}
body.dark .scroll-position-indicator-horizontal {
height: 100%;
width: 50%;
min-width: 10px;
min-height: 10px;
top: 0;
left: 10px;
}
body.dark .scrollable.scroll-enabled {
cursor: all-scroll;
}
body.dark .bubble {
background-color: #ccc;
color: #202220;
background-size: 12px;
background-repeat: no-repeat;
background-position: center;
position: absolute;
top: -6px;
right: -6px;
width: 16px;
height: 16px;
text-align: center;
border-radius: 8px;
font-weight: bold;
font-size: 85%;
}
body.dark table .bubble {
position: inherit;
top: inherit;
left: inherit;
}
body.dark .bubble-even {
background-image: url('../img/eldorado/icon-even.png');
opacity: 0.25;
}
body.dark .bubble-decrease {
background-image: url('../img/eldorado/icon-decrease.png');
}
body.dark .bubble-increase {
background-image: url('../img/eldorado/icon-increase.png');
}
body.dark .bubble-fastincrease {
background-image: url('../img/eldorado/icon-fastincrease.png');
}
body.dark .container-relative {
position: relative;
display: inline-block;
}
body.dark .container-relative p {
margin: 0;
}
body.dark .container-nomargin {
margin: 0;
}
body.dark .statsbar {
padding: 3px 2px;
}
body.dark .actionbox,
body.dark .infobox,
body.dark .buttonbox {
margin: 6px 0px;
}
body.dark .infobox {
padding: 0px 0px 5px 0px;
}
body.dark .infobox-scrollable {
border: 1px solid #3a3a3a;
text-align: left;
margin-left: auto;
margin-right: auto;
overflow-y: auto;
padding-left: 10px;
padding-right: 10px;
max-height: 12em;
}
body.dark .infobox-scrollable-header {
margin: 1.5em 0 0 0;
}
body.dark .actionbox {
padding: 3px 0px;
}
body.dark .textbox {
padding: 10px 0px;
max-width: 70em;
}
body.dark .divbox {
margin: 10px 0 10px 0;
}
body.dark .inventorybox {
border-color: #3a3a3a;
border-width: 1px;
border-style: solid;
border-radius: 10px;
padding: 5px 0px 2px 0px;
margin: 5px 0px;
min-height: 1em;
min-width: 1em;
vertical-align: top;
}
body.dark .inventorybox ul li {
background: inherit !important;
margin: 0px 2px 2px 0px;
padding: 0;
border-width: 1px;
border-style: solid;
display: inline-block;
position: relative;
}
body.dark .inventorydivision {
width: 49%;
display: table-cell;
position: relative;
vertical-align: top;
padding-top: 2.5em;
margin-top: -5px;
}
body.dark .inventorydivision-with-footer {
padding-bottom: 2em;
}
body.dark .inventorydivision .inventorybox-header {
position: absolute;
top: 0;
left: 0;
margin: 0;
width: 100%;
padding: 5px 0;
}
body.dark .inventorydivision:first-child .inventorybox-header {
border-radius: 10px 0 0 0;
}
body.dark .inventorydivision:last-child .inventorybox-header {
border-radius: 0 10px 0 0;
}
body.dark .inventorydivision .inventorybox-footer {
position: absolute;
bottom: 3px;
left: 0;
margin: 0;
width: 100%;
}
body.dark #common-popup .inventorybox ul {
min-width: 380px;
width: 100%;
}
body.dark .inventorybox ul,
body.dark .ul-horizontal {
padding: 0px;
margin: 0px;
}
body.dark .inventorybox-negative > li {
opacity: 80%;
}
body.dark .highlightbox,
body.dark .inventorybox-header,
body.dark .inventorybox-footer {
background: #2f322f;
border-color: #2f322f;
}
body.dark .li-item-negative {
background: rgba(230, 70, 70, 0.15) !important;
border: 1px solid #E13232 !important;
}
body.dark .item-slot,
body.dark .follower-slot {
background: inherit !important;
margin: 0px 2px 2px 0px;
padding: 0;
border-width: 1px;
border-style: solid;
display: inline-block;
position: relative;
}
body.dark .item-slot.highlighted,
body.dark .follower-slot-highlighted {
border-color: #7b7b7b;
color: #ffffff;
}
body.dark .item-slot-big,
body.dark .follower-slot-big {
width: 55px;
height: 70px;
}
body.dark .item-slot-small,
body.dark .follower-slot-small {
width: 37px;
height: 37px;
}
body.dark .item-slot-equipped {
border-color: #555;
}
body.dark .item-equipped {
background: #2f322f;
}
body.dark .item-slot-type-empty,
body.dark .follower-slot-type-empty {
font-size: 85%;
text-align: center;
width: 55px;
height: 70px;
line-height: 70px;
display: inline-block;
opacity: 0.25;
font-style: oblique;
}
body.dark .item-slot-type-equipped,
body.dark .follower-slot-type-empty {
font-size: 85%;
text-align: center;
width: 55px;
height: 70px;
line-height: 70px;
display: inline-block;
}
body.dark .item-slot-image {
position: absolute;
}
body.dark .item-slot-big .item-slot-image {
left: 9.5px;
top: 27px;
}
body.dark .item-slot-name,
body.dark .item-slot-type-equipped,
body.dark .follower-slot-type-selected {
background-color: #2f322f;
width: 100%;
text-align: center;
overflow: hidden;
line-height: 1.05em;
height: auto;
max-height: 1.9em;
padding: 0.35em 0;
}
body.dark .item-slot.highlighted .item-slot-type-equipped {
background: #434743;
}
body.dark .item-slot-effect {
display: none;
}
body.dark .item-slot-name {
bottom: 0px;
opacity: 0;
}
body.dark .item-slot-type-equipped,
body.dark .follower-slot-type-selected {
top: 0px;
}
body.dark .item-slot-simple {
border-width: 0px !important;
}
body.dark div.item-slot > div,
body.dark div.item-slot > span {
position: absolute;
cursor: default;
}
body.dark .follower-slot-follower {
width: 100%;
display: block;
text-align: center;
}
body.dark ul.itemlist,
body.dark ul.resultlist {
list-style-type: none;
padding: 0;
margin: 0;
display: inline-block;
}
body.dark .itemlist li {
display: inline-flex;
}
body.dark .item,
body.dark .res {
vertical-align: middle;
display: inline-flex;
position: relative;
margin: 2px;
padding: 5px;
border-width: 2px;
border-style: solid;
border-radius: 50%;
width: 18px;
height: 18px;
}
body.dark .item,
body.dark .res,
body.dark .li-item-negative,
body.dark .li-item-positive {
background: #282a28;
border: 2px solid #3a3a3a;
}
body.dark .item.highlighted {
background: #414441;
border-color: #6d6d6d;
}
body.dark .res {
border-radius: 0 !important;
margin: 8px 6px 6px 6px !important;
padding: 0px !important;
border-width: 1px;
}
body.dark .item img,
body.dark .li-item-negative img,
body.dark .li-item-positive img {
margin: -3px 0px 3px 0px;
vertical-align: middle;
height: 16px;
width: 16px;
}
body.dark .res img {
margin: -2px 1px 8px 1px;
vertical-align: middle;
height: 12px;
width: 12px;
}
body.dark .item div.item-count,
body.dark .res div.item-count {
border-width: 1px;
color: #bbb;
font-size: 75%;
position: absolute;
bottom: -0.9em;
left: -2px;
min-width: 100%;
padding: 0 1px;
line-height: 1em;
text-align: center;
z-index: 3;
}
body.dark li.item-with-count {
margin-bottom: 1em;
}
body.dark .warning,
body.dark .warning span,
body.dark li.li-item-negative,
body.dark .item-slot-lost .item-count {
color: #e64646 !important;
}
body.dark hr.warning {
border-color: #e64646 !important;
}
body.dark .warning.progress-wrap {
background: #e64646 !important;
}
body.dark .warning .progress-label {
color: #fdfdfd !important;
}
body.dark .inventorybox-negative,
body.dark .item-slot-lost .item-count {
border: 1px solid #E13232 !important;
}
body.dark .item-comparison-indicator {
background-size: 100%;
border: none;
background-repeat: no-repeat;
background-position: center;
width: 10px;
height: 10px;
}
body.dark .item-comparison-badge {
top: -11px;
right: -11px;
position: absolute;
border-width: 1px;
border-style: solid;
border-color: #555;
padding: 2px;
border-radius: 6px;
background: #282a28;
}
body.dark .dev-hud {
opacity: 0.75;
background: #999;
padding: 1px;
border-radius: 5px;
z-index: 100;
}
body.dark .dev-hud:hover {
opacity: 1;
}
body.dark .status-badge {
float: right;
padding: 0 0.75em;
border-radius: 1em;
height: 1em;
}
body.dark .status-badge {
background: #2f322f;
}
body.dark input,
body.dark select,
body.dark textarea {
background-color: #202220;
color: #fdfdfd;
border: 1px solid #3a3a3a;
}
body.dark input[type=range] {
background: inherit;
border: none;
margin: 3px 5px;
vertical-align: middle;
cursor: pointer;
height: 20px;
-webkit-appearance: none;
}
body.dark input[type=range]:focus {
outline: none;
}
body.dark input[type=range]::-webkit-slider-runnable-track {
height: 5px;
cursor: pointer;
animate: 0.2s;
background: #202220;
}
body.dark input[type=range]::-webkit-slider-thumb {
border: 1px solid #888;
height: 15px;
width: 15px;
border-radius: 15px;
background: #fdfdfd;
cursor: pointer;
-webkit-appearance: none;
margin-top: -5px;
}
body.dark input[type=range]:focus::-webkit-slider-runnable-track {
background: #202220;
}
body.dark input[type=range]::-moz-range-track {
width: 100%;
height: 5px;
cursor: pointer;
animate: 0.2s;
background: #202220;
}
body.dark input[type=range]::-moz-range-thumb {
border: 1px solid #888;
height: 15px;
width: 15px;
border-radius: 15px;
background: #fdfdfd;
cursor: pointer;
}
body.dark input[type=range]::-ms-track {
width: 100%;
height: 5px;
cursor: pointer;
animate: 0.2s;
background: transparent;
border-color: transparent;
color: transparent;
}
body.dark input[type=range]::-ms-fill-lower {
background: #fdfdfd;
border: 0px solid #000000;
border-radius: 2px;
}
body.dark input[type=range]::-ms-fill-upper {
background: #fdfdfd;
border: 0px solid #000000;
border-radius: 2px;
}
body.dark input[type=range]::-ms-thumb {
margin-top: 1px;
border: 1px solid #888;
height: 15px;
width: 15px;
border-radius: 15px;
background: #fdfdfd;
cursor: pointer;
}
body.dark input[type=range]:focus::-ms-fill-lower {
background: #fdfdfd;
}
body.dark input[type=range]:focus::-ms-fill-upper {
background: #fdfdfd;
}
body.dark .checkbox {
width: 1em;
height: 1em;
border-width: 1px;
border-style: solid;
display: inline-block;
margin: 1px 3px;
vertical-align: middle;
cursor: pointer;
}
body.dark .checkbox-label {
display: inline-block;
vertical-align: middle;
margin: 0;
}
body.dark select {
margin: 0px 5px;
padding: 1px 3px;
}
body.dark input.amount {
width: 30pt;
margin: 0;
padding: 1px;
text-align: center;
border-width: 1px 0px;
}
body.dark .sub-page-container {
padding: 10px 20px;
}
body.dark .faq-category h3 {
text-transform: none;
}
body.dark #log {
background: none;
}
body.dark #log ul {
list-style-type: none;
padding-left: 0;
margin: 0;
}
body.dark #log ul li {
margin: 0px 0px 0.8em 0px;
}
body.dark #log .msg {
display: block;
}
body.dark #log-overlay {
height: 100%;
max-width: 214px;
width: 100%;
position: inherit;
pointer-events: none;
top: 0;
}
body.dark #log ul li.log-loaded,
body.dark #log ul li.log-loaded span {
color: #666;
}
body.dark span.time,
body.dark span.msg-camp-level {
font-size: 75%;
vertical-align: middle;
}
body.dark span.msg-count,
body.dark span.time,
body.dark span.msg-camp-level {
color: #bbb;
}
body.dark .lvl13-fade-down {
background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, #202220 100%);
background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, #202220 100%);
background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, #202220 100%);
background: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, #202220 100%);
}
body.dark .header-section {
display: inline-block;
vertical-align: top;
margin: 0px 5px 0px 0px;
float: left;
padding: 0px 2px;
}
body.dark #main-header-camp {
width: 100%;
}
body.dark #main-header-bag {
min-width: 20%;
max-width: 25%;
}
body.dark #main-header-equipment {
max-height: 122px;
text-align: center;
padding: 2px;
}
body.dark #main-header-items {
min-width: 35px;
max-width: 35%;
}
body.dark #header-tribe-container {
margin-bottom: 5px;
}
body.dark #grid-switch-content {
z-index: 1;
position: relative;
}
body.dark #grid-main-header .unit {
padding: 2px;
position: relative;
}
body.dark #statsbar-resources .callout-container {
width: 33%;
border: 0px;
}
body.dark #header-self-bar {
position: fixed;
width: 60px;
z-index: 5;
text-align: center;
padding: 5px 3px;
margin-left: -80px;
font-size: 80%;
}
body.dark #header-self-bar ul {
margin-top: 10px;
margin-bottom: 10px;
}
body.dark #header-self-bar > span {
display: block;
}
body.dark #header-self-bar .stats-indicator {
margin: 1px 0px;
width: 100%;
line-height: 1em;
}
body.dark #header-self-bar .callout-container {
width: 100%;
}
body.dark #header-self-bar .stats-indicator .value {
font-size: 85%;
margin: 3px 0;
}
body.dark #header-self-bar .info-callout {
width: 75px;
max-width: 75px;
}
body.dark #header-self-bar .change-indicator {
vertical-align: top;
margin: 0.2em 0 0 0.25em;
}
body.dark #header-self-bar div.callout-arrow-up {
margin: 0 0 0 23px;
}
body.dark #grid-location-header {
padding: 10px 0px 0px 0px;
}
body.dark #grid-location-header h1,
body.dark #grid-location-header img {
display: inline-block;
vertical-align: middle;
}
body.dark #level-icon {
margin: 3px 3px 3px 0;
width: 2.5em;
height: 2.5em;
}
body.dark .item-bag-options {
margin-top: 5px;
}
body.dark #bag-resources > .callout-container {
max-width: 49%;
}
body.dark #notification-player {
padding: 0px;
border-width: 1px;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-color: #555;
}
body.dark #notification-player .progress {
width: 100%;
max-width: 100%;
margin: 0;
}
body.dark span#out-position-indicator {
font-size: 80%;
line-height: 1.1em;
}
body.dark #footer {
padding: 1px 5px;
}
body.dark ul#game-options,
body.dark ul#game-options-extended {
list-style-type: none;
padding: 0;
margin: 0 0 0 0px;
line-height: 1em;
display: table;
float: right;
}
body.dark ul#game-options li,
body.dark ul#game-options-extended li {
list-style-type: none;
display: table-cell;
vertical-align: middle;
}
body.dark #game-version,
body.dark #game-msg {
text-transform: lowercase;
position: relative;
left: -55px;
}
body.dark .sticky-footer .one-quarter {
height: 2px;
padding: 0px;
}
body.dark span.improvement-badge {
padding: 5px;
margin: 1px;
background-color: #282a28;
border: 1px solid #3a3a3a;
border-radius: 5px;
min-width: 1em;
display: inline-block;
vertical-align: middle;
text-align: center;
}
body.dark span.improvement-badge.badge-disabled {
color: #999;
}
body.dark span.improvement-count {
font-weight: bold;
}
body.dark span.improvement-badge.improvement-upgrade-level {
position: absolute;
background-color: #2f322f;
top: -1px;
right: -1px;
padding: 0 1px !important;
font-size: 75%;
width: 1em;
}
body.dark .changelog-type {
padding: 2px 5px;
border-width: 1px;
border-style: solid;
margin: 0px 5px 0px 0px;
border-color: #3a3a3a;
}
body.dark #changelog {
font-size: 85%;
margin-left: 10px;
margin-right: 10px;
}
body.dark #changelog ul {
padding: 0 0 0 2em;
margin: 0.25em 0 1em 0;
list-style-type: none;
}
body.dark #changelog li {
position: relative;
line-height: 1.35em;
}
body.dark #changelog li:before {
width: 7px;
height: 7px;
background: #ccc;
content: ".";
position: absolute;
left: -1em;
top: 0.375em;
display: inline-block;
overflow: hidden;
}
body.dark #out-container-compass,
body.dark #out-container-compass-actions {
text-align: center;
width: 208px;
}
body.dark #out-container-compass canvas,
body.dark #out-container-compass-actions table {
margin-left: auto;
margin-right: auto;
}
body.dark #table-out-actions-movement {
margin-top: 10px;
}
body.dark #mainmap-container-container {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
body.dark #trade-caravans-outgoing-container tr {
border-width: 3px;
border-bottom-width: 0px;
border-style: solid;
border-color: transparent;
}
body.dark #trade-caravans-outgoing-container tr.selected {
border-color: #2f322f;
}
body.dark .trade-caravans-outgoing-plan {
border-width: 3px;
border-top-width: 0px;
}
body.dark .row-detail-indicator {
display: inline-block;
width: 1.5em;
height: 1.5em;
text-align: center;
}
body.dark .row-detail-indicator {
color: #bbb;
}
body.dark #incoming-caravan-popup-multiplier {
justify-content: flex-end;
font-size: 85%;
margin-bottom: 1em;
}
body.dark .camp-overview-production,
body.dark .camp-overview-stats {
font-size: 85%;
}
body.dark .camp-overview-name {
max-width: 5em;
white-space: nowrap;
overflow-x: hidden;
}
body.dark .camp-overview-btn {
text-align: center;
}
body.dark td.camp-overview-level {
padding: 0 2px;
width: 1em;
}
body.dark .camp-overview-level-container {
background: inherit;
border-color: #3a3a3a;
border-radius: 1.75em;
text-align: center;
font-size: 85%;
width: 2em;
height: 2em;
line-height: 2em;
margin: 2px auto;
vertical-align: middle;
font-weight: bold;
}
body.dark .lvl-container-camp-normal {
border-width: 3px;
width: 2em;
height: 2em;
line-height: 2em;
}
body.dark .lvl-container-camp-outpost {
border-width: 2px;
width: 1.5em;
height: 1.5em;
line-height: 1.5em;
}
body.dark .lvl-container-camp-capital {
border-width: 3px;
width: 2em;
height: 2em;
line-height: 2em;
}
body.dark tr.camp-overview-camp {
border-style: solid;
border-width: 1px;
}
body.dark .camp-overview-lvl14 {
text-align: center;
height: 1em;
}
body.dark #camp-overview hr {
margin: 0;
border: 1px solid #444;
}
body.dark #resultlist-inventorymanagement-found ul li,
body.dark #resultlist-loststuff-lost ul li {
border-width: 0px;
padding-bottom: 5px;
}
body.dark ul.resultlist li {
margin: 0px 3px;
background-color: transparent;
}
body.dark ul.resultlist-positive li:before {
content: "+ ";
}
body.dark #switch {
background-color: #202220;
}
body.dark div.grid-content {
background: #282a28;
border: 2px solid #3a3a3a;
}
body.dark #in-game-date {
float: right;
}
body.dark .blueprint:hover {
border-width: 2px !important;
}
body.dark .blueprint-piece-box {
width: 2em;
height: 2em;
display: inline-block;
margin: 0px 3px;
border-width: 2px;
border-style: solid;
vertical-align: middle;
}
body.dark .blueprint-piece-box-found {
background: #444;
border-color: #555;
}
body.dark .blueprint-piece-box-missing {
background: #282a28;
border: 2px solid #3a3a3a;
}
body.dark .blueprint-piece-box img {
margin: 0.4em;
width: 1.2em;
height: 1.2em;
}
body.dark .event-starting {
animation: event-end 1.3s step-end infinite;
animation-timing-function: ease-in-out;
}
body.dark .event-ending {
animation: event-end 1.3s step-end infinite;
animation-timing-function: ease-in-out;
}
@keyframes event-end {
0% {
opacity: inherit;
}
50% {
opacity: 0.4;
}
}
body.dark #fight-popup {
min-width: 35%;
}
body.dark .fight-damage-indicator,
body.dark .fight-status-indicator {
margin: 0;
font-size: 85%;
font-weight: bold;
position: absolute;
top: 0;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
body.dark .fight-damage-indicator {
color: #E13232;
right: -3em;
}
body.dark .fight-status-indicator {
color: #bbb;
right: -5em;
}
body.dark .fight-status-stunned {
color: #999;
}
body.dark #fight-popup-enemy-stats {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
body.dark #fight-popup-enemy-difficulty {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
body.dark #manage-save-textarea {
font-size: 85%;
}
body.dark .loading-content,
body.dark .thinking-content {
position: fixed;
top: 0;
left: 0;
z-index: 20;
width: 100%;
height: 100%;
background: rgba(32, 34, 32, 0.5);
}
body.dark .loading-spinner {
text-align: center;
width: 100%;
position: relative;
top: 50%;
left: 0;
}
body.dark .loading-spinner .loading-dot {
background: #ccc;
width: 11px;
height: 11px;
margin: 2px;
border-radius: 100%;
display: inline-block;
-webkit-animation: sk-bouncedelay 1.3s infinite ease-in-out both;
animation: sk-bouncedelay 1.3s infinite ease-in-out both;
}
body.dark .loading-spinner .loading-dot1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
body.dark .loading-spinner .loading-dot2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
body.dark .loading-spinner .loading-dot3 {
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
@-webkit-keyframes sk-bouncedelay {
0%,
80%,
100% {
-webkit-transform: scale(0);
}
40% {
-webkit-transform: scale(1);
}
}
@keyframes sk-bouncedelay {
0%,
80%,
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
body.dark div {
scrollbar-color: #2f322f #666;
}
body.dark div ::-webkit-scrollbar {
width: 11px;
background: #2f322f;
}
body.dark div ::-webkit-scrollbar-track {
background: #2f322f;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 10px;
}
body.dark div ::-webkit-scrollbar-button {
background: #666;
display: none;
}
body.dark div ::-webkit-scrollbar-thumb {
background: #666;
border-radius: 5.5px;
}
body.dark div ::-webkit-scrollbar-thumb:hover {
background: #888;
}
body.dark div ::-webkit-scrollbar-thumb:window-inactive {
background: #666;
}
body.dark div ::-webkit-scrollbar-corner,
body.dark div ::-webkit-resizer {
background: rgba(102, 102, 102, 0.75) !important;
border: 0px solid rgba(102, 102, 102, 0.75);
box-shadow: none;
}
body.dark div ::-webkit-scrollbar-corner:hover,
body.dark div ::-webkit-resizer:hover {
background: rgba(136, 136, 136, 0.75) !important;
border: 0px solid rgba(102, 102, 102, 0.75);
box-shadow: none;
}
body.dark #minimap {
overflow: hidden;
}
body.dark #mainmap {
overflow: hidden;
}
body.dark #mainmap,
body.dark #researched-upgrades-vis {
overflow: hidden;
}
body.dark .canvas-overlay {
position: absolute;
top: 0;
pointer-events: none;
}
body.dark .canvas-overlay-cell {
position: absolute;
pointer-events: auto;
cursor: pointer;
font-size: 70%;
display: table;
line-height: 0.85;
}
body.dark .canvas-overlay-cell p {
display: table-cell;
vertical-align: middle;
text-align: center;
}
body.dark .map-overlay-cell {
width: 11px;
height: 11px;
border: none;
}
body.dark .map-overlay-cell:hover {
background: #fdfdfd;
}
body.dark .map-overlay-cell.selected {
background: #fdfdfd;
outline: 5px solid rgba(255, 255, 255, 0.5);
}
body.dark #researched-upgrades-vis-container {
max-height: 300px;
}
body.dark .upgrades-overlay-cell {
width: 85px;
height: 22px;
color: #202220;
}
body.dark .upgrades-overlay-cell:hover {
background: rgba(253, 253, 253, 0.1);
}
body.dark #tab-vis-in {
border: 2px solid #3a3a3a;
padding: 0;
}
body.dark #tab-vis-in-container {
position: relative;
margin: 0 auto;
padding: 0;
overflow: hidden;
height: 100px;
}
body.dark #vis-camp-info-overlay {
position: absolute;
bottom: 0;
width: 100%;
height: 16px;
background: #2f322f;
font-size: 75%;
padding: 1px;
vertical-align: middle;
text-align: center;
z-index: 9;
}
body.dark .vis-camp-layer {
position: absolute;
top: 0;
}
body.dark .vis-camp-building-container {
background: transparent;
border-radius: 3px;
border: 2px dotted transparent;
position: absolute;
width: 10px;
height: 10px;
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
font-size: 75%;
color: transparent;
}
body.dark .vis-camp-building-container.filled {
display: none;
}
body.dark .vis-camp-floor {
background: #2f322f;
position: absolute;
left: 0px;
}
body.dark .vis-camp-building {
position: absolute;
opacity: 1;
width: 12px;
height: 12px;
z-index: 3;
font-size: 75%;
}
body.dark .vis-camp-building-z0 {
z-index: 4;
}
body.dark .vis-camp-building-z1 {
z-index: 3;
}
body.dark .vis-camp-building-z2 {
z-index: 2;
}
body.dark .vis-camp-building-z3 {
z-index: 1;
}
body.dark .vis-camp-building-z4 {
z-index: 0;
}
body.dark.vision-step-0 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.75) 75%, #202220 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.75) 75%, #202220 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.75) 75%, #202220 100%);
}
body.dark.vision-step-1 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.7495) 78%, #202220 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.7495) 78%, #202220 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.7495) 78%, #202220 100%);
}
body.dark.vision-step-2 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.749) 81%, #202220 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.749) 81%, #202220 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.749) 81%, #202220 100%);
}
body.dark.vision-step-3 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.7485) 84%, #202220 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.7485) 84%, #202220 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.7485) 84%, #202220 100%);
}
body.dark.vision-step-4 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.748) 87%, #202220 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.748) 87%, #202220 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.748) 87%, #202220 100%);
}
body.dark.vision-step-5 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.7475) 90%, #202220 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.7475) 90%, #202220 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.7475) 90%, #202220 100%);
}
body.dark.vision-step-6 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.747) 93%, #202220 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.747) 93%, #202220 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.747) 93%, #202220 100%);
}
body.dark.vision-step-7 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.7465) 96%, #202220 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.7465) 96%, #202220 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.7465) 96%, #202220 100%);
}
body.dark.vision-step-8 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.746) 99%, #202220 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.746) 99%, #202220 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.746) 99%, #202220 100%);
}
body.dark.vision-step-9 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.7455) 99%, #202220 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.7455) 99%, #202220 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.7455) 99%, #202220 100%);
}
body.dark.vision-step-10 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.745) 99%, #202220 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.745) 99%, #202220 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.745) 99%, #202220 100%);
}
body.sunlit {
background: #fbfbfb;
color: #202220;
font-family: Arial, sans-serif;
font-size: 11pt;
line-height: 1.3em;
/* WEBKIT BROWSERS */
}
body.sunlit .centered {
margin-left: auto;
margin-right: auto;
}
body.sunlit .hidden {
display: none;
}
body.sunlit .nowrap {
white-space: nowrap;
}
body.sunlit .unselectable {
-webkit-user-select: none;
/* Safari */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* IE10+/Edge */
user-select: none;
/* Standard */
}
body.sunlit .full-width {
width: 100%;
}
body.sunlit .centered {
margin-left: auto !important;
margin-right: auto !important;
}
body.sunlit .strike-through,
body.sunlit .strike-through p {
text-decoration: line-through;
opacity: 0.9;
}
body.sunlit .container-dimmed .dimmable {
opacity: 0.5;
}
body.sunlit span.icon {
padding: 2px;
}
body.sunlit img.icon-ui-generic {
height: 1.5em;
width: 1.5em;
}
body.sunlit .shadowed-basic {
-webkit-box-shadow: 1px 2px 5px 2px rgba(96, 96, 96, 0.25);
-moz-box-shadow: 1px 2px 5px 2px rgba(96, 96, 96, 0.25);
box-shadow: 1px 2px 5px 2px rgba(96, 96, 96, 0.25);
}
body.sunlit .lvl13-box-1 {
background-color: #fff;
border: 1px solid #aaa;
}
body.sunlit .lvl13-box-2 {
background: "inherit";
border: 1px solid #aaa;
}
body.sunlit span.hl-functionality {
font-weight: bold;
}
body.sunlit .p-meta {
color: rgba(0, 0, 0, 0.5);
}
body.sunlit .dimmed {
color: #999;
}
body.sunlit .columns-container {
display: flex;
}
body.sunlit .columns-container-vcenter {
align-items: center;
}
body.sunlit .columns-child {
flex: 1;
padding-left: 5px;
padding-right: 5px;
}
body.sunlit .columns-child:first-child {
padding-left: 0px;
}
body.sunlit .columns-child:last-child {
padding-right: 0px;
}
body.sunlit .columns-child-small {
flex: 0;
}
body.sunlit table.fullwidth {
width: 100%;
}
body.sunlit td,
body.sunlit th {
transition: all 0.15s;
}
body.sunlit .balancing-tab table {
font-size: 80%;
}
body.sunlit table.spacious {
margin: 5px 0px;
}
body.sunlit table.spacious td {
padding: 2px 5px;
}
body.sunlit table.spacious td:last-child {
padding-right: 0px;
}
body.sunlit table.spacious td:first-child {
padding-left: 0px;
}
body.sunlit table.updating td {
background: rgba(250, 0, 0, 0.15);
}
body.sunlit table.borders td {
border: 1px solid #aaa;
}
body.sunlit table.borders th {
background: #e6e6e6;
}
body.sunlit table.borders th.alt-1 {
background: #6af;
}
body.sunlit table.borders th.alt-2 {
background: #6fa;
}
body.sunlit table.borders th.alt-3 {
background: #fa6;
}
body.sunlit table.borders td.alt-1 {
background: rgba(102, 170, 255, 0.2);
}
body.sunlit table.borders td.alt-2 {
background: rgba(102, 255, 170, 0.2);
}
body.sunlit table.borders td.alt-3 {
background: rgba(255, 170, 102, 0.2);
}
body.sunlit table th.sortable {
background: #ddd;
cursor: pointer;
}
body.sunlit table.highlight-row tr:hover {
background: rgba(255, 255, 255, 0.1);
}
body.sunlit table th.foldable-table-header {
background: #ddd;
cursor: pointer;
}
body.sunlit table th.foldable-table-header.folded-table-header {
background: #ddd;
font-weight: bold;
cursor: pointer;
}
body.sunlit td.folded-table-cell,
body.sunlit th.folded-table-cell {
min-width: 1px !important;
overflow: hidden;
text-overflow: clip;
max-width: 1px;
padding: 0;
color: transparent;
-webkit-user-select: none;
/* Safari */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* IE10+/Edge */
user-select: none;
/* Standard */
}
body.sunlit td.minwidth {
width: 5%;
}
body.sunlit td.maxwidth {
width: 95%;
}
body.sunlit td.list-amount,
body.sunlit td.list-storage {
min-width: 30pt;
text-align: center;
}
body.sunlit td.list-ordinal {
min-width: 10pt;
text-align: center;
}
body.sunlit td.list-description {
padding-left: 10px;
}
body.sunlit td.list-action {
text-align: center;
width: 100pt;
}
body.sunlit td.list-main {
text-align: center;
}
body.sunlit td.item-name {
min-width: 8em;
}
body.sunlit td.text-overflow {
font-size: 75%;
width: 6em;
max-width: 6em;
overflow: hidden;
white-space: nowrap;
}
body.sunlit th.th-number {
text-align: center;
}
body.sunlit th.th-text {
text-align: left;
}
body.sunlit td.bg-reset {
background: #fff;
}
body.sunlit tr.current {
background: #e6e6e6;
border-color: #e6e6e6;
}
body.sunlit tr.header-mini {
font-size: 85%;
}
body.sunlit hr {
color: #999;
margin: 1em 5px;
border: none;
border-top: 1px #999 solid;
height: 1px;
}
body.sunlit table td {
padding: 0px 2px;
}
body.sunlit td > button,
body.sunlit td > div.container-btn-action {
margin-left: 0px;
}
body.sunlit button {
cursor: pointer;
}
body.sunlit ::-moz-selection {
background: #ccc;
}
body.sunlit ::selection {
background: #ccc;
}
body.sunlit h1,
body.sunlit h2,
body.sunlit h3,
body.sunlit h4,
body.sunlit h5,
body.sunlit h6 {
font-family: "Arial Narrow", Arial, sans-serif;
letter-spacing: 0.1pt;
text-transform: uppercase;
}
body.sunlit h3,
body.sunlit h4 {
margin: 1em 0 0.5em 0;
}
body.sunlit h4 {
margin: 1em 0 0.5em 0;
}
body.sunlit a {
border: none !important;
background: inherit !important;
}
body.sunlit a:hover {
color: #000 !important;
}
body.sunlit a:link,
body.sunlit a:visited {
color: #202220;
}
body.sunlit .p-dense,
body.sunlit .p-dense p {
margin: 0.25em 0;
}
body.sunlit p.nomargin {
margin: 0;
}
body.sunlit .ui-anim {
transform: scale(1.15, 1.15);
opacity: 0.8;
font-weight: bold;
}
body.sunlit .ui-anim-negative {
color: #e64646 !important;
}
body.sunlit button {
width: 95pt;
padding: 8px 16px;
margin: 4px;
z-index: 2;
font-weight: 500;
position: relative;
text-transform: lowercase;
background: #fbfbfb;
color: #202220;
border: 1px solid #777;
}
body.sunlit button:hover {
color: #000 !important;
border-color: #4a4a4a;
}
body.sunlit button:active {
position: relative;
top: 1px;
}
body.sunlit button,
body.sunlit ul.tabs li {
transition: color 0.2s;
}
body.sunlit button.action {
border-width: 2px;
margin: 0px;
margin-bottom: 0px;
white-space: nowrap;
}
body.sunlit button.action.multiline {
white-space: normal;
}
body.sunlit button.btn-secondary {
border-width: 1px;
}
body.sunlit button.action-move {
width: 55px;
}
body.sunlit button.context {
width: auto;
display: inline;
float: right;
}
body.sunlit button.btn-wide {
width: 110pt;
}
body.sunlit button.btn-narrow {
width: 80pt;
}
body.sunlit button.btn-compact {
width: auto;
min-width: 2.5em;
padding: 8px 10px;
}
body.sunlit button.btn-mini {
width: auto;
padding: 4px 8px;
}
body.sunlit button.btn-glyph {
font-weight: bold;
width: 1.5em;
height: 1.5em;
margin: 1px 2px;
padding: 1px;
font-size: 1em;
vertical-align: middle;
text-align: center;
border-width: 1px;
border-radius: 1px;
}
body.sunlit button.btn-glyph-big {
width: auto !important;
min-width: 2.5em;
padding-left: 0;
padding-right: 0;
}
body.sunlit button.btn-meta {
width: auto;
padding: 2px 7px;
border-radius: 0px !important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: none;
border-width: 0px;
text-transform: lowercase;
}
body.sunlit button.btn-meta-float {
float: right;
}
body.sunlit button.btn-meta:hover {
text-decoration: underline;
}
body.sunlit div.container-btn-action {
display: inline-block;
padding: -1px;
margin: 4px 6px;
border-width: 0px;
}
body.sunlit table div.container-btn-action {
margin: 2px 2px;
}
body.sunlit table.dense div.container-btn-action {
margin: 2px 2px;
}
body.sunlit div.container-btn-action button {
margin: -1px;
}
body.sunlit .callout-container hr {
margin: 0.25em 3px;
}
body.sunlit .cooldown-reqs {
height: 5px;
width: 0%;
padding: 0;
border-width: 0px;
transition: all 0.1s;
}
body.sunlit .cooldown-duration {
background: rgba(100, 100, 100, 0.25);
}
body.sunlit button .cooldown-action,
body.sunlit button .cooldown-duration {
height: 100%;
position: absolute;
top: 0px;
left: 0px;
padding: 0;
}
body.sunlit .cooldown-action {
background-color: rgba(136, 136, 136, 0.3);
}
body.sunlit .cooldown-reqs {
background-color: rgba(136, 136, 136, 0.3);
}
body.sunlit button.btn-disabled,
body.sunlit li.disabled {
opacity: 0.65;
cursor: default !important;
}
body.sunlit button.btn-disabled-vision {
opacity: 0.2;
color: rgba(0, 0, 0, 0) !important;
}
body.sunlit button.btn-disabled-vision:hover {
opacity: 0.65;
}
body.sunlit button.btn-disabled-basic,
body.sunlit button.btn-disabled-vision,
body.sunlit button.btn-disabled-resources,
body.sunlit li.disabled {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
font-weight: normal !important;
}
body.sunlit button.action.btn-disabled-basic,
body.sunlit button.btn-disabled-vision,
body.sunlit li.disabled {
text-decoration: line-through !important;
}
body.sunlit button.action.btn-disabled-basic:before {
content: "\00a0";
}
body.sunlit button.action.btn-disabled-basic:after {
content: "\00a0";
}
body.sunlit button.btn-disabled-basic,
body.sunlit button.btn-disabled-vision,
body.sunlit button.btn-disabled-resources,
body.sunlit button.btn-disabled-cooldown {
border-color: #999;
color: #666 !important;
}
body.sunlit .button-detail-label {
margin: -4px 0 2px 0;
}
body.sunlit div.container-btn-action:hover + div.btn-callout,
body.sunlit div.btn-callout:hover,
body.sunlit .info-callout-target:hover + div.info-callout,
body.sunlit div.info-callout:hover {
display: block;
}
body.sunlit div.btn-callout,
body.sunlit div.info-callout {
text-align: left;
display: none;
position: absolute;
width: 100%;
min-width: 80px;
z-index: 5;
text-transform: none;
}
body.sunlit div.btn-callout {
width: 100%;
text-align: center;
top: 37px;
pointer-events: none;
opacity: 0.95;
}
body.sunlit div.info-callout {
width: auto;
min-width: 50%;
max-width: 100%;
}
body.sunlit .info-callout-target {
border-width: 0px;
border-style: solid;
padding: 0px;
margin: 0px;
cursor: help;
display: inline-block;
}
body.sunlit div.btn-callout-content,
body.sunlit div.info-callout-content {
background: #fbfbfb;
color: #202220;
border: 1px solid #999;
}
body.sunlit .item div.info-callout-target,
body.sunlit .res div.info-callout-target,
body.sunlit .resultlist li div.info-callout-target,
body.sunlit .itemlist div.info-callout-target {
border-width: 0px;
background-color: inherit;
}
body.sunlit .info-callout-target-small + div.info-callout {
width: auto !important;
max-width: none !important;
white-space: nowrap;
}
body.sunlit div.callout-container {
position: relative;
display: inline-block;
}
body.sunlit div.btn-callout-content,
body.sunlit div.info-callout-content {
font-size: 85%;
overflow-wrap: break-word;
line-height: 1.45em;
}
body.sunlit div.btn-callout-content,
body.sunlit div.info-callout-content {
padding: 4px;
}
body.sunlit .info-callout button {
padding: 4px 8px;
}
body.sunlit div.btn-callout-content,
body.sunlit div.info-callout-content {
-webkit-box-shadow: 1px 2px 5px 2px rgba(96, 96, 96, 0.25);
-moz-box-shadow: 1px 2px 5px 2px rgba(96, 96, 96, 0.25);
box-shadow: 1px 2px 5px 2px rgba(96, 96, 96, 0.25);
}
body.sunlit .info-callout-content-section-long {
white-space: normal;
}
body.sunlit div.callout-arrow-up {
border-bottom-color: #999 !important;
width: 0;
height: 0;
z-index: 10;
position: relative;
top: 0px;
margin: 0 0 0 3.5px;
margin: 0px auto;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid;
}
body.sunlit .item div.callout-arrow-up {
margin: 0 0 0 2px;
}
body.sunlit span.action-risk {
display: block;
}
body.sunlit span.action-cost-blocker-storage {
text-decoration: line-through;
}
body.sunlit span.action-cost-blocker {
color: #999;
}
body.sunlit .action-separator {
display: block;
width: 10px;
height: 10px;
}
body.sunlit ul.tabs {
margin: 0;
padding: 0;
list-style-type: none;
}
body.sunlit ul.tabs li {
display: inline-block;
margin: 0px 1px;
padding: 5px 10px 5px 10px;
border-width: 1px;
border-style: solid;
position: relative;
z-index: 0;
white-space: nowrap;
top: 2px;
height: 32px;
cursor: pointer;
text-transform: lowercase;
background-color: #fbfbfb;
border-color: #aaa;
box-sizing: border-box;
}
body.sunlit ul.tabs li.selected {
font-weight: bold;
z-index: 2;
width: auto;
}
body.sunlit ul.tabs li.selected {
background: #fff;
}
body.sunlit ul.tabs li:hover {
text-decoration: underline;
}
body.sunlit ul.tabs li.selected {
border-color: #aaa;
border-bottom-color: #fff;
}
body.sunlit ul.tabs li span {
display: inline-block;
overflow-x: hidden;
width: 100%;
}
body.sunlit div.popup {
background: #fbfbfb;
border: 2px solid #aaa;
padding: 20px;
text-align: center;
position: fixed;
top: 50%;
left: 50%;
margin: 0;
min-width: 30%;
max-width: 60%;
-webkit-box-shadow: 1px 2px 5px 2px rgba(96, 96, 96, 0.25);
-moz-box-shadow: 1px 2px 5px 2px rgba(96, 96, 96, 0.25);
box-shadow: 1px 2px 5px 2px rgba(96, 96, 96, 0.25);
}
body.sunlit div.popup-ingame {
z-index: 16;
}
body.sunlit div.popup-meta {
z-index: 26;
}
body.sunlit div.popup-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(215, 215, 215, 0.85);
}
body.sunlit div.popup-overlay-ingame {
z-index: 15;
}
body.sunlit div.popup-overlay-meta {
z-index: 25;
}
body.sunlit .tab-options {
float: right;
}
body.sunlit .stepper {
text-align: center;
min-width: 70px;
vertical-align: middle;
margin: 1px;
white-space: nowrap;
}
body.sunlit .stepper button {
margin: 0;
}
body.sunlit .stepper button[data-type="minus"] {
border-radius: 7px 0px 0px 7px;
}
body.sunlit .stepper button[data-type="plus"] {
border-radius: 0px 7px 7px 0px;
}
body.sunlit .horizontal-select {
display: flex;
align-items: center;
margin: 2px 0;
}
body.sunlit .horizontal-select-title {
background: #fff;
padding: 1px 8px;
}
body.sunlit .horizontal-select-list {
padding: 0;
margin: 0;
}
body.sunlit .horizontal-select-option {
background: #fbfbfb;
border: 1px solid #999;
padding: 1px 5px;
margin: 0 2px;
display: inline-block;
cursor: pointer;
border-radius: 3px;
}
body.sunlit .horizontal-select-option:hover {
background: #ddd;
border-color: ligten(#999, 10%);
}
body.sunlit .horizontal-select-option.selected {
background: #ddd;
}
body.sunlit .stats-indicator {
display: block;
margin: 0 2px 0 0;
white-space: nowrap;
}
body.sunlit .stats-indicator span {
display: inline-block;
margin: auto 0 auto 1px;
}
body.sunlit .stats-indicator span.label {
text-transform: lowercase;
}
body.sunlit .stats-indicator span.value {
text-align: center;
margin-left: 4px;
}
body.sunlit .stats-indicator .value,
body.sunlit .stats-indicator .value-total,
body.sunlit .stats-indicator .change,
body.sunlit .stats-indicator .forecast {
color: #777;
}
body.sunlit .stats-indicator .change,
body.sunlit .stats-indicator .forecast {
font-size: 85%;
vertical-align: middle;
}
body.sunlit .stats-indicator .progress {
height: 0.5em;
width: 35px;
display: inline-block;
vertical-align: middle;
}
body.sunlit .stats-indicator .progress-wrap {
margin: auto 1px auto 3px;
}
body.sunlit .change-indicator {
width: 1em;
height: 1em;
display: inline-block;
background-size: 100%;
margin: 0px 2px;
opacity: 0.75;
vertical-align: middle;
}
body.sunlit .indicator-even {
background-image: url('../img/eldorado/icon-even.png');
opacity: 0.25;
}
body.sunlit .indicator-decrease {
background-image: url('../img/eldorado/icon-decrease.png');
}
body.sunlit .item-comparison-badge .indicator-decrease {
opacity: 0.25;
}
body.sunlit .indicator-increase {
background-image: url('../img/eldorado/icon-increase.png');
}
body.sunlit .indicator-fastincrease {
background-image: url('../img/eldorado/icon-fastincrease.png');
}
body.sunlit .indicator-equipped {
background-image: url('../img/eldorado/icon-checkmark.png');
opacity: 0.5;
}
body.sunlit .collapsible-container {
margin: 5px 0px;
}
body.sunlit .collapsible-container {
border: 1px solid #aaa;
}
body.sunlit .collapsible-header {
background: #e6e6e6;
cursor: pointer;
margin: 0px;
padding: 5px 30px 5px 10px;
background-image: url('../img/open-iconic/arrow-circle-top-2x.png');
background-repeat: no-repeat;
background-position: right 8px center;
}
body.sunlit .collapsible-header.collapsible-collapsed {
background-image: url('../img/open-iconic/arrow-circle-bottom-2x.png');
background-repeat: no-repeat;
background-position: right 8px center;
}
body.sunlit .collapsible-content {
margin: 5px 10px;
}
body.sunlit .progress {
width: 100%;
max-width: 250px;
height: 1em;
border-width: 0px !important;
line-height: 1.3;
}
body.sunlit .progress-wrap {
background-color: #999;
margin: 2px 0;
border: 0px;
overflow: hidden;
position: relative;
}
body.sunlit .progress-wrap-science {
background-color: #6af !important;
}
body.sunlit .progress-multibar-container {
display: flex;
margin: 2px 0;
}
body.sunlit .progress-multibar-container .progress-wrap {
display: inline-block !important;
margin: 0px;
}
body.sunlit .progress-bar {
left: 0;
top: 0;
position: absolute;
background: #e6e6e6;
}
body.sunlit .progress-label {
left: 0;
top: 0;
position: absolute;
width: 100%;
font-size: 85%;
text-align: center;
vertical-align: text-top;
}
body.sunlit .progress-bar-change {
background: #ddd;
position: absolute;
width: 0%;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
body.sunlit .canvas-container {
text-align: center;
overflow: hidden;
position: relative;
border-width: 1px !important;
}
body.sunlit .canvas-container {
border: 1px solid #aaa;
}
body.sunlit .scroll-position-container {
padding: 5px;
position: relative;
overflow: hidden;
}
body.sunlit .scroll-position-indicator {
position: absolute;
background: #aaa;
}
body.sunlit .scroll-position-indicator-vertical {
width: 100%;
height: 50%;
min-height: 10px;
min-width: 10px;
top: 10px;
left: 0;
}
body.sunlit .scroll-position-indicator-horizontal {
height: 100%;
width: 50%;
min-width: 10px;
min-height: 10px;
top: 0;
left: 10px;
}
body.sunlit .scrollable.scroll-enabled {
cursor: all-scroll;
}
body.sunlit .bubble {
background-color: #ccc;
color: #202220;
background-size: 12px;
background-repeat: no-repeat;
background-position: center;
position: absolute;
top: -6px;
right: -6px;
width: 16px;
height: 16px;
text-align: center;
border-radius: 8px;
font-weight: bold;
font-size: 85%;
}
body.sunlit table .bubble {
position: inherit;
top: inherit;
left: inherit;
}
body.sunlit .bubble-even {
background-image: url('../img/eldorado/icon-even-dark.png');
opacity: 0.25;
}
body.sunlit .bubble-decrease {
background-image: url('../img/eldorado/icon-decrease-dark.png');
}
body.sunlit .bubble-increase {
background-image: url('../img/eldorado/icon-increase-dark.png');
}
body.sunlit .bubble-fastincrease {
background-image: url('../img/eldorado/icon-fastincrease-dark.png');
}
body.sunlit .container-relative {
position: relative;
display: inline-block;
}
body.sunlit .container-relative p {
margin: 0;
}
body.sunlit .container-nomargin {
margin: 0;
}
body.sunlit .statsbar {
padding: 3px 2px;
}
body.sunlit .actionbox,
body.sunlit .infobox,
body.sunlit .buttonbox {
margin: 6px 0px;
}
body.sunlit .infobox {
padding: 0px 0px 5px 0px;
}
body.sunlit .infobox-scrollable {
border: 1px solid #aaa;
text-align: left;
margin-left: auto;
margin-right: auto;
overflow-y: auto;
padding-left: 10px;
padding-right: 10px;
max-height: 12em;
}
body.sunlit .infobox-scrollable-header {
margin: 1.5em 0 0 0;
}
body.sunlit .actionbox {
padding: 3px 0px;
}
body.sunlit .textbox {
padding: 10px 0px;
max-width: 70em;
}
body.sunlit .divbox {
margin: 10px 0 10px 0;
}
body.sunlit .inventorybox {
border-color: #aaa;
border-width: 1px;
border-style: solid;
border-radius: 10px;
padding: 5px 0px 2px 0px;
margin: 5px 0px;
min-height: 1em;
min-width: 1em;
vertical-align: top;
}
body.sunlit .inventorybox ul li {
background: inherit !important;
margin: 0px 2px 2px 0px;
padding: 0;
border-width: 1px;
border-style: solid;
display: inline-block;
position: relative;
}
body.sunlit .inventorydivision {
width: 49%;
display: table-cell;
position: relative;
vertical-align: top;
padding-top: 2.5em;
margin-top: -5px;
}
body.sunlit .inventorydivision-with-footer {
padding-bottom: 2em;
}
body.sunlit .inventorydivision .inventorybox-header {
position: absolute;
top: 0;
left: 0;
margin: 0;
width: 100%;
padding: 5px 0;
}
body.sunlit .inventorydivision:first-child .inventorybox-header {
border-radius: 10px 0 0 0;
}
body.sunlit .inventorydivision:last-child .inventorybox-header {
border-radius: 0 10px 0 0;
}
body.sunlit .inventorydivision .inventorybox-footer {
position: absolute;
bottom: 3px;
left: 0;
margin: 0;
width: 100%;
}
body.sunlit #common-popup .inventorybox ul {
min-width: 380px;
width: 100%;
}
body.sunlit .inventorybox ul,
body.sunlit .ul-horizontal {
padding: 0px;
margin: 0px;
}
body.sunlit .inventorybox-negative > li {
opacity: 80%;
}
body.sunlit .highlightbox,
body.sunlit .inventorybox-header,
body.sunlit .inventorybox-footer {
background: #e6e6e6;
border-color: #e6e6e6;
}
body.sunlit .li-item-negative {
background: rgba(250, 0, 0, 0.15) !important;
border: 1px solid #ee1111 !important;
}
body.sunlit .item-slot,
body.sunlit .follower-slot {
background: inherit !important;
margin: 0px 2px 2px 0px;
padding: 0;
border-width: 1px;
border-style: solid;
display: inline-block;
position: relative;
}
body.sunlit .item-slot.highlighted,
body.sunlit .follower-slot-highlighted {
border-color: #bfbfbf;
color: #454945;
}
body.sunlit .item-slot-big,
body.sunlit .follower-slot-big {
width: 55px;
height: 70px;
}
body.sunlit .item-slot-small,
body.sunlit .follower-slot-small {
width: 37px;
height: 37px;
}
body.sunlit .item-slot-equipped {
border-color: #999;
}
body.sunlit .item-equipped {
background: #e6e6e6;
}
body.sunlit .item-slot-type-empty,
body.sunlit .follower-slot-type-empty {
font-size: 85%;
text-align: center;
width: 55px;
height: 70px;
line-height: 70px;
display: inline-block;
opacity: 0.25;
font-style: oblique;
}
body.sunlit .item-slot-type-equipped,
body.sunlit .follower-slot-type-empty {
font-size: 85%;
text-align: center;
width: 55px;
height: 70px;
line-height: 70px;
display: inline-block;
}
body.sunlit .item-slot-image {
position: absolute;
}
body.sunlit .item-slot-big .item-slot-image {
left: 9.5px;
top: 27px;
}
body.sunlit .item-slot-name,
body.sunlit .item-slot-type-equipped,
body.sunlit .follower-slot-type-selected {
background-color: #e6e6e6;
width: 100%;
text-align: center;
overflow: hidden;
line-height: 1.05em;
height: auto;
max-height: 1.9em;
padding: 0.35em 0;
}
body.sunlit .item-slot.highlighted .item-slot-type-equipped {
background: #fafafa;
}
body.sunlit .item-slot-effect {
display: none;
}
body.sunlit .item-slot-name {
bottom: 0px;
opacity: 0;
}
body.sunlit .item-slot-type-equipped,
body.sunlit .follower-slot-type-selected {
top: 0px;
}
body.sunlit .item-slot-simple {
border-width: 0px !important;
}
body.sunlit div.item-slot > div,
body.sunlit div.item-slot > span {
position: absolute;
cursor: default;
}
body.sunlit .follower-slot-follower {
width: 100%;
display: block;
text-align: center;
}
body.sunlit ul.itemlist,
body.sunlit ul.resultlist {
list-style-type: none;
padding: 0;
margin: 0;
display: inline-block;
}
body.sunlit .itemlist li {
display: inline-flex;
}
body.sunlit .item,
body.sunlit .res {
vertical-align: middle;
display: inline-flex;
position: relative;
margin: 2px;
padding: 5px;
border-width: 2px;
border-style: solid;
border-radius: 50%;
width: 18px;
height: 18px;
}
body.sunlit .item,
body.sunlit .res,
body.sunlit .li-item-negative,
body.sunlit .li-item-positive {
background: #fff;
border: 1px solid #aaa;
}
body.sunlit .item.highlighted {
background: #ffffff;
border-color: #dddddd;
}
body.sunlit .res {
border-radius: 0 !important;
margin: 8px 6px 6px 6px !important;
padding: 0px !important;
border-width: 1px;
}
body.sunlit .item img,
body.sunlit .li-item-negative img,
body.sunlit .li-item-positive img {
margin: -3px 0px 3px 0px;
vertical-align: middle;
height: 16px;
width: 16px;
}
body.sunlit .res img {
margin: -2px 1px 8px 1px;
vertical-align: middle;
height: 12px;
width: 12px;
}
body.sunlit .item div.item-count,
body.sunlit .res div.item-count {
border-width: 1px;
color: #777;
font-size: 75%;
position: absolute;
bottom: -0.9em;
left: -2px;
min-width: 100%;
padding: 0 1px;
line-height: 1em;
text-align: center;
z-index: 3;
}
body.sunlit li.item-with-count {
margin-bottom: 1em;
}
body.sunlit .warning,
body.sunlit .warning span,
body.sunlit li.li-item-negative,
body.sunlit .item-slot-lost .item-count {
color: #e64646 !important;
}
body.sunlit hr.warning {
border-color: #e64646 !important;
}
body.sunlit .warning.progress-wrap {
background: #e64646 !important;
}
body.sunlit .warning .progress-label {
color: #202220 !important;
}
body.sunlit .inventorybox-negative,
body.sunlit .item-slot-lost .item-count {
border: 1px solid #ee1111 !important;
}
body.sunlit .item-comparison-indicator {
background-size: 100%;
border: none;
background-repeat: no-repeat;
background-position: center;
width: 10px;
height: 10px;
}
body.sunlit .item-comparison-badge {
top: -11px;
right: -11px;
position: absolute;
border-width: 1px;
border-style: solid;
border-color: #999;
padding: 2px;
border-radius: 6px;
background: #fff;
}
body.sunlit .dev-hud {
opacity: 0.75;
background: #999;
padding: 1px;
border-radius: 5px;
z-index: 100;
}
body.sunlit .dev-hud:hover {
opacity: 1;
}
body.sunlit .status-badge {
float: right;
padding: 0 0.75em;
border-radius: 1em;
height: 1em;
}
body.sunlit .status-badge {
background: #e6e6e6;
}
body.sunlit input,
body.sunlit select,
body.sunlit textarea {
background-color: #fff;
color: #202220;
border: 1px solid #aaa;
}
body.sunlit input[type=range] {
background: inherit;
border: none;
margin: 3px 5px;
vertical-align: middle;
cursor: pointer;
height: 20px;
-webkit-appearance: none;
}
body.sunlit input[type=range]:focus {
outline: none;
}
body.sunlit input[type=range]::-webkit-slider-runnable-track {
height: 5px;
cursor: pointer;
animate: 0.2s;
background: #fff;
}
body.sunlit input[type=range]::-webkit-slider-thumb {
border: 1px solid #888;
height: 15px;
width: 15px;
border-radius: 15px;
background: #202220;
cursor: pointer;
-webkit-appearance: none;
margin-top: -5px;
}
body.sunlit input[type=range]:focus::-webkit-slider-runnable-track {
background: #fff;
}
body.sunlit input[type=range]::-moz-range-track {
width: 100%;
height: 5px;
cursor: pointer;
animate: 0.2s;
background: #fff;
}
body.sunlit input[type=range]::-moz-range-thumb {
border: 1px solid #888;
height: 15px;
width: 15px;
border-radius: 15px;
background: #202220;
cursor: pointer;
}
body.sunlit input[type=range]::-ms-track {
width: 100%;
height: 5px;
cursor: pointer;
animate: 0.2s;
background: transparent;
border-color: transparent;
color: transparent;
}
body.sunlit input[type=range]::-ms-fill-lower {
background: #202220;
border: 0px solid #000000;
border-radius: 2px;
}
body.sunlit input[type=range]::-ms-fill-upper {
background: #202220;
border: 0px solid #000000;
border-radius: 2px;
}
body.sunlit input[type=range]::-ms-thumb {
margin-top: 1px;
border: 1px solid #888;
height: 15px;
width: 15px;
border-radius: 15px;
background: #202220;
cursor: pointer;
}
body.sunlit input[type=range]:focus::-ms-fill-lower {
background: #202220;
}
body.sunlit input[type=range]:focus::-ms-fill-upper {
background: #202220;
}
body.sunlit .checkbox {
width: 1em;
height: 1em;
border-width: 1px;
border-style: solid;
display: inline-block;
margin: 1px 3px;
vertical-align: middle;
cursor: pointer;
}
body.sunlit .checkbox-label {
display: inline-block;
vertical-align: middle;
margin: 0;
}
body.sunlit select {
margin: 0px 5px;
padding: 1px 3px;
}
body.sunlit input.amount {
width: 30pt;
margin: 0;
padding: 1px;
text-align: center;
border-width: 1px 0px;
}
body.sunlit .sub-page-container {
padding: 10px 20px;
}
body.sunlit .faq-category h3 {
text-transform: none;
}
body.sunlit #log {
background: none;
}
body.sunlit #log ul {
list-style-type: none;
padding-left: 0;
margin: 0;
}
body.sunlit #log ul li {
margin: 0px 0px 0.8em 0px;
}
body.sunlit #log .msg {
display: block;
}
body.sunlit #log-overlay {
height: 100%;
max-width: 214px;
width: 100%;
position: inherit;
pointer-events: none;
top: 0;
}
body.sunlit #log ul li.log-loaded,
body.sunlit #log ul li.log-loaded span {
color: #999;
}
body.sunlit span.time,
body.sunlit span.msg-camp-level {
font-size: 75%;
vertical-align: middle;
}
body.sunlit span.msg-count,
body.sunlit span.time,
body.sunlit span.msg-camp-level {
color: #777;
}
body.sunlit .lvl13-fade-down {
background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, #fbfbfb 100%);
background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, #fbfbfb 100%);
background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, #fbfbfb 100%);
background: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, #fbfbfb 100%);
}
body.sunlit .header-section {
display: inline-block;
vertical-align: top;
margin: 0px 5px 0px 0px;
float: left;
padding: 0px 2px;
}
body.sunlit #main-header-camp {
width: 100%;
}
body.sunlit #main-header-bag {
min-width: 20%;
max-width: 25%;
}
body.sunlit #main-header-equipment {
max-height: 122px;
text-align: center;
padding: 2px;
}
body.sunlit #main-header-items {
min-width: 35px;
max-width: 35%;
}
body.sunlit #header-tribe-container {
margin-bottom: 5px;
}
body.sunlit #grid-switch-content {
z-index: 1;
position: relative;
}
body.sunlit #grid-main-header .unit {
padding: 2px;
position: relative;
}
body.sunlit #statsbar-resources .callout-container {
width: 33%;
border: 0px;
}
body.sunlit #header-self-bar {
position: fixed;
width: 60px;
z-index: 5;
text-align: center;
padding: 5px 3px;
margin-left: -80px;
font-size: 80%;
}
body.sunlit #header-self-bar ul {
margin-top: 10px;
margin-bottom: 10px;
}
body.sunlit #header-self-bar > span {
display: block;
}
body.sunlit #header-self-bar .stats-indicator {
margin: 1px 0px;
width: 100%;
line-height: 1em;
}
body.sunlit #header-self-bar .callout-container {
width: 100%;
}
body.sunlit #header-self-bar .stats-indicator .value {
font-size: 85%;
margin: 3px 0;
}
body.sunlit #header-self-bar .info-callout {
width: 75px;
max-width: 75px;
}
body.sunlit #header-self-bar .change-indicator {
vertical-align: top;
margin: 0.2em 0 0 0.25em;
}
body.sunlit #header-self-bar div.callout-arrow-up {
margin: 0 0 0 23px;
}
body.sunlit #grid-location-header {
padding: 10px 0px 0px 0px;
}
body.sunlit #grid-location-header h1,
body.sunlit #grid-location-header img {
display: inline-block;
vertical-align: middle;
}
body.sunlit #level-icon {
margin: 3px 3px 3px 0;
width: 2.5em;
height: 2.5em;
}
body.sunlit .item-bag-options {
margin-top: 5px;
}
body.sunlit #bag-resources > .callout-container {
max-width: 49%;
}
body.sunlit #notification-player {
padding: 0px;
border-width: 1px;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-color: #999;
}
body.sunlit #notification-player .progress {
width: 100%;
max-width: 100%;
margin: 0;
}
body.sunlit span#out-position-indicator {
font-size: 80%;
line-height: 1.1em;
}
body.sunlit #footer {
padding: 1px 5px;
}
body.sunlit ul#game-options,
body.sunlit ul#game-options-extended {
list-style-type: none;
padding: 0;
margin: 0 0 0 0px;
line-height: 1em;
display: table;
float: right;
}
body.sunlit ul#game-options li,
body.sunlit ul#game-options-extended li {
list-style-type: none;
display: table-cell;
vertical-align: middle;
}
body.sunlit #game-version,
body.sunlit #game-msg {
text-transform: lowercase;
position: relative;
left: -55px;
}
body.sunlit .sticky-footer .one-quarter {
height: 2px;
padding: 0px;
}
body.sunlit span.improvement-badge {
padding: 5px;
margin: 1px;
background-color: #fff;
border: 1px solid #aaa;
border-radius: 5px;
min-width: 1em;
display: inline-block;
vertical-align: middle;
text-align: center;
}
body.sunlit span.improvement-badge.badge-disabled {
color: #666;
}
body.sunlit span.improvement-count {
font-weight: bold;
}
body.sunlit span.improvement-badge.improvement-upgrade-level {
position: absolute;
background-color: #e6e6e6;
top: -1px;
right: -1px;
padding: 0 1px !important;
font-size: 75%;
width: 1em;
}
body.sunlit .changelog-type {
padding: 2px 5px;
border-width: 1px;
border-style: solid;
margin: 0px 5px 0px 0px;
border-color: #aaa;
}
body.sunlit #changelog {
font-size: 85%;
margin-left: 10px;
margin-right: 10px;
}
body.sunlit #changelog ul {
padding: 0 0 0 2em;
margin: 0.25em 0 1em 0;
list-style-type: none;
}
body.sunlit #changelog li {
position: relative;
line-height: 1.35em;
}
body.sunlit #changelog li:before {
width: 7px;
height: 7px;
background: #ccc;
content: ".";
position: absolute;
left: -1em;
top: 0.375em;
display: inline-block;
overflow: hidden;
}
body.sunlit #out-container-compass,
body.sunlit #out-container-compass-actions {
text-align: center;
width: 208px;
}
body.sunlit #out-container-compass canvas,
body.sunlit #out-container-compass-actions table {
margin-left: auto;
margin-right: auto;
}
body.sunlit #table-out-actions-movement {
margin-top: 10px;
}
body.sunlit #mainmap-container-container {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
body.sunlit #trade-caravans-outgoing-container tr {
border-width: 3px;
border-bottom-width: 0px;
border-style: solid;
border-color: transparent;
}
body.sunlit #trade-caravans-outgoing-container tr.selected {
border-color: #e6e6e6;
}
body.sunlit .trade-caravans-outgoing-plan {
border-width: 3px;
border-top-width: 0px;
}
body.sunlit .row-detail-indicator {
display: inline-block;
width: 1.5em;
height: 1.5em;
text-align: center;
}
body.sunlit .row-detail-indicator {
color: #777;
}
body.sunlit #incoming-caravan-popup-multiplier {
justify-content: flex-end;
font-size: 85%;
margin-bottom: 1em;
}
body.sunlit .camp-overview-production,
body.sunlit .camp-overview-stats {
font-size: 85%;
}
body.sunlit .camp-overview-name {
max-width: 5em;
white-space: nowrap;
overflow-x: hidden;
}
body.sunlit .camp-overview-btn {
text-align: center;
}
body.sunlit td.camp-overview-level {
padding: 0 2px;
width: 1em;
}
body.sunlit .camp-overview-level-container {
background: inherit;
border-color: #aaa;
border-radius: 1.75em;
text-align: center;
font-size: 85%;
width: 2em;
height: 2em;
line-height: 2em;
margin: 2px auto;
vertical-align: middle;
font-weight: bold;
}
body.sunlit .lvl-container-camp-normal {
border-width: 3px;
width: 2em;
height: 2em;
line-height: 2em;
}
body.sunlit .lvl-container-camp-outpost {
border-width: 2px;
width: 1.5em;
height: 1.5em;
line-height: 1.5em;
}
body.sunlit .lvl-container-camp-capital {
border-width: 3px;
width: 2em;
height: 2em;
line-height: 2em;
}
body.sunlit tr.camp-overview-camp {
border-style: solid;
border-width: 1px;
}
body.sunlit .camp-overview-lvl14 {
text-align: center;
height: 1em;
}
body.sunlit #camp-overview hr {
margin: 0;
border: 1px solid #ddd;
}
body.sunlit #resultlist-inventorymanagement-found ul li,
body.sunlit #resultlist-loststuff-lost ul li {
border-width: 0px;
padding-bottom: 5px;
}
body.sunlit ul.resultlist li {
margin: 0px 3px;
background-color: transparent;
}
body.sunlit ul.resultlist-positive li:before {
content: "+ ";
}
body.sunlit #switch {
background-color: #fbfbfb;
}
body.sunlit div.grid-content {
background: #fff;
border: 1px solid #aaa;
}
body.sunlit #in-game-date {
float: right;
}
body.sunlit .blueprint:hover {
border-width: 2px !important;
}
body.sunlit .blueprint-piece-box {
width: 2em;
height: 2em;
display: inline-block;
margin: 0px 3px;
border-width: 2px;
border-style: solid;
vertical-align: middle;
}
body.sunlit .blueprint-piece-box-found {
background: #ddd;
border-color: #999;
}
body.sunlit .blueprint-piece-box-missing {
background: #fff;
border: 2px solid #aaa;
}
body.sunlit .blueprint-piece-box img {
margin: 0.4em;
width: 1.2em;
height: 1.2em;
}
body.sunlit .event-starting {
animation: event-end 1.3s step-end infinite;
animation-timing-function: ease-in-out;
}
body.sunlit .event-ending {
animation: event-end 1.3s step-end infinite;
animation-timing-function: ease-in-out;
}
@keyframes event-end {
0% {
opacity: inherit;
}
50% {
opacity: 0.4;
}
}
body.sunlit #fight-popup {
min-width: 35%;
}
body.sunlit .fight-damage-indicator,
body.sunlit .fight-status-indicator {
margin: 0;
font-size: 85%;
font-weight: bold;
position: absolute;
top: 0;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
body.sunlit .fight-damage-indicator {
color: #ee1111;
right: -3em;
}
body.sunlit .fight-status-indicator {
color: #777;
right: -5em;
}
body.sunlit .fight-status-stunned {
color: #666;
}
body.sunlit #fight-popup-enemy-stats {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
body.sunlit #fight-popup-enemy-difficulty {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
body.sunlit #manage-save-textarea {
font-size: 85%;
}
body.sunlit .loading-content,
body.sunlit .thinking-content {
position: fixed;
top: 0;
left: 0;
z-index: 20;
width: 100%;
height: 100%;
background: rgba(251, 251, 251, 0.5);
}
body.sunlit .loading-spinner {
text-align: center;
width: 100%;
position: relative;
top: 50%;
left: 0;
}
body.sunlit .loading-spinner .loading-dot {
background: #ccc;
width: 11px;
height: 11px;
margin: 2px;
border-radius: 100%;
display: inline-block;
-webkit-animation: sk-bouncedelay 1.3s infinite ease-in-out both;
animation: sk-bouncedelay 1.3s infinite ease-in-out both;
}
body.sunlit .loading-spinner .loading-dot1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
body.sunlit .loading-spinner .loading-dot2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
body.sunlit .loading-spinner .loading-dot3 {
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
@-webkit-keyframes sk-bouncedelay {
0%,
80%,
100% {
-webkit-transform: scale(0);
}
40% {
-webkit-transform: scale(1);
}
}
@keyframes sk-bouncedelay {
0%,
80%,
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
body.sunlit div {
scrollbar-color: #e6e6e6 #999;
}
body.sunlit div ::-webkit-scrollbar {
width: 11px;
background: #e6e6e6;
}
body.sunlit div ::-webkit-scrollbar-track {
background: #e6e6e6;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 10px;
}
body.sunlit div ::-webkit-scrollbar-button {
background: #999;
display: none;
}
body.sunlit div ::-webkit-scrollbar-thumb {
background: #999;
border-radius: 5.5px;
}
body.sunlit div ::-webkit-scrollbar-thumb:hover {
background: #888;
}
body.sunlit div ::-webkit-scrollbar-thumb:window-inactive {
background: #999;
}
body.sunlit div ::-webkit-scrollbar-corner,
body.sunlit div ::-webkit-resizer {
background: rgba(153, 153, 153, 0.75) !important;
border: 0px solid rgba(153, 153, 153, 0.75);
box-shadow: none;
}
body.sunlit div ::-webkit-scrollbar-corner:hover,
body.sunlit div ::-webkit-resizer:hover {
background: rgba(136, 136, 136, 0.75) !important;
border: 0px solid rgba(153, 153, 153, 0.75);
box-shadow: none;
}
body.sunlit #minimap {
overflow: hidden;
}
body.sunlit #mainmap {
overflow: hidden;
}
body.sunlit #mainmap,
body.sunlit #researched-upgrades-vis {
overflow: hidden;
}
body.sunlit .canvas-overlay {
position: absolute;
top: 0;
pointer-events: none;
}
body.sunlit .canvas-overlay-cell {
position: absolute;
pointer-events: auto;
cursor: pointer;
font-size: 70%;
display: table;
line-height: 0.85;
}
body.sunlit .canvas-overlay-cell p {
display: table-cell;
vertical-align: middle;
text-align: center;
}
body.sunlit .map-overlay-cell {
width: 11px;
height: 11px;
border: none;
}
body.sunlit .map-overlay-cell:hover {
background: #202220;
}
body.sunlit .map-overlay-cell.selected {
background: #202220;
outline: 5px solid rgba(0, 0, 0, 0.5);
}
body.sunlit #researched-upgrades-vis-container {
max-height: 300px;
}
body.sunlit .upgrades-overlay-cell {
width: 85px;
height: 22px;
color: #202220;
}
body.sunlit .upgrades-overlay-cell:hover {
background: rgba(32, 34, 32, 0.1);
}
body.sunlit #tab-vis-in {
border: 2px solid #aaa;
padding: 0;
}
body.sunlit #tab-vis-in-container {
position: relative;
margin: 0 auto;
padding: 0;
overflow: hidden;
height: 100px;
}
body.sunlit #vis-camp-info-overlay {
position: absolute;
bottom: 0;
width: 100%;
height: 16px;
background: #e6e6e6;
font-size: 75%;
padding: 1px;
vertical-align: middle;
text-align: center;
z-index: 9;
}
body.sunlit .vis-camp-layer {
position: absolute;
top: 0;
}
body.sunlit .vis-camp-building-container {
background: transparent;
border-radius: 3px;
border: 2px dotted transparent;
position: absolute;
width: 10px;
height: 10px;
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
font-size: 75%;
color: transparent;
}
body.sunlit .vis-camp-building-container.filled {
display: none;
}
body.sunlit .vis-camp-floor {
background: #e6e6e6;
position: absolute;
left: 0px;
}
body.sunlit .vis-camp-building {
position: absolute;
opacity: 1;
width: 12px;
height: 12px;
z-index: 3;
font-size: 75%;
}
body.sunlit .vis-camp-building-z0 {
z-index: 4;
}
body.sunlit .vis-camp-building-z1 {
z-index: 3;
}
body.sunlit .vis-camp-building-z2 {
z-index: 2;
}
body.sunlit .vis-camp-building-z3 {
z-index: 1;
}
body.sunlit .vis-camp-building-z4 {
z-index: 0;
}
body.sunlit.vision-step-0 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.75) 75%, #fbfbfb 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.75) 75%, #fbfbfb 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.75) 75%, #fbfbfb 100%);
}
body.sunlit.vision-step-1 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.7495) 78%, #fbfbfb 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.7495) 78%, #fbfbfb 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.7495) 78%, #fbfbfb 100%);
}
body.sunlit.vision-step-2 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.749) 81%, #fbfbfb 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.749) 81%, #fbfbfb 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.749) 81%, #fbfbfb 100%);
}
body.sunlit.vision-step-3 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.7485) 84%, #fbfbfb 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.7485) 84%, #fbfbfb 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.7485) 84%, #fbfbfb 100%);
}
body.sunlit.vision-step-4 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.748) 87%, #fbfbfb 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.748) 87%, #fbfbfb 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.748) 87%, #fbfbfb 100%);
}
body.sunlit.vision-step-5 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.7475) 90%, #fbfbfb 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.7475) 90%, #fbfbfb 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.7475) 90%, #fbfbfb 100%);
}
body.sunlit.vision-step-6 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.747) 93%, #fbfbfb 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.747) 93%, #fbfbfb 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.747) 93%, #fbfbfb 100%);
}
body.sunlit.vision-step-7 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.7465) 96%, #fbfbfb 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.7465) 96%, #fbfbfb 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.7465) 96%, #fbfbfb 100%);
}
body.sunlit.vision-step-8 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.746) 99%, #fbfbfb 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.746) 99%, #fbfbfb 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.746) 99%, #fbfbfb 100%);
}
body.sunlit.vision-step-9 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.7455) 99%, #fbfbfb 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.7455) 99%, #fbfbfb 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.7455) 99%, #fbfbfb 100%);
}
body.sunlit.vision-step-10 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.745) 99%, #fbfbfb 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.745) 99%, #fbfbfb 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.745) 99%, #fbfbfb 100%);
}
body.sunlit #vision-overlay {
display: none;
} | css/main.css | html {
height: 100%;
}
body {
height: 100%;
margin: 0;
border-width: 0px !important;
overflow-x: hidden;
}
#grid-main {
height: 100%;
}
#log {
max-width: 244px;
width: 25%;
padding-right: 50px;
}
#switch,
#switch-content {
padding: 0;
}
#grid-switch {
margin: 0px !important;
border: 0;
padding: 0;
}
#tab-header {
margin: 5px 0px;
}
#tab-header h2 {
margin: 2px 0px;
}
#unit-main {
padding-left: 28px;
/* for the self-bar */
}
.sticky-footer {
height: 50px;
padding: 10px 0;
display: none;
}
.sticky-footer-push {
margin: 0;
height: 50px;
}
.sticky-footer-wrapper {
min-height: 100%;
height: auto !important;
margin: 0 auto -50px;
}
div.grid-content {
margin: 0px 0px 15px 0px !important;
padding: 15px;
}
div.grid-content .grid .unit {
padding-top: 0;
padding-bottom: 0;
}
img,
p,
span,
h1,
h2,
h3,
div,
span,
canvas {
-webkit-transition: opacity 1.5s ease-in-out;
-moz-transition: opacity 1.5s ease-in-out;
-ms-transition: opacity 1.5s ease-in-out;
-o-transition: opacity 1.5s ease-in-out;
transition: opacity 1.5s ease-in-out;
}
#vision-overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0;
pointer-events: none;
z-index: 10;
}
.vision-step-0 #grid-main {
opacity: 0.5;
}
.vision-step-0 #grid-main img,
.vision-step-0 #grid-main .canvas-container canvas,
.vision-step-0 #grid-main .vision-image,
.vision-step-0 #grid-main .vis-container {
opacity: 0.15;
}
.vision-step-0 #grid-main p,
.vision-step-0 #grid-main h1,
.vision-step-0 #grid-main h2,
.vision-step-0 #grid-main h3,
.vision-step-0 #grid-main .vision-text,
.vision-step-0 #grid-main .stats-indicator,
.vision-step-0 #grid-main .list-amount,
.vision-step-0 #grid-main .item-name,
.vision-step-0 #grid-main #mainmap-sector-details-content td,
.vision-step-0 #grid-main #log span {
opacity: 0.5;
}
.vision-step-1 #grid-main {
opacity: 0.6;
}
.vision-step-1 #grid-main img,
.vision-step-1 #grid-main .canvas-container canvas,
.vision-step-1 #grid-main .vision-image,
.vision-step-1 #grid-main .vis-container {
opacity: 0.32;
}
.vision-step-1 #grid-main p,
.vision-step-1 #grid-main h1,
.vision-step-1 #grid-main h2,
.vision-step-1 #grid-main h3,
.vision-step-1 #grid-main .vision-text,
.vision-step-1 #grid-main .stats-indicator,
.vision-step-1 #grid-main .list-amount,
.vision-step-1 #grid-main .item-name,
.vision-step-1 #grid-main #mainmap-sector-details-content td,
.vision-step-1 #grid-main #log span {
opacity: 0.6;
}
.vision-step-2 #grid-main {
opacity: 0.7;
}
.vision-step-2 #grid-main img,
.vision-step-2 #grid-main .canvas-container canvas,
.vision-step-2 #grid-main .vision-image,
.vision-step-2 #grid-main .vis-container {
opacity: 0.49;
}
.vision-step-2 #grid-main p,
.vision-step-2 #grid-main h1,
.vision-step-2 #grid-main h2,
.vision-step-2 #grid-main h3,
.vision-step-2 #grid-main .vision-text,
.vision-step-2 #grid-main .stats-indicator,
.vision-step-2 #grid-main .list-amount,
.vision-step-2 #grid-main .item-name,
.vision-step-2 #grid-main #mainmap-sector-details-content td,
.vision-step-2 #grid-main #log span {
opacity: 0.7;
}
.vision-step-3 #grid-main {
opacity: 0.8;
}
.vision-step-3 #grid-main img,
.vision-step-3 #grid-main .canvas-container canvas,
.vision-step-3 #grid-main .vision-image,
.vision-step-3 #grid-main .vis-container {
opacity: 0.66;
}
.vision-step-3 #grid-main p,
.vision-step-3 #grid-main h1,
.vision-step-3 #grid-main h2,
.vision-step-3 #grid-main h3,
.vision-step-3 #grid-main .vision-text,
.vision-step-3 #grid-main .stats-indicator,
.vision-step-3 #grid-main .list-amount,
.vision-step-3 #grid-main .item-name,
.vision-step-3 #grid-main #mainmap-sector-details-content td,
.vision-step-3 #grid-main #log span {
opacity: 0.8;
}
.vision-step-4 #grid-main {
opacity: 0.9;
}
.vision-step-4 #grid-main img,
.vision-step-4 #grid-main .canvas-container canvas,
.vision-step-4 #grid-main .vision-image,
.vision-step-4 #grid-main .vis-container {
opacity: 0.83;
}
.vision-step-4 #grid-main p,
.vision-step-4 #grid-main h1,
.vision-step-4 #grid-main h2,
.vision-step-4 #grid-main h3,
.vision-step-4 #grid-main .vision-text,
.vision-step-4 #grid-main .stats-indicator,
.vision-step-4 #grid-main .list-amount,
.vision-step-4 #grid-main .item-name,
.vision-step-4 #grid-main #mainmap-sector-details-content td,
.vision-step-4 #grid-main #log span {
opacity: 0.9;
}
.vision-step-5 #grid-main {
opacity: 1;
}
.vision-step-5 #grid-main img,
.vision-step-5 #grid-main .canvas-container canvas,
.vision-step-5 #grid-main .vision-image,
.vision-step-5 #grid-main .vis-container {
opacity: 1;
}
.vision-step-5 #grid-main p,
.vision-step-5 #grid-main h1,
.vision-step-5 #grid-main h2,
.vision-step-5 #grid-main h3,
.vision-step-5 #grid-main .vision-text,
.vision-step-5 #grid-main .stats-indicator,
.vision-step-5 #grid-main .list-amount,
.vision-step-5 #grid-main .item-name,
.vision-step-5 #grid-main #mainmap-sector-details-content td,
.vision-step-5 #grid-main #log span {
opacity: 1;
}
.vision-step-6 #grid-main {
opacity: 1;
}
.vision-step-6 #grid-main img,
.vision-step-6 #grid-main .canvas-container canvas,
.vision-step-6 #grid-main .vision-image,
.vision-step-6 #grid-main .vis-container {
opacity: 1;
}
.vision-step-6 #grid-main p,
.vision-step-6 #grid-main h1,
.vision-step-6 #grid-main h2,
.vision-step-6 #grid-main h3,
.vision-step-6 #grid-main .vision-text,
.vision-step-6 #grid-main .stats-indicator,
.vision-step-6 #grid-main .list-amount,
.vision-step-6 #grid-main .item-name,
.vision-step-6 #grid-main #mainmap-sector-details-content td,
.vision-step-6 #grid-main #log span {
opacity: 1;
}
.vision-step-7 #grid-main {
opacity: 1;
}
.vision-step-7 #grid-main img,
.vision-step-7 #grid-main .canvas-container canvas,
.vision-step-7 #grid-main .vision-image,
.vision-step-7 #grid-main .vis-container {
opacity: 1;
}
.vision-step-7 #grid-main p,
.vision-step-7 #grid-main h1,
.vision-step-7 #grid-main h2,
.vision-step-7 #grid-main h3,
.vision-step-7 #grid-main .vision-text,
.vision-step-7 #grid-main .stats-indicator,
.vision-step-7 #grid-main .list-amount,
.vision-step-7 #grid-main .item-name,
.vision-step-7 #grid-main #mainmap-sector-details-content td,
.vision-step-7 #grid-main #log span {
opacity: 1;
}
.vision-step-8 #grid-main {
opacity: 1;
}
.vision-step-8 #grid-main img,
.vision-step-8 #grid-main .canvas-container canvas,
.vision-step-8 #grid-main .vision-image,
.vision-step-8 #grid-main .vis-container {
opacity: 1;
}
.vision-step-8 #grid-main p,
.vision-step-8 #grid-main h1,
.vision-step-8 #grid-main h2,
.vision-step-8 #grid-main h3,
.vision-step-8 #grid-main .vision-text,
.vision-step-8 #grid-main .stats-indicator,
.vision-step-8 #grid-main .list-amount,
.vision-step-8 #grid-main .item-name,
.vision-step-8 #grid-main #mainmap-sector-details-content td,
.vision-step-8 #grid-main #log span {
opacity: 1;
}
.vision-step-9 #grid-main {
opacity: 1;
}
.vision-step-9 #grid-main img,
.vision-step-9 #grid-main .canvas-container canvas,
.vision-step-9 #grid-main .vision-image,
.vision-step-9 #grid-main .vis-container {
opacity: 1;
}
.vision-step-9 #grid-main p,
.vision-step-9 #grid-main h1,
.vision-step-9 #grid-main h2,
.vision-step-9 #grid-main h3,
.vision-step-9 #grid-main .vision-text,
.vision-step-9 #grid-main .stats-indicator,
.vision-step-9 #grid-main .list-amount,
.vision-step-9 #grid-main .item-name,
.vision-step-9 #grid-main #mainmap-sector-details-content td,
.vision-step-9 #grid-main #log span {
opacity: 1;
}
.vision-step-10 #grid-main {
opacity: 1;
}
.vision-step-10 #grid-main img,
.vision-step-10 #grid-main .canvas-container canvas,
.vision-step-10 #grid-main .vision-image,
.vision-step-10 #grid-main .vis-container {
opacity: 1;
}
.vision-step-10 #grid-main p,
.vision-step-10 #grid-main h1,
.vision-step-10 #grid-main h2,
.vision-step-10 #grid-main h3,
.vision-step-10 #grid-main .vision-text,
.vision-step-10 #grid-main .stats-indicator,
.vision-step-10 #grid-main .list-amount,
.vision-step-10 #grid-main .item-name,
.vision-step-10 #grid-main #mainmap-sector-details-content td,
.vision-step-10 #grid-main #log span {
opacity: 1;
}
body.dark {
background: #202220;
color: #fdfdfd;
font-family: Arial, sans-serif;
font-size: 11pt;
line-height: 1.3em;
/* WEBKIT BROWSERS */
}
body.dark .centered {
margin-left: auto;
margin-right: auto;
}
body.dark .hidden {
display: none;
}
body.dark .nowrap {
white-space: nowrap;
}
body.dark .unselectable {
-webkit-user-select: none;
/* Safari */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* IE10+/Edge */
user-select: none;
/* Standard */
}
body.dark .full-width {
width: 100%;
}
body.dark .centered {
margin-left: auto !important;
margin-right: auto !important;
}
body.dark .strike-through,
body.dark .strike-through p {
text-decoration: line-through;
opacity: 0.9;
}
body.dark .container-dimmed .dimmable {
opacity: 0.5;
}
body.dark span.icon {
padding: 2px;
}
body.dark img.icon-ui-generic {
height: 1.5em;
width: 1.5em;
}
body.dark .shadowed-basic {
-webkit-box-shadow: 1px 2px 7px 3px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 1px 2px 7px 3px rgba(0, 0, 0, 0.25);
box-shadow: 1px 2px 7px 3px rgba(0, 0, 0, 0.25);
}
body.dark .lvl13-box-1 {
background-color: #282a28;
border: 2px solid #3a3a3a;
}
body.dark .lvl13-box-2 {
background: "inherit";
border: 1px solid #3a3a3a;
}
body.dark span.hl-functionality {
font-weight: bold;
}
body.dark .p-meta {
color: rgba(255, 255, 255, 0.5);
}
body.dark .dimmed {
color: #666;
}
body.dark .columns-container {
display: flex;
}
body.dark .columns-container-vcenter {
align-items: center;
}
body.dark .columns-child {
flex: 1;
padding-left: 5px;
padding-right: 5px;
}
body.dark .columns-child:first-child {
padding-left: 0px;
}
body.dark .columns-child:last-child {
padding-right: 0px;
}
body.dark .columns-child-small {
flex: 0;
}
body.dark table.fullwidth {
width: 100%;
}
body.dark td,
body.dark th {
transition: all 0.15s;
}
body.dark .balancing-tab table {
font-size: 80%;
}
body.dark table.spacious {
margin: 5px 0px;
}
body.dark table.spacious td {
padding: 2px 5px;
}
body.dark table.spacious td:last-child {
padding-right: 0px;
}
body.dark table.spacious td:first-child {
padding-left: 0px;
}
body.dark table.updating td {
background: rgba(230, 70, 70, 0.15);
}
body.dark table.borders td {
border: 1px solid #3a3a3a;
}
body.dark table.borders th {
background: #2f322f;
}
body.dark table.borders th.alt-1 {
background: #358;
}
body.dark table.borders th.alt-2 {
background: #385;
}
body.dark table.borders th.alt-3 {
background: #853;
}
body.dark table.borders td.alt-1 {
background: rgba(51, 85, 136, 0.2);
}
body.dark table.borders td.alt-2 {
background: rgba(51, 136, 85, 0.2);
}
body.dark table.borders td.alt-3 {
background: rgba(136, 85, 51, 0.2);
}
body.dark table th.sortable {
background: #444;
cursor: pointer;
}
body.dark table.highlight-row tr:hover {
background: rgba(255, 255, 255, 0.1);
}
body.dark table th.foldable-table-header {
background: #444;
cursor: pointer;
}
body.dark table th.foldable-table-header.folded-table-header {
background: #444;
font-weight: bold;
cursor: pointer;
}
body.dark td.folded-table-cell,
body.dark th.folded-table-cell {
min-width: 1px !important;
overflow: hidden;
text-overflow: clip;
max-width: 1px;
padding: 0;
color: transparent;
-webkit-user-select: none;
/* Safari */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* IE10+/Edge */
user-select: none;
/* Standard */
}
body.dark td.minwidth {
width: 5%;
}
body.dark td.maxwidth {
width: 95%;
}
body.dark td.list-amount,
body.dark td.list-storage {
min-width: 30pt;
text-align: center;
}
body.dark td.list-ordinal {
min-width: 10pt;
text-align: center;
}
body.dark td.list-description {
padding-left: 10px;
}
body.dark td.list-action {
text-align: center;
width: 100pt;
}
body.dark td.list-main {
text-align: center;
}
body.dark td.item-name {
min-width: 8em;
}
body.dark td.text-overflow {
font-size: 75%;
width: 6em;
max-width: 6em;
overflow: hidden;
white-space: nowrap;
}
body.dark th.th-number {
text-align: center;
}
body.dark th.th-text {
text-align: left;
}
body.dark td.bg-reset {
background: #282a28;
}
body.dark tr.current {
background: #2f322f;
border-color: #2f322f;
}
body.dark tr.header-mini {
font-size: 85%;
}
body.dark hr {
color: #555;
margin: 1em 5px;
border: none;
border-top: 1px #555 solid;
height: 1px;
}
body.dark table td {
padding: 0px 2px;
}
body.dark td > button,
body.dark td > div.container-btn-action {
margin-left: 0px;
}
body.dark button {
cursor: pointer;
}
body.dark ::-moz-selection {
background: #ccc;
}
body.dark ::selection {
background: #ccc;
}
body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark h5,
body.dark h6 {
font-family: "Arial Narrow", Arial, sans-serif;
letter-spacing: 0.1pt;
text-transform: uppercase;
}
body.dark h3,
body.dark h4 {
margin: 1em 0 0.5em 0;
}
body.dark h4 {
margin: 1em 0 0.5em 0;
}
body.dark a {
border: none !important;
background: inherit !important;
}
body.dark a:hover {
color: #fff !important;
}
body.dark a:link,
body.dark a:visited {
color: #fdfdfd;
}
body.dark .p-dense,
body.dark .p-dense p {
margin: 0.25em 0;
}
body.dark p.nomargin {
margin: 0;
}
body.dark .ui-anim {
transform: scale(1.15, 1.15);
opacity: 0.8;
font-weight: bold;
}
body.dark .ui-anim-negative {
color: #e64646 !important;
}
body.dark button {
width: 95pt;
padding: 8px 16px;
margin: 4px;
z-index: 2;
font-weight: 500;
position: relative;
text-transform: lowercase;
background: #202220;
color: #fdfdfd;
border: 1px solid #777;
}
body.dark button:hover {
color: #fff !important;
border-color: #777;
}
body.dark button:active {
position: relative;
top: 1px;
}
body.dark button,
body.dark ul.tabs li {
transition: color 0.2s;
}
body.dark button.action {
border-width: 2px;
margin: 0px;
margin-bottom: 0px;
white-space: nowrap;
}
body.dark button.action.multiline {
white-space: normal;
}
body.dark button.btn-secondary {
border-width: 1px;
}
body.dark button.action-move {
width: 55px;
}
body.dark button.context {
width: auto;
display: inline;
float: right;
}
body.dark button.btn-wide {
width: 110pt;
}
body.dark button.btn-narrow {
width: 80pt;
}
body.dark button.btn-compact {
width: auto;
min-width: 2.5em;
padding: 8px 10px;
}
body.dark button.btn-mini {
width: auto;
padding: 4px 8px;
}
body.dark button.btn-glyph {
font-weight: bold;
width: 1.5em;
height: 1.5em;
margin: 1px 2px;
padding: 1px;
font-size: 1em;
vertical-align: middle;
text-align: center;
border-width: 1px;
border-radius: 1px;
}
body.dark button.btn-glyph-big {
width: auto !important;
min-width: 2.5em;
padding-left: 0;
padding-right: 0;
}
body.dark button.btn-meta {
width: auto;
padding: 2px 7px;
border-radius: 0px !important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: none;
border-width: 0px;
text-transform: lowercase;
}
body.dark button.btn-meta-float {
float: right;
}
body.dark button.btn-meta:hover {
text-decoration: underline;
}
body.dark div.container-btn-action {
display: inline-block;
padding: -1px;
margin: 4px 6px;
border-width: 0px;
}
body.dark table div.container-btn-action {
margin: 2px 2px;
}
body.dark table.dense div.container-btn-action {
margin: 2px 2px;
}
body.dark div.container-btn-action button {
margin: -1px;
}
body.dark .callout-container hr {
margin: 0.25em 3px;
}
body.dark .cooldown-reqs {
height: 5px;
width: 0%;
padding: 0;
border-width: 0px;
transition: all 0.1s;
}
body.dark .cooldown-duration {
background: rgba(100, 100, 100, 0.25);
}
body.dark button .cooldown-action,
body.dark button .cooldown-duration {
height: 100%;
position: absolute;
top: 0px;
left: 0px;
padding: 0;
}
body.dark .cooldown-action {
background-color: rgba(68, 68, 68, 0.5);
}
body.dark .cooldown-reqs {
background-color: rgba(68, 68, 68, 0.5);
}
body.dark button.btn-disabled,
body.dark li.disabled {
opacity: 0.65;
cursor: default !important;
}
body.dark button.btn-disabled-vision {
opacity: 0.2;
color: rgba(0, 0, 0, 0) !important;
}
body.dark button.btn-disabled-vision:hover {
opacity: 0.65;
}
body.dark button.btn-disabled-basic,
body.dark button.btn-disabled-vision,
body.dark button.btn-disabled-resources,
body.dark li.disabled {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
font-weight: normal !important;
}
body.dark button.action.btn-disabled-basic,
body.dark button.btn-disabled-vision,
body.dark li.disabled {
text-decoration: line-through !important;
}
body.dark button.action.btn-disabled-basic:before {
content: "\00a0";
}
body.dark button.action.btn-disabled-basic:after {
content: "\00a0";
}
body.dark button.btn-disabled-basic,
body.dark button.btn-disabled-vision,
body.dark button.btn-disabled-resources,
body.dark button.btn-disabled-cooldown {
border-color: #444;
color: #999 !important;
}
body.dark .button-detail-label {
margin: -4px 0 2px 0;
}
body.dark div.container-btn-action:hover + div.btn-callout,
body.dark div.btn-callout:hover,
body.dark .info-callout-target:hover + div.info-callout,
body.dark div.info-callout:hover {
display: block;
}
body.dark div.btn-callout,
body.dark div.info-callout {
text-align: left;
display: none;
position: absolute;
width: 100%;
min-width: 80px;
z-index: 5;
text-transform: none;
}
body.dark div.btn-callout {
width: 100%;
text-align: center;
top: 37px;
pointer-events: none;
opacity: 0.95;
}
body.dark div.info-callout {
width: auto;
min-width: 50%;
max-width: 100%;
}
body.dark .info-callout-target {
border-width: 0px;
border-style: solid;
padding: 0px;
margin: 0px;
cursor: help;
display: inline-block;
}
body.dark div.btn-callout-content,
body.dark div.info-callout-content {
background: #202220;
color: #fdfdfd;
border: 1px solid #555;
}
body.dark .item div.info-callout-target,
body.dark .res div.info-callout-target,
body.dark .resultlist li div.info-callout-target,
body.dark .itemlist div.info-callout-target {
border-width: 0px;
background-color: inherit;
}
body.dark .info-callout-target-small + div.info-callout {
width: auto !important;
max-width: none !important;
white-space: nowrap;
}
body.dark div.callout-container {
position: relative;
display: inline-block;
}
body.dark div.btn-callout-content,
body.dark div.info-callout-content {
font-size: 85%;
overflow-wrap: break-word;
line-height: 1.45em;
}
body.dark div.btn-callout-content,
body.dark div.info-callout-content {
padding: 4px;
}
body.dark .info-callout button {
padding: 4px 8px;
}
body.dark div.btn-callout-content,
body.dark div.info-callout-content {
-webkit-box-shadow: 1px 2px 7px 3px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 1px 2px 7px 3px rgba(0, 0, 0, 0.25);
box-shadow: 1px 2px 7px 3px rgba(0, 0, 0, 0.25);
}
body.dark .info-callout-content-section-long {
white-space: normal;
}
body.dark div.callout-arrow-up {
border-bottom-color: #555 !important;
width: 0;
height: 0;
z-index: 10;
position: relative;
top: 0px;
margin: 0 0 0 3.5px;
margin: 0px auto;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid;
}
body.dark .item div.callout-arrow-up {
margin: 0 0 0 2px;
}
body.dark span.action-risk {
display: block;
}
body.dark span.action-cost-blocker-storage {
text-decoration: line-through;
}
body.dark span.action-cost-blocker {
color: #666;
}
body.dark .action-separator {
display: block;
width: 10px;
height: 10px;
}
body.dark ul.tabs {
margin: 0;
padding: 0;
list-style-type: none;
}
body.dark ul.tabs li {
display: inline-block;
margin: 0px 1px;
padding: 5px 10px 5px 10px;
border-width: 1px;
border-style: solid;
position: relative;
z-index: 0;
white-space: nowrap;
top: 2px;
height: 32px;
cursor: pointer;
text-transform: lowercase;
background-color: #202220;
border-color: #3a3a3a;
box-sizing: border-box;
}
body.dark ul.tabs li.selected {
font-weight: bold;
z-index: 2;
width: auto;
}
body.dark ul.tabs li.selected {
background: #282a28;
}
body.dark ul.tabs li:hover {
text-decoration: underline;
}
body.dark ul.tabs li.selected {
border-color: #3a3a3a;
border-bottom-color: #282a28;
}
body.dark ul.tabs li span {
display: inline-block;
overflow-x: hidden;
width: 100%;
}
body.dark div.popup {
background: #282a28;
border: 2px solid #3a3a3a;
padding: 20px;
text-align: center;
position: fixed;
top: 50%;
left: 50%;
margin: 0;
min-width: 30%;
max-width: 60%;
-webkit-box-shadow: 1px 2px 7px 3px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 1px 2px 7px 3px rgba(0, 0, 0, 0.25);
box-shadow: 1px 2px 7px 3px rgba(0, 0, 0, 0.25);
}
body.dark div.popup-ingame {
z-index: 16;
}
body.dark div.popup-meta {
z-index: 26;
}
body.dark div.popup-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.85);
}
body.dark div.popup-overlay-ingame {
z-index: 15;
}
body.dark div.popup-overlay-meta {
z-index: 25;
}
body.dark .tab-options {
float: right;
}
body.dark .stepper {
text-align: center;
min-width: 70px;
vertical-align: middle;
margin: 1px;
white-space: nowrap;
}
body.dark .stepper button {
margin: 0;
}
body.dark .stepper button[data-type="minus"] {
border-radius: 7px 0px 0px 7px;
}
body.dark .stepper button[data-type="plus"] {
border-radius: 0px 7px 7px 0px;
}
body.dark .horizontal-select {
display: flex;
align-items: center;
margin: 2px 0;
}
body.dark .horizontal-select-title {
background: #282a28;
padding: 1px 8px;
}
body.dark .horizontal-select-list {
padding: 0;
margin: 0;
}
body.dark .horizontal-select-option {
background: #202220;
border: 1px solid #555;
padding: 1px 5px;
margin: 0 2px;
display: inline-block;
cursor: pointer;
border-radius: 3px;
}
body.dark .horizontal-select-option:hover {
background: #444;
border-color: ligten(#555, 10%);
}
body.dark .horizontal-select-option.selected {
background: #444;
}
body.dark .stats-indicator {
display: block;
margin: 0 2px 0 0;
white-space: nowrap;
}
body.dark .stats-indicator span {
display: inline-block;
margin: auto 0 auto 1px;
}
body.dark .stats-indicator span.label {
text-transform: lowercase;
}
body.dark .stats-indicator span.value {
text-align: center;
margin-left: 4px;
}
body.dark .stats-indicator .value,
body.dark .stats-indicator .value-total,
body.dark .stats-indicator .change,
body.dark .stats-indicator .forecast {
color: #bbb;
}
body.dark .stats-indicator .change,
body.dark .stats-indicator .forecast {
font-size: 85%;
vertical-align: middle;
}
body.dark .stats-indicator .progress {
height: 0.5em;
width: 35px;
display: inline-block;
vertical-align: middle;
}
body.dark .stats-indicator .progress-wrap {
margin: auto 1px auto 3px;
}
body.dark .change-indicator {
width: 1em;
height: 1em;
display: inline-block;
background-size: 100%;
margin: 0px 2px;
opacity: 0.75;
vertical-align: middle;
}
body.dark .indicator-even {
background-image: url('../img/eldorado/icon-even-dark.png');
opacity: 0.25;
}
body.dark .indicator-decrease {
background-image: url('../img/eldorado/icon-decrease-dark.png');
}
body.dark .item-comparison-badge .indicator-decrease {
opacity: 0.25;
}
body.dark .indicator-increase {
background-image: url('../img/eldorado/icon-increase-dark.png');
}
body.dark .indicator-fastincrease {
background-image: url('../img/eldorado/icon-fastincrease-dark.png');
}
body.dark .indicator-equipped {
background-image: url('../img/eldorado/icon-checkmark-dark.png');
opacity: 0.5;
}
body.dark .collapsible-container {
margin: 5px 0px;
}
body.dark .collapsible-container {
border: 1px solid #3a3a3a;
}
body.dark .collapsible-header {
background: #2f322f;
cursor: pointer;
margin: 0px;
padding: 5px 30px 5px 10px;
background-image: url('../img/open-iconic/arrow-circle-top-2x-dark.png');
background-repeat: no-repeat;
background-position: right 8px center;
}
body.dark .collapsible-header.collapsible-collapsed {
background-image: url('../img/open-iconic/arrow-circle-bottom-2x-dark.png');
background-repeat: no-repeat;
background-position: right 8px center;
}
body.dark .collapsible-content {
margin: 5px 10px;
}
body.dark .progress {
width: 100%;
max-width: 250px;
height: 1em;
border-width: 0px !important;
line-height: 1.3;
}
body.dark .progress-wrap {
background-color: #666;
margin: 2px 0;
border: 0px;
overflow: hidden;
position: relative;
}
body.dark .progress-wrap-science {
background-color: #358 !important;
}
body.dark .progress-multibar-container {
display: flex;
margin: 2px 0;
}
body.dark .progress-multibar-container .progress-wrap {
display: inline-block !important;
margin: 0px;
}
body.dark .progress-bar {
left: 0;
top: 0;
position: absolute;
background: #2f322f;
}
body.dark .progress-label {
left: 0;
top: 0;
position: absolute;
width: 100%;
font-size: 85%;
text-align: center;
vertical-align: text-top;
}
body.dark .progress-bar-change {
background: #444;
position: absolute;
width: 0%;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
body.dark .canvas-container {
text-align: center;
overflow: hidden;
position: relative;
border-width: 1px !important;
}
body.dark .canvas-container {
border: 1px solid #3a3a3a;
}
body.dark .scroll-position-container {
padding: 5px;
position: relative;
overflow: hidden;
}
body.dark .scroll-position-indicator {
position: absolute;
background: #3a3a3a;
}
body.dark .scroll-position-indicator-vertical {
width: 100%;
height: 50%;
min-height: 10px;
min-width: 10px;
top: 10px;
left: 0;
}
body.dark .scroll-position-indicator-horizontal {
height: 100%;
width: 50%;
min-width: 10px;
min-height: 10px;
top: 0;
left: 10px;
}
body.dark .scrollable.scroll-enabled {
cursor: all-scroll;
}
body.dark .bubble {
background-color: #ccc;
color: #202220;
background-size: 12px;
background-repeat: no-repeat;
background-position: center;
position: absolute;
top: -6px;
right: -6px;
width: 16px;
height: 16px;
text-align: center;
border-radius: 8px;
font-weight: bold;
font-size: 85%;
}
body.dark table .bubble {
position: inherit;
top: inherit;
left: inherit;
}
body.dark .bubble-even {
background-image: url('../img/eldorado/icon-even.png');
opacity: 0.25;
}
body.dark .bubble-decrease {
background-image: url('../img/eldorado/icon-decrease.png');
}
body.dark .bubble-increase {
background-image: url('../img/eldorado/icon-increase.png');
}
body.dark .bubble-fastincrease {
background-image: url('../img/eldorado/icon-fastincrease.png');
}
body.dark .container-relative {
position: relative;
display: inline-block;
}
body.dark .container-relative p {
margin: 0;
}
body.dark .container-nomargin {
margin: 0;
}
body.dark .statsbar {
padding: 3px 2px;
}
body.dark .actionbox,
body.dark .infobox,
body.dark .buttonbox {
margin: 6px 0px;
}
body.dark .infobox {
padding: 0px 0px 5px 0px;
}
body.dark .infobox-scrollable {
border: 1px solid #3a3a3a;
text-align: left;
margin-left: auto;
margin-right: auto;
overflow-y: auto;
padding-left: 10px;
padding-right: 10px;
max-height: 12em;
}
body.dark .infobox-scrollable-header {
margin: 1.5em 0 0 0;
}
body.dark .actionbox {
padding: 3px 0px;
}
body.dark .textbox {
padding: 10px 0px;
max-width: 70em;
}
body.dark .divbox {
margin: 10px 0 10px 0;
}
body.dark .inventorybox {
border-color: #3a3a3a;
border-width: 1px;
border-style: solid;
border-radius: 10px;
padding: 5px 0px 2px 0px;
margin: 5px 0px;
min-height: 1em;
min-width: 1em;
vertical-align: top;
}
body.dark .inventorybox ul li {
background: inherit !important;
margin: 0px 2px 2px 0px;
padding: 0;
border-width: 1px;
border-style: solid;
display: inline-block;
position: relative;
}
body.dark .inventorydivision {
width: 49%;
display: table-cell;
position: relative;
vertical-align: top;
padding-top: 2.5em;
margin-top: -5px;
}
body.dark .inventorydivision-with-footer {
padding-bottom: 2em;
}
body.dark .inventorydivision .inventorybox-header {
position: absolute;
top: 0;
left: 0;
margin: 0;
width: 100%;
padding: 5px 0;
}
body.dark .inventorydivision:first-child .inventorybox-header {
border-radius: 10px 0 0 0;
}
body.dark .inventorydivision:last-child .inventorybox-header {
border-radius: 0 10px 0 0;
}
body.dark .inventorydivision .inventorybox-footer {
position: absolute;
bottom: 3px;
left: 0;
margin: 0;
width: 100%;
}
body.dark #common-popup .inventorybox ul {
min-width: 380px;
width: 100%;
}
body.dark .inventorybox ul,
body.dark .ul-horizontal {
padding: 0px;
margin: 0px;
}
body.dark .inventorybox-negative > li {
opacity: 80%;
}
body.dark .highlightbox,
body.dark .inventorybox-header,
body.dark .inventorybox-footer {
background: #2f322f;
border-color: #2f322f;
}
body.dark .li-item-negative {
background: rgba(230, 70, 70, 0.15) !important;
border: 1px solid #E13232 !important;
}
body.dark .item-slot,
body.dark .follower-slot {
background: inherit !important;
margin: 0px 2px 2px 0px;
padding: 0;
border-width: 1px;
border-style: solid;
display: inline-block;
position: relative;
}
body.dark .item-slot.highlighted,
body.dark .follower-slot-highlighted {
border-color: #7b7b7b;
color: #ffffff;
}
body.dark .item-slot-big,
body.dark .follower-slot-big {
width: 55px;
height: 70px;
}
body.dark .item-slot-small,
body.dark .follower-slot-small {
width: 37px;
height: 37px;
}
body.dark .item-slot-equipped {
border-color: #555;
}
body.dark .item-equipped {
background: #2f322f;
}
body.dark .item-slot-type-empty,
body.dark .follower-slot-type-empty {
font-size: 85%;
text-align: center;
width: 55px;
height: 70px;
line-height: 70px;
display: inline-block;
opacity: 0.25;
font-style: oblique;
}
body.dark .item-slot-type-equipped,
body.dark .follower-slot-type-empty {
font-size: 85%;
text-align: center;
width: 55px;
height: 70px;
line-height: 70px;
display: inline-block;
}
body.dark .item-slot-image {
position: absolute;
}
body.dark .item-slot-big .item-slot-image {
left: 9.5px;
top: 27px;
}
body.dark .item-slot-name,
body.dark .item-slot-type-equipped,
body.dark .follower-slot-type-selected {
background-color: #2f322f;
width: 100%;
text-align: center;
overflow: hidden;
line-height: 1.05em;
height: auto;
max-height: 1.9em;
padding: 0.35em 0;
}
body.dark .item-slot.highlighted .item-slot-type-equipped {
background: #434743;
}
body.dark .item-slot-effect {
display: none;
}
body.dark .item-slot-name {
bottom: 0px;
opacity: 0;
}
body.dark .item-slot-type-equipped,
body.dark .follower-slot-type-selected {
top: 0px;
}
body.dark .item-slot-simple {
border-width: 0px !important;
}
body.dark div.item-slot > div,
body.dark div.item-slot > span {
position: absolute;
cursor: default;
}
body.dark .follower-slot-follower {
width: 100%;
display: block;
text-align: center;
}
body.dark ul.itemlist,
body.dark ul.resultlist {
list-style-type: none;
padding: 0;
margin: 0;
display: inline-block;
}
body.dark .itemlist li {
display: inline-flex;
}
body.dark .item,
body.dark .res {
vertical-align: middle;
display: inline-flex;
position: relative;
margin: 2px;
padding: 5px;
border-width: 2px;
border-style: solid;
border-radius: 50%;
width: 18px;
height: 18px;
}
body.dark .item,
body.dark .res,
body.dark .li-item-negative,
body.dark .li-item-positive {
background: #282a28;
border: 2px solid #3a3a3a;
}
body.dark .item.highlighted {
background: #414441;
border-color: #6d6d6d;
}
body.dark .res {
border-radius: 0 !important;
margin: 8px 6px 6px 6px !important;
padding: 0px !important;
border-width: 1px;
}
body.dark .item img,
body.dark .li-item-negative img,
body.dark .li-item-positive img {
margin: -3px 0px 3px 0px;
vertical-align: middle;
height: 16px;
width: 16px;
}
body.dark .res img {
margin: -2px 1px 8px 1px;
vertical-align: middle;
height: 12px;
width: 12px;
}
body.dark .item div.item-count,
body.dark .res div.item-count {
border-width: 1px;
color: #bbb;
font-size: 75%;
position: absolute;
bottom: -0.9em;
left: -2px;
min-width: 100%;
padding: 0 1px;
line-height: 1em;
text-align: center;
z-index: 3;
}
body.dark li.item-with-count {
margin-bottom: 1em;
}
body.dark .warning,
body.dark .warning span,
body.dark li.li-item-negative,
body.dark .item-slot-lost .item-count {
color: #e64646 !important;
}
body.dark hr.warning {
border-color: #e64646 !important;
}
body.dark .warning.progress-wrap {
background: #e64646 !important;
}
body.dark .warning .progress-label {
color: #fdfdfd !important;
}
body.dark .inventorybox-negative,
body.dark .item-slot-lost .item-count {
border: 1px solid #E13232 !important;
}
body.dark .item-comparison-indicator {
background-size: 100%;
border: none;
background-repeat: no-repeat;
background-position: center;
width: 10px;
height: 10px;
}
body.dark .item-comparison-badge {
top: -11px;
right: -11px;
position: absolute;
border-width: 1px;
border-style: solid;
border-color: #555;
padding: 2px;
border-radius: 6px;
background: #282a28;
}
body.dark .dev-hud {
opacity: 0.75;
background: #999;
padding: 1px;
border-radius: 5px;
z-index: 100;
}
body.dark .dev-hud:hover {
opacity: 1;
}
body.dark .status-badge {
float: right;
padding: 0 0.75em;
border-radius: 1em;
height: 1em;
}
body.dark .status-badge {
background: #2f322f;
}
body.dark input,
body.dark select,
body.dark textarea {
background-color: #202220;
color: #fdfdfd;
border: 1px solid #3a3a3a;
}
body.dark input[type=range] {
background: inherit;
border: none;
margin: 3px 5px;
vertical-align: middle;
cursor: pointer;
height: 20px;
-webkit-appearance: none;
}
body.dark input[type=range]:focus {
outline: none;
}
body.dark input[type=range]::-webkit-slider-runnable-track {
height: 5px;
cursor: pointer;
animate: 0.2s;
background: #202220;
}
body.dark input[type=range]::-webkit-slider-thumb {
border: 1px solid #888;
height: 15px;
width: 15px;
border-radius: 15px;
background: #fdfdfd;
cursor: pointer;
-webkit-appearance: none;
margin-top: -5px;
}
body.dark input[type=range]:focus::-webkit-slider-runnable-track {
background: #202220;
}
body.dark input[type=range]::-moz-range-track {
width: 100%;
height: 5px;
cursor: pointer;
animate: 0.2s;
background: #202220;
}
body.dark input[type=range]::-moz-range-thumb {
border: 1px solid #888;
height: 15px;
width: 15px;
border-radius: 15px;
background: #fdfdfd;
cursor: pointer;
}
body.dark input[type=range]::-ms-track {
width: 100%;
height: 5px;
cursor: pointer;
animate: 0.2s;
background: transparent;
border-color: transparent;
color: transparent;
}
body.dark input[type=range]::-ms-fill-lower {
background: #fdfdfd;
border: 0px solid #000000;
border-radius: 2px;
}
body.dark input[type=range]::-ms-fill-upper {
background: #fdfdfd;
border: 0px solid #000000;
border-radius: 2px;
}
body.dark input[type=range]::-ms-thumb {
margin-top: 1px;
border: 1px solid #888;
height: 15px;
width: 15px;
border-radius: 15px;
background: #fdfdfd;
cursor: pointer;
}
body.dark input[type=range]:focus::-ms-fill-lower {
background: #fdfdfd;
}
body.dark input[type=range]:focus::-ms-fill-upper {
background: #fdfdfd;
}
body.dark .checkbox {
width: 1em;
height: 1em;
border-width: 1px;
border-style: solid;
display: inline-block;
margin: 1px 3px;
vertical-align: middle;
cursor: pointer;
}
body.dark .checkbox-label {
display: inline-block;
vertical-align: middle;
margin: 0;
}
body.dark select {
margin: 0px 5px;
padding: 1px 3px;
}
body.dark input.amount {
width: 30pt;
margin: 0;
padding: 1px;
text-align: center;
border-width: 1px 0px;
}
body.dark .sub-page-container {
padding: 10px 20px;
}
body.dark .faq-category h3 {
text-transform: none;
}
body.dark #log {
background: none;
}
body.dark #log ul {
list-style-type: none;
padding-left: 0;
margin: 0;
}
body.dark #log ul li {
margin: 0px 0px 0.8em 0px;
}
body.dark #log .msg {
display: block;
}
body.dark #log-overlay {
height: 100%;
max-width: 214px;
width: 100%;
position: inherit;
pointer-events: none;
top: 0;
}
body.dark #log ul li.log-loaded,
body.dark #log ul li.log-loaded span {
color: #666;
}
body.dark span.time,
body.dark span.msg-camp-level {
font-size: 75%;
vertical-align: middle;
}
body.dark span.msg-count,
body.dark span.time,
body.dark span.msg-camp-level {
color: #bbb;
}
body.dark .lvl13-fade-down {
background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, #202220 100%);
background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, #202220 100%);
background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, #202220 100%);
background: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, #202220 100%);
}
body.dark .header-section {
display: inline-block;
vertical-align: top;
margin: 0px 5px 0px 0px;
float: left;
padding: 0px 2px;
}
body.dark #main-header-camp {
width: 100%;
}
body.dark #main-header-bag {
min-width: 20%;
max-width: 25%;
}
body.dark #main-header-equipment {
max-height: 122px;
text-align: center;
padding: 2px;
}
body.dark #main-header-items {
min-width: 35px;
max-width: 35%;
}
body.dark #header-tribe-container {
margin-bottom: 5px;
}
body.dark #grid-switch-content {
z-index: 1;
position: relative;
}
body.dark #grid-main-header .unit {
padding: 2px;
position: relative;
}
body.dark #statsbar-resources .callout-container {
width: 33%;
border: 0px;
}
body.dark #header-self-bar {
position: fixed;
width: 60px;
z-index: 5;
text-align: center;
padding: 5px 3px;
margin-left: -80px;
font-size: 80%;
}
body.dark #header-self-bar ul {
margin-top: 10px;
margin-bottom: 10px;
}
body.dark #header-self-bar > span {
display: block;
}
body.dark #header-self-bar .stats-indicator {
margin: 1px 0px;
width: 100%;
line-height: 1em;
}
body.dark #header-self-bar .callout-container {
width: 100%;
}
body.dark #header-self-bar .stats-indicator .value {
font-size: 85%;
margin: 3px 0;
}
body.dark #header-self-bar .info-callout {
width: 75px;
max-width: 75px;
}
body.dark #header-self-bar .change-indicator {
vertical-align: top;
margin: 0.2em 0 0 0.25em;
}
body.dark #header-self-bar div.callout-arrow-up {
margin: 0 0 0 23px;
}
body.dark #grid-location-header {
padding: 10px 0px 0px 0px;
}
body.dark #grid-location-header h1,
body.dark #grid-location-header img {
display: inline-block;
vertical-align: middle;
}
body.dark #level-icon {
margin: 3px 3px 3px 0;
width: 2.5em;
height: 2.5em;
}
body.dark .item-bag-options {
margin-top: 5px;
}
body.dark #bag-resources > .callout-container {
max-width: 49%;
}
body.dark #notification-player {
padding: 0px;
border-width: 1px;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-color: #555;
}
body.dark #notification-player .progress {
width: 100%;
max-width: 100%;
margin: 0;
}
body.dark span#out-position-indicator {
font-size: 80%;
line-height: 1.1em;
}
body.dark #footer {
padding: 1px 5px;
}
body.dark ul#game-options,
body.dark ul#game-options-extended {
list-style-type: none;
padding: 0;
margin: 0 0 0 0px;
line-height: 1em;
display: table;
float: right;
}
body.dark ul#game-options li,
body.dark ul#game-options-extended li {
list-style-type: none;
display: table-cell;
vertical-align: middle;
}
body.dark #game-version,
body.dark #game-msg {
text-transform: lowercase;
position: relative;
left: -55px;
}
body.dark .sticky-footer .one-quarter {
height: 2px;
padding: 0px;
}
body.dark span.improvement-badge {
padding: 5px;
margin: 1px;
background-color: #282a28;
border: 1px solid #3a3a3a;
border-radius: 5px;
min-width: 1em;
display: inline-block;
vertical-align: middle;
text-align: center;
}
body.dark span.improvement-badge.badge-disabled {
color: #999;
}
body.dark span.improvement-count {
font-weight: bold;
}
body.dark span.improvement-badge.improvement-upgrade-level {
position: absolute;
background-color: #2f322f;
top: -1px;
right: -1px;
padding: 0 1px !important;
font-size: 75%;
width: 1em;
}
body.dark .changelog-type {
padding: 2px 5px;
border-width: 1px;
border-style: solid;
margin: 0px 5px 0px 0px;
border-color: #3a3a3a;
}
body.dark #changelog {
font-size: 85%;
margin-left: 10px;
margin-right: 10px;
}
body.dark #changelog ul {
padding: 0 0 0 2em;
margin: 0.25em 0 1em 0;
list-style-type: none;
}
body.dark #changelog li {
position: relative;
line-height: 1.35em;
}
body.dark #changelog li:before {
width: 7px;
height: 7px;
background: #ccc;
content: ".";
position: absolute;
left: -1em;
top: 0.375em;
display: inline-block;
overflow: hidden;
}
body.dark #out-container-compass,
body.dark #out-container-compass-actions {
text-align: center;
width: 208px;
}
body.dark #out-container-compass canvas,
body.dark #out-container-compass-actions table {
margin-left: auto;
margin-right: auto;
}
body.dark #table-out-actions-movement {
margin-top: 10px;
}
body.dark #mainmap-container-container {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
body.dark #trade-caravans-outgoing-container tr {
border-width: 3px;
border-bottom-width: 0px;
border-style: solid;
border-color: transparent;
}
body.dark #trade-caravans-outgoing-container tr.selected {
border-color: #2f322f;
}
body.dark .trade-caravans-outgoing-plan {
border-width: 3px;
border-top-width: 0px;
}
body.dark .row-detail-indicator {
display: inline-block;
width: 1.5em;
height: 1.5em;
text-align: center;
}
body.dark .row-detail-indicator {
color: #bbb;
}
body.dark #incoming-caravan-popup-multiplier {
justify-content: flex-end;
font-size: 85%;
margin-bottom: 1em;
}
body.dark .camp-overview-production,
body.dark .camp-overview-stats {
font-size: 85%;
}
body.dark .camp-overview-name {
max-width: 5em;
white-space: nowrap;
overflow-x: hidden;
}
body.dark .camp-overview-btn {
text-align: center;
}
body.dark td.camp-overview-level {
padding: 0 2px;
width: 1em;
}
body.dark .camp-overview-level-container {
background: inherit;
border-color: #3a3a3a;
border-radius: 1.75em;
text-align: center;
font-size: 85%;
width: 2em;
height: 2em;
line-height: 2em;
margin: 2px auto;
vertical-align: middle;
font-weight: bold;
}
body.dark .lvl-container-camp-normal {
border-width: 3px;
width: 2em;
height: 2em;
line-height: 2em;
}
body.dark .lvl-container-camp-outpost {
border-width: 2px;
width: 1.5em;
height: 1.5em;
line-height: 1.5em;
}
body.dark .lvl-container-camp-capital {
border-width: 3px;
width: 2em;
height: 2em;
line-height: 2em;
}
body.dark tr.camp-overview-camp {
border-style: solid;
border-width: 1px;
}
body.dark .camp-overview-lvl14 {
text-align: center;
height: 1em;
}
body.dark #camp-overview hr {
margin: 0;
border: 1px solid #444;
}
body.dark #resultlist-inventorymanagement-found ul li,
body.dark #resultlist-loststuff-lost ul li {
border-width: 0px;
padding-bottom: 5px;
}
body.dark ul.resultlist li {
margin: 0px 3px;
background-color: transparent;
}
body.dark ul.resultlist-positive li:before {
content: "+ ";
}
body.dark #switch {
background-color: #202220;
}
body.dark div.grid-content {
background: #282a28;
border: 2px solid #3a3a3a;
}
body.dark #in-game-date {
float: right;
}
body.dark .blueprint:hover {
border-width: 2px !important;
}
body.dark .blueprint-piece-box {
width: 2em;
height: 2em;
display: inline-block;
margin: 0px 3px;
border-width: 2px;
border-style: solid;
vertical-align: middle;
}
body.dark .blueprint-piece-box-found {
background: #444;
border-color: #555;
}
body.dark .blueprint-piece-box-missing {
background: #282a28;
border: 2px solid #3a3a3a;
}
body.dark .blueprint-piece-box img {
margin: 0.4em;
width: 1.2em;
height: 1.2em;
}
body.dark .event-starting {
animation: event-end 1.3s step-end infinite;
animation-timing-function: ease-in-out;
}
body.dark .event-ending {
animation: event-end 1.3s step-end infinite;
animation-timing-function: ease-in-out;
}
@keyframes event-end {
0% {
opacity: inherit;
}
50% {
opacity: 0.4;
}
}
body.dark #fight-popup {
min-width: 35%;
}
body.dark .fight-damage-indicator,
body.dark .fight-status-indicator {
margin: 0;
font-size: 85%;
font-weight: bold;
position: absolute;
top: 0;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
body.dark .fight-damage-indicator {
color: #E13232;
right: -3em;
}
body.dark .fight-status-indicator {
color: #bbb;
right: -5em;
}
body.dark .fight-status-stunned {
color: #999;
}
body.dark #fight-popup-enemy-stats {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
body.dark #fight-popup-enemy-difficulty {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
body.dark #manage-save-textarea {
font-size: 85%;
}
body.dark .loading-content,
body.dark .thinking-content {
position: fixed;
top: 0;
left: 0;
z-index: 20;
width: 100%;
height: 100%;
background: rgba(32, 34, 32, 0.5);
}
body.dark .loading-spinner {
text-align: center;
width: 100%;
position: relative;
top: 50%;
left: 0;
}
body.dark .loading-spinner .loading-dot {
background: #ccc;
width: 11px;
height: 11px;
margin: 2px;
border-radius: 100%;
display: inline-block;
-webkit-animation: sk-bouncedelay 1.3s infinite ease-in-out both;
animation: sk-bouncedelay 1.3s infinite ease-in-out both;
}
body.dark .loading-spinner .loading-dot1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
body.dark .loading-spinner .loading-dot2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
body.dark .loading-spinner .loading-dot3 {
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
@-webkit-keyframes sk-bouncedelay {
0%,
80%,
100% {
-webkit-transform: scale(0);
}
40% {
-webkit-transform: scale(1);
}
}
@keyframes sk-bouncedelay {
0%,
80%,
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
body.dark div {
scrollbar-color: #2f322f #666;
}
body.dark div ::-webkit-scrollbar {
width: 11px;
background: #2f322f;
}
body.dark div ::-webkit-scrollbar-track {
background: #2f322f;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 10px;
}
body.dark div ::-webkit-scrollbar-button {
background: #666;
display: none;
}
body.dark div ::-webkit-scrollbar-thumb {
background: #666;
border-radius: 5.5px;
}
body.dark div ::-webkit-scrollbar-thumb:hover {
background: #888;
}
body.dark div ::-webkit-scrollbar-thumb:window-inactive {
background: #666;
}
body.dark div ::-webkit-scrollbar-corner,
body.dark div ::-webkit-resizer {
background: rgba(102, 102, 102, 0.75) !important;
border: 0px solid rgba(102, 102, 102, 0.75);
box-shadow: none;
}
body.dark div ::-webkit-scrollbar-corner:hover,
body.dark div ::-webkit-resizer:hover {
background: rgba(136, 136, 136, 0.75) !important;
border: 0px solid rgba(102, 102, 102, 0.75);
box-shadow: none;
}
body.dark #minimap {
overflow: hidden;
}
body.dark #mainmap {
overflow: hidden;
}
body.dark #mainmap,
body.dark #researched-upgrades-vis {
overflow: hidden;
}
body.dark .canvas-overlay {
position: absolute;
top: 0;
pointer-events: none;
}
body.dark .canvas-overlay-cell {
position: absolute;
pointer-events: auto;
cursor: pointer;
font-size: 70%;
display: table;
line-height: 0.85;
}
body.dark .canvas-overlay-cell p {
display: table-cell;
vertical-align: middle;
text-align: center;
}
body.dark .map-overlay-cell {
width: 11px;
height: 11px;
border: none;
}
body.dark .map-overlay-cell:hover {
background: #fdfdfd;
}
body.dark .map-overlay-cell.selected {
background: #fdfdfd;
outline: 5px solid rgba(255, 255, 255, 0.5);
}
body.dark #researched-upgrades-vis-container {
max-height: 300px;
}
body.dark .upgrades-overlay-cell {
width: 85px;
height: 22px;
color: #202220;
}
body.dark .upgrades-overlay-cell:hover {
background: rgba(253, 253, 253, 0.1);
}
body.dark #tab-vis-in {
border: 2px solid #3a3a3a;
padding: 0;
}
body.dark #tab-vis-in-container {
position: relative;
margin: 0 auto;
padding: 0;
overflow: hidden;
height: 100px;
}
body.dark #vis-camp-info-overlay {
position: absolute;
bottom: 0;
width: 100%;
height: 16px;
background: #2f322f;
font-size: 75%;
padding: 1px;
vertical-align: middle;
text-align: center;
z-index: 9;
}
body.dark .vis-camp-layer {
position: absolute;
top: 0;
}
body.dark .vis-camp-building-container {
background: transparent;
border-radius: 3px;
border: 2px dotted transparent;
position: absolute;
width: 10px;
height: 10px;
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
font-size: 75%;
color: transparent;
}
body.dark .vis-camp-building-container.filled {
display: none;
}
body.dark .vis-camp-floor {
background: #2f322f;
position: absolute;
left: 0px;
}
body.dark .vis-camp-building {
position: absolute;
opacity: 1;
width: 12px;
height: 12px;
z-index: 3;
font-size: 75%;
}
body.dark .vis-camp-building-z0 {
z-index: 4;
}
body.dark .vis-camp-building-z1 {
z-index: 3;
}
body.dark .vis-camp-building-z2 {
z-index: 2;
}
body.dark .vis-camp-building-z3 {
z-index: 1;
}
body.dark .vis-camp-building-z4 {
z-index: 0;
}
body.dark.vision-step-0 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.75) 75%, #202220 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.75) 75%, #202220 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.75) 75%, #202220 100%);
}
body.dark.vision-step-1 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.7495) 78%, #202220 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.7495) 78%, #202220 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.7495) 78%, #202220 100%);
}
body.dark.vision-step-2 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.749) 81%, #202220 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.749) 81%, #202220 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.749) 81%, #202220 100%);
}
body.dark.vision-step-3 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.7485) 84%, #202220 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.7485) 84%, #202220 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.7485) 84%, #202220 100%);
}
body.dark.vision-step-4 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.748) 87%, #202220 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.748) 87%, #202220 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.748) 87%, #202220 100%);
}
body.dark.vision-step-5 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.7475) 90%, #202220 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.7475) 90%, #202220 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.7475) 90%, #202220 100%);
}
body.dark.vision-step-6 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.747) 93%, #202220 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.747) 93%, #202220 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.747) 93%, #202220 100%);
}
body.dark.vision-step-7 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.7465) 96%, #202220 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.7465) 96%, #202220 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.7465) 96%, #202220 100%);
}
body.dark.vision-step-8 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.746) 99%, #202220 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.746) 99%, #202220 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.746) 99%, #202220 100%);
}
body.dark.vision-step-9 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.7455) 99%, #202220 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.7455) 99%, #202220 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.7455) 99%, #202220 100%);
}
body.dark.vision-step-10 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.745) 99%, #202220 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.745) 99%, #202220 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(32, 34, 32, 0.745) 99%, #202220 100%);
}
body.sunlit {
background: #fbfbfb;
color: #202220;
font-family: Arial, sans-serif;
font-size: 11pt;
line-height: 1.3em;
/* WEBKIT BROWSERS */
}
body.sunlit .centered {
margin-left: auto;
margin-right: auto;
}
body.sunlit .hidden {
display: none;
}
body.sunlit .nowrap {
white-space: nowrap;
}
body.sunlit .unselectable {
-webkit-user-select: none;
/* Safari */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* IE10+/Edge */
user-select: none;
/* Standard */
}
body.sunlit .full-width {
width: 100%;
}
body.sunlit .centered {
margin-left: auto !important;
margin-right: auto !important;
}
body.sunlit .strike-through,
body.sunlit .strike-through p {
text-decoration: line-through;
opacity: 0.9;
}
body.sunlit .container-dimmed .dimmable {
opacity: 0.5;
}
body.sunlit span.icon {
padding: 2px;
}
body.sunlit img.icon-ui-generic {
height: 1.5em;
width: 1.5em;
}
body.sunlit .shadowed-basic {
-webkit-box-shadow: 1px 2px 5px 2px rgba(96, 96, 96, 0.25);
-moz-box-shadow: 1px 2px 5px 2px rgba(96, 96, 96, 0.25);
box-shadow: 1px 2px 5px 2px rgba(96, 96, 96, 0.25);
}
body.sunlit .lvl13-box-1 {
background-color: #fff;
border: 1px solid #aaa;
}
body.sunlit .lvl13-box-2 {
background: "inherit";
border: 1px solid #aaa;
}
body.sunlit span.hl-functionality {
font-weight: bold;
}
body.sunlit .p-meta {
color: rgba(0, 0, 0, 0.5);
}
body.sunlit .dimmed {
color: #999;
}
body.sunlit .columns-container {
display: flex;
}
body.sunlit .columns-container-vcenter {
align-items: center;
}
body.sunlit .columns-child {
flex: 1;
padding-left: 5px;
padding-right: 5px;
}
body.sunlit .columns-child:first-child {
padding-left: 0px;
}
body.sunlit .columns-child:last-child {
padding-right: 0px;
}
body.sunlit .columns-child-small {
flex: 0;
}
body.sunlit table.fullwidth {
width: 100%;
}
body.sunlit td,
body.sunlit th {
transition: all 0.15s;
}
body.sunlit .balancing-tab table {
font-size: 80%;
}
body.sunlit table.spacious {
margin: 5px 0px;
}
body.sunlit table.spacious td {
padding: 2px 5px;
}
body.sunlit table.spacious td:last-child {
padding-right: 0px;
}
body.sunlit table.spacious td:first-child {
padding-left: 0px;
}
body.sunlit table.updating td {
background: rgba(250, 0, 0, 0.15);
}
body.sunlit table.borders td {
border: 1px solid #aaa;
}
body.sunlit table.borders th {
background: #e6e6e6;
}
body.sunlit table.borders th.alt-1 {
background: #6af;
}
body.sunlit table.borders th.alt-2 {
background: #6fa;
}
body.sunlit table.borders th.alt-3 {
background: #fa6;
}
body.sunlit table.borders td.alt-1 {
background: rgba(102, 170, 255, 0.2);
}
body.sunlit table.borders td.alt-2 {
background: rgba(102, 255, 170, 0.2);
}
body.sunlit table.borders td.alt-3 {
background: rgba(255, 170, 102, 0.2);
}
body.sunlit table th.sortable {
background: #ddd;
cursor: pointer;
}
body.sunlit table.highlight-row tr:hover {
background: rgba(255, 255, 255, 0.1);
}
body.sunlit table th.foldable-table-header {
background: #ddd;
cursor: pointer;
}
body.sunlit table th.foldable-table-header.folded-table-header {
background: #ddd;
font-weight: bold;
cursor: pointer;
}
body.sunlit td.folded-table-cell,
body.sunlit th.folded-table-cell {
min-width: 1px !important;
overflow: hidden;
text-overflow: clip;
max-width: 1px;
padding: 0;
color: transparent;
-webkit-user-select: none;
/* Safari */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* IE10+/Edge */
user-select: none;
/* Standard */
}
body.sunlit td.minwidth {
width: 5%;
}
body.sunlit td.maxwidth {
width: 95%;
}
body.sunlit td.list-amount,
body.sunlit td.list-storage {
min-width: 30pt;
text-align: center;
}
body.sunlit td.list-ordinal {
min-width: 10pt;
text-align: center;
}
body.sunlit td.list-description {
padding-left: 10px;
}
body.sunlit td.list-action {
text-align: center;
width: 100pt;
}
body.sunlit td.list-main {
text-align: center;
}
body.sunlit td.item-name {
min-width: 8em;
}
body.sunlit td.text-overflow {
font-size: 75%;
width: 6em;
max-width: 6em;
overflow: hidden;
white-space: nowrap;
}
body.sunlit th.th-number {
text-align: center;
}
body.sunlit th.th-text {
text-align: left;
}
body.sunlit td.bg-reset {
background: #fff;
}
body.sunlit tr.current {
background: #e6e6e6;
border-color: #e6e6e6;
}
body.sunlit tr.header-mini {
font-size: 85%;
}
body.sunlit hr {
color: #999;
margin: 1em 5px;
border: none;
border-top: 1px #999 solid;
height: 1px;
}
body.sunlit table td {
padding: 0px 2px;
}
body.sunlit td > button,
body.sunlit td > div.container-btn-action {
margin-left: 0px;
}
body.sunlit button {
cursor: pointer;
}
body.sunlit ::-moz-selection {
background: #ccc;
}
body.sunlit ::selection {
background: #ccc;
}
body.sunlit h1,
body.sunlit h2,
body.sunlit h3,
body.sunlit h4,
body.sunlit h5,
body.sunlit h6 {
font-family: "Arial Narrow", Arial, sans-serif;
letter-spacing: 0.1pt;
text-transform: uppercase;
}
body.sunlit h3,
body.sunlit h4 {
margin: 1em 0 0.5em 0;
}
body.sunlit h4 {
margin: 1em 0 0.5em 0;
}
body.sunlit a {
border: none !important;
background: inherit !important;
}
body.sunlit a:hover {
color: #000 !important;
}
body.sunlit a:link,
body.sunlit a:visited {
color: #202220;
}
body.sunlit .p-dense,
body.sunlit .p-dense p {
margin: 0.25em 0;
}
body.sunlit p.nomargin {
margin: 0;
}
body.sunlit .ui-anim {
transform: scale(1.15, 1.15);
opacity: 0.8;
font-weight: bold;
}
body.sunlit .ui-anim-negative {
color: #e64646 !important;
}
body.sunlit button {
width: 95pt;
padding: 8px 16px;
margin: 4px;
z-index: 2;
font-weight: 500;
position: relative;
text-transform: lowercase;
background: #fbfbfb;
color: #202220;
border: 1px solid #777;
}
body.sunlit button:hover {
color: #000 !important;
border-color: #4a4a4a;
}
body.sunlit button:active {
position: relative;
top: 1px;
}
body.sunlit button,
body.sunlit ul.tabs li {
transition: color 0.2s;
}
body.sunlit button.action {
border-width: 2px;
margin: 0px;
margin-bottom: 0px;
white-space: nowrap;
}
body.sunlit button.action.multiline {
white-space: normal;
}
body.sunlit button.btn-secondary {
border-width: 1px;
}
body.sunlit button.action-move {
width: 55px;
}
body.sunlit button.context {
width: auto;
display: inline;
float: right;
}
body.sunlit button.btn-wide {
width: 110pt;
}
body.sunlit button.btn-narrow {
width: 80pt;
}
body.sunlit button.btn-compact {
width: auto;
min-width: 2.5em;
padding: 8px 10px;
}
body.sunlit button.btn-mini {
width: auto;
padding: 4px 8px;
}
body.sunlit button.btn-glyph {
font-weight: bold;
width: 1.5em;
height: 1.5em;
margin: 1px 2px;
padding: 1px;
font-size: 1em;
vertical-align: middle;
text-align: center;
border-width: 1px;
border-radius: 1px;
}
body.sunlit button.btn-glyph-big {
width: auto !important;
min-width: 2.5em;
padding-left: 0;
padding-right: 0;
}
body.sunlit button.btn-meta {
width: auto;
padding: 2px 7px;
border-radius: 0px !important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: none;
border-width: 0px;
text-transform: lowercase;
}
body.sunlit button.btn-meta-float {
float: right;
}
body.sunlit button.btn-meta:hover {
text-decoration: underline;
}
body.sunlit div.container-btn-action {
display: inline-block;
padding: -1px;
margin: 4px 6px;
border-width: 0px;
}
body.sunlit table div.container-btn-action {
margin: 2px 2px;
}
body.sunlit table.dense div.container-btn-action {
margin: 2px 2px;
}
body.sunlit div.container-btn-action button {
margin: -1px;
}
body.sunlit .callout-container hr {
margin: 0.25em 3px;
}
body.sunlit .cooldown-reqs {
height: 5px;
width: 0%;
padding: 0;
border-width: 0px;
transition: all 0.1s;
}
body.sunlit .cooldown-duration {
background: rgba(100, 100, 100, 0.25);
}
body.sunlit button .cooldown-action,
body.sunlit button .cooldown-duration {
height: 100%;
position: absolute;
top: 0px;
left: 0px;
padding: 0;
}
body.sunlit .cooldown-action {
background-color: rgba(136, 136, 136, 0.3);
}
body.sunlit .cooldown-reqs {
background-color: rgba(136, 136, 136, 0.3);
}
body.sunlit button.btn-disabled,
body.sunlit li.disabled {
opacity: 0.65;
cursor: default !important;
}
body.sunlit button.btn-disabled-vision {
opacity: 0.2;
color: rgba(0, 0, 0, 0) !important;
}
body.sunlit button.btn-disabled-vision:hover {
opacity: 0.65;
}
body.sunlit button.btn-disabled-basic,
body.sunlit button.btn-disabled-vision,
body.sunlit button.btn-disabled-resources,
body.sunlit li.disabled {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
font-weight: normal !important;
}
body.sunlit button.action.btn-disabled-basic,
body.sunlit button.btn-disabled-vision,
body.sunlit li.disabled {
text-decoration: line-through !important;
}
body.sunlit button.action.btn-disabled-basic:before {
content: "\00a0";
}
body.sunlit button.action.btn-disabled-basic:after {
content: "\00a0";
}
body.sunlit button.btn-disabled-basic,
body.sunlit button.btn-disabled-vision,
body.sunlit button.btn-disabled-resources,
body.sunlit button.btn-disabled-cooldown {
border-color: #999;
color: #666 !important;
}
body.sunlit .button-detail-label {
margin: -4px 0 2px 0;
}
body.sunlit div.container-btn-action:hover + div.btn-callout,
body.sunlit div.btn-callout:hover,
body.sunlit .info-callout-target:hover + div.info-callout,
body.sunlit div.info-callout:hover {
display: block;
}
body.sunlit div.btn-callout,
body.sunlit div.info-callout {
text-align: left;
display: none;
position: absolute;
width: 100%;
min-width: 80px;
z-index: 5;
text-transform: none;
}
body.sunlit div.btn-callout {
width: 100%;
text-align: center;
top: 37px;
pointer-events: none;
opacity: 0.95;
}
body.sunlit div.info-callout {
width: auto;
min-width: 50%;
max-width: 100%;
}
body.sunlit .info-callout-target {
border-width: 0px;
border-style: solid;
padding: 0px;
margin: 0px;
cursor: help;
display: inline-block;
}
body.sunlit div.btn-callout-content,
body.sunlit div.info-callout-content {
background: #fbfbfb;
color: #202220;
border: 1px solid #999;
}
body.sunlit .item div.info-callout-target,
body.sunlit .res div.info-callout-target,
body.sunlit .resultlist li div.info-callout-target,
body.sunlit .itemlist div.info-callout-target {
border-width: 0px;
background-color: inherit;
}
body.sunlit .info-callout-target-small + div.info-callout {
width: auto !important;
max-width: none !important;
white-space: nowrap;
}
body.sunlit div.callout-container {
position: relative;
display: inline-block;
}
body.sunlit div.btn-callout-content,
body.sunlit div.info-callout-content {
font-size: 85%;
overflow-wrap: break-word;
line-height: 1.45em;
}
body.sunlit div.btn-callout-content,
body.sunlit div.info-callout-content {
padding: 4px;
}
body.sunlit .info-callout button {
padding: 4px 8px;
}
body.sunlit div.btn-callout-content,
body.sunlit div.info-callout-content {
-webkit-box-shadow: 1px 2px 5px 2px rgba(96, 96, 96, 0.25);
-moz-box-shadow: 1px 2px 5px 2px rgba(96, 96, 96, 0.25);
box-shadow: 1px 2px 5px 2px rgba(96, 96, 96, 0.25);
}
body.sunlit .info-callout-content-section-long {
white-space: normal;
}
body.sunlit div.callout-arrow-up {
border-bottom-color: #999 !important;
width: 0;
height: 0;
z-index: 10;
position: relative;
top: 0px;
margin: 0 0 0 3.5px;
margin: 0px auto;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid;
}
body.sunlit .item div.callout-arrow-up {
margin: 0 0 0 2px;
}
body.sunlit span.action-risk {
display: block;
}
body.sunlit span.action-cost-blocker-storage {
text-decoration: line-through;
}
body.sunlit span.action-cost-blocker {
color: #999;
}
body.sunlit .action-separator {
display: block;
width: 10px;
height: 10px;
}
body.sunlit ul.tabs {
margin: 0;
padding: 0;
list-style-type: none;
}
body.sunlit ul.tabs li {
display: inline-block;
margin: 0px 1px;
padding: 5px 10px 5px 10px;
border-width: 1px;
border-style: solid;
position: relative;
z-index: 0;
white-space: nowrap;
top: 2px;
height: 32px;
cursor: pointer;
text-transform: lowercase;
background-color: #fbfbfb;
border-color: #aaa;
box-sizing: border-box;
}
body.sunlit ul.tabs li.selected {
font-weight: bold;
z-index: 2;
width: auto;
}
body.sunlit ul.tabs li.selected {
background: #fff;
}
body.sunlit ul.tabs li:hover {
text-decoration: underline;
}
body.sunlit ul.tabs li.selected {
border-color: #aaa;
border-bottom-color: #fff;
}
body.sunlit ul.tabs li span {
display: inline-block;
overflow-x: hidden;
width: 100%;
}
body.sunlit div.popup {
background: #fbfbfb;
border: 2px solid #aaa;
padding: 20px;
text-align: center;
position: fixed;
top: 50%;
left: 50%;
margin: 0;
min-width: 30%;
max-width: 60%;
-webkit-box-shadow: 1px 2px 5px 2px rgba(96, 96, 96, 0.25);
-moz-box-shadow: 1px 2px 5px 2px rgba(96, 96, 96, 0.25);
box-shadow: 1px 2px 5px 2px rgba(96, 96, 96, 0.25);
}
body.sunlit div.popup-ingame {
z-index: 16;
}
body.sunlit div.popup-meta {
z-index: 26;
}
body.sunlit div.popup-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(215, 215, 215, 0.85);
}
body.sunlit div.popup-overlay-ingame {
z-index: 15;
}
body.sunlit div.popup-overlay-meta {
z-index: 25;
}
body.sunlit .tab-options {
float: right;
}
body.sunlit .stepper {
text-align: center;
min-width: 70px;
vertical-align: middle;
margin: 1px;
white-space: nowrap;
}
body.sunlit .stepper button {
margin: 0;
}
body.sunlit .stepper button[data-type="minus"] {
border-radius: 7px 0px 0px 7px;
}
body.sunlit .stepper button[data-type="plus"] {
border-radius: 0px 7px 7px 0px;
}
body.sunlit .horizontal-select {
display: flex;
align-items: center;
margin: 2px 0;
}
body.sunlit .horizontal-select-title {
background: #fff;
padding: 1px 8px;
}
body.sunlit .horizontal-select-list {
padding: 0;
margin: 0;
}
body.sunlit .horizontal-select-option {
background: #fbfbfb;
border: 1px solid #999;
padding: 1px 5px;
margin: 0 2px;
display: inline-block;
cursor: pointer;
border-radius: 3px;
}
body.sunlit .horizontal-select-option:hover {
background: #ddd;
border-color: ligten(#999, 10%);
}
body.sunlit .horizontal-select-option.selected {
background: #ddd;
}
body.sunlit .stats-indicator {
display: block;
margin: 0 2px 0 0;
white-space: nowrap;
}
body.sunlit .stats-indicator span {
display: inline-block;
margin: auto 0 auto 1px;
}
body.sunlit .stats-indicator span.label {
text-transform: lowercase;
}
body.sunlit .stats-indicator span.value {
text-align: center;
margin-left: 4px;
}
body.sunlit .stats-indicator .value,
body.sunlit .stats-indicator .value-total,
body.sunlit .stats-indicator .change,
body.sunlit .stats-indicator .forecast {
color: #777;
}
body.sunlit .stats-indicator .change,
body.sunlit .stats-indicator .forecast {
font-size: 85%;
vertical-align: middle;
}
body.sunlit .stats-indicator .progress {
height: 0.5em;
width: 35px;
display: inline-block;
vertical-align: middle;
}
body.sunlit .stats-indicator .progress-wrap {
margin: auto 1px auto 3px;
}
body.sunlit .change-indicator {
width: 1em;
height: 1em;
display: inline-block;
background-size: 100%;
margin: 0px 2px;
opacity: 0.75;
vertical-align: middle;
}
body.sunlit .indicator-even {
background-image: url('../img/eldorado/icon-even.png');
opacity: 0.25;
}
body.sunlit .indicator-decrease {
background-image: url('../img/eldorado/icon-decrease.png');
}
body.sunlit .item-comparison-badge .indicator-decrease {
opacity: 0.25;
}
body.sunlit .indicator-increase {
background-image: url('../img/eldorado/icon-increase.png');
}
body.sunlit .indicator-fastincrease {
background-image: url('../img/eldorado/icon-fastincrease.png');
}
body.sunlit .indicator-equipped {
background-image: url('../img/eldorado/icon-checkmark.png');
opacity: 0.5;
}
body.sunlit .collapsible-container {
margin: 5px 0px;
}
body.sunlit .collapsible-container {
border: 1px solid #aaa;
}
body.sunlit .collapsible-header {
background: #e6e6e6;
cursor: pointer;
margin: 0px;
padding: 5px 30px 5px 10px;
background-image: url('../img/open-iconic/arrow-circle-top-2x.png');
background-repeat: no-repeat;
background-position: right 8px center;
}
body.sunlit .collapsible-header.collapsible-collapsed {
background-image: url('../img/open-iconic/arrow-circle-bottom-2x.png');
background-repeat: no-repeat;
background-position: right 8px center;
}
body.sunlit .collapsible-content {
margin: 5px 10px;
}
body.sunlit .progress {
width: 100%;
max-width: 250px;
height: 1em;
border-width: 0px !important;
line-height: 1.3;
}
body.sunlit .progress-wrap {
background-color: #999;
margin: 2px 0;
border: 0px;
overflow: hidden;
position: relative;
}
body.sunlit .progress-wrap-science {
background-color: #6af !important;
}
body.sunlit .progress-multibar-container {
display: flex;
margin: 2px 0;
}
body.sunlit .progress-multibar-container .progress-wrap {
display: inline-block !important;
margin: 0px;
}
body.sunlit .progress-bar {
left: 0;
top: 0;
position: absolute;
background: #e6e6e6;
}
body.sunlit .progress-label {
left: 0;
top: 0;
position: absolute;
width: 100%;
font-size: 85%;
text-align: center;
vertical-align: text-top;
}
body.sunlit .progress-bar-change {
background: #ddd;
position: absolute;
width: 0%;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
body.sunlit .canvas-container {
text-align: center;
overflow: hidden;
position: relative;
border-width: 1px !important;
}
body.sunlit .canvas-container {
border: 1px solid #aaa;
}
body.sunlit .scroll-position-container {
padding: 5px;
position: relative;
overflow: hidden;
}
body.sunlit .scroll-position-indicator {
position: absolute;
background: #aaa;
}
body.sunlit .scroll-position-indicator-vertical {
width: 100%;
height: 50%;
min-height: 10px;
min-width: 10px;
top: 10px;
left: 0;
}
body.sunlit .scroll-position-indicator-horizontal {
height: 100%;
width: 50%;
min-width: 10px;
min-height: 10px;
top: 0;
left: 10px;
}
body.sunlit .scrollable.scroll-enabled {
cursor: all-scroll;
}
body.sunlit .bubble {
background-color: #ccc;
color: #202220;
background-size: 12px;
background-repeat: no-repeat;
background-position: center;
position: absolute;
top: -6px;
right: -6px;
width: 16px;
height: 16px;
text-align: center;
border-radius: 8px;
font-weight: bold;
font-size: 85%;
}
body.sunlit table .bubble {
position: inherit;
top: inherit;
left: inherit;
}
body.sunlit .bubble-even {
background-image: url('../img/eldorado/icon-even-dark.png');
opacity: 0.25;
}
body.sunlit .bubble-decrease {
background-image: url('../img/eldorado/icon-decrease-dark.png');
}
body.sunlit .bubble-increase {
background-image: url('../img/eldorado/icon-increase-dark.png');
}
body.sunlit .bubble-fastincrease {
background-image: url('../img/eldorado/icon-fastincrease-dark.png');
}
body.sunlit .container-relative {
position: relative;
display: inline-block;
}
body.sunlit .container-relative p {
margin: 0;
}
body.sunlit .container-nomargin {
margin: 0;
}
body.sunlit .statsbar {
padding: 3px 2px;
}
body.sunlit .actionbox,
body.sunlit .infobox,
body.sunlit .buttonbox {
margin: 6px 0px;
}
body.sunlit .infobox {
padding: 0px 0px 5px 0px;
}
body.sunlit .infobox-scrollable {
border: 1px solid #aaa;
text-align: left;
margin-left: auto;
margin-right: auto;
overflow-y: auto;
padding-left: 10px;
padding-right: 10px;
max-height: 12em;
}
body.sunlit .infobox-scrollable-header {
margin: 1.5em 0 0 0;
}
body.sunlit .actionbox {
padding: 3px 0px;
}
body.sunlit .textbox {
padding: 10px 0px;
max-width: 70em;
}
body.sunlit .divbox {
margin: 10px 0 10px 0;
}
body.sunlit .inventorybox {
border-color: #aaa;
border-width: 1px;
border-style: solid;
border-radius: 10px;
padding: 5px 0px 2px 0px;
margin: 5px 0px;
min-height: 1em;
min-width: 1em;
vertical-align: top;
}
body.sunlit .inventorybox ul li {
background: inherit !important;
margin: 0px 2px 2px 0px;
padding: 0;
border-width: 1px;
border-style: solid;
display: inline-block;
position: relative;
}
body.sunlit .inventorydivision {
width: 49%;
display: table-cell;
position: relative;
vertical-align: top;
padding-top: 2.5em;
margin-top: -5px;
}
body.sunlit .inventorydivision-with-footer {
padding-bottom: 2em;
}
body.sunlit .inventorydivision .inventorybox-header {
position: absolute;
top: 0;
left: 0;
margin: 0;
width: 100%;
padding: 5px 0;
}
body.sunlit .inventorydivision:first-child .inventorybox-header {
border-radius: 10px 0 0 0;
}
body.sunlit .inventorydivision:last-child .inventorybox-header {
border-radius: 0 10px 0 0;
}
body.sunlit .inventorydivision .inventorybox-footer {
position: absolute;
bottom: 3px;
left: 0;
margin: 0;
width: 100%;
}
body.sunlit #common-popup .inventorybox ul {
min-width: 380px;
width: 100%;
}
body.sunlit .inventorybox ul,
body.sunlit .ul-horizontal {
padding: 0px;
margin: 0px;
}
body.sunlit .inventorybox-negative > li {
opacity: 80%;
}
body.sunlit .highlightbox,
body.sunlit .inventorybox-header,
body.sunlit .inventorybox-footer {
background: #e6e6e6;
border-color: #e6e6e6;
}
body.sunlit .li-item-negative {
background: rgba(250, 0, 0, 0.15) !important;
border: 1px solid #ee1111 !important;
}
body.sunlit .item-slot,
body.sunlit .follower-slot {
background: inherit !important;
margin: 0px 2px 2px 0px;
padding: 0;
border-width: 1px;
border-style: solid;
display: inline-block;
position: relative;
}
body.sunlit .item-slot.highlighted,
body.sunlit .follower-slot-highlighted {
border-color: #bfbfbf;
color: #454945;
}
body.sunlit .item-slot-big,
body.sunlit .follower-slot-big {
width: 55px;
height: 70px;
}
body.sunlit .item-slot-small,
body.sunlit .follower-slot-small {
width: 37px;
height: 37px;
}
body.sunlit .item-slot-equipped {
border-color: #999;
}
body.sunlit .item-equipped {
background: #e6e6e6;
}
body.sunlit .item-slot-type-empty,
body.sunlit .follower-slot-type-empty {
font-size: 85%;
text-align: center;
width: 55px;
height: 70px;
line-height: 70px;
display: inline-block;
opacity: 0.25;
font-style: oblique;
}
body.sunlit .item-slot-type-equipped,
body.sunlit .follower-slot-type-empty {
font-size: 85%;
text-align: center;
width: 55px;
height: 70px;
line-height: 70px;
display: inline-block;
}
body.sunlit .item-slot-image {
position: absolute;
}
body.sunlit .item-slot-big .item-slot-image {
left: 9.5px;
top: 27px;
}
body.sunlit .item-slot-name,
body.sunlit .item-slot-type-equipped,
body.sunlit .follower-slot-type-selected {
background-color: #e6e6e6;
width: 100%;
text-align: center;
overflow: hidden;
line-height: 1.05em;
height: auto;
max-height: 1.9em;
padding: 0.35em 0;
}
body.sunlit .item-slot.highlighted .item-slot-type-equipped {
background: #fafafa;
}
body.sunlit .item-slot-effect {
display: none;
}
body.sunlit .item-slot-name {
bottom: 0px;
opacity: 0;
}
body.sunlit .item-slot-type-equipped,
body.sunlit .follower-slot-type-selected {
top: 0px;
}
body.sunlit .item-slot-simple {
border-width: 0px !important;
}
body.sunlit div.item-slot > div,
body.sunlit div.item-slot > span {
position: absolute;
cursor: default;
}
body.sunlit .follower-slot-follower {
width: 100%;
display: block;
text-align: center;
}
body.sunlit ul.itemlist,
body.sunlit ul.resultlist {
list-style-type: none;
padding: 0;
margin: 0;
display: inline-block;
}
body.sunlit .itemlist li {
display: inline-flex;
}
body.sunlit .item,
body.sunlit .res {
vertical-align: middle;
display: inline-flex;
position: relative;
margin: 2px;
padding: 5px;
border-width: 2px;
border-style: solid;
border-radius: 50%;
width: 18px;
height: 18px;
}
body.sunlit .item,
body.sunlit .res,
body.sunlit .li-item-negative,
body.sunlit .li-item-positive {
background: #fff;
border: 1px solid #aaa;
}
body.sunlit .item.highlighted {
background: #ffffff;
border-color: #dddddd;
}
body.sunlit .res {
border-radius: 0 !important;
margin: 8px 6px 6px 6px !important;
padding: 0px !important;
border-width: 1px;
}
body.sunlit .item img,
body.sunlit .li-item-negative img,
body.sunlit .li-item-positive img {
margin: -3px 0px 3px 0px;
vertical-align: middle;
height: 16px;
width: 16px;
}
body.sunlit .res img {
margin: -2px 1px 8px 1px;
vertical-align: middle;
height: 12px;
width: 12px;
}
body.sunlit .item div.item-count,
body.sunlit .res div.item-count {
border-width: 1px;
color: #777;
font-size: 75%;
position: absolute;
bottom: -0.9em;
left: -2px;
min-width: 100%;
padding: 0 1px;
line-height: 1em;
text-align: center;
z-index: 3;
}
body.sunlit li.item-with-count {
margin-bottom: 1em;
}
body.sunlit .warning,
body.sunlit .warning span,
body.sunlit li.li-item-negative,
body.sunlit .item-slot-lost .item-count {
color: #e64646 !important;
}
body.sunlit hr.warning {
border-color: #e64646 !important;
}
body.sunlit .warning.progress-wrap {
background: #e64646 !important;
}
body.sunlit .warning .progress-label {
color: #202220 !important;
}
body.sunlit .inventorybox-negative,
body.sunlit .item-slot-lost .item-count {
border: 1px solid #ee1111 !important;
}
body.sunlit .item-comparison-indicator {
background-size: 100%;
border: none;
background-repeat: no-repeat;
background-position: center;
width: 10px;
height: 10px;
}
body.sunlit .item-comparison-badge {
top: -11px;
right: -11px;
position: absolute;
border-width: 1px;
border-style: solid;
border-color: #999;
padding: 2px;
border-radius: 6px;
background: #fff;
}
body.sunlit .dev-hud {
opacity: 0.75;
background: #999;
padding: 1px;
border-radius: 5px;
z-index: 100;
}
body.sunlit .dev-hud:hover {
opacity: 1;
}
body.sunlit .status-badge {
float: right;
padding: 0 0.75em;
border-radius: 1em;
height: 1em;
}
body.sunlit .status-badge {
background: #e6e6e6;
}
body.sunlit input,
body.sunlit select,
body.sunlit textarea {
background-color: #fff;
color: #202220;
border: 1px solid #aaa;
}
body.sunlit input[type=range] {
background: inherit;
border: none;
margin: 3px 5px;
vertical-align: middle;
cursor: pointer;
height: 20px;
-webkit-appearance: none;
}
body.sunlit input[type=range]:focus {
outline: none;
}
body.sunlit input[type=range]::-webkit-slider-runnable-track {
height: 5px;
cursor: pointer;
animate: 0.2s;
background: #fff;
}
body.sunlit input[type=range]::-webkit-slider-thumb {
border: 1px solid #888;
height: 15px;
width: 15px;
border-radius: 15px;
background: #202220;
cursor: pointer;
-webkit-appearance: none;
margin-top: -5px;
}
body.sunlit input[type=range]:focus::-webkit-slider-runnable-track {
background: #fff;
}
body.sunlit input[type=range]::-moz-range-track {
width: 100%;
height: 5px;
cursor: pointer;
animate: 0.2s;
background: #fff;
}
body.sunlit input[type=range]::-moz-range-thumb {
border: 1px solid #888;
height: 15px;
width: 15px;
border-radius: 15px;
background: #202220;
cursor: pointer;
}
body.sunlit input[type=range]::-ms-track {
width: 100%;
height: 5px;
cursor: pointer;
animate: 0.2s;
background: transparent;
border-color: transparent;
color: transparent;
}
body.sunlit input[type=range]::-ms-fill-lower {
background: #202220;
border: 0px solid #000000;
border-radius: 2px;
}
body.sunlit input[type=range]::-ms-fill-upper {
background: #202220;
border: 0px solid #000000;
border-radius: 2px;
}
body.sunlit input[type=range]::-ms-thumb {
margin-top: 1px;
border: 1px solid #888;
height: 15px;
width: 15px;
border-radius: 15px;
background: #202220;
cursor: pointer;
}
body.sunlit input[type=range]:focus::-ms-fill-lower {
background: #202220;
}
body.sunlit input[type=range]:focus::-ms-fill-upper {
background: #202220;
}
body.sunlit .checkbox {
width: 1em;
height: 1em;
border-width: 1px;
border-style: solid;
display: inline-block;
margin: 1px 3px;
vertical-align: middle;
cursor: pointer;
}
body.sunlit .checkbox-label {
display: inline-block;
vertical-align: middle;
margin: 0;
}
body.sunlit select {
margin: 0px 5px;
padding: 1px 3px;
}
body.sunlit input.amount {
width: 30pt;
margin: 0;
padding: 1px;
text-align: center;
border-width: 1px 0px;
}
body.sunlit .sub-page-container {
padding: 10px 20px;
}
body.sunlit .faq-category h3 {
text-transform: none;
}
body.sunlit #log {
background: none;
}
body.sunlit #log ul {
list-style-type: none;
padding-left: 0;
margin: 0;
}
body.sunlit #log ul li {
margin: 0px 0px 0.8em 0px;
}
body.sunlit #log .msg {
display: block;
}
body.sunlit #log-overlay {
height: 100%;
max-width: 214px;
width: 100%;
position: inherit;
pointer-events: none;
top: 0;
}
body.sunlit #log ul li.log-loaded,
body.sunlit #log ul li.log-loaded span {
color: #999;
}
body.sunlit span.time,
body.sunlit span.msg-camp-level {
font-size: 75%;
vertical-align: middle;
}
body.sunlit span.msg-count,
body.sunlit span.time,
body.sunlit span.msg-camp-level {
color: #777;
}
body.sunlit .lvl13-fade-down {
background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, #fbfbfb 100%);
background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, #fbfbfb 100%);
background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, #fbfbfb 100%);
background: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, #fbfbfb 100%);
}
body.sunlit .header-section {
display: inline-block;
vertical-align: top;
margin: 0px 5px 0px 0px;
float: left;
padding: 0px 2px;
}
body.sunlit #main-header-camp {
width: 100%;
}
body.sunlit #main-header-bag {
min-width: 20%;
max-width: 25%;
}
body.sunlit #main-header-equipment {
max-height: 122px;
text-align: center;
padding: 2px;
}
body.sunlit #main-header-items {
min-width: 35px;
max-width: 35%;
}
body.sunlit #header-tribe-container {
margin-bottom: 5px;
}
body.sunlit #grid-switch-content {
z-index: 1;
position: relative;
}
body.sunlit #grid-main-header .unit {
padding: 2px;
position: relative;
}
body.sunlit #statsbar-resources .callout-container {
width: 33%;
border: 0px;
}
body.sunlit #header-self-bar {
position: fixed;
width: 60px;
z-index: 5;
text-align: center;
padding: 5px 3px;
margin-left: -80px;
font-size: 80%;
}
body.sunlit #header-self-bar ul {
margin-top: 10px;
margin-bottom: 10px;
}
body.sunlit #header-self-bar > span {
display: block;
}
body.sunlit #header-self-bar .stats-indicator {
margin: 1px 0px;
width: 100%;
line-height: 1em;
}
body.sunlit #header-self-bar .callout-container {
width: 100%;
}
body.sunlit #header-self-bar .stats-indicator .value {
font-size: 85%;
margin: 3px 0;
}
body.sunlit #header-self-bar .info-callout {
width: 75px;
max-width: 75px;
}
body.sunlit #header-self-bar .change-indicator {
vertical-align: top;
margin: 0.2em 0 0 0.25em;
}
body.sunlit #header-self-bar div.callout-arrow-up {
margin: 0 0 0 23px;
}
body.sunlit #grid-location-header {
padding: 10px 0px 0px 0px;
}
body.sunlit #grid-location-header h1,
body.sunlit #grid-location-header img {
display: inline-block;
vertical-align: middle;
}
body.sunlit #level-icon {
margin: 3px 3px 3px 0;
width: 2.5em;
height: 2.5em;
}
body.sunlit .item-bag-options {
margin-top: 5px;
}
body.sunlit #bag-resources > .callout-container {
max-width: 49%;
}
body.sunlit #notification-player {
padding: 0px;
border-width: 1px;
border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-color: #999;
}
body.sunlit #notification-player .progress {
width: 100%;
max-width: 100%;
margin: 0;
}
body.sunlit span#out-position-indicator {
font-size: 80%;
line-height: 1.1em;
}
body.sunlit #footer {
padding: 1px 5px;
}
body.sunlit ul#game-options,
body.sunlit ul#game-options-extended {
list-style-type: none;
padding: 0;
margin: 0 0 0 0px;
line-height: 1em;
display: table;
float: right;
}
body.sunlit ul#game-options li,
body.sunlit ul#game-options-extended li {
list-style-type: none;
display: table-cell;
vertical-align: middle;
}
body.sunlit #game-version,
body.sunlit #game-msg {
text-transform: lowercase;
position: relative;
left: -55px;
}
body.sunlit .sticky-footer .one-quarter {
height: 2px;
padding: 0px;
}
body.sunlit span.improvement-badge {
padding: 5px;
margin: 1px;
background-color: #fff;
border: 1px solid #aaa;
border-radius: 5px;
min-width: 1em;
display: inline-block;
vertical-align: middle;
text-align: center;
}
body.sunlit span.improvement-badge.badge-disabled {
color: #666;
}
body.sunlit span.improvement-count {
font-weight: bold;
}
body.sunlit span.improvement-badge.improvement-upgrade-level {
position: absolute;
background-color: #e6e6e6;
top: -1px;
right: -1px;
padding: 0 1px !important;
font-size: 75%;
width: 1em;
}
body.sunlit .changelog-type {
padding: 2px 5px;
border-width: 1px;
border-style: solid;
margin: 0px 5px 0px 0px;
border-color: #aaa;
}
body.sunlit #changelog {
font-size: 85%;
margin-left: 10px;
margin-right: 10px;
}
body.sunlit #changelog ul {
padding: 0 0 0 2em;
margin: 0.25em 0 1em 0;
list-style-type: none;
}
body.sunlit #changelog li {
position: relative;
line-height: 1.35em;
}
body.sunlit #changelog li:before {
width: 7px;
height: 7px;
background: #ccc;
content: ".";
position: absolute;
left: -1em;
top: 0.375em;
display: inline-block;
overflow: hidden;
}
body.sunlit #out-container-compass,
body.sunlit #out-container-compass-actions {
text-align: center;
width: 208px;
}
body.sunlit #out-container-compass canvas,
body.sunlit #out-container-compass-actions table {
margin-left: auto;
margin-right: auto;
}
body.sunlit #table-out-actions-movement {
margin-top: 10px;
}
body.sunlit #mainmap-container-container {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
body.sunlit #trade-caravans-outgoing-container tr {
border-width: 3px;
border-bottom-width: 0px;
border-style: solid;
border-color: transparent;
}
body.sunlit #trade-caravans-outgoing-container tr.selected {
border-color: #e6e6e6;
}
body.sunlit .trade-caravans-outgoing-plan {
border-width: 3px;
border-top-width: 0px;
}
body.sunlit .row-detail-indicator {
display: inline-block;
width: 1.5em;
height: 1.5em;
text-align: center;
}
body.sunlit .row-detail-indicator {
color: #777;
}
body.sunlit #incoming-caravan-popup-multiplier {
justify-content: flex-end;
font-size: 85%;
margin-bottom: 1em;
}
body.sunlit .camp-overview-production,
body.sunlit .camp-overview-stats {
font-size: 85%;
}
body.sunlit .camp-overview-name {
max-width: 5em;
white-space: nowrap;
overflow-x: hidden;
}
body.sunlit .camp-overview-btn {
text-align: center;
}
body.sunlit td.camp-overview-level {
padding: 0 2px;
width: 1em;
}
body.sunlit .camp-overview-level-container {
background: inherit;
border-color: #aaa;
border-radius: 1.75em;
text-align: center;
font-size: 85%;
width: 2em;
height: 2em;
line-height: 2em;
margin: 2px auto;
vertical-align: middle;
font-weight: bold;
}
body.sunlit .lvl-container-camp-normal {
border-width: 3px;
width: 2em;
height: 2em;
line-height: 2em;
}
body.sunlit .lvl-container-camp-outpost {
border-width: 2px;
width: 1.5em;
height: 1.5em;
line-height: 1.5em;
}
body.sunlit .lvl-container-camp-capital {
border-width: 3px;
width: 2em;
height: 2em;
line-height: 2em;
}
body.sunlit tr.camp-overview-camp {
border-style: solid;
border-width: 1px;
}
body.sunlit .camp-overview-lvl14 {
text-align: center;
height: 1em;
}
body.sunlit #camp-overview hr {
margin: 0;
border: 1px solid #ddd;
}
body.sunlit #resultlist-inventorymanagement-found ul li,
body.sunlit #resultlist-loststuff-lost ul li {
border-width: 0px;
padding-bottom: 5px;
}
body.sunlit ul.resultlist li {
margin: 0px 3px;
background-color: transparent;
}
body.sunlit ul.resultlist-positive li:before {
content: "+ ";
}
body.sunlit #switch {
background-color: #fbfbfb;
}
body.sunlit div.grid-content {
background: #fff;
border: 1px solid #aaa;
}
body.sunlit #in-game-date {
float: right;
}
body.sunlit .blueprint:hover {
border-width: 2px !important;
}
body.sunlit .blueprint-piece-box {
width: 2em;
height: 2em;
display: inline-block;
margin: 0px 3px;
border-width: 2px;
border-style: solid;
vertical-align: middle;
}
body.sunlit .blueprint-piece-box-found {
background: #ddd;
border-color: #999;
}
body.sunlit .blueprint-piece-box-missing {
background: #fff;
border: 2px solid #aaa;
}
body.sunlit .blueprint-piece-box img {
margin: 0.4em;
width: 1.2em;
height: 1.2em;
}
body.sunlit .event-starting {
animation: event-end 1.3s step-end infinite;
animation-timing-function: ease-in-out;
}
body.sunlit .event-ending {
animation: event-end 1.3s step-end infinite;
animation-timing-function: ease-in-out;
}
@keyframes event-end {
0% {
opacity: inherit;
}
50% {
opacity: 0.4;
}
}
body.sunlit #fight-popup {
min-width: 35%;
}
body.sunlit .fight-damage-indicator,
body.sunlit .fight-status-indicator {
margin: 0;
font-size: 85%;
font-weight: bold;
position: absolute;
top: 0;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
body.sunlit .fight-damage-indicator {
color: #ee1111;
right: -3em;
}
body.sunlit .fight-status-indicator {
color: #777;
right: -5em;
}
body.sunlit .fight-status-stunned {
color: #666;
}
body.sunlit #fight-popup-enemy-stats {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
body.sunlit #fight-popup-enemy-difficulty {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
body.sunlit #manage-save-textarea {
font-size: 85%;
}
body.sunlit .loading-content,
body.sunlit .thinking-content {
position: fixed;
top: 0;
left: 0;
z-index: 20;
width: 100%;
height: 100%;
background: rgba(251, 251, 251, 0.5);
}
body.sunlit .loading-spinner {
text-align: center;
width: 100%;
position: relative;
top: 50%;
left: 0;
}
body.sunlit .loading-spinner .loading-dot {
background: #ccc;
width: 11px;
height: 11px;
margin: 2px;
border-radius: 100%;
display: inline-block;
-webkit-animation: sk-bouncedelay 1.3s infinite ease-in-out both;
animation: sk-bouncedelay 1.3s infinite ease-in-out both;
}
body.sunlit .loading-spinner .loading-dot1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
body.sunlit .loading-spinner .loading-dot2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
body.sunlit .loading-spinner .loading-dot3 {
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
@-webkit-keyframes sk-bouncedelay {
0%,
80%,
100% {
-webkit-transform: scale(0);
}
40% {
-webkit-transform: scale(1);
}
}
@keyframes sk-bouncedelay {
0%,
80%,
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
body.sunlit div {
scrollbar-color: #e6e6e6 #999;
}
body.sunlit div ::-webkit-scrollbar {
width: 11px;
background: #e6e6e6;
}
body.sunlit div ::-webkit-scrollbar-track {
background: #e6e6e6;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 10px;
}
body.sunlit div ::-webkit-scrollbar-button {
background: #999;
display: none;
}
body.sunlit div ::-webkit-scrollbar-thumb {
background: #999;
border-radius: 5.5px;
}
body.sunlit div ::-webkit-scrollbar-thumb:hover {
background: #888;
}
body.sunlit div ::-webkit-scrollbar-thumb:window-inactive {
background: #999;
}
body.sunlit div ::-webkit-scrollbar-corner,
body.sunlit div ::-webkit-resizer {
background: rgba(153, 153, 153, 0.75) !important;
border: 0px solid rgba(153, 153, 153, 0.75);
box-shadow: none;
}
body.sunlit div ::-webkit-scrollbar-corner:hover,
body.sunlit div ::-webkit-resizer:hover {
background: rgba(136, 136, 136, 0.75) !important;
border: 0px solid rgba(153, 153, 153, 0.75);
box-shadow: none;
}
body.sunlit #minimap {
overflow: hidden;
}
body.sunlit #mainmap {
overflow: hidden;
}
body.sunlit #mainmap,
body.sunlit #researched-upgrades-vis {
overflow: hidden;
}
body.sunlit .canvas-overlay {
position: absolute;
top: 0;
pointer-events: none;
}
body.sunlit .canvas-overlay-cell {
position: absolute;
pointer-events: auto;
cursor: pointer;
font-size: 70%;
display: table;
line-height: 0.85;
}
body.sunlit .canvas-overlay-cell p {
display: table-cell;
vertical-align: middle;
text-align: center;
}
body.sunlit .map-overlay-cell {
width: 11px;
height: 11px;
border: none;
}
body.sunlit .map-overlay-cell:hover {
background: #202220;
}
body.sunlit .map-overlay-cell.selected {
background: #202220;
outline: 5px solid rgba(0, 0, 0, 0.5);
}
body.sunlit #researched-upgrades-vis-container {
max-height: 300px;
}
body.sunlit .upgrades-overlay-cell {
width: 85px;
height: 22px;
color: #202220;
}
body.sunlit .upgrades-overlay-cell:hover {
background: rgba(32, 34, 32, 0.1);
}
body.sunlit #tab-vis-in {
border: 2px solid #aaa;
padding: 0;
}
body.sunlit #tab-vis-in-container {
position: relative;
margin: 0 auto;
padding: 0;
overflow: hidden;
height: 100px;
}
body.sunlit #vis-camp-info-overlay {
position: absolute;
bottom: 0;
width: 100%;
height: 16px;
background: #e6e6e6;
font-size: 75%;
padding: 1px;
vertical-align: middle;
text-align: center;
z-index: 9;
}
body.sunlit .vis-camp-layer {
position: absolute;
top: 0;
}
body.sunlit .vis-camp-building-container {
background: transparent;
border-radius: 3px;
border: 2px dotted transparent;
position: absolute;
width: 10px;
height: 10px;
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
font-size: 75%;
color: transparent;
}
body.sunlit .vis-camp-building-container.filled {
display: none;
}
body.sunlit .vis-camp-floor {
background: #e6e6e6;
position: absolute;
left: 0px;
}
body.sunlit .vis-camp-building {
position: absolute;
opacity: 1;
width: 12px;
height: 12px;
z-index: 3;
font-size: 75%;
}
body.sunlit .vis-camp-building-z0 {
z-index: 4;
}
body.sunlit .vis-camp-building-z1 {
z-index: 3;
}
body.sunlit .vis-camp-building-z2 {
z-index: 2;
}
body.sunlit .vis-camp-building-z3 {
z-index: 1;
}
body.sunlit .vis-camp-building-z4 {
z-index: 0;
}
body.sunlit.vision-step-0 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.75) 75%, #fbfbfb 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.75) 75%, #fbfbfb 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.75) 75%, #fbfbfb 100%);
}
body.sunlit.vision-step-1 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.7495) 78%, #fbfbfb 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.7495) 78%, #fbfbfb 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.7495) 78%, #fbfbfb 100%);
}
body.sunlit.vision-step-2 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.749) 81%, #fbfbfb 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.749) 81%, #fbfbfb 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.749) 81%, #fbfbfb 100%);
}
body.sunlit.vision-step-3 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.7485) 84%, #fbfbfb 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.7485) 84%, #fbfbfb 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.7485) 84%, #fbfbfb 100%);
}
body.sunlit.vision-step-4 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.748) 87%, #fbfbfb 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.748) 87%, #fbfbfb 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.748) 87%, #fbfbfb 100%);
}
body.sunlit.vision-step-5 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.7475) 90%, #fbfbfb 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.7475) 90%, #fbfbfb 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.7475) 90%, #fbfbfb 100%);
}
body.sunlit.vision-step-6 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.747) 93%, #fbfbfb 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.747) 93%, #fbfbfb 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.747) 93%, #fbfbfb 100%);
}
body.sunlit.vision-step-7 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.7465) 96%, #fbfbfb 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.7465) 96%, #fbfbfb 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.7465) 96%, #fbfbfb 100%);
}
body.sunlit.vision-step-8 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.746) 99%, #fbfbfb 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.746) 99%, #fbfbfb 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.746) 99%, #fbfbfb 100%);
}
body.sunlit.vision-step-9 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.7455) 99%, #fbfbfb 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.7455) 99%, #fbfbfb 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.7455) 99%, #fbfbfb 100%);
}
body.sunlit.vision-step-10 #vision-overlay {
background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.745) 99%, #fbfbfb 100%);
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.745) 99%, #fbfbfb 100%);
background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(251, 251, 251, 0.745) 99%, #fbfbfb 100%);
}
body.sunlit #vision-overlay {
display: none;
} | 0.262653 | 0.07088 |
.span_12 {
width: 100%;
}
.span_11 {
width: 91.46%;
}
.span_10 {
width: 83%;
}
.span_9 {
width: 74.54%;
}
.span_8 {
width: 66.08%;
}
.span_7 {
width: 57.62%;
}
.span_6 {
width: 49.16%;
}
.span_5 {
width: 40.7%;
}
.span_4 {
width: 32.24%;
}
.span_3 {
width: 23.78%;
}
.span_2 {
width: 15.32%;
}
.span_1 {
width: 6.86%;
}
/* SECTIONS
* ========================================================================== */
.section {
padding: 0px;
margin: 0px;
}
/* GRID COLUMN SETUP
* ========================================================================== */
.col {
display: block;
margin: 1% 0 1% 1.6%;
}
.col:first-child {
margin-left: 0;
} /* all browsers except IE6 and lower */
/*
* UI Component
*/
.ui-input-slider {
height: 20px;
font-family: "Segoe UI", Arial, Helvetica, sans-serif;
-moz-user-select: none;
user-select: none;
display: flex;
}
.ui-input-slider * {
height: 100%;
line-height: 100%;
}
/* Input Slider */
.ui-input-slider > input {
margin: 0;
padding: 0;
width: 50px;
text-align: center;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.ui-input-slider-info {
width: 90px;
padding: 0px 10px 0px 0px;
text-align: right;
text-transform: lowercase;
}
.ui-input-slider-left, .ui-input-slider-right {
width: 16px;
cursor: pointer;
background: url("arrows.png") center left no-repeat;
}
.ui-input-slider-right {
background: url("arrows.png") center right no-repeat;
}
.ui-input-slider-name {
width: 90px;
padding: 0 10px 0 0;
text-align: right;
text-transform: lowercase;
}
.ui-input-slider-btn-set {
width: 25px;
background-color: #2C9FC9;
border-radius: 5px;
color: #FFF;
font-weight: bold;
line-height: 14px;
text-align: center;
}
.ui-input-slider-btn-set:hover {
background-color: #379B4A;
cursor: pointer;
}
/*************************************************************************************/
/*************************************************************************************/
/*
* UI DropDown
*/
/* Dropdown */
.ui-dropdown {
height: 2em;
width: 120px;
font-family: "Segoe UI", Arial, Helvetica, sans-serif;
font-size: 12px;
background-image: url("drop_arrow_icon.png");
background-position: right center;
background-repeat: no-repeat;
background-color: #359740;
position: relative;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ui-dropdown:hover {
cursor: pointer;
background-color: #208B20;
}
/* Dropdown Select Button */
.ui-dropdown-select {
height: inherit;
padding: 0 0.75em;
color: #FFF;
line-height: 2em;
}
/* Dropdown List */
.ui-dropdown-list {
width: 100%;
height: 150px;
max-height: 150px;
margin: 0;
padding: 0 0.3em;
border: 3px solid #3490D2;
border-color: #208B20;
background: #666;
background-color: #EEF1F5;
color: #000;
position: absolute;
top: 2em;
left: 0;
z-index: 100;
overflow: hidden;
transition: all 0.3s;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.ui-dropdown-list:hover {
overflow: auto;
}
.ui-dropdown-list[data-hidden='true'] {
height: 0 !important;
opacity: 0;
visibility: hidden;
}
.ui-dropdown[data-position='left'] .ui-dropdown-list {
left: -100%;
top: 0;
}
.ui-dropdown[data-position='right'] .ui-dropdown-list {
left: 100%;
top: 0;
}
.ui-dropdown-list > div {
width: 100%;
height: 1.6em;
margin: 0.3em 0;
padding: 0.3em;
line-height: 1em;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.ui-dropdown-list > div:hover {
background: #3490D2;
color:#FFF;
border-radius: 2px;
cursor: pointer;
}
/*************************************************************************************/
/*************************************************************************************/
/*
* UI Button
*/
/* Checkbox */
.ui-checkbox {
text-align: center;
font-size: 16px;
font-family: "Segoe UI", Arial, Helvetica, sans-serif;
line-height: 1.5em;
color: #FFF;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ui-checkbox > input {
display: none;
}
.ui-checkbox > label {
font-size: 12px;
padding: 0.333em 1.666em 0.5em;
height: 1em;
line-height: 1em;
background-color: #888;
background-image: url("disabled.png");
background-position: center center;
background-repeat: no-repeat;
color: #FFF;
border-radius: 2px;
font-weight: bold;
}
.ui-checkbox .text {
padding-left: 34px;
background-position: center left 10px;
}
.ui-checkbox .left {
padding-right: 34px;
padding-left: 1.666em;
background-position: center right 10px;
}
.ui-checkbox > label:hover {
cursor: pointer;
}
.ui-checkbox > input:checked + label {
background-image: url("checked.png");
background-color: #379B4A;
}
/*************************************************************************************/
/*************************************************************************************/
/*
* BORDER IMAGE GENERATOR TOOL
*/
body {
width: 100%;
margin: 0 auto;
padding: 0 0 20px 0;
font-family: "Segoe UI", Arial, Helvetica, sans-serif;
/*background: url("grain.png");*/
border: 1px solid #EEE;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
body[data-move='X'] {
cursor: w-resize !important;
}
body[data-move='Y'] {
cursor: s-resize !important;
}
#container {
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
[data-draggable='true']:hover {
cursor: move;
}
[data-draggable='true']:hover > * {
cursor: default;
}
/******************************************************************************/
/******************************************************************************/
/*
* Border Image Picker
*/
#gallery {
box-shadow: 0 0 3px 0 #BABABA;
}
#image-gallery {
display: flex;
flex-wrap: wrap;
justify-content: center;
transition: margin 0.4s;
}
#image-gallery .image {
height: 80px;
margin: 10px;
opacity: 0.5;
background-color: #FFF;
box-shadow: 0px 0px 3px 1px #BABABA;
}
#image-gallery .image[selected="true"] {
box-shadow: 0px 0px 3px 1px #3BBA52;
opacity: 1;
}
#image-gallery .image:hover {
cursor: pointer;
box-shadow: 0px 0px 3px 1px #30ACE5;
opacity: 1;
}
#image-gallery[data-collapsed='true'] {
margin-top: -100px;
}
/* Load Menu */
#load-actions {
margin: 10px 0;
display: flex;
}
#toggle-gallery {
width: 30px;
height: 25px;
margin: 10px;
color: #FFF;
background-image: url('arrow-up-white.png');
background-repeat: no-repeat;
background-position: top 4px center;
background-color: #888888 !important;
border-radius: 2px;
}
#toggle-gallery:hover {
cursor: pointer;
}
#toggle-gallery[data-action='show'] {
background-image: url('arrow-down-white.png');
background-color: #888888 !important;
}
#toggle-gallery[data-action='hide'] {
background-image: url('arrow-up-white.png');
}
.button {
width: 100px;
height: 25px;
margin: 10px;
color: #FFF;
text-align: center;
font-size: 12px;
line-height: 25px;
background-color: #379B4A;
border-radius: 2px;
}
.button:hover {
cursor: pointer;
background-color: #3380C4;
}
#load-image {
}
#load-remote {
width: 30px;
background-image: url('arrow-right-white.png');
background-repeat: no-repeat;
background-position: center center;
}
#remote-url {
width: 200px;
height: 23px;
margin: 10px;
padding: 0 5px;
border: 1px solid #379B4A;
border-radius: 2px;
transition: width 0.5s;
}
#remote-url:focus {
box-shadow: 0px 0px 3px -1px #379B4A; /*#68ACE8; */
border-color: rgba(55, 155, 74, 0.5);
width: 450px;
}
/*
* Visible Area
*/
#preview_section {
position: relative;
min-height: 400px;
}
/* Image Control */
#subject {
width: 300px;
height: 300px;
background-repeat: no-repeat;
background-size: 100%;
background-color: #FFF;
border: 1px solid #CCC;
position: absolute;
z-index: 10;
top: 15%;
left: 10%;
box-shadow: 0 0 3px 0 #BABABA;
transition-property: width, height;
transition-duration: 0.1s;
}
#subject .guideline {
background-color: rgba(255, 255, 255, 0.7);
border: 1px solid rgba(0, 0, 0, 0.3);
position: absolute;
}
#subject .guideline:hover {
background-color: #F00;
}
#subject .guideline[data-active] {
background-color: #F00;
z-index: 10;
}
#subject .guideline[data-axis='X'] {
width: 1px;
height: 100%;
top: -1px;
}
#subject .guideline[data-axis='Y'] {
width: 100%;
height: 1px;
left: -1px;
}
#subject .guideline[data-axis='X']:hover {
cursor: w-resize;
}
#subject .guideline[data-axis='Y']:hover {
cursor: s-resize;
}
#subject .relative {
position: relative;
font-size: 12px;
}
#subject .tooltip, #subject .tooltip2 {
width: 40px;
height: 20px;
line-height: 20px;
font-size: 12px;
text-align: center;
position: absolute;
opacity: 0.5;
transition: opacity 0.25s;
}
#subject .tooltip {
background: #EEE;
border-radius: 2px;
border: 1px solid #CCC;
}
#subject .tooltip2{
color: #555;
}
#subject [data-active] > * {
opacity: 1;
}
#subject .tooltip[data-info='top'] {
top: -10px;
right: -50px;
}
#subject .tooltip[data-info='right'] {
bottom: -30px;
right: -20px;
}
#subject .tooltip[data-info='bottom'] {
top: -10px;
left: -50px;
}
#subject .tooltip[data-info='left'] {
top: -30px;
right: -20px;
}
#subject .tooltip2[data-info='top'] {
top: -10px;
left: -50px;
}
#subject .tooltip2[data-info='right'] {
top: -30px;
right: -20px;
}
#subject .tooltip2[data-info='bottom'] {
top: -10px;
right: -50px;
}
#subject .tooltip2[data-info='left'] {
bottom: -30px;
right: -20px;
}
/* Preview */
#preview {
width: 30%;
height: 50%;
background-color: #FFF;
text-align: center;
overflow: hidden;
position: absolute;
z-index: 10;
left: 60%;
top: 15%;
border-radius: 2px;
border-image-width: 20px;
border-image-repeat: round;
border-style: solid;
box-shadow: 0 0 3px 0 #BABABA;
}
#preview .resize-handle {
width: 10px;
height: 10px;
background: url("resize.png") center center no-repeat;
position: absolute;
bottom: 0;
right: 0;
}
#preview .resize-handle:hover {
cursor: nw-resize;
}
/*
* General controls MENU
*/
#general-controls {
padding: 10px 30px;
background-color: #FFF;
opacity: 0.95;
color: #888;
/*border-radius: 2px;*/
box-shadow: 0 0 3px 0 #BABABA;
display: flex;
flex-wrap: wrap;
row-gap: 10px;
}
#general-controls .property {
width: 130px;
display: flex;
}
#general-controls .name {
height: 20px;
margin: 0 10px 0 0;
line-height: 100%;
text-align: right;
}
#general-controls .right {
width: 200px;
margin-left: auto;
}
#general-controls .ui-checkbox label {
height: 10px;
display: block;
}
#general-controls .separator {
height: 40px;
width: 1px;
margin: -10px 15px;
background-color: #EEE;
}
/*
* Controls
*/
#controls {
color: #444;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
gap: 20px;
padding: 20px;
justify-content: space-between;
}
#controls .category {
padding: 10px;
border: 1px solid #CCC;
border-radius: 3px;
box-shadow: 0 0 3px 0 #BABABA;
transition: all 0.25s;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#controls .category .title {
width: 100%;
height: 30px;
margin: 0 0 10px 0;
line-height: 25px;
text-align: center;
color: #AAA;
}
#controls .category:hover .title {
color: #777;
}
#controls .category > .group {
border: 1px solid #CCC;
border-radius: 2px;
}
/* property */
#controls .property {
width: 250px;
height: 20px;
margin: 5px auto;
display: flex;
}
#controls .property .ui-input-slider {
margin: 0;
}
#controls .property .ui-input-slider-info {
width: 60px;
}
#controls .property .ui-input-slider-left {
transition: opacity 0.15s;
opacity: 0;
}
#controls .property .ui-input-slider-right {
transition: opacity 0.15s;
opacity: 0;
}
#controls .property .name {
width: 60px;
height: 20px;
padding: 0px 10px 0px 0px;
text-align: right;
line-height: 100%;
}
#controls .property .config {
width: 20px;
height: 20px;
background: url("config.png") center center no-repeat;
opacity: 0.5;
}
#controls .property .config:hover {
cursor: pointer;
opacity: 1;
}
#controls .ui-input-slider:hover .ui-input-slider-right {
opacity: 1;
}
#controls .ui-input-slider:hover .ui-input-slider-left {
opacity: 1;
}
#controls .property .ui-dropdown {
margin: 0 10px;
}
#controls .property .ui-checkbox {
margin: 0 0 0 16px;
}
#controls .property .ui-checkbox label {
display: block;
height: 0.85em;
width: 10px;
}
/* dropdowns */
#controls .ui-dropdown {
width: 50px;
height: 1.7em;
border-radius: 2px;
}
#controls .ui-dropdown-select {
line-height: 1.6em;
}
#controls .ui-dropdown-list {
top: 20px;
}
#controls .ui-dropdown-list {
border-width: 1px;
text-align: center;
}
#controls .ui-dropdown-list:hover {
overflow: hidden;
}
#controls .border-repeat {
margin: 0 0 0 16px !important;
width: 80px;
}
#controls .border-repeat .ui-dropdown-list {
height: 6.2em;
border-width: 1px;
text-align: center;
}
/* border-image-slice */
#border-slice-control .ui-dropdown-list {
height: 4.3em;
}
/* border-image-width */
#border-width-control .ui-dropdown-list {
height: 6.2em;
}
/* border-image-outset */
#border-outset-control .ui-dropdown-list {
height: 4.3em;
}
#additional-properties .property {
width: 200px;
}
#additional-properties .ui-input-slider > input {
width: 80px !important;
}
/* unit settings panel */
#unit-settings {
padding: 10px;
position: absolute;
background: #FFF;
font-size: 12px;
border-radius: 3px;
border: 1px solid #CCC;
text-align: center;
color: #555;
position: absolute;
z-index: 1000;
box-shadow: 0 0 3px 0 #BABABA;
transition: all 0.25s;
}
#unit-settings .title {
width: 100%;
margin: -5px auto 0;
color: #666;
font-size: 14px;
font-weight: bold;
line-height: 25px;
border-bottom: 1px solid #E5E5E5;
}
#unit-settings .ui-input-slider {
margin: 10px 0 0 0;
}
#unit-settings .ui-input-slider-info {
width: 50px;
line-height: 1.5em;
}
#unit-settings input {
font-size: 12px;
width: 40px !important;
}
#unit-settings .close {
width: 16px;
height: 16px;
background: url('close.png') no-repeat center center;
background-size: 75%;
position: absolute;
top: 4px;
right: 4px;
opacity: 0.5;
}
#unit-settings .close:hover {
cursor: pointer;
opacity: 1;
}
#unit-settings[data-active='true'] {
opacity: 1;
}
#unit-settings[data-active='false'] {
opacity: 0;
top: -100px !important;
}
/*
* CSS Output Code
*/
#output {
padding: 10px;
border: 2px dashed #888 !important;
box-shadow: none !important;
border-radius: 3px;
overflow: hidden;
grid-column: span 2;
-moz-user-select: text;
-webkit-user-select: text;
-ms-user-select: text;
user-select: text;
}
#output .title {
width: 100%;
height: 30px;
margin: 0 0 10px 0;
line-height: 25px;
text-align: center;
color: #AAA;
}
#output .css-property {
width: 100%;
margin: 0;
color: #555;
font-size: 14px;
line-height: 18px;
display: flex;
}
#output .css-property .name {
width: 30%;
font-weight: bold;
text-align: right;
}
#output .css-property .value {
width: 65%;
padding: 0 2.5%;
word-break: break-all;
} | tools/border-image-generator/styles.css | .span_12 {
width: 100%;
}
.span_11 {
width: 91.46%;
}
.span_10 {
width: 83%;
}
.span_9 {
width: 74.54%;
}
.span_8 {
width: 66.08%;
}
.span_7 {
width: 57.62%;
}
.span_6 {
width: 49.16%;
}
.span_5 {
width: 40.7%;
}
.span_4 {
width: 32.24%;
}
.span_3 {
width: 23.78%;
}
.span_2 {
width: 15.32%;
}
.span_1 {
width: 6.86%;
}
/* SECTIONS
* ========================================================================== */
.section {
padding: 0px;
margin: 0px;
}
/* GRID COLUMN SETUP
* ========================================================================== */
.col {
display: block;
margin: 1% 0 1% 1.6%;
}
.col:first-child {
margin-left: 0;
} /* all browsers except IE6 and lower */
/*
* UI Component
*/
.ui-input-slider {
height: 20px;
font-family: "Segoe UI", Arial, Helvetica, sans-serif;
-moz-user-select: none;
user-select: none;
display: flex;
}
.ui-input-slider * {
height: 100%;
line-height: 100%;
}
/* Input Slider */
.ui-input-slider > input {
margin: 0;
padding: 0;
width: 50px;
text-align: center;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.ui-input-slider-info {
width: 90px;
padding: 0px 10px 0px 0px;
text-align: right;
text-transform: lowercase;
}
.ui-input-slider-left, .ui-input-slider-right {
width: 16px;
cursor: pointer;
background: url("arrows.png") center left no-repeat;
}
.ui-input-slider-right {
background: url("arrows.png") center right no-repeat;
}
.ui-input-slider-name {
width: 90px;
padding: 0 10px 0 0;
text-align: right;
text-transform: lowercase;
}
.ui-input-slider-btn-set {
width: 25px;
background-color: #2C9FC9;
border-radius: 5px;
color: #FFF;
font-weight: bold;
line-height: 14px;
text-align: center;
}
.ui-input-slider-btn-set:hover {
background-color: #379B4A;
cursor: pointer;
}
/*************************************************************************************/
/*************************************************************************************/
/*
* UI DropDown
*/
/* Dropdown */
.ui-dropdown {
height: 2em;
width: 120px;
font-family: "Segoe UI", Arial, Helvetica, sans-serif;
font-size: 12px;
background-image: url("drop_arrow_icon.png");
background-position: right center;
background-repeat: no-repeat;
background-color: #359740;
position: relative;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ui-dropdown:hover {
cursor: pointer;
background-color: #208B20;
}
/* Dropdown Select Button */
.ui-dropdown-select {
height: inherit;
padding: 0 0.75em;
color: #FFF;
line-height: 2em;
}
/* Dropdown List */
.ui-dropdown-list {
width: 100%;
height: 150px;
max-height: 150px;
margin: 0;
padding: 0 0.3em;
border: 3px solid #3490D2;
border-color: #208B20;
background: #666;
background-color: #EEF1F5;
color: #000;
position: absolute;
top: 2em;
left: 0;
z-index: 100;
overflow: hidden;
transition: all 0.3s;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.ui-dropdown-list:hover {
overflow: auto;
}
.ui-dropdown-list[data-hidden='true'] {
height: 0 !important;
opacity: 0;
visibility: hidden;
}
.ui-dropdown[data-position='left'] .ui-dropdown-list {
left: -100%;
top: 0;
}
.ui-dropdown[data-position='right'] .ui-dropdown-list {
left: 100%;
top: 0;
}
.ui-dropdown-list > div {
width: 100%;
height: 1.6em;
margin: 0.3em 0;
padding: 0.3em;
line-height: 1em;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.ui-dropdown-list > div:hover {
background: #3490D2;
color:#FFF;
border-radius: 2px;
cursor: pointer;
}
/*************************************************************************************/
/*************************************************************************************/
/*
* UI Button
*/
/* Checkbox */
.ui-checkbox {
text-align: center;
font-size: 16px;
font-family: "Segoe UI", Arial, Helvetica, sans-serif;
line-height: 1.5em;
color: #FFF;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ui-checkbox > input {
display: none;
}
.ui-checkbox > label {
font-size: 12px;
padding: 0.333em 1.666em 0.5em;
height: 1em;
line-height: 1em;
background-color: #888;
background-image: url("disabled.png");
background-position: center center;
background-repeat: no-repeat;
color: #FFF;
border-radius: 2px;
font-weight: bold;
}
.ui-checkbox .text {
padding-left: 34px;
background-position: center left 10px;
}
.ui-checkbox .left {
padding-right: 34px;
padding-left: 1.666em;
background-position: center right 10px;
}
.ui-checkbox > label:hover {
cursor: pointer;
}
.ui-checkbox > input:checked + label {
background-image: url("checked.png");
background-color: #379B4A;
}
/*************************************************************************************/
/*************************************************************************************/
/*
* BORDER IMAGE GENERATOR TOOL
*/
body {
width: 100%;
margin: 0 auto;
padding: 0 0 20px 0;
font-family: "Segoe UI", Arial, Helvetica, sans-serif;
/*background: url("grain.png");*/
border: 1px solid #EEE;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
body[data-move='X'] {
cursor: w-resize !important;
}
body[data-move='Y'] {
cursor: s-resize !important;
}
#container {
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
[data-draggable='true']:hover {
cursor: move;
}
[data-draggable='true']:hover > * {
cursor: default;
}
/******************************************************************************/
/******************************************************************************/
/*
* Border Image Picker
*/
#gallery {
box-shadow: 0 0 3px 0 #BABABA;
}
#image-gallery {
display: flex;
flex-wrap: wrap;
justify-content: center;
transition: margin 0.4s;
}
#image-gallery .image {
height: 80px;
margin: 10px;
opacity: 0.5;
background-color: #FFF;
box-shadow: 0px 0px 3px 1px #BABABA;
}
#image-gallery .image[selected="true"] {
box-shadow: 0px 0px 3px 1px #3BBA52;
opacity: 1;
}
#image-gallery .image:hover {
cursor: pointer;
box-shadow: 0px 0px 3px 1px #30ACE5;
opacity: 1;
}
#image-gallery[data-collapsed='true'] {
margin-top: -100px;
}
/* Load Menu */
#load-actions {
margin: 10px 0;
display: flex;
}
#toggle-gallery {
width: 30px;
height: 25px;
margin: 10px;
color: #FFF;
background-image: url('arrow-up-white.png');
background-repeat: no-repeat;
background-position: top 4px center;
background-color: #888888 !important;
border-radius: 2px;
}
#toggle-gallery:hover {
cursor: pointer;
}
#toggle-gallery[data-action='show'] {
background-image: url('arrow-down-white.png');
background-color: #888888 !important;
}
#toggle-gallery[data-action='hide'] {
background-image: url('arrow-up-white.png');
}
.button {
width: 100px;
height: 25px;
margin: 10px;
color: #FFF;
text-align: center;
font-size: 12px;
line-height: 25px;
background-color: #379B4A;
border-radius: 2px;
}
.button:hover {
cursor: pointer;
background-color: #3380C4;
}
#load-image {
}
#load-remote {
width: 30px;
background-image: url('arrow-right-white.png');
background-repeat: no-repeat;
background-position: center center;
}
#remote-url {
width: 200px;
height: 23px;
margin: 10px;
padding: 0 5px;
border: 1px solid #379B4A;
border-radius: 2px;
transition: width 0.5s;
}
#remote-url:focus {
box-shadow: 0px 0px 3px -1px #379B4A; /*#68ACE8; */
border-color: rgba(55, 155, 74, 0.5);
width: 450px;
}
/*
* Visible Area
*/
#preview_section {
position: relative;
min-height: 400px;
}
/* Image Control */
#subject {
width: 300px;
height: 300px;
background-repeat: no-repeat;
background-size: 100%;
background-color: #FFF;
border: 1px solid #CCC;
position: absolute;
z-index: 10;
top: 15%;
left: 10%;
box-shadow: 0 0 3px 0 #BABABA;
transition-property: width, height;
transition-duration: 0.1s;
}
#subject .guideline {
background-color: rgba(255, 255, 255, 0.7);
border: 1px solid rgba(0, 0, 0, 0.3);
position: absolute;
}
#subject .guideline:hover {
background-color: #F00;
}
#subject .guideline[data-active] {
background-color: #F00;
z-index: 10;
}
#subject .guideline[data-axis='X'] {
width: 1px;
height: 100%;
top: -1px;
}
#subject .guideline[data-axis='Y'] {
width: 100%;
height: 1px;
left: -1px;
}
#subject .guideline[data-axis='X']:hover {
cursor: w-resize;
}
#subject .guideline[data-axis='Y']:hover {
cursor: s-resize;
}
#subject .relative {
position: relative;
font-size: 12px;
}
#subject .tooltip, #subject .tooltip2 {
width: 40px;
height: 20px;
line-height: 20px;
font-size: 12px;
text-align: center;
position: absolute;
opacity: 0.5;
transition: opacity 0.25s;
}
#subject .tooltip {
background: #EEE;
border-radius: 2px;
border: 1px solid #CCC;
}
#subject .tooltip2{
color: #555;
}
#subject [data-active] > * {
opacity: 1;
}
#subject .tooltip[data-info='top'] {
top: -10px;
right: -50px;
}
#subject .tooltip[data-info='right'] {
bottom: -30px;
right: -20px;
}
#subject .tooltip[data-info='bottom'] {
top: -10px;
left: -50px;
}
#subject .tooltip[data-info='left'] {
top: -30px;
right: -20px;
}
#subject .tooltip2[data-info='top'] {
top: -10px;
left: -50px;
}
#subject .tooltip2[data-info='right'] {
top: -30px;
right: -20px;
}
#subject .tooltip2[data-info='bottom'] {
top: -10px;
right: -50px;
}
#subject .tooltip2[data-info='left'] {
bottom: -30px;
right: -20px;
}
/* Preview */
#preview {
width: 30%;
height: 50%;
background-color: #FFF;
text-align: center;
overflow: hidden;
position: absolute;
z-index: 10;
left: 60%;
top: 15%;
border-radius: 2px;
border-image-width: 20px;
border-image-repeat: round;
border-style: solid;
box-shadow: 0 0 3px 0 #BABABA;
}
#preview .resize-handle {
width: 10px;
height: 10px;
background: url("resize.png") center center no-repeat;
position: absolute;
bottom: 0;
right: 0;
}
#preview .resize-handle:hover {
cursor: nw-resize;
}
/*
* General controls MENU
*/
#general-controls {
padding: 10px 30px;
background-color: #FFF;
opacity: 0.95;
color: #888;
/*border-radius: 2px;*/
box-shadow: 0 0 3px 0 #BABABA;
display: flex;
flex-wrap: wrap;
row-gap: 10px;
}
#general-controls .property {
width: 130px;
display: flex;
}
#general-controls .name {
height: 20px;
margin: 0 10px 0 0;
line-height: 100%;
text-align: right;
}
#general-controls .right {
width: 200px;
margin-left: auto;
}
#general-controls .ui-checkbox label {
height: 10px;
display: block;
}
#general-controls .separator {
height: 40px;
width: 1px;
margin: -10px 15px;
background-color: #EEE;
}
/*
* Controls
*/
#controls {
color: #444;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
gap: 20px;
padding: 20px;
justify-content: space-between;
}
#controls .category {
padding: 10px;
border: 1px solid #CCC;
border-radius: 3px;
box-shadow: 0 0 3px 0 #BABABA;
transition: all 0.25s;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#controls .category .title {
width: 100%;
height: 30px;
margin: 0 0 10px 0;
line-height: 25px;
text-align: center;
color: #AAA;
}
#controls .category:hover .title {
color: #777;
}
#controls .category > .group {
border: 1px solid #CCC;
border-radius: 2px;
}
/* property */
#controls .property {
width: 250px;
height: 20px;
margin: 5px auto;
display: flex;
}
#controls .property .ui-input-slider {
margin: 0;
}
#controls .property .ui-input-slider-info {
width: 60px;
}
#controls .property .ui-input-slider-left {
transition: opacity 0.15s;
opacity: 0;
}
#controls .property .ui-input-slider-right {
transition: opacity 0.15s;
opacity: 0;
}
#controls .property .name {
width: 60px;
height: 20px;
padding: 0px 10px 0px 0px;
text-align: right;
line-height: 100%;
}
#controls .property .config {
width: 20px;
height: 20px;
background: url("config.png") center center no-repeat;
opacity: 0.5;
}
#controls .property .config:hover {
cursor: pointer;
opacity: 1;
}
#controls .ui-input-slider:hover .ui-input-slider-right {
opacity: 1;
}
#controls .ui-input-slider:hover .ui-input-slider-left {
opacity: 1;
}
#controls .property .ui-dropdown {
margin: 0 10px;
}
#controls .property .ui-checkbox {
margin: 0 0 0 16px;
}
#controls .property .ui-checkbox label {
display: block;
height: 0.85em;
width: 10px;
}
/* dropdowns */
#controls .ui-dropdown {
width: 50px;
height: 1.7em;
border-radius: 2px;
}
#controls .ui-dropdown-select {
line-height: 1.6em;
}
#controls .ui-dropdown-list {
top: 20px;
}
#controls .ui-dropdown-list {
border-width: 1px;
text-align: center;
}
#controls .ui-dropdown-list:hover {
overflow: hidden;
}
#controls .border-repeat {
margin: 0 0 0 16px !important;
width: 80px;
}
#controls .border-repeat .ui-dropdown-list {
height: 6.2em;
border-width: 1px;
text-align: center;
}
/* border-image-slice */
#border-slice-control .ui-dropdown-list {
height: 4.3em;
}
/* border-image-width */
#border-width-control .ui-dropdown-list {
height: 6.2em;
}
/* border-image-outset */
#border-outset-control .ui-dropdown-list {
height: 4.3em;
}
#additional-properties .property {
width: 200px;
}
#additional-properties .ui-input-slider > input {
width: 80px !important;
}
/* unit settings panel */
#unit-settings {
padding: 10px;
position: absolute;
background: #FFF;
font-size: 12px;
border-radius: 3px;
border: 1px solid #CCC;
text-align: center;
color: #555;
position: absolute;
z-index: 1000;
box-shadow: 0 0 3px 0 #BABABA;
transition: all 0.25s;
}
#unit-settings .title {
width: 100%;
margin: -5px auto 0;
color: #666;
font-size: 14px;
font-weight: bold;
line-height: 25px;
border-bottom: 1px solid #E5E5E5;
}
#unit-settings .ui-input-slider {
margin: 10px 0 0 0;
}
#unit-settings .ui-input-slider-info {
width: 50px;
line-height: 1.5em;
}
#unit-settings input {
font-size: 12px;
width: 40px !important;
}
#unit-settings .close {
width: 16px;
height: 16px;
background: url('close.png') no-repeat center center;
background-size: 75%;
position: absolute;
top: 4px;
right: 4px;
opacity: 0.5;
}
#unit-settings .close:hover {
cursor: pointer;
opacity: 1;
}
#unit-settings[data-active='true'] {
opacity: 1;
}
#unit-settings[data-active='false'] {
opacity: 0;
top: -100px !important;
}
/*
* CSS Output Code
*/
#output {
padding: 10px;
border: 2px dashed #888 !important;
box-shadow: none !important;
border-radius: 3px;
overflow: hidden;
grid-column: span 2;
-moz-user-select: text;
-webkit-user-select: text;
-ms-user-select: text;
user-select: text;
}
#output .title {
width: 100%;
height: 30px;
margin: 0 0 10px 0;
line-height: 25px;
text-align: center;
color: #AAA;
}
#output .css-property {
width: 100%;
margin: 0;
color: #555;
font-size: 14px;
line-height: 18px;
display: flex;
}
#output .css-property .name {
width: 30%;
font-weight: bold;
text-align: right;
}
#output .css-property .value {
width: 65%;
padding: 0 2.5%;
word-break: break-all;
} | 0.260295 | 0.111048 |
body {
margin:0px;
background-image:none;
position:relative;
left:-40px;
width:848px;
margin-left:auto;
margin-right:auto;
text-align:left;
}
.form_sketch {
border-color:transparent;
background-color:transparent;
}
#base {
position:absolute;
z-index:0;
}
#u0_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:848px;
height:583px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u0 {
border-width:0px;
position:absolute;
left:40px;
top:28px;
width:848px;
height:583px;
display:flex;
}
#u0 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u0_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:368px;
height:501px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1 {
border-width:0px;
position:absolute;
left:45px;
top:104px;
width:368px;
height:501px;
display:flex;
}
#u1 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u2_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:385px;
height:326px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2 {
border-width:0px;
position:absolute;
left:473px;
top:198px;
width:385px;
height:326px;
display:flex;
}
#u2 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u2_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u3_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:12px;
}
#u3 {
border-width:0px;
position:absolute;
left:50px;
top:40px;
width:12px;
height:12px;
display:flex;
}
#u3 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u3_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u4_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:12px;
}
#u4 {
border-width:0px;
position:absolute;
left:50px;
top:60px;
width:12px;
height:12px;
display:flex;
}
#u4 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u4_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u5_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:50px;
height:33px;
}
#u5 {
border-width:0px;
position:absolute;
left:381px;
top:40px;
width:50px;
height:33px;
display:flex;
}
#u5 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u5_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u6_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:12px;
}
#u6 {
border-width:0px;
position:absolute;
left:98px;
top:41px;
width:12px;
height:12px;
display:flex;
}
#u6 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u6_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u7_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:12px;
}
#u7 {
border-width:0px;
position:absolute;
left:98px;
top:61px;
width:12px;
height:12px;
display:flex;
}
#u7 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u7_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u8_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u8 {
border-width:0px;
position:absolute;
left:70px;
top:40px;
width:16px;
height:16px;
display:flex;
}
#u8 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u8_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u9_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u9 {
border-width:0px;
position:absolute;
left:70px;
top:60px;
width:16px;
height:16px;
display:flex;
}
#u9 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u9_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u10_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:104px;
height:37px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Negreta', 'Arial Normal', 'Arial';
font-weight:700;
font-style:normal;
}
#u10 {
border-width:0px;
position:absolute;
left:211px;
top:40px;
width:104px;
height:37px;
display:flex;
font-family:'Arial Negreta', 'Arial Normal', 'Arial';
font-weight:700;
font-style:normal;
}
#u10 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u10_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u11_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:37px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Negreta', 'Arial Normal', 'Arial';
font-weight:700;
font-style:normal;
}
#u11 {
border-width:0px;
position:absolute;
left:326px;
top:40px;
width:36px;
height:37px;
display:flex;
font-family:'Arial Negreta', 'Arial Normal', 'Arial';
font-weight:700;
font-style:normal;
}
#u11 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u11_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u12_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:81px;
height:37px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Negreta', 'Arial Normal', 'Arial';
font-weight:700;
font-style:normal;
}
#u12 {
border-width:0px;
position:absolute;
left:458px;
top:40px;
width:81px;
height:37px;
display:flex;
font-family:'Arial Negreta', 'Arial Normal', 'Arial';
font-weight:700;
font-style:normal;
}
#u12 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u12_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u13_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13 {
border-width:0px;
position:absolute;
left:48px;
top:114px;
width:114px;
height:64px;
display:flex;
}
#u13 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u14_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:40px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u14 {
border-width:0px;
position:absolute;
left:51px;
top:116px;
width:40px;
height:16px;
display:flex;
}
#u14 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u14_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u15_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u15 {
border-width:0px;
position:absolute;
left:114px;
top:40px;
width:36px;
height:16px;
display:flex;
}
#u15 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u15_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u16_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u16 {
border-width:0px;
position:absolute;
left:114px;
top:60px;
width:36px;
height:16px;
display:flex;
}
#u16 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u16_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u17_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:12px;
}
#u17 {
border-width:0px;
position:absolute;
left:56px;
top:138px;
width:12px;
height:12px;
display:flex;
}
#u17 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u17_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u18_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:12px;
}
#u18 {
border-width:0px;
position:absolute;
left:56px;
top:158px;
width:12px;
height:12px;
display:flex;
}
#u18 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u18_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u19_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:12px;
}
#u19 {
border-width:0px;
position:absolute;
left:104px;
top:139px;
width:12px;
height:12px;
display:flex;
}
#u19 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u19_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u20_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:12px;
}
#u20 {
border-width:0px;
position:absolute;
left:104px;
top:159px;
width:12px;
height:12px;
display:flex;
}
#u20 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u20_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u21_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u21 {
border-width:0px;
position:absolute;
left:76px;
top:138px;
width:16px;
height:16px;
display:flex;
}
#u21 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u21_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u22_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u22 {
border-width:0px;
position:absolute;
left:76px;
top:158px;
width:16px;
height:16px;
display:flex;
}
#u22 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u22_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u23_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u23 {
border-width:0px;
position:absolute;
left:120px;
top:138px;
width:36px;
height:16px;
display:flex;
}
#u23 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u23_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u24_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u24 {
border-width:0px;
position:absolute;
left:120px;
top:158px;
width:36px;
height:16px;
display:flex;
}
#u24 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u24_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u25_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u25 {
border-width:0px;
position:absolute;
left:172px;
top:114px;
width:114px;
height:64px;
display:flex;
}
#u25 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u25_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u26_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:40px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u26 {
border-width:0px;
position:absolute;
left:175px;
top:116px;
width:40px;
height:16px;
display:flex;
}
#u26 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u26_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u27_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:12px;
}
#u27 {
border-width:0px;
position:absolute;
left:180px;
top:138px;
width:12px;
height:12px;
display:flex;
}
#u27 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u27_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u28_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:12px;
}
#u28 {
border-width:0px;
position:absolute;
left:180px;
top:158px;
width:12px;
height:12px;
display:flex;
}
#u28 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u28_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u29_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:12px;
}
#u29 {
border-width:0px;
position:absolute;
left:228px;
top:139px;
width:12px;
height:12px;
display:flex;
}
#u29 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u29_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u30_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:12px;
}
#u30 {
border-width:0px;
position:absolute;
left:228px;
top:159px;
width:12px;
height:12px;
display:flex;
}
#u30 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u30_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u31_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u31 {
border-width:0px;
position:absolute;
left:200px;
top:138px;
width:16px;
height:16px;
display:flex;
}
#u31 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u31_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u32_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u32 {
border-width:0px;
position:absolute;
left:200px;
top:158px;
width:16px;
height:16px;
display:flex;
}
#u32 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u32_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u33_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u33 {
border-width:0px;
position:absolute;
left:244px;
top:138px;
width:36px;
height:16px;
display:flex;
}
#u33 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u33_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u34_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u34 {
border-width:0px;
position:absolute;
left:244px;
top:158px;
width:36px;
height:16px;
display:flex;
}
#u34 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u34_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u35_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u35 {
border-width:0px;
position:absolute;
left:296px;
top:114px;
width:114px;
height:64px;
display:flex;
}
#u35 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u35_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u36_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:40px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u36 {
border-width:0px;
position:absolute;
left:299px;
top:116px;
width:40px;
height:16px;
display:flex;
}
#u36 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u36_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u37_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:12px;
}
#u37 {
border-width:0px;
position:absolute;
left:304px;
top:138px;
width:12px;
height:12px;
display:flex;
}
#u37 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u37_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u38_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:12px;
}
#u38 {
border-width:0px;
position:absolute;
left:304px;
top:158px;
width:12px;
height:12px;
display:flex;
}
#u38 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u38_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u39_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:12px;
}
#u39 {
border-width:0px;
position:absolute;
left:352px;
top:139px;
width:12px;
height:12px;
display:flex;
}
#u39 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u39_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u40_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:12px;
}
#u40 {
border-width:0px;
position:absolute;
left:352px;
top:159px;
width:12px;
height:12px;
display:flex;
}
#u40 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u40_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u41_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u41 {
border-width:0px;
position:absolute;
left:324px;
top:138px;
width:16px;
height:16px;
display:flex;
}
#u41 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u41_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u42_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u42 {
border-width:0px;
position:absolute;
left:324px;
top:158px;
width:16px;
height:16px;
display:flex;
}
#u42 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u42_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u43_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u43 {
border-width:0px;
position:absolute;
left:368px;
top:138px;
width:36px;
height:16px;
display:flex;
}
#u43 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u43_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u44_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u44 {
border-width:0px;
position:absolute;
left:368px;
top:158px;
width:36px;
height:16px;
display:flex;
}
#u44 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u44_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u45_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u45 {
border-width:0px;
position:absolute;
left:48px;
top:198px;
width:114px;
height:64px;
display:flex;
}
#u45 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u45_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u46_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u46 {
border-width:0px;
position:absolute;
left:172px;
top:198px;
width:114px;
height:64px;
display:flex;
}
#u46 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u46_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u47_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u47 {
border-width:0px;
position:absolute;
left:296px;
top:198px;
width:114px;
height:64px;
display:flex;
}
#u47 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u47_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u48_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:50px;
height:50px;
}
#u48 {
border-width:0px;
position:absolute;
left:80px;
top:205px;
width:50px;
height:50px;
display:flex;
}
#u48 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u48_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u49_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:50px;
height:50px;
}
#u49 {
border-width:0px;
position:absolute;
left:204px;
top:205px;
width:50px;
height:50px;
display:flex;
}
#u49 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u49_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u50_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u50 {
border-width:0px;
position:absolute;
left:48px;
top:282px;
width:114px;
height:64px;
display:flex;
}
#u50 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u50_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u51_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u51 {
border-width:0px;
position:absolute;
left:172px;
top:282px;
width:114px;
height:64px;
display:flex;
}
#u51 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u51_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u52_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u52 {
border-width:0px;
position:absolute;
left:296px;
top:282px;
width:114px;
height:64px;
display:flex;
}
#u52 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u52_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u53_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:50px;
height:50px;
}
#u53 {
border-width:0px;
position:absolute;
left:80px;
top:289px;
width:50px;
height:50px;
display:flex;
}
#u53 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u53_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u54_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:50px;
height:50px;
}
#u54 {
border-width:0px;
position:absolute;
left:204px;
top:289px;
width:50px;
height:50px;
display:flex;
}
#u54 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u54_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u55_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u55 {
border-width:0px;
position:absolute;
left:48px;
top:366px;
width:114px;
height:64px;
display:flex;
}
#u55 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u55_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u56_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u56 {
border-width:0px;
position:absolute;
left:172px;
top:366px;
width:114px;
height:64px;
display:flex;
}
#u56 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u56_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u57_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u57 {
border-width:0px;
position:absolute;
left:296px;
top:366px;
width:114px;
height:64px;
display:flex;
}
#u57 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u57_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u58_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:50px;
height:50px;
}
#u58 {
border-width:0px;
position:absolute;
left:80px;
top:373px;
width:50px;
height:50px;
display:flex;
}
#u58 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u58_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u59_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:50px;
height:50px;
}
#u59 {
border-width:0px;
position:absolute;
left:204px;
top:373px;
width:50px;
height:50px;
display:flex;
}
#u59 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u59_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u60_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u60 {
border-width:0px;
position:absolute;
left:48px;
top:451px;
width:114px;
height:64px;
display:flex;
}
#u60 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u60_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u61_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u61 {
border-width:0px;
position:absolute;
left:172px;
top:451px;
width:114px;
height:64px;
display:flex;
}
#u61 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u61_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u62_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u62 {
border-width:0px;
position:absolute;
left:296px;
top:451px;
width:114px;
height:64px;
display:flex;
}
#u62 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u62_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u63_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:50px;
height:50px;
}
#u63 {
border-width:0px;
position:absolute;
left:80px;
top:458px;
width:50px;
height:50px;
display:flex;
}
#u63 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u63_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u64_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:50px;
height:50px;
}
#u64 {
border-width:0px;
position:absolute;
left:204px;
top:458px;
width:50px;
height:50px;
display:flex;
}
#u64 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u64_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u65_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u65 {
border-width:0px;
position:absolute;
left:48px;
top:535px;
width:114px;
height:64px;
display:flex;
}
#u65 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u65_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u66_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u66 {
border-width:0px;
position:absolute;
left:172px;
top:535px;
width:114px;
height:64px;
display:flex;
}
#u66 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u66_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u67_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u67 {
border-width:0px;
position:absolute;
left:296px;
top:535px;
width:114px;
height:64px;
display:flex;
}
#u67 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u67_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u68_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:50px;
height:50px;
}
#u68 {
border-width:0px;
position:absolute;
left:80px;
top:542px;
width:50px;
height:50px;
display:flex;
}
#u68 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u68_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u69_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:50px;
height:50px;
}
#u69 {
border-width:0px;
position:absolute;
left:204px;
top:542px;
width:50px;
height:50px;
display:flex;
}
#u69 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u69_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u70 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u71_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:140px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u71 {
border-width:0px;
position:absolute;
left:490px;
top:219px;
width:160px;
height:140px;
display:flex;
}
#u71 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u71_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u72_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:50px;
height:50px;
}
#u72 {
border-width:0px;
position:absolute;
left:545px;
top:264px;
width:50px;
height:50px;
display:flex;
}
#u72 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u72_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u73_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:140px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u73 {
border-width:0px;
position:absolute;
left:671px;
top:221px;
width:160px;
height:140px;
display:flex;
}
#u73 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u73_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u74_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:50px;
height:50px;
}
#u74 {
border-width:0px;
position:absolute;
left:725px;
top:266px;
width:50px;
height:50px;
display:flex;
}
#u74 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u74_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u75_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:140px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u75 {
border-width:0px;
position:absolute;
left:490px;
top:373px;
width:160px;
height:140px;
display:flex;
}
#u75 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u75_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u76_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:50px;
height:50px;
}
#u76 {
border-width:0px;
position:absolute;
left:545px;
top:418px;
width:50px;
height:50px;
display:flex;
}
#u76 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u76_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u77_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:140px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u77 {
border-width:0px;
position:absolute;
left:671px;
top:375px;
width:160px;
height:140px;
display:flex;
}
#u77 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u77_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u78_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:50px;
height:50px;
}
#u78 {
border-width:0px;
position:absolute;
left:725px;
top:420px;
width:50px;
height:50px;
display:flex;
}
#u78 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u78_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
} | bath/html/v1/files/page_1/styles1.css | body {
margin:0px;
background-image:none;
position:relative;
left:-40px;
width:848px;
margin-left:auto;
margin-right:auto;
text-align:left;
}
.form_sketch {
border-color:transparent;
background-color:transparent;
}
#base {
position:absolute;
z-index:0;
}
#u0_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:848px;
height:583px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u0 {
border-width:0px;
position:absolute;
left:40px;
top:28px;
width:848px;
height:583px;
display:flex;
}
#u0 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u0_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u1_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:368px;
height:501px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u1 {
border-width:0px;
position:absolute;
left:45px;
top:104px;
width:368px;
height:501px;
display:flex;
}
#u1 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u1_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u2_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:385px;
height:326px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2 {
border-width:0px;
position:absolute;
left:473px;
top:198px;
width:385px;
height:326px;
display:flex;
}
#u2 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u2_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u3_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:12px;
}
#u3 {
border-width:0px;
position:absolute;
left:50px;
top:40px;
width:12px;
height:12px;
display:flex;
}
#u3 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u3_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u4_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:12px;
}
#u4 {
border-width:0px;
position:absolute;
left:50px;
top:60px;
width:12px;
height:12px;
display:flex;
}
#u4 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u4_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u5_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:50px;
height:33px;
}
#u5 {
border-width:0px;
position:absolute;
left:381px;
top:40px;
width:50px;
height:33px;
display:flex;
}
#u5 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u5_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u6_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:12px;
}
#u6 {
border-width:0px;
position:absolute;
left:98px;
top:41px;
width:12px;
height:12px;
display:flex;
}
#u6 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u6_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u7_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:12px;
}
#u7 {
border-width:0px;
position:absolute;
left:98px;
top:61px;
width:12px;
height:12px;
display:flex;
}
#u7 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u7_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u8_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u8 {
border-width:0px;
position:absolute;
left:70px;
top:40px;
width:16px;
height:16px;
display:flex;
}
#u8 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u8_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u9_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u9 {
border-width:0px;
position:absolute;
left:70px;
top:60px;
width:16px;
height:16px;
display:flex;
}
#u9 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u9_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u10_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:104px;
height:37px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Negreta', 'Arial Normal', 'Arial';
font-weight:700;
font-style:normal;
}
#u10 {
border-width:0px;
position:absolute;
left:211px;
top:40px;
width:104px;
height:37px;
display:flex;
font-family:'Arial Negreta', 'Arial Normal', 'Arial';
font-weight:700;
font-style:normal;
}
#u10 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u10_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u11_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:37px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Negreta', 'Arial Normal', 'Arial';
font-weight:700;
font-style:normal;
}
#u11 {
border-width:0px;
position:absolute;
left:326px;
top:40px;
width:36px;
height:37px;
display:flex;
font-family:'Arial Negreta', 'Arial Normal', 'Arial';
font-weight:700;
font-style:normal;
}
#u11 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u11_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u12_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:81px;
height:37px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Negreta', 'Arial Normal', 'Arial';
font-weight:700;
font-style:normal;
}
#u12 {
border-width:0px;
position:absolute;
left:458px;
top:40px;
width:81px;
height:37px;
display:flex;
font-family:'Arial Negreta', 'Arial Normal', 'Arial';
font-weight:700;
font-style:normal;
}
#u12 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u12_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u13_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u13 {
border-width:0px;
position:absolute;
left:48px;
top:114px;
width:114px;
height:64px;
display:flex;
}
#u13 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u13_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u14_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:40px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u14 {
border-width:0px;
position:absolute;
left:51px;
top:116px;
width:40px;
height:16px;
display:flex;
}
#u14 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u14_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u15_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u15 {
border-width:0px;
position:absolute;
left:114px;
top:40px;
width:36px;
height:16px;
display:flex;
}
#u15 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u15_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u16_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u16 {
border-width:0px;
position:absolute;
left:114px;
top:60px;
width:36px;
height:16px;
display:flex;
}
#u16 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u16_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u17_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:12px;
}
#u17 {
border-width:0px;
position:absolute;
left:56px;
top:138px;
width:12px;
height:12px;
display:flex;
}
#u17 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u17_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u18_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:12px;
}
#u18 {
border-width:0px;
position:absolute;
left:56px;
top:158px;
width:12px;
height:12px;
display:flex;
}
#u18 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u18_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u19_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:12px;
}
#u19 {
border-width:0px;
position:absolute;
left:104px;
top:139px;
width:12px;
height:12px;
display:flex;
}
#u19 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u19_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u20_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:12px;
}
#u20 {
border-width:0px;
position:absolute;
left:104px;
top:159px;
width:12px;
height:12px;
display:flex;
}
#u20 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u20_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u21_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u21 {
border-width:0px;
position:absolute;
left:76px;
top:138px;
width:16px;
height:16px;
display:flex;
}
#u21 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u21_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u22_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u22 {
border-width:0px;
position:absolute;
left:76px;
top:158px;
width:16px;
height:16px;
display:flex;
}
#u22 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u22_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u23_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u23 {
border-width:0px;
position:absolute;
left:120px;
top:138px;
width:36px;
height:16px;
display:flex;
}
#u23 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u23_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u24_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u24 {
border-width:0px;
position:absolute;
left:120px;
top:158px;
width:36px;
height:16px;
display:flex;
}
#u24 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u24_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u25_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u25 {
border-width:0px;
position:absolute;
left:172px;
top:114px;
width:114px;
height:64px;
display:flex;
}
#u25 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u25_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u26_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:40px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u26 {
border-width:0px;
position:absolute;
left:175px;
top:116px;
width:40px;
height:16px;
display:flex;
}
#u26 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u26_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u27_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:12px;
}
#u27 {
border-width:0px;
position:absolute;
left:180px;
top:138px;
width:12px;
height:12px;
display:flex;
}
#u27 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u27_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u28_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:12px;
}
#u28 {
border-width:0px;
position:absolute;
left:180px;
top:158px;
width:12px;
height:12px;
display:flex;
}
#u28 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u28_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u29_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:12px;
}
#u29 {
border-width:0px;
position:absolute;
left:228px;
top:139px;
width:12px;
height:12px;
display:flex;
}
#u29 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u29_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u30_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:12px;
}
#u30 {
border-width:0px;
position:absolute;
left:228px;
top:159px;
width:12px;
height:12px;
display:flex;
}
#u30 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u30_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u31_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u31 {
border-width:0px;
position:absolute;
left:200px;
top:138px;
width:16px;
height:16px;
display:flex;
}
#u31 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u31_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u32_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u32 {
border-width:0px;
position:absolute;
left:200px;
top:158px;
width:16px;
height:16px;
display:flex;
}
#u32 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u32_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u33_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u33 {
border-width:0px;
position:absolute;
left:244px;
top:138px;
width:36px;
height:16px;
display:flex;
}
#u33 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u33_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u34_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u34 {
border-width:0px;
position:absolute;
left:244px;
top:158px;
width:36px;
height:16px;
display:flex;
}
#u34 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u34_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u35_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u35 {
border-width:0px;
position:absolute;
left:296px;
top:114px;
width:114px;
height:64px;
display:flex;
}
#u35 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u35_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u36_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:40px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u36 {
border-width:0px;
position:absolute;
left:299px;
top:116px;
width:40px;
height:16px;
display:flex;
}
#u36 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u36_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u37_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:12px;
}
#u37 {
border-width:0px;
position:absolute;
left:304px;
top:138px;
width:12px;
height:12px;
display:flex;
}
#u37 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u37_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u38_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:12px;
}
#u38 {
border-width:0px;
position:absolute;
left:304px;
top:158px;
width:12px;
height:12px;
display:flex;
}
#u38 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u38_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u39_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:12px;
}
#u39 {
border-width:0px;
position:absolute;
left:352px;
top:139px;
width:12px;
height:12px;
display:flex;
}
#u39 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u39_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u40_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:12px;
height:12px;
}
#u40 {
border-width:0px;
position:absolute;
left:352px;
top:159px;
width:12px;
height:12px;
display:flex;
}
#u40 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u40_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u41_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u41 {
border-width:0px;
position:absolute;
left:324px;
top:138px;
width:16px;
height:16px;
display:flex;
}
#u41 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u41_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u42_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:16px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u42 {
border-width:0px;
position:absolute;
left:324px;
top:158px;
width:16px;
height:16px;
display:flex;
}
#u42 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u42_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u43_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u43 {
border-width:0px;
position:absolute;
left:368px;
top:138px;
width:36px;
height:16px;
display:flex;
}
#u43 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u43_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u44_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u44 {
border-width:0px;
position:absolute;
left:368px;
top:158px;
width:36px;
height:16px;
display:flex;
}
#u44 .text {
position:absolute;
align-self:flex-start;
padding:0px 0px 0px 0px;
box-sizing:border-box;
width:100%;
}
#u44_text {
border-width:0px;
white-space:nowrap;
text-transform:none;
}
#u45_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u45 {
border-width:0px;
position:absolute;
left:48px;
top:198px;
width:114px;
height:64px;
display:flex;
}
#u45 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u45_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u46_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u46 {
border-width:0px;
position:absolute;
left:172px;
top:198px;
width:114px;
height:64px;
display:flex;
}
#u46 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u46_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u47_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u47 {
border-width:0px;
position:absolute;
left:296px;
top:198px;
width:114px;
height:64px;
display:flex;
}
#u47 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u47_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u48_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:50px;
height:50px;
}
#u48 {
border-width:0px;
position:absolute;
left:80px;
top:205px;
width:50px;
height:50px;
display:flex;
}
#u48 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u48_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u49_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:50px;
height:50px;
}
#u49 {
border-width:0px;
position:absolute;
left:204px;
top:205px;
width:50px;
height:50px;
display:flex;
}
#u49 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u49_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u50_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u50 {
border-width:0px;
position:absolute;
left:48px;
top:282px;
width:114px;
height:64px;
display:flex;
}
#u50 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u50_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u51_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u51 {
border-width:0px;
position:absolute;
left:172px;
top:282px;
width:114px;
height:64px;
display:flex;
}
#u51 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u51_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u52_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u52 {
border-width:0px;
position:absolute;
left:296px;
top:282px;
width:114px;
height:64px;
display:flex;
}
#u52 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u52_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u53_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:50px;
height:50px;
}
#u53 {
border-width:0px;
position:absolute;
left:80px;
top:289px;
width:50px;
height:50px;
display:flex;
}
#u53 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u53_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u54_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:50px;
height:50px;
}
#u54 {
border-width:0px;
position:absolute;
left:204px;
top:289px;
width:50px;
height:50px;
display:flex;
}
#u54 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u54_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u55_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u55 {
border-width:0px;
position:absolute;
left:48px;
top:366px;
width:114px;
height:64px;
display:flex;
}
#u55 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u55_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u56_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u56 {
border-width:0px;
position:absolute;
left:172px;
top:366px;
width:114px;
height:64px;
display:flex;
}
#u56 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u56_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u57_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u57 {
border-width:0px;
position:absolute;
left:296px;
top:366px;
width:114px;
height:64px;
display:flex;
}
#u57 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u57_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u58_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:50px;
height:50px;
}
#u58 {
border-width:0px;
position:absolute;
left:80px;
top:373px;
width:50px;
height:50px;
display:flex;
}
#u58 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u58_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u59_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:50px;
height:50px;
}
#u59 {
border-width:0px;
position:absolute;
left:204px;
top:373px;
width:50px;
height:50px;
display:flex;
}
#u59 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u59_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u60_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u60 {
border-width:0px;
position:absolute;
left:48px;
top:451px;
width:114px;
height:64px;
display:flex;
}
#u60 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u60_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u61_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u61 {
border-width:0px;
position:absolute;
left:172px;
top:451px;
width:114px;
height:64px;
display:flex;
}
#u61 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u61_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u62_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u62 {
border-width:0px;
position:absolute;
left:296px;
top:451px;
width:114px;
height:64px;
display:flex;
}
#u62 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u62_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u63_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:50px;
height:50px;
}
#u63 {
border-width:0px;
position:absolute;
left:80px;
top:458px;
width:50px;
height:50px;
display:flex;
}
#u63 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u63_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u64_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:50px;
height:50px;
}
#u64 {
border-width:0px;
position:absolute;
left:204px;
top:458px;
width:50px;
height:50px;
display:flex;
}
#u64 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u64_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u65_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u65 {
border-width:0px;
position:absolute;
left:48px;
top:535px;
width:114px;
height:64px;
display:flex;
}
#u65 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u65_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u66_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u66 {
border-width:0px;
position:absolute;
left:172px;
top:535px;
width:114px;
height:64px;
display:flex;
}
#u66 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u66_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u67_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u67 {
border-width:0px;
position:absolute;
left:296px;
top:535px;
width:114px;
height:64px;
display:flex;
}
#u67 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u67_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u68_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:50px;
height:50px;
}
#u68 {
border-width:0px;
position:absolute;
left:80px;
top:542px;
width:50px;
height:50px;
display:flex;
}
#u68 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u68_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u69_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:50px;
height:50px;
}
#u69 {
border-width:0px;
position:absolute;
left:204px;
top:542px;
width:50px;
height:50px;
display:flex;
}
#u69 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u69_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u70 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u71_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:140px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u71 {
border-width:0px;
position:absolute;
left:490px;
top:219px;
width:160px;
height:140px;
display:flex;
}
#u71 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u71_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u72_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:50px;
height:50px;
}
#u72 {
border-width:0px;
position:absolute;
left:545px;
top:264px;
width:50px;
height:50px;
display:flex;
}
#u72 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u72_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u73_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:140px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u73 {
border-width:0px;
position:absolute;
left:671px;
top:221px;
width:160px;
height:140px;
display:flex;
}
#u73 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u73_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u74_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:50px;
height:50px;
}
#u74 {
border-width:0px;
position:absolute;
left:725px;
top:266px;
width:50px;
height:50px;
display:flex;
}
#u74 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u74_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u75_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:140px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u75 {
border-width:0px;
position:absolute;
left:490px;
top:373px;
width:160px;
height:140px;
display:flex;
}
#u75 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u75_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u76_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:50px;
height:50px;
}
#u76 {
border-width:0px;
position:absolute;
left:545px;
top:418px;
width:50px;
height:50px;
display:flex;
}
#u76 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u76_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u77_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:160px;
height:140px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u77 {
border-width:0px;
position:absolute;
left:671px;
top:375px;
width:160px;
height:140px;
display:flex;
}
#u77 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u77_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
}
#u78_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:50px;
height:50px;
}
#u78 {
border-width:0px;
position:absolute;
left:725px;
top:420px;
width:50px;
height:50px;
display:flex;
}
#u78 .text {
position:absolute;
align-self:center;
padding:2px 2px 2px 2px;
box-sizing:border-box;
width:100%;
}
#u78_text {
border-width:0px;
word-wrap:break-word;
text-transform:none;
visibility:hidden;
} | 0.371365 | 0.044995 |
@@ -1,46 +0,0 @@
.fr-view strong {font-weight:700}
.fr-view table {border:none;border-collapse:collapse;empty-cells:show;max-width:100%}
.fr-view table td,
.fr-view table th {border:1px solid #ddd}
.fr-view table td:empty,
.fr-view table th:empty {height:20px}
.fr-view table th {background:#e6e6e6}
.fr-view hr {clear:both;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;page-break-after:always}
.fr-view .fr-file {position:relative}
.fr-view .fr-file::after {position:relative;content:"\1F4CE";font-weight:normal}
.fr-view pre {white-space:pre-wrap;word-wrap:break-word}
.fr-view blockquote {border-left:solid 2px #5e35b1;margin-left:0;padding-left:5px;color:#5e35b1}
.fr-view blockquote blockquote {border-color:#00bcd4;color:#00bcd4}
.fr-view blockquote blockquote blockquote {border-color:#43a047;color:#43a047}
.fr-view span.fr-emoticon {font-weight:normal;font-family:"Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";display:inline;line-height:0}
.fr-view span.fr-emoticon.fr-emoticon-img {background-repeat:no-repeat !important;font-size:inherit;height:1em;width:1em;min-height:20px;min-width:20px;display:inline-block;margin:-0.1em 0.1em 0.1em;line-height:1;vertical-align:middle}
.fr-view img {position:relative;max-width:100%}
.fr-view img.fr-dib {margin:5px auto;display:block;float:none;vertical-align:top}
.fr-view img.fr-dib.fr-fil {margin-left:0}
.fr-view img.fr-dib.fr-fir {margin-right:0}
.fr-view img.fr-dii {display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(90%)}
.fr-view img.fr-dii.fr-fil {float:left;margin:5px 5px 5px 0;max-width:calc(95%)}
.fr-view img.fr-dii.fr-fir {float:right;margin:5px 0 5px 5px;max-width:calc(95%)}
.fr-view .fr-video {text-align:center;position:relative}
.fr-view .fr-video >* {-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;max-width:100%;border:none}
.fr-view .fr-video.fr-dvb {display:block;clear:both}
.fr-view .fr-video.fr-dvb.fr-fvl {text-align:left}
.fr-view .fr-video.fr-dvb.fr-fvr {text-align:right}
.fr-view .fr-video.fr-dvi {display:inline-block}
.fr-view .fr-video.fr-dvi.fr-fvl {float:left}
.fr-view .fr-video.fr-dvi.fr-fvr {float:right}
.fr-view .oc-text-gray {color:#AAA !important}
.fr-view .oc-text-bordered {border-top:solid 1px #222;border-bottom:solid 1px #222;padding:10px 0}
.fr-view .oc-text-spaced {letter-spacing:1px}
.fr-view .oc-text-uppercase {text-transform:uppercase}
.fr-view a.oc-link-strong {font-weight:700}
.fr-view a.oc-link-green {color:green}
.fr-view table.oc-dashed-borders td,
.fr-view table.oc-dashed-borders th {border-style:dashed}
.fr-view table.oc-alternate-rows tbody tr:nth-child(2n) {background:#f5f5f5}
.fr-view table td.oc-cell-highlighted,
.fr-view table th.oc-cell-highlighted {border:1px double red}
.fr-view table td.oc-cell-thick-border,
.fr-view table th.oc-cell-thick-border {border-width:2px}
.fr-view img.oc-img-rounded {border-radius:100%;background-clip:padding-box}
.fr-view img.oc-img-bordered {border:solid 10px #CCC;box-sizing:content-box} | themes/bizmark/build/css/richeditor.css | @@ -1,46 +0,0 @@
.fr-view strong {font-weight:700}
.fr-view table {border:none;border-collapse:collapse;empty-cells:show;max-width:100%}
.fr-view table td,
.fr-view table th {border:1px solid #ddd}
.fr-view table td:empty,
.fr-view table th:empty {height:20px}
.fr-view table th {background:#e6e6e6}
.fr-view hr {clear:both;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;page-break-after:always}
.fr-view .fr-file {position:relative}
.fr-view .fr-file::after {position:relative;content:"\1F4CE";font-weight:normal}
.fr-view pre {white-space:pre-wrap;word-wrap:break-word}
.fr-view blockquote {border-left:solid 2px #5e35b1;margin-left:0;padding-left:5px;color:#5e35b1}
.fr-view blockquote blockquote {border-color:#00bcd4;color:#00bcd4}
.fr-view blockquote blockquote blockquote {border-color:#43a047;color:#43a047}
.fr-view span.fr-emoticon {font-weight:normal;font-family:"Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";display:inline;line-height:0}
.fr-view span.fr-emoticon.fr-emoticon-img {background-repeat:no-repeat !important;font-size:inherit;height:1em;width:1em;min-height:20px;min-width:20px;display:inline-block;margin:-0.1em 0.1em 0.1em;line-height:1;vertical-align:middle}
.fr-view img {position:relative;max-width:100%}
.fr-view img.fr-dib {margin:5px auto;display:block;float:none;vertical-align:top}
.fr-view img.fr-dib.fr-fil {margin-left:0}
.fr-view img.fr-dib.fr-fir {margin-right:0}
.fr-view img.fr-dii {display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(90%)}
.fr-view img.fr-dii.fr-fil {float:left;margin:5px 5px 5px 0;max-width:calc(95%)}
.fr-view img.fr-dii.fr-fir {float:right;margin:5px 0 5px 5px;max-width:calc(95%)}
.fr-view .fr-video {text-align:center;position:relative}
.fr-view .fr-video >* {-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;max-width:100%;border:none}
.fr-view .fr-video.fr-dvb {display:block;clear:both}
.fr-view .fr-video.fr-dvb.fr-fvl {text-align:left}
.fr-view .fr-video.fr-dvb.fr-fvr {text-align:right}
.fr-view .fr-video.fr-dvi {display:inline-block}
.fr-view .fr-video.fr-dvi.fr-fvl {float:left}
.fr-view .fr-video.fr-dvi.fr-fvr {float:right}
.fr-view .oc-text-gray {color:#AAA !important}
.fr-view .oc-text-bordered {border-top:solid 1px #222;border-bottom:solid 1px #222;padding:10px 0}
.fr-view .oc-text-spaced {letter-spacing:1px}
.fr-view .oc-text-uppercase {text-transform:uppercase}
.fr-view a.oc-link-strong {font-weight:700}
.fr-view a.oc-link-green {color:green}
.fr-view table.oc-dashed-borders td,
.fr-view table.oc-dashed-borders th {border-style:dashed}
.fr-view table.oc-alternate-rows tbody tr:nth-child(2n) {background:#f5f5f5}
.fr-view table td.oc-cell-highlighted,
.fr-view table th.oc-cell-highlighted {border:1px double red}
.fr-view table td.oc-cell-thick-border,
.fr-view table th.oc-cell-thick-border {border-width:2px}
.fr-view img.oc-img-rounded {border-radius:100%;background-clip:padding-box}
.fr-view img.oc-img-bordered {border:solid 10px #CCC;box-sizing:content-box} | 0.340266 | 0.135489 |
max-width: 400px;
margin: 0 auto !important;
}
.formValidate {
color: red !important;
font-size: 0.8rem;
margin-bottom: 0 !important;
animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
perspective: 1000px;
}
.inputContainer {
display: flex;
flex-direction: column;
margin-bottom: 20px;
}
label {
font-weight: bold;
margin-bottom: 15px !important;
color: #222;
padding: 5px 10px !important;
border-left: 4px solid #fcba03;
}
input,
select {
padding: 5px 10px !important;
width: 300px !important;
height: 28px !important;
font-size: 0.8rem !important;
}
.inputError {
border: 1px solid #ff2727;
background-color: #ff4646;
color: #ffffff !important;
animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
perspective: 1000px;
}
.inputError::placeholder {
color: #ffffff;
}
.inputError:focus {
outline: 0 !important;
}
#opcionaisContainer {
flex-direction: row;
flex-wrap: wrap;
}
#opcionaisTitle {
width: 100%;
}
.checkboxContainer {
display: flex;
align-items: flex-start;
width: 50%;
margin-bottom: 20px;
}
.checkboxContainer span,
.checkboxContainer input {
width: auto !important;
}
.checkboxContainer input {
margin-top: -3px;
}
.checkboxContainer span {
margin-left: 6px;
font-weight: bold;
}
.submitBtn {
margin: 0 auto;
background-color: #222;
color: #fcba03;
font-weight: bold;
height: 50px !important;
padding: 0 10px !important;
border: 2px solid #222;
font-size: 16px !important;
cursor: pointer !important;
transition: 0.5s;
}
.submitBtn:hover {
background-color: transparent;
color: #222;
}
@keyframes shake {
10%,
90% {
transform: translate3d(-1px, 0, 0);
}
20%,
80% {
transform: translate3d(2px, 0, 0);
}
30%,
50%,
70% {
transform: translate3d(-4px, 0, 0);
}
40%,
60% {
transform: translate3d(4px, 0, 0);
}
} | src/Components/Form/FormBurger.css | max-width: 400px;
margin: 0 auto !important;
}
.formValidate {
color: red !important;
font-size: 0.8rem;
margin-bottom: 0 !important;
animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
perspective: 1000px;
}
.inputContainer {
display: flex;
flex-direction: column;
margin-bottom: 20px;
}
label {
font-weight: bold;
margin-bottom: 15px !important;
color: #222;
padding: 5px 10px !important;
border-left: 4px solid #fcba03;
}
input,
select {
padding: 5px 10px !important;
width: 300px !important;
height: 28px !important;
font-size: 0.8rem !important;
}
.inputError {
border: 1px solid #ff2727;
background-color: #ff4646;
color: #ffffff !important;
animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
perspective: 1000px;
}
.inputError::placeholder {
color: #ffffff;
}
.inputError:focus {
outline: 0 !important;
}
#opcionaisContainer {
flex-direction: row;
flex-wrap: wrap;
}
#opcionaisTitle {
width: 100%;
}
.checkboxContainer {
display: flex;
align-items: flex-start;
width: 50%;
margin-bottom: 20px;
}
.checkboxContainer span,
.checkboxContainer input {
width: auto !important;
}
.checkboxContainer input {
margin-top: -3px;
}
.checkboxContainer span {
margin-left: 6px;
font-weight: bold;
}
.submitBtn {
margin: 0 auto;
background-color: #222;
color: #fcba03;
font-weight: bold;
height: 50px !important;
padding: 0 10px !important;
border: 2px solid #222;
font-size: 16px !important;
cursor: pointer !important;
transition: 0.5s;
}
.submitBtn:hover {
background-color: transparent;
color: #222;
}
@keyframes shake {
10%,
90% {
transform: translate3d(-1px, 0, 0);
}
20%,
80% {
transform: translate3d(2px, 0, 0);
}
30%,
50%,
70% {
transform: translate3d(-4px, 0, 0);
}
40%,
60% {
transform: translate3d(4px, 0, 0);
}
} | 0.462959 | 0.101545 |
body {
color: #000;
overflow-x: hidden;
height: 100%;
background-color: #EEEEEE;
background-repeat: no-repeat
}
a {
color: #000
}
.card0 {
box-shadow: 0px 4px 8px 0px #757575;
border-radius: 20px
}
.card1 {
border-bottom-left-radius: 20px;
border-top-left-radius: 20px;
background-color: #16b0ec;
height: 100%;
color: #fff;
padding-left: 13%;
padding-right: 13%
}
.logo {
margin-top: 30px;
margin-left: 15px;
cursor: pointer;
}
.card2 {
border-bottom-right-radius: 20px;
border-top-right-radius: 20px
}
input {
padding: 10px 12px 10px 12px;
border: 1px solid lightgrey;
border-radius: 10px;
margin-bottom: 25px;
margin-top: 2px;
width: 100%;
box-sizing: border-box;
color: #2C3E50;
font-size: 14px;
letter-spacing: 1px
}
input:focus {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border: 1px solid #1ecee6;
outline-width: 0
}
::placeholder {
color: #EEEEEE;
opacity: 1
}
:-ms-input-placeholder {
color: #EEEEEE
}
::-ms-input-placeholder {
color: #EEEEEE
}
button:focus {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
outline-width: 0
}
.btn-info {
background-color: #1e7af3;
width: 100%;
color: #fff;
border-radius: 6px
}
.btn-info:hover {
background-color: #235bf3;
color: #fff;
cursor: pointer
}
.card-0 {
color: #7ccae9;
background-color: #fff;
border-radius: 20px;
min-height: 352px;
margin-top: 80px;
padding: 20px
}
.carousel-indicators {
position: absolute;
bottom: -100px;
display: -webkit-box !important;
padding-left: 50px;
}
.carousel-indicators li {
cursor: pointer;
border-radius: 50% !important;
width: 40px !important;
height: 40px !important;
opacity: 0.5;
margin: 5px!important;
}
.carousel-indicators li.active {
opacity: 1;
width: 50px !important;
height: 50px !important;
margin-top: 0px !important;
border: 2px solid #fff
}
.carousel-indicators li#li1 {
background-image: url("../assets/images/andy.png") !important;
background-size: cover !important;
}
.carousel-indicators li#li2 {
background-image: url("../assets/images/andy.png") !important;
background-size: cover !important
}
.carousel-indicators li#li3 {
background-image: url("../assets/images/andy.png") !important;
background-size: cover !important
}
.carousel-indicators li#li4 {
background-image: url("../assets/images/andy.png") !important;
background-size: cover !important
}
.carousel-indicators li#li5 {
background-image: url("../assets/images/andy.png") !important;
background-size: cover !important
}
.profile-pic {
width: 100px;
height: 100px;
border-radius: 50%;
position: absolute;
top: -50px;
left: calc(50% - 50px)
}
.content {
color: #000;
font-size: 14px
}
.social {
margin-top: 150px
}
@media (max-width: 600px) {
.card1 {
border-bottom-left-radius: 0px;
border-top-right-radius: 20px
}
.card2 {
border-bottom-left-radius: 20px;
border-top-right-radius: 0px
}
ol.carousel-indicators{
margin-left: 1px;
}
} | assets/css/styleregis.css | body {
color: #000;
overflow-x: hidden;
height: 100%;
background-color: #EEEEEE;
background-repeat: no-repeat
}
a {
color: #000
}
.card0 {
box-shadow: 0px 4px 8px 0px #757575;
border-radius: 20px
}
.card1 {
border-bottom-left-radius: 20px;
border-top-left-radius: 20px;
background-color: #16b0ec;
height: 100%;
color: #fff;
padding-left: 13%;
padding-right: 13%
}
.logo {
margin-top: 30px;
margin-left: 15px;
cursor: pointer;
}
.card2 {
border-bottom-right-radius: 20px;
border-top-right-radius: 20px
}
input {
padding: 10px 12px 10px 12px;
border: 1px solid lightgrey;
border-radius: 10px;
margin-bottom: 25px;
margin-top: 2px;
width: 100%;
box-sizing: border-box;
color: #2C3E50;
font-size: 14px;
letter-spacing: 1px
}
input:focus {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border: 1px solid #1ecee6;
outline-width: 0
}
::placeholder {
color: #EEEEEE;
opacity: 1
}
:-ms-input-placeholder {
color: #EEEEEE
}
::-ms-input-placeholder {
color: #EEEEEE
}
button:focus {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
outline-width: 0
}
.btn-info {
background-color: #1e7af3;
width: 100%;
color: #fff;
border-radius: 6px
}
.btn-info:hover {
background-color: #235bf3;
color: #fff;
cursor: pointer
}
.card-0 {
color: #7ccae9;
background-color: #fff;
border-radius: 20px;
min-height: 352px;
margin-top: 80px;
padding: 20px
}
.carousel-indicators {
position: absolute;
bottom: -100px;
display: -webkit-box !important;
padding-left: 50px;
}
.carousel-indicators li {
cursor: pointer;
border-radius: 50% !important;
width: 40px !important;
height: 40px !important;
opacity: 0.5;
margin: 5px!important;
}
.carousel-indicators li.active {
opacity: 1;
width: 50px !important;
height: 50px !important;
margin-top: 0px !important;
border: 2px solid #fff
}
.carousel-indicators li#li1 {
background-image: url("../assets/images/andy.png") !important;
background-size: cover !important;
}
.carousel-indicators li#li2 {
background-image: url("../assets/images/andy.png") !important;
background-size: cover !important
}
.carousel-indicators li#li3 {
background-image: url("../assets/images/andy.png") !important;
background-size: cover !important
}
.carousel-indicators li#li4 {
background-image: url("../assets/images/andy.png") !important;
background-size: cover !important
}
.carousel-indicators li#li5 {
background-image: url("../assets/images/andy.png") !important;
background-size: cover !important
}
.profile-pic {
width: 100px;
height: 100px;
border-radius: 50%;
position: absolute;
top: -50px;
left: calc(50% - 50px)
}
.content {
color: #000;
font-size: 14px
}
.social {
margin-top: 150px
}
@media (max-width: 600px) {
.card1 {
border-bottom-left-radius: 0px;
border-top-right-radius: 20px
}
.card2 {
border-bottom-left-radius: 20px;
border-top-right-radius: 0px
}
ol.carousel-indicators{
margin-left: 1px;
}
} | 0.49707 | 0.146423 |
body {
background-color: rgb(250, 250, 250);
--text-color: hsl(0, 0%, 20%);
--emph-color: hsl(0, 0%, 10%);
--link-color: rgb(3, 102, 214);
--bold-weight: 500;
--menu-color: hsl(0, 0%, 80%, 0.95);
--tint: rgb(0, 0, 0, 0.05);
}
.icon {
filter: invert(0.2);
}
@media (prefers-color-scheme: dark) {
body {
background-color: hsl(0, 0%, 12%);
--text-color: hsl(0, 0%, 85%);
--emph-color: hsl(0, 0%, 95%);
--link-color: rgb(65, 175, 235);
--menu-color: hsl(0, 0%, 30%, 0.95);
--tint: rgb(255, 255, 255, 0.05);
}
.icon {
filter: invert(0.85);
}
}
/* general */
body {
color: var(--text-color);
font-family: BlinkMacSystemFont, 'Segoe UI', Roboto, 'Open Sans', sans-serif;
font-size: 1.2rem;
line-height: 1.5;
margin: 0;
padding: 0 3rem;
}
@media (max-width: 640px) {
body {padding: 0 1rem;}
}
a {
color: var(--link-color);
}
a:not(:hover) {
text-decoration: none;
}
h1 {
text-align: center;
font-size: 3rem;
line-height: initial;
color: var(--emph-color);
}
.time {
position: relative;
}
.tooltip {
position: absolute;
left: 0;
top: 1.5em;
padding: 0.5em;
border-radius: 0.2em;
background-color: var(--menu-color);
z-index: 10;
}
.tooltip {
visibility: hidden;
}
:hover > .tooltip, :focus > .tooltip {
visibility: visible;
}
/* specific */
.talk-list > li {
margin: 2rem 0;
}
.talk-list > li > * {
margin: 0.4rem 0;
}
@media (max-width: 640px) {
.talk-list {
list-style-type: none;
padding: 0;
}
ul.follower {
padding-left: 1em;
}
}
.talk-list .title {
font-size: 1.1em;
font-weight: var(--bold-weight);
color: var(--emph-color);
}
.talk-list .abstract {
padding-top: 0.3rem;
font-size: 1.1rem;
}
.talk-list .leader {
font-weight: var(--bold-weight);
}
.credits {
font-style: italic;
}
li:target {
background-color: var(--tint);
}
.title:not(:hover):not(:focus-within) > .headerlink {
visibility: hidden;
}
.headerlink, .headerlink:visited {
margin-left: 0.2em;
text-decoration: none;
color: #888;
}
.headerlink::before {
content: "\b6";
}
/* icons */
.icon, .noicon {
display: inline-block;
height: 1.1em;
width: 1.1em;
position: relative;
top: 0.15em;
margin-right: 0.2em;
}
.icon {
background: url("sprites.svg") no-repeat;
background-size: 5.5em 1.1em;
}
.time .icon {
background-position: -1.1em 0em;
}
.live-video .icon {
background-position: -2.2em 0em;
}
.paper .icon {
background-position: -3.3em 0em;
}
.slides .icon {
background-position: -4.4em 0em;
} | style.css | body {
background-color: rgb(250, 250, 250);
--text-color: hsl(0, 0%, 20%);
--emph-color: hsl(0, 0%, 10%);
--link-color: rgb(3, 102, 214);
--bold-weight: 500;
--menu-color: hsl(0, 0%, 80%, 0.95);
--tint: rgb(0, 0, 0, 0.05);
}
.icon {
filter: invert(0.2);
}
@media (prefers-color-scheme: dark) {
body {
background-color: hsl(0, 0%, 12%);
--text-color: hsl(0, 0%, 85%);
--emph-color: hsl(0, 0%, 95%);
--link-color: rgb(65, 175, 235);
--menu-color: hsl(0, 0%, 30%, 0.95);
--tint: rgb(255, 255, 255, 0.05);
}
.icon {
filter: invert(0.85);
}
}
/* general */
body {
color: var(--text-color);
font-family: BlinkMacSystemFont, 'Segoe UI', Roboto, 'Open Sans', sans-serif;
font-size: 1.2rem;
line-height: 1.5;
margin: 0;
padding: 0 3rem;
}
@media (max-width: 640px) {
body {padding: 0 1rem;}
}
a {
color: var(--link-color);
}
a:not(:hover) {
text-decoration: none;
}
h1 {
text-align: center;
font-size: 3rem;
line-height: initial;
color: var(--emph-color);
}
.time {
position: relative;
}
.tooltip {
position: absolute;
left: 0;
top: 1.5em;
padding: 0.5em;
border-radius: 0.2em;
background-color: var(--menu-color);
z-index: 10;
}
.tooltip {
visibility: hidden;
}
:hover > .tooltip, :focus > .tooltip {
visibility: visible;
}
/* specific */
.talk-list > li {
margin: 2rem 0;
}
.talk-list > li > * {
margin: 0.4rem 0;
}
@media (max-width: 640px) {
.talk-list {
list-style-type: none;
padding: 0;
}
ul.follower {
padding-left: 1em;
}
}
.talk-list .title {
font-size: 1.1em;
font-weight: var(--bold-weight);
color: var(--emph-color);
}
.talk-list .abstract {
padding-top: 0.3rem;
font-size: 1.1rem;
}
.talk-list .leader {
font-weight: var(--bold-weight);
}
.credits {
font-style: italic;
}
li:target {
background-color: var(--tint);
}
.title:not(:hover):not(:focus-within) > .headerlink {
visibility: hidden;
}
.headerlink, .headerlink:visited {
margin-left: 0.2em;
text-decoration: none;
color: #888;
}
.headerlink::before {
content: "\b6";
}
/* icons */
.icon, .noicon {
display: inline-block;
height: 1.1em;
width: 1.1em;
position: relative;
top: 0.15em;
margin-right: 0.2em;
}
.icon {
background: url("sprites.svg") no-repeat;
background-size: 5.5em 1.1em;
}
.time .icon {
background-position: -1.1em 0em;
}
.live-video .icon {
background-position: -2.2em 0em;
}
.paper .icon {
background-position: -3.3em 0em;
}
.slides .icon {
background-position: -4.4em 0em;
} | 0.528533 | 0.127056 |
border-style: solid;
margin-top: 50px;
margin-left: 100px;
margin-right: 100px;
padding: 10px;
text-align: center;
}
#body_subarea_2 {
background: white;
border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 100px;
margin-right: 100px;
padding: 20px;
display: block;
}
#cube_3d {
width: 300px;
height: 300px;
margin: 50px auto;
text-align: center;
font: 500 40px/100px "Microsoft YaHei UI";
transform-style: preserve-3d;
transform: rotateX(-15deg) rotateY(-30deg) rotateZ(0) scale3d(0.8,0.8,0.8);
/*可使用 scale3d 设置魔方的缩放比例*/
}
.square{
width: 96px;
height: 96px;
position: absolute;
transform-style: preserve-3d;
transform-origin: 152px 152px 0px;
}
.square > div {
width: 100%;
height: 100%;
position: absolute;
border-style: solid;
border-color: black;
border-width: 4px;
border-radius: 10px;
color: rgba(0,0,0,1); /*设置所有子块div中文本的颜色和透明度,前三个参数是RGB值,第四个参数是透明度*/
opacity: 1; /*设置所有子块div的透明度,0为全透明,1为不透明*/
}
.split_line{
width: 100%;
height: 4px;
margin: 5px auto;
background-color:gray;
}
.top{
transform: translateX(100px) translateY(50px) translateZ(0) rotateX(90deg);
background-color: yellow;
}
.bottom{
transform: translateX(100px) translateY(150px) translateZ(0) rotateX(-90deg);
background-color: white;
}
.front{
transform: translateX(100px) translateY(100px) translateZ(50px);
background-color: blue;
color: white;
}
.back{
transform: translateX(100px) translateY(100px) translateZ(-50px) rotateY(180deg);
background-color: green;
color: white;
}
.left{
transform: translateX(50px) translateY(100px) translateZ(0) rotateY(-90deg);
background-color: orange;
}
.right{
transform: translateX(150px) translateY(100px) translateZ(0) rotateY(90deg);
background-color: red;
color: white;
}
@keyframes rotate_cube {
0% {transform: rotateX(-15deg) rotateY(-30deg) rotateZ(0) scale3d(0.9,0.9,0.9);}
100% {transform: rotateX(-15deg) rotateY(330deg) rotateZ(360deg) scale3d(0.9,0.9,0.9);}
}
.transform_surface{
transform-style: preserve-3d;
transform-origin: 152px 152px 0px;
}
@keyframes rotate_surface_U {
0% {transform: rotateY(0);}
100% {transform: rotateY(-90deg);}
}
@keyframes rotate_surface_D {
0% {transform: rotateY(0);}
100% {transform: rotateY(90deg);}
}
@keyframes rotate_surface_F {
0% {transform: rotateZ(0);}
100% {transform: rotateZ(90deg);}
}
@keyframes rotate_surface_B {
0% {transform: rotateZ(0);}
100% {transform: rotateZ(-90deg);}
}
@keyframes rotate_surface_L {
0% {transform: rotateX(0);}
100% {transform: rotateX(-90deg);}
}
@keyframes rotate_surface_R {
0% {transform: rotateX(0);}
100% {transform: rotateX(90deg);}
}
#coordinate_sys {
transform-style: preserve-3d;
transform: translateY(-50px) rotateX(-15deg) rotateY(-30deg) rotateZ(0deg);
margin-left: 100px;
position: relative;
transform-style: preserve-3d;
text-align: center;
font-weight: bold
/*
font: 400 40px/100px "Microsoft YaHei UI";
animation: an_test3d 12s infinite linear;
*/
}
#axis_x {
transform: translateX(50px) translateY(-26px) translateZ(0px);
}
#axis_y {
transform: translateX(-5px) translateY(11px) translateZ(0px) rotateZ(90deg);
}
#axis_z {
transform: translateX(-40px) translateY(-50px) translateZ(0px) rotateY(-90deg);
} | cube_3d.css | border-style: solid;
margin-top: 50px;
margin-left: 100px;
margin-right: 100px;
padding: 10px;
text-align: center;
}
#body_subarea_2 {
background: white;
border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 100px;
margin-right: 100px;
padding: 20px;
display: block;
}
#cube_3d {
width: 300px;
height: 300px;
margin: 50px auto;
text-align: center;
font: 500 40px/100px "Microsoft YaHei UI";
transform-style: preserve-3d;
transform: rotateX(-15deg) rotateY(-30deg) rotateZ(0) scale3d(0.8,0.8,0.8);
/*可使用 scale3d 设置魔方的缩放比例*/
}
.square{
width: 96px;
height: 96px;
position: absolute;
transform-style: preserve-3d;
transform-origin: 152px 152px 0px;
}
.square > div {
width: 100%;
height: 100%;
position: absolute;
border-style: solid;
border-color: black;
border-width: 4px;
border-radius: 10px;
color: rgba(0,0,0,1); /*设置所有子块div中文本的颜色和透明度,前三个参数是RGB值,第四个参数是透明度*/
opacity: 1; /*设置所有子块div的透明度,0为全透明,1为不透明*/
}
.split_line{
width: 100%;
height: 4px;
margin: 5px auto;
background-color:gray;
}
.top{
transform: translateX(100px) translateY(50px) translateZ(0) rotateX(90deg);
background-color: yellow;
}
.bottom{
transform: translateX(100px) translateY(150px) translateZ(0) rotateX(-90deg);
background-color: white;
}
.front{
transform: translateX(100px) translateY(100px) translateZ(50px);
background-color: blue;
color: white;
}
.back{
transform: translateX(100px) translateY(100px) translateZ(-50px) rotateY(180deg);
background-color: green;
color: white;
}
.left{
transform: translateX(50px) translateY(100px) translateZ(0) rotateY(-90deg);
background-color: orange;
}
.right{
transform: translateX(150px) translateY(100px) translateZ(0) rotateY(90deg);
background-color: red;
color: white;
}
@keyframes rotate_cube {
0% {transform: rotateX(-15deg) rotateY(-30deg) rotateZ(0) scale3d(0.9,0.9,0.9);}
100% {transform: rotateX(-15deg) rotateY(330deg) rotateZ(360deg) scale3d(0.9,0.9,0.9);}
}
.transform_surface{
transform-style: preserve-3d;
transform-origin: 152px 152px 0px;
}
@keyframes rotate_surface_U {
0% {transform: rotateY(0);}
100% {transform: rotateY(-90deg);}
}
@keyframes rotate_surface_D {
0% {transform: rotateY(0);}
100% {transform: rotateY(90deg);}
}
@keyframes rotate_surface_F {
0% {transform: rotateZ(0);}
100% {transform: rotateZ(90deg);}
}
@keyframes rotate_surface_B {
0% {transform: rotateZ(0);}
100% {transform: rotateZ(-90deg);}
}
@keyframes rotate_surface_L {
0% {transform: rotateX(0);}
100% {transform: rotateX(-90deg);}
}
@keyframes rotate_surface_R {
0% {transform: rotateX(0);}
100% {transform: rotateX(90deg);}
}
#coordinate_sys {
transform-style: preserve-3d;
transform: translateY(-50px) rotateX(-15deg) rotateY(-30deg) rotateZ(0deg);
margin-left: 100px;
position: relative;
transform-style: preserve-3d;
text-align: center;
font-weight: bold
/*
font: 400 40px/100px "Microsoft YaHei UI";
animation: an_test3d 12s infinite linear;
*/
}
#axis_x {
transform: translateX(50px) translateY(-26px) translateZ(0px);
}
#axis_y {
transform: translateX(-5px) translateY(11px) translateZ(0px) rotateZ(90deg);
}
#axis_z {
transform: translateX(-40px) translateY(-50px) translateZ(0px) rotateY(-90deg);
} | 0.378574 | 0.122839 |
.quixnav {
right: 0px;
text-align: right;
direction: rtl;
}
.quixnav .metismenu .has-arrow:after {
margin-right: 220px;
transform: rotate(-45deg);
}
.nav-header {
right: 0;
left: auto;
}
.header {
direction: rtl;
padding-left: 0px;
padding-right: 7.1875rem;
}
@media only screen and (min-width: 768px){
.header-left .search_bar .dropdown-menu,
.header-left .search_bar .dropdown-menu.show {
right: 40px;
}
}
.dropdown-menu-right {
right: auto;
left: 0px;
}
.content-body {
margin-left: 0px;
margin-right: 17.1875rem;
}
.nav-control {
transform: translateY(-50%) rotate(180deg);
left: -4.0625rem;
right: 268px;
margin-left: 50px;
}
#main-wrapper .menu-toggle .content-body{
margin-left: 0px !important;
margin-right: 60px;
}
.change-size{
margin-left: 0px;
margin-right: 17.1875rem;
}
.footer{
padding-left: 0px;
padding-right: 60px;
}
.header-left input{
border: 1px solid #593bdb;
border-radius: 5rem;
}
.fa-search::before{
color: #593bdb;
right: 10px;
top: 30px;
position: absolute;
font-size: 20px;
}
.table-striped tbody tr:nth-of-type(odd) {
transition: all 0.3s ease-in-out;
background-color: rgb(89, 59, 219,0.25);
color: black;
}
.table-striped tbody tr:nth-of-type(even) {
transition: all 0.3s ease-in-out;
background-color: white;
color: black;
}
.table-hover tbody tr:hover {
transition: all 0.3s ease-in-out;
background-color: rgb(89, 59, 219,0.12);
color: black;
}
.input-group-addon {
width: 42px;
min-width: 42px;
padding: .5rem .5rem;
margin-bottom: 0;
font-size: 20px;
font-weight: 400;
line-height: 1.25;
color: #593bdb;
text-align: center;
background-color: rgb(89, 59, 219,0.12);
border: 1px solid #593bdb;
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.help-box ul li a:hover {
color: #1e96ff;
}
.help-box ul li a:hover i{
border-color: #1e96ff;
} | public/asset/css/myEdit.css | .quixnav {
right: 0px;
text-align: right;
direction: rtl;
}
.quixnav .metismenu .has-arrow:after {
margin-right: 220px;
transform: rotate(-45deg);
}
.nav-header {
right: 0;
left: auto;
}
.header {
direction: rtl;
padding-left: 0px;
padding-right: 7.1875rem;
}
@media only screen and (min-width: 768px){
.header-left .search_bar .dropdown-menu,
.header-left .search_bar .dropdown-menu.show {
right: 40px;
}
}
.dropdown-menu-right {
right: auto;
left: 0px;
}
.content-body {
margin-left: 0px;
margin-right: 17.1875rem;
}
.nav-control {
transform: translateY(-50%) rotate(180deg);
left: -4.0625rem;
right: 268px;
margin-left: 50px;
}
#main-wrapper .menu-toggle .content-body{
margin-left: 0px !important;
margin-right: 60px;
}
.change-size{
margin-left: 0px;
margin-right: 17.1875rem;
}
.footer{
padding-left: 0px;
padding-right: 60px;
}
.header-left input{
border: 1px solid #593bdb;
border-radius: 5rem;
}
.fa-search::before{
color: #593bdb;
right: 10px;
top: 30px;
position: absolute;
font-size: 20px;
}
.table-striped tbody tr:nth-of-type(odd) {
transition: all 0.3s ease-in-out;
background-color: rgb(89, 59, 219,0.25);
color: black;
}
.table-striped tbody tr:nth-of-type(even) {
transition: all 0.3s ease-in-out;
background-color: white;
color: black;
}
.table-hover tbody tr:hover {
transition: all 0.3s ease-in-out;
background-color: rgb(89, 59, 219,0.12);
color: black;
}
.input-group-addon {
width: 42px;
min-width: 42px;
padding: .5rem .5rem;
margin-bottom: 0;
font-size: 20px;
font-weight: 400;
line-height: 1.25;
color: #593bdb;
text-align: center;
background-color: rgb(89, 59, 219,0.12);
border: 1px solid #593bdb;
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.help-box ul li a:hover {
color: #1e96ff;
}
.help-box ul li a:hover i{
border-color: #1e96ff;
} | 0.593138 | 0.15704 |
.recipeItemLabel {
width: 100%;
height: 0;
padding-bottom: 62.5%;
background-color: #DBDBDB;
position: relative;
background-size: cover;
}
.recipeItemLabel div {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
-webkit-transform: translate(-50%, -50%);
}
.recipeItemLabel span {
display: block;
text-align: center;
}
.recipeItemLabel span.title {
color: white;
font-size: 22px;
font-weight: bold;
text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.80);
}
.recipeItemLabel span.intro {
margin-top: 13px;
color: white;
font-size: 15px;
text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.80);
}
.recipeItemList {
padding-left: 15px;
padding-bottom: 27px;
padding-top: 10px;
display: -webkit-box;
-webkit-box-orient: horizontal;
overflow: scroll;
-webkit-overflow-scrolling: touch;
background-color: white;
}
.recipeItem {
width: auto;
height: auto;
max-width: 150px;
overflow: hidden;
padding-right: 10px;
}
.recipeItem div.recipeImage {
width: 150px;
height: 90px;
background-size: cover;
}
.recipeItem span.recipeTitle {
color: #333333;
margin-top: 12px;
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.recipeAuthor {
height: 18px;
display: -webkit-box;
margin-top: 10px;
overflow: hidden;
-webkit-box-align: center;
-webkit-box-orient: horizontal;
}
.recipeAuthor img.authorPhoto {
width: 18px;
height: 18px;
-webkit-border-radius: 50% 50%;
}
.recipeAuthor div.authorName {
width: 0;
-webkit-box-flex: 1;
margin-left: 7px;
color: black;
font-size: 12px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.menuLargeItem div.title {
width: 100%;
height: auto;
}
.menuLists {
width: 100%;
height: auto;
overflow: scroll;
display: -webkit-box;
-webkit-box-orient: horizontal;
-webkit-overflow-scrolling: touch;
padding-bottom: 15px;
}
.menuItem {
width: 270px;
height: 173px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-align: center;
-webkit-box-pack: center;
margin-right: 10px;
background-size: cover;
}
.menuItem div {
text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.80);
font-size: 12px;
color: white;
}
.menuItem div.recipeCount {
font-weight: bold;
display: -webkit-box;
-webkit-box-align: center;
-webkit-box-pack: center;
}
.menuItem div.name {
font-size: 16px;
font-weight: bold;
}
.label {
width: 100%;
height: auto;
margin-top: 23px;
margin-bottom: 23px;
display: -webkit-box;
-webkit-box-align: end;
}
.label div.title {
font-size: 17px;
padding-left: 15px;
color: #333333;
font-weight: bold;
width: auto;
text-align: end;
}
.label div.titleMate {
font-size: 11px;
padding-left: 8px;
color: rgba(68, 68, 68, 0.81);
width: auto;
text-align: end;
}
.label div.more {
width: auto;
color: #FF6619;
}
.label img.iconArrowRight {
margin-left: 7px;
width: 7px;
padding-right: 15px;
height: 13px;
}
.userLists {
width: 100%;
height: auto;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: horizontal;
-webkit-box-align: end;
}
.userItem {
-webkit-box-flex: 1;
display: -webkit-box;
-webkit-box-pack: center;
-webkit-box-orient: vertical;
-webkit-box-align: center;
overflow: hidden;
}
.userItem div.name {
margin-top: 10px;
color: #333333;
font-weight: bold;
margin-bottom: 22px;
}
.userItem div.score {
color: #FF6619;
font-size: 18px;
font-family: douguoDIN, Verdana, sans-serif;
margin-bottom: 7px;
}
.userItem div.scoreLabel {
color: rgba(68, 68, 68, 0.81);
font-size: 12px;
margin-bottom: 15px;
}
.loadMore {
height: 90px;
width: 90px;
display: -webkit-box;
-webkit-box-pack: center;
-webkit-box-align: center;
background-color: #EEEEEE;
} | app/RankList.css | .recipeItemLabel {
width: 100%;
height: 0;
padding-bottom: 62.5%;
background-color: #DBDBDB;
position: relative;
background-size: cover;
}
.recipeItemLabel div {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
-webkit-transform: translate(-50%, -50%);
}
.recipeItemLabel span {
display: block;
text-align: center;
}
.recipeItemLabel span.title {
color: white;
font-size: 22px;
font-weight: bold;
text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.80);
}
.recipeItemLabel span.intro {
margin-top: 13px;
color: white;
font-size: 15px;
text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.80);
}
.recipeItemList {
padding-left: 15px;
padding-bottom: 27px;
padding-top: 10px;
display: -webkit-box;
-webkit-box-orient: horizontal;
overflow: scroll;
-webkit-overflow-scrolling: touch;
background-color: white;
}
.recipeItem {
width: auto;
height: auto;
max-width: 150px;
overflow: hidden;
padding-right: 10px;
}
.recipeItem div.recipeImage {
width: 150px;
height: 90px;
background-size: cover;
}
.recipeItem span.recipeTitle {
color: #333333;
margin-top: 12px;
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.recipeAuthor {
height: 18px;
display: -webkit-box;
margin-top: 10px;
overflow: hidden;
-webkit-box-align: center;
-webkit-box-orient: horizontal;
}
.recipeAuthor img.authorPhoto {
width: 18px;
height: 18px;
-webkit-border-radius: 50% 50%;
}
.recipeAuthor div.authorName {
width: 0;
-webkit-box-flex: 1;
margin-left: 7px;
color: black;
font-size: 12px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.menuLargeItem div.title {
width: 100%;
height: auto;
}
.menuLists {
width: 100%;
height: auto;
overflow: scroll;
display: -webkit-box;
-webkit-box-orient: horizontal;
-webkit-overflow-scrolling: touch;
padding-bottom: 15px;
}
.menuItem {
width: 270px;
height: 173px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-align: center;
-webkit-box-pack: center;
margin-right: 10px;
background-size: cover;
}
.menuItem div {
text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.80);
font-size: 12px;
color: white;
}
.menuItem div.recipeCount {
font-weight: bold;
display: -webkit-box;
-webkit-box-align: center;
-webkit-box-pack: center;
}
.menuItem div.name {
font-size: 16px;
font-weight: bold;
}
.label {
width: 100%;
height: auto;
margin-top: 23px;
margin-bottom: 23px;
display: -webkit-box;
-webkit-box-align: end;
}
.label div.title {
font-size: 17px;
padding-left: 15px;
color: #333333;
font-weight: bold;
width: auto;
text-align: end;
}
.label div.titleMate {
font-size: 11px;
padding-left: 8px;
color: rgba(68, 68, 68, 0.81);
width: auto;
text-align: end;
}
.label div.more {
width: auto;
color: #FF6619;
}
.label img.iconArrowRight {
margin-left: 7px;
width: 7px;
padding-right: 15px;
height: 13px;
}
.userLists {
width: 100%;
height: auto;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: horizontal;
-webkit-box-align: end;
}
.userItem {
-webkit-box-flex: 1;
display: -webkit-box;
-webkit-box-pack: center;
-webkit-box-orient: vertical;
-webkit-box-align: center;
overflow: hidden;
}
.userItem div.name {
margin-top: 10px;
color: #333333;
font-weight: bold;
margin-bottom: 22px;
}
.userItem div.score {
color: #FF6619;
font-size: 18px;
font-family: douguoDIN, Verdana, sans-serif;
margin-bottom: 7px;
}
.userItem div.scoreLabel {
color: rgba(68, 68, 68, 0.81);
font-size: 12px;
margin-bottom: 15px;
}
.loadMore {
height: 90px;
width: 90px;
display: -webkit-box;
-webkit-box-pack: center;
-webkit-box-align: center;
background-color: #EEEEEE;
} | 0.500244 | 0.072571 |
body {
background-color: #f2f2f2
}
#logo {
height: 90px;
padding: 10px 10px 10px 0;
}
#logo > div {
height: 70px;
}
.navbar {
border-radius : 0px;
}
.navbar-default {
border-left : 0;
border-right : 0;
}
#content-body {
min-height : 900px;
}
#full-content {
line-height: 25px
}
#full-content img {
margin-top: 50px;
}
#left-content, #full-content {
height : 850px;
border : 1px solid #ccc;
padding : 20px 10px;
}
#form-content {
height : 700px;
border : 1px solid #ccc;
padding : 20px 10px;
}
#form-content #form-title {
padding-bottom : 20px ;
}
#left-content .action-btn a {
padding : 5px;
}
#left-content .action-btn a span {
color : gray;
}
#left-content .action-btn a span:hover {
color : #428bca
}
#left-content .panel {
margin-bottom : 10px;
}
#left-content .panel-body {
padding : 30px 0px;
}
#left-content .panel-body .right, #left-content .panel-body .left {
height : 200px;
}
#left-content .panel-body .right > div {
line-height: 25px;
}
#left-content #ingredient-text {
height: 90px;
overflow: hidden;
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
#left-content #read-more {
position: absolute;
bottom: 0;
}
#left-content #title, #left-content #ingredient, #full-content #ingredient {
font-weight : bold;
}
#left-content #ingredient {
margin-top: 10px;
}
#right-content #feature_btn {
width : 100%;
padding : 10px;
margin-top : 50px;
font-size : 20px;
}
#right-content .panel {
margin-top : 40px;
}
#right-content .panel-heading {
font-size : 20px;
font-weight: bold;
}
#right-content img {
padding : 20px 0px;
}
.footer-nav {
float :none;
display : inline-block;
}
.footer-nav li {
list-style: none;
display : inline-block;
padding : 10px;
}
.footer-nav li a {
text-decoration: none;
color : #777;
}
.footer {
background-color: #f5f5f5;
height: 100px;
bottom: 0;
border-top : solid 1px #e7e7e7;
}
.footer > .container {
padding-right: 15px;
padding-left: 15px;
}
.tse-scrollable {
width : 100%;
height : 800px;
}
#back-btn {
background-image: url(../img/back.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
width : 40px;
height: 40px;
cursor : pointer;
}
#back-btn:hover {
background-image: url(../img/back_hover.png);
}
#caterogy-buttons a {
width : 100%;
margin-top : 10px;
}
.required {
color : red;
}
.text-secondary {
color : #868e96;
}
.image-container {
width: 200px;
height: 200px;
}
.image-container-details {
width : 250px;
height : 250px;
margin : auto;
}
.image-container > img, .image-container-details > img {
max-width: 100%;
max-height: 100%;
} | assets/css/style.css | body {
background-color: #f2f2f2
}
#logo {
height: 90px;
padding: 10px 10px 10px 0;
}
#logo > div {
height: 70px;
}
.navbar {
border-radius : 0px;
}
.navbar-default {
border-left : 0;
border-right : 0;
}
#content-body {
min-height : 900px;
}
#full-content {
line-height: 25px
}
#full-content img {
margin-top: 50px;
}
#left-content, #full-content {
height : 850px;
border : 1px solid #ccc;
padding : 20px 10px;
}
#form-content {
height : 700px;
border : 1px solid #ccc;
padding : 20px 10px;
}
#form-content #form-title {
padding-bottom : 20px ;
}
#left-content .action-btn a {
padding : 5px;
}
#left-content .action-btn a span {
color : gray;
}
#left-content .action-btn a span:hover {
color : #428bca
}
#left-content .panel {
margin-bottom : 10px;
}
#left-content .panel-body {
padding : 30px 0px;
}
#left-content .panel-body .right, #left-content .panel-body .left {
height : 200px;
}
#left-content .panel-body .right > div {
line-height: 25px;
}
#left-content #ingredient-text {
height: 90px;
overflow: hidden;
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
#left-content #read-more {
position: absolute;
bottom: 0;
}
#left-content #title, #left-content #ingredient, #full-content #ingredient {
font-weight : bold;
}
#left-content #ingredient {
margin-top: 10px;
}
#right-content #feature_btn {
width : 100%;
padding : 10px;
margin-top : 50px;
font-size : 20px;
}
#right-content .panel {
margin-top : 40px;
}
#right-content .panel-heading {
font-size : 20px;
font-weight: bold;
}
#right-content img {
padding : 20px 0px;
}
.footer-nav {
float :none;
display : inline-block;
}
.footer-nav li {
list-style: none;
display : inline-block;
padding : 10px;
}
.footer-nav li a {
text-decoration: none;
color : #777;
}
.footer {
background-color: #f5f5f5;
height: 100px;
bottom: 0;
border-top : solid 1px #e7e7e7;
}
.footer > .container {
padding-right: 15px;
padding-left: 15px;
}
.tse-scrollable {
width : 100%;
height : 800px;
}
#back-btn {
background-image: url(../img/back.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
width : 40px;
height: 40px;
cursor : pointer;
}
#back-btn:hover {
background-image: url(../img/back_hover.png);
}
#caterogy-buttons a {
width : 100%;
margin-top : 10px;
}
.required {
color : red;
}
.text-secondary {
color : #868e96;
}
.image-container {
width: 200px;
height: 200px;
}
.image-container-details {
width : 250px;
height : 250px;
margin : auto;
}
.image-container > img, .image-container-details > img {
max-width: 100%;
max-height: 100%;
} | 0.380644 | 0.199756 |
html {
font-family: 'Montserrat', sans-serif;
background-color: #F2F2F2;
}
* {
box-sizing: border-box;
}
.container {
margin: auto;
max-width: 960px;
position: relative;
}
.header{
position:relative;
height:90vh;
width: 100%;
color:#eee;
display: flex;
flex-direction: column;
justify-content: space-between;
background:#1B2030 url("assets/capa-madmax2.jpg");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-attachment:fixed;
}
.header:after{
content:"";
width:100%;
height:100%;
position:absolute;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.61) 0%, rgba(0, 0, 0, 0) 70%);
}
.header .header-menu .container {
display: flex;
justify-content: space-between;
padding: 20px;
z-index: 1;
}
.header .header-menu ul {
display: flex;
justify-content: center;
align-items: center;
list-style: none;
margin: 0px;
}
.header .header-menu ul a {
color: rgb(255, 255, 255);
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
font-size: 14px;
margin: 0px 20px;
padding: 20px 0px;
border-bottom: 1px solid rgba(228, 193, 51, 0);
transition: 0.2s;
}
.header .header-menu ul a:hover {
color: #e4bb23;
}
.header .header-menu .user {
display: flex;
justify-content: center;
align-items: center;
}
.header .header-menu .user img {
width: 50px;
border-radius: 50px;
margin: 0 10px;
}
.header .header-menu .user p {
font-size: 14px;
font-weight: bold;
}
.header .header-description {
padding-bottom: 5vh;
}
.header .header-description .container {
display: flex;
flex-direction: column;
padding: 20px;
z-index: 1;
}
.header .header-description h1 {
font-size: 60px;
text-transform: uppercase;
margin: 0;
padding: 0;
}
.header .header-description p {
font-size: 18px;
font-weight: lighter;
color: white;
margin: 0;
padding: 10px 0;
}
.header .header-description a {
font-size: 14px;
text-transform: uppercase;
text-decoration: none;
color: white;
padding-right: 10px;
}
.header .header-description .release-date {
color: #e4bb23;
}
.header .header-description a:last-child {
padding-right: 0;
}
.header .header-description a:hover {
color: #e4bb23;
}
.header .header-description button {
position: relative;
width: 200px;
height: 50px;
border: 0;
border-radius: 50px;
color: black;
text-align: center;
background-color: #e4bb23;
transition: 0.2s;
margin: 20px 0;
padding: 0;
}
.header .header-description button i {
font-size: 24px;
position: absolute;
right: 0;
top: 0;
padding: 12px;
}
.header .header-description button:hover {
background-color: #BC9A1D;
}
.catalog {
background-color: #F2F2F2;
padding-bottom: 40px;
}
.catalog-navbar {
border-bottom: 0.5px solid #DFDFDF;
margin-bottom: 40px;
}
.catalog-navbar ul {
display: flex;
justify-content: center;
align-items: center;
list-style: none;
margin: 0px;
}
.catalog-navbar ul a {
color: #e4bb23;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
font-size: 14px;
margin: 0px 20px;
padding: 20px 0px;
border-bottom: 1px solid rgba(228, 193, 51, 0);
transition: 0.2s;
}
.catalog-navbar ul a:hover {
border-bottom: 1px solid #E4C033;
}
.cards {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.card {
background-color: white;
width: 200px;
margin: 10px 0px;
border-radius: 10px;
box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
}
.card:hover img{
opacity: 0.5;
}
.card:hover .card-header .card-header-hover h3{
opacity: 1;
}
.card:hover .card-header .card-header-hover .fa-play{
opacity: 1;
}
/* ajustar o alinhamento do hover no card da na imagem*/
.card .card-header {
position: relative;
background-color: black;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
width: 100%;
height: 296px;
}
.card .card-header img {
width: 100%;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
transition: 0.2s;
}
.card .card-header .card-header-hover {
height: 100%;
width: 100%;
position: absolute;
text-align: center;
left: 0;
top: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.card .card-header .card-header-hover h3 {
opacity: 0;
font-size: 18px;
color: #e4bb23;
margin: 0;
padding-bottom: 20px;
transition: 0.2s;
}
.card .card-header .card-header-hover .fa-play {
opacity: 0;
font-size: 50px;
color: white;
padding-bottom: 20px;
transition: 0.2s;
}
.card .card-header .card-header-hover .fa-play:hover {
color: #e4bb23;
}
.card .card-body h3 {
padding: 0;
margin: 10px 10px;
font-size: 12px;
text-transform: uppercase;
}
.card .card-body p {
font-size: 12px;
font-weight: lighter;
color: #e4bb23;
padding: 0;
margin: 10px 10px;
}
.card .card-body p a {
text-decoration: none;
font-size: 12px;
font-weight: lighter;
color: #e4bb23;
}
.card .card-body p a:hover {
text-decoration: underline;
}
.card .card-footer {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0;
margin: 10px 10px;
}
.card .card-footer .fa-heart {
color: #BABABA;
margin: 0;
padding: 0;
}
.card .card-footer .fa-heart:hover {
color: #E74C3C;
}
.card .card-footer h3 {
margin: 0;
padding: 0;
font-size: 24px;
}
footer {
background-color: white;
width: 100%;
margin: auto;
}
.footer {
padding: 20px;
display: flex;
justify-content: space-between;
align-items: center;
}
.footer .social-icons i{
margin-left: 30px;
font-size: 26px;
color: #BABABA;
}
.footer .social-icons .fa-twitter:hover {
color: #55ACEE;
}
.footer .social-icons .fa-facebook-square:hover {
color: #3b5998;
}
.footer .social-icons .fa-instagram:hover {
color: #E95950;
} | module_1/style.css | html {
font-family: 'Montserrat', sans-serif;
background-color: #F2F2F2;
}
* {
box-sizing: border-box;
}
.container {
margin: auto;
max-width: 960px;
position: relative;
}
.header{
position:relative;
height:90vh;
width: 100%;
color:#eee;
display: flex;
flex-direction: column;
justify-content: space-between;
background:#1B2030 url("assets/capa-madmax2.jpg");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-attachment:fixed;
}
.header:after{
content:"";
width:100%;
height:100%;
position:absolute;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.61) 0%, rgba(0, 0, 0, 0) 70%);
}
.header .header-menu .container {
display: flex;
justify-content: space-between;
padding: 20px;
z-index: 1;
}
.header .header-menu ul {
display: flex;
justify-content: center;
align-items: center;
list-style: none;
margin: 0px;
}
.header .header-menu ul a {
color: rgb(255, 255, 255);
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
font-size: 14px;
margin: 0px 20px;
padding: 20px 0px;
border-bottom: 1px solid rgba(228, 193, 51, 0);
transition: 0.2s;
}
.header .header-menu ul a:hover {
color: #e4bb23;
}
.header .header-menu .user {
display: flex;
justify-content: center;
align-items: center;
}
.header .header-menu .user img {
width: 50px;
border-radius: 50px;
margin: 0 10px;
}
.header .header-menu .user p {
font-size: 14px;
font-weight: bold;
}
.header .header-description {
padding-bottom: 5vh;
}
.header .header-description .container {
display: flex;
flex-direction: column;
padding: 20px;
z-index: 1;
}
.header .header-description h1 {
font-size: 60px;
text-transform: uppercase;
margin: 0;
padding: 0;
}
.header .header-description p {
font-size: 18px;
font-weight: lighter;
color: white;
margin: 0;
padding: 10px 0;
}
.header .header-description a {
font-size: 14px;
text-transform: uppercase;
text-decoration: none;
color: white;
padding-right: 10px;
}
.header .header-description .release-date {
color: #e4bb23;
}
.header .header-description a:last-child {
padding-right: 0;
}
.header .header-description a:hover {
color: #e4bb23;
}
.header .header-description button {
position: relative;
width: 200px;
height: 50px;
border: 0;
border-radius: 50px;
color: black;
text-align: center;
background-color: #e4bb23;
transition: 0.2s;
margin: 20px 0;
padding: 0;
}
.header .header-description button i {
font-size: 24px;
position: absolute;
right: 0;
top: 0;
padding: 12px;
}
.header .header-description button:hover {
background-color: #BC9A1D;
}
.catalog {
background-color: #F2F2F2;
padding-bottom: 40px;
}
.catalog-navbar {
border-bottom: 0.5px solid #DFDFDF;
margin-bottom: 40px;
}
.catalog-navbar ul {
display: flex;
justify-content: center;
align-items: center;
list-style: none;
margin: 0px;
}
.catalog-navbar ul a {
color: #e4bb23;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
font-size: 14px;
margin: 0px 20px;
padding: 20px 0px;
border-bottom: 1px solid rgba(228, 193, 51, 0);
transition: 0.2s;
}
.catalog-navbar ul a:hover {
border-bottom: 1px solid #E4C033;
}
.cards {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.card {
background-color: white;
width: 200px;
margin: 10px 0px;
border-radius: 10px;
box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
}
.card:hover img{
opacity: 0.5;
}
.card:hover .card-header .card-header-hover h3{
opacity: 1;
}
.card:hover .card-header .card-header-hover .fa-play{
opacity: 1;
}
/* ajustar o alinhamento do hover no card da na imagem*/
.card .card-header {
position: relative;
background-color: black;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
width: 100%;
height: 296px;
}
.card .card-header img {
width: 100%;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
transition: 0.2s;
}
.card .card-header .card-header-hover {
height: 100%;
width: 100%;
position: absolute;
text-align: center;
left: 0;
top: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.card .card-header .card-header-hover h3 {
opacity: 0;
font-size: 18px;
color: #e4bb23;
margin: 0;
padding-bottom: 20px;
transition: 0.2s;
}
.card .card-header .card-header-hover .fa-play {
opacity: 0;
font-size: 50px;
color: white;
padding-bottom: 20px;
transition: 0.2s;
}
.card .card-header .card-header-hover .fa-play:hover {
color: #e4bb23;
}
.card .card-body h3 {
padding: 0;
margin: 10px 10px;
font-size: 12px;
text-transform: uppercase;
}
.card .card-body p {
font-size: 12px;
font-weight: lighter;
color: #e4bb23;
padding: 0;
margin: 10px 10px;
}
.card .card-body p a {
text-decoration: none;
font-size: 12px;
font-weight: lighter;
color: #e4bb23;
}
.card .card-body p a:hover {
text-decoration: underline;
}
.card .card-footer {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0;
margin: 10px 10px;
}
.card .card-footer .fa-heart {
color: #BABABA;
margin: 0;
padding: 0;
}
.card .card-footer .fa-heart:hover {
color: #E74C3C;
}
.card .card-footer h3 {
margin: 0;
padding: 0;
font-size: 24px;
}
footer {
background-color: white;
width: 100%;
margin: auto;
}
.footer {
padding: 20px;
display: flex;
justify-content: space-between;
align-items: center;
}
.footer .social-icons i{
margin-left: 30px;
font-size: 26px;
color: #BABABA;
}
.footer .social-icons .fa-twitter:hover {
color: #55ACEE;
}
.footer .social-icons .fa-facebook-square:hover {
color: #3b5998;
}
.footer .social-icons .fa-instagram:hover {
color: #E95950;
} | 0.416559 | 0.072308 |
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
@font-face {
font-family: "HK Grotesk";
font-display: swap;
font-weight: 400;
src: url("../public/fonts/HKGrotesk-Regular.woff2") format("woff2");
src: url("../public/fonts/HKGrotesk-Regular.woff") format("woff");
}
@font-face {
font-family: "HK Grotesk";
font-display: swap;
font-weight: 400;
font-style: italic;
src: url("../public/fonts/HKGrotesk-Italic.woff2") format("woff2");
src: url("../public/fonts/HKGrotesk-Italic.woff") format("woff");
}
@font-face {
font-family: "HK Grotesk";
font-display: swap;
font-weight: 800;
src: url("../public/fonts/HKGrotesk-ExtraBold.woff2") format("woff2");
src: url("../public/fonts/HKGrotesk-ExtraBold.woff") format("woff");
}
@font-face {
font-family: "HK Grotesk";
font-display: swap;
font-weight: 800;
font-style: italic;
src: url("../public/fonts/HKGrotesk-ExtraBoldItalic.woff2") format("woff2");
src: url("../public/fonts/HKGrotesk-ExtraBoldItalic.woff") format("woff");
}
@font-face {
font-family: "JetBrains Mono";
font-display: swap;
font-weight: 400;
src: url("../public/fonts/JetBrainsMono-Regular.woff2") format("woff2");
src: url("../public/fonts/JetBrainsMono-Regular.woff") format("woff");
}
@font-face {
font-family: "JetBrains Mono";
font-display: swap;
font-weight: 500;
src: url("../public/fonts/JetBrainsMono-Medium.woff2") format("woff2");
src: url("../public/fonts/JetBrainsMono-Medium.woff") format("woff");
}
@font-face {
font-family: "JetBrains Mono";
font-style: italic;
font-display: swap;
font-weight: 700;
src: url("../public/fonts/JetBrainsMono-BoldItalic.woff2") format("woff2");
src: url("../public/fonts/JetBrainsMono-BoldItalic.woff") format("woff");
}
html {
scroll-behavior: smooth;
scroll-padding-top: 25vh;
}
a {
@apply p-0.5 font-extrabold underline transition-colors rounded-sm hover:bg-white hover:text-black underline-offset-4 decoration-dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
@apply font-extrabold;
}
* {
@apply duration-200;
}
}
@layer utilities {
.vertical-text {
writing-mode: vertical-lr;
}
} | styles/globals.css | @tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
@font-face {
font-family: "HK Grotesk";
font-display: swap;
font-weight: 400;
src: url("../public/fonts/HKGrotesk-Regular.woff2") format("woff2");
src: url("../public/fonts/HKGrotesk-Regular.woff") format("woff");
}
@font-face {
font-family: "HK Grotesk";
font-display: swap;
font-weight: 400;
font-style: italic;
src: url("../public/fonts/HKGrotesk-Italic.woff2") format("woff2");
src: url("../public/fonts/HKGrotesk-Italic.woff") format("woff");
}
@font-face {
font-family: "HK Grotesk";
font-display: swap;
font-weight: 800;
src: url("../public/fonts/HKGrotesk-ExtraBold.woff2") format("woff2");
src: url("../public/fonts/HKGrotesk-ExtraBold.woff") format("woff");
}
@font-face {
font-family: "HK Grotesk";
font-display: swap;
font-weight: 800;
font-style: italic;
src: url("../public/fonts/HKGrotesk-ExtraBoldItalic.woff2") format("woff2");
src: url("../public/fonts/HKGrotesk-ExtraBoldItalic.woff") format("woff");
}
@font-face {
font-family: "JetBrains Mono";
font-display: swap;
font-weight: 400;
src: url("../public/fonts/JetBrainsMono-Regular.woff2") format("woff2");
src: url("../public/fonts/JetBrainsMono-Regular.woff") format("woff");
}
@font-face {
font-family: "JetBrains Mono";
font-display: swap;
font-weight: 500;
src: url("../public/fonts/JetBrainsMono-Medium.woff2") format("woff2");
src: url("../public/fonts/JetBrainsMono-Medium.woff") format("woff");
}
@font-face {
font-family: "JetBrains Mono";
font-style: italic;
font-display: swap;
font-weight: 700;
src: url("../public/fonts/JetBrainsMono-BoldItalic.woff2") format("woff2");
src: url("../public/fonts/JetBrainsMono-BoldItalic.woff") format("woff");
}
html {
scroll-behavior: smooth;
scroll-padding-top: 25vh;
}
a {
@apply p-0.5 font-extrabold underline transition-colors rounded-sm hover:bg-white hover:text-black underline-offset-4 decoration-dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
@apply font-extrabold;
}
* {
@apply duration-200;
}
}
@layer utilities {
.vertical-text {
writing-mode: vertical-lr;
}
} | 0.484868 | 0.05445 |
body{
background-color: white!important;
font-family: 'Titillium Web', sans-serif;
}
.login{
display: flex;
justify-content: center;
margin-top: 4%;
width: 108%;
}
.l-image{
width: 650px;
height: 680px;
}
.l-form{
width: 25%;
margin-left: 3%;
margin-top: 6%;
}
.l-footer{
display: flex;
justify-content: center;
}
.navbar{
background-color: white;
}
.instaicon{
display: inline-block;
background-image: url(../images/icons2.png);
}
.instaglyph{
display: inline-block;
background-image: url(../images/icon.png);
margin: 8px;
}
.image{
background-position: -98px -150px;
height: 51px;
width: 175px;
}
.moha{
background-position: -458px -250px;
width: 24px;
height: 24px;
}
.upendo{
background-position: -458px -328px;
height: 24px;
width: 24px;
margin-left: 30px;
}
.msee{
background-position: -157px -357px;
height: 24px;
width: 24px;
margin-left: 30px;
}
.logo{
background-position: -98px -203px;
height: 35px;
width: 176px;
}
.mainicon{
background-position: -401px -388px;
height: 30px;
width: 30px;
margin-right: 146px;
}
.info{
position: relative;
top: 50%;
transform: perspective(1px) translateY(-50%);
}
.tab-pane{
width: 100%;
padding: 0;
margin: 0;
}
.kim{
background-position: -392px -357px;
height: 19px;
width: 19px;
}
.infotext{
font-weight: bold;
font-size: 14pt;
padding-right: 7px;
}
.wazo{
background-position: -350px -357px;
height: 19px;
width: 19px;
}
.loved{
background-position: -46px -138px!important;
}
.love{
background-position: -72px -138px;
height: 24px;
width: 24px;
}
.saved{
background-position: -104px -184px!important;
}
.save{
background-position: -182px -184px;
height: 24px;
width: 24px;
}
.comment{
background-position: -184px -52px;
height: 24px;
width: 24px;
}
.card-body{
padding-bottom: 0!important;
}
.likeheart{
background-position: -300px 0;
height: 81px;
width: 92px;
margin-left: -46px;
margin-top: -40.5px;
position: absolute;
left: 50%;
top: 50%;
display: none;
}
#stories{
position: fixed;
left: 64%;
}
.card-body{
padding-bottom: 0!important;
}
.saved{
background-position: -104px -184px!important;
}
.save{
background-position: -182px -184px;
height: 24px;
width: 24px;
}
.comment{
background-position: -184px -52px;
height: 24px;
width: 24px;
}
.userbody{
padding: 60px 20px 0;
}
@media only screen and (max-width: 576px){
.post{
padding-bottom: calc(50% - 16px);
}
#userdetails{
text-align: center;
}
}
.userimage{
margin: auto;
display: block;
}
.edittext{
padding: 0 16px;
font-weight: 600;
font-size: 14px;
}
.editbtn{
font-size: 12px;
border: solid 1px #dbdbdb;
border-radius: 4px;
padding: 5px 9px;
cursor: pointer;
background-color: inherit;
margin-left: 20px;
margin-top: 2px;
vertical-align: middle;
}
.settings{
background-position: -210px -52px;
vertical-align: middle;
height: 24px;
width: 24px;
cursor: pointer;
}
.inf{
margin-right: 20px;
}
#my>.nav-item{
cursor: pointer;
margin-right: 20px;
}
#my>.nav-item>a{
color: #262626!important;
}
#my>.nav-item>.active{
border-top: solid 1px #363636;
color: black!important;
}
.post{
display: inline-block;
margin: 0;
height: auto;
background-position: center;
background-size: cover;
border: solid 8px #fafafa;
}
.modaloption{
cursor: pointer;
width: 100%;
background-color: #fafafa;
border: none;
line-height: 48px;
border-bottom: solid 1px #ddd;
display: block;
text-align: center;
}
.modalhold{
margin-top: 50%;
border: solid #fafafa!important;
border-radius: 12px!important;
}
.modalcontain{
padding: 12px;
margin: -12px;
}
.searchresults{
background-color: white;
margin: -7px;
border: solid 8px #eaeaea;
border-radius: 10px;
z-index: 9;
}
.searchresult{
border-bottom:solid 1px #efefef;
border-top:solid 1px #efefef;
padding: 8px 14px;
}
.searchresult:hover{
background: #fafafa;
} | clone/static/css/index.css | body{
background-color: white!important;
font-family: 'Titillium Web', sans-serif;
}
.login{
display: flex;
justify-content: center;
margin-top: 4%;
width: 108%;
}
.l-image{
width: 650px;
height: 680px;
}
.l-form{
width: 25%;
margin-left: 3%;
margin-top: 6%;
}
.l-footer{
display: flex;
justify-content: center;
}
.navbar{
background-color: white;
}
.instaicon{
display: inline-block;
background-image: url(../images/icons2.png);
}
.instaglyph{
display: inline-block;
background-image: url(../images/icon.png);
margin: 8px;
}
.image{
background-position: -98px -150px;
height: 51px;
width: 175px;
}
.moha{
background-position: -458px -250px;
width: 24px;
height: 24px;
}
.upendo{
background-position: -458px -328px;
height: 24px;
width: 24px;
margin-left: 30px;
}
.msee{
background-position: -157px -357px;
height: 24px;
width: 24px;
margin-left: 30px;
}
.logo{
background-position: -98px -203px;
height: 35px;
width: 176px;
}
.mainicon{
background-position: -401px -388px;
height: 30px;
width: 30px;
margin-right: 146px;
}
.info{
position: relative;
top: 50%;
transform: perspective(1px) translateY(-50%);
}
.tab-pane{
width: 100%;
padding: 0;
margin: 0;
}
.kim{
background-position: -392px -357px;
height: 19px;
width: 19px;
}
.infotext{
font-weight: bold;
font-size: 14pt;
padding-right: 7px;
}
.wazo{
background-position: -350px -357px;
height: 19px;
width: 19px;
}
.loved{
background-position: -46px -138px!important;
}
.love{
background-position: -72px -138px;
height: 24px;
width: 24px;
}
.saved{
background-position: -104px -184px!important;
}
.save{
background-position: -182px -184px;
height: 24px;
width: 24px;
}
.comment{
background-position: -184px -52px;
height: 24px;
width: 24px;
}
.card-body{
padding-bottom: 0!important;
}
.likeheart{
background-position: -300px 0;
height: 81px;
width: 92px;
margin-left: -46px;
margin-top: -40.5px;
position: absolute;
left: 50%;
top: 50%;
display: none;
}
#stories{
position: fixed;
left: 64%;
}
.card-body{
padding-bottom: 0!important;
}
.saved{
background-position: -104px -184px!important;
}
.save{
background-position: -182px -184px;
height: 24px;
width: 24px;
}
.comment{
background-position: -184px -52px;
height: 24px;
width: 24px;
}
.userbody{
padding: 60px 20px 0;
}
@media only screen and (max-width: 576px){
.post{
padding-bottom: calc(50% - 16px);
}
#userdetails{
text-align: center;
}
}
.userimage{
margin: auto;
display: block;
}
.edittext{
padding: 0 16px;
font-weight: 600;
font-size: 14px;
}
.editbtn{
font-size: 12px;
border: solid 1px #dbdbdb;
border-radius: 4px;
padding: 5px 9px;
cursor: pointer;
background-color: inherit;
margin-left: 20px;
margin-top: 2px;
vertical-align: middle;
}
.settings{
background-position: -210px -52px;
vertical-align: middle;
height: 24px;
width: 24px;
cursor: pointer;
}
.inf{
margin-right: 20px;
}
#my>.nav-item{
cursor: pointer;
margin-right: 20px;
}
#my>.nav-item>a{
color: #262626!important;
}
#my>.nav-item>.active{
border-top: solid 1px #363636;
color: black!important;
}
.post{
display: inline-block;
margin: 0;
height: auto;
background-position: center;
background-size: cover;
border: solid 8px #fafafa;
}
.modaloption{
cursor: pointer;
width: 100%;
background-color: #fafafa;
border: none;
line-height: 48px;
border-bottom: solid 1px #ddd;
display: block;
text-align: center;
}
.modalhold{
margin-top: 50%;
border: solid #fafafa!important;
border-radius: 12px!important;
}
.modalcontain{
padding: 12px;
margin: -12px;
}
.searchresults{
background-color: white;
margin: -7px;
border: solid 8px #eaeaea;
border-radius: 10px;
z-index: 9;
}
.searchresult{
border-bottom:solid 1px #efefef;
border-top:solid 1px #efefef;
padding: 8px 14px;
}
.searchresult:hover{
background: #fafafa;
} | 0.353986 | 0.063048 |
body{
font-family: 'Carme', sans-serif;
margin: 0;
}
.body_div{
padding-left: 30px;
padding-right: 30px;
}
h3{
color:red;
}
.navbar-brand{
background-color: red;
color: white !important; /*this is bad practice. I will delete this*/
}
.hidden{
background-color: blue;
display: none;
}
.comment_details{
font-style: italic;
color: gray;
}
.signup{
text-align:center;
margin-top:10%;
}
.newproject{
margin-left: 10%;
}
.newproject div{
margin-top: 2%;
margin-left: -10%;
text-align: center;
}
.addsubmit{
margin-left: 35% !important;
}
.login{
text-align: center;
margin-top: 15%;
}
.header{
background-color: #E5E4E2;
}
.brand{
display: inline-block;
/*background-color: #1589FF; */
background-color: #F75D59;
color:white;
font-size: 22px;
width: 75px;
margin:auto;
text-align: center;
padding-top: 25px;
padding-bottom: 25px;
}
.navbar{
display: inline-block;
float: right;
}
.navbar_p{
padding-top: 30px;
display: inline-flex;
padding-right: 30px;
}
.navbar_p a{
text-decoration: none;
color:black;
}
td{
border:solid;
}
table{
}
.list_item{
border:solid #C0C0C0 1px;
padding:10px;
width:80%;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
}
.proj_body{
border:solid #C0C0C0 1px;
padding:10px;
width:80%;
margin-left: auto;
margin-right: auto;
}
.left_right_container{
display:inline-flex;
width:100%;
}
.proj_body_left{
width:49%;
}
.proj_body_right{
width:49%;
}
.comment{
border:solid #C0C0C0 1px;
/*padding-top: 5px;*/
padding-bottom: 25px;
padding-left:10px;
padding-right:10px;
width:80%;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
}
a{
text-decoration:none;
}
.table{
width:100%;
}
td{
border: none;
}
td:nth-child(1){
width:27%;
}
td:nth-child(2){
width:10%;
}
td:nth-child(3){
width:32%;
}
td:nth-child(4){
width:12%;
}
td:nth-child(5){
width:19%;
}
.add{
border:solid #C0C0C0 1px;
padding:10px;
width:84px;
/*float:right;*/
height: 22px;
margin-top: 19px;
margin-left: 28px;
}
.align_add{
display:inline-flex;
}
.btn{
background-color: #F75D59;
width:20%;
color:white;
}
.comment_text{
padding:10px;
width:100%;
/*height:92px;
font-size: 12pt;
font-family: 'Carme', sans-serif;*/
}
#item-form{
width:100%;
}
.add_comment_container{
margin-left: 9%;
width:82%;
}
input{
font-size: 15px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
width: 30%;
padding: 15px;
/*border-top-style: none;
border-right-style: none;
border-left-style: none;*/
} | app/css/main.css | body{
font-family: 'Carme', sans-serif;
margin: 0;
}
.body_div{
padding-left: 30px;
padding-right: 30px;
}
h3{
color:red;
}
.navbar-brand{
background-color: red;
color: white !important; /*this is bad practice. I will delete this*/
}
.hidden{
background-color: blue;
display: none;
}
.comment_details{
font-style: italic;
color: gray;
}
.signup{
text-align:center;
margin-top:10%;
}
.newproject{
margin-left: 10%;
}
.newproject div{
margin-top: 2%;
margin-left: -10%;
text-align: center;
}
.addsubmit{
margin-left: 35% !important;
}
.login{
text-align: center;
margin-top: 15%;
}
.header{
background-color: #E5E4E2;
}
.brand{
display: inline-block;
/*background-color: #1589FF; */
background-color: #F75D59;
color:white;
font-size: 22px;
width: 75px;
margin:auto;
text-align: center;
padding-top: 25px;
padding-bottom: 25px;
}
.navbar{
display: inline-block;
float: right;
}
.navbar_p{
padding-top: 30px;
display: inline-flex;
padding-right: 30px;
}
.navbar_p a{
text-decoration: none;
color:black;
}
td{
border:solid;
}
table{
}
.list_item{
border:solid #C0C0C0 1px;
padding:10px;
width:80%;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
}
.proj_body{
border:solid #C0C0C0 1px;
padding:10px;
width:80%;
margin-left: auto;
margin-right: auto;
}
.left_right_container{
display:inline-flex;
width:100%;
}
.proj_body_left{
width:49%;
}
.proj_body_right{
width:49%;
}
.comment{
border:solid #C0C0C0 1px;
/*padding-top: 5px;*/
padding-bottom: 25px;
padding-left:10px;
padding-right:10px;
width:80%;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
}
a{
text-decoration:none;
}
.table{
width:100%;
}
td{
border: none;
}
td:nth-child(1){
width:27%;
}
td:nth-child(2){
width:10%;
}
td:nth-child(3){
width:32%;
}
td:nth-child(4){
width:12%;
}
td:nth-child(5){
width:19%;
}
.add{
border:solid #C0C0C0 1px;
padding:10px;
width:84px;
/*float:right;*/
height: 22px;
margin-top: 19px;
margin-left: 28px;
}
.align_add{
display:inline-flex;
}
.btn{
background-color: #F75D59;
width:20%;
color:white;
}
.comment_text{
padding:10px;
width:100%;
/*height:92px;
font-size: 12pt;
font-family: 'Carme', sans-serif;*/
}
#item-form{
width:100%;
}
.add_comment_container{
margin-left: 9%;
width:82%;
}
input{
font-size: 15px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
width: 30%;
padding: 15px;
/*border-top-style: none;
border-right-style: none;
border-left-style: none;*/
} | 0.276397 | 0.060225 |
.post-feild {
display: grid;
grid-template-columns: auto auto;
justify-content: space-evenly;
}
.post {
/* height: 600px; */
/* width: 600px; */
/* box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2); */
/* border: 1px solid black; */
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
padding: 15px;
border-radius: 10px;
margin-top: 30px;
}
.post-head {
display: flex;
justify-content: space-between;
align-items: center;
}
.post-head img {
height: 40px;
width: 40px;
border-radius: 50%;
}
.post-head>div {
display: flex;
align-items: center;
}
.post-name {
margin-left: 15px;
}
.post-name h2 {
font-size: 16px;
}
.post-name p {
font-size: 12px;
}
.post-img img {
height: 25vw;
width: 39.5vw;
margin-top: 20px;
}
.post-likes {
margin-top: 10px;
display: flex;
justify-content: space-between;
align-items: center;
}
.post-likes #join {
margin-top: 12px;
height: 35px;
width: 150px;
border: 2px solid green;
border-radius: 4px;
font-size: 20px;
color: green;
font-weight: 500;
background-color: white;
cursor: pointer;
}
.post-likes #join:hover {
background-color: green;
color: white;
}
/* like */
.like-button {
display: inline-block;
position: relative;
font-size: 16px;
cursor: pointer;
margin-left: 20px;
border: 1px solid black;
}
.like-button::before {
font-size: 3em;
color: grey;
content: "♥";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.like-button::after {
font-size: 3em;
color: #ff3252;
content: "♥";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) scale(0);
transition: transform 0.2s;
}
.like-button.liked::after {
transform: translate(-50%, -50%) scale(1.1);
}
@media (max-width:800px) {
.post-feild {
grid-template-columns: auto;
}
.post-img img {
height: 50vw;
width: 70vw;
}
.post-likes #join {
width: 100px;
font-size: 16px;
height: 30px;
}
.like-button {
font-size: 12px;
}
.post-likes img {
height: 24px;
}
}
@media (max-width:550px) {
.like-button {
font-size: 2vw;
}
}
@media (max-width:400px) {
.post-img img {
width: 280px;
}
} | public/css/welcome/post.css | .post-feild {
display: grid;
grid-template-columns: auto auto;
justify-content: space-evenly;
}
.post {
/* height: 600px; */
/* width: 600px; */
/* box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2); */
/* border: 1px solid black; */
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
padding: 15px;
border-radius: 10px;
margin-top: 30px;
}
.post-head {
display: flex;
justify-content: space-between;
align-items: center;
}
.post-head img {
height: 40px;
width: 40px;
border-radius: 50%;
}
.post-head>div {
display: flex;
align-items: center;
}
.post-name {
margin-left: 15px;
}
.post-name h2 {
font-size: 16px;
}
.post-name p {
font-size: 12px;
}
.post-img img {
height: 25vw;
width: 39.5vw;
margin-top: 20px;
}
.post-likes {
margin-top: 10px;
display: flex;
justify-content: space-between;
align-items: center;
}
.post-likes #join {
margin-top: 12px;
height: 35px;
width: 150px;
border: 2px solid green;
border-radius: 4px;
font-size: 20px;
color: green;
font-weight: 500;
background-color: white;
cursor: pointer;
}
.post-likes #join:hover {
background-color: green;
color: white;
}
/* like */
.like-button {
display: inline-block;
position: relative;
font-size: 16px;
cursor: pointer;
margin-left: 20px;
border: 1px solid black;
}
.like-button::before {
font-size: 3em;
color: grey;
content: "♥";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.like-button::after {
font-size: 3em;
color: #ff3252;
content: "♥";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) scale(0);
transition: transform 0.2s;
}
.like-button.liked::after {
transform: translate(-50%, -50%) scale(1.1);
}
@media (max-width:800px) {
.post-feild {
grid-template-columns: auto;
}
.post-img img {
height: 50vw;
width: 70vw;
}
.post-likes #join {
width: 100px;
font-size: 16px;
height: 30px;
}
.like-button {
font-size: 12px;
}
.post-likes img {
height: 24px;
}
}
@media (max-width:550px) {
.like-button {
font-size: 2vw;
}
}
@media (max-width:400px) {
.post-img img {
width: 280px;
}
} | 0.523908 | 0.13109 |
@keyframes roll {
0% {
transform: rotate(0); }
100% {
transform: rotate(360deg); } }
.JSNews {
/*BOOTSTRAP RE-STYLING*/
/*BOOTSTRAP RE-STYLING */ }
.JSNews * {
-webkit-box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
-o-box-sizing: border-box !important;
box-sizing: border-box !important; }
.JSNews .link-dev {
float: right;
font-size: 12px;
color: #fff;
margin-top: 6px; }
.JSNews .dnnForm {
/*RADIO BUTTONS GROUP*/ }
.JSNews .dnnForm fieldset {
border: none;
margin: 0;
padding: 0;
margin-bottom: 10px;
float: left;
clear: both;
width: 100%; }
.JSNews .dnnForm .fieldset {
float: left;
padding: 15px 0;
margin: 0;
width: 100%; }
.JSNews .dnnForm .fieldset:nth-child(even) {
background: rgba(59, 30, 119, 0.05); }
.JSNews .dnnForm .form-control {
width: 45%;
height: 35px;
line-height: normal;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none; }
.JSNews .dnnForm .form-control.teaser-txt {
height: 70px; }
.JSNews .dnnForm .form-control.body-txt {
height: 150px; }
.JSNews .dnnForm .btn-group.form-control {
width: 50%;
max-width: 450px; }
.JSNews .dnnForm h1, .JSNews .dnnForm h2, .JSNews .dnnForm h3, .JSNews .dnnForm h4, .JSNews .dnnForm h5, .JSNews .dnnForm h6 {
color: #3b1e77; }
.JSNews .dnnForm h3 {
font-size: 1.571em; }
.JSNews .dnnForm h4 {
font-size: 1.286em; }
.JSNews .dnnForm .dnnFormSectionHead {
border-bottom: none;
position: relative; }
.JSNews .dnnForm .dnnFormSectionHead span {
font-size: inherit;
color: #fff; }
.JSNews .dnnForm .dnnFormSectionHead .dnnFormMessage {
margin: 0 0 30px;
padding: 15px;
background-size: 30px;
font-weight: normal;
line-height: normal;
border: none;
max-width: 100%;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.JSNews .dnnForm .dnnFormSectionHead .dnnFormMessage.dnnFormTitle {
color: #fff;
background-color: rgba(59, 30, 119, 0.8); }
.JSNews .dnnForm .dnnFormSectionHead .dnnFormMessage.dnnFormTitle.dnnFormIcon {
padding: 15px 15px 15px 55px;
background-image: url(Images/Icons/h-icon.png);
background-repeat: no-repeat;
background-position: 15px center; }
.JSNews .dnnForm .dnnFormSectionHead .dnnFormMessage.dnnFormInfo {
color: #fff;
background: rgba(59, 30, 119, 0.5);
/*display: $none;*/ }
.JSNews .dnnForm .dnnFormSectionHead .JSNewsMenu {
display: inline-block;
margin: 0; }
.JSNews .dnnForm .dnnFormSectionHead .JSNewsMenu .dnnFormTitle {
float: left;
background-color: rgba(59, 30, 119, 0.7); }
.JSNews .dnnForm .dnnFormSectionHead .JSNewsMenu .dnnFormTitle.error {
background-color: #d9534f; }
.JSNews .dnnForm .dnnFormSectionHead .JSNewsMenu .dnnFormTitle.success {
background-color: #27ae60; }
.JSNews .dnnForm .dnnFormSectionHead .JSNewsMenu .dnnFormMessage {
padding: 0 15px;
min-width: 45px;
width: 100%;
height: 45px;
line-height: 45px;
font-size: 1.286em; }
.JSNews .dnnForm .dnnFormSectionHead .JSNewsMenu .dnnFormMessage.no-controls {
width: 100%; }
.JSNews .dnnForm .dnnFormSectionHead .JSNewsMenu .dnnFormMessage.one-control {
width: calc(100% - 45px); }
.JSNews .dnnForm .dnnFormSectionHead .JSNewsMenu .dnnFormMessage.two-controls {
width: calc(100% - 90px); }
.JSNews .dnnForm .dnnFormSectionHead .JSNewsMenu .dnnFormMessage.three-controls {
width: calc(100% - 135px); }
.JSNews .dnnForm .dnnFormSectionHead .JSNewsMenu .dnnFormMessage.four-controls {
width: calc(100% - 180px); }
.JSNews .dnnForm .dnnFormSectionHead .JSNewsMenu a.btn {
float: left;
padding: 0;
margin: 0;
min-width: 45px;
height: 45px;
line-height: 45px;
font-size: 1.286em;
text-align: center; }
.JSNews .dnnForm .dnnFormSectionHead .JSNewsMenu a.btn.error {
background-color: #d9534f; }
.JSNews .dnnForm .dnnFormSectionHead .JSNewsMenu a.btn.error:hover {
background-color: rgba(217, 83, 79, 0.8); }
.JSNews .dnnForm .dnnFormSectionHead .JSNewsMenu a.btn.success {
background-color: #27ae60; }
.JSNews .dnnForm .dnnFormSectionHead .JSNewsMenu a.btn.success:hover {
background-color: rgba(39, 174, 96, 0.8); }
.JSNews .dnnForm .dnnFormSectionHead .no-spacing {
margin: 0; }
.JSNews .dnnForm .dnnFormSectionHead.fixed {
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
position: fixed;
width: 100%;
z-index: 99; }
.JSNews .dnnForm input[type=checkbox],
.JSNews .dnnForm input[type=radio] {
visibility: hidden;
display: none; }
.JSNews .dnnForm .dnnCheckbox img {
display: inline-block;
width: 20px;
height: 18px;
min-width: 20px;
vertical-align: middle; }
.JSNews .dnnForm .dnnCheckbox img {
background: transparent url(Images/Icons/checkbox.png) no-repeat; }
.JSNews .dnnForm .dnnCheckbox img {
background-position: 0px 0px; }
.JSNews .dnnForm .dnnCheckbox-checked img {
background-position: -50px 0px; }
.JSNews .dnnForm .dnnCheckbox-disabled img {
opacity: .5; }
.JSNews .dnnForm .dnnRadiobutton img {
width: 20px;
height: 18px;
min-width: 20px;
vertical-align: middle; }
.JSNews .dnnForm .dnnRadiobutton img {
/*background: transparent url(radiobutton.png) no-repeat;*/
background: transparent url(Images/Icons/radiobutton.png) no-repeat; }
.JSNews .dnnForm .dnnRadiobutton img {
background-position: 0px 0px; }
.JSNews .dnnForm .dnnRadiobutton-checked img {
background-position: -50px 0px; }
.JSNews .dnnForm .dnnRadiobutton-disabled img {
opacity: .5; }
.JSNews .dnnForm .dnnFormItem {
margin-top: 15px;
float: left; }
.JSNews .dnnForm .dnnFormItem:first-child {
margin-top: 0; }
.JSNews .dnnForm .dnnFormItem select > option {
color: #3b1e77; }
.JSNews .dnnForm .dnnFormItem label span,
.JSNews .dnnForm .dnnFormItem .dnnBoxLabel {
color: rgba(59, 30, 119, 0.7);
font-weight: bold; }
.JSNews .dnnForm .dnnFormItem > .dnnLabel,
.JSNews .dnnForm .dnnFormItem .dnnLabel {
margin-top: 5px; }
.JSNews .dnnForm .dnnFormItem > .dnnLabel + span,
.JSNews .dnnForm .dnnFormItem .dnnLabel + span {
margin-top: 0;
margin-bottom: 0; }
.JSNews .dnnForm .dnnFormItem .btn {
line-height: normal;
border: none;
padding: 10px 15px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out; }
.JSNews .dnnForm .dnnFormItem .btn.btn-primary {
background-color: rgba(59, 30, 119, 0.7); }
.JSNews .dnnForm .dnnFormItem .btn.btn-primary:hover, .JSNews .dnnForm .dnnFormItem .btn.btn-primary:focus, .JSNews .dnnForm .dnnFormItem .btn.btn-primary:active {
background-color: rgba(59, 30, 119, 0.8);
outline: none !important; }
.JSNews .dnnForm .dnnFormItem .btn.btn-default {
color: rgba(59, 30, 119, 0.7); }
.JSNews .dnnForm .dnnFormItem .btn.btn-default:hover, .JSNews .dnnForm .dnnFormItem .btn.btn-default:focus, .JSNews .dnnForm .dnnFormItem .btn.btn-default:active {
color: #fff;
background-color: rgba(59, 30, 119, 0.7);
outline: none !important; }
.JSNews .dnnForm .dnnFormItem .btn:hover {
border: none; }
.JSNews .dnnForm .dnnFormItem .btn:active {
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none; }
.JSNews .dnnForm .dnnFormItem.controls {
margin: 0;
padding: 10px 0 0 0;
border-top: 1px solid rgba(59, 30, 119, 0.25); }
.JSNews .dnnForm .dnnFormItem.popup {
position: fixed;
top: 0;
left: 0;
margin: 0;
text-align: center;
background: rgba(255, 255, 255, 0.7);
width: 100%;
height: 100%;
z-index: 9998; }
.JSNews .dnnForm .dnnFormItem.popup.confirm-box .popup-wrapper {
top: calc((100% - 315px)/2); }
.JSNews .dnnForm .dnnFormItem.popup.auto-close-box .popup-wrapper {
top: calc((100% - 274px)/2); }
.JSNews .dnnForm .dnnFormItem.popup.overlay .popup-wrapper {
top: 40px;
position: relative; }
.JSNews .dnnForm .dnnFormItem.popup.overlay .popup-wrapper .popup-icon {
color: rgba(59, 30, 119, 0.7); }
.JSNews .dnnForm .dnnFormItem.popup.overlay .popup-wrapper h1, .JSNews .dnnForm .dnnFormItem.popup.overlay .popup-wrapper h2, .JSNews .dnnForm .dnnFormItem.popup.overlay .popup-wrapper h3, .JSNews .dnnForm .dnnFormItem.popup.overlay .popup-wrapper h4, .JSNews .dnnForm .dnnFormItem.popup.overlay .popup-wrapper h5, .JSNews .dnnForm .dnnFormItem.popup.overlay .popup-wrapper h6 {
color: rgba(59, 30, 119, 0.7); }
.JSNews .dnnForm .dnnFormItem.popup.overlay .popup-wrapper input[type=text] {
height: 100px; }
.JSNews .dnnForm .dnnFormItem.popup .popup-wrapper {
position: relative;
width: 60%;
left: 20%;
padding: 15px; }
.JSNews .dnnForm .dnnFormItem.popup .popup-wrapper h1, .JSNews .dnnForm .dnnFormItem.popup .popup-wrapper h2, .JSNews .dnnForm .dnnFormItem.popup .popup-wrapper h3, .JSNews .dnnForm .dnnFormItem.popup .popup-wrapper h4, .JSNews .dnnForm .dnnFormItem.popup .popup-wrapper h5, .JSNews .dnnForm .dnnFormItem.popup .popup-wrapper h6 {
border: none;
padding: 0;
margin: 0; }
.JSNews .dnnForm .dnnFormItem.popup .popup-wrapper .popup-icon {
display: block; }
.JSNews .dnnForm .dnnFormItem.popup .popup-wrapper .popup-icon .fa {
font-size: 15em;
text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15); }
.JSNews .dnnForm .dnnFormItem.popup .popup-wrapper .popup-msg {
display: block;
margin: 10px 0 10px 0;
word-wrap: break-word;
word-break: break-all; }
.JSNews .dnnForm .dnnFormItem.popup .popup-wrapper .btn-group {
margin-top: 15px; }
.JSNews .dnnForm .dnnFormItem.popup .popup-wrapper .btn-group .btn {
margin: 0; }
.JSNews .dnnForm .dnnFormItem.popup .popup-wrapper .btn {
border: none;
margin: 15px 0 0 0; }
.JSNews .dnnForm .dnnFormItem.popup .popup-wrapper .progress-bar {
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 2px;
-webkit-transition: width 3000ms ease-out;
-moz-transition: width 3000ms ease-out;
-o-transition: width 3000ms ease-out;
transition: width 3000ms ease-out;
-webkit-transition-delay: 0;
-moz-transition-delay: 0;
-o-transition-delay: 0;
transition-delay: 0; }
.JSNews .dnnForm .dnnFormItem.popup .popup-wrapper .close-action {
position: absolute;
background-color: transparent;
color: rgba(59, 30, 119, 0.7);
border: none;
top: -70px;
right: -70px;
padding: 0;
margin: 0;
width: 70px;
height: 70px;
line-height: 70px; }
.JSNews .dnnForm .dnnFormItem.popup .popup-wrapper .close-action:hover {
background-color: rgba(59, 30, 119, 0.7);
color: #fff; }
.JSNews .dnnForm .dnnFormItem.popup.success .popup-wrapper .popup-icon {
color: #27ae60; }
.JSNews .dnnForm .dnnFormItem.popup.success .popup-wrapper h1, .JSNews .dnnForm .dnnFormItem.popup.success .popup-wrapper h2, .JSNews .dnnForm .dnnFormItem.popup.success .popup-wrapper h3, .JSNews .dnnForm .dnnFormItem.popup.success .popup-wrapper h4, .JSNews .dnnForm .dnnFormItem.popup.success .popup-wrapper h5, .JSNews .dnnForm .dnnFormItem.popup.success .popup-wrapper h6 {
color: #27ae60; }
.JSNews .dnnForm .dnnFormItem.popup.success .popup-wrapper .btn.close-action:hover {
background-color: #27ae60; }
.JSNews .dnnForm .dnnFormItem.popup.success .popup-wrapper .progress-bar {
background: #27ae60; }
.JSNews .dnnForm .dnnFormItem.popup.success .popup-wrapper .close-action {
color: #27ae60; }
.JSNews .dnnForm .dnnFormItem.popup.success .popup-wrapper .close-action:hover {
color: #fff;
background-color: #27ae60; }
.JSNews .dnnForm .dnnFormItem.popup.warning .popup-wrapper .popup-icon {
color: #d9534f; }
.JSNews .dnnForm .dnnFormItem.popup.warning .popup-wrapper h1, .JSNews .dnnForm .dnnFormItem.popup.warning .popup-wrapper h2, .JSNews .dnnForm .dnnFormItem.popup.warning .popup-wrapper h3, .JSNews .dnnForm .dnnFormItem.popup.warning .popup-wrapper h4, .JSNews .dnnForm .dnnFormItem.popup.warning .popup-wrapper h5, .JSNews .dnnForm .dnnFormItem.popup.warning .popup-wrapper h6 {
color: #d9534f; }
.JSNews .dnnForm .dnnFormItem.popup.warning .popup-wrapper .btn.close-action:hover {
background-color: #d9534f; }
.JSNews .dnnForm .dnnFormItem.popup.warning .popup-wrapper .progress-bar {
background: #d9534f; }
.JSNews .dnnForm .dnnFormItem.popup.warning .popup-wrapper .close-action {
color: #d9534f; }
.JSNews .dnnForm .dnnFormItem.popup.warning .popup-wrapper .close-action:hover {
color: #fff;
background-color: #d9534f; }
.JSNews .dnnForm .dnnFormItem.group input[type="text"],
.JSNews .dnnForm .dnnFormItem.group select,
.JSNews .dnnForm .dnnFormItem.group textarea,
.JSNews .dnnForm .dnnFormItem.group input[type="email"],
.JSNews .dnnForm .dnnFormItem.group input[type="search"],
.JSNews .dnnForm .dnnFormItem.group input[type="date"] {
float: left;
height: 35px;
line-height: 35px;
width: 50%;
max-width: 450px; }
.JSNews .dnnForm .dnnFormItem.group input[type="text"].grouped,
.JSNews .dnnForm .dnnFormItem.group select.grouped,
.JSNews .dnnForm .dnnFormItem.group textarea.grouped,
.JSNews .dnnForm .dnnFormItem.group input[type="email"].grouped,
.JSNews .dnnForm .dnnFormItem.group input[type="search"].grouped,
.JSNews .dnnForm .dnnFormItem.group input[type="date"].grouped {
border-right: none; }
.JSNews .dnnForm .dnnFormItem.group input[type="text"].grouped.squared-box,
.JSNews .dnnForm .dnnFormItem.group select.grouped.squared-box,
.JSNews .dnnForm .dnnFormItem.group textarea.grouped.squared-box,
.JSNews .dnnForm .dnnFormItem.group input[type="email"].grouped.squared-box,
.JSNews .dnnForm .dnnFormItem.group input[type="search"].grouped.squared-box,
.JSNews .dnnForm .dnnFormItem.group input[type="date"].grouped.squared-box {
width: calc(50% - 35px);
max-width: 415px; }
.JSNews .dnnForm .dnnFormItem.group input[type="text"].grouped.squared-box:focus,
.JSNews .dnnForm .dnnFormItem.group select.grouped.squared-box:focus,
.JSNews .dnnForm .dnnFormItem.group textarea.grouped.squared-box:focus,
.JSNews .dnnForm .dnnFormItem.group input[type="email"].grouped.squared-box:focus,
.JSNews .dnnForm .dnnFormItem.group input[type="search"].grouped.squared-box:focus,
.JSNews .dnnForm .dnnFormItem.group input[type="date"].grouped.squared-box:focus {
border: 1px solid #3b1e77; }
.JSNews .dnnForm .dnnFormItem.group input[type="text"].ungrouped,
.JSNews .dnnForm .dnnFormItem.group select.ungrouped,
.JSNews .dnnForm .dnnFormItem.group textarea.ungrouped,
.JSNews .dnnForm .dnnFormItem.group input[type="email"].ungrouped,
.JSNews .dnnForm .dnnFormItem.group input[type="search"].ungrouped,
.JSNews .dnnForm .dnnFormItem.group input[type="date"].ungrouped {
border: 1px solid rgba(59, 30, 119, 0.25); }
.JSNews .dnnForm .dnnFormItem.group input[type="text"].ungrouped:focus,
.JSNews .dnnForm .dnnFormItem.group select.ungrouped:focus,
.JSNews .dnnForm .dnnFormItem.group textarea.ungrouped:focus,
.JSNews .dnnForm .dnnFormItem.group input[type="email"].ungrouped:focus,
.JSNews .dnnForm .dnnFormItem.group input[type="search"].ungrouped:focus,
.JSNews .dnnForm .dnnFormItem.group input[type="date"].ungrouped:focus {
border: 1px solid #3b1e77; }
.JSNews .dnnForm .dnnFormItem.group .news-image {
float: left;
width: auto;
height: 35px; }
.JSNews .dnnForm .dnnFormItem.group .btn {
float: left;
padding: 0 10px;
height: 35px;
line-height: 35px;
min-width: 35px;
text-align: center; }
.JSNews .dnnForm .dnnFormItem.group .btn.btn-icon {
padding: 0; }
.JSNews .dnnForm .dnnFormItem .input-group {
display: block; }
.JSNews .dnnForm .dnnFormItem .input-group .input-group-addon {
float: left;
width: 35px;
height: 35px;
line-height: 35px;
padding: 0;
background-color: #fff;
border: 1px solid rgba(59, 30, 119, 0.25);
/*border-left: $none;*/
text-decoration: none;
color: rgba(59, 30, 119, 0.7);
cursor: pointer;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.JSNews .dnnForm .dnnFormItem .input-group .input-group-addon:hover {
color: rgba(59, 30, 119, 0.7); }
.JSNews .dnnForm .dnnFormItem .input-group .input-group-addon i {
height: 33px;
width: 33px;
line-height: 33px;
display: block; }
.JSNews .dnnForm .dnnFormItem .txt-error-validate {
font-style: italic;
position: absolute;
top: 5px;
/*left: calc(82.075% - 97px);*/
left: calc(32.075% + 355px - 4px);
color: #fff;
background: #d9534f;
height: 25px;
line-height: 25px;
min-width: 110px;
text-align: center; }
.JSNews .dnnForm.add-news .dnnFormItem button,
.JSNews .dnnForm.add-news .dnnFormItem input[type="button"],
.JSNews .dnnForm.add-news .dnnFormItem input[type="reset"],
.JSNews .dnnForm.add-news .dnnSecondaryAction,
.JSNews .dnnForm.add-news a.dnnSecondaryAction,
.JSNews .dnnForm.add-news ul.dnnAdminTabNav li a,
.JSNews .dnnForm.add-news .dnnLogin .LoginTabGroup span, .JSNews .dnnForm.settings .dnnFormItem button,
.JSNews .dnnForm.settings .dnnFormItem input[type="button"],
.JSNews .dnnForm.settings .dnnFormItem input[type="reset"],
.JSNews .dnnForm.settings .dnnSecondaryAction,
.JSNews .dnnForm.settings a.dnnSecondaryAction,
.JSNews .dnnForm.settings ul.dnnAdminTabNav li a,
.JSNews .dnnForm.settings .dnnLogin .LoginTabGroup span {
margin: 0;
padding: 0 10px;
height: 35px;
line-height: 35px;
min-width: 35px;
text-align: center;
color: #fff;
background: rgba(59, 30, 119, 0.7);
font-family: inherit;
font-weight: normal;
border: none;
text-decoration: none;
text-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none; }
.JSNews .dnnForm.add-news .dnnFormItem button:hover,
.JSNews .dnnForm.add-news .dnnFormItem input[type="button"]:hover,
.JSNews .dnnForm.add-news .dnnFormItem input[type="reset"]:hover,
.JSNews .dnnForm.add-news .dnnSecondaryAction:hover,
.JSNews .dnnForm.add-news a.dnnSecondaryAction:hover,
.JSNews .dnnForm.add-news ul.dnnAdminTabNav li a:hover,
.JSNews .dnnForm.add-news .dnnLogin .LoginTabGroup span:hover, .JSNews .dnnForm.settings .dnnFormItem button:hover,
.JSNews .dnnForm.settings .dnnFormItem input[type="button"]:hover,
.JSNews .dnnForm.settings .dnnFormItem input[type="reset"]:hover,
.JSNews .dnnForm.settings .dnnSecondaryAction:hover,
.JSNews .dnnForm.settings a.dnnSecondaryAction:hover,
.JSNews .dnnForm.settings ul.dnnAdminTabNav li a:hover,
.JSNews .dnnForm.settings .dnnLogin .LoginTabGroup span:hover {
background: rgba(59, 30, 119, 0.8); }
.JSNews .dnnForm.add-news a.dnnFormHelp, .JSNews .dnnForm.settings a.dnnFormHelp {
color: rgba(59, 30, 119, 0.7);
background: none;
top: 0;
width: auto;
height: auto;
font-weight: normal; }
.JSNews .dnnForm.add-news, .JSNews .dnnForm.settings {
font-size: 14px;
min-height: 475px; }
.JSNews .dnnForm.add-news input[type="text"],
.JSNews .dnnForm.add-news select,
.JSNews .dnnForm.add-news textarea,
.JSNews .dnnForm.add-news input[type="email"],
.JSNews .dnnForm.add-news input[type="search"],
.JSNews .dnnForm.add-news input[type="date"], .JSNews .dnnForm.settings input[type="text"],
.JSNews .dnnForm.settings select,
.JSNews .dnnForm.settings textarea,
.JSNews .dnnForm.settings input[type="email"],
.JSNews .dnnForm.settings input[type="search"],
.JSNews .dnnForm.settings input[type="date"] {
margin: 0;
border: 1px solid rgba(59, 30, 119, 0.25);
color: rgba(59, 30, 119, 0.5);
width: 50%;
max-width: 450px;
font-size: 1em;
padding: 0 8px;
height: 35px;
line-height: 35px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out; }
.JSNews .dnnForm.add-news input[type="text"]:active, .JSNews .dnnForm.add-news input[type="text"]:focus,
.JSNews .dnnForm.add-news select:active,
.JSNews .dnnForm.add-news select:focus,
.JSNews .dnnForm.add-news textarea:active,
.JSNews .dnnForm.add-news textarea:focus,
.JSNews .dnnForm.add-news input[type="email"]:active,
.JSNews .dnnForm.add-news input[type="email"]:focus,
.JSNews .dnnForm.add-news input[type="search"]:active,
.JSNews .dnnForm.add-news input[type="search"]:focus,
.JSNews .dnnForm.add-news input[type="date"]:active,
.JSNews .dnnForm.add-news input[type="date"]:focus, .JSNews .dnnForm.settings input[type="text"]:active, .JSNews .dnnForm.settings input[type="text"]:focus,
.JSNews .dnnForm.settings select:active,
.JSNews .dnnForm.settings select:focus,
.JSNews .dnnForm.settings textarea:active,
.JSNews .dnnForm.settings textarea:focus,
.JSNews .dnnForm.settings input[type="email"]:active,
.JSNews .dnnForm.settings input[type="email"]:focus,
.JSNews .dnnForm.settings input[type="search"]:active,
.JSNews .dnnForm.settings input[type="search"]:focus,
.JSNews .dnnForm.settings input[type="date"]:active,
.JSNews .dnnForm.settings input[type="date"]:focus {
color: #3b1e77;
background: #fff;
border: 1px solid #3b1e77;
outline: none;
overflow: visible;
-moz-box-shadow: 0 0 6px 1px rgba(59, 30, 119, 0.5);
-webkit-box-shadow: 0 0 6px 1px rgba(59, 30, 119, 0.5);
-o-box-shadow: 0 0 6px 1px rgba(59, 30, 119, 0.5);
box-shadow: 0 0 6px 1px rgba(59, 30, 119, 0.5); }
.JSNews .dnnForm.add-news input[type="text"][disabled="disabled"],
.JSNews .dnnForm.add-news select[disabled="disabled"],
.JSNews .dnnForm.add-news textarea[disabled="disabled"],
.JSNews .dnnForm.add-news input[type="email"][disabled="disabled"],
.JSNews .dnnForm.add-news input[type="search"][disabled="disabled"],
.JSNews .dnnForm.add-news input[type="date"][disabled="disabled"], .JSNews .dnnForm.settings input[type="text"][disabled="disabled"],
.JSNews .dnnForm.settings select[disabled="disabled"],
.JSNews .dnnForm.settings textarea[disabled="disabled"],
.JSNews .dnnForm.settings input[type="email"][disabled="disabled"],
.JSNews .dnnForm.settings input[type="search"][disabled="disabled"],
.JSNews .dnnForm.settings input[type="date"][disabled="disabled"] {
color: #3b1e77;
width: calc(50% - 50px);
display: inline-block;
border: none;
background: none;
padding: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none; }
.JSNews .dnnForm.add-news input[type="text"].txt-img-url,
.JSNews .dnnForm.add-news select.txt-img-url,
.JSNews .dnnForm.add-news textarea.txt-img-url,
.JSNews .dnnForm.add-news input[type="email"].txt-img-url,
.JSNews .dnnForm.add-news input[type="search"].txt-img-url,
.JSNews .dnnForm.add-news input[type="date"].txt-img-url, .JSNews .dnnForm.settings input[type="text"].txt-img-url,
.JSNews .dnnForm.settings select.txt-img-url,
.JSNews .dnnForm.settings textarea.txt-img-url,
.JSNews .dnnForm.settings input[type="email"].txt-img-url,
.JSNews .dnnForm.settings input[type="search"].txt-img-url,
.JSNews .dnnForm.settings input[type="date"].txt-img-url {
margin-left: 10px; }
.JSNews .dnnForm.add-news select, .JSNews .dnnForm.settings select {
width: auto;
min-width: 100px; }
.JSNews .dnnForm.add-news .rich-text-editor textarea, .JSNews .dnnForm.settings .rich-text-editor textarea {
max-width: calc(100% - 16px);
max-height: calc(100% - 10px); }
.JSNews .dnnForm.add-news .rich-text-editor textarea:active, .JSNews .dnnForm.add-news .rich-text-editor textarea:focus, .JSNews .dnnForm.settings .rich-text-editor textarea:active, .JSNews .dnnForm.settings .rich-text-editor textarea:focus {
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none; }
.JSNews .panel h1, .JSNews .panel h2, .JSNews .panel h3, .JSNews .panel h4, .JSNews .panel h5, .JSNews .panel h6 {
/*color: $dark;*/
/*margin: 0 0 10px;*/ }
.JSNews .panel h3 {
/*font-size: 1rem;*/
font-size: 1.571em; }
.JSNews .panel h4 {
/*font-size: 0.85rem;*/
font-size: 1.286em; }
.JSNews .panel p {
/*font-size: 0.65rem;*/
font-size: 1em; }
.JSNews .panel a.btn-primary:active,
.JSNews .panel a.btn-primary:link,
.JSNews .panel a.btn-primary:visited {
color: #fff; }
.JSNews .panel .btn {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
line-height: normal;
border-color: transparent;
border: none;
-webkit-transition: background-color 300ms ease-out;
-moz-transition: background-color 300ms ease-out;
-o-transition: background-color 300ms ease-out;
transition: background-color 300ms ease-out; }
.JSNews .panel .btn.btn-primary {
background-color: rgba(59, 30, 119, 0.7);
border-color: transparent; }
.JSNews .panel .btn.btn-primary:hover {
background-color: rgba(59, 30, 119, 0.8);
border-color: transparent;
text-decoration: none; }
.JSNews .panel .btn:hover {
border-color: transparent; }
.JSNews .panel .btn:active {
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none; }
.JSNews .panel .btn.active_page {
background-color: rgba(59, 30, 119, 0.8); }
.JSNews .panel .btn.aspNetDisabled, .JSNews .panel .btn.dnnDisabled, .JSNews .panel .btn.no_more, .JSNews .panel .btn[disabled=disabled] {
color: rgba(255, 255, 255, 0.35) !important;
background: rgba(59, 30, 119, 0.7);
cursor: not-allowed; }
.JSNews .panel .btn.aspNetDisabled:hover, .JSNews .panel .btn.dnnDisabled:hover, .JSNews .panel .btn.no_more:hover, .JSNews .panel .btn[disabled=disabled]:hover {
color: rgba(255, 255, 255, 0.35);
background: rgba(59, 30, 119, 0.7); }
.JSNews .panel .btn-group .btn + .btn,
.JSNews .panel .btn-group .btn + .btn-group,
.JSNews .panel .btn-group .btn-group + .btn,
.JSNews .panel .btn-group .btn-group + .btn-group {
margin-left: 0; }
.JSNews .panel .panel-footer {
float: right;
clear: both;
background-color: transparent;
border: none; }
.JSNews .panel .info_text {
float: right;
padding: 6px 12px;
background-color: rgba(59, 30, 119, 0.7);
color: #fff;
border-color: transparent; }
.JSNews .panel .list-group {
margin: 0; }
.JSNews .panel .list-group .list-group-item-text {
color: #999; }
.JSNews .panel .list-group .list-group-item-heading {
margin: 0;
color: #333; }
.JSNews .panel .list-group .badge {
position: absolute;
min-width: 10px;
padding: 2px 6px;
line-height: normal;
top: 0;
right: 0;
font-weight: normal;
color: #fff;
background-color: rgba(59, 30, 119, 0.7);
border-radius: 0; }
.JSNews .panel .list-group .badge.no-txt {
padding: 0; }
.JSNews .panel .list-group .list-group-item {
float: left;
clear: both;
width: 100%;
margin-bottom: 0;
border: none;
border-bottom: 1px solid rgba(59, 30, 119, 0.25); }
.JSNews .panel .list-group .list-group-item:last-child, .JSNews .panel .list-group .list-group-item:first-child {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.JSNews .panel .list-group .list-group-item:nth-last-child(-n+2) {
margin-bottom: 0; }
.JSNews .panel .list-group .list-group-item > a {
text-decoration: none; }
.JSNews .panel .list-group .list-group-item > a.read-more {
padding: 6px 12px;
margin-top: 15px;
float: right;
background: transparent;
color: rgba(59, 30, 119, 0.8);
border: 2px solid rgba(59, 30, 119, 0.7);
clear: both; }
.JSNews .panel .list-group .list-group-item:focus, .JSNews .panel .list-group .list-group-item:hover, .JSNews .panel .list-group .list-group-item:active {
color: #3b1e77;
background-color: rgba(59, 30, 119, 0.05);
-webkit-transition: background-color 300ms ease-out;
-moz-transition: background-color 300ms ease-out;
-o-transition: background-color 300ms ease-out;
transition: background-color 300ms ease-out; }
.JSNews .panel .list-group .list-group-item:focus .list-group-item-heading, .JSNews .panel .list-group .list-group-item:hover .list-group-item-heading, .JSNews .panel .list-group .list-group-item:active .list-group-item-heading {
color: #3b1e77; }
.JSNews .panel .list-group .list-group-item:focus .badge, .JSNews .panel .list-group .list-group-item:hover .badge, .JSNews .panel .list-group .list-group-item:active .badge {
background: none;
color: #3b1e77; }
.JSNews .panel .list-group .list-group-item:focus .list-group-item-text, .JSNews .panel .list-group .list-group-item:hover .list-group-item-text, .JSNews .panel .list-group .list-group-item:active .list-group-item-text {
color: #3b1e77; }
.JSNews .panel .list-group .list-group-item:focus h1, .JSNews .panel .list-group .list-group-item:focus h2, .JSNews .panel .list-group .list-group-item:focus h3, .JSNews .panel .list-group .list-group-item:focus h4, .JSNews .panel .list-group .list-group-item:focus h5, .JSNews .panel .list-group .list-group-item:focus h6, .JSNews .panel .list-group .list-group-item:hover h1, .JSNews .panel .list-group .list-group-item:hover h2, .JSNews .panel .list-group .list-group-item:hover h3, .JSNews .panel .list-group .list-group-item:hover h4, .JSNews .panel .list-group .list-group-item:hover h5, .JSNews .panel .list-group .list-group-item:hover h6, .JSNews .panel .list-group .list-group-item:active h1, .JSNews .panel .list-group .list-group-item:active h2, .JSNews .panel .list-group .list-group-item:active h3, .JSNews .panel .list-group .list-group-item:active h4, .JSNews .panel .list-group .list-group-item:active h5, .JSNews .panel .list-group .list-group-item:active h6 {
color: #3b1e77; }
.JSNews .panel .list-group .list-group-item:focus .btn-default, .JSNews .panel .list-group .list-group-item:hover .btn-default, .JSNews .panel .list-group .list-group-item:active .btn-default {
background: rgba(59, 30, 119, 0.7);
color: #fff; }
.JSNews .panel .list-group .list-group-item:focus .btn-default:hover, .JSNews .panel .list-group .list-group-item:hover .btn-default:hover, .JSNews .panel .list-group .list-group-item:active .btn-default:hover {
background: rgba(59, 30, 119, 0.8); }
.JSNews .panel .list-group .list-group-item:focus > a.read-more, .JSNews .panel .list-group .list-group-item:hover > a.read-more, .JSNews .panel .list-group .list-group-item:active > a.read-more {
background: rgba(59, 30, 119, 0.7);
color: #fff;
border: 2px solid transparent;
-webkit-transition: background-color 300ms ease-out;
-moz-transition: background-color 300ms ease-out;
-o-transition: background-color 300ms ease-out;
transition: background-color 300ms ease-out; }
.JSNews .panel .list-group .list-group-item:focus > a.read-more:hover, .JSNews .panel .list-group .list-group-item:hover > a.read-more:hover, .JSNews .panel .list-group .list-group-item:active > a.read-more:hover {
background: rgba(59, 30, 119, 0.8); }
.JSNews .panel .list-group .list-group-item:focus:hover .pnl-admin .btn-group, .JSNews .panel .list-group .list-group-item:hover:hover .pnl-admin .btn-group, .JSNews .panel .list-group .list-group-item:active:hover .pnl-admin .btn-group {
display: block; }
.JSNews .panel .rpt-list .list-group-item {
padding: 10px; }
.JSNews .panel .rpt-list .no-img .list-group-item .teaser-txt {
width: 100%; }
.JSNews .panel .rpt-list .no-img .list-group-item > a.read-more {
clear: both; }
.JSNews .panel .rpt-list .pnl-admin .btn-group {
display: none;
position: absolute;
top: 10px;
right: 10px; }
.JSNews .panel .rpt-list .pnl-admin .btn {
padding: 4px 8px; }
.JSNews .panel .rpt-list .panel-footer {
padding: 10px 10px 10px 0; }
.JSNews .panel .rpt-list .info_text {
margin: 10px 0 10px 0; }
.JSNews .panel .rpt-list .news-image {
margin: 0 0 10px 0; }
.JSNews .panel .rpt-list .news-image .news-image {
max-width: 170px;
min-width: 170px;
width: auto;
height: auto; }
.JSNews .panel .rpt-list .teaser-txt {
float: right;
width: calc(100% - 185px); }
.JSNews .panel .rpt-list .body-txt {
float: left;
width: calc(100% - 270px);
clear: right; }
.JSNews .panel .rpt-list .panel-heading {
padding: 0 0 5px 0; }
.JSNews .panel .rpt-accordion .list-group-item {
padding: 0;
overflow: hidden;
min-height: 64px; }
.JSNews .panel .rpt-accordion .list-group-item > a {
padding: 5px;
display: block; }
.JSNews .panel .rpt-accordion .pnl-admin {
position: relative; }
.JSNews .panel .rpt-accordion .pnl-admin .btn-group {
float: right;
margin-top: 5px;
display: none; }
.JSNews .panel .rpt-accordion .pnl-admin .btn {
padding: 2px 7px; }
.JSNews .panel .rpt-accordion .panel-footer {
padding: 10px 0; }
.JSNews .panel .rpt-accordion .info_text {
margin: 10px 0; }
.JSNews .panel .rpt-accordion .panel-heading {
padding: 0 0 5px 0; }
.JSNews .panel .rpt-accordion .news-image {
width: 40px;
height: auto;
float: left;
margin-right: 10px; }
.JSNews .panel .rpt-accordion .ellipsis {
height: 40px;
display: block; }
.JSNews .panel.view {
float: left;
width: 100%;
border: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none; }
.JSNews .panel.details-view {
margin-bottom: 0;
background: none;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none; }
.JSNews .panel.details-view .news-image {
padding: 0;
width: auto;
height: auto;
max-width: 270px;
min-width: 270px; }
.JSNews .panel.details-view .date {
color: rgba(59, 30, 119, 0.5); }
.JSNews .panel.details-view .body-txt {
float: right;
width: calc(100% - 285px);
color: #3b1e77; }
.JSNews .panel.details-view .panel-heading {
background: none;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.JSNews .panel.details-view .panel-body {
text-align: justify; }
.JSNews .panel.details-view .panel-footer {
width: 100%;
background-color: transparent;
border-top: 1px solid rgba(59, 30, 119, 0.25); }
.JSNews .panel.details-view.no-img .body-txt {
float: left;
width: 100%; }
.JSNews .panel .popup {
position: fixed;
top: 0;
left: 0;
margin: 0;
text-align: center;
background: rgba(255, 255, 255, 0.7);
width: 100%;
height: 100%;
z-index: 9998; }
.JSNews .panel .popup.confirm-box .popup-wrapper {
top: calc((100% - 315px)/2); }
.JSNews .panel .popup.auto-close-box .popup-wrapper {
top: calc((100% - 274px)/2); }
.JSNews .panel .popup.overlay .popup-wrapper {
top: 100px;
position: relative; }
.JSNews .panel .popup.overlay .popup-wrapper .popup-icon {
color: rgba(59, 30, 119, 0.7); }
.JSNews .panel .popup.overlay .popup-wrapper h1, .JSNews .panel .popup.overlay .popup-wrapper h2, .JSNews .panel .popup.overlay .popup-wrapper h3, .JSNews .panel .popup.overlay .popup-wrapper h4, .JSNews .panel .popup.overlay .popup-wrapper h5, .JSNews .panel .popup.overlay .popup-wrapper h6 {
color: rgba(59, 30, 119, 0.7); }
.JSNews .panel .popup.overlay .popup-wrapper h3 {
font-size: 1rem; }
.JSNews .panel .popup.overlay .popup-wrapper h4 {
font-size: 0.85rem; }
.JSNews .panel .popup .popup-wrapper {
position: relative;
width: 60%;
left: 20%;
padding: 15px; }
.JSNews .panel .popup .popup-wrapper h1, .JSNews .panel .popup .popup-wrapper h2, .JSNews .panel .popup .popup-wrapper h3, .JSNews .panel .popup .popup-wrapper h4, .JSNews .panel .popup .popup-wrapper h5, .JSNews .panel .popup .popup-wrapper h6 {
border: none;
padding: 0;
margin: 0; }
.JSNews .panel .popup .popup-wrapper .popup-icon {
display: block; }
.JSNews .panel .popup .popup-wrapper .popup-icon .fa {
font-size: 15em;
text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15); }
.JSNews .panel .popup .popup-wrapper .popup-msg {
display: block;
margin: 10px 0 10px 0;
word-wrap: break-word;
word-break: break-all; }
.JSNews .panel .popup .popup-wrapper .btn-group {
margin-top: 15px; }
.JSNews .panel .popup .popup-wrapper .btn-group .btn {
margin: 0; }
.JSNews .panel .popup .popup-wrapper .btn {
border: none;
margin: 15px 0 0 0;
padding: 10px 15px; }
.JSNews .panel .popup .popup-wrapper .progress-bar {
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 2px;
-webkit-transition: width 3000ms ease-out;
-moz-transition: width 3000ms ease-out;
-o-transition: width 3000ms ease-out;
transition: width 3000ms ease-out;
-webkit-transition-delay: 0;
-moz-transition-delay: 0;
-o-transition-delay: 0;
transition-delay: 0; }
.JSNews .panel .popup .popup-wrapper .close-action {
position: absolute;
background-color: transparent;
color: rgba(59, 30, 119, 0.7);
border: none;
top: -70px;
right: -70px;
padding: 0;
margin: 0;
width: 70px;
height: 70px;
line-height: 70px; }
.JSNews .panel .popup .popup-wrapper .close-action:hover {
background-color: rgba(59, 30, 119, 0.7);
color: #fff; }
.JSNews .panel .popup.success .popup-wrapper .popup-icon {
color: #27ae60; }
.JSNews .panel .popup.success .popup-wrapper h1, .JSNews .panel .popup.success .popup-wrapper h2, .JSNews .panel .popup.success .popup-wrapper h3, .JSNews .panel .popup.success .popup-wrapper h4, .JSNews .panel .popup.success .popup-wrapper h5, .JSNews .panel .popup.success .popup-wrapper h6 {
color: #27ae60; }
.JSNews .panel .popup.success .popup-wrapper .btn.close-action:hover {
background-color: #27ae60; }
.JSNews .panel .popup.success .popup-wrapper .progress-bar {
background: #27ae60; }
.JSNews .panel .popup.success .popup-wrapper .close-action {
color: #27ae60; }
.JSNews .panel .popup.success .popup-wrapper .close-action:hover {
color: #fff;
background-color: #27ae60; }
.JSNews .panel .popup.warning .popup-wrapper .popup-icon {
color: #d9534f; }
.JSNews .panel .popup.warning .popup-wrapper h1, .JSNews .panel .popup.warning .popup-wrapper h2, .JSNews .panel .popup.warning .popup-wrapper h3, .JSNews .panel .popup.warning .popup-wrapper h4, .JSNews .panel .popup.warning .popup-wrapper h5, .JSNews .panel .popup.warning .popup-wrapper h6 {
color: #d9534f; }
.JSNews .panel .popup.warning .popup-wrapper .btn.close-action:hover {
background-color: #d9534f; }
.JSNews .panel .popup.warning .popup-wrapper .progress-bar {
background: #d9534f; }
.JSNews .panel .popup.warning .popup-wrapper .close-action {
color: #d9534f; }
.JSNews .panel .popup.warning .popup-wrapper .close-action:hover {
color: #fff;
background-color: #d9534f; }
.JSNews .dropup .dropdown-menu {
border: 1px solid rgba(59, 30, 119, 0.7);
border-bottom: none;
margin-bottom: 0; }
.JSNews .input-group .input-group-addon {
height: 60px;
line-height: 60px;
padding: 0 20px;
border: none;
background-color: rgba(59, 30, 119, 0.7);
color: #fff;
cursor: default;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.JSNews .input-group .input-group-addon i {
height: 33px;
width: 33px;
line-height: 33px;
display: block; }
.JSNews .input-group .input-group-addon strong {
color: #fff; }
.JSNews .input-group input[type=text] {
border: 1px solid rgba(59, 30, 119, 0.7);
border-left: none;
padding: 20px 10px;
height: inherit;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none; }
.JSNews .input-group input[type=text][disabled=disabled], .JSNews .input-group input[type=text].aspNetDisabled {
border: none;
background: rgba(59, 30, 119, 0.7);
color: #fff;
cursor: default; }
.JSNews .pnl-owner-info {
text-align: left;
background: rgba(59, 30, 119, 0.8); }
.JSNews .pnl-owner-info .owner-wrapper {
padding: 10px 15px; }
.JSNews .pnl-owner-info .owner-wrapper span,
.JSNews .pnl-owner-info .owner-wrapper strong,
.JSNews .pnl-owner-info .owner-wrapper a,
.JSNews .pnl-owner-info .owner-wrapper a:link,
.JSNews .pnl-owner-info .owner-wrapper .btn {
color: #fff; }
.JSNews .pnl-owner-info .owner-wrapper span {
display: block;
line-height: 30px; }
.JSNews .bs-actionsbox,
.JSNews .bs-donebutton,
.JSNews .bs-searchbox {
padding: 0; }
.JSNews .bs-searchbox + .bs-actionsbox {
padding: 0; }
.JSNews .dropdown-menu {
margin-top: 0;
padding: 0;
border: 1px solid rgba(59, 30, 119, 0.7);
border-top: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.JSNews .dropdown-menu > li > a {
color: rgba(59, 30, 119, 0.7);
padding: 8px;
outline: none; }
.JSNews .dropdown-menu > li > a:hover {
color: #3b1e77; }
.JSNews .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
margin-top: 10px;
color: rgba(59, 30, 119, 0.7); }
.JSNews .tooltip.in {
filter: alpha(opacity=100);
opacity: 1; }
.JSNews .tooltip.top .tooltip-arrow {
border-top-color: rgba(0, 0, 0, 0.8); }
.JSNews .tooltip.top-left .tooltip-arrow {
border-top-color: rgba(0, 0, 0, 0.8); }
.JSNews .tooltip.top-right .tooltip-arrow {
border-top-color: rgba(0, 0, 0, 0.8); }
.JSNews .tooltip.right .tooltip-arrow {
border-right-color: rgba(0, 0, 0, 0.8); }
.JSNews .tooltip.left .tooltip-arrow {
border-left-color: rgba(0, 0, 0, 0.8); }
.JSNews .tooltip.bottom .tooltip-arrow {
border-bottom-color: rgba(0, 0, 0, 0.8); }
.JSNews .tooltip.bottom-left .tooltip-arrow {
border-bottom-color: rgba(0, 0, 0, 0.8); }
.JSNews .tooltip.bottom-right .tooltip-arrow {
border-bottom-color: rgba(0, 0, 0, 0.8); }
.JSNews .tooltip .tooltip-inner {
background-color: rgba(0, 0, 0, 0.8);
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.JSNews .ellipsis {
overflow: hidden;
text-overflow: ellipsis; }
.JSNews .hidden {
display: none !important;
visibility: hidden !important; }
.JSNews .aspNetDisabled,
.JSNews a.aspNetDisabled,
.JSNews .dnnDisabled,
.JSNews a.dnnDisabled,
.JSNews [disabled=disabled] {
color: rgba(59, 30, 119, 0.25);
cursor: default; }
.JSNews .popup {
position: fixed;
top: 0;
left: 0;
margin: 0;
text-align: center;
background: rgba(255, 255, 255, 0.7);
width: 100%;
height: 100%;
z-index: 9998; }
.JSNews .popup.confirm-box .popup-wrapper {
top: calc((100% - 315px)/2); }
.JSNews .popup.auto-close-box .popup-wrapper {
top: calc((100% - 274px)/2); }
.JSNews .popup.overlay .popup-wrapper {
top: 100px;
position: relative; }
.JSNews .popup.overlay .popup-wrapper .popup-icon {
color: rgba(59, 30, 119, 0.7); }
.JSNews .popup.overlay .popup-wrapper h1, .JSNews .popup.overlay .popup-wrapper h2, .JSNews .popup.overlay .popup-wrapper h3, .JSNews .popup.overlay .popup-wrapper h4, .JSNews .popup.overlay .popup-wrapper h5, .JSNews .popup.overlay .popup-wrapper h6 {
color: rgba(59, 30, 119, 0.7); }
.JSNews .popup.overlay .popup-wrapper input[type=text] {
height: 60px;
line-height: 60px;
padding: 0 10px;
text-align: center;
font-size: 1.5em;
border: none;
background: rgba(59, 30, 119, 0.7);
color: #fff; }
.JSNews .popup.overlay .popup-wrapper input[type=text]:focus {
background: rgba(59, 30, 119, 0.8); }
.JSNews .popup.overlay .popup-wrapper input[type=text]::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.35) !important;
font-style: italic; }
.JSNews .popup.overlay .popup-wrapper input[type=text]:-moz-placeholder {
color: rgba(255, 255, 255, 0.35) !important;
font-style: italic; }
.JSNews .popup.overlay .popup-wrapper input[type=text]::-moz-placeholder {
color: rgba(255, 255, 255, 0.35) !important;
font-style: italic; }
.JSNews .popup.overlay .popup-wrapper input[type=text]:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.35) !important;
font-style: italic; }
.JSNews .popup .popup-wrapper {
position: relative;
width: 60%;
left: 20%;
padding: 15px; }
.JSNews .popup .popup-wrapper h1, .JSNews .popup .popup-wrapper h2, .JSNews .popup .popup-wrapper h3, .JSNews .popup .popup-wrapper h4, .JSNews .popup .popup-wrapper h5, .JSNews .popup .popup-wrapper h6 {
border: none;
padding: 0;
margin: 0; }
.JSNews .popup .popup-wrapper .popup-icon {
display: block; }
.JSNews .popup .popup-wrapper .popup-icon .fa {
font-size: 15em;
text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15); }
.JSNews .popup .popup-wrapper .popup-msg {
display: block;
margin: 10px 0 10px 0;
word-wrap: break-word;
word-break: break-all; }
.JSNews .popup .popup-wrapper .input-group-btn .btn {
height: 60px;
line-height: 70px;
margin: 0;
padding: 0 15px; }
.JSNews .popup .popup-wrapper .input-group-btn .fa {
font-size: 2em; }
.JSNews .popup .popup-wrapper .alert {
margin: 15px 0 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.JSNews .popup .popup-wrapper .btn-group {
margin-top: 15px; }
.JSNews .popup .popup-wrapper .btn-group .btn {
margin: 0; }
.JSNews .popup .popup-wrapper .btn-group.more-space-top {
margin-top: 30px; }
.JSNews .popup .popup-wrapper .btn-group.no-spacing {
margin: 0; }
.JSNews .popup .popup-wrapper .btn {
border: none;
margin: 15px 0 0 0;
padding: 10px 15px; }
.JSNews .popup .popup-wrapper .btn.active {
background: rgba(59, 30, 119, 0.8); }
.JSNews .popup .popup-wrapper .progress-bar {
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 2px;
-webkit-transition: width 3000ms ease-out;
-moz-transition: width 3000ms ease-out;
-o-transition: width 3000ms ease-out;
transition: width 3000ms ease-out;
-webkit-transition-delay: 0;
-moz-transition-delay: 0;
-o-transition-delay: 0;
transition-delay: 0; }
.JSNews .popup .popup-wrapper .close-action {
position: absolute;
background-color: transparent;
color: rgba(59, 30, 119, 0.7);
border: none;
top: -70px;
right: -70px;
padding: 0;
margin: 0;
width: 70px;
height: 70px;
line-height: 70px; }
.JSNews .popup .popup-wrapper .close-action:hover {
background-color: rgba(59, 30, 119, 0.7);
color: #fff; }
.JSNews .popup.success .popup-wrapper .popup-icon {
color: #27ae60; }
.JSNews .popup.success .popup-wrapper h1, .JSNews .popup.success .popup-wrapper h2, .JSNews .popup.success .popup-wrapper h3, .JSNews .popup.success .popup-wrapper h4, .JSNews .popup.success .popup-wrapper h5, .JSNews .popup.success .popup-wrapper h6 {
color: #27ae60; }
.JSNews .popup.success .popup-wrapper .btn.close-action:hover {
background-color: #27ae60; }
.JSNews .popup.success .popup-wrapper .progress-bar {
background: #27ae60; }
.JSNews .popup.success .popup-wrapper .pnl-owner-info {
background: #27ae60; }
.JSNews .popup.success .popup-wrapper .close-action {
color: #27ae60; }
.JSNews .popup.success .popup-wrapper .close-action:hover {
color: #fff;
background-color: #27ae60; }
.JSNews .popup.warning .popup-wrapper .popup-icon {
color: #d9534f; }
.JSNews .popup.warning .popup-wrapper h1, .JSNews .popup.warning .popup-wrapper h2, .JSNews .popup.warning .popup-wrapper h3, .JSNews .popup.warning .popup-wrapper h4, .JSNews .popup.warning .popup-wrapper h5, .JSNews .popup.warning .popup-wrapper h6 {
color: #d9534f; }
.JSNews .popup.warning .popup-wrapper .btn {
background: #d9534f; }
.JSNews .popup.warning .popup-wrapper .btn.close-action {
background: none; }
.JSNews .popup.warning .popup-wrapper .btn.close-action:hover {
background-color: #d9534f; }
.JSNews .popup.warning .popup-wrapper .btn:hover {
background-color: #c9302c; }
.JSNews .popup.warning .popup-wrapper .progress-bar {
background: #d9534f; }
.JSNews .popup.warning .popup-wrapper .input-group-addon {
background: #d9534f; }
.JSNews .popup.warning .popup-wrapper input[type=text] {
background: #d9534f; }
.JSNews .popup.warning .popup-wrapper input[type=text]:focus {
background: #c9302c; }
.JSNews .popup.warning .popup-wrapper .pnl-owner-info {
background: #d9534f; }
.JSNews .popup.warning .popup-wrapper .close-action {
color: #d9534f;
background-color: none; }
.JSNews .popup.warning .popup-wrapper .close-action:hover {
color: #fff;
background-color: #d9534f; }
.JSNews .pnl-admin {
margin-bottom: 15px; }
.JSNews .pnl-admin.left {
text-align: left;
float: none; }
.JSNews .pnl-admin.right {
text-align: right;
float: none; }
.JSNews .pnl-admin .btn.btn-primary {
background-color: rgba(0, 0, 0, 0.5); }
.JSNews .pnl-admin .btn.btn-primary:hover, .JSNews .pnl-admin .btn.btn-primary:focus, .JSNews .pnl-admin .btn.btn-primary:active, .JSNews .pnl-admin .btn.btn-primary.active {
background-color: rgba(0, 0, 0, 0.8); }
.JSNews .pnl-admin .content-holder {
float: left;
color: #fff;
background-color: rgba(0, 0, 0, 0.5);
padding: 10px 15px; }
.JSNews .pnl-admin .content-holder.success {
background-color: #5cb85c; }
.JSNews .pnl-admin .content-holder.warning {
background-color: #d9534f; }
.JSNews .page_navigation .btn {
padding: 6px 12px; }
.JSNews .scroll-action {
position: fixed;
bottom: 0;
right: 15px;
display: none; }
.JSNews .scroll-action.btn {
padding: 0;
width: 50px;
height: 50px;
line-height: 50px;
border-color: transparent;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
-webkit-transition: background-color 300ms ease-out;
-moz-transition: background-color 300ms ease-out;
-o-transition: background-color 300ms ease-out;
transition: background-color 300ms ease-out; }
.JSNews .scroll-action.btn.btn-primary {
background-color: rgba(59, 30, 119, 0.7);
border-color: transparent; }
.JSNews .scroll-action.btn.btn-primary:hover {
background-color: rgba(59, 30, 119, 0.8);
border-color: transparent; }
.JSNews .scroll-action.btn:hover {
border-color: transparent; }
.JSNews .scroll-action.btn:active {
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none; }
.JSNews .btn {
line-height: normal;
border: none;
padding: 10px 15px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out; }
.JSNews .btn.btn-primary {
background-color: rgba(59, 30, 119, 0.7);
color: #fff; }
.JSNews .btn.btn-primary:hover, .JSNews .btn.btn-primary:focus, .JSNews .btn.btn-primary:active, .JSNews .btn.btn-primary.active {
background-color: rgba(59, 30, 119, 0.8);
text-decoration: none; }
.JSNews .btn.btn-default {
color: rgba(59, 30, 119, 0.7);
background: rgba(59, 30, 119, 0.15); }
.JSNews .btn.btn-default:hover, .JSNews .btn.btn-default:focus, .JSNews .btn.btn-default:active {
color: #fff;
background-color: rgba(59, 30, 119, 0.7); }
.JSNews .btn:hover, .JSNews .btn:focus, .JSNews .btn:active {
border: none;
outline: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none; }
.JSNews .btn[disabled=disabled], .JSNews .btn.aspNetDisabled, .JSNews .btn.dnnDisabled {
color: rgba(255, 255, 255, 0.5); }
.JSNews .btn[disabled=disabled]:hover, .JSNews .btn.aspNetDisabled:hover, .JSNews .btn.dnnDisabled:hover {
background-color: rgba(59, 30, 119, 0.7); }
.JSNews .btn.custom-acc-ctrl {
display: block; }
.JSNews .btn-group.form-control {
width: 50%;
max-width: 450px; }
.JSNews .btn-group:focus {
outline: none;
border: none; }
.JSNews .btn-group .btn + .btn,
.JSNews .btn-group .btn + .btn-group,
.JSNews .btn-group .btn-group + .btn,
.JSNews .btn-group .btn-group + .btn-group {
margin-left: 0; }
.JSNews .btn-group .btn + .btn:focus,
.JSNews .btn-group .btn + .btn-group:focus,
.JSNews .btn-group .btn-group + .btn:focus,
.JSNews .btn-group .btn-group + .btn-group:focus {
outline: none;
border: none; }
.JSNews .group {
zoom: 1; }
.JSNews .no-spacing {
margin: 0;
padding: 0; }
.JSNews .view .pnl-admin {
text-align: right;
float: right; }
.JSNews .view .pnl-admin .form-control {
width: 25%;
height: 39px;
line-height: normal;
float: left;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.JSNews .view .pnl-admin strong {
color: #fff; }
.JSNews ::-webkit-input-placeholder {
color: rgba(59, 30, 119, 0.25) !important;
font-style: italic; }
.JSNews :-moz-placeholder {
color: rgba(59, 30, 119, 0.25) !important;
font-style: italic; }
.JSNews ::-moz-placeholder {
color: rgba(59, 30, 119, 0.25) !important;
font-style: italic; }
.JSNews :-ms-input-placeholder {
color: rgba(59, 30, 119, 0.25) !important;
font-style: italic; }
.daterangepicker {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.daterangepicker table thead,
.daterangepicker table tbody {
color: rgba(59, 30, 119, 0.7); }
.daterangepicker table td, .daterangepicker table th {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.daterangepicker table td.off, .daterangepicker table td.off.end-date, .daterangepicker table td.off.in-range, .daterangepicker table td.off.start-date, .daterangepicker table th.off, .daterangepicker table th.off.end-date, .daterangepicker table th.off.in-range, .daterangepicker table th.off.start-date {
color: rgba(59, 30, 119, 0.25); }
.daterangepicker table td.available:hover, .daterangepicker table th.available:hover {
background-color: rgba(59, 30, 119, 0.7);
color: #fff; }
.daterangepicker table td.active, .daterangepicker table td.active:hover, .daterangepicker table th.active, .daterangepicker table th.active:hover {
background-color: rgba(59, 30, 119, 0.7); }
.daterangepicker table td.start-date.end-date, .daterangepicker table th.start-date.end-date {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.daterangepicker table td.end-date, .daterangepicker table th.end-date {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.daterangepicker table td.start-date, .daterangepicker table th.start-date {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.dropdown-menu {
margin: 0;
padding: 0;
border: 1px solid rgba(59, 30, 119, 0.25);
border-top: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.mark, mark {
padding: 0 !important;
background-color: transparent !important; }
.dnnDropDownList .selected-item {
margin: 0 0 0 15px !important; }
.dnnDropDownList .selected-item a {
height: auto !important; }
.dnnDropDownList .selected-item a:link, .dnnDropDownList .selected-item a:visited, .dnnDropDownList .selected-item a:hover, .dnnDropDownList .selected-item a:active {
height: auto !important; }
.dnnPermissionsGrid > .dnnFormItem ul.token-input-list-facebook {
/*padding: 8px !important;*/ }
.dnnPermissionsGrid > .dnnFormItem li.token-input-token-facebook {
margin: 3px !important;
padding: 3px 5px !important; }
.dnnPermissionsGrid > .dnnFormItem li.token-input-input-token-facebook {
margin: 4px 0 !important;
padding: 4px 0 !important; } | module.css | @keyframes roll {
0% {
transform: rotate(0); }
100% {
transform: rotate(360deg); } }
.JSNews {
/*BOOTSTRAP RE-STYLING*/
/*BOOTSTRAP RE-STYLING */ }
.JSNews * {
-webkit-box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
-o-box-sizing: border-box !important;
box-sizing: border-box !important; }
.JSNews .link-dev {
float: right;
font-size: 12px;
color: #fff;
margin-top: 6px; }
.JSNews .dnnForm {
/*RADIO BUTTONS GROUP*/ }
.JSNews .dnnForm fieldset {
border: none;
margin: 0;
padding: 0;
margin-bottom: 10px;
float: left;
clear: both;
width: 100%; }
.JSNews .dnnForm .fieldset {
float: left;
padding: 15px 0;
margin: 0;
width: 100%; }
.JSNews .dnnForm .fieldset:nth-child(even) {
background: rgba(59, 30, 119, 0.05); }
.JSNews .dnnForm .form-control {
width: 45%;
height: 35px;
line-height: normal;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none; }
.JSNews .dnnForm .form-control.teaser-txt {
height: 70px; }
.JSNews .dnnForm .form-control.body-txt {
height: 150px; }
.JSNews .dnnForm .btn-group.form-control {
width: 50%;
max-width: 450px; }
.JSNews .dnnForm h1, .JSNews .dnnForm h2, .JSNews .dnnForm h3, .JSNews .dnnForm h4, .JSNews .dnnForm h5, .JSNews .dnnForm h6 {
color: #3b1e77; }
.JSNews .dnnForm h3 {
font-size: 1.571em; }
.JSNews .dnnForm h4 {
font-size: 1.286em; }
.JSNews .dnnForm .dnnFormSectionHead {
border-bottom: none;
position: relative; }
.JSNews .dnnForm .dnnFormSectionHead span {
font-size: inherit;
color: #fff; }
.JSNews .dnnForm .dnnFormSectionHead .dnnFormMessage {
margin: 0 0 30px;
padding: 15px;
background-size: 30px;
font-weight: normal;
line-height: normal;
border: none;
max-width: 100%;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.JSNews .dnnForm .dnnFormSectionHead .dnnFormMessage.dnnFormTitle {
color: #fff;
background-color: rgba(59, 30, 119, 0.8); }
.JSNews .dnnForm .dnnFormSectionHead .dnnFormMessage.dnnFormTitle.dnnFormIcon {
padding: 15px 15px 15px 55px;
background-image: url(Images/Icons/h-icon.png);
background-repeat: no-repeat;
background-position: 15px center; }
.JSNews .dnnForm .dnnFormSectionHead .dnnFormMessage.dnnFormInfo {
color: #fff;
background: rgba(59, 30, 119, 0.5);
/*display: $none;*/ }
.JSNews .dnnForm .dnnFormSectionHead .JSNewsMenu {
display: inline-block;
margin: 0; }
.JSNews .dnnForm .dnnFormSectionHead .JSNewsMenu .dnnFormTitle {
float: left;
background-color: rgba(59, 30, 119, 0.7); }
.JSNews .dnnForm .dnnFormSectionHead .JSNewsMenu .dnnFormTitle.error {
background-color: #d9534f; }
.JSNews .dnnForm .dnnFormSectionHead .JSNewsMenu .dnnFormTitle.success {
background-color: #27ae60; }
.JSNews .dnnForm .dnnFormSectionHead .JSNewsMenu .dnnFormMessage {
padding: 0 15px;
min-width: 45px;
width: 100%;
height: 45px;
line-height: 45px;
font-size: 1.286em; }
.JSNews .dnnForm .dnnFormSectionHead .JSNewsMenu .dnnFormMessage.no-controls {
width: 100%; }
.JSNews .dnnForm .dnnFormSectionHead .JSNewsMenu .dnnFormMessage.one-control {
width: calc(100% - 45px); }
.JSNews .dnnForm .dnnFormSectionHead .JSNewsMenu .dnnFormMessage.two-controls {
width: calc(100% - 90px); }
.JSNews .dnnForm .dnnFormSectionHead .JSNewsMenu .dnnFormMessage.three-controls {
width: calc(100% - 135px); }
.JSNews .dnnForm .dnnFormSectionHead .JSNewsMenu .dnnFormMessage.four-controls {
width: calc(100% - 180px); }
.JSNews .dnnForm .dnnFormSectionHead .JSNewsMenu a.btn {
float: left;
padding: 0;
margin: 0;
min-width: 45px;
height: 45px;
line-height: 45px;
font-size: 1.286em;
text-align: center; }
.JSNews .dnnForm .dnnFormSectionHead .JSNewsMenu a.btn.error {
background-color: #d9534f; }
.JSNews .dnnForm .dnnFormSectionHead .JSNewsMenu a.btn.error:hover {
background-color: rgba(217, 83, 79, 0.8); }
.JSNews .dnnForm .dnnFormSectionHead .JSNewsMenu a.btn.success {
background-color: #27ae60; }
.JSNews .dnnForm .dnnFormSectionHead .JSNewsMenu a.btn.success:hover {
background-color: rgba(39, 174, 96, 0.8); }
.JSNews .dnnForm .dnnFormSectionHead .no-spacing {
margin: 0; }
.JSNews .dnnForm .dnnFormSectionHead.fixed {
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
position: fixed;
width: 100%;
z-index: 99; }
.JSNews .dnnForm input[type=checkbox],
.JSNews .dnnForm input[type=radio] {
visibility: hidden;
display: none; }
.JSNews .dnnForm .dnnCheckbox img {
display: inline-block;
width: 20px;
height: 18px;
min-width: 20px;
vertical-align: middle; }
.JSNews .dnnForm .dnnCheckbox img {
background: transparent url(Images/Icons/checkbox.png) no-repeat; }
.JSNews .dnnForm .dnnCheckbox img {
background-position: 0px 0px; }
.JSNews .dnnForm .dnnCheckbox-checked img {
background-position: -50px 0px; }
.JSNews .dnnForm .dnnCheckbox-disabled img {
opacity: .5; }
.JSNews .dnnForm .dnnRadiobutton img {
width: 20px;
height: 18px;
min-width: 20px;
vertical-align: middle; }
.JSNews .dnnForm .dnnRadiobutton img {
/*background: transparent url(radiobutton.png) no-repeat;*/
background: transparent url(Images/Icons/radiobutton.png) no-repeat; }
.JSNews .dnnForm .dnnRadiobutton img {
background-position: 0px 0px; }
.JSNews .dnnForm .dnnRadiobutton-checked img {
background-position: -50px 0px; }
.JSNews .dnnForm .dnnRadiobutton-disabled img {
opacity: .5; }
.JSNews .dnnForm .dnnFormItem {
margin-top: 15px;
float: left; }
.JSNews .dnnForm .dnnFormItem:first-child {
margin-top: 0; }
.JSNews .dnnForm .dnnFormItem select > option {
color: #3b1e77; }
.JSNews .dnnForm .dnnFormItem label span,
.JSNews .dnnForm .dnnFormItem .dnnBoxLabel {
color: rgba(59, 30, 119, 0.7);
font-weight: bold; }
.JSNews .dnnForm .dnnFormItem > .dnnLabel,
.JSNews .dnnForm .dnnFormItem .dnnLabel {
margin-top: 5px; }
.JSNews .dnnForm .dnnFormItem > .dnnLabel + span,
.JSNews .dnnForm .dnnFormItem .dnnLabel + span {
margin-top: 0;
margin-bottom: 0; }
.JSNews .dnnForm .dnnFormItem .btn {
line-height: normal;
border: none;
padding: 10px 15px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out; }
.JSNews .dnnForm .dnnFormItem .btn.btn-primary {
background-color: rgba(59, 30, 119, 0.7); }
.JSNews .dnnForm .dnnFormItem .btn.btn-primary:hover, .JSNews .dnnForm .dnnFormItem .btn.btn-primary:focus, .JSNews .dnnForm .dnnFormItem .btn.btn-primary:active {
background-color: rgba(59, 30, 119, 0.8);
outline: none !important; }
.JSNews .dnnForm .dnnFormItem .btn.btn-default {
color: rgba(59, 30, 119, 0.7); }
.JSNews .dnnForm .dnnFormItem .btn.btn-default:hover, .JSNews .dnnForm .dnnFormItem .btn.btn-default:focus, .JSNews .dnnForm .dnnFormItem .btn.btn-default:active {
color: #fff;
background-color: rgba(59, 30, 119, 0.7);
outline: none !important; }
.JSNews .dnnForm .dnnFormItem .btn:hover {
border: none; }
.JSNews .dnnForm .dnnFormItem .btn:active {
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none; }
.JSNews .dnnForm .dnnFormItem.controls {
margin: 0;
padding: 10px 0 0 0;
border-top: 1px solid rgba(59, 30, 119, 0.25); }
.JSNews .dnnForm .dnnFormItem.popup {
position: fixed;
top: 0;
left: 0;
margin: 0;
text-align: center;
background: rgba(255, 255, 255, 0.7);
width: 100%;
height: 100%;
z-index: 9998; }
.JSNews .dnnForm .dnnFormItem.popup.confirm-box .popup-wrapper {
top: calc((100% - 315px)/2); }
.JSNews .dnnForm .dnnFormItem.popup.auto-close-box .popup-wrapper {
top: calc((100% - 274px)/2); }
.JSNews .dnnForm .dnnFormItem.popup.overlay .popup-wrapper {
top: 40px;
position: relative; }
.JSNews .dnnForm .dnnFormItem.popup.overlay .popup-wrapper .popup-icon {
color: rgba(59, 30, 119, 0.7); }
.JSNews .dnnForm .dnnFormItem.popup.overlay .popup-wrapper h1, .JSNews .dnnForm .dnnFormItem.popup.overlay .popup-wrapper h2, .JSNews .dnnForm .dnnFormItem.popup.overlay .popup-wrapper h3, .JSNews .dnnForm .dnnFormItem.popup.overlay .popup-wrapper h4, .JSNews .dnnForm .dnnFormItem.popup.overlay .popup-wrapper h5, .JSNews .dnnForm .dnnFormItem.popup.overlay .popup-wrapper h6 {
color: rgba(59, 30, 119, 0.7); }
.JSNews .dnnForm .dnnFormItem.popup.overlay .popup-wrapper input[type=text] {
height: 100px; }
.JSNews .dnnForm .dnnFormItem.popup .popup-wrapper {
position: relative;
width: 60%;
left: 20%;
padding: 15px; }
.JSNews .dnnForm .dnnFormItem.popup .popup-wrapper h1, .JSNews .dnnForm .dnnFormItem.popup .popup-wrapper h2, .JSNews .dnnForm .dnnFormItem.popup .popup-wrapper h3, .JSNews .dnnForm .dnnFormItem.popup .popup-wrapper h4, .JSNews .dnnForm .dnnFormItem.popup .popup-wrapper h5, .JSNews .dnnForm .dnnFormItem.popup .popup-wrapper h6 {
border: none;
padding: 0;
margin: 0; }
.JSNews .dnnForm .dnnFormItem.popup .popup-wrapper .popup-icon {
display: block; }
.JSNews .dnnForm .dnnFormItem.popup .popup-wrapper .popup-icon .fa {
font-size: 15em;
text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15); }
.JSNews .dnnForm .dnnFormItem.popup .popup-wrapper .popup-msg {
display: block;
margin: 10px 0 10px 0;
word-wrap: break-word;
word-break: break-all; }
.JSNews .dnnForm .dnnFormItem.popup .popup-wrapper .btn-group {
margin-top: 15px; }
.JSNews .dnnForm .dnnFormItem.popup .popup-wrapper .btn-group .btn {
margin: 0; }
.JSNews .dnnForm .dnnFormItem.popup .popup-wrapper .btn {
border: none;
margin: 15px 0 0 0; }
.JSNews .dnnForm .dnnFormItem.popup .popup-wrapper .progress-bar {
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 2px;
-webkit-transition: width 3000ms ease-out;
-moz-transition: width 3000ms ease-out;
-o-transition: width 3000ms ease-out;
transition: width 3000ms ease-out;
-webkit-transition-delay: 0;
-moz-transition-delay: 0;
-o-transition-delay: 0;
transition-delay: 0; }
.JSNews .dnnForm .dnnFormItem.popup .popup-wrapper .close-action {
position: absolute;
background-color: transparent;
color: rgba(59, 30, 119, 0.7);
border: none;
top: -70px;
right: -70px;
padding: 0;
margin: 0;
width: 70px;
height: 70px;
line-height: 70px; }
.JSNews .dnnForm .dnnFormItem.popup .popup-wrapper .close-action:hover {
background-color: rgba(59, 30, 119, 0.7);
color: #fff; }
.JSNews .dnnForm .dnnFormItem.popup.success .popup-wrapper .popup-icon {
color: #27ae60; }
.JSNews .dnnForm .dnnFormItem.popup.success .popup-wrapper h1, .JSNews .dnnForm .dnnFormItem.popup.success .popup-wrapper h2, .JSNews .dnnForm .dnnFormItem.popup.success .popup-wrapper h3, .JSNews .dnnForm .dnnFormItem.popup.success .popup-wrapper h4, .JSNews .dnnForm .dnnFormItem.popup.success .popup-wrapper h5, .JSNews .dnnForm .dnnFormItem.popup.success .popup-wrapper h6 {
color: #27ae60; }
.JSNews .dnnForm .dnnFormItem.popup.success .popup-wrapper .btn.close-action:hover {
background-color: #27ae60; }
.JSNews .dnnForm .dnnFormItem.popup.success .popup-wrapper .progress-bar {
background: #27ae60; }
.JSNews .dnnForm .dnnFormItem.popup.success .popup-wrapper .close-action {
color: #27ae60; }
.JSNews .dnnForm .dnnFormItem.popup.success .popup-wrapper .close-action:hover {
color: #fff;
background-color: #27ae60; }
.JSNews .dnnForm .dnnFormItem.popup.warning .popup-wrapper .popup-icon {
color: #d9534f; }
.JSNews .dnnForm .dnnFormItem.popup.warning .popup-wrapper h1, .JSNews .dnnForm .dnnFormItem.popup.warning .popup-wrapper h2, .JSNews .dnnForm .dnnFormItem.popup.warning .popup-wrapper h3, .JSNews .dnnForm .dnnFormItem.popup.warning .popup-wrapper h4, .JSNews .dnnForm .dnnFormItem.popup.warning .popup-wrapper h5, .JSNews .dnnForm .dnnFormItem.popup.warning .popup-wrapper h6 {
color: #d9534f; }
.JSNews .dnnForm .dnnFormItem.popup.warning .popup-wrapper .btn.close-action:hover {
background-color: #d9534f; }
.JSNews .dnnForm .dnnFormItem.popup.warning .popup-wrapper .progress-bar {
background: #d9534f; }
.JSNews .dnnForm .dnnFormItem.popup.warning .popup-wrapper .close-action {
color: #d9534f; }
.JSNews .dnnForm .dnnFormItem.popup.warning .popup-wrapper .close-action:hover {
color: #fff;
background-color: #d9534f; }
.JSNews .dnnForm .dnnFormItem.group input[type="text"],
.JSNews .dnnForm .dnnFormItem.group select,
.JSNews .dnnForm .dnnFormItem.group textarea,
.JSNews .dnnForm .dnnFormItem.group input[type="email"],
.JSNews .dnnForm .dnnFormItem.group input[type="search"],
.JSNews .dnnForm .dnnFormItem.group input[type="date"] {
float: left;
height: 35px;
line-height: 35px;
width: 50%;
max-width: 450px; }
.JSNews .dnnForm .dnnFormItem.group input[type="text"].grouped,
.JSNews .dnnForm .dnnFormItem.group select.grouped,
.JSNews .dnnForm .dnnFormItem.group textarea.grouped,
.JSNews .dnnForm .dnnFormItem.group input[type="email"].grouped,
.JSNews .dnnForm .dnnFormItem.group input[type="search"].grouped,
.JSNews .dnnForm .dnnFormItem.group input[type="date"].grouped {
border-right: none; }
.JSNews .dnnForm .dnnFormItem.group input[type="text"].grouped.squared-box,
.JSNews .dnnForm .dnnFormItem.group select.grouped.squared-box,
.JSNews .dnnForm .dnnFormItem.group textarea.grouped.squared-box,
.JSNews .dnnForm .dnnFormItem.group input[type="email"].grouped.squared-box,
.JSNews .dnnForm .dnnFormItem.group input[type="search"].grouped.squared-box,
.JSNews .dnnForm .dnnFormItem.group input[type="date"].grouped.squared-box {
width: calc(50% - 35px);
max-width: 415px; }
.JSNews .dnnForm .dnnFormItem.group input[type="text"].grouped.squared-box:focus,
.JSNews .dnnForm .dnnFormItem.group select.grouped.squared-box:focus,
.JSNews .dnnForm .dnnFormItem.group textarea.grouped.squared-box:focus,
.JSNews .dnnForm .dnnFormItem.group input[type="email"].grouped.squared-box:focus,
.JSNews .dnnForm .dnnFormItem.group input[type="search"].grouped.squared-box:focus,
.JSNews .dnnForm .dnnFormItem.group input[type="date"].grouped.squared-box:focus {
border: 1px solid #3b1e77; }
.JSNews .dnnForm .dnnFormItem.group input[type="text"].ungrouped,
.JSNews .dnnForm .dnnFormItem.group select.ungrouped,
.JSNews .dnnForm .dnnFormItem.group textarea.ungrouped,
.JSNews .dnnForm .dnnFormItem.group input[type="email"].ungrouped,
.JSNews .dnnForm .dnnFormItem.group input[type="search"].ungrouped,
.JSNews .dnnForm .dnnFormItem.group input[type="date"].ungrouped {
border: 1px solid rgba(59, 30, 119, 0.25); }
.JSNews .dnnForm .dnnFormItem.group input[type="text"].ungrouped:focus,
.JSNews .dnnForm .dnnFormItem.group select.ungrouped:focus,
.JSNews .dnnForm .dnnFormItem.group textarea.ungrouped:focus,
.JSNews .dnnForm .dnnFormItem.group input[type="email"].ungrouped:focus,
.JSNews .dnnForm .dnnFormItem.group input[type="search"].ungrouped:focus,
.JSNews .dnnForm .dnnFormItem.group input[type="date"].ungrouped:focus {
border: 1px solid #3b1e77; }
.JSNews .dnnForm .dnnFormItem.group .news-image {
float: left;
width: auto;
height: 35px; }
.JSNews .dnnForm .dnnFormItem.group .btn {
float: left;
padding: 0 10px;
height: 35px;
line-height: 35px;
min-width: 35px;
text-align: center; }
.JSNews .dnnForm .dnnFormItem.group .btn.btn-icon {
padding: 0; }
.JSNews .dnnForm .dnnFormItem .input-group {
display: block; }
.JSNews .dnnForm .dnnFormItem .input-group .input-group-addon {
float: left;
width: 35px;
height: 35px;
line-height: 35px;
padding: 0;
background-color: #fff;
border: 1px solid rgba(59, 30, 119, 0.25);
/*border-left: $none;*/
text-decoration: none;
color: rgba(59, 30, 119, 0.7);
cursor: pointer;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.JSNews .dnnForm .dnnFormItem .input-group .input-group-addon:hover {
color: rgba(59, 30, 119, 0.7); }
.JSNews .dnnForm .dnnFormItem .input-group .input-group-addon i {
height: 33px;
width: 33px;
line-height: 33px;
display: block; }
.JSNews .dnnForm .dnnFormItem .txt-error-validate {
font-style: italic;
position: absolute;
top: 5px;
/*left: calc(82.075% - 97px);*/
left: calc(32.075% + 355px - 4px);
color: #fff;
background: #d9534f;
height: 25px;
line-height: 25px;
min-width: 110px;
text-align: center; }
.JSNews .dnnForm.add-news .dnnFormItem button,
.JSNews .dnnForm.add-news .dnnFormItem input[type="button"],
.JSNews .dnnForm.add-news .dnnFormItem input[type="reset"],
.JSNews .dnnForm.add-news .dnnSecondaryAction,
.JSNews .dnnForm.add-news a.dnnSecondaryAction,
.JSNews .dnnForm.add-news ul.dnnAdminTabNav li a,
.JSNews .dnnForm.add-news .dnnLogin .LoginTabGroup span, .JSNews .dnnForm.settings .dnnFormItem button,
.JSNews .dnnForm.settings .dnnFormItem input[type="button"],
.JSNews .dnnForm.settings .dnnFormItem input[type="reset"],
.JSNews .dnnForm.settings .dnnSecondaryAction,
.JSNews .dnnForm.settings a.dnnSecondaryAction,
.JSNews .dnnForm.settings ul.dnnAdminTabNav li a,
.JSNews .dnnForm.settings .dnnLogin .LoginTabGroup span {
margin: 0;
padding: 0 10px;
height: 35px;
line-height: 35px;
min-width: 35px;
text-align: center;
color: #fff;
background: rgba(59, 30, 119, 0.7);
font-family: inherit;
font-weight: normal;
border: none;
text-decoration: none;
text-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none; }
.JSNews .dnnForm.add-news .dnnFormItem button:hover,
.JSNews .dnnForm.add-news .dnnFormItem input[type="button"]:hover,
.JSNews .dnnForm.add-news .dnnFormItem input[type="reset"]:hover,
.JSNews .dnnForm.add-news .dnnSecondaryAction:hover,
.JSNews .dnnForm.add-news a.dnnSecondaryAction:hover,
.JSNews .dnnForm.add-news ul.dnnAdminTabNav li a:hover,
.JSNews .dnnForm.add-news .dnnLogin .LoginTabGroup span:hover, .JSNews .dnnForm.settings .dnnFormItem button:hover,
.JSNews .dnnForm.settings .dnnFormItem input[type="button"]:hover,
.JSNews .dnnForm.settings .dnnFormItem input[type="reset"]:hover,
.JSNews .dnnForm.settings .dnnSecondaryAction:hover,
.JSNews .dnnForm.settings a.dnnSecondaryAction:hover,
.JSNews .dnnForm.settings ul.dnnAdminTabNav li a:hover,
.JSNews .dnnForm.settings .dnnLogin .LoginTabGroup span:hover {
background: rgba(59, 30, 119, 0.8); }
.JSNews .dnnForm.add-news a.dnnFormHelp, .JSNews .dnnForm.settings a.dnnFormHelp {
color: rgba(59, 30, 119, 0.7);
background: none;
top: 0;
width: auto;
height: auto;
font-weight: normal; }
.JSNews .dnnForm.add-news, .JSNews .dnnForm.settings {
font-size: 14px;
min-height: 475px; }
.JSNews .dnnForm.add-news input[type="text"],
.JSNews .dnnForm.add-news select,
.JSNews .dnnForm.add-news textarea,
.JSNews .dnnForm.add-news input[type="email"],
.JSNews .dnnForm.add-news input[type="search"],
.JSNews .dnnForm.add-news input[type="date"], .JSNews .dnnForm.settings input[type="text"],
.JSNews .dnnForm.settings select,
.JSNews .dnnForm.settings textarea,
.JSNews .dnnForm.settings input[type="email"],
.JSNews .dnnForm.settings input[type="search"],
.JSNews .dnnForm.settings input[type="date"] {
margin: 0;
border: 1px solid rgba(59, 30, 119, 0.25);
color: rgba(59, 30, 119, 0.5);
width: 50%;
max-width: 450px;
font-size: 1em;
padding: 0 8px;
height: 35px;
line-height: 35px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out; }
.JSNews .dnnForm.add-news input[type="text"]:active, .JSNews .dnnForm.add-news input[type="text"]:focus,
.JSNews .dnnForm.add-news select:active,
.JSNews .dnnForm.add-news select:focus,
.JSNews .dnnForm.add-news textarea:active,
.JSNews .dnnForm.add-news textarea:focus,
.JSNews .dnnForm.add-news input[type="email"]:active,
.JSNews .dnnForm.add-news input[type="email"]:focus,
.JSNews .dnnForm.add-news input[type="search"]:active,
.JSNews .dnnForm.add-news input[type="search"]:focus,
.JSNews .dnnForm.add-news input[type="date"]:active,
.JSNews .dnnForm.add-news input[type="date"]:focus, .JSNews .dnnForm.settings input[type="text"]:active, .JSNews .dnnForm.settings input[type="text"]:focus,
.JSNews .dnnForm.settings select:active,
.JSNews .dnnForm.settings select:focus,
.JSNews .dnnForm.settings textarea:active,
.JSNews .dnnForm.settings textarea:focus,
.JSNews .dnnForm.settings input[type="email"]:active,
.JSNews .dnnForm.settings input[type="email"]:focus,
.JSNews .dnnForm.settings input[type="search"]:active,
.JSNews .dnnForm.settings input[type="search"]:focus,
.JSNews .dnnForm.settings input[type="date"]:active,
.JSNews .dnnForm.settings input[type="date"]:focus {
color: #3b1e77;
background: #fff;
border: 1px solid #3b1e77;
outline: none;
overflow: visible;
-moz-box-shadow: 0 0 6px 1px rgba(59, 30, 119, 0.5);
-webkit-box-shadow: 0 0 6px 1px rgba(59, 30, 119, 0.5);
-o-box-shadow: 0 0 6px 1px rgba(59, 30, 119, 0.5);
box-shadow: 0 0 6px 1px rgba(59, 30, 119, 0.5); }
.JSNews .dnnForm.add-news input[type="text"][disabled="disabled"],
.JSNews .dnnForm.add-news select[disabled="disabled"],
.JSNews .dnnForm.add-news textarea[disabled="disabled"],
.JSNews .dnnForm.add-news input[type="email"][disabled="disabled"],
.JSNews .dnnForm.add-news input[type="search"][disabled="disabled"],
.JSNews .dnnForm.add-news input[type="date"][disabled="disabled"], .JSNews .dnnForm.settings input[type="text"][disabled="disabled"],
.JSNews .dnnForm.settings select[disabled="disabled"],
.JSNews .dnnForm.settings textarea[disabled="disabled"],
.JSNews .dnnForm.settings input[type="email"][disabled="disabled"],
.JSNews .dnnForm.settings input[type="search"][disabled="disabled"],
.JSNews .dnnForm.settings input[type="date"][disabled="disabled"] {
color: #3b1e77;
width: calc(50% - 50px);
display: inline-block;
border: none;
background: none;
padding: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none; }
.JSNews .dnnForm.add-news input[type="text"].txt-img-url,
.JSNews .dnnForm.add-news select.txt-img-url,
.JSNews .dnnForm.add-news textarea.txt-img-url,
.JSNews .dnnForm.add-news input[type="email"].txt-img-url,
.JSNews .dnnForm.add-news input[type="search"].txt-img-url,
.JSNews .dnnForm.add-news input[type="date"].txt-img-url, .JSNews .dnnForm.settings input[type="text"].txt-img-url,
.JSNews .dnnForm.settings select.txt-img-url,
.JSNews .dnnForm.settings textarea.txt-img-url,
.JSNews .dnnForm.settings input[type="email"].txt-img-url,
.JSNews .dnnForm.settings input[type="search"].txt-img-url,
.JSNews .dnnForm.settings input[type="date"].txt-img-url {
margin-left: 10px; }
.JSNews .dnnForm.add-news select, .JSNews .dnnForm.settings select {
width: auto;
min-width: 100px; }
.JSNews .dnnForm.add-news .rich-text-editor textarea, .JSNews .dnnForm.settings .rich-text-editor textarea {
max-width: calc(100% - 16px);
max-height: calc(100% - 10px); }
.JSNews .dnnForm.add-news .rich-text-editor textarea:active, .JSNews .dnnForm.add-news .rich-text-editor textarea:focus, .JSNews .dnnForm.settings .rich-text-editor textarea:active, .JSNews .dnnForm.settings .rich-text-editor textarea:focus {
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none; }
.JSNews .panel h1, .JSNews .panel h2, .JSNews .panel h3, .JSNews .panel h4, .JSNews .panel h5, .JSNews .panel h6 {
/*color: $dark;*/
/*margin: 0 0 10px;*/ }
.JSNews .panel h3 {
/*font-size: 1rem;*/
font-size: 1.571em; }
.JSNews .panel h4 {
/*font-size: 0.85rem;*/
font-size: 1.286em; }
.JSNews .panel p {
/*font-size: 0.65rem;*/
font-size: 1em; }
.JSNews .panel a.btn-primary:active,
.JSNews .panel a.btn-primary:link,
.JSNews .panel a.btn-primary:visited {
color: #fff; }
.JSNews .panel .btn {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
line-height: normal;
border-color: transparent;
border: none;
-webkit-transition: background-color 300ms ease-out;
-moz-transition: background-color 300ms ease-out;
-o-transition: background-color 300ms ease-out;
transition: background-color 300ms ease-out; }
.JSNews .panel .btn.btn-primary {
background-color: rgba(59, 30, 119, 0.7);
border-color: transparent; }
.JSNews .panel .btn.btn-primary:hover {
background-color: rgba(59, 30, 119, 0.8);
border-color: transparent;
text-decoration: none; }
.JSNews .panel .btn:hover {
border-color: transparent; }
.JSNews .panel .btn:active {
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none; }
.JSNews .panel .btn.active_page {
background-color: rgba(59, 30, 119, 0.8); }
.JSNews .panel .btn.aspNetDisabled, .JSNews .panel .btn.dnnDisabled, .JSNews .panel .btn.no_more, .JSNews .panel .btn[disabled=disabled] {
color: rgba(255, 255, 255, 0.35) !important;
background: rgba(59, 30, 119, 0.7);
cursor: not-allowed; }
.JSNews .panel .btn.aspNetDisabled:hover, .JSNews .panel .btn.dnnDisabled:hover, .JSNews .panel .btn.no_more:hover, .JSNews .panel .btn[disabled=disabled]:hover {
color: rgba(255, 255, 255, 0.35);
background: rgba(59, 30, 119, 0.7); }
.JSNews .panel .btn-group .btn + .btn,
.JSNews .panel .btn-group .btn + .btn-group,
.JSNews .panel .btn-group .btn-group + .btn,
.JSNews .panel .btn-group .btn-group + .btn-group {
margin-left: 0; }
.JSNews .panel .panel-footer {
float: right;
clear: both;
background-color: transparent;
border: none; }
.JSNews .panel .info_text {
float: right;
padding: 6px 12px;
background-color: rgba(59, 30, 119, 0.7);
color: #fff;
border-color: transparent; }
.JSNews .panel .list-group {
margin: 0; }
.JSNews .panel .list-group .list-group-item-text {
color: #999; }
.JSNews .panel .list-group .list-group-item-heading {
margin: 0;
color: #333; }
.JSNews .panel .list-group .badge {
position: absolute;
min-width: 10px;
padding: 2px 6px;
line-height: normal;
top: 0;
right: 0;
font-weight: normal;
color: #fff;
background-color: rgba(59, 30, 119, 0.7);
border-radius: 0; }
.JSNews .panel .list-group .badge.no-txt {
padding: 0; }
.JSNews .panel .list-group .list-group-item {
float: left;
clear: both;
width: 100%;
margin-bottom: 0;
border: none;
border-bottom: 1px solid rgba(59, 30, 119, 0.25); }
.JSNews .panel .list-group .list-group-item:last-child, .JSNews .panel .list-group .list-group-item:first-child {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.JSNews .panel .list-group .list-group-item:nth-last-child(-n+2) {
margin-bottom: 0; }
.JSNews .panel .list-group .list-group-item > a {
text-decoration: none; }
.JSNews .panel .list-group .list-group-item > a.read-more {
padding: 6px 12px;
margin-top: 15px;
float: right;
background: transparent;
color: rgba(59, 30, 119, 0.8);
border: 2px solid rgba(59, 30, 119, 0.7);
clear: both; }
.JSNews .panel .list-group .list-group-item:focus, .JSNews .panel .list-group .list-group-item:hover, .JSNews .panel .list-group .list-group-item:active {
color: #3b1e77;
background-color: rgba(59, 30, 119, 0.05);
-webkit-transition: background-color 300ms ease-out;
-moz-transition: background-color 300ms ease-out;
-o-transition: background-color 300ms ease-out;
transition: background-color 300ms ease-out; }
.JSNews .panel .list-group .list-group-item:focus .list-group-item-heading, .JSNews .panel .list-group .list-group-item:hover .list-group-item-heading, .JSNews .panel .list-group .list-group-item:active .list-group-item-heading {
color: #3b1e77; }
.JSNews .panel .list-group .list-group-item:focus .badge, .JSNews .panel .list-group .list-group-item:hover .badge, .JSNews .panel .list-group .list-group-item:active .badge {
background: none;
color: #3b1e77; }
.JSNews .panel .list-group .list-group-item:focus .list-group-item-text, .JSNews .panel .list-group .list-group-item:hover .list-group-item-text, .JSNews .panel .list-group .list-group-item:active .list-group-item-text {
color: #3b1e77; }
.JSNews .panel .list-group .list-group-item:focus h1, .JSNews .panel .list-group .list-group-item:focus h2, .JSNews .panel .list-group .list-group-item:focus h3, .JSNews .panel .list-group .list-group-item:focus h4, .JSNews .panel .list-group .list-group-item:focus h5, .JSNews .panel .list-group .list-group-item:focus h6, .JSNews .panel .list-group .list-group-item:hover h1, .JSNews .panel .list-group .list-group-item:hover h2, .JSNews .panel .list-group .list-group-item:hover h3, .JSNews .panel .list-group .list-group-item:hover h4, .JSNews .panel .list-group .list-group-item:hover h5, .JSNews .panel .list-group .list-group-item:hover h6, .JSNews .panel .list-group .list-group-item:active h1, .JSNews .panel .list-group .list-group-item:active h2, .JSNews .panel .list-group .list-group-item:active h3, .JSNews .panel .list-group .list-group-item:active h4, .JSNews .panel .list-group .list-group-item:active h5, .JSNews .panel .list-group .list-group-item:active h6 {
color: #3b1e77; }
.JSNews .panel .list-group .list-group-item:focus .btn-default, .JSNews .panel .list-group .list-group-item:hover .btn-default, .JSNews .panel .list-group .list-group-item:active .btn-default {
background: rgba(59, 30, 119, 0.7);
color: #fff; }
.JSNews .panel .list-group .list-group-item:focus .btn-default:hover, .JSNews .panel .list-group .list-group-item:hover .btn-default:hover, .JSNews .panel .list-group .list-group-item:active .btn-default:hover {
background: rgba(59, 30, 119, 0.8); }
.JSNews .panel .list-group .list-group-item:focus > a.read-more, .JSNews .panel .list-group .list-group-item:hover > a.read-more, .JSNews .panel .list-group .list-group-item:active > a.read-more {
background: rgba(59, 30, 119, 0.7);
color: #fff;
border: 2px solid transparent;
-webkit-transition: background-color 300ms ease-out;
-moz-transition: background-color 300ms ease-out;
-o-transition: background-color 300ms ease-out;
transition: background-color 300ms ease-out; }
.JSNews .panel .list-group .list-group-item:focus > a.read-more:hover, .JSNews .panel .list-group .list-group-item:hover > a.read-more:hover, .JSNews .panel .list-group .list-group-item:active > a.read-more:hover {
background: rgba(59, 30, 119, 0.8); }
.JSNews .panel .list-group .list-group-item:focus:hover .pnl-admin .btn-group, .JSNews .panel .list-group .list-group-item:hover:hover .pnl-admin .btn-group, .JSNews .panel .list-group .list-group-item:active:hover .pnl-admin .btn-group {
display: block; }
.JSNews .panel .rpt-list .list-group-item {
padding: 10px; }
.JSNews .panel .rpt-list .no-img .list-group-item .teaser-txt {
width: 100%; }
.JSNews .panel .rpt-list .no-img .list-group-item > a.read-more {
clear: both; }
.JSNews .panel .rpt-list .pnl-admin .btn-group {
display: none;
position: absolute;
top: 10px;
right: 10px; }
.JSNews .panel .rpt-list .pnl-admin .btn {
padding: 4px 8px; }
.JSNews .panel .rpt-list .panel-footer {
padding: 10px 10px 10px 0; }
.JSNews .panel .rpt-list .info_text {
margin: 10px 0 10px 0; }
.JSNews .panel .rpt-list .news-image {
margin: 0 0 10px 0; }
.JSNews .panel .rpt-list .news-image .news-image {
max-width: 170px;
min-width: 170px;
width: auto;
height: auto; }
.JSNews .panel .rpt-list .teaser-txt {
float: right;
width: calc(100% - 185px); }
.JSNews .panel .rpt-list .body-txt {
float: left;
width: calc(100% - 270px);
clear: right; }
.JSNews .panel .rpt-list .panel-heading {
padding: 0 0 5px 0; }
.JSNews .panel .rpt-accordion .list-group-item {
padding: 0;
overflow: hidden;
min-height: 64px; }
.JSNews .panel .rpt-accordion .list-group-item > a {
padding: 5px;
display: block; }
.JSNews .panel .rpt-accordion .pnl-admin {
position: relative; }
.JSNews .panel .rpt-accordion .pnl-admin .btn-group {
float: right;
margin-top: 5px;
display: none; }
.JSNews .panel .rpt-accordion .pnl-admin .btn {
padding: 2px 7px; }
.JSNews .panel .rpt-accordion .panel-footer {
padding: 10px 0; }
.JSNews .panel .rpt-accordion .info_text {
margin: 10px 0; }
.JSNews .panel .rpt-accordion .panel-heading {
padding: 0 0 5px 0; }
.JSNews .panel .rpt-accordion .news-image {
width: 40px;
height: auto;
float: left;
margin-right: 10px; }
.JSNews .panel .rpt-accordion .ellipsis {
height: 40px;
display: block; }
.JSNews .panel.view {
float: left;
width: 100%;
border: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none; }
.JSNews .panel.details-view {
margin-bottom: 0;
background: none;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none; }
.JSNews .panel.details-view .news-image {
padding: 0;
width: auto;
height: auto;
max-width: 270px;
min-width: 270px; }
.JSNews .panel.details-view .date {
color: rgba(59, 30, 119, 0.5); }
.JSNews .panel.details-view .body-txt {
float: right;
width: calc(100% - 285px);
color: #3b1e77; }
.JSNews .panel.details-view .panel-heading {
background: none;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.JSNews .panel.details-view .panel-body {
text-align: justify; }
.JSNews .panel.details-view .panel-footer {
width: 100%;
background-color: transparent;
border-top: 1px solid rgba(59, 30, 119, 0.25); }
.JSNews .panel.details-view.no-img .body-txt {
float: left;
width: 100%; }
.JSNews .panel .popup {
position: fixed;
top: 0;
left: 0;
margin: 0;
text-align: center;
background: rgba(255, 255, 255, 0.7);
width: 100%;
height: 100%;
z-index: 9998; }
.JSNews .panel .popup.confirm-box .popup-wrapper {
top: calc((100% - 315px)/2); }
.JSNews .panel .popup.auto-close-box .popup-wrapper {
top: calc((100% - 274px)/2); }
.JSNews .panel .popup.overlay .popup-wrapper {
top: 100px;
position: relative; }
.JSNews .panel .popup.overlay .popup-wrapper .popup-icon {
color: rgba(59, 30, 119, 0.7); }
.JSNews .panel .popup.overlay .popup-wrapper h1, .JSNews .panel .popup.overlay .popup-wrapper h2, .JSNews .panel .popup.overlay .popup-wrapper h3, .JSNews .panel .popup.overlay .popup-wrapper h4, .JSNews .panel .popup.overlay .popup-wrapper h5, .JSNews .panel .popup.overlay .popup-wrapper h6 {
color: rgba(59, 30, 119, 0.7); }
.JSNews .panel .popup.overlay .popup-wrapper h3 {
font-size: 1rem; }
.JSNews .panel .popup.overlay .popup-wrapper h4 {
font-size: 0.85rem; }
.JSNews .panel .popup .popup-wrapper {
position: relative;
width: 60%;
left: 20%;
padding: 15px; }
.JSNews .panel .popup .popup-wrapper h1, .JSNews .panel .popup .popup-wrapper h2, .JSNews .panel .popup .popup-wrapper h3, .JSNews .panel .popup .popup-wrapper h4, .JSNews .panel .popup .popup-wrapper h5, .JSNews .panel .popup .popup-wrapper h6 {
border: none;
padding: 0;
margin: 0; }
.JSNews .panel .popup .popup-wrapper .popup-icon {
display: block; }
.JSNews .panel .popup .popup-wrapper .popup-icon .fa {
font-size: 15em;
text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15); }
.JSNews .panel .popup .popup-wrapper .popup-msg {
display: block;
margin: 10px 0 10px 0;
word-wrap: break-word;
word-break: break-all; }
.JSNews .panel .popup .popup-wrapper .btn-group {
margin-top: 15px; }
.JSNews .panel .popup .popup-wrapper .btn-group .btn {
margin: 0; }
.JSNews .panel .popup .popup-wrapper .btn {
border: none;
margin: 15px 0 0 0;
padding: 10px 15px; }
.JSNews .panel .popup .popup-wrapper .progress-bar {
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 2px;
-webkit-transition: width 3000ms ease-out;
-moz-transition: width 3000ms ease-out;
-o-transition: width 3000ms ease-out;
transition: width 3000ms ease-out;
-webkit-transition-delay: 0;
-moz-transition-delay: 0;
-o-transition-delay: 0;
transition-delay: 0; }
.JSNews .panel .popup .popup-wrapper .close-action {
position: absolute;
background-color: transparent;
color: rgba(59, 30, 119, 0.7);
border: none;
top: -70px;
right: -70px;
padding: 0;
margin: 0;
width: 70px;
height: 70px;
line-height: 70px; }
.JSNews .panel .popup .popup-wrapper .close-action:hover {
background-color: rgba(59, 30, 119, 0.7);
color: #fff; }
.JSNews .panel .popup.success .popup-wrapper .popup-icon {
color: #27ae60; }
.JSNews .panel .popup.success .popup-wrapper h1, .JSNews .panel .popup.success .popup-wrapper h2, .JSNews .panel .popup.success .popup-wrapper h3, .JSNews .panel .popup.success .popup-wrapper h4, .JSNews .panel .popup.success .popup-wrapper h5, .JSNews .panel .popup.success .popup-wrapper h6 {
color: #27ae60; }
.JSNews .panel .popup.success .popup-wrapper .btn.close-action:hover {
background-color: #27ae60; }
.JSNews .panel .popup.success .popup-wrapper .progress-bar {
background: #27ae60; }
.JSNews .panel .popup.success .popup-wrapper .close-action {
color: #27ae60; }
.JSNews .panel .popup.success .popup-wrapper .close-action:hover {
color: #fff;
background-color: #27ae60; }
.JSNews .panel .popup.warning .popup-wrapper .popup-icon {
color: #d9534f; }
.JSNews .panel .popup.warning .popup-wrapper h1, .JSNews .panel .popup.warning .popup-wrapper h2, .JSNews .panel .popup.warning .popup-wrapper h3, .JSNews .panel .popup.warning .popup-wrapper h4, .JSNews .panel .popup.warning .popup-wrapper h5, .JSNews .panel .popup.warning .popup-wrapper h6 {
color: #d9534f; }
.JSNews .panel .popup.warning .popup-wrapper .btn.close-action:hover {
background-color: #d9534f; }
.JSNews .panel .popup.warning .popup-wrapper .progress-bar {
background: #d9534f; }
.JSNews .panel .popup.warning .popup-wrapper .close-action {
color: #d9534f; }
.JSNews .panel .popup.warning .popup-wrapper .close-action:hover {
color: #fff;
background-color: #d9534f; }
.JSNews .dropup .dropdown-menu {
border: 1px solid rgba(59, 30, 119, 0.7);
border-bottom: none;
margin-bottom: 0; }
.JSNews .input-group .input-group-addon {
height: 60px;
line-height: 60px;
padding: 0 20px;
border: none;
background-color: rgba(59, 30, 119, 0.7);
color: #fff;
cursor: default;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.JSNews .input-group .input-group-addon i {
height: 33px;
width: 33px;
line-height: 33px;
display: block; }
.JSNews .input-group .input-group-addon strong {
color: #fff; }
.JSNews .input-group input[type=text] {
border: 1px solid rgba(59, 30, 119, 0.7);
border-left: none;
padding: 20px 10px;
height: inherit;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none; }
.JSNews .input-group input[type=text][disabled=disabled], .JSNews .input-group input[type=text].aspNetDisabled {
border: none;
background: rgba(59, 30, 119, 0.7);
color: #fff;
cursor: default; }
.JSNews .pnl-owner-info {
text-align: left;
background: rgba(59, 30, 119, 0.8); }
.JSNews .pnl-owner-info .owner-wrapper {
padding: 10px 15px; }
.JSNews .pnl-owner-info .owner-wrapper span,
.JSNews .pnl-owner-info .owner-wrapper strong,
.JSNews .pnl-owner-info .owner-wrapper a,
.JSNews .pnl-owner-info .owner-wrapper a:link,
.JSNews .pnl-owner-info .owner-wrapper .btn {
color: #fff; }
.JSNews .pnl-owner-info .owner-wrapper span {
display: block;
line-height: 30px; }
.JSNews .bs-actionsbox,
.JSNews .bs-donebutton,
.JSNews .bs-searchbox {
padding: 0; }
.JSNews .bs-searchbox + .bs-actionsbox {
padding: 0; }
.JSNews .dropdown-menu {
margin-top: 0;
padding: 0;
border: 1px solid rgba(59, 30, 119, 0.7);
border-top: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.JSNews .dropdown-menu > li > a {
color: rgba(59, 30, 119, 0.7);
padding: 8px;
outline: none; }
.JSNews .dropdown-menu > li > a:hover {
color: #3b1e77; }
.JSNews .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
margin-top: 10px;
color: rgba(59, 30, 119, 0.7); }
.JSNews .tooltip.in {
filter: alpha(opacity=100);
opacity: 1; }
.JSNews .tooltip.top .tooltip-arrow {
border-top-color: rgba(0, 0, 0, 0.8); }
.JSNews .tooltip.top-left .tooltip-arrow {
border-top-color: rgba(0, 0, 0, 0.8); }
.JSNews .tooltip.top-right .tooltip-arrow {
border-top-color: rgba(0, 0, 0, 0.8); }
.JSNews .tooltip.right .tooltip-arrow {
border-right-color: rgba(0, 0, 0, 0.8); }
.JSNews .tooltip.left .tooltip-arrow {
border-left-color: rgba(0, 0, 0, 0.8); }
.JSNews .tooltip.bottom .tooltip-arrow {
border-bottom-color: rgba(0, 0, 0, 0.8); }
.JSNews .tooltip.bottom-left .tooltip-arrow {
border-bottom-color: rgba(0, 0, 0, 0.8); }
.JSNews .tooltip.bottom-right .tooltip-arrow {
border-bottom-color: rgba(0, 0, 0, 0.8); }
.JSNews .tooltip .tooltip-inner {
background-color: rgba(0, 0, 0, 0.8);
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.JSNews .ellipsis {
overflow: hidden;
text-overflow: ellipsis; }
.JSNews .hidden {
display: none !important;
visibility: hidden !important; }
.JSNews .aspNetDisabled,
.JSNews a.aspNetDisabled,
.JSNews .dnnDisabled,
.JSNews a.dnnDisabled,
.JSNews [disabled=disabled] {
color: rgba(59, 30, 119, 0.25);
cursor: default; }
.JSNews .popup {
position: fixed;
top: 0;
left: 0;
margin: 0;
text-align: center;
background: rgba(255, 255, 255, 0.7);
width: 100%;
height: 100%;
z-index: 9998; }
.JSNews .popup.confirm-box .popup-wrapper {
top: calc((100% - 315px)/2); }
.JSNews .popup.auto-close-box .popup-wrapper {
top: calc((100% - 274px)/2); }
.JSNews .popup.overlay .popup-wrapper {
top: 100px;
position: relative; }
.JSNews .popup.overlay .popup-wrapper .popup-icon {
color: rgba(59, 30, 119, 0.7); }
.JSNews .popup.overlay .popup-wrapper h1, .JSNews .popup.overlay .popup-wrapper h2, .JSNews .popup.overlay .popup-wrapper h3, .JSNews .popup.overlay .popup-wrapper h4, .JSNews .popup.overlay .popup-wrapper h5, .JSNews .popup.overlay .popup-wrapper h6 {
color: rgba(59, 30, 119, 0.7); }
.JSNews .popup.overlay .popup-wrapper input[type=text] {
height: 60px;
line-height: 60px;
padding: 0 10px;
text-align: center;
font-size: 1.5em;
border: none;
background: rgba(59, 30, 119, 0.7);
color: #fff; }
.JSNews .popup.overlay .popup-wrapper input[type=text]:focus {
background: rgba(59, 30, 119, 0.8); }
.JSNews .popup.overlay .popup-wrapper input[type=text]::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.35) !important;
font-style: italic; }
.JSNews .popup.overlay .popup-wrapper input[type=text]:-moz-placeholder {
color: rgba(255, 255, 255, 0.35) !important;
font-style: italic; }
.JSNews .popup.overlay .popup-wrapper input[type=text]::-moz-placeholder {
color: rgba(255, 255, 255, 0.35) !important;
font-style: italic; }
.JSNews .popup.overlay .popup-wrapper input[type=text]:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.35) !important;
font-style: italic; }
.JSNews .popup .popup-wrapper {
position: relative;
width: 60%;
left: 20%;
padding: 15px; }
.JSNews .popup .popup-wrapper h1, .JSNews .popup .popup-wrapper h2, .JSNews .popup .popup-wrapper h3, .JSNews .popup .popup-wrapper h4, .JSNews .popup .popup-wrapper h5, .JSNews .popup .popup-wrapper h6 {
border: none;
padding: 0;
margin: 0; }
.JSNews .popup .popup-wrapper .popup-icon {
display: block; }
.JSNews .popup .popup-wrapper .popup-icon .fa {
font-size: 15em;
text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15); }
.JSNews .popup .popup-wrapper .popup-msg {
display: block;
margin: 10px 0 10px 0;
word-wrap: break-word;
word-break: break-all; }
.JSNews .popup .popup-wrapper .input-group-btn .btn {
height: 60px;
line-height: 70px;
margin: 0;
padding: 0 15px; }
.JSNews .popup .popup-wrapper .input-group-btn .fa {
font-size: 2em; }
.JSNews .popup .popup-wrapper .alert {
margin: 15px 0 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.JSNews .popup .popup-wrapper .btn-group {
margin-top: 15px; }
.JSNews .popup .popup-wrapper .btn-group .btn {
margin: 0; }
.JSNews .popup .popup-wrapper .btn-group.more-space-top {
margin-top: 30px; }
.JSNews .popup .popup-wrapper .btn-group.no-spacing {
margin: 0; }
.JSNews .popup .popup-wrapper .btn {
border: none;
margin: 15px 0 0 0;
padding: 10px 15px; }
.JSNews .popup .popup-wrapper .btn.active {
background: rgba(59, 30, 119, 0.8); }
.JSNews .popup .popup-wrapper .progress-bar {
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 2px;
-webkit-transition: width 3000ms ease-out;
-moz-transition: width 3000ms ease-out;
-o-transition: width 3000ms ease-out;
transition: width 3000ms ease-out;
-webkit-transition-delay: 0;
-moz-transition-delay: 0;
-o-transition-delay: 0;
transition-delay: 0; }
.JSNews .popup .popup-wrapper .close-action {
position: absolute;
background-color: transparent;
color: rgba(59, 30, 119, 0.7);
border: none;
top: -70px;
right: -70px;
padding: 0;
margin: 0;
width: 70px;
height: 70px;
line-height: 70px; }
.JSNews .popup .popup-wrapper .close-action:hover {
background-color: rgba(59, 30, 119, 0.7);
color: #fff; }
.JSNews .popup.success .popup-wrapper .popup-icon {
color: #27ae60; }
.JSNews .popup.success .popup-wrapper h1, .JSNews .popup.success .popup-wrapper h2, .JSNews .popup.success .popup-wrapper h3, .JSNews .popup.success .popup-wrapper h4, .JSNews .popup.success .popup-wrapper h5, .JSNews .popup.success .popup-wrapper h6 {
color: #27ae60; }
.JSNews .popup.success .popup-wrapper .btn.close-action:hover {
background-color: #27ae60; }
.JSNews .popup.success .popup-wrapper .progress-bar {
background: #27ae60; }
.JSNews .popup.success .popup-wrapper .pnl-owner-info {
background: #27ae60; }
.JSNews .popup.success .popup-wrapper .close-action {
color: #27ae60; }
.JSNews .popup.success .popup-wrapper .close-action:hover {
color: #fff;
background-color: #27ae60; }
.JSNews .popup.warning .popup-wrapper .popup-icon {
color: #d9534f; }
.JSNews .popup.warning .popup-wrapper h1, .JSNews .popup.warning .popup-wrapper h2, .JSNews .popup.warning .popup-wrapper h3, .JSNews .popup.warning .popup-wrapper h4, .JSNews .popup.warning .popup-wrapper h5, .JSNews .popup.warning .popup-wrapper h6 {
color: #d9534f; }
.JSNews .popup.warning .popup-wrapper .btn {
background: #d9534f; }
.JSNews .popup.warning .popup-wrapper .btn.close-action {
background: none; }
.JSNews .popup.warning .popup-wrapper .btn.close-action:hover {
background-color: #d9534f; }
.JSNews .popup.warning .popup-wrapper .btn:hover {
background-color: #c9302c; }
.JSNews .popup.warning .popup-wrapper .progress-bar {
background: #d9534f; }
.JSNews .popup.warning .popup-wrapper .input-group-addon {
background: #d9534f; }
.JSNews .popup.warning .popup-wrapper input[type=text] {
background: #d9534f; }
.JSNews .popup.warning .popup-wrapper input[type=text]:focus {
background: #c9302c; }
.JSNews .popup.warning .popup-wrapper .pnl-owner-info {
background: #d9534f; }
.JSNews .popup.warning .popup-wrapper .close-action {
color: #d9534f;
background-color: none; }
.JSNews .popup.warning .popup-wrapper .close-action:hover {
color: #fff;
background-color: #d9534f; }
.JSNews .pnl-admin {
margin-bottom: 15px; }
.JSNews .pnl-admin.left {
text-align: left;
float: none; }
.JSNews .pnl-admin.right {
text-align: right;
float: none; }
.JSNews .pnl-admin .btn.btn-primary {
background-color: rgba(0, 0, 0, 0.5); }
.JSNews .pnl-admin .btn.btn-primary:hover, .JSNews .pnl-admin .btn.btn-primary:focus, .JSNews .pnl-admin .btn.btn-primary:active, .JSNews .pnl-admin .btn.btn-primary.active {
background-color: rgba(0, 0, 0, 0.8); }
.JSNews .pnl-admin .content-holder {
float: left;
color: #fff;
background-color: rgba(0, 0, 0, 0.5);
padding: 10px 15px; }
.JSNews .pnl-admin .content-holder.success {
background-color: #5cb85c; }
.JSNews .pnl-admin .content-holder.warning {
background-color: #d9534f; }
.JSNews .page_navigation .btn {
padding: 6px 12px; }
.JSNews .scroll-action {
position: fixed;
bottom: 0;
right: 15px;
display: none; }
.JSNews .scroll-action.btn {
padding: 0;
width: 50px;
height: 50px;
line-height: 50px;
border-color: transparent;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
-webkit-transition: background-color 300ms ease-out;
-moz-transition: background-color 300ms ease-out;
-o-transition: background-color 300ms ease-out;
transition: background-color 300ms ease-out; }
.JSNews .scroll-action.btn.btn-primary {
background-color: rgba(59, 30, 119, 0.7);
border-color: transparent; }
.JSNews .scroll-action.btn.btn-primary:hover {
background-color: rgba(59, 30, 119, 0.8);
border-color: transparent; }
.JSNews .scroll-action.btn:hover {
border-color: transparent; }
.JSNews .scroll-action.btn:active {
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none; }
.JSNews .btn {
line-height: normal;
border: none;
padding: 10px 15px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out; }
.JSNews .btn.btn-primary {
background-color: rgba(59, 30, 119, 0.7);
color: #fff; }
.JSNews .btn.btn-primary:hover, .JSNews .btn.btn-primary:focus, .JSNews .btn.btn-primary:active, .JSNews .btn.btn-primary.active {
background-color: rgba(59, 30, 119, 0.8);
text-decoration: none; }
.JSNews .btn.btn-default {
color: rgba(59, 30, 119, 0.7);
background: rgba(59, 30, 119, 0.15); }
.JSNews .btn.btn-default:hover, .JSNews .btn.btn-default:focus, .JSNews .btn.btn-default:active {
color: #fff;
background-color: rgba(59, 30, 119, 0.7); }
.JSNews .btn:hover, .JSNews .btn:focus, .JSNews .btn:active {
border: none;
outline: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none; }
.JSNews .btn[disabled=disabled], .JSNews .btn.aspNetDisabled, .JSNews .btn.dnnDisabled {
color: rgba(255, 255, 255, 0.5); }
.JSNews .btn[disabled=disabled]:hover, .JSNews .btn.aspNetDisabled:hover, .JSNews .btn.dnnDisabled:hover {
background-color: rgba(59, 30, 119, 0.7); }
.JSNews .btn.custom-acc-ctrl {
display: block; }
.JSNews .btn-group.form-control {
width: 50%;
max-width: 450px; }
.JSNews .btn-group:focus {
outline: none;
border: none; }
.JSNews .btn-group .btn + .btn,
.JSNews .btn-group .btn + .btn-group,
.JSNews .btn-group .btn-group + .btn,
.JSNews .btn-group .btn-group + .btn-group {
margin-left: 0; }
.JSNews .btn-group .btn + .btn:focus,
.JSNews .btn-group .btn + .btn-group:focus,
.JSNews .btn-group .btn-group + .btn:focus,
.JSNews .btn-group .btn-group + .btn-group:focus {
outline: none;
border: none; }
.JSNews .group {
zoom: 1; }
.JSNews .no-spacing {
margin: 0;
padding: 0; }
.JSNews .view .pnl-admin {
text-align: right;
float: right; }
.JSNews .view .pnl-admin .form-control {
width: 25%;
height: 39px;
line-height: normal;
float: left;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.JSNews .view .pnl-admin strong {
color: #fff; }
.JSNews ::-webkit-input-placeholder {
color: rgba(59, 30, 119, 0.25) !important;
font-style: italic; }
.JSNews :-moz-placeholder {
color: rgba(59, 30, 119, 0.25) !important;
font-style: italic; }
.JSNews ::-moz-placeholder {
color: rgba(59, 30, 119, 0.25) !important;
font-style: italic; }
.JSNews :-ms-input-placeholder {
color: rgba(59, 30, 119, 0.25) !important;
font-style: italic; }
.daterangepicker {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.daterangepicker table thead,
.daterangepicker table tbody {
color: rgba(59, 30, 119, 0.7); }
.daterangepicker table td, .daterangepicker table th {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.daterangepicker table td.off, .daterangepicker table td.off.end-date, .daterangepicker table td.off.in-range, .daterangepicker table td.off.start-date, .daterangepicker table th.off, .daterangepicker table th.off.end-date, .daterangepicker table th.off.in-range, .daterangepicker table th.off.start-date {
color: rgba(59, 30, 119, 0.25); }
.daterangepicker table td.available:hover, .daterangepicker table th.available:hover {
background-color: rgba(59, 30, 119, 0.7);
color: #fff; }
.daterangepicker table td.active, .daterangepicker table td.active:hover, .daterangepicker table th.active, .daterangepicker table th.active:hover {
background-color: rgba(59, 30, 119, 0.7); }
.daterangepicker table td.start-date.end-date, .daterangepicker table th.start-date.end-date {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.daterangepicker table td.end-date, .daterangepicker table th.end-date {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.daterangepicker table td.start-date, .daterangepicker table th.start-date {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.dropdown-menu {
margin: 0;
padding: 0;
border: 1px solid rgba(59, 30, 119, 0.25);
border-top: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.mark, mark {
padding: 0 !important;
background-color: transparent !important; }
.dnnDropDownList .selected-item {
margin: 0 0 0 15px !important; }
.dnnDropDownList .selected-item a {
height: auto !important; }
.dnnDropDownList .selected-item a:link, .dnnDropDownList .selected-item a:visited, .dnnDropDownList .selected-item a:hover, .dnnDropDownList .selected-item a:active {
height: auto !important; }
.dnnPermissionsGrid > .dnnFormItem ul.token-input-list-facebook {
/*padding: 8px !important;*/ }
.dnnPermissionsGrid > .dnnFormItem li.token-input-token-facebook {
margin: 3px !important;
padding: 3px 5px !important; }
.dnnPermissionsGrid > .dnnFormItem li.token-input-input-token-facebook {
margin: 4px 0 !important;
padding: 4px 0 !important; } | 0.337859 | 0.050424 |
.why {
width : 100%;
height: auto;
min-height: 1656px;
position : relative;
overflow : hidden;
margin : 0px;
margin-top: -2%;
background-color: rgba(255, 255, 255, 0);
}
.col-md-3{
width: 24%;
display: inline-block;
}
.col-md-4{
width: 33.333%;
display: inline-block;
}
.col-md-5{
width: 45%;
display: inline-block;
}
.col-md-6{
width: 50%;
display: inline-block;
}
.col-md-8{
width: 60%;
}
.col-md-10{
width: 80%;
}
/*CSS*/
p{
font-family: 'Helvetica';
font-size: 16px;
color: #ffffff;
letter-spacing: 0;
line-height: 30px;
font-weight: 400px;
}
span, h1,h3, li, .benefits-button{
font-family: 'Helvetica';
}
.retention {
height: auto;
padding-left: 5%;
padding-top: 1.7%;
padding-bottom: 1.2%;
}
.retention>span{
font-size : 26px;
color : #fff;
line-height : 29.0px;
}
.inactiveTab{
color : #0A4776;
}
.why-policyreviews{
margin-top: 7%;
padding: 7% 7% 3% 8%;
}
.policyreview-Headtext{
font-family:'MyriadPro-Regular';
font-size : 44.0px;
color :#fff;
text-align : right;
line-height : 22.0px;
}
.benefits-reviews{
padding: 5% 12% 5% 7%;
}
.benefits-crosssell-text{
background-color: #F6F7F9;
font-size : 26px;
color: #0A4776;
line-height : 29.0px;
width: 20%;
margin-left: -5.5%;
padding-left: 5%;
padding-top: 1.7%;
padding-bottom: 1.1%;
}
.benefits-referrals-text-2 {
background-color: #F6F7F9;
font-size: 26px;
color: #0A4776;
line-height: 29.0px;
width: 17%;
margin-left: 0.5%;
padding-left: 5%;
padding-top: 1.7%;
padding-bottom: 1.1%;
}
#referrals h1 {
text-align: left;
color: #0A4776;
}
.benefits-referrals-text{
background-color: #F6F7F9;
font-size : 26px;
color: #0A4776;
line-height : 29.0px;
width: 20%;
margin-left: 0.5%;
padding-left: 5%;
padding-top: 1.7%;
padding-bottom: 1.1%;
}
.benefits-body{
margin-top: -2%;
padding: 2% 4%;
background-color: #F6F7F9;
}
.benefits-body .col-md-10 > h1{
font-weight: 400;
color: #0A4776;
text-align: left;
}
ul>li{
font-size: 18px;
line-height: 41px;
color: #222;
}
.blueText{
color: #0A4776;
}
.btn-orange .col-md-5{
font-weight: 400;
}
.policy-signup{
padding-left: 30%;
padding-right:30%;
}
.policy-signup > span, .custom-policy-body>div>span{
font-size: 35px;
line-height: 51px;
font-weight: 400;
color: #0a4776;
}
.policy-signup > p , .custom-policy-body>div>p{
color: #222;
font-size: 15px;
}
.custom-policy{
padding: 5% 14% 5% 14%;
margin-bottom: 5%;
}
.custom-policy-body{
padding: 5% 15%;
background-color: #F6F7F9;
}
#crosssell-div{
display: none;
}
#referral-div{
display: none;
}
#link-crosssell span:hover, div#link-retention-crosssell:hover{
cursor: pointer;
}
#link-referral span:hover {
cursor: pointer;
}
#link-retention span:hover {
cursor: pointer;
}
.retention-2{
height: auto;
padding-left: 5%;
padding-top: 1.7%;
padding-bottom: 2%;
}
div#link-retention-crosssell {
font-size : 26px;
background-color: #F6F7F9;
color: #0A4776;
line-height: 29.0px;
}
.benefits-crosssell-text-2 {
background-color: #F6F7F9;
font-size: 26px;
color: #0A4776;
line-height: 29.0px;
width: 16%;
margin-left: -5.5%;
padding-left: 5%;
padding-top: 1.7%;
padding-bottom: 1.1%;
}
/*#referrals, #link-referral-2, #link-crosssell-2, #link-retention-2{
display: none;
}*/
/*RESPONSIVE*/
@media (max-height: 1080px) and (max-width: 1920px){
div#link-referral, div#link-crosssell {
background-position-y: bottom;
}
}
@media (max-height: 800px) and (max-width: 1024px){
.col-md-5 {
width: 60%;
}
}
@media (max-height: 736px) and (max-width: 414px){
.col-md-6, .col-md-5,.col-md-3, .col-md-10 {
width: 100%;
}
.policyreview-Headtext {
font-size: 40px;
}
.benefits-crosssell-text, .benefits-referrals-text {
width: 100%;
margin-left: 0px;
}
.benefits-body .col-md-10 > h1 {
text-align: center;
font-size: 21px;
}
ul>li {
font-size: 17px;
line-height: 29px;
}
.btn-orange.col-md-5 {
width: 87%;
}
.btn-orange{
font-size: 14px;
}
.policy-signup {
padding-left: 5%;
padding-right: 5%;
}
.custom-policy {
padding: 5% 5% 5% 5%;
}
.custom-policy-body {
padding: 5% 5%;
}
div#link-crosssell {
width: 95%;
margin-left: 0px;
}
.benefits-reviews {
padding: 5% 5% 5% 5%;
}
div#link-retention-crosssell , div#link-referral{
width: 95%;
}
}
@media (max-height:568px) and (max-width: 320px){
.policyreview-Headtext {
font-size: 31px;
}
p {
font-size: 14px;
}
.benefits-body .col-md-10 > h1 {
line-height: 25px;
margin-left: 15px;
}
.btn-orange.col-md-5 {
width: 84%;
}
.btn-orange.col-md-5 {
width: 84%;
}
.policy-signup > span, .custom-policy-body>div>span {
font-size: 27px;
line-height: 40px;
}
.btn-orange{
font-size: 12px;
}
}
@media (max-height:812px) and (max-width:375px){
.col-md-6, .col-md-3, .col-md-5 , .col-md-10{
width: 100%;
}
.benefits-crosssell-text , .benefits-referrals-text{
width: 80%;
margin-left: -0.5%;
}
.benefits-reviews {
padding: 5% 5% 5% 5%;
}
.btn-orange.col-md-5 {
width: 88%;
margin-bottom: 10px;
}
.policy-signup {
padding-left: 5%;
padding-right: 5%;
}
.policy-signup > span, .custom-policy-body>div>span {
font-size: 28px;
line-height: 37px;
}
.custom-policy {
padding: 5% 5% 5% 5%;
}
.custom-policy-body {
padding: 5% 5%;
}
div#link-retention-crosssell, div#link-referral {
width: 80%;
}
div#link-crosssell {
width: 80%;
margin-left: 0px;
}
} | css/why.css | .why {
width : 100%;
height: auto;
min-height: 1656px;
position : relative;
overflow : hidden;
margin : 0px;
margin-top: -2%;
background-color: rgba(255, 255, 255, 0);
}
.col-md-3{
width: 24%;
display: inline-block;
}
.col-md-4{
width: 33.333%;
display: inline-block;
}
.col-md-5{
width: 45%;
display: inline-block;
}
.col-md-6{
width: 50%;
display: inline-block;
}
.col-md-8{
width: 60%;
}
.col-md-10{
width: 80%;
}
/*CSS*/
p{
font-family: 'Helvetica';
font-size: 16px;
color: #ffffff;
letter-spacing: 0;
line-height: 30px;
font-weight: 400px;
}
span, h1,h3, li, .benefits-button{
font-family: 'Helvetica';
}
.retention {
height: auto;
padding-left: 5%;
padding-top: 1.7%;
padding-bottom: 1.2%;
}
.retention>span{
font-size : 26px;
color : #fff;
line-height : 29.0px;
}
.inactiveTab{
color : #0A4776;
}
.why-policyreviews{
margin-top: 7%;
padding: 7% 7% 3% 8%;
}
.policyreview-Headtext{
font-family:'MyriadPro-Regular';
font-size : 44.0px;
color :#fff;
text-align : right;
line-height : 22.0px;
}
.benefits-reviews{
padding: 5% 12% 5% 7%;
}
.benefits-crosssell-text{
background-color: #F6F7F9;
font-size : 26px;
color: #0A4776;
line-height : 29.0px;
width: 20%;
margin-left: -5.5%;
padding-left: 5%;
padding-top: 1.7%;
padding-bottom: 1.1%;
}
.benefits-referrals-text-2 {
background-color: #F6F7F9;
font-size: 26px;
color: #0A4776;
line-height: 29.0px;
width: 17%;
margin-left: 0.5%;
padding-left: 5%;
padding-top: 1.7%;
padding-bottom: 1.1%;
}
#referrals h1 {
text-align: left;
color: #0A4776;
}
.benefits-referrals-text{
background-color: #F6F7F9;
font-size : 26px;
color: #0A4776;
line-height : 29.0px;
width: 20%;
margin-left: 0.5%;
padding-left: 5%;
padding-top: 1.7%;
padding-bottom: 1.1%;
}
.benefits-body{
margin-top: -2%;
padding: 2% 4%;
background-color: #F6F7F9;
}
.benefits-body .col-md-10 > h1{
font-weight: 400;
color: #0A4776;
text-align: left;
}
ul>li{
font-size: 18px;
line-height: 41px;
color: #222;
}
.blueText{
color: #0A4776;
}
.btn-orange .col-md-5{
font-weight: 400;
}
.policy-signup{
padding-left: 30%;
padding-right:30%;
}
.policy-signup > span, .custom-policy-body>div>span{
font-size: 35px;
line-height: 51px;
font-weight: 400;
color: #0a4776;
}
.policy-signup > p , .custom-policy-body>div>p{
color: #222;
font-size: 15px;
}
.custom-policy{
padding: 5% 14% 5% 14%;
margin-bottom: 5%;
}
.custom-policy-body{
padding: 5% 15%;
background-color: #F6F7F9;
}
#crosssell-div{
display: none;
}
#referral-div{
display: none;
}
#link-crosssell span:hover, div#link-retention-crosssell:hover{
cursor: pointer;
}
#link-referral span:hover {
cursor: pointer;
}
#link-retention span:hover {
cursor: pointer;
}
.retention-2{
height: auto;
padding-left: 5%;
padding-top: 1.7%;
padding-bottom: 2%;
}
div#link-retention-crosssell {
font-size : 26px;
background-color: #F6F7F9;
color: #0A4776;
line-height: 29.0px;
}
.benefits-crosssell-text-2 {
background-color: #F6F7F9;
font-size: 26px;
color: #0A4776;
line-height: 29.0px;
width: 16%;
margin-left: -5.5%;
padding-left: 5%;
padding-top: 1.7%;
padding-bottom: 1.1%;
}
/*#referrals, #link-referral-2, #link-crosssell-2, #link-retention-2{
display: none;
}*/
/*RESPONSIVE*/
@media (max-height: 1080px) and (max-width: 1920px){
div#link-referral, div#link-crosssell {
background-position-y: bottom;
}
}
@media (max-height: 800px) and (max-width: 1024px){
.col-md-5 {
width: 60%;
}
}
@media (max-height: 736px) and (max-width: 414px){
.col-md-6, .col-md-5,.col-md-3, .col-md-10 {
width: 100%;
}
.policyreview-Headtext {
font-size: 40px;
}
.benefits-crosssell-text, .benefits-referrals-text {
width: 100%;
margin-left: 0px;
}
.benefits-body .col-md-10 > h1 {
text-align: center;
font-size: 21px;
}
ul>li {
font-size: 17px;
line-height: 29px;
}
.btn-orange.col-md-5 {
width: 87%;
}
.btn-orange{
font-size: 14px;
}
.policy-signup {
padding-left: 5%;
padding-right: 5%;
}
.custom-policy {
padding: 5% 5% 5% 5%;
}
.custom-policy-body {
padding: 5% 5%;
}
div#link-crosssell {
width: 95%;
margin-left: 0px;
}
.benefits-reviews {
padding: 5% 5% 5% 5%;
}
div#link-retention-crosssell , div#link-referral{
width: 95%;
}
}
@media (max-height:568px) and (max-width: 320px){
.policyreview-Headtext {
font-size: 31px;
}
p {
font-size: 14px;
}
.benefits-body .col-md-10 > h1 {
line-height: 25px;
margin-left: 15px;
}
.btn-orange.col-md-5 {
width: 84%;
}
.btn-orange.col-md-5 {
width: 84%;
}
.policy-signup > span, .custom-policy-body>div>span {
font-size: 27px;
line-height: 40px;
}
.btn-orange{
font-size: 12px;
}
}
@media (max-height:812px) and (max-width:375px){
.col-md-6, .col-md-3, .col-md-5 , .col-md-10{
width: 100%;
}
.benefits-crosssell-text , .benefits-referrals-text{
width: 80%;
margin-left: -0.5%;
}
.benefits-reviews {
padding: 5% 5% 5% 5%;
}
.btn-orange.col-md-5 {
width: 88%;
margin-bottom: 10px;
}
.policy-signup {
padding-left: 5%;
padding-right: 5%;
}
.policy-signup > span, .custom-policy-body>div>span {
font-size: 28px;
line-height: 37px;
}
.custom-policy {
padding: 5% 5% 5% 5%;
}
.custom-policy-body {
padding: 5% 5%;
}
div#link-retention-crosssell, div#link-referral {
width: 80%;
}
div#link-crosssell {
width: 80%;
margin-left: 0px;
}
} | 0.369088 | 0.129375 |
@font-face {
font-family: "NeoSansProRegular";
src: url("../fonts/NeoSansProRegular.eot");
src: url("../fonts/NeoSansProRegulard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/NeoSansProRegular.woff") format("woff"), url("../fonts/NeoSansProRegular.ttf") format("truetype");
font-style: normal;
font-weight: normal;
}
body {
width: 100%;
background: url(../images/body-bg-top.jpg) center top no-repeat, url(../images/body-bg-bottom.jpg) center bottom no-repeat;
background-color: #11161f;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #3e4657;
}
a {
transition: all 0.3s ease;
color: #283144;
}
a:hover,
button:hover {
-webkit-filter: brightness(120%);
filter: brightness(120%);
text-decoration: none;
}
p {
margin-bottom: 15px;
}
h1,
h2,
h3 {
color: #283144;
margin-bottom: 20px;
line-height: 1.3;
}
h1 {
font-size: 20px;
}
h2 {
font-size: 18px;
}
h3 {
font-size: 16px;
}
input,
textarea {
background: rgba(0, 0, 0, 0.3);
border: 1px solid #394457;
color: #c8d6ee;
padding: 8px 10px;
}
button,
.button-a {
transition: all 0.3s ease;
cursor: pointer;
background: linear-gradient(to bottom, #e8ecf1, #c3c8d7);
border: none;
text-decoration: none;
color: #3e4657;
position: relative;
font-size: 10px;
font-weight: bold;
border-radius: 40px;
text-shadow: 2px 2px 1px #e0e5ee;
padding: 8px 15px;
box-shadow: 1px 2px 5px rgba(107, 118, 144, 0.5);
}
:focus {
outline: none;
}
::-webkit-input-placeholder {
color: #8b8eb5;
}
::-moz-placeholder {
color: #8b8eb5;
}
:-moz-placeholder {
color: #8b8eb5;
}
:-ms-input-placeholder {
color: #8b8eb5;
}
.wrapper {
width: 960px;
margin: 0 auto;
position: relative;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
background: url(../images/header-bg.jpg) no-repeat;
height: 467px;
position: relative;
}
.header a {
text-decoration: none;
}
.logofix a{
color: #644871;
text-align:center;
font-size: 3em;
border-radius:20px 20px 20px 20px;
animation: blur 1.5s ease-out infinite;
font-weight: bold;
font-family: Helvetica;
text-shadow: 0 1px 0 #000, 0 2px 0 #444, 0 3px 0 #888, 0 4px 0 #333, 0 5px 0 #555, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}
@keyframes blur {
from {
text-shadow:0px 0px 10px #fff,
0px 0px 1px #fff,
0px 0px 8px #fff,
0px 0px 8px #fff,
0px 0px 8px #fff,
0px 0px 8px #fff,
0px 0px 8px #fff,
0px 0px 8px #fff,
0px 0px 10px #fff,
0px 0px 0px #fff,
0px 0px 0px #fff,
0px 0px 0px #fff,
0px 0px 10px #fff,
0px 0px 10px #7B96B8,
0px 0px 40px #7B96B8,
0px 2px 20px #7B96B8,
0px 2px 20px #7B96B8,
0px 2px 20px #7B96B8,
0px 2px 20px #7B96B8,
0px -2px 40px #7B96B8,
0px -2px 40px #7B96B8;
}
}
.logo a {
width: 266px;
height: 43px;
position: absolute;
margin-left: -133px;
top: 30px;
left: 50%;
}
.menu {
padding: 40px 35px 0px 35px;
}
.menu ul {
text-align: center;
width: 280px;
}
.menu li {
display: inline-block;
height: 30px;
line-height: 30px;
position: relative;
}
.menu li:before {
content: "";
position: absolute;
height: 100%;
width: 1px;
border-left: 1px solid rgba(0, 0, 0, 0.1);
left: 0;
top: 0;
}
.menu li:after {
content: "";
position: absolute;
height: 100%;
width: 1px;
border-left: 1px solid rgba(244, 146, 180, 0.1);
left: 1px;
top: 0;
}
.menu li:first-child:before {
display: none;
}
.menu li:first-child:after {
display: none;
}
.menu li a {
text-transform: uppercase;
font-weight: bold;
color: #bec2d9;
text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
font-size: 12px;
margin: 0px 12px;
}
.menu li a:hover {
color: #fff;
}
.content_new
{
text-shadow:1px 1px #000;
border-top: 1px solid rgba(255, 255, 255, 0.3);
background: linear-gradient(to bottom, rgba(202, 208, 220, 0.3), rgba(84, 81, 108, 0.2));
}
.menu .left {
float: left;
}
.menu .right {
float: right;
}
.fast-game-block {
background: url(../images/fast-game-bg.jpg) no-repeat;
position: absolute;
width: 560px;
height: 235px;
padding-top: 35px;
top: 148px;
left: 50%;
margin-left: -280px;
display: flex;
justify-content: center;
align-items: center;
}
.fast-game-block a {
display: inline-block;
text-align: center;
width: 150px;
color: #fff;
font-weight: bold;
text-shadow: 1px 1px 1px #2e4063;
line-height: 1.4;
padding: 20px 0px;
}
.fast-game-block a:hover {
font-size: 12px;
}
.fast-game-block a span {
display: block;
}
.fast-game-block .fast-start {
font-size: 14px;
width: 100px;
margin: 0px 12px;
}
.fast-game-block .fast-start:hover {
font-size: 16px;
}
/* Middle
-----------------------------------------------------------------------------*/
.container {
background: url(../images/container-bg.jpg) center 300px repeat-y;
}
.container-c {
background: url(../images/container-top-bg.jpg) center top no-repeat, url(../images/container-bottom-bg.jpg) center bottom no-repeat;
min-height: 1200px;
display: flex;
}
.content {
width: 477px;
padding: 150px 100px 100px 60px;
line-height: 1.3;
}
.content img {
max-width: 477px;
}
.news {
border-bottom: 1px solid rgba(162, 170, 195, 0.5);
box-shadow: 0px 1px 0px 0px rgba(197, 203, 220, 0.5);
padding-bottom: 16px;
margin-bottom: 10px;
}
.content-title {
border-top: 1px solid rgba(255, 255, 255, 0.3);
background: linear-gradient(to bottom, rgba(202, 208, 220, 0.3), rgba(84, 81, 108, 0.2));
padding: 15px;
margin-bottom: 22px;
}
.content-title a {
text-decoration: none;
font-size: 12px;
font-weight: bold;
}
.content-title a:hover {
text-decoration: underline;
}
.content-title span {
float: right;
color: #545e74;
font-style: italic;
text-shadow: 1px 1px 1px #afb3d1;
}
.news-text {
display: flex;
justify-content: space-between;
}
.news-text .news-text-img {
background: url(../images/news-img-bg.png) no-repeat;
width: 126px;
height: 92px;
text-align: center;
padding-top: 4px;
}
.news-text .news-text-img img {
border-radius: 5px;
width: 120px;
height: 90px;
}
.news-text .news-text-info {
width: 337px;
}
.news-text .news-text-info .news-button {
margin-top: 5px;
}
.news-text .news-text-info .news-button a {
margin-left: 30px;
}
.news-text .news-text-info .news-button span {
color: #3e4657;
font-weight: bold;
font-size: 10px;
}
.pagination {
text-align: center;
margin-top: 20px;
}
.pagination a {
font-weight: bold;
}
.pagination .number {
text-decoration: none;
background: rgba(226, 231, 237, 0.3);
padding: 5px;
border-radius: 3px;
margin: 0px 2px;
}
.pagination .number:hover {
background: #e2e7ed;
}
.pagination .active {
background: #e2e7ed;
}
.pagination .prev {
margin-right: 12px;
}
.pagination .next {
margin-left: 12px;
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.sidebar {
width: 263px;
padding: 60px 30px 200px 30px;
line-height: 1.3;
}
.sidebar-title {
background: linear-gradient(#b8bae0 10%, #7a7c97 40%, #ecedff 70%);
-webkit-background-clip: text;
color: transparent;
text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
font-weight: bold;
text-transform: uppercase;
font-size: 16px;
font-family: "NeoSansProRegular";
letter-spacing: 1px;
}
.status-block {
padding: 0px 40px;
margin-bottom: 86px;
}
.status-block .status-title {
position: relative;
margin-bottom: 25px;
}
.status-block .status-title:after {
content: "";
background: url(../images/status-img.png) no-repeat;
height: 45px;
width: 45px;
position: absolute;
top: -18px;
margin-left: 20px;
border-radius: 50%;
box-shadow: 0px 0px 120px #2bda14, 3px 3px 2px rgba(0, 0, 0, 0.5);
}
.status-block-c {
display: flex;
}
.status-block-c span {
display: block;
margin-bottom: 10px;
}
.status-block-c .server-name {
color: #bfc2ea;
font-size: 12px;
font-weight: bold;
}
.status-block-c .status {
width: 14px;
height: 14px;
display: inline-block;
width: 40px;
}
.status-block-c .online {
margin-left: 15px;
padding: 1px 0px 1px 29px;
}
.status-block-c .server-online {
color: #4cd132;
background: url(../images/status-icon.png) left 0px no-repeat;
}
.status-block-c .server-offline {
color: #d13232;
background: url(../images/status-icon.png) left -22px no-repeat;
}
.login-block {
background: url(../images/login-bg.png) no-repeat;
height: 193px;
padding: 40px 48px;
position: relative;
margin-bottom: 30px;
}
.login-block .login-title {
margin-bottom: 30px;
}
.login-block .login-title:after {
content: "";
background: url(../images/login-title-border.png) repeat-x;
height: 2px;
width: 253px;
position: absolute;
left: 7px;
margin-top: 34px;
}
.login-block p {
margin-bottom: 5px;
color: #8b8eb5;
}
.login-block p a {
color: #d3d5ea;
font-size: 10px;
}
.login-block p input {
margin-top: 5px;
background: url(../images/login-input.png) no-repeat;
width: 153px;
height: 27px;
border: none;
padding: 0px 10px;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.login-block button {
background: url(../images/login-button.png) no-repeat;
width: 125px;
height: 50px;
margin: 0 auto;
margin-top: 8px;
display: block;
box-shadow: none;
border-radius: 0px;
padding: 0px 0px 3px 0px;
color: #fff;
text-shadow: 1px 1px 1px #000;
}
.dis-title p {
background: url(../images/discussions-bg.png) center 9px no-repeat;
padding-left: 40px;
}
.disscusion {
color: #717391;
line-height: 1.2;
border-bottom: 1px dotted #5e6577;
width: 170px;
padding-bottom: 12px;
margin: 0px 0px 16px 40px;
position: relative;
}
.disscusion:before {
content: "";
background: url(../images/discussion-icon.png) no-repeat;
position: absolute;
width: 33px;
height: 32px;
left: -35px;
top: -10px;
}
.disscusion a {
color: #bfc2ea;
font-size: 12px;
font-weight: bold;
}
.disscusion span {
display: block;
margin-top: 8px;
}
.disscusion span a {
text-decoration: none;
color: #9da0c5;
font-size: 11px;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
background: url(../images/footer-bg.jpg) no-repeat;
height: 90px;
padding-top: 69px;
line-height: 1.3;
}
.counter-block {
float: right;
margin-right: 70px;
}
.copyright-block {
color: #7f8ca3;
margin-left: 70px;
}
.copyright-block a {
color: #b3c3e1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.sidebar-title {
background: none;
color: #b8bae0;
}
}
.form{
width:90%;
margin:0 auto;
padding:10px 10px;
}
.form input[type='submit']:hover{
color:white;
transition: all .5s;
}
.form-group legend{
text-align: center;
font-size: 1.2rem;
color:white;
padding:2px 2px;
text-shadow: 2px 2px #2e3247;
}
.form-group input{
margin:5px 5px;
}
.form input[type='submit']{
cursor: pointer;
}
/*# sourceMappingURL=style.css.map */
.sidebar-title ul{
padding-top:10px;
}
.fas{
color:#797b95;
text-align:right;
width:40px;
text-align: center
}
.sidebar-title ul li a, .table td, .table td a {
font-size:10pt;
color:white;
text-decoration: none;
opacity:0.6;
margin-left:5px;
}
.table td a:hover{
color:white;
opacity: 1;
transition: ease-in-out 0.2s;
}
.sidebar-title ul li a:hover{
margin-left:1px;
opacity:1;
color:white;
transition: ease-in-out 0.2s;
}
/* Tooltip Style
-----------------------------------------------------------------------------*/
.tippy-tooltip.light-theme {
/* Your styling here. Example: */
background-color: rgba(12,0,12,0.8);
padding:10px 10px;
font-size:120%;
border-top: 1px solid #565f74;
border-bottom: 1px solid #565f74;
}
.sidebar-title li {
padding:2px 2px;
}
.page-title{
border-top: 1px solid rgba(255, 255, 255, 0.3);
background: linear-gradient(to bottom, rgba(202, 208, 220, 0.3), rgba(84, 81, 108, 0.2));
padding: 15px;
margin-bottom: 22px;
text-align:center;
font-size:13pt;
}
.table {
width:100%;
}
table td{
padding:10px 10px;
}
.table th{
background-color: #5d6c8c;
color:white;
} | Python GUI Versions/DTpyWeb GUI v2 source/static/themes-media/Fire-Splash/css/style.css | @font-face {
font-family: "NeoSansProRegular";
src: url("../fonts/NeoSansProRegular.eot");
src: url("../fonts/NeoSansProRegulard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/NeoSansProRegular.woff") format("woff"), url("../fonts/NeoSansProRegular.ttf") format("truetype");
font-style: normal;
font-weight: normal;
}
body {
width: 100%;
background: url(../images/body-bg-top.jpg) center top no-repeat, url(../images/body-bg-bottom.jpg) center bottom no-repeat;
background-color: #11161f;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #3e4657;
}
a {
transition: all 0.3s ease;
color: #283144;
}
a:hover,
button:hover {
-webkit-filter: brightness(120%);
filter: brightness(120%);
text-decoration: none;
}
p {
margin-bottom: 15px;
}
h1,
h2,
h3 {
color: #283144;
margin-bottom: 20px;
line-height: 1.3;
}
h1 {
font-size: 20px;
}
h2 {
font-size: 18px;
}
h3 {
font-size: 16px;
}
input,
textarea {
background: rgba(0, 0, 0, 0.3);
border: 1px solid #394457;
color: #c8d6ee;
padding: 8px 10px;
}
button,
.button-a {
transition: all 0.3s ease;
cursor: pointer;
background: linear-gradient(to bottom, #e8ecf1, #c3c8d7);
border: none;
text-decoration: none;
color: #3e4657;
position: relative;
font-size: 10px;
font-weight: bold;
border-radius: 40px;
text-shadow: 2px 2px 1px #e0e5ee;
padding: 8px 15px;
box-shadow: 1px 2px 5px rgba(107, 118, 144, 0.5);
}
:focus {
outline: none;
}
::-webkit-input-placeholder {
color: #8b8eb5;
}
::-moz-placeholder {
color: #8b8eb5;
}
:-moz-placeholder {
color: #8b8eb5;
}
:-ms-input-placeholder {
color: #8b8eb5;
}
.wrapper {
width: 960px;
margin: 0 auto;
position: relative;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
background: url(../images/header-bg.jpg) no-repeat;
height: 467px;
position: relative;
}
.header a {
text-decoration: none;
}
.logofix a{
color: #644871;
text-align:center;
font-size: 3em;
border-radius:20px 20px 20px 20px;
animation: blur 1.5s ease-out infinite;
font-weight: bold;
font-family: Helvetica;
text-shadow: 0 1px 0 #000, 0 2px 0 #444, 0 3px 0 #888, 0 4px 0 #333, 0 5px 0 #555, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}
@keyframes blur {
from {
text-shadow:0px 0px 10px #fff,
0px 0px 1px #fff,
0px 0px 8px #fff,
0px 0px 8px #fff,
0px 0px 8px #fff,
0px 0px 8px #fff,
0px 0px 8px #fff,
0px 0px 8px #fff,
0px 0px 10px #fff,
0px 0px 0px #fff,
0px 0px 0px #fff,
0px 0px 0px #fff,
0px 0px 10px #fff,
0px 0px 10px #7B96B8,
0px 0px 40px #7B96B8,
0px 2px 20px #7B96B8,
0px 2px 20px #7B96B8,
0px 2px 20px #7B96B8,
0px 2px 20px #7B96B8,
0px -2px 40px #7B96B8,
0px -2px 40px #7B96B8;
}
}
.logo a {
width: 266px;
height: 43px;
position: absolute;
margin-left: -133px;
top: 30px;
left: 50%;
}
.menu {
padding: 40px 35px 0px 35px;
}
.menu ul {
text-align: center;
width: 280px;
}
.menu li {
display: inline-block;
height: 30px;
line-height: 30px;
position: relative;
}
.menu li:before {
content: "";
position: absolute;
height: 100%;
width: 1px;
border-left: 1px solid rgba(0, 0, 0, 0.1);
left: 0;
top: 0;
}
.menu li:after {
content: "";
position: absolute;
height: 100%;
width: 1px;
border-left: 1px solid rgba(244, 146, 180, 0.1);
left: 1px;
top: 0;
}
.menu li:first-child:before {
display: none;
}
.menu li:first-child:after {
display: none;
}
.menu li a {
text-transform: uppercase;
font-weight: bold;
color: #bec2d9;
text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
font-size: 12px;
margin: 0px 12px;
}
.menu li a:hover {
color: #fff;
}
.content_new
{
text-shadow:1px 1px #000;
border-top: 1px solid rgba(255, 255, 255, 0.3);
background: linear-gradient(to bottom, rgba(202, 208, 220, 0.3), rgba(84, 81, 108, 0.2));
}
.menu .left {
float: left;
}
.menu .right {
float: right;
}
.fast-game-block {
background: url(../images/fast-game-bg.jpg) no-repeat;
position: absolute;
width: 560px;
height: 235px;
padding-top: 35px;
top: 148px;
left: 50%;
margin-left: -280px;
display: flex;
justify-content: center;
align-items: center;
}
.fast-game-block a {
display: inline-block;
text-align: center;
width: 150px;
color: #fff;
font-weight: bold;
text-shadow: 1px 1px 1px #2e4063;
line-height: 1.4;
padding: 20px 0px;
}
.fast-game-block a:hover {
font-size: 12px;
}
.fast-game-block a span {
display: block;
}
.fast-game-block .fast-start {
font-size: 14px;
width: 100px;
margin: 0px 12px;
}
.fast-game-block .fast-start:hover {
font-size: 16px;
}
/* Middle
-----------------------------------------------------------------------------*/
.container {
background: url(../images/container-bg.jpg) center 300px repeat-y;
}
.container-c {
background: url(../images/container-top-bg.jpg) center top no-repeat, url(../images/container-bottom-bg.jpg) center bottom no-repeat;
min-height: 1200px;
display: flex;
}
.content {
width: 477px;
padding: 150px 100px 100px 60px;
line-height: 1.3;
}
.content img {
max-width: 477px;
}
.news {
border-bottom: 1px solid rgba(162, 170, 195, 0.5);
box-shadow: 0px 1px 0px 0px rgba(197, 203, 220, 0.5);
padding-bottom: 16px;
margin-bottom: 10px;
}
.content-title {
border-top: 1px solid rgba(255, 255, 255, 0.3);
background: linear-gradient(to bottom, rgba(202, 208, 220, 0.3), rgba(84, 81, 108, 0.2));
padding: 15px;
margin-bottom: 22px;
}
.content-title a {
text-decoration: none;
font-size: 12px;
font-weight: bold;
}
.content-title a:hover {
text-decoration: underline;
}
.content-title span {
float: right;
color: #545e74;
font-style: italic;
text-shadow: 1px 1px 1px #afb3d1;
}
.news-text {
display: flex;
justify-content: space-between;
}
.news-text .news-text-img {
background: url(../images/news-img-bg.png) no-repeat;
width: 126px;
height: 92px;
text-align: center;
padding-top: 4px;
}
.news-text .news-text-img img {
border-radius: 5px;
width: 120px;
height: 90px;
}
.news-text .news-text-info {
width: 337px;
}
.news-text .news-text-info .news-button {
margin-top: 5px;
}
.news-text .news-text-info .news-button a {
margin-left: 30px;
}
.news-text .news-text-info .news-button span {
color: #3e4657;
font-weight: bold;
font-size: 10px;
}
.pagination {
text-align: center;
margin-top: 20px;
}
.pagination a {
font-weight: bold;
}
.pagination .number {
text-decoration: none;
background: rgba(226, 231, 237, 0.3);
padding: 5px;
border-radius: 3px;
margin: 0px 2px;
}
.pagination .number:hover {
background: #e2e7ed;
}
.pagination .active {
background: #e2e7ed;
}
.pagination .prev {
margin-right: 12px;
}
.pagination .next {
margin-left: 12px;
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.sidebar {
width: 263px;
padding: 60px 30px 200px 30px;
line-height: 1.3;
}
.sidebar-title {
background: linear-gradient(#b8bae0 10%, #7a7c97 40%, #ecedff 70%);
-webkit-background-clip: text;
color: transparent;
text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
font-weight: bold;
text-transform: uppercase;
font-size: 16px;
font-family: "NeoSansProRegular";
letter-spacing: 1px;
}
.status-block {
padding: 0px 40px;
margin-bottom: 86px;
}
.status-block .status-title {
position: relative;
margin-bottom: 25px;
}
.status-block .status-title:after {
content: "";
background: url(../images/status-img.png) no-repeat;
height: 45px;
width: 45px;
position: absolute;
top: -18px;
margin-left: 20px;
border-radius: 50%;
box-shadow: 0px 0px 120px #2bda14, 3px 3px 2px rgba(0, 0, 0, 0.5);
}
.status-block-c {
display: flex;
}
.status-block-c span {
display: block;
margin-bottom: 10px;
}
.status-block-c .server-name {
color: #bfc2ea;
font-size: 12px;
font-weight: bold;
}
.status-block-c .status {
width: 14px;
height: 14px;
display: inline-block;
width: 40px;
}
.status-block-c .online {
margin-left: 15px;
padding: 1px 0px 1px 29px;
}
.status-block-c .server-online {
color: #4cd132;
background: url(../images/status-icon.png) left 0px no-repeat;
}
.status-block-c .server-offline {
color: #d13232;
background: url(../images/status-icon.png) left -22px no-repeat;
}
.login-block {
background: url(../images/login-bg.png) no-repeat;
height: 193px;
padding: 40px 48px;
position: relative;
margin-bottom: 30px;
}
.login-block .login-title {
margin-bottom: 30px;
}
.login-block .login-title:after {
content: "";
background: url(../images/login-title-border.png) repeat-x;
height: 2px;
width: 253px;
position: absolute;
left: 7px;
margin-top: 34px;
}
.login-block p {
margin-bottom: 5px;
color: #8b8eb5;
}
.login-block p a {
color: #d3d5ea;
font-size: 10px;
}
.login-block p input {
margin-top: 5px;
background: url(../images/login-input.png) no-repeat;
width: 153px;
height: 27px;
border: none;
padding: 0px 10px;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.login-block button {
background: url(../images/login-button.png) no-repeat;
width: 125px;
height: 50px;
margin: 0 auto;
margin-top: 8px;
display: block;
box-shadow: none;
border-radius: 0px;
padding: 0px 0px 3px 0px;
color: #fff;
text-shadow: 1px 1px 1px #000;
}
.dis-title p {
background: url(../images/discussions-bg.png) center 9px no-repeat;
padding-left: 40px;
}
.disscusion {
color: #717391;
line-height: 1.2;
border-bottom: 1px dotted #5e6577;
width: 170px;
padding-bottom: 12px;
margin: 0px 0px 16px 40px;
position: relative;
}
.disscusion:before {
content: "";
background: url(../images/discussion-icon.png) no-repeat;
position: absolute;
width: 33px;
height: 32px;
left: -35px;
top: -10px;
}
.disscusion a {
color: #bfc2ea;
font-size: 12px;
font-weight: bold;
}
.disscusion span {
display: block;
margin-top: 8px;
}
.disscusion span a {
text-decoration: none;
color: #9da0c5;
font-size: 11px;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
background: url(../images/footer-bg.jpg) no-repeat;
height: 90px;
padding-top: 69px;
line-height: 1.3;
}
.counter-block {
float: right;
margin-right: 70px;
}
.copyright-block {
color: #7f8ca3;
margin-left: 70px;
}
.copyright-block a {
color: #b3c3e1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.sidebar-title {
background: none;
color: #b8bae0;
}
}
.form{
width:90%;
margin:0 auto;
padding:10px 10px;
}
.form input[type='submit']:hover{
color:white;
transition: all .5s;
}
.form-group legend{
text-align: center;
font-size: 1.2rem;
color:white;
padding:2px 2px;
text-shadow: 2px 2px #2e3247;
}
.form-group input{
margin:5px 5px;
}
.form input[type='submit']{
cursor: pointer;
}
/*# sourceMappingURL=style.css.map */
.sidebar-title ul{
padding-top:10px;
}
.fas{
color:#797b95;
text-align:right;
width:40px;
text-align: center
}
.sidebar-title ul li a, .table td, .table td a {
font-size:10pt;
color:white;
text-decoration: none;
opacity:0.6;
margin-left:5px;
}
.table td a:hover{
color:white;
opacity: 1;
transition: ease-in-out 0.2s;
}
.sidebar-title ul li a:hover{
margin-left:1px;
opacity:1;
color:white;
transition: ease-in-out 0.2s;
}
/* Tooltip Style
-----------------------------------------------------------------------------*/
.tippy-tooltip.light-theme {
/* Your styling here. Example: */
background-color: rgba(12,0,12,0.8);
padding:10px 10px;
font-size:120%;
border-top: 1px solid #565f74;
border-bottom: 1px solid #565f74;
}
.sidebar-title li {
padding:2px 2px;
}
.page-title{
border-top: 1px solid rgba(255, 255, 255, 0.3);
background: linear-gradient(to bottom, rgba(202, 208, 220, 0.3), rgba(84, 81, 108, 0.2));
padding: 15px;
margin-bottom: 22px;
text-align:center;
font-size:13pt;
}
.table {
width:100%;
}
table td{
padding:10px 10px;
}
.table th{
background-color: #5d6c8c;
color:white;
} | 0.306112 | 0.104798 |
@-moz-document url("chrome://browser/content/tabview.html"){
div#content {
background: #020202 center center fixed repeat url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAABIUlEQVR4nI2SMa7jMAxEHyX6Hi5yn9z/CClSBImdkCLjLQIJ/n+9yLIRIGhIztPI+Xze1nXFzHB3IoLMZF/LsmBmqCqqCkCtFY0I3u8327YhIojIELXWcHdaa6gqtVZKKZRSmOcZfT6fmBmZSUQQEYjIEGXmEPVznmcAShf2x31yaw0zY9s2aq3UWhGRIVyWBQWGx1IKqsr1ekVEmKZprLmf6O4A6LquP+Dcbjcyc3gEEBFOpxMRwf1+H2D1f+FEBK/X6wdY7Wt8g3MEVrvQzD5/p0op5S84vbm7k5kfPv3yG5wjsNqT8xvOUeq6LYDL5YL+C85R6mqttNZ4PB4fiz0A3+D0Bu4+AqP75HR4R3CAEZ4OVvcT93WUummaEJFh8Q+CIBpBrOZVBQAAAABJRU5ErkJggg==") !important;
box-shadow: inset 0px 0px 8px 2px rgba(0,0,0,1), inset 0px 0px 200px 10px rgba(0,0,0,1) !important;
border: 0px !important;
}
body > div {
background: rgba(255,255,255,.05) !important;
border: 1px solid rgba(255,255,255,.1) !important;
box-shadow: inset 0px 0px 6px rgba(255,255,255,.1), 0px 0px 6px rgba(0,0,0,1) !important;
}
div.groupItem {
background: -moz-linear-gradient(center top, rgba(60,60,60,.6), rgba(20,20,20,.6)) repeat scroll 0 0 transparent !important;
border: 0px !important;
box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,.06), inset 0px 0px 20px rgba(255,255,255,.1), 0px 0px 0px 1px rgba(0,0,0,.6) , 0px 0px 8px rgba(0,0,0,.5) !important;
}
div.groupItem.activeGroupItem { box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,.06), inset 0px 0px 20px rgba(255,255,255,.1), 0px 0px 0px 1px rgba(0,0,0,.6) , 0px 0px 16px rgba(0,0,0,1) !important; }
div.titlebar {
background: -moz-linear-gradient(center top, rgba(255,255,255,.15) 0%, rgba(255,255,255,.05) 50%, rgba(255,255,255,.01) 51%, rgba(255,255,255,.05) 100%) repeat scroll 0 0 transparent !important;
padding: 0px 0px 5px 0px !important;
border-radius: 5px 5px 0px 0px !important;
border-bottom: 1px solid rgba(80,80,80,1) !important;
box-shadow: inset 0px 0px 10px rgba(255,255,255,.1), 0px 1px 4px rgba(0,0,0,.3) !important;
}
div.titlebar * { text-shadow: 0px 0px 3px rgba(0,0,0,1) !important; }
div.titlebar input.name {
color: rgba(255,255,255,.4) !important;
margin: 2px -4px 1px 2px !important;
}
div.titlebar input.name:hover {
border-radius: 5px 0px 0px 0px !important;
border: 1px dashed rgba(255,255,255,.3) !important;
}
div.titlebar input.name:focus {
border-radius: 5px 0px 0px 0px !important;
border: 1px solid rgba(255,255,255,.2) !important;
box-shadow: inset 0px 0px 10px rgba(255,255,255,.1), 0px 1px 4px rgba(0,0,0,.3) !important;
}
div.close {
margin: -2px -1px 2px 0px !important;
opacity: .5 !important;
}
div.appTabTrayContainer {
border-left: 1px solid rgba(255,255,255,.2) !important;
box-shadow: inset 1px 0px 1px rgba(255,255,255,.1), -1px 0px 0px rgba(0,0,0,.3) !important;
}
div.resizer { opacity: .3 !important; }
span.tab-title {
color: rgba(0,0,0,1) !important;
margin: 3px -2px -3px -2px !important;
padding: 6px !important;
text-shadow: 1px 1px 0px rgba(255,255,255,.2), 0px 0px 8px rgba(255,255,255,1), 0px 0px 6px rgba(255,255,255,.5) !important;
}
div.title-shield { display: none !important; }
} | data/usercss/62069.user.css |
@-moz-document url("chrome://browser/content/tabview.html"){
div#content {
background: #020202 center center fixed repeat url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAABIUlEQVR4nI2SMa7jMAxEHyX6Hi5yn9z/CClSBImdkCLjLQIJ/n+9yLIRIGhIztPI+Xze1nXFzHB3IoLMZF/LsmBmqCqqCkCtFY0I3u8327YhIojIELXWcHdaa6gqtVZKKZRSmOcZfT6fmBmZSUQQEYjIEGXmEPVznmcAShf2x31yaw0zY9s2aq3UWhGRIVyWBQWGx1IKqsr1ekVEmKZprLmf6O4A6LquP+Dcbjcyc3gEEBFOpxMRwf1+H2D1f+FEBK/X6wdY7Wt8g3MEVrvQzD5/p0op5S84vbm7k5kfPv3yG5wjsNqT8xvOUeq6LYDL5YL+C85R6mqttNZ4PB4fiz0A3+D0Bu4+AqP75HR4R3CAEZ4OVvcT93WUummaEJFh8Q+CIBpBrOZVBQAAAABJRU5ErkJggg==") !important;
box-shadow: inset 0px 0px 8px 2px rgba(0,0,0,1), inset 0px 0px 200px 10px rgba(0,0,0,1) !important;
border: 0px !important;
}
body > div {
background: rgba(255,255,255,.05) !important;
border: 1px solid rgba(255,255,255,.1) !important;
box-shadow: inset 0px 0px 6px rgba(255,255,255,.1), 0px 0px 6px rgba(0,0,0,1) !important;
}
div.groupItem {
background: -moz-linear-gradient(center top, rgba(60,60,60,.6), rgba(20,20,20,.6)) repeat scroll 0 0 transparent !important;
border: 0px !important;
box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,.06), inset 0px 0px 20px rgba(255,255,255,.1), 0px 0px 0px 1px rgba(0,0,0,.6) , 0px 0px 8px rgba(0,0,0,.5) !important;
}
div.groupItem.activeGroupItem { box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,.06), inset 0px 0px 20px rgba(255,255,255,.1), 0px 0px 0px 1px rgba(0,0,0,.6) , 0px 0px 16px rgba(0,0,0,1) !important; }
div.titlebar {
background: -moz-linear-gradient(center top, rgba(255,255,255,.15) 0%, rgba(255,255,255,.05) 50%, rgba(255,255,255,.01) 51%, rgba(255,255,255,.05) 100%) repeat scroll 0 0 transparent !important;
padding: 0px 0px 5px 0px !important;
border-radius: 5px 5px 0px 0px !important;
border-bottom: 1px solid rgba(80,80,80,1) !important;
box-shadow: inset 0px 0px 10px rgba(255,255,255,.1), 0px 1px 4px rgba(0,0,0,.3) !important;
}
div.titlebar * { text-shadow: 0px 0px 3px rgba(0,0,0,1) !important; }
div.titlebar input.name {
color: rgba(255,255,255,.4) !important;
margin: 2px -4px 1px 2px !important;
}
div.titlebar input.name:hover {
border-radius: 5px 0px 0px 0px !important;
border: 1px dashed rgba(255,255,255,.3) !important;
}
div.titlebar input.name:focus {
border-radius: 5px 0px 0px 0px !important;
border: 1px solid rgba(255,255,255,.2) !important;
box-shadow: inset 0px 0px 10px rgba(255,255,255,.1), 0px 1px 4px rgba(0,0,0,.3) !important;
}
div.close {
margin: -2px -1px 2px 0px !important;
opacity: .5 !important;
}
div.appTabTrayContainer {
border-left: 1px solid rgba(255,255,255,.2) !important;
box-shadow: inset 1px 0px 1px rgba(255,255,255,.1), -1px 0px 0px rgba(0,0,0,.3) !important;
}
div.resizer { opacity: .3 !important; }
span.tab-title {
color: rgba(0,0,0,1) !important;
margin: 3px -2px -3px -2px !important;
padding: 6px !important;
text-shadow: 1px 1px 0px rgba(255,255,255,.2), 0px 0px 8px rgba(255,255,255,1), 0px 0px 6px rgba(255,255,255,.5) !important;
}
div.title-shield { display: none !important; }
} | 0.261614 | 0.124878 |
body {
height: 100%;
}
form {
margin: 0px;
padding: 0px;
}
table {
margin: 20px auto;
}
#title {
text-align: center;
font-size: 250%;
color: white;
font-weight: 900;
}
#subtitle {
font-size: 150%;
margin: none;
padding: none;
text-align: center;
color: #97FB98;
font-weight: 900;
}
#gameInfo {
margin: 20px;
text-align: center;
font-size: 150%;
}
#splash-tictactoe-image {
position: absolute;
width: 100%;
background-image: url(../images/wallpaper2.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
.box {
font-size: 15vh;
font-weight: bold;
text-align: center;
width: 18vh;
height: 18vh;
}
#gameState {
font-weight: bold;
}
.yourTurn {
font-weight: bold;
}
.notYourTurn {
opacity: .4
}
.playerX {
color: rgba(0, 0, 0, 0);
font-size: 0.1px;
background-image: url(../images/vadur.png);
background-repeat: no-repeat;
background-size: 70px 80px;
background-position: center;
}
#XTag {
color: #ff77aa;
font-weight: bold;
}
#tieTag {
font-weight: bold;
}
#OTag {
color: #77aaff;
font-weight: bold;
}
.playerO {
color: rgba(0, 0, 0, 0);
font-size: 0.1px;
background-image: url(../images/wheeze.png);
background-repeat: no-repeat;
background-size: 70%;
background-position: center;
}
#scoreTitle {
text-align: center;
}
.score {
margin: 20px;
text-align: center;
font-size: 150%;
height: 5vh;
width: 18vh;
}
.startChoiceBtn {
display: block;
margin: auto;
width: 100%;
max-width: 400px;
height: 75px;
font-size: 200% !important;
background-color: #77aaff;
}
.menuBtn {
display: block;
margin: auto;
margin-top: 5px;
margin-bottom: 5px;
font-weight: bold;
background-color: #ff77aa !important;
font-size: 150% !important;
border: #e56b99 !important;
}
.menuBtn:hover {
background-color: #e56b99 !important;
}
.menuBtn:active {
background-color: #e56b99 !important;
}
.menuBtn:visited {
background-color: #e56b99 !important;
}
.actionBtn {
display: block;
margin: auto;
width: 40vh;
margin-top: 5px;
margin-bottom: 5px;
background-color: #77aaff;
font-size: 100% !important;
outline: none !important;
}
#scoreBoard {
margin-top: 20px;
}
.panel {
display: block;
margin: auto;
width: 100%;
max-width: 400px;
}
form {
margin: none;
padding: none;
}
.gameDesc {
position: relative;
text-align: center;
font-size: 150%;
font-weight: bold;
}
.divider {
height: 60px;
}
#enterCodeLabel {
display: block;
text-align: center;
font-size: 200%;
}
#gameCodeInput {
margin-top: 20px;
margin-bottom: 20px;
font-size: 150%;
height: auto;
width: 100%;
text-align: center;
}
.startScreenX {
font-size: 150%;
}
#loadingContainer {
top: 0%;
position: absolute;
height: 100%;
width: 100%;
overflow: hidden;
}
#searchingText {
font-size: 150%;
width: 100%;
position: absolute;
top: 20%;
font-weight: bold;
text-align: center;
}
.menuBtnContainer {
position: absolute;
top: 80%;
width: 100%;
}
footer {
color: white;
text-align: center;
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
font-size: 125%;
font-weight: 850;
}
#searchState {
display: inline;
}
#gameContainer {
position: absolute;
width: 100%;
background-image: url(../images/game-background.png);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
} | public/css/style.css | body {
height: 100%;
}
form {
margin: 0px;
padding: 0px;
}
table {
margin: 20px auto;
}
#title {
text-align: center;
font-size: 250%;
color: white;
font-weight: 900;
}
#subtitle {
font-size: 150%;
margin: none;
padding: none;
text-align: center;
color: #97FB98;
font-weight: 900;
}
#gameInfo {
margin: 20px;
text-align: center;
font-size: 150%;
}
#splash-tictactoe-image {
position: absolute;
width: 100%;
background-image: url(../images/wallpaper2.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
.box {
font-size: 15vh;
font-weight: bold;
text-align: center;
width: 18vh;
height: 18vh;
}
#gameState {
font-weight: bold;
}
.yourTurn {
font-weight: bold;
}
.notYourTurn {
opacity: .4
}
.playerX {
color: rgba(0, 0, 0, 0);
font-size: 0.1px;
background-image: url(../images/vadur.png);
background-repeat: no-repeat;
background-size: 70px 80px;
background-position: center;
}
#XTag {
color: #ff77aa;
font-weight: bold;
}
#tieTag {
font-weight: bold;
}
#OTag {
color: #77aaff;
font-weight: bold;
}
.playerO {
color: rgba(0, 0, 0, 0);
font-size: 0.1px;
background-image: url(../images/wheeze.png);
background-repeat: no-repeat;
background-size: 70%;
background-position: center;
}
#scoreTitle {
text-align: center;
}
.score {
margin: 20px;
text-align: center;
font-size: 150%;
height: 5vh;
width: 18vh;
}
.startChoiceBtn {
display: block;
margin: auto;
width: 100%;
max-width: 400px;
height: 75px;
font-size: 200% !important;
background-color: #77aaff;
}
.menuBtn {
display: block;
margin: auto;
margin-top: 5px;
margin-bottom: 5px;
font-weight: bold;
background-color: #ff77aa !important;
font-size: 150% !important;
border: #e56b99 !important;
}
.menuBtn:hover {
background-color: #e56b99 !important;
}
.menuBtn:active {
background-color: #e56b99 !important;
}
.menuBtn:visited {
background-color: #e56b99 !important;
}
.actionBtn {
display: block;
margin: auto;
width: 40vh;
margin-top: 5px;
margin-bottom: 5px;
background-color: #77aaff;
font-size: 100% !important;
outline: none !important;
}
#scoreBoard {
margin-top: 20px;
}
.panel {
display: block;
margin: auto;
width: 100%;
max-width: 400px;
}
form {
margin: none;
padding: none;
}
.gameDesc {
position: relative;
text-align: center;
font-size: 150%;
font-weight: bold;
}
.divider {
height: 60px;
}
#enterCodeLabel {
display: block;
text-align: center;
font-size: 200%;
}
#gameCodeInput {
margin-top: 20px;
margin-bottom: 20px;
font-size: 150%;
height: auto;
width: 100%;
text-align: center;
}
.startScreenX {
font-size: 150%;
}
#loadingContainer {
top: 0%;
position: absolute;
height: 100%;
width: 100%;
overflow: hidden;
}
#searchingText {
font-size: 150%;
width: 100%;
position: absolute;
top: 20%;
font-weight: bold;
text-align: center;
}
.menuBtnContainer {
position: absolute;
top: 80%;
width: 100%;
}
footer {
color: white;
text-align: center;
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
font-size: 125%;
font-weight: 850;
}
#searchState {
display: inline;
}
#gameContainer {
position: absolute;
width: 100%;
background-image: url(../images/game-background.png);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
} | 0.304869 | 0.076339 |
body {
font-family: Arial, Helvetica, sans-serif;
}
input {
margin: 0;
padding: 0;
border: 0px;
}
.phone {
margin: 0 auto;
background: linear-gradient(to left, #4D4D4D, #121213);
padding: 33px 50px;
width: 715px;
}
.screen {
margin: 0 auto;
width: 640px;
border: 1px #C7C7C7 solid;
background-color: #fff;
}
.statusbar {
display: flex;
justify-content: space-between;
padding: 10px 10px 20px;
align-items: center;
}
.clock {
width: 33%;
text-align: center;
font-weight: 600;
font-size: 1.5rem;
}
.battery {
width: 33%;
text-align: right;
}
.net {
width: 33%;
}
.net,
.dots {
display: flex;
padding-right: 5px;
}
.fa-wifi {
padding-left: 5px;
}
.post {
display: flex;
justify-content: space-between;
padding: 10px 10px 20px;
align-items: center;
font-size: 2rem;
border-bottom: 1px #C7C7C7 solid;
}
.btn-box {
display: flex;
justify-content: space-around;
padding: 20px 15px;
}
.btn {
border: 1px #C7C7C7 solid;
color: #9AA0B0;
font-size: 25px;
padding: 10px;
border-radius: 45px;
width: 200px;
text-align: center;
}
form {
display: flex;
flex-wrap: wrap;
margin-left: 10px;
}
input {
border-bottom: 1px #C7C7C7 solid;
width: 95%;
font-size: 2rem;
padding: 20px 5px 5px;
}
input::placeholder {
color: #9AA0B0;
}
.w100 {
width: 100%;
}
.w70 {
width: 69%;
border-left: 1px #9AA0B0 solid;
}
.w30 {
width: 29%;
}
.field {
position: relative;
font-family: Arial;
text-transform: uppercase;
font-weight: bold;
display: inline-block;
}
label {
position: absolute;
left: 0;
top: 0;
transition: all .2s linear;
color: #C7C7C7;
font-size: 10px;
padding-left: 5px;
}
input:invalid+label {
top: 9px;
opacity: 0;
}
input:valid+label {
opacity: 1;
top: 3px;
}
input:focus {
outline: none;
}
input:focus+label {
color: #2C8FFE;
}
.h100 {
height: 100px;
} | src/ex11_html-css-advanced/task-03.css | body {
font-family: Arial, Helvetica, sans-serif;
}
input {
margin: 0;
padding: 0;
border: 0px;
}
.phone {
margin: 0 auto;
background: linear-gradient(to left, #4D4D4D, #121213);
padding: 33px 50px;
width: 715px;
}
.screen {
margin: 0 auto;
width: 640px;
border: 1px #C7C7C7 solid;
background-color: #fff;
}
.statusbar {
display: flex;
justify-content: space-between;
padding: 10px 10px 20px;
align-items: center;
}
.clock {
width: 33%;
text-align: center;
font-weight: 600;
font-size: 1.5rem;
}
.battery {
width: 33%;
text-align: right;
}
.net {
width: 33%;
}
.net,
.dots {
display: flex;
padding-right: 5px;
}
.fa-wifi {
padding-left: 5px;
}
.post {
display: flex;
justify-content: space-between;
padding: 10px 10px 20px;
align-items: center;
font-size: 2rem;
border-bottom: 1px #C7C7C7 solid;
}
.btn-box {
display: flex;
justify-content: space-around;
padding: 20px 15px;
}
.btn {
border: 1px #C7C7C7 solid;
color: #9AA0B0;
font-size: 25px;
padding: 10px;
border-radius: 45px;
width: 200px;
text-align: center;
}
form {
display: flex;
flex-wrap: wrap;
margin-left: 10px;
}
input {
border-bottom: 1px #C7C7C7 solid;
width: 95%;
font-size: 2rem;
padding: 20px 5px 5px;
}
input::placeholder {
color: #9AA0B0;
}
.w100 {
width: 100%;
}
.w70 {
width: 69%;
border-left: 1px #9AA0B0 solid;
}
.w30 {
width: 29%;
}
.field {
position: relative;
font-family: Arial;
text-transform: uppercase;
font-weight: bold;
display: inline-block;
}
label {
position: absolute;
left: 0;
top: 0;
transition: all .2s linear;
color: #C7C7C7;
font-size: 10px;
padding-left: 5px;
}
input:invalid+label {
top: 9px;
opacity: 0;
}
input:valid+label {
opacity: 1;
top: 3px;
}
input:focus {
outline: none;
}
input:focus+label {
color: #2C8FFE;
}
.h100 {
height: 100px;
} | 0.627267 | 0.105487 |
@import url('https://fonts.googleapis.com/css2?family=Quintessential&family=Roboto:wght@300&display=swap');
*{
font-family: 'Roboto', sans-serif;
margin: 0;
padding: 0;
}
html{
font-size: 62.5%;
}
body{
background-image: url(../img/bubble.png);
background-attachment: fixed;
}
h1,h2,h3{
color: #BD5EF3;
font-family: 'Quintessential', cursive;
}
p{
color:#817E7E;
line-height: 2rem;
font-size: 1.6rem;
}
.encabezado nav{
background-color: rgba(238, 188, 247, .5);
/*position*/
position: sticky;
top: 0;
/*padding*/
padding: 6px 30px;
width: 100%;
box-sizing: border-box;
}
.encabezado nav ol{
/*display*/
display: inline-block;
margin-left: 30px;
}
.encabezado nav ol li{
list-style: none;
/*display*/
display: inline-block;
/*margin -*/
margin-right: 10px;
margin-top: -30px;
/*height*/
height: 30px;
/*vertical-align*/
vertical-align: middle;
}
.encabezado nav ol li a{
font-size: 1.8rem;
text-decoration: none;
color: #5B5959;
}
/*hover*/
.encabezado nav ol li a:hover{
color: grey;
font-weight: 600;
}
/* clases camelCase */
.textDestacado{
background-color: rgba(255, 252, 0, .4);
}
.textBold{
font-weight: 600;
}
.textCenter{
text-align: center;
}
.textRight{
text-align: right;
}
.textLeft{
text-align: left;
}
.bgLight{
background-color:rgba(243, 240, 240, .8) ;
}
.bgDark{
background-color: rgba(195, 190, 190, .8);
}
/*Clases BEM */
.encabezado__box--white{
text-align: center;
background-color: white;
/*padding*/
padding-top: 12px 0;
}
.encabezado__img--fluid{
/*size*/
width: 100%;
}
.novedades__titulo--xxl{
font-size: 4rem;
}
.novedades__titulo--xl{
font-size: 3rem;
}
.novedades__titulo--md{
font-size: 2rem;
/*margin*/
}
/*Box model - width- height - margin - padding - border*/
/*Overflox*/
/*box-sizing*/
.novedades__articulo{
width: 90%;
height: auto;
/* overflow: hidden;
overflow-x: auto;
overflow-y: auto; */
/* margin-top: 30px;
margin-bottom: 50px;
margin-right: 10px;
margin-left: 5px; */
/* margin: 30px 10px 50px 5px; */
/* Solo defines el margen de arriba y abajo, y dejas que los otros dos se asignen solos */
margin: 20px auto;
/* border-style: ridge;
border-width: 5px;
border-color: rgba(238, 188, 247, .5); */
border: solid 4px violet;
/* padding-top: 20px;
padding-bottom: 20px;
padding-left: 30px;
padding-right: 30px; */
padding: 20px 30px;
/* Le resta el padding a la caja */
box-sizing: border-box;
}
.pie{
/*padding*/
padding: 30px;
}
.pie__icon--sm{
/*size*/
width: 30px;
}
.pie__titulo--md{
/*display*/
display: inline-block;
margin-right: 20px;
font-size: 2rem;
} | ExamplesAndClasses/clase04/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Quintessential&family=Roboto:wght@300&display=swap');
*{
font-family: 'Roboto', sans-serif;
margin: 0;
padding: 0;
}
html{
font-size: 62.5%;
}
body{
background-image: url(../img/bubble.png);
background-attachment: fixed;
}
h1,h2,h3{
color: #BD5EF3;
font-family: 'Quintessential', cursive;
}
p{
color:#817E7E;
line-height: 2rem;
font-size: 1.6rem;
}
.encabezado nav{
background-color: rgba(238, 188, 247, .5);
/*position*/
position: sticky;
top: 0;
/*padding*/
padding: 6px 30px;
width: 100%;
box-sizing: border-box;
}
.encabezado nav ol{
/*display*/
display: inline-block;
margin-left: 30px;
}
.encabezado nav ol li{
list-style: none;
/*display*/
display: inline-block;
/*margin -*/
margin-right: 10px;
margin-top: -30px;
/*height*/
height: 30px;
/*vertical-align*/
vertical-align: middle;
}
.encabezado nav ol li a{
font-size: 1.8rem;
text-decoration: none;
color: #5B5959;
}
/*hover*/
.encabezado nav ol li a:hover{
color: grey;
font-weight: 600;
}
/* clases camelCase */
.textDestacado{
background-color: rgba(255, 252, 0, .4);
}
.textBold{
font-weight: 600;
}
.textCenter{
text-align: center;
}
.textRight{
text-align: right;
}
.textLeft{
text-align: left;
}
.bgLight{
background-color:rgba(243, 240, 240, .8) ;
}
.bgDark{
background-color: rgba(195, 190, 190, .8);
}
/*Clases BEM */
.encabezado__box--white{
text-align: center;
background-color: white;
/*padding*/
padding-top: 12px 0;
}
.encabezado__img--fluid{
/*size*/
width: 100%;
}
.novedades__titulo--xxl{
font-size: 4rem;
}
.novedades__titulo--xl{
font-size: 3rem;
}
.novedades__titulo--md{
font-size: 2rem;
/*margin*/
}
/*Box model - width- height - margin - padding - border*/
/*Overflox*/
/*box-sizing*/
.novedades__articulo{
width: 90%;
height: auto;
/* overflow: hidden;
overflow-x: auto;
overflow-y: auto; */
/* margin-top: 30px;
margin-bottom: 50px;
margin-right: 10px;
margin-left: 5px; */
/* margin: 30px 10px 50px 5px; */
/* Solo defines el margen de arriba y abajo, y dejas que los otros dos se asignen solos */
margin: 20px auto;
/* border-style: ridge;
border-width: 5px;
border-color: rgba(238, 188, 247, .5); */
border: solid 4px violet;
/* padding-top: 20px;
padding-bottom: 20px;
padding-left: 30px;
padding-right: 30px; */
padding: 20px 30px;
/* Le resta el padding a la caja */
box-sizing: border-box;
}
.pie{
/*padding*/
padding: 30px;
}
.pie__icon--sm{
/*size*/
width: 30px;
}
.pie__titulo--md{
/*display*/
display: inline-block;
margin-right: 20px;
font-size: 2rem;
} | 0.228415 | 0.073032 |
.spectrum-Checkbox {
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: start;
align-items: flex-start;
position: relative;
min-height: 32px;
max-width: 100%;
margin-right: 16px;
vertical-align: top;
}
.spectrum-Checkbox-input {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
overflow: visible;
box-sizing: border-box;
padding: 0;
position: absolute;
top: 0;
left: -8px;
width: calc(100% + 16px);
height: 100%;
opacity: .0001;
z-index: 1;
cursor: pointer;
}
.spectrum-Checkbox-input:disabled {
cursor: default;
}
.spectrum-Checkbox-input:checked + .spectrum-Checkbox-box {
border-width: 7px;
}
.spectrum-Checkbox-input:checked + .spectrum-Checkbox-box .spectrum-Checkbox-checkmark {
transform: scale(1);
opacity: 1;
}
.spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-box,
.spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box {
border-width: 7px;
}
.spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-box .spectrum-Checkbox-checkmark, .spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box .spectrum-Checkbox-checkmark {
display: none;
}
.spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-box .spectrum-Checkbox-partialCheckmark, .spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box .spectrum-Checkbox-partialCheckmark {
display: block;
transform: scale(1);
opacity: 1;
}
.spectrum-Checkbox-label {
margin-left: 10px;
margin-top: 7px;
font-size: 14px;
font-weight: 400;
line-height: 1.49;
transition: color 130ms ease-in-out;
}
.spectrum-Checkbox-box {
position: relative;
box-sizing: border-box;
width: 14px;
height: 14px;
margin: 9px 0;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
border-radius: 2px;
border-width: 2px;
border-style: solid;
transition: border 130ms ease-in-out, box-shadow 130ms ease-in-out;
}
.spectrum-Checkbox-checkmark,
.spectrum-Checkbox-partialCheckmark {
position: absolute;
top: 50%;
left: 50%;
margin-top: -5px;
margin-left: -5px;
opacity: 0;
transform: scale(0);
transition: opacity 130ms ease-in-out, transform 130ms ease-in-out;
}
.spectrum-Checkbox-partialCheckmark {
display: none;
} | docs/assets/css/components/checkbox/index.css | .spectrum-Checkbox {
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: start;
align-items: flex-start;
position: relative;
min-height: 32px;
max-width: 100%;
margin-right: 16px;
vertical-align: top;
}
.spectrum-Checkbox-input {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
overflow: visible;
box-sizing: border-box;
padding: 0;
position: absolute;
top: 0;
left: -8px;
width: calc(100% + 16px);
height: 100%;
opacity: .0001;
z-index: 1;
cursor: pointer;
}
.spectrum-Checkbox-input:disabled {
cursor: default;
}
.spectrum-Checkbox-input:checked + .spectrum-Checkbox-box {
border-width: 7px;
}
.spectrum-Checkbox-input:checked + .spectrum-Checkbox-box .spectrum-Checkbox-checkmark {
transform: scale(1);
opacity: 1;
}
.spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-box,
.spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box {
border-width: 7px;
}
.spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-box .spectrum-Checkbox-checkmark, .spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box .spectrum-Checkbox-checkmark {
display: none;
}
.spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-box .spectrum-Checkbox-partialCheckmark, .spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-input:checked + .spectrum-Checkbox-box .spectrum-Checkbox-partialCheckmark {
display: block;
transform: scale(1);
opacity: 1;
}
.spectrum-Checkbox-label {
margin-left: 10px;
margin-top: 7px;
font-size: 14px;
font-weight: 400;
line-height: 1.49;
transition: color 130ms ease-in-out;
}
.spectrum-Checkbox-box {
position: relative;
box-sizing: border-box;
width: 14px;
height: 14px;
margin: 9px 0;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
border-radius: 2px;
border-width: 2px;
border-style: solid;
transition: border 130ms ease-in-out, box-shadow 130ms ease-in-out;
}
.spectrum-Checkbox-checkmark,
.spectrum-Checkbox-partialCheckmark {
position: absolute;
top: 50%;
left: 50%;
margin-top: -5px;
margin-left: -5px;
opacity: 0;
transform: scale(0);
transition: opacity 130ms ease-in-out, transform 130ms ease-in-out;
}
.spectrum-Checkbox-partialCheckmark {
display: none;
} | 0.656108 | 0.071235 |
body {
padding-top: 56px;
}
a {
color: #c9c8c7;
margin-right: 8%;
margin-left: 8%;
}
.navbar {
border-bottom:1px solid #c9c8c7;
}
.h1 {
border-bottom:1px solid #c9c8c7;
}
/*!
* Start Bootstrap - Blog Home (https://startbootstrap.com/template-overviews/blog-home)
* Copyright 2013-2019 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-blog-home/blob/master/LICENSE)
*/
#locaties_adres {
font-size: 24px;
}
#afstand {
font-size: 32px;
}
#afstandwaarde {
color: #2681ff;
}
.slideContainer {
width: 100%;
margin-top: 50px;
align-self: center;
}
.slider {
-webkit-appearance: none;
width: 100%;
height: 20px;
background: rgb(214, 214, 214);
outline: none;
opacity: 0.7;
-webkit-transition: .2s;
transition: opacity .2s;
border-radius: 12px;
box-shadow: 0px 1px 10px 1px black;
}
.slider:hover {
opacity: 1;
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 30px;
height: 30px;
background: white;
cursor: pointer;
border-radius: 50%;
}
.slider::-moz-range-thumb {
width: 40px;
height: 40px;
background: white;
cursor: pointer;
border-radius: 50%;
}
/* Other input */
.switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider_settings {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.slider_settings:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider_settings {
background-color: #2196F3;
}
input:focus + .slider_settings {
box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider_settings:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
/* Rounded sliders */
.slider_settings.round {
border-radius: 34px;
}
.slider_settings.round:before {
border-radius: 50%;
}
ul {
list-style-type: none;
padding-left: 0;
} | css/main.css | body {
padding-top: 56px;
}
a {
color: #c9c8c7;
margin-right: 8%;
margin-left: 8%;
}
.navbar {
border-bottom:1px solid #c9c8c7;
}
.h1 {
border-bottom:1px solid #c9c8c7;
}
/*!
* Start Bootstrap - Blog Home (https://startbootstrap.com/template-overviews/blog-home)
* Copyright 2013-2019 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-blog-home/blob/master/LICENSE)
*/
#locaties_adres {
font-size: 24px;
}
#afstand {
font-size: 32px;
}
#afstandwaarde {
color: #2681ff;
}
.slideContainer {
width: 100%;
margin-top: 50px;
align-self: center;
}
.slider {
-webkit-appearance: none;
width: 100%;
height: 20px;
background: rgb(214, 214, 214);
outline: none;
opacity: 0.7;
-webkit-transition: .2s;
transition: opacity .2s;
border-radius: 12px;
box-shadow: 0px 1px 10px 1px black;
}
.slider:hover {
opacity: 1;
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 30px;
height: 30px;
background: white;
cursor: pointer;
border-radius: 50%;
}
.slider::-moz-range-thumb {
width: 40px;
height: 40px;
background: white;
cursor: pointer;
border-radius: 50%;
}
/* Other input */
.switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider_settings {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.slider_settings:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider_settings {
background-color: #2196F3;
}
input:focus + .slider_settings {
box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider_settings:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
/* Rounded sliders */
.slider_settings.round {
border-radius: 34px;
}
.slider_settings.round:before {
border-radius: 50%;
}
ul {
list-style-type: none;
padding-left: 0;
} | 0.61878 | 0.054424 |
margin-bottom:50px;
}
.templates-filter-group {
box-sizing: border-box;
margin: 0 1% 0 0;
padding: 10px;
background: #fff;
/* margin-top:20px; */
}
.download-image {
background-size:100% 100%;
background-repeat: no-repeat;
width: 100%;
height: 136px;
margin:0px;
}
.download-item {
margin-top: 30px;
margin-left: 25px;
margin-right: 25px;
margin-bottom: 50px;
padding:0px !important;
box-shadow: 0 20px 45px 0 rgba(0, 0, 0, 0.3), 0 17px 17px 0 rgba(0, 0, 0, 0.15);
}
.download-overlay, .download-overlay .theme-wrap {
z-index:9999999;
}
.col-template-content {
background-color: rgba(0,0,0,.50);
width: 100%;
height: 136px;
position: absolute;
z-index: 100;
top:0px;
color: transparent;
cursor:pointer;
}
.col-template-content:hover {
background-color: rgba(0,0,0,0);
}
.col-template-content:hover .col-template-info-title {
color: transparent;
}
.col-template-info-title {
color: #fff;
font-weight: 600;
padding-left: 10px;
padding-top: 89px;
font-size: 14px;
vertical-align: bottom;
padding-right: 9px;
height: 136px;
position: absolute;
}
.align-right {
text-align:right;
}
.right-group {
margin-top:20px;
}
body .filter-label {
font-weight:300px !important;
}
.filter-label {
margin-right:10px;
font-size:15px;
vertical-align:-4px;
}
.wrap {
width: 95%;
}
#grid {
width: 100%;
overflow: visible !important;
}
#wpbody-content {
background-color:#fff;
}
#wpwrap, #wpcontent {
background-color:#fff;
}
.wrap {
margin-top:0px;
padding:0px;
}
.col-template-actions {
color: #000;
width: 100%;
z-index: 100;
top: 0px;
text-align:center;
padding-top: 15px;
padding-bottom: 10px;
}
.col-template-actions div {
display:inline;
}
.power-is-on {
font-size:20px;
color:#45bbe6;
}
.power-toggle {
cursor:pointer;
font-size:24px;
}
.action-update {
position:relative;
left:25px;
}
.action-update .fa {
color:blueviolet !important;
font-size: 26px;
}
.action-settings .fa {
font-size:26px;
//color:red;
margin-left:28%;
}
.theme-info img {
width: 100%;
height: 100%;
}
.col-template-actions a:hover{
text-decoration:none;
}
.power-is-off {
color:#000;
}
.power-is-off:hover, .fa-eye:hover {
color:#45bbe6;
}
.power-is-on:hover {
color:brown;
}
.col-template-content:hover .action-preview, .action-preview:hover {
display:initial;
}
.filter-search {
margin-bottom:6px;
}
.checkbox-filters {
padding-right:42px;
}
.theme-actions {
padding:10px;
}
.theme-actions div {
display:inline;
}
/**
* Ribbons!
*/
.tooltip {
position: fixed;
z-index:99999;
}
.download-ribbon a {
color:#fff;
}
.ribbon-0 {
left:3px;
}
.ribbon-1 {
left:32px;
}
.ribbon-2 {
left:62px;
}
.ribbon-3 {
left:92px;
}
.lp-ribbon {
position: absolute;
width: 25px;
height: 25px;
background: #3071a9;
text-align: center;
top: 4px;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
border: solid 1px #11273E;
z-index: 9999;
color:#fff;
}
.cta-ribbon {
position: absolute;
width: 25px;
height: 25px;
background: #f0ad4e;
text-align: center;
top: 4px;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
border: solid 1px #11273E;
z-index: 9999;
}
.mail-ribbon {
position: absolute;
width: 25px;
height: 25px;
background: #31b0d5;
text-align: center;
top: 4px;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
border: solid 1px #11273E;
z-index: 9999;
}
.leads-ribbon {
position: absolute;
width: 25px;
height: 25px;
background: #449d44;
text-align: center;
top: 4px;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
border: solid 1px #11273E;
z-index: 9999;
}
.automation-ribbon {
position: absolute;
width: 25px;
height: 25px;
background: #31b0d5;
text-align: center;
top: 4px;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
border: solid 1px #11273E;
z-index: 9999;
} | assets/css/admin/manage-downloads.css | margin-bottom:50px;
}
.templates-filter-group {
box-sizing: border-box;
margin: 0 1% 0 0;
padding: 10px;
background: #fff;
/* margin-top:20px; */
}
.download-image {
background-size:100% 100%;
background-repeat: no-repeat;
width: 100%;
height: 136px;
margin:0px;
}
.download-item {
margin-top: 30px;
margin-left: 25px;
margin-right: 25px;
margin-bottom: 50px;
padding:0px !important;
box-shadow: 0 20px 45px 0 rgba(0, 0, 0, 0.3), 0 17px 17px 0 rgba(0, 0, 0, 0.15);
}
.download-overlay, .download-overlay .theme-wrap {
z-index:9999999;
}
.col-template-content {
background-color: rgba(0,0,0,.50);
width: 100%;
height: 136px;
position: absolute;
z-index: 100;
top:0px;
color: transparent;
cursor:pointer;
}
.col-template-content:hover {
background-color: rgba(0,0,0,0);
}
.col-template-content:hover .col-template-info-title {
color: transparent;
}
.col-template-info-title {
color: #fff;
font-weight: 600;
padding-left: 10px;
padding-top: 89px;
font-size: 14px;
vertical-align: bottom;
padding-right: 9px;
height: 136px;
position: absolute;
}
.align-right {
text-align:right;
}
.right-group {
margin-top:20px;
}
body .filter-label {
font-weight:300px !important;
}
.filter-label {
margin-right:10px;
font-size:15px;
vertical-align:-4px;
}
.wrap {
width: 95%;
}
#grid {
width: 100%;
overflow: visible !important;
}
#wpbody-content {
background-color:#fff;
}
#wpwrap, #wpcontent {
background-color:#fff;
}
.wrap {
margin-top:0px;
padding:0px;
}
.col-template-actions {
color: #000;
width: 100%;
z-index: 100;
top: 0px;
text-align:center;
padding-top: 15px;
padding-bottom: 10px;
}
.col-template-actions div {
display:inline;
}
.power-is-on {
font-size:20px;
color:#45bbe6;
}
.power-toggle {
cursor:pointer;
font-size:24px;
}
.action-update {
position:relative;
left:25px;
}
.action-update .fa {
color:blueviolet !important;
font-size: 26px;
}
.action-settings .fa {
font-size:26px;
//color:red;
margin-left:28%;
}
.theme-info img {
width: 100%;
height: 100%;
}
.col-template-actions a:hover{
text-decoration:none;
}
.power-is-off {
color:#000;
}
.power-is-off:hover, .fa-eye:hover {
color:#45bbe6;
}
.power-is-on:hover {
color:brown;
}
.col-template-content:hover .action-preview, .action-preview:hover {
display:initial;
}
.filter-search {
margin-bottom:6px;
}
.checkbox-filters {
padding-right:42px;
}
.theme-actions {
padding:10px;
}
.theme-actions div {
display:inline;
}
/**
* Ribbons!
*/
.tooltip {
position: fixed;
z-index:99999;
}
.download-ribbon a {
color:#fff;
}
.ribbon-0 {
left:3px;
}
.ribbon-1 {
left:32px;
}
.ribbon-2 {
left:62px;
}
.ribbon-3 {
left:92px;
}
.lp-ribbon {
position: absolute;
width: 25px;
height: 25px;
background: #3071a9;
text-align: center;
top: 4px;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
border: solid 1px #11273E;
z-index: 9999;
color:#fff;
}
.cta-ribbon {
position: absolute;
width: 25px;
height: 25px;
background: #f0ad4e;
text-align: center;
top: 4px;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
border: solid 1px #11273E;
z-index: 9999;
}
.mail-ribbon {
position: absolute;
width: 25px;
height: 25px;
background: #31b0d5;
text-align: center;
top: 4px;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
border: solid 1px #11273E;
z-index: 9999;
}
.leads-ribbon {
position: absolute;
width: 25px;
height: 25px;
background: #449d44;
text-align: center;
top: 4px;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
border: solid 1px #11273E;
z-index: 9999;
}
.automation-ribbon {
position: absolute;
width: 25px;
height: 25px;
background: #31b0d5;
text-align: center;
top: 4px;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
border: solid 1px #11273E;
z-index: 9999;
} | 0.324771 | 0.079353 |
@import './components/general.css';
@import './components/header.css';
@import './components/footer.css';
@import './components/colors.css';
/************** SLIDER ******************/
.slider{
max-width: 100%;
position: relative;
height: 400px;
}
.slider .item img {
object-fit: cover;
width: 100%;
height: 400px;
border: none !important;
box-shadow: none !important;
}
.slider .prev, .slider .next {
cursor: pointer;
position: absolute;
top: 0;
top: 50%;
width: auto;
margin-top: -22px;
padding: 16px;
color: var(--white);
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
}
.slider .next {
right: 0;
border-radius: 3px 0 0 3px;
}
.slider .prev:hover,
.slider .next:hover {
background-color: rgba(0, 0, 0, 0.8);
}
.slideText {
position: absolute;
width: 20%;
border: 1px solid;
background-color: rgba(0, 0, 0, 0.4);
border-radius: 25px;
padding: 20px;
color: var(--white);
font-size: 20px;
left: 5%;
top: 5%;
text-shadow: 1px 1px 1px #000, 0 0 1em #000;
}
.slideText a {
text-decoration: none;
position: absolute;
right: 10%;
padding: 10px;
color: var(--white);
text-shadow: 1px 1px 1px #000, 0 0 1em #000;
border: 1px solid;
background-color: var(--dark-orange);
font-size: 20px;
font-style: italic;
}
.slider-dots {
position: absolute;
display: flex;
justify-content: center;
bottom: 0;
left: 0;
right: 0;
}
.slider-dots_item{
cursor: pointer;
height: 12px;
width: 12px;
margin: 5px 4px;
background-color: var(--light-grey);
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active,
.slider-dots_item:hover {
background-color: var(--grey);;
}
.slider .item {
animation-name: fade;
animation-duration: 2.0s;
}
@keyframes fade {
from {
opacity: 0.5
}
to {
opacity: 1
}
}
/************** ADVANTAGES ******************/
.advantages {
padding: 25px 0 50px;
background-color: var(--orange);
}
.advantages-title {
text-align: center;
width: 100%;
color: var(--white);
margin-bottom: 30px;
font-weight: 300;
}
.advantages h3 {
text-align: center;
font-size: 20px;
color: var(--white);
margin-bottom: 15px;
text-transform: uppercase;
}
.advantages p {
font-size: 20px;
color: var(--white);
}
.figure {
padding: 20px;
width: calc(100% / 12 * 3 - 15px * 2);
margin: 0 15px;
background: url('../images/adventages.jpg'), rgba(0, 0, 0, 0.3);
background-size: cover;
background-blend-mode: color;
position: relative;
border-radius: 10px;
opacity: 0;
transition: 1s; /*Скорость появления элемента*/
animation: show 3s 1; /* Название анимации, её время и количество повторов*/
animation-fill-mode: forwards; /* Чтобы элемент оставался в конечном состоянии анимации */
animation-delay: 1s; /* Задержка перед началом */
}
.figure::before {
content: "";
width: 0;
height: 0;
position: absolute;
right: 100%;
top: calc(50% - 12px);
border-top: 12px solid transparent;
border-right: 24px solid #B5DDD4;
border-bottom: 12px solid transparent;
}
@keyframes show {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/************** SEARCH_FORM ******************/
.seach-tours {
background: var(--milky-color);
padding: 15px;
margin-top: 50px;
}
.form {
width: 100%;
display: flex;
flex-wrap: wrap;
}
.form-field {
display: flex;
flex-direction: column;
width: calc(100% / 12 * 2 - 15px * 2);
margin: 0 15px;
font-size: 18px;
}
.form-field:last-child {
padding: 0;
}
.form-field__input {
min-height: 42px;
width: 100%;
font-size: 18px;
padding: 5px;
margin-top: auto;
border-radius: 10px;
}
#search-btn {
display: block;
height: 100%;
font-size: 22px;
}
/************** TOURS ******************/
.tours {
padding: 50px 0;
}
.tours-list {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%
}
.tours-item {
width: calc(100% / 12 * 4 - 15px * 2);
margin: 0 15px 30px;
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 25px;
background: var(--milky-color);
position: relative;
text-align: center;
box-shadow: 0 13px 27px -10px;
border-radius: 25px;
}
.tours-item__name {
text-transform: uppercase;
font-size: 2.2rem;
margin: 1rem 0;
z-index: 1;
transition: transform .5s;
transition: transform .5s, -webkit-transform .5s
}
.tours-item__name:hover {
transform: scale(1.1)
}
.tours-item__logo__box {
overflow: hidden;
max-height: 260px;
position: relative;
}
.tour-description {
overflow: auto;
opacity: 0;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
color: var(--white);
text-align: center;
padding: 15px;
font-size: 18px;
background: rgba(0, 0, 0, 0.8);
transition: .3s;
}
.tours-item__logo__box:hover > .tour-description {
opacity: 1;
}
.tours-item__logo {
width: 100%;
margin-top: auto
}
.tours-item__price {
font-size: 2.2rem;
margin: 1.5rem
}
.more-tours-container {
justify-content: flex-end;
}
/************** MEDIA ******************/
@media screen and (max-width: 1200px) {
.form-field {
width: calc(100% / 12 * 4 - 15px * 2);
margin: 0 15px 10px;
}
#search-btn {
height: auto;
margin-top: auto;
}
.figure {
width: calc(100% / 12 * 6 - 15px * 2);
margin-bottom: 15px;
}
.slideText {
width: 40%;
}
}
@media screen and (max-width: 992px) {
.tours-item {
width: calc(100% / 12 * 6 - 15px * 2);
}
.more-tours-container {
justify-content: center;
}
}
@media screen and (max-width: 768px) {
.tours-item {
width: calc(100% / 12 * 12 - 15px * 2);
}
.more-tours-container .primary-button {
width: 100%;
}
.form-field {
width: calc(100% / 12 * 12 - 15px * 2);
margin: 0 15px 10px;
}
.form-field:last-child {
display: contents;
}
#search-btn {
height: auto;
margin-top: auto;
}
.figure {
width: calc(100% / 12 * 12 - 15px * 2);
}
.slideText {
width: 60%;
}
}
@media screen and (max-width: 576px) {
.slideText {
width: 90%;
}
} | styles/index.css | @import './components/general.css';
@import './components/header.css';
@import './components/footer.css';
@import './components/colors.css';
/************** SLIDER ******************/
.slider{
max-width: 100%;
position: relative;
height: 400px;
}
.slider .item img {
object-fit: cover;
width: 100%;
height: 400px;
border: none !important;
box-shadow: none !important;
}
.slider .prev, .slider .next {
cursor: pointer;
position: absolute;
top: 0;
top: 50%;
width: auto;
margin-top: -22px;
padding: 16px;
color: var(--white);
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
}
.slider .next {
right: 0;
border-radius: 3px 0 0 3px;
}
.slider .prev:hover,
.slider .next:hover {
background-color: rgba(0, 0, 0, 0.8);
}
.slideText {
position: absolute;
width: 20%;
border: 1px solid;
background-color: rgba(0, 0, 0, 0.4);
border-radius: 25px;
padding: 20px;
color: var(--white);
font-size: 20px;
left: 5%;
top: 5%;
text-shadow: 1px 1px 1px #000, 0 0 1em #000;
}
.slideText a {
text-decoration: none;
position: absolute;
right: 10%;
padding: 10px;
color: var(--white);
text-shadow: 1px 1px 1px #000, 0 0 1em #000;
border: 1px solid;
background-color: var(--dark-orange);
font-size: 20px;
font-style: italic;
}
.slider-dots {
position: absolute;
display: flex;
justify-content: center;
bottom: 0;
left: 0;
right: 0;
}
.slider-dots_item{
cursor: pointer;
height: 12px;
width: 12px;
margin: 5px 4px;
background-color: var(--light-grey);
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active,
.slider-dots_item:hover {
background-color: var(--grey);;
}
.slider .item {
animation-name: fade;
animation-duration: 2.0s;
}
@keyframes fade {
from {
opacity: 0.5
}
to {
opacity: 1
}
}
/************** ADVANTAGES ******************/
.advantages {
padding: 25px 0 50px;
background-color: var(--orange);
}
.advantages-title {
text-align: center;
width: 100%;
color: var(--white);
margin-bottom: 30px;
font-weight: 300;
}
.advantages h3 {
text-align: center;
font-size: 20px;
color: var(--white);
margin-bottom: 15px;
text-transform: uppercase;
}
.advantages p {
font-size: 20px;
color: var(--white);
}
.figure {
padding: 20px;
width: calc(100% / 12 * 3 - 15px * 2);
margin: 0 15px;
background: url('../images/adventages.jpg'), rgba(0, 0, 0, 0.3);
background-size: cover;
background-blend-mode: color;
position: relative;
border-radius: 10px;
opacity: 0;
transition: 1s; /*Скорость появления элемента*/
animation: show 3s 1; /* Название анимации, её время и количество повторов*/
animation-fill-mode: forwards; /* Чтобы элемент оставался в конечном состоянии анимации */
animation-delay: 1s; /* Задержка перед началом */
}
.figure::before {
content: "";
width: 0;
height: 0;
position: absolute;
right: 100%;
top: calc(50% - 12px);
border-top: 12px solid transparent;
border-right: 24px solid #B5DDD4;
border-bottom: 12px solid transparent;
}
@keyframes show {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/************** SEARCH_FORM ******************/
.seach-tours {
background: var(--milky-color);
padding: 15px;
margin-top: 50px;
}
.form {
width: 100%;
display: flex;
flex-wrap: wrap;
}
.form-field {
display: flex;
flex-direction: column;
width: calc(100% / 12 * 2 - 15px * 2);
margin: 0 15px;
font-size: 18px;
}
.form-field:last-child {
padding: 0;
}
.form-field__input {
min-height: 42px;
width: 100%;
font-size: 18px;
padding: 5px;
margin-top: auto;
border-radius: 10px;
}
#search-btn {
display: block;
height: 100%;
font-size: 22px;
}
/************** TOURS ******************/
.tours {
padding: 50px 0;
}
.tours-list {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%
}
.tours-item {
width: calc(100% / 12 * 4 - 15px * 2);
margin: 0 15px 30px;
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 25px;
background: var(--milky-color);
position: relative;
text-align: center;
box-shadow: 0 13px 27px -10px;
border-radius: 25px;
}
.tours-item__name {
text-transform: uppercase;
font-size: 2.2rem;
margin: 1rem 0;
z-index: 1;
transition: transform .5s;
transition: transform .5s, -webkit-transform .5s
}
.tours-item__name:hover {
transform: scale(1.1)
}
.tours-item__logo__box {
overflow: hidden;
max-height: 260px;
position: relative;
}
.tour-description {
overflow: auto;
opacity: 0;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
color: var(--white);
text-align: center;
padding: 15px;
font-size: 18px;
background: rgba(0, 0, 0, 0.8);
transition: .3s;
}
.tours-item__logo__box:hover > .tour-description {
opacity: 1;
}
.tours-item__logo {
width: 100%;
margin-top: auto
}
.tours-item__price {
font-size: 2.2rem;
margin: 1.5rem
}
.more-tours-container {
justify-content: flex-end;
}
/************** MEDIA ******************/
@media screen and (max-width: 1200px) {
.form-field {
width: calc(100% / 12 * 4 - 15px * 2);
margin: 0 15px 10px;
}
#search-btn {
height: auto;
margin-top: auto;
}
.figure {
width: calc(100% / 12 * 6 - 15px * 2);
margin-bottom: 15px;
}
.slideText {
width: 40%;
}
}
@media screen and (max-width: 992px) {
.tours-item {
width: calc(100% / 12 * 6 - 15px * 2);
}
.more-tours-container {
justify-content: center;
}
}
@media screen and (max-width: 768px) {
.tours-item {
width: calc(100% / 12 * 12 - 15px * 2);
}
.more-tours-container .primary-button {
width: 100%;
}
.form-field {
width: calc(100% / 12 * 12 - 15px * 2);
margin: 0 15px 10px;
}
.form-field:last-child {
display: contents;
}
#search-btn {
height: auto;
margin-top: auto;
}
.figure {
width: calc(100% / 12 * 12 - 15px * 2);
}
.slideText {
width: 60%;
}
}
@media screen and (max-width: 576px) {
.slideText {
width: 90%;
}
} | 0.407569 | 0.079854 |
div.mainbody{
position: absolute;
margin:0px;
padding:0px;
padding-right:0px;
width:100%;
}
.profile-thumbnail {
position: absolute;
margin-left: 5px;
}
.profile-header {
min-height: 260px;
margin-left: 285px;
}
div.post-tabs {
margin-top: 16px;
}
ul.posts {
list-style-type: none;
padding: 0px;
margin: 16px 0px 0px 0px;
border-top: 1px solid #e0e0e0;
}
div.post-tabs ul.posts {
margin: 0px;
border-top: none;
}
ul.posts li.post {
padding: 8px;
border-bottom: 1px solid #e0e0e0;
}
ul.posts li.post:hover {
background-color: #f0f0f0;
}
div.post-date {
float: right;
}
div.post-author {
font-weight: bold;
padding-left:5px;
}
div.post-thumbnail {
position: absolute;
}
div.post-title{
padding-left:5px;
margin-top: 0px;
}
div.post-content {
margin-left: 48px;
min-height: 48px;
}
div.post-footer {
text-align: right;
}
ul.comments {
list-style-type: none;
padding: 0px;
margin: 10px 0px 0px 0px;
border-top: 1px solid #e0e0e0;
}
ul.comments li.comment {
margin-left: 0x;
padding-left: 10px;
padding-top:8px;
padding-bottom: 8px;
border-bottom: 1px solid #e0e0e0;
}
ul.comments li.comment:nth-child(1) {
border-top: 1px solid #e0e0e0;
}
ul.comments li.comment:hover {
background-color: #f0f0f0;
}
div.comment-date {
float: right;
}
div.comment-author {
font-weight: bold;
}
div.comment-thumbnail {
position: absolute;
}
div.comment-content {
margin-left: 48px;
min-height: 48px;
}
div.comment-form {
margin: 0px 0px 0px 0px;
}
div.pagination {
width: 100%;
text-align: center;
padding: 0px;
margin: 0px;
}
div.flask-pagedown-preview {
margin: 10px 0px 10px 0px;
border: 1px solid #e0e0e0;
padding: 4px;
}
div.flask-pagedown-preview h1 {
font-size: 140%;
}
div.flask-pagedown-preview h2 {
font-size: 130%;
}
div.flask-pagedown-preview h3 {
font-size: 120%;
}
.post-body h1 {
font-size: 140%;
}
.post-body h2 {
font-size: 130%;
}
.post-body h3 {
font-size: 120%;
}
.table.followers tr {
border-bottom: 1px solid #e0e0e0;
div.post-content-single{
text-align:left;
margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:7px;
}
div.post-title-single{
font-weight:bold;
}
div.post-title-single h2{
font-size:40px;
}
div.post-date-single {
font-size:15px;
font-color: #989898;
float:left;
}
div.post-author-single {
font-weight: bold;
padding-left:5px;
}
div.post-body-single {
margin-left: 48px;
min-height: 48px;
border-top: 1px solid #e0e0e0;
}
div.register-button{
float: right;
}
div.comment-hint{
margin-top:10px;
margin-bottom:5px;
}
div.edit-thumbnail{
float:center;
}
div.author-thumbnail {
position: absolute;
margin-left:8px;
margin-right:8px;
}
div.author-name{
margin-top: 8px;
font-weight:bold;
font-size:14px;
} | app/static/css/liststyle.css | div.mainbody{
position: absolute;
margin:0px;
padding:0px;
padding-right:0px;
width:100%;
}
.profile-thumbnail {
position: absolute;
margin-left: 5px;
}
.profile-header {
min-height: 260px;
margin-left: 285px;
}
div.post-tabs {
margin-top: 16px;
}
ul.posts {
list-style-type: none;
padding: 0px;
margin: 16px 0px 0px 0px;
border-top: 1px solid #e0e0e0;
}
div.post-tabs ul.posts {
margin: 0px;
border-top: none;
}
ul.posts li.post {
padding: 8px;
border-bottom: 1px solid #e0e0e0;
}
ul.posts li.post:hover {
background-color: #f0f0f0;
}
div.post-date {
float: right;
}
div.post-author {
font-weight: bold;
padding-left:5px;
}
div.post-thumbnail {
position: absolute;
}
div.post-title{
padding-left:5px;
margin-top: 0px;
}
div.post-content {
margin-left: 48px;
min-height: 48px;
}
div.post-footer {
text-align: right;
}
ul.comments {
list-style-type: none;
padding: 0px;
margin: 10px 0px 0px 0px;
border-top: 1px solid #e0e0e0;
}
ul.comments li.comment {
margin-left: 0x;
padding-left: 10px;
padding-top:8px;
padding-bottom: 8px;
border-bottom: 1px solid #e0e0e0;
}
ul.comments li.comment:nth-child(1) {
border-top: 1px solid #e0e0e0;
}
ul.comments li.comment:hover {
background-color: #f0f0f0;
}
div.comment-date {
float: right;
}
div.comment-author {
font-weight: bold;
}
div.comment-thumbnail {
position: absolute;
}
div.comment-content {
margin-left: 48px;
min-height: 48px;
}
div.comment-form {
margin: 0px 0px 0px 0px;
}
div.pagination {
width: 100%;
text-align: center;
padding: 0px;
margin: 0px;
}
div.flask-pagedown-preview {
margin: 10px 0px 10px 0px;
border: 1px solid #e0e0e0;
padding: 4px;
}
div.flask-pagedown-preview h1 {
font-size: 140%;
}
div.flask-pagedown-preview h2 {
font-size: 130%;
}
div.flask-pagedown-preview h3 {
font-size: 120%;
}
.post-body h1 {
font-size: 140%;
}
.post-body h2 {
font-size: 130%;
}
.post-body h3 {
font-size: 120%;
}
.table.followers tr {
border-bottom: 1px solid #e0e0e0;
div.post-content-single{
text-align:left;
margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:7px;
}
div.post-title-single{
font-weight:bold;
}
div.post-title-single h2{
font-size:40px;
}
div.post-date-single {
font-size:15px;
font-color: #989898;
float:left;
}
div.post-author-single {
font-weight: bold;
padding-left:5px;
}
div.post-body-single {
margin-left: 48px;
min-height: 48px;
border-top: 1px solid #e0e0e0;
}
div.register-button{
float: right;
}
div.comment-hint{
margin-top:10px;
margin-bottom:5px;
}
div.edit-thumbnail{
float:center;
}
div.author-thumbnail {
position: absolute;
margin-left:8px;
margin-right:8px;
}
div.author-name{
margin-top: 8px;
font-weight:bold;
font-size:14px;
} | 0.439988 | 0.089335 |
@charset "UTF-8";
.animated {
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.1s {
-webkit-animation-duration: 5s;
animation-duration: 5s;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes slideInDown {
0% {
/*opacity: 0;*/
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
/*opacity: 0;*/
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
/*opacity: 0;*/
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
/*opacity: 0;*/
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
/*opacity: 0;*/
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
/*opacity: 0;*/
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
/*opacity: 0;*/
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
/*opacity: 0;*/
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
/*opacity: 0;*/
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
/*opacity: 0;*/
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
/*opacity: 0;*/
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
/*opacity: 0;*/
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
@-webkit-keyframes slideInUp {
0% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
100% {
/*opacity: 0;*/
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInUp {
0% {
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
100% {
/*opacity: 0;*/
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
/*opacity: 0;*/
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
@keyframes slideOutDown {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
/*opacity: 0;*/
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
} | guli-gateway/src/main/resources/static/order/css/animate.css | @charset "UTF-8";
.animated {
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.1s {
-webkit-animation-duration: 5s;
animation-duration: 5s;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes slideInDown {
0% {
/*opacity: 0;*/
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
/*opacity: 0;*/
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
/*opacity: 0;*/
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
/*opacity: 0;*/
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
/*opacity: 0;*/
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
/*opacity: 0;*/
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
/*opacity: 0;*/
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
/*opacity: 0;*/
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
/*opacity: 0;*/
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
/*opacity: 0;*/
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
/*opacity: 0;*/
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
/*opacity: 0;*/
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
@-webkit-keyframes slideInUp {
0% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
100% {
/*opacity: 0;*/
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInUp {
0% {
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
100% {
/*opacity: 0;*/
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
/*opacity: 0;*/
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
@keyframes slideOutDown {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
/*opacity: 0;*/
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
} | 0.358578 | 0.09886 |
html {
}
body {
font-size: 16px;
}
* {
outline: none;
}
ul {
display: block;
list-style-type: none;
margin-block-start: 0;
margin-block-end: 0;
margin-inline-start: 0px;
margin-inline-end: 0px;
padding-inline-start: 0px;
}
a {
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
position: relative;
}
a:hover {
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
text-decoration: none;
}
/*a::after {
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
height: 1px;
background: #FFF;
position: absolute;
width: 0;
content: "";
bottom: 0;
left:0;
}
a:hover::after {
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
width: 100%;
}*/
.bg-darker {
background: #000;
color :#FFF;
}
.bg-darker a{
color: #555d65;
}
.bg-darker a:hover{
color: #fff;
text-decoration: none;
}
.pre-footer {
border-bottom: 1px solid #555d65;
margin-bottom: 1rem;
}
footer h5{
text-transform: uppercase;
}
.nav-link {
text-transform: uppercase;
}
.navbar {
padding: 0.2rem 1rem;
box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
}
#top .navbar {
padding:0;
}
.navbar ul.navbar-nav {
width: 100%;
margin: auto;
justify-content: start;
}
.nav-item a.nav-link {
font-size: 0.9rem;
}
@media (min-width: 768px) {
.navbar ul.navbar-nav {
max-width: 720px;
}
}
@media (min-width: 990px) {
.navbar ul.navbar-nav {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.navbar ul.navbar-nav {
max-width: 1140px;
}
}
@media (max-width: 990px) {
.card-deck .card {
flex: 48% 0;
margin-right: 1%;
margin-bottom: 2%;
margin-left: 1%;
}
} | src/styles/global.css | html {
}
body {
font-size: 16px;
}
* {
outline: none;
}
ul {
display: block;
list-style-type: none;
margin-block-start: 0;
margin-block-end: 0;
margin-inline-start: 0px;
margin-inline-end: 0px;
padding-inline-start: 0px;
}
a {
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
position: relative;
}
a:hover {
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
text-decoration: none;
}
/*a::after {
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
height: 1px;
background: #FFF;
position: absolute;
width: 0;
content: "";
bottom: 0;
left:0;
}
a:hover::after {
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
width: 100%;
}*/
.bg-darker {
background: #000;
color :#FFF;
}
.bg-darker a{
color: #555d65;
}
.bg-darker a:hover{
color: #fff;
text-decoration: none;
}
.pre-footer {
border-bottom: 1px solid #555d65;
margin-bottom: 1rem;
}
footer h5{
text-transform: uppercase;
}
.nav-link {
text-transform: uppercase;
}
.navbar {
padding: 0.2rem 1rem;
box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
}
#top .navbar {
padding:0;
}
.navbar ul.navbar-nav {
width: 100%;
margin: auto;
justify-content: start;
}
.nav-item a.nav-link {
font-size: 0.9rem;
}
@media (min-width: 768px) {
.navbar ul.navbar-nav {
max-width: 720px;
}
}
@media (min-width: 990px) {
.navbar ul.navbar-nav {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.navbar ul.navbar-nav {
max-width: 1140px;
}
}
@media (max-width: 990px) {
.card-deck .card {
flex: 48% 0;
margin-right: 1%;
margin-bottom: 2%;
margin-left: 1%;
}
} | 0.352313 | 0.04703 |
.mine.subnav h4,.order_search_bar p a,.more_options a,.detail_box3_info li
{ background: url(../images/icon.png) no-repeat;}
.order_search_bar p a,.more_options a { background: url(../images/icon.png) no-repeat;}
.icon_search{background: url(../images/pic_ddzx.png) no-repeat 11px -180px;}
.icon_order{background: url(../images/pic_ddzx.png) no-repeat 11px 17px;}
.licai_list,.xintuo_list { position: relative;}
.licai_list .pl_condition,.xintuo_list .pl_condition { margin-top: 20px;}
/*--List--*/
.licai_list .pl_condition ul li { width: 120px;}
/*--cunkuan--*/
.cunkuan_list { position: relative;}
.cunkuan_info { margin-top: 20px; border-top:1px solid #cccccc;}
.yztb{width:240px;height:240px;}
.yztb .yztb_top{width:100%;height:55px;color:#fff;background:url(../images/yztb_top_bg.gif) repeat-x;height: 55px;line-height:55px;}
.yztb .yztb_top .yztb_text{float:left;font: bold 26px 'Microsoft Yahei';height: 55px;line-height: 55px;padding-left:17px;}
.yztb .yztb_top .yztb_date{float:right;font: 14px 'Arial';height: 55px;line-height: 55px;padding-right:15px;}
.yztb .yztb_botm{width:230px;height:180px;border:5px solid #f60;border-top:0;background:#fff7f2 url(../images/yztb_arrow.png) no-repeat 130px 25px;}
.yztb_botm_left{padding-left: 12px;padding-top: 8px;}
.font_r{font: 14px/20px 'Microsoft yahei';color:#ff0000;}
.font_b{font: bold 30px 'Microsoft yahei';color:#ff0000;}
.font_f60{font: 14px/20px 'Microsoft yahei';color:#f60;}
.yztb_botm_left a{text-decoration: underline;cursor: pointer;}
/*--xintuo--*/
.xintuo_list .pl_condition ul li { width: 135px;}
.xintuo_info dl.xti_dlgary,.product_list dl.xti_dlgary { color: #999999;}
.xintuo_info dl.xti_dlgary i { background: #ff0000; }
.product_list li { width: 120px;}
.product_list li.w150 { width: 150px;}
.more_options { line-height: 33px; text-align: center;}
.more_options a { width:60px; background-position: 65px -82px; padding-right: 15px; display: inline-block; text-align: right; color: #ff6600;}
/*--cunkuan detail--*/
.detail_right p,.icon_hotline,.detail_box2 p
{ background: url(detail.png) no-repeat;}
.detail_top { height: 320px;}
.detail_img { float: left; width: 320px;}
.detail_right { float: right; width: 560px;position: relative;padding-left:40px;}
.detail_right b { color: #ff6600;}
.detail_right h1 { font-weight: normal; height: 45px;}
.detail_right h2 { font-weight: normal; border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; line-height: 50px;}
.detail_right h2 b { margin:0 13px;}
.detail_right h2 a { display: inline-block; position: relative; top: 9px;}
.detail_right p { background-position: 0 0; line-height: 30px; padding-left: 35px;}
.detail_right p span { width: 60px; display: inline-block;}
.detail_right p.detail_cpqx { background-position: 0 0;}
.detail_right p.detail_qgje { background-position: 0 -30px;}
.detail_right p.detail_syed { background-position: 0 -60px;}
.detail_right p.detail_wxts { background-position: 0 -90px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.detail_right p.detail_cplx_ck { background-position: 0 -120px;}
.detail_right p.detail_cplx_xt { background-position: 0 -150px;}
.progress_bar,.probar_span { background: url(process_bar.png) no-repeat;}
.progress_bar { background-position: 61px 0; height: 120px;position:relative;}
.progress_bar p { height: 20px; line-height: 20px;position:relative; margin-left: -30px;}
.progress_bar p i { font-style: normal; display: inline-block; text-align: center;position:relative;}
.progress_bar p ~ p i:first-child { visibility: hidden;}
.progress_bar p i.note_icon{position: absolute; width: 14px;height: 14px;margin-left: -4px;display: inline-block;top: 4px;cursor: pointer; background: url(gizmos.png) no-repeat 0 -98px;}
.progress_bar span.srb_tips{top: 93px;padding-top: 9px;right: 28px; margin-left: -20px;}
.progress_bar span.srb_tips p {height: 33px;padding: 1px 15px 1px 15px;width: 365px;line-height: 22px;height: 43px;}
.progress_bar span.srb_tips span{z-index:10;}
.progress_bar i.fsr{width: 160px;text-align: right;}
.progress_bar i.mjq{margin-left: 0px;text-align: right;width: 80px;}
.progress_bar i.fsjzr{margin-left: 0px;}
.progress_bar i.clr{width: 103px;}
.progress_bar i.jxq{width: 255px;}
.progress_bar i.dqr{}
.progress_bar i.dzr{width: 102px;}
.progress_bar span.probar_span { width:100%; height:30px; display: inline-block; background-position: 91px -165px; margin-left: -30px;}
.progress_bar span.status1 { width: 114px;}
.progress_bar span.status2 { width: 250px;}
.progress_bar span.status3 { width: 340px;}
.progress_bar span.status4 { width: 430px;}
.progress_bar span.status5 { width: 753px;}
.l40{left:40px;}
.l48{left:48px;}
.l120{left:120px;}
.l150{left:150px;}
.l385{left:385px;}
.l390{left:390px;}
.r75{right:75px;}
.detail_con {}
.detail_con_tit { height: 49px; background-color: #f4f4f4; position: relative; z-index: 1; text-align: center; border: 1px solid #cccccc;}
.detail_con_tit a { float: left; display: block; width: 198px; height: 49px; line-height: 49px; border-top: 0px; color: #646464; font-family: "microsoft yahei"; border-right:1px solid #ccc;cursor:pointer;}
.detail_con_tit a.on { border-top: 4px solid #ff6329; height: 47px; line-height: 47px; border-right: 1px solid #ccc; border-left: 1px solid #ccc; border-bottom: 0px; margin-left: -1px; background-color: #fff; color: #f60; margin-top: -1px; position: relative;}
.detail_con_tit a strong { font-weight: normal;}
.detail_con_box { /*min-height: 460px;*/}
.detail_con_info { border: 1px solid #cccccc; border-top: none;}
.detail_con_info table { width: 938px; table-layout: fixed;}
.detail_con_info table td { *zoom: expression(this.innerHTML==""?(this.innerHTML=" "):0);}
.detail_con_info table td.td_brnone { border-right: none;}
.detail_con_info table td.td_bbnone { border-bottom: none;}
.detail_tab1 td { border-right: 1px solid #cccccc; border-bottom: 1px solid #cccccc; line-height: 39px; text-align: center;}
.detail_tab2 td { border-right: 1px solid #cccccc; border-top: 1px solid #cccccc; line-height: 39px; text-align: center;}
.detail_tab3 td { border-right: 1px solid #cccccc; border-top: 1px solid #cccccc; line-height: 39px; text-align: left; padding-left: 15px;}
/*--xintuo detail--*/
.detail_box1 { position: relative;}
.detail_box1_info { border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc;}
.pd_harts span.pd_harts_hqlv { width: 72px; height: 22px; line-height: 22px; top: 83px; left: 154px; text-align: center;}
.pd_harts span.pd_harts_hqlv2 { width: 54px; top: 166px; left: 687px; color: #b5e170;}
.pd_harts span.pd_harts_dqlv { width: 72px; height: 22px; line-height: 22px; top: 43px; left: 283px; text-align: center;}
.pd_harts span.pd_harts_dqlv2 { width: 54px; top: 133px; left: 687px; color: #51affe;}
.fz18{font-size:18px;}
.icon_hotline { width: 28px; height: 20px; display: inline-block; position: relative; background-position: 0 -195px; top: 5px;}
.pd_harts { position: relative; background:url(pd_img01.png) no-repeat top center; height: 220px;}
.pd_harts span { position: absolute; color: #fff; font-weight: bold; height: 23px; line-height: 23px;}
.pd_harts span.pd_harts_01 { width: 72px; height: 22px; line-height: 22px; top: 4px; left: 411px; text-align: center;}
.pd_harts span.pd_harts_02 { width: 100px; top: 100px; left: 568px; text-align: right; font-weight: normal;}
.pd_harts span.pd_harts_03 { width: 54px; top: 100px; left: 687px; color: #fa0003;}
.pd_harts ul { padding: 190px 0 0 157px;}
.pd_harts li { float: left; width: 130px; text-align: center; line-height: 30px;}
.imgDesc{display: block;padding-top: 10px;margin-left: 152px;}
.detail_box2 { margin: 0 62px;}
.detail_box2 p { background-position: 0 -230px; padding:0 0 2px 35px; line-height: 50px;}
.detail_box3 { position: relative; width: 450px;}
.detail_box3 .pl_title span i { padding-left: 40px; background-color: #ff6600;}
.detail_box3 .pl_title span i.file { background-position: 10px -112px;}
.detail_box3 .pl_title span i.bulletin { background-position: 10px -152px;}
.detail_box3_info { border-top: 1px solid #cccccc; padding-top: 35px;}
.detail_box3_info li { height: 30px; line-height: 30px; overflow: hidden; padding-left: 20px; background-position: 0 -192px;}
.special_note { font-size: 15px; line-height: 25px; color: #ff6600;}
.special_note b,.special_note p { padding-left: 25px;}
.special_note b { background: url(gizmos.png) no-repeat 0 -95px; font-weight: normal;}
/*--Credit Card--*/
.cre_banner,.cre_banner .show,.cre_banner .show li { height: 350px;}
.banner .show li {height: 350px;width: 3000px;position: absolute;left: 50%;top: 0; margin-left: -1500px;}
.ap_bar span,.ap_bar i,.card_tips span,.icon_yl,.icon_jcb,.icon_mc,.chb_right li,.card_info ul li,.cq_left ul li.hover
{ background: url(../images/creditcard.png) no-repeat;}
.ap_bar { height: 50px; line-height: 50px; background: #b4a273; border-top: 1px solid #bcac84; border-bottom: 1px solid #e8e6df; text-align: center; color: #fff;}
.ap_bar span { height: 50px; line-height: 50px; display: inline-block;}
.ap_bar span.jt { width: 10px; background-position: 0 -200px; margin: 0 42px 0 21px;}
.ap_bar span.xz { padding-left: 45px; background-position: 0 0;}
.ap_bar span.tx { padding-left: 35px; background-position: 0 -50px;}
.ap_bar span.qr { padding-left: 35px; background-position: 0 -100px;}
.ap_bar span.wc{ padding-left: 37px; background-position: 0 -150px;}
.ap_bar a { font-family: "SimSun"; width: 132px; height: 38px; line-height: 38px; border-left: 2px solid #c8bea4; border-bottom: 2px solid #322b19; border-right: 2px solid #483e24; display: inline-block; background: #907c49; color: #fff; position: relative; top:-20px; margin-left: 108px;}
h1.card_title { border-bottom:1px solid #cccccc; height:25px; position: relative; font-weight: normal; color: #ff6600;}
h1.card_title span,h1.card_title a { background: #fff; position: absolute;}
h1.card_title span { line-height: 21px; padding:5px 13px 0 0;}
h1.card_title a { right: 0; color: #ff6600; line-height: 13px; padding:13px 0 0 11px; text-decoration:underline;}
.card_hot { padding: 50px 0 22px 0; overflow: hidden;}
.card_hot_box { float: left; width: 449px; padding-bottom: 12px;}
.chb_left { float: left;}
.chb_right { float: left; margin-left: 40px; line-height: 20px;}
.chb_right h3 { color: #777; height: 45px;}
.chb_right li { background-position: 0 -315px; padding-left: 10px;}
.card_content { padding: 30px 0; overflow: hidden;}
.card_img { float: left; width:166px; height:104px;}
.card_info { float: left; width: 274px; margin: 0 20px 0 30px;}
.card_info h3 { color: #777; padding-bottom: 20px; line-height: 20px;}
.card_info p span,.card_info h3 span { }
.card_info h3 span { margin-left: 14px; font-weight: normal;}
.card_info ul { padding-top: 2px;}
.card_info ul li { padding: 7px 0 0 10px; background-position: 0 -310px; line-height:12px;}
.card_tips span { padding-left: 20px; height: 19px; display: inline-block;}
.card_tips span i { padding: 0 10px; border: 1px solid #ddd; border-left: none; color: #8a8a8a; height: 17px; display: inline-block; line-height: 17px; font-style: normal;}
.card_tips .jy { background-position: 0 -10px;}
.card_tips .kdy { background-position: 0 -39px;}
.card_tips .ywx { background-position: 0 -68px;}
.card_tips .nf { background-position: 0 -97px;}
.card_tips .sq { background-position: 0 -126px;}
.card_tips .km { background-position: 0 -155px;}
.card_tips .tb { background-position: 0 -184px;}
.card_tips .xc { background-position: 0 -213px;}
.card_sort { float: left; width: 246px;}
.card_sort ul { border-top: 1px solid #cccccc; border-left: 1px solid #cccccc; overflow: hidden;}
.card_sort ul li { float: left; width: 130px; border-bottom: 1px solid #cccccc; border-right: 1px solid #cccccc; line-height: 33px; padding-left: 14px; height: 33px; overflow: hidden;}
.card_sort ul li.first { width: 80px; padding-left: 0; text-align: right; padding-right: 19px;}
.card_preferential { float: right; width: 135px;}
.card_preferential p { margin-top: 6px;}
.icon_yl { width: 35px; height: 22px; display: inline-block; background-position: 0 -354px; margin-top: 6px;}
.icon_jcb { width: 22px; height: 22px; display: inline-block; background-position: 0 -384px; margin-top: 6px;}
.icon_mc { width: 40px; height: 24px; display: inline-block; background-position: 0 -413px; margin-top: 4px;}
.card_question { padding-top: 16px;}
.cq_left { float: left; width: 139px;}
.cq_left ul li { line-height: 53px; border-bottom: 1px solid #cccccc; color: #999; padding-left: 30px; cursor: pointer;}
.cq_left ul li.hover { width: 110px; color: #ff6600; background-position: 15px -248px; background-color: #fff;}
.cq_right { margin-left: 139px; padding: 0 0 40px 60px; line-height: 24px; border-left: 1px solid #cccccc;}
.cq_right li h5 { background: url(../images/icon_question.png) no-repeat left 8px; padding: 8px 0 8px 40px; font-weight: normal; cursor: pointer;}
.cq_right li div { background: url(../images/icon_answer.png) no-repeat left 8px; padding: 8px 0 8px 40px; display: none;}
.float_icon_div{position: absolute;right: 143px;top: 600px;height: auto;z-index: 998;}
.float_icon_div ul li{width: 40px;height: 40px;margin-bottom: 2px;}
.float_icon_div ul li a{display: block;padding: 0; margin: 0; background: url(../images/icon_all.png) no-repeat -190px -660px;height: 40px;width: 40px;}
.float_icon_div ul li a.float_icon_txt{background-position: -190px -660px;}
.float_icon_div ul li a.float_icon_wx{background-position: -190px -525px;}
.float_icon_div ul li a.float_icon_txt:hover{ background-position:-140px -660px;}
.float_icon_div ul li a.float_icon_wx:hover{ background-position:-140px -525px;}
.float_icon_div ul li a.float_icon_yzt{background: url(../images/card_function_icon.png) no-repeat 0 -160px}
/*--Order--*/
.bgc_f8{background:#f8f8f8};
p.icon_fail{background:url(../images/tishi_error.png) no-repeat;display: inline-block;width: 14px;height: 14px;line-height: 14px;position:relative;}
p.icon_fail:hover span.icon_tip{display:block;}
.order_right table span.icon_tip{display:none;}
.order_right table a.fail_arrow{position:absolute;background: url('../images/arrow.gif') no-repeat;height: 14px;width: 22px;top: 15px;left: -2px;z-index: 2;}
.order_right table a.fail_tip{position:absolute;width: 360px;height: 20px;line-height: 20px;position: absolute;background: #fffa88;left: -180px;top: 20px;border: 1px solid #ff0000;color: #ff0000;padding: 10px;font: 12px 'Microsoft yahei';text-decoration: none;z-index: 10;}
.order_left { float:left; position: absolute; left: 0px; width: 170px;}
.subnav {padding: 10px 0 0;}
.subnav h4 { line-height: 52px; padding-left:34px; color:#fff;}
.subnav li { margin-top:1px; line-height: 30px;}
.subnav li a {display:inline-block;font: 14px microsoft yahei; color: #474747; padding: 10px 35px 10px; text-align: left;}
.subnav li.clicked { background:#f60; color:#fff;}
.subnav li a.clicked { color:#fff;}
.subnav li.unclicked:hover,.subnav li.hover { background:#f1f1f1; }
.subnav li a.title{ color:#8d8d8d;background:url(../images/orderitem_icon.png) no-repeat 16px 13px;}
.subnav li a.title.clicked{color:#fff;background:url(../images/orderitem_icon.png) no-repeat -40px 13px;}
.subnav li a.sc{ color:#8d8d8d;background:url(../images/orderitem_icon.png) no-repeat 16px -42px;}
.subnav li a.sc.clicked{color:#fff;background:url(../images/orderitem_icon.png) no-repeat -42px -42px;}
.order_right { float:right; width:789px; border-left:1px solid #d2d2d2;min-height:510px;}
.order_right table a { color: #ff6600; text-decoration:underline; margin-right:5px;}
.order_right h5 { border-bottom:1px solid #d2d2d2; line-height:60px; overflow: hidden;}
.order_right h5 span { font-weight:normal; float: left;}
.order_right h5 span font { color: #ff6600; margin:0 8px; font-weight: bold;}
.order_right h5 a { float: right; color:#ff6600; text-decoration:underline;}
.order_box1 { padding:19px; border-bottom:1px solid #d2d2d2; overflow: hidden;}
.order_box1 .pie { float:left; width:250px; height:250px;}
.lump_sum_tab { float:left; margin-left:20px; display:inline;}
.lump_sum_tab th,.order_box1 .lump_sum_tab td { height:40px; padding-left:20px; text-align: left;}
.lump_sum_tab td { border-top:1px solid #d2d2d2;}
.order_box2 { padding-left: 18px;}
.merchandise_tab td { border-bottom: 1px solid #d2d2d2;height:39px;}
.order_box2 .order_nav{height:50px;border-bottom: 1px solid #ccc;overflow: hidden;}
.order_box2 .order_nav ul{margin-top:20px;}
.order_box2 .order_nav .order_nav_list{font-size: 16px;float: left;margin-right: 35px;line-height: 27px;cursor:pointer;}
.order_box2 .order_nav .order_nav_list.curent{color: #ff6600;border-bottom: 3px solid #ff6600;}
.order_box2 .order_nav .order_nav_list.cur{color: #ff6600;border-bottom: 3px solid #ff6600;}
.order_table_main{display:none;}
.order_table_main.cur{display:block;}
.orderDelete{color:#ff6600;text-decoration: underline;}
.order_box2_none{font: 14px/20px 'microsoft yahei';padding: 10px;color: #474747;}
.order_box2_none p{padding: 25px 0 25px 0;}
.order_box2_none a{display: block;width: 110px;height: 30px;background-color: #ff6600;color: #fff;padding: 0px;text-align: center;line-height: 30px;}
/*--Order BX--*/
.order_right h6 { border-bottom:1px solid #d2d2d2; line-height:49px; font-weight: normal;}
.order_right h6 span font { margin-left: 15px; color: #ff6600;}
.order_search_bar b,.order_search_bar p,.order_search_bar input,.order_search_bar span,.order_search_bar p a,
.order_satus_bar b,.order_satus_bar p,.order_satus_bar input,.order_satus_bar span { float: left; display: inline;}
.order_search_bar { height: 54px; line-height: 54px;}
.order_search_bar b { font-weight: normal;}
.order_search_bar p { margin: 17px 0 0 14px;}
.order_search_bar p a { width: 20px; height: 20px; background-position: 0 -57px; display: inline-block; margin-left: 10px;}
.order_search_bar p input { margin: 0; width:98px; height:18px;}
#consignedTrade_table b{font-weight:bold;}
.order_satus_bar { border-bottom:1px solid #d2d2d2; line-height:29px; overflow: hidden;}
.order_satus_bar b { margin-right:10px;}
.order_satus_bar input { margin: 8px 5px 0 10px; *margin: 5px 2px 0 10px; border: none;}
.jj_ddgl{padding: 17px 0 17px 0;}
.jj_zhxx{border-bottom: 1px solid #d2d2d2;padding: 15px 0 15px 0;}
.jj_zhxx_1{width:400px;display: inline-block;}
.jj_zhxx_2{width:251px;display: inline-block;}
.jj_zhxx_3{display: inline-block;padding: 2px 20px;background-color: #ff6600;color: #fff;}
.jj_wdcc{}
.jj_wdcc_1{display:block;padding:10px 0 10px 0;}
/*--Search--*/
.search_info dd li { width: 155px;}
.search_info dd li.w200 { width: 200px;}
.search_info dd li.w300 { width: 300px;}
.search_con_title { height: 39px; position: relative; z-index: 1; text-align: center; border: 1px solid #cccccc; border-top: none; border-right: none;}
.search_con_title a { float: left; display: block; width: 94px; height: 38px; line-height: 38px; border-top: 0px; color: #646464; font-family: "microsoft yahei"; border-right:1px solid #ccc; border-top:1px solid #ccc; background-color: #f4f4f4;}
.search_con_title a.on { border-top: 3px solid #ff6329; height: 37px; line-height: 37px; border-right: 1px solid #ccc; border-left: 1px solid #ccc; border-bottom: 0px; margin-left: -1px; background-color: #fff; color: #f60; position: relative;}
.search_con_title a strong { font-weight: normal;}
.search_con_title div { float: right; width: 175px; text-align: center; line-height: 39px;}
.search_con_title div.topPage{float:right;width:auto;height: 21px;line-height: 21px;margin-right: 0px;padding-top: 10px;}
.search_con_title div.topPage a{float: none;border: 0px;}
.search_con_title div input { border:none; position: relative; top: 2px;}
/*--pie chart---*/
.color_square{width: 20px;height: 20px;display: inline-block;margin-right: 5px;background-color: red;vertical-align: middle;}
.tanc {border: solid 4px #ccc;z-index: 1005;width: 500px;position: fixed;top: 50%;left: 50%;margin-left: -294px;margin-top: -190px;zoom: 1;text-align: center;background-color: #fff;font-family: 'Microsoft YaHei', STSong, serif;padding: 40px; font-family: 'Microsoft YaHei', STSong, serif;}
.tanc .close {width: 25px;height: 25px;background: url(/app_css/pingan/v40/images/close.png) no-repeat center;display: inline-block;position: absolute;right: 15px;top: 12px;border: dashed 2px #eee;padding: 5px;cursor:pointer;}
.mask {position: fixed;_position: absolute;z-index: 1000;left: 0;top: 0;width: 100%;_width: expression(eval(Math.max(document.documentElement.clientWidth, document.body.offsetWidth)));height: 100%;_height: expression(eval(Math.max(document.documentElement.clientHeight, document.body.offsetHeight)));filter: alpha(opacity=50);-ms-filter: alpha(opacity=50);opacity: 0.5;background: #000;}
.tanc p{line-height:30px;font-size:14px;color:#474747;}
.tanc .dl {color:#fd6435;}
.form span {display:block;margin-bottom:10px;text-align:left;padding-left:80px;height: 34px;}
.form span label{display:inline-block;width:100px;text-align:right;font-size:16px;float:left;}
.form span font {color:red;}
.form span input {height:30px;line-height:30px;width:198px;border:solid 1px #ccc;margin-left:7px;}
.form span .sh_input {width:116px;float:left;}
.ok_btn {padding: 7px 60px;background: #ff6600;color: #fff;margin-top: 26px;display: inline-block;font-size: 20px;cursor: pointer;}
.icon_ok {background:url(/app_css/pingan/v40/images/ook.jpg);display:inline-block;width:24px;height:24px;vertical-align: middle;}
/*--yuyue--*/
.mobile-input-error {
display: inline-block;
background: url(/app_images/pingan/v10/newemll/list.gif) no-repeat 0 -850px;
vertical-align: middle;
margin-left: -20px;
width: 16px;
height: 16px;
*margin-bottom:15px;
margin-top:4px;
}
.tanc_sc {border: solid 4px #ccc;z-index: 1005;width: 500px;position: fixed;top: 50%;left: 50%;margin-left: -294px;margin-top: -190px;zoom: 1;text-align: center;background-color: #fff;font-family: 'Microsoft YaHei', STSong, serif;padding: 40px; font-family: 'Microsoft YaHei', STSong, serif; text-align:center;}
.tanc_sc .close {width: 25px;height: 25px;background: url(../images/close.png) no-repeat center;display: inline-block;position: absolute;right: 15px;top: 12px;border: dashed 2px #eee;padding: 5px;cursor:pointer;}
.tanc_sc h1{ font-size:24px; font-weight:normal; margin-bottom:30px; background:url(../images/yyok-icon.png) no-repeat center top; padding-top:78px;}
.tanc_sc p{ text-align:left; font-size:20px; margin-bottom:35px;}
.ov_close{padding: 7px 40px;background: #ff6600;color: #fff;display: inline-block;font-size: 20px;}
.ov_close i { font-style:normal;}
.detail_con_info table table{width:100%;padding: 5px 0;}
.detail_con_info table table tr{line-height:31px;}
.detail_con_info table table td{border:0;padding:0;}
.detail_con_info table table td.borderDash{border-left:1px dashed #ebebeb;width:20px;}
.detail_con_info table table td.w70{width:70px;}
/*search*/
.search-error{padding:130px 0 130px 300px;}
.search-error p{ margin:auto; padding-left:80px; background-image:url(/app_images/pingan/v10/newemll/searcj_error1.png); background-repeat:no-repeat; font-size:14px;}
.search-error p strong{ padding-bottom:10px; display:inline-block; font-size:16px;}
.search-error p a{ color:#3891dd}
.search-error p a:hover{ color:#3c92da; text-decoration:underline}
/* 锟斤拷锟斤拷 */
.popupBg{position: absolute;top:0;left:0;width:100%;min-height: 100%;background: #000;filter:alpha(opacity=60);opacity: 0.6;z-index: 1000;visibility: hidden;}
.fpopup{position: fixed;_position:absolute;z-index: 1001;left:50%;top:50%;visibility: hidden;}
.visible{visibility: visible;}
.ffMask{position: absolute;top:0;bottom: 0;left: 0;right:0;border:solid 5px #d3d3d3;border-radius: 8px;filter:alpha(opacity=46);opacity: 0.46;}
.fMain{position: relative;background: white;margin:5px;}
.popClose{position: absolute;top:12px;right:16px;font-size: 32px;width:20px;height:17px;text-align: center;font-size:30px;line-height: 17px;}
.popupBg .content{display: none;}
.alert,.confirm{width:435px;background-color: white;}
.alert h4,.prompt h4,.popTitle,.confirm h4{font-size:12px;border-bottom: solid 1px #EBEBEB;background:url(../images/ico.png) 20px -288px no-repeat;padding:16px 0px 16px 42px;}
.proMain{min-width: 340px;_width:340px;}
.alertMain,.confirmMain{padding:25px 48px 35px 48px;font-size:14px; }
#alert_pop .popClose{top:12px;right:16px;font-size: 32px; }
.btn_alert,.btn_ok,.btn_cancel{display: block;height:36px;line-height: 36px;color: white;font-size: 16px;background-color: #FD6522;width: 130px;text-align: center;margin-top: 30px;}
.btn_alert:hover,.btn_ok:hover,.btn_cancel:hover{color: white;}
#loading{width:164px;height:164px;background: url(../images/loading_icon.png) no-repeat;_background: url(../images/loading_icon.gif) no-repeat;position: relative;}
.loading_icon{position: absolute;width:40px;height:40px;left:62px;top:35px;background: url(../images/loading.gif) no-repeat;}
#loading_pop .ffMask{border:0;}
#loading_pop .fMain{background: none;}
.btns_confirm{text-align: center;padding-top:25px;}
.btn_ok,.btn_cancel{display: inline-block;margin:0 8px;width:110px;}
/* 404 */
.bg_box {position:relative;width:586px;height:319px;margin:0 auto; background: url(../images/bg_pic.jpg) no-repeat center center #fff;}
.bg_box span {position:absolute;top:60px;left:300px;text-align:center;}
.bg_box span p {color:#999;font:40px microsoft yahei;}
.back_home {position:absolute;top:240px;left:320px;text-decoration:none;background:#f60;width:200px;height:50px;color:#fff;text-align:center;font:20px/50px microsoft yahei;}
.mask{ width:100%; height:100%; background:#000; position:fixed; z-index:1000; top:0; left:0;filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5;display:none;}
.popupBox{ position:fixed; z-index:1001; left:50%; top:50%; margin-left:-300px; margin-top:0px; width:590px; padding: 40px 0; border:5px solid #cccccc; background:#FFF;}
.popupBox h1 { text-align:center; font-weight:normal; margin-bottom:18px; font-size:26px; color:#484848;}
.popupBox h1 span { color:#3893ec;}
.hd-note{ text-align:center; font-size:20px; color:#6f6f6f; margin-bottom:30px;}
.closeBtn{ position:absolute; height:40px; width:40px; background:url(/app_css/pingan/v40/images/closeBtn.jpg) no-repeat; right:14px; top:14px;}
.sm-box{}
.sm-box dl{ margin-bottom:10px; min-height:30px;}
.sm-box dl dt,.sm-box dl dd{ float:left;position: relative;}
.sm-box dl dt{ width:189px; text-align:right; padding-right:6px; color:#474747;}
.sm-box dl dt span { color:#F00; font-family:锟斤拷锟斤拷;}
.sm-box dl input{ border:1px solid #cccccc; height:18px; line-height:18px; width:188px; padding:5px;}
.code-list{}
.code-list input,.code-list span,.code-list img,.code-list a { display:inline-block; vertical-align:middle; margin-right:15px;}
.sm-box dl .code-list input { width:72px;}
.code-list .success{ background:url(/app_css/pingan/v40/images/yzm-icon.png) no-repeat; height:20px; width:20px;}
.code-list .fail{ background:url(/app_css/pingan/v40/images/tips_error.jpg) no-repeat center center; height:20px; width:20px;}
.code-list a { color:#fe6700;}
.code-list a:hover { text-decoration:underline;}
.sm-box button { height:50px; width:200px; font-size:18px; font-family:微锟斤拷锟脚猴拷; color:#FFF; text-align:center; background:#ff6600; margin:0 auto; display:block; margin-top:18px;}
.over-note{ font-size:16px; color:#8b8b8b; line-height:29px; padding:30px 60px 10px 60px;}
.popupone{ display:none;}
.popuptwo{ display:none;}
.prompt_vd{ display: block;
height: 18px;
line-height: 18px;
color: #999;
margin-left: 195px;
margin-top:-8px;
margin-bottom:12px;
padding-left: 22px;
background:url(/app_css/pingan/v40/images/tips_error.jpg) no-repeat left;
color:#fc0d1b;}
/*锟街伙拷锟斤拷证*/
.code_submit{ width:88px; height:26px; line-height:26px; display:inline-block; border:1px solid #f9671e; color:#fe6634; background:#fff0e9; text-align:center; +vertical-align: text-bottom; margin-left:10px; cursor:pointer;}
.send_tips{ width:108px; height:26px; line-height:26px; border:1px solid #cccccc; color:#b9b9b9; background:#eeeeee; text-align:center;+vertical-align: text-bottom; margin-left:10px; font-weight:normal; vertical-align:middle; display:none;}
.send_tips strong{ font-weight:normal;}
.code-list .disable{ border:1px solid #cacaca; color:#fff; background:#cacaca; cursor: default;}
.code-list .code_submit:hover{ text-decoration:none;}
/*daikuan*/
.more_div{position:absolute;width:400px;height:auto;left:20px;top:0px;padding:20px;border:solid 1px #b4b4b4;background:#fff;display:none;z-index:10000;}
.more_l{width:100%;height:30px;font:14px 'microsoft yahei';text-align:center;padding-top:10px;border-bottom:dashed 1px #ccc;}
.more_l span,.more_l2 span{margin-left:30px;text-align:left;width:200px;display:inline-block;}
.more_l b,.more_l2 b{ text-align: right;width: 150px;display: inline-block;}
.pop_backshadow {position: absolute;left: 0px;top: 0px;width: 100%;background: black;z-index: 9999;filter: alpha(opacity = 60);-moz-opacity: 0.6;-khtml-opacity: 0.6;-webkit-opacity: 0.6;opacity: 0.6;display: none; }
.pop_box_close{ right: 20px; position: absolute;}
a.rate3{ text-decoration: underline;}
/*2016-06-07xinyongka*/
.mt_40{margin-top: 40px;}
.card_tips .mf{background-position: 0 -460px;}
.card_tips .mf i{padding: 0 22px 0 10px;}
.card_tips .qy{background-position: 0 -489px;}
.hl_chb_right{margin-left: 79px;}
.hl_card_hot_none{padding-top: 80px; font-size: 12px;color: #656973;line-height: 20px;text-align: center;} | files/dev/product_detail_files/flagship_store.css | .mine.subnav h4,.order_search_bar p a,.more_options a,.detail_box3_info li
{ background: url(../images/icon.png) no-repeat;}
.order_search_bar p a,.more_options a { background: url(../images/icon.png) no-repeat;}
.icon_search{background: url(../images/pic_ddzx.png) no-repeat 11px -180px;}
.icon_order{background: url(../images/pic_ddzx.png) no-repeat 11px 17px;}
.licai_list,.xintuo_list { position: relative;}
.licai_list .pl_condition,.xintuo_list .pl_condition { margin-top: 20px;}
/*--List--*/
.licai_list .pl_condition ul li { width: 120px;}
/*--cunkuan--*/
.cunkuan_list { position: relative;}
.cunkuan_info { margin-top: 20px; border-top:1px solid #cccccc;}
.yztb{width:240px;height:240px;}
.yztb .yztb_top{width:100%;height:55px;color:#fff;background:url(../images/yztb_top_bg.gif) repeat-x;height: 55px;line-height:55px;}
.yztb .yztb_top .yztb_text{float:left;font: bold 26px 'Microsoft Yahei';height: 55px;line-height: 55px;padding-left:17px;}
.yztb .yztb_top .yztb_date{float:right;font: 14px 'Arial';height: 55px;line-height: 55px;padding-right:15px;}
.yztb .yztb_botm{width:230px;height:180px;border:5px solid #f60;border-top:0;background:#fff7f2 url(../images/yztb_arrow.png) no-repeat 130px 25px;}
.yztb_botm_left{padding-left: 12px;padding-top: 8px;}
.font_r{font: 14px/20px 'Microsoft yahei';color:#ff0000;}
.font_b{font: bold 30px 'Microsoft yahei';color:#ff0000;}
.font_f60{font: 14px/20px 'Microsoft yahei';color:#f60;}
.yztb_botm_left a{text-decoration: underline;cursor: pointer;}
/*--xintuo--*/
.xintuo_list .pl_condition ul li { width: 135px;}
.xintuo_info dl.xti_dlgary,.product_list dl.xti_dlgary { color: #999999;}
.xintuo_info dl.xti_dlgary i { background: #ff0000; }
.product_list li { width: 120px;}
.product_list li.w150 { width: 150px;}
.more_options { line-height: 33px; text-align: center;}
.more_options a { width:60px; background-position: 65px -82px; padding-right: 15px; display: inline-block; text-align: right; color: #ff6600;}
/*--cunkuan detail--*/
.detail_right p,.icon_hotline,.detail_box2 p
{ background: url(detail.png) no-repeat;}
.detail_top { height: 320px;}
.detail_img { float: left; width: 320px;}
.detail_right { float: right; width: 560px;position: relative;padding-left:40px;}
.detail_right b { color: #ff6600;}
.detail_right h1 { font-weight: normal; height: 45px;}
.detail_right h2 { font-weight: normal; border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; line-height: 50px;}
.detail_right h2 b { margin:0 13px;}
.detail_right h2 a { display: inline-block; position: relative; top: 9px;}
.detail_right p { background-position: 0 0; line-height: 30px; padding-left: 35px;}
.detail_right p span { width: 60px; display: inline-block;}
.detail_right p.detail_cpqx { background-position: 0 0;}
.detail_right p.detail_qgje { background-position: 0 -30px;}
.detail_right p.detail_syed { background-position: 0 -60px;}
.detail_right p.detail_wxts { background-position: 0 -90px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.detail_right p.detail_cplx_ck { background-position: 0 -120px;}
.detail_right p.detail_cplx_xt { background-position: 0 -150px;}
.progress_bar,.probar_span { background: url(process_bar.png) no-repeat;}
.progress_bar { background-position: 61px 0; height: 120px;position:relative;}
.progress_bar p { height: 20px; line-height: 20px;position:relative; margin-left: -30px;}
.progress_bar p i { font-style: normal; display: inline-block; text-align: center;position:relative;}
.progress_bar p ~ p i:first-child { visibility: hidden;}
.progress_bar p i.note_icon{position: absolute; width: 14px;height: 14px;margin-left: -4px;display: inline-block;top: 4px;cursor: pointer; background: url(gizmos.png) no-repeat 0 -98px;}
.progress_bar span.srb_tips{top: 93px;padding-top: 9px;right: 28px; margin-left: -20px;}
.progress_bar span.srb_tips p {height: 33px;padding: 1px 15px 1px 15px;width: 365px;line-height: 22px;height: 43px;}
.progress_bar span.srb_tips span{z-index:10;}
.progress_bar i.fsr{width: 160px;text-align: right;}
.progress_bar i.mjq{margin-left: 0px;text-align: right;width: 80px;}
.progress_bar i.fsjzr{margin-left: 0px;}
.progress_bar i.clr{width: 103px;}
.progress_bar i.jxq{width: 255px;}
.progress_bar i.dqr{}
.progress_bar i.dzr{width: 102px;}
.progress_bar span.probar_span { width:100%; height:30px; display: inline-block; background-position: 91px -165px; margin-left: -30px;}
.progress_bar span.status1 { width: 114px;}
.progress_bar span.status2 { width: 250px;}
.progress_bar span.status3 { width: 340px;}
.progress_bar span.status4 { width: 430px;}
.progress_bar span.status5 { width: 753px;}
.l40{left:40px;}
.l48{left:48px;}
.l120{left:120px;}
.l150{left:150px;}
.l385{left:385px;}
.l390{left:390px;}
.r75{right:75px;}
.detail_con {}
.detail_con_tit { height: 49px; background-color: #f4f4f4; position: relative; z-index: 1; text-align: center; border: 1px solid #cccccc;}
.detail_con_tit a { float: left; display: block; width: 198px; height: 49px; line-height: 49px; border-top: 0px; color: #646464; font-family: "microsoft yahei"; border-right:1px solid #ccc;cursor:pointer;}
.detail_con_tit a.on { border-top: 4px solid #ff6329; height: 47px; line-height: 47px; border-right: 1px solid #ccc; border-left: 1px solid #ccc; border-bottom: 0px; margin-left: -1px; background-color: #fff; color: #f60; margin-top: -1px; position: relative;}
.detail_con_tit a strong { font-weight: normal;}
.detail_con_box { /*min-height: 460px;*/}
.detail_con_info { border: 1px solid #cccccc; border-top: none;}
.detail_con_info table { width: 938px; table-layout: fixed;}
.detail_con_info table td { *zoom: expression(this.innerHTML==""?(this.innerHTML=" "):0);}
.detail_con_info table td.td_brnone { border-right: none;}
.detail_con_info table td.td_bbnone { border-bottom: none;}
.detail_tab1 td { border-right: 1px solid #cccccc; border-bottom: 1px solid #cccccc; line-height: 39px; text-align: center;}
.detail_tab2 td { border-right: 1px solid #cccccc; border-top: 1px solid #cccccc; line-height: 39px; text-align: center;}
.detail_tab3 td { border-right: 1px solid #cccccc; border-top: 1px solid #cccccc; line-height: 39px; text-align: left; padding-left: 15px;}
/*--xintuo detail--*/
.detail_box1 { position: relative;}
.detail_box1_info { border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc;}
.pd_harts span.pd_harts_hqlv { width: 72px; height: 22px; line-height: 22px; top: 83px; left: 154px; text-align: center;}
.pd_harts span.pd_harts_hqlv2 { width: 54px; top: 166px; left: 687px; color: #b5e170;}
.pd_harts span.pd_harts_dqlv { width: 72px; height: 22px; line-height: 22px; top: 43px; left: 283px; text-align: center;}
.pd_harts span.pd_harts_dqlv2 { width: 54px; top: 133px; left: 687px; color: #51affe;}
.fz18{font-size:18px;}
.icon_hotline { width: 28px; height: 20px; display: inline-block; position: relative; background-position: 0 -195px; top: 5px;}
.pd_harts { position: relative; background:url(pd_img01.png) no-repeat top center; height: 220px;}
.pd_harts span { position: absolute; color: #fff; font-weight: bold; height: 23px; line-height: 23px;}
.pd_harts span.pd_harts_01 { width: 72px; height: 22px; line-height: 22px; top: 4px; left: 411px; text-align: center;}
.pd_harts span.pd_harts_02 { width: 100px; top: 100px; left: 568px; text-align: right; font-weight: normal;}
.pd_harts span.pd_harts_03 { width: 54px; top: 100px; left: 687px; color: #fa0003;}
.pd_harts ul { padding: 190px 0 0 157px;}
.pd_harts li { float: left; width: 130px; text-align: center; line-height: 30px;}
.imgDesc{display: block;padding-top: 10px;margin-left: 152px;}
.detail_box2 { margin: 0 62px;}
.detail_box2 p { background-position: 0 -230px; padding:0 0 2px 35px; line-height: 50px;}
.detail_box3 { position: relative; width: 450px;}
.detail_box3 .pl_title span i { padding-left: 40px; background-color: #ff6600;}
.detail_box3 .pl_title span i.file { background-position: 10px -112px;}
.detail_box3 .pl_title span i.bulletin { background-position: 10px -152px;}
.detail_box3_info { border-top: 1px solid #cccccc; padding-top: 35px;}
.detail_box3_info li { height: 30px; line-height: 30px; overflow: hidden; padding-left: 20px; background-position: 0 -192px;}
.special_note { font-size: 15px; line-height: 25px; color: #ff6600;}
.special_note b,.special_note p { padding-left: 25px;}
.special_note b { background: url(gizmos.png) no-repeat 0 -95px; font-weight: normal;}
/*--Credit Card--*/
.cre_banner,.cre_banner .show,.cre_banner .show li { height: 350px;}
.banner .show li {height: 350px;width: 3000px;position: absolute;left: 50%;top: 0; margin-left: -1500px;}
.ap_bar span,.ap_bar i,.card_tips span,.icon_yl,.icon_jcb,.icon_mc,.chb_right li,.card_info ul li,.cq_left ul li.hover
{ background: url(../images/creditcard.png) no-repeat;}
.ap_bar { height: 50px; line-height: 50px; background: #b4a273; border-top: 1px solid #bcac84; border-bottom: 1px solid #e8e6df; text-align: center; color: #fff;}
.ap_bar span { height: 50px; line-height: 50px; display: inline-block;}
.ap_bar span.jt { width: 10px; background-position: 0 -200px; margin: 0 42px 0 21px;}
.ap_bar span.xz { padding-left: 45px; background-position: 0 0;}
.ap_bar span.tx { padding-left: 35px; background-position: 0 -50px;}
.ap_bar span.qr { padding-left: 35px; background-position: 0 -100px;}
.ap_bar span.wc{ padding-left: 37px; background-position: 0 -150px;}
.ap_bar a { font-family: "SimSun"; width: 132px; height: 38px; line-height: 38px; border-left: 2px solid #c8bea4; border-bottom: 2px solid #322b19; border-right: 2px solid #483e24; display: inline-block; background: #907c49; color: #fff; position: relative; top:-20px; margin-left: 108px;}
h1.card_title { border-bottom:1px solid #cccccc; height:25px; position: relative; font-weight: normal; color: #ff6600;}
h1.card_title span,h1.card_title a { background: #fff; position: absolute;}
h1.card_title span { line-height: 21px; padding:5px 13px 0 0;}
h1.card_title a { right: 0; color: #ff6600; line-height: 13px; padding:13px 0 0 11px; text-decoration:underline;}
.card_hot { padding: 50px 0 22px 0; overflow: hidden;}
.card_hot_box { float: left; width: 449px; padding-bottom: 12px;}
.chb_left { float: left;}
.chb_right { float: left; margin-left: 40px; line-height: 20px;}
.chb_right h3 { color: #777; height: 45px;}
.chb_right li { background-position: 0 -315px; padding-left: 10px;}
.card_content { padding: 30px 0; overflow: hidden;}
.card_img { float: left; width:166px; height:104px;}
.card_info { float: left; width: 274px; margin: 0 20px 0 30px;}
.card_info h3 { color: #777; padding-bottom: 20px; line-height: 20px;}
.card_info p span,.card_info h3 span { }
.card_info h3 span { margin-left: 14px; font-weight: normal;}
.card_info ul { padding-top: 2px;}
.card_info ul li { padding: 7px 0 0 10px; background-position: 0 -310px; line-height:12px;}
.card_tips span { padding-left: 20px; height: 19px; display: inline-block;}
.card_tips span i { padding: 0 10px; border: 1px solid #ddd; border-left: none; color: #8a8a8a; height: 17px; display: inline-block; line-height: 17px; font-style: normal;}
.card_tips .jy { background-position: 0 -10px;}
.card_tips .kdy { background-position: 0 -39px;}
.card_tips .ywx { background-position: 0 -68px;}
.card_tips .nf { background-position: 0 -97px;}
.card_tips .sq { background-position: 0 -126px;}
.card_tips .km { background-position: 0 -155px;}
.card_tips .tb { background-position: 0 -184px;}
.card_tips .xc { background-position: 0 -213px;}
.card_sort { float: left; width: 246px;}
.card_sort ul { border-top: 1px solid #cccccc; border-left: 1px solid #cccccc; overflow: hidden;}
.card_sort ul li { float: left; width: 130px; border-bottom: 1px solid #cccccc; border-right: 1px solid #cccccc; line-height: 33px; padding-left: 14px; height: 33px; overflow: hidden;}
.card_sort ul li.first { width: 80px; padding-left: 0; text-align: right; padding-right: 19px;}
.card_preferential { float: right; width: 135px;}
.card_preferential p { margin-top: 6px;}
.icon_yl { width: 35px; height: 22px; display: inline-block; background-position: 0 -354px; margin-top: 6px;}
.icon_jcb { width: 22px; height: 22px; display: inline-block; background-position: 0 -384px; margin-top: 6px;}
.icon_mc { width: 40px; height: 24px; display: inline-block; background-position: 0 -413px; margin-top: 4px;}
.card_question { padding-top: 16px;}
.cq_left { float: left; width: 139px;}
.cq_left ul li { line-height: 53px; border-bottom: 1px solid #cccccc; color: #999; padding-left: 30px; cursor: pointer;}
.cq_left ul li.hover { width: 110px; color: #ff6600; background-position: 15px -248px; background-color: #fff;}
.cq_right { margin-left: 139px; padding: 0 0 40px 60px; line-height: 24px; border-left: 1px solid #cccccc;}
.cq_right li h5 { background: url(../images/icon_question.png) no-repeat left 8px; padding: 8px 0 8px 40px; font-weight: normal; cursor: pointer;}
.cq_right li div { background: url(../images/icon_answer.png) no-repeat left 8px; padding: 8px 0 8px 40px; display: none;}
.float_icon_div{position: absolute;right: 143px;top: 600px;height: auto;z-index: 998;}
.float_icon_div ul li{width: 40px;height: 40px;margin-bottom: 2px;}
.float_icon_div ul li a{display: block;padding: 0; margin: 0; background: url(../images/icon_all.png) no-repeat -190px -660px;height: 40px;width: 40px;}
.float_icon_div ul li a.float_icon_txt{background-position: -190px -660px;}
.float_icon_div ul li a.float_icon_wx{background-position: -190px -525px;}
.float_icon_div ul li a.float_icon_txt:hover{ background-position:-140px -660px;}
.float_icon_div ul li a.float_icon_wx:hover{ background-position:-140px -525px;}
.float_icon_div ul li a.float_icon_yzt{background: url(../images/card_function_icon.png) no-repeat 0 -160px}
/*--Order--*/
.bgc_f8{background:#f8f8f8};
p.icon_fail{background:url(../images/tishi_error.png) no-repeat;display: inline-block;width: 14px;height: 14px;line-height: 14px;position:relative;}
p.icon_fail:hover span.icon_tip{display:block;}
.order_right table span.icon_tip{display:none;}
.order_right table a.fail_arrow{position:absolute;background: url('../images/arrow.gif') no-repeat;height: 14px;width: 22px;top: 15px;left: -2px;z-index: 2;}
.order_right table a.fail_tip{position:absolute;width: 360px;height: 20px;line-height: 20px;position: absolute;background: #fffa88;left: -180px;top: 20px;border: 1px solid #ff0000;color: #ff0000;padding: 10px;font: 12px 'Microsoft yahei';text-decoration: none;z-index: 10;}
.order_left { float:left; position: absolute; left: 0px; width: 170px;}
.subnav {padding: 10px 0 0;}
.subnav h4 { line-height: 52px; padding-left:34px; color:#fff;}
.subnav li { margin-top:1px; line-height: 30px;}
.subnav li a {display:inline-block;font: 14px microsoft yahei; color: #474747; padding: 10px 35px 10px; text-align: left;}
.subnav li.clicked { background:#f60; color:#fff;}
.subnav li a.clicked { color:#fff;}
.subnav li.unclicked:hover,.subnav li.hover { background:#f1f1f1; }
.subnav li a.title{ color:#8d8d8d;background:url(../images/orderitem_icon.png) no-repeat 16px 13px;}
.subnav li a.title.clicked{color:#fff;background:url(../images/orderitem_icon.png) no-repeat -40px 13px;}
.subnav li a.sc{ color:#8d8d8d;background:url(../images/orderitem_icon.png) no-repeat 16px -42px;}
.subnav li a.sc.clicked{color:#fff;background:url(../images/orderitem_icon.png) no-repeat -42px -42px;}
.order_right { float:right; width:789px; border-left:1px solid #d2d2d2;min-height:510px;}
.order_right table a { color: #ff6600; text-decoration:underline; margin-right:5px;}
.order_right h5 { border-bottom:1px solid #d2d2d2; line-height:60px; overflow: hidden;}
.order_right h5 span { font-weight:normal; float: left;}
.order_right h5 span font { color: #ff6600; margin:0 8px; font-weight: bold;}
.order_right h5 a { float: right; color:#ff6600; text-decoration:underline;}
.order_box1 { padding:19px; border-bottom:1px solid #d2d2d2; overflow: hidden;}
.order_box1 .pie { float:left; width:250px; height:250px;}
.lump_sum_tab { float:left; margin-left:20px; display:inline;}
.lump_sum_tab th,.order_box1 .lump_sum_tab td { height:40px; padding-left:20px; text-align: left;}
.lump_sum_tab td { border-top:1px solid #d2d2d2;}
.order_box2 { padding-left: 18px;}
.merchandise_tab td { border-bottom: 1px solid #d2d2d2;height:39px;}
.order_box2 .order_nav{height:50px;border-bottom: 1px solid #ccc;overflow: hidden;}
.order_box2 .order_nav ul{margin-top:20px;}
.order_box2 .order_nav .order_nav_list{font-size: 16px;float: left;margin-right: 35px;line-height: 27px;cursor:pointer;}
.order_box2 .order_nav .order_nav_list.curent{color: #ff6600;border-bottom: 3px solid #ff6600;}
.order_box2 .order_nav .order_nav_list.cur{color: #ff6600;border-bottom: 3px solid #ff6600;}
.order_table_main{display:none;}
.order_table_main.cur{display:block;}
.orderDelete{color:#ff6600;text-decoration: underline;}
.order_box2_none{font: 14px/20px 'microsoft yahei';padding: 10px;color: #474747;}
.order_box2_none p{padding: 25px 0 25px 0;}
.order_box2_none a{display: block;width: 110px;height: 30px;background-color: #ff6600;color: #fff;padding: 0px;text-align: center;line-height: 30px;}
/*--Order BX--*/
.order_right h6 { border-bottom:1px solid #d2d2d2; line-height:49px; font-weight: normal;}
.order_right h6 span font { margin-left: 15px; color: #ff6600;}
.order_search_bar b,.order_search_bar p,.order_search_bar input,.order_search_bar span,.order_search_bar p a,
.order_satus_bar b,.order_satus_bar p,.order_satus_bar input,.order_satus_bar span { float: left; display: inline;}
.order_search_bar { height: 54px; line-height: 54px;}
.order_search_bar b { font-weight: normal;}
.order_search_bar p { margin: 17px 0 0 14px;}
.order_search_bar p a { width: 20px; height: 20px; background-position: 0 -57px; display: inline-block; margin-left: 10px;}
.order_search_bar p input { margin: 0; width:98px; height:18px;}
#consignedTrade_table b{font-weight:bold;}
.order_satus_bar { border-bottom:1px solid #d2d2d2; line-height:29px; overflow: hidden;}
.order_satus_bar b { margin-right:10px;}
.order_satus_bar input { margin: 8px 5px 0 10px; *margin: 5px 2px 0 10px; border: none;}
.jj_ddgl{padding: 17px 0 17px 0;}
.jj_zhxx{border-bottom: 1px solid #d2d2d2;padding: 15px 0 15px 0;}
.jj_zhxx_1{width:400px;display: inline-block;}
.jj_zhxx_2{width:251px;display: inline-block;}
.jj_zhxx_3{display: inline-block;padding: 2px 20px;background-color: #ff6600;color: #fff;}
.jj_wdcc{}
.jj_wdcc_1{display:block;padding:10px 0 10px 0;}
/*--Search--*/
.search_info dd li { width: 155px;}
.search_info dd li.w200 { width: 200px;}
.search_info dd li.w300 { width: 300px;}
.search_con_title { height: 39px; position: relative; z-index: 1; text-align: center; border: 1px solid #cccccc; border-top: none; border-right: none;}
.search_con_title a { float: left; display: block; width: 94px; height: 38px; line-height: 38px; border-top: 0px; color: #646464; font-family: "microsoft yahei"; border-right:1px solid #ccc; border-top:1px solid #ccc; background-color: #f4f4f4;}
.search_con_title a.on { border-top: 3px solid #ff6329; height: 37px; line-height: 37px; border-right: 1px solid #ccc; border-left: 1px solid #ccc; border-bottom: 0px; margin-left: -1px; background-color: #fff; color: #f60; position: relative;}
.search_con_title a strong { font-weight: normal;}
.search_con_title div { float: right; width: 175px; text-align: center; line-height: 39px;}
.search_con_title div.topPage{float:right;width:auto;height: 21px;line-height: 21px;margin-right: 0px;padding-top: 10px;}
.search_con_title div.topPage a{float: none;border: 0px;}
.search_con_title div input { border:none; position: relative; top: 2px;}
/*--pie chart---*/
.color_square{width: 20px;height: 20px;display: inline-block;margin-right: 5px;background-color: red;vertical-align: middle;}
.tanc {border: solid 4px #ccc;z-index: 1005;width: 500px;position: fixed;top: 50%;left: 50%;margin-left: -294px;margin-top: -190px;zoom: 1;text-align: center;background-color: #fff;font-family: 'Microsoft YaHei', STSong, serif;padding: 40px; font-family: 'Microsoft YaHei', STSong, serif;}
.tanc .close {width: 25px;height: 25px;background: url(/app_css/pingan/v40/images/close.png) no-repeat center;display: inline-block;position: absolute;right: 15px;top: 12px;border: dashed 2px #eee;padding: 5px;cursor:pointer;}
.mask {position: fixed;_position: absolute;z-index: 1000;left: 0;top: 0;width: 100%;_width: expression(eval(Math.max(document.documentElement.clientWidth, document.body.offsetWidth)));height: 100%;_height: expression(eval(Math.max(document.documentElement.clientHeight, document.body.offsetHeight)));filter: alpha(opacity=50);-ms-filter: alpha(opacity=50);opacity: 0.5;background: #000;}
.tanc p{line-height:30px;font-size:14px;color:#474747;}
.tanc .dl {color:#fd6435;}
.form span {display:block;margin-bottom:10px;text-align:left;padding-left:80px;height: 34px;}
.form span label{display:inline-block;width:100px;text-align:right;font-size:16px;float:left;}
.form span font {color:red;}
.form span input {height:30px;line-height:30px;width:198px;border:solid 1px #ccc;margin-left:7px;}
.form span .sh_input {width:116px;float:left;}
.ok_btn {padding: 7px 60px;background: #ff6600;color: #fff;margin-top: 26px;display: inline-block;font-size: 20px;cursor: pointer;}
.icon_ok {background:url(/app_css/pingan/v40/images/ook.jpg);display:inline-block;width:24px;height:24px;vertical-align: middle;}
/*--yuyue--*/
.mobile-input-error {
display: inline-block;
background: url(/app_images/pingan/v10/newemll/list.gif) no-repeat 0 -850px;
vertical-align: middle;
margin-left: -20px;
width: 16px;
height: 16px;
*margin-bottom:15px;
margin-top:4px;
}
.tanc_sc {border: solid 4px #ccc;z-index: 1005;width: 500px;position: fixed;top: 50%;left: 50%;margin-left: -294px;margin-top: -190px;zoom: 1;text-align: center;background-color: #fff;font-family: 'Microsoft YaHei', STSong, serif;padding: 40px; font-family: 'Microsoft YaHei', STSong, serif; text-align:center;}
.tanc_sc .close {width: 25px;height: 25px;background: url(../images/close.png) no-repeat center;display: inline-block;position: absolute;right: 15px;top: 12px;border: dashed 2px #eee;padding: 5px;cursor:pointer;}
.tanc_sc h1{ font-size:24px; font-weight:normal; margin-bottom:30px; background:url(../images/yyok-icon.png) no-repeat center top; padding-top:78px;}
.tanc_sc p{ text-align:left; font-size:20px; margin-bottom:35px;}
.ov_close{padding: 7px 40px;background: #ff6600;color: #fff;display: inline-block;font-size: 20px;}
.ov_close i { font-style:normal;}
.detail_con_info table table{width:100%;padding: 5px 0;}
.detail_con_info table table tr{line-height:31px;}
.detail_con_info table table td{border:0;padding:0;}
.detail_con_info table table td.borderDash{border-left:1px dashed #ebebeb;width:20px;}
.detail_con_info table table td.w70{width:70px;}
/*search*/
.search-error{padding:130px 0 130px 300px;}
.search-error p{ margin:auto; padding-left:80px; background-image:url(/app_images/pingan/v10/newemll/searcj_error1.png); background-repeat:no-repeat; font-size:14px;}
.search-error p strong{ padding-bottom:10px; display:inline-block; font-size:16px;}
.search-error p a{ color:#3891dd}
.search-error p a:hover{ color:#3c92da; text-decoration:underline}
/* 锟斤拷锟斤拷 */
.popupBg{position: absolute;top:0;left:0;width:100%;min-height: 100%;background: #000;filter:alpha(opacity=60);opacity: 0.6;z-index: 1000;visibility: hidden;}
.fpopup{position: fixed;_position:absolute;z-index: 1001;left:50%;top:50%;visibility: hidden;}
.visible{visibility: visible;}
.ffMask{position: absolute;top:0;bottom: 0;left: 0;right:0;border:solid 5px #d3d3d3;border-radius: 8px;filter:alpha(opacity=46);opacity: 0.46;}
.fMain{position: relative;background: white;margin:5px;}
.popClose{position: absolute;top:12px;right:16px;font-size: 32px;width:20px;height:17px;text-align: center;font-size:30px;line-height: 17px;}
.popupBg .content{display: none;}
.alert,.confirm{width:435px;background-color: white;}
.alert h4,.prompt h4,.popTitle,.confirm h4{font-size:12px;border-bottom: solid 1px #EBEBEB;background:url(../images/ico.png) 20px -288px no-repeat;padding:16px 0px 16px 42px;}
.proMain{min-width: 340px;_width:340px;}
.alertMain,.confirmMain{padding:25px 48px 35px 48px;font-size:14px; }
#alert_pop .popClose{top:12px;right:16px;font-size: 32px; }
.btn_alert,.btn_ok,.btn_cancel{display: block;height:36px;line-height: 36px;color: white;font-size: 16px;background-color: #FD6522;width: 130px;text-align: center;margin-top: 30px;}
.btn_alert:hover,.btn_ok:hover,.btn_cancel:hover{color: white;}
#loading{width:164px;height:164px;background: url(../images/loading_icon.png) no-repeat;_background: url(../images/loading_icon.gif) no-repeat;position: relative;}
.loading_icon{position: absolute;width:40px;height:40px;left:62px;top:35px;background: url(../images/loading.gif) no-repeat;}
#loading_pop .ffMask{border:0;}
#loading_pop .fMain{background: none;}
.btns_confirm{text-align: center;padding-top:25px;}
.btn_ok,.btn_cancel{display: inline-block;margin:0 8px;width:110px;}
/* 404 */
.bg_box {position:relative;width:586px;height:319px;margin:0 auto; background: url(../images/bg_pic.jpg) no-repeat center center #fff;}
.bg_box span {position:absolute;top:60px;left:300px;text-align:center;}
.bg_box span p {color:#999;font:40px microsoft yahei;}
.back_home {position:absolute;top:240px;left:320px;text-decoration:none;background:#f60;width:200px;height:50px;color:#fff;text-align:center;font:20px/50px microsoft yahei;}
.mask{ width:100%; height:100%; background:#000; position:fixed; z-index:1000; top:0; left:0;filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5;display:none;}
.popupBox{ position:fixed; z-index:1001; left:50%; top:50%; margin-left:-300px; margin-top:0px; width:590px; padding: 40px 0; border:5px solid #cccccc; background:#FFF;}
.popupBox h1 { text-align:center; font-weight:normal; margin-bottom:18px; font-size:26px; color:#484848;}
.popupBox h1 span { color:#3893ec;}
.hd-note{ text-align:center; font-size:20px; color:#6f6f6f; margin-bottom:30px;}
.closeBtn{ position:absolute; height:40px; width:40px; background:url(/app_css/pingan/v40/images/closeBtn.jpg) no-repeat; right:14px; top:14px;}
.sm-box{}
.sm-box dl{ margin-bottom:10px; min-height:30px;}
.sm-box dl dt,.sm-box dl dd{ float:left;position: relative;}
.sm-box dl dt{ width:189px; text-align:right; padding-right:6px; color:#474747;}
.sm-box dl dt span { color:#F00; font-family:锟斤拷锟斤拷;}
.sm-box dl input{ border:1px solid #cccccc; height:18px; line-height:18px; width:188px; padding:5px;}
.code-list{}
.code-list input,.code-list span,.code-list img,.code-list a { display:inline-block; vertical-align:middle; margin-right:15px;}
.sm-box dl .code-list input { width:72px;}
.code-list .success{ background:url(/app_css/pingan/v40/images/yzm-icon.png) no-repeat; height:20px; width:20px;}
.code-list .fail{ background:url(/app_css/pingan/v40/images/tips_error.jpg) no-repeat center center; height:20px; width:20px;}
.code-list a { color:#fe6700;}
.code-list a:hover { text-decoration:underline;}
.sm-box button { height:50px; width:200px; font-size:18px; font-family:微锟斤拷锟脚猴拷; color:#FFF; text-align:center; background:#ff6600; margin:0 auto; display:block; margin-top:18px;}
.over-note{ font-size:16px; color:#8b8b8b; line-height:29px; padding:30px 60px 10px 60px;}
.popupone{ display:none;}
.popuptwo{ display:none;}
.prompt_vd{ display: block;
height: 18px;
line-height: 18px;
color: #999;
margin-left: 195px;
margin-top:-8px;
margin-bottom:12px;
padding-left: 22px;
background:url(/app_css/pingan/v40/images/tips_error.jpg) no-repeat left;
color:#fc0d1b;}
/*锟街伙拷锟斤拷证*/
.code_submit{ width:88px; height:26px; line-height:26px; display:inline-block; border:1px solid #f9671e; color:#fe6634; background:#fff0e9; text-align:center; +vertical-align: text-bottom; margin-left:10px; cursor:pointer;}
.send_tips{ width:108px; height:26px; line-height:26px; border:1px solid #cccccc; color:#b9b9b9; background:#eeeeee; text-align:center;+vertical-align: text-bottom; margin-left:10px; font-weight:normal; vertical-align:middle; display:none;}
.send_tips strong{ font-weight:normal;}
.code-list .disable{ border:1px solid #cacaca; color:#fff; background:#cacaca; cursor: default;}
.code-list .code_submit:hover{ text-decoration:none;}
/*daikuan*/
.more_div{position:absolute;width:400px;height:auto;left:20px;top:0px;padding:20px;border:solid 1px #b4b4b4;background:#fff;display:none;z-index:10000;}
.more_l{width:100%;height:30px;font:14px 'microsoft yahei';text-align:center;padding-top:10px;border-bottom:dashed 1px #ccc;}
.more_l span,.more_l2 span{margin-left:30px;text-align:left;width:200px;display:inline-block;}
.more_l b,.more_l2 b{ text-align: right;width: 150px;display: inline-block;}
.pop_backshadow {position: absolute;left: 0px;top: 0px;width: 100%;background: black;z-index: 9999;filter: alpha(opacity = 60);-moz-opacity: 0.6;-khtml-opacity: 0.6;-webkit-opacity: 0.6;opacity: 0.6;display: none; }
.pop_box_close{ right: 20px; position: absolute;}
a.rate3{ text-decoration: underline;}
/*2016-06-07xinyongka*/
.mt_40{margin-top: 40px;}
.card_tips .mf{background-position: 0 -460px;}
.card_tips .mf i{padding: 0 22px 0 10px;}
.card_tips .qy{background-position: 0 -489px;}
.hl_chb_right{margin-left: 79px;}
.hl_card_hot_none{padding-top: 80px; font-size: 12px;color: #656973;line-height: 20px;text-align: center;} | 0.294316 | 0.119614 |
@import url(https://fonts.googleapis.com/css?family=Dosis:300,400,500,700|Open+Sans:300,400,600,700);
@charset "UTF-8";
/*!
Video.js Default Styles (http://videojs.com)
Version 4.12.11
Create your own skin at http://designer.videojs.com
*/
/* SKIN
================================================================================
The main class name for all skin-specific styles. To make your own skin,
replace all occurrences of 'vjs-default-skin' with a new name. Then add your new
skin name to your video tag instead of the default skin.
e.g. <video class="video-js my-skin-name">
*/
.vjs-default-skin {
color: #cccccc;
}
/* Custom Icon Font
--------------------------------------------------------------------------------
The control icons are from a custom font. Each icon corresponds to a character
(e.g. "\e001"). Font icons allow for easy scaling and coloring of icons.
*/
@font-face {
font-family: 'VideoJS';
src: url("/fonts/video-js/vjs.eot");
src: url("/fonts/video-js/vjs.eot?#iefix") format("embedded-opentype"), url("/fonts/video-js/vjs.woff") format("woff"), url("/fonts/video-js/vjs.ttf") format("truetype"), url("/fonts/video-js/vjs.svg#icomoon") format("svg");
font-weight: normal;
font-style: normal;
}
/* Base UI Component Classes
--------------------------------------------------------------------------------
*/
/* Slider - used for Volume bar and Seek bar */
.vjs-default-skin .vjs-slider {
/* Replace browser focus highlight with handle highlight */
outline: 0;
position: relative;
cursor: pointer;
padding: 0;
/* background-color-with-alpha */
background-color: #333333;
background-color: rgba(51, 51, 51, 0.9);
}
.vjs-default-skin .vjs-slider:focus {
/* box-shadow */
box-shadow: 0 0 2em #ffffff;
}
.vjs-default-skin .vjs-slider-handle {
position: absolute;
/* Needed for IE6 */
left: 0;
top: 0;
}
.vjs-default-skin .vjs-slider-handle:before {
content: "\e009";
font-family: VideoJS;
font-size: 1em;
line-height: 1;
text-align: center;
text-shadow: 0em 0em 1em #fff;
position: absolute;
top: 0;
left: 0;
/* Rotate the square icon to make a diamond */
/* transform */
transform: rotate(-45deg);
}
/* Control Bar
--------------------------------------------------------------------------------
The default control bar that is a container for most of the controls.
*/
.vjs-default-skin .vjs-control-bar {
/* Start hidden */
display: none;
position: absolute;
/* Place control bar at the bottom of the player box/video.
If you want more margin below the control bar, add more height. */
bottom: 0;
/* Use left/right to stretch to 100% width of player div */
left: 0;
right: 0;
/* Height includes any margin you want above or below control items */
height: 3.0em;
/* background-color-with-alpha */
background-color: #07141e;
background-color: rgba(7, 20, 30, 0.7);
}
/* Show the control bar only once the video has started playing */
.vjs-default-skin.vjs-has-started .vjs-control-bar {
display: block;
/* Visibility needed to make sure things hide in older browsers too. */
visibility: visible;
opacity: 1;
/* transition */
transition: visibility 0.1s, opacity 0.1s;
}
/* Hide the control bar when the video is playing and the user is inactive */
.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
display: block;
visibility: hidden;
opacity: 0;
/* transition */
transition: visibility 1s, opacity 1s;
}
.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
display: none;
}
.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
display: none;
}
/* The control bar shouldn't show after an error */
.vjs-default-skin.vjs-error .vjs-control-bar {
display: none;
}
/* Don't hide the control bar if it's audio */
.vjs-audio.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
opacity: 1;
visibility: visible;
}
/* IE8 is flakey with fonts, and you have to change the actual content to force
fonts to show/hide properly.
- "\9" IE8 hack didn't work for this
- Found in XP IE8 from http://modern.ie. Does not show up in "IE8 mode" in IE9
*/
@media \0screen {
.vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
content: "";
}
}
/* General styles for individual controls. */
.vjs-default-skin .vjs-control {
outline: none;
position: relative;
float: left;
text-align: center;
margin: 0;
padding: 0;
height: 3.0em;
width: 4em;
}
/* Font button icons */
.vjs-default-skin .vjs-control:before {
font-family: VideoJS;
font-size: 1.5em;
line-height: 2;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
/* Replacement for focus outline */
.vjs-default-skin .vjs-control:focus:before,
.vjs-default-skin .vjs-control:hover:before {
text-shadow: 0em 0em 1em #ffffff;
}
.vjs-default-skin .vjs-control:focus {
/* outline: 0; */
/* keyboard-only users cannot see the focus on several of the UI elements when
this is set to 0 */
}
/* Hide control text visually, but have it available for screenreaders */
.vjs-default-skin .vjs-control-text {
/* hide-visually */
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/* Play/Pause
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-play-control {
width: 5em;
cursor: pointer;
}
.vjs-default-skin .vjs-play-control:before {
content: "\e001";
}
.vjs-default-skin.vjs-playing .vjs-play-control:before {
content: "\e002";
}
/* Playback toggle
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value {
font-size: 1.5em;
line-height: 2;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.vjs-default-skin .vjs-playback-rate.vjs-menu-button .vjs-menu .vjs-menu-content {
width: 4em;
left: -2em;
list-style: none;
}
/* Volume/Mute
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
cursor: pointer;
float: right;
}
.vjs-default-skin .vjs-mute-control:before,
.vjs-default-skin .vjs-volume-menu-button:before {
content: "\e006";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
content: "\e003";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
content: "\e004";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
content: "\e005";
}
.vjs-default-skin .vjs-volume-control {
width: 5em;
float: right;
}
.vjs-default-skin .vjs-volume-bar {
width: 5em;
height: 0.6em;
margin: 1.1em auto 0;
}
.vjs-default-skin .vjs-volume-level {
position: absolute;
top: 0;
left: 0;
height: 0.5em;
/* assuming volume starts at 1.0 */
width: 100%;
background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}
.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
width: 0.5em;
height: 0.5em;
/* Assumes volume starts at 1.0. If you change the size of the
handle relative to the volume bar, you'll need to update this value
too. */
left: 4.5em;
}
.vjs-default-skin .vjs-volume-handle:before {
font-size: 0.9em;
top: -0.2em;
left: -0.2em;
width: 1em;
height: 1em;
}
/* The volume menu button is like menu buttons (captions/subtitles) but works
a little differently. It needs to be possible to tab to the volume slider
without hitting space bar on the menu button. To do this we're not using
display:none to hide the slider menu by default, and instead setting the
width and height to zero. */
.vjs-default-skin .vjs-volume-menu-button .vjs-menu {
display: block;
width: 0;
height: 0;
border-top-color: transparent;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
height: 0;
width: 0;
}
.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing {
border-top-color: rgba(7, 40, 50, 0.5);
/* Same as ul background */
}
.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu .vjs-menu-content,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing .vjs-menu-content {
height: 2.9em;
width: 10em;
}
/* Progress
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-progress-control {
position: absolute;
left: 0;
right: 0;
width: auto;
font-size: 0.3em;
height: 1em;
/* Set above the rest of the controls. */
top: -1em;
/* Shrink the bar slower than it grows. */
/* transition */
transition: all 0.4s;
}
/* On hover, make the progress bar grow to something that's more clickable.
This simply changes the overall font for the progress bar, and this
updates both the em-based widths and heights, as wells as the icon font */
.vjs-default-skin:hover .vjs-progress-control {
font-size: .9em;
/* Even though we're not changing the top/height, we need to include them in
the transition so they're handled correctly. */
/* transition */
transition: all 0.2s;
}
/* Box containing play and load progresses. Also acts as seek scrubber. */
.vjs-default-skin .vjs-progress-holder {
height: 100%;
}
/* Progress Bars */
.vjs-default-skin .vjs-progress-holder .vjs-play-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress div {
position: absolute;
display: block;
height: 100%;
margin: 0;
padding: 0;
/* updated by javascript during playback */
width: 0;
/* Needed for IE6 */
left: 0;
top: 0;
}
.vjs-default-skin .vjs-play-progress {
/*
Using a data URI to create the white diagonal lines with a transparent
background. Surprisingly works in IE8.
Created using http://www.patternify.com
Changing the first color value will change the bar color.
Also using a paralax effect to make the lines move backwards.
The -50% left position makes that happen.
*/
background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}
.vjs-default-skin .vjs-load-progress {
background: #646464;
background: rgba(255, 255, 255, 0.2);
}
/* there are child elements of the load progress bar that represent the
specific time ranges that have been buffered */
.vjs-default-skin .vjs-load-progress div {
background: #787878;
background: rgba(255, 255, 255, 0.1);
}
.vjs-default-skin .vjs-seek-handle {
width: 1.5em;
height: 100%;
}
.vjs-default-skin .vjs-seek-handle:before {
padding-top: 0.1em;
}
/* Live Mode
--------------------------------------------------------------------------------
*/
.vjs-default-skin.vjs-live .vjs-time-controls,
.vjs-default-skin.vjs-live .vjs-time-divider,
.vjs-default-skin.vjs-live .vjs-progress-control {
display: none;
}
.vjs-default-skin.vjs-live .vjs-live-display {
display: block;
}
/* Live Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-live-display {
display: none;
font-size: 1em;
line-height: 3em;
}
/* Time Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-time-controls {
font-size: 1em;
/* Align vertically by making the line height the same as the control bar */
line-height: 3em;
}
.vjs-default-skin .vjs-current-time {
float: left;
}
.vjs-default-skin .vjs-duration {
float: left;
}
/* Remaining time is in the HTML, but not included in default design */
.vjs-default-skin .vjs-remaining-time {
display: none;
float: left;
}
.vjs-time-divider {
float: left;
line-height: 3em;
}
/* Fullscreen
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-fullscreen-control {
width: 3.8em;
cursor: pointer;
float: right;
}
.vjs-default-skin .vjs-fullscreen-control:before {
content: "\e000";
}
/* Switch to the exit icon when the player is in fullscreen */
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
content: "\e00b";
}
/* Big Play Button (play button at start)
--------------------------------------------------------------------------------
Positioning of the play button in the center or other corners can be done more
easily in the skin designer. http://designer.videojs.com/
*/
.vjs-default-skin .vjs-big-play-button {
left: 0.5em;
top: 0.5em;
font-size: 3em;
display: block;
z-index: 2;
position: absolute;
width: 4em;
height: 2.6em;
text-align: center;
vertical-align: middle;
cursor: pointer;
opacity: 1;
/* Need a slightly gray bg so it can be seen on black backgrounds */
/* background-color-with-alpha */
background-color: #07141e;
background-color: rgba(7, 20, 30, 0.7);
border: 0.1em solid #3b4249;
/* border-radius */
border-radius: 0.8em;
/* box-shadow */
box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
/* transition */
transition: all 0.4s;
}
/* Optionally center */
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
/* Center it horizontally */
left: 50%;
margin-left: -2.1em;
/* Center it vertically */
top: 50%;
margin-top: -1.4000000000000001em;
}
/* Hide if controls are disabled */
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
display: none;
}
/* Hide when video starts playing */
.vjs-default-skin.vjs-has-started .vjs-big-play-button {
display: none;
}
/* Hide on mobile devices. Remove when we stop using native controls
by default on mobile */
.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
display: none;
}
.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
outline: 0;
border-color: #fff;
/* IE8 needs a non-glow hover state */
background-color: #505050;
background-color: rgba(50, 50, 50, 0.75);
/* box-shadow */
box-shadow: 0 0 3em #ffffff;
/* transition */
transition: all 0s;
}
.vjs-default-skin .vjs-big-play-button:before {
content: "\e001";
font-family: VideoJS;
/* In order to center the play icon vertically we need to set the line height
to the same as the button height */
line-height: 2.6em;
text-shadow: 0.05em 0.05em 0.1em #000;
text-align: center;
position: absolute;
left: 0;
width: 100%;
height: 100%;
}
.vjs-error .vjs-big-play-button {
display: none;
}
/* Error Display
--------------------------------------------------------------------------------
*/
.vjs-error-display {
display: none;
}
.vjs-error .vjs-error-display {
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.vjs-error .vjs-error-display:before {
content: 'X';
font-family: Arial;
font-size: 4em;
color: #666666;
/* In order to center the play icon vertically we need to set the line height
to the same as the button height */
line-height: 1;
text-shadow: 0.05em 0.05em 0.1em #000;
text-align: center;
vertical-align: middle;
position: absolute;
left: 0;
top: 50%;
margin-top: -0.5em;
width: 100%;
}
.vjs-error-display div {
position: absolute;
bottom: 1em;
right: 0;
left: 0;
font-size: 1.4em;
text-align: center;
padding: 3px;
background: #000000;
background: rgba(0, 0, 0, 0.5);
}
.vjs-error-display a,
.vjs-error-display a:visited {
color: #F4A460;
}
/* Loading Spinner
--------------------------------------------------------------------------------
*/
.vjs-loading-spinner {
/* Should be hidden by default */
display: none;
position: absolute;
top: 50%;
left: 50%;
font-size: 4em;
line-height: 1;
width: 1em;
height: 1em;
margin-left: -0.5em;
margin-top: -0.5em;
opacity: 0.75;
}
/* Show the spinner when waiting for data and seeking to a new time */
.vjs-waiting .vjs-loading-spinner,
.vjs-seeking .vjs-loading-spinner {
display: block;
/* only animate when showing because it can be processor heavy */
/* animation */
animation: spin 1.5s infinite linear;
}
/* Errors are unrecoverable without user interaction so hide the spinner */
.vjs-error .vjs-loading-spinner {
display: none;
/* ensure animation doesn't continue while hidden */
/* animation */
animation: none;
}
.vjs-default-skin .vjs-loading-spinner:before {
content: "\e01e";
font-family: VideoJS;
position: absolute;
top: 0;
left: 0;
width: 1em;
height: 1em;
text-align: center;
text-shadow: 0em 0em 0.1em #000;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
/* Menu Buttons (Captions/Subtitles/etc.)
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-menu-button {
float: right;
cursor: pointer;
}
.vjs-default-skin .vjs-menu {
display: none;
position: absolute;
bottom: 0;
left: 0em;
/* (Width of vjs-menu - width of button) / 2 */
width: 0em;
height: 0em;
margin-bottom: 3em;
border-left: 2em solid transparent;
border-right: 2em solid transparent;
border-top: 1.55em solid #000000;
/* Same width top as ul bottom */
border-top-color: rgba(7, 40, 50, 0.5);
/* Same as ul background */
}
/* Button Pop-up Menu */
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
display: block;
padding: 0;
margin: 0;
position: absolute;
width: 10em;
bottom: 1.5em;
/* Same bottom as vjs-menu border-top */
max-height: 15em;
overflow: auto;
left: -5em;
/* Width of menu - width of button / 2 */
/* background-color-with-alpha */
background-color: #07141e;
background-color: rgba(7, 20, 30, 0.7);
/* box-shadow */
box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
}
.vjs-default-skin .vjs-menu-button:hover .vjs-control-content .vjs-menu,
.vjs-default-skin .vjs-control-content .vjs-menu.vjs-lock-showing {
display: block;
}
/* prevent menus from opening while scrubbing (FF, IE) */
.vjs-default-skin.vjs-scrubbing .vjs-menu-button:hover .vjs-control-content .vjs-menu {
display: none;
}
.vjs-default-skin .vjs-menu-button ul li {
list-style: none;
margin: 0;
padding: 0.3em 0 0.3em 0;
line-height: 1.4em;
font-size: 1.2em;
text-align: center;
text-transform: lowercase;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
background-color: #000;
}
.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
outline: 0;
color: #111;
/* background-color-with-alpha */
background-color: #ffffff;
background-color: rgba(255, 255, 255, 0.75);
/* box-shadow */
box-shadow: 0 0 1em #ffffff;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
text-align: center;
text-transform: uppercase;
font-size: 1em;
line-height: 2em;
padding: 0;
margin: 0 0 0.3em 0;
font-weight: bold;
cursor: default;
}
/* Subtitles Button */
.vjs-default-skin .vjs-subtitles-button:before {
content: "\e00c";
}
/* Captions Button */
.vjs-default-skin .vjs-captions-button:before {
content: "\e008";
}
/* Chapters Button */
.vjs-default-skin .vjs-chapters-button:before {
content: "\e00c";
}
.vjs-default-skin .vjs-chapters-button.vjs-menu-button .vjs-menu .vjs-menu-content {
width: 24em;
left: -12em;
}
/* Replacement for focus outline */
.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
/* box-shadow */
box-shadow: 0 0 1em #ffffff;
}
/*
REQUIRED STYLES (be careful overriding)
================================================================================
When loading the player, the video tag is replaced with a DIV,
that will hold the video tag or object tag for other playback methods.
The div contains the video playback element (Flash or HTML5) and controls,
and sets the width and height of the video.
** If you want to add some kind of border/padding (e.g. a frame), or special
positioning, use another containing element. Otherwise you risk messing up
control positioning and full window mode. **
*/
.video-js {
background-color: #000;
position: relative;
padding: 0;
/* Start with 10px for base font size so other dimensions can be em based and
easily calculable. */
font-size: 10px;
/* Allow poster to be vertically aligned. */
vertical-align: middle;
/* display: table-cell; */
/*This works in Safari but not Firefox.*/
/* Provide some basic defaults for fonts */
font-weight: normal;
font-style: normal;
/* Avoiding helvetica: issue #376 */
font-family: Arial, sans-serif;
/* Turn off user selection (text highlighting) by default.
The majority of player components will not be text blocks.
Text areas will need to turn user selection back on. */
/* user-select */
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* Playback technology elements expand to the width/height of the containing div
<video> or <object> */
.video-js .vjs-tech {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when
checking fullScreenEnabled. */
.video-js:-moz-full-screen {
position: absolute;
}
/* Fullscreen Styles */
body.vjs-full-window {
padding: 0;
margin: 0;
height: 100%;
/* Fix for IE6 full-window. http://www.cssplay.co.uk/layouts/fixed.html */
overflow-y: auto;
}
.video-js.vjs-fullscreen {
position: fixed;
overflow: hidden;
z-index: 1000;
left: 0;
top: 0;
bottom: 0;
right: 0;
width: 100% !important;
height: 100% !important;
/* IE6 full-window (underscore hack) */
_position: absolute;
}
.video-js:-webkit-full-screen {
width: 100% !important;
height: 100% !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
cursor: none;
}
/* Poster Styles */
.vjs-poster {
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: contain;
background-color: #000000;
cursor: pointer;
margin: 0;
padding: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.vjs-poster img {
display: block;
margin: 0 auto;
max-height: 100%;
padding: 0;
width: 100%;
}
/* Hide the poster after the video has started playing */
.video-js.vjs-has-started .vjs-poster {
display: none;
}
/* Don't hide the poster if we're playing audio */
.video-js.vjs-audio.vjs-has-started .vjs-poster {
display: block;
}
/* Hide the poster when controls are disabled because it's clickable
and the native poster can take over */
.video-js.vjs-controls-disabled .vjs-poster {
display: none;
}
/* Hide the poster when native controls are used otherwise it covers them */
.video-js.vjs-using-native-controls .vjs-poster {
display: none;
}
/* Text Track Styles */
/* Overall track holder for both captions and subtitles */
.video-js .vjs-text-track-display {
position: absolute;
top: 0;
left: 0;
bottom: 3em;
right: 0;
pointer-events: none;
}
/* Captions Settings Dialog */
.vjs-caption-settings {
position: relative;
top: 1em;
background-color: #000;
opacity: 0.75;
color: #FFF;
margin: 0 auto;
padding: 0.5em;
height: 15em;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
width: 40em;
}
.vjs-caption-settings .vjs-tracksettings {
top: 0;
bottom: 2em;
left: 0;
right: 0;
position: absolute;
overflow: auto;
}
.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
float: left;
}
.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
clear: both;
}
.vjs-caption-settings .vjs-tracksettings-controls {
position: absolute;
bottom: 1em;
right: 1em;
}
.vjs-caption-settings .vjs-tracksetting {
margin: 5px;
padding: 3px;
min-height: 40px;
}
.vjs-caption-settings .vjs-tracksetting label {
display: block;
width: 100px;
margin-bottom: 5px;
}
.vjs-caption-settings .vjs-tracksetting span {
display: inline;
margin-left: 5px;
}
.vjs-caption-settings .vjs-tracksetting > div {
margin-bottom: 5px;
min-height: 20px;
}
.vjs-caption-settings .vjs-tracksetting > div:last-child {
margin-bottom: 0;
padding-bottom: 0;
min-height: 0;
}
.vjs-caption-settings label > input {
margin-right: 10px;
}
.vjs-caption-settings input[type="button"] {
width: 40px;
height: 40px;
}
/* Hide disabled or unsupported controls */
.vjs-hidden {
display: none !important;
}
.vjs-lock-showing {
display: block !important;
opacity: 1;
visibility: visible;
}
/* In IE8 w/ no JavaScript (no HTML5 shim), the video tag doesn't register.
The .video-js classname on the video tag also isn't considered.
This optional paragraph inside the video tag can provide a message to users
about what's required to play video. */
.vjs-no-js {
padding: 2em;
color: #ccc;
background-color: #333;
font-size: 1.8em;
font-family: Arial, sans-serif;
text-align: center;
width: 30em;
height: 15em;
margin: 0 auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
color: #F4A460;
}
/* -----------------------------------------------------------------------------
The original source of this file lives at
https://github.com/videojs/video.js/blob/master/src/css/video-js.less */
/* Slider */
.slick-loading .slick-list {
background: #fff url("/img/ajax-loader.gif") center center no-repeat;
}
/* Icons */
@font-face {
font-family: "slick";
src: url("/fonts/slick/slick.eot");
src: url("/fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("/fonts/slick/slick.woff") format("woff"), url("/fonts/slick/slick.ttf") format("truetype"), url("/fonts/slick/slick.svg#slick") format("svg");
font-weight: normal;
font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
position: absolute;
display: block;
height: 20px;
width: 20px;
line-height: 0px;
font-size: 0px;
cursor: pointer;
background: transparent;
color: transparent;
top: 50%;
margin-top: -10px;
padding: 0;
border: none;
outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
outline: none;
background: transparent;
color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
font-family: "slick";
font-size: 20px;
line-height: 1;
color: white;
opacity: 0.75;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
left: -25px;
}
[dir="rtl"] .slick-prev {
left: auto;
right: -25px;
}
.slick-prev:before {
content: "←";
}
[dir="rtl"] .slick-prev:before {
content: "→";
}
.slick-next {
right: -25px;
}
[dir="rtl"] .slick-next {
left: -25px;
right: auto;
}
.slick-next:before {
content: "→";
}
[dir="rtl"] .slick-next:before {
content: "←";
}
/* Dots */
.slick-slider {
margin-bottom: 30px;
}
.slick-dots {
position: absolute;
bottom: -45px;
list-style: none;
display: block;
text-align: center;
padding: 0;
width: 100%;
}
.slick-dots li {
position: relative;
display: inline-block;
height: 20px;
width: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button {
border: 0;
background: transparent;
display: block;
height: 20px;
width: 20px;
outline: none;
line-height: 0px;
font-size: 0px;
color: transparent;
padding: 5px;
cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
opacity: 1;
}
.slick-dots li button:before {
position: absolute;
top: 0;
left: 0;
content: "•";
width: 20px;
height: 20px;
font-family: "slick";
font-size: 6px;
line-height: 20px;
text-align: center;
color: black;
opacity: 0.25;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
color: black;
opacity: 0.75;
}
.animated {
animation-duration: 1s;
animation-fill-mode: both;
}
.animated.infinite {
animation-iteration-count: infinite;
}
.animated.hinge {
animation-duration: 2s;
}
@keyframes bounce {
0%, 100%, 20%, 53%, 80% {
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translate3d(0, 0, 0);
}
40%, 43% {
transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transform: translate3d(0, -30px, 0);
}
70% {
transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transform: translate3d(0, -15px, 0);
}
90% {
transform: translate3d(0, -4px, 0);
}
}
.bounce {
animation-name: bounce;
transform-origin: center bottom;
}
@keyframes flash {
0%, 100%, 50% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
animation-name: flash;
}
@keyframes pulse {
0% {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
transform: scale3d(1, 1, 1);
}
}
.pulse {
animation-name: pulse;
}
@keyframes rubberBand {
0% {
transform: scale3d(1, 1, 1);
}
30% {
transform: scale3d(1.25, 0.75, 1);
}
40% {
transform: scale3d(0.75, 1.25, 1);
}
50% {
transform: scale3d(1.15, 0.85, 1);
}
65% {
transform: scale3d(0.95, 1.05, 1);
}
75% {
transform: scale3d(1.05, 0.95, 1);
}
100% {
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
animation-name: rubberBand;
}
@keyframes shake {
0%, 100% {
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
transform: translate3d(10px, 0, 0);
}
}
.shake {
animation-name: shake;
}
@keyframes swing {
20% {
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
transform-origin: top center;
animation-name: swing;
}
@keyframes tada {
0% {
transform: scale3d(1, 1, 1);
}
10%, 20% {
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
transform: scale3d(1, 1, 1);
}
}
.tada {
animation-name: tada;
}
@keyframes wobble {
0% {
transform: none;
}
15% {
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
transform: none;
}
}
.wobble {
animation-name: wobble;
}
@keyframes bounceIn {
0%, 100%, 20%, 40%, 60%, 80% {
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
transform: scale3d(0.97, 0.97, 0.97);
}
100% {
opacity: 1;
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
animation-name: bounceIn;
animation-duration: .75s;
}
@keyframes bounceInDown {
0%, 100%, 60%, 75%, 90% {
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, 25px, 0);
}
75% {
transform: translate3d(0, -10px, 0);
}
90% {
transform: translate3d(0, 5px, 0);
}
100% {
transform: none;
}
}
.bounceInDown {
animation-name: bounceInDown;
}
@keyframes bounceInLeft {
0%, 100%, 60%, 75%, 90% {
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(25px, 0, 0);
}
75% {
transform: translate3d(-10px, 0, 0);
}
90% {
transform: translate3d(5px, 0, 0);
}
100% {
transform: none;
}
}
.bounceInLeft {
animation-name: bounceInLeft;
}
@keyframes bounceInRight {
0%, 100%, 60%, 75%, 90% {
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(-25px, 0, 0);
}
75% {
transform: translate3d(10px, 0, 0);
}
90% {
transform: translate3d(-5px, 0, 0);
}
100% {
transform: none;
}
}
.bounceInRight {
animation-name: bounceInRight;
}
@keyframes bounceInUp {
0%, 100%, 60%, 75%, 90% {
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
75% {
transform: translate3d(0, 10px, 0);
}
90% {
transform: translate3d(0, -5px, 0);
}
100% {
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
animation-name: bounceInUp;
}
@keyframes bounceOut {
20% {
transform: scale3d(0.9, 0.9, 0.9);
}
50%, 55% {
opacity: 1;
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3);
}
}
.bounceOut {
animation-name: bounceOut;
animation-duration: .75s;
}
@keyframes bounceOutDown {
20% {
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
20% {
opacity: 1;
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
20% {
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
animation-name: bounceOutUp;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
animation-name: fadeIn;
}
@keyframes fadeInDown {
0% {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
transform: none;
}
}
.fadeInDown {
animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
transform: none;
}
}
.fadeInDownBig {
animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
0% {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
transform: none;
}
}
.fadeInLeft {
animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
transform: none;
}
}
.fadeInLeftBig {
animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
0% {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
transform: none;
}
}
.fadeInRight {
animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
transform: none;
}
}
.fadeInRightBig {
animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
transform: none;
}
}
.fadeInUp {
animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
transform: none;
}
}
.fadeInUpBig {
animation-name: fadeInUpBig;
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
animation-name: fadeOut;
}
@keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
animation-name: fadeOutUpBig;
}
@keyframes flip {
0% {
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
animation-timing-function: ease-out;
}
40% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
animation-timing-function: ease-out;
}
50% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
animation-timing-function: ease-in;
}
80% {
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
animation-timing-function: ease-in;
}
100% {
transform: perspective(400px);
animation-timing-function: ease-in;
}
}
.animated.flip {
backface-visibility: visible;
animation-name: flip;
}
@keyframes flipInX {
0% {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transition-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transition-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
transform: perspective(400px);
}
}
.flipInX {
backface-visibility: visible !important;
animation-name: flipInX;
}
@keyframes flipInY {
0% {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transition-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transition-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
transform: perspective(400px);
}
}
.flipInY {
backface-visibility: visible !important;
animation-name: flipInY;
}
@keyframes flipOutX {
0% {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
animation-name: flipOutX;
animation-duration: .75s;
backface-visibility: visible !important;
}
@keyframes flipOutY {
0% {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
backface-visibility: visible !important;
animation-name: flipOutY;
animation-duration: .75s;
}
@keyframes lightSpeedIn {
0% {
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
transform: skewX(20deg);
opacity: 1;
}
80% {
transform: skewX(-5deg);
opacity: 1;
}
100% {
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
animation-name: lightSpeedIn;
animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
animation-name: lightSpeedOut;
animation-timing-function: ease-in;
}
@keyframes rotateIn {
0% {
transform-origin: center;
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
transform-origin: center;
transform: none;
opacity: 1;
}
}
.rotateIn {
animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
0% {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
0% {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
0% {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
0% {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
animation-name: rotateInUpRight;
}
@keyframes rotateOut {
0% {
transform-origin: center;
opacity: 1;
}
100% {
transform-origin: center;
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
0% {
transform-origin: left bottom;
opacity: 1;
}
100% {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
0% {
transform-origin: right bottom;
opacity: 1;
}
100% {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
0% {
transform-origin: left bottom;
opacity: 1;
}
100% {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
0% {
transform-origin: right bottom;
opacity: 1;
}
100% {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
animation-name: rotateOutUpRight;
}
@keyframes hinge {
0% {
transform-origin: top left;
animation-timing-function: ease-in-out;
}
20%, 60% {
transform: rotate3d(0, 0, 1, 80deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
}
40%, 80% {
transform: rotate3d(0, 0, 1, 60deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
animation-name: hinge;
}
@keyframes rollIn {
0% {
opacity: 0;
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
transform: none;
}
}
.rollIn {
animation-name: rollIn;
}
@keyframes rollOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
animation-name: rollOut;
}
@keyframes zoomIn {
0% {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
.zoomIn {
animation-name: zoomIn;
}
@keyframes zoomInDown {
0% {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInDown {
animation-name: zoomInDown;
}
@keyframes zoomInLeft {
0% {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInLeft {
animation-name: zoomInLeft;
}
@keyframes zoomInRight {
0% {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInRight {
animation-name: zoomInRight;
}
@keyframes zoomInUp {
0% {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInUp {
animation-name: zoomInUp;
}
@keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3);
}
100% {
opacity: 0;
}
}
.zoomOut {
animation-name: zoomOut;
}
@keyframes zoomOutDown {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
100% {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutDown {
animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
transform: scale(0.1) translate3d(-2000px, 0, 0);
transform-origin: left center;
}
}
.zoomOutLeft {
animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
transform: scale(0.1) translate3d(2000px, 0, 0);
transform-origin: right center;
}
}
.zoomOutRight {
animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
100% {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutUp {
animation-name: zoomOutUp;
}
@keyframes slideInDown {
0% {
transform: translateY(-100%);
visibility: visible;
}
100% {
transform: translateY(0);
}
}
.slideInDown {
animation-name: slideInDown;
}
@keyframes slideInLeft {
0% {
transform: translateX(-100%);
visibility: visible;
}
100% {
transform: translateX(0);
}
}
.slideInLeft {
animation-name: slideInLeft;
}
@keyframes slideInRight {
0% {
transform: translateX(100%);
visibility: visible;
}
100% {
transform: translateX(0);
}
}
.slideInRight {
animation-name: slideInRight;
}
@keyframes slideInUp {
0% {
transform: translateY(100%);
visibility: visible;
}
100% {
transform: translateY(0);
}
}
.slideInUp {
animation-name: slideInUp;
}
@keyframes slideOutDown {
0% {
transform: translateY(0);
}
100% {
visibility: hidden;
transform: translateY(100%);
}
}
.slideOutDown {
animation-name: slideOutDown;
}
@keyframes slideOutLeft {
0% {
transform: translateX(0);
}
100% {
visibility: hidden;
transform: translateX(-100%);
}
}
.slideOutLeft {
animation-name: slideOutLeft;
}
@keyframes slideOutRight {
0% {
transform: translateX(0);
}
100% {
visibility: hidden;
transform: translateX(100%);
}
}
.slideOutRight {
animation-name: slideOutRight;
}
@keyframes slideOutUp {
0% {
transform: translateY(0);
}
100% {
visibility: hidden;
transform: translateY(-100%);
}
}
.slideOutUp {
animation-name: slideOutUp;
}
/*!
* Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url("/fonts/font-awesome/fontawesome-webfont.eot");
src: url("/fonts/font-awesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/font-awesome/fontawesome-webfont.woff2") format("woff2"), url("/fonts/font-awesome/fontawesome-webfont.woff") format("woff"), url("/fonts/font-awesome/fontawesome-webfont.ttf") format("truetype"), url("/fonts/font-awesome/fontawesome-webfont.svg#fontawesomeregular") format("svg");
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
font-size: 1.3333333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.2857142857em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.1428571429em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.1428571429em;
width: 2.1428571429em;
top: 0.1428571429em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.8571428571em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eee;
border-radius: .1em;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
transform: scale(-1, 1);
}
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-glass:before {
content: "";
}
.fa-music:before {
content: "";
}
.fa-search:before {
content: "";
}
.fa-envelope-o:before {
content: "";
}
.fa-heart:before {
content: "";
}
.fa-star:before {
content: "";
}
.fa-star-o:before {
content: "";
}
.fa-user:before {
content: "";
}
.fa-film:before {
content: "";
}
.fa-th-large:before {
content: "";
}
.fa-th:before {
content: "";
}
.fa-th-list:before {
content: "";
}
.fa-check:before {
content: "";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "";
}
.fa-search-plus:before {
content: "";
}
.fa-search-minus:before {
content: "";
}
.fa-power-off:before {
content: "";
}
.fa-signal:before {
content: "";
}
.fa-gear:before,
.fa-cog:before {
content: "";
}
.fa-trash-o:before {
content: "";
}
.fa-home:before {
content: "";
}
.fa-file-o:before {
content: "";
}
.fa-clock-o:before {
content: "";
}
.fa-road:before {
content: "";
}
.fa-download:before {
content: "";
}
.fa-arrow-circle-o-down:before {
content: "";
}
.fa-arrow-circle-o-up:before {
content: "";
}
.fa-inbox:before {
content: "";
}
.fa-play-circle-o:before {
content: "";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "";
}
.fa-refresh:before {
content: "";
}
.fa-list-alt:before {
content: "";
}
.fa-lock:before {
content: "";
}
.fa-flag:before {
content: "";
}
.fa-headphones:before {
content: "";
}
.fa-volume-off:before {
content: "";
}
.fa-volume-down:before {
content: "";
}
.fa-volume-up:before {
content: "";
}
.fa-qrcode:before {
content: "";
}
.fa-barcode:before {
content: "";
}
.fa-tag:before {
content: "";
}
.fa-tags:before {
content: "";
}
.fa-book:before {
content: "";
}
.fa-bookmark:before {
content: "";
}
.fa-print:before {
content: "";
}
.fa-camera:before {
content: "";
}
.fa-font:before {
content: "";
}
.fa-bold:before {
content: "";
}
.fa-italic:before {
content: "";
}
.fa-text-height:before {
content: "";
}
.fa-text-width:before {
content: "";
}
.fa-align-left:before {
content: "";
}
.fa-align-center:before {
content: "";
}
.fa-align-right:before {
content: "";
}
.fa-align-justify:before {
content: "";
}
.fa-list:before {
content: "";
}
.fa-dedent:before,
.fa-outdent:before {
content: "";
}
.fa-indent:before {
content: "";
}
.fa-video-camera:before {
content: "";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "";
}
.fa-pencil:before {
content: "";
}
.fa-map-marker:before {
content: "";
}
.fa-adjust:before {
content: "";
}
.fa-tint:before {
content: "";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "";
}
.fa-share-square-o:before {
content: "";
}
.fa-check-square-o:before {
content: "";
}
.fa-arrows:before {
content: "";
}
.fa-step-backward:before {
content: "";
}
.fa-fast-backward:before {
content: "";
}
.fa-backward:before {
content: "";
}
.fa-play:before {
content: "";
}
.fa-pause:before {
content: "";
}
.fa-stop:before {
content: "";
}
.fa-forward:before {
content: "";
}
.fa-fast-forward:before {
content: "";
}
.fa-step-forward:before {
content: "";
}
.fa-eject:before {
content: "";
}
.fa-chevron-left:before {
content: "";
}
.fa-chevron-right:before {
content: "";
}
.fa-plus-circle:before {
content: "";
}
.fa-minus-circle:before {
content: "";
}
.fa-times-circle:before {
content: "";
}
.fa-check-circle:before {
content: "";
}
.fa-question-circle:before {
content: "";
}
.fa-info-circle:before {
content: "";
}
.fa-crosshairs:before {
content: "";
}
.fa-times-circle-o:before {
content: "";
}
.fa-check-circle-o:before {
content: "";
}
.fa-ban:before {
content: "";
}
.fa-arrow-left:before {
content: "";
}
.fa-arrow-right:before {
content: "";
}
.fa-arrow-up:before {
content: "";
}
.fa-arrow-down:before {
content: "";
}
.fa-mail-forward:before,
.fa-share:before {
content: "";
}
.fa-expand:before {
content: "";
}
.fa-compress:before {
content: "";
}
.fa-plus:before {
content: "";
}
.fa-minus:before {
content: "";
}
.fa-asterisk:before {
content: "";
}
.fa-exclamation-circle:before {
content: "";
}
.fa-gift:before {
content: "";
}
.fa-leaf:before {
content: "";
}
.fa-fire:before {
content: "";
}
.fa-eye:before {
content: "";
}
.fa-eye-slash:before {
content: "";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "";
}
.fa-plane:before {
content: "";
}
.fa-calendar:before {
content: "";
}
.fa-random:before {
content: "";
}
.fa-comment:before {
content: "";
}
.fa-magnet:before {
content: "";
}
.fa-chevron-up:before {
content: "";
}
.fa-chevron-down:before {
content: "";
}
.fa-retweet:before {
content: "";
}
.fa-shopping-cart:before {
content: "";
}
.fa-folder:before {
content: "";
}
.fa-folder-open:before {
content: "";
}
.fa-arrows-v:before {
content: "";
}
.fa-arrows-h:before {
content: "";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "";
}
.fa-twitter-square:before {
content: "";
}
.fa-facebook-square:before {
content: "";
}
.fa-camera-retro:before {
content: "";
}
.fa-key:before {
content: "";
}
.fa-gears:before,
.fa-cogs:before {
content: "";
}
.fa-comments:before {
content: "";
}
.fa-thumbs-o-up:before {
content: "";
}
.fa-thumbs-o-down:before {
content: "";
}
.fa-star-half:before {
content: "";
}
.fa-heart-o:before {
content: "";
}
.fa-sign-out:before {
content: "";
}
.fa-linkedin-square:before {
content: "";
}
.fa-thumb-tack:before {
content: "";
}
.fa-external-link:before {
content: "";
}
.fa-sign-in:before {
content: "";
}
.fa-trophy:before {
content: "";
}
.fa-github-square:before {
content: "";
}
.fa-upload:before {
content: "";
}
.fa-lemon-o:before {
content: "";
}
.fa-phone:before {
content: "";
}
.fa-square-o:before {
content: "";
}
.fa-bookmark-o:before {
content: "";
}
.fa-phone-square:before {
content: "";
}
.fa-twitter:before {
content: "";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "";
}
.fa-github:before {
content: "";
}
.fa-unlock:before {
content: "";
}
.fa-credit-card:before {
content: "";
}
.fa-rss:before {
content: "";
}
.fa-hdd-o:before {
content: "";
}
.fa-bullhorn:before {
content: "";
}
.fa-bell:before {
content: "";
}
.fa-certificate:before {
content: "";
}
.fa-hand-o-right:before {
content: "";
}
.fa-hand-o-left:before {
content: "";
}
.fa-hand-o-up:before {
content: "";
}
.fa-hand-o-down:before {
content: "";
}
.fa-arrow-circle-left:before {
content: "";
}
.fa-arrow-circle-right:before {
content: "";
}
.fa-arrow-circle-up:before {
content: "";
}
.fa-arrow-circle-down:before {
content: "";
}
.fa-globe:before {
content: "";
}
.fa-wrench:before {
content: "";
}
.fa-tasks:before {
content: "";
}
.fa-filter:before {
content: "";
}
.fa-briefcase:before {
content: "";
}
.fa-arrows-alt:before {
content: "";
}
.fa-group:before,
.fa-users:before {
content: "";
}
.fa-chain:before,
.fa-link:before {
content: "";
}
.fa-cloud:before {
content: "";
}
.fa-flask:before {
content: "";
}
.fa-cut:before,
.fa-scissors:before {
content: "";
}
.fa-copy:before,
.fa-files-o:before {
content: "";
}
.fa-paperclip:before {
content: "";
}
.fa-save:before,
.fa-floppy-o:before {
content: "";
}
.fa-square:before {
content: "";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "";
}
.fa-list-ul:before {
content: "";
}
.fa-list-ol:before {
content: "";
}
.fa-strikethrough:before {
content: "";
}
.fa-underline:before {
content: "";
}
.fa-table:before {
content: "";
}
.fa-magic:before {
content: "";
}
.fa-truck:before {
content: "";
}
.fa-pinterest:before {
content: "";
}
.fa-pinterest-square:before {
content: "";
}
.fa-google-plus-square:before {
content: "";
}
.fa-google-plus:before {
content: "";
}
.fa-money:before {
content: "";
}
.fa-caret-down:before {
content: "";
}
.fa-caret-up:before {
content: "";
}
.fa-caret-left:before {
content: "";
}
.fa-caret-right:before {
content: "";
}
.fa-columns:before {
content: "";
}
.fa-unsorted:before,
.fa-sort:before {
content: "";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "";
}
.fa-envelope:before {
content: "";
}
.fa-linkedin:before {
content: "";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "";
}
.fa-legal:before,
.fa-gavel:before {
content: "";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "";
}
.fa-comment-o:before {
content: "";
}
.fa-comments-o:before {
content: "";
}
.fa-flash:before,
.fa-bolt:before {
content: "";
}
.fa-sitemap:before {
content: "";
}
.fa-umbrella:before {
content: "";
}
.fa-paste:before,
.fa-clipboard:before {
content: "";
}
.fa-lightbulb-o:before {
content: "";
}
.fa-exchange:before {
content: "";
}
.fa-cloud-download:before {
content: "";
}
.fa-cloud-upload:before {
content: "";
}
.fa-user-md:before {
content: "";
}
.fa-stethoscope:before {
content: "";
}
.fa-suitcase:before {
content: "";
}
.fa-bell-o:before {
content: "";
}
.fa-coffee:before {
content: "";
}
.fa-cutlery:before {
content: "";
}
.fa-file-text-o:before {
content: "";
}
.fa-building-o:before {
content: "";
}
.fa-hospital-o:before {
content: "";
}
.fa-ambulance:before {
content: "";
}
.fa-medkit:before {
content: "";
}
.fa-fighter-jet:before {
content: "";
}
.fa-beer:before {
content: "";
}
.fa-h-square:before {
content: "";
}
.fa-plus-square:before {
content: "";
}
.fa-angle-double-left:before {
content: "";
}
.fa-angle-double-right:before {
content: "";
}
.fa-angle-double-up:before {
content: "";
}
.fa-angle-double-down:before {
content: "";
}
.fa-angle-left:before {
content: "";
}
.fa-angle-right:before {
content: "";
}
.fa-angle-up:before {
content: "";
}
.fa-angle-down:before {
content: "";
}
.fa-desktop:before {
content: "";
}
.fa-laptop:before {
content: "";
}
.fa-tablet:before {
content: "";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "";
}
.fa-circle-o:before {
content: "";
}
.fa-quote-left:before {
content: "";
}
.fa-quote-right:before {
content: "";
}
.fa-spinner:before {
content: "";
}
.fa-circle:before {
content: "";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "";
}
.fa-github-alt:before {
content: "";
}
.fa-folder-o:before {
content: "";
}
.fa-folder-open-o:before {
content: "";
}
.fa-smile-o:before {
content: "";
}
.fa-frown-o:before {
content: "";
}
.fa-meh-o:before {
content: "";
}
.fa-gamepad:before {
content: "";
}
.fa-keyboard-o:before {
content: "";
}
.fa-flag-o:before {
content: "";
}
.fa-flag-checkered:before {
content: "";
}
.fa-terminal:before {
content: "";
}
.fa-code:before {
content: "";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "";
}
.fa-location-arrow:before {
content: "";
}
.fa-crop:before {
content: "";
}
.fa-code-fork:before {
content: "";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "";
}
.fa-question:before {
content: "";
}
.fa-info:before {
content: "";
}
.fa-exclamation:before {
content: "";
}
.fa-superscript:before {
content: "";
}
.fa-subscript:before {
content: "";
}
.fa-eraser:before {
content: "";
}
.fa-puzzle-piece:before {
content: "";
}
.fa-microphone:before {
content: "";
}
.fa-microphone-slash:before {
content: "";
}
.fa-shield:before {
content: "";
}
.fa-calendar-o:before {
content: "";
}
.fa-fire-extinguisher:before {
content: "";
}
.fa-rocket:before {
content: "";
}
.fa-maxcdn:before {
content: "";
}
.fa-chevron-circle-left:before {
content: "";
}
.fa-chevron-circle-right:before {
content: "";
}
.fa-chevron-circle-up:before {
content: "";
}
.fa-chevron-circle-down:before {
content: "";
}
.fa-html5:before {
content: "";
}
.fa-css3:before {
content: "";
}
.fa-anchor:before {
content: "";
}
.fa-unlock-alt:before {
content: "";
}
.fa-bullseye:before {
content: "";
}
.fa-ellipsis-h:before {
content: "";
}
.fa-ellipsis-v:before {
content: "";
}
.fa-rss-square:before {
content: "";
}
.fa-play-circle:before {
content: "";
}
.fa-ticket:before {
content: "";
}
.fa-minus-square:before {
content: "";
}
.fa-minus-square-o:before {
content: "";
}
.fa-level-up:before {
content: "";
}
.fa-level-down:before {
content: "";
}
.fa-check-square:before {
content: "";
}
.fa-pencil-square:before {
content: "";
}
.fa-external-link-square:before {
content: "";
}
.fa-share-square:before {
content: "";
}
.fa-compass:before {
content: "";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "";
}
.fa-euro:before,
.fa-eur:before {
content: "";
}
.fa-gbp:before {
content: "";
}
.fa-dollar:before,
.fa-usd:before {
content: "";
}
.fa-rupee:before,
.fa-inr:before {
content: "";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "";
}
.fa-won:before,
.fa-krw:before {
content: "";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "";
}
.fa-file:before {
content: "";
}
.fa-file-text:before {
content: "";
}
.fa-sort-alpha-asc:before {
content: "";
}
.fa-sort-alpha-desc:before {
content: "";
}
.fa-sort-amount-asc:before {
content: "";
}
.fa-sort-amount-desc:before {
content: "";
}
.fa-sort-numeric-asc:before {
content: "";
}
.fa-sort-numeric-desc:before {
content: "";
}
.fa-thumbs-up:before {
content: "";
}
.fa-thumbs-down:before {
content: "";
}
.fa-youtube-square:before {
content: "";
}
.fa-youtube:before {
content: "";
}
.fa-xing:before {
content: "";
}
.fa-xing-square:before {
content: "";
}
.fa-youtube-play:before {
content: "";
}
.fa-dropbox:before {
content: "";
}
.fa-stack-overflow:before {
content: "";
}
.fa-instagram:before {
content: "";
}
.fa-flickr:before {
content: "";
}
.fa-adn:before {
content: "";
}
.fa-bitbucket:before {
content: "";
}
.fa-bitbucket-square:before {
content: "";
}
.fa-tumblr:before {
content: "";
}
.fa-tumblr-square:before {
content: "";
}
.fa-long-arrow-down:before {
content: "";
}
.fa-long-arrow-up:before {
content: "";
}
.fa-long-arrow-left:before {
content: "";
}
.fa-long-arrow-right:before {
content: "";
}
.fa-apple:before {
content: "";
}
.fa-windows:before {
content: "";
}
.fa-android:before {
content: "";
}
.fa-linux:before {
content: "";
}
.fa-dribbble:before {
content: "";
}
.fa-skype:before {
content: "";
}
.fa-foursquare:before {
content: "";
}
.fa-trello:before {
content: "";
}
.fa-female:before {
content: "";
}
.fa-male:before {
content: "";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "";
}
.fa-sun-o:before {
content: "";
}
.fa-moon-o:before {
content: "";
}
.fa-archive:before {
content: "";
}
.fa-bug:before {
content: "";
}
.fa-vk:before {
content: "";
}
.fa-weibo:before {
content: "";
}
.fa-renren:before {
content: "";
}
.fa-pagelines:before {
content: "";
}
.fa-stack-exchange:before {
content: "";
}
.fa-arrow-circle-o-right:before {
content: "";
}
.fa-arrow-circle-o-left:before {
content: "";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "";
}
.fa-dot-circle-o:before {
content: "";
}
.fa-wheelchair:before {
content: "";
}
.fa-vimeo-square:before {
content: "";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "";
}
.fa-plus-square-o:before {
content: "";
}
.fa-space-shuttle:before {
content: "";
}
.fa-slack:before {
content: "";
}
.fa-envelope-square:before {
content: "";
}
.fa-wordpress:before {
content: "";
}
.fa-openid:before {
content: "";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "";
}
.fa-yahoo:before {
content: "";
}
.fa-google:before {
content: "";
}
.fa-reddit:before {
content: "";
}
.fa-reddit-square:before {
content: "";
}
.fa-stumbleupon-circle:before {
content: "";
}
.fa-stumbleupon:before {
content: "";
}
.fa-delicious:before {
content: "";
}
.fa-digg:before {
content: "";
}
.fa-pied-piper:before {
content: "";
}
.fa-pied-piper-alt:before {
content: "";
}
.fa-drupal:before {
content: "";
}
.fa-joomla:before {
content: "";
}
.fa-language:before {
content: "";
}
.fa-fax:before {
content: "";
}
.fa-building:before {
content: "";
}
.fa-child:before {
content: "";
}
.fa-paw:before {
content: "";
}
.fa-spoon:before {
content: "";
}
.fa-cube:before {
content: "";
}
.fa-cubes:before {
content: "";
}
.fa-behance:before {
content: "";
}
.fa-behance-square:before {
content: "";
}
.fa-steam:before {
content: "";
}
.fa-steam-square:before {
content: "";
}
.fa-recycle:before {
content: "";
}
.fa-automobile:before,
.fa-car:before {
content: "";
}
.fa-cab:before,
.fa-taxi:before {
content: "";
}
.fa-tree:before {
content: "";
}
.fa-spotify:before {
content: "";
}
.fa-deviantart:before {
content: "";
}
.fa-soundcloud:before {
content: "";
}
.fa-database:before {
content: "";
}
.fa-file-pdf-o:before {
content: "";
}
.fa-file-word-o:before {
content: "";
}
.fa-file-excel-o:before {
content: "";
}
.fa-file-powerpoint-o:before {
content: "";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "";
}
.fa-file-code-o:before {
content: "";
}
.fa-vine:before {
content: "";
}
.fa-codepen:before {
content: "";
}
.fa-jsfiddle:before {
content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "";
}
.fa-circle-o-notch:before {
content: "";
}
.fa-ra:before,
.fa-rebel:before {
content: "";
}
.fa-ge:before,
.fa-empire:before {
content: "";
}
.fa-git-square:before {
content: "";
}
.fa-git:before {
content: "";
}
.fa-hacker-news:before {
content: "";
}
.fa-tencent-weibo:before {
content: "";
}
.fa-qq:before {
content: "";
}
.fa-wechat:before,
.fa-weixin:before {
content: "";
}
.fa-send:before,
.fa-paper-plane:before {
content: "";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "";
}
.fa-history:before {
content: "";
}
.fa-genderless:before,
.fa-circle-thin:before {
content: "";
}
.fa-header:before {
content: "";
}
.fa-paragraph:before {
content: "";
}
.fa-sliders:before {
content: "";
}
.fa-share-alt:before {
content: "";
}
.fa-share-alt-square:before {
content: "";
}
.fa-bomb:before {
content: "";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "";
}
.fa-tty:before {
content: "";
}
.fa-binoculars:before {
content: "";
}
.fa-plug:before {
content: "";
}
.fa-slideshare:before {
content: "";
}
.fa-twitch:before {
content: "";
}
.fa-yelp:before {
content: "";
}
.fa-newspaper-o:before {
content: "";
}
.fa-wifi:before {
content: "";
}
.fa-calculator:before {
content: "";
}
.fa-paypal:before {
content: "";
}
.fa-google-wallet:before {
content: "";
}
.fa-cc-visa:before {
content: "";
}
.fa-cc-mastercard:before {
content: "";
}
.fa-cc-discover:before {
content: "";
}
.fa-cc-amex:before {
content: "";
}
.fa-cc-paypal:before {
content: "";
}
.fa-cc-stripe:before {
content: "";
}
.fa-bell-slash:before {
content: "";
}
.fa-bell-slash-o:before {
content: "";
}
.fa-trash:before {
content: "";
}
.fa-copyright:before {
content: "";
}
.fa-at:before {
content: "";
}
.fa-eyedropper:before {
content: "";
}
.fa-paint-brush:before {
content: "";
}
.fa-birthday-cake:before {
content: "";
}
.fa-area-chart:before {
content: "";
}
.fa-pie-chart:before {
content: "";
}
.fa-line-chart:before {
content: "";
}
.fa-lastfm:before {
content: "";
}
.fa-lastfm-square:before {
content: "";
}
.fa-toggle-off:before {
content: "";
}
.fa-toggle-on:before {
content: "";
}
.fa-bicycle:before {
content: "";
}
.fa-bus:before {
content: "";
}
.fa-ioxhost:before {
content: "";
}
.fa-angellist:before {
content: "";
}
.fa-cc:before {
content: "";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "";
}
.fa-meanpath:before {
content: "";
}
.fa-buysellads:before {
content: "";
}
.fa-connectdevelop:before {
content: "";
}
.fa-dashcube:before {
content: "";
}
.fa-forumbee:before {
content: "";
}
.fa-leanpub:before {
content: "";
}
.fa-sellsy:before {
content: "";
}
.fa-shirtsinbulk:before {
content: "";
}
.fa-simplybuilt:before {
content: "";
}
.fa-skyatlas:before {
content: "";
}
.fa-cart-plus:before {
content: "";
}
.fa-cart-arrow-down:before {
content: "";
}
.fa-diamond:before {
content: "";
}
.fa-ship:before {
content: "";
}
.fa-user-secret:before {
content: "";
}
.fa-motorcycle:before {
content: "";
}
.fa-street-view:before {
content: "";
}
.fa-heartbeat:before {
content: "";
}
.fa-venus:before {
content: "";
}
.fa-mars:before {
content: "";
}
.fa-mercury:before {
content: "";
}
.fa-transgender:before {
content: "";
}
.fa-transgender-alt:before {
content: "";
}
.fa-venus-double:before {
content: "";
}
.fa-mars-double:before {
content: "";
}
.fa-venus-mars:before {
content: "";
}
.fa-mars-stroke:before {
content: "";
}
.fa-mars-stroke-v:before {
content: "";
}
.fa-mars-stroke-h:before {
content: "";
}
.fa-neuter:before {
content: "";
}
.fa-facebook-official:before {
content: "";
}
.fa-pinterest-p:before {
content: "";
}
.fa-whatsapp:before {
content: "";
}
.fa-server:before {
content: "";
}
.fa-user-plus:before {
content: "";
}
.fa-user-times:before {
content: "";
}
.fa-hotel:before,
.fa-bed:before {
content: "";
}
.fa-viacoin:before {
content: "";
}
.fa-train:before {
content: "";
}
.fa-subway:before {
content: "";
}
.fa-medium:before {
content: "";
}
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
.navbar {
display: none;
}
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important;
}
.label {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table td,
.table th {
background-color: #fff !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important;
}
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
content: "\002a";
}
.glyphicon-plus:before {
content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
content: "\20ac";
}
.glyphicon-minus:before {
content: "\2212";
}
.glyphicon-cloud:before {
content: "\2601";
}
.glyphicon-envelope:before {
content: "\2709";
}
.glyphicon-pencil:before {
content: "\270f";
}
.glyphicon-glass:before {
content: "\e001";
}
.glyphicon-music:before {
content: "\e002";
}
.glyphicon-search:before {
content: "\e003";
}
.glyphicon-heart:before {
content: "\e005";
}
.glyphicon-star:before {
content: "\e006";
}
.glyphicon-star-empty:before {
content: "\e007";
}
.glyphicon-user:before {
content: "\e008";
}
.glyphicon-film:before {
content: "\e009";
}
.glyphicon-th-large:before {
content: "\e010";
}
.glyphicon-th:before {
content: "\e011";
}
.glyphicon-th-list:before {
content: "\e012";
}
.glyphicon-ok:before {
content: "\e013";
}
.glyphicon-remove:before {
content: "\e014";
}
.glyphicon-zoom-in:before {
content: "\e015";
}
.glyphicon-zoom-out:before {
content: "\e016";
}
.glyphicon-off:before {
content: "\e017";
}
.glyphicon-signal:before {
content: "\e018";
}
.glyphicon-cog:before {
content: "\e019";
}
.glyphicon-trash:before {
content: "\e020";
}
.glyphicon-home:before {
content: "\e021";
}
.glyphicon-file:before {
content: "\e022";
}
.glyphicon-time:before {
content: "\e023";
}
.glyphicon-road:before {
content: "\e024";
}
.glyphicon-download-alt:before {
content: "\e025";
}
.glyphicon-download:before {
content: "\e026";
}
.glyphicon-upload:before {
content: "\e027";
}
.glyphicon-inbox:before {
content: "\e028";
}
.glyphicon-play-circle:before {
content: "\e029";
}
.glyphicon-repeat:before {
content: "\e030";
}
.glyphicon-refresh:before {
content: "\e031";
}
.glyphicon-list-alt:before {
content: "\e032";
}
.glyphicon-lock:before {
content: "\e033";
}
.glyphicon-flag:before {
content: "\e034";
}
.glyphicon-headphones:before {
content: "\e035";
}
.glyphicon-volume-off:before {
content: "\e036";
}
.glyphicon-volume-down:before {
content: "\e037";
}
.glyphicon-volume-up:before {
content: "\e038";
}
.glyphicon-qrcode:before {
content: "\e039";
}
.glyphicon-barcode:before {
content: "\e040";
}
.glyphicon-tag:before {
content: "\e041";
}
.glyphicon-tags:before {
content: "\e042";
}
.glyphicon-book:before {
content: "\e043";
}
.glyphicon-bookmark:before {
content: "\e044";
}
.glyphicon-print:before {
content: "\e045";
}
.glyphicon-camera:before {
content: "\e046";
}
.glyphicon-font:before {
content: "\e047";
}
.glyphicon-bold:before {
content: "\e048";
}
.glyphicon-italic:before {
content: "\e049";
}
.glyphicon-text-height:before {
content: "\e050";
}
.glyphicon-text-width:before {
content: "\e051";
}
.glyphicon-align-left:before {
content: "\e052";
}
.glyphicon-align-center:before {
content: "\e053";
}
.glyphicon-align-right:before {
content: "\e054";
}
.glyphicon-align-justify:before {
content: "\e055";
}
.glyphicon-list:before {
content: "\e056";
}
.glyphicon-indent-left:before {
content: "\e057";
}
.glyphicon-indent-right:before {
content: "\e058";
}
.glyphicon-facetime-video:before {
content: "\e059";
}
.glyphicon-picture:before {
content: "\e060";
}
.glyphicon-map-marker:before {
content: "\e062";
}
.glyphicon-adjust:before {
content: "\e063";
}
.glyphicon-tint:before {
content: "\e064";
}
.glyphicon-edit:before {
content: "\e065";
}
.glyphicon-share:before {
content: "\e066";
}
.glyphicon-check:before {
content: "\e067";
}
.glyphicon-move:before {
content: "\e068";
}
.glyphicon-step-backward:before {
content: "\e069";
}
.glyphicon-fast-backward:before {
content: "\e070";
}
.glyphicon-backward:before {
content: "\e071";
}
.glyphicon-play:before {
content: "\e072";
}
.glyphicon-pause:before {
content: "\e073";
}
.glyphicon-stop:before {
content: "\e074";
}
.glyphicon-forward:before {
content: "\e075";
}
.glyphicon-fast-forward:before {
content: "\e076";
}
.glyphicon-step-forward:before {
content: "\e077";
}
.glyphicon-eject:before {
content: "\e078";
}
.glyphicon-chevron-left:before {
content: "\e079";
}
.glyphicon-chevron-right:before {
content: "\e080";
}
.glyphicon-plus-sign:before {
content: "\e081";
}
.glyphicon-minus-sign:before {
content: "\e082";
}
.glyphicon-remove-sign:before {
content: "\e083";
}
.glyphicon-ok-sign:before {
content: "\e084";
}
.glyphicon-question-sign:before {
content: "\e085";
}
.glyphicon-info-sign:before {
content: "\e086";
}
.glyphicon-screenshot:before {
content: "\e087";
}
.glyphicon-remove-circle:before {
content: "\e088";
}
.glyphicon-ok-circle:before {
content: "\e089";
}
.glyphicon-ban-circle:before {
content: "\e090";
}
.glyphicon-arrow-left:before {
content: "\e091";
}
.glyphicon-arrow-right:before {
content: "\e092";
}
.glyphicon-arrow-up:before {
content: "\e093";
}
.glyphicon-arrow-down:before {
content: "\e094";
}
.glyphicon-share-alt:before {
content: "\e095";
}
.glyphicon-resize-full:before {
content: "\e096";
}
.glyphicon-resize-small:before {
content: "\e097";
}
.glyphicon-exclamation-sign:before {
content: "\e101";
}
.glyphicon-gift:before {
content: "\e102";
}
.glyphicon-leaf:before {
content: "\e103";
}
.glyphicon-fire:before {
content: "\e104";
}
.glyphicon-eye-open:before {
content: "\e105";
}
.glyphicon-eye-close:before {
content: "\e106";
}
.glyphicon-warning-sign:before {
content: "\e107";
}
.glyphicon-plane:before {
content: "\e108";
}
.glyphicon-calendar:before {
content: "\e109";
}
.glyphicon-random:before {
content: "\e110";
}
.glyphicon-comment:before {
content: "\e111";
}
.glyphicon-magnet:before {
content: "\e112";
}
.glyphicon-chevron-up:before {
content: "\e113";
}
.glyphicon-chevron-down:before {
content: "\e114";
}
.glyphicon-retweet:before {
content: "\e115";
}
.glyphicon-shopping-cart:before {
content: "\e116";
}
.glyphicon-folder-close:before {
content: "\e117";
}
.glyphicon-folder-open:before {
content: "\e118";
}
.glyphicon-resize-vertical:before {
content: "\e119";
}
.glyphicon-resize-horizontal:before {
content: "\e120";
}
.glyphicon-hdd:before {
content: "\e121";
}
.glyphicon-bullhorn:before {
content: "\e122";
}
.glyphicon-bell:before {
content: "\e123";
}
.glyphicon-certificate:before {
content: "\e124";
}
.glyphicon-thumbs-up:before {
content: "\e125";
}
.glyphicon-thumbs-down:before {
content: "\e126";
}
.glyphicon-hand-right:before {
content: "\e127";
}
.glyphicon-hand-left:before {
content: "\e128";
}
.glyphicon-hand-up:before {
content: "\e129";
}
.glyphicon-hand-down:before {
content: "\e130";
}
.glyphicon-circle-arrow-right:before {
content: "\e131";
}
.glyphicon-circle-arrow-left:before {
content: "\e132";
}
.glyphicon-circle-arrow-up:before {
content: "\e133";
}
.glyphicon-circle-arrow-down:before {
content: "\e134";
}
.glyphicon-globe:before {
content: "\e135";
}
.glyphicon-wrench:before {
content: "\e136";
}
.glyphicon-tasks:before {
content: "\e137";
}
.glyphicon-filter:before {
content: "\e138";
}
.glyphicon-briefcase:before {
content: "\e139";
}
.glyphicon-fullscreen:before {
content: "\e140";
}
.glyphicon-dashboard:before {
content: "\e141";
}
.glyphicon-paperclip:before {
content: "\e142";
}
.glyphicon-heart-empty:before {
content: "\e143";
}
.glyphicon-link:before {
content: "\e144";
}
.glyphicon-phone:before {
content: "\e145";
}
.glyphicon-pushpin:before {
content: "\e146";
}
.glyphicon-usd:before {
content: "\e148";
}
.glyphicon-gbp:before {
content: "\e149";
}
.glyphicon-sort:before {
content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
content: "\e152";
}
.glyphicon-sort-by-order:before {
content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
content: "\e154";
}
.glyphicon-sort-by-attributes:before {
content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
content: "\e156";
}
.glyphicon-unchecked:before {
content: "\e157";
}
.glyphicon-expand:before {
content: "\e158";
}
.glyphicon-collapse-down:before {
content: "\e159";
}
.glyphicon-collapse-up:before {
content: "\e160";
}
.glyphicon-log-in:before {
content: "\e161";
}
.glyphicon-flash:before {
content: "\e162";
}
.glyphicon-log-out:before {
content: "\e163";
}
.glyphicon-new-window:before {
content: "\e164";
}
.glyphicon-record:before {
content: "\e165";
}
.glyphicon-save:before {
content: "\e166";
}
.glyphicon-open:before {
content: "\e167";
}
.glyphicon-saved:before {
content: "\e168";
}
.glyphicon-import:before {
content: "\e169";
}
.glyphicon-export:before {
content: "\e170";
}
.glyphicon-send:before {
content: "\e171";
}
.glyphicon-floppy-disk:before {
content: "\e172";
}
.glyphicon-floppy-saved:before {
content: "\e173";
}
.glyphicon-floppy-remove:before {
content: "\e174";
}
.glyphicon-floppy-save:before {
content: "\e175";
}
.glyphicon-floppy-open:before {
content: "\e176";
}
.glyphicon-credit-card:before {
content: "\e177";
}
.glyphicon-transfer:before {
content: "\e178";
}
.glyphicon-cutlery:before {
content: "\e179";
}
.glyphicon-header:before {
content: "\e180";
}
.glyphicon-compressed:before {
content: "\e181";
}
.glyphicon-earphone:before {
content: "\e182";
}
.glyphicon-phone-alt:before {
content: "\e183";
}
.glyphicon-tower:before {
content: "\e184";
}
.glyphicon-stats:before {
content: "\e185";
}
.glyphicon-sd-video:before {
content: "\e186";
}
.glyphicon-hd-video:before {
content: "\e187";
}
.glyphicon-subtitles:before {
content: "\e188";
}
.glyphicon-sound-stereo:before {
content: "\e189";
}
.glyphicon-sound-dolby:before {
content: "\e190";
}
.glyphicon-sound-5-1:before {
content: "\e191";
}
.glyphicon-sound-6-1:before {
content: "\e192";
}
.glyphicon-sound-7-1:before {
content: "\e193";
}
.glyphicon-copyright-mark:before {
content: "\e194";
}
.glyphicon-registration-mark:before {
content: "\e195";
}
.glyphicon-cloud-download:before {
content: "\e197";
}
.glyphicon-cloud-upload:before {
content: "\e198";
}
.glyphicon-tree-conifer:before {
content: "\e199";
}
.glyphicon-tree-deciduous:before {
content: "\e200";
}
.glyphicon-cd:before {
content: "\e201";
}
.glyphicon-save-file:before {
content: "\e202";
}
.glyphicon-open-file:before {
content: "\e203";
}
.glyphicon-level-up:before {
content: "\e204";
}
.glyphicon-copy:before {
content: "\e205";
}
.glyphicon-paste:before {
content: "\e206";
}
.glyphicon-alert:before {
content: "\e209";
}
.glyphicon-equalizer:before {
content: "\e210";
}
.glyphicon-king:before {
content: "\e211";
}
.glyphicon-queen:before {
content: "\e212";
}
.glyphicon-pawn:before {
content: "\e213";
}
.glyphicon-bishop:before {
content: "\e214";
}
.glyphicon-knight:before {
content: "\e215";
}
.glyphicon-baby-formula:before {
content: "\e216";
}
.glyphicon-tent:before {
content: "\26fa";
}
.glyphicon-blackboard:before {
content: "\e218";
}
.glyphicon-bed:before {
content: "\e219";
}
.glyphicon-apple:before {
content: "\f8ff";
}
.glyphicon-erase:before {
content: "\e221";
}
.glyphicon-hourglass:before {
content: "\231b";
}
.glyphicon-lamp:before {
content: "\e223";
}
.glyphicon-duplicate:before {
content: "\e224";
}
.glyphicon-piggy-bank:before {
content: "\e225";
}
.glyphicon-scissors:before {
content: "\e226";
}
.glyphicon-bitcoin:before {
content: "\e227";
}
.glyphicon-btc:before {
content: "\e227";
}
.glyphicon-xbt:before {
content: "\e227";
}
.glyphicon-yen:before {
content: "\00a5";
}
.glyphicon-jpy:before {
content: "\00a5";
}
.glyphicon-ruble:before {
content: "\20bd";
}
.glyphicon-rub:before {
content: "\20bd";
}
.glyphicon-scale:before {
content: "\e230";
}
.glyphicon-ice-lolly:before {
content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
content: "\e232";
}
.glyphicon-education:before {
content: "\e233";
}
.glyphicon-option-horizontal:before {
content: "\e234";
}
.glyphicon-option-vertical:before {
content: "\e235";
}
.glyphicon-menu-hamburger:before {
content: "\e236";
}
.glyphicon-modal-window:before {
content: "\e237";
}
.glyphicon-oil:before {
content: "\e238";
}
.glyphicon-grain:before {
content: "\e239";
}
.glyphicon-sunglasses:before {
content: "\e240";
}
.glyphicon-text-size:before {
content: "\e241";
}
.glyphicon-text-color:before {
content: "\e242";
}
.glyphicon-text-background:before {
content: "\e243";
}
.glyphicon-object-align-top:before {
content: "\e244";
}
.glyphicon-object-align-bottom:before {
content: "\e245";
}
.glyphicon-object-align-horizontal:before {
content: "\e246";
}
.glyphicon-object-align-left:before {
content: "\e247";
}
.glyphicon-object-align-vertical:before {
content: "\e248";
}
.glyphicon-object-align-right:before {
content: "\e249";
}
.glyphicon-triangle-right:before {
content: "\e250";
}
.glyphicon-triangle-left:before {
content: "\e251";
}
.glyphicon-triangle-bottom:before {
content: "\e252";
}
.glyphicon-triangle-top:before {
content: "\e253";
}
.glyphicon-console:before {
content: "\e254";
}
.glyphicon-superscript:before {
content: "\e255";
}
.glyphicon-subscript:before {
content: "\e256";
}
.glyphicon-menu-left:before {
content: "\e257";
}
.glyphicon-menu-right:before {
content: "\e258";
}
.glyphicon-menu-down:before {
content: "\e259";
}
.glyphicon-menu-up:before {
content: "\e260";
}
* {
box-sizing: border-box;
}
*:before,
*:after {
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: transparent;
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.428571429;
color: #333333;
background-color: #fff;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #337ab7;
text-decoration: none;
}
a:hover,
a:focus {
color: #23527c;
text-decoration: underline;
}
a:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
padding: 4px;
line-height: 1.428571429;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
[role="button"] {
cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin-top: 20px;
margin-bottom: 10px;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin-top: 10px;
margin-bottom: 10px;
}
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
font-size: 75%;
}
h1,
.h1 {
font-size: 36px;
}
h2,
.h2 {
font-size: 30px;
}
h3,
.h3 {
font-size: 24px;
}
h4,
.h4 {
font-size: 18px;
}
h5,
.h5 {
font-size: 14px;
}
h6,
.h6 {
font-size: 12px;
}
p {
margin: 0 0 10px;
}
.lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 21px;
}
}
small,
.small {
font-size: 85%;
}
mark,
.mark {
background-color: #fcf8e3;
padding: .2em;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase,
.initialism {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-muted {
color: #777777;
}
.text-primary {
color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
color: #286090;
}
.text-success {
color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
color: #843534;
}
.bg-primary {
color: #fff;
}
.bg-primary {
background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #286090;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eeeeee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
dl {
margin-top: 0;
margin-bottom: 20px;
}
dt,
dd {
line-height: 1.428571429;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
content: " ";
display: table;
}
.dl-horizontal dd:after {
clear: both;
}
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777777;
}
.initialism {
font-size: 90%;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.428571429;
color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
box-shadow: none;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.428571429;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.container:before,
.container:after {
content: " ";
display: table;
}
.container:after {
clear: both;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.container-fluid:before,
.container-fluid:after {
content: " ";
display: table;
}
.container-fluid:after {
clear: both;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.row:before,
.row:after {
content: " ";
display: table;
}
.row:after {
clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
float: left;
}
.col-xs-1 {
width: 8.3333333333%;
}
.col-xs-2 {
width: 16.6666666667%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-4 {
width: 33.3333333333%;
}
.col-xs-5 {
width: 41.6666666667%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-7 {
width: 58.3333333333%;
}
.col-xs-8 {
width: 66.6666666667%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-10 {
width: 83.3333333333%;
}
.col-xs-11 {
width: 91.6666666667%;
}
.col-xs-12 {
width: 100%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-pull-1 {
right: 8.3333333333%;
}
.col-xs-pull-2 {
right: 16.6666666667%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-4 {
right: 33.3333333333%;
}
.col-xs-pull-5 {
right: 41.6666666667%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-7 {
right: 58.3333333333%;
}
.col-xs-pull-8 {
right: 66.6666666667%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-10 {
right: 83.3333333333%;
}
.col-xs-pull-11 {
right: 91.6666666667%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-push-1 {
left: 8.3333333333%;
}
.col-xs-push-2 {
left: 16.6666666667%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-4 {
left: 33.3333333333%;
}
.col-xs-push-5 {
left: 41.6666666667%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-7 {
left: 58.3333333333%;
}
.col-xs-push-8 {
left: 66.6666666667%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-10 {
left: 83.3333333333%;
}
.col-xs-push-11 {
left: 91.6666666667%;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
.col-xs-offset-1 {
margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-4 {
margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-7 {
margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-10 {
margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
margin-left: 100%;
}
@media (min-width: 768px) {
.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 {
float: left;
}
.col-sm-1 {
width: 8.3333333333%;
}
.col-sm-2 {
width: 16.6666666667%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-4 {
width: 33.3333333333%;
}
.col-sm-5 {
width: 41.6666666667%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-7 {
width: 58.3333333333%;
}
.col-sm-8 {
width: 66.6666666667%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-10 {
width: 83.3333333333%;
}
.col-sm-11 {
width: 91.6666666667%;
}
.col-sm-12 {
width: 100%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-pull-1 {
right: 8.3333333333%;
}
.col-sm-pull-2 {
right: 16.6666666667%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-4 {
right: 33.3333333333%;
}
.col-sm-pull-5 {
right: 41.6666666667%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-7 {
right: 58.3333333333%;
}
.col-sm-pull-8 {
right: 66.6666666667%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-10 {
right: 83.3333333333%;
}
.col-sm-pull-11 {
right: 91.6666666667%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-push-1 {
left: 8.3333333333%;
}
.col-sm-push-2 {
left: 16.6666666667%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-4 {
left: 33.3333333333%;
}
.col-sm-push-5 {
left: 41.6666666667%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-7 {
left: 58.3333333333%;
}
.col-sm-push-8 {
left: 66.6666666667%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-10 {
left: 83.3333333333%;
}
.col-sm-push-11 {
left: 91.6666666667%;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
.col-sm-offset-1 {
margin-left: 8.3333333333%;
}
.col-sm-offset-2 {
margin-left: 16.6666666667%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-4 {
margin-left: 33.3333333333%;
}
.col-sm-offset-5 {
margin-left: 41.6666666667%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-7 {
margin-left: 58.3333333333%;
}
.col-sm-offset-8 {
margin-left: 66.6666666667%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-10 {
margin-left: 83.3333333333%;
}
.col-sm-offset-11 {
margin-left: 91.6666666667%;
}
.col-sm-offset-12 {
margin-left: 100%;
}
}
@media (min-width: 992px) {
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
float: left;
}
.col-md-1 {
width: 8.3333333333%;
}
.col-md-2 {
width: 16.6666666667%;
}
.col-md-3 {
width: 25%;
}
.col-md-4 {
width: 33.3333333333%;
}
.col-md-5 {
width: 41.6666666667%;
}
.col-md-6 {
width: 50%;
}
.col-md-7 {
width: 58.3333333333%;
}
.col-md-8 {
width: 66.6666666667%;
}
.col-md-9 {
width: 75%;
}
.col-md-10 {
width: 83.3333333333%;
}
.col-md-11 {
width: 91.6666666667%;
}
.col-md-12 {
width: 100%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-pull-1 {
right: 8.3333333333%;
}
.col-md-pull-2 {
right: 16.6666666667%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-4 {
right: 33.3333333333%;
}
.col-md-pull-5 {
right: 41.6666666667%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-7 {
right: 58.3333333333%;
}
.col-md-pull-8 {
right: 66.6666666667%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-10 {
right: 83.3333333333%;
}
.col-md-pull-11 {
right: 91.6666666667%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-push-0 {
left: auto;
}
.col-md-push-1 {
left: 8.3333333333%;
}
.col-md-push-2 {
left: 16.6666666667%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-4 {
left: 33.3333333333%;
}
.col-md-push-5 {
left: 41.6666666667%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-7 {
left: 58.3333333333%;
}
.col-md-push-8 {
left: 66.6666666667%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-10 {
left: 83.3333333333%;
}
.col-md-push-11 {
left: 91.6666666667%;
}
.col-md-push-12 {
left: 100%;
}
.col-md-offset-0 {
margin-left: 0%;
}
.col-md-offset-1 {
margin-left: 8.3333333333%;
}
.col-md-offset-2 {
margin-left: 16.6666666667%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-4 {
margin-left: 33.3333333333%;
}
.col-md-offset-5 {
margin-left: 41.6666666667%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-7 {
margin-left: 58.3333333333%;
}
.col-md-offset-8 {
margin-left: 66.6666666667%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-10 {
margin-left: 83.3333333333%;
}
.col-md-offset-11 {
margin-left: 91.6666666667%;
}
.col-md-offset-12 {
margin-left: 100%;
}
}
@media (min-width: 1200px) {
.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 {
float: left;
}
.col-lg-1 {
width: 8.3333333333%;
}
.col-lg-2 {
width: 16.6666666667%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-4 {
width: 33.3333333333%;
}
.col-lg-5 {
width: 41.6666666667%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-7 {
width: 58.3333333333%;
}
.col-lg-8 {
width: 66.6666666667%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-10 {
width: 83.3333333333%;
}
.col-lg-11 {
width: 91.6666666667%;
}
.col-lg-12 {
width: 100%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-pull-1 {
right: 8.3333333333%;
}
.col-lg-pull-2 {
right: 16.6666666667%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-4 {
right: 33.3333333333%;
}
.col-lg-pull-5 {
right: 41.6666666667%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-7 {
right: 58.3333333333%;
}
.col-lg-pull-8 {
right: 66.6666666667%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-10 {
right: 83.3333333333%;
}
.col-lg-pull-11 {
right: 91.6666666667%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-push-1 {
left: 8.3333333333%;
}
.col-lg-push-2 {
left: 16.6666666667%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-4 {
left: 33.3333333333%;
}
.col-lg-push-5 {
left: 41.6666666667%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-7 {
left: 58.3333333333%;
}
.col-lg-push-8 {
left: 66.6666666667%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-10 {
left: 83.3333333333%;
}
.col-lg-push-11 {
left: 91.6666666667%;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
.col-lg-offset-1 {
margin-left: 8.3333333333%;
}
.col-lg-offset-2 {
margin-left: 16.6666666667%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-4 {
margin-left: 33.3333333333%;
}
.col-lg-offset-5 {
margin-left: 41.6666666667%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-7 {
margin-left: 58.3333333333%;
}
.col-lg-offset-8 {
margin-left: 66.6666666667%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-10 {
margin-left: 83.3333333333%;
}
.col-lg-offset-11 {
margin-left: 91.6666666667%;
}
.col-lg-offset-12 {
margin-left: 100%;
}
}
table {
background-color: transparent;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777777;
text-align: left;
}
th {
text-align: left;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.428571429;
vertical-align: top;
border-top: 1px solid #ddd;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #ddd;
}
.table .table {
background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
background-color: #f5f5f5;
}
table col[class*="col-"] {
position: static;
float: none;
display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
float: none;
display: table-cell;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
.table-responsive {
overflow-x: auto;
min-height: 0.01%;
}
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
input[type="search"] {
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
input[type="file"] {
display: block;
}
input[type="range"] {
display: block;
width: 100%;
}
select[multiple],
select[size] {
height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
color: #999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #999;
}
.form-control::-webkit-input-placeholder {
color: #999;
}
.form-control::-ms-expand {
border: 0;
background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
background-color: #eeeeee;
opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
cursor: not-allowed;
}
textarea.form-control {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
line-height: 34px;
}
input[type="date"].input-sm,
.input-group-sm > input[type="date"].form-control,
.input-group-sm > input[type="date"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="date"].btn,
.input-group-sm input[type="date"],
input[type="time"].input-sm,
.input-group-sm > input[type="time"].form-control,
.input-group-sm > input[type="time"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="time"].btn,
.input-group-sm
input[type="time"],
input[type="datetime-local"].input-sm,
.input-group-sm > input[type="datetime-local"].form-control,
.input-group-sm > input[type="datetime-local"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
.input-group-sm
input[type="datetime-local"],
input[type="month"].input-sm,
.input-group-sm > input[type="month"].form-control,
.input-group-sm > input[type="month"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="month"].btn,
.input-group-sm
input[type="month"] {
line-height: 30px;
}
input[type="date"].input-lg,
.input-group-lg > input[type="date"].form-control,
.input-group-lg > input[type="date"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="date"].btn,
.input-group-lg input[type="date"],
input[type="time"].input-lg,
.input-group-lg > input[type="time"].form-control,
.input-group-lg > input[type="time"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="time"].btn,
.input-group-lg
input[type="time"],
input[type="datetime-local"].input-lg,
.input-group-lg > input[type="datetime-local"].form-control,
.input-group-lg > input[type="datetime-local"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
.input-group-lg
input[type="datetime-local"],
input[type="month"].input-lg,
.input-group-lg > input[type="month"].form-control,
.input-group-lg > input[type="month"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="month"].btn,
.input-group-lg
input[type="month"] {
line-height: 46px;
}
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.radio label,
.checkbox label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-left: -20px;
margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
cursor: not-allowed;
}
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
cursor: not-allowed;
}
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
cursor: not-allowed;
}
.form-control-static {
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
min-height: 34px;
}
.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
padding-left: 0;
padding-right: 0;
}
.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
height: 30px;
line-height: 30px;
}
textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
height: auto;
}
.form-group-sm .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.form-group-sm select.form-control {
height: 30px;
line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
height: auto;
}
.form-group-sm .form-control-static {
height: 30px;
min-height: 32px;
padding: 6px 10px;
font-size: 12px;
line-height: 1.5;
}
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
height: 46px;
line-height: 46px;
}
textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
height: auto;
}
.form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.form-group-lg select.form-control {
height: 46px;
line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
height: auto;
}
.form-group-lg .form-control-static {
height: 46px;
min-height: 38px;
padding: 11px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-right: 42.5px;
}
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
color: #3c763d;
}
.has-success .form-control {
border-color: #3c763d;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
border-color: #2b542c;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8;
}
.has-success .form-control-feedback {
color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
color: #8a6d3b;
}
.has-warning .form-control {
border-color: #8a6d3b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
border-color: #66512c;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
color: #a94442;
}
.has-error .form-control {
border-color: #a94442;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
border-color: #843534;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede;
}
.has-error .form-control-feedback {
color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373;
}
@media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .form-control-static {
display: inline-block;
}
.form-inline .input-group {
display: inline-table;
vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto;
}
.form-inline .input-group > .form-control {
width: 100%;
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 27px;
}
.form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
content: " ";
display: table;
}
.form-horizontal .form-group:after {
clear: both;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 7px;
}
}
.form-horizontal .has-feedback .form-control-feedback {
right: 15px;
}
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 11px;
font-size: 18px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
font-size: 12px;
}
}
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
color: #333;
text-decoration: none;
}
.btn:active,
.btn.active {
outline: 0;
background-image: none;
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
pointer-events: none;
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
color: #333;
background-color: #e6e6e6;
border-color: #8c8c8c;
}
.btn-default:hover {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
color: #333;
background-color: #d4d4d4;
border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
background-image: none;
}
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
background-color: #fff;
border-color: #ccc;
}
.btn-default .badge {
color: #fff;
background-color: #333;
}
.btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
color: #fff;
background-color: #286090;
border-color: #122b40;
}
.btn-primary:hover {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
color: #fff;
background-color: #204d74;
border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary .badge {
color: #337ab7;
background-color: #fff;
}
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
color: #fff;
background-color: #449d44;
border-color: #255625;
}
.btn-success:hover {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
color: #fff;
background-color: #398439;
border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
background-image: none;
}
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success .badge {
color: #5cb85c;
background-color: #fff;
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
color: #fff;
background-color: #31b0d5;
border-color: #1b6d85;
}
.btn-info:hover {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
color: #fff;
background-color: #269abc;
border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
background-image: none;
}
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info .badge {
color: #5bc0de;
background-color: #fff;
}
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
color: #fff;
background-color: #ec971f;
border-color: #985f0d;
}
.btn-warning:hover {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
color: #fff;
background-color: #d58512;
border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff;
}
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
color: #fff;
background-color: #c9302c;
border-color: #761c19;
}
.btn-danger:hover {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
color: #fff;
background-color: #ac2925;
border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: #fff;
}
.btn-link {
color: #337ab7;
font-weight: normal;
border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #23527c;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
color: #777777;
text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.fade {
opacity: 0;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
tr.collapse.in {
display: table-row;
}
tbody.collapse.in {
display: table-row-group;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition-property: height, visibility;
transition-duration: 0.35s;
transition-timing-function: ease;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid \9;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropup,
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
text-align: left;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.428571429;
color: #333333;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
text-decoration: none;
color: #262626;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
outline: 0;
background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed;
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-menu-right {
left: auto;
right: 0;
}
.dropdown-menu-left {
left: 0;
right: auto;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.428571429;
color: #777777;
white-space: nowrap;
}
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px dashed;
border-bottom: 4px solid \9;
content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px;
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
right: 0;
left: auto;
}
.navbar-right .dropdown-menu-left {
left: 0;
right: auto;
}
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
float: left;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-left: -1px;
}
.btn-toolbar {
margin-left: -5px;
}
.btn-toolbar:before,
.btn-toolbar:after {
content: " ";
display: table;
}
.btn-toolbar:after {
clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.btn-group > .btn:first-child {
margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group > .btn-group {
float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
box-shadow: none;
}
.btn .caret {
margin-left: 0;
}
.btn-lg .caret,
.btn-group-lg > .btn .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
content: " ";
display: table;
}
.btn-group-vertical > .btn-group:after {
clear: both;
}
.btn-group-vertical > .btn-group > .btn {
float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-top-right-radius: 0;
border-top-left-radius: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
float: none;
display: table-cell;
width: 1%;
}
.btn-group-justified > .btn-group .btn {
width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.input-group {
position: relative;
display: table;
border-collapse: separate;
}
.input-group[class*="col-"] {
float: none;
padding-left: 0;
padding-right: 0;
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
.input-group .form-control:focus {
z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #555555;
text-align: center;
background-color: #eeeeee;
border: 1px solid #ccc;
border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
padding: 10px 16px;
font-size: 18px;
border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.input-group-addon:first-child {
border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.input-group-addon:last-child {
border-left: 0;
}
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
.input-group-btn > .btn {
position: relative;
}
.input-group-btn > .btn + .btn {
margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
z-index: 2;
margin-left: -1px;
}
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.nav:before,
.nav:after {
content: " ";
display: table;
}
.nav:after {
clear: both;
}
.nav > li {
position: relative;
display: block;
}
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.nav > li.disabled > a {
color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
color: #777777;
text-decoration: none;
background-color: transparent;
cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #eeeeee;
border-color: #337ab7;
}
.nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.nav > li > a > img {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.428571429;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #555555;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default;
}
.nav-pills > li {
float: left;
}
.nav-pills > li > a {
border-radius: 4px;
}
.nav-pills > li + li {
margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #fff;
background-color: #337ab7;
}
.nav-stacked > li {
float: none;
}
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-justified > li,
.nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #fff;
}
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 20px;
border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
content: " ";
display: table;
}
.navbar:after {
clear: both;
}
@media (min-width: 768px) {
.navbar {
border-radius: 4px;
}
}
.navbar-header:before,
.navbar-header:after {
content: " ";
display: table;
}
.navbar-header:after {
clear: both;
}
@media (min-width: 768px) {
.navbar-header {
float: left;
}
}
.navbar-collapse {
overflow-x: visible;
padding-right: 15px;
padding-left: 15px;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
content: " ";
display: table;
}
.navbar-collapse:after {
clear: both;
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
padding-left: 0;
padding-right: 0;
}
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 200px;
}
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.navbar-static-top {
border-radius: 0;
}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.navbar-brand {
float: left;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
.navbar-brand > img {
display: block;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: -15px;
}
}
.navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 8px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.navbar-toggle:focus {
outline: 0;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 768px) {
.navbar-toggle {
display: none;
}
}
.navbar-nav {
margin: 7.5px -15px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 15px;
padding-bottom: 15px;
}
}
.navbar-form {
margin-left: -15px;
margin-right: -15px;
padding: 10px 15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: 8px;
margin-bottom: 8px;
}
@media (min-width: 768px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.navbar-form .form-control-static {
display: inline-block;
}
.navbar-form .input-group {
display: inline-table;
vertical-align: middle;
}
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
width: auto;
}
.navbar-form .input-group > .form-control {
width: 100%;
}
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio label,
.navbar-form .checkbox label {
padding-left: 0;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
.navbar-form .form-group:last-child {
margin-bottom: 0;
}
}
@media (min-width: 768px) {
.navbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
box-shadow: none;
}
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
margin-bottom: 0;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.navbar-btn {
margin-top: 8px;
margin-bottom: 8px;
}
.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
margin-top: 10px;
margin-bottom: 10px;
}
.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
margin-top: 14px;
margin-bottom: 14px;
}
.navbar-text {
margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 768px) {
.navbar-text {
float: left;
margin-left: 15px;
margin-right: 15px;
}
}
@media (min-width: 768px) {
.navbar-left {
float: left !important;
}
.navbar-right {
float: right !important;
margin-right: -15px;
}
.navbar-right ~ .navbar-right {
margin-right: 0;
}
}
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #777;
}
.navbar-default .navbar-nav > li > a {
color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #333;
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
background-color: #e7e7e7;
color: #555;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
}
.navbar-default .navbar-link {
color: #777;
}
.navbar-default .navbar-link:hover {
color: #333;
}
.navbar-default .btn-link {
color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
color: #333;
}
.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
color: #ccc;
}
.navbar-inverse {
background-color: #222;
border-color: #090909;
}
.navbar-inverse .navbar-brand {
color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #fff;
background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444;
background-color: transparent;
}
.navbar-inverse .navbar-toggle {
border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
background-color: #090909;
color: #fff;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444;
background-color: transparent;
}
}
.navbar-inverse .navbar-link {
color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
color: #fff;
}
.navbar-inverse .btn-link {
color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444;
}
.breadcrumb {
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;
}
.breadcrumb > li {
display: inline-block;
}
.breadcrumb > li + li:before {
content: "/ ";
padding: 0 5px;
color: #ccc;
}
.breadcrumb > .active {
color: #777777;
}
.pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.428571429;
text-decoration: none;
color: #337ab7;
background-color: #fff;
border: 1px solid #ddd;
margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
z-index: 2;
color: #23527c;
background-color: #eeeeee;
border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
z-index: 3;
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #777777;
background-color: #fff;
border-color: #ddd;
cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-bottom-left-radius: 6px;
border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-bottom-right-radius: 6px;
border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
.pager {
padding-left: 0;
margin: 20px 0;
list-style: none;
text-align: center;
}
.pager:before,
.pager:after {
content: " ";
display: table;
}
.pager:after {
clear: both;
}
.pager li {
display: inline;
}
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
float: right;
}
.pager .previous > a,
.pager .previous > span {
float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #777777;
background-color: #fff;
cursor: not-allowed;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
.label:empty {
display: none;
}
.btn .label {
position: relative;
top: -1px;
}
a.label:hover,
a.label:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.label-default {
background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
background-color: #5e5e5e;
}
.label-primary {
background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
background-color: #286090;
}
.label-success {
background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
background-color: #449d44;
}
.label-info {
background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
background-color: #31b0d5;
}
.label-warning {
background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
background-color: #ec971f;
}
.label-danger {
background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
background-color: #c9302c;
}
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
color: #fff;
line-height: 1;
vertical-align: middle;
white-space: nowrap;
text-align: center;
background-color: #777777;
border-radius: 10px;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
top: 0;
padding: 1px 5px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #337ab7;
background-color: #fff;
}
.list-group-item > .badge {
float: right;
}
.list-group-item > .badge + .badge {
margin-right: 5px;
}
.nav-pills > li > a > .badge {
margin-left: 3px;
}
a.badge:hover,
a.badge:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.jumbotron {
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 30px;
color: inherit;
background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
color: inherit;
}
.jumbotron p {
margin-bottom: 15px;
font-size: 21px;
font-weight: 200;
}
.jumbotron > hr {
border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
border-radius: 6px;
padding-left: 15px;
padding-right: 15px;
}
.jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.jumbotron {
padding-top: 48px;
padding-bottom: 48px;
}
.container .jumbotron,
.container-fluid .jumbotron {
padding-left: 60px;
padding-right: 60px;
}
.jumbotron h1,
.jumbotron .h1 {
font-size: 63px;
}
}
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 20px;
line-height: 1.428571429;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
display: block;
max-width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
}
.thumbnail .caption {
padding: 9px;
color: #333333;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #337ab7;
}
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d;
}
.alert-success hr {
border-top-color: #c9e2b3;
}
.alert-success .alert-link {
color: #2b542c;
}
.alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f;
}
.alert-info hr {
border-top-color: #a6e1ec;
}
.alert-info .alert-link {
color: #245269;
}
.alert-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b;
}
.alert-warning hr {
border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
color: #66512c;
}
.alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}
.alert-danger hr {
border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
color: #843534;
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.progress {
overflow: hidden;
height: 20px;
margin-bottom: 20px;
background-color: #f5f5f5;
border-radius: 4px;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
float: left;
width: 0%;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #337ab7;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
margin-top: 15px;
}
.media:first-child {
margin-top: 0;
}
.media,
.media-body {
zoom: 1;
overflow: hidden;
}
.media-body {
width: 10000px;
}
.media-object {
display: block;
}
.media-object.img-thumbnail {
max-width: none;
}
.media-right,
.media > .pull-right {
padding-left: 10px;
}
.media-left,
.media > .pull-left {
padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
display: table-cell;
vertical-align: top;
}
.media-middle {
vertical-align: middle;
}
.media-bottom {
vertical-align: bottom;
}
.media-heading {
margin-top: 0;
margin-bottom: 5px;
}
.media-list {
padding-left: 0;
list-style: none;
}
.list-group {
margin-bottom: 20px;
padding-left: 0;
}
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd;
}
.list-group-item:first-child {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
text-decoration: none;
color: #555;
background-color: #f5f5f5;
}
button.list-group-item {
width: 100%;
text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
background-color: #eeeeee;
color: #777777;
cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
z-index: 2;
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
color: #c7ddef;
}
.list-group-item-success {
color: #3c763d;
background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
color: #fff;
background-color: #3c763d;
border-color: #3c763d;
}
.list-group-item-info {
color: #31708f;
background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f;
}
.list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b;
}
.list-group-item-danger {
color: #a94442;
background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
color: #fff;
background-color: #a94442;
border-color: #a94442;
}
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
padding: 15px;
}
.panel-body:before,
.panel-body:after {
content: " ";
display: table;
}
.panel-body:after {
clear: both;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
color: inherit;
}
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.list-group + .panel-footer {
border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
padding-left: 15px;
padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.panel > .table-responsive {
border: 0;
margin-bottom: 0;
}
.panel-group {
margin-bottom: 20px;
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 4px;
}
.panel-group .panel + .panel {
margin-top: 5px;
}
.panel-group .panel-heading {
border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #ddd;
}
.panel-default {
border-color: #ddd;
}
.panel-default > .panel-heading {
color: #333333;
background-color: #f5f5f5;
border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd;
}
.panel-primary {
border-color: #337ab7;
}
.panel-primary > .panel-heading {
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
color: #337ab7;
background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #337ab7;
}
.panel-success {
border-color: #d6e9c6;
}
.panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
color: #dff0d8;
background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d6e9c6;
}
.panel-info {
border-color: #bce8f1;
}
.panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
color: #d9edf7;
background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #bce8f1;
}
.panel-warning {
border-color: #faebcc;
}
.panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #faebcc;
}
.panel-danger {
border-color: #ebccd1;
}
.panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
color: #f2dede;
background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ebccd1;
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0;
}
.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
padding-bottom: 75%;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
padding: 24px;
border-radius: 6px;
}
.well-sm {
padding: 9px;
border-radius: 3px;
}
.close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50);
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.modal-open {
overflow: hidden;
}
.modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.fade .modal-dialog {
transform: translate(0, -25%);
transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
transform: translate(0, 0);
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
background-color: #fff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
.modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50);
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.modal-header:before,
.modal-header:after {
content: " ";
display: table;
}
.modal-header:after {
clear: both;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.428571429;
}
.modal-body {
position: relative;
padding: 15px;
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
content: " ";
display: table;
}
.modal-footer:after {
clear: both;
}
.modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto;
}
.modal-content {
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
width: 900px;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.428571429;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 12px;
opacity: 0;
filter: alpha(opacity=0);
}
.tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90);
}
.tooltip.top {
margin-top: -3px;
padding: 5px 0;
}
.tooltip.right {
margin-left: 3px;
padding: 0 5px;
}
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0;
}
.tooltip.left {
margin-left: -3px;
padding: 0 5px;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 4px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
right: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.428571429;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 14px;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-left: -10px;
}
.popover-title {
margin: 0;
padding: 8px 14px;
font-size: 14px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.popover-content {
padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover > .arrow {
border-width: 11px;
}
.popover > .arrow:after {
border-width: 10px;
content: "";
}
.popover.top > .arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #999999;
border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px;
}
.popover.top > .arrow:after {
content: " ";
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #fff;
}
.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
border-right-color: #999999;
border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
content: " ";
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: #fff;
}
.popover.bottom > .arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px;
}
.popover.bottom > .arrow:after {
content: " ";
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #fff;
}
.popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #fff;
bottom: -10px;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
.carousel-inner > .item {
display: none;
position: relative;
transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
transition: transform 0.6s ease-in-out;
backface-visibility: hidden;
perspective: 1000px;
}
.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
transform: translate3d(100%, 0, 0);
left: 0;
}
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
transform: translate3d(-100%, 0, 0);
left: 0;
}
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
transform: translate3d(0, 0, 0);
left: 0;
}
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
.carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
background-color: transparent;
}
.carousel-control.left {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
left: auto;
right: 0;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
outline: 0;
color: #fff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
margin-top: -10px;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
line-height: 1;
font-family: serif;
}
.carousel-control .icon-prev:before {
content: '\2039';
}
.carousel-control .icon-next:before {
content: '\203a';
}
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #fff;
border-radius: 10px;
cursor: pointer;
background-color: #000 \9;
background-color: transparent;
}
.carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #fff;
}
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -10px;
font-size: 30px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -10px;
}
.carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px;
}
.carousel-indicators {
bottom: 20px;
}
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.visible-xs {
display: none !important;
}
.visible-sm {
display: none !important;
}
.visible-md {
display: none !important;
}
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table !important;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table !important;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table !important;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table !important;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table !important;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
}
/*!
* Lightbox for Bootstrap 3 by @ashleydw
* https://github.com/ashleydw/lightbox
*
* License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
*/
.ekko-lightbox-container {
position: relative;
}
.ekko-lightbox-nav-overlay {
position: absolute;
top: 0;
left: 0;
z-index: 100;
width: 100%;
height: 100%;
}
.ekko-lightbox-nav-overlay a {
z-index: 100;
display: block;
width: 49%;
height: 100%;
font-size: 30px;
color: #fff;
text-shadow: 2px 2px 4px #000;
opacity: 0;
filter: dropshadow(color=#000000, offx=2, offy=2);
transition: opacity 0.5s;
}
.ekko-lightbox-nav-overlay a:empty {
width: 49%;
}
.ekko-lightbox a:hover {
text-decoration: none;
opacity: 1;
}
.ekko-lightbox .glyphicon-chevron-left {
left: 0;
float: left;
padding-left: 15px;
text-align: left;
}
.ekko-lightbox .glyphicon-chevron-right {
right: 0;
float: right;
padding-right: 15px;
text-align: right;
}
.ekko-lightbox .modal-footer {
text-align: left;
}
.modal-backdrop.in {
-webkit-opacity: 0.95;
-moz-opacity: 0.95;
opacity: 0.95;
background-color: #333333;
}
.ekko-lightbox .modal-content {
box-shadow: none;
border-radius: 0;
border: none;
background-color: transparent;
}
.ekko-lightbox .modal-header {
border: 0;
padding-left: 0;
padding-right: 0;
}
.ekko-lightbox .modal-header .close {
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
opacity: 0.5;
color: #fff;
text-shadow: 0;
font-weight: 100;
margin-top: 5px;
}
.ekko-lightbox .modal-header .close:hover {
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}
.ekko-lightbox .modal-header h4.modal-title {
font-weight: 100;
color: #fff;
padding: 0;
}
.ekko-lightbox .modal-body {
padding: 0;
}
.ekko-lightbox .modal-footer {
-webkit-opacity: 0.9;
-moz-opacity: 0.9;
opacity: 0.9;
border: 0;
color: #fff;
font-weight: 100;
padding: 0;
}
.ekko-lightbox-nav-overlay a {
-webkit-opacity: 0.9;
-moz-opacity: 0.9;
opacity: 0.9;
text-shadow: none;
}
.clear-0 {
height: 0px;
}
.clear-0:before,
.clear-0:after {
content: " ";
display: table;
}
.clear-0:after {
clear: both;
}
.mt-0 {
margin-top: 0px;
}
.mb-0 {
margin-bottom: 0px;
}
.ml-0 {
margin-left: 0px;
}
.mr-0 {
margin-right: 0px;
}
.pt-0 {
padding-top: 0px !important;
}
.pb-0 {
padding-bottom: 0px !important;
}
.pl-0 {
padding-left: 0px !important;
}
.pr-0 {
padding-right: 0px !important;
}
.clear-1 {
height: 1px;
}
.clear-1:before,
.clear-1:after {
content: " ";
display: table;
}
.clear-1:after {
clear: both;
}
.mt-1 {
margin-top: 1px;
}
.mb-1 {
margin-bottom: 1px;
}
.ml-1 {
margin-left: 1px;
}
.mr-1 {
margin-right: 1px;
}
.pt-1 {
padding-top: 1px !important;
}
.pb-1 {
padding-bottom: 1px !important;
}
.pl-1 {
padding-left: 1px !important;
}
.pr-1 {
padding-right: 1px !important;
}
.clear-2 {
height: 2px;
}
.clear-2:before,
.clear-2:after {
content: " ";
display: table;
}
.clear-2:after {
clear: both;
}
.mt-2 {
margin-top: 2px;
}
.mb-2 {
margin-bottom: 2px;
}
.ml-2 {
margin-left: 2px;
}
.mr-2 {
margin-right: 2px;
}
.pt-2 {
padding-top: 2px !important;
}
.pb-2 {
padding-bottom: 2px !important;
}
.pl-2 {
padding-left: 2px !important;
}
.pr-2 {
padding-right: 2px !important;
}
.clear-3 {
height: 3px;
}
.clear-3:before,
.clear-3:after {
content: " ";
display: table;
}
.clear-3:after {
clear: both;
}
.mt-3 {
margin-top: 3px;
}
.mb-3 {
margin-bottom: 3px;
}
.ml-3 {
margin-left: 3px;
}
.mr-3 {
margin-right: 3px;
}
.pt-3 {
padding-top: 3px !important;
}
.pb-3 {
padding-bottom: 3px !important;
}
.pl-3 {
padding-left: 3px !important;
}
.pr-3 {
padding-right: 3px !important;
}
.clear-4 {
height: 4px;
}
.clear-4:before,
.clear-4:after {
content: " ";
display: table;
}
.clear-4:after {
clear: both;
}
.mt-4 {
margin-top: 4px;
}
.mb-4 {
margin-bottom: 4px;
}
.ml-4 {
margin-left: 4px;
}
.mr-4 {
margin-right: 4px;
}
.pt-4 {
padding-top: 4px !important;
}
.pb-4 {
padding-bottom: 4px !important;
}
.pl-4 {
padding-left: 4px !important;
}
.pr-4 {
padding-right: 4px !important;
}
.clear-5 {
height: 5px;
}
.clear-5:before,
.clear-5:after {
content: " ";
display: table;
}
.clear-5:after {
clear: both;
}
.mt-5 {
margin-top: 5px;
}
.mb-5 {
margin-bottom: 5px;
}
.ml-5 {
margin-left: 5px;
}
.mr-5 {
margin-right: 5px;
}
.pt-5 {
padding-top: 5px !important;
}
.pb-5 {
padding-bottom: 5px !important;
}
.pl-5 {
padding-left: 5px !important;
}
.pr-5 {
padding-right: 5px !important;
}
.clear-6 {
height: 6px;
}
.clear-6:before,
.clear-6:after {
content: " ";
display: table;
}
.clear-6:after {
clear: both;
}
.mt-6 {
margin-top: 6px;
}
.mb-6 {
margin-bottom: 6px;
}
.ml-6 {
margin-left: 6px;
}
.mr-6 {
margin-right: 6px;
}
.pt-6 {
padding-top: 6px !important;
}
.pb-6 {
padding-bottom: 6px !important;
}
.pl-6 {
padding-left: 6px !important;
}
.pr-6 {
padding-right: 6px !important;
}
.clear-7 {
height: 7px;
}
.clear-7:before,
.clear-7:after {
content: " ";
display: table;
}
.clear-7:after {
clear: both;
}
.mt-7 {
margin-top: 7px;
}
.mb-7 {
margin-bottom: 7px;
}
.ml-7 {
margin-left: 7px;
}
.mr-7 {
margin-right: 7px;
}
.pt-7 {
padding-top: 7px !important;
}
.pb-7 {
padding-bottom: 7px !important;
}
.pl-7 {
padding-left: 7px !important;
}
.pr-7 {
padding-right: 7px !important;
}
.clear-8 {
height: 8px;
}
.clear-8:before,
.clear-8:after {
content: " ";
display: table;
}
.clear-8:after {
clear: both;
}
.mt-8 {
margin-top: 8px;
}
.mb-8 {
margin-bottom: 8px;
}
.ml-8 {
margin-left: 8px;
}
.mr-8 {
margin-right: 8px;
}
.pt-8 {
padding-top: 8px !important;
}
.pb-8 {
padding-bottom: 8px !important;
}
.pl-8 {
padding-left: 8px !important;
}
.pr-8 {
padding-right: 8px !important;
}
.clear-9 {
height: 9px;
}
.clear-9:before,
.clear-9:after {
content: " ";
display: table;
}
.clear-9:after {
clear: both;
}
.mt-9 {
margin-top: 9px;
}
.mb-9 {
margin-bottom: 9px;
}
.ml-9 {
margin-left: 9px;
}
.mr-9 {
margin-right: 9px;
}
.pt-9 {
padding-top: 9px !important;
}
.pb-9 {
padding-bottom: 9px !important;
}
.pl-9 {
padding-left: 9px !important;
}
.pr-9 {
padding-right: 9px !important;
}
.clear-10 {
height: 10px;
}
.clear-10:before,
.clear-10:after {
content: " ";
display: table;
}
.clear-10:after {
clear: both;
}
.mt-10 {
margin-top: 10px;
}
.mb-10 {
margin-bottom: 10px;
}
.ml-10 {
margin-left: 10px;
}
.mr-10 {
margin-right: 10px;
}
.pt-10 {
padding-top: 10px !important;
}
.pb-10 {
padding-bottom: 10px !important;
}
.pl-10 {
padding-left: 10px !important;
}
.pr-10 {
padding-right: 10px !important;
}
.clear-11 {
height: 11px;
}
.clear-11:before,
.clear-11:after {
content: " ";
display: table;
}
.clear-11:after {
clear: both;
}
.mt-11 {
margin-top: 11px;
}
.mb-11 {
margin-bottom: 11px;
}
.ml-11 {
margin-left: 11px;
}
.mr-11 {
margin-right: 11px;
}
.pt-11 {
padding-top: 11px !important;
}
.pb-11 {
padding-bottom: 11px !important;
}
.pl-11 {
padding-left: 11px !important;
}
.pr-11 {
padding-right: 11px !important;
}
.clear-12 {
height: 12px;
}
.clear-12:before,
.clear-12:after {
content: " ";
display: table;
}
.clear-12:after {
clear: both;
}
.mt-12 {
margin-top: 12px;
}
.mb-12 {
margin-bottom: 12px;
}
.ml-12 {
margin-left: 12px;
}
.mr-12 {
margin-right: 12px;
}
.pt-12 {
padding-top: 12px !important;
}
.pb-12 {
padding-bottom: 12px !important;
}
.pl-12 {
padding-left: 12px !important;
}
.pr-12 {
padding-right: 12px !important;
}
.clear-13 {
height: 13px;
}
.clear-13:before,
.clear-13:after {
content: " ";
display: table;
}
.clear-13:after {
clear: both;
}
.mt-13 {
margin-top: 13px;
}
.mb-13 {
margin-bottom: 13px;
}
.ml-13 {
margin-left: 13px;
}
.mr-13 {
margin-right: 13px;
}
.pt-13 {
padding-top: 13px !important;
}
.pb-13 {
padding-bottom: 13px !important;
}
.pl-13 {
padding-left: 13px !important;
}
.pr-13 {
padding-right: 13px !important;
}
.clear-14 {
height: 14px;
}
.clear-14:before,
.clear-14:after {
content: " ";
display: table;
}
.clear-14:after {
clear: both;
}
.mt-14 {
margin-top: 14px;
}
.mb-14 {
margin-bottom: 14px;
}
.ml-14 {
margin-left: 14px;
}
.mr-14 {
margin-right: 14px;
}
.pt-14 {
padding-top: 14px !important;
}
.pb-14 {
padding-bottom: 14px !important;
}
.pl-14 {
padding-left: 14px !important;
}
.pr-14 {
padding-right: 14px !important;
}
.clear-15 {
height: 15px;
}
.clear-15:before,
.clear-15:after {
content: " ";
display: table;
}
.clear-15:after {
clear: both;
}
.mt-15 {
margin-top: 15px;
}
.mb-15 {
margin-bottom: 15px;
}
.ml-15 {
margin-left: 15px;
}
.mr-15 {
margin-right: 15px;
}
.pt-15 {
padding-top: 15px !important;
}
.pb-15 {
padding-bottom: 15px !important;
}
.pl-15 {
padding-left: 15px !important;
}
.pr-15 {
padding-right: 15px !important;
}
.clear-16 {
height: 16px;
}
.clear-16:before,
.clear-16:after {
content: " ";
display: table;
}
.clear-16:after {
clear: both;
}
.mt-16 {
margin-top: 16px;
}
.mb-16 {
margin-bottom: 16px;
}
.ml-16 {
margin-left: 16px;
}
.mr-16 {
margin-right: 16px;
}
.pt-16 {
padding-top: 16px !important;
}
.pb-16 {
padding-bottom: 16px !important;
}
.pl-16 {
padding-left: 16px !important;
}
.pr-16 {
padding-right: 16px !important;
}
.clear-17 {
height: 17px;
}
.clear-17:before,
.clear-17:after {
content: " ";
display: table;
}
.clear-17:after {
clear: both;
}
.mt-17 {
margin-top: 17px;
}
.mb-17 {
margin-bottom: 17px;
}
.ml-17 {
margin-left: 17px;
}
.mr-17 {
margin-right: 17px;
}
.pt-17 {
padding-top: 17px !important;
}
.pb-17 {
padding-bottom: 17px !important;
}
.pl-17 {
padding-left: 17px !important;
}
.pr-17 {
padding-right: 17px !important;
}
.clear-18 {
height: 18px;
}
.clear-18:before,
.clear-18:after {
content: " ";
display: table;
}
.clear-18:after {
clear: both;
}
.mt-18 {
margin-top: 18px;
}
.mb-18 {
margin-bottom: 18px;
}
.ml-18 {
margin-left: 18px;
}
.mr-18 {
margin-right: 18px;
}
.pt-18 {
padding-top: 18px !important;
}
.pb-18 {
padding-bottom: 18px !important;
}
.pl-18 {
padding-left: 18px !important;
}
.pr-18 {
padding-right: 18px !important;
}
.clear-19 {
height: 19px;
}
.clear-19:before,
.clear-19:after {
content: " ";
display: table;
}
.clear-19:after {
clear: both;
}
.mt-19 {
margin-top: 19px;
}
.mb-19 {
margin-bottom: 19px;
}
.ml-19 {
margin-left: 19px;
}
.mr-19 {
margin-right: 19px;
}
.pt-19 {
padding-top: 19px !important;
}
.pb-19 {
padding-bottom: 19px !important;
}
.pl-19 {
padding-left: 19px !important;
}
.pr-19 {
padding-right: 19px !important;
}
.clear-20 {
height: 20px;
}
.clear-20:before,
.clear-20:after {
content: " ";
display: table;
}
.clear-20:after {
clear: both;
}
.mt-20 {
margin-top: 20px;
}
.mb-20 {
margin-bottom: 20px;
}
.ml-20 {
margin-left: 20px;
}
.mr-20 {
margin-right: 20px;
}
.pt-20 {
padding-top: 20px !important;
}
.pb-20 {
padding-bottom: 20px !important;
}
.pl-20 {
padding-left: 20px !important;
}
.pr-20 {
padding-right: 20px !important;
}
.clear-21 {
height: 21px;
}
.clear-21:before,
.clear-21:after {
content: " ";
display: table;
}
.clear-21:after {
clear: both;
}
.mt-21 {
margin-top: 21px;
}
.mb-21 {
margin-bottom: 21px;
}
.ml-21 {
margin-left: 21px;
}
.mr-21 {
margin-right: 21px;
}
.pt-21 {
padding-top: 21px !important;
}
.pb-21 {
padding-bottom: 21px !important;
}
.pl-21 {
padding-left: 21px !important;
}
.pr-21 {
padding-right: 21px !important;
}
.clear-22 {
height: 22px;
}
.clear-22:before,
.clear-22:after {
content: " ";
display: table;
}
.clear-22:after {
clear: both;
}
.mt-22 {
margin-top: 22px;
}
.mb-22 {
margin-bottom: 22px;
}
.ml-22 {
margin-left: 22px;
}
.mr-22 {
margin-right: 22px;
}
.pt-22 {
padding-top: 22px !important;
}
.pb-22 {
padding-bottom: 22px !important;
}
.pl-22 {
padding-left: 22px !important;
}
.pr-22 {
padding-right: 22px !important;
}
.clear-23 {
height: 23px;
}
.clear-23:before,
.clear-23:after {
content: " ";
display: table;
}
.clear-23:after {
clear: both;
}
.mt-23 {
margin-top: 23px;
}
.mb-23 {
margin-bottom: 23px;
}
.ml-23 {
margin-left: 23px;
}
.mr-23 {
margin-right: 23px;
}
.pt-23 {
padding-top: 23px !important;
}
.pb-23 {
padding-bottom: 23px !important;
}
.pl-23 {
padding-left: 23px !important;
}
.pr-23 {
padding-right: 23px !important;
}
.clear-24 {
height: 24px;
}
.clear-24:before,
.clear-24:after {
content: " ";
display: table;
}
.clear-24:after {
clear: both;
}
.mt-24 {
margin-top: 24px;
}
.mb-24 {
margin-bottom: 24px;
}
.ml-24 {
margin-left: 24px;
}
.mr-24 {
margin-right: 24px;
}
.pt-24 {
padding-top: 24px !important;
}
.pb-24 {
padding-bottom: 24px !important;
}
.pl-24 {
padding-left: 24px !important;
}
.pr-24 {
padding-right: 24px !important;
}
.clear-25 {
height: 25px;
}
.clear-25:before,
.clear-25:after {
content: " ";
display: table;
}
.clear-25:after {
clear: both;
}
.mt-25 {
margin-top: 25px;
}
.mb-25 {
margin-bottom: 25px;
}
.ml-25 {
margin-left: 25px;
}
.mr-25 {
margin-right: 25px;
}
.pt-25 {
padding-top: 25px !important;
}
.pb-25 {
padding-bottom: 25px !important;
}
.pl-25 {
padding-left: 25px !important;
}
.pr-25 {
padding-right: 25px !important;
}
.clear-26 {
height: 26px;
}
.clear-26:before,
.clear-26:after {
content: " ";
display: table;
}
.clear-26:after {
clear: both;
}
.mt-26 {
margin-top: 26px;
}
.mb-26 {
margin-bottom: 26px;
}
.ml-26 {
margin-left: 26px;
}
.mr-26 {
margin-right: 26px;
}
.pt-26 {
padding-top: 26px !important;
}
.pb-26 {
padding-bottom: 26px !important;
}
.pl-26 {
padding-left: 26px !important;
}
.pr-26 {
padding-right: 26px !important;
}
.clear-27 {
height: 27px;
}
.clear-27:before,
.clear-27:after {
content: " ";
display: table;
}
.clear-27:after {
clear: both;
}
.mt-27 {
margin-top: 27px;
}
.mb-27 {
margin-bottom: 27px;
}
.ml-27 {
margin-left: 27px;
}
.mr-27 {
margin-right: 27px;
}
.pt-27 {
padding-top: 27px !important;
}
.pb-27 {
padding-bottom: 27px !important;
}
.pl-27 {
padding-left: 27px !important;
}
.pr-27 {
padding-right: 27px !important;
}
.clear-28 {
height: 28px;
}
.clear-28:before,
.clear-28:after {
content: " ";
display: table;
}
.clear-28:after {
clear: both;
}
.mt-28 {
margin-top: 28px;
}
.mb-28 {
margin-bottom: 28px;
}
.ml-28 {
margin-left: 28px;
}
.mr-28 {
margin-right: 28px;
}
.pt-28 {
padding-top: 28px !important;
}
.pb-28 {
padding-bottom: 28px !important;
}
.pl-28 {
padding-left: 28px !important;
}
.pr-28 {
padding-right: 28px !important;
}
.clear-29 {
height: 29px;
}
.clear-29:before,
.clear-29:after {
content: " ";
display: table;
}
.clear-29:after {
clear: both;
}
.mt-29 {
margin-top: 29px;
}
.mb-29 {
margin-bottom: 29px;
}
.ml-29 {
margin-left: 29px;
}
.mr-29 {
margin-right: 29px;
}
.pt-29 {
padding-top: 29px !important;
}
.pb-29 {
padding-bottom: 29px !important;
}
.pl-29 {
padding-left: 29px !important;
}
.pr-29 {
padding-right: 29px !important;
}
.clear-30 {
height: 30px;
}
.clear-30:before,
.clear-30:after {
content: " ";
display: table;
}
.clear-30:after {
clear: both;
}
.mt-30 {
margin-top: 30px;
}
.mb-30 {
margin-bottom: 30px;
}
.ml-30 {
margin-left: 30px;
}
.mr-30 {
margin-right: 30px;
}
.pt-30 {
padding-top: 30px !important;
}
.pb-30 {
padding-bottom: 30px !important;
}
.pl-30 {
padding-left: 30px !important;
}
.pr-30 {
padding-right: 30px !important;
}
.clear-31 {
height: 31px;
}
.clear-31:before,
.clear-31:after {
content: " ";
display: table;
}
.clear-31:after {
clear: both;
}
.mt-31 {
margin-top: 31px;
}
.mb-31 {
margin-bottom: 31px;
}
.ml-31 {
margin-left: 31px;
}
.mr-31 {
margin-right: 31px;
}
.pt-31 {
padding-top: 31px !important;
}
.pb-31 {
padding-bottom: 31px !important;
}
.pl-31 {
padding-left: 31px !important;
}
.pr-31 {
padding-right: 31px !important;
}
.clear-32 {
height: 32px;
}
.clear-32:before,
.clear-32:after {
content: " ";
display: table;
}
.clear-32:after {
clear: both;
}
.mt-32 {
margin-top: 32px;
}
.mb-32 {
margin-bottom: 32px;
}
.ml-32 {
margin-left: 32px;
}
.mr-32 {
margin-right: 32px;
}
.pt-32 {
padding-top: 32px !important;
}
.pb-32 {
padding-bottom: 32px !important;
}
.pl-32 {
padding-left: 32px !important;
}
.pr-32 {
padding-right: 32px !important;
}
.clear-33 {
height: 33px;
}
.clear-33:before,
.clear-33:after {
content: " ";
display: table;
}
.clear-33:after {
clear: both;
}
.mt-33 {
margin-top: 33px;
}
.mb-33 {
margin-bottom: 33px;
}
.ml-33 {
margin-left: 33px;
}
.mr-33 {
margin-right: 33px;
}
.pt-33 {
padding-top: 33px !important;
}
.pb-33 {
padding-bottom: 33px !important;
}
.pl-33 {
padding-left: 33px !important;
}
.pr-33 {
padding-right: 33px !important;
}
.clear-34 {
height: 34px;
}
.clear-34:before,
.clear-34:after {
content: " ";
display: table;
}
.clear-34:after {
clear: both;
}
.mt-34 {
margin-top: 34px;
}
.mb-34 {
margin-bottom: 34px;
}
.ml-34 {
margin-left: 34px;
}
.mr-34 {
margin-right: 34px;
}
.pt-34 {
padding-top: 34px !important;
}
.pb-34 {
padding-bottom: 34px !important;
}
.pl-34 {
padding-left: 34px !important;
}
.pr-34 {
padding-right: 34px !important;
}
.clear-35 {
height: 35px;
}
.clear-35:before,
.clear-35:after {
content: " ";
display: table;
}
.clear-35:after {
clear: both;
}
.mt-35 {
margin-top: 35px;
}
.mb-35 {
margin-bottom: 35px;
}
.ml-35 {
margin-left: 35px;
}
.mr-35 {
margin-right: 35px;
}
.pt-35 {
padding-top: 35px !important;
}
.pb-35 {
padding-bottom: 35px !important;
}
.pl-35 {
padding-left: 35px !important;
}
.pr-35 {
padding-right: 35px !important;
}
.clear-36 {
height: 36px;
}
.clear-36:before,
.clear-36:after {
content: " ";
display: table;
}
.clear-36:after {
clear: both;
}
.mt-36 {
margin-top: 36px;
}
.mb-36 {
margin-bottom: 36px;
}
.ml-36 {
margin-left: 36px;
}
.mr-36 {
margin-right: 36px;
}
.pt-36 {
padding-top: 36px !important;
}
.pb-36 {
padding-bottom: 36px !important;
}
.pl-36 {
padding-left: 36px !important;
}
.pr-36 {
padding-right: 36px !important;
}
.clear-37 {
height: 37px;
}
.clear-37:before,
.clear-37:after {
content: " ";
display: table;
}
.clear-37:after {
clear: both;
}
.mt-37 {
margin-top: 37px;
}
.mb-37 {
margin-bottom: 37px;
}
.ml-37 {
margin-left: 37px;
}
.mr-37 {
margin-right: 37px;
}
.pt-37 {
padding-top: 37px !important;
}
.pb-37 {
padding-bottom: 37px !important;
}
.pl-37 {
padding-left: 37px !important;
}
.pr-37 {
padding-right: 37px !important;
}
.clear-38 {
height: 38px;
}
.clear-38:before,
.clear-38:after {
content: " ";
display: table;
}
.clear-38:after {
clear: both;
}
.mt-38 {
margin-top: 38px;
}
.mb-38 {
margin-bottom: 38px;
}
.ml-38 {
margin-left: 38px;
}
.mr-38 {
margin-right: 38px;
}
.pt-38 {
padding-top: 38px !important;
}
.pb-38 {
padding-bottom: 38px !important;
}
.pl-38 {
padding-left: 38px !important;
}
.pr-38 {
padding-right: 38px !important;
}
.clear-39 {
height: 39px;
}
.clear-39:before,
.clear-39:after {
content: " ";
display: table;
}
.clear-39:after {
clear: both;
}
.mt-39 {
margin-top: 39px;
}
.mb-39 {
margin-bottom: 39px;
}
.ml-39 {
margin-left: 39px;
}
.mr-39 {
margin-right: 39px;
}
.pt-39 {
padding-top: 39px !important;
}
.pb-39 {
padding-bottom: 39px !important;
}
.pl-39 {
padding-left: 39px !important;
}
.pr-39 {
padding-right: 39px !important;
}
.clear-40 {
height: 40px;
}
.clear-40:before,
.clear-40:after {
content: " ";
display: table;
}
.clear-40:after {
clear: both;
}
.mt-40 {
margin-top: 40px;
}
.mb-40 {
margin-bottom: 40px;
}
.ml-40 {
margin-left: 40px;
}
.mr-40 {
margin-right: 40px;
}
.pt-40 {
padding-top: 40px !important;
}
.pb-40 {
padding-bottom: 40px !important;
}
.pl-40 {
padding-left: 40px !important;
}
.pr-40 {
padding-right: 40px !important;
}
.clear-41 {
height: 41px;
}
.clear-41:before,
.clear-41:after {
content: " ";
display: table;
}
.clear-41:after {
clear: both;
}
.mt-41 {
margin-top: 41px;
}
.mb-41 {
margin-bottom: 41px;
}
.ml-41 {
margin-left: 41px;
}
.mr-41 {
margin-right: 41px;
}
.pt-41 {
padding-top: 41px !important;
}
.pb-41 {
padding-bottom: 41px !important;
}
.pl-41 {
padding-left: 41px !important;
}
.pr-41 {
padding-right: 41px !important;
}
.clear-42 {
height: 42px;
}
.clear-42:before,
.clear-42:after {
content: " ";
display: table;
}
.clear-42:after {
clear: both;
}
.mt-42 {
margin-top: 42px;
}
.mb-42 {
margin-bottom: 42px;
}
.ml-42 {
margin-left: 42px;
}
.mr-42 {
margin-right: 42px;
}
.pt-42 {
padding-top: 42px !important;
}
.pb-42 {
padding-bottom: 42px !important;
}
.pl-42 {
padding-left: 42px !important;
}
.pr-42 {
padding-right: 42px !important;
}
.clear-43 {
height: 43px;
}
.clear-43:before,
.clear-43:after {
content: " ";
display: table;
}
.clear-43:after {
clear: both;
}
.mt-43 {
margin-top: 43px;
}
.mb-43 {
margin-bottom: 43px;
}
.ml-43 {
margin-left: 43px;
}
.mr-43 {
margin-right: 43px;
}
.pt-43 {
padding-top: 43px !important;
}
.pb-43 {
padding-bottom: 43px !important;
}
.pl-43 {
padding-left: 43px !important;
}
.pr-43 {
padding-right: 43px !important;
}
.clear-44 {
height: 44px;
}
.clear-44:before,
.clear-44:after {
content: " ";
display: table;
}
.clear-44:after {
clear: both;
}
.mt-44 {
margin-top: 44px;
}
.mb-44 {
margin-bottom: 44px;
}
.ml-44 {
margin-left: 44px;
}
.mr-44 {
margin-right: 44px;
}
.pt-44 {
padding-top: 44px !important;
}
.pb-44 {
padding-bottom: 44px !important;
}
.pl-44 {
padding-left: 44px !important;
}
.pr-44 {
padding-right: 44px !important;
}
.clear-45 {
height: 45px;
}
.clear-45:before,
.clear-45:after {
content: " ";
display: table;
}
.clear-45:after {
clear: both;
}
.mt-45 {
margin-top: 45px;
}
.mb-45 {
margin-bottom: 45px;
}
.ml-45 {
margin-left: 45px;
}
.mr-45 {
margin-right: 45px;
}
.pt-45 {
padding-top: 45px !important;
}
.pb-45 {
padding-bottom: 45px !important;
}
.pl-45 {
padding-left: 45px !important;
}
.pr-45 {
padding-right: 45px !important;
}
.clear-46 {
height: 46px;
}
.clear-46:before,
.clear-46:after {
content: " ";
display: table;
}
.clear-46:after {
clear: both;
}
.mt-46 {
margin-top: 46px;
}
.mb-46 {
margin-bottom: 46px;
}
.ml-46 {
margin-left: 46px;
}
.mr-46 {
margin-right: 46px;
}
.pt-46 {
padding-top: 46px !important;
}
.pb-46 {
padding-bottom: 46px !important;
}
.pl-46 {
padding-left: 46px !important;
}
.pr-46 {
padding-right: 46px !important;
}
.clear-47 {
height: 47px;
}
.clear-47:before,
.clear-47:after {
content: " ";
display: table;
}
.clear-47:after {
clear: both;
}
.mt-47 {
margin-top: 47px;
}
.mb-47 {
margin-bottom: 47px;
}
.ml-47 {
margin-left: 47px;
}
.mr-47 {
margin-right: 47px;
}
.pt-47 {
padding-top: 47px !important;
}
.pb-47 {
padding-bottom: 47px !important;
}
.pl-47 {
padding-left: 47px !important;
}
.pr-47 {
padding-right: 47px !important;
}
.clear-48 {
height: 48px;
}
.clear-48:before,
.clear-48:after {
content: " ";
display: table;
}
.clear-48:after {
clear: both;
}
.mt-48 {
margin-top: 48px;
}
.mb-48 {
margin-bottom: 48px;
}
.ml-48 {
margin-left: 48px;
}
.mr-48 {
margin-right: 48px;
}
.pt-48 {
padding-top: 48px !important;
}
.pb-48 {
padding-bottom: 48px !important;
}
.pl-48 {
padding-left: 48px !important;
}
.pr-48 {
padding-right: 48px !important;
}
.clear-49 {
height: 49px;
}
.clear-49:before,
.clear-49:after {
content: " ";
display: table;
}
.clear-49:after {
clear: both;
}
.mt-49 {
margin-top: 49px;
}
.mb-49 {
margin-bottom: 49px;
}
.ml-49 {
margin-left: 49px;
}
.mr-49 {
margin-right: 49px;
}
.pt-49 {
padding-top: 49px !important;
}
.pb-49 {
padding-bottom: 49px !important;
}
.pl-49 {
padding-left: 49px !important;
}
.pr-49 {
padding-right: 49px !important;
}
.clear-50 {
height: 50px;
}
.clear-50:before,
.clear-50:after {
content: " ";
display: table;
}
.clear-50:after {
clear: both;
}
.mt-50 {
margin-top: 50px;
}
.mb-50 {
margin-bottom: 50px;
}
.ml-50 {
margin-left: 50px;
}
.mr-50 {
margin-right: 50px;
}
.pt-50 {
padding-top: 50px !important;
}
.pb-50 {
padding-bottom: 50px !important;
}
.pl-50 {
padding-left: 50px !important;
}
.pr-50 {
padding-right: 50px !important;
}
.clear-51 {
height: 51px;
}
.clear-51:before,
.clear-51:after {
content: " ";
display: table;
}
.clear-51:after {
clear: both;
}
.mt-51 {
margin-top: 51px;
}
.mb-51 {
margin-bottom: 51px;
}
.ml-51 {
margin-left: 51px;
}
.mr-51 {
margin-right: 51px;
}
.pt-51 {
padding-top: 51px !important;
}
.pb-51 {
padding-bottom: 51px !important;
}
.pl-51 {
padding-left: 51px !important;
}
.pr-51 {
padding-right: 51px !important;
}
.clear-52 {
height: 52px;
}
.clear-52:before,
.clear-52:after {
content: " ";
display: table;
}
.clear-52:after {
clear: both;
}
.mt-52 {
margin-top: 52px;
}
.mb-52 {
margin-bottom: 52px;
}
.ml-52 {
margin-left: 52px;
}
.mr-52 {
margin-right: 52px;
}
.pt-52 {
padding-top: 52px !important;
}
.pb-52 {
padding-bottom: 52px !important;
}
.pl-52 {
padding-left: 52px !important;
}
.pr-52 {
padding-right: 52px !important;
}
.clear-53 {
height: 53px;
}
.clear-53:before,
.clear-53:after {
content: " ";
display: table;
}
.clear-53:after {
clear: both;
}
.mt-53 {
margin-top: 53px;
}
.mb-53 {
margin-bottom: 53px;
}
.ml-53 {
margin-left: 53px;
}
.mr-53 {
margin-right: 53px;
}
.pt-53 {
padding-top: 53px !important;
}
.pb-53 {
padding-bottom: 53px !important;
}
.pl-53 {
padding-left: 53px !important;
}
.pr-53 {
padding-right: 53px !important;
}
.clear-54 {
height: 54px;
}
.clear-54:before,
.clear-54:after {
content: " ";
display: table;
}
.clear-54:after {
clear: both;
}
.mt-54 {
margin-top: 54px;
}
.mb-54 {
margin-bottom: 54px;
}
.ml-54 {
margin-left: 54px;
}
.mr-54 {
margin-right: 54px;
}
.pt-54 {
padding-top: 54px !important;
}
.pb-54 {
padding-bottom: 54px !important;
}
.pl-54 {
padding-left: 54px !important;
}
.pr-54 {
padding-right: 54px !important;
}
.clear-55 {
height: 55px;
}
.clear-55:before,
.clear-55:after {
content: " ";
display: table;
}
.clear-55:after {
clear: both;
}
.mt-55 {
margin-top: 55px;
}
.mb-55 {
margin-bottom: 55px;
}
.ml-55 {
margin-left: 55px;
}
.mr-55 {
margin-right: 55px;
}
.pt-55 {
padding-top: 55px !important;
}
.pb-55 {
padding-bottom: 55px !important;
}
.pl-55 {
padding-left: 55px !important;
}
.pr-55 {
padding-right: 55px !important;
}
.clear-56 {
height: 56px;
}
.clear-56:before,
.clear-56:after {
content: " ";
display: table;
}
.clear-56:after {
clear: both;
}
.mt-56 {
margin-top: 56px;
}
.mb-56 {
margin-bottom: 56px;
}
.ml-56 {
margin-left: 56px;
}
.mr-56 {
margin-right: 56px;
}
.pt-56 {
padding-top: 56px !important;
}
.pb-56 {
padding-bottom: 56px !important;
}
.pl-56 {
padding-left: 56px !important;
}
.pr-56 {
padding-right: 56px !important;
}
.clear-57 {
height: 57px;
}
.clear-57:before,
.clear-57:after {
content: " ";
display: table;
}
.clear-57:after {
clear: both;
}
.mt-57 {
margin-top: 57px;
}
.mb-57 {
margin-bottom: 57px;
}
.ml-57 {
margin-left: 57px;
}
.mr-57 {
margin-right: 57px;
}
.pt-57 {
padding-top: 57px !important;
}
.pb-57 {
padding-bottom: 57px !important;
}
.pl-57 {
padding-left: 57px !important;
}
.pr-57 {
padding-right: 57px !important;
}
.clear-58 {
height: 58px;
}
.clear-58:before,
.clear-58:after {
content: " ";
display: table;
}
.clear-58:after {
clear: both;
}
.mt-58 {
margin-top: 58px;
}
.mb-58 {
margin-bottom: 58px;
}
.ml-58 {
margin-left: 58px;
}
.mr-58 {
margin-right: 58px;
}
.pt-58 {
padding-top: 58px !important;
}
.pb-58 {
padding-bottom: 58px !important;
}
.pl-58 {
padding-left: 58px !important;
}
.pr-58 {
padding-right: 58px !important;
}
.clear-59 {
height: 59px;
}
.clear-59:before,
.clear-59:after {
content: " ";
display: table;
}
.clear-59:after {
clear: both;
}
.mt-59 {
margin-top: 59px;
}
.mb-59 {
margin-bottom: 59px;
}
.ml-59 {
margin-left: 59px;
}
.mr-59 {
margin-right: 59px;
}
.pt-59 {
padding-top: 59px !important;
}
.pb-59 {
padding-bottom: 59px !important;
}
.pl-59 {
padding-left: 59px !important;
}
.pr-59 {
padding-right: 59px !important;
}
.clear-60 {
height: 60px;
}
.clear-60:before,
.clear-60:after {
content: " ";
display: table;
}
.clear-60:after {
clear: both;
}
.mt-60 {
margin-top: 60px;
}
.mb-60 {
margin-bottom: 60px;
}
.ml-60 {
margin-left: 60px;
}
.mr-60 {
margin-right: 60px;
}
.pt-60 {
padding-top: 60px !important;
}
.pb-60 {
padding-bottom: 60px !important;
}
.pl-60 {
padding-left: 60px !important;
}
.pr-60 {
padding-right: 60px !important;
}
.clear-61 {
height: 61px;
}
.clear-61:before,
.clear-61:after {
content: " ";
display: table;
}
.clear-61:after {
clear: both;
}
.mt-61 {
margin-top: 61px;
}
.mb-61 {
margin-bottom: 61px;
}
.ml-61 {
margin-left: 61px;
}
.mr-61 {
margin-right: 61px;
}
.pt-61 {
padding-top: 61px !important;
}
.pb-61 {
padding-bottom: 61px !important;
}
.pl-61 {
padding-left: 61px !important;
}
.pr-61 {
padding-right: 61px !important;
}
.clear-62 {
height: 62px;
}
.clear-62:before,
.clear-62:after {
content: " ";
display: table;
}
.clear-62:after {
clear: both;
}
.mt-62 {
margin-top: 62px;
}
.mb-62 {
margin-bottom: 62px;
}
.ml-62 {
margin-left: 62px;
}
.mr-62 {
margin-right: 62px;
}
.pt-62 {
padding-top: 62px !important;
}
.pb-62 {
padding-bottom: 62px !important;
}
.pl-62 {
padding-left: 62px !important;
}
.pr-62 {
padding-right: 62px !important;
}
.clear-63 {
height: 63px;
}
.clear-63:before,
.clear-63:after {
content: " ";
display: table;
}
.clear-63:after {
clear: both;
}
.mt-63 {
margin-top: 63px;
}
.mb-63 {
margin-bottom: 63px;
}
.ml-63 {
margin-left: 63px;
}
.mr-63 {
margin-right: 63px;
}
.pt-63 {
padding-top: 63px !important;
}
.pb-63 {
padding-bottom: 63px !important;
}
.pl-63 {
padding-left: 63px !important;
}
.pr-63 {
padding-right: 63px !important;
}
.clear-64 {
height: 64px;
}
.clear-64:before,
.clear-64:after {
content: " ";
display: table;
}
.clear-64:after {
clear: both;
}
.mt-64 {
margin-top: 64px;
}
.mb-64 {
margin-bottom: 64px;
}
.ml-64 {
margin-left: 64px;
}
.mr-64 {
margin-right: 64px;
}
.pt-64 {
padding-top: 64px !important;
}
.pb-64 {
padding-bottom: 64px !important;
}
.pl-64 {
padding-left: 64px !important;
}
.pr-64 {
padding-right: 64px !important;
}
.clear-65 {
height: 65px;
}
.clear-65:before,
.clear-65:after {
content: " ";
display: table;
}
.clear-65:after {
clear: both;
}
.mt-65 {
margin-top: 65px;
}
.mb-65 {
margin-bottom: 65px;
}
.ml-65 {
margin-left: 65px;
}
.mr-65 {
margin-right: 65px;
}
.pt-65 {
padding-top: 65px !important;
}
.pb-65 {
padding-bottom: 65px !important;
}
.pl-65 {
padding-left: 65px !important;
}
.pr-65 {
padding-right: 65px !important;
}
.clear-66 {
height: 66px;
}
.clear-66:before,
.clear-66:after {
content: " ";
display: table;
}
.clear-66:after {
clear: both;
}
.mt-66 {
margin-top: 66px;
}
.mb-66 {
margin-bottom: 66px;
}
.ml-66 {
margin-left: 66px;
}
.mr-66 {
margin-right: 66px;
}
.pt-66 {
padding-top: 66px !important;
}
.pb-66 {
padding-bottom: 66px !important;
}
.pl-66 {
padding-left: 66px !important;
}
.pr-66 {
padding-right: 66px !important;
}
.clear-67 {
height: 67px;
}
.clear-67:before,
.clear-67:after {
content: " ";
display: table;
}
.clear-67:after {
clear: both;
}
.mt-67 {
margin-top: 67px;
}
.mb-67 {
margin-bottom: 67px;
}
.ml-67 {
margin-left: 67px;
}
.mr-67 {
margin-right: 67px;
}
.pt-67 {
padding-top: 67px !important;
}
.pb-67 {
padding-bottom: 67px !important;
}
.pl-67 {
padding-left: 67px !important;
}
.pr-67 {
padding-right: 67px !important;
}
.clear-68 {
height: 68px;
}
.clear-68:before,
.clear-68:after {
content: " ";
display: table;
}
.clear-68:after {
clear: both;
}
.mt-68 {
margin-top: 68px;
}
.mb-68 {
margin-bottom: 68px;
}
.ml-68 {
margin-left: 68px;
}
.mr-68 {
margin-right: 68px;
}
.pt-68 {
padding-top: 68px !important;
}
.pb-68 {
padding-bottom: 68px !important;
}
.pl-68 {
padding-left: 68px !important;
}
.pr-68 {
padding-right: 68px !important;
}
.clear-69 {
height: 69px;
}
.clear-69:before,
.clear-69:after {
content: " ";
display: table;
}
.clear-69:after {
clear: both;
}
.mt-69 {
margin-top: 69px;
}
.mb-69 {
margin-bottom: 69px;
}
.ml-69 {
margin-left: 69px;
}
.mr-69 {
margin-right: 69px;
}
.pt-69 {
padding-top: 69px !important;
}
.pb-69 {
padding-bottom: 69px !important;
}
.pl-69 {
padding-left: 69px !important;
}
.pr-69 {
padding-right: 69px !important;
}
.clear-70 {
height: 70px;
}
.clear-70:before,
.clear-70:after {
content: " ";
display: table;
}
.clear-70:after {
clear: both;
}
.mt-70 {
margin-top: 70px;
}
.mb-70 {
margin-bottom: 70px;
}
.ml-70 {
margin-left: 70px;
}
.mr-70 {
margin-right: 70px;
}
.pt-70 {
padding-top: 70px !important;
}
.pb-70 {
padding-bottom: 70px !important;
}
.pl-70 {
padding-left: 70px !important;
}
.pr-70 {
padding-right: 70px !important;
}
.clear-71 {
height: 71px;
}
.clear-71:before,
.clear-71:after {
content: " ";
display: table;
}
.clear-71:after {
clear: both;
}
.mt-71 {
margin-top: 71px;
}
.mb-71 {
margin-bottom: 71px;
}
.ml-71 {
margin-left: 71px;
}
.mr-71 {
margin-right: 71px;
}
.pt-71 {
padding-top: 71px !important;
}
.pb-71 {
padding-bottom: 71px !important;
}
.pl-71 {
padding-left: 71px !important;
}
.pr-71 {
padding-right: 71px !important;
}
.clear-72 {
height: 72px;
}
.clear-72:before,
.clear-72:after {
content: " ";
display: table;
}
.clear-72:after {
clear: both;
}
.mt-72 {
margin-top: 72px;
}
.mb-72 {
margin-bottom: 72px;
}
.ml-72 {
margin-left: 72px;
}
.mr-72 {
margin-right: 72px;
}
.pt-72 {
padding-top: 72px !important;
}
.pb-72 {
padding-bottom: 72px !important;
}
.pl-72 {
padding-left: 72px !important;
}
.pr-72 {
padding-right: 72px !important;
}
.clear-73 {
height: 73px;
}
.clear-73:before,
.clear-73:after {
content: " ";
display: table;
}
.clear-73:after {
clear: both;
}
.mt-73 {
margin-top: 73px;
}
.mb-73 {
margin-bottom: 73px;
}
.ml-73 {
margin-left: 73px;
}
.mr-73 {
margin-right: 73px;
}
.pt-73 {
padding-top: 73px !important;
}
.pb-73 {
padding-bottom: 73px !important;
}
.pl-73 {
padding-left: 73px !important;
}
.pr-73 {
padding-right: 73px !important;
}
.clear-74 {
height: 74px;
}
.clear-74:before,
.clear-74:after {
content: " ";
display: table;
}
.clear-74:after {
clear: both;
}
.mt-74 {
margin-top: 74px;
}
.mb-74 {
margin-bottom: 74px;
}
.ml-74 {
margin-left: 74px;
}
.mr-74 {
margin-right: 74px;
}
.pt-74 {
padding-top: 74px !important;
}
.pb-74 {
padding-bottom: 74px !important;
}
.pl-74 {
padding-left: 74px !important;
}
.pr-74 {
padding-right: 74px !important;
}
.clear-75 {
height: 75px;
}
.clear-75:before,
.clear-75:after {
content: " ";
display: table;
}
.clear-75:after {
clear: both;
}
.mt-75 {
margin-top: 75px;
}
.mb-75 {
margin-bottom: 75px;
}
.ml-75 {
margin-left: 75px;
}
.mr-75 {
margin-right: 75px;
}
.pt-75 {
padding-top: 75px !important;
}
.pb-75 {
padding-bottom: 75px !important;
}
.pl-75 {
padding-left: 75px !important;
}
.pr-75 {
padding-right: 75px !important;
}
.clear-76 {
height: 76px;
}
.clear-76:before,
.clear-76:after {
content: " ";
display: table;
}
.clear-76:after {
clear: both;
}
.mt-76 {
margin-top: 76px;
}
.mb-76 {
margin-bottom: 76px;
}
.ml-76 {
margin-left: 76px;
}
.mr-76 {
margin-right: 76px;
}
.pt-76 {
padding-top: 76px !important;
}
.pb-76 {
padding-bottom: 76px !important;
}
.pl-76 {
padding-left: 76px !important;
}
.pr-76 {
padding-right: 76px !important;
}
.clear-77 {
height: 77px;
}
.clear-77:before,
.clear-77:after {
content: " ";
display: table;
}
.clear-77:after {
clear: both;
}
.mt-77 {
margin-top: 77px;
}
.mb-77 {
margin-bottom: 77px;
}
.ml-77 {
margin-left: 77px;
}
.mr-77 {
margin-right: 77px;
}
.pt-77 {
padding-top: 77px !important;
}
.pb-77 {
padding-bottom: 77px !important;
}
.pl-77 {
padding-left: 77px !important;
}
.pr-77 {
padding-right: 77px !important;
}
.clear-78 {
height: 78px;
}
.clear-78:before,
.clear-78:after {
content: " ";
display: table;
}
.clear-78:after {
clear: both;
}
.mt-78 {
margin-top: 78px;
}
.mb-78 {
margin-bottom: 78px;
}
.ml-78 {
margin-left: 78px;
}
.mr-78 {
margin-right: 78px;
}
.pt-78 {
padding-top: 78px !important;
}
.pb-78 {
padding-bottom: 78px !important;
}
.pl-78 {
padding-left: 78px !important;
}
.pr-78 {
padding-right: 78px !important;
}
.clear-79 {
height: 79px;
}
.clear-79:before,
.clear-79:after {
content: " ";
display: table;
}
.clear-79:after {
clear: both;
}
.mt-79 {
margin-top: 79px;
}
.mb-79 {
margin-bottom: 79px;
}
.ml-79 {
margin-left: 79px;
}
.mr-79 {
margin-right: 79px;
}
.pt-79 {
padding-top: 79px !important;
}
.pb-79 {
padding-bottom: 79px !important;
}
.pl-79 {
padding-left: 79px !important;
}
.pr-79 {
padding-right: 79px !important;
}
.clear-80 {
height: 80px;
}
.clear-80:before,
.clear-80:after {
content: " ";
display: table;
}
.clear-80:after {
clear: both;
}
.mt-80 {
margin-top: 80px;
}
.mb-80 {
margin-bottom: 80px;
}
.ml-80 {
margin-left: 80px;
}
.mr-80 {
margin-right: 80px;
}
.pt-80 {
padding-top: 80px !important;
}
.pb-80 {
padding-bottom: 80px !important;
}
.pl-80 {
padding-left: 80px !important;
}
.pr-80 {
padding-right: 80px !important;
}
.clear-81 {
height: 81px;
}
.clear-81:before,
.clear-81:after {
content: " ";
display: table;
}
.clear-81:after {
clear: both;
}
.mt-81 {
margin-top: 81px;
}
.mb-81 {
margin-bottom: 81px;
}
.ml-81 {
margin-left: 81px;
}
.mr-81 {
margin-right: 81px;
}
.pt-81 {
padding-top: 81px !important;
}
.pb-81 {
padding-bottom: 81px !important;
}
.pl-81 {
padding-left: 81px !important;
}
.pr-81 {
padding-right: 81px !important;
}
.clear-82 {
height: 82px;
}
.clear-82:before,
.clear-82:after {
content: " ";
display: table;
}
.clear-82:after {
clear: both;
}
.mt-82 {
margin-top: 82px;
}
.mb-82 {
margin-bottom: 82px;
}
.ml-82 {
margin-left: 82px;
}
.mr-82 {
margin-right: 82px;
}
.pt-82 {
padding-top: 82px !important;
}
.pb-82 {
padding-bottom: 82px !important;
}
.pl-82 {
padding-left: 82px !important;
}
.pr-82 {
padding-right: 82px !important;
}
.clear-83 {
height: 83px;
}
.clear-83:before,
.clear-83:after {
content: " ";
display: table;
}
.clear-83:after {
clear: both;
}
.mt-83 {
margin-top: 83px;
}
.mb-83 {
margin-bottom: 83px;
}
.ml-83 {
margin-left: 83px;
}
.mr-83 {
margin-right: 83px;
}
.pt-83 {
padding-top: 83px !important;
}
.pb-83 {
padding-bottom: 83px !important;
}
.pl-83 {
padding-left: 83px !important;
}
.pr-83 {
padding-right: 83px !important;
}
.clear-84 {
height: 84px;
}
.clear-84:before,
.clear-84:after {
content: " ";
display: table;
}
.clear-84:after {
clear: both;
}
.mt-84 {
margin-top: 84px;
}
.mb-84 {
margin-bottom: 84px;
}
.ml-84 {
margin-left: 84px;
}
.mr-84 {
margin-right: 84px;
}
.pt-84 {
padding-top: 84px !important;
}
.pb-84 {
padding-bottom: 84px !important;
}
.pl-84 {
padding-left: 84px !important;
}
.pr-84 {
padding-right: 84px !important;
}
.clear-85 {
height: 85px;
}
.clear-85:before,
.clear-85:after {
content: " ";
display: table;
}
.clear-85:after {
clear: both;
}
.mt-85 {
margin-top: 85px;
}
.mb-85 {
margin-bottom: 85px;
}
.ml-85 {
margin-left: 85px;
}
.mr-85 {
margin-right: 85px;
}
.pt-85 {
padding-top: 85px !important;
}
.pb-85 {
padding-bottom: 85px !important;
}
.pl-85 {
padding-left: 85px !important;
}
.pr-85 {
padding-right: 85px !important;
}
.clear-86 {
height: 86px;
}
.clear-86:before,
.clear-86:after {
content: " ";
display: table;
}
.clear-86:after {
clear: both;
}
.mt-86 {
margin-top: 86px;
}
.mb-86 {
margin-bottom: 86px;
}
.ml-86 {
margin-left: 86px;
}
.mr-86 {
margin-right: 86px;
}
.pt-86 {
padding-top: 86px !important;
}
.pb-86 {
padding-bottom: 86px !important;
}
.pl-86 {
padding-left: 86px !important;
}
.pr-86 {
padding-right: 86px !important;
}
.clear-87 {
height: 87px;
}
.clear-87:before,
.clear-87:after {
content: " ";
display: table;
}
.clear-87:after {
clear: both;
}
.mt-87 {
margin-top: 87px;
}
.mb-87 {
margin-bottom: 87px;
}
.ml-87 {
margin-left: 87px;
}
.mr-87 {
margin-right: 87px;
}
.pt-87 {
padding-top: 87px !important;
}
.pb-87 {
padding-bottom: 87px !important;
}
.pl-87 {
padding-left: 87px !important;
}
.pr-87 {
padding-right: 87px !important;
}
.clear-88 {
height: 88px;
}
.clear-88:before,
.clear-88:after {
content: " ";
display: table;
}
.clear-88:after {
clear: both;
}
.mt-88 {
margin-top: 88px;
}
.mb-88 {
margin-bottom: 88px;
}
.ml-88 {
margin-left: 88px;
}
.mr-88 {
margin-right: 88px;
}
.pt-88 {
padding-top: 88px !important;
}
.pb-88 {
padding-bottom: 88px !important;
}
.pl-88 {
padding-left: 88px !important;
}
.pr-88 {
padding-right: 88px !important;
}
.clear-89 {
height: 89px;
}
.clear-89:before,
.clear-89:after {
content: " ";
display: table;
}
.clear-89:after {
clear: both;
}
.mt-89 {
margin-top: 89px;
}
.mb-89 {
margin-bottom: 89px;
}
.ml-89 {
margin-left: 89px;
}
.mr-89 {
margin-right: 89px;
}
.pt-89 {
padding-top: 89px !important;
}
.pb-89 {
padding-bottom: 89px !important;
}
.pl-89 {
padding-left: 89px !important;
}
.pr-89 {
padding-right: 89px !important;
}
.clear-90 {
height: 90px;
}
.clear-90:before,
.clear-90:after {
content: " ";
display: table;
}
.clear-90:after {
clear: both;
}
.mt-90 {
margin-top: 90px;
}
.mb-90 {
margin-bottom: 90px;
}
.ml-90 {
margin-left: 90px;
}
.mr-90 {
margin-right: 90px;
}
.pt-90 {
padding-top: 90px !important;
}
.pb-90 {
padding-bottom: 90px !important;
}
.pl-90 {
padding-left: 90px !important;
}
.pr-90 {
padding-right: 90px !important;
}
.clear-91 {
height: 91px;
}
.clear-91:before,
.clear-91:after {
content: " ";
display: table;
}
.clear-91:after {
clear: both;
}
.mt-91 {
margin-top: 91px;
}
.mb-91 {
margin-bottom: 91px;
}
.ml-91 {
margin-left: 91px;
}
.mr-91 {
margin-right: 91px;
}
.pt-91 {
padding-top: 91px !important;
}
.pb-91 {
padding-bottom: 91px !important;
}
.pl-91 {
padding-left: 91px !important;
}
.pr-91 {
padding-right: 91px !important;
}
.clear-92 {
height: 92px;
}
.clear-92:before,
.clear-92:after {
content: " ";
display: table;
}
.clear-92:after {
clear: both;
}
.mt-92 {
margin-top: 92px;
}
.mb-92 {
margin-bottom: 92px;
}
.ml-92 {
margin-left: 92px;
}
.mr-92 {
margin-right: 92px;
}
.pt-92 {
padding-top: 92px !important;
}
.pb-92 {
padding-bottom: 92px !important;
}
.pl-92 {
padding-left: 92px !important;
}
.pr-92 {
padding-right: 92px !important;
}
.clear-93 {
height: 93px;
}
.clear-93:before,
.clear-93:after {
content: " ";
display: table;
}
.clear-93:after {
clear: both;
}
.mt-93 {
margin-top: 93px;
}
.mb-93 {
margin-bottom: 93px;
}
.ml-93 {
margin-left: 93px;
}
.mr-93 {
margin-right: 93px;
}
.pt-93 {
padding-top: 93px !important;
}
.pb-93 {
padding-bottom: 93px !important;
}
.pl-93 {
padding-left: 93px !important;
}
.pr-93 {
padding-right: 93px !important;
}
.clear-94 {
height: 94px;
}
.clear-94:before,
.clear-94:after {
content: " ";
display: table;
}
.clear-94:after {
clear: both;
}
.mt-94 {
margin-top: 94px;
}
.mb-94 {
margin-bottom: 94px;
}
.ml-94 {
margin-left: 94px;
}
.mr-94 {
margin-right: 94px;
}
.pt-94 {
padding-top: 94px !important;
}
.pb-94 {
padding-bottom: 94px !important;
}
.pl-94 {
padding-left: 94px !important;
}
.pr-94 {
padding-right: 94px !important;
}
.clear-95 {
height: 95px;
}
.clear-95:before,
.clear-95:after {
content: " ";
display: table;
}
.clear-95:after {
clear: both;
}
.mt-95 {
margin-top: 95px;
}
.mb-95 {
margin-bottom: 95px;
}
.ml-95 {
margin-left: 95px;
}
.mr-95 {
margin-right: 95px;
}
.pt-95 {
padding-top: 95px !important;
}
.pb-95 {
padding-bottom: 95px !important;
}
.pl-95 {
padding-left: 95px !important;
}
.pr-95 {
padding-right: 95px !important;
}
.clear-96 {
height: 96px;
}
.clear-96:before,
.clear-96:after {
content: " ";
display: table;
}
.clear-96:after {
clear: both;
}
.mt-96 {
margin-top: 96px;
}
.mb-96 {
margin-bottom: 96px;
}
.ml-96 {
margin-left: 96px;
}
.mr-96 {
margin-right: 96px;
}
.pt-96 {
padding-top: 96px !important;
}
.pb-96 {
padding-bottom: 96px !important;
}
.pl-96 {
padding-left: 96px !important;
}
.pr-96 {
padding-right: 96px !important;
}
.clear-97 {
height: 97px;
}
.clear-97:before,
.clear-97:after {
content: " ";
display: table;
}
.clear-97:after {
clear: both;
}
.mt-97 {
margin-top: 97px;
}
.mb-97 {
margin-bottom: 97px;
}
.ml-97 {
margin-left: 97px;
}
.mr-97 {
margin-right: 97px;
}
.pt-97 {
padding-top: 97px !important;
}
.pb-97 {
padding-bottom: 97px !important;
}
.pl-97 {
padding-left: 97px !important;
}
.pr-97 {
padding-right: 97px !important;
}
.clear-98 {
height: 98px;
}
.clear-98:before,
.clear-98:after {
content: " ";
display: table;
}
.clear-98:after {
clear: both;
}
.mt-98 {
margin-top: 98px;
}
.mb-98 {
margin-bottom: 98px;
}
.ml-98 {
margin-left: 98px;
}
.mr-98 {
margin-right: 98px;
}
.pt-98 {
padding-top: 98px !important;
}
.pb-98 {
padding-bottom: 98px !important;
}
.pl-98 {
padding-left: 98px !important;
}
.pr-98 {
padding-right: 98px !important;
}
.clear-99 {
height: 99px;
}
.clear-99:before,
.clear-99:after {
content: " ";
display: table;
}
.clear-99:after {
clear: both;
}
.mt-99 {
margin-top: 99px;
}
.mb-99 {
margin-bottom: 99px;
}
.ml-99 {
margin-left: 99px;
}
.mr-99 {
margin-right: 99px;
}
.pt-99 {
padding-top: 99px !important;
}
.pb-99 {
padding-bottom: 99px !important;
}
.pl-99 {
padding-left: 99px !important;
}
.pr-99 {
padding-right: 99px !important;
}
.clear-100 {
height: 100px;
}
.clear-100:before,
.clear-100:after {
content: " ";
display: table;
}
.clear-100:after {
clear: both;
}
.mt-100 {
margin-top: 100px;
}
.mb-100 {
margin-bottom: 100px;
}
.ml-100 {
margin-left: 100px;
}
.mr-100 {
margin-right: 100px;
}
.pt-100 {
padding-top: 100px !important;
}
.pb-100 {
padding-bottom: 100px !important;
}
.pl-100 {
padding-left: 100px !important;
}
.pr-100 {
padding-right: 100px !important;
}
.clear-101 {
height: 101px;
}
.clear-101:before,
.clear-101:after {
content: " ";
display: table;
}
.clear-101:after {
clear: both;
}
.mt-101 {
margin-top: 101px;
}
.mb-101 {
margin-bottom: 101px;
}
.ml-101 {
margin-left: 101px;
}
.mr-101 {
margin-right: 101px;
}
.pt-101 {
padding-top: 101px !important;
}
.pb-101 {
padding-bottom: 101px !important;
}
.pl-101 {
padding-left: 101px !important;
}
.pr-101 {
padding-right: 101px !important;
}
.clear-102 {
height: 102px;
}
.clear-102:before,
.clear-102:after {
content: " ";
display: table;
}
.clear-102:after {
clear: both;
}
.mt-102 {
margin-top: 102px;
}
.mb-102 {
margin-bottom: 102px;
}
.ml-102 {
margin-left: 102px;
}
.mr-102 {
margin-right: 102px;
}
.pt-102 {
padding-top: 102px !important;
}
.pb-102 {
padding-bottom: 102px !important;
}
.pl-102 {
padding-left: 102px !important;
}
.pr-102 {
padding-right: 102px !important;
}
.clear-103 {
height: 103px;
}
.clear-103:before,
.clear-103:after {
content: " ";
display: table;
}
.clear-103:after {
clear: both;
}
.mt-103 {
margin-top: 103px;
}
.mb-103 {
margin-bottom: 103px;
}
.ml-103 {
margin-left: 103px;
}
.mr-103 {
margin-right: 103px;
}
.pt-103 {
padding-top: 103px !important;
}
.pb-103 {
padding-bottom: 103px !important;
}
.pl-103 {
padding-left: 103px !important;
}
.pr-103 {
padding-right: 103px !important;
}
.clear-104 {
height: 104px;
}
.clear-104:before,
.clear-104:after {
content: " ";
display: table;
}
.clear-104:after {
clear: both;
}
.mt-104 {
margin-top: 104px;
}
.mb-104 {
margin-bottom: 104px;
}
.ml-104 {
margin-left: 104px;
}
.mr-104 {
margin-right: 104px;
}
.pt-104 {
padding-top: 104px !important;
}
.pb-104 {
padding-bottom: 104px !important;
}
.pl-104 {
padding-left: 104px !important;
}
.pr-104 {
padding-right: 104px !important;
}
.clear-105 {
height: 105px;
}
.clear-105:before,
.clear-105:after {
content: " ";
display: table;
}
.clear-105:after {
clear: both;
}
.mt-105 {
margin-top: 105px;
}
.mb-105 {
margin-bottom: 105px;
}
.ml-105 {
margin-left: 105px;
}
.mr-105 {
margin-right: 105px;
}
.pt-105 {
padding-top: 105px !important;
}
.pb-105 {
padding-bottom: 105px !important;
}
.pl-105 {
padding-left: 105px !important;
}
.pr-105 {
padding-right: 105px !important;
}
.clear-106 {
height: 106px;
}
.clear-106:before,
.clear-106:after {
content: " ";
display: table;
}
.clear-106:after {
clear: both;
}
.mt-106 {
margin-top: 106px;
}
.mb-106 {
margin-bottom: 106px;
}
.ml-106 {
margin-left: 106px;
}
.mr-106 {
margin-right: 106px;
}
.pt-106 {
padding-top: 106px !important;
}
.pb-106 {
padding-bottom: 106px !important;
}
.pl-106 {
padding-left: 106px !important;
}
.pr-106 {
padding-right: 106px !important;
}
.clear-107 {
height: 107px;
}
.clear-107:before,
.clear-107:after {
content: " ";
display: table;
}
.clear-107:after {
clear: both;
}
.mt-107 {
margin-top: 107px;
}
.mb-107 {
margin-bottom: 107px;
}
.ml-107 {
margin-left: 107px;
}
.mr-107 {
margin-right: 107px;
}
.pt-107 {
padding-top: 107px !important;
}
.pb-107 {
padding-bottom: 107px !important;
}
.pl-107 {
padding-left: 107px !important;
}
.pr-107 {
padding-right: 107px !important;
}
.clear-108 {
height: 108px;
}
.clear-108:before,
.clear-108:after {
content: " ";
display: table;
}
.clear-108:after {
clear: both;
}
.mt-108 {
margin-top: 108px;
}
.mb-108 {
margin-bottom: 108px;
}
.ml-108 {
margin-left: 108px;
}
.mr-108 {
margin-right: 108px;
}
.pt-108 {
padding-top: 108px !important;
}
.pb-108 {
padding-bottom: 108px !important;
}
.pl-108 {
padding-left: 108px !important;
}
.pr-108 {
padding-right: 108px !important;
}
.clear-109 {
height: 109px;
}
.clear-109:before,
.clear-109:after {
content: " ";
display: table;
}
.clear-109:after {
clear: both;
}
.mt-109 {
margin-top: 109px;
}
.mb-109 {
margin-bottom: 109px;
}
.ml-109 {
margin-left: 109px;
}
.mr-109 {
margin-right: 109px;
}
.pt-109 {
padding-top: 109px !important;
}
.pb-109 {
padding-bottom: 109px !important;
}
.pl-109 {
padding-left: 109px !important;
}
.pr-109 {
padding-right: 109px !important;
}
.clear-110 {
height: 110px;
}
.clear-110:before,
.clear-110:after {
content: " ";
display: table;
}
.clear-110:after {
clear: both;
}
.mt-110 {
margin-top: 110px;
}
.mb-110 {
margin-bottom: 110px;
}
.ml-110 {
margin-left: 110px;
}
.mr-110 {
margin-right: 110px;
}
.pt-110 {
padding-top: 110px !important;
}
.pb-110 {
padding-bottom: 110px !important;
}
.pl-110 {
padding-left: 110px !important;
}
.pr-110 {
padding-right: 110px !important;
}
.clear-111 {
height: 111px;
}
.clear-111:before,
.clear-111:after {
content: " ";
display: table;
}
.clear-111:after {
clear: both;
}
.mt-111 {
margin-top: 111px;
}
.mb-111 {
margin-bottom: 111px;
}
.ml-111 {
margin-left: 111px;
}
.mr-111 {
margin-right: 111px;
}
.pt-111 {
padding-top: 111px !important;
}
.pb-111 {
padding-bottom: 111px !important;
}
.pl-111 {
padding-left: 111px !important;
}
.pr-111 {
padding-right: 111px !important;
}
.clear-112 {
height: 112px;
}
.clear-112:before,
.clear-112:after {
content: " ";
display: table;
}
.clear-112:after {
clear: both;
}
.mt-112 {
margin-top: 112px;
}
.mb-112 {
margin-bottom: 112px;
}
.ml-112 {
margin-left: 112px;
}
.mr-112 {
margin-right: 112px;
}
.pt-112 {
padding-top: 112px !important;
}
.pb-112 {
padding-bottom: 112px !important;
}
.pl-112 {
padding-left: 112px !important;
}
.pr-112 {
padding-right: 112px !important;
}
.clear-113 {
height: 113px;
}
.clear-113:before,
.clear-113:after {
content: " ";
display: table;
}
.clear-113:after {
clear: both;
}
.mt-113 {
margin-top: 113px;
}
.mb-113 {
margin-bottom: 113px;
}
.ml-113 {
margin-left: 113px;
}
.mr-113 {
margin-right: 113px;
}
.pt-113 {
padding-top: 113px !important;
}
.pb-113 {
padding-bottom: 113px !important;
}
.pl-113 {
padding-left: 113px !important;
}
.pr-113 {
padding-right: 113px !important;
}
.clear-114 {
height: 114px;
}
.clear-114:before,
.clear-114:after {
content: " ";
display: table;
}
.clear-114:after {
clear: both;
}
.mt-114 {
margin-top: 114px;
}
.mb-114 {
margin-bottom: 114px;
}
.ml-114 {
margin-left: 114px;
}
.mr-114 {
margin-right: 114px;
}
.pt-114 {
padding-top: 114px !important;
}
.pb-114 {
padding-bottom: 114px !important;
}
.pl-114 {
padding-left: 114px !important;
}
.pr-114 {
padding-right: 114px !important;
}
.clear-115 {
height: 115px;
}
.clear-115:before,
.clear-115:after {
content: " ";
display: table;
}
.clear-115:after {
clear: both;
}
.mt-115 {
margin-top: 115px;
}
.mb-115 {
margin-bottom: 115px;
}
.ml-115 {
margin-left: 115px;
}
.mr-115 {
margin-right: 115px;
}
.pt-115 {
padding-top: 115px !important;
}
.pb-115 {
padding-bottom: 115px !important;
}
.pl-115 {
padding-left: 115px !important;
}
.pr-115 {
padding-right: 115px !important;
}
.clear-116 {
height: 116px;
}
.clear-116:before,
.clear-116:after {
content: " ";
display: table;
}
.clear-116:after {
clear: both;
}
.mt-116 {
margin-top: 116px;
}
.mb-116 {
margin-bottom: 116px;
}
.ml-116 {
margin-left: 116px;
}
.mr-116 {
margin-right: 116px;
}
.pt-116 {
padding-top: 116px !important;
}
.pb-116 {
padding-bottom: 116px !important;
}
.pl-116 {
padding-left: 116px !important;
}
.pr-116 {
padding-right: 116px !important;
}
.clear-117 {
height: 117px;
}
.clear-117:before,
.clear-117:after {
content: " ";
display: table;
}
.clear-117:after {
clear: both;
}
.mt-117 {
margin-top: 117px;
}
.mb-117 {
margin-bottom: 117px;
}
.ml-117 {
margin-left: 117px;
}
.mr-117 {
margin-right: 117px;
}
.pt-117 {
padding-top: 117px !important;
}
.pb-117 {
padding-bottom: 117px !important;
}
.pl-117 {
padding-left: 117px !important;
}
.pr-117 {
padding-right: 117px !important;
}
.clear-118 {
height: 118px;
}
.clear-118:before,
.clear-118:after {
content: " ";
display: table;
}
.clear-118:after {
clear: both;
}
.mt-118 {
margin-top: 118px;
}
.mb-118 {
margin-bottom: 118px;
}
.ml-118 {
margin-left: 118px;
}
.mr-118 {
margin-right: 118px;
}
.pt-118 {
padding-top: 118px !important;
}
.pb-118 {
padding-bottom: 118px !important;
}
.pl-118 {
padding-left: 118px !important;
}
.pr-118 {
padding-right: 118px !important;
}
.clear-119 {
height: 119px;
}
.clear-119:before,
.clear-119:after {
content: " ";
display: table;
}
.clear-119:after {
clear: both;
}
.mt-119 {
margin-top: 119px;
}
.mb-119 {
margin-bottom: 119px;
}
.ml-119 {
margin-left: 119px;
}
.mr-119 {
margin-right: 119px;
}
.pt-119 {
padding-top: 119px !important;
}
.pb-119 {
padding-bottom: 119px !important;
}
.pl-119 {
padding-left: 119px !important;
}
.pr-119 {
padding-right: 119px !important;
}
.clear-120 {
height: 120px;
}
.clear-120:before,
.clear-120:after {
content: " ";
display: table;
}
.clear-120:after {
clear: both;
}
.mt-120 {
margin-top: 120px;
}
.mb-120 {
margin-bottom: 120px;
}
.ml-120 {
margin-left: 120px;
}
.mr-120 {
margin-right: 120px;
}
.pt-120 {
padding-top: 120px !important;
}
.pb-120 {
padding-bottom: 120px !important;
}
.pl-120 {
padding-left: 120px !important;
}
.pr-120 {
padding-right: 120px !important;
}
.clear-121 {
height: 121px;
}
.clear-121:before,
.clear-121:after {
content: " ";
display: table;
}
.clear-121:after {
clear: both;
}
.mt-121 {
margin-top: 121px;
}
.mb-121 {
margin-bottom: 121px;
}
.ml-121 {
margin-left: 121px;
}
.mr-121 {
margin-right: 121px;
}
.pt-121 {
padding-top: 121px !important;
}
.pb-121 {
padding-bottom: 121px !important;
}
.pl-121 {
padding-left: 121px !important;
}
.pr-121 {
padding-right: 121px !important;
}
.clear-122 {
height: 122px;
}
.clear-122:before,
.clear-122:after {
content: " ";
display: table;
}
.clear-122:after {
clear: both;
}
.mt-122 {
margin-top: 122px;
}
.mb-122 {
margin-bottom: 122px;
}
.ml-122 {
margin-left: 122px;
}
.mr-122 {
margin-right: 122px;
}
.pt-122 {
padding-top: 122px !important;
}
.pb-122 {
padding-bottom: 122px !important;
}
.pl-122 {
padding-left: 122px !important;
}
.pr-122 {
padding-right: 122px !important;
}
.clear-123 {
height: 123px;
}
.clear-123:before,
.clear-123:after {
content: " ";
display: table;
}
.clear-123:after {
clear: both;
}
.mt-123 {
margin-top: 123px;
}
.mb-123 {
margin-bottom: 123px;
}
.ml-123 {
margin-left: 123px;
}
.mr-123 {
margin-right: 123px;
}
.pt-123 {
padding-top: 123px !important;
}
.pb-123 {
padding-bottom: 123px !important;
}
.pl-123 {
padding-left: 123px !important;
}
.pr-123 {
padding-right: 123px !important;
}
.clear-124 {
height: 124px;
}
.clear-124:before,
.clear-124:after {
content: " ";
display: table;
}
.clear-124:after {
clear: both;
}
.mt-124 {
margin-top: 124px;
}
.mb-124 {
margin-bottom: 124px;
}
.ml-124 {
margin-left: 124px;
}
.mr-124 {
margin-right: 124px;
}
.pt-124 {
padding-top: 124px !important;
}
.pb-124 {
padding-bottom: 124px !important;
}
.pl-124 {
padding-left: 124px !important;
}
.pr-124 {
padding-right: 124px !important;
}
.clear-125 {
height: 125px;
}
.clear-125:before,
.clear-125:after {
content: " ";
display: table;
}
.clear-125:after {
clear: both;
}
.mt-125 {
margin-top: 125px;
}
.mb-125 {
margin-bottom: 125px;
}
.ml-125 {
margin-left: 125px;
}
.mr-125 {
margin-right: 125px;
}
.pt-125 {
padding-top: 125px !important;
}
.pb-125 {
padding-bottom: 125px !important;
}
.pl-125 {
padding-left: 125px !important;
}
.pr-125 {
padding-right: 125px !important;
}
.clear-126 {
height: 126px;
}
.clear-126:before,
.clear-126:after {
content: " ";
display: table;
}
.clear-126:after {
clear: both;
}
.mt-126 {
margin-top: 126px;
}
.mb-126 {
margin-bottom: 126px;
}
.ml-126 {
margin-left: 126px;
}
.mr-126 {
margin-right: 126px;
}
.pt-126 {
padding-top: 126px !important;
}
.pb-126 {
padding-bottom: 126px !important;
}
.pl-126 {
padding-left: 126px !important;
}
.pr-126 {
padding-right: 126px !important;
}
.clear-127 {
height: 127px;
}
.clear-127:before,
.clear-127:after {
content: " ";
display: table;
}
.clear-127:after {
clear: both;
}
.mt-127 {
margin-top: 127px;
}
.mb-127 {
margin-bottom: 127px;
}
.ml-127 {
margin-left: 127px;
}
.mr-127 {
margin-right: 127px;
}
.pt-127 {
padding-top: 127px !important;
}
.pb-127 {
padding-bottom: 127px !important;
}
.pl-127 {
padding-left: 127px !important;
}
.pr-127 {
padding-right: 127px !important;
}
.clear-128 {
height: 128px;
}
.clear-128:before,
.clear-128:after {
content: " ";
display: table;
}
.clear-128:after {
clear: both;
}
.mt-128 {
margin-top: 128px;
}
.mb-128 {
margin-bottom: 128px;
}
.ml-128 {
margin-left: 128px;
}
.mr-128 {
margin-right: 128px;
}
.pt-128 {
padding-top: 128px !important;
}
.pb-128 {
padding-bottom: 128px !important;
}
.pl-128 {
padding-left: 128px !important;
}
.pr-128 {
padding-right: 128px !important;
}
.clear-129 {
height: 129px;
}
.clear-129:before,
.clear-129:after {
content: " ";
display: table;
}
.clear-129:after {
clear: both;
}
.mt-129 {
margin-top: 129px;
}
.mb-129 {
margin-bottom: 129px;
}
.ml-129 {
margin-left: 129px;
}
.mr-129 {
margin-right: 129px;
}
.pt-129 {
padding-top: 129px !important;
}
.pb-129 {
padding-bottom: 129px !important;
}
.pl-129 {
padding-left: 129px !important;
}
.pr-129 {
padding-right: 129px !important;
}
.clear-130 {
height: 130px;
}
.clear-130:before,
.clear-130:after {
content: " ";
display: table;
}
.clear-130:after {
clear: both;
}
.mt-130 {
margin-top: 130px;
}
.mb-130 {
margin-bottom: 130px;
}
.ml-130 {
margin-left: 130px;
}
.mr-130 {
margin-right: 130px;
}
.pt-130 {
padding-top: 130px !important;
}
.pb-130 {
padding-bottom: 130px !important;
}
.pl-130 {
padding-left: 130px !important;
}
.pr-130 {
padding-right: 130px !important;
}
.clear-131 {
height: 131px;
}
.clear-131:before,
.clear-131:after {
content: " ";
display: table;
}
.clear-131:after {
clear: both;
}
.mt-131 {
margin-top: 131px;
}
.mb-131 {
margin-bottom: 131px;
}
.ml-131 {
margin-left: 131px;
}
.mr-131 {
margin-right: 131px;
}
.pt-131 {
padding-top: 131px !important;
}
.pb-131 {
padding-bottom: 131px !important;
}
.pl-131 {
padding-left: 131px !important;
}
.pr-131 {
padding-right: 131px !important;
}
.clear-132 {
height: 132px;
}
.clear-132:before,
.clear-132:after {
content: " ";
display: table;
}
.clear-132:after {
clear: both;
}
.mt-132 {
margin-top: 132px;
}
.mb-132 {
margin-bottom: 132px;
}
.ml-132 {
margin-left: 132px;
}
.mr-132 {
margin-right: 132px;
}
.pt-132 {
padding-top: 132px !important;
}
.pb-132 {
padding-bottom: 132px !important;
}
.pl-132 {
padding-left: 132px !important;
}
.pr-132 {
padding-right: 132px !important;
}
.clear-133 {
height: 133px;
}
.clear-133:before,
.clear-133:after {
content: " ";
display: table;
}
.clear-133:after {
clear: both;
}
.mt-133 {
margin-top: 133px;
}
.mb-133 {
margin-bottom: 133px;
}
.ml-133 {
margin-left: 133px;
}
.mr-133 {
margin-right: 133px;
}
.pt-133 {
padding-top: 133px !important;
}
.pb-133 {
padding-bottom: 133px !important;
}
.pl-133 {
padding-left: 133px !important;
}
.pr-133 {
padding-right: 133px !important;
}
.clear-134 {
height: 134px;
}
.clear-134:before,
.clear-134:after {
content: " ";
display: table;
}
.clear-134:after {
clear: both;
}
.mt-134 {
margin-top: 134px;
}
.mb-134 {
margin-bottom: 134px;
}
.ml-134 {
margin-left: 134px;
}
.mr-134 {
margin-right: 134px;
}
.pt-134 {
padding-top: 134px !important;
}
.pb-134 {
padding-bottom: 134px !important;
}
.pl-134 {
padding-left: 134px !important;
}
.pr-134 {
padding-right: 134px !important;
}
.clear-135 {
height: 135px;
}
.clear-135:before,
.clear-135:after {
content: " ";
display: table;
}
.clear-135:after {
clear: both;
}
.mt-135 {
margin-top: 135px;
}
.mb-135 {
margin-bottom: 135px;
}
.ml-135 {
margin-left: 135px;
}
.mr-135 {
margin-right: 135px;
}
.pt-135 {
padding-top: 135px !important;
}
.pb-135 {
padding-bottom: 135px !important;
}
.pl-135 {
padding-left: 135px !important;
}
.pr-135 {
padding-right: 135px !important;
}
.clear-136 {
height: 136px;
}
.clear-136:before,
.clear-136:after {
content: " ";
display: table;
}
.clear-136:after {
clear: both;
}
.mt-136 {
margin-top: 136px;
}
.mb-136 {
margin-bottom: 136px;
}
.ml-136 {
margin-left: 136px;
}
.mr-136 {
margin-right: 136px;
}
.pt-136 {
padding-top: 136px !important;
}
.pb-136 {
padding-bottom: 136px !important;
}
.pl-136 {
padding-left: 136px !important;
}
.pr-136 {
padding-right: 136px !important;
}
.clear-137 {
height: 137px;
}
.clear-137:before,
.clear-137:after {
content: " ";
display: table;
}
.clear-137:after {
clear: both;
}
.mt-137 {
margin-top: 137px;
}
.mb-137 {
margin-bottom: 137px;
}
.ml-137 {
margin-left: 137px;
}
.mr-137 {
margin-right: 137px;
}
.pt-137 {
padding-top: 137px !important;
}
.pb-137 {
padding-bottom: 137px !important;
}
.pl-137 {
padding-left: 137px !important;
}
.pr-137 {
padding-right: 137px !important;
}
.clear-138 {
height: 138px;
}
.clear-138:before,
.clear-138:after {
content: " ";
display: table;
}
.clear-138:after {
clear: both;
}
.mt-138 {
margin-top: 138px;
}
.mb-138 {
margin-bottom: 138px;
}
.ml-138 {
margin-left: 138px;
}
.mr-138 {
margin-right: 138px;
}
.pt-138 {
padding-top: 138px !important;
}
.pb-138 {
padding-bottom: 138px !important;
}
.pl-138 {
padding-left: 138px !important;
}
.pr-138 {
padding-right: 138px !important;
}
.clear-139 {
height: 139px;
}
.clear-139:before,
.clear-139:after {
content: " ";
display: table;
}
.clear-139:after {
clear: both;
}
.mt-139 {
margin-top: 139px;
}
.mb-139 {
margin-bottom: 139px;
}
.ml-139 {
margin-left: 139px;
}
.mr-139 {
margin-right: 139px;
}
.pt-139 {
padding-top: 139px !important;
}
.pb-139 {
padding-bottom: 139px !important;
}
.pl-139 {
padding-left: 139px !important;
}
.pr-139 {
padding-right: 139px !important;
}
.clear-140 {
height: 140px;
}
.clear-140:before,
.clear-140:after {
content: " ";
display: table;
}
.clear-140:after {
clear: both;
}
.mt-140 {
margin-top: 140px;
}
.mb-140 {
margin-bottom: 140px;
}
.ml-140 {
margin-left: 140px;
}
.mr-140 {
margin-right: 140px;
}
.pt-140 {
padding-top: 140px !important;
}
.pb-140 {
padding-bottom: 140px !important;
}
.pl-140 {
padding-left: 140px !important;
}
.pr-140 {
padding-right: 140px !important;
}
.clear-141 {
height: 141px;
}
.clear-141:before,
.clear-141:after {
content: " ";
display: table;
}
.clear-141:after {
clear: both;
}
.mt-141 {
margin-top: 141px;
}
.mb-141 {
margin-bottom: 141px;
}
.ml-141 {
margin-left: 141px;
}
.mr-141 {
margin-right: 141px;
}
.pt-141 {
padding-top: 141px !important;
}
.pb-141 {
padding-bottom: 141px !important;
}
.pl-141 {
padding-left: 141px !important;
}
.pr-141 {
padding-right: 141px !important;
}
.clear-142 {
height: 142px;
}
.clear-142:before,
.clear-142:after {
content: " ";
display: table;
}
.clear-142:after {
clear: both;
}
.mt-142 {
margin-top: 142px;
}
.mb-142 {
margin-bottom: 142px;
}
.ml-142 {
margin-left: 142px;
}
.mr-142 {
margin-right: 142px;
}
.pt-142 {
padding-top: 142px !important;
}
.pb-142 {
padding-bottom: 142px !important;
}
.pl-142 {
padding-left: 142px !important;
}
.pr-142 {
padding-right: 142px !important;
}
.clear-143 {
height: 143px;
}
.clear-143:before,
.clear-143:after {
content: " ";
display: table;
}
.clear-143:after {
clear: both;
}
.mt-143 {
margin-top: 143px;
}
.mb-143 {
margin-bottom: 143px;
}
.ml-143 {
margin-left: 143px;
}
.mr-143 {
margin-right: 143px;
}
.pt-143 {
padding-top: 143px !important;
}
.pb-143 {
padding-bottom: 143px !important;
}
.pl-143 {
padding-left: 143px !important;
}
.pr-143 {
padding-right: 143px !important;
}
.clear-144 {
height: 144px;
}
.clear-144:before,
.clear-144:after {
content: " ";
display: table;
}
.clear-144:after {
clear: both;
}
.mt-144 {
margin-top: 144px;
}
.mb-144 {
margin-bottom: 144px;
}
.ml-144 {
margin-left: 144px;
}
.mr-144 {
margin-right: 144px;
}
.pt-144 {
padding-top: 144px !important;
}
.pb-144 {
padding-bottom: 144px !important;
}
.pl-144 {
padding-left: 144px !important;
}
.pr-144 {
padding-right: 144px !important;
}
.clear-145 {
height: 145px;
}
.clear-145:before,
.clear-145:after {
content: " ";
display: table;
}
.clear-145:after {
clear: both;
}
.mt-145 {
margin-top: 145px;
}
.mb-145 {
margin-bottom: 145px;
}
.ml-145 {
margin-left: 145px;
}
.mr-145 {
margin-right: 145px;
}
.pt-145 {
padding-top: 145px !important;
}
.pb-145 {
padding-bottom: 145px !important;
}
.pl-145 {
padding-left: 145px !important;
}
.pr-145 {
padding-right: 145px !important;
}
.clear-146 {
height: 146px;
}
.clear-146:before,
.clear-146:after {
content: " ";
display: table;
}
.clear-146:after {
clear: both;
}
.mt-146 {
margin-top: 146px;
}
.mb-146 {
margin-bottom: 146px;
}
.ml-146 {
margin-left: 146px;
}
.mr-146 {
margin-right: 146px;
}
.pt-146 {
padding-top: 146px !important;
}
.pb-146 {
padding-bottom: 146px !important;
}
.pl-146 {
padding-left: 146px !important;
}
.pr-146 {
padding-right: 146px !important;
}
.clear-147 {
height: 147px;
}
.clear-147:before,
.clear-147:after {
content: " ";
display: table;
}
.clear-147:after {
clear: both;
}
.mt-147 {
margin-top: 147px;
}
.mb-147 {
margin-bottom: 147px;
}
.ml-147 {
margin-left: 147px;
}
.mr-147 {
margin-right: 147px;
}
.pt-147 {
padding-top: 147px !important;
}
.pb-147 {
padding-bottom: 147px !important;
}
.pl-147 {
padding-left: 147px !important;
}
.pr-147 {
padding-right: 147px !important;
}
.clear-148 {
height: 148px;
}
.clear-148:before,
.clear-148:after {
content: " ";
display: table;
}
.clear-148:after {
clear: both;
}
.mt-148 {
margin-top: 148px;
}
.mb-148 {
margin-bottom: 148px;
}
.ml-148 {
margin-left: 148px;
}
.mr-148 {
margin-right: 148px;
}
.pt-148 {
padding-top: 148px !important;
}
.pb-148 {
padding-bottom: 148px !important;
}
.pl-148 {
padding-left: 148px !important;
}
.pr-148 {
padding-right: 148px !important;
}
.clear-149 {
height: 149px;
}
.clear-149:before,
.clear-149:after {
content: " ";
display: table;
}
.clear-149:after {
clear: both;
}
.mt-149 {
margin-top: 149px;
}
.mb-149 {
margin-bottom: 149px;
}
.ml-149 {
margin-left: 149px;
}
.mr-149 {
margin-right: 149px;
}
.pt-149 {
padding-top: 149px !important;
}
.pb-149 {
padding-bottom: 149px !important;
}
.pl-149 {
padding-left: 149px !important;
}
.pr-149 {
padding-right: 149px !important;
}
.clear-150 {
height: 150px;
}
.clear-150:before,
.clear-150:after {
content: " ";
display: table;
}
.clear-150:after {
clear: both;
}
.mt-150 {
margin-top: 150px;
}
.mb-150 {
margin-bottom: 150px;
}
.ml-150 {
margin-left: 150px;
}
.mr-150 {
margin-right: 150px;
}
.pt-150 {
padding-top: 150px !important;
}
.pb-150 {
padding-bottom: 150px !important;
}
.pl-150 {
padding-left: 150px !important;
}
.pr-150 {
padding-right: 150px !important;
}
.vcenter {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.vbottom {
display: -ms-flexbox;
display: flex;
-ms-flex-align: bottom;
align-items: bottom;
}
.brd-rt {
border-right: solid 1px;
}
.brd-lt {
border-left: solid 1px;
}
.multi-columns-row .first-in-row {
clear: left;
}
.multi-columns-row .col-xs-6:nth-child(2n + 3) {
clear: left;
}
.multi-columns-row .col-xs-4:nth-child(3n + 4) {
clear: left;
}
.multi-columns-row .col-xs-3:nth-child(4n + 5) {
clear: left;
}
.multi-columns-row .col-xs-2:nth-child(6n + 7) {
clear: left;
}
.multi-columns-row .col-xs-1:nth-child(12n + 13) {
clear: left;
}
@media (min-width: 768px) {
.multi-columns-row .col-xs-6:nth-child(2n + 3) {
clear: none;
}
.multi-columns-row .col-xs-4:nth-child(3n + 4) {
clear: none;
}
.multi-columns-row .col-xs-3:nth-child(4n + 5) {
clear: none;
}
.multi-columns-row .col-xs-2:nth-child(6n + 7) {
clear: none;
}
.multi-columns-row .col-xs-1:nth-child(12n + 13) {
clear: none;
}
.multi-columns-row .col-sm-6:nth-child(2n + 3) {
clear: left;
}
.multi-columns-row .col-sm-4:nth-child(3n + 4) {
clear: left;
}
.multi-columns-row .col-sm-3:nth-child(4n + 5) {
clear: left;
}
.multi-columns-row .col-sm-2:nth-child(6n + 7) {
clear: left;
}
.multi-columns-row .col-sm-1:nth-child(12n + 13) {
clear: left;
}
}
@media (min-width: 992px) {
.multi-columns-row .col-sm-6:nth-child(2n + 3) {
clear: none;
}
.multi-columns-row .col-sm-4:nth-child(3n + 4) {
clear: none;
}
.multi-columns-row .col-sm-3:nth-child(4n + 5) {
clear: none;
}
.multi-columns-row .col-sm-2:nth-child(6n + 7) {
clear: none;
}
.multi-columns-row .col-sm-1:nth-child(12n + 13) {
clear: none;
}
.multi-columns-row .col-md-6:nth-child(2n + 3) {
clear: left;
}
.multi-columns-row .col-md-4:nth-child(3n + 4) {
clear: left;
}
.multi-columns-row .col-md-3:nth-child(4n + 5) {
clear: left;
}
.multi-columns-row .col-md-2:nth-child(6n + 7) {
clear: left;
}
.multi-columns-row .col-md-1:nth-child(12n + 13) {
clear: left;
}
}
@media (min-width: 1200px) {
.multi-columns-row .col-md-6:nth-child(2n + 3) {
clear: none;
}
.multi-columns-row .col-md-4:nth-child(3n + 4) {
clear: none;
}
.multi-columns-row .col-md-3:nth-child(4n + 5) {
clear: none;
}
.multi-columns-row .col-md-2:nth-child(6n + 7) {
clear: none;
}
.multi-columns-row .col-md-1:nth-child(12n + 13) {
clear: none;
}
.multi-columns-row .col-lg-6:nth-child(2n + 3) {
clear: left;
}
.multi-columns-row .col-lg-4:nth-child(3n + 4) {
clear: left;
}
.multi-columns-row .col-lg-3:nth-child(4n + 5) {
clear: left;
}
.multi-columns-row .col-lg-2:nth-child(6n + 7) {
clear: left;
}
.multi-columns-row .col-lg-1:nth-child(12n + 13) {
clear: left;
}
}
@font-face {
font-family: 'brooklynextrabold';
src: url("/fonts/brooklyn/brooklyn-extrabold-webfont.woff2") format("woff2"), url("/fonts/brooklyn/brooklyn-extrabold-webfont.woff") format("woff"), url("/fonts/brooklyn/brooklyn-extrabold-webfont.ttf") format("truetype"), url("/fonts/brooklyn/brooklyn-extrabold-webfont.svg#brooklynextrabold") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'brooklynmedium';
src: url("/fonts/brooklyn/brooklyn-medium-webfont.woff2") format("woff2"), url("/fonts/brooklyn/brooklyn-medium-webfont.woff") format("woff"), url("/fonts/brooklyn/brooklyn-medium-webfont.ttf") format("truetype"), url("/font/brooklyn-medium-webfont.svg#brooklynmedium") format("svg");
font-weight: normal;
font-style: normal;
}
html,
body {
-webkit-font-smoothing: antialiased;
min-height: 100% !important;
height: 100% !important;
padding: 0 !important;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
}
header nav {
height: 75px;
background: rgba(255, 255, 255, 0.9) !important;
}
header nav .container,
header nav .container-fluid {
height: 74px;
}
header nav .container .navbar-header,
header nav .container-fluid .navbar-header {
height: 74px;
}
header nav .container .navbar-header button.navbar-toggle,
header nav .container-fluid .navbar-header button.navbar-toggle {
margin: 20px 15px 20px 0;
}
header nav .container .navbar-header a.navbar-brand,
header nav .container-fluid .navbar-header a.navbar-brand {
height: 74px;
margin: 0;
padding: 0 15px;
white-space: nowrap;
text-align: center;
}
header nav .container .navbar-header a.navbar-brand span.helper,
header nav .container-fluid .navbar-header a.navbar-brand span.helper {
display: inline-block;
vertical-align: middle;
height: 100%;
}
header nav .container .navbar-header a.navbar-brand img,
header nav .container-fluid .navbar-header a.navbar-brand img {
display: inline-block;
vertical-align: middle;
max-height: 24px;
}
header nav .container .navbar-collapse,
header nav .container-fluid .navbar-collapse {
max-height: 600px !important;
background: rgba(255, 255, 255, 0) !important;
}
@media (max-width: 768px) {
header nav .container .navbar-collapse,
header nav .container-fluid .navbar-collapse {
background: rgba(255, 255, 255, 0.9) !important;
}
}
header nav .container .navbar-collapse ul.nav > li.active a,
header nav .container .navbar-collapse ul.navbar-nav > li.active a,
header nav .container-fluid .navbar-collapse ul.nav > li.active a,
header nav .container-fluid .navbar-collapse ul.navbar-nav > li.active a {
background: none;
}
header nav .container .navbar-collapse ul.nav > li a,
header nav .container .navbar-collapse ul.navbar-nav > li a,
header nav .container-fluid .navbar-collapse ul.nav > li a,
header nav .container-fluid .navbar-collapse ul.navbar-nav > li a {
line-height: 74px;
padding: 0 15px;
}
header nav .container .navbar-collapse ul.nav > li .dropdown-menu,
header nav .container .navbar-collapse ul.navbar-nav > li .dropdown-menu,
header nav .container-fluid .navbar-collapse ul.nav > li .dropdown-menu,
header nav .container-fluid .navbar-collapse ul.navbar-nav > li .dropdown-menu {
background: rgba(8, 100, 163, 0.9);
color: #FFF;
padding: 0;
}
header nav .container .navbar-collapse ul.nav > li .dropdown-menu > li > a,
header nav .container .navbar-collapse ul.navbar-nav > li .dropdown-menu > li > a,
header nav .container-fluid .navbar-collapse ul.nav > li .dropdown-menu > li > a,
header nav .container-fluid .navbar-collapse ul.navbar-nav > li .dropdown-menu > li > a {
color: #FFF;
line-height: 1em;
padding: 11px 15px;
transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
header nav .container .navbar-collapse ul.nav > li .dropdown-menu > li > a:hover,
header nav .container .navbar-collapse ul.navbar-nav > li .dropdown-menu > li > a:hover,
header nav .container-fluid .navbar-collapse ul.nav > li .dropdown-menu > li > a:hover,
header nav .container-fluid .navbar-collapse ul.navbar-nav > li .dropdown-menu > li > a:hover {
background: rgba(255, 255, 255, 0.3);
}
header nav .container .navbar-collapse ul.nav > li .dropdown-menu > a,
header nav .container .navbar-collapse ul.navbar-nav > li .dropdown-menu > a,
header nav .container-fluid .navbar-collapse ul.nav > li .dropdown-menu > a,
header nav .container-fluid .navbar-collapse ul.navbar-nav > li .dropdown-menu > a {
display: block;
text-align: center;
color: #FFF;
line-height: 1em;
padding: 0;
}
header nav .container .navbar-collapse ul.nav > li .dropdown-menu > a:hover,
header nav .container .navbar-collapse ul.navbar-nav > li .dropdown-menu > a:hover,
header nav .container-fluid .navbar-collapse ul.nav > li .dropdown-menu > a:hover,
header nav .container-fluid .navbar-collapse ul.navbar-nav > li .dropdown-menu > a:hover {
text-decoration: none;
}
.body-wrapper {
min-height: 100%;
margin-bottom: -483px !important;
}
i.caring-bridge {
display: inline-block;
background-image: url("/img/caring_bridge_logo_32x64.png");
background-position: 0 1px;
background-repeat: no-repeat;
width: 32px;
height: 32px;
overflow: hidden;
}
i.caring-bridge:hover {
background-position: 0 -31px;
}
.home-section-top {
overflow: hidden;
background-image: url("/img/home/background.jpg");
background-position: top center;
background-repeat: no-repeat;
}
.home-section-top img {
margin-bottom: 1.4285714286em;
}
@media (max-width: 768px) {
.home-section-top img {
margin-bottom: 0.828333333em;
}
}
.home-section-top img.img-section-1-hero {
margin: 0 !important;
}
.home-section-stats {
overflow: hidden;
}
.stats-wrapper {
padding: 40px 0;
border: solid 1px rgba(0, 0, 0, 0.09);
border-radius: 2px;
}
.stats-wrapper .stat-number {
font-size: 3.4285714286em;
font-weight: 300;
line-height: 1.3em;
text-align: center;
}
.stats-wrapper .stat-desc {
font-family: "Dosis", sans-serif;
font-size: 0.7857142857em;
text-transform: uppercase;
text-align: center;
letter-spacing: 0.2em;
color: #999;
}
.stats-wrapper .stat-desc .stat-title {
font-size: 1.1818181818em;
margin-top: -1px;
}
.home-section-featured {
background: #F7F7F7;
overflow: hidden;
}
.home-section-crowd-funded {
overflow: hidden;
}
.home-section-crowd-funded h3 {
font-family: "Dosis", sans-serif;
font-size: 3.2142857143em;
font-weight: 500;
letter-spacing: 2px;
}
.home-section-ipad {
background: #F7F7F7;
overflow: hidden;
}
.home-section-video {
overflow: hidden;
position: relative;
padding-top: 50%;
}
.home-section-video iframe {
border: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.home-section-shop {
overflow: hidden;
background-image: url("/img/home/grid.jpg");
background-position: top center;
background-attachment: fixed !important;
background-repeat: no-repeat;
background-size: cover;
}
.about-header {
overflow: hidden;
background-image: url("/img/about/about-hero.jpg");
background-position: top center;
background-repeat: no-repeat;
}
.team-header {
overflow: hidden;
background-image: url("/img/team/team-hero.jpg");
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed !important;
color: #FFF;
}
.team-header p {
color: #FFF;
}
.faq-header {
overflow: hidden;
background-image: url("/img/faq/faq-hero.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
.heroes-header {
background-image: url("/img/heroes/hero-header-background.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
overflow: hidden;
}
.error-content {
background-color: #919191;
}
.error-content .error-text {
border: solid 1px #FFF;
}
.error-content .error-text h1 {
font-family: "Dosis", sans-serif;
font-size: 5.142857143em;
margin: 0;
color: #FFF;
letter-spacing: 0.3em;
}
.error-content .error-text p {
color: #FFF;
}
.about-content {
overflow: hidden;
padding: 70px 0;
}
.about-content p {
font-weight: 300;
margin: 0 0 2em 0;
color: #777777;
}
.team-content .team-item .team-item-image {
position: relative;
overflow: hidden;
}
.team-content .team-item .team-item-image img {
width: 100%;
}
.team-content .team-item .team-item-image .team-item-bio {
background: rgba(255, 255, 255, 0.9);
opacity: 0;
transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
position: absolute;
z-index: 2;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.team-content .team-item .team-item-image .team-item-bio:hover {
opacity: 1;
}
.team-content .team-item .team-item-image .team-item-bio p {
position: absolute;
top: 50%;
padding: 0 23px;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
color: #777;
font-size: 1em;
}
.team-content .team-item .team-item-info {
padding-top: 23px;
text-transform: uppercase;
letter-spacing: 0.4em;
}
.team-content .team-item .team-item-info .team-item-name {
font-size: 1.071428571em;
}
.team-content .team-item .team-item-info .team-item-role {
margin-top: 4px;
font-size: 0.857142857em;
color: #AAA;
}
.tallies-content {
overflow: hidden;
padding: 40px 0;
border: solid 1px #E9E9E9;
text-align: center;
}
.tallies-content h3 {
font-size: 3.428571429em;
font-weight: 300;
line-height: 1.3em;
}
.tallies-content p {
color: #999;
font-size: 0.928571429em !important;
font-family: "Dosis", sans-serif;
}
.crowd-funded-content {
overflow: hidden;
color: #FFF;
background: #011E32;
padding: 70px 0;
}
.crowd-funded-content img.img-responsive {
margin: 0 auto;
}
.crowd-funded-content p {
color: #FFF;
}
.ipad-content {
overflow: hidden;
}
.why-content {
overflow: hidden;
background: #0066ac;
color: #FFF;
}
.why-content p {
color: #FFF;
}
.faq-content .panel-group .panel .panel-heading .panel-title a {
display: block;
color: #777;
text-decoration: none;
text-transform: uppercase;
font-size: 0.857142857em;
}
.faq-content .panel-group .panel .panel-collapse .panel-body {
border: none;
}
.faq-content .panel-group .panel .panel-collapse .panel-body blockquote {
font-size: 1em;
}
.faq-content .panel-group .panel .panel-collapse .panel-body ul {
font-size: 1.285714286em;
color: #777;
}
.team-footer {
background: #025E9D;
}
.team-footer p {
color: #FFF;
}
.contact-content .contact-item {
position: relative;
padding-left: 44px;
color: #444;
}
.contact-content .contact-item .contact-item-icon {
position: absolute;
width: 23px;
height: 23px;
top: 10px;
left: 3px;
color: #FFF;
line-height: 23px;
text-align: center;
}
.contact-content .contact-item .contact-item-icon:before {
content: "";
display: inline-block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: #025E9D;
transform: rotate(45deg);
}
.contact-content .contact-item .contact-item-title {
font-size: 0.857142857em;
font-weight: 400;
font-family: "Dosis", sans-serif;
text-transform: uppercase;
color: #777;
letter-spacing: 0.3em;
line-height: 1.6em;
}
.contact-content .contact-item .contact-item-text {
font-size: 1.142857143em;
color: #5F5F5F;
line-height: 1.6em;
}
.progress {
margin: 0;
border-radius: 10px;
}
.progress .progress-bar {
border-radius: 10px;
}
.progress .progress-bar span {
font-family: "Dosis", sans-serif;
font-size: 1.285714286em;
font-weight: 700;
}
.heroes-hero .hero-content {
background: #FFF;
border: solid 1px #E7E7E7;
border-radius: 5px;
}
.heroes-hero .hero-content img {
width: 100%;
}
.heroes-hero .hero-content .hero-name {
font-family: "Dosis", sans-serif;
font-size: 1.285714286em;
font-weight: 500;
}
.heroes-hero .hero-content .hero-name a {
color: inherit;
}
.heroes-hero .hero-content .hero-illness,
.heroes-hero .hero-content .hero-hospital {
font-family: "Dosis", sans-serif;
font-size: 1.142857143em;
}
.heroes-hero .hero-content .hero-progress {
font-family: "Dosis", sans-serif;
}
.hero-content-top .raised-of-goal {
font-family: "Dosis", sans-serif;
font-size: 1.142857143em;
font-weight: 500;
color: #d9534f;
}
.hero-content-top h1 {
margin: 0;
font-family: "Dosis", sans-serif;
font-size: 2.285714286em;
font-weight: 300;
color: #777;
}
.hero-content-top h2 {
margin: 0;
font-family: "Dosis", sans-serif;
font-size: 5.142857143em;
color: #d9534f;
}
.hero-content-top h4 {
margin: 0;
font-size: 1.142857143em;
color: #777;
}
.hero-content-top h6 {
margin: 0;
font-family: "Dosis", sans-serif;
font-size: 1em;
color: #777;
white-space: nowrap;
}
.hero-content-top a.btn {
font-family: "Dosis", sans-serif;
font-size: 1.714285714em;
font-weight: 700;
display: block;
margin-top: 10px;
}
.heroes-closest {
background: #F7F7F7;
}
.hero-bar {
color: #FFF;
}
.hero-bar .hero-bar-inner {
background: rgba(8, 100, 163, 0.9);
color: #FFF;
padding: 0 15px;
height: 72px !important;
}
.hero-bar .hero-bar-inner.affix {
position: fixed;
z-index: 20;
top: 75px;
width: 100%;
}
.hero-bar .hero-bar-inner img {
float: left;
display: inline-block;
height: 72px !important;
margin: 0 10px 0 0;
}
.hero-bar .hero-bar-inner h5 {
margin: 0;
font-size: 1.571428571em;
color: #FFF;
}
.hero-bar .hero-bar-inner p {
color: #FFF;
}
.survey-form label,
.contact-form label,
.nominate-form label,
.checkout-form label,
.login-form label,
#forgotForm label,
#resetForm label,
#accountForm label {
font-size: 1.285714286em;
font-weight: 300;
color: #777;
}
.survey-form .input-group,
.contact-form .input-group,
.nominate-form .input-group,
.checkout-form .input-group,
.login-form .input-group,
#forgotForm .input-group,
#resetForm .input-group,
#accountForm .input-group {
width: 100%;
}
.cart-form .img-thumbnail {
max-width: 32px;
}
.cart-form table thead th {
text-align: center;
}
.cart-form table tbody td {
vertical-align: middle;
}
.cart-form table tbody td a.item-remove {
color: red;
}
.cart-form table tfoot td[rowspan] {
vertical-align: middle;
}
.shop-content h5 {
color: #777;
font-family: "Dosis", sans-serif;
font-weight: 400;
font-size: 1.142857143em;
}
.shop-content .shop-sidebar .shop-sidebar-inner {
max-width: 272px;
}
.shop-content .shop-sidebar .shop-sidebar-inner.affix {
position: fixed !important;
}
.shop-content .shop-sidebar .shop-sidebar-inner h5 {
margin-bottom: 20px;
padding-bottom: 5px;
border-bottom: solid 1px #CCC;
}
.shop-content .shop-sidebar .shop-sidebar-inner a.tag-link,
.shop-content .shop-sidebar .shop-sidebar-inner a.category-link {
display: inline-block;
margin: 0 2px 5px 0;
padding: 5px 7px;
color: #777;
font-size: 0.785714286em;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
border: solid 1px #E9E9E9;
}
.shop-content .shop-sidebar .shop-sidebar-inner a.tag-link:hover,
.shop-content .shop-sidebar .shop-sidebar-inner a.category-link:hover {
color: #000;
border-color: #333;
text-decoration: none;
}
.shop-content .shop-sidebar .shop-sidebar-inner a.tag-link.active,
.shop-content .shop-sidebar .shop-sidebar-inner a.category-link.active {
color: #000;
border-color: #333;
background: #E9E9E9;
}
.shop-content .shop-sidebar .most-popular .row a.product-name {
font-weight: 400;
color: #555 !important;
display: block;
}
.shop-products .shop-product {
color: #777;
}
.shop-products .shop-product a {
transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
color: inherit;
}
.shop-products .shop-product a:hover {
color: #333;
text-decoration: none;
}
.shop-products .shop-product img {
margin: 0 auto;
}
.shop-products .shop-product .product-contribution {
background-color: #d9534f;
color: #FFF;
font-size: 0.928571429em;
font-weight: 500;
max-width: 100%;
}
.shop-products .shop-product .product-name {
text-transform: uppercase;
font-family: "Dosis", sans-serif;
font-size: 1.071428571em;
letter-spacing: 0.2em;
}
.shop-products .shop-product .product-price {
font-size: 1.071428571em;
}
.shop-products .shop-product .product-button {
border-radius: 2px;
background: #E5E5E5;
padding: 6px 15px;
font-size: 0.785714286em;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 2px;
}
.shop-products .shop-product .product-button:hover {
background-color: #CCC;
}
@media print {
.order-content {
font-size: 0.8571428571em;
}
.order-content .col-xs-12 {
width: 50% !important;
float: left !important;
}
.order-content table {
display: block;
}
}
.login-content {
min-height: 500px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.footer-push {
height: 483px;
}
footer {
position: relative;
padding: 40px 0;
background-color: #011E32;
overflow: hidden;
height: 483px;
}
footer .footer-social-links {
padding-bottom: 30px;
}
footer .footer-social-links a {
position: relative;
display: inline-block;
margin: 0 6px;
text-align: center;
width: 25px;
height: 25px;
line-height: 25px;
}
footer .footer-social-links a:before {
content: "";
display: inline-block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
transform: rotate(45deg);
border: solid 1px;
}
footer .footer-text {
color: #FFF;
}
footer .footer-text .footer-copy {
margin-bottom: 5px;
letter-spacing: 0.5em;
text-transform: uppercase;
font-family: 'Dosis', sans-serif;
font-size: 12px;
}
footer .footer-text .footer-made {
font-size: 11px;
}
footer .link-to-top {
color: #FFF;
position: absolute;
bottom: 20px;
right: 20px;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 48px;
transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
footer .link-to-top:hover {
color: #025E9D;
}
p {
font-size: 1.285714286em;
font-weight: 300;
color: #777;
line-height: 1.7em;
}
a:focus {
outline: none;
}
.full-width {
margin: 0 -15px;
}
.full-width .row {
margin: 0;
}
.fileinput-button {
position: relative;
overflow: hidden;
display: inline-block;
}
.fileinput-button input {
position: absolute;
top: 0;
right: 0;
margin: 0;
opacity: 0;
-ms-filter: 'alpha(opacity=0)';
font-size: 200px;
direction: ltr;
cursor: pointer;
}
/* Fixes for IE < 8 */
@media screen\9 {
.fileinput-button input {
filter: alpha(opacity=0);
font-size: 100%;
height: 100%;
}
}
.banner {
font-family: "Dosis", sans-serif;
font-size: 3.214285714em;
font-weight: 400;
letter-spacing: 0.3em;
text-transform: uppercase;
margin-bottom: 30px;
}
.no-over {
overflow: hidden;
}
.gameon-1 {
font-family: brooklynextrabold;
background-image: url("/img/gameon/section-1-bg_1573x668@1x.png");
background-position: center;
background-size: cover;
}
.gameon-1 h1 {
font-size: 11.357142857em;
color: #fff;
opacity: .89;
text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.21);
}
.gameon-1 h3 {
font-size: 4.4285714286em;
color: #fff;
opacity: .89;
text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.21);
}
.gameon-1 a {
box-shadow: 0 0 30px rgba(0, 0, 0, 0.21);
}
.gameon-2 p {
font-family: brooklynmedium;
font-size: 1.4285714286em;
color: #000;
}
.gameon-3 {
background-color: #2c6599;
color: #fff;
}
.gameon-3 h2 {
font-family: brooklynextrabold;
font-size: 3.4285714286em;
}
.gameon-3 p {
font-family: brooklynmedium;
font-size: 1.4285714286em;
color: #fff;
}
.gameon-4 p {
font-family: brooklynmedium;
font-size: 1.4285714286em;
color: #000;
} | public/build/css/app-9b4fc6598f.css | @import url(https://fonts.googleapis.com/css?family=Dosis:300,400,500,700|Open+Sans:300,400,600,700);
@charset "UTF-8";
/*!
Video.js Default Styles (http://videojs.com)
Version 4.12.11
Create your own skin at http://designer.videojs.com
*/
/* SKIN
================================================================================
The main class name for all skin-specific styles. To make your own skin,
replace all occurrences of 'vjs-default-skin' with a new name. Then add your new
skin name to your video tag instead of the default skin.
e.g. <video class="video-js my-skin-name">
*/
.vjs-default-skin {
color: #cccccc;
}
/* Custom Icon Font
--------------------------------------------------------------------------------
The control icons are from a custom font. Each icon corresponds to a character
(e.g. "\e001"). Font icons allow for easy scaling and coloring of icons.
*/
@font-face {
font-family: 'VideoJS';
src: url("/fonts/video-js/vjs.eot");
src: url("/fonts/video-js/vjs.eot?#iefix") format("embedded-opentype"), url("/fonts/video-js/vjs.woff") format("woff"), url("/fonts/video-js/vjs.ttf") format("truetype"), url("/fonts/video-js/vjs.svg#icomoon") format("svg");
font-weight: normal;
font-style: normal;
}
/* Base UI Component Classes
--------------------------------------------------------------------------------
*/
/* Slider - used for Volume bar and Seek bar */
.vjs-default-skin .vjs-slider {
/* Replace browser focus highlight with handle highlight */
outline: 0;
position: relative;
cursor: pointer;
padding: 0;
/* background-color-with-alpha */
background-color: #333333;
background-color: rgba(51, 51, 51, 0.9);
}
.vjs-default-skin .vjs-slider:focus {
/* box-shadow */
box-shadow: 0 0 2em #ffffff;
}
.vjs-default-skin .vjs-slider-handle {
position: absolute;
/* Needed for IE6 */
left: 0;
top: 0;
}
.vjs-default-skin .vjs-slider-handle:before {
content: "\e009";
font-family: VideoJS;
font-size: 1em;
line-height: 1;
text-align: center;
text-shadow: 0em 0em 1em #fff;
position: absolute;
top: 0;
left: 0;
/* Rotate the square icon to make a diamond */
/* transform */
transform: rotate(-45deg);
}
/* Control Bar
--------------------------------------------------------------------------------
The default control bar that is a container for most of the controls.
*/
.vjs-default-skin .vjs-control-bar {
/* Start hidden */
display: none;
position: absolute;
/* Place control bar at the bottom of the player box/video.
If you want more margin below the control bar, add more height. */
bottom: 0;
/* Use left/right to stretch to 100% width of player div */
left: 0;
right: 0;
/* Height includes any margin you want above or below control items */
height: 3.0em;
/* background-color-with-alpha */
background-color: #07141e;
background-color: rgba(7, 20, 30, 0.7);
}
/* Show the control bar only once the video has started playing */
.vjs-default-skin.vjs-has-started .vjs-control-bar {
display: block;
/* Visibility needed to make sure things hide in older browsers too. */
visibility: visible;
opacity: 1;
/* transition */
transition: visibility 0.1s, opacity 0.1s;
}
/* Hide the control bar when the video is playing and the user is inactive */
.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
display: block;
visibility: hidden;
opacity: 0;
/* transition */
transition: visibility 1s, opacity 1s;
}
.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
display: none;
}
.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
display: none;
}
/* The control bar shouldn't show after an error */
.vjs-default-skin.vjs-error .vjs-control-bar {
display: none;
}
/* Don't hide the control bar if it's audio */
.vjs-audio.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
opacity: 1;
visibility: visible;
}
/* IE8 is flakey with fonts, and you have to change the actual content to force
fonts to show/hide properly.
- "\9" IE8 hack didn't work for this
- Found in XP IE8 from http://modern.ie. Does not show up in "IE8 mode" in IE9
*/
@media \0screen {
.vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
content: "";
}
}
/* General styles for individual controls. */
.vjs-default-skin .vjs-control {
outline: none;
position: relative;
float: left;
text-align: center;
margin: 0;
padding: 0;
height: 3.0em;
width: 4em;
}
/* Font button icons */
.vjs-default-skin .vjs-control:before {
font-family: VideoJS;
font-size: 1.5em;
line-height: 2;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
/* Replacement for focus outline */
.vjs-default-skin .vjs-control:focus:before,
.vjs-default-skin .vjs-control:hover:before {
text-shadow: 0em 0em 1em #ffffff;
}
.vjs-default-skin .vjs-control:focus {
/* outline: 0; */
/* keyboard-only users cannot see the focus on several of the UI elements when
this is set to 0 */
}
/* Hide control text visually, but have it available for screenreaders */
.vjs-default-skin .vjs-control-text {
/* hide-visually */
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/* Play/Pause
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-play-control {
width: 5em;
cursor: pointer;
}
.vjs-default-skin .vjs-play-control:before {
content: "\e001";
}
.vjs-default-skin.vjs-playing .vjs-play-control:before {
content: "\e002";
}
/* Playback toggle
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value {
font-size: 1.5em;
line-height: 2;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.vjs-default-skin .vjs-playback-rate.vjs-menu-button .vjs-menu .vjs-menu-content {
width: 4em;
left: -2em;
list-style: none;
}
/* Volume/Mute
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
cursor: pointer;
float: right;
}
.vjs-default-skin .vjs-mute-control:before,
.vjs-default-skin .vjs-volume-menu-button:before {
content: "\e006";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
content: "\e003";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
content: "\e004";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
content: "\e005";
}
.vjs-default-skin .vjs-volume-control {
width: 5em;
float: right;
}
.vjs-default-skin .vjs-volume-bar {
width: 5em;
height: 0.6em;
margin: 1.1em auto 0;
}
.vjs-default-skin .vjs-volume-level {
position: absolute;
top: 0;
left: 0;
height: 0.5em;
/* assuming volume starts at 1.0 */
width: 100%;
background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}
.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
width: 0.5em;
height: 0.5em;
/* Assumes volume starts at 1.0. If you change the size of the
handle relative to the volume bar, you'll need to update this value
too. */
left: 4.5em;
}
.vjs-default-skin .vjs-volume-handle:before {
font-size: 0.9em;
top: -0.2em;
left: -0.2em;
width: 1em;
height: 1em;
}
/* The volume menu button is like menu buttons (captions/subtitles) but works
a little differently. It needs to be possible to tab to the volume slider
without hitting space bar on the menu button. To do this we're not using
display:none to hide the slider menu by default, and instead setting the
width and height to zero. */
.vjs-default-skin .vjs-volume-menu-button .vjs-menu {
display: block;
width: 0;
height: 0;
border-top-color: transparent;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
height: 0;
width: 0;
}
.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing {
border-top-color: rgba(7, 40, 50, 0.5);
/* Same as ul background */
}
.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu .vjs-menu-content,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing .vjs-menu-content {
height: 2.9em;
width: 10em;
}
/* Progress
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-progress-control {
position: absolute;
left: 0;
right: 0;
width: auto;
font-size: 0.3em;
height: 1em;
/* Set above the rest of the controls. */
top: -1em;
/* Shrink the bar slower than it grows. */
/* transition */
transition: all 0.4s;
}
/* On hover, make the progress bar grow to something that's more clickable.
This simply changes the overall font for the progress bar, and this
updates both the em-based widths and heights, as wells as the icon font */
.vjs-default-skin:hover .vjs-progress-control {
font-size: .9em;
/* Even though we're not changing the top/height, we need to include them in
the transition so they're handled correctly. */
/* transition */
transition: all 0.2s;
}
/* Box containing play and load progresses. Also acts as seek scrubber. */
.vjs-default-skin .vjs-progress-holder {
height: 100%;
}
/* Progress Bars */
.vjs-default-skin .vjs-progress-holder .vjs-play-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress div {
position: absolute;
display: block;
height: 100%;
margin: 0;
padding: 0;
/* updated by javascript during playback */
width: 0;
/* Needed for IE6 */
left: 0;
top: 0;
}
.vjs-default-skin .vjs-play-progress {
/*
Using a data URI to create the white diagonal lines with a transparent
background. Surprisingly works in IE8.
Created using http://www.patternify.com
Changing the first color value will change the bar color.
Also using a paralax effect to make the lines move backwards.
The -50% left position makes that happen.
*/
background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}
.vjs-default-skin .vjs-load-progress {
background: #646464;
background: rgba(255, 255, 255, 0.2);
}
/* there are child elements of the load progress bar that represent the
specific time ranges that have been buffered */
.vjs-default-skin .vjs-load-progress div {
background: #787878;
background: rgba(255, 255, 255, 0.1);
}
.vjs-default-skin .vjs-seek-handle {
width: 1.5em;
height: 100%;
}
.vjs-default-skin .vjs-seek-handle:before {
padding-top: 0.1em;
}
/* Live Mode
--------------------------------------------------------------------------------
*/
.vjs-default-skin.vjs-live .vjs-time-controls,
.vjs-default-skin.vjs-live .vjs-time-divider,
.vjs-default-skin.vjs-live .vjs-progress-control {
display: none;
}
.vjs-default-skin.vjs-live .vjs-live-display {
display: block;
}
/* Live Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-live-display {
display: none;
font-size: 1em;
line-height: 3em;
}
/* Time Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-time-controls {
font-size: 1em;
/* Align vertically by making the line height the same as the control bar */
line-height: 3em;
}
.vjs-default-skin .vjs-current-time {
float: left;
}
.vjs-default-skin .vjs-duration {
float: left;
}
/* Remaining time is in the HTML, but not included in default design */
.vjs-default-skin .vjs-remaining-time {
display: none;
float: left;
}
.vjs-time-divider {
float: left;
line-height: 3em;
}
/* Fullscreen
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-fullscreen-control {
width: 3.8em;
cursor: pointer;
float: right;
}
.vjs-default-skin .vjs-fullscreen-control:before {
content: "\e000";
}
/* Switch to the exit icon when the player is in fullscreen */
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
content: "\e00b";
}
/* Big Play Button (play button at start)
--------------------------------------------------------------------------------
Positioning of the play button in the center or other corners can be done more
easily in the skin designer. http://designer.videojs.com/
*/
.vjs-default-skin .vjs-big-play-button {
left: 0.5em;
top: 0.5em;
font-size: 3em;
display: block;
z-index: 2;
position: absolute;
width: 4em;
height: 2.6em;
text-align: center;
vertical-align: middle;
cursor: pointer;
opacity: 1;
/* Need a slightly gray bg so it can be seen on black backgrounds */
/* background-color-with-alpha */
background-color: #07141e;
background-color: rgba(7, 20, 30, 0.7);
border: 0.1em solid #3b4249;
/* border-radius */
border-radius: 0.8em;
/* box-shadow */
box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
/* transition */
transition: all 0.4s;
}
/* Optionally center */
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
/* Center it horizontally */
left: 50%;
margin-left: -2.1em;
/* Center it vertically */
top: 50%;
margin-top: -1.4000000000000001em;
}
/* Hide if controls are disabled */
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
display: none;
}
/* Hide when video starts playing */
.vjs-default-skin.vjs-has-started .vjs-big-play-button {
display: none;
}
/* Hide on mobile devices. Remove when we stop using native controls
by default on mobile */
.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
display: none;
}
.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
outline: 0;
border-color: #fff;
/* IE8 needs a non-glow hover state */
background-color: #505050;
background-color: rgba(50, 50, 50, 0.75);
/* box-shadow */
box-shadow: 0 0 3em #ffffff;
/* transition */
transition: all 0s;
}
.vjs-default-skin .vjs-big-play-button:before {
content: "\e001";
font-family: VideoJS;
/* In order to center the play icon vertically we need to set the line height
to the same as the button height */
line-height: 2.6em;
text-shadow: 0.05em 0.05em 0.1em #000;
text-align: center;
position: absolute;
left: 0;
width: 100%;
height: 100%;
}
.vjs-error .vjs-big-play-button {
display: none;
}
/* Error Display
--------------------------------------------------------------------------------
*/
.vjs-error-display {
display: none;
}
.vjs-error .vjs-error-display {
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.vjs-error .vjs-error-display:before {
content: 'X';
font-family: Arial;
font-size: 4em;
color: #666666;
/* In order to center the play icon vertically we need to set the line height
to the same as the button height */
line-height: 1;
text-shadow: 0.05em 0.05em 0.1em #000;
text-align: center;
vertical-align: middle;
position: absolute;
left: 0;
top: 50%;
margin-top: -0.5em;
width: 100%;
}
.vjs-error-display div {
position: absolute;
bottom: 1em;
right: 0;
left: 0;
font-size: 1.4em;
text-align: center;
padding: 3px;
background: #000000;
background: rgba(0, 0, 0, 0.5);
}
.vjs-error-display a,
.vjs-error-display a:visited {
color: #F4A460;
}
/* Loading Spinner
--------------------------------------------------------------------------------
*/
.vjs-loading-spinner {
/* Should be hidden by default */
display: none;
position: absolute;
top: 50%;
left: 50%;
font-size: 4em;
line-height: 1;
width: 1em;
height: 1em;
margin-left: -0.5em;
margin-top: -0.5em;
opacity: 0.75;
}
/* Show the spinner when waiting for data and seeking to a new time */
.vjs-waiting .vjs-loading-spinner,
.vjs-seeking .vjs-loading-spinner {
display: block;
/* only animate when showing because it can be processor heavy */
/* animation */
animation: spin 1.5s infinite linear;
}
/* Errors are unrecoverable without user interaction so hide the spinner */
.vjs-error .vjs-loading-spinner {
display: none;
/* ensure animation doesn't continue while hidden */
/* animation */
animation: none;
}
.vjs-default-skin .vjs-loading-spinner:before {
content: "\e01e";
font-family: VideoJS;
position: absolute;
top: 0;
left: 0;
width: 1em;
height: 1em;
text-align: center;
text-shadow: 0em 0em 0.1em #000;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
/* Menu Buttons (Captions/Subtitles/etc.)
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-menu-button {
float: right;
cursor: pointer;
}
.vjs-default-skin .vjs-menu {
display: none;
position: absolute;
bottom: 0;
left: 0em;
/* (Width of vjs-menu - width of button) / 2 */
width: 0em;
height: 0em;
margin-bottom: 3em;
border-left: 2em solid transparent;
border-right: 2em solid transparent;
border-top: 1.55em solid #000000;
/* Same width top as ul bottom */
border-top-color: rgba(7, 40, 50, 0.5);
/* Same as ul background */
}
/* Button Pop-up Menu */
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
display: block;
padding: 0;
margin: 0;
position: absolute;
width: 10em;
bottom: 1.5em;
/* Same bottom as vjs-menu border-top */
max-height: 15em;
overflow: auto;
left: -5em;
/* Width of menu - width of button / 2 */
/* background-color-with-alpha */
background-color: #07141e;
background-color: rgba(7, 20, 30, 0.7);
/* box-shadow */
box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
}
.vjs-default-skin .vjs-menu-button:hover .vjs-control-content .vjs-menu,
.vjs-default-skin .vjs-control-content .vjs-menu.vjs-lock-showing {
display: block;
}
/* prevent menus from opening while scrubbing (FF, IE) */
.vjs-default-skin.vjs-scrubbing .vjs-menu-button:hover .vjs-control-content .vjs-menu {
display: none;
}
.vjs-default-skin .vjs-menu-button ul li {
list-style: none;
margin: 0;
padding: 0.3em 0 0.3em 0;
line-height: 1.4em;
font-size: 1.2em;
text-align: center;
text-transform: lowercase;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
background-color: #000;
}
.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
outline: 0;
color: #111;
/* background-color-with-alpha */
background-color: #ffffff;
background-color: rgba(255, 255, 255, 0.75);
/* box-shadow */
box-shadow: 0 0 1em #ffffff;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
text-align: center;
text-transform: uppercase;
font-size: 1em;
line-height: 2em;
padding: 0;
margin: 0 0 0.3em 0;
font-weight: bold;
cursor: default;
}
/* Subtitles Button */
.vjs-default-skin .vjs-subtitles-button:before {
content: "\e00c";
}
/* Captions Button */
.vjs-default-skin .vjs-captions-button:before {
content: "\e008";
}
/* Chapters Button */
.vjs-default-skin .vjs-chapters-button:before {
content: "\e00c";
}
.vjs-default-skin .vjs-chapters-button.vjs-menu-button .vjs-menu .vjs-menu-content {
width: 24em;
left: -12em;
}
/* Replacement for focus outline */
.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
/* box-shadow */
box-shadow: 0 0 1em #ffffff;
}
/*
REQUIRED STYLES (be careful overriding)
================================================================================
When loading the player, the video tag is replaced with a DIV,
that will hold the video tag or object tag for other playback methods.
The div contains the video playback element (Flash or HTML5) and controls,
and sets the width and height of the video.
** If you want to add some kind of border/padding (e.g. a frame), or special
positioning, use another containing element. Otherwise you risk messing up
control positioning and full window mode. **
*/
.video-js {
background-color: #000;
position: relative;
padding: 0;
/* Start with 10px for base font size so other dimensions can be em based and
easily calculable. */
font-size: 10px;
/* Allow poster to be vertically aligned. */
vertical-align: middle;
/* display: table-cell; */
/*This works in Safari but not Firefox.*/
/* Provide some basic defaults for fonts */
font-weight: normal;
font-style: normal;
/* Avoiding helvetica: issue #376 */
font-family: Arial, sans-serif;
/* Turn off user selection (text highlighting) by default.
The majority of player components will not be text blocks.
Text areas will need to turn user selection back on. */
/* user-select */
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* Playback technology elements expand to the width/height of the containing div
<video> or <object> */
.video-js .vjs-tech {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when
checking fullScreenEnabled. */
.video-js:-moz-full-screen {
position: absolute;
}
/* Fullscreen Styles */
body.vjs-full-window {
padding: 0;
margin: 0;
height: 100%;
/* Fix for IE6 full-window. http://www.cssplay.co.uk/layouts/fixed.html */
overflow-y: auto;
}
.video-js.vjs-fullscreen {
position: fixed;
overflow: hidden;
z-index: 1000;
left: 0;
top: 0;
bottom: 0;
right: 0;
width: 100% !important;
height: 100% !important;
/* IE6 full-window (underscore hack) */
_position: absolute;
}
.video-js:-webkit-full-screen {
width: 100% !important;
height: 100% !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
cursor: none;
}
/* Poster Styles */
.vjs-poster {
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: contain;
background-color: #000000;
cursor: pointer;
margin: 0;
padding: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.vjs-poster img {
display: block;
margin: 0 auto;
max-height: 100%;
padding: 0;
width: 100%;
}
/* Hide the poster after the video has started playing */
.video-js.vjs-has-started .vjs-poster {
display: none;
}
/* Don't hide the poster if we're playing audio */
.video-js.vjs-audio.vjs-has-started .vjs-poster {
display: block;
}
/* Hide the poster when controls are disabled because it's clickable
and the native poster can take over */
.video-js.vjs-controls-disabled .vjs-poster {
display: none;
}
/* Hide the poster when native controls are used otherwise it covers them */
.video-js.vjs-using-native-controls .vjs-poster {
display: none;
}
/* Text Track Styles */
/* Overall track holder for both captions and subtitles */
.video-js .vjs-text-track-display {
position: absolute;
top: 0;
left: 0;
bottom: 3em;
right: 0;
pointer-events: none;
}
/* Captions Settings Dialog */
.vjs-caption-settings {
position: relative;
top: 1em;
background-color: #000;
opacity: 0.75;
color: #FFF;
margin: 0 auto;
padding: 0.5em;
height: 15em;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
width: 40em;
}
.vjs-caption-settings .vjs-tracksettings {
top: 0;
bottom: 2em;
left: 0;
right: 0;
position: absolute;
overflow: auto;
}
.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
float: left;
}
.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
clear: both;
}
.vjs-caption-settings .vjs-tracksettings-controls {
position: absolute;
bottom: 1em;
right: 1em;
}
.vjs-caption-settings .vjs-tracksetting {
margin: 5px;
padding: 3px;
min-height: 40px;
}
.vjs-caption-settings .vjs-tracksetting label {
display: block;
width: 100px;
margin-bottom: 5px;
}
.vjs-caption-settings .vjs-tracksetting span {
display: inline;
margin-left: 5px;
}
.vjs-caption-settings .vjs-tracksetting > div {
margin-bottom: 5px;
min-height: 20px;
}
.vjs-caption-settings .vjs-tracksetting > div:last-child {
margin-bottom: 0;
padding-bottom: 0;
min-height: 0;
}
.vjs-caption-settings label > input {
margin-right: 10px;
}
.vjs-caption-settings input[type="button"] {
width: 40px;
height: 40px;
}
/* Hide disabled or unsupported controls */
.vjs-hidden {
display: none !important;
}
.vjs-lock-showing {
display: block !important;
opacity: 1;
visibility: visible;
}
/* In IE8 w/ no JavaScript (no HTML5 shim), the video tag doesn't register.
The .video-js classname on the video tag also isn't considered.
This optional paragraph inside the video tag can provide a message to users
about what's required to play video. */
.vjs-no-js {
padding: 2em;
color: #ccc;
background-color: #333;
font-size: 1.8em;
font-family: Arial, sans-serif;
text-align: center;
width: 30em;
height: 15em;
margin: 0 auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
color: #F4A460;
}
/* -----------------------------------------------------------------------------
The original source of this file lives at
https://github.com/videojs/video.js/blob/master/src/css/video-js.less */
/* Slider */
.slick-loading .slick-list {
background: #fff url("/img/ajax-loader.gif") center center no-repeat;
}
/* Icons */
@font-face {
font-family: "slick";
src: url("/fonts/slick/slick.eot");
src: url("/fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("/fonts/slick/slick.woff") format("woff"), url("/fonts/slick/slick.ttf") format("truetype"), url("/fonts/slick/slick.svg#slick") format("svg");
font-weight: normal;
font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
position: absolute;
display: block;
height: 20px;
width: 20px;
line-height: 0px;
font-size: 0px;
cursor: pointer;
background: transparent;
color: transparent;
top: 50%;
margin-top: -10px;
padding: 0;
border: none;
outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
outline: none;
background: transparent;
color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
font-family: "slick";
font-size: 20px;
line-height: 1;
color: white;
opacity: 0.75;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
left: -25px;
}
[dir="rtl"] .slick-prev {
left: auto;
right: -25px;
}
.slick-prev:before {
content: "←";
}
[dir="rtl"] .slick-prev:before {
content: "→";
}
.slick-next {
right: -25px;
}
[dir="rtl"] .slick-next {
left: -25px;
right: auto;
}
.slick-next:before {
content: "→";
}
[dir="rtl"] .slick-next:before {
content: "←";
}
/* Dots */
.slick-slider {
margin-bottom: 30px;
}
.slick-dots {
position: absolute;
bottom: -45px;
list-style: none;
display: block;
text-align: center;
padding: 0;
width: 100%;
}
.slick-dots li {
position: relative;
display: inline-block;
height: 20px;
width: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button {
border: 0;
background: transparent;
display: block;
height: 20px;
width: 20px;
outline: none;
line-height: 0px;
font-size: 0px;
color: transparent;
padding: 5px;
cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
opacity: 1;
}
.slick-dots li button:before {
position: absolute;
top: 0;
left: 0;
content: "•";
width: 20px;
height: 20px;
font-family: "slick";
font-size: 6px;
line-height: 20px;
text-align: center;
color: black;
opacity: 0.25;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
color: black;
opacity: 0.75;
}
.animated {
animation-duration: 1s;
animation-fill-mode: both;
}
.animated.infinite {
animation-iteration-count: infinite;
}
.animated.hinge {
animation-duration: 2s;
}
@keyframes bounce {
0%, 100%, 20%, 53%, 80% {
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translate3d(0, 0, 0);
}
40%, 43% {
transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transform: translate3d(0, -30px, 0);
}
70% {
transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transform: translate3d(0, -15px, 0);
}
90% {
transform: translate3d(0, -4px, 0);
}
}
.bounce {
animation-name: bounce;
transform-origin: center bottom;
}
@keyframes flash {
0%, 100%, 50% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
animation-name: flash;
}
@keyframes pulse {
0% {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
transform: scale3d(1, 1, 1);
}
}
.pulse {
animation-name: pulse;
}
@keyframes rubberBand {
0% {
transform: scale3d(1, 1, 1);
}
30% {
transform: scale3d(1.25, 0.75, 1);
}
40% {
transform: scale3d(0.75, 1.25, 1);
}
50% {
transform: scale3d(1.15, 0.85, 1);
}
65% {
transform: scale3d(0.95, 1.05, 1);
}
75% {
transform: scale3d(1.05, 0.95, 1);
}
100% {
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
animation-name: rubberBand;
}
@keyframes shake {
0%, 100% {
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
transform: translate3d(10px, 0, 0);
}
}
.shake {
animation-name: shake;
}
@keyframes swing {
20% {
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
transform-origin: top center;
animation-name: swing;
}
@keyframes tada {
0% {
transform: scale3d(1, 1, 1);
}
10%, 20% {
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
transform: scale3d(1, 1, 1);
}
}
.tada {
animation-name: tada;
}
@keyframes wobble {
0% {
transform: none;
}
15% {
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
transform: none;
}
}
.wobble {
animation-name: wobble;
}
@keyframes bounceIn {
0%, 100%, 20%, 40%, 60%, 80% {
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
transform: scale3d(0.97, 0.97, 0.97);
}
100% {
opacity: 1;
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
animation-name: bounceIn;
animation-duration: .75s;
}
@keyframes bounceInDown {
0%, 100%, 60%, 75%, 90% {
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, 25px, 0);
}
75% {
transform: translate3d(0, -10px, 0);
}
90% {
transform: translate3d(0, 5px, 0);
}
100% {
transform: none;
}
}
.bounceInDown {
animation-name: bounceInDown;
}
@keyframes bounceInLeft {
0%, 100%, 60%, 75%, 90% {
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(25px, 0, 0);
}
75% {
transform: translate3d(-10px, 0, 0);
}
90% {
transform: translate3d(5px, 0, 0);
}
100% {
transform: none;
}
}
.bounceInLeft {
animation-name: bounceInLeft;
}
@keyframes bounceInRight {
0%, 100%, 60%, 75%, 90% {
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(-25px, 0, 0);
}
75% {
transform: translate3d(10px, 0, 0);
}
90% {
transform: translate3d(-5px, 0, 0);
}
100% {
transform: none;
}
}
.bounceInRight {
animation-name: bounceInRight;
}
@keyframes bounceInUp {
0%, 100%, 60%, 75%, 90% {
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
75% {
transform: translate3d(0, 10px, 0);
}
90% {
transform: translate3d(0, -5px, 0);
}
100% {
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
animation-name: bounceInUp;
}
@keyframes bounceOut {
20% {
transform: scale3d(0.9, 0.9, 0.9);
}
50%, 55% {
opacity: 1;
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3);
}
}
.bounceOut {
animation-name: bounceOut;
animation-duration: .75s;
}
@keyframes bounceOutDown {
20% {
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
20% {
opacity: 1;
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
20% {
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
animation-name: bounceOutUp;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
animation-name: fadeIn;
}
@keyframes fadeInDown {
0% {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
transform: none;
}
}
.fadeInDown {
animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
transform: none;
}
}
.fadeInDownBig {
animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
0% {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
transform: none;
}
}
.fadeInLeft {
animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
transform: none;
}
}
.fadeInLeftBig {
animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
0% {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
transform: none;
}
}
.fadeInRight {
animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
transform: none;
}
}
.fadeInRightBig {
animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
transform: none;
}
}
.fadeInUp {
animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
transform: none;
}
}
.fadeInUpBig {
animation-name: fadeInUpBig;
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
animation-name: fadeOut;
}
@keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
animation-name: fadeOutUpBig;
}
@keyframes flip {
0% {
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
animation-timing-function: ease-out;
}
40% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
animation-timing-function: ease-out;
}
50% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
animation-timing-function: ease-in;
}
80% {
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
animation-timing-function: ease-in;
}
100% {
transform: perspective(400px);
animation-timing-function: ease-in;
}
}
.animated.flip {
backface-visibility: visible;
animation-name: flip;
}
@keyframes flipInX {
0% {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transition-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transition-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
transform: perspective(400px);
}
}
.flipInX {
backface-visibility: visible !important;
animation-name: flipInX;
}
@keyframes flipInY {
0% {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transition-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transition-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
transform: perspective(400px);
}
}
.flipInY {
backface-visibility: visible !important;
animation-name: flipInY;
}
@keyframes flipOutX {
0% {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
animation-name: flipOutX;
animation-duration: .75s;
backface-visibility: visible !important;
}
@keyframes flipOutY {
0% {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
backface-visibility: visible !important;
animation-name: flipOutY;
animation-duration: .75s;
}
@keyframes lightSpeedIn {
0% {
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
transform: skewX(20deg);
opacity: 1;
}
80% {
transform: skewX(-5deg);
opacity: 1;
}
100% {
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
animation-name: lightSpeedIn;
animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
animation-name: lightSpeedOut;
animation-timing-function: ease-in;
}
@keyframes rotateIn {
0% {
transform-origin: center;
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
transform-origin: center;
transform: none;
opacity: 1;
}
}
.rotateIn {
animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
0% {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
0% {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
0% {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
0% {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
animation-name: rotateInUpRight;
}
@keyframes rotateOut {
0% {
transform-origin: center;
opacity: 1;
}
100% {
transform-origin: center;
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
0% {
transform-origin: left bottom;
opacity: 1;
}
100% {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
0% {
transform-origin: right bottom;
opacity: 1;
}
100% {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
0% {
transform-origin: left bottom;
opacity: 1;
}
100% {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
0% {
transform-origin: right bottom;
opacity: 1;
}
100% {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
animation-name: rotateOutUpRight;
}
@keyframes hinge {
0% {
transform-origin: top left;
animation-timing-function: ease-in-out;
}
20%, 60% {
transform: rotate3d(0, 0, 1, 80deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
}
40%, 80% {
transform: rotate3d(0, 0, 1, 60deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
animation-name: hinge;
}
@keyframes rollIn {
0% {
opacity: 0;
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
transform: none;
}
}
.rollIn {
animation-name: rollIn;
}
@keyframes rollOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
animation-name: rollOut;
}
@keyframes zoomIn {
0% {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
.zoomIn {
animation-name: zoomIn;
}
@keyframes zoomInDown {
0% {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInDown {
animation-name: zoomInDown;
}
@keyframes zoomInLeft {
0% {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInLeft {
animation-name: zoomInLeft;
}
@keyframes zoomInRight {
0% {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInRight {
animation-name: zoomInRight;
}
@keyframes zoomInUp {
0% {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInUp {
animation-name: zoomInUp;
}
@keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3);
}
100% {
opacity: 0;
}
}
.zoomOut {
animation-name: zoomOut;
}
@keyframes zoomOutDown {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
100% {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutDown {
animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
transform: scale(0.1) translate3d(-2000px, 0, 0);
transform-origin: left center;
}
}
.zoomOutLeft {
animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
transform: scale(0.1) translate3d(2000px, 0, 0);
transform-origin: right center;
}
}
.zoomOutRight {
animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
100% {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutUp {
animation-name: zoomOutUp;
}
@keyframes slideInDown {
0% {
transform: translateY(-100%);
visibility: visible;
}
100% {
transform: translateY(0);
}
}
.slideInDown {
animation-name: slideInDown;
}
@keyframes slideInLeft {
0% {
transform: translateX(-100%);
visibility: visible;
}
100% {
transform: translateX(0);
}
}
.slideInLeft {
animation-name: slideInLeft;
}
@keyframes slideInRight {
0% {
transform: translateX(100%);
visibility: visible;
}
100% {
transform: translateX(0);
}
}
.slideInRight {
animation-name: slideInRight;
}
@keyframes slideInUp {
0% {
transform: translateY(100%);
visibility: visible;
}
100% {
transform: translateY(0);
}
}
.slideInUp {
animation-name: slideInUp;
}
@keyframes slideOutDown {
0% {
transform: translateY(0);
}
100% {
visibility: hidden;
transform: translateY(100%);
}
}
.slideOutDown {
animation-name: slideOutDown;
}
@keyframes slideOutLeft {
0% {
transform: translateX(0);
}
100% {
visibility: hidden;
transform: translateX(-100%);
}
}
.slideOutLeft {
animation-name: slideOutLeft;
}
@keyframes slideOutRight {
0% {
transform: translateX(0);
}
100% {
visibility: hidden;
transform: translateX(100%);
}
}
.slideOutRight {
animation-name: slideOutRight;
}
@keyframes slideOutUp {
0% {
transform: translateY(0);
}
100% {
visibility: hidden;
transform: translateY(-100%);
}
}
.slideOutUp {
animation-name: slideOutUp;
}
/*!
* Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url("/fonts/font-awesome/fontawesome-webfont.eot");
src: url("/fonts/font-awesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/font-awesome/fontawesome-webfont.woff2") format("woff2"), url("/fonts/font-awesome/fontawesome-webfont.woff") format("woff"), url("/fonts/font-awesome/fontawesome-webfont.ttf") format("truetype"), url("/fonts/font-awesome/fontawesome-webfont.svg#fontawesomeregular") format("svg");
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
font-size: 1.3333333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.2857142857em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.1428571429em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.1428571429em;
width: 2.1428571429em;
top: 0.1428571429em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.8571428571em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eee;
border-radius: .1em;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
transform: scale(-1, 1);
}
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-glass:before {
content: "";
}
.fa-music:before {
content: "";
}
.fa-search:before {
content: "";
}
.fa-envelope-o:before {
content: "";
}
.fa-heart:before {
content: "";
}
.fa-star:before {
content: "";
}
.fa-star-o:before {
content: "";
}
.fa-user:before {
content: "";
}
.fa-film:before {
content: "";
}
.fa-th-large:before {
content: "";
}
.fa-th:before {
content: "";
}
.fa-th-list:before {
content: "";
}
.fa-check:before {
content: "";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "";
}
.fa-search-plus:before {
content: "";
}
.fa-search-minus:before {
content: "";
}
.fa-power-off:before {
content: "";
}
.fa-signal:before {
content: "";
}
.fa-gear:before,
.fa-cog:before {
content: "";
}
.fa-trash-o:before {
content: "";
}
.fa-home:before {
content: "";
}
.fa-file-o:before {
content: "";
}
.fa-clock-o:before {
content: "";
}
.fa-road:before {
content: "";
}
.fa-download:before {
content: "";
}
.fa-arrow-circle-o-down:before {
content: "";
}
.fa-arrow-circle-o-up:before {
content: "";
}
.fa-inbox:before {
content: "";
}
.fa-play-circle-o:before {
content: "";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "";
}
.fa-refresh:before {
content: "";
}
.fa-list-alt:before {
content: "";
}
.fa-lock:before {
content: "";
}
.fa-flag:before {
content: "";
}
.fa-headphones:before {
content: "";
}
.fa-volume-off:before {
content: "";
}
.fa-volume-down:before {
content: "";
}
.fa-volume-up:before {
content: "";
}
.fa-qrcode:before {
content: "";
}
.fa-barcode:before {
content: "";
}
.fa-tag:before {
content: "";
}
.fa-tags:before {
content: "";
}
.fa-book:before {
content: "";
}
.fa-bookmark:before {
content: "";
}
.fa-print:before {
content: "";
}
.fa-camera:before {
content: "";
}
.fa-font:before {
content: "";
}
.fa-bold:before {
content: "";
}
.fa-italic:before {
content: "";
}
.fa-text-height:before {
content: "";
}
.fa-text-width:before {
content: "";
}
.fa-align-left:before {
content: "";
}
.fa-align-center:before {
content: "";
}
.fa-align-right:before {
content: "";
}
.fa-align-justify:before {
content: "";
}
.fa-list:before {
content: "";
}
.fa-dedent:before,
.fa-outdent:before {
content: "";
}
.fa-indent:before {
content: "";
}
.fa-video-camera:before {
content: "";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "";
}
.fa-pencil:before {
content: "";
}
.fa-map-marker:before {
content: "";
}
.fa-adjust:before {
content: "";
}
.fa-tint:before {
content: "";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "";
}
.fa-share-square-o:before {
content: "";
}
.fa-check-square-o:before {
content: "";
}
.fa-arrows:before {
content: "";
}
.fa-step-backward:before {
content: "";
}
.fa-fast-backward:before {
content: "";
}
.fa-backward:before {
content: "";
}
.fa-play:before {
content: "";
}
.fa-pause:before {
content: "";
}
.fa-stop:before {
content: "";
}
.fa-forward:before {
content: "";
}
.fa-fast-forward:before {
content: "";
}
.fa-step-forward:before {
content: "";
}
.fa-eject:before {
content: "";
}
.fa-chevron-left:before {
content: "";
}
.fa-chevron-right:before {
content: "";
}
.fa-plus-circle:before {
content: "";
}
.fa-minus-circle:before {
content: "";
}
.fa-times-circle:before {
content: "";
}
.fa-check-circle:before {
content: "";
}
.fa-question-circle:before {
content: "";
}
.fa-info-circle:before {
content: "";
}
.fa-crosshairs:before {
content: "";
}
.fa-times-circle-o:before {
content: "";
}
.fa-check-circle-o:before {
content: "";
}
.fa-ban:before {
content: "";
}
.fa-arrow-left:before {
content: "";
}
.fa-arrow-right:before {
content: "";
}
.fa-arrow-up:before {
content: "";
}
.fa-arrow-down:before {
content: "";
}
.fa-mail-forward:before,
.fa-share:before {
content: "";
}
.fa-expand:before {
content: "";
}
.fa-compress:before {
content: "";
}
.fa-plus:before {
content: "";
}
.fa-minus:before {
content: "";
}
.fa-asterisk:before {
content: "";
}
.fa-exclamation-circle:before {
content: "";
}
.fa-gift:before {
content: "";
}
.fa-leaf:before {
content: "";
}
.fa-fire:before {
content: "";
}
.fa-eye:before {
content: "";
}
.fa-eye-slash:before {
content: "";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "";
}
.fa-plane:before {
content: "";
}
.fa-calendar:before {
content: "";
}
.fa-random:before {
content: "";
}
.fa-comment:before {
content: "";
}
.fa-magnet:before {
content: "";
}
.fa-chevron-up:before {
content: "";
}
.fa-chevron-down:before {
content: "";
}
.fa-retweet:before {
content: "";
}
.fa-shopping-cart:before {
content: "";
}
.fa-folder:before {
content: "";
}
.fa-folder-open:before {
content: "";
}
.fa-arrows-v:before {
content: "";
}
.fa-arrows-h:before {
content: "";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "";
}
.fa-twitter-square:before {
content: "";
}
.fa-facebook-square:before {
content: "";
}
.fa-camera-retro:before {
content: "";
}
.fa-key:before {
content: "";
}
.fa-gears:before,
.fa-cogs:before {
content: "";
}
.fa-comments:before {
content: "";
}
.fa-thumbs-o-up:before {
content: "";
}
.fa-thumbs-o-down:before {
content: "";
}
.fa-star-half:before {
content: "";
}
.fa-heart-o:before {
content: "";
}
.fa-sign-out:before {
content: "";
}
.fa-linkedin-square:before {
content: "";
}
.fa-thumb-tack:before {
content: "";
}
.fa-external-link:before {
content: "";
}
.fa-sign-in:before {
content: "";
}
.fa-trophy:before {
content: "";
}
.fa-github-square:before {
content: "";
}
.fa-upload:before {
content: "";
}
.fa-lemon-o:before {
content: "";
}
.fa-phone:before {
content: "";
}
.fa-square-o:before {
content: "";
}
.fa-bookmark-o:before {
content: "";
}
.fa-phone-square:before {
content: "";
}
.fa-twitter:before {
content: "";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "";
}
.fa-github:before {
content: "";
}
.fa-unlock:before {
content: "";
}
.fa-credit-card:before {
content: "";
}
.fa-rss:before {
content: "";
}
.fa-hdd-o:before {
content: "";
}
.fa-bullhorn:before {
content: "";
}
.fa-bell:before {
content: "";
}
.fa-certificate:before {
content: "";
}
.fa-hand-o-right:before {
content: "";
}
.fa-hand-o-left:before {
content: "";
}
.fa-hand-o-up:before {
content: "";
}
.fa-hand-o-down:before {
content: "";
}
.fa-arrow-circle-left:before {
content: "";
}
.fa-arrow-circle-right:before {
content: "";
}
.fa-arrow-circle-up:before {
content: "";
}
.fa-arrow-circle-down:before {
content: "";
}
.fa-globe:before {
content: "";
}
.fa-wrench:before {
content: "";
}
.fa-tasks:before {
content: "";
}
.fa-filter:before {
content: "";
}
.fa-briefcase:before {
content: "";
}
.fa-arrows-alt:before {
content: "";
}
.fa-group:before,
.fa-users:before {
content: "";
}
.fa-chain:before,
.fa-link:before {
content: "";
}
.fa-cloud:before {
content: "";
}
.fa-flask:before {
content: "";
}
.fa-cut:before,
.fa-scissors:before {
content: "";
}
.fa-copy:before,
.fa-files-o:before {
content: "";
}
.fa-paperclip:before {
content: "";
}
.fa-save:before,
.fa-floppy-o:before {
content: "";
}
.fa-square:before {
content: "";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "";
}
.fa-list-ul:before {
content: "";
}
.fa-list-ol:before {
content: "";
}
.fa-strikethrough:before {
content: "";
}
.fa-underline:before {
content: "";
}
.fa-table:before {
content: "";
}
.fa-magic:before {
content: "";
}
.fa-truck:before {
content: "";
}
.fa-pinterest:before {
content: "";
}
.fa-pinterest-square:before {
content: "";
}
.fa-google-plus-square:before {
content: "";
}
.fa-google-plus:before {
content: "";
}
.fa-money:before {
content: "";
}
.fa-caret-down:before {
content: "";
}
.fa-caret-up:before {
content: "";
}
.fa-caret-left:before {
content: "";
}
.fa-caret-right:before {
content: "";
}
.fa-columns:before {
content: "";
}
.fa-unsorted:before,
.fa-sort:before {
content: "";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "";
}
.fa-envelope:before {
content: "";
}
.fa-linkedin:before {
content: "";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "";
}
.fa-legal:before,
.fa-gavel:before {
content: "";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "";
}
.fa-comment-o:before {
content: "";
}
.fa-comments-o:before {
content: "";
}
.fa-flash:before,
.fa-bolt:before {
content: "";
}
.fa-sitemap:before {
content: "";
}
.fa-umbrella:before {
content: "";
}
.fa-paste:before,
.fa-clipboard:before {
content: "";
}
.fa-lightbulb-o:before {
content: "";
}
.fa-exchange:before {
content: "";
}
.fa-cloud-download:before {
content: "";
}
.fa-cloud-upload:before {
content: "";
}
.fa-user-md:before {
content: "";
}
.fa-stethoscope:before {
content: "";
}
.fa-suitcase:before {
content: "";
}
.fa-bell-o:before {
content: "";
}
.fa-coffee:before {
content: "";
}
.fa-cutlery:before {
content: "";
}
.fa-file-text-o:before {
content: "";
}
.fa-building-o:before {
content: "";
}
.fa-hospital-o:before {
content: "";
}
.fa-ambulance:before {
content: "";
}
.fa-medkit:before {
content: "";
}
.fa-fighter-jet:before {
content: "";
}
.fa-beer:before {
content: "";
}
.fa-h-square:before {
content: "";
}
.fa-plus-square:before {
content: "";
}
.fa-angle-double-left:before {
content: "";
}
.fa-angle-double-right:before {
content: "";
}
.fa-angle-double-up:before {
content: "";
}
.fa-angle-double-down:before {
content: "";
}
.fa-angle-left:before {
content: "";
}
.fa-angle-right:before {
content: "";
}
.fa-angle-up:before {
content: "";
}
.fa-angle-down:before {
content: "";
}
.fa-desktop:before {
content: "";
}
.fa-laptop:before {
content: "";
}
.fa-tablet:before {
content: "";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "";
}
.fa-circle-o:before {
content: "";
}
.fa-quote-left:before {
content: "";
}
.fa-quote-right:before {
content: "";
}
.fa-spinner:before {
content: "";
}
.fa-circle:before {
content: "";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "";
}
.fa-github-alt:before {
content: "";
}
.fa-folder-o:before {
content: "";
}
.fa-folder-open-o:before {
content: "";
}
.fa-smile-o:before {
content: "";
}
.fa-frown-o:before {
content: "";
}
.fa-meh-o:before {
content: "";
}
.fa-gamepad:before {
content: "";
}
.fa-keyboard-o:before {
content: "";
}
.fa-flag-o:before {
content: "";
}
.fa-flag-checkered:before {
content: "";
}
.fa-terminal:before {
content: "";
}
.fa-code:before {
content: "";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "";
}
.fa-location-arrow:before {
content: "";
}
.fa-crop:before {
content: "";
}
.fa-code-fork:before {
content: "";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "";
}
.fa-question:before {
content: "";
}
.fa-info:before {
content: "";
}
.fa-exclamation:before {
content: "";
}
.fa-superscript:before {
content: "";
}
.fa-subscript:before {
content: "";
}
.fa-eraser:before {
content: "";
}
.fa-puzzle-piece:before {
content: "";
}
.fa-microphone:before {
content: "";
}
.fa-microphone-slash:before {
content: "";
}
.fa-shield:before {
content: "";
}
.fa-calendar-o:before {
content: "";
}
.fa-fire-extinguisher:before {
content: "";
}
.fa-rocket:before {
content: "";
}
.fa-maxcdn:before {
content: "";
}
.fa-chevron-circle-left:before {
content: "";
}
.fa-chevron-circle-right:before {
content: "";
}
.fa-chevron-circle-up:before {
content: "";
}
.fa-chevron-circle-down:before {
content: "";
}
.fa-html5:before {
content: "";
}
.fa-css3:before {
content: "";
}
.fa-anchor:before {
content: "";
}
.fa-unlock-alt:before {
content: "";
}
.fa-bullseye:before {
content: "";
}
.fa-ellipsis-h:before {
content: "";
}
.fa-ellipsis-v:before {
content: "";
}
.fa-rss-square:before {
content: "";
}
.fa-play-circle:before {
content: "";
}
.fa-ticket:before {
content: "";
}
.fa-minus-square:before {
content: "";
}
.fa-minus-square-o:before {
content: "";
}
.fa-level-up:before {
content: "";
}
.fa-level-down:before {
content: "";
}
.fa-check-square:before {
content: "";
}
.fa-pencil-square:before {
content: "";
}
.fa-external-link-square:before {
content: "";
}
.fa-share-square:before {
content: "";
}
.fa-compass:before {
content: "";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "";
}
.fa-euro:before,
.fa-eur:before {
content: "";
}
.fa-gbp:before {
content: "";
}
.fa-dollar:before,
.fa-usd:before {
content: "";
}
.fa-rupee:before,
.fa-inr:before {
content: "";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "";
}
.fa-won:before,
.fa-krw:before {
content: "";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "";
}
.fa-file:before {
content: "";
}
.fa-file-text:before {
content: "";
}
.fa-sort-alpha-asc:before {
content: "";
}
.fa-sort-alpha-desc:before {
content: "";
}
.fa-sort-amount-asc:before {
content: "";
}
.fa-sort-amount-desc:before {
content: "";
}
.fa-sort-numeric-asc:before {
content: "";
}
.fa-sort-numeric-desc:before {
content: "";
}
.fa-thumbs-up:before {
content: "";
}
.fa-thumbs-down:before {
content: "";
}
.fa-youtube-square:before {
content: "";
}
.fa-youtube:before {
content: "";
}
.fa-xing:before {
content: "";
}
.fa-xing-square:before {
content: "";
}
.fa-youtube-play:before {
content: "";
}
.fa-dropbox:before {
content: "";
}
.fa-stack-overflow:before {
content: "";
}
.fa-instagram:before {
content: "";
}
.fa-flickr:before {
content: "";
}
.fa-adn:before {
content: "";
}
.fa-bitbucket:before {
content: "";
}
.fa-bitbucket-square:before {
content: "";
}
.fa-tumblr:before {
content: "";
}
.fa-tumblr-square:before {
content: "";
}
.fa-long-arrow-down:before {
content: "";
}
.fa-long-arrow-up:before {
content: "";
}
.fa-long-arrow-left:before {
content: "";
}
.fa-long-arrow-right:before {
content: "";
}
.fa-apple:before {
content: "";
}
.fa-windows:before {
content: "";
}
.fa-android:before {
content: "";
}
.fa-linux:before {
content: "";
}
.fa-dribbble:before {
content: "";
}
.fa-skype:before {
content: "";
}
.fa-foursquare:before {
content: "";
}
.fa-trello:before {
content: "";
}
.fa-female:before {
content: "";
}
.fa-male:before {
content: "";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "";
}
.fa-sun-o:before {
content: "";
}
.fa-moon-o:before {
content: "";
}
.fa-archive:before {
content: "";
}
.fa-bug:before {
content: "";
}
.fa-vk:before {
content: "";
}
.fa-weibo:before {
content: "";
}
.fa-renren:before {
content: "";
}
.fa-pagelines:before {
content: "";
}
.fa-stack-exchange:before {
content: "";
}
.fa-arrow-circle-o-right:before {
content: "";
}
.fa-arrow-circle-o-left:before {
content: "";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "";
}
.fa-dot-circle-o:before {
content: "";
}
.fa-wheelchair:before {
content: "";
}
.fa-vimeo-square:before {
content: "";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "";
}
.fa-plus-square-o:before {
content: "";
}
.fa-space-shuttle:before {
content: "";
}
.fa-slack:before {
content: "";
}
.fa-envelope-square:before {
content: "";
}
.fa-wordpress:before {
content: "";
}
.fa-openid:before {
content: "";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "";
}
.fa-yahoo:before {
content: "";
}
.fa-google:before {
content: "";
}
.fa-reddit:before {
content: "";
}
.fa-reddit-square:before {
content: "";
}
.fa-stumbleupon-circle:before {
content: "";
}
.fa-stumbleupon:before {
content: "";
}
.fa-delicious:before {
content: "";
}
.fa-digg:before {
content: "";
}
.fa-pied-piper:before {
content: "";
}
.fa-pied-piper-alt:before {
content: "";
}
.fa-drupal:before {
content: "";
}
.fa-joomla:before {
content: "";
}
.fa-language:before {
content: "";
}
.fa-fax:before {
content: "";
}
.fa-building:before {
content: "";
}
.fa-child:before {
content: "";
}
.fa-paw:before {
content: "";
}
.fa-spoon:before {
content: "";
}
.fa-cube:before {
content: "";
}
.fa-cubes:before {
content: "";
}
.fa-behance:before {
content: "";
}
.fa-behance-square:before {
content: "";
}
.fa-steam:before {
content: "";
}
.fa-steam-square:before {
content: "";
}
.fa-recycle:before {
content: "";
}
.fa-automobile:before,
.fa-car:before {
content: "";
}
.fa-cab:before,
.fa-taxi:before {
content: "";
}
.fa-tree:before {
content: "";
}
.fa-spotify:before {
content: "";
}
.fa-deviantart:before {
content: "";
}
.fa-soundcloud:before {
content: "";
}
.fa-database:before {
content: "";
}
.fa-file-pdf-o:before {
content: "";
}
.fa-file-word-o:before {
content: "";
}
.fa-file-excel-o:before {
content: "";
}
.fa-file-powerpoint-o:before {
content: "";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "";
}
.fa-file-code-o:before {
content: "";
}
.fa-vine:before {
content: "";
}
.fa-codepen:before {
content: "";
}
.fa-jsfiddle:before {
content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "";
}
.fa-circle-o-notch:before {
content: "";
}
.fa-ra:before,
.fa-rebel:before {
content: "";
}
.fa-ge:before,
.fa-empire:before {
content: "";
}
.fa-git-square:before {
content: "";
}
.fa-git:before {
content: "";
}
.fa-hacker-news:before {
content: "";
}
.fa-tencent-weibo:before {
content: "";
}
.fa-qq:before {
content: "";
}
.fa-wechat:before,
.fa-weixin:before {
content: "";
}
.fa-send:before,
.fa-paper-plane:before {
content: "";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "";
}
.fa-history:before {
content: "";
}
.fa-genderless:before,
.fa-circle-thin:before {
content: "";
}
.fa-header:before {
content: "";
}
.fa-paragraph:before {
content: "";
}
.fa-sliders:before {
content: "";
}
.fa-share-alt:before {
content: "";
}
.fa-share-alt-square:before {
content: "";
}
.fa-bomb:before {
content: "";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "";
}
.fa-tty:before {
content: "";
}
.fa-binoculars:before {
content: "";
}
.fa-plug:before {
content: "";
}
.fa-slideshare:before {
content: "";
}
.fa-twitch:before {
content: "";
}
.fa-yelp:before {
content: "";
}
.fa-newspaper-o:before {
content: "";
}
.fa-wifi:before {
content: "";
}
.fa-calculator:before {
content: "";
}
.fa-paypal:before {
content: "";
}
.fa-google-wallet:before {
content: "";
}
.fa-cc-visa:before {
content: "";
}
.fa-cc-mastercard:before {
content: "";
}
.fa-cc-discover:before {
content: "";
}
.fa-cc-amex:before {
content: "";
}
.fa-cc-paypal:before {
content: "";
}
.fa-cc-stripe:before {
content: "";
}
.fa-bell-slash:before {
content: "";
}
.fa-bell-slash-o:before {
content: "";
}
.fa-trash:before {
content: "";
}
.fa-copyright:before {
content: "";
}
.fa-at:before {
content: "";
}
.fa-eyedropper:before {
content: "";
}
.fa-paint-brush:before {
content: "";
}
.fa-birthday-cake:before {
content: "";
}
.fa-area-chart:before {
content: "";
}
.fa-pie-chart:before {
content: "";
}
.fa-line-chart:before {
content: "";
}
.fa-lastfm:before {
content: "";
}
.fa-lastfm-square:before {
content: "";
}
.fa-toggle-off:before {
content: "";
}
.fa-toggle-on:before {
content: "";
}
.fa-bicycle:before {
content: "";
}
.fa-bus:before {
content: "";
}
.fa-ioxhost:before {
content: "";
}
.fa-angellist:before {
content: "";
}
.fa-cc:before {
content: "";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "";
}
.fa-meanpath:before {
content: "";
}
.fa-buysellads:before {
content: "";
}
.fa-connectdevelop:before {
content: "";
}
.fa-dashcube:before {
content: "";
}
.fa-forumbee:before {
content: "";
}
.fa-leanpub:before {
content: "";
}
.fa-sellsy:before {
content: "";
}
.fa-shirtsinbulk:before {
content: "";
}
.fa-simplybuilt:before {
content: "";
}
.fa-skyatlas:before {
content: "";
}
.fa-cart-plus:before {
content: "";
}
.fa-cart-arrow-down:before {
content: "";
}
.fa-diamond:before {
content: "";
}
.fa-ship:before {
content: "";
}
.fa-user-secret:before {
content: "";
}
.fa-motorcycle:before {
content: "";
}
.fa-street-view:before {
content: "";
}
.fa-heartbeat:before {
content: "";
}
.fa-venus:before {
content: "";
}
.fa-mars:before {
content: "";
}
.fa-mercury:before {
content: "";
}
.fa-transgender:before {
content: "";
}
.fa-transgender-alt:before {
content: "";
}
.fa-venus-double:before {
content: "";
}
.fa-mars-double:before {
content: "";
}
.fa-venus-mars:before {
content: "";
}
.fa-mars-stroke:before {
content: "";
}
.fa-mars-stroke-v:before {
content: "";
}
.fa-mars-stroke-h:before {
content: "";
}
.fa-neuter:before {
content: "";
}
.fa-facebook-official:before {
content: "";
}
.fa-pinterest-p:before {
content: "";
}
.fa-whatsapp:before {
content: "";
}
.fa-server:before {
content: "";
}
.fa-user-plus:before {
content: "";
}
.fa-user-times:before {
content: "";
}
.fa-hotel:before,
.fa-bed:before {
content: "";
}
.fa-viacoin:before {
content: "";
}
.fa-train:before {
content: "";
}
.fa-subway:before {
content: "";
}
.fa-medium:before {
content: "";
}
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
.navbar {
display: none;
}
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important;
}
.label {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table td,
.table th {
background-color: #fff !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important;
}
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
content: "\002a";
}
.glyphicon-plus:before {
content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
content: "\20ac";
}
.glyphicon-minus:before {
content: "\2212";
}
.glyphicon-cloud:before {
content: "\2601";
}
.glyphicon-envelope:before {
content: "\2709";
}
.glyphicon-pencil:before {
content: "\270f";
}
.glyphicon-glass:before {
content: "\e001";
}
.glyphicon-music:before {
content: "\e002";
}
.glyphicon-search:before {
content: "\e003";
}
.glyphicon-heart:before {
content: "\e005";
}
.glyphicon-star:before {
content: "\e006";
}
.glyphicon-star-empty:before {
content: "\e007";
}
.glyphicon-user:before {
content: "\e008";
}
.glyphicon-film:before {
content: "\e009";
}
.glyphicon-th-large:before {
content: "\e010";
}
.glyphicon-th:before {
content: "\e011";
}
.glyphicon-th-list:before {
content: "\e012";
}
.glyphicon-ok:before {
content: "\e013";
}
.glyphicon-remove:before {
content: "\e014";
}
.glyphicon-zoom-in:before {
content: "\e015";
}
.glyphicon-zoom-out:before {
content: "\e016";
}
.glyphicon-off:before {
content: "\e017";
}
.glyphicon-signal:before {
content: "\e018";
}
.glyphicon-cog:before {
content: "\e019";
}
.glyphicon-trash:before {
content: "\e020";
}
.glyphicon-home:before {
content: "\e021";
}
.glyphicon-file:before {
content: "\e022";
}
.glyphicon-time:before {
content: "\e023";
}
.glyphicon-road:before {
content: "\e024";
}
.glyphicon-download-alt:before {
content: "\e025";
}
.glyphicon-download:before {
content: "\e026";
}
.glyphicon-upload:before {
content: "\e027";
}
.glyphicon-inbox:before {
content: "\e028";
}
.glyphicon-play-circle:before {
content: "\e029";
}
.glyphicon-repeat:before {
content: "\e030";
}
.glyphicon-refresh:before {
content: "\e031";
}
.glyphicon-list-alt:before {
content: "\e032";
}
.glyphicon-lock:before {
content: "\e033";
}
.glyphicon-flag:before {
content: "\e034";
}
.glyphicon-headphones:before {
content: "\e035";
}
.glyphicon-volume-off:before {
content: "\e036";
}
.glyphicon-volume-down:before {
content: "\e037";
}
.glyphicon-volume-up:before {
content: "\e038";
}
.glyphicon-qrcode:before {
content: "\e039";
}
.glyphicon-barcode:before {
content: "\e040";
}
.glyphicon-tag:before {
content: "\e041";
}
.glyphicon-tags:before {
content: "\e042";
}
.glyphicon-book:before {
content: "\e043";
}
.glyphicon-bookmark:before {
content: "\e044";
}
.glyphicon-print:before {
content: "\e045";
}
.glyphicon-camera:before {
content: "\e046";
}
.glyphicon-font:before {
content: "\e047";
}
.glyphicon-bold:before {
content: "\e048";
}
.glyphicon-italic:before {
content: "\e049";
}
.glyphicon-text-height:before {
content: "\e050";
}
.glyphicon-text-width:before {
content: "\e051";
}
.glyphicon-align-left:before {
content: "\e052";
}
.glyphicon-align-center:before {
content: "\e053";
}
.glyphicon-align-right:before {
content: "\e054";
}
.glyphicon-align-justify:before {
content: "\e055";
}
.glyphicon-list:before {
content: "\e056";
}
.glyphicon-indent-left:before {
content: "\e057";
}
.glyphicon-indent-right:before {
content: "\e058";
}
.glyphicon-facetime-video:before {
content: "\e059";
}
.glyphicon-picture:before {
content: "\e060";
}
.glyphicon-map-marker:before {
content: "\e062";
}
.glyphicon-adjust:before {
content: "\e063";
}
.glyphicon-tint:before {
content: "\e064";
}
.glyphicon-edit:before {
content: "\e065";
}
.glyphicon-share:before {
content: "\e066";
}
.glyphicon-check:before {
content: "\e067";
}
.glyphicon-move:before {
content: "\e068";
}
.glyphicon-step-backward:before {
content: "\e069";
}
.glyphicon-fast-backward:before {
content: "\e070";
}
.glyphicon-backward:before {
content: "\e071";
}
.glyphicon-play:before {
content: "\e072";
}
.glyphicon-pause:before {
content: "\e073";
}
.glyphicon-stop:before {
content: "\e074";
}
.glyphicon-forward:before {
content: "\e075";
}
.glyphicon-fast-forward:before {
content: "\e076";
}
.glyphicon-step-forward:before {
content: "\e077";
}
.glyphicon-eject:before {
content: "\e078";
}
.glyphicon-chevron-left:before {
content: "\e079";
}
.glyphicon-chevron-right:before {
content: "\e080";
}
.glyphicon-plus-sign:before {
content: "\e081";
}
.glyphicon-minus-sign:before {
content: "\e082";
}
.glyphicon-remove-sign:before {
content: "\e083";
}
.glyphicon-ok-sign:before {
content: "\e084";
}
.glyphicon-question-sign:before {
content: "\e085";
}
.glyphicon-info-sign:before {
content: "\e086";
}
.glyphicon-screenshot:before {
content: "\e087";
}
.glyphicon-remove-circle:before {
content: "\e088";
}
.glyphicon-ok-circle:before {
content: "\e089";
}
.glyphicon-ban-circle:before {
content: "\e090";
}
.glyphicon-arrow-left:before {
content: "\e091";
}
.glyphicon-arrow-right:before {
content: "\e092";
}
.glyphicon-arrow-up:before {
content: "\e093";
}
.glyphicon-arrow-down:before {
content: "\e094";
}
.glyphicon-share-alt:before {
content: "\e095";
}
.glyphicon-resize-full:before {
content: "\e096";
}
.glyphicon-resize-small:before {
content: "\e097";
}
.glyphicon-exclamation-sign:before {
content: "\e101";
}
.glyphicon-gift:before {
content: "\e102";
}
.glyphicon-leaf:before {
content: "\e103";
}
.glyphicon-fire:before {
content: "\e104";
}
.glyphicon-eye-open:before {
content: "\e105";
}
.glyphicon-eye-close:before {
content: "\e106";
}
.glyphicon-warning-sign:before {
content: "\e107";
}
.glyphicon-plane:before {
content: "\e108";
}
.glyphicon-calendar:before {
content: "\e109";
}
.glyphicon-random:before {
content: "\e110";
}
.glyphicon-comment:before {
content: "\e111";
}
.glyphicon-magnet:before {
content: "\e112";
}
.glyphicon-chevron-up:before {
content: "\e113";
}
.glyphicon-chevron-down:before {
content: "\e114";
}
.glyphicon-retweet:before {
content: "\e115";
}
.glyphicon-shopping-cart:before {
content: "\e116";
}
.glyphicon-folder-close:before {
content: "\e117";
}
.glyphicon-folder-open:before {
content: "\e118";
}
.glyphicon-resize-vertical:before {
content: "\e119";
}
.glyphicon-resize-horizontal:before {
content: "\e120";
}
.glyphicon-hdd:before {
content: "\e121";
}
.glyphicon-bullhorn:before {
content: "\e122";
}
.glyphicon-bell:before {
content: "\e123";
}
.glyphicon-certificate:before {
content: "\e124";
}
.glyphicon-thumbs-up:before {
content: "\e125";
}
.glyphicon-thumbs-down:before {
content: "\e126";
}
.glyphicon-hand-right:before {
content: "\e127";
}
.glyphicon-hand-left:before {
content: "\e128";
}
.glyphicon-hand-up:before {
content: "\e129";
}
.glyphicon-hand-down:before {
content: "\e130";
}
.glyphicon-circle-arrow-right:before {
content: "\e131";
}
.glyphicon-circle-arrow-left:before {
content: "\e132";
}
.glyphicon-circle-arrow-up:before {
content: "\e133";
}
.glyphicon-circle-arrow-down:before {
content: "\e134";
}
.glyphicon-globe:before {
content: "\e135";
}
.glyphicon-wrench:before {
content: "\e136";
}
.glyphicon-tasks:before {
content: "\e137";
}
.glyphicon-filter:before {
content: "\e138";
}
.glyphicon-briefcase:before {
content: "\e139";
}
.glyphicon-fullscreen:before {
content: "\e140";
}
.glyphicon-dashboard:before {
content: "\e141";
}
.glyphicon-paperclip:before {
content: "\e142";
}
.glyphicon-heart-empty:before {
content: "\e143";
}
.glyphicon-link:before {
content: "\e144";
}
.glyphicon-phone:before {
content: "\e145";
}
.glyphicon-pushpin:before {
content: "\e146";
}
.glyphicon-usd:before {
content: "\e148";
}
.glyphicon-gbp:before {
content: "\e149";
}
.glyphicon-sort:before {
content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
content: "\e152";
}
.glyphicon-sort-by-order:before {
content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
content: "\e154";
}
.glyphicon-sort-by-attributes:before {
content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
content: "\e156";
}
.glyphicon-unchecked:before {
content: "\e157";
}
.glyphicon-expand:before {
content: "\e158";
}
.glyphicon-collapse-down:before {
content: "\e159";
}
.glyphicon-collapse-up:before {
content: "\e160";
}
.glyphicon-log-in:before {
content: "\e161";
}
.glyphicon-flash:before {
content: "\e162";
}
.glyphicon-log-out:before {
content: "\e163";
}
.glyphicon-new-window:before {
content: "\e164";
}
.glyphicon-record:before {
content: "\e165";
}
.glyphicon-save:before {
content: "\e166";
}
.glyphicon-open:before {
content: "\e167";
}
.glyphicon-saved:before {
content: "\e168";
}
.glyphicon-import:before {
content: "\e169";
}
.glyphicon-export:before {
content: "\e170";
}
.glyphicon-send:before {
content: "\e171";
}
.glyphicon-floppy-disk:before {
content: "\e172";
}
.glyphicon-floppy-saved:before {
content: "\e173";
}
.glyphicon-floppy-remove:before {
content: "\e174";
}
.glyphicon-floppy-save:before {
content: "\e175";
}
.glyphicon-floppy-open:before {
content: "\e176";
}
.glyphicon-credit-card:before {
content: "\e177";
}
.glyphicon-transfer:before {
content: "\e178";
}
.glyphicon-cutlery:before {
content: "\e179";
}
.glyphicon-header:before {
content: "\e180";
}
.glyphicon-compressed:before {
content: "\e181";
}
.glyphicon-earphone:before {
content: "\e182";
}
.glyphicon-phone-alt:before {
content: "\e183";
}
.glyphicon-tower:before {
content: "\e184";
}
.glyphicon-stats:before {
content: "\e185";
}
.glyphicon-sd-video:before {
content: "\e186";
}
.glyphicon-hd-video:before {
content: "\e187";
}
.glyphicon-subtitles:before {
content: "\e188";
}
.glyphicon-sound-stereo:before {
content: "\e189";
}
.glyphicon-sound-dolby:before {
content: "\e190";
}
.glyphicon-sound-5-1:before {
content: "\e191";
}
.glyphicon-sound-6-1:before {
content: "\e192";
}
.glyphicon-sound-7-1:before {
content: "\e193";
}
.glyphicon-copyright-mark:before {
content: "\e194";
}
.glyphicon-registration-mark:before {
content: "\e195";
}
.glyphicon-cloud-download:before {
content: "\e197";
}
.glyphicon-cloud-upload:before {
content: "\e198";
}
.glyphicon-tree-conifer:before {
content: "\e199";
}
.glyphicon-tree-deciduous:before {
content: "\e200";
}
.glyphicon-cd:before {
content: "\e201";
}
.glyphicon-save-file:before {
content: "\e202";
}
.glyphicon-open-file:before {
content: "\e203";
}
.glyphicon-level-up:before {
content: "\e204";
}
.glyphicon-copy:before {
content: "\e205";
}
.glyphicon-paste:before {
content: "\e206";
}
.glyphicon-alert:before {
content: "\e209";
}
.glyphicon-equalizer:before {
content: "\e210";
}
.glyphicon-king:before {
content: "\e211";
}
.glyphicon-queen:before {
content: "\e212";
}
.glyphicon-pawn:before {
content: "\e213";
}
.glyphicon-bishop:before {
content: "\e214";
}
.glyphicon-knight:before {
content: "\e215";
}
.glyphicon-baby-formula:before {
content: "\e216";
}
.glyphicon-tent:before {
content: "\26fa";
}
.glyphicon-blackboard:before {
content: "\e218";
}
.glyphicon-bed:before {
content: "\e219";
}
.glyphicon-apple:before {
content: "\f8ff";
}
.glyphicon-erase:before {
content: "\e221";
}
.glyphicon-hourglass:before {
content: "\231b";
}
.glyphicon-lamp:before {
content: "\e223";
}
.glyphicon-duplicate:before {
content: "\e224";
}
.glyphicon-piggy-bank:before {
content: "\e225";
}
.glyphicon-scissors:before {
content: "\e226";
}
.glyphicon-bitcoin:before {
content: "\e227";
}
.glyphicon-btc:before {
content: "\e227";
}
.glyphicon-xbt:before {
content: "\e227";
}
.glyphicon-yen:before {
content: "\00a5";
}
.glyphicon-jpy:before {
content: "\00a5";
}
.glyphicon-ruble:before {
content: "\20bd";
}
.glyphicon-rub:before {
content: "\20bd";
}
.glyphicon-scale:before {
content: "\e230";
}
.glyphicon-ice-lolly:before {
content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
content: "\e232";
}
.glyphicon-education:before {
content: "\e233";
}
.glyphicon-option-horizontal:before {
content: "\e234";
}
.glyphicon-option-vertical:before {
content: "\e235";
}
.glyphicon-menu-hamburger:before {
content: "\e236";
}
.glyphicon-modal-window:before {
content: "\e237";
}
.glyphicon-oil:before {
content: "\e238";
}
.glyphicon-grain:before {
content: "\e239";
}
.glyphicon-sunglasses:before {
content: "\e240";
}
.glyphicon-text-size:before {
content: "\e241";
}
.glyphicon-text-color:before {
content: "\e242";
}
.glyphicon-text-background:before {
content: "\e243";
}
.glyphicon-object-align-top:before {
content: "\e244";
}
.glyphicon-object-align-bottom:before {
content: "\e245";
}
.glyphicon-object-align-horizontal:before {
content: "\e246";
}
.glyphicon-object-align-left:before {
content: "\e247";
}
.glyphicon-object-align-vertical:before {
content: "\e248";
}
.glyphicon-object-align-right:before {
content: "\e249";
}
.glyphicon-triangle-right:before {
content: "\e250";
}
.glyphicon-triangle-left:before {
content: "\e251";
}
.glyphicon-triangle-bottom:before {
content: "\e252";
}
.glyphicon-triangle-top:before {
content: "\e253";
}
.glyphicon-console:before {
content: "\e254";
}
.glyphicon-superscript:before {
content: "\e255";
}
.glyphicon-subscript:before {
content: "\e256";
}
.glyphicon-menu-left:before {
content: "\e257";
}
.glyphicon-menu-right:before {
content: "\e258";
}
.glyphicon-menu-down:before {
content: "\e259";
}
.glyphicon-menu-up:before {
content: "\e260";
}
* {
box-sizing: border-box;
}
*:before,
*:after {
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: transparent;
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.428571429;
color: #333333;
background-color: #fff;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #337ab7;
text-decoration: none;
}
a:hover,
a:focus {
color: #23527c;
text-decoration: underline;
}
a:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
padding: 4px;
line-height: 1.428571429;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
[role="button"] {
cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin-top: 20px;
margin-bottom: 10px;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin-top: 10px;
margin-bottom: 10px;
}
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
font-size: 75%;
}
h1,
.h1 {
font-size: 36px;
}
h2,
.h2 {
font-size: 30px;
}
h3,
.h3 {
font-size: 24px;
}
h4,
.h4 {
font-size: 18px;
}
h5,
.h5 {
font-size: 14px;
}
h6,
.h6 {
font-size: 12px;
}
p {
margin: 0 0 10px;
}
.lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 21px;
}
}
small,
.small {
font-size: 85%;
}
mark,
.mark {
background-color: #fcf8e3;
padding: .2em;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase,
.initialism {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-muted {
color: #777777;
}
.text-primary {
color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
color: #286090;
}
.text-success {
color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
color: #843534;
}
.bg-primary {
color: #fff;
}
.bg-primary {
background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #286090;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eeeeee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
dl {
margin-top: 0;
margin-bottom: 20px;
}
dt,
dd {
line-height: 1.428571429;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
content: " ";
display: table;
}
.dl-horizontal dd:after {
clear: both;
}
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777777;
}
.initialism {
font-size: 90%;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.428571429;
color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
box-shadow: none;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.428571429;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.container:before,
.container:after {
content: " ";
display: table;
}
.container:after {
clear: both;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.container-fluid:before,
.container-fluid:after {
content: " ";
display: table;
}
.container-fluid:after {
clear: both;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.row:before,
.row:after {
content: " ";
display: table;
}
.row:after {
clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
float: left;
}
.col-xs-1 {
width: 8.3333333333%;
}
.col-xs-2 {
width: 16.6666666667%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-4 {
width: 33.3333333333%;
}
.col-xs-5 {
width: 41.6666666667%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-7 {
width: 58.3333333333%;
}
.col-xs-8 {
width: 66.6666666667%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-10 {
width: 83.3333333333%;
}
.col-xs-11 {
width: 91.6666666667%;
}
.col-xs-12 {
width: 100%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-pull-1 {
right: 8.3333333333%;
}
.col-xs-pull-2 {
right: 16.6666666667%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-4 {
right: 33.3333333333%;
}
.col-xs-pull-5 {
right: 41.6666666667%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-7 {
right: 58.3333333333%;
}
.col-xs-pull-8 {
right: 66.6666666667%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-10 {
right: 83.3333333333%;
}
.col-xs-pull-11 {
right: 91.6666666667%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-push-1 {
left: 8.3333333333%;
}
.col-xs-push-2 {
left: 16.6666666667%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-4 {
left: 33.3333333333%;
}
.col-xs-push-5 {
left: 41.6666666667%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-7 {
left: 58.3333333333%;
}
.col-xs-push-8 {
left: 66.6666666667%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-10 {
left: 83.3333333333%;
}
.col-xs-push-11 {
left: 91.6666666667%;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
.col-xs-offset-1 {
margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-4 {
margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-7 {
margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-10 {
margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
margin-left: 100%;
}
@media (min-width: 768px) {
.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 {
float: left;
}
.col-sm-1 {
width: 8.3333333333%;
}
.col-sm-2 {
width: 16.6666666667%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-4 {
width: 33.3333333333%;
}
.col-sm-5 {
width: 41.6666666667%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-7 {
width: 58.3333333333%;
}
.col-sm-8 {
width: 66.6666666667%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-10 {
width: 83.3333333333%;
}
.col-sm-11 {
width: 91.6666666667%;
}
.col-sm-12 {
width: 100%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-pull-1 {
right: 8.3333333333%;
}
.col-sm-pull-2 {
right: 16.6666666667%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-4 {
right: 33.3333333333%;
}
.col-sm-pull-5 {
right: 41.6666666667%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-7 {
right: 58.3333333333%;
}
.col-sm-pull-8 {
right: 66.6666666667%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-10 {
right: 83.3333333333%;
}
.col-sm-pull-11 {
right: 91.6666666667%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-push-1 {
left: 8.3333333333%;
}
.col-sm-push-2 {
left: 16.6666666667%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-4 {
left: 33.3333333333%;
}
.col-sm-push-5 {
left: 41.6666666667%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-7 {
left: 58.3333333333%;
}
.col-sm-push-8 {
left: 66.6666666667%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-10 {
left: 83.3333333333%;
}
.col-sm-push-11 {
left: 91.6666666667%;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
.col-sm-offset-1 {
margin-left: 8.3333333333%;
}
.col-sm-offset-2 {
margin-left: 16.6666666667%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-4 {
margin-left: 33.3333333333%;
}
.col-sm-offset-5 {
margin-left: 41.6666666667%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-7 {
margin-left: 58.3333333333%;
}
.col-sm-offset-8 {
margin-left: 66.6666666667%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-10 {
margin-left: 83.3333333333%;
}
.col-sm-offset-11 {
margin-left: 91.6666666667%;
}
.col-sm-offset-12 {
margin-left: 100%;
}
}
@media (min-width: 992px) {
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
float: left;
}
.col-md-1 {
width: 8.3333333333%;
}
.col-md-2 {
width: 16.6666666667%;
}
.col-md-3 {
width: 25%;
}
.col-md-4 {
width: 33.3333333333%;
}
.col-md-5 {
width: 41.6666666667%;
}
.col-md-6 {
width: 50%;
}
.col-md-7 {
width: 58.3333333333%;
}
.col-md-8 {
width: 66.6666666667%;
}
.col-md-9 {
width: 75%;
}
.col-md-10 {
width: 83.3333333333%;
}
.col-md-11 {
width: 91.6666666667%;
}
.col-md-12 {
width: 100%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-pull-1 {
right: 8.3333333333%;
}
.col-md-pull-2 {
right: 16.6666666667%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-4 {
right: 33.3333333333%;
}
.col-md-pull-5 {
right: 41.6666666667%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-7 {
right: 58.3333333333%;
}
.col-md-pull-8 {
right: 66.6666666667%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-10 {
right: 83.3333333333%;
}
.col-md-pull-11 {
right: 91.6666666667%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-push-0 {
left: auto;
}
.col-md-push-1 {
left: 8.3333333333%;
}
.col-md-push-2 {
left: 16.6666666667%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-4 {
left: 33.3333333333%;
}
.col-md-push-5 {
left: 41.6666666667%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-7 {
left: 58.3333333333%;
}
.col-md-push-8 {
left: 66.6666666667%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-10 {
left: 83.3333333333%;
}
.col-md-push-11 {
left: 91.6666666667%;
}
.col-md-push-12 {
left: 100%;
}
.col-md-offset-0 {
margin-left: 0%;
}
.col-md-offset-1 {
margin-left: 8.3333333333%;
}
.col-md-offset-2 {
margin-left: 16.6666666667%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-4 {
margin-left: 33.3333333333%;
}
.col-md-offset-5 {
margin-left: 41.6666666667%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-7 {
margin-left: 58.3333333333%;
}
.col-md-offset-8 {
margin-left: 66.6666666667%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-10 {
margin-left: 83.3333333333%;
}
.col-md-offset-11 {
margin-left: 91.6666666667%;
}
.col-md-offset-12 {
margin-left: 100%;
}
}
@media (min-width: 1200px) {
.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 {
float: left;
}
.col-lg-1 {
width: 8.3333333333%;
}
.col-lg-2 {
width: 16.6666666667%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-4 {
width: 33.3333333333%;
}
.col-lg-5 {
width: 41.6666666667%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-7 {
width: 58.3333333333%;
}
.col-lg-8 {
width: 66.6666666667%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-10 {
width: 83.3333333333%;
}
.col-lg-11 {
width: 91.6666666667%;
}
.col-lg-12 {
width: 100%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-pull-1 {
right: 8.3333333333%;
}
.col-lg-pull-2 {
right: 16.6666666667%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-4 {
right: 33.3333333333%;
}
.col-lg-pull-5 {
right: 41.6666666667%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-7 {
right: 58.3333333333%;
}
.col-lg-pull-8 {
right: 66.6666666667%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-10 {
right: 83.3333333333%;
}
.col-lg-pull-11 {
right: 91.6666666667%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-push-1 {
left: 8.3333333333%;
}
.col-lg-push-2 {
left: 16.6666666667%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-4 {
left: 33.3333333333%;
}
.col-lg-push-5 {
left: 41.6666666667%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-7 {
left: 58.3333333333%;
}
.col-lg-push-8 {
left: 66.6666666667%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-10 {
left: 83.3333333333%;
}
.col-lg-push-11 {
left: 91.6666666667%;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
.col-lg-offset-1 {
margin-left: 8.3333333333%;
}
.col-lg-offset-2 {
margin-left: 16.6666666667%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-4 {
margin-left: 33.3333333333%;
}
.col-lg-offset-5 {
margin-left: 41.6666666667%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-7 {
margin-left: 58.3333333333%;
}
.col-lg-offset-8 {
margin-left: 66.6666666667%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-10 {
margin-left: 83.3333333333%;
}
.col-lg-offset-11 {
margin-left: 91.6666666667%;
}
.col-lg-offset-12 {
margin-left: 100%;
}
}
table {
background-color: transparent;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777777;
text-align: left;
}
th {
text-align: left;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.428571429;
vertical-align: top;
border-top: 1px solid #ddd;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #ddd;
}
.table .table {
background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
background-color: #f5f5f5;
}
table col[class*="col-"] {
position: static;
float: none;
display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
float: none;
display: table-cell;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
.table-responsive {
overflow-x: auto;
min-height: 0.01%;
}
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
input[type="search"] {
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
input[type="file"] {
display: block;
}
input[type="range"] {
display: block;
width: 100%;
}
select[multiple],
select[size] {
height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
color: #999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #999;
}
.form-control::-webkit-input-placeholder {
color: #999;
}
.form-control::-ms-expand {
border: 0;
background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
background-color: #eeeeee;
opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
cursor: not-allowed;
}
textarea.form-control {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
line-height: 34px;
}
input[type="date"].input-sm,
.input-group-sm > input[type="date"].form-control,
.input-group-sm > input[type="date"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="date"].btn,
.input-group-sm input[type="date"],
input[type="time"].input-sm,
.input-group-sm > input[type="time"].form-control,
.input-group-sm > input[type="time"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="time"].btn,
.input-group-sm
input[type="time"],
input[type="datetime-local"].input-sm,
.input-group-sm > input[type="datetime-local"].form-control,
.input-group-sm > input[type="datetime-local"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
.input-group-sm
input[type="datetime-local"],
input[type="month"].input-sm,
.input-group-sm > input[type="month"].form-control,
.input-group-sm > input[type="month"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="month"].btn,
.input-group-sm
input[type="month"] {
line-height: 30px;
}
input[type="date"].input-lg,
.input-group-lg > input[type="date"].form-control,
.input-group-lg > input[type="date"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="date"].btn,
.input-group-lg input[type="date"],
input[type="time"].input-lg,
.input-group-lg > input[type="time"].form-control,
.input-group-lg > input[type="time"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="time"].btn,
.input-group-lg
input[type="time"],
input[type="datetime-local"].input-lg,
.input-group-lg > input[type="datetime-local"].form-control,
.input-group-lg > input[type="datetime-local"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
.input-group-lg
input[type="datetime-local"],
input[type="month"].input-lg,
.input-group-lg > input[type="month"].form-control,
.input-group-lg > input[type="month"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="month"].btn,
.input-group-lg
input[type="month"] {
line-height: 46px;
}
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.radio label,
.checkbox label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-left: -20px;
margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
cursor: not-allowed;
}
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
cursor: not-allowed;
}
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
cursor: not-allowed;
}
.form-control-static {
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
min-height: 34px;
}
.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
padding-left: 0;
padding-right: 0;
}
.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
height: 30px;
line-height: 30px;
}
textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
height: auto;
}
.form-group-sm .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.form-group-sm select.form-control {
height: 30px;
line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
height: auto;
}
.form-group-sm .form-control-static {
height: 30px;
min-height: 32px;
padding: 6px 10px;
font-size: 12px;
line-height: 1.5;
}
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
height: 46px;
line-height: 46px;
}
textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
height: auto;
}
.form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.form-group-lg select.form-control {
height: 46px;
line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
height: auto;
}
.form-group-lg .form-control-static {
height: 46px;
min-height: 38px;
padding: 11px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-right: 42.5px;
}
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
color: #3c763d;
}
.has-success .form-control {
border-color: #3c763d;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
border-color: #2b542c;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8;
}
.has-success .form-control-feedback {
color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
color: #8a6d3b;
}
.has-warning .form-control {
border-color: #8a6d3b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
border-color: #66512c;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
color: #a94442;
}
.has-error .form-control {
border-color: #a94442;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
border-color: #843534;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede;
}
.has-error .form-control-feedback {
color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373;
}
@media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .form-control-static {
display: inline-block;
}
.form-inline .input-group {
display: inline-table;
vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto;
}
.form-inline .input-group > .form-control {
width: 100%;
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 27px;
}
.form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
content: " ";
display: table;
}
.form-horizontal .form-group:after {
clear: both;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 7px;
}
}
.form-horizontal .has-feedback .form-control-feedback {
right: 15px;
}
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 11px;
font-size: 18px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
font-size: 12px;
}
}
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
color: #333;
text-decoration: none;
}
.btn:active,
.btn.active {
outline: 0;
background-image: none;
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
pointer-events: none;
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
color: #333;
background-color: #e6e6e6;
border-color: #8c8c8c;
}
.btn-default:hover {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
color: #333;
background-color: #d4d4d4;
border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
background-image: none;
}
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
background-color: #fff;
border-color: #ccc;
}
.btn-default .badge {
color: #fff;
background-color: #333;
}
.btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
color: #fff;
background-color: #286090;
border-color: #122b40;
}
.btn-primary:hover {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
color: #fff;
background-color: #204d74;
border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary .badge {
color: #337ab7;
background-color: #fff;
}
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
color: #fff;
background-color: #449d44;
border-color: #255625;
}
.btn-success:hover {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
color: #fff;
background-color: #398439;
border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
background-image: none;
}
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success .badge {
color: #5cb85c;
background-color: #fff;
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
color: #fff;
background-color: #31b0d5;
border-color: #1b6d85;
}
.btn-info:hover {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
color: #fff;
background-color: #269abc;
border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
background-image: none;
}
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info .badge {
color: #5bc0de;
background-color: #fff;
}
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
color: #fff;
background-color: #ec971f;
border-color: #985f0d;
}
.btn-warning:hover {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
color: #fff;
background-color: #d58512;
border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff;
}
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
color: #fff;
background-color: #c9302c;
border-color: #761c19;
}
.btn-danger:hover {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
color: #fff;
background-color: #ac2925;
border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: #fff;
}
.btn-link {
color: #337ab7;
font-weight: normal;
border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #23527c;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
color: #777777;
text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.fade {
opacity: 0;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
tr.collapse.in {
display: table-row;
}
tbody.collapse.in {
display: table-row-group;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition-property: height, visibility;
transition-duration: 0.35s;
transition-timing-function: ease;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid \9;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropup,
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
text-align: left;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.428571429;
color: #333333;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
text-decoration: none;
color: #262626;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
outline: 0;
background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed;
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-menu-right {
left: auto;
right: 0;
}
.dropdown-menu-left {
left: 0;
right: auto;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.428571429;
color: #777777;
white-space: nowrap;
}
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px dashed;
border-bottom: 4px solid \9;
content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px;
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
right: 0;
left: auto;
}
.navbar-right .dropdown-menu-left {
left: 0;
right: auto;
}
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
float: left;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-left: -1px;
}
.btn-toolbar {
margin-left: -5px;
}
.btn-toolbar:before,
.btn-toolbar:after {
content: " ";
display: table;
}
.btn-toolbar:after {
clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.btn-group > .btn:first-child {
margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group > .btn-group {
float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
box-shadow: none;
}
.btn .caret {
margin-left: 0;
}
.btn-lg .caret,
.btn-group-lg > .btn .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
content: " ";
display: table;
}
.btn-group-vertical > .btn-group:after {
clear: both;
}
.btn-group-vertical > .btn-group > .btn {
float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-top-right-radius: 0;
border-top-left-radius: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
float: none;
display: table-cell;
width: 1%;
}
.btn-group-justified > .btn-group .btn {
width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.input-group {
position: relative;
display: table;
border-collapse: separate;
}
.input-group[class*="col-"] {
float: none;
padding-left: 0;
padding-right: 0;
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
.input-group .form-control:focus {
z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #555555;
text-align: center;
background-color: #eeeeee;
border: 1px solid #ccc;
border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
padding: 10px 16px;
font-size: 18px;
border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.input-group-addon:first-child {
border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.input-group-addon:last-child {
border-left: 0;
}
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
.input-group-btn > .btn {
position: relative;
}
.input-group-btn > .btn + .btn {
margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
z-index: 2;
margin-left: -1px;
}
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.nav:before,
.nav:after {
content: " ";
display: table;
}
.nav:after {
clear: both;
}
.nav > li {
position: relative;
display: block;
}
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.nav > li.disabled > a {
color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
color: #777777;
text-decoration: none;
background-color: transparent;
cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #eeeeee;
border-color: #337ab7;
}
.nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.nav > li > a > img {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.428571429;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #555555;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default;
}
.nav-pills > li {
float: left;
}
.nav-pills > li > a {
border-radius: 4px;
}
.nav-pills > li + li {
margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #fff;
background-color: #337ab7;
}
.nav-stacked > li {
float: none;
}
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-justified > li,
.nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #fff;
}
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 20px;
border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
content: " ";
display: table;
}
.navbar:after {
clear: both;
}
@media (min-width: 768px) {
.navbar {
border-radius: 4px;
}
}
.navbar-header:before,
.navbar-header:after {
content: " ";
display: table;
}
.navbar-header:after {
clear: both;
}
@media (min-width: 768px) {
.navbar-header {
float: left;
}
}
.navbar-collapse {
overflow-x: visible;
padding-right: 15px;
padding-left: 15px;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
content: " ";
display: table;
}
.navbar-collapse:after {
clear: both;
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
padding-left: 0;
padding-right: 0;
}
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 200px;
}
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.navbar-static-top {
border-radius: 0;
}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.navbar-brand {
float: left;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
.navbar-brand > img {
display: block;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: -15px;
}
}
.navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 8px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.navbar-toggle:focus {
outline: 0;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 768px) {
.navbar-toggle {
display: none;
}
}
.navbar-nav {
margin: 7.5px -15px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 15px;
padding-bottom: 15px;
}
}
.navbar-form {
margin-left: -15px;
margin-right: -15px;
padding: 10px 15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: 8px;
margin-bottom: 8px;
}
@media (min-width: 768px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.navbar-form .form-control-static {
display: inline-block;
}
.navbar-form .input-group {
display: inline-table;
vertical-align: middle;
}
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
width: auto;
}
.navbar-form .input-group > .form-control {
width: 100%;
}
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio label,
.navbar-form .checkbox label {
padding-left: 0;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
.navbar-form .form-group:last-child {
margin-bottom: 0;
}
}
@media (min-width: 768px) {
.navbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
box-shadow: none;
}
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
margin-bottom: 0;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.navbar-btn {
margin-top: 8px;
margin-bottom: 8px;
}
.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
margin-top: 10px;
margin-bottom: 10px;
}
.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
margin-top: 14px;
margin-bottom: 14px;
}
.navbar-text {
margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 768px) {
.navbar-text {
float: left;
margin-left: 15px;
margin-right: 15px;
}
}
@media (min-width: 768px) {
.navbar-left {
float: left !important;
}
.navbar-right {
float: right !important;
margin-right: -15px;
}
.navbar-right ~ .navbar-right {
margin-right: 0;
}
}
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #777;
}
.navbar-default .navbar-nav > li > a {
color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #333;
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
background-color: #e7e7e7;
color: #555;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
}
.navbar-default .navbar-link {
color: #777;
}
.navbar-default .navbar-link:hover {
color: #333;
}
.navbar-default .btn-link {
color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
color: #333;
}
.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
color: #ccc;
}
.navbar-inverse {
background-color: #222;
border-color: #090909;
}
.navbar-inverse .navbar-brand {
color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #fff;
background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444;
background-color: transparent;
}
.navbar-inverse .navbar-toggle {
border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
background-color: #090909;
color: #fff;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444;
background-color: transparent;
}
}
.navbar-inverse .navbar-link {
color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
color: #fff;
}
.navbar-inverse .btn-link {
color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444;
}
.breadcrumb {
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;
}
.breadcrumb > li {
display: inline-block;
}
.breadcrumb > li + li:before {
content: "/ ";
padding: 0 5px;
color: #ccc;
}
.breadcrumb > .active {
color: #777777;
}
.pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.428571429;
text-decoration: none;
color: #337ab7;
background-color: #fff;
border: 1px solid #ddd;
margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
z-index: 2;
color: #23527c;
background-color: #eeeeee;
border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
z-index: 3;
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #777777;
background-color: #fff;
border-color: #ddd;
cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-bottom-left-radius: 6px;
border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-bottom-right-radius: 6px;
border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
.pager {
padding-left: 0;
margin: 20px 0;
list-style: none;
text-align: center;
}
.pager:before,
.pager:after {
content: " ";
display: table;
}
.pager:after {
clear: both;
}
.pager li {
display: inline;
}
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
float: right;
}
.pager .previous > a,
.pager .previous > span {
float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #777777;
background-color: #fff;
cursor: not-allowed;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
.label:empty {
display: none;
}
.btn .label {
position: relative;
top: -1px;
}
a.label:hover,
a.label:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.label-default {
background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
background-color: #5e5e5e;
}
.label-primary {
background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
background-color: #286090;
}
.label-success {
background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
background-color: #449d44;
}
.label-info {
background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
background-color: #31b0d5;
}
.label-warning {
background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
background-color: #ec971f;
}
.label-danger {
background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
background-color: #c9302c;
}
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
color: #fff;
line-height: 1;
vertical-align: middle;
white-space: nowrap;
text-align: center;
background-color: #777777;
border-radius: 10px;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
top: 0;
padding: 1px 5px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #337ab7;
background-color: #fff;
}
.list-group-item > .badge {
float: right;
}
.list-group-item > .badge + .badge {
margin-right: 5px;
}
.nav-pills > li > a > .badge {
margin-left: 3px;
}
a.badge:hover,
a.badge:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.jumbotron {
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 30px;
color: inherit;
background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
color: inherit;
}
.jumbotron p {
margin-bottom: 15px;
font-size: 21px;
font-weight: 200;
}
.jumbotron > hr {
border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
border-radius: 6px;
padding-left: 15px;
padding-right: 15px;
}
.jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.jumbotron {
padding-top: 48px;
padding-bottom: 48px;
}
.container .jumbotron,
.container-fluid .jumbotron {
padding-left: 60px;
padding-right: 60px;
}
.jumbotron h1,
.jumbotron .h1 {
font-size: 63px;
}
}
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 20px;
line-height: 1.428571429;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
display: block;
max-width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
}
.thumbnail .caption {
padding: 9px;
color: #333333;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #337ab7;
}
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d;
}
.alert-success hr {
border-top-color: #c9e2b3;
}
.alert-success .alert-link {
color: #2b542c;
}
.alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f;
}
.alert-info hr {
border-top-color: #a6e1ec;
}
.alert-info .alert-link {
color: #245269;
}
.alert-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b;
}
.alert-warning hr {
border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
color: #66512c;
}
.alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}
.alert-danger hr {
border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
color: #843534;
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.progress {
overflow: hidden;
height: 20px;
margin-bottom: 20px;
background-color: #f5f5f5;
border-radius: 4px;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
float: left;
width: 0%;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #337ab7;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
margin-top: 15px;
}
.media:first-child {
margin-top: 0;
}
.media,
.media-body {
zoom: 1;
overflow: hidden;
}
.media-body {
width: 10000px;
}
.media-object {
display: block;
}
.media-object.img-thumbnail {
max-width: none;
}
.media-right,
.media > .pull-right {
padding-left: 10px;
}
.media-left,
.media > .pull-left {
padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
display: table-cell;
vertical-align: top;
}
.media-middle {
vertical-align: middle;
}
.media-bottom {
vertical-align: bottom;
}
.media-heading {
margin-top: 0;
margin-bottom: 5px;
}
.media-list {
padding-left: 0;
list-style: none;
}
.list-group {
margin-bottom: 20px;
padding-left: 0;
}
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd;
}
.list-group-item:first-child {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
text-decoration: none;
color: #555;
background-color: #f5f5f5;
}
button.list-group-item {
width: 100%;
text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
background-color: #eeeeee;
color: #777777;
cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
z-index: 2;
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
color: #c7ddef;
}
.list-group-item-success {
color: #3c763d;
background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
color: #fff;
background-color: #3c763d;
border-color: #3c763d;
}
.list-group-item-info {
color: #31708f;
background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f;
}
.list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b;
}
.list-group-item-danger {
color: #a94442;
background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
color: #fff;
background-color: #a94442;
border-color: #a94442;
}
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
padding: 15px;
}
.panel-body:before,
.panel-body:after {
content: " ";
display: table;
}
.panel-body:after {
clear: both;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
color: inherit;
}
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.list-group + .panel-footer {
border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
padding-left: 15px;
padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.panel > .table-responsive {
border: 0;
margin-bottom: 0;
}
.panel-group {
margin-bottom: 20px;
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 4px;
}
.panel-group .panel + .panel {
margin-top: 5px;
}
.panel-group .panel-heading {
border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #ddd;
}
.panel-default {
border-color: #ddd;
}
.panel-default > .panel-heading {
color: #333333;
background-color: #f5f5f5;
border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd;
}
.panel-primary {
border-color: #337ab7;
}
.panel-primary > .panel-heading {
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
color: #337ab7;
background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #337ab7;
}
.panel-success {
border-color: #d6e9c6;
}
.panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
color: #dff0d8;
background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d6e9c6;
}
.panel-info {
border-color: #bce8f1;
}
.panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
color: #d9edf7;
background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #bce8f1;
}
.panel-warning {
border-color: #faebcc;
}
.panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #faebcc;
}
.panel-danger {
border-color: #ebccd1;
}
.panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
color: #f2dede;
background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ebccd1;
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0;
}
.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
padding-bottom: 75%;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
padding: 24px;
border-radius: 6px;
}
.well-sm {
padding: 9px;
border-radius: 3px;
}
.close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50);
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.modal-open {
overflow: hidden;
}
.modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.fade .modal-dialog {
transform: translate(0, -25%);
transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
transform: translate(0, 0);
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
background-color: #fff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
.modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50);
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.modal-header:before,
.modal-header:after {
content: " ";
display: table;
}
.modal-header:after {
clear: both;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.428571429;
}
.modal-body {
position: relative;
padding: 15px;
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
content: " ";
display: table;
}
.modal-footer:after {
clear: both;
}
.modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto;
}
.modal-content {
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
width: 900px;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.428571429;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 12px;
opacity: 0;
filter: alpha(opacity=0);
}
.tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90);
}
.tooltip.top {
margin-top: -3px;
padding: 5px 0;
}
.tooltip.right {
margin-left: 3px;
padding: 0 5px;
}
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0;
}
.tooltip.left {
margin-left: -3px;
padding: 0 5px;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 4px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
right: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.428571429;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 14px;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-left: -10px;
}
.popover-title {
margin: 0;
padding: 8px 14px;
font-size: 14px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.popover-content {
padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover > .arrow {
border-width: 11px;
}
.popover > .arrow:after {
border-width: 10px;
content: "";
}
.popover.top > .arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #999999;
border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px;
}
.popover.top > .arrow:after {
content: " ";
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #fff;
}
.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
border-right-color: #999999;
border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
content: " ";
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: #fff;
}
.popover.bottom > .arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px;
}
.popover.bottom > .arrow:after {
content: " ";
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #fff;
}
.popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #fff;
bottom: -10px;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
.carousel-inner > .item {
display: none;
position: relative;
transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
transition: transform 0.6s ease-in-out;
backface-visibility: hidden;
perspective: 1000px;
}
.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
transform: translate3d(100%, 0, 0);
left: 0;
}
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
transform: translate3d(-100%, 0, 0);
left: 0;
}
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
transform: translate3d(0, 0, 0);
left: 0;
}
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
.carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
background-color: transparent;
}
.carousel-control.left {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
left: auto;
right: 0;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
outline: 0;
color: #fff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
margin-top: -10px;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
line-height: 1;
font-family: serif;
}
.carousel-control .icon-prev:before {
content: '\2039';
}
.carousel-control .icon-next:before {
content: '\203a';
}
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #fff;
border-radius: 10px;
cursor: pointer;
background-color: #000 \9;
background-color: transparent;
}
.carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #fff;
}
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -10px;
font-size: 30px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -10px;
}
.carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px;
}
.carousel-indicators {
bottom: 20px;
}
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.visible-xs {
display: none !important;
}
.visible-sm {
display: none !important;
}
.visible-md {
display: none !important;
}
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table !important;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table !important;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table !important;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table !important;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table !important;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
}
/*!
* Lightbox for Bootstrap 3 by @ashleydw
* https://github.com/ashleydw/lightbox
*
* License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
*/
.ekko-lightbox-container {
position: relative;
}
.ekko-lightbox-nav-overlay {
position: absolute;
top: 0;
left: 0;
z-index: 100;
width: 100%;
height: 100%;
}
.ekko-lightbox-nav-overlay a {
z-index: 100;
display: block;
width: 49%;
height: 100%;
font-size: 30px;
color: #fff;
text-shadow: 2px 2px 4px #000;
opacity: 0;
filter: dropshadow(color=#000000, offx=2, offy=2);
transition: opacity 0.5s;
}
.ekko-lightbox-nav-overlay a:empty {
width: 49%;
}
.ekko-lightbox a:hover {
text-decoration: none;
opacity: 1;
}
.ekko-lightbox .glyphicon-chevron-left {
left: 0;
float: left;
padding-left: 15px;
text-align: left;
}
.ekko-lightbox .glyphicon-chevron-right {
right: 0;
float: right;
padding-right: 15px;
text-align: right;
}
.ekko-lightbox .modal-footer {
text-align: left;
}
.modal-backdrop.in {
-webkit-opacity: 0.95;
-moz-opacity: 0.95;
opacity: 0.95;
background-color: #333333;
}
.ekko-lightbox .modal-content {
box-shadow: none;
border-radius: 0;
border: none;
background-color: transparent;
}
.ekko-lightbox .modal-header {
border: 0;
padding-left: 0;
padding-right: 0;
}
.ekko-lightbox .modal-header .close {
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
opacity: 0.5;
color: #fff;
text-shadow: 0;
font-weight: 100;
margin-top: 5px;
}
.ekko-lightbox .modal-header .close:hover {
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}
.ekko-lightbox .modal-header h4.modal-title {
font-weight: 100;
color: #fff;
padding: 0;
}
.ekko-lightbox .modal-body {
padding: 0;
}
.ekko-lightbox .modal-footer {
-webkit-opacity: 0.9;
-moz-opacity: 0.9;
opacity: 0.9;
border: 0;
color: #fff;
font-weight: 100;
padding: 0;
}
.ekko-lightbox-nav-overlay a {
-webkit-opacity: 0.9;
-moz-opacity: 0.9;
opacity: 0.9;
text-shadow: none;
}
.clear-0 {
height: 0px;
}
.clear-0:before,
.clear-0:after {
content: " ";
display: table;
}
.clear-0:after {
clear: both;
}
.mt-0 {
margin-top: 0px;
}
.mb-0 {
margin-bottom: 0px;
}
.ml-0 {
margin-left: 0px;
}
.mr-0 {
margin-right: 0px;
}
.pt-0 {
padding-top: 0px !important;
}
.pb-0 {
padding-bottom: 0px !important;
}
.pl-0 {
padding-left: 0px !important;
}
.pr-0 {
padding-right: 0px !important;
}
.clear-1 {
height: 1px;
}
.clear-1:before,
.clear-1:after {
content: " ";
display: table;
}
.clear-1:after {
clear: both;
}
.mt-1 {
margin-top: 1px;
}
.mb-1 {
margin-bottom: 1px;
}
.ml-1 {
margin-left: 1px;
}
.mr-1 {
margin-right: 1px;
}
.pt-1 {
padding-top: 1px !important;
}
.pb-1 {
padding-bottom: 1px !important;
}
.pl-1 {
padding-left: 1px !important;
}
.pr-1 {
padding-right: 1px !important;
}
.clear-2 {
height: 2px;
}
.clear-2:before,
.clear-2:after {
content: " ";
display: table;
}
.clear-2:after {
clear: both;
}
.mt-2 {
margin-top: 2px;
}
.mb-2 {
margin-bottom: 2px;
}
.ml-2 {
margin-left: 2px;
}
.mr-2 {
margin-right: 2px;
}
.pt-2 {
padding-top: 2px !important;
}
.pb-2 {
padding-bottom: 2px !important;
}
.pl-2 {
padding-left: 2px !important;
}
.pr-2 {
padding-right: 2px !important;
}
.clear-3 {
height: 3px;
}
.clear-3:before,
.clear-3:after {
content: " ";
display: table;
}
.clear-3:after {
clear: both;
}
.mt-3 {
margin-top: 3px;
}
.mb-3 {
margin-bottom: 3px;
}
.ml-3 {
margin-left: 3px;
}
.mr-3 {
margin-right: 3px;
}
.pt-3 {
padding-top: 3px !important;
}
.pb-3 {
padding-bottom: 3px !important;
}
.pl-3 {
padding-left: 3px !important;
}
.pr-3 {
padding-right: 3px !important;
}
.clear-4 {
height: 4px;
}
.clear-4:before,
.clear-4:after {
content: " ";
display: table;
}
.clear-4:after {
clear: both;
}
.mt-4 {
margin-top: 4px;
}
.mb-4 {
margin-bottom: 4px;
}
.ml-4 {
margin-left: 4px;
}
.mr-4 {
margin-right: 4px;
}
.pt-4 {
padding-top: 4px !important;
}
.pb-4 {
padding-bottom: 4px !important;
}
.pl-4 {
padding-left: 4px !important;
}
.pr-4 {
padding-right: 4px !important;
}
.clear-5 {
height: 5px;
}
.clear-5:before,
.clear-5:after {
content: " ";
display: table;
}
.clear-5:after {
clear: both;
}
.mt-5 {
margin-top: 5px;
}
.mb-5 {
margin-bottom: 5px;
}
.ml-5 {
margin-left: 5px;
}
.mr-5 {
margin-right: 5px;
}
.pt-5 {
padding-top: 5px !important;
}
.pb-5 {
padding-bottom: 5px !important;
}
.pl-5 {
padding-left: 5px !important;
}
.pr-5 {
padding-right: 5px !important;
}
.clear-6 {
height: 6px;
}
.clear-6:before,
.clear-6:after {
content: " ";
display: table;
}
.clear-6:after {
clear: both;
}
.mt-6 {
margin-top: 6px;
}
.mb-6 {
margin-bottom: 6px;
}
.ml-6 {
margin-left: 6px;
}
.mr-6 {
margin-right: 6px;
}
.pt-6 {
padding-top: 6px !important;
}
.pb-6 {
padding-bottom: 6px !important;
}
.pl-6 {
padding-left: 6px !important;
}
.pr-6 {
padding-right: 6px !important;
}
.clear-7 {
height: 7px;
}
.clear-7:before,
.clear-7:after {
content: " ";
display: table;
}
.clear-7:after {
clear: both;
}
.mt-7 {
margin-top: 7px;
}
.mb-7 {
margin-bottom: 7px;
}
.ml-7 {
margin-left: 7px;
}
.mr-7 {
margin-right: 7px;
}
.pt-7 {
padding-top: 7px !important;
}
.pb-7 {
padding-bottom: 7px !important;
}
.pl-7 {
padding-left: 7px !important;
}
.pr-7 {
padding-right: 7px !important;
}
.clear-8 {
height: 8px;
}
.clear-8:before,
.clear-8:after {
content: " ";
display: table;
}
.clear-8:after {
clear: both;
}
.mt-8 {
margin-top: 8px;
}
.mb-8 {
margin-bottom: 8px;
}
.ml-8 {
margin-left: 8px;
}
.mr-8 {
margin-right: 8px;
}
.pt-8 {
padding-top: 8px !important;
}
.pb-8 {
padding-bottom: 8px !important;
}
.pl-8 {
padding-left: 8px !important;
}
.pr-8 {
padding-right: 8px !important;
}
.clear-9 {
height: 9px;
}
.clear-9:before,
.clear-9:after {
content: " ";
display: table;
}
.clear-9:after {
clear: both;
}
.mt-9 {
margin-top: 9px;
}
.mb-9 {
margin-bottom: 9px;
}
.ml-9 {
margin-left: 9px;
}
.mr-9 {
margin-right: 9px;
}
.pt-9 {
padding-top: 9px !important;
}
.pb-9 {
padding-bottom: 9px !important;
}
.pl-9 {
padding-left: 9px !important;
}
.pr-9 {
padding-right: 9px !important;
}
.clear-10 {
height: 10px;
}
.clear-10:before,
.clear-10:after {
content: " ";
display: table;
}
.clear-10:after {
clear: both;
}
.mt-10 {
margin-top: 10px;
}
.mb-10 {
margin-bottom: 10px;
}
.ml-10 {
margin-left: 10px;
}
.mr-10 {
margin-right: 10px;
}
.pt-10 {
padding-top: 10px !important;
}
.pb-10 {
padding-bottom: 10px !important;
}
.pl-10 {
padding-left: 10px !important;
}
.pr-10 {
padding-right: 10px !important;
}
.clear-11 {
height: 11px;
}
.clear-11:before,
.clear-11:after {
content: " ";
display: table;
}
.clear-11:after {
clear: both;
}
.mt-11 {
margin-top: 11px;
}
.mb-11 {
margin-bottom: 11px;
}
.ml-11 {
margin-left: 11px;
}
.mr-11 {
margin-right: 11px;
}
.pt-11 {
padding-top: 11px !important;
}
.pb-11 {
padding-bottom: 11px !important;
}
.pl-11 {
padding-left: 11px !important;
}
.pr-11 {
padding-right: 11px !important;
}
.clear-12 {
height: 12px;
}
.clear-12:before,
.clear-12:after {
content: " ";
display: table;
}
.clear-12:after {
clear: both;
}
.mt-12 {
margin-top: 12px;
}
.mb-12 {
margin-bottom: 12px;
}
.ml-12 {
margin-left: 12px;
}
.mr-12 {
margin-right: 12px;
}
.pt-12 {
padding-top: 12px !important;
}
.pb-12 {
padding-bottom: 12px !important;
}
.pl-12 {
padding-left: 12px !important;
}
.pr-12 {
padding-right: 12px !important;
}
.clear-13 {
height: 13px;
}
.clear-13:before,
.clear-13:after {
content: " ";
display: table;
}
.clear-13:after {
clear: both;
}
.mt-13 {
margin-top: 13px;
}
.mb-13 {
margin-bottom: 13px;
}
.ml-13 {
margin-left: 13px;
}
.mr-13 {
margin-right: 13px;
}
.pt-13 {
padding-top: 13px !important;
}
.pb-13 {
padding-bottom: 13px !important;
}
.pl-13 {
padding-left: 13px !important;
}
.pr-13 {
padding-right: 13px !important;
}
.clear-14 {
height: 14px;
}
.clear-14:before,
.clear-14:after {
content: " ";
display: table;
}
.clear-14:after {
clear: both;
}
.mt-14 {
margin-top: 14px;
}
.mb-14 {
margin-bottom: 14px;
}
.ml-14 {
margin-left: 14px;
}
.mr-14 {
margin-right: 14px;
}
.pt-14 {
padding-top: 14px !important;
}
.pb-14 {
padding-bottom: 14px !important;
}
.pl-14 {
padding-left: 14px !important;
}
.pr-14 {
padding-right: 14px !important;
}
.clear-15 {
height: 15px;
}
.clear-15:before,
.clear-15:after {
content: " ";
display: table;
}
.clear-15:after {
clear: both;
}
.mt-15 {
margin-top: 15px;
}
.mb-15 {
margin-bottom: 15px;
}
.ml-15 {
margin-left: 15px;
}
.mr-15 {
margin-right: 15px;
}
.pt-15 {
padding-top: 15px !important;
}
.pb-15 {
padding-bottom: 15px !important;
}
.pl-15 {
padding-left: 15px !important;
}
.pr-15 {
padding-right: 15px !important;
}
.clear-16 {
height: 16px;
}
.clear-16:before,
.clear-16:after {
content: " ";
display: table;
}
.clear-16:after {
clear: both;
}
.mt-16 {
margin-top: 16px;
}
.mb-16 {
margin-bottom: 16px;
}
.ml-16 {
margin-left: 16px;
}
.mr-16 {
margin-right: 16px;
}
.pt-16 {
padding-top: 16px !important;
}
.pb-16 {
padding-bottom: 16px !important;
}
.pl-16 {
padding-left: 16px !important;
}
.pr-16 {
padding-right: 16px !important;
}
.clear-17 {
height: 17px;
}
.clear-17:before,
.clear-17:after {
content: " ";
display: table;
}
.clear-17:after {
clear: both;
}
.mt-17 {
margin-top: 17px;
}
.mb-17 {
margin-bottom: 17px;
}
.ml-17 {
margin-left: 17px;
}
.mr-17 {
margin-right: 17px;
}
.pt-17 {
padding-top: 17px !important;
}
.pb-17 {
padding-bottom: 17px !important;
}
.pl-17 {
padding-left: 17px !important;
}
.pr-17 {
padding-right: 17px !important;
}
.clear-18 {
height: 18px;
}
.clear-18:before,
.clear-18:after {
content: " ";
display: table;
}
.clear-18:after {
clear: both;
}
.mt-18 {
margin-top: 18px;
}
.mb-18 {
margin-bottom: 18px;
}
.ml-18 {
margin-left: 18px;
}
.mr-18 {
margin-right: 18px;
}
.pt-18 {
padding-top: 18px !important;
}
.pb-18 {
padding-bottom: 18px !important;
}
.pl-18 {
padding-left: 18px !important;
}
.pr-18 {
padding-right: 18px !important;
}
.clear-19 {
height: 19px;
}
.clear-19:before,
.clear-19:after {
content: " ";
display: table;
}
.clear-19:after {
clear: both;
}
.mt-19 {
margin-top: 19px;
}
.mb-19 {
margin-bottom: 19px;
}
.ml-19 {
margin-left: 19px;
}
.mr-19 {
margin-right: 19px;
}
.pt-19 {
padding-top: 19px !important;
}
.pb-19 {
padding-bottom: 19px !important;
}
.pl-19 {
padding-left: 19px !important;
}
.pr-19 {
padding-right: 19px !important;
}
.clear-20 {
height: 20px;
}
.clear-20:before,
.clear-20:after {
content: " ";
display: table;
}
.clear-20:after {
clear: both;
}
.mt-20 {
margin-top: 20px;
}
.mb-20 {
margin-bottom: 20px;
}
.ml-20 {
margin-left: 20px;
}
.mr-20 {
margin-right: 20px;
}
.pt-20 {
padding-top: 20px !important;
}
.pb-20 {
padding-bottom: 20px !important;
}
.pl-20 {
padding-left: 20px !important;
}
.pr-20 {
padding-right: 20px !important;
}
.clear-21 {
height: 21px;
}
.clear-21:before,
.clear-21:after {
content: " ";
display: table;
}
.clear-21:after {
clear: both;
}
.mt-21 {
margin-top: 21px;
}
.mb-21 {
margin-bottom: 21px;
}
.ml-21 {
margin-left: 21px;
}
.mr-21 {
margin-right: 21px;
}
.pt-21 {
padding-top: 21px !important;
}
.pb-21 {
padding-bottom: 21px !important;
}
.pl-21 {
padding-left: 21px !important;
}
.pr-21 {
padding-right: 21px !important;
}
.clear-22 {
height: 22px;
}
.clear-22:before,
.clear-22:after {
content: " ";
display: table;
}
.clear-22:after {
clear: both;
}
.mt-22 {
margin-top: 22px;
}
.mb-22 {
margin-bottom: 22px;
}
.ml-22 {
margin-left: 22px;
}
.mr-22 {
margin-right: 22px;
}
.pt-22 {
padding-top: 22px !important;
}
.pb-22 {
padding-bottom: 22px !important;
}
.pl-22 {
padding-left: 22px !important;
}
.pr-22 {
padding-right: 22px !important;
}
.clear-23 {
height: 23px;
}
.clear-23:before,
.clear-23:after {
content: " ";
display: table;
}
.clear-23:after {
clear: both;
}
.mt-23 {
margin-top: 23px;
}
.mb-23 {
margin-bottom: 23px;
}
.ml-23 {
margin-left: 23px;
}
.mr-23 {
margin-right: 23px;
}
.pt-23 {
padding-top: 23px !important;
}
.pb-23 {
padding-bottom: 23px !important;
}
.pl-23 {
padding-left: 23px !important;
}
.pr-23 {
padding-right: 23px !important;
}
.clear-24 {
height: 24px;
}
.clear-24:before,
.clear-24:after {
content: " ";
display: table;
}
.clear-24:after {
clear: both;
}
.mt-24 {
margin-top: 24px;
}
.mb-24 {
margin-bottom: 24px;
}
.ml-24 {
margin-left: 24px;
}
.mr-24 {
margin-right: 24px;
}
.pt-24 {
padding-top: 24px !important;
}
.pb-24 {
padding-bottom: 24px !important;
}
.pl-24 {
padding-left: 24px !important;
}
.pr-24 {
padding-right: 24px !important;
}
.clear-25 {
height: 25px;
}
.clear-25:before,
.clear-25:after {
content: " ";
display: table;
}
.clear-25:after {
clear: both;
}
.mt-25 {
margin-top: 25px;
}
.mb-25 {
margin-bottom: 25px;
}
.ml-25 {
margin-left: 25px;
}
.mr-25 {
margin-right: 25px;
}
.pt-25 {
padding-top: 25px !important;
}
.pb-25 {
padding-bottom: 25px !important;
}
.pl-25 {
padding-left: 25px !important;
}
.pr-25 {
padding-right: 25px !important;
}
.clear-26 {
height: 26px;
}
.clear-26:before,
.clear-26:after {
content: " ";
display: table;
}
.clear-26:after {
clear: both;
}
.mt-26 {
margin-top: 26px;
}
.mb-26 {
margin-bottom: 26px;
}
.ml-26 {
margin-left: 26px;
}
.mr-26 {
margin-right: 26px;
}
.pt-26 {
padding-top: 26px !important;
}
.pb-26 {
padding-bottom: 26px !important;
}
.pl-26 {
padding-left: 26px !important;
}
.pr-26 {
padding-right: 26px !important;
}
.clear-27 {
height: 27px;
}
.clear-27:before,
.clear-27:after {
content: " ";
display: table;
}
.clear-27:after {
clear: both;
}
.mt-27 {
margin-top: 27px;
}
.mb-27 {
margin-bottom: 27px;
}
.ml-27 {
margin-left: 27px;
}
.mr-27 {
margin-right: 27px;
}
.pt-27 {
padding-top: 27px !important;
}
.pb-27 {
padding-bottom: 27px !important;
}
.pl-27 {
padding-left: 27px !important;
}
.pr-27 {
padding-right: 27px !important;
}
.clear-28 {
height: 28px;
}
.clear-28:before,
.clear-28:after {
content: " ";
display: table;
}
.clear-28:after {
clear: both;
}
.mt-28 {
margin-top: 28px;
}
.mb-28 {
margin-bottom: 28px;
}
.ml-28 {
margin-left: 28px;
}
.mr-28 {
margin-right: 28px;
}
.pt-28 {
padding-top: 28px !important;
}
.pb-28 {
padding-bottom: 28px !important;
}
.pl-28 {
padding-left: 28px !important;
}
.pr-28 {
padding-right: 28px !important;
}
.clear-29 {
height: 29px;
}
.clear-29:before,
.clear-29:after {
content: " ";
display: table;
}
.clear-29:after {
clear: both;
}
.mt-29 {
margin-top: 29px;
}
.mb-29 {
margin-bottom: 29px;
}
.ml-29 {
margin-left: 29px;
}
.mr-29 {
margin-right: 29px;
}
.pt-29 {
padding-top: 29px !important;
}
.pb-29 {
padding-bottom: 29px !important;
}
.pl-29 {
padding-left: 29px !important;
}
.pr-29 {
padding-right: 29px !important;
}
.clear-30 {
height: 30px;
}
.clear-30:before,
.clear-30:after {
content: " ";
display: table;
}
.clear-30:after {
clear: both;
}
.mt-30 {
margin-top: 30px;
}
.mb-30 {
margin-bottom: 30px;
}
.ml-30 {
margin-left: 30px;
}
.mr-30 {
margin-right: 30px;
}
.pt-30 {
padding-top: 30px !important;
}
.pb-30 {
padding-bottom: 30px !important;
}
.pl-30 {
padding-left: 30px !important;
}
.pr-30 {
padding-right: 30px !important;
}
.clear-31 {
height: 31px;
}
.clear-31:before,
.clear-31:after {
content: " ";
display: table;
}
.clear-31:after {
clear: both;
}
.mt-31 {
margin-top: 31px;
}
.mb-31 {
margin-bottom: 31px;
}
.ml-31 {
margin-left: 31px;
}
.mr-31 {
margin-right: 31px;
}
.pt-31 {
padding-top: 31px !important;
}
.pb-31 {
padding-bottom: 31px !important;
}
.pl-31 {
padding-left: 31px !important;
}
.pr-31 {
padding-right: 31px !important;
}
.clear-32 {
height: 32px;
}
.clear-32:before,
.clear-32:after {
content: " ";
display: table;
}
.clear-32:after {
clear: both;
}
.mt-32 {
margin-top: 32px;
}
.mb-32 {
margin-bottom: 32px;
}
.ml-32 {
margin-left: 32px;
}
.mr-32 {
margin-right: 32px;
}
.pt-32 {
padding-top: 32px !important;
}
.pb-32 {
padding-bottom: 32px !important;
}
.pl-32 {
padding-left: 32px !important;
}
.pr-32 {
padding-right: 32px !important;
}
.clear-33 {
height: 33px;
}
.clear-33:before,
.clear-33:after {
content: " ";
display: table;
}
.clear-33:after {
clear: both;
}
.mt-33 {
margin-top: 33px;
}
.mb-33 {
margin-bottom: 33px;
}
.ml-33 {
margin-left: 33px;
}
.mr-33 {
margin-right: 33px;
}
.pt-33 {
padding-top: 33px !important;
}
.pb-33 {
padding-bottom: 33px !important;
}
.pl-33 {
padding-left: 33px !important;
}
.pr-33 {
padding-right: 33px !important;
}
.clear-34 {
height: 34px;
}
.clear-34:before,
.clear-34:after {
content: " ";
display: table;
}
.clear-34:after {
clear: both;
}
.mt-34 {
margin-top: 34px;
}
.mb-34 {
margin-bottom: 34px;
}
.ml-34 {
margin-left: 34px;
}
.mr-34 {
margin-right: 34px;
}
.pt-34 {
padding-top: 34px !important;
}
.pb-34 {
padding-bottom: 34px !important;
}
.pl-34 {
padding-left: 34px !important;
}
.pr-34 {
padding-right: 34px !important;
}
.clear-35 {
height: 35px;
}
.clear-35:before,
.clear-35:after {
content: " ";
display: table;
}
.clear-35:after {
clear: both;
}
.mt-35 {
margin-top: 35px;
}
.mb-35 {
margin-bottom: 35px;
}
.ml-35 {
margin-left: 35px;
}
.mr-35 {
margin-right: 35px;
}
.pt-35 {
padding-top: 35px !important;
}
.pb-35 {
padding-bottom: 35px !important;
}
.pl-35 {
padding-left: 35px !important;
}
.pr-35 {
padding-right: 35px !important;
}
.clear-36 {
height: 36px;
}
.clear-36:before,
.clear-36:after {
content: " ";
display: table;
}
.clear-36:after {
clear: both;
}
.mt-36 {
margin-top: 36px;
}
.mb-36 {
margin-bottom: 36px;
}
.ml-36 {
margin-left: 36px;
}
.mr-36 {
margin-right: 36px;
}
.pt-36 {
padding-top: 36px !important;
}
.pb-36 {
padding-bottom: 36px !important;
}
.pl-36 {
padding-left: 36px !important;
}
.pr-36 {
padding-right: 36px !important;
}
.clear-37 {
height: 37px;
}
.clear-37:before,
.clear-37:after {
content: " ";
display: table;
}
.clear-37:after {
clear: both;
}
.mt-37 {
margin-top: 37px;
}
.mb-37 {
margin-bottom: 37px;
}
.ml-37 {
margin-left: 37px;
}
.mr-37 {
margin-right: 37px;
}
.pt-37 {
padding-top: 37px !important;
}
.pb-37 {
padding-bottom: 37px !important;
}
.pl-37 {
padding-left: 37px !important;
}
.pr-37 {
padding-right: 37px !important;
}
.clear-38 {
height: 38px;
}
.clear-38:before,
.clear-38:after {
content: " ";
display: table;
}
.clear-38:after {
clear: both;
}
.mt-38 {
margin-top: 38px;
}
.mb-38 {
margin-bottom: 38px;
}
.ml-38 {
margin-left: 38px;
}
.mr-38 {
margin-right: 38px;
}
.pt-38 {
padding-top: 38px !important;
}
.pb-38 {
padding-bottom: 38px !important;
}
.pl-38 {
padding-left: 38px !important;
}
.pr-38 {
padding-right: 38px !important;
}
.clear-39 {
height: 39px;
}
.clear-39:before,
.clear-39:after {
content: " ";
display: table;
}
.clear-39:after {
clear: both;
}
.mt-39 {
margin-top: 39px;
}
.mb-39 {
margin-bottom: 39px;
}
.ml-39 {
margin-left: 39px;
}
.mr-39 {
margin-right: 39px;
}
.pt-39 {
padding-top: 39px !important;
}
.pb-39 {
padding-bottom: 39px !important;
}
.pl-39 {
padding-left: 39px !important;
}
.pr-39 {
padding-right: 39px !important;
}
.clear-40 {
height: 40px;
}
.clear-40:before,
.clear-40:after {
content: " ";
display: table;
}
.clear-40:after {
clear: both;
}
.mt-40 {
margin-top: 40px;
}
.mb-40 {
margin-bottom: 40px;
}
.ml-40 {
margin-left: 40px;
}
.mr-40 {
margin-right: 40px;
}
.pt-40 {
padding-top: 40px !important;
}
.pb-40 {
padding-bottom: 40px !important;
}
.pl-40 {
padding-left: 40px !important;
}
.pr-40 {
padding-right: 40px !important;
}
.clear-41 {
height: 41px;
}
.clear-41:before,
.clear-41:after {
content: " ";
display: table;
}
.clear-41:after {
clear: both;
}
.mt-41 {
margin-top: 41px;
}
.mb-41 {
margin-bottom: 41px;
}
.ml-41 {
margin-left: 41px;
}
.mr-41 {
margin-right: 41px;
}
.pt-41 {
padding-top: 41px !important;
}
.pb-41 {
padding-bottom: 41px !important;
}
.pl-41 {
padding-left: 41px !important;
}
.pr-41 {
padding-right: 41px !important;
}
.clear-42 {
height: 42px;
}
.clear-42:before,
.clear-42:after {
content: " ";
display: table;
}
.clear-42:after {
clear: both;
}
.mt-42 {
margin-top: 42px;
}
.mb-42 {
margin-bottom: 42px;
}
.ml-42 {
margin-left: 42px;
}
.mr-42 {
margin-right: 42px;
}
.pt-42 {
padding-top: 42px !important;
}
.pb-42 {
padding-bottom: 42px !important;
}
.pl-42 {
padding-left: 42px !important;
}
.pr-42 {
padding-right: 42px !important;
}
.clear-43 {
height: 43px;
}
.clear-43:before,
.clear-43:after {
content: " ";
display: table;
}
.clear-43:after {
clear: both;
}
.mt-43 {
margin-top: 43px;
}
.mb-43 {
margin-bottom: 43px;
}
.ml-43 {
margin-left: 43px;
}
.mr-43 {
margin-right: 43px;
}
.pt-43 {
padding-top: 43px !important;
}
.pb-43 {
padding-bottom: 43px !important;
}
.pl-43 {
padding-left: 43px !important;
}
.pr-43 {
padding-right: 43px !important;
}
.clear-44 {
height: 44px;
}
.clear-44:before,
.clear-44:after {
content: " ";
display: table;
}
.clear-44:after {
clear: both;
}
.mt-44 {
margin-top: 44px;
}
.mb-44 {
margin-bottom: 44px;
}
.ml-44 {
margin-left: 44px;
}
.mr-44 {
margin-right: 44px;
}
.pt-44 {
padding-top: 44px !important;
}
.pb-44 {
padding-bottom: 44px !important;
}
.pl-44 {
padding-left: 44px !important;
}
.pr-44 {
padding-right: 44px !important;
}
.clear-45 {
height: 45px;
}
.clear-45:before,
.clear-45:after {
content: " ";
display: table;
}
.clear-45:after {
clear: both;
}
.mt-45 {
margin-top: 45px;
}
.mb-45 {
margin-bottom: 45px;
}
.ml-45 {
margin-left: 45px;
}
.mr-45 {
margin-right: 45px;
}
.pt-45 {
padding-top: 45px !important;
}
.pb-45 {
padding-bottom: 45px !important;
}
.pl-45 {
padding-left: 45px !important;
}
.pr-45 {
padding-right: 45px !important;
}
.clear-46 {
height: 46px;
}
.clear-46:before,
.clear-46:after {
content: " ";
display: table;
}
.clear-46:after {
clear: both;
}
.mt-46 {
margin-top: 46px;
}
.mb-46 {
margin-bottom: 46px;
}
.ml-46 {
margin-left: 46px;
}
.mr-46 {
margin-right: 46px;
}
.pt-46 {
padding-top: 46px !important;
}
.pb-46 {
padding-bottom: 46px !important;
}
.pl-46 {
padding-left: 46px !important;
}
.pr-46 {
padding-right: 46px !important;
}
.clear-47 {
height: 47px;
}
.clear-47:before,
.clear-47:after {
content: " ";
display: table;
}
.clear-47:after {
clear: both;
}
.mt-47 {
margin-top: 47px;
}
.mb-47 {
margin-bottom: 47px;
}
.ml-47 {
margin-left: 47px;
}
.mr-47 {
margin-right: 47px;
}
.pt-47 {
padding-top: 47px !important;
}
.pb-47 {
padding-bottom: 47px !important;
}
.pl-47 {
padding-left: 47px !important;
}
.pr-47 {
padding-right: 47px !important;
}
.clear-48 {
height: 48px;
}
.clear-48:before,
.clear-48:after {
content: " ";
display: table;
}
.clear-48:after {
clear: both;
}
.mt-48 {
margin-top: 48px;
}
.mb-48 {
margin-bottom: 48px;
}
.ml-48 {
margin-left: 48px;
}
.mr-48 {
margin-right: 48px;
}
.pt-48 {
padding-top: 48px !important;
}
.pb-48 {
padding-bottom: 48px !important;
}
.pl-48 {
padding-left: 48px !important;
}
.pr-48 {
padding-right: 48px !important;
}
.clear-49 {
height: 49px;
}
.clear-49:before,
.clear-49:after {
content: " ";
display: table;
}
.clear-49:after {
clear: both;
}
.mt-49 {
margin-top: 49px;
}
.mb-49 {
margin-bottom: 49px;
}
.ml-49 {
margin-left: 49px;
}
.mr-49 {
margin-right: 49px;
}
.pt-49 {
padding-top: 49px !important;
}
.pb-49 {
padding-bottom: 49px !important;
}
.pl-49 {
padding-left: 49px !important;
}
.pr-49 {
padding-right: 49px !important;
}
.clear-50 {
height: 50px;
}
.clear-50:before,
.clear-50:after {
content: " ";
display: table;
}
.clear-50:after {
clear: both;
}
.mt-50 {
margin-top: 50px;
}
.mb-50 {
margin-bottom: 50px;
}
.ml-50 {
margin-left: 50px;
}
.mr-50 {
margin-right: 50px;
}
.pt-50 {
padding-top: 50px !important;
}
.pb-50 {
padding-bottom: 50px !important;
}
.pl-50 {
padding-left: 50px !important;
}
.pr-50 {
padding-right: 50px !important;
}
.clear-51 {
height: 51px;
}
.clear-51:before,
.clear-51:after {
content: " ";
display: table;
}
.clear-51:after {
clear: both;
}
.mt-51 {
margin-top: 51px;
}
.mb-51 {
margin-bottom: 51px;
}
.ml-51 {
margin-left: 51px;
}
.mr-51 {
margin-right: 51px;
}
.pt-51 {
padding-top: 51px !important;
}
.pb-51 {
padding-bottom: 51px !important;
}
.pl-51 {
padding-left: 51px !important;
}
.pr-51 {
padding-right: 51px !important;
}
.clear-52 {
height: 52px;
}
.clear-52:before,
.clear-52:after {
content: " ";
display: table;
}
.clear-52:after {
clear: both;
}
.mt-52 {
margin-top: 52px;
}
.mb-52 {
margin-bottom: 52px;
}
.ml-52 {
margin-left: 52px;
}
.mr-52 {
margin-right: 52px;
}
.pt-52 {
padding-top: 52px !important;
}
.pb-52 {
padding-bottom: 52px !important;
}
.pl-52 {
padding-left: 52px !important;
}
.pr-52 {
padding-right: 52px !important;
}
.clear-53 {
height: 53px;
}
.clear-53:before,
.clear-53:after {
content: " ";
display: table;
}
.clear-53:after {
clear: both;
}
.mt-53 {
margin-top: 53px;
}
.mb-53 {
margin-bottom: 53px;
}
.ml-53 {
margin-left: 53px;
}
.mr-53 {
margin-right: 53px;
}
.pt-53 {
padding-top: 53px !important;
}
.pb-53 {
padding-bottom: 53px !important;
}
.pl-53 {
padding-left: 53px !important;
}
.pr-53 {
padding-right: 53px !important;
}
.clear-54 {
height: 54px;
}
.clear-54:before,
.clear-54:after {
content: " ";
display: table;
}
.clear-54:after {
clear: both;
}
.mt-54 {
margin-top: 54px;
}
.mb-54 {
margin-bottom: 54px;
}
.ml-54 {
margin-left: 54px;
}
.mr-54 {
margin-right: 54px;
}
.pt-54 {
padding-top: 54px !important;
}
.pb-54 {
padding-bottom: 54px !important;
}
.pl-54 {
padding-left: 54px !important;
}
.pr-54 {
padding-right: 54px !important;
}
.clear-55 {
height: 55px;
}
.clear-55:before,
.clear-55:after {
content: " ";
display: table;
}
.clear-55:after {
clear: both;
}
.mt-55 {
margin-top: 55px;
}
.mb-55 {
margin-bottom: 55px;
}
.ml-55 {
margin-left: 55px;
}
.mr-55 {
margin-right: 55px;
}
.pt-55 {
padding-top: 55px !important;
}
.pb-55 {
padding-bottom: 55px !important;
}
.pl-55 {
padding-left: 55px !important;
}
.pr-55 {
padding-right: 55px !important;
}
.clear-56 {
height: 56px;
}
.clear-56:before,
.clear-56:after {
content: " ";
display: table;
}
.clear-56:after {
clear: both;
}
.mt-56 {
margin-top: 56px;
}
.mb-56 {
margin-bottom: 56px;
}
.ml-56 {
margin-left: 56px;
}
.mr-56 {
margin-right: 56px;
}
.pt-56 {
padding-top: 56px !important;
}
.pb-56 {
padding-bottom: 56px !important;
}
.pl-56 {
padding-left: 56px !important;
}
.pr-56 {
padding-right: 56px !important;
}
.clear-57 {
height: 57px;
}
.clear-57:before,
.clear-57:after {
content: " ";
display: table;
}
.clear-57:after {
clear: both;
}
.mt-57 {
margin-top: 57px;
}
.mb-57 {
margin-bottom: 57px;
}
.ml-57 {
margin-left: 57px;
}
.mr-57 {
margin-right: 57px;
}
.pt-57 {
padding-top: 57px !important;
}
.pb-57 {
padding-bottom: 57px !important;
}
.pl-57 {
padding-left: 57px !important;
}
.pr-57 {
padding-right: 57px !important;
}
.clear-58 {
height: 58px;
}
.clear-58:before,
.clear-58:after {
content: " ";
display: table;
}
.clear-58:after {
clear: both;
}
.mt-58 {
margin-top: 58px;
}
.mb-58 {
margin-bottom: 58px;
}
.ml-58 {
margin-left: 58px;
}
.mr-58 {
margin-right: 58px;
}
.pt-58 {
padding-top: 58px !important;
}
.pb-58 {
padding-bottom: 58px !important;
}
.pl-58 {
padding-left: 58px !important;
}
.pr-58 {
padding-right: 58px !important;
}
.clear-59 {
height: 59px;
}
.clear-59:before,
.clear-59:after {
content: " ";
display: table;
}
.clear-59:after {
clear: both;
}
.mt-59 {
margin-top: 59px;
}
.mb-59 {
margin-bottom: 59px;
}
.ml-59 {
margin-left: 59px;
}
.mr-59 {
margin-right: 59px;
}
.pt-59 {
padding-top: 59px !important;
}
.pb-59 {
padding-bottom: 59px !important;
}
.pl-59 {
padding-left: 59px !important;
}
.pr-59 {
padding-right: 59px !important;
}
.clear-60 {
height: 60px;
}
.clear-60:before,
.clear-60:after {
content: " ";
display: table;
}
.clear-60:after {
clear: both;
}
.mt-60 {
margin-top: 60px;
}
.mb-60 {
margin-bottom: 60px;
}
.ml-60 {
margin-left: 60px;
}
.mr-60 {
margin-right: 60px;
}
.pt-60 {
padding-top: 60px !important;
}
.pb-60 {
padding-bottom: 60px !important;
}
.pl-60 {
padding-left: 60px !important;
}
.pr-60 {
padding-right: 60px !important;
}
.clear-61 {
height: 61px;
}
.clear-61:before,
.clear-61:after {
content: " ";
display: table;
}
.clear-61:after {
clear: both;
}
.mt-61 {
margin-top: 61px;
}
.mb-61 {
margin-bottom: 61px;
}
.ml-61 {
margin-left: 61px;
}
.mr-61 {
margin-right: 61px;
}
.pt-61 {
padding-top: 61px !important;
}
.pb-61 {
padding-bottom: 61px !important;
}
.pl-61 {
padding-left: 61px !important;
}
.pr-61 {
padding-right: 61px !important;
}
.clear-62 {
height: 62px;
}
.clear-62:before,
.clear-62:after {
content: " ";
display: table;
}
.clear-62:after {
clear: both;
}
.mt-62 {
margin-top: 62px;
}
.mb-62 {
margin-bottom: 62px;
}
.ml-62 {
margin-left: 62px;
}
.mr-62 {
margin-right: 62px;
}
.pt-62 {
padding-top: 62px !important;
}
.pb-62 {
padding-bottom: 62px !important;
}
.pl-62 {
padding-left: 62px !important;
}
.pr-62 {
padding-right: 62px !important;
}
.clear-63 {
height: 63px;
}
.clear-63:before,
.clear-63:after {
content: " ";
display: table;
}
.clear-63:after {
clear: both;
}
.mt-63 {
margin-top: 63px;
}
.mb-63 {
margin-bottom: 63px;
}
.ml-63 {
margin-left: 63px;
}
.mr-63 {
margin-right: 63px;
}
.pt-63 {
padding-top: 63px !important;
}
.pb-63 {
padding-bottom: 63px !important;
}
.pl-63 {
padding-left: 63px !important;
}
.pr-63 {
padding-right: 63px !important;
}
.clear-64 {
height: 64px;
}
.clear-64:before,
.clear-64:after {
content: " ";
display: table;
}
.clear-64:after {
clear: both;
}
.mt-64 {
margin-top: 64px;
}
.mb-64 {
margin-bottom: 64px;
}
.ml-64 {
margin-left: 64px;
}
.mr-64 {
margin-right: 64px;
}
.pt-64 {
padding-top: 64px !important;
}
.pb-64 {
padding-bottom: 64px !important;
}
.pl-64 {
padding-left: 64px !important;
}
.pr-64 {
padding-right: 64px !important;
}
.clear-65 {
height: 65px;
}
.clear-65:before,
.clear-65:after {
content: " ";
display: table;
}
.clear-65:after {
clear: both;
}
.mt-65 {
margin-top: 65px;
}
.mb-65 {
margin-bottom: 65px;
}
.ml-65 {
margin-left: 65px;
}
.mr-65 {
margin-right: 65px;
}
.pt-65 {
padding-top: 65px !important;
}
.pb-65 {
padding-bottom: 65px !important;
}
.pl-65 {
padding-left: 65px !important;
}
.pr-65 {
padding-right: 65px !important;
}
.clear-66 {
height: 66px;
}
.clear-66:before,
.clear-66:after {
content: " ";
display: table;
}
.clear-66:after {
clear: both;
}
.mt-66 {
margin-top: 66px;
}
.mb-66 {
margin-bottom: 66px;
}
.ml-66 {
margin-left: 66px;
}
.mr-66 {
margin-right: 66px;
}
.pt-66 {
padding-top: 66px !important;
}
.pb-66 {
padding-bottom: 66px !important;
}
.pl-66 {
padding-left: 66px !important;
}
.pr-66 {
padding-right: 66px !important;
}
.clear-67 {
height: 67px;
}
.clear-67:before,
.clear-67:after {
content: " ";
display: table;
}
.clear-67:after {
clear: both;
}
.mt-67 {
margin-top: 67px;
}
.mb-67 {
margin-bottom: 67px;
}
.ml-67 {
margin-left: 67px;
}
.mr-67 {
margin-right: 67px;
}
.pt-67 {
padding-top: 67px !important;
}
.pb-67 {
padding-bottom: 67px !important;
}
.pl-67 {
padding-left: 67px !important;
}
.pr-67 {
padding-right: 67px !important;
}
.clear-68 {
height: 68px;
}
.clear-68:before,
.clear-68:after {
content: " ";
display: table;
}
.clear-68:after {
clear: both;
}
.mt-68 {
margin-top: 68px;
}
.mb-68 {
margin-bottom: 68px;
}
.ml-68 {
margin-left: 68px;
}
.mr-68 {
margin-right: 68px;
}
.pt-68 {
padding-top: 68px !important;
}
.pb-68 {
padding-bottom: 68px !important;
}
.pl-68 {
padding-left: 68px !important;
}
.pr-68 {
padding-right: 68px !important;
}
.clear-69 {
height: 69px;
}
.clear-69:before,
.clear-69:after {
content: " ";
display: table;
}
.clear-69:after {
clear: both;
}
.mt-69 {
margin-top: 69px;
}
.mb-69 {
margin-bottom: 69px;
}
.ml-69 {
margin-left: 69px;
}
.mr-69 {
margin-right: 69px;
}
.pt-69 {
padding-top: 69px !important;
}
.pb-69 {
padding-bottom: 69px !important;
}
.pl-69 {
padding-left: 69px !important;
}
.pr-69 {
padding-right: 69px !important;
}
.clear-70 {
height: 70px;
}
.clear-70:before,
.clear-70:after {
content: " ";
display: table;
}
.clear-70:after {
clear: both;
}
.mt-70 {
margin-top: 70px;
}
.mb-70 {
margin-bottom: 70px;
}
.ml-70 {
margin-left: 70px;
}
.mr-70 {
margin-right: 70px;
}
.pt-70 {
padding-top: 70px !important;
}
.pb-70 {
padding-bottom: 70px !important;
}
.pl-70 {
padding-left: 70px !important;
}
.pr-70 {
padding-right: 70px !important;
}
.clear-71 {
height: 71px;
}
.clear-71:before,
.clear-71:after {
content: " ";
display: table;
}
.clear-71:after {
clear: both;
}
.mt-71 {
margin-top: 71px;
}
.mb-71 {
margin-bottom: 71px;
}
.ml-71 {
margin-left: 71px;
}
.mr-71 {
margin-right: 71px;
}
.pt-71 {
padding-top: 71px !important;
}
.pb-71 {
padding-bottom: 71px !important;
}
.pl-71 {
padding-left: 71px !important;
}
.pr-71 {
padding-right: 71px !important;
}
.clear-72 {
height: 72px;
}
.clear-72:before,
.clear-72:after {
content: " ";
display: table;
}
.clear-72:after {
clear: both;
}
.mt-72 {
margin-top: 72px;
}
.mb-72 {
margin-bottom: 72px;
}
.ml-72 {
margin-left: 72px;
}
.mr-72 {
margin-right: 72px;
}
.pt-72 {
padding-top: 72px !important;
}
.pb-72 {
padding-bottom: 72px !important;
}
.pl-72 {
padding-left: 72px !important;
}
.pr-72 {
padding-right: 72px !important;
}
.clear-73 {
height: 73px;
}
.clear-73:before,
.clear-73:after {
content: " ";
display: table;
}
.clear-73:after {
clear: both;
}
.mt-73 {
margin-top: 73px;
}
.mb-73 {
margin-bottom: 73px;
}
.ml-73 {
margin-left: 73px;
}
.mr-73 {
margin-right: 73px;
}
.pt-73 {
padding-top: 73px !important;
}
.pb-73 {
padding-bottom: 73px !important;
}
.pl-73 {
padding-left: 73px !important;
}
.pr-73 {
padding-right: 73px !important;
}
.clear-74 {
height: 74px;
}
.clear-74:before,
.clear-74:after {
content: " ";
display: table;
}
.clear-74:after {
clear: both;
}
.mt-74 {
margin-top: 74px;
}
.mb-74 {
margin-bottom: 74px;
}
.ml-74 {
margin-left: 74px;
}
.mr-74 {
margin-right: 74px;
}
.pt-74 {
padding-top: 74px !important;
}
.pb-74 {
padding-bottom: 74px !important;
}
.pl-74 {
padding-left: 74px !important;
}
.pr-74 {
padding-right: 74px !important;
}
.clear-75 {
height: 75px;
}
.clear-75:before,
.clear-75:after {
content: " ";
display: table;
}
.clear-75:after {
clear: both;
}
.mt-75 {
margin-top: 75px;
}
.mb-75 {
margin-bottom: 75px;
}
.ml-75 {
margin-left: 75px;
}
.mr-75 {
margin-right: 75px;
}
.pt-75 {
padding-top: 75px !important;
}
.pb-75 {
padding-bottom: 75px !important;
}
.pl-75 {
padding-left: 75px !important;
}
.pr-75 {
padding-right: 75px !important;
}
.clear-76 {
height: 76px;
}
.clear-76:before,
.clear-76:after {
content: " ";
display: table;
}
.clear-76:after {
clear: both;
}
.mt-76 {
margin-top: 76px;
}
.mb-76 {
margin-bottom: 76px;
}
.ml-76 {
margin-left: 76px;
}
.mr-76 {
margin-right: 76px;
}
.pt-76 {
padding-top: 76px !important;
}
.pb-76 {
padding-bottom: 76px !important;
}
.pl-76 {
padding-left: 76px !important;
}
.pr-76 {
padding-right: 76px !important;
}
.clear-77 {
height: 77px;
}
.clear-77:before,
.clear-77:after {
content: " ";
display: table;
}
.clear-77:after {
clear: both;
}
.mt-77 {
margin-top: 77px;
}
.mb-77 {
margin-bottom: 77px;
}
.ml-77 {
margin-left: 77px;
}
.mr-77 {
margin-right: 77px;
}
.pt-77 {
padding-top: 77px !important;
}
.pb-77 {
padding-bottom: 77px !important;
}
.pl-77 {
padding-left: 77px !important;
}
.pr-77 {
padding-right: 77px !important;
}
.clear-78 {
height: 78px;
}
.clear-78:before,
.clear-78:after {
content: " ";
display: table;
}
.clear-78:after {
clear: both;
}
.mt-78 {
margin-top: 78px;
}
.mb-78 {
margin-bottom: 78px;
}
.ml-78 {
margin-left: 78px;
}
.mr-78 {
margin-right: 78px;
}
.pt-78 {
padding-top: 78px !important;
}
.pb-78 {
padding-bottom: 78px !important;
}
.pl-78 {
padding-left: 78px !important;
}
.pr-78 {
padding-right: 78px !important;
}
.clear-79 {
height: 79px;
}
.clear-79:before,
.clear-79:after {
content: " ";
display: table;
}
.clear-79:after {
clear: both;
}
.mt-79 {
margin-top: 79px;
}
.mb-79 {
margin-bottom: 79px;
}
.ml-79 {
margin-left: 79px;
}
.mr-79 {
margin-right: 79px;
}
.pt-79 {
padding-top: 79px !important;
}
.pb-79 {
padding-bottom: 79px !important;
}
.pl-79 {
padding-left: 79px !important;
}
.pr-79 {
padding-right: 79px !important;
}
.clear-80 {
height: 80px;
}
.clear-80:before,
.clear-80:after {
content: " ";
display: table;
}
.clear-80:after {
clear: both;
}
.mt-80 {
margin-top: 80px;
}
.mb-80 {
margin-bottom: 80px;
}
.ml-80 {
margin-left: 80px;
}
.mr-80 {
margin-right: 80px;
}
.pt-80 {
padding-top: 80px !important;
}
.pb-80 {
padding-bottom: 80px !important;
}
.pl-80 {
padding-left: 80px !important;
}
.pr-80 {
padding-right: 80px !important;
}
.clear-81 {
height: 81px;
}
.clear-81:before,
.clear-81:after {
content: " ";
display: table;
}
.clear-81:after {
clear: both;
}
.mt-81 {
margin-top: 81px;
}
.mb-81 {
margin-bottom: 81px;
}
.ml-81 {
margin-left: 81px;
}
.mr-81 {
margin-right: 81px;
}
.pt-81 {
padding-top: 81px !important;
}
.pb-81 {
padding-bottom: 81px !important;
}
.pl-81 {
padding-left: 81px !important;
}
.pr-81 {
padding-right: 81px !important;
}
.clear-82 {
height: 82px;
}
.clear-82:before,
.clear-82:after {
content: " ";
display: table;
}
.clear-82:after {
clear: both;
}
.mt-82 {
margin-top: 82px;
}
.mb-82 {
margin-bottom: 82px;
}
.ml-82 {
margin-left: 82px;
}
.mr-82 {
margin-right: 82px;
}
.pt-82 {
padding-top: 82px !important;
}
.pb-82 {
padding-bottom: 82px !important;
}
.pl-82 {
padding-left: 82px !important;
}
.pr-82 {
padding-right: 82px !important;
}
.clear-83 {
height: 83px;
}
.clear-83:before,
.clear-83:after {
content: " ";
display: table;
}
.clear-83:after {
clear: both;
}
.mt-83 {
margin-top: 83px;
}
.mb-83 {
margin-bottom: 83px;
}
.ml-83 {
margin-left: 83px;
}
.mr-83 {
margin-right: 83px;
}
.pt-83 {
padding-top: 83px !important;
}
.pb-83 {
padding-bottom: 83px !important;
}
.pl-83 {
padding-left: 83px !important;
}
.pr-83 {
padding-right: 83px !important;
}
.clear-84 {
height: 84px;
}
.clear-84:before,
.clear-84:after {
content: " ";
display: table;
}
.clear-84:after {
clear: both;
}
.mt-84 {
margin-top: 84px;
}
.mb-84 {
margin-bottom: 84px;
}
.ml-84 {
margin-left: 84px;
}
.mr-84 {
margin-right: 84px;
}
.pt-84 {
padding-top: 84px !important;
}
.pb-84 {
padding-bottom: 84px !important;
}
.pl-84 {
padding-left: 84px !important;
}
.pr-84 {
padding-right: 84px !important;
}
.clear-85 {
height: 85px;
}
.clear-85:before,
.clear-85:after {
content: " ";
display: table;
}
.clear-85:after {
clear: both;
}
.mt-85 {
margin-top: 85px;
}
.mb-85 {
margin-bottom: 85px;
}
.ml-85 {
margin-left: 85px;
}
.mr-85 {
margin-right: 85px;
}
.pt-85 {
padding-top: 85px !important;
}
.pb-85 {
padding-bottom: 85px !important;
}
.pl-85 {
padding-left: 85px !important;
}
.pr-85 {
padding-right: 85px !important;
}
.clear-86 {
height: 86px;
}
.clear-86:before,
.clear-86:after {
content: " ";
display: table;
}
.clear-86:after {
clear: both;
}
.mt-86 {
margin-top: 86px;
}
.mb-86 {
margin-bottom: 86px;
}
.ml-86 {
margin-left: 86px;
}
.mr-86 {
margin-right: 86px;
}
.pt-86 {
padding-top: 86px !important;
}
.pb-86 {
padding-bottom: 86px !important;
}
.pl-86 {
padding-left: 86px !important;
}
.pr-86 {
padding-right: 86px !important;
}
.clear-87 {
height: 87px;
}
.clear-87:before,
.clear-87:after {
content: " ";
display: table;
}
.clear-87:after {
clear: both;
}
.mt-87 {
margin-top: 87px;
}
.mb-87 {
margin-bottom: 87px;
}
.ml-87 {
margin-left: 87px;
}
.mr-87 {
margin-right: 87px;
}
.pt-87 {
padding-top: 87px !important;
}
.pb-87 {
padding-bottom: 87px !important;
}
.pl-87 {
padding-left: 87px !important;
}
.pr-87 {
padding-right: 87px !important;
}
.clear-88 {
height: 88px;
}
.clear-88:before,
.clear-88:after {
content: " ";
display: table;
}
.clear-88:after {
clear: both;
}
.mt-88 {
margin-top: 88px;
}
.mb-88 {
margin-bottom: 88px;
}
.ml-88 {
margin-left: 88px;
}
.mr-88 {
margin-right: 88px;
}
.pt-88 {
padding-top: 88px !important;
}
.pb-88 {
padding-bottom: 88px !important;
}
.pl-88 {
padding-left: 88px !important;
}
.pr-88 {
padding-right: 88px !important;
}
.clear-89 {
height: 89px;
}
.clear-89:before,
.clear-89:after {
content: " ";
display: table;
}
.clear-89:after {
clear: both;
}
.mt-89 {
margin-top: 89px;
}
.mb-89 {
margin-bottom: 89px;
}
.ml-89 {
margin-left: 89px;
}
.mr-89 {
margin-right: 89px;
}
.pt-89 {
padding-top: 89px !important;
}
.pb-89 {
padding-bottom: 89px !important;
}
.pl-89 {
padding-left: 89px !important;
}
.pr-89 {
padding-right: 89px !important;
}
.clear-90 {
height: 90px;
}
.clear-90:before,
.clear-90:after {
content: " ";
display: table;
}
.clear-90:after {
clear: both;
}
.mt-90 {
margin-top: 90px;
}
.mb-90 {
margin-bottom: 90px;
}
.ml-90 {
margin-left: 90px;
}
.mr-90 {
margin-right: 90px;
}
.pt-90 {
padding-top: 90px !important;
}
.pb-90 {
padding-bottom: 90px !important;
}
.pl-90 {
padding-left: 90px !important;
}
.pr-90 {
padding-right: 90px !important;
}
.clear-91 {
height: 91px;
}
.clear-91:before,
.clear-91:after {
content: " ";
display: table;
}
.clear-91:after {
clear: both;
}
.mt-91 {
margin-top: 91px;
}
.mb-91 {
margin-bottom: 91px;
}
.ml-91 {
margin-left: 91px;
}
.mr-91 {
margin-right: 91px;
}
.pt-91 {
padding-top: 91px !important;
}
.pb-91 {
padding-bottom: 91px !important;
}
.pl-91 {
padding-left: 91px !important;
}
.pr-91 {
padding-right: 91px !important;
}
.clear-92 {
height: 92px;
}
.clear-92:before,
.clear-92:after {
content: " ";
display: table;
}
.clear-92:after {
clear: both;
}
.mt-92 {
margin-top: 92px;
}
.mb-92 {
margin-bottom: 92px;
}
.ml-92 {
margin-left: 92px;
}
.mr-92 {
margin-right: 92px;
}
.pt-92 {
padding-top: 92px !important;
}
.pb-92 {
padding-bottom: 92px !important;
}
.pl-92 {
padding-left: 92px !important;
}
.pr-92 {
padding-right: 92px !important;
}
.clear-93 {
height: 93px;
}
.clear-93:before,
.clear-93:after {
content: " ";
display: table;
}
.clear-93:after {
clear: both;
}
.mt-93 {
margin-top: 93px;
}
.mb-93 {
margin-bottom: 93px;
}
.ml-93 {
margin-left: 93px;
}
.mr-93 {
margin-right: 93px;
}
.pt-93 {
padding-top: 93px !important;
}
.pb-93 {
padding-bottom: 93px !important;
}
.pl-93 {
padding-left: 93px !important;
}
.pr-93 {
padding-right: 93px !important;
}
.clear-94 {
height: 94px;
}
.clear-94:before,
.clear-94:after {
content: " ";
display: table;
}
.clear-94:after {
clear: both;
}
.mt-94 {
margin-top: 94px;
}
.mb-94 {
margin-bottom: 94px;
}
.ml-94 {
margin-left: 94px;
}
.mr-94 {
margin-right: 94px;
}
.pt-94 {
padding-top: 94px !important;
}
.pb-94 {
padding-bottom: 94px !important;
}
.pl-94 {
padding-left: 94px !important;
}
.pr-94 {
padding-right: 94px !important;
}
.clear-95 {
height: 95px;
}
.clear-95:before,
.clear-95:after {
content: " ";
display: table;
}
.clear-95:after {
clear: both;
}
.mt-95 {
margin-top: 95px;
}
.mb-95 {
margin-bottom: 95px;
}
.ml-95 {
margin-left: 95px;
}
.mr-95 {
margin-right: 95px;
}
.pt-95 {
padding-top: 95px !important;
}
.pb-95 {
padding-bottom: 95px !important;
}
.pl-95 {
padding-left: 95px !important;
}
.pr-95 {
padding-right: 95px !important;
}
.clear-96 {
height: 96px;
}
.clear-96:before,
.clear-96:after {
content: " ";
display: table;
}
.clear-96:after {
clear: both;
}
.mt-96 {
margin-top: 96px;
}
.mb-96 {
margin-bottom: 96px;
}
.ml-96 {
margin-left: 96px;
}
.mr-96 {
margin-right: 96px;
}
.pt-96 {
padding-top: 96px !important;
}
.pb-96 {
padding-bottom: 96px !important;
}
.pl-96 {
padding-left: 96px !important;
}
.pr-96 {
padding-right: 96px !important;
}
.clear-97 {
height: 97px;
}
.clear-97:before,
.clear-97:after {
content: " ";
display: table;
}
.clear-97:after {
clear: both;
}
.mt-97 {
margin-top: 97px;
}
.mb-97 {
margin-bottom: 97px;
}
.ml-97 {
margin-left: 97px;
}
.mr-97 {
margin-right: 97px;
}
.pt-97 {
padding-top: 97px !important;
}
.pb-97 {
padding-bottom: 97px !important;
}
.pl-97 {
padding-left: 97px !important;
}
.pr-97 {
padding-right: 97px !important;
}
.clear-98 {
height: 98px;
}
.clear-98:before,
.clear-98:after {
content: " ";
display: table;
}
.clear-98:after {
clear: both;
}
.mt-98 {
margin-top: 98px;
}
.mb-98 {
margin-bottom: 98px;
}
.ml-98 {
margin-left: 98px;
}
.mr-98 {
margin-right: 98px;
}
.pt-98 {
padding-top: 98px !important;
}
.pb-98 {
padding-bottom: 98px !important;
}
.pl-98 {
padding-left: 98px !important;
}
.pr-98 {
padding-right: 98px !important;
}
.clear-99 {
height: 99px;
}
.clear-99:before,
.clear-99:after {
content: " ";
display: table;
}
.clear-99:after {
clear: both;
}
.mt-99 {
margin-top: 99px;
}
.mb-99 {
margin-bottom: 99px;
}
.ml-99 {
margin-left: 99px;
}
.mr-99 {
margin-right: 99px;
}
.pt-99 {
padding-top: 99px !important;
}
.pb-99 {
padding-bottom: 99px !important;
}
.pl-99 {
padding-left: 99px !important;
}
.pr-99 {
padding-right: 99px !important;
}
.clear-100 {
height: 100px;
}
.clear-100:before,
.clear-100:after {
content: " ";
display: table;
}
.clear-100:after {
clear: both;
}
.mt-100 {
margin-top: 100px;
}
.mb-100 {
margin-bottom: 100px;
}
.ml-100 {
margin-left: 100px;
}
.mr-100 {
margin-right: 100px;
}
.pt-100 {
padding-top: 100px !important;
}
.pb-100 {
padding-bottom: 100px !important;
}
.pl-100 {
padding-left: 100px !important;
}
.pr-100 {
padding-right: 100px !important;
}
.clear-101 {
height: 101px;
}
.clear-101:before,
.clear-101:after {
content: " ";
display: table;
}
.clear-101:after {
clear: both;
}
.mt-101 {
margin-top: 101px;
}
.mb-101 {
margin-bottom: 101px;
}
.ml-101 {
margin-left: 101px;
}
.mr-101 {
margin-right: 101px;
}
.pt-101 {
padding-top: 101px !important;
}
.pb-101 {
padding-bottom: 101px !important;
}
.pl-101 {
padding-left: 101px !important;
}
.pr-101 {
padding-right: 101px !important;
}
.clear-102 {
height: 102px;
}
.clear-102:before,
.clear-102:after {
content: " ";
display: table;
}
.clear-102:after {
clear: both;
}
.mt-102 {
margin-top: 102px;
}
.mb-102 {
margin-bottom: 102px;
}
.ml-102 {
margin-left: 102px;
}
.mr-102 {
margin-right: 102px;
}
.pt-102 {
padding-top: 102px !important;
}
.pb-102 {
padding-bottom: 102px !important;
}
.pl-102 {
padding-left: 102px !important;
}
.pr-102 {
padding-right: 102px !important;
}
.clear-103 {
height: 103px;
}
.clear-103:before,
.clear-103:after {
content: " ";
display: table;
}
.clear-103:after {
clear: both;
}
.mt-103 {
margin-top: 103px;
}
.mb-103 {
margin-bottom: 103px;
}
.ml-103 {
margin-left: 103px;
}
.mr-103 {
margin-right: 103px;
}
.pt-103 {
padding-top: 103px !important;
}
.pb-103 {
padding-bottom: 103px !important;
}
.pl-103 {
padding-left: 103px !important;
}
.pr-103 {
padding-right: 103px !important;
}
.clear-104 {
height: 104px;
}
.clear-104:before,
.clear-104:after {
content: " ";
display: table;
}
.clear-104:after {
clear: both;
}
.mt-104 {
margin-top: 104px;
}
.mb-104 {
margin-bottom: 104px;
}
.ml-104 {
margin-left: 104px;
}
.mr-104 {
margin-right: 104px;
}
.pt-104 {
padding-top: 104px !important;
}
.pb-104 {
padding-bottom: 104px !important;
}
.pl-104 {
padding-left: 104px !important;
}
.pr-104 {
padding-right: 104px !important;
}
.clear-105 {
height: 105px;
}
.clear-105:before,
.clear-105:after {
content: " ";
display: table;
}
.clear-105:after {
clear: both;
}
.mt-105 {
margin-top: 105px;
}
.mb-105 {
margin-bottom: 105px;
}
.ml-105 {
margin-left: 105px;
}
.mr-105 {
margin-right: 105px;
}
.pt-105 {
padding-top: 105px !important;
}
.pb-105 {
padding-bottom: 105px !important;
}
.pl-105 {
padding-left: 105px !important;
}
.pr-105 {
padding-right: 105px !important;
}
.clear-106 {
height: 106px;
}
.clear-106:before,
.clear-106:after {
content: " ";
display: table;
}
.clear-106:after {
clear: both;
}
.mt-106 {
margin-top: 106px;
}
.mb-106 {
margin-bottom: 106px;
}
.ml-106 {
margin-left: 106px;
}
.mr-106 {
margin-right: 106px;
}
.pt-106 {
padding-top: 106px !important;
}
.pb-106 {
padding-bottom: 106px !important;
}
.pl-106 {
padding-left: 106px !important;
}
.pr-106 {
padding-right: 106px !important;
}
.clear-107 {
height: 107px;
}
.clear-107:before,
.clear-107:after {
content: " ";
display: table;
}
.clear-107:after {
clear: both;
}
.mt-107 {
margin-top: 107px;
}
.mb-107 {
margin-bottom: 107px;
}
.ml-107 {
margin-left: 107px;
}
.mr-107 {
margin-right: 107px;
}
.pt-107 {
padding-top: 107px !important;
}
.pb-107 {
padding-bottom: 107px !important;
}
.pl-107 {
padding-left: 107px !important;
}
.pr-107 {
padding-right: 107px !important;
}
.clear-108 {
height: 108px;
}
.clear-108:before,
.clear-108:after {
content: " ";
display: table;
}
.clear-108:after {
clear: both;
}
.mt-108 {
margin-top: 108px;
}
.mb-108 {
margin-bottom: 108px;
}
.ml-108 {
margin-left: 108px;
}
.mr-108 {
margin-right: 108px;
}
.pt-108 {
padding-top: 108px !important;
}
.pb-108 {
padding-bottom: 108px !important;
}
.pl-108 {
padding-left: 108px !important;
}
.pr-108 {
padding-right: 108px !important;
}
.clear-109 {
height: 109px;
}
.clear-109:before,
.clear-109:after {
content: " ";
display: table;
}
.clear-109:after {
clear: both;
}
.mt-109 {
margin-top: 109px;
}
.mb-109 {
margin-bottom: 109px;
}
.ml-109 {
margin-left: 109px;
}
.mr-109 {
margin-right: 109px;
}
.pt-109 {
padding-top: 109px !important;
}
.pb-109 {
padding-bottom: 109px !important;
}
.pl-109 {
padding-left: 109px !important;
}
.pr-109 {
padding-right: 109px !important;
}
.clear-110 {
height: 110px;
}
.clear-110:before,
.clear-110:after {
content: " ";
display: table;
}
.clear-110:after {
clear: both;
}
.mt-110 {
margin-top: 110px;
}
.mb-110 {
margin-bottom: 110px;
}
.ml-110 {
margin-left: 110px;
}
.mr-110 {
margin-right: 110px;
}
.pt-110 {
padding-top: 110px !important;
}
.pb-110 {
padding-bottom: 110px !important;
}
.pl-110 {
padding-left: 110px !important;
}
.pr-110 {
padding-right: 110px !important;
}
.clear-111 {
height: 111px;
}
.clear-111:before,
.clear-111:after {
content: " ";
display: table;
}
.clear-111:after {
clear: both;
}
.mt-111 {
margin-top: 111px;
}
.mb-111 {
margin-bottom: 111px;
}
.ml-111 {
margin-left: 111px;
}
.mr-111 {
margin-right: 111px;
}
.pt-111 {
padding-top: 111px !important;
}
.pb-111 {
padding-bottom: 111px !important;
}
.pl-111 {
padding-left: 111px !important;
}
.pr-111 {
padding-right: 111px !important;
}
.clear-112 {
height: 112px;
}
.clear-112:before,
.clear-112:after {
content: " ";
display: table;
}
.clear-112:after {
clear: both;
}
.mt-112 {
margin-top: 112px;
}
.mb-112 {
margin-bottom: 112px;
}
.ml-112 {
margin-left: 112px;
}
.mr-112 {
margin-right: 112px;
}
.pt-112 {
padding-top: 112px !important;
}
.pb-112 {
padding-bottom: 112px !important;
}
.pl-112 {
padding-left: 112px !important;
}
.pr-112 {
padding-right: 112px !important;
}
.clear-113 {
height: 113px;
}
.clear-113:before,
.clear-113:after {
content: " ";
display: table;
}
.clear-113:after {
clear: both;
}
.mt-113 {
margin-top: 113px;
}
.mb-113 {
margin-bottom: 113px;
}
.ml-113 {
margin-left: 113px;
}
.mr-113 {
margin-right: 113px;
}
.pt-113 {
padding-top: 113px !important;
}
.pb-113 {
padding-bottom: 113px !important;
}
.pl-113 {
padding-left: 113px !important;
}
.pr-113 {
padding-right: 113px !important;
}
.clear-114 {
height: 114px;
}
.clear-114:before,
.clear-114:after {
content: " ";
display: table;
}
.clear-114:after {
clear: both;
}
.mt-114 {
margin-top: 114px;
}
.mb-114 {
margin-bottom: 114px;
}
.ml-114 {
margin-left: 114px;
}
.mr-114 {
margin-right: 114px;
}
.pt-114 {
padding-top: 114px !important;
}
.pb-114 {
padding-bottom: 114px !important;
}
.pl-114 {
padding-left: 114px !important;
}
.pr-114 {
padding-right: 114px !important;
}
.clear-115 {
height: 115px;
}
.clear-115:before,
.clear-115:after {
content: " ";
display: table;
}
.clear-115:after {
clear: both;
}
.mt-115 {
margin-top: 115px;
}
.mb-115 {
margin-bottom: 115px;
}
.ml-115 {
margin-left: 115px;
}
.mr-115 {
margin-right: 115px;
}
.pt-115 {
padding-top: 115px !important;
}
.pb-115 {
padding-bottom: 115px !important;
}
.pl-115 {
padding-left: 115px !important;
}
.pr-115 {
padding-right: 115px !important;
}
.clear-116 {
height: 116px;
}
.clear-116:before,
.clear-116:after {
content: " ";
display: table;
}
.clear-116:after {
clear: both;
}
.mt-116 {
margin-top: 116px;
}
.mb-116 {
margin-bottom: 116px;
}
.ml-116 {
margin-left: 116px;
}
.mr-116 {
margin-right: 116px;
}
.pt-116 {
padding-top: 116px !important;
}
.pb-116 {
padding-bottom: 116px !important;
}
.pl-116 {
padding-left: 116px !important;
}
.pr-116 {
padding-right: 116px !important;
}
.clear-117 {
height: 117px;
}
.clear-117:before,
.clear-117:after {
content: " ";
display: table;
}
.clear-117:after {
clear: both;
}
.mt-117 {
margin-top: 117px;
}
.mb-117 {
margin-bottom: 117px;
}
.ml-117 {
margin-left: 117px;
}
.mr-117 {
margin-right: 117px;
}
.pt-117 {
padding-top: 117px !important;
}
.pb-117 {
padding-bottom: 117px !important;
}
.pl-117 {
padding-left: 117px !important;
}
.pr-117 {
padding-right: 117px !important;
}
.clear-118 {
height: 118px;
}
.clear-118:before,
.clear-118:after {
content: " ";
display: table;
}
.clear-118:after {
clear: both;
}
.mt-118 {
margin-top: 118px;
}
.mb-118 {
margin-bottom: 118px;
}
.ml-118 {
margin-left: 118px;
}
.mr-118 {
margin-right: 118px;
}
.pt-118 {
padding-top: 118px !important;
}
.pb-118 {
padding-bottom: 118px !important;
}
.pl-118 {
padding-left: 118px !important;
}
.pr-118 {
padding-right: 118px !important;
}
.clear-119 {
height: 119px;
}
.clear-119:before,
.clear-119:after {
content: " ";
display: table;
}
.clear-119:after {
clear: both;
}
.mt-119 {
margin-top: 119px;
}
.mb-119 {
margin-bottom: 119px;
}
.ml-119 {
margin-left: 119px;
}
.mr-119 {
margin-right: 119px;
}
.pt-119 {
padding-top: 119px !important;
}
.pb-119 {
padding-bottom: 119px !important;
}
.pl-119 {
padding-left: 119px !important;
}
.pr-119 {
padding-right: 119px !important;
}
.clear-120 {
height: 120px;
}
.clear-120:before,
.clear-120:after {
content: " ";
display: table;
}
.clear-120:after {
clear: both;
}
.mt-120 {
margin-top: 120px;
}
.mb-120 {
margin-bottom: 120px;
}
.ml-120 {
margin-left: 120px;
}
.mr-120 {
margin-right: 120px;
}
.pt-120 {
padding-top: 120px !important;
}
.pb-120 {
padding-bottom: 120px !important;
}
.pl-120 {
padding-left: 120px !important;
}
.pr-120 {
padding-right: 120px !important;
}
.clear-121 {
height: 121px;
}
.clear-121:before,
.clear-121:after {
content: " ";
display: table;
}
.clear-121:after {
clear: both;
}
.mt-121 {
margin-top: 121px;
}
.mb-121 {
margin-bottom: 121px;
}
.ml-121 {
margin-left: 121px;
}
.mr-121 {
margin-right: 121px;
}
.pt-121 {
padding-top: 121px !important;
}
.pb-121 {
padding-bottom: 121px !important;
}
.pl-121 {
padding-left: 121px !important;
}
.pr-121 {
padding-right: 121px !important;
}
.clear-122 {
height: 122px;
}
.clear-122:before,
.clear-122:after {
content: " ";
display: table;
}
.clear-122:after {
clear: both;
}
.mt-122 {
margin-top: 122px;
}
.mb-122 {
margin-bottom: 122px;
}
.ml-122 {
margin-left: 122px;
}
.mr-122 {
margin-right: 122px;
}
.pt-122 {
padding-top: 122px !important;
}
.pb-122 {
padding-bottom: 122px !important;
}
.pl-122 {
padding-left: 122px !important;
}
.pr-122 {
padding-right: 122px !important;
}
.clear-123 {
height: 123px;
}
.clear-123:before,
.clear-123:after {
content: " ";
display: table;
}
.clear-123:after {
clear: both;
}
.mt-123 {
margin-top: 123px;
}
.mb-123 {
margin-bottom: 123px;
}
.ml-123 {
margin-left: 123px;
}
.mr-123 {
margin-right: 123px;
}
.pt-123 {
padding-top: 123px !important;
}
.pb-123 {
padding-bottom: 123px !important;
}
.pl-123 {
padding-left: 123px !important;
}
.pr-123 {
padding-right: 123px !important;
}
.clear-124 {
height: 124px;
}
.clear-124:before,
.clear-124:after {
content: " ";
display: table;
}
.clear-124:after {
clear: both;
}
.mt-124 {
margin-top: 124px;
}
.mb-124 {
margin-bottom: 124px;
}
.ml-124 {
margin-left: 124px;
}
.mr-124 {
margin-right: 124px;
}
.pt-124 {
padding-top: 124px !important;
}
.pb-124 {
padding-bottom: 124px !important;
}
.pl-124 {
padding-left: 124px !important;
}
.pr-124 {
padding-right: 124px !important;
}
.clear-125 {
height: 125px;
}
.clear-125:before,
.clear-125:after {
content: " ";
display: table;
}
.clear-125:after {
clear: both;
}
.mt-125 {
margin-top: 125px;
}
.mb-125 {
margin-bottom: 125px;
}
.ml-125 {
margin-left: 125px;
}
.mr-125 {
margin-right: 125px;
}
.pt-125 {
padding-top: 125px !important;
}
.pb-125 {
padding-bottom: 125px !important;
}
.pl-125 {
padding-left: 125px !important;
}
.pr-125 {
padding-right: 125px !important;
}
.clear-126 {
height: 126px;
}
.clear-126:before,
.clear-126:after {
content: " ";
display: table;
}
.clear-126:after {
clear: both;
}
.mt-126 {
margin-top: 126px;
}
.mb-126 {
margin-bottom: 126px;
}
.ml-126 {
margin-left: 126px;
}
.mr-126 {
margin-right: 126px;
}
.pt-126 {
padding-top: 126px !important;
}
.pb-126 {
padding-bottom: 126px !important;
}
.pl-126 {
padding-left: 126px !important;
}
.pr-126 {
padding-right: 126px !important;
}
.clear-127 {
height: 127px;
}
.clear-127:before,
.clear-127:after {
content: " ";
display: table;
}
.clear-127:after {
clear: both;
}
.mt-127 {
margin-top: 127px;
}
.mb-127 {
margin-bottom: 127px;
}
.ml-127 {
margin-left: 127px;
}
.mr-127 {
margin-right: 127px;
}
.pt-127 {
padding-top: 127px !important;
}
.pb-127 {
padding-bottom: 127px !important;
}
.pl-127 {
padding-left: 127px !important;
}
.pr-127 {
padding-right: 127px !important;
}
.clear-128 {
height: 128px;
}
.clear-128:before,
.clear-128:after {
content: " ";
display: table;
}
.clear-128:after {
clear: both;
}
.mt-128 {
margin-top: 128px;
}
.mb-128 {
margin-bottom: 128px;
}
.ml-128 {
margin-left: 128px;
}
.mr-128 {
margin-right: 128px;
}
.pt-128 {
padding-top: 128px !important;
}
.pb-128 {
padding-bottom: 128px !important;
}
.pl-128 {
padding-left: 128px !important;
}
.pr-128 {
padding-right: 128px !important;
}
.clear-129 {
height: 129px;
}
.clear-129:before,
.clear-129:after {
content: " ";
display: table;
}
.clear-129:after {
clear: both;
}
.mt-129 {
margin-top: 129px;
}
.mb-129 {
margin-bottom: 129px;
}
.ml-129 {
margin-left: 129px;
}
.mr-129 {
margin-right: 129px;
}
.pt-129 {
padding-top: 129px !important;
}
.pb-129 {
padding-bottom: 129px !important;
}
.pl-129 {
padding-left: 129px !important;
}
.pr-129 {
padding-right: 129px !important;
}
.clear-130 {
height: 130px;
}
.clear-130:before,
.clear-130:after {
content: " ";
display: table;
}
.clear-130:after {
clear: both;
}
.mt-130 {
margin-top: 130px;
}
.mb-130 {
margin-bottom: 130px;
}
.ml-130 {
margin-left: 130px;
}
.mr-130 {
margin-right: 130px;
}
.pt-130 {
padding-top: 130px !important;
}
.pb-130 {
padding-bottom: 130px !important;
}
.pl-130 {
padding-left: 130px !important;
}
.pr-130 {
padding-right: 130px !important;
}
.clear-131 {
height: 131px;
}
.clear-131:before,
.clear-131:after {
content: " ";
display: table;
}
.clear-131:after {
clear: both;
}
.mt-131 {
margin-top: 131px;
}
.mb-131 {
margin-bottom: 131px;
}
.ml-131 {
margin-left: 131px;
}
.mr-131 {
margin-right: 131px;
}
.pt-131 {
padding-top: 131px !important;
}
.pb-131 {
padding-bottom: 131px !important;
}
.pl-131 {
padding-left: 131px !important;
}
.pr-131 {
padding-right: 131px !important;
}
.clear-132 {
height: 132px;
}
.clear-132:before,
.clear-132:after {
content: " ";
display: table;
}
.clear-132:after {
clear: both;
}
.mt-132 {
margin-top: 132px;
}
.mb-132 {
margin-bottom: 132px;
}
.ml-132 {
margin-left: 132px;
}
.mr-132 {
margin-right: 132px;
}
.pt-132 {
padding-top: 132px !important;
}
.pb-132 {
padding-bottom: 132px !important;
}
.pl-132 {
padding-left: 132px !important;
}
.pr-132 {
padding-right: 132px !important;
}
.clear-133 {
height: 133px;
}
.clear-133:before,
.clear-133:after {
content: " ";
display: table;
}
.clear-133:after {
clear: both;
}
.mt-133 {
margin-top: 133px;
}
.mb-133 {
margin-bottom: 133px;
}
.ml-133 {
margin-left: 133px;
}
.mr-133 {
margin-right: 133px;
}
.pt-133 {
padding-top: 133px !important;
}
.pb-133 {
padding-bottom: 133px !important;
}
.pl-133 {
padding-left: 133px !important;
}
.pr-133 {
padding-right: 133px !important;
}
.clear-134 {
height: 134px;
}
.clear-134:before,
.clear-134:after {
content: " ";
display: table;
}
.clear-134:after {
clear: both;
}
.mt-134 {
margin-top: 134px;
}
.mb-134 {
margin-bottom: 134px;
}
.ml-134 {
margin-left: 134px;
}
.mr-134 {
margin-right: 134px;
}
.pt-134 {
padding-top: 134px !important;
}
.pb-134 {
padding-bottom: 134px !important;
}
.pl-134 {
padding-left: 134px !important;
}
.pr-134 {
padding-right: 134px !important;
}
.clear-135 {
height: 135px;
}
.clear-135:before,
.clear-135:after {
content: " ";
display: table;
}
.clear-135:after {
clear: both;
}
.mt-135 {
margin-top: 135px;
}
.mb-135 {
margin-bottom: 135px;
}
.ml-135 {
margin-left: 135px;
}
.mr-135 {
margin-right: 135px;
}
.pt-135 {
padding-top: 135px !important;
}
.pb-135 {
padding-bottom: 135px !important;
}
.pl-135 {
padding-left: 135px !important;
}
.pr-135 {
padding-right: 135px !important;
}
.clear-136 {
height: 136px;
}
.clear-136:before,
.clear-136:after {
content: " ";
display: table;
}
.clear-136:after {
clear: both;
}
.mt-136 {
margin-top: 136px;
}
.mb-136 {
margin-bottom: 136px;
}
.ml-136 {
margin-left: 136px;
}
.mr-136 {
margin-right: 136px;
}
.pt-136 {
padding-top: 136px !important;
}
.pb-136 {
padding-bottom: 136px !important;
}
.pl-136 {
padding-left: 136px !important;
}
.pr-136 {
padding-right: 136px !important;
}
.clear-137 {
height: 137px;
}
.clear-137:before,
.clear-137:after {
content: " ";
display: table;
}
.clear-137:after {
clear: both;
}
.mt-137 {
margin-top: 137px;
}
.mb-137 {
margin-bottom: 137px;
}
.ml-137 {
margin-left: 137px;
}
.mr-137 {
margin-right: 137px;
}
.pt-137 {
padding-top: 137px !important;
}
.pb-137 {
padding-bottom: 137px !important;
}
.pl-137 {
padding-left: 137px !important;
}
.pr-137 {
padding-right: 137px !important;
}
.clear-138 {
height: 138px;
}
.clear-138:before,
.clear-138:after {
content: " ";
display: table;
}
.clear-138:after {
clear: both;
}
.mt-138 {
margin-top: 138px;
}
.mb-138 {
margin-bottom: 138px;
}
.ml-138 {
margin-left: 138px;
}
.mr-138 {
margin-right: 138px;
}
.pt-138 {
padding-top: 138px !important;
}
.pb-138 {
padding-bottom: 138px !important;
}
.pl-138 {
padding-left: 138px !important;
}
.pr-138 {
padding-right: 138px !important;
}
.clear-139 {
height: 139px;
}
.clear-139:before,
.clear-139:after {
content: " ";
display: table;
}
.clear-139:after {
clear: both;
}
.mt-139 {
margin-top: 139px;
}
.mb-139 {
margin-bottom: 139px;
}
.ml-139 {
margin-left: 139px;
}
.mr-139 {
margin-right: 139px;
}
.pt-139 {
padding-top: 139px !important;
}
.pb-139 {
padding-bottom: 139px !important;
}
.pl-139 {
padding-left: 139px !important;
}
.pr-139 {
padding-right: 139px !important;
}
.clear-140 {
height: 140px;
}
.clear-140:before,
.clear-140:after {
content: " ";
display: table;
}
.clear-140:after {
clear: both;
}
.mt-140 {
margin-top: 140px;
}
.mb-140 {
margin-bottom: 140px;
}
.ml-140 {
margin-left: 140px;
}
.mr-140 {
margin-right: 140px;
}
.pt-140 {
padding-top: 140px !important;
}
.pb-140 {
padding-bottom: 140px !important;
}
.pl-140 {
padding-left: 140px !important;
}
.pr-140 {
padding-right: 140px !important;
}
.clear-141 {
height: 141px;
}
.clear-141:before,
.clear-141:after {
content: " ";
display: table;
}
.clear-141:after {
clear: both;
}
.mt-141 {
margin-top: 141px;
}
.mb-141 {
margin-bottom: 141px;
}
.ml-141 {
margin-left: 141px;
}
.mr-141 {
margin-right: 141px;
}
.pt-141 {
padding-top: 141px !important;
}
.pb-141 {
padding-bottom: 141px !important;
}
.pl-141 {
padding-left: 141px !important;
}
.pr-141 {
padding-right: 141px !important;
}
.clear-142 {
height: 142px;
}
.clear-142:before,
.clear-142:after {
content: " ";
display: table;
}
.clear-142:after {
clear: both;
}
.mt-142 {
margin-top: 142px;
}
.mb-142 {
margin-bottom: 142px;
}
.ml-142 {
margin-left: 142px;
}
.mr-142 {
margin-right: 142px;
}
.pt-142 {
padding-top: 142px !important;
}
.pb-142 {
padding-bottom: 142px !important;
}
.pl-142 {
padding-left: 142px !important;
}
.pr-142 {
padding-right: 142px !important;
}
.clear-143 {
height: 143px;
}
.clear-143:before,
.clear-143:after {
content: " ";
display: table;
}
.clear-143:after {
clear: both;
}
.mt-143 {
margin-top: 143px;
}
.mb-143 {
margin-bottom: 143px;
}
.ml-143 {
margin-left: 143px;
}
.mr-143 {
margin-right: 143px;
}
.pt-143 {
padding-top: 143px !important;
}
.pb-143 {
padding-bottom: 143px !important;
}
.pl-143 {
padding-left: 143px !important;
}
.pr-143 {
padding-right: 143px !important;
}
.clear-144 {
height: 144px;
}
.clear-144:before,
.clear-144:after {
content: " ";
display: table;
}
.clear-144:after {
clear: both;
}
.mt-144 {
margin-top: 144px;
}
.mb-144 {
margin-bottom: 144px;
}
.ml-144 {
margin-left: 144px;
}
.mr-144 {
margin-right: 144px;
}
.pt-144 {
padding-top: 144px !important;
}
.pb-144 {
padding-bottom: 144px !important;
}
.pl-144 {
padding-left: 144px !important;
}
.pr-144 {
padding-right: 144px !important;
}
.clear-145 {
height: 145px;
}
.clear-145:before,
.clear-145:after {
content: " ";
display: table;
}
.clear-145:after {
clear: both;
}
.mt-145 {
margin-top: 145px;
}
.mb-145 {
margin-bottom: 145px;
}
.ml-145 {
margin-left: 145px;
}
.mr-145 {
margin-right: 145px;
}
.pt-145 {
padding-top: 145px !important;
}
.pb-145 {
padding-bottom: 145px !important;
}
.pl-145 {
padding-left: 145px !important;
}
.pr-145 {
padding-right: 145px !important;
}
.clear-146 {
height: 146px;
}
.clear-146:before,
.clear-146:after {
content: " ";
display: table;
}
.clear-146:after {
clear: both;
}
.mt-146 {
margin-top: 146px;
}
.mb-146 {
margin-bottom: 146px;
}
.ml-146 {
margin-left: 146px;
}
.mr-146 {
margin-right: 146px;
}
.pt-146 {
padding-top: 146px !important;
}
.pb-146 {
padding-bottom: 146px !important;
}
.pl-146 {
padding-left: 146px !important;
}
.pr-146 {
padding-right: 146px !important;
}
.clear-147 {
height: 147px;
}
.clear-147:before,
.clear-147:after {
content: " ";
display: table;
}
.clear-147:after {
clear: both;
}
.mt-147 {
margin-top: 147px;
}
.mb-147 {
margin-bottom: 147px;
}
.ml-147 {
margin-left: 147px;
}
.mr-147 {
margin-right: 147px;
}
.pt-147 {
padding-top: 147px !important;
}
.pb-147 {
padding-bottom: 147px !important;
}
.pl-147 {
padding-left: 147px !important;
}
.pr-147 {
padding-right: 147px !important;
}
.clear-148 {
height: 148px;
}
.clear-148:before,
.clear-148:after {
content: " ";
display: table;
}
.clear-148:after {
clear: both;
}
.mt-148 {
margin-top: 148px;
}
.mb-148 {
margin-bottom: 148px;
}
.ml-148 {
margin-left: 148px;
}
.mr-148 {
margin-right: 148px;
}
.pt-148 {
padding-top: 148px !important;
}
.pb-148 {
padding-bottom: 148px !important;
}
.pl-148 {
padding-left: 148px !important;
}
.pr-148 {
padding-right: 148px !important;
}
.clear-149 {
height: 149px;
}
.clear-149:before,
.clear-149:after {
content: " ";
display: table;
}
.clear-149:after {
clear: both;
}
.mt-149 {
margin-top: 149px;
}
.mb-149 {
margin-bottom: 149px;
}
.ml-149 {
margin-left: 149px;
}
.mr-149 {
margin-right: 149px;
}
.pt-149 {
padding-top: 149px !important;
}
.pb-149 {
padding-bottom: 149px !important;
}
.pl-149 {
padding-left: 149px !important;
}
.pr-149 {
padding-right: 149px !important;
}
.clear-150 {
height: 150px;
}
.clear-150:before,
.clear-150:after {
content: " ";
display: table;
}
.clear-150:after {
clear: both;
}
.mt-150 {
margin-top: 150px;
}
.mb-150 {
margin-bottom: 150px;
}
.ml-150 {
margin-left: 150px;
}
.mr-150 {
margin-right: 150px;
}
.pt-150 {
padding-top: 150px !important;
}
.pb-150 {
padding-bottom: 150px !important;
}
.pl-150 {
padding-left: 150px !important;
}
.pr-150 {
padding-right: 150px !important;
}
.vcenter {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.vbottom {
display: -ms-flexbox;
display: flex;
-ms-flex-align: bottom;
align-items: bottom;
}
.brd-rt {
border-right: solid 1px;
}
.brd-lt {
border-left: solid 1px;
}
.multi-columns-row .first-in-row {
clear: left;
}
.multi-columns-row .col-xs-6:nth-child(2n + 3) {
clear: left;
}
.multi-columns-row .col-xs-4:nth-child(3n + 4) {
clear: left;
}
.multi-columns-row .col-xs-3:nth-child(4n + 5) {
clear: left;
}
.multi-columns-row .col-xs-2:nth-child(6n + 7) {
clear: left;
}
.multi-columns-row .col-xs-1:nth-child(12n + 13) {
clear: left;
}
@media (min-width: 768px) {
.multi-columns-row .col-xs-6:nth-child(2n + 3) {
clear: none;
}
.multi-columns-row .col-xs-4:nth-child(3n + 4) {
clear: none;
}
.multi-columns-row .col-xs-3:nth-child(4n + 5) {
clear: none;
}
.multi-columns-row .col-xs-2:nth-child(6n + 7) {
clear: none;
}
.multi-columns-row .col-xs-1:nth-child(12n + 13) {
clear: none;
}
.multi-columns-row .col-sm-6:nth-child(2n + 3) {
clear: left;
}
.multi-columns-row .col-sm-4:nth-child(3n + 4) {
clear: left;
}
.multi-columns-row .col-sm-3:nth-child(4n + 5) {
clear: left;
}
.multi-columns-row .col-sm-2:nth-child(6n + 7) {
clear: left;
}
.multi-columns-row .col-sm-1:nth-child(12n + 13) {
clear: left;
}
}
@media (min-width: 992px) {
.multi-columns-row .col-sm-6:nth-child(2n + 3) {
clear: none;
}
.multi-columns-row .col-sm-4:nth-child(3n + 4) {
clear: none;
}
.multi-columns-row .col-sm-3:nth-child(4n + 5) {
clear: none;
}
.multi-columns-row .col-sm-2:nth-child(6n + 7) {
clear: none;
}
.multi-columns-row .col-sm-1:nth-child(12n + 13) {
clear: none;
}
.multi-columns-row .col-md-6:nth-child(2n + 3) {
clear: left;
}
.multi-columns-row .col-md-4:nth-child(3n + 4) {
clear: left;
}
.multi-columns-row .col-md-3:nth-child(4n + 5) {
clear: left;
}
.multi-columns-row .col-md-2:nth-child(6n + 7) {
clear: left;
}
.multi-columns-row .col-md-1:nth-child(12n + 13) {
clear: left;
}
}
@media (min-width: 1200px) {
.multi-columns-row .col-md-6:nth-child(2n + 3) {
clear: none;
}
.multi-columns-row .col-md-4:nth-child(3n + 4) {
clear: none;
}
.multi-columns-row .col-md-3:nth-child(4n + 5) {
clear: none;
}
.multi-columns-row .col-md-2:nth-child(6n + 7) {
clear: none;
}
.multi-columns-row .col-md-1:nth-child(12n + 13) {
clear: none;
}
.multi-columns-row .col-lg-6:nth-child(2n + 3) {
clear: left;
}
.multi-columns-row .col-lg-4:nth-child(3n + 4) {
clear: left;
}
.multi-columns-row .col-lg-3:nth-child(4n + 5) {
clear: left;
}
.multi-columns-row .col-lg-2:nth-child(6n + 7) {
clear: left;
}
.multi-columns-row .col-lg-1:nth-child(12n + 13) {
clear: left;
}
}
@font-face {
font-family: 'brooklynextrabold';
src: url("/fonts/brooklyn/brooklyn-extrabold-webfont.woff2") format("woff2"), url("/fonts/brooklyn/brooklyn-extrabold-webfont.woff") format("woff"), url("/fonts/brooklyn/brooklyn-extrabold-webfont.ttf") format("truetype"), url("/fonts/brooklyn/brooklyn-extrabold-webfont.svg#brooklynextrabold") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'brooklynmedium';
src: url("/fonts/brooklyn/brooklyn-medium-webfont.woff2") format("woff2"), url("/fonts/brooklyn/brooklyn-medium-webfont.woff") format("woff"), url("/fonts/brooklyn/brooklyn-medium-webfont.ttf") format("truetype"), url("/font/brooklyn-medium-webfont.svg#brooklynmedium") format("svg");
font-weight: normal;
font-style: normal;
}
html,
body {
-webkit-font-smoothing: antialiased;
min-height: 100% !important;
height: 100% !important;
padding: 0 !important;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
}
header nav {
height: 75px;
background: rgba(255, 255, 255, 0.9) !important;
}
header nav .container,
header nav .container-fluid {
height: 74px;
}
header nav .container .navbar-header,
header nav .container-fluid .navbar-header {
height: 74px;
}
header nav .container .navbar-header button.navbar-toggle,
header nav .container-fluid .navbar-header button.navbar-toggle {
margin: 20px 15px 20px 0;
}
header nav .container .navbar-header a.navbar-brand,
header nav .container-fluid .navbar-header a.navbar-brand {
height: 74px;
margin: 0;
padding: 0 15px;
white-space: nowrap;
text-align: center;
}
header nav .container .navbar-header a.navbar-brand span.helper,
header nav .container-fluid .navbar-header a.navbar-brand span.helper {
display: inline-block;
vertical-align: middle;
height: 100%;
}
header nav .container .navbar-header a.navbar-brand img,
header nav .container-fluid .navbar-header a.navbar-brand img {
display: inline-block;
vertical-align: middle;
max-height: 24px;
}
header nav .container .navbar-collapse,
header nav .container-fluid .navbar-collapse {
max-height: 600px !important;
background: rgba(255, 255, 255, 0) !important;
}
@media (max-width: 768px) {
header nav .container .navbar-collapse,
header nav .container-fluid .navbar-collapse {
background: rgba(255, 255, 255, 0.9) !important;
}
}
header nav .container .navbar-collapse ul.nav > li.active a,
header nav .container .navbar-collapse ul.navbar-nav > li.active a,
header nav .container-fluid .navbar-collapse ul.nav > li.active a,
header nav .container-fluid .navbar-collapse ul.navbar-nav > li.active a {
background: none;
}
header nav .container .navbar-collapse ul.nav > li a,
header nav .container .navbar-collapse ul.navbar-nav > li a,
header nav .container-fluid .navbar-collapse ul.nav > li a,
header nav .container-fluid .navbar-collapse ul.navbar-nav > li a {
line-height: 74px;
padding: 0 15px;
}
header nav .container .navbar-collapse ul.nav > li .dropdown-menu,
header nav .container .navbar-collapse ul.navbar-nav > li .dropdown-menu,
header nav .container-fluid .navbar-collapse ul.nav > li .dropdown-menu,
header nav .container-fluid .navbar-collapse ul.navbar-nav > li .dropdown-menu {
background: rgba(8, 100, 163, 0.9);
color: #FFF;
padding: 0;
}
header nav .container .navbar-collapse ul.nav > li .dropdown-menu > li > a,
header nav .container .navbar-collapse ul.navbar-nav > li .dropdown-menu > li > a,
header nav .container-fluid .navbar-collapse ul.nav > li .dropdown-menu > li > a,
header nav .container-fluid .navbar-collapse ul.navbar-nav > li .dropdown-menu > li > a {
color: #FFF;
line-height: 1em;
padding: 11px 15px;
transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
header nav .container .navbar-collapse ul.nav > li .dropdown-menu > li > a:hover,
header nav .container .navbar-collapse ul.navbar-nav > li .dropdown-menu > li > a:hover,
header nav .container-fluid .navbar-collapse ul.nav > li .dropdown-menu > li > a:hover,
header nav .container-fluid .navbar-collapse ul.navbar-nav > li .dropdown-menu > li > a:hover {
background: rgba(255, 255, 255, 0.3);
}
header nav .container .navbar-collapse ul.nav > li .dropdown-menu > a,
header nav .container .navbar-collapse ul.navbar-nav > li .dropdown-menu > a,
header nav .container-fluid .navbar-collapse ul.nav > li .dropdown-menu > a,
header nav .container-fluid .navbar-collapse ul.navbar-nav > li .dropdown-menu > a {
display: block;
text-align: center;
color: #FFF;
line-height: 1em;
padding: 0;
}
header nav .container .navbar-collapse ul.nav > li .dropdown-menu > a:hover,
header nav .container .navbar-collapse ul.navbar-nav > li .dropdown-menu > a:hover,
header nav .container-fluid .navbar-collapse ul.nav > li .dropdown-menu > a:hover,
header nav .container-fluid .navbar-collapse ul.navbar-nav > li .dropdown-menu > a:hover {
text-decoration: none;
}
.body-wrapper {
min-height: 100%;
margin-bottom: -483px !important;
}
i.caring-bridge {
display: inline-block;
background-image: url("/img/caring_bridge_logo_32x64.png");
background-position: 0 1px;
background-repeat: no-repeat;
width: 32px;
height: 32px;
overflow: hidden;
}
i.caring-bridge:hover {
background-position: 0 -31px;
}
.home-section-top {
overflow: hidden;
background-image: url("/img/home/background.jpg");
background-position: top center;
background-repeat: no-repeat;
}
.home-section-top img {
margin-bottom: 1.4285714286em;
}
@media (max-width: 768px) {
.home-section-top img {
margin-bottom: 0.828333333em;
}
}
.home-section-top img.img-section-1-hero {
margin: 0 !important;
}
.home-section-stats {
overflow: hidden;
}
.stats-wrapper {
padding: 40px 0;
border: solid 1px rgba(0, 0, 0, 0.09);
border-radius: 2px;
}
.stats-wrapper .stat-number {
font-size: 3.4285714286em;
font-weight: 300;
line-height: 1.3em;
text-align: center;
}
.stats-wrapper .stat-desc {
font-family: "Dosis", sans-serif;
font-size: 0.7857142857em;
text-transform: uppercase;
text-align: center;
letter-spacing: 0.2em;
color: #999;
}
.stats-wrapper .stat-desc .stat-title {
font-size: 1.1818181818em;
margin-top: -1px;
}
.home-section-featured {
background: #F7F7F7;
overflow: hidden;
}
.home-section-crowd-funded {
overflow: hidden;
}
.home-section-crowd-funded h3 {
font-family: "Dosis", sans-serif;
font-size: 3.2142857143em;
font-weight: 500;
letter-spacing: 2px;
}
.home-section-ipad {
background: #F7F7F7;
overflow: hidden;
}
.home-section-video {
overflow: hidden;
position: relative;
padding-top: 50%;
}
.home-section-video iframe {
border: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.home-section-shop {
overflow: hidden;
background-image: url("/img/home/grid.jpg");
background-position: top center;
background-attachment: fixed !important;
background-repeat: no-repeat;
background-size: cover;
}
.about-header {
overflow: hidden;
background-image: url("/img/about/about-hero.jpg");
background-position: top center;
background-repeat: no-repeat;
}
.team-header {
overflow: hidden;
background-image: url("/img/team/team-hero.jpg");
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed !important;
color: #FFF;
}
.team-header p {
color: #FFF;
}
.faq-header {
overflow: hidden;
background-image: url("/img/faq/faq-hero.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
.heroes-header {
background-image: url("/img/heroes/hero-header-background.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
overflow: hidden;
}
.error-content {
background-color: #919191;
}
.error-content .error-text {
border: solid 1px #FFF;
}
.error-content .error-text h1 {
font-family: "Dosis", sans-serif;
font-size: 5.142857143em;
margin: 0;
color: #FFF;
letter-spacing: 0.3em;
}
.error-content .error-text p {
color: #FFF;
}
.about-content {
overflow: hidden;
padding: 70px 0;
}
.about-content p {
font-weight: 300;
margin: 0 0 2em 0;
color: #777777;
}
.team-content .team-item .team-item-image {
position: relative;
overflow: hidden;
}
.team-content .team-item .team-item-image img {
width: 100%;
}
.team-content .team-item .team-item-image .team-item-bio {
background: rgba(255, 255, 255, 0.9);
opacity: 0;
transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
position: absolute;
z-index: 2;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.team-content .team-item .team-item-image .team-item-bio:hover {
opacity: 1;
}
.team-content .team-item .team-item-image .team-item-bio p {
position: absolute;
top: 50%;
padding: 0 23px;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
color: #777;
font-size: 1em;
}
.team-content .team-item .team-item-info {
padding-top: 23px;
text-transform: uppercase;
letter-spacing: 0.4em;
}
.team-content .team-item .team-item-info .team-item-name {
font-size: 1.071428571em;
}
.team-content .team-item .team-item-info .team-item-role {
margin-top: 4px;
font-size: 0.857142857em;
color: #AAA;
}
.tallies-content {
overflow: hidden;
padding: 40px 0;
border: solid 1px #E9E9E9;
text-align: center;
}
.tallies-content h3 {
font-size: 3.428571429em;
font-weight: 300;
line-height: 1.3em;
}
.tallies-content p {
color: #999;
font-size: 0.928571429em !important;
font-family: "Dosis", sans-serif;
}
.crowd-funded-content {
overflow: hidden;
color: #FFF;
background: #011E32;
padding: 70px 0;
}
.crowd-funded-content img.img-responsive {
margin: 0 auto;
}
.crowd-funded-content p {
color: #FFF;
}
.ipad-content {
overflow: hidden;
}
.why-content {
overflow: hidden;
background: #0066ac;
color: #FFF;
}
.why-content p {
color: #FFF;
}
.faq-content .panel-group .panel .panel-heading .panel-title a {
display: block;
color: #777;
text-decoration: none;
text-transform: uppercase;
font-size: 0.857142857em;
}
.faq-content .panel-group .panel .panel-collapse .panel-body {
border: none;
}
.faq-content .panel-group .panel .panel-collapse .panel-body blockquote {
font-size: 1em;
}
.faq-content .panel-group .panel .panel-collapse .panel-body ul {
font-size: 1.285714286em;
color: #777;
}
.team-footer {
background: #025E9D;
}
.team-footer p {
color: #FFF;
}
.contact-content .contact-item {
position: relative;
padding-left: 44px;
color: #444;
}
.contact-content .contact-item .contact-item-icon {
position: absolute;
width: 23px;
height: 23px;
top: 10px;
left: 3px;
color: #FFF;
line-height: 23px;
text-align: center;
}
.contact-content .contact-item .contact-item-icon:before {
content: "";
display: inline-block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: #025E9D;
transform: rotate(45deg);
}
.contact-content .contact-item .contact-item-title {
font-size: 0.857142857em;
font-weight: 400;
font-family: "Dosis", sans-serif;
text-transform: uppercase;
color: #777;
letter-spacing: 0.3em;
line-height: 1.6em;
}
.contact-content .contact-item .contact-item-text {
font-size: 1.142857143em;
color: #5F5F5F;
line-height: 1.6em;
}
.progress {
margin: 0;
border-radius: 10px;
}
.progress .progress-bar {
border-radius: 10px;
}
.progress .progress-bar span {
font-family: "Dosis", sans-serif;
font-size: 1.285714286em;
font-weight: 700;
}
.heroes-hero .hero-content {
background: #FFF;
border: solid 1px #E7E7E7;
border-radius: 5px;
}
.heroes-hero .hero-content img {
width: 100%;
}
.heroes-hero .hero-content .hero-name {
font-family: "Dosis", sans-serif;
font-size: 1.285714286em;
font-weight: 500;
}
.heroes-hero .hero-content .hero-name a {
color: inherit;
}
.heroes-hero .hero-content .hero-illness,
.heroes-hero .hero-content .hero-hospital {
font-family: "Dosis", sans-serif;
font-size: 1.142857143em;
}
.heroes-hero .hero-content .hero-progress {
font-family: "Dosis", sans-serif;
}
.hero-content-top .raised-of-goal {
font-family: "Dosis", sans-serif;
font-size: 1.142857143em;
font-weight: 500;
color: #d9534f;
}
.hero-content-top h1 {
margin: 0;
font-family: "Dosis", sans-serif;
font-size: 2.285714286em;
font-weight: 300;
color: #777;
}
.hero-content-top h2 {
margin: 0;
font-family: "Dosis", sans-serif;
font-size: 5.142857143em;
color: #d9534f;
}
.hero-content-top h4 {
margin: 0;
font-size: 1.142857143em;
color: #777;
}
.hero-content-top h6 {
margin: 0;
font-family: "Dosis", sans-serif;
font-size: 1em;
color: #777;
white-space: nowrap;
}
.hero-content-top a.btn {
font-family: "Dosis", sans-serif;
font-size: 1.714285714em;
font-weight: 700;
display: block;
margin-top: 10px;
}
.heroes-closest {
background: #F7F7F7;
}
.hero-bar {
color: #FFF;
}
.hero-bar .hero-bar-inner {
background: rgba(8, 100, 163, 0.9);
color: #FFF;
padding: 0 15px;
height: 72px !important;
}
.hero-bar .hero-bar-inner.affix {
position: fixed;
z-index: 20;
top: 75px;
width: 100%;
}
.hero-bar .hero-bar-inner img {
float: left;
display: inline-block;
height: 72px !important;
margin: 0 10px 0 0;
}
.hero-bar .hero-bar-inner h5 {
margin: 0;
font-size: 1.571428571em;
color: #FFF;
}
.hero-bar .hero-bar-inner p {
color: #FFF;
}
.survey-form label,
.contact-form label,
.nominate-form label,
.checkout-form label,
.login-form label,
#forgotForm label,
#resetForm label,
#accountForm label {
font-size: 1.285714286em;
font-weight: 300;
color: #777;
}
.survey-form .input-group,
.contact-form .input-group,
.nominate-form .input-group,
.checkout-form .input-group,
.login-form .input-group,
#forgotForm .input-group,
#resetForm .input-group,
#accountForm .input-group {
width: 100%;
}
.cart-form .img-thumbnail {
max-width: 32px;
}
.cart-form table thead th {
text-align: center;
}
.cart-form table tbody td {
vertical-align: middle;
}
.cart-form table tbody td a.item-remove {
color: red;
}
.cart-form table tfoot td[rowspan] {
vertical-align: middle;
}
.shop-content h5 {
color: #777;
font-family: "Dosis", sans-serif;
font-weight: 400;
font-size: 1.142857143em;
}
.shop-content .shop-sidebar .shop-sidebar-inner {
max-width: 272px;
}
.shop-content .shop-sidebar .shop-sidebar-inner.affix {
position: fixed !important;
}
.shop-content .shop-sidebar .shop-sidebar-inner h5 {
margin-bottom: 20px;
padding-bottom: 5px;
border-bottom: solid 1px #CCC;
}
.shop-content .shop-sidebar .shop-sidebar-inner a.tag-link,
.shop-content .shop-sidebar .shop-sidebar-inner a.category-link {
display: inline-block;
margin: 0 2px 5px 0;
padding: 5px 7px;
color: #777;
font-size: 0.785714286em;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
border: solid 1px #E9E9E9;
}
.shop-content .shop-sidebar .shop-sidebar-inner a.tag-link:hover,
.shop-content .shop-sidebar .shop-sidebar-inner a.category-link:hover {
color: #000;
border-color: #333;
text-decoration: none;
}
.shop-content .shop-sidebar .shop-sidebar-inner a.tag-link.active,
.shop-content .shop-sidebar .shop-sidebar-inner a.category-link.active {
color: #000;
border-color: #333;
background: #E9E9E9;
}
.shop-content .shop-sidebar .most-popular .row a.product-name {
font-weight: 400;
color: #555 !important;
display: block;
}
.shop-products .shop-product {
color: #777;
}
.shop-products .shop-product a {
transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
color: inherit;
}
.shop-products .shop-product a:hover {
color: #333;
text-decoration: none;
}
.shop-products .shop-product img {
margin: 0 auto;
}
.shop-products .shop-product .product-contribution {
background-color: #d9534f;
color: #FFF;
font-size: 0.928571429em;
font-weight: 500;
max-width: 100%;
}
.shop-products .shop-product .product-name {
text-transform: uppercase;
font-family: "Dosis", sans-serif;
font-size: 1.071428571em;
letter-spacing: 0.2em;
}
.shop-products .shop-product .product-price {
font-size: 1.071428571em;
}
.shop-products .shop-product .product-button {
border-radius: 2px;
background: #E5E5E5;
padding: 6px 15px;
font-size: 0.785714286em;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 2px;
}
.shop-products .shop-product .product-button:hover {
background-color: #CCC;
}
@media print {
.order-content {
font-size: 0.8571428571em;
}
.order-content .col-xs-12 {
width: 50% !important;
float: left !important;
}
.order-content table {
display: block;
}
}
.login-content {
min-height: 500px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.footer-push {
height: 483px;
}
footer {
position: relative;
padding: 40px 0;
background-color: #011E32;
overflow: hidden;
height: 483px;
}
footer .footer-social-links {
padding-bottom: 30px;
}
footer .footer-social-links a {
position: relative;
display: inline-block;
margin: 0 6px;
text-align: center;
width: 25px;
height: 25px;
line-height: 25px;
}
footer .footer-social-links a:before {
content: "";
display: inline-block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
transform: rotate(45deg);
border: solid 1px;
}
footer .footer-text {
color: #FFF;
}
footer .footer-text .footer-copy {
margin-bottom: 5px;
letter-spacing: 0.5em;
text-transform: uppercase;
font-family: 'Dosis', sans-serif;
font-size: 12px;
}
footer .footer-text .footer-made {
font-size: 11px;
}
footer .link-to-top {
color: #FFF;
position: absolute;
bottom: 20px;
right: 20px;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 48px;
transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
footer .link-to-top:hover {
color: #025E9D;
}
p {
font-size: 1.285714286em;
font-weight: 300;
color: #777;
line-height: 1.7em;
}
a:focus {
outline: none;
}
.full-width {
margin: 0 -15px;
}
.full-width .row {
margin: 0;
}
.fileinput-button {
position: relative;
overflow: hidden;
display: inline-block;
}
.fileinput-button input {
position: absolute;
top: 0;
right: 0;
margin: 0;
opacity: 0;
-ms-filter: 'alpha(opacity=0)';
font-size: 200px;
direction: ltr;
cursor: pointer;
}
/* Fixes for IE < 8 */
@media screen\9 {
.fileinput-button input {
filter: alpha(opacity=0);
font-size: 100%;
height: 100%;
}
}
.banner {
font-family: "Dosis", sans-serif;
font-size: 3.214285714em;
font-weight: 400;
letter-spacing: 0.3em;
text-transform: uppercase;
margin-bottom: 30px;
}
.no-over {
overflow: hidden;
}
.gameon-1 {
font-family: brooklynextrabold;
background-image: url("/img/gameon/section-1-bg_1573x668@1x.png");
background-position: center;
background-size: cover;
}
.gameon-1 h1 {
font-size: 11.357142857em;
color: #fff;
opacity: .89;
text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.21);
}
.gameon-1 h3 {
font-size: 4.4285714286em;
color: #fff;
opacity: .89;
text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.21);
}
.gameon-1 a {
box-shadow: 0 0 30px rgba(0, 0, 0, 0.21);
}
.gameon-2 p {
font-family: brooklynmedium;
font-size: 1.4285714286em;
color: #000;
}
.gameon-3 {
background-color: #2c6599;
color: #fff;
}
.gameon-3 h2 {
font-family: brooklynextrabold;
font-size: 3.4285714286em;
}
.gameon-3 p {
font-family: brooklynmedium;
font-size: 1.4285714286em;
color: #fff;
}
.gameon-4 p {
font-family: brooklynmedium;
font-size: 1.4285714286em;
color: #000;
} | 0.544559 | 0.061509 |
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
:root {
--font-color: gray;
--bottom-rule: rgb(182, 182, 182);
--font-size: 1.3em;
}
html {
box-sizing: border-box;
}
*,
*::after,
*::before {
box-sizing: inherit;
padding: 0;
margin: 0;
}
img {
opacity: 0.3;
}
hr {
height: 2px;
width: 100%;
color: var(--bottom-rule);
background-color: var(--bottom-rule);
margin-bottom: 20px;
}
body {
background-color: rgba(175, 175, 175, 0.2);
font-family: 'Roboto Condensed', sans-serif;
font-size: 16px;
}
main {
background-color: #fff;
width: 90%;
max-width: 898px;
margin: 60px auto;
padding: 20px 0;
padding-bottom: 0;
-webkit-box-shadow: 2px 9px 25px -4px rgba(0, 0, 0, 0.77);
box-shadow: 2px 9px 25px -4px rgba(0, 0, 0, 0.77);
overflow-x: hidden;
}
main li {
list-style-type: none;
}
.header__todo h1 {
font-size: var(--font-size);
}
.todo__list__header {
padding-bottom: 15px;
margin-bottom: 10px;
}
.reload {
margin-right: 6px;
opacity: 0.45;
}
.reload:hover {
cursor: pointer;
}
.header__todo {
display: flex;
justify-content: space-between;
align-items: center;
width: 96%;
margin: 0 auto;
color: var(--font-color);
}
.header__todo img {
width: 40px;
height: 40px;
}
.add__list {
border: none;
padding: 20px 0 30px 0;
font-size: var(--font-size);
font-style: italic;
}
form {
display: flex;
justify-content: space-between;
align-items: center;
width: 95%;
margin: 0 auto;
}
.return {
margin-right: 13px;
}
.add__list:focus {
outline: none;
}
.todo__list {
display: flex;
flex-direction: column;
border-bottom: 2px solid var(--bottom-rule);
}
.todo__list li {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
width: 95%;
padding: 10px 0;
margin: 0 auto;
z-index: 4;
}
.todo__list li::before {
content: '';
width: calc(120% + 40px);
height: 2px;
background-color: var(--bottom-rule);
position: absolute;
top: 0;
left: -10%;
}
.color::after {
content: '';
width: 140%;
position: absolute;
top: 0;
left: -10%;
bottom: 0;
background-color: rgba(255, 213, 107, 0.7);
z-index: 1;
}
.check {
position: relative;
display: flex;
gap: 15px;
align-items: center;
margin-top: 10px;
z-index: 10;
width: 100%;
}
.check p {
font-size: 1.1em;
opacity: 0.8;
width: 90%;
}
.three__dots {
background-image: url('./assets/moreDots.svg');
background-repeat: no-repeat;
background-size: cover;
width: 40px;
height: 40px;
opacity: 0.3;
margin-top: 12px;
margin-right: -7px;
z-index: 10;
}
.trash {
background-image: url('./assets/trash.svg');
background-repeat: no-repeat;
background-size: cover;
width: 35px;
height: 35px;
opacity: 0.3;
margin-top: 12px;
margin-right: -7px;
z-index: 10;
}
.three__dots:hover,
.trash:hover {
cursor: move;
opacity: 1;
}
.trash:hover {
cursor: pointer;
}
.footer {
background-color: rgb(245, 245, 245);
height: 80px;
color: var(--font-color);
text-align: center;
}
.footer .h3 {
font-size: 1.3em;
letter-spacing: 1.5px;
opacity: 0.8;
padding: 20px 0;
margin-top: 10px;
text-align: center;
}
.clearMarked:hover {
cursor: pointer;
text-decoration: underline;
color: #000;
opacity: 1;
}
.strike {
text-decoration: line-through;
}
.tagP {
width: 180px;
outline: none;
}
button {
border: none;
background-color: transparent;
} | src/index.css | @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
:root {
--font-color: gray;
--bottom-rule: rgb(182, 182, 182);
--font-size: 1.3em;
}
html {
box-sizing: border-box;
}
*,
*::after,
*::before {
box-sizing: inherit;
padding: 0;
margin: 0;
}
img {
opacity: 0.3;
}
hr {
height: 2px;
width: 100%;
color: var(--bottom-rule);
background-color: var(--bottom-rule);
margin-bottom: 20px;
}
body {
background-color: rgba(175, 175, 175, 0.2);
font-family: 'Roboto Condensed', sans-serif;
font-size: 16px;
}
main {
background-color: #fff;
width: 90%;
max-width: 898px;
margin: 60px auto;
padding: 20px 0;
padding-bottom: 0;
-webkit-box-shadow: 2px 9px 25px -4px rgba(0, 0, 0, 0.77);
box-shadow: 2px 9px 25px -4px rgba(0, 0, 0, 0.77);
overflow-x: hidden;
}
main li {
list-style-type: none;
}
.header__todo h1 {
font-size: var(--font-size);
}
.todo__list__header {
padding-bottom: 15px;
margin-bottom: 10px;
}
.reload {
margin-right: 6px;
opacity: 0.45;
}
.reload:hover {
cursor: pointer;
}
.header__todo {
display: flex;
justify-content: space-between;
align-items: center;
width: 96%;
margin: 0 auto;
color: var(--font-color);
}
.header__todo img {
width: 40px;
height: 40px;
}
.add__list {
border: none;
padding: 20px 0 30px 0;
font-size: var(--font-size);
font-style: italic;
}
form {
display: flex;
justify-content: space-between;
align-items: center;
width: 95%;
margin: 0 auto;
}
.return {
margin-right: 13px;
}
.add__list:focus {
outline: none;
}
.todo__list {
display: flex;
flex-direction: column;
border-bottom: 2px solid var(--bottom-rule);
}
.todo__list li {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
width: 95%;
padding: 10px 0;
margin: 0 auto;
z-index: 4;
}
.todo__list li::before {
content: '';
width: calc(120% + 40px);
height: 2px;
background-color: var(--bottom-rule);
position: absolute;
top: 0;
left: -10%;
}
.color::after {
content: '';
width: 140%;
position: absolute;
top: 0;
left: -10%;
bottom: 0;
background-color: rgba(255, 213, 107, 0.7);
z-index: 1;
}
.check {
position: relative;
display: flex;
gap: 15px;
align-items: center;
margin-top: 10px;
z-index: 10;
width: 100%;
}
.check p {
font-size: 1.1em;
opacity: 0.8;
width: 90%;
}
.three__dots {
background-image: url('./assets/moreDots.svg');
background-repeat: no-repeat;
background-size: cover;
width: 40px;
height: 40px;
opacity: 0.3;
margin-top: 12px;
margin-right: -7px;
z-index: 10;
}
.trash {
background-image: url('./assets/trash.svg');
background-repeat: no-repeat;
background-size: cover;
width: 35px;
height: 35px;
opacity: 0.3;
margin-top: 12px;
margin-right: -7px;
z-index: 10;
}
.three__dots:hover,
.trash:hover {
cursor: move;
opacity: 1;
}
.trash:hover {
cursor: pointer;
}
.footer {
background-color: rgb(245, 245, 245);
height: 80px;
color: var(--font-color);
text-align: center;
}
.footer .h3 {
font-size: 1.3em;
letter-spacing: 1.5px;
opacity: 0.8;
padding: 20px 0;
margin-top: 10px;
text-align: center;
}
.clearMarked:hover {
cursor: pointer;
text-decoration: underline;
color: #000;
opacity: 1;
}
.strike {
text-decoration: line-through;
}
.tagP {
width: 180px;
outline: none;
}
button {
border: none;
background-color: transparent;
} | 0.468061 | 0.105625 |
.searchBar {
align-items: center;
display: flex;
flex-basis: 36px;
justify-content: flex-end;
}
/* Search bar - expanded. */
.searchBar.expanded {
flex-basis: 100%;
}
/**
* Large handset portrait, extra small window
* https://material.io/design/layout/responsive-layout-grid.html#breakpoints
*/
@media screen and (min-width: 480px) {
/* Search bar. */
.searchBar {
margin-left: 32px;
}
/* Search bar - expanded. */
.searchBar.expanded {
flex-basis: 400px;
}
/* Search bar, and expanded. */
.searchBar,
.searchBar.expanded {
transition: flex-basis 300ms ease;
}
}
/**
* Large tablet portrait, large handset landscape, small window.
* https://material.io/design/layout/responsive-layout-grid.html#breakpoints
*/
@media screen and (min-width: 720px) {
/* Search bar. */
.searchBar {
margin-left: 16px;
}
/* Search bar - expanded. */
.searchBar.expanded {
transition: flex-basis 300ms ease 300ms; /* Delay transition to allow navigation item opacity transition to execute first. */
}
}
/**
* Large handset portrait, small handset landscape, extra small window.
* https://material.io/design/layout/responsive-layout-grid.html#breakpoints
*/
@media screen and (min-width: 840px) {
/* Search bar. */
.searchBar {
margin-left: 24px;
}
}
/**
* Large tablet portrait, small tablet landscape, small window.
* https://material.io/design/layout/responsive-layout-grid.html#breakpoints
*/
@media screen and (min-width: 960px) {
/* Search bar. */
.searchBar {
margin-left: 32px;
}
}
/**
* Large tablet portrait, large tablet landscape, medium window.
* https://material.io/design/layout/responsive-layout-grid.html#breakpoints
*/
@media screen and (min-width: 1024px) {
/* Search bar. */
.searchBar {
flex-basis: 200px;
}
}
/**
* Large tablet portrait, large tablet landscape, medium window.
* https://material.io/design/layout/responsive-layout-grid.html#breakpoints
*/
@media screen and (min-width: 1280px) {
/* Search bar. */
.searchBar {
transition: flex-basis 300ms ease 300ms; /* Delay improves access to header links while search bar is open. */
}
/* Search bar - expanded. */
.searchBar.expanded {
transition: flex-basis 300ms ease;
}
} | src/components/site-search/site-search-bar/site-search-bar.module.css | .searchBar {
align-items: center;
display: flex;
flex-basis: 36px;
justify-content: flex-end;
}
/* Search bar - expanded. */
.searchBar.expanded {
flex-basis: 100%;
}
/**
* Large handset portrait, extra small window
* https://material.io/design/layout/responsive-layout-grid.html#breakpoints
*/
@media screen and (min-width: 480px) {
/* Search bar. */
.searchBar {
margin-left: 32px;
}
/* Search bar - expanded. */
.searchBar.expanded {
flex-basis: 400px;
}
/* Search bar, and expanded. */
.searchBar,
.searchBar.expanded {
transition: flex-basis 300ms ease;
}
}
/**
* Large tablet portrait, large handset landscape, small window.
* https://material.io/design/layout/responsive-layout-grid.html#breakpoints
*/
@media screen and (min-width: 720px) {
/* Search bar. */
.searchBar {
margin-left: 16px;
}
/* Search bar - expanded. */
.searchBar.expanded {
transition: flex-basis 300ms ease 300ms; /* Delay transition to allow navigation item opacity transition to execute first. */
}
}
/**
* Large handset portrait, small handset landscape, extra small window.
* https://material.io/design/layout/responsive-layout-grid.html#breakpoints
*/
@media screen and (min-width: 840px) {
/* Search bar. */
.searchBar {
margin-left: 24px;
}
}
/**
* Large tablet portrait, small tablet landscape, small window.
* https://material.io/design/layout/responsive-layout-grid.html#breakpoints
*/
@media screen and (min-width: 960px) {
/* Search bar. */
.searchBar {
margin-left: 32px;
}
}
/**
* Large tablet portrait, large tablet landscape, medium window.
* https://material.io/design/layout/responsive-layout-grid.html#breakpoints
*/
@media screen and (min-width: 1024px) {
/* Search bar. */
.searchBar {
flex-basis: 200px;
}
}
/**
* Large tablet portrait, large tablet landscape, medium window.
* https://material.io/design/layout/responsive-layout-grid.html#breakpoints
*/
@media screen and (min-width: 1280px) {
/* Search bar. */
.searchBar {
transition: flex-basis 300ms ease 300ms; /* Delay improves access to header links while search bar is open. */
}
/* Search bar - expanded. */
.searchBar.expanded {
transition: flex-basis 300ms ease;
}
} | 0.732974 | 0.070144 |
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,700,700i';
/*------------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);
* {
margin:0;
padding:0;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-font-smoothing:antialiased;
-moz-font-smoothing:antialiased;
-o-font-smoothing:antialiased;
font-smoothing:antialiased;
text-rendering:optimizeLegibility;
}
body {
font-family:"Open Sans", Helvetica, Arial, sans-serif;
font-weight:300;
font-size: 12px;
line-height:30px;
color:#777;
background: #ffffff;
}
.container {
max-width:400px;
width:100%;
margin:0 auto;
position:relative;
}
img.iconCss {
width: 20px;
margin: -6px 10px;
}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }
#contact {
background:#F9F9F9;
padding:25px;
margin:10px 0;
}
#contact h3 {
color: #F96;
display: block;
font-size: 30px;
font-weight: 400;
}
#contact h4 {
margin:5px 0 15px;
display:block;
font-size:13px;
}
fieldset {
border: medium none !important;
margin: 0 0 10px;
min-width: 100%;
padding: 0;
width: 100%;
}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
width:100%;
border:1px solid #CCC;
background:#FFF;
margin:0 0 5px;
padding:10px;
}
#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
-webkit-transition:border-color 0.3s ease-in-out;
-moz-transition:border-color 0.3s ease-in-out;
transition:border-color 0.3s ease-in-out;
border:1px solid #AAA;
}
#contact textarea {
height:100px;
max-width:100%;
resize:none;
}
#contact button[type="submit"] {
cursor:pointer;
width:100%;
border:none;
background: #0cadc1;
color:#FFF;
margin:0 0 5px;
padding:10px;
font-size:15px;
}
#contact button[type="submit"]:hover {
background:#09C;
-webkit-transition:background 0.3s ease-in-out;
-moz-transition:background 0.3s ease-in-out;
transition:background-color 0.3s ease-in-out;
}
#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }
#contact input:focus, #contact textarea:focus {
outline:0;
border:1px solid #999;
}
::-webkit-input-placeholder {
color:#888;
}
:-moz-placeholder {
color:#888;
}
::-moz-placeholder {
color:#888;
}
:-ms-input-placeholder {
color:#888;
}
/*------------------------*/
body{
font-family: 'Open Sans', sans-serif; font-size:16px; font-weight:300; color:#555; margin:0; padding:0;
}
#page { max-width: 1200px; margin: 0 auto; position: relative; }
/* Text */
h1{ margin:0 0 1em 0; font-size:4.66em; font-weight: 700; }
h2{ margin:0 0 0.5em 0; font-size:1.6em; font-weight: 700; line-height: 1.1em; }
h3{ margin:0 0 0.5em 0; font-size:1.3em; font-weight: 700; }
h4{ margin:0 0 1.5em 0; font-size:1em; font-weight: 700; }
p{ margin:0 0 1em 0; }
a{ color: #007eff; }
a:visited { color:#65b1ff; }
a.btn { font-size: 1.2em; text-decoration: none; color: #fff; border: 1px solid #fff; padding: 4px 15px; transition: background-color .5s; }
a.myCV { padding: 4px 41px; }
a.btn:hover { background-color: rgba(0,0,0,3);}
/* Header */
header { height: 430px; background: #cf0004 url(../images/banner_Anat_1200.jpg) no-repeat left bottom; position:relative;}
header a.logo {
z-index:1;
position: absolute;
display: block; width: 160px; height: 200px;
background: url(../images/logo_Anat2.svg) no-repeat 0 0; background-size: contain;
top: -49px; left:69px;
}
header div.hero { position: absolute; width: 100%; top: 223px; left: 19%; }
header div.hero h1 { line-height: 1em; margin: 0 0 10px 0; color: white; }
/* Section - All */
section { padding: 0 30px; }
section::after { content:''; display: block; clear: both; }
/* Section - Main*/
section.main { margin-top: 20px; margin-bottom: 30px; padding: 0; }
section.main aside { width:33%; float: left; text-align: center; }
section.main .content { margin: 15px; background: no-repeat center top; background-size: 75px 75px; padding-top: 85px; }
section.main aside h3 a { color:#000; text-decoration: none; }
section.main aside h3 a:hover { text-decoration: underline; }
/* Navigation*/
nav {
background-color: rgba(0,0,0,.65);
position:relative;
padding: 50px 0 0 0;
}
nav::after {content:''; display:block; clear:both; }
nav a.mobile_menu {
width: 32px; height: 32px;
background: url(../images/icon_menu.svg) no-repeat 0 0;
background-size: contain;
position: absolute; top: 22px; left: 50%; margin-left: -16px;
display: none;
}
nav ul { list-style:none; margin:0; padding: 0px; }
nav ul li:hover { background-color: #043c43; }
nav ul li:hover > ul { display:block; }
nav ul li a {
display: inline-block;
color: #fff;
padding: 10px 20px;
text-decoration: none;
width:125px;
position:relative;
}
nav ul li a:visited { color:#fff; }
nav ul li a:hover { background-color: #e39d2b; }
nav ul ul { position:absolute; top: 100%; background-color: #043c43; display: none; }
nav ul ul li { position: relative; }
nav ul ul ul { left:100%; top: 0px; }
/* top-level*/
nav > ul { padding-left:200px; }
nav > ul >li { float: left; }
nav > ul > li > a { width: auto; padding: 10px 20px 15px 20px; }
nav a[aria-haspopup="true"]::after{
content:'';
display:block; width: 0px; height: 0px;
position: absolute;
top: 16px; right: 15px;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-left: 4px solid #fff;
}
nav > ul >li > a[aria-haspopup="true"]::after{
top: 20px; right: auto;
bottom: 6px; top: auto;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
border-top: 4px solid #fff;
}
/*Div - Circle*/
.circleBase {
border-radius: 50%;
behavior: url(PIE.htc); /* remove if you don't care about IE8 */
position: absolute;
display: block;
}
.allCircles {
display: block;
width: 50%;
position: relative;
float: left;
}
.sendToLeft {
float: left !important;
background-color: #fcf5b0;
height: auto !important;
padding-bottom: 105px;
}
.type1 {
z-index: 1;
margin: 50% 28%;
width: 34%;
height: 34%;
background: rgba(166, 166, 166, 0.49);
}
.type2 {
z-index: 2;
width: 38%;
height: 38%;
margin: 7% 26%;
background: rgba(233, 30, 99, 0.25);
}
.type3 {
z-index: 3;
margin: 20% 3%;
width: 47%;
height: 47%;
background: rgba(248, 232, 77, 0.44);
}
.type4 {
z-index: 4;
width: 53%;
height: 53%;
margin: 18% 41%;
background: rgba(12, 173, 193, 0.37);
}
.type5 {
margin: 65% 7%;
width: 7%;
height: 7%;
background: rgba(166, 166, 166, 0.49);
}
.type6 {
margin: 9% 75%;
width: 5%;
height: 5%;
background: rgba(255, 235, 59, 0.45);
}
.type7 {
margin: 8% 87%;
width: 7%;
height: 7%;
background: rgba(233, 30, 99, 0.3);
}
.type8 {
margin: 71% 21%;
width: 4%;
height: 4%;
background: rgba(12, 173, 193, 0.34);
}
.type9 {
margin: 76% 9%;
width: 13%;
height: 13%;
background: rgba(233, 30, 99, 0.35);
}
/*Circles - Hover*/
.type1:hover {
background: #5a5959;
z-index: 7;
color: white;
}
.type2:hover {
background: rgb(233, 30, 99);
z-index: 7;
color: white;
}
.type3:hover {
background: #e39d2b;
z-index: 7;
color: white;
}
.type4:hover {
background-image:url('../images/selfPic.jpg');
background-size: cover;
background-position-y: 60%;
background-repeat: no-repeat;
z-index: 7;
color: white;
}
.type4:hover > h2 {
padding-top: 20%;
}
/*Circle > h2*/
div.circleBase > h2 {
text-align: center;
margin-top: 50%;
}
.circleBase.type2 > h2 {
margin: 20%;
}
.allCircles.sendToLeft > p {
font-size: 14pt;
margin: 20px;
}
.allCircles.sendToLeft > h2 {
font-size: 21pt;
margin: 20px;
}
.allCircles.sendToLeft >ul li {
font-size: 14pt;
margin-left: 20px;
}
.allCircles.sendToLeft > h3 {
margin-left: 20px;
font-size: 16pt;
}
/*Open Doors*/
img.openDoors {
position: absolute;
right: 50px;
margin-top: -191px;
width: 111px;
}
/* Footer */
footer {font-size: .8em; margin: 40px; color: #999; }
footer .content { display:inline; }
footer a { margin-left: 30px; color: #777; }
footer a:visited { color: #777; }
footer a:hover { color: #000; }
/* Media Queries */
@media screen and (max-width: 1000px) {
/* החוקים האלו יעבדו רק כאשר המסך הינו מתחת ל 1000 פקסלים */
h1{ font-size: 3.64em; }
/* Header */
header div.hero { left: 20%; }
header div.hero h1 { margin-bottom: 20px; }
header div.hero a.btn span { display:none; }
header div.hero a.btn::after { content:": Instructional/Web Designer | Animator | UX&UI"; }
/* Section - Atmosphere */
section.atmosphere article { padding-left: 400px; background-size: 375px auto; }
}
@media screen and (max-width: 825px){
h1{ font-size: 3.62em; }
/* Header */
header { height: 300px; background-image: url(../images/banner_Anat_825.jpg); }
header div.hero {top: 163px; left: 20%; }
header div.hero a.btn span { display:none; }
/* Section - Atmosphere */
section.atmosphere article { padding-left: 325px; background-size: 300px auto; }
/* Section - How To */
section.how-to blockquote p.quote { font-size: 1.1em; line-height: 1.2em; }
section.how-to blockquote p.credit { font-size: .85em; }
}
@media screen and (max-width: 760px){
h1 { font-size: 3.05em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.1em; }
a.btn { font-size: 1em }
/* Header */
header a.logo {width: 145px; left: 35px; }
header div.hero {top: 174px; left: 20%; }
header div.hero a.btn span { display: none; }
/* Section - Main */
section.main {margin-top: 10px; margin-bottom: 10px; }
section.main aside div.content {background-size: 55px 55px; padding-top: 60px; }
/* Section - How To */
section.how-to aside div.content img { width: 85%; }
/* Navigation */
/*nav { padding-top: 80px; }*/
nav > ul { padding-left: 120px; }
/*Circle*/
.allCircles {
width: 100%;
}
}
@media screen and (max-width: 625px){
h1 { font-size: 1em; }
h3 { margin-bottom: 0px; }
a.btn { font-size: .9em; margin-left: 169px; }
/* Header */
header {height: auto; min-height:160px; background-image: url(../images/banner_Anat_625.jpg); background-position: left top; }
header a.logo {
height: 150px;
left: 20px;
top: -40px;
}
header div.hero {width: 100%; left: 0px; top: 90px; text-align: center; }
header div.hero h1 { font-size: 1em; margin-bottom: 10px; }
header div.hero a.btn { padding: 2px 30px; font-size: .8em; margin-left: 0px;}
header div.hero a.btn span { display: none; }
/*header div.hero {width: 300px; top: 110px; left: 90px; }
header div.hero h1 { margin-bottom: -20px; }*/
header div.hero a.btn::after { content:''; }
/* Section - Main */
section.main aside {width: 100%; float: none; text-align: left; }
section.main aside div.content {
margin:8px 20px 8px 0;
padding: 5px 0px 10px 85px;
background-size: 50px 50px;
background-position: 20px 5px;
}
/* Section - Atmosphere */
section.atmosphere article { padding: 160px 20px 0px 0px; background-size: 300px auto; min-height: initial; }
/* Section - How-To */
section.how-to aside { width: 100%; float:none; margin: 0; position: relative; }
section.how-to aside div.content {padding: 20px 20px 20px 150px; }
section.how-to aside div.content p { font-size: .9em; }
section.how-to aside div.content img {
display: inline-block;
width: 125px;
position: absolute;
top: 30px; left: 0px;
}
section.how-to blockquote {
margin: 0 20px 0 40px;
width: 90%;
padding: 1px 0px 20px 0px;
position: relative;
}
section.how-to blockquote p.credit {margin-bottom: 0; }
/* Navigation */
nav { padding: 50px 15px 20px 15px; background-color: #043c43; height: 0px; overflow: hidden; }
nav a.mobile_menu { display: block; left: auto; right: 40px; top: 28px; margin-left: 0px; }
nav ul,
nav ul ul,
nav ul ul ul { display:block; position: static; }
nav > ul { padding: 0; }
nav > ul > li { float: none; margin-top: 25px; }
nav ul li:hover { background: none; }
nav ul li a {
width: auto;
display: block;
margin: 8px 10px;
padding: 6px 15px 6px 2px;
border-bottom: 1px solid rgba(255,255,255,.25);
}
nav ul li a:hover { background-color: rgba(255,255,255,.2); }
nav ul ul { background: none; }
nav ul ul li a { margin-left: 30px; }
nav ul ul ul li a { margin-left: 60px; }
nav a[aria-haspopup="true"]::after {display: none; }
/* Footer */
footer div.content { display: block; margin-top: 15px; }
footer div.content a { margin: 0 20px 0 0; }
}
@media screen and (max-width: 425px) {
/* Header */
header {min-height:125px; background-image: url(../images/banner_Anat_425.jpg); background-position: left bottom; background-color: #043c43;}
header a.logo { height: 220px; background-image: url(../images/logo_Anat2_small.svg); top: -79px; }
header div.hero {width: 100%; left: 0px; top: 58px; text-align: center; }
header div.hero h1 { font-size: 1em; margin-bottom: 10px; }
header div.hero a.btn { padding: 2px 30px; font-size: .8em; margin-left: 0px;}
header div.hero a.btn span { display: none; }
/* Section - How To */
section.how-to aside div.content { padding: 140px 20px 20px 0px; }
section.how-to aside div.content img { width: auto; height: 100px; top: 30px; }
section.how-to blockquote { margin: 10px 40px 0 20px;}
/* Top Right Bottom Left*/
/* Nav */
nav { padding-top: 30px; background-color: #043c43; }
nav a.mobile_menu { left:auto; right: 40px; top: 14px; margin-left: 0px; }
/* Footer */
footer::after { content:''; display: block; clear: both; }
footer div.content a{
display: inline-block; margin: 0 0 10px 0;
float: left;
clear: both;
}
} | public/css/screenContactMe.css | @import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,700,700i';
/*------------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);
* {
margin:0;
padding:0;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-font-smoothing:antialiased;
-moz-font-smoothing:antialiased;
-o-font-smoothing:antialiased;
font-smoothing:antialiased;
text-rendering:optimizeLegibility;
}
body {
font-family:"Open Sans", Helvetica, Arial, sans-serif;
font-weight:300;
font-size: 12px;
line-height:30px;
color:#777;
background: #ffffff;
}
.container {
max-width:400px;
width:100%;
margin:0 auto;
position:relative;
}
img.iconCss {
width: 20px;
margin: -6px 10px;
}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }
#contact {
background:#F9F9F9;
padding:25px;
margin:10px 0;
}
#contact h3 {
color: #F96;
display: block;
font-size: 30px;
font-weight: 400;
}
#contact h4 {
margin:5px 0 15px;
display:block;
font-size:13px;
}
fieldset {
border: medium none !important;
margin: 0 0 10px;
min-width: 100%;
padding: 0;
width: 100%;
}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
width:100%;
border:1px solid #CCC;
background:#FFF;
margin:0 0 5px;
padding:10px;
}
#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
-webkit-transition:border-color 0.3s ease-in-out;
-moz-transition:border-color 0.3s ease-in-out;
transition:border-color 0.3s ease-in-out;
border:1px solid #AAA;
}
#contact textarea {
height:100px;
max-width:100%;
resize:none;
}
#contact button[type="submit"] {
cursor:pointer;
width:100%;
border:none;
background: #0cadc1;
color:#FFF;
margin:0 0 5px;
padding:10px;
font-size:15px;
}
#contact button[type="submit"]:hover {
background:#09C;
-webkit-transition:background 0.3s ease-in-out;
-moz-transition:background 0.3s ease-in-out;
transition:background-color 0.3s ease-in-out;
}
#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }
#contact input:focus, #contact textarea:focus {
outline:0;
border:1px solid #999;
}
::-webkit-input-placeholder {
color:#888;
}
:-moz-placeholder {
color:#888;
}
::-moz-placeholder {
color:#888;
}
:-ms-input-placeholder {
color:#888;
}
/*------------------------*/
body{
font-family: 'Open Sans', sans-serif; font-size:16px; font-weight:300; color:#555; margin:0; padding:0;
}
#page { max-width: 1200px; margin: 0 auto; position: relative; }
/* Text */
h1{ margin:0 0 1em 0; font-size:4.66em; font-weight: 700; }
h2{ margin:0 0 0.5em 0; font-size:1.6em; font-weight: 700; line-height: 1.1em; }
h3{ margin:0 0 0.5em 0; font-size:1.3em; font-weight: 700; }
h4{ margin:0 0 1.5em 0; font-size:1em; font-weight: 700; }
p{ margin:0 0 1em 0; }
a{ color: #007eff; }
a:visited { color:#65b1ff; }
a.btn { font-size: 1.2em; text-decoration: none; color: #fff; border: 1px solid #fff; padding: 4px 15px; transition: background-color .5s; }
a.myCV { padding: 4px 41px; }
a.btn:hover { background-color: rgba(0,0,0,3);}
/* Header */
header { height: 430px; background: #cf0004 url(../images/banner_Anat_1200.jpg) no-repeat left bottom; position:relative;}
header a.logo {
z-index:1;
position: absolute;
display: block; width: 160px; height: 200px;
background: url(../images/logo_Anat2.svg) no-repeat 0 0; background-size: contain;
top: -49px; left:69px;
}
header div.hero { position: absolute; width: 100%; top: 223px; left: 19%; }
header div.hero h1 { line-height: 1em; margin: 0 0 10px 0; color: white; }
/* Section - All */
section { padding: 0 30px; }
section::after { content:''; display: block; clear: both; }
/* Section - Main*/
section.main { margin-top: 20px; margin-bottom: 30px; padding: 0; }
section.main aside { width:33%; float: left; text-align: center; }
section.main .content { margin: 15px; background: no-repeat center top; background-size: 75px 75px; padding-top: 85px; }
section.main aside h3 a { color:#000; text-decoration: none; }
section.main aside h3 a:hover { text-decoration: underline; }
/* Navigation*/
nav {
background-color: rgba(0,0,0,.65);
position:relative;
padding: 50px 0 0 0;
}
nav::after {content:''; display:block; clear:both; }
nav a.mobile_menu {
width: 32px; height: 32px;
background: url(../images/icon_menu.svg) no-repeat 0 0;
background-size: contain;
position: absolute; top: 22px; left: 50%; margin-left: -16px;
display: none;
}
nav ul { list-style:none; margin:0; padding: 0px; }
nav ul li:hover { background-color: #043c43; }
nav ul li:hover > ul { display:block; }
nav ul li a {
display: inline-block;
color: #fff;
padding: 10px 20px;
text-decoration: none;
width:125px;
position:relative;
}
nav ul li a:visited { color:#fff; }
nav ul li a:hover { background-color: #e39d2b; }
nav ul ul { position:absolute; top: 100%; background-color: #043c43; display: none; }
nav ul ul li { position: relative; }
nav ul ul ul { left:100%; top: 0px; }
/* top-level*/
nav > ul { padding-left:200px; }
nav > ul >li { float: left; }
nav > ul > li > a { width: auto; padding: 10px 20px 15px 20px; }
nav a[aria-haspopup="true"]::after{
content:'';
display:block; width: 0px; height: 0px;
position: absolute;
top: 16px; right: 15px;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-left: 4px solid #fff;
}
nav > ul >li > a[aria-haspopup="true"]::after{
top: 20px; right: auto;
bottom: 6px; top: auto;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
border-top: 4px solid #fff;
}
/*Div - Circle*/
.circleBase {
border-radius: 50%;
behavior: url(PIE.htc); /* remove if you don't care about IE8 */
position: absolute;
display: block;
}
.allCircles {
display: block;
width: 50%;
position: relative;
float: left;
}
.sendToLeft {
float: left !important;
background-color: #fcf5b0;
height: auto !important;
padding-bottom: 105px;
}
.type1 {
z-index: 1;
margin: 50% 28%;
width: 34%;
height: 34%;
background: rgba(166, 166, 166, 0.49);
}
.type2 {
z-index: 2;
width: 38%;
height: 38%;
margin: 7% 26%;
background: rgba(233, 30, 99, 0.25);
}
.type3 {
z-index: 3;
margin: 20% 3%;
width: 47%;
height: 47%;
background: rgba(248, 232, 77, 0.44);
}
.type4 {
z-index: 4;
width: 53%;
height: 53%;
margin: 18% 41%;
background: rgba(12, 173, 193, 0.37);
}
.type5 {
margin: 65% 7%;
width: 7%;
height: 7%;
background: rgba(166, 166, 166, 0.49);
}
.type6 {
margin: 9% 75%;
width: 5%;
height: 5%;
background: rgba(255, 235, 59, 0.45);
}
.type7 {
margin: 8% 87%;
width: 7%;
height: 7%;
background: rgba(233, 30, 99, 0.3);
}
.type8 {
margin: 71% 21%;
width: 4%;
height: 4%;
background: rgba(12, 173, 193, 0.34);
}
.type9 {
margin: 76% 9%;
width: 13%;
height: 13%;
background: rgba(233, 30, 99, 0.35);
}
/*Circles - Hover*/
.type1:hover {
background: #5a5959;
z-index: 7;
color: white;
}
.type2:hover {
background: rgb(233, 30, 99);
z-index: 7;
color: white;
}
.type3:hover {
background: #e39d2b;
z-index: 7;
color: white;
}
.type4:hover {
background-image:url('../images/selfPic.jpg');
background-size: cover;
background-position-y: 60%;
background-repeat: no-repeat;
z-index: 7;
color: white;
}
.type4:hover > h2 {
padding-top: 20%;
}
/*Circle > h2*/
div.circleBase > h2 {
text-align: center;
margin-top: 50%;
}
.circleBase.type2 > h2 {
margin: 20%;
}
.allCircles.sendToLeft > p {
font-size: 14pt;
margin: 20px;
}
.allCircles.sendToLeft > h2 {
font-size: 21pt;
margin: 20px;
}
.allCircles.sendToLeft >ul li {
font-size: 14pt;
margin-left: 20px;
}
.allCircles.sendToLeft > h3 {
margin-left: 20px;
font-size: 16pt;
}
/*Open Doors*/
img.openDoors {
position: absolute;
right: 50px;
margin-top: -191px;
width: 111px;
}
/* Footer */
footer {font-size: .8em; margin: 40px; color: #999; }
footer .content { display:inline; }
footer a { margin-left: 30px; color: #777; }
footer a:visited { color: #777; }
footer a:hover { color: #000; }
/* Media Queries */
@media screen and (max-width: 1000px) {
/* החוקים האלו יעבדו רק כאשר המסך הינו מתחת ל 1000 פקסלים */
h1{ font-size: 3.64em; }
/* Header */
header div.hero { left: 20%; }
header div.hero h1 { margin-bottom: 20px; }
header div.hero a.btn span { display:none; }
header div.hero a.btn::after { content:": Instructional/Web Designer | Animator | UX&UI"; }
/* Section - Atmosphere */
section.atmosphere article { padding-left: 400px; background-size: 375px auto; }
}
@media screen and (max-width: 825px){
h1{ font-size: 3.62em; }
/* Header */
header { height: 300px; background-image: url(../images/banner_Anat_825.jpg); }
header div.hero {top: 163px; left: 20%; }
header div.hero a.btn span { display:none; }
/* Section - Atmosphere */
section.atmosphere article { padding-left: 325px; background-size: 300px auto; }
/* Section - How To */
section.how-to blockquote p.quote { font-size: 1.1em; line-height: 1.2em; }
section.how-to blockquote p.credit { font-size: .85em; }
}
@media screen and (max-width: 760px){
h1 { font-size: 3.05em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.1em; }
a.btn { font-size: 1em }
/* Header */
header a.logo {width: 145px; left: 35px; }
header div.hero {top: 174px; left: 20%; }
header div.hero a.btn span { display: none; }
/* Section - Main */
section.main {margin-top: 10px; margin-bottom: 10px; }
section.main aside div.content {background-size: 55px 55px; padding-top: 60px; }
/* Section - How To */
section.how-to aside div.content img { width: 85%; }
/* Navigation */
/*nav { padding-top: 80px; }*/
nav > ul { padding-left: 120px; }
/*Circle*/
.allCircles {
width: 100%;
}
}
@media screen and (max-width: 625px){
h1 { font-size: 1em; }
h3 { margin-bottom: 0px; }
a.btn { font-size: .9em; margin-left: 169px; }
/* Header */
header {height: auto; min-height:160px; background-image: url(../images/banner_Anat_625.jpg); background-position: left top; }
header a.logo {
height: 150px;
left: 20px;
top: -40px;
}
header div.hero {width: 100%; left: 0px; top: 90px; text-align: center; }
header div.hero h1 { font-size: 1em; margin-bottom: 10px; }
header div.hero a.btn { padding: 2px 30px; font-size: .8em; margin-left: 0px;}
header div.hero a.btn span { display: none; }
/*header div.hero {width: 300px; top: 110px; left: 90px; }
header div.hero h1 { margin-bottom: -20px; }*/
header div.hero a.btn::after { content:''; }
/* Section - Main */
section.main aside {width: 100%; float: none; text-align: left; }
section.main aside div.content {
margin:8px 20px 8px 0;
padding: 5px 0px 10px 85px;
background-size: 50px 50px;
background-position: 20px 5px;
}
/* Section - Atmosphere */
section.atmosphere article { padding: 160px 20px 0px 0px; background-size: 300px auto; min-height: initial; }
/* Section - How-To */
section.how-to aside { width: 100%; float:none; margin: 0; position: relative; }
section.how-to aside div.content {padding: 20px 20px 20px 150px; }
section.how-to aside div.content p { font-size: .9em; }
section.how-to aside div.content img {
display: inline-block;
width: 125px;
position: absolute;
top: 30px; left: 0px;
}
section.how-to blockquote {
margin: 0 20px 0 40px;
width: 90%;
padding: 1px 0px 20px 0px;
position: relative;
}
section.how-to blockquote p.credit {margin-bottom: 0; }
/* Navigation */
nav { padding: 50px 15px 20px 15px; background-color: #043c43; height: 0px; overflow: hidden; }
nav a.mobile_menu { display: block; left: auto; right: 40px; top: 28px; margin-left: 0px; }
nav ul,
nav ul ul,
nav ul ul ul { display:block; position: static; }
nav > ul { padding: 0; }
nav > ul > li { float: none; margin-top: 25px; }
nav ul li:hover { background: none; }
nav ul li a {
width: auto;
display: block;
margin: 8px 10px;
padding: 6px 15px 6px 2px;
border-bottom: 1px solid rgba(255,255,255,.25);
}
nav ul li a:hover { background-color: rgba(255,255,255,.2); }
nav ul ul { background: none; }
nav ul ul li a { margin-left: 30px; }
nav ul ul ul li a { margin-left: 60px; }
nav a[aria-haspopup="true"]::after {display: none; }
/* Footer */
footer div.content { display: block; margin-top: 15px; }
footer div.content a { margin: 0 20px 0 0; }
}
@media screen and (max-width: 425px) {
/* Header */
header {min-height:125px; background-image: url(../images/banner_Anat_425.jpg); background-position: left bottom; background-color: #043c43;}
header a.logo { height: 220px; background-image: url(../images/logo_Anat2_small.svg); top: -79px; }
header div.hero {width: 100%; left: 0px; top: 58px; text-align: center; }
header div.hero h1 { font-size: 1em; margin-bottom: 10px; }
header div.hero a.btn { padding: 2px 30px; font-size: .8em; margin-left: 0px;}
header div.hero a.btn span { display: none; }
/* Section - How To */
section.how-to aside div.content { padding: 140px 20px 20px 0px; }
section.how-to aside div.content img { width: auto; height: 100px; top: 30px; }
section.how-to blockquote { margin: 10px 40px 0 20px;}
/* Top Right Bottom Left*/
/* Nav */
nav { padding-top: 30px; background-color: #043c43; }
nav a.mobile_menu { left:auto; right: 40px; top: 14px; margin-left: 0px; }
/* Footer */
footer::after { content:''; display: block; clear: both; }
footer div.content a{
display: inline-block; margin: 0 0 10px 0;
float: left;
clear: both;
}
} | 0.278453 | 0.081447 |
._2O84H, ._3Aa1y, ._22PcK {
display: none !important;
}
._2NwAr {
flex: none !important;
}
.i5ly3 {
/* THUMBS - LEFT SIDE */
width: 80px !important;
}
.VOr2j {
/* COUNT MESSAGE */
position: absolute;
right: 5px;
z-index: 1000;
bottom: 5px;
}
/* Inner content */
._2AuNk {
}
._36Q2N {
min-width: 10px !important;
}
/* scrollbar */
._3jNGW {}
/* Background-tab*/
._3Pwfx {
background: #343434 !important;
}
._3Pwfx._1GGbM {
/* selected */
/* background: #1e252b !important; */
}
/* selected */
._22mTQ {
}
/* fix the selected radius outline */
._15OLJ {
display: none !important;
}
._1l12d {
border-radius: 0;
background: transparent !important;
overflow: auto !important;
/* box-shadow: 0px 0px 10px rgb(5, 161, 176); */
}
._1MZWu [aria-selected="true"] ._1l12d {
box-shadow: 0px 0px 5px 2px rgb(5, 161, 176);
}
._1l12d img {
/* box-shadow: 0px 0px 4px green !important; */
}
/*------------------------------
TOP-PANE
------------------------------*/
._1UuMR {
background: #343434 !important;
}
._1UuMR * {
color:lightgray !important;
}
/*------------------------------
scrollbar
------------------------------*/
._3Xjbn {
/* background: #423c3c !important; */
}
._3jNGW {
background: #423c3c !important;
}
/*------------------------------
CHAT - WINDOW
------------------------------*/
/* chat-background */
._26MUt {
background: #2c3238 !important;
background: #444444 !important;
background: #2b2b2b !important;
/* background: antiquewhite !important; */
}
/* ._3N37N { */
/* MESSAGE-IN */
.message-in ._3N37N {
color: #6f6f6f !important;
color: #7e8e7e !important;
color: #5c6567 !important;
color: #748386 !important;
}
.message-in ._2XJpe {
background-color: #6f6f6f !important;
background-color: #7e8e7e !important;
background-color: #748386 !important;
background-color: #7c9499 !important;
}
.message-in ._2XJpe * {
color:lightgray !important;
color:#EFEFEF !important;
}
/* MESSAGE-OUT */
.message-out ._3N37N {
color: #323232 !important;
color: #5c6567 !important;
color: #566669 !important;
}
.message-out ._2XJpe {
background-color: #323232 !important;
background-color: #5c6567 !important;
background-color: #566669 !important;
}
.message-out ._2XJpe * {
color:lightgray !important;
/* color:#EFEFEF !important; */
}
/*------------------------------
TITLE
------------------------------*/ | src/inject/inject-dark-theme.css | ._2O84H, ._3Aa1y, ._22PcK {
display: none !important;
}
._2NwAr {
flex: none !important;
}
.i5ly3 {
/* THUMBS - LEFT SIDE */
width: 80px !important;
}
.VOr2j {
/* COUNT MESSAGE */
position: absolute;
right: 5px;
z-index: 1000;
bottom: 5px;
}
/* Inner content */
._2AuNk {
}
._36Q2N {
min-width: 10px !important;
}
/* scrollbar */
._3jNGW {}
/* Background-tab*/
._3Pwfx {
background: #343434 !important;
}
._3Pwfx._1GGbM {
/* selected */
/* background: #1e252b !important; */
}
/* selected */
._22mTQ {
}
/* fix the selected radius outline */
._15OLJ {
display: none !important;
}
._1l12d {
border-radius: 0;
background: transparent !important;
overflow: auto !important;
/* box-shadow: 0px 0px 10px rgb(5, 161, 176); */
}
._1MZWu [aria-selected="true"] ._1l12d {
box-shadow: 0px 0px 5px 2px rgb(5, 161, 176);
}
._1l12d img {
/* box-shadow: 0px 0px 4px green !important; */
}
/*------------------------------
TOP-PANE
------------------------------*/
._1UuMR {
background: #343434 !important;
}
._1UuMR * {
color:lightgray !important;
}
/*------------------------------
scrollbar
------------------------------*/
._3Xjbn {
/* background: #423c3c !important; */
}
._3jNGW {
background: #423c3c !important;
}
/*------------------------------
CHAT - WINDOW
------------------------------*/
/* chat-background */
._26MUt {
background: #2c3238 !important;
background: #444444 !important;
background: #2b2b2b !important;
/* background: antiquewhite !important; */
}
/* ._3N37N { */
/* MESSAGE-IN */
.message-in ._3N37N {
color: #6f6f6f !important;
color: #7e8e7e !important;
color: #5c6567 !important;
color: #748386 !important;
}
.message-in ._2XJpe {
background-color: #6f6f6f !important;
background-color: #7e8e7e !important;
background-color: #748386 !important;
background-color: #7c9499 !important;
}
.message-in ._2XJpe * {
color:lightgray !important;
color:#EFEFEF !important;
}
/* MESSAGE-OUT */
.message-out ._3N37N {
color: #323232 !important;
color: #5c6567 !important;
color: #566669 !important;
}
.message-out ._2XJpe {
background-color: #323232 !important;
background-color: #5c6567 !important;
background-color: #566669 !important;
}
.message-out ._2XJpe * {
color:lightgray !important;
/* color:#EFEFEF !important; */
}
/*------------------------------
TITLE
------------------------------*/ | 0.283583 | 0.110543 |
Style List
* Reset
-----------------------------------------*/
/* --------------------------------------
Reset
-----------------------------------------*/
/* @font-face {
font-family: elevation;
src: url(../fonts/elevation.ttf);
}
*/
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800');
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 {
font-size: 100%;
font-weight: inherit;
font-style: inherit;
vertical-align: baseline;
margin: 0;
padding: 0;
border: 0;
outline: 0;
background: transparent;
font-family: 'Raleway', sans-serif;
list-style:none;
}
.select2-container, .select2-container span, .select2-results, .select2-results ul, .select2-results ul li {
-webkit-transition: 0s;
transition: 0s;
}
html,
body {
height: 100%
}
body {
padding:0;
margin:0;
overflow-x:hidden;
background-color:#fff;
color:#082842;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
a {
color:#082842;
}
a:focus,a:hover , a {
text-decoration: none;
outline: 0 solid;
color:#082842;
}
img {
max-width:100%;
height: auto;
}
.table {
margin:0;
}
table a {
color: #0d9b49;
}
table a i {
font-size: 14px !important;
}
thead {
background: #ecf0f1;
}
thead tr th, tbody tr td, tbody tr th {
font-size: 10px;
font-weight: 600;
}
p.all-job-style>a {
color: #1e9b49;
}
input:focus {
border: transparent;
}
:focus {outline:0;}
.login-freelancer-profile-setting-sidebar-area.overflow-fix {
max-width: 245px;
top: 35px !important;
}
.table-bordered thead th, .table-bordered thead td {
border-bottom-width: 1px;
}
.padding-o {
padding:0;
}
.padding-to {
padding:20px;
}
.margin-o {
margin:0;
}
.margin-to {
margin:20px;
}
.padding-ioo {
padding:100px 0;
}
.padding-vo {
padding:50px 0;
}
.position-relative{
position:relative;
}
.overflow-fix {
float:left;
width:100%;
height:auto;
}
.silmple-btn a {
border: 1px solid #003A6F;
padding: 10px 30px;
color: #fff;
display: table;
margin: 0 auto;
}
.css-perallax-bg {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
.bg-overlay-dark:before {
background-color:rgba(0, 0, 0, 0.5);
content: "";
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
}
/* text */
span.green-text {
color: #0d9b49;
}
span.yalo-text {
color: #ffaa00;
}
span.red-text {
color: #ff0000;
}
/*projec serach css*/
section.section-title-new.overflow-fix {
padding: 30px 0;
text-align: center;
font-size: 20px;
background: #ECF0F1;
padding-bottom: 0;
}
/* Full Screen Section */
.full-hight-main-area, .full-hight-area, .full-hight-area div {
height: 100%;
}
.full-hight-table {
display: table;
}
.full-hight-tablecell {
display: table-cell;
vertical-align: middle;
}
.full-hight-tablecell, .full-hight-tablecell div {
height: auto;
}
/* Section Title */
.section-title-heading h2 {
font-size: 48px;
color: #fff;
font-family: motoroil;
text-transform: uppercase;
margin-bottom: 5px;
}
.section-title-content {
color: #fff;
font-family: elevation;
margin-top: 15px;
}
/* Input Number */
.quantity {
position: relative;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
-webkit-appearance: none;
margin: 0;
}
input[type=number]
{
-moz-appearance: textfield;
}
.quantity input {
width: 45px;
height: 42px;
line-height: 1.65;
float: left;
display: block;
padding: 0;
margin: 0;
padding-left: 20px;
border: 1px solid #eee;
}
.quantity input:focus {
outline: 0;
}
.quantity-nav {
float: left;
position: relative;
height: 27px;
}
.quantity-button i {
font-size: 6px;
}
.quantity-button {
position: relative;
cursor: pointer;
border-left: 1px solid #eee;
width: 20px;
text-align: center;
color: #0d9b49;
font-size: 9px;
font-family: "Trebuchet MS", Helvetica, sans-serif !important;
line-height: 1.7;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.quantity-button.quantity-up {
position: absolute;
height: 50%;
top: 0;
border-bottom: 1px solid #eee;
}
.quantity-button.quantity-down {
position: absolute;
bottom: -1px;
height: 50%;
}
/* Ui slider */
.irs {
height: 45px;
}
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
background: red;
}
.irs-line,
.irs-bar,
.irs-bar-edge {
height: 6px;
}
.irs-line {
background: #E6E6E4;
border-radius: 2px;
margin-left: 5px;
margin-right: 5px;
}
.irs-bar,
.irs-bar-edge {
background: #0d9b49;
top: 0;
border-radius: 2px;
}
.irs-bar-edge {
width: 0px;
}
.irs-from,
.irs-to,
.irs-single,
.irs-min,
.irs-max {
color: #fff;
top: 20px;
font-size: 0.875rem;
}
.irs-slider {
width: 13px;
height: 13px;
top: -4px;
background: #fff;
cursor: pointer;
border-radius: 50%;
box-shadow: 0px 0px 1px 0px;
}
/* Button */
.grren-btn {
background: #0d9b49;
color: #fff;
text-transform: uppercase;
height: 32px;
display: block;
margin: 0 auto;
line-height: 30px;
font-weight: 600;
font-size: 13px;
border-radius: 30px;
box-shadow: 0px 2px 0px #08622e;
text-align: center;
border: 1px solid #0d9b49;
cursor: pointer;
}
.content-bg {
background: #ecf0f1;
padding: 10px 10px;
padding-top: 25px;
padding-bottom: 50px;
border-top: 1px solid #acacac38;
}
.page-highlight {
font-size: 18px;
font-weight: 600;
margin-bottom: 20px;
letter-spacing: 2px;
}
.box-white-bg {
background: #fff;
box-shadow: 0px 0px 5px 0px #0000002e;
}
.post-dropdwon-title-area {
margin-bottom: 20px;
}
.post-button a {
width: 120px;
font-size: 11px;
}
/* Dropdown */
.dropdown-menu {
padding: 10px;
border-radius: 0;
padding-bottom: 5px;
}
.dropdown-menu:before {
background: #fff;
width: 10px;
height: 10px;
content: "";
display: block;
position: absolute;
top: -6px;
left: 20px;
border: 1px solid rgba(0, 0, 0, 0.15);
transform: rotate(45deg);
border-bottom: 0;
border-right: 0;
}
.dropdown-item.active, .dropdown-item:focus, .dropdown-item:hover {
background: #0d9b49;
color:#fff;
}
.dropdown-item {
line-height: 15px !important;
font-size: 10px !important;
padding: 5px 5px !important;
}
/* Cehck box */
.custom-control-description {
font-size: 11px;
margin-left: 5px;
letter-spacing: 1px;
text-transform: initial;
font-weight: 600;
cursor: pointer
}
.custom-control-input:checked ~ .custom-control-indicator {
background: #0d9b49;
border: 1px solid #fff;
box-shadow: 0px 0px 0px 1px #0d9b49 ;
}
.custom-control-indicator {
width: 14px !important;
height: 14px !important;
}
.custom-checkbox .custom-control-indicator {
box-shadow: 0px 0px 0px 1px #0d9b49;
border-radius: 0;
background: transparent;
padding: 0;
margin: 0;
}
/* Bootstrap tag button */
.bootstrap-tagsinput {
padding: 0;
margin: 0;
border: 0;
width:100%;
box-shadow: none;
}
.bootstrap-tagsinput input {
margin: 0;
border: 1px solid #e1e1e1;
float: left !important;
max-width: 100% !important;
margin-top: 5px;
}
.bootstrap-tagsinput .tag {
color: #fff !important;
font-size: 10px;
font-weight: 700;
margin-right: 3px !important;
background: #0d9b49;
padding: 2px 4px;
border-radius: 2px;
float: left;
display: block;
margin-bottom:3px;
}
/* Filde upload name close css */
#file-upload-name {
margin-top: 45px;
}
.file-remove-icon {
font-size: 11px;
background: #0d9b49;
color: #fff;
float: left;
width: auto;
display: block;
padding: 5px 10px;
border-right: 1px solid #fff;
border-radius: 2px;
}
.file-remove-icon b {
margin-left: 5px;
cursor: pointer;
}
/* switch Button */
.new-switch {
position: relative;
text-align: center;
display: inline-block;
vertical-align: top;
width: 87px;
height: 24px;
padding: 3px;
background-color: white;
border-radius: 12px;
cursor: pointer;
}
.new-switch .switch-input {
position: absolute;
top: 0;
left: 0;
opacity: 0;
}
.new-switch .switch-label {
position: relative;
display: block;
height: inherit;
font-size: 10px;
text-transform: uppercase;
background: #0d9b49;
border-radius: inherit;
-webkit-transition: 0.15s ease-out;
-moz-transition: 0.15s ease-out;
-o-transition: 0.15s ease-out;
transition: 0.15s ease-out;
-webkit-transition-property: opacity background;
-moz-transition-property: opacity background;
-o-transition-property: opacity background;
transition-property: opacity background;
color:#fff;
}
.new-switch .switch-label:before, .new-switch .switch-label:after {
position: absolute;
top: 50%;
margin-top: -.5em;
line-height: 1;
-webkit-transition: inherit;
-moz-transition: inherit;
-o-transition: inherit;
transition: inherit;
}
.new-switch .switch-label:before {
content: attr(data-off);
right: 18px;
color: #fff;
}
.new-switch .switch-label:after {
content: attr(data-on);
left: 11px;
color: white;
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
opacity: 0;
}
.new-switch .switch-input:checked ~ .switch-label {
background: #dfe0e2;
}
.new-switch .switch-input:checked ~ .switch-label:before {
opacity: 0;
}
.new-switch .switch-input:checked ~ .switch-label:after {
opacity: 1;
}
.new-switch .switch-handle {
position: absolute;
top: 1px;
left: 0px;
width: 27px;
height: 27px;
background: white;
border-radius: 50%;
-webkit-transition: left 0.15s ease-out;
-moz-transition: left 0.15s ease-out;
-o-transition: left 0.15s ease-out;
transition: left 0.15s ease-out;
box-shadow: 0px 0px 2px 0px #000000a6;
}
.new-switch .switch-input:checked ~ .switch-handle {
left: 62px;
}
.switch-green > .switch-input:checked ~ .switch-label {
background: #50bd5c;
}
/* Rating */
.give-feedback-content .stars {
background: url(../images/ratig.png) repeat-x 0 0;
width: 150px;
margin: 0 auto;
}
.ie7 .give-feedback-content .stars {
*zoom: 1;
}
.give-feedback-content .stars:before,
.give-feedback-content .stars:after {
display: table;
content: "";
}
.give-feedback-content .stars:after {
clear: both;
}
.give-feedback-content .stars input[type="radio"] {
position: absolute;
opacity: 0;
filter: alpha(opacity=0);
}
.give-feedback-content .stars input[type="radio"].star-5:checked ~ span {
width: 100%;
}
.give-feedback-content .stars input[type="radio"].star-4:checked ~ span {
width: 80%;
}
.give-feedback-content .stars input[type="radio"].star-3:checked ~ span {
width: 60%;
}
.give-feedback-content .stars input[type="radio"].star-2:checked ~ span {
width: 40%;
}
.give-feedback-content .stars input[type="radio"].star-1:checked ~ span {
width: 20%;
}
.give-feedback-content .stars label {
display: block;
width: 30px;
height: 30px;
margin: 0!important;
padding: 0!important;
text-indent: -999em;
float: left;
position: relative;
z-index: 10;
background: transparent!important;
cursor: pointer;
}
.give-feedback-content .stars label:hover ~ span {
background-position: 0 -30px;
}
.give-feedback-content .stars label.star-5:hover ~ span {
width: 100% !important;
}
.give-feedback-content .stars label.star-4:hover ~ span {
width: 80% !important;
}
.give-feedback-content .stars label.star-3:hover ~ span {
width: 60% !important;
}
.give-feedback-content .stars label.star-2:hover ~ span {
width: 40% !important;
}
.give-feedback-content .stars label.star-1:hover ~ span {
width: 20% !important;
}
.give-feedback-content .stars span {
display: block;
width: 0;
position: relative;
top: 0;
left: 0;
height: 30px;
background: url(../images/ratig.png) repeat-x 0 -60px;
-webkit-transition: -webkit-width 0.5s;
-moz-transition: -moz-width 0.5s;
-ms-transition: -ms-width 0.5s;
-o-transition: -o-width 0.5s;
transition: width 0.5s;
}
.give-feedback-content h2 {
text-align: center;
font-size: 13px;
font-weight: 600;
}
.stars {
margin: 0 auto;
float: none;
}
.daynamic-rating {
margin-top: 10px;
margin-bottom: 15px;
}
.give-feedback-text textarea {
width: 100%;
float: left;
border: 1px solid #0d9b49;
padding: 10px;
border-radius: 2px;
height: 80px;
font-size: 11px;
}
.give-feedback-button button {
background: #0d9b49;
color: #fff;
text-transform: uppercase;
height: 32px;
display: block;
margin: 0 auto;
line-height: 30px;
font-weight: 600;
font-size: 12px;
border-radius: 3px;
text-align: center;
border: 1px solid #0d9b49;
cursor: pointer;
width: 100%;
}
/* Menu */
.main-header-area {
padding: 25px 0;
}
.header-logo img {
max-width: 190px;
}
.right-menu ul {
list-style: outside none;
text-align: right;
}
.right-menu ul li {
display: inline-block;
height: 50px;
}
.right-menu ul li:hover a i, .right-menu ul li:hover a, .right-menu ul li.active a{
color:#0d9b49;
}
.right-menu ul li a {
font-size: 11px;
text-transform: uppercase;
font-weight: 500;
line-height: 50px;
padding-left: 25px;
font-weight:600;
}
.right-menu ul li:nth-child(2) {
border-right: 1px solid #0d9b49;
padding-right: 25px;
}
/* Search Menu */
.header-search-bar input {
width: 100%;
height: 40px;
border-radius: 30px;
border: 1px solid #0d9b49;
padding: 12px;
font-size: 14px;
padding-left: 50px;
display: block;
margin-top: 0px;
}
.range-slider-wrap {
margin-top: 18px;
}
.header-search-bar {
position: relative;
}
.header-search-bar .search-field-opacity {
position: absolute;
left: 10px;
top: 7px;
}
.search-field-opacity i {
color: #0d9b49;
display: inline-block;
font-size: 15px;
margin-right: 3px;
}
span.select2-dropdown.select2-dropdown--below {
min-width: 135px;
}
ul#select2-headerselect-results li:first-child {
display: none;
}
.search-field-opacity i:nth-child(2) {
font-size: 17px;
}
.header-search-bar .search-field-opacity .select2 {
margin-left: -35px;
margin-top: -1px;
opacity: 0;
width: 40px !important;
}
.search-field-opacity .select2-container--open {
width: 155px !important;
top:7px !important;
}
/* Freelancer menu */
.client-menu-right ul {
list-style: outside none;
text-align: right;
}
.client-menu-right ul li {
display: inline-block;
height: 50px;
}
.client-menu-right ul li a {
font-size: 11px;
text-transform: uppercase;
font-weight: 600;
line-height: 50px;
padding-right: 25px;
cursor:pointer;
}
.client-menu-right ul li.active, .client-menu-right ul li:hover {
color:#0d9b49;
}
.client-menu-right .dropdown-toggle::after {
display: none;
}
.client-menu-right ul li i {
color: #DEDEDE;
font-size: 16px;
}
.client-menu-right ul .dropdown-menu {
}
.client-menu-right ul li .dropdown-item {
line-height: 15px;
font-size: 10px;
padding: 5px 5px;
}
.client-menu-right ul .dropdown-menu {
top: 10px !important;
}
.profile-menu-img a {
display: block;
width: 35px;
height: 35px;
overflow: hidden;
}
.profile-menu-name {
font-size: 11px;
font-weight: 600;
padding: 10px;
}
.profile-menu-icon .dropdown-menu:before {
right:20px;
left:unset;
}
.profile-menu-icon .dropdown-menu {
top: 10px !important;
}
.profile-menu-ara {
padding-left: 25px;
border-left: 1px solid #0d9b49;
}
.profile-menu-ara {
padding-left: 25px;
border-left: 1px solid #0d9b49;
}
.profile-menu-icon i {
color: #0d9b49;
}
/* Bannger */
.banner-silder-single-item-area.overflow-fix {
padding: 12% 2%;
background-size: cover !important;
background-position: center !important;
color: #fff;
padding-left: 7%;
}
.home-banner-slider-area .owl-carousel .owl-stage-outer {
overflow: inherit;
}
.banner-silder-single-item-heading {
font-size: 31px;
font-weight: 500;
letter-spacing: 1px;
margin-bottom: 25px;
}
.banner-silder .owl-dots {
position: absolute;
bottom: 0%;
left: 0;
right: 0;
}
.owl-theme .owl-dots .owl-dot span {
width: 21px;
height: 5px;
background: rgba(255, 255, 255, 0.52);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #fff;
opacity: 1;
}
/* see-succeess-freelancers */
.see-succeess-freelancers-area {
padding: 50px 0;
text-align: center;
}
.see-succeess-freelancers-heading {
font-size: 31px;
color: #0d9b49;
font-weight: 600;
margin-bottom: 25px;
}
.succeess-freelancers-single-item {
border: 1px solid #0d9b49;
}
.succeess-freelancers-single-item.one {
max-width: 140px;
border-right:0;
}
.succeess-freelancers-single-item.two {
width: 165px;
border-right:0;
}
.succeess-freelancers-single-item.three {
width: 180px;
}
.succeess-freelancers-single-item.three img{
height: 136px;
}
.succeess-freelancers-single-datils {
height: 165px;
overflow: hidden;
}
.succeess-freelancers-single-img img {
width: 100%;
}
.one .succeess-freelancers-single-img img {
max-height: 106px;
}
.two .succeess-freelancers-single-img img {
max-height: 120px;
}
.succeess-freelancers-single-item.four {
border-right:1px solid #0d9b49;
border-left:0px;
}
.succeess-freelancers-single-item.five {
border-right:1px solid #0d9b49;
border-left:0px;
}
.succeess-freelancers-single-heading h2 a {
width: 50%;
font-weight: 700;
}
.succeess-freelancers-single-heading h2 {
font-size: 11px;
width: 100%;
text-align: center;
margin-top:5px;
}
.succeess-freelancers-single-heading h2 span {
width: 50%;
position: relative;
font-weight: 400;
}
.succeess-freelancers-single-heading h2 span:after {
position: absolute;
content: "";
display: block;
width: 5px;
height: 5px;
background: #000;
left: -8px;
top: 3px;
border-radius: 50%;
}
.succeess-freelancers-single-heading h2 span a {
font-weight: 400;
width:100%;
}
.succeess-freelancers-single-heading h3 {
margin-top: 5px;
font-size: 11px;
font-weight: 800;
color: #0d9b49;
margin-bottom: 0px;
float: left;
width: 100%;
}
.succeess-freelancers-single-heading p {
font-size: 10px;
margin-top: 5px;
margin-bottom: 5px;
width: 100%;
float: left;
}
.succeess-freelancers-single-tag ul {
list-style: outside none;
margin: 0;
padding: 0 5px;
}
.succeess-freelancers-single-tag ul li {
display: inline-block;
border: 1px solid #0d9b49;
font-size: 10px;
padding: 0px 5px 0px;
line-height: 14px;
border-radius: 3px;
margin-bottom: 3px;
color: #111;
}
.started-in-minutes-heading.overflow-fix {
font-size: 31px;
color: #0d9b49;
font-weight: 600;
margin-bottom: 25px;
}
.started-in-minutes-area {
text-align: center;
padding-bottom: 55px;
}
.started-in-minutes-single-img a {
display: block;
}
.started-in-minutes-single-img a img {
max-width: 100px;
height: 70px;
}
.started-in-minutes-single-heading h2 {
font-weight: 600;
margin-top: 5px;
margin-bottom: 5px;
}
.started-in-minutes-single-button a {
max-width: 160px;
}
.started-in-minutes-single-heading p {
font-size: 10px;
}
.started-in-minutes-single-button {
margin-top: 25px;
}
.mini-about-area {
background-color: #A0DDBB;
padding: 40px 0;
background-image: url(../images/bg-for-ani.png);
background-size: 90% 90%;
background-position: 0% 100%;
background-repeat-x: repeat;
background-repeat-y: no-repeat;
animation: mymove 10s infinite;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
0% {background-position: 0% 100%;}
25% {background-position: 180% 100%;}
75% {background-position: 270% 100%;}
100% {background-position: 360% 100%;}
}
.mini-about-heading h2 {
font-size: 29px;
font-weight: 600;
padding-right: 26%;
line-height: 35px;
}
.mini-about-heading {
margin-bottom: 25px;
}
.mini-about-single-area {
min-height: 55px;
}
.mini-about-single-icon {
float: left;
width: 55px;
height: 40px;
line-height: 40px;
border: 1px solid #082842;
text-align: center;
font-size: 13px;
border-right: 0;
border-left: 0;
color: #0d9b49;
position: relative;
}
.mini-about-single-icon:after, .mini-about-single-icon:before {
width: 1px;
height: 130%;
content: "";
display: block;
position: absolute;
top: -15%;
background: #082842;
}
.mini-about-single-icon:after {
right: 10%;
}
.mini-about-single-icon:before {
left: 10%;
}
.mini-about-single-conetnt {
width: 100px;
margin-bottom: 12px;
padding-left: 5px;
}
.mini-about-single-conetnt h5 {
font-size: 10px;
font-weight: 800;
color: #0d9b49;
letter-spacing: 1px;
}
.mini-about-single-conetnt p {
font-size: 9px;
font-weight: 800;
letter-spacing: 1px;
text-transform: uppercase;
margin-top: 2px;
}
.also-featured-area {
text-align: center;
}
.also-featured-heading.overflow-fix {
font-size: 31px;
color: #0d9b49;
font-weight: 600;
margin-bottom: 25px;
}
.main-also-featured-area {
padding-top: 50px;
padding-bottom: 65px;
}
.city-bg-area {
background: url(../images/city.png);
min-height: 250px;
background-size: 90% 90%;
background-position: 0% 100%;
background-repeat-x: repeat;
background-repeat-y: no-repeat;
}
.also-featured-single-img img {
width: 150px !important;
}
.also-featured-single-img {
height: 50px;
}
.top-footer-area {
background: #0d9b49;
color: #fff;
padding-top: 50px;
padding-bottom: 60px;
}
.btm-footer-area {
background: #08622e;
color: #fff;
padding: 35px 0px;
}
.btm-footer-area p {
font-size: 10px;
letter-spacing: 1px;
}
.btm-footer-area p a {
color: #fff;
}
.footer-menu ul {
list-style: outside none;
}
.footer-menu ul li {
font-size: 13px;
color: #fff;
margin-bottom: 5px;
}
.footer-menu-logo a {
display: block;
}
.footer-menu-logo a img {
max-width: 145px;
}
.footer-menu {
margin-top: 5px;
}
.footer-menu ul li a {
color: #fff;
}
.footer-title h2 {
text-transform: uppercase;
font-size: 13px;
letter-spacing: 1px;
font-weight: 500;
}
.footer-title {
margin-bottom: 20px;
}
.footer-social ul {
list-style: outside none;
}
.footer-social ul li {
display: inline-block;
height: 25px;
width: 25px;
background: #fff;
border-radius: 50%;
text-align: center;
margin-right: 5px;
margin-top: 5px;
}
.footer-social ul li a {
color: #0d9b49;
font-size: 12px;
}
/* Project Page */
.project-search-area {
background-image: url(../images/porject-search-bg.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
}
.all-search-porject-count-area p {
color: #fff;
font-size: 18px;
padding-bottom: 45px;
padding-top: 50px;
}
.project-search-area:before {
content: "";
display: block;
width: 100%;
height: 100%;
background: #124c5b;
position: absolute;
top: 0;
opacity: .7;
}
#headerselect {
opacity: 0;
}
.project-filter-area .select2 {
width: 165px !important;
}
.project-filter-area .select2-container--default .select2-selection--single {
background-color: #F8F9FD;
border: 1px solid #acacac38;
border-radius: 0;
font-size: 11px;
height: 30px;
}
.advance-sraech-area {
padding: 15px;
border: 1px solid #acacac38;
padding-top:30px;
}
.search-single-field h2 {
font-weight: 700;
font-size: 12px;
margin-bottom: 8px;
}
.search-single-field .select2 {
width: 150px !important;
}
.search-single-field .select2-container--default .select2-selection--single {
background-color: #F8F9FD;
border: 1px solid #acacac38;
border-radius: 0;
font-size: 11px;
height: 25px;
}
.select2-results__option {
background: #fff;
border-radius: 0px !important;
padding: 5px 10px;
font-size: 11px;
}
.select2-container--open .select2-dropdown--below {
margin-top: 5px;
border: 1px solid #acacac38;
border-radius: 0;
}
.select2-results {
background: #fff;
border-radius: 0px !important;
padding: 10px;
font-size: 11px;
}
.select2-results ul li:hover, .select2-results .select2-results__option--highlighted {
background: #0d9b49 !important;
}
.select2-container--default .select2-results>.select2-results__options {
max-height: 300px ;
overflow-y: auto;
}
.select2-search--dropdown .select2-search__field {
margin: 0 !important;
font-size: 11px;
height:25px;
}
.select2-search {
padding: 0px 0px !important;
margin: 5px 10px;
margin-bottom: 0px;
}
.search-single-field .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 24px;
}
.search-single-field .select2-container--default .select2-selection--single .select2-selection__arrow {
height:24px;
}
.search-single-field input {
border: 1px solid #acacac38;
width: 100%;
height: 25px;
padding: 5px;
font-size: 11px;
}
.search-single-field {
width: 160px;
}
.search-single-field .irs span {
font-size: 10px;
color: #000;
font-weight: 500;
}
.search-single-field .irs-to {
display: none;
}
.search-single-field .irs-from {
margin-top: -5px;
}
.project-list-area {
background: #ECF0F1;
padding-top: 25px;
padding-bottom: 50px;
}
.single-porject-area {
background: #fff;
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.24);
margin-bottom: 10px;
padding: 15px;
font-size: 11px;
}
.single-porject-heading {
font-weight: 700;
font-size: 13px;
margin-bottom: 10px;
}
.single-porject-type {
margin-bottom: 11px;
}
.single-porject-datalist a {
color: #0d9b49;
}
.single-porject-datalist {
margin-bottom: 15px;
text-align:justify;
}
.single-porject-skill p {
float: left;
}
.single-porject-skill ul {
list-style: outside none;
float: left;
margin-left: 5px;
}
.single-porject-skill ul li {
display: inline-block;
}
.single-porject-skill ul li i {
color: #0d9b49;
}
.see-dtiles-button a {
height: 28px;
line-height: 30px;
font-size: 10px;
text-transform: none;
width: 85px;
float: right;
display: block;
padding: 0px 10px;
}
.pagination {
display: inherit;
}
.pagination-area ul {
list-style: outside none;
}
.pagination-area ul li {
display: inline-block;
font-size: 11px;
margin-right: 1px;
}
.pagination-area ul .active a, .pagination-area ul li:last-child a {
color: #006dd0;
}
.main-project-details-area {
font-size: 11px;
}
.project-details-area {
padding: 15px;
margin-bottom: 20px;
position:relative;
}
.project-edit {
position: absolute;
top: 0;
right: 0;
}
.project-edit a {
background: #0d9b49;
padding: 8px 15px;
display: block;
margin-top: 15px;
margin-right: 15px;
box-shadow: 0px 0px 5px 0px #0000002e;
color: #ecf0f1;
}
.project-details-title
h2 {
font-size: 16px;
font-weight: 600;
margin-bottom: 5px;
}
.project-details-title
span {
font-weight: 500;
}
.project-details-skil {
margin: 15px auto;
font-weight: 600;
}
.project-details-skil
ul li {
margin-right: 5px;
border-right: 1px solid;
padding-right: 5px;
font-size: 12px;
}
.project-details-skil
ul li:last-child {
border: navajowhite;
}
.project-details-type
ul li:first-child {
font-weight: 600;
}
.project-details-type ul {
margin-right: 25px;
}
.project-details-type
ul li {
font-size: 13px;
margin-bottom: 2px;
}
.project-details-type {
padding-bottom: 10px;
border-bottom: 1px solid #acacac38;
margin-bottom: 10px;
}
.project-details-conetnt-title {
font-size: 16px;
font-weight: 600;
margin-top: 10px;
margin-bottom: 15px;
}
.project-details-conetnt {
font-size: 12px;
}
.project-details-attachment ul li a {
color: #0d9b49;
margin-bottom: 2px;
font-size:13px;
}
.project-details-attachment ul li i {
margin-right: 8px;
}
.project-details-bit-area .page-highlight {
letter-spacing: 0px;
font-size: 15px;
}
.project-details-bit-area {
padding: 15px;
}
.project-details-similar-title-area {margin: 20px auto;font-size: 15px;font-weight: 600;padding-bottom: 15px;border-bottom: 1px solid #acacac38;width: 100%;}
.project-details-similar-single-area h2 {
font-size: 12px;
font-weight: 600;
}
.project-details-similar-single-area h6 {
margin: 5px 0px;
}
.project-details-similar-single-area ul li:first-child {
font-weight: 600;
font-size: 12px;
margin-bottom: 2px;
}
/* Sidebar */
.project-details-sidebar-area button {
background: #0d9b49;
border: 1px solid #0d9b49;
color: #fff;
width: 100%;
line-height: 35px;
font-size: 13px;
font-weight: 600;
cursor: pointer;
}
.project-details-single-sidebar {
padding: 15px;
margin-top: 20px;
}
.project-details-single-sidebar h2 {
font-size: 12px;
font-weight: 600;
}
.project-details-single-sidebar ul {
border-top: 1px solid #acacac38;
padding-top: 5px;
margin-top: 5px;
}
.project-details-single-sidebar ul:first-child {
border: none;
padding-top: 0px;
margin-top: 0px;
}
.project-details-single-sidebar ul li:last-child {
font-weight: 600;
}
.project-details-single-sidebar-textarea {
margin-top: 20px;
font-size: 14px;
font-weight: 600;
}
.project-details-single-sidebar-textarea textarea {
width: 100%;
margin-top: 10px;
margin-bottom: 5px;
height: 60px;
}
.project-details-single-sidebar h5 {
font-size: 13px;
font-weight: 600;
}
.project-details-single-sidebar h5 img {
width: 20px;
float: left;
margin-right: 10px;
}
.project-details-single-sidebar-textarea input {
width: 100%;
margin-top: 10px;
margin-bottom: 5px;
font-size: 11px;
padding: 5px;
height:35px;
}
.freelancers-profile-area .project-details-single-sidebar:first-child {
margin-top: 0;
}
.freelancers-profile-area .project-details-single-sidebar-textarea {margin-top: 10px;font-size: 15px;line-height: 21px;}
.project-details-ul {
margin-left: 15px;
margin-top: 5px;
}
/* freelancers profile */
.freelancers-profile-area .single-profile-item {
padding: 0;
box-shadow: none;
border-bottom: 1px solid #cccccc;
padding-bottom: 20px;
}
.freelancer-rating-text.single-profile-heading ul li {
border: none !important;
margin: 0;
padding-right: 9px;
padding-left: 0;
float: left;
}
.freelancer-rating-text.single-profile-heading ul {
float: left;
margin-left: 0px;
margin-bottom: 6px;
}
.freelancers-profile-area .project-details-single-sidebar-textarea textarea {
height: 35px;
}
.proposal-project-area .select2-container {
width: 130px !important;
}
.proposal-project-area .select2-container--default .select2-selection--single {
border-radius: 2px;
}
.rating-poposal li {
color: #0d9b49;
margin-right: 6px;
}
.weekly-timesheet-clander {
font-size: 11px;
font-weight: 600;
padding-left: 0;
}
.weekly-timesheet-clander p, .weekly-timesheet-clander span, .weekly-timesheet-clander h6 {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.weekly-timesheet-clander p {
margin-right: 10px;
font-size: 13px;
}
.weekly-timesheet-clander span {
margin: 0px 5px;
font-size: 15px;
}
.weekly-timesheet-clander input {
padding: 2px 7px;
position: relative;
}
.weekly-timesheet-clander h5 {
position: relative;
margin-left: -10px;
top: 7px;
left: -10px;
}
.freelancer-weekly-timesheet .weekly-timesheet-date {
padding-top: 0;
padding-left: 0;
}
.weekly-timesheet-date
p {
font-weight: 600;
font-size: 12px;
margin-bottom: 5px;
}
.weekly-timesheet-date
p span {
font-weight: 400;
margin-left: 7px;
}
input#datepicker {
cursor: pointer;
}
input#datepicker1 {
cursor: pointer;
}
.weekly-timesheet-clander:hover span {
transform: rotate(180deg);
}
.freelancer-transaction-area .weekly-timesheet-clander {
padding-left: 20px;
}
.weekly-timesheet-clander h6 {
margin: 0 7px;
}
.short-table-css {
font-size: 12px;
padding-left: 20px;
}
.short-table-css .select2-container {
width: 50px !important;
}
.short-table-css p {
-ms-flex-item-align: center!important;
align-self: center!important;
margin-right: 10px;
font-weight: 600;
}
.freelancer-transaction-area .page-highlight {
margin-top: 10px;
margin-bottom: 10px;
}
.post-button span {
margin-right: 10px;
font-size: 12px;
font-weight: 600;
}
.masonry {
column-count: 1;
-moz-column-count: 1;
-webkit-column-count: 1;
column-gap: 20px;
-moz-column-gap: 20px;
-webkit-column-gap: 20px;
}
.masonry .post {
display: inline-block;
width: calc(100%);
padding: 10px;
box-shadow:0px 0px 2px 0px #0003;
background: #fff;
margin-bottom: 20px;
}
.masonry .post img,
.masonry .post iframe,
.masonry .post blockquote {
max-width: 100%;
display: block;
}
.span-all-columns {
column-span: all;
-webkit-column-span: all;
-mox-column-span: all;
}
.masonry h1, .masonry h2 {
-ms-word-wrap: break-word;
word-wrap: break-word;
}
@media (min-width: 480px) {
.masonry {
column-count: 1;
-moz-column-count: 1;
-webkit-column-count: 1;
}
}
@media (min-width: 768px) {
.masonry {
column-count: 2;
-moz-column-count: 2;
-webkit-column-count: 2;
}
}
@media (min-width: 992px) {
.masonry {
column-count: 2;
-moz-column-count: 2;
-webkit-column-count: 2;
}
}
/* 9 balance-overview-tab */
.balance-overview-tab-title ul {
text-align: center;
padding-left: 15px;
}
.balance-overview-tab-title {
border-bottom: 1px solid #e1e1e1;
}
.balance-overview-tab-title ul li .active {
border-bottom: 2px solid #0d9b49;
color: #0d9b49;
}
.balance-overview-tab-title ul li a {
font-size: 11px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
font-weight: 500;
letter-spacing: .5px;
padding-top: 15px;
display: block;
}
.balance-overview-tab-title ul li {
padding-right: 10px;
}
.balance-overview-if-no-work h6 {
font-size: 28px;
text-align: center;
font-weight: 500;
text-transform: uppercase;
padding-top: 20px;
}
.balance-overview-if-no-work h6 span {
font-size: 35px;
margin-left: 2px;
}
.balance-overview-if-no-work p {
text-align: center;
font-size: 14px;
padding-top: 15px;
padding-bottom: 50px;
font-weight: 500;
}
.balance-overview-available h6 {
font-size: 28px;
text-align: center;
font-weight: 500;
text-transform: uppercase;
padding-top: 20px;
}
.balance-overview-available h6 span {
font-size: 35px;
margin-left: 2px;
}
.balance-overview-available p {
text-align: center;
font-size: 13px;
padding-top: 10px;
padding-bottom: 10px;
font-weight: 500;
}
.balance-overview-available .grren-btn {
width: 115px;
font-size: 11px;
height: 30px;
margin-bottom: 20px;
line-height: 30px;
}
.balance-overview-tab-title .grren-btn {
width: 100px;
height: 27px;
font-size: 9px;
margin-top: 5px;
margin-right: 13px;
line-height: 27px;
}
.balance-payment-method-verify-conetnt .grren-btn {
width: 90px;
font-size: 9px;
height: 28px;
line-height: 28px;
float:left;
}
.table-button-opacity {
opacity:.5;
}
.table-cancle {
line-height: 30px;
margin-left: 10px;
}
.table-input-color {
color: #0d9b49;
}
.table-input-color span {
margin-left: 5px;
}
.table-input-color span input {
padding-left: 5px;
}
.table-withdraw-mathor a {
margin-right: 10px;
}
.balance-widthdraw-request-conetnt {
margin-bottom: 40px;
}
.balance-widthdraw-payment-method-notice {
color: #0d9b49;
border: 1px solid #0d9b49;
padding: 15px;
font-size: 12px;
background: #0d9b490d;
font-weight: 500;
margin-bottom:45px;
margin-top:20px;
}
.balance-widthdraw-payment-method-notice ul {
list-style: outside none;
margin: 14px;
}
/* client */
.single-porject-count-hits ul {
list-style: outside none;
}
.single-porject-count-hits ul li {
margin-right: 40px;
}
.single-porject-count-hits {
border-top: 1px solid #e1e1e1;
margin-top: 15px;
margin-bottom: 10px;
padding-top: 15px;
}
.single-porject-count-hits ul li span:first-child {
font-weight: 600;
margin-right: 4px;
}
ul.required-skills-list li {
font-size: 10px;
font-weight: 700;
margin-right: 3px !important;
background: #0d9b49;
padding: 4px 4px;
border-radius: 2px;
float: left;
display: block;
margin-bottom: 3px;
color: #fff;
}
ul.required-skills-list li p {
color: #fff;
cursor: pointer;
margin: 0;
}
ul.required-skills-list li p span {
margin-left: 7px;
}
.project-post-page-area .box-white-bg {
padding: 15px;
margin-bottom:15px;
}
.project-post-page-area .box-white-bg h2 {
margin-bottom: 20px;
font-size: 14px;
font-weight: 600;
float: left;
width: 100%;
}
.project-post-label-area {
width: 22%;
font-size: 11px;
font-weight: 700;
text-align: right;
padding-right: 15px;
margin-top:10px;
}
.project-post-input-area {
width: 78%;
}
.project-post-input-area.full-width textarea {
max-width: 100%;
height: 500px;
padding:10px;
}
.project-post-input-area input {
float: left;
width: 100%;
max-width: 300px;
height: 35px;
border: 1px solid #e1e1e1;
margin-bottom: 5px;
border-radius: 3px;
padding: 0px 10px;
font-size: 11px;
}
.project-post-input-area p {
width: 100%;
float: left;
height: auto;
font-size: 10px;
margin-top: 5px;
}
.project-post-input-area p i {
color: #0d9b49;
margin-right: 5px;
font-size: 14px;
}
.project-post-single-input {
margin-bottom: 15px;
}
.project-post-input-area textarea {
float: left;
width: 100%;
max-width: 300px;
height: 130px;
border: 1px solid #e1e1e1;
margin-bottom: 5px;
border-radius: 3px;
padding: 0px 10px;
font-size: 11px;
}
.project-post-fileupload-btn {
position: relative;
}
.project-post-fileupload-btn span {
position: absolute;
top: 0;
left: 0;
width: 100%;
background: #0d9b49;
line-height: 35px;
color: #fff;
font-weight: 600;
text-align: center;
font-size: 12px;
border-radius:5px;
}
.project-post-attachment-area p {
float: left;
color: #0d9b49;
font-size: 11px;
margin-top: 40px;
width: 100%;
height: auto;
clear: both;
display: block;
}
.project-apply-attachment-area h6 {
font-size: 13px;
font-weight: 600;
margin-bottom: 15px;
}
.project-post-attachment-area .project-details-attachment ul li span {
font-size: 12px;
font-weight: 700;
margin-left: 6px;
}
.project-post-fileupload-btn input {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 35px;
z-index: 1;
opacity: 0;
cursor: pointer;
}
.project-post-payment-option img {
max-width: 120px;
}
.project-post-payment-option {
padding:5% 10% ;
}
.project-post-payment-option .owl-stage {
display: -ms-flexbox!important;
display: flex!important;
-ms-flex-align: center!important;
align-items: center!important;
}
.project-post-submit-btn-area a.grren-btn {
max-width: 110px;
float: left;
font-size: 11px;
padding: 0px 12px;
margin-right: 18px;
}
.project-post-submit-btn-area a:last-child {
margin-top: 7px;
display: block;
font-size: 13px;
font-weight: 600;
margin-left: 15px;
color: red;
float: left;
}
.project-post-payment-option-area h6 {
font-weight: 600;
margin-left: 20px;
font-size: 13px;
}
.project-post-input-area .select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #acacac38;
border-radius: 0;
font-size: 11px;
height: 35px;
border-radius:3px;
}
.project-post-input-area .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 35px;
}
.project-post-input-area .select2-container {
width: 300px !important;
}
.project-post-input-area .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 35px;
}
.application-list-area {
padding: 20px;
}
.application-list-count {
font-weight: 700;
font-size: 14px;
margin-bottom: 20px;
}
.application-list-area .single-profile-item {
margin-bottom: 17px;
}
.application-list-bid-ammount p {
font-size: 12px;
}
.application-list-bid-ammount p span {
font-weight: 600;
}
.application-list-bid-ammount {
border-top: 1px solid #acacac38;
padding-top: 10px;
margin-top: 10px;
}
.application-list-area .grren-btn {
margin-bottom: 10px;
border-radius: 5px;
width: 100%;
}
.project-apply-attachment-area textarea {
width: 100%;
height: 200px;
margin-bottom: 25px;
border: 1px solid #e1e1e1;
}
.milestones-area-usd-input input {
width: 100%;
height: 30px;
border: 1px solid #0d9b49;
padding: 5px;
font-size: 11px;
border-radius: 2px;
}
.milestones-area-usd-input .quantity input {
width: 85px;
border-left: none;
border-radius: 0px 3px 3px 0px;
padding-left: 10px;
}
.milestones-area-usd-input span {
font-size: 11px;
line-height: 32px;
background: #0d9b49;
height: 30px;
border-radius: 3px 0px 0px 3px;
color: #fff;
padding: 0px 20px;
}
.for-milstone-me {
margin-top: 10px !important;
margin-bottom: 30px ;
}
.milestones-area-usd-input:nth-child(1) {
width: 26% !important;
}
/* Profile */
.single-profile-item {
padding: 15px;
margin-bottom: 10px;
}
.single-profile-heading h2 {
font-weight: 600;
font-size: 16px;
margin-bottom: 10px;
}
.single-profile-heading ul {
list-style: outside none;
margin-left: 15px;
}
.single-profile-heading ul li {
display: inline-flex;
border: 1px solid #cccccc;
margin-left: -1px;
padding: 2px 13px;
height: 20px;
float: left;
}
.single-profile-heading ul li a {
font-size: 10px;
display: block;
}
.single-profile-heading ul li .profile-simple-rating i {
font-size: 10px;
display: block;
line-height: 15px;
color: #f8c835;
}
.single-profile-subject {
font-weight: 600;
font-size: 12px;
margin-bottom: 10px;
margin-top: 5px;
}
.single-profile-datalist {
margin-bottom: 10px;
text-align: justify;
font-size: 11px;
}
.single-profile-datalist a {
color: #0d9b49;
margin-left:5px;
}
.single-profile-skill {
font-size: 11px;
}
.single-profile-skill p {
float: left;
}
.single-profile-skill ul {
list-style: outside none;
float: left;
margin-left: 5px;
}
.single-profile-skill ul li {
display: inline-block;
}
.single-profile-skill ul li a {
color: #0d9b49;
}
.single-profile-item-img a img {
width: 100%;
height: auto;
float: left;
}
/* Chat box */
.message-box-content {
padding: 20px;
}
.message-box-start {
font-size: 11px;
}
.message-usename {
font-size: 15px;
font-weight: 600;
border-bottom: 1px solid #acacac38;
padding-bottom: 10px;
}
.message-usename h2 span {
margin-left: 10px;
font-weight: 400;
font-size: 13px;
}
.message-user-one-area {
padding-left: 15%;
margin: 20px auto;
}
.message-user-one-area p {
background: #0d9b49;
color: #fff;
padding: 10px 15px;
border-radius: 30px;
-ms-flex-item-align: center!important;
align-self: center!important;
font-size:10.9px;
}
.message-user-one-area span {
padding: 10px 15px;
-ms-flex-item-align: center!important;
align-self: center!important;
}
.message-user-one-area img {
max-width: 40px;
height: 40px;
width: 100%;
margin-left: 10px;
}
.message-user-two-area {
padding-right: 15%;
}
.message-user-two-area span {
padding: 10px 15px;
-ms-flex-item-align: center!important;
align-self: center!important;
}
.message-user-two-area img {
max-width: 40px;
height: 40px;
width: 100%;
margin-right: 10px;
}
.message-user-two-area p {
background: #EFF4EE;
color: #fff;
padding: 10px 15px;
border-radius: 30px;
-ms-flex-item-align: center!important;
align-self: center!important;
color:#212529;
font-size:10.9px;
}
.message-chat-textarea {
margin-top: 30px;
position:relative;
}
.message-chat-box-input-filed input {float: left;width: 100%;height: 60px;border: 1px solid #e1e1e1;margin-bottom: 5px;padding: 0px 10px;font-size: 11px;border-radius: 2px;}
.message-chat-box-upload-filed ul li i {
color: #0d9b49;
position: absolute;
left: 0;
top: 0;
line-height: 30px;
text-align: center;
width: 30px;
}
.message-chat-box-upload-filed ul li {
list-style: outside none;
display: inline-block;
width: 30px;
overflow: hidden;
margin: 0;
padding: 0;
max-height: 30px;
height: 100%;
position: relative;
}
.message-chat-box-upload-filed ul li input {
opacity: 0;
z-index: 9;
position: relative;
right: 100px;
cursor: pointer;
}
.message-chat-box-upload-filed {
background: transparent;
position: absolute;
right: 0;
text-align: right;
padding-right: 15px;
height: 100%;
width: 20%;
top: 14px;
}
/* Login */
.login-form-input input {
float: left;
width: 100%;
height: 35px;
border: 1px solid #e1e1e1;
margin-bottom: 5px;
border-radius: 3px;
padding: 0px 10px;
font-size: 11px;
margin-top: 5px;
margin-bottom: 15px;
}
.login-form {
font-size: 11px;
max-width: 300px;
margin: 0 auto;
display: table;
float: none;
}
.login-form-header {
text-align: center;
color: #0d9b49;
font-size: 20px;
margin-bottom: 20px;
font-weight: 600;
letter-spacing: 1px;
}
.login-form-area {
-webkit-box-shadow: inset 0px 6px 5px -6px rgba(0,0,0,0.15);
-moz-box-shadow: inset 0px 6px 5px -6px rgba(0,0,0,0.15);
box-shadow: inset 0px 6px 5px -6px rgba(0,0,0,0.15);
padding: 50px 0;
}
.login-form-submit-btn input {
width: 100%;
}
.login-form-input p {
font-weight: 600;
}
.login-form-checkbox {
width:50%;
}
.forgot-password {
width: 50%;
text-align: right;
color: #0d9b49;
margin-top:5px;
}
.login-form-submit-btn {
margin-top: 15px;
}
.forgot-password a {
color: #0d9b49;
font-weight: 600;
}
/* singup */
.singup-form-area {
-webkit-box-shadow: inset 0px 6px 5px -6px rgba(0,0,0,0.15);
-moz-box-shadow: inset 0px 6px 5px -6px rgba(0,0,0,0.15);
box-shadow: inset 0px 6px 5px -6px rgba(0,0,0,0.15);
padding: 50px 0;
}
.singup-form-header {
text-align: center;
color: #0d9b49;
font-size: 20px;
margin-bottom: 20px;
font-weight: 600;
letter-spacing: 1px;
}
.singup-form {
font-size: 11px;
max-width: 300px;
margin: 0 auto;
display: table;
float: none;
}
.singup-form-input p {
font-weight: 600;
}
.singup-form-input input {
float: left;
width: 100%;
height: 35px;
border: 1px solid #e1e1e1;
margin-bottom: 5px;
border-radius: 3px;
padding: 0px 10px;
font-size: 11px;
margin-top: 5px;
margin-bottom: 15px;
}
.singup-form-submit-btn {
margin-top: 15px;
}
.singup-form-submit-btn input {
width: 100%;
}
.singup-form-checkbox .custom-control-description a{
color:#0d9b49;
margin-top:2px;
display:block;
}
.singup-form-check-box p {
font-weight: 600;
}
.singup-form-check-box {
margin-bottom: 15px;
}
/* Apply Job Area */
.view-job-details-link-area a {
font-size: 12px;
color: #0d9b49;
}
.apply-this-job-area .project-details-skil {
margin-top: 0;
}
.apply-this-job-area .project-details-type {
padding-bottom: 15px;
}
.apply-this-job-area .project-details-area {
padding-bottom: 20px;
}
.apply-this-job-area .project-post-label-area {
text-align: left;
width: 32%;
margin-top: 7px;
}
.apply-this-job-area .project-post-input-area {
width: 68%;
}
.apply-this-job-area .project-post-input-area input {
width: 65px;
border-radius: 0;
height: 27px;
}
.apply-this-job-area .project-post-input-area p {
width: 80%;
margin-left: 10px;
}
.apply-this-job-area .project-post-input-area span {
float: left;
margin-right: 8px;
font-weight: 600;
font-size: 19px;
}
.apply-this-job-area .project-post-single-input {
margin-bottom: 25px;
}
.project-post-single-time {
border-top: 1px solid #e1e1e1;
padding-top: 15px;
margin-bottom: 5px !important;
}
.project-post-single-time h2 {
margin-bottom: 15px !important;
}
.project-post-single-time .search-single-field .select2 {
width: 200px !important;
}
.project-post-single-time .search-single-field .select2-container--default .select2-selection--single {
background: #fff;
height: 30px;
}
.project-post-single-time .search-single-field .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 29px;
color: #0d9b49;
}
.project-post-single-time .search-single-field .select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: #0d9b49 transparent transparent transparent;
}
/* profile setion */
.profile-img-upload-area {
width: 100%;
height: 150px;
float: left;
max-width: 140px;
background-size: cover;
background-repeat: no-repeat;
border-radius: 2px;
border: 1px solid #0d9b49;
}
.profile-img-upload-button {
max-width: 500px;
margin-left: 15px;
position:relative;
}
.profile-img-upload-button span {
background: #0d9b49;
color: #fff;
text-transform: uppercase;
height: 29px;
display: block;
margin: 0 auto;
line-height: 29px;
font-weight: 600;
font-size: 9px;
border-radius: 2px;
text-align: center;
border: 1px solid #0d9b49;
cursor: pointer;
float: left;
padding: 0px 34px;
margin-right: 13px;
}
.profile-img-upload-button input {
position: absolute;
bottom: 0;
margin: 0;
width: 100%;
opacity: 0;
cursor: pointer;
}
.profile-img-upload-button span.drop {
height: 20px !important;
position: absolute;
bottom: 0;
}
.login-freelancer-profile-setting-sidebar-area ul li a {
color: #0d9b49;
display: block;
margin: 0 auto;
line-height: 35px;
font-weight: 600;
font-size: 12px;
border-radius: 2px;
text-align: left;
cursor: pointer;
padding: 0px 10px;
}
.login-freelancer-profile-setting-sidebar-area ul li:hover a, .login-freelancer-profile-setting-sidebar-area ul .active a {
background: #0d9b49;
color: #fff;
}
.login-freelancer-profile-single-item-headding h2 {
font-size: 13px;
font-weight: 600;
}
.login-freelancer-profile-single-item-headding button {
background: #0d9b49;
color: #fff;
text-transform: uppercase;
height: 29px;
display: block;
margin: 0 auto;
line-height: 29px;
font-weight: 600;
font-size: 9px;
border-radius: 30px;
box-shadow: 0px 2px 0px #08622e;
text-align: center;
border: 1px solid #0d9b49;
cursor: pointer;
float: left;
padding: 0px 34px;
margin-right: 13px;
}
.login-freelancer-profile-single-item-headding {
border-bottom: 1px solid #e1e1e1;
padding-bottom: 15px;
margin-bottom: 10px;
}
.login-freelancer-profile-single-item-input p {
font-size: 11px;
font-weight: 600;
margin-bottom: 5px;
}
.login-freelancer-profile-single-item-input p i {
color: #0d9b49;
margin-right: 5px;
font-size: 14px;
}
.login-freelancer-profile-single-item-input input {
float: left;
width: 100%;
height: 28px;
border: 1px solid #e1e1e1;
border-radius: 2px;
padding: 0px 10px;
font-size: 13px;
margin-bottom: 10px;
max-width: 280px;
}
.select2-results__options::-webkit-scrollbar-track {
background-color: #f1f1f1
}
.select2-results__options::-webkit-scrollbar {
width: 3px;
background-color: #f1f1f1
}
.select2-results__options::-webkit-scrollbar-thumb {
background-color: #0d9b49
}
.login-freelancer-profile-single-item-input.full-width input, .login-freelancer-profile-single-item-input.full-width textarea {
max-width: 100%;
}
.login-freelancer-profile-single-item-input textarea {
max-width: 280px;
font-size: 11px;
width: 100%;
height: 170px;
border: 1px solid #e1e1e1;
padding: 0px 10px;
border-radius: 2px;
}
.login-freelancer-profile-single-item {
margin-bottom: 15px;
}
.language-view ul li {
font-size: 11px;
background: #ecf0f1;
margin-bottom: 2px;
padding: 8px 7px;
display: inline-block;
}
.language-view ul li i {
margin-left: 6px;
cursor: pointer;
}
.form-smubit-ny button {
background: #0d9b49;
color: #fff;
text-transform: uppercase;
height: 29px;
display: block;
margin: 0 auto;
line-height: 29px;
font-weight: 600;
font-size: 9px;
border-radius: 30px;
box-shadow: 0px 2px 0px #08622e;
text-align: center;
border: 1px solid #0d9b49;
cursor: pointer;
float: left;
padding: 0px 34px;
margin-right: 13px;
}
.form-smubit-ny a {
margin-top: 8px;
display: block;
font-size: 11px;
margin-left: 20px;
float: left;
color: #0d9b49;
}
.login-freelancer-profile-single-item-input {
margin-bottom: 10px;
}
.form-smubit-ny {
margin-top: 10px;
}
.login-freelancer-profile-single-item-input .select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #acacac38;
border-radius: 0;
font-size: 11px;
height: 30px;
}
.login-freelancer-profile-single-item-input .select2-container--default {
width: 350px!important;
}
.login-freelancer-profile-proficiency .select2-container--default {
width: 280px!important;
}
.phone-number-me .phone-code {
width: 45px;
border-right: 0;
border-radius: 2px 0px 0px 2px;
}
.phone-number-me input {
height: 29px;
}
.phone-number-me .phone-nber {
width: 110px;
}
.postal-code input {
width: 155px;
}
.address-setiong input {
width: 100% !important;
max-width: 100%;
}
.login-freelancer-profile-single-item-checkbox {
box-shadow: 0px 0px 5px 0px #0000002e;
width: 29.72%;
font-size: 11px;
text-align: center;
margin-bottom: 10px;
margin-top: 10px;
position:relative;
margin-left: 12px;
}
.login-freelancer-profile-single-item-checkbox:nth-child(3) {
margin-right: 0;
}
.login-freelancer-profile-single-item-checkbox input {
background: rebeccapurple;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
cursor: pointer;
opacity: 0;
}
.login-freelancer-profile-single-item-checkbox h5 {
font-size: 11px;
font-weight: 600;
margin-bottom: 10px;
}
.login-freelancer-profile-single-item-checkbox span {
font-size: 10px;
}
.login-freelancer-profile-single-item-checkbox input[type=checkbox]:checked + label {
background:#0d9b49;
color:#fff;
}
.login-freelancer-profile-single-item-checkbox label {
padding:11px 5px;
}
.login-freelancer-profile-single-item-social {
width: 120px;
display: -ms-flexbox!important;
display: flex!important;
box-shadow: 0px 0px 3px 0px #0000002e;
padding: 0px 10px;
line-height: 30px;
height: 30px;
font-size: 11px;
color: #0d9b49;
margin-right: 15px;
text-align: center;
}
.login-freelancer-profile-single-item-social i {
line-height: 30px;
margin-right: 7px;
}
.login-freelancer-profile-single-item-social.active {
color: #767676;
}
.login-freelancer-profile-single-item-blane-cnet h6 {
font-size: 12px;
font-weight: 600;
margin-bottom: 15px;
}
.login-freelancer-profile-single-item-blane-cnet p {
font-size: 11px;
}
.login-freelancer-profile-single-item-blance .form-smubit-ny {
margin: 0;
}
input.input-filed-none {
display: none;
}
@media (min-width: 1200px) {
.my-container {
max-width: 825px;
}
.main-header-area .my-container {
max-width: 1200px;
}
.project-search-area .my-container {
max-width: 1000px;
}
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) and (max-width: 767px) {
}
/* Small devices ( phones, 575px and up) */
@media only screen and (min-width: 300px) and (max-width: 575px) {
}
.applyerInfoInClient a{
height: 22px;
line-height: 22px;
border-radius: 3px;
font-size: 11px;
text-transform: none;
width: 85px;
float: right;
display: block;
padding: 0px 10px;
margin: 3px 0;
}
.sendBtn{
width: 70px !important;
}
.sendBtn button{
background-color: #1e9b49;
display: inline-block;
width: 70px;
padding-left: 25px;
color: #fff;
}
.sendBtn button i{
color: #fff !important;
}
.mail-notifi a {
padding: 0 !important;
position: relative;
}
.mail-notifi a .counter {
content: "";
background: #0d9b49;
width: 15px;
height: 15px;
display: block;
position: absolute;
left: 8px;
top: -12px;
border-radius: 50%;
line-height: 15px;
text-align: center;
color: #fff;
}
.single-modal-nofi a p {
display: block;
line-height: 15px;
text-transform: none;
padding-top: 5px;
}
.single-modal-nofi a {
background: #00000008;
display: block;
border-bottom: 1px solid #0d9b492b;
padding: 10px !important;
padding-top: 0 !important;
}
form.overflow-fix.form-btn button {
height: 22px;
line-height: 22px;
border-radius: 3px;
font-size: 11px;
text-transform: none;
width: 85px;
float: right;
display: block;
padding: 0px 10px;
margin: 3px 0;
}
.single-modal-nofi a h2 {
text-transform: none;
opacity: .5;
}
.single-modal-nofi a p span {
font-weight: bold;
margin-right: 5px;
}
.single-modal-nofi a p span:last-child {
margin-left: 5px;
}
.mail-notifi .dropdown-menu.show {
margin-left: -17px;
transition: 0s !important;
left: auto !important;
right: -10px !important;
max-width: 300px !important;
width: max-content;
transform: initial !important;
top: 40px !important;
}
.mail-notifi .dropdown-menu:before {
left: auto !important;
right: 12px;
}
.single-modal-nofi:last-child a {
border: 0;
}
.mail-notifi {
padding-right: 25px;
}
.single-modal-nofi:hover a {
background: rgba(0, 0, 0, 0.1);
}
.message-user-two-area p {
float: left;
width: 90%;
text-align: left;
}
.message-user-two-area {
direction: rtl !important;
}
.message-user-two-area p {
width: 100%;
text-align: left;
}
.message-user-one-area p {
width: 100%;
}
.message-user-one-area span {
width: 120px;
}
.message-user-two-area span {
width: 120px;
}
.message-user-one-area img,
.message-user-two-area img {
border-radius: 50%;
}
.red-btn {
background: red;
color: #fff;
text-transform: uppercase;
height: 32px;
display: block;
margin: 0 auto;
line-height: 30px;
font-weight: 600;
font-size: 13px;
border-radius: 30px;
box-shadow: 0px 2px 0px #08622e;
text-align: center;
border: 1px solid #0d9b49;
cursor: pointer;
} | public/css/style.css | Style List
* Reset
-----------------------------------------*/
/* --------------------------------------
Reset
-----------------------------------------*/
/* @font-face {
font-family: elevation;
src: url(../fonts/elevation.ttf);
}
*/
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800');
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 {
font-size: 100%;
font-weight: inherit;
font-style: inherit;
vertical-align: baseline;
margin: 0;
padding: 0;
border: 0;
outline: 0;
background: transparent;
font-family: 'Raleway', sans-serif;
list-style:none;
}
.select2-container, .select2-container span, .select2-results, .select2-results ul, .select2-results ul li {
-webkit-transition: 0s;
transition: 0s;
}
html,
body {
height: 100%
}
body {
padding:0;
margin:0;
overflow-x:hidden;
background-color:#fff;
color:#082842;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
a {
color:#082842;
}
a:focus,a:hover , a {
text-decoration: none;
outline: 0 solid;
color:#082842;
}
img {
max-width:100%;
height: auto;
}
.table {
margin:0;
}
table a {
color: #0d9b49;
}
table a i {
font-size: 14px !important;
}
thead {
background: #ecf0f1;
}
thead tr th, tbody tr td, tbody tr th {
font-size: 10px;
font-weight: 600;
}
p.all-job-style>a {
color: #1e9b49;
}
input:focus {
border: transparent;
}
:focus {outline:0;}
.login-freelancer-profile-setting-sidebar-area.overflow-fix {
max-width: 245px;
top: 35px !important;
}
.table-bordered thead th, .table-bordered thead td {
border-bottom-width: 1px;
}
.padding-o {
padding:0;
}
.padding-to {
padding:20px;
}
.margin-o {
margin:0;
}
.margin-to {
margin:20px;
}
.padding-ioo {
padding:100px 0;
}
.padding-vo {
padding:50px 0;
}
.position-relative{
position:relative;
}
.overflow-fix {
float:left;
width:100%;
height:auto;
}
.silmple-btn a {
border: 1px solid #003A6F;
padding: 10px 30px;
color: #fff;
display: table;
margin: 0 auto;
}
.css-perallax-bg {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
.bg-overlay-dark:before {
background-color:rgba(0, 0, 0, 0.5);
content: "";
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
}
/* text */
span.green-text {
color: #0d9b49;
}
span.yalo-text {
color: #ffaa00;
}
span.red-text {
color: #ff0000;
}
/*projec serach css*/
section.section-title-new.overflow-fix {
padding: 30px 0;
text-align: center;
font-size: 20px;
background: #ECF0F1;
padding-bottom: 0;
}
/* Full Screen Section */
.full-hight-main-area, .full-hight-area, .full-hight-area div {
height: 100%;
}
.full-hight-table {
display: table;
}
.full-hight-tablecell {
display: table-cell;
vertical-align: middle;
}
.full-hight-tablecell, .full-hight-tablecell div {
height: auto;
}
/* Section Title */
.section-title-heading h2 {
font-size: 48px;
color: #fff;
font-family: motoroil;
text-transform: uppercase;
margin-bottom: 5px;
}
.section-title-content {
color: #fff;
font-family: elevation;
margin-top: 15px;
}
/* Input Number */
.quantity {
position: relative;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
-webkit-appearance: none;
margin: 0;
}
input[type=number]
{
-moz-appearance: textfield;
}
.quantity input {
width: 45px;
height: 42px;
line-height: 1.65;
float: left;
display: block;
padding: 0;
margin: 0;
padding-left: 20px;
border: 1px solid #eee;
}
.quantity input:focus {
outline: 0;
}
.quantity-nav {
float: left;
position: relative;
height: 27px;
}
.quantity-button i {
font-size: 6px;
}
.quantity-button {
position: relative;
cursor: pointer;
border-left: 1px solid #eee;
width: 20px;
text-align: center;
color: #0d9b49;
font-size: 9px;
font-family: "Trebuchet MS", Helvetica, sans-serif !important;
line-height: 1.7;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.quantity-button.quantity-up {
position: absolute;
height: 50%;
top: 0;
border-bottom: 1px solid #eee;
}
.quantity-button.quantity-down {
position: absolute;
bottom: -1px;
height: 50%;
}
/* Ui slider */
.irs {
height: 45px;
}
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
background: red;
}
.irs-line,
.irs-bar,
.irs-bar-edge {
height: 6px;
}
.irs-line {
background: #E6E6E4;
border-radius: 2px;
margin-left: 5px;
margin-right: 5px;
}
.irs-bar,
.irs-bar-edge {
background: #0d9b49;
top: 0;
border-radius: 2px;
}
.irs-bar-edge {
width: 0px;
}
.irs-from,
.irs-to,
.irs-single,
.irs-min,
.irs-max {
color: #fff;
top: 20px;
font-size: 0.875rem;
}
.irs-slider {
width: 13px;
height: 13px;
top: -4px;
background: #fff;
cursor: pointer;
border-radius: 50%;
box-shadow: 0px 0px 1px 0px;
}
/* Button */
.grren-btn {
background: #0d9b49;
color: #fff;
text-transform: uppercase;
height: 32px;
display: block;
margin: 0 auto;
line-height: 30px;
font-weight: 600;
font-size: 13px;
border-radius: 30px;
box-shadow: 0px 2px 0px #08622e;
text-align: center;
border: 1px solid #0d9b49;
cursor: pointer;
}
.content-bg {
background: #ecf0f1;
padding: 10px 10px;
padding-top: 25px;
padding-bottom: 50px;
border-top: 1px solid #acacac38;
}
.page-highlight {
font-size: 18px;
font-weight: 600;
margin-bottom: 20px;
letter-spacing: 2px;
}
.box-white-bg {
background: #fff;
box-shadow: 0px 0px 5px 0px #0000002e;
}
.post-dropdwon-title-area {
margin-bottom: 20px;
}
.post-button a {
width: 120px;
font-size: 11px;
}
/* Dropdown */
.dropdown-menu {
padding: 10px;
border-radius: 0;
padding-bottom: 5px;
}
.dropdown-menu:before {
background: #fff;
width: 10px;
height: 10px;
content: "";
display: block;
position: absolute;
top: -6px;
left: 20px;
border: 1px solid rgba(0, 0, 0, 0.15);
transform: rotate(45deg);
border-bottom: 0;
border-right: 0;
}
.dropdown-item.active, .dropdown-item:focus, .dropdown-item:hover {
background: #0d9b49;
color:#fff;
}
.dropdown-item {
line-height: 15px !important;
font-size: 10px !important;
padding: 5px 5px !important;
}
/* Cehck box */
.custom-control-description {
font-size: 11px;
margin-left: 5px;
letter-spacing: 1px;
text-transform: initial;
font-weight: 600;
cursor: pointer
}
.custom-control-input:checked ~ .custom-control-indicator {
background: #0d9b49;
border: 1px solid #fff;
box-shadow: 0px 0px 0px 1px #0d9b49 ;
}
.custom-control-indicator {
width: 14px !important;
height: 14px !important;
}
.custom-checkbox .custom-control-indicator {
box-shadow: 0px 0px 0px 1px #0d9b49;
border-radius: 0;
background: transparent;
padding: 0;
margin: 0;
}
/* Bootstrap tag button */
.bootstrap-tagsinput {
padding: 0;
margin: 0;
border: 0;
width:100%;
box-shadow: none;
}
.bootstrap-tagsinput input {
margin: 0;
border: 1px solid #e1e1e1;
float: left !important;
max-width: 100% !important;
margin-top: 5px;
}
.bootstrap-tagsinput .tag {
color: #fff !important;
font-size: 10px;
font-weight: 700;
margin-right: 3px !important;
background: #0d9b49;
padding: 2px 4px;
border-radius: 2px;
float: left;
display: block;
margin-bottom:3px;
}
/* Filde upload name close css */
#file-upload-name {
margin-top: 45px;
}
.file-remove-icon {
font-size: 11px;
background: #0d9b49;
color: #fff;
float: left;
width: auto;
display: block;
padding: 5px 10px;
border-right: 1px solid #fff;
border-radius: 2px;
}
.file-remove-icon b {
margin-left: 5px;
cursor: pointer;
}
/* switch Button */
.new-switch {
position: relative;
text-align: center;
display: inline-block;
vertical-align: top;
width: 87px;
height: 24px;
padding: 3px;
background-color: white;
border-radius: 12px;
cursor: pointer;
}
.new-switch .switch-input {
position: absolute;
top: 0;
left: 0;
opacity: 0;
}
.new-switch .switch-label {
position: relative;
display: block;
height: inherit;
font-size: 10px;
text-transform: uppercase;
background: #0d9b49;
border-radius: inherit;
-webkit-transition: 0.15s ease-out;
-moz-transition: 0.15s ease-out;
-o-transition: 0.15s ease-out;
transition: 0.15s ease-out;
-webkit-transition-property: opacity background;
-moz-transition-property: opacity background;
-o-transition-property: opacity background;
transition-property: opacity background;
color:#fff;
}
.new-switch .switch-label:before, .new-switch .switch-label:after {
position: absolute;
top: 50%;
margin-top: -.5em;
line-height: 1;
-webkit-transition: inherit;
-moz-transition: inherit;
-o-transition: inherit;
transition: inherit;
}
.new-switch .switch-label:before {
content: attr(data-off);
right: 18px;
color: #fff;
}
.new-switch .switch-label:after {
content: attr(data-on);
left: 11px;
color: white;
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
opacity: 0;
}
.new-switch .switch-input:checked ~ .switch-label {
background: #dfe0e2;
}
.new-switch .switch-input:checked ~ .switch-label:before {
opacity: 0;
}
.new-switch .switch-input:checked ~ .switch-label:after {
opacity: 1;
}
.new-switch .switch-handle {
position: absolute;
top: 1px;
left: 0px;
width: 27px;
height: 27px;
background: white;
border-radius: 50%;
-webkit-transition: left 0.15s ease-out;
-moz-transition: left 0.15s ease-out;
-o-transition: left 0.15s ease-out;
transition: left 0.15s ease-out;
box-shadow: 0px 0px 2px 0px #000000a6;
}
.new-switch .switch-input:checked ~ .switch-handle {
left: 62px;
}
.switch-green > .switch-input:checked ~ .switch-label {
background: #50bd5c;
}
/* Rating */
.give-feedback-content .stars {
background: url(../images/ratig.png) repeat-x 0 0;
width: 150px;
margin: 0 auto;
}
.ie7 .give-feedback-content .stars {
*zoom: 1;
}
.give-feedback-content .stars:before,
.give-feedback-content .stars:after {
display: table;
content: "";
}
.give-feedback-content .stars:after {
clear: both;
}
.give-feedback-content .stars input[type="radio"] {
position: absolute;
opacity: 0;
filter: alpha(opacity=0);
}
.give-feedback-content .stars input[type="radio"].star-5:checked ~ span {
width: 100%;
}
.give-feedback-content .stars input[type="radio"].star-4:checked ~ span {
width: 80%;
}
.give-feedback-content .stars input[type="radio"].star-3:checked ~ span {
width: 60%;
}
.give-feedback-content .stars input[type="radio"].star-2:checked ~ span {
width: 40%;
}
.give-feedback-content .stars input[type="radio"].star-1:checked ~ span {
width: 20%;
}
.give-feedback-content .stars label {
display: block;
width: 30px;
height: 30px;
margin: 0!important;
padding: 0!important;
text-indent: -999em;
float: left;
position: relative;
z-index: 10;
background: transparent!important;
cursor: pointer;
}
.give-feedback-content .stars label:hover ~ span {
background-position: 0 -30px;
}
.give-feedback-content .stars label.star-5:hover ~ span {
width: 100% !important;
}
.give-feedback-content .stars label.star-4:hover ~ span {
width: 80% !important;
}
.give-feedback-content .stars label.star-3:hover ~ span {
width: 60% !important;
}
.give-feedback-content .stars label.star-2:hover ~ span {
width: 40% !important;
}
.give-feedback-content .stars label.star-1:hover ~ span {
width: 20% !important;
}
.give-feedback-content .stars span {
display: block;
width: 0;
position: relative;
top: 0;
left: 0;
height: 30px;
background: url(../images/ratig.png) repeat-x 0 -60px;
-webkit-transition: -webkit-width 0.5s;
-moz-transition: -moz-width 0.5s;
-ms-transition: -ms-width 0.5s;
-o-transition: -o-width 0.5s;
transition: width 0.5s;
}
.give-feedback-content h2 {
text-align: center;
font-size: 13px;
font-weight: 600;
}
.stars {
margin: 0 auto;
float: none;
}
.daynamic-rating {
margin-top: 10px;
margin-bottom: 15px;
}
.give-feedback-text textarea {
width: 100%;
float: left;
border: 1px solid #0d9b49;
padding: 10px;
border-radius: 2px;
height: 80px;
font-size: 11px;
}
.give-feedback-button button {
background: #0d9b49;
color: #fff;
text-transform: uppercase;
height: 32px;
display: block;
margin: 0 auto;
line-height: 30px;
font-weight: 600;
font-size: 12px;
border-radius: 3px;
text-align: center;
border: 1px solid #0d9b49;
cursor: pointer;
width: 100%;
}
/* Menu */
.main-header-area {
padding: 25px 0;
}
.header-logo img {
max-width: 190px;
}
.right-menu ul {
list-style: outside none;
text-align: right;
}
.right-menu ul li {
display: inline-block;
height: 50px;
}
.right-menu ul li:hover a i, .right-menu ul li:hover a, .right-menu ul li.active a{
color:#0d9b49;
}
.right-menu ul li a {
font-size: 11px;
text-transform: uppercase;
font-weight: 500;
line-height: 50px;
padding-left: 25px;
font-weight:600;
}
.right-menu ul li:nth-child(2) {
border-right: 1px solid #0d9b49;
padding-right: 25px;
}
/* Search Menu */
.header-search-bar input {
width: 100%;
height: 40px;
border-radius: 30px;
border: 1px solid #0d9b49;
padding: 12px;
font-size: 14px;
padding-left: 50px;
display: block;
margin-top: 0px;
}
.range-slider-wrap {
margin-top: 18px;
}
.header-search-bar {
position: relative;
}
.header-search-bar .search-field-opacity {
position: absolute;
left: 10px;
top: 7px;
}
.search-field-opacity i {
color: #0d9b49;
display: inline-block;
font-size: 15px;
margin-right: 3px;
}
span.select2-dropdown.select2-dropdown--below {
min-width: 135px;
}
ul#select2-headerselect-results li:first-child {
display: none;
}
.search-field-opacity i:nth-child(2) {
font-size: 17px;
}
.header-search-bar .search-field-opacity .select2 {
margin-left: -35px;
margin-top: -1px;
opacity: 0;
width: 40px !important;
}
.search-field-opacity .select2-container--open {
width: 155px !important;
top:7px !important;
}
/* Freelancer menu */
.client-menu-right ul {
list-style: outside none;
text-align: right;
}
.client-menu-right ul li {
display: inline-block;
height: 50px;
}
.client-menu-right ul li a {
font-size: 11px;
text-transform: uppercase;
font-weight: 600;
line-height: 50px;
padding-right: 25px;
cursor:pointer;
}
.client-menu-right ul li.active, .client-menu-right ul li:hover {
color:#0d9b49;
}
.client-menu-right .dropdown-toggle::after {
display: none;
}
.client-menu-right ul li i {
color: #DEDEDE;
font-size: 16px;
}
.client-menu-right ul .dropdown-menu {
}
.client-menu-right ul li .dropdown-item {
line-height: 15px;
font-size: 10px;
padding: 5px 5px;
}
.client-menu-right ul .dropdown-menu {
top: 10px !important;
}
.profile-menu-img a {
display: block;
width: 35px;
height: 35px;
overflow: hidden;
}
.profile-menu-name {
font-size: 11px;
font-weight: 600;
padding: 10px;
}
.profile-menu-icon .dropdown-menu:before {
right:20px;
left:unset;
}
.profile-menu-icon .dropdown-menu {
top: 10px !important;
}
.profile-menu-ara {
padding-left: 25px;
border-left: 1px solid #0d9b49;
}
.profile-menu-ara {
padding-left: 25px;
border-left: 1px solid #0d9b49;
}
.profile-menu-icon i {
color: #0d9b49;
}
/* Bannger */
.banner-silder-single-item-area.overflow-fix {
padding: 12% 2%;
background-size: cover !important;
background-position: center !important;
color: #fff;
padding-left: 7%;
}
.home-banner-slider-area .owl-carousel .owl-stage-outer {
overflow: inherit;
}
.banner-silder-single-item-heading {
font-size: 31px;
font-weight: 500;
letter-spacing: 1px;
margin-bottom: 25px;
}
.banner-silder .owl-dots {
position: absolute;
bottom: 0%;
left: 0;
right: 0;
}
.owl-theme .owl-dots .owl-dot span {
width: 21px;
height: 5px;
background: rgba(255, 255, 255, 0.52);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #fff;
opacity: 1;
}
/* see-succeess-freelancers */
.see-succeess-freelancers-area {
padding: 50px 0;
text-align: center;
}
.see-succeess-freelancers-heading {
font-size: 31px;
color: #0d9b49;
font-weight: 600;
margin-bottom: 25px;
}
.succeess-freelancers-single-item {
border: 1px solid #0d9b49;
}
.succeess-freelancers-single-item.one {
max-width: 140px;
border-right:0;
}
.succeess-freelancers-single-item.two {
width: 165px;
border-right:0;
}
.succeess-freelancers-single-item.three {
width: 180px;
}
.succeess-freelancers-single-item.three img{
height: 136px;
}
.succeess-freelancers-single-datils {
height: 165px;
overflow: hidden;
}
.succeess-freelancers-single-img img {
width: 100%;
}
.one .succeess-freelancers-single-img img {
max-height: 106px;
}
.two .succeess-freelancers-single-img img {
max-height: 120px;
}
.succeess-freelancers-single-item.four {
border-right:1px solid #0d9b49;
border-left:0px;
}
.succeess-freelancers-single-item.five {
border-right:1px solid #0d9b49;
border-left:0px;
}
.succeess-freelancers-single-heading h2 a {
width: 50%;
font-weight: 700;
}
.succeess-freelancers-single-heading h2 {
font-size: 11px;
width: 100%;
text-align: center;
margin-top:5px;
}
.succeess-freelancers-single-heading h2 span {
width: 50%;
position: relative;
font-weight: 400;
}
.succeess-freelancers-single-heading h2 span:after {
position: absolute;
content: "";
display: block;
width: 5px;
height: 5px;
background: #000;
left: -8px;
top: 3px;
border-radius: 50%;
}
.succeess-freelancers-single-heading h2 span a {
font-weight: 400;
width:100%;
}
.succeess-freelancers-single-heading h3 {
margin-top: 5px;
font-size: 11px;
font-weight: 800;
color: #0d9b49;
margin-bottom: 0px;
float: left;
width: 100%;
}
.succeess-freelancers-single-heading p {
font-size: 10px;
margin-top: 5px;
margin-bottom: 5px;
width: 100%;
float: left;
}
.succeess-freelancers-single-tag ul {
list-style: outside none;
margin: 0;
padding: 0 5px;
}
.succeess-freelancers-single-tag ul li {
display: inline-block;
border: 1px solid #0d9b49;
font-size: 10px;
padding: 0px 5px 0px;
line-height: 14px;
border-radius: 3px;
margin-bottom: 3px;
color: #111;
}
.started-in-minutes-heading.overflow-fix {
font-size: 31px;
color: #0d9b49;
font-weight: 600;
margin-bottom: 25px;
}
.started-in-minutes-area {
text-align: center;
padding-bottom: 55px;
}
.started-in-minutes-single-img a {
display: block;
}
.started-in-minutes-single-img a img {
max-width: 100px;
height: 70px;
}
.started-in-minutes-single-heading h2 {
font-weight: 600;
margin-top: 5px;
margin-bottom: 5px;
}
.started-in-minutes-single-button a {
max-width: 160px;
}
.started-in-minutes-single-heading p {
font-size: 10px;
}
.started-in-minutes-single-button {
margin-top: 25px;
}
.mini-about-area {
background-color: #A0DDBB;
padding: 40px 0;
background-image: url(../images/bg-for-ani.png);
background-size: 90% 90%;
background-position: 0% 100%;
background-repeat-x: repeat;
background-repeat-y: no-repeat;
animation: mymove 10s infinite;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
0% {background-position: 0% 100%;}
25% {background-position: 180% 100%;}
75% {background-position: 270% 100%;}
100% {background-position: 360% 100%;}
}
.mini-about-heading h2 {
font-size: 29px;
font-weight: 600;
padding-right: 26%;
line-height: 35px;
}
.mini-about-heading {
margin-bottom: 25px;
}
.mini-about-single-area {
min-height: 55px;
}
.mini-about-single-icon {
float: left;
width: 55px;
height: 40px;
line-height: 40px;
border: 1px solid #082842;
text-align: center;
font-size: 13px;
border-right: 0;
border-left: 0;
color: #0d9b49;
position: relative;
}
.mini-about-single-icon:after, .mini-about-single-icon:before {
width: 1px;
height: 130%;
content: "";
display: block;
position: absolute;
top: -15%;
background: #082842;
}
.mini-about-single-icon:after {
right: 10%;
}
.mini-about-single-icon:before {
left: 10%;
}
.mini-about-single-conetnt {
width: 100px;
margin-bottom: 12px;
padding-left: 5px;
}
.mini-about-single-conetnt h5 {
font-size: 10px;
font-weight: 800;
color: #0d9b49;
letter-spacing: 1px;
}
.mini-about-single-conetnt p {
font-size: 9px;
font-weight: 800;
letter-spacing: 1px;
text-transform: uppercase;
margin-top: 2px;
}
.also-featured-area {
text-align: center;
}
.also-featured-heading.overflow-fix {
font-size: 31px;
color: #0d9b49;
font-weight: 600;
margin-bottom: 25px;
}
.main-also-featured-area {
padding-top: 50px;
padding-bottom: 65px;
}
.city-bg-area {
background: url(../images/city.png);
min-height: 250px;
background-size: 90% 90%;
background-position: 0% 100%;
background-repeat-x: repeat;
background-repeat-y: no-repeat;
}
.also-featured-single-img img {
width: 150px !important;
}
.also-featured-single-img {
height: 50px;
}
.top-footer-area {
background: #0d9b49;
color: #fff;
padding-top: 50px;
padding-bottom: 60px;
}
.btm-footer-area {
background: #08622e;
color: #fff;
padding: 35px 0px;
}
.btm-footer-area p {
font-size: 10px;
letter-spacing: 1px;
}
.btm-footer-area p a {
color: #fff;
}
.footer-menu ul {
list-style: outside none;
}
.footer-menu ul li {
font-size: 13px;
color: #fff;
margin-bottom: 5px;
}
.footer-menu-logo a {
display: block;
}
.footer-menu-logo a img {
max-width: 145px;
}
.footer-menu {
margin-top: 5px;
}
.footer-menu ul li a {
color: #fff;
}
.footer-title h2 {
text-transform: uppercase;
font-size: 13px;
letter-spacing: 1px;
font-weight: 500;
}
.footer-title {
margin-bottom: 20px;
}
.footer-social ul {
list-style: outside none;
}
.footer-social ul li {
display: inline-block;
height: 25px;
width: 25px;
background: #fff;
border-radius: 50%;
text-align: center;
margin-right: 5px;
margin-top: 5px;
}
.footer-social ul li a {
color: #0d9b49;
font-size: 12px;
}
/* Project Page */
.project-search-area {
background-image: url(../images/porject-search-bg.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
}
.all-search-porject-count-area p {
color: #fff;
font-size: 18px;
padding-bottom: 45px;
padding-top: 50px;
}
.project-search-area:before {
content: "";
display: block;
width: 100%;
height: 100%;
background: #124c5b;
position: absolute;
top: 0;
opacity: .7;
}
#headerselect {
opacity: 0;
}
.project-filter-area .select2 {
width: 165px !important;
}
.project-filter-area .select2-container--default .select2-selection--single {
background-color: #F8F9FD;
border: 1px solid #acacac38;
border-radius: 0;
font-size: 11px;
height: 30px;
}
.advance-sraech-area {
padding: 15px;
border: 1px solid #acacac38;
padding-top:30px;
}
.search-single-field h2 {
font-weight: 700;
font-size: 12px;
margin-bottom: 8px;
}
.search-single-field .select2 {
width: 150px !important;
}
.search-single-field .select2-container--default .select2-selection--single {
background-color: #F8F9FD;
border: 1px solid #acacac38;
border-radius: 0;
font-size: 11px;
height: 25px;
}
.select2-results__option {
background: #fff;
border-radius: 0px !important;
padding: 5px 10px;
font-size: 11px;
}
.select2-container--open .select2-dropdown--below {
margin-top: 5px;
border: 1px solid #acacac38;
border-radius: 0;
}
.select2-results {
background: #fff;
border-radius: 0px !important;
padding: 10px;
font-size: 11px;
}
.select2-results ul li:hover, .select2-results .select2-results__option--highlighted {
background: #0d9b49 !important;
}
.select2-container--default .select2-results>.select2-results__options {
max-height: 300px ;
overflow-y: auto;
}
.select2-search--dropdown .select2-search__field {
margin: 0 !important;
font-size: 11px;
height:25px;
}
.select2-search {
padding: 0px 0px !important;
margin: 5px 10px;
margin-bottom: 0px;
}
.search-single-field .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 24px;
}
.search-single-field .select2-container--default .select2-selection--single .select2-selection__arrow {
height:24px;
}
.search-single-field input {
border: 1px solid #acacac38;
width: 100%;
height: 25px;
padding: 5px;
font-size: 11px;
}
.search-single-field {
width: 160px;
}
.search-single-field .irs span {
font-size: 10px;
color: #000;
font-weight: 500;
}
.search-single-field .irs-to {
display: none;
}
.search-single-field .irs-from {
margin-top: -5px;
}
.project-list-area {
background: #ECF0F1;
padding-top: 25px;
padding-bottom: 50px;
}
.single-porject-area {
background: #fff;
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.24);
margin-bottom: 10px;
padding: 15px;
font-size: 11px;
}
.single-porject-heading {
font-weight: 700;
font-size: 13px;
margin-bottom: 10px;
}
.single-porject-type {
margin-bottom: 11px;
}
.single-porject-datalist a {
color: #0d9b49;
}
.single-porject-datalist {
margin-bottom: 15px;
text-align:justify;
}
.single-porject-skill p {
float: left;
}
.single-porject-skill ul {
list-style: outside none;
float: left;
margin-left: 5px;
}
.single-porject-skill ul li {
display: inline-block;
}
.single-porject-skill ul li i {
color: #0d9b49;
}
.see-dtiles-button a {
height: 28px;
line-height: 30px;
font-size: 10px;
text-transform: none;
width: 85px;
float: right;
display: block;
padding: 0px 10px;
}
.pagination {
display: inherit;
}
.pagination-area ul {
list-style: outside none;
}
.pagination-area ul li {
display: inline-block;
font-size: 11px;
margin-right: 1px;
}
.pagination-area ul .active a, .pagination-area ul li:last-child a {
color: #006dd0;
}
.main-project-details-area {
font-size: 11px;
}
.project-details-area {
padding: 15px;
margin-bottom: 20px;
position:relative;
}
.project-edit {
position: absolute;
top: 0;
right: 0;
}
.project-edit a {
background: #0d9b49;
padding: 8px 15px;
display: block;
margin-top: 15px;
margin-right: 15px;
box-shadow: 0px 0px 5px 0px #0000002e;
color: #ecf0f1;
}
.project-details-title
h2 {
font-size: 16px;
font-weight: 600;
margin-bottom: 5px;
}
.project-details-title
span {
font-weight: 500;
}
.project-details-skil {
margin: 15px auto;
font-weight: 600;
}
.project-details-skil
ul li {
margin-right: 5px;
border-right: 1px solid;
padding-right: 5px;
font-size: 12px;
}
.project-details-skil
ul li:last-child {
border: navajowhite;
}
.project-details-type
ul li:first-child {
font-weight: 600;
}
.project-details-type ul {
margin-right: 25px;
}
.project-details-type
ul li {
font-size: 13px;
margin-bottom: 2px;
}
.project-details-type {
padding-bottom: 10px;
border-bottom: 1px solid #acacac38;
margin-bottom: 10px;
}
.project-details-conetnt-title {
font-size: 16px;
font-weight: 600;
margin-top: 10px;
margin-bottom: 15px;
}
.project-details-conetnt {
font-size: 12px;
}
.project-details-attachment ul li a {
color: #0d9b49;
margin-bottom: 2px;
font-size:13px;
}
.project-details-attachment ul li i {
margin-right: 8px;
}
.project-details-bit-area .page-highlight {
letter-spacing: 0px;
font-size: 15px;
}
.project-details-bit-area {
padding: 15px;
}
.project-details-similar-title-area {margin: 20px auto;font-size: 15px;font-weight: 600;padding-bottom: 15px;border-bottom: 1px solid #acacac38;width: 100%;}
.project-details-similar-single-area h2 {
font-size: 12px;
font-weight: 600;
}
.project-details-similar-single-area h6 {
margin: 5px 0px;
}
.project-details-similar-single-area ul li:first-child {
font-weight: 600;
font-size: 12px;
margin-bottom: 2px;
}
/* Sidebar */
.project-details-sidebar-area button {
background: #0d9b49;
border: 1px solid #0d9b49;
color: #fff;
width: 100%;
line-height: 35px;
font-size: 13px;
font-weight: 600;
cursor: pointer;
}
.project-details-single-sidebar {
padding: 15px;
margin-top: 20px;
}
.project-details-single-sidebar h2 {
font-size: 12px;
font-weight: 600;
}
.project-details-single-sidebar ul {
border-top: 1px solid #acacac38;
padding-top: 5px;
margin-top: 5px;
}
.project-details-single-sidebar ul:first-child {
border: none;
padding-top: 0px;
margin-top: 0px;
}
.project-details-single-sidebar ul li:last-child {
font-weight: 600;
}
.project-details-single-sidebar-textarea {
margin-top: 20px;
font-size: 14px;
font-weight: 600;
}
.project-details-single-sidebar-textarea textarea {
width: 100%;
margin-top: 10px;
margin-bottom: 5px;
height: 60px;
}
.project-details-single-sidebar h5 {
font-size: 13px;
font-weight: 600;
}
.project-details-single-sidebar h5 img {
width: 20px;
float: left;
margin-right: 10px;
}
.project-details-single-sidebar-textarea input {
width: 100%;
margin-top: 10px;
margin-bottom: 5px;
font-size: 11px;
padding: 5px;
height:35px;
}
.freelancers-profile-area .project-details-single-sidebar:first-child {
margin-top: 0;
}
.freelancers-profile-area .project-details-single-sidebar-textarea {margin-top: 10px;font-size: 15px;line-height: 21px;}
.project-details-ul {
margin-left: 15px;
margin-top: 5px;
}
/* freelancers profile */
.freelancers-profile-area .single-profile-item {
padding: 0;
box-shadow: none;
border-bottom: 1px solid #cccccc;
padding-bottom: 20px;
}
.freelancer-rating-text.single-profile-heading ul li {
border: none !important;
margin: 0;
padding-right: 9px;
padding-left: 0;
float: left;
}
.freelancer-rating-text.single-profile-heading ul {
float: left;
margin-left: 0px;
margin-bottom: 6px;
}
.freelancers-profile-area .project-details-single-sidebar-textarea textarea {
height: 35px;
}
.proposal-project-area .select2-container {
width: 130px !important;
}
.proposal-project-area .select2-container--default .select2-selection--single {
border-radius: 2px;
}
.rating-poposal li {
color: #0d9b49;
margin-right: 6px;
}
.weekly-timesheet-clander {
font-size: 11px;
font-weight: 600;
padding-left: 0;
}
.weekly-timesheet-clander p, .weekly-timesheet-clander span, .weekly-timesheet-clander h6 {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.weekly-timesheet-clander p {
margin-right: 10px;
font-size: 13px;
}
.weekly-timesheet-clander span {
margin: 0px 5px;
font-size: 15px;
}
.weekly-timesheet-clander input {
padding: 2px 7px;
position: relative;
}
.weekly-timesheet-clander h5 {
position: relative;
margin-left: -10px;
top: 7px;
left: -10px;
}
.freelancer-weekly-timesheet .weekly-timesheet-date {
padding-top: 0;
padding-left: 0;
}
.weekly-timesheet-date
p {
font-weight: 600;
font-size: 12px;
margin-bottom: 5px;
}
.weekly-timesheet-date
p span {
font-weight: 400;
margin-left: 7px;
}
input#datepicker {
cursor: pointer;
}
input#datepicker1 {
cursor: pointer;
}
.weekly-timesheet-clander:hover span {
transform: rotate(180deg);
}
.freelancer-transaction-area .weekly-timesheet-clander {
padding-left: 20px;
}
.weekly-timesheet-clander h6 {
margin: 0 7px;
}
.short-table-css {
font-size: 12px;
padding-left: 20px;
}
.short-table-css .select2-container {
width: 50px !important;
}
.short-table-css p {
-ms-flex-item-align: center!important;
align-self: center!important;
margin-right: 10px;
font-weight: 600;
}
.freelancer-transaction-area .page-highlight {
margin-top: 10px;
margin-bottom: 10px;
}
.post-button span {
margin-right: 10px;
font-size: 12px;
font-weight: 600;
}
.masonry {
column-count: 1;
-moz-column-count: 1;
-webkit-column-count: 1;
column-gap: 20px;
-moz-column-gap: 20px;
-webkit-column-gap: 20px;
}
.masonry .post {
display: inline-block;
width: calc(100%);
padding: 10px;
box-shadow:0px 0px 2px 0px #0003;
background: #fff;
margin-bottom: 20px;
}
.masonry .post img,
.masonry .post iframe,
.masonry .post blockquote {
max-width: 100%;
display: block;
}
.span-all-columns {
column-span: all;
-webkit-column-span: all;
-mox-column-span: all;
}
.masonry h1, .masonry h2 {
-ms-word-wrap: break-word;
word-wrap: break-word;
}
@media (min-width: 480px) {
.masonry {
column-count: 1;
-moz-column-count: 1;
-webkit-column-count: 1;
}
}
@media (min-width: 768px) {
.masonry {
column-count: 2;
-moz-column-count: 2;
-webkit-column-count: 2;
}
}
@media (min-width: 992px) {
.masonry {
column-count: 2;
-moz-column-count: 2;
-webkit-column-count: 2;
}
}
/* 9 balance-overview-tab */
.balance-overview-tab-title ul {
text-align: center;
padding-left: 15px;
}
.balance-overview-tab-title {
border-bottom: 1px solid #e1e1e1;
}
.balance-overview-tab-title ul li .active {
border-bottom: 2px solid #0d9b49;
color: #0d9b49;
}
.balance-overview-tab-title ul li a {
font-size: 11px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
font-weight: 500;
letter-spacing: .5px;
padding-top: 15px;
display: block;
}
.balance-overview-tab-title ul li {
padding-right: 10px;
}
.balance-overview-if-no-work h6 {
font-size: 28px;
text-align: center;
font-weight: 500;
text-transform: uppercase;
padding-top: 20px;
}
.balance-overview-if-no-work h6 span {
font-size: 35px;
margin-left: 2px;
}
.balance-overview-if-no-work p {
text-align: center;
font-size: 14px;
padding-top: 15px;
padding-bottom: 50px;
font-weight: 500;
}
.balance-overview-available h6 {
font-size: 28px;
text-align: center;
font-weight: 500;
text-transform: uppercase;
padding-top: 20px;
}
.balance-overview-available h6 span {
font-size: 35px;
margin-left: 2px;
}
.balance-overview-available p {
text-align: center;
font-size: 13px;
padding-top: 10px;
padding-bottom: 10px;
font-weight: 500;
}
.balance-overview-available .grren-btn {
width: 115px;
font-size: 11px;
height: 30px;
margin-bottom: 20px;
line-height: 30px;
}
.balance-overview-tab-title .grren-btn {
width: 100px;
height: 27px;
font-size: 9px;
margin-top: 5px;
margin-right: 13px;
line-height: 27px;
}
.balance-payment-method-verify-conetnt .grren-btn {
width: 90px;
font-size: 9px;
height: 28px;
line-height: 28px;
float:left;
}
.table-button-opacity {
opacity:.5;
}
.table-cancle {
line-height: 30px;
margin-left: 10px;
}
.table-input-color {
color: #0d9b49;
}
.table-input-color span {
margin-left: 5px;
}
.table-input-color span input {
padding-left: 5px;
}
.table-withdraw-mathor a {
margin-right: 10px;
}
.balance-widthdraw-request-conetnt {
margin-bottom: 40px;
}
.balance-widthdraw-payment-method-notice {
color: #0d9b49;
border: 1px solid #0d9b49;
padding: 15px;
font-size: 12px;
background: #0d9b490d;
font-weight: 500;
margin-bottom:45px;
margin-top:20px;
}
.balance-widthdraw-payment-method-notice ul {
list-style: outside none;
margin: 14px;
}
/* client */
.single-porject-count-hits ul {
list-style: outside none;
}
.single-porject-count-hits ul li {
margin-right: 40px;
}
.single-porject-count-hits {
border-top: 1px solid #e1e1e1;
margin-top: 15px;
margin-bottom: 10px;
padding-top: 15px;
}
.single-porject-count-hits ul li span:first-child {
font-weight: 600;
margin-right: 4px;
}
ul.required-skills-list li {
font-size: 10px;
font-weight: 700;
margin-right: 3px !important;
background: #0d9b49;
padding: 4px 4px;
border-radius: 2px;
float: left;
display: block;
margin-bottom: 3px;
color: #fff;
}
ul.required-skills-list li p {
color: #fff;
cursor: pointer;
margin: 0;
}
ul.required-skills-list li p span {
margin-left: 7px;
}
.project-post-page-area .box-white-bg {
padding: 15px;
margin-bottom:15px;
}
.project-post-page-area .box-white-bg h2 {
margin-bottom: 20px;
font-size: 14px;
font-weight: 600;
float: left;
width: 100%;
}
.project-post-label-area {
width: 22%;
font-size: 11px;
font-weight: 700;
text-align: right;
padding-right: 15px;
margin-top:10px;
}
.project-post-input-area {
width: 78%;
}
.project-post-input-area.full-width textarea {
max-width: 100%;
height: 500px;
padding:10px;
}
.project-post-input-area input {
float: left;
width: 100%;
max-width: 300px;
height: 35px;
border: 1px solid #e1e1e1;
margin-bottom: 5px;
border-radius: 3px;
padding: 0px 10px;
font-size: 11px;
}
.project-post-input-area p {
width: 100%;
float: left;
height: auto;
font-size: 10px;
margin-top: 5px;
}
.project-post-input-area p i {
color: #0d9b49;
margin-right: 5px;
font-size: 14px;
}
.project-post-single-input {
margin-bottom: 15px;
}
.project-post-input-area textarea {
float: left;
width: 100%;
max-width: 300px;
height: 130px;
border: 1px solid #e1e1e1;
margin-bottom: 5px;
border-radius: 3px;
padding: 0px 10px;
font-size: 11px;
}
.project-post-fileupload-btn {
position: relative;
}
.project-post-fileupload-btn span {
position: absolute;
top: 0;
left: 0;
width: 100%;
background: #0d9b49;
line-height: 35px;
color: #fff;
font-weight: 600;
text-align: center;
font-size: 12px;
border-radius:5px;
}
.project-post-attachment-area p {
float: left;
color: #0d9b49;
font-size: 11px;
margin-top: 40px;
width: 100%;
height: auto;
clear: both;
display: block;
}
.project-apply-attachment-area h6 {
font-size: 13px;
font-weight: 600;
margin-bottom: 15px;
}
.project-post-attachment-area .project-details-attachment ul li span {
font-size: 12px;
font-weight: 700;
margin-left: 6px;
}
.project-post-fileupload-btn input {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 35px;
z-index: 1;
opacity: 0;
cursor: pointer;
}
.project-post-payment-option img {
max-width: 120px;
}
.project-post-payment-option {
padding:5% 10% ;
}
.project-post-payment-option .owl-stage {
display: -ms-flexbox!important;
display: flex!important;
-ms-flex-align: center!important;
align-items: center!important;
}
.project-post-submit-btn-area a.grren-btn {
max-width: 110px;
float: left;
font-size: 11px;
padding: 0px 12px;
margin-right: 18px;
}
.project-post-submit-btn-area a:last-child {
margin-top: 7px;
display: block;
font-size: 13px;
font-weight: 600;
margin-left: 15px;
color: red;
float: left;
}
.project-post-payment-option-area h6 {
font-weight: 600;
margin-left: 20px;
font-size: 13px;
}
.project-post-input-area .select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #acacac38;
border-radius: 0;
font-size: 11px;
height: 35px;
border-radius:3px;
}
.project-post-input-area .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 35px;
}
.project-post-input-area .select2-container {
width: 300px !important;
}
.project-post-input-area .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 35px;
}
.application-list-area {
padding: 20px;
}
.application-list-count {
font-weight: 700;
font-size: 14px;
margin-bottom: 20px;
}
.application-list-area .single-profile-item {
margin-bottom: 17px;
}
.application-list-bid-ammount p {
font-size: 12px;
}
.application-list-bid-ammount p span {
font-weight: 600;
}
.application-list-bid-ammount {
border-top: 1px solid #acacac38;
padding-top: 10px;
margin-top: 10px;
}
.application-list-area .grren-btn {
margin-bottom: 10px;
border-radius: 5px;
width: 100%;
}
.project-apply-attachment-area textarea {
width: 100%;
height: 200px;
margin-bottom: 25px;
border: 1px solid #e1e1e1;
}
.milestones-area-usd-input input {
width: 100%;
height: 30px;
border: 1px solid #0d9b49;
padding: 5px;
font-size: 11px;
border-radius: 2px;
}
.milestones-area-usd-input .quantity input {
width: 85px;
border-left: none;
border-radius: 0px 3px 3px 0px;
padding-left: 10px;
}
.milestones-area-usd-input span {
font-size: 11px;
line-height: 32px;
background: #0d9b49;
height: 30px;
border-radius: 3px 0px 0px 3px;
color: #fff;
padding: 0px 20px;
}
.for-milstone-me {
margin-top: 10px !important;
margin-bottom: 30px ;
}
.milestones-area-usd-input:nth-child(1) {
width: 26% !important;
}
/* Profile */
.single-profile-item {
padding: 15px;
margin-bottom: 10px;
}
.single-profile-heading h2 {
font-weight: 600;
font-size: 16px;
margin-bottom: 10px;
}
.single-profile-heading ul {
list-style: outside none;
margin-left: 15px;
}
.single-profile-heading ul li {
display: inline-flex;
border: 1px solid #cccccc;
margin-left: -1px;
padding: 2px 13px;
height: 20px;
float: left;
}
.single-profile-heading ul li a {
font-size: 10px;
display: block;
}
.single-profile-heading ul li .profile-simple-rating i {
font-size: 10px;
display: block;
line-height: 15px;
color: #f8c835;
}
.single-profile-subject {
font-weight: 600;
font-size: 12px;
margin-bottom: 10px;
margin-top: 5px;
}
.single-profile-datalist {
margin-bottom: 10px;
text-align: justify;
font-size: 11px;
}
.single-profile-datalist a {
color: #0d9b49;
margin-left:5px;
}
.single-profile-skill {
font-size: 11px;
}
.single-profile-skill p {
float: left;
}
.single-profile-skill ul {
list-style: outside none;
float: left;
margin-left: 5px;
}
.single-profile-skill ul li {
display: inline-block;
}
.single-profile-skill ul li a {
color: #0d9b49;
}
.single-profile-item-img a img {
width: 100%;
height: auto;
float: left;
}
/* Chat box */
.message-box-content {
padding: 20px;
}
.message-box-start {
font-size: 11px;
}
.message-usename {
font-size: 15px;
font-weight: 600;
border-bottom: 1px solid #acacac38;
padding-bottom: 10px;
}
.message-usename h2 span {
margin-left: 10px;
font-weight: 400;
font-size: 13px;
}
.message-user-one-area {
padding-left: 15%;
margin: 20px auto;
}
.message-user-one-area p {
background: #0d9b49;
color: #fff;
padding: 10px 15px;
border-radius: 30px;
-ms-flex-item-align: center!important;
align-self: center!important;
font-size:10.9px;
}
.message-user-one-area span {
padding: 10px 15px;
-ms-flex-item-align: center!important;
align-self: center!important;
}
.message-user-one-area img {
max-width: 40px;
height: 40px;
width: 100%;
margin-left: 10px;
}
.message-user-two-area {
padding-right: 15%;
}
.message-user-two-area span {
padding: 10px 15px;
-ms-flex-item-align: center!important;
align-self: center!important;
}
.message-user-two-area img {
max-width: 40px;
height: 40px;
width: 100%;
margin-right: 10px;
}
.message-user-two-area p {
background: #EFF4EE;
color: #fff;
padding: 10px 15px;
border-radius: 30px;
-ms-flex-item-align: center!important;
align-self: center!important;
color:#212529;
font-size:10.9px;
}
.message-chat-textarea {
margin-top: 30px;
position:relative;
}
.message-chat-box-input-filed input {float: left;width: 100%;height: 60px;border: 1px solid #e1e1e1;margin-bottom: 5px;padding: 0px 10px;font-size: 11px;border-radius: 2px;}
.message-chat-box-upload-filed ul li i {
color: #0d9b49;
position: absolute;
left: 0;
top: 0;
line-height: 30px;
text-align: center;
width: 30px;
}
.message-chat-box-upload-filed ul li {
list-style: outside none;
display: inline-block;
width: 30px;
overflow: hidden;
margin: 0;
padding: 0;
max-height: 30px;
height: 100%;
position: relative;
}
.message-chat-box-upload-filed ul li input {
opacity: 0;
z-index: 9;
position: relative;
right: 100px;
cursor: pointer;
}
.message-chat-box-upload-filed {
background: transparent;
position: absolute;
right: 0;
text-align: right;
padding-right: 15px;
height: 100%;
width: 20%;
top: 14px;
}
/* Login */
.login-form-input input {
float: left;
width: 100%;
height: 35px;
border: 1px solid #e1e1e1;
margin-bottom: 5px;
border-radius: 3px;
padding: 0px 10px;
font-size: 11px;
margin-top: 5px;
margin-bottom: 15px;
}
.login-form {
font-size: 11px;
max-width: 300px;
margin: 0 auto;
display: table;
float: none;
}
.login-form-header {
text-align: center;
color: #0d9b49;
font-size: 20px;
margin-bottom: 20px;
font-weight: 600;
letter-spacing: 1px;
}
.login-form-area {
-webkit-box-shadow: inset 0px 6px 5px -6px rgba(0,0,0,0.15);
-moz-box-shadow: inset 0px 6px 5px -6px rgba(0,0,0,0.15);
box-shadow: inset 0px 6px 5px -6px rgba(0,0,0,0.15);
padding: 50px 0;
}
.login-form-submit-btn input {
width: 100%;
}
.login-form-input p {
font-weight: 600;
}
.login-form-checkbox {
width:50%;
}
.forgot-password {
width: 50%;
text-align: right;
color: #0d9b49;
margin-top:5px;
}
.login-form-submit-btn {
margin-top: 15px;
}
.forgot-password a {
color: #0d9b49;
font-weight: 600;
}
/* singup */
.singup-form-area {
-webkit-box-shadow: inset 0px 6px 5px -6px rgba(0,0,0,0.15);
-moz-box-shadow: inset 0px 6px 5px -6px rgba(0,0,0,0.15);
box-shadow: inset 0px 6px 5px -6px rgba(0,0,0,0.15);
padding: 50px 0;
}
.singup-form-header {
text-align: center;
color: #0d9b49;
font-size: 20px;
margin-bottom: 20px;
font-weight: 600;
letter-spacing: 1px;
}
.singup-form {
font-size: 11px;
max-width: 300px;
margin: 0 auto;
display: table;
float: none;
}
.singup-form-input p {
font-weight: 600;
}
.singup-form-input input {
float: left;
width: 100%;
height: 35px;
border: 1px solid #e1e1e1;
margin-bottom: 5px;
border-radius: 3px;
padding: 0px 10px;
font-size: 11px;
margin-top: 5px;
margin-bottom: 15px;
}
.singup-form-submit-btn {
margin-top: 15px;
}
.singup-form-submit-btn input {
width: 100%;
}
.singup-form-checkbox .custom-control-description a{
color:#0d9b49;
margin-top:2px;
display:block;
}
.singup-form-check-box p {
font-weight: 600;
}
.singup-form-check-box {
margin-bottom: 15px;
}
/* Apply Job Area */
.view-job-details-link-area a {
font-size: 12px;
color: #0d9b49;
}
.apply-this-job-area .project-details-skil {
margin-top: 0;
}
.apply-this-job-area .project-details-type {
padding-bottom: 15px;
}
.apply-this-job-area .project-details-area {
padding-bottom: 20px;
}
.apply-this-job-area .project-post-label-area {
text-align: left;
width: 32%;
margin-top: 7px;
}
.apply-this-job-area .project-post-input-area {
width: 68%;
}
.apply-this-job-area .project-post-input-area input {
width: 65px;
border-radius: 0;
height: 27px;
}
.apply-this-job-area .project-post-input-area p {
width: 80%;
margin-left: 10px;
}
.apply-this-job-area .project-post-input-area span {
float: left;
margin-right: 8px;
font-weight: 600;
font-size: 19px;
}
.apply-this-job-area .project-post-single-input {
margin-bottom: 25px;
}
.project-post-single-time {
border-top: 1px solid #e1e1e1;
padding-top: 15px;
margin-bottom: 5px !important;
}
.project-post-single-time h2 {
margin-bottom: 15px !important;
}
.project-post-single-time .search-single-field .select2 {
width: 200px !important;
}
.project-post-single-time .search-single-field .select2-container--default .select2-selection--single {
background: #fff;
height: 30px;
}
.project-post-single-time .search-single-field .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 29px;
color: #0d9b49;
}
.project-post-single-time .search-single-field .select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: #0d9b49 transparent transparent transparent;
}
/* profile setion */
.profile-img-upload-area {
width: 100%;
height: 150px;
float: left;
max-width: 140px;
background-size: cover;
background-repeat: no-repeat;
border-radius: 2px;
border: 1px solid #0d9b49;
}
.profile-img-upload-button {
max-width: 500px;
margin-left: 15px;
position:relative;
}
.profile-img-upload-button span {
background: #0d9b49;
color: #fff;
text-transform: uppercase;
height: 29px;
display: block;
margin: 0 auto;
line-height: 29px;
font-weight: 600;
font-size: 9px;
border-radius: 2px;
text-align: center;
border: 1px solid #0d9b49;
cursor: pointer;
float: left;
padding: 0px 34px;
margin-right: 13px;
}
.profile-img-upload-button input {
position: absolute;
bottom: 0;
margin: 0;
width: 100%;
opacity: 0;
cursor: pointer;
}
.profile-img-upload-button span.drop {
height: 20px !important;
position: absolute;
bottom: 0;
}
.login-freelancer-profile-setting-sidebar-area ul li a {
color: #0d9b49;
display: block;
margin: 0 auto;
line-height: 35px;
font-weight: 600;
font-size: 12px;
border-radius: 2px;
text-align: left;
cursor: pointer;
padding: 0px 10px;
}
.login-freelancer-profile-setting-sidebar-area ul li:hover a, .login-freelancer-profile-setting-sidebar-area ul .active a {
background: #0d9b49;
color: #fff;
}
.login-freelancer-profile-single-item-headding h2 {
font-size: 13px;
font-weight: 600;
}
.login-freelancer-profile-single-item-headding button {
background: #0d9b49;
color: #fff;
text-transform: uppercase;
height: 29px;
display: block;
margin: 0 auto;
line-height: 29px;
font-weight: 600;
font-size: 9px;
border-radius: 30px;
box-shadow: 0px 2px 0px #08622e;
text-align: center;
border: 1px solid #0d9b49;
cursor: pointer;
float: left;
padding: 0px 34px;
margin-right: 13px;
}
.login-freelancer-profile-single-item-headding {
border-bottom: 1px solid #e1e1e1;
padding-bottom: 15px;
margin-bottom: 10px;
}
.login-freelancer-profile-single-item-input p {
font-size: 11px;
font-weight: 600;
margin-bottom: 5px;
}
.login-freelancer-profile-single-item-input p i {
color: #0d9b49;
margin-right: 5px;
font-size: 14px;
}
.login-freelancer-profile-single-item-input input {
float: left;
width: 100%;
height: 28px;
border: 1px solid #e1e1e1;
border-radius: 2px;
padding: 0px 10px;
font-size: 13px;
margin-bottom: 10px;
max-width: 280px;
}
.select2-results__options::-webkit-scrollbar-track {
background-color: #f1f1f1
}
.select2-results__options::-webkit-scrollbar {
width: 3px;
background-color: #f1f1f1
}
.select2-results__options::-webkit-scrollbar-thumb {
background-color: #0d9b49
}
.login-freelancer-profile-single-item-input.full-width input, .login-freelancer-profile-single-item-input.full-width textarea {
max-width: 100%;
}
.login-freelancer-profile-single-item-input textarea {
max-width: 280px;
font-size: 11px;
width: 100%;
height: 170px;
border: 1px solid #e1e1e1;
padding: 0px 10px;
border-radius: 2px;
}
.login-freelancer-profile-single-item {
margin-bottom: 15px;
}
.language-view ul li {
font-size: 11px;
background: #ecf0f1;
margin-bottom: 2px;
padding: 8px 7px;
display: inline-block;
}
.language-view ul li i {
margin-left: 6px;
cursor: pointer;
}
.form-smubit-ny button {
background: #0d9b49;
color: #fff;
text-transform: uppercase;
height: 29px;
display: block;
margin: 0 auto;
line-height: 29px;
font-weight: 600;
font-size: 9px;
border-radius: 30px;
box-shadow: 0px 2px 0px #08622e;
text-align: center;
border: 1px solid #0d9b49;
cursor: pointer;
float: left;
padding: 0px 34px;
margin-right: 13px;
}
.form-smubit-ny a {
margin-top: 8px;
display: block;
font-size: 11px;
margin-left: 20px;
float: left;
color: #0d9b49;
}
.login-freelancer-profile-single-item-input {
margin-bottom: 10px;
}
.form-smubit-ny {
margin-top: 10px;
}
.login-freelancer-profile-single-item-input .select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #acacac38;
border-radius: 0;
font-size: 11px;
height: 30px;
}
.login-freelancer-profile-single-item-input .select2-container--default {
width: 350px!important;
}
.login-freelancer-profile-proficiency .select2-container--default {
width: 280px!important;
}
.phone-number-me .phone-code {
width: 45px;
border-right: 0;
border-radius: 2px 0px 0px 2px;
}
.phone-number-me input {
height: 29px;
}
.phone-number-me .phone-nber {
width: 110px;
}
.postal-code input {
width: 155px;
}
.address-setiong input {
width: 100% !important;
max-width: 100%;
}
.login-freelancer-profile-single-item-checkbox {
box-shadow: 0px 0px 5px 0px #0000002e;
width: 29.72%;
font-size: 11px;
text-align: center;
margin-bottom: 10px;
margin-top: 10px;
position:relative;
margin-left: 12px;
}
.login-freelancer-profile-single-item-checkbox:nth-child(3) {
margin-right: 0;
}
.login-freelancer-profile-single-item-checkbox input {
background: rebeccapurple;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
cursor: pointer;
opacity: 0;
}
.login-freelancer-profile-single-item-checkbox h5 {
font-size: 11px;
font-weight: 600;
margin-bottom: 10px;
}
.login-freelancer-profile-single-item-checkbox span {
font-size: 10px;
}
.login-freelancer-profile-single-item-checkbox input[type=checkbox]:checked + label {
background:#0d9b49;
color:#fff;
}
.login-freelancer-profile-single-item-checkbox label {
padding:11px 5px;
}
.login-freelancer-profile-single-item-social {
width: 120px;
display: -ms-flexbox!important;
display: flex!important;
box-shadow: 0px 0px 3px 0px #0000002e;
padding: 0px 10px;
line-height: 30px;
height: 30px;
font-size: 11px;
color: #0d9b49;
margin-right: 15px;
text-align: center;
}
.login-freelancer-profile-single-item-social i {
line-height: 30px;
margin-right: 7px;
}
.login-freelancer-profile-single-item-social.active {
color: #767676;
}
.login-freelancer-profile-single-item-blane-cnet h6 {
font-size: 12px;
font-weight: 600;
margin-bottom: 15px;
}
.login-freelancer-profile-single-item-blane-cnet p {
font-size: 11px;
}
.login-freelancer-profile-single-item-blance .form-smubit-ny {
margin: 0;
}
input.input-filed-none {
display: none;
}
@media (min-width: 1200px) {
.my-container {
max-width: 825px;
}
.main-header-area .my-container {
max-width: 1200px;
}
.project-search-area .my-container {
max-width: 1000px;
}
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) and (max-width: 767px) {
}
/* Small devices ( phones, 575px and up) */
@media only screen and (min-width: 300px) and (max-width: 575px) {
}
.applyerInfoInClient a{
height: 22px;
line-height: 22px;
border-radius: 3px;
font-size: 11px;
text-transform: none;
width: 85px;
float: right;
display: block;
padding: 0px 10px;
margin: 3px 0;
}
.sendBtn{
width: 70px !important;
}
.sendBtn button{
background-color: #1e9b49;
display: inline-block;
width: 70px;
padding-left: 25px;
color: #fff;
}
.sendBtn button i{
color: #fff !important;
}
.mail-notifi a {
padding: 0 !important;
position: relative;
}
.mail-notifi a .counter {
content: "";
background: #0d9b49;
width: 15px;
height: 15px;
display: block;
position: absolute;
left: 8px;
top: -12px;
border-radius: 50%;
line-height: 15px;
text-align: center;
color: #fff;
}
.single-modal-nofi a p {
display: block;
line-height: 15px;
text-transform: none;
padding-top: 5px;
}
.single-modal-nofi a {
background: #00000008;
display: block;
border-bottom: 1px solid #0d9b492b;
padding: 10px !important;
padding-top: 0 !important;
}
form.overflow-fix.form-btn button {
height: 22px;
line-height: 22px;
border-radius: 3px;
font-size: 11px;
text-transform: none;
width: 85px;
float: right;
display: block;
padding: 0px 10px;
margin: 3px 0;
}
.single-modal-nofi a h2 {
text-transform: none;
opacity: .5;
}
.single-modal-nofi a p span {
font-weight: bold;
margin-right: 5px;
}
.single-modal-nofi a p span:last-child {
margin-left: 5px;
}
.mail-notifi .dropdown-menu.show {
margin-left: -17px;
transition: 0s !important;
left: auto !important;
right: -10px !important;
max-width: 300px !important;
width: max-content;
transform: initial !important;
top: 40px !important;
}
.mail-notifi .dropdown-menu:before {
left: auto !important;
right: 12px;
}
.single-modal-nofi:last-child a {
border: 0;
}
.mail-notifi {
padding-right: 25px;
}
.single-modal-nofi:hover a {
background: rgba(0, 0, 0, 0.1);
}
.message-user-two-area p {
float: left;
width: 90%;
text-align: left;
}
.message-user-two-area {
direction: rtl !important;
}
.message-user-two-area p {
width: 100%;
text-align: left;
}
.message-user-one-area p {
width: 100%;
}
.message-user-one-area span {
width: 120px;
}
.message-user-two-area span {
width: 120px;
}
.message-user-one-area img,
.message-user-two-area img {
border-radius: 50%;
}
.red-btn {
background: red;
color: #fff;
text-transform: uppercase;
height: 32px;
display: block;
margin: 0 auto;
line-height: 30px;
font-weight: 600;
font-size: 13px;
border-radius: 30px;
box-shadow: 0px 2px 0px #08622e;
text-align: center;
border: 1px solid #0d9b49;
cursor: pointer;
} | 0.280616 | 0.0704 |
margin:0 auto;
width: 70%;
}
.datasetCard {
padding: 1em;
padding-bottom: 1.5em;
margin-top: 3em;
width: 80%;
border:1px solid #edf1f7;
border-radius: 1em;
min-height: 10em;
overflow: auto;
}
.datasetImageContainer {
float: left;
}
.datasetImageContainer img {
width: 10em;
max-height: 9em;
display: block;
border-radius: 0.5em;
}
.datasetContentContainer {
margin-left: 13em;
}
.datasetzie {
margin-left: 10em;
}
.datasetDetails .datasetDeatilsImageContainer {
height: 15em;
margin-left: 25%;
}
.datasetDetails .datasetDeatilsImageContainer .overlayBox {
position: relative;
}
.datasetDeatilsImageContainer .overlayBox img{
height: 80%;
min-width: 50%;
max-width: 100%;
max-height: 100%;
}
.datasetDetails .datasetDeatilsImageContainer .overlayBox h4 {
position: absolute;
top: 60%;
left: 0%;
width: 100%;
}
.datasetDetails .datasetDeatilsImageContainer .overlayBox .card-title span {
color: white;
font: bold 20px/40px Helvetica, Sans-Serif;
letter-spacing: -1px;
background: rgb(0, 0, 0); /* fallback color */
background: rgba(0, 0, 0, 0.7);
padding: 5px;
padding-left: 10%;
}
/* ******************************** NGO styles *********************************/
#pageTopCarousel {
background-color: #ffffff;
overflow:hidden
}
#pageTopCarousel > .carousel-inner > .item >img {
min-width: 100%;
height: 500px;
margin: auto;
object-fit: cover;
}
#pageTopCarousel .carousel-caption{
text-align: left;
right: 38%;
top: 50%;
transform: translateY(-50%);
bottom: initial;
}
#pageTopCarousel .carousel-caption h1 {
font-weight: bold;
}
.carousel-control.left, .carousel-control.right {
background-image: none
}
.nopadding {
padding: 0 !important;
margin: 0 !important;
}
.navbar { margin-bottom: 0 }
.carousal-ngo-text
{
position: absolute;
bottom: 0px;
color: #000;
width: 80%;
margin-left: 10%
}
.carousal-ngo-text h1, h2, h3, h4, h5, h6 {
display: inline;
}
.carousal-ngo-text .withBackground {
background-color: rgba(245, 245, 245, 0.7);
}
.livesImpactedContainer {
margin-top: 3em;
margin-bottom: 2em;
}
.inlineDiv {
display: inline-block;
}
.ngoNavBar {
}
.ngoNavBarItem{ float:left; }
.navWithNoBackground {
background-color: #FFF;
border: 0;
}
.ngoNavBarItemsContaniner {
padding-left: 5%;
padding-right: 5%;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
background-color: inherit !important;
text-decoration: none;
color: inherit;
}
.teal-dropdown {
background-color:#5cc1bb;
opacity: 0.9;
}
.teal-dropdown > li >a{
color: #5f5f60;
}
.page-section {
padding-top: 1em;
}
.bonsaiVerified {
padding: 0.6em;
border-radius: 0.5em;
}
.taxExempt {
margin-left: 10%;
padding: 0.6em;
border-radius: 0.5em;
}
.marginTopSmall {
margin-top:1em;
}
.marginTop {
margin-top: 2em;
}
.marginTopExtra {
margin-top: 4em;
}
.marginTopExtraExtra {
margin-top: 6em;
}
.marginTopExtraExtraExtra {
margin-top: 8em;
}
.paddingTop {
padding-top: 2em;
}
.paddingTopExtra {
padding-top: 4em;
}
.paddingBottom {
padding-bottom: 2em;
}
.timelineContainer > img {
height: 200px;
width: auto;
}
.handcraftImages {
height: 200px;
width: 200px;
}
#ngoMap {
width: 100%;
height: 16em;
}
/*on small screens coloumns are vertically stacked and we need gaps between vertical coloumns*/
@media (max-width: 768px) {
[class*="col-"] {
margin-bottom: 2em;
}
}
/*used to negate the above in special cases*/
.noMarginBottom {
margin-bottom: 0px;
}
.facebook-share-button, .facebook-share-button:hover, .facebook-share-button:active, .facebook-share-button:visited {
background-color: #3b5998 !important;
color: #FFFFFF !important;
margin-right: 2em;
/*padding: 1em 1em 1em 3em;*/
}
.facebook-share-button a , facebook-share-button a:hover{
color: #FFFFFF;
text-decoration: none;
}
.cardImage {
width: 100%;
height: 200px;
}
.ngoCards .card-block .card-text {
margin-top: 2em !important;
}
.causeCards .card-block .card-text {
margin-top: 2em !important;
}
.footer {
padding-top:3em;
background-color: #232f41;
}
.footer-link {
color: #FFFFFF;
margin-left: 1em;
}
.home-how-section {
background-color:#f2f3f4;
padding-bottom: 3em
}
.home-makeADiff-section {
padding-bottom: 3em
}
.linkButton {
color: #FFFFFF !important;
text-decoration: none !important;
}
.btn-facebook {
color: #fff;
background-color: #4C67A1;
}
.btn-facebook:hover {
color: #fff;
background-color: #405D9B;
}
.btn-facebook:focus {
color: #fff;
}
.no-padding-nav-a {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
.twitterTweets {
margin-left: 3em;
}
.headerImpactPledge {
width: 100%;
height: 80%;
min-height: 500px;
background: url(https://storage.googleapis.com/bonsai-b808c.appspot.com/website_images/kids-pledge-flag.jpg) no-repeat 0% 0% scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
#onImageContent {
background-color: #fff;
color: #000;
padding: 1em;
opacity: 0.7;
}
.widget_nav_menu ul {
margin-top: 1em;
list-style: outside none none;
padding-left: 0;
}
.widget_nav_menu ul li a{
color: #cccccc;
}
#volunteerModal .control-label {
text-align: left;
}
.onScrollReveal {
visibility: hidden;
}
.quote-image {
max-width: 12em;
width: 100%;
height: auto;
}
.cust-logo-image {
max-width: 6em;
width: 100%;
height: auto;
}
.text-color-white{
color: #fff !important;
}
.volunteerSection {
position: relative;
background: #5C97FF;
overflow: hidden;
}
.volunteerSection:before {
content: ' ';
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 0;
opacity: 0.8;
background-image: url('https://storage.googleapis.com/bonsai-b808c.appspot.com/website_images/volunteer_dark_small.jpg');
background-repeat: no-repeat;
background-position: 30% 80%;
-ms-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
background-size: cover;
}
.main-content {
color:#2C3438;
font-weight: 600;
font-size: 3.0em;
}
.blue-green {
color: #00a699;
}
.contact {
background-image:url(/img/map-image.png);
background-position:center;
background-repeat: no-repeat;
background-color:#222;
}
.navbar {
background-color: #ffffff;
border: 0;
}
body {
#background: #fbfbfc url("/img/bg-page.svg") center top
}
.separator {
height: 1.5em;
}
.separator_red {
background: url("/img/separator-red.svg") no-repeat center center;
}
.separator_blue {
background: url("/img/separator-blue.svg") no-repeat center center;
}
/****************************** BLOG ************************************************/
.blog_text {
font-family: medium-content-serif-font,Georgia,Cambria,"Times New Roman",Times,serif;
line-height: 1.58;
font-weight: 400;
font-size: 26px;
}
.blog_text h1 {
font-weight: 600;
}
.blog_text h2 h3 h4 {
font-weight: 500;
}
.blog_img_list img {
display: inline-block;
margin-right: 8px;
margin-top: 8px;
width: 128px;
}
.table_image {
width:128px;
}
.text-center-imp {
text-align: center !important;
}
.faceRecoBlog .hero {
width: 100%;
height: 40%;
min-height: 300px;
background: url(https://storage.googleapis.com/bonsai-b808c.appspot.com/dataturks/website/faces_min.png) no-repeat 0% 0% scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.textRecoBlog .hero {
width: 100%;
height: 40%;
min-height: 300px;
background: url(https://storage.googleapis.com/bonsai-b808c.appspot.com/dataturks/website/text_reco_bg_small.png) no-repeat 0% 0% scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.imageModBlog .hero {
width: 100%;
height: 40%;
min-height: 300px;
background: url(https://storage.googleapis.com/bonsai-b808c.appspot.com/dataturks/website/image_moderation.jpg) no-repeat 0% 0% scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.openNLPPOSBlog .hero {
width: 100%;
height: 40%;
min-height: 300px;
background: url(https://storage.googleapis.com/bonsai-b808c.appspot.com/dataturks/website/open_nlp_pos_blog.jpg) no-repeat 0% 0% scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.IntoMLBlog .hero {
width: 100%;
height: 40%;
min-height: 300px;
background: url(https://storage.googleapis.com/bonsai-b808c.appspot.com/dataturks/website/into_to_ML.png) no-repeat 0% -3% scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.IntoTextClassiBlog .hero {
width: 100%;
height: 40%;
min-height: 300px;
background: url(https://storage.googleapis.com/bonsai-b808c.appspot.com/dataturks/website/text_classi_final.png) no-repeat 0% -3% scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.ecommerceBlog .hero {
width: 100%;
height: 40%;
min-height: 300px;
color: black;
background: url(https://storage.googleapis.com/bazaar-4af66.appspot.com/ecommcover.jpg) no-repeat 0% -3% scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.bitcoinBlog .hero {
width: 100%;
height: 40%;
min-height: 300px;
background: url(https://storage.googleapis.com/bonsai-b808c.appspot.com/dataturks/website/blogs/bitcoin_head_image_final.jpg) no-repeat 0% -3% scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.resumeBlog .hero {
width: 100%;
height: 40%;
min-height: 300px;
background: url(https://storage.googleapis.com/bonsai-b808c.appspot.com/dataturks/website/ner_resume_blog.png) no-repeat 0% -3% scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.coreNLPNERBlog .hero {
width: 100%;
height: 40%;
min-height: 300px;
background: url(https://storage.googleapis.com/bonsai-b808c.appspot.com/dataturks/website/nlp2_image.jpg) no-repeat 0% 0% scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.blog_text h1, .blog_text h4{
color: #fff;
}
.blog_text_light_bg h1, .blog_text_light_bg h4{
color: #373a3c;
}
.blogItem a {
text-decoration: none;
color: inherit;
}
.navbar-custom {
color: #fff;
background-color: #5cc1bb;
min-height:5em;
border-radius:0px;
}
.navbar-custom .navbar-nav > li > a{
color: #fff ;
}
.navbar-custom .navbar-brand-imp{
color: #fff ;
}
.navbar-brand-imp {
/*color: #fff !important;*/
font-weight: 800;
font-size: 1.5em;
font-family:"Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive !important;
padding-top: 15px;
}
.navbar-brand-imp:hover {
color: inherit;
}
.gray {
background-color: #f6f6f6;
}
.color-teal {
color: #5cc1bb;
}
.paddingBottomExtra {
padding-bottom: 4em;
}
.paddingBottomExtraExtra {
padding-bottom: 6em;
}
.logoList ul li{
display: inline;
list-style: none;
margin-left: 1em;
}
.logoList li > img {
display: inline;
max-width: 180px;
max-height: 100px
}
.homeHeroSec {
background: url("https://storage.googleapis.com/bonsai-b808c.appspot.com/dataturks/website/word-bg.png") no-repeat 45% 30%;
}
.title-widget {
color: #fff;
}
.emailSignup .form-control {
height: 50px;
border-radius: 20px 0 0 20px;
}
.emailSignup .form-control:focus {
box-shadow: none;
border-color: #243c4f; }
.emailSignup .btn {
min-height: 50px;
border-radius: 0 20px 20px 0;
background: #243c4f;
color: #fff;
}
/*********** New homepage *********/
.homeHeroSecDatalicious {
min-height: 600px;
background-color:#5cc1bb;
background-image:none;
background-image:-webkit-linear-gradient(300deg,#5cc1bb 40%,#079ce4 100%)!important;
background-image:-ms-linear-gradient(300deg,#5cc1bb 40%,#079ce4 100%)!important;
background-image:-moz-linear-gradient(300deg,#5cc1bb 40%,#079ce4 100%)!important;
overflow: hidden;
clip-path: polygon(
0 0, /* left top */
100% 0, /* right top */
100% calc(100% - 8vw), /* right bottom */
0 100% /* left bottom */
);
}
.coloredBgSecDatalicious {
color: #fff;
min-height: 600px;
background-color:#5cc1bb;
background-image:none;
background-image:-webkit-linear-gradient(300deg,#079ce4 10%,#5cc1bb 100%)!important;
background-image:-ms-linear-gradient(300deg,#079ce4 10%,#5cc1bb 100%)!important;
background-image:-moz-linear-gradient(300deg,#079ce4 10%,#5cc1bb 100%)!important;
}
.mapBgSec {
/*background: url("https://storage.googleapis.com/bonsai-b808c.appspot.com/dataturks/website/word-bg.png") no-repeat 45% 30%;*/
}
.z5Element {
z-index: 5;
}
.whiteColor {
color: #fff;
}
nav.navbar-fixed-top {
color: #fff;
top: auto;
background: transparent;
-webkit-transition:all .25s ease;
-moz-transition:all .25s ease;
-ms-transition:all .25s ease;
-o-transition:all .25s ease;
transition:all .25s ease;
padding: 0.7em 0;
}
nav.navbar-fixed-top-bg-clr {
background-color: #5cc1bb !important;
}
.navbar-fixed-top .navbar-toggle .icon-bar {
background-color: #fff;
}
nav.bg-solid {
top:0;
background-color:rgba(255,255,255,.97);
-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.2);
-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.2);
box-shadow:0 1px 3px 0 rgba(0,0,0,.2);
color:#5cc1bb;
}
.navbar-fixed-top .navbar-nav > li > a:hover {
border-bottom: 2px solid #fff !important;
background-color: transparent;
color: inherit;
}
.navbar-fixed-top .navbar-nav > li > a.noBorderLine:hover {
border-bottom: none !important;
}
.bg-solid .navbar-nav > li > a:hover {
border-bottom: 2px solid #5cc1bb !important;
}
.bg-solid .navbar-nav > li > a.noBorderLine:hover {
border-bottom: none !important;
}
.bg-solid .navbar-toggle .icon-bar {
background-color: #5cc1bb;
}
a{
color: inherit;
}
.dt_button {
display: inline-block;
text-align: center;
text-transform: uppercase;
line-height: 17px;
vertical-align: middle;
font-weight: 500;
font-size: 18px;
padding: 15px 0;
width: 200px;
border-width: 2px;
border-style: solid;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
background-color: #b64792;
border-color: #b64792;
border-radius: 2px;
text-decoration: none;
}
.dt_button:hover {
color: #fff!important;
background-color: #b64792;
border-color: #b64792;
border-radius: 2px;
text-decoration: none;
}
.dt_button2 {
display: inline-block;
text-align: center;
text-transform: uppercase;
line-height: 17px;
vertical-align: middle;
font-weight: 500;
font-size: 18px;
padding: 15px 0;
width: 200px;
border-width: 2px;
border-style: solid;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
background-color: #b64792;
color: #fff;
border-color: #b64792;
border-radius: 2px;
text-decoration: none;
}
.dt_button2:hover {
color: #fff!important;
background-color: #b64792;
border-color: #b64792;
border-radius: 2px;
text-decoration: none;
}
.dt_button3 {
display: inline-block;
text-align: center;
text-transform: uppercase;
line-height: 17px;
vertical-align: middle;
font-weight: 500;
font-size: 18px;
padding: 15px 0;
width: 200px;
border-width: 2px;
border-style: solid;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
background-color: #3b5998;
color: #fff;
border-color: #3b5998;
border-radius: 2px;
text-decoration: none;
}
.dt_button3:hover {
color: #fff!important;
background-color: #3b5998;
border-color: #3b5998;
border-radius: 2px;
text-decoration: none;
}
.image_with_shadow {
box-shadow: 0 5px 25px 0 rgba(0,0,0,.3);
}
/*Animations*/
@keyframes fromLeftFadeIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-50px,0,0);
transform: translate3d(-50px,0,0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fromBelowFadeIn {
0% {
opacity: 0;
-webkit-transform: translate3d(0,50px,0);
transform: translate3d(0,50px,0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fromRightFadeIn {
0% {
opacity: 0;
-webkit-transform: translate3d(50px,0,0);
transform: translate3d(50px,0,0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.a_delay_fast {
-webkit-animation-delay: .25s;
-moz-animation-delay: .25s;
-o-animation-delay: .25s;
animation-delay: .25s;
}
.a_delay_slow {
-webkit-animation-delay: .5s;
-moz-animation-delay: .5s;
-o-animation-delay: .5s;
animation-delay: .5s;
}
.a_delay_vslow {
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
-o-animation-delay: 1s;
animation-delay: 1s;
}
.fromLeftFadeIn {
-webkit-animation-name: fromLeftFadeIn;
animation-name: fromLeftFadeIn;
}
.fromBelowFadeIn {
-webkit-animation-name: fromBelowFadeIn;
animation-name: fromBelowFadeIn;
}
.fromRightFadeIn {
-webkit-animation-name: fromRightFadeIn;
animation-name: fromRightFadeIn;
}
.animation {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
/*Typewriter*/
.typewrite > .wrap {
border-right: 0.04em solid #fff
}
a.typewrite {
text-decoration: none;
}
a.typewrite:hover {
text-decoration: none;
color: inherit;
}
/********************** Features page********************/
.heroSecFeatureIBB {
min-height: 600px;
background-color:#5cc1bb;
background-image:none;
background-image:-webkit-linear-gradient(300deg,#5cc1bb 40%,#079ce4 100%)!important;
background-image:-ms-linear-gradient(300deg,#5cc1bb 40%,#079ce4 100%)!important;
background-image:-moz-linear-gradient(300deg,#5cc1bb 40%,#079ce4 100%)!important;
overflow: hidden;
clip-path: polygon(
0 0, /* left top */
100% 0, /* right top */
100% 100%, /* right bottom */
0 calc(100% - 8vw) /* left bottom */
);
}
/********************************* pricing Modal ****************************************/
@import url(http://fonts.googleapis.com/css?family=Roboto);
/****** LOGIN MODAL ******/
.dtmodal-container {
padding: 30px;
max-width: 450px;
width: 100% !important;
background-color: #F7F7F7;
margin: 0 auto;
border-radius: 2px;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
overflow: hidden;
font-family: roboto;
}
.dtmodal-container h1 {
text-align: center;
font-size: 1.4em;
font-family: roboto;
}
.dtmodal-container input[type=button] {
width: 100%;
display: block;
margin-bottom: 10px;
position: relative;
}
.dtmodal-container input[type=text], input[type=password], input[type=email]{
height: 44px;
font-size: 16px;
width: 100%;
margin-bottom: 10px;
-webkit-appearance: none;
background: #fff;
border: 1px solid #d9d9d9;
border-top: 1px solid #c0c0c0;
/* border-radius: 2px; */
padding: 0 8px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.dtmodal-container input[type=text]:hover, input[type=password]:hover, input[type=email]:hover {
border: 1px solid #b9b9b9;
border-top: 1px solid #a0a0a0;
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.dtmodal {
text-align: center;
font-size: 14px;
font-family: 'Arial', sans-serif;
font-weight: 700;
height: 36px;
padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
user-select: none; */
}
.dtmodal-submit {
/* border: 1px solid #3079ed; */
border: 0px;
color: #fff;
text-shadow: 0 1px rgba(0,0,0,0.1);
background-color: #5cc1bb;
padding: 17px 0px;
font-family: roboto;
font-size: 1.2em;
font-weight: bold;
/* background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d90fe), to(#4787ed)); */
}
.dtmodal-submit:hover {
/* border: 1px solid #2f5bb7; */
border: 0px;
text-shadow: 0 1px rgba(0,0,0,0.3);
background-color: #45938f;
/* background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d90fe), to(#357ae8)); */
}
.dtmodal-container a {
text-decoration: none;
color: #666;
font-weight: 400;
text-align: center;
display: inline-block;
opacity: 0.6;
transition: opacity ease 0.5s;
}
.dtmodal-help{
font-size: 12px;
}
.dtImage {
width: 100%;
height: auto;
}
ul.social-network {
list-style: none;
display: inline;
margin-left: 0!important;
padding: 0;
}
.social-circle i {
color: #fff;
-webkit-transition: all .8s;
-moz-transition: all .8s;
-o-transition: all .8s;
-ms-transition: all .8s;
transition: all .8s;
}
.social-circle li i {
margin: 0;
line-height: 50px;
text-align: center;
}
ul.social-network li {
display: inline;
margin: 0 5px;
}
.social-circle li a {
display: inline-block;
position: relative;
margin: 0 auto 0 auto;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
text-align: center;
width: 50px;
height: 50px;
font-size: 20px;
}
.social-circle li a {
background: #00a699;
}
.social-network a.icoFacebook {
background-color: #3b5998;
}
.social-network a.icoTwitter {
background-color: #3cf;
}
.social-network a.icoSlack {
background-color: #d1ad3a;
}
.social-network a.icoLinkedin {
background-color: #007bb7;
} | bazaar/css/datasets.css | margin:0 auto;
width: 70%;
}
.datasetCard {
padding: 1em;
padding-bottom: 1.5em;
margin-top: 3em;
width: 80%;
border:1px solid #edf1f7;
border-radius: 1em;
min-height: 10em;
overflow: auto;
}
.datasetImageContainer {
float: left;
}
.datasetImageContainer img {
width: 10em;
max-height: 9em;
display: block;
border-radius: 0.5em;
}
.datasetContentContainer {
margin-left: 13em;
}
.datasetzie {
margin-left: 10em;
}
.datasetDetails .datasetDeatilsImageContainer {
height: 15em;
margin-left: 25%;
}
.datasetDetails .datasetDeatilsImageContainer .overlayBox {
position: relative;
}
.datasetDeatilsImageContainer .overlayBox img{
height: 80%;
min-width: 50%;
max-width: 100%;
max-height: 100%;
}
.datasetDetails .datasetDeatilsImageContainer .overlayBox h4 {
position: absolute;
top: 60%;
left: 0%;
width: 100%;
}
.datasetDetails .datasetDeatilsImageContainer .overlayBox .card-title span {
color: white;
font: bold 20px/40px Helvetica, Sans-Serif;
letter-spacing: -1px;
background: rgb(0, 0, 0); /* fallback color */
background: rgba(0, 0, 0, 0.7);
padding: 5px;
padding-left: 10%;
}
/* ******************************** NGO styles *********************************/
#pageTopCarousel {
background-color: #ffffff;
overflow:hidden
}
#pageTopCarousel > .carousel-inner > .item >img {
min-width: 100%;
height: 500px;
margin: auto;
object-fit: cover;
}
#pageTopCarousel .carousel-caption{
text-align: left;
right: 38%;
top: 50%;
transform: translateY(-50%);
bottom: initial;
}
#pageTopCarousel .carousel-caption h1 {
font-weight: bold;
}
.carousel-control.left, .carousel-control.right {
background-image: none
}
.nopadding {
padding: 0 !important;
margin: 0 !important;
}
.navbar { margin-bottom: 0 }
.carousal-ngo-text
{
position: absolute;
bottom: 0px;
color: #000;
width: 80%;
margin-left: 10%
}
.carousal-ngo-text h1, h2, h3, h4, h5, h6 {
display: inline;
}
.carousal-ngo-text .withBackground {
background-color: rgba(245, 245, 245, 0.7);
}
.livesImpactedContainer {
margin-top: 3em;
margin-bottom: 2em;
}
.inlineDiv {
display: inline-block;
}
.ngoNavBar {
}
.ngoNavBarItem{ float:left; }
.navWithNoBackground {
background-color: #FFF;
border: 0;
}
.ngoNavBarItemsContaniner {
padding-left: 5%;
padding-right: 5%;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
background-color: inherit !important;
text-decoration: none;
color: inherit;
}
.teal-dropdown {
background-color:#5cc1bb;
opacity: 0.9;
}
.teal-dropdown > li >a{
color: #5f5f60;
}
.page-section {
padding-top: 1em;
}
.bonsaiVerified {
padding: 0.6em;
border-radius: 0.5em;
}
.taxExempt {
margin-left: 10%;
padding: 0.6em;
border-radius: 0.5em;
}
.marginTopSmall {
margin-top:1em;
}
.marginTop {
margin-top: 2em;
}
.marginTopExtra {
margin-top: 4em;
}
.marginTopExtraExtra {
margin-top: 6em;
}
.marginTopExtraExtraExtra {
margin-top: 8em;
}
.paddingTop {
padding-top: 2em;
}
.paddingTopExtra {
padding-top: 4em;
}
.paddingBottom {
padding-bottom: 2em;
}
.timelineContainer > img {
height: 200px;
width: auto;
}
.handcraftImages {
height: 200px;
width: 200px;
}
#ngoMap {
width: 100%;
height: 16em;
}
/*on small screens coloumns are vertically stacked and we need gaps between vertical coloumns*/
@media (max-width: 768px) {
[class*="col-"] {
margin-bottom: 2em;
}
}
/*used to negate the above in special cases*/
.noMarginBottom {
margin-bottom: 0px;
}
.facebook-share-button, .facebook-share-button:hover, .facebook-share-button:active, .facebook-share-button:visited {
background-color: #3b5998 !important;
color: #FFFFFF !important;
margin-right: 2em;
/*padding: 1em 1em 1em 3em;*/
}
.facebook-share-button a , facebook-share-button a:hover{
color: #FFFFFF;
text-decoration: none;
}
.cardImage {
width: 100%;
height: 200px;
}
.ngoCards .card-block .card-text {
margin-top: 2em !important;
}
.causeCards .card-block .card-text {
margin-top: 2em !important;
}
.footer {
padding-top:3em;
background-color: #232f41;
}
.footer-link {
color: #FFFFFF;
margin-left: 1em;
}
.home-how-section {
background-color:#f2f3f4;
padding-bottom: 3em
}
.home-makeADiff-section {
padding-bottom: 3em
}
.linkButton {
color: #FFFFFF !important;
text-decoration: none !important;
}
.btn-facebook {
color: #fff;
background-color: #4C67A1;
}
.btn-facebook:hover {
color: #fff;
background-color: #405D9B;
}
.btn-facebook:focus {
color: #fff;
}
.no-padding-nav-a {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
.twitterTweets {
margin-left: 3em;
}
.headerImpactPledge {
width: 100%;
height: 80%;
min-height: 500px;
background: url(https://storage.googleapis.com/bonsai-b808c.appspot.com/website_images/kids-pledge-flag.jpg) no-repeat 0% 0% scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
#onImageContent {
background-color: #fff;
color: #000;
padding: 1em;
opacity: 0.7;
}
.widget_nav_menu ul {
margin-top: 1em;
list-style: outside none none;
padding-left: 0;
}
.widget_nav_menu ul li a{
color: #cccccc;
}
#volunteerModal .control-label {
text-align: left;
}
.onScrollReveal {
visibility: hidden;
}
.quote-image {
max-width: 12em;
width: 100%;
height: auto;
}
.cust-logo-image {
max-width: 6em;
width: 100%;
height: auto;
}
.text-color-white{
color: #fff !important;
}
.volunteerSection {
position: relative;
background: #5C97FF;
overflow: hidden;
}
.volunteerSection:before {
content: ' ';
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 0;
opacity: 0.8;
background-image: url('https://storage.googleapis.com/bonsai-b808c.appspot.com/website_images/volunteer_dark_small.jpg');
background-repeat: no-repeat;
background-position: 30% 80%;
-ms-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
background-size: cover;
}
.main-content {
color:#2C3438;
font-weight: 600;
font-size: 3.0em;
}
.blue-green {
color: #00a699;
}
.contact {
background-image:url(/img/map-image.png);
background-position:center;
background-repeat: no-repeat;
background-color:#222;
}
.navbar {
background-color: #ffffff;
border: 0;
}
body {
#background: #fbfbfc url("/img/bg-page.svg") center top
}
.separator {
height: 1.5em;
}
.separator_red {
background: url("/img/separator-red.svg") no-repeat center center;
}
.separator_blue {
background: url("/img/separator-blue.svg") no-repeat center center;
}
/****************************** BLOG ************************************************/
.blog_text {
font-family: medium-content-serif-font,Georgia,Cambria,"Times New Roman",Times,serif;
line-height: 1.58;
font-weight: 400;
font-size: 26px;
}
.blog_text h1 {
font-weight: 600;
}
.blog_text h2 h3 h4 {
font-weight: 500;
}
.blog_img_list img {
display: inline-block;
margin-right: 8px;
margin-top: 8px;
width: 128px;
}
.table_image {
width:128px;
}
.text-center-imp {
text-align: center !important;
}
.faceRecoBlog .hero {
width: 100%;
height: 40%;
min-height: 300px;
background: url(https://storage.googleapis.com/bonsai-b808c.appspot.com/dataturks/website/faces_min.png) no-repeat 0% 0% scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.textRecoBlog .hero {
width: 100%;
height: 40%;
min-height: 300px;
background: url(https://storage.googleapis.com/bonsai-b808c.appspot.com/dataturks/website/text_reco_bg_small.png) no-repeat 0% 0% scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.imageModBlog .hero {
width: 100%;
height: 40%;
min-height: 300px;
background: url(https://storage.googleapis.com/bonsai-b808c.appspot.com/dataturks/website/image_moderation.jpg) no-repeat 0% 0% scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.openNLPPOSBlog .hero {
width: 100%;
height: 40%;
min-height: 300px;
background: url(https://storage.googleapis.com/bonsai-b808c.appspot.com/dataturks/website/open_nlp_pos_blog.jpg) no-repeat 0% 0% scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.IntoMLBlog .hero {
width: 100%;
height: 40%;
min-height: 300px;
background: url(https://storage.googleapis.com/bonsai-b808c.appspot.com/dataturks/website/into_to_ML.png) no-repeat 0% -3% scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.IntoTextClassiBlog .hero {
width: 100%;
height: 40%;
min-height: 300px;
background: url(https://storage.googleapis.com/bonsai-b808c.appspot.com/dataturks/website/text_classi_final.png) no-repeat 0% -3% scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.ecommerceBlog .hero {
width: 100%;
height: 40%;
min-height: 300px;
color: black;
background: url(https://storage.googleapis.com/bazaar-4af66.appspot.com/ecommcover.jpg) no-repeat 0% -3% scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.bitcoinBlog .hero {
width: 100%;
height: 40%;
min-height: 300px;
background: url(https://storage.googleapis.com/bonsai-b808c.appspot.com/dataturks/website/blogs/bitcoin_head_image_final.jpg) no-repeat 0% -3% scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.resumeBlog .hero {
width: 100%;
height: 40%;
min-height: 300px;
background: url(https://storage.googleapis.com/bonsai-b808c.appspot.com/dataturks/website/ner_resume_blog.png) no-repeat 0% -3% scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.coreNLPNERBlog .hero {
width: 100%;
height: 40%;
min-height: 300px;
background: url(https://storage.googleapis.com/bonsai-b808c.appspot.com/dataturks/website/nlp2_image.jpg) no-repeat 0% 0% scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.blog_text h1, .blog_text h4{
color: #fff;
}
.blog_text_light_bg h1, .blog_text_light_bg h4{
color: #373a3c;
}
.blogItem a {
text-decoration: none;
color: inherit;
}
.navbar-custom {
color: #fff;
background-color: #5cc1bb;
min-height:5em;
border-radius:0px;
}
.navbar-custom .navbar-nav > li > a{
color: #fff ;
}
.navbar-custom .navbar-brand-imp{
color: #fff ;
}
.navbar-brand-imp {
/*color: #fff !important;*/
font-weight: 800;
font-size: 1.5em;
font-family:"Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive !important;
padding-top: 15px;
}
.navbar-brand-imp:hover {
color: inherit;
}
.gray {
background-color: #f6f6f6;
}
.color-teal {
color: #5cc1bb;
}
.paddingBottomExtra {
padding-bottom: 4em;
}
.paddingBottomExtraExtra {
padding-bottom: 6em;
}
.logoList ul li{
display: inline;
list-style: none;
margin-left: 1em;
}
.logoList li > img {
display: inline;
max-width: 180px;
max-height: 100px
}
.homeHeroSec {
background: url("https://storage.googleapis.com/bonsai-b808c.appspot.com/dataturks/website/word-bg.png") no-repeat 45% 30%;
}
.title-widget {
color: #fff;
}
.emailSignup .form-control {
height: 50px;
border-radius: 20px 0 0 20px;
}
.emailSignup .form-control:focus {
box-shadow: none;
border-color: #243c4f; }
.emailSignup .btn {
min-height: 50px;
border-radius: 0 20px 20px 0;
background: #243c4f;
color: #fff;
}
/*********** New homepage *********/
.homeHeroSecDatalicious {
min-height: 600px;
background-color:#5cc1bb;
background-image:none;
background-image:-webkit-linear-gradient(300deg,#5cc1bb 40%,#079ce4 100%)!important;
background-image:-ms-linear-gradient(300deg,#5cc1bb 40%,#079ce4 100%)!important;
background-image:-moz-linear-gradient(300deg,#5cc1bb 40%,#079ce4 100%)!important;
overflow: hidden;
clip-path: polygon(
0 0, /* left top */
100% 0, /* right top */
100% calc(100% - 8vw), /* right bottom */
0 100% /* left bottom */
);
}
.coloredBgSecDatalicious {
color: #fff;
min-height: 600px;
background-color:#5cc1bb;
background-image:none;
background-image:-webkit-linear-gradient(300deg,#079ce4 10%,#5cc1bb 100%)!important;
background-image:-ms-linear-gradient(300deg,#079ce4 10%,#5cc1bb 100%)!important;
background-image:-moz-linear-gradient(300deg,#079ce4 10%,#5cc1bb 100%)!important;
}
.mapBgSec {
/*background: url("https://storage.googleapis.com/bonsai-b808c.appspot.com/dataturks/website/word-bg.png") no-repeat 45% 30%;*/
}
.z5Element {
z-index: 5;
}
.whiteColor {
color: #fff;
}
nav.navbar-fixed-top {
color: #fff;
top: auto;
background: transparent;
-webkit-transition:all .25s ease;
-moz-transition:all .25s ease;
-ms-transition:all .25s ease;
-o-transition:all .25s ease;
transition:all .25s ease;
padding: 0.7em 0;
}
nav.navbar-fixed-top-bg-clr {
background-color: #5cc1bb !important;
}
.navbar-fixed-top .navbar-toggle .icon-bar {
background-color: #fff;
}
nav.bg-solid {
top:0;
background-color:rgba(255,255,255,.97);
-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.2);
-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.2);
box-shadow:0 1px 3px 0 rgba(0,0,0,.2);
color:#5cc1bb;
}
.navbar-fixed-top .navbar-nav > li > a:hover {
border-bottom: 2px solid #fff !important;
background-color: transparent;
color: inherit;
}
.navbar-fixed-top .navbar-nav > li > a.noBorderLine:hover {
border-bottom: none !important;
}
.bg-solid .navbar-nav > li > a:hover {
border-bottom: 2px solid #5cc1bb !important;
}
.bg-solid .navbar-nav > li > a.noBorderLine:hover {
border-bottom: none !important;
}
.bg-solid .navbar-toggle .icon-bar {
background-color: #5cc1bb;
}
a{
color: inherit;
}
.dt_button {
display: inline-block;
text-align: center;
text-transform: uppercase;
line-height: 17px;
vertical-align: middle;
font-weight: 500;
font-size: 18px;
padding: 15px 0;
width: 200px;
border-width: 2px;
border-style: solid;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
background-color: #b64792;
border-color: #b64792;
border-radius: 2px;
text-decoration: none;
}
.dt_button:hover {
color: #fff!important;
background-color: #b64792;
border-color: #b64792;
border-radius: 2px;
text-decoration: none;
}
.dt_button2 {
display: inline-block;
text-align: center;
text-transform: uppercase;
line-height: 17px;
vertical-align: middle;
font-weight: 500;
font-size: 18px;
padding: 15px 0;
width: 200px;
border-width: 2px;
border-style: solid;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
background-color: #b64792;
color: #fff;
border-color: #b64792;
border-radius: 2px;
text-decoration: none;
}
.dt_button2:hover {
color: #fff!important;
background-color: #b64792;
border-color: #b64792;
border-radius: 2px;
text-decoration: none;
}
.dt_button3 {
display: inline-block;
text-align: center;
text-transform: uppercase;
line-height: 17px;
vertical-align: middle;
font-weight: 500;
font-size: 18px;
padding: 15px 0;
width: 200px;
border-width: 2px;
border-style: solid;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
background-color: #3b5998;
color: #fff;
border-color: #3b5998;
border-radius: 2px;
text-decoration: none;
}
.dt_button3:hover {
color: #fff!important;
background-color: #3b5998;
border-color: #3b5998;
border-radius: 2px;
text-decoration: none;
}
.image_with_shadow {
box-shadow: 0 5px 25px 0 rgba(0,0,0,.3);
}
/*Animations*/
@keyframes fromLeftFadeIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-50px,0,0);
transform: translate3d(-50px,0,0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fromBelowFadeIn {
0% {
opacity: 0;
-webkit-transform: translate3d(0,50px,0);
transform: translate3d(0,50px,0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fromRightFadeIn {
0% {
opacity: 0;
-webkit-transform: translate3d(50px,0,0);
transform: translate3d(50px,0,0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.a_delay_fast {
-webkit-animation-delay: .25s;
-moz-animation-delay: .25s;
-o-animation-delay: .25s;
animation-delay: .25s;
}
.a_delay_slow {
-webkit-animation-delay: .5s;
-moz-animation-delay: .5s;
-o-animation-delay: .5s;
animation-delay: .5s;
}
.a_delay_vslow {
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
-o-animation-delay: 1s;
animation-delay: 1s;
}
.fromLeftFadeIn {
-webkit-animation-name: fromLeftFadeIn;
animation-name: fromLeftFadeIn;
}
.fromBelowFadeIn {
-webkit-animation-name: fromBelowFadeIn;
animation-name: fromBelowFadeIn;
}
.fromRightFadeIn {
-webkit-animation-name: fromRightFadeIn;
animation-name: fromRightFadeIn;
}
.animation {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
/*Typewriter*/
.typewrite > .wrap {
border-right: 0.04em solid #fff
}
a.typewrite {
text-decoration: none;
}
a.typewrite:hover {
text-decoration: none;
color: inherit;
}
/********************** Features page********************/
.heroSecFeatureIBB {
min-height: 600px;
background-color:#5cc1bb;
background-image:none;
background-image:-webkit-linear-gradient(300deg,#5cc1bb 40%,#079ce4 100%)!important;
background-image:-ms-linear-gradient(300deg,#5cc1bb 40%,#079ce4 100%)!important;
background-image:-moz-linear-gradient(300deg,#5cc1bb 40%,#079ce4 100%)!important;
overflow: hidden;
clip-path: polygon(
0 0, /* left top */
100% 0, /* right top */
100% 100%, /* right bottom */
0 calc(100% - 8vw) /* left bottom */
);
}
/********************************* pricing Modal ****************************************/
@import url(http://fonts.googleapis.com/css?family=Roboto);
/****** LOGIN MODAL ******/
.dtmodal-container {
padding: 30px;
max-width: 450px;
width: 100% !important;
background-color: #F7F7F7;
margin: 0 auto;
border-radius: 2px;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
overflow: hidden;
font-family: roboto;
}
.dtmodal-container h1 {
text-align: center;
font-size: 1.4em;
font-family: roboto;
}
.dtmodal-container input[type=button] {
width: 100%;
display: block;
margin-bottom: 10px;
position: relative;
}
.dtmodal-container input[type=text], input[type=password], input[type=email]{
height: 44px;
font-size: 16px;
width: 100%;
margin-bottom: 10px;
-webkit-appearance: none;
background: #fff;
border: 1px solid #d9d9d9;
border-top: 1px solid #c0c0c0;
/* border-radius: 2px; */
padding: 0 8px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.dtmodal-container input[type=text]:hover, input[type=password]:hover, input[type=email]:hover {
border: 1px solid #b9b9b9;
border-top: 1px solid #a0a0a0;
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.dtmodal {
text-align: center;
font-size: 14px;
font-family: 'Arial', sans-serif;
font-weight: 700;
height: 36px;
padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
user-select: none; */
}
.dtmodal-submit {
/* border: 1px solid #3079ed; */
border: 0px;
color: #fff;
text-shadow: 0 1px rgba(0,0,0,0.1);
background-color: #5cc1bb;
padding: 17px 0px;
font-family: roboto;
font-size: 1.2em;
font-weight: bold;
/* background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d90fe), to(#4787ed)); */
}
.dtmodal-submit:hover {
/* border: 1px solid #2f5bb7; */
border: 0px;
text-shadow: 0 1px rgba(0,0,0,0.3);
background-color: #45938f;
/* background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d90fe), to(#357ae8)); */
}
.dtmodal-container a {
text-decoration: none;
color: #666;
font-weight: 400;
text-align: center;
display: inline-block;
opacity: 0.6;
transition: opacity ease 0.5s;
}
.dtmodal-help{
font-size: 12px;
}
.dtImage {
width: 100%;
height: auto;
}
ul.social-network {
list-style: none;
display: inline;
margin-left: 0!important;
padding: 0;
}
.social-circle i {
color: #fff;
-webkit-transition: all .8s;
-moz-transition: all .8s;
-o-transition: all .8s;
-ms-transition: all .8s;
transition: all .8s;
}
.social-circle li i {
margin: 0;
line-height: 50px;
text-align: center;
}
ul.social-network li {
display: inline;
margin: 0 5px;
}
.social-circle li a {
display: inline-block;
position: relative;
margin: 0 auto 0 auto;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
text-align: center;
width: 50px;
height: 50px;
font-size: 20px;
}
.social-circle li a {
background: #00a699;
}
.social-network a.icoFacebook {
background-color: #3b5998;
}
.social-network a.icoTwitter {
background-color: #3cf;
}
.social-network a.icoSlack {
background-color: #d1ad3a;
}
.social-network a.icoLinkedin {
background-color: #007bb7;
} | 0.480479 | 0.105533 |
*,
*::before,
*::after {
box-sizing: border-box;
}
@font-face {
font-family: 'Avalon';
src: url('../fonts/FontsFree-Net-Avalon.ttf') format('truetype');
}
@font-face {
font-family: 'Shentox';
src: url('../fonts/FontsFree-Net-Shentox2.ttf') format('truetype');
}
@font-face {
font-family: 'ARS Maquette';
src: url('../fonts/ARSMaquettePro-Light.woff') format('truetype');
}
i.material-icons {
font-size: 18px;
height: 16px;
width: 16px;
}
/* Page Header Navigation Links */
div.nav-links-wrapper {
position: fixed;
z-index: 999;
display: flex;
align-items: center;
height: 48px;
width: 100%;
background-color: #fff;
box-shadow: 0 0 32px rgba(0,0,0,.15);
}
div.logo {
display: block;
height: 48px;
width: 106px;
margin-right: auto;
padding: 16px 20px;
background-color: #000;
}
nav.left-nav-links { display: none; }
nav.left-nav-links ul li {
display: inline-block;
font-family: 'Shentox2', sans-serif;
font-size: 14px;
}
nav.left-nav-links ul li > a {
color: #aaa;
padding: 14px 12px 0 20px;
}
nav.nav-links, nav.nav-links ul { height: 100%; }
nav.nav-links ul li {
display: inline-block;
padding: 16px;
border-left: 1px solid #eee;
height: 100%;
}
li i.search { opacity: .25; }
li i.menu { color: #ff4422; }
nav.nav-links ul li a > i { font-size: 20px; }
/* Main Cover */
main.main {
position: relative;
padding-top: 48px;
}
div.cover {
position: relative;
padding: 4px;
margin: 0 auto;
}
div.cover article {
position: relative;
padding: 4px;
overflow: hidden;
}
div.cover-background {
height: 240px;
background-color: #000;
background-size: cover;
background-position: 50%;
z-index: 1;
}
div.cover-background-01 { background-image: url('../images/Article-Cover/article-cover-01.jpg'); }
div.cover-background-02 { background-image: url('../images/Article-Cover/article-cover-02.jpg'); }
div.cover-background-03 { background-image: url('../images/Article-Cover/article-cover-03.jpg'); }
div.cover article a.cover-link {
display: block;
z-index: 2;
position: absolute;
top: 4px;
right: 4px;
bottom: 4px;
left: 4px;
background: rgba(0,0,0,.25) url('../images/image-gradient.webp') no-repeat;
background-size: 100% 100%;
}
header.cover-header,
header.news-cover-header {
position: absolute;
right: 4px;
bottom: 4px;
left: 4px;
padding: 14px 12px;
z-index: 3;
}
header.cover-header h5 > a,
header.cover-header h2 > a,
header.news-cover-header h5 > a,
header.news-cover-header h2 > a {
color: #fff;
}
header.cover-header ul.cover-byline {
display: flex;
align-items: center;
gap: 5px;
font-size: 12px;
line-height: 16px;
}
header.cover-header ul.cover-byline > li,
header.news-cover-header ul.news-cover-byline > li,
div.story-details ul.story-byline {
display: flex;
align-items: center;
gap: 5px;
color: hsla(0,0%,100%,.6);
}
h5.section,
h5.news-section {
font-family: 'Shentox2', sans-serif;
font-size: 14px;
margin-bottom: 5px;
text-transform: uppercase;
}
h2.cover-title,
h2.news-cover-title {
font-family: 'Avalon', sans-serif;
font-size: 18px;
font-weight: 900;
margin-bottom: 5px;
line-height: 1.2;
}
ul.cover-byline li > a,
ul.news-cover-byline li > a {
font-family: Helvetica;
font-size: 12px;
color: hsla(0,0%,100%,.6);
}
/* Latest News */
div.wrapper {
margin: 4rem auto 2rem;
padding: 0 20px;
}
h2.title {
position: relative;
font-family: 'Avalon';
font-size: 28px;
font-weight: 900;
color: #f42;
}
div.latest-stories { margin: 24px -8px 0; }
h2.title i.material-icons {
position: absolute;
font-size: 24px;
font-weight: 900;
margin-top: 3px;
}
div.latest-stories > div.story,
div.latest-stories > div.deal {
position: relative;
display: flex;
padding: 8px;
}
img.story-image,
img.deal-image {
width: 75px;
height: 75px;
}
div.story h2.story-title,
div.deal h2.deal-title {
font-family: Helvetica;
font-size: 14px;
font-weight: 700;
line-height: 1.25;
}
div.story-details,
div.deal-details {
margin-left: 15px;
}
ul.story-byline,
ul.news-cover-byline {
display: flex;
align-items: center;
gap: 5px;
font-family: 'ARS Maquette', Helvetica;
font-size: 12px;
margin-top: 6px;
}
ul.story-byline li > a,
ul.story-byline li,
ul.deal-byline li > a,
ul.deal-byline li {
color: #aaa !important;
}
/* Funding */
section.funding { margin-top: 4rem; }
header.funding-header > a.funding-header-more {
display: block;
font-family: 'ARS Maquette', Helvetica;
font-size: 14px;
margin: 11px 23px 0 0;
color: #f42;
}
header.funding-header a.funding-header-more:first-of-type { padding: 14px 0 0; }
div.funding-body { margin-top: 2rem; }
div.funding-story-container { padding: 8px; }
div.funding-story {
position: relative;
height: 250px;
background: #fffaf8;
}
div.funding-story-container:nth-child(4) { display: none !important; }
div.funding-story a.company-link {
position: relative;
display: block;
}
a.company-link img.company-logo {
position: absolute;
width: 60px;
min-width: 60px;
max-width: 60px;
height: 60px;
min-height: 60px;
max-height: 60px;
margin: 10.5px;
}
a.company-link h4.company-name {
padding: 10.5px 16px 10.5px 84px;
font-size: 18px;
font-weight: 900;
color: #fff;
background: #f42;
white-space: nowrap;
overflow: hidden;
}
a.company-link div.funding-details {
padding: 10.5px 16px 10.5px 84px;
line-height: 1.25;
color: #000;
background: rgba(255,68,34,.08);
}
div.funding-details h4{
font-family: Helvetica;
font-size: 18px;
font-weight: 600;
}
div.funding-details h5{
font-family: 'Shentox2', sans-serif;
font-size: 11px;
}
div.funding-story div.funding-card {
padding: 16px;
margin: 0;
}
div.funding-card a.funding-card-bit {
display: flex;
align-items: center;
gap: 8px;
font-family: 'ARS Maquette', Helvetica;
font-size: 13px;
line-height: 1.5;
margin-right: 1em;
}
div.funding-card a.funding-card-bit:not(:last-child) {
margin-bottom: .5em;
}
div.funding-story div.funding-byline {
margin: 0;
padding: 10px 16px 16px;
border-top: 1px solid rgba(255,68,34,.25);
}
div.funding-byline a.story-link {
font-family: 'ARS Maquette', Helvetica;
font-size: 12px;
font-weight: 400;
}
a.story-link span.story-title-source { color: #aaa; }
/* Other News */
section.other-news {
position: relative;
padding: 48px 0;
}
div.other-news-container {
position: relative;
padding: 8px;
margin: 0 -8px;
}
div.other-news-body article.section-popular {
height: 0;
padding-top: 75%;
position: relative;
width: 100%;
}
div.other-news-body div.other-news-image {
background-color: #000;
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
bottom: 0;
left: 0;
position: absolute;
top: 0;
right: 0;
z-index: 1;
}
div.other-news-body article a.news-link {
display: block;
background: rgba(0,0,0,.25) url('../images/image-gradient.webp') no-repeat;
background-size: 100% 100%;
bottom: 0;
left: 0;
position: absolute;
top: 0;
right: 0;
z-index: 2;
}
div.other-news-body div.other-news-01 { background-image: url('../images/Other-News/OT-Hardrock.jpg'); }
div.other-news-body div.other-news-02 { background-image: url('../images/Other-News/OT-Apps.jpg'); }
div.other-news-body div.other-news-03 { background-image: url('../images/Other-News/OT-Gear.webp'); }
div.other-news-body div.other-news-04 { background-image: url('../images/Other-News/OT-Tech.jpg'); }
div.other-news-body div.other-news-05 { background-image: url('../images/Other-News/OT-Creative.webp'); }
div.other-news-body div.other-news-06 { background-image: url('../images/Other-News/OT-Podium.webp'); }
div.other-news-body div.other-news-07 { background-image: url('../images/Other-News/OT-Insights.webp'); }
div.other-news-body div.other-news-08 { background-image: url('../images/Other-News/OT-Launch.jpg'); }
div.other-news-body div.other-news-09 { background-image: url('../images/Other-News/OT-Distract.jpg'); }
div.other-news-container div.section-latest {
display: flex;
margin: 2px 0;
background: rgba(255,68,34,.06);
}
div.section-latest header.section-latest-header {
flex: 1;
padding: 10px 14px 0;
color: #f42;
line-height: 1.2;
}
h5.section-title {
font-family: 'Shentox2', sans-serif;
font-size: 13px;
}
h4.section-desc {
font-family: 'ARS Maquette', Helvetica;
font-size: 14px;
font-weight: bold;
}
div.other-news-body { margin-top: 1rem; }
div.section-latest a.section-latest-image {
flex: 0 0 96px;
background-color: #000;
background-position: 50%;
background-size: cover;
height: 96px;
width: 96px;
}
div.section-latest a.section-latest-01 { background-image: url('../images/Other-News/OT-Hardrock.jpg'); }
div.section-latest a.section-latest-02 { background-image: url('../images/Other-News/OT-Apps--headline.webp'); }
div.section-latest a.section-latest-03 { background-image: url('../images/Other-News/OT-Gear--headline.webp'); }
div.section-latest a.section-latest-04 { background-image: url('../images/Other-News/OT-Tech--headline.webp'); }
div.section-latest a.section-latest-05 { background-image: url('../images/Other-News/OT-Creative--headline.webp'); }
div.section-latest a.section-latest-06 { background-image: url('../images/Other-News/OT-Podium--headline.webp'); }
div.section-latest a.section-latest-07 { background-image: url('../images/Other-News/OT-Insights--headline.webp'); }
div.section-latest a.section-latest-08 { background-image: url('../images/Other-News/OT-Launch--headline.webp'); }
div.section-latest a.section-latest-09 { background-image: url('../images/Other-News/OT-Distract--headline.webp'); }
div.other-news-container div.section-headline {
border-bottom: 1px solid #eee;
}
h4.section-headline-title {
font-family: 'ARS Maquette', Helvetica;
font-size: 13px;
font-weight: 400;
line-height: 1.5;
}
div.section-headline a.section-headline-link {
color: #555;
display: block;
padding: 6px 0 6px 14px;
position: relative;
}
div.section-headline a.section-headline-link::before {
background-color: #f42;
border-radius: 50%;
content: "";
display: block;
height: 4px;
left: 0;
position: absolute;
top: 13px;
width: 4px;
}
/* Latest-Deal */
div.deal-price {
color: #aaa;
font-family: 'ARS Maquette', Helvetica;
font-size: 12px;
line-height: 18px;
padding-top: 4px;
vertical-align: baseline;
}
div.deal-price span.deal-price-old {
text-decoration: line-through;
margin-right: 4px;
}
div.deal-price span.deal-price-new {
color: #555;
font-size: 14px;
}
div.footer-container div.footer-links-wrapper {
background-color: #131313;
padding: 32px 0;
text-align: center;
}
div.footer-container div.links { padding-bottom: 24px; }
footer.page-footer nav.footer-links ul > li,
footer.page-footer nav.other-footer-links ul > li {
display: inline-block;
margin: 0 3px;
}
footer.page-footer nav.footer-links ul li >a {
display: block;
border-radius: 50%;
background: #333;
height: 40px;
width: 40px;
padding: 12px;
}
footer.page-footer nav.footer-links ul > li > a > i.fa { color: #fff }
footer.page-footer nav.other-footer-links ul > li > a,
footer.page-footer div.footer-legal span > a {
font-family: 'Shentox2', sans-serif;
font-size: 13px;
color: #aaa;
}
footer.page-footer div.footer-legal-wrapper {
background-color: #000;
text-align: center;
}
div.footer-legal-wrapper div.footer-legal { padding: 32px 20px; }
div.footer-legal-wrapper div.footer-legal span {
display: block;
font-family: 'ARS Maquette', Helvetica;
font-size: 13px;
color: #aaa;
line-height: 1.3;
}
footer.page-footer div.footer-legal span > a { font-family: 'ARS Maquette', Helvetica; }
div.footer-legal-wrapper img.footer-legal-logoStackPath {
display: inline-block;
height: 9px;
margin-right: 1px;
vertical-align: baseline;
}
@media screen and (min-width: 768px) {
div.logo { margin-right: 0; }
nav.left-nav-links {
display: block;
margin-right: auto;
}
nav.nav-links ul li:nth-child(2) { display: none; }
main.main div.cover {
display: grid;
grid-template-columns: 2fr 1fr;
height: 60vh;
}
div.cover article:first-child { grid-row: 1 /3; }
div.cover article a.cover-link { bottom: 0; }
div.cover-background { height: 100%; }
a.funding-header-more:nth-child(3)::before,
a.funding-header-more:nth-child(4)::before {
content: '|';
display: inline-block;
margin: 0 16px 0 0;
}
header.funding-header a.funding-header-more:first-of-type { padding: 0; }
header.funding-header > a.funding-header-more {
display: inline-block;
margin-right: 14px;
}
section.latest-news div.latest-stories,
section.latest-deals div.latest-stories,
section.funding div.funding-body-wrapper,
section.other-news {
display: flex;
flex-flow: row wrap;
flex: 0 1 auto;
}
div.latest-stories .story,
div.latest-stories .deal,
div.funding-body-wrapper div.funding-story-container,
div.other-news div.other-news-container {
flex-basis: 33%;
display: flex;
flex-direction: column;
}
section.other-news div.other-news-container {
flex-basis: 50%;
margin: 0;
margin-bottom: 16px;
}
img.story-image,
img.deal-image {
width: 100%;
height: 135px;
}
div.latest-stories div.story-details,
div.latest-stories div.deal-details {
margin-left: 0;
}
div.footer-legal-wrapper div.footer-legal span { display: inline; }
@media screen and (min-width: 1024px) {
main.main div.cover { height: 75vh; }
section.funding header.funding-header {
display: flex;
align-items: center;
}
section.funding h2.title { margin-right: auto; }
header.funding-header > a.funding-header-more { margin-top: 0; }
div.funding-story-container:nth-child(4) { display: block !important; }
div.latest-stories .story,
div.latest-stories .deal,
div.funding-body-wrapper div.funding-story-container,
div.other-news div.other-news-container {
flex-basis: 25%;
}
section.other-news div.other-news-container { flex-basis: 33%; }
}
} | style/style.css | *,
*::before,
*::after {
box-sizing: border-box;
}
@font-face {
font-family: 'Avalon';
src: url('../fonts/FontsFree-Net-Avalon.ttf') format('truetype');
}
@font-face {
font-family: 'Shentox';
src: url('../fonts/FontsFree-Net-Shentox2.ttf') format('truetype');
}
@font-face {
font-family: 'ARS Maquette';
src: url('../fonts/ARSMaquettePro-Light.woff') format('truetype');
}
i.material-icons {
font-size: 18px;
height: 16px;
width: 16px;
}
/* Page Header Navigation Links */
div.nav-links-wrapper {
position: fixed;
z-index: 999;
display: flex;
align-items: center;
height: 48px;
width: 100%;
background-color: #fff;
box-shadow: 0 0 32px rgba(0,0,0,.15);
}
div.logo {
display: block;
height: 48px;
width: 106px;
margin-right: auto;
padding: 16px 20px;
background-color: #000;
}
nav.left-nav-links { display: none; }
nav.left-nav-links ul li {
display: inline-block;
font-family: 'Shentox2', sans-serif;
font-size: 14px;
}
nav.left-nav-links ul li > a {
color: #aaa;
padding: 14px 12px 0 20px;
}
nav.nav-links, nav.nav-links ul { height: 100%; }
nav.nav-links ul li {
display: inline-block;
padding: 16px;
border-left: 1px solid #eee;
height: 100%;
}
li i.search { opacity: .25; }
li i.menu { color: #ff4422; }
nav.nav-links ul li a > i { font-size: 20px; }
/* Main Cover */
main.main {
position: relative;
padding-top: 48px;
}
div.cover {
position: relative;
padding: 4px;
margin: 0 auto;
}
div.cover article {
position: relative;
padding: 4px;
overflow: hidden;
}
div.cover-background {
height: 240px;
background-color: #000;
background-size: cover;
background-position: 50%;
z-index: 1;
}
div.cover-background-01 { background-image: url('../images/Article-Cover/article-cover-01.jpg'); }
div.cover-background-02 { background-image: url('../images/Article-Cover/article-cover-02.jpg'); }
div.cover-background-03 { background-image: url('../images/Article-Cover/article-cover-03.jpg'); }
div.cover article a.cover-link {
display: block;
z-index: 2;
position: absolute;
top: 4px;
right: 4px;
bottom: 4px;
left: 4px;
background: rgba(0,0,0,.25) url('../images/image-gradient.webp') no-repeat;
background-size: 100% 100%;
}
header.cover-header,
header.news-cover-header {
position: absolute;
right: 4px;
bottom: 4px;
left: 4px;
padding: 14px 12px;
z-index: 3;
}
header.cover-header h5 > a,
header.cover-header h2 > a,
header.news-cover-header h5 > a,
header.news-cover-header h2 > a {
color: #fff;
}
header.cover-header ul.cover-byline {
display: flex;
align-items: center;
gap: 5px;
font-size: 12px;
line-height: 16px;
}
header.cover-header ul.cover-byline > li,
header.news-cover-header ul.news-cover-byline > li,
div.story-details ul.story-byline {
display: flex;
align-items: center;
gap: 5px;
color: hsla(0,0%,100%,.6);
}
h5.section,
h5.news-section {
font-family: 'Shentox2', sans-serif;
font-size: 14px;
margin-bottom: 5px;
text-transform: uppercase;
}
h2.cover-title,
h2.news-cover-title {
font-family: 'Avalon', sans-serif;
font-size: 18px;
font-weight: 900;
margin-bottom: 5px;
line-height: 1.2;
}
ul.cover-byline li > a,
ul.news-cover-byline li > a {
font-family: Helvetica;
font-size: 12px;
color: hsla(0,0%,100%,.6);
}
/* Latest News */
div.wrapper {
margin: 4rem auto 2rem;
padding: 0 20px;
}
h2.title {
position: relative;
font-family: 'Avalon';
font-size: 28px;
font-weight: 900;
color: #f42;
}
div.latest-stories { margin: 24px -8px 0; }
h2.title i.material-icons {
position: absolute;
font-size: 24px;
font-weight: 900;
margin-top: 3px;
}
div.latest-stories > div.story,
div.latest-stories > div.deal {
position: relative;
display: flex;
padding: 8px;
}
img.story-image,
img.deal-image {
width: 75px;
height: 75px;
}
div.story h2.story-title,
div.deal h2.deal-title {
font-family: Helvetica;
font-size: 14px;
font-weight: 700;
line-height: 1.25;
}
div.story-details,
div.deal-details {
margin-left: 15px;
}
ul.story-byline,
ul.news-cover-byline {
display: flex;
align-items: center;
gap: 5px;
font-family: 'ARS Maquette', Helvetica;
font-size: 12px;
margin-top: 6px;
}
ul.story-byline li > a,
ul.story-byline li,
ul.deal-byline li > a,
ul.deal-byline li {
color: #aaa !important;
}
/* Funding */
section.funding { margin-top: 4rem; }
header.funding-header > a.funding-header-more {
display: block;
font-family: 'ARS Maquette', Helvetica;
font-size: 14px;
margin: 11px 23px 0 0;
color: #f42;
}
header.funding-header a.funding-header-more:first-of-type { padding: 14px 0 0; }
div.funding-body { margin-top: 2rem; }
div.funding-story-container { padding: 8px; }
div.funding-story {
position: relative;
height: 250px;
background: #fffaf8;
}
div.funding-story-container:nth-child(4) { display: none !important; }
div.funding-story a.company-link {
position: relative;
display: block;
}
a.company-link img.company-logo {
position: absolute;
width: 60px;
min-width: 60px;
max-width: 60px;
height: 60px;
min-height: 60px;
max-height: 60px;
margin: 10.5px;
}
a.company-link h4.company-name {
padding: 10.5px 16px 10.5px 84px;
font-size: 18px;
font-weight: 900;
color: #fff;
background: #f42;
white-space: nowrap;
overflow: hidden;
}
a.company-link div.funding-details {
padding: 10.5px 16px 10.5px 84px;
line-height: 1.25;
color: #000;
background: rgba(255,68,34,.08);
}
div.funding-details h4{
font-family: Helvetica;
font-size: 18px;
font-weight: 600;
}
div.funding-details h5{
font-family: 'Shentox2', sans-serif;
font-size: 11px;
}
div.funding-story div.funding-card {
padding: 16px;
margin: 0;
}
div.funding-card a.funding-card-bit {
display: flex;
align-items: center;
gap: 8px;
font-family: 'ARS Maquette', Helvetica;
font-size: 13px;
line-height: 1.5;
margin-right: 1em;
}
div.funding-card a.funding-card-bit:not(:last-child) {
margin-bottom: .5em;
}
div.funding-story div.funding-byline {
margin: 0;
padding: 10px 16px 16px;
border-top: 1px solid rgba(255,68,34,.25);
}
div.funding-byline a.story-link {
font-family: 'ARS Maquette', Helvetica;
font-size: 12px;
font-weight: 400;
}
a.story-link span.story-title-source { color: #aaa; }
/* Other News */
section.other-news {
position: relative;
padding: 48px 0;
}
div.other-news-container {
position: relative;
padding: 8px;
margin: 0 -8px;
}
div.other-news-body article.section-popular {
height: 0;
padding-top: 75%;
position: relative;
width: 100%;
}
div.other-news-body div.other-news-image {
background-color: #000;
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
bottom: 0;
left: 0;
position: absolute;
top: 0;
right: 0;
z-index: 1;
}
div.other-news-body article a.news-link {
display: block;
background: rgba(0,0,0,.25) url('../images/image-gradient.webp') no-repeat;
background-size: 100% 100%;
bottom: 0;
left: 0;
position: absolute;
top: 0;
right: 0;
z-index: 2;
}
div.other-news-body div.other-news-01 { background-image: url('../images/Other-News/OT-Hardrock.jpg'); }
div.other-news-body div.other-news-02 { background-image: url('../images/Other-News/OT-Apps.jpg'); }
div.other-news-body div.other-news-03 { background-image: url('../images/Other-News/OT-Gear.webp'); }
div.other-news-body div.other-news-04 { background-image: url('../images/Other-News/OT-Tech.jpg'); }
div.other-news-body div.other-news-05 { background-image: url('../images/Other-News/OT-Creative.webp'); }
div.other-news-body div.other-news-06 { background-image: url('../images/Other-News/OT-Podium.webp'); }
div.other-news-body div.other-news-07 { background-image: url('../images/Other-News/OT-Insights.webp'); }
div.other-news-body div.other-news-08 { background-image: url('../images/Other-News/OT-Launch.jpg'); }
div.other-news-body div.other-news-09 { background-image: url('../images/Other-News/OT-Distract.jpg'); }
div.other-news-container div.section-latest {
display: flex;
margin: 2px 0;
background: rgba(255,68,34,.06);
}
div.section-latest header.section-latest-header {
flex: 1;
padding: 10px 14px 0;
color: #f42;
line-height: 1.2;
}
h5.section-title {
font-family: 'Shentox2', sans-serif;
font-size: 13px;
}
h4.section-desc {
font-family: 'ARS Maquette', Helvetica;
font-size: 14px;
font-weight: bold;
}
div.other-news-body { margin-top: 1rem; }
div.section-latest a.section-latest-image {
flex: 0 0 96px;
background-color: #000;
background-position: 50%;
background-size: cover;
height: 96px;
width: 96px;
}
div.section-latest a.section-latest-01 { background-image: url('../images/Other-News/OT-Hardrock.jpg'); }
div.section-latest a.section-latest-02 { background-image: url('../images/Other-News/OT-Apps--headline.webp'); }
div.section-latest a.section-latest-03 { background-image: url('../images/Other-News/OT-Gear--headline.webp'); }
div.section-latest a.section-latest-04 { background-image: url('../images/Other-News/OT-Tech--headline.webp'); }
div.section-latest a.section-latest-05 { background-image: url('../images/Other-News/OT-Creative--headline.webp'); }
div.section-latest a.section-latest-06 { background-image: url('../images/Other-News/OT-Podium--headline.webp'); }
div.section-latest a.section-latest-07 { background-image: url('../images/Other-News/OT-Insights--headline.webp'); }
div.section-latest a.section-latest-08 { background-image: url('../images/Other-News/OT-Launch--headline.webp'); }
div.section-latest a.section-latest-09 { background-image: url('../images/Other-News/OT-Distract--headline.webp'); }
div.other-news-container div.section-headline {
border-bottom: 1px solid #eee;
}
h4.section-headline-title {
font-family: 'ARS Maquette', Helvetica;
font-size: 13px;
font-weight: 400;
line-height: 1.5;
}
div.section-headline a.section-headline-link {
color: #555;
display: block;
padding: 6px 0 6px 14px;
position: relative;
}
div.section-headline a.section-headline-link::before {
background-color: #f42;
border-radius: 50%;
content: "";
display: block;
height: 4px;
left: 0;
position: absolute;
top: 13px;
width: 4px;
}
/* Latest-Deal */
div.deal-price {
color: #aaa;
font-family: 'ARS Maquette', Helvetica;
font-size: 12px;
line-height: 18px;
padding-top: 4px;
vertical-align: baseline;
}
div.deal-price span.deal-price-old {
text-decoration: line-through;
margin-right: 4px;
}
div.deal-price span.deal-price-new {
color: #555;
font-size: 14px;
}
div.footer-container div.footer-links-wrapper {
background-color: #131313;
padding: 32px 0;
text-align: center;
}
div.footer-container div.links { padding-bottom: 24px; }
footer.page-footer nav.footer-links ul > li,
footer.page-footer nav.other-footer-links ul > li {
display: inline-block;
margin: 0 3px;
}
footer.page-footer nav.footer-links ul li >a {
display: block;
border-radius: 50%;
background: #333;
height: 40px;
width: 40px;
padding: 12px;
}
footer.page-footer nav.footer-links ul > li > a > i.fa { color: #fff }
footer.page-footer nav.other-footer-links ul > li > a,
footer.page-footer div.footer-legal span > a {
font-family: 'Shentox2', sans-serif;
font-size: 13px;
color: #aaa;
}
footer.page-footer div.footer-legal-wrapper {
background-color: #000;
text-align: center;
}
div.footer-legal-wrapper div.footer-legal { padding: 32px 20px; }
div.footer-legal-wrapper div.footer-legal span {
display: block;
font-family: 'ARS Maquette', Helvetica;
font-size: 13px;
color: #aaa;
line-height: 1.3;
}
footer.page-footer div.footer-legal span > a { font-family: 'ARS Maquette', Helvetica; }
div.footer-legal-wrapper img.footer-legal-logoStackPath {
display: inline-block;
height: 9px;
margin-right: 1px;
vertical-align: baseline;
}
@media screen and (min-width: 768px) {
div.logo { margin-right: 0; }
nav.left-nav-links {
display: block;
margin-right: auto;
}
nav.nav-links ul li:nth-child(2) { display: none; }
main.main div.cover {
display: grid;
grid-template-columns: 2fr 1fr;
height: 60vh;
}
div.cover article:first-child { grid-row: 1 /3; }
div.cover article a.cover-link { bottom: 0; }
div.cover-background { height: 100%; }
a.funding-header-more:nth-child(3)::before,
a.funding-header-more:nth-child(4)::before {
content: '|';
display: inline-block;
margin: 0 16px 0 0;
}
header.funding-header a.funding-header-more:first-of-type { padding: 0; }
header.funding-header > a.funding-header-more {
display: inline-block;
margin-right: 14px;
}
section.latest-news div.latest-stories,
section.latest-deals div.latest-stories,
section.funding div.funding-body-wrapper,
section.other-news {
display: flex;
flex-flow: row wrap;
flex: 0 1 auto;
}
div.latest-stories .story,
div.latest-stories .deal,
div.funding-body-wrapper div.funding-story-container,
div.other-news div.other-news-container {
flex-basis: 33%;
display: flex;
flex-direction: column;
}
section.other-news div.other-news-container {
flex-basis: 50%;
margin: 0;
margin-bottom: 16px;
}
img.story-image,
img.deal-image {
width: 100%;
height: 135px;
}
div.latest-stories div.story-details,
div.latest-stories div.deal-details {
margin-left: 0;
}
div.footer-legal-wrapper div.footer-legal span { display: inline; }
@media screen and (min-width: 1024px) {
main.main div.cover { height: 75vh; }
section.funding header.funding-header {
display: flex;
align-items: center;
}
section.funding h2.title { margin-right: auto; }
header.funding-header > a.funding-header-more { margin-top: 0; }
div.funding-story-container:nth-child(4) { display: block !important; }
div.latest-stories .story,
div.latest-stories .deal,
div.funding-body-wrapper div.funding-story-container,
div.other-news div.other-news-container {
flex-basis: 25%;
}
section.other-news div.other-news-container { flex-basis: 33%; }
}
} | 0.323594 | 0.075687 |
* { padding: 0; margin: 0; box-sizing: border-box; }
body { margin: 0; padding: 0; font-family: 'raleway', sans-serif; color: #666; font-size: 14px; line-height: 20px; }
.pull-right { float: right !important; }
.container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
.row { margin: 0 -10px; overflow: hidden; }
.box { padding: 10px; }
.z-index { z-index: 999; }
.img-circle { border-radius: 50%; }
.img-responsives { display: block; max-width: 100%; height: auto; }
p { margin-top: 0; margin-bottom: 1rem; }
h1, h2, h3, h4, h5, h6 { margin-bottom: .5rem; font-weight: 500; line-height: 1.2; }
h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }
.text-white { color: #fff !important; }
.text-primary { color: #007bff !important; }
.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.bg-dark { background: #333; }
.card { position: relative; min-width: 0; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.125); }
.mr-0 { margin-right: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.ml-0 { margin-left: 0 !important; }
.m-1 { margin: 4px !important; }
.mt-1 { margin-top: 4px !important; }
.mr-1 { margin-right: 4px !important; }
.mb-1 { margin-bottom: 4px !important; }
.ml-1 { margin-left: 4px !important; }
.m-2 { margin: 8px !important; }
.mt-2 { margin-top: 8px !important; }
.mr-2 { margin-right: 8px !important; }
.mb-2 { margin-bottom: 8px !important; }
.ml-2 { margin-left: 8px !important; }
.m-3 { margin: 16px !important; }
.mt-3 { margin-top: 16px !important; }
.mr-3 { margin-right: 16px !important; }
.mb-3 { margin-bottom: 16px !important; }
.ml-3 { margin-left: 16px !important; }
.m-4 { margin: 24px !important; }
.mt-4 { margin-top: 24px !important; }
.mr-4 { margin-right: 24px !important; }
.mb-4 { margin-bottom: 24px !important; }
.ml-4 { margin-left: 24px !important; }
.m-5 { margin: 48px !important; }
.mt-5 { margin-top: 48px !important; }
.mr-5 { margin-right: 48px !important; }
.mb-5 { margin-bottom: 48px !important; }
.ml-5 { margin-left: 48px !important; }
.p-0 { padding: 0 !important; }
.pt-0 { padding-top: 0 !important; }
.pr-0 { padding-right: 0 !important; }
.pb-0 { padding-bottom: 0 !important; }
.pl-0 { padding-left: 0 !important; }
.p-1 { padding: 4px !important; }
.pt-1 { padding-top: 4px !important; }
.pr-1 { padding-right: 4px !important; }
.pb-1 { padding-bottom: 4px !important; }
.pl-1 { padding-left: 4px !important; }
.p-2 { padding: 8px !important; }
.pt-2 { padding-top: 8px !important; }
.pr-2 { padding-right: 8px !important; }
.pb-2 { padding-bottom: 8px !important; }
.pl-2 { padding-left: 8px !important; }
.p-3 { padding: 16px !important; }
.pt-3 { padding-top: 16px !important; }
.pr-3 { padding-right: 16px !important; }
.pb-3 { padding-bottom: 16px !important; }
.pl-3 { padding-left: 16px !important; }
.p-4 { padding: 24px !important; }
.pt-4 { padding-top: 24px !important; }
.pr-4 { padding-right: 24px !important; }
.pb-4 { padding-bottom: 24px !important; }
.pl-4 { padding-left: 24px !important; }
.p-5 { padding: 48px !important; }
.pt-5 { padding-top: 48px !important; }
.pr-5 { padding-right: 48px !important; }
.pb-5 { padding-bottom: 48px !important; }
.pl-5 { padding-left: 48px !important; }
.btn { border-radius: 3px; display: inline-block; font-weight: 400; color: #212529; text-align: center; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 5.4px 12px; font-size: 16px; line-height: 1.5; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
.btn-sm { padding: .25rem .5rem !important; font-size: .875rem !important; line-height: 1.5 !important; border-radius: .2rem !important; display: block !important; }
.btn-secondary { color: #fff; background-color: #6c757d; border-color: #6c757d; }
.btn-secondary:hover { color: #fff; background-color: #5a6268; border-color: #545b62; }
.btn-secondary.focus, .btn-secondary:focus { box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
.btn-primary { color: #000; background-color: #007bff; border-color: #007bff; }
.btn-primary:hover { color: #fff; background-color: #0069d9; border-color: #0062cc; }
.btn-primary.focus, .btn-primary:focus { box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
.btn-danger { background-color: #dc3545; border-color: #dc3545; color: #fff; }
.btn-danger:hover { color: #fff; background-color: #dc3545; border-color: #dc3545; }
.btn-danger.focus, .btn-primary:focus { box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
.btn-primary-disable { background: #78afea; border-color: #78afea; }
.btn-light { background: #f4f4f4; border-color: #ccc; color: #333; }
.btn-primary { color: #FFFFFF; background: #416dea; }
.btn-danger { color: #FFFFFF; background: #F32C52; }
.garis { background-color: #0071BC; height: 4px; margin: 0 auto; width: 32px; }
.form-group { margin-bottom: 1rem; }
.form-control { display: block; width: 100%; height: calc(1.5em + .75rem + 2px); font-family: Raleway, sans-serif; padding: .375rem .75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
select.form-control[multiple], select.form-control[size] { height: auto; }
textarea.form-control { height: auto; }
table { width: 100%; border-spacing: 0; background: #fff; }
table[class*="center"] th, table[class*="center"] td { text-align: center; }
.striped { border-bottom: 1px solid #eee; }
.striped thead tr { background-color: #f2f2f2; }
.striped tbody tr:nth-child(even) { background-color: #fbfbfb; }
table th { font-size: 16px; }
table td, table td a { padding: 8px; color: #5f5f5f; font-size: 16px; }
table td a { padding: 0 !important; }
.col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 { position: relative; width: 100%; padding-right: 15px; padding-left: 15px; }
.col-xl-1 { width: 8.33%; }
.col-xl-2 { width: 16.66%; }
.col-xl-3 { width: 25%; }
.col-xl-4 { width: 33.33%; }
.col-xl-5 { width: 41.66%; }
.col-xl-6 { width: 50%; }
.col-xl-7 { width: 58.33%; }
.col-xl-8 { width: 66.66%; }
.col-xl-9 { width: 75%; }
.col-xl-10 { width: 83.33%; }
.col-xl-11 { width: 91.66%; }
.col-xl-12 { width: 100%; }
.col-xl-20 { width: 20%; }
.col-auto { width: auto; }
.no-decoration { text-decoration: none; }
@media (min-width: 576px) { .container { max-width: 540px; } }
@media (min-width: 768px) { .container { max-width: 720px; } }
@media (min-width: 992px) { .container { max-width: 960px; } }
@media (min-width: 1200px) { .container { max-width: 1140px; } }
@media screen and (max-width: 1024px) { .col-lg-1 { width: 8.33%; }
.col-lg-2 { width: 16.66%; }
.col-lg-3 { width: 25%; }
.col-lg-4 { width: 33.33%; }
.col-lg-5 { width: 41.66%; }
.col-lg-6 { width: 50%; }
.col-lg-7 { width: 58.33%; }
.col-lg-8 { width: 66.66%; }
.col-lg-9 { width: 75%; }
.col-lg-10 { width: 83.33%; }
.col-lg-11 { width: 91.66%; }
.col-lg-12 { width: 100%; } }
@media screen and (max-width: 768px) { .col-md-1 { width: 8.33%; }
.col-md-2 { width: 16.66%; }
.col-md-3 { width: 25%; }
.col-md-4 { width: 33.33%; }
.col-md-5 { width: 41.66%; }
.col-md-6 { width: 50%; }
.col-md-7 { width: 58.33%; }
.col-md-8 { width: 66.66%; }
.col-md-9 { width: 75%; }
.col-md-10 { width: 83.33%; }
.col-md-11 { width: 91.66%; }
.col-md-12 { width: 100%; } }
@media screen and (max-width: 425px) { .col-sm-1 { width: 8.33%; }
.col-sm-2 { width: 16.66%; }
.col-sm-3 { width: 25%; }
.col-sm-4 { width: 33.33%; }
.col-sm-5 { width: 41.66%; }
.col-sm-6 { width: 50%; }
.col-sm-7 { width: 58.33%; }
.col-sm-8 { width: 66.66%; }
.col-sm-9 { width: 75%; }
.col-sm-10 { width: 83.33%; }
.col-sm-11 { width: 91.66%; }
.col-sm-12 { width: 100%; } }
@media screen and (max-width: 375px) { .col-xs-1 { width: 8.33%; }
.col-xs-2 { width: 16.66%; }
.col-xs-3 { width: 25%; }
.col-xs-4 { width: 33.33%; }
.col-xs-5 { width: 41.66%; }
.col-xs-6 { width: 50%; }
.col-xs-7 { width: 58.33%; }
.col-xs-8 { width: 66.66%; }
.col-xs-9 { width: 75%; }
.col-xs-10 { width: 83.33%; }
.col-xs-11 { width: 91.66%; }
.col-xs-12 { width: 100%; } }
[class*="col-"] { float: left; }
.contanier, .box, [class*="col-"] { min-height: 1px; }
/*# sourceMappingURL=grid.css.map */ | assets/css/grid.css | * { padding: 0; margin: 0; box-sizing: border-box; }
body { margin: 0; padding: 0; font-family: 'raleway', sans-serif; color: #666; font-size: 14px; line-height: 20px; }
.pull-right { float: right !important; }
.container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
.row { margin: 0 -10px; overflow: hidden; }
.box { padding: 10px; }
.z-index { z-index: 999; }
.img-circle { border-radius: 50%; }
.img-responsives { display: block; max-width: 100%; height: auto; }
p { margin-top: 0; margin-bottom: 1rem; }
h1, h2, h3, h4, h5, h6 { margin-bottom: .5rem; font-weight: 500; line-height: 1.2; }
h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }
.text-white { color: #fff !important; }
.text-primary { color: #007bff !important; }
.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.bg-dark { background: #333; }
.card { position: relative; min-width: 0; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.125); }
.mr-0 { margin-right: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.ml-0 { margin-left: 0 !important; }
.m-1 { margin: 4px !important; }
.mt-1 { margin-top: 4px !important; }
.mr-1 { margin-right: 4px !important; }
.mb-1 { margin-bottom: 4px !important; }
.ml-1 { margin-left: 4px !important; }
.m-2 { margin: 8px !important; }
.mt-2 { margin-top: 8px !important; }
.mr-2 { margin-right: 8px !important; }
.mb-2 { margin-bottom: 8px !important; }
.ml-2 { margin-left: 8px !important; }
.m-3 { margin: 16px !important; }
.mt-3 { margin-top: 16px !important; }
.mr-3 { margin-right: 16px !important; }
.mb-3 { margin-bottom: 16px !important; }
.ml-3 { margin-left: 16px !important; }
.m-4 { margin: 24px !important; }
.mt-4 { margin-top: 24px !important; }
.mr-4 { margin-right: 24px !important; }
.mb-4 { margin-bottom: 24px !important; }
.ml-4 { margin-left: 24px !important; }
.m-5 { margin: 48px !important; }
.mt-5 { margin-top: 48px !important; }
.mr-5 { margin-right: 48px !important; }
.mb-5 { margin-bottom: 48px !important; }
.ml-5 { margin-left: 48px !important; }
.p-0 { padding: 0 !important; }
.pt-0 { padding-top: 0 !important; }
.pr-0 { padding-right: 0 !important; }
.pb-0 { padding-bottom: 0 !important; }
.pl-0 { padding-left: 0 !important; }
.p-1 { padding: 4px !important; }
.pt-1 { padding-top: 4px !important; }
.pr-1 { padding-right: 4px !important; }
.pb-1 { padding-bottom: 4px !important; }
.pl-1 { padding-left: 4px !important; }
.p-2 { padding: 8px !important; }
.pt-2 { padding-top: 8px !important; }
.pr-2 { padding-right: 8px !important; }
.pb-2 { padding-bottom: 8px !important; }
.pl-2 { padding-left: 8px !important; }
.p-3 { padding: 16px !important; }
.pt-3 { padding-top: 16px !important; }
.pr-3 { padding-right: 16px !important; }
.pb-3 { padding-bottom: 16px !important; }
.pl-3 { padding-left: 16px !important; }
.p-4 { padding: 24px !important; }
.pt-4 { padding-top: 24px !important; }
.pr-4 { padding-right: 24px !important; }
.pb-4 { padding-bottom: 24px !important; }
.pl-4 { padding-left: 24px !important; }
.p-5 { padding: 48px !important; }
.pt-5 { padding-top: 48px !important; }
.pr-5 { padding-right: 48px !important; }
.pb-5 { padding-bottom: 48px !important; }
.pl-5 { padding-left: 48px !important; }
.btn { border-radius: 3px; display: inline-block; font-weight: 400; color: #212529; text-align: center; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 5.4px 12px; font-size: 16px; line-height: 1.5; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
.btn-sm { padding: .25rem .5rem !important; font-size: .875rem !important; line-height: 1.5 !important; border-radius: .2rem !important; display: block !important; }
.btn-secondary { color: #fff; background-color: #6c757d; border-color: #6c757d; }
.btn-secondary:hover { color: #fff; background-color: #5a6268; border-color: #545b62; }
.btn-secondary.focus, .btn-secondary:focus { box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
.btn-primary { color: #000; background-color: #007bff; border-color: #007bff; }
.btn-primary:hover { color: #fff; background-color: #0069d9; border-color: #0062cc; }
.btn-primary.focus, .btn-primary:focus { box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
.btn-danger { background-color: #dc3545; border-color: #dc3545; color: #fff; }
.btn-danger:hover { color: #fff; background-color: #dc3545; border-color: #dc3545; }
.btn-danger.focus, .btn-primary:focus { box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
.btn-primary-disable { background: #78afea; border-color: #78afea; }
.btn-light { background: #f4f4f4; border-color: #ccc; color: #333; }
.btn-primary { color: #FFFFFF; background: #416dea; }
.btn-danger { color: #FFFFFF; background: #F32C52; }
.garis { background-color: #0071BC; height: 4px; margin: 0 auto; width: 32px; }
.form-group { margin-bottom: 1rem; }
.form-control { display: block; width: 100%; height: calc(1.5em + .75rem + 2px); font-family: Raleway, sans-serif; padding: .375rem .75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
select.form-control[multiple], select.form-control[size] { height: auto; }
textarea.form-control { height: auto; }
table { width: 100%; border-spacing: 0; background: #fff; }
table[class*="center"] th, table[class*="center"] td { text-align: center; }
.striped { border-bottom: 1px solid #eee; }
.striped thead tr { background-color: #f2f2f2; }
.striped tbody tr:nth-child(even) { background-color: #fbfbfb; }
table th { font-size: 16px; }
table td, table td a { padding: 8px; color: #5f5f5f; font-size: 16px; }
table td a { padding: 0 !important; }
.col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 { position: relative; width: 100%; padding-right: 15px; padding-left: 15px; }
.col-xl-1 { width: 8.33%; }
.col-xl-2 { width: 16.66%; }
.col-xl-3 { width: 25%; }
.col-xl-4 { width: 33.33%; }
.col-xl-5 { width: 41.66%; }
.col-xl-6 { width: 50%; }
.col-xl-7 { width: 58.33%; }
.col-xl-8 { width: 66.66%; }
.col-xl-9 { width: 75%; }
.col-xl-10 { width: 83.33%; }
.col-xl-11 { width: 91.66%; }
.col-xl-12 { width: 100%; }
.col-xl-20 { width: 20%; }
.col-auto { width: auto; }
.no-decoration { text-decoration: none; }
@media (min-width: 576px) { .container { max-width: 540px; } }
@media (min-width: 768px) { .container { max-width: 720px; } }
@media (min-width: 992px) { .container { max-width: 960px; } }
@media (min-width: 1200px) { .container { max-width: 1140px; } }
@media screen and (max-width: 1024px) { .col-lg-1 { width: 8.33%; }
.col-lg-2 { width: 16.66%; }
.col-lg-3 { width: 25%; }
.col-lg-4 { width: 33.33%; }
.col-lg-5 { width: 41.66%; }
.col-lg-6 { width: 50%; }
.col-lg-7 { width: 58.33%; }
.col-lg-8 { width: 66.66%; }
.col-lg-9 { width: 75%; }
.col-lg-10 { width: 83.33%; }
.col-lg-11 { width: 91.66%; }
.col-lg-12 { width: 100%; } }
@media screen and (max-width: 768px) { .col-md-1 { width: 8.33%; }
.col-md-2 { width: 16.66%; }
.col-md-3 { width: 25%; }
.col-md-4 { width: 33.33%; }
.col-md-5 { width: 41.66%; }
.col-md-6 { width: 50%; }
.col-md-7 { width: 58.33%; }
.col-md-8 { width: 66.66%; }
.col-md-9 { width: 75%; }
.col-md-10 { width: 83.33%; }
.col-md-11 { width: 91.66%; }
.col-md-12 { width: 100%; } }
@media screen and (max-width: 425px) { .col-sm-1 { width: 8.33%; }
.col-sm-2 { width: 16.66%; }
.col-sm-3 { width: 25%; }
.col-sm-4 { width: 33.33%; }
.col-sm-5 { width: 41.66%; }
.col-sm-6 { width: 50%; }
.col-sm-7 { width: 58.33%; }
.col-sm-8 { width: 66.66%; }
.col-sm-9 { width: 75%; }
.col-sm-10 { width: 83.33%; }
.col-sm-11 { width: 91.66%; }
.col-sm-12 { width: 100%; } }
@media screen and (max-width: 375px) { .col-xs-1 { width: 8.33%; }
.col-xs-2 { width: 16.66%; }
.col-xs-3 { width: 25%; }
.col-xs-4 { width: 33.33%; }
.col-xs-5 { width: 41.66%; }
.col-xs-6 { width: 50%; }
.col-xs-7 { width: 58.33%; }
.col-xs-8 { width: 66.66%; }
.col-xs-9 { width: 75%; }
.col-xs-10 { width: 83.33%; }
.col-xs-11 { width: 91.66%; }
.col-xs-12 { width: 100%; } }
[class*="col-"] { float: left; }
.contanier, .box, [class*="col-"] { min-height: 1px; }
/*# sourceMappingURL=grid.css.map */ | 0.535098 | 0.261909 |
html {
font-family: sans-serif;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
color: inherit;
}
body {
max-width: 60rem;
margin: 0 auto;
padding: 1rem;
}
h1 {
margin-bottom: 1rem;
}
.cards > ul {
list-style: none;
}
.card + .card {
margin-top: 1.5rem;
}
@supports (display: grid) {
.cards > ul {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
grid-column-gap: 1.5rem;
grid-row-gap:1.5rem;
}
.card + .card {
margin-top: 0;
}
}
.card {
border: 1px solid;
border-radius: 0.25rem;
display: flex;
flex-direction: column;
position: relative;
}
.card .text {
order: 1;
padding: 1rem;
flex: 1 0 auto;
display: flex;
flex-direction: column;
}
.card p {
max-width: 60ch;
}
.card .img {
height: 6.5rem;
/* clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 1rem)); */
}
.card .img img {
width: 100%;
height: 100%;
object-fit: cover;
/* filter: grayscale(100%); */
}
.card a {
/* outline: none; */
text-decoration: none;
}
.card a:focus {
outline: none;
text-decoration: underline;
}
.card:focus-within, .card:hover {
box-shadow: 0 0 0 0.25rem;
}
.card:focus-within a:focus {
text-decoration: none;
}
/* .card h2 a {
text-decoration: none;
}
.card h2 a:focus {
text-decoration: underline;
} */
.card h2:focus-within ~ .cta {
box-shadow: 0 0 0 0.125rem;
}
.card:focus-within h2 a:focus {
text-decoration: none;
}
.card small {
display: block;
text-align: right;
}
.card small a {
position: relative;
padding: 0.5rem 0;
}
.card small a:hover,
.card small a:focus {
font-weight: bold;
}
.card .text > * + * {
margin-top: 0.75rem;
}
.card .text > :nth-last-child(3) {
margin-bottom: 0.75rem;
}
.card .text > :nth-last-child(2) {
margin-top: auto;
padding-top: 0.75rem;
}
.cta {
padding: 0.75rem;
border: 1px solid;
border-radius: 0.25rem;
text-align: center;
} | styles.css | html {
font-family: sans-serif;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
color: inherit;
}
body {
max-width: 60rem;
margin: 0 auto;
padding: 1rem;
}
h1 {
margin-bottom: 1rem;
}
.cards > ul {
list-style: none;
}
.card + .card {
margin-top: 1.5rem;
}
@supports (display: grid) {
.cards > ul {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
grid-column-gap: 1.5rem;
grid-row-gap:1.5rem;
}
.card + .card {
margin-top: 0;
}
}
.card {
border: 1px solid;
border-radius: 0.25rem;
display: flex;
flex-direction: column;
position: relative;
}
.card .text {
order: 1;
padding: 1rem;
flex: 1 0 auto;
display: flex;
flex-direction: column;
}
.card p {
max-width: 60ch;
}
.card .img {
height: 6.5rem;
/* clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 1rem)); */
}
.card .img img {
width: 100%;
height: 100%;
object-fit: cover;
/* filter: grayscale(100%); */
}
.card a {
/* outline: none; */
text-decoration: none;
}
.card a:focus {
outline: none;
text-decoration: underline;
}
.card:focus-within, .card:hover {
box-shadow: 0 0 0 0.25rem;
}
.card:focus-within a:focus {
text-decoration: none;
}
/* .card h2 a {
text-decoration: none;
}
.card h2 a:focus {
text-decoration: underline;
} */
.card h2:focus-within ~ .cta {
box-shadow: 0 0 0 0.125rem;
}
.card:focus-within h2 a:focus {
text-decoration: none;
}
.card small {
display: block;
text-align: right;
}
.card small a {
position: relative;
padding: 0.5rem 0;
}
.card small a:hover,
.card small a:focus {
font-weight: bold;
}
.card .text > * + * {
margin-top: 0.75rem;
}
.card .text > :nth-last-child(3) {
margin-bottom: 0.75rem;
}
.card .text > :nth-last-child(2) {
margin-top: auto;
padding-top: 0.75rem;
}
.cta {
padding: 0.75rem;
border: 1px solid;
border-radius: 0.25rem;
text-align: center;
} | 0.358802 | 0.09709 |
.my-toggle {
background: transparent;
border: 0;
border-radius: 0.25em;
color: #888;
cursor: pointer;
font-size: 0.75em;
font-weight: bold;
margin-right: 0.5em;
padding: 0.5em;
text-transform: uppercase;
-moz-appearance: none;
-webkit-appearance: none;
}
.my-toggle:hover,
.my-toggle:focus {
background-color: #eee;
color: #555;
outline: transparent;
}
/* demo-specific styles */
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
background-color: #f6f6f6;
}
body {
color: #444;
font: 100%/1.5 sans-serif;
margin: 1em auto 2em;
max-width: 30em;
padding: 0 1em;
}
input {
font-family: sans-serif;
font-size: 100%;
line-height: normal;
}
a {
color: #0088cc;
text-decoration: none;
}
h1 {
font-size: 1.25em;
line-height: 1.25;
margin: 1.5em 0 0.5em;
}
h2 {
border-top: 3px solid #e6e6e6;
font-size: 1.125em;
line-height: 1.5;
margin: 1.5em 0 1em;
padding-top: 1em;
}
.for {
font-weight: normal;
white-space: nowrap;
}
p {
margin: 0 0 1em; /* 1.5em; */
}
figure {
margin: 0 0 1.5em;
}
figcaption {
color: #999;
font-size: 0.875em;
margin-top: 0.5em;
/*text-align: center;*/
}
.login,
.login-field {
border-radius: 0.25em;
}
.login {
background-color: #e6e6e6;
}
.login-label,
.login-field {
display: block;
}
.login-label {
font-size: 0.875em;
padding: 0.57142857142857em 0.57142857142857em 0.28571428571429em;*/
}
.inputplaceholder .login-label {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.login-field {
background-color: #fff;
border: 2px solid #ccc;
margin: 0;
padding: 0.75em;
position: relative;
width: 100%;
-moz-appearance: none;
-webkit-appearance: none;
}
.login-field:focus {
border-color: #0088cc;
outline: transparent;
z-index: 2;
}
.inputplaceholder .login-field-username {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
margin-bottom: -2px;
}
.inputplaceholder .login-field-password {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.login-footer {
padding: 0.25em 0.5em 0.5em;
}
.hideShowPassword-toggle,
.my-toggle {
z-index: 3;
}
.btns {
list-style: none;
margin: 0 0 1.5em;
padding: 0;
}
.btns li {
display: inline-block;
margin-left: 0.5em;
}
.btns li:first-child {
margin-left: 0;
}
.btn {
background: #0088cc;
border-radius: 0.25em;
color: #fff;
display: inline-block;
padding: 0.5em 1em;
}
.btn:hover,
.btn:focus {
background-color: #0077b3;
outline: transparent;
}
.byline {
color: #999;
border-top: 3px solid #e6e6e6;
font-size: 0.875em;
padding-top: 1em;
} | resources/assets/css/hideShowPassword/demo.css |
.my-toggle {
background: transparent;
border: 0;
border-radius: 0.25em;
color: #888;
cursor: pointer;
font-size: 0.75em;
font-weight: bold;
margin-right: 0.5em;
padding: 0.5em;
text-transform: uppercase;
-moz-appearance: none;
-webkit-appearance: none;
}
.my-toggle:hover,
.my-toggle:focus {
background-color: #eee;
color: #555;
outline: transparent;
}
/* demo-specific styles */
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
background-color: #f6f6f6;
}
body {
color: #444;
font: 100%/1.5 sans-serif;
margin: 1em auto 2em;
max-width: 30em;
padding: 0 1em;
}
input {
font-family: sans-serif;
font-size: 100%;
line-height: normal;
}
a {
color: #0088cc;
text-decoration: none;
}
h1 {
font-size: 1.25em;
line-height: 1.25;
margin: 1.5em 0 0.5em;
}
h2 {
border-top: 3px solid #e6e6e6;
font-size: 1.125em;
line-height: 1.5;
margin: 1.5em 0 1em;
padding-top: 1em;
}
.for {
font-weight: normal;
white-space: nowrap;
}
p {
margin: 0 0 1em; /* 1.5em; */
}
figure {
margin: 0 0 1.5em;
}
figcaption {
color: #999;
font-size: 0.875em;
margin-top: 0.5em;
/*text-align: center;*/
}
.login,
.login-field {
border-radius: 0.25em;
}
.login {
background-color: #e6e6e6;
}
.login-label,
.login-field {
display: block;
}
.login-label {
font-size: 0.875em;
padding: 0.57142857142857em 0.57142857142857em 0.28571428571429em;*/
}
.inputplaceholder .login-label {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.login-field {
background-color: #fff;
border: 2px solid #ccc;
margin: 0;
padding: 0.75em;
position: relative;
width: 100%;
-moz-appearance: none;
-webkit-appearance: none;
}
.login-field:focus {
border-color: #0088cc;
outline: transparent;
z-index: 2;
}
.inputplaceholder .login-field-username {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
margin-bottom: -2px;
}
.inputplaceholder .login-field-password {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.login-footer {
padding: 0.25em 0.5em 0.5em;
}
.hideShowPassword-toggle,
.my-toggle {
z-index: 3;
}
.btns {
list-style: none;
margin: 0 0 1.5em;
padding: 0;
}
.btns li {
display: inline-block;
margin-left: 0.5em;
}
.btns li:first-child {
margin-left: 0;
}
.btn {
background: #0088cc;
border-radius: 0.25em;
color: #fff;
display: inline-block;
padding: 0.5em 1em;
}
.btn:hover,
.btn:focus {
background-color: #0077b3;
outline: transparent;
}
.byline {
color: #999;
border-top: 3px solid #e6e6e6;
font-size: 0.875em;
padding-top: 1em;
} | 0.388966 | 0.097605 |
/* ----- CremeMeetings ----- */
.CremeMeetings-header .u-percentage
{
font-size: 130%;
}
.CremeMeetings-aside
{
background-color: #e9e9ea!important;
}
.CremeMeetings-aside .header
{
color: #d4d4d4!important;
}
.CremeMeetings-wrapper{
background-color: #fff;
margin-right: 50px;
}
.CremeMeetings-dropdown-user{
width: 200px!important;
}
.CremeMeetings-buttons {
padding-top: 10px;
}
/* ----- Los Usuarios ----- */
.LosUsuarios{
position: fixed;
top: 50px;
width: 250px;
right: -200px;
height: 100%;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
padding: 0;
background-color: #e9e9ea;
z-index: 201;
}
.LosUsuarios.toggled{
width: 250px;
right: 0px;
z-index: 201;
overflow-y: scroll;
padding-bottom: 100px;
}
.agregar-usuario{
width: 27px;
height: 27px;
border-radius: 18px;
border: #ff6f28 solid 1px;
color: #ff6f28;
line-height: 25px;
text-align: center;
font-size: 24px;
cursor: pointer;
position: fixed;
right: 10px;
top: 60px;
z-index: 1110;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.navbar-usuario{
width: 27px;
height: 27px;
border-radius: 18px;
border: #ff6f28 solid 1px;
color: #ff6f28;
line-height: 25px;
text-align: center;
font-size: 24px;
cursor: pointer;
position: fixed;
right: 10px;
bottom: 15px;
z-index: 1110;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.navbar-usuario.toggled{
right: 200px;
}
.Usuario{
margin: 10px;
}
.Usuario .user-image{
width: 30px;
height: 30px;
border-radius: 50%;
margin-top: 2px;
margin-left: -16px;
}
.Usuario h4 {
margin: 0 0 0px;
font-size: 15px;
font-weight: bold;
}
.LosUsuarios .organizer,
.LosUsuarios .attendees
{
font-size: 13px;
font-weight: bold;
margin: 10px 0 16px 10px;
}
.LosUsuarios .organizer{
margin: 50px 0 16px 10px;
}
.check{
width: 14px;
height: 14px;
border-radius: 12px;
font-family: Cambria;
font-size: 11px;
color: white;
line-height: 20px;
text-align: center;
background: #ff6f28;
display: block;
position: absolute;
top: 1px;
right: 5px;
}
.check i {
top: -3px;
position: relative;
font-size: 10px;
left: -1px;
}
.check-empty {
background: #e9e9ea;
border: solid #ff6f28 1px;
}
.no-image {
width: 30px;
height: 30px;
border-radius: 15px;
font-size: 20px;
color: white;
line-height: 30px;
text-align: center;
background: #3159ff;
display: block;
margin-left: -1px;
font-family: 'Source Sans Pro',sans-serif;
}
.dots{
margin-left: 3px;
display: inline-block;
position: relative;
top: 2px;
}
.dots-btn {
line-height: 4px;
background-color: transparent!important;
border: solid #b3b3b3 1px;
color: #888888!important;
cursor: pointer;
padding: 0 8px 8px;
margin-top: -3px;
outline: none!important;
}
.dots small{
line-height: 2px;
padding-bottom: 8px;
background-color: transparent!important;
border: solid #b3b3b3 1px;
color: #888888!important;
cursor: pointer;
}
.pending {
margin-left: 2px;
}
.pending small {
margin-top: 4px;
}
.u-Padding-left-5 {
padding-left: 5px;
}
.u-pendingTask {
color: #a5a5a5;
}
.u-usuarioFinal{
border-bottom: solid 1px #d0d0d0;
padding: 0px 0 4px;
}
.control-sidebar{
right: -180px!important;
}
.control-sidebar-open{
right: 0;
}
/* ----- Logo ----- */
.Logo {
background-color: #ff6f28!important;
color: #fff!important;
border-right: 1px solid #ff6f28!important;
}
.Logo:hover {
background-color: #fc6115!important;
color: #fff!important;
}
/* ----- Section ----- */
.Section-header {
border-bottom: 1px solid #f6f6f6;
padding: 25px 30px 12px 30px;
}
.Section-header h1{
margin: 0;
font-size: 26px;
}
/*.Section-content {
padding: 0 30px 30px;
}*/
/* ----- Buttons ----- */
.Buttons {
padding-top: 10px;
}
.Button-danger {
color: #ffffff;
background-color: #ff6f28;
border-color: #ff6f28;
}
.Button-danger:hover {
background-color: #fc6115;
border-color: #fc6115;
}
.Button-danger:focus {
background-color: #ff6f28;
border-color: #ff6f28;
margin: auto 4px;
}
.Button-default {
background-color: #fff;
color: #444;
border-color: #ddd;
margin: auto 4px;
}
.Button-default:hover {
background-color: #f6f6f6;
color: #444;
border-color: #ddd;
margin: auto 4px;
}
.Button-default:focus {
background-color: #fff;
color: #444;
border-color: #ddd;
margin: auto 4px;
}
#ButtonModal {
position: relative;
float: right;
margin-top: 20px;
right: 10px !important;
z-index: 99;
}
#ButtonModal.fixed {
position: fixed;
top: 50px;
z-index: 99;
right: 25px !important;
}
.ButtonModal {
color: #FFF !important;
border: 0;
font-size: 30px;
line-height: 0;
padding: 25px 18px !important;
background: #fc6115 !important;
border-radius: 200px 200px 200px 200px;
-moz-border-radius: 200px 200px 200px 200px;
-webkit-border-radius: 200px 200px 200px 200px;
z-index: 99;
}
/* ----- Attendant ----- */
.Attendant {
margin: -30px !important;
background-color: #f6f6f6;
padding: 13px 15px 1px 15px;
}
.Attendant img {
width: 60px;
margin: 0 15px 0 15px;
border: 3px solid #999;
padding: 3px;
}
.Attendant-modal {
margin: -20px -5px 20px -5px !important;
background-color: #f6f6f6;
padding: 13px 15px 1px 15px;
height: 105px;
}
/*.Attendant td button {
height: 77px;
margin-top: 0 !important;
}*/
.Attendant-content {
margin-left: 36%;
width: 300px;
}
/* ----- Avatar ----- */
.Avatar {
float: left;
text-align: center;
}
.Avatar img {
width: 60px;
margin: 0 15px 0 15px;
border: 3px solid #999;
padding: 3px;
}
.Avatar-check {
position: absolute;
margin-top: -55px;
margin-left: 15px;
background: #fc6115;
padding: 4px;
color: #fff;
font-size: 70%;
border-radius: 200px 200px 200px 200px;
-moz-border-radius: 200px 200px 200px 200px;
-webkit-border-radius: 200px 200px 200px 200px;
}
/* ----- Tabs ----- */
.Tabs {
margin-top: 30px;
}
.Tabs button {
border: transparent;
background: transparent;
color: #666666;
}
.Tabs button:hover {
border: transparent;
background: transparent;
color: #666666;
}
.Tabs button:focus {
border: transparent;
background: transparent;
box-shadow: none;
color: #666666;
}
.Tabs .btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
border: transparent !important;
background: transparent !important;
box-shadow: none !important;
color: #666666 !important;
}
.Tabs .nav-stacked .dropdown-menu li {
margin-bottom: 0 !important;
border: transparent !important;
}
.Tabs .nav-stacked .dropdown-menu {
background: #f6f6f6;
-webkit-box-shadow: 0px 3px 5px 0px rgba(166,166,166,1);
-moz-box-shadow: 0px 3px 5px 0px rgba(166,166,166,1);
box-shadow: 0px 3px 5px 0px rgba(166,166,166,1);
}
.Tabs .wysihtml5-toolbar {
margin-top: 30px !important;
}
.Tabs .wysihtml5-toolbar li{
margin: 0 -1px 10px 0;
}
.Tabs .wysihtml5-toolbar li .btn-default {
background-color: #fff;
color: #444;
border-color: #ddd;
margin: 0 4px 0 0;
}
.Tabs .nav-stacked li {
padding: 10px 10px 5px 10px;
border: 1px solid #dddddd !important;
margin-bottom: 10px;
}
.Tabs .nav-stacked li h4 {
font-weight: bold;
}
/* ----- Accordion ----- */
.Accordion {
border-top: transparent !important;
box-shadow: none !important;
margin-bottom: -10px;
}
.Accordion-header {
border: transparent !important;
padding: 10px 0 !important;
}
.Accordion-title {
font-size: 16px !important;
margin: 0;
float: left;
}
.Accordion-box{
padding: 0 !important;
}
/* ----- Note ----- */
.Note {
border-top: 0;
}
.Note-body,
.Note-attachment {
padding: 0 !important;
}
/* ----- Tables ----- */
.Table-description{
max-width: 350px;
}
.Table-modal {
margin-top: 30px;
}
.Table-modal td {
vertical-align: middle !important;
}
.TableTask-pagination {
margin-top: -20px !important;
}
.TableTask-pagination span {
margin-left: 0;
}
.TableTask-pagination a,
.TableTask-pagination a:focus,
.TableTask-pagination a:hover{
background-color: #fc6115;
border-color: #fc6115;
}
.Table-files button {
font-size: 18px;
padding: 10px;
font-weight: bold;
color: #d2d6de;
}
.Table-files button:hover {
color: #fc6115;
}
/* ----- TabTask ----- */
.TabTask span {
margin-left: 7px;
}
.TabTask .btn {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
background: #ffffff;
margin-right: 4px;
}
.TabTask .btn:hover {
background-color: #f4f4f4;
}
.TabTask .btn .badge {
background: #fc6115;
}
.TabTask .btn.active, .btn:active {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
background-color: #e6e6e6;
}
/* ----- Profile-body ----- */
.Profile-body {
background: #f6f6f6;
padding: 20px !important;
}
.Profile-body li{
background: transparent;
}
.Profile-body p {
margin: 0;
}
.Profile-body img {
margin: 0 auto 10px auto;
width: 100px;
padding: 3px;
border: 3px solid #d2d6de;
}
.Profile-body .list-group-item {
border: transparent !important;
}
/* ----- AttachmentsModal ----- */
.AttachmentsModal{
list-style: none;
margin: 0;
padding: 0;
}
.AttachmentsModal li {
float: left;
width: 130px;
border: 1px solid #eee;
margin-bottom: 10px;
margin-right: 10px;
}
.AttachmentsModal .btn {
margin-right: -3px !important;
background-color: #fff;
}
.AttachmentsModal-icon {
margin-top: -15px;
text-align: center;
font-size: 65px;
color: #666;
padding: 0 5px !important;
display: block;
}
.AttachmentsModal-icon .fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: 38px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* ----- Post ----- */
.Post{
margin-left:30px !important;
}
.Post a {
color: #000;
}
/* ----- Status ----- */
.Status input {
display: none;
position: relative;
z-index: -9999;
}
.Status span {
margin-top: 12px !important;
width: 30px;
height: 30px;
display: block;
background: url("../img/checkbox-none.gif");
}
.Status input:checked + span {
background: url("../img/checkbox-check.gif");
}
.Status input:indeterminate + span {
background: url("../img/checkbox-indeterminate.gif");
}
.Link{
color: #575d60!important;
padding: 20px!important;
font-size: 15px!important;
margin-left: -14px!important;
}
.Link i{
margin-right: 7px;
margin-right: 7px;
width: 34px!important;
height: 34px;
border-radius: 18px;
border: 1px solid #a0a3a5;
text-align: center;
line-height: 32px;
font-size: 14px;
}
.Link:hover {
background: #f7f7f7!important;
}
.Form .wysihtml5-toolbar{
float: right!important;
margin-bottom: 10px!important;
}
.Form .wysihtml5-toolbar li:nth-child(3),
.Form .wysihtml5-toolbar li:nth-child(5) {
display: none;
}
.Form .wysihtml5-toolbar li a{
background-color: #ffffff!important;
}
.Form iframe{
border-left:none!important;
border-right:none!important;
border-bottom:none!important;
border-top: 1px solid #f6f6f6!important;
}
.Note-title{
color: #ff6f28;
font-size: 22px!important;
margin-top: 3px!important;
margin: 0;
float: left;
}
.Navbar-login {
width: 305px;
padding: 10px;
padding-bottom: 0px; }
.Navbar-login-session {
padding: 10px;
padding-bottom: 0px;
padding-top: 0px; }
.Navbar-avatar-1 {
width: 32px;
border-radius: 50%;
margin-top: -5px;
float: left;
margin-right: 13px; }
.Navbar-avatar-2 {
width: 94px;
border-radius: 50%;
margin-top: 3px;
float: left;
margin-right: 13px; }
/* ----- Otros ----- */
.bg-orange {
background-color: #ff6f28 !important;
}
/* Utilities */
.u-toggle {
color: #333!important;
border-right: 0 solid transparent!important;
}
.u-sizeSmall {
font-size: 15px;
display: inline-block;
padding-left: 4px;
font-weight: 300;
}
.u-bgUserHeader {
padding-top: 20px !important;
background-color: #fc6115!important;
}
.u-marker {
margin-bottom: 20px !important;
}
.u-attachment,
.u-attachment:hover {
margin-left: -1px;
}
.u-modalContent{
padding: 10px 5px;
}
.u-box {
border-top: 0!important;;
box-shadow: none!important;;
}
.u-noPadding-top {
padding-top: 0 !important; }
.u-noPadding-right {
padding-right: 0 !important; }
.u-noPadding-bottom {
padding-bottom: 0 !important; }
.u-noPadding-left {
padding-left: 0 !important; }
.u-noPadding-sides {
padding-left: 0 !important;
padding-right: 0 !important; }
.u-noPadding {
padding: 0 !important; }
.u-noMargin-top {
margin-top: 0 !important; }
.u-noMargin-right {
margin-right: 0 !important; }
.u-noMargin-bottom {
margin-bottom: 0 !important; }
.u-noMargin-left {
margin-left: 0 !important; }
.u-noMargin-sides {
margin-left: 0 !important;
margin-right: 0 !important; }
.u-noMargin {
margin: 0 !important; }
.bg-orange {
background-color: #ff6f28 !important;
}
/* Settings */
.no-background{background: transparent !important;}
.no-paddin{padding: 0 !important;}
.no-paddintop{padding-top: 0 !important;}
.no-paddinbotton{padding-bottom: 0 !important;}
.no-paddinleft{padding-left: 0 !important;}
.no-paddinright{padding-right: 0 !important;}
.no-margin{margin: 0 !important;}
.no-margintop{margin-top: 0 !important;}
.no-marginbotton{margin-bottom: 0 !important;}
.no-marginleft{margin-left: 0 !important;}
.no-marginright{margin-right: 0 !important;}
.marginleftplus-30{margin-left:30px !important;}
.margintopplus-10{margin-top:10px !important;}
.margintopplus-30{margin-top:30px !important;}
.margintopplus-40{margin-top:40px !important;}
.margintopminus-20{margin-top:-20px !important;}
.margintopminus-40{margin-top:-40px !important;}
.marginbotplus-10{margin-bottom:10px !important;}
.marginbotplus-30{margin-bottom:30px !important;}
/* ----- Arreglar ----- */
.navbar-nav>.user-menu>.dropdown-menu>.user-body a {
color: #fc6115 !important;
}
.h1, .h2, .h3, h1, h2, h3 {
margin-top: 0px !important;
margin-bottom: 5px !important;
} | AdminLTE-Custom/dist/css/refactor.css | /* ----- CremeMeetings ----- */
.CremeMeetings-header .u-percentage
{
font-size: 130%;
}
.CremeMeetings-aside
{
background-color: #e9e9ea!important;
}
.CremeMeetings-aside .header
{
color: #d4d4d4!important;
}
.CremeMeetings-wrapper{
background-color: #fff;
margin-right: 50px;
}
.CremeMeetings-dropdown-user{
width: 200px!important;
}
.CremeMeetings-buttons {
padding-top: 10px;
}
/* ----- Los Usuarios ----- */
.LosUsuarios{
position: fixed;
top: 50px;
width: 250px;
right: -200px;
height: 100%;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
padding: 0;
background-color: #e9e9ea;
z-index: 201;
}
.LosUsuarios.toggled{
width: 250px;
right: 0px;
z-index: 201;
overflow-y: scroll;
padding-bottom: 100px;
}
.agregar-usuario{
width: 27px;
height: 27px;
border-radius: 18px;
border: #ff6f28 solid 1px;
color: #ff6f28;
line-height: 25px;
text-align: center;
font-size: 24px;
cursor: pointer;
position: fixed;
right: 10px;
top: 60px;
z-index: 1110;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.navbar-usuario{
width: 27px;
height: 27px;
border-radius: 18px;
border: #ff6f28 solid 1px;
color: #ff6f28;
line-height: 25px;
text-align: center;
font-size: 24px;
cursor: pointer;
position: fixed;
right: 10px;
bottom: 15px;
z-index: 1110;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.navbar-usuario.toggled{
right: 200px;
}
.Usuario{
margin: 10px;
}
.Usuario .user-image{
width: 30px;
height: 30px;
border-radius: 50%;
margin-top: 2px;
margin-left: -16px;
}
.Usuario h4 {
margin: 0 0 0px;
font-size: 15px;
font-weight: bold;
}
.LosUsuarios .organizer,
.LosUsuarios .attendees
{
font-size: 13px;
font-weight: bold;
margin: 10px 0 16px 10px;
}
.LosUsuarios .organizer{
margin: 50px 0 16px 10px;
}
.check{
width: 14px;
height: 14px;
border-radius: 12px;
font-family: Cambria;
font-size: 11px;
color: white;
line-height: 20px;
text-align: center;
background: #ff6f28;
display: block;
position: absolute;
top: 1px;
right: 5px;
}
.check i {
top: -3px;
position: relative;
font-size: 10px;
left: -1px;
}
.check-empty {
background: #e9e9ea;
border: solid #ff6f28 1px;
}
.no-image {
width: 30px;
height: 30px;
border-radius: 15px;
font-size: 20px;
color: white;
line-height: 30px;
text-align: center;
background: #3159ff;
display: block;
margin-left: -1px;
font-family: 'Source Sans Pro',sans-serif;
}
.dots{
margin-left: 3px;
display: inline-block;
position: relative;
top: 2px;
}
.dots-btn {
line-height: 4px;
background-color: transparent!important;
border: solid #b3b3b3 1px;
color: #888888!important;
cursor: pointer;
padding: 0 8px 8px;
margin-top: -3px;
outline: none!important;
}
.dots small{
line-height: 2px;
padding-bottom: 8px;
background-color: transparent!important;
border: solid #b3b3b3 1px;
color: #888888!important;
cursor: pointer;
}
.pending {
margin-left: 2px;
}
.pending small {
margin-top: 4px;
}
.u-Padding-left-5 {
padding-left: 5px;
}
.u-pendingTask {
color: #a5a5a5;
}
.u-usuarioFinal{
border-bottom: solid 1px #d0d0d0;
padding: 0px 0 4px;
}
.control-sidebar{
right: -180px!important;
}
.control-sidebar-open{
right: 0;
}
/* ----- Logo ----- */
.Logo {
background-color: #ff6f28!important;
color: #fff!important;
border-right: 1px solid #ff6f28!important;
}
.Logo:hover {
background-color: #fc6115!important;
color: #fff!important;
}
/* ----- Section ----- */
.Section-header {
border-bottom: 1px solid #f6f6f6;
padding: 25px 30px 12px 30px;
}
.Section-header h1{
margin: 0;
font-size: 26px;
}
/*.Section-content {
padding: 0 30px 30px;
}*/
/* ----- Buttons ----- */
.Buttons {
padding-top: 10px;
}
.Button-danger {
color: #ffffff;
background-color: #ff6f28;
border-color: #ff6f28;
}
.Button-danger:hover {
background-color: #fc6115;
border-color: #fc6115;
}
.Button-danger:focus {
background-color: #ff6f28;
border-color: #ff6f28;
margin: auto 4px;
}
.Button-default {
background-color: #fff;
color: #444;
border-color: #ddd;
margin: auto 4px;
}
.Button-default:hover {
background-color: #f6f6f6;
color: #444;
border-color: #ddd;
margin: auto 4px;
}
.Button-default:focus {
background-color: #fff;
color: #444;
border-color: #ddd;
margin: auto 4px;
}
#ButtonModal {
position: relative;
float: right;
margin-top: 20px;
right: 10px !important;
z-index: 99;
}
#ButtonModal.fixed {
position: fixed;
top: 50px;
z-index: 99;
right: 25px !important;
}
.ButtonModal {
color: #FFF !important;
border: 0;
font-size: 30px;
line-height: 0;
padding: 25px 18px !important;
background: #fc6115 !important;
border-radius: 200px 200px 200px 200px;
-moz-border-radius: 200px 200px 200px 200px;
-webkit-border-radius: 200px 200px 200px 200px;
z-index: 99;
}
/* ----- Attendant ----- */
.Attendant {
margin: -30px !important;
background-color: #f6f6f6;
padding: 13px 15px 1px 15px;
}
.Attendant img {
width: 60px;
margin: 0 15px 0 15px;
border: 3px solid #999;
padding: 3px;
}
.Attendant-modal {
margin: -20px -5px 20px -5px !important;
background-color: #f6f6f6;
padding: 13px 15px 1px 15px;
height: 105px;
}
/*.Attendant td button {
height: 77px;
margin-top: 0 !important;
}*/
.Attendant-content {
margin-left: 36%;
width: 300px;
}
/* ----- Avatar ----- */
.Avatar {
float: left;
text-align: center;
}
.Avatar img {
width: 60px;
margin: 0 15px 0 15px;
border: 3px solid #999;
padding: 3px;
}
.Avatar-check {
position: absolute;
margin-top: -55px;
margin-left: 15px;
background: #fc6115;
padding: 4px;
color: #fff;
font-size: 70%;
border-radius: 200px 200px 200px 200px;
-moz-border-radius: 200px 200px 200px 200px;
-webkit-border-radius: 200px 200px 200px 200px;
}
/* ----- Tabs ----- */
.Tabs {
margin-top: 30px;
}
.Tabs button {
border: transparent;
background: transparent;
color: #666666;
}
.Tabs button:hover {
border: transparent;
background: transparent;
color: #666666;
}
.Tabs button:focus {
border: transparent;
background: transparent;
box-shadow: none;
color: #666666;
}
.Tabs .btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
border: transparent !important;
background: transparent !important;
box-shadow: none !important;
color: #666666 !important;
}
.Tabs .nav-stacked .dropdown-menu li {
margin-bottom: 0 !important;
border: transparent !important;
}
.Tabs .nav-stacked .dropdown-menu {
background: #f6f6f6;
-webkit-box-shadow: 0px 3px 5px 0px rgba(166,166,166,1);
-moz-box-shadow: 0px 3px 5px 0px rgba(166,166,166,1);
box-shadow: 0px 3px 5px 0px rgba(166,166,166,1);
}
.Tabs .wysihtml5-toolbar {
margin-top: 30px !important;
}
.Tabs .wysihtml5-toolbar li{
margin: 0 -1px 10px 0;
}
.Tabs .wysihtml5-toolbar li .btn-default {
background-color: #fff;
color: #444;
border-color: #ddd;
margin: 0 4px 0 0;
}
.Tabs .nav-stacked li {
padding: 10px 10px 5px 10px;
border: 1px solid #dddddd !important;
margin-bottom: 10px;
}
.Tabs .nav-stacked li h4 {
font-weight: bold;
}
/* ----- Accordion ----- */
.Accordion {
border-top: transparent !important;
box-shadow: none !important;
margin-bottom: -10px;
}
.Accordion-header {
border: transparent !important;
padding: 10px 0 !important;
}
.Accordion-title {
font-size: 16px !important;
margin: 0;
float: left;
}
.Accordion-box{
padding: 0 !important;
}
/* ----- Note ----- */
.Note {
border-top: 0;
}
.Note-body,
.Note-attachment {
padding: 0 !important;
}
/* ----- Tables ----- */
.Table-description{
max-width: 350px;
}
.Table-modal {
margin-top: 30px;
}
.Table-modal td {
vertical-align: middle !important;
}
.TableTask-pagination {
margin-top: -20px !important;
}
.TableTask-pagination span {
margin-left: 0;
}
.TableTask-pagination a,
.TableTask-pagination a:focus,
.TableTask-pagination a:hover{
background-color: #fc6115;
border-color: #fc6115;
}
.Table-files button {
font-size: 18px;
padding: 10px;
font-weight: bold;
color: #d2d6de;
}
.Table-files button:hover {
color: #fc6115;
}
/* ----- TabTask ----- */
.TabTask span {
margin-left: 7px;
}
.TabTask .btn {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
background: #ffffff;
margin-right: 4px;
}
.TabTask .btn:hover {
background-color: #f4f4f4;
}
.TabTask .btn .badge {
background: #fc6115;
}
.TabTask .btn.active, .btn:active {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
background-color: #e6e6e6;
}
/* ----- Profile-body ----- */
.Profile-body {
background: #f6f6f6;
padding: 20px !important;
}
.Profile-body li{
background: transparent;
}
.Profile-body p {
margin: 0;
}
.Profile-body img {
margin: 0 auto 10px auto;
width: 100px;
padding: 3px;
border: 3px solid #d2d6de;
}
.Profile-body .list-group-item {
border: transparent !important;
}
/* ----- AttachmentsModal ----- */
.AttachmentsModal{
list-style: none;
margin: 0;
padding: 0;
}
.AttachmentsModal li {
float: left;
width: 130px;
border: 1px solid #eee;
margin-bottom: 10px;
margin-right: 10px;
}
.AttachmentsModal .btn {
margin-right: -3px !important;
background-color: #fff;
}
.AttachmentsModal-icon {
margin-top: -15px;
text-align: center;
font-size: 65px;
color: #666;
padding: 0 5px !important;
display: block;
}
.AttachmentsModal-icon .fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: 38px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* ----- Post ----- */
.Post{
margin-left:30px !important;
}
.Post a {
color: #000;
}
/* ----- Status ----- */
.Status input {
display: none;
position: relative;
z-index: -9999;
}
.Status span {
margin-top: 12px !important;
width: 30px;
height: 30px;
display: block;
background: url("../img/checkbox-none.gif");
}
.Status input:checked + span {
background: url("../img/checkbox-check.gif");
}
.Status input:indeterminate + span {
background: url("../img/checkbox-indeterminate.gif");
}
.Link{
color: #575d60!important;
padding: 20px!important;
font-size: 15px!important;
margin-left: -14px!important;
}
.Link i{
margin-right: 7px;
margin-right: 7px;
width: 34px!important;
height: 34px;
border-radius: 18px;
border: 1px solid #a0a3a5;
text-align: center;
line-height: 32px;
font-size: 14px;
}
.Link:hover {
background: #f7f7f7!important;
}
.Form .wysihtml5-toolbar{
float: right!important;
margin-bottom: 10px!important;
}
.Form .wysihtml5-toolbar li:nth-child(3),
.Form .wysihtml5-toolbar li:nth-child(5) {
display: none;
}
.Form .wysihtml5-toolbar li a{
background-color: #ffffff!important;
}
.Form iframe{
border-left:none!important;
border-right:none!important;
border-bottom:none!important;
border-top: 1px solid #f6f6f6!important;
}
.Note-title{
color: #ff6f28;
font-size: 22px!important;
margin-top: 3px!important;
margin: 0;
float: left;
}
.Navbar-login {
width: 305px;
padding: 10px;
padding-bottom: 0px; }
.Navbar-login-session {
padding: 10px;
padding-bottom: 0px;
padding-top: 0px; }
.Navbar-avatar-1 {
width: 32px;
border-radius: 50%;
margin-top: -5px;
float: left;
margin-right: 13px; }
.Navbar-avatar-2 {
width: 94px;
border-radius: 50%;
margin-top: 3px;
float: left;
margin-right: 13px; }
/* ----- Otros ----- */
.bg-orange {
background-color: #ff6f28 !important;
}
/* Utilities */
.u-toggle {
color: #333!important;
border-right: 0 solid transparent!important;
}
.u-sizeSmall {
font-size: 15px;
display: inline-block;
padding-left: 4px;
font-weight: 300;
}
.u-bgUserHeader {
padding-top: 20px !important;
background-color: #fc6115!important;
}
.u-marker {
margin-bottom: 20px !important;
}
.u-attachment,
.u-attachment:hover {
margin-left: -1px;
}
.u-modalContent{
padding: 10px 5px;
}
.u-box {
border-top: 0!important;;
box-shadow: none!important;;
}
.u-noPadding-top {
padding-top: 0 !important; }
.u-noPadding-right {
padding-right: 0 !important; }
.u-noPadding-bottom {
padding-bottom: 0 !important; }
.u-noPadding-left {
padding-left: 0 !important; }
.u-noPadding-sides {
padding-left: 0 !important;
padding-right: 0 !important; }
.u-noPadding {
padding: 0 !important; }
.u-noMargin-top {
margin-top: 0 !important; }
.u-noMargin-right {
margin-right: 0 !important; }
.u-noMargin-bottom {
margin-bottom: 0 !important; }
.u-noMargin-left {
margin-left: 0 !important; }
.u-noMargin-sides {
margin-left: 0 !important;
margin-right: 0 !important; }
.u-noMargin {
margin: 0 !important; }
.bg-orange {
background-color: #ff6f28 !important;
}
/* Settings */
.no-background{background: transparent !important;}
.no-paddin{padding: 0 !important;}
.no-paddintop{padding-top: 0 !important;}
.no-paddinbotton{padding-bottom: 0 !important;}
.no-paddinleft{padding-left: 0 !important;}
.no-paddinright{padding-right: 0 !important;}
.no-margin{margin: 0 !important;}
.no-margintop{margin-top: 0 !important;}
.no-marginbotton{margin-bottom: 0 !important;}
.no-marginleft{margin-left: 0 !important;}
.no-marginright{margin-right: 0 !important;}
.marginleftplus-30{margin-left:30px !important;}
.margintopplus-10{margin-top:10px !important;}
.margintopplus-30{margin-top:30px !important;}
.margintopplus-40{margin-top:40px !important;}
.margintopminus-20{margin-top:-20px !important;}
.margintopminus-40{margin-top:-40px !important;}
.marginbotplus-10{margin-bottom:10px !important;}
.marginbotplus-30{margin-bottom:30px !important;}
/* ----- Arreglar ----- */
.navbar-nav>.user-menu>.dropdown-menu>.user-body a {
color: #fc6115 !important;
}
.h1, .h2, .h3, h1, h2, h3 {
margin-top: 0px !important;
margin-bottom: 5px !important;
} | 0.145935 | 0.06486 |
.collection {
@apply border-b;
&--tools {
@apply sticky top-[var(--headerHeight)] z-10 flex justify-between bg-pageBG border-b;
}
&--content {
@apply relative z-0 overflow-hidden;
}
&--grid {
@apply grid grid-cols-1 md:grid-cols-3 -m-px;
&.is-empty {
@apply grid-cols-1;
}
}
&--empty {
@apply px-8 py-16 min-h-[35vh] text-center;
.filters-reset {
@apply mt-8;
}
}
&--pagination {
@apply relative p-4 sm:py-8 text-center is-textured bg-pageBG border-t;
}
&--count {
@apply relative p-4 sm:py-8 text-center bg-pageBG border-t;
}
&--filter-actions {
@apply flex items-center px-2 sm:px-4;
.filters-toggle {
@apply clean-btn flex items-center relative p-4 bg-transparent text-sm leading-normal font-semibold uppercase;
&--count {
@apply w-6 h-6 ml-2 rounded-full bg-pageText text-pageBG text-xs leading-loose;
}
}
.filters-reset {
@apply hidden sm:block ml-2;
}
}
&--filter-chips {
@apply flex bg-pageText;
.accordion {
@apply border-0;
&--inner {
@apply max-w-none p-0 border-b border-pageText;
}
}
}
}
.collection-count {
@apply hidden relative ml-2 leading-none;
vertical-align: super;
font-size: .5em;
/* Only show product counts for the mega-nav */
.mega-nav & {
@apply inline-block;
}
}
.collection-sort {
@apply flex ml-auto px-2 sm:px-4;
.listbox {
@apply flex;
&--btn {
@apply p-4 text-sm leading-normal;
}
}
&--title {
@apply hidden sm:inline mr-2 font-semibold uppercase;
}
&--icon {
@apply inline-block mr-2 w-[10px] h-[10px] rounded-full border;
.is-open & {
@apply bg-pageText;
animation: pulse 2s infinite;
}
}
}
.product-card {
@apply flex flex-col relative;
.collection &,
.marquee & {
@apply p-8 m-[-0.5px] border;
}
&.is-inline {
@apply my-4;
}
&--visuals {
@apply relative;
}
&--thumb {
@apply z-0;
}
&--photo {
@apply relative overflow-hidden;
.is-hover {
@apply absolute inset-0 z-10 opacity-0 invisible transition-all;
.product-card:hover & {
@apply opacity-100 visible;
}
}
}
&--gallery {
@apply relative;
.carousel {
&--hud {
@apply z-30;
}
}
}
&--details {
@apply text-center;
.product-card--visuals + & {
@apply mt-4;
}
}
&--title {
@apply m-0 !important;
.is-featured & {
@apply text-base;
}
.is-inline & {
@apply text-2xl;
}
+ .price {
@apply mt-2;
}
}
&--link {
@apply block no-underline text-current;
&::after {
@apply block absolute inset-0 z-20;
content: "";
}
}
&--option {
@apply relative z-30 mt-4;
.option {
@apply m-0 p-0 border-0;
&--values {
@apply mx-auto;
}
}
}
&--add {
@apply absolute bottom-0 inset-x-0 z-30 text-center mx-4 mb-8 opacity-0 invisible translate-y-1/2 transition-all;
will-change: transform;
.product-card:hover & {
@apply opacity-100 visible translate-y-0;
}
}
.price {
@apply flex items-center justify-center;
&--current {
@apply sm:text-base sm:leading-normal font-semibold;
}
&--discount {
@apply ml-2 p-1 rounded-sm bg-pageText text-pageBG text-xxs leading-tight tracking-widest font-semibold uppercase;
}
}
}
.product-featured {
@apply flex flex-col relative;
h2 {
@apply mt-4 text-center text-base font-semibold transition-opacity duration-200;
.product-featured:hover & {
@apply opacity-100 visible;
}
}
&:hover {
h2 {
@apply opacity-40;
}
}
} | styles/modules/_collection.css | .collection {
@apply border-b;
&--tools {
@apply sticky top-[var(--headerHeight)] z-10 flex justify-between bg-pageBG border-b;
}
&--content {
@apply relative z-0 overflow-hidden;
}
&--grid {
@apply grid grid-cols-1 md:grid-cols-3 -m-px;
&.is-empty {
@apply grid-cols-1;
}
}
&--empty {
@apply px-8 py-16 min-h-[35vh] text-center;
.filters-reset {
@apply mt-8;
}
}
&--pagination {
@apply relative p-4 sm:py-8 text-center is-textured bg-pageBG border-t;
}
&--count {
@apply relative p-4 sm:py-8 text-center bg-pageBG border-t;
}
&--filter-actions {
@apply flex items-center px-2 sm:px-4;
.filters-toggle {
@apply clean-btn flex items-center relative p-4 bg-transparent text-sm leading-normal font-semibold uppercase;
&--count {
@apply w-6 h-6 ml-2 rounded-full bg-pageText text-pageBG text-xs leading-loose;
}
}
.filters-reset {
@apply hidden sm:block ml-2;
}
}
&--filter-chips {
@apply flex bg-pageText;
.accordion {
@apply border-0;
&--inner {
@apply max-w-none p-0 border-b border-pageText;
}
}
}
}
.collection-count {
@apply hidden relative ml-2 leading-none;
vertical-align: super;
font-size: .5em;
/* Only show product counts for the mega-nav */
.mega-nav & {
@apply inline-block;
}
}
.collection-sort {
@apply flex ml-auto px-2 sm:px-4;
.listbox {
@apply flex;
&--btn {
@apply p-4 text-sm leading-normal;
}
}
&--title {
@apply hidden sm:inline mr-2 font-semibold uppercase;
}
&--icon {
@apply inline-block mr-2 w-[10px] h-[10px] rounded-full border;
.is-open & {
@apply bg-pageText;
animation: pulse 2s infinite;
}
}
}
.product-card {
@apply flex flex-col relative;
.collection &,
.marquee & {
@apply p-8 m-[-0.5px] border;
}
&.is-inline {
@apply my-4;
}
&--visuals {
@apply relative;
}
&--thumb {
@apply z-0;
}
&--photo {
@apply relative overflow-hidden;
.is-hover {
@apply absolute inset-0 z-10 opacity-0 invisible transition-all;
.product-card:hover & {
@apply opacity-100 visible;
}
}
}
&--gallery {
@apply relative;
.carousel {
&--hud {
@apply z-30;
}
}
}
&--details {
@apply text-center;
.product-card--visuals + & {
@apply mt-4;
}
}
&--title {
@apply m-0 !important;
.is-featured & {
@apply text-base;
}
.is-inline & {
@apply text-2xl;
}
+ .price {
@apply mt-2;
}
}
&--link {
@apply block no-underline text-current;
&::after {
@apply block absolute inset-0 z-20;
content: "";
}
}
&--option {
@apply relative z-30 mt-4;
.option {
@apply m-0 p-0 border-0;
&--values {
@apply mx-auto;
}
}
}
&--add {
@apply absolute bottom-0 inset-x-0 z-30 text-center mx-4 mb-8 opacity-0 invisible translate-y-1/2 transition-all;
will-change: transform;
.product-card:hover & {
@apply opacity-100 visible translate-y-0;
}
}
.price {
@apply flex items-center justify-center;
&--current {
@apply sm:text-base sm:leading-normal font-semibold;
}
&--discount {
@apply ml-2 p-1 rounded-sm bg-pageText text-pageBG text-xxs leading-tight tracking-widest font-semibold uppercase;
}
}
}
.product-featured {
@apply flex flex-col relative;
h2 {
@apply mt-4 text-center text-base font-semibold transition-opacity duration-200;
.product-featured:hover & {
@apply opacity-100 visible;
}
}
&:hover {
h2 {
@apply opacity-40;
}
}
} | 0.621311 | 0.183594 |
body {
padding: 0;
margin: 0;
background: ;
font-family: 'Open Sans', sans-serif;
}
body a {
color:red;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
text-decoration: none;
}
body a:hover {
text-decoration: none;
}
body a:focus, a:hover {
text-decoration: none;
}
input[type="button"], input[type="submit"] {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
font-family: 'Raleway', sans-serif;
text-transform: capitalize;
}
p {
margin: 0;
font-family: 'Montserrat', sans-serif;
}
ul {
margin: 0;
padding: 0;
}
li {
list-style-type:none;
}
label {
margin: 0;
}
a:focus, a:hover {
text-decoration: none;
outline: none;
}
/*-- //Reset-Code --*/
/*-- header --*/
.w3-start {
background-color: rgba(31, 156, 214, 0.99);
height: 80px;
color: white;
}
.container.nav1 {
text-align: right;
padding-top: 10px;
}
.w3ls-navbar {
background-color: transparent;
border: none;
/* color: white; */
}
.nav1 a {
color: #f9ff00;
}
.nav1 span.fa {
padding: 0 8px;
color:#1ff759;
}
a.navbar-brand.w3-logo {
color: white;
position: absolute;
top: -15px;
}
span.big {
font-weight: bold;
font-size: 25px;
}
.brand1 span.br {
color: #35ff4f;
}
.brand1 span.br:hover{
color:yellow;
}
.brand1 span.bb {
color: #fff;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
color: #f9ff00;
background-color: transparent;
}
.navbar-inverse .navbar-nav>li>a {
color: #fff;
}
/*
.container.nav2 {
display: flex;
}
.brand1 {
flex: 1;
position: absolute;
}
.menu {
flex: 5;
text-align:right;
}
.menu ul{
padding:7px 0;
}
.menu li {
display: inline-block;
padding: 0 5px;
text-align: center;
width: auto;
}
.menu a:hover {
color: red;
}
.menu a {
margin: auto 0 0 2%;
color: white;
} */
/*-- //Navigation --*/
/*-- //banner caurosel --*/
.carousel span.fa {
top: 50%;
font-size: 50px;
color: #d20808;
position: absolute;
}
.item {
height: 700px;
}
.carousel-caption {
top: 50%;
padding: 0;
}
.carousel-caption h3,.carousel-caption h1 {
margin-bottom: 3%;
font-size: 43px;
color: #ffffff;
text-shadow: 2px 2px rgba(58, 58, 60, 0.65);
font-weight: bold;
}
.carousel-caption p {
font-size: 45px;
}
.carousel-caption a {
background-color: #0957ff;
border-radius: 0 10px 10px 0;
padding: 9px;
border: 1px solid #0957ff;
/* margin-left: -3px; */
color: yellow;
position: absolute;
top: 25%;
left: 51%;
}
.carousel-caption input[type="email"] {
padding: 9px 1%;
width: 21%;
color: black;
border-radius: 10px 0 0 10px;
border: 2px solid #0957ff;
position: absolute;
left: 30%;
top: 25%;
outline: 0;
}
.w3ls-mail input[type="submit"] {
background: none;
border: none;
outline: 0;
}
/* 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;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
/* Bump up size of carousel content */
.carousel-caption p {
margin-bottom: 1.25rem;
font-size: 2rem;
color: #e91e63;
line-height: 1.4;
}
.featurette-heading {
font-size: 50px;
}
}
@media (min-width: 62em) {
.featurette-heading {
margin-top: 7rem;
}
}
/*-- //banner caurosel --*/
/*-- to-top --*/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 24px;
right: 1%;
overflow: hidden;
z-index: 999;
width: 64px;
height: 64px;
border: none;
text-indent: 100%;
background: url("../images/arrow1.png") no-repeat 0px 0px;
}
#toTopHover {
width: 64px;
height: 64px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- welcome section --*/
.agileits-welcome {
color: #fdfcfc;
background-color: #00a0b0;
padding: 5% 0px;
}
.modal-content {
color: black;
}
.w3-text p {
line-height: 2.5;
text-align: justify;
margin: 3% 3% 2% 0;
}
.modal-body img {
margin: auto;
}
.modal-header {
padding: 5px 15px;
font-size: 25px;
}
span.w3ag {
color: #fb0303;
font-weight: bold;
font-size: 35px;
vertical-align: middle;
}
.w3-welcome {
display: flex;
}
.w3-text button.btn.btn-info.btn-lg, .w3-image a {
color: white;
background-color: #e43400;
padding: 1% 2%;
/* margin-top: 3%; */
border-radius:0;
border-bottom: 3px solid #e2f109;
}
.w3-text button.btn.btn-info.btn-lg:hover, .w3-image a:hover {
background-color: black;
color: yellow;
border-bottom-color: lightgray;
}
.w3-text {
line-height: 2.7;
}
.bestimg {
margin: 3% 0;
}
.bestimg img {
height: 300px;
border-radius: 5px;
}
.w3-image p {
margin: 5% 0;
}
/*-- //welcome section --*/
/*-- Services section --*/
.w3ls-service {
padding: 4% 0;
line-height: 3;
}
/*
.img-responsive {
background: url('../images/5.jpg');
min-height: 301px;
background-size: cover;
}
.img2.img-responsive {
background: url('../images/office6.jpg');
background-size: cover;
}
.img3.img-responsive {
background: url('../images/office4.jpg');
background-size: cover;
} */
.row-agile h2 {
margin: 4% 0;
}
.row-agile p {
line-height: 1.7;
font-size: 16px;
text-align: justify;
}
.row-agile .part1:hover {
background-color: cornsilk;
}
.row-agile .part1 {
padding: 5px;
/* margin-right: 0px; */
transition: 0.5 all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.row-agile button.btn.btn-secondary.details:hover {
background-color: darkslategrey;
color: white;
border-bottom-color: deepskyblue;
/* border-bottom-width: 3px; */
}
.row-agile button.btn.btn-secondary.details {
padding: 1% 5px 1% 1px;
border-bottom: 3px solid red;
color: red;
background-color: transparent;
}
.w3ls-service p.center {
font-size: 18px;
text-transform: capitalize;
font-weight: bold;
}
.center {
text-align: center;
}
/*-- //Services section --*/
/*-- gallery --*/
.w3ls-galley {
padding-bottom: 4%;
}
.agilecount h3.center {
padding: 3% 0;
color: #086969;
font-weight: bold;
}
.resp-tab-content {
border: 1px solid #5AB1D0;
border-top-color: #5AB1D0;
height: 590px;
}
h3.center {
font-size: 30px;
text-transform: capitalize;
font-weight: bold;
color: midnightblue;
}
.taba {
padding: 0;
}
.chocolat-image img {
padding: 5px;
}
div#tab2, div#tab3, div#tab4 {
}
a.tabs {
font-size: 20px;
}
.chocolat-wrapper .chocolat-bottom {
background: rgba(234, 10, 10, 0.4);
}
/*-- //gallery --*/
/*-- Our Team --*/
.agile-team {
background-color: rgba(253, 145, 2, 0.53);
}
.w3ls-team {
padding: 5% 0;
background-color: rgba(250, 235, 215, 0.37);
}
.team {
margin-top: 3%;
text-align: center;
font-size: 25px;
}
.team h4 {
padding: 2% 0;
color: red;
font-weight: bold;
text-transform: uppercase;
}
.team p {
text-transform: uppercase;
}
.team img {
/* height: 300px; */
margin:auto;
}
.team span.fa.fa-facebook-square {
color: #3b5998;
}
.team span.fa.fa-google-plus-square {
color: #e01515;
}
.team span.fa.fa-twitter-square {
color: #55acee;
}
/*-- //Our Team --*/
/*-- number scroll section --*/
.counter1 {
background-color: deepskyblue;
position: absolute;
width: 35%;
padding: 2% 2%;
right: 10%;
color: white;
}
.c1 {
width: 32%;
display: inline-block;
background-color: darkcyan;
text-align: center;
padding: 6% 0;
margin-top:5%;
}
span.numscroller {
font-size: 35px;
}
.agilecount {
background-color: beige;
min-height: 600px;
background: url(../images/counter.jpg);
background-size: cover;
}
/*-- //number scroll section --*/
/*-- grids section --*/
.w3-service {
padding: 3% 0;
background-color: aliceblue;
}
.w3ls-servicegrid {
padding: 2% 0;
display: flex;
}
.text {
flex: 1;
padding: 3%;
}
.text h3 {
font-weight: bold;
margin-bottom: 10px;
}
.text p {
text-align: justify;
}
.grids {
flex: 1;
}
.gridbox {
text-align: center;
width: 25%;
font-size: 20px;
height: 120px;
margin: 10px;
display: inline-block;
/* line-height: 3; */
background-color: antiquewhite;
/* color: red; */
}
.gridbox p {
font-size: 18px;
text-transform: uppercase;
}
.gridbox span.fa {
color: red;
font-size: 30px;
padding: 20% 0 3% 0;
}
/*-- //grids section --*/
/*-- map section --*/
iframe {
border: none;
width: 100%;
/* margin: auto; */
height: 350px;
}
/*-- //map section --*/
/*-- Contact section --*/
.w3ls-contact {
background-color: black;
color: white;
line-height: 3;
}
.w3ls-contact h4 {
text-transform: uppercase;
}
.form h4 {
margin-bottom: 4%;
}
.w3ls-contact span.fa {
color: #faff22;
font-size: 18px;
transition:0.5 all;
margin-right: 12px;
}
.w3ls-contact span.fa:hover{
color:#0af31d;
}
.form input[type="text"],.form input[type="email"] {
width: 100%;
color: black;
margin-bottom: 5%;
padding: 0 15px;
}
.form textarea {
width: 100%;
color: black;
padding: 0 15px;
}
.form input[type="SUBMIT"] {
color: red;
background: none;
border: 2px solid red;
padding: 0 6%;
font-weight: bold;
}
.form input[type="SUBMIT"]:hover {
color: #0af31d;
border: 2px solid #0af31d;
}
.agile-contact {
padding: 4% 0 2% 0;
}
.agile-contact a {
color: white;
}
.agile-contact a:hover {
color: yellow;
}
/*-- //Contact section --*/
/* footer */
.footer {
text-align: center;
color: white;
background-color: black;
}
.footer hr {
margin: 0;
}
.footer a:hover {
color: yellow;
}
.footer p{
padding:1.2% 0;
}
/* //footer */
/* Responsive */
@media screen and (max-width: 1440px){
.carousel-caption a {
left:53%;
}
.carousel-caption input[type="email"] {
width: 23%
}
.counter1 {
padding: 1% 1%;
}
.counter1 p {
line-height: 1.8;
}
}
@media screen and (max-width: 1366px){
.carousel-caption a {
left:55%;
}
.carousel-caption input[type="email"] {
width: 25%
}
.carousel-caption h3,.carousel-caption h1 {
font-size: 40px;
}
.agilecount h3.center {
padding: 2% 0;
}
}
@media screen and (max-width: 1280px){
.carousel-caption h3,.carousel-caption h1 {
font-size: 37px;
}
}
@media screen and (max-width: 1080px){
.carousel-caption a {
left:59%;
}
.carousel-caption input[type="email"] {
width: 29%
}
.carousel-caption h3,.carousel-caption h1 {
font-size: 33px;
}
span.w3ag {
font-size: 32px;
}
.resp-tab-content {
height: 485px;
}
.counter1 {
width: 40%;
}
.agilecount {
min-height: 520px;
}
.gridbox p {
font-size: 16px;
margin: 5px 0;
}
.agile-contact li {
font-size: 13px;
}
.form input[type="text"], .form input[type="email"] {
margin-bottom: 3%;
height: 40px;
}
.form textarea {
height: 110px;
}
}
@media screen and (max-width: 1050px){
.carousel {
height: 704px;
}
.carousel-caption a {
left:61%;
}
.carousel-caption input[type="email"] {
width: 31%
}
.carousel {
height: 689px;
}
.carousel-caption h3,.carousel-caption h1 {
font-size: 32px;
}
.w3-text p {
line-height: 2.1;
}
.w3-text button.btn.btn-info.btn-lg, .w3-image a {
font-size: 15px;
}
.agilecount {
min-height: 510px;
}
.form input[type="SUBMIT"] {
padding: 0px 5%;
line-height: 2;
}
}
@media screen and (max-width: 1024px){
.carousel-caption h3,.carousel-caption h1 {
font-size: 31px;
}
.carousel {
height: 672px;
}
h3.center {
font-size: 24px;
}
.row-agile h2 {
font-size:25px;
}
.agilecount {
min-height: 497px;
}
span.numscroller {
font-size: 25px;
}
.c1 h4 {
font-size: 17px;
}
.team p {
font-size: 20px;
}
}
@media screen and (max-width: 991px){
a.navbar-brand.w3-logo {
left: 15px;
}
.container>.navbar-collapse, .container>.navbar-header {
margin-right: -70px;
}
.carousel {
height: 650px;
}
.carousel span.fa {
top: 54%;
}
.carousel-caption h3,.carousel-caption h1 {
font-size: 30px;
}
.carousel-caption p {
font-size:1.7rem;
}
.carousel-caption a {
left:63%;
}
.carousel-caption input[type="email"] {
width: 33%
}
.w3-welcome {
padding: 0;
width: 85%;
}
.w3-text h3 {
font-size: 21px;
}
.w3-image {
width: 30%;
}
.row-agile p {
font-size: 14px;
}
.resp-tab-content {
height: 375px;
}
.resp-tabs-list li {
padding: 8px 10px;
}
.resp-tab-active {
padding: 5px 5px 10px 5px !important;
}
.agilecount {
min-height: 480px;
}
.w3ls-servicegrid .text {
padding: 7px;
}
.gridbox {
width: 29%;
height: 120px;
margin: 5px;
}
.form input[type="text"], .form input[type="email"] {
width: 120%;
}
.form textarea {
width: 120%;
}
}
@media screen and (max-width: 900px){
.container.brand1 {
margin-left: 100px;
}
.container>.navbar-collapse, .container>.navbar-header {
margin-right: 0px;
}
.carousel-caption h3,.carousel-caption h1 {
font-size: 27px;
}
.carousel-caption a {
left:66%;
top: 60%;
}
.carousel-caption input[type="email"] {
width: 36%;
top: 60%;
}
.carousel {
height: 589px;
}
.carousel-inner {
height: 589px;
}
.carousel span.fa {
top: 50%;
}
.carousel-caption {
top: 44%;
height: 100px;
}
.w3-welcome {
padding: 0;
width: 90%;
}
.w3-image {
width: 35%;
}
.w3-text h3 {
font-size: 18px;
}
span.w3ag {
font-size: 23px;
}
.w3-image h3 {
font-size: 17px;
}
.w3-text p {
line-height: 1.8;
font-size: 14px;
}
.w3-image p {
font-size: 14px;
}
h3.center {
font-size: 18px;
}
.w3ls-service p.center {
font-size: 15px;
}
.row-agile h2 {
font-size: 20px;
}
.w3ls-galley a.tabs{
font-size: 18px;
}
.agilecount {
min-height: 435px;
}
.counter1 {
width: 50%;
}
.w3ls-servicegrid .text h3 {
font-size: 19px;
}
.form input[type="text"], .form input[type="email"] {
width: 100%;
}
.form textarea {
width: 100%;
}
.w3ls-contact h4 {
font-size: 17px;
}
}
@media screen and (max-width: 800px){
.brand1 {
width: 85%;
padding: 0;
}
ul.nav.navbar-nav.navbar-right.w3ls-nav li a {
padding: 9px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
margin-left: 0px;
font-size: 16px;
}
.carousel {
height: 522px;
}
.carousel-inner {
height: 522px;
}
.carousel-caption h3,.carousel-caption h1 {
font-size: 24px;
}
.carousel-caption {
top: 40%;
}
.carousel-caption p {
font-size: 1.5rem;
}
.carousel-caption input[type="email"] {
width: 40%;
left: 26%;
}
.carousel-caption a {
left: 66%;
}
.carousel-inner {
height: 522px;
}
.w3-welcome {
display:block;
text-align: center;
}
.w3-image {
width: 100%;
}
.w3-text h3 {
font-size: 23px;
}
span.w3ag {
font-size: 33px;
}
.w3-image h3 {
font-size: 23px;
padding-top: 20px;
}
.w3-text p {
margin: 3% 0 2% 0;
}
.agilecount h3.center {
padding: 1% 0;
color: #1f1f90;
}
.counter1 {
line-height: 1;
}
.agilecount {
min-height: 387px;
}
.mymap iframe {
height: 300px;
}
.w3ls-contact h4 {
font-size: 15px;
}
}
@media screen and (max-width: 768px){
.brand1 {
width: 84%;
}
.carousel-caption {
width: 63%;
top: 38%;
}
.carousel {
height: 501px;
}
.carousel-inner {
height: 501px;
}
.counter1 h3 {
font-size: 18px;
}
.counter1 p {
font-size: 14px;
}
.c1 h4 {
font-size: 16px;
margin-top: 7px;
}
.agilecount {
min-height: 371px;
}
.form input[type="text"], .form input[type="email"] {
margin-bottom: 0;
height: 30px;
}
.agile-contact form {
line-height: 2.7;
}
.form textarea {
height: 90px;
margin-top: 4px;
}
}
@media screen and (max-width: 736px){
.carousel {
height: 479px;
}
.carousel-inner {
height: 479px;
}
.carousel-inner {
height: 479px;
}
.w3-image p {
margin: 3% 0;
}
.w3ls-nav {
margin-top: 28px;
text-align: center;
}
.w3ls-navbar {
background-color: rgba(33, 157, 214, 0.83);
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: transparent;
}
.w3-start {
height: 80px;
}
.carousel-caption {
width: 68%;
top: 36%;
}
.carousel-caption a {
left: 64%;
}
.part1.part3 {
margin-left: 25%;
}
.resp-tab-content {
height: 1345px;
}
.counter1 {
line-height: 0.2;
}
.counter1 p {
font-size: 13.5px;
}
.counter1 h3 {
font-size: 21px;
}
span.numscroller {
font-size: 20px;
}
.c1 h4 {
margin-top: 15px;
}
.agilecount {
min-height: 355px;
}
h3.center {
font-size: 25px;
margin-bottom: 10px;
}
.counter1 {
width: 52%;
}
.w3ls-team {
margin-top: -10px;
}
.team p {
font-size: 17px;
}
}
@media screen and (max-width: 667px){
ul.nav.navbar-nav.navbar-right.w3ls-nav li a {
padding: 5px;
text-transform: uppercase;
}
.carousel-inner {
height: 433px;
}
.carousel {
height: 433px;
}
.carousel-caption {
width: 75%;
top: 32%;
}
.carousel span.fa {
font-size: 35px;
}
span.big {
font-size: 21px;
}
span.w3ag {
font-size: 27px;
}
.w3-text h3 {
font-size: 23px;
}
.resp-tab-content {
height: 1210px;
}
.counter1 {
width: 58%;
line-height: 0;
right: 5%;
}
.c1 {
margin-top: 0;
}
.agilecount {
min-height: 321px;
}
.mymap iframe {
height: 270px;
}
.agile-contact span.fa {
color: #07ecaf;
}
.agile-contact span.fa:hover {
color: white;
}
.agile-contact ul li:hover {
color: yellow;
}
.modal-content {
font-size: 10px;
margin: auto;
}
.modal-header {
padding: 5px;
}
.modal-body {
position: relative;
padding: 5px 10px;
}
h3.center {
font-size: 22px;
}
.modal-footer {
padding: 5px;
}
}
@media screen and (max-width: 640px){
.carousel {
height: 415px;
}
.carousel-inner {
height: 415px;
}
.carousel-caption {
top: 31%;
}
.carousel-caption h3,.carousel-caption h1 {
font-size: 22px;
}
.carousel-caption input[type="email"] {
left: 23%;
}
.carousel-caption a {
left: 62%;
}
.w3-text h3 {
font-size: 21px;
}
.resp-tab-content {
height: 1155px;
}
.counter1 {
width: 60%;
}
.counter1 p {
font-size: 12.5px;
}
.agilecount {
min-height: 308px;
}
.gridbox p {
font-size: 13px;
}
.gridbox {
height: 100px;
}
.form.col-md-4.col-sm-4.col-xs-12 {
margin-top: 15px;
}
}
@media screen and (max-width: 600px){
.carousel {
height: 388px;
}
.carousel-inner {
height: 388px;
}
.carousel-caption {
top: 29%;
}
.container.brand1 {
margin-left: 90px;
}
.carousel-caption p {
font-size: 1.4rem;
color: red;
}
span.w3ag {
font-size: 22px;
}
.resp-tab-content {
height: 1075px;
}
.c1 h4 {
font-size: 16px;
}
.agilecount {
min-height: 288px;
}
.gridbox {
width: 44%;
}
.w3ls-contact h4 {
font-size: 14px;
margin-bottom: 4px;
}
h3.center {
margin-bottom: 5px;
}
.w3ls-team {
margin-top: -5px;
}
}
@media screen and (max-width: 568px){
.carousel {
height: 367px;
}
.brand1 {
width: 75%;
}
.container.nav1 {
text-align: center;
padding-top: 5px;
}
.w3-logo{
margin-top: 15px;
}
.carousel-inner {
height: 367px;
}
.carousel-caption h3,.carousel-caption h1 {
font-size: 20px;
}
.carousel-caption {
top: 27%;
}
.carousel-caption input[type="email"] {
height: 32px;
font-size: 13px;
width: 42%;
}
.carousel-caption a {
left: 64%;
height: 32px;
font-size: 13px;
line-height: 1;
}
.w3-text h3 {
font-size: 20px;
}
.resp-tab-content {
height: 1010px;
}
.counter1 {
width: 62%;
line-height: 0.41;
}
.agilecount {
min-height: 272px;
}
.c1 {
padding: 3% 0;
}
.counter1 h3 {
font-size: 19px;
}
.counter1 p {
font-size: 12px;
}
span.numscroller {
font-size: 15px;
}
.c1 h4 {
font-size: 14px;
}
.gridbox span.fa {
padding: 14% 0 3% 0;
}
}
@media screen and (max-width: 480px){
.carousel {
height: 309px;
}
.carousel-inner {
height: 309px;
}
.carousel-caption {
top: 23%;
}
.carousel-caption h3,.carousel-caption h1 {
font-size: 22px;
}
.carousel-caption p {
font-size: 14px;
}
.carousel-caption input[type="email"] {
font-size: 11px;
}
.carousel-caption a {
left: 64%;
height: 32px;
font-size: 13px;
line-height: 1.5;
padding: 6px;
}
span.w3ag {
font-size: 11px;
}
.w3-text h3 {
font-size: 19px;
}
.w3-text p {
line-height: 1.5;
font-size: 14px;
}
.w3-image h3 {
font-size: 20px;
}
h3.center {
font-size: 20px;
margin-bottom: 5px;
}
.col-md-4.col-sm-4.col-xs-6.part1 {
width: 100%;
}
.part1.part3 {
margin-left: 0;
}
.row-agile h2 {
font-size: 20px;
}
.row-agile p {
font-size: 15px;
}
.resp-tab-content {
height: 830px;
}
.agilecount h3.center {
display: block;
font-size: 20px;
}
.agilecount {
min-height: 272px;
position: relative;
background-size: 550px;
}
.counter1 {
width: 74%;
right: 10px;
top: 35px;
line-height: 0.8;
}
.counter1 p {
font-size: 13px;
line-height: 1.5;
}
.team p {
font-size: 14px;
}
.col-md-4.col-sm-4.col-xs-4.team {
width: 100%;
}
.team img {
/* height: 300px; */
margin: auto;
}
.team p {
font-size: 18px;
}
.w3ls-servicegrid {
display: inline-block;
}
.gridbox {
width: 30%;
height: 110px;
}
.w3ls-servicegrid .text {
padding: 15px;
}
.w3ls-contact h4 {
margin-bottom: 20px;
}
}
@media screen and (max-width: 414px){
.brand1 {
width: 72%;
}
.w3ls-nav {
margin-top: 35px;
margin-bottom: 0;
}
ul.nav.navbar-nav.navbar-right.w3ls-nav li a {
padding: 2px;
}
.carousel span.fa {
font-size: 25px;
}
.carousel {
height: 265px;
}
.carousel-inner {
height: 265px;
}
.carousel-caption h3,.carousel-caption h1 {
font-size: 19px;
}
.carousel-caption {
top: 18%;
}
.carousel-caption input[type="email"] {
font-size: 11px;
top: 47%;
width: 48%;
left: 17%;
}
.carousel-caption a {
top: 47%;
line-height: 1.5;
left: 64%;
}
.carousel span.fa {
top: 46%;
}
span.w3ag {
font-size: 16px;
}
.w3-text h3 {
font-size: 16px;
}
.w3-text p {
font-size: 14px;
}
.w3-image h3 {
font-size: 20px;
}
h3.center {
font-size: 19px;
}
span.rhide {
display: none;
}
.resp-tab-content {
height: 700px;
}
.counter1 {
width: 86%;
right: 10px;
top: 35px;
line-height: 0.9;
}
.agilecount h3.center {
display:block;
}
.footer p {
font-size: 13px;
}
}
@media screen and (max-width: 384px){
.carousel {
height: 245px;
}
.carousel-inner {
height: 245px;
}
.carousel-caption {
top: 15%;
}
.carousel-caption h3,.carousel-caption h1 {
font-size: 18px;
}
.carousel-caption p {
font-size: 14px;
}
.carousel span.fa {
top: 41%;
}
span.w3ag {
font-size: 0px;
display: none;
}
.carousel-caption input[type="email"] {
width: 53%;
left: 12%;
}
.w3-text h3 {
font-size: 20px;
}
.w3-text p {
line-height: 1.7;
font-size: 13px;
}
.counter1 {
width: 93%;
}
h3.center {
font-size: 17px;
}
.w3ls-service p.center {
font-size: 14px;
}
.resp-tab-content {
height: 645px;
}
.gridbox {
width: 29%;
height: 100px;
}
.mymap iframe {
height: 230px;
}
}
@media screen and (max-width: 375px){
.carousel {
height: 239px;
}
.carousel-inner {
height: 239px;
}
.carousel-caption {
top: 14%;
}
span.w3ag {
font-size: 13px;
}
.w3-text p {
font-size: 14px;
line-height: 1.5;
}
.w3-text h3 {
font-size: 20px;
}
.resp-tab-content {
height: 625px;
}
.counter1 {
width: 96%;
right: 3px;
top: 35px;
}
.info.col-md-4.col-sm-4.col-xs-6 {
width: 100%;
text-align: left;
line-height: 2.5;
margin-bottom: 20px;
}
.links.col-md-4.col-sm-4.col-xs-6 {
width: 100%;
text-align: left;
line-height: 2.5;
margin-bottom: 10px;
}
h3.center {
font-size: 20px;
}
#service h3.center {
font-size: 17px;
}
.footer p {
font-size: 14px;
}
}
@media screen and (max-width: 320px){
span.w3ag {
font-size: 9px;
}
.container.nav1 {
text-align: center;
padding-top: 5px;
font-size: 12px;
}
.carousel {
height: 202px;
}
.carousel-inner {
height: 202px;
}
.carousel-caption {
top: 11%;
}
.carousel span.fa {
top: 40%;
}
.carousel-caption input[type="email"] {
font-size: 9px;
top: 47%;
width: 52%;
left: 13%;
}
.carousel-caption h3,.carousel-caption h1 {
font-size: 20px;
}
.carousel-caption a {
line-height: 1.8;
font-size: 11px;
}
.w3-text h3 {
font-size: 19px;
}
.bestimg img {
width: 100%;
}
.container.brand1 {
margin-left: 85px;
}
h3.center {
font-size: 25px;
}
#service h3.center {
font-size: 19px;
}
.row-agile p {
font-size: 13px;
}
.resp-tab-content {
height: 515px;
}
.counter1 {
width: 89%;
right: 10px;
top: 32px;
line-height: 0.8;
}
.agilecount h3.center {
display: block;
}
.c1 h4 {
margin-top: 10px;
}
.w3ls-servicegrid .text h3 {
font-size: 15px;
}
.text p {
font-size: 13px;
}
.footer p {
font-size: 13px;
}
.agilecount h3.center {
font-size: 25px;
}
} | css/style.css |
body {
padding: 0;
margin: 0;
background: ;
font-family: 'Open Sans', sans-serif;
}
body a {
color:red;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
text-decoration: none;
}
body a:hover {
text-decoration: none;
}
body a:focus, a:hover {
text-decoration: none;
}
input[type="button"], input[type="submit"] {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
font-family: 'Raleway', sans-serif;
text-transform: capitalize;
}
p {
margin: 0;
font-family: 'Montserrat', sans-serif;
}
ul {
margin: 0;
padding: 0;
}
li {
list-style-type:none;
}
label {
margin: 0;
}
a:focus, a:hover {
text-decoration: none;
outline: none;
}
/*-- //Reset-Code --*/
/*-- header --*/
.w3-start {
background-color: rgba(31, 156, 214, 0.99);
height: 80px;
color: white;
}
.container.nav1 {
text-align: right;
padding-top: 10px;
}
.w3ls-navbar {
background-color: transparent;
border: none;
/* color: white; */
}
.nav1 a {
color: #f9ff00;
}
.nav1 span.fa {
padding: 0 8px;
color:#1ff759;
}
a.navbar-brand.w3-logo {
color: white;
position: absolute;
top: -15px;
}
span.big {
font-weight: bold;
font-size: 25px;
}
.brand1 span.br {
color: #35ff4f;
}
.brand1 span.br:hover{
color:yellow;
}
.brand1 span.bb {
color: #fff;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
color: #f9ff00;
background-color: transparent;
}
.navbar-inverse .navbar-nav>li>a {
color: #fff;
}
/*
.container.nav2 {
display: flex;
}
.brand1 {
flex: 1;
position: absolute;
}
.menu {
flex: 5;
text-align:right;
}
.menu ul{
padding:7px 0;
}
.menu li {
display: inline-block;
padding: 0 5px;
text-align: center;
width: auto;
}
.menu a:hover {
color: red;
}
.menu a {
margin: auto 0 0 2%;
color: white;
} */
/*-- //Navigation --*/
/*-- //banner caurosel --*/
.carousel span.fa {
top: 50%;
font-size: 50px;
color: #d20808;
position: absolute;
}
.item {
height: 700px;
}
.carousel-caption {
top: 50%;
padding: 0;
}
.carousel-caption h3,.carousel-caption h1 {
margin-bottom: 3%;
font-size: 43px;
color: #ffffff;
text-shadow: 2px 2px rgba(58, 58, 60, 0.65);
font-weight: bold;
}
.carousel-caption p {
font-size: 45px;
}
.carousel-caption a {
background-color: #0957ff;
border-radius: 0 10px 10px 0;
padding: 9px;
border: 1px solid #0957ff;
/* margin-left: -3px; */
color: yellow;
position: absolute;
top: 25%;
left: 51%;
}
.carousel-caption input[type="email"] {
padding: 9px 1%;
width: 21%;
color: black;
border-radius: 10px 0 0 10px;
border: 2px solid #0957ff;
position: absolute;
left: 30%;
top: 25%;
outline: 0;
}
.w3ls-mail input[type="submit"] {
background: none;
border: none;
outline: 0;
}
/* 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;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
/* Bump up size of carousel content */
.carousel-caption p {
margin-bottom: 1.25rem;
font-size: 2rem;
color: #e91e63;
line-height: 1.4;
}
.featurette-heading {
font-size: 50px;
}
}
@media (min-width: 62em) {
.featurette-heading {
margin-top: 7rem;
}
}
/*-- //banner caurosel --*/
/*-- to-top --*/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 24px;
right: 1%;
overflow: hidden;
z-index: 999;
width: 64px;
height: 64px;
border: none;
text-indent: 100%;
background: url("../images/arrow1.png") no-repeat 0px 0px;
}
#toTopHover {
width: 64px;
height: 64px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- welcome section --*/
.agileits-welcome {
color: #fdfcfc;
background-color: #00a0b0;
padding: 5% 0px;
}
.modal-content {
color: black;
}
.w3-text p {
line-height: 2.5;
text-align: justify;
margin: 3% 3% 2% 0;
}
.modal-body img {
margin: auto;
}
.modal-header {
padding: 5px 15px;
font-size: 25px;
}
span.w3ag {
color: #fb0303;
font-weight: bold;
font-size: 35px;
vertical-align: middle;
}
.w3-welcome {
display: flex;
}
.w3-text button.btn.btn-info.btn-lg, .w3-image a {
color: white;
background-color: #e43400;
padding: 1% 2%;
/* margin-top: 3%; */
border-radius:0;
border-bottom: 3px solid #e2f109;
}
.w3-text button.btn.btn-info.btn-lg:hover, .w3-image a:hover {
background-color: black;
color: yellow;
border-bottom-color: lightgray;
}
.w3-text {
line-height: 2.7;
}
.bestimg {
margin: 3% 0;
}
.bestimg img {
height: 300px;
border-radius: 5px;
}
.w3-image p {
margin: 5% 0;
}
/*-- //welcome section --*/
/*-- Services section --*/
.w3ls-service {
padding: 4% 0;
line-height: 3;
}
/*
.img-responsive {
background: url('../images/5.jpg');
min-height: 301px;
background-size: cover;
}
.img2.img-responsive {
background: url('../images/office6.jpg');
background-size: cover;
}
.img3.img-responsive {
background: url('../images/office4.jpg');
background-size: cover;
} */
.row-agile h2 {
margin: 4% 0;
}
.row-agile p {
line-height: 1.7;
font-size: 16px;
text-align: justify;
}
.row-agile .part1:hover {
background-color: cornsilk;
}
.row-agile .part1 {
padding: 5px;
/* margin-right: 0px; */
transition: 0.5 all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.row-agile button.btn.btn-secondary.details:hover {
background-color: darkslategrey;
color: white;
border-bottom-color: deepskyblue;
/* border-bottom-width: 3px; */
}
.row-agile button.btn.btn-secondary.details {
padding: 1% 5px 1% 1px;
border-bottom: 3px solid red;
color: red;
background-color: transparent;
}
.w3ls-service p.center {
font-size: 18px;
text-transform: capitalize;
font-weight: bold;
}
.center {
text-align: center;
}
/*-- //Services section --*/
/*-- gallery --*/
.w3ls-galley {
padding-bottom: 4%;
}
.agilecount h3.center {
padding: 3% 0;
color: #086969;
font-weight: bold;
}
.resp-tab-content {
border: 1px solid #5AB1D0;
border-top-color: #5AB1D0;
height: 590px;
}
h3.center {
font-size: 30px;
text-transform: capitalize;
font-weight: bold;
color: midnightblue;
}
.taba {
padding: 0;
}
.chocolat-image img {
padding: 5px;
}
div#tab2, div#tab3, div#tab4 {
}
a.tabs {
font-size: 20px;
}
.chocolat-wrapper .chocolat-bottom {
background: rgba(234, 10, 10, 0.4);
}
/*-- //gallery --*/
/*-- Our Team --*/
.agile-team {
background-color: rgba(253, 145, 2, 0.53);
}
.w3ls-team {
padding: 5% 0;
background-color: rgba(250, 235, 215, 0.37);
}
.team {
margin-top: 3%;
text-align: center;
font-size: 25px;
}
.team h4 {
padding: 2% 0;
color: red;
font-weight: bold;
text-transform: uppercase;
}
.team p {
text-transform: uppercase;
}
.team img {
/* height: 300px; */
margin:auto;
}
.team span.fa.fa-facebook-square {
color: #3b5998;
}
.team span.fa.fa-google-plus-square {
color: #e01515;
}
.team span.fa.fa-twitter-square {
color: #55acee;
}
/*-- //Our Team --*/
/*-- number scroll section --*/
.counter1 {
background-color: deepskyblue;
position: absolute;
width: 35%;
padding: 2% 2%;
right: 10%;
color: white;
}
.c1 {
width: 32%;
display: inline-block;
background-color: darkcyan;
text-align: center;
padding: 6% 0;
margin-top:5%;
}
span.numscroller {
font-size: 35px;
}
.agilecount {
background-color: beige;
min-height: 600px;
background: url(../images/counter.jpg);
background-size: cover;
}
/*-- //number scroll section --*/
/*-- grids section --*/
.w3-service {
padding: 3% 0;
background-color: aliceblue;
}
.w3ls-servicegrid {
padding: 2% 0;
display: flex;
}
.text {
flex: 1;
padding: 3%;
}
.text h3 {
font-weight: bold;
margin-bottom: 10px;
}
.text p {
text-align: justify;
}
.grids {
flex: 1;
}
.gridbox {
text-align: center;
width: 25%;
font-size: 20px;
height: 120px;
margin: 10px;
display: inline-block;
/* line-height: 3; */
background-color: antiquewhite;
/* color: red; */
}
.gridbox p {
font-size: 18px;
text-transform: uppercase;
}
.gridbox span.fa {
color: red;
font-size: 30px;
padding: 20% 0 3% 0;
}
/*-- //grids section --*/
/*-- map section --*/
iframe {
border: none;
width: 100%;
/* margin: auto; */
height: 350px;
}
/*-- //map section --*/
/*-- Contact section --*/
.w3ls-contact {
background-color: black;
color: white;
line-height: 3;
}
.w3ls-contact h4 {
text-transform: uppercase;
}
.form h4 {
margin-bottom: 4%;
}
.w3ls-contact span.fa {
color: #faff22;
font-size: 18px;
transition:0.5 all;
margin-right: 12px;
}
.w3ls-contact span.fa:hover{
color:#0af31d;
}
.form input[type="text"],.form input[type="email"] {
width: 100%;
color: black;
margin-bottom: 5%;
padding: 0 15px;
}
.form textarea {
width: 100%;
color: black;
padding: 0 15px;
}
.form input[type="SUBMIT"] {
color: red;
background: none;
border: 2px solid red;
padding: 0 6%;
font-weight: bold;
}
.form input[type="SUBMIT"]:hover {
color: #0af31d;
border: 2px solid #0af31d;
}
.agile-contact {
padding: 4% 0 2% 0;
}
.agile-contact a {
color: white;
}
.agile-contact a:hover {
color: yellow;
}
/*-- //Contact section --*/
/* footer */
.footer {
text-align: center;
color: white;
background-color: black;
}
.footer hr {
margin: 0;
}
.footer a:hover {
color: yellow;
}
.footer p{
padding:1.2% 0;
}
/* //footer */
/* Responsive */
@media screen and (max-width: 1440px){
.carousel-caption a {
left:53%;
}
.carousel-caption input[type="email"] {
width: 23%
}
.counter1 {
padding: 1% 1%;
}
.counter1 p {
line-height: 1.8;
}
}
@media screen and (max-width: 1366px){
.carousel-caption a {
left:55%;
}
.carousel-caption input[type="email"] {
width: 25%
}
.carousel-caption h3,.carousel-caption h1 {
font-size: 40px;
}
.agilecount h3.center {
padding: 2% 0;
}
}
@media screen and (max-width: 1280px){
.carousel-caption h3,.carousel-caption h1 {
font-size: 37px;
}
}
@media screen and (max-width: 1080px){
.carousel-caption a {
left:59%;
}
.carousel-caption input[type="email"] {
width: 29%
}
.carousel-caption h3,.carousel-caption h1 {
font-size: 33px;
}
span.w3ag {
font-size: 32px;
}
.resp-tab-content {
height: 485px;
}
.counter1 {
width: 40%;
}
.agilecount {
min-height: 520px;
}
.gridbox p {
font-size: 16px;
margin: 5px 0;
}
.agile-contact li {
font-size: 13px;
}
.form input[type="text"], .form input[type="email"] {
margin-bottom: 3%;
height: 40px;
}
.form textarea {
height: 110px;
}
}
@media screen and (max-width: 1050px){
.carousel {
height: 704px;
}
.carousel-caption a {
left:61%;
}
.carousel-caption input[type="email"] {
width: 31%
}
.carousel {
height: 689px;
}
.carousel-caption h3,.carousel-caption h1 {
font-size: 32px;
}
.w3-text p {
line-height: 2.1;
}
.w3-text button.btn.btn-info.btn-lg, .w3-image a {
font-size: 15px;
}
.agilecount {
min-height: 510px;
}
.form input[type="SUBMIT"] {
padding: 0px 5%;
line-height: 2;
}
}
@media screen and (max-width: 1024px){
.carousel-caption h3,.carousel-caption h1 {
font-size: 31px;
}
.carousel {
height: 672px;
}
h3.center {
font-size: 24px;
}
.row-agile h2 {
font-size:25px;
}
.agilecount {
min-height: 497px;
}
span.numscroller {
font-size: 25px;
}
.c1 h4 {
font-size: 17px;
}
.team p {
font-size: 20px;
}
}
@media screen and (max-width: 991px){
a.navbar-brand.w3-logo {
left: 15px;
}
.container>.navbar-collapse, .container>.navbar-header {
margin-right: -70px;
}
.carousel {
height: 650px;
}
.carousel span.fa {
top: 54%;
}
.carousel-caption h3,.carousel-caption h1 {
font-size: 30px;
}
.carousel-caption p {
font-size:1.7rem;
}
.carousel-caption a {
left:63%;
}
.carousel-caption input[type="email"] {
width: 33%
}
.w3-welcome {
padding: 0;
width: 85%;
}
.w3-text h3 {
font-size: 21px;
}
.w3-image {
width: 30%;
}
.row-agile p {
font-size: 14px;
}
.resp-tab-content {
height: 375px;
}
.resp-tabs-list li {
padding: 8px 10px;
}
.resp-tab-active {
padding: 5px 5px 10px 5px !important;
}
.agilecount {
min-height: 480px;
}
.w3ls-servicegrid .text {
padding: 7px;
}
.gridbox {
width: 29%;
height: 120px;
margin: 5px;
}
.form input[type="text"], .form input[type="email"] {
width: 120%;
}
.form textarea {
width: 120%;
}
}
@media screen and (max-width: 900px){
.container.brand1 {
margin-left: 100px;
}
.container>.navbar-collapse, .container>.navbar-header {
margin-right: 0px;
}
.carousel-caption h3,.carousel-caption h1 {
font-size: 27px;
}
.carousel-caption a {
left:66%;
top: 60%;
}
.carousel-caption input[type="email"] {
width: 36%;
top: 60%;
}
.carousel {
height: 589px;
}
.carousel-inner {
height: 589px;
}
.carousel span.fa {
top: 50%;
}
.carousel-caption {
top: 44%;
height: 100px;
}
.w3-welcome {
padding: 0;
width: 90%;
}
.w3-image {
width: 35%;
}
.w3-text h3 {
font-size: 18px;
}
span.w3ag {
font-size: 23px;
}
.w3-image h3 {
font-size: 17px;
}
.w3-text p {
line-height: 1.8;
font-size: 14px;
}
.w3-image p {
font-size: 14px;
}
h3.center {
font-size: 18px;
}
.w3ls-service p.center {
font-size: 15px;
}
.row-agile h2 {
font-size: 20px;
}
.w3ls-galley a.tabs{
font-size: 18px;
}
.agilecount {
min-height: 435px;
}
.counter1 {
width: 50%;
}
.w3ls-servicegrid .text h3 {
font-size: 19px;
}
.form input[type="text"], .form input[type="email"] {
width: 100%;
}
.form textarea {
width: 100%;
}
.w3ls-contact h4 {
font-size: 17px;
}
}
@media screen and (max-width: 800px){
.brand1 {
width: 85%;
padding: 0;
}
ul.nav.navbar-nav.navbar-right.w3ls-nav li a {
padding: 9px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
margin-left: 0px;
font-size: 16px;
}
.carousel {
height: 522px;
}
.carousel-inner {
height: 522px;
}
.carousel-caption h3,.carousel-caption h1 {
font-size: 24px;
}
.carousel-caption {
top: 40%;
}
.carousel-caption p {
font-size: 1.5rem;
}
.carousel-caption input[type="email"] {
width: 40%;
left: 26%;
}
.carousel-caption a {
left: 66%;
}
.carousel-inner {
height: 522px;
}
.w3-welcome {
display:block;
text-align: center;
}
.w3-image {
width: 100%;
}
.w3-text h3 {
font-size: 23px;
}
span.w3ag {
font-size: 33px;
}
.w3-image h3 {
font-size: 23px;
padding-top: 20px;
}
.w3-text p {
margin: 3% 0 2% 0;
}
.agilecount h3.center {
padding: 1% 0;
color: #1f1f90;
}
.counter1 {
line-height: 1;
}
.agilecount {
min-height: 387px;
}
.mymap iframe {
height: 300px;
}
.w3ls-contact h4 {
font-size: 15px;
}
}
@media screen and (max-width: 768px){
.brand1 {
width: 84%;
}
.carousel-caption {
width: 63%;
top: 38%;
}
.carousel {
height: 501px;
}
.carousel-inner {
height: 501px;
}
.counter1 h3 {
font-size: 18px;
}
.counter1 p {
font-size: 14px;
}
.c1 h4 {
font-size: 16px;
margin-top: 7px;
}
.agilecount {
min-height: 371px;
}
.form input[type="text"], .form input[type="email"] {
margin-bottom: 0;
height: 30px;
}
.agile-contact form {
line-height: 2.7;
}
.form textarea {
height: 90px;
margin-top: 4px;
}
}
@media screen and (max-width: 736px){
.carousel {
height: 479px;
}
.carousel-inner {
height: 479px;
}
.carousel-inner {
height: 479px;
}
.w3-image p {
margin: 3% 0;
}
.w3ls-nav {
margin-top: 28px;
text-align: center;
}
.w3ls-navbar {
background-color: rgba(33, 157, 214, 0.83);
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: transparent;
}
.w3-start {
height: 80px;
}
.carousel-caption {
width: 68%;
top: 36%;
}
.carousel-caption a {
left: 64%;
}
.part1.part3 {
margin-left: 25%;
}
.resp-tab-content {
height: 1345px;
}
.counter1 {
line-height: 0.2;
}
.counter1 p {
font-size: 13.5px;
}
.counter1 h3 {
font-size: 21px;
}
span.numscroller {
font-size: 20px;
}
.c1 h4 {
margin-top: 15px;
}
.agilecount {
min-height: 355px;
}
h3.center {
font-size: 25px;
margin-bottom: 10px;
}
.counter1 {
width: 52%;
}
.w3ls-team {
margin-top: -10px;
}
.team p {
font-size: 17px;
}
}
@media screen and (max-width: 667px){
ul.nav.navbar-nav.navbar-right.w3ls-nav li a {
padding: 5px;
text-transform: uppercase;
}
.carousel-inner {
height: 433px;
}
.carousel {
height: 433px;
}
.carousel-caption {
width: 75%;
top: 32%;
}
.carousel span.fa {
font-size: 35px;
}
span.big {
font-size: 21px;
}
span.w3ag {
font-size: 27px;
}
.w3-text h3 {
font-size: 23px;
}
.resp-tab-content {
height: 1210px;
}
.counter1 {
width: 58%;
line-height: 0;
right: 5%;
}
.c1 {
margin-top: 0;
}
.agilecount {
min-height: 321px;
}
.mymap iframe {
height: 270px;
}
.agile-contact span.fa {
color: #07ecaf;
}
.agile-contact span.fa:hover {
color: white;
}
.agile-contact ul li:hover {
color: yellow;
}
.modal-content {
font-size: 10px;
margin: auto;
}
.modal-header {
padding: 5px;
}
.modal-body {
position: relative;
padding: 5px 10px;
}
h3.center {
font-size: 22px;
}
.modal-footer {
padding: 5px;
}
}
@media screen and (max-width: 640px){
.carousel {
height: 415px;
}
.carousel-inner {
height: 415px;
}
.carousel-caption {
top: 31%;
}
.carousel-caption h3,.carousel-caption h1 {
font-size: 22px;
}
.carousel-caption input[type="email"] {
left: 23%;
}
.carousel-caption a {
left: 62%;
}
.w3-text h3 {
font-size: 21px;
}
.resp-tab-content {
height: 1155px;
}
.counter1 {
width: 60%;
}
.counter1 p {
font-size: 12.5px;
}
.agilecount {
min-height: 308px;
}
.gridbox p {
font-size: 13px;
}
.gridbox {
height: 100px;
}
.form.col-md-4.col-sm-4.col-xs-12 {
margin-top: 15px;
}
}
@media screen and (max-width: 600px){
.carousel {
height: 388px;
}
.carousel-inner {
height: 388px;
}
.carousel-caption {
top: 29%;
}
.container.brand1 {
margin-left: 90px;
}
.carousel-caption p {
font-size: 1.4rem;
color: red;
}
span.w3ag {
font-size: 22px;
}
.resp-tab-content {
height: 1075px;
}
.c1 h4 {
font-size: 16px;
}
.agilecount {
min-height: 288px;
}
.gridbox {
width: 44%;
}
.w3ls-contact h4 {
font-size: 14px;
margin-bottom: 4px;
}
h3.center {
margin-bottom: 5px;
}
.w3ls-team {
margin-top: -5px;
}
}
@media screen and (max-width: 568px){
.carousel {
height: 367px;
}
.brand1 {
width: 75%;
}
.container.nav1 {
text-align: center;
padding-top: 5px;
}
.w3-logo{
margin-top: 15px;
}
.carousel-inner {
height: 367px;
}
.carousel-caption h3,.carousel-caption h1 {
font-size: 20px;
}
.carousel-caption {
top: 27%;
}
.carousel-caption input[type="email"] {
height: 32px;
font-size: 13px;
width: 42%;
}
.carousel-caption a {
left: 64%;
height: 32px;
font-size: 13px;
line-height: 1;
}
.w3-text h3 {
font-size: 20px;
}
.resp-tab-content {
height: 1010px;
}
.counter1 {
width: 62%;
line-height: 0.41;
}
.agilecount {
min-height: 272px;
}
.c1 {
padding: 3% 0;
}
.counter1 h3 {
font-size: 19px;
}
.counter1 p {
font-size: 12px;
}
span.numscroller {
font-size: 15px;
}
.c1 h4 {
font-size: 14px;
}
.gridbox span.fa {
padding: 14% 0 3% 0;
}
}
@media screen and (max-width: 480px){
.carousel {
height: 309px;
}
.carousel-inner {
height: 309px;
}
.carousel-caption {
top: 23%;
}
.carousel-caption h3,.carousel-caption h1 {
font-size: 22px;
}
.carousel-caption p {
font-size: 14px;
}
.carousel-caption input[type="email"] {
font-size: 11px;
}
.carousel-caption a {
left: 64%;
height: 32px;
font-size: 13px;
line-height: 1.5;
padding: 6px;
}
span.w3ag {
font-size: 11px;
}
.w3-text h3 {
font-size: 19px;
}
.w3-text p {
line-height: 1.5;
font-size: 14px;
}
.w3-image h3 {
font-size: 20px;
}
h3.center {
font-size: 20px;
margin-bottom: 5px;
}
.col-md-4.col-sm-4.col-xs-6.part1 {
width: 100%;
}
.part1.part3 {
margin-left: 0;
}
.row-agile h2 {
font-size: 20px;
}
.row-agile p {
font-size: 15px;
}
.resp-tab-content {
height: 830px;
}
.agilecount h3.center {
display: block;
font-size: 20px;
}
.agilecount {
min-height: 272px;
position: relative;
background-size: 550px;
}
.counter1 {
width: 74%;
right: 10px;
top: 35px;
line-height: 0.8;
}
.counter1 p {
font-size: 13px;
line-height: 1.5;
}
.team p {
font-size: 14px;
}
.col-md-4.col-sm-4.col-xs-4.team {
width: 100%;
}
.team img {
/* height: 300px; */
margin: auto;
}
.team p {
font-size: 18px;
}
.w3ls-servicegrid {
display: inline-block;
}
.gridbox {
width: 30%;
height: 110px;
}
.w3ls-servicegrid .text {
padding: 15px;
}
.w3ls-contact h4 {
margin-bottom: 20px;
}
}
@media screen and (max-width: 414px){
.brand1 {
width: 72%;
}
.w3ls-nav {
margin-top: 35px;
margin-bottom: 0;
}
ul.nav.navbar-nav.navbar-right.w3ls-nav li a {
padding: 2px;
}
.carousel span.fa {
font-size: 25px;
}
.carousel {
height: 265px;
}
.carousel-inner {
height: 265px;
}
.carousel-caption h3,.carousel-caption h1 {
font-size: 19px;
}
.carousel-caption {
top: 18%;
}
.carousel-caption input[type="email"] {
font-size: 11px;
top: 47%;
width: 48%;
left: 17%;
}
.carousel-caption a {
top: 47%;
line-height: 1.5;
left: 64%;
}
.carousel span.fa {
top: 46%;
}
span.w3ag {
font-size: 16px;
}
.w3-text h3 {
font-size: 16px;
}
.w3-text p {
font-size: 14px;
}
.w3-image h3 {
font-size: 20px;
}
h3.center {
font-size: 19px;
}
span.rhide {
display: none;
}
.resp-tab-content {
height: 700px;
}
.counter1 {
width: 86%;
right: 10px;
top: 35px;
line-height: 0.9;
}
.agilecount h3.center {
display:block;
}
.footer p {
font-size: 13px;
}
}
@media screen and (max-width: 384px){
.carousel {
height: 245px;
}
.carousel-inner {
height: 245px;
}
.carousel-caption {
top: 15%;
}
.carousel-caption h3,.carousel-caption h1 {
font-size: 18px;
}
.carousel-caption p {
font-size: 14px;
}
.carousel span.fa {
top: 41%;
}
span.w3ag {
font-size: 0px;
display: none;
}
.carousel-caption input[type="email"] {
width: 53%;
left: 12%;
}
.w3-text h3 {
font-size: 20px;
}
.w3-text p {
line-height: 1.7;
font-size: 13px;
}
.counter1 {
width: 93%;
}
h3.center {
font-size: 17px;
}
.w3ls-service p.center {
font-size: 14px;
}
.resp-tab-content {
height: 645px;
}
.gridbox {
width: 29%;
height: 100px;
}
.mymap iframe {
height: 230px;
}
}
@media screen and (max-width: 375px){
.carousel {
height: 239px;
}
.carousel-inner {
height: 239px;
}
.carousel-caption {
top: 14%;
}
span.w3ag {
font-size: 13px;
}
.w3-text p {
font-size: 14px;
line-height: 1.5;
}
.w3-text h3 {
font-size: 20px;
}
.resp-tab-content {
height: 625px;
}
.counter1 {
width: 96%;
right: 3px;
top: 35px;
}
.info.col-md-4.col-sm-4.col-xs-6 {
width: 100%;
text-align: left;
line-height: 2.5;
margin-bottom: 20px;
}
.links.col-md-4.col-sm-4.col-xs-6 {
width: 100%;
text-align: left;
line-height: 2.5;
margin-bottom: 10px;
}
h3.center {
font-size: 20px;
}
#service h3.center {
font-size: 17px;
}
.footer p {
font-size: 14px;
}
}
@media screen and (max-width: 320px){
span.w3ag {
font-size: 9px;
}
.container.nav1 {
text-align: center;
padding-top: 5px;
font-size: 12px;
}
.carousel {
height: 202px;
}
.carousel-inner {
height: 202px;
}
.carousel-caption {
top: 11%;
}
.carousel span.fa {
top: 40%;
}
.carousel-caption input[type="email"] {
font-size: 9px;
top: 47%;
width: 52%;
left: 13%;
}
.carousel-caption h3,.carousel-caption h1 {
font-size: 20px;
}
.carousel-caption a {
line-height: 1.8;
font-size: 11px;
}
.w3-text h3 {
font-size: 19px;
}
.bestimg img {
width: 100%;
}
.container.brand1 {
margin-left: 85px;
}
h3.center {
font-size: 25px;
}
#service h3.center {
font-size: 19px;
}
.row-agile p {
font-size: 13px;
}
.resp-tab-content {
height: 515px;
}
.counter1 {
width: 89%;
right: 10px;
top: 32px;
line-height: 0.8;
}
.agilecount h3.center {
display: block;
}
.c1 h4 {
margin-top: 10px;
}
.w3ls-servicegrid .text h3 {
font-size: 15px;
}
.text p {
font-size: 13px;
}
.footer p {
font-size: 13px;
}
.agilecount h3.center {
font-size: 25px;
}
} | 0.304248 | 0.063715 |
.home {
position:absolute;
bottom:1px;
right:0px;
padding:5px;
z-index:10000;
-webkit-transition:all 0.2s;
}
.home .menuitem {
margin-left:12px;
}
.home .button {
background: #75B5F4;
background: -moz-linear-gradient(top, #75B5F4 0%, #5BA3EA 44%, #3A89D8 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#75B5F4), color-stop(44%,#5BA3EA), color-stop(100%,#3A89D8)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75B5F4', endColorstr='#3A89D8',GradientType=0 ); /* ie */
border: 1px solid #507ba6;
border-bottom: 1px solid #3f6284;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
box-shadow: inset 0 1px 0 0 #7abdff;
-moz-box-shadow: inset 0 1px 0 0 #7abdff;
-webkit-box-shadow: inset 0 1px 0 0 #7abdff, 0px 1px 2px rgba(0,0,0,0.2);
color: #fff;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
line-height: 1;
padding: 3px 16px 5px 16px;
text-align: center;
text-shadow: 0 -1px 0 #4865e4;
cursor:pointer;
text-decoration:none;
display:inline-block;
}
.home .button:hover {
background: #7ABEFF; /* old browsers */
background: -moz-linear-gradient(top, #7ABEFF 0%, #5BA3EA 44%, #3884D1 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ABEFF), color-stop(44%,#5BA3EA), color-stop(100%,#3884D1)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ABEFF', endColorstr='#3884D1',GradientType=0 ); /* ie */
border: 1px solid #3f6284;
border-bottom: 1px solid #324d68;
box-shadow: inset 0 1px 0 0 #7abdff;
-moz-box-shadow: inset 0 1px 0 0 #7abdff;
-webkit-box-shadow: inset 0 1px 0 0 #7abdff, 0px 1px 2px rgba(0,0,0,0.3);;
}
.home .button:active {
background: #75B5F4;
background: -moz-linear-gradient(top, #75B5F4 0%, #5BA3EA 44%, #3A89D8 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#75B5F4), color-stop(44%,#5BA3EA), color-stop(100%,#3A89D8)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75B5F4', endColorstr='#3A89D8',GradientType=0 ); /* ie */
border: 1px solid #2d465f;
border-top:1px solid #283e54;
border-bottom:1px solid #3f6284;
box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.sharebar {
position:absolute;
bottom:1px;
left:0px;
padding:5px;
z-index:10000;
-webkit-transition:all 0.2s;
}
.sharebar div {
display:inline-block;
margin-right:12px;
} | static/portfolio/menu.css | .home {
position:absolute;
bottom:1px;
right:0px;
padding:5px;
z-index:10000;
-webkit-transition:all 0.2s;
}
.home .menuitem {
margin-left:12px;
}
.home .button {
background: #75B5F4;
background: -moz-linear-gradient(top, #75B5F4 0%, #5BA3EA 44%, #3A89D8 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#75B5F4), color-stop(44%,#5BA3EA), color-stop(100%,#3A89D8)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75B5F4', endColorstr='#3A89D8',GradientType=0 ); /* ie */
border: 1px solid #507ba6;
border-bottom: 1px solid #3f6284;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
box-shadow: inset 0 1px 0 0 #7abdff;
-moz-box-shadow: inset 0 1px 0 0 #7abdff;
-webkit-box-shadow: inset 0 1px 0 0 #7abdff, 0px 1px 2px rgba(0,0,0,0.2);
color: #fff;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
line-height: 1;
padding: 3px 16px 5px 16px;
text-align: center;
text-shadow: 0 -1px 0 #4865e4;
cursor:pointer;
text-decoration:none;
display:inline-block;
}
.home .button:hover {
background: #7ABEFF; /* old browsers */
background: -moz-linear-gradient(top, #7ABEFF 0%, #5BA3EA 44%, #3884D1 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ABEFF), color-stop(44%,#5BA3EA), color-stop(100%,#3884D1)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ABEFF', endColorstr='#3884D1',GradientType=0 ); /* ie */
border: 1px solid #3f6284;
border-bottom: 1px solid #324d68;
box-shadow: inset 0 1px 0 0 #7abdff;
-moz-box-shadow: inset 0 1px 0 0 #7abdff;
-webkit-box-shadow: inset 0 1px 0 0 #7abdff, 0px 1px 2px rgba(0,0,0,0.3);;
}
.home .button:active {
background: #75B5F4;
background: -moz-linear-gradient(top, #75B5F4 0%, #5BA3EA 44%, #3A89D8 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#75B5F4), color-stop(44%,#5BA3EA), color-stop(100%,#3A89D8)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75B5F4', endColorstr='#3A89D8',GradientType=0 ); /* ie */
border: 1px solid #2d465f;
border-top:1px solid #283e54;
border-bottom:1px solid #3f6284;
box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.sharebar {
position:absolute;
bottom:1px;
left:0px;
padding:5px;
z-index:10000;
-webkit-transition:all 0.2s;
}
.sharebar div {
display:inline-block;
margin-right:12px;
} | 0.317215 | 0.137417 |
.tabs {
position: relative;
background: #404E67;
height: 28.10rem;
}
.tabs::before,
.tabs::after {
content: "";
display: table;
}
.tabs::after {
clear: both;
}
.tab {
float: left;
}
.tab-switch {
display: none;
}
.tab-label {
position: relative;
display: block;
line-height: 2.75em;
height: 3em;
padding: 0 1.618em;
background: #404E67;
border-right: 0.125rem solid #bcc8d8;
color: #fff;
cursor: pointer;
top: 0;
transition: all 0.25s;
}
.tab-label:hover {
top: -0.25rem;
transition: top 0.25s;
}
.tab-content {
height: 25.75rem;
position: absolute;
z-index: 1;
top: 2.75em;
left: 0;
padding: 1.610rem;
background: #fff;
color: #2c3e50;
/* border-bottom: 0.25rem solid #bdc3c7; */
opacity: 0;
transition: all 0.35s;
}
.tab-switch:checked + .tab-label {
background: #fff;
color: #2c3e50;
border-bottom: 0;
border-right: 0.125rem solid #fff;
transition: all 0.35s;
z-index: 1;
top: -0.0625rem;
}
.tab-switch:checked + label + .tab-content {
z-index: 2;
opacity: 1;
transition: all 0.35s;
}
/* tab 2 shift */
/* Style tab links */
.tabs-2 {
background-color: white;
border-right: 0.125rem solid rgb(100, 129, 179);
border-bottom: 0.125rem solid rgb(100, 129, 179);
border-left: 0.125rem solid rgb(100, 129, 179);
border-top: 0.125rem solid rgb(100, 129, 179);
}
.tablink {
background-color: rgb(100, 129, 179);
color: black;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 1 1.118em;
width: 20%;
height: 3em;
font-size: 10px;
text-align: center;
font-weight: bold;
border-right: 0.125rem solid #bcc8d8;
}
/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
color: black;
display: none;
padding: 50px 20px;
height: 28.10rem;
}
#Home {background-color: white;}
#News {background-color: white;}
#Contact {background-color: white;}
#About {background-color: white;}
/* Dropdown Shift */
.dropbtn {
background-color: #3498DB;
color: white;
padding: 24px 20px 5px 20px;
font-size: 16px;
border: black;
cursor: pointer;
}
.dropbtn:hover, .dropbtn:focus {
background-color: #2980B9;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
overflow: auto;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown a:hover {background-color: #ddd;}
.show {display: block;}
/* Table */
.grid-container {
display: grid;
grid-template-columns: auto auto auto auto auto auto auto auto;
grid-gap: 2px;
padding: 2px;
}
.grid-container > div {
background-color: rgba(255, 255, 255, 0.8);
border: 1px solid black;
text-align: center;
font-size: 13px;
}
.activity {
grid-column: 1 / 9;
}
table, th, td {
/* border: 1px solid black;
padding: 2px 10px 2px 10px; */
text-align: center;
font-size: 15px;
font-weight: bold;
}
.lgcd {
text-align: left;
width: 500px;
height: 5px;
}
/* pagination tab1 */
.pagination {
float: right;
margin-top: 15px;
display: inline-block;
}
.pagination a {
color: black;
float: left;
padding: 4px 8px;
text-decoration: none;
transition: background-color .3s;
}
.pagination a.active {
background-color: #2c3e50;
color: white;
}
.pagination a:hover:not(.active) {background-color: #ddd;} | assets/dist/css/mst_data.css | .tabs {
position: relative;
background: #404E67;
height: 28.10rem;
}
.tabs::before,
.tabs::after {
content: "";
display: table;
}
.tabs::after {
clear: both;
}
.tab {
float: left;
}
.tab-switch {
display: none;
}
.tab-label {
position: relative;
display: block;
line-height: 2.75em;
height: 3em;
padding: 0 1.618em;
background: #404E67;
border-right: 0.125rem solid #bcc8d8;
color: #fff;
cursor: pointer;
top: 0;
transition: all 0.25s;
}
.tab-label:hover {
top: -0.25rem;
transition: top 0.25s;
}
.tab-content {
height: 25.75rem;
position: absolute;
z-index: 1;
top: 2.75em;
left: 0;
padding: 1.610rem;
background: #fff;
color: #2c3e50;
/* border-bottom: 0.25rem solid #bdc3c7; */
opacity: 0;
transition: all 0.35s;
}
.tab-switch:checked + .tab-label {
background: #fff;
color: #2c3e50;
border-bottom: 0;
border-right: 0.125rem solid #fff;
transition: all 0.35s;
z-index: 1;
top: -0.0625rem;
}
.tab-switch:checked + label + .tab-content {
z-index: 2;
opacity: 1;
transition: all 0.35s;
}
/* tab 2 shift */
/* Style tab links */
.tabs-2 {
background-color: white;
border-right: 0.125rem solid rgb(100, 129, 179);
border-bottom: 0.125rem solid rgb(100, 129, 179);
border-left: 0.125rem solid rgb(100, 129, 179);
border-top: 0.125rem solid rgb(100, 129, 179);
}
.tablink {
background-color: rgb(100, 129, 179);
color: black;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 1 1.118em;
width: 20%;
height: 3em;
font-size: 10px;
text-align: center;
font-weight: bold;
border-right: 0.125rem solid #bcc8d8;
}
/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
color: black;
display: none;
padding: 50px 20px;
height: 28.10rem;
}
#Home {background-color: white;}
#News {background-color: white;}
#Contact {background-color: white;}
#About {background-color: white;}
/* Dropdown Shift */
.dropbtn {
background-color: #3498DB;
color: white;
padding: 24px 20px 5px 20px;
font-size: 16px;
border: black;
cursor: pointer;
}
.dropbtn:hover, .dropbtn:focus {
background-color: #2980B9;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
overflow: auto;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown a:hover {background-color: #ddd;}
.show {display: block;}
/* Table */
.grid-container {
display: grid;
grid-template-columns: auto auto auto auto auto auto auto auto;
grid-gap: 2px;
padding: 2px;
}
.grid-container > div {
background-color: rgba(255, 255, 255, 0.8);
border: 1px solid black;
text-align: center;
font-size: 13px;
}
.activity {
grid-column: 1 / 9;
}
table, th, td {
/* border: 1px solid black;
padding: 2px 10px 2px 10px; */
text-align: center;
font-size: 15px;
font-weight: bold;
}
.lgcd {
text-align: left;
width: 500px;
height: 5px;
}
/* pagination tab1 */
.pagination {
float: right;
margin-top: 15px;
display: inline-block;
}
.pagination a {
color: black;
float: left;
padding: 4px 8px;
text-decoration: none;
transition: background-color .3s;
}
.pagination a.active {
background-color: #2c3e50;
color: white;
}
.pagination a:hover:not(.active) {background-color: #ddd;} | 0.459319 | 0.066478 |
body {
font-family: 'Poppins', sans-serif;
color: rgba(11, 11, 36, 0.91);
overflow-x: hidden;
}
img {
width: 100%!important;
}
strong {
color: #003333;
}
h2 {
text-shadow: 1px 1px #05131b4f;
}
.fa {
margin-right: 1em;
}
.collap i {
font-weight: normal !important;
font-size: 10px !important;
}
.collapse {
font-size: 14px;
/*padding: 5px 0 21px 26px;
font-weight: 500;
line-height: 1.58;
transition: all ;*/
}
/* Img Classes */
.rounded {
border-radius: 50% !important;
}
.rounded div img {
border-radius: 50% !important;
}
.rounded div img:hover {
background-image: linear-gradient(rgba(0, 0, 2, 0.637), rgba(29, 29, 27, 0.473));
}
.carousel_block {
display: block !important;
}
.team_mobile_bg {
filter: brightness(0.4);
}
/* Scroll fade effect */
.fly {
opacity: 0;
transition: all 600ms ease-in-out;
/*transform: translateY(100px) translate3d(0, 0, 0);*/
}
.show-block {
opacity: 1;
/*transform: translateY(70px) translate3d(0, 0, 0);*/
}
/* CSS Utilities */
.mtb {
margin: 140px 0px;
}
.mt {
margin-top: 140px;
}
.mb {
margin-bottom: 140px;
}
/* Navbar */
.navbar-dark {
background-color: rgba(0, 0, 0, 0.9) !important;
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255,255,255,.91);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
color: rgba(255,255,255,1);
}
.type-navbar {
font-family: 'Poppins', sans-serif;
font-weight: 600;
}
.navbar-nav .nav-item {
padding-right: 3em;
}
/*************************** SECTIONS ***************************/
/* Hero */
.hero {
margin-top: -80px;
min-height: 100vh;
width: 100%;
display: flex;
align-items: center;
background-color: black;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.hero-container {
padding-top: 80px;
}
.hero-container h1 {
color: white;
line-height: 77px;
font-weight: 600;
}
.hero-container .for {
color: #ff3300;
}
.hero-container .words-wrapper-container {
color: #ff3300;
line-height: 130px;
}
.recent_work {
min-height: 380px;
}
.team_social {
color: teal;
text-shadow: none;
margin-bottom: 14px;
padding: 10px;
font-size: 21px !important;
background-color: rgba(255, 255, 255, 0.7);
border-radius: 50%;
}
.team-caption {
text-shadow: none;
color: white;
opacity: 0;
top: 0;
position: absolute;
width: calc(100% - 32px);
line-height: 18px;
height: 100%;
right: 16px;
border-radius: 50%;
}
.team-caption div a i {
margin-top: 35%;
margin-right: 0 !important;
}
.team-avatar:hover .team-caption {
opacity: 1;
background-image: linear-gradient(rgba(0, 0, 2, 0.637), rgba(29, 29, 27, 0.473));
}
.team_mobile {
background-image: linear-gradient(rgba(0, 0, 2, 0.637), rgba(29, 29, 27, 0.473));
}
.carousel-caption {
bottom: unset !important;
top: 21%;
}
.carousel-caption a i {
margin-right: 0 !important;
}
.title {
margin-bottom: .4em;
font-size: 3.5em;
font-weight: 600;
overflow-wrap: break-word;
}
.bg_image {
/* background-image: url(/img/re_au.jpg); */
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.dual {
padding: 3em;
}
.dual p {
line-height: 19px;
}
.dual_bg1, .dual_bg2 {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
color: transparent;
}
.dual_bg1 {
background-image: url("/img/re_sq1.jpg");
}
.dual_bg1:hover {
color: white;
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
background-image: linear-gradient(rgba(0, 0, 2, 0.637), rgba(29, 29, 27, 0.473)),
url("/img/re_sq1.jpg");
}
.dual_bg2 {
background-image: url("/img/re_sq.jpg");
}
.dual_bg2:hover {
color: white;
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
background-image: linear-gradient(rgba(0, 0, 2, 0.637), rgba(29, 29, 27, 0.473)),
url("/img/re_sq.jpg");
}
.btn {
padding: .7em 1.4em;
font-weight: 500 !important;
}
.btn.focus, .btn:focus {
outline: 0;
box-shadow: unset;
color: #660000 !important;
}
.btn_contact, form input[type="submit"] {
background-color:#003333 !important;
border-color: #002020 !important;
}
form input[type="submit"] {
cursor: pointer;
padding: .7em 1.4em;
font-weight: 500 !important;
width: 100%!important;
color: #fff;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
border: 1px;
}
form input[type="submit"]:hover {
background-color:#034747 !important;
}
.btn_cl {
color: #003333 !important;
padding: 10px 0;
font-size: 18px;
font-weight: bold !important;
text-align: left !important;
}
.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
border: 0;
width: 100%;
max-width: 840px;
}
/* Form styles */
form .text-input, form input[type="text"], form textarea {
color: #777;
border-color: #eee;
background-color: white;
width: 100%;
outline: none;
border: 1px solid #eee;
border-radius: 0;
height: 62px;
padding: 3px 20px;
font-size: 14px;
font-family: "Source Sans Pro", Helvetica, sans-serif;
}
form textarea {
height: unset;
}
form label {
display: none ;
}
form [for="id_i-am-a-developer"] {
display: block !important;
float:left;
font-size: 14px;
margin-left: 21px;
}
form [type="checkbox"] {
margin-left: 10px;
}
/* Extra Large */
@media only screen and (min-width: 1200px) {
.hero-container h1 {
font-size: 100px;
margin-left: 1.2em;
}
.hero-container .for, .hero-container .feat {
font-size: 70px;
}
}
/* Large */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.navbar-nav .nav-item {
padding-right: 2em;
}
.hero-container h1 {
font-size: 80px;
margin-left: 1.0em;
}
.hero-container .for, .hero-container .feat {
font-size: 60px;
}
}
/* From Medium Upward*/
@media only screen and (min-width: 769px) {
.nav_logo img {
margin-left: 3em;
max-width: 7em;
}
}
/* Medium */
@media only screen and (min-width: 769px) and (max-width: 991px) {
.hero-container h1 {
font-size: 77px;
margin-left: 0.5em;
}
.hero-container .for, .hero-container .feat, .hero-container .technology {
font-size: 49px;
}
.hero-container .cd-words-wrapper {
font-size: 65px;
line-height: 100px;
}
}
/* Small */
@media only screen and (min-width: 576px) and (max-width: 768px) {
.hero-container h1 {
font-size: 72px;
margin-left: 0.2em;
}
.hero-container .for, .hero-container .feat, .hero-container .technology {
font-size: 49px;
}
.hero-container .cd-words-wrapper {
font-size: 50px;
line-height: 70px;
}
}
/* Extra Small */
@media only screen and (max-width: 575px) {
/*
.hero-container h1 {
font-size: 56px;
line-height: 0.9em;
margin-left: 0.2em;
}
.hero-container .for, .hero-container .feat, .hero-container .technology {
font-size: 49px;
}*/
.hero-container .cd-words-wrapper {
font-size: 50px;
line-height: 70px;
}
}
/*Small Extra Small*/
@media only screen and (max-width: 768px) {
.title {
margin: 1em 0em;
font-size: 10vw;
}
section {
padding-bottom: 40px;
}
/* CSS Utilities */
.rsp_sbtl {
font-size: 1.4em;
}
.fa {
font-size: 2em !important;
}
.mtb {
margin: 2em 0;
}
.mtb_s {
margin: 2em 0;
}
.mt {
margin-top: 1em;
}
.mt_s {
margin-top: 1.4em;
}
.mb {
margin-bottom: 2.5em;
}
.rsp_algn {
text-align: center;
}
/* Navbar */
.type-navbar {
padding-right: 0;
}
.navbar-nav .nav-item {
padding-right: 1.1em;
}
.navbar-dark {
background-color: black !important;
}
/* Hero */
.hero {
margin-top: -70px;
}
} | djangoexample/static/css/custom.css |
body {
font-family: 'Poppins', sans-serif;
color: rgba(11, 11, 36, 0.91);
overflow-x: hidden;
}
img {
width: 100%!important;
}
strong {
color: #003333;
}
h2 {
text-shadow: 1px 1px #05131b4f;
}
.fa {
margin-right: 1em;
}
.collap i {
font-weight: normal !important;
font-size: 10px !important;
}
.collapse {
font-size: 14px;
/*padding: 5px 0 21px 26px;
font-weight: 500;
line-height: 1.58;
transition: all ;*/
}
/* Img Classes */
.rounded {
border-radius: 50% !important;
}
.rounded div img {
border-radius: 50% !important;
}
.rounded div img:hover {
background-image: linear-gradient(rgba(0, 0, 2, 0.637), rgba(29, 29, 27, 0.473));
}
.carousel_block {
display: block !important;
}
.team_mobile_bg {
filter: brightness(0.4);
}
/* Scroll fade effect */
.fly {
opacity: 0;
transition: all 600ms ease-in-out;
/*transform: translateY(100px) translate3d(0, 0, 0);*/
}
.show-block {
opacity: 1;
/*transform: translateY(70px) translate3d(0, 0, 0);*/
}
/* CSS Utilities */
.mtb {
margin: 140px 0px;
}
.mt {
margin-top: 140px;
}
.mb {
margin-bottom: 140px;
}
/* Navbar */
.navbar-dark {
background-color: rgba(0, 0, 0, 0.9) !important;
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255,255,255,.91);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
color: rgba(255,255,255,1);
}
.type-navbar {
font-family: 'Poppins', sans-serif;
font-weight: 600;
}
.navbar-nav .nav-item {
padding-right: 3em;
}
/*************************** SECTIONS ***************************/
/* Hero */
.hero {
margin-top: -80px;
min-height: 100vh;
width: 100%;
display: flex;
align-items: center;
background-color: black;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.hero-container {
padding-top: 80px;
}
.hero-container h1 {
color: white;
line-height: 77px;
font-weight: 600;
}
.hero-container .for {
color: #ff3300;
}
.hero-container .words-wrapper-container {
color: #ff3300;
line-height: 130px;
}
.recent_work {
min-height: 380px;
}
.team_social {
color: teal;
text-shadow: none;
margin-bottom: 14px;
padding: 10px;
font-size: 21px !important;
background-color: rgba(255, 255, 255, 0.7);
border-radius: 50%;
}
.team-caption {
text-shadow: none;
color: white;
opacity: 0;
top: 0;
position: absolute;
width: calc(100% - 32px);
line-height: 18px;
height: 100%;
right: 16px;
border-radius: 50%;
}
.team-caption div a i {
margin-top: 35%;
margin-right: 0 !important;
}
.team-avatar:hover .team-caption {
opacity: 1;
background-image: linear-gradient(rgba(0, 0, 2, 0.637), rgba(29, 29, 27, 0.473));
}
.team_mobile {
background-image: linear-gradient(rgba(0, 0, 2, 0.637), rgba(29, 29, 27, 0.473));
}
.carousel-caption {
bottom: unset !important;
top: 21%;
}
.carousel-caption a i {
margin-right: 0 !important;
}
.title {
margin-bottom: .4em;
font-size: 3.5em;
font-weight: 600;
overflow-wrap: break-word;
}
.bg_image {
/* background-image: url(/img/re_au.jpg); */
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.dual {
padding: 3em;
}
.dual p {
line-height: 19px;
}
.dual_bg1, .dual_bg2 {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
color: transparent;
}
.dual_bg1 {
background-image: url("/img/re_sq1.jpg");
}
.dual_bg1:hover {
color: white;
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
background-image: linear-gradient(rgba(0, 0, 2, 0.637), rgba(29, 29, 27, 0.473)),
url("/img/re_sq1.jpg");
}
.dual_bg2 {
background-image: url("/img/re_sq.jpg");
}
.dual_bg2:hover {
color: white;
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
background-image: linear-gradient(rgba(0, 0, 2, 0.637), rgba(29, 29, 27, 0.473)),
url("/img/re_sq.jpg");
}
.btn {
padding: .7em 1.4em;
font-weight: 500 !important;
}
.btn.focus, .btn:focus {
outline: 0;
box-shadow: unset;
color: #660000 !important;
}
.btn_contact, form input[type="submit"] {
background-color:#003333 !important;
border-color: #002020 !important;
}
form input[type="submit"] {
cursor: pointer;
padding: .7em 1.4em;
font-weight: 500 !important;
width: 100%!important;
color: #fff;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
border: 1px;
}
form input[type="submit"]:hover {
background-color:#034747 !important;
}
.btn_cl {
color: #003333 !important;
padding: 10px 0;
font-size: 18px;
font-weight: bold !important;
text-align: left !important;
}
.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
border: 0;
width: 100%;
max-width: 840px;
}
/* Form styles */
form .text-input, form input[type="text"], form textarea {
color: #777;
border-color: #eee;
background-color: white;
width: 100%;
outline: none;
border: 1px solid #eee;
border-radius: 0;
height: 62px;
padding: 3px 20px;
font-size: 14px;
font-family: "Source Sans Pro", Helvetica, sans-serif;
}
form textarea {
height: unset;
}
form label {
display: none ;
}
form [for="id_i-am-a-developer"] {
display: block !important;
float:left;
font-size: 14px;
margin-left: 21px;
}
form [type="checkbox"] {
margin-left: 10px;
}
/* Extra Large */
@media only screen and (min-width: 1200px) {
.hero-container h1 {
font-size: 100px;
margin-left: 1.2em;
}
.hero-container .for, .hero-container .feat {
font-size: 70px;
}
}
/* Large */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.navbar-nav .nav-item {
padding-right: 2em;
}
.hero-container h1 {
font-size: 80px;
margin-left: 1.0em;
}
.hero-container .for, .hero-container .feat {
font-size: 60px;
}
}
/* From Medium Upward*/
@media only screen and (min-width: 769px) {
.nav_logo img {
margin-left: 3em;
max-width: 7em;
}
}
/* Medium */
@media only screen and (min-width: 769px) and (max-width: 991px) {
.hero-container h1 {
font-size: 77px;
margin-left: 0.5em;
}
.hero-container .for, .hero-container .feat, .hero-container .technology {
font-size: 49px;
}
.hero-container .cd-words-wrapper {
font-size: 65px;
line-height: 100px;
}
}
/* Small */
@media only screen and (min-width: 576px) and (max-width: 768px) {
.hero-container h1 {
font-size: 72px;
margin-left: 0.2em;
}
.hero-container .for, .hero-container .feat, .hero-container .technology {
font-size: 49px;
}
.hero-container .cd-words-wrapper {
font-size: 50px;
line-height: 70px;
}
}
/* Extra Small */
@media only screen and (max-width: 575px) {
/*
.hero-container h1 {
font-size: 56px;
line-height: 0.9em;
margin-left: 0.2em;
}
.hero-container .for, .hero-container .feat, .hero-container .technology {
font-size: 49px;
}*/
.hero-container .cd-words-wrapper {
font-size: 50px;
line-height: 70px;
}
}
/*Small Extra Small*/
@media only screen and (max-width: 768px) {
.title {
margin: 1em 0em;
font-size: 10vw;
}
section {
padding-bottom: 40px;
}
/* CSS Utilities */
.rsp_sbtl {
font-size: 1.4em;
}
.fa {
font-size: 2em !important;
}
.mtb {
margin: 2em 0;
}
.mtb_s {
margin: 2em 0;
}
.mt {
margin-top: 1em;
}
.mt_s {
margin-top: 1.4em;
}
.mb {
margin-bottom: 2.5em;
}
.rsp_algn {
text-align: center;
}
/* Navbar */
.type-navbar {
padding-right: 0;
}
.navbar-nav .nav-item {
padding-right: 1.1em;
}
.navbar-dark {
background-color: black !important;
}
/* Hero */
.hero {
margin-top: -70px;
}
} | 0.343782 | 0.080069 |
.emscripten
{
padding-right: 0;
margin-left: auto;
margin-right: auto;
display: block;
}
div.console-container
{
position: fixed;
bottom: -188px;
width: 100%;
pointer-events: none;
}
div.console-toggle
{
padding: 3px;
position: relative;
top: 55px;
left: 10px;
background-color: #555;
display: inline-block;
border-radius: 20% 20% 0% 0%;
height: 80px;
cursor: default;
pointer-events: auto;
}
div.console-toggle:hover
{
background-color: #666;
}
div.console-toggle p
{
margin: 5px;
cursor: default;
}
textarea.console
{
font-family: monospace;
width: 100%;
color: #999999;
background-color: #050505;
position: relative;
bottom: 0px;
border: 0px none;
border-top: 4px ridge #555;
resize: none;
height: 175px;
pointer-events: auto;
}
div.emscripten
{
text-align: center;
}
div.emscripten_border
{
width:800px;
border: 4px ridge #555;
margin-left: auto;
margin-right: auto;
}
/* the canvas *must not* have any border or padding, or mouse coords will be wrong */
canvas.emscripten
{
border: 0px none;
}
html, body
{
background-color: black;
margin: 0px;
height: 100%;
}
h1
{
margin-bottom: 20px;
text-align: center;
}
p, input, h1, div
{
font-family: 'Oxygen';
color: #CCCCCC;
}
input[type=button]
{
color: #000000;
}
.vignette
{
color: #000000;
width: 100%;
padding-top: 40px;
-moz-box-shadow: inset 0 0 10em;
-webkit-box-shadow: inset 0 0 10em;
box-shadow: inset 0 0 10em;
background-color: #222222;
}
.spinner
{
height: 50px;
width: 50px;
margin: 0px auto;
-webkit-animation: rotation 0.8s linear infinite;
-moz-animation: rotation 0.8s linear infinite;
-o-animation: rotation 0.8s linear infinite;
animation: rotation 0.8s linear infinite;
border-left: 10px solid rgb(0,150,240);
border-right: 10px solid rgb(0,150,240);
border-bottom: 10px solid rgb(0,150,240);
border-top: 10px solid rgb(100,0,200);
border-radius: 100%;
background-color: rgb(200,100,250);
}
@-webkit-keyframes rotation
{
from
{
-webkit-transform: rotate(0deg);
}
to
{
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes rotation
{
from
{
-moz-transform: rotate(0deg);
}
to
{
-moz-transform: rotate(360deg);
}
}
@-o-keyframes rotation
{
from
{
-o-transform: rotate(0deg);
}
to
{
-o-transform: rotate(360deg);
}
}
@keyframes rotation
{
from
{
transform: rotate(0deg);
}
to
{
transform: rotate(360deg);
}
}
/*tabs*/
.tabs
{
position: relative;
width:50%;
left: 25%;
display: inline-block;
}
.tabs p, .tabs h2
{
color: #222222;
}
ul
{
margin: 0px;
}
.tab-links li
{
list-style: none;
display: inline-block;
margin-left: 3px;
margin-right: 3px;
}
.tab-links a
{
padding:9px 15px;
display:inline-block;
border-radius:3px 3px 0px 0px;
background:#999999;
font-size:16px;
font-weight:600;
color:#222222;
transition:all linear 0.15s;
text-decoration:none;
}
.tab-links a:hover
{
background:#a7cce5;
text-decoration:none;
}
li.active a, li.active a:hover
{
background:#CCCCCC;
color:#222222;
}
/*----- Content of Tabs -----*/
.tab-content
{
padding:15px;
border-radius:3px;
box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
background-color: #CCCCCC;
}
.tab
{
display:none;
}
.tab.active
{
display:block;
} | shell.css | .emscripten
{
padding-right: 0;
margin-left: auto;
margin-right: auto;
display: block;
}
div.console-container
{
position: fixed;
bottom: -188px;
width: 100%;
pointer-events: none;
}
div.console-toggle
{
padding: 3px;
position: relative;
top: 55px;
left: 10px;
background-color: #555;
display: inline-block;
border-radius: 20% 20% 0% 0%;
height: 80px;
cursor: default;
pointer-events: auto;
}
div.console-toggle:hover
{
background-color: #666;
}
div.console-toggle p
{
margin: 5px;
cursor: default;
}
textarea.console
{
font-family: monospace;
width: 100%;
color: #999999;
background-color: #050505;
position: relative;
bottom: 0px;
border: 0px none;
border-top: 4px ridge #555;
resize: none;
height: 175px;
pointer-events: auto;
}
div.emscripten
{
text-align: center;
}
div.emscripten_border
{
width:800px;
border: 4px ridge #555;
margin-left: auto;
margin-right: auto;
}
/* the canvas *must not* have any border or padding, or mouse coords will be wrong */
canvas.emscripten
{
border: 0px none;
}
html, body
{
background-color: black;
margin: 0px;
height: 100%;
}
h1
{
margin-bottom: 20px;
text-align: center;
}
p, input, h1, div
{
font-family: 'Oxygen';
color: #CCCCCC;
}
input[type=button]
{
color: #000000;
}
.vignette
{
color: #000000;
width: 100%;
padding-top: 40px;
-moz-box-shadow: inset 0 0 10em;
-webkit-box-shadow: inset 0 0 10em;
box-shadow: inset 0 0 10em;
background-color: #222222;
}
.spinner
{
height: 50px;
width: 50px;
margin: 0px auto;
-webkit-animation: rotation 0.8s linear infinite;
-moz-animation: rotation 0.8s linear infinite;
-o-animation: rotation 0.8s linear infinite;
animation: rotation 0.8s linear infinite;
border-left: 10px solid rgb(0,150,240);
border-right: 10px solid rgb(0,150,240);
border-bottom: 10px solid rgb(0,150,240);
border-top: 10px solid rgb(100,0,200);
border-radius: 100%;
background-color: rgb(200,100,250);
}
@-webkit-keyframes rotation
{
from
{
-webkit-transform: rotate(0deg);
}
to
{
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes rotation
{
from
{
-moz-transform: rotate(0deg);
}
to
{
-moz-transform: rotate(360deg);
}
}
@-o-keyframes rotation
{
from
{
-o-transform: rotate(0deg);
}
to
{
-o-transform: rotate(360deg);
}
}
@keyframes rotation
{
from
{
transform: rotate(0deg);
}
to
{
transform: rotate(360deg);
}
}
/*tabs*/
.tabs
{
position: relative;
width:50%;
left: 25%;
display: inline-block;
}
.tabs p, .tabs h2
{
color: #222222;
}
ul
{
margin: 0px;
}
.tab-links li
{
list-style: none;
display: inline-block;
margin-left: 3px;
margin-right: 3px;
}
.tab-links a
{
padding:9px 15px;
display:inline-block;
border-radius:3px 3px 0px 0px;
background:#999999;
font-size:16px;
font-weight:600;
color:#222222;
transition:all linear 0.15s;
text-decoration:none;
}
.tab-links a:hover
{
background:#a7cce5;
text-decoration:none;
}
li.active a, li.active a:hover
{
background:#CCCCCC;
color:#222222;
}
/*----- Content of Tabs -----*/
.tab-content
{
padding:15px;
border-radius:3px;
box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
background-color: #CCCCCC;
}
.tab
{
display:none;
}
.tab.active
{
display:block;
} | 0.440229 | 0.111919 |
.wrapper {
background: #f5f5f5;
}
.page-wrapper {
max-width: 1200px;
margin: 0 auto;
background: #f5f5f5;
}
.group-title {
position: relative;
display: block;
margin-bottom: 30px;
text-align: left;
}
.group-title h2 {
position: relative;
display: inline-block;
text-transform: capitalize;
font-size: 18px;
font-weight: 600;
}
.title-border {
border-bottom: 1px solid #dcdcdc;
padding-bottom: 10px;
}
.blog-title {
display: block;
font-size: 20px;
text-transform: none;
font-weight: 400;
line-height: 22px;
position: relative;
margin-bottom: 12px;
margin-top: 0;
}
.zoom {
position: relative;
overflow: hidden;
}
.zoom img {
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
width: 100%;
}
.zoom img:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.sticker-new,
.sticker-sale {
content: "";
background: #03a9f4;
color: #fff;
position: absolute;
top: 5px;
right: 5px;
z-index: 3;
font-size: 10px;
text-transform: uppercase;
line-height: 17px;
font-weight: 700;
width: 34px;
text-align: center;
height: 17px;
}
.sticker-sale {
background: #fb8800;
}
.sticker-new:after,
.sticker-sale:after {
content: "";
border: 7px solid transparent;
border-right: 7px solid #03a9f4;
position: absolute;
right: 0px;
top: 7px;
}
.sticker-sale:after {
border-right-color: #fb8800;
}
.pro-sticker {
top: 15px;
right: 15px;
line-height: 28px;
font-size: 14px;
font-weight: 400;
text-align: center;
display: inline-block;
min-width: 52px;
height: 28px;
}
.pro-sticker:after {
bottom: -4px;
}
.owl-carousel .owl-item img {
margin-bottom: 0px;
}
/*----------------------------------------*/
/* 2. Newsletter Popup CSS
/*----------------------------------------*/
.popup_wrapper {
background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
height: 100%;
opacity: 0;
position: fixed;
transition: all 0.5s ease 0s;
visibility: hidden;
width: 100%;
z-index: 9999999;
}
.test {
background: #fff none repeat scroll 0 0;
bottom: 0;
left: 0;
margin: auto;
padding: 25px 50px;
position: absolute;
right: 0;
top: 0;
max-width: 790px;
height: 390px;
}
.popup_off {
color: #ffffff;
cursor: pointer;
display: block;
text-align: center;
text-decoration: none;
background: #000;
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
top: 0;
right: 0;
font-size: 23px;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.popup_off:hover {
background: #f26667;
}
.subscribe-form-group {
margin-top: 15px;
}
.subscribe-form-group input {
width: 380px;
height: 41px;
line-height: 20px;
padding: 0 10px;
border: 0;
background: #ebebeb;
color: #333;
}
input#newsletter-permission {
width: 12px;
vertical-align: text-top;
}
.subscribe-form-group button {
background: #d8d8d8;
border: 0;
line-height: 38px;
padding: 0 18px;
text-transform: uppercase;
color: #333;
font-size: 12px;
font-weight: 700;
display: block;
margin: 20px auto;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.subscribe-form-group button:hover {
background: #f26667;
color: #fff;
}
.subscribe_area h2 {
font-weight: 600;
margin-bottom: 10px;
text-transform: uppercase;
font-size: 35px;
}
/*----------------------------------------*/
/* 3. Preloader CSS
/*----------------------------------------*/
.preloader {
background-color: #fff;
height: 100%;
width: 100%;
position: fixed;
top: 0px;
z-index: 99999999;
}
.loading-center {
width: 100%;
height: 100%;
position: relative;
}
.loading-center-absolute {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.object {
width: 15px;
height: 15px;
background-color: #f26667;
float: left;
margin: 0 7px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.object_one {
-webkit-animation: object_one 1.5s infinite;
-moz-animation: object_one 1.5s infinite;
-ms-animation: object_one 1.5s infinite;
animation: object_one 1.5s infinite;
}
.object_two {
-webkit-animation: object_two 1.5s infinite;
-moz-animation: object_two 1.5s infinite;
-ms-animation: object_two 1.5s infinite;
animation: object_two 1.5s infinite;
-webkit-animation-delay: 0.25s;
-moz-animation-delay: 0.25s;
-ms-animation-delay: 0.25s;
animation-delay: 0.25s;
}
.object_three {
-webkit-animation: object_three 1.5s infinite;
-moz-animation: object_three 1.5s infinite;
-ms-animation: object_three 1.5s infinite;
animation: object_three 1.5s infinite;
-webkit-animation-delay: 0.5s;
-moz-animation-delay: 0.5s;
-ms-animation-delay: 0.5s;
animation-delay: 0.5s;
}
@-webkit-keyframes object_one {
75% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
}
@keyframes object_one {
75% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
}
@-webkit-keyframes object_two {
75% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
}
@keyframes object_two {
75% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
}
@-webkit-keyframes object_three {
75% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
}
@keyframes object_three {
75% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
}
/*----------------------------------------*/
/* 4.1 Header Top CSS
/*----------------------------------------*/
.header-top {
border-bottom: 1px solid #e5e5e5;
}
.header-top-left .header-list-menu > li > a:after,
.header-top-right .header-list-menu > li:first-child > a:after,
.middle-menu-list > li:first-child > a:after,
.middle-menu-list > li:nth-child(6) > a:after {
content: "\f2f9";
font-family: 'Material-Design-Iconic-Font';
position: absolute;
top: 15px;
right: 20px;
transition: all 0.5s;
font-size: 12px;
}
.middle-menu-list > li:first-child > a:after,
.middle-menu-list > li:nth-child(6) > a:after {
right: 5px;
top: 20px;
font-size: 15px;
}
.header-top-right .header-list-menu > li:last-child a {
padding-right: 0;
}
.header-top-left .header-list-menu > li:hover > a:after,
.header-top-right .header-list-menu > li:first-child:hover > a:after,
.middle-menu-list > li:first-child:hover > a:after,
.middle-menu-list > li:nth-child(6):hover > a:after {
-wekit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.header-list-menu > li,
.middle-menu-list > li {
float: left;
position: relative;
}
.header-list-menu > li > a {
text-transform: uppercase;
font-size: 10px;
padding: 16px 35px 16px 16px;
display: block;
color: #777;
}
.header-list-menu > li:hover > a,
.home-2 .header-list-menu > li:hover > a,
.home-3 .header-list-menu > li:hover > a,
.header-list-menu > li > ul.ht-dropdown > li:hover a,
.megamenu-three-column > ul > li ul > li:hover > a,
.catergorie-product .single-product .pro-content h4 a:hover,
.cat-list li a:hover,
.middle-menu-list > li > ul.ht-dropdown > li:hover > a {
color: #f26667;
}
.header-top-left .header-list-menu > li > a {
border: 1px solid #e5e5e5;
margin: -1px -1px -1px 0;
}
.header-list-menu li a i {
margin-left: 5px;
transition: all 0.5s;
}
.header-list-menu li:hover a i {
transform: rotate(-180deg);
}
.ht-dropdown {
background: #fff;
left: 0;
opacity: 0;
padding: 0 20px;
position: absolute;
top: 100%;
-webkiit-transform: scaleY(0);
-moz-transform: scaleY(0);
-ms-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 0 0 0;
-moz-transform-origin: 0 0 0;
-ms-transform-origin: 0 0 0;
transform-origin: 0 0 0;
width: 150px;
text-align: left;
visibility: hidden;
z-index: 99999999;
cursor: pointer;
-ms-transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
transition: 0.5s;
-webkit-box-shadow: 0 0 3px 0 #e5e5e5;
-moz-box-shadow: 0 0 3px 0 #e5e5e5;
-ms-box-shadow: 0 0 3px 0 #e5e5e5;
box-shadow: 0 0 3px 0 #e5e5e5;
}
.header-list-menu > li:hover > ul.ht-dropdown,
.vertical-menu-list > li:hover ul.ht-dropdown,
.cart-box > ul > li:hover ul.ht-dropdown,
.middle-menu-list > li:hover > ul.ht-dropdown {
visibility: visible;
-webkiit-transform: scaleY(1);
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
opacity: 1;
}
.header-list-menu > li > ul.ht-dropdown > li,
.middle-menu-list > li > ul.ht-dropdown > li {
border-bottom: 1px solid #f2f2f2;
}
.header-list-menu > li > ul.ht-dropdown > li > a,
.middle-menu-list > li > ul.ht-dropdown > li > a {
font-size: 13px;
padding: 10px 0 9px 0;
line-height: 24px;
display: block;
text-transform: capitalize;
text-align: left;
color: #888;
}
.header-list-menu > li > ul.ht-account {
width: 225px;
}
.middle-menu-list > li > ul.ht-dropdown {
width: 200px;
}
/* home-2 css */
.home-2 .header-list-menu > li > a,
.home-2 .middle-menu-list > li a,
.home-3 .header-list-menu > li > a,
.home-3 .middle-menu-list > li a {
color: #fff;
}
.home-2 .header-top-left .header-list-menu > li > a,
.home-3 .header-top-left .header-list-menu > li > a {
border: 1px solid rgba(255, 255, 255, 0.2);
margin: -1px -1px 0 0;
}
.home-2 .header-top,
.home-3 .header-top {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.home-4 .header-top-right .header-list-menu > li:last-child a {
padding-right: 22px;
}
/*----------------------------------------*/
/* 4.2 Header Middle CSS
/*----------------------------------------*/
.logo img {
width: auto;
height: auto;
}
.middle-menu-list > li a {
display: block;
line-height: 25px;
padding: 20px;
color: #222222;
background: transparent;
text-transform: uppercase;
font-size: 13px;
}
.middle-menu-list > li:hover a,
.pro-content h4:hover a,
.footer-top .row [class*="col"]:not(:first-child) .single-footer li:hover a {
color: #f26667;
}
/* Mobile Menu css */
.mobile-menu.visible-sm.visible-xs.mean-container {
position: relative;
}
.mean-container .mean-nav {
background: #1D1D22;
margin-top: 0;
}
.mean-container .mean-bar {
background: inherit;
padding: 0;
min-height: 0;
position: absolute;
left: 0;
top: 21px;
z-index: 9999;
}
.mean-container a.meanmenu-reveal {
background: #f26667 none repeat scroll 0 0;
height: 10px;
padding: 8px 11px 17px;
top: -68px;
border-radius: 5px;
}
.mean-container .mean-nav ul li a.mean-expand {
height: 20px;
}
.mean-container .mean-nav ul li a {
font-size: 13px;
}
.mean-container .mean-nav ul li a:hover {
color: #f26667;
background: transparent;
}
.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li a.mean-expand.mean-expand.mean-clicked {
background: #1D1D22;
}
.mobile-menu ul li ul li a {
text-transform: capitalize !important;
}
.mean-container .mean-nav ul {
max-height: 255px;
overflow-y: auto;
}
/*----------------------------------------*/
/* 4.3 Header Bottom CSS
/*----------------------------------------*/
.menu-hideen {
display: none;
}
.header-bottom {
position: relative;
}
.vertical-menu {
position: relative;
width: 292px;
}
.vertical-menu-list {
position: absolute;
left: 0;
top: 100%;
background: #fff;
width: 100%;
z-index: 99;
-webkit-box-shadow: 0 0 3px 0 #e5e5e5;
-moz-box-shadow: 0 0 3px 0 #e5e5e5;
-ms-box-shadow: 0 0 3px 0 #e5e5e5;
box-shadow: 0 0 3px 0 #e5e5e5;
}
.vertical-menu-list > li {
position: relative;
}
.vertical-menu-list > li > a,
.category-menu li a {
display: block;
line-height: 19px;
text-transform: capitalize;
word-wrap: break-word;
color: #666666;
font-size: 14px;
font-weight: 400;
padding: 18px 0;
position: relative;
text-align: left;
border-bottom: 1px solid #e5e5e5;
-webkit-transition: inherit;
-moz-transition: inherit;
transition: inherit;
}
.vertical-menu-list > li:hover > a {
color: #222222;
font-weight: 700;
background: #ffd800;
}
.vertical-menu-list > li:nth-child(-n+6) > a:after {
content: "\f2f9";
font-family: 'Material-Design-Iconic-Font';
position: absolute;
top: 20px;
right: 15px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;
}
.vertical-menu-list > li:nth-child(-n+6):hover > a:after {
-wekit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
/* vertical mega menu css start */
.vertical-menu-list > li ul.megamenu {
width: 547px;
top: 0;
left: 100%;
padding: 25px 25px 25px 30px;
}
.vertical-menu-list > li ul.megamenu-two {
width: 641px;
}
.vertical-menu-list > li ul.megamenu-three {
width: 383px;
}
.megamenu-three-column > ul > li {
float: left;
width: 143px;
margin-right: 20px;
padding-right: 0;
border-right: 1px solid #e5e5e5;
}
.megamenu-three-column > ul > li:last-child {
border-right: none;
}
.megamenu-three-column h3 {
font-size: 14px;
color: #404040;
padding-bottom: 8px;
line-height: 22px;
display: block;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 8px;
}
.megamenu-three-column > ul > li ul > li > a {
font-size: 13px;
text-transform: capitalize;
line-height: 22px;
padding: 5px 0;
display: block;
color: #404040;
}
.megamenu-img img {
width: 100%;
}
.megamenu-three-column > ul > li.mega-image {
width: auto;
}
.mega-image ul li:not(:last-child) {
border-bottom: 2px solid #e5e5e5;
}
/* vertical mega menu css end */
.vertical-menu-list > li:nth-child(8) > a {
border-bottom: none;
}
.vertical-menu-list > li:nth-child(9) > a {
border-top: 1px solid #e5e5e5;
}
.category-menu > ul > li > a:before {
content: '\f19c';
font-family: 'Material-Design-Iconic-Font';
float: left;
color: #666;
font-size: 16px;
width: 60px;
text-align: center;
}
.category-menu > ul > li > a:hover {
cursor: pointer;
}
.category-menu > ul > li > ul.category-sub {
display: none;
}
.vertical-menu-list > li span,
.category-sub li span {
width: 60px;
display: inline-block;
text-align: center;
}
.category-sub li span {
float: left;
margin-top: 18px;
}
.vertical-menu > span {
line-height: 25px;
padding: 10px 10px 10px 30px;
color: #fff;
text-transform: uppercase;
font-size: 14px;
font-weight: 700;
position: relative;
background: #222222;
display: block;
cursor: pointer;
width: 100%;
}
.home-4 .vertical-menu > span {
background: #ff9800;
padding: 20px 10px 20px 30px;
}
.vertical-menu > span:after,
.search-box-view .submit:before,
.cart-box > ul > li > a:before {
content: "\f2f9";
position: absolute;
font-size: 24px;
font-weight: normal;
font-family: 'Material-Design-Iconic-Font';
right: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.search-box-view .email {
position: relative;
width: calc(100% - 50px);
float: left;
height: 45px;
font-size: 11px;
color: #333;
background: #fff;
line-height: 45px;
font-weight: 600;
border: none;
}
.search-box-view .submit:before {
content: "\f1c3";
}
.search-box-view .submit {
width: 50px;
font-size: 16px;
font-weight: 400;
float: left;
background: #333;
color: #fff;
height: 45px;
line-height: 45px;
text-transform: capitalize;
padding-right: 10px;
border: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
position: relative;
}
.search-box-view .submit:hover {
background: #f37778;
}
.main-cart-box {
padding: 30px;
}
.cart-box:before {
position: absolute;
content: "";
height: 65px;
width: 1px;
background: rgba(255, 255, 255, 0.2);
top: -10px;
left: 15px;
}
.home-4 .cart-box:before {
top: 0px;
}
.cart-box ul li {
position: relative;
}
.cart-box > ul > li > a {
display: inline-block;
vertical-align: sub;
margin-top: 4px;
padding-left: 70px;
}
.cart-box > ul > li > a:before,
.box-quantity .action-prime:before {
content: '\f1ca';
line-height: 35px;
font-size: 36px;
color: #fff;
margin-left: 35px;
left: 0;
right: auto;
}
.cart-text {
display: block;
font-weight: 700;
line-height: 20px;
font-size: 14px;
text-transform: uppercase;
color: #fff;
}
.cart-counter {
color: #fff;
font-size: 11px;
font-weight: 400;
display: inline-block;
vertical-align: top;
text-transform: uppercase;
text-align: center;
line-height: 15px;
}
.main-cart-box {
width: 290px;
left: auto;
right: 0;
}
.single-cart-box {
overflow: hidden;
position: relative;
margin-bottom: 18px;
}
.cart-img {
width: 35%;
float: left;
padding-right: 10px;
position: relative;
}
.cart-img img {
max-width: 100%;
}
.cart-content {
float: left;
width: 65%;
padding: 0 15px 15px 0;
}
.cart-content h6 {
color: #333;
font-size: 13px;
display: block;
margin-bottom: 10px;
line-height: 1.4;
text-transform: capitalize;
font-weight: normal;
}
.cart-footer h5 {
font-size: 14px;
padding: 15px 0;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
margin-bottom: 20px;
color: #555;
}
.cart-footer h5 span {
color: #f26667;
font-size: 15px;
font-weight: 600;
}
.cart-actions a {
display: block;
padding: 12px 0;
text-align: center;
font-size: 12px;
line-height: 1;
font-weight: 400;
text-transform: uppercase;
border: 1px solid #f2f2f2;
transition: all 0.3s ease 0s !important;
-moz-transition: all 0.3s ease 0s !important;
-webkit-transition: all 0.3s ease 0s !important;
-o-transition: all 0.3s ease 0s !important;
border-radius: 50px;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
}
.checkout {
background: #f26667;
color: #fff;
}
.checkout:hover {
background-color: #f37778;
border-color: transparent;
color: #fff;
}
.del-icone {
position: absolute;
right: 0;
top: 0;
z-index: 45;
color: #666;
}
/* fixed social icon css */
.fixed-icon {
position: fixed;
top: 25%;
right: 0;
z-index: 11;
}
.fixed-icon ul.fixed-icon-list li a {
width: 48px;
height: 48px;
line-height: 48px;
color: #fff;
display: block;
text-align: center;
font-size: 24px;
}
.fixed-icon ul.fixed-icon-list li a:hover {
background: #f26667 !important;
}
.fixed-icon ul.fixed-icon-list li:nth-child(1) a {
background: #1da1f2;
}
.fixed-icon ul.fixed-icon-list li:nth-child(2) a {
background: #dc4e41;
}
.fixed-icon ul.fixed-icon-list li:nth-child(3) a {
background: #3b5998;
}
.fixed-icon ul.fixed-icon-list li:nth-child(4) a {
background: #cb2027;
}
.fixed-icon ul.fixed-icon-list li:nth-child(5) a {
background: #0177b5;
}
.home-3 .header-bottom .light-blue-bg,
.home-2 .header-bottom .blue-bg {
position: absolute;
width: 100%;
top: -35px;
left: 0;
z-index: 9999;
}
/*----------------------------------------*/
/* 5. Slider CSS
/*----------------------------------------*/
.slider-image img {
width: 100%;
}
.nivo-caption p {
padding: 0;
}
.slider-text {
left: 70px;
position: absolute;
top: 46%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.slider-text h1,
.slider-text h1 span {
font-size: 60px;
text-transform: uppercase;
font-weight: 300;
color: #222;
line-height: 60px;
}
.slider-text h1 span {
font-weight: 700;
}
.slider-text h5 {
font-size: 20px;
color: #f26667;
font-weight: 900;
text-transform: uppercase;
line-height: 18px;
margin: 20px 0 15px 0;
display: inline-block;
}
.slider-text p {
font-size: 60px;
font-weight: 700;
color: #222;
line-height: 60px;
margin-bottom: 25px;
}
.slider-text p span {
font-size: 40px;
}
.slider-text a {
font-size: 14px;
color: #fff;
text-transform: uppercase;
font-weight: 400;
padding: 15px 20px;
background: #0162bd;
position: absolute;
}
.slider-text a:hover {
background: #f26667;
}
/* home-2 slider css */
.home-2 .single-banner,
.home-4 .single-banner {
float: none;
width: 100%;
}
.home-2 .single-banner img {
min-height: 198px;
}
.home-4 .single-banner img {
min-height: 200px;
}
.home-2 .slider-text {
left: auto;
right: 70px;
text-align: right;
}
.home-4 .slider-text {
left: 60px;
}
.home-2 .slider-text a {
right: 0;
top: 100%;
}
.home-2 .slider-text h5.home-2 {
color: #f6f452;
}
.home-2 .slider-text span.home-2,
.home-2 .slider-text .home-2 span,
.home-4 .slider-text h1.fadeInLeft,
.home-4 .slider-text h1.fadeInLeft span {
color: #fff;
}
.home-4 .slider-text h5.fadeInRight {
margin-top: 0;
}
.home-4 .slider-text h1.fadeInLeft {
margin-bottom: 15px;
}
.home-4 .slider-text h1.zoomInUp {
text-transform: capitalize;
}
.home-2 .slider-text .home-2 span {
text-transform: capitalize;
}
.home-2 .recent-img,
.home-2 .recent-content,
.home-4 .recent-img,
.home-4 .recent-content {
width: 100%;
float: none;
}
/* -- slider nav css -- */
.slider-wrapper.theme-default {
position: relative;
}
.nivo-caption {
height: 100%;
opacity: 1;
background: transparent;
overflow: visible;
}
/* nivo directionNav css */
.nivo-directionNav a {
background: #fff none repeat scroll 0 0;
color: #808080;
font-size: 25px;
height: 30px;
line-height: 30px;
opacity: 0;
text-align: center;
transition: all 0.4s ease-in-out 0s;
width: 30px;
}
.nivo-directionNav a.nivo-prevNav {
left: 25px;
}
.nivo-directionNav a.nivo-nextNav {
right: 25px;
}
.slider-wrapper:hover .nivo-directionNav a.nivo-prevNav {
left: 15px;
opacity: 1;
}
.slider-wrapper:hover .nivo-directionNav a.nivo-nextNav {
right: 15px;
opacity: 1;
}
.home-4 .nivoSlider img {
max-height: 600px;
}
.home-4 .single-banner-left.zoom img {
min-height: 300px;
}
/* nivo controlNav css */
.nivo-controlNav {
padding: 0;
position: absolute;
z-index: 12;
bottom: 15px;
width: 100%;
}
.nivo-controlNav a {
font-size: 0;
cursor: pointer;
width: 10px;
height: 10px;
background: #fff;
margin: 0 5px;
display: inline-block;
line-height: 10px;
border-radius: 50%;
}
.nivo-controlNav a.active {
background: #0162bd;
}
.single-banner {
float: left;
width: 33.333333%;
}
.single-banner img {
width: 100%;
}
/*----------------------------------------*/
/* 6. New Producs CSS
/*----------------------------------------*/
.single-product {
position: relative;
overflow: hidden;
padding: 25px 15px;
background: #fff;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.single-product:hover {
z-index: 2;
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.owl-carousel .owl-stage-outer,
.random.recent-post-active.owl-carousel .owl-stage-outer {
margin: -5px;
padding: 5px;
width: auto;
display: block;
}
.recent-post-two.best-seller-two.owl-carousel .owl-stage-outer,
.recent-post-active.owl-carousel .owl-stage-outer {
margin: 0px;
padding: 0px;
}
.owl-carousel .owl-item.active:hover {
z-index: 2;
}
.single-product {
overflow: hidden;
padding: 25px 15px;
position: relative;
transition: all 0.5s ease-in-out 0s;
background: #F5F5F5;
}
.owl-item.active .single-product,
.main-categorie .single-product {
background: #fff none repeat scroll 0 0;
}
.owl-carousel .owl-item.active.last .single-product::after {
width: 0;
}
.new-products.owl-carousel .owl-item.active.last .single-product::after,
.related-main-pro.owl-carousel .owl-item.active.last .single-product::before {
width: 0;
}
.single-product:after,
.home-4 .second-featured-products .single-product:before,
.home-3 .second-featured-products .single-product:before {
content: "";
position: absolute;
top: 30px;
bottom: 30px;
right: -1px;
height: 185px;
width: 1px;
opacity: 1 -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
z-index: 99;
}
.new-product .owl-stage .owl-item.active:last-child .single-product:after {
opacity: 0 !important;
}
.home-4 .best-seller-two .single-product:after,
.home-2 .best-seller-two .single-product:after {
display: none;
}
.pro-img {
float: left;
width: 47%;
margin-right: 10px;
position: relative;
overflow: hidden;
}
.pro-img img {
width: 100%;
backface-visibility: hidden;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.pro-img .secondary-img {
position: absolute;
left: 0;
top: 0;
z-index: 3;
opacity: 0;
}
.single-product:hover .pro-img .secondary-img {
opacity: 1;
}
.quick-view {
position: absolute;
z-index: 5;
bottom: 0;
left: 0;
width: 100%;
}
.quick-view a {
line-height: 34px;
border: 1px solid #dddddd;
display: inline-block;
vertical-align: top;
padding: 0 27px;
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
background: #fff;
color: #474747;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
opacity: 0;
transform: scale(0);
}
.single-product:hover .quick-view a {
opacity: 1;
transform: scale(1);
}
.quick-view:hover a {
background: #f26667;
color: #fff;
}
.quick-view a:before {
content: "\f15c";
font-family: 'Material-Design-Iconic-Font';
font-size: 20px;
display: inline-block;
vertical-align: top;
color: #474747;
font-weight: normal;
margin-right: 8px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.quick-view:hover a:before {
color: #fff;
}
.pro-content {
overflow: hidden;
display: block;
width: auto;
padding: 30px 0;
}
.pro-content h4 a {
color: #0162bd;
padding: 0;
margin-bottom: 14px;
display: block;
line-height: 20px;
text-transform: capitalize;
overflow: hidden;
font-size: 14px;
font-weight: 700;
}
.pro-content p span,
.pro-content p del {
color: #535353;
font-size: 18px;
font-weight: 400;
}
.pro-content p del {
color: #f26667;
margin-left: 5px;
}
.rating i {
color: #f7bc3d;
font-size: 13px;
letter-spacing: -3px;
}
.pro-actions {
position: absolute;
bottom: 25px;
right: 15px;
z-index: 6;
}
.pro-actions a:hover {
background: #f26667;
opacity: 1;
}
.actions-primary {
z-index: 1;
position: relative;
float: right;
}
.actions-primary > a,
.actions-secondary > a {
line-height: 38px;
height: 38px;
width: 38px;
display: block;
padding: 0;
color: #fff;
background: #dddddd;
border: 0;
font-size: 25px;
text-align: center;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.actions-secondary {
float: right;
}
.actions-secondary > a {
margin-right: 10px;
text-align: center;
display: inline-block;
vertical-align: top;
color: #fff;
background: #dddddd;
-webkit-border-radius: 100%;
border-radius: 100%;
opacity: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-webkit-transform: translateX(130%) rotate(360deg);
-moz-transform: translateX(130%) rotate(360deg);
-ms-transform: translateX(130%) rotate(360deg);
-o-transform: translateX(130%) rotate(360deg);
transform: translateX(130%) rotate(360deg);
}
.single-product:hover .actions-secondary > a {
opacity: 1;
-webkit-transform: translateX(0) rotate(0);
-moz-transform: translateX(0) rotate(0);
-ms-transform: translateX(0) rotate(0);
-o-transform: translateX(0) rotate(0);
transform: translateX(0) rotate(0);
}
/* owl nav css for all section */
.hot-deal .owl-nav div,
.best-seller .owl-nav div,
.second-featured-pro .owl-nav div,
.recent-post-active .owl-nav div,
.active-logo-brand .owl-nav div,
.hotdeal-two .owl-nav div,
.logo-brand-two .owl-nav div,
.best-seller-two .owl-nav div,
.related-main-pro .owl-nav div,
.unique-tab .owl-nav div {
background: #fff;
border: 1px solid #dcdcdc;
width: 28px;
height: 24px;
line-height: 24px;
font-size: 20px;
text-transform: capitalize;
text-align: center;
font-weight: 700;
right: 0;
position: absolute;
top: -45px;
transition: all 0.3s ease-in;
opacity: 1;
}
.hot-deal .owl-nav div:hover,
.best-seller .owl-nav div:hover,
.second-featured-pro .owl-nav div:hover,
.recent-post-active .owl-nav div:hover,
.active-logo-brand .owl-nav div:hover,
.related-main-pro .owl-nav div:hover,
.hotdeal-two .owl-nav div:hover,
.logo-brand-two .owl-nav div:hover,
.best-seller-two .owl-nav div:hover,
.unique-tab .owl-nav div:hover {
border-color: #f26667;
background: #f26667;
color: #fff;
}
.hot-deal .owl-nav div.owl-prev,
.best-seller .owl-nav div.owl-prev,
.second-featured-pro .owl-nav div.owl-prev,
.recent-post-active .owl-nav div.owl-prev,
.active-logo-brand .owl-nav div.owl-prev,
.related-main-pro div.owl-prev,
.hotdeal-two div.owl-prev,
.logo-brand-two div.owl-prev,
.best-seller-two div.owl-prev,
.unique-tab .owl-nav div.owl-prev {
right: 27px;
}
.second-featured-pro .owl-nav div,
.best-seller-two .owl-nav div,
.fix-nav .owl-nav div,
.recent-post-active .owl-nav div,
.active-logo-brand .owl-nav div,
.logo-brand-two .owl-nav div,
.unique-tab .owl-nav div {
top: -65px;
}
.random .owl-nav div,
.hotdeal-two .owl-nav div,
.new-products .owl-nav div {
top: -50px;
}
/*----------------------------------------*/
/* 7. Hot Deal & Best Seller Product CSS
/*----------------------------------------*/
.first-featured-products .single-product {
margin-bottom: 10px;
}
.hot-deal .single-product,
.first-featured-products .single-product,
.home-4 .hotdeal-two .single-product,
.home-2 .hotdeal-two .single-product {
padding: 25px 25px 20px 25px;
}
.hot-deal .single-product:after,
.first-featured-products .single-product:after,
.second-featured-products .single-product:after,
.catergorie-product .single-product:after,
.random .single-product:after,
.home-4 .hotdeal-two .single-product:after {
display: none;
}
.hot-deal .pro-img,
.first-featured-products .pro-img,
#grid-view .single-product .pro-img,
.related-main-pro .single-product .pro-img,
.hotdeal-two .pro-img {
float: none;
width: 100%;
margin-right: 0;
}
.hot-deal .pro-img img,
.home-4 .hotdeal-two .single-product .pro-img img,
.home-2 .hotdeal-two .single-product .pro-img img {
padding: 10px 25px;
}
.hot-deal .pro-content,
.first-featured-products .pro-content,
.main-categorie .tab-content .single-product .pro-content,
.hotdeal-two .pro-content {
padding: 15px 0 0 0;
}
.home-4 .hotdeal-two .single-product {}
#countdown,
#countdown-two,
#countdown-three,
#countdown-four {
position: absolute;
bottom: 0;
left: 0;
z-index: 12;
}
.count {
display: inline-block;
background: #FFD800;
color: #333;
font-weight: 700;
font-size: 17px;
text-align: center;
padding: 6px 10px;
margin-right: 1px;
}
.count span {
display: block;
font-weight: normal;
font-size: 13px;
text-transform: capitalize;
letter-spacing: 1px;
line-height: 20px;
}
.best-seller .single-product {
padding: 20px 15px;
}
.best-seller .single-product:after,
.second-featured-pro .single-product:before,
.random .single-product:before,
.home-4 .best-seller-two .single-product:before,
.home-2 .best-seller-two .single-product:before {
content: "";
position: absolute;
top: auto;
bottom: -1px;
left: 15px;
right: 15px;
width: 100%;
height: 1px;
opacity: 1;
-webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
}
/*----------------------------------------*/
/* 8. First Featured Product CSS
/*----------------------------------------*/
.product-list {
border-bottom: 1px solid #dcdcdc;
}
.product-list li,
.main-thumb-desc li {
display: inline-block;
position: relative;
}
.product-list li.active a,
.product-list li:hover a {
color: #222;
}
.product-list li {
font-size: 18px;
color: #444;
display: inline-block;
text-transform: capitalize;
font-weight: 600;
cursor: pointer;
margin-right: 45px;
padding-bottom: 11px;
position: relative;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
.product-list li:last-child {
margin-right: 0;
}
.product-list li:before,
.main-thumb-desc li:before {
content: "";
width: 77px;
max-width: 100%;
height: 2px;
background: transparent;
position: absolute;
bottom: -1px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
.product-list li.active:before,
.product-list li:hover:before,
.main-thumb-desc li.active:before,
.main-thumb-desc li:hover:before {
background: #f26667;
}
.product-list li:after,
.main-thumb-desc li:after {
content: "";
border: 6px solid transparent;
position: absolute;
bottom: -12px;
left: 50%;
margin-left: -3px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
.product-list li.active:after,
.product-list li:hover:after,
.main-thumb-desc li.active:after,
.main-thumb-desc li:hover:after {
border-top: 6px solid #f26667;
}
.tab-content .pro-img img {
padding: 0;
}
.pro-content.large-content {
padding-bottom: 10px;
}
.large-content h4 {
border-bottom: 1px solid #e5e5e5;
margin-bottom: 27px;
padding-bottom: 10px;
}
.large-content h4 a {
font-size: 18px;
}
/*----------------------------------------*/
/* 9. Second Featured Product CSS
/*----------------------------------------*/
.second-featured-products .single-product {
padding: 10px 15px;
}
.second-featured-products .pro-img {
width: 30%;
}
.second-featured-products .quick-view a:before {
margin-right: 0;
}
.second-featured-products .quick-view a {
line-height: 30px;
padding: 0 42px;
}
.home-3 .second-featured-products .quick-view a:before,
.home-4 .second-featured-products .quick-view a:before {
margin-right: 8px;
}
.home-2 .second-featured-products .quick-view a,
.home-4 .second-featured-products .quick-view a {
line-height: 30px;
padding: 0 25px;
}
.home-2 .quick-view,
.home-4 .quick-view {
bottom: 1px;
}
/*----------------------------------------*/
/* 10. Discover Catergories Products CSS
/*----------------------------------------*/
.catergorie-product .single-product {
background: #fff;
padding: 20px;
margin-bottom: 10px;
}
.catergorie-product .single-product:hover {
-webbkit-box-shadow: none;
-ms-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.catergorie-product .single-product .pro-img {
width: 38%;
margin-right: 20px;
}
.catergorie-product .single-product .pro-content {
padding: 5px 0;
}
.catergorie-product .single-product .pro-content h4 a {
color: #444444;
margin-bottom: 6px;
}
.cat-list li a {
color: #777777;
font-size: 14px;
line-height: 25px;
display: block;
text-transform: capitalize;
}
/*----------------------------------------*/
/* 11. Recent Post & Logo Brands CSS
/*----------------------------------------*/
.recent-img,
.recent-content {
width: 50%;
float: left;
}
.date-time {
font-size: 11px;
text-transform: uppercase;
font-weight: 400;
color: #0162bd;
line-height: 25px;
display: inline-block;
}
.date-time:before {
content: '\f337';
font-family: 'Material-Design-Iconic-Font';
vertical-align: top;
font-size: 18px;
margin-right: 9px
}
.dual-img img {
margin-bottom: 10px;
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.dual-img img:hover {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
}
.active-logo-brand .dual-img > a > img {
margin-bottom: 10px;
}
/*----------------------------------------*/
/* 12. Newsletter& Subscribe CSS
/*----------------------------------------*/
.subscribe .search-box-view .email {
background: transparent;
border: 1px solid rgba(255, 255, 255, 0.2);
color: #e1e1e1;
padding: 5px 10px 5px 130px;
position: relative;
font-size: 15px;
width: calc(100% - 60px);
font-weight: 400;
}
.subscribe .search-box-view label {
height: 27px;
line-height: 27px;
font-size: 13px;
text-transform: uppercase;
font-weight: 400;
text-align: center;
padding: 0 20px;
border-right: 1px solid #919191;
background: transparent;
color: #fff;
position: absolute;
left: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.subscribe .search-box-view .submit {
background: transparent;
}
.subscribe .search-box-view .submit:before {
content: "\f15a";
display: block;
background: #0162bd;
font-size: 24px;
width: 100%;
position: absolute;
right: -10px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.subscribe .search-box-view .submit:hover:before {
background: #f26667;
}
.home-4 .subscribe .search-box-view .submit:before {
background: #fb8800;
}
.social-follow h3 {
display: inline-block;
vertical-align: top;
color: white;
line-height: 32px;
text-transform: capitalize;
margin: 0;
margin-right: 20px;
font-size: 18px;
font-weight: 600;
padding: 7px 0;
}
.follow-box {
display: inline-block;
margin-top: 7px;
}
.follow-box li {
display: inline-block;
margin-right: 5px;
}
.follow-box li a {
display: inline-block;
vertical-align: top;
color: #fff;
border: 1px solid rgba(255, 255, 255, 0.2);
font-size: 18px;
line-height: 30px;
border-radius: 100%;
padding: 0;
width: 32px;
height: 32px;
text-align: center;
z-index: 1;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
.follow-box li:hover a {
background: #f26667;
color: #fff;
border-color: #f26667;
}
.home-3 .subscribe .search-box-view .submit:before {
background: #222;
}
.home-3 .subscribe .search-box-view .email {
color: #fff;
}
/*----------------------------------------*/
/* 13.1 Footer Top CSS
/*----------------------------------------*/
.footer-title {
margin: 7px 0 10px 0;
}
.footer-title {
color: #444444;
font-size: 14px;
font-weight: 700;
line-height: 26px;
text-transform: uppercase
}
.footer-list li,
.first-content li {
position: relative;
margin-bottom: 5px;
color: #666666;
line-height: 26px;
display: block;
}
.first-content li {
padding-left: 30px;
}
.footer-list.first-content li:nth-child(2) {
text-transform: unset;
}
.footer-list.first-content li a:before {
display: none;
}
.footer-list li {
text-transform: capitalize;
transition: all 0.5s ease-in-out;
}
.footer-list li a:before {
font-family: 'Material-Design-Iconic-Font';
content: "\f136";
margin: 0 15px 0 0;
display: inline-block;
vertical-align: 1px;
color: #f26667;
}
.footer-list li i {
font-size: 18px;
display: inline-block;
position: absolute;
left: 0;
top: 3px;
}
.footer-top .row [class*="col"]:not(:first-child) .single-footer li a {
color: #666666;
display: block;
font-size: 14px;
display: inline-block;
}
.footer-top .row [class*="col"]:not(:first-child) .single-footer li a:hover {
padding-left: 5px;
}
/*----------------------------------------*/
/* 13.2 Footer Middle CSS
/*----------------------------------------*/
.single-service {
position: relative;
}
.single-service:before {
content: "\f129";
font-family: 'Material-Design-Iconic-Font';
font-size: 40px;
color: #0162bd;
display: inline-block;
vertical-align: top;
position: absolute;
line-height: 1;
left: 0;
top: 0;
}
.single-service.serve-two:before {
content: "\f1e6"
}
.single-service.serve-three:before {
content: "\f1f6"
}
.service-des {
font-size: 13px;
line-height: 20px;
padding-left: 55px;
}
.service-des h3 {
font-weight: 600;
text-transform: capitalize;
font-size: 18px;
margin-bottom: 5px;
}
/*----------------------------------------*/
/* 14. ScrollUp CSS
/*----------------------------------------*/
#scrollUp {
background: #333;
color: #fff;
width: 40px;
height: 40px;
right: 15px;
bottom: 15px;
text-align: center;
border-radius: 100%;
-webkit-border-radius: 100%;
border: 2px solid #fff;
text-decoration: none;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
font-weight: bold;
}
#scrollUp i {
font-size: 25px;
line-height: 38px;
}
#scrollUp:hover {
background: #f26667;
color: #fff;
border-color: transparent;
cursor: pointer;
}
/*----------------------------------------*/
/* 15. Accessoriies & Category Page CSS
/*----------------------------------------*/
.accessories .section-title h2,
.sign-up .section-title h2,
.cart-main-area .section-title h2,
.contact-us .section-title h2,
.blog .section-title h2,
.error404-area .section-title h2 {
display: inline-block;
text-transform: uppercase;
font-size: 24px;
font-weight: 900;
color: #222222;
}
.sidebar {
padding: 20px;
}
.sidebar-title {
margin-bottom: 20px;
vertical-align: top;
line-height: 20px;
padding: 0 0 9px 0;
font-size: 16px;
font-weight: 900;
text-transform: uppercase;
position: relative;
color: #222222;
border-bottom: 2px solid #222222;
}
.flter-option h4,
.color-option h4,
.manufacturer h4 {
font-size: 16px;
color: #3b3b3b;
text-transform: capitalize;
line-height: 24px;
font-weight: 400;
display: block;
position: relative;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #e5e5e5;
}
/* price slider css */
.ui-widget.ui-widget-content {
margin: 20px 0;
}
.ui-slider-handle.ui-state-default.ui-corner-all {
background: #fff;
border-radius: 100%;
cursor: pointer;
display: block;
height: 14px;
width: 14px;
box-shadow: 0 0 0 4px #ffd800;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin-left: 0;
border: none;
}
.ui-slider-range.ui-widget-header.ui-corner-all {
background: #a2a2a2;
height: 100%;
position: absolute;
}
.ui-widget.ui-widget-content {
border: navajowhite;
background: #dadada;
border-radius: 4px;
height: 7px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
outline: none;
}
.amount,
.price-button {
word-spacing: 25px;
font-size: 14px;
width: 78%;
color: #3b3b3b;
font-weight: 400;
background: transparent;
border: none;
padding: 0;
}
.amount:focus {
box-shadow: 0 0 5px #ddd;
}
/* color option css */
.color-option ul li a {
width: 21px;
height: 21px;
margin: 0 8px 10px 0;
display: block;
transition: intial;
}
.color-option ul li a:hover {
outline: 2px solid #FF5216;
}
.color-option ul li {
display: inline-block;
}
.black {
background: #000;
}
.blue {
background: #1857f7;
}
.grey {
background: #8f8f8f;
}
.green {
background: #53a828;
}
.purple {
background: #ce64d4;
}
.orange {
background: #eb6703;
}
.rose {
background: #ef3dff;
}
.red {
background: #ff0000;
}
.white {
background: #fff;
border: 1px solid #ebebeb;
}
.yellow {
background: #ffd500;
}
/* manufacturer css */
.manufacturer li {
position: relative;
}
.manufacturer li a {
font-size: 13px;
line-height: 25px;
text-transform: capitalize;
font-weight: 400;
display: block;
position: relative;
padding-left: 22px;
color: #666;
}
.manufacturer li a:before {
content: '';
position: absolute;
left: 0;
width: 10px;
height: 10px;
background: #fff;
border: 1px solid #ebebeb;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.manufacturer li:hover a {
color: #eb6703;
}
.manufacturer li:hover a:before {
background: #eb6703;
border-color: #eb6703;
}
.manufacturer li a span {
float: right;
}
/* random product css */
.random .single-product {
padding: 15px;
}
.random .single-product .pro-img {
width: 36%;
}
.random .single-product .pro-content {
padding: 5px 0;
}
.random-side .single-product .pro-content {
padding: 20px 0;
}
/* breadcrumb css */
.breadcrumb-list {
border-bottom: 1px solid #dcdcdc;
}
.breadcrumb-list li {
display: inline-block;
}
.breadcrumb-list li a {
font-size: 13px;
text-transform: capitalize;
color: #999;
}
.breadcrumb-list li.active a,
.breadcrumb-list li:hover a {
color: #333;
font-weight: 400;
}
.breadcrumb-list li:not(:last-child):after {
font-family: 'Material-Design-Iconic-Font';
display: inline-block;
vertical-align: middle;
margin: 0 10px;
font-size: 12px;
content: "\f2fb";
color: #999999;
width: 14px;
height: 14px;
text-align: center;
-webkit-border-radius: 100%;
border-radius: 100%;
border: 1px solid #999999;
line-height: 13px;
padding-left: 1px;
}
/* compare product css */
.compare-products .single-product {
padding: 0;
background: #fff;
}
.compare-products .single-product:before {
display: none;
}
.random-side.recent-post-active .owl-nav div {
width: 24px;
height: 24px;
line-height: 22px;
font-size: 18px;
top: -47px;
}
.random-side.recent-post-active .owl-nav div.owl-prev {
right: 23px;
}
/* toolbar css */
.toolbar-sorter label,
.field-limiter label {
font-size: 14px;
color: #222222;
text-transform: capitalize;
}
.sorter {
width: 130px;
}
.sorter:focus,
.limiter:focus {
outline: none;
}
.sorter,
.limiter {
padding: 0 5px;
height: 34px;
font-size: 14px;
color: #666;
background: #e1e1e1;
}
.limiter {
min-width: 55px;
margin-right: 0;
margin-left: 7px;
width: auto;
}
/* product grid veiw css */
.main {
position: relative;
}
.main:before {
content: "";
position: absolute;
left: 0;
top: 50%;
width: 100%;
height: 2px;
background: #e5e5e5;
-weebkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.grid-list-view,
.field-limiter.f-right {
background: #f5f5f5;
}
.toolbar-sorter.f-left {
background: #f5f5f5;
padding: 0 20px;
}
.grid-list-view li {
display: inline-block;
}
.grid-list-view li a {
line-height: 34px;
padding: 0;
margin-right: 10px;
font-size: 14px;
color: #999999;
text-transform: capitalize;
}
.grid-list-view li:last-child a {
margin-right: 15px;
}
.grid-list-view li.active a,
.grid-list-view li:hover a {
color: rgb(68, 68, 68);
font-weight: 700;
}
.grid-list-view li.active a i,
.grid-list-view li:hover a i {
color: #f26667;
}
.grid-list-view li a i {
margin-right: 5px;
font-size: 18px;
color: #666666;
vertical-align: text-bottom;
}
.main-categorie .tab-content .single-product {
margin-bottom: 10px;
padding: 25px 25px 20px 25px;
}
/* product list view css */
#list-view .single-product {
padding: 15px 25px;
margin-bottom: 10px;
}
#list-view .pro-img {
width: 33.33333%;
padding: 0 15px;
margin-right: 0;
}
#list-view .pro-content {
padding: 0 15px;
}
/* toolbar pagination css */
.toolbar-pagination {
border-bottom: 1px solid #e5e5e5;
}
.toolbar-pagination-list li {
display: inline-block;
}
.toolbar-pagination-list li a {
color: #222;
font-size: 16px;
display: inline-block;
height: 30px;
width: 39px;
line-height: 30px;
border-bottom: 1px solid transparent;
margin-bottom: -1px;
}
.toolbar-pagination-list li:hover a,
.toolbar-pagination-list li.active a {
border-color: #f26667;
color: #f26667;
}
.toolbar-pagination-list li.active a {
font-weight: 700;
}
/*----------------------------------------*/
/* 16. Product Thumbnail & Description CSS
/*----------------------------------------*/
.product-thumbnail {
margin-top: 15px;
}
.main-product-thumbnail .tab-content img,
.product-thumbnail .thumb-menu div img {
width: 100%;
border: 1px solid #f3f3f3;
}
.fancybox-thumbs > ul > li {
height: 120px;
}
/* owl nav css customization */
.thumb-menu .owl-nav div {
background: rgba(255, 255, 255, 0.3);
color: #999;
height: 100%;
width: 25px;
line-height: 100%;
text-align: center;
font-weight: bold;
font-size: 30px;
left: 0;
position: absolute;
top: 50%;
transition: all 0.5s ease-in-out;
transform: translateY(-50%);
}
.thumb-menu .owl-nav div:hover {
color: #777;
}
.thumb-menu .owl-nav div.owl-next {
left: auto;
right: 0;
}
.thumb-menu .owl-nav div i {
position: absolute;
left: 0;
top: 50%;
width: 100%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.product-header {
font-size: 28px;
font-weight: 400;
color: #333;
text-transform: capitalize;
margin: 15px 0 9px 0;
}
.pro-ref p {
font-size: 13px;
color: #999;
text-transform: capitalize;
}
.pro-ref p label {
color: #999;
font-size: 13px;
margin-right: 5px;
}
.pro-ref p span.stock {
color: #0162bd;
}
.rating-feedback {
margin-left: 10px;
}
.rating-feedback a {
display: inline-block;
text-transform: capitalize;
color: #858484;
padding: 0 6px;
font-size: 13px;
}
.rating-feedback a:hover {
color: #f26667;
}
.rating-feedback a:last-child {
border-left: 1px solid #858484;
}
.pro-price span {
font-size: 28px;
}
.box-quantity .number {
display: inline-block;
height: 61px;
width: 76px;
text-align: center;
border: none;
font-size: 18px;
color: #3b3b3b;
padding: 0 10px;
background: #fff;
margin-right: 15px;
}
.box-quantity .action-prime {
border: none;
line-height: 61px;
height: 61px;
width: auto;
font-size: 20px;
font-weight: 700;
color: #fff;
text-transform: capitalize;
border-radius: 0;
padding: 0 20px;
background: #f26667;
position: relative;
-webkit-transition: background 0.2s ease-in;
-moz-transition: background 0.2s ease-in;
-ms-transition: background 0.2s ease-in;
transition: background 0.2s ease-in;
}
.box-quantity .action-prime:before {
font-family: 'Material-Design-Iconic-Font';
margin-left: 0;
padding-right: 10px;
vertical-align: text-top;
font-size: 38px;
line-height: 30px;
}
.box-quantity .action-prime:hover {
background: #0162bd;
}
.product-social-link ul li a {
color: #0162bd;
text-transform: capitalize;
font-size: 14px;
font-weight: 700;
}
.product-social-link ul li a:before {
content: "\f15e";
font-family: Material-Design-Iconic-Font;
font-size: 24px;
color: #fff;
text-align: center;
width: 37px;
height: 37px;
line-height: 37px;
display: inline-block;
border-radius: 100%;
background: #0162bd;
margin-right: 10px;
vertical-align: middle;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.product-social-link ul li:nth-child(2) a:before {
content: "\f1b5";
}
.product-social-link ul li:nth-child(3) a:before {
content: '\f159';
}
.product-social-link ul li:hover a {
color: #f26667;
}
.product-social-link ul li:hover a:before {
background: #f26667;
color: #fff;
}
/*----------------------------------------*/
/* 17. Product Thumbnail Revies CSS
/*----------------------------------------*/
.main-thumb-desc li {
margin-right: 20px;
}
.main-thumb-desc li a {
color: #222222;
font-size: 18px;
text-transform: capitalize;
padding-bottom: 10px;
display: block;
}
.main-thumb-desc li.active a {
font-weight: 700;
}
.tab-content.thumb-content {
background: #fff;
padding: 25px;
border-top: 1px solid #dcdcdc;
}
.review.pb-40 {
border-bottom: 1px solid #dcdcdc;
}
.review-list span {
margin-right: 25px;
width: 35px;
display: inline-block;
vertical-align: top;
font-weight: 700;
text-transform: capitalize;
}
.review-title,
.review-mini-title {
font-weight: 300;
font-size: 42px;
text-transform: capitalize;
color: #777;
}
.review-mini-title {
font-size: 30px;
margin: 0 0 28px;
}
.review-list .rating {}
.review-list i {
color: #F76822;
font-size: 20px;
}
.review-list span {
margin-right: 25px;
width: 35px;
display: inline-block;
vertical-align: top;
}
.review-list label {
margin-left: 100px;
}
.review.pt-50 .review-title {
color: #555;
text-transform: inherit;
font-size: 32px;
font-weight: 500;
}
.review.pt-50 p {
text-transform: capitalize;
}
.req {
position: relative;
}
.req:after {
content: '*';
color: #e02b27;
font-size: 18px;
margin-left: 3px;
position: absolute;
top: 1px;
}
.riview-field {
max-width: 500px;
}
.riview-field .form-control,
.contact-form .form-control {
background: #fff;
border: 1px solid #e5e5e5;
outline: none;
border-radius: 1px;
font-size: 14px;
line-height: 1.42857143;
padding: 0 9px;
width: 100%;
}
.riview-field textarea.form-control {
padding: 9px;
}
.riview-field button,
.main-signin .create-account .btn-account,
.contact-form button,
.return-customer-btn {
background: #f2f2f2;
border: 1px solid #cdcdcd;
color: #333;
font-weight: 700;
text-transform: uppercase;
padding: 10px 15px;
font-size: 12px;
-webkt-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.form-message.success {
color: green;
}
.form-message.error {
color: #e02b27;
}
/*----------------------------------------*/
/* 18. Related & Upsell Product CSS
/*----------------------------------------*/
.related-main-pro .pro-content {
padding: 15px 0 0 0;
}
.related-main-pro .single-product:after {
height: 330px;
}
.home-4 .second-featured-products .single-product:before,
.home-3 .second-featured-products .single-product:before {
height: 300px;
}
/*----------------------------------------*/
/* 19. Sign-Up Page CSS
/*----------------------------------------*/
.sign-up .form-group,
.contact-form .form-group {
margin-bottom: 30px;
}
.create-account h3,
.contact-header h3 {
text-transform: capitalize;
font-weight: 500;
font-size: 32px;
color: #444;
}
.create-account .sign-in h3 span.inherite {
text-transform: lowercase;
}
.main-signin h3 {
border-bottom: 1px solid #e8e8e8;
}
.main-signin .create-account .btn-account,
.create-account.riview-field button,
.contact-form button,
.return-customer-btn {
background: #ddd;
border: 1px solid #cdcdcd;
color: #333;
-webkt-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.create-account.riview-field button:hover,
.main-signin .create-account .btn-account:hover,
.contact-form button:hover,
.riview-field button:hover,
.return-customer-btn:hover {
background: #f26667;
color: #fff;
border-color: #f26667;
}
/*----------------------------------------*/
/* 20. Quick View Product CSS
/*----------------------------------------*/
.modal-dialog.max-width {
max-width: 900px;
width: auto;
}
.quiick-view-details {
width: 100%;
max-height: 735px;
overflow: auto !important;
padding: 35px;
}
.max-width .modal-header {
padding: 0;
border-bottom: none;
}
.max-width .modal-body {
padding: 0;
}
.max-width .modal-header .close {
margin-top: 0;
position: absolute;
right: 0px;
top: 0;
font-size: 30px;
background: #ff0000;
padding: 0 7px;
opacity: 1;
color: #fff;
z-index: 55;
}
.max-width .modal-header .close:hover {
background: #f26667;
}
/*----------------------------------------*/
/* 21. Cart & Wish List CSS
/*----------------------------------------*/
.cart-main-area .section-title h2,
.coupon-area .section-title h2 {
text-transform: capitalize;
color: #555;
font-size: 24px;
}
.cart-main-area {}
.shipping_method input {
background: #eceff8 none repeat scroll 0 0;
border: 2px solid #eceff8;
box-shadow: none;
color: #626262;
font-size: 14px;
height: 45px;
padding-left: 10px;
width: inherit;
}
.cart-title-area {
padding-top: 30px;
}
.car-header-title {}
.car-header-title h2 {
font-size: 20px;
margin: 0;
text-transform: uppercase;
}
.table-content {}
.table-content table {
background: #fff none repeat scroll 0 0;
border-color: #e5e5e5;
border-radius: 0;
border-style: solid;
border-width: 1px 0 0 1px;
text-align: center;
width: 100%;
}
.table-content table th {
border-top: medium none;
font-weight: normal;
padding: 20px 10px;
text-align: center;
text-transform: capitalize;
vertical-align: middle;
white-space: nowrap;
font-weight: 600;
}
.table-content table th,
.table-content table td {
border-bottom: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
}
.table-content table td {
border-top: medium none;
padding: 20px 10px;
vertical-align: middle;
font-size: 13px;
}
.table-content table td input {
background: #e5e5e5 none repeat scroll 0 0;
border: medium none;
border-radius: 3px;
color: #6f6f6f;
font-size: 15px;
font-weight: normal;
height: 40px;
padding: 0 5px 0 10px;
width: 60px;
}
.table-content table td.product-subtotal {
font-size: 14px;
font-weight: bold;
width: 120px;
}
.table-content table td.product-name a,
.product-stock-status span {
font-size: 14px;
font-weight: 700;
margin-left: 10px;
color: #6f6f6f;
text-transform: capitalize;
}
.product-stock-status span {
font-weight: normal;
color: #e74948;
}
.table-content table td.product-name {
width: 270px;
}
.table-content table td.product-thumbnail {
width: 100px;
}
.table-content table td.product-remove i {
color: #919191;
display: inline-block;
font-size: 20px;
height: 40px;
line-height: 40px;
text-align: center;
width: 40px;
}
.table-content table .product-price .amount {
font-size: 15px;
font-weight: 700;
}
.table-content table td.product-remove i:hover {
color: #ffae00;
}
.table-content table td.product-quantity {
width: 180px;
}
.table-content table td.product-remove {
width: 150px;
}
.table-content table td.product-price {
width: 130px;
}
.table-content table td.product-name a:hover,
.buttons-cart a:hover {
color: #e74948;
}
.product-thumbnail img {
width: 100%;
}
.buttons-cart {
margin-bottom: 30px;
overflow: hidden;
}
.buttons-cart input,
.coupon input[type="submit"],
.buttons-cart a,
.coupon-info p.form-row input[type="submit"] {
background: #222222 none repeat scroll 0 0;
border: medium none;
border-radius: 0;
box-shadow: none;
color: #fff;
display: inline-block;
float: left;
font-size: 12px;
font-weight: 700;
height: 40px;
line-height: 40px;
margin-right: 15px;
padding: 0 15px;
text-shadow: none;
text-transform: uppercase;
transition: all 0.3s ease 0s;
white-space: nowrap;
width: inherit;
}
.wc-proceed-to-checkout {
clear: both;
display: block;
}
.buttons-cart input:hover,
.coupon input[type="submit"]:hover,
.buttons-cart a:hover {
background: #e74948 none repeat scroll 0 0;
color: #fff;
}
.buttons-cart a {
color: #fff;
float: left;
height: 40px;
line-height: 40px;
}
.coupon h3 {
margin: 0 0 10px;
font-size: 14px;
text-transform: uppercase;
}
.coupon p {
margin-bottom: 20px;
}
.coupon input[type=text] {
border: 1px solid #e5e5e5;
float: left;
height: 40px;
margin: 0 6px 20px 0;
max-width: 100%;
padding: 0 0 0 10px;
width: 170px;
}
.coupon input[type=submit] {}
.cart_totals {
float: left;
text-align: right;
width: 100%;
}
.cart_totals h2 {
border-bottom: 2px solid #222;
display: inline-block;
font-size: 30px;
margin: 0 0 35px;
text-transform: uppercase;
font-weight: 500;
}
.cart_totals table {
border: medium none;
float: right;
margin: 0;
text-align: right;
}
.cart_totals table th {
border: medium none;
font-size: 14px;
font-weight: bold;
padding: 0 20px 12px 0;
text-align: right;
text-transform: uppercase;
vertical-align: top;
}
.cart_totals table td {
border: medium none;
padding: 0 0 12px;
vertical-align: top;
}
.cart_totals table td .amount {
color: #f26667;
font-size: 13px;
font-weight: bold;
margin-left: 5px;
text-align: right;
text-transform: uppercase;
}
.cart_totals table td ul#shipping_method {
list-style: outside none none;
margin: 0;
padding: 0;
}
.cart_totals table td ul#shipping_method li {
float: left;
margin: 0 0 10px;
padding: 0;
text-indent: 0;
width: 100%;
}
.cart_totals table td ul#shipping_method li input {
margin: 0;
position: relative;
top: 2px;
}
.cart_totals table {}
a.shipping-calculator-button {
font-weight: bold;
color: #6f6f6f;
}
a.shipping-calculator-button:hover {
color: #83CBDC
}
.cart_totals table tr.order-total th,
.cart_totals table tr.order-total .amount {
font-size: 20px;
text-transform: uppercase;
white-space: nowrap;
font-weight: 600;
}
.cart_totals table tr.order-total th {
font-weight: 700;
}
.wc-proceed-to-checkout a {
background: #f26667 none repeat scroll 0 0;
color: #fff;
display: inline-block;
font-size: 14px;
font-weight: 700;
height: 50px;
line-height: 50px;
margin-top: 20px;
padding: 0 30px;
text-transform: none;
}
.wc-proceed-to-checkout a:hover {
background: #222222;
}
.amount del {
font-size: 13px;
margin-left: 5px;
font-weight: 600;
}
.cart-main-area.wish-list .product-remove {
width: 20px;
}
.cart-main-area.wish-list table td.product-thumbnail {
width: 140px;
}
.cart-main-area.wish-list .product-add-to-cart a {
background: #000 none repeat scroll 0 0;
color: #fff;
display: block;
font-weight: 700;
padding: 10px 56px;
text-transform: uppercase;
width: 260px;
font-size: 14px;
}
.cart-main-area.wish-list .product-add-to-cart a:hover {
background: #e74948;
}
.cart-main-area.wish-list td.product-add-to-cart {
width: 240px;
}
/*----------------------------------------*/
/* 22. Checkout CSS
/*----------------------------------------*/
.coupon-area .coupon-info input {
background: transparent;
border: 1px solid #e5e5e5;
}
.coupon-area .coupon-info .checkout-coupon .code:focus {
border: 1px solid #e5e5e5;
}
.coupon-area {}
.coupon-accordion {}
.coupon-accordion h3 {
background-color: #f6f6f6;
border-top: 3px solid #f26667;
color: #515151;
font-size: 14px;
font-weight: 400;
list-style: outside none none;
margin: 0 0 2em;
padding: 1em 2em 1em 3.5em;
position: relative;
width: auto;
text-transform: capitalize;
}
.coupon-accordion h3::before {
color: #777;
content: "\f13f";
display: inline-block;
font-family: 'Material-Design-Iconic-Font';
left: 16px;
position: absolute;
top: 16px;
}
.coupon-accordion span {
cursor: pointer;
color: #6f6f6f;
transition: .3s
}
.coupon-accordion span:hover,
p.lost-password a:hover {
color: #e74948;
}
.coupon-content {
border: 1px solid #e5e5e5;
display: none;
margin-bottom: 20px;
padding: 20px;
}
.coupon-info {}
.coupon-info p.coupon-text {
margin-bottom: 15px
}
.coupon-info p {
margin-bottom: 0
}
.coupon-info p.form-row-first {}
.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
display: block;
}
.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
color: red;
font-weight: 700;
}
.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
border: 1px solid #e5e5e5;
height: 36px;
margin: 0 0 14px;
max-width: 100%;
padding: 0 0 0 10px;
width: 370px;
}
.coupon-info p.form-row input[type="submit"]:hover,
p.checkout-coupon input[type="submit"]:hover {
background: #e74948 none repeat scroll 0 0;
}
.coupon-info p.form-row input[type="checkbox"] {
height: inherit;
position: relative;
top: 2px;
width: inherit;
}
.form-row > label {
margin-top: 7px;
}
p.lost-password {
margin-top: 15px;
}
p.lost-password a {
color: #6f6f6f;
}
p.checkout-coupon {}
p.checkout-coupon input[type=text] {
height: 36px;
padding-left: 10px;
width: 170px;
}
p.checkout-coupon input[type="submit"] {
background: #333 none repeat scroll 0 0;
border: medium none;
border-radius: 0;
color: #fff;
height: 36px;
margin-left: 6px;
padding: 5px 10px;
transition: all 0.3s ease 0s;
width: inherit;
}
.coupon-checkout-content {
margin-bottom: 30px;
display: none;
}
.checkbox-form h3 {
border-bottom: 1px solid #e5e5e5;
width: 100%;
padding-bottom: 10px;
margin-bottom: 20px;
font-weight: 600;
}
.ship-different-title h3 label {
display: inline-block;
margin-right: 20px;
font-size: 30px;
font-weight: 600;
color: #222;
}
.country-select {
position: relative;
}
.country-select label,
.country-select label,
.checkout-form-list label {
color: #333;
font-family: Montserrat, Arial, Helvetica, sans-serif;
margin: 0 0 5px;
display: block;
font-weight: 700;
}
.country-select label span.required,
.checkout-form-list label span.required {
color: red
}
.country-select select {
-moz-appearance: none;
border: 1px solid #ddd;
height: 32px;
padding-left: 10px;
width: 100%;
-webkit-appearance: none;
appearance: none;
background: #fff;
}
.country-select::before {
content: "\f2f9 ";
display: inline-block;
font-family: 'Material-Design-Iconic-Font';
font-size: 20px;
position: absolute;
right: 12px;
top: 30px;
}
.checkout-form-list label {
color: #333;
}
.checkout-form-list label span.required {}
.checkout-form-list input[type=text],
.checkout-form-list input[type=password],
.checkout-form-list input[type=email] {
background: #fff none repeat scroll 0 0;
border: 1px solid #e5e5e5;
border-radius: 0;
height: 42px;
width: 100%;
padding: 0 0 0 10px;
}
.checkout-form-list {}
.checkout-form-list input[type="checkbox"] {
display: inline-block;
height: inherit;
margin-right: 10px;
position: relative;
top: 2px;
width: inherit;
}
.ship-different-title input {
height: inherit;
line-height: normal;
margin: 4px 0 0;
position: relative;
top: 1px;
width: 30px;
}
.create-acc label {
color: #333;
display: inline-block;
}
.checkout-form-list input[type=password] {}
.create-accounts {
display: none
}
.ship-different-title {}
.ship-different-title h3 label {
display: inline-block;
margin-right: 20px;
}
.ship-different-title input {}
.order-notes {}
.order-notes textarea {
height: 90px;
padding: 15px;
width: 100%;
background: #fff;
}
#ship-box-info {
display: none
}
.your-order {
background: #f2f2f2 none repeat scroll 0 0;
padding: 30px 40px 45px;
}
.your-order h3 {
border-bottom: 1px solid #d8d8d8;
font-size: 30px;
margin: 0 0 20px;
padding-bottom: 10px;
text-transform: uppercase;
width: 100%;
font-weight: 600;
}
.your-order-table table {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
width: 100%;
}
.your-order-table table th,
.your-order-table table td {
border-bottom: 1px solid #d8d8d8;
border-right: medium none;
font-size: 14px;
padding: 15px 0;
text-align: center;
}
.your-order-table table th {
border-top: medium none;
font-family: Montserrat, Arial, Helvetica, sans-serif;
font-weight: normal;
text-align: center;
text-transform: uppercase;
vertical-align: middle;
white-space: nowrap;
width: 250px;
}
.your-order-table table .shipping ul li input {
position: relative;
top: 2px;
}
.your-order-table table .shipping th {
vertical-align: top;
}
.your-order-table table .order-total th {
border-bottom: medium none;
font-size: 18px;
}
.your-order-table table .order-total td {
border-bottom: medium none;
}
.your-order-table table tr.cart_item:hover {
background: #F9F9F9
}
.your-order-table table tr.order-total td span {
color: #f26667;
font-size: 20px;
}
.your-order-table table {}
.payment-method {
margin-top: 40px;
}
.payment-accordion {}
.payment-accordion h3 {
border-bottom: 0 none;
margin-bottom: 10px;
padding-bottom: 0;
}
.payment-accordion h3 a {
color: #6f6f6f;
font-size: 14px;
padding-left: 25px;
position: relative;
text-transform: capitalize;
text-decoration: none
}
.payment-accordion h3 a:before,
.payment-accordion h3.open a:after {
content: "ï•";
display: inline-block;
font-family: fontawesome;
font-size: 20px;
left: 0;
position: absolute;
top: -2px;
}
.payment-accordion h3.open a:after {
content: "\f056";
}
.payment-content {}
.payment-content p {
font-size: 13px;
}
.payment-accordion img {
height: 60px;
margin-left: 15px;
}
.order-button-payment input {
background: #f26667;
border: medium none;
color: #fff;
font-size: 17px;
font-weight: 600;
height: 50px;
margin: 20px 0 0;
padding: 0;
text-transform: uppercase;
transition: all 0.3s ease 0s;
width: 100%;
}
.order-button-payment input:hover {
background: #444
}
/*----------------------------------------*/
/* 23. Blog CSS
/*----------------------------------------*/
.single-blog {
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
display: block;
margin-bottom: 30px;
}
.blog-img img {
width: 100%;
}
.blog-content {
padding: 35px 30px 20px;
}
.blog-content span {
color: #949494;
display: block;
font-size: 15px;
font-weight: 500;
margin-bottom: 5px;
}
.blog-content h3 {
font-size: 19px;
font-weight: 600;
line-height: 26px;
margin-bottom: 17px
}
.blog-content h3 span {
color: #525252;
}
.meta-box {
border-top: 1px solid #dadada;
padding-top: 16px;
padding-left: 2px;
}
.meta-box ul li {
display: inline-block;
margin-right: 20px;
vertical-align: middle;
}
.meta-box ul li a {
color: #7b7b7b;
font-size: 13px;
font-weight: 700;
line-height: 20px;
text-transform: uppercase;
}
.meta-box ul li i {
margin-right: 10px;
font-size: 15px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.meta-box ul li:hover i {
color: #f37778;
}
.blog-search {
position: relative;
}
.blog-search .email {
background: #f6f6f6 none repeat scroll 0 0;
font-size: 14px;
font-weight: 500;
height: 55px;
line-height: 60px;
margin: 0;
padding-right: 55px;
width: 100%;
}
.search-box-view.blog-search .submit {
background: transparent;
color: #222;
line-height: 60px;
position: absolute;
right: 0;
top: 0;
height: 60px;
}
.blog-search .submit {
width: 56px;
}
.blog-search .submit:before {
right: 18px;
}
.social-link-list li {
display: inline-block;
margin-left: 15px;
font-size: 16px;
}
.social-link-list li a {
color: #666;
}
.social-link-list li i {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.social-link-list li i:hover {
color: #f26667;
}
.blog-pager .pager {
border-bottom: 1px solid #e7e7e7;
border-top: 1px solid #e7e7e7;
padding: 20px 0;
}
.blog-pager .pager li > a {
padding: 7px 25px;
background-color: #f6f6f6;
border: none;
border-radius: 0;
letter-spacing: 2px;
text-transform: capitalize;
font-size: 13px;
font-weight: 600;
}
.blog-pager .pager li:hover > a {
background: #f26667;
color: #fff;
}
.blog-pager .pager li.previous i {
margin-right: 5px;
}
.blog-pager .pager li.next i {
margin-left: 5px;
}
.blog-pager .pager li.previous i,
.blog-pager .pager li.next i {
vertical-align: middle;
}
.single-related-post img {
width: 100%;
}
.single-content h3 {
font-size: 16px;
line-height: 20px;
}
.blog-related-post.recent-post .sidebar-title,
.comment-area.recent-post .sidebar-title {
margin-bottom: 50px;
}
.comment-details h4 {
font-size: 16px;
margin-bottom: 10px;
}
.comment-details span {
margin-bottom: 10px;
display: inline-block;
}
.single-comment {
border-bottom: 1px solid #e4e4e4;
margin-bottom: 50px;
padding-bottom: 50px;
position: relative;
}
.single-comment .reply {
background-color: #fff;
border: 1px solid #e4e4e4;
border-radius: 50px;
bottom: -16px;
color: #4c4c4c;
display: inline-block;
font-size: 12px;
letter-spacing: 1px;
padding: 7px 20px 6px;
position: absolute;
right: 0;
text-transform: uppercase;
}
.single-comment .reply:hover {
background: #f26667;
color: #fff;
}
.submit-comment .comment {
background: #fff none repeat scroll 0 0;
border: 1px solid #dddddd;
color: #666666;
font-size: 14px;
height: 178px;
letter-spacing: 1px;
margin-bottom: 30px;
margin-top: 40px;
padding: 30px;
}
.half-left {
width: 50%;
float: left;
padding-right: 15px;
}
.half-right {
width: 50%;
float: left;
padding-left: 15px;
}
.submit-comment h3 {
color: #222222;
font-size: 24px;
font-weight: bold;
letter-spacing: 2px;
}
.submit-comment input {
background: #fff none repeat scroll 0 0;
border: 1px solid #dddddd;
color: #666;
font-size: 14px;
height: 48px;
letter-spacing: 1px;
padding: 2px 30px;
width: 100%;
margin-bottom: 30px;
}
.submit-comment .submit {
text-transform: uppercase;
background: #222;
color: #fff;
border-radius: 3px;
}
.search-box-view.blog-search .submit:hover,
.submit-comment .submit:hover {
background: #f37778;
color: #fff;
}
.recent-post .sidebar-title {
border-bottom: none;
position: relative;
padding-bottom: 5px;
margin-bottom: 40px;
}
.recent-post .sidebar-title:before {
background-color: #5f5f5f;
bottom: -5px;
content: "";
height: 2px;
left: 0;
position: absolute;
width: 120px;
letter-spacing: 1px;
}
.right-post-thumb h4 {
font-size: 14px;
letter-spacing: 0.5px;
line-height: 20px;
}
.right-post-thumb h4 a {
color: #444444;
}
.right-post-thumb h4 a:hover {
color: #f26667;
}
.right-post-thumb span {
color: #000;
font-size: 12px;
display: block;
margin-top: 5px;
}
.categorie-list li {
border-bottom: 1px solid #dddddd;
margin-bottom: 12px;
padding-bottom: 12px
}
.categorie-list li:last-child {
border-bottom: none;
}
.categorie-list li a {}
.blog-pagination {
display: inline-block;
}
.tag-list li {
display: inline-block;
}
.tag-list li a {
border-radius: 5px;
display: inline-block;
font-size: 12px;
letter-spacing: 1px;
margin: 0 6px 12px 6px;
padding: 7px 16px;
background-color: #f6f6f6;
font-weight: 600;
text-transform: capitalize;
}
.tag-list li:hover a {
background: #f26667;
color: #fff;
}
.blog-pagination li {
display: inline-block;
margin-right: 1px;
}
.blog-pagination li a {
display: block;
padding: 7px 15px;
font-size: 16px;
color: inherit;
border: 1px solid #c1c1c1;
}
.blog-pagination li.active a,
.blog-pagination li a:hover {
background: #f37778;
color: #fff;
}
/*----------------------------------------*/
/* 24. Error 404 CSS
/*----------------------------------------*/
.error404-area {}
.error-wrapper {}
.error-text {}
.error-text h1 {
color: #f26667;
font-size: 200px;
font-weight: 900;
letter-spacing: 10px;
line-height: 200px;
margin-bottom: 30px;
}
.error-text h2 {
color: #4c4c4c;
font-size: 35px;
font-weight: 700;
line-height: 35px;
margin-bottom: 16px;
text-transform: uppercase;
}
.error-text > p {
color: #4c4c4c;
font-size: 24px;
font-weight: 300;
line-height: 25px;
margin-bottom: 30px;
}
#search-form {
position: relative;
width: 450px;
text-align: center;
display: inline-block;
}
#search-form input {
background: #f8f8f8 none repeat scroll 0 0;
border: 1px solid #e9e9e9;
border-radius: 30px;
color: #666666;
float: left;
font-size: 14px;
height: 45px;
padding-left: 20px;
padding-right: 55px;
width: 100%;
}
#search-form button {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
color: #4f4f4f;
font-size: 18px;
height: 100%;
position: absolute;
right: 0;
top: 0;
transition: all 0.3s ease 0s;
width: 50px;
}
#search-form button:hover {
color: #E74A49;
}
.error-button a {
background: #f26667 none repeat scroll 0 0;
border-radius: 35px;
color: #ffffff;
display: inline-block;
font-size: 12px;
font-weight: bold;
line-height: 40px;
margin-top: 53px;
padding: 0 30px;
text-transform: uppercase;
transition: .3s;
}
.error-button a:hover {
background: #df1e1d;
color: #fff;
}
.small-version {
display: none;
}
/*----------------------------------------*/
/* 25. My Account CSS
/*----------------------------------------*/
.dashboard-upper-info {
border-bottom: 1px solid #ebebeb;
border-top: 1px solid #ebebeb;
margin-bottom: 50px;
}
.dashboard-content .tab-pane:not(.active) {
display: none;
}
.dashboard-upper-info .d-single-info {
padding: 30px 20px;
}
.dashboard-upper-info [class*="col-"]:not(:last-child) .d-single-info {
border-right: 1px solid #ebebeb;
}
.user-name {
position: relative;
padding-left: 25px;
}
.user-name::before {
color: #555;
content: "";
font-family: FontAwesome;
font-size: 18px;
left: 0;
position: absolute;
top: 0;
}
.account-dashboard p {
font-size: 14px;
text-transform: capitalize;
}
.view-cart {
display: inline-block;
font-size: 14px;
}
.view-cart i {
font-size: 15px;
margin-right: 5px;
}
.user-name span {
color: #303030;
font-size: 15px;
font-weight: 500;
}
.dashboard-list li:not(:last-child) a {
border-bottom: 1px solid #ebebeb;
}
.dashboard-list li a {
color: #0162bd;
display: block;
font-size: 14px;
padding: 12px 0;
text-transform: capitalize;
}
.dashboard-list li.active a,
.dashboard-list li a:hover,
#dashboard a:hover {
color: #000;
}
.dashboard-list li.active a:after {
content: "\f105";
font-family: FontAwesome;
margin-left: 5px;
-webkit-transition: 0.10s;
transition: 0.10s;
}
.dashboard-list li a:hover,
.dashboard-list li.active a {
background: transparent;
}
.dashboard-content {
border: 1px solid #ebebeb;
padding: 30px;
}
.dashboard-content h3 {
text-transform: capitalize;
}
.dashboard-content h3 {
border-bottom: 1px solid #ebebeb;
font-size: 28px;
line-height: 28px;
margin-bottom: 20px;
padding-bottom: 15px;
text-transform: capitalize;
}
.dashboard-content .table-responsive .table > tbody > tr > td,
.dashboard-content .table-responsive .table > tbody > tr > th,
.dashboard-content .table-responsive .table > tfoot > tr > td,
.dashboard-content .table-responsive .table > tfoot > tr > th,
.dashboard-content .table-responsive .table > thead > tr > td,
.dashboard-content .table-responsive .table > thead > tr > th {
border: none;
}
.dashboard-content .table-responsive > .table > thead {
border-bottom: 1px solid #ebebeb;
}
.dashboard-content .table-responsive .table > thead > tr > th {
font-size: 14px;
font-weight: 600;
}
.dashboard-content .table-responsive .table > tbody > tr > td {
color: #7b7b7b;
font-size: 14px;
padding: 15px 8px;
}
.account-dashboard input[type="checkbox"],
input[type="radio"] {
width: auto;
}
#dashboard a {
color: #4380db;
text-transform: capitalize;
}
.view,
.view-cart {
background: #0162bd none repeat scroll 0 0;
color: #fff;
padding: 5px 12px;
text-transform: capitalize;
}
.view:hover,
.view:focus,
.show-btn:hover,
.view-cart:hover,
.view-cart:focus {
color: #fff;
background: #1a1a1a;
}
#dashboard a:hover {
color: #000;
}
.billing-address {
font-size: 16px;
font-weight: 700;
margin-top: 25px;
}
#address .view {
display: inline-block;
font-size: 14px;
margin: 15px 0 12px;
padding: 3px 12px;
}
.show-btn {
background: #878787 none repeat scroll 0 0;
border-radius: 0;
color: #fff;
font-size: 12px;
height: 35px;
position: absolute;
right: 15px;
text-transform: uppercase;
top: 0;
-webkit-transition: all 0.5s ease-in-out 0s;
transition: all 0.5s ease-in-out 0s;
line-height: 24px;
}
.show-btn:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.login-form .form-check label {
display: inline;
font-size: 13px;
padding-left: 5px;
}
.login-form .form-control,
.login-form .custom-radio,
.login-form span {
font-size: 14px;
height: 35px;
}
.no-gutters > [class*="col-"] {
padding-left: 0;
padding-right: 0;
}
.dashboard-upper-info .row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: 0;
margin-right: 0;
}
.align-items-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.login-form .form-control{
font-size: 13px;
} | public/style.css | .wrapper {
background: #f5f5f5;
}
.page-wrapper {
max-width: 1200px;
margin: 0 auto;
background: #f5f5f5;
}
.group-title {
position: relative;
display: block;
margin-bottom: 30px;
text-align: left;
}
.group-title h2 {
position: relative;
display: inline-block;
text-transform: capitalize;
font-size: 18px;
font-weight: 600;
}
.title-border {
border-bottom: 1px solid #dcdcdc;
padding-bottom: 10px;
}
.blog-title {
display: block;
font-size: 20px;
text-transform: none;
font-weight: 400;
line-height: 22px;
position: relative;
margin-bottom: 12px;
margin-top: 0;
}
.zoom {
position: relative;
overflow: hidden;
}
.zoom img {
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
width: 100%;
}
.zoom img:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.sticker-new,
.sticker-sale {
content: "";
background: #03a9f4;
color: #fff;
position: absolute;
top: 5px;
right: 5px;
z-index: 3;
font-size: 10px;
text-transform: uppercase;
line-height: 17px;
font-weight: 700;
width: 34px;
text-align: center;
height: 17px;
}
.sticker-sale {
background: #fb8800;
}
.sticker-new:after,
.sticker-sale:after {
content: "";
border: 7px solid transparent;
border-right: 7px solid #03a9f4;
position: absolute;
right: 0px;
top: 7px;
}
.sticker-sale:after {
border-right-color: #fb8800;
}
.pro-sticker {
top: 15px;
right: 15px;
line-height: 28px;
font-size: 14px;
font-weight: 400;
text-align: center;
display: inline-block;
min-width: 52px;
height: 28px;
}
.pro-sticker:after {
bottom: -4px;
}
.owl-carousel .owl-item img {
margin-bottom: 0px;
}
/*----------------------------------------*/
/* 2. Newsletter Popup CSS
/*----------------------------------------*/
.popup_wrapper {
background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
height: 100%;
opacity: 0;
position: fixed;
transition: all 0.5s ease 0s;
visibility: hidden;
width: 100%;
z-index: 9999999;
}
.test {
background: #fff none repeat scroll 0 0;
bottom: 0;
left: 0;
margin: auto;
padding: 25px 50px;
position: absolute;
right: 0;
top: 0;
max-width: 790px;
height: 390px;
}
.popup_off {
color: #ffffff;
cursor: pointer;
display: block;
text-align: center;
text-decoration: none;
background: #000;
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
top: 0;
right: 0;
font-size: 23px;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.popup_off:hover {
background: #f26667;
}
.subscribe-form-group {
margin-top: 15px;
}
.subscribe-form-group input {
width: 380px;
height: 41px;
line-height: 20px;
padding: 0 10px;
border: 0;
background: #ebebeb;
color: #333;
}
input#newsletter-permission {
width: 12px;
vertical-align: text-top;
}
.subscribe-form-group button {
background: #d8d8d8;
border: 0;
line-height: 38px;
padding: 0 18px;
text-transform: uppercase;
color: #333;
font-size: 12px;
font-weight: 700;
display: block;
margin: 20px auto;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.subscribe-form-group button:hover {
background: #f26667;
color: #fff;
}
.subscribe_area h2 {
font-weight: 600;
margin-bottom: 10px;
text-transform: uppercase;
font-size: 35px;
}
/*----------------------------------------*/
/* 3. Preloader CSS
/*----------------------------------------*/
.preloader {
background-color: #fff;
height: 100%;
width: 100%;
position: fixed;
top: 0px;
z-index: 99999999;
}
.loading-center {
width: 100%;
height: 100%;
position: relative;
}
.loading-center-absolute {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.object {
width: 15px;
height: 15px;
background-color: #f26667;
float: left;
margin: 0 7px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.object_one {
-webkit-animation: object_one 1.5s infinite;
-moz-animation: object_one 1.5s infinite;
-ms-animation: object_one 1.5s infinite;
animation: object_one 1.5s infinite;
}
.object_two {
-webkit-animation: object_two 1.5s infinite;
-moz-animation: object_two 1.5s infinite;
-ms-animation: object_two 1.5s infinite;
animation: object_two 1.5s infinite;
-webkit-animation-delay: 0.25s;
-moz-animation-delay: 0.25s;
-ms-animation-delay: 0.25s;
animation-delay: 0.25s;
}
.object_three {
-webkit-animation: object_three 1.5s infinite;
-moz-animation: object_three 1.5s infinite;
-ms-animation: object_three 1.5s infinite;
animation: object_three 1.5s infinite;
-webkit-animation-delay: 0.5s;
-moz-animation-delay: 0.5s;
-ms-animation-delay: 0.5s;
animation-delay: 0.5s;
}
@-webkit-keyframes object_one {
75% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
}
@keyframes object_one {
75% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
}
@-webkit-keyframes object_two {
75% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
}
@keyframes object_two {
75% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
}
@-webkit-keyframes object_three {
75% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
}
@keyframes object_three {
75% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
}
/*----------------------------------------*/
/* 4.1 Header Top CSS
/*----------------------------------------*/
.header-top {
border-bottom: 1px solid #e5e5e5;
}
.header-top-left .header-list-menu > li > a:after,
.header-top-right .header-list-menu > li:first-child > a:after,
.middle-menu-list > li:first-child > a:after,
.middle-menu-list > li:nth-child(6) > a:after {
content: "\f2f9";
font-family: 'Material-Design-Iconic-Font';
position: absolute;
top: 15px;
right: 20px;
transition: all 0.5s;
font-size: 12px;
}
.middle-menu-list > li:first-child > a:after,
.middle-menu-list > li:nth-child(6) > a:after {
right: 5px;
top: 20px;
font-size: 15px;
}
.header-top-right .header-list-menu > li:last-child a {
padding-right: 0;
}
.header-top-left .header-list-menu > li:hover > a:after,
.header-top-right .header-list-menu > li:first-child:hover > a:after,
.middle-menu-list > li:first-child:hover > a:after,
.middle-menu-list > li:nth-child(6):hover > a:after {
-wekit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.header-list-menu > li,
.middle-menu-list > li {
float: left;
position: relative;
}
.header-list-menu > li > a {
text-transform: uppercase;
font-size: 10px;
padding: 16px 35px 16px 16px;
display: block;
color: #777;
}
.header-list-menu > li:hover > a,
.home-2 .header-list-menu > li:hover > a,
.home-3 .header-list-menu > li:hover > a,
.header-list-menu > li > ul.ht-dropdown > li:hover a,
.megamenu-three-column > ul > li ul > li:hover > a,
.catergorie-product .single-product .pro-content h4 a:hover,
.cat-list li a:hover,
.middle-menu-list > li > ul.ht-dropdown > li:hover > a {
color: #f26667;
}
.header-top-left .header-list-menu > li > a {
border: 1px solid #e5e5e5;
margin: -1px -1px -1px 0;
}
.header-list-menu li a i {
margin-left: 5px;
transition: all 0.5s;
}
.header-list-menu li:hover a i {
transform: rotate(-180deg);
}
.ht-dropdown {
background: #fff;
left: 0;
opacity: 0;
padding: 0 20px;
position: absolute;
top: 100%;
-webkiit-transform: scaleY(0);
-moz-transform: scaleY(0);
-ms-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 0 0 0;
-moz-transform-origin: 0 0 0;
-ms-transform-origin: 0 0 0;
transform-origin: 0 0 0;
width: 150px;
text-align: left;
visibility: hidden;
z-index: 99999999;
cursor: pointer;
-ms-transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
transition: 0.5s;
-webkit-box-shadow: 0 0 3px 0 #e5e5e5;
-moz-box-shadow: 0 0 3px 0 #e5e5e5;
-ms-box-shadow: 0 0 3px 0 #e5e5e5;
box-shadow: 0 0 3px 0 #e5e5e5;
}
.header-list-menu > li:hover > ul.ht-dropdown,
.vertical-menu-list > li:hover ul.ht-dropdown,
.cart-box > ul > li:hover ul.ht-dropdown,
.middle-menu-list > li:hover > ul.ht-dropdown {
visibility: visible;
-webkiit-transform: scaleY(1);
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
opacity: 1;
}
.header-list-menu > li > ul.ht-dropdown > li,
.middle-menu-list > li > ul.ht-dropdown > li {
border-bottom: 1px solid #f2f2f2;
}
.header-list-menu > li > ul.ht-dropdown > li > a,
.middle-menu-list > li > ul.ht-dropdown > li > a {
font-size: 13px;
padding: 10px 0 9px 0;
line-height: 24px;
display: block;
text-transform: capitalize;
text-align: left;
color: #888;
}
.header-list-menu > li > ul.ht-account {
width: 225px;
}
.middle-menu-list > li > ul.ht-dropdown {
width: 200px;
}
/* home-2 css */
.home-2 .header-list-menu > li > a,
.home-2 .middle-menu-list > li a,
.home-3 .header-list-menu > li > a,
.home-3 .middle-menu-list > li a {
color: #fff;
}
.home-2 .header-top-left .header-list-menu > li > a,
.home-3 .header-top-left .header-list-menu > li > a {
border: 1px solid rgba(255, 255, 255, 0.2);
margin: -1px -1px 0 0;
}
.home-2 .header-top,
.home-3 .header-top {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.home-4 .header-top-right .header-list-menu > li:last-child a {
padding-right: 22px;
}
/*----------------------------------------*/
/* 4.2 Header Middle CSS
/*----------------------------------------*/
.logo img {
width: auto;
height: auto;
}
.middle-menu-list > li a {
display: block;
line-height: 25px;
padding: 20px;
color: #222222;
background: transparent;
text-transform: uppercase;
font-size: 13px;
}
.middle-menu-list > li:hover a,
.pro-content h4:hover a,
.footer-top .row [class*="col"]:not(:first-child) .single-footer li:hover a {
color: #f26667;
}
/* Mobile Menu css */
.mobile-menu.visible-sm.visible-xs.mean-container {
position: relative;
}
.mean-container .mean-nav {
background: #1D1D22;
margin-top: 0;
}
.mean-container .mean-bar {
background: inherit;
padding: 0;
min-height: 0;
position: absolute;
left: 0;
top: 21px;
z-index: 9999;
}
.mean-container a.meanmenu-reveal {
background: #f26667 none repeat scroll 0 0;
height: 10px;
padding: 8px 11px 17px;
top: -68px;
border-radius: 5px;
}
.mean-container .mean-nav ul li a.mean-expand {
height: 20px;
}
.mean-container .mean-nav ul li a {
font-size: 13px;
}
.mean-container .mean-nav ul li a:hover {
color: #f26667;
background: transparent;
}
.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li a.mean-expand.mean-expand.mean-clicked {
background: #1D1D22;
}
.mobile-menu ul li ul li a {
text-transform: capitalize !important;
}
.mean-container .mean-nav ul {
max-height: 255px;
overflow-y: auto;
}
/*----------------------------------------*/
/* 4.3 Header Bottom CSS
/*----------------------------------------*/
.menu-hideen {
display: none;
}
.header-bottom {
position: relative;
}
.vertical-menu {
position: relative;
width: 292px;
}
.vertical-menu-list {
position: absolute;
left: 0;
top: 100%;
background: #fff;
width: 100%;
z-index: 99;
-webkit-box-shadow: 0 0 3px 0 #e5e5e5;
-moz-box-shadow: 0 0 3px 0 #e5e5e5;
-ms-box-shadow: 0 0 3px 0 #e5e5e5;
box-shadow: 0 0 3px 0 #e5e5e5;
}
.vertical-menu-list > li {
position: relative;
}
.vertical-menu-list > li > a,
.category-menu li a {
display: block;
line-height: 19px;
text-transform: capitalize;
word-wrap: break-word;
color: #666666;
font-size: 14px;
font-weight: 400;
padding: 18px 0;
position: relative;
text-align: left;
border-bottom: 1px solid #e5e5e5;
-webkit-transition: inherit;
-moz-transition: inherit;
transition: inherit;
}
.vertical-menu-list > li:hover > a {
color: #222222;
font-weight: 700;
background: #ffd800;
}
.vertical-menu-list > li:nth-child(-n+6) > a:after {
content: "\f2f9";
font-family: 'Material-Design-Iconic-Font';
position: absolute;
top: 20px;
right: 15px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;
}
.vertical-menu-list > li:nth-child(-n+6):hover > a:after {
-wekit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
/* vertical mega menu css start */
.vertical-menu-list > li ul.megamenu {
width: 547px;
top: 0;
left: 100%;
padding: 25px 25px 25px 30px;
}
.vertical-menu-list > li ul.megamenu-two {
width: 641px;
}
.vertical-menu-list > li ul.megamenu-three {
width: 383px;
}
.megamenu-three-column > ul > li {
float: left;
width: 143px;
margin-right: 20px;
padding-right: 0;
border-right: 1px solid #e5e5e5;
}
.megamenu-three-column > ul > li:last-child {
border-right: none;
}
.megamenu-three-column h3 {
font-size: 14px;
color: #404040;
padding-bottom: 8px;
line-height: 22px;
display: block;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 8px;
}
.megamenu-three-column > ul > li ul > li > a {
font-size: 13px;
text-transform: capitalize;
line-height: 22px;
padding: 5px 0;
display: block;
color: #404040;
}
.megamenu-img img {
width: 100%;
}
.megamenu-three-column > ul > li.mega-image {
width: auto;
}
.mega-image ul li:not(:last-child) {
border-bottom: 2px solid #e5e5e5;
}
/* vertical mega menu css end */
.vertical-menu-list > li:nth-child(8) > a {
border-bottom: none;
}
.vertical-menu-list > li:nth-child(9) > a {
border-top: 1px solid #e5e5e5;
}
.category-menu > ul > li > a:before {
content: '\f19c';
font-family: 'Material-Design-Iconic-Font';
float: left;
color: #666;
font-size: 16px;
width: 60px;
text-align: center;
}
.category-menu > ul > li > a:hover {
cursor: pointer;
}
.category-menu > ul > li > ul.category-sub {
display: none;
}
.vertical-menu-list > li span,
.category-sub li span {
width: 60px;
display: inline-block;
text-align: center;
}
.category-sub li span {
float: left;
margin-top: 18px;
}
.vertical-menu > span {
line-height: 25px;
padding: 10px 10px 10px 30px;
color: #fff;
text-transform: uppercase;
font-size: 14px;
font-weight: 700;
position: relative;
background: #222222;
display: block;
cursor: pointer;
width: 100%;
}
.home-4 .vertical-menu > span {
background: #ff9800;
padding: 20px 10px 20px 30px;
}
.vertical-menu > span:after,
.search-box-view .submit:before,
.cart-box > ul > li > a:before {
content: "\f2f9";
position: absolute;
font-size: 24px;
font-weight: normal;
font-family: 'Material-Design-Iconic-Font';
right: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.search-box-view .email {
position: relative;
width: calc(100% - 50px);
float: left;
height: 45px;
font-size: 11px;
color: #333;
background: #fff;
line-height: 45px;
font-weight: 600;
border: none;
}
.search-box-view .submit:before {
content: "\f1c3";
}
.search-box-view .submit {
width: 50px;
font-size: 16px;
font-weight: 400;
float: left;
background: #333;
color: #fff;
height: 45px;
line-height: 45px;
text-transform: capitalize;
padding-right: 10px;
border: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
position: relative;
}
.search-box-view .submit:hover {
background: #f37778;
}
.main-cart-box {
padding: 30px;
}
.cart-box:before {
position: absolute;
content: "";
height: 65px;
width: 1px;
background: rgba(255, 255, 255, 0.2);
top: -10px;
left: 15px;
}
.home-4 .cart-box:before {
top: 0px;
}
.cart-box ul li {
position: relative;
}
.cart-box > ul > li > a {
display: inline-block;
vertical-align: sub;
margin-top: 4px;
padding-left: 70px;
}
.cart-box > ul > li > a:before,
.box-quantity .action-prime:before {
content: '\f1ca';
line-height: 35px;
font-size: 36px;
color: #fff;
margin-left: 35px;
left: 0;
right: auto;
}
.cart-text {
display: block;
font-weight: 700;
line-height: 20px;
font-size: 14px;
text-transform: uppercase;
color: #fff;
}
.cart-counter {
color: #fff;
font-size: 11px;
font-weight: 400;
display: inline-block;
vertical-align: top;
text-transform: uppercase;
text-align: center;
line-height: 15px;
}
.main-cart-box {
width: 290px;
left: auto;
right: 0;
}
.single-cart-box {
overflow: hidden;
position: relative;
margin-bottom: 18px;
}
.cart-img {
width: 35%;
float: left;
padding-right: 10px;
position: relative;
}
.cart-img img {
max-width: 100%;
}
.cart-content {
float: left;
width: 65%;
padding: 0 15px 15px 0;
}
.cart-content h6 {
color: #333;
font-size: 13px;
display: block;
margin-bottom: 10px;
line-height: 1.4;
text-transform: capitalize;
font-weight: normal;
}
.cart-footer h5 {
font-size: 14px;
padding: 15px 0;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
margin-bottom: 20px;
color: #555;
}
.cart-footer h5 span {
color: #f26667;
font-size: 15px;
font-weight: 600;
}
.cart-actions a {
display: block;
padding: 12px 0;
text-align: center;
font-size: 12px;
line-height: 1;
font-weight: 400;
text-transform: uppercase;
border: 1px solid #f2f2f2;
transition: all 0.3s ease 0s !important;
-moz-transition: all 0.3s ease 0s !important;
-webkit-transition: all 0.3s ease 0s !important;
-o-transition: all 0.3s ease 0s !important;
border-radius: 50px;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
}
.checkout {
background: #f26667;
color: #fff;
}
.checkout:hover {
background-color: #f37778;
border-color: transparent;
color: #fff;
}
.del-icone {
position: absolute;
right: 0;
top: 0;
z-index: 45;
color: #666;
}
/* fixed social icon css */
.fixed-icon {
position: fixed;
top: 25%;
right: 0;
z-index: 11;
}
.fixed-icon ul.fixed-icon-list li a {
width: 48px;
height: 48px;
line-height: 48px;
color: #fff;
display: block;
text-align: center;
font-size: 24px;
}
.fixed-icon ul.fixed-icon-list li a:hover {
background: #f26667 !important;
}
.fixed-icon ul.fixed-icon-list li:nth-child(1) a {
background: #1da1f2;
}
.fixed-icon ul.fixed-icon-list li:nth-child(2) a {
background: #dc4e41;
}
.fixed-icon ul.fixed-icon-list li:nth-child(3) a {
background: #3b5998;
}
.fixed-icon ul.fixed-icon-list li:nth-child(4) a {
background: #cb2027;
}
.fixed-icon ul.fixed-icon-list li:nth-child(5) a {
background: #0177b5;
}
.home-3 .header-bottom .light-blue-bg,
.home-2 .header-bottom .blue-bg {
position: absolute;
width: 100%;
top: -35px;
left: 0;
z-index: 9999;
}
/*----------------------------------------*/
/* 5. Slider CSS
/*----------------------------------------*/
.slider-image img {
width: 100%;
}
.nivo-caption p {
padding: 0;
}
.slider-text {
left: 70px;
position: absolute;
top: 46%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.slider-text h1,
.slider-text h1 span {
font-size: 60px;
text-transform: uppercase;
font-weight: 300;
color: #222;
line-height: 60px;
}
.slider-text h1 span {
font-weight: 700;
}
.slider-text h5 {
font-size: 20px;
color: #f26667;
font-weight: 900;
text-transform: uppercase;
line-height: 18px;
margin: 20px 0 15px 0;
display: inline-block;
}
.slider-text p {
font-size: 60px;
font-weight: 700;
color: #222;
line-height: 60px;
margin-bottom: 25px;
}
.slider-text p span {
font-size: 40px;
}
.slider-text a {
font-size: 14px;
color: #fff;
text-transform: uppercase;
font-weight: 400;
padding: 15px 20px;
background: #0162bd;
position: absolute;
}
.slider-text a:hover {
background: #f26667;
}
/* home-2 slider css */
.home-2 .single-banner,
.home-4 .single-banner {
float: none;
width: 100%;
}
.home-2 .single-banner img {
min-height: 198px;
}
.home-4 .single-banner img {
min-height: 200px;
}
.home-2 .slider-text {
left: auto;
right: 70px;
text-align: right;
}
.home-4 .slider-text {
left: 60px;
}
.home-2 .slider-text a {
right: 0;
top: 100%;
}
.home-2 .slider-text h5.home-2 {
color: #f6f452;
}
.home-2 .slider-text span.home-2,
.home-2 .slider-text .home-2 span,
.home-4 .slider-text h1.fadeInLeft,
.home-4 .slider-text h1.fadeInLeft span {
color: #fff;
}
.home-4 .slider-text h5.fadeInRight {
margin-top: 0;
}
.home-4 .slider-text h1.fadeInLeft {
margin-bottom: 15px;
}
.home-4 .slider-text h1.zoomInUp {
text-transform: capitalize;
}
.home-2 .slider-text .home-2 span {
text-transform: capitalize;
}
.home-2 .recent-img,
.home-2 .recent-content,
.home-4 .recent-img,
.home-4 .recent-content {
width: 100%;
float: none;
}
/* -- slider nav css -- */
.slider-wrapper.theme-default {
position: relative;
}
.nivo-caption {
height: 100%;
opacity: 1;
background: transparent;
overflow: visible;
}
/* nivo directionNav css */
.nivo-directionNav a {
background: #fff none repeat scroll 0 0;
color: #808080;
font-size: 25px;
height: 30px;
line-height: 30px;
opacity: 0;
text-align: center;
transition: all 0.4s ease-in-out 0s;
width: 30px;
}
.nivo-directionNav a.nivo-prevNav {
left: 25px;
}
.nivo-directionNav a.nivo-nextNav {
right: 25px;
}
.slider-wrapper:hover .nivo-directionNav a.nivo-prevNav {
left: 15px;
opacity: 1;
}
.slider-wrapper:hover .nivo-directionNav a.nivo-nextNav {
right: 15px;
opacity: 1;
}
.home-4 .nivoSlider img {
max-height: 600px;
}
.home-4 .single-banner-left.zoom img {
min-height: 300px;
}
/* nivo controlNav css */
.nivo-controlNav {
padding: 0;
position: absolute;
z-index: 12;
bottom: 15px;
width: 100%;
}
.nivo-controlNav a {
font-size: 0;
cursor: pointer;
width: 10px;
height: 10px;
background: #fff;
margin: 0 5px;
display: inline-block;
line-height: 10px;
border-radius: 50%;
}
.nivo-controlNav a.active {
background: #0162bd;
}
.single-banner {
float: left;
width: 33.333333%;
}
.single-banner img {
width: 100%;
}
/*----------------------------------------*/
/* 6. New Producs CSS
/*----------------------------------------*/
.single-product {
position: relative;
overflow: hidden;
padding: 25px 15px;
background: #fff;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.single-product:hover {
z-index: 2;
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.owl-carousel .owl-stage-outer,
.random.recent-post-active.owl-carousel .owl-stage-outer {
margin: -5px;
padding: 5px;
width: auto;
display: block;
}
.recent-post-two.best-seller-two.owl-carousel .owl-stage-outer,
.recent-post-active.owl-carousel .owl-stage-outer {
margin: 0px;
padding: 0px;
}
.owl-carousel .owl-item.active:hover {
z-index: 2;
}
.single-product {
overflow: hidden;
padding: 25px 15px;
position: relative;
transition: all 0.5s ease-in-out 0s;
background: #F5F5F5;
}
.owl-item.active .single-product,
.main-categorie .single-product {
background: #fff none repeat scroll 0 0;
}
.owl-carousel .owl-item.active.last .single-product::after {
width: 0;
}
.new-products.owl-carousel .owl-item.active.last .single-product::after,
.related-main-pro.owl-carousel .owl-item.active.last .single-product::before {
width: 0;
}
.single-product:after,
.home-4 .second-featured-products .single-product:before,
.home-3 .second-featured-products .single-product:before {
content: "";
position: absolute;
top: 30px;
bottom: 30px;
right: -1px;
height: 185px;
width: 1px;
opacity: 1 -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
z-index: 99;
}
.new-product .owl-stage .owl-item.active:last-child .single-product:after {
opacity: 0 !important;
}
.home-4 .best-seller-two .single-product:after,
.home-2 .best-seller-two .single-product:after {
display: none;
}
.pro-img {
float: left;
width: 47%;
margin-right: 10px;
position: relative;
overflow: hidden;
}
.pro-img img {
width: 100%;
backface-visibility: hidden;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.pro-img .secondary-img {
position: absolute;
left: 0;
top: 0;
z-index: 3;
opacity: 0;
}
.single-product:hover .pro-img .secondary-img {
opacity: 1;
}
.quick-view {
position: absolute;
z-index: 5;
bottom: 0;
left: 0;
width: 100%;
}
.quick-view a {
line-height: 34px;
border: 1px solid #dddddd;
display: inline-block;
vertical-align: top;
padding: 0 27px;
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
background: #fff;
color: #474747;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
opacity: 0;
transform: scale(0);
}
.single-product:hover .quick-view a {
opacity: 1;
transform: scale(1);
}
.quick-view:hover a {
background: #f26667;
color: #fff;
}
.quick-view a:before {
content: "\f15c";
font-family: 'Material-Design-Iconic-Font';
font-size: 20px;
display: inline-block;
vertical-align: top;
color: #474747;
font-weight: normal;
margin-right: 8px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.quick-view:hover a:before {
color: #fff;
}
.pro-content {
overflow: hidden;
display: block;
width: auto;
padding: 30px 0;
}
.pro-content h4 a {
color: #0162bd;
padding: 0;
margin-bottom: 14px;
display: block;
line-height: 20px;
text-transform: capitalize;
overflow: hidden;
font-size: 14px;
font-weight: 700;
}
.pro-content p span,
.pro-content p del {
color: #535353;
font-size: 18px;
font-weight: 400;
}
.pro-content p del {
color: #f26667;
margin-left: 5px;
}
.rating i {
color: #f7bc3d;
font-size: 13px;
letter-spacing: -3px;
}
.pro-actions {
position: absolute;
bottom: 25px;
right: 15px;
z-index: 6;
}
.pro-actions a:hover {
background: #f26667;
opacity: 1;
}
.actions-primary {
z-index: 1;
position: relative;
float: right;
}
.actions-primary > a,
.actions-secondary > a {
line-height: 38px;
height: 38px;
width: 38px;
display: block;
padding: 0;
color: #fff;
background: #dddddd;
border: 0;
font-size: 25px;
text-align: center;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.actions-secondary {
float: right;
}
.actions-secondary > a {
margin-right: 10px;
text-align: center;
display: inline-block;
vertical-align: top;
color: #fff;
background: #dddddd;
-webkit-border-radius: 100%;
border-radius: 100%;
opacity: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-webkit-transform: translateX(130%) rotate(360deg);
-moz-transform: translateX(130%) rotate(360deg);
-ms-transform: translateX(130%) rotate(360deg);
-o-transform: translateX(130%) rotate(360deg);
transform: translateX(130%) rotate(360deg);
}
.single-product:hover .actions-secondary > a {
opacity: 1;
-webkit-transform: translateX(0) rotate(0);
-moz-transform: translateX(0) rotate(0);
-ms-transform: translateX(0) rotate(0);
-o-transform: translateX(0) rotate(0);
transform: translateX(0) rotate(0);
}
/* owl nav css for all section */
.hot-deal .owl-nav div,
.best-seller .owl-nav div,
.second-featured-pro .owl-nav div,
.recent-post-active .owl-nav div,
.active-logo-brand .owl-nav div,
.hotdeal-two .owl-nav div,
.logo-brand-two .owl-nav div,
.best-seller-two .owl-nav div,
.related-main-pro .owl-nav div,
.unique-tab .owl-nav div {
background: #fff;
border: 1px solid #dcdcdc;
width: 28px;
height: 24px;
line-height: 24px;
font-size: 20px;
text-transform: capitalize;
text-align: center;
font-weight: 700;
right: 0;
position: absolute;
top: -45px;
transition: all 0.3s ease-in;
opacity: 1;
}
.hot-deal .owl-nav div:hover,
.best-seller .owl-nav div:hover,
.second-featured-pro .owl-nav div:hover,
.recent-post-active .owl-nav div:hover,
.active-logo-brand .owl-nav div:hover,
.related-main-pro .owl-nav div:hover,
.hotdeal-two .owl-nav div:hover,
.logo-brand-two .owl-nav div:hover,
.best-seller-two .owl-nav div:hover,
.unique-tab .owl-nav div:hover {
border-color: #f26667;
background: #f26667;
color: #fff;
}
.hot-deal .owl-nav div.owl-prev,
.best-seller .owl-nav div.owl-prev,
.second-featured-pro .owl-nav div.owl-prev,
.recent-post-active .owl-nav div.owl-prev,
.active-logo-brand .owl-nav div.owl-prev,
.related-main-pro div.owl-prev,
.hotdeal-two div.owl-prev,
.logo-brand-two div.owl-prev,
.best-seller-two div.owl-prev,
.unique-tab .owl-nav div.owl-prev {
right: 27px;
}
.second-featured-pro .owl-nav div,
.best-seller-two .owl-nav div,
.fix-nav .owl-nav div,
.recent-post-active .owl-nav div,
.active-logo-brand .owl-nav div,
.logo-brand-two .owl-nav div,
.unique-tab .owl-nav div {
top: -65px;
}
.random .owl-nav div,
.hotdeal-two .owl-nav div,
.new-products .owl-nav div {
top: -50px;
}
/*----------------------------------------*/
/* 7. Hot Deal & Best Seller Product CSS
/*----------------------------------------*/
.first-featured-products .single-product {
margin-bottom: 10px;
}
.hot-deal .single-product,
.first-featured-products .single-product,
.home-4 .hotdeal-two .single-product,
.home-2 .hotdeal-two .single-product {
padding: 25px 25px 20px 25px;
}
.hot-deal .single-product:after,
.first-featured-products .single-product:after,
.second-featured-products .single-product:after,
.catergorie-product .single-product:after,
.random .single-product:after,
.home-4 .hotdeal-two .single-product:after {
display: none;
}
.hot-deal .pro-img,
.first-featured-products .pro-img,
#grid-view .single-product .pro-img,
.related-main-pro .single-product .pro-img,
.hotdeal-two .pro-img {
float: none;
width: 100%;
margin-right: 0;
}
.hot-deal .pro-img img,
.home-4 .hotdeal-two .single-product .pro-img img,
.home-2 .hotdeal-two .single-product .pro-img img {
padding: 10px 25px;
}
.hot-deal .pro-content,
.first-featured-products .pro-content,
.main-categorie .tab-content .single-product .pro-content,
.hotdeal-two .pro-content {
padding: 15px 0 0 0;
}
.home-4 .hotdeal-two .single-product {}
#countdown,
#countdown-two,
#countdown-three,
#countdown-four {
position: absolute;
bottom: 0;
left: 0;
z-index: 12;
}
.count {
display: inline-block;
background: #FFD800;
color: #333;
font-weight: 700;
font-size: 17px;
text-align: center;
padding: 6px 10px;
margin-right: 1px;
}
.count span {
display: block;
font-weight: normal;
font-size: 13px;
text-transform: capitalize;
letter-spacing: 1px;
line-height: 20px;
}
.best-seller .single-product {
padding: 20px 15px;
}
.best-seller .single-product:after,
.second-featured-pro .single-product:before,
.random .single-product:before,
.home-4 .best-seller-two .single-product:before,
.home-2 .best-seller-two .single-product:before {
content: "";
position: absolute;
top: auto;
bottom: -1px;
left: 15px;
right: 15px;
width: 100%;
height: 1px;
opacity: 1;
-webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
}
/*----------------------------------------*/
/* 8. First Featured Product CSS
/*----------------------------------------*/
.product-list {
border-bottom: 1px solid #dcdcdc;
}
.product-list li,
.main-thumb-desc li {
display: inline-block;
position: relative;
}
.product-list li.active a,
.product-list li:hover a {
color: #222;
}
.product-list li {
font-size: 18px;
color: #444;
display: inline-block;
text-transform: capitalize;
font-weight: 600;
cursor: pointer;
margin-right: 45px;
padding-bottom: 11px;
position: relative;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
.product-list li:last-child {
margin-right: 0;
}
.product-list li:before,
.main-thumb-desc li:before {
content: "";
width: 77px;
max-width: 100%;
height: 2px;
background: transparent;
position: absolute;
bottom: -1px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
.product-list li.active:before,
.product-list li:hover:before,
.main-thumb-desc li.active:before,
.main-thumb-desc li:hover:before {
background: #f26667;
}
.product-list li:after,
.main-thumb-desc li:after {
content: "";
border: 6px solid transparent;
position: absolute;
bottom: -12px;
left: 50%;
margin-left: -3px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
.product-list li.active:after,
.product-list li:hover:after,
.main-thumb-desc li.active:after,
.main-thumb-desc li:hover:after {
border-top: 6px solid #f26667;
}
.tab-content .pro-img img {
padding: 0;
}
.pro-content.large-content {
padding-bottom: 10px;
}
.large-content h4 {
border-bottom: 1px solid #e5e5e5;
margin-bottom: 27px;
padding-bottom: 10px;
}
.large-content h4 a {
font-size: 18px;
}
/*----------------------------------------*/
/* 9. Second Featured Product CSS
/*----------------------------------------*/
.second-featured-products .single-product {
padding: 10px 15px;
}
.second-featured-products .pro-img {
width: 30%;
}
.second-featured-products .quick-view a:before {
margin-right: 0;
}
.second-featured-products .quick-view a {
line-height: 30px;
padding: 0 42px;
}
.home-3 .second-featured-products .quick-view a:before,
.home-4 .second-featured-products .quick-view a:before {
margin-right: 8px;
}
.home-2 .second-featured-products .quick-view a,
.home-4 .second-featured-products .quick-view a {
line-height: 30px;
padding: 0 25px;
}
.home-2 .quick-view,
.home-4 .quick-view {
bottom: 1px;
}
/*----------------------------------------*/
/* 10. Discover Catergories Products CSS
/*----------------------------------------*/
.catergorie-product .single-product {
background: #fff;
padding: 20px;
margin-bottom: 10px;
}
.catergorie-product .single-product:hover {
-webbkit-box-shadow: none;
-ms-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.catergorie-product .single-product .pro-img {
width: 38%;
margin-right: 20px;
}
.catergorie-product .single-product .pro-content {
padding: 5px 0;
}
.catergorie-product .single-product .pro-content h4 a {
color: #444444;
margin-bottom: 6px;
}
.cat-list li a {
color: #777777;
font-size: 14px;
line-height: 25px;
display: block;
text-transform: capitalize;
}
/*----------------------------------------*/
/* 11. Recent Post & Logo Brands CSS
/*----------------------------------------*/
.recent-img,
.recent-content {
width: 50%;
float: left;
}
.date-time {
font-size: 11px;
text-transform: uppercase;
font-weight: 400;
color: #0162bd;
line-height: 25px;
display: inline-block;
}
.date-time:before {
content: '\f337';
font-family: 'Material-Design-Iconic-Font';
vertical-align: top;
font-size: 18px;
margin-right: 9px
}
.dual-img img {
margin-bottom: 10px;
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.dual-img img:hover {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
}
.active-logo-brand .dual-img > a > img {
margin-bottom: 10px;
}
/*----------------------------------------*/
/* 12. Newsletter& Subscribe CSS
/*----------------------------------------*/
.subscribe .search-box-view .email {
background: transparent;
border: 1px solid rgba(255, 255, 255, 0.2);
color: #e1e1e1;
padding: 5px 10px 5px 130px;
position: relative;
font-size: 15px;
width: calc(100% - 60px);
font-weight: 400;
}
.subscribe .search-box-view label {
height: 27px;
line-height: 27px;
font-size: 13px;
text-transform: uppercase;
font-weight: 400;
text-align: center;
padding: 0 20px;
border-right: 1px solid #919191;
background: transparent;
color: #fff;
position: absolute;
left: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.subscribe .search-box-view .submit {
background: transparent;
}
.subscribe .search-box-view .submit:before {
content: "\f15a";
display: block;
background: #0162bd;
font-size: 24px;
width: 100%;
position: absolute;
right: -10px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.subscribe .search-box-view .submit:hover:before {
background: #f26667;
}
.home-4 .subscribe .search-box-view .submit:before {
background: #fb8800;
}
.social-follow h3 {
display: inline-block;
vertical-align: top;
color: white;
line-height: 32px;
text-transform: capitalize;
margin: 0;
margin-right: 20px;
font-size: 18px;
font-weight: 600;
padding: 7px 0;
}
.follow-box {
display: inline-block;
margin-top: 7px;
}
.follow-box li {
display: inline-block;
margin-right: 5px;
}
.follow-box li a {
display: inline-block;
vertical-align: top;
color: #fff;
border: 1px solid rgba(255, 255, 255, 0.2);
font-size: 18px;
line-height: 30px;
border-radius: 100%;
padding: 0;
width: 32px;
height: 32px;
text-align: center;
z-index: 1;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
.follow-box li:hover a {
background: #f26667;
color: #fff;
border-color: #f26667;
}
.home-3 .subscribe .search-box-view .submit:before {
background: #222;
}
.home-3 .subscribe .search-box-view .email {
color: #fff;
}
/*----------------------------------------*/
/* 13.1 Footer Top CSS
/*----------------------------------------*/
.footer-title {
margin: 7px 0 10px 0;
}
.footer-title {
color: #444444;
font-size: 14px;
font-weight: 700;
line-height: 26px;
text-transform: uppercase
}
.footer-list li,
.first-content li {
position: relative;
margin-bottom: 5px;
color: #666666;
line-height: 26px;
display: block;
}
.first-content li {
padding-left: 30px;
}
.footer-list.first-content li:nth-child(2) {
text-transform: unset;
}
.footer-list.first-content li a:before {
display: none;
}
.footer-list li {
text-transform: capitalize;
transition: all 0.5s ease-in-out;
}
.footer-list li a:before {
font-family: 'Material-Design-Iconic-Font';
content: "\f136";
margin: 0 15px 0 0;
display: inline-block;
vertical-align: 1px;
color: #f26667;
}
.footer-list li i {
font-size: 18px;
display: inline-block;
position: absolute;
left: 0;
top: 3px;
}
.footer-top .row [class*="col"]:not(:first-child) .single-footer li a {
color: #666666;
display: block;
font-size: 14px;
display: inline-block;
}
.footer-top .row [class*="col"]:not(:first-child) .single-footer li a:hover {
padding-left: 5px;
}
/*----------------------------------------*/
/* 13.2 Footer Middle CSS
/*----------------------------------------*/
.single-service {
position: relative;
}
.single-service:before {
content: "\f129";
font-family: 'Material-Design-Iconic-Font';
font-size: 40px;
color: #0162bd;
display: inline-block;
vertical-align: top;
position: absolute;
line-height: 1;
left: 0;
top: 0;
}
.single-service.serve-two:before {
content: "\f1e6"
}
.single-service.serve-three:before {
content: "\f1f6"
}
.service-des {
font-size: 13px;
line-height: 20px;
padding-left: 55px;
}
.service-des h3 {
font-weight: 600;
text-transform: capitalize;
font-size: 18px;
margin-bottom: 5px;
}
/*----------------------------------------*/
/* 14. ScrollUp CSS
/*----------------------------------------*/
#scrollUp {
background: #333;
color: #fff;
width: 40px;
height: 40px;
right: 15px;
bottom: 15px;
text-align: center;
border-radius: 100%;
-webkit-border-radius: 100%;
border: 2px solid #fff;
text-decoration: none;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
font-weight: bold;
}
#scrollUp i {
font-size: 25px;
line-height: 38px;
}
#scrollUp:hover {
background: #f26667;
color: #fff;
border-color: transparent;
cursor: pointer;
}
/*----------------------------------------*/
/* 15. Accessoriies & Category Page CSS
/*----------------------------------------*/
.accessories .section-title h2,
.sign-up .section-title h2,
.cart-main-area .section-title h2,
.contact-us .section-title h2,
.blog .section-title h2,
.error404-area .section-title h2 {
display: inline-block;
text-transform: uppercase;
font-size: 24px;
font-weight: 900;
color: #222222;
}
.sidebar {
padding: 20px;
}
.sidebar-title {
margin-bottom: 20px;
vertical-align: top;
line-height: 20px;
padding: 0 0 9px 0;
font-size: 16px;
font-weight: 900;
text-transform: uppercase;
position: relative;
color: #222222;
border-bottom: 2px solid #222222;
}
.flter-option h4,
.color-option h4,
.manufacturer h4 {
font-size: 16px;
color: #3b3b3b;
text-transform: capitalize;
line-height: 24px;
font-weight: 400;
display: block;
position: relative;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #e5e5e5;
}
/* price slider css */
.ui-widget.ui-widget-content {
margin: 20px 0;
}
.ui-slider-handle.ui-state-default.ui-corner-all {
background: #fff;
border-radius: 100%;
cursor: pointer;
display: block;
height: 14px;
width: 14px;
box-shadow: 0 0 0 4px #ffd800;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin-left: 0;
border: none;
}
.ui-slider-range.ui-widget-header.ui-corner-all {
background: #a2a2a2;
height: 100%;
position: absolute;
}
.ui-widget.ui-widget-content {
border: navajowhite;
background: #dadada;
border-radius: 4px;
height: 7px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
outline: none;
}
.amount,
.price-button {
word-spacing: 25px;
font-size: 14px;
width: 78%;
color: #3b3b3b;
font-weight: 400;
background: transparent;
border: none;
padding: 0;
}
.amount:focus {
box-shadow: 0 0 5px #ddd;
}
/* color option css */
.color-option ul li a {
width: 21px;
height: 21px;
margin: 0 8px 10px 0;
display: block;
transition: intial;
}
.color-option ul li a:hover {
outline: 2px solid #FF5216;
}
.color-option ul li {
display: inline-block;
}
.black {
background: #000;
}
.blue {
background: #1857f7;
}
.grey {
background: #8f8f8f;
}
.green {
background: #53a828;
}
.purple {
background: #ce64d4;
}
.orange {
background: #eb6703;
}
.rose {
background: #ef3dff;
}
.red {
background: #ff0000;
}
.white {
background: #fff;
border: 1px solid #ebebeb;
}
.yellow {
background: #ffd500;
}
/* manufacturer css */
.manufacturer li {
position: relative;
}
.manufacturer li a {
font-size: 13px;
line-height: 25px;
text-transform: capitalize;
font-weight: 400;
display: block;
position: relative;
padding-left: 22px;
color: #666;
}
.manufacturer li a:before {
content: '';
position: absolute;
left: 0;
width: 10px;
height: 10px;
background: #fff;
border: 1px solid #ebebeb;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.manufacturer li:hover a {
color: #eb6703;
}
.manufacturer li:hover a:before {
background: #eb6703;
border-color: #eb6703;
}
.manufacturer li a span {
float: right;
}
/* random product css */
.random .single-product {
padding: 15px;
}
.random .single-product .pro-img {
width: 36%;
}
.random .single-product .pro-content {
padding: 5px 0;
}
.random-side .single-product .pro-content {
padding: 20px 0;
}
/* breadcrumb css */
.breadcrumb-list {
border-bottom: 1px solid #dcdcdc;
}
.breadcrumb-list li {
display: inline-block;
}
.breadcrumb-list li a {
font-size: 13px;
text-transform: capitalize;
color: #999;
}
.breadcrumb-list li.active a,
.breadcrumb-list li:hover a {
color: #333;
font-weight: 400;
}
.breadcrumb-list li:not(:last-child):after {
font-family: 'Material-Design-Iconic-Font';
display: inline-block;
vertical-align: middle;
margin: 0 10px;
font-size: 12px;
content: "\f2fb";
color: #999999;
width: 14px;
height: 14px;
text-align: center;
-webkit-border-radius: 100%;
border-radius: 100%;
border: 1px solid #999999;
line-height: 13px;
padding-left: 1px;
}
/* compare product css */
.compare-products .single-product {
padding: 0;
background: #fff;
}
.compare-products .single-product:before {
display: none;
}
.random-side.recent-post-active .owl-nav div {
width: 24px;
height: 24px;
line-height: 22px;
font-size: 18px;
top: -47px;
}
.random-side.recent-post-active .owl-nav div.owl-prev {
right: 23px;
}
/* toolbar css */
.toolbar-sorter label,
.field-limiter label {
font-size: 14px;
color: #222222;
text-transform: capitalize;
}
.sorter {
width: 130px;
}
.sorter:focus,
.limiter:focus {
outline: none;
}
.sorter,
.limiter {
padding: 0 5px;
height: 34px;
font-size: 14px;
color: #666;
background: #e1e1e1;
}
.limiter {
min-width: 55px;
margin-right: 0;
margin-left: 7px;
width: auto;
}
/* product grid veiw css */
.main {
position: relative;
}
.main:before {
content: "";
position: absolute;
left: 0;
top: 50%;
width: 100%;
height: 2px;
background: #e5e5e5;
-weebkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.grid-list-view,
.field-limiter.f-right {
background: #f5f5f5;
}
.toolbar-sorter.f-left {
background: #f5f5f5;
padding: 0 20px;
}
.grid-list-view li {
display: inline-block;
}
.grid-list-view li a {
line-height: 34px;
padding: 0;
margin-right: 10px;
font-size: 14px;
color: #999999;
text-transform: capitalize;
}
.grid-list-view li:last-child a {
margin-right: 15px;
}
.grid-list-view li.active a,
.grid-list-view li:hover a {
color: rgb(68, 68, 68);
font-weight: 700;
}
.grid-list-view li.active a i,
.grid-list-view li:hover a i {
color: #f26667;
}
.grid-list-view li a i {
margin-right: 5px;
font-size: 18px;
color: #666666;
vertical-align: text-bottom;
}
.main-categorie .tab-content .single-product {
margin-bottom: 10px;
padding: 25px 25px 20px 25px;
}
/* product list view css */
#list-view .single-product {
padding: 15px 25px;
margin-bottom: 10px;
}
#list-view .pro-img {
width: 33.33333%;
padding: 0 15px;
margin-right: 0;
}
#list-view .pro-content {
padding: 0 15px;
}
/* toolbar pagination css */
.toolbar-pagination {
border-bottom: 1px solid #e5e5e5;
}
.toolbar-pagination-list li {
display: inline-block;
}
.toolbar-pagination-list li a {
color: #222;
font-size: 16px;
display: inline-block;
height: 30px;
width: 39px;
line-height: 30px;
border-bottom: 1px solid transparent;
margin-bottom: -1px;
}
.toolbar-pagination-list li:hover a,
.toolbar-pagination-list li.active a {
border-color: #f26667;
color: #f26667;
}
.toolbar-pagination-list li.active a {
font-weight: 700;
}
/*----------------------------------------*/
/* 16. Product Thumbnail & Description CSS
/*----------------------------------------*/
.product-thumbnail {
margin-top: 15px;
}
.main-product-thumbnail .tab-content img,
.product-thumbnail .thumb-menu div img {
width: 100%;
border: 1px solid #f3f3f3;
}
.fancybox-thumbs > ul > li {
height: 120px;
}
/* owl nav css customization */
.thumb-menu .owl-nav div {
background: rgba(255, 255, 255, 0.3);
color: #999;
height: 100%;
width: 25px;
line-height: 100%;
text-align: center;
font-weight: bold;
font-size: 30px;
left: 0;
position: absolute;
top: 50%;
transition: all 0.5s ease-in-out;
transform: translateY(-50%);
}
.thumb-menu .owl-nav div:hover {
color: #777;
}
.thumb-menu .owl-nav div.owl-next {
left: auto;
right: 0;
}
.thumb-menu .owl-nav div i {
position: absolute;
left: 0;
top: 50%;
width: 100%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.product-header {
font-size: 28px;
font-weight: 400;
color: #333;
text-transform: capitalize;
margin: 15px 0 9px 0;
}
.pro-ref p {
font-size: 13px;
color: #999;
text-transform: capitalize;
}
.pro-ref p label {
color: #999;
font-size: 13px;
margin-right: 5px;
}
.pro-ref p span.stock {
color: #0162bd;
}
.rating-feedback {
margin-left: 10px;
}
.rating-feedback a {
display: inline-block;
text-transform: capitalize;
color: #858484;
padding: 0 6px;
font-size: 13px;
}
.rating-feedback a:hover {
color: #f26667;
}
.rating-feedback a:last-child {
border-left: 1px solid #858484;
}
.pro-price span {
font-size: 28px;
}
.box-quantity .number {
display: inline-block;
height: 61px;
width: 76px;
text-align: center;
border: none;
font-size: 18px;
color: #3b3b3b;
padding: 0 10px;
background: #fff;
margin-right: 15px;
}
.box-quantity .action-prime {
border: none;
line-height: 61px;
height: 61px;
width: auto;
font-size: 20px;
font-weight: 700;
color: #fff;
text-transform: capitalize;
border-radius: 0;
padding: 0 20px;
background: #f26667;
position: relative;
-webkit-transition: background 0.2s ease-in;
-moz-transition: background 0.2s ease-in;
-ms-transition: background 0.2s ease-in;
transition: background 0.2s ease-in;
}
.box-quantity .action-prime:before {
font-family: 'Material-Design-Iconic-Font';
margin-left: 0;
padding-right: 10px;
vertical-align: text-top;
font-size: 38px;
line-height: 30px;
}
.box-quantity .action-prime:hover {
background: #0162bd;
}
.product-social-link ul li a {
color: #0162bd;
text-transform: capitalize;
font-size: 14px;
font-weight: 700;
}
.product-social-link ul li a:before {
content: "\f15e";
font-family: Material-Design-Iconic-Font;
font-size: 24px;
color: #fff;
text-align: center;
width: 37px;
height: 37px;
line-height: 37px;
display: inline-block;
border-radius: 100%;
background: #0162bd;
margin-right: 10px;
vertical-align: middle;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.product-social-link ul li:nth-child(2) a:before {
content: "\f1b5";
}
.product-social-link ul li:nth-child(3) a:before {
content: '\f159';
}
.product-social-link ul li:hover a {
color: #f26667;
}
.product-social-link ul li:hover a:before {
background: #f26667;
color: #fff;
}
/*----------------------------------------*/
/* 17. Product Thumbnail Revies CSS
/*----------------------------------------*/
.main-thumb-desc li {
margin-right: 20px;
}
.main-thumb-desc li a {
color: #222222;
font-size: 18px;
text-transform: capitalize;
padding-bottom: 10px;
display: block;
}
.main-thumb-desc li.active a {
font-weight: 700;
}
.tab-content.thumb-content {
background: #fff;
padding: 25px;
border-top: 1px solid #dcdcdc;
}
.review.pb-40 {
border-bottom: 1px solid #dcdcdc;
}
.review-list span {
margin-right: 25px;
width: 35px;
display: inline-block;
vertical-align: top;
font-weight: 700;
text-transform: capitalize;
}
.review-title,
.review-mini-title {
font-weight: 300;
font-size: 42px;
text-transform: capitalize;
color: #777;
}
.review-mini-title {
font-size: 30px;
margin: 0 0 28px;
}
.review-list .rating {}
.review-list i {
color: #F76822;
font-size: 20px;
}
.review-list span {
margin-right: 25px;
width: 35px;
display: inline-block;
vertical-align: top;
}
.review-list label {
margin-left: 100px;
}
.review.pt-50 .review-title {
color: #555;
text-transform: inherit;
font-size: 32px;
font-weight: 500;
}
.review.pt-50 p {
text-transform: capitalize;
}
.req {
position: relative;
}
.req:after {
content: '*';
color: #e02b27;
font-size: 18px;
margin-left: 3px;
position: absolute;
top: 1px;
}
.riview-field {
max-width: 500px;
}
.riview-field .form-control,
.contact-form .form-control {
background: #fff;
border: 1px solid #e5e5e5;
outline: none;
border-radius: 1px;
font-size: 14px;
line-height: 1.42857143;
padding: 0 9px;
width: 100%;
}
.riview-field textarea.form-control {
padding: 9px;
}
.riview-field button,
.main-signin .create-account .btn-account,
.contact-form button,
.return-customer-btn {
background: #f2f2f2;
border: 1px solid #cdcdcd;
color: #333;
font-weight: 700;
text-transform: uppercase;
padding: 10px 15px;
font-size: 12px;
-webkt-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.form-message.success {
color: green;
}
.form-message.error {
color: #e02b27;
}
/*----------------------------------------*/
/* 18. Related & Upsell Product CSS
/*----------------------------------------*/
.related-main-pro .pro-content {
padding: 15px 0 0 0;
}
.related-main-pro .single-product:after {
height: 330px;
}
.home-4 .second-featured-products .single-product:before,
.home-3 .second-featured-products .single-product:before {
height: 300px;
}
/*----------------------------------------*/
/* 19. Sign-Up Page CSS
/*----------------------------------------*/
.sign-up .form-group,
.contact-form .form-group {
margin-bottom: 30px;
}
.create-account h3,
.contact-header h3 {
text-transform: capitalize;
font-weight: 500;
font-size: 32px;
color: #444;
}
.create-account .sign-in h3 span.inherite {
text-transform: lowercase;
}
.main-signin h3 {
border-bottom: 1px solid #e8e8e8;
}
.main-signin .create-account .btn-account,
.create-account.riview-field button,
.contact-form button,
.return-customer-btn {
background: #ddd;
border: 1px solid #cdcdcd;
color: #333;
-webkt-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.create-account.riview-field button:hover,
.main-signin .create-account .btn-account:hover,
.contact-form button:hover,
.riview-field button:hover,
.return-customer-btn:hover {
background: #f26667;
color: #fff;
border-color: #f26667;
}
/*----------------------------------------*/
/* 20. Quick View Product CSS
/*----------------------------------------*/
.modal-dialog.max-width {
max-width: 900px;
width: auto;
}
.quiick-view-details {
width: 100%;
max-height: 735px;
overflow: auto !important;
padding: 35px;
}
.max-width .modal-header {
padding: 0;
border-bottom: none;
}
.max-width .modal-body {
padding: 0;
}
.max-width .modal-header .close {
margin-top: 0;
position: absolute;
right: 0px;
top: 0;
font-size: 30px;
background: #ff0000;
padding: 0 7px;
opacity: 1;
color: #fff;
z-index: 55;
}
.max-width .modal-header .close:hover {
background: #f26667;
}
/*----------------------------------------*/
/* 21. Cart & Wish List CSS
/*----------------------------------------*/
.cart-main-area .section-title h2,
.coupon-area .section-title h2 {
text-transform: capitalize;
color: #555;
font-size: 24px;
}
.cart-main-area {}
.shipping_method input {
background: #eceff8 none repeat scroll 0 0;
border: 2px solid #eceff8;
box-shadow: none;
color: #626262;
font-size: 14px;
height: 45px;
padding-left: 10px;
width: inherit;
}
.cart-title-area {
padding-top: 30px;
}
.car-header-title {}
.car-header-title h2 {
font-size: 20px;
margin: 0;
text-transform: uppercase;
}
.table-content {}
.table-content table {
background: #fff none repeat scroll 0 0;
border-color: #e5e5e5;
border-radius: 0;
border-style: solid;
border-width: 1px 0 0 1px;
text-align: center;
width: 100%;
}
.table-content table th {
border-top: medium none;
font-weight: normal;
padding: 20px 10px;
text-align: center;
text-transform: capitalize;
vertical-align: middle;
white-space: nowrap;
font-weight: 600;
}
.table-content table th,
.table-content table td {
border-bottom: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
}
.table-content table td {
border-top: medium none;
padding: 20px 10px;
vertical-align: middle;
font-size: 13px;
}
.table-content table td input {
background: #e5e5e5 none repeat scroll 0 0;
border: medium none;
border-radius: 3px;
color: #6f6f6f;
font-size: 15px;
font-weight: normal;
height: 40px;
padding: 0 5px 0 10px;
width: 60px;
}
.table-content table td.product-subtotal {
font-size: 14px;
font-weight: bold;
width: 120px;
}
.table-content table td.product-name a,
.product-stock-status span {
font-size: 14px;
font-weight: 700;
margin-left: 10px;
color: #6f6f6f;
text-transform: capitalize;
}
.product-stock-status span {
font-weight: normal;
color: #e74948;
}
.table-content table td.product-name {
width: 270px;
}
.table-content table td.product-thumbnail {
width: 100px;
}
.table-content table td.product-remove i {
color: #919191;
display: inline-block;
font-size: 20px;
height: 40px;
line-height: 40px;
text-align: center;
width: 40px;
}
.table-content table .product-price .amount {
font-size: 15px;
font-weight: 700;
}
.table-content table td.product-remove i:hover {
color: #ffae00;
}
.table-content table td.product-quantity {
width: 180px;
}
.table-content table td.product-remove {
width: 150px;
}
.table-content table td.product-price {
width: 130px;
}
.table-content table td.product-name a:hover,
.buttons-cart a:hover {
color: #e74948;
}
.product-thumbnail img {
width: 100%;
}
.buttons-cart {
margin-bottom: 30px;
overflow: hidden;
}
.buttons-cart input,
.coupon input[type="submit"],
.buttons-cart a,
.coupon-info p.form-row input[type="submit"] {
background: #222222 none repeat scroll 0 0;
border: medium none;
border-radius: 0;
box-shadow: none;
color: #fff;
display: inline-block;
float: left;
font-size: 12px;
font-weight: 700;
height: 40px;
line-height: 40px;
margin-right: 15px;
padding: 0 15px;
text-shadow: none;
text-transform: uppercase;
transition: all 0.3s ease 0s;
white-space: nowrap;
width: inherit;
}
.wc-proceed-to-checkout {
clear: both;
display: block;
}
.buttons-cart input:hover,
.coupon input[type="submit"]:hover,
.buttons-cart a:hover {
background: #e74948 none repeat scroll 0 0;
color: #fff;
}
.buttons-cart a {
color: #fff;
float: left;
height: 40px;
line-height: 40px;
}
.coupon h3 {
margin: 0 0 10px;
font-size: 14px;
text-transform: uppercase;
}
.coupon p {
margin-bottom: 20px;
}
.coupon input[type=text] {
border: 1px solid #e5e5e5;
float: left;
height: 40px;
margin: 0 6px 20px 0;
max-width: 100%;
padding: 0 0 0 10px;
width: 170px;
}
.coupon input[type=submit] {}
.cart_totals {
float: left;
text-align: right;
width: 100%;
}
.cart_totals h2 {
border-bottom: 2px solid #222;
display: inline-block;
font-size: 30px;
margin: 0 0 35px;
text-transform: uppercase;
font-weight: 500;
}
.cart_totals table {
border: medium none;
float: right;
margin: 0;
text-align: right;
}
.cart_totals table th {
border: medium none;
font-size: 14px;
font-weight: bold;
padding: 0 20px 12px 0;
text-align: right;
text-transform: uppercase;
vertical-align: top;
}
.cart_totals table td {
border: medium none;
padding: 0 0 12px;
vertical-align: top;
}
.cart_totals table td .amount {
color: #f26667;
font-size: 13px;
font-weight: bold;
margin-left: 5px;
text-align: right;
text-transform: uppercase;
}
.cart_totals table td ul#shipping_method {
list-style: outside none none;
margin: 0;
padding: 0;
}
.cart_totals table td ul#shipping_method li {
float: left;
margin: 0 0 10px;
padding: 0;
text-indent: 0;
width: 100%;
}
.cart_totals table td ul#shipping_method li input {
margin: 0;
position: relative;
top: 2px;
}
.cart_totals table {}
a.shipping-calculator-button {
font-weight: bold;
color: #6f6f6f;
}
a.shipping-calculator-button:hover {
color: #83CBDC
}
.cart_totals table tr.order-total th,
.cart_totals table tr.order-total .amount {
font-size: 20px;
text-transform: uppercase;
white-space: nowrap;
font-weight: 600;
}
.cart_totals table tr.order-total th {
font-weight: 700;
}
.wc-proceed-to-checkout a {
background: #f26667 none repeat scroll 0 0;
color: #fff;
display: inline-block;
font-size: 14px;
font-weight: 700;
height: 50px;
line-height: 50px;
margin-top: 20px;
padding: 0 30px;
text-transform: none;
}
.wc-proceed-to-checkout a:hover {
background: #222222;
}
.amount del {
font-size: 13px;
margin-left: 5px;
font-weight: 600;
}
.cart-main-area.wish-list .product-remove {
width: 20px;
}
.cart-main-area.wish-list table td.product-thumbnail {
width: 140px;
}
.cart-main-area.wish-list .product-add-to-cart a {
background: #000 none repeat scroll 0 0;
color: #fff;
display: block;
font-weight: 700;
padding: 10px 56px;
text-transform: uppercase;
width: 260px;
font-size: 14px;
}
.cart-main-area.wish-list .product-add-to-cart a:hover {
background: #e74948;
}
.cart-main-area.wish-list td.product-add-to-cart {
width: 240px;
}
/*----------------------------------------*/
/* 22. Checkout CSS
/*----------------------------------------*/
.coupon-area .coupon-info input {
background: transparent;
border: 1px solid #e5e5e5;
}
.coupon-area .coupon-info .checkout-coupon .code:focus {
border: 1px solid #e5e5e5;
}
.coupon-area {}
.coupon-accordion {}
.coupon-accordion h3 {
background-color: #f6f6f6;
border-top: 3px solid #f26667;
color: #515151;
font-size: 14px;
font-weight: 400;
list-style: outside none none;
margin: 0 0 2em;
padding: 1em 2em 1em 3.5em;
position: relative;
width: auto;
text-transform: capitalize;
}
.coupon-accordion h3::before {
color: #777;
content: "\f13f";
display: inline-block;
font-family: 'Material-Design-Iconic-Font';
left: 16px;
position: absolute;
top: 16px;
}
.coupon-accordion span {
cursor: pointer;
color: #6f6f6f;
transition: .3s
}
.coupon-accordion span:hover,
p.lost-password a:hover {
color: #e74948;
}
.coupon-content {
border: 1px solid #e5e5e5;
display: none;
margin-bottom: 20px;
padding: 20px;
}
.coupon-info {}
.coupon-info p.coupon-text {
margin-bottom: 15px
}
.coupon-info p {
margin-bottom: 0
}
.coupon-info p.form-row-first {}
.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
display: block;
}
.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
color: red;
font-weight: 700;
}
.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
border: 1px solid #e5e5e5;
height: 36px;
margin: 0 0 14px;
max-width: 100%;
padding: 0 0 0 10px;
width: 370px;
}
.coupon-info p.form-row input[type="submit"]:hover,
p.checkout-coupon input[type="submit"]:hover {
background: #e74948 none repeat scroll 0 0;
}
.coupon-info p.form-row input[type="checkbox"] {
height: inherit;
position: relative;
top: 2px;
width: inherit;
}
.form-row > label {
margin-top: 7px;
}
p.lost-password {
margin-top: 15px;
}
p.lost-password a {
color: #6f6f6f;
}
p.checkout-coupon {}
p.checkout-coupon input[type=text] {
height: 36px;
padding-left: 10px;
width: 170px;
}
p.checkout-coupon input[type="submit"] {
background: #333 none repeat scroll 0 0;
border: medium none;
border-radius: 0;
color: #fff;
height: 36px;
margin-left: 6px;
padding: 5px 10px;
transition: all 0.3s ease 0s;
width: inherit;
}
.coupon-checkout-content {
margin-bottom: 30px;
display: none;
}
.checkbox-form h3 {
border-bottom: 1px solid #e5e5e5;
width: 100%;
padding-bottom: 10px;
margin-bottom: 20px;
font-weight: 600;
}
.ship-different-title h3 label {
display: inline-block;
margin-right: 20px;
font-size: 30px;
font-weight: 600;
color: #222;
}
.country-select {
position: relative;
}
.country-select label,
.country-select label,
.checkout-form-list label {
color: #333;
font-family: Montserrat, Arial, Helvetica, sans-serif;
margin: 0 0 5px;
display: block;
font-weight: 700;
}
.country-select label span.required,
.checkout-form-list label span.required {
color: red
}
.country-select select {
-moz-appearance: none;
border: 1px solid #ddd;
height: 32px;
padding-left: 10px;
width: 100%;
-webkit-appearance: none;
appearance: none;
background: #fff;
}
.country-select::before {
content: "\f2f9 ";
display: inline-block;
font-family: 'Material-Design-Iconic-Font';
font-size: 20px;
position: absolute;
right: 12px;
top: 30px;
}
.checkout-form-list label {
color: #333;
}
.checkout-form-list label span.required {}
.checkout-form-list input[type=text],
.checkout-form-list input[type=password],
.checkout-form-list input[type=email] {
background: #fff none repeat scroll 0 0;
border: 1px solid #e5e5e5;
border-radius: 0;
height: 42px;
width: 100%;
padding: 0 0 0 10px;
}
.checkout-form-list {}
.checkout-form-list input[type="checkbox"] {
display: inline-block;
height: inherit;
margin-right: 10px;
position: relative;
top: 2px;
width: inherit;
}
.ship-different-title input {
height: inherit;
line-height: normal;
margin: 4px 0 0;
position: relative;
top: 1px;
width: 30px;
}
.create-acc label {
color: #333;
display: inline-block;
}
.checkout-form-list input[type=password] {}
.create-accounts {
display: none
}
.ship-different-title {}
.ship-different-title h3 label {
display: inline-block;
margin-right: 20px;
}
.ship-different-title input {}
.order-notes {}
.order-notes textarea {
height: 90px;
padding: 15px;
width: 100%;
background: #fff;
}
#ship-box-info {
display: none
}
.your-order {
background: #f2f2f2 none repeat scroll 0 0;
padding: 30px 40px 45px;
}
.your-order h3 {
border-bottom: 1px solid #d8d8d8;
font-size: 30px;
margin: 0 0 20px;
padding-bottom: 10px;
text-transform: uppercase;
width: 100%;
font-weight: 600;
}
.your-order-table table {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
width: 100%;
}
.your-order-table table th,
.your-order-table table td {
border-bottom: 1px solid #d8d8d8;
border-right: medium none;
font-size: 14px;
padding: 15px 0;
text-align: center;
}
.your-order-table table th {
border-top: medium none;
font-family: Montserrat, Arial, Helvetica, sans-serif;
font-weight: normal;
text-align: center;
text-transform: uppercase;
vertical-align: middle;
white-space: nowrap;
width: 250px;
}
.your-order-table table .shipping ul li input {
position: relative;
top: 2px;
}
.your-order-table table .shipping th {
vertical-align: top;
}
.your-order-table table .order-total th {
border-bottom: medium none;
font-size: 18px;
}
.your-order-table table .order-total td {
border-bottom: medium none;
}
.your-order-table table tr.cart_item:hover {
background: #F9F9F9
}
.your-order-table table tr.order-total td span {
color: #f26667;
font-size: 20px;
}
.your-order-table table {}
.payment-method {
margin-top: 40px;
}
.payment-accordion {}
.payment-accordion h3 {
border-bottom: 0 none;
margin-bottom: 10px;
padding-bottom: 0;
}
.payment-accordion h3 a {
color: #6f6f6f;
font-size: 14px;
padding-left: 25px;
position: relative;
text-transform: capitalize;
text-decoration: none
}
.payment-accordion h3 a:before,
.payment-accordion h3.open a:after {
content: "ï•";
display: inline-block;
font-family: fontawesome;
font-size: 20px;
left: 0;
position: absolute;
top: -2px;
}
.payment-accordion h3.open a:after {
content: "\f056";
}
.payment-content {}
.payment-content p {
font-size: 13px;
}
.payment-accordion img {
height: 60px;
margin-left: 15px;
}
.order-button-payment input {
background: #f26667;
border: medium none;
color: #fff;
font-size: 17px;
font-weight: 600;
height: 50px;
margin: 20px 0 0;
padding: 0;
text-transform: uppercase;
transition: all 0.3s ease 0s;
width: 100%;
}
.order-button-payment input:hover {
background: #444
}
/*----------------------------------------*/
/* 23. Blog CSS
/*----------------------------------------*/
.single-blog {
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
display: block;
margin-bottom: 30px;
}
.blog-img img {
width: 100%;
}
.blog-content {
padding: 35px 30px 20px;
}
.blog-content span {
color: #949494;
display: block;
font-size: 15px;
font-weight: 500;
margin-bottom: 5px;
}
.blog-content h3 {
font-size: 19px;
font-weight: 600;
line-height: 26px;
margin-bottom: 17px
}
.blog-content h3 span {
color: #525252;
}
.meta-box {
border-top: 1px solid #dadada;
padding-top: 16px;
padding-left: 2px;
}
.meta-box ul li {
display: inline-block;
margin-right: 20px;
vertical-align: middle;
}
.meta-box ul li a {
color: #7b7b7b;
font-size: 13px;
font-weight: 700;
line-height: 20px;
text-transform: uppercase;
}
.meta-box ul li i {
margin-right: 10px;
font-size: 15px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.meta-box ul li:hover i {
color: #f37778;
}
.blog-search {
position: relative;
}
.blog-search .email {
background: #f6f6f6 none repeat scroll 0 0;
font-size: 14px;
font-weight: 500;
height: 55px;
line-height: 60px;
margin: 0;
padding-right: 55px;
width: 100%;
}
.search-box-view.blog-search .submit {
background: transparent;
color: #222;
line-height: 60px;
position: absolute;
right: 0;
top: 0;
height: 60px;
}
.blog-search .submit {
width: 56px;
}
.blog-search .submit:before {
right: 18px;
}
.social-link-list li {
display: inline-block;
margin-left: 15px;
font-size: 16px;
}
.social-link-list li a {
color: #666;
}
.social-link-list li i {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.social-link-list li i:hover {
color: #f26667;
}
.blog-pager .pager {
border-bottom: 1px solid #e7e7e7;
border-top: 1px solid #e7e7e7;
padding: 20px 0;
}
.blog-pager .pager li > a {
padding: 7px 25px;
background-color: #f6f6f6;
border: none;
border-radius: 0;
letter-spacing: 2px;
text-transform: capitalize;
font-size: 13px;
font-weight: 600;
}
.blog-pager .pager li:hover > a {
background: #f26667;
color: #fff;
}
.blog-pager .pager li.previous i {
margin-right: 5px;
}
.blog-pager .pager li.next i {
margin-left: 5px;
}
.blog-pager .pager li.previous i,
.blog-pager .pager li.next i {
vertical-align: middle;
}
.single-related-post img {
width: 100%;
}
.single-content h3 {
font-size: 16px;
line-height: 20px;
}
.blog-related-post.recent-post .sidebar-title,
.comment-area.recent-post .sidebar-title {
margin-bottom: 50px;
}
.comment-details h4 {
font-size: 16px;
margin-bottom: 10px;
}
.comment-details span {
margin-bottom: 10px;
display: inline-block;
}
.single-comment {
border-bottom: 1px solid #e4e4e4;
margin-bottom: 50px;
padding-bottom: 50px;
position: relative;
}
.single-comment .reply {
background-color: #fff;
border: 1px solid #e4e4e4;
border-radius: 50px;
bottom: -16px;
color: #4c4c4c;
display: inline-block;
font-size: 12px;
letter-spacing: 1px;
padding: 7px 20px 6px;
position: absolute;
right: 0;
text-transform: uppercase;
}
.single-comment .reply:hover {
background: #f26667;
color: #fff;
}
.submit-comment .comment {
background: #fff none repeat scroll 0 0;
border: 1px solid #dddddd;
color: #666666;
font-size: 14px;
height: 178px;
letter-spacing: 1px;
margin-bottom: 30px;
margin-top: 40px;
padding: 30px;
}
.half-left {
width: 50%;
float: left;
padding-right: 15px;
}
.half-right {
width: 50%;
float: left;
padding-left: 15px;
}
.submit-comment h3 {
color: #222222;
font-size: 24px;
font-weight: bold;
letter-spacing: 2px;
}
.submit-comment input {
background: #fff none repeat scroll 0 0;
border: 1px solid #dddddd;
color: #666;
font-size: 14px;
height: 48px;
letter-spacing: 1px;
padding: 2px 30px;
width: 100%;
margin-bottom: 30px;
}
.submit-comment .submit {
text-transform: uppercase;
background: #222;
color: #fff;
border-radius: 3px;
}
.search-box-view.blog-search .submit:hover,
.submit-comment .submit:hover {
background: #f37778;
color: #fff;
}
.recent-post .sidebar-title {
border-bottom: none;
position: relative;
padding-bottom: 5px;
margin-bottom: 40px;
}
.recent-post .sidebar-title:before {
background-color: #5f5f5f;
bottom: -5px;
content: "";
height: 2px;
left: 0;
position: absolute;
width: 120px;
letter-spacing: 1px;
}
.right-post-thumb h4 {
font-size: 14px;
letter-spacing: 0.5px;
line-height: 20px;
}
.right-post-thumb h4 a {
color: #444444;
}
.right-post-thumb h4 a:hover {
color: #f26667;
}
.right-post-thumb span {
color: #000;
font-size: 12px;
display: block;
margin-top: 5px;
}
.categorie-list li {
border-bottom: 1px solid #dddddd;
margin-bottom: 12px;
padding-bottom: 12px
}
.categorie-list li:last-child {
border-bottom: none;
}
.categorie-list li a {}
.blog-pagination {
display: inline-block;
}
.tag-list li {
display: inline-block;
}
.tag-list li a {
border-radius: 5px;
display: inline-block;
font-size: 12px;
letter-spacing: 1px;
margin: 0 6px 12px 6px;
padding: 7px 16px;
background-color: #f6f6f6;
font-weight: 600;
text-transform: capitalize;
}
.tag-list li:hover a {
background: #f26667;
color: #fff;
}
.blog-pagination li {
display: inline-block;
margin-right: 1px;
}
.blog-pagination li a {
display: block;
padding: 7px 15px;
font-size: 16px;
color: inherit;
border: 1px solid #c1c1c1;
}
.blog-pagination li.active a,
.blog-pagination li a:hover {
background: #f37778;
color: #fff;
}
/*----------------------------------------*/
/* 24. Error 404 CSS
/*----------------------------------------*/
.error404-area {}
.error-wrapper {}
.error-text {}
.error-text h1 {
color: #f26667;
font-size: 200px;
font-weight: 900;
letter-spacing: 10px;
line-height: 200px;
margin-bottom: 30px;
}
.error-text h2 {
color: #4c4c4c;
font-size: 35px;
font-weight: 700;
line-height: 35px;
margin-bottom: 16px;
text-transform: uppercase;
}
.error-text > p {
color: #4c4c4c;
font-size: 24px;
font-weight: 300;
line-height: 25px;
margin-bottom: 30px;
}
#search-form {
position: relative;
width: 450px;
text-align: center;
display: inline-block;
}
#search-form input {
background: #f8f8f8 none repeat scroll 0 0;
border: 1px solid #e9e9e9;
border-radius: 30px;
color: #666666;
float: left;
font-size: 14px;
height: 45px;
padding-left: 20px;
padding-right: 55px;
width: 100%;
}
#search-form button {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
color: #4f4f4f;
font-size: 18px;
height: 100%;
position: absolute;
right: 0;
top: 0;
transition: all 0.3s ease 0s;
width: 50px;
}
#search-form button:hover {
color: #E74A49;
}
.error-button a {
background: #f26667 none repeat scroll 0 0;
border-radius: 35px;
color: #ffffff;
display: inline-block;
font-size: 12px;
font-weight: bold;
line-height: 40px;
margin-top: 53px;
padding: 0 30px;
text-transform: uppercase;
transition: .3s;
}
.error-button a:hover {
background: #df1e1d;
color: #fff;
}
.small-version {
display: none;
}
/*----------------------------------------*/
/* 25. My Account CSS
/*----------------------------------------*/
.dashboard-upper-info {
border-bottom: 1px solid #ebebeb;
border-top: 1px solid #ebebeb;
margin-bottom: 50px;
}
.dashboard-content .tab-pane:not(.active) {
display: none;
}
.dashboard-upper-info .d-single-info {
padding: 30px 20px;
}
.dashboard-upper-info [class*="col-"]:not(:last-child) .d-single-info {
border-right: 1px solid #ebebeb;
}
.user-name {
position: relative;
padding-left: 25px;
}
.user-name::before {
color: #555;
content: "";
font-family: FontAwesome;
font-size: 18px;
left: 0;
position: absolute;
top: 0;
}
.account-dashboard p {
font-size: 14px;
text-transform: capitalize;
}
.view-cart {
display: inline-block;
font-size: 14px;
}
.view-cart i {
font-size: 15px;
margin-right: 5px;
}
.user-name span {
color: #303030;
font-size: 15px;
font-weight: 500;
}
.dashboard-list li:not(:last-child) a {
border-bottom: 1px solid #ebebeb;
}
.dashboard-list li a {
color: #0162bd;
display: block;
font-size: 14px;
padding: 12px 0;
text-transform: capitalize;
}
.dashboard-list li.active a,
.dashboard-list li a:hover,
#dashboard a:hover {
color: #000;
}
.dashboard-list li.active a:after {
content: "\f105";
font-family: FontAwesome;
margin-left: 5px;
-webkit-transition: 0.10s;
transition: 0.10s;
}
.dashboard-list li a:hover,
.dashboard-list li.active a {
background: transparent;
}
.dashboard-content {
border: 1px solid #ebebeb;
padding: 30px;
}
.dashboard-content h3 {
text-transform: capitalize;
}
.dashboard-content h3 {
border-bottom: 1px solid #ebebeb;
font-size: 28px;
line-height: 28px;
margin-bottom: 20px;
padding-bottom: 15px;
text-transform: capitalize;
}
.dashboard-content .table-responsive .table > tbody > tr > td,
.dashboard-content .table-responsive .table > tbody > tr > th,
.dashboard-content .table-responsive .table > tfoot > tr > td,
.dashboard-content .table-responsive .table > tfoot > tr > th,
.dashboard-content .table-responsive .table > thead > tr > td,
.dashboard-content .table-responsive .table > thead > tr > th {
border: none;
}
.dashboard-content .table-responsive > .table > thead {
border-bottom: 1px solid #ebebeb;
}
.dashboard-content .table-responsive .table > thead > tr > th {
font-size: 14px;
font-weight: 600;
}
.dashboard-content .table-responsive .table > tbody > tr > td {
color: #7b7b7b;
font-size: 14px;
padding: 15px 8px;
}
.account-dashboard input[type="checkbox"],
input[type="radio"] {
width: auto;
}
#dashboard a {
color: #4380db;
text-transform: capitalize;
}
.view,
.view-cart {
background: #0162bd none repeat scroll 0 0;
color: #fff;
padding: 5px 12px;
text-transform: capitalize;
}
.view:hover,
.view:focus,
.show-btn:hover,
.view-cart:hover,
.view-cart:focus {
color: #fff;
background: #1a1a1a;
}
#dashboard a:hover {
color: #000;
}
.billing-address {
font-size: 16px;
font-weight: 700;
margin-top: 25px;
}
#address .view {
display: inline-block;
font-size: 14px;
margin: 15px 0 12px;
padding: 3px 12px;
}
.show-btn {
background: #878787 none repeat scroll 0 0;
border-radius: 0;
color: #fff;
font-size: 12px;
height: 35px;
position: absolute;
right: 15px;
text-transform: uppercase;
top: 0;
-webkit-transition: all 0.5s ease-in-out 0s;
transition: all 0.5s ease-in-out 0s;
line-height: 24px;
}
.show-btn:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.login-form .form-check label {
display: inline;
font-size: 13px;
padding-left: 5px;
}
.login-form .form-control,
.login-form .custom-radio,
.login-form span {
font-size: 14px;
height: 35px;
}
.no-gutters > [class*="col-"] {
padding-left: 0;
padding-right: 0;
}
.dashboard-upper-info .row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: 0;
margin-right: 0;
}
.align-items-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.login-form .form-control{
font-size: 13px;
} | 0.548674 | 0.073696 |